From 1672f85b467e66652eb9b3f2ba5060cb67e83e4a Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Thu, 9 Mar 2023 13:14:15 +0100 Subject: [PATCH 001/101] Removing raster from all functions --- DESCRIPTION | 11 +- NAMESPACE | 8 - NEWS.md | 4 + R/calculate_lsm.R | 428 +- R/check_landscape.R | 200 +- R/construct_buffer.R | 343 +- R/data_info.R | 80 +- R/extract_lsm.R | 427 +- R/get_adjacencies.R | 213 +- R/get_boundaries.R | 293 +- R/get_centroids.R | 335 +- R/get_circumscribingcircle.R | 258 +- R/get_nearestneighbour.R | 208 +- R/get_patches.R | 348 +- R/get_unique_values.R | 158 +- R/landscape_as_list.R | 155 +- R/lsm_c_ai.R | 228 +- R/lsm_c_area_cv.R | 173 +- R/lsm_c_cai_cv.R | 194 +- R/lsm_c_circle_cv.R | 192 +- R/lsm_c_cohesion.R | 230 +- R/lsm_c_contig_cv.R | 190 +- R/lsm_c_core_cv.R | 188 +- R/lsm_c_cpland.R | 214 +- R/lsm_c_dcore_cv.R | 192 +- R/lsm_c_ed.R | 210 +- R/lsm_c_enn_cv.R | 188 +- R/lsm_c_frac_cv.R | 180 +- R/lsm_c_gyrate_cv.R | 202 +- R/lsm_c_iji.R | 224 +- R/lsm_c_lsi.R | 262 +- R/lsm_c_nlsi.R | 320 +- R/lsm_c_np.R | 186 +- R/lsm_c_pafrac.R | 268 +- R/lsm_c_para_cv.R | 172 +- R/lsm_c_pd.R | 192 +- R/lsm_c_pladj.R | 176 +- R/lsm_c_shape_cv.R | 181 +- R/lsm_c_te.R | 352 +- R/lsm_l_ai.R | 186 +- R/lsm_l_area_cv.R | 170 +- R/lsm_l_cai_cv.R | 198 +- R/lsm_l_circle_cv.R | 184 +- R/lsm_l_cohesion.R | 204 +- R/lsm_l_condent.R | 186 +- R/lsm_l_contag.R | 218 +- R/lsm_l_contig_cv.R | 190 +- R/lsm_l_core_cv.R | 192 +- R/lsm_l_dcore_cv.R | 198 +- R/lsm_l_ed.R | 208 +- R/lsm_l_enn_cv.R | 186 +- R/lsm_l_ent.R | 158 +- R/lsm_l_frac_cv.R | 178 +- R/lsm_l_gyrate_cv.R | 202 +- R/lsm_l_iji.R | 224 +- R/lsm_l_joinent.R | 168 +- R/lsm_l_lsi.R | 250 +- R/lsm_l_msidi.R | 182 +- R/lsm_l_mutinf.R | 184 +- R/lsm_l_pafrac.R | 252 +- R/lsm_l_para_cv.R | 172 +- R/lsm_l_para_mn.R | 172 +- R/lsm_l_pd.R | 198 +- R/lsm_l_pladj.R | 168 +- R/lsm_l_relmutinf.R | 186 +- R/lsm_l_shape_cv.R | 179 +- R/lsm_l_te.R | 264 +- R/lsm_p_area.R | 228 +- R/lsm_p_cai.R | 240 +- R/lsm_p_circle.R | 272 +- R/lsm_p_contig.R | 302 +- R/lsm_p_core.R | 274 +- R/lsm_p_enn.R | 268 +- R/lsm_p_frac.R | 216 +- R/lsm_p_gyrate.R | 332 +- R/lsm_p_ncore.R | 361 +- R/lsm_p_para.R | 202 +- R/lsm_p_perim.R | 310 +- R/lsm_p_shape.R | 244 +- R/matrix_to_raster.R | 195 +- R/pad_raster.R | 205 +- R/proj_info.R | 100 +- R/raster_to_points.R | 125 +- R/sample_lsm.R | 683 ++- R/scale_sample.R | 203 - R/scale_window.R | 196 - R/show_cores.R | 330 +- R/show_lsm.R | 375 +- R/show_patches.R | 282 +- R/spatialize_lsm.R | 413 +- R/sysdata.rda | Bin 77610 -> 76835 bytes R/unpad_raster.R | 180 +- R/window_lsm.R | 473 +- R/zzz.R | 4 + cran-comments.md | 5 +- data-raw/01_landscapes.R | 54 +- data-raw/02_real_landscapes.R | 46 +- data/augusta_nlcd.rda | Bin 73341 -> 81572 bytes data/landscape.rda | Bin 841 -> 472 bytes data/podlasie_ccilc.rda | Bin 41310 -> 42325 bytes man/check_landscape.Rd | 2 +- man/construct_buffer.Rd | 22 +- man/extract_lsm.Rd | 15 +- man/get_adjacencies.Rd | 9 +- man/get_centroids.Rd | 4 +- man/get_patches.Rd | 2 +- man/get_unique_values.Rd | 76 +- man/landscape_as_list.Rd | 15 +- man/matrix_to_raster.Rd | 2 +- man/raster_to_points.Rd | 2 +- man/sample_lsm.Rd | 25 +- man/scale_sample.Rd | 74 - man/scale_window.Rd | 72 - man/window_lsm.Rd | 2 +- src/RcppExports.cpp | 458 +- src/rcpp_get_coocurrence_matrix.cpp | 149 +- src/rcpp_get_coocurrence_matrix_diag.cpp | 157 +- src/rcpp_get_coocurrence_matrix_single.cpp | 151 +- src/rcpp_get_nearest_neighbor.cpp | 290 +- tests/testthat.R | 11 +- tests/testthat/helper-brick.R | 4 - tests/testthat/helper-landscapes.R | 47 +- tests/testthat/helper-points.R | 36 +- tests/testthat/test-calculate-lsm.R | 264 +- tests/testthat/test-check-landscape.R | 152 +- tests/testthat/test-construct-buffer.R | 70 +- tests/testthat/test-different-classes.R | 26 +- tests/testthat/test-extract-lsm.R | 263 +- tests/testthat/test-get-adjacencies.R | 164 +- tests/testthat/test-get-boundaries.R | 162 +- tests/testthat/test-get-centroids.R | 110 +- .../testthat/test-get-circumscribungcircle.R | 105 +- tests/testthat/test-get-nearestneighbour.R | 68 +- tests/testthat/test-get-patches.R | 63 +- tests/testthat/test-get-unique-values.R | 155 +- tests/testthat/test-landscape_as_list.R | 20 +- tests/testthat/test-lsm-c-ai.R | 67 +- tests/testthat/test-lsm-c-area-cv.R | 47 +- tests/testthat/test-lsm-c-area-mn.R | 49 +- tests/testthat/test-lsm-c-area-sd.R | 47 +- tests/testthat/test-lsm-c-ca.R | 51 +- tests/testthat/test-lsm-c-cai-cv.R | 49 +- tests/testthat/test-lsm-c-cai-mn.R | 49 +- tests/testthat/test-lsm-c-cai-sd.R | 45 +- tests/testthat/test-lsm-c-circle-cv.R | 51 +- tests/testthat/test-lsm-c-circle-mn.R | 47 +- tests/testthat/test-lsm-c-circle-sd.R | 47 +- tests/testthat/test-lsm-c-clumpy.R | 47 +- tests/testthat/test-lsm-c-cohesion.R | 49 +- tests/testthat/test-lsm-c-contig-cv.R | 49 +- tests/testthat/test-lsm-c-contig-mn.R | 49 +- tests/testthat/test-lsm-c-contig-sd.R | 49 +- tests/testthat/test-lsm-c-core-cv.R | 45 +- tests/testthat/test-lsm-c-core-mn.R | 45 +- tests/testthat/test-lsm-c-core-sd.R | 45 +- tests/testthat/test-lsm-c-cpland.R | 47 +- tests/testthat/test-lsm-c-dcad.R | 47 +- tests/testthat/test-lsm-c-dcore_cv.R | 45 +- tests/testthat/test-lsm-c-dcore_mn.R | 45 +- tests/testthat/test-lsm-c-dcore_sd.R | 45 +- tests/testthat/test-lsm-c-division.R | 47 +- tests/testthat/test-lsm-c-ed.R | 47 +- tests/testthat/test-lsm-c-enn-cv.R | 45 +- tests/testthat/test-lsm-c-enn-mn.R | 45 +- tests/testthat/test-lsm-c-enn-sd.R | 45 +- tests/testthat/test-lsm-c-frac-cv.R | 45 +- tests/testthat/test-lsm-c-frac-mn.R | 45 +- tests/testthat/test-lsm-c-frac-sd.R | 45 +- tests/testthat/test-lsm-c-gyrate-cv.R | 45 +- tests/testthat/test-lsm-c-gyrate-mn.R | 45 +- tests/testthat/test-lsm-c-gyrate-sd.R | 45 +- tests/testthat/test-lsm-c-iji.R | 67 +- tests/testthat/test-lsm-c-lpi.R | 47 +- tests/testthat/test-lsm-c-lsi.R | 47 +- tests/testthat/test-lsm-c-mesh.R | 47 +- tests/testthat/test-lsm-c-ndca.R | 47 +- tests/testthat/test-lsm-c-nlsi.R | 61 +- tests/testthat/test-lsm-c-np.R | 47 +- tests/testthat/test-lsm-c-pafrac.R | 74 +- tests/testthat/test-lsm-c-para-cv.R | 45 +- tests/testthat/test-lsm-c-para-mn.R | 45 +- tests/testthat/test-lsm-c-para-sd.R | 45 +- tests/testthat/test-lsm-c-pd.R | 47 +- tests/testthat/test-lsm-c-pladj.R | 47 +- tests/testthat/test-lsm-c-pland.R | 47 +- tests/testthat/test-lsm-c-shape-cv.R | 45 +- tests/testthat/test-lsm-c-shape-mn.R | 45 +- tests/testthat/test-lsm-c-shape-sd.R | 45 +- tests/testthat/test-lsm-c-split.R | 47 +- tests/testthat/test-lsm-c-tca.R | 47 +- tests/testthat/test-lsm-c-te.R | 103 +- tests/testthat/test-lsm-l-ai.R | 47 +- tests/testthat/test-lsm-l-area-cv.R | 45 +- tests/testthat/test-lsm-l-area-mn.R | 49 +- tests/testthat/test-lsm-l-area-sd.R | 49 +- tests/testthat/test-lsm-l-cai-cv.R | 49 +- tests/testthat/test-lsm-l-cai-mn.R | 49 +- tests/testthat/test-lsm-l-cai-sd.R | 49 +- tests/testthat/test-lsm-l-circle-cv.R | 49 +- tests/testthat/test-lsm-l-circle-mn.R | 49 +- tests/testthat/test-lsm-l-circle-sd.R | 49 +- tests/testthat/test-lsm-l-cohesion.R | 47 +- tests/testthat/test-lsm-l-condent.R | 47 +- tests/testthat/test-lsm-l-contag.R | 65 +- tests/testthat/test-lsm-l-contig-cv.R | 45 +- tests/testthat/test-lsm-l-contig-mn.R | 45 +- tests/testthat/test-lsm-l-contig-sd.R | 45 +- tests/testthat/test-lsm-l-core-cv.R | 49 +- tests/testthat/test-lsm-l-core-mn.R | 49 +- tests/testthat/test-lsm-l-core-sd.R | 49 +- tests/testthat/test-lsm-l-dcad.R | 47 +- tests/testthat/test-lsm-l-dcore-cv.R | 49 +- tests/testthat/test-lsm-l-dcore-mn.R | 49 +- tests/testthat/test-lsm-l-dcore-sd.R | 49 +- tests/testthat/test-lsm-l-division.R | 47 +- tests/testthat/test-lsm-l-ed.R | 47 +- tests/testthat/test-lsm-l-enn-cv.R | 49 +- tests/testthat/test-lsm-l-enn-mn.R | 49 +- tests/testthat/test-lsm-l-enn-sd.R | 49 +- tests/testthat/test-lsm-l-ent.R | 47 +- tests/testthat/test-lsm-l-frac-cv.R | 45 +- tests/testthat/test-lsm-l-frac-mn.R | 45 +- tests/testthat/test-lsm-l-frac-sd.R | 45 +- tests/testthat/test-lsm-l-gyrate-cv.R | 45 +- tests/testthat/test-lsm-l-gyrate-mn.R | 45 +- tests/testthat/test-lsm-l-gyrate-sd.R | 47 +- tests/testthat/test-lsm-l-iji.R | 67 +- tests/testthat/test-lsm-l-joinent.R | 47 +- tests/testthat/test-lsm-l-lpi.R | 47 +- tests/testthat/test-lsm-l-lsi.R | 47 +- tests/testthat/test-lsm-l-mesh.R | 47 +- tests/testthat/test-lsm-l-msidi.R | 47 +- tests/testthat/test-lsm-l-msiei.R | 47 +- tests/testthat/test-lsm-l-mutinf.R | 47 +- tests/testthat/test-lsm-l-ndca.R | 47 +- tests/testthat/test-lsm-l-np.R | 47 +- tests/testthat/test-lsm-l-pafrac.R | 65 +- tests/testthat/test-lsm-l-para-cv.R | 45 +- tests/testthat/test-lsm-l-para-mn.R | 45 +- tests/testthat/test-lsm-l-para-sd.R | 45 +- tests/testthat/test-lsm-l-pd.R | 47 +- tests/testthat/test-lsm-l-pladj.R | 47 +- tests/testthat/test-lsm-l-pr.R | 47 +- tests/testthat/test-lsm-l-prd.R | 47 +- tests/testthat/test-lsm-l-relmutinf.R | 47 +- tests/testthat/test-lsm-l-rpr.R | 47 +- tests/testthat/test-lsm-l-shape-cv.R | 45 +- tests/testthat/test-lsm-l-shape-mn.R | 45 +- tests/testthat/test-lsm-l-shape-sd.R | 45 +- tests/testthat/test-lsm-l-shdi.R | 47 +- tests/testthat/test-lsm-l-shei.R | 61 +- tests/testthat/test-lsm-l-sidi.R | 47 +- tests/testthat/test-lsm-l-siei.R | 47 +- tests/testthat/test-lsm-l-split.R | 47 +- tests/testthat/test-lsm-l-ta.R | 47 +- tests/testthat/test-lsm-l-tca.R | 47 +- tests/testthat/test-lsm-l-te.R | 113 +- tests/testthat/test-lsm-p-area.R | 49 +- tests/testthat/test-lsm-p-cai.R | 45 +- tests/testthat/test-lsm-p-circle.R | 55 +- tests/testthat/test-lsm-p-contig.R | 49 +- tests/testthat/test-lsm-p-core.R | 67 +- tests/testthat/test-lsm-p-enn.R | 49 +- tests/testthat/test-lsm-p-frac.R | 49 +- tests/testthat/test-lsm-p-gyrate.R | 61 +- tests/testthat/test-lsm-p-nca.R | 49 +- tests/testthat/test-lsm-p-para.R | 49 +- tests/testthat/test-lsm-p-perim.R | 53 +- tests/testthat/test-lsm-p-shape.R | 47 +- tests/testthat/test-matrix-to-raster.R | 96 +- .../testthat/test-options-landscapemetrics.R | 26 +- tests/testthat/test-pad-raster.R | 121 +- tests/testthat/test-raster-to-points.R | 88 +- .../test-rcpp-get-coocurrence-matrix.R | 172 +- tests/testthat/test-sample-lsm.R | 414 +- tests/testthat/test-scale-sample.R | 100 - tests/testthat/test-scale-window.R | 86 - tests/testthat/test-show-cores.R | 110 +- tests/testthat/test-show-lsm.R | 101 +- tests/testthat/test-show-patches.R | 72 +- tests/testthat/test-spatialize-lsm.R | 164 +- tests/testthat/test-unique-values.R | 26 +- tests/testthat/test-unpad-raster.R | 117 +- tests/testthat/test-window-lsm.R | 93 +- tests/testthat/test_fragstats.R | 3884 ++++++++--------- vignettes/articles/comparing_tools.Rmd | 708 +-- vignettes/articles/general_background.Rmd | 147 +- vignettes/articles/guide_moving_window.Rmd | 146 +- vignettes/articles/guide_sample_lsm.Rmd | 232 +- vignettes/get_started.Rmd | 364 +- 290 files changed, 18394 insertions(+), 19642 deletions(-) delete mode 100644 R/scale_sample.R delete mode 100644 R/scale_window.R delete mode 100644 man/scale_sample.Rd delete mode 100644 man/scale_window.Rd delete mode 100644 tests/testthat/helper-brick.R delete mode 100644 tests/testthat/test-scale-sample.R delete mode 100644 tests/testthat/test-scale-window.R diff --git a/DESCRIPTION b/DESCRIPTION index f87644562..a64da09df 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: landscapemetrics Title: Landscape Metrics for Categorical Map Patterns -Version: 1.5.6 +Version: 2.0.0 Authors@R: c(person("Maximilian H.K.", "Hesselbarth", role = c("aut", "cre"), email = "mhk.hesselbarth@gmail.com", @@ -56,20 +56,19 @@ Imports: ggplot2, methods, Rcpp, - sp, + sf, stats, - raster, + terra, tibble Suggests: covr, dplyr, knitr, + raster, rmarkdown, - terra, testthat Enhances: - stars, - sf + stars LinkingTo: Rcpp, RcppArmadillo diff --git a/NAMESPACE b/NAMESPACE index b9aad9e1b..5e21b29b2 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -2,14 +2,9 @@ S3method(construct_buffer,MULTIPOINT) S3method(construct_buffer,POINT) -S3method(construct_buffer,SpatialPoints) -S3method(construct_buffer,SpatialPointsDataFrame) S3method(construct_buffer,matrix) S3method(construct_buffer,sf) S3method(construct_buffer,sfc) -S3method(landscape_as_list,RasterBrick) -S3method(landscape_as_list,RasterLayer) -S3method(landscape_as_list,RasterStack) S3method(landscape_as_list,SpatRaster) S3method(landscape_as_list,list) S3method(landscape_as_list,matrix) @@ -170,8 +165,6 @@ export(proj_info) export(raster_to_points) export(rcpp_get_nearest_neighbor) export(sample_lsm) -export(scale_sample) -export(scale_window) export(show_cores) export(show_correlation) export(show_lsm) @@ -180,7 +173,6 @@ export(spatialize_lsm) export(unpad_raster) export(window_lsm) importFrom(Rcpp,sourceCpp) -importFrom(raster,ncell) importFrom(stats,na.omit) importFrom(stats,sd) useDynLib(landscapemetrics) diff --git a/NEWS.md b/NEWS.md index c654890bb..267cf26dd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# landscapemetrics 2.0.0 +* Improvements + * `terra` and `sf` instead of `raster` and `sp` as underlying frameworks + # landscapemetrics 1.5.6 * Bugfixes * SHEI now equals 0 when only one patch is present diff --git a/R/calculate_lsm.R b/R/calculate_lsm.R index aa3ce1e4c..5bf417970 100644 --- a/R/calculate_lsm.R +++ b/R/calculate_lsm.R @@ -1,214 +1,214 @@ -#' calculate_lsm -#' -#' @description Calculate a selected group of metrics -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param level Level of metrics. Either 'patch', 'class' or 'landscape' (or vector with combination). -#' @param metric Abbreviation of metrics (e.g. 'area'). -#' @param name Full name of metrics (e.g. 'core area'). -#' @param type Type according to FRAGSTATS grouping (e.g. 'aggregation metrics'). -#' @param what Selected level of metrics: either "patch", "class" or "landscape". -#' It is also possible to specify functions as a vector of strings, e.g. `what = c("lsm_c_ca", "lsm_l_ta")`. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param count_boundary Include landscape boundary in edge length. -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core. -#' @param edge_depth Distance (in cells) a cell has to be away from the patch -#' edge to be considered as core cell. -#' @param cell_center If true, the coordinates of the centroid are forced to be -#' a cell center within the patch. -#' @param classes_max Potential maximum number of present classes. -#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: -#' 4 (rook's case) or 8 (queen's case). The default is 4. -#' @param ordered The type of pairs considered. Either ordered (TRUE) or unordered (FALSE). -#' The default is TRUE. -#' @param base The unit in which entropy is measured. The default is "log2", -#' which compute entropy in "bits". "log" and "log10" can be also used. -#' @param full_name Should the full names of all functions be included in the -#' tibble. -#' @param verbose Print warning messages. -#' @param progress Print progress report. -#' -#' @details -#' Wrapper to calculate several landscape metrics. The metrics can be specified -#' by the arguments `what`, `level`, `metric`, `name` and/or `type` (combinations -#' of different arguments are possible (e.g. `level = "class", type = "aggregation metric"`). -#' If an argument is not provided, automatically all possibilities are -#' selected. Therefore, to get **all** available metrics, don't specify any of the -#' above arguments. -#' -#' @seealso -#' \code{\link{list_lsm}} -#' -#' @return tibble -#' -#' @examples -#' \dontrun{ -#' calculate_lsm(landscape, progress = TRUE) -#' calculate_lsm(landscape, what = c("patch", "lsm_c_te", "lsm_l_pr")) -#' calculate_lsm(landscape, level = c("class", "landscape"), type = "aggregation metric") -#' } -#' -#' @aliases calculate_lsm -#' @rdname calculate_lsm -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -calculate_lsm <- function(landscape, - level = NULL, - metric = NULL, - name = NULL, - type = NULL, - what = NULL, - directions = 8, - count_boundary = FALSE, - consider_boundary = FALSE, - edge_depth = 1, - cell_center = FALSE, - classes_max = NULL, - neighbourhood = 4, - ordered = TRUE, - base = "log2", - full_name = FALSE, - verbose = TRUE, - progress = FALSE) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = seq_along(landscape), FUN = function(x) { - - if (progress) { - - cat("\r> Progress nlayers: ", x , "/", length(landscape)) - } - - calculate_lsm_internal(landscape = landscape[[x]], - level = level, - metric = metric, - name = name, - type = type, - what = what, - directions = directions, - count_boundary = count_boundary, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - cell_center = cell_center, - classes_max = classes_max, - neighbourhood = neighbourhood, - ordered = ordered, - base = base, - full_name = full_name, - verbose = verbose, - progress = FALSE) - }) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - result <- result[with(result, order(layer, level, metric, class, id)), ] - - if (progress) {cat("\n")} - - tibble::add_column(result, layer, .before = TRUE) -} - -calculate_lsm_internal <- function(landscape, - level, - metric, - name, - type, - what, - directions, - count_boundary, - consider_boundary, - edge_depth, - cell_center, - classes_max, - neighbourhood, - ordered, - base, - full_name, - verbose, - progress) { - - # check if landscape is ok... - # ...print warning if not - if (verbose) { - - check <- check_landscape(landscape, verbose = FALSE) - - if (check$OK != cli::symbol$tick) { - warning("Please use 'check_landscape()' to ensure the input data is valid.", - call. = FALSE) - } - } - - # get name of metrics - metrics <- list_lsm(level = level, metric = metric, name = name, - type = type, what = what, simplify = TRUE, verbose = verbose) - - # use internal functions for calculation - metrics_calc <- paste0(metrics, "_calc") - - # how many metrics need to be calculated? - number_metrics <- length(metrics_calc) - - # get coordinates of cells - points <- raster_to_points(landscape)[, 2:4] - - # resolution of original raster - resolution <- raster::res(landscape) - - # convert to matrix - landscape <- raster::as.matrix(landscape) - - result <- do.call(rbind, lapply(seq_along(metrics_calc), FUN = function(current_metric) { - - # print progess using the non-internal name - if (progress) { - cat("\r> Progress metrics: ", current_metric, "/", number_metrics) - } - - # match function name - foo <- get(metrics_calc[[current_metric]], mode = "function") - - # get argument - arguments <- names(formals(foo)) - - # run function - tryCatch(do.call(what = foo, - args = mget(arguments, envir = parent.env(environment()))), - error = function(e){ - message("") - stop(e)}) - }) - ) - - if (full_name == TRUE) { - - col_ordering <- c("level", "class", "id", "metric", "value", - "name", "type", "function_name") - - result <- merge(x = result, - y = landscapemetrics::lsm_abbreviations_names, - by = c("level", "metric"), - all.x = TRUE, sort = FALSE, suffixes = c("", "")) - - result <- tibble::as_tibble(result[,col_ordering]) - } - - if (progress) { - - cat("\n") - } - - return(result) -} +#' calculate_lsm +#' +#' @description Calculate a selected group of metrics +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param level Level of metrics. Either 'patch', 'class' or 'landscape' (or vector with combination). +#' @param metric Abbreviation of metrics (e.g. 'area'). +#' @param name Full name of metrics (e.g. 'core area'). +#' @param type Type according to FRAGSTATS grouping (e.g. 'aggregation metrics'). +#' @param what Selected level of metrics: either "patch", "class" or "landscape". +#' It is also possible to specify functions as a vector of strings, e.g. `what = c("lsm_c_ca", "lsm_l_ta")`. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param count_boundary Include landscape boundary in edge length. +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core. +#' @param edge_depth Distance (in cells) a cell has to be away from the patch +#' edge to be considered as core cell. +#' @param cell_center If true, the coordinates of the centroid are forced to be +#' a cell center within the patch. +#' @param classes_max Potential maximum number of present classes. +#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: +#' 4 (rook's case) or 8 (queen's case). The default is 4. +#' @param ordered The type of pairs considered. Either ordered (TRUE) or unordered (FALSE). +#' The default is TRUE. +#' @param base The unit in which entropy is measured. The default is "log2", +#' which compute entropy in "bits". "log" and "log10" can be also used. +#' @param full_name Should the full names of all functions be included in the +#' tibble. +#' @param verbose Print warning messages. +#' @param progress Print progress report. +#' +#' @details +#' Wrapper to calculate several landscape metrics. The metrics can be specified +#' by the arguments `what`, `level`, `metric`, `name` and/or `type` (combinations +#' of different arguments are possible (e.g. `level = "class", type = "aggregation metric"`). +#' If an argument is not provided, automatically all possibilities are +#' selected. Therefore, to get **all** available metrics, don't specify any of the +#' above arguments. +#' +#' @seealso +#' \code{\link{list_lsm}} +#' +#' @return tibble +#' +#' @examples +#' \dontrun{ +#' calculate_lsm(landscape, progress = TRUE) +#' calculate_lsm(landscape, what = c("patch", "lsm_c_te", "lsm_l_pr")) +#' calculate_lsm(landscape, level = c("class", "landscape"), type = "aggregation metric") +#' } +#' +#' @aliases calculate_lsm +#' @rdname calculate_lsm +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +calculate_lsm <- function(landscape, + level = NULL, + metric = NULL, + name = NULL, + type = NULL, + what = NULL, + directions = 8, + count_boundary = FALSE, + consider_boundary = FALSE, + edge_depth = 1, + cell_center = FALSE, + classes_max = NULL, + neighbourhood = 4, + ordered = TRUE, + base = "log2", + full_name = FALSE, + verbose = TRUE, + progress = FALSE) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = seq_along(landscape), FUN = function(x) { + + if (progress) { + + cat("\r> Progress nlayers: ", x , "/", length(landscape)) + } + + calculate_lsm_internal(landscape = landscape[[x]], + level = level, + metric = metric, + name = name, + type = type, + what = what, + directions = directions, + count_boundary = count_boundary, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + cell_center = cell_center, + classes_max = classes_max, + neighbourhood = neighbourhood, + ordered = ordered, + base = base, + full_name = full_name, + verbose = verbose, + progress = FALSE) + }) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + result <- result[with(result, order(layer, level, metric, class, id)), ] + + if (progress) {cat("\n")} + + tibble::add_column(result, layer, .before = TRUE) +} + +calculate_lsm_internal <- function(landscape, + level, + metric, + name, + type, + what, + directions, + count_boundary, + consider_boundary, + edge_depth, + cell_center, + classes_max, + neighbourhood, + ordered, + base, + full_name, + verbose, + progress) { + + # check if landscape is ok... + # ...print warning if not + if (verbose) { + + check <- check_landscape(landscape, verbose = FALSE) + + if (check$OK != cli::symbol$tick) { + warning("Please use 'check_landscape()' to ensure the input data is valid.", + call. = FALSE) + } + } + + # get name of metrics + metrics <- list_lsm(level = level, metric = metric, name = name, + type = type, what = what, simplify = TRUE, verbose = verbose) + + # use internal functions for calculation + metrics_calc <- paste0(metrics, "_calc") + + # how many metrics need to be calculated? + number_metrics <- length(metrics_calc) + + # get coordinates of cells + points <- raster_to_points(landscape)[, 2:4] + + # resolution of original raster + resolution <- terra::res(landscape) + + # convert to matrix + landscape <- terra::as.matrix(landscape, wide = TRUE) + + result <- do.call(rbind, lapply(seq_along(metrics_calc), FUN = function(current_metric) { + + # print progess using the non-internal name + if (progress) { + cat("\r> Progress metrics: ", current_metric, "/", number_metrics) + } + + # match function name + foo <- get(metrics_calc[[current_metric]], mode = "function") + + # get argument + arguments <- names(formals(foo)) + + # run function + tryCatch(do.call(what = foo, + args = mget(arguments, envir = parent.env(environment()))), + error = function(e){ + message("") + stop(e)}) + }) + ) + + if (full_name == TRUE) { + + col_ordering <- c("level", "class", "id", "metric", "value", + "name", "type", "function_name") + + result <- merge(x = result, + y = landscapemetrics::lsm_abbreviations_names, + by = c("level", "metric"), + all.x = TRUE, sort = FALSE, suffixes = c("", "")) + + result <- tibble::as_tibble(result[,col_ordering]) + } + + if (progress) { + + cat("\n") + } + + return(result) +} diff --git a/R/check_landscape.R b/R/check_landscape.R index 2c1a95cb7..3f3755032 100644 --- a/R/check_landscape.R +++ b/R/check_landscape.R @@ -1,100 +1,100 @@ -#' Check input landscape -#' -#' @description Check input landscape -#' -#' @param landscape Raster* Layer, Stack, Brick, Stars or a list of rasterLayers -#' @param verbose Print warning messages. -#' -#' @details This function extracts basic information about -#' the input landscape. -#' It includes a type of coordinate reference system (crs) - -#' either "geographic", "projected", or NA, -#' units of the coordinate reference system, a class of the input landscape's -#' values and the number of classes found in the landscape. -#' -#' @return tibble -#' -#' @examples -#' check_landscape(augusta_nlcd) -#' check_landscape(podlasie_ccilc) -#' check_landscape(raster::stack(landscape, landscape)) -#' -#' @aliases check_landscape -#' @rdname check_landscape -#' -#' @export -check_landscape <- function(landscape, verbose = TRUE) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = check_landscape_calc, - verbose = verbose) - - layer <- rep(seq_len(length(result)), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -check_landscape_calc <- function(landscape, verbose) { - - # get info about projection and class of values - info <- cbind(proj_info(landscape), data_info(landscape)) - - # test if all values are integer - info$class_ok <- ifelse(test = is.na(info$class), - yes = "notok", - no = ifelse(test = info$class == "integer", - yes = "ok", no = "notok")) - - # check if number of classes makes sense - info$n_classes_ok <- ifelse(test = info$n_classes <= 30, - yes = "ok", no = "maybe") - - # check if units are degree - info$units_ok <- ifelse(test = is.na(info$units), - yes = "maybe", no = ifelse(test = info$units != "degrees", - yes = "ok", no = "notok")) - - # set final OK - info$OK <- ifelse(test = info$class_ok == "ok" && info$units_ok == "ok" && info$n_classes_ok == "ok", - yes = cli::symbol$tick, - no = ifelse(test = info$class_ok == "notok" || info$units_ok == "notok", - yes = cli::symbol$cross, - no = ifelse(test = info$class_ok == "maybe" || info$units_ok == "maybe" || info$n_classes_ok == "maybe", - yes = cli::symbol$circle_question_mark, - no = NA))) - - info <- info[, c("crs", "units", "class", "n_classes", "OK")] - - if (verbose) { - - if (is.na(info$class)) { - warning("All cell values are NA.", - call. = FALSE) - } - - else { - - if (info$class != "integer") { - warning("Caution: Land-cover classes must be decoded as integer values.", - call. = FALSE) - } - } - - if (is.na(info$units) || info$units == "degrees") { - warning("Caution: Coordinate reference system not metric - Units of results based on cellsizes and/or distances may be incorrect.", - call. = FALSE) - } - - if (info$n_classes > 30) { - warning("Caution: More than 30 land cover-classes - Please check if discrete land-cover classes are present.", - call. = FALSE) - } - } - - return(info) -} +#' Check input landscape +#' +#' @description Check input landscape +#' +#' @param landscape Raster* Layer, Stack, Brick, Stars or a list of rasterLayers +#' @param verbose Print warning messages. +#' +#' @details This function extracts basic information about +#' the input landscape. +#' It includes a type of coordinate reference system (crs) - +#' either "geographic", "projected", or NA, +#' units of the coordinate reference system, a class of the input landscape's +#' values and the number of classes found in the landscape. +#' +#' @return tibble +#' +#' @examples +#' check_landscape(augusta_nlcd) +#' check_landscape(podlasie_ccilc) +#' check_landscape(c(landscape, landscape)) +#' +#' @aliases check_landscape +#' @rdname check_landscape +#' +#' @export +check_landscape <- function(landscape, verbose = TRUE) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = check_landscape_calc, + verbose = verbose) + + layer <- rep(seq_len(length(result)), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +check_landscape_calc <- function(landscape, verbose) { + + # get info about projection and class of values + info <- cbind(proj_info(landscape), data_info(landscape)) + + # test if all values are integer + info$class_ok <- ifelse(test = is.na(info$class), + yes = "notok", + no = ifelse(test = info$class == "integer", + yes = "ok", no = "notok")) + + # check if number of classes makes sense + info$n_classes_ok <- ifelse(test = info$n_classes <= 30, + yes = "ok", no = "maybe") + + # check if units are degree + info$units_ok <- ifelse(test = is.na(info$units), + yes = "maybe", no = ifelse(test = info$units != "degrees", + yes = "ok", no = "notok")) + + # set final OK + info$OK <- ifelse(test = info$class_ok == "ok" && info$units_ok == "ok" && info$n_classes_ok == "ok", + yes = cli::symbol$tick, + no = ifelse(test = info$class_ok == "notok" || info$units_ok == "notok", + yes = cli::symbol$cross, + no = ifelse(test = info$class_ok == "maybe" || info$units_ok == "maybe" || info$n_classes_ok == "maybe", + yes = cli::symbol$circle_question_mark, + no = NA))) + + info <- info[, c("crs", "units", "class", "n_classes", "OK")] + + if (verbose) { + + if (is.na(info$class)) { + warning("All cell values are NA.", + call. = FALSE) + } + + else { + + if (info$class != "integer") { + warning("Caution: Land-cover classes must be decoded as integer values.", + call. = FALSE) + } + } + + if (is.na(info$units) || info$units == "degrees") { + warning("Caution: Coordinate reference system not metric - Units of results based on cellsizes and/or distances may be incorrect.", + call. = FALSE) + } + + if (info$n_classes > 30) { + warning("Caution: More than 30 land cover-classes - Please check if discrete land-cover classes are present.", + call. = FALSE) + } + } + + return(info) +} diff --git a/R/construct_buffer.R b/R/construct_buffer.R index 9e2f6450a..06707831f 100644 --- a/R/construct_buffer.R +++ b/R/construct_buffer.R @@ -1,187 +1,156 @@ -#' construct_buffer -#' -#' @description Internal function to construct plot area around coordinates -#' -#' @param coords SpatialPoints or 2-column matrix with coordinates of sample points -#' @param shape String specifying plot shape. Either "circle" or "square" -#' @param size Size of sample plot. Equals the radius for circles or the -#' side-length for squares in mapunits -#' @param return_sp If true, SpatialPolygons are returned. -#' @param verbose Print warning messages. -#' -#' @return -#' matrix or SpatialPolygons -#' -#' @examples -#' coords <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) -#' construct_buffer(coords = coords, shape = "square", size = 5) -#' -#' @aliases construct_buffer -#' @rdname construct_buffer -#' -#' @keywords internal -#' -#' @export -construct_buffer <- function(coords, shape, size, return_sp, verbose) UseMethod("construct_buffer") - -#' @name construct_buffer -#' @export -construct_buffer.SpatialPoints <- function(coords, shape, size, - return_sp = TRUE, verbose = TRUE) { - - coords <- matrix(sp::coordinates(coords)[, 1:2], ncol = 2) - - construct_buffer_internal(coords, shape, size, - return_sp = return_sp, verbose = verbose) -} - -#' @name construct_buffer -#' @export -construct_buffer.SpatialPointsDataFrame <- function(coords, shape, size, - return_sp = TRUE, verbose = TRUE) { - - coords <- matrix(sp::coordinates(coords)[, 1:2], ncol = 2) - - construct_buffer_internal(coords, shape, size, - return_sp = return_sp, verbose = verbose) -} - -#' @name construct_buffer -#' @export -construct_buffer.MULTIPOINT <- function(coords, shape, size, - return_sp = TRUE, verbose = TRUE) { - - coords <- matrix(sf::st_coordinates(coords)[, 1:2], ncol = 2) - - construct_buffer_internal(coords, shape, size, - return_sp = return_sp, verbose = verbose) -} - -#' @name construct_buffer -#' @export -construct_buffer.POINT <- function(coords, shape, size, - return_sp = TRUE, verbose = TRUE) { - - coords <- matrix(sf::st_coordinates(coords)[, 1:2], ncol = 2) - - construct_buffer_internal(coords, shape, size, - return_sp = return_sp, verbose = verbose) -} - -#' @name construct_buffer -#' @export -construct_buffer.sf <- function(coords, shape, size, - return_sp = TRUE, verbose = TRUE) { - - if (all(sf::st_geometry_type(coords) %in% c("POINT", "MULTIPOINT"))) { - - coords <- matrix(sf::st_coordinates(coords)[, 1:2], ncol = 2) - - construct_buffer_internal(coords, shape, size, - return_sp = return_sp, verbose = verbose) - } - - else{stop("Only POINT or MULTIPOINT features supported!!11!!1!!")} -} - -#' @name construct_buffer -#' @export -construct_buffer.sfc <- function(coords, shape, size, - return_sp = TRUE, verbose = TRUE) { - - if (all(sf::st_geometry_type(coords) %in% c("POINT", "MULTIPOINT"))) { - - coords <- matrix(sf::st_coordinates(coords)[, 1:2], ncol = 2) - - construct_buffer_internal(coords, shape, size, - return_sp = return_sp, verbose = verbose) - } - - else{stop("Only POINT or MULTIPOINT features supported!!11!!1!!")} -} - -#' @name construct_buffer -#' @export -construct_buffer.matrix <- function(coords, shape , size, - return_sp = TRUE, verbose = TRUE) { - - construct_buffer_internal(coords, shape, size, - return_sp = return_sp, verbose = verbose) -} - -construct_buffer_internal <- function(coords, shape , size, return_sp = TRUE, verbose = TRUE) { - - if (verbose) { - - if (ncol(coords) != 2) { - - warning("'coords' should be a two column matrix including x- and y-coordinates.", - call. = FALSE) - } - } - - if (shape == "circle") { - - circle_points_x <- sin(seq(0, 2 * pi, length.out = 100)) * size - circle_points_y <- cos(seq(0, 2 * pi, length.out = 100)) * size - - x_circle <- outer(circle_points_x, coords[, 1], `+`) - y_circle <- outer(circle_points_y, coords[, 2], `+`) - - sample_plots <- cbind(matrix(x_circle, ncol = 1), - matrix(y_circle, ncol = 1), - rep(seq_len(nrow(coords)), each = 100)) - - if (return_sp) { - - sample_plots <- split(sample_plots[, -3], sample_plots[, 3]) - - sample_plots <- lapply(X = sample_plots, FUN = function(x) { - sp::Polygon(cbind(x[1:100], x[101:200])) - }) - - sample_plots <- sp::SpatialPolygons(lapply(X = seq_along(sample_plots), FUN = function(y) { - sp::Polygons(list(sample_plots[[y]]), ID = y) - })) - } - } - - else if (shape == "square") { - - sample_plots <- cbind( - matrix( - c(coords[, 1] - size, - coords[, 1] - size, - coords[, 1] + size, - coords[, 1] + size), - ncol = 1), - - matrix( - c(coords[, 2] - size, - coords[, 2] + size, - coords[, 2] + size, - coords[, 2] - size), - ncol = 1), - rep(seq_len(nrow(coords)), times = 4) - ) - - if (return_sp) { - - sample_plots <- split(sample_plots[, -3], - sample_plots[, 3]) - - sample_plots <- lapply(X = sample_plots, FUN = function(x) { - sp::Polygon(cbind(x[1:4], x[5:8]))}) - - sample_plots <- sp::SpatialPolygons(lapply(X = seq_along(sample_plots), FUN = function(y) { - sp::Polygons(list(sample_plots[[y]]), ID = y)})) - } - } - - else{ - - stop(paste0("Shape option ", shape, " unkown."), call. = FALSE) - } - - return(sample_plots) -} +#' construct_buffer +#' +#' @description Internal function to construct plot area around coordinates +#' +#' @param coords SpatialPoints or 2-column matrix with coordinates of sample points +#' @param shape String specifying plot shape. Either "circle" or "square" +#' @param size Size of sample plot. Equals the radius for circles or the +#' side-length for squares in mapunits +#' @param return_sf If true, sf objects are returned. +#' @param verbose Print warning messages. +#' +#' @return +#' matrix or sf objecct +#' +#' @examples +#' coords <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) +#' construct_buffer(coords = coords, shape = "square", size = 5) +#' +#' @aliases construct_buffer +#' @rdname construct_buffer +#' +#' @keywords internal +#' +#' @export +construct_buffer <- function(coords, shape, size, return_sf, verbose) UseMethod("construct_buffer") + +#' @name construct_buffer +#' @export +construct_buffer.MULTIPOINT <- function(coords, shape, size, + return_sf = TRUE, verbose = TRUE) { + + coords <- matrix(sf::st_coordinates(coords)[, 1:2], ncol = 2) + + construct_buffer_internal(coords, shape, size, + return_sf = return_sf, verbose = verbose) +} + +#' @name construct_buffer +#' @export +construct_buffer.POINT <- function(coords, shape, size, + return_sf = TRUE, verbose = TRUE) { + + coords <- matrix(sf::st_coordinates(coords)[, 1:2], ncol = 2) + + construct_buffer_internal(coords, shape, size, + return_sf = return_sf, verbose = verbose) +} + +#' @name construct_buffer +#' @export +construct_buffer.sf <- function(coords, shape, size, + return_sf = TRUE, verbose = TRUE) { + + if (all(sf::st_geometry_type(coords) %in% c("POINT", "MULTIPOINT"))) { + + coords <- matrix(sf::st_coordinates(coords)[, 1:2], ncol = 2) + + construct_buffer_internal(coords, shape, size, + return_sf = return_sf, verbose = verbose) + } + + else{stop("Only POINT or MULTIPOINT features supported!!11!!1!!")} +} + +#' @name construct_buffer +#' @export +construct_buffer.sfc <- function(coords, shape, size, + return_sf = TRUE, verbose = TRUE) { + + if (all(sf::st_geometry_type(coords) %in% c("POINT", "MULTIPOINT"))) { + + coords <- matrix(sf::st_coordinates(coords)[, 1:2], ncol = 2) + + construct_buffer_internal(coords, shape, size, + return_sf = return_sf, verbose = verbose) + } + + else{stop("Only POINT or MULTIPOINT features supported!!11!!1!!")} +} + +#' @name construct_buffer +#' @export +construct_buffer.matrix <- function(coords, shape , size, return_sf = TRUE, verbose = TRUE) { + + construct_buffer_internal(coords, shape, size, + return_sf = return_sf, verbose = verbose) +} + +construct_buffer_internal <- function(coords, shape , size, return_sf = TRUE, verbose = TRUE) { + + if (verbose) { + + if (ncol(coords) != 2) { + + warning("'coords' should be a two column matrix including x- and y-coordinates.", + call. = FALSE) + } + } + + if (shape == "circle") { + + circle_points_x <- sin(seq(0, 2 * pi, length.out = 100)) * size + circle_points_y <- cos(seq(0, 2 * pi, length.out = 100)) * size + + x_circle <- outer(circle_points_x, coords[, 1], `+`) + y_circle <- outer(circle_points_y, coords[, 2], `+`) + + sample_plots <- cbind(matrix(x_circle, ncol = 1), + matrix(y_circle, ncol = 1), + rep(seq_len(nrow(coords)), each = 100)) + + } + + else if (shape == "square") { + + sample_plots <- cbind( + matrix( + c(coords[, 1] - size, + coords[, 1] - size, + coords[, 1] + size, + coords[, 1] + size), + ncol = 1), + + matrix( + c(coords[, 2] - size, + coords[, 2] + size, + coords[, 2] + size, + coords[, 2] - size), + ncol = 1), + rep(seq_len(nrow(coords)), times = 4) + ) + } + + else{ + + stop(paste0("Shape option ", shape, " unkown."), call. = FALSE) + } + + if (return_sf) { + + sample_plots <- split(sample_plots[, -3], sample_plots[, 3]) + + sample_plots <- lapply(X = sample_plots, FUN = function(x) { + + mat <- matrix(x, ncol = 2) + + sf::st_polygon(list(rbind(mat, mat[1, ]))) + + }) + + sample_plots <- sf::st_sf(data.frame(id = 1:nrow(coords), geom = sf::st_sfc(sample_plots))) + + } + + return(sample_plots) +} diff --git a/R/data_info.R b/R/data_info.R index d29a732b0..5999923af 100644 --- a/R/data_info.R +++ b/R/data_info.R @@ -1,40 +1,40 @@ -#' data_info -#' -#' @description Data info -#' -#' @param landscape RasterLayer -#' -#' @details -#' Check class of raster values and number of classes -#' -#' @return raster -#' -#' @examples -#' data_info(landscape) -#' data_info(augusta_nlcd) -#' data_info(podlasie_ccilc) -#' -#' @aliases data_info -#' @rdname data_info -#' -#' @keywords internal -#' -#' @export -data_info <- function(landscape){ - - # get raster values - landscape_values <- unique(raster::values(landscape)) - - # remove NA values (mess up with test if integer values) - landscape_values <- landscape_values[!is.na(landscape_values)] - - # check if integer value - class <- ifelse(test = all(is.na(landscape_values)), - yes = NA, - no = ifelse( - test = all(landscape_values %% 1 == 0), - yes = "integer", - no = "non-integer")) - - tibble::tibble(class = class, n_classes = length(landscape_values)) -} +#' data_info +#' +#' @description Data info +#' +#' @param landscape RasterLayer +#' +#' @details +#' Check class of raster values and number of classes +#' +#' @return raster +#' +#' @examples +#' data_info(landscape) +#' data_info(augusta_nlcd) +#' data_info(podlasie_ccilc) +#' +#' @aliases data_info +#' @rdname data_info +#' +#' @keywords internal +#' +#' @export +data_info <- function(landscape){ + + # get raster values + landscape_values <- unique(terra::values(landscape, mat = FALSE)) + + # remove NA values (mess up with test if integer values) + landscape_values <- landscape_values[!is.na(landscape_values)] + + # check if integer value + class <- ifelse(test = all(is.na(landscape_values)), + yes = NA, + no = ifelse( + test = all(landscape_values %% 1 == 0), + yes = "integer", + no = "non-integer")) + + tibble::tibble(class = class, n_classes = length(landscape_values)) +} diff --git a/R/extract_lsm.R b/R/extract_lsm.R index e114d1e8c..18b1adafe 100644 --- a/R/extract_lsm.R +++ b/R/extract_lsm.R @@ -1,226 +1,201 @@ -#' extract_lsm -#' -#' @description Extract metrics -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param y 2-column matrix with coordinates, SpatialPoints, SpatialLines or sf point geometries. -#' @param extract_id Vector with id of sample points. If not provided, sample -#' points will be labelled 1...n. -#' @param metric Abbreviation of metrics (e.g. 'area'). -#' @param name Full name of metrics (e.g. 'core area') -#' @param type Type according to FRAGSTATS grouping (e.g. 'aggregation metrics'). -#' @param what Selected level of metrics: either "patch", "class" or "landscape". -#' It is also possible to specify functions as a vector of strings, e.g. `what = c("lsm_c_ca", "lsm_l_ta")`. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param progress Print progress report. -#' @param verbose Print warning messages. -#' @param ... Arguments passed to \code{calculate_lsm()}. -#' -#' @details -#' This functions extracts the metrics of all patches the spatial object(s) `y` -#' (e.g. spatial points) are located within. Only patch level metrics are possible -#' to extract. Please be aware that the output is sligthly different to all -#' other `lsm`-function of `landscapemetrics`. Returns a tibble with chosen -#' metrics and the ID of the spatial objects. -#' -#' @seealso -#' \code{\link{calculate_lsm}} -#' -#' @return tibble -#' -#' @examples -#' points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) -#' extract_lsm(landscape, y = points) -#' extract_lsm(landscape, y = points, type = "aggregation metric") -#' -#' points_sp <- sp::SpatialPoints(points) -#' extract_lsm(landscape, y = points_sp, what = "lsm_p_area") -#' -#' \dontrun{ -#' # use lines -#' x1 <- c(1, 5, 15, 10) -#' y1 <- c(1, 5, 15, 25) -#' -#' x2 <- c(10, 25) -#' y2 <- c(5, 5) -#' -#' sample_lines <- sp::SpatialLines(list(sp::Lines(list(sp::Line(cbind(x1, y1)), -#' sp::Line(cbind(x2, y2))), ID = "a"))) -#' extract_lsm(landscape, y = sample_lines, what = "lsm_p_area") -#' } -#' -#' @aliases extract_lsm -#' @rdname extract_lsm -#' -#' @export -extract_lsm <- function(landscape, - y, - extract_id = NULL, - metric = NULL, - name = NULL, - type = NULL, - what = NULL, - directions = 8, - progress = FALSE, - verbose = TRUE, - ...) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = seq_along(landscape), FUN = function(x) { - - if (progress) { - - cat("\r> Progress nlayers: ", x , "/", length(landscape)) - } - - extract_lsm_internal(landscape = landscape[[x]], - y = y, - extract_id = extract_id, - metric = metric, - name = name, - type = type, - what = what, - directions = directions, - progress = FALSE, - verbose = verbose, - ...) - }) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - result$layer <- layer - - if (progress) {cat("\n")} - - result[with(result, order(layer, extract_id, level, metric, class, id)), ] -} - -extract_lsm_internal <- function(landscape, - y, - extract_id, - metric, name, type, what, - directions, - progress, - verbose, - ...) { - - # get list of metrics to calculate - metrics_list <- list_lsm(level = "patch", - metric = metric, - name = name, - type = type, - what = what, - simplify = TRUE, - verbose = verbose) - - # check if only patch level metrics are selected - if (!all(metrics_list %in% list_lsm(level = "patch", simplify = TRUE))) { - - stop("'extract_lsm()' only takes patch level metrics.", call. = FALSE) - } - - # check if sf object is provided - if (inherits(x = y, what = "sf")) { - - # check if points have the right class - if (inherits(x = y, what = c("MULTIPOINT", "POINT"))) { - - y <- matrix(sf::st_coordinates(y)[, 1:2], ncol = 2) - } - - else if (inherits(x = y, what = c("sf", "sfc"))) { - - if (all(sf::st_geometry_type(y) %in% c("POINT", "MULTIPOINT"))) { - - y <- matrix(sf::st_coordinates(y)[, 1:2], ncol = 2) - } - - else { - - stop( - "landscapemetrics currently only supports point features for landscape metrics extraction." - ) - } - } - - else if (inherits(x = y, what = c("LINESTRING", "POLYGON", - "MULTILINESTRING", "MULTIPOLYGON"))) { - - stop( - "landscapemetrics currently only supports sf point features for landscape metrics extraction." - ) - } - } - - # if Spatial Lines disaggregate - else if (inherits(x = y, what = c("SpatialLines", "SpatialLinesDataFrame"))) { - - y <- sp::disaggregate(y) - } - - else if (!inherits(x = y, what = c("matrix", "SpatialPoints", "SpatialPointsDataFrame"))) { - - stop("'y' must be a matrix, SpatialPoints, SpatialLines or sf point geometries.", - call. = FALSE) - } - - # get patches of landscape - landscape_labeled <- get_patches(landscape, directions = directions,)[[1]] - - # combine to one raster layer - landscape_id <- raster::merge(raster::stack(landscape_labeled)) - - # get patch id of sample points - point_id <- raster::extract(x = landscape_id, - y = y, - df = TRUE) - - # rename df - names(point_id) <- c("extract_id", "id") - - # check if length is identical if ids are provided - if (!is.null(extract_id)) { - - if (length(extract_id) != nrow(point_id)) { - - if (verbose) { - - warning("Length of extract_id is not identical to length of y. Using 1...n as extract_id.", - call. = FALSE) - } - - extract_id <- seq_len(nrow(point_id)) - } - } - - - if (!is.null(extract_id)) { - point_id[, 1] <- extract_id - } - - point_id <- point_id[!duplicated(point_id), ] - - # calculate metrics - # can we somehow calculate only the patches we actually want? - metrics <- calculate_lsm(landscape, - what = metrics_list, - directions = directions, - verbose = verbose, - progress = progress, ...) - - # only patchs that contain a sample point - extract_metrics <- merge(x = metrics, y = point_id, - by = "id", - all.x = FALSE, all.y = FALSE, sort = FALSE) - - # order cols - extract_metrics <- extract_metrics[, c(names(metrics), "extract_id")] - - # order rows - tibble::as_tibble(extract_metrics) -} +#' extract_lsm +#' +#' @description Extract metrics +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param y 2-column matrix with coordinates or sf point or line geometries. +#' @param extract_id Vector with id of sample points. If not provided, sample +#' points will be labelled 1...n. +#' @param metric Abbreviation of metrics (e.g. 'area'). +#' @param name Full name of metrics (e.g. 'core area') +#' @param type Type according to FRAGSTATS grouping (e.g. 'aggregation metrics'). +#' @param what Selected level of metrics: either "patch", "class" or "landscape". +#' It is also possible to specify functions as a vector of strings, e.g. `what = c("lsm_c_ca", "lsm_l_ta")`. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param progress Print progress report. +#' @param verbose Print warning messages. +#' @param ... Arguments passed to \code{calculate_lsm()}. +#' +#' @details +#' This functions extracts the metrics of all patches the spatial object(s) `y` +#' (e.g. spatial points) are located within. Only patch level metrics are possible +#' to extract. Please be aware that the output is slightly different to all +#' other `lsm`-function of `landscapemetrics`. Returns a tibble with chosen +#' metrics and the ID of the spatial objects. +#' +#' @seealso +#' \code{\link{calculate_lsm}} +#' +#' @return tibble +#' +#' @examples +#' points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) +#' extract_lsm(landscape, y = points) +#' extract_lsm(landscape, y = points, type = "aggregation metric") +#' +#' \dontrun{ +#' # use lines +#' +#' } +#' +#' @aliases extract_lsm +#' @rdname extract_lsm +#' +#' @export +extract_lsm <- function(landscape, y, + extract_id = NULL, metric = NULL, + name = NULL, type = NULL, what = NULL, directions = 8, + progress = FALSE, verbose = TRUE, ...) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = seq_along(landscape), FUN = function(x) { + + if (progress) { + + cat("\r> Progress nlayers: ", x , "/", length(landscape)) + } + + extract_lsm_internal(landscape = landscape[[x]], + y = y, + extract_id = extract_id, + metric = metric, + name = name, + type = type, + what = what, + directions = directions, + progress = FALSE, + verbose = verbose, + ...) + }) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + result$layer <- layer + + if (progress) {cat("\n")} + + result[with(result, order(layer, extract_id, level, metric, class, id)), ] +} + +extract_lsm_internal <- function(landscape, + y, + extract_id, + metric, name, type, what, + directions, + progress, + verbose, + ...) { + + # get list of metrics to calculate + metrics_list <- list_lsm(level = "patch", + metric = metric, + name = name, + type = type, + what = what, + simplify = TRUE, + verbose = verbose) + + # check if only patch level metrics are selected + if (!all(metrics_list %in% list_lsm(level = "patch", simplify = TRUE))) { + + stop("'extract_lsm()' only takes patch level metrics.", call. = FALSE) + } + + # check if sf object is provided + if (inherits(x = y, what = "sf")) { + + # check if points have the right class + if (inherits(x = y, what = c("MULTIPOINT", "POINT"))) { + + y <- matrix(sf::st_coordinates(y)[, 1:2], ncol = 2) + + } + + else if (inherits(x = y, what = c("sf", "sfc"))) { + + if (all(sf::st_geometry_type(y) %in% c("POINT", "MULTIPOINT"))) { + + y <- matrix(sf::st_coordinates(y)[, 1:2], ncol = 2) + } + + else { + + stop( + "landscapemetrics currently only supports point features for landscape metrics extraction." + ) + } + } + + else if (inherits(x = y, what = c("LINESTRING", "POLYGON", + "MULTILINESTRING", "MULTIPOLYGON"))) { + + stop( + "landscapemetrics currently only supports sf point features for landscape metrics extraction." + ) + } + } + + else if (!inherits(x = y, what = "matrix")) { + + stop("'y' must be a matrix or sf object.", + call. = FALSE) + } + + # get patches of landscape + landscape_labeled <- get_patches(landscape, directions = directions,)[[1]] + + # combine to one raster layer + landscape_id <- sum(terra::rast(landscape_labeled), na.rm = TRUE) + + # get patch id of sample points + point_id <- cbind(ID = 1:nrow(y), terra::extract(x = landscape_id, y = y)) + + # rename df + names(point_id) <- c("extract_id", "id") + + # check if length is identical if ids are provided + if (!is.null(extract_id)) { + + if (length(extract_id) != nrow(point_id)) { + + if (verbose) { + + warning("Length of extract_id is not identical to length of y. Using 1...n as extract_id.", + call. = FALSE) + } + + extract_id <- seq_len(nrow(point_id)) + } + } + + + if (!is.null(extract_id)) { + point_id[, 1] <- extract_id + } + + point_id <- point_id[!duplicated(point_id), ] + + # calculate metrics + # can we somehow calculate only the patches we actually want? + metrics <- calculate_lsm(landscape, + what = metrics_list, + directions = directions, + verbose = verbose, + progress = progress, ...) + + # only patchs that contain a sample point + extract_metrics <- merge(x = metrics, y = point_id, + by = "id", + all.x = FALSE, all.y = FALSE, sort = FALSE) + + # order cols + extract_metrics <- extract_metrics[, c(names(metrics), "extract_id")] + + # order rows + tibble::as_tibble(extract_metrics) +} diff --git a/R/get_adjacencies.R b/R/get_adjacencies.R index cff74c756..35d8a65ea 100644 --- a/R/get_adjacencies.R +++ b/R/get_adjacencies.R @@ -1,106 +1,107 @@ -#' get_adjacencies -#' -#' @description Fast calculation of adjacencies between classes in a raster -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param neighbourhood The number of directions in which cell adjacencies are -#' considered as neighbours: 4 (rook's case), 8 (queen's case) or a binary matrix -#' where the ones define the neighbourhood. The default is 4. -#' @param what Which adjacencies to calculate: "full" for a full adjacency matrix, -#' "like" for the diagonal, "unlike" for the off diagonal part of the matrix and -#' "triangle" for a triangular matrix counting adjacencies only once. -#' @param upper Logical value indicating whether the upper triangle of the adjacency matrix -#' should be returned (default FALSE). -#' -#' @details -#' A fast implementation with Rcpp to calculate the adjacency matrix for raster. -#' The adjacency matrix is most often used in landscape metrics to describe -#' the configuration of landscapes, is it is a cellwise count of edges between classes. -#' -#' The "full" adjacency matrix is double-count method, as it contains the pairwise -#' counts of cells between all classes. The diagonal of this matrix contains the -#' like adjacencies, a count for how many edges a shared in each class with the same class. -#' -#' The "unlike" adjacencies are counting the cellwise edges between different classes. -#' -#' @return matrix with adjacencies between classes in a raster and between cells from the same class. -#' -#' @examples -#' # calculate full adjacency matrix -#' get_adjacencies(landscape, 4) -#' -#' # count diagonal neighbour adjacencies -#' diagonal_matrix <- matrix(c(1, NA, 1, -#' NA, 0, NA, -#' 1, NA, 1), 3, 3, byrow = TRUE) -#' get_adjacencies(landscape, diagonal_matrix) -#' -#' # equivalent with the raster package: -#' adjacencies <- raster::adjacent(landscape, 1:raster::ncell(landscape), 4, pairs=TRUE) -#' table(landscape[adjacencies[,1]], landscape[adjacencies[,2]]) -#' -#' @aliases get_adjacencies -#' @rdname get_adjacencies -#' -#' @export -get_adjacencies <- function(landscape, neighbourhood = 4, what = "full", upper = FALSE) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = get_adjacencies_internal, - neighbourhood = neighbourhood, - what = what, - upper = upper) - - names(result) <- paste0("layer_", 1:length(result)) - - return(result) - -} - -get_adjacencies_internal <- function(landscape, - neighbourhood, - what, - upper) { - - if (!identical(neighbourhood, 4) && !identical(neighbourhood, 8) && !is.matrix(neighbourhood)) { - stop("neighbourhood must be either 4, 8 or a binary matrix where the ones define the neighbourhood.", call. = FALSE) - } - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <- raster::as.matrix(landscape) - } - - adjacencies <- rcpp_get_coocurrence_matrix(landscape, - as.matrix(neighbourhood)) - - if (!upper) { - if (what == "like") { - adjacencies[lower.tri(adjacencies) | upper.tri(adjacencies)] <- NA - } - - if (what == "unlike") { - adjacencies[!lower.tri(adjacencies, diag = FALSE)] <- NA - } - - if (what == "triangle") { - adjacencies[!lower.tri(adjacencies, diag = TRUE)] <- NA - } - } else { - if (what == "like") { - adjacencies[lower.tri(adjacencies) | upper.tri(adjacencies)] <- NA - } - - if (what == "unlike") { - adjacencies[!upper.tri(adjacencies, diag = FALSE)] <- NA - } - - if (what == "triangle") { - adjacencies[!upper.tri(adjacencies, diag = TRUE)] <- NA - } - } - - return(adjacencies) -} +#' get_adjacencies +#' +#' @description Fast calculation of adjacencies between classes in a raster +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param neighbourhood The number of directions in which cell adjacencies are +#' considered as neighbours: 4 (rook's case), 8 (queen's case) or a binary matrix +#' where the ones define the neighbourhood. The default is 4. +#' @param what Which adjacencies to calculate: "full" for a full adjacency matrix, +#' "like" for the diagonal, "unlike" for the off diagonal part of the matrix and +#' "triangle" for a triangular matrix counting adjacencies only once. +#' @param upper Logical value indicating whether the upper triangle of the adjacency matrix +#' should be returned (default FALSE). +#' +#' @details +#' A fast implementation with Rcpp to calculate the adjacency matrix for raster. +#' The adjacency matrix is most often used in landscape metrics to describe +#' the configuration of landscapes, is it is a cellwise count of edges between classes. +#' +#' The "full" adjacency matrix is double-count method, as it contains the pairwise +#' counts of cells between all classes. The diagonal of this matrix contains the +#' like adjacencies, a count for how many edges a shared in each class with the same class. +#' +#' The "unlike" adjacencies are counting the cellwise edges between different classes. +#' +#' @return matrix with adjacencies between classes in a raster and between cells from the same class. +#' +#' @examples +#' # calculate full adjacency matrix +#' get_adjacencies(landscape, 4) +#' +#' # equivalent with the raster package: +#' adjacencies <- terra::adjacent(landscape, 1:terra::ncell(landscape), "rook", pairs=TRUE) +#' table(terra::values(landscape, mat = FALSE)[adjacencies[,1]], +#' terra::values(landscape, mat = FALSE)[adjacencies[,2]]) +#' +#' # count diagonal neighbour adjacencies +#' diagonal_matrix <- matrix(c(1, NA, 1, +#' NA, 0, NA, +#' 1, NA, 1), 3, 3, byrow = TRUE) +#' get_adjacencies(landscape, diagonal_matrix) +#' +#' @aliases get_adjacencies +#' @rdname get_adjacencies +#' +#' @export +get_adjacencies <- function(landscape, neighbourhood = 4, what = "full", upper = FALSE) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = get_adjacencies_internal, + neighbourhood = neighbourhood, + what = what, + upper = upper) + + names(result) <- paste0("layer_", 1:length(result)) + + return(result) + +} + +get_adjacencies_internal <- function(landscape, + neighbourhood, + what, + upper) { + + if (!identical(neighbourhood, 4) && !identical(neighbourhood, 8) && !is.matrix(neighbourhood)) { + stop("neighbourhood must be either 4, 8 or a binary matrix where the ones define the neighbourhood.", call. = FALSE) + } + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <- terra::as.matrix(landscape, wide = TRUE) + } + + adjacencies <- rcpp_get_coocurrence_matrix(landscape, + as.matrix(neighbourhood)) + + if (!upper) { + if (what == "like") { + adjacencies[lower.tri(adjacencies) | upper.tri(adjacencies)] <- NA + } + + if (what == "unlike") { + adjacencies[!lower.tri(adjacencies, diag = FALSE)] <- NA + } + + if (what == "triangle") { + adjacencies[!lower.tri(adjacencies, diag = TRUE)] <- NA + } + } else { + if (what == "like") { + adjacencies[lower.tri(adjacencies) | upper.tri(adjacencies)] <- NA + } + + if (what == "unlike") { + adjacencies[!upper.tri(adjacencies, diag = FALSE)] <- NA + } + + if (what == "triangle") { + adjacencies[!upper.tri(adjacencies, diag = TRUE)] <- NA + } + } + + return(adjacencies) +} diff --git a/R/get_boundaries.R b/R/get_boundaries.R index 4eeb92630..913c32238 100644 --- a/R/get_boundaries.R +++ b/R/get_boundaries.R @@ -1,147 +1,146 @@ -#' get_boundaries -#' -#' @description Get boundary cells of patches -#' -#' @param landscape RasterLayer or matrix. -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as edge. -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell. -#' @param as_NA If true, non-boundary cells area labeld NA. -#' @param patch_id If true, boundary/edge cells are labeled with the original patch id. -#' @param return_raster If false, matrix is returned. -#' -#' @details -#' All boundary/edge cells are labeled 1, all non-boundary cells 0. NA values are -#' not changed. Boundary cells are defined as cells that neighbour either a NA -#' cell or a cell with a different value than itself. Non-boundary cells only -#' neighbour cells with the same value than themself. -#' -#' @return List with RasterLayer or matrix -#' -#' @examples -#' class_1 <- get_patches(landscape, class = 1)[[1]] -#' -#' get_boundaries(class_1) -#' get_boundaries(class_1, return_raster = FALSE) -#' -#' @aliases get_boundaries -#' @rdname get_boundaries -#' -#' @export -get_boundaries <- function(landscape, - consider_boundary = FALSE, edge_depth = 1, - as_NA = FALSE, patch_id = FALSE, return_raster = TRUE) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, function(x) { - - result_temp <- get_boundaries_calc(raster::as.matrix(x), - consider_boundary = consider_boundary, - edge_depth = edge_depth, - as_NA = as_NA, - patch_id = patch_id) - - # convert back to raster - if (return_raster && !inherits(x = x, what = "matrix")) { - - result_temp <- matrix_to_raster(matrix = result_temp, - landscape = x) - } else if (return_raster && inherits(x = x, what = "matrix")) { - - warning("'return_raster = TRUE' not able for matrix input.", - call. = FALSE) - - } - - return(result_temp) - }) - - # names(result) <- paste0("layer_", 1:length(result)) - - return(result) - -} - -get_boundaries_calc <- function(landscape, - consider_boundary, - edge_depth, - as_NA, - patch_id) { - - # add padding for landscape boundary - if (!consider_boundary) { - - landscape <- pad_raster_internal(landscape, pad_raster_value = NA, - pad_raster_cells = 1, global = FALSE) - } - - # get boundaries - landscape_boundaries <- rcpp_get_boundaries(landscape, - directions = 4) - - # loop if edge_depth > 1 - if (edge_depth > 1) { - - # save original landscape - landscape_boundaries_temp <- landscape_boundaries - - # first edge depth already labels - for (i in seq_len(edge_depth - 1)) { - - # set all already edge to NA - landscape_boundaries_temp[landscape_boundaries_temp == 1] <- NA - - # set current_edge + 1 to new edge - landscape_boundaries_temp <- rcpp_get_boundaries(landscape_boundaries_temp, - directions = 4) - - landscape_boundaries[which(landscape_boundaries_temp[] == 1)] <- 1 - } - } - - # remove padded rows/cols - if (!consider_boundary) { - - landscape_boundaries <- unpad_raster_internal(landscape_boundaries, - unpad_raster_cells = 1) - } - - # use original patch id - if (patch_id) { - - # issue if class 0 is present because used for non-edge cells - present_classes <- get_unique_values_int(landscape, verbose = FALSE) - - if (any(present_classes == 0)) { - warning("Not able to use original patch id because at least one id equals zero.", - call. = FALSE) - } - - # relabel edge cells (value = 1) with original patch id - else { - - # remove padded rows/cols - if (!consider_boundary) { - - landscape <- unpad_raster(landscape, - unpad_raster_cells = 1, - return_raster = FALSE, - to_disk = FALSE)[[1]] - } - - landscape_boundaries[landscape_boundaries == 1 & - !is.na(landscape_boundaries)] <- landscape[landscape_boundaries == 1 & - !is.na(landscape_boundaries)] - } - } - - # convert all 0 as NA - if (as_NA) { - - landscape_boundaries[which(landscape_boundaries == 0)] <- NA - } - - return(landscape_boundaries) -} +#' get_boundaries +#' +#' @description Get boundary cells of patches +#' +#' @param landscape RasterLayer or matrix. +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as edge. +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell. +#' @param as_NA If true, non-boundary cells area labeld NA. +#' @param patch_id If true, boundary/edge cells are labeled with the original patch id. +#' @param return_raster If false, matrix is returned. +#' +#' @details +#' All boundary/edge cells are labeled 1, all non-boundary cells 0. NA values are +#' not changed. Boundary cells are defined as cells that neighbour either a NA +#' cell or a cell with a different value than itself. Non-boundary cells only +#' neighbour cells with the same value than themself. +#' +#' @return List with RasterLayer or matrix +#' +#' @examples +#' class_1 <- get_patches(landscape, class = 1)[[1]] +#' +#' get_boundaries(class_1) +#' get_boundaries(class_1, return_raster = FALSE) +#' +#' @aliases get_boundaries +#' @rdname get_boundaries +#' +#' @export +get_boundaries <- function(landscape, + consider_boundary = FALSE, edge_depth = 1, + as_NA = FALSE, patch_id = FALSE, return_raster = TRUE) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, function(x) { + + result_temp <- get_boundaries_calc(terra::as.matrix(x, wide = TRUE), + consider_boundary = consider_boundary, + edge_depth = edge_depth, + as_NA = as_NA, + patch_id = patch_id) + + # convert back to raster + if (return_raster && !inherits(x = x, what = "matrix")) { + + result_temp <- matrix_to_raster(matrix = result_temp, + landscape = x) + } else if (return_raster && inherits(x = x, what = "matrix")) { + + warning("'return_raster = TRUE' not able for matrix input.", + call. = FALSE) + + } + + return(result_temp) + }) + + # names(result) <- paste0("layer_", 1:length(result)) + + return(result) + +} + +get_boundaries_calc <- function(landscape, + consider_boundary, + edge_depth, + as_NA, + patch_id) { + + # add padding for landscape boundary + if (!consider_boundary) { + + landscape <- pad_raster_internal(landscape, pad_raster_value = NA, + pad_raster_cells = 1, global = FALSE) + } + + # get boundaries + landscape_boundaries <- rcpp_get_boundaries(landscape, directions = 4) + + # loop if edge_depth > 1 + if (edge_depth > 1) { + + # save original landscape + landscape_boundaries_temp <- landscape_boundaries + + # first edge depth already labels + for (i in seq_len(edge_depth - 1)) { + + # set all already edge to NA + landscape_boundaries_temp[landscape_boundaries_temp == 1] <- NA + + # set current_edge + 1 to new edge + landscape_boundaries_temp <- rcpp_get_boundaries(landscape_boundaries_temp, + directions = 4) + + landscape_boundaries[which(landscape_boundaries_temp[] == 1)] <- 1 + } + } + + # remove padded rows/cols + if (!consider_boundary) { + + landscape_boundaries <- unpad_raster_internal(landscape_boundaries, + unpad_raster_cells = 1) + } + + # use original patch id + if (patch_id) { + + # issue if class 0 is present because used for non-edge cells + present_classes <- get_unique_values_int(landscape, verbose = FALSE) + + if (any(present_classes == 0)) { + warning("Not able to use original patch id because at least one id equals zero.", + call. = FALSE) + } + + # relabel edge cells (value = 1) with original patch id + else { + + # remove padded rows/cols + if (!consider_boundary) { + + landscape <- unpad_raster(landscape, + unpad_raster_cells = 1, + return_raster = FALSE, + to_disk = FALSE)[[1]] + } + + landscape_boundaries[landscape_boundaries == 1 & + !is.na(landscape_boundaries)] <- landscape[landscape_boundaries == 1 & + !is.na(landscape_boundaries)] + } + } + + # convert all 0 as NA + if (as_NA) { + + landscape_boundaries[which(landscape_boundaries == 0)] <- NA + } + + return(landscape_boundaries) +} diff --git a/R/get_centroids.R b/R/get_centroids.R index eee47a800..8735aa92e 100644 --- a/R/get_centroids.R +++ b/R/get_centroids.R @@ -1,168 +1,167 @@ -#' get_centroids -#' -#' @description Centroid of patches -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param cell_center If true, the coordinates of the centroid are forced to be -#' a cell center within the patch. -#' @param return_sp If true, a SpatialPointsDataFrame is returned. -#' @param verbose Print warning messages -#' -#' @details -#' Get the coordinates of the centroid of each patch. The centroid is by default -#' defined as the mean location of all cell centers. To force the centroid to be -#' located within each patch, use the `cell_center` argument. In this case, the -#' centroid is defined as the cell center that is the closest to the mean location. -#' -#' @examples -#' # get centroid location -#' get_centroids(landscape) -#' -#' @aliases get_centroids -#' @rdname get_centroids -#' -#' @export -get_centroids <- function(landscape, directions = 8, cell_center = FALSE, - return_sp = FALSE, verbose = TRUE) { - - landscape <- landscape_as_list(landscape) - - if (return_sp) { - - crs <- raster::crs(landscape[[1]]) - - } - - result <- lapply(X = landscape, - FUN = get_centroids_calc, - directions = directions, - cell_center = cell_center, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - result <- tibble::add_column(result, layer, .before = TRUE) - - if (return_sp) { - - result <- sp::SpatialPointsDataFrame(coords = result[, c(5:6)], - data = result[, c(1:4)], - proj4string = crs) - } - - return(result) - -} - -get_centroids_calc <- function(landscape, directions, cell_center, verbose) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - - # get coordinates and values of all cells - points <- raster_to_points(landscape)[, 2:4] - - # convert to matrix - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - y = as.double(NA), - y = as.double(NA))) - } - - # get uniuqe class id - classes <- get_unique_values_int(landscape, verbose = verbose) - - centroid <- do.call(rbind, - lapply(classes, function(patches_class) { - # get connected patches - landscape_labeled <- get_patches_int(landscape, - class = patches_class, - directions = directions)[[1]] - - # transpose to get same direction of ID - landscape_labeled <- t(landscape_labeled) - - # get coordinates of current class - points <- matrix(points[which(!is.na(landscape_labeled)), ], - ncol = 3) - - # set ID from class ID to unique patch ID - points[, 3] <- landscape_labeled[!is.na(landscape_labeled)] - - # # conver to tibble - points <- stats::setNames(object = data.frame(points), - nm = c("x", "y", "id")) - - # calcuale the centroid of each patch (mean of all coords) - centroid_temp <- stats::aggregate(points[, c(1, 2)], - by = list(id = points[, 3]), - FUN = mean) - - # force centroid to be within patch - if (cell_center) { - - # create full data set with raster-points and patch centroids - full_data <- merge(x = points, y = centroid_temp, by = "id", - suffixes = c("","_centroid")) - - # calculate distance from each cell center to centroid - full_data$dist <- sqrt((full_data$x - full_data$x_centroid) ^ 2 + - (full_data$y - full_data$y_centroid) ^ 2) - - # which cell has the shortest distance to centroid - centroid_temp <- - do.call(rbind, - by(data = full_data, - INDICES = full_data[, 1], - FUN = function(x) { - x[x$dist == min(x$dist), ][, c(1, 2, 3)]})) - } - - # return current class id and coords - data.frame(class = patches_class, - id = centroid_temp$id, - x = centroid_temp$x, - y = centroid_temp$y) - }) - ) - - # get number of total patches to construct id seq - np <- lsm_l_np_calc(landscape, directions = directions)[[1, 5]] - - # check how often different combinations of class-id are present - times <- as.numeric(t(table(centroid[, c(1, 2)]))) - - # remove all 0 cases - times <- times[which(times != 0)] - - # repeat each id (# patches) where times is the number of often the class-id - # combination is present - id <- rep(seq_len(np), times = times[times != 0]) - - # return warning if any patch has several centroids - if (verbose) { - - if (any(times != 1)) { - warning("For some patches several cell centers are returned as centroid.", - call. = FALSE) - } - } - - tibble::tibble(level = "patch", - class = as.integer(centroid$class), - id = as.integer(id), - x = as.double(centroid$x), - y = as.double(centroid$y)) -} +#' get_centroids +#' +#' @description Centroid of patches +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param cell_center If true, the coordinates of the centroid are forced to be +#' a cell center within the patch. +#' @param return_sf If true, a sf object is returned. +#' @param verbose Print warning messages +#' +#' @details +#' Get the coordinates of the centroid of each patch. The centroid is by default +#' defined as the mean location of all cell centers. To force the centroid to be +#' located within each patch, use the `cell_center` argument. In this case, the +#' centroid is defined as the cell center that is the closest to the mean location. +#' +#' @examples +#' # get centroid location +#' get_centroids(landscape) +#' +#' @aliases get_centroids +#' @rdname get_centroids +#' +#' @export +get_centroids <- function(landscape, directions = 8, cell_center = FALSE, + return_sf = FALSE, verbose = TRUE) { + + landscape <- landscape_as_list(landscape) + + if (return_sf) { + + crs <- terra::crs(landscape[[1]]) + + } + + result <- lapply(X = landscape, + FUN = get_centroids_calc, + directions = directions, + cell_center = cell_center, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + result <- tibble::add_column(result, layer, .before = TRUE) + + if (return_sf) { + + result <- sf::st_as_sf(result, coords = c("x","y"), crs = crs) + + } + + return(result) + +} + +get_centroids_calc <- function(landscape, directions, cell_center, verbose) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + + # get coordinates and values of all cells + points <- raster_to_points(landscape)[, 2:4] + + # convert to matrix + landscape <- terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + y = as.double(NA), + y = as.double(NA))) + } + + # get uniuqe class id + classes <- get_unique_values_int(landscape, verbose = verbose) + + centroid <- do.call(rbind, + lapply(classes, function(patches_class) { + # get connected patches + landscape_labeled <- get_patches_int(landscape, + class = patches_class, + directions = directions)[[1]] + + # transpose to get same direction of ID + landscape_labeled <- t(landscape_labeled) + + # get coordinates of current class + points <- matrix(points[which(!is.na(landscape_labeled)), ], + ncol = 3) + + # set ID from class ID to unique patch ID + points[, 3] <- landscape_labeled[!is.na(landscape_labeled)] + + # # conver to tibble + points <- stats::setNames(object = data.frame(points), + nm = c("x", "y", "id")) + + # calcuale the centroid of each patch (mean of all coords) + centroid_temp <- stats::aggregate(points[, c(1, 2)], + by = list(id = points[, 3]), + FUN = mean) + + # force centroid to be within patch + if (cell_center) { + + # create full data set with raster-points and patch centroids + full_data <- merge(x = points, y = centroid_temp, by = "id", + suffixes = c("","_centroid")) + + # calculate distance from each cell center to centroid + full_data$dist <- sqrt((full_data$x - full_data$x_centroid) ^ 2 + + (full_data$y - full_data$y_centroid) ^ 2) + + # which cell has the shortest distance to centroid + centroid_temp <- + do.call(rbind, + by(data = full_data, + INDICES = full_data[, 1], + FUN = function(x) { + x[x$dist == min(x$dist), ][, c(1, 2, 3)]})) + } + + # return current class id and coords + data.frame(class = patches_class, + id = centroid_temp$id, + x = centroid_temp$x, + y = centroid_temp$y) + }) + ) + + # get number of total patches to construct id seq + np <- lsm_l_np_calc(landscape, directions = directions)[[1, 5]] + + # check how often different combinations of class-id are present + times <- as.numeric(t(table(centroid[, c(1, 2)]))) + + # remove all 0 cases + times <- times[which(times != 0)] + + # repeat each id (# patches) where times is the number of often the class-id + # combination is present + id <- rep(seq_len(np), times = times[times != 0]) + + # return warning if any patch has several centroids + if (verbose) { + + if (any(times != 1)) { + warning("For some patches several cell centers are returned as centroid.", + call. = FALSE) + } + } + + tibble::tibble(level = "patch", + class = as.integer(centroid$class), + id = as.integer(id), + x = as.double(centroid$x), + y = as.double(centroid$y)) +} diff --git a/R/get_circumscribingcircle.R b/R/get_circumscribingcircle.R index 36164bab6..d18413e60 100644 --- a/R/get_circumscribingcircle.R +++ b/R/get_circumscribingcircle.R @@ -1,129 +1,129 @@ -#' get_circumscribingcircle -#' -#' @description Diameter of the circumscribing circle around patches -#' -#' @param landscape RasterLayer or matrix (with x, y, id columns) -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param level Either 'patch' or 'class' for the corresponding level. -#' -#' @details -#' The diameter of the smallest circumscribing circle around a patch in the landscape -#' is based on the maximum distance between the corners of each cell. This ensures that all -#' cells of the patch are included in the patch. -#' -#' @references -#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). -#' -#' @examples -#' # get circle around each patch -#' get_circumscribingcircle(landscape) -#' -#' # get circle around whole class -#' get_circumscribingcircle(landscape, level = "class") -#' -#' @aliases get_circumscribingcircle -#' @rdname get_circumscribingcircle -#' -#' @export -get_circumscribingcircle <- function(landscape, directions = 8, level = "patch") { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = get_circumscribingcircle_calc, - directions = directions, - level = level) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - result <- tibble::add_column(result, layer, .before = TRUE) - - return(result) - -} - -get_circumscribingcircle_calc <- function(landscape, level, directions) { - - # check level argument - if (length(level) != 1 || !level %in% c("patch", "class")) { - - stop("The 'level' argument must be either 'patch' or 'class'.", - call. = FALSE) - } - - if (!inherits(x = landscape, what = "RasterLayer")) { - stop("Please provide a 'RasterLayer', 'RasterStack', 'RasterBrick', 'stars'-object or a list with 'RasterLayers'.", - call. = FALSE) - } - - # get resolution - resolution <- raster::res(landscape) - - # check if resolution is identical - if (!isTRUE(all.equal(resolution[1], resolution[2]))) { - - stop("The area of the circumscribing circle is currently only implemented for equal resolutions.", - call. = FALSE) - } - - # get extent - extent <- raster::extent(landscape) - - # convert to matrix - landscape <- raster::as.matrix(landscape) - - # circle for each patch - if (level == "patch") { - - # what classes are present - classes <- get_unique_values_int(landscape, verbose = FALSE) - - # loop all classes - circle <- do.call(rbind, - lapply(classes, function(patches_class) { - # get patches - landscape_labeled <- get_patches_int(landscape, - class = patches_class, - directions = directions)[[1]] - - # get circle - cbind(class = as.integer(patches_class), - rcpp_get_circle(landscape_labeled, - resolution_xy = resolution[1])) - }) - ) - - # resulting tibble - circle <- tibble::tibble(level = "patch", - class = as.integer(circle$class), - id = as.integer(seq_len(nrow(circle))), - value = circle$circle_diameter, - center_x = circle$circle_center_x, - center_y = circle$circle_center_y) - } - - # class level (no labeling) - else if (level == "class") { - - # get circle around classes - circle_class <- rcpp_get_circle(landscape, resolution_xy = resolution[1]) - - # resulting tibble - circle <- tibble::tibble(level = "class", - class = as.integer(circle_class$patch_id), - id = as.integer(NA), - value = circle_class$circle_diameter, - center_x = circle_class$circle_center_x, - center_y = circle_class$circle_center_y) - } - - # shift the coordinates to the original coordinate system - circle$center_x = circle$center_x + extent@xmin - circle$center_y = circle$center_y + extent@ymin - - return(circle) -} +#' get_circumscribingcircle +#' +#' @description Diameter of the circumscribing circle around patches +#' +#' @param landscape RasterLayer or matrix (with x, y, id columns) +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param level Either 'patch' or 'class' for the corresponding level. +#' +#' @details +#' The diameter of the smallest circumscribing circle around a patch in the landscape +#' is based on the maximum distance between the corners of each cell. This ensures that all +#' cells of the patch are included in the patch. +#' +#' @references +#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). +#' +#' @examples +#' # get circle around each patch +#' get_circumscribingcircle(landscape) +#' +#' # get circle around whole class +#' get_circumscribingcircle(landscape, level = "class") +#' +#' @aliases get_circumscribingcircle +#' @rdname get_circumscribingcircle +#' +#' @export +get_circumscribingcircle <- function(landscape, directions = 8, level = "patch") { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = get_circumscribingcircle_calc, + directions = directions, + level = level) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + result <- tibble::add_column(result, layer, .before = TRUE) + + return(result) + +} + +get_circumscribingcircle_calc <- function(landscape, level, directions) { + + # check level argument + if (length(level) != 1 || !level %in% c("patch", "class")) { + + stop("The 'level' argument must be either 'patch' or 'class'.", + call. = FALSE) + } + + if (!inherits(x = landscape, what = "SpatRaster")) { + stop("Please provide a 'SpatRaster', 'stars'-object, or a list with 'SpatRaster'.", + call. = FALSE) + } + + # get resolution + resolution <- terra::res(landscape) + + # check if resolution is identical + if (!isTRUE(all.equal(resolution[1], resolution[2]))) { + + stop("The area of the circumscribing circle is currently only implemented for equal resolutions.", + call. = FALSE) + } + + # get extent + extent <- terra::ext(landscape) + + # convert to matrix + landscape <- terra::as.matrix(landscape, wide = TRUE) + + # circle for each patch + if (level == "patch") { + + # what classes are present + classes <- get_unique_values_int(landscape, verbose = FALSE) + + # loop all classes + circle <- do.call(rbind, + lapply(classes, function(patches_class) { + # get patches + landscape_labeled <- get_patches_int(landscape, + class = patches_class, + directions = directions)[[1]] + + # get circle + cbind(class = as.integer(patches_class), + rcpp_get_circle(landscape_labeled, + resolution_xy = resolution[1])) + }) + ) + + # resulting tibble + circle <- tibble::tibble(level = "patch", + class = as.integer(circle$class), + id = as.integer(seq_len(nrow(circle))), + value = circle$circle_diameter, + center_x = circle$circle_center_x, + center_y = circle$circle_center_y) + } + + # class level (no labeling) + else if (level == "class") { + + # get circle around classes + circle_class <- rcpp_get_circle(landscape, resolution_xy = resolution[1]) + + # resulting tibble + circle <- tibble::tibble(level = "class", + class = as.integer(circle_class$patch_id), + id = as.integer(NA), + value = circle_class$circle_diameter, + center_x = circle_class$circle_center_x, + center_y = circle_class$circle_center_y) + } + + # shift the coordinates to the original coordinate system + circle$center_x = circle$center_x + extent[1] + circle$center_y = circle$center_y + extent[3] + + return(circle) +} diff --git a/R/get_nearestneighbour.R b/R/get_nearestneighbour.R index d4d0784d4..09b61c373 100644 --- a/R/get_nearestneighbour.R +++ b/R/get_nearestneighbour.R @@ -1,104 +1,104 @@ -#' get_nearestneighbour -#' -#' @description Euclidean distance to nearest neighbour -#' -#' @param landscape RasterLayer or matrix (with x,y,id columns). -#' @param return_id If TRUE, also the patch ID of the nearest neighbour is returned. -#' -#' @details -#' Fast and memory safe Rcpp implementation for calculating the minimum Euclidean -#' distances to the nearest patch of the same class in a raster or matrix. -#' All patches need an unique ID (see \code{\link{get_patches}}). Please be aware -#' that the patch ID is not identical to the patch ID of all metric functions (lsm_). -#' If `return_ID = TRUE`, for some focal patches several nearest neighbour patches -#' might be returned. -#' -#' @references -#' Based on RCpp code of Florian Privé \email{florian.prive.21@gmail.com} -#' -#' @examples -#' # get patches for class 1 -#' class_1 <- get_patches(landscape, class = 2)[[1]][[1]] -#' -#' # calculate the distance between patches -#' get_nearestneighbour(class_1) -#' get_nearestneighbour(class_1, return_id = TRUE) -#' -#' @aliases get_nearestneighbour -#' @rdname get_nearestneighbour -#' -#' @export -get_nearestneighbour <- function(landscape, return_id = FALSE) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = get_nearestneighbour_calc, - return_id = return_id) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) - -} - -get_nearestneighbour_calc <- function(landscape, return_id, - points = NULL) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - - # get coordinates and values of all cells - points <- raster_to_points(landscape)[, 2:4] - - # convert to matrix - landscape <- raster::as.matrix(landscape) - } - - # get edge cells because only they are important for ENN - class_boundaries <- get_boundaries_calc(landscape, - consider_boundary = FALSE, - edge_depth = 1, - as_NA = TRUE, - patch_id = TRUE) - - # transpose to get same direction of ID - class_boundaries <- t(class_boundaries) - - # get coordinates of current class - points <- points[which(!is.na(class_boundaries)), ] - - # set ID from class ID to unique patch ID - points[, 3] <- class_boundaries[!is.na(class_boundaries)] - - ord <- order(as.matrix(points)[, 1]) - num <- seq_along(ord) - rank <- match(num, ord) - - res <- rcpp_get_nearest_neighbor(raster::as.matrix(points)[ord, ]) - - min_dist <- tibble::tibble(cell = num, - dist = res[rank, 1], - id_focal = points[, 3], - id_neighbour = res[rank, 2]) - - min_dist_aggr <- stats::setNames(stats::aggregate(x = min_dist$dist, - by = list(min_dist$id_focal), - FUN = min), - c("id", "dist")) - - if (return_id) { - - min_dist_aggr <- merge(x = min_dist_aggr, y = min_dist[, c(2, 3, 4)], - by.x = c("id", "dist"), - by.y = c("id_focal", "dist"), - sort = FALSE) - - min_dist_aggr <- min_dist_aggr[!duplicated(min_dist_aggr), ] - } - - tibble::tibble(min_dist_aggr) -} +#' get_nearestneighbour +#' +#' @description Euclidean distance to nearest neighbour +#' +#' @param landscape RasterLayer or matrix (with x,y,id columns). +#' @param return_id If TRUE, also the patch ID of the nearest neighbour is returned. +#' +#' @details +#' Fast and memory safe Rcpp implementation for calculating the minimum Euclidean +#' distances to the nearest patch of the same class in a raster or matrix. +#' All patches need an unique ID (see \code{\link{get_patches}}). Please be aware +#' that the patch ID is not identical to the patch ID of all metric functions (lsm_). +#' If `return_ID = TRUE`, for some focal patches several nearest neighbour patches +#' might be returned. +#' +#' @references +#' Based on RCpp code of Florian Privé \email{florian.prive.21@gmail.com} +#' +#' @examples +#' # get patches for class 1 +#' class_1 <- get_patches(landscape, class = 2)[[1]][[1]] +#' +#' # calculate the distance between patches +#' get_nearestneighbour(class_1) +#' get_nearestneighbour(class_1, return_id = TRUE) +#' +#' @aliases get_nearestneighbour +#' @rdname get_nearestneighbour +#' +#' @export +get_nearestneighbour <- function(landscape, return_id = FALSE) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = get_nearestneighbour_calc, + return_id = return_id) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) + +} + +get_nearestneighbour_calc <- function(landscape, return_id, + points = NULL) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + + # get coordinates and values of all cells + points <- raster_to_points(landscape)[, 2:4] + + # convert to matrix + landscape <- terra::as.matrix(landscape, wide = TRUE) + } + + # get edge cells because only they are important for ENN + class_boundaries <- get_boundaries_calc(landscape, + consider_boundary = FALSE, + edge_depth = 1, + as_NA = TRUE, + patch_id = TRUE) + + # transpose to get same direction of ID + class_boundaries <- t(class_boundaries) + + # get coordinates of current class + points <- points[which(!is.na(class_boundaries)), ] + + # set ID from class ID to unique patch ID + points[, 3] <- class_boundaries[!is.na(class_boundaries)] + + ord <- order(as.matrix(points)[, 1]) + num <- seq_along(ord) + rank <- match(num, ord) + + res <- rcpp_get_nearest_neighbor(terra::as.matrix(points, wide= TRUE)[ord, ]) + + min_dist <- tibble::tibble(cell = num, + dist = res[rank, 1], + id_focal = points[, 3], + id_neighbour = res[rank, 2]) + + min_dist_aggr <- stats::setNames(stats::aggregate(x = min_dist$dist, + by = list(min_dist$id_focal), + FUN = min), + c("id", "dist")) + + if (return_id) { + + min_dist_aggr <- merge(x = min_dist_aggr, y = min_dist[, c(2, 3, 4)], + by.x = c("id", "dist"), + by.y = c("id_focal", "dist"), + sort = FALSE) + + min_dist_aggr <- min_dist_aggr[!duplicated(min_dist_aggr), ] + } + + tibble::tibble(min_dist_aggr) +} diff --git a/R/get_patches.R b/R/get_patches.R index d69707050..139745747 100644 --- a/R/get_patches.R +++ b/R/get_patches.R @@ -1,174 +1,174 @@ -#' get_patches -#' -#' @description Connected components labeling to derive patches in a landscape. -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param class Either "all" (default) for every class in the raster, or specify -#' class value. See Details. -#' @param to_disk Logical argument, if FALSE results of get_patches are hold -#' in memory. If true, get_patches writes temporary files and hence, does not hold everything in memory. -#' Can be set with a global option, e.g. `option(to_disk = TRUE)`. See Details. -#' @param return_raster If false, matrix is returned -#' -#' @details -#' Searches for connected patches (neighbouring cells of the same class i). -#' The 8-neighbours rule ('queen's case) or 4-neighbours rule (rook's case) is -#' used. Returns a list with raster. For each class the connected patches have -#' the value 1 - n. All cells not belonging to the class are \code{NA}. -#' -#' Landscape metrics rely on the delineation of patches. Hence, `get_patches` is -#' heavily used in **landscapemetrics**. As raster can be quite big, the fact that -#' `get_patches` creates a copy of the raster for each class in a landscape becomes -#' a burden for computer memory. Hence, the argument *to_disk* allows to -#' store the results of the connected labeling algorithm on disk. Furthermore, -#' this option can be set globally, so that every function that internally uses -#' `get_patches` can make use of that. -#' -#' @references -#' Vincent, L., Soille, P. 1991. Watersheds in digital spaces: an efficient -#' algorithm based on immersion simulations. IEEE Transactions on Pattern -#' Analysis and Machine Intelligence. 13 (6), 583-598 -#' -#' @return List -#' -#' @examples -#' # check for patches of class 1 -#' patched_raster <- get_patches(landscape, class = 1) -#' -#' # count patches -#' length(raster::unique(patched_raster[[1]])) -#' -#' # check for patches of every class -#' patched_raster <- get_patches(landscape) -#' -#' @aliases get_patches -#' @rdname get_patches -#' -#' @export -get_patches <- function(landscape, class = "all", directions = 8, - to_disk = getOption("to_disk", default = FALSE), - return_raster = TRUE) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, FUN = function(i) { - - res_temp <- get_patches_int(landscape = i, class = "all", directions = directions, - return_raster = return_raster, to_disk = to_disk) - - # filter returned classes - if (all(class != "all")) { - - res_temp <- res_temp[names(res_temp) == paste0("class_", class)] - - if (length(res_temp) == 0) { - - stop("Selected class not present in landscape.", call. = FALSE) - - } - - } - - return(res_temp) - }) - - names(result) <- paste0("layer_", 1:length(landscape)) - - return(result) - -} - -get_patches_int <- function(landscape, class, directions, - return_raster = FALSE, to_disk = FALSE) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - - landscape_mat <- raster::as.matrix(landscape) - - # already a matrix - } else { - - landscape_mat <- landscape - - if (return_raster || to_disk) { - - return_raster <- FALSE - - warning("'return_raster' or 'to_disk' not possible for matrix input.", call. = FALSE) - - } - } - - # check if directions argument is valid - if (directions != 4 && directions != 8) { - - warning("You must specify a directions parameter. Defaulted to 8.", - call. = FALSE) - - directions <- 8 - } - - if (class == "all") { - - # get unique class id - unique_classes <- get_unique_values_int(landscape_mat, verbose = FALSE) - - } else { - - unique_classes <- class - - } - - # init highest patch id - counter_id <- 0 - - # init list with classes - patch_landscape <- vector(mode = "list", length = length(unique_classes)) - - # CCL all classes - for (i in 1:length(unique_classes)) { - - # set-up filter matrix - landscape_temp <- matrix(NA, nrow = nrow(landscape_mat), - ncol = ncol(landscape_mat)) - - # set all values in filter_matrix to 1 that belong to class (at same spot as in original landscape) - landscape_temp[landscape_mat == unique_classes[i]] <- 1L - - # connected labeling with 4 neighbours - if (directions == 4) { - - rcpp_ccl(landscape_temp, 4) - - # connected labeling with 8 neighbours - } else if (directions == 8) { - - rcpp_ccl(landscape_temp, 8) - - } - - # increase patch id by highest value so far - landscape_temp <- landscape_temp + counter_id - - # update highest patch id - counter_id <- max(landscape_temp, na.rm = TRUE) - - # return matrix to - if (return_raster) { - - landscape_temp <- matrix_to_raster(matrix = landscape_temp, - landscape = landscape, to_disk = to_disk) - } - - patch_landscape[[i]] <- landscape_temp - - } - - # set class names - names(patch_landscape) <- paste0("class_", unique_classes) - - return(patch_landscape) -} +#' get_patches +#' +#' @description Connected components labeling to derive patches in a landscape. +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param class Either "all" (default) for every class in the raster, or specify +#' class value. See Details. +#' @param to_disk Logical argument, if FALSE results of get_patches are hold +#' in memory. If true, get_patches writes temporary files and hence, does not hold everything in memory. +#' Can be set with a global option, e.g. `option(to_disk = TRUE)`. See Details. +#' @param return_raster If false, matrix is returned +#' +#' @details +#' Searches for connected patches (neighbouring cells of the same class i). +#' The 8-neighbours rule ('queen's case) or 4-neighbours rule (rook's case) is +#' used. Returns a list with raster. For each class the connected patches have +#' the value 1 - n. All cells not belonging to the class are \code{NA}. +#' +#' Landscape metrics rely on the delineation of patches. Hence, `get_patches` is +#' heavily used in **landscapemetrics**. As raster can be quite big, the fact that +#' `get_patches` creates a copy of the raster for each class in a landscape becomes +#' a burden for computer memory. Hence, the argument *to_disk* allows to +#' store the results of the connected labeling algorithm on disk. Furthermore, +#' this option can be set globally, so that every function that internally uses +#' `get_patches` can make use of that. +#' +#' @references +#' Vincent, L., Soille, P. 1991. Watersheds in digital spaces: an efficient +#' algorithm based on immersion simulations. IEEE Transactions on Pattern +#' Analysis and Machine Intelligence. 13 (6), 583-598 +#' +#' @return List +#' +#' @examples +#' # check for patches of class 1 +#' patched_raster <- get_patches(landscape, class = 1) +#' +#' # count patches +#' nrow(terra::unique(patched_raster[[1]][[1]])) +#' +#' # check for patches of every class +#' patched_raster <- get_patches(landscape) +#' +#' @aliases get_patches +#' @rdname get_patches +#' +#' @export +get_patches <- function(landscape, class = "all", directions = 8, + to_disk = getOption("to_disk", default = FALSE), + return_raster = TRUE) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, FUN = function(i) { + + res_temp <- get_patches_int(landscape = i, class = "all", directions = directions, + return_raster = return_raster, to_disk = to_disk) + + # filter returned classes + if (all(class != "all")) { + + res_temp <- res_temp[names(res_temp) == paste0("class_", class)] + + if (length(res_temp) == 0) { + + stop("Selected class not present in landscape.", call. = FALSE) + + } + + } + + return(res_temp) + }) + + names(result) <- paste0("layer_", 1:length(landscape)) + + return(result) + +} + +get_patches_int <- function(landscape, class, directions, + return_raster = FALSE, to_disk = FALSE) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + + landscape_mat <- terra::as.matrix(landscape, wide = TRUE) + + # already a matrix + } else { + + landscape_mat <- landscape + + if (return_raster || to_disk) { + + return_raster <- FALSE + + warning("'return_raster' or 'to_disk' not possible for matrix input.", call. = FALSE) + + } + } + + # check if directions argument is valid + if (directions != 4 && directions != 8) { + + warning("You must specify a directions parameter. Defaulted to 8.", + call. = FALSE) + + directions <- 8 + } + + if (class == "all") { + + # get unique class id + unique_classes <- get_unique_values_int(landscape_mat, verbose = FALSE) + + } else { + + unique_classes <- class + + } + + # init highest patch id + counter_id <- 0 + + # init list with classes + patch_landscape <- vector(mode = "list", length = length(unique_classes)) + + # CCL all classes + for (i in 1:length(unique_classes)) { + + # set-up filter matrix + landscape_temp <- matrix(NA, nrow = nrow(landscape_mat), + ncol = ncol(landscape_mat)) + + # set all values in filter_matrix to 1 that belong to class (at same spot as in original landscape) + landscape_temp[landscape_mat == unique_classes[i]] <- 1L + + # connected labeling with 4 neighbours + if (directions == 4) { + + rcpp_ccl(landscape_temp, 4) + + # connected labeling with 8 neighbours + } else if (directions == 8) { + + rcpp_ccl(landscape_temp, 8) + + } + + # increase patch id by highest value so far + landscape_temp <- landscape_temp + counter_id + + # update highest patch id + counter_id <- max(landscape_temp, na.rm = TRUE) + + # return matrix to + if (return_raster) { + + landscape_temp <- matrix_to_raster(matrix = landscape_temp, + landscape = landscape, to_disk = to_disk) + } + + patch_landscape[[i]] <- landscape_temp + + } + + # set class names + names(patch_landscape) <- paste0("class_", unique_classes) + + return(patch_landscape) +} diff --git a/R/get_unique_values.R b/R/get_unique_values.R index a3a97d72b..490518538 100644 --- a/R/get_unique_values.R +++ b/R/get_unique_values.R @@ -1,79 +1,79 @@ -#' get_unique_values -#' -#' @description This function returns the unique values of an object. -#' -#' @param x Vector, matrix, raster, stars, or terra object or list of previous. -#' @param simplify If true, a vector will be returned instead of a list for -#' 1-dimensional input -#' @param verbose If true, warning messages are printend -#' -#' @details -#' Fast and memory friendly Rcpp implementation to find the unique values of an object. -#' -#' @examples -#' get_unique_values(landscape) -#' -#' landscape_stack <- raster::stack(landscape, landscape, landscape) -#' get_unique_values(landscape_stack) -#' -#' landscape_matrix <- raster::as.matrix(landscape) -#' get_unique_values(landscape_matrix) -#' -#' x_vec <- c(1, 2, 1, 1, 2, 2) -#' get_unique_values(x_vec) -#' -#' landscape_list <- list(landscape, landscape_matrix, x_vec) -#' get_unique_values(landscape_list) -#' -#' @aliases get_unique_values -#' @rdname get_unique_values -#' -#' @export -get_unique_values <- function(x, simplify = FALSE, verbose = TRUE) { - - x <- landscape_as_list(landscape = x) - - result <- lapply(X = x, FUN = get_unique_values_int, - verbose = verbose) - - names(result) <- paste0("layer_", 1:length(x)) - - if (simplify) { - - if (length(result) == 1) { - - return(result[[1]]) - - } else if (verbose) { - - warning("Not able to simplify input with more than one layer.", call. = FALSE) - - } - } - - return(result) -} - -get_unique_values_int <- function(landscape, verbose) { - - if (inherits(x = landscape, what = "RasterLayer")) { - - landscape <- raster::as.matrix(landscape) - - } else if (!inherits(x = landscape, what = "matrix") && - !inherits(x = landscape, what = "integer") && - !inherits(x = landscape, what = "numeric")) { - - stop("Input must be vector, matrix, raster, stars, or terra object or list of previous.", - call. = FALSE) - - } - - if (typeof(landscape) != "integer" && verbose) { - - warning("Double values will be converted to integer.", call. = FALSE) - - } - - sort(rcpp_get_unique_values(landscape)) -} +#' get_unique_values +#' +#' @description This function returns the unique values of an object. +#' +#' @param x Vector, matrix, raster, stars, or terra object or list of previous. +#' @param simplify If true, a vector will be returned instead of a list for +#' 1-dimensional input +#' @param verbose If true, warning messages are printend +#' +#' @details +#' Fast and memory friendly Rcpp implementation to find the unique values of an object. +#' +#' @examples +#' get_unique_values(landscape) +#' +#' landscape_stack <- c(landscape, landscape, landscape) +#' get_unique_values(landscape_stack) +#' +#' landscape_matrix <-terra::as.matrix(landscape, wide = TRUE) +#' get_unique_values(landscape_matrix) +#' +#' x_vec <- c(1, 2, 1, 1, 2, 2) +#' get_unique_values(x_vec) +#' +#' landscape_list <- list(landscape, landscape_matrix, x_vec) +#' get_unique_values(landscape_list) +#' +#' @aliases get_unique_values +#' @rdname get_unique_values +#' +#' @export +get_unique_values <- function(x, simplify = FALSE, verbose = TRUE) { + + x <- landscape_as_list(landscape = x) + + result <- lapply(X = x, FUN = get_unique_values_int, + verbose = verbose) + + names(result) <- paste0("layer_", 1:length(x)) + + if (simplify) { + + if (length(result) == 1) { + + return(result[[1]]) + + } else if (verbose) { + + warning("Not able to simplify input with more than one layer.", call. = FALSE) + + } + } + + return(result) +} + +get_unique_values_int <- function(landscape, verbose) { + + if (inherits(x = landscape, what = "SpatRaster")) { + + landscape <- terra::as.matrix(landscape, wide = TRUE) + + } else if (!inherits(x = landscape, what = "matrix") && + !inherits(x = landscape, what = "integer") && + !inherits(x = landscape, what = "numeric")) { + + stop("Input must be vector, matrix, raster, stars, or terra object or list of previous.", + call. = FALSE) + + } + + if (typeof(landscape) != "integer" && verbose) { + + warning("Double values will be converted to integer.", call. = FALSE) + + } + + sort(rcpp_get_unique_values(landscape)) +} diff --git a/R/landscape_as_list.R b/R/landscape_as_list.R index ac0a3063e..21e4fa478 100644 --- a/R/landscape_as_list.R +++ b/R/landscape_as_list.R @@ -1,92 +1,63 @@ -#' Landscape as list -#' -#' @description Convert raster input to list -#' -#' @param landscape Raster* Layer, Stack, Brick, Stars or a list of rasterLayers -#' -#' @details Mainly for internal use -#' -#' @return list -#' -#' @examples -#' landscape_as_list(raster::stack(landscape, landscape)) -#' -#' @aliases landscape_as_list -#' @rdname landscape_as_list -#' -#' @export -landscape_as_list <- function(landscape) UseMethod("landscape_as_list") - -#' @name landscape_as_list -#' @export -landscape_as_list.RasterLayer <- function(landscape) { - - landscape <- raster::as.list(landscape) - - return(landscape) -} - -#' @name landscape_as_list -#' @export -landscape_as_list.RasterStack <- function(landscape) { - - landscape <- raster::as.list(landscape) - - return(landscape) -} - -#' @name landscape_as_list -#' @export -landscape_as_list.RasterBrick <- function(landscape) { - - landscape <- raster::as.list(landscape) - - return(landscape) -} - -#' @name landscape_as_list -#' @export -landscape_as_list.stars <- function(landscape) { - - landscape <- methods::as(landscape, "Raster") - - landscape <- raster::as.list(landscape) - - return(landscape) -} - -#' @name landscape_as_list -#' @export -landscape_as_list.SpatRaster <- function(landscape) { - - landscape <- methods::as(landscape, "Raster") - - landscape <- raster::as.list(landscape) - - return(landscape) -} - -#' @name landscape_as_list -#' @export -landscape_as_list.list <- function(landscape) { - - return(landscape) -} - -#' @name landscape_as_list -#' @export -landscape_as_list.matrix <- function(landscape) { - - landscape <- list(landscape) - - return(landscape) -} - -#' @name landscape_as_list -#' @export -landscape_as_list.numeric <- function(landscape) { - - landscape <- list(landscape) - - return(landscape) -} +#' Landscape as list +#' +#' @description Convert raster input to list +#' +#' @param landscape Raster* Layer, Stack, Brick, Stars or a list of rasterLayers +#' +#' @details Mainly for internal use +#' +#' @return list +#' +#' @examples +#' landscape_as_list(c(landscape, landscape)) +#' +#' @aliases landscape_as_list +#' @rdname landscape_as_list +#' +#' @export +landscape_as_list <- function(landscape) UseMethod("landscape_as_list") + +#' @name landscape_as_list +#' @export +landscape_as_list.SpatRaster <- function(landscape) { + + landscape <- terra::as.list(landscape) + + return(landscape) +} + +#' @name landscape_as_list +#' @export +landscape_as_list.stars <- function(landscape) { + + landscape <- terra::rast(landscape) + + landscape <- terra::as.list(landscape) + + return(landscape) +} + +#' @name landscape_as_list +#' @export +landscape_as_list.list <- function(landscape) { + + return(landscape) +} + +#' @name landscape_as_list +#' @export +landscape_as_list.matrix <- function(landscape) { + + landscape <- list(landscape) + + return(landscape) +} + +#' @name landscape_as_list +#' @export +landscape_as_list.numeric <- function(landscape) { + + landscape <- list(landscape) + + return(landscape) +} diff --git a/R/lsm_c_ai.R b/R/lsm_c_ai.R index 44a0bdc54..ea32ac9ac 100644 --- a/R/lsm_c_ai.R +++ b/R/lsm_c_ai.R @@ -1,114 +1,114 @@ -#' AI (class level) -#' -#' @description Aggregation index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers -#' -#' @details -#' \deqn{AI = \Bigg[\frac{g_{ii}}{max-g_{ii}} \Bigg](100) } -#' -#' where \eqn{g_{ii}} is the number of like adjacencies based on the single-count method and -#' \eqn{max-g_{ii}} is the classwise maximum number of like adjacencies of class i. -#' -#' AI is an 'Aggregation metric'. It equals the number of like adjacencies divided -#' by the theoretical maximum possible number of like adjacencies for that class. -#' The metric is based on he adjacency matrix and the the single-count method. -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{0 <= AI <= 100} -#' \subsection{Behaviour}{Equals 0 for maximally disaggregated and 100 -#' for maximally aggregated classes.} -#' -#' @return tibble -#' -#' @seealso -#' \code{\link{lsm_l_ai}} -#' -#' @examples -#' lsm_c_ai(landscape) -#' -#' @aliases lsm_c_ai -#' @rdname lsm_c_ai -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' He, H. S., DeZonia, B. E., & Mladenoff, D. J. 2000. An aggregation index (AI) -#' to quantify spatial patterns of landscapes. Landscape ecology, 15(7), 591-601. -#' -#' @export -lsm_c_ai <- function(landscape) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_ai_calc) - - layer <- rep(seq_len(length(result)), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_ai_calc <- function(landscape) { - - # convert to raster to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "ai", - value = as.double(NA))) - } - - # get coocurrence matrix of like_adjacencies - like_adjacencies <- rcpp_get_coocurrence_matrix_diag(landscape, - directions = as.matrix(4)) / 2 - - # get number of cells each class - cells_class <- rcpp_get_composition_vector(landscape) - - # save to tibble - cells_class <- tibble::tibble(class = names(cells_class), - value = cells_class) - - # calculate maximum adjacencies - cells_class$n <- trunc(sqrt(cells_class$value)) - cells_class$m <- cells_class$value - cells_class$n ^ 2 - cells_class$max_adj <- ifelse(test = cells_class$m == 0, - yes = 2 * cells_class$n * (cells_class$n - 1), - no = ifelse(test = cells_class$m <= cells_class$n, - yes = 2 * cells_class$n * (cells_class$n - 1) + 2 * cells_class$m - 1, - no = ifelse(test = cells_class$m > cells_class$n, - yes = 2 * cells_class$n * (cells_class$n - 1) + 2 * cells_class$m - 2, - no = NA))) - - # warning if NAs are introduced by ifelse - if (anyNA(cells_class$max_adj)) { - warning("NAs introduced by lsm_c_ai", call. = FALSE) - } - - # get only max_adj as vector - max_adj <- cells_class$max_adj - - # calculate aggregation index - ai <- (like_adjacencies / max_adj) * 100 - - # max_adj can be zero if only one cell is present; set to NA - ai[is.nan(ai)] <- NA - - return(tibble::tibble(level = "class", - class = as.integer(names(like_adjacencies)), - id = as.integer(NA), - metric = "ai", - value = as.double(ai))) -} +#' AI (class level) +#' +#' @description Aggregation index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' +#' @details +#' \deqn{AI = \Bigg[\frac{g_{ii}}{max-g_{ii}} \Bigg](100) } +#' +#' where \eqn{g_{ii}} is the number of like adjacencies based on the single-count method and +#' \eqn{max-g_{ii}} is the classwise maximum number of like adjacencies of class i. +#' +#' AI is an 'Aggregation metric'. It equals the number of like adjacencies divided +#' by the theoretical maximum possible number of like adjacencies for that class. +#' The metric is based on he adjacency matrix and the the single-count method. +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{0 <= AI <= 100} +#' \subsection{Behaviour}{Equals 0 for maximally disaggregated and 100 +#' for maximally aggregated classes.} +#' +#' @return tibble +#' +#' @seealso +#' \code{\link{lsm_l_ai}} +#' +#' @examples +#' lsm_c_ai(landscape) +#' +#' @aliases lsm_c_ai +#' @rdname lsm_c_ai +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' He, H. S., DeZonia, B. E., & Mladenoff, D. J. 2000. An aggregation index (AI) +#' to quantify spatial patterns of landscapes. Landscape ecology, 15(7), 591-601. +#' +#' @export +lsm_c_ai <- function(landscape) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_ai_calc) + + layer <- rep(seq_len(length(result)), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_ai_calc <- function(landscape) { + + # convert to raster to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <- terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "ai", + value = as.double(NA))) + } + + # get coocurrence matrix of like_adjacencies + like_adjacencies <- rcpp_get_coocurrence_matrix_diag(landscape, + directions = as.matrix(4)) / 2 + + # get number of cells each class + cells_class <- rcpp_get_composition_vector(landscape) + + # save to tibble + cells_class <- tibble::tibble(class = names(cells_class), + value = cells_class) + + # calculate maximum adjacencies + cells_class$n <- trunc(sqrt(cells_class$value)) + cells_class$m <- cells_class$value - cells_class$n ^ 2 + cells_class$max_adj <- ifelse(test = cells_class$m == 0, + yes = 2 * cells_class$n * (cells_class$n - 1), + no = ifelse(test = cells_class$m <= cells_class$n, + yes = 2 * cells_class$n * (cells_class$n - 1) + 2 * cells_class$m - 1, + no = ifelse(test = cells_class$m > cells_class$n, + yes = 2 * cells_class$n * (cells_class$n - 1) + 2 * cells_class$m - 2, + no = NA))) + + # warning if NAs are introduced by ifelse + if (anyNA(cells_class$max_adj)) { + warning("NAs introduced by lsm_c_ai", call. = FALSE) + } + + # get only max_adj as vector + max_adj <- cells_class$max_adj + + # calculate aggregation index + ai <- (like_adjacencies / max_adj) * 100 + + # max_adj can be zero if only one cell is present; set to NA + ai[is.nan(ai)] <- NA + + return(tibble::tibble(level = "class", + class = as.integer(names(like_adjacencies)), + id = as.integer(NA), + metric = "ai", + value = as.double(ai))) +} diff --git a/R/lsm_c_area_cv.R b/R/lsm_c_area_cv.R index d5349d1be..5d9c5994d 100644 --- a/R/lsm_c_area_cv.R +++ b/R/lsm_c_area_cv.R @@ -1,86 +1,87 @@ -#' AREA_CV (class level) -#' -#' @description Coefficient of variation of patch area (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{AREA_{CV} = cv(AREA[patch_{ij}])} -#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. -#' -#' AREA_CV is an 'Area and Edge metric'. The metric summarises each class -#' as the Coefficient of variation of all patch areas belonging to class i. -#' The metric describes the differences among patches of the same class i in -#' the landscape and is easily comparable because it is scaled to the mean. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{AREA_CV >= 0} -#' \subsection{Behaviour}{Equals AREA_CV = 0 if all patches are identical in size. -#' Increases, without limit, as the variation of patch areas increases.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{cv}}, \cr -#' \code{\link{lsm_c_area_mn}}, -#' \code{\link{lsm_c_area_sd}}, \cr -#' \code{\link{lsm_l_area_mn}}, -#' \code{\link{lsm_l_area_sd}}, -#' \code{\link{lsm_l_area_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_area_cv(landscape) -#' -#' @aliases lsm_c_area_cv -#' @rdname lsm_c_area_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_area_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_area_cv_calc, - directions = directions) - - layer <- rep(seq_len(length(result)), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) - -} - -lsm_c_area_cv_calc <- function(landscape, directions, resolution = NULL){ - - # get area of patches - area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(area$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "area_cv", - value = as.double(NA))) - } - - # calculate cv - area_cv <- stats::aggregate(area[, 5], by = area[, 2], FUN = raster::cv) - - return(tibble::tibble(level = "class", - class = as.integer(area_cv$class), - id = as.integer(NA), - metric = "area_cv", - value = as.double(area_cv$value))) -} +#' AREA_CV (class level) +#' +#' @description Coefficient of variation of patch area (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{AREA_{CV} = cv(AREA[patch_{ij}])} +#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. +#' +#' AREA_CV is an 'Area and Edge metric'. The metric summarises each class +#' as the Coefficient of variation of all patch areas belonging to class i. +#' The metric describes the differences among patches of the same class i in +#' the landscape and is easily comparable because it is scaled to the mean. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{AREA_CV >= 0} +#' \subsection{Behaviour}{Equals AREA_CV = 0 if all patches are identical in size. +#' Increases, without limit, as the variation of patch areas increases.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{cv}}, \cr +#' \code{\link{lsm_c_area_mn}}, +#' \code{\link{lsm_c_area_sd}}, \cr +#' \code{\link{lsm_l_area_mn}}, +#' \code{\link{lsm_l_area_sd}}, +#' \code{\link{lsm_l_area_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_area_cv(landscape) +#' +#' @aliases lsm_c_area_cv +#' @rdname lsm_c_area_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_area_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_area_cv_calc, + directions = directions) + + layer <- rep(seq_len(length(result)), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) + +} + +lsm_c_area_cv_calc <- function(landscape, directions, resolution = NULL){ + + # get area of patches + area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(area$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "area_cv", + value = as.double(NA))) + } + + # calculate cv + area_cv <- stats::aggregate(area[, 5], by = area[, 2], + FUN = function(x) sd(x) / mean(x) * 100) + + return(tibble::tibble(level = "class", + class = as.integer(area_cv$class), + id = as.integer(NA), + metric = "area_cv", + value = as.double(area_cv$value))) +} diff --git a/R/lsm_c_cai_cv.R b/R/lsm_c_cai_cv.R index 17b3a25f6..200f505d0 100644 --- a/R/lsm_c_cai_cv.R +++ b/R/lsm_c_cai_cv.R @@ -1,97 +1,97 @@ -#' CAI_CV (class level) -#' -#' @description Coefficient of variation of core area index (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CAI_{CV} = cv(CAI[patch_{ij}]} -#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. -#' -#' CAI_CV is a 'Core area metric'. The metric summarises each class -#' as the Coefficient of variation of the core area index of all patches -#' belonging to class i. The core area index is the percentage of core area -#' in relation to patch area. A cell is defined as core area if the cell has -#' no neighbour with a different value than itself (rook's case). The metric -#' describes the differences among patches of the same class i in -#' the landscape. Because it is scaled to the mean, it is easily comparable. -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{CAI_CV >= 0} -#' \subsection{Behaviour}{Equals CAI_CV = 0 if the core area index is identical -#' for all patches. Increases, without limit, as the variation of the core area -#' indices increases.} -#' -#' @seealso -#' \code{\link{lsm_p_cai}}, -#' \code{\link{cv}}, \cr -#' \code{\link{lsm_c_cai_mn}}, -#' \code{\link{lsm_c_cai_sd}}, \cr -#' \code{\link{lsm_l_cai_mn}}, -#' \code{\link{lsm_l_cai_sd}}, -#' \code{\link{lsm_l_cai_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_cai_cv(landscape) -#' -#' @aliases lsm_c_cai_cv -#' @rdname lsm_c_cai_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_cai_cv <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_cai_cv_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_cai_cv_calc <- function(landscape, directions, consider_boundary, edge_depth){ - - # calculate core area index for each patch - cai <- lsm_p_cai_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - # all values NA - if (all(is.na(cai$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "cai_cv", - value = as.double(NA))) - } - - # summarise for classes - cai_cv <- stats::aggregate(x = cai[, 5], by = cai[, 2], FUN = raster::cv) - - return(tibble::tibble(level = "class", - class = as.integer(cai_cv$class), - id = as.integer(NA), - metric = "cai_cv", - value = as.double(cai_cv$value))) -} +#' CAI_CV (class level) +#' +#' @description Coefficient of variation of core area index (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CAI_{CV} = cv(CAI[patch_{ij}]} +#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. +#' +#' CAI_CV is a 'Core area metric'. The metric summarises each class +#' as the Coefficient of variation of the core area index of all patches +#' belonging to class i. The core area index is the percentage of core area +#' in relation to patch area. A cell is defined as core area if the cell has +#' no neighbour with a different value than itself (rook's case). The metric +#' describes the differences among patches of the same class i in +#' the landscape. Because it is scaled to the mean, it is easily comparable. +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{CAI_CV >= 0} +#' \subsection{Behaviour}{Equals CAI_CV = 0 if the core area index is identical +#' for all patches. Increases, without limit, as the variation of the core area +#' indices increases.} +#' +#' @seealso +#' \code{\link{lsm_p_cai}}, +#' \code{\link{cv}}, \cr +#' \code{\link{lsm_c_cai_mn}}, +#' \code{\link{lsm_c_cai_sd}}, \cr +#' \code{\link{lsm_l_cai_mn}}, +#' \code{\link{lsm_l_cai_sd}}, +#' \code{\link{lsm_l_cai_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_cai_cv(landscape) +#' +#' @aliases lsm_c_cai_cv +#' @rdname lsm_c_cai_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_cai_cv <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_cai_cv_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_cai_cv_calc <- function(landscape, directions, consider_boundary, edge_depth){ + + # calculate core area index for each patch + cai <- lsm_p_cai_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + # all values NA + if (all(is.na(cai$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "cai_cv", + value = as.double(NA))) + } + + # summarise for classes + cai_cv <- stats::aggregate(x = cai[, 5], by = cai[, 2], FUN = function(x) sd(x) / mean(x) * 100) + + return(tibble::tibble(level = "class", + class = as.integer(cai_cv$class), + id = as.integer(NA), + metric = "cai_cv", + value = as.double(cai_cv$value))) +} diff --git a/R/lsm_c_circle_cv.R b/R/lsm_c_circle_cv.R index 4ba1ae214..077b14a79 100644 --- a/R/lsm_c_circle_cv.R +++ b/R/lsm_c_circle_cv.R @@ -1,96 +1,96 @@ -#' CIRCLE_CV (Class level) -#' -#' @description Coefficient of variation of related circumscribing circle (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CIRCLE_{CV} = cv(CIRCLE[patch_{ij}])} -#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. -#' -#' CIRCLE_CV is a 'Shape metric' and summarises each class as the Coefficient of variation of -#' the related circumscribing circle of all patches belonging to class i. CIRCLE describes -#' the ratio between the patch area and the smallest circumscribing circle of the patch -#' and characterises the compactness of the patch. CIRCLE_CV describes the differences among -#' patches of the same class i in the landscape. Because it is scaled to the mean, -#' it is easily comparable. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{CIRCLE_CV >= 0} -#' \subsection{Behaviour}{Equals CIRCLE_CV if the related circumscribing circle is identical -#' for all patches. Increases, without limit, as the variation of related circumscribing -#' circles increases.} -#' -#' @seealso -#' \code{\link{lsm_p_circle}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_circle_mn}}, -#' \code{\link{lsm_c_circle_sd}}, \cr -#' \code{\link{lsm_l_circle_mn}}, -#' \code{\link{lsm_l_circle_sd}}, -#' \code{\link{lsm_l_circle_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_circle_cv(landscape) -#' -#' @aliases lsm_c_circle_cv -#' @rdname lsm_c_circle_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of -#' landscape structure using the GRASS geographical information system. -#' Landscape Ecology 7: 291-302. -#' -#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). -#' -#' @export -lsm_c_circle_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_circle_cv_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_circle_cv_calc <- function(landscape, directions, resolution = NULL) { - - # calculate circumscribing circle for each patch - circle <- lsm_p_circle_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(circle$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "circle_cv", - value = as.double(NA))) - } - - # summarise for classes - circle_cv <- stats::aggregate(x = circle[, 5], by = circle[, 2], FUN = raster::cv) - - return(tibble::tibble(level = "class", - class = as.integer(circle_cv$class), - id = as.integer(NA), - metric = "circle_cv", - value = as.double(circle_cv$value))) -} - +#' CIRCLE_CV (Class level) +#' +#' @description Coefficient of variation of related circumscribing circle (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CIRCLE_{CV} = cv(CIRCLE[patch_{ij}])} +#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. +#' +#' CIRCLE_CV is a 'Shape metric' and summarises each class as the Coefficient of variation of +#' the related circumscribing circle of all patches belonging to class i. CIRCLE describes +#' the ratio between the patch area and the smallest circumscribing circle of the patch +#' and characterises the compactness of the patch. CIRCLE_CV describes the differences among +#' patches of the same class i in the landscape. Because it is scaled to the mean, +#' it is easily comparable. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{CIRCLE_CV >= 0} +#' \subsection{Behaviour}{Equals CIRCLE_CV if the related circumscribing circle is identical +#' for all patches. Increases, without limit, as the variation of related circumscribing +#' circles increases.} +#' +#' @seealso +#' \code{\link{lsm_p_circle}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_circle_mn}}, +#' \code{\link{lsm_c_circle_sd}}, \cr +#' \code{\link{lsm_l_circle_mn}}, +#' \code{\link{lsm_l_circle_sd}}, +#' \code{\link{lsm_l_circle_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_circle_cv(landscape) +#' +#' @aliases lsm_c_circle_cv +#' @rdname lsm_c_circle_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of +#' landscape structure using the GRASS geographical information system. +#' Landscape Ecology 7: 291-302. +#' +#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). +#' +#' @export +lsm_c_circle_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_circle_cv_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_circle_cv_calc <- function(landscape, directions, resolution = NULL) { + + # calculate circumscribing circle for each patch + circle <- lsm_p_circle_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(circle$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "circle_cv", + value = as.double(NA))) + } + + # summarise for classes + circle_cv <- stats::aggregate(x = circle[, 5], by = circle[, 2], FUN = function(x) sd(x) / mean(x) * 100) + + return(tibble::tibble(level = "class", + class = as.integer(circle_cv$class), + id = as.integer(NA), + metric = "circle_cv", + value = as.double(circle_cv$value))) +} + diff --git a/R/lsm_c_cohesion.R b/R/lsm_c_cohesion.R index 7aaafe552..4f102a204 100644 --- a/R/lsm_c_cohesion.R +++ b/R/lsm_c_cohesion.R @@ -1,115 +1,115 @@ -#' COHESION (class level) -#' -#' @description Patch Cohesion Index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{COHESION = 1 - (\frac{\sum \limits_{j = 1}^{n} p_{ij}} {\sum \limits_{j = 1}^{n} p_{ij} \sqrt{a_{ij}}}) * (1 - \frac{1} {\sqrt{Z}}) ^ {-1} * 100} -#' where \eqn{p_{ij}} is the perimeter in meters, \eqn{a_{ij}} is the area in square -#' meters and \eqn{Z} is the number of cells. -#' -#' COHESION is an 'Aggregation metric'. It characterises the connectedness of patches -#' belonging to class i. It can be used to asses if patches of the same class are located -#' aggregated or rather isolated and thereby COHESION gives information about the -#' configuration of the landscape. -#' -#' \subsection{Units}{Percent} -#' \subsection{Ranges}{0 < COHESION < 100} -#' \subsection{Behaviour}{Approaches COHESION = 0 if patches of class i become more isolated. -#' Increases if patches of class i become more aggregated.} -#' -#' @seealso -#' \code{\link{lsm_p_perim}}, -#' \code{\link{lsm_p_area}}, \cr -#' \code{\link{lsm_l_cohesion}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_cohesion(landscape) -#' -#' @aliases lsm_c_cohesion -#' @rdname lsm_c_cohesion -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Schumaker, N. H. 1996. Using landscape indices to predict habitat -#' connectivity. Ecology, 77(4), 1210-1225. -#' -#' @export -lsm_c_cohesion <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_cohesion_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_cohesion_calc <- function(landscape, directions, resolution = NULL) { - - # convert to raster to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- raster::res(landscape) - - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "cohesion", - value = as.double(NA))) - } - - # get number of cells (only not NAs) - ncells_landscape <- length(landscape[!is.na(landscape)]) - - # get patch area - patch_area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # get number of cells for each patch -> area = n_cells * res / 10000 - patch_area$ncells <- patch_area$value * 10000 / prod(resolution) - - # get perim of patch - perim_patch <- lsm_p_perim_calc(landscape, - directions = directions, - resolution = resolution) - - # calculate denominator of cohesion - perim_patch$denominator <- perim_patch$value * sqrt(patch_area$ncells) - - # group by class and sum - denominator <- stats::aggregate(x = perim_patch[, 6], by = perim_patch[, 2], - FUN = sum) - - cohesion <- stats::aggregate(x = perim_patch[, 5], by = perim_patch[, 2], - FUN = sum) - - # calculate cohesion - cohesion$value <- (1 - (cohesion$value / denominator$denominator)) * - ((1 - (1 / sqrt(ncells_landscape))) ^ -1) * 100 - - return(tibble::tibble(level = "class", - class = as.integer(cohesion$class), - id = as.integer(NA), - metric = "cohesion", - value = as.double(cohesion$value))) -} +#' COHESION (class level) +#' +#' @description Patch Cohesion Index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{COHESION = 1 - (\frac{\sum \limits_{j = 1}^{n} p_{ij}} {\sum \limits_{j = 1}^{n} p_{ij} \sqrt{a_{ij}}}) * (1 - \frac{1} {\sqrt{Z}}) ^ {-1} * 100} +#' where \eqn{p_{ij}} is the perimeter in meters, \eqn{a_{ij}} is the area in square +#' meters and \eqn{Z} is the number of cells. +#' +#' COHESION is an 'Aggregation metric'. It characterises the connectedness of patches +#' belonging to class i. It can be used to asses if patches of the same class are located +#' aggregated or rather isolated and thereby COHESION gives information about the +#' configuration of the landscape. +#' +#' \subsection{Units}{Percent} +#' \subsection{Ranges}{0 < COHESION < 100} +#' \subsection{Behaviour}{Approaches COHESION = 0 if patches of class i become more isolated. +#' Increases if patches of class i become more aggregated.} +#' +#' @seealso +#' \code{\link{lsm_p_perim}}, +#' \code{\link{lsm_p_area}}, \cr +#' \code{\link{lsm_l_cohesion}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_cohesion(landscape) +#' +#' @aliases lsm_c_cohesion +#' @rdname lsm_c_cohesion +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Schumaker, N. H. 1996. Using landscape indices to predict habitat +#' connectivity. Ecology, 77(4), 1210-1225. +#' +#' @export +lsm_c_cohesion <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_cohesion_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_cohesion_calc <- function(landscape, directions, resolution = NULL) { + + # convert to raster to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <- terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "cohesion", + value = as.double(NA))) + } + + # get number of cells (only not NAs) + ncells_landscape <- length(landscape[!is.na(landscape)]) + + # get patch area + patch_area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # get number of cells for each patch -> area = n_cells * res / 10000 + patch_area$ncells <- patch_area$value * 10000 / prod(resolution) + + # get perim of patch + perim_patch <- lsm_p_perim_calc(landscape, + directions = directions, + resolution = resolution) + + # calculate denominator of cohesion + perim_patch$denominator <- perim_patch$value * sqrt(patch_area$ncells) + + # group by class and sum + denominator <- stats::aggregate(x = perim_patch[, 6], by = perim_patch[, 2], + FUN = sum) + + cohesion <- stats::aggregate(x = perim_patch[, 5], by = perim_patch[, 2], + FUN = sum) + + # calculate cohesion + cohesion$value <- (1 - (cohesion$value / denominator$denominator)) * + ((1 - (1 / sqrt(ncells_landscape))) ^ -1) * 100 + + return(tibble::tibble(level = "class", + class = as.integer(cohesion$class), + id = as.integer(NA), + metric = "cohesion", + value = as.double(cohesion$value))) +} diff --git a/R/lsm_c_contig_cv.R b/R/lsm_c_contig_cv.R index 7cd52e737..3ed286233 100644 --- a/R/lsm_c_contig_cv.R +++ b/R/lsm_c_contig_cv.R @@ -1,95 +1,95 @@ -#' CONTIG_CV (class level) -#' -#' @description Coefficient of variation of Contiguity index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CONTIG_{CV} = cv(CONTIG[patch_{ij}])} -#' -#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. -#' -#' CONTIG_CV is a 'Shape metric'. It summarises each class as the mean of each patch -#' belonging to class i. CONTIG_CV asses the spatial connectedness (contiguity) of -#' cells in patches. The metric coerces patch values to a value of 1 and the background -#' to NA. A nine cell focal filter matrix: -#' -#' ``` -#' filter_matrix <- matrix(c(1, 2, 1, -#' 2, 1, 2, -#' 1, 2, 1), 3, 3, byrow = T) -#' ``` -#' ... is then used to weight orthogonally contiguous pixels more heavily than -#' diagonally contiguous pixels. Therefore, larger and more connections between -#' patch cells in the rookie case result in larger contiguity index values. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{CONTIG_CV >= 0} -#' \subsection{Behaviour}{CONTIG_CV = 0 if the contiguity index is -#' identical for all patches. Increases, without limit, as the variation of -#' CONTIG increases.} -#' -#' @seealso -#' \code{\link{lsm_p_contig}}, -#' \code{\link{lsm_c_contig_mn}}, -#' \code{\link{lsm_c_contig_cv}}, \cr -#' \code{\link{lsm_l_contig_mn}}, -#' \code{\link{lsm_l_contig_sd}}, -#' \code{\link{lsm_l_contig_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_contig_cv(landscape) -#' -#' @aliases lsm_c_contig_cv -#' @rdname lsm_c_contig_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. -#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 -#' -#' @export -lsm_c_contig_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_contig_cv_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_contig_cv_calc <- function(landscape, directions) { - - contig <- lsm_p_contig_calc(landscape, directions = directions) - - # all values NA - if (all(is.na(contig$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "contig_cv", - value = as.double(NA))) - } - - contig_cv <- stats::aggregate(x = contig[, 5], by = contig[, 2], - FUN = raster::cv) - - return(tibble::tibble(level = "class", - class = as.integer(contig_cv$class), - id = as.integer(NA), - metric = "contig_cv", - value = as.double(contig_cv$value))) -} +#' CONTIG_CV (class level) +#' +#' @description Coefficient of variation of Contiguity index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CONTIG_{CV} = cv(CONTIG[patch_{ij}])} +#' +#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. +#' +#' CONTIG_CV is a 'Shape metric'. It summarises each class as the mean of each patch +#' belonging to class i. CONTIG_CV asses the spatial connectedness (contiguity) of +#' cells in patches. The metric coerces patch values to a value of 1 and the background +#' to NA. A nine cell focal filter matrix: +#' +#' ``` +#' filter_matrix <- matrix(c(1, 2, 1, +#' 2, 1, 2, +#' 1, 2, 1), 3, 3, byrow = T) +#' ``` +#' ... is then used to weight orthogonally contiguous pixels more heavily than +#' diagonally contiguous pixels. Therefore, larger and more connections between +#' patch cells in the rookie case result in larger contiguity index values. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{CONTIG_CV >= 0} +#' \subsection{Behaviour}{CONTIG_CV = 0 if the contiguity index is +#' identical for all patches. Increases, without limit, as the variation of +#' CONTIG increases.} +#' +#' @seealso +#' \code{\link{lsm_p_contig}}, +#' \code{\link{lsm_c_contig_mn}}, +#' \code{\link{lsm_c_contig_cv}}, \cr +#' \code{\link{lsm_l_contig_mn}}, +#' \code{\link{lsm_l_contig_sd}}, +#' \code{\link{lsm_l_contig_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_contig_cv(landscape) +#' +#' @aliases lsm_c_contig_cv +#' @rdname lsm_c_contig_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. +#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 +#' +#' @export +lsm_c_contig_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_contig_cv_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_contig_cv_calc <- function(landscape, directions) { + + contig <- lsm_p_contig_calc(landscape, directions = directions) + + # all values NA + if (all(is.na(contig$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "contig_cv", + value = as.double(NA))) + } + + contig_cv <- stats::aggregate(x = contig[, 5], by = contig[, 2], + FUN = function(x) sd(x) / mean(x) * 100) + + return(tibble::tibble(level = "class", + class = as.integer(contig_cv$class), + id = as.integer(NA), + metric = "contig_cv", + value = as.double(contig_cv$value))) +} diff --git a/R/lsm_c_core_cv.R b/R/lsm_c_core_cv.R index b722afa3c..4b15f077a 100644 --- a/R/lsm_c_core_cv.R +++ b/R/lsm_c_core_cv.R @@ -1,94 +1,94 @@ -#' CORE_CV (class level) -#' -#' @description Coefficient of variation of core area (Core area metric) -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CORE_{CV} = cv(CORE[patch_{ij}])} -#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. -#' -#' CORE_CV is a 'Core area metric'. It equals the Coefficient of variation of the core area -#' of each patch belonging to class i. The core area is defined as all cells that have no -#' neighbour with a different value than themselves (rook's case). The metric describes the -#' differences among patches of the same class i in the landscape and is easily comparable -#' because it is scaled to the mean. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{CORE_CV >= 0} -#' \subsection{Behaviour}{Equals CORE_CV = 0 if all patches have the same core area. -#' Increases, without limit, as the variation of patch core areas increases.} -#' -#' @seealso -#' \code{\link{lsm_p_core}}, -#' \code{\link{cv}}, \cr -#' \code{\link{lsm_c_core_mn}}, -#' \code{\link{lsm_c_core_sd}}, \cr -#' \code{\link{lsm_l_core_mn}}, -#' \code{\link{lsm_l_core_sd}}, -#' \code{\link{lsm_l_core_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_core_cv(landscape) -#' -#' @aliases lsm_c_core_cv -#' @rdname lsm_c_core_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_core_cv <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_core_cv_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_core_cv_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL) { - - # calculate core for each patch - core <- lsm_p_core_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # all values NA - if (all(is.na(core$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "core_cv", - value = as.double(NA))) - } - - # summarise for class - core_cv <- stats::aggregate(x = core[, 5], by = core[, 2], - FUN = raster::cv) - - return(tibble::tibble(level = "class", - class = as.integer(core_cv$class), - id = as.integer(NA), - metric = "core_cv", - value = as.double(core_cv$value))) -} +#' CORE_CV (class level) +#' +#' @description Coefficient of variation of core area (Core area metric) +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CORE_{CV} = cv(CORE[patch_{ij}])} +#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. +#' +#' CORE_CV is a 'Core area metric'. It equals the Coefficient of variation of the core area +#' of each patch belonging to class i. The core area is defined as all cells that have no +#' neighbour with a different value than themselves (rook's case). The metric describes the +#' differences among patches of the same class i in the landscape and is easily comparable +#' because it is scaled to the mean. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{CORE_CV >= 0} +#' \subsection{Behaviour}{Equals CORE_CV = 0 if all patches have the same core area. +#' Increases, without limit, as the variation of patch core areas increases.} +#' +#' @seealso +#' \code{\link{lsm_p_core}}, +#' \code{\link{cv}}, \cr +#' \code{\link{lsm_c_core_mn}}, +#' \code{\link{lsm_c_core_sd}}, \cr +#' \code{\link{lsm_l_core_mn}}, +#' \code{\link{lsm_l_core_sd}}, +#' \code{\link{lsm_l_core_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_core_cv(landscape) +#' +#' @aliases lsm_c_core_cv +#' @rdname lsm_c_core_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_core_cv <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_core_cv_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_core_cv_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL) { + + # calculate core for each patch + core <- lsm_p_core_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # all values NA + if (all(is.na(core$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "core_cv", + value = as.double(NA))) + } + + # summarise for class + core_cv <- stats::aggregate(x = core[, 5], by = core[, 2], + FUN = function(x) sd(x) / mean(x) * 100) + + return(tibble::tibble(level = "class", + class = as.integer(core_cv$class), + id = as.integer(NA), + metric = "core_cv", + value = as.double(core_cv$value))) +} diff --git a/R/lsm_c_cpland.R b/R/lsm_c_cpland.R index 814cfc707..83f199bff 100644 --- a/R/lsm_c_cpland.R +++ b/R/lsm_c_cpland.R @@ -1,107 +1,107 @@ -#' CPLAND (class level) -#' -#' @description Core area percentage of landscape (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CPLAND = (\frac{\sum \limits_{j = 1}^{n} a_{ij}^{core}} {A}) * 100} -#' where \eqn{a_{ij}^{core}} is the core area in square meters and \eqn{A} -#' is the total landscape area in square meters. -#' -#' CPLAND is a 'Core area metric'. It is the percentage of core area of class i in relation to -#' the total landscape area. A cell is defined as core area if the cell has -#' no neighbour with a different value than itself (rook's case). Because CPLAND is -#' a relative measure, it is comparable among landscapes with different total areas. -#' -#' \subsection{Units}{Percentage} -#' \subsection{Range}{0 <= CPLAND < 100} -#' \subsection{Behaviour}{Approaches CPLAND = 0 if CORE = 0 for all patches. Increases as -#' the amount of core area increases, i.e. patches become larger while being rather simple -#' in shape.} -#' -#' @seealso \code{\link{lsm_p_core}} and \code{\link{lsm_l_ta}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_cpland(landscape) -#' -#' @aliases lsm_c_cpland -#' @rdname lsm_c_cpland -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_cpland <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_cpland_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_cpland_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ - - # conver to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- raster::res(landscape) - - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "cpland", - value = as.double(NA))) - } - - # calculate patch area - area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # total landscape area - area <- sum(area$value) - - # get core area for each patch - core_area <- lsm_p_core_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # summarise core area for classes - core_area <- stats::aggregate(x = core_area[, 5], by = core_area[, 2], FUN = sum) - - # relative core area of each class - core_area$value <- core_area$value / area * 100 - - return(tibble::tibble(level = "class", - class = as.integer(core_area$class), - id = as.integer(NA), - metric = "cpland", - value = as.double(core_area$value))) -} +#' CPLAND (class level) +#' +#' @description Core area percentage of landscape (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CPLAND = (\frac{\sum \limits_{j = 1}^{n} a_{ij}^{core}} {A}) * 100} +#' where \eqn{a_{ij}^{core}} is the core area in square meters and \eqn{A} +#' is the total landscape area in square meters. +#' +#' CPLAND is a 'Core area metric'. It is the percentage of core area of class i in relation to +#' the total landscape area. A cell is defined as core area if the cell has +#' no neighbour with a different value than itself (rook's case). Because CPLAND is +#' a relative measure, it is comparable among landscapes with different total areas. +#' +#' \subsection{Units}{Percentage} +#' \subsection{Range}{0 <= CPLAND < 100} +#' \subsection{Behaviour}{Approaches CPLAND = 0 if CORE = 0 for all patches. Increases as +#' the amount of core area increases, i.e. patches become larger while being rather simple +#' in shape.} +#' +#' @seealso \code{\link{lsm_p_core}} and \code{\link{lsm_l_ta}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_cpland(landscape) +#' +#' @aliases lsm_c_cpland +#' @rdname lsm_c_cpland +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_cpland <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_cpland_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_cpland_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ + + # conver to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "cpland", + value = as.double(NA))) + } + + # calculate patch area + area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # total landscape area + area <- sum(area$value) + + # get core area for each patch + core_area <- lsm_p_core_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # summarise core area for classes + core_area <- stats::aggregate(x = core_area[, 5], by = core_area[, 2], FUN = sum) + + # relative core area of each class + core_area$value <- core_area$value / area * 100 + + return(tibble::tibble(level = "class", + class = as.integer(core_area$class), + id = as.integer(NA), + metric = "cpland", + value = as.double(core_area$value))) +} diff --git a/R/lsm_c_dcore_cv.R b/R/lsm_c_dcore_cv.R index badafd31b..8f6800969 100644 --- a/R/lsm_c_dcore_cv.R +++ b/R/lsm_c_dcore_cv.R @@ -1,96 +1,96 @@ -#' DCORE_CV (class level) -#' -#' @description Coefficient of variation number of disjunct core areas (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{DCORE_{CV} = cv(NCORE[patch_{ij}])} -#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. -#' -#' DCORE_CV is an 'Core area metric'. It summarises each class as the Coefficient -#' of variation of all patch areas belonging to class i. A cell is defined as core if the cell -#' has no neighbour with a different value than itself (rook's case). NCORE counts the disjunct -#' core areas, whereby a core area is a 'patch within the patch' containing only core cells. -#' The metric describes the differences among patches of the same class i in -#' the landscape and is easily comparable because it is scaled to the mean. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{DCORE_CV >= 0} -#' \subsection{Behaviour}{Equals DCORE_CV = 0 if all patches have the same number of disjunct -#' core areas. Increases, without limit, as the variation of number of disjunct core areas -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_ncore}}, -#' \code{\link{cv}}, \cr -#' \code{\link{lsm_c_dcore_mn}}, -#' \code{\link{lsm_c_dcore_sd}}, \cr -#' \code{\link{lsm_l_dcore_mn}}, -#' \code{\link{lsm_l_dcore_sd}}, -#' \code{\link{lsm_l_dcore_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_dcore_cv(landscape) -#' -#' @aliases lsm_c_dcore_cv -#' @rdname lsm_c_dcore_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_dcore_cv <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_dcore_cv_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_dcore_cv_calc <- function(landscape, directions, consider_boundary, edge_depth, - points = NULL){ - - dcore <- lsm_p_ncore_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - points = points) - - # all values NA - if (all(is.na(dcore$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcore_cv", - value = as.double(NA))) - } - - dcore_cv <- stats::aggregate(x = dcore[, 5], by = dcore[, 2], FUN = raster::cv) - - return(tibble::tibble(level = "class", - class = as.integer(dcore_cv$class), - id = as.integer(NA), - metric = "dcore_cv", - value = as.double(dcore_cv$value))) -} +#' DCORE_CV (class level) +#' +#' @description Coefficient of variation number of disjunct core areas (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{DCORE_{CV} = cv(NCORE[patch_{ij}])} +#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. +#' +#' DCORE_CV is an 'Core area metric'. It summarises each class as the Coefficient +#' of variation of all patch areas belonging to class i. A cell is defined as core if the cell +#' has no neighbour with a different value than itself (rook's case). NCORE counts the disjunct +#' core areas, whereby a core area is a 'patch within the patch' containing only core cells. +#' The metric describes the differences among patches of the same class i in +#' the landscape and is easily comparable because it is scaled to the mean. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{DCORE_CV >= 0} +#' \subsection{Behaviour}{Equals DCORE_CV = 0 if all patches have the same number of disjunct +#' core areas. Increases, without limit, as the variation of number of disjunct core areas +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_ncore}}, +#' \code{\link{cv}}, \cr +#' \code{\link{lsm_c_dcore_mn}}, +#' \code{\link{lsm_c_dcore_sd}}, \cr +#' \code{\link{lsm_l_dcore_mn}}, +#' \code{\link{lsm_l_dcore_sd}}, +#' \code{\link{lsm_l_dcore_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_dcore_cv(landscape) +#' +#' @aliases lsm_c_dcore_cv +#' @rdname lsm_c_dcore_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_dcore_cv <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_dcore_cv_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_dcore_cv_calc <- function(landscape, directions, consider_boundary, edge_depth, + points = NULL){ + + dcore <- lsm_p_ncore_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + points = points) + + # all values NA + if (all(is.na(dcore$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcore_cv", + value = as.double(NA))) + } + + dcore_cv <- stats::aggregate(x = dcore[, 5], by = dcore[, 2], FUN = function(x) sd(x) / mean(x) * 100) + + return(tibble::tibble(level = "class", + class = as.integer(dcore_cv$class), + id = as.integer(NA), + metric = "dcore_cv", + value = as.double(dcore_cv$value))) +} diff --git a/R/lsm_c_ed.R b/R/lsm_c_ed.R index 191432ffb..ddbf16f46 100644 --- a/R/lsm_c_ed.R +++ b/R/lsm_c_ed.R @@ -1,105 +1,105 @@ -#' ED (class level) -#' -#' @description Edge Density (Area and Edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param count_boundary Count landscape boundary as edge. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{ED = \frac{\sum \limits_{k = 1}^{m} e_{ik}} {A} * 10000} -#' where \eqn{e_{ik}} is the total edge length in meters and \eqn{A} is the total -#' landscape area in square meters. -#' -#' ED is an 'Area and Edge metric'. The edge density equals the sum of all edges of class i -#' in relation to the landscape area. The boundary of the landscape is only included in the -#' corresponding total class edge length if \code{count_boundary = TRUE}. -#' The metric describes the configuration of the landscape, e.g. because an aggregation -#' of the same class will result in a low edge density. The metric is standardized to the -#' total landscape area, and therefore comparisons among landscapes with different total -#' areas are possible. - -#' \subsection{Units}{Meters per hectare} -#' \subsection{Range}{ED >= 0} -#' \subsection{Behaviour}{Equals ED = 0 if only one patch is present (and the landscape -#' boundary is not included) and increases, without limit, as the landscapes becomes more -#' patchy} -#' -#' @seealso -#' \code{\link{lsm_c_te}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_l_ed}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_ed(landscape) -#' -#' @aliases lsm_c_ed -#' @rdname lsm_c_ed -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_ed <- function(landscape, - count_boundary = FALSE, - directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_ed_calc, - count_boundary = count_boundary, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_ed_calc <- function(landscape, count_boundary, directions, resolution = NULL) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- raster::res(landscape) - - landscape <- raster::as.matrix(landscape) - } - - # all cells are NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "ed", - value = as.double(NA))) - } - - # get patch area - area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise to total area - area <- sum(area$value) - - # get total edge length - edge_class <- lsm_c_te_calc(landscape, - count_boundary = count_boundary, - directions = directions, - resolution = resolution) - - edge_class$value <- edge_class$value / area - - return(tibble::tibble(level = "class", - class = as.integer(edge_class$class), - id = as.integer(NA), - metric = "ed", - value = as.double(edge_class$value))) -} +#' ED (class level) +#' +#' @description Edge Density (Area and Edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param count_boundary Count landscape boundary as edge. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{ED = \frac{\sum \limits_{k = 1}^{m} e_{ik}} {A} * 10000} +#' where \eqn{e_{ik}} is the total edge length in meters and \eqn{A} is the total +#' landscape area in square meters. +#' +#' ED is an 'Area and Edge metric'. The edge density equals the sum of all edges of class i +#' in relation to the landscape area. The boundary of the landscape is only included in the +#' corresponding total class edge length if \code{count_boundary = TRUE}. +#' The metric describes the configuration of the landscape, e.g. because an aggregation +#' of the same class will result in a low edge density. The metric is standardized to the +#' total landscape area, and therefore comparisons among landscapes with different total +#' areas are possible. + +#' \subsection{Units}{Meters per hectare} +#' \subsection{Range}{ED >= 0} +#' \subsection{Behaviour}{Equals ED = 0 if only one patch is present (and the landscape +#' boundary is not included) and increases, without limit, as the landscapes becomes more +#' patchy} +#' +#' @seealso +#' \code{\link{lsm_c_te}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_l_ed}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_ed(landscape) +#' +#' @aliases lsm_c_ed +#' @rdname lsm_c_ed +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_ed <- function(landscape, + count_boundary = FALSE, + directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_ed_calc, + count_boundary = count_boundary, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_ed_calc <- function(landscape, count_boundary, directions, resolution = NULL) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all cells are NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "ed", + value = as.double(NA))) + } + + # get patch area + area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise to total area + area <- sum(area$value) + + # get total edge length + edge_class <- lsm_c_te_calc(landscape, + count_boundary = count_boundary, + directions = directions, + resolution = resolution) + + edge_class$value <- edge_class$value / area + + return(tibble::tibble(level = "class", + class = as.integer(edge_class$class), + id = as.integer(NA), + metric = "ed", + value = as.double(edge_class$value))) +} diff --git a/R/lsm_c_enn_cv.R b/R/lsm_c_enn_cv.R index 989e95f04..9abfc28fb 100644 --- a/R/lsm_c_enn_cv.R +++ b/R/lsm_c_enn_cv.R @@ -1,94 +1,94 @@ -#' ENN_CV (class level) -#' -#' @description Coefficient of variation of euclidean nearest-neighbor distance (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' @param verbose Print warning message if not sufficient patches are present -#' -#' @details -#' \deqn{ENN_{CV} = cv(ENN[patch_{ij}])} -#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance -#' of each patch. -#' -#' ENN_CV is an 'Aggregation metric'. It summarises each class as the Coefficient -#' of variation of each patch belonging to class i. ENN measures the distance to the nearest -#' neighbouring patch of the same class i. The distance is measured from edge-to-edge. -#' The range is limited by the cell resolution on the lower limit and the landscape extent -#' on the upper limit. The metric is a simple way to describe patch isolation. Because it is -#' scaled to the mean, it is easily comparable among different landscapes. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{ENN_CV >= 0} -#' \subsection{Behaviour}{Equals ENN_CV = 0 if the euclidean nearest-neighbor distance is -#' identical for all patches. Increases, without limit, as the variation of ENN increases.} -#' -#' @seealso -#' \code{\link{lsm_p_enn}}, -#' \code{\link{cv}}, \cr -#' \code{\link{lsm_c_enn_mn}}, -#' \code{\link{lsm_c_enn_sd}}, \cr -#' \code{\link{lsm_l_enn_mn}}, -#' \code{\link{lsm_l_enn_sd}}, -#' \code{\link{lsm_l_enn_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_enn_cv(landscape) -#' -#' @aliases lsm_c_enn_cv -#' @rdname lsm_c_enn_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape -#' structure and breeding birds in the Oregon Coast Range. -#' Ecological monographs, 65(3), 235-260. -#' -#' @export -lsm_c_enn_cv <- function(landscape, directions = 8, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_enn_cv_calc, - directions = directions, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_enn_cv_calc <- function(landscape, directions, verbose, - points = NULL) { - - enn <- lsm_p_enn_calc(landscape, - directions = directions, - verbose = verbose, - points = points) - - # all cells are NA - if (all(is.na(enn$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "enn_cv", - value = as.double(NA))) - } - - enn_cv <- stats::aggregate(x = enn[, 5], by = enn[, 2], FUN = raster::cv) - - return(tibble::tibble(level = "class", - class = as.integer(enn_cv$class), - id = as.integer(NA), - metric = "enn_cv", - value = as.double(enn_cv$value))) -} +#' ENN_CV (class level) +#' +#' @description Coefficient of variation of euclidean nearest-neighbor distance (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' @param verbose Print warning message if not sufficient patches are present +#' +#' @details +#' \deqn{ENN_{CV} = cv(ENN[patch_{ij}])} +#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance +#' of each patch. +#' +#' ENN_CV is an 'Aggregation metric'. It summarises each class as the Coefficient +#' of variation of each patch belonging to class i. ENN measures the distance to the nearest +#' neighbouring patch of the same class i. The distance is measured from edge-to-edge. +#' The range is limited by the cell resolution on the lower limit and the landscape extent +#' on the upper limit. The metric is a simple way to describe patch isolation. Because it is +#' scaled to the mean, it is easily comparable among different landscapes. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{ENN_CV >= 0} +#' \subsection{Behaviour}{Equals ENN_CV = 0 if the euclidean nearest-neighbor distance is +#' identical for all patches. Increases, without limit, as the variation of ENN increases.} +#' +#' @seealso +#' \code{\link{lsm_p_enn}}, +#' \code{\link{cv}}, \cr +#' \code{\link{lsm_c_enn_mn}}, +#' \code{\link{lsm_c_enn_sd}}, \cr +#' \code{\link{lsm_l_enn_mn}}, +#' \code{\link{lsm_l_enn_sd}}, +#' \code{\link{lsm_l_enn_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_enn_cv(landscape) +#' +#' @aliases lsm_c_enn_cv +#' @rdname lsm_c_enn_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape +#' structure and breeding birds in the Oregon Coast Range. +#' Ecological monographs, 65(3), 235-260. +#' +#' @export +lsm_c_enn_cv <- function(landscape, directions = 8, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_enn_cv_calc, + directions = directions, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_enn_cv_calc <- function(landscape, directions, verbose, + points = NULL) { + + enn <- lsm_p_enn_calc(landscape, + directions = directions, + verbose = verbose, + points = points) + + # all cells are NA + if (all(is.na(enn$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "enn_cv", + value = as.double(NA))) + } + + enn_cv <- stats::aggregate(x = enn[, 5], by = enn[, 2], FUN = function(x) sd(x) / mean(x) * 100) + + return(tibble::tibble(level = "class", + class = as.integer(enn_cv$class), + id = as.integer(NA), + metric = "enn_cv", + value = as.double(enn_cv$value))) +} diff --git a/R/lsm_c_frac_cv.R b/R/lsm_c_frac_cv.R index de7eae62a..78212d87c 100644 --- a/R/lsm_c_frac_cv.R +++ b/R/lsm_c_frac_cv.R @@ -1,90 +1,90 @@ -#' FRAC_CV (class level) -#' -#' @description Coefficient of variation fractal dimension index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{FRAC_{CV} = cv(FRAC[patch_{ij}])} -#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. -#' -#' FRAC_CV is a 'Shape metric'. The metric summarises each class -#' as the Coefficient of variation of the fractal dimension index of all patches -#' belonging to class i. The fractal dimension index is based on the patch perimeter and -#' the patch area and describes the patch complexity. The Coefficient of variation is -#' scaled to the mean and comparable among different landscapes. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{FRAC_CV >= 0 } -#' \subsection{Behaviour}{Equals FRAC_CV = 0 if the fractal dimension index is identical -#' for all patches. Increases, without limit, as the variation of the fractal dimension -#' indices increases.} -#' -#' @seealso -#' \code{\link{lsm_p_frac}}, -#' \code{\link{cv}}, \cr -#' \code{\link{lsm_c_frac_mn}}, -#' \code{\link{lsm_c_frac_sd}}, \cr -#' \code{\link{lsm_l_frac_mn}}, -#' \code{\link{lsm_l_frac_sd}}, -#' \code{\link{lsm_l_frac_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_frac_cv(landscape) -#' -#' @aliases lsm_c_frac_cv -#' @rdname lsm_c_frac_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. -#' San Francisco. W. H. Freeman and Company. -#' -#' @export -lsm_c_frac_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_frac_cv_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_frac_cv_calc <- function(landscape, directions, resolution = NULL){ - - frac <- lsm_p_frac_calc(landscape, - directions = directions, - resolution = resolution) - - # all cells are NA - if (all(is.na(frac$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "frac_cv", - value = as.double(NA))) - } - - frac_cv <- stats::aggregate(x = frac[, 5], by = frac[, 2], - FUN = raster::cv) - - return(tibble::tibble(level = "class", - class = as.integer(frac_cv$class), - id = as.integer(NA), - metric = "frac_cv", - value = as.double(frac_cv$value))) -} +#' FRAC_CV (class level) +#' +#' @description Coefficient of variation fractal dimension index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{FRAC_{CV} = cv(FRAC[patch_{ij}])} +#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. +#' +#' FRAC_CV is a 'Shape metric'. The metric summarises each class +#' as the Coefficient of variation of the fractal dimension index of all patches +#' belonging to class i. The fractal dimension index is based on the patch perimeter and +#' the patch area and describes the patch complexity. The Coefficient of variation is +#' scaled to the mean and comparable among different landscapes. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{FRAC_CV >= 0 } +#' \subsection{Behaviour}{Equals FRAC_CV = 0 if the fractal dimension index is identical +#' for all patches. Increases, without limit, as the variation of the fractal dimension +#' indices increases.} +#' +#' @seealso +#' \code{\link{lsm_p_frac}}, +#' \code{\link{cv}}, \cr +#' \code{\link{lsm_c_frac_mn}}, +#' \code{\link{lsm_c_frac_sd}}, \cr +#' \code{\link{lsm_l_frac_mn}}, +#' \code{\link{lsm_l_frac_sd}}, +#' \code{\link{lsm_l_frac_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_frac_cv(landscape) +#' +#' @aliases lsm_c_frac_cv +#' @rdname lsm_c_frac_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. +#' San Francisco. W. H. Freeman and Company. +#' +#' @export +lsm_c_frac_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_frac_cv_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_frac_cv_calc <- function(landscape, directions, resolution = NULL){ + + frac <- lsm_p_frac_calc(landscape, + directions = directions, + resolution = resolution) + + # all cells are NA + if (all(is.na(frac$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "frac_cv", + value = as.double(NA))) + } + + frac_cv <- stats::aggregate(x = frac[, 5], by = frac[, 2], + FUN = function(x) sd(x) / mean(x) * 100) + + return(tibble::tibble(level = "class", + class = as.integer(frac_cv$class), + id = as.integer(NA), + metric = "frac_cv", + value = as.double(frac_cv$value))) +} diff --git a/R/lsm_c_gyrate_cv.R b/R/lsm_c_gyrate_cv.R index b3f23fef9..e734b85ca 100644 --- a/R/lsm_c_gyrate_cv.R +++ b/R/lsm_c_gyrate_cv.R @@ -1,101 +1,101 @@ -#' GYRATE_CV (class level) -#' -#' @description Coefficient of variation radius of gyration (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param cell_center If true, the coordinates of the centroid are forced to be -#' a cell center within the patch. -#' -#' @details -#' \deqn{GYRATE_{CV} = cv(GYRATE[patch_{ij}])} -#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. -#' -#' GYRATE_CV is an 'Area and edge metric'. The metric summarises each class -#' as the Coefficient of variation of the radius of gyration of all patches -#' belonging to class i. GYRATE measures the distance from each cell to the patch -#' centroid and is based on cell center-to-cell center distances. The metrics characterises -#' both the patch area and compactness. The Coefficient of variation is -#' scaled to the mean and comparable among different landscapes. -#' -#' If `cell_center = TRUE` some patches might have several possible cell-center -#' centroids. In this case, the gyrate index is based on the mean distance of all -#' cells to all possible cell-center centroids. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{GYRATE_CV >= 0 } -#' \subsection{Behaviour}{Equals GYRATE_CV = 0 if the radius of gyration is identical -#' for all patches. Increases, without limit, as the variation of the radius of gyration -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_gyrate}}, -#' \code{\link{cv}}, \cr -#' \code{\link{lsm_c_gyrate_mn}}, -#' \code{\link{lsm_c_gyrate_sd}}, \cr -#' \code{\link{lsm_l_gyrate_mn}}, -#' \code{\link{lsm_l_gyrate_sd}}, -#' \code{\link{lsm_l_gyrate_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_gyrate_cv(landscape) -#' -#' @aliases lsm_c_gyrate_cv -#' @rdname lsm_c_gyrate_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales -#' in fragmented landscapes. Conservation ecology, 1(1). -#' -#' @export -lsm_c_gyrate_cv <- function(landscape, - directions = 8, cell_center = FALSE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_gyrate_cv_calc, - directions = directions, - cell_center = cell_center) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_gyrate_cv_calc <- function(landscape, directions, cell_center, - points = NULL) { - - gyrate <- lsm_p_gyrate_calc(landscape, - directions = directions, - cell_center = cell_center, - points = points) - - # all cells are NA - if (all(is.na(gyrate$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "gyrate_cv", - value = as.double(NA))) - } - - gyrate_cv <- stats::aggregate(x = gyrate[, 5], by = gyrate[, 2], - FUN = raster::cv) - - return(tibble::tibble(level = "class", - class = as.integer(gyrate_cv$class), - id = as.integer(NA), - metric = "gyrate_cv", - value = as.double(gyrate_cv$value))) -} +#' GYRATE_CV (class level) +#' +#' @description Coefficient of variation radius of gyration (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param cell_center If true, the coordinates of the centroid are forced to be +#' a cell center within the patch. +#' +#' @details +#' \deqn{GYRATE_{CV} = cv(GYRATE[patch_{ij}])} +#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. +#' +#' GYRATE_CV is an 'Area and edge metric'. The metric summarises each class +#' as the Coefficient of variation of the radius of gyration of all patches +#' belonging to class i. GYRATE measures the distance from each cell to the patch +#' centroid and is based on cell center-to-cell center distances. The metrics characterises +#' both the patch area and compactness. The Coefficient of variation is +#' scaled to the mean and comparable among different landscapes. +#' +#' If `cell_center = TRUE` some patches might have several possible cell-center +#' centroids. In this case, the gyrate index is based on the mean distance of all +#' cells to all possible cell-center centroids. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{GYRATE_CV >= 0 } +#' \subsection{Behaviour}{Equals GYRATE_CV = 0 if the radius of gyration is identical +#' for all patches. Increases, without limit, as the variation of the radius of gyration +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_gyrate}}, +#' \code{\link{cv}}, \cr +#' \code{\link{lsm_c_gyrate_mn}}, +#' \code{\link{lsm_c_gyrate_sd}}, \cr +#' \code{\link{lsm_l_gyrate_mn}}, +#' \code{\link{lsm_l_gyrate_sd}}, +#' \code{\link{lsm_l_gyrate_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_gyrate_cv(landscape) +#' +#' @aliases lsm_c_gyrate_cv +#' @rdname lsm_c_gyrate_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales +#' in fragmented landscapes. Conservation ecology, 1(1). +#' +#' @export +lsm_c_gyrate_cv <- function(landscape, + directions = 8, cell_center = FALSE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_gyrate_cv_calc, + directions = directions, + cell_center = cell_center) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_gyrate_cv_calc <- function(landscape, directions, cell_center, + points = NULL) { + + gyrate <- lsm_p_gyrate_calc(landscape, + directions = directions, + cell_center = cell_center, + points = points) + + # all cells are NA + if (all(is.na(gyrate$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "gyrate_cv", + value = as.double(NA))) + } + + gyrate_cv <- stats::aggregate(x = gyrate[, 5], by = gyrate[, 2], + FUN = function(x) sd(x) / mean(x) * 100) + + return(tibble::tibble(level = "class", + class = as.integer(gyrate_cv$class), + id = as.integer(NA), + metric = "gyrate_cv", + value = as.double(gyrate_cv$value))) +} diff --git a/R/lsm_c_iji.R b/R/lsm_c_iji.R index bd9bb144a..c95e77aa1 100644 --- a/R/lsm_c_iji.R +++ b/R/lsm_c_iji.R @@ -1,112 +1,112 @@ -#' Interspersion and Juxtaposition index (class level) -# -#' @description Interspersion and Juxtaposition index (Aggregation metric) -# -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param verbose Print warning message if not sufficient patches are present -# -#' @details -#' \deqn{IJI = \frac{- \sum \limits_{k = 1}^{m} \Bigg[ \Bigg( \frac{e_{ik}}{\sum \limits_{k = 1}^{m} e_{ik}} \Bigg) ln \Bigg( \frac{e_{ik}}{\sum \limits_{k = 1}^{m} e_{ik}} \Bigg) \Bigg]}{ln(m - 1)} * 100} -#' -#' where \eqn{e_{ik}} are the unique adjacencies of all classes (lower/upper triangle of -#' the adjacency table - without the diagonal) and \eqn{m} is the number of classes. -#' -#' IJI is an 'Aggregation metric'. It is a so called "salt and pepper" metric and -#' describes the intermixing of classes (i.e. without considering like adjacencies - the -#' diagonal of the adjacency table). The number of classes to calculate IJI must be >= than 3. -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{0 < IJI <= 100} -#' \subsection{Behaviour}{Approaches 0 if a class is only adjacent to a single other class -#' and equals 100 when a class is equally adjacent to all other classes.} -#' -#' @seealso -#' \code{\link{lsm_l_iji}} -#' -#' @return tibble -# -#' @examples -#'lsm_c_iji(landscape) -# -#' @aliases lsm_c_iji -#' @rdname lsm_c_iji -# -#' @references -#'McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#'Program for Categorical and Continuous Maps. Computer software program produced by -#'the authors at the University of Massachusetts, Amherst. Available at the following -#'web site: https://www.umass.edu/landeco/ -#' -#'McGarigal, K., & Marks, B. J. 1995. FRAGSTATS: spatial pattern analysis -#'program for quantifying landscape structure. Gen. Tech. Rep. PNW-GTR-351. -#'Portland, OR: US Department of Agriculture, Forest Service, Pacific Northwest -#'Research Station. 122 p, 351. -# -#' @export -lsm_c_iji <- function(landscape, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_iji_calc, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_iji_calc <- function(landscape, verbose) { - - # conver to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <- raster::as.matrix(landscape) - } - - # all cells are NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "iji", - value = as.double(NA))) - } - - adjacencies <- rcpp_get_coocurrence_matrix(landscape, - as.matrix(4)) - - classes <- rownames(adjacencies) - - if (ncol(adjacencies) < 3) { - - if (verbose) { - warning("Number of classes must be >= 3, IJI = NA.", call. = FALSE) - } - - return(tibble::tibble(level = "class", - class = as.integer(classes), - id = as.integer(NA), - metric = "iji", - value = as.double(NA))) - } - - else { - - diag(adjacencies) <- 0 - - edge_ratio <- adjacencies / rowSums(adjacencies) * - log(adjacencies / rowSums(adjacencies)) - - class_sums <- -rowSums(edge_ratio, na.rm = TRUE) - - iji <- (class_sums / log(ncol(adjacencies) - 1)) * 100 - - return(tibble::tibble(level = "class", - class = as.integer(classes), - id = as.integer(NA), - metric = "iji", - value = as.double(iji))) - } -} +#' Interspersion and Juxtaposition index (class level) +# +#' @description Interspersion and Juxtaposition index (Aggregation metric) +# +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param verbose Print warning message if not sufficient patches are present +# +#' @details +#' \deqn{IJI = \frac{- \sum \limits_{k = 1}^{m} \Bigg[ \Bigg( \frac{e_{ik}}{\sum \limits_{k = 1}^{m} e_{ik}} \Bigg) ln \Bigg( \frac{e_{ik}}{\sum \limits_{k = 1}^{m} e_{ik}} \Bigg) \Bigg]}{ln(m - 1)} * 100} +#' +#' where \eqn{e_{ik}} are the unique adjacencies of all classes (lower/upper triangle of +#' the adjacency table - without the diagonal) and \eqn{m} is the number of classes. +#' +#' IJI is an 'Aggregation metric'. It is a so called "salt and pepper" metric and +#' describes the intermixing of classes (i.e. without considering like adjacencies - the +#' diagonal of the adjacency table). The number of classes to calculate IJI must be >= than 3. +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{0 < IJI <= 100} +#' \subsection{Behaviour}{Approaches 0 if a class is only adjacent to a single other class +#' and equals 100 when a class is equally adjacent to all other classes.} +#' +#' @seealso +#' \code{\link{lsm_l_iji}} +#' +#' @return tibble +# +#' @examples +#'lsm_c_iji(landscape) +# +#' @aliases lsm_c_iji +#' @rdname lsm_c_iji +# +#' @references +#'McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#'Program for Categorical and Continuous Maps. Computer software program produced by +#'the authors at the University of Massachusetts, Amherst. Available at the following +#'web site: https://www.umass.edu/landeco/ +#' +#'McGarigal, K., & Marks, B. J. 1995. FRAGSTATS: spatial pattern analysis +#'program for quantifying landscape structure. Gen. Tech. Rep. PNW-GTR-351. +#'Portland, OR: US Department of Agriculture, Forest Service, Pacific Northwest +#'Research Station. 122 p, 351. +# +#' @export +lsm_c_iji <- function(landscape, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_iji_calc, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_iji_calc <- function(landscape, verbose) { + + # conver to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all cells are NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "iji", + value = as.double(NA))) + } + + adjacencies <- rcpp_get_coocurrence_matrix(landscape, + as.matrix(4)) + + classes <- rownames(adjacencies) + + if (ncol(adjacencies) < 3) { + + if (verbose) { + warning("Number of classes must be >= 3, IJI = NA.", call. = FALSE) + } + + return(tibble::tibble(level = "class", + class = as.integer(classes), + id = as.integer(NA), + metric = "iji", + value = as.double(NA))) + } + + else { + + diag(adjacencies) <- 0 + + edge_ratio <- adjacencies / rowSums(adjacencies) * + log(adjacencies / rowSums(adjacencies)) + + class_sums <- -rowSums(edge_ratio, na.rm = TRUE) + + iji <- (class_sums / log(ncol(adjacencies) - 1)) * 100 + + return(tibble::tibble(level = "class", + class = as.integer(classes), + id = as.integer(NA), + metric = "iji", + value = as.double(iji))) + } +} diff --git a/R/lsm_c_lsi.R b/R/lsm_c_lsi.R index f17ad7195..db3ab814a 100644 --- a/R/lsm_c_lsi.R +++ b/R/lsm_c_lsi.R @@ -1,131 +1,131 @@ -#' LSI (class level) -#' -#' @description Landscape shape index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' -#' @details -#' \deqn{LSI = \frac{e_{i}} {\min e_{i}}} -#' where \eqn{e_{i}} is the total edge length in cell surfaces and \eqn{\min e_{i}} -#' is the minimum total edge length in cell surfaces. -#' -#' LSI is an 'Aggregation metric'. It is the ratio between the actual edge length of -#' class i and the hypothetical minimum edge length of class i. The minimum edge length equals -#' the edge length if class i would be maximally aggregated. -#' -#' \subsection{Units}{None} -#' \subsection{Ranges}{LSI >= 1} -#' \subsection{Behaviour}{Equals LSI = 1 when only one squared patch is present or all -#' patches are maximally aggregated. Increases, without limit, as the length of the -#' actual edges increases, i.e. the patches become less compact.} -#' -#' @seealso -#' \code{\link{lsm_p_shape}}, \cr -#' \code{\link{lsm_l_lsi}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_lsi(landscape) -#' -#' @aliases lsm_c_lsi -#' @rdname lsm_c_lsi -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". -#' Wildl. Soc.Bull. 3:171-173. -#' -#' @export -lsm_c_lsi <- function(landscape) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_lsi_calc) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_lsi_calc <- function(landscape) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- raster::res(landscape) - - landscape <- raster::as.matrix(landscape) - } - - # all cells are NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "nlsi", - value = as.double(NA))) - } - - # cells at the boundary of the landscape need neighbours to calculate perim - landscape <- pad_raster_internal(landscape, pad_raster_value = NA, - pad_raster_cells = 1, global = FALSE) - - # which cells are NA (i.e. background) - target_na <- which(is.na(landscape)) - - # set all NA to -999 to get adjacencies between patches and all background - landscape[target_na] <- -999 - - # get class edge in terms of cell surfaces - class_perim <- rcpp_get_coocurrence_matrix(landscape, - as.matrix(4)) - - # set diagonal to NA because no edge - diag(class_perim) <- NA - - # calculate total edge - class_perim <- apply(X = class_perim, MARGIN = 1, FUN = sum, na.rm = TRUE)[-1] - - # number of cells class - class_area <- rcpp_get_composition_vector(landscape)[-1] - - # n is the side of the largest integer square - class_n <- trunc(sqrt(class_area)) - - # calculate m - class_m <- class_area - class_n ^ 2 - - # calculate min_edge - class_perim_min <- ifelse(test = class_m == 0, - yes = class_n * 4, - no = ifelse(test = class_n ^ 2 < class_area & class_area <= class_n * (1 + class_n), - yes = 4 * class_n + 2, - no = ifelse(test = class_area > class_n * (1 + class_n), - yes = 4 * class_n + 4, - no = NA))) - - # calculate LSI - lsi <- class_perim / class_perim_min - - # test if any NAs introduced - if (!all(is.finite(lsi))) { - - warning("NAs introduced by lsm_c_lsi.", call. = FALSE) - - lsi[!is.finite(lsi)] <- NA - - } - - return(tibble::tibble(level = "class", - class = as.integer(names(lsi)), - id = as.integer(NA), - metric = "lsi", - value = as.double(lsi))) -} +#' LSI (class level) +#' +#' @description Landscape shape index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' +#' @details +#' \deqn{LSI = \frac{e_{i}} {\min e_{i}}} +#' where \eqn{e_{i}} is the total edge length in cell surfaces and \eqn{\min e_{i}} +#' is the minimum total edge length in cell surfaces. +#' +#' LSI is an 'Aggregation metric'. It is the ratio between the actual edge length of +#' class i and the hypothetical minimum edge length of class i. The minimum edge length equals +#' the edge length if class i would be maximally aggregated. +#' +#' \subsection{Units}{None} +#' \subsection{Ranges}{LSI >= 1} +#' \subsection{Behaviour}{Equals LSI = 1 when only one squared patch is present or all +#' patches are maximally aggregated. Increases, without limit, as the length of the +#' actual edges increases, i.e. the patches become less compact.} +#' +#' @seealso +#' \code{\link{lsm_p_shape}}, \cr +#' \code{\link{lsm_l_lsi}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_lsi(landscape) +#' +#' @aliases lsm_c_lsi +#' @rdname lsm_c_lsi +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". +#' Wildl. Soc.Bull. 3:171-173. +#' +#' @export +lsm_c_lsi <- function(landscape) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_lsi_calc) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_lsi_calc <- function(landscape) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all cells are NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "nlsi", + value = as.double(NA))) + } + + # cells at the boundary of the landscape need neighbours to calculate perim + landscape <- pad_raster_internal(landscape, pad_raster_value = NA, + pad_raster_cells = 1, global = FALSE) + + # which cells are NA (i.e. background) + target_na <- which(is.na(landscape)) + + # set all NA to -999 to get adjacencies between patches and all background + landscape[target_na] <- -999 + + # get class edge in terms of cell surfaces + class_perim <- rcpp_get_coocurrence_matrix(landscape, + as.matrix(4)) + + # set diagonal to NA because no edge + diag(class_perim) <- NA + + # calculate total edge + class_perim <- apply(X = class_perim, MARGIN = 1, FUN = sum, na.rm = TRUE)[-1] + + # number of cells class + class_area <- rcpp_get_composition_vector(landscape)[-1] + + # n is the side of the largest integer square + class_n <- trunc(sqrt(class_area)) + + # calculate m + class_m <- class_area - class_n ^ 2 + + # calculate min_edge + class_perim_min <- ifelse(test = class_m == 0, + yes = class_n * 4, + no = ifelse(test = class_n ^ 2 < class_area & class_area <= class_n * (1 + class_n), + yes = 4 * class_n + 2, + no = ifelse(test = class_area > class_n * (1 + class_n), + yes = 4 * class_n + 4, + no = NA))) + + # calculate LSI + lsi <- class_perim / class_perim_min + + # test if any NAs introduced + if (!all(is.finite(lsi))) { + + warning("NAs introduced by lsm_c_lsi.", call. = FALSE) + + lsi[!is.finite(lsi)] <- NA + + } + + return(tibble::tibble(level = "class", + class = as.integer(names(lsi)), + id = as.integer(NA), + metric = "lsi", + value = as.double(lsi))) +} diff --git a/R/lsm_c_nlsi.R b/R/lsm_c_nlsi.R index 4455eb045..b88166d99 100644 --- a/R/lsm_c_nlsi.R +++ b/R/lsm_c_nlsi.R @@ -1,160 +1,160 @@ -#' nLSI (class level) -#' -#' @description Normalized landscape shape index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' -#' @details -#' \deqn{nLSI = \frac{e_{i} - \min e_{i}} {\max e_{i} - \min e_{i}}} -#' where \eqn{e_{i}} is the total edge length in cell surfaces and \eqn{\min e_{i}} -#' \eqn{\max e_{i}} are the minimum and maximum total edge length in cell surfaces, respectively. -#' -#' nLSI is an 'Aggregation metric'. It is closely related to the \code{\link{lsm_c_lsi}} -#' and describes the ratio of the actual edge length of class i in relation to the -#' hypothetical range of possible edge lengths of class i (min/max). -#' -#' Currently, nLSI ignores all background cells when calculating the minimum and maximum -#' total edge length. Also, a correct calculation of the minimum and maximum -#' total edge length is currently only possible for rectangular landscapes. -#' -#' \subsection{Units}{None} -#' \subsection{Ranges}{0 <= nlsi <= 1} -#' \subsection{Behaviour}{Equals nLSI = 0 when only one squared patch is present. nLSI -#' increases the more disaggregated patches are and equals nLSI = 1 for a maximal disaggregated -#' (i.e. a "checkerboard pattern").} -#' -#' @seealso -#' \code{\link{lsm_c_lsi}} -#' \code{\link{lsm_l_lsi}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_nlsi(landscape) -#' -#' @aliases lsm_c_nlsi -#' @rdname lsm_c_nlsi -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". -#' Wildl. Soc.Bull. 3:171-173. -#' -#' @export -lsm_c_nlsi <- function(landscape) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_nlsi_calc) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_nlsi_calc <- function(landscape) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- raster::res(landscape) - - landscape <- raster::as.matrix(landscape) - } - - # all cells are NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "nlsi", - value = as.double(NA))) - } - - # cells at the boundary of the landscape need neighbours to calculate perim - landscape <- pad_raster_internal(landscape, pad_raster_value = NA, - pad_raster_cells = 1, global = FALSE) - - # which cells are NA (i.e. background) - target_na <- which(is.na(landscape)) - - # set all NA to -999 to get adjacencies between patches and all background - landscape[target_na] <- -999 - - # get class edge in terms of cell surfaces - class_perim <- rcpp_get_coocurrence_matrix(landscape, - as.matrix(4)) - - # set diagonal to NA because no edge - diag(class_perim) <- NA - - # calculate total edge - class_perim <- apply(X = class_perim, MARGIN = 1, FUN = sum, na.rm = TRUE)[-1] - - # number of cells class - class_area <- rcpp_get_composition_vector(landscape)[-1] - - # n is the side of the largest integer square - class_n <- trunc(sqrt(class_area)) - - # calculate m - class_m <- class_area - class_n ^ 2 - - # calculate min_edge - class_perim_min <- ifelse(test = class_m == 0, - yes = class_n * 4, - no = ifelse(test = class_n ^ 2 < class_area & class_area <= class_n * (1 + class_n), - yes = 4 * class_n + 2, - no = ifelse(test = class_area > class_n * (1 + class_n), - yes = 4 * class_n + 4, - no = NA))) - - # calculate numerator - numerator <- class_perim - class_perim_min - - # calculate total area in terms of cells - total_area <- sum(rcpp_get_composition_vector(landscape)[-1]) - - # get all cells on the boundary; need to remove padded cells - cells_boundary <- ((nrow(landscape) - 2) * 2) + ((ncol(landscape) - 2) * 2) - - # calculate proportion of classes - class_pi <- prop.table(rcpp_get_composition_vector(landscape)[-1]) - - class_perim_max <- ifelse(test = class_pi <= 0.5, - yes = 4 * class_area, - no = ifelse(test = total_area %% 2 == 0 & class_pi > 0.5 & class_pi <= (0.5 * total_area + 0.5 * cells_boundary) / total_area, - yes = 3 * total_area - 2 * class_area, - no = ifelse(test = total_area %% 2 != 0 & class_pi > 0.5 & class_pi <= (0.5 * total_area + 0.5 * cells_boundary) / total_area, - yes = 3 * total_area - 2 * class_area + 3, - no = ifelse(test = class_pi >= (0.5 * total_area + 0.5 * cells_boundary) / total_area, - yes = class_perim + 4 * (total_area - class_area), - no = NA)))) - - # calculate denominator - denominator <- class_perim_max - class_perim_min - - # calculate total nlsi - nlsi <- numerator / denominator - - # test if any NAs introduced - if (!all(is.finite(nlsi))) { - - warning("NAs introduced by lsm_c_nlsi.", call. = FALSE) - - nlsi[!is.finite(nlsi)] <- NA - - } - - return(tibble::tibble(level = "class", - class = as.integer(names(nlsi)), - id = as.integer(NA), - metric = "nlsi", - value = as.double(nlsi))) -} +#' nLSI (class level) +#' +#' @description Normalized landscape shape index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' +#' @details +#' \deqn{nLSI = \frac{e_{i} - \min e_{i}} {\max e_{i} - \min e_{i}}} +#' where \eqn{e_{i}} is the total edge length in cell surfaces and \eqn{\min e_{i}} +#' \eqn{\max e_{i}} are the minimum and maximum total edge length in cell surfaces, respectively. +#' +#' nLSI is an 'Aggregation metric'. It is closely related to the \code{\link{lsm_c_lsi}} +#' and describes the ratio of the actual edge length of class i in relation to the +#' hypothetical range of possible edge lengths of class i (min/max). +#' +#' Currently, nLSI ignores all background cells when calculating the minimum and maximum +#' total edge length. Also, a correct calculation of the minimum and maximum +#' total edge length is currently only possible for rectangular landscapes. +#' +#' \subsection{Units}{None} +#' \subsection{Ranges}{0 <= nlsi <= 1} +#' \subsection{Behaviour}{Equals nLSI = 0 when only one squared patch is present. nLSI +#' increases the more disaggregated patches are and equals nLSI = 1 for a maximal disaggregated +#' (i.e. a "checkerboard pattern").} +#' +#' @seealso +#' \code{\link{lsm_c_lsi}} +#' \code{\link{lsm_l_lsi}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_nlsi(landscape) +#' +#' @aliases lsm_c_nlsi +#' @rdname lsm_c_nlsi +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". +#' Wildl. Soc.Bull. 3:171-173. +#' +#' @export +lsm_c_nlsi <- function(landscape) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_nlsi_calc) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_nlsi_calc <- function(landscape) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all cells are NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "nlsi", + value = as.double(NA))) + } + + # cells at the boundary of the landscape need neighbours to calculate perim + landscape <- pad_raster_internal(landscape, pad_raster_value = NA, + pad_raster_cells = 1, global = FALSE) + + # which cells are NA (i.e. background) + target_na <- which(is.na(landscape)) + + # set all NA to -999 to get adjacencies between patches and all background + landscape[target_na] <- -999 + + # get class edge in terms of cell surfaces + class_perim <- rcpp_get_coocurrence_matrix(landscape, + as.matrix(4)) + + # set diagonal to NA because no edge + diag(class_perim) <- NA + + # calculate total edge + class_perim <- apply(X = class_perim, MARGIN = 1, FUN = sum, na.rm = TRUE)[-1] + + # number of cells class + class_area <- rcpp_get_composition_vector(landscape)[-1] + + # n is the side of the largest integer square + class_n <- trunc(sqrt(class_area)) + + # calculate m + class_m <- class_area - class_n ^ 2 + + # calculate min_edge + class_perim_min <- ifelse(test = class_m == 0, + yes = class_n * 4, + no = ifelse(test = class_n ^ 2 < class_area & class_area <= class_n * (1 + class_n), + yes = 4 * class_n + 2, + no = ifelse(test = class_area > class_n * (1 + class_n), + yes = 4 * class_n + 4, + no = NA))) + + # calculate numerator + numerator <- class_perim - class_perim_min + + # calculate total area in terms of cells + total_area <- sum(rcpp_get_composition_vector(landscape)[-1]) + + # get all cells on the boundary; need to remove padded cells + cells_boundary <- ((nrow(landscape) - 2) * 2) + ((ncol(landscape) - 2) * 2) + + # calculate proportion of classes + class_pi <- prop.table(rcpp_get_composition_vector(landscape)[-1]) + + class_perim_max <- ifelse(test = class_pi <= 0.5, + yes = 4 * class_area, + no = ifelse(test = total_area %% 2 == 0 & class_pi > 0.5 & class_pi <= (0.5 * total_area + 0.5 * cells_boundary) / total_area, + yes = 3 * total_area - 2 * class_area, + no = ifelse(test = total_area %% 2 != 0 & class_pi > 0.5 & class_pi <= (0.5 * total_area + 0.5 * cells_boundary) / total_area, + yes = 3 * total_area - 2 * class_area + 3, + no = ifelse(test = class_pi >= (0.5 * total_area + 0.5 * cells_boundary) / total_area, + yes = class_perim + 4 * (total_area - class_area), + no = NA)))) + + # calculate denominator + denominator <- class_perim_max - class_perim_min + + # calculate total nlsi + nlsi <- numerator / denominator + + # test if any NAs introduced + if (!all(is.finite(nlsi))) { + + warning("NAs introduced by lsm_c_nlsi.", call. = FALSE) + + nlsi[!is.finite(nlsi)] <- NA + + } + + return(tibble::tibble(level = "class", + class = as.integer(names(nlsi)), + id = as.integer(NA), + metric = "nlsi", + value = as.double(nlsi))) +} diff --git a/R/lsm_c_np.R b/R/lsm_c_np.R index b1af49f2d..84fd45659 100644 --- a/R/lsm_c_np.R +++ b/R/lsm_c_np.R @@ -1,93 +1,93 @@ -#' NP (class level) -#' -#' @description Number of patches (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{NP = n_{i}} -#' where \eqn{n_{i}} is the number of patches. -#' -#' NP is an 'Aggregation metric'. It describes the fragmentation of a class, however, does not -#' necessarily contain information about the configuration or composition of the class. -#' -#' \subsection{Units}{None} -#' \subsection{Ranges}{NP >= 1} -#' \subsection{Behaviour}{Equals NP = 1 when only one patch is present and -#' increases, without limit, as the number of patches increases} -#' -#' @seealso -#' \code{\link{lsm_l_np}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_np(landscape) -#' -#' @aliases lsm_c_np -#' @rdname lsm_c_np -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_np <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_np_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_np_calc <- function(landscape, directions){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <- raster::as.matrix(landscape) - } - - # all cells are NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "np", - value = as.double(NA))) - } - - # get unique classes - classes <- get_unique_values_int(landscape, verbose = FALSE) - - # get number of patches - np_class <- lapply(X = classes, FUN = function(patches_class) { - - # connected labeling current class - landscape_labeled <- get_patches_int(landscape, - class = patches_class, - directions = directions)[[1]] - - # max(patch_id) equals number of patches - np <- max(landscape_labeled, na.rm = TRUE) - - tibble::tibble( - level = "class", - class = as.integer(patches_class), - id = as.integer(NA), - metric = "np", - value = as.double(np)) - }) - - do.call(rbind, np_class) -} +#' NP (class level) +#' +#' @description Number of patches (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{NP = n_{i}} +#' where \eqn{n_{i}} is the number of patches. +#' +#' NP is an 'Aggregation metric'. It describes the fragmentation of a class, however, does not +#' necessarily contain information about the configuration or composition of the class. +#' +#' \subsection{Units}{None} +#' \subsection{Ranges}{NP >= 1} +#' \subsection{Behaviour}{Equals NP = 1 when only one patch is present and +#' increases, without limit, as the number of patches increases} +#' +#' @seealso +#' \code{\link{lsm_l_np}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_np(landscape) +#' +#' @aliases lsm_c_np +#' @rdname lsm_c_np +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_np <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_np_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_np_calc <- function(landscape, directions){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all cells are NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "np", + value = as.double(NA))) + } + + # get unique classes + classes <- get_unique_values_int(landscape, verbose = FALSE) + + # get number of patches + np_class <- lapply(X = classes, FUN = function(patches_class) { + + # connected labeling current class + landscape_labeled <- get_patches_int(landscape, + class = patches_class, + directions = directions)[[1]] + + # max(patch_id) equals number of patches + np <- max(landscape_labeled, na.rm = TRUE) + + tibble::tibble( + level = "class", + class = as.integer(patches_class), + id = as.integer(NA), + metric = "np", + value = as.double(np)) + }) + + do.call(rbind, np_class) +} diff --git a/R/lsm_c_pafrac.R b/R/lsm_c_pafrac.R index ed60ded66..4bb0bb7db 100644 --- a/R/lsm_c_pafrac.R +++ b/R/lsm_c_pafrac.R @@ -1,134 +1,134 @@ -#' PAFRAC (class level) -#' -#' @description Perimeter-Area Fractal Dimension (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param verbose Print warning message if not sufficient patches are present -#' -#' @details -#' \deqn{PAFRAC = \frac{2}{\beta}} -#' where \eqn{\beta} is the slope of the regression of the area against the perimeter -#' (logarithm) \eqn{n_{i}\sum \limits_{j = 1}^{n} \ln a_{ij} = a + \beta n_{i}\sum \limits_{j = 1}^{n} \ln p_{ij}} -#' -#' PAFRAC is a 'Shape metric'. It describes the patch complexity of class i while being -#' scale independent. This means that increasing the patch size while not changing the -#' patch form will not change the metric. However, it is only meaningful if the relationship -#' between the area and perimeter is linear on a logarithmic scale. Furthermore, if there -#' are less than 10 patches in class i, the metric returns NA because of the small-sample -#' issue. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{1 <= PAFRAC <= 2} -#' \subsection{Behaviour}{Approaches PAFRAC = 1 for patches with simple shapes and -#' approaches PAFRAC = 2 for irregular shapes} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_p_perim}}, \cr -#' \code{\link{lsm_l_pafrac}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_pafrac(landscape) -#' -#' @aliases lsm_c_pafrac -#' @rdname lsm_c_pafrac -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Burrough, P. A. 1986. Principles of Geographical Information Systems for -#' Land Resources Assessment. Monographs on Soil and Resources Survey No. 12. -#' Clarendon Press, Oxford -#' -#' @export -lsm_c_pafrac <- function(landscape, directions = 8, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_pafrac_calc, - directions = directions, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_pafrac_calc <- function(landscape, directions, verbose, resolution = NULL){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- raster::res(landscape) - - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "pafrac", - value = as.double(NA))) - } - - # get patch area in sqm - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - area_patch$value <- area_patch$value * 10000 - - # get patch perimeter - perimeter_patch <- lsm_p_perim_calc(landscape, - directions = directions, - resolution = resolution) - - # get number of patches - np_class <- lsm_c_np_calc(landscape, - directions = directions) - - pafrac_class <- lapply(X = seq_len(nrow(np_class)), FUN = function(class_current) { - - class_name <- as.integer(np_class[class_current, "class"]) - - if (np_class$value[np_class$class == class_name] < 10) { - - pafrac <- NA - - if (verbose) { - warning(paste0("Class ", class_name, ": PAFRAC = NA for class with < 10 patches"), - call. = FALSE) - } - - } else { - - area_patch <- area_patch[area_patch$class == class_name, ] - - perimeter_patch <- perimeter_patch[perimeter_patch$class == class_name, ] - - regression_model_class <- stats::lm(log(area_patch$value) ~ log(perimeter_patch$value)) - - pafrac <- 2 / regression_model_class$coefficients[[2]] - } - - tibble::tibble( - level = "class", - class = as.integer(class_name), - id = as.integer(NA), - metric = "pafrac", - value = as.double(pafrac)) - }) - - do.call("rbind", pafrac_class) -} +#' PAFRAC (class level) +#' +#' @description Perimeter-Area Fractal Dimension (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param verbose Print warning message if not sufficient patches are present +#' +#' @details +#' \deqn{PAFRAC = \frac{2}{\beta}} +#' where \eqn{\beta} is the slope of the regression of the area against the perimeter +#' (logarithm) \eqn{n_{i}\sum \limits_{j = 1}^{n} \ln a_{ij} = a + \beta n_{i}\sum \limits_{j = 1}^{n} \ln p_{ij}} +#' +#' PAFRAC is a 'Shape metric'. It describes the patch complexity of class i while being +#' scale independent. This means that increasing the patch size while not changing the +#' patch form will not change the metric. However, it is only meaningful if the relationship +#' between the area and perimeter is linear on a logarithmic scale. Furthermore, if there +#' are less than 10 patches in class i, the metric returns NA because of the small-sample +#' issue. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{1 <= PAFRAC <= 2} +#' \subsection{Behaviour}{Approaches PAFRAC = 1 for patches with simple shapes and +#' approaches PAFRAC = 2 for irregular shapes} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_p_perim}}, \cr +#' \code{\link{lsm_l_pafrac}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_pafrac(landscape) +#' +#' @aliases lsm_c_pafrac +#' @rdname lsm_c_pafrac +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Burrough, P. A. 1986. Principles of Geographical Information Systems for +#' Land Resources Assessment. Monographs on Soil and Resources Survey No. 12. +#' Clarendon Press, Oxford +#' +#' @export +lsm_c_pafrac <- function(landscape, directions = 8, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_pafrac_calc, + directions = directions, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_pafrac_calc <- function(landscape, directions, verbose, resolution = NULL){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "pafrac", + value = as.double(NA))) + } + + # get patch area in sqm + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + area_patch$value <- area_patch$value * 10000 + + # get patch perimeter + perimeter_patch <- lsm_p_perim_calc(landscape, + directions = directions, + resolution = resolution) + + # get number of patches + np_class <- lsm_c_np_calc(landscape, + directions = directions) + + pafrac_class <- lapply(X = seq_len(nrow(np_class)), FUN = function(class_current) { + + class_name <- as.integer(np_class[class_current, "class"]) + + if (np_class$value[np_class$class == class_name] < 10) { + + pafrac <- NA + + if (verbose) { + warning(paste0("Class ", class_name, ": PAFRAC = NA for class with < 10 patches"), + call. = FALSE) + } + + } else { + + area_patch <- area_patch[area_patch$class == class_name, ] + + perimeter_patch <- perimeter_patch[perimeter_patch$class == class_name, ] + + regression_model_class <- stats::lm(log(area_patch$value) ~ log(perimeter_patch$value)) + + pafrac <- 2 / regression_model_class$coefficients[[2]] + } + + tibble::tibble( + level = "class", + class = as.integer(class_name), + id = as.integer(NA), + metric = "pafrac", + value = as.double(pafrac)) + }) + + do.call("rbind", pafrac_class) +} diff --git a/R/lsm_c_para_cv.R b/R/lsm_c_para_cv.R index f02d84821..e1824d353 100644 --- a/R/lsm_c_para_cv.R +++ b/R/lsm_c_para_cv.R @@ -1,86 +1,86 @@ -#' PARA_CV (class level) -#' -#' @description Coefficient of variation perimeter-area ratio (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PARA_{CV} = cv(PARA[patch_{ij}]} -#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. -#' -#' PARA_CV is a 'Shape metric'. It summarises each class as the Coefficient of variation of -#' each patch belonging to class i. The perimeter-area ratio describes the patch complexity -#' in a straightforward way. However, because it is not standarised to a certain shape -#' (e.g. a square), it is not scale independent, meaning that increasing the patch size -#' while not changing the patch form will change the ratio. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{PARA_CV >= 0} -#' \subsection{Behaviour}{Equals PARA_CV = 0 if the perimeter-area ratio is identical for -#' all patches. Increases, without limit, as the variation of the perimeter-area ratio -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_para}}, -#' \code{\link{cv}}, \cr -#' \code{\link{lsm_c_para_mn}}, -#' \code{\link{lsm_c_para_sd}}, \cr -#' \code{\link{lsm_l_para_mn}}, -#' \code{\link{lsm_l_para_sd}}, -#' \code{\link{lsm_l_para_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_para_cv(landscape) -#' -#' @aliases lsm_c_para_cv -#' @rdname lsm_c_para_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_para_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_para_cv_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_para_cv_calc <- function(landscape, directions, resolution = NULL){ - - para <- lsm_p_para_calc(landscape, - directions = directions, - resolution = resolution) - - # all cells are NA - if (all(is.na(para$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "para_cv", - value = as.double(NA))) - } - - para_cv <- stats::aggregate(x = para[, 5], by = para[, 2], FUN = raster::cv) - - return(tibble::tibble(level = "class", - class = as.integer(para_cv$class), - id = as.integer(NA), - metric = "para_cv", - value = as.double(para_cv$value))) -} +#' PARA_CV (class level) +#' +#' @description Coefficient of variation perimeter-area ratio (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PARA_{CV} = cv(PARA[patch_{ij}]} +#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. +#' +#' PARA_CV is a 'Shape metric'. It summarises each class as the Coefficient of variation of +#' each patch belonging to class i. The perimeter-area ratio describes the patch complexity +#' in a straightforward way. However, because it is not standarised to a certain shape +#' (e.g. a square), it is not scale independent, meaning that increasing the patch size +#' while not changing the patch form will change the ratio. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{PARA_CV >= 0} +#' \subsection{Behaviour}{Equals PARA_CV = 0 if the perimeter-area ratio is identical for +#' all patches. Increases, without limit, as the variation of the perimeter-area ratio +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_para}}, +#' \code{\link{cv}}, \cr +#' \code{\link{lsm_c_para_mn}}, +#' \code{\link{lsm_c_para_sd}}, \cr +#' \code{\link{lsm_l_para_mn}}, +#' \code{\link{lsm_l_para_sd}}, +#' \code{\link{lsm_l_para_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_para_cv(landscape) +#' +#' @aliases lsm_c_para_cv +#' @rdname lsm_c_para_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_para_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_para_cv_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_para_cv_calc <- function(landscape, directions, resolution = NULL){ + + para <- lsm_p_para_calc(landscape, + directions = directions, + resolution = resolution) + + # all cells are NA + if (all(is.na(para$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "para_cv", + value = as.double(NA))) + } + + para_cv <- stats::aggregate(x = para[, 5], by = para[, 2], FUN = function(x) sd(x) / mean(x) * 100) + + return(tibble::tibble(level = "class", + class = as.integer(para_cv$class), + id = as.integer(NA), + metric = "para_cv", + value = as.double(para_cv$value))) +} diff --git a/R/lsm_c_pd.R b/R/lsm_c_pd.R index 2874d7a09..c57c62566 100644 --- a/R/lsm_c_pd.R +++ b/R/lsm_c_pd.R @@ -1,96 +1,96 @@ -#' PD (class level) -#' -#' @description Patch density (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PD = \frac{n_{i}} {A} * 10000 * 100} -#' where \eqn{n_{i}} is the number of patches and \eqn{A} is the total landscape -#' area in square meters. -#' -#' PD is an 'Aggregation metric'. It describes the fragmentation of a class, however, does not -#' necessarily contain information about the configuration or composition of the class. In -#' contrast to \code{\link{lsm_c_np}} it is standardized to the area and comparisons among -#' landscapes with different total area are possible. -#' -#' \subsection{Units}{Number per 100 hectares} -#' \subsection{Ranges}{0 < PD <= 1e+06} -#' \subsection{Behaviour}{Increases as the landscape gets more patchy. Reaches its maximum -#' if every cell is a different patch.} -#' -#' @seealso -#' \code{\link{lsm_c_np}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_l_pd}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_pd(landscape) -#' -#' @aliases lsm_c_pd -#' @rdname lsm_c_pd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_pd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_pd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_pd_calc <- function(landscape, directions, resolution = NULL) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- raster::res(landscape) - - landscape <- raster::as.matrix(landscape) - } - - # all cells are NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "pd", - value = as.double(NA))) - } - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise to total area - area_patch <- sum(area_patch$value) - - # get number of patches - np_class <- lsm_c_np_calc(landscape, directions = directions) - - # calculate relative patch density - np_class$value <- (np_class$value / area_patch) * 100 - - return(tibble::tibble(level = "class", - class = as.integer(np_class$class), - id = as.integer(NA), - metric = "pd", - value = as.double(np_class$value))) -} +#' PD (class level) +#' +#' @description Patch density (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PD = \frac{n_{i}} {A} * 10000 * 100} +#' where \eqn{n_{i}} is the number of patches and \eqn{A} is the total landscape +#' area in square meters. +#' +#' PD is an 'Aggregation metric'. It describes the fragmentation of a class, however, does not +#' necessarily contain information about the configuration or composition of the class. In +#' contrast to \code{\link{lsm_c_np}} it is standardized to the area and comparisons among +#' landscapes with different total area are possible. +#' +#' \subsection{Units}{Number per 100 hectares} +#' \subsection{Ranges}{0 < PD <= 1e+06} +#' \subsection{Behaviour}{Increases as the landscape gets more patchy. Reaches its maximum +#' if every cell is a different patch.} +#' +#' @seealso +#' \code{\link{lsm_c_np}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_l_pd}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_pd(landscape) +#' +#' @aliases lsm_c_pd +#' @rdname lsm_c_pd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_pd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_pd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_pd_calc <- function(landscape, directions, resolution = NULL) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all cells are NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "pd", + value = as.double(NA))) + } + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise to total area + area_patch <- sum(area_patch$value) + + # get number of patches + np_class <- lsm_c_np_calc(landscape, directions = directions) + + # calculate relative patch density + np_class$value <- (np_class$value / area_patch) * 100 + + return(tibble::tibble(level = "class", + class = as.integer(np_class$class), + id = as.integer(NA), + metric = "pd", + value = as.double(np_class$value))) +} diff --git a/R/lsm_c_pladj.R b/R/lsm_c_pladj.R index 5b663e80b..60d8fbaf4 100644 --- a/R/lsm_c_pladj.R +++ b/R/lsm_c_pladj.R @@ -1,88 +1,88 @@ -#' PLADJ (class level) -#' -#' @description Percentage of Like Adjacencies (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' -#' @details -#' \deqn{PLADJ = (\frac{g_{ij}} {\sum \limits_{k = 1}^{m} g_{ik}}) * 100} -#' where \eqn{g_{ii}} is the number of adjacencies between cells of class i -#' and \eqn{g_{ik}} is the number of adjacencies between cells of class i and k. -#' -#' PLADJ is an 'Aggregation metric'. It calculates the frequency how often patches of -#' different classes i (focal class) and k are next to each other, and following is a -#' measure of class aggregation. The adjacencies are counted using the double-count method. -#' -#' \subsection{Units}{Percent} -#' \subsection{Ranges}{0 <= PLADJ <= 100} -#' \subsection{Behaviour}{Equals PLADJ = 0 if class i is maximal disaggregated, -#' i.e. every cell is a different patch. Equals PLADJ = 100 when the only one patch -#' is present.} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_pladj(landscape) -#' -#' @aliases lsm_c_pladj -#' @rdname lsm_c_pladj -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/. -#' -#' @export -lsm_c_pladj <- function(landscape) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_pladj_calc) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_pladj_calc <- function(landscape) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <- raster::as.matrix(landscape) - } - - # all cells are NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "pladj", - value = as.double(NA))) - } - - landscape_padded <- pad_raster_internal(landscape, pad_raster_value = -999, - pad_raster_cells = 1, global = FALSE) - - tb <- rcpp_get_coocurrence_matrix(landscape_padded, - directions = as.matrix(4)) - - pladj <- vapply(X = seq_len(nrow(tb)), FUN = function(x) { - like_adjacencies <- tb[x, x] - total_adjacencies <- sum(tb[x, ]) - - like_adjacencies / total_adjacencies * 100 - }, FUN.VALUE = numeric(1)) - - pladj <- pladj[-1] - names <- row.names(tb)[-1] - - return(tibble::tibble(level = "class", - class = as.integer(names), - id = as.integer(NA), - metric = "pladj", - value = as.double(pladj))) -} +#' PLADJ (class level) +#' +#' @description Percentage of Like Adjacencies (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' +#' @details +#' \deqn{PLADJ = (\frac{g_{ij}} {\sum \limits_{k = 1}^{m} g_{ik}}) * 100} +#' where \eqn{g_{ii}} is the number of adjacencies between cells of class i +#' and \eqn{g_{ik}} is the number of adjacencies between cells of class i and k. +#' +#' PLADJ is an 'Aggregation metric'. It calculates the frequency how often patches of +#' different classes i (focal class) and k are next to each other, and following is a +#' measure of class aggregation. The adjacencies are counted using the double-count method. +#' +#' \subsection{Units}{Percent} +#' \subsection{Ranges}{0 <= PLADJ <= 100} +#' \subsection{Behaviour}{Equals PLADJ = 0 if class i is maximal disaggregated, +#' i.e. every cell is a different patch. Equals PLADJ = 100 when the only one patch +#' is present.} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_pladj(landscape) +#' +#' @aliases lsm_c_pladj +#' @rdname lsm_c_pladj +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/. +#' +#' @export +lsm_c_pladj <- function(landscape) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_pladj_calc) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_pladj_calc <- function(landscape) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all cells are NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "pladj", + value = as.double(NA))) + } + + landscape_padded <- pad_raster_internal(landscape, pad_raster_value = -999, + pad_raster_cells = 1, global = FALSE) + + tb <- rcpp_get_coocurrence_matrix(landscape_padded, + directions = as.matrix(4)) + + pladj <- vapply(X = seq_len(nrow(tb)), FUN = function(x) { + like_adjacencies <- tb[x, x] + total_adjacencies <- sum(tb[x, ]) + + like_adjacencies / total_adjacencies * 100 + }, FUN.VALUE = numeric(1)) + + pladj <- pladj[-1] + names <- row.names(tb)[-1] + + return(tibble::tibble(level = "class", + class = as.integer(names), + id = as.integer(NA), + metric = "pladj", + value = as.double(pladj))) +} diff --git a/R/lsm_c_shape_cv.R b/R/lsm_c_shape_cv.R index e18e7df11..710752e79 100644 --- a/R/lsm_c_shape_cv.R +++ b/R/lsm_c_shape_cv.R @@ -1,91 +1,90 @@ -#' SHAPE_CV (class level) -#' -#' @description Covariance of variation shape index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{SHAPE_{CV} = cv(SHAPE[patch_{ij}])} -#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. -#' -#' SHAPE_CV is a 'Shape metric'. Each class is summarised as the Coefficient of variation -#' of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter -#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -#' equals the perimeter if the patch would be maximally compact. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{SHAPE_CV >= 0} -#' \subsection{Behaviour}{Equals SHAPE_CV = 0 if all patches have an identical shape index. -#' Increases, without limit, as the variation of the shape index increases.} -#' -#' @seealso -#' \code{\link{lsm_p_shape}}, -#' \code{\link{cv}}, \cr -#' \code{\link{lsm_c_shape_mn}}, -#' \code{\link{lsm_c_shape_sd}}, \cr -#' \code{\link{lsm_l_shape_mn}}, -#' \code{\link{lsm_l_shape_sd}}, -#' \code{\link{lsm_l_shape_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_shape_cv(landscape) -#' -#' @aliases lsm_c_shape_cv -#' @rdname lsm_c_shape_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". -#' Wildl. Soc.Bull. 3:171-173. -#' -#' @export -lsm_c_shape_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_shape_cv_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_shape_cv_calc <- function(landscape, directions, resolution = NULL){ - - # shape index for each patch - shape <- lsm_p_shape_calc(landscape, - directions = directions, - resolution = resolution) - - # all cells are NA - if (all(is.na(shape$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "shape_cv", - value = as.double(NA))) - } - - # calculate cv - shape_cv <- stats::aggregate(x = shape[, 5], by = shape[, 2], - FUN = raster::cv, - na.rm = TRUE) - - return(tibble::tibble(level = "class", - class = as.integer(shape_cv$class), - id = as.integer(NA), - metric = "shape_cv", - value = as.double(shape_cv$value))) -} +#' SHAPE_CV (class level) +#' +#' @description Covariance of variation shape index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{SHAPE_{CV} = cv(SHAPE[patch_{ij}])} +#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. +#' +#' SHAPE_CV is a 'Shape metric'. Each class is summarised as the Coefficient of variation +#' of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter +#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter +#' equals the perimeter if the patch would be maximally compact. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{SHAPE_CV >= 0} +#' \subsection{Behaviour}{Equals SHAPE_CV = 0 if all patches have an identical shape index. +#' Increases, without limit, as the variation of the shape index increases.} +#' +#' @seealso +#' \code{\link{lsm_p_shape}}, +#' \code{\link{cv}}, \cr +#' \code{\link{lsm_c_shape_mn}}, +#' \code{\link{lsm_c_shape_sd}}, \cr +#' \code{\link{lsm_l_shape_mn}}, +#' \code{\link{lsm_l_shape_sd}}, +#' \code{\link{lsm_l_shape_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_shape_cv(landscape) +#' +#' @aliases lsm_c_shape_cv +#' @rdname lsm_c_shape_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". +#' Wildl. Soc.Bull. 3:171-173. +#' +#' @export +lsm_c_shape_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_shape_cv_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_shape_cv_calc <- function(landscape, directions, resolution = NULL){ + + # shape index for each patch + shape <- lsm_p_shape_calc(landscape, + directions = directions, + resolution = resolution) + + # all cells are NA + if (all(is.na(shape$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "shape_cv", + value = as.double(NA))) + } + + # calculate cv + shape_cv <- stats::aggregate(x = shape[, 5], by = shape[, 2], + FUN = function(x) sd(x, na.rm = TRUE) / mean(x, na.rm = TRUE) * 100) + + return(tibble::tibble(level = "class", + class = as.integer(shape_cv$class), + id = as.integer(NA), + metric = "shape_cv", + value = as.double(shape_cv$value))) +} diff --git a/R/lsm_c_te.R b/R/lsm_c_te.R index e98eebb4a..712590dfe 100644 --- a/R/lsm_c_te.R +++ b/R/lsm_c_te.R @@ -1,176 +1,176 @@ -#' TE (class level) -#' -#' @description Total (class) edge (Area and Edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param count_boundary Include landscape boundary in edge length -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{TE = \sum \limits_{k = 1}^{m} e_{ik}} -#' where \eqn{e_{ik}} is the edge lengths in meters. - -#' TE is an 'Area and edge metric'. Total (class) edge includes all edges between class i and -#' all other classes k. It measures the configuration of the landscape because a highly -#' fragmented landscape will have many edges. However, total edge is an absolute measure, -#' making comparisons among landscapes with different total areas difficult. If -#' \code{count_boundary = TRUE} also edges to the landscape boundary are included. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{TE >= 0} -#' \subsection{Behaviour}{Equals TE = 0 if all cells are edge cells. Increases, without limit, -#' as landscape becomes more fragmented} -#' -#' @seealso -#' \code{\link{lsm_p_perim}} -#' \code{\link{lsm_l_te}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_te(landscape) -#' -#' @aliases lsm_c_te -#' @rdname lsm_c_te -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_te <- function(landscape, - count_boundary = FALSE, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_te_calc, - count_boundary = count_boundary, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_te_calc <- function(landscape, count_boundary, directions, resolution = NULL) { - - # conver raster to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- raster::res(landscape) - - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "te", - value = as.double(NA))) - } - - # get resolution in x-y directions - resolution_x <- resolution[[1]] - resolution_y <- resolution[[2]] - - # get class id - classes <- get_unique_values_int(landscape, verbose = FALSE) - - if (length(classes) == 1 && !count_boundary) { - - tibble::tibble( - level = "class", - class = as.integer(classes), - id = as.integer(NA), - metric = "te", - value = as.double(0)) - - } else { - - # resolution not identical in x and y direction - if (resolution_x != resolution_y) { - - top_bottom_matrix <- matrix(c(NA, NA, NA, - 1, 0, 1, - NA, NA, NA), 3, 3, byrow = TRUE) - - left_right_matrix <- matrix(c(NA, 1, NA, - NA, 0, NA, - NA, 1, NA), 3, 3, byrow = TRUE) - } - - te_class <- lapply(X = classes, function(patches_class) { - - # get connected patches - landscape_labeled <- get_patches_int(landscape, - class = patches_class, - directions = directions)[[1]] - - # set all non-class patches, but not NAs, to -999 - edge_cells <- which(!is.na(landscape) & landscape != patches_class) - - landscape_labeled[edge_cells] <- -999 - - # add one row/column to count landscape boundary - if (count_boundary) { - landscape_labeled <- pad_raster_internal(landscape = landscape_labeled, - pad_raster_value = -999, - pad_raster_cells = 1, - global = FALSE) - - # set NA to -999 - landscape_labeled[is.na(landscape_labeled)] <- -999 - } - - # resolution identical in x and y direction - if (resolution_x == resolution_y) { - - # get adjacencies - neighbor_matrix <- rcpp_get_coocurrence_matrix_single(landscape_labeled, - directions = as.matrix(4), - single_class = -999) - - # sum of all adjacencies between patch id and non-class patches (-999) converted to edge length - edge_ik <- (sum(neighbor_matrix[2:nrow(neighbor_matrix), 1])) * resolution_x - } - - else { - - # get adjacencies - left_right_neighbours <- rcpp_get_coocurrence_matrix_single(landscape_labeled, - directions = as.matrix(left_right_matrix), - single_class = -999) - - # sum of all adjacencies between patch id and non-class patches (-999) converted to edge length - edge_ik_left_right <- sum(left_right_neighbours[2:nrow(left_right_neighbours), 1]) * resolution_x - - # get adjacencies - top_bottom_neighbours <- rcpp_get_coocurrence_matrix_single(landscape_labeled, - directions = as.matrix(top_bottom_matrix), - single_class = -999) - - # sum of all adjacencies between patch id and non-class patches (-999) converted to edge length - edge_ik_top_bottom <- sum(top_bottom_neighbours[2:nrow(top_bottom_neighbours), 1]) * resolution_y - - # add edge length in x- and y-direction - edge_ik <- edge_ik_left_right + edge_ik_top_bottom - } - - tibble::tibble( - level = "class", - class = as.integer(patches_class), - id = as.integer(NA), - metric = "te", - value = as.double(edge_ik)) - }) - - do.call("rbind", te_class) - } -} +#' TE (class level) +#' +#' @description Total (class) edge (Area and Edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param count_boundary Include landscape boundary in edge length +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{TE = \sum \limits_{k = 1}^{m} e_{ik}} +#' where \eqn{e_{ik}} is the edge lengths in meters. + +#' TE is an 'Area and edge metric'. Total (class) edge includes all edges between class i and +#' all other classes k. It measures the configuration of the landscape because a highly +#' fragmented landscape will have many edges. However, total edge is an absolute measure, +#' making comparisons among landscapes with different total areas difficult. If +#' \code{count_boundary = TRUE} also edges to the landscape boundary are included. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{TE >= 0} +#' \subsection{Behaviour}{Equals TE = 0 if all cells are edge cells. Increases, without limit, +#' as landscape becomes more fragmented} +#' +#' @seealso +#' \code{\link{lsm_p_perim}} +#' \code{\link{lsm_l_te}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_te(landscape) +#' +#' @aliases lsm_c_te +#' @rdname lsm_c_te +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_te <- function(landscape, + count_boundary = FALSE, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_te_calc, + count_boundary = count_boundary, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_te_calc <- function(landscape, count_boundary, directions, resolution = NULL) { + + # conver raster to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "te", + value = as.double(NA))) + } + + # get resolution in x-y directions + resolution_x <- resolution[[1]] + resolution_y <- resolution[[2]] + + # get class id + classes <- get_unique_values_int(landscape, verbose = FALSE) + + if (length(classes) == 1 && !count_boundary) { + + tibble::tibble( + level = "class", + class = as.integer(classes), + id = as.integer(NA), + metric = "te", + value = as.double(0)) + + } else { + + # resolution not identical in x and y direction + if (resolution_x != resolution_y) { + + top_bottom_matrix <- matrix(c(NA, NA, NA, + 1, 0, 1, + NA, NA, NA), 3, 3, byrow = TRUE) + + left_right_matrix <- matrix(c(NA, 1, NA, + NA, 0, NA, + NA, 1, NA), 3, 3, byrow = TRUE) + } + + te_class <- lapply(X = classes, function(patches_class) { + + # get connected patches + landscape_labeled <- get_patches_int(landscape, + class = patches_class, + directions = directions)[[1]] + + # set all non-class patches, but not NAs, to -999 + edge_cells <- which(!is.na(landscape) & landscape != patches_class) + + landscape_labeled[edge_cells] <- -999 + + # add one row/column to count landscape boundary + if (count_boundary) { + landscape_labeled <- pad_raster_internal(landscape = landscape_labeled, + pad_raster_value = -999, + pad_raster_cells = 1, + global = FALSE) + + # set NA to -999 + landscape_labeled[is.na(landscape_labeled)] <- -999 + } + + # resolution identical in x and y direction + if (resolution_x == resolution_y) { + + # get adjacencies + neighbor_matrix <- rcpp_get_coocurrence_matrix_single(landscape_labeled, + directions = as.matrix(4), + single_class = -999) + + # sum of all adjacencies between patch id and non-class patches (-999) converted to edge length + edge_ik <- (sum(neighbor_matrix[2:nrow(neighbor_matrix), 1])) * resolution_x + } + + else { + + # get adjacencies + left_right_neighbours <- rcpp_get_coocurrence_matrix_single(landscape_labeled, + directions = as.matrix(left_right_matrix), + single_class = -999) + + # sum of all adjacencies between patch id and non-class patches (-999) converted to edge length + edge_ik_left_right <- sum(left_right_neighbours[2:nrow(left_right_neighbours), 1]) * resolution_x + + # get adjacencies + top_bottom_neighbours <- rcpp_get_coocurrence_matrix_single(landscape_labeled, + directions = as.matrix(top_bottom_matrix), + single_class = -999) + + # sum of all adjacencies between patch id and non-class patches (-999) converted to edge length + edge_ik_top_bottom <- sum(top_bottom_neighbours[2:nrow(top_bottom_neighbours), 1]) * resolution_y + + # add edge length in x- and y-direction + edge_ik <- edge_ik_left_right + edge_ik_top_bottom + } + + tibble::tibble( + level = "class", + class = as.integer(patches_class), + id = as.integer(NA), + metric = "te", + value = as.double(edge_ik)) + }) + + do.call("rbind", te_class) + } +} diff --git a/R/lsm_l_ai.R b/R/lsm_l_ai.R index 27e378909..d60358799 100644 --- a/R/lsm_l_ai.R +++ b/R/lsm_l_ai.R @@ -1,93 +1,93 @@ -#' AI (landscape level) -#' -#' @description Aggregation index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers -#' -#' @details -#' \deqn{AI = \Bigg[\sum\limits_{i=1}^m \Big( \frac{g_{ii}}{max-g_{ii}} \Big) P_{i} \Bigg](100) } -#' -#' where \eqn{g_{ii}} is the number of like adjacencies based on the single-count method and -#' \eqn{max-g_{ii}} is the classwise maximum number of like adjacencies of class i and \eqn{P_{i}} -#' the proportion of landscape compromised of class i. -#' -#' AI is an 'Aggregation metric'. It equals the number of like adjacencies divided -#' by the theoretical maximum possible number of like adjacencies for that class summed over each -#' class for the entire landscape. -#' The metric is based on he adjacency matrix and the single-count method. -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{0 <= AI <= 100} -#' \subsection{Behaviour}{Equals 0 for maximally disaggregated and 100 -#' for maximally aggregated classes.} -#' -#' @return tibble -#' @seealso -#' \code{\link{lsm_c_ai}} -#' -#' @examples -#' lsm_l_ai(landscape) -#' -#' @aliases lsm_l_ai -#' @rdname lsm_l_ai -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' He, H. S., DeZonia, B. E., & Mladenoff, D. J. 2000. An aggregation index (AI) -#' to quantify spatial patterns of landscapes. Landscape ecology, 15(7), 591-601. -#' -#' @export -lsm_l_ai <- function(landscape) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_ai_calc) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_ai_calc <- function(landscape, resolution = NULL) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- raster::res(landscape) - - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "ai", - value = as.double(NA))) - } - - # get aggregation index for each class - ai <- lsm_c_ai_calc(landscape) - - # get proportional class area - pland <- lsm_c_pland_calc(landscape, - directions = 8, - resolution = resolution) - - # final AI index - result <- sum(ai$value * (pland$value / 100), na.rm = TRUE) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "ai", - value = as.double(result))) -} - +#' AI (landscape level) +#' +#' @description Aggregation index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' +#' @details +#' \deqn{AI = \Bigg[\sum\limits_{i=1}^m \Big( \frac{g_{ii}}{max-g_{ii}} \Big) P_{i} \Bigg](100) } +#' +#' where \eqn{g_{ii}} is the number of like adjacencies based on the single-count method and +#' \eqn{max-g_{ii}} is the classwise maximum number of like adjacencies of class i and \eqn{P_{i}} +#' the proportion of landscape compromised of class i. +#' +#' AI is an 'Aggregation metric'. It equals the number of like adjacencies divided +#' by the theoretical maximum possible number of like adjacencies for that class summed over each +#' class for the entire landscape. +#' The metric is based on he adjacency matrix and the single-count method. +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{0 <= AI <= 100} +#' \subsection{Behaviour}{Equals 0 for maximally disaggregated and 100 +#' for maximally aggregated classes.} +#' +#' @return tibble +#' @seealso +#' \code{\link{lsm_c_ai}} +#' +#' @examples +#' lsm_l_ai(landscape) +#' +#' @aliases lsm_l_ai +#' @rdname lsm_l_ai +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' He, H. S., DeZonia, B. E., & Mladenoff, D. J. 2000. An aggregation index (AI) +#' to quantify spatial patterns of landscapes. Landscape ecology, 15(7), 591-601. +#' +#' @export +lsm_l_ai <- function(landscape) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_ai_calc) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_ai_calc <- function(landscape, resolution = NULL) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "ai", + value = as.double(NA))) + } + + # get aggregation index for each class + ai <- lsm_c_ai_calc(landscape) + + # get proportional class area + pland <- lsm_c_pland_calc(landscape, + directions = 8, + resolution = resolution) + + # final AI index + result <- sum(ai$value * (pland$value / 100), na.rm = TRUE) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "ai", + value = as.double(result))) +} + diff --git a/R/lsm_l_area_cv.R b/R/lsm_l_area_cv.R index 7175b817f..1ba6dc72f 100644 --- a/R/lsm_l_area_cv.R +++ b/R/lsm_l_area_cv.R @@ -1,85 +1,85 @@ -#' AREA_CV (landscape level) -#' -#' @description Coefficient of variation of patch area (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{AREA_{CV} = cv(AREA[patch_{ij}])} -#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. -#' -#' AREA_CV is an 'Area and Edge metric'. The metric summarises the landscape -#' as the Coefficient of variation of all patches in the landscape. -#' The metric describes the differences among patches in the landscape and is -#' easily comparable because it is scaled to the mean. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{AREA_CV >= 0} -#' \subsection{Behaviour}{Equals AREA_CV = 0 if all patches are identical in size. -#' Increases, without limit, as the variation of patch areas increases.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{cv}}, \cr -#' \code{\link{lsm_c_area_mn}}, -#' \code{\link{lsm_c_area_sd}}, -#' \code{\link{lsm_c_area_cv}}, \cr -#' \code{\link{lsm_l_area_mn}}, -#' \code{\link{lsm_l_area_sd}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_area_cv(landscape) -#' -#' @aliases lsm_l_area_cv -#' @rdname lsm_l_area_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_area_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_area_cv_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_area_cv_calc <- function(landscape, directions, resolution = NULL){ - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(area_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "area_cv", - value = as.double(NA))) - } - - # calculate cv - area_cv <- raster::cv(area_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "area_cv", - value = as.double(area_cv))) -} +#' AREA_CV (landscape level) +#' +#' @description Coefficient of variation of patch area (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{AREA_{CV} = cv(AREA[patch_{ij}])} +#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. +#' +#' AREA_CV is an 'Area and Edge metric'. The metric summarises the landscape +#' as the Coefficient of variation of all patches in the landscape. +#' The metric describes the differences among patches in the landscape and is +#' easily comparable because it is scaled to the mean. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{AREA_CV >= 0} +#' \subsection{Behaviour}{Equals AREA_CV = 0 if all patches are identical in size. +#' Increases, without limit, as the variation of patch areas increases.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{cv}}, \cr +#' \code{\link{lsm_c_area_mn}}, +#' \code{\link{lsm_c_area_sd}}, +#' \code{\link{lsm_c_area_cv}}, \cr +#' \code{\link{lsm_l_area_mn}}, +#' \code{\link{lsm_l_area_sd}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_area_cv(landscape) +#' +#' @aliases lsm_l_area_cv +#' @rdname lsm_l_area_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_area_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_area_cv_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_area_cv_calc <- function(landscape, directions, resolution = NULL){ + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(area_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "area_cv", + value = as.double(NA))) + } + + # calculate cv + area_cv <- sd(area_patch$value) / mean(area_patch$value) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "area_cv", + value = as.double(area_cv))) +} diff --git a/R/lsm_l_cai_cv.R b/R/lsm_l_cai_cv.R index 7b94a0fc6..4c0ceb496 100644 --- a/R/lsm_l_cai_cv.R +++ b/R/lsm_l_cai_cv.R @@ -1,99 +1,99 @@ -#' CAI_CV (landscape level) -#' -#' @description Coefficient of variation of core area index (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CAI_{CV} = cv(CAI[patch_{ij}]} -#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. -#' -#' CAI_CV is a 'Core area metric'. The metric summarises the landscape -#' as the Coefficient of variation of the core area index of all patches -#' in the landscape. The core area index is the percentage of core area -#' in relation to patch area. A cell is defined as core area if the cell has -#' no neighbour with a different value than itself (rook's case). The metric -#' describes the differences among all patches in the landscape. Because it is -#' scaled to the mean, it is easily comparable. -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{CAI_CV >= 0} -#' \subsection{Behaviour}{Equals CAI_CV = 0 if the core area index is identical for -#' all patches. Increases, without limit, as the variation of the core area -#' indices increases.} -#' -#' @seealso -#' \code{\link{lsm_p_cai}}, -#' \code{\link{cv}}, \cr -#' \code{\link{lsm_c_cai_mn}}, -#' \code{\link{lsm_c_cai_sd}}, -#' \code{\link{lsm_c_cai_cv}}, \cr -#' \code{\link{lsm_l_cai_mn}}, -#' \code{\link{lsm_l_cai_sd}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_cai_cv(landscape) -#' -#' @aliases lsm_l_cai_cv -#' @rdname lsm_l_cai_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_cai_cv <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_cai_cv_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_cai_cv_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ - - cai_patch <- lsm_p_cai_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # all values NA - if (all(is.na(cai_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "cai_cv", - value = as.double(NA))) - } - - cai_cv <- raster::cv(cai_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "cai_cv", - value = as.double(cai_cv))) -} +#' CAI_CV (landscape level) +#' +#' @description Coefficient of variation of core area index (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CAI_{CV} = cv(CAI[patch_{ij}]} +#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. +#' +#' CAI_CV is a 'Core area metric'. The metric summarises the landscape +#' as the Coefficient of variation of the core area index of all patches +#' in the landscape. The core area index is the percentage of core area +#' in relation to patch area. A cell is defined as core area if the cell has +#' no neighbour with a different value than itself (rook's case). The metric +#' describes the differences among all patches in the landscape. Because it is +#' scaled to the mean, it is easily comparable. +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{CAI_CV >= 0} +#' \subsection{Behaviour}{Equals CAI_CV = 0 if the core area index is identical for +#' all patches. Increases, without limit, as the variation of the core area +#' indices increases.} +#' +#' @seealso +#' \code{\link{lsm_p_cai}}, +#' \code{\link{cv}}, \cr +#' \code{\link{lsm_c_cai_mn}}, +#' \code{\link{lsm_c_cai_sd}}, +#' \code{\link{lsm_c_cai_cv}}, \cr +#' \code{\link{lsm_l_cai_mn}}, +#' \code{\link{lsm_l_cai_sd}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_cai_cv(landscape) +#' +#' @aliases lsm_l_cai_cv +#' @rdname lsm_l_cai_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_cai_cv <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_cai_cv_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_cai_cv_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ + + cai_patch <- lsm_p_cai_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # all values NA + if (all(is.na(cai_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "cai_cv", + value = as.double(NA))) + } + + cai_cv <- sd(cai_patch$value) / mean(cai_patch$value) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "cai_cv", + value = as.double(cai_cv))) +} diff --git a/R/lsm_l_circle_cv.R b/R/lsm_l_circle_cv.R index beea372c1..c0217b30c 100644 --- a/R/lsm_l_circle_cv.R +++ b/R/lsm_l_circle_cv.R @@ -1,92 +1,92 @@ -#' CIRCLE_CV (landscape level) -#' -#' @description Coefficient of variation of related circumscribing circle (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CIRCLE_{CV} = cv(CIRCLE[patch_{ij}])} -#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. -#' -#' CIRCLE_CV is a 'Shape metric' and summarises the landscape as the Coefficient of variation -#' of the related circumscribing circle of all patches in the landscape. CIRCLE describes -#' the ratio between the patch area and the smallest circumscribing circle of the patch -#' and characterises the compactness of the patch. CIRCLE_CV describes the differences among -#' all patches in the landscape. Because it is scaled to the mean, it is easily comparable. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{CIRCLE_CV >= 0} -#' \subsection{Behaviour}{Equals CIRCLE_CV if the related circumscribing circle is identical -#' for all patches. Increases, without limit, as the variation of related circumscribing -#' circles increases.} -#' -#' @seealso -#' \code{\link{lsm_p_circle}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_circle_mn}}, -#' \code{\link{lsm_c_circle_sd}}, -#' \code{\link{lsm_c_circle_cv}}, \cr -#' \code{\link{lsm_l_circle_mn}}, -#' \code{\link{lsm_l_circle_sd}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_circle_cv(landscape) -#' -#' @aliases lsm_l_circle_cv -#' @rdname lsm_l_circle_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of -#' landscape structure using the GRASS geographical information system. -#' Landscape Ecology 7: 291-302. -#' -#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). -#' -#' @export -lsm_l_circle_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_circle_cv_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_circle_cv_calc <- function(landscape, directions, resolution = NULL) { - - circle_patch <- lsm_p_circle_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(circle_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "circle_cv", - value = as.double(NA))) - } - - circle_cv <- raster::cv(circle_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "circle_cv", - value = as.double(circle_cv))) -} - +#' CIRCLE_CV (landscape level) +#' +#' @description Coefficient of variation of related circumscribing circle (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CIRCLE_{CV} = cv(CIRCLE[patch_{ij}])} +#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. +#' +#' CIRCLE_CV is a 'Shape metric' and summarises the landscape as the Coefficient of variation +#' of the related circumscribing circle of all patches in the landscape. CIRCLE describes +#' the ratio between the patch area and the smallest circumscribing circle of the patch +#' and characterises the compactness of the patch. CIRCLE_CV describes the differences among +#' all patches in the landscape. Because it is scaled to the mean, it is easily comparable. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{CIRCLE_CV >= 0} +#' \subsection{Behaviour}{Equals CIRCLE_CV if the related circumscribing circle is identical +#' for all patches. Increases, without limit, as the variation of related circumscribing +#' circles increases.} +#' +#' @seealso +#' \code{\link{lsm_p_circle}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_circle_mn}}, +#' \code{\link{lsm_c_circle_sd}}, +#' \code{\link{lsm_c_circle_cv}}, \cr +#' \code{\link{lsm_l_circle_mn}}, +#' \code{\link{lsm_l_circle_sd}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_circle_cv(landscape) +#' +#' @aliases lsm_l_circle_cv +#' @rdname lsm_l_circle_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of +#' landscape structure using the GRASS geographical information system. +#' Landscape Ecology 7: 291-302. +#' +#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). +#' +#' @export +lsm_l_circle_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_circle_cv_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_circle_cv_calc <- function(landscape, directions, resolution = NULL) { + + circle_patch <- lsm_p_circle_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(circle_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "circle_cv", + value = as.double(NA))) + } + + circle_cv <- sd(circle_patch$value) / mean(circle_patch$value) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "circle_cv", + value = as.double(circle_cv))) +} + diff --git a/R/lsm_l_cohesion.R b/R/lsm_l_cohesion.R index 3b42b18ee..768c4b4e2 100644 --- a/R/lsm_l_cohesion.R +++ b/R/lsm_l_cohesion.R @@ -1,102 +1,102 @@ -#' COHESION (landscape level) -#' -#' @description Patch Cohesion Index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{COHESION = 1 - (\frac{\sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} p_{ij}} {\sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} p_{ij} \sqrt{a_{ij}}}) * (1 - \frac{1} {\sqrt{Z}}) ^ {-1} * 100} -#' where \eqn{p_{ij}} is the perimeter in meters, \eqn{a_{ij}} is the area in square -#' meters and \eqn{Z} is the number of cells. -#' -#' COHESION is an 'Aggregation metric'. -#' -#' \subsection{Units}{Percent} -#' \subsection{Ranges}{Unknown} -#' \subsection{Behaviour}{Unknown} -#' -#' @seealso -#' \code{\link{lsm_p_perim}}, -#' \code{\link{lsm_p_area}}, \cr -#' \code{\link{lsm_l_cohesion}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_cohesion(landscape) -#' -#' @aliases lsm_l_cohesion -#' @rdname lsm_l_cohesion -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Schumaker, N. H. 1996. Using landscape indices to predict habitat -#' connectivity. Ecology, 77(4), 1210-1225. -#' -#' @export -lsm_l_cohesion <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_cohesion_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_cohesion_calc <- function(landscape, directions, resolution = NULL) { - - # convert to raster to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- raster::res(landscape) - - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "cohesion", - value = as.double(NA))) - } - - # get number of cells - ncells_landscape <- length(landscape[!is.na(landscape)]) - - # get number of cells in each patch: area = n_cells * res / 10000 - ncells_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - ncells_patch$value <- ncells_patch$value * 10000 / prod(resolution) - - # get perim for each patch - perim_patch <- lsm_p_perim_calc(landscape, - directions = directions, - resolution = resolution) - - # denominator for cohesion (perim / n_cells) for landscape - denominator <- sum(perim_patch$value * sqrt(ncells_patch$value)) - - # calcualte cohesion - cohesion <- (1 - (sum(perim_patch$value) / denominator)) * - ((1 - (1 / sqrt(ncells_landscape))) ^ -1) * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "cohesion", - value = as.double(cohesion))) -} +#' COHESION (landscape level) +#' +#' @description Patch Cohesion Index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{COHESION = 1 - (\frac{\sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} p_{ij}} {\sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} p_{ij} \sqrt{a_{ij}}}) * (1 - \frac{1} {\sqrt{Z}}) ^ {-1} * 100} +#' where \eqn{p_{ij}} is the perimeter in meters, \eqn{a_{ij}} is the area in square +#' meters and \eqn{Z} is the number of cells. +#' +#' COHESION is an 'Aggregation metric'. +#' +#' \subsection{Units}{Percent} +#' \subsection{Ranges}{Unknown} +#' \subsection{Behaviour}{Unknown} +#' +#' @seealso +#' \code{\link{lsm_p_perim}}, +#' \code{\link{lsm_p_area}}, \cr +#' \code{\link{lsm_l_cohesion}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_cohesion(landscape) +#' +#' @aliases lsm_l_cohesion +#' @rdname lsm_l_cohesion +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Schumaker, N. H. 1996. Using landscape indices to predict habitat +#' connectivity. Ecology, 77(4), 1210-1225. +#' +#' @export +lsm_l_cohesion <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_cohesion_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_cohesion_calc <- function(landscape, directions, resolution = NULL) { + + # convert to raster to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "cohesion", + value = as.double(NA))) + } + + # get number of cells + ncells_landscape <- length(landscape[!is.na(landscape)]) + + # get number of cells in each patch: area = n_cells * res / 10000 + ncells_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + ncells_patch$value <- ncells_patch$value * 10000 / prod(resolution) + + # get perim for each patch + perim_patch <- lsm_p_perim_calc(landscape, + directions = directions, + resolution = resolution) + + # denominator for cohesion (perim / n_cells) for landscape + denominator <- sum(perim_patch$value * sqrt(ncells_patch$value)) + + # calcualte cohesion + cohesion <- (1 - (sum(perim_patch$value) / denominator)) * + ((1 - (1 / sqrt(ncells_landscape))) ^ -1) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "cohesion", + value = as.double(cohesion))) +} diff --git a/R/lsm_l_condent.R b/R/lsm_l_condent.R index 36261cb6b..9e5b0afcc 100644 --- a/R/lsm_l_condent.R +++ b/R/lsm_l_condent.R @@ -1,93 +1,93 @@ -#' Conditional entropy (landscape level) -#' -#' @description Conditional entropy \\[H(y|x)\\] -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: -#' 4 (rook's case) or 8 (queen's case). The default is 4. -#' @param ordered The type of pairs considered. -#' Either ordered (TRUE) or unordered (FALSE). -#' The default is TRUE. -#' @param base The unit in which entropy is measured. -#' The default is "log2", which compute entropy in "bits". -#' "log" and "log10" can be also used. -#' -#' @details -#' Complexity of a landscape pattern configuration. -#' It measures a only a geometric intricacy (configurational complexity) -#' of a landscape pattern. -#' -#' @seealso -#' \code{\link{lsm_l_ent}}, -#' \code{\link{lsm_l_mutinf}}, -#' \code{\link{lsm_l_joinent}}, -#' \code{\link{lsm_l_relmutinf}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_condent(landscape) -#' -#' @aliases lsm_l_condent -#' @rdname lsm_l_condent -#' -#' @references -#' Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework -#' for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x -#' -#' @export -lsm_l_condent <- function(landscape, - neighbourhood = 4, - ordered = TRUE, - base = "log2") { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_condent_calc, - neighbourhood = neighbourhood, - ordered = ordered, - base = base) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_condent_calc <- function(landscape, neighbourhood, ordered, base){ - - # convert to raster to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "condent", - value = as.double(NA))) - } - - com <- rcpp_get_coocurrence_matrix(landscape, - directions = as.matrix(neighbourhood)) - com_c <- colSums(com) - - coh <- rcpp_get_coocurrence_vector(landscape, - directions = as.matrix(neighbourhood), - ordered = ordered) - - comp <- rcpp_get_entropy(com_c, base) - cplx <- rcpp_get_entropy(coh, base) - - conf <- cplx - comp - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "condent", - value = as.double(conf))) -} +#' Conditional entropy (landscape level) +#' +#' @description Conditional entropy \\[H(y|x)\\] +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: +#' 4 (rook's case) or 8 (queen's case). The default is 4. +#' @param ordered The type of pairs considered. +#' Either ordered (TRUE) or unordered (FALSE). +#' The default is TRUE. +#' @param base The unit in which entropy is measured. +#' The default is "log2", which compute entropy in "bits". +#' "log" and "log10" can be also used. +#' +#' @details +#' Complexity of a landscape pattern configuration. +#' It measures a only a geometric intricacy (configurational complexity) +#' of a landscape pattern. +#' +#' @seealso +#' \code{\link{lsm_l_ent}}, +#' \code{\link{lsm_l_mutinf}}, +#' \code{\link{lsm_l_joinent}}, +#' \code{\link{lsm_l_relmutinf}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_condent(landscape) +#' +#' @aliases lsm_l_condent +#' @rdname lsm_l_condent +#' +#' @references +#' Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework +#' for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x +#' +#' @export +lsm_l_condent <- function(landscape, + neighbourhood = 4, + ordered = TRUE, + base = "log2") { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_condent_calc, + neighbourhood = neighbourhood, + ordered = ordered, + base = base) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_condent_calc <- function(landscape, neighbourhood, ordered, base){ + + # convert to raster to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "condent", + value = as.double(NA))) + } + + com <- rcpp_get_coocurrence_matrix(landscape, + directions = as.matrix(neighbourhood)) + com_c <- colSums(com) + + coh <- rcpp_get_coocurrence_vector(landscape, + directions = as.matrix(neighbourhood), + ordered = ordered) + + comp <- rcpp_get_entropy(com_c, base) + cplx <- rcpp_get_entropy(coh, base) + + conf <- cplx - comp + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "condent", + value = as.double(conf))) +} diff --git a/R/lsm_l_contag.R b/R/lsm_l_contag.R index 908fba1a9..80ae08147 100644 --- a/R/lsm_l_contag.R +++ b/R/lsm_l_contag.R @@ -1,109 +1,109 @@ -#' CONTAG (landscape level) -#' -#' @description Contagion (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param verbose Print warning message if not sufficient patches are present -#' -#' @details -#' \deqn{CONTAG = 1 + \frac{\sum \limits_{q = 1}^{n_{a}} p_{q} ln(p_{q})}{2ln(t)}} -#' -#' where \eqn{p_{q}} the adjacency table for all classes divided by the sum of that table and -#' \eqn{t} the number of classes in the landscape. -#' -#' CONTAG is an 'Aggregation metric'. It is based on cell adjacencies and describes -#' the probability of two random cells belonging to the same class. \eqn{p_{q}} is -#' the cell adjacency table, where the order is preserved and pairs of adjacent cells -#' are counted twice. Contagion is affected by both the dispersion and interspersion -#' of classes. E.g., low class dispersion (= high proportion of like adjacencies) and -#' low interspersion (= uneven distribution of pairwise adjacencies) lead to a high -#' contagion value. -#' -#' The number of classes to calculate CONTAG must be >= than 2. -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{0 < Contag <=100} -#' \subsection{Behaviour}{Approaches CONTAG = 0 if all cells are unevenly distributed -#' and 100 indicates that all cells are equally adjacent to all other classes.} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_contag(landscape) -#' -#' @aliases lsm_l_contag -#' @rdname lsm_l_contag -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Riitters, K.H., O’Neill, R.V., Wickham, J.D. & Jones, K.B. (1996). A note on -#' contagion indices for landscape analysis. Landscape ecology, 11, 197–202. -#' -#' @export -lsm_l_contag <- function(landscape, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_contag_calc, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_contag_calc <- function(landscape, verbose) { - - # convert to raster to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "contag", - value = as.double(NA))) - } - - t <- length(get_unique_values_int(landscape, verbose = FALSE)) - - if (t < 2) { - if (verbose) { - warning("Number of classes must be >= 2: CONTAG = NA.", - call. = FALSE) - } - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "contag", - value = as.double(NA))) - } else { - - adjacencies <- rcpp_get_coocurrence_matrix(landscape, - as.matrix(4)) - - esum <- sum(adjacencies / sum(adjacencies) * - log(adjacencies / sum(adjacencies)), na.rm = TRUE) - - emax <- 2 * log(t) - - contag <- (1 + esum / emax) * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "contag", - value = as.double(contag))) - } -} +#' CONTAG (landscape level) +#' +#' @description Contagion (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param verbose Print warning message if not sufficient patches are present +#' +#' @details +#' \deqn{CONTAG = 1 + \frac{\sum \limits_{q = 1}^{n_{a}} p_{q} ln(p_{q})}{2ln(t)}} +#' +#' where \eqn{p_{q}} the adjacency table for all classes divided by the sum of that table and +#' \eqn{t} the number of classes in the landscape. +#' +#' CONTAG is an 'Aggregation metric'. It is based on cell adjacencies and describes +#' the probability of two random cells belonging to the same class. \eqn{p_{q}} is +#' the cell adjacency table, where the order is preserved and pairs of adjacent cells +#' are counted twice. Contagion is affected by both the dispersion and interspersion +#' of classes. E.g., low class dispersion (= high proportion of like adjacencies) and +#' low interspersion (= uneven distribution of pairwise adjacencies) lead to a high +#' contagion value. +#' +#' The number of classes to calculate CONTAG must be >= than 2. +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{0 < Contag <=100} +#' \subsection{Behaviour}{Approaches CONTAG = 0 if all cells are unevenly distributed +#' and 100 indicates that all cells are equally adjacent to all other classes.} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_contag(landscape) +#' +#' @aliases lsm_l_contag +#' @rdname lsm_l_contag +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Riitters, K.H., O’Neill, R.V., Wickham, J.D. & Jones, K.B. (1996). A note on +#' contagion indices for landscape analysis. Landscape ecology, 11, 197–202. +#' +#' @export +lsm_l_contag <- function(landscape, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_contag_calc, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_contag_calc <- function(landscape, verbose) { + + # convert to raster to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "contag", + value = as.double(NA))) + } + + t <- length(get_unique_values_int(landscape, verbose = FALSE)) + + if (t < 2) { + if (verbose) { + warning("Number of classes must be >= 2: CONTAG = NA.", + call. = FALSE) + } + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "contag", + value = as.double(NA))) + } else { + + adjacencies <- rcpp_get_coocurrence_matrix(landscape, + as.matrix(4)) + + esum <- sum(adjacencies / sum(adjacencies) * + log(adjacencies / sum(adjacencies)), na.rm = TRUE) + + emax <- 2 * log(t) + + contag <- (1 + esum / emax) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "contag", + value = as.double(contag))) + } +} diff --git a/R/lsm_l_contig_cv.R b/R/lsm_l_contig_cv.R index e1547e4c2..2c427f0b7 100644 --- a/R/lsm_l_contig_cv.R +++ b/R/lsm_l_contig_cv.R @@ -1,95 +1,95 @@ -#' CONTIG_CV (landscape level) -#' -#' @description Coefficient of variation of Contiguity index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CONTIG_{CV} = cv(CONTIG[patch_{ij}])} -#' -#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. -#' -#' CONTIG_CV is a 'Shape metric'. It summarises the landscape as the coefficient of variation of all patches -#' in the landscape. CONTIG_CV asses the spatial connectedness (contiguity) of -#' cells in patches. The metric coerces patch values to a value of 1 and the background -#' to NA. A nine cell focal filter matrix: -#' -#' ``` -#' filter_matrix <- matrix(c(1, 2, 1, -#' 2, 1, 2, -#' 1, 2, 1), 3, 3, byrow = T) -#' ``` -#' ... is then used to weight orthogonally contiguous pixels more heavily than -#' diagonally contiguous pixels. Therefore, larger and more connections between -#' patch cells in the rookie case result in larger contiguity index values. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{CONTIG_CV >= 0} -#' \subsection{Behaviour}{CONTIG_CV = 0 if the contiguity index is -#' identical for all patches. Increases, without limit, as the variation of -#' CONTIG increases.} -#' -#' @seealso -#' \code{\link{lsm_p_contig}}, -#' \code{\link{lsm_c_contig_sd}}, -#' \code{\link{lsm_c_contig_cv}}, -#' \code{\link{lsm_c_contig_mn}}, \cr -#' \code{\link{lsm_l_contig_sd}}, -#' \code{\link{lsm_l_contig_mn}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_contig_cv(landscape) -#' -#' @aliases lsm_l_contig_cv -#' @rdname lsm_l_contig_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. -#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 -#' -#' @export -lsm_l_contig_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_contig_cv_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_contig_cv_calc <- function(landscape, directions) { - - contig_patch <- lsm_p_contig_calc(landscape, - directions = directions) - - # all values NA - if (all(is.na(contig_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "contig_cv", - value = as.double(NA))) - } - - contig_cv <- raster::cv(contig_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "contig_cv", - value = as.double(contig_cv))) -} +#' CONTIG_CV (landscape level) +#' +#' @description Coefficient of variation of Contiguity index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CONTIG_{CV} = cv(CONTIG[patch_{ij}])} +#' +#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. +#' +#' CONTIG_CV is a 'Shape metric'. It summarises the landscape as the coefficient of variation of all patches +#' in the landscape. CONTIG_CV asses the spatial connectedness (contiguity) of +#' cells in patches. The metric coerces patch values to a value of 1 and the background +#' to NA. A nine cell focal filter matrix: +#' +#' ``` +#' filter_matrix <- matrix(c(1, 2, 1, +#' 2, 1, 2, +#' 1, 2, 1), 3, 3, byrow = T) +#' ``` +#' ... is then used to weight orthogonally contiguous pixels more heavily than +#' diagonally contiguous pixels. Therefore, larger and more connections between +#' patch cells in the rookie case result in larger contiguity index values. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{CONTIG_CV >= 0} +#' \subsection{Behaviour}{CONTIG_CV = 0 if the contiguity index is +#' identical for all patches. Increases, without limit, as the variation of +#' CONTIG increases.} +#' +#' @seealso +#' \code{\link{lsm_p_contig}}, +#' \code{\link{lsm_c_contig_sd}}, +#' \code{\link{lsm_c_contig_cv}}, +#' \code{\link{lsm_c_contig_mn}}, \cr +#' \code{\link{lsm_l_contig_sd}}, +#' \code{\link{lsm_l_contig_mn}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_contig_cv(landscape) +#' +#' @aliases lsm_l_contig_cv +#' @rdname lsm_l_contig_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. +#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 +#' +#' @export +lsm_l_contig_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_contig_cv_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_contig_cv_calc <- function(landscape, directions) { + + contig_patch <- lsm_p_contig_calc(landscape, + directions = directions) + + # all values NA + if (all(is.na(contig_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "contig_cv", + value = as.double(NA))) + } + + contig_cv <- sd(contig_patch$value) / mean(contig_patch$value) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "contig_cv", + value = as.double(contig_cv))) +} diff --git a/R/lsm_l_core_cv.R b/R/lsm_l_core_cv.R index 560eb80c5..1e26c0bc5 100644 --- a/R/lsm_l_core_cv.R +++ b/R/lsm_l_core_cv.R @@ -1,96 +1,96 @@ -#' CORE_CV (landscape level) -#' -#' @description Coefficient of variation of core area (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CORE_{CV} = cv(CORE[patch_{ij}])} -#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. -#' -#' CORE_CV is a 'Core area metric'. It equals the Coefficient of variation of the core area -#' of each patch in the landscape. The core area is defined as all cells that have no -#' neighbour with a different value than themselves (rook's case). The metric describes the -#' differences among all patches in the landscape and is easily comparable -#' because it is scaled to the mean. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{CORE_CV >= 0} -#' \subsection{Behaviour}{Equals CORE_CV = 0 if all patches have the same core area. -#' Increases, without limit, as the variation of patch core areas increases.} -#' -#' @seealso -#' \code{\link{lsm_p_core}}, -#' \code{\link{cv}}, \cr -#' \code{\link{lsm_c_core_mn}}, -#' \code{\link{lsm_c_core_sd}}, -#' \code{\link{lsm_c_core_cv}}, \cr -#' \code{\link{lsm_l_core_mn}}, -#' \code{\link{lsm_l_core_sd}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_core_cv(landscape) -#' -#' @aliases lsm_l_core_cv -#' @rdname lsm_l_core_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_core_cv <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_core_cv_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_core_cv_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ - - core_patch <- lsm_p_core_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # all values NA - if (all(is.na(core_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "core_cv", - value = as.double(NA))) - } - - core_cv <- raster::cv(core_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "core_cv", - value = as.double(core_cv))) -} +#' CORE_CV (landscape level) +#' +#' @description Coefficient of variation of core area (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CORE_{CV} = cv(CORE[patch_{ij}])} +#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. +#' +#' CORE_CV is a 'Core area metric'. It equals the Coefficient of variation of the core area +#' of each patch in the landscape. The core area is defined as all cells that have no +#' neighbour with a different value than themselves (rook's case). The metric describes the +#' differences among all patches in the landscape and is easily comparable +#' because it is scaled to the mean. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{CORE_CV >= 0} +#' \subsection{Behaviour}{Equals CORE_CV = 0 if all patches have the same core area. +#' Increases, without limit, as the variation of patch core areas increases.} +#' +#' @seealso +#' \code{\link{lsm_p_core}}, +#' \code{\link{cv}}, \cr +#' \code{\link{lsm_c_core_mn}}, +#' \code{\link{lsm_c_core_sd}}, +#' \code{\link{lsm_c_core_cv}}, \cr +#' \code{\link{lsm_l_core_mn}}, +#' \code{\link{lsm_l_core_sd}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_core_cv(landscape) +#' +#' @aliases lsm_l_core_cv +#' @rdname lsm_l_core_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_core_cv <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_core_cv_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_core_cv_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ + + core_patch <- lsm_p_core_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # all values NA + if (all(is.na(core_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "core_cv", + value = as.double(NA))) + } + + core_cv <- sd(core_patch$value) / mean(core_patch$value) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "core_cv", + value = as.double(core_cv))) +} diff --git a/R/lsm_l_dcore_cv.R b/R/lsm_l_dcore_cv.R index 82adee80f..4f49f0bd0 100644 --- a/R/lsm_l_dcore_cv.R +++ b/R/lsm_l_dcore_cv.R @@ -1,99 +1,99 @@ -#' DCORE_CV (landscape level) -#' -#' @description Coefficient of variation number of disjunct core areas (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{DCORE_{CV} = cv(NCORE[patch_{ij}])} -#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. -#' -#' DCORE_CV is an 'Core area metric'. It summarises the landscape as the Coefficient -#' of variation of all patches belonging to the landscape. A cell is defined as core if -#' the cell has no neighbour with a different value than itself (rook's case). NCORE counts -#' the disjunct core areas, whereby a core area is a 'patch within the patch' containing -#' only core cells. The metric describes the differences among all patches in the landscape -#' and is easily comparable because it is scaled to the mean. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{DCORE_CV >= 0} -#' \subsection{Behaviour}{Equals DCORE_CV = 0 if all patches have the same number of disjunct -#' core areas. Increases, without limit, as the variation of number of disjunct core areas -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_ncore}}, -#' \code{\link{cv}}, \cr -#' \code{\link{lsm_c_dcore_mn}}, -#' \code{\link{lsm_c_dcore_sd}}, -#' \code{\link{lsm_c_dcore_cv}}, \cr -#' \code{\link{lsm_l_dcore_mn}}, -#' \code{\link{lsm_l_dcore_sd}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_dcore_cv(landscape) -#' -#' @aliases lsm_l_dcore_cv -#' @rdname lsm_l_dcore_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_dcore_cv <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_dcore_cv_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_dcore_cv_calc <- function(landscape, directions, consider_boundary, edge_depth, - points = NULL){ - - dcore_patch <- lsm_p_ncore_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - points = points) - - # all values NA - if (all(is.na(dcore_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcore_cv", - value = as.double(NA))) - } - - dcore_cv <- raster::cv(dcore_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcore_cv", - value = as.double(dcore_cv))) -} +#' DCORE_CV (landscape level) +#' +#' @description Coefficient of variation number of disjunct core areas (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{DCORE_{CV} = cv(NCORE[patch_{ij}])} +#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. +#' +#' DCORE_CV is an 'Core area metric'. It summarises the landscape as the Coefficient +#' of variation of all patches belonging to the landscape. A cell is defined as core if +#' the cell has no neighbour with a different value than itself (rook's case). NCORE counts +#' the disjunct core areas, whereby a core area is a 'patch within the patch' containing +#' only core cells. The metric describes the differences among all patches in the landscape +#' and is easily comparable because it is scaled to the mean. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{DCORE_CV >= 0} +#' \subsection{Behaviour}{Equals DCORE_CV = 0 if all patches have the same number of disjunct +#' core areas. Increases, without limit, as the variation of number of disjunct core areas +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_ncore}}, +#' \code{\link{cv}}, \cr +#' \code{\link{lsm_c_dcore_mn}}, +#' \code{\link{lsm_c_dcore_sd}}, +#' \code{\link{lsm_c_dcore_cv}}, \cr +#' \code{\link{lsm_l_dcore_mn}}, +#' \code{\link{lsm_l_dcore_sd}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_dcore_cv(landscape) +#' +#' @aliases lsm_l_dcore_cv +#' @rdname lsm_l_dcore_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_dcore_cv <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_dcore_cv_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_dcore_cv_calc <- function(landscape, directions, consider_boundary, edge_depth, + points = NULL){ + + dcore_patch <- lsm_p_ncore_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + points = points) + + # all values NA + if (all(is.na(dcore_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcore_cv", + value = as.double(NA))) + } + + dcore_cv <- sd(dcore_patch$value) / mean(dcore_patch$value) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcore_cv", + value = as.double(dcore_cv))) +} diff --git a/R/lsm_l_ed.R b/R/lsm_l_ed.R index 9578a8616..9c065cc71 100644 --- a/R/lsm_l_ed.R +++ b/R/lsm_l_ed.R @@ -1,104 +1,104 @@ -#' ED (landscape level) -#' -#' @description Edge Density (Area and Edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param count_boundary Count landscape boundary as edge -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{ED = \frac{E} {A} * 10000} -#' where \eqn{E} is the total landscape edge in meters and \eqn{A} is the total -#' landscape area in square meters. -#' -#' ED is an 'Area and Edge metric'. The edge density equals all edges in the landscape -#' in relation to the landscape area. The boundary of the landscape is only included in the -#' corresponding total class edge length if \code{count_boundary = TRUE}. -#' The metric describes the configuration of the landscape, e.g. because an overall aggregation -#' of classes will result in a low edge density. The metric is standardized to the -#' total landscape area, and therefore comparisons among landscapes with different total -#' areas are possible. - -#' \subsection{Units}{Meters per hectare} -#' \subsection{Range}{ED >= 0} -#' \subsection{Behaviour}{Equals ED = 0 if only one patch is present (and the landscape -#' boundary is not included) and increases, without limit, as the landscapes becomes more -#' patchy} -#' -#' @seealso -#' \code{\link{lsm_l_te}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_c_ed}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_ed(landscape) -#' -#' @aliases lsm_l_ed -#' @rdname lsm_l_ed -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_ed <- function(landscape, - count_boundary = FALSE, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_ed_calc, - count_boundary = count_boundary, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_ed_calc <- function(landscape, count_boundary, directions, resolution = NULL) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- raster::res(landscape) - - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "ed", - value = as.double(NA))) - } - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise to total area - area_total <- sum(area_patch$value) - - # get total edge - edge_landscape <- lsm_l_te_calc(landscape, - count_boundary = count_boundary, - resolution = resolution) - - # relative edge density - ed <- edge_landscape$value / area_total - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "ed", - value = as.double(ed))) -} +#' ED (landscape level) +#' +#' @description Edge Density (Area and Edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param count_boundary Count landscape boundary as edge +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{ED = \frac{E} {A} * 10000} +#' where \eqn{E} is the total landscape edge in meters and \eqn{A} is the total +#' landscape area in square meters. +#' +#' ED is an 'Area and Edge metric'. The edge density equals all edges in the landscape +#' in relation to the landscape area. The boundary of the landscape is only included in the +#' corresponding total class edge length if \code{count_boundary = TRUE}. +#' The metric describes the configuration of the landscape, e.g. because an overall aggregation +#' of classes will result in a low edge density. The metric is standardized to the +#' total landscape area, and therefore comparisons among landscapes with different total +#' areas are possible. + +#' \subsection{Units}{Meters per hectare} +#' \subsection{Range}{ED >= 0} +#' \subsection{Behaviour}{Equals ED = 0 if only one patch is present (and the landscape +#' boundary is not included) and increases, without limit, as the landscapes becomes more +#' patchy} +#' +#' @seealso +#' \code{\link{lsm_l_te}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_c_ed}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_ed(landscape) +#' +#' @aliases lsm_l_ed +#' @rdname lsm_l_ed +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_ed <- function(landscape, + count_boundary = FALSE, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_ed_calc, + count_boundary = count_boundary, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_ed_calc <- function(landscape, count_boundary, directions, resolution = NULL) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "ed", + value = as.double(NA))) + } + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise to total area + area_total <- sum(area_patch$value) + + # get total edge + edge_landscape <- lsm_l_te_calc(landscape, + count_boundary = count_boundary, + resolution = resolution) + + # relative edge density + ed <- edge_landscape$value / area_total + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "ed", + value = as.double(ed))) +} diff --git a/R/lsm_l_enn_cv.R b/R/lsm_l_enn_cv.R index f25ef6e0c..06ac54a46 100644 --- a/R/lsm_l_enn_cv.R +++ b/R/lsm_l_enn_cv.R @@ -1,93 +1,93 @@ -#' ENN_CV (landscape level) -#' -#' @description Coefficient of variation of euclidean nearest-neighbor distance (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' @param verbose Print warning message if not sufficient patches are present -#' -#' @details -#' \deqn{ENN_{CV} = cv(ENN[patch_{ij}])} -#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance -#' of each patch. -#' -#' ENN_CV is an 'Aggregation metric'. It summarises the landscape as the Coefficient -#' of variation of all patches in the landscape. ENN measures the distance to the nearest -#' neighbouring patch of the same class i. The distance is measured from edge-to-edge. -#' The range is limited by the cell resolution on the lower limit and the landscape extent -#' on the upper limit. The metric is a simple way to describe patch isolation. Because it is -#' scaled to the mean, it is easily comparable among different landscapes. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{ENN_CV >= 0} -#' \subsection{Behaviour}{Equals ENN_CV = 0 if the euclidean nearest-neighbor distance is -#' identical for all patches. Increases, without limit, as the variation of ENN increases.} -#' -#' @seealso -#' \code{\link{lsm_p_enn}}, -#' \code{\link{cv}}, \cr -#' \code{\link{lsm_c_enn_mn}}, -#' \code{\link{lsm_c_enn_sd}}, -#' \code{\link{lsm_c_enn_cv}}, \cr -#' \code{\link{lsm_l_enn_mn}}, -#' \code{\link{lsm_l_enn_sd}}, -#' -#' @return tibble -#' -#' @examples -#' lsm_l_enn_cv(landscape) -#' -#' @aliases lsm_l_enn_cv -#' @rdname lsm_l_enn_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape -#' structure and breeding birds in the Oregon Coast Range. -#' Ecological monographs, 65(3), 235-260. -#' -#' @export -lsm_l_enn_cv <- function(landscape, directions = 8, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_enn_cv_calc, - directions = directions, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_enn_cv_calc <- function(landscape, directions, verbose, - points = NULL) { - - enn_patch <- lsm_p_enn_calc(landscape, - directions = directions, verbose = verbose, - points = points) - - # all values NA - if (all(is.na(enn_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "enn_cv", - value = as.double(NA))) - } - - enn_cv <- raster::cv(enn_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "enn_cv", - value = as.double(enn_cv))) -} +#' ENN_CV (landscape level) +#' +#' @description Coefficient of variation of euclidean nearest-neighbor distance (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' @param verbose Print warning message if not sufficient patches are present +#' +#' @details +#' \deqn{ENN_{CV} = cv(ENN[patch_{ij}])} +#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance +#' of each patch. +#' +#' ENN_CV is an 'Aggregation metric'. It summarises the landscape as the Coefficient +#' of variation of all patches in the landscape. ENN measures the distance to the nearest +#' neighbouring patch of the same class i. The distance is measured from edge-to-edge. +#' The range is limited by the cell resolution on the lower limit and the landscape extent +#' on the upper limit. The metric is a simple way to describe patch isolation. Because it is +#' scaled to the mean, it is easily comparable among different landscapes. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{ENN_CV >= 0} +#' \subsection{Behaviour}{Equals ENN_CV = 0 if the euclidean nearest-neighbor distance is +#' identical for all patches. Increases, without limit, as the variation of ENN increases.} +#' +#' @seealso +#' \code{\link{lsm_p_enn}}, +#' \code{\link{cv}}, \cr +#' \code{\link{lsm_c_enn_mn}}, +#' \code{\link{lsm_c_enn_sd}}, +#' \code{\link{lsm_c_enn_cv}}, \cr +#' \code{\link{lsm_l_enn_mn}}, +#' \code{\link{lsm_l_enn_sd}}, +#' +#' @return tibble +#' +#' @examples +#' lsm_l_enn_cv(landscape) +#' +#' @aliases lsm_l_enn_cv +#' @rdname lsm_l_enn_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape +#' structure and breeding birds in the Oregon Coast Range. +#' Ecological monographs, 65(3), 235-260. +#' +#' @export +lsm_l_enn_cv <- function(landscape, directions = 8, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_enn_cv_calc, + directions = directions, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_enn_cv_calc <- function(landscape, directions, verbose, + points = NULL) { + + enn_patch <- lsm_p_enn_calc(landscape, + directions = directions, verbose = verbose, + points = points) + + # all values NA + if (all(is.na(enn_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "enn_cv", + value = as.double(NA))) + } + + enn_cv <- sd(enn_patch$value) / mean(enn_patch$value) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "enn_cv", + value = as.double(enn_cv))) +} diff --git a/R/lsm_l_ent.R b/R/lsm_l_ent.R index 25fcfe5dd..692f2dd33 100644 --- a/R/lsm_l_ent.R +++ b/R/lsm_l_ent.R @@ -1,79 +1,79 @@ -#' ENT (landscape level) -#' -#' @description Marginal entropy \\[H(x)\\] -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: -#' 4 (rook's case) or 8 (queen's case). The default is 4. -#' @param base The unit in which entropy is measured. -#' The default is "log2", which compute entropy in "bits". -#' "log" and "log10" can be also used. -#' -#' @details -#' It measures a diversity (thematic complexity) of landscape classes. -#' -#' @seealso -#' \code{\link{lsm_l_condent}}, -#' \code{\link{lsm_l_mutinf}}, -#' \code{\link{lsm_l_joinent}}, -#' \code{\link{lsm_l_relmutinf}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_ent(landscape) -#' -#' @aliases lsm_l_ent -#' @rdname lsm_l_ent -#' -#' @references -#' Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework -#' for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x -#' -#' @export -lsm_l_ent <- function(landscape, - neighbourhood = 4, - base = "log2") { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_ent_calc, - neighbourhood = neighbourhood, - base = base) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_ent_calc <- function(landscape, neighbourhood, base){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "ent", - value = as.double(NA))) - } - - com <- rcpp_get_coocurrence_matrix(landscape, - directions = as.matrix(neighbourhood)) - com_c <- colSums(com) - - comp <- rcpp_get_entropy(com_c, base) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "ent", - value = as.double(comp))) -} +#' ENT (landscape level) +#' +#' @description Marginal entropy \\[H(x)\\] +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: +#' 4 (rook's case) or 8 (queen's case). The default is 4. +#' @param base The unit in which entropy is measured. +#' The default is "log2", which compute entropy in "bits". +#' "log" and "log10" can be also used. +#' +#' @details +#' It measures a diversity (thematic complexity) of landscape classes. +#' +#' @seealso +#' \code{\link{lsm_l_condent}}, +#' \code{\link{lsm_l_mutinf}}, +#' \code{\link{lsm_l_joinent}}, +#' \code{\link{lsm_l_relmutinf}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_ent(landscape) +#' +#' @aliases lsm_l_ent +#' @rdname lsm_l_ent +#' +#' @references +#' Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework +#' for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x +#' +#' @export +lsm_l_ent <- function(landscape, + neighbourhood = 4, + base = "log2") { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_ent_calc, + neighbourhood = neighbourhood, + base = base) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_ent_calc <- function(landscape, neighbourhood, base){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "ent", + value = as.double(NA))) + } + + com <- rcpp_get_coocurrence_matrix(landscape, + directions = as.matrix(neighbourhood)) + com_c <- colSums(com) + + comp <- rcpp_get_entropy(com_c, base) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "ent", + value = as.double(comp))) +} diff --git a/R/lsm_l_frac_cv.R b/R/lsm_l_frac_cv.R index 2537f60d7..d09d98ab3 100644 --- a/R/lsm_l_frac_cv.R +++ b/R/lsm_l_frac_cv.R @@ -1,89 +1,89 @@ -#' FRAC_CV (landscape level) -#' -#' @description Coefficient of variation fractal dimension index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{FRAC_{CV} = cv(FRAC[patch_{ij}])} -#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. -#' -#' FRAC_CV is a 'Shape metric'. The metric summarises the landscape -#' as the Coefficient of variation of the fractal dimension index of all patches -#' in the landscape. The fractal dimension index is based on the patch perimeter and -#' the patch area and describes the patch complexity. The Coefficient of variation is -#' scaled to the mean and comparable among different landscapes. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{FRAC_CV >= 0 } -#' \subsection{Behaviour}{Equals FRAC_CV = 0 if the fractal dimension index is identical -#' for all patches. Increases, without limit, as the variation of the fractal dimension -#' indices increases.} -#' -#' @seealso -#' \code{\link{lsm_p_frac}}, -#' \code{\link{cv}}, \cr -#' \code{\link{lsm_c_frac_mn}}, -#' \code{\link{lsm_c_frac_sd}}, -#' \code{\link{lsm_c_frac_cv}}, \cr -#' \code{\link{lsm_l_frac_mn}}, -#' \code{\link{lsm_l_frac_sd}}, -#' -#' @return tibble -#' -#' @examples -#' lsm_l_frac_cv(landscape) -#' -#' @aliases lsm_l_frac_cv -#' @rdname lsm_l_frac_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. -#' San Francisco. W. H. Freeman and Company. -#' -#' @export -lsm_l_frac_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_frac_cv_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_frac_cv_calc <- function(landscape, directions, resolution = NULL){ - - frac_patch <- lsm_p_frac_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(frac_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "frac_cv", - value = as.double(NA))) - } - - frac_cv <- raster::cv(frac_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "frac_cv", - value = as.double(frac_cv))) -} +#' FRAC_CV (landscape level) +#' +#' @description Coefficient of variation fractal dimension index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{FRAC_{CV} = cv(FRAC[patch_{ij}])} +#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. +#' +#' FRAC_CV is a 'Shape metric'. The metric summarises the landscape +#' as the Coefficient of variation of the fractal dimension index of all patches +#' in the landscape. The fractal dimension index is based on the patch perimeter and +#' the patch area and describes the patch complexity. The Coefficient of variation is +#' scaled to the mean and comparable among different landscapes. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{FRAC_CV >= 0 } +#' \subsection{Behaviour}{Equals FRAC_CV = 0 if the fractal dimension index is identical +#' for all patches. Increases, without limit, as the variation of the fractal dimension +#' indices increases.} +#' +#' @seealso +#' \code{\link{lsm_p_frac}}, +#' \code{\link{cv}}, \cr +#' \code{\link{lsm_c_frac_mn}}, +#' \code{\link{lsm_c_frac_sd}}, +#' \code{\link{lsm_c_frac_cv}}, \cr +#' \code{\link{lsm_l_frac_mn}}, +#' \code{\link{lsm_l_frac_sd}}, +#' +#' @return tibble +#' +#' @examples +#' lsm_l_frac_cv(landscape) +#' +#' @aliases lsm_l_frac_cv +#' @rdname lsm_l_frac_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. +#' San Francisco. W. H. Freeman and Company. +#' +#' @export +lsm_l_frac_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_frac_cv_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_frac_cv_calc <- function(landscape, directions, resolution = NULL){ + + frac_patch <- lsm_p_frac_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(frac_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "frac_cv", + value = as.double(NA))) + } + + frac_cv <- sd(frac_patch$value) / mean(frac_patch$value) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "frac_cv", + value = as.double(frac_cv))) +} diff --git a/R/lsm_l_gyrate_cv.R b/R/lsm_l_gyrate_cv.R index 11761407b..6732495c1 100644 --- a/R/lsm_l_gyrate_cv.R +++ b/R/lsm_l_gyrate_cv.R @@ -1,101 +1,101 @@ -#' GYRATE_CV (landscape level) -#' -#' @description Coefficient of variation radius of gyration (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param cell_center If true, the coordinates of the centroid are forced to be -#' a cell center within the patch. -#' -#' @details -#' \deqn{GYRATE_{CV} = cv(GYRATE[patch_{ij}])} -#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. -#' -#' GYRATE_CV is an 'Area and edge metric'. The metric summarises the landscape -#' as the Coefficient of variation of the radius of gyration of all patches -#' in the landscape. GYRATE measures the distance from each cell to the patch -#' centroid and is based on cell center-to-cell center distances. The metrics characterises -#' both the patch area and compactness. The Coefficient of variation is -#' scaled to the mean and comparable among different landscapes. -#' -#' If `cell_center = TRUE` some patches might have several possible cell-center -#' centroids. In this case, the gyrate index is based on the mean distance of all -#' cells to all possible cell-center centroids. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{GYRATE_CV >= 0 } -#' \subsection{Behaviour}{Equals GYRATE_CV = 0 if the radius of gyration is identical -#' for all patches. Increases, without limit, as the variation of the radius of gyration -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_gyrate}}, -#' \code{\link{cv}}, \cr -#' \code{\link{lsm_c_gyrate_mn}}, -#' \code{\link{lsm_c_gyrate_sd}}, -#' \code{\link{lsm_c_gyrate_cv}}, \cr -#' \code{\link{lsm_l_gyrate_mn}}, -#' \code{\link{lsm_l_gyrate_sd}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_gyrate_cv(landscape) -#' -#' @aliases lsm_l_gyrate_cv -#' @rdname lsm_l_gyrate_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales -#' in fragmented landscapes. Conservation ecology, 1(1). -#' -#' @export -lsm_l_gyrate_cv <- function(landscape, - directions = 8, cell_center = FALSE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_gyrate_cv_calc, - directions = directions, - cell_center = cell_center) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_gyrate_cv_calc <- function(landscape, directions, cell_center, - points = NULL) { - - gyrate_patch <- lsm_p_gyrate_calc(landscape, - directions = directions, - cell_center = cell_center, - points = points) - - # all values NA - if (all(is.na(gyrate_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "gyrate_cv", - value = as.double(NA))) - } - - gyrate_cv <- raster::cv(gyrate_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "gyrate_cv", - value = as.double(gyrate_cv))) -} - +#' GYRATE_CV (landscape level) +#' +#' @description Coefficient of variation radius of gyration (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param cell_center If true, the coordinates of the centroid are forced to be +#' a cell center within the patch. +#' +#' @details +#' \deqn{GYRATE_{CV} = cv(GYRATE[patch_{ij}])} +#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. +#' +#' GYRATE_CV is an 'Area and edge metric'. The metric summarises the landscape +#' as the Coefficient of variation of the radius of gyration of all patches +#' in the landscape. GYRATE measures the distance from each cell to the patch +#' centroid and is based on cell center-to-cell center distances. The metrics characterises +#' both the patch area and compactness. The Coefficient of variation is +#' scaled to the mean and comparable among different landscapes. +#' +#' If `cell_center = TRUE` some patches might have several possible cell-center +#' centroids. In this case, the gyrate index is based on the mean distance of all +#' cells to all possible cell-center centroids. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{GYRATE_CV >= 0 } +#' \subsection{Behaviour}{Equals GYRATE_CV = 0 if the radius of gyration is identical +#' for all patches. Increases, without limit, as the variation of the radius of gyration +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_gyrate}}, +#' \code{\link{cv}}, \cr +#' \code{\link{lsm_c_gyrate_mn}}, +#' \code{\link{lsm_c_gyrate_sd}}, +#' \code{\link{lsm_c_gyrate_cv}}, \cr +#' \code{\link{lsm_l_gyrate_mn}}, +#' \code{\link{lsm_l_gyrate_sd}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_gyrate_cv(landscape) +#' +#' @aliases lsm_l_gyrate_cv +#' @rdname lsm_l_gyrate_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales +#' in fragmented landscapes. Conservation ecology, 1(1). +#' +#' @export +lsm_l_gyrate_cv <- function(landscape, + directions = 8, cell_center = FALSE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_gyrate_cv_calc, + directions = directions, + cell_center = cell_center) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_gyrate_cv_calc <- function(landscape, directions, cell_center, + points = NULL) { + + gyrate_patch <- lsm_p_gyrate_calc(landscape, + directions = directions, + cell_center = cell_center, + points = points) + + # all values NA + if (all(is.na(gyrate_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "gyrate_cv", + value = as.double(NA))) + } + + gyrate_cv <- sd(gyrate_patch$value) / mean(gyrate_patch$value) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "gyrate_cv", + value = as.double(gyrate_cv))) +} + diff --git a/R/lsm_l_iji.R b/R/lsm_l_iji.R index bc894c8a7..acf4c6bc8 100644 --- a/R/lsm_l_iji.R +++ b/R/lsm_l_iji.R @@ -1,112 +1,112 @@ -#'Interspersion and Juxtaposition index (landscape level) -# -#' @description Interspersion and Juxtaposition index (Aggregation metric) -# -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param verbose Print warning message if not sufficient patches are present -# -#' @details -#' \deqn{IJI = \frac{- \sum \limits_{i = 1}^{m} \sum \limits_{k = i + 1}^{m} \Bigg[ \Bigg( \frac{e_{ik}}{E} \Bigg) ln \Bigg( \frac{e_{ik}}{E} \Bigg) \Bigg]}{ln(0.5[m(m - 1)])} * 100} -#' -#' where \eqn{e_{ik}} are the unique adjacencies of all classes (lower/upper triangle of -#' the adjacency table - without the diagonal), \eqn{E} is the total length of edges in the landscape -#' and \eqn{m} is the number of classes. -#' -#' IJI is an 'Aggregation metric'. It is a so called "salt and pepper" metric and -#' describes the intermixing of classes (i.e. without considering like adjacencies - the -#' diagonal of the adjacency table). The number of classes to calculate IJI must be >= than 3. -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{0 < IJI <= 100} -#' \subsection{Behaviour}{Approaches 0 if a class is only adjacent to a single other class -#' and equals 100 when a class is equally adjacent to all other classes.} -# -#' @seealso -#' \code{\link{lsm_c_iji}} -#' -#' @return tibble -# -#' @examples -#'lsm_l_iji(landscape) -# -#' @aliases lsm_l_iji -#' @rdname lsm_l_iji -# -#' @references -#'McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#'Program for Categorical and Continuous Maps. Computer software program produced by -#'the authors at the University of Massachusetts, Amherst. Available at the following -#'web site: https://www.umass.edu/landeco/ -#' -#'McGarigal, K., & Marks, B. J. 1995. FRAGSTATS: spatial pattern analysis -#'program for quantifying landscape structure. Gen. Tech. Rep. PNW-GTR-351. -#'Portland, OR: US Department of Agriculture, Forest Service, Pacific Northwest -#'Research Station. 122 p, 351. -# -#' @export -lsm_l_iji <- function(landscape, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_iji_calc, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_iji_calc <- function(landscape, verbose) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "iji", - value = as.double(NA))) - } - - adjacencies <- rcpp_get_coocurrence_matrix(landscape, - as.matrix(4)) - - if (ncol(adjacencies) < 3) { - - if (verbose) { - warning("Number of classes must be >= 3, IJI = NA.", call. = FALSE) - } - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "iji", - value = as.double(NA))) - } else { - - diag(adjacencies) <- 0 - - e_total <- sum(adjacencies[lower.tri(adjacencies)]) - - edge_ratio <- (adjacencies / e_total) * log(adjacencies / e_total) - - edge_ratio <- edge_ratio[lower.tri(edge_ratio)] - - landscape_sum <- -sum(edge_ratio, na.rm = TRUE) - - iji <- (landscape_sum / log(0.5 * (ncol(adjacencies) * (ncol(adjacencies) - 1)))) * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "iji", - value = as.double(iji))) - } -} +#'Interspersion and Juxtaposition index (landscape level) +# +#' @description Interspersion and Juxtaposition index (Aggregation metric) +# +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param verbose Print warning message if not sufficient patches are present +# +#' @details +#' \deqn{IJI = \frac{- \sum \limits_{i = 1}^{m} \sum \limits_{k = i + 1}^{m} \Bigg[ \Bigg( \frac{e_{ik}}{E} \Bigg) ln \Bigg( \frac{e_{ik}}{E} \Bigg) \Bigg]}{ln(0.5[m(m - 1)])} * 100} +#' +#' where \eqn{e_{ik}} are the unique adjacencies of all classes (lower/upper triangle of +#' the adjacency table - without the diagonal), \eqn{E} is the total length of edges in the landscape +#' and \eqn{m} is the number of classes. +#' +#' IJI is an 'Aggregation metric'. It is a so called "salt and pepper" metric and +#' describes the intermixing of classes (i.e. without considering like adjacencies - the +#' diagonal of the adjacency table). The number of classes to calculate IJI must be >= than 3. +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{0 < IJI <= 100} +#' \subsection{Behaviour}{Approaches 0 if a class is only adjacent to a single other class +#' and equals 100 when a class is equally adjacent to all other classes.} +# +#' @seealso +#' \code{\link{lsm_c_iji}} +#' +#' @return tibble +# +#' @examples +#'lsm_l_iji(landscape) +# +#' @aliases lsm_l_iji +#' @rdname lsm_l_iji +# +#' @references +#'McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#'Program for Categorical and Continuous Maps. Computer software program produced by +#'the authors at the University of Massachusetts, Amherst. Available at the following +#'web site: https://www.umass.edu/landeco/ +#' +#'McGarigal, K., & Marks, B. J. 1995. FRAGSTATS: spatial pattern analysis +#'program for quantifying landscape structure. Gen. Tech. Rep. PNW-GTR-351. +#'Portland, OR: US Department of Agriculture, Forest Service, Pacific Northwest +#'Research Station. 122 p, 351. +# +#' @export +lsm_l_iji <- function(landscape, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_iji_calc, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_iji_calc <- function(landscape, verbose) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "iji", + value = as.double(NA))) + } + + adjacencies <- rcpp_get_coocurrence_matrix(landscape, + as.matrix(4)) + + if (ncol(adjacencies) < 3) { + + if (verbose) { + warning("Number of classes must be >= 3, IJI = NA.", call. = FALSE) + } + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "iji", + value = as.double(NA))) + } else { + + diag(adjacencies) <- 0 + + e_total <- sum(adjacencies[lower.tri(adjacencies)]) + + edge_ratio <- (adjacencies / e_total) * log(adjacencies / e_total) + + edge_ratio <- edge_ratio[lower.tri(edge_ratio)] + + landscape_sum <- -sum(edge_ratio, na.rm = TRUE) + + iji <- (landscape_sum / log(0.5 * (ncol(adjacencies) * (ncol(adjacencies) - 1)))) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "iji", + value = as.double(iji))) + } +} diff --git a/R/lsm_l_joinent.R b/R/lsm_l_joinent.R index b6d57da49..34dac0ab5 100644 --- a/R/lsm_l_joinent.R +++ b/R/lsm_l_joinent.R @@ -1,84 +1,84 @@ -#' JOINENT (landscape level) -#' -#' @description Joint entropy \\[H(x, y)\\] -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: -#' 4 (rook's case) or 8 (queen's case). The default is 4. -#' @param ordered The type of pairs considered. -#' Either ordered (TRUE) or unordered (FALSE). -#' The default is TRUE. -#' @param base The unit in which entropy is measured. -#' The default is "log2", which compute entropy in "bits". -#' "log" and "log10" can be also used. -#' -#' @details -#' Complexity of a landscape pattern. An overall spatio-thematic complexity metric. -#' -#' @seealso -#' \code{\link{lsm_l_ent}}, -#' \code{\link{lsm_l_condent}}, -#' \code{\link{lsm_l_mutinf}}, -#' \code{\link{lsm_l_relmutinf}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_joinent(landscape) -#' -#' @aliases lsm_l_joinent -#' @rdname lsm_l_joinent -#' -#' @references -#' Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework -#' for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x -#' -#' @export -lsm_l_joinent <- function(landscape, - neighbourhood = 4, - ordered = TRUE, - base = "log2") { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_joinent_calc, - neighbourhood = neighbourhood, - ordered = ordered, - base = base) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_joinent_calc <- function(landscape, neighbourhood, ordered, base){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "joinent", - value = as.double(NA))) - } - - coh <- rcpp_get_coocurrence_vector(landscape, - directions = as.matrix(neighbourhood), - ordered = ordered) - - cplx <- rcpp_get_entropy(coh, base) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "joinent", - value = as.double(cplx))) -} +#' JOINENT (landscape level) +#' +#' @description Joint entropy \\[H(x, y)\\] +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: +#' 4 (rook's case) or 8 (queen's case). The default is 4. +#' @param ordered The type of pairs considered. +#' Either ordered (TRUE) or unordered (FALSE). +#' The default is TRUE. +#' @param base The unit in which entropy is measured. +#' The default is "log2", which compute entropy in "bits". +#' "log" and "log10" can be also used. +#' +#' @details +#' Complexity of a landscape pattern. An overall spatio-thematic complexity metric. +#' +#' @seealso +#' \code{\link{lsm_l_ent}}, +#' \code{\link{lsm_l_condent}}, +#' \code{\link{lsm_l_mutinf}}, +#' \code{\link{lsm_l_relmutinf}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_joinent(landscape) +#' +#' @aliases lsm_l_joinent +#' @rdname lsm_l_joinent +#' +#' @references +#' Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework +#' for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x +#' +#' @export +lsm_l_joinent <- function(landscape, + neighbourhood = 4, + ordered = TRUE, + base = "log2") { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_joinent_calc, + neighbourhood = neighbourhood, + ordered = ordered, + base = base) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_joinent_calc <- function(landscape, neighbourhood, ordered, base){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "joinent", + value = as.double(NA))) + } + + coh <- rcpp_get_coocurrence_vector(landscape, + directions = as.matrix(neighbourhood), + ordered = ordered) + + cplx <- rcpp_get_entropy(coh, base) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "joinent", + value = as.double(cplx))) +} diff --git a/R/lsm_l_lsi.R b/R/lsm_l_lsi.R index 12b50169e..2fb5b19bf 100644 --- a/R/lsm_l_lsi.R +++ b/R/lsm_l_lsi.R @@ -1,125 +1,125 @@ -#' LSI (landscape level) -#' -#' @description Landscape shape index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' -#' @details -#' \deqn{LSI = \frac{E} {\min E}} -#' where \eqn{E} is the total edge length in cell surfaces and \eqn{\min E} -#' is the minimum total edge length in cell surfaces. -#' -#' LSI is an 'Aggregation metric'. It is the ratio between the actual landscape edge length -#' and the hypothetical minimum edge length. The minimum edge length equals -#' the edge length if only one patch would be present. -#' -#' \subsection{Units}{None} -#' \subsection{Ranges}{LSI >= 1} -#' \subsection{Behaviour}{Equals LSI = 1 when only one squared patch is present. -#' Increases, without limit, as the length of the actual edges increases, i.e. -#' the patches become less compact.} -#' -#' @seealso -#' \code{\link{lsm_p_shape}}, \cr -#' \code{\link{lsm_c_lsi}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_lsi(landscape) -#' -#' @aliases lsm_l_lsi -#' @rdname lsm_l_lsi -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". -#' Wildl. Soc.Bull. 3:171-173. -#' -#' @export -lsm_l_lsi <- function(landscape) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_lsi_calc) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_lsi_calc <- function(landscape) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- raster::res(landscape) - - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "lsi", - value = as.double(NA))) - } - - # cells at the boundary of the landscape need neighbours to calculate perim - landscape <- pad_raster_internal(landscape, pad_raster_value = NA, - pad_raster_cells = 1, global = FALSE) - - # which cells are NA (i.e. background) - target_na <- which(is.na(landscape)) - - # set all NA to -999 to get adjacencies between patches and all background - landscape[target_na] <- -999 - - # get class edge in terms of cell surfaces - class_perim <- rcpp_get_coocurrence_matrix(landscape, - as.matrix(4)) - - # calculate total edge - total_perim <- sum(class_perim[lower.tri(class_perim)]) - - # calculate total area - total_area <- sum(rcpp_get_composition_vector(landscape)[-1]) - - # calculate N and M - total_n <- trunc(sqrt(total_area)) - - total_m <- total_area - total_n ^ 2 - - # calculate min_edge - total_perim_min <- ifelse(test = total_m == 0, - yes = total_n * 4, - no = ifelse(test = total_n ^ 2 < total_area & total_area <= total_n * (1 + total_n), - yes = 4 * total_n + 2, - no = ifelse(test = total_area > total_n * (1 + total_n), - yes = 4 * total_n + 4, - no = NA))) - - lsi <- total_perim / total_perim_min - - # test if any NAs introduced - if (!is.finite(lsi)) { - - warning("NAs introduced by lsm_l_lsi.", call. = FALSE) - - lsi <- NA - } - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "lsi", - value = as.double(lsi))) -} +#' LSI (landscape level) +#' +#' @description Landscape shape index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' +#' @details +#' \deqn{LSI = \frac{E} {\min E}} +#' where \eqn{E} is the total edge length in cell surfaces and \eqn{\min E} +#' is the minimum total edge length in cell surfaces. +#' +#' LSI is an 'Aggregation metric'. It is the ratio between the actual landscape edge length +#' and the hypothetical minimum edge length. The minimum edge length equals +#' the edge length if only one patch would be present. +#' +#' \subsection{Units}{None} +#' \subsection{Ranges}{LSI >= 1} +#' \subsection{Behaviour}{Equals LSI = 1 when only one squared patch is present. +#' Increases, without limit, as the length of the actual edges increases, i.e. +#' the patches become less compact.} +#' +#' @seealso +#' \code{\link{lsm_p_shape}}, \cr +#' \code{\link{lsm_c_lsi}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_lsi(landscape) +#' +#' @aliases lsm_l_lsi +#' @rdname lsm_l_lsi +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". +#' Wildl. Soc.Bull. 3:171-173. +#' +#' @export +lsm_l_lsi <- function(landscape) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_lsi_calc) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_lsi_calc <- function(landscape) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "lsi", + value = as.double(NA))) + } + + # cells at the boundary of the landscape need neighbours to calculate perim + landscape <- pad_raster_internal(landscape, pad_raster_value = NA, + pad_raster_cells = 1, global = FALSE) + + # which cells are NA (i.e. background) + target_na <- which(is.na(landscape)) + + # set all NA to -999 to get adjacencies between patches and all background + landscape[target_na] <- -999 + + # get class edge in terms of cell surfaces + class_perim <- rcpp_get_coocurrence_matrix(landscape, + as.matrix(4)) + + # calculate total edge + total_perim <- sum(class_perim[lower.tri(class_perim)]) + + # calculate total area + total_area <- sum(rcpp_get_composition_vector(landscape)[-1]) + + # calculate N and M + total_n <- trunc(sqrt(total_area)) + + total_m <- total_area - total_n ^ 2 + + # calculate min_edge + total_perim_min <- ifelse(test = total_m == 0, + yes = total_n * 4, + no = ifelse(test = total_n ^ 2 < total_area & total_area <= total_n * (1 + total_n), + yes = 4 * total_n + 2, + no = ifelse(test = total_area > total_n * (1 + total_n), + yes = 4 * total_n + 4, + no = NA))) + + lsi <- total_perim / total_perim_min + + # test if any NAs introduced + if (!is.finite(lsi)) { + + warning("NAs introduced by lsm_l_lsi.", call. = FALSE) + + lsi <- NA + } + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "lsi", + value = as.double(lsi))) +} diff --git a/R/lsm_l_msidi.R b/R/lsm_l_msidi.R index 7ae051238..78a497e3a 100644 --- a/R/lsm_l_msidi.R +++ b/R/lsm_l_msidi.R @@ -1,91 +1,91 @@ -#' MSIDI (landscape level) -#' -#' @description Modified Simpson's diversity index (Diversity metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{MSIDI = -\ln \sum \limits_{i = 1}^{m} P_{i}^{2}} -#' where \eqn{P_{i}} is the landscape area proportion of class i. -#' -#' MSIDI is a 'Diversity metric'. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{MSIDI >= 0} -#' \subsection{Behaviour}{MSIDI = 0 if only one patch is present and increases, without -#' limit, as the amount of patches with equally distributed landscape proportions increases} -#' -#' @seealso -#' \code{\link{lsm_l_sidi}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_msidi(landscape) -#' -#' @aliases lsm_l_msidi -#' @rdname lsm_l_msidi -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 -#' -#' Pielou, E. C. 1975. Ecological Diversity. Wiley-Interscience, New York. -#' -#' Romme, W. H. 1982. Fire and landscapediversity in subalpine forests of -#' Yellowstone National Park.Ecol.Monogr. 52:199-221 -#' -#' @export -lsm_l_msidi <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_msidi_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_msidi_calc <- function(landscape, directions, resolution = NULL) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- raster::res(landscape) - - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "msidi", - value = as.double(NA))) - } - - patch_area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - msidi <- stats::aggregate(x = patch_area[, 5], by = patch_area[, 2], FUN = sum) - - msidi <- -log(sum((msidi$value / sum(msidi$value)) ^ 2)) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "msidi", - value = as.double(msidi))) -} +#' MSIDI (landscape level) +#' +#' @description Modified Simpson's diversity index (Diversity metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{MSIDI = -\ln \sum \limits_{i = 1}^{m} P_{i}^{2}} +#' where \eqn{P_{i}} is the landscape area proportion of class i. +#' +#' MSIDI is a 'Diversity metric'. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{MSIDI >= 0} +#' \subsection{Behaviour}{MSIDI = 0 if only one patch is present and increases, without +#' limit, as the amount of patches with equally distributed landscape proportions increases} +#' +#' @seealso +#' \code{\link{lsm_l_sidi}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_msidi(landscape) +#' +#' @aliases lsm_l_msidi +#' @rdname lsm_l_msidi +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 +#' +#' Pielou, E. C. 1975. Ecological Diversity. Wiley-Interscience, New York. +#' +#' Romme, W. H. 1982. Fire and landscapediversity in subalpine forests of +#' Yellowstone National Park.Ecol.Monogr. 52:199-221 +#' +#' @export +lsm_l_msidi <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_msidi_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_msidi_calc <- function(landscape, directions, resolution = NULL) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "msidi", + value = as.double(NA))) + } + + patch_area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + msidi <- stats::aggregate(x = patch_area[, 5], by = patch_area[, 2], FUN = sum) + + msidi <- -log(sum((msidi$value / sum(msidi$value)) ^ 2)) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "msidi", + value = as.double(msidi))) +} diff --git a/R/lsm_l_mutinf.R b/R/lsm_l_mutinf.R index 0a5da3f92..1b68cd43f 100644 --- a/R/lsm_l_mutinf.R +++ b/R/lsm_l_mutinf.R @@ -1,92 +1,92 @@ -#' MUTINF (landscape level) -#' -#' @description Mutual information \\[I(y,x)\\] -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: -#' 4 (rook's case) or 8 (queen's case). The default is 4. -#' @param ordered The type of pairs considered. -#' Either ordered (TRUE) or unordered (FALSE). -#' The default is TRUE. -#' @param base The unit in which entropy is measured. -#' The default is "log2", which compute entropy in "bits". -#' "log" and "log10" can be also used. -#' -#' @details -#' It disambiguates landscape pattern types characterize -#' by the same value of an overall complexity (\code{\link{lsm_l_joinent}}). -#' -#' @seealso -#' \code{\link{lsm_l_ent}}, -#' \code{\link{lsm_l_condent}}, -#' \code{\link{lsm_l_joinent}}, -#' \code{\link{lsm_l_relmutinf}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_mutinf(landscape) -#' -#' @aliases lsm_l_mutinf -#' @rdname lsm_l_mutinf -#' -#' @references -#' Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework -#' for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x -#' -#' @export -lsm_l_mutinf <- function(landscape, - neighbourhood = 4, - ordered = TRUE, - base = "log2") { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_mutinf_calc, - neighbourhood = neighbourhood, - ordered = ordered, - base = base) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_mutinf_calc <- function(landscape, neighbourhood, ordered, base){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "mutinf", - value = as.double(NA))) - } - - com <- rcpp_get_coocurrence_matrix(landscape, - directions = as.matrix(neighbourhood)) - com_c <- colSums(com) - - coh <- rcpp_get_coocurrence_vector(landscape, - directions = as.matrix(neighbourhood), - ordered = ordered) - - comp <- rcpp_get_entropy(com_c, base) - cplx <- rcpp_get_entropy(coh, base) - conf <- cplx - comp - aggr <- comp - conf - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "mutinf", - value = as.double(aggr))) -} +#' MUTINF (landscape level) +#' +#' @description Mutual information \\[I(y,x)\\] +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: +#' 4 (rook's case) or 8 (queen's case). The default is 4. +#' @param ordered The type of pairs considered. +#' Either ordered (TRUE) or unordered (FALSE). +#' The default is TRUE. +#' @param base The unit in which entropy is measured. +#' The default is "log2", which compute entropy in "bits". +#' "log" and "log10" can be also used. +#' +#' @details +#' It disambiguates landscape pattern types characterize +#' by the same value of an overall complexity (\code{\link{lsm_l_joinent}}). +#' +#' @seealso +#' \code{\link{lsm_l_ent}}, +#' \code{\link{lsm_l_condent}}, +#' \code{\link{lsm_l_joinent}}, +#' \code{\link{lsm_l_relmutinf}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_mutinf(landscape) +#' +#' @aliases lsm_l_mutinf +#' @rdname lsm_l_mutinf +#' +#' @references +#' Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework +#' for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x +#' +#' @export +lsm_l_mutinf <- function(landscape, + neighbourhood = 4, + ordered = TRUE, + base = "log2") { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_mutinf_calc, + neighbourhood = neighbourhood, + ordered = ordered, + base = base) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_mutinf_calc <- function(landscape, neighbourhood, ordered, base){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "mutinf", + value = as.double(NA))) + } + + com <- rcpp_get_coocurrence_matrix(landscape, + directions = as.matrix(neighbourhood)) + com_c <- colSums(com) + + coh <- rcpp_get_coocurrence_vector(landscape, + directions = as.matrix(neighbourhood), + ordered = ordered) + + comp <- rcpp_get_entropy(com_c, base) + cplx <- rcpp_get_entropy(coh, base) + conf <- cplx - comp + aggr <- comp - conf + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "mutinf", + value = as.double(aggr))) +} diff --git a/R/lsm_l_pafrac.R b/R/lsm_l_pafrac.R index 85056d142..021312cb9 100644 --- a/R/lsm_l_pafrac.R +++ b/R/lsm_l_pafrac.R @@ -1,126 +1,126 @@ -#' PAFRAC (landscape level) -#' -#' @description Perimeter-Area Fractal Dimension (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param verbose Print warning message if not sufficient patches are present -#' -#' @details -#' \deqn{PAFRAC = \frac{2}{\beta}} -#' where \eqn{\beta} is the slope of the regression of the area against the perimeter -#' (logarithm) \eqn{N \sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} \ln a_{ij} = a + \beta N \sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} \ln p_{ij}} -#' -#' PAFRAC is a 'Shape metric'. It describes the patch complexity of the landscape while being -#' scale independent. This means that increasing the patch size while not changing the -#' patch form will not change the metric. However, it is only meaningful if the relationship -#' between the area and perimeter is linear on a logarithmic scale. Furthermore, if there -#' are less than 10 patches in the landscape, the metric returns NA because of the small-sample -#' issue. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{1 <= PAFRAC <= 2} -#' \subsection{Behaviour}{Approaches PAFRAC = 1 for patches with simple shapes and -#' approaches PAFRAC = 2 for irregular shapes} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_p_perim}}, \cr -#' \code{\link{lsm_c_pafrac}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_pafrac(landscape) -#' -#' @aliases lsm_l_pafrac -#' @rdname lsm_l_pafrac -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Burrough, P. A. 1986. Principles of Geographical Information Systems for -#' Land Resources Assessment. Monographs on Soil and Resources Survey No. 12. -#' Clarendon Press, Oxford -#' -#' @export -lsm_l_pafrac <- function(landscape, directions = 8, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_pafrac_calc, - directions = directions, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_pafrac_calc <- function(landscape, directions, verbose, resolution = NULL){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- raster::res(landscape) - - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "pafrac", - value = as.double(NA))) - } - - # get number of patches for each class - number_patches <- lsm_c_np_calc(landscape, - directions = directions) - - # summarise for total landscape - number_patches <- sum(number_patches$value) - - # PAFRAC NA for less than 10 patches - if (number_patches < 10) { - - pafrac <- NA - - if (verbose) { - warning("PAFRAC = NA for NP < 10", - call. = FALSE) - } - - # calculate pafrac as regression between area and perimeter (beta) - } else { - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # get patch perimeter - perimeter_patch <- lsm_p_perim_calc(landscape, - directions = directions, - resolution = resolution) - - regression_model <- stats::lm(log(area_patch$value) ~ - log(perimeter_patch$value)) - - pafrac <- 2 / regression_model$coefficients[[2]] - } - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "pafrac", - value = as.double(pafrac))) -} +#' PAFRAC (landscape level) +#' +#' @description Perimeter-Area Fractal Dimension (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param verbose Print warning message if not sufficient patches are present +#' +#' @details +#' \deqn{PAFRAC = \frac{2}{\beta}} +#' where \eqn{\beta} is the slope of the regression of the area against the perimeter +#' (logarithm) \eqn{N \sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} \ln a_{ij} = a + \beta N \sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} \ln p_{ij}} +#' +#' PAFRAC is a 'Shape metric'. It describes the patch complexity of the landscape while being +#' scale independent. This means that increasing the patch size while not changing the +#' patch form will not change the metric. However, it is only meaningful if the relationship +#' between the area and perimeter is linear on a logarithmic scale. Furthermore, if there +#' are less than 10 patches in the landscape, the metric returns NA because of the small-sample +#' issue. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{1 <= PAFRAC <= 2} +#' \subsection{Behaviour}{Approaches PAFRAC = 1 for patches with simple shapes and +#' approaches PAFRAC = 2 for irregular shapes} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_p_perim}}, \cr +#' \code{\link{lsm_c_pafrac}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_pafrac(landscape) +#' +#' @aliases lsm_l_pafrac +#' @rdname lsm_l_pafrac +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Burrough, P. A. 1986. Principles of Geographical Information Systems for +#' Land Resources Assessment. Monographs on Soil and Resources Survey No. 12. +#' Clarendon Press, Oxford +#' +#' @export +lsm_l_pafrac <- function(landscape, directions = 8, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_pafrac_calc, + directions = directions, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_pafrac_calc <- function(landscape, directions, verbose, resolution = NULL){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "pafrac", + value = as.double(NA))) + } + + # get number of patches for each class + number_patches <- lsm_c_np_calc(landscape, + directions = directions) + + # summarise for total landscape + number_patches <- sum(number_patches$value) + + # PAFRAC NA for less than 10 patches + if (number_patches < 10) { + + pafrac <- NA + + if (verbose) { + warning("PAFRAC = NA for NP < 10", + call. = FALSE) + } + + # calculate pafrac as regression between area and perimeter (beta) + } else { + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # get patch perimeter + perimeter_patch <- lsm_p_perim_calc(landscape, + directions = directions, + resolution = resolution) + + regression_model <- stats::lm(log(area_patch$value) ~ + log(perimeter_patch$value)) + + pafrac <- 2 / regression_model$coefficients[[2]] + } + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "pafrac", + value = as.double(pafrac))) +} diff --git a/R/lsm_l_para_cv.R b/R/lsm_l_para_cv.R index 15b3d1968..bbdf73537 100644 --- a/R/lsm_l_para_cv.R +++ b/R/lsm_l_para_cv.R @@ -1,86 +1,86 @@ -#' PARA_CV (landscape level) -#' -#' @description Coefficient of variation perimeter-area ratio (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PARA_{CV} = cv(PARA[patch_{ij}]} -#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. -#' -#' PARA_CV is a 'Shape metric'. It summarises the landscape as the Coefficient of variation of -#' each patch belonging in the landscape The perimeter-area ratio describes the patch complexity -#' in a straightforward way. However, because it is not standarised to a certain shape -#' (e.g. a square), it is not scale independent, meaning that increasing the patch size -#' while not changing the patch form will change the ratio. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{PARA_CV >= 0} -#' \subsection{Behaviour}{Equals PARA_CV = 0 if the perimeter-area ratio is identical for -#' all patches. Increases, without limit, as the variation of the perimeter-area ratio -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_para}}, -#' \code{\link{cv}}, \cr -#' \code{\link{lsm_c_para_mn}}, -#' \code{\link{lsm_c_para_sd}}, -#' \code{\link{lsm_c_para_cv}}, \cr -#' \code{\link{lsm_l_para_mn}}, -#' \code{\link{lsm_l_para_sd}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_para_cv(landscape) -#' -#' @aliases lsm_l_para_cv -#' @rdname lsm_l_para_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_para_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_para_cv_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_para_cv_calc <- function(landscape, directions, resolution = NULL){ - - para_patch <- lsm_p_para_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(para_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "para_cv", - value = as.double(NA))) - } - - para_cv <- raster::cv(para_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "para_cv", - value = as.double(para_cv))) -} +#' PARA_CV (landscape level) +#' +#' @description Coefficient of variation perimeter-area ratio (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PARA_{CV} = cv(PARA[patch_{ij}]} +#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. +#' +#' PARA_CV is a 'Shape metric'. It summarises the landscape as the Coefficient of variation of +#' each patch belonging in the landscape The perimeter-area ratio describes the patch complexity +#' in a straightforward way. However, because it is not standarised to a certain shape +#' (e.g. a square), it is not scale independent, meaning that increasing the patch size +#' while not changing the patch form will change the ratio. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{PARA_CV >= 0} +#' \subsection{Behaviour}{Equals PARA_CV = 0 if the perimeter-area ratio is identical for +#' all patches. Increases, without limit, as the variation of the perimeter-area ratio +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_para}}, +#' \code{\link{cv}}, \cr +#' \code{\link{lsm_c_para_mn}}, +#' \code{\link{lsm_c_para_sd}}, +#' \code{\link{lsm_c_para_cv}}, \cr +#' \code{\link{lsm_l_para_mn}}, +#' \code{\link{lsm_l_para_sd}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_para_cv(landscape) +#' +#' @aliases lsm_l_para_cv +#' @rdname lsm_l_para_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_para_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_para_cv_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_para_cv_calc <- function(landscape, directions, resolution = NULL){ + + para_patch <- lsm_p_para_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(para_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "para_cv", + value = as.double(NA))) + } + + para_cv <- sd(para_patch$value) / mean(para_patch$value) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "para_cv", + value = as.double(para_cv))) +} diff --git a/R/lsm_l_para_mn.R b/R/lsm_l_para_mn.R index e7111da3f..21df11274 100644 --- a/R/lsm_l_para_mn.R +++ b/R/lsm_l_para_mn.R @@ -1,86 +1,86 @@ -#' PARA_MN (landscape level) -#' -#' @description Mean perimeter-area ratio (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PARA_{MN} = mean(PARA[patch_{ij}]} -#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. -#' -#' PARA_MN is a 'Shape metric'. It summarises the landscape as the mean of -#' each patch in the landscape. The perimeter-area ratio describes the patch complexity -#' in a straightforward way. However, because it is not standarised to a certain shape -#' (e.g. a square), it is not scale independent, meaning that increasing the patch size -#' while not changing the patch form will change the ratio. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{PARA_MN > 0} -#' \subsection{Behaviour}{Approaches PARA_MN > 0 if PARA for each patch approaches PARA > 0, -#' i.e. the form approaches a rather small square. Increases, without limit, as PARA increases, -#' i.e. patches become more complex.} -#' -#' @seealso -#' \code{\link{lsm_p_para}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_para_mn}}, -#' \code{\link{lsm_c_para_sd}}, -#' \code{\link{lsm_c_para_cv}}, \cr -#' \code{\link{lsm_l_para_sd}}, -#' \code{\link{lsm_l_para_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_para_mn(landscape) -#' -#' @aliases lsm_l_para_mn -#' @rdname lsm_l_para_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_para_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = raster::as.list(landscape), - FUN = lsm_l_para_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_para_mn_calc <- function(landscape, directions, resolution = NULL){ - - para_patch <- lsm_p_para_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(para_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "para_mn", - value = as.double(NA))) - } - - para_mn <- mean(para_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "para_mn", - value = as.double(para_mn))) -} +#' PARA_MN (landscape level) +#' +#' @description Mean perimeter-area ratio (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PARA_{MN} = mean(PARA[patch_{ij}]} +#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. +#' +#' PARA_MN is a 'Shape metric'. It summarises the landscape as the mean of +#' each patch in the landscape. The perimeter-area ratio describes the patch complexity +#' in a straightforward way. However, because it is not standarised to a certain shape +#' (e.g. a square), it is not scale independent, meaning that increasing the patch size +#' while not changing the patch form will change the ratio. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{PARA_MN > 0} +#' \subsection{Behaviour}{Approaches PARA_MN > 0 if PARA for each patch approaches PARA > 0, +#' i.e. the form approaches a rather small square. Increases, without limit, as PARA increases, +#' i.e. patches become more complex.} +#' +#' @seealso +#' \code{\link{lsm_p_para}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_para_mn}}, +#' \code{\link{lsm_c_para_sd}}, +#' \code{\link{lsm_c_para_cv}}, \cr +#' \code{\link{lsm_l_para_sd}}, +#' \code{\link{lsm_l_para_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_para_mn(landscape) +#' +#' @aliases lsm_l_para_mn +#' @rdname lsm_l_para_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_para_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = terra::as.list(landscape), + FUN = lsm_l_para_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_para_mn_calc <- function(landscape, directions, resolution = NULL){ + + para_patch <- lsm_p_para_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(para_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "para_mn", + value = as.double(NA))) + } + + para_mn <- mean(para_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "para_mn", + value = as.double(para_mn))) +} diff --git a/R/lsm_l_pd.R b/R/lsm_l_pd.R index 4183be275..3a260ce78 100644 --- a/R/lsm_l_pd.R +++ b/R/lsm_l_pd.R @@ -1,99 +1,99 @@ -#' PD (landscape level) -#' -#' @description Patch density (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PD = \frac{N} {A} * 10000 * 100} -#' where \eqn{N} is the number of patches and \eqn{A} is the total landscape -#' area in square meters. -#' -#' PD is an 'Aggregation metric'. It describes the fragmentation the landscape, however, -#' does not necessarily contain information about the configuration or composition of the -#' landscape. In contrast to \code{\link{lsm_l_np}} it is standardized to the area and -#' comparisons among landscapes with different total area are possible. -#' -#' \subsection{Units}{Number per 100 hectares} -#' \subsection{Ranges}{0 < PD <= 1e+06} -#' \subsection{Behaviour}{Increases as the landscape gets more patchy. Reaches its maximum -#' if every cell is a different patch.} -#' -#' @seealso -#' \code{\link{lsm_c_np}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_c_pd}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_pd(landscape) -#' -#' @aliases lsm_l_pd -#' @rdname lsm_l_pd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_pd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_pd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_pd_calc <- function(landscape, directions, resolution = NULL) { - - if (!inherits(x = landscape, what = "matrix")) { - resolution <- raster::res(landscape) - - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "pd", - value = as.double(NA))) - } - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise for total landscape - area_total <- sum(area_patch$value) - - # number of patches for each class - number_patches <- lsm_c_np_calc(landscape, - directions = directions) - - # summarise for total landscape - number_patches <- sum(number_patches$value) - - # relative patch density - patch_density <- number_patches / area_total * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "pd", - value = as.double(patch_density))) -} +#' PD (landscape level) +#' +#' @description Patch density (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PD = \frac{N} {A} * 10000 * 100} +#' where \eqn{N} is the number of patches and \eqn{A} is the total landscape +#' area in square meters. +#' +#' PD is an 'Aggregation metric'. It describes the fragmentation the landscape, however, +#' does not necessarily contain information about the configuration or composition of the +#' landscape. In contrast to \code{\link{lsm_l_np}} it is standardized to the area and +#' comparisons among landscapes with different total area are possible. +#' +#' \subsection{Units}{Number per 100 hectares} +#' \subsection{Ranges}{0 < PD <= 1e+06} +#' \subsection{Behaviour}{Increases as the landscape gets more patchy. Reaches its maximum +#' if every cell is a different patch.} +#' +#' @seealso +#' \code{\link{lsm_c_np}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_c_pd}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_pd(landscape) +#' +#' @aliases lsm_l_pd +#' @rdname lsm_l_pd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_pd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_pd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_pd_calc <- function(landscape, directions, resolution = NULL) { + + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "pd", + value = as.double(NA))) + } + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise for total landscape + area_total <- sum(area_patch$value) + + # number of patches for each class + number_patches <- lsm_c_np_calc(landscape, + directions = directions) + + # summarise for total landscape + number_patches <- sum(number_patches$value) + + # relative patch density + patch_density <- number_patches / area_total * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "pd", + value = as.double(patch_density))) +} diff --git a/R/lsm_l_pladj.R b/R/lsm_l_pladj.R index 17b993b64..a1f546983 100644 --- a/R/lsm_l_pladj.R +++ b/R/lsm_l_pladj.R @@ -1,84 +1,84 @@ -#' PLADJ (landscape level) -#' -#' @description Percentage of Like Adjacencies (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' -#' @details -#' \deqn{PLADJ = (\frac{g_{ij}} {\sum \limits_{k = 1}^{m} g_{ik}}) * 100} -#' where \eqn{g_{ii}} is the number of adjacencies between cells of class i -#' and \eqn{g_{ik}} is the number of adjacencies between cells of class i and k. -#' -#' PLADJ is an 'Aggregation metric'. It calculates the frequency how often patches of -#' different classes i (focal class) and k are next to each other, and following is a -#' measure of class aggregation. The adjacencies are counted using the double-count method. -#' -#' \subsection{Units}{Percent} -#' \subsection{Ranges}{0 <= PLADJ <= 100} -#' \subsection{Behaviour}{Equals PLADJ = 0 if class i is maximal disaggregated, -#' i.e. every cell is a different patch. Equals PLADJ = 100 when the only one patch -#' is present.} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_pladj(landscape) -#' -#' @aliases lsm_l_pladj -#' @rdname lsm_l_pladj -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/. -#' -#' @export -lsm_l_pladj <- function(landscape) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_pladj_calc) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_pladj_calc <- function(landscape) { - - if (!inherits(x = landscape, what = "matrix")) { - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "pladj", - value = as.double(NA))) - } - - landscape_padded <- pad_raster_internal(landscape, - pad_raster_value = -999, - pad_raster_cells = 1, - global = FALSE) - - tb <- rcpp_get_coocurrence_matrix(landscape_padded, - directions = as.matrix(4)) - - like_adjacencies <- sum(diag(tb)[-1]) - total_adjacencies <- sum(tb[,-1]) - - pladj <- like_adjacencies / total_adjacencies * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "pladj", - value = as.double(pladj))) -} +#' PLADJ (landscape level) +#' +#' @description Percentage of Like Adjacencies (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' +#' @details +#' \deqn{PLADJ = (\frac{g_{ij}} {\sum \limits_{k = 1}^{m} g_{ik}}) * 100} +#' where \eqn{g_{ii}} is the number of adjacencies between cells of class i +#' and \eqn{g_{ik}} is the number of adjacencies between cells of class i and k. +#' +#' PLADJ is an 'Aggregation metric'. It calculates the frequency how often patches of +#' different classes i (focal class) and k are next to each other, and following is a +#' measure of class aggregation. The adjacencies are counted using the double-count method. +#' +#' \subsection{Units}{Percent} +#' \subsection{Ranges}{0 <= PLADJ <= 100} +#' \subsection{Behaviour}{Equals PLADJ = 0 if class i is maximal disaggregated, +#' i.e. every cell is a different patch. Equals PLADJ = 100 when the only one patch +#' is present.} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_pladj(landscape) +#' +#' @aliases lsm_l_pladj +#' @rdname lsm_l_pladj +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/. +#' +#' @export +lsm_l_pladj <- function(landscape) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_pladj_calc) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_pladj_calc <- function(landscape) { + + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "pladj", + value = as.double(NA))) + } + + landscape_padded <- pad_raster_internal(landscape, + pad_raster_value = -999, + pad_raster_cells = 1, + global = FALSE) + + tb <- rcpp_get_coocurrence_matrix(landscape_padded, + directions = as.matrix(4)) + + like_adjacencies <- sum(diag(tb)[-1]) + total_adjacencies <- sum(tb[,-1]) + + pladj <- like_adjacencies / total_adjacencies * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "pladj", + value = as.double(pladj))) +} diff --git a/R/lsm_l_relmutinf.R b/R/lsm_l_relmutinf.R index 7e69282d7..b621d3a1d 100644 --- a/R/lsm_l_relmutinf.R +++ b/R/lsm_l_relmutinf.R @@ -1,93 +1,93 @@ -#' RELMUTINF (landscape level) -#' -#' @description Relative mutual information -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: -#' 4 (rook's case) or 8 (queen's case). The default is 4. -#' @param ordered The type of pairs considered. -#' Either ordered (TRUE) or unordered (FALSE). -#' The default is TRUE. -#' @param base The unit in which entropy is measured. -#' The default is "log2", which compute entropy in "bits". -#' "log" and "log10" can be also used. -#' -#' @details -#' Due to the spatial autocorrelation, the value of mutual information tends to grow with a diversity of the landscape (marginal entropy). To adjust this tendency, it is possible to calculate relative mutual information by dividing the mutual information by the marginal entropy. Relative mutual information always has a range between 0 and 1 and can be used to compare spatial data with different number and distribution of categories. -#' When the value of mutual information equals to 0, then relative mutual information is 1. -#' -#' @seealso -#' \code{\link{lsm_l_ent}}, -#' \code{\link{lsm_l_condent}}, -#' \code{\link{lsm_l_joinent}}, -#' \code{\link{lsm_l_mutinf}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_relmutinf(landscape) -#' -#' @aliases lsm_l_relmutinf -#' @rdname lsm_l_relmutinf -#' -#' @references -#' Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework -#' for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x -#' -#' @export -lsm_l_relmutinf <- function(landscape, - neighbourhood = 4, - ordered = TRUE, - base = "log2") { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_relmutinf_calc, - neighbourhood = neighbourhood, - ordered = ordered, - base = base) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_relmutinf_calc <- function(landscape, neighbourhood, ordered, base){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "mutinf", - value = as.double(NA))) - } - - com <- rcpp_get_coocurrence_matrix(landscape, - directions = as.matrix(neighbourhood)) - com_c <- colSums(com) - - coh <- rcpp_get_coocurrence_vector(landscape, - directions = as.matrix(neighbourhood), - ordered = ordered) - - comp <- rcpp_get_entropy(com_c, base) - cplx <- rcpp_get_entropy(coh, base) - conf <- cplx - comp - aggr <- comp - conf - rel <- ifelse(aggr == 0, 1, aggr / comp) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "relmutinf", - value = as.double(rel))) -} +#' RELMUTINF (landscape level) +#' +#' @description Relative mutual information +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: +#' 4 (rook's case) or 8 (queen's case). The default is 4. +#' @param ordered The type of pairs considered. +#' Either ordered (TRUE) or unordered (FALSE). +#' The default is TRUE. +#' @param base The unit in which entropy is measured. +#' The default is "log2", which compute entropy in "bits". +#' "log" and "log10" can be also used. +#' +#' @details +#' Due to the spatial autocorrelation, the value of mutual information tends to grow with a diversity of the landscape (marginal entropy). To adjust this tendency, it is possible to calculate relative mutual information by dividing the mutual information by the marginal entropy. Relative mutual information always has a range between 0 and 1 and can be used to compare spatial data with different number and distribution of categories. +#' When the value of mutual information equals to 0, then relative mutual information is 1. +#' +#' @seealso +#' \code{\link{lsm_l_ent}}, +#' \code{\link{lsm_l_condent}}, +#' \code{\link{lsm_l_joinent}}, +#' \code{\link{lsm_l_mutinf}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_relmutinf(landscape) +#' +#' @aliases lsm_l_relmutinf +#' @rdname lsm_l_relmutinf +#' +#' @references +#' Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework +#' for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x +#' +#' @export +lsm_l_relmutinf <- function(landscape, + neighbourhood = 4, + ordered = TRUE, + base = "log2") { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_relmutinf_calc, + neighbourhood = neighbourhood, + ordered = ordered, + base = base) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_relmutinf_calc <- function(landscape, neighbourhood, ordered, base){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "mutinf", + value = as.double(NA))) + } + + com <- rcpp_get_coocurrence_matrix(landscape, + directions = as.matrix(neighbourhood)) + com_c <- colSums(com) + + coh <- rcpp_get_coocurrence_vector(landscape, + directions = as.matrix(neighbourhood), + ordered = ordered) + + comp <- rcpp_get_entropy(com_c, base) + cplx <- rcpp_get_entropy(coh, base) + conf <- cplx - comp + aggr <- comp - conf + rel <- ifelse(aggr == 0, 1, aggr / comp) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "relmutinf", + value = as.double(rel))) +} diff --git a/R/lsm_l_shape_cv.R b/R/lsm_l_shape_cv.R index 10ba6ba10..5c8739609 100644 --- a/R/lsm_l_shape_cv.R +++ b/R/lsm_l_shape_cv.R @@ -1,90 +1,89 @@ -#' SHAPE_CV (landscape level) -#' -#' @description Coefficient of variation shape index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{SHAPE_{CV} = cv(SHAPE[patch_{ij}])} -#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. -#' -#' SHAPE_CV is a 'Shape metric'. The landscape is summarised as the Coefficient of variation -#' of all patches in the landscape. SHAPE describes the ratio between the actual perimeter -#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -#' equals the perimeter if the patch would be maximally compact. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{SHAPE_CV >= 0} -#' \subsection{Behaviour}{Equals SHAPE_CV = 0 if all patches have an identical shape index. -#' Increases, without limit, as the variation of the shape index increases.} -#' -#' @seealso -#' \code{\link{lsm_p_shape}}, -#' \code{\link{cv}}, \cr -#' \code{\link{lsm_c_shape_mn}}, -#' \code{\link{lsm_c_shape_sd}}, \cr -#' \code{\link{lsm_c_shape_cv}}, -#' \code{\link{lsm_l_shape_mn}}, -#' \code{\link{lsm_l_shape_sd}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_shape_cv(landscape) -#' -#' @aliases lsm_l_shape_cv -#' @rdname lsm_l_shape_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". -#' Wildl. Soc.Bull. 3:171-173. -#' -#' @export -lsm_l_shape_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_shape_cv_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_shape_cv_calc <- function(landscape, directions, resolution = NULL){ - - # shape index for each patch - shape <- lsm_p_shape_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(shape$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "shape_cv", - value = as.double(NA))) - } - - # calculate cv - shape_cv <- raster::cv(shape$value, - na.rm = TRUE) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "shape_cv", - value = as.double(shape_cv))) -} +#' SHAPE_CV (landscape level) +#' +#' @description Coefficient of variation shape index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{SHAPE_{CV} = cv(SHAPE[patch_{ij}])} +#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. +#' +#' SHAPE_CV is a 'Shape metric'. The landscape is summarised as the Coefficient of variation +#' of all patches in the landscape. SHAPE describes the ratio between the actual perimeter +#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter +#' equals the perimeter if the patch would be maximally compact. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{SHAPE_CV >= 0} +#' \subsection{Behaviour}{Equals SHAPE_CV = 0 if all patches have an identical shape index. +#' Increases, without limit, as the variation of the shape index increases.} +#' +#' @seealso +#' \code{\link{lsm_p_shape}}, +#' \code{\link{cv}}, \cr +#' \code{\link{lsm_c_shape_mn}}, +#' \code{\link{lsm_c_shape_sd}}, \cr +#' \code{\link{lsm_c_shape_cv}}, +#' \code{\link{lsm_l_shape_mn}}, +#' \code{\link{lsm_l_shape_sd}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_shape_cv(landscape) +#' +#' @aliases lsm_l_shape_cv +#' @rdname lsm_l_shape_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". +#' Wildl. Soc.Bull. 3:171-173. +#' +#' @export +lsm_l_shape_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_shape_cv_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_shape_cv_calc <- function(landscape, directions, resolution = NULL){ + + # shape index for each patch + shape <- lsm_p_shape_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(shape$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "shape_cv", + value = as.double(NA))) + } + + # calculate cv + shape_cv <- sd(shape$value, na.rm = TRUE) / mean(shape$value, na.rm = TRUE) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "shape_cv", + value = as.double(shape_cv))) +} diff --git a/R/lsm_l_te.R b/R/lsm_l_te.R index aae830014..dfc7c1fb2 100644 --- a/R/lsm_l_te.R +++ b/R/lsm_l_te.R @@ -1,132 +1,132 @@ -#' TE (landscape level) -#' -#' @description Total edge (Area and Edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param count_boundary Include landscape boundary in edge length -#' -#' @details -#' \deqn{TE = \sum \limits_{k = 1}^{m} e_{ik}} -#' where \eqn{e_{ik}} is the edge lengths in meters. - -#' TE is an 'Area and edge metric'. Total edge includes all edges. It measures the -#' configuration of the landscape because a highly fragmented landscape will have many -#' edges. However, total edge is an absolute measure, making comparisons among landscapes -#' with different total areas difficult. If \code{count_boundary = TRUE} also edges to the -#' landscape boundary are included. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{TE >= 0} -#' \subsection{Behaviour}{Equals TE = 0 if all cells are edge cells. Increases, without limit, -#' as landscape becomes more fragmented} -#' -#' @seealso -#' \code{\link{lsm_p_perim}} -#' \code{\link{lsm_l_te}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_te(landscape) -#' -#' @aliases lsm_l_te -#' @rdname lsm_l_te -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_te <- function(landscape, count_boundary = FALSE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_te_calc, - count_boundary = count_boundary) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_te_calc <- function(landscape, count_boundary, resolution = NULL){ - - # conver raster to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- raster::res(landscape) - - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "te", - value = as.double(NA))) - } - - # get resolution in x-y directions - resolution_x <- resolution[[1]] - resolution_y <- resolution[[2]] - - if (count_boundary) { - - # get background value not present as class - background_value <- max(landscape, na.rm = TRUE) + 1 - - # add row/col around raster - landscape <- pad_raster_internal(landscape = landscape, - pad_raster_value = background_value, - pad_raster_cells = 1, global = FALSE) - - # set NA to background value - landscape[is.na(landscape)] <- background_value - } - - if (resolution_x == resolution_y) { - - neighbor_matrix <- rcpp_get_coocurrence_matrix(landscape, - directions = as.matrix(4)) - - edge_total <- sum(neighbor_matrix[lower.tri(neighbor_matrix)]) * resolution_x - - } else { - - top_bottom_matrix <- matrix(c(NA, NA, NA, - 1, 0, 1, - NA, NA, NA), 3, 3, byrow = TRUE) - - left_right_matrix <- matrix(c(NA, 1, NA, - NA, 0, NA, - NA, 1, NA), 3, 3, byrow = TRUE) - - left_right_neighbours <- - rcpp_get_coocurrence_matrix(landscape, - directions = as.matrix(left_right_matrix)) - - edge_left_right <- - sum(left_right_neighbours[lower.tri(left_right_neighbours)]) * resolution_x - - top_bottom_neighbours <- - rcpp_get_coocurrence_matrix(raster::as.matrix(landscape), - directions = as.matrix(top_bottom_matrix)) - - edge_top_bottom <- - sum(top_bottom_neighbours[lower.tri(top_bottom_neighbours)]) * resolution_y - - edge_total <- edge_left_right + edge_top_bottom - } - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "te", - value = as.double(edge_total))) -} +#' TE (landscape level) +#' +#' @description Total edge (Area and Edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param count_boundary Include landscape boundary in edge length +#' +#' @details +#' \deqn{TE = \sum \limits_{k = 1}^{m} e_{ik}} +#' where \eqn{e_{ik}} is the edge lengths in meters. + +#' TE is an 'Area and edge metric'. Total edge includes all edges. It measures the +#' configuration of the landscape because a highly fragmented landscape will have many +#' edges. However, total edge is an absolute measure, making comparisons among landscapes +#' with different total areas difficult. If \code{count_boundary = TRUE} also edges to the +#' landscape boundary are included. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{TE >= 0} +#' \subsection{Behaviour}{Equals TE = 0 if all cells are edge cells. Increases, without limit, +#' as landscape becomes more fragmented} +#' +#' @seealso +#' \code{\link{lsm_p_perim}} +#' \code{\link{lsm_l_te}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_te(landscape) +#' +#' @aliases lsm_l_te +#' @rdname lsm_l_te +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_te <- function(landscape, count_boundary = FALSE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_te_calc, + count_boundary = count_boundary) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_te_calc <- function(landscape, count_boundary, resolution = NULL){ + + # conver raster to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "te", + value = as.double(NA))) + } + + # get resolution in x-y directions + resolution_x <- resolution[[1]] + resolution_y <- resolution[[2]] + + if (count_boundary) { + + # get background value not present as class + background_value <- max(landscape, na.rm = TRUE) + 1 + + # add row/col around raster + landscape <- pad_raster_internal(landscape = landscape, + pad_raster_value = background_value, + pad_raster_cells = 1, global = FALSE) + + # set NA to background value + landscape[is.na(landscape)] <- background_value + } + + if (resolution_x == resolution_y) { + + neighbor_matrix <- rcpp_get_coocurrence_matrix(landscape, + directions = as.matrix(4)) + + edge_total <- sum(neighbor_matrix[lower.tri(neighbor_matrix)]) * resolution_x + + } else { + + top_bottom_matrix <- matrix(c(NA, NA, NA, + 1, 0, 1, + NA, NA, NA), 3, 3, byrow = TRUE) + + left_right_matrix <- matrix(c(NA, 1, NA, + NA, 0, NA, + NA, 1, NA), 3, 3, byrow = TRUE) + + left_right_neighbours <- + rcpp_get_coocurrence_matrix(landscape, + directions = as.matrix(left_right_matrix)) + + edge_left_right <- + sum(left_right_neighbours[lower.tri(left_right_neighbours)]) * resolution_x + + top_bottom_neighbours <- + rcpp_get_coocurrence_matrix(terra::as.matrix(landscape, wide = TRUE), + directions = as.matrix(top_bottom_matrix)) + + edge_top_bottom <- + sum(top_bottom_neighbours[lower.tri(top_bottom_neighbours)]) * resolution_y + + edge_total <- edge_left_right + edge_top_bottom + } + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "te", + value = as.double(edge_total))) +} diff --git a/R/lsm_p_area.R b/R/lsm_p_area.R index 7b81662ab..4148fe0d5 100644 --- a/R/lsm_p_area.R +++ b/R/lsm_p_area.R @@ -1,114 +1,114 @@ -#' AREA (patch level) -#' -#' @description Patch area (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{AREA = a_{ij} * (\frac{1} {10000})} -#' where \eqn{a_{ij}} is the area in square meters. -#' -#' AREA is an 'Area and edge metric' and equals the area of each patch in hectares. -#' The lower limit of AREA is limited by the resolution of the input raster, -#' i.e. AREA can't be smaller than the resolution squared (in hectares). It is one of -#' the most basic, but also most important metrics, to characterise a landscape. The -#' metric is the simplest measure of composition. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{AREA > 0} -#' \subsection{Behaviour}{Increases, without limit, as the patch size increases.} -#' -#' @seealso -#' \code{\link{lsm_c_area_mn}}, -#' \code{\link{lsm_c_area_sd}}, -#' \code{\link{lsm_c_area_cv}}, -#' \code{\link{lsm_c_ca}}, \cr -#' \code{\link{lsm_l_area_mn}}, -#' \code{\link{lsm_l_area_sd}}, -#' \code{\link{lsm_l_area_cv}}, -#' \code{\link{lsm_l_ta}} -#' -#' @return tibble -#' -#' @examples -#' lsm_p_area(landscape) -#' -#' @aliases lsm_p_area -#' @rdname lsm_p_area -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_p_area <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_area_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - - -lsm_p_area_calc <- function(landscape, directions, resolution = NULL){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - - resolution <- raster::res(landscape) - - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "area", - value = as.double(NA))) - } - - # factor to convert cell to area - factor_ha <- prod(resolution) / 10000 - - # get unique class id - classes <- get_unique_values_int(landscape, verbose = FALSE) - - area_patch <- do.call(rbind, - lapply(classes, function(patches_class){ - - # get connected patches - landscape_labeled <- get_patches_int(landscape, - class = patches_class, - directions = directions)[[1]] - - # multiply number of cells within each patch with hectar factor - area_patch_ij <- rcpp_get_composition_vector(x = landscape_labeled) * factor_ha - - tibble::tibble( - class = as.integer(patches_class), - value = area_patch_ij) - }) - ) - - return(tibble::tibble( - level = "patch", - class = as.integer(area_patch$class), - id = as.integer(seq_len(nrow(area_patch))), - metric = "area", - value = as.double(area_patch$value) - ) - ) -} +#' AREA (patch level) +#' +#' @description Patch area (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{AREA = a_{ij} * (\frac{1} {10000})} +#' where \eqn{a_{ij}} is the area in square meters. +#' +#' AREA is an 'Area and edge metric' and equals the area of each patch in hectares. +#' The lower limit of AREA is limited by the resolution of the input raster, +#' i.e. AREA can't be smaller than the resolution squared (in hectares). It is one of +#' the most basic, but also most important metrics, to characterise a landscape. The +#' metric is the simplest measure of composition. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{AREA > 0} +#' \subsection{Behaviour}{Increases, without limit, as the patch size increases.} +#' +#' @seealso +#' \code{\link{lsm_c_area_mn}}, +#' \code{\link{lsm_c_area_sd}}, +#' \code{\link{lsm_c_area_cv}}, +#' \code{\link{lsm_c_ca}}, \cr +#' \code{\link{lsm_l_area_mn}}, +#' \code{\link{lsm_l_area_sd}}, +#' \code{\link{lsm_l_area_cv}}, +#' \code{\link{lsm_l_ta}} +#' +#' @return tibble +#' +#' @examples +#' lsm_p_area(landscape) +#' +#' @aliases lsm_p_area +#' @rdname lsm_p_area +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_p_area <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_area_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + + +lsm_p_area_calc <- function(landscape, directions, resolution = NULL){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "area", + value = as.double(NA))) + } + + # factor to convert cell to area + factor_ha <- prod(resolution) / 10000 + + # get unique class id + classes <- get_unique_values_int(landscape, verbose = FALSE) + + area_patch <- do.call(rbind, + lapply(classes, function(patches_class){ + + # get connected patches + landscape_labeled <- get_patches_int(landscape, + class = patches_class, + directions = directions)[[1]] + + # multiply number of cells within each patch with hectar factor + area_patch_ij <- rcpp_get_composition_vector(x = landscape_labeled) * factor_ha + + tibble::tibble( + class = as.integer(patches_class), + value = area_patch_ij) + }) + ) + + return(tibble::tibble( + level = "patch", + class = as.integer(area_patch$class), + id = as.integer(seq_len(nrow(area_patch))), + metric = "area", + value = as.double(area_patch$value) + ) + ) +} diff --git a/R/lsm_p_cai.R b/R/lsm_p_cai.R index de7c029bd..b27a4b1e8 100644 --- a/R/lsm_p_cai.R +++ b/R/lsm_p_cai.R @@ -1,120 +1,120 @@ -#' CAI (patch level) -#' -#' @description Core area index (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CAI = (\frac{a_{ij}^{core}} {a_{ij}}) * 100} -#' where \eqn{a_{ij}^{core}} is the core area in square meters and \eqn{a_{ij}} -#' is the area in square meters. -#' -#' CAI is a 'Core area metric'. It equals the percentage of a patch that is core area. -#' A cell is defined as core area if the cell has no neighbour with a different value -#' than itself (rook's case). It describes patch area and shape simultaneously (more core area -#' when the patch is large and the shape is rather compact, i.e. a square). Because the index is -#' relative, it is comparable among patches with different area. -#' -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{0 <= CAI <= 100} -#' \subsection{Behaviour}{CAI = 0 when the patch has no core area and -#' approaches CAI = 100 with increasing percentage of core area within a patch.} -#' -#' @seealso -#' \code{\link{lsm_p_core}}, -#' \code{\link{lsm_p_area}}, \cr -#' \code{\link{lsm_c_cai_mn}}, -#' \code{\link{lsm_c_cai_sd}}, -#' \code{\link{lsm_c_cai_cv}}, -#' \code{\link{lsm_c_cpland}}, \cr -#' \code{\link{lsm_l_cai_mn}}, -#' \code{\link{lsm_l_cai_sd}}, -#' \code{\link{lsm_l_cai_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_p_cai(landscape) -#' -#' @aliases lsm_p_cai -#' @rdname lsm_p_cai -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_p_cai <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_cai_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_p_cai_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ - - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- raster::res(landscape) - - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "cai", - value = as.double(NA))) - } - - # get patch area - area_patch <- lsm_p_area_calc(landscape = landscape, - directions = directions, - resolution = resolution) - - # convert from ha to sqm - area_patch$value <- area_patch$value - - # get core area - core_patch <- lsm_p_core_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # calculate CAI index - cai_patch <- core_patch$value / area_patch$value * 100 - - tibble::tibble( - level = "patch", - class = as.integer(area_patch$class), - id = as.integer(area_patch$id), - metric = "cai", - value = as.double(cai_patch) - ) -} +#' CAI (patch level) +#' +#' @description Core area index (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CAI = (\frac{a_{ij}^{core}} {a_{ij}}) * 100} +#' where \eqn{a_{ij}^{core}} is the core area in square meters and \eqn{a_{ij}} +#' is the area in square meters. +#' +#' CAI is a 'Core area metric'. It equals the percentage of a patch that is core area. +#' A cell is defined as core area if the cell has no neighbour with a different value +#' than itself (rook's case). It describes patch area and shape simultaneously (more core area +#' when the patch is large and the shape is rather compact, i.e. a square). Because the index is +#' relative, it is comparable among patches with different area. +#' +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{0 <= CAI <= 100} +#' \subsection{Behaviour}{CAI = 0 when the patch has no core area and +#' approaches CAI = 100 with increasing percentage of core area within a patch.} +#' +#' @seealso +#' \code{\link{lsm_p_core}}, +#' \code{\link{lsm_p_area}}, \cr +#' \code{\link{lsm_c_cai_mn}}, +#' \code{\link{lsm_c_cai_sd}}, +#' \code{\link{lsm_c_cai_cv}}, +#' \code{\link{lsm_c_cpland}}, \cr +#' \code{\link{lsm_l_cai_mn}}, +#' \code{\link{lsm_l_cai_sd}}, +#' \code{\link{lsm_l_cai_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_p_cai(landscape) +#' +#' @aliases lsm_p_cai +#' @rdname lsm_p_cai +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_p_cai <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_cai_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_p_cai_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ + + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "cai", + value = as.double(NA))) + } + + # get patch area + area_patch <- lsm_p_area_calc(landscape = landscape, + directions = directions, + resolution = resolution) + + # convert from ha to sqm + area_patch$value <- area_patch$value + + # get core area + core_patch <- lsm_p_core_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # calculate CAI index + cai_patch <- core_patch$value / area_patch$value * 100 + + tibble::tibble( + level = "patch", + class = as.integer(area_patch$class), + id = as.integer(area_patch$id), + metric = "cai", + value = as.double(cai_patch) + ) +} diff --git a/R/lsm_p_circle.R b/R/lsm_p_circle.R index 11c6374ed..38a5cff31 100644 --- a/R/lsm_p_circle.R +++ b/R/lsm_p_circle.R @@ -1,136 +1,136 @@ -#' CIRCLE (patch level) -#' -#' @description Related Circumscribing Circle (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CIRCLE = 1 - (\frac{a_{ij}} {a_{ij}^{circle}})} -#' where \eqn{a_{ij}} is the area in square meters and \eqn{a_{ij}^{circle}} the area of -#' the smallest circumscribing circle. -#' -#' CIRCLE is a 'Shape metric'. The metric is the ratio between the patch area and the smallest -#' circumscribing circle of the patch. The diameter of the smallest circumscribing circle is -#' the 'diameter' of the patch connecting the opposing corner points of the two cells -#' that are the furthest away from each other. The metric characterises the compactness -#' of the patch and is comparable among patches with different area. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{0 <= CIRCLE < 1} -#' \subsection{Behaviour}{CIRCLE = 0 for a circular patch and approaches CIRCLE = 1 for -#' a linear patch.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, \cr -#' \code{\link{lsm_c_circle_mn}}, -#' \code{\link{lsm_c_circle_sd}}, -#' \code{\link{lsm_c_circle_cv}}, \cr -#' \code{\link{lsm_l_circle_mn}}, -#' \code{\link{lsm_l_circle_sd}}, -#' \code{\link{lsm_l_circle_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_p_circle(landscape) -#' -#' @aliases lsm_p_circle -#' @rdname lsm_p_circle -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of -#' landscape structure using the GRASS geographical information system. -#' Landscape Ecology 7: 291-302. -#' -#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). -#' -#' @export -lsm_p_circle <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_circle_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_p_circle_calc <- function(landscape, directions, resolution = NULL) { - - # conver to matrix - if (!inherits(x = landscape, what = "matrix")) { - - # get resolution - resolution <- raster::res(landscape) - - # convert to matrix - landscape <- raster::as.matrix(landscape) - } - - # check if resolution is identical - if (!isTRUE(all.equal(resolution[1], resolution[2]))) { - - stop("The area of the circumscribing circle is currently only implemented for equal resolutions.", - call. = FALSE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "circle", - value = as.double(NA))) - } - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # convert area to m2 - area_patch <- area_patch$value * 10000 - - # get unique classes - classes <- get_unique_values_int(landscape, verbose = FALSE) - - circle_patch <- do.call(rbind, - lapply(classes, function(patches_class) { - - # get connected patches - landscape_labeled <- get_patches_int(landscape, - class = patches_class, - directions = directions)[[1]] - - # get circle radius around patch - circle <- rcpp_get_circle(landscape_labeled, - resolution_xy = resolution[[1]]) - - tibble::tibble(class = patches_class, - value = circle$circle_area) - }) - ) - - # calculate circle metric - circle_patch$value <- 1 - (area_patch / circle_patch$value) - - tibble::tibble( - level = "patch", - class = as.integer(circle_patch$class), - id = as.integer(seq_len(nrow(circle_patch))), - metric = "circle", - value = as.double(circle_patch$value) - ) -} +#' CIRCLE (patch level) +#' +#' @description Related Circumscribing Circle (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CIRCLE = 1 - (\frac{a_{ij}} {a_{ij}^{circle}})} +#' where \eqn{a_{ij}} is the area in square meters and \eqn{a_{ij}^{circle}} the area of +#' the smallest circumscribing circle. +#' +#' CIRCLE is a 'Shape metric'. The metric is the ratio between the patch area and the smallest +#' circumscribing circle of the patch. The diameter of the smallest circumscribing circle is +#' the 'diameter' of the patch connecting the opposing corner points of the two cells +#' that are the furthest away from each other. The metric characterises the compactness +#' of the patch and is comparable among patches with different area. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{0 <= CIRCLE < 1} +#' \subsection{Behaviour}{CIRCLE = 0 for a circular patch and approaches CIRCLE = 1 for +#' a linear patch.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, \cr +#' \code{\link{lsm_c_circle_mn}}, +#' \code{\link{lsm_c_circle_sd}}, +#' \code{\link{lsm_c_circle_cv}}, \cr +#' \code{\link{lsm_l_circle_mn}}, +#' \code{\link{lsm_l_circle_sd}}, +#' \code{\link{lsm_l_circle_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_p_circle(landscape) +#' +#' @aliases lsm_p_circle +#' @rdname lsm_p_circle +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of +#' landscape structure using the GRASS geographical information system. +#' Landscape Ecology 7: 291-302. +#' +#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). +#' +#' @export +lsm_p_circle <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_circle_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_p_circle_calc <- function(landscape, directions, resolution = NULL) { + + # conver to matrix + if (!inherits(x = landscape, what = "matrix")) { + + # get resolution + resolution <- terra::res(landscape) + + # convert to matrix + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # check if resolution is identical + if (!isTRUE(all.equal(resolution[1], resolution[2]))) { + + stop("The area of the circumscribing circle is currently only implemented for equal resolutions.", + call. = FALSE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "circle", + value = as.double(NA))) + } + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # convert area to m2 + area_patch <- area_patch$value * 10000 + + # get unique classes + classes <- get_unique_values_int(landscape, verbose = FALSE) + + circle_patch <- do.call(rbind, + lapply(classes, function(patches_class) { + + # get connected patches + landscape_labeled <- get_patches_int(landscape, + class = patches_class, + directions = directions)[[1]] + + # get circle radius around patch + circle <- rcpp_get_circle(landscape_labeled, + resolution_xy = resolution[[1]]) + + tibble::tibble(class = patches_class, + value = circle$circle_area) + }) + ) + + # calculate circle metric + circle_patch$value <- 1 - (area_patch / circle_patch$value) + + tibble::tibble( + level = "patch", + class = as.integer(circle_patch$class), + id = as.integer(seq_len(nrow(circle_patch))), + metric = "circle", + value = as.double(circle_patch$value) + ) +} diff --git a/R/lsm_p_contig.R b/R/lsm_p_contig.R index 21f7342f1..1d7b25ae5 100644 --- a/R/lsm_p_contig.R +++ b/R/lsm_p_contig.R @@ -1,151 +1,151 @@ -#' CONTIG (patch level) -#' -#' @description Contiguity index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CONTIG = \frac{\Bigg[\frac{\sum\limits_{r=1}^z c_{ijr}}{a_{ij}}\Bigg] - 1 }{ v - 1} } -#' -#' where \eqn{c_{ijr}} is the contiguity value for pixel r in patch ij, -#' \eqn{a_{ij}} the area of the respective patch (number of cells) and \eqn{v} is -#' the size of the filter matrix (13 in this case). -#' -#' CONTIG is a 'Shape metric'. It asses the spatial connectedness (contiguity) of -#' cells in patches. CONTIG coerces patch values to a value of 1 and the background -#' to NA. A nine cell focal filter matrix: -#' -#' ``` -#' filter_matrix <- matrix(c(1, 2, 1, -#' 2, 1, 2, -#' 1, 2, 1), 3, 3, byrow = T) -#' ``` -#' ... is then used to weight orthogonally contiguous pixels more heavily than -#' diagonally contiguous pixels. Therefore, larger and more connections between -#' patch cells in the rookie case result in larger contiguity index values. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{0 >= CONTIG <= 1} -#' \subsection{Behaviour}{Equals 0 for one-pixel patches and increases to a limit -#' of 1 (fully connected patch).} -#' -#' @seealso -#' \code{\link{lsm_c_contig_mn}}, -#' \code{\link{lsm_c_contig_sd}}, -#' \code{\link{lsm_c_contig_cv}}, \cr -#' \code{\link{lsm_l_contig_mn}}, -#' \code{\link{lsm_l_contig_sd}}, -#' \code{\link{lsm_l_contig_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_p_contig(landscape) -#' -#' @aliases lsm_p_contig -#' @rdname lsm_p_contig -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. -#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 -#' -#' @export -lsm_p_contig <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_contig_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_p_contig_calc <- function(landscape, directions) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "contig", - value = as.double(NA))) - } - - # get unique values - classes <- get_unique_values_int(landscape, verbose = FALSE) - - # diagonal neighbours - diagonal_matrix <- matrix(c(1, NA, 1, - NA, 0, NA, - 1, NA, 1), 3, 3, byrow = TRUE) - - # x-y neighbours - straigth_matrix <- matrix(c(NA, 1, NA, - 1, 0, 1, - NA, 1, NA), 3, 3, byrow = TRUE) - - contig_patch <- do.call(rbind, - lapply(classes, function(patches_class) { - - # get connected patches - patch_mat <- get_patches_int(landscape, - directions = directions, - class = patches_class)[[1]] - - # get number of cells for each patch - n_cells <- rcpp_get_composition_vector(patch_mat) - - # get number of patches - n_patches <- length(n_cells) - - - # get diagonal neighbours of same patch - diagonal_neighbours <- rcpp_get_coocurrence_matrix_diag(patch_mat, - directions = as.matrix(diagonal_matrix)) - - # get straight neighbours of same patch weighted twice - straigth_neighbours <- rcpp_get_coocurrence_matrix_diag(patch_mat, - directions = as.matrix(straigth_matrix)) * 2 - - # calculated contiguity - contiguity <- (((diagonal_neighbours + - straigth_neighbours + - n_cells) / - n_cells) - 1) / 12 - - class <- patches_class - - rm(patch_mat) - gc(verbose = FALSE) - - tibble::tibble(class = class, - value = contiguity) - - }) - ) - - tibble::tibble( - level = "patch", - class = as.integer(contig_patch$class), - id = as.integer(seq_len(nrow(contig_patch))), - metric = "contig", - value = as.double(contig_patch$value) - ) -} +#' CONTIG (patch level) +#' +#' @description Contiguity index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CONTIG = \frac{\Bigg[\frac{\sum\limits_{r=1}^z c_{ijr}}{a_{ij}}\Bigg] - 1 }{ v - 1} } +#' +#' where \eqn{c_{ijr}} is the contiguity value for pixel r in patch ij, +#' \eqn{a_{ij}} the area of the respective patch (number of cells) and \eqn{v} is +#' the size of the filter matrix (13 in this case). +#' +#' CONTIG is a 'Shape metric'. It asses the spatial connectedness (contiguity) of +#' cells in patches. CONTIG coerces patch values to a value of 1 and the background +#' to NA. A nine cell focal filter matrix: +#' +#' ``` +#' filter_matrix <- matrix(c(1, 2, 1, +#' 2, 1, 2, +#' 1, 2, 1), 3, 3, byrow = T) +#' ``` +#' ... is then used to weight orthogonally contiguous pixels more heavily than +#' diagonally contiguous pixels. Therefore, larger and more connections between +#' patch cells in the rookie case result in larger contiguity index values. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{0 >= CONTIG <= 1} +#' \subsection{Behaviour}{Equals 0 for one-pixel patches and increases to a limit +#' of 1 (fully connected patch).} +#' +#' @seealso +#' \code{\link{lsm_c_contig_mn}}, +#' \code{\link{lsm_c_contig_sd}}, +#' \code{\link{lsm_c_contig_cv}}, \cr +#' \code{\link{lsm_l_contig_mn}}, +#' \code{\link{lsm_l_contig_sd}}, +#' \code{\link{lsm_l_contig_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_p_contig(landscape) +#' +#' @aliases lsm_p_contig +#' @rdname lsm_p_contig +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. +#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 +#' +#' @export +lsm_p_contig <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_contig_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_p_contig_calc <- function(landscape, directions) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "contig", + value = as.double(NA))) + } + + # get unique values + classes <- get_unique_values_int(landscape, verbose = FALSE) + + # diagonal neighbours + diagonal_matrix <- matrix(c(1, NA, 1, + NA, 0, NA, + 1, NA, 1), 3, 3, byrow = TRUE) + + # x-y neighbours + straigth_matrix <- matrix(c(NA, 1, NA, + 1, 0, 1, + NA, 1, NA), 3, 3, byrow = TRUE) + + contig_patch <- do.call(rbind, + lapply(classes, function(patches_class) { + + # get connected patches + patch_mat <- get_patches_int(landscape, + directions = directions, + class = patches_class)[[1]] + + # get number of cells for each patch + n_cells <- rcpp_get_composition_vector(patch_mat) + + # get number of patches + n_patches <- length(n_cells) + + + # get diagonal neighbours of same patch + diagonal_neighbours <- rcpp_get_coocurrence_matrix_diag(patch_mat, + directions = as.matrix(diagonal_matrix)) + + # get straight neighbours of same patch weighted twice + straigth_neighbours <- rcpp_get_coocurrence_matrix_diag(patch_mat, + directions = as.matrix(straigth_matrix)) * 2 + + # calculated contiguity + contiguity <- (((diagonal_neighbours + + straigth_neighbours + + n_cells) / + n_cells) - 1) / 12 + + class <- patches_class + + rm(patch_mat) + gc(verbose = FALSE) + + tibble::tibble(class = class, + value = contiguity) + + }) + ) + + tibble::tibble( + level = "patch", + class = as.integer(contig_patch$class), + id = as.integer(seq_len(nrow(contig_patch))), + metric = "contig", + value = as.double(contig_patch$value) + ) +} diff --git a/R/lsm_p_core.R b/R/lsm_p_core.R index 8c8260e88..7e2b4c464 100644 --- a/R/lsm_p_core.R +++ b/R/lsm_p_core.R @@ -1,137 +1,137 @@ -#' CORE (patch level) -#' -#' @description Core area (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CORE = a_{ij}^{core}} -#' where \eqn{a_{ij}^{core}} is the core area in square meters -#' -#' CORE is a 'Core area metric' and equals the area within a patch that is not -#' on the edge of it. A cell is defined as core area if the cell has no -#' neighbour with a different value than itself (rook's case). It describes patch area -#' and shape simultaneously (more core area when the patch is large and the shape is -#' rather compact, i.e. a square). -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{CORE >= 0} -#' \subsection{Behaviour}{Increases, without limit, as the patch area increases -#' and the patch shape simplifies (more core area). CORE = 0 when every cell in -#' the patch is an edge.} -#' -#' @seealso -#' \code{\link{lsm_c_core_mn}}, -#' \code{\link{lsm_c_core_sd}}, -#' \code{\link{lsm_c_core_cv}}, -#' \code{\link{lsm_c_tca}}, \cr -#' \code{\link{lsm_l_core_mn}}, -#' \code{\link{lsm_l_core_sd}}, -#' \code{\link{lsm_l_core_cv}}, -#' \code{\link{lsm_l_tca}} -#' -#' @return tibble -#' -#' @importFrom stats na.omit -#' -#' @examples -#' lsm_p_core(landscape) -#' -#' @aliases lsm_p_core -#' @rdname lsm_p_core -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_p_core <- function(landscape, directions = 8, - consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_core_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_p_core_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- raster::res(landscape) - - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "core", - value = as.double(NA))) - } - - # get unique classes - classes <- get_unique_values_int(landscape, verbose = FALSE) - - core <- do.call(rbind, - lapply(classes, function(patches_class) { - - # get connected patches - landscape_labeled <- get_patches_int(landscape, - class = patches_class, - directions = directions)[[1]] - - # label all edge cells - class_edge <- get_boundaries_calc(landscape_labeled, - edge_depth = edge_depth, - consider_boundary = consider_boundary, - as_NA = FALSE, - patch_id = FALSE) - - # count number of edge cells in each patch (edge == 1) - cells_edge_patch <- table(landscape_labeled[class_edge == 1]) - - # all cells of the patch - cells_patch <- table(landscape_labeled) - - # check if no cell is edge, i.e. only one patch is present - if (dim(cells_edge_patch) == 0) { - cells_edge_patch <- 0 - } - - # all cells minus edge cells equal core and convert to ha - core_area <- (cells_patch - cells_edge_patch) * prod(resolution) / 10000 - - tibble::tibble(class = patches_class, - value = core_area) - }) - ) - - tibble::tibble( - level = "patch", - class = as.integer(core$class), - id = as.integer(seq_len(nrow(core))), - metric = "core", - value = as.double(core$value) - ) -} - +#' CORE (patch level) +#' +#' @description Core area (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CORE = a_{ij}^{core}} +#' where \eqn{a_{ij}^{core}} is the core area in square meters +#' +#' CORE is a 'Core area metric' and equals the area within a patch that is not +#' on the edge of it. A cell is defined as core area if the cell has no +#' neighbour with a different value than itself (rook's case). It describes patch area +#' and shape simultaneously (more core area when the patch is large and the shape is +#' rather compact, i.e. a square). +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{CORE >= 0} +#' \subsection{Behaviour}{Increases, without limit, as the patch area increases +#' and the patch shape simplifies (more core area). CORE = 0 when every cell in +#' the patch is an edge.} +#' +#' @seealso +#' \code{\link{lsm_c_core_mn}}, +#' \code{\link{lsm_c_core_sd}}, +#' \code{\link{lsm_c_core_cv}}, +#' \code{\link{lsm_c_tca}}, \cr +#' \code{\link{lsm_l_core_mn}}, +#' \code{\link{lsm_l_core_sd}}, +#' \code{\link{lsm_l_core_cv}}, +#' \code{\link{lsm_l_tca}} +#' +#' @return tibble +#' +#' @importFrom stats na.omit +#' +#' @examples +#' lsm_p_core(landscape) +#' +#' @aliases lsm_p_core +#' @rdname lsm_p_core +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_p_core <- function(landscape, directions = 8, + consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_core_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_p_core_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "core", + value = as.double(NA))) + } + + # get unique classes + classes <- get_unique_values_int(landscape, verbose = FALSE) + + core <- do.call(rbind, + lapply(classes, function(patches_class) { + + # get connected patches + landscape_labeled <- get_patches_int(landscape, + class = patches_class, + directions = directions)[[1]] + + # label all edge cells + class_edge <- get_boundaries_calc(landscape_labeled, + edge_depth = edge_depth, + consider_boundary = consider_boundary, + as_NA = FALSE, + patch_id = FALSE) + + # count number of edge cells in each patch (edge == 1) + cells_edge_patch <- table(landscape_labeled[class_edge == 1]) + + # all cells of the patch + cells_patch <- table(landscape_labeled) + + # check if no cell is edge, i.e. only one patch is present + if (dim(cells_edge_patch) == 0) { + cells_edge_patch <- 0 + } + + # all cells minus edge cells equal core and convert to ha + core_area <- (cells_patch - cells_edge_patch) * prod(resolution) / 10000 + + tibble::tibble(class = patches_class, + value = core_area) + }) + ) + + tibble::tibble( + level = "patch", + class = as.integer(core$class), + id = as.integer(seq_len(nrow(core))), + metric = "core", + value = as.double(core$value) + ) +} + diff --git a/R/lsm_p_enn.R b/R/lsm_p_enn.R index d0b5fab94..3f4fab932 100644 --- a/R/lsm_p_enn.R +++ b/R/lsm_p_enn.R @@ -1,134 +1,134 @@ -#' ENN (patch level) -#' -#' @description Euclidean Nearest-Neighbor Distance (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param verbose Print warning message if not sufficient patches are present -#' -#' @details -#' \deqn{ENN = h_{ij}} -#' where \eqn{h_{ij}} is the distance to the nearest neighbouring patch of -#' the same class i in meters -#' -#' ENN is an 'Aggregation metric'. The distance to the nearest neighbouring patch of -#' the same class i. The distance is measured from edge-to-edge. The range is limited by the -#' cell resolution on the lower limit and the landscape extent on the upper limit. The metric -#' is a simple way to describe patch isolation. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{ENN > 0} -#' \subsection{Behaviour}{Approaches ENN = 0 as the distance to the nearest neighbour -#' decreases, i.e. patches of the same class i are more aggregated. Increases, without limit, -#' as the distance between neighbouring patches of the same class i increases, i.e. patches are -#' more isolated.} -#' -#' @seealso -#' \code{\link{lsm_c_enn_mn}}, -#' \code{\link{lsm_c_enn_sd}}, -#' \code{\link{lsm_c_enn_cv}}, \cr -#' \code{\link{lsm_l_enn_mn}}, -#' \code{\link{lsm_l_enn_sd}}, -#' \code{\link{lsm_l_enn_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_p_enn(landscape) -#' -#' @aliases lsm_p_enn -#' @rdname lsm_p_enn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape -#' structure and breeding birds in the Oregon Coast Range. -#' Ecological monographs, 65(3), 235-260. -#' -#' @export -lsm_p_enn <- function(landscape, directions = 8, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_enn_calc, - directions = directions, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_p_enn_calc <- function(landscape, directions, verbose, - points = NULL) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - - # get coordinates and values of all cells - points <- raster_to_points(landscape)[, 2:4] - - # convert to matrix - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "enn", - value = as.double(NA))) - } - - # get unique classes - classes <- get_unique_values_int(landscape, verbose = FALSE) - - enn_patch <- do.call(rbind, - lapply(classes, function(patches_class) { - - # get connected patches - landscape_labeled <- get_patches_int(landscape, - class = patches_class, - directions = directions)[[1]] - - # get number of patches - np_class <- max(landscape_labeled, na.rm = TRUE) - - # ENN doesn't make sense if only one patch is present - if (np_class == 1) { - - enn <- tibble::tibble(class = patches_class, - dist = as.double(NA)) - - if (verbose) { - warning(paste0("Class ", patches_class, - ": ENN = NA for class with only 1 patch."), - call. = FALSE) - } - } else { - - enn <- get_nearestneighbour_calc(landscape = landscape_labeled, - return_id = FALSE, - points = points) - } - - tibble::tibble(class = patches_class, - value = enn$dist) - }) - ) - - tibble::tibble(level = "patch", - class = as.integer(enn_patch$class), - id = as.integer(seq_len(nrow(enn_patch))), - metric = "enn", - value = as.double(enn_patch$value)) -} +#' ENN (patch level) +#' +#' @description Euclidean Nearest-Neighbor Distance (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param verbose Print warning message if not sufficient patches are present +#' +#' @details +#' \deqn{ENN = h_{ij}} +#' where \eqn{h_{ij}} is the distance to the nearest neighbouring patch of +#' the same class i in meters +#' +#' ENN is an 'Aggregation metric'. The distance to the nearest neighbouring patch of +#' the same class i. The distance is measured from edge-to-edge. The range is limited by the +#' cell resolution on the lower limit and the landscape extent on the upper limit. The metric +#' is a simple way to describe patch isolation. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{ENN > 0} +#' \subsection{Behaviour}{Approaches ENN = 0 as the distance to the nearest neighbour +#' decreases, i.e. patches of the same class i are more aggregated. Increases, without limit, +#' as the distance between neighbouring patches of the same class i increases, i.e. patches are +#' more isolated.} +#' +#' @seealso +#' \code{\link{lsm_c_enn_mn}}, +#' \code{\link{lsm_c_enn_sd}}, +#' \code{\link{lsm_c_enn_cv}}, \cr +#' \code{\link{lsm_l_enn_mn}}, +#' \code{\link{lsm_l_enn_sd}}, +#' \code{\link{lsm_l_enn_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_p_enn(landscape) +#' +#' @aliases lsm_p_enn +#' @rdname lsm_p_enn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape +#' structure and breeding birds in the Oregon Coast Range. +#' Ecological monographs, 65(3), 235-260. +#' +#' @export +lsm_p_enn <- function(landscape, directions = 8, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_enn_calc, + directions = directions, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_p_enn_calc <- function(landscape, directions, verbose, + points = NULL) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + + # get coordinates and values of all cells + points <- raster_to_points(landscape)[, 2:4] + + # convert to matrix + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "enn", + value = as.double(NA))) + } + + # get unique classes + classes <- get_unique_values_int(landscape, verbose = FALSE) + + enn_patch <- do.call(rbind, + lapply(classes, function(patches_class) { + + # get connected patches + landscape_labeled <- get_patches_int(landscape, + class = patches_class, + directions = directions)[[1]] + + # get number of patches + np_class <- max(landscape_labeled, na.rm = TRUE) + + # ENN doesn't make sense if only one patch is present + if (np_class == 1) { + + enn <- tibble::tibble(class = patches_class, + dist = as.double(NA)) + + if (verbose) { + warning(paste0("Class ", patches_class, + ": ENN = NA for class with only 1 patch."), + call. = FALSE) + } + } else { + + enn <- get_nearestneighbour_calc(landscape = landscape_labeled, + return_id = FALSE, + points = points) + } + + tibble::tibble(class = patches_class, + value = enn$dist) + }) + ) + + tibble::tibble(level = "patch", + class = as.integer(enn_patch$class), + id = as.integer(seq_len(nrow(enn_patch))), + metric = "enn", + value = as.double(enn_patch$value)) +} diff --git a/R/lsm_p_frac.R b/R/lsm_p_frac.R index af2688306..c81625007 100644 --- a/R/lsm_p_frac.R +++ b/R/lsm_p_frac.R @@ -1,108 +1,108 @@ -#' FRAC (patch level) -#' -#' @description Fractal dimension index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{FRAC = \frac{2 * \ln * (0.25 * p_{ij})} {\ln a_{ij}}} -#' where \eqn{p_{ij}} is the perimeter in meters and \eqn{a_{ij}} is the -#' area in square meters -#' -#' FRAC is a 'Shape metric'. The index is based on the patch perimeter and -#' the patch area and describes the patch complexity. Because it is standardized, -#' it is scale independent, meaning that increasing the patch size while not changing the -#' patch form will not change the ratio. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{1 <= FRAC <= 2 } -#' \subsection{Behaviour}{Approaches FRAC = 1 for a squared patch shape form and FRAC = 2 -#' for a irregular patch shape.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_p_perim}}, \cr -#' \code{\link{lsm_c_frac_mn}}, -#' \code{\link{lsm_c_frac_sd}}, -#' \code{\link{lsm_c_frac_cv}}, \cr -#' \code{\link{lsm_l_frac_mn}}, -#' \code{\link{lsm_l_frac_sd}}, -#' \code{\link{lsm_l_frac_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_p_frac(landscape) -#' -#' @aliases lsm_p_frac -#' @rdname lsm_p_frac -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. -#' San Francisco. W. H. Freeman and Company. -#' -#' @export -lsm_p_frac <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_frac_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_p_frac_calc <- function(landscape, directions, resolution = NULL){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- raster::res(landscape) - - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "frac", - value = as.double(NA))) - } - - # get patch perimeter - perimeter_patch <- lsm_p_perim_calc(landscape, - directions = directions, - resolution = resolution) - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # calculate frac - frac_patch <- 2 * log(0.25 * perimeter_patch$value) / log(area_patch$value * 10000) - - # NaN for patches with only one cell (mathematical reasons) -> should be 1 - frac_patch[is.na(frac_patch)] <- 1 - - tibble::tibble( - level = "patch", - class = as.integer(perimeter_patch$class), - id = as.integer(perimeter_patch$id), - metric = "frac", - value = as.double(frac_patch) - ) -} +#' FRAC (patch level) +#' +#' @description Fractal dimension index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{FRAC = \frac{2 * \ln * (0.25 * p_{ij})} {\ln a_{ij}}} +#' where \eqn{p_{ij}} is the perimeter in meters and \eqn{a_{ij}} is the +#' area in square meters +#' +#' FRAC is a 'Shape metric'. The index is based on the patch perimeter and +#' the patch area and describes the patch complexity. Because it is standardized, +#' it is scale independent, meaning that increasing the patch size while not changing the +#' patch form will not change the ratio. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{1 <= FRAC <= 2 } +#' \subsection{Behaviour}{Approaches FRAC = 1 for a squared patch shape form and FRAC = 2 +#' for a irregular patch shape.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_p_perim}}, \cr +#' \code{\link{lsm_c_frac_mn}}, +#' \code{\link{lsm_c_frac_sd}}, +#' \code{\link{lsm_c_frac_cv}}, \cr +#' \code{\link{lsm_l_frac_mn}}, +#' \code{\link{lsm_l_frac_sd}}, +#' \code{\link{lsm_l_frac_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_p_frac(landscape) +#' +#' @aliases lsm_p_frac +#' @rdname lsm_p_frac +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. +#' San Francisco. W. H. Freeman and Company. +#' +#' @export +lsm_p_frac <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_frac_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_p_frac_calc <- function(landscape, directions, resolution = NULL){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "frac", + value = as.double(NA))) + } + + # get patch perimeter + perimeter_patch <- lsm_p_perim_calc(landscape, + directions = directions, + resolution = resolution) + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # calculate frac + frac_patch <- 2 * log(0.25 * perimeter_patch$value) / log(area_patch$value * 10000) + + # NaN for patches with only one cell (mathematical reasons) -> should be 1 + frac_patch[is.na(frac_patch)] <- 1 + + tibble::tibble( + level = "patch", + class = as.integer(perimeter_patch$class), + id = as.integer(perimeter_patch$id), + metric = "frac", + value = as.double(frac_patch) + ) +} diff --git a/R/lsm_p_gyrate.R b/R/lsm_p_gyrate.R index 205b62a22..6aaf620c9 100644 --- a/R/lsm_p_gyrate.R +++ b/R/lsm_p_gyrate.R @@ -1,166 +1,166 @@ -#' GYRATE (patch level) -#' -#' @description Radius of Gyration (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param cell_center If true, the coordinates of the centroid are forced to be -#' a cell center within the patch. -#' -#' @details -#' \deqn{GYRATE = \sum \limits_{r = 1}^{z} \frac{h_{ijr}} {z}} -#' where \eqn{h_{ijr}} is the distance from each cell to the centroid of the -#' patch and \eqn{z} is the number of cells. -#' -#' GYRATE is an 'Area and edge metric'. The distance from each cell to the -#' patch centroid is based on cell center to centroid distances. The metric -#' characterises both the patch area and compactness. -#' -#' If `cell_center = TRUE` some patches might have several possible cell-center -#' centroids. In this case, the gyrate index is based on the mean distance of all -#' cells to all possible cell-center centroids. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{GYRATE >= 0} -#' \subsection{Behaviour}{Approaches GYRATE = 0 if patch is a single cell. -#' Increases, without limit, when only one patch is present.} -#' -#' @seealso -#' \code{\link{lsm_c_gyrate_mn}}, -#' \code{\link{lsm_c_gyrate_sd}}, -#' \code{\link{lsm_c_gyrate_cv}}, \cr -#' \code{\link{lsm_l_gyrate_mn}}, -#' \code{\link{lsm_l_gyrate_sd}}, -#' \code{\link{lsm_l_gyrate_cv}} -#' @return tibble -#' -#' @examples -#' lsm_p_gyrate(landscape) -#' -#' @aliases lsm_p_gyrate -#' @rdname lsm_p_gyrate -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales -#' in fragmented landscapes. Conservation ecology, 1(1). -#' -#' @export -lsm_p_gyrate <- function(landscape, directions = 8, - cell_center = FALSE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_gyrate_calc, - directions = directions, - cell_center = cell_center) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_p_gyrate_calc <- function(landscape, directions, cell_center, - points = NULL) { - - # conver to matrix - if (!inherits(x = landscape, what = "matrix")) { - - # get coordinates and values of all cells - points <- raster_to_points(landscape)[, 2:4] - - # convert to matrix - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "gyrate", - value = as.double(NA))) - } - - # get uniuqe class id - classes <- get_unique_values_int(landscape, verbose = FALSE) - - gyrate <- do.call(rbind, - lapply(classes, function(patches_class) { - - # get connected patches - landscape_labeled <- get_patches_int(landscape, - class = patches_class, - directions = directions)[[1]] - - # transpose to get same direction of ID - landscape_labeled <- t(landscape_labeled) - - # get coordinates of current class - points <- matrix(points[which(!is.na(landscape_labeled)), ], - ncol = 3) - - # set ID from class ID to unique patch ID - points[, 3] <- landscape_labeled[!is.na(landscape_labeled)] - - # # conver to tibble - points <- stats::setNames(object = data.frame(points), - nm = c("x", "y", "id")) - - # calcuale the centroid of each patch (mean of all coords) - centroid <- stats::aggregate(points[, c(1, 2)], - by = list(id = points[, 3]), - FUN = mean) - - # create full data set with raster-points and patch centroids - full_data <- merge(x = points, y = centroid, by = "id", - suffixes = c("","_centroid")) - - # calculate distance from each cell center to centroid - full_data$dist <- sqrt((full_data$x - full_data$x_centroid) ^ 2 + - (full_data$y - full_data$y_centroid) ^ 2) - - # force centroid to be within patch - if (cell_center) { - - # which cell has the shortest distance to centroid - centroid <- do.call(rbind, by(data = full_data, - INDICES = full_data[, 1], - FUN = function(x) - x[x$dist == min(x$dist), ]))[, c(1, 2, 3)] - - # create full data set with raster-points and patch centroids - full_data <- merge(x = points, y = centroid, by = "id", - suffixes = c("","_centroid")) - - # calculate distance from each cell center to centroid - full_data$dist <- sqrt((full_data$x - full_data$x_centroid) ^ 2 + - (full_data$y - full_data$y_centroid) ^ 2) - } - - # mean distance for each patch - gyrate_class <- stats::setNames(stats::aggregate(x = full_data[, 6], - by = list(full_data[, 1]), - FUN = mean), - nm = c("id", "dist")) - - data.frame(class = as.integer(patches_class), - value = as.double(gyrate_class$dist)) - }) - ) - - tibble::tibble(level = "patch", - class = as.integer(gyrate$class), - id = as.integer(seq_len(nrow(gyrate))), - metric = "gyrate", - value = as.double(gyrate$value)) - -} +#' GYRATE (patch level) +#' +#' @description Radius of Gyration (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param cell_center If true, the coordinates of the centroid are forced to be +#' a cell center within the patch. +#' +#' @details +#' \deqn{GYRATE = \sum \limits_{r = 1}^{z} \frac{h_{ijr}} {z}} +#' where \eqn{h_{ijr}} is the distance from each cell to the centroid of the +#' patch and \eqn{z} is the number of cells. +#' +#' GYRATE is an 'Area and edge metric'. The distance from each cell to the +#' patch centroid is based on cell center to centroid distances. The metric +#' characterises both the patch area and compactness. +#' +#' If `cell_center = TRUE` some patches might have several possible cell-center +#' centroids. In this case, the gyrate index is based on the mean distance of all +#' cells to all possible cell-center centroids. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{GYRATE >= 0} +#' \subsection{Behaviour}{Approaches GYRATE = 0 if patch is a single cell. +#' Increases, without limit, when only one patch is present.} +#' +#' @seealso +#' \code{\link{lsm_c_gyrate_mn}}, +#' \code{\link{lsm_c_gyrate_sd}}, +#' \code{\link{lsm_c_gyrate_cv}}, \cr +#' \code{\link{lsm_l_gyrate_mn}}, +#' \code{\link{lsm_l_gyrate_sd}}, +#' \code{\link{lsm_l_gyrate_cv}} +#' @return tibble +#' +#' @examples +#' lsm_p_gyrate(landscape) +#' +#' @aliases lsm_p_gyrate +#' @rdname lsm_p_gyrate +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales +#' in fragmented landscapes. Conservation ecology, 1(1). +#' +#' @export +lsm_p_gyrate <- function(landscape, directions = 8, + cell_center = FALSE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_gyrate_calc, + directions = directions, + cell_center = cell_center) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_p_gyrate_calc <- function(landscape, directions, cell_center, + points = NULL) { + + # conver to matrix + if (!inherits(x = landscape, what = "matrix")) { + + # get coordinates and values of all cells + points <- raster_to_points(landscape)[, 2:4] + + # convert to matrix + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "gyrate", + value = as.double(NA))) + } + + # get uniuqe class id + classes <- get_unique_values_int(landscape, verbose = FALSE) + + gyrate <- do.call(rbind, + lapply(classes, function(patches_class) { + + # get connected patches + landscape_labeled <- get_patches_int(landscape, + class = patches_class, + directions = directions)[[1]] + + # transpose to get same direction of ID + landscape_labeled <- t(landscape_labeled) + + # get coordinates of current class + points <- matrix(points[which(!is.na(landscape_labeled)), ], + ncol = 3) + + # set ID from class ID to unique patch ID + points[, 3] <- landscape_labeled[!is.na(landscape_labeled)] + + # # conver to tibble + points <- stats::setNames(object = data.frame(points), + nm = c("x", "y", "id")) + + # calcuale the centroid of each patch (mean of all coords) + centroid <- stats::aggregate(points[, c(1, 2)], + by = list(id = points[, 3]), + FUN = mean) + + # create full data set with raster-points and patch centroids + full_data <- merge(x = points, y = centroid, by = "id", + suffixes = c("","_centroid")) + + # calculate distance from each cell center to centroid + full_data$dist <- sqrt((full_data$x - full_data$x_centroid) ^ 2 + + (full_data$y - full_data$y_centroid) ^ 2) + + # force centroid to be within patch + if (cell_center) { + + # which cell has the shortest distance to centroid + centroid <- do.call(rbind, by(data = full_data, + INDICES = full_data[, 1], + FUN = function(x) + x[x$dist == min(x$dist), ]))[, c(1, 2, 3)] + + # create full data set with raster-points and patch centroids + full_data <- merge(x = points, y = centroid, by = "id", + suffixes = c("","_centroid")) + + # calculate distance from each cell center to centroid + full_data$dist <- sqrt((full_data$x - full_data$x_centroid) ^ 2 + + (full_data$y - full_data$y_centroid) ^ 2) + } + + # mean distance for each patch + gyrate_class <- stats::setNames(stats::aggregate(x = full_data[, 6], + by = list(full_data[, 1]), + FUN = mean), + nm = c("id", "dist")) + + data.frame(class = as.integer(patches_class), + value = as.double(gyrate_class$dist)) + }) + ) + + tibble::tibble(level = "patch", + class = as.integer(gyrate$class), + id = as.integer(seq_len(nrow(gyrate))), + metric = "gyrate", + value = as.double(gyrate$value)) + +} diff --git a/R/lsm_p_ncore.R b/R/lsm_p_ncore.R index 6bb2606d8..d5c1cc068 100644 --- a/R/lsm_p_ncore.R +++ b/R/lsm_p_ncore.R @@ -1,182 +1,179 @@ -#' NCORE (patch level) -#' -#' @description Number of core areas (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' #' @details -#' \deqn{NCORE = n_{ij}^{core}} -#' where \eqn{n_{ij}^{core}} is the number of disjunct core areas. -#' -#' NCORE is a 'Core area metric'. A cell is defined as core if the cell has no -#' neighbour with a different value than itself (rook's case). The metric -#' counts the disjunct core areas, whereby a core area is a 'patch within the -#' patch' containing only core cells. It describes patch area and shape -#' simultaneously (more core area when the patch is large, however, the shape -#' must allow disjunct core areas). Thereby, a compact shape (e.g. a square) -#' will contain less disjunct core areas than a more irregular patch. -# -#' \subsection{Units}{None} -#' \subsection{Range}{NCORE >= 0} -#' \subsection{Behaviour}{NCORE = 0 when CORE = 0, i.e. every cell in patch is -#' edge. Increases, without limit, as core area increases and patch shape -#' allows disjunct core areas (i.e. patch shape becomes rather complex).} -#' -#' @seealso -#' \code{\link{lsm_c_dcore_mn}}, -#' \code{\link{lsm_c_dcore_sd}}, -#' \code{\link{lsm_c_dcore_cv}}, -#' \code{\link{lsm_c_ndca}}, \cr -#' \code{\link{lsm_l_dcore_mn}}, -#' \code{\link{lsm_l_dcore_sd}}, -#' \code{\link{lsm_l_dcore_cv}}, -#' \code{\link{lsm_l_ndca}} -#' -#' @return tibble -#' -#' @importFrom stats na.omit -#' @importFrom raster ncell -#' -#' @examples -#' lsm_p_ncore(landscape) -#' -#' @aliases lsm_p_ncore -#' @rdname lsm_p_ncore -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_p_ncore <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_ncore_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_p_ncore_calc <- function(landscape, directions, consider_boundary, edge_depth, - points = NULL){ - - # conver to matrix - if (!inherits(x = landscape, what = "matrix")) { - - # get coordinates and values of all cells - points <- raster_to_points(landscape)[, 2:4] - - # convert to matrix - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "ncore", - value = as.double(NA))) - } - - # get unique classes - classes <- get_unique_values_int(landscape, verbose = FALSE) - - core_class <- do.call(rbind, - lapply(classes, function(patches_class) { - - # get connected patches - landscape_labeled <- get_patches_int(landscape, - class = patches_class, - directions = directions)[[1]] - - # get unique patch id (must be 1 to number_patches) - patches_id <- 1:max(landscape_labeled, na.rm = TRUE) - - # label all edge cells - class_edge <- get_boundaries_calc(landscape_labeled, - edge_depth = edge_depth, - consider_boundary = consider_boundary, - as_NA = FALSE, - patch_id = FALSE) - - # set all edge and background to -999 - class_edge[class_edge == 1 | is.na(class_edge)] <- -999 - - # no core area present - if (max(class_edge, na.rm = TRUE) == -999) { - result <- c(rep(0, length(patches_id))) - names(result) <- patches_id - } else { - - # get all core patches - patch_core <- get_patches_int(class_edge, - class = 0, - directions = directions)[[1]] - - # remove landscape boundary rows/cells - if (!consider_boundary) { - - patch_core <- patch_core[-c(1, nrow(patch_core)), - -c(1, ncol(patch_core))] - - landscape_labeled <- landscape_labeled[-c(1, nrow(landscape_labeled)), - -c(1, ncol(landscape_labeled))] - } - - # transpose to get same direction of ID - patch_core <- t(patch_core) - landscape_labeled <- t(landscape_labeled) - - # get coordinates of current class - points <- data.frame(x = points[which(!is.na(patch_core)), 1], - y = points[which(!is.na(patch_core)), 2], - z = points[which(!is.na(patch_core)), 3]) - - points$core_id <- patch_core[!is.na(patch_core)] - - points$patch_id <- landscape_labeled[!is.na(patch_core)] - - n_core_area <- table(unique(points[, c(4, 5)])[, 2]) # sth breaking here - - # set up results same length as number of patches (in case patch has no core) - result <- c(rep(0, length(patches_id))) - names(result) <- patches_id - - # add number of core patches if present for corresponding patch - result[as.numeric(names(n_core_area))] <- n_core_area - } - - tibble::tibble( - class = patches_class, - value = result) - }) - ) - - tibble::tibble( - level = "patch", - class = as.integer(core_class$class), - id = as.integer(seq_len(nrow(core_class))), - metric = "ncore", - value = as.double(core_class$value) - ) -} +#' NCORE (patch level) +#' +#' @description Number of core areas (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' #' @details +#' \deqn{NCORE = n_{ij}^{core}} +#' where \eqn{n_{ij}^{core}} is the number of disjunct core areas. +#' +#' NCORE is a 'Core area metric'. A cell is defined as core if the cell has no +#' neighbour with a different value than itself (rook's case). The metric +#' counts the disjunct core areas, whereby a core area is a 'patch within the +#' patch' containing only core cells. It describes patch area and shape +#' simultaneously (more core area when the patch is large, however, the shape +#' must allow disjunct core areas). Thereby, a compact shape (e.g. a square) +#' will contain less disjunct core areas than a more irregular patch. +# +#' \subsection{Units}{None} +#' \subsection{Range}{NCORE >= 0} +#' \subsection{Behaviour}{NCORE = 0 when CORE = 0, i.e. every cell in patch is +#' edge. Increases, without limit, as core area increases and patch shape +#' allows disjunct core areas (i.e. patch shape becomes rather complex).} +#' +#' @seealso +#' \code{\link{lsm_c_dcore_mn}}, +#' \code{\link{lsm_c_dcore_sd}}, +#' \code{\link{lsm_c_dcore_cv}}, +#' \code{\link{lsm_c_ndca}}, \cr +#' \code{\link{lsm_l_dcore_mn}}, +#' \code{\link{lsm_l_dcore_sd}}, +#' \code{\link{lsm_l_dcore_cv}}, +#' \code{\link{lsm_l_ndca}} +#' +#' @return tibble +#' +#' @examples +#' lsm_p_ncore(landscape) +#' +#' @aliases lsm_p_ncore +#' @rdname lsm_p_ncore +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_p_ncore <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_ncore_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_p_ncore_calc <- function(landscape, directions, consider_boundary, edge_depth, + points = NULL){ + + # conver to matrix + if (!inherits(x = landscape, what = "matrix")) { + + # get coordinates and values of all cells + points <- raster_to_points(landscape)[, 2:4] + + # convert to matrix + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "ncore", + value = as.double(NA))) + } + + # get unique classes + classes <- get_unique_values_int(landscape, verbose = FALSE) + + core_class <- do.call(rbind, + lapply(classes, function(patches_class) { + + # get connected patches + landscape_labeled <- get_patches_int(landscape, + class = patches_class, + directions = directions)[[1]] + + # get unique patch id (must be 1 to number_patches) + patches_id <- 1:max(landscape_labeled, na.rm = TRUE) + + # label all edge cells + class_edge <- get_boundaries_calc(landscape_labeled, + edge_depth = edge_depth, + consider_boundary = consider_boundary, + as_NA = FALSE, + patch_id = FALSE) + + # set all edge and background to -999 + class_edge[class_edge == 1 | is.na(class_edge)] <- -999 + + # no core area present + if (max(class_edge, na.rm = TRUE) == -999) { + result <- c(rep(0, length(patches_id))) + names(result) <- patches_id + } else { + + # get all core patches + patch_core <- get_patches_int(class_edge, + class = 0, + directions = directions)[[1]] + + # remove landscape boundary rows/cells + if (!consider_boundary) { + + patch_core <- patch_core[-c(1, nrow(patch_core)), + -c(1, ncol(patch_core))] + + landscape_labeled <- landscape_labeled[-c(1, nrow(landscape_labeled)), + -c(1, ncol(landscape_labeled))] + } + + # transpose to get same direction of ID + patch_core <- t(patch_core) + landscape_labeled <- t(landscape_labeled) + + # get coordinates of current class + points <- data.frame(x = points[which(!is.na(patch_core)), 1], + y = points[which(!is.na(patch_core)), 2], + z = points[which(!is.na(patch_core)), 3]) + + points$core_id <- patch_core[!is.na(patch_core)] + + points$patch_id <- landscape_labeled[!is.na(patch_core)] + + n_core_area <- table(unique(points[, c(4, 5)])[, 2]) # sth breaking here + + # set up results same length as number of patches (in case patch has no core) + result <- c(rep(0, length(patches_id))) + names(result) <- patches_id + + # add number of core patches if present for corresponding patch + result[as.numeric(names(n_core_area))] <- n_core_area + } + + tibble::tibble( + class = patches_class, + value = result) + }) + ) + + tibble::tibble( + level = "patch", + class = as.integer(core_class$class), + id = as.integer(seq_len(nrow(core_class))), + metric = "ncore", + value = as.double(core_class$value) + ) +} diff --git a/R/lsm_p_para.R b/R/lsm_p_para.R index 8939ec425..5b7bd865e 100644 --- a/R/lsm_p_para.R +++ b/R/lsm_p_para.R @@ -1,101 +1,101 @@ -#' PARA (patch level) -#' -#' @description Perimeter-Area ratio (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, stack, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PARA = \frac{p_{ij}} {a_{ij}}} -#' where \eqn{p_{ij}} is the perimeter in meters and \eqn{a_{ij}} is the -#' area in square meters. -#' -#' PARA is a 'Shape metric'. It describes the patch complexity in a -#' straightforward way. However, because it is not standarised to a certain -#' shape (e.g. a square), it is not scale independent, meaning that increasing -#' the patch size while not changing the patch form will change the ratio. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{PARA > 0} -#' \subsection{Behaviour}{Increases, without limit, as the shape complexity -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_p_perim}}, \cr -#' \code{\link{lsm_c_para_mn}}, -#' \code{\link{lsm_c_para_sd}}, -#' \code{\link{lsm_c_para_cv}}, \cr -#' \code{\link{lsm_l_para_mn}}, -#' \code{\link{lsm_l_para_sd}}, -#' \code{\link{lsm_l_para_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_p_para(landscape) -#' -#' @aliases lsm_p_para -#' @rdname lsm_p_para -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_p_para <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_para_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_p_para_calc <- function(landscape, directions, resolution = NULL){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- raster::res(landscape) - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "para", - value = as.double(NA))) - } - - # get perim - perimeter_patch <- lsm_p_perim_calc(landscape, - directions = directions, - resolution = resolution) - - # get area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # calculate ratio between area and perim - para_patch <- perimeter_patch$value / (area_patch$value * 10000) - - tibble::tibble( - level = "patch", - class = as.integer(perimeter_patch$class), - id = as.integer(perimeter_patch$id), - metric = "para", - value = as.double(para_patch) - ) -} +#' PARA (patch level) +#' +#' @description Perimeter-Area ratio (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, stack, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PARA = \frac{p_{ij}} {a_{ij}}} +#' where \eqn{p_{ij}} is the perimeter in meters and \eqn{a_{ij}} is the +#' area in square meters. +#' +#' PARA is a 'Shape metric'. It describes the patch complexity in a +#' straightforward way. However, because it is not standarised to a certain +#' shape (e.g. a square), it is not scale independent, meaning that increasing +#' the patch size while not changing the patch form will change the ratio. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{PARA > 0} +#' \subsection{Behaviour}{Increases, without limit, as the shape complexity +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_p_perim}}, \cr +#' \code{\link{lsm_c_para_mn}}, +#' \code{\link{lsm_c_para_sd}}, +#' \code{\link{lsm_c_para_cv}}, \cr +#' \code{\link{lsm_l_para_mn}}, +#' \code{\link{lsm_l_para_sd}}, +#' \code{\link{lsm_l_para_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_p_para(landscape) +#' +#' @aliases lsm_p_para +#' @rdname lsm_p_para +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_p_para <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_para_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_p_para_calc <- function(landscape, directions, resolution = NULL){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "para", + value = as.double(NA))) + } + + # get perim + perimeter_patch <- lsm_p_perim_calc(landscape, + directions = directions, + resolution = resolution) + + # get area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # calculate ratio between area and perim + para_patch <- perimeter_patch$value / (area_patch$value * 10000) + + tibble::tibble( + level = "patch", + class = as.integer(perimeter_patch$class), + id = as.integer(perimeter_patch$id), + metric = "para", + value = as.double(para_patch) + ) +} diff --git a/R/lsm_p_perim.R b/R/lsm_p_perim.R index 61425e8a2..8aefae740 100644 --- a/R/lsm_p_perim.R +++ b/R/lsm_p_perim.R @@ -1,155 +1,155 @@ -#' PERIM (patch level) -#' -#' @description Perimeter (Area and edge metric)) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PERIM = p_{ij}} -#' where \eqn{p_{ij}} is the perimeter in meters. -#' -#' PERIM is an 'Area and edge metric'. It equals the perimeter of the patch -#' including also the edge to the landscape boundary. The metric describes -#' patch area (larger perimeter for larger patches), but also patch shape -#' (large perimeter for irregular shapes). -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{PERIM > 0} -#' \subsection{Behaviour}{Increases, without limit, as patch size and -#' complexity increases.} -#' -#' @return tibble -#' -#' @examples -#' lsm_p_perim(landscape) -#' -#' @aliases lsm_p_perim -#' @rdname lsm_p_perim -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_p_perim <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_perim_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_p_perim_calc <- function(landscape, directions, resolution = NULL) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- raster::res(landscape) - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "perim", - value = as.double(NA))) - } - - # get dimensions of raster - resolution_x <- resolution[[1]] - resolution_y <- resolution[[2]] - - # get unique classes - classes <- get_unique_values_int(landscape, verbose = FALSE) - - # raster resolution not identical in x-y directions - if (!resolution_x == resolution_y) { - - top_bottom_matrix <- matrix(c(NA, NA, NA, - 1, 0, 1, - NA, NA, NA), 3, 3, byrow = TRUE) - - left_right_matrix <- matrix(c(NA, 1, NA, - NA, 0, NA, - NA, 1, NA), 3, 3, byrow = TRUE) - } - - perimeter_patch <- do.call(rbind, - lapply(classes, function(patches_class) { - - # get connected patches - landscape_labeled <- get_patches_int(landscape, - class = patches_class, - directions = directions)[[1]] - - # cells at the boundary of the landscape need neighbours to calculate perim - landscape_labeled <- pad_raster_internal(landscape_labeled, - pad_raster_value = NA, - pad_raster_cells = 1, - global = FALSE) - - # which cells are NA (i.e. background) - target_na <- which(is.na(landscape_labeled)) - - # set all NA to -999 to get adjacencies between patches and all background - landscape_labeled[target_na] <- -999 - - # x-y resolution is identical - if (resolution_x == resolution_y) { - - # get coocurrence matrix - neighbour_matrix <- rcpp_get_coocurrence_matrix_single(landscape_labeled, - directions = as.matrix(4), - single_class = -999) - - # get adjacencies between patches and background cells (-999 always first row of matrix) and convert to perimeter - perimeter_patch_ij <- neighbour_matrix[2:nrow(neighbour_matrix), 1] * resolution_x - - # x-y resolution not identical, count adjacencies seperatly for x- and y-direction - } else { - - # get coocurrence matrix in x-direction - left_right_neighbours <- rcpp_get_coocurrence_matrix_single(landscape_labeled, - directions = as.matrix(left_right_matrix), - single_class = -999) - - # get adjacencies between patches and background cells (-999 always first row of matrix) and convert to perimeter - perimeter_patch_ij_left_right <- left_right_neighbours[2:nrow(left_right_neighbours), 1] * resolution_x - - # get coocurrennce matrix in y-direction - top_bottom_neighbours <- rcpp_get_coocurrence_matrix_single(landscape_labeled, - directions = as.matrix(top_bottom_matrix), - single_class = -999) - - # get adjacencies between patches and background cells (-999 always first row of matrix) and convert to perimeter - perimeter_patch_ij_top_bottom <- top_bottom_neighbours[2:nrow(top_bottom_neighbours), 1] * resolution_y - - # add perim of both directions for each patch - perimeter_patch_ij <- perimeter_patch_ij_top_bottom + perimeter_patch_ij_left_right - } - - tibble::tibble(class = patches_class, - value = perimeter_patch_ij) - }) - ) - - tibble::tibble( - level = "patch", - class = as.integer(perimeter_patch$class), - id = as.integer(seq_len(nrow(perimeter_patch))), - metric = "perim", - value = as.double(perimeter_patch$value) - ) -} +#' PERIM (patch level) +#' +#' @description Perimeter (Area and edge metric)) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PERIM = p_{ij}} +#' where \eqn{p_{ij}} is the perimeter in meters. +#' +#' PERIM is an 'Area and edge metric'. It equals the perimeter of the patch +#' including also the edge to the landscape boundary. The metric describes +#' patch area (larger perimeter for larger patches), but also patch shape +#' (large perimeter for irregular shapes). +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{PERIM > 0} +#' \subsection{Behaviour}{Increases, without limit, as patch size and +#' complexity increases.} +#' +#' @return tibble +#' +#' @examples +#' lsm_p_perim(landscape) +#' +#' @aliases lsm_p_perim +#' @rdname lsm_p_perim +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_p_perim <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_perim_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_p_perim_calc <- function(landscape, directions, resolution = NULL) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "perim", + value = as.double(NA))) + } + + # get dimensions of raster + resolution_x <- resolution[[1]] + resolution_y <- resolution[[2]] + + # get unique classes + classes <- get_unique_values_int(landscape, verbose = FALSE) + + # raster resolution not identical in x-y directions + if (!resolution_x == resolution_y) { + + top_bottom_matrix <- matrix(c(NA, NA, NA, + 1, 0, 1, + NA, NA, NA), 3, 3, byrow = TRUE) + + left_right_matrix <- matrix(c(NA, 1, NA, + NA, 0, NA, + NA, 1, NA), 3, 3, byrow = TRUE) + } + + perimeter_patch <- do.call(rbind, + lapply(classes, function(patches_class) { + + # get connected patches + landscape_labeled <- get_patches_int(landscape, + class = patches_class, + directions = directions)[[1]] + + # cells at the boundary of the landscape need neighbours to calculate perim + landscape_labeled <- pad_raster_internal(landscape_labeled, + pad_raster_value = NA, + pad_raster_cells = 1, + global = FALSE) + + # which cells are NA (i.e. background) + target_na <- which(is.na(landscape_labeled)) + + # set all NA to -999 to get adjacencies between patches and all background + landscape_labeled[target_na] <- -999 + + # x-y resolution is identical + if (resolution_x == resolution_y) { + + # get coocurrence matrix + neighbour_matrix <- rcpp_get_coocurrence_matrix_single(landscape_labeled, + directions = as.matrix(4), + single_class = -999) + + # get adjacencies between patches and background cells (-999 always first row of matrix) and convert to perimeter + perimeter_patch_ij <- neighbour_matrix[2:nrow(neighbour_matrix), 1] * resolution_x + + # x-y resolution not identical, count adjacencies seperatly for x- and y-direction + } else { + + # get coocurrence matrix in x-direction + left_right_neighbours <- rcpp_get_coocurrence_matrix_single(landscape_labeled, + directions = as.matrix(left_right_matrix), + single_class = -999) + + # get adjacencies between patches and background cells (-999 always first row of matrix) and convert to perimeter + perimeter_patch_ij_left_right <- left_right_neighbours[2:nrow(left_right_neighbours), 1] * resolution_x + + # get coocurrennce matrix in y-direction + top_bottom_neighbours <- rcpp_get_coocurrence_matrix_single(landscape_labeled, + directions = as.matrix(top_bottom_matrix), + single_class = -999) + + # get adjacencies between patches and background cells (-999 always first row of matrix) and convert to perimeter + perimeter_patch_ij_top_bottom <- top_bottom_neighbours[2:nrow(top_bottom_neighbours), 1] * resolution_y + + # add perim of both directions for each patch + perimeter_patch_ij <- perimeter_patch_ij_top_bottom + perimeter_patch_ij_left_right + } + + tibble::tibble(class = patches_class, + value = perimeter_patch_ij) + }) + ) + + tibble::tibble( + level = "patch", + class = as.integer(perimeter_patch$class), + id = as.integer(seq_len(nrow(perimeter_patch))), + metric = "perim", + value = as.double(perimeter_patch$value) + ) +} diff --git a/R/lsm_p_shape.R b/R/lsm_p_shape.R index 288d0cece..8a5617698 100644 --- a/R/lsm_p_shape.R +++ b/R/lsm_p_shape.R @@ -1,122 +1,122 @@ -#' SHAPE (patch level) -#' -#' @description Shape index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{SHAPE = \frac{p_{ij}} {\min p_{ij}}} -#' where \eqn{p_{ij}} is the perimeter in terms of cell surfaces and \eqn{\min p_{ij}} -#' is the minimum perimeter of the patch in terms of cell surfaces. -#' -#' SHAPE is a 'Shape metric'. It describes the ratio between the actual perimeter of -#' the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -#' equals the perimeter if the patch would be maximally compact. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{SHAPE >= 1} -#' \subsection{Behaviour}{Equals SHAPE = 1 for a squared patch and -#' increases, without limit, as the patch shape becomes more complex.} -#' -#' @seealso -#' \code{\link{lsm_p_perim}}, -#' \code{\link{lsm_p_area}}, \cr -#' \code{\link{lsm_c_shape_mn}}, -#' \code{\link{lsm_c_shape_sd}}, -#' \code{\link{lsm_c_shape_cv}}, \cr -#' \code{\link{lsm_l_shape_mn}}, -#' \code{\link{lsm_l_shape_sd}}, -#' \code{\link{lsm_l_shape_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_p_shape(landscape) -#' -#' @aliases lsm_p_shape -#' @rdname lsm_p_shape -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". -#' Wildl. Soc.Bull. 3:171-173. -#' -#' @export -lsm_p_shape <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_shape_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_p_shape_calc <- function(landscape, directions, resolution = NULL){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- raster::res(landscape) - landscape <- raster::as.matrix(landscape) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "shape", - value = as.double(NA))) - } - - # get perimeter of patches - perimeter_patch <- lsm_p_perim_calc(landscape, - directions = directions, - resolution = resolution) - - # get area of patches - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # calculate shape index - area_patch$value <- area_patch$value * 10000 - - area_patch$n <- trunc(sqrt(area_patch$value)) - - area_patch$m <- area_patch$value - area_patch$n ^ 2 - - # m should be 0 but is not due to some integer/double numerical issues - area_patch$m[area_patch$m < 0] <- 0 - - area_patch$minp <- ifelse(test = area_patch$m == 0, yes = area_patch$n * 4, - no = ifelse(test = area_patch$n ^ 2 < area_patch$value & area_patch$value <= area_patch$n * (1 + area_patch$n), - yes = 4 * area_patch$n + 2, - no = ifelse(test = area_patch$value > area_patch$n * (1 + area_patch$n), - yes = 4 * area_patch$n + 4, - no = NA))) - # this should not be possible anymore - # # Throw warning that ifelse didn't work - # if (anyNA(area_patch$minp)) { - # warning("Calculation of shape index produced NA", call. = FALSE) - # } - - tibble::tibble( - level = "patch", - class = as.integer(perimeter_patch$class), - id = as.integer(perimeter_patch$id), - metric = "shape", - value = as.double(perimeter_patch$value / area_patch$minp) - ) -} +#' SHAPE (patch level) +#' +#' @description Shape index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{SHAPE = \frac{p_{ij}} {\min p_{ij}}} +#' where \eqn{p_{ij}} is the perimeter in terms of cell surfaces and \eqn{\min p_{ij}} +#' is the minimum perimeter of the patch in terms of cell surfaces. +#' +#' SHAPE is a 'Shape metric'. It describes the ratio between the actual perimeter of +#' the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter +#' equals the perimeter if the patch would be maximally compact. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{SHAPE >= 1} +#' \subsection{Behaviour}{Equals SHAPE = 1 for a squared patch and +#' increases, without limit, as the patch shape becomes more complex.} +#' +#' @seealso +#' \code{\link{lsm_p_perim}}, +#' \code{\link{lsm_p_area}}, \cr +#' \code{\link{lsm_c_shape_mn}}, +#' \code{\link{lsm_c_shape_sd}}, +#' \code{\link{lsm_c_shape_cv}}, \cr +#' \code{\link{lsm_l_shape_mn}}, +#' \code{\link{lsm_l_shape_sd}}, +#' \code{\link{lsm_l_shape_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_p_shape(landscape) +#' +#' @aliases lsm_p_shape +#' @rdname lsm_p_shape +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". +#' Wildl. Soc.Bull. 3:171-173. +#' +#' @export +lsm_p_shape <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_shape_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_p_shape_calc <- function(landscape, directions, resolution = NULL){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "shape", + value = as.double(NA))) + } + + # get perimeter of patches + perimeter_patch <- lsm_p_perim_calc(landscape, + directions = directions, + resolution = resolution) + + # get area of patches + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # calculate shape index + area_patch$value <- area_patch$value * 10000 + + area_patch$n <- trunc(sqrt(area_patch$value)) + + area_patch$m <- area_patch$value - area_patch$n ^ 2 + + # m should be 0 but is not due to some integer/double numerical issues + area_patch$m[area_patch$m < 0] <- 0 + + area_patch$minp <- ifelse(test = area_patch$m == 0, yes = area_patch$n * 4, + no = ifelse(test = area_patch$n ^ 2 < area_patch$value & area_patch$value <= area_patch$n * (1 + area_patch$n), + yes = 4 * area_patch$n + 2, + no = ifelse(test = area_patch$value > area_patch$n * (1 + area_patch$n), + yes = 4 * area_patch$n + 4, + no = NA))) + # this should not be possible anymore + # # Throw warning that ifelse didn't work + # if (anyNA(area_patch$minp)) { + # warning("Calculation of shape index produced NA", call. = FALSE) + # } + + tibble::tibble( + level = "patch", + class = as.integer(perimeter_patch$class), + id = as.integer(perimeter_patch$id), + metric = "shape", + value = as.double(perimeter_patch$value / area_patch$minp) + ) +} diff --git a/R/matrix_to_raster.R b/R/matrix_to_raster.R index 6ff90ebe0..ba0c235d9 100644 --- a/R/matrix_to_raster.R +++ b/R/matrix_to_raster.R @@ -1,101 +1,94 @@ -#' matrix_to_raster -#' -#' @description Convert matrix to raster -#' -#' @param matrix matrix with values. -#' @param landscape RasterLayer. -#' @param landscape_empty If true, RasterLayer is landscape_empty -#' @param extent Extent of RasterLayer. -#' @param resolution Resolution of RasterLayer. -#' @param crs CRS of raster layer. -#' @param to_disk If TRUE raster will be saved to disk. -#' -#' @details -#' Converts `matrix` to a raster with same characteristics as `landscape`. Either -#' `landscape` or `extent`, `resolution` and `crs` must be specified. -#' -#' @return raster -#' -#' @examples -#' test_matrix <- raster::as.matrix(augusta_nlcd) -#' matrix_to_raster(matrix = test_matrix, landscape = augusta_nlcd) -#' -#' @aliases matrix_to_raster -#' @rdname matrix_to_raster -#' -#' @keywords internal -#' -#' @export -matrix_to_raster <- function(matrix, - landscape = NULL, - landscape_empty = FALSE, - extent = NULL, - resolution = NULL, - crs = NULL, - to_disk = getOption("to_disk", default = FALSE)) { - - # create empty raster with same characteristics as reference raster - if (!is.null(landscape)) { - - if (landscape_empty) { - landscape_empty <- landscape - - } else { - landscape_empty <- raster::raster(x = raster::extent(landscape), - resolution = raster::res(landscape), - crs = raster::crs(landscape)) - } - - } else if (!all(c(is.null(extent), is.null(resolution), is.null(crs)))) { - landscape_empty <- raster::raster(x = extent, - resolution = resolution, - crs = crs) - } - - else{ - stop("Either 'landscape' or 'extent' & 'resolution' & 'crs' must be specified") - } - - # create raster on disk - if (to_disk) { - - # get block size - block_size <- raster::blockSize(landscape_empty) - - # transpose matrix to get correct ordering - matrix <- t(matrix) - - # starting to write values in raster - result <- raster::writeStart(x = landscape_empty, - filename = raster::rasterTmpFile(), - overwrite = TRUE) - - # loop through all block sizes - for (i in 1:block_size$n) { - - # start and end row of current block - start_row <- block_size$row[i] - end_row <- block_size$row[i] + (block_size$nrows[i] - 1) - - # get values from matrix (row and col exchanged due to transposing) - values_temp <- c(matrix[, start_row:end_row]) - - # write current block - result <- raster::writeValues(x = result, - v = values_temp, - start = block_size$row[i]) - } - - # close writing connections - result <- raster::writeStop(result) - - # create raster in memory - } else { - - # set values of empty raster according to matrix - result <- raster::setValues(x = landscape_empty, - values = matrix) - } - - return(result) -} +#' matrix_to_raster +#' +#' @description Convert matrix to raster +#' +#' @param matrix matrix with values. +#' @param landscape RasterLayer. +#' @param landscape_empty If true, RasterLayer is landscape_empty +#' @param extent Extent of RasterLayer. +#' @param resolution Resolution of RasterLayer. +#' @param crs CRS of raster layer. +#' @param to_disk If TRUE raster will be saved to disk. +#' +#' @details +#' Converts `matrix` to a raster with same characteristics as `landscape`. Either +#' `landscape` or `extent`, `resolution` and `crs` must be specified. +#' +#' @return raster +#' +#' @examples +#' test_matrix <- terra::as.matrix(augusta_nlcd, wide = TRUE) +#' matrix_to_raster(matrix = test_matrix, landscape = augusta_nlcd) +#' +#' @aliases matrix_to_raster +#' @rdname matrix_to_raster +#' +#' @keywords internal +#' +#' @export +matrix_to_raster <- function(matrix, + landscape = NULL, + landscape_empty = FALSE, + extent = NULL, + resolution = NULL, + crs = NULL, + to_disk = getOption("to_disk", default = FALSE)) { + + # create empty raster with same characteristics as reference raster + if (!is.null(landscape)) { + + if (landscape_empty) { + out <- landscape + + } else { + out <- terra::rast(x = terra::ext(landscape), resolution = terra::res(landscape), + crs = terra::crs(landscape)) + } + + } else if (!all(c(is.null(extent), is.null(resolution), is.null(crs)))) { + + out <- terra::rast(x = extent, resolution = resolution, crs = crs) + } + + else{ + stop("Either 'landscape' or 'extent' & 'resolution' & 'crs' must be specified") + } + + # create raster on disk + if (to_disk) { + + # transpose matrix to get correct ordering + matrix <- t(matrix) + + # starting to write values in raster + blks <- terra::writeStart(x = out, filename = paste0(tempfile(), ".tif"), + overwrite = TRUE) + + # loop through all block sizes + for (i in 1:blks$n) { + + # start and end row of current block + start_row <- blks$row[i] + end_row <- blks$row[i] + (blks$nrows[i] - 1) + + # get values from matrix (row and col exchanged due to transposing) + values_temp <- c(matrix[, start_row:end_row]) + + # write current block + terra::writeValues(out, values_temp, blks$row[i], blks$nrows[i]) + + } + + # close writing connections + terra::writeStop(out) + + # create raster in memory + } else { + + # set values of empty raster according to matrix + out <- terra::setValues(x = out, values = matrix) + + } + + return(out) +} diff --git a/R/pad_raster.R b/R/pad_raster.R index e9dd2b9c9..6153aa197 100644 --- a/R/pad_raster.R +++ b/R/pad_raster.R @@ -1,105 +1,100 @@ -#' pad_raster -#' -#' @description Adding padding to raster -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param pad_raster_value Value of cells added -#' @param pad_raster_cells Number of rows and columns added -#' @param global Only pad around the raster extent or also NA holes "inside" -#' @param return_raster If false, matrix is returned -#' @param to_disk Logical argument, if FALSE results of get_patches are hold -#' in memory. If true, pad_raster writes temporary files and hence, does not hold -#' everything in memory. Can be set with a global option, e.g. `option(to_disk = TRUE)`. -#' -#' @details -#' Adds equally (in all four directions) additional cells around the raster -#' -#' @return raster -#' -#' @examples -#' pad_raster(landscape, pad_raster_value = -1, pad_raster_cells = 2) -#' -#' @aliases pad_raster -#' @rdname pad_raster -#' -#' @keywords internal -#' -#' @export -pad_raster <- function(landscape, pad_raster_value = -999, pad_raster_cells = 1, - global = FALSE, return_raster = TRUE, - to_disk = getOption("to_disk", default = FALSE)) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, FUN = function(x) { - - result_temp <- pad_raster_internal(landscape = x, - pad_raster_value = pad_raster_value, - pad_raster_cells = pad_raster_cells, - global = global) - - if (return_raster && inherits(x = x, what = "RasterLayer")) { - - result_temp <- matrix_to_raster(matrix = result_temp, - extent = raster::extent(x) + - raster::res(x) * pad_raster_cells * 2, - resolution = raster::res(x), crs = raster::crs(x), - to_disk = to_disk) - - } else if (return_raster || to_disk && !inherits(x = x, what = "RasterLayer")) { - - warning("'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.", - call. = FALSE) - - } - - return(result_temp) - }) - - names(result) <- paste0("layer_", 1:length(result)) - - return(result) -} - -pad_raster_internal <- function(landscape, - pad_raster_value, - pad_raster_cells, - global){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - - landscape <- raster::as.matrix(landscape) - - } - - # get pad_raster_values as often as columns times pad_raster_cells add in y direction - y_direction <- matrix(rep(x = pad_raster_value, - times = ncol(landscape) * pad_raster_cells), - nrow = pad_raster_cells) - - # add columns on both sides - landscape_padded <- rbind(y_direction, - landscape, - y_direction, - deparse.level = 0) - - # get pad_raster_values as often as rows time spad_raster_cells to add in x direction - x_direction <- matrix(rep(x = pad_raster_value, - times = nrow(landscape_padded) * pad_raster_cells), - ncol = pad_raster_cells) - - # add rows on both sides - landscape_padded <- cbind(x_direction, - landscape_padded, - x_direction, - deparse.level = 0) - - if (global) { - - landscape_padded[is.na(landscape_padded)] <- pad_raster_value - - } - - return(landscape_padded) -} +#' pad_raster +#' +#' @description Adding padding to raster +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param pad_raster_value Value of cells added +#' @param pad_raster_cells Number of rows and columns added +#' @param global Only pad around the raster extent or also NA holes "inside" +#' @param return_raster If false, matrix is returned +#' @param to_disk Logical argument, if FALSE results of get_patches are hold +#' in memory. If true, pad_raster writes temporary files and hence, does not hold +#' everything in memory. Can be set with a global option, e.g. `option(to_disk = TRUE)`. +#' +#' @details +#' Adds equally (in all four directions) additional cells around the raster +#' +#' @return raster +#' +#' @examples +#' pad_raster(landscape, pad_raster_value = -1, pad_raster_cells = 2) +#' +#' @aliases pad_raster +#' @rdname pad_raster +#' +#' @keywords internal +#' +#' @export +pad_raster <- function(landscape, pad_raster_value = -999, pad_raster_cells = 1, + global = FALSE, return_raster = TRUE, + to_disk = getOption("to_disk", default = FALSE)) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, FUN = function(x) { + + result_temp <- pad_raster_internal(landscape = x, + pad_raster_value = pad_raster_value, + pad_raster_cells = pad_raster_cells, + global = global) + + if (return_raster && inherits(x = x, what = "SpatRaster")) { + + result_temp <- matrix_to_raster(matrix = result_temp, + extent = terra::ext(x) + terra::res(x) * pad_raster_cells, + resolution = terra::res(x), crs = terra::crs(x), + to_disk = to_disk) + + } else if (return_raster || to_disk && !inherits(x = x, what = "SpatRaster")) { + + warning("'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.", + call. = FALSE) + + } + + return(result_temp) + }) + + names(result) <- paste0("layer_", 1:length(result)) + + return(result) +} + +pad_raster_internal <- function(landscape, + pad_raster_value, + pad_raster_cells, + global){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + + landscape <-terra::as.matrix(landscape, wide = TRUE) + + } + + # get pad_raster_values as often as columns times pad_raster_cells add in y direction + y_direction <- matrix(rep(x = pad_raster_value, + times = ncol(landscape) * pad_raster_cells), + nrow = pad_raster_cells) + + # add columns on both sides + landscape_padded <- rbind(y_direction, landscape, y_direction, + deparse.level = 0) + + # get pad_raster_values as often as rows time spad_raster_cells to add in x direction + x_direction <- matrix(rep(x = pad_raster_value, + times = nrow(landscape_padded) * pad_raster_cells), + ncol = pad_raster_cells) + + # add rows on both sides + landscape_padded <- cbind(x_direction, landscape_padded, x_direction, + deparse.level = 0) + + if (global) { + + landscape_padded[is.na(landscape_padded)] <- pad_raster_value + + } + + return(landscape_padded) +} diff --git a/R/proj_info.R b/R/proj_info.R index 6f15efafc..03861c41e 100644 --- a/R/proj_info.R +++ b/R/proj_info.R @@ -1,50 +1,50 @@ -#' proj_info -#' -#' @description Projection info -#' -#' @param landscape RasterLayer -#' -#' @details -#' Check projection of RasterLayer -#' -#' @return raster -#' -#' @examples -#' proj_info(landscape) -#' proj_info(augusta_nlcd) -#' proj_info(podlasie_ccilc) -#' -#' @aliases proj_info -#' @rdname proj_info -#' -#' @keywords internal -#' -#' @export -proj_info <- function(landscape) { - - # get projection of raster - landscape_proj <- raster::projection(landscape) - - # there is a projection - if (!is.na(landscape_proj)) { - - # long-lat projection - if (raster::isLonLat(landscape)) { - - tibble::tibble(crs = "geographic", units = "degrees") - - # projected projection - } else { - - # get units - proj_units <- strsplit(sub(".*units=", "", landscape_proj), " ", - fixed = TRUE)[[1]][[1]] - - tibble::tibble(crs = "projected", units = proj_units) - } - - # no projection present - } else { - tibble::tibble(crs = NA, units = NA) - } -} +#' proj_info +#' +#' @description Projection info +#' +#' @param landscape RasterLayer +#' +#' @details +#' Check projection of RasterLayer +#' +#' @return raster +#' +#' @examples +#' proj_info(landscape) +#' proj_info(augusta_nlcd) +#' proj_info(podlasie_ccilc) +#' +#' @aliases proj_info +#' @rdname proj_info +#' +#' @keywords internal +#' +#' @export +proj_info <- function(landscape) { + + # get projection of raster + landscape_proj <- terra::crs(landscape, proj = TRUE) + + # there is a projection + if (landscape_proj != "") { + + # long-lat projection + if (terra::is.lonlat(landscape)) { + + tibble::tibble(crs = "geographic", units = "degrees") + + # projected projection + } else { + + # get units + proj_units <- strsplit(sub(".*units=", "", landscape_proj), " ", + fixed = TRUE)[[1]][[1]] + + tibble::tibble(crs = "projected", units = proj_units) + } + + # no projection present + } else { + tibble::tibble(crs = NA, units = NA) + } +} diff --git a/R/raster_to_points.R b/R/raster_to_points.R index f05306d45..31781343c 100644 --- a/R/raster_to_points.R +++ b/R/raster_to_points.R @@ -1,63 +1,62 @@ -#' raster_to_points -#' -#' @description Raster to points -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param return_NA If true, NA cells are also included -#' -#' @details -#' Wrapper around raster::xyFromCell and raster::getValues to get raster_to_points -#' function including NA values -#' -#' @return matrix -#' -#' @examples -#' raster_to_points(landscape) -#' -#' @aliases raster_to_points -#' @rdname raster_to_points -#' -#' @keywords internal -#' -#' @export -raster_to_points <- function(landscape, return_NA = TRUE) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = seq_along(landscape), function(x) { - - xyz <- raster_to_points_internal(landscape[[x]], - return_NA = return_NA) - - xyz <- cbind(layer = x, xyz) - }) - - result <- do.call(rbind, result) - - return(result) - -} - -raster_to_points_internal <- function(landscape, return_NA) { - - # preallocate matrix - xyz <- matrix(data = NA, - nrow = raster::ncell(landscape), ncol = 3) - - # get coordinates - xyz[, c(1,2)] <- raster::xyFromCell(landscape, - cell = 1:raster::ncell(landscape)) - - # add values including NA - xyz[, 3] <- raster::getValues(landscape) - - if (!return_NA) { - xyz <- xyz[!is.na(xyz[, 3]), ] - } - - colnames(xyz) <- c("x", "y", "z") - - # xyz <- cbind(layer = 1, xyz) - - return(xyz) -} +#' raster_to_points +#' +#' @description Raster to points +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param return_NA If true, NA cells are also included +#' +#' @details +#' Wrapper around terra::xyFromCell and terra::getValues to get raster_to_points +#' function including NA values +#' +#' @return matrix +#' +#' @examples +#' raster_to_points(landscape) +#' +#' @aliases raster_to_points +#' @rdname raster_to_points +#' +#' @keywords internal +#' +#' @export +raster_to_points <- function(landscape, return_NA = TRUE) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = seq_along(landscape), function(x) { + + xyz <- raster_to_points_internal(landscape[[x]], + return_NA = return_NA) + + xyz <- cbind(layer = x, xyz) + }) + + result <- do.call(rbind, result) + + return(result) + +} + +raster_to_points_internal <- function(landscape, return_NA) { + + # preallocate matrix + xyz <- matrix(data = NA, + nrow = terra::ncell(landscape), ncol = 3) + + # get coordinates + xyz[, c(1,2)] <- terra::xyFromCell(landscape, cell = 1:terra::ncell(landscape)) + + # add values including NA + xyz[, 3] <- terra::values(landscape, mat = FALSE) + + if (!return_NA) { + xyz <- xyz[!is.na(xyz[, 3]), ] + } + + colnames(xyz) <- c("x", "y", "z") + + # xyz <- cbind(layer = 1, xyz) + + return(xyz) +} diff --git a/R/sample_lsm.R b/R/sample_lsm.R index 7c545221b..321c94d57 100644 --- a/R/sample_lsm.R +++ b/R/sample_lsm.R @@ -1,380 +1,303 @@ -#' sample_lsm -#' -#' @description Sample metrics -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param y 2-column matrix with coordinates, SpatialPoints, SpatialLines, SpatialPolygons, sf points or sf polygons. -#' @param plot_id Vector with id of sample points. If not provided, sample -#' points will be labelled 1...n. -#' @param shape String specifying plot shape. Either "circle" or "square" -#' @param size Approximated size of sample plot. Equals the radius for circles or half of -#' the side-length for squares in mapunits. For lines size equals the width of the buffer. -#' @param all_classes Logical if NA should be returned for classes not present in some sample plots. -#' @param return_raster Logical if the clipped raster of the sample plot should -#' be returned -#' @param verbose Print warning messages. -#' @param progress Print progress report. -#' @param ... Arguments passed on to \code{calculate_lsm()}. -#' -#' @details -#' This function samples the selected metrics in a buffer area (sample plot) -#' around sample points, sample lines or within provided SpatialPolygons. The size of the actual -#' sampled landscape can be different to the provided size due to two reasons. -#' Firstly, because clipping raster cells using a circle or a sample plot not directly -#' at a cell center lead to inaccuracies. Secondly, sample plots can exceed the -#' landscape boundary. Therefore, we report the actual clipped sample plot area relative -#' in relation to the theoretical, maximum sample plot area e.g. a sample plot only half -#' within the landscape will have a `percentage_inside = 50`. Please be aware that the -#' output is sligthly different to all other `lsm`-function of `landscapemetrics`. -#' -#' The metrics can be specified by the arguments `what`, `level`, `metric`, `name` -#' and/or `type` (combinations of different arguments are possible (e.g. -#' `level = "class", type = "aggregation metric"`). If an argument is not provided, -#' automatically all possibilities are selected. Therefore, to get **all** -#' available metrics, don't specify any of the above arguments. -#' -#' @seealso -#' \code{\link{list_lsm}} \cr -#' \code{\link{calculate_lsm}} -#' -#' @return tibble -#' -#' @examples -#' # use a matrix -#' sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) -#' sample_lsm(landscape, y = sample_points, size = 15, what = "lsm_l_np") -#' -#' # use sp points -#' points_sp <- sp::SpatialPoints(sample_points) -#' sample_lsm(landscape, y = points_sp, size = 15, what = "lsm_l_np", return_raster = TRUE) -#' -#' \dontrun{ -#' # use lines -#' x1 <- c(1, 5, 15, 10) -#' y1 <- c(1, 5, 15, 25) -#' -#' x2 <- c(10, 25) -#' y2 <- c(5, 5) -#' -#' sample_lines <- sp::SpatialLines(list(sp::Lines(list(sp::Line(cbind(x1, y1)), -#' sp::Line(cbind(x2, y2))), ID = "a"))) -#' sample_lsm(landscape, y = sample_lines, size = 10, what = "lsm_l_np") -#' -#' # use polygons -#' poly_1 <- sp::Polygon(cbind(c(2.5, 2.5, 17.5, 17.5), -#' c(-2.5, 12.5, 12.5, -2.5))) -#' poly_2 <- sp::Polygon(cbind(c(7.5, 7.5, 23.5, 23.5), -#' c(-7.5, 23.5, 23.5, -7.5))) -#' poly_1 <- sp::Polygons(list(poly_1), "p1") -#' poly_2 <- sp::Polygons(list(poly_2), "p2") -#' sample_plots <- sp::SpatialPolygons(list(poly_1, poly_2)) -#' -#' sample_lsm(landscape, y = sample_plots, what = "lsm_l_np") -#' } -#' -#' @aliases sample_lsm -#' @rdname sample_lsm -#' -#' @export -sample_lsm <- function(landscape, - y, - plot_id = NULL, - shape = "square", size, - all_classes = FALSE, - return_raster = FALSE, - verbose = TRUE, - progress = FALSE, - ...) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = seq_along(landscape), FUN = function(x) { - - if (progress) { - - cat("\r> Progress nlayers: ", x , "/", length(landscape)) - } - - sample_lsm_int(landscape = landscape[[x]], - y = y, - plot_id = plot_id, - shape = shape, - size = size, - all_classes = all_classes, - verbose = verbose, - progress = FALSE, - ...) - }) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - result$layer <- layer - - if (!return_raster) { - result <- result[, -9] - } - - if (progress) {cat("\n")} - - result[with(result, order(layer, plot_id, level, metric, class, id)), ] -} - -sample_lsm_int <- function(landscape, - y, - plot_id, - shape, size, - all_classes, - verbose, - progress, - ...) { - - # use polygon - if (inherits(x = y, what = "sf") && all(sf::st_geometry_type(y) %in% c("POLYGON", "MULTIPOLYGON"))) { - y <- methods::as(y, "Spatial") - } - - if (inherits(x = y, what = c("SpatialPolygons", "SpatialPolygonsDataFrame"))) { - - # convert to SpatialPolygons - if (inherits(x = y, what = "SpatialPolygonsDataFrame")) { - - y <- sp::SpatialPolygons(y@polygons) - } - y <- disaggregate_sp_tmp(y) - - # how many plots are present - # number_plots <- length(y) - } else { - - # check if size argument is only one number - if (length(size) != 1 | any(size <= 0)) { - stop("Please provide only one value as size argument (size > 0).", call. = FALSE) - } - - # use points - if (inherits(x = y, - what = c("SpatialPoints", "SpatialPolygonsDataFrame", "matrix"))) { - - # points are matrix - if (inherits(x = y, what = "matrix")) { - - if (ncol(y) != 2 & verbose) { - warning("'y' should be a two column matrix including x- and y-coordinates.", - call. = FALSE) - } - } - - # construct plot area around sample sample_points - y <- construct_buffer(coords = y, - shape = shape, - size = size, - verbose = verbose) - - # check if sf object is provided - } else if (inherits(x = y, what = "sf")) { - - # check if points have the right class - if (inherits(x = y, what = c("MULTIPOINT", "POINT"))) { - - y <- matrix(sf::st_coordinates(y)[, 1:2], ncol = 2) - - } else if (inherits(x = y, what = c("sf", "sfc"))) { - - if (all(sf::st_geometry_type(y) %in% c("POINT", "MULTIPOINT"))) { - - y <- matrix(sf::st_coordinates(y)[, 1:2], ncol = 2) - - } else { - - stop( - "landscapemetrics currently only supports sf point and polygon features for landscape metrics sampling" - ) - } - - } else if (inherits(x = y, what = c("LINESTRING", "POLYGON", - "MULTILINESTRING", "MULTIPOLYGON"))) { - - stop( - "landscapemetrics currently only supports sf point and polygon features for landscape metrics sampling" - ) - } - - # construct plot area around sample sample_points - y <- construct_buffer(coords = y, - shape = shape, - size = size, - verbose = verbose) - - # use lines - } else if (inherits(x = y, what = c("SpatialLines", "SpatialLinesDataFrame"))) { - - # convert to SpatialLines - if (inherits(x = y, what = "SpatialLinesDataFrame")) { - - y <- sp::SpatialLines(y@lines) - } - # disaggregate lines - y <- disaggregate_sp_tmp(y) - - # create buffer around lines - y <- raster::buffer(x = y, width = size, dissolve = FALSE) - - } else { - - stop("'y' must be a matrix, SpatialPoints, SpatialLines, SpatialPolygons, POINT or MULTIPOINT.", - call. = FALSE) - } - } - - # check if length is identical if ids are provided - if (!is.null(plot_id)) { - - if (length(plot_id) != length(y)) { - - if (verbose) { - warning("Length of plot_id is not identical to length of y. Using 1...n as plot_id.", - call. = FALSE) - } - - plot_id <- NULL - } - } - - # get area of all polygons - maximum_area <- vapply(y@polygons, function(x) x@area / 10000, - FUN.VALUE = numeric(1)) - - number_plots <- length(maximum_area) - - # create object for warning messages - warning_messages <- character(0) - - # loop through each sample point and calculate metrics - result <- withCallingHandlers(expr = {do.call(rbind, lapply(X = seq_along(y), - FUN = function(current_plot) { - - # print progess using the non-internal name - if (progress) { - - cat("\r> Progress sample plots: ", current_plot, "/", number_plots) - } - - # crop sample plot - landscape_crop <- raster::crop(x = landscape, - y = y[current_plot]) - - # mask sample plot - landscape_mask <- raster::mask(x = landscape_crop, - mask = y[current_plot]) - - # calculate actual area of sample plot - area <- lsm_l_ta_calc(landscape_mask, - directions = 8) - - # calculate lsm - result_current_plot <- calculate_lsm(landscape = landscape_mask, - verbose = verbose, - progress = FALSE, - ...) - - # add plot id 1...n - if (is.null(plot_id)) { - - result_current_plot$plot_id <- current_plot - - # add plot_id - } else { - result_current_plot$plot_id <- plot_id[current_plot] - } - - # all cells are NA - if (all(is.na(raster::values(landscape_mask)))) { - - # calculate ratio between actual area and theoretical area - result_current_plot$percentage_inside <- 0 - } else { - - # calculate ratio between actual area and theoretical area - result_current_plot$percentage_inside <- area$value / - maximum_area[[current_plot]] * 100 - } - - # add sample plot raster - result_current_plot$raster_sample_plots <- raster::as.list(landscape_mask) - - return(result_current_plot)}))}, warning = function(cond) { - - warning_messages <<- c(warning_messages, conditionMessage(cond)) - - invokeRestart("muffleWarning")} - ) - - if (progress) { - - cat("\n") - } - - # add all_classes if class is present in tibble - if (all_classes && "class" %in% result$level) { - - # get all present classes - all_classes <- unique(raster::values(landscape)) - - # only results on class level are needed - result_class <- result[result$level == "class", ] - - # get all possible combination of all metrics and classes in each plot - all_combinations <- expand.grid(class = all_classes, - metric = unique(result_class$metric), - plot_id = unique(result_class$plot_id), - stringsAsFactors = FALSE) - - # add NA values for classes not present in certain plots - all_combinations <- merge(x = all_combinations, - y = result_class[, c("class", "metric", - "value", "plot_id")], - by = c("class", "metric", "plot_id"), - all.x = TRUE) - - # add information about unique study plots - all_combinations <- merge(x = all_combinations, - y = unique(result_class[, c("layer", "level", "id", - "plot_id", - "percentage_inside", - "raster_sample_plots")]), - by = "plot_id", all.x = TRUE) - - # reorder cols - all_combinations <- all_combinations[, names(result)] - - # remove all class level results - result <- result[!result$level == "class", ] - - # exchange with all combinations - result <- tibble::as_tibble(rbind(result, all_combinations)) - } - - # return warning of only 3/4 of sample plot are in landscape - if (verbose) { - if (any(result$percentage_inside < 90)) { - - warning("The 'perecentage_inside' is below 90% for at least one buffer.", - call. = FALSE) - } - } - - # warnings present - if (length(warning_messages) > 0) { - - # only unique warnings - warning_messages <- unique(warning_messages) - - # print warnings - lapply(warning_messages, function(x){ warning(x, call. = FALSE)}) - } - - return(result) -} +#' sample_lsm +#' +#' @description Sample metrics +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param y 2-column matrix with coordinates, sf points or sf polygons. +#' @param plot_id Vector with id of sample points. If not provided, sample +#' points will be labelled 1...n. +#' @param shape String specifying plot shape. Either "circle" or "square" +#' @param size Approximated size of sample plot. Equals the radius for circles or half of +#' the side-length for squares in mapunits. For lines size equals the width of the buffer. +#' @param all_classes Logical if NA should be returned for classes not present in some sample plots. +#' @param return_raster Logical if the clipped raster of the sample plot should +#' be returned +#' @param verbose Print warning messages. +#' @param progress Print progress report. +#' @param ... Arguments passed on to \code{calculate_lsm()}. +#' +#' @details +#' This function samples the selected metrics in a buffer area (sample plot) +#' around sample points, sample lines or within provided polygons. The size of the actual +#' sampled landscape can be different to the provided size due to two reasons. +#' Firstly, because clipping raster cells using a circle or a sample plot not directly +#' at a cell center lead to inaccuracies. Secondly, sample plots can exceed the +#' landscape boundary. Therefore, we report the actual clipped sample plot area relative +#' in relation to the theoretical, maximum sample plot area e.g. a sample plot only half +#' within the landscape will have a `percentage_inside = 50`. Please be aware that the +#' output is slightly different to all other `lsm`-function of `landscapemetrics`. +#' +#' The metrics can be specified by the arguments `what`, `level`, `metric`, `name` +#' and/or `type` (combinations of different arguments are possible (e.g. +#' `level = "class", type = "aggregation metric"`). If an argument is not provided, +#' automatically all possibilities are selected. Therefore, to get **all** +#' available metrics, don't specify any of the above arguments. +#' +#' @seealso +#' \code{\link{list_lsm}} \cr +#' \code{\link{calculate_lsm}} +#' +#' @return tibble +#' +#' @examples +#' # use a matrix +#' sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) +#' sample_lsm(landscape, y = sample_points, size = 15, what = "lsm_l_np") +#' +#' # use sp points +#' points_sp <- sf::st_as_sf(sample_points) +#' sample_lsm(landscape, y = points_sp, size = 15, what = "lsm_l_np", return_raster = TRUE) +#' +#' \dontrun{ +#' # use lines +#' +#' # use polygons +#' +#' } +#' +#' @aliases sample_lsm +#' @rdname sample_lsm +#' +#' @export +sample_lsm <- function(landscape, y, plot_id = NULL, + shape = "square", size, + all_classes = FALSE, return_raster = FALSE, + verbose = TRUE, progress = FALSE, ...) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = seq_along(landscape), FUN = function(x) { + + if (progress) { + + cat("\r> Progress nlayers: ", x , "/", length(landscape)) + } + + sample_lsm_int(landscape = landscape[[x]], + y = y, + plot_id = plot_id, + shape = shape, + size = size, + all_classes = all_classes, + verbose = verbose, + progress = FALSE, + ...) + }) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + result$layer <- layer + + if (!return_raster) { + result <- result[, -9] + } + + if (progress) {cat("\n")} + + result[with(result, order(layer, plot_id, level, metric, class, id)), ] +} + +sample_lsm_int <- function(landscape, + y, + plot_id, + shape, size, + all_classes, + verbose, + progress, + ...) { + + # check if size argument is only one number + if (length(size) != 1 | any(size <= 0)) { + + stop("Please provide only one value as size argument (size > 0).", call. = FALSE) + + } + + if (inherits(x = y, what = "matrix") | inherits(x = y, what = "POINT") | inherits(x = y, what = "MULTIPOINT")) { + + if (ncol(y) != 2 & verbose) { + warning("'y' should be a two column matrix including x- and y-coordinates.", + call. = FALSE) + } + + # construct plot area around sample sample_points + y <- construct_buffer(coords = y, shape = shape, + size = size, verbose = verbose) + + } else if (inherits(x = y, what = "POLYGON") | inherits(x = y, what = "MULTIPOLYGON")) { # check for sf polygon classes + + y <- sf::st_sf(data.frame(id = 1:length(y), geom = sf::st_sfc(y))) + + } else if (inherits(x = y, what = "sf")) { + + if (all(sf::st_geometry_type(y) %in% c("POINT", "MULTIPOINT"))) { + + # construct plot area around sample sample_points + y <- construct_buffer(coords = y, shape = shape, + size = size, verbose = verbose) + + } else if (all(sf::st_geometry_type(y) %in% c("POLYGON", "MULTIPOLYGON"))) { + + print("Nothing to do") + + } else { + + stop("landscapemetrics currently only supports matrix, sf points or polygon features for landscape metric sampling.") + + } + } else { + + stop( + "landscapemetrics currently only supports matrix, sf points or polygon features for landscape metric sampling." + ) + + } + + # check if length is identical if ids are provided + if (!is.null(plot_id)) { + + if (length(plot_id) != nrow(y)) { + + if (verbose) { + warning("Length of plot_id is not identical to length of y. Using 1...n as plot_id.", + call. = FALSE) + } + + plot_id <- NULL + } + } + + # get area of all polygons + maximum_area <-sf::st_area(y) / 10000 + + number_plots <- nrow(y) + + # create object for warning messages + warning_messages <- character(0) + + # loop through each sample point and calculate metrics + result <- withCallingHandlers(expr = {do.call(rbind, lapply(X = 1:number_plots, + FUN = function(current_plot) { + + # print progess using the non-internal name + if (progress) { + + cat("\r> Progress sample plots: ", current_plot, "/", number_plots) + } + + # crop sample plot + landscape_crop <- terra::crop(x = landscape, y = y[current_plot, ]) + + # mask sample plot + landscape_mask <- terra::mask(x = landscape_crop, mask = y[current_plot, ]) + + # calculate actual area of sample plot + area <- lsm_l_ta_calc(landscape_mask, directions = 8) + + # calculate lsm + result_current_plot <- calculate_lsm(landscape = landscape_mask, + verbose = verbose, + progress = FALSE, + ...) + + # add plot id 1...n + if (is.null(plot_id)) { + + result_current_plot$plot_id <- current_plot + + # add plot_id + } else { + result_current_plot$plot_id <- plot_id[current_plot] + } + + # all cells are NA + if (all(is.na(terra::values(landscape_mask, mat = FALSE)))) { + + # calculate ratio between actual area and theoretical area + result_current_plot$percentage_inside <- 0 + } else { + + # calculate ratio between actual area and theoretical area + result_current_plot$percentage_inside <- area$value / + maximum_area[[current_plot]] * 100 + } + + # add sample plot raster + result_current_plot$raster_sample_plots <- terra::as.list(landscape_mask) + + return(result_current_plot)}))}, warning = function(cond) { + + warning_messages <<- c(warning_messages, conditionMessage(cond)) + + invokeRestart("muffleWarning")} + ) + + if (progress) { + + cat("\n") + } + + # add all_classes if class is present in tibble + if (all_classes && "class" %in% result$level) { + + # get all present classes + all_classes <- unique(terra::values(landscape, mat = FALSE)) + + # only results on class level are needed + result_class <- result[result$level == "class", ] + + # get all possible combination of all metrics and classes in each plot + all_combinations <- expand.grid(class = all_classes, + metric = unique(result_class$metric), + plot_id = unique(result_class$plot_id), + stringsAsFactors = FALSE) + + # add NA values for classes not present in certain plots + all_combinations <- merge(x = all_combinations, + y = result_class[, c("class", "metric", + "value", "plot_id")], + by = c("class", "metric", "plot_id"), + all.x = TRUE) + + # add information about unique study plots + all_combinations <- merge(x = all_combinations, + y = unique(result_class[, c("layer", "level", "id", + "plot_id", + "percentage_inside", + "raster_sample_plots")]), + by = "plot_id", all.x = TRUE) + + # reorder cols + all_combinations <- all_combinations[, names(result)] + + # remove all class level results + result <- result[!result$level == "class", ] + + # exchange with all combinations + result <- tibble::as_tibble(rbind(result, all_combinations)) + } + + # return warning of only 3/4 of sample plot are in landscape + if (verbose) { + if (any(result$percentage_inside < 90)) { + + warning("The 'perecentage_inside' is below 90% for at least one buffer.", + call. = FALSE) + } + } + + # warnings present + if (length(warning_messages) > 0) { + + # only unique warnings + warning_messages <- unique(warning_messages) + + # print warnings + lapply(warning_messages, function(x){ warning(x, call. = FALSE)}) + } + + return(result) +} diff --git a/R/scale_sample.R b/R/scale_sample.R deleted file mode 100644 index 55d3ed5cb..000000000 --- a/R/scale_sample.R +++ /dev/null @@ -1,203 +0,0 @@ -#' scale_sample -#' -#' @description Metrics on changing sample scale -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param y 2-column matrix with coordinates or SpatialPoints. -#' @param shape String specifying plot shape. Either "circle" or "square" -#' @param size Approximated size of sample plot. Equals the radius for circles or half of -#' the side-length for squares in mapunits. For lines size equals the width of the buffer. -#' @param max_size Maximum size to which sample plot size is summed up. -#' @param verbose Print warning messages. -#' @param progress Print progress report. -#' @param ... Arguments passed on to \code{calculate_lsm()}. - -#' @details -#' This function calculates the selected metrics in subsequential buffers around -#' a/multiple point(s) of interest. -#' -#' The size of the actual sampled landscape can be different to the provided size -#' due to two reasons. Firstly, because clipping raster cells using a circle or a -#' sample plot not directly at a cell center lead to inaccuracies. Secondly, -#' sample plots can exceed the landscape boundary. Therefore, we report the actual -#' clipped sample plot area relative in relation to the theoretical, maximum sample -#' plot area e.g. a sample plot only half within the landscape will have a -#' `percentage_inside = 50`. Please be aware that the output is sligthly different -#' to all other `lsm`-function of `landscapemetrics`. -#' -#' The metrics can be specified by the arguments `what`, `level`, `metric`, `name` -#' and/or `type` (combinations of different arguments are possible (e.g. -#' `level = "class", type = "aggregation metric"`). If an argument is not provided, -#' automatically all possibilities are selected. Therefore, to get **all** -#' available metrics, don't specify any of the above arguments. -#' -#' @seealso -#' \code{\link{list_lsm}} \cr -#' \code{\link{calculate_lsm}} \cr -#' \code{\link{sample_lsm}} \cr -#' \code{\link{construct_buffer}} -#' -#' @return tibble -#' -#' @examples -#' my_points = matrix(c(1265000, 1250000, 1255000, 1257000), -#' ncol = 2, byrow = TRUE) -#' -#' scale_sample(landscape = augusta_nlcd, y = my_points, -#' size = 500, max_size = 5000, what = c("lsm_l_ent", "lsm_l_mutinf")) -#' -#' @aliases scale_sample -#' @rdname scale_sample -#' -#' @export -scale_sample <- function(landscape, - y, - shape = "square", - size, max_size, - verbose = TRUE, - progress = FALSE, - ...) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = seq_along(landscape), FUN = function(x) { - - if (progress) { - - cat("\r> Progress nlayers: ", x , "/", length(landscape)) - } - - scale_sample_int_multibuffer(landscape = landscape[[x]], - y = y, - shape = shape, - size = size, - max_size = max_size, - verbose = verbose, - progress = FALSE, - ...) - }) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - result$layer <- layer - - if (progress) {cat("\n")} - - # return warning of only 3/4 of sample plot are in landscape - if (verbose) { - if (any(result$percentage_inside < 90)) { - warning("The 'perecentage_inside' is below 90% for at least one buffer.", - call. = FALSE) - } - } - - result[with(result, order(layer, plot_id, level, metric, class, id, size)), ] -} - -scale_sample_int_multibuffer <- function(landscape, - y, - shape, size, max_size, - verbose, - progress, - ...) { - - # create buffer sequence - size <- seq(from = size, to = max_size, by = size) - - # loop through buffers - result <- do.call(rbind, lapply(X = seq_along(size), FUN = function(x) { - - # print progess using the non-internal name - if (progress) { - - cat("\r> Progress scales: ", x, "/", length(size)) - } - - scale_sample_int(landscape = landscape, y = y, - shape = shape, size = size[[x]], - verbose = verbose, ...)})) - - if (progress) { - - cat("\n") - - } - return(result) -} - -scale_sample_int <- function(landscape, - y, - shape, size, - verbose, - progress, - ...) { - - # use points - if (inherits(x = y, - what = c("SpatialPoints", "SpatialPointsDataFrame", "matrix"))) { - - # points are matrix - if (inherits(x = y, what = "matrix")) { - - if (ncol(y) != 2 & verbose) { - warning("'y' should be a two column matrix including x- and y-coordinates.", - call. = FALSE) - } - } - - # construct plot area around sample sample_points - y <- construct_buffer(coords = y, - shape = shape, - size = size, - verbose = verbose) - - # # how many plots are present - # number_plots <- length(y) - - } else { - - stop("'y' must be a matrix or SpatialPoints.", - call. = FALSE) - } - - # get area of all polygons - maximum_area <- vapply(y@polygons, function(x) x@area / 10000, - FUN.VALUE = numeric(1)) - - # loop through each sample point and calculate metrics - result <- do.call(rbind, lapply(X = seq_along(y), FUN = function(current_plot) { - - # crop sample plot - landscape_crop <- raster::crop(x = landscape, - y = y[current_plot]) - - # mask sample plot - landscape_mask <- raster::mask(x = landscape_crop, - mask = y[current_plot]) - - # calculate actual area of sample plot - area <- lsm_l_ta_calc(landscape_mask, - directions = 8) - - # calculate lsm - result_current_plot <- calculate_lsm(landscape = landscape_mask, - verbose = verbose, - progress = FALSE, - ...) - # add buffer size - result_current_plot$size <- size - - # add plot id - result_current_plot$plot_id <- current_plot - - # calculate ratio between actual area and theoretical area - result_current_plot$percentage_inside <- area$value / maximum_area[[current_plot]] * 100 - - return(result_current_plot) - })) - - return(result) -} diff --git a/R/scale_window.R b/R/scale_window.R deleted file mode 100644 index d84722888..000000000 --- a/R/scale_window.R +++ /dev/null @@ -1,196 +0,0 @@ -#' scale_window -#' -#' @description Metrics on changing sample scale -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param percentages_col 2-column matrix with coordinates or SpatialPoints. -#' @param percentages_row String specifying plot shape. Either "circle" or "square" -#' @param what Selected level of metrics: either "patch", "class" or "landscape". -#' It is also possible to specify functions as a vector of strings, e.g. `what = c("lsm_l_mutinf", "lsm_l_ta")`. -#' @param stat The function to be applied. See Details -#' @param verbose If TRUE, warnings are printed. -#' @param progress Print progress report. -#' @param ... Arguments passed on to \code{calculate_lsm()}. -#' -#' @details -#' This function calculates the selected metrics in moving windows over the provided -#' landscape. -#' -#' Please be aware that the output is sligthly different to all other `lsm`-function -#' of `landscapemetrics`. -#' -#' The metrics can be specified by the arguments `what`, `level`, `metric`, `name` -#' and/or `type` (combinations of different arguments are possible (e.g. -#' `level = "class", type = "aggregation metric"`). If an argument is not provided, -#' automatically all possibilities are selected. Only metrics on landscape level -#' are supported for this function. -#' -#' @seealso -#' \code{\link{list_lsm}} \cr -#' \code{\link{window_lsm}} \cr -#' \code{\link{scale_sample}} -#' -#' @return tibble -#' -#' @examples -#' \dontrun{ -#' percentages_col <- c(2, 4, 8, 16, 32, 64, 100) -#' percentages_row <- c(2, 4, 8, 16, 32, 64, 100) -#' -#' what = c("lsm_l_pr", "lsm_l_joinent") -#' -#' stat <- "mean" -#' -#' scale_window(landscape, percentages_col, percentages_row, what, stat) -#' } -#' -#' @aliases scale_window -#' @rdname scale_window -#' -#' @export -scale_window <- function(landscape, - percentages_col = NULL, - percentages_row = NULL, - what, - stat, - verbose = TRUE, - progress = FALSE, - ...) { - - landscape <- landscape_as_list(landscape) - - result <- lapply( - X = seq_along(landscape), - FUN = function(x) { - if (progress) { - cat("\r> Progress nlayers: ", x , "/", length(landscape)) - } - - scale_window_int( - landscape = landscape[[x]], - percentages_col = percentages_col, - percentages_row = percentages_row, - what = what, - stat = stat, - verbose = verbose, - progress = FALSE - ) - } - ) - - layer <- rep(seq_len(length(result)), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - result$layer <- layer - - if (progress) {cat("\n")} - - tibble::as_tibble(result[with(result, order(layer, level, metric, class, id, percentages_col, percentages_row)), - c(8,5,6,7,2,1,3,4)]) -} - -scale_window_int <- function(landscape, - percentages_col, - percentages_row, - what, - stat, - verbose, - progress, - ...) { - - # only percentages_col provided - if (is.null(percentages_row)) { - - percentages_row <- percentages_col - } - - # get dimensions of raster - ncols <- raster::ncol(landscape) - nrows <- raster::nrow(landscape) - - # calculate percentage of cols - ncols_perc <- round((percentages_col / 100) * ncols) - - # calculate percentage of rows - nrows_perc <- round((percentages_row / 100) * nrows) - - # warning if window would be smaller than 3 x 3 - if (any(ncols_perc < 3) | any(nrows_perc < 3)) { - - ncols_perc[which(ncols_perc < 3)] <- 3 - nrows_perc[which(nrows_perc < 3)] <- 3 - - if (verbose) { - warning("The percentages produced a moving window with a side < 3 cells. scale_window set this side to 3 for this scale.", - call. = FALSE) - } - } - - # add one col to even ncols_perc/nrows_perc - ncols_perc[ncols_perc %% 2 == 0] <- ncols_perc[ncols_perc %% 2 == 0] + 1 - nrows_perc[nrows_perc %% 2 == 0] <- nrows_perc[nrows_perc %% 2 == 0] + 1 - - # make sure ncols_perc/nrows_perc can't be bigger than landscape - if (any(ncols_perc > ncols) | any(nrows_perc > nrows)) { - - ncols_perc[ncols_perc > ncols] <- ncols - 1 - nrows_perc[nrows_perc > nrows] <- nrows - 1 - - if (verbose) { - warning("The percentages produced a moving window larger than the landscape. scale_window set this to the next smaller uneven number.", - call. = FALSE) - } - - } - - result <- do.call("rbind", lapply(seq_along(ncols_perc), FUN = function(i) { - - window <- matrix(data = 1, - nrow = nrows_perc[i], - ncol = ncols_perc[i]) - - win_raster <- window_lsm(landscape, - window = window, - what = what, - ...) - - win_raster <- unlist(win_raster) - - value <- sapply(seq_along(win_raster), function(i) { - - raster::cellStats(win_raster[[i]], - stat = stat, - na.rm = TRUE) - }) - - if (progress) { - - cat("\r> Progress scales: ", i, "/", length(ncols_perc)) - } - - value <- as.data.frame(value) - - value$metric <- names(win_raster) - - value$percentages_col <- percentages_col[i] - value$percentages_row <- percentages_row[i] - - return(value) - })) - - result$metric <- vapply(strsplit(result$metric, split = "_"), function(x) x[3], - FUN.VALUE = character(1)) - - result$level <- "landscape" - result$class <- NA - result$id <- NA - - if (progress) { - - cat("\n") - } - - return(result) -} diff --git a/R/show_cores.R b/R/show_cores.R index d50b4027f..798edfe9b 100644 --- a/R/show_cores.R +++ b/R/show_cores.R @@ -1,166 +1,164 @@ -#' Show core area -#' -#' @description Show core area -#' -#' @param landscape Raster object -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param class How to show the core area: "global" (single map), "all" (every class as facet), or a vector with the specific classes one wants to show (every selected class as facet). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core. -#' @param labels Logical flag indicating whether to print or not to print core labels. -#' boundary should be considered as core -#' @param nrow,ncol Number of rows and columns for the facet. -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details The functions plots the core area of patches labeled with the -#' corresponding patch id. The edges are the grey cells surrounding the patches and are always shown. -#' -#' @return ggplot -#' -#' @examples -#' # show "global" core area -#' show_cores(landscape, class = "global", labels = FALSE) -#' -#' # show the core area of every class as facet -#' show_cores(landscape, class = "all", labels = FALSE) -#' -#' # show only the core area of class 1 and 3 -#' show_cores(landscape, class = c(1, 3), labels = TRUE) -#' -#' @aliases show_cores -#' @rdname show_cores -#' -#' @export -show_cores <- function(landscape, - directions = 8, - class = "all", - labels = FALSE, - nrow = NULL, - ncol = NULL, - consider_boundary = TRUE, - edge_depth = 1) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = show_cores_internal, - directions = directions, - class = class, - labels = labels, - nrow = nrow, - ncol = ncol, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - names(result) <- paste0("layer_", 1:length(result)) - - return(result) -} - -show_cores_internal <- function(landscape, directions, class, labels, nrow, ncol, - consider_boundary, edge_depth ) { - - if (any(!(class %in% c("all", "global")))) { - - if (!any(class %in% raster::unique(landscape))) { - - stop("class must at least contain one value of a class contained in the landscape.", call. = FALSE) - } - } - - if (length(class) > 1 & any(class %in% c("all", "global"))) { - - warning("'global' and 'all' can't be combined with any other class-argument.", call. = FALSE) - } - - landscape_labeled <- get_patches(landscape, directions = directions)[[1]] - - boundary <- lapply(X = landscape_labeled, FUN = function(patches_class) { - - class_edge <- get_boundaries(patches_class, - consider_boundary = consider_boundary)[[1]] - - full_edge <- class_edge - - if (edge_depth > 1) { - - for (i in seq_len(edge_depth - 1)) { - - raster::values(class_edge)[raster::values(class_edge) == 1] <- NA - - class_edge <- get_boundaries(class_edge, - consider_boundary)[[1]] - - full_edge[which(class_edge[] == 1)] <- 1 - } - } - - raster::crop(full_edge, directions = 4, y = landscape) - }) - - # reset boundaries - boundary <- lapply(X = seq_along(boundary), - FUN = function(i){ - raster::values(boundary[[i]])[raster::values(!is.na(boundary[[i]])) & raster::values(boundary[[i]] == 1)] <- -999 - - raster::values(boundary[[i]])[raster::values(!is.na(boundary[[i]])) & raster::values(boundary[[i]] == 0)] <- - raster::values(landscape_labeled[[i]])[raster::values(!is.na(boundary[[i]])) & raster::values(boundary[[i]] == 0)] - - return(boundary[[i]]) - } - ) - - boundary_labeled_stack <- raster::as.data.frame(sum(raster::stack(boundary), - na.rm = TRUE), - xy = TRUE) - names(boundary_labeled_stack) <- c("x", "y", "values") - - boundary_labeled_stack$class <- raster::values(landscape) - boundary_labeled_stack$core_label <- boundary_labeled_stack$values - - boundary_labeled_stack$values <- ifelse(boundary_labeled_stack$values == -999, 0, 1) - boundary_labeled_stack$core_label <- ifelse(boundary_labeled_stack$core_label == -999, as.numeric(NA), boundary_labeled_stack$core_label) - - if (!labels) { - boundary_labeled_stack$core_label <- NA - } - - if (any(class == "global")) { - boundary_labeled_stack$class <- "global" - } - - if (any(class != "global")) { - - if (any(!(class %in% "all"))) { - class_index <- which(boundary_labeled_stack$class %in% class) - boundary_labeled_stack <- boundary_labeled_stack[class_index, ] - } - } - - plot <- ggplot2::ggplot(boundary_labeled_stack, ggplot2::aes(x, y)) + - ggplot2::coord_fixed() + - ggplot2::geom_raster(ggplot2::aes(fill = factor(values))) + - ggplot2::geom_text(ggplot2::aes_string(x = "x", y = "y", label = "core_label"), - colour = "white", na.rm = TRUE) + - ggplot2::facet_wrap(~ class, nrow = nrow, ncol = ncol) + - ggplot2::scale_fill_manual(values = c("grey60", "#E17C05"), - na.value = "grey85") + - ggplot2::scale_x_continuous(expand = c(0, 0)) + - ggplot2::scale_y_continuous(expand = c(0, 0)) + - ggplot2::guides(fill = "none") + - ggplot2::labs(titel = NULL, x = NULL, y = NULL) + - ggplot2::theme( - axis.title = ggplot2::element_blank(), - axis.ticks = ggplot2::element_blank(), - axis.text = ggplot2::element_blank(), - panel.grid = ggplot2::element_blank(), - axis.line = ggplot2::element_blank(), - strip.background = ggplot2::element_rect(fill = "grey80"), - strip.text = ggplot2::element_text(hjust = 0), - panel.background = ggplot2::element_rect(fill = "grey85"), - plot.margin = ggplot2::unit(c(0, 0, 0, 0), "lines")) - - return(plot) -} +#' Show core area +#' +#' @description Show core area +#' +#' @param landscape Raster object +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param class How to show the core area: "global" (single map), "all" (every class as facet), or a vector with the specific classes one wants to show (every selected class as facet). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core. +#' @param labels Logical flag indicating whether to print or not to print core labels. +#' boundary should be considered as core +#' @param nrow,ncol Number of rows and columns for the facet. +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details The functions plots the core area of patches labeled with the +#' corresponding patch id. The edges are the grey cells surrounding the patches and are always shown. +#' +#' @return ggplot +#' +#' @examples +#' # show "global" core area +#' show_cores(landscape, class = "global", labels = FALSE) +#' +#' # show the core area of every class as facet +#' show_cores(landscape, class = "all", labels = FALSE) +#' +#' # show only the core area of class 1 and 3 +#' show_cores(landscape, class = c(1, 3), labels = TRUE) +#' +#' @aliases show_cores +#' @rdname show_cores +#' +#' @export +show_cores <- function(landscape, + directions = 8, + class = "all", + labels = FALSE, + nrow = NULL, + ncol = NULL, + consider_boundary = TRUE, + edge_depth = 1) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = show_cores_internal, + directions = directions, + class = class, + labels = labels, + nrow = nrow, + ncol = ncol, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + names(result) <- paste0("layer_", 1:length(result)) + + return(result) +} + +show_cores_internal <- function(landscape, directions, class, labels, nrow, ncol, + consider_boundary, edge_depth ) { + + if (any(!(class %in% c("all", "global")))) { + + if (!any(class %in% unique(terra::values(landscape, mat = FALSE)))) { + + stop("class must at least contain one value of a class contained in the landscape.", call. = FALSE) + } + } + + if (length(class) > 1 & any(class %in% c("all", "global"))) { + + warning("'global' and 'all' can't be combined with any other class-argument.", call. = FALSE) + } + + landscape_labeled <- get_patches(landscape, directions = directions)[[1]] + + boundary <- lapply(X = landscape_labeled, FUN = function(patches_class) { + + class_edge <- get_boundaries(patches_class, + consider_boundary = consider_boundary)[[1]] + + full_edge <- class_edge + + if (edge_depth > 1) { + + for (i in seq_len(edge_depth - 1)) { + + terra::values(class_edge)[terra::values(class_edge) == 1] <- NA + + class_edge <- get_boundaries(class_edge, + consider_boundary)[[1]] + + full_edge[which(class_edge[] == 1)] <- 1 + } + } + + terra::crop(full_edge, y = landscape) + }) + + # reset boundaries + boundary <- lapply(X = seq_along(boundary), + FUN = function(i){ + terra::values(boundary[[i]])[terra::values(!is.na(boundary[[i]])) & terra::values(boundary[[i]] == 1)] <- -999 + + terra::values(boundary[[i]])[terra::values(!is.na(boundary[[i]])) & terra::values(boundary[[i]] == 0)] <- + terra::values(landscape_labeled[[i]])[terra::values(!is.na(boundary[[i]])) & terra::values(boundary[[i]] == 0)] + + return(boundary[[i]]) + } + ) + + boundary_labeled_stack <- terra::as.data.frame(sum(terra::rast(boundary), na.rm = TRUE), xy = TRUE) + names(boundary_labeled_stack) <- c("x", "y", "values") + + boundary_labeled_stack$class <- terra::values(landscape, mat = FALSE) + boundary_labeled_stack$core_label <- boundary_labeled_stack$values + + boundary_labeled_stack$values <- ifelse(boundary_labeled_stack$values == -999, 0, 1) + boundary_labeled_stack$core_label <- ifelse(boundary_labeled_stack$core_label == -999, as.numeric(NA), boundary_labeled_stack$core_label) + + if (!labels) { + boundary_labeled_stack$core_label <- NA + } + + if (any(class == "global")) { + boundary_labeled_stack$class <- "global" + } + + if (any(class != "global")) { + + if (any(!(class %in% "all"))) { + class_index <- which(boundary_labeled_stack$class %in% class) + boundary_labeled_stack <- boundary_labeled_stack[class_index, ] + } + } + + plot <- ggplot2::ggplot(boundary_labeled_stack, ggplot2::aes(x, y)) + + ggplot2::coord_fixed() + + ggplot2::geom_raster(ggplot2::aes(fill = factor(values))) + + ggplot2::geom_text(ggplot2::aes_string(x = "x", y = "y", label = "core_label"), + colour = "white", na.rm = TRUE) + + ggplot2::facet_wrap(~ class, nrow = nrow, ncol = ncol) + + ggplot2::scale_fill_manual(values = c("grey60", "#E17C05"), + na.value = "grey85") + + ggplot2::scale_x_continuous(expand = c(0, 0)) + + ggplot2::scale_y_continuous(expand = c(0, 0)) + + ggplot2::guides(fill = "none") + + ggplot2::labs(titel = NULL, x = NULL, y = NULL) + + ggplot2::theme( + axis.title = ggplot2::element_blank(), + axis.ticks = ggplot2::element_blank(), + axis.text = ggplot2::element_blank(), + panel.grid = ggplot2::element_blank(), + axis.line = ggplot2::element_blank(), + strip.background = ggplot2::element_rect(fill = "grey80"), + strip.text = ggplot2::element_text(hjust = 0), + panel.background = ggplot2::element_rect(fill = "grey85"), + plot.margin = ggplot2::unit(c(0, 0, 0, 0), "lines")) + + return(plot) +} diff --git a/R/show_lsm.R b/R/show_lsm.R index 7308af19a..e404585d6 100644 --- a/R/show_lsm.R +++ b/R/show_lsm.R @@ -1,188 +1,187 @@ -#' Show landscape metrics -#' -#' @description Show landscape metrics on patch level printed in their corresponding patch. -#' -#' @param landscape *Raster object -#' @param what Patch level what to plot -#' @param class How to show the labeled patches: "global" (single map), "all" (every class as facet), -#' or a vector with the specific classes one wants to show (every selected class as facet). -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch edge to be considered as core cell -#' @param labels Logical flag indicating whether to print or not to print patch labels. -#' @param label_lsm If true, the value of the landscape metric is used as label -#' @param nrow,ncol Number of rows and columns for the facet. -#' -#' @details The function plots all patches with a fill corresponding to the value of the chosen landscape metric on patch level. -#' -#' @return ggplot -#' -#' @examples -#' show_lsm(landscape, what = "lsm_p_area", directions = 4) -#' show_lsm(landscape, what = "lsm_p_shape", class = c(1, 2), label_lsm = TRUE) -#' show_lsm(landscape, what = "lsm_p_circle", class = 3, labels = TRUE) -#' -#' @aliases show_lsm -#' @rdname show_lsm -#' -#' @export -show_lsm <- function(landscape, what, class = "global", directions = 8, - consider_boundary = FALSE, edge_depth = 1, - labels = FALSE, label_lsm = FALSE, - nrow = NULL, ncol = NULL) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = show_lsm_internal, - what = what, - class = class, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - labels = labels, - label_lsm = label_lsm, - nrow = nrow, - ncol = ncol) - - names(result) <- paste0("layer_", 1:length(result)) - - return(result) - -} - -show_lsm_internal <- function(landscape, what, class, - directions, consider_boundary, edge_depth, - labels, label_lsm, - nrow, ncol) { - - if (!what %in% list_lsm(level = "patch", simplify = TRUE) || length(what) > 1) { - - stop("Please provide one patch level metric only. To list available metrics, run list_lsm(level = 'patch').", - call. = FALSE) - } - - if (any(!(class %in% c("all", "global")))) { - - if (!any(class %in% raster::unique(landscape))) { - - stop("'class' must contain at least one value of a class existing in the landscape.", - call. = FALSE) - } - } - - if (length(class) > 1 & any(class %in% c("all", "global"))) { - - warning("'global' and 'all' can't be combined with any other class-argument.", - call. = FALSE) - } - - landscape_labeled <- get_patches(landscape, directions = directions)[[1]] - - lsm_fun <- match.fun(what) - - if (what %in% c("lsm_p_core", "lsm_p_ncore")) { - - fill_value <- lsm_fun(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - } else { - - fill_value <- lsm_fun(landscape, directions = directions) - } - - if (any(class == "global")) { - - patches_tibble <- raster::as.data.frame(sum(raster::stack(landscape_labeled), - na.rm = TRUE), - xy = TRUE) - - names(patches_tibble) <- c("x", "y", "id") - - patches_tibble$id <- replace(patches_tibble$id, - patches_tibble$id == 0, - NA) - - patches_tibble <- merge(x = patches_tibble, - y = fill_value, - by = "id", - all.x = TRUE) - - patches_tibble$class.get_patches <- "global" - - if (!labels) { - patches_tibble$label <- NA - } else { - if (label_lsm) { - patches_tibble$label <- round(patches_tibble$value, 2) - } else { - patches_tibble$label <- patches_tibble$id - } - } - } - - if (any(class != "global")) { - - patches_tibble <- lapply(X = seq_along(landscape_labeled), FUN = function(i){ - names(landscape_labeled[[i]]) <- "id" - x <- raster::as.data.frame(landscape_labeled[[i]], xy = TRUE) - x$class <- names(landscape_labeled[i]) - return(x)} - ) - - patches_tibble <- do.call(rbind, patches_tibble) - - patches_tibble <- merge(x = patches_tibble, - y = fill_value, - by = "id", - all.x = TRUE, - suffixes = c(".get_patches", ".lsm")) - - if (any(!(class %in% "all"))) { - - class_index <- which(patches_tibble$class.get_patches %in% paste0("class_", class)) - patches_tibble <- patches_tibble[class_index, ] - } - - if (!labels) { - - patches_tibble$label <- NA - } else { - - if (label_lsm) { - - patches_tibble$label <- round(patches_tibble$value, 2) - } else{ - - patches_tibble$label <- patches_tibble$id - } - } - } - - plot <- ggplot2::ggplot(patches_tibble, ggplot2::aes(x, y)) + - ggplot2::coord_fixed() + - ggplot2::geom_raster(ggplot2::aes(fill = value)) + - ggplot2::geom_text(ggplot2::aes(label = label), - colour = "black", size = 2, na.rm = TRUE) + - ggplot2::facet_wrap(~ class.get_patches, - nrow = nrow, ncol = ncol) + - ggplot2::scale_x_continuous(expand = c(0, 0)) + - ggplot2::scale_y_continuous(expand = c(0, 0)) + - ggplot2::labs(titel = NULL, x = NULL, y = NULL) + - ggplot2::scale_fill_viridis_c(option = "E", - name = what, - na.value = "grey85") + - ggplot2::theme( - axis.title = ggplot2::element_blank(), - axis.ticks = ggplot2::element_blank(), - axis.text = ggplot2::element_blank(), - panel.grid = ggplot2::element_blank(), - axis.line = ggplot2::element_blank(), - strip.background = ggplot2::element_rect(fill = "grey80"), - strip.text = ggplot2::element_text(hjust = 0), - plot.margin = ggplot2::unit(c(0, 0, 0, 0), "lines")) - - return(plot) -} +#' Show landscape metrics +#' +#' @description Show landscape metrics on patch level printed in their corresponding patch. +#' +#' @param landscape *Raster object +#' @param what Patch level what to plot +#' @param class How to show the labeled patches: "global" (single map), "all" (every class as facet), +#' or a vector with the specific classes one wants to show (every selected class as facet). +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch edge to be considered as core cell +#' @param labels Logical flag indicating whether to print or not to print patch labels. +#' @param label_lsm If true, the value of the landscape metric is used as label +#' @param nrow,ncol Number of rows and columns for the facet. +#' +#' @details The function plots all patches with a fill corresponding to the value of the chosen landscape metric on patch level. +#' +#' @return ggplot +#' +#' @examples +#' show_lsm(landscape, what = "lsm_p_area", directions = 4) +#' show_lsm(landscape, what = "lsm_p_shape", class = c(1, 2), label_lsm = TRUE) +#' show_lsm(landscape, what = "lsm_p_circle", class = 3, labels = TRUE) +#' +#' @aliases show_lsm +#' @rdname show_lsm +#' +#' @export +show_lsm <- function(landscape, what, class = "global", directions = 8, + consider_boundary = FALSE, edge_depth = 1, + labels = FALSE, label_lsm = FALSE, + nrow = NULL, ncol = NULL) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = show_lsm_internal, + what = what, + class = class, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + labels = labels, + label_lsm = label_lsm, + nrow = nrow, + ncol = ncol) + + names(result) <- paste0("layer_", 1:length(result)) + + return(result) + +} + +show_lsm_internal <- function(landscape, what, class, + directions, consider_boundary, edge_depth, + labels, label_lsm, + nrow, ncol) { + + if (!what %in% list_lsm(level = "patch", simplify = TRUE) || length(what) > 1) { + + stop("Please provide one patch level metric only. To list available metrics, run list_lsm(level = 'patch').", + call. = FALSE) + } + + if (any(!(class %in% c("all", "global")))) { + + if (!any(class %in% unique(terra::values(landscape, mat = FALSE)))) { + + stop("'class' must contain at least one value of a class existing in the landscape.", + call. = FALSE) + } + } + + if (length(class) > 1 & any(class %in% c("all", "global"))) { + + warning("'global' and 'all' can't be combined with any other class-argument.", + call. = FALSE) + } + + landscape_labeled <- get_patches(landscape, directions = directions)[[1]] + + lsm_fun <- match.fun(what) + + if (what %in% c("lsm_p_core", "lsm_p_ncore")) { + + fill_value <- lsm_fun(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + } else { + + fill_value <- lsm_fun(landscape, directions = directions) + } + + if (any(class == "global")) { + + patches_tibble <- terra::as.data.frame(sum(terra::rast(landscape_labeled), na.rm = TRUE), + xy = TRUE) + + names(patches_tibble) <- c("x", "y", "id") + + patches_tibble$id <- replace(patches_tibble$id, + patches_tibble$id == 0, + NA) + + patches_tibble <- merge(x = patches_tibble, + y = fill_value, + by = "id", + all.x = TRUE) + + patches_tibble$class.get_patches <- "global" + + if (!labels) { + patches_tibble$label <- NA + } else { + if (label_lsm) { + patches_tibble$label <- round(patches_tibble$value, 2) + } else { + patches_tibble$label <- patches_tibble$id + } + } + } + + if (any(class != "global")) { + + patches_tibble <- lapply(X = seq_along(landscape_labeled), FUN = function(i){ + names(landscape_labeled[[i]]) <- "id" + x <- terra::as.data.frame(landscape_labeled[[i]], xy = TRUE) + x$class <- names(landscape_labeled[i]) + return(x)} + ) + + patches_tibble <- do.call(rbind, patches_tibble) + + patches_tibble <- merge(x = patches_tibble, + y = fill_value, + by = "id", + all.x = TRUE, + suffixes = c(".get_patches", ".lsm")) + + if (any(!(class %in% "all"))) { + + class_index <- which(patches_tibble$class.get_patches %in% paste0("class_", class)) + patches_tibble <- patches_tibble[class_index, ] + } + + if (!labels) { + + patches_tibble$label <- NA + } else { + + if (label_lsm) { + + patches_tibble$label <- round(patches_tibble$value, 2) + } else{ + + patches_tibble$label <- patches_tibble$id + } + } + } + + plot <- ggplot2::ggplot(patches_tibble, ggplot2::aes(x, y)) + + ggplot2::coord_fixed() + + ggplot2::geom_raster(ggplot2::aes(fill = value)) + + ggplot2::geom_text(ggplot2::aes(label = label), + colour = "black", size = 2, na.rm = TRUE) + + ggplot2::facet_wrap(~ class.get_patches, + nrow = nrow, ncol = ncol) + + ggplot2::scale_x_continuous(expand = c(0, 0)) + + ggplot2::scale_y_continuous(expand = c(0, 0)) + + ggplot2::labs(titel = NULL, x = NULL, y = NULL) + + ggplot2::scale_fill_viridis_c(option = "E", + name = what, + na.value = "grey85") + + ggplot2::theme( + axis.title = ggplot2::element_blank(), + axis.ticks = ggplot2::element_blank(), + axis.text = ggplot2::element_blank(), + panel.grid = ggplot2::element_blank(), + axis.line = ggplot2::element_blank(), + strip.background = ggplot2::element_rect(fill = "grey80"), + strip.text = ggplot2::element_text(hjust = 0), + plot.margin = ggplot2::unit(c(0, 0, 0, 0), "lines")) + + return(plot) +} diff --git a/R/show_patches.R b/R/show_patches.R index a26b99b6c..b72a42ddc 100644 --- a/R/show_patches.R +++ b/R/show_patches.R @@ -1,141 +1,141 @@ -#' Show patches -#' -#' @description Show patches -#' -#' @param landscape *Raster object -#' @param class How to show the labeled patches: "global" (single map), "all" (every class as facet), or a vector with the specific classes one wants to show (every selected class as facet). -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param labels Logical flag indicating whether to print or not to print patch labels. -#' @param nrow,ncol Number of rows and columns for the facet. -#' -#' @details The functions plots the landscape with the patches labeled with the -#' corresponding patch id. -#' -#' @return ggplot -#' -#' @examples -#' show_patches(landscape) -#' show_patches(landscape, class = c(1, 2)) -#' show_patches(landscape, class = 3, labels = FALSE) -#' -#' @aliases show_patches -#' @rdname show_patches -#' -#' @export -show_patches <- function(landscape, class = "global", directions = 8, - labels = FALSE, nrow = NULL, ncol = NULL) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = show_patches_internal, - class = class, - directions = directions, - labels = labels, - nrow = nrow, - ncol = ncol) - - names(result) <- paste0("layer_", 1:length(result)) - - return(result) -} - -show_patches_internal <- function(landscape, class, directions, labels, nrow, ncol) { - - if (any(!(class %in% c("all", "global")))) { - if (!any(class %in% raster::unique(landscape))) { - stop("'class' must at least contain one value of a class contained in the landscape.", call. = FALSE) - } - } - - if (length(class) > 1 & any(class %in% c("all", "global"))) { - warning("'global' and 'all' can't be combined with any other class-argument.", call. = FALSE) - } - - landscape_labeled <- get_patches(landscape, directions = directions)[[1]] - - if (any(class == "global")) { - - patches_tibble <- raster::as.data.frame(sum(raster::stack(landscape_labeled), - na.rm = TRUE), - xy = TRUE) - - names(patches_tibble) <- c("x", "y", "value") - - patches_tibble$value <- replace(patches_tibble$value, patches_tibble$value == 0, NA) - - if (labels) { - patches_tibble$labels <- patches_tibble$value - } - - if (!labels) { - patches_tibble$labels <- NA - } - - patches_tibble$class <- "global" - } - - if (any(class != "global")) { - - patches_tibble <- lapply(X = seq_along(landscape_labeled), FUN = function(i){ - names(landscape_labeled[[i]]) <- "value" - x <- raster::as.data.frame(landscape_labeled[[i]], xy = TRUE) - x$class <- names(landscape_labeled[i]) - return(x)} - ) - - patches_tibble <- do.call(rbind, patches_tibble) - - if (any(!(class %in% c("all", "global")))) { - class_index <- which(patches_tibble$class %in% paste0("class_", class)) - patches_tibble <- patches_tibble[class_index, ] - } - - if (labels) { - patches_tibble$labels <- patches_tibble$value - } - - if (!labels) { - patches_tibble$labels <- NA - } - } - - plot <- ggplot2::ggplot(patches_tibble, ggplot2::aes(x, y)) + - ggplot2::coord_fixed() + - ggplot2::geom_raster(ggplot2::aes(fill = value)) + - ggplot2::geom_text(ggplot2::aes(label = labels), - colour = "white", na.rm = TRUE) + - ggplot2::scale_fill_gradientn( - colours = c( - "#5F4690", - "#1D6996", - "#38A6A5", - "#0F8554", - "#73AF48", - "#EDAD08", - "#E17C05", - "#CC503E", - "#94346E", - "#6F4070", - "#994E95" - ), - na.value = "grey85" - ) + - ggplot2::facet_wrap(~class, nrow = nrow, ncol = ncol) + - ggplot2::scale_x_continuous(expand = c(0, 0)) + - ggplot2::scale_y_continuous(expand = c(0, 0)) + - ggplot2::guides(fill = "none") + - ggplot2::labs(titel = NULL, x = NULL, y = NULL) + - ggplot2::theme( - axis.title = ggplot2::element_blank(), - axis.ticks = ggplot2::element_blank(), - axis.text = ggplot2::element_blank(), - panel.grid = ggplot2::element_blank(), - axis.line = ggplot2::element_blank(), - strip.background = ggplot2::element_rect(fill = "grey80"), - strip.text = ggplot2::element_text(hjust = 0), - plot.margin = ggplot2::unit(c(0, 0, 0, 0), "lines")) - - return(plot) -} +#' Show patches +#' +#' @description Show patches +#' +#' @param landscape *Raster object +#' @param class How to show the labeled patches: "global" (single map), "all" (every class as facet), or a vector with the specific classes one wants to show (every selected class as facet). +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param labels Logical flag indicating whether to print or not to print patch labels. +#' @param nrow,ncol Number of rows and columns for the facet. +#' +#' @details The functions plots the landscape with the patches labeled with the +#' corresponding patch id. +#' +#' @return ggplot +#' +#' @examples +#' show_patches(landscape) +#' show_patches(landscape, class = c(1, 2)) +#' show_patches(landscape, class = 3, labels = FALSE) +#' +#' @aliases show_patches +#' @rdname show_patches +#' +#' @export +show_patches <- function(landscape, class = "global", directions = 8, + labels = FALSE, nrow = NULL, ncol = NULL) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = show_patches_internal, + class = class, + directions = directions, + labels = labels, + nrow = nrow, + ncol = ncol) + + names(result) <- paste0("layer_", 1:length(result)) + + return(result) +} + +show_patches_internal <- function(landscape, class, directions, labels, nrow, ncol) { + + if (any(!(class %in% c("all", "global")))) { + if (!any(class %in% unique(terra::values(landscape, mat = FALSE)))) { + stop("'class' must at least contain one value of a class contained in the landscape.", call. = FALSE) + } + } + + if (length(class) > 1 & any(class %in% c("all", "global"))) { + warning("'global' and 'all' can't be combined with any other class-argument.", call. = FALSE) + } + + landscape_labeled <- get_patches(landscape, directions = directions)[[1]] + + if (any(class == "global")) { + + patches_tibble <- terra::as.data.frame(sum(terra::rast(landscape_labeled), + na.rm = TRUE), + xy = TRUE) + + names(patches_tibble) <- c("x", "y", "value") + + patches_tibble$value <- replace(patches_tibble$value, patches_tibble$value == 0, NA) + + if (labels) { + patches_tibble$labels <- patches_tibble$value + } + + if (!labels) { + patches_tibble$labels <- NA + } + + patches_tibble$class <- "global" + } + + if (any(class != "global")) { + + patches_tibble <- lapply(X = seq_along(landscape_labeled), FUN = function(i){ + names(landscape_labeled[[i]]) <- "value" + x <- terra::as.data.frame(landscape_labeled[[i]], xy = TRUE) + x$class <- names(landscape_labeled[i]) + return(x)} + ) + + patches_tibble <- do.call(rbind, patches_tibble) + + if (any(!(class %in% c("all", "global")))) { + class_index <- which(patches_tibble$class %in% paste0("class_", class)) + patches_tibble <- patches_tibble[class_index, ] + } + + if (labels) { + patches_tibble$labels <- patches_tibble$value + } + + if (!labels) { + patches_tibble$labels <- NA + } + } + + plot <- ggplot2::ggplot(patches_tibble, ggplot2::aes(x, y)) + + ggplot2::coord_fixed() + + ggplot2::geom_raster(ggplot2::aes(fill = value)) + + ggplot2::geom_text(ggplot2::aes(label = labels), + colour = "white", na.rm = TRUE) + + ggplot2::scale_fill_gradientn( + colours = c( + "#5F4690", + "#1D6996", + "#38A6A5", + "#0F8554", + "#73AF48", + "#EDAD08", + "#E17C05", + "#CC503E", + "#94346E", + "#6F4070", + "#994E95" + ), + na.value = "grey85" + ) + + ggplot2::facet_wrap(~class, nrow = nrow, ncol = ncol) + + ggplot2::scale_x_continuous(expand = c(0, 0)) + + ggplot2::scale_y_continuous(expand = c(0, 0)) + + ggplot2::guides(fill = "none") + + ggplot2::labs(titel = NULL, x = NULL, y = NULL) + + ggplot2::theme( + axis.title = ggplot2::element_blank(), + axis.ticks = ggplot2::element_blank(), + axis.text = ggplot2::element_blank(), + panel.grid = ggplot2::element_blank(), + axis.line = ggplot2::element_blank(), + strip.background = ggplot2::element_rect(fill = "grey80"), + strip.text = ggplot2::element_text(hjust = 0), + plot.margin = ggplot2::unit(c(0, 0, 0, 0), "lines")) + + return(plot) +} diff --git a/R/spatialize_lsm.R b/R/spatialize_lsm.R index cb0a98644..9e6332dd6 100644 --- a/R/spatialize_lsm.R +++ b/R/spatialize_lsm.R @@ -1,211 +1,202 @@ -#' spatialize_lsm -#' -#' @description Spatialize landscape metric values -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param level Level of metrics. Either 'patch', 'class' or 'landscape' (or vector with combination). -#' @param metric Abbreviation of metrics (e.g. 'area'). -#' @param name Full name of metrics (e.g. 'core area') -#' @param type Type according to FRAGSTATS grouping (e.g. 'aggregation metrics'). -#' @param what Selected level of metrics: either "patch", "class" or "landscape". -#' It is also possible to specify functions as a vector of strings, e.g. `what = c("lsm_c_ca", "lsm_l_ta")`. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param progress Print progress report. -#' @param to_disk If TRUE raster will be saved to disk. -#' @param ... Arguments passed on to \code{calculate_lsm()}. -#' -#' @details -#' The functions returns a nested list with \code{RasterLayer}s. The first level -#' contains each input layer (only one element if \code{RasterLayer} was provided). -#' The second level contains a \code{RasterLayer} for each selected metric -#' (see \code{list_lsm} for details) where each cell has the landscape metric -#' value of the patch it belongs to. Only patch level metrics are allowed. -#' -#' @seealso -#' \code{\link{list_lsm}} \cr -#' \code{\link{show_lsm}} -#' -#' @return list -#' -#' @examples -#' spatialize_lsm(landscape, what = "lsm_p_area") -#' -#' @aliases spatialize_lsm -#' -#' @rdname spatialize_lsm -#' -#' @export -spatialize_lsm <- function(landscape, level = "patch", metric = NULL, name = NULL, - type = NULL, what = NULL, directions = 8, progress = FALSE, - to_disk = getOption("to_disk", default = FALSE), - ...) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = seq_along(landscape), FUN = function(x) { - - if (progress) { - - cat("\r> Progress nlayers: ", x , "/", length(landscape)) - } - - spatialize_lsm_internal(landscape = landscape[[x]], - level = level, - metric = metric, - name = name, - type = type, - what = what, - directions = directions, - progress = FALSE, - to_disk = to_disk, - ...) - }) - - if (progress) {cat("\n")} - - names(result) <- paste0("layer_", 1:length(result)) - - return(result) -} - -spatialize_lsm_internal <- function(landscape, level, metric, name, type, what, - directions, progress, to_disk, ...) { - - # get name of metrics - metrics <- list_lsm(level = level, - metric = metric, - name = name, - type = type, - what = what, - simplify = TRUE, - verbose = FALSE) - - # how many metrics need to be calculated? - number_metrics <- length(metrics) - - # error if no patch level metrics are provided - if (!all(metrics %in% list_lsm(level = "patch", simplify = TRUE))) { - stop("'spatialize_lsm()' only takes patch level metrics.", - call. = FALSE) - } - - # get CRS of input - crs_input <- raster::crs(landscape) - - # get patches - landscape_labeled <- get_patches(landscape, - class = "all", - directions = directions, - to_disk = to_disk, - return_raster = TRUE)[[1]] - - # get dataframe with patch ID and coordinates to merge with result of metric - # MH: Do we really want to remove NA? - patches_tibble <- raster::as.data.frame(sum(raster::stack(landscape_labeled), - na.rm = TRUE), - xy = TRUE) - - # modify names - names(patches_tibble) <- c("x", "y", "id") - - # replace all 0 values for NA - patches_tibble$id <- replace(patches_tibble$id, - patches_tibble$id == 0, - NA) - - # create object for warning messages - warning_messages <- character(0) - - # loop through metrics and return raster with value for each patch - result <- withCallingHandlers(expr = {lapply(seq_along(metrics), function(x) { - - # print progress using the non-internal name - if (progress) { - - cat("\r> Progress metrics: ", x, "/", number_metrics) - } - - # get metric value - fill_value <- calculate_lsm(landscape, - what = metrics[[x]], - progress = FALSE, - ...) - - # merge with coords data frame - fill_value <- merge(x = patches_tibble, - y = fill_value, - by = "id", - all.x = TRUE) - - if (to_disk) { - - # order fill_value by x - index <- order(fill_value$x) - fill_value <- fill_value[index, ] - - # split by y - fill_value <- rev(split(x = fill_value, f = fill_value$y)) - - # create empty raster - result <- raster::raster(landscape) - - # get block size - block_size <- raster::blockSize(result) - - # starting to write values in raster - result <- raster::writeStart(x = result, - filename = raster::rasterTmpFile(), - overwrite = TRUE) - - # loop through all block sizes - for (i in 1:block_size$n) { - - # start and end row of current block - start_row <- block_size$row[i] - end_row <- block_size$row[i] + (block_size$nrows[i] - 1) - - # get values of current rows and combine to df - values_temp <- do.call("rbind", fill_value[start_row:end_row]) - - # write current block - result <- raster::writeValues(x = result, - v = values_temp$value, - start = block_size$row[i]) - } - - # close writing connections - result <- raster::writeStop(result) - - return(result) - } else { - - # convert to raster (wrap) - result <- raster::rasterFromXYZ(fill_value[, c(2, 3, 8)], - crs = crs_input) - - return(result) - }})}, warning = function(cond) { - - warning_messages <<- c(warning_messages, conditionMessage(cond)) - - invokeRestart("muffleWarning")} - ) - - # using metrics to name list - names(result) <- metrics - - if (progress) {cat("\n")} - - # warnings present - if (length(warning_messages) > 0) { - - # only unique warnings - warning_messages <- unique(warning_messages) - - # print warnings - lapply(warning_messages, function(x){ warning(x, call. = FALSE)}) - } - - return(result) -} +#' spatialize_lsm +#' +#' @description Spatialize landscape metric values +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param level Level of metrics. Either 'patch', 'class' or 'landscape' (or vector with combination). +#' @param metric Abbreviation of metrics (e.g. 'area'). +#' @param name Full name of metrics (e.g. 'core area') +#' @param type Type according to FRAGSTATS grouping (e.g. 'aggregation metrics'). +#' @param what Selected level of metrics: either "patch", "class" or "landscape". +#' It is also possible to specify functions as a vector of strings, e.g. `what = c("lsm_c_ca", "lsm_l_ta")`. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param progress Print progress report. +#' @param to_disk If TRUE raster will be saved to disk. +#' @param ... Arguments passed on to \code{calculate_lsm()}. +#' +#' @details +#' The functions returns a nested list with \code{RasterLayer}s. The first level +#' contains each input layer (only one element if \code{RasterLayer} was provided). +#' The second level contains a \code{RasterLayer} for each selected metric +#' (see \code{list_lsm} for details) where each cell has the landscape metric +#' value of the patch it belongs to. Only patch level metrics are allowed. +#' +#' @seealso +#' \code{\link{list_lsm}} \cr +#' \code{\link{show_lsm}} +#' +#' @return list +#' +#' @examples +#' spatialize_lsm(landscape, what = "lsm_p_area") +#' +#' @aliases spatialize_lsm +#' +#' @rdname spatialize_lsm +#' +#' @export +spatialize_lsm <- function(landscape, level = "patch", metric = NULL, name = NULL, + type = NULL, what = NULL, directions = 8, progress = FALSE, + to_disk = getOption("to_disk", default = FALSE), + ...) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = seq_along(landscape), FUN = function(x) { + + if (progress) { + + cat("\r> Progress nlayers: ", x , "/", length(landscape)) + } + + spatialize_lsm_internal(landscape = landscape[[x]], + level = level, + metric = metric, + name = name, + type = type, + what = what, + directions = directions, + progress = FALSE, + to_disk = to_disk, + ...) + }) + + if (progress) {cat("\n")} + + names(result) <- paste0("layer_", 1:length(result)) + + return(result) +} + +spatialize_lsm_internal <- function(landscape, level, metric, name, type, what, + directions, progress, to_disk, ...) { + + # get name of metrics + metrics <- list_lsm(level = level, + metric = metric, + name = name, + type = type, + what = what, + simplify = TRUE, + verbose = FALSE) + + # how many metrics need to be calculated? + number_metrics <- length(metrics) + + # error if no patch level metrics are provided + if (!all(metrics %in% list_lsm(level = "patch", simplify = TRUE))) { + stop("'spatialize_lsm()' only takes patch level metrics.", + call. = FALSE) + } + + # get CRS of input + crs_input <- terra::crs(landscape) + + # get patches + landscape_labeled <- get_patches(landscape, + class = "all", + directions = directions, + to_disk = to_disk, + return_raster = TRUE)[[1]] + + # get dataframe with patch ID and coordinates to merge with result of metric + # MH: Do we really want to remove NA? + patches_tibble <- terra::as.data.frame(sum(terra::rast(landscape_labeled), + na.rm = TRUE), + xy = TRUE) + + # modify names + names(patches_tibble) <- c("x", "y", "id") + + # replace all 0 values for NA + patches_tibble$id <- replace(patches_tibble$id, + patches_tibble$id == 0, + NA) + + # create object for warning messages + warning_messages <- character(0) + + # loop through metrics and return raster with value for each patch + result <- withCallingHandlers(expr = {lapply(seq_along(metrics), function(x) { + + # print progress using the non-internal name + if (progress) { + + cat("\r> Progress metrics: ", x, "/", number_metrics) + } + + # get metric value + fill_value <- calculate_lsm(landscape, + what = metrics[[x]], + progress = FALSE, + ...) + + # merge with coords data frame + fill_value <- merge(x = patches_tibble, + y = fill_value, + by = "id", + all.x = TRUE) + + if (to_disk) { + + # order fill_value by x + index <- order(fill_value$x) + fill_value <- fill_value[index, ] + + # split by y + fill_value <- rev(split(x = fill_value, f = fill_value$y)) + + # create empty raster + out <- terra::rast(landscape) + + # starting to write values in raster + blks <- terra::writeStart(x = out, filename = paste0(tempfile(), ".tif"), + overwrite = TRUE) + + # loop through all block sizes + for (i in 1:blks$n) { + + # start and end row of current block + start_row <- blks$row[i] + end_row <- blks$row[i] + (blks$nrows[i] - 1) + + # get values of current rows and combine to df + values_temp <- do.call("rbind", fill_value[start_row:end_row]) + + terra::writeValues(out, values_temp$value, blks$row[i], blks$nrows[i]) + } + + terra::writeStop(out) + + return(out) + } else { + + # convert to raster (wrap) + out <- terra::rast(fill_value[, c(2, 3, 8)], crs = crs_input) + + return(out) + }})}, warning = function(cond) { + + warning_messages <<- c(warning_messages, conditionMessage(cond)) + + invokeRestart("muffleWarning")} + ) + + # using metrics to name list + names(result) <- metrics + + if (progress) {cat("\n")} + + # warnings present + if (length(warning_messages) > 0) { + + # only unique warnings + warning_messages <- unique(warning_messages) + + # print warnings + lapply(warning_messages, function(x){ warning(x, call. = FALSE)}) + } + + return(result) +} diff --git a/R/sysdata.rda b/R/sysdata.rda index 757403971dd46966ade9b9083a37a3681c11b77e..0152139bc47dbe859e3e75082674b6b94ec486b8 100644 GIT binary patch literal 76835 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 GD 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 literal 77610 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 diff --git a/R/unpad_raster.R b/R/unpad_raster.R index f9d9e5169..a5a2abd69 100644 --- a/R/unpad_raster.R +++ b/R/unpad_raster.R @@ -1,90 +1,90 @@ -#' unpad_raster -#' -#' @description Adding padding to raster -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param unpad_raster_cells Number of rows and columns added -#' @param return_raster If false, matrix is returned -#' @param to_disk Logical argument, if FALSE results of get_patches are hold -#' in memory. If true, unpad_raster writes temporary files and hence, does not hold -#' everything in memory. Can be set with a global option, e.g. `option(to_disk = TRUE)`. -#' -#' @details -#' Removes equally (in all four directions) additional cells around the raster -#' -#' @return raster -#' -#' @examples -#' lsm_padded <- pad_raster(landscape, pad_raster_cells = 2, pad_raster_value = -1) -#' unpad_raster(lsm_padded[[1]], unpad_raster_cells = 2) -#' -#' @aliases unpad_raster -#' @rdname unpad_raster -#' -#' @keywords internal -#' -#' @export -unpad_raster <- function(landscape, - unpad_raster_cells = 1, - return_raster = TRUE, - to_disk = getOption("to_disk", default = FALSE)) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, function(x) { - - result_temp <- unpad_raster_internal(landscape = x, - unpad_raster_cells = unpad_raster_cells) - - if (return_raster && inherits(x = x, what = "RasterLayer")) { - - result_temp <- matrix_to_raster(matrix = result_temp, - extent = raster::extent(x) - - raster::res(x) * unpad_raster_cells * 2, - resolution = raster::res(x), crs = raster::crs(x), - to_disk = to_disk) - - } else if (return_raster || to_disk && !inherits(x = x, what = "RasterLayer")) { - - warning("'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.", - call. = FALSE) - - } - - return(result_temp) - }) - - names(result) <- paste0("layer_", 1:length(result)) - - return(result) - -} - -unpad_raster_internal <- function(landscape, unpad_raster_cells){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - - landscape <- raster::as.matrix(landscape) - - } - - # remove first row and col - landscape <- landscape[-c(1:unpad_raster_cells), -c(1:unpad_raster_cells)] - - # get dimensions of matrix - n_row_pad <- nrow(landscape) - - n_col_pad <- ncol(landscape) - - # get max row/cols to remove - n_row_keep <- (n_row_pad - unpad_raster_cells) + 1 - - n_col_keep <- (n_col_pad - unpad_raster_cells) + 1 - - # remove rows/cols - landscape <- landscape[-c(n_row_keep:n_row_pad), - -c(n_col_keep:n_col_pad)] - - return(landscape) -} +#' unpad_raster +#' +#' @description Adding padding to raster +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param unpad_raster_cells Number of rows and columns added +#' @param return_raster If false, matrix is returned +#' @param to_disk Logical argument, if FALSE results of get_patches are hold +#' in memory. If true, unpad_raster writes temporary files and hence, does not hold +#' everything in memory. Can be set with a global option, e.g. `option(to_disk = TRUE)`. +#' +#' @details +#' Removes equally (in all four directions) additional cells around the raster +#' +#' @return raster +#' +#' @examples +#' lsm_padded <- pad_raster(landscape, pad_raster_cells = 2, pad_raster_value = -1) +#' unpad_raster(lsm_padded[[1]], unpad_raster_cells = 2) +#' +#' @aliases unpad_raster +#' @rdname unpad_raster +#' +#' @keywords internal +#' +#' @export +unpad_raster <- function(landscape, + unpad_raster_cells = 1, + return_raster = TRUE, + to_disk = getOption("to_disk", default = FALSE)) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, function(x) { + + result_temp <- unpad_raster_internal(landscape = x, + unpad_raster_cells = unpad_raster_cells) + + if (return_raster && inherits(x = x, what = "SpatRaster")) { + + result_temp <- matrix_to_raster(matrix = result_temp, + extent = terra::ext(x) - + terra::res(x) * unpad_raster_cells, + resolution = terra::res(x), crs = terra::crs(x), + to_disk = to_disk) + + } else if (return_raster || to_disk && !inherits(x = x, what = "SpatRaster")) { + + warning("'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.", + call. = FALSE) + + } + + return(result_temp) + }) + + names(result) <- paste0("layer_", 1:length(result)) + + return(result) + +} + +unpad_raster_internal <- function(landscape, unpad_raster_cells){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + + landscape <-terra::as.matrix(landscape, wide = TRUE) + + } + + # remove first row and col + landscape <- landscape[-c(1:unpad_raster_cells), -c(1:unpad_raster_cells)] + + # get dimensions of matrix + n_row_pad <- nrow(landscape) + + n_col_pad <- ncol(landscape) + + # get max row/cols to remove + n_row_keep <- (n_row_pad - unpad_raster_cells) + 1 + + n_col_keep <- (n_col_pad - unpad_raster_cells) + 1 + + # remove rows/cols + landscape <- landscape[-c(n_row_keep:n_row_pad), + -c(n_col_keep:n_col_pad)] + + return(landscape) +} diff --git a/R/window_lsm.R b/R/window_lsm.R index ac3f66333..a747a60b2 100644 --- a/R/window_lsm.R +++ b/R/window_lsm.R @@ -1,237 +1,236 @@ -#' window_lsm -#' -#' @description Moving window -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param window Moving window matrix. -#' @param level Level of metrics. Either 'patch', 'class' or 'landscape' (or vector with combination). -#' @param metric Abbreviation of metrics (e.g. 'area'). -#' @param name Full name of metrics (e.g. 'core area') -#' @param type Type according to FRAGSTATS grouping (e.g. 'aggregation metrics'). -#' @param what Selected level of metrics: either "patch", "class" or "landscape". -#' It is also possible to specify functions as a vector of strings, e.g. `what = c("lsm_c_ca", "lsm_l_ta")`. -#' @param progress Print progress report. -#' @param ... Arguments passed on to \code{calculate_lsm()}. -#' -#' @details -#' The function calculates for each focal cell the selected landscape metrics (currently only landscape level -#' metrics are allowed) for a local neighbourhood. The neighbourhood can be specified using a matrix. For more -#' details, see \code{?raster::focal()}. The result will be a \code{RasterLayer} in which each focal cell includes -#' the value of its neighbourhood and thereby allows to show gradients and variability in the landscape (Hagen-Zanker 2016). -#' To be type stable, the acutally result is always a nested list (first level for \code{RasterStack} layers, second level -#' for selected landscape metrics). -#' -#' @seealso -#' \code{\link{list_lsm}} \cr -#' \code{\link{calculate_lsm}} \cr -#' \code{\link{focal}} -#' -#' @return list -#' -#' @examples -#' \dontrun{ -#' window <- matrix(1, nrow = 5,ncol = 5) -#' window_lsm(landscape, window = window, what = c("lsm_l_pr", "lsm_l_joinent")) -#' window_lsm(landscape_stack, window = window, what = c("lsm_l_pr", "lsm_l_joinent")) -#' -#' window_circular <- matrix(c(NA, 1, NA, 1, 1, 1, NA, 1, NA), nrow = 3, ncol = 3) -#' window_lsm(landscape, window = window_circular, what = c("lsm_l_pr", "lsm_l_joinent")) -#' } -#' -#' @aliases window_lsm -#' @rdname window_lsm -#' -#' @references -#' Fletcher, R., Fortin, M.-J. 2018. Spatial Ecology and Conservation Modeling: Applications -#' with R. Springer International Publishing. 523 pages -#' -#' Hagen-Zanker, A. (2016). A computational framework for generalized moving windows -#' and its application to landscape pattern analysis. International journal of applied -#' earth observation and geoinformation, 44, 205-216. -#' -#' McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' website: -#' -#' @export -window_lsm <- function(landscape, - window, - level = "landscape", - metric = NULL, - name = NULL, - type = NULL, - what = NULL, - progress = FALSE, - ...) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = seq_along(landscape), FUN = function(x) { - - if (progress) { - - cat("\r> Progress nlayers: ", x , "/", length(landscape)) - } - - window_lsm_int(landscape = landscape[[x]], - window = window, - level = level, - metric = metric, - name = name, - type = type, - what = what, - progress = FALSE, - ...) - }) - - if (progress) {cat("\n")} - - names(result) <- paste0("layer_", 1:length(result)) - - return(result) -} - -window_lsm_int <- function(landscape, - window, - level, - metric, - name, - type, - what, - progress, - ...) { - - # check if window has uneven sides - if (any(dim(window) %% 2 == 0)) { - - stop("The window must have uneven sides.", call. = FALSE) - } - - # get list of metrics to calculate - metrics_list <- list_lsm(level = level, - metric = metric, - name = name, - type = type, - what = what, - simplify = TRUE, - verbose = FALSE) - - number_metrics <- length(metrics_list) - - # check if non-landscape-level metrics are selected - if (!all(metrics_list %in% list_lsm(level = "landscape", simplify = TRUE))) { - - stop("'window_lsm()' is only able to calculate landscape level metrics.", - call. = FALSE) - } - - # get coordinates of cells - points <- raster_to_points(landscape)[, 2:4] - - # resolution of original raster - resolution <- raster::res(landscape) - - # create object for warning messages - warning_messages <- character(0) - - result <- withCallingHandlers(expr = {lapply(seq_along(metrics_list), function(current_metric) { - - # print progess using the non-internal name - if (progress) { - - cat("\r> Progress metrics: ", current_metric, "/", number_metrics) - } - - raster::focal(x = landscape, w = window, fun = function(x) { - - calculate_lsm_focal(landscape = x, - raster_window = window, - resolution = resolution, - points = points, - what = metrics_list[[current_metric]], - ...)}, - pad = TRUE, padValue = NA) - })}, - warning = function(cond) { - - warning_messages <<- c(warning_messages, conditionMessage(cond)) - - invokeRestart("muffleWarning")}) - - names(result) <- metrics_list - - if (progress) {cat("\n")} - - # warnings present - if (length(warning_messages) > 0) { - - # only unique warnings - warning_messages <- unique(warning_messages) - - # print warnings - lapply(warning_messages, function(x){ warning(x, call. = FALSE)}) - } - - return(result) -} - -calculate_lsm_focal <- function(landscape, - raster_window, - resolution, - points, - what, - ...) { - - # convert focal window to matrix - raster_window[!is.na(raster_window)] <- landscape - - # get internal calculation function - what <- paste0(what, "_calc") - - # match function name - foo <- get(what, mode = "function") - - # get argument - arguments <- names(formals(foo))[-1] - - arguments_values <- list(resolution = resolution, - points = points, - directions = 8, - count_boundary = FALSE, - consider_boundary = FALSE, - edge_depth = 1, - classes_max = NULL, - neighbourhood = 4, - ordered = TRUE, - base = "log2", - verbose = TRUE) - - # which arguments are needed - arguments_values <- arguments_values[names(arguments_values) %in% arguments] - - # sort alphabetically to match later with provided - arguments_values <- arguments_values[order(names(arguments_values))] - - # get provided arguments - arguments_provided <- substitute(...()) - - # sort alphabetically to match later with defaults - if (!is.null(arguments_provided)) { - - arguments_provided <- arguments_provided[order(names(arguments_provided))] - - # exchange arguments - arguments_values[names(arguments_values) %in% names(arguments_provided)] <- arguments_provided - } - - # landscape argument - arguments_values$landscape <- raster_window - - # run function - result <- do.call(what = foo, - args = arguments_values) - - return(result$value) -} - +#' window_lsm +#' +#' @description Moving window +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param window Moving window matrix. +#' @param level Level of metrics. Either 'patch', 'class' or 'landscape' (or vector with combination). +#' @param metric Abbreviation of metrics (e.g. 'area'). +#' @param name Full name of metrics (e.g. 'core area') +#' @param type Type according to FRAGSTATS grouping (e.g. 'aggregation metrics'). +#' @param what Selected level of metrics: either "patch", "class" or "landscape". +#' It is also possible to specify functions as a vector of strings, e.g. `what = c("lsm_c_ca", "lsm_l_ta")`. +#' @param progress Print progress report. +#' @param ... Arguments passed on to \code{calculate_lsm()}. +#' +#' @details +#' The function calculates for each focal cell the selected landscape metrics (currently only landscape level +#' metrics are allowed) for a local neighbourhood. The neighbourhood can be specified using a matrix. For more +#' details, see \code{?terra::focal()}. The result will be a \code{RasterLayer} in which each focal cell includes +#' the value of its neighbourhood and thereby allows to show gradients and variability in the landscape (Hagen-Zanker 2016). +#' To be type stable, the acutally result is always a nested list (first level for \code{RasterStack} layers, second level +#' for selected landscape metrics). +#' +#' @seealso +#' \code{\link{list_lsm}} \cr +#' \code{\link{calculate_lsm}} \cr +#' \code{\link{focal}} +#' +#' @return list +#' +#' @examples +#' \dontrun{ +#' window <- matrix(1, nrow = 5,ncol = 5) +#' window_lsm(landscape, window = window, what = c("lsm_l_pr", "lsm_l_joinent")) +#' window_lsm(landscape_stack, window = window, what = c("lsm_l_pr", "lsm_l_joinent")) +#' +#' window_circular <- matrix(c(NA, 1, NA, 1, 1, 1, NA, 1, NA), nrow = 3, ncol = 3) +#' window_lsm(landscape, window = window_circular, what = c("lsm_l_pr", "lsm_l_joinent")) +#' } +#' +#' @aliases window_lsm +#' @rdname window_lsm +#' +#' @references +#' Fletcher, R., Fortin, M.-J. 2018. Spatial Ecology and Conservation Modeling: Applications +#' with R. Springer International Publishing. 523 pages +#' +#' Hagen-Zanker, A. (2016). A computational framework for generalized moving windows +#' and its application to landscape pattern analysis. International journal of applied +#' earth observation and geoinformation, 44, 205-216. +#' +#' McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' website: +#' +#' @export +window_lsm <- function(landscape, + window, + level = "landscape", + metric = NULL, + name = NULL, + type = NULL, + what = NULL, + progress = FALSE, + ...) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = seq_along(landscape), FUN = function(x) { + + if (progress) { + + cat("\r> Progress nlayers: ", x , "/", length(landscape)) + } + + window_lsm_int(landscape = landscape[[x]], + window = window, + level = level, + metric = metric, + name = name, + type = type, + what = what, + progress = FALSE, + ...) + }) + + if (progress) {cat("\n")} + + names(result) <- paste0("layer_", 1:length(result)) + + return(result) +} + +window_lsm_int <- function(landscape, + window, + level, + metric, + name, + type, + what, + progress, + ...) { + + # check if window has uneven sides + if (any(dim(window) %% 2 == 0)) { + + stop("The window must have uneven sides.", call. = FALSE) + } + + # get list of metrics to calculate + metrics_list <- list_lsm(level = level, + metric = metric, + name = name, + type = type, + what = what, + simplify = TRUE, + verbose = FALSE) + + number_metrics <- length(metrics_list) + + # check if non-landscape-level metrics are selected + if (!all(metrics_list %in% list_lsm(level = "landscape", simplify = TRUE))) { + + stop("'window_lsm()' is only able to calculate landscape level metrics.", + call. = FALSE) + } + + # get coordinates of cells + points <- raster_to_points(landscape)[, 2:4] + + # resolution of original raster + resolution <- terra::res(landscape) + + # create object for warning messages + warning_messages <- character(0) + + result <- withCallingHandlers(expr = {lapply(seq_along(metrics_list), function(current_metric) { + + # print progess using the non-internal name + if (progress) { + + cat("\r> Progress metrics: ", current_metric, "/", number_metrics) + } + + terra::focal(x = landscape, w = dim(window), fun = function(x) { + + calculate_lsm_focal(landscape = x, + raster_window = window, + resolution = resolution, + points = points, + what = metrics_list[[current_metric]], + ...)}, fillvalue = NA) + })}, + warning = function(cond) { + + warning_messages <<- c(warning_messages, conditionMessage(cond)) + + invokeRestart("muffleWarning")}) + + names(result) <- metrics_list + + if (progress) {cat("\n")} + + # warnings present + if (length(warning_messages) > 0) { + + # only unique warnings + warning_messages <- unique(warning_messages) + + # print warnings + lapply(warning_messages, function(x){ warning(x, call. = FALSE)}) + } + + return(result) +} + +calculate_lsm_focal <- function(landscape, + raster_window, + resolution, + points, + what, + ...) { + + # convert focal window to matrix + raster_window[!is.na(raster_window)] <- landscape + + # get internal calculation function + what <- paste0(what, "_calc") + + # match function name + foo <- get(what, mode = "function") + + # get argument + arguments <- names(formals(foo))[-1] + + arguments_values <- list(resolution = resolution, + points = points, + directions = 8, + count_boundary = FALSE, + consider_boundary = FALSE, + edge_depth = 1, + classes_max = NULL, + neighbourhood = 4, + ordered = TRUE, + base = "log2", + verbose = TRUE) + + # which arguments are needed + arguments_values <- arguments_values[names(arguments_values) %in% arguments] + + # sort alphabetically to match later with provided + arguments_values <- arguments_values[order(names(arguments_values))] + + # get provided arguments + arguments_provided <- substitute(...()) + + # sort alphabetically to match later with defaults + if (!is.null(arguments_provided)) { + + arguments_provided <- arguments_provided[order(names(arguments_provided))] + + # exchange arguments + arguments_values[names(arguments_values) %in% names(arguments_provided)] <- arguments_provided + } + + # landscape argument + arguments_values$landscape <- raster_window + + # run function + result <- do.call(what = foo, + args = arguments_values) + + return(result$value) +} + diff --git a/R/zzz.R b/R/zzz.R index 8eb6624eb..0930a1d04 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -5,3 +5,7 @@ about the 'terra' package can be found here: https://rspatial.org/index.html.") } + +# landscape <- terra::unwrap(landscapemetrics::landscape) +# augusta_nlcd <- terra::unwrap(landscapemetrics::augusta_nlcd) +# podlasie_ccilc <- terra::unwrap(landscapemetrics::podlasie_ccilc) diff --git a/cran-comments.md b/cran-comments.md index 878033002..7a6c13827 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,8 @@ +# landscapemetrics 2.0.0 +Remove dependencies + # landscapemetrics 1.5.6 -Remove dependecies +Remove dependencies # landscapemetrics 1.5.5 - Improved user experience diff --git a/data-raw/01_landscapes.R b/data-raw/01_landscapes.R index 63f99059f..223d17cc3 100644 --- a/data-raw/01_landscapes.R +++ b/data-raw/01_landscapes.R @@ -1,26 +1,28 @@ -library(NLMR) -library(usethis) - -#### Create example datasets #### -set.seed(2018-05-12) - -single_landscape_create = function(x) { - NLMR::nlm_randomcluster(ncol = 30, nrow = 30, p = 0.4, ai = c(0.25, 0.25, 0.5), - rescale = FALSE) -} - -# Example maps from NLMR -landscape <- single_landscape_create() -usethis::use_data(landscape, overwrite = TRUE) - -#### Example for background vignette #### - -landscape_continous <- NLMR::nlm_fbm(100, 100, fract_dim = 1.3, user_seed = 5) - -landscape_categorical <- landscapetools::util_classify(x = landscape_continous, - weighting = c(0.2, 0.2, 0.2, 0.2, 0.2)) - -landscape_background <- list("a) Continous Landscape" = landscape_continous, - "b) Categorical Landscape" = landscape_categorical) - -usethis::use_data(landscape_background, overwrite = TRUE, internal = TRUE) +library(NLMR) +library(terra) +library(usethis) + +#### Create example datasets #### +set.seed(2018-05-12) + +single_landscape_create = function(x) { + NLMR::nlm_randomcluster(ncol = 30, nrow = 30, p = 0.4, ai = c(0.25, 0.25, 0.5), + rescale = FALSE) +} + +# Example maps from NLMR +landscape <- terra::wrap(terra::rast(single_landscape_create())) + +usethis::use_data(landscape, overwrite = TRUE) + +#### Example for background vignette #### + +landscape_continous <- NLMR::nlm_fbm(100, 100, fract_dim = 1.3, user_seed = 5) + +landscape_categorical <- landscapetools::util_classify(x = landscape_continous, + weighting = c(0.2, 0.2, 0.2, 0.2, 0.2)) + +landscape_background <- list("a) Continous Landscape" = terra::wrap(terra::rast(landscape_continous)), + "b) Categorical Landscape" = terra::wrap(terra::rast(landscape_categorical))) + +usethis::use_data(landscape_background, overwrite = TRUE, internal = TRUE) diff --git a/data-raw/02_real_landscapes.R b/data-raw/02_real_landscapes.R index 983735e15..778ae4c5b 100644 --- a/data-raw/02_real_landscapes.R +++ b/data-raw/02_real_landscapes.R @@ -1,24 +1,22 @@ -library(raster) -library(usethis) - -# nlcd2011 ---------------------------------------------------------------- -# https://www.mrlc.gov/nlcd2011.php --------------------------------------- - -nlcd_bbox = extent(c(1249650, 1270000, 1246800, 1260000)) -nlcd_filepath = "your_path" - -augusta_nlcd = crop(raster(nlcd_filepath), nlcd_bbox) - -plot(augusta_nlcd) -usethis::use_data(augusta_nlcd) - -# ESACCI-LC 2015 ---------------------------------------------------------- -# http://maps.elie.ucl.ac.be/CCI/viewer/ ---------------------------------- - -ccilc_bbox = extent(c(22.23, 23.5, 52.8, 53.83)) -ccilc_filepath = "your_path" - -podlasie_ccilc = crop(raster(ccilc_filepath, band = 24), ccilc_bbox) - -plot(podlasie_ccilc) -usethis::use_data(podlasie_ccilc) +library(raster) +library(terra) +library(usethis) + + +# nlcd2011 ---------------------------------------------------------------- +# https://www.mrlc.gov/nlcd2011.php --------------------------------------- + +nlcd_bbox = extent(c(1249650, 1270000, 1246800, 1260000)) +nlcd_filepath = "your_path" +augusta_nlcd = terra::wrap(terra::crop(terra::rast(nlcd_filepath), nlcd_bbox)) + +usethis::use_data(augusta_nlcd, overwrite = TRUE) + +# ESACCI-LC 2015 ---------------------------------------------------------- +# http://maps.elie.ucl.ac.be/CCI/viewer/ ---------------------------------- + +ccilc_bbox = extent(c(22.23, 23.5, 52.8, 53.83)) +ccilc_filepath = "your_path" +podlasie_ccilc = terra::wrap(terra::crop(terra::rast(ccilc_filepath), ccilc_bbox)) + +usethis::use_data(podlasie_ccilc, overwrite = TRUE) diff --git a/data/augusta_nlcd.rda b/data/augusta_nlcd.rda index 78ce6bbf3ec493dd851c4d4e1830916e15e89527..3f9b309f8112028b73b6970d7e970f695bab2aca 100644 GIT binary patch literal 81572 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 diff --git a/data/landscape.rda b/data/landscape.rda index 861df037a6d3eba38144d9b30ed319f74877034f..e824757a16721878866bc65b70cca3d481008041 100644 GIT binary patch literal 472 zcmV;}0Vn=KT4*^jL0KkKS!Ld_p#TgPf589qNFYGucml)#SV2Fp-{1rQKmkAkuy%|E zfhd&yBUIj`@lR3unoTq`1JY!~G|fFwN$RSjA)o^xpa1{>0K-E-003wJ0003Jl+w{`9P=Kr#(>)rYAYaM`jJLCU ze$-#k9uV)N5lQwTP(O%(;yeSr#bNWhypGV3^WIHj`{rXtAO- zfk=>xCQ~vnXw+n(C9G`~V%rf~HZ>KDY*^MTS~ZI%HCVK37Qt#0S(wxtQE4HN2^0wi zM1)93Pkt*tGwH#TX0Olt#>_I^aE<31vfg@a(^mWA-MRd0mu_^o1&xxRW0f(?Zd^JX zHfj32S7NB8#AWja#A9`T+^B(T@anO#*5XUv=o9jN-6=}1jIF8gN$I(ap#K73A|dXF O_`8xR!i0k^^^FMlILmtg literal 841 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 literal 41310 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 diff --git a/man/check_landscape.Rd b/man/check_landscape.Rd index 8f44a4e6c..d78e77ec8 100644 --- a/man/check_landscape.Rd +++ b/man/check_landscape.Rd @@ -28,6 +28,6 @@ values and the number of classes found in the landscape. \examples{ check_landscape(augusta_nlcd) check_landscape(podlasie_ccilc) -check_landscape(raster::stack(landscape, landscape)) +check_landscape(c(landscape, landscape)) } diff --git a/man/construct_buffer.Rd b/man/construct_buffer.Rd index 78be2f59e..c2f6f3541 100644 --- a/man/construct_buffer.Rd +++ b/man/construct_buffer.Rd @@ -2,8 +2,6 @@ % Please edit documentation in R/construct_buffer.R \name{construct_buffer} \alias{construct_buffer} -\alias{construct_buffer.SpatialPoints} -\alias{construct_buffer.SpatialPointsDataFrame} \alias{construct_buffer.MULTIPOINT} \alias{construct_buffer.POINT} \alias{construct_buffer.sf} @@ -11,21 +9,17 @@ \alias{construct_buffer.matrix} \title{construct_buffer} \usage{ -construct_buffer(coords, shape, size, return_sp, verbose) +construct_buffer(coords, shape, size, return_sf, verbose) -\method{construct_buffer}{SpatialPoints}(coords, shape, size, return_sp = TRUE, verbose = TRUE) +\method{construct_buffer}{MULTIPOINT}(coords, shape, size, return_sf = TRUE, verbose = TRUE) -\method{construct_buffer}{SpatialPointsDataFrame}(coords, shape, size, return_sp = TRUE, verbose = TRUE) +\method{construct_buffer}{POINT}(coords, shape, size, return_sf = TRUE, verbose = TRUE) -\method{construct_buffer}{MULTIPOINT}(coords, shape, size, return_sp = TRUE, verbose = TRUE) +\method{construct_buffer}{sf}(coords, shape, size, return_sf = TRUE, verbose = TRUE) -\method{construct_buffer}{POINT}(coords, shape, size, return_sp = TRUE, verbose = TRUE) +\method{construct_buffer}{sfc}(coords, shape, size, return_sf = TRUE, verbose = TRUE) -\method{construct_buffer}{sf}(coords, shape, size, return_sp = TRUE, verbose = TRUE) - -\method{construct_buffer}{sfc}(coords, shape, size, return_sp = TRUE, verbose = TRUE) - -\method{construct_buffer}{matrix}(coords, shape, size, return_sp = TRUE, verbose = TRUE) +\method{construct_buffer}{matrix}(coords, shape, size, return_sf = TRUE, verbose = TRUE) } \arguments{ \item{coords}{SpatialPoints or 2-column matrix with coordinates of sample points} @@ -35,12 +29,12 @@ construct_buffer(coords, shape, size, return_sp, verbose) \item{size}{Size of sample plot. Equals the radius for circles or the side-length for squares in mapunits} -\item{return_sp}{If true, SpatialPolygons are returned.} +\item{return_sf}{If true, sf objects are returned.} \item{verbose}{Print warning messages.} } \value{ -matrix or SpatialPolygons +matrix or sf objecct } \description{ Internal function to construct plot area around coordinates diff --git a/man/extract_lsm.Rd b/man/extract_lsm.Rd index 447feec16..73cf3e268 100644 --- a/man/extract_lsm.Rd +++ b/man/extract_lsm.Rd @@ -21,7 +21,7 @@ extract_lsm( \arguments{ \item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} -\item{y}{2-column matrix with coordinates, SpatialPoints, SpatialLines or sf point geometries.} +\item{y}{2-column matrix with coordinates or sf point or line geometries.} \item{extract_id}{Vector with id of sample points. If not provided, sample points will be labelled 1...n.} @@ -53,7 +53,7 @@ Extract metrics \details{ This functions extracts the metrics of all patches the spatial object(s) \code{y} (e.g. spatial points) are located within. Only patch level metrics are possible -to extract. Please be aware that the output is sligthly different to all +to extract. Please be aware that the output is slightly different to all other \code{lsm}-function of \code{landscapemetrics}. Returns a tibble with chosen metrics and the ID of the spatial objects. } @@ -62,20 +62,9 @@ points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) extract_lsm(landscape, y = points) extract_lsm(landscape, y = points, type = "aggregation metric") -points_sp <- sp::SpatialPoints(points) -extract_lsm(landscape, y = points_sp, what = "lsm_p_area") - \dontrun{ # use lines -x1 <- c(1, 5, 15, 10) -y1 <- c(1, 5, 15, 25) - -x2 <- c(10, 25) -y2 <- c(5, 5) -sample_lines <- sp::SpatialLines(list(sp::Lines(list(sp::Line(cbind(x1, y1)), -sp::Line(cbind(x2, y2))), ID = "a"))) -extract_lsm(landscape, y = sample_lines, what = "lsm_p_area") } } diff --git a/man/get_adjacencies.Rd b/man/get_adjacencies.Rd index 67aabf6d6..7014ada89 100644 --- a/man/get_adjacencies.Rd +++ b/man/get_adjacencies.Rd @@ -41,14 +41,15 @@ The "unlike" adjacencies are counting the cellwise edges between different class # calculate full adjacency matrix get_adjacencies(landscape, 4) +# equivalent with the raster package: +adjacencies <- terra::adjacent(landscape, 1:terra::ncell(landscape), "rook", pairs=TRUE) +table(terra::values(landscape, mat = FALSE)[adjacencies[,1]], +terra::values(landscape, mat = FALSE)[adjacencies[,2]]) + # count diagonal neighbour adjacencies diagonal_matrix <- matrix(c(1, NA, 1, NA, 0, NA, 1, NA, 1), 3, 3, byrow = TRUE) get_adjacencies(landscape, diagonal_matrix) -# equivalent with the raster package: -adjacencies <- raster::adjacent(landscape, 1:raster::ncell(landscape), 4, pairs=TRUE) -table(landscape[adjacencies[,1]], landscape[adjacencies[,2]]) - } diff --git a/man/get_centroids.Rd b/man/get_centroids.Rd index 9bbb4862f..bd0f76d5a 100644 --- a/man/get_centroids.Rd +++ b/man/get_centroids.Rd @@ -8,7 +8,7 @@ get_centroids( landscape, directions = 8, cell_center = FALSE, - return_sp = FALSE, + return_sf = FALSE, verbose = TRUE ) } @@ -21,7 +21,7 @@ connected: 4 (rook's case) or 8 (queen's case).} \item{cell_center}{If true, the coordinates of the centroid are forced to be a cell center within the patch.} -\item{return_sp}{If true, a SpatialPointsDataFrame is returned.} +\item{return_sf}{If true, a sf object is returned.} \item{verbose}{Print warning messages} } diff --git a/man/get_patches.Rd b/man/get_patches.Rd index c587d9b33..8963a65f8 100644 --- a/man/get_patches.Rd +++ b/man/get_patches.Rd @@ -52,7 +52,7 @@ this option can be set globally, so that every function that internally uses patched_raster <- get_patches(landscape, class = 1) # count patches -length(raster::unique(patched_raster[[1]])) +nrow(terra::unique(patched_raster[[1]][[1]])) # check for patches of every class patched_raster <- get_patches(landscape) diff --git a/man/get_unique_values.Rd b/man/get_unique_values.Rd index 92793bf6e..3c858c1c0 100644 --- a/man/get_unique_values.Rd +++ b/man/get_unique_values.Rd @@ -1,38 +1,38 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/get_unique_values.R -\name{get_unique_values} -\alias{get_unique_values} -\title{get_unique_values} -\usage{ -get_unique_values(x, simplify = FALSE, verbose = TRUE) -} -\arguments{ -\item{x}{Vector, matrix, raster, stars, or terra object or list of previous.} - -\item{simplify}{If true, a vector will be returned instead of a list for -1-dimensional input} - -\item{verbose}{If true, warning messages are printend} -} -\description{ -This function returns the unique values of an object. -} -\details{ -Fast and memory friendly Rcpp implementation to find the unique values of an object. -} -\examples{ -get_unique_values(landscape) - -landscape_stack <- raster::stack(landscape, landscape, landscape) -get_unique_values(landscape_stack) - -landscape_matrix <- raster::as.matrix(landscape) -get_unique_values(landscape_matrix) - -x_vec <- c(1, 2, 1, 1, 2, 2) -get_unique_values(x_vec) - -landscape_list <- list(landscape, landscape_matrix, x_vec) -get_unique_values(landscape_list) - -} +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/get_unique_values.R +\name{get_unique_values} +\alias{get_unique_values} +\title{get_unique_values} +\usage{ +get_unique_values(x, simplify = FALSE, verbose = TRUE) +} +\arguments{ +\item{x}{Vector, matrix, raster, stars, or terra object or list of previous.} + +\item{simplify}{If true, a vector will be returned instead of a list for +1-dimensional input} + +\item{verbose}{If true, warning messages are printend} +} +\description{ +This function returns the unique values of an object. +} +\details{ +Fast and memory friendly Rcpp implementation to find the unique values of an object. +} +\examples{ +get_unique_values(landscape) + +landscape_stack <- c(landscape, landscape, landscape) +get_unique_values(landscape_stack) + +landscape_matrix <-terra::as.matrix(landscape, wide = TRUE) +get_unique_values(landscape_matrix) + +x_vec <- c(1, 2, 1, 1, 2, 2) +get_unique_values(x_vec) + +landscape_list <- list(landscape, landscape_matrix, x_vec) +get_unique_values(landscape_list) + +} diff --git a/man/landscape_as_list.Rd b/man/landscape_as_list.Rd index 90271159f..4dbe19ea4 100644 --- a/man/landscape_as_list.Rd +++ b/man/landscape_as_list.Rd @@ -2,11 +2,8 @@ % Please edit documentation in R/landscape_as_list.R \name{landscape_as_list} \alias{landscape_as_list} -\alias{landscape_as_list.RasterLayer} -\alias{landscape_as_list.RasterStack} -\alias{landscape_as_list.RasterBrick} -\alias{landscape_as_list.stars} \alias{landscape_as_list.SpatRaster} +\alias{landscape_as_list.stars} \alias{landscape_as_list.list} \alias{landscape_as_list.matrix} \alias{landscape_as_list.numeric} @@ -14,16 +11,10 @@ \usage{ landscape_as_list(landscape) -\method{landscape_as_list}{RasterLayer}(landscape) - -\method{landscape_as_list}{RasterStack}(landscape) - -\method{landscape_as_list}{RasterBrick}(landscape) +\method{landscape_as_list}{SpatRaster}(landscape) \method{landscape_as_list}{stars}(landscape) -\method{landscape_as_list}{SpatRaster}(landscape) - \method{landscape_as_list}{list}(landscape) \method{landscape_as_list}{matrix}(landscape) @@ -43,6 +34,6 @@ Convert raster input to list Mainly for internal use } \examples{ -landscape_as_list(raster::stack(landscape, landscape)) +landscape_as_list(c(landscape, landscape)) } diff --git a/man/matrix_to_raster.Rd b/man/matrix_to_raster.Rd index 75c9fb03a..feb9c30a8 100644 --- a/man/matrix_to_raster.Rd +++ b/man/matrix_to_raster.Rd @@ -40,7 +40,7 @@ Converts \code{matrix} to a raster with same characteristics as \code{landscape} \code{landscape} or \code{extent}, \code{resolution} and \code{crs} must be specified. } \examples{ -test_matrix <- raster::as.matrix(augusta_nlcd) +test_matrix <- terra::as.matrix(augusta_nlcd, wide = TRUE) matrix_to_raster(matrix = test_matrix, landscape = augusta_nlcd) } diff --git a/man/raster_to_points.Rd b/man/raster_to_points.Rd index 0195bc12e..ac54d2fc4 100644 --- a/man/raster_to_points.Rd +++ b/man/raster_to_points.Rd @@ -18,7 +18,7 @@ matrix Raster to points } \details{ -Wrapper around raster::xyFromCell and raster::getValues to get raster_to_points +Wrapper around terra::xyFromCell and terra::getValues to get raster_to_points function including NA values } \examples{ diff --git a/man/sample_lsm.Rd b/man/sample_lsm.Rd index de09ecd55..eb96f3c49 100644 --- a/man/sample_lsm.Rd +++ b/man/sample_lsm.Rd @@ -20,7 +20,7 @@ sample_lsm( \arguments{ \item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} -\item{y}{2-column matrix with coordinates, SpatialPoints, SpatialLines, SpatialPolygons, sf points or sf polygons.} +\item{y}{2-column matrix with coordinates, sf points or sf polygons.} \item{plot_id}{Vector with id of sample points. If not provided, sample points will be labelled 1...n.} @@ -49,14 +49,14 @@ Sample metrics } \details{ This function samples the selected metrics in a buffer area (sample plot) -around sample points, sample lines or within provided SpatialPolygons. The size of the actual +around sample points, sample lines or within provided polygons. The size of the actual sampled landscape can be different to the provided size due to two reasons. Firstly, because clipping raster cells using a circle or a sample plot not directly at a cell center lead to inaccuracies. Secondly, sample plots can exceed the landscape boundary. Therefore, we report the actual clipped sample plot area relative in relation to the theoretical, maximum sample plot area e.g. a sample plot only half within the landscape will have a \code{percentage_inside = 50}. Please be aware that the -output is sligthly different to all other \code{lsm}-function of \code{landscapemetrics}. +output is slightly different to all other \code{lsm}-function of \code{landscapemetrics}. The metrics can be specified by the arguments \code{what}, \code{level}, \code{metric}, \code{name} and/or \code{type} (combinations of different arguments are possible (e.g. @@ -70,31 +70,14 @@ sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) sample_lsm(landscape, y = sample_points, size = 15, what = "lsm_l_np") # use sp points -points_sp <- sp::SpatialPoints(sample_points) +points_sp <- sf::st_as_sf(sample_points) sample_lsm(landscape, y = points_sp, size = 15, what = "lsm_l_np", return_raster = TRUE) \dontrun{ # use lines -x1 <- c(1, 5, 15, 10) -y1 <- c(1, 5, 15, 25) - -x2 <- c(10, 25) -y2 <- c(5, 5) - -sample_lines <- sp::SpatialLines(list(sp::Lines(list(sp::Line(cbind(x1, y1)), -sp::Line(cbind(x2, y2))), ID = "a"))) -sample_lsm(landscape, y = sample_lines, size = 10, what = "lsm_l_np") # use polygons -poly_1 <- sp::Polygon(cbind(c(2.5, 2.5, 17.5, 17.5), - c(-2.5, 12.5, 12.5, -2.5))) -poly_2 <- sp::Polygon(cbind(c(7.5, 7.5, 23.5, 23.5), - c(-7.5, 23.5, 23.5, -7.5))) -poly_1 <- sp::Polygons(list(poly_1), "p1") -poly_2 <- sp::Polygons(list(poly_2), "p2") -sample_plots <- sp::SpatialPolygons(list(poly_1, poly_2)) -sample_lsm(landscape, y = sample_plots, what = "lsm_l_np") } } diff --git a/man/scale_sample.Rd b/man/scale_sample.Rd deleted file mode 100644 index ff9a87bf1..000000000 --- a/man/scale_sample.Rd +++ /dev/null @@ -1,74 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/scale_sample.R -\name{scale_sample} -\alias{scale_sample} -\title{scale_sample} -\usage{ -scale_sample( - landscape, - y, - shape = "square", - size, - max_size, - verbose = TRUE, - progress = FALSE, - ... -) -} -\arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} - -\item{y}{2-column matrix with coordinates or SpatialPoints.} - -\item{shape}{String specifying plot shape. Either "circle" or "square"} - -\item{size}{Approximated size of sample plot. Equals the radius for circles or half of -the side-length for squares in mapunits. For lines size equals the width of the buffer.} - -\item{max_size}{Maximum size to which sample plot size is summed up.} - -\item{verbose}{Print warning messages.} - -\item{progress}{Print progress report.} - -\item{...}{Arguments passed on to \code{calculate_lsm()}.} -} -\value{ -tibble -} -\description{ -Metrics on changing sample scale -} -\details{ -This function calculates the selected metrics in subsequential buffers around -a/multiple point(s) of interest. - -The size of the actual sampled landscape can be different to the provided size -due to two reasons. Firstly, because clipping raster cells using a circle or a -sample plot not directly at a cell center lead to inaccuracies. Secondly, -sample plots can exceed the landscape boundary. Therefore, we report the actual -clipped sample plot area relative in relation to the theoretical, maximum sample -plot area e.g. a sample plot only half within the landscape will have a -\code{percentage_inside = 50}. Please be aware that the output is sligthly different -to all other \code{lsm}-function of \code{landscapemetrics}. - -The metrics can be specified by the arguments \code{what}, \code{level}, \code{metric}, \code{name} -and/or \code{type} (combinations of different arguments are possible (e.g. -\verb{level = "class", type = "aggregation metric"}). If an argument is not provided, -automatically all possibilities are selected. Therefore, to get \strong{all} -available metrics, don't specify any of the above arguments. -} -\examples{ -my_points = matrix(c(1265000, 1250000, 1255000, 1257000), - ncol = 2, byrow = TRUE) - -scale_sample(landscape = augusta_nlcd, y = my_points, -size = 500, max_size = 5000, what = c("lsm_l_ent", "lsm_l_mutinf")) - -} -\seealso{ -\code{\link{list_lsm}} \cr -\code{\link{calculate_lsm}} \cr -\code{\link{sample_lsm}} \cr -\code{\link{construct_buffer}} -} diff --git a/man/scale_window.Rd b/man/scale_window.Rd deleted file mode 100644 index 4be9125f0..000000000 --- a/man/scale_window.Rd +++ /dev/null @@ -1,72 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/scale_window.R -\name{scale_window} -\alias{scale_window} -\title{scale_window} -\usage{ -scale_window( - landscape, - percentages_col = NULL, - percentages_row = NULL, - what, - stat, - verbose = TRUE, - progress = FALSE, - ... -) -} -\arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} - -\item{percentages_col}{2-column matrix with coordinates or SpatialPoints.} - -\item{percentages_row}{String specifying plot shape. Either "circle" or "square"} - -\item{what}{Selected level of metrics: either "patch", "class" or "landscape". -It is also possible to specify functions as a vector of strings, e.g. \code{what = c("lsm_l_mutinf", "lsm_l_ta")}.} - -\item{stat}{The function to be applied. See Details} - -\item{verbose}{If TRUE, warnings are printed.} - -\item{progress}{Print progress report.} - -\item{...}{Arguments passed on to \code{calculate_lsm()}.} -} -\value{ -tibble -} -\description{ -Metrics on changing sample scale -} -\details{ -This function calculates the selected metrics in moving windows over the provided -landscape. - -Please be aware that the output is sligthly different to all other \code{lsm}-function -of \code{landscapemetrics}. - -The metrics can be specified by the arguments \code{what}, \code{level}, \code{metric}, \code{name} -and/or \code{type} (combinations of different arguments are possible (e.g. -\verb{level = "class", type = "aggregation metric"}). If an argument is not provided, -automatically all possibilities are selected. Only metrics on landscape level -are supported for this function. -} -\examples{ -\dontrun{ -percentages_col <- c(2, 4, 8, 16, 32, 64, 100) -percentages_row <- c(2, 4, 8, 16, 32, 64, 100) - -what = c("lsm_l_pr", "lsm_l_joinent") - -stat <- "mean" - -scale_window(landscape, percentages_col, percentages_row, what, stat) -} - -} -\seealso{ -\code{\link{list_lsm}} \cr -\code{\link{window_lsm}} \cr -\code{\link{scale_sample}} -} diff --git a/man/window_lsm.Rd b/man/window_lsm.Rd index fbbdd4ec4..9e70cb553 100644 --- a/man/window_lsm.Rd +++ b/man/window_lsm.Rd @@ -45,7 +45,7 @@ Moving window \details{ The function calculates for each focal cell the selected landscape metrics (currently only landscape level metrics are allowed) for a local neighbourhood. The neighbourhood can be specified using a matrix. For more -details, see \code{?raster::focal()}. The result will be a \code{RasterLayer} in which each focal cell includes +details, see \code{?terra::focal()}. The result will be a \code{RasterLayer} in which each focal cell includes the value of its neighbourhood and thereby allows to show gradients and variability in the landscape (Hagen-Zanker 2016). To be type stable, the acutally result is always a nested list (first level for \code{RasterStack} layers, second level for selected landscape metrics). diff --git a/src/RcppExports.cpp b/src/RcppExports.cpp index 00c28f04d..b2c95526b 100644 --- a/src/RcppExports.cpp +++ b/src/RcppExports.cpp @@ -1,229 +1,229 @@ -// Generated by using Rcpp::compileAttributes() -> do not edit by hand -// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 - -#include -#include - -using namespace Rcpp; - -#ifdef RCPP_USE_GLOBAL_ROSTREAM -Rcpp::Rostream& Rcpp::Rcout = Rcpp::Rcpp_cout_get(); -Rcpp::Rostream& Rcpp::Rcerr = Rcpp::Rcpp_cerr_get(); -#endif - -// rcpp_ccl -void rcpp_ccl(IntegerMatrix mat, int directions); -RcppExport SEXP _landscapemetrics_rcpp_ccl(SEXP matSEXP, SEXP directionsSEXP) { -BEGIN_RCPP - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< IntegerMatrix >::type mat(matSEXP); - Rcpp::traits::input_parameter< int >::type directions(directionsSEXP); - rcpp_ccl(mat, directions); - return R_NilValue; -END_RCPP -} -// rcpp_xy_from_matrix -IntegerMatrix rcpp_xy_from_matrix(arma::imat x, Rcpp::Nullable cell); -RcppExport SEXP _landscapemetrics_rcpp_xy_from_matrix(SEXP xSEXP, SEXP cellSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< arma::imat >::type x(xSEXP); - Rcpp::traits::input_parameter< Rcpp::Nullable >::type cell(cellSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_xy_from_matrix(x, cell)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_cell_from_xy -IntegerVector rcpp_cell_from_xy(arma::imat x, IntegerMatrix y); -RcppExport SEXP _landscapemetrics_rcpp_cell_from_xy(SEXP xSEXP, SEXP ySEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< arma::imat >::type x(xSEXP); - Rcpp::traits::input_parameter< IntegerMatrix >::type y(ySEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_cell_from_xy(x, y)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_create_neighborhood -IntegerMatrix rcpp_create_neighborhood(arma::imat directions); -RcppExport SEXP _landscapemetrics_rcpp_create_neighborhood(SEXP directionsSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< arma::imat >::type directions(directionsSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_create_neighborhood(directions)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_boundaries -IntegerMatrix rcpp_get_boundaries(const IntegerMatrix xx, int directions); -RcppExport SEXP _landscapemetrics_rcpp_get_boundaries(SEXP xxSEXP, SEXP directionsSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const IntegerMatrix >::type xx(xxSEXP); - Rcpp::traits::input_parameter< int >::type directions(directionsSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_boundaries(xx, directions)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_circle -DataFrame rcpp_get_circle(IntegerMatrix mat, const double resolution_xy); -RcppExport SEXP _landscapemetrics_rcpp_get_circle(SEXP matSEXP, SEXP resolution_xySEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< IntegerMatrix >::type mat(matSEXP); - Rcpp::traits::input_parameter< const double >::type resolution_xy(resolution_xySEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_circle(mat, resolution_xy)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_composition_vector -IntegerVector rcpp_get_composition_vector(const Rcpp::NumericVector& x); -RcppExport SEXP _landscapemetrics_rcpp_get_composition_vector(SEXP xSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const Rcpp::NumericVector& >::type x(xSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_composition_vector(x)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_coocurrence_matrix -IntegerMatrix rcpp_get_coocurrence_matrix(const IntegerMatrix x, const arma::imat directions); -RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix(SEXP xSEXP, SEXP directionsSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); - Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix(x, directions)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_coocurrence_matrix_diag -IntegerVector rcpp_get_coocurrence_matrix_diag(const IntegerMatrix x, const arma::imat directions); -RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix_diag(SEXP xSEXP, SEXP directionsSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); - Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix_diag(x, directions)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_coocurrence_matrix_single -IntegerMatrix rcpp_get_coocurrence_matrix_single(const IntegerMatrix x, const arma::imat directions, const int single_class); -RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix_single(SEXP xSEXP, SEXP directionsSEXP, SEXP single_classSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); - Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); - Rcpp::traits::input_parameter< const int >::type single_class(single_classSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix_single(x, directions, single_class)); - return rcpp_result_gen; -END_RCPP -} -// triangular_index -int triangular_index(int r, int c); -RcppExport SEXP _landscapemetrics_triangular_index(SEXP rSEXP, SEXP cSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< int >::type r(rSEXP); - Rcpp::traits::input_parameter< int >::type c(cSEXP); - rcpp_result_gen = Rcpp::wrap(triangular_index(r, c)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_coocurrence_vector -NumericVector rcpp_get_coocurrence_vector(IntegerMatrix x, arma::imat directions, bool ordered); -RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_vector(SEXP xSEXP, SEXP directionsSEXP, SEXP orderedSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< IntegerMatrix >::type x(xSEXP); - Rcpp::traits::input_parameter< arma::imat >::type directions(directionsSEXP); - Rcpp::traits::input_parameter< bool >::type ordered(orderedSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_vector(x, directions, ordered)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_entropy -double rcpp_get_entropy(NumericVector x, std::string base); -RcppExport SEXP _landscapemetrics_rcpp_get_entropy(SEXP xSEXP, SEXP baseSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< NumericVector >::type x(xSEXP); - Rcpp::traits::input_parameter< std::string >::type base(baseSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_entropy(x, base)); - return rcpp_result_gen; -END_RCPP -} -// find_min -NumericVector find_min(const NumericMatrix& points, int i, int m); -RcppExport SEXP _landscapemetrics_find_min(SEXP pointsSEXP, SEXP iSEXP, SEXP mSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const NumericMatrix& >::type points(pointsSEXP); - Rcpp::traits::input_parameter< int >::type i(iSEXP); - Rcpp::traits::input_parameter< int >::type m(mSEXP); - rcpp_result_gen = Rcpp::wrap(find_min(points, i, m)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_nearest_neighbor -NumericMatrix rcpp_get_nearest_neighbor(const NumericMatrix& points); -RcppExport SEXP _landscapemetrics_rcpp_get_nearest_neighbor(SEXP pointsSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const NumericMatrix& >::type points(pointsSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_nearest_neighbor(points)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_unique_values -std::vector rcpp_get_unique_values(const Rcpp::IntegerVector& x, bool na_omit); -RcppExport SEXP _landscapemetrics_rcpp_get_unique_values(SEXP xSEXP, SEXP na_omitSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const Rcpp::IntegerVector& >::type x(xSEXP); - Rcpp::traits::input_parameter< bool >::type na_omit(na_omitSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_unique_values(x, na_omit)); - return rcpp_result_gen; -END_RCPP -} - -static const R_CallMethodDef CallEntries[] = { - {"_landscapemetrics_rcpp_ccl", (DL_FUNC) &_landscapemetrics_rcpp_ccl, 2}, - {"_landscapemetrics_rcpp_xy_from_matrix", (DL_FUNC) &_landscapemetrics_rcpp_xy_from_matrix, 2}, - {"_landscapemetrics_rcpp_cell_from_xy", (DL_FUNC) &_landscapemetrics_rcpp_cell_from_xy, 2}, - {"_landscapemetrics_rcpp_create_neighborhood", (DL_FUNC) &_landscapemetrics_rcpp_create_neighborhood, 1}, - {"_landscapemetrics_rcpp_get_boundaries", (DL_FUNC) &_landscapemetrics_rcpp_get_boundaries, 2}, - {"_landscapemetrics_rcpp_get_circle", (DL_FUNC) &_landscapemetrics_rcpp_get_circle, 2}, - {"_landscapemetrics_rcpp_get_composition_vector", (DL_FUNC) &_landscapemetrics_rcpp_get_composition_vector, 1}, - {"_landscapemetrics_rcpp_get_coocurrence_matrix", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix, 2}, - {"_landscapemetrics_rcpp_get_coocurrence_matrix_diag", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix_diag, 2}, - {"_landscapemetrics_rcpp_get_coocurrence_matrix_single", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix_single, 3}, - {"_landscapemetrics_triangular_index", (DL_FUNC) &_landscapemetrics_triangular_index, 2}, - {"_landscapemetrics_rcpp_get_coocurrence_vector", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_vector, 3}, - {"_landscapemetrics_rcpp_get_entropy", (DL_FUNC) &_landscapemetrics_rcpp_get_entropy, 2}, - {"_landscapemetrics_find_min", (DL_FUNC) &_landscapemetrics_find_min, 3}, - {"_landscapemetrics_rcpp_get_nearest_neighbor", (DL_FUNC) &_landscapemetrics_rcpp_get_nearest_neighbor, 1}, - {"_landscapemetrics_rcpp_get_unique_values", (DL_FUNC) &_landscapemetrics_rcpp_get_unique_values, 2}, - {NULL, NULL, 0} -}; - -RcppExport void R_init_landscapemetrics(DllInfo *dll) { - R_registerRoutines(dll, NULL, CallEntries, NULL, NULL); - R_useDynamicSymbols(dll, FALSE); -} +// Generated by using Rcpp::compileAttributes() -> do not edit by hand +// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 + +#include +#include + +using namespace Rcpp; + +#ifdef RCPP_USE_GLOBAL_ROSTREAM +Rcpp::Rostream& Rcpp::Rcout = Rcpp::Rcpp_cout_get(); +Rcpp::Rostream& Rcpp::Rcerr = Rcpp::Rcpp_cerr_get(); +#endif + +// rcpp_ccl +void rcpp_ccl(IntegerMatrix mat, int directions); +RcppExport SEXP _landscapemetrics_rcpp_ccl(SEXP matSEXP, SEXP directionsSEXP) { +BEGIN_RCPP + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< IntegerMatrix >::type mat(matSEXP); + Rcpp::traits::input_parameter< int >::type directions(directionsSEXP); + rcpp_ccl(mat, directions); + return R_NilValue; +END_RCPP +} +// rcpp_xy_from_matrix +IntegerMatrix rcpp_xy_from_matrix(arma::imat x, Rcpp::Nullable cell); +RcppExport SEXP _landscapemetrics_rcpp_xy_from_matrix(SEXP xSEXP, SEXP cellSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< arma::imat >::type x(xSEXP); + Rcpp::traits::input_parameter< Rcpp::Nullable >::type cell(cellSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_xy_from_matrix(x, cell)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_cell_from_xy +IntegerVector rcpp_cell_from_xy(arma::imat x, IntegerMatrix y); +RcppExport SEXP _landscapemetrics_rcpp_cell_from_xy(SEXP xSEXP, SEXP ySEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< arma::imat >::type x(xSEXP); + Rcpp::traits::input_parameter< IntegerMatrix >::type y(ySEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_cell_from_xy(x, y)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_create_neighborhood +IntegerMatrix rcpp_create_neighborhood(arma::imat directions); +RcppExport SEXP _landscapemetrics_rcpp_create_neighborhood(SEXP directionsSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< arma::imat >::type directions(directionsSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_create_neighborhood(directions)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_boundaries +IntegerMatrix rcpp_get_boundaries(const IntegerMatrix xx, int directions); +RcppExport SEXP _landscapemetrics_rcpp_get_boundaries(SEXP xxSEXP, SEXP directionsSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const IntegerMatrix >::type xx(xxSEXP); + Rcpp::traits::input_parameter< int >::type directions(directionsSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_boundaries(xx, directions)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_circle +DataFrame rcpp_get_circle(IntegerMatrix mat, const double resolution_xy); +RcppExport SEXP _landscapemetrics_rcpp_get_circle(SEXP matSEXP, SEXP resolution_xySEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< IntegerMatrix >::type mat(matSEXP); + Rcpp::traits::input_parameter< const double >::type resolution_xy(resolution_xySEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_circle(mat, resolution_xy)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_composition_vector +IntegerVector rcpp_get_composition_vector(const Rcpp::NumericVector& x); +RcppExport SEXP _landscapemetrics_rcpp_get_composition_vector(SEXP xSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const Rcpp::NumericVector& >::type x(xSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_composition_vector(x)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_coocurrence_matrix +IntegerMatrix rcpp_get_coocurrence_matrix(const IntegerMatrix x, const arma::imat directions); +RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix(SEXP xSEXP, SEXP directionsSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); + Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix(x, directions)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_coocurrence_matrix_diag +IntegerVector rcpp_get_coocurrence_matrix_diag(const IntegerMatrix x, const arma::imat directions); +RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix_diag(SEXP xSEXP, SEXP directionsSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); + Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix_diag(x, directions)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_coocurrence_matrix_single +IntegerMatrix rcpp_get_coocurrence_matrix_single(const IntegerMatrix x, const arma::imat directions, const int single_class); +RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix_single(SEXP xSEXP, SEXP directionsSEXP, SEXP single_classSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); + Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); + Rcpp::traits::input_parameter< const int >::type single_class(single_classSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix_single(x, directions, single_class)); + return rcpp_result_gen; +END_RCPP +} +// triangular_index +int triangular_index(int r, int c); +RcppExport SEXP _landscapemetrics_triangular_index(SEXP rSEXP, SEXP cSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< int >::type r(rSEXP); + Rcpp::traits::input_parameter< int >::type c(cSEXP); + rcpp_result_gen = Rcpp::wrap(triangular_index(r, c)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_coocurrence_vector +NumericVector rcpp_get_coocurrence_vector(IntegerMatrix x, arma::imat directions, bool ordered); +RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_vector(SEXP xSEXP, SEXP directionsSEXP, SEXP orderedSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< IntegerMatrix >::type x(xSEXP); + Rcpp::traits::input_parameter< arma::imat >::type directions(directionsSEXP); + Rcpp::traits::input_parameter< bool >::type ordered(orderedSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_vector(x, directions, ordered)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_entropy +double rcpp_get_entropy(NumericVector x, std::string base); +RcppExport SEXP _landscapemetrics_rcpp_get_entropy(SEXP xSEXP, SEXP baseSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< NumericVector >::type x(xSEXP); + Rcpp::traits::input_parameter< std::string >::type base(baseSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_entropy(x, base)); + return rcpp_result_gen; +END_RCPP +} +// find_min +NumericVector find_min(const NumericMatrix& points, int i, int m); +RcppExport SEXP _landscapemetrics_find_min(SEXP pointsSEXP, SEXP iSEXP, SEXP mSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const NumericMatrix& >::type points(pointsSEXP); + Rcpp::traits::input_parameter< int >::type i(iSEXP); + Rcpp::traits::input_parameter< int >::type m(mSEXP); + rcpp_result_gen = Rcpp::wrap(find_min(points, i, m)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_nearest_neighbor +NumericMatrix rcpp_get_nearest_neighbor(const NumericMatrix& points); +RcppExport SEXP _landscapemetrics_rcpp_get_nearest_neighbor(SEXP pointsSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const NumericMatrix& >::type points(pointsSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_nearest_neighbor(points)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_unique_values +std::vector rcpp_get_unique_values(const Rcpp::IntegerVector& x, bool na_omit); +RcppExport SEXP _landscapemetrics_rcpp_get_unique_values(SEXP xSEXP, SEXP na_omitSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const Rcpp::IntegerVector& >::type x(xSEXP); + Rcpp::traits::input_parameter< bool >::type na_omit(na_omitSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_unique_values(x, na_omit)); + return rcpp_result_gen; +END_RCPP +} + +static const R_CallMethodDef CallEntries[] = { + {"_landscapemetrics_rcpp_ccl", (DL_FUNC) &_landscapemetrics_rcpp_ccl, 2}, + {"_landscapemetrics_rcpp_xy_from_matrix", (DL_FUNC) &_landscapemetrics_rcpp_xy_from_matrix, 2}, + {"_landscapemetrics_rcpp_cell_from_xy", (DL_FUNC) &_landscapemetrics_rcpp_cell_from_xy, 2}, + {"_landscapemetrics_rcpp_create_neighborhood", (DL_FUNC) &_landscapemetrics_rcpp_create_neighborhood, 1}, + {"_landscapemetrics_rcpp_get_boundaries", (DL_FUNC) &_landscapemetrics_rcpp_get_boundaries, 2}, + {"_landscapemetrics_rcpp_get_circle", (DL_FUNC) &_landscapemetrics_rcpp_get_circle, 2}, + {"_landscapemetrics_rcpp_get_composition_vector", (DL_FUNC) &_landscapemetrics_rcpp_get_composition_vector, 1}, + {"_landscapemetrics_rcpp_get_coocurrence_matrix", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix, 2}, + {"_landscapemetrics_rcpp_get_coocurrence_matrix_diag", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix_diag, 2}, + {"_landscapemetrics_rcpp_get_coocurrence_matrix_single", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix_single, 3}, + {"_landscapemetrics_triangular_index", (DL_FUNC) &_landscapemetrics_triangular_index, 2}, + {"_landscapemetrics_rcpp_get_coocurrence_vector", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_vector, 3}, + {"_landscapemetrics_rcpp_get_entropy", (DL_FUNC) &_landscapemetrics_rcpp_get_entropy, 2}, + {"_landscapemetrics_find_min", (DL_FUNC) &_landscapemetrics_find_min, 3}, + {"_landscapemetrics_rcpp_get_nearest_neighbor", (DL_FUNC) &_landscapemetrics_rcpp_get_nearest_neighbor, 1}, + {"_landscapemetrics_rcpp_get_unique_values", (DL_FUNC) &_landscapemetrics_rcpp_get_unique_values, 2}, + {NULL, NULL, 0} +}; + +RcppExport void R_init_landscapemetrics(DllInfo *dll) { + R_registerRoutines(dll, NULL, CallEntries, NULL, NULL); + R_useDynamicSymbols(dll, FALSE); +} diff --git a/src/rcpp_get_coocurrence_matrix.cpp b/src/rcpp_get_coocurrence_matrix.cpp index c3556b941..289f3f5ec 100644 --- a/src/rcpp_get_coocurrence_matrix.cpp +++ b/src/rcpp_get_coocurrence_matrix.cpp @@ -1,75 +1,74 @@ -#include "rcpp_get_coocurrence_matrix.h" -#include "rcpp_create_neighborhood.h" -#include "rcpp_get_unique_values.h" -#include "rcpp_get_class_index_map.h" - -// [[Rcpp::export]] -IntegerMatrix rcpp_get_coocurrence_matrix(const IntegerMatrix x, - const arma::imat directions) { - const int na = NA_INTEGER; - const unsigned ncols = x.ncol(); - const unsigned nrows = x.nrow(); - - std::vector classes = rcpp_get_unique_values(x); - std::map class_index = get_class_index_map(classes); - - unsigned n_classes = class_index.size(); - IntegerMatrix cooc_mat(n_classes, n_classes); - - // create neighbors coordinates - IntegerMatrix tmp = rcpp_create_neighborhood(directions); - int neigh_len = tmp.nrow(); - std::vector > neig_coords; - for (int row = 0; row < neigh_len; row++) { - IntegerVector a = tmp.row(row); - std::vector b(a.begin(), a.end()); - neig_coords.push_back(b); - } - - // NAs need an index, otherwise they are counted as neighbors of class[0] - class_index.insert(std::make_pair(na, n_classes)); - - for (unsigned col = 0; col < ncols; col++) { - for (unsigned row = 0; row < nrows; row++) { - const int tmp = x[col * nrows + row]; - if (tmp == na) - continue; - unsigned focal_class = class_index[tmp]; - for (int h = 0; h < neigh_len; h++) { - int neig_col = neig_coords[h][0] + col; - int neig_row = neig_coords[h][1] + row; - if (neig_col >= 0 && - neig_row >= 0 && - neig_col < ncols && - neig_row < nrows) { - const int tmp = x[neig_col * nrows + neig_row]; - if (tmp == na) - continue; - unsigned neig_class = class_index[tmp]; - cooc_mat(focal_class,neig_class)++; - } - } - } - } - - // add names - List u_names = List::create(classes, classes); - cooc_mat.attr("dimnames") = u_names; - return cooc_mat; -} - -/*** R - -library(raster) -library(dplyr) -test <- landscapemetrics::augusta_nlcd -test <- raster("~/Desktop/lc_2008_4bit_clip.tif") # produces a matrix filled with NA ???? -mat <- raster::as.matrix(test) -four <- as.matrix(4) -rcpp_get_coocurrence_matrix(mat, four) - - -lsm_p_contig(test) - -rcpp_get_unique_values(mat) -*/ +#include "rcpp_get_coocurrence_matrix.h" +#include "rcpp_create_neighborhood.h" +#include "rcpp_get_unique_values.h" +#include "rcpp_get_class_index_map.h" + +// [[Rcpp::export]] +IntegerMatrix rcpp_get_coocurrence_matrix(const IntegerMatrix x, + const arma::imat directions) { + const int na = NA_INTEGER; + const unsigned ncols = x.ncol(); + const unsigned nrows = x.nrow(); + + std::vector classes = rcpp_get_unique_values(x); + std::map class_index = get_class_index_map(classes); + + unsigned n_classes = class_index.size(); + IntegerMatrix cooc_mat(n_classes, n_classes); + + // create neighbors coordinates + IntegerMatrix tmp = rcpp_create_neighborhood(directions); + int neigh_len = tmp.nrow(); + std::vector > neig_coords; + for (int row = 0; row < neigh_len; row++) { + IntegerVector a = tmp.row(row); + std::vector b(a.begin(), a.end()); + neig_coords.push_back(b); + } + + // NAs need an index, otherwise they are counted as neighbors of class[0] + class_index.insert(std::make_pair(na, n_classes)); + + for (unsigned col = 0; col < ncols; col++) { + for (unsigned row = 0; row < nrows; row++) { + const int tmp = x[col * nrows + row]; + if (tmp == na) + continue; + unsigned focal_class = class_index[tmp]; + for (int h = 0; h < neigh_len; h++) { + int neig_col = neig_coords[h][0] + col; + int neig_row = neig_coords[h][1] + row; + if (neig_col >= 0 && + neig_row >= 0 && + neig_col < ncols && + neig_row < nrows) { + const int tmp = x[neig_col * nrows + neig_row]; + if (tmp == na) + continue; + unsigned neig_class = class_index[tmp]; + cooc_mat(focal_class,neig_class)++; + } + } + } + } + + // add names + List u_names = List::create(classes, classes); + cooc_mat.attr("dimnames") = u_names; + return cooc_mat; +} + +/*** R +library(terra) +library(dplyr) +test <- terra::unwrap(landscapemetrics::augusta_nlcd) +# test <- raster("~/Desktop/lc_2008_4bit_clip.tif") # produces a matrix filled with NA ???? +mat <- terra::as.matrix(test, wide = TRUE) +four <- as.matrix(4) +rcpp_get_coocurrence_matrix(mat, four) + + +lsm_p_contig(test) + +rcpp_get_unique_values(mat) +*/ diff --git a/src/rcpp_get_coocurrence_matrix_diag.cpp b/src/rcpp_get_coocurrence_matrix_diag.cpp index 587d9f632..6d2c6fa92 100644 --- a/src/rcpp_get_coocurrence_matrix_diag.cpp +++ b/src/rcpp_get_coocurrence_matrix_diag.cpp @@ -1,79 +1,78 @@ -//#include "rcpp_get_coocurrence_matrix.h" -#include "rcpp_get_class_index_map.h" -#include "rcpp_get_coocurrence_matrix_diag.h" -#include "rcpp_create_neighborhood.h" -#include "rcpp_get_unique_values.h" - -// [[Rcpp::export]] -IntegerVector rcpp_get_coocurrence_matrix_diag(const IntegerMatrix x, - const arma::imat directions) { - const int na = NA_INTEGER; - const unsigned ncols = x.ncol(); - const unsigned nrows = x.nrow(); - - std::vector patches = rcpp_get_unique_values(x); - std::map patch_index = get_class_index_map(patches); - - unsigned n_classes = patch_index.size(); - std::vector cooc_mat_diag(n_classes); - - // create neighbors coordinates - IntegerMatrix tmp = rcpp_create_neighborhood(directions); - int neigh_len = tmp.nrow(); - std::vector > neig_coords; - for (int row = 0; row < neigh_len; row++) { - IntegerVector a = tmp.row(row); - std::vector b(a.begin(), a.end()); - neig_coords.push_back(b); - } - // NAs need an index, otherwise they are counted as neighbors of class[0] - patch_index.insert(std::make_pair(na, n_classes)); - - for (unsigned col = 0; col < ncols; col++) { - for (unsigned row = 0; row < nrows; row++) { - const int tmp = x[col * nrows + row]; - if (tmp == na) - continue; - unsigned focal_patch = patch_index[tmp]; - for (int h = 0; h < neigh_len; h++) { - int neig_col = neig_coords[h][0] + col; - int neig_row = neig_coords[h][1] + row; - if (neig_col >= 0 && - neig_row >= 0 && - neig_col < ncols && - neig_row < nrows) { - const int tmp = x[neig_col * nrows + neig_row]; - const unsigned neig_patch = patch_index[tmp]; - if (neig_patch == focal_patch) - cooc_mat_diag[neig_patch]++; - } - } - } - } - - IntegerVector result(n_classes); - for (unsigned i = 0; i < cooc_mat_diag.size(); i++) { - result(i) = cooc_mat_diag[i]; - } - - // add names - //List u_names = List::create(patches); - result.attr("names") = patches; - return result; -} - -/*** R - -library(raster) -library(dplyr) -test <- landscapemetrics::augusta_nlcd -test <- raster("~/Desktop/lc_2008_4bit_clip.tif") # produces a matrix filled with NA ???? -mat <- raster::as.matrix(test) -four <- as.matrix(4) -rcpp_get_coocurrence_matrix(mat, four) - - -lsm_p_contig(test) - -rcpp_get_unique_values(mat) -*/ +//#include "rcpp_get_coocurrence_matrix.h" +#include "rcpp_get_class_index_map.h" +#include "rcpp_get_coocurrence_matrix_diag.h" +#include "rcpp_create_neighborhood.h" +#include "rcpp_get_unique_values.h" + +// [[Rcpp::export]] +IntegerVector rcpp_get_coocurrence_matrix_diag(const IntegerMatrix x, + const arma::imat directions) { + const int na = NA_INTEGER; + const unsigned ncols = x.ncol(); + const unsigned nrows = x.nrow(); + + std::vector patches = rcpp_get_unique_values(x); + std::map patch_index = get_class_index_map(patches); + + unsigned n_classes = patch_index.size(); + std::vector cooc_mat_diag(n_classes); + + // create neighbors coordinates + IntegerMatrix tmp = rcpp_create_neighborhood(directions); + int neigh_len = tmp.nrow(); + std::vector > neig_coords; + for (int row = 0; row < neigh_len; row++) { + IntegerVector a = tmp.row(row); + std::vector b(a.begin(), a.end()); + neig_coords.push_back(b); + } + // NAs need an index, otherwise they are counted as neighbors of class[0] + patch_index.insert(std::make_pair(na, n_classes)); + + for (unsigned col = 0; col < ncols; col++) { + for (unsigned row = 0; row < nrows; row++) { + const int tmp = x[col * nrows + row]; + if (tmp == na) + continue; + unsigned focal_patch = patch_index[tmp]; + for (int h = 0; h < neigh_len; h++) { + int neig_col = neig_coords[h][0] + col; + int neig_row = neig_coords[h][1] + row; + if (neig_col >= 0 && + neig_row >= 0 && + neig_col < ncols && + neig_row < nrows) { + const int tmp = x[neig_col * nrows + neig_row]; + const unsigned neig_patch = patch_index[tmp]; + if (neig_patch == focal_patch) + cooc_mat_diag[neig_patch]++; + } + } + } + } + + IntegerVector result(n_classes); + for (unsigned i = 0; i < cooc_mat_diag.size(); i++) { + result(i) = cooc_mat_diag[i]; + } + + // add names + //List u_names = List::create(patches); + result.attr("names") = patches; + return result; +} + +/*** R +library(terra) +library(dplyr) +test <- terra::unwrap(landscapemetrics::augusta_nlcd) +# test <- raster("~/Desktop/lc_2008_4bit_clip.tif") # produces a matrix filled with NA ???? +mat <- terra::as.matrix(test, wide = TRUE) +four <- as.matrix(4) +rcpp_get_coocurrence_matrix(mat, four) + + +lsm_p_contig(test) + +rcpp_get_unique_values(mat) +*/ diff --git a/src/rcpp_get_coocurrence_matrix_single.cpp b/src/rcpp_get_coocurrence_matrix_single.cpp index 878967709..557b8c45f 100644 --- a/src/rcpp_get_coocurrence_matrix_single.cpp +++ b/src/rcpp_get_coocurrence_matrix_single.cpp @@ -1,76 +1,75 @@ -#include "rcpp_get_coocurrence_matrix_single.h" -#include "rcpp_create_neighborhood.h" -#include "rcpp_get_unique_values.h" -#include "rcpp_get_class_index_map.h" - -// [[Rcpp::export]] -IntegerMatrix rcpp_get_coocurrence_matrix_single(const IntegerMatrix x, - const arma::imat directions, - const int single_class) { - const int na = NA_INTEGER; - const unsigned ncols = x.ncol(); - const unsigned nrows = x.nrow(); - - std::vector classes = rcpp_get_unique_values(x); - std::map class_index = get_class_index_map(classes); - - unsigned n_classes = class_index.size(); - IntegerMatrix cooc_mat(n_classes, 1); - - // create neighbors coordinates - IntegerMatrix tmp = rcpp_create_neighborhood(directions); - int neigh_len = tmp.nrow(); - std::vector > neig_coords; - for (int row = 0; row < neigh_len; row++) { - IntegerVector a = tmp.row(row); - std::vector b(a.begin(), a.end()); - neig_coords.push_back(b); - } - - // NAs need an index, otherwise they are counted as neighbors of class[0] - class_index.insert(std::make_pair(na, n_classes)); - - int single_class_index = class_index[single_class]; - - for (unsigned col = 0; col < ncols; col++) { - for (unsigned row = 0; row < nrows; row++) { - const int tmp = x[col * nrows + row]; - if (tmp == na) - continue; - int focal_class = class_index[tmp]; - if (focal_class != single_class_index) - continue; - for (int h = 0; h < neigh_len; h++) { - int neig_col = neig_coords[h][0] + col; - int neig_row = neig_coords[h][1] + row; - if (neig_col >= 0 && - neig_row >= 0 && - neig_col < ncols && - neig_row < nrows) { - const int tmp = x[neig_col * nrows + neig_row]; - if (tmp == na) - continue; - unsigned neig_class = class_index[tmp]; - cooc_mat(neig_class,focal_class)++; - } - } - } - } - - // add names - List u_names = List::create(classes, single_class); - cooc_mat.attr("dimnames") = u_names; - return cooc_mat; -} - -/*** R - -library(raster) -library(dplyr) -test <- landscapemetrics::augusta_nlcd -test <- raster("~/Desktop/lc_2008_4bit_clip.tif") # produces a matrix filled with NA ???? -mat <- raster::as.matrix(test) -four <- as.matrix(4) -rcpp_get_coocurrence_matrix(mat, four) -rcpp_get_coocurrence_matrix_single(mat, four, 11) -*/ +#include "rcpp_get_coocurrence_matrix_single.h" +#include "rcpp_create_neighborhood.h" +#include "rcpp_get_unique_values.h" +#include "rcpp_get_class_index_map.h" + +// [[Rcpp::export]] +IntegerMatrix rcpp_get_coocurrence_matrix_single(const IntegerMatrix x, + const arma::imat directions, + const int single_class) { + const int na = NA_INTEGER; + const unsigned ncols = x.ncol(); + const unsigned nrows = x.nrow(); + + std::vector classes = rcpp_get_unique_values(x); + std::map class_index = get_class_index_map(classes); + + unsigned n_classes = class_index.size(); + IntegerMatrix cooc_mat(n_classes, 1); + + // create neighbors coordinates + IntegerMatrix tmp = rcpp_create_neighborhood(directions); + int neigh_len = tmp.nrow(); + std::vector > neig_coords; + for (int row = 0; row < neigh_len; row++) { + IntegerVector a = tmp.row(row); + std::vector b(a.begin(), a.end()); + neig_coords.push_back(b); + } + + // NAs need an index, otherwise they are counted as neighbors of class[0] + class_index.insert(std::make_pair(na, n_classes)); + + int single_class_index = class_index[single_class]; + + for (unsigned col = 0; col < ncols; col++) { + for (unsigned row = 0; row < nrows; row++) { + const int tmp = x[col * nrows + row]; + if (tmp == na) + continue; + int focal_class = class_index[tmp]; + if (focal_class != single_class_index) + continue; + for (int h = 0; h < neigh_len; h++) { + int neig_col = neig_coords[h][0] + col; + int neig_row = neig_coords[h][1] + row; + if (neig_col >= 0 && + neig_row >= 0 && + neig_col < ncols && + neig_row < nrows) { + const int tmp = x[neig_col * nrows + neig_row]; + if (tmp == na) + continue; + unsigned neig_class = class_index[tmp]; + cooc_mat(neig_class,focal_class)++; + } + } + } + } + + // add names + List u_names = List::create(classes, single_class); + cooc_mat.attr("dimnames") = u_names; + return cooc_mat; +} + +/*** R +library(terra) +library(dplyr) +test <- terra::unwrap(landscapemetrics::augusta_nlcd) +# test <- raster("~/Desktop/lc_2008_4bit_clip.tif") # produces a matrix filled with NA ???? +mat <- terra::as.matrix(test, wide = TRUE) +four <- as.matrix(4) +rcpp_get_coocurrence_matrix(mat, four) +rcpp_get_coocurrence_matrix_single(mat, four, 11) +*/ diff --git a/src/rcpp_get_nearest_neighbor.cpp b/src/rcpp_get_nearest_neighbor.cpp index a80e23feb..f34193030 100644 --- a/src/rcpp_get_nearest_neighbor.cpp +++ b/src/rcpp_get_nearest_neighbor.cpp @@ -1,146 +1,144 @@ -#include -using namespace Rcpp; - -inline double compute_d2(double x1, double y1, double x2, double y2) { - - double dx = x2 - x1; - double dy = y2 - y1; - - return dx * dx + dy * dy; -} - -// [[Rcpp::export]] -NumericVector find_min(const NumericMatrix& points, int i, int m) { - - double x_i = points(i, 0), y_i = points(i, 1), id_i = points(i, 2); - - double x_k, x_min, x_max, d, d0 = R_PosInf; - - int k, id0; - - NumericVector dist_vec (2, 0.0); - - // Search before i - x_min = R_NegInf; - for (k = i - 1; k >= 0; k--) { - if (points(k, 2) == id_i) continue; - x_k = points(k, 0); - if (x_k > x_min) { - d = compute_d2(x_i, y_i, x_k, points(k, 1)); - if (d < d0) { - d0 = d; - id0 = points(k, 2); - x_min = x_i - ::sqrt(d0); - } - } else { - // No need to search further - break; - } - } - // Search after i - x_max = R_PosInf; - for (k = i + 1; k < m; k++) { - if (points(k, 2) == id_i) continue; - x_k = points(k, 0); - if (x_k < x_max) { - d = compute_d2(x_i, y_i, x_k, points(k, 1)); - if (d < d0) { - d0 = d; - id0 = points(k, 2); - x_max = x_i + ::sqrt(d0); - } - } else { - // No need to search further - break; - } - } - - dist_vec(0) = ::sqrt(d0); - dist_vec(1) = id0; - - return(dist_vec); -} - -//' @title First nearest neighbor distance -//' -//' @description Efficiently calculate the distance to the first nearest neighbor. -//' Quasi linear runtime. -//' -//' @param points A two numeric matrix, where the first two columns are x and y -//' -//' @return Vector -//' -//' @author Florian Privé \email{florian.prive.21@gmail.com} -//' -//' @keywords internal -//' -//' @name rcpp_get_nearest_neighbor -//' @export -// [[Rcpp::export]] -NumericMatrix rcpp_get_nearest_neighbor(const NumericMatrix& points) { - - int nrows = points.nrow(); - NumericMatrix distances(nrows, 2); - - for (int i = 0; i < nrows; i++) { - - distances(i, _) = find_min(points, i, nrows); - } - - return distances; -} - - -/*** R -landscape_labeled <- get_patches(landscape) - - patches_class <- landscape_labeled[[1]] - -class_boundaries <- - raster::boundaries(patches_class, directions = 4, - asNA = TRUE) - - raster::values(class_boundaries)[raster::values(!is.na(class_boundaries))] <- - raster::values(patches_class)[raster::values(!is.na(class_boundaries))] - -points_class <- raster::xyFromCell(class_boundaries, - cell = 1:raster::ncell(class_boundaries)) %>% -cbind(raster::values(class_boundaries)) %>% -stats::na.omit() %>% -tibble::as.tibble() %>% -purrr::set_names(c("x", "y", "id")) %>% -dplyr::arrange(id,-y) - - - X2 <- as.matrix(points_class) - - - res <- landscapemetrics:::rcpp_get_nearest_neighbor(X2) - - find_closest <- function(X) { - ord <- order(X[, 1]) - num <- seq_along(ord) - rank <- match(num, ord) - - res <- rcpp_get_nearest_neighbor(X[ord,]) - - unname(cbind(num, res[rank], X[, 3])) - } -res2 <- find_closest(X2) - stopifnot(identical(res[, 2], res2[, 2])) - - microbenchmark::microbenchmark(landscapemetrics:::rcpp_get_nearest_neighbor(X2), - find_closest(X2)) - - X3 <- X2[rep(seq_len(nrow(X2)), 50),] -microbenchmark::microbenchmark(landscapemetrics:::rcpp_get_nearest_neighbor(X3), - find_closest(X3), - times = 20) - stopifnot(identical( - landscapemetrics:::rcpp_get_nearest_neighbor(X3), - find_closest(X3) - )) - -# compute_d2(X2[1, 1], X2[1, 2], X2[1, 1], X2[1, 2]) -# compute_d2(X2[2, 1], X2[2, 2], X2[1, 1], X2[1, 2]) - */ +#include +using namespace Rcpp; + +inline double compute_d2(double x1, double y1, double x2, double y2) { + + double dx = x2 - x1; + double dy = y2 - y1; + + return dx * dx + dy * dy; +} + +// [[Rcpp::export]] +NumericVector find_min(const NumericMatrix& points, int i, int m) { + + double x_i = points(i, 0), y_i = points(i, 1), id_i = points(i, 2); + + double x_k, x_min, x_max, d, d0 = R_PosInf; + + int k, id0; + + NumericVector dist_vec (2, 0.0); + + // Search before i + x_min = R_NegInf; + for (k = i - 1; k >= 0; k--) { + if (points(k, 2) == id_i) continue; + x_k = points(k, 0); + if (x_k > x_min) { + d = compute_d2(x_i, y_i, x_k, points(k, 1)); + if (d < d0) { + d0 = d; + id0 = points(k, 2); + x_min = x_i - ::sqrt(d0); + } + } else { + // No need to search further + break; + } + } + // Search after i + x_max = R_PosInf; + for (k = i + 1; k < m; k++) { + if (points(k, 2) == id_i) continue; + x_k = points(k, 0); + if (x_k < x_max) { + d = compute_d2(x_i, y_i, x_k, points(k, 1)); + if (d < d0) { + d0 = d; + id0 = points(k, 2); + x_max = x_i + ::sqrt(d0); + } + } else { + // No need to search further + break; + } + } + + dist_vec(0) = ::sqrt(d0); + dist_vec(1) = id0; + + return(dist_vec); +} + +//' @title First nearest neighbor distance +//' +//' @description Efficiently calculate the distance to the first nearest neighbor. +//' Quasi linear runtime. +//' +//' @param points A two numeric matrix, where the first two columns are x and y +//' +//' @return Vector +//' +//' @author Florian Privé \email{florian.prive.21@gmail.com} +//' +//' @keywords internal +//' +//' @name rcpp_get_nearest_neighbor +//' @export +// [[Rcpp::export]] +NumericMatrix rcpp_get_nearest_neighbor(const NumericMatrix& points) { + + int nrows = points.nrow(); + NumericMatrix distances(nrows, 2); + + for (int i = 0; i < nrows; i++) { + + distances(i, _) = find_min(points, i, nrows); + } + + return distances; +} + + +/*** R +landscape_labeled <- get_patches(landscape) + +patches_class <- landscape_labeled[[1]][[1]] + +class_boundaries <- terra::boundaries(patches_class, directions = 4, falseval = NA) + +terra::values(class_boundaries)[terra::values(!is.na(class_boundaries))] <- + terra::values(patches_class)[terra::values(!is.na(class_boundaries))] + +points_class <- terra::xyFromCell(class_boundaries, cell = 1:terra::ncell(class_boundaries)) |> + cbind(terra::values(class_boundaries, mat = FALSE)) |> + stats::na.omit() |> + tibble::as.tibble() |> + purrr::set_names(c("x", "y", "id")) |> + dplyr::arrange(id, -y) + +X2 <- as.matrix(points_class) + +res <- landscapemetrics:::rcpp_get_nearest_neighbor(X2) + +find_closest <- function(X) { + ord <- order(X[, 1]) + num <- seq_along(ord) + rank <- match(num, ord) + + res <- rcpp_get_nearest_neighbor(X[ord,]) + + unname(cbind(num, res[rank], X[, 3])) + } + +res2 <- find_closest(X2) + +stopifnot(identical(res[, 2], res2[, 2])) + +microbenchmark::microbenchmark(landscapemetrics:::rcpp_get_nearest_neighbor(X2), + find_closest(X2)) +X3 <- X2[rep(seq_len(nrow(X2)), 50),] + +microbenchmark::microbenchmark(landscapemetrics:::rcpp_get_nearest_neighbor(X3), + find_closest(X3), + times = 20) + +stopifnot(identical( + landscapemetrics:::rcpp_get_nearest_neighbor(X3), + find_closest(X3) +)) + +# compute_d2(X2[1, 1], X2[1, 2], X2[1, 1], X2[1, 2]) +# compute_d2(X2[2, 1], X2[2, 2], X2[1, 1], X2[1, 2]) + */ diff --git a/tests/testthat.R b/tests/testthat.R index c6f8f745a..c4474c436 100644 --- a/tests/testthat.R +++ b/tests/testthat.R @@ -1,6 +1,5 @@ -library(testthat) -library(landscapemetrics) -library(raster) -library(terra) - -test_check("landscapemetrics") +library(testthat) +library(landscapemetrics) +library(terra) + +test_check("landscapemetrics") diff --git a/tests/testthat/helper-brick.R b/tests/testthat/helper-brick.R deleted file mode 100644 index 15dda418c..000000000 --- a/tests/testthat/helper-brick.R +++ /dev/null @@ -1,4 +0,0 @@ -# library(raster) -# -# landscape_brick <- brick(landscape_stack) -# diff --git a/tests/testthat/helper-landscapes.R b/tests/testthat/helper-landscapes.R index 2c17486c9..c56338086 100644 --- a/tests/testthat/helper-landscapes.R +++ b/tests/testthat/helper-landscapes.R @@ -1,23 +1,24 @@ -landscape_matrix <- raster::as.matrix(landscape) - -landscape_stack <- raster::stack(landscapemetrics::landscape, landscapemetrics::landscape) - -landscape_brick <- raster::brick(landscapemetrics::landscape, landscapemetrics::landscape) - -landscape_list <- list(landscapemetrics::landscape, landscapemetrics::landscape) - -landscape_terra <- terra::rast(landscapemetrics::landscape) - -landscape_simple <- landscapemetrics::landscape -landscape_simple[raster::values(landscape_simple) == 2] <- 1 - -landscape_uniform <- landscapemetrics::landscape -raster::values(landscape_uniform) <- 1 - -landscape_diff_res <- raster::aggregate(landscapemetrics::landscape, fact = c(1,2)) - -landscape_NA <- landscapemetrics::landscape -raster::values(landscape_NA) <- NA - -# landscape_stars <- stars::st_as_stars(landscape) - +# create landscapes + +landscape <- terra::unwrap(landscape) +augusta_nlcd <- terra::unwrap(augusta_nlcd) +podlasie_ccilc <- terra::unwrap(podlasie_ccilc) + +landscape_matrix <- terra::as.matrix(landscape, wide = TRUE) + +landscape_stack <- c(landscape, landscape) + +landscape_list <- list(landscape, landscape) + +landscape_simple <- landscape +landscape_simple[terra::values(landscape_simple, mat = FALSE) == 2] <- 1 + +landscape_uniform <- landscape +terra::values(landscape_uniform) <- 1 + +landscape_diff_res <- terra::aggregate(landscape, fact = c(1,2)) + +landscape_NA <- landscape +terra::values(landscape_NA) <- NA + +# landscape_stars <- stars::st_as_stars(landscape) diff --git a/tests/testthat/helper-points.R b/tests/testthat/helper-points.R index e865d3c3a..119ffeaa9 100644 --- a/tests/testthat/helper-points.R +++ b/tests/testthat/helper-points.R @@ -1,18 +1,18 @@ - -points_matrix <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) - -points_sp <- sp::SpatialPoints(matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE)) - -points_spdf <- sp::SpatialPointsDataFrame(matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE), - data = data.frame(ID = rep(1,3))) -# -# points_point <- sf::st_point(matrix(c(10, 5), ncol = 2, byrow = TRUE)) -# -# points_multipoint <- sf::st_multipoint(matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE)) -# -# points_sfc <- sf::st_sfc(sf::st_multipoint(matrix(c(10, 5, 25, 15), ncol = 2, byrow = TRUE)), -# sf::st_multipoint(matrix(c(5, 25, 15, 25), ncol = 2, byrow = TRUE))) -# -# points_sf <- sf::st_sf(geometry = sf::st_sfc(sf::st_multipoint(matrix(c(10, 5, 25, 15, 5, 25), -# ncol = 2, byrow = TRUE))), -# ID = 3) + +points_matrix <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) + +points_sp <- sp::SpatialPoints(matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE)) + +points_spdf <- sp::SpatialPointsDataFrame(matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE), + data = data.frame(ID = rep(1,3))) + +# points_point <- sf::st_point(matrix(c(10, 5), ncol = 2, byrow = TRUE)) +# +# points_multipoint <- sf::st_multipoint(matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE)) +# +# points_sfc <- sf::st_sfc(sf::st_multipoint(matrix(c(10, 5, 25, 15), ncol = 2, byrow = TRUE)), +# sf::st_multipoint(matrix(c(5, 25, 15, 25), ncol = 2, byrow = TRUE))) +# +# points_sf <- sf::st_sf(geometry = sf::st_sfc(sf::st_multipoint(matrix(c(10, 5, 25, 15, 5, 25), +# ncol = 2, byrow = TRUE))), +# ID = 3) diff --git a/tests/testthat/test-calculate-lsm.R b/tests/testthat/test-calculate-lsm.R index ac07e342d..bee79bee3 100644 --- a/tests/testthat/test-calculate-lsm.R +++ b/tests/testthat/test-calculate-lsm.R @@ -1,134 +1,130 @@ -context("calculate_lsm") - -test_that("calculate_lsm can take different raster inputs", { - - expect_is(calculate_lsm(landscape, what = "lsm_l_ta", - verbose = FALSE), "tbl_df") - expect_is(calculate_lsm(landscape_stack, what = "lsm_l_ta", - verbose = FALSE), "tbl_df") - expect_is(calculate_lsm(landscape_brick, what = "lsm_l_ta", - verbose = FALSE), "tbl_df") - expect_is(calculate_lsm(landscape_list, what = "lsm_l_ta", - verbose = FALSE), "tbl_df") - expect_is(calculate_lsm(landscape_terra, what = "lsm_l_ta", - verbose = FALSE), "tbl_df") - -}) - -test_that("calculate_lsm can calculate patch metrics", { - - patch_metrics <- calculate_lsm(landscape, what = "patch", - verbose = FALSE) - - expect_is(patch_metrics, "tbl_df") - expect_true(all(patch_metrics$level == "patch")) - expect_true(ncol(patch_metrics) > 0) -}) - -test_that("calculate_lsm can calculate class metrics", { - - class_metrics <- calculate_lsm(landscape, what = "class", - verbose = FALSE) - - expect_is(class_metrics, "tbl_df") - expect_true(all(class_metrics$level == "class")) - expect_true(ncol(class_metrics) > 0) -}) - -test_that("calculate_lsm can calculate landscape metrics", { - - landscape_metrics <- calculate_lsm(landscape, what = "landscape", - verbose = FALSE) - - expect_is(landscape_metrics, "tbl_df") - expect_true(all(landscape_metrics$level == "landscape")) - expect_true(ncol(landscape_metrics) > 0) -}) - -test_that("calculate_lsm can take all metrics", { - - all_metrics <- calculate_lsm(landscape, - verbose = FALSE) - - expect_true(all(all_metrics$level %in% c("patch", "class","landscape"))) - expect_is(all_metrics, "tbl_df") - expect_true(ncol(all_metrics) > 0) -}) - -test_that("calculate_lsm can take specific metrics", { - - specific_metrics <- calculate_lsm(landscape, - what = c("lsm_p_enn", "lsm_c_ed"), - verbose = FALSE) - - expect_true(all(specific_metrics$metric %in% c("ed", "enn"))) - expect_is(specific_metrics, "tbl_df") - expect_true(ncol(specific_metrics) > 0) -}) - -test_that("calculate_lsm can take level argument", { - - specific_metrics_patch <- calculate_lsm(landscape, - level = "patch", - verbose = FALSE) - - specific_metrics_class <- calculate_lsm(landscape, - level = "class", - verbose = FALSE) - - specific_metrics_landscape <- calculate_lsm(landscape, - level = "landscape", - verbose = FALSE) - - expect_true(all(specific_metrics_patch$level == "patch")) - expect_true(all(specific_metrics_class$level == "class")) - expect_true(all(specific_metrics_landscape$level == "landscape")) -}) - - -test_that("calculate_lsm can take metric argument", { - - specific_metrics_area <- calculate_lsm(landscape, - metric = "area", - verbose = FALSE) - - metrics <- vapply(strsplit(specific_metrics_area$metric, - split = "_"), FUN = function(x) x[1], - FUN.VALUE = character(1)) - - expect_true(all(metrics == "area")) -}) - -test_that("calculate_lsm can take name argument", { - - specific_metrics_name <- calculate_lsm(landscape, name = "core area", - verbose = FALSE) - - metrics <- vapply(strsplit(specific_metrics_name$metric, - split = "_"), FUN = function(x) x[1], - FUN.VALUE = character(1)) - - expect_true(all(metrics == "core")) -}) - -test_that("calculate_lsm can take type argument", { - - specific_metrics_type <- calculate_lsm(landscape, - type = "aggregation metric", - full_name = TRUE, - verbose = FALSE) - - expect_true(all(specific_metrics_type$type == "aggregation metric")) -}) - -test_that("NA is returned if no cell has a value", { - - all_metric <- list_lsm() - - result <- calculate_lsm(landscape_NA, - verbose = FALSE) - - expect_equal(object = nrow(result), expected = nrow(all_metric)) - expect_true(object = all(result$metric %in% all_metric$metric)) - expect_true(object = all(is.na(result$value))) -}) +context("calculate_lsm") + +test_that("calculate_lsm can take different raster inputs", { + + expect_is(calculate_lsm(landscape, what = "lsm_l_ta", + verbose = FALSE), "tbl_df") + expect_is(calculate_lsm(landscape_stack, what = "lsm_l_ta", + verbose = FALSE), "tbl_df") + expect_is(calculate_lsm(landscape_list, what = "lsm_l_ta", + verbose = FALSE), "tbl_df") + +}) + +test_that("calculate_lsm can calculate patch metrics", { + + patch_metrics <- calculate_lsm(landscape, what = "patch", + verbose = FALSE) + + expect_is(patch_metrics, "tbl_df") + expect_true(all(patch_metrics$level == "patch")) + expect_true(ncol(patch_metrics) > 0) +}) + +test_that("calculate_lsm can calculate class metrics", { + + class_metrics <- calculate_lsm(landscape, what = "class", + verbose = FALSE) + + expect_is(class_metrics, "tbl_df") + expect_true(all(class_metrics$level == "class")) + expect_true(ncol(class_metrics) > 0) +}) + +test_that("calculate_lsm can calculate landscape metrics", { + + landscape_metrics <- calculate_lsm(landscape, what = "landscape", + verbose = FALSE) + + expect_is(landscape_metrics, "tbl_df") + expect_true(all(landscape_metrics$level == "landscape")) + expect_true(ncol(landscape_metrics) > 0) +}) + +test_that("calculate_lsm can take all metrics", { + + all_metrics <- calculate_lsm(landscape, + verbose = FALSE) + + expect_true(all(all_metrics$level %in% c("patch", "class","landscape"))) + expect_is(all_metrics, "tbl_df") + expect_true(ncol(all_metrics) > 0) +}) + +test_that("calculate_lsm can take specific metrics", { + + specific_metrics <- calculate_lsm(landscape, + what = c("lsm_p_enn", "lsm_c_ed"), + verbose = FALSE) + + expect_true(all(specific_metrics$metric %in% c("ed", "enn"))) + expect_is(specific_metrics, "tbl_df") + expect_true(ncol(specific_metrics) > 0) +}) + +test_that("calculate_lsm can take level argument", { + + specific_metrics_patch <- calculate_lsm(landscape, + level = "patch", + verbose = FALSE) + + specific_metrics_class <- calculate_lsm(landscape, + level = "class", + verbose = FALSE) + + specific_metrics_landscape <- calculate_lsm(landscape, + level = "landscape", + verbose = FALSE) + + expect_true(all(specific_metrics_patch$level == "patch")) + expect_true(all(specific_metrics_class$level == "class")) + expect_true(all(specific_metrics_landscape$level == "landscape")) +}) + + +test_that("calculate_lsm can take metric argument", { + + specific_metrics_area <- calculate_lsm(landscape, + metric = "area", + verbose = FALSE) + + metrics <- vapply(strsplit(specific_metrics_area$metric, + split = "_"), FUN = function(x) x[1], + FUN.VALUE = character(1)) + + expect_true(all(metrics == "area")) +}) + +test_that("calculate_lsm can take name argument", { + + specific_metrics_name <- calculate_lsm(landscape, name = "core area", + verbose = FALSE) + + metrics <- vapply(strsplit(specific_metrics_name$metric, + split = "_"), FUN = function(x) x[1], + FUN.VALUE = character(1)) + + expect_true(all(metrics == "core")) +}) + +test_that("calculate_lsm can take type argument", { + + specific_metrics_type <- calculate_lsm(landscape, + type = "aggregation metric", + full_name = TRUE, + verbose = FALSE) + + expect_true(all(specific_metrics_type$type == "aggregation metric")) +}) + +test_that("NA is returned if no cell has a value", { + + all_metric <- list_lsm() + + result <- calculate_lsm(landscape_NA, + verbose = FALSE) + + expect_equal(object = nrow(result), expected = nrow(all_metric)) + expect_true(object = all(result$metric %in% all_metric$metric)) + expect_true(object = all(is.na(result$value))) +}) diff --git a/tests/testthat/test-check-landscape.R b/tests/testthat/test-check-landscape.R index c55767461..dc5ac6740 100644 --- a/tests/testthat/test-check-landscape.R +++ b/tests/testthat/test-check-landscape.R @@ -1,80 +1,72 @@ -context("check_landscape") - -test_that("check_landscape works for augusta_nlcd", { - - check_tibble <- check_landscape(augusta_nlcd, - verbose = FALSE) - - expect_true(check_tibble$OK == cli::symbol$tick) -}) - -test_that("check_landscape works (not) for podlasie_ccilc", { - - check_tibble <- check_landscape(podlasie_ccilc, - verbose = FALSE) - - expect_true(check_tibble$OK == cli::symbol$cross) -}) - -test_that("check_landscape works (maybe) for landscape", { - - check_tibble <- check_landscape(landscape, - verbose = FALSE) - - expect_true(check_tibble$OK == cli::symbol$circle_question_mark) -}) - -test_that("check_landscape works (maybe) for landscape stack", { - - check_tibble <- check_landscape(landscape_stack, - verbose = FALSE) - - expect_true(all(check_tibble$OK == cli::symbol$circle_question_mark)) -}) - -test_that("check_landscape works (maybe) for landscape brick", { - - check_tibble <- check_landscape(landscape_brick, - verbose = FALSE) - - expect_true(all(check_tibble$OK == cli::symbol$circle_question_mark)) -}) - -test_that("check_landscape works (maybe) for landscape list", { - - check_tibble <- check_landscape(landscape_list, - verbose = FALSE) - - expect_true(all(check_tibble$OK == cli::symbol$circle_question_mark)) -}) - -test_that("check_landscape works does not work for double values", { - - landscape[] <- 1.5 - - check_tibble <- check_landscape(landscape, - verbose = FALSE) - - expect_true(all(check_tibble$OK == cli::symbol$cross)) -}) - -test_that("check_landscape works return warning for > 30 classes", { - - augusta_nlcd[] <- sample(1:35, size = 298760, replace = TRUE) - - check_tibble <- check_landscape(augusta_nlcd, - verbose = FALSE) - - expect_true(all(check_tibble$OK == cli::symbol$circle_question_mark)) -}) - -test_that("check_landscape returns warning if all cells area NA", { - - check_tibble <- check_landscape(landscape_NA, - verbose = FALSE) - - expect_true(object = all(check_tibble$OK == cli::symbol$cross)) - expect_true(object = is.na(check_tibble$class)) - expect_equal(object = check_tibble$n_classes, expected = 0) - -}) +context("check_landscape") + +test_that("check_landscape works for augusta_nlcd", { + + check_tibble <- check_landscape(augusta_nlcd, + verbose = FALSE) + + expect_true(check_tibble$OK == cli::symbol$tick) +}) + +test_that("check_landscape works (not) for podlasie_ccilc", { + + check_tibble <- check_landscape(podlasie_ccilc, + verbose = FALSE) + + expect_true(check_tibble$OK == cli::symbol$cross) +}) + +test_that("check_landscape works (maybe) for landscape", { + + check_tibble <- check_landscape(landscape, + verbose = FALSE) + + expect_true(check_tibble$OK == cli::symbol$circle_question_mark) +}) + +test_that("check_landscape works (maybe) for landscape stack", { + + check_tibble <- check_landscape(landscape_stack, + verbose = FALSE) + + expect_true(all(check_tibble$OK == cli::symbol$circle_question_mark)) +}) + +test_that("check_landscape works (maybe) for landscape list", { + + check_tibble <- check_landscape(landscape_list, + verbose = FALSE) + + expect_true(all(check_tibble$OK == cli::symbol$circle_question_mark)) +}) + +test_that("check_landscape works does not work for double values", { + + landscape[] <- 1.5 + + check_tibble <- check_landscape(landscape, + verbose = FALSE) + + expect_true(all(check_tibble$OK == cli::symbol$cross)) +}) + +test_that("check_landscape works return warning for > 30 classes", { + + augusta_nlcd[] <- sample(1:35, size = 298760, replace = TRUE) + + check_tibble <- check_landscape(augusta_nlcd, + verbose = FALSE) + + expect_true(all(check_tibble$OK == cli::symbol$circle_question_mark)) +}) + +test_that("check_landscape returns warning if all cells area NA", { + + check_tibble <- check_landscape(landscape_NA, + verbose = FALSE) + + expect_true(object = all(check_tibble$OK == cli::symbol$cross)) + expect_true(object = is.na(check_tibble$class)) + expect_equal(object = check_tibble$n_classes, expected = 0) + +}) diff --git a/tests/testthat/test-construct-buffer.R b/tests/testthat/test-construct-buffer.R index 651a44c4e..835e22666 100644 --- a/tests/testthat/test-construct-buffer.R +++ b/tests/testthat/test-construct-buffer.R @@ -1,40 +1,30 @@ -context("construct_buffer") - -sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) -points_sp <- sp::SpatialPoints(sample_points) -points_spdf <- sp::SpatialPointsDataFrame(sample_points, - data = data.frame(id = 1:3)) - -test_that("construct_buffer is typestable", { - - expect_is(construct_buffer(sample_points, - shape = "circle", size = 5), "SpatialPolygons") - expect_is(construct_buffer(points_sp, - shape = "square", size = 5), "SpatialPolygons") - expect_is(construct_buffer(points_spdf, - shape = "square", size = 5), "SpatialPolygons") -}) - -test_that("construct_buffer can return a matrix", { - - expect_is(construct_buffer(sample_points, - shape = "circle", size = 5, - return_sp = FALSE), "matrix") - - expect_is(construct_buffer(points_sp, - shape = "circle", size = 5, - return_sp = FALSE), "matrix") - - expect_is(construct_buffer(points_spdf, - shape = "circle", size = 5, - return_sp = FALSE), "matrix") -}) - -test_that("construct_buffer returns error for unkown shape", { - - shape <- "3D" - - expect_error(construct_buffer(points_matrix, shape = "3D", size = 5), - regexp = paste0("Shape option " , shape, " unkown."), - fixed = TRUE) -}) +context("construct_buffer") + +sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) +points_sf <- sf::st_multipoint(sample_points) + +test_that("construct_buffer is typestable", { + + expect_is(construct_buffer(sample_points, shape = "circle", size = 5), "sf") + expect_is(construct_buffer(points_sf, shape = "square", size = 5), "sf") +}) + +test_that("construct_buffer can return a matrix", { + + expect_is(construct_buffer(sample_points, + shape = "circle", size = 5, + return_sf = FALSE), "matrix") + + expect_is(construct_buffer(points_sf, + shape = "circle", size = 5, + return_sf = FALSE), "matrix") +}) + +test_that("construct_buffer returns error for unkown shape", { + + shape <- "3D" + + expect_error(construct_buffer(sample_points, shape = "3D", size = 5), + regexp = paste0("Shape option " , shape, " unkown."), + fixed = TRUE) +}) diff --git a/tests/testthat/test-different-classes.R b/tests/testthat/test-different-classes.R index 73fbc5f5a..fbff8017d 100644 --- a/tests/testthat/test-different-classes.R +++ b/tests/testthat/test-different-classes.R @@ -1,14 +1,12 @@ -context("test different classes") - -landscape_raster = landscape -landscape_stack = raster::stack(landscape) -landscape_brick = raster::brick(landscape) -# landscape_stars = stars::st_as_stars(landscape) -landscape_list = list(landscape) - -ent_landscape_raster = lsm_l_ent(landscape_raster) - -expect_equal(ent_landscape_raster, lsm_l_ent(landscape_stack)) -expect_equal(ent_landscape_raster, lsm_l_ent(landscape_brick)) -# expect_equal(ent_landscape_raster, lsm_l_ent(landscape_stars)) -expect_equal(ent_landscape_raster, lsm_l_ent(landscape_list)) +context("test different classes") + +landscape_stack = c(landscape) +# landscape_stars = stars::st_as_stars(landscape) +landscape_list = list(landscape) + +ent_landscape = lsm_l_ent(landscape) + +expect_equal(ent_landscape, lsm_l_ent(landscape_stack)) +# expect_equal(ent_landscape_raster, lsm_l_ent(landscape_stars)) +expect_equal(ent_landscape, lsm_l_ent(landscape_list)) + diff --git a/tests/testthat/test-extract-lsm.R b/tests/testthat/test-extract-lsm.R index 6ddfb2e66..425f991c0 100644 --- a/tests/testthat/test-extract-lsm.R +++ b/tests/testthat/test-extract-lsm.R @@ -1,136 +1,127 @@ -context("extract_lsm") - -sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) - -x1 <- c(1, 5, 15, 10) -y1 <- c(1, 5, 15, 25) - -x2 <- c(10, 25) -y2 <- c(5, 5) - -sample_lines <- sp::SpatialLines(list(sp::Lines(list(sp::Line(cbind(x1, y1)), - sp::Line(cbind(x2, y2))), ID = "a"))) - -test_that("extract_lsm returns correct metrics", { - - patch_area <- extract_lsm(landscape, - y = sample_points, - what = "lsm_p_area", - type = "aggregation metric", - verbose = FALSE) - - expect_true(all(patch_area$metric == "area")) - - patch_core <- extract_lsm(landscape, - y = sample_points, - type = "core area metric", - full_name = TRUE, - verbose = FALSE) - - expect_true(all(patch_core$type == "core area metric")) - - patch_all <- extract_lsm(landscape, - y = sample_points, - verbose = FALSE) - - expect_true(all(unique(patch_all$metric) == list_lsm(level = "patch")[,1])) -}) - -test_that("extract_lsm works for lines", { - - result <- extract_lsm(landscape, - y = sample_lines, - what = "lsm_p_area", - verbose = FALSE) - - expect_is(result, "tbl_df") - expect_true(all(result$metric %in% "area")) -}) - -test_that("extract_lsm forwards arguments to calculate_lsm", { - - result <- extract_lsm(landscape, - y = sample_points, - what = "lsm_p_core", - edge_depth = 100, - verbose = FALSE) - - expect_true(all(result$value == 0)) -}) - -test_that("extract_lsm uses extract_ids", { - - result <- extract_lsm(landscape, - y = sample_points, - extract_id = c(5, 25, 15), - what = "lsm_p_area", - verbose = FALSE) - - expect_equal(result$extract_id, expected = c(5, 15, 25)) - - result_wrong_id <- extract_lsm(landscape, - y = sample_points, - extract_id = c(1, 5, 25, 15), - what = "lsm_p_area", - verbose = FALSE) - - expect_equal(result_wrong_id$extract_id, expected = 1:3) -}) - -test_that("extract_lsm works for all data types", { - - result_stack <- extract_lsm(landscape = landscape_stack, - y = sample_points, - what = "lsm_p_area", - verbose = FALSE) - - result_brick <- extract_lsm(landscape = landscape_brick, - y = sample_points, - what = "lsm_p_area", - verbose = FALSE) - - result_list <- extract_lsm(landscape = landscape_list, - y = sample_points, - what = "lsm_p_area", - verbose = FALSE) - - expect_is(result_stack, "tbl_df") - expect_is(result_brick, "tbl_df") - expect_is(result_list, "tbl_df") - - expect_equal(object = result_stack$layer, - expected = c(1, 1, 1, 2, 2, 2)) - expect_equal(object = result_brick$layer, - expected = c(1, 1, 1, 2, 2, 2)) - expect_equal(object = result_list$layer, - expected = c(1, 1, 1, 2, 2, 2)) - - expect_true("area" %in% result_stack$metric) - expect_true("area" %in% result_brick$metric) - expect_true("area" %in% result_list$metric) -}) - -test_that("extract_lsm returns warnings", { - - expect_warning(extract_lsm(landscape, - y = sample_points, - extract_id = c(15, 25, 5, 1), - what = "lsm_p_area"), - regexp = "Length of extract_id is not identical to length of y. Using 1...n as extract_id.", - fixed = TRUE) -}) - -test_that("extract_lsm throws errors", { - - expect_error(extract_lsm(landscape, - y = sample_points, - what = "lsm_l_ta", - verbose = FALSE), - regexp = "'extract_lsm()' only takes patch level metrics.", - fixed = TRUE) - - expect_error(extract_lsm(landscape, y = 1:3), - regexp = "'y' must be a matrix, SpatialPoints, SpatialLines or sf point geometries.", - fixed = TRUE) -}) - +context("extract_lsm") + +sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) + +x1 <- c(1, 5, 15, 10) +y1 <- c(1, 5, 15, 25) + +x2 <- c(10, 25) +y2 <- c(5, 5) + +# sample_lines <- sp::SpatialLines(list(sp::Lines(list(sp::Line(cbind(x1, y1)), +# sp::Line(cbind(x2, y2))), ID = "a"))) + +test_that("extract_lsm returns correct metrics", { + + patch_area <- extract_lsm(landscape, + y = sample_points, + what = "lsm_p_area", + type = "aggregation metric", + verbose = FALSE) + + expect_true(all(patch_area$metric == "area")) + + patch_core <- extract_lsm(landscape, + y = sample_points, + type = "core area metric", + full_name = TRUE, + verbose = FALSE) + + expect_true(all(patch_core$type == "core area metric")) + + patch_all <- extract_lsm(landscape, + y = sample_points, + verbose = FALSE) + + expect_true(all(unique(patch_all$metric) == list_lsm(level = "patch")[,1])) +}) + +# test_that("extract_lsm works for lines", { +# +# result <- extract_lsm(landscape, +# y = sample_lines, +# what = "lsm_p_area", +# verbose = FALSE) +# +# expect_is(result, "tbl_df") +# expect_true(all(result$metric %in% "area")) +# }) + +test_that("extract_lsm forwards arguments to calculate_lsm", { + + result <- extract_lsm(landscape, + y = sample_points, + what = "lsm_p_core", + edge_depth = 100, + verbose = FALSE) + + expect_true(all(result$value == 0)) +}) + +test_that("extract_lsm uses extract_ids", { + + result <- extract_lsm(landscape, + y = sample_points, + extract_id = c(5, 25, 15), + what = "lsm_p_area", + verbose = FALSE) + + expect_equal(result$extract_id, expected = c(5, 15, 25)) + + result_wrong_id <- extract_lsm(landscape, + y = sample_points, + extract_id = c(1, 5, 25, 15), + what = "lsm_p_area", + verbose = FALSE) + + expect_equal(result_wrong_id$extract_id, expected = 1:3) +}) + +test_that("extract_lsm works for all data types", { + + result_stack <- extract_lsm(landscape = landscape_stack, + y = sample_points, + what = "lsm_p_area", + verbose = FALSE) + + result_list <- extract_lsm(landscape = landscape_list, + y = sample_points, + what = "lsm_p_area", + verbose = FALSE) + + expect_is(result_stack, "tbl_df") + expect_is(result_list, "tbl_df") + + expect_equal(object = result_stack$layer, + expected = c(1, 1, 1, 2, 2, 2)) + expect_equal(object = result_list$layer, + expected = c(1, 1, 1, 2, 2, 2)) + + expect_true("area" %in% result_stack$metric) + expect_true("area" %in% result_list$metric) +}) + +test_that("extract_lsm returns warnings", { + + expect_warning(extract_lsm(landscape, + y = sample_points, + extract_id = c(15, 25, 5, 1), + what = "lsm_p_area"), + regexp = "Length of extract_id is not identical to length of y. Using 1...n as extract_id.", + fixed = TRUE) +}) + +test_that("extract_lsm throws errors", { + + expect_error(extract_lsm(landscape, + y = sample_points, + what = "lsm_l_ta", + verbose = FALSE), + regexp = "'extract_lsm()' only takes patch level metrics.", + fixed = TRUE) + + expect_error(extract_lsm(landscape, y = 1:3), + regexp = "'y' must be a matrix or sf object.", + fixed = TRUE) +}) + diff --git a/tests/testthat/test-get-adjacencies.R b/tests/testthat/test-get-adjacencies.R index 8e96dd8a5..742e80b5e 100644 --- a/tests/testthat/test-get-adjacencies.R +++ b/tests/testthat/test-get-adjacencies.R @@ -1,83 +1,81 @@ -context("get_adjacencies") - -test_that("get_adjacencies runs for all data types", { - - raster_layer <- get_adjacencies(landscape) - raster_stack <- get_adjacencies(landscape_stack) - raster_brick <- get_adjacencies(landscape_brick) - raster_list <- get_adjacencies(landscape_list) - raster_matrix <- get_adjacencies(landscape_matrix) - - expect_is(raster_layer, "list") - expect_is(raster_stack, "list") - expect_is(raster_brick, "list") - expect_is(raster_list, "list") - expect_is(raster_matrix, "list") -}) - -test_that("get_adjacencies runs and returns a matrix", { - - adjacencies_full <- get_adjacencies(landscape, - neighbourhood = 4, what = "full") - - adjacencies_like <- get_adjacencies(landscape, - neighbourhood = 4, what = "like") - - adjacencies_unlike <- get_adjacencies(landscape, - neighbourhood = 4, what = "unlike") - - adjacencies_triangle <- get_adjacencies(landscape, - neighbourhood = 4, what = "triangle") - - expect_true(all(!is.na(adjacencies_full[[1]]))) - expect_true(all(is.na(adjacencies_like[[1]][-c(1, 5, 9)]))) - expect_true(all(is.na(adjacencies_unlike[[1]][-c(2, 3, 6)]))) - expect_true(all(is.na(adjacencies_triangle[[1]][-c(1, 2, 3, 5, 6, 9)]))) -}) - -test_that("get_adjacencies runs also for the upper triangle", { - - adjacencies_upperfull <- get_adjacencies(landscape, - neighbourhood = 4, what = "full", upper = TRUE) - - adjacencies_upperlike <- get_adjacencies(landscape, - neighbourhood = 4, what = "like", upper = TRUE) - - adjacencies_upperunlike <- get_adjacencies(landscape, - neighbourhood = 4, what = "unlike", upper = TRUE) - - adjacencies_uppertriangle <- get_adjacencies(landscape, - neighbourhood = 4, what = "triangle", upper = TRUE) - - expect_true(all(!is.na(adjacencies_upperfull[[1]]))) - expect_true(all(is.na(adjacencies_upperlike[[1]][-c(1, 5, 9)]))) - expect_true(all(is.na(adjacencies_upperunlike[[1]][-c(4, 7,8)]))) - expect_true(all(is.na(adjacencies_uppertriangle[[1]][-c(1, 4, 5, 7, 8, 9)]))) -}) - -test_that("get_adjacencies works for different values of neighborhood than 4", { - - new_ras <- raster::raster(nrows = 3, ncols = 3, vals = c(rep(1, 8), 2)) - - adjacencies_4 <- get_adjacencies(new_ras, neighbourhood = 4) - adjacencies_8 <- get_adjacencies(new_ras, neighbourhood = 8) - - diagonal_matrix <- matrix(c(1, NA, 1, - NA, 0, NA, - 1, NA, 1), 3, 3, byrow = TRUE) - - adjacencies_diag <- get_adjacencies(new_ras, diagonal_matrix) - - expect_equivalent(adjacencies_4[[1]], matrix(c(20L, 2L, 2L, 0L), ncol = 2)) - expect_equivalent(adjacencies_8[[1]], matrix(c(34L, 3L, 3L, 0L), ncol = 2)) - expect_equivalent(adjacencies_diag[[1]], matrix(c(14L, 1L, 1L, 0L), ncol = 2)) - -}) - - -test_that("get_adjacencies returns error", { - - expect_error(get_adjacencies(landscape, neighbourhood = 12), - regexp = "neighbourhood must be either 4, 8 or a binary matrix where the ones define the neighbourhood.") -}) - +context("get_adjacencies") + +test_that("get_adjacencies runs for all data types", { + + raster_layer <- get_adjacencies(landscape) + raster_stack <- get_adjacencies(landscape_stack) + raster_list <- get_adjacencies(landscape_list) + raster_matrix <- get_adjacencies(landscape_matrix) + + expect_is(raster_layer, "list") + expect_is(raster_stack, "list") + expect_is(raster_list, "list") + expect_is(raster_matrix, "list") +}) + +test_that("get_adjacencies runs and returns a matrix", { + + adjacencies_full <- get_adjacencies(landscape, + neighbourhood = 4, what = "full") + + adjacencies_like <- get_adjacencies(landscape, + neighbourhood = 4, what = "like") + + adjacencies_unlike <- get_adjacencies(landscape, + neighbourhood = 4, what = "unlike") + + adjacencies_triangle <- get_adjacencies(landscape, + neighbourhood = 4, what = "triangle") + + expect_true(all(!is.na(adjacencies_full[[1]]))) + expect_true(all(is.na(adjacencies_like[[1]][-c(1, 5, 9)]))) + expect_true(all(is.na(adjacencies_unlike[[1]][-c(2, 3, 6)]))) + expect_true(all(is.na(adjacencies_triangle[[1]][-c(1, 2, 3, 5, 6, 9)]))) +}) + +test_that("get_adjacencies runs also for the upper triangle", { + + adjacencies_upperfull <- get_adjacencies(landscape, + neighbourhood = 4, what = "full", upper = TRUE) + + adjacencies_upperlike <- get_adjacencies(landscape, + neighbourhood = 4, what = "like", upper = TRUE) + + adjacencies_upperunlike <- get_adjacencies(landscape, + neighbourhood = 4, what = "unlike", upper = TRUE) + + adjacencies_uppertriangle <- get_adjacencies(landscape, + neighbourhood = 4, what = "triangle", upper = TRUE) + + expect_true(all(!is.na(adjacencies_upperfull[[1]]))) + expect_true(all(is.na(adjacencies_upperlike[[1]][-c(1, 5, 9)]))) + expect_true(all(is.na(adjacencies_upperunlike[[1]][-c(4, 7,8)]))) + expect_true(all(is.na(adjacencies_uppertriangle[[1]][-c(1, 4, 5, 7, 8, 9)]))) +}) + +test_that("get_adjacencies works for different values of neighborhood than 4", { + + new_ras <- terra::rast(nrows = 3, ncols = 3, vals = c(rep(1, 8), 2)) + + adjacencies_4 <- get_adjacencies(new_ras, neighbourhood = 4) + adjacencies_8 <- get_adjacencies(new_ras, neighbourhood = 8) + + diagonal_matrix <- matrix(c(1, NA, 1, + NA, 0, NA, + 1, NA, 1), 3, 3, byrow = TRUE) + + adjacencies_diag <- get_adjacencies(new_ras, diagonal_matrix) + + expect_equivalent(adjacencies_4[[1]], matrix(c(20L, 2L, 2L, 0L), ncol = 2)) + expect_equivalent(adjacencies_8[[1]], matrix(c(34L, 3L, 3L, 0L), ncol = 2)) + expect_equivalent(adjacencies_diag[[1]], matrix(c(14L, 1L, 1L, 0L), ncol = 2)) + +}) + + +test_that("get_adjacencies returns error", { + + expect_error(get_adjacencies(landscape, neighbourhood = 12), + regexp = "neighbourhood must be either 4, 8 or a binary matrix where the ones define the neighbourhood.") +}) + diff --git a/tests/testthat/test-get-boundaries.R b/tests/testthat/test-get-boundaries.R index be3cdcba6..a2b364ace 100644 --- a/tests/testthat/test-get-boundaries.R +++ b/tests/testthat/test-get-boundaries.R @@ -1,86 +1,76 @@ -context("get_boundaries") - -classes_lsm <- get_patches(landscape)[[1]] - -test_that("get_boundaries works for all data types", { - - raster_layer <- get_boundaries(classes_lsm[[1]]) - raster_stack <- get_boundaries(raster::stack(classes_lsm)) - raster_brick <- get_boundaries(raster::brick(classes_lsm)) - raster_list <- get_boundaries(classes_lsm) - - expect_true(all(sapply(raster_layer, inherits, what = "RasterLayer"))) - expect_true(all(sapply(raster_stack, inherits, what = "RasterLayer"))) - expect_true(all(sapply(raster_brick, inherits, what = "RasterLayer"))) - expect_true(all(sapply(raster_list, inherits, what = "RasterLayer"))) - - expect_true(raster::extent(raster_layer[[1]]) == raster::extent(landscape)) - - expect_length(object = raster_list, n = length(classes_lsm)) -}) - -test_that("get_boundaries returns matrix", { - - raster_layer <- get_boundaries(classes_lsm[[1]], - return_raster = FALSE) - raster_stack <- get_boundaries(raster::stack(classes_lsm), - return_raster = FALSE) - raster_brick <- get_boundaries(raster::brick(classes_lsm), - return_raster = FALSE) - raster_list <- get_boundaries(classes_lsm, - return_raster = FALSE) - - expect_true(all(sapply(raster_layer, inherits, what = "matrix"))) - expect_true(all(sapply(raster_stack, inherits, what = "matrix"))) - expect_true(all(sapply(raster_brick, inherits, what = "matrix"))) - expect_true(all(sapply(raster_list, inherits, what = "matrix"))) - - expect_length(object = raster_list, n = length(classes_lsm)) -}) - -test_that("get_boundaries return either 1/0 or 1/NA", { - - result_10 <- get_boundaries(classes_lsm[[1]], - as_NA = FALSE) - - result_NA <- get_boundaries(classes_lsm[[1]], - as_NA = TRUE) - - expect_equal(object = get_unique_values(result_10[[1]], simplify = TRUE), - expected = c(0, 1)) - - expect_equal(object = get_unique_values(result_NA[[1]], simplify = TRUE), - expected = 1) -}) - -test_that("get_boundaries can increase edge_depth", { - - result_depth_1 <- get_boundaries(classes_lsm[[1]], edge_depth = 1) - result_depth_3 <- get_boundaries(classes_lsm[[1]], edge_depth = 3) - - check <- sum(raster::values(result_depth_1[[1]]), na.rm = TRUE) < - sum(raster::values(result_depth_3[[1]]), na.rm = TRUE) - - expect_true(object = check) -}) - -test_that("get_boundaries can use original patch id", { - - result <- get_boundaries(classes_lsm[[1]], patch_id = TRUE) - - expect_equal(object = get_unique_values(result[[1]], simplify = TRUE), - expected = c(0, get_unique_values(classes_lsm[[1]], - simplify = TRUE))) -}) - -test_that("get_boundaries can consider boundary", { - - result <- get_boundaries(classes_lsm[[1]], consider_boundary = FALSE) - result_boundary <- get_boundaries(classes_lsm[[1]], consider_boundary = TRUE) - - check <- sum(raster::values(result[[1]]), na.rm = TRUE) > - sum(raster::values(result_boundary[[1]]), na.rm = TRUE) - - expect_true(object = check) - -}) +context("get_boundaries") + +classes_lsm <- get_patches(landscape)[[1]] + +test_that("get_boundaries works for all data types", { + + raster_layer <- get_boundaries(classes_lsm[[1]]) + raster_stack <- get_boundaries(c(classes_lsm)) + raster_list <- get_boundaries(classes_lsm) + + expect_true(all(sapply(raster_layer, inherits, what = "SpatRaster"))) + expect_true(all(sapply(raster_stack, inherits, what = "SpatRaster"))) + expect_true(all(sapply(raster_list, inherits, what = "SpatRaster"))) + + expect_true(terra::ext(raster_layer[[1]]) == terra::ext(landscape)) + + expect_length(object = raster_list, n = length(classes_lsm)) +}) + +test_that("get_boundaries returns matrix", { + + raster_layer <- get_boundaries(classes_lsm[[1]], return_raster = FALSE) + raster_stack <- get_boundaries(c(classes_lsm), return_raster = FALSE) + raster_list <- get_boundaries(classes_lsm, return_raster = FALSE) + + expect_true(all(sapply(raster_layer, inherits, what = "matrix"))) + expect_true(all(sapply(raster_stack, inherits, what = "matrix"))) + expect_true(all(sapply(raster_list, inherits, what = "matrix"))) + + expect_length(object = raster_list, n = length(classes_lsm)) +}) + +test_that("get_boundaries return either 1/0 or 1/NA", { + + result_10 <- get_boundaries(classes_lsm[[1]], as_NA = FALSE) + + result_NA <- get_boundaries(classes_lsm[[1]], as_NA = TRUE) + + expect_equal(object = get_unique_values(result_10[[1]], simplify = TRUE), + expected = c(0, 1)) + + expect_equal(object = get_unique_values(result_NA[[1]], simplify = TRUE), + expected = 1) +}) + +test_that("get_boundaries can increase edge_depth", { + + result_depth_1 <- get_boundaries(classes_lsm[[1]], edge_depth = 1) + result_depth_3 <- get_boundaries(classes_lsm[[1]], edge_depth = 3) + + check <- sum(terra::values(result_depth_1[[1]], mat = FALSE), na.rm = TRUE) < + sum(terra::values(result_depth_3[[1]], mat = FALSE), na.rm = TRUE) + + expect_true(object = check) +}) + +test_that("get_boundaries can use original patch id", { + + result <- get_boundaries(classes_lsm[[1]], patch_id = TRUE) + + expect_equal(object = get_unique_values(result[[1]], simplify = TRUE), + expected = c(0, get_unique_values(classes_lsm[[1]], + simplify = TRUE))) +}) + +test_that("get_boundaries can consider boundary", { + + result <- get_boundaries(classes_lsm[[1]], consider_boundary = FALSE) + result_boundary <- get_boundaries(classes_lsm[[1]], consider_boundary = TRUE) + + check <- sum(terra::values(result[[1]], mat = FALSE), na.rm = TRUE) > + sum(terra::values(result_boundary[[1]], mat = FALSE), na.rm = TRUE) + + expect_true(object = check) + +}) diff --git a/tests/testthat/test-get-centroids.R b/tests/testthat/test-get-centroids.R index f4a72426f..21eda96d2 100644 --- a/tests/testthat/test-get-centroids.R +++ b/tests/testthat/test-get-centroids.R @@ -1,56 +1,54 @@ -context("get_centroids") - -test_that("get_centroids runs for all data types", { - - raster_layer <- get_centroids(landscape) - raster_stack <- get_centroids(landscape_stack) - raster_brick <- get_centroids(landscape_brick) - raster_list <- get_centroids(landscape_list) - - expect_is(raster_layer, "tbl_df") - expect_is(raster_stack, "tbl_df") - expect_is(raster_brick, "tbl_df") - expect_is(raster_list, "tbl_df") -}) - -test_that("get_centroids returns in every column the correct type", { - - centroids <- get_centroids(landscape) - - expect_type(centroids$layer, "integer") - expect_type(centroids$level, "character") - expect_type(centroids$class, "integer") - expect_type(centroids$id, "integer") - expect_type(centroids$x, "double") - expect_type(centroids$y, "double") -}) - -test_that("get_centroids returns centroid for each patch", { - - centroids <- get_centroids(landscape) - - np <- lsm_l_np(landscape) - - expect_true(object = nrow(centroids) == np$value) -}) - -test_that("get_centroids allows to set cell_center", { - - expect_warning(get_centroids(landscape, cell_center = TRUE), - regexp = "For some patches several cell centers are returned as centroid.") - - centroids <- get_centroids(landscape, cell_center = TRUE, - verbose = FALSE) - - np <- lsm_l_np(landscape) - - expect_true(object = nrow(centroids) > np$value) -}) - -test_that("get_centroids can return sp", { - - centroids_sp <- get_centroids(landscape, cell_center = TRUE, - return_sp = TRUE) - - expect_is(centroids_sp, "SpatialPointsDataFrame") -}) +context("get_centroids") + +test_that("get_centroids runs for all data types", { + + raster_layer <- get_centroids(landscape) + raster_stack <- get_centroids(landscape_stack) + raster_list <- get_centroids(landscape_list) + + expect_is(raster_layer, "tbl_df") + expect_is(raster_stack, "tbl_df") + expect_is(raster_list, "tbl_df") +}) + +test_that("get_centroids returns in every column the correct type", { + + centroids <- get_centroids(landscape) + + expect_type(centroids$layer, "integer") + expect_type(centroids$level, "character") + expect_type(centroids$class, "integer") + expect_type(centroids$id, "integer") + expect_type(centroids$x, "double") + expect_type(centroids$y, "double") +}) + +test_that("get_centroids returns centroid for each patch", { + + centroids <- get_centroids(landscape) + + np <- lsm_l_np(landscape) + + expect_true(object = nrow(centroids) == np$value) +}) + +test_that("get_centroids allows to set cell_center", { + + expect_warning(get_centroids(landscape, cell_center = TRUE), + regexp = "For some patches several cell centers are returned as centroid.") + + centroids <- get_centroids(landscape, cell_center = TRUE, + verbose = FALSE) + + np <- lsm_l_np(landscape) + + expect_true(object = nrow(centroids) > np$value) +}) + +test_that("get_centroids can return sf", { + + centroids_sp <- get_centroids(landscape, cell_center = TRUE, + return_sf = TRUE) + + expect_is(centroids_sp, "sf") +}) diff --git a/tests/testthat/test-get-circumscribungcircle.R b/tests/testthat/test-get-circumscribungcircle.R index f16917ce8..25b7cd48a 100644 --- a/tests/testthat/test-get-circumscribungcircle.R +++ b/tests/testthat/test-get-circumscribungcircle.R @@ -1,54 +1,51 @@ -context("get_circumscribingcircle") - -test_that("get_circumscribingcircle has one radius for each patch", { - - circle <- get_circumscribingcircle(landscape) - - expect_equal(nrow(circle), - expected = lsm_l_np(landscape)$value) - - expect_true(object = all(all(circle$value != 0), - all(!is.na(circle$value)), - all(!is.infinite(circle$value)))) - - expect_is(circle, class = "tbl") -}) - -test_that("get_circumscribingcircle has one radius for each class", { - - circle <- get_circumscribingcircle(landscape, level = "class") - - expect_equal(nrow(circle), - expected = lsm_l_pr(landscape)$value) - - expect_true(object = all(all(circle$value != 0), - all(!is.na(circle$value)), - all(!is.infinite(circle$value)))) -}) - -test_that("get_circumscribingcircle works for all data type matrix", { - - result_stack <- get_circumscribingcircle(landscape_stack, level = "class") - result_brick <- get_circumscribingcircle(landscape_brick, level = "class") - result_list <- get_circumscribingcircle(landscape_list, level = "class") - - expect_equal(object = unique(result_stack$layer), expected = c(1, 2)) - expect_equal(object = unique(result_brick$layer), expected = c(1, 2)) - expect_equal(object = unique(result_list$layer), expected = c(1, 2)) - - expect_equal(nrow(result_stack), expected = sum(lsm_l_pr(landscape_stack)$value)) - expect_equal(nrow(result_brick), expected = sum(lsm_l_pr(landscape_brick)$value)) - expect_equal(nrow(result_list), expected = sum(lsm_l_pr(landscape_list)$value)) -}) - -test_that("get_circumscribingcircle returns errors", { - - expect_error(object = get_circumscribingcircle(landscape, level = "landscape"), - regexp = "The 'level' argument must be either 'patch' or 'class'.") - - expect_error(object = get_circumscribingcircle(landscape_diff_res), - regexp = "The area of the circumscribing circle is currently only implemented for equal resolutions.") - - expect_error(object = get_circumscribingcircle(list(raster::as.matrix(landscape))), - regexp = "Please provide a 'RasterLayer', 'RasterStack', 'RasterBrick', 'stars'-object or a list with 'RasterLayers'.") -}) +context("get_circumscribingcircle") + +test_that("get_circumscribingcircle has one radius for each patch", { + + circle <- get_circumscribingcircle(landscape) + + expect_equal(nrow(circle), + expected = lsm_l_np(landscape)$value) + + expect_true(object = all(all(circle$value != 0), + all(!is.na(circle$value)), + all(!is.infinite(circle$value)))) + + expect_is(circle, class = "tbl") +}) + +test_that("get_circumscribingcircle has one radius for each class", { + + circle <- get_circumscribingcircle(landscape, level = "class") + + expect_equal(nrow(circle), + expected = lsm_l_pr(landscape)$value) + + expect_true(object = all(all(circle$value != 0), + all(!is.na(circle$value)), + all(!is.infinite(circle$value)))) +}) + +test_that("get_circumscribingcircle works for all data type matrix", { + + result_stack <- get_circumscribingcircle(landscape_stack, level = "class") + result_list <- get_circumscribingcircle(landscape_list, level = "class") + + expect_equal(object = unique(result_stack$layer), expected = c(1, 2)) + expect_equal(object = unique(result_list$layer), expected = c(1, 2)) + + expect_equal(nrow(result_stack), expected = sum(lsm_l_pr(landscape_stack)$value)) + expect_equal(nrow(result_list), expected = sum(lsm_l_pr(landscape_list)$value)) +}) + +test_that("get_circumscribingcircle returns errors", { + + expect_error(object = get_circumscribingcircle(landscape, level = "landscape"), + regexp = "The 'level' argument must be either 'patch' or 'class'.") + + expect_error(object = get_circumscribingcircle(landscape_diff_res), + regexp = "The area of the circumscribing circle is currently only implemented for equal resolutions.") + + expect_error(object = get_circumscribingcircle(list(terra::as.matrix(landscape, wide = TRUE))), + regexp = "Please provide a 'SpatRaster', 'stars'-object, or a list with 'SpatRaster'.") +}) diff --git a/tests/testthat/test-get-nearestneighbour.R b/tests/testthat/test-get-nearestneighbour.R index a5e6827e3..590cee06b 100644 --- a/tests/testthat/test-get-nearestneighbour.R +++ b/tests/testthat/test-get-nearestneighbour.R @@ -1,35 +1,33 @@ -context("get_nearestneighbour") - -# get patches for class 1 -class_1 <- get_patches(landscape, class = 1)[[1]][[1]] - -all_classes <- get_patches(landscape)[[1]] - -test_that("get_nearestneighbour works for all data types", { - - raster_layer <- get_nearestneighbour(class_1) - raster_stack <- get_nearestneighbour(raster::stack(all_classes)) - raster_brick <- get_nearestneighbour(raster::brick(all_classes)) - raster_list <- get_nearestneighbour(all_classes) - - expect_is(raster_layer, "tbl_df") - expect_is(raster_stack, "tbl_df") - expect_is(raster_brick, "tbl_df") - expect_is(raster_list, "tbl_df") -}) - -test_that("get_nearestneighbour returns value for each patch", { - - np <- lsm_l_np(class_1) - raster_layer <- get_nearestneighbour(class_1) - - expect_true(object = np$value == nrow(raster_layer)) -}) - -test_that("get_nearestneighbour can return focal and neighbour ID", { - - raster_layer <- get_nearestneighbour(class_1, return_id = TRUE) - - expect_true(object = ncol(raster_layer) == 4) - expect_true(object = all(raster_layer$id != raster_layer$id_neighbour)) -}) +context("get_nearestneighbour") + +# get patches for class 1 +class_1 <- get_patches(landscape, class = 1)[[1]][[1]] + +all_classes <- get_patches(landscape)[[1]] + +test_that("get_nearestneighbour works for all data types", { + + raster_layer <- get_nearestneighbour(class_1) + raster_stack <- get_nearestneighbour(c(all_classes)) + raster_list <- get_nearestneighbour(all_classes) + + expect_is(raster_layer, "tbl_df") + expect_is(raster_stack, "tbl_df") + expect_is(raster_list, "tbl_df") +}) + +test_that("get_nearestneighbour returns value for each patch", { + + np <- lsm_l_np(class_1) + raster_layer <- get_nearestneighbour(class_1) + + expect_true(object = np$value == nrow(raster_layer)) +}) + +test_that("get_nearestneighbour can return focal and neighbour ID", { + + raster_layer <- get_nearestneighbour(class_1, return_id = TRUE) + + expect_true(object = ncol(raster_layer) == 4) + expect_true(object = all(raster_layer$id != raster_layer$id_neighbour)) +}) diff --git a/tests/testthat/test-get-patches.R b/tests/testthat/test-get-patches.R index c4bc32324..9f466215c 100644 --- a/tests/testthat/test-get-patches.R +++ b/tests/testthat/test-get-patches.R @@ -1,32 +1,31 @@ -context("get_patches") - -class_1_landscape_4 <- get_patches(landscape, 1, 4) -class_1_landscape_8 <- get_patches(landscape, 1, 8) -all_classes_landscape_4 <- get_patches(landscape, "all", 4) -all_classes_landscape_8 <- get_patches(landscape, "all", 8) - -test_that("get_patches runs and returns a list", { - expect_is(class_1_landscape_4, "list") - expect_is(class_1_landscape_8, "list") - expect_is(all_classes_landscape_4, "list") - expect_is(all_classes_landscape_4, "list") - - expect_is(class_1_landscape_4[[1]][[1]], "RasterLayer") - expect_is(all_classes_landscape_4[[1]][[1]], "RasterLayer") - - expect_true(length(all_classes_landscape_4[[1]]) == 3) -}) - -test_that("get_patches can handle all raster inputs", { - expect_is(get_patches(landscape), "list") - expect_is(get_patches(landscape_stack), "list") - expect_is(get_patches(landscape_brick), "list") - expect_is(get_patches(landscape_list), "list") -}) - -test_that("get_patches labels the patches correctly", { - expect_true(length(get_unique_values(class_1_landscape_8[[1]], simplify = TRUE)) == 9) - expect_true(length(get_unique_values(class_1_landscape_4[[1]], simplify = TRUE)) == 11) - expect_true(length(which(class_1_landscape_4[[1]][[1]]@data@values == 6)) == 63) - expect_true(length(which(class_1_landscape_8[[1]][[1]]@data@values == 6)) == 14) -}) +context("get_patches") + +class_1_landscape_4 <- get_patches(landscape, 1, 4) +class_1_landscape_8 <- get_patches(landscape, 1, 8) +all_classes_landscape_4 <- get_patches(landscape, "all", 4) +all_classes_landscape_8 <- get_patches(landscape, "all", 8) + +test_that("get_patches runs and returns a list", { + expect_is(class_1_landscape_4, "list") + expect_is(class_1_landscape_8, "list") + expect_is(all_classes_landscape_4, "list") + expect_is(all_classes_landscape_4, "list") + + expect_is(class_1_landscape_4[[1]][[1]], "SpatRaster") + expect_is(all_classes_landscape_4[[1]][[1]], "SpatRaster") + + expect_true(length(all_classes_landscape_4[[1]]) == 3) +}) + +test_that("get_patches can handle all raster inputs", { + expect_is(get_patches(landscape), "list") + expect_is(get_patches(landscape_stack), "list") + expect_is(get_patches(landscape_list), "list") +}) + +test_that("get_patches labels the patches correctly", { + expect_true(length(get_unique_values(class_1_landscape_8[[1]], simplify = TRUE)) == 9) + expect_true(length(get_unique_values(class_1_landscape_4[[1]], simplify = TRUE)) == 11) + expect_true(length(which(terra::values(class_1_landscape_8[[1]][[1]], mat = FALSE) == 3)) == 72) + expect_true(length(which(terra::values(class_1_landscape_4[[1]][[1]], mat = FALSE) == 3)) == 71) +}) diff --git a/tests/testthat/test-get-unique-values.R b/tests/testthat/test-get-unique-values.R index 99b791b89..57910a019 100644 --- a/tests/testthat/test-get-unique-values.R +++ b/tests/testthat/test-get-unique-values.R @@ -1,87 +1,68 @@ -context("get_unique_values") - -vector_x <- as.integer(c(1, 1, 1, 2, 1, 2, 2)) -list_x <- list(landscape, landscape_matrix, vector_x) -list_y <- list(list_x, landscape_stack) - -test_that("get_unique_values works for vector", { - - expect_is(get_unique_values(vector_x), class = "list") - expect_length(get_unique_values(vector_x), n = 1) - - expect_is(get_unique_values(vector_x, simplify = TRUE), - class = "integer") - expect_equal(get_unique_values(vector_x, simplify = TRUE), - expected = c(1, 2)) - - expect_warning(get_unique_values(as.numeric(vector_x)), - regexp = "Double values will be converted to integer.", - fixed = TRUE) -}) - -test_that("get_unique_values works for matrix", { - - expect_is(get_unique_values(landscape_matrix), class = "list") - expect_length(get_unique_values(landscape_matrix), n = 1) - - expect_is(get_unique_values(landscape_matrix, simplify = TRUE), - class = "integer") - expect_equal(get_unique_values(landscape_matrix, simplify = TRUE), - expected = c(1, 2, 3)) -}) - -test_that("get_unique_values works for list", { - - expect_is(get_unique_values(list_x), class = "list") - expect_length(get_unique_values(list_x), n = 3) - - expect_warning(get_unique_values(list_x, simplify = TRUE), - regexp = "Not able to simplify input with more than one layer.", - fixed = TRUE) -}) - -test_that("get_unique_values works for RasterLayers", { - - expect_is(get_unique_values(landscape), class = "list") - expect_length(get_unique_values(landscape), n = 1) - - expect_is(get_unique_values(landscape, simplify = TRUE), class = "integer") - expect_equal(get_unique_values(landscape, simplify = TRUE), - expected = c(1, 2, 3)) -}) - -test_that("get_unique_values works for RasterStack", { - - expect_is(get_unique_values(landscape_stack), class = "list") - expect_length(get_unique_values(landscape_stack), n = 2) - - expect_warning(get_unique_values(landscape_stack, simplify = TRUE), - regexp = "Not able to simplify input with more than one layer.", - fixed = TRUE) -}) - -test_that("get_unique_values works for RasterBrick", { - - expect_is(get_unique_values(landscape_brick), class = "list") - expect_length(get_unique_values(landscape_brick), n = 2) - - expect_warning(get_unique_values(landscape_brick, simplify = TRUE), - regexp = "Not able to simplify input with more than one layer.", - fixed = TRUE) -}) - -test_that("get_unique_values works for terra", { - - expect_is(get_unique_values(landscape_terra), class = "list") - expect_length(get_unique_values(landscape_terra), n = 1) - - expect_equal(get_unique_values(landscape_terra, simplify = TRUE), - expected = c(1, 2, 3)) -}) - -test_that("get_unique_values works only for correct data types", { - -expect_error(get_unique_values(list_y), - regexp = "Input must be vector, matrix, raster, stars, or terra object or list of previous.", - fixed = TRUE) -}) +context("get_unique_values") + +vector_x <- as.integer(c(1, 1, 1, 2, 1, 2, 2)) +list_x <- list(landscape, landscape_matrix, vector_x) +list_y <- list(list_x, landscape_stack) + +test_that("get_unique_values works for vector", { + + expect_is(get_unique_values(vector_x), class = "list") + expect_length(get_unique_values(vector_x), n = 1) + + expect_is(get_unique_values(vector_x, simplify = TRUE), + class = "integer") + expect_equal(get_unique_values(vector_x, simplify = TRUE), + expected = c(1, 2)) + + expect_warning(get_unique_values(as.numeric(vector_x)), + regexp = "Double values will be converted to integer.", + fixed = TRUE) +}) + +test_that("get_unique_values works for matrix", { + + expect_is(get_unique_values(landscape_matrix), class = "list") + expect_length(get_unique_values(landscape_matrix), n = 1) + + expect_is(get_unique_values(landscape_matrix, simplify = TRUE), + class = "integer") + expect_equal(get_unique_values(landscape_matrix, simplify = TRUE), + expected = c(1, 2, 3)) +}) + +test_that("get_unique_values works for list", { + + expect_is(get_unique_values(list_x), class = "list") + expect_length(get_unique_values(list_x), n = 3) + + expect_warning(get_unique_values(list_x, simplify = TRUE), + regexp = "Not able to simplify input with more than one layer.", + fixed = TRUE) +}) + +test_that("get_unique_values works for RasterLayers", { + + expect_is(get_unique_values(landscape), class = "list") + expect_length(get_unique_values(landscape), n = 1) + + expect_is(get_unique_values(landscape, simplify = TRUE), class = "integer") + expect_equal(get_unique_values(landscape, simplify = TRUE), + expected = c(1, 2, 3)) +}) + +test_that("get_unique_values works for RasterStack", { + + expect_is(get_unique_values(landscape_stack), class = "list") + expect_length(get_unique_values(landscape_stack), n = 2) + + expect_warning(get_unique_values(landscape_stack, simplify = TRUE), + regexp = "Not able to simplify input with more than one layer.", + fixed = TRUE) +}) + +test_that("get_unique_values works only for correct data types", { + +expect_error(get_unique_values(list_y), + regexp = "Input must be vector, matrix, raster, stars, or terra object or list of previous.", + fixed = TRUE) +}) diff --git a/tests/testthat/test-landscape_as_list.R b/tests/testthat/test-landscape_as_list.R index aa6d8a076..d51b8a125 100644 --- a/tests/testthat/test-landscape_as_list.R +++ b/tests/testthat/test-landscape_as_list.R @@ -1,11 +1,9 @@ -context("landscape_as_list") - -test_that("landscape_as_list returns a list", { - expect_is(landscape_as_list(landscape), "list") - expect_is(landscape_as_list(landscape_stack), "list") - expect_is(landscape_as_list(landscape_brick), "list") - expect_is(landscape_as_list(landscape_list), "list") - expect_is(landscape_as_list(landscape_matrix), "list") - expect_is(landscape_as_list(landscape_terra), "list") - - }) +context("landscape_as_list") + +test_that("landscape_as_list returns a list", { + expect_is(landscape_as_list(landscape), "list") + expect_is(landscape_as_list(landscape_stack), "list") + expect_is(landscape_as_list(landscape_list), "list") + expect_is(landscape_as_list(landscape_matrix), "list") + + }) diff --git a/tests/testthat/test-lsm-c-ai.R b/tests/testthat/test-lsm-c-ai.R index 65d95cc53..a051888b4 100644 --- a/tests/testthat/test-lsm-c-ai.R +++ b/tests/testthat/test-lsm-c-ai.R @@ -1,34 +1,33 @@ -context("class level lsm_c_ai metric") - -landscapemetrics_class_landscape_value <- lsm_c_ai(landscape) - -test_that("lsm_c_ai is typestable", { - expect_is(lsm_c_ai(landscape), "tbl_df") - expect_is(lsm_c_ai(landscape_stack), "tbl_df") - expect_is(lsm_c_ai(landscape_brick), "tbl_df") - expect_is(lsm_c_ai(landscape_list), "tbl_df") -}) - -test_that("lsm_c_ai returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_ai handles NAs correctly", { - r <- raster::raster(nrow = 10, ncol = 10) - r[] <- 1 - expect_equal(lsm_c_ai(r)$value, 100) - r[1, 1] <- NA - expect_equal(lsm_c_ai(r)$value, 100) - r[2, 5] <- NA - expect_equal(lsm_c_ai(r)$value, 98.86364, tolerance = .00001) -}) - -test_that("lsm_c_ai returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_ai metric") + +landscapemetrics_class_landscape_value <- lsm_c_ai(landscape) + +test_that("lsm_c_ai is typestable", { + expect_is(lsm_c_ai(landscape), "tbl_df") + expect_is(lsm_c_ai(landscape_stack), "tbl_df") + expect_is(lsm_c_ai(landscape_list), "tbl_df") +}) + +test_that("lsm_c_ai returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_ai handles NAs correctly", { + r <- terra::rast(nrow = 10, ncol = 10) + r[] <- 1 + expect_equal(lsm_c_ai(r)$value, 100) + r[1, 1] <- NA + expect_equal(lsm_c_ai(r)$value, 100) + r[2, 5] <- NA + expect_equal(lsm_c_ai(r)$value, 98.86364, tolerance = .00001) +}) + +test_that("lsm_c_ai returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-area-cv.R b/tests/testthat/test-lsm-c-area-cv.R index 3a66fda95..b975e0464 100644 --- a/tests/testthat/test-lsm-c-area-cv.R +++ b/tests/testthat/test-lsm-c-area-cv.R @@ -1,24 +1,23 @@ -context("class level lsm_c_area_cv cv metric") - -landscapemetrics_class_landscape_value <- lsm_c_area_cv(landscape) - -test_that("lsm_c_area_cv is typestable", { - expect_is(lsm_c_area_cv(landscape), "tbl_df") - expect_is(lsm_c_area_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_area_cv(landscape_brick), "tbl_df") - expect_is(lsm_c_area_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_c_area_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_area_cv returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_area_cv cv metric") + +landscapemetrics_class_landscape_value <- lsm_c_area_cv(landscape) + +test_that("lsm_c_area_cv is typestable", { + expect_is(lsm_c_area_cv(landscape), "tbl_df") + expect_is(lsm_c_area_cv(landscape_stack), "tbl_df") + expect_is(lsm_c_area_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_c_area_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_area_cv returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-area-mn.R b/tests/testthat/test-lsm-c-area-mn.R index 97cb41e7f..9edc6ef06 100644 --- a/tests/testthat/test-lsm-c-area-mn.R +++ b/tests/testthat/test-lsm-c-area-mn.R @@ -1,25 +1,24 @@ -context("class level lsm_c_area_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_area_mn(landscape) - -test_that("lsm_c_area_mn is typestable", { - expect_is(lsm_c_area_mn(landscape), "tbl_df") - expect_is(lsm_c_area_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_area_mn(landscape_brick), "tbl_df") - expect_is(lsm_c_area_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_c_area_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_area_mn returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - - +context("class level lsm_c_area_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_area_mn(landscape) + +test_that("lsm_c_area_mn is typestable", { + expect_is(lsm_c_area_mn(landscape), "tbl_df") + expect_is(lsm_c_area_mn(landscape_stack), "tbl_df") + expect_is(lsm_c_area_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_c_area_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_area_mn returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-c-area-sd.R b/tests/testthat/test-lsm-c-area-sd.R index ac73522a7..6acc7e53a 100644 --- a/tests/testthat/test-lsm-c-area-sd.R +++ b/tests/testthat/test-lsm-c-area-sd.R @@ -1,24 +1,23 @@ -context("class level lsm_c_area_sd metric") - -landscapemetrics_class_landscape_value <- lsm_c_area_sd(landscape) - -test_that("lsm_c_area_sd is typestable", { - expect_is(lsm_c_area_sd(landscape), "tbl_df") - expect_is(lsm_c_area_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_area_sd(landscape_brick), "tbl_df") - expect_is(lsm_c_area_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_area_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_area_sd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_area_sd metric") + +landscapemetrics_class_landscape_value <- lsm_c_area_sd(landscape) + +test_that("lsm_c_area_sd is typestable", { + expect_is(lsm_c_area_sd(landscape), "tbl_df") + expect_is(lsm_c_area_sd(landscape_stack), "tbl_df") + expect_is(lsm_c_area_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_area_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_area_sd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-ca.R b/tests/testthat/test-lsm-c-ca.R index 2395bcd82..83176b093 100644 --- a/tests/testthat/test-lsm-c-ca.R +++ b/tests/testthat/test-lsm-c-ca.R @@ -1,26 +1,25 @@ -context("class level lsm_c_ca metric") - -landscapemetrics_class_landscape_value <- lsm_c_ca(landscape) - -test_that("lsm_c_ca is typestable", { - expect_is(lsm_c_ca(landscape), "tbl_df") - expect_is(lsm_c_ca(landscape_stack), "tbl_df") - expect_is(lsm_c_ca(landscape_brick), "tbl_df") - expect_is(lsm_c_ca(landscape_list), "tbl_df") -}) - -test_that("lsm_c_ca returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_ca returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - - - +context("class level lsm_c_ca metric") + +landscapemetrics_class_landscape_value <- lsm_c_ca(landscape) + +test_that("lsm_c_ca is typestable", { + expect_is(lsm_c_ca(landscape), "tbl_df") + expect_is(lsm_c_ca(landscape_stack), "tbl_df") + expect_is(lsm_c_ca(landscape_list), "tbl_df") +}) + +test_that("lsm_c_ca returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_ca returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + + + diff --git a/tests/testthat/test-lsm-c-cai-cv.R b/tests/testthat/test-lsm-c-cai-cv.R index bd1e9333d..578022b6f 100644 --- a/tests/testthat/test-lsm-c-cai-cv.R +++ b/tests/testthat/test-lsm-c-cai-cv.R @@ -1,25 +1,24 @@ -context("class level lsm_c_cai_cv metric") - -landscapemetrics_class_landscape_value <- lsm_c_cai_cv(landscape) - -test_that("lsm_c_cai_cv is typestable", { - expect_is(lsm_c_cai_cv(landscape), "tbl_df") - expect_is(lsm_c_cai_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_cai_cv(landscape_brick), "tbl_df") - expect_is(lsm_c_cai_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_c_cai_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_cai_cv returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - - +context("class level lsm_c_cai_cv metric") + +landscapemetrics_class_landscape_value <- lsm_c_cai_cv(landscape) + +test_that("lsm_c_cai_cv is typestable", { + expect_is(lsm_c_cai_cv(landscape), "tbl_df") + expect_is(lsm_c_cai_cv(landscape_stack), "tbl_df") + expect_is(lsm_c_cai_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_c_cai_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_cai_cv returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-c-cai-mn.R b/tests/testthat/test-lsm-c-cai-mn.R index 5f2c9f2d3..c7aae6034 100644 --- a/tests/testthat/test-lsm-c-cai-mn.R +++ b/tests/testthat/test-lsm-c-cai-mn.R @@ -1,25 +1,24 @@ -context("class level lsm_c_cai_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_cai_mn(landscape) - -test_that("lsm_c_cai_mn is typestable", { - expect_is(lsm_c_cai_mn(landscape), "tbl_df") - expect_is(lsm_c_cai_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_cai_mn(landscape_brick), "tbl_df") - expect_is(lsm_c_cai_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_c_cai_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_cai_mn returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - - +context("class level lsm_c_cai_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_cai_mn(landscape) + +test_that("lsm_c_cai_mn is typestable", { + expect_is(lsm_c_cai_mn(landscape), "tbl_df") + expect_is(lsm_c_cai_mn(landscape_stack), "tbl_df") + expect_is(lsm_c_cai_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_c_cai_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_cai_mn returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-c-cai-sd.R b/tests/testthat/test-lsm-c-cai-sd.R index a1a87f8d2..9ca8f9950 100644 --- a/tests/testthat/test-lsm-c-cai-sd.R +++ b/tests/testthat/test-lsm-c-cai-sd.R @@ -1,23 +1,22 @@ -context("class level lsm_c_cai_sd metric") - -landscapemetrics_class_landscape_value <- lsm_c_cai_sd(landscape) - -test_that("lsm_c_cai_sd is typestable", { - expect_is(lsm_c_cai_sd(landscape), "tbl_df") - expect_is(lsm_c_cai_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_cai_sd(landscape_brick), "tbl_df") - expect_is(lsm_c_cai_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_cai_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_cai_sd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_cai_sd metric") + +landscapemetrics_class_landscape_value <- lsm_c_cai_sd(landscape) + +test_that("lsm_c_cai_sd is typestable", { + expect_is(lsm_c_cai_sd(landscape), "tbl_df") + expect_is(lsm_c_cai_sd(landscape_stack), "tbl_df") + expect_is(lsm_c_cai_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_cai_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_cai_sd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-circle-cv.R b/tests/testthat/test-lsm-c-circle-cv.R index f01f61610..9f2121dfe 100644 --- a/tests/testthat/test-lsm-c-circle-cv.R +++ b/tests/testthat/test-lsm-c-circle-cv.R @@ -1,26 +1,25 @@ -context("class level lsm_c_circle_cv metric") - -landscapemetrics_class_landscape_value <- lsm_c_circle_cv(landscape) - -test_that("lsm_c_circle_cv is typestable", { - expect_is(lsm_c_circle_cv(landscape), "tbl_df") - expect_is(lsm_c_circle_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_circle_cv(landscape_brick), "tbl_df") - expect_is(lsm_c_circle_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_c_circle_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_circle_cv returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - - - +context("class level lsm_c_circle_cv metric") + +landscapemetrics_class_landscape_value <- lsm_c_circle_cv(landscape) + +test_that("lsm_c_circle_cv is typestable", { + expect_is(lsm_c_circle_cv(landscape), "tbl_df") + expect_is(lsm_c_circle_cv(landscape_stack), "tbl_df") + expect_is(lsm_c_circle_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_c_circle_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_circle_cv returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + + + diff --git a/tests/testthat/test-lsm-c-circle-mn.R b/tests/testthat/test-lsm-c-circle-mn.R index f1082c9cb..06e06a2b3 100644 --- a/tests/testthat/test-lsm-c-circle-mn.R +++ b/tests/testthat/test-lsm-c-circle-mn.R @@ -1,24 +1,23 @@ -context("class level lsm_c_circle_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_circle_mn(landscape) - -test_that("lsm_c_circle_mn is typestable", { - expect_is(lsm_c_circle_mn(landscape), "tbl_df") - expect_is(lsm_c_circle_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_circle_mn(landscape_brick), "tbl_df") - expect_is(lsm_c_circle_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_c_circle_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_circle_mn returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_circle_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_circle_mn(landscape) + +test_that("lsm_c_circle_mn is typestable", { + expect_is(lsm_c_circle_mn(landscape), "tbl_df") + expect_is(lsm_c_circle_mn(landscape_stack), "tbl_df") + expect_is(lsm_c_circle_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_c_circle_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_circle_mn returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-circle-sd.R b/tests/testthat/test-lsm-c-circle-sd.R index edc6e69ca..0d6424b7e 100644 --- a/tests/testthat/test-lsm-c-circle-sd.R +++ b/tests/testthat/test-lsm-c-circle-sd.R @@ -1,24 +1,23 @@ -context("class level lsm_c_circle_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_circle_sd(landscape) - -test_that("lsm_c_circle_sd is typestable", { - expect_is(lsm_c_circle_sd(landscape), "tbl_df") - expect_is(lsm_c_circle_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_circle_sd(landscape_brick), "tbl_df") - expect_is(lsm_c_circle_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_circle_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_circle_sd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_circle_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_circle_sd(landscape) + +test_that("lsm_c_circle_sd is typestable", { + expect_is(lsm_c_circle_sd(landscape), "tbl_df") + expect_is(lsm_c_circle_sd(landscape_stack), "tbl_df") + expect_is(lsm_c_circle_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_circle_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_circle_sd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-clumpy.R b/tests/testthat/test-lsm-c-clumpy.R index c03f6b50d..8bf5429d4 100644 --- a/tests/testthat/test-lsm-c-clumpy.R +++ b/tests/testthat/test-lsm-c-clumpy.R @@ -1,24 +1,23 @@ -context("class level lsm_c_clumpy metric") - -landscapemetrics_class_landscape_value <- lsm_c_clumpy(landscape) - -test_that("lsm_c_clumpy is typestable", { - expect_is(lsm_c_clumpy(landscape), "tbl_df") - expect_is(lsm_c_clumpy(landscape_stack), "tbl_df") - expect_is(lsm_c_clumpy(landscape_brick), "tbl_df") - expect_is(lsm_c_clumpy(landscape_list), "tbl_df") -}) - -test_that("lsm_c_clumpy returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_clumpy returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_clumpy metric") + +landscapemetrics_class_landscape_value <- lsm_c_clumpy(landscape) + +test_that("lsm_c_clumpy is typestable", { + expect_is(lsm_c_clumpy(landscape), "tbl_df") + expect_is(lsm_c_clumpy(landscape_stack), "tbl_df") + expect_is(lsm_c_clumpy(landscape_list), "tbl_df") +}) + +test_that("lsm_c_clumpy returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_clumpy returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-cohesion.R b/tests/testthat/test-lsm-c-cohesion.R index 05b216d18..9ee0052a7 100644 --- a/tests/testthat/test-lsm-c-cohesion.R +++ b/tests/testthat/test-lsm-c-cohesion.R @@ -1,25 +1,24 @@ -context("class level lsm_c_cohesion metric") - -landscapemetrics_class_landscape_value <- lsm_c_cohesion(landscape) - -test_that("lsm_c_cohesion is typestable", { - expect_is(lsm_c_cohesion(landscape), "tbl_df") - expect_is(lsm_c_cohesion(landscape_stack), "tbl_df") - expect_is(lsm_c_cohesion(landscape_brick), "tbl_df") - expect_is(lsm_c_cohesion(landscape_list), "tbl_df") -}) - -test_that("lsm_c_cohesion returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_cohesion returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - - +context("class level lsm_c_cohesion metric") + +landscapemetrics_class_landscape_value <- lsm_c_cohesion(landscape) + +test_that("lsm_c_cohesion is typestable", { + expect_is(lsm_c_cohesion(landscape), "tbl_df") + expect_is(lsm_c_cohesion(landscape_stack), "tbl_df") + expect_is(lsm_c_cohesion(landscape_list), "tbl_df") +}) + +test_that("lsm_c_cohesion returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_cohesion returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-c-contig-cv.R b/tests/testthat/test-lsm-c-contig-cv.R index cbe7cf4f7..3dc3ae36a 100644 --- a/tests/testthat/test-lsm-c-contig-cv.R +++ b/tests/testthat/test-lsm-c-contig-cv.R @@ -1,25 +1,24 @@ -context("class level lsm_c_contig_cv metric") - -landscapemetrics_class_landscape_value <- lsm_c_contig_cv(landscape) - -test_that("lsm_c_contig_cv is typestable", { - expect_is(lsm_c_contig_cv(landscape), "tbl_df") - expect_is(lsm_c_contig_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_contig_cv(landscape_brick), "tbl_df") - expect_is(lsm_c_contig_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_c_contig_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_contig_cv returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - - +context("class level lsm_c_contig_cv metric") + +landscapemetrics_class_landscape_value <- lsm_c_contig_cv(landscape) + +test_that("lsm_c_contig_cv is typestable", { + expect_is(lsm_c_contig_cv(landscape), "tbl_df") + expect_is(lsm_c_contig_cv(landscape_stack), "tbl_df") + expect_is(lsm_c_contig_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_c_contig_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_contig_cv returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-c-contig-mn.R b/tests/testthat/test-lsm-c-contig-mn.R index 67b22d3ae..c74b67812 100644 --- a/tests/testthat/test-lsm-c-contig-mn.R +++ b/tests/testthat/test-lsm-c-contig-mn.R @@ -1,25 +1,24 @@ -context("class level lsm_c_contig_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_contig_mn(landscape) - -test_that("lsm_c_contig_mn is typestable", { - expect_is(lsm_c_contig_mn(landscape), "tbl_df") - expect_is(lsm_c_contig_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_contig_mn(landscape_brick), "tbl_df") - expect_is(lsm_c_contig_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_c_contig_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_contig_mn returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - - +context("class level lsm_c_contig_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_contig_mn(landscape) + +test_that("lsm_c_contig_mn is typestable", { + expect_is(lsm_c_contig_mn(landscape), "tbl_df") + expect_is(lsm_c_contig_mn(landscape_stack), "tbl_df") + expect_is(lsm_c_contig_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_c_contig_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_contig_mn returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-c-contig-sd.R b/tests/testthat/test-lsm-c-contig-sd.R index 6046b6618..19df5d3fe 100644 --- a/tests/testthat/test-lsm-c-contig-sd.R +++ b/tests/testthat/test-lsm-c-contig-sd.R @@ -1,25 +1,24 @@ -context("class level lsm_contig_sd metric") - -landscapemetrics_class_landscape_value <- lsm_c_contig_sd(landscape) - -test_that("lsm_c_contig_sd is typestable", { - expect_is(lsm_c_contig_sd(landscape), "tbl_df") - expect_is(lsm_c_contig_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_contig_sd(landscape_brick), "tbl_df") - expect_is(lsm_c_contig_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_contig_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_contig_sd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - - +context("class level lsm_contig_sd metric") + +landscapemetrics_class_landscape_value <- lsm_c_contig_sd(landscape) + +test_that("lsm_c_contig_sd is typestable", { + expect_is(lsm_c_contig_sd(landscape), "tbl_df") + expect_is(lsm_c_contig_sd(landscape_stack), "tbl_df") + expect_is(lsm_c_contig_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_contig_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_contig_sd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-c-core-cv.R b/tests/testthat/test-lsm-c-core-cv.R index 4eac36f98..081a0afdd 100644 --- a/tests/testthat/test-lsm-c-core-cv.R +++ b/tests/testthat/test-lsm-c-core-cv.R @@ -1,23 +1,22 @@ -context("class level lsm_c_core_cv metric") - -landscapemetrics_class_landscape_value <- lsm_c_core_cv(landscape) - -test_that("lsm_c_core_cv is typestable", { - expect_is(lsm_c_core_cv(landscape), "tbl_df") - expect_is(lsm_c_core_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_core_cv(landscape_brick), "tbl_df") - expect_is(lsm_c_core_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_c_core_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_core_cv returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_core_cv metric") + +landscapemetrics_class_landscape_value <- lsm_c_core_cv(landscape) + +test_that("lsm_c_core_cv is typestable", { + expect_is(lsm_c_core_cv(landscape), "tbl_df") + expect_is(lsm_c_core_cv(landscape_stack), "tbl_df") + expect_is(lsm_c_core_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_c_core_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_core_cv returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-core-mn.R b/tests/testthat/test-lsm-c-core-mn.R index c3f85aaf7..79e6b7b22 100644 --- a/tests/testthat/test-lsm-c-core-mn.R +++ b/tests/testthat/test-lsm-c-core-mn.R @@ -1,23 +1,22 @@ -context("class level lsm_c_core_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_core_mn(landscape) - -test_that("lsm_c_core_mn is typestable", { - expect_is(lsm_c_core_mn(landscape), "tbl_df") - expect_is(lsm_c_core_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_core_mn(landscape_brick), "tbl_df") - expect_is(lsm_c_core_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_c_core_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_core_mn returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_core_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_core_mn(landscape) + +test_that("lsm_c_core_mn is typestable", { + expect_is(lsm_c_core_mn(landscape), "tbl_df") + expect_is(lsm_c_core_mn(landscape_stack), "tbl_df") + expect_is(lsm_c_core_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_c_core_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_core_mn returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-core-sd.R b/tests/testthat/test-lsm-c-core-sd.R index 4678fcc48..a3b32e6af 100644 --- a/tests/testthat/test-lsm-c-core-sd.R +++ b/tests/testthat/test-lsm-c-core-sd.R @@ -1,23 +1,22 @@ -context("class level lsm_c_core_sd metric") - -landscapemetrics_class_landscape_value <- lsm_c_core_sd(landscape) - -test_that("lsm_c_core_sd is typestable", { - expect_is(lsm_c_core_sd(landscape), "tbl_df") - expect_is(lsm_c_core_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_core_sd(landscape_brick), "tbl_df") - expect_is(lsm_c_core_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_core_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_core_sd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_core_sd metric") + +landscapemetrics_class_landscape_value <- lsm_c_core_sd(landscape) + +test_that("lsm_c_core_sd is typestable", { + expect_is(lsm_c_core_sd(landscape), "tbl_df") + expect_is(lsm_c_core_sd(landscape_stack), "tbl_df") + expect_is(lsm_c_core_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_core_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_core_sd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-cpland.R b/tests/testthat/test-lsm-c-cpland.R index c4cd37720..701874347 100644 --- a/tests/testthat/test-lsm-c-cpland.R +++ b/tests/testthat/test-lsm-c-cpland.R @@ -1,24 +1,23 @@ -context("class level lsm_c_cpland metric") - -landscapemetrics_class_landscape_value <- lsm_c_cpland(landscape) - -test_that("lsm_c_cpland is typestable", { - expect_is(lsm_c_cpland(landscape), "tbl_df") - expect_is(lsm_c_cpland(landscape_stack), "tbl_df") - expect_is(lsm_c_cpland(landscape_brick), "tbl_df") - expect_is(lsm_c_cpland(landscape_list), "tbl_df") -}) - -test_that("lsm_c_cpland returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_cpland returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_cpland metric") + +landscapemetrics_class_landscape_value <- lsm_c_cpland(landscape) + +test_that("lsm_c_cpland is typestable", { + expect_is(lsm_c_cpland(landscape), "tbl_df") + expect_is(lsm_c_cpland(landscape_stack), "tbl_df") + expect_is(lsm_c_cpland(landscape_list), "tbl_df") +}) + +test_that("lsm_c_cpland returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_cpland returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-dcad.R b/tests/testthat/test-lsm-c-dcad.R index 08c51fac2..4b913f0cf 100644 --- a/tests/testthat/test-lsm-c-dcad.R +++ b/tests/testthat/test-lsm-c-dcad.R @@ -1,24 +1,23 @@ -context("class level lsm_c_dcad metric") - -landscapemetrics_class_landscape_value <- lsm_c_dcad(landscape) - -test_that("lsm_c_dcad is typestable", { - expect_is(lsm_c_dcad(landscape), "tbl_df") - expect_is(lsm_c_dcad(landscape_stack), "tbl_df") - expect_is(lsm_c_dcad(landscape_brick), "tbl_df") - expect_is(lsm_c_dcad(landscape_list), "tbl_df") -}) - -test_that("lsm_c_dcad returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_dcad returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_dcad metric") + +landscapemetrics_class_landscape_value <- lsm_c_dcad(landscape) + +test_that("lsm_c_dcad is typestable", { + expect_is(lsm_c_dcad(landscape), "tbl_df") + expect_is(lsm_c_dcad(landscape_stack), "tbl_df") + expect_is(lsm_c_dcad(landscape_list), "tbl_df") +}) + +test_that("lsm_c_dcad returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_dcad returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-dcore_cv.R b/tests/testthat/test-lsm-c-dcore_cv.R index fb24b6a42..3b2df0d46 100644 --- a/tests/testthat/test-lsm-c-dcore_cv.R +++ b/tests/testthat/test-lsm-c-dcore_cv.R @@ -1,23 +1,22 @@ -context("class level lsm_cdore_cv metric") - -landscapemetrics_class_landscape_value <- lsm_c_dcore_cv(landscape) - -test_that("lsm_c_dcore_cv is typestable", { - expect_is(lsm_c_dcore_cv(landscape), "tbl_df") - expect_is(lsm_c_dcore_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_dcore_cv(landscape_brick), "tbl_df") - expect_is(lsm_c_dcore_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_c_dcore_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_dcore_cv returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_cdore_cv metric") + +landscapemetrics_class_landscape_value <- lsm_c_dcore_cv(landscape) + +test_that("lsm_c_dcore_cv is typestable", { + expect_is(lsm_c_dcore_cv(landscape), "tbl_df") + expect_is(lsm_c_dcore_cv(landscape_stack), "tbl_df") + expect_is(lsm_c_dcore_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_c_dcore_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_dcore_cv returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-dcore_mn.R b/tests/testthat/test-lsm-c-dcore_mn.R index d84bd8a82..e1a1cf66b 100644 --- a/tests/testthat/test-lsm-c-dcore_mn.R +++ b/tests/testthat/test-lsm-c-dcore_mn.R @@ -1,23 +1,22 @@ -context("class level lsm_c_dore_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_dcore_mn(landscape) - -test_that("lsm_c_dcore_mn is typestable", { - expect_is(lsm_c_dcore_mn(landscape), "tbl_df") - expect_is(lsm_c_dcore_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_dcore_mn(landscape_brick), "tbl_df") - expect_is(lsm_c_dcore_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_c_dcore_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_dcore_mn returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_dore_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_dcore_mn(landscape) + +test_that("lsm_c_dcore_mn is typestable", { + expect_is(lsm_c_dcore_mn(landscape), "tbl_df") + expect_is(lsm_c_dcore_mn(landscape_stack), "tbl_df") + expect_is(lsm_c_dcore_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_c_dcore_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_dcore_mn returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-dcore_sd.R b/tests/testthat/test-lsm-c-dcore_sd.R index 379660eb7..8e6c235ac 100644 --- a/tests/testthat/test-lsm-c-dcore_sd.R +++ b/tests/testthat/test-lsm-c-dcore_sd.R @@ -1,23 +1,22 @@ -context("class level lsm_c_dore_sd metric") - -landscapemetrics_class_landscape_value <- lsm_c_dcore_sd(landscape) - -test_that("lsm_c_dcore_sd is typestable", { - expect_is(lsm_c_dcore_sd(landscape), "tbl_df") - expect_is(lsm_c_dcore_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_dcore_sd(landscape_brick), "tbl_df") - expect_is(lsm_c_dcore_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_dcore_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_dcore_sd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_dore_sd metric") + +landscapemetrics_class_landscape_value <- lsm_c_dcore_sd(landscape) + +test_that("lsm_c_dcore_sd is typestable", { + expect_is(lsm_c_dcore_sd(landscape), "tbl_df") + expect_is(lsm_c_dcore_sd(landscape_stack), "tbl_df") + expect_is(lsm_c_dcore_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_dcore_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_dcore_sd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-division.R b/tests/testthat/test-lsm-c-division.R index 96d421b94..dd6e18ad1 100644 --- a/tests/testthat/test-lsm-c-division.R +++ b/tests/testthat/test-lsm-c-division.R @@ -1,24 +1,23 @@ -context("class level lsm_c_division metric") - -landscapemetrics_class_landscape_value <- lsm_c_division(landscape) - -test_that("lsm_c_division is typestable", { - expect_is(lsm_c_division(landscape), "tbl_df") - expect_is(lsm_c_division(landscape_stack), "tbl_df") - expect_is(lsm_c_division(landscape_brick), "tbl_df") - expect_is(lsm_c_division(landscape_list), "tbl_df") -}) - -test_that("lsm_c_division returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_division returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_division metric") + +landscapemetrics_class_landscape_value <- lsm_c_division(landscape) + +test_that("lsm_c_division is typestable", { + expect_is(lsm_c_division(landscape), "tbl_df") + expect_is(lsm_c_division(landscape_stack), "tbl_df") + expect_is(lsm_c_division(landscape_list), "tbl_df") +}) + +test_that("lsm_c_division returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_division returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-ed.R b/tests/testthat/test-lsm-c-ed.R index 4f0a100e5..7ff506137 100644 --- a/tests/testthat/test-lsm-c-ed.R +++ b/tests/testthat/test-lsm-c-ed.R @@ -1,24 +1,23 @@ -context("class level lsm_c_ed metric") - -landscapemetrics_class_landscape_value <- lsm_c_ed(landscape) - -test_that("lsm_c_ed is typestable", { - expect_is(lsm_c_ed(landscape), "tbl_df") - expect_is(lsm_c_ed(landscape_stack), "tbl_df") - expect_is(lsm_c_ed(landscape_brick), "tbl_df") - expect_is(lsm_c_ed(landscape_list), "tbl_df") -}) - -test_that("lsm_c_ed returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_ed returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_ed metric") + +landscapemetrics_class_landscape_value <- lsm_c_ed(landscape) + +test_that("lsm_c_ed is typestable", { + expect_is(lsm_c_ed(landscape), "tbl_df") + expect_is(lsm_c_ed(landscape_stack), "tbl_df") + expect_is(lsm_c_ed(landscape_list), "tbl_df") +}) + +test_that("lsm_c_ed returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_ed returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-enn-cv.R b/tests/testthat/test-lsm-c-enn-cv.R index b94a49c54..b64b53479 100644 --- a/tests/testthat/test-lsm-c-enn-cv.R +++ b/tests/testthat/test-lsm-c-enn-cv.R @@ -1,23 +1,22 @@ -context("class level lsm_c_enn_cv metric") - -landscapemetrics_class_landscape_value <- lsm_c_enn_cv(landscape) - -test_that("lsm_c_enn_cv is typestable", { - expect_is(lsm_c_enn_cv(landscape), "tbl_df") - expect_is(lsm_c_enn_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_enn_cv(landscape_brick), "tbl_df") - expect_is(lsm_c_enn_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_c_enn_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_enn_cv returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_enn_cv metric") + +landscapemetrics_class_landscape_value <- lsm_c_enn_cv(landscape) + +test_that("lsm_c_enn_cv is typestable", { + expect_is(lsm_c_enn_cv(landscape), "tbl_df") + expect_is(lsm_c_enn_cv(landscape_stack), "tbl_df") + expect_is(lsm_c_enn_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_c_enn_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_enn_cv returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-enn-mn.R b/tests/testthat/test-lsm-c-enn-mn.R index ff6c74c9e..5fdddc3cb 100644 --- a/tests/testthat/test-lsm-c-enn-mn.R +++ b/tests/testthat/test-lsm-c-enn-mn.R @@ -1,23 +1,22 @@ -context("class level lsm_c_enn_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_enn_mn(landscape) - -test_that("lsm_c_enn_mn is typestable", { - expect_is(lsm_c_enn_mn(landscape), "tbl_df") - expect_is(lsm_c_enn_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_enn_mn(landscape_brick), "tbl_df") - expect_is(lsm_c_enn_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_c_enn_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_enn_mn returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_enn_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_enn_mn(landscape) + +test_that("lsm_c_enn_mn is typestable", { + expect_is(lsm_c_enn_mn(landscape), "tbl_df") + expect_is(lsm_c_enn_mn(landscape_stack), "tbl_df") + expect_is(lsm_c_enn_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_c_enn_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_enn_mn returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-enn-sd.R b/tests/testthat/test-lsm-c-enn-sd.R index bf5d4fea2..aae3af86f 100644 --- a/tests/testthat/test-lsm-c-enn-sd.R +++ b/tests/testthat/test-lsm-c-enn-sd.R @@ -1,23 +1,22 @@ -context("class level lsm_c_enn_sd metric") - -landscapemetrics_class_landscape_value <- lsm_c_enn_sd(landscape) - -test_that("lsm_c_enn_sd is typestable", { - expect_is(lsm_c_enn_sd(landscape), "tbl_df") - expect_is(lsm_c_enn_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_enn_sd(landscape_brick), "tbl_df") - expect_is(lsm_c_enn_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_enn_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_enn_sd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_enn_sd metric") + +landscapemetrics_class_landscape_value <- lsm_c_enn_sd(landscape) + +test_that("lsm_c_enn_sd is typestable", { + expect_is(lsm_c_enn_sd(landscape), "tbl_df") + expect_is(lsm_c_enn_sd(landscape_stack), "tbl_df") + expect_is(lsm_c_enn_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_enn_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_enn_sd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-frac-cv.R b/tests/testthat/test-lsm-c-frac-cv.R index 0ae8e6991..ac5177e42 100644 --- a/tests/testthat/test-lsm-c-frac-cv.R +++ b/tests/testthat/test-lsm-c-frac-cv.R @@ -1,23 +1,22 @@ -context("class level lsm_c_lsm_c_frac_cv metric") - -landscapemetrics_class_landscape_value <- lsm_c_frac_cv(landscape) - -test_that("lsm_c_frac_cv is typestable", { - expect_is(lsm_c_frac_cv(landscape), "tbl_df") - expect_is(lsm_c_frac_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_frac_cv(landscape_brick), "tbl_df") - expect_is(lsm_c_frac_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_c_frac_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_frac_cv returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_lsm_c_frac_cv metric") + +landscapemetrics_class_landscape_value <- lsm_c_frac_cv(landscape) + +test_that("lsm_c_frac_cv is typestable", { + expect_is(lsm_c_frac_cv(landscape), "tbl_df") + expect_is(lsm_c_frac_cv(landscape_stack), "tbl_df") + expect_is(lsm_c_frac_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_c_frac_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_frac_cv returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-frac-mn.R b/tests/testthat/test-lsm-c-frac-mn.R index 7eabc0ca9..55375a0cd 100644 --- a/tests/testthat/test-lsm-c-frac-mn.R +++ b/tests/testthat/test-lsm-c-frac-mn.R @@ -1,23 +1,22 @@ -context("class level lsm_c_frac_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_frac_mn(landscape) - -test_that("lsm_c_frac_mn is typestable", { - expect_is(lsm_c_frac_mn(landscape), "tbl_df") - expect_is(lsm_c_frac_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_frac_mn(landscape_brick), "tbl_df") - expect_is(lsm_c_frac_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_c_frac_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_frac_mn returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_frac_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_frac_mn(landscape) + +test_that("lsm_c_frac_mn is typestable", { + expect_is(lsm_c_frac_mn(landscape), "tbl_df") + expect_is(lsm_c_frac_mn(landscape_stack), "tbl_df") + expect_is(lsm_c_frac_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_c_frac_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_frac_mn returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-frac-sd.R b/tests/testthat/test-lsm-c-frac-sd.R index 82e2cdb11..e4e34aac8 100644 --- a/tests/testthat/test-lsm-c-frac-sd.R +++ b/tests/testthat/test-lsm-c-frac-sd.R @@ -1,23 +1,22 @@ -context("class level lsm_c_frac_sd metric") - -landscapemetrics_class_landscape_value <- lsm_c_frac_sd(landscape) - -test_that("lsm_c_frac_sd is typestable", { - expect_is(lsm_c_frac_sd(landscape), "tbl_df") - expect_is(lsm_c_frac_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_frac_sd(landscape_brick), "tbl_df") - expect_is(lsm_c_frac_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_frac_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_frac_sd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_frac_sd metric") + +landscapemetrics_class_landscape_value <- lsm_c_frac_sd(landscape) + +test_that("lsm_c_frac_sd is typestable", { + expect_is(lsm_c_frac_sd(landscape), "tbl_df") + expect_is(lsm_c_frac_sd(landscape_stack), "tbl_df") + expect_is(lsm_c_frac_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_frac_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_frac_sd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-gyrate-cv.R b/tests/testthat/test-lsm-c-gyrate-cv.R index 1e9e67341..320d7f5f2 100644 --- a/tests/testthat/test-lsm-c-gyrate-cv.R +++ b/tests/testthat/test-lsm-c-gyrate-cv.R @@ -1,23 +1,22 @@ -context("class level lsm_c_gyrate_cv metric") - -landscapemetrics_class_landscape_value <- lsm_c_gyrate_cv(landscape) - -test_that("lsm_c_gyrate_cv is typestable", { - expect_is(lsm_c_gyrate_cv(landscape), "tbl_df") - expect_is(lsm_c_gyrate_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_gyrate_cv(landscape_brick), "tbl_df") - expect_is(lsm_c_gyrate_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_c_gyrate_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_gyrate_cv returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_gyrate_cv metric") + +landscapemetrics_class_landscape_value <- lsm_c_gyrate_cv(landscape) + +test_that("lsm_c_gyrate_cv is typestable", { + expect_is(lsm_c_gyrate_cv(landscape), "tbl_df") + expect_is(lsm_c_gyrate_cv(landscape_stack), "tbl_df") + expect_is(lsm_c_gyrate_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_c_gyrate_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_gyrate_cv returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-gyrate-mn.R b/tests/testthat/test-lsm-c-gyrate-mn.R index 0c8e2d06c..32d0cdcec 100644 --- a/tests/testthat/test-lsm-c-gyrate-mn.R +++ b/tests/testthat/test-lsm-c-gyrate-mn.R @@ -1,23 +1,22 @@ -context("class level lsm_c_gyrate_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_gyrate_mn(landscape) - -test_that("lsm_c_gyrate_mn is typestable", { - expect_is(lsm_c_gyrate_mn(landscape), "tbl_df") - expect_is(lsm_c_gyrate_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_gyrate_mn(landscape_brick), "tbl_df") - expect_is(lsm_c_gyrate_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_c_gyrate_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_gyrate_mn returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_gyrate_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_gyrate_mn(landscape) + +test_that("lsm_c_gyrate_mn is typestable", { + expect_is(lsm_c_gyrate_mn(landscape), "tbl_df") + expect_is(lsm_c_gyrate_mn(landscape_stack), "tbl_df") + expect_is(lsm_c_gyrate_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_c_gyrate_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_gyrate_mn returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-gyrate-sd.R b/tests/testthat/test-lsm-c-gyrate-sd.R index 880fd1471..167f9f3e6 100644 --- a/tests/testthat/test-lsm-c-gyrate-sd.R +++ b/tests/testthat/test-lsm-c-gyrate-sd.R @@ -1,23 +1,22 @@ -context("class level lsm_c_gyrate_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_gyrate_sd(landscape) - -test_that("lsm_c_gyrate_sd is typestable", { - expect_is(lsm_c_gyrate_sd(landscape), "tbl_df") - expect_is(lsm_c_gyrate_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_gyrate_sd(landscape_brick), "tbl_df") - expect_is(lsm_c_gyrate_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_gyrate_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_gyrate_sd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_gyrate_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_gyrate_sd(landscape) + +test_that("lsm_c_gyrate_sd is typestable", { + expect_is(lsm_c_gyrate_sd(landscape), "tbl_df") + expect_is(lsm_c_gyrate_sd(landscape_stack), "tbl_df") + expect_is(lsm_c_gyrate_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_gyrate_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_gyrate_sd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-iji.R b/tests/testthat/test-lsm-c-iji.R index 84e42a264..486301fc6 100644 --- a/tests/testthat/test-lsm-c-iji.R +++ b/tests/testthat/test-lsm-c-iji.R @@ -1,34 +1,33 @@ -context("class level lsm_c_iji metric") - -landscapemetrics_class_landscape_value <- lsm_c_iji(landscape) - -test_that("lsm_c_iji is typestable", { - - expect_is(lsm_c_iji(landscape), "tbl_df") - expect_is(lsm_c_iji(landscape_stack), "tbl_df") - expect_is(lsm_c_iji(landscape_brick), "tbl_df") - expect_is(lsm_c_iji(landscape_list), "tbl_df") -}) - -test_that("lsm_c_iji returns the desired number of columns", { - - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_iji returns in every column the correct type", { - - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - -test_that("lsm_c_iji returns warning for less than 3 classes", { - - expect_warning(lsm_c_iji(landscape_simple), - regexp = "Number of classes must be >= 3, IJI = NA.", - fixed = TRUE) -}) - +context("class level lsm_c_iji metric") + +landscapemetrics_class_landscape_value <- lsm_c_iji(landscape) + +test_that("lsm_c_iji is typestable", { + + expect_is(lsm_c_iji(landscape), "tbl_df") + expect_is(lsm_c_iji(landscape_stack), "tbl_df") + expect_is(lsm_c_iji(landscape_list), "tbl_df") +}) + +test_that("lsm_c_iji returns the desired number of columns", { + + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_iji returns in every column the correct type", { + + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + +test_that("lsm_c_iji returns warning for less than 3 classes", { + + expect_warning(lsm_c_iji(landscape_simple), + regexp = "Number of classes must be >= 3, IJI = NA.", + fixed = TRUE) +}) + diff --git a/tests/testthat/test-lsm-c-lpi.R b/tests/testthat/test-lsm-c-lpi.R index 9cc80ff08..76c4088b2 100644 --- a/tests/testthat/test-lsm-c-lpi.R +++ b/tests/testthat/test-lsm-c-lpi.R @@ -1,24 +1,23 @@ -context("class level lsm_c_lpi metric") - -landscapemetrics_class_landscape_value <- lsm_c_lpi(landscape) - -test_that("lsm_c_lpi is typestable", { - expect_is(lsm_c_lpi(landscape), "tbl_df") - expect_is(lsm_c_lpi(landscape_stack), "tbl_df") - expect_is(lsm_c_lpi(landscape_brick), "tbl_df") - expect_is(lsm_c_lpi(landscape_list), "tbl_df") -}) - -test_that("lsm_c_lpi returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_lpi returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_lpi metric") + +landscapemetrics_class_landscape_value <- lsm_c_lpi(landscape) + +test_that("lsm_c_lpi is typestable", { + expect_is(lsm_c_lpi(landscape), "tbl_df") + expect_is(lsm_c_lpi(landscape_stack), "tbl_df") + expect_is(lsm_c_lpi(landscape_list), "tbl_df") +}) + +test_that("lsm_c_lpi returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_lpi returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-lsi.R b/tests/testthat/test-lsm-c-lsi.R index 9c2fae510..9c6968b34 100644 --- a/tests/testthat/test-lsm-c-lsi.R +++ b/tests/testthat/test-lsm-c-lsi.R @@ -1,24 +1,23 @@ -context("class level lsm_c_lsi metric") - -landscapemetrics_class_landscape_value <- lsm_c_lsi(landscape) - -test_that("lsm_c_lsi is typestable", { - expect_is(lsm_c_lsi(landscape), "tbl_df") - expect_is(lsm_c_lsi(landscape_stack), "tbl_df") - expect_is(lsm_c_lsi(landscape_brick), "tbl_df") - expect_is(lsm_c_lsi(landscape_list), "tbl_df") -}) - -test_that("lsm_c_lsi returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_lsi returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_lsi metric") + +landscapemetrics_class_landscape_value <- lsm_c_lsi(landscape) + +test_that("lsm_c_lsi is typestable", { + expect_is(lsm_c_lsi(landscape), "tbl_df") + expect_is(lsm_c_lsi(landscape_stack), "tbl_df") + expect_is(lsm_c_lsi(landscape_list), "tbl_df") +}) + +test_that("lsm_c_lsi returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_lsi returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-mesh.R b/tests/testthat/test-lsm-c-mesh.R index 294cf2715..a8c762d53 100644 --- a/tests/testthat/test-lsm-c-mesh.R +++ b/tests/testthat/test-lsm-c-mesh.R @@ -1,24 +1,23 @@ -context("class level lsm_c_mesh metric") - -landscapemetrics_class_landscape_value <- lsm_c_mesh(landscape) - -test_that("lsm_c_mesh is typestable", { - expect_is(lsm_c_mesh(landscape), "tbl_df") - expect_is(lsm_c_mesh(landscape_stack), "tbl_df") - expect_is(lsm_c_mesh(landscape_brick), "tbl_df") - expect_is(lsm_c_mesh(landscape_list), "tbl_df") -}) - -test_that("lsm_c_mesh returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_mesh returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_mesh metric") + +landscapemetrics_class_landscape_value <- lsm_c_mesh(landscape) + +test_that("lsm_c_mesh is typestable", { + expect_is(lsm_c_mesh(landscape), "tbl_df") + expect_is(lsm_c_mesh(landscape_stack), "tbl_df") + expect_is(lsm_c_mesh(landscape_list), "tbl_df") +}) + +test_that("lsm_c_mesh returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_mesh returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-ndca.R b/tests/testthat/test-lsm-c-ndca.R index 17f4aed94..cdd32de90 100644 --- a/tests/testthat/test-lsm-c-ndca.R +++ b/tests/testthat/test-lsm-c-ndca.R @@ -1,24 +1,23 @@ -context("class level lsm_c_ndca metric") - -landscapemetrics_class_landscape_value <- lsm_c_ndca(landscape) - -test_that("lsm_c_ndca is typestable", { - expect_is(lsm_c_ndca(landscape), "tbl_df") - expect_is(lsm_c_ndca(landscape_stack), "tbl_df") - expect_is(lsm_c_ndca(landscape_brick), "tbl_df") - expect_is(lsm_c_ndca(landscape_list), "tbl_df") -}) - -test_that("lsm_c_ndca returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_ndca returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_ndca metric") + +landscapemetrics_class_landscape_value <- lsm_c_ndca(landscape) + +test_that("lsm_c_ndca is typestable", { + expect_is(lsm_c_ndca(landscape), "tbl_df") + expect_is(lsm_c_ndca(landscape_stack), "tbl_df") + expect_is(lsm_c_ndca(landscape_list), "tbl_df") +}) + +test_that("lsm_c_ndca returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_ndca returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-nlsi.R b/tests/testthat/test-lsm-c-nlsi.R index 0ff4f5e76..78bc66cef 100644 --- a/tests/testthat/test-lsm-c-nlsi.R +++ b/tests/testthat/test-lsm-c-nlsi.R @@ -1,31 +1,30 @@ -context("class level lsm_c_nlsi metric") - -landscapemetrics_class_landscape_value <- lsm_c_nlsi(landscape) - -test_that("lsm_c_nlsi is typestable", { - expect_is(lsm_c_nlsi(landscape), "tbl_df") - expect_is(lsm_c_nlsi(landscape_stack), "tbl_df") - expect_is(lsm_c_nlsi(landscape_brick), "tbl_df") - expect_is(lsm_c_nlsi(landscape_list), "tbl_df") -}) - -test_that("lsm_c_nlsi returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_nlsi returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - -test_that("lsm_c_nlsi returns NA if not defined", { - - landscape_na <- landscape - landscape_na[] <- 5 - - expect_warning(lsm_c_nlsi(landscape_na), regexp = "NAs introduced by lsm_c_nlsi.") -}) +context("class level lsm_c_nlsi metric") + +landscapemetrics_class_landscape_value <- lsm_c_nlsi(landscape) + +test_that("lsm_c_nlsi is typestable", { + expect_is(lsm_c_nlsi(landscape), "tbl_df") + expect_is(lsm_c_nlsi(landscape_stack), "tbl_df") + expect_is(lsm_c_nlsi(landscape_list), "tbl_df") +}) + +test_that("lsm_c_nlsi returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_nlsi returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + +test_that("lsm_c_nlsi returns NA if not defined", { + + landscape_na <- landscape + landscape_na[] <- 5 + + expect_warning(lsm_c_nlsi(landscape_na), regexp = "NAs introduced by lsm_c_nlsi.") +}) diff --git a/tests/testthat/test-lsm-c-np.R b/tests/testthat/test-lsm-c-np.R index 6ea3c867f..efb3dd44b 100644 --- a/tests/testthat/test-lsm-c-np.R +++ b/tests/testthat/test-lsm-c-np.R @@ -1,24 +1,23 @@ -context("class level lsm_c_np metric") - -landscapemetrics_class_landscape_value <- lsm_c_np(landscape) - -test_that("lsm_c_np is typestable", { - expect_is(lsm_c_np(landscape), "tbl_df") - expect_is(lsm_c_np(landscape_stack), "tbl_df") - expect_is(lsm_c_np(landscape_brick), "tbl_df") - expect_is(lsm_c_np(landscape_list), "tbl_df") -}) - -test_that("lsm_c_np returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_np returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_np metric") + +landscapemetrics_class_landscape_value <- lsm_c_np(landscape) + +test_that("lsm_c_np is typestable", { + expect_is(lsm_c_np(landscape), "tbl_df") + expect_is(lsm_c_np(landscape_stack), "tbl_df") + expect_is(lsm_c_np(landscape_list), "tbl_df") +}) + +test_that("lsm_c_np returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_np returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-pafrac.R b/tests/testthat/test-lsm-c-pafrac.R index d1059a4c9..ba7e8547c 100644 --- a/tests/testthat/test-lsm-c-pafrac.R +++ b/tests/testthat/test-lsm-c-pafrac.R @@ -1,38 +1,36 @@ -context("class level lsm_c_pafrac metric") - -landscapemetrics_class_landscape_value <- lsm_c_pafrac(landscape, - verbose = FALSE) - -test_that("lsm_c_pafrac is typestable", { - - expect_is(lsm_c_pafrac(landscape, - verbose = FALSE), "tbl_df") - expect_is(lsm_c_pafrac(landscape_stack, - verbose = FALSE), "tbl_df") - expect_is(lsm_c_pafrac(landscape_brick, - verbose = FALSE), "tbl_df") - expect_is(lsm_c_pafrac(landscape_list, - verbose = FALSE), "tbl_df") -}) - -test_that("lsm_c_pafrac returns the desired number of columns", { - - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_pafrac returns in every column the correct type", { - - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - -test_that("lsm_c_pafrac throws warning for less than 10 patches", { - - expect_warning(lsm_c_pafrac(landscape_uniform), - regexp = "Class 1: PAFRAC = NA for class with < 10 patches", - fixed = TRUE) -}) +context("class level lsm_c_pafrac metric") + +landscapemetrics_class_landscape_value <- lsm_c_pafrac(landscape, + verbose = FALSE) + +test_that("lsm_c_pafrac is typestable", { + + expect_is(lsm_c_pafrac(landscape, + verbose = FALSE), "tbl_df") + expect_is(lsm_c_pafrac(landscape_stack, + verbose = FALSE), "tbl_df") + expect_is(lsm_c_pafrac(landscape_list, + verbose = FALSE), "tbl_df") +}) + +test_that("lsm_c_pafrac returns the desired number of columns", { + + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_pafrac returns in every column the correct type", { + + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + +test_that("lsm_c_pafrac throws warning for less than 10 patches", { + + expect_warning(lsm_c_pafrac(landscape_uniform), + regexp = "Class 1: PAFRAC = NA for class with < 10 patches", + fixed = TRUE) +}) diff --git a/tests/testthat/test-lsm-c-para-cv.R b/tests/testthat/test-lsm-c-para-cv.R index f12f095f5..919a7b58a 100644 --- a/tests/testthat/test-lsm-c-para-cv.R +++ b/tests/testthat/test-lsm-c-para-cv.R @@ -1,23 +1,22 @@ -context("class level lsm_c_para_cv metric") - -landscapemetrics_class_landscape_value <- lsm_c_para_cv(landscape) - -test_that("lsm_c_para_cv is typestable", { - expect_is(lsm_c_para_cv(landscape), "tbl_df") - expect_is(lsm_c_para_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_para_cv(landscape_brick), "tbl_df") - expect_is(lsm_c_para_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_c_para_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_para_cv returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_para_cv metric") + +landscapemetrics_class_landscape_value <- lsm_c_para_cv(landscape) + +test_that("lsm_c_para_cv is typestable", { + expect_is(lsm_c_para_cv(landscape), "tbl_df") + expect_is(lsm_c_para_cv(landscape_stack), "tbl_df") + expect_is(lsm_c_para_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_c_para_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_para_cv returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-para-mn.R b/tests/testthat/test-lsm-c-para-mn.R index a48b7c579..13293a8d6 100644 --- a/tests/testthat/test-lsm-c-para-mn.R +++ b/tests/testthat/test-lsm-c-para-mn.R @@ -1,23 +1,22 @@ -context("class level lsm_c_para_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_para_mn(landscape) - -test_that("lsm_c_para_mn is typestable", { - expect_is(lsm_c_para_mn(landscape), "tbl_df") - expect_is(lsm_c_para_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_para_mn(landscape_brick), "tbl_df") - expect_is(lsm_c_para_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_c_para_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_para_mn returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_para_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_para_mn(landscape) + +test_that("lsm_c_para_mn is typestable", { + expect_is(lsm_c_para_mn(landscape), "tbl_df") + expect_is(lsm_c_para_mn(landscape_stack), "tbl_df") + expect_is(lsm_c_para_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_c_para_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_para_mn returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-para-sd.R b/tests/testthat/test-lsm-c-para-sd.R index 0d9defa62..ba3cd720a 100644 --- a/tests/testthat/test-lsm-c-para-sd.R +++ b/tests/testthat/test-lsm-c-para-sd.R @@ -1,23 +1,22 @@ -context("class level lsm_c_para_sd metric") - -landscapemetrics_class_landscape_value <- lsm_c_para_sd(landscape) - -test_that("lsm_c_para_sd is typestable", { - expect_is(lsm_c_para_sd(landscape), "tbl_df") - expect_is(lsm_c_para_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_para_sd(landscape_brick), "tbl_df") - expect_is(lsm_c_para_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_para_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_para_sd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_para_sd metric") + +landscapemetrics_class_landscape_value <- lsm_c_para_sd(landscape) + +test_that("lsm_c_para_sd is typestable", { + expect_is(lsm_c_para_sd(landscape), "tbl_df") + expect_is(lsm_c_para_sd(landscape_stack), "tbl_df") + expect_is(lsm_c_para_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_para_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_para_sd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-pd.R b/tests/testthat/test-lsm-c-pd.R index 1b54535a6..eaa94a374 100644 --- a/tests/testthat/test-lsm-c-pd.R +++ b/tests/testthat/test-lsm-c-pd.R @@ -1,24 +1,23 @@ -context("class level lsm_c_pd metric") - -landscapemetrics_class_landscape_value <- lsm_c_pd(landscape) - -test_that("lsm_c_pd is typestable", { - expect_is(lsm_c_pd(landscape), "tbl_df") - expect_is(lsm_c_pd(landscape_stack), "tbl_df") - expect_is(lsm_c_pd(landscape_brick), "tbl_df") - expect_is(lsm_c_pd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_pd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_pd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_pd metric") + +landscapemetrics_class_landscape_value <- lsm_c_pd(landscape) + +test_that("lsm_c_pd is typestable", { + expect_is(lsm_c_pd(landscape), "tbl_df") + expect_is(lsm_c_pd(landscape_stack), "tbl_df") + expect_is(lsm_c_pd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_pd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_pd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-pladj.R b/tests/testthat/test-lsm-c-pladj.R index ca7ee6791..08fdd1b53 100644 --- a/tests/testthat/test-lsm-c-pladj.R +++ b/tests/testthat/test-lsm-c-pladj.R @@ -1,24 +1,23 @@ -context("class level lsm_c_pladj metric") - -landscapemetrics_class_landscape_value <- lsm_c_pladj(landscape) - -test_that("lsm_c_pladj is typestable", { - expect_is(lsm_c_pladj(landscape), "tbl_df") - expect_is(lsm_c_pladj(landscape_stack), "tbl_df") - expect_is(lsm_c_pladj(landscape_brick), "tbl_df") - expect_is(lsm_c_pladj(landscape_list), "tbl_df") -}) - -test_that("lsm_c_pladj returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_pladj returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_pladj metric") + +landscapemetrics_class_landscape_value <- lsm_c_pladj(landscape) + +test_that("lsm_c_pladj is typestable", { + expect_is(lsm_c_pladj(landscape), "tbl_df") + expect_is(lsm_c_pladj(landscape_stack), "tbl_df") + expect_is(lsm_c_pladj(landscape_list), "tbl_df") +}) + +test_that("lsm_c_pladj returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_pladj returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-pland.R b/tests/testthat/test-lsm-c-pland.R index da57df307..f517c69f9 100644 --- a/tests/testthat/test-lsm-c-pland.R +++ b/tests/testthat/test-lsm-c-pland.R @@ -1,24 +1,23 @@ -context("class level lsm_c_pland metric") - -landscapemetrics_class_landscape_value <- lsm_c_pland(landscape) - -test_that("lsm_c_pland is typestable", { - expect_is(lsm_c_pland(landscape), "tbl_df") - expect_is(lsm_c_pland(landscape_stack), "tbl_df") - expect_is(lsm_c_pland(landscape_brick), "tbl_df") - expect_is(lsm_c_pland(landscape_list), "tbl_df") -}) - -test_that("lsm_c_pland returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_pland returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_pland metric") + +landscapemetrics_class_landscape_value <- lsm_c_pland(landscape) + +test_that("lsm_c_pland is typestable", { + expect_is(lsm_c_pland(landscape), "tbl_df") + expect_is(lsm_c_pland(landscape_stack), "tbl_df") + expect_is(lsm_c_pland(landscape_list), "tbl_df") +}) + +test_that("lsm_c_pland returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_pland returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-shape-cv.R b/tests/testthat/test-lsm-c-shape-cv.R index 4343d16d3..723381f47 100644 --- a/tests/testthat/test-lsm-c-shape-cv.R +++ b/tests/testthat/test-lsm-c-shape-cv.R @@ -1,23 +1,22 @@ -context("class level lsm_c_shape_cv metric") - -landscapemetrics_class_landscape_value <- lsm_c_shape_cv(landscape) - -test_that("lsm_c_shape_cv is typestable", { - expect_is(lsm_c_shape_cv(landscape), "tbl_df") - expect_is(lsm_c_shape_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_shape_cv(landscape_brick), "tbl_df") - expect_is(lsm_c_shape_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_c_shape_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_shape_cv returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_shape_cv metric") + +landscapemetrics_class_landscape_value <- lsm_c_shape_cv(landscape) + +test_that("lsm_c_shape_cv is typestable", { + expect_is(lsm_c_shape_cv(landscape), "tbl_df") + expect_is(lsm_c_shape_cv(landscape_stack), "tbl_df") + expect_is(lsm_c_shape_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_c_shape_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_shape_cv returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-shape-mn.R b/tests/testthat/test-lsm-c-shape-mn.R index b94f9f67b..c17f841de 100644 --- a/tests/testthat/test-lsm-c-shape-mn.R +++ b/tests/testthat/test-lsm-c-shape-mn.R @@ -1,23 +1,22 @@ -context("class level lsm_c_shape_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_shape_mn(landscape) - -test_that("lsm_c_shape_mn is typestable", { - expect_is(lsm_c_shape_mn(landscape), "tbl_df") - expect_is(lsm_c_shape_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_shape_mn(landscape_brick), "tbl_df") - expect_is(lsm_c_shape_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_c_shape_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_shape_mn returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_shape_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_shape_mn(landscape) + +test_that("lsm_c_shape_mn is typestable", { + expect_is(lsm_c_shape_mn(landscape), "tbl_df") + expect_is(lsm_c_shape_mn(landscape_stack), "tbl_df") + expect_is(lsm_c_shape_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_c_shape_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_shape_mn returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-shape-sd.R b/tests/testthat/test-lsm-c-shape-sd.R index 4e6ef2a7a..a2015c7eb 100644 --- a/tests/testthat/test-lsm-c-shape-sd.R +++ b/tests/testthat/test-lsm-c-shape-sd.R @@ -1,23 +1,22 @@ -context("class level lsm_c_shape_sd metric") - -landscapemetrics_class_landscape_value <- lsm_c_shape_sd(landscape) - -test_that("lsm_c_shape_sd is typestable", { - expect_is(lsm_c_shape_sd(landscape), "tbl_df") - expect_is(lsm_c_shape_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_shape_sd(landscape_brick), "tbl_df") - expect_is(lsm_c_shape_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_shape_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_shape_sd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_shape_sd metric") + +landscapemetrics_class_landscape_value <- lsm_c_shape_sd(landscape) + +test_that("lsm_c_shape_sd is typestable", { + expect_is(lsm_c_shape_sd(landscape), "tbl_df") + expect_is(lsm_c_shape_sd(landscape_stack), "tbl_df") + expect_is(lsm_c_shape_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_shape_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_shape_sd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-split.R b/tests/testthat/test-lsm-c-split.R index 1828c9ffc..075ef4b6b 100644 --- a/tests/testthat/test-lsm-c-split.R +++ b/tests/testthat/test-lsm-c-split.R @@ -1,24 +1,23 @@ -context("class level lsm_c_split metric") - -landscapemetrics_class_landscape_value <- lsm_c_split(landscape) - -test_that("lsm_c_split is typestable", { - expect_is(lsm_c_split(landscape), "tbl_df") - expect_is(lsm_c_split(landscape_stack), "tbl_df") - expect_is(lsm_c_split(landscape_brick), "tbl_df") - expect_is(lsm_c_split(landscape_list), "tbl_df") -}) - -test_that("lsm_c_split returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_split returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_split metric") + +landscapemetrics_class_landscape_value <- lsm_c_split(landscape) + +test_that("lsm_c_split is typestable", { + expect_is(lsm_c_split(landscape), "tbl_df") + expect_is(lsm_c_split(landscape_stack), "tbl_df") + expect_is(lsm_c_split(landscape_list), "tbl_df") +}) + +test_that("lsm_c_split returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_split returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-tca.R b/tests/testthat/test-lsm-c-tca.R index b3058a8d8..bc76bd2bc 100644 --- a/tests/testthat/test-lsm-c-tca.R +++ b/tests/testthat/test-lsm-c-tca.R @@ -1,24 +1,23 @@ -context("class level lsm_c_tca metric") - -landscapemetrics_class_landscape_value <- lsm_c_tca(landscape) - -test_that("lsm_c_tca is typestable", { - expect_is(lsm_c_tca(landscape), "tbl_df") - expect_is(lsm_c_tca(landscape_stack), "tbl_df") - expect_is(lsm_c_tca(landscape_brick), "tbl_df") - expect_is(lsm_c_tca(landscape_list), "tbl_df") -}) - -test_that("lsm_c_tca returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_tca returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_tca metric") + +landscapemetrics_class_landscape_value <- lsm_c_tca(landscape) + +test_that("lsm_c_tca is typestable", { + expect_is(lsm_c_tca(landscape), "tbl_df") + expect_is(lsm_c_tca(landscape_stack), "tbl_df") + expect_is(lsm_c_tca(landscape_list), "tbl_df") +}) + +test_that("lsm_c_tca returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_tca returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-te.R b/tests/testthat/test-lsm-c-te.R index d8e3f5dea..20c92641a 100644 --- a/tests/testthat/test-lsm-c-te.R +++ b/tests/testthat/test-lsm-c-te.R @@ -1,52 +1,51 @@ -context("class level lsm_c_te metric") - -landscapemetrics_class_landscape_value <- lsm_c_te(landscape) - -test_lsm <- matrix(data = NA, nrow = 25, ncol = 30) - -test_lsm[c(5:7), c(5:7)] <- 1 -test_lsm[4, 6] <- 1 -test_lsm[6, 8] <- 1 -test_lsm[8, 6] <- 1 -test_lsm[6, 4] <- 1 -test_lsm[6, 6] <- 2 - -test_lsm <- raster::raster(test_lsm, xmn = 0, xmx = 30, ymn = 0, ymx = 25) - -test_that("lsm_c_te is typestable", { - expect_is(lsm_c_te(landscape), "tbl_df") - expect_is(lsm_c_te(landscape_stack), "tbl_df") - expect_is(lsm_c_te(landscape_brick), "tbl_df") - expect_is(lsm_c_te(landscape_list), "tbl_df") -}) - -test_that("lsm_c_te returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_te returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - -test_that("lsm_l_te equals 0 if only one patch is present", { - result <- lsm_c_te(landscape_uniform, count_boundary = FALSE) - expect_equal(result$value, 0) -}) - -test_that("lsm_c_te can handle raster with different xy resolution", { - expect_is(lsm_c_te(landscape_diff_res), "tbl_df") -}) - -test_that("lsm_c_te is the same if count_boundary = FALSE and vice versa", { - - result_cbF <- lsm_c_te(test_lsm, count_boundary = FALSE) - result_cbT <- lsm_c_te(test_lsm, count_boundary = TRUE) - - expect_true(result_cbF$value[[1]] == result_cbF$value[[2]]) - expect_true(result_cbT$value[[1]] != result_cbF$value[[2]]) -}) +context("class level lsm_c_te metric") + +landscapemetrics_class_landscape_value <- lsm_c_te(landscape) + +test_lsm <- matrix(data = NA, nrow = 25, ncol = 30) + +test_lsm[c(5:7), c(5:7)] <- 1 +test_lsm[4, 6] <- 1 +test_lsm[6, 8] <- 1 +test_lsm[8, 6] <- 1 +test_lsm[6, 4] <- 1 +test_lsm[6, 6] <- 2 + +test_lsm <- terra::rast(test_lsm) + +test_that("lsm_c_te is typestable", { + expect_is(lsm_c_te(landscape), "tbl_df") + expect_is(lsm_c_te(landscape_stack), "tbl_df") + expect_is(lsm_c_te(landscape_list), "tbl_df") +}) + +test_that("lsm_c_te returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_te returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + +test_that("lsm_l_te equals 0 if only one patch is present", { + result <- lsm_c_te(landscape_uniform, count_boundary = FALSE) + expect_equal(result$value, 0) +}) + +test_that("lsm_c_te can handle raster with different xy resolution", { + expect_is(lsm_c_te(landscape_diff_res), "tbl_df") +}) + +test_that("lsm_c_te is the same if count_boundary = FALSE and vice versa", { + + result_cbF <- lsm_c_te(test_lsm, count_boundary = FALSE) + result_cbT <- lsm_c_te(test_lsm, count_boundary = TRUE) + + expect_true(result_cbF$value[[1]] == result_cbF$value[[2]]) + expect_true(result_cbT$value[[1]] != result_cbF$value[[2]]) +}) diff --git a/tests/testthat/test-lsm-l-ai.R b/tests/testthat/test-lsm-l-ai.R index 35552d9c2..2cc9b9062 100644 --- a/tests/testthat/test-lsm-l-ai.R +++ b/tests/testthat/test-lsm-l-ai.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_ai metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_ai(landscape) - -test_that("lsm_l_ai is typestable", { - expect_is(lsm_l_ai(landscape), "tbl_df") - expect_is(lsm_l_ai(landscape_stack), "tbl_df") - expect_is(lsm_l_ai(landscape_brick), "tbl_df") - expect_is(lsm_l_ai(landscape_list), "tbl_df") -}) - -test_that("lsm_l_ai returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_ai returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_ai metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_ai(landscape) + +test_that("lsm_l_ai is typestable", { + expect_is(lsm_l_ai(landscape), "tbl_df") + expect_is(lsm_l_ai(landscape_stack), "tbl_df") + expect_is(lsm_l_ai(landscape_list), "tbl_df") +}) + +test_that("lsm_l_ai returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_ai returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-area-cv.R b/tests/testthat/test-lsm-l-area-cv.R index 3895189ee..f81203321 100644 --- a/tests/testthat/test-lsm-l-area-cv.R +++ b/tests/testthat/test-lsm-l-area-cv.R @@ -1,23 +1,22 @@ -context("landscape level lsm_l_area_cv metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_area_cv(landscape) - -test_that("lsm_l_area_cv is typestable", { - expect_is(lsm_l_area_cv(landscape), "tbl_df") - expect_is(lsm_l_area_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_area_cv(landscape_brick), "tbl_df") - expect_is(lsm_l_area_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_l_area_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_area_cv returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_area_cv metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_area_cv(landscape) + +test_that("lsm_l_area_cv is typestable", { + expect_is(lsm_l_area_cv(landscape), "tbl_df") + expect_is(lsm_l_area_cv(landscape_stack), "tbl_df") + expect_is(lsm_l_area_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_l_area_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_area_cv returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-area-mn.R b/tests/testthat/test-lsm-l-area-mn.R index f4a6711f5..55b36934c 100644 --- a/tests/testthat/test-lsm-l-area-mn.R +++ b/tests/testthat/test-lsm-l-area-mn.R @@ -1,25 +1,24 @@ -context("landscape level lsm_l_area_mn metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_area_mn(landscape) - -test_that("lsm_l_area_mn is typestable", { - expect_is(lsm_l_area_mn(landscape), "tbl_df") - expect_is(lsm_l_area_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_area_mn(landscape_brick), "tbl_df") - expect_is(lsm_l_area_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_l_area_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_area_mn returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_area_mn metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_area_mn(landscape) + +test_that("lsm_l_area_mn is typestable", { + expect_is(lsm_l_area_mn(landscape), "tbl_df") + expect_is(lsm_l_area_mn(landscape_stack), "tbl_df") + expect_is(lsm_l_area_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_l_area_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_area_mn returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-area-sd.R b/tests/testthat/test-lsm-l-area-sd.R index 8fa2674bf..cce3eb137 100644 --- a/tests/testthat/test-lsm-l-area-sd.R +++ b/tests/testthat/test-lsm-l-area-sd.R @@ -1,25 +1,24 @@ -context("landscape level lsm_l_area_sd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_area_sd(landscape) - -test_that("lsm_l_area_sd is typestable", { - expect_is(lsm_l_area_sd(landscape), "tbl_df") - expect_is(lsm_l_area_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_area_sd(landscape_brick), "tbl_df") - expect_is(lsm_l_area_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_area_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_area_sd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_area_sd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_area_sd(landscape) + +test_that("lsm_l_area_sd is typestable", { + expect_is(lsm_l_area_sd(landscape), "tbl_df") + expect_is(lsm_l_area_sd(landscape_stack), "tbl_df") + expect_is(lsm_l_area_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_area_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_area_sd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-cai-cv.R b/tests/testthat/test-lsm-l-cai-cv.R index 9856d38b4..306bc56c7 100644 --- a/tests/testthat/test-lsm-l-cai-cv.R +++ b/tests/testthat/test-lsm-l-cai-cv.R @@ -1,25 +1,24 @@ -context("landscape level lsm_l_cai_cv metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_cai_cv(landscape) - -test_that("lsm_l_cai_cv is typestable", { - expect_is(lsm_l_cai_cv(landscape), "tbl_df") - expect_is(lsm_l_cai_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_cai_cv(landscape_brick), "tbl_df") - expect_is(lsm_l_cai_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_l_cai_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_cai_cv returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_cai_cv metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_cai_cv(landscape) + +test_that("lsm_l_cai_cv is typestable", { + expect_is(lsm_l_cai_cv(landscape), "tbl_df") + expect_is(lsm_l_cai_cv(landscape_stack), "tbl_df") + expect_is(lsm_l_cai_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_l_cai_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_cai_cv returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-cai-mn.R b/tests/testthat/test-lsm-l-cai-mn.R index 9242e1d66..4494c3f28 100644 --- a/tests/testthat/test-lsm-l-cai-mn.R +++ b/tests/testthat/test-lsm-l-cai-mn.R @@ -1,25 +1,24 @@ -context("landscape level lsm_l_cai_mn metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_cai_mn(landscape) - -test_that("lsm_l_cai_mn is typestable", { - expect_is(lsm_l_cai_mn(landscape), "tbl_df") - expect_is(lsm_l_cai_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_cai_mn(landscape_brick), "tbl_df") - expect_is(lsm_l_cai_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_l_cai_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_cai_mn returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_cai_mn metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_cai_mn(landscape) + +test_that("lsm_l_cai_mn is typestable", { + expect_is(lsm_l_cai_mn(landscape), "tbl_df") + expect_is(lsm_l_cai_mn(landscape_stack), "tbl_df") + expect_is(lsm_l_cai_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_l_cai_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_cai_mn returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-cai-sd.R b/tests/testthat/test-lsm-l-cai-sd.R index 880d9b802..71513863c 100644 --- a/tests/testthat/test-lsm-l-cai-sd.R +++ b/tests/testthat/test-lsm-l-cai-sd.R @@ -1,25 +1,24 @@ -context("landscape level lsm_l_cai_sd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_cai_sd(landscape) - -test_that("lsm_l_cai_sd is typestable", { - expect_is(lsm_l_cai_sd(landscape), "tbl_df") - expect_is(lsm_l_cai_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_cai_sd(landscape_brick), "tbl_df") - expect_is(lsm_l_cai_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_cai_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_cai_sd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_cai_sd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_cai_sd(landscape) + +test_that("lsm_l_cai_sd is typestable", { + expect_is(lsm_l_cai_sd(landscape), "tbl_df") + expect_is(lsm_l_cai_sd(landscape_stack), "tbl_df") + expect_is(lsm_l_cai_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_cai_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_cai_sd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-circle-cv.R b/tests/testthat/test-lsm-l-circle-cv.R index 7c9531642..793f4acc0 100644 --- a/tests/testthat/test-lsm-l-circle-cv.R +++ b/tests/testthat/test-lsm-l-circle-cv.R @@ -1,25 +1,24 @@ -context("landscape level lsm_l_circle_cv metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_circle_cv(landscape) - -test_that("lsm_l_circle_cv is typestable", { - expect_is(lsm_l_circle_cv(landscape), "tbl_df") - expect_is(lsm_l_circle_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_circle_cv(landscape_brick), "tbl_df") - expect_is(lsm_l_circle_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_l_circle_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_circle_cv returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_circle_cv metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_circle_cv(landscape) + +test_that("lsm_l_circle_cv is typestable", { + expect_is(lsm_l_circle_cv(landscape), "tbl_df") + expect_is(lsm_l_circle_cv(landscape_stack), "tbl_df") + expect_is(lsm_l_circle_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_l_circle_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_circle_cv returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-circle-mn.R b/tests/testthat/test-lsm-l-circle-mn.R index 813e7ada1..7014d25db 100644 --- a/tests/testthat/test-lsm-l-circle-mn.R +++ b/tests/testthat/test-lsm-l-circle-mn.R @@ -1,25 +1,24 @@ -context("landscape level lsm_l_circle_mn metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_circle_mn(landscape) - -test_that("lsm_l_circle_mn is typestable", { - expect_is(lsm_l_circle_mn(landscape), "tbl_df") - expect_is(lsm_l_circle_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_circle_mn(landscape_brick), "tbl_df") - expect_is(lsm_l_circle_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_l_circle_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_circle_mn returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_circle_mn metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_circle_mn(landscape) + +test_that("lsm_l_circle_mn is typestable", { + expect_is(lsm_l_circle_mn(landscape), "tbl_df") + expect_is(lsm_l_circle_mn(landscape_stack), "tbl_df") + expect_is(lsm_l_circle_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_l_circle_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_circle_mn returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-circle-sd.R b/tests/testthat/test-lsm-l-circle-sd.R index 3f9fb42a5..f56301628 100644 --- a/tests/testthat/test-lsm-l-circle-sd.R +++ b/tests/testthat/test-lsm-l-circle-sd.R @@ -1,25 +1,24 @@ -context("landscape level lsm_l_circle_sd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_circle_sd(landscape) - -test_that("lsm_l_circle_sd is typestable", { - expect_is(lsm_l_circle_sd(landscape), "tbl_df") - expect_is(lsm_l_circle_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_circle_sd(landscape_brick), "tbl_df") - expect_is(lsm_l_circle_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_circle_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_circle_sd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_circle_sd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_circle_sd(landscape) + +test_that("lsm_l_circle_sd is typestable", { + expect_is(lsm_l_circle_sd(landscape), "tbl_df") + expect_is(lsm_l_circle_sd(landscape_stack), "tbl_df") + expect_is(lsm_l_circle_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_circle_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_circle_sd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-cohesion.R b/tests/testthat/test-lsm-l-cohesion.R index ca543bc25..79251ae26 100644 --- a/tests/testthat/test-lsm-l-cohesion.R +++ b/tests/testthat/test-lsm-l-cohesion.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_cohesion metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_cohesion(landscape) - -test_that("lsm_l_cohesion is typestable", { - expect_is(lsm_l_cohesion(landscape), "tbl_df") - expect_is(lsm_l_cohesion(landscape_stack), "tbl_df") - expect_is(lsm_l_cohesion(landscape_brick), "tbl_df") - expect_is(lsm_l_cohesion(landscape_list), "tbl_df") -}) - -test_that("lsm_l_cohesion returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_cohesion returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_cohesion metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_cohesion(landscape) + +test_that("lsm_l_cohesion is typestable", { + expect_is(lsm_l_cohesion(landscape), "tbl_df") + expect_is(lsm_l_cohesion(landscape_stack), "tbl_df") + expect_is(lsm_l_cohesion(landscape_list), "tbl_df") +}) + +test_that("lsm_l_cohesion returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_cohesion returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-condent.R b/tests/testthat/test-lsm-l-condent.R index dfcd3c83a..2ffca1f93 100644 --- a/tests/testthat/test-lsm-l-condent.R +++ b/tests/testthat/test-lsm-l-condent.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_condent metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_condent(landscape) - -test_that("lsm_l_condent is typestable", { - expect_is(lsm_l_condent(landscape), "tbl_df") - expect_is(lsm_l_condent(landscape_stack), "tbl_df") - expect_is(lsm_l_condent(landscape_brick), "tbl_df") - expect_is(lsm_l_condent(landscape_list), "tbl_df") -}) - -test_that("lsm_l_condent returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_condent returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_condent metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_condent(landscape) + +test_that("lsm_l_condent is typestable", { + expect_is(lsm_l_condent(landscape), "tbl_df") + expect_is(lsm_l_condent(landscape_stack), "tbl_df") + expect_is(lsm_l_condent(landscape_list), "tbl_df") +}) + +test_that("lsm_l_condent returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_condent returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-contag.R b/tests/testthat/test-lsm-l-contag.R index 9006bcc60..4739e3254 100644 --- a/tests/testthat/test-lsm-l-contag.R +++ b/tests/testthat/test-lsm-l-contag.R @@ -1,33 +1,32 @@ -context("landscape level lsm_l_contag metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_contag(landscape) - -test_that("lsm_l_contag is typestable", { - - expect_is(lsm_l_contag(landscape), "tbl_df") - expect_is(lsm_l_contag(landscape_stack), "tbl_df") - expect_is(lsm_l_contag(landscape_brick), "tbl_df") - expect_is(lsm_l_contag(landscape_list), "tbl_df") -}) - -test_that("lsm_l_contag returns the desired number of columns", { - - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_contag returns in every column the correct type", { - - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - -test_that("lsm_l_contag returns warning for less than 2 classes", { - - expect_warning(lsm_l_contag(landscape_uniform), - regexp = "Number of classes must be >= 2: CONTAG = NA.", - fixed = TRUE) - }) +context("landscape level lsm_l_contag metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_contag(landscape) + +test_that("lsm_l_contag is typestable", { + + expect_is(lsm_l_contag(landscape), "tbl_df") + expect_is(lsm_l_contag(landscape_stack), "tbl_df") + expect_is(lsm_l_contag(landscape_list), "tbl_df") +}) + +test_that("lsm_l_contag returns the desired number of columns", { + + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_contag returns in every column the correct type", { + + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + +test_that("lsm_l_contag returns warning for less than 2 classes", { + + expect_warning(lsm_l_contag(landscape_uniform), + regexp = "Number of classes must be >= 2: CONTAG = NA.", + fixed = TRUE) + }) diff --git a/tests/testthat/test-lsm-l-contig-cv.R b/tests/testthat/test-lsm-l-contig-cv.R index 6a6ff2912..8c3c125cd 100644 --- a/tests/testthat/test-lsm-l-contig-cv.R +++ b/tests/testthat/test-lsm-l-contig-cv.R @@ -1,23 +1,22 @@ -context("landscape level lsm_l_contig_cv metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_contig_cv(landscape) - -test_that("lsm_l_contig_cv is typestable", { - expect_is(lsm_l_contig_cv(landscape), "tbl_df") - expect_is(lsm_l_contig_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_contig_cv(landscape_brick), "tbl_df") - expect_is(lsm_l_contig_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_l_contig_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_contig_cv returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_contig_cv metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_contig_cv(landscape) + +test_that("lsm_l_contig_cv is typestable", { + expect_is(lsm_l_contig_cv(landscape), "tbl_df") + expect_is(lsm_l_contig_cv(landscape_stack), "tbl_df") + expect_is(lsm_l_contig_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_l_contig_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_contig_cv returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-contig-mn.R b/tests/testthat/test-lsm-l-contig-mn.R index c139ff4ef..baf178ceb 100644 --- a/tests/testthat/test-lsm-l-contig-mn.R +++ b/tests/testthat/test-lsm-l-contig-mn.R @@ -1,23 +1,22 @@ -context("landscape level lsm_l_contig_mn metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_contig_mn(landscape) - -test_that("lsm_l_contig_mn is typestable", { - expect_is(lsm_l_contig_mn(landscape), "tbl_df") - expect_is(lsm_l_contig_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_contig_mn(landscape_brick), "tbl_df") - expect_is(lsm_l_contig_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_l_contig_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_contig_mn returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_contig_mn metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_contig_mn(landscape) + +test_that("lsm_l_contig_mn is typestable", { + expect_is(lsm_l_contig_mn(landscape), "tbl_df") + expect_is(lsm_l_contig_mn(landscape_stack), "tbl_df") + expect_is(lsm_l_contig_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_l_contig_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_contig_mn returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-contig-sd.R b/tests/testthat/test-lsm-l-contig-sd.R index 8b3ff5b8b..d94304407 100644 --- a/tests/testthat/test-lsm-l-contig-sd.R +++ b/tests/testthat/test-lsm-l-contig-sd.R @@ -1,23 +1,22 @@ -context("landscape level lsm_l_contig_sd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_contig_sd(landscape) - -test_that("lsm_l_contig_sd is typestable", { - expect_is(lsm_l_contig_sd(landscape), "tbl_df") - expect_is(lsm_l_contig_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_contig_sd(landscape_brick), "tbl_df") - expect_is(lsm_l_contig_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_contig_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_contig_sd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_contig_sd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_contig_sd(landscape) + +test_that("lsm_l_contig_sd is typestable", { + expect_is(lsm_l_contig_sd(landscape), "tbl_df") + expect_is(lsm_l_contig_sd(landscape_stack), "tbl_df") + expect_is(lsm_l_contig_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_contig_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_contig_sd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-core-cv.R b/tests/testthat/test-lsm-l-core-cv.R index 18be04bfd..6271457ad 100644 --- a/tests/testthat/test-lsm-l-core-cv.R +++ b/tests/testthat/test-lsm-l-core-cv.R @@ -1,25 +1,24 @@ -context("landscape level lsm_l_core_cv metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_core_cv(landscape) - -test_that("lsm_l_core_cv is typestable", { - expect_is(lsm_l_core_cv(landscape), "tbl_df") - expect_is(lsm_l_core_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_core_cv(landscape_brick), "tbl_df") - expect_is(lsm_l_core_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_l_core_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_core_cv returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_core_cv metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_core_cv(landscape) + +test_that("lsm_l_core_cv is typestable", { + expect_is(lsm_l_core_cv(landscape), "tbl_df") + expect_is(lsm_l_core_cv(landscape_stack), "tbl_df") + expect_is(lsm_l_core_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_l_core_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_core_cv returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-core-mn.R b/tests/testthat/test-lsm-l-core-mn.R index 068a92036..a02cb430f 100644 --- a/tests/testthat/test-lsm-l-core-mn.R +++ b/tests/testthat/test-lsm-l-core-mn.R @@ -1,25 +1,24 @@ -context("landscape level lsm_l_core_mn metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_core_mn(landscape) - -test_that("lsm_l_core_mn is typestable", { - expect_is(lsm_l_core_mn(landscape), "tbl_df") - expect_is(lsm_l_core_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_core_mn(landscape_brick), "tbl_df") - expect_is(lsm_l_core_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_l_core_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_core_mn returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_core_mn metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_core_mn(landscape) + +test_that("lsm_l_core_mn is typestable", { + expect_is(lsm_l_core_mn(landscape), "tbl_df") + expect_is(lsm_l_core_mn(landscape_stack), "tbl_df") + expect_is(lsm_l_core_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_l_core_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_core_mn returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-core-sd.R b/tests/testthat/test-lsm-l-core-sd.R index 5a26829a8..3d813bafd 100644 --- a/tests/testthat/test-lsm-l-core-sd.R +++ b/tests/testthat/test-lsm-l-core-sd.R @@ -1,25 +1,24 @@ -context("landscape level lsm_l_core_sd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_core_sd(landscape) - -test_that("lsm_l_core_sd is typestable", { - expect_is(lsm_l_core_sd(landscape), "tbl_df") - expect_is(lsm_l_core_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_core_sd(landscape_brick), "tbl_df") - expect_is(lsm_l_core_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_core_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_core_sd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_core_sd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_core_sd(landscape) + +test_that("lsm_l_core_sd is typestable", { + expect_is(lsm_l_core_sd(landscape), "tbl_df") + expect_is(lsm_l_core_sd(landscape_stack), "tbl_df") + expect_is(lsm_l_core_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_core_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_core_sd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-dcad.R b/tests/testthat/test-lsm-l-dcad.R index ca44af0fd..8f2eb6078 100644 --- a/tests/testthat/test-lsm-l-dcad.R +++ b/tests/testthat/test-lsm-l-dcad.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_dcad metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_dcad(landscape) - -test_that("lsm_l_dcad is typestable", { - expect_is(lsm_l_dcad(landscape), "tbl_df") - expect_is(lsm_l_dcad(landscape_stack), "tbl_df") - expect_is(lsm_l_dcad(landscape_brick), "tbl_df") - expect_is(lsm_l_dcad(landscape_list), "tbl_df") -}) - -test_that("lsm_l_dcad returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_dcad returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_dcad metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_dcad(landscape) + +test_that("lsm_l_dcad is typestable", { + expect_is(lsm_l_dcad(landscape), "tbl_df") + expect_is(lsm_l_dcad(landscape_stack), "tbl_df") + expect_is(lsm_l_dcad(landscape_list), "tbl_df") +}) + +test_that("lsm_l_dcad returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_dcad returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-dcore-cv.R b/tests/testthat/test-lsm-l-dcore-cv.R index eea14d56f..7959ec830 100644 --- a/tests/testthat/test-lsm-l-dcore-cv.R +++ b/tests/testthat/test-lsm-l-dcore-cv.R @@ -1,25 +1,24 @@ -context("landscape level lsm_l_dcore_cv metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_dcore_cv(landscape) - -test_that("lsm_l_dcore_cv is typestable", { - expect_is(lsm_l_dcore_cv(landscape), "tbl_df") - expect_is(lsm_l_dcore_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_dcore_cv(landscape_brick), "tbl_df") - expect_is(lsm_l_dcore_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_l_dcore_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_dcore_cv returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_dcore_cv metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_dcore_cv(landscape) + +test_that("lsm_l_dcore_cv is typestable", { + expect_is(lsm_l_dcore_cv(landscape), "tbl_df") + expect_is(lsm_l_dcore_cv(landscape_stack), "tbl_df") + expect_is(lsm_l_dcore_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_l_dcore_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_dcore_cv returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-dcore-mn.R b/tests/testthat/test-lsm-l-dcore-mn.R index dc3a05ae3..11cb10afd 100644 --- a/tests/testthat/test-lsm-l-dcore-mn.R +++ b/tests/testthat/test-lsm-l-dcore-mn.R @@ -1,25 +1,24 @@ -context("landscape level lsm_l_dcore_mn metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_dcore_mn(landscape) - -test_that("lsm_l_dcore_mn is typestable", { - expect_is(lsm_l_dcore_mn(landscape), "tbl_df") - expect_is(lsm_l_dcore_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_dcore_mn(landscape_brick), "tbl_df") - expect_is(lsm_l_dcore_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_l_dcore_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_dcore_mn returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_dcore_mn metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_dcore_mn(landscape) + +test_that("lsm_l_dcore_mn is typestable", { + expect_is(lsm_l_dcore_mn(landscape), "tbl_df") + expect_is(lsm_l_dcore_mn(landscape_stack), "tbl_df") + expect_is(lsm_l_dcore_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_l_dcore_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_dcore_mn returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-dcore-sd.R b/tests/testthat/test-lsm-l-dcore-sd.R index 283b5b569..abfbde038 100644 --- a/tests/testthat/test-lsm-l-dcore-sd.R +++ b/tests/testthat/test-lsm-l-dcore-sd.R @@ -1,25 +1,24 @@ -context("landscape level lsm_l_dcore_sd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_dcore_sd(landscape) - -test_that("lsm_l_dcore_sd is typestable", { - expect_is(lsm_l_dcore_sd(landscape), "tbl_df") - expect_is(lsm_l_dcore_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_dcore_sd(landscape_brick), "tbl_df") - expect_is(lsm_l_dcore_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_dcore_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_dcore_sd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_dcore_sd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_dcore_sd(landscape) + +test_that("lsm_l_dcore_sd is typestable", { + expect_is(lsm_l_dcore_sd(landscape), "tbl_df") + expect_is(lsm_l_dcore_sd(landscape_stack), "tbl_df") + expect_is(lsm_l_dcore_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_dcore_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_dcore_sd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-division.R b/tests/testthat/test-lsm-l-division.R index 8856ed1e5..c3f927aed 100644 --- a/tests/testthat/test-lsm-l-division.R +++ b/tests/testthat/test-lsm-l-division.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_division metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_division(landscape) - -test_that("lsm_l_division is typestable", { - expect_is(lsm_l_division(landscape), "tbl_df") - expect_is(lsm_l_division(landscape_stack), "tbl_df") - expect_is(lsm_l_division(landscape_brick), "tbl_df") - expect_is(lsm_l_division(landscape_list), "tbl_df") -}) - -test_that("lsm_l_division returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_division returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_division metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_division(landscape) + +test_that("lsm_l_division is typestable", { + expect_is(lsm_l_division(landscape), "tbl_df") + expect_is(lsm_l_division(landscape_stack), "tbl_df") + expect_is(lsm_l_division(landscape_list), "tbl_df") +}) + +test_that("lsm_l_division returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_division returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-ed.R b/tests/testthat/test-lsm-l-ed.R index efe9f1620..0ebb0336b 100644 --- a/tests/testthat/test-lsm-l-ed.R +++ b/tests/testthat/test-lsm-l-ed.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_ed metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_ed(landscape) - -test_that("lsm_l_ed is typestable", { - expect_is(lsm_l_ed(landscape), "tbl_df") - expect_is(lsm_l_ed(landscape_stack), "tbl_df") - expect_is(lsm_l_ed(landscape_brick), "tbl_df") - expect_is(lsm_l_ed(landscape_list), "tbl_df") -}) - -test_that("lsm_l_ed returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_ed returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_ed metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_ed(landscape) + +test_that("lsm_l_ed is typestable", { + expect_is(lsm_l_ed(landscape), "tbl_df") + expect_is(lsm_l_ed(landscape_stack), "tbl_df") + expect_is(lsm_l_ed(landscape_list), "tbl_df") +}) + +test_that("lsm_l_ed returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_ed returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-enn-cv.R b/tests/testthat/test-lsm-l-enn-cv.R index 5183a9ee3..3838a94ba 100644 --- a/tests/testthat/test-lsm-l-enn-cv.R +++ b/tests/testthat/test-lsm-l-enn-cv.R @@ -1,25 +1,24 @@ -context("landscape level lsm_l_enn_cv metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_enn_cv(landscape) - -test_that("lsm_l_enn_cv is typestable", { - expect_is(lsm_l_enn_cv(landscape), "tbl_df") - expect_is(lsm_l_enn_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_enn_cv(landscape_brick), "tbl_df") - expect_is(lsm_l_enn_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_l_enn_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_enn_cv returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_enn_cv metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_enn_cv(landscape) + +test_that("lsm_l_enn_cv is typestable", { + expect_is(lsm_l_enn_cv(landscape), "tbl_df") + expect_is(lsm_l_enn_cv(landscape_stack), "tbl_df") + expect_is(lsm_l_enn_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_l_enn_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_enn_cv returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-enn-mn.R b/tests/testthat/test-lsm-l-enn-mn.R index 2a9c566d9..cf316b061 100644 --- a/tests/testthat/test-lsm-l-enn-mn.R +++ b/tests/testthat/test-lsm-l-enn-mn.R @@ -1,25 +1,24 @@ -context("landscape level lsm_l_enn_mn metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_enn_mn(landscape) - -test_that("lsm_l_enn_mn is typestable", { - expect_is(lsm_l_enn_mn(landscape), "tbl_df") - expect_is(lsm_l_enn_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_enn_mn(landscape_brick), "tbl_df") - expect_is(lsm_l_enn_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_l_enn_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_enn_mn returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_enn_mn metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_enn_mn(landscape) + +test_that("lsm_l_enn_mn is typestable", { + expect_is(lsm_l_enn_mn(landscape), "tbl_df") + expect_is(lsm_l_enn_mn(landscape_stack), "tbl_df") + expect_is(lsm_l_enn_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_l_enn_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_enn_mn returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-enn-sd.R b/tests/testthat/test-lsm-l-enn-sd.R index 869d2c279..adc166d82 100644 --- a/tests/testthat/test-lsm-l-enn-sd.R +++ b/tests/testthat/test-lsm-l-enn-sd.R @@ -1,25 +1,24 @@ -context("landscape level lsm_l_enn_sd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_enn_sd(landscape) - -test_that("lsm_l_enn_sd is typestable", { - expect_is(lsm_l_enn_sd(landscape), "tbl_df") - expect_is(lsm_l_enn_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_enn_sd(landscape_brick), "tbl_df") - expect_is(lsm_l_enn_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_enn_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_enn_sd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_enn_sd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_enn_sd(landscape) + +test_that("lsm_l_enn_sd is typestable", { + expect_is(lsm_l_enn_sd(landscape), "tbl_df") + expect_is(lsm_l_enn_sd(landscape_stack), "tbl_df") + expect_is(lsm_l_enn_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_enn_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_enn_sd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-ent.R b/tests/testthat/test-lsm-l-ent.R index c27873298..12f1672ad 100644 --- a/tests/testthat/test-lsm-l-ent.R +++ b/tests/testthat/test-lsm-l-ent.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_ent metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_ent(landscape) - -test_that("lsm_l_ent is typestable", { - expect_is(lsm_l_ent(landscape), "tbl_df") - expect_is(lsm_l_ent(landscape_stack), "tbl_df") - expect_is(lsm_l_ent(landscape_brick), "tbl_df") - expect_is(lsm_l_ent(landscape_list), "tbl_df") -}) - -test_that("lsm_l_ent returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_ent returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_ent metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_ent(landscape) + +test_that("lsm_l_ent is typestable", { + expect_is(lsm_l_ent(landscape), "tbl_df") + expect_is(lsm_l_ent(landscape_stack), "tbl_df") + expect_is(lsm_l_ent(landscape_list), "tbl_df") +}) + +test_that("lsm_l_ent returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_ent returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-frac-cv.R b/tests/testthat/test-lsm-l-frac-cv.R index d21e54e16..3b9e5392f 100644 --- a/tests/testthat/test-lsm-l-frac-cv.R +++ b/tests/testthat/test-lsm-l-frac-cv.R @@ -1,23 +1,22 @@ -context("landscape level lsm_l_frac_cv metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_frac_cv(landscape) - -test_that("lsm_l_frac_cv is typestable", { - expect_is(lsm_l_frac_cv(landscape), "tbl_df") - expect_is(lsm_l_frac_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_frac_cv(landscape_brick), "tbl_df") - expect_is(lsm_l_frac_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_l_frac_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_frac_cv returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_frac_cv metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_frac_cv(landscape) + +test_that("lsm_l_frac_cv is typestable", { + expect_is(lsm_l_frac_cv(landscape), "tbl_df") + expect_is(lsm_l_frac_cv(landscape_stack), "tbl_df") + expect_is(lsm_l_frac_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_l_frac_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_frac_cv returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-frac-mn.R b/tests/testthat/test-lsm-l-frac-mn.R index 7c99a6f14..1961207aa 100644 --- a/tests/testthat/test-lsm-l-frac-mn.R +++ b/tests/testthat/test-lsm-l-frac-mn.R @@ -1,23 +1,22 @@ -context("landscape level lsm_l_frac_mn metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_frac_mn(landscape) - -test_that("lsm_l_frac_mn is typestable", { - expect_is(lsm_l_frac_mn(landscape), "tbl_df") - expect_is(lsm_l_frac_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_frac_mn(landscape_brick), "tbl_df") - expect_is(lsm_l_frac_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_l_frac_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_frac_mn returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_frac_mn metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_frac_mn(landscape) + +test_that("lsm_l_frac_mn is typestable", { + expect_is(lsm_l_frac_mn(landscape), "tbl_df") + expect_is(lsm_l_frac_mn(landscape_stack), "tbl_df") + expect_is(lsm_l_frac_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_l_frac_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_frac_mn returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-frac-sd.R b/tests/testthat/test-lsm-l-frac-sd.R index 252a44f40..f8c24f4c7 100644 --- a/tests/testthat/test-lsm-l-frac-sd.R +++ b/tests/testthat/test-lsm-l-frac-sd.R @@ -1,23 +1,22 @@ -context("landscape level lsm_l_frac_sd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_frac_sd(landscape) - -test_that("lsm_l_frac_sd is typestable", { - expect_is(lsm_l_frac_sd(landscape), "tbl_df") - expect_is(lsm_l_frac_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_frac_sd(landscape_brick), "tbl_df") - expect_is(lsm_l_frac_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_frac_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_frac_sd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_frac_sd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_frac_sd(landscape) + +test_that("lsm_l_frac_sd is typestable", { + expect_is(lsm_l_frac_sd(landscape), "tbl_df") + expect_is(lsm_l_frac_sd(landscape_stack), "tbl_df") + expect_is(lsm_l_frac_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_frac_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_frac_sd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-gyrate-cv.R b/tests/testthat/test-lsm-l-gyrate-cv.R index 729d56fa6..1dede7a9f 100644 --- a/tests/testthat/test-lsm-l-gyrate-cv.R +++ b/tests/testthat/test-lsm-l-gyrate-cv.R @@ -1,23 +1,22 @@ -context("landscape level lsm_l_gyrate_cv metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_cv(landscape) - -test_that("lsm_l_gyrate_cv is typestable", { - expect_is(lsm_l_gyrate_cv(landscape), "tbl_df") - expect_is(lsm_l_gyrate_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_gyrate_cv(landscape_brick), "tbl_df") - expect_is(lsm_l_gyrate_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_l_gyrate_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_gyrate_cv returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_gyrate_cv metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_cv(landscape) + +test_that("lsm_l_gyrate_cv is typestable", { + expect_is(lsm_l_gyrate_cv(landscape), "tbl_df") + expect_is(lsm_l_gyrate_cv(landscape_stack), "tbl_df") + expect_is(lsm_l_gyrate_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_l_gyrate_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_gyrate_cv returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-gyrate-mn.R b/tests/testthat/test-lsm-l-gyrate-mn.R index 698c4eacf..ffa742085 100644 --- a/tests/testthat/test-lsm-l-gyrate-mn.R +++ b/tests/testthat/test-lsm-l-gyrate-mn.R @@ -1,23 +1,22 @@ -context("landscape level lsm_l_gyrate_mn metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_mn(landscape) - -test_that("lsm_l_gyrate_mn is typestable", { - expect_is(lsm_l_gyrate_mn(landscape), "tbl_df") - expect_is(lsm_l_gyrate_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_gyrate_mn(landscape_brick), "tbl_df") - expect_is(lsm_l_gyrate_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_l_gyrate_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_gyrate_mn returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_gyrate_mn metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_mn(landscape) + +test_that("lsm_l_gyrate_mn is typestable", { + expect_is(lsm_l_gyrate_mn(landscape), "tbl_df") + expect_is(lsm_l_gyrate_mn(landscape_stack), "tbl_df") + expect_is(lsm_l_gyrate_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_l_gyrate_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_gyrate_mn returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-gyrate-sd.R b/tests/testthat/test-lsm-l-gyrate-sd.R index 05a26d02b..affc60ea1 100644 --- a/tests/testthat/test-lsm-l-gyrate-sd.R +++ b/tests/testthat/test-lsm-l-gyrate-sd.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_gyrate_sd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_sd(landscape) - -test_that("lsm_l_gyrate_sd is typestable", { - expect_is(lsm_l_gyrate_sd(landscape), "tbl_df") - expect_is(lsm_l_gyrate_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_gyrate_sd(landscape_brick), "tbl_df") - expect_is(lsm_l_gyrate_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_gyrate_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_gyrate_sd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_gyrate_sd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_sd(landscape) + +test_that("lsm_l_gyrate_sd is typestable", { + expect_is(lsm_l_gyrate_sd(landscape), "tbl_df") + expect_is(lsm_l_gyrate_sd(landscape_stack), "tbl_df") + expect_is(lsm_l_gyrate_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_gyrate_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_gyrate_sd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-iji.R b/tests/testthat/test-lsm-l-iji.R index 1b01ab5ab..b63df6938 100644 --- a/tests/testthat/test-lsm-l-iji.R +++ b/tests/testthat/test-lsm-l-iji.R @@ -1,34 +1,33 @@ -context("landscape level lsm_l_iji metric") - -landscapemetrics_class_landscape_value <- lsm_l_iji(landscape) - -test_that("lsm_l_iji is typestable", { - - expect_is(lsm_l_iji(landscape), "tbl_df") - expect_is(lsm_l_iji(landscape_stack), "tbl_df") - expect_is(lsm_l_iji(landscape_brick), "tbl_df") - expect_is(lsm_l_iji(landscape_list), "tbl_df") -}) - -test_that("lsm_l_iji returns the desired number of columns", { - - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_l_iji returns in every column the correct type", { - - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - -test_that("lsm_l_iji returns warning for less than 3 classes", { - - expect_warning(lsm_l_iji(landscape_simple), - regexp = "Number of classes must be >= 3, IJI = NA.", - fixed = TRUE) -}) - +context("landscape level lsm_l_iji metric") + +landscapemetrics_class_landscape_value <- lsm_l_iji(landscape) + +test_that("lsm_l_iji is typestable", { + + expect_is(lsm_l_iji(landscape), "tbl_df") + expect_is(lsm_l_iji(landscape_stack), "tbl_df") + expect_is(lsm_l_iji(landscape_list), "tbl_df") +}) + +test_that("lsm_l_iji returns the desired number of columns", { + + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_l_iji returns in every column the correct type", { + + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + +test_that("lsm_l_iji returns warning for less than 3 classes", { + + expect_warning(lsm_l_iji(landscape_simple), + regexp = "Number of classes must be >= 3, IJI = NA.", + fixed = TRUE) +}) + diff --git a/tests/testthat/test-lsm-l-joinent.R b/tests/testthat/test-lsm-l-joinent.R index a46c05069..9e9548a16 100644 --- a/tests/testthat/test-lsm-l-joinent.R +++ b/tests/testthat/test-lsm-l-joinent.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_joinent metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_joinent(landscape) - -test_that("lsm_l_joinent is typestable", { - expect_is(lsm_l_joinent(landscape), "tbl_df") - expect_is(lsm_l_joinent(landscape_stack), "tbl_df") - expect_is(lsm_l_joinent(landscape_brick), "tbl_df") - expect_is(lsm_l_joinent(landscape_list), "tbl_df") -}) - -test_that("lsm_l_joinent returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_joinent returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_joinent metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_joinent(landscape) + +test_that("lsm_l_joinent is typestable", { + expect_is(lsm_l_joinent(landscape), "tbl_df") + expect_is(lsm_l_joinent(landscape_stack), "tbl_df") + expect_is(lsm_l_joinent(landscape_list), "tbl_df") +}) + +test_that("lsm_l_joinent returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_joinent returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-lpi.R b/tests/testthat/test-lsm-l-lpi.R index 0466860f8..5ace97c4a 100644 --- a/tests/testthat/test-lsm-l-lpi.R +++ b/tests/testthat/test-lsm-l-lpi.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_lpi metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_lpi(landscape) - -test_that("lsm_l_lpi is typestable", { - expect_is(lsm_l_lpi(landscape), "tbl_df") - expect_is(lsm_l_lpi(landscape_stack), "tbl_df") - expect_is(lsm_l_lpi(landscape_brick), "tbl_df") - expect_is(lsm_l_lpi(landscape_list), "tbl_df") -}) - -test_that("lsm_l_lpi returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_lpi returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_lpi metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_lpi(landscape) + +test_that("lsm_l_lpi is typestable", { + expect_is(lsm_l_lpi(landscape), "tbl_df") + expect_is(lsm_l_lpi(landscape_stack), "tbl_df") + expect_is(lsm_l_lpi(landscape_list), "tbl_df") +}) + +test_that("lsm_l_lpi returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_lpi returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-lsi.R b/tests/testthat/test-lsm-l-lsi.R index 34ea38287..dd54addd8 100644 --- a/tests/testthat/test-lsm-l-lsi.R +++ b/tests/testthat/test-lsm-l-lsi.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_lsi metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_lsi(landscape) - -test_that("lsm_l_lsi is typestable", { - expect_is(lsm_l_lsi(landscape), "tbl_df") - expect_is(lsm_l_lsi(landscape_stack), "tbl_df") - expect_is(lsm_l_lsi(landscape_brick), "tbl_df") - expect_is(lsm_l_lsi(landscape_list), "tbl_df") -}) - -test_that("lsm_l_lsi returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_lsi returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_lsi metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_lsi(landscape) + +test_that("lsm_l_lsi is typestable", { + expect_is(lsm_l_lsi(landscape), "tbl_df") + expect_is(lsm_l_lsi(landscape_stack), "tbl_df") + expect_is(lsm_l_lsi(landscape_list), "tbl_df") +}) + +test_that("lsm_l_lsi returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_lsi returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-mesh.R b/tests/testthat/test-lsm-l-mesh.R index 906804714..fbd055d58 100644 --- a/tests/testthat/test-lsm-l-mesh.R +++ b/tests/testthat/test-lsm-l-mesh.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_mesh metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_mesh(landscape) - -test_that("lsm_l_mesh is typestable", { - expect_is(lsm_l_mesh(landscape), "tbl_df") - expect_is(lsm_l_mesh(landscape_stack), "tbl_df") - expect_is(lsm_l_mesh(landscape_brick), "tbl_df") - expect_is(lsm_l_mesh(landscape_list), "tbl_df") -}) - -test_that("lsm_l_mesh returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_mesh returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_mesh metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_mesh(landscape) + +test_that("lsm_l_mesh is typestable", { + expect_is(lsm_l_mesh(landscape), "tbl_df") + expect_is(lsm_l_mesh(landscape_stack), "tbl_df") + expect_is(lsm_l_mesh(landscape_list), "tbl_df") +}) + +test_that("lsm_l_mesh returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_mesh returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-msidi.R b/tests/testthat/test-lsm-l-msidi.R index 899e5ba8e..67241a932 100644 --- a/tests/testthat/test-lsm-l-msidi.R +++ b/tests/testthat/test-lsm-l-msidi.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_msidi metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_msidi(landscape) - -test_that("lsm_l_msidi is typestable", { - expect_is(lsm_l_msidi(landscape), "tbl_df") - expect_is(lsm_l_msidi(landscape_stack), "tbl_df") - expect_is(lsm_l_msidi(landscape_brick), "tbl_df") - expect_is(lsm_l_msidi(landscape_list), "tbl_df") -}) - -test_that("lsm_l_msidi returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_msidi returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_msidi metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_msidi(landscape) + +test_that("lsm_l_msidi is typestable", { + expect_is(lsm_l_msidi(landscape), "tbl_df") + expect_is(lsm_l_msidi(landscape_stack), "tbl_df") + expect_is(lsm_l_msidi(landscape_list), "tbl_df") +}) + +test_that("lsm_l_msidi returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_msidi returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-msiei.R b/tests/testthat/test-lsm-l-msiei.R index 3f63888d7..67a7ed9ad 100644 --- a/tests/testthat/test-lsm-l-msiei.R +++ b/tests/testthat/test-lsm-l-msiei.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_msiei metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_msiei(landscape) - -test_that("lsm_l_msiei is typestable", { - expect_is(lsm_l_msiei(landscape), "tbl_df") - expect_is(lsm_l_msiei(landscape_stack), "tbl_df") - expect_is(lsm_l_msiei(landscape_brick), "tbl_df") - expect_is(lsm_l_msiei(landscape_list), "tbl_df") -}) - -test_that("lsm_l_msiei returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_msiei returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_msiei metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_msiei(landscape) + +test_that("lsm_l_msiei is typestable", { + expect_is(lsm_l_msiei(landscape), "tbl_df") + expect_is(lsm_l_msiei(landscape_stack), "tbl_df") + expect_is(lsm_l_msiei(landscape_list), "tbl_df") +}) + +test_that("lsm_l_msiei returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_msiei returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-mutinf.R b/tests/testthat/test-lsm-l-mutinf.R index 989ba96ce..abf1dc39f 100644 --- a/tests/testthat/test-lsm-l-mutinf.R +++ b/tests/testthat/test-lsm-l-mutinf.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_mutinf metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_mutinf(landscape) - -test_that("lsm_l_mutinf is typestable", { - expect_is(lsm_l_mutinf(landscape), "tbl_df") - expect_is(lsm_l_mutinf(landscape_stack), "tbl_df") - expect_is(lsm_l_mutinf(landscape_brick), "tbl_df") - expect_is(lsm_l_mutinf(landscape_list), "tbl_df") -}) - -test_that("lsm_l_mutinf returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_mutinf returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_mutinf metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_mutinf(landscape) + +test_that("lsm_l_mutinf is typestable", { + expect_is(lsm_l_mutinf(landscape), "tbl_df") + expect_is(lsm_l_mutinf(landscape_stack), "tbl_df") + expect_is(lsm_l_mutinf(landscape_list), "tbl_df") +}) + +test_that("lsm_l_mutinf returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_mutinf returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-ndca.R b/tests/testthat/test-lsm-l-ndca.R index 4ceb141b9..b58b3c974 100644 --- a/tests/testthat/test-lsm-l-ndca.R +++ b/tests/testthat/test-lsm-l-ndca.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_ndca metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_ndca(landscape) - -test_that("lsm_l_ndca is typestable", { - expect_is(lsm_l_ndca(landscape), "tbl_df") - expect_is(lsm_l_ndca(landscape_stack), "tbl_df") - expect_is(lsm_l_ndca(landscape_brick), "tbl_df") - expect_is(lsm_l_ndca(landscape_list), "tbl_df") -}) - -test_that("lsm_l_ndca returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_ndca returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_ndca metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_ndca(landscape) + +test_that("lsm_l_ndca is typestable", { + expect_is(lsm_l_ndca(landscape), "tbl_df") + expect_is(lsm_l_ndca(landscape_stack), "tbl_df") + expect_is(lsm_l_ndca(landscape_list), "tbl_df") +}) + +test_that("lsm_l_ndca returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_ndca returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-np.R b/tests/testthat/test-lsm-l-np.R index e93f3180d..724ae6151 100644 --- a/tests/testthat/test-lsm-l-np.R +++ b/tests/testthat/test-lsm-l-np.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_np metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_np(landscape) - -test_that("lsm_l_np is typestable", { - expect_is(lsm_l_np(landscape), "tbl_df") - expect_is(lsm_l_np(landscape_stack), "tbl_df") - expect_is(lsm_l_np(landscape_brick), "tbl_df") - expect_is(lsm_l_np(landscape_list), "tbl_df") -}) - -test_that("lsm_l_np returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_np returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_np metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_np(landscape) + +test_that("lsm_l_np is typestable", { + expect_is(lsm_l_np(landscape), "tbl_df") + expect_is(lsm_l_np(landscape_stack), "tbl_df") + expect_is(lsm_l_np(landscape_list), "tbl_df") +}) + +test_that("lsm_l_np returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_np returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-pafrac.R b/tests/testthat/test-lsm-l-pafrac.R index 1df24c04d..afd2d2397 100644 --- a/tests/testthat/test-lsm-l-pafrac.R +++ b/tests/testthat/test-lsm-l-pafrac.R @@ -1,33 +1,32 @@ -context("landscape level lsm_l_pafrac metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_pafrac(landscape) - -test_that("lsm_l_pafrac is typestable", { - - expect_is(lsm_l_pafrac(landscape), "tbl_df") - expect_is(lsm_l_pafrac(landscape_stack), "tbl_df") - expect_is(lsm_l_pafrac(landscape_brick), "tbl_df") - expect_is(lsm_l_pafrac(landscape_list), "tbl_df") -}) - -test_that("lsm_l_pafrac returns the desired number of columns", { - - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_pafrac returns in every column the correct type", { - - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - -test_that("lsm_l_pafrac throws error for less than 10 patches", { - - expect_warning(lsm_l_pafrac(landscape_uniform), - regexp = "PAFRAC = NA for NP < 10", - fixed = TRUE) -}) +context("landscape level lsm_l_pafrac metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_pafrac(landscape) + +test_that("lsm_l_pafrac is typestable", { + + expect_is(lsm_l_pafrac(landscape), "tbl_df") + expect_is(lsm_l_pafrac(landscape_stack), "tbl_df") + expect_is(lsm_l_pafrac(landscape_list), "tbl_df") +}) + +test_that("lsm_l_pafrac returns the desired number of columns", { + + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_pafrac returns in every column the correct type", { + + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + +test_that("lsm_l_pafrac throws error for less than 10 patches", { + + expect_warning(lsm_l_pafrac(landscape_uniform), + regexp = "PAFRAC = NA for NP < 10", + fixed = TRUE) +}) diff --git a/tests/testthat/test-lsm-l-para-cv.R b/tests/testthat/test-lsm-l-para-cv.R index 948a45354..b865101ae 100644 --- a/tests/testthat/test-lsm-l-para-cv.R +++ b/tests/testthat/test-lsm-l-para-cv.R @@ -1,23 +1,22 @@ -context("landscape level lsm_l_para_cv metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_para_cv(landscape) - -test_that("lsm_l_para_cv is typestable", { - expect_is(lsm_l_para_cv(landscape), "tbl_df") - expect_is(lsm_l_para_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_para_cv(landscape_brick), "tbl_df") - expect_is(lsm_l_para_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_l_para_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_para_cv returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_para_cv metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_para_cv(landscape) + +test_that("lsm_l_para_cv is typestable", { + expect_is(lsm_l_para_cv(landscape), "tbl_df") + expect_is(lsm_l_para_cv(landscape_stack), "tbl_df") + expect_is(lsm_l_para_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_l_para_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_para_cv returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-para-mn.R b/tests/testthat/test-lsm-l-para-mn.R index a21cee9ee..343ab2bb7 100644 --- a/tests/testthat/test-lsm-l-para-mn.R +++ b/tests/testthat/test-lsm-l-para-mn.R @@ -1,23 +1,22 @@ -context("landscape level lsm_l_para_mn metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_para_mn(landscape) - -test_that("lsm_l_para_mn is typestable", { - expect_is(lsm_l_para_mn(landscape), "tbl_df") - expect_is(lsm_l_para_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_para_mn(landscape_brick), "tbl_df") - expect_is(lsm_l_para_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_l_para_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_para_mn returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_para_mn metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_para_mn(landscape) + +test_that("lsm_l_para_mn is typestable", { + expect_is(lsm_l_para_mn(landscape), "tbl_df") + expect_is(lsm_l_para_mn(landscape_stack), "tbl_df") + expect_is(lsm_l_para_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_l_para_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_para_mn returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-para-sd.R b/tests/testthat/test-lsm-l-para-sd.R index bbe55a91e..1e4c69fdf 100644 --- a/tests/testthat/test-lsm-l-para-sd.R +++ b/tests/testthat/test-lsm-l-para-sd.R @@ -1,23 +1,22 @@ -context("landscape level lsm_l_para_sd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_para_sd(landscape) - -test_that("lsm_l_para_sd is typestable", { - expect_is(lsm_l_para_sd(landscape), "tbl_df") - expect_is(lsm_l_para_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_para_sd(landscape_brick), "tbl_df") - expect_is(lsm_l_para_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_para_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_para_sd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_para_sd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_para_sd(landscape) + +test_that("lsm_l_para_sd is typestable", { + expect_is(lsm_l_para_sd(landscape), "tbl_df") + expect_is(lsm_l_para_sd(landscape_stack), "tbl_df") + expect_is(lsm_l_para_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_para_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_para_sd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-pd.R b/tests/testthat/test-lsm-l-pd.R index bf58bdcee..a101690eb 100644 --- a/tests/testthat/test-lsm-l-pd.R +++ b/tests/testthat/test-lsm-l-pd.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_pd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_pd(landscape) - -test_that("lsm_l_pd is typestable", { - expect_is(lsm_l_pd(landscape), "tbl_df") - expect_is(lsm_l_pd(landscape_stack), "tbl_df") - expect_is(lsm_l_pd(landscape_brick), "tbl_df") - expect_is(lsm_l_pd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_pd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_pd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_pd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_pd(landscape) + +test_that("lsm_l_pd is typestable", { + expect_is(lsm_l_pd(landscape), "tbl_df") + expect_is(lsm_l_pd(landscape_stack), "tbl_df") + expect_is(lsm_l_pd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_pd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_pd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-pladj.R b/tests/testthat/test-lsm-l-pladj.R index 3e451d102..3a13bc066 100644 --- a/tests/testthat/test-lsm-l-pladj.R +++ b/tests/testthat/test-lsm-l-pladj.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_pladj metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_pladj(landscape) - -test_that("lsm_l_pladj is typestable", { - expect_is(lsm_l_pladj(landscape), "tbl_df") - expect_is(lsm_l_pladj(landscape_stack), "tbl_df") - expect_is(lsm_l_pladj(landscape_brick), "tbl_df") - expect_is(lsm_l_pladj(landscape_list), "tbl_df") -}) - -test_that("lsm_l_pladj returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_pladj returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_pladj metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_pladj(landscape) + +test_that("lsm_l_pladj is typestable", { + expect_is(lsm_l_pladj(landscape), "tbl_df") + expect_is(lsm_l_pladj(landscape_stack), "tbl_df") + expect_is(lsm_l_pladj(landscape_list), "tbl_df") +}) + +test_that("lsm_l_pladj returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_pladj returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-pr.R b/tests/testthat/test-lsm-l-pr.R index 3931b4bce..11bdb628d 100644 --- a/tests/testthat/test-lsm-l-pr.R +++ b/tests/testthat/test-lsm-l-pr.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_pr metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_pr(landscape) - -test_that("lsm_l_pr is typestable", { - expect_is(lsm_l_pr(landscape), "tbl_df") - expect_is(lsm_l_pr(landscape_stack), "tbl_df") - expect_is(lsm_l_pr(landscape_brick), "tbl_df") - expect_is(lsm_l_pr(landscape_list), "tbl_df") -}) - -test_that("lsm_l_pr returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_pr returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_pr metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_pr(landscape) + +test_that("lsm_l_pr is typestable", { + expect_is(lsm_l_pr(landscape), "tbl_df") + expect_is(lsm_l_pr(landscape_stack), "tbl_df") + expect_is(lsm_l_pr(landscape_list), "tbl_df") +}) + +test_that("lsm_l_pr returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_pr returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-prd.R b/tests/testthat/test-lsm-l-prd.R index 38119dbe2..b02e6b5d7 100644 --- a/tests/testthat/test-lsm-l-prd.R +++ b/tests/testthat/test-lsm-l-prd.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_prd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_prd(landscape) - -test_that("lsm_l_prd is typestable", { - expect_is(lsm_l_prd(landscape), "tbl_df") - expect_is(lsm_l_prd(landscape_stack), "tbl_df") - expect_is(lsm_l_prd(landscape_brick), "tbl_df") - expect_is(lsm_l_prd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_prd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_prd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_prd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_prd(landscape) + +test_that("lsm_l_prd is typestable", { + expect_is(lsm_l_prd(landscape), "tbl_df") + expect_is(lsm_l_prd(landscape_stack), "tbl_df") + expect_is(lsm_l_prd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_prd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_prd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-relmutinf.R b/tests/testthat/test-lsm-l-relmutinf.R index 497e4c3e3..da4cfadd8 100644 --- a/tests/testthat/test-lsm-l-relmutinf.R +++ b/tests/testthat/test-lsm-l-relmutinf.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_relmutinf metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_relmutinf(landscape) - -test_that("lsm_l_relmutinf is typestable", { - expect_is(lsm_l_relmutinf(landscape), "tbl_df") - expect_is(lsm_l_relmutinf(landscape_stack), "tbl_df") - expect_is(lsm_l_relmutinf(landscape_brick), "tbl_df") - expect_is(lsm_l_relmutinf(landscape_list), "tbl_df") -}) - -test_that("lsm_l_relmutinf returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_relmutinf returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_relmutinf metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_relmutinf(landscape) + +test_that("lsm_l_relmutinf is typestable", { + expect_is(lsm_l_relmutinf(landscape), "tbl_df") + expect_is(lsm_l_relmutinf(landscape_stack), "tbl_df") + expect_is(lsm_l_relmutinf(landscape_list), "tbl_df") +}) + +test_that("lsm_l_relmutinf returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_relmutinf returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-rpr.R b/tests/testthat/test-lsm-l-rpr.R index b45bc5170..1e74fa54d 100644 --- a/tests/testthat/test-lsm-l-rpr.R +++ b/tests/testthat/test-lsm-l-rpr.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_rpr metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_rpr(landscape, classes_max = 5) - -test_that("lsm_l_rpr is typestable", { - expect_is(lsm_l_rpr(landscape, classes_max = 5), "tbl_df") - expect_is(lsm_l_rpr(landscape_stack, classes_max = 5), "tbl_df") - expect_is(lsm_l_rpr(landscape_brick, classes_max = 5), "tbl_df") - expect_is(lsm_l_rpr(landscape_list, classes_max = 5), "tbl_df") -}) - -test_that("lsm_l_rpr returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_rpr returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_rpr metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_rpr(landscape, classes_max = 5) + +test_that("lsm_l_rpr is typestable", { + expect_is(lsm_l_rpr(landscape, classes_max = 5), "tbl_df") + expect_is(lsm_l_rpr(landscape_stack, classes_max = 5), "tbl_df") + expect_is(lsm_l_rpr(landscape_list, classes_max = 5), "tbl_df") +}) + +test_that("lsm_l_rpr returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_rpr returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-shape-cv.R b/tests/testthat/test-lsm-l-shape-cv.R index 521ad9220..71eb5150d 100644 --- a/tests/testthat/test-lsm-l-shape-cv.R +++ b/tests/testthat/test-lsm-l-shape-cv.R @@ -1,23 +1,22 @@ -context("landscape level lsm_l_shape_cv metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_shape_cv(landscape) - -test_that("lsm_l_shape_cv is typestable", { - expect_is(lsm_l_shape_cv(landscape), "tbl_df") - expect_is(lsm_l_shape_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_shape_cv(landscape_brick), "tbl_df") - expect_is(lsm_l_shape_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_l_shape_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_shape_cv returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_shape_cv metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_shape_cv(landscape) + +test_that("lsm_l_shape_cv is typestable", { + expect_is(lsm_l_shape_cv(landscape), "tbl_df") + expect_is(lsm_l_shape_cv(landscape_stack), "tbl_df") + expect_is(lsm_l_shape_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_l_shape_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_shape_cv returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-shape-mn.R b/tests/testthat/test-lsm-l-shape-mn.R index 31ff61c59..a891344f1 100644 --- a/tests/testthat/test-lsm-l-shape-mn.R +++ b/tests/testthat/test-lsm-l-shape-mn.R @@ -1,23 +1,22 @@ -context("landscape level lsm_l_shape_mn metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_shape_mn(landscape) - -test_that("lsm_l_shape_mn is typestable", { - expect_is(lsm_l_shape_mn(landscape), "tbl_df") - expect_is(lsm_l_shape_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_shape_mn(landscape_brick), "tbl_df") - expect_is(lsm_l_shape_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_l_shape_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_shape_mn returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_shape_mn metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_shape_mn(landscape) + +test_that("lsm_l_shape_mn is typestable", { + expect_is(lsm_l_shape_mn(landscape), "tbl_df") + expect_is(lsm_l_shape_mn(landscape_stack), "tbl_df") + expect_is(lsm_l_shape_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_l_shape_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_shape_mn returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-shape-sd.R b/tests/testthat/test-lsm-l-shape-sd.R index d3b45e60c..759533409 100644 --- a/tests/testthat/test-lsm-l-shape-sd.R +++ b/tests/testthat/test-lsm-l-shape-sd.R @@ -1,23 +1,22 @@ -context("landscape level lsm_l_shape_sd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_shape_sd(landscape) - -test_that("lsm_l_shape_sd is typestable", { - expect_is(lsm_l_shape_sd(landscape), "tbl_df") - expect_is(lsm_l_shape_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_shape_sd(landscape_brick), "tbl_df") - expect_is(lsm_l_shape_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_shape_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_shape_sd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_shape_sd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_shape_sd(landscape) + +test_that("lsm_l_shape_sd is typestable", { + expect_is(lsm_l_shape_sd(landscape), "tbl_df") + expect_is(lsm_l_shape_sd(landscape_stack), "tbl_df") + expect_is(lsm_l_shape_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_shape_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_shape_sd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-shdi.R b/tests/testthat/test-lsm-l-shdi.R index 61e69d328..038900626 100644 --- a/tests/testthat/test-lsm-l-shdi.R +++ b/tests/testthat/test-lsm-l-shdi.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_shdi metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_shdi(landscape) - -test_that("lsm_l_shdi is typestable", { - expect_is(lsm_l_shdi(landscape), "tbl_df") - expect_is(lsm_l_shdi(landscape_stack), "tbl_df") - expect_is(lsm_l_shdi(landscape_brick), "tbl_df") - expect_is(lsm_l_shdi(landscape_list), "tbl_df") -}) - -test_that("lsm_l_shdi returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_shdi returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_shdi metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_shdi(landscape) + +test_that("lsm_l_shdi is typestable", { + expect_is(lsm_l_shdi(landscape), "tbl_df") + expect_is(lsm_l_shdi(landscape_stack), "tbl_df") + expect_is(lsm_l_shdi(landscape_list), "tbl_df") +}) + +test_that("lsm_l_shdi returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_shdi returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-shei.R b/tests/testthat/test-lsm-l-shei.R index 97b9a0e21..ba3ecae54 100644 --- a/tests/testthat/test-lsm-l-shei.R +++ b/tests/testthat/test-lsm-l-shei.R @@ -1,31 +1,30 @@ -context("landscape level lsm_l_shei metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_shei(landscape) - - - -test_that("lsm_l_shei is typestable", { - expect_is(lsm_l_shei(landscape), "tbl_df") - expect_is(lsm_l_shei(landscape_stack), "tbl_df") - expect_is(lsm_l_shei(landscape_brick), "tbl_df") - expect_is(lsm_l_shei(landscape_list), "tbl_df") -}) - -test_that("lsm_l_shei returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_shei returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - -landscape[] = 1 -test_that("lsm_l_shei returns 0 when only one patch present", { - expect_equal(lsm_l_shei(landscape)$value, 0) -}) - +context("landscape level lsm_l_shei metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_shei(landscape) + + + +test_that("lsm_l_shei is typestable", { + expect_is(lsm_l_shei(landscape), "tbl_df") + expect_is(lsm_l_shei(landscape_stack), "tbl_df") + expect_is(lsm_l_shei(landscape_list), "tbl_df") +}) + +test_that("lsm_l_shei returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_shei returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + +landscape[] = 1 +test_that("lsm_l_shei returns 0 when only one patch present", { + expect_equal(lsm_l_shei(landscape)$value, 0) +}) + diff --git a/tests/testthat/test-lsm-l-sidi.R b/tests/testthat/test-lsm-l-sidi.R index ef8d43820..d0b020704 100644 --- a/tests/testthat/test-lsm-l-sidi.R +++ b/tests/testthat/test-lsm-l-sidi.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_sidi metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_sidi(landscape) - -test_that("lsm_l_sidi is typestable", { - expect_is(lsm_l_sidi(landscape), "tbl_df") - expect_is(lsm_l_sidi(landscape_stack), "tbl_df") - expect_is(lsm_l_sidi(landscape_brick), "tbl_df") - expect_is(lsm_l_sidi(landscape_list), "tbl_df") -}) - -test_that("lsm_l_sidi returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_sidi returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_sidi metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_sidi(landscape) + +test_that("lsm_l_sidi is typestable", { + expect_is(lsm_l_sidi(landscape), "tbl_df") + expect_is(lsm_l_sidi(landscape_stack), "tbl_df") + expect_is(lsm_l_sidi(landscape_list), "tbl_df") +}) + +test_that("lsm_l_sidi returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_sidi returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-siei.R b/tests/testthat/test-lsm-l-siei.R index 45c16a7fd..9d226278c 100644 --- a/tests/testthat/test-lsm-l-siei.R +++ b/tests/testthat/test-lsm-l-siei.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_siei metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_siei(landscape) - -test_that("lsm_l_siei is typestable", { - expect_is(lsm_l_siei(landscape), "tbl_df") - expect_is(lsm_l_siei(landscape_stack), "tbl_df") - expect_is(lsm_l_siei(landscape_brick), "tbl_df") - expect_is(lsm_l_siei(landscape_list), "tbl_df") -}) - -test_that("lsm_l_siei returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_siei returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_siei metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_siei(landscape) + +test_that("lsm_l_siei is typestable", { + expect_is(lsm_l_siei(landscape), "tbl_df") + expect_is(lsm_l_siei(landscape_stack), "tbl_df") + expect_is(lsm_l_siei(landscape_list), "tbl_df") +}) + +test_that("lsm_l_siei returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_siei returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-split.R b/tests/testthat/test-lsm-l-split.R index e2d23f67e..6834893e0 100644 --- a/tests/testthat/test-lsm-l-split.R +++ b/tests/testthat/test-lsm-l-split.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_split metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_split(landscape) - -test_that("lsm_l_split is typestable", { - expect_is(lsm_l_split(landscape), "tbl_df") - expect_is(lsm_l_split(landscape_stack), "tbl_df") - expect_is(lsm_l_split(landscape_brick), "tbl_df") - expect_is(lsm_l_split(landscape_list), "tbl_df") -}) - -test_that("lsm_l_split returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_split returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_split metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_split(landscape) + +test_that("lsm_l_split is typestable", { + expect_is(lsm_l_split(landscape), "tbl_df") + expect_is(lsm_l_split(landscape_stack), "tbl_df") + expect_is(lsm_l_split(landscape_list), "tbl_df") +}) + +test_that("lsm_l_split returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_split returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-ta.R b/tests/testthat/test-lsm-l-ta.R index 38eede7e4..41eea4974 100644 --- a/tests/testthat/test-lsm-l-ta.R +++ b/tests/testthat/test-lsm-l-ta.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_ta metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_ta(landscape) - -test_that("lsm_l_ta is typestable", { - expect_is(lsm_l_ta(landscape), "tbl_df") - expect_is(lsm_l_ta(landscape_stack), "tbl_df") - expect_is(lsm_l_ta(landscape_brick), "tbl_df") - expect_is(lsm_l_ta(landscape_list), "tbl_df") -}) - -test_that("lsm_l_ta returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_ta returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_ta metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_ta(landscape) + +test_that("lsm_l_ta is typestable", { + expect_is(lsm_l_ta(landscape), "tbl_df") + expect_is(lsm_l_ta(landscape_stack), "tbl_df") + expect_is(lsm_l_ta(landscape_list), "tbl_df") +}) + +test_that("lsm_l_ta returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_ta returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-tca.R b/tests/testthat/test-lsm-l-tca.R index 2c19bac02..89d7ebb53 100644 --- a/tests/testthat/test-lsm-l-tca.R +++ b/tests/testthat/test-lsm-l-tca.R @@ -1,24 +1,23 @@ -context("landscape level lsm_l_tca metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_tca(landscape) - -test_that("lsm_l_tca is typestable", { - expect_is(lsm_l_tca(landscape), "tbl_df") - expect_is(lsm_l_tca(landscape_stack), "tbl_df") - expect_is(lsm_l_tca(landscape_brick), "tbl_df") - expect_is(lsm_l_tca(landscape_list), "tbl_df") -}) - -test_that("lsm_l_tca returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_tca returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_tca metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_tca(landscape) + +test_that("lsm_l_tca is typestable", { + expect_is(lsm_l_tca(landscape), "tbl_df") + expect_is(lsm_l_tca(landscape_stack), "tbl_df") + expect_is(lsm_l_tca(landscape_list), "tbl_df") +}) + +test_that("lsm_l_tca returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_tca returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-te.R b/tests/testthat/test-lsm-l-te.R index e227401b2..270ee7f7b 100644 --- a/tests/testthat/test-lsm-l-te.R +++ b/tests/testthat/test-lsm-l-te.R @@ -1,57 +1,56 @@ -context("landscape level lsm_l_te metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_te(landscape) - -test_lsm <- matrix(data = NA, nrow = 25, ncol = 30) - -test_lsm[c(5:7), c(5:7)] <- 1 -test_lsm[4, 6] <- 1 -test_lsm[6, 8] <- 1 -test_lsm[8, 6] <- 1 -test_lsm[6, 4] <- 1 -test_lsm[6, 6] <- 2 - -test_lsm <- raster::raster(test_lsm, xmn = 0, xmx = 30, ymn = 0, ymx = 25) - -test_that("lsm_l_te is typestable", { - expect_is(lsm_l_te(landscape), "tbl_df") - expect_is(lsm_l_te(landscape_stack), "tbl_df") - expect_is(lsm_l_te(landscape_brick), "tbl_df") - expect_is(lsm_l_te(landscape_list), "tbl_df") -}) - -test_that("lsm_l_te returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_te returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - -test_that("lsm_l_te option count_boundary is working", { - te_with_boundary <- lsm_l_te(landscape, count_boundary = TRUE) - te_without_boundary <- lsm_l_te(landscape, count_boundary = FALSE) - expect_lt(te_without_boundary$value, te_with_boundary$value) -}) - -test_that("lsm_l_te can handle raster with different xy resolution", { - expect_is(lsm_l_te(landscape_diff_res), "tbl_df") -}) - - -test_that("lsm_l_te is the same if count_boundary = FALSE", { - - result_cbF <- lsm_c_te(test_lsm, count_boundary = FALSE) - result_cbT <- lsm_c_te(test_lsm, count_boundary = TRUE) - - result_l_cbF <- lsm_l_te(test_lsm, count_boundary = FALSE) - result_l_cbT <- lsm_l_te(test_lsm, count_boundary = TRUE) - - expect_true(all(result_l_cbF$value == result_cbF$value)) - expect_true(all(result_l_cbT$value == max(result_cbT$value))) -}) +context("landscape level lsm_l_te metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_te(landscape) + +test_lsm <- matrix(data = NA, nrow = 25, ncol = 30) + +test_lsm[c(5:7), c(5:7)] <- 1 +test_lsm[4, 6] <- 1 +test_lsm[6, 8] <- 1 +test_lsm[8, 6] <- 1 +test_lsm[6, 4] <- 1 +test_lsm[6, 6] <- 2 + +test_lsm <- terra::rast(test_lsm) + +test_that("lsm_l_te is typestable", { + expect_is(lsm_l_te(landscape), "tbl_df") + expect_is(lsm_l_te(landscape_stack), "tbl_df") + expect_is(lsm_l_te(landscape_list), "tbl_df") +}) + +test_that("lsm_l_te returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_te returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + +test_that("lsm_l_te option count_boundary is working", { + te_with_boundary <- lsm_l_te(landscape, count_boundary = TRUE) + te_without_boundary <- lsm_l_te(landscape, count_boundary = FALSE) + expect_lt(te_without_boundary$value, te_with_boundary$value) +}) + +test_that("lsm_l_te can handle raster with different xy resolution", { + expect_is(lsm_l_te(landscape_diff_res), "tbl_df") +}) + + +test_that("lsm_l_te is the same if count_boundary = FALSE", { + + result_cbF <- lsm_c_te(test_lsm, count_boundary = FALSE) + result_cbT <- lsm_c_te(test_lsm, count_boundary = TRUE) + + result_l_cbF <- lsm_l_te(test_lsm, count_boundary = FALSE) + result_l_cbT <- lsm_l_te(test_lsm, count_boundary = TRUE) + + expect_true(all(result_l_cbF$value == result_cbF$value)) + expect_true(all(result_l_cbT$value == max(result_cbT$value))) +}) diff --git a/tests/testthat/test-lsm-p-area.R b/tests/testthat/test-lsm-p-area.R index dad1195fd..9b3ee5ba7 100644 --- a/tests/testthat/test-lsm-p-area.R +++ b/tests/testthat/test-lsm-p-area.R @@ -1,25 +1,24 @@ -context("patch level lsm_p_area metric") - -landscapemetrics_patch_landscape_value <- lsm_p_area(landscape) - -test_that("lsm_p_area is typestable", { - expect_is(lsm_p_area(landscape), "tbl_df") - expect_is(lsm_p_area(landscape_stack), "tbl_df") - expect_is(lsm_p_area(landscape_brick), "tbl_df") - expect_is(lsm_p_area(landscape_list), "tbl_df") -}) - -test_that("lsm_p_area returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) -}) - -test_that("lsm_p_area returns in every column the correct type", { - expect_type(landscapemetrics_patch_landscape_value$layer, "integer") - expect_type(landscapemetrics_patch_landscape_value$level, "character") - expect_type(landscapemetrics_patch_landscape_value$class, "integer") - expect_type(landscapemetrics_patch_landscape_value$id, "integer") - expect_type(landscapemetrics_patch_landscape_value$metric, "character") - expect_type(landscapemetrics_patch_landscape_value$value, "double") -}) - - +context("patch level lsm_p_area metric") + +landscapemetrics_patch_landscape_value <- lsm_p_area(landscape) + +test_that("lsm_p_area is typestable", { + expect_is(lsm_p_area(landscape), "tbl_df") + expect_is(lsm_p_area(landscape_stack), "tbl_df") + expect_is(lsm_p_area(landscape_list), "tbl_df") +}) + +test_that("lsm_p_area returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) +}) + +test_that("lsm_p_area returns in every column the correct type", { + expect_type(landscapemetrics_patch_landscape_value$layer, "integer") + expect_type(landscapemetrics_patch_landscape_value$level, "character") + expect_type(landscapemetrics_patch_landscape_value$class, "integer") + expect_type(landscapemetrics_patch_landscape_value$id, "integer") + expect_type(landscapemetrics_patch_landscape_value$metric, "character") + expect_type(landscapemetrics_patch_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-p-cai.R b/tests/testthat/test-lsm-p-cai.R index 3157fd036..1f1ad16cf 100644 --- a/tests/testthat/test-lsm-p-cai.R +++ b/tests/testthat/test-lsm-p-cai.R @@ -1,23 +1,22 @@ -context("patch level lsm_p_cai metric") - -landscapemetrics_patch_landscape_value <- lsm_p_cai(landscape) - -test_that("lsm_p_cai is typestable", { - expect_is(lsm_p_cai(landscape), "tbl_df") - expect_is(lsm_p_cai(landscape_stack), "tbl_df") - expect_is(lsm_p_cai(landscape_brick), "tbl_df") - expect_is(lsm_p_cai(landscape_list), "tbl_df") -}) - -test_that("lsm_p_cai returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) -}) - -test_that("lsm_p_cai returns in every column the correct type", { - expect_type(landscapemetrics_patch_landscape_value$layer, "integer") - expect_type(landscapemetrics_patch_landscape_value$level, "character") - expect_type(landscapemetrics_patch_landscape_value$class, "integer") - expect_type(landscapemetrics_patch_landscape_value$id, "integer") - expect_type(landscapemetrics_patch_landscape_value$metric, "character") - expect_type(landscapemetrics_patch_landscape_value$value, "double") -}) +context("patch level lsm_p_cai metric") + +landscapemetrics_patch_landscape_value <- lsm_p_cai(landscape) + +test_that("lsm_p_cai is typestable", { + expect_is(lsm_p_cai(landscape), "tbl_df") + expect_is(lsm_p_cai(landscape_stack), "tbl_df") + expect_is(lsm_p_cai(landscape_list), "tbl_df") +}) + +test_that("lsm_p_cai returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) +}) + +test_that("lsm_p_cai returns in every column the correct type", { + expect_type(landscapemetrics_patch_landscape_value$layer, "integer") + expect_type(landscapemetrics_patch_landscape_value$level, "character") + expect_type(landscapemetrics_patch_landscape_value$class, "integer") + expect_type(landscapemetrics_patch_landscape_value$id, "integer") + expect_type(landscapemetrics_patch_landscape_value$metric, "character") + expect_type(landscapemetrics_patch_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-p-circle.R b/tests/testthat/test-lsm-p-circle.R index feb27b124..fa880f139 100644 --- a/tests/testthat/test-lsm-p-circle.R +++ b/tests/testthat/test-lsm-p-circle.R @@ -1,28 +1,27 @@ -context("patch level lsm_p_circle metric") - -landscapemetrics_patch_landscape_value <- lsm_p_circle(landscape) - -test_that("lsm_p_circle is typestable", { - expect_is(lsm_p_circle(landscape), "tbl_df") - expect_is(lsm_p_circle(landscape_stack), "tbl_df") - expect_is(lsm_p_circle(landscape_brick), "tbl_df") - expect_is(lsm_p_circle(landscape_list), "tbl_df") -}) - -test_that("lsm_p_circle returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) -}) - -test_that("lsm_p_circle returns in every column the correct type", { - expect_type(landscapemetrics_patch_landscape_value$layer, "integer") - expect_type(landscapemetrics_patch_landscape_value$level, "character") - expect_type(landscapemetrics_patch_landscape_value$class, "integer") - expect_type(landscapemetrics_patch_landscape_value$id, "integer") - expect_type(landscapemetrics_patch_landscape_value$metric, "character") - expect_type(landscapemetrics_patch_landscape_value$value, "double") -}) - -test_that("lsm_p_circle can also handle irregular sized cells", { - expect_error(object = lsm_p_circle(landscape_diff_res), - regexp = "The area of the circumscribing circle is currently only implemented for equal resolutions.") -}) +context("patch level lsm_p_circle metric") + +landscapemetrics_patch_landscape_value <- lsm_p_circle(landscape) + +test_that("lsm_p_circle is typestable", { + expect_is(lsm_p_circle(landscape), "tbl_df") + expect_is(lsm_p_circle(landscape_stack), "tbl_df") + expect_is(lsm_p_circle(landscape_list), "tbl_df") +}) + +test_that("lsm_p_circle returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) +}) + +test_that("lsm_p_circle returns in every column the correct type", { + expect_type(landscapemetrics_patch_landscape_value$layer, "integer") + expect_type(landscapemetrics_patch_landscape_value$level, "character") + expect_type(landscapemetrics_patch_landscape_value$class, "integer") + expect_type(landscapemetrics_patch_landscape_value$id, "integer") + expect_type(landscapemetrics_patch_landscape_value$metric, "character") + expect_type(landscapemetrics_patch_landscape_value$value, "double") +}) + +test_that("lsm_p_circle can also handle irregular sized cells", { + expect_error(object = lsm_p_circle(landscape_diff_res), + regexp = "The area of the circumscribing circle is currently only implemented for equal resolutions.") +}) diff --git a/tests/testthat/test-lsm-p-contig.R b/tests/testthat/test-lsm-p-contig.R index cd612623c..1d13a02c7 100644 --- a/tests/testthat/test-lsm-p-contig.R +++ b/tests/testthat/test-lsm-p-contig.R @@ -1,25 +1,24 @@ -context("patch level lsm_p_contig metric") - -landscapemetrics_patch_landscape_value <- lsm_p_contig(landscape) - -test_that("lsm_p_contig is typestable", { - expect_is(lsm_p_contig(landscape), "tbl_df") - expect_is(lsm_p_contig(landscape_stack), "tbl_df") - expect_is(lsm_p_contig(landscape_brick), "tbl_df") - expect_is(lsm_p_contig(landscape_list), "tbl_df") -}) - -test_that("lsm_p_contig returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) -}) - -test_that("lsm_p_contig returns in every column the correct type", { - expect_type(landscapemetrics_patch_landscape_value$layer, "integer") - expect_type(landscapemetrics_patch_landscape_value$level, "character") - expect_type(landscapemetrics_patch_landscape_value$class, "integer") - expect_type(landscapemetrics_patch_landscape_value$id, "integer") - expect_type(landscapemetrics_patch_landscape_value$metric, "character") - expect_type(landscapemetrics_patch_landscape_value$value, "double") -}) - - +context("patch level lsm_p_contig metric") + +landscapemetrics_patch_landscape_value <- lsm_p_contig(landscape) + +test_that("lsm_p_contig is typestable", { + expect_is(lsm_p_contig(landscape), "tbl_df") + expect_is(lsm_p_contig(landscape_stack), "tbl_df") + expect_is(lsm_p_contig(landscape_list), "tbl_df") +}) + +test_that("lsm_p_contig returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) +}) + +test_that("lsm_p_contig returns in every column the correct type", { + expect_type(landscapemetrics_patch_landscape_value$layer, "integer") + expect_type(landscapemetrics_patch_landscape_value$level, "character") + expect_type(landscapemetrics_patch_landscape_value$class, "integer") + expect_type(landscapemetrics_patch_landscape_value$id, "integer") + expect_type(landscapemetrics_patch_landscape_value$metric, "character") + expect_type(landscapemetrics_patch_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-p-core.R b/tests/testthat/test-lsm-p-core.R index 98252caf5..b891ee0e6 100644 --- a/tests/testthat/test-lsm-p-core.R +++ b/tests/testthat/test-lsm-p-core.R @@ -1,34 +1,33 @@ -context("patch level lsm_p_core metric") - -landscapemetrics_patch_landscape_value <- lsm_p_core(landscape) - -test_that("lsm_p_core works for a single class landscape", { - landscape_single_patch <- landscape - landscape_single_patch[] <- 1 - result <- lsm_p_core(landscape_single_patch, consider_boundary = TRUE) - expect_equal(result$value, 0.09) -}) - -test_that("lsm_p_core is typestable", { - expect_is(lsm_p_core(landscape), "tbl_df") - expect_is(lsm_p_core(landscape_stack), "tbl_df") - expect_is(lsm_p_core(landscape_brick), "tbl_df") - expect_is(lsm_p_core(landscape_list), "tbl_df") -}) - -test_that("lsm_p_core returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) -}) - -test_that("lsm_p_core returns in every column the correct type", { - expect_type(landscapemetrics_patch_landscape_value$layer, "integer") - expect_type(landscapemetrics_patch_landscape_value$level, "character") - expect_type(landscapemetrics_patch_landscape_value$class, "integer") - expect_type(landscapemetrics_patch_landscape_value$id, "integer") - expect_type(landscapemetrics_patch_landscape_value$metric, "character") - expect_type(landscapemetrics_patch_landscape_value$value, "double") -}) - -test_that("lsm_p_core can set edge depth typestable", { - expect_is(lsm_p_core(landscape, edge_depth = 3), "tbl_df") -}) +context("patch level lsm_p_core metric") + +landscapemetrics_patch_landscape_value <- lsm_p_core(landscape) + +test_that("lsm_p_core works for a single class landscape", { + landscape_single_patch <- landscape + landscape_single_patch[] <- 1 + result <- lsm_p_core(landscape_single_patch, consider_boundary = TRUE) + expect_equal(result$value, 0.09) +}) + +test_that("lsm_p_core is typestable", { + expect_is(lsm_p_core(landscape), "tbl_df") + expect_is(lsm_p_core(landscape_stack), "tbl_df") + expect_is(lsm_p_core(landscape_list), "tbl_df") +}) + +test_that("lsm_p_core returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) +}) + +test_that("lsm_p_core returns in every column the correct type", { + expect_type(landscapemetrics_patch_landscape_value$layer, "integer") + expect_type(landscapemetrics_patch_landscape_value$level, "character") + expect_type(landscapemetrics_patch_landscape_value$class, "integer") + expect_type(landscapemetrics_patch_landscape_value$id, "integer") + expect_type(landscapemetrics_patch_landscape_value$metric, "character") + expect_type(landscapemetrics_patch_landscape_value$value, "double") +}) + +test_that("lsm_p_core can set edge depth typestable", { + expect_is(lsm_p_core(landscape, edge_depth = 3), "tbl_df") +}) diff --git a/tests/testthat/test-lsm-p-enn.R b/tests/testthat/test-lsm-p-enn.R index fd418b76c..6dfc6bdb8 100644 --- a/tests/testthat/test-lsm-p-enn.R +++ b/tests/testthat/test-lsm-p-enn.R @@ -1,25 +1,24 @@ -context("patch level lsm_p_enn metric") - -landscapemetrics_patch_landscape_value <- lsm_p_enn(landscape) - -test_that("lsm_p_enn is typestable", { - expect_is(lsm_p_enn(landscape), "tbl_df") - expect_is(lsm_p_enn(landscape_stack), "tbl_df") - expect_is(lsm_p_enn(landscape_brick), "tbl_df") - expect_is(lsm_p_enn(landscape_list), "tbl_df") -}) - -test_that("lsm_p_enn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) -}) - -test_that("lsm_p_enn returns in every column the correct type", { - expect_type(landscapemetrics_patch_landscape_value$layer, "integer") - expect_type(landscapemetrics_patch_landscape_value$level, "character") - expect_type(landscapemetrics_patch_landscape_value$class, "integer") - expect_type(landscapemetrics_patch_landscape_value$id, "integer") - expect_type(landscapemetrics_patch_landscape_value$metric, "character") - expect_type(landscapemetrics_patch_landscape_value$value, "double") -}) - - +context("patch level lsm_p_enn metric") + +landscapemetrics_patch_landscape_value <- lsm_p_enn(landscape) + +test_that("lsm_p_enn is typestable", { + expect_is(lsm_p_enn(landscape), "tbl_df") + expect_is(lsm_p_enn(landscape_stack), "tbl_df") + expect_is(lsm_p_enn(landscape_list), "tbl_df") +}) + +test_that("lsm_p_enn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) +}) + +test_that("lsm_p_enn returns in every column the correct type", { + expect_type(landscapemetrics_patch_landscape_value$layer, "integer") + expect_type(landscapemetrics_patch_landscape_value$level, "character") + expect_type(landscapemetrics_patch_landscape_value$class, "integer") + expect_type(landscapemetrics_patch_landscape_value$id, "integer") + expect_type(landscapemetrics_patch_landscape_value$metric, "character") + expect_type(landscapemetrics_patch_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-p-frac.R b/tests/testthat/test-lsm-p-frac.R index 682559e42..6843a1db3 100644 --- a/tests/testthat/test-lsm-p-frac.R +++ b/tests/testthat/test-lsm-p-frac.R @@ -1,25 +1,24 @@ -context("patch level lsm_p_frac metric") - -landscapemetrics_patch_landscape_value <- lsm_p_frac(landscape) - -test_that("lsm_p_frac is typestable", { - expect_is(lsm_p_frac(landscape), "tbl_df") - expect_is(lsm_p_frac(landscape_stack), "tbl_df") - expect_is(lsm_p_frac(landscape_brick), "tbl_df") - expect_is(lsm_p_frac(landscape_list), "tbl_df") -}) - -test_that("lsm_p_frac returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) -}) - -test_that("lsm_p_frac returns in every column the correct type", { - expect_type(landscapemetrics_patch_landscape_value$layer, "integer") - expect_type(landscapemetrics_patch_landscape_value$level, "character") - expect_type(landscapemetrics_patch_landscape_value$class, "integer") - expect_type(landscapemetrics_patch_landscape_value$id, "integer") - expect_type(landscapemetrics_patch_landscape_value$metric, "character") - expect_type(landscapemetrics_patch_landscape_value$value, "double") -}) - - +context("patch level lsm_p_frac metric") + +landscapemetrics_patch_landscape_value <- lsm_p_frac(landscape) + +test_that("lsm_p_frac is typestable", { + expect_is(lsm_p_frac(landscape), "tbl_df") + expect_is(lsm_p_frac(landscape_stack), "tbl_df") + expect_is(lsm_p_frac(landscape_list), "tbl_df") +}) + +test_that("lsm_p_frac returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) +}) + +test_that("lsm_p_frac returns in every column the correct type", { + expect_type(landscapemetrics_patch_landscape_value$layer, "integer") + expect_type(landscapemetrics_patch_landscape_value$level, "character") + expect_type(landscapemetrics_patch_landscape_value$class, "integer") + expect_type(landscapemetrics_patch_landscape_value$id, "integer") + expect_type(landscapemetrics_patch_landscape_value$metric, "character") + expect_type(landscapemetrics_patch_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-p-gyrate.R b/tests/testthat/test-lsm-p-gyrate.R index f41386bcd..bb23836af 100644 --- a/tests/testthat/test-lsm-p-gyrate.R +++ b/tests/testthat/test-lsm-p-gyrate.R @@ -1,31 +1,30 @@ -context("patch level lsm_p_gyrate metric") - -landscapemetrics_patch_landscape_value <- lsm_p_gyrate(landscape) - -test_that("lsm_p_gyrate is typestable", { - expect_is(lsm_p_gyrate(landscape), "tbl_df") - expect_is(lsm_p_gyrate(landscape_stack), "tbl_df") - expect_is(lsm_p_gyrate(landscape_brick), "tbl_df") - expect_is(lsm_p_gyrate(landscape_list), "tbl_df") -}) - -test_that("lsm_p_gyrate returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) -}) - -test_that("lsm_p_gyrate can force centroid to be within patch", { - - result_a <- lsm_p_gyrate(landscape) - result_b <- lsm_p_gyrate(landscape, cell_center = TRUE) - - expect_true(object = any(result_a$value != result_b$value)) -}) - -test_that("lsm_p_gyrate returns in every column the correct type", { - expect_type(landscapemetrics_patch_landscape_value$layer, "integer") - expect_type(landscapemetrics_patch_landscape_value$level, "character") - expect_type(landscapemetrics_patch_landscape_value$class, "integer") - expect_type(landscapemetrics_patch_landscape_value$id, "integer") - expect_type(landscapemetrics_patch_landscape_value$metric, "character") - expect_type(landscapemetrics_patch_landscape_value$value, "double") -}) +context("patch level lsm_p_gyrate metric") + +landscapemetrics_patch_landscape_value <- lsm_p_gyrate(landscape) + +test_that("lsm_p_gyrate is typestable", { + expect_is(lsm_p_gyrate(landscape), "tbl_df") + expect_is(lsm_p_gyrate(landscape_stack), "tbl_df") + expect_is(lsm_p_gyrate(landscape_list), "tbl_df") +}) + +test_that("lsm_p_gyrate returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) +}) + +test_that("lsm_p_gyrate can force centroid to be within patch", { + + result_a <- lsm_p_gyrate(landscape) + result_b <- lsm_p_gyrate(landscape, cell_center = TRUE) + + expect_true(object = any(result_a$value != result_b$value)) +}) + +test_that("lsm_p_gyrate returns in every column the correct type", { + expect_type(landscapemetrics_patch_landscape_value$layer, "integer") + expect_type(landscapemetrics_patch_landscape_value$level, "character") + expect_type(landscapemetrics_patch_landscape_value$class, "integer") + expect_type(landscapemetrics_patch_landscape_value$id, "integer") + expect_type(landscapemetrics_patch_landscape_value$metric, "character") + expect_type(landscapemetrics_patch_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-p-nca.R b/tests/testthat/test-lsm-p-nca.R index f029909cc..921002e5e 100644 --- a/tests/testthat/test-lsm-p-nca.R +++ b/tests/testthat/test-lsm-p-nca.R @@ -1,25 +1,24 @@ -context("patch level lsm_p_nca metric") - -landscapemetrics_patch_landscape_value <- lsm_p_ncore(landscape) - -test_that("lsm_p_ncore is typestable", { - expect_is(lsm_p_ncore(landscape), "tbl_df") - expect_is(lsm_p_ncore(landscape_stack), "tbl_df") - expect_is(lsm_p_ncore(landscape_brick), "tbl_df") - expect_is(lsm_p_ncore(landscape_list), "tbl_df") -}) - -test_that("lsm_p_ncore returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) -}) - -test_that("lsm_p_ncore returns in every column the correct type", { - expect_type(landscapemetrics_patch_landscape_value$layer, "integer") - expect_type(landscapemetrics_patch_landscape_value$level, "character") - expect_type(landscapemetrics_patch_landscape_value$class, "integer") - expect_type(landscapemetrics_patch_landscape_value$id, "integer") - expect_type(landscapemetrics_patch_landscape_value$metric, "character") - expect_type(landscapemetrics_patch_landscape_value$value, "double") -}) - - +context("patch level lsm_p_nca metric") + +landscapemetrics_patch_landscape_value <- lsm_p_ncore(landscape) + +test_that("lsm_p_ncore is typestable", { + expect_is(lsm_p_ncore(landscape), "tbl_df") + expect_is(lsm_p_ncore(landscape_stack), "tbl_df") + expect_is(lsm_p_ncore(landscape_list), "tbl_df") +}) + +test_that("lsm_p_ncore returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) +}) + +test_that("lsm_p_ncore returns in every column the correct type", { + expect_type(landscapemetrics_patch_landscape_value$layer, "integer") + expect_type(landscapemetrics_patch_landscape_value$level, "character") + expect_type(landscapemetrics_patch_landscape_value$class, "integer") + expect_type(landscapemetrics_patch_landscape_value$id, "integer") + expect_type(landscapemetrics_patch_landscape_value$metric, "character") + expect_type(landscapemetrics_patch_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-p-para.R b/tests/testthat/test-lsm-p-para.R index d2545b4bb..f67d42e7c 100644 --- a/tests/testthat/test-lsm-p-para.R +++ b/tests/testthat/test-lsm-p-para.R @@ -1,25 +1,24 @@ -context("patch level lsm_p_para metric") - -landscapemetrics_patch_landscape_value <- lsm_p_para(landscape) - -test_that("lsm_p_para is typestable", { - expect_is(lsm_p_para(landscape), "tbl_df") - expect_is(lsm_p_para(landscape_stack), "tbl_df") - expect_is(lsm_p_para(landscape_brick), "tbl_df") - expect_is(lsm_p_para(landscape_list), "tbl_df") -}) - -test_that("lsm_p_para returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) -}) - -test_that("lsm_p_para returns in every column the correct type", { - expect_type(landscapemetrics_patch_landscape_value$layer, "integer") - expect_type(landscapemetrics_patch_landscape_value$level, "character") - expect_type(landscapemetrics_patch_landscape_value$class, "integer") - expect_type(landscapemetrics_patch_landscape_value$id, "integer") - expect_type(landscapemetrics_patch_landscape_value$metric, "character") - expect_type(landscapemetrics_patch_landscape_value$value, "double") -}) - - +context("patch level lsm_p_para metric") + +landscapemetrics_patch_landscape_value <- lsm_p_para(landscape) + +test_that("lsm_p_para is typestable", { + expect_is(lsm_p_para(landscape), "tbl_df") + expect_is(lsm_p_para(landscape_stack), "tbl_df") + expect_is(lsm_p_para(landscape_list), "tbl_df") +}) + +test_that("lsm_p_para returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) +}) + +test_that("lsm_p_para returns in every column the correct type", { + expect_type(landscapemetrics_patch_landscape_value$layer, "integer") + expect_type(landscapemetrics_patch_landscape_value$level, "character") + expect_type(landscapemetrics_patch_landscape_value$class, "integer") + expect_type(landscapemetrics_patch_landscape_value$id, "integer") + expect_type(landscapemetrics_patch_landscape_value$metric, "character") + expect_type(landscapemetrics_patch_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-p-perim.R b/tests/testthat/test-lsm-p-perim.R index 54fa437ac..1096e0f8e 100644 --- a/tests/testthat/test-lsm-p-perim.R +++ b/tests/testthat/test-lsm-p-perim.R @@ -1,27 +1,26 @@ -context("patch level lsm_p_perim metric") - -result <- lsm_p_perim(landscape) - -test_that("lsm_p_perim is typestable", { - expect_is(lsm_p_perim(landscape), "tbl_df") - expect_is(lsm_p_perim(landscape_stack), "tbl_df") - expect_is(lsm_p_perim(landscape_brick), "tbl_df") - expect_is(lsm_p_perim(landscape_list), "tbl_df") -}) - -test_that("lsm_p_perim returns the desired number of columns", { - expect_equal(ncol(result), 6) -}) - -test_that("lsm_p_perim returns in every column the correct type", { - expect_type(result$layer, "integer") - expect_type(result$level, "character") - expect_type(result$class, "integer") - expect_type(result$id, "integer") - expect_type(result$metric, "character") - expect_type(result$value, "double") -}) - -test_that("lsm_p_perim can also handle irregular sized cells", { - expect_is(lsm_p_perim(landscape_diff_res), "tbl_df") -}) +context("patch level lsm_p_perim metric") + +result <- lsm_p_perim(landscape) + +test_that("lsm_p_perim is typestable", { + expect_is(lsm_p_perim(landscape), "tbl_df") + expect_is(lsm_p_perim(landscape_stack), "tbl_df") + expect_is(lsm_p_perim(landscape_list), "tbl_df") +}) + +test_that("lsm_p_perim returns the desired number of columns", { + expect_equal(ncol(result), 6) +}) + +test_that("lsm_p_perim returns in every column the correct type", { + expect_type(result$layer, "integer") + expect_type(result$level, "character") + expect_type(result$class, "integer") + expect_type(result$id, "integer") + expect_type(result$metric, "character") + expect_type(result$value, "double") +}) + +test_that("lsm_p_perim can also handle irregular sized cells", { + expect_is(lsm_p_perim(landscape_diff_res), "tbl_df") +}) diff --git a/tests/testthat/test-lsm-p-shape.R b/tests/testthat/test-lsm-p-shape.R index 8bd5d99f4..d8c09a7b0 100644 --- a/tests/testthat/test-lsm-p-shape.R +++ b/tests/testthat/test-lsm-p-shape.R @@ -1,24 +1,23 @@ -context("patch level lsm_p_shape metric") - -landscapemetrics_patch_landscape_value <- lsm_p_shape(landscape) - -test_that("lsm_p_shape is typestable", { - expect_is(lsm_p_shape(landscape), "tbl_df") - expect_is(lsm_p_shape(landscape_stack), "tbl_df") - expect_is(lsm_p_shape(landscape_brick), "tbl_df") - expect_is(lsm_p_shape(landscape_list), "tbl_df") -}) - -test_that("lsm_p_shape returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) -}) - -test_that("lsm_p_shape returns in every column the correct type", { - expect_type(landscapemetrics_patch_landscape_value$layer, "integer") - expect_type(landscapemetrics_patch_landscape_value$level, "character") - expect_type(landscapemetrics_patch_landscape_value$class, "integer") - expect_type(landscapemetrics_patch_landscape_value$id, "integer") - expect_type(landscapemetrics_patch_landscape_value$metric, "character") - expect_type(landscapemetrics_patch_landscape_value$value, "double") -}) - +context("patch level lsm_p_shape metric") + +landscapemetrics_patch_landscape_value <- lsm_p_shape(landscape) + +test_that("lsm_p_shape is typestable", { + expect_is(lsm_p_shape(landscape), "tbl_df") + expect_is(lsm_p_shape(landscape_stack), "tbl_df") + expect_is(lsm_p_shape(landscape_list), "tbl_df") +}) + +test_that("lsm_p_shape returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) +}) + +test_that("lsm_p_shape returns in every column the correct type", { + expect_type(landscapemetrics_patch_landscape_value$layer, "integer") + expect_type(landscapemetrics_patch_landscape_value$level, "character") + expect_type(landscapemetrics_patch_landscape_value$class, "integer") + expect_type(landscapemetrics_patch_landscape_value$id, "integer") + expect_type(landscapemetrics_patch_landscape_value$metric, "character") + expect_type(landscapemetrics_patch_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-matrix-to-raster.R b/tests/testthat/test-matrix-to-raster.R index 9de08c0a6..312308f13 100644 --- a/tests/testthat/test-matrix-to-raster.R +++ b/tests/testthat/test-matrix-to-raster.R @@ -1,48 +1,48 @@ -context("matrix_to_raster") - -landscape_matrix <- raster::as.matrix(landscape) - -test_that("matrix_to_raster works with provided landscape", { - - landscape_new <- matrix_to_raster(matrix =landscape_matrix, - landscape = landscape) - - expect_is(landscape_new, class = "RasterLayer") - expect_true(raster::extent(landscape_new) == raster::extent(landscape)) -}) - -test_that("matrix_to_raster works with x, resolution, crs arguments", { - - landscape_new <- matrix_to_raster(matrix = landscape_matrix, - extent = raster::extent(landscape), - resolution = raster::res(landscape), - crs = raster::crs(landscape)) - - expect_is(landscape_new, class = "RasterLayer") - expect_true(raster::extent(landscape_new) == raster::extent(landscape)) -}) - -test_that("matrix_to_raster works with provided empty landscape", { - - landscape_empty <- raster::raster(x = raster::extent(landscape), - resolution = raster::res(landscape), - crs = raster::crs(landscape)) - - landscape_new <- matrix_to_raster(matrix =landscape_matrix, - landscape = landscape_empty, - landscape_empty = TRUE) - - expect_is(landscape_new, class = "RasterLayer") - expect_true(raster::extent(landscape_new) == raster::extent(landscape)) -}) - -test_that("matrix_to_raster writes on disk", { - - landscape_new <- matrix_to_raster(matrix =landscape_matrix, - landscape = landscape, - to_disk = TRUE) - - expect_is(landscape_new, class = "RasterLayer") - expect_true(raster::extent(landscape_new) == raster::extent(landscape)) - expect_false(raster::inMemory(landscape_new)) -}) +context("matrix_to_raster") + +landscape_matrix <-terra::as.matrix(landscape, wide = TRUE) + +test_that("matrix_to_raster works with provided landscape", { + + landscape_new <- matrix_to_raster(matrix =landscape_matrix, + landscape = landscape) + + expect_is(landscape_new, class = "SpatRaster") + expect_true(terra::ext(landscape_new) == terra::ext(landscape)) +}) + +test_that("matrix_to_raster works with x, resolution, crs arguments", { + + landscape_new <- matrix_to_raster(matrix = landscape_matrix, + extent = terra::ext(landscape), + resolution = terra::res(landscape), + crs = terra::crs(landscape)) + + expect_is(landscape_new, class = "SpatRaster") + expect_true(terra::ext(landscape_new) == terra::ext(landscape)) +}) + +test_that("matrix_to_raster works with provided empty landscape", { + + landscape_empty <- terra::rast(x = terra::ext(landscape), + resolution = terra::res(landscape), + crs = terra::crs(landscape)) + + landscape_new <- matrix_to_raster(matrix =landscape_matrix, + landscape = landscape_empty, + landscape_empty = TRUE) + + expect_is(landscape_new, class = "SpatRaster") + expect_true(terra::ext(landscape_new) == terra::ext(landscape)) +}) + +test_that("matrix_to_raster writes on disk", { + + landscape_new <- matrix_to_raster(matrix =landscape_matrix, + landscape = landscape, + to_disk = TRUE) + + expect_is(landscape_new, class = "SpatRaster") + expect_true(terra::ext(landscape_new) == terra::ext(landscape)) + expect_false(terra::inMemory(landscape_new)) +}) diff --git a/tests/testthat/test-options-landscapemetrics.R b/tests/testthat/test-options-landscapemetrics.R index 47ec18fde..6afead93b 100644 --- a/tests/testthat/test-options-landscapemetrics.R +++ b/tests/testthat/test-options-landscapemetrics.R @@ -1,13 +1,13 @@ -context("options_landscapemetrics") - -test_that("option parameters work", { - - options(to_disk = TRUE) - - patches <- get_patches(landscape) - - expect_true(object = getOption("to_disk")) - expect_false(object = all(vapply(patches[[1]], raster::inMemory, FUN.VALUE = logical(1)))) -}) - -options(to_disk = NULL) +context("options_landscapemetrics") + +test_that("option parameters work", { + + options(to_disk = TRUE) + + patches <- get_patches(landscape) + + expect_true(object = getOption("to_disk")) + expect_false(object = all(vapply(patches[[1]], terra::inMemory, FUN.VALUE = logical(1)))) +}) + +options(to_disk = NULL) diff --git a/tests/testthat/test-pad-raster.R b/tests/testthat/test-pad-raster.R index a1f4375ef..301871faa 100644 --- a/tests/testthat/test-pad-raster.R +++ b/tests/testthat/test-pad-raster.R @@ -1,61 +1,60 @@ -context("pad_raster") - -test_that("pad_raster can handle all raster inputs", { - - landscape_matrix <- raster::as.matrix(landscape) - - expect_is(pad_raster(landscape), "list") - expect_is(pad_raster(landscape_stack), "list") - expect_is(pad_raster(landscape_brick), "list") - expect_is(pad_raster(landscape_list), "list") - expect_is(pad_raster(landscape_matrix, return_raster = FALSE, to_disk = FALSE), "list") -}) - -test_that("pad_raster adds correct number of rows/cols", { - - result_a <- pad_raster(landscape, pad_raster_cells = 1, global = TRUE)[[1]] - - result_b <- pad_raster(landscape, pad_raster_cells = 5, global = TRUE)[[1]] - - # original landscape is 30 x 30 and adding 1 rows/cols in each direction - expect_equal(object = raster::nrow(result_a), expected = 32) - expect_equal(object = raster::nrow(result_a), expected = 32) - - # original landscape is 30 x 30 and adding 5 rows/cols in each direction - expect_equal(object = raster::nrow(result_b), expected = 40) - expect_equal(object = raster::nrow(result_b), expected = 40) -}) - -test_that("pad_raster can add different padding values", { - - result <- pad_raster(landscape, pad_raster_value = NA)[[1]] - - expect_true(anyNA(raster::values(result))) -}) - -test_that("pad_raster can return RasterLayer and matrix", { - - raster_layer <- pad_raster(landscape)[[1]] - - mat <- pad_raster(landscape, return_raster = FALSE)[[1]] - - expect_is(object = raster_layer, class = "RasterLayer") - - expect_is(object = mat, class = "matrix") -}) - -test_that("pad_raster can return write to disk", { - - result <- pad_raster(landscape, to_disk = TRUE) - - expect_false(object = raster::inMemory(result[[1]])) -}) - -test_that("pad_raster returns warning for matrix and return_raster = TRUE", { - - expect_warning(object = pad_raster(landscape_matrix, return_raster = TRUE), - regexp = "'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.") - - expect_warning(object = pad_raster(landscape_matrix, to_disk = TRUE), - regexp = "'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.") -}) +context("pad_raster") + +test_that("pad_raster can handle all raster inputs", { + + landscape_matrix <-terra::as.matrix(landscape, wide = TRUE) + + expect_is(pad_raster(landscape), "list") + expect_is(pad_raster(landscape_stack), "list") + expect_is(pad_raster(landscape_list), "list") + expect_is(pad_raster(landscape_matrix, return_raster = FALSE, to_disk = FALSE), "list") +}) + +test_that("pad_raster adds correct number of rows/cols", { + + result_a <- pad_raster(landscape, pad_raster_cells = 1, global = TRUE)[[1]] + + result_b <- pad_raster(landscape, pad_raster_cells = 5, global = TRUE)[[1]] + + # original landscape is 30 x 30 and adding 1 rows/cols in each direction + expect_equal(object = terra::nrow(result_a), expected = 32) + expect_equal(object = terra::nrow(result_a), expected = 32) + + # original landscape is 30 x 30 and adding 5 rows/cols in each direction + expect_equal(object = terra::nrow(result_b), expected = 40) + expect_equal(object = terra::nrow(result_b), expected = 40) +}) + +test_that("pad_raster can add different padding values", { + + result <- pad_raster(landscape, pad_raster_value = NA)[[1]] + + expect_true(anyNA(terra::values(result, mat = FALSE))) +}) + +test_that("pad_raster can return RasterLayer and matrix", { + + raster_layer <- pad_raster(landscape)[[1]] + + mat <- pad_raster(landscape, return_raster = FALSE)[[1]] + + expect_is(object = raster_layer, class = "SpatRaster") + + expect_is(object = mat, class = "matrix") +}) + +test_that("pad_raster can return write to disk", { + + result <- pad_raster(landscape, to_disk = TRUE) + + expect_false(object = terra::inMemory(result[[1]])) +}) + +test_that("pad_raster returns warning for matrix and return_raster = TRUE", { + + expect_warning(object = pad_raster(landscape_matrix, return_raster = TRUE), + regexp = "'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.") + + expect_warning(object = pad_raster(landscape_matrix, to_disk = TRUE), + regexp = "'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.") +}) diff --git a/tests/testthat/test-raster-to-points.R b/tests/testthat/test-raster-to-points.R index a2fb6fea1..a86de94dd 100644 --- a/tests/testthat/test-raster-to-points.R +++ b/tests/testthat/test-raster-to-points.R @@ -1,47 +1,41 @@ -context("raster_to_points") - -test_that("raster_to_points works for all data type", { - - result_layer <- raster_to_points(landscape) - result_stack <- raster_to_points(landscape_stack) - result_brick <- raster_to_points(landscape_brick) - result_list <- raster_to_points(landscape_list) - - expect_is(result_layer, class = "matrix") - expect_is(result_stack, class = "matrix") - expect_is(result_brick, class = "matrix") - expect_is(result_list, class = "matrix") - - expect_equal(object = nrow(result_layer), - expected = raster::ncell(landscape)) - - expect_equal(object = nrow(result_stack), - expected = raster::ncell(landscape_stack) * - raster::nlayers(landscape_stack)) - - expect_equal(object = nrow(result_brick), - expected = raster::ncell(landscape_brick) * - raster::nlayers(landscape_brick)) - - expect_equal(object = nrow(result_list), - expected = (raster::ncell(landscape_list[[1]]) + - raster::ncell(landscape_list[[2]])) / 2 * - length(landscape_list)) -}) - -test_that("raster_to_points considers NAs", { - - landscape_NA <- landscape - landscape_NA[1, 1] <- NA - - result <- raster_to_points(landscape_NA, return_NA = FALSE) - result_NA <- raster_to_points(landscape_NA, return_NA = TRUE) - - expect_true(any(!is.na(result))) - expect_true(any(is.na(result_NA))) - - expect_equal(object = nrow(result), - expected = raster::ncell(landscape) - 1) - expect_equal(object = nrow(result_NA), - expected = raster::ncell(landscape)) -}) +context("raster_to_points") + +test_that("raster_to_points works for all data type", { + + result_layer <- raster_to_points(landscape) + result_stack <- raster_to_points(landscape_stack) + result_list <- raster_to_points(landscape_list) + + expect_is(result_layer, class = "matrix") + expect_is(result_stack, class = "matrix") + expect_is(result_list, class = "matrix") + + expect_equal(object = nrow(result_layer), + expected = terra::ncell(landscape)) + + expect_equal(object = nrow(result_stack), + expected = terra::ncell(landscape_stack) * + terra::nlyr(landscape_stack)) + + expect_equal(object = nrow(result_list), + expected = (terra::ncell(landscape_list[[1]]) + + terra::ncell(landscape_list[[2]])) / 2 * + length(landscape_list)) +}) + +test_that("raster_to_points considers NAs", { + + landscape_NA <- landscape + landscape_NA[1, 1] <- NA + + result <- raster_to_points(landscape_NA, return_NA = FALSE) + result_NA <- raster_to_points(landscape_NA, return_NA = TRUE) + + expect_true(any(!is.na(result))) + expect_true(any(is.na(result_NA))) + + expect_equal(object = nrow(result), + expected = terra::ncell(landscape) - 1) + expect_equal(object = nrow(result_NA), + expected = terra::ncell(landscape)) +}) diff --git a/tests/testthat/test-rcpp-get-coocurrence-matrix.R b/tests/testthat/test-rcpp-get-coocurrence-matrix.R index 0d5ee25bf..81d8d9ea3 100644 --- a/tests/testthat/test-rcpp-get-coocurrence-matrix.R +++ b/tests/testthat/test-rcpp-get-coocurrence-matrix.R @@ -1,100 +1,72 @@ -context("coocurrence matrix") - -landscape_na <- matrix(c(1, 1, NA, 2, 2, 1), ncol = 2) - -land_true1 <- structure(c(520L, 43L, 137L, 43L, 704L, 184L, 137L, 184L, 1528L), - .Dim = c(3L, 3L), - .Dimnames = structure(list(c("1", "2", "3"), c("1", "2", "3")), - .Names = c("", ""))) - -land_true2 <- structure(c(121354L, 33908L, 15997L, 126L, 930L, 2L, 3732L, 182L, - 1597L, 23L, 13347L, 632L, 580L, 318L, 33908L, 74946L, 6664L, - 67L, 213L, 0L, 1099L, 61L, 366L, 0L, 2784L, 34L, 1515L, 171L, - 15997L, 6664L, 26500L, 142L, 1218L, 2L, 4272L, 304L, 2292L, 29L, - 7040L, 117L, 241L, 117L, 126L, 67L, 142L, 290L, 23L, 0L, 319L, - 15L, 85L, 3L, 155L, 4L, 20L, 1L, 930L, 213L, 1218L, 23L, 19768L, - 135L, 584L, 1866L, 1272L, 53L, 1254L, 1203L, 25L, 15L, 2L, 0L, - 2L, 0L, 135L, 100L, 4L, 26L, 34L, 0L, 0L, 29L, 0L, 0L, 3732L, - 1099L, 4272L, 319L, 584L, 4L, 74496L, 5008L, 3100L, 27L, 719L, - 77L, 246L, 404L, 182L, 61L, 304L, 15L, 1866L, 26L, 5008L, 16906L, - 1023L, 18L, 76L, 32L, 10L, 53L, 1597L, 366L, 2292L, 85L, 1272L, - 34L, 3100L, 1023L, 5910L, 22L, 791L, 111L, 34L, 45L, 23L, 0L, - 29L, 3L, 53L, 0L, 27L, 18L, 22L, 110L, 88L, 3L, 0L, 0L, 13347L, - 2784L, 7040L, 155L, 1254L, 0L, 719L, 76L, 791L, 88L, 64594L, - 1467L, 68L, 37L, 632L, 34L, 117L, 4L, 1203L, 29L, 77L, 32L, 111L, - 3L, 1467L, 21428L, 4L, 91L, 580L, 1515L, 241L, 20L, 25L, 0L, - 246L, 10L, 34L, 0L, 68L, 4L, 5072L, 31L, 318L, 171L, 117L, 1L, - 15L, 0L, 404L, 53L, 45L, 0L, 37L, 91L, 31L, 3394L), - .Dim = c(14L, 14L), - .Dimnames = structure(list(c("10", "11", "30", "40", "60", - "61", "70", "90", "100", "110", - "130", "180", "190", "210"), - c("10", "11", "30", "40", "60", - "61", "70", "90", "100", "110", - "130", "180", "190", "210")), - .Names = c("", ""))) - -land_true3 <- structure(c(2L, 3L, 3L, 2L), - .Dim = c(2L, 2L), - .Dimnames = structure(list(c("1", "2"), c("1", "2")), - .Names = c("", ""))) - -land_true4 <- structure(c(986L, 96L, 304L, 96L, 1306L, 424L, 304L, 424L, 2904L), - .Dim = c(3L, 3L), - .Dimnames = structure(list(c("1", "2", "3"), - c("1", "2", "3")), - .Names = c("", ""))) - -land_result1 <- rcpp_get_coocurrence_matrix(raster::as.matrix(landscape), directions = as.matrix(4)) -land_result2 <- rcpp_get_coocurrence_matrix(raster::as.matrix(podlasie_ccilc), directions = as.matrix(4)) -land_result3 <- rcpp_get_coocurrence_matrix(raster::as.matrix(landscape_na), directions = as.matrix(4)) -land_result4 <- rcpp_get_coocurrence_matrix(raster::as.matrix(landscape), directions = as.matrix(8)) - -test_that("rcpp_get_coocurrence_matrix results are correct", { - expect_equivalent(land_result1, land_true1) - expect_equivalent(land_result2, land_true2) - expect_equivalent(land_result3, land_true3) - expect_equivalent(land_result4, land_true4) -}) - -test_that("rcpp_get_coocurrence_matrix is typestable", { - expect_is(land_result1, "matrix") -}) - -context("coocurrence vector") - -land_true1_v <- as.vector(land_true1) -land_true4_v <- as.vector(land_true4) - -land_result1_v <- rcpp_get_coocurrence_vector(raster::as.matrix(landscape), directions = as.matrix(4)) -land_result4_v <- rcpp_get_coocurrence_vector(raster::as.matrix(landscape), directions = as.matrix(8)) - -test_that("rcpp_get_coocurrence_vector results are correct", { - expect_equivalent(land_result1_v, land_true1_v) - expect_equivalent(land_result4_v, land_true4_v) -}) - -test_that("rcpp_get_coocurrence_vector is typestable", { - expect_is(land_result1_v, "numeric") -}) - -context("composition vector") - -land_true1_cv <- unclass(table(landscape@data@values)) - -land_result1_cv <- rcpp_get_composition_vector(raster::as.matrix(landscape)) - -test_that("rcpp_get_composition_vector results are correct", { - expect_equivalent(land_result1_cv, land_true1_cv) -}) - -test_that("rcpp_get_composition_vector is typestable", { - expect_is(land_result1_cv, "integer") -}) - -test_that("triangular_index works properly", { - expect_equal(triangular_index(0, 0), 0) - expect_equal(triangular_index(2, 1), 4) - expect_type(triangular_index(0, 1), "integer") -}) - +context("coocurrence matrix") + +foo <- function(x, directions = "rook") { + + adjacencies <- terra::adjacent(x = x, cells = 1:terra::ncell(x), + directions = directions, pairs = TRUE) + + r <- table(terra::values(x, mat = FALSE)[adjacencies[,1]], + terra::values(x, mat = FALSE)[adjacencies[,2]]) + + matrix(r, nrow = nrow(r), ncol = ncol(r)) +} + +landscape_na <- terra::rast(matrix(c(1, 1, NA, 2, 2, 1), ncol = 2)) + +land_true1 <- foo(landscape) +land_true2 <- foo(podlasie_ccilc) +land_true3 <- foo(landscape_na) +land_true4 <- foo(landscape, "queen") + +land_result1 <- rcpp_get_coocurrence_matrix(terra::as.matrix(landscape, wide = TRUE), directions = as.matrix(4)) +land_result2 <- rcpp_get_coocurrence_matrix(terra::as.matrix(podlasie_ccilc, wide = TRUE), directions = as.matrix(4)) +land_result3 <- rcpp_get_coocurrence_matrix(terra::as.matrix(landscape_na, wide = TRUE), directions = as.matrix(4)) +land_result4 <- rcpp_get_coocurrence_matrix(terra::as.matrix(landscape, wide = TRUE), directions = as.matrix(8)) + +test_that("rcpp_get_coocurrence_matrix results are correct", { + expect_equivalent(land_result1, land_true1) + expect_equivalent(land_result2, land_true2) + expect_equivalent(land_result3, land_true3) + expect_equivalent(land_result4, land_true4) +}) + +test_that("rcpp_get_coocurrence_matrix is typestable", { + expect_is(land_result1, "matrix") +}) + +context("coocurrence vector") + +land_true1_v <- as.vector(land_true1) +land_true4_v <- as.vector(land_true4) + +land_result1_v <- rcpp_get_coocurrence_vector(terra::as.matrix(landscape, wide = TRUE), directions = as.matrix(4)) +land_result4_v <- rcpp_get_coocurrence_vector(terra::as.matrix(landscape, wide = TRUE), directions = as.matrix(8)) + +test_that("rcpp_get_coocurrence_vector results are correct", { + expect_equivalent(land_result1_v, land_true1_v) + expect_equivalent(land_result4_v, land_true4_v) +}) + +test_that("rcpp_get_coocurrence_vector is typestable", { + expect_is(land_result1_v, "numeric") +}) + +context("composition vector") + +land_true1_cv <- unclass(table(terra::values(landscape, mat = FALSE))) + +land_result1_cv <- rcpp_get_composition_vector(terra::as.matrix(landscape, wide = TRUE)) + +test_that("rcpp_get_composition_vector results are correct", { + expect_equivalent(land_result1_cv, land_true1_cv) +}) + +test_that("rcpp_get_composition_vector is typestable", { + expect_is(land_result1_cv, "integer") +}) + +test_that("triangular_index works properly", { + expect_equal(triangular_index(0, 0), 0) + expect_equal(triangular_index(2, 1), 4) + expect_type(triangular_index(0, 1), "integer") +}) diff --git a/tests/testthat/test-sample-lsm.R b/tests/testthat/test-sample-lsm.R index 565f782c4..e7183f89f 100644 --- a/tests/testthat/test-sample-lsm.R +++ b/tests/testthat/test-sample-lsm.R @@ -1,212 +1,202 @@ -context("sample_lsm") - -# use a matrix -sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) - -# use sp points -points_sp <- sp::SpatialPoints(sample_points) - -# use polygons -poly_1 <- sp::Polygon(cbind(c(2.5, 2.5, 17.5, 17.5), - c(-2.5, 12.5, 12.5, -2.5))) -poly_2 <- sp::Polygon(cbind(c(7.5, 7.5, 23.5, 23.5), - c(-7.5, 23.5, 23.5, -7.5))) -poly_1 <- sp::Polygons(list(poly_1), "p1") -poly_2 <- sp::Polygons(list(poly_2), "p2") - -sample_plots <- sp::SpatialPolygons(list(poly_1, poly_2)) - -# wrong plots -sample_points_wrong <- cbind(sample_points, 1) - -# use lines -x1 <- c(1, 5, 15, 10) -y1 <- c(1, 5, 15, 25) - -x2 <- c(10, 25) -y2 <- c(5, 5) - -sample_lines <- sp::SpatialLines(list(sp::Lines(list(sp::Line(cbind(x1, y1)), - sp::Line(cbind(x2, y2))), ID = "a"))) - -test_that("sample_lsm works for a matrix", { - - result_mat <- sample_lsm(landscape, - y = sample_points, size = 5, - shape = "circle", - what = c("lsm_l_ta", "lsm_l_np"), - verbose = FALSE) - - expect_is(object = result_mat, class = "tbl_df") - expect_true(all(c("np", "ta") %in% result_mat$metric)) -}) - -test_that("sample_lsm works for sp points", { - - result_sp <- sample_lsm(landscape, - y = points_sp, size = 5, - shape = "square", - what = "lsm_l_np", - verbose = FALSE) - - expect_is(object = result_sp, class = "tbl_df") - - expect_true(all(c("np") %in% result_sp$metric)) -}) - -test_that("sample_lsm works for polygons ", { - - result_poly <- sample_lsm(landscape, - y = sample_plots, size = 5, - level = "patch", - verbose = FALSE) - - expect_is(object = result_poly, class = "tbl_df") - - expect_true(all("patch" %in% result_poly$level)) - -}) - -test_that("sample_lsm works for lines ", { - - result_lines <- sample_lsm(landscape, - y = sample_lines, - size = 5, - level = "landscape", - verbose = FALSE) - - expect_is(object = result_lines, class = "tbl_df") - - expect_true(all("landscape" %in% result_lines$level)) -}) - -test_that("sample_lsm forwards arguments to calculate_lsm", { - - result_mat <- sample_lsm(landscape, - y = sample_points, size = 5, - shape = "circle", - what = "lsm_p_core", - edge_depth = 100, - verbose = FALSE) - - expect_true(all(result_mat$value == 0)) -}) - -test_that("sample_lsm uses sample_ids", { - - result <- sample_lsm(landscape, - y = sample_points, - plot_id = c(5, 25, 15), - size = 15, - shape = "circle", - what = "lsm_l_ta", - verbose = FALSE) - - expect_equal(result$plot_id, expected = c(5, 15, 25)) - - result_wrong_id <- sample_lsm(landscape, - y = sample_points, - plot_id = c(5, 25, 15, 1), - size = 15, - shape = "circle", - what = "lsm_l_ta", - verbose = FALSE) - - expect_equal(result_wrong_id$plot_id, expected = 1:3) -}) - - -test_that("sample_lsm can return all classes", { - - result_mat <- sample_lsm(landscape, - y = sample_points, - size = 5, - shape = "circle", - what = c("lsm_c_ca", "lsm_l_ta"), - all_classes = TRUE, - verbose = FALSE) - - # 3 classes * 3 sample plots + 3 landscape level metrics - expect_equal(object = nrow(result_mat), expected = 12) - - expect_equal(object = result_mat$class, expected = c(1, 2, 3, NA, - 1, 2, 3, NA, - 1, 2, 3, NA)) -}) - - -test_that("sample_lsm works for all data type", { - - result_stack <- sample_lsm(landscape_stack, - y = sample_plots, - size = 5, - what = "lsm_l_ta", - verbose = FALSE) - - result_brick <- sample_lsm(landscape_brick, - y = sample_plots, - size = 5, - what = "lsm_l_ta", - verbose = FALSE) - - result_list <- sample_lsm(landscape_list, - y = sample_plots, - size = 5, - what = "lsm_l_ta", - verbose = FALSE) - - expect_is(result_stack, class = "tbl_df") - expect_is(result_brick, class = "tbl_df") - expect_is(result_list, class = "tbl_df") - - expect_equal(object = result_stack$layer, - expected = c(1, 1, 2, 2)) - expect_equal(object = result_brick$layer, - expected = c(1, 1, 2, 2)) - expect_equal(object = result_list$layer, - expected = c(1, 1, 2, 2)) - - expect_true("ta" %in% result_stack$metric) - expect_true("ta" %in% result_brick$metric) - expect_true("ta" %in% result_list$metric) - -}) - -test_that("sample_lsm returns errors", { - - expect_error(sample_lsm(landscape, - y = 1:3, - size = 5), - regexp = "'y' must be a matrix, SpatialPoints, SpatialLines, SpatialPolygons, POINT or MULTIPOINT.", - fixed = TRUE) - - expect_error(sample_lsm(landscape, - y = sample_points, - size = c(5, 15), - what = "lsm_l_ta"), - regexp = "Please provide only one value as size argument (size > 0).", - fixed = TRUE) -}) - -test_that("sample_lsm returns warnings", { - - expect_warning(sample_lsm(landscape, - y = sample_points_wrong, size = 5, - what = "lsm_l_pr"), - regexp = "'y' should be a two column matrix including x- and y-coordinates.", - fixed = TRUE) - - expect_warning(sample_lsm(landscape, - y = sample_points, size = 50, what = "lsm_l_ta"), - regexp = "The 'perecentage_inside' is below 90% for at least one buffer.", - fixed = TRUE) - - expect_warning(sample_lsm(landscape, - y = sample_points, - plot_id = c(5, 25, 15, 1), - size = 15, - shape = "circle", - what = "lsm_l_ta"), - regexp = "Length of plot_id is not identical to length of y. Using 1...n as plot_id.", - fixed = TRUE) -}) +context("sample_lsm") + +# use a matrix +sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) + +# use sp points +points_sf <- sf::st_multipoint(sample_points) + +# # use polygons +# poly_1 <- sp::Polygon(cbind(c(2.5, 2.5, 17.5, 17.5), +# c(-2.5, 12.5, 12.5, -2.5))) +# poly_2 <- sp::Polygon(cbind(c(7.5, 7.5, 23.5, 23.5), +# c(-7.5, 23.5, 23.5, -7.5))) +# poly_1 <- sp::Polygons(list(poly_1), "p1") +# poly_2 <- sp::Polygons(list(poly_2), "p2") + +# sample_plots <- sp::SpatialPolygons(list(poly_1, poly_2)) + +# wrong plots +sample_points_wrong <- cbind(sample_points, 1) + +# # use lines +# x1 <- c(1, 5, 15, 10) +# y1 <- c(1, 5, 15, 25) +# +# x2 <- c(10, 25) +# y2 <- c(5, 5) +# +# sample_lines <- sp::SpatialLines(list(sp::Lines(list(sp::Line(cbind(x1, y1)), +# sp::Line(cbind(x2, y2))), ID = "a"))) + +test_that("sample_lsm works for a matrix", { + + result_mat <- sample_lsm(landscape, + y = sample_points, size = 5, + shape = "circle", + what = c("lsm_l_ta", "lsm_l_np"), + verbose = FALSE) + + expect_is(object = result_mat, class = "tbl_df") + expect_true(all(c("np", "ta") %in% result_mat$metric)) +}) + +test_that("sample_lsm works for sf points", { + + result_sp <- sample_lsm(landscape, + y = points_sf, size = 5, + shape = "square", + what = "lsm_l_np", + verbose = FALSE) + + expect_is(object = result_sp, class = "tbl_df") + + expect_true(all(c("np") %in% result_sp$metric)) +}) + +# test_that("sample_lsm works for polygons ", { +# +# result_poly <- sample_lsm(landscape, +# y = sample_plots, size = 5, +# level = "patch", +# verbose = FALSE) +# +# expect_is(object = result_poly, class = "tbl_df") +# +# expect_true(all("patch" %in% result_poly$level)) +# +# }) + +# test_that("sample_lsm works for lines ", { +# +# result_lines <- sample_lsm(landscape, +# y = sample_lines, +# size = 5, +# level = "landscape", +# verbose = FALSE) +# +# expect_is(object = result_lines, class = "tbl_df") +# +# expect_true(all("landscape" %in% result_lines$level)) +# }) + +test_that("sample_lsm forwards arguments to calculate_lsm", { + + result_mat <- sample_lsm(landscape, + y = sample_points, size = 5, + shape = "circle", + what = "lsm_p_core", + edge_depth = 100, + verbose = FALSE) + + expect_true(all(result_mat$value == 0)) +}) + +test_that("sample_lsm uses sample_ids", { + + result <- sample_lsm(landscape, + y = sample_points, + plot_id = c(5, 25, 15), + size = 15, + shape = "circle", + what = "lsm_l_ta", + verbose = FALSE) + + expect_equal(result$plot_id, expected = c(5, 15, 25)) + + result_wrong_id <- sample_lsm(landscape, + y = sample_points, + plot_id = c(5, 25, 15, 1), + size = 15, + shape = "circle", + what = "lsm_l_ta", + verbose = FALSE) + + expect_equal(result_wrong_id$plot_id, expected = 1:3) +}) + + +test_that("sample_lsm can return all classes", { + + result_mat <- sample_lsm(landscape, + y = sample_points, + size = 5, + shape = "circle", + what = c("lsm_c_ca", "lsm_l_ta"), + all_classes = TRUE, + verbose = FALSE) + + # 3 classes * 3 sample plots + 3 landscape level metrics + expect_equal(object = nrow(result_mat), expected = 12) + + expect_equal(object = result_mat$class, expected = c(1, 2, 3, NA, + 1, 2, 3, NA, + 1, 2, 3, NA)) +}) + + +test_that("sample_lsm works for all data type", { + + result_stack <- sample_lsm(landscape_stack, + y = sample_points, + size = 5, + what = "lsm_l_ta", + verbose = FALSE) + + result_list <- sample_lsm(landscape_list, + y = sample_points, + size = 5, + what = "lsm_l_ta", + verbose = FALSE) + + expect_is(result_stack, class = "tbl_df") + expect_is(result_list, class = "tbl_df") + + expect_equal(object = result_stack$layer, + expected = c(1, 1, 1, 2, 2, 2)) + expect_equal(object = result_list$layer, + expected = c(1, 1, 1, 2, 2, 2)) + + expect_true("ta" %in% result_stack$metric) + expect_true("ta" %in% result_list$metric) + +}) + +test_that("sample_lsm returns errors", { + + expect_error(sample_lsm(landscape, + y = 1:3, + size = 5), + regexp = "landscapemetrics currently only supports matrix, sf points or polygon features for landscape metric sampling.", + fixed = TRUE) + + expect_error(sample_lsm(landscape, + y = sample_points, + size = c(5, 15), + what = "lsm_l_ta"), + regexp = "Please provide only one value as size argument (size > 0).", + fixed = TRUE) +}) + +test_that("sample_lsm returns warnings", { + + expect_warning(sample_lsm(landscape, + y = sample_points_wrong, size = 5, + what = "lsm_l_pr"), + regexp = "'y' should be a two column matrix including x- and y-coordinates.", + fixed = TRUE) + + expect_warning(sample_lsm(landscape, + y = sample_points, size = 50, what = "lsm_l_ta"), + regexp = "The 'perecentage_inside' is below 90% for at least one buffer.", + fixed = TRUE) + + expect_warning(sample_lsm(landscape, + y = sample_points, + plot_id = c(5, 25, 15, 1), + size = 15, + shape = "circle", + what = "lsm_l_ta"), + regexp = "Length of plot_id is not identical to length of y. Using 1...n as plot_id.", + fixed = TRUE) +}) diff --git a/tests/testthat/test-scale-sample.R b/tests/testthat/test-scale-sample.R deleted file mode 100644 index 5b0d44642..000000000 --- a/tests/testthat/test-scale-sample.R +++ /dev/null @@ -1,100 +0,0 @@ -context("scale_sample") - -# use matrix -sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) - -# use sp points -sample_points_sp <- sp::SpatialPoints(sample_points) - -test_that("scale_sample works for a matrix", { - - result_mat <- scale_sample(landscape, - y = sample_points, - size = 5, max_size = 15, - verbose = FALSE, - what = c("lsm_l_ta", "lsm_l_np")) - - expect_is(object = result_mat, class = "tbl_df") - expect_true(all(c("np", "ta") %in% result_mat$metric)) - expect_equal(object = unique(result_mat$size), expected = c(5, 10, 15)) -}) - -test_that("scale_sample works for a sp points", { - - result_sp <- scale_sample(landscape, - y = sample_points_sp, - size = 5, max_size = 15, - verbose = FALSE, - what = c("lsm_l_ta", "lsm_l_np")) - - expect_is(object = result_sp, class = "tbl_df") - expect_true(all(c("np", "ta") %in% result_sp$metric)) - expect_equal(object = unique(result_sp$size), expected = c(5, 10, 15)) -}) - -test_that("scale_sample forwards arguments to calculate_lsm", { - - result_mat <- scale_sample(landscape, - y = sample_points, - size = 5, max_size = 15, - what = "lsm_p_core", - edge_depth = 100, - verbose = FALSE) - - expect_true(all(result_mat$value == 0)) -}) - -test_that("scale_sample works for all data type", { - - result_stack <- scale_sample(landscape_stack, - y = sample_points, - size = 5, max_size = 15, - what = "lsm_l_ta", - verbose = FALSE) - - result_brick <- scale_sample(landscape_brick, - y = sample_points, - size = 5, max_size = 15, - what = "lsm_l_ta", - verbose = FALSE) - - result_list <- scale_sample(landscape_list, - y = sample_points, - size = 5, max_size = 15, - what = "lsm_l_ta", - verbose = FALSE) - - expect_is(result_stack, class = "tbl_df") - expect_is(result_brick, class = "tbl_df") - expect_is(result_list, class = "tbl_df") - - expect_equal(object = nrow(result_stack), expected = 18) - expect_equal(object = nrow(result_brick), expected = 18) - expect_equal(object = nrow(result_list), expected = 18) - - expect_true("ta" %in% result_stack$metric) - expect_true("ta" %in% result_brick$metric) - expect_true("ta" %in% result_list$metric) -}) - -test_that("scale_sample returns warnings", { - - expect_warning(scale_sample(landscape, - y = sample_points, - size = 20, max_size = 20, - what = "lsm_l_ta"), - regexp = "The 'perecentage_inside' is below 90% for at least one buffer.", - fixed = TRUE) - -}) - -test_that("scale_sample returns errors", { - - expect_error(scale_sample(landscape, - y = 1:3, - size = 20, max_size = 20, - what = "lsm_l_ta"), - regexp = "'y' must be a matrix or SpatialPoints.", - fixed = TRUE) - -}) diff --git a/tests/testthat/test-scale-window.R b/tests/testthat/test-scale-window.R deleted file mode 100644 index 088285c2f..000000000 --- a/tests/testthat/test-scale-window.R +++ /dev/null @@ -1,86 +0,0 @@ -context("scale_window") - -percentages_col <- c(50, 100) -percentages_row <- c(50, 100) - -test_that("scale_window returns data frame with percentages", { - - skip_on_cran() - skip_on_ci() - skip("skip scale_window()") - - result <- scale_window(landscape = landscape, - percentages_col = percentages_col, - percentages_row = percentages_row, - what = "lsm_l_ta", stat = "mean", - verbose = FALSE) - - expect_is(object = result, class = "tbl_df") - expect_equal(object = nrow(result), expected = 2) - expect_equal(object = result$percentages_col, expected = c(50, 100)) - expect_equal(object = result$percentages_row, expected = c(50, 100)) -}) - -test_that("scale_window forwards arguments", { - - skip_on_cran() - skip_on_ci() - skip("skip scale_window()") - - result <- scale_window(landscape = landscape, - percentages_col = percentages_col, - percentages_row = percentages_row, - what = "lsm_l_core_mn", edge_depth = 10, - stat = "mean", - verbose = FALSE) - - expect_equal(object = result$value, expected = c(0, 0)) -}) - -test_that("scale_window works for all data types", { - - skip_on_cran() - skip_on_ci() - skip("skip scale_window()") - - result_stack <- scale_window(landscape = landscape_stack, - percentages_col = percentages_col, - percentages_row = percentages_row, - what = "lsm_l_ta", stat = "mean", - verbose = FALSE) - - result_brick <- scale_window(landscape = landscape_brick, - percentages_col = percentages_col, - percentages_row = percentages_row, - what = "lsm_l_ta", stat = "mean", - verbose = FALSE) - - result_list <- scale_window(landscape = landscape_list, - percentages_col = percentages_col, - percentages_row = percentages_row, - what = "lsm_l_ta", stat = "mean", - verbose = FALSE) - - expect_is(object = result_stack, class = "tbl_df") - expect_is(object = result_brick, class = "tbl_df") - expect_is(object = result_list, class = "tbl_df") - - expect_equal(object = nrow(result_stack), expected = 4) - expect_equal(object = nrow(result_brick), expected = 4) - expect_equal(object = nrow(result_list), expected = 4) -}) - -test_that("scale_window returns warnings", { - - skip_on_cran() - skip_on_ci() - skip("skip scale_window()") - - expect_error(scale_window(landscape = landscape, - percentages_col = percentages_col, - percentages_row = percentages_row, - what = "lsm_p_area", stat = "mean", - verbose = FALSE), - regexp = "'window_lsm()' is only able to calculate landscape level metrics.", - fixed = TRUE) -}) diff --git a/tests/testthat/test-show-cores.R b/tests/testthat/test-show-cores.R index a5d5e1b1d..2ee7e1493 100644 --- a/tests/testthat/test-show-cores.R +++ b/tests/testthat/test-show-cores.R @@ -1,60 +1,50 @@ -context("show_cores") - -cores_landscape <- show_cores(landscape) - -cores_terra <- show_cores(landscape_terra) - -cores_landscape_stack <- show_cores(landscape_stack, class = 1) - -cores_landscape_brick <- show_cores(landscape_brick, class = "all") - -cores_landscape_list <- show_cores(landscape_list, class = c(2,3)) - -test_that("show_cores returns a plot for each list entry", { - - - expect_true(all(vapply(cores_landscape, FUN = function(x) - inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) - - expect_true(all(vapply(cores_terra, FUN = function(x) - inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) - - expect_true(all(vapply(cores_landscape_stack, FUN = function(x) - inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) - - expect_true(all(vapply(cores_landscape_brick, FUN = function(x) - inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) - - expect_true(all(vapply(cores_landscape_list, FUN = function(x) - inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) -}) - -test_that("show_cores returns a plot for class = global", { - - expect_true(all(vapply(show_cores(landscape, class = "global"), FUN = function(x) - inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) - -}) - -test_that("show_patches returns error if class is not present", { - - expect_error(show_cores(landscape, class = 42), - regexp = "class must at least contain one value of a class contained in the landscape.", - fixed = TRUE) -}) - -test_that("show_cores can increase edge_depth", { - - expect_true(all(vapply(show_cores(landscape, edge_depth = 3, class = "global"), - FUN = function(x) inherits(x = x, c("gg","ggplot")), - FUN.VALUE = logical(1)))) - -}) - -test_that("show_cores returns warnning for wrong combination of class argument", { - - expect_warning(show_cores(landscape, class = c(1, "global")), - regexp = "'global' and 'all' can't be combined with any other class-argument.", - fixed = TRUE) -}) - +context("show_cores") + +cores_landscape <- show_cores(landscape) + +cores_landscape_stack <- show_cores(landscape_stack, class = 1) + +cores_landscape_list <- show_cores(landscape_list, class = c(2,3)) + +test_that("show_cores returns a plot for each list entry", { + + + expect_true(all(vapply(cores_landscape, FUN = function(x) + inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) + + expect_true(all(vapply(cores_landscape_stack, FUN = function(x) + inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) + + expect_true(all(vapply(cores_landscape_list, FUN = function(x) + inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) +}) + +test_that("show_cores returns a plot for class = global", { + + expect_true(all(vapply(show_cores(landscape, class = "global"), FUN = function(x) + inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) + +}) + +test_that("show_patches returns error if class is not present", { + + expect_error(show_cores(landscape, class = 42), + regexp = "class must at least contain one value of a class contained in the landscape.", + fixed = TRUE) +}) + +test_that("show_cores can increase edge_depth", { + + expect_true(all(vapply(show_cores(landscape, edge_depth = 3, class = "global"), + FUN = function(x) inherits(x = x, c("gg","ggplot")), + FUN.VALUE = logical(1)))) + +}) + +test_that("show_cores returns warnning for wrong combination of class argument", { + + expect_warning(show_cores(landscape, class = c(1, "global")), + regexp = "'global' and 'all' can't be combined with any other class-argument.", + fixed = TRUE) +}) + diff --git a/tests/testthat/test-show-lsm.R b/tests/testthat/test-show-lsm.R index 941d92a8a..8f637f4ce 100644 --- a/tests/testthat/test-show-lsm.R +++ b/tests/testthat/test-show-lsm.R @@ -1,54 +1,47 @@ -context("test-show-lsm") - -test_that("show_lsm returns a plot", { - - patches_area <- show_lsm(landscape, what = "lsm_p_area") - - expect_is(patches_area[[1]], "ggplot") - -}) - -test_that("show_lsm returns a facet plot", { - - patches_area <- show_lsm(landscape, what = "lsm_p_area", - class = c(1, 3), - labels = FALSE) - - expect_is(patches_area[[1]]$facet, "FacetWrap") -}) - -test_that("show_lsm can handle stacks, bricks and lists", { - - plots_list <- show_lsm(landscape_list, what = "lsm_p_area") - plots_stack <- show_lsm(landscape_stack, what = "lsm_p_area") - plots_brick <- show_lsm(landscape_brick, what = "lsm_p_area") - plots_terra <- show_lsm(landscape_terra, what = "lsm_p_area") - - expect_is(plots_list[[1]], "ggplot") - expect_is(plots_list[[2]], "ggplot") - - expect_is(plots_stack[[1]], "ggplot") - expect_is(plots_stack[[2]], "ggplot") - - expect_is(plots_brick[[1]], "ggplot") - expect_is(plots_brick[[2]], "ggplot") - - expect_is(plots_terra[[1]], "ggplot") - -}) - -test_that("show_lsm returns warnings and errors", { - - expect_warning(show_lsm(landscape, what = "lsm_p_area", class = c(1, "global")), - regexp = "'global' and 'all' can't be combined with any other class-argument.", - fixed = TRUE) - - expect_error(show_lsm(landscape, what = "lsm_p_invented_metric"), - regexp = "Please provide one patch level metric only. To list available metrics, run list_lsm(level = 'patch').", - fixed = TRUE) - - expect_error(show_lsm(landscape, what = "lsm_p_area", class = 5), - regexp = "'class' must contain at least one value of a class existing in the landscape.", - fixed = TRUE) -}) - +context("test-show-lsm") + +test_that("show_lsm returns a plot", { + + patches_area <- show_lsm(landscape, what = "lsm_p_area") + + expect_is(patches_area[[1]], "ggplot") + +}) + +test_that("show_lsm returns a facet plot", { + + patches_area <- show_lsm(landscape, what = "lsm_p_area", + class = c(1, 3), + labels = FALSE) + + expect_is(patches_area[[1]]$facet, "FacetWrap") +}) + +test_that("show_lsm can handle stacks, bricks and lists", { + + plots_list <- show_lsm(landscape_list, what = "lsm_p_area") + plots_stack <- show_lsm(landscape_stack, what = "lsm_p_area") + + expect_is(plots_list[[1]], "ggplot") + expect_is(plots_list[[2]], "ggplot") + + expect_is(plots_stack[[1]], "ggplot") + expect_is(plots_stack[[2]], "ggplot") + +}) + +test_that("show_lsm returns warnings and errors", { + + expect_warning(show_lsm(landscape, what = "lsm_p_area", class = c(1, "global")), + regexp = "'global' and 'all' can't be combined with any other class-argument.", + fixed = TRUE) + + expect_error(show_lsm(landscape, what = "lsm_p_invented_metric"), + regexp = "Please provide one patch level metric only. To list available metrics, run list_lsm(level = 'patch').", + fixed = TRUE) + + expect_error(show_lsm(landscape, what = "lsm_p_area", class = 5), + regexp = "'class' must contain at least one value of a class existing in the landscape.", + fixed = TRUE) +}) + diff --git a/tests/testthat/test-show-patches.R b/tests/testthat/test-show-patches.R index cb58fe995..f81629b13 100644 --- a/tests/testthat/test-show-patches.R +++ b/tests/testthat/test-show-patches.R @@ -1,41 +1,31 @@ -context("show_patches") - -patches_landscape <- show_patches(landscape) - -patches_terra <- show_patches(landscape_terra) - -patches_landscape_stack <- show_patches(landscape_stack, class = 1) - -patches_landscape_brick <- show_patches(landscape_brick, class = "all") - -patches_landscape_list <- show_patches(landscape_list, class = c(2,3)) - -test_that("show_patches returns a plot for each list entry", { - - expect_true(all(vapply(patches_landscape, FUN = function(x) - inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) - - expect_true(all(vapply(patches_terra, FUN = function(x) - inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) - - - expect_true(all(vapply(patches_landscape_stack, FUN = function(x) - inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) - - expect_true(all(vapply(patches_landscape_brick, FUN = function(x) - inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) - - expect_true(all(vapply(patches_landscape_list, FUN = function(x) - inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) -}) - -test_that("show_patches returns warnings and errors", { - - expect_warning(show_patches(landscape, class = c(1, "global")), - regexp = "'global' and 'all' can't be combined with any other class-argument.", - fixed = TRUE) - - expect_error(show_patches(landscape, class = 42), - regexp = "'class' must at least contain one value of a class contained in the landscape.", - fixed = TRUE) -}) +context("show_patches") + +patches_landscape <- show_patches(landscape) + + +patches_landscape_stack <- show_patches(landscape_stack, class = 1) + +patches_landscape_list <- show_patches(landscape_list, class = c(2,3)) + +test_that("show_patches returns a plot for each list entry", { + + expect_true(all(vapply(patches_landscape, FUN = function(x) + inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) + + expect_true(all(vapply(patches_landscape_stack, FUN = function(x) + inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) + + expect_true(all(vapply(patches_landscape_list, FUN = function(x) + inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) +}) + +test_that("show_patches returns warnings and errors", { + + expect_warning(show_patches(landscape, class = c(1, "global")), + regexp = "'global' and 'all' can't be combined with any other class-argument.", + fixed = TRUE) + + expect_error(show_patches(landscape, class = 42), + regexp = "'class' must at least contain one value of a class contained in the landscape.", + fixed = TRUE) +}) diff --git a/tests/testthat/test-spatialize-lsm.R b/tests/testthat/test-spatialize-lsm.R index 55607ee45..59dc7d33b 100644 --- a/tests/testthat/test-spatialize-lsm.R +++ b/tests/testthat/test-spatialize-lsm.R @@ -1,85 +1,79 @@ -context("spatialize_lsm") - -test_that("spatialize_lsm returns all selected metrics", { - - result <- spatialize_lsm(landscape, what = c("lsm_p_area", - "lsm_p_contig", - "lsm_p_perim"), - verbose = FALSE) - - expect_length(object = result, n = 1) - - expect_equal(object = names(result[[1]]), - - expected = c("lsm_p_area", "lsm_p_contig", "lsm_p_perim")) - - expect_true(object = all(sapply(result[[1]], class) == "RasterLayer")) -}) - -test_that("spatialize_lsm returns returns correct type of metrics", { - - metrics <- list_lsm(level = "patch", type = "shape metric", simplify = TRUE) - - result <- spatialize_lsm(landscape, type = "shape metric", - verbose = FALSE) - - result_all <- spatialize_lsm(landscape, verbose = FALSE) - - expect_equal(object = names(result[[1]]), - expected = metrics) - - expect_equal(object = names(result_all[[1]]), - expected = list_lsm(level = "patch", simplify = TRUE)) -}) - -test_that("spatialize_lsm returns CRS", { - - result <- spatialize_lsm(podlasie_ccilc, what = "lsm_p_area", - verbose = FALSE) - - expect_equal(object = raster::projection(result[[1]][[1]]), - expected = raster::projection(podlasie_ccilc)) -}) - -test_that("spatialize_lsm forwards arguments to calculate_lsm", { - - result <- spatialize_lsm(landscape, what = "lsm_p_core", - verbose = FALSE, edge_depth = 10) - - expect_true(all(result[[1]][[1]][] == 0)) -}) - -test_that("spatialize_lsm works for all data types", { - - expect_length(object = spatialize_lsm(landscape_stack, - what = "lsm_p_area", - verbose = FALSE), - n = 2) - - expect_length(object = spatialize_lsm(landscape_brick, what = "lsm_p_area", - verbose = FALSE), - n = 2) - - expect_length(object = spatialize_lsm(list(landscape, landscape), - what = "lsm_p_area", - verbose = FALSE), - n = 2) -}) - -test_that("spatialize_lsm uses temp file", { - - result <- spatialize_lsm(landscape, what = "lsm_p_area", - to_disk = TRUE, - verbose = FALSE) - - expect_false(raster::inMemory(result[[1]]$lsm_p_area)) -}) - - -test_that("spatialize_lsm returns all errors", { - - expect_error(spatialize_lsm(landscape, what = "lsm_l_ta", - verbose = FALSE), - regexp = "'spatialize_lsm()' only takes patch level metrics.", - fixed = TRUE) -}) +context("spatialize_lsm") + +test_that("spatialize_lsm returns all selected metrics", { + + result <- spatialize_lsm(landscape, what = c("lsm_p_area", + "lsm_p_contig", + "lsm_p_perim"), + verbose = FALSE) + + expect_length(object = result, n = 1) + + expect_equal(object = names(result[[1]]), + + expected = c("lsm_p_area", "lsm_p_contig", "lsm_p_perim")) + + expect_true(object = all(sapply(result[[1]], class) == "SpatRaster")) +}) + +test_that("spatialize_lsm returns returns correct type of metrics", { + + metrics <- list_lsm(level = "patch", type = "shape metric", simplify = TRUE) + + result <- spatialize_lsm(landscape, type = "shape metric", + verbose = FALSE) + + result_all <- spatialize_lsm(landscape, verbose = FALSE) + + expect_equal(object = names(result[[1]]), + expected = metrics) + + expect_equal(object = names(result_all[[1]]), + expected = list_lsm(level = "patch", simplify = TRUE)) +}) + +test_that("spatialize_lsm returns CRS", { + + result <- spatialize_lsm(podlasie_ccilc, what = "lsm_p_area", + verbose = FALSE) + + expect_equal(object = terra::crs(result[[1]][[1]], proj = TRUE), + expected = terra::crs(podlasie_ccilc, proj = TRUE)) +}) + +test_that("spatialize_lsm forwards arguments to calculate_lsm", { + + result <- spatialize_lsm(landscape, what = "lsm_p_core", + verbose = FALSE, edge_depth = 10) + + expect_true(all(result[[1]][[1]][] == 0)) +}) + +test_that("spatialize_lsm works for all data types", { + + expect_length(object = spatialize_lsm(landscape_stack, + what = "lsm_p_area", + verbose = FALSE), n = 2) + + expect_length(object = spatialize_lsm(list(landscape, landscape), + what = "lsm_p_area", + verbose = FALSE), n = 2) +}) + +test_that("spatialize_lsm uses temp file", { + + result <- spatialize_lsm(landscape, what = "lsm_p_area", + to_disk = TRUE, + verbose = FALSE) + + expect_false(terra::inMemory(result[[1]]$lsm_p_area)) +}) + + +test_that("spatialize_lsm returns all errors", { + + expect_error(spatialize_lsm(landscape, what = "lsm_l_ta", + verbose = FALSE), + regexp = "'spatialize_lsm()' only takes patch level metrics.", + fixed = TRUE) +}) diff --git a/tests/testthat/test-unique-values.R b/tests/testthat/test-unique-values.R index e5f511080..0e9058d27 100644 --- a/tests/testthat/test-unique-values.R +++ b/tests/testthat/test-unique-values.R @@ -1,13 +1,13 @@ -context("get_unique_values") - -test_that("get_unique_values returns values for RasterLayer", { - expect_length(get_unique_values(landscape)[[1]], n = 3) -}) - -test_that("get_unique_values returns values for a matrix", { - expect_length(get_unique_values(raster::as.matrix(landscape))[[1]], n = 3) -}) - -test_that("get_unique_values returns values for a matrix", { - expect_length(get_unique_values(raster::as.matrix(landscape))[[1]], n = 3) -}) +context("get_unique_values") + +test_that("get_unique_values returns values for RasterLayer", { + expect_length(get_unique_values(landscape)[[1]], n = 3) +}) + +test_that("get_unique_values returns values for a matrix", { + expect_length(get_unique_values(terra::as.matrix(landscape, wide = TRUE))[[1]], n = 3) +}) + +test_that("get_unique_values returns values for a matrix", { + expect_length(get_unique_values(terra::as.matrix(landscape, wide = TRUE))[[1]], n = 3) +}) diff --git a/tests/testthat/test-unpad-raster.R b/tests/testthat/test-unpad-raster.R index c442194f1..186932d02 100644 --- a/tests/testthat/test-unpad-raster.R +++ b/tests/testthat/test-unpad-raster.R @@ -1,60 +1,57 @@ -context("ununpad_raster") - -lsm_padded <- pad_raster(landscape)[[1]] -stack_padded <- raster::stack(pad_raster(landscape_stack)) -brick_padded <- raster::brick(pad_raster(landscape_brick)) -matrix_padded <- pad_raster(landscape_matrix, return_raster = FALSE)[[1]] -list_padded <- list(lsm_padded, matrix_padded) -terra_padded <- terra::rast(pad_raster(landscape_terra)[[1]]) - -lsm_padded_large <- pad_raster(landscape, pad_raster_cells = 5)[[1]] - -test_that("unpad_raster can handle all raster inputs", { - - expect_is(object = unpad_raster(lsm_padded), class = "list") - expect_is(object = unpad_raster(stack_padded), class = "list") - expect_is(object = unpad_raster(brick_padded), class = "list") - expect_is(object = unpad_raster(list_padded), class = "list") - expect_is(object = unpad_raster(matrix_padded), class = "list") - expect_is(object = unpad_raster(terra_padded), class = "list") -}) - -test_that("unpad_raster removes correct number of rows/cols", { - - result_a <- unpad_raster(lsm_padded, unpad_raster_cells = 1)[[1]] - - result_b <- unpad_raster(lsm_padded_large, unpad_raster_cells = 5)[[1]] - - # original landscape is 30 x 30 and removing 5 rows/cols in each direction - expect_equal(object = raster::nrow(result_a), expected = 30) - expect_equal(object = raster::nrow(result_a), expected = 30) - - # original landscape is 30 x 30 and removing 5 rows/cols in each direction - expect_equal(object = raster::nrow(result_b), expected = 30) - expect_equal(object = raster::nrow(result_b), expected = 30) -}) - -test_that("unpad_raster can return RasterLayer and matrix", { - - expect_is(object = unpad_raster(lsm_padded)[[1]], - class = "RasterLayer") - - expect_is(object = unpad_raster(matrix_padded, return_raster = FALSE)[[1]], - class = "matrix") -}) - -test_that("unpad_raster can return write to disk", { - - result <- unpad_raster(lsm_padded, to_disk = TRUE) - - expect_false(object = raster::inMemory(result[[1]])) -}) - -test_that("unpad_raster returns warning for matrix and return_raster = TRUE", { - - expect_warning(object = unpad_raster(matrix_padded, return_raster = TRUE), - regexp = "'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.") - - expect_warning(object = unpad_raster(matrix_padded, to_disk = TRUE), - regexp = "'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.") -}) +context("unpad_raster") + +lsm_padded <- pad_raster(landscape)[[1]] +stack_padded <- c(pad_raster(landscape_stack)) +matrix_padded <- pad_raster(landscape_matrix, return_raster = FALSE)[[1]] +list_padded <- list(lsm_padded, matrix_padded) + +lsm_padded_large <- pad_raster(landscape, pad_raster_cells = 5)[[1]] + +test_that("unpad_raster can handle all raster inputs", { + + expect_is(object = unpad_raster(lsm_padded), class = "list") + expect_is(object = unpad_raster(stack_padded), class = "list") + expect_is(object = unpad_raster(list_padded), class = "list") + expect_is(object = unpad_raster(matrix_padded, return_raster = FALSE), class = "list") +}) + +test_that("unpad_raster removes correct number of rows/cols", { + + result_a <- unpad_raster(lsm_padded, unpad_raster_cells = 1)[[1]] + + result_b <- unpad_raster(lsm_padded_large, unpad_raster_cells = 5)[[1]] + + # original landscape is 30 x 30 and removing 5 rows/cols in each direction + expect_equal(object = terra::nrow(result_a), expected = 30) + expect_equal(object = terra::nrow(result_a), expected = 30) + + # original landscape is 30 x 30 and removing 5 rows/cols in each direction + expect_equal(object = terra::nrow(result_b), expected = 30) + expect_equal(object = terra::nrow(result_b), expected = 30) +}) + +test_that("unpad_raster can return RasterLayer and matrix", { + + expect_is(object = unpad_raster(lsm_padded)[[1]], + class = "SpatRaster") + + expect_is(object = unpad_raster(matrix_padded, return_raster = FALSE)[[1]], + class = "matrix") +}) + +test_that("unpad_raster can return write to disk", { + + result <- unpad_raster(lsm_padded, to_disk = TRUE) + + expect_false(object = terra::inMemory(result[[1]])) +}) + +test_that("unpad_raster returns warning for matrix and return_raster = TRUE", { + + expect_warning(object = unpad_raster(matrix_padded, return_raster = TRUE), + regexp = "'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.") + + expect_warning(object = unpad_raster(matrix_padded, to_disk = TRUE), + regexp = "'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.") +}) + diff --git a/tests/testthat/test-window-lsm.R b/tests/testthat/test-window-lsm.R index 40a693fc0..3e1d6655c 100644 --- a/tests/testthat/test-window-lsm.R +++ b/tests/testthat/test-window-lsm.R @@ -1,48 +1,45 @@ -context("window_lsm") - -window <- matrix(1, nrow = 11, ncol = 11) - -window_even <- matrix(1, nrow = 10, ncol = 10) - -test_that("window_lsm returns a list with selected metrics", { - - result <- window_lsm(landscape, window = window, what = c("lsm_l_pr", "lsm_l_joinent")) - - expect_equal(names(result[[1]]), expected = c("lsm_l_joinent", "lsm_l_pr")) - - expect_length(result[[1]], n = 2) -}) - -test_that("window_lsm takes argument", { - - result <- window_lsm(landscape, window = window, what = "lsm_l_core_mn", edge_depth = 10) - - expect_true(all(result[[1]][[1]][] == 0)) -}) - -test_that("window_lsm returns works for all data types", { - - expect_is(window_lsm(landscape, window = window, what = "lsm_l_pr"), - class = "list") - - expect_is(window_lsm(landscape_stack, window = window, what = "lsm_l_pr"), - class = "list") - - expect_is(window_lsm(landscape_brick, window = window, what = "lsm_l_pr"), - class = "list") - - expect_is(window_lsm(landscape_list, window = window, what = "lsm_l_pr"), - class = "list") -}) - -test_that("window_lsm returns all errors", { - - expect_error(window_lsm(landscape, window = window, what = "lsm_p_area"), - regexp = "'window_lsm()' is only able to calculate landscape level metrics.", - fixed = TRUE) - - expect_error(window_lsm(landscape, window = window_even, what = "lsm_l_pr"), - regexp = "The window must have uneven sides.", - fixed = TRUE) -}) - +context("window_lsm") + +window <- matrix(1, nrow = 11, ncol = 11) + +window_even <- matrix(1, nrow = 10, ncol = 10) + +test_that("window_lsm returns a list with selected metrics", { + + result <- window_lsm(landscape, window = window, what = c("lsm_l_pr", "lsm_l_joinent")) + + expect_equal(names(result[[1]]), expected = c("lsm_l_joinent", "lsm_l_pr")) + + expect_length(result[[1]], n = 2) +}) + +test_that("window_lsm takes argument", { + + result <- window_lsm(landscape, window = window, what = "lsm_l_core_mn", edge_depth = 10) + + expect_true(all(result[[1]][[1]][] == 0)) +}) + +test_that("window_lsm returns works for all data types", { + + expect_is(window_lsm(landscape, window = window, what = "lsm_l_pr"), + class = "list") + + expect_is(window_lsm(landscape_stack, window = window, what = "lsm_l_pr"), + class = "list") + + expect_is(window_lsm(landscape_list, window = window, what = "lsm_l_pr"), + class = "list") +}) + +test_that("window_lsm returns all errors", { + + expect_error(window_lsm(landscape, window = window, what = "lsm_p_area"), + regexp = "'window_lsm()' is only able to calculate landscape level metrics.", + fixed = TRUE) + + expect_error(window_lsm(landscape, window = window_even, what = "lsm_l_pr"), + regexp = "The window must have uneven sides.", + fixed = TRUE) +}) + diff --git a/tests/testthat/test_fragstats.R b/tests/testthat/test_fragstats.R index 08b8a5e33..1050c6908 100644 --- a/tests/testthat/test_fragstats.R +++ b/tests/testthat/test_fragstats.R @@ -1,1942 +1,1942 @@ -# #### Class level #### -# -# context("class level lsm_c_ai cv metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, AI) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_ai(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_ai results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_area_cv cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = raster::cv(AREA)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_area_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_area_cv results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_area_mn metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, AREA_MN) -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_area_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_area_mn results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_area_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(AREA)) -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_area_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_area_sd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_ca metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, CA) -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_ca(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_ca results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_cai_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = raster::cv(CAI)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_cai_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_cai_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(CAI)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_cai_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_cai_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(CAI)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_cai_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_circle_cv metric") -# -# landscapemetrics_class_landscape_value <- lsm_c_circle_cv(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test missing -# -# -# context("class level lsm_c_circle_mn metric") -# -# landscapemetrics_class_landscape_value <- lsm_c_circle_mn(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test missing -# -# -# context("class level lsm_c_circle_mn metric") -# -# landscapemetrics_class_landscape_value <- lsm_c_circle_sd(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test missing -# -# -# context("class level lsm_c_clumpy metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, CLUMPY) -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_clumpy(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_clumpy results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_cohesion metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, COHESION) -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_cohesion(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_cohesion results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_contig_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = raster::cv(CONTIG)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_contig_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_contig_cv results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_contig_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(CONTIG)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_contig_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_contig_mn results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_contig_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(CONTIG)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_contig_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_contig_sd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_core_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = raster::cv(CORE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_core_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_core_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(CORE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_core_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_core_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(CORE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_core_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_cpland metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, CPLAND) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_cpland(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_dcad metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, DCAD) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_dcad(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_cdore_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = raster::cv(NCORE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_dcore_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_dore_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(NCORE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_dcore_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_dore_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(NCORE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_dcore_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_division metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, DIVISION) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_division(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_division results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_ed metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, ED) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_ed(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_ed results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_enn_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = raster::cv(ENN)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_enn_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_enn_cv results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_enn_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(ENN)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_enn_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_enn_mn results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_enn_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(ENN)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_enn_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_enn_sd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_lsm_c_frac_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = raster::cv(FRAC)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_frac_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_frac_cv results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_frac_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(FRAC)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_frac_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_frac_mn results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level frac_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(FRAC)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_frac_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_frac_sd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_gyrate_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = raster::cv(GYRATE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_gyrate_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_gyrate_cv results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_gyrate_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(GYRATE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_gyrate_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_gyrate_mn results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_gyrate_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(GYRATE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_gyrate_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_gyrate_sd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_iji metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, IJI) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_iji(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_iji results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_lpi metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, LPI) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_lpi(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_lpi results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_lsi metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, LSI) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_lsi(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_lsi results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_mesh metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, MESH) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_mesh(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_mesh results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_ndca metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, NDCA) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_ndca(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_ndca results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_nlsi metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, NLSI) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_nlsi(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_nlsi results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_np metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, NP) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_np(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_np results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_pafrac metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, PAFRAC) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_pafrac(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_pafrac results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_para_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = raster::cv(PARA)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_para_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_para_cv results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_para_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(PARA)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_para_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_para_mn results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_para_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(PARA)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_para_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_para_sd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_pd metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, PD) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_pd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_pd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_pladj metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, PLADJ) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_pladj(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_pladj results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_pland metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, PLAND) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_pland(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_pland results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_shape_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = raster::cv(SHAPE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_shape_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_shape_cv results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_shape_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(SHAPE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_shape_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_shape_mn results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_shape_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(SHAPE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_shape_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_shape_sd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_split metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, SPLIT) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_split(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_split results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_tca metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, TCA) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_tca(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_tca results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_te metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, TE) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_te(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_te results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# #### Landscape level #### -# -# -# context("landscape level lsm_l_ai metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$AI -# landscapemetrics_landscape_landscape_value <- lsm_l_ai(landscape) -# -# test_that("lsm_l_ai results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level area_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = raster::cv(AREA)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_area_cv(landscape) -# -# test_that("lsm_l_area_cv results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level area_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(AREA)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_area_cv(landscape) -# -# test_that("lsm_l_area_mn results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level area_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(AREA)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_area_sd(landscape) -# -# test_that("lsm_l_area_sd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_cai_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = raster::cv(CAI)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_cai_cv(landscape) -# -# # Different core algorithm -# # test_that("lsm_l_cai_cv results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_cai_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(CAI)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_cai_mn(landscape) -# -# # Different core algorithm -# # test_that("lsm_l_cai_mn results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_cai_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(CAI)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_cai_sd(landscape) -# -# # Different core algorithm -# # test_that("lsm_l_cai_sd results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_circle_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = raster::cv(CIRCLE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_circle_cv(landscape) -# -# # see https://r-spatialecology.github.io/landscapemetrics/ for more information -# # test_that("lsm_l_circle_cv results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_circle_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(CIRCLE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_circle_mn(landscape) -# -# # see https://r-spatialecology.github.io/landscapemetrics/ for more information -# # test_that("lsm_l_circle_mn results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_circle_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(CIRCLE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_circle_sd(landscape) -# -# # see https://r-spatialecology.github.io/landscapemetrics/ for more information -# # test_that("lsm_l_circle_sd results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_cohesion metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$COHESION -# landscapemetrics_landscape_landscape_value <- lsm_l_cohesion(landscape) -# -# test_that("lsm_l_cohesion results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_contag metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$CONTAG -# landscapemetrics_landscape_landscape_value <- lsm_l_contag(landscape) -# -# test_that("lsm_l_contag results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_contig_cv metric") -# -# # FRAGSTATS already rounds on patch level -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = raster::cv(CONTIG)) -# -# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_contig(landscape), value = round(value, 4)), value = raster::cv(value)) -# -# test_that("lsm_l_contig_cv results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_contig_mn metric") -# -# # FRAGSTATS already rounds on patch level -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(CONTIG)) -# -# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_contig(landscape), value = round(value, 4)), value = mean(value)) -# -# test_that("lsm_l_contig_mn results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_contig_sd metric") -# -# # FRAGSTATS already rounds on patch level -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(CONTIG)) -# -# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_contig(landscape), value = round(value, 4)), value = sd(value)) -# -# test_that("lsm_l_contig_sd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_core_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = raster::cv(CORE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_core_cv(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/ -# # test_that("lsm_l_core_cv results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_core_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(CORE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_core_mn(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/ -# # test_that("lsm_l_core_mn results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_core_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(CORE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_core_sd(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/ -# # test_that("lsm_l_core_sd results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level _lsm_l_dcad metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$DCAD -# landscapemetrics_landscape_landscape_value <- lsm_l_dcad(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/ -# # test_that("lsm_l_dcad results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_dcore_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = raster::cv(NCORE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_dcore_cv(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/ -# # test_that("lsm_l_dcore_cv results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_dcore_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(NCORE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_dcore_mn(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/ -# # test_that("lsm_l_dcore_mn results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_dcore_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(NCORE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_dcore_sd(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/ -# # test_that("lsm_l_dcore_sd results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_division metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$DIVISION -# landscapemetrics_landscape_landscape_value <- lsm_l_division(landscape) -# -# test_that("lsm_l_division results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_ed metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$ED -# landscapemetrics_landscape_landscape_value <- lsm_l_ed(landscape) -# -# test_that("lsm_l_ed results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_enn_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = raster::cv(ENN)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_enn_cv(landscape) -# -# test_that("lsm_l_enn_cv results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_enn_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(ENN)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_enn_mn(landscape) -# -# test_that("lsm_l_enn_mn results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_enn_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(ENN)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_enn_sd(landscape) -# -# test_that("lsm_l_enn_sd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_frac_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = raster::cv(FRAC)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_frac_cv(landscape) -# -# test_that("lsm_l_frac_cv results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_frac_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(FRAC)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_frac_mn(landscape) -# -# test_that("lsm_l_frac_mn results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_frac_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(FRAC)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_frac_sd(landscape) -# -# test_that("lsm_l_frac_sd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_gyrate_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = raster::cv(GYRATE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_cv(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_l_gyrate_cv results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_gyrate_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(GYRATE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_mn(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_l_gyrate_mn results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_gyrate_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(GYRATE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_sd(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_l_gyrate_sd results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_lpi metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$LPI -# landscapemetrics_landscape_landscape_value <- lsm_l_lpi(landscape) -# -# test_that("lsm_l_lpi results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_lsi metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$LSI -# landscapemetrics_landscape_landscape_value <- lsm_l_lsi(landscape) -# -# test_that("lsm_l_lsi results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_mesh metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$MESH -# landscapemetrics_landscape_landscape_value <- lsm_l_mesh(landscape) -# -# test_that("lsm_l_mesh results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_msidi metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$MSIDI -# landscapemetrics_landscape_landscape_value <- lsm_l_msidi(landscape) -# -# test_that("lsm_l_msidi results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_msiei metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$MSIEI -# landscapemetrics_landscape_landscape_value <- lsm_l_msiei(landscape) -# -# test_that("lsm_l_msiei results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_ndca metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$NDCA -# landscapemetrics_landscape_landscape_value <- lsm_l_ndca(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_l_ndca results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_np metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$NP -# landscapemetrics_landscape_landscape_value <- lsm_l_np(landscape) -# -# test_that("lsm_l_np results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_pafrac metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$PAFRAC -# landscapemetrics_landscape_landscape_value <- lsm_l_pafrac(landscape) -# -# test_that("lsm_l_pafrac results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_para_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = raster::cv(PARA)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_para_cv(landscape) -# -# test_that("lsm_l_para_cv results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_para_mn metric") -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(PARA) / 10000) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_para_mn(landscape) -# -# test_that("lsm_l_para_mn results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_para_sd metric") -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(PARA) / 10000) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_para_sd(landscape) -# -# test_that("lsm_l_para_sd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_pd metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$PD -# landscapemetrics_landscape_landscape_value <- lsm_l_pd(landscape) -# -# test_that("lsm_l_pd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_pladj metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$PLADJ -# landscapemetrics_landscape_landscape_value <- lsm_l_pladj(landscape) -# -# test_that("lsm_l_pladj results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_pr metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$PR -# landscapemetrics_landscape_landscape_value <- lsm_l_pr(landscape) -# -# test_that("lsm_l_pr results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_prd metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$NP -# landscapemetrics_landscape_landscape_value <- lsm_l_prd(landscape) -# -# test_that("lsm_l_prd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_rpr metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$RPR -# landscapemetrics_landscape_landscape_value <- lsm_l_rpr(landscape, classes_max = 5) -# -# test_that("lsm_l_rpr results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_shape_cv metric") -# -# # FRAGSTATS already rounds on patch level -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = raster::cv(SHAPE)) -# -# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_shape(landscape), value = round(value, 4)), value = raster::cv(value)) -# -# test_that("lsm_l_shape_cv results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_shape_mn metric") -# -# # FRAGSTATS already rounds on patch level -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(SHAPE)) -# -# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_shape(landscape), value = round(value, 4)), value = mean(value)) -# -# test_that("lsm_l_shape_mn results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_shape_sd metric") -# -# # FRAGSTATS already rounds on patch level -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(SHAPE)) -# -# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_shape(landscape), value = round(value, 4)), value = sd(value)) -# -# test_that("lsm_l_shape_sd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_shdi metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SHDI -# landscapemetrics_landscape_landscape_value <- lsm_l_shdi(landscape) -# -# test_that("lsm_l_shdi results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_shei metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SHEI -# landscapemetrics_landscape_landscape_value <- lsm_l_shei(landscape) -# -# test_that("lsm_l_shei results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_sidi metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SIDI -# landscapemetrics_landscape_landscape_value <- lsm_l_sidi(landscape) -# -# test_that("lsm_l_sidi results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_siei metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SIEI -# landscapemetrics_landscape_landscape_value <- lsm_l_siei(landscape) -# -# test_that("lsm_l_siei results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_split metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SPLIT -# landscapemetrics_landscape_landscape_value <- lsm_l_split(landscape) -# -# test_that("lsm_l_split results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_ta metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$TA -# landscapemetrics_landscape_landscape_value <- lsm_l_ta(landscape) -# -# test_that("lsm_l_ta results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_tca metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$TCA -# landscapemetrics_landscape_landscape_value <- lsm_l_tca(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_l_tca results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_te metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$TE -# landscapemetrics_landscape_landscape_value <- lsm_l_te(landscape) -# -# test_that("lsm_l_te results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# #### Patch level #### -# -# -# context("patch level lsm_p_area metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$AREA -# landscapemetrics_patch_landscape_value <- lsm_p_area(landscape) -# -# test_that("lsm_p_area results are equal to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_cai metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$CAI -# landscapemetrics_patch_landscape_value <- lsm_p_cai(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_p_cai results are equal to fragstats", { -# # expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# # round(landscapemetrics_patch_landscape_value$value, 4))) -# # }) -# -# -# context("patch level lsm_p_circle metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$CIRCLE -# landscapemetrics_patch_landscape_value <- lsm_p_circle(landscape) -# -# test_that("lsm_p_circle results are equal to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_contig metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$CONTIG -# landscapemetrics_patch_landscape_value <- lsm_p_contig(landscape) -# -# test_that("lsm_p_contig results are equal to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_core metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$CORE -# landscapemetrics_patch_landscape_value <- lsm_p_core(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_p_core results are equal to fragstats", { -# # expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# # round(landscapemetrics_patch_landscape_value$value, 4))) -# # }) -# -# -# context("patch level lsm_p_enn metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$ENN -# landscapemetrics_patch_landscape_value <- lsm_p_enn(landscape) -# -# test_that("lsm_p_enn results are comparable to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_frac metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$FRAC -# landscapemetrics_patch_landscape_value <- lsm_p_frac(landscape) -# -# test_that("lsm_p_frac results are comparable to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_gyrate metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$GYRATE -# landscapemetrics_patch_landscape_value <- lsm_p_gyrate(landscape) -# -# test_that("lsm_p_gyrate results are comparable to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_nca metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$NCORE -# landscapemetrics_patch_landscape_value <- lsm_p_ncore(landscape) -# -# test_that("lsm_p_ncore results are comparable to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_para metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$PARA -# landscapemetrics_patch_landscape_value <- lsm_p_para(landscape) -# -# test_that("lsm_p_para results are equal to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_perim metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$PERIM -# landscapemetrics_patch_landscape_value <- lsm_p_perim(landscape) -# -# test_that("lsm_p_perim results are equal to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_shape metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$SHAPE -# landscapemetrics_patch_landscape_value <- lsm_p_shape(landscape) -# -# test_that("lsm_p_shape results are equal to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# #### END #### +# #### Class level #### +# +# context("class level lsm_c_ai cv metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, AI) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_ai(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_ai results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_area_cv cv metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(AREA)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_area_cv(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_area_cv results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_area_mn metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, AREA_MN) +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_area_mn(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_area_mn results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_area_sd metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = sd(AREA)) +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_area_sd(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_area_sd results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_ca metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, CA) +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_ca(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_ca results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_cai_cv metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(CAI)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_cai_cv(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_cai_cv results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_c_cai_mn metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = mean(CAI)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_cai_mn(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_cai_cv results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_c_cai_sd metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = sd(CAI)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_cai_sd(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_cai_cv results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_c_circle_cv metric") +# +# landscapemetrics_class_landscape_value <- lsm_c_circle_cv(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test missing +# +# +# context("class level lsm_c_circle_mn metric") +# +# landscapemetrics_class_landscape_value <- lsm_c_circle_mn(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test missing +# +# +# context("class level lsm_c_circle_mn metric") +# +# landscapemetrics_class_landscape_value <- lsm_c_circle_sd(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test missing +# +# +# context("class level lsm_c_clumpy metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, CLUMPY) +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_clumpy(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_clumpy results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_cohesion metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, COHESION) +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_cohesion(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_cohesion results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_contig_cv metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(CONTIG)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_contig_cv(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_contig_cv results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_contig_mn metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = mean(CONTIG)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_contig_mn(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_contig_mn results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_contig_sd metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = sd(CONTIG)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_contig_sd(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_contig_sd results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_core_cv metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(CORE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_core_cv(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_cai_cv results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_c_core_mn metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = mean(CORE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_core_mn(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_cai_cv results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_c_core_sd metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = sd(CORE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_core_sd(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_cai_cv results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_c_cpland metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, CPLAND) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_cpland(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_cai_cv results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_c_dcad metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, DCAD) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_dcad(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_cai_cv results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_cdore_cv metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(NCORE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_dcore_cv(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_cai_cv results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_c_dore_mn metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = mean(NCORE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_dcore_mn(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_cai_cv results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_c_dore_sd metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = sd(NCORE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_dcore_sd(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_cai_cv results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_c_division metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, DIVISION) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_division(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_division results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_ed metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, ED) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_ed(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_ed results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_enn_cv metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(ENN)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_enn_cv(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_enn_cv results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_enn_mn metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = mean(ENN)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_enn_mn(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_enn_mn results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_enn_sd metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = sd(ENN)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_enn_sd(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_enn_sd results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_lsm_c_frac_cv metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(FRAC)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_frac_cv(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_frac_cv results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_frac_mn metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = mean(FRAC)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_frac_mn(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_frac_mn results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level frac_sd metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = sd(FRAC)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_frac_sd(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_frac_sd results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_gyrate_cv metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(GYRATE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_gyrate_cv(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_gyrate_cv results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_gyrate_mn metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = mean(GYRATE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_gyrate_mn(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_gyrate_mn results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_gyrate_mn metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = sd(GYRATE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_gyrate_sd(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_gyrate_sd results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_iji metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, IJI) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_iji(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_iji results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_lpi metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, LPI) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_lpi(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_lpi results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_lsi metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, LSI) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_lsi(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_lsi results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_mesh metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, MESH) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_mesh(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_mesh results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_ndca metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, NDCA) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_ndca(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_ndca results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_c_nlsi metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, NLSI) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_nlsi(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_nlsi results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_np metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, NP) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_np(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_np results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_pafrac metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, PAFRAC) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_pafrac(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_pafrac results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_para_cv metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(PARA)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_para_cv(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_para_cv results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_para_mn metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = mean(PARA)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_para_mn(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_para_mn results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_para_sd metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = sd(PARA)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_para_sd(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_para_sd results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_pd metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, PD) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_pd(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_pd results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_pladj metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, PLADJ) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_pladj(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_pladj results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_pland metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, PLAND) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_pland(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_pland results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_shape_cv metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(SHAPE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_shape_cv(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_shape_cv results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_shape_mn metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = mean(SHAPE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_shape_mn(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_shape_mn results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_shape_sd metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = sd(SHAPE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_shape_sd(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_shape_sd results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_split metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, SPLIT) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_split(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_split results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_tca metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, TCA) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_tca(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_tca results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_te metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, TE) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_te(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_te results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# #### Landscape level #### +# +# +# context("landscape level lsm_l_ai metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$AI +# landscapemetrics_landscape_landscape_value <- lsm_l_ai(landscape) +# +# test_that("lsm_l_ai results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level area_cv metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(AREA)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_area_cv(landscape) +# +# test_that("lsm_l_area_cv results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level area_mn metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(AREA)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_area_cv(landscape) +# +# test_that("lsm_l_area_mn results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level area_sd metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = sd(AREA)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_area_sd(landscape) +# +# test_that("lsm_l_area_sd results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_cai_cv metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(CAI)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_cai_cv(landscape) +# +# # Different core algorithm +# # test_that("lsm_l_cai_cv results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_cai_mn metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(CAI)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_cai_mn(landscape) +# +# # Different core algorithm +# # test_that("lsm_l_cai_mn results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_cai_sd metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = sd(CAI)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_cai_sd(landscape) +# +# # Different core algorithm +# # test_that("lsm_l_cai_sd results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_circle_cv metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(CIRCLE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_circle_cv(landscape) +# +# # see https://r-spatialecology.github.io/landscapemetrics/ for more information +# # test_that("lsm_l_circle_cv results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_circle_mn metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(CIRCLE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_circle_mn(landscape) +# +# # see https://r-spatialecology.github.io/landscapemetrics/ for more information +# # test_that("lsm_l_circle_mn results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_circle_sd metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = sd(CIRCLE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_circle_sd(landscape) +# +# # see https://r-spatialecology.github.io/landscapemetrics/ for more information +# # test_that("lsm_l_circle_sd results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_cohesion metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$COHESION +# landscapemetrics_landscape_landscape_value <- lsm_l_cohesion(landscape) +# +# test_that("lsm_l_cohesion results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_contag metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$CONTAG +# landscapemetrics_landscape_landscape_value <- lsm_l_contag(landscape) +# +# test_that("lsm_l_contag results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_contig_cv metric") +# +# # FRAGSTATS already rounds on patch level +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(CONTIG)) +# +# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_contig(landscape), value = round(value, 4)), value = function(x) sd(x) / mean(x) * 100)(value)) +# +# test_that("lsm_l_contig_cv results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_contig_mn metric") +# +# # FRAGSTATS already rounds on patch level +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(CONTIG)) +# +# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_contig(landscape), value = round(value, 4)), value = mean(value)) +# +# test_that("lsm_l_contig_mn results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_contig_sd metric") +# +# # FRAGSTATS already rounds on patch level +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = sd(CONTIG)) +# +# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_contig(landscape), value = round(value, 4)), value = sd(value)) +# +# test_that("lsm_l_contig_sd results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_core_cv metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(CORE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_core_cv(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/ +# # test_that("lsm_l_core_cv results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_core_mn metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(CORE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_core_mn(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/ +# # test_that("lsm_l_core_mn results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_core_sd metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = sd(CORE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_core_sd(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/ +# # test_that("lsm_l_core_sd results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level _lsm_l_dcad metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$DCAD +# landscapemetrics_landscape_landscape_value <- lsm_l_dcad(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/ +# # test_that("lsm_l_dcad results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_dcore_cv metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(NCORE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_dcore_cv(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/ +# # test_that("lsm_l_dcore_cv results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_dcore_mn metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(NCORE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_dcore_mn(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/ +# # test_that("lsm_l_dcore_mn results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_dcore_sd metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = sd(NCORE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_dcore_sd(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/ +# # test_that("lsm_l_dcore_sd results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_division metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$DIVISION +# landscapemetrics_landscape_landscape_value <- lsm_l_division(landscape) +# +# test_that("lsm_l_division results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_ed metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$ED +# landscapemetrics_landscape_landscape_value <- lsm_l_ed(landscape) +# +# test_that("lsm_l_ed results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_enn_cv metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(ENN)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_enn_cv(landscape) +# +# test_that("lsm_l_enn_cv results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_enn_mn metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(ENN)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_enn_mn(landscape) +# +# test_that("lsm_l_enn_mn results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_enn_sd metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = sd(ENN)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_enn_sd(landscape) +# +# test_that("lsm_l_enn_sd results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_frac_cv metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(FRAC)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_frac_cv(landscape) +# +# test_that("lsm_l_frac_cv results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_frac_mn metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(FRAC)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_frac_mn(landscape) +# +# test_that("lsm_l_frac_mn results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_frac_sd metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = sd(FRAC)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_frac_sd(landscape) +# +# test_that("lsm_l_frac_sd results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_gyrate_cv metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(GYRATE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_cv(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_l_gyrate_cv results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_gyrate_mn metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(GYRATE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_mn(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_l_gyrate_mn results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_gyrate_sd metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(GYRATE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_sd(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_l_gyrate_sd results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_lpi metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$LPI +# landscapemetrics_landscape_landscape_value <- lsm_l_lpi(landscape) +# +# test_that("lsm_l_lpi results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_lsi metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$LSI +# landscapemetrics_landscape_landscape_value <- lsm_l_lsi(landscape) +# +# test_that("lsm_l_lsi results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_mesh metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$MESH +# landscapemetrics_landscape_landscape_value <- lsm_l_mesh(landscape) +# +# test_that("lsm_l_mesh results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_msidi metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$MSIDI +# landscapemetrics_landscape_landscape_value <- lsm_l_msidi(landscape) +# +# test_that("lsm_l_msidi results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_msiei metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$MSIEI +# landscapemetrics_landscape_landscape_value <- lsm_l_msiei(landscape) +# +# test_that("lsm_l_msiei results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_ndca metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$NDCA +# landscapemetrics_landscape_landscape_value <- lsm_l_ndca(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_l_ndca results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_np metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$NP +# landscapemetrics_landscape_landscape_value <- lsm_l_np(landscape) +# +# test_that("lsm_l_np results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_pafrac metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$PAFRAC +# landscapemetrics_landscape_landscape_value <- lsm_l_pafrac(landscape) +# +# test_that("lsm_l_pafrac results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_para_cv metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(PARA)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_para_cv(landscape) +# +# test_that("lsm_l_para_cv results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_para_mn metric") +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(PARA) / 10000) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_para_mn(landscape) +# +# test_that("lsm_l_para_mn results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_para_sd metric") +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = sd(PARA) / 10000) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_para_sd(landscape) +# +# test_that("lsm_l_para_sd results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_pd metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$PD +# landscapemetrics_landscape_landscape_value <- lsm_l_pd(landscape) +# +# test_that("lsm_l_pd results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_pladj metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$PLADJ +# landscapemetrics_landscape_landscape_value <- lsm_l_pladj(landscape) +# +# test_that("lsm_l_pladj results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_pr metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$PR +# landscapemetrics_landscape_landscape_value <- lsm_l_pr(landscape) +# +# test_that("lsm_l_pr results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_prd metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$NP +# landscapemetrics_landscape_landscape_value <- lsm_l_prd(landscape) +# +# test_that("lsm_l_prd results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_rpr metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$RPR +# landscapemetrics_landscape_landscape_value <- lsm_l_rpr(landscape, classes_max = 5) +# +# test_that("lsm_l_rpr results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_shape_cv metric") +# +# # FRAGSTATS already rounds on patch level +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(SHAPE)) +# +# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_shape(landscape), value = round(value, 4)), value = function(x) sd(x) / mean(x) * 100)(value)) +# +# test_that("lsm_l_shape_cv results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_shape_mn metric") +# +# # FRAGSTATS already rounds on patch level +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(SHAPE)) +# +# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_shape(landscape), value = round(value, 4)), value = mean(value)) +# +# test_that("lsm_l_shape_mn results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_shape_sd metric") +# +# # FRAGSTATS already rounds on patch level +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = sd(SHAPE)) +# +# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_shape(landscape), value = round(value, 4)), value = sd(value)) +# +# test_that("lsm_l_shape_sd results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_shdi metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SHDI +# landscapemetrics_landscape_landscape_value <- lsm_l_shdi(landscape) +# +# test_that("lsm_l_shdi results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_shei metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SHEI +# landscapemetrics_landscape_landscape_value <- lsm_l_shei(landscape) +# +# test_that("lsm_l_shei results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_sidi metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SIDI +# landscapemetrics_landscape_landscape_value <- lsm_l_sidi(landscape) +# +# test_that("lsm_l_sidi results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_siei metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SIEI +# landscapemetrics_landscape_landscape_value <- lsm_l_siei(landscape) +# +# test_that("lsm_l_siei results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_split metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SPLIT +# landscapemetrics_landscape_landscape_value <- lsm_l_split(landscape) +# +# test_that("lsm_l_split results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_ta metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$TA +# landscapemetrics_landscape_landscape_value <- lsm_l_ta(landscape) +# +# test_that("lsm_l_ta results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_tca metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$TCA +# landscapemetrics_landscape_landscape_value <- lsm_l_tca(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_l_tca results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_te metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$TE +# landscapemetrics_landscape_landscape_value <- lsm_l_te(landscape) +# +# test_that("lsm_l_te results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# #### Patch level #### +# +# +# context("patch level lsm_p_area metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$AREA +# landscapemetrics_patch_landscape_value <- lsm_p_area(landscape) +# +# test_that("lsm_p_area results are equal to fragstats", { +# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# round(landscapemetrics_patch_landscape_value$value, 4))) +# }) +# +# +# context("patch level lsm_p_cai metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$CAI +# landscapemetrics_patch_landscape_value <- lsm_p_cai(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_p_cai results are equal to fragstats", { +# # expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# # round(landscapemetrics_patch_landscape_value$value, 4))) +# # }) +# +# +# context("patch level lsm_p_circle metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$CIRCLE +# landscapemetrics_patch_landscape_value <- lsm_p_circle(landscape) +# +# test_that("lsm_p_circle results are equal to fragstats", { +# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# round(landscapemetrics_patch_landscape_value$value, 4))) +# }) +# +# +# context("patch level lsm_p_contig metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$CONTIG +# landscapemetrics_patch_landscape_value <- lsm_p_contig(landscape) +# +# test_that("lsm_p_contig results are equal to fragstats", { +# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# round(landscapemetrics_patch_landscape_value$value, 4))) +# }) +# +# +# context("patch level lsm_p_core metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$CORE +# landscapemetrics_patch_landscape_value <- lsm_p_core(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_p_core results are equal to fragstats", { +# # expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# # round(landscapemetrics_patch_landscape_value$value, 4))) +# # }) +# +# +# context("patch level lsm_p_enn metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$ENN +# landscapemetrics_patch_landscape_value <- lsm_p_enn(landscape) +# +# test_that("lsm_p_enn results are comparable to fragstats", { +# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# round(landscapemetrics_patch_landscape_value$value, 4))) +# }) +# +# +# context("patch level lsm_p_frac metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$FRAC +# landscapemetrics_patch_landscape_value <- lsm_p_frac(landscape) +# +# test_that("lsm_p_frac results are comparable to fragstats", { +# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# round(landscapemetrics_patch_landscape_value$value, 4))) +# }) +# +# +# context("patch level lsm_p_gyrate metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$GYRATE +# landscapemetrics_patch_landscape_value <- lsm_p_gyrate(landscape) +# +# test_that("lsm_p_gyrate results are comparable to fragstats", { +# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# round(landscapemetrics_patch_landscape_value$value, 4))) +# }) +# +# +# context("patch level lsm_p_nca metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$NCORE +# landscapemetrics_patch_landscape_value <- lsm_p_ncore(landscape) +# +# test_that("lsm_p_ncore results are comparable to fragstats", { +# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# round(landscapemetrics_patch_landscape_value$value, 4))) +# }) +# +# +# context("patch level lsm_p_para metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$PARA +# landscapemetrics_patch_landscape_value <- lsm_p_para(landscape) +# +# test_that("lsm_p_para results are equal to fragstats", { +# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# round(landscapemetrics_patch_landscape_value$value, 4))) +# }) +# +# +# context("patch level lsm_p_perim metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$PERIM +# landscapemetrics_patch_landscape_value <- lsm_p_perim(landscape) +# +# test_that("lsm_p_perim results are equal to fragstats", { +# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# round(landscapemetrics_patch_landscape_value$value, 4))) +# }) +# +# +# context("patch level lsm_p_shape metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$SHAPE +# landscapemetrics_patch_landscape_value <- lsm_p_shape(landscape) +# +# test_that("lsm_p_shape results are equal to fragstats", { +# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# round(landscapemetrics_patch_landscape_value$value, 4))) +# }) +# +# #### END #### diff --git a/vignettes/articles/comparing_tools.Rmd b/vignettes/articles/comparing_tools.Rmd index 7cae00b98..b59223132 100644 --- a/vignettes/articles/comparing_tools.Rmd +++ b/vignettes/articles/comparing_tools.Rmd @@ -1,352 +1,356 @@ ---- -title: "Differences FRAGSTATS|landscapemetrics|SDMTools" -date: "`r Sys.Date()`" -output: rmarkdown::html_vignette -vignette: > - %\VignetteIndexEntry{Differences FRAGSTATS|landscapemetrics|SDMTools} - %\VignetteEncoding{UTF-8} - %\VignetteEngine{knitr::rmarkdown} -editor_options: - chunk_output_type: console ---- - -```{r load_libraries_hidden, message = FALSE, warning = FALSE, include = FALSE} -library(landscapemetrics) -library(raster) - -library(dplyr) -library(purrr) -``` - -# Comparison with FRAGSTATS - -`landscapemetrics` re-implements landscape metrics as they are mostly described in the FRAGSTATS software (McGarigal *et al.* 2012). Therefore, we compared our results with the results of FRAGSTATS. In the process, we recognized a few differences between the results. - -Some metrics in FRAGSTATS are interdependent across scales. Thus, if there is a deviation at the patch level, it propagates through the class- and landscape-level. We list the metrics with deviations at the lowest level. - -Unfortunatly, we do not have access to the source code of FRAGSTATS. Therefore, we are not able to finally explain the present differences between the results, nevertheless, we try to guess the most likely reasons. - -## General differences - -Firstly, the patch ID is ordered in a different way, due to technical reasons (how connected patches are specified). Therefore, one has to pay attention comparing the results on patch level for FRAGSTATS and `landscapemetrics`. - -All double precision floating point numbers are rounded after the 4th decimal place in FRAGSTATS. Contrastingly, we do not round the numbers. Naturally, this can lead to small deviations between the results. - -There are quite a few metrics on class- and landscape-level that summarise patch level metrics (e.g. the mean, standard deviation (*sd*) or coefficient of variation (*cv*) of all values belonging to class *i*). While the results are identical for single patches and the mean of all patches, there are some slight differences between `lanscapemetrics` and FRAGSTATS for the standard deviation and the coefficent of variation. `landscapemetrics` uses base `R` functions for that, so we should assume that the calculation of such indices is correct. - -In the following, we are comparing the *cv* for the patch area. We are including the *cv* calculated from all patch areas and the actual output of FRAGSTATS as well as the output of `landscapemetrics`. Interestingly, the *cv* calculated from all patches of FRAGSTATS is identical to the cv of `landscapemetrics`, but the actual result of FRAGSTATS is slightly different. - -```{r} -# function to calculate coefficient of variation -cv <- function(x) { - (sd(x) / mean(x)) * 100 -} - -# CV calculated from patch values of FRAGSTATS -fragstats_calculated <- fragstats_patch_landscape %>% - dplyr::group_by(TYPE) %>% - dplyr::summarise(cv = cv(AREA)) %>% - purrr::set_names("class", "fragstats_calculated") - -# Output of FRAGSTATS -fragstats_output <- fragstats_class_landscape %>% - dplyr::select(TYPE, AREA_CV) %>% - purrr::set_names("class", "fragstats_output") - -# Output of landscapemetrics -landscapemetrics_output <- lsm_c_area_cv(landscape) %>% - dplyr::select(class, value) %>% - purrr::set_names("class", "landscapemetrics") - -fragstats <- dplyr::full_join(x = fragstats_output, y = fragstats_calculated, - by = "class") - -cv_full <- dplyr::full_join(x = fragstats, y = landscapemetrics_output, - by = "class") -``` - - -
- -```{r} -knitr::kable(cbind(cv_full)) -``` - -
- -As for the *cv*, the results for the *sd* are similiar. The result calculated from all patch areas of FRAGSTATS is identical to the result of `landscapemetrics`, but not the actual result of FRAGSTATS. - -```{r} -# SD calculated from patch values of FRAGSTATS -fragstats_calculated <- fragstats_patch_landscape %>% - dplyr::group_by(TYPE) %>% - dplyr::summarise(sd = sd(AREA)) %>% - purrr::set_names("class", "fragstats_calculated") - - -# Output of FRAGSTATS -fragstats_output <- fragstats_class_landscape %>% - dplyr::select(TYPE, AREA_SD) %>% - purrr::set_names("class", "fragstats_output") - -# Output of landscapemetrics -landscapemetrics_output <- lsm_c_area_sd(landscape) %>% - dplyr::select(class, value) %>% - purrr::set_names("class", "landscapemetrics") - -fragstats <- dplyr::full_join(x = fragstats_output, y = fragstats_calculated, - by = "class") - -sd_full <- dplyr::full_join(x = fragstats, y = landscapemetrics_output, - by = "class") -``` - - -
- -```{r} -knitr::kable(cbind(cv_full)) -``` - -
- -## Specific differences - -### GYRATE metric - -According to FRAGSTATS the radius of gyration for a patch consisting of only a single cell should equal GYRATE = 0. - -> [...] GYRATE = 0 when the patch consists of a single cell [...] - -However, for patches containing a single cell FRAGSTATS returns a value of *GYRATE = 0.5*. In the following table, patches with an area of *area = 0.0001* consist of only one cell. - -```{r} -# Calculate patch area -fragstats_area <- fragstats_patch_landscape %>% - dplyr::select(PID, AREA) %>% - purrr::set_names("id", "fragstats_area") - -landscapemetrics_area <- lsm_p_area(landscape) %>% - dplyr::select(id, value) %>% - purrr::set_names("id", "landscapemetrics_area") - -# Calculate GYRATE -fragstats_gyrate <- fragstats_patch_landscape %>% - dplyr::select(PID, GYRATE) %>% - purrr::set_names("id", "fragstats_gyrate") - -landscapemetrics_gyrate <- lsm_p_gyrate(landscape) %>% - dplyr::select(id, value) %>% - purrr::set_names("id", "landscapemetrics_gyrate") - -fragstats <- dplyr::full_join(x = fragstats_area, y = fragstats_gyrate, - by = "id") %>% - dplyr::filter(fragstats_area == 0.0001) - -landscapemetrics <- dplyr::full_join(x = landscapemetrics_area, - y = landscapemetrics_gyrate, by = "id") %>% - dplyr::filter(landscapemetrics_area == 0.0001) -``` - - -
- -```{r} -knitr::kable(cbind(fragstats, landscapemetrics)) -``` - -
- -Additionally, we recognized small differences for all other patches as well. However, we could not find an explanation for this difference, yet. - -#### Error propagation (for metrics based on *GYRATE* metric) - -##### Class level - -- GYRATE_CV (`lsm_c_gyrate_cv`) -- GYRATE_MN (`lsm_c_gyrate_mn`) -- GYRATE_SD (`lsm_c_gyrate_sd`) - -##### Landscape level - -- GYRATE_CV (`lsm_l_gyrate_cv`) -- GYRATE_MN (`lsm_l_gyrate_mn`) -- GYRATE_SD (`lsm_l_gyrate_sd`) - -### PARA metric - -The documentation of FRAGSTATS defines the perimeter-area ratio the following: - -> [...] PARA equals the ratio of the patch perimeter (m) to area (m2). [...] - -Contrastingly, the output of FRAGSTATS gives the result as the ratio of the patch perimeter in meters to area in hectares. - -We implemented PARA as documented in the FRAGSTATS manual using square meters. Nevertheless, the differences between the softwares are only based on different units, as shown by converting the FRAGSTATS output to meters per square meters. - -```{r} -# Output of FRAGSTATS -fragstats <- fragstats_patch_landscape %>% - dplyr::select(PID, AREA, PERIM, PARA) %>% - purrr::set_names("id", "area", "perim", "para") %>% - dplyr::mutate(para_calculated_ha = perim / area, - para_calculated_m = perim / (area * 10000)) %>% - dplyr::arrange(area) - -# Output of landscapemetrics -area_landscapmetrics <- lsm_p_area(landscape) %>% - dplyr::select(id, value) %>% - purrr::set_names("id", "area") - -perim_landscapmetrics <- lsm_p_perim(landscape) %>% - dplyr::select(id, value) %>% - purrr::set_names("id", "perim") - -para_landscapemetrics <- lsm_p_para(landscape) %>% - dplyr::select(id, value) %>% - purrr::set_names("id", "para") - -landscapemetrics <- dplyr::full_join(x = area_landscapmetrics, - y = perim_landscapmetrics, - by = "id") %>% - dplyr::full_join(para_landscapemetrics, by = "id") %>% - dplyr::mutate(para_calculated_ha = perim / area, - para_calculated_m = perim / (area * 10000)) %>% - dplyr::arrange(area) -``` - - -
- -```{r} -knitr::kable(cbind(fragstats, landscapemetrics)) -``` - -
- -#### Error propagation (for metrics based on **PARA** metric) - -##### Class level -- PARA_MN (`lsm_c_para_mn`) -- PARA_SD (`lsm_c_para_sd`) - -### CIRCLE metric -According to FRAGSTATS, for patches with only one cell CIRCLE = 0. - -> [...] CIRCLE = 0 for one cell patches. [...] - -Nevertheless, because also patches with only one cell have a dimension in the raster context, we decided to calculate the CIRCLE metric for such patches. - -```{r} -# Output of FRAGSTATS -fragstats <- fragstats_patch_landscape %>% - dplyr::select(PID, AREA, CIRCLE) %>% - purrr::set_names("id_fs", "area_fs", "circle_fs") %>% - dplyr::filter(area_fs == 0.0001) - -# Output of landscapemetrics -area_landscapmetrics <- lsm_p_area(landscape) %>% - dplyr::select(id, value) %>% - purrr::set_names("id_lsm", "area_lsm") - -circle_landscapmetrics <- lsm_p_circle(landscape) %>% - dplyr::select(id, value) %>% - purrr::set_names("id_lsm", "circle_lsm") - -landscapemetrics <- dplyr::full_join(x = area_landscapmetrics, y = circle_landscapmetrics, - by = "id_lsm") %>% - dplyr::filter(area_lsm == 0.0001) -``` - - -
- -```{r} -knitr::kable(cbind(fragstats, landscapemetrics)) -``` - -
- -It seems like FRAGSTATS uses the largest distance between the corner points of the cells to calculate the diameter of the circumscribing circle. However, this does not necessarily result in the correct circumscribing circle. While this approach works well for more compact patch shapes, there are some cases in which the approach fails. One example are T-shaped patches. Contrastingly to FRAGSTATS, our algorithm calculates the true circumscribing circle also for such patches. - -```{r} -# create matrix -mat <- matrix(data = NA, nrow = 13, ncol = 13) - -# create T-shaped patches -mat[4:9, 7] <- 1 -mat[4, 4:10] <- 1 - -# convert to raster -ras <- raster::raster(mat, xmn = 0, xmx = 13, ymn = 0, ymx = 13) - -# get circumscribing circle -circle_lsm <- get_circumscribingcircle(ras) - -# construct circle using diameter / 2 -circle_lsm <- construct_buffer(coords = matrix(c(circle_lsm$center_x, - circle_lsm$center_y), - nrow = 1, ncol = 2), - shape = "circle", size = circle_lsm$value / 2, - return_sp = FALSE) - -# calculate max distance between corner points of cells -circle_max_dist <- dist(matrix(data = c(3, 10, 7, 4), byrow = TRUE, nrow = 2, ncol = 2)) - -# construct circle using diamter /2 -circle_max_dist <- construct_buffer(coords = matrix(c(6.5, 7.5), nrow = 1, ncol = 2), - shape = "circle", size = circle_max_dist / 2, - return_sp = FALSE) - -# plot results -plot(ras, col = "#D5B528", legend = FALSE) -polygon(circle_lsm, border = "#84A98E", lwd = 2.5) # green circle -polygon(circle_max_dist, border = "#922418", lwd = 2.5) # red circle - -``` - -# Comparison with SDMTools - -`SDMTools` (VanDerWal et al. 2014) (still available, but apparently not longer maintained) offers landscape metrics on patch and class level. However, it does not return the same results as FRAGSTATS. The main reason for this are different standard defaults (e.g. `SDMTools` always considers the global landscape boundary) and that `SDMTools` returns results in map units and not in m^2/hectar, as FRAGSTATS/`landscapemetrics`. This also explains differences between our package and `SDMTools`. - -[Joseph Stachelek](https://github.com/jsta) was so nice to remind us of these issues and provided the comparison. - -## Patch metrics -To get all availabel metrics on e.g. patch level with `SDMTools`, you have to make a binary landscape for every class in your landscape, perform connected components labelling on it and then calculate the patch metrics. - -```{r} -library(SDMTools) # remotes::install_version("SDMTools", version = "1.1-221.2") - -# binarize every class in the landscape and calculate patch metrics -sdmtools_result <- lapply(raster::unique(landscape), FUN = function(x){ - tmp_land <- landscape - raster::values(tmp_land)[raster::values(tmp_land) != x] <- NA - raster::values(tmp_land)[raster::values(tmp_land) == x] <- 1 - ccl <- SDMTools::ConnCompLabel(tmp_land) - PatchStat(ccl) -}) - -# combine to one data frame -sdmtools_result <- dplyr::bind_rows(sdmtools_result, .id = "Class") -``` - -`landscapemetrics` offers for such tasks the function `get_patches` and for the metrics itself all of that is done internally. To get all metrics on patch level with `landscapemetrics` you could for example do: - -```{r} -patch_metrics <- calculate_lsm(landscape, what = "patch") -``` - - -
- -```{r} -knitr::kable(bind_rows(sdmtools_result)) -``` - -
- -## References - -- McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: https://www.umass.edu/landeco/ - -- Jeremy VanDerWal, Lorena Falconi, Stephanie Januchowski, Luke Shoo and Collin Storlie (2014). SDMTools: Species Distribution Modelling Tools: Tools for processing data associated with species distribution modelling exercises. R package version 1.1-221. https://CRAN.R-project.org/package=SDMTools - +--- +title: "Differences FRAGSTATS|landscapemetrics|SDMTools" +date: "`r Sys.Date()`" +output: rmarkdown::html_vignette +vignette: > + %\VignetteIndexEntry{Differences FRAGSTATS|landscapemetrics|SDMTools} + %\VignetteEncoding{UTF-8} + %\VignetteEngine{knitr::rmarkdown} +editor_options: + chunk_output_type: console +--- + +```{r load_libraries_hidden, message = FALSE, warning = FALSE, include = FALSE} +library(landscapemetrics) +library(raster) + +library(dplyr) +library(purrr) + +landscape <- terra::unwrap(landscapemetrics::landscape) +augusta_nlcd <- terra::unwrap(landscapemetrics::augusta_nlcd) +podlasie_ccilc <- terra::unwrap(landscapemetrics::podlasie_ccilc) +``` + +# Comparison with FRAGSTATS + +`landscapemetrics` re-implements landscape metrics as they are mostly described in the FRAGSTATS software (McGarigal *et al.* 2012). Therefore, we compared our results with the results of FRAGSTATS. In the process, we recognized a few differences between the results. + +Some metrics in FRAGSTATS are interdependent across scales. Thus, if there is a deviation at the patch level, it propagates through the class- and landscape-level. We list the metrics with deviations at the lowest level. + +Unfortunatly, we do not have access to the source code of FRAGSTATS. Therefore, we are not able to finally explain the present differences between the results, nevertheless, we try to guess the most likely reasons. + +## General differences + +Firstly, the patch ID is ordered in a different way, due to technical reasons (how connected patches are specified). Therefore, one has to pay attention comparing the results on patch level for FRAGSTATS and `landscapemetrics`. + +All double precision floating point numbers are rounded after the 4th decimal place in FRAGSTATS. Contrastingly, we do not round the numbers. Naturally, this can lead to small deviations between the results. + +There are quite a few metrics on class- and landscape-level that summarise patch level metrics (e.g. the mean, standard deviation (*sd*) or coefficient of variation (*cv*) of all values belonging to class *i*). While the results are identical for single patches and the mean of all patches, there are some slight differences between `lanscapemetrics` and FRAGSTATS for the standard deviation and the coefficent of variation. `landscapemetrics` uses base `R` functions for that, so we should assume that the calculation of such indices is correct. + +In the following, we are comparing the *cv* for the patch area. We are including the *cv* calculated from all patch areas and the actual output of FRAGSTATS as well as the output of `landscapemetrics`. Interestingly, the *cv* calculated from all patches of FRAGSTATS is identical to the cv of `landscapemetrics`, but the actual result of FRAGSTATS is slightly different. + +```{r} +# function to calculate coefficient of variation +cv <- function(x) { + (sd(x) / mean(x)) * 100 +} + +# CV calculated from patch values of FRAGSTATS +fragstats_calculated <- fragstats_patch_landscape %>% + dplyr::group_by(TYPE) %>% + dplyr::summarise(cv = cv(AREA)) %>% + purrr::set_names("class", "fragstats_calculated") + +# Output of FRAGSTATS +fragstats_output <- fragstats_class_landscape %>% + dplyr::select(TYPE, AREA_CV) %>% + purrr::set_names("class", "fragstats_output") + +# Output of landscapemetrics +landscapemetrics_output <- lsm_c_area_cv(landscape) %>% + dplyr::select(class, value) %>% + purrr::set_names("class", "landscapemetrics") + +fragstats <- dplyr::full_join(x = fragstats_output, y = fragstats_calculated, + by = "class") + +cv_full <- dplyr::full_join(x = fragstats, y = landscapemetrics_output, + by = "class") +``` + + +
+ +```{r} +knitr::kable(cbind(cv_full)) +``` + +
+ +As for the *cv*, the results for the *sd* are similiar. The result calculated from all patch areas of FRAGSTATS is identical to the result of `landscapemetrics`, but not the actual result of FRAGSTATS. + +```{r} +# SD calculated from patch values of FRAGSTATS +fragstats_calculated <- fragstats_patch_landscape %>% + dplyr::group_by(TYPE) %>% + dplyr::summarise(sd = sd(AREA)) %>% + purrr::set_names("class", "fragstats_calculated") + + +# Output of FRAGSTATS +fragstats_output <- fragstats_class_landscape %>% + dplyr::select(TYPE, AREA_SD) %>% + purrr::set_names("class", "fragstats_output") + +# Output of landscapemetrics +landscapemetrics_output <- lsm_c_area_sd(landscape) %>% + dplyr::select(class, value) %>% + purrr::set_names("class", "landscapemetrics") + +fragstats <- dplyr::full_join(x = fragstats_output, y = fragstats_calculated, + by = "class") + +sd_full <- dplyr::full_join(x = fragstats, y = landscapemetrics_output, + by = "class") +``` + + +
+ +```{r} +knitr::kable(cbind(cv_full)) +``` + +
+ +## Specific differences + +### GYRATE metric + +According to FRAGSTATS the radius of gyration for a patch consisting of only a single cell should equal GYRATE = 0. + +> [...] GYRATE = 0 when the patch consists of a single cell [...] + +However, for patches containing a single cell FRAGSTATS returns a value of *GYRATE = 0.5*. In the following table, patches with an area of *area = 0.0001* consist of only one cell. + +```{r} +# Calculate patch area +fragstats_area <- fragstats_patch_landscape %>% + dplyr::select(PID, AREA) %>% + purrr::set_names("id", "fragstats_area") + +landscapemetrics_area <- lsm_p_area(landscape) %>% + dplyr::select(id, value) %>% + purrr::set_names("id", "landscapemetrics_area") + +# Calculate GYRATE +fragstats_gyrate <- fragstats_patch_landscape %>% + dplyr::select(PID, GYRATE) %>% + purrr::set_names("id", "fragstats_gyrate") + +landscapemetrics_gyrate <- lsm_p_gyrate(landscape) %>% + dplyr::select(id, value) %>% + purrr::set_names("id", "landscapemetrics_gyrate") + +fragstats <- dplyr::full_join(x = fragstats_area, y = fragstats_gyrate, + by = "id") %>% + dplyr::filter(fragstats_area == 0.0001) + +landscapemetrics <- dplyr::full_join(x = landscapemetrics_area, + y = landscapemetrics_gyrate, by = "id") %>% + dplyr::filter(landscapemetrics_area == 0.0001) +``` + + +
+ +```{r} +knitr::kable(cbind(fragstats, landscapemetrics)) +``` + +
+ +Additionally, we recognized small differences for all other patches as well. However, we could not find an explanation for this difference, yet. + +#### Error propagation (for metrics based on *GYRATE* metric) + +##### Class level + +- GYRATE_CV (`lsm_c_gyrate_cv`) +- GYRATE_MN (`lsm_c_gyrate_mn`) +- GYRATE_SD (`lsm_c_gyrate_sd`) + +##### Landscape level + +- GYRATE_CV (`lsm_l_gyrate_cv`) +- GYRATE_MN (`lsm_l_gyrate_mn`) +- GYRATE_SD (`lsm_l_gyrate_sd`) + +### PARA metric + +The documentation of FRAGSTATS defines the perimeter-area ratio the following: + +> [...] PARA equals the ratio of the patch perimeter (m) to area (m2). [...] + +Contrastingly, the output of FRAGSTATS gives the result as the ratio of the patch perimeter in meters to area in hectares. + +We implemented PARA as documented in the FRAGSTATS manual using square meters. Nevertheless, the differences between the softwares are only based on different units, as shown by converting the FRAGSTATS output to meters per square meters. + +```{r} +# Output of FRAGSTATS +fragstats <- fragstats_patch_landscape %>% + dplyr::select(PID, AREA, PERIM, PARA) %>% + purrr::set_names("id", "area", "perim", "para") %>% + dplyr::mutate(para_calculated_ha = perim / area, + para_calculated_m = perim / (area * 10000)) %>% + dplyr::arrange(area) + +# Output of landscapemetrics +area_landscapmetrics <- lsm_p_area(landscape) %>% + dplyr::select(id, value) %>% + purrr::set_names("id", "area") + +perim_landscapmetrics <- lsm_p_perim(landscape) %>% + dplyr::select(id, value) %>% + purrr::set_names("id", "perim") + +para_landscapemetrics <- lsm_p_para(landscape) %>% + dplyr::select(id, value) %>% + purrr::set_names("id", "para") + +landscapemetrics <- dplyr::full_join(x = area_landscapmetrics, + y = perim_landscapmetrics, + by = "id") %>% + dplyr::full_join(para_landscapemetrics, by = "id") %>% + dplyr::mutate(para_calculated_ha = perim / area, + para_calculated_m = perim / (area * 10000)) %>% + dplyr::arrange(area) +``` + + +
+ +```{r} +knitr::kable(cbind(fragstats, landscapemetrics)) +``` + +
+ +#### Error propagation (for metrics based on **PARA** metric) + +##### Class level +- PARA_MN (`lsm_c_para_mn`) +- PARA_SD (`lsm_c_para_sd`) + +### CIRCLE metric +According to FRAGSTATS, for patches with only one cell CIRCLE = 0. + +> [...] CIRCLE = 0 for one cell patches. [...] + +Nevertheless, because also patches with only one cell have a dimension in the raster context, we decided to calculate the CIRCLE metric for such patches. + +```{r} +# Output of FRAGSTATS +fragstats <- fragstats_patch_landscape %>% + dplyr::select(PID, AREA, CIRCLE) %>% + purrr::set_names("id_fs", "area_fs", "circle_fs") %>% + dplyr::filter(area_fs == 0.0001) + +# Output of landscapemetrics +area_landscapmetrics <- lsm_p_area(landscape) %>% + dplyr::select(id, value) %>% + purrr::set_names("id_lsm", "area_lsm") + +circle_landscapmetrics <- lsm_p_circle(landscape) %>% + dplyr::select(id, value) %>% + purrr::set_names("id_lsm", "circle_lsm") + +landscapemetrics <- dplyr::full_join(x = area_landscapmetrics, y = circle_landscapmetrics, + by = "id_lsm") %>% + dplyr::filter(area_lsm == 0.0001) +``` + + +
+ +```{r} +knitr::kable(cbind(fragstats, landscapemetrics)) +``` + +
+ +It seems like FRAGSTATS uses the largest distance between the corner points of the cells to calculate the diameter of the circumscribing circle. However, this does not necessarily result in the correct circumscribing circle. While this approach works well for more compact patch shapes, there are some cases in which the approach fails. One example are T-shaped patches. Contrastingly to FRAGSTATS, our algorithm calculates the true circumscribing circle also for such patches. + +```{r} +# create matrix +mat <- matrix(data = NA, nrow = 13, ncol = 13) + +# create T-shaped patches +mat[4:9, 7] <- 1 +mat[4, 4:10] <- 1 + +# convert to terra +ras <- terra::rast(mat, xmin = 0, xmax = 13, ymin = 0, ymax = 13) + +# get circumscribing circle +circle_lsm <- get_circumscribingcircle(ras) + +# construct circle using diameter / 2 +circle_lsm <- construct_buffer(coords = matrix(c(circle_lsm$center_x, + circle_lsm$center_y), + nrow = 1, ncol = 2), + shape = "circle", size = circle_lsm$value / 2, + return_sp = FALSE) + +# calculate max distance between corner points of cells +circle_max_dist <- dist(matrix(data = c(3, 10, 7, 4), byrow = TRUE, nrow = 2, ncol = 2)) + +# construct circle using diamter /2 +circle_max_dist <- construct_buffer(coords = matrix(c(6.5, 7.5), nrow = 1, ncol = 2), + shape = "circle", size = circle_max_dist / 2, + return_sp = FALSE) + +# plot results +plot(ras, col = "#D5B528", legend = FALSE) +polygon(circle_lsm, border = "#84A98E", lwd = 2.5) # green circle +polygon(circle_max_dist, border = "#922418", lwd = 2.5) # red circle + +``` + +# Comparison with SDMTools + +`SDMTools` (VanDerWal et al. 2014) (still available, but apparently not longer maintained) offers landscape metrics on patch and class level. However, it does not return the same results as FRAGSTATS. The main reason for this are different standard defaults (e.g. `SDMTools` always considers the global landscape boundary) and that `SDMTools` returns results in map units and not in m^2/hectar, as FRAGSTATS/`landscapemetrics`. This also explains differences between our package and `SDMTools`. + +[Joseph Stachelek](https://github.com/jsta) was so nice to remind us of these issues and provided the comparison. + +## Patch metrics +To get all availabel metrics on e.g. patch level with `SDMTools`, you have to make a binary landscape for every class in your landscape, perform connected components labelling on it and then calculate the patch metrics. + +```{r} +library(SDMTools) # remotes::install_version("SDMTools", version = "1.1-221.2") + +# binarize every class in the landscape and calculate patch metrics +sdmtools_result <- lapply(raster::unique(landscape), FUN = function(x){ + tmp_land <- landscape + raster::values(tmp_land)[raster::values(tmp_land) != x] <- NA + raster::values(tmp_land)[raster::values(tmp_land) == x] <- 1 + ccl <- SDMTools::ConnCompLabel(tmp_land) + PatchStat(ccl) +}) + +# combine to one data frame +sdmtools_result <- dplyr::bind_rows(sdmtools_result, .id = "Class") +``` + +`landscapemetrics` offers for such tasks the function `get_patches` and for the metrics itself all of that is done internally. To get all metrics on patch level with `landscapemetrics` you could for example do: + +```{r} +patch_metrics <- calculate_lsm(landscape, what = "patch") +``` + + +
+ +```{r} +knitr::kable(bind_rows(sdmtools_result)) +``` + +
+ +## References + +- McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: https://www.umass.edu/landeco/ + +- Jeremy VanDerWal, Lorena Falconi, Stephanie Januchowski, Luke Shoo and Collin Storlie (2014). SDMTools: Species Distribution Modelling Tools: Tools for processing data associated with species distribution modelling exercises. R package version 1.1-221. https://CRAN.R-project.org/package=SDMTools + diff --git a/vignettes/articles/general_background.Rmd b/vignettes/articles/general_background.Rmd index 6a26db086..26e4f0940 100644 --- a/vignettes/articles/general_background.Rmd +++ b/vignettes/articles/general_background.Rmd @@ -1,71 +1,76 @@ ---- -title: "General background" -date: "`r Sys.Date()`" -output: rmarkdown::html_vignette -vignette: > - %\VignetteIndexEntry{General background} - %\VignetteEncoding{UTF-8} - %\VignetteEngine{knitr::rmarkdown} -editor_options: - chunk_output_type: console ---- - -```{r, echo = FALSE} -library(landscapetools) -``` - -# Introduction - -Ecology and landscape ecology mainly studies interactions between organisms and their environment. In a wider sense, the environment perceived by the organism can be defined as a landscape. This can spread from huge areas for e.g. mobile, large-bodied mammals to much smaller areas for e.g. immobile insects and always depends on the research question. - -Landscape metrics are tools to characterize a landscape. This includes mainly describing the composition and configuration of a landscape. While the composition basically describes how much of the landscape is occupied by a certain land cover type, the configuration mainly describes the spatial arrangement of the landcover types. The basic idea of landscape metrics is to condense as much information as possible into single number. - -The `landscapemetrics` package supports `raster` spatial objects. A raster (sometimes also referred to as grid) contains spatial information by dividing the landscape into discrete cells. Consequently, the cells are the smallest "resolution of information". Because `landscapemetrics` deals with categorical data, each cell has to be assigned to a discrete class (see Fig. 1 for details). -These classes must be positive integer numbers. - -```{r fig.height=4, fig.align="center", fig.cap="Fig 1.: a) and b) are the same landscape, but with a continous (a) and categorical (b) representation. A continuous landscape would typically be expected from remote sensing imagery or interpolated enviromental data. Categorical landscapes are mostly classified as percieved by humans, e.g. in land cover and use classes.", echo = FALSE, results = TRUE, message = FALSE, warning = FALSE, error = FALSE} -landscapetools::show_landscape(landscapemetrics:::landscape_background, unique_scales = TRUE) -``` - -## Levels of landscape metrics - -**Landscape metrics** can be calculated for three different levels (or "scales"). Each level contains information about different aspects of the landscape. Level of interest depends largely on the research question. Often, even a combination of several levels can be useful. Similar, also the decision of which metric to use depends on the research question asked. - -**A patch** is defined as neighboring cells belonging to the same class `i`. Hereby, `landscapemetrics` uses the 8-neighbors rule (Queen's case) to identify patches. Patch level metrics are calculated for every patch in the landscape, regardless of the class that the patch belongs to. The output will match the number of patches present in the landscape. These metrics are also often the basis for metrics of the other two levels. - -**Class level metrics** summaries all patches belonging to one class `i`. These metrics can be either the "distribution" of patch level metrics of all patches of class `i` (e.g. the mean) or consider only patches of class `i` for the calculations of the metric. Regardless of the mathematical background, the output will always match the number of classes present. Class level metrics are suitable to describe the composition and configuration of the landscape. - -**Landscape level metrics** summaries the whole landscape into one value. This can either be done by summarising metrics of lower levels or calculating a metric including all patches and classes. Following, the output will always be just one number.Landscape level metrics are suitable for condensing information about the landscape into just one value. - -## Classes of landscape metrics - -There are six different classes of landscape metrics implemented in `landscapemetrics`: - -1. **Area and edge metrics** describe the size of patches and classes and the amount of edge. An edge is defined as the border between two patches of class `i` and `k` in meters. These metrics mainly characterize the composition of the landscape and are able to show dominance or rareness of classes. - -2. **Shape metrics** describe the shape of patches, mainly by using its area and perimeter. This can be important for many research questions, because e.g. even though, being equal in size, long and narrow patches has probably different characteristics than a squared patch of the same size. - -3. **Core metrics** describe the area of patches that are not an edge. These metrics can be interesting for research questions in which e.g. only areas that are not influenced by neighboring patches of a different class are of interest. - -4. **Aggregation metrics** describe if patches (of the same class) are rather clumped (aggregated) or tend to be isolated. Following, these metrics describe mainly the spatial configuration of the landscape. - -5. **Diversity metrics** are only available on the landscape level. They describe the abundance and dominance/rareness of classes. Thereby, they show the diversity of present classes. - -6. **Complexity metrics** -For more information, please see [New Metrics outside FRAGSTATS](https://r-spatialecology.github.io/landscapemetrics/articles/articles/new_metrics.html). - -## Other software to calculate landscape metrics - -There are already software packages available to calculate landscape metrics, the most famous one probably being the stand-alone software FRAGSTATS (McGarigal *et al.* 2012). But also add-ons to GIS software are available, e.g. r.le (Baker & Cai 1992) or its successor r.li for GRASS GIS. Lastly, also an R package, namely `SDMTools` (VanDerWal *et al.* 2014), can be used. - -Nevertheless, we decided to re-implement most of the metrics available in [FRAGSTATS](https://www.umass.edu/landeco/research/fragstats/documents/fragstats_documents.html). We wanted to provide a comprehensive collection of landscape metrics in R. While FRAGSTATS is an extensive collection it is only available for Windows. Note, that even though we tried to re-implement the metrics as described in the FRAGSTATS manual, there are some differences ([Differences FRAGSTATS|landscapemetrics](https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html)). Further, `SDMTools` contains only a subset of metrics and does not cover all levels ([General background](https://r-spatialecology.github.io/landscapemetrics/articles/articles/general-background.html)). Lastly, we want to start a collection of landscape metrics being open source and easily extendable by new (future) landscape metrics (see [CONTRIBUTING](CONTRIBUTING.md)). Also, one major advantage of `landscapemetrics` are the utility functions for e.g. the visualization or sampling of landscape metrics. - -Those were the main reasons we implemented `landscapemetrics`, however, we want to fully appreciate and acknowledge the already present software. - -### References - -- Baker, W.L. and Cai, Y. 1992. The r.le programs for multiscale analysis of landscape structure using the GRASS geographical information system. Landscape Ecology 7(4):291-302. - -- McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: - -- VanDerWal, J., Falconi, L., Januchowski, S., Shoo, L., and Storlie, C. 2014. SDMTools: Species Distribution Modelling Tools: Tools for processing data associated with species distribution modelling exercises. R package version 1.1-221. +--- +title: "General background" +date: "`r Sys.Date()`" +output: rmarkdown::html_vignette +vignette: > + %\VignetteIndexEntry{General background} + %\VignetteEncoding{UTF-8} + %\VignetteEngine{knitr::rmarkdown} +editor_options: + chunk_output_type: console +--- + +```{r, echo = FALSE} +library(landscapetools) +library(terra) +``` + +# Introduction + +Ecology and landscape ecology mainly studies interactions between organisms and their environment. In a wider sense, the environment perceived by the organism can be defined as a landscape. This can spread from huge areas for e.g. mobile, large-bodied mammals to much smaller areas for e.g. immobile insects and always depends on the research question. + +Landscape metrics are tools to characterize a landscape. This includes mainly describing the composition and configuration of a landscape. While the composition basically describes how much of the landscape is occupied by a certain land cover type, the configuration mainly describes the spatial arrangement of the landcover types. The basic idea of landscape metrics is to condense as much information as possible into single number. + +The `landscapemetrics` package supports `raster` spatial objects. A raster (sometimes also referred to as grid) contains spatial information by dividing the landscape into discrete cells. Consequently, the cells are the smallest "resolution of information". Because `landscapemetrics` deals with categorical data, each cell has to be assigned to a discrete class (see Fig. 1 for details). +These classes must be positive integer numbers. + +```{r fig.height=4, fig.align="center", fig.cap="Fig 1.: a) and b) are the same landscape, but with a continous (a) and categorical (b) representation. A continuous landscape would typically be expected from remote sensing imagery or interpolated enviromental data. Categorical landscapes are mostly classified as percieved by humans, e.g. in land cover and use classes.", echo = FALSE, results = TRUE, message = FALSE, warning = FALSE, error = FALSE} + +lsm_a <- terra::unwrap(landscapemetrics:::landscape_background$`a) Continous Landscape`) +lsm_b <- terra::unwrap(landscapemetrics:::landscape_background$`b) Categorical Landscape`) + +terra::plot(c(lsm_a, lsm_b)) +``` + +## Levels of landscape metrics + +**Landscape metrics** can be calculated for three different levels (or "scales"). Each level contains information about different aspects of the landscape. Level of interest depends largely on the research question. Often, even a combination of several levels can be useful. Similar, also the decision of which metric to use depends on the research question asked. + +**A patch** is defined as neighboring cells belonging to the same class `i`. Hereby, `landscapemetrics` uses the 8-neighbors rule (Queen's case) to identify patches. Patch level metrics are calculated for every patch in the landscape, regardless of the class that the patch belongs to. The output will match the number of patches present in the landscape. These metrics are also often the basis for metrics of the other two levels. + +**Class level metrics** summaries all patches belonging to one class `i`. These metrics can be either the "distribution" of patch level metrics of all patches of class `i` (e.g. the mean) or consider only patches of class `i` for the calculations of the metric. Regardless of the mathematical background, the output will always match the number of classes present. Class level metrics are suitable to describe the composition and configuration of the landscape. + +**Landscape level metrics** summaries the whole landscape into one value. This can either be done by summarising metrics of lower levels or calculating a metric including all patches and classes. Following, the output will always be just one number.Landscape level metrics are suitable for condensing information about the landscape into just one value. + +## Classes of landscape metrics + +There are six different classes of landscape metrics implemented in `landscapemetrics`: + +1. **Area and edge metrics** describe the size of patches and classes and the amount of edge. An edge is defined as the border between two patches of class `i` and `k` in meters. These metrics mainly characterize the composition of the landscape and are able to show dominance or rareness of classes. + +2. **Shape metrics** describe the shape of patches, mainly by using its area and perimeter. This can be important for many research questions, because e.g. even though, being equal in size, long and narrow patches has probably different characteristics than a squared patch of the same size. + +3. **Core metrics** describe the area of patches that are not an edge. These metrics can be interesting for research questions in which e.g. only areas that are not influenced by neighboring patches of a different class are of interest. + +4. **Aggregation metrics** describe if patches (of the same class) are rather clumped (aggregated) or tend to be isolated. Following, these metrics describe mainly the spatial configuration of the landscape. + +5. **Diversity metrics** are only available on the landscape level. They describe the abundance and dominance/rareness of classes. Thereby, they show the diversity of present classes. + +6. **Complexity metrics** +For more information, please see [New Metrics outside FRAGSTATS](https://r-spatialecology.github.io/landscapemetrics/articles/articles/new_metrics.html). + +## Other software to calculate landscape metrics + +There are already software packages available to calculate landscape metrics, the most famous one probably being the stand-alone software FRAGSTATS (McGarigal *et al.* 2012). But also add-ons to GIS software are available, e.g. r.le (Baker & Cai 1992) or its successor r.li for GRASS GIS. Lastly, also an R package, namely `SDMTools` (VanDerWal *et al.* 2014), can be used. + +Nevertheless, we decided to re-implement most of the metrics available in [FRAGSTATS](https://www.umass.edu/landeco/research/fragstats/documents/fragstats_documents.html). We wanted to provide a comprehensive collection of landscape metrics in R. While FRAGSTATS is an extensive collection it is only available for Windows. Note, that even though we tried to re-implement the metrics as described in the FRAGSTATS manual, there are some differences ([Differences FRAGSTATS|landscapemetrics](https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html)). Further, `SDMTools` contains only a subset of metrics and does not cover all levels ([General background](https://r-spatialecology.github.io/landscapemetrics/articles/articles/general-background.html)). Lastly, we want to start a collection of landscape metrics being open source and easily extendable by new (future) landscape metrics (see [CONTRIBUTING](CONTRIBUTING.md)). Also, one major advantage of `landscapemetrics` are the utility functions for e.g. the visualization or sampling of landscape metrics. + +Those were the main reasons we implemented `landscapemetrics`, however, we want to fully appreciate and acknowledge the already present software. + +### References + +- Baker, W.L. and Cai, Y. 1992. The r.le programs for multiscale analysis of landscape structure using the GRASS geographical information system. Landscape Ecology 7(4):291-302. + +- McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: + +- VanDerWal, J., Falconi, L., Januchowski, S., Shoo, L., and Storlie, C. 2014. SDMTools: Species Distribution Modelling Tools: Tools for processing data associated with species distribution modelling exercises. R package version 1.1-221. diff --git a/vignettes/articles/guide_moving_window.Rmd b/vignettes/articles/guide_moving_window.Rmd index 3ce96a3f8..b4d42f5de 100644 --- a/vignettes/articles/guide_moving_window.Rmd +++ b/vignettes/articles/guide_moving_window.Rmd @@ -1,72 +1,74 @@ ---- -title: "Moving window" -date: "`r Sys.Date()`" -output: rmarkdown::html_vignette -vignette: > - %\VignetteIndexEntry{Moving window} - %\VignetteEncoding{UTF-8} - %\VignetteEngine{knitr::rmarkdown} -editor_options: - chunk_output_type: console ---- - -Results of a landscape analysis are scale dependent (Šímová 2012). One approach to deal with this is by using a moving window (Hagen-Zanker 2016). For each focal cell in the landscape, a matrix is used to specify the neighborhood and the metric value of this local neighborhood is assigned to each focal cell (Fletcher 2018). Thereby, the windows are allowed to overlap (McGarigal et al. 2012). The result of a moving window analysis is a raster with an identical extent as the input, however, each cell now describes the neighborhood in regard to the variability of the chosen metric (Hagen-Zanker 2016). Of course, the selection of the matrix size largely influences the scale of the result (Hagen-Zanker 2016). - -## Implementation in **landscapemetrics** - -We provide the function `window_lsm()` in **landscapemetrics** to analyse an input raster using the moving window approach. The function allows to specify the neighborhood using a matrix using the `raster::focal()` function internally. Currently, only the landscape level metrics are possible to calculate and they can be specified similarly to `calculate_lsm()`. For details, see `?list_lsm()`. - -```{r packages, message = FALSE} -library(landscapemetrics) -library(raster) - -library(ggplot2) -``` - -First, we need to specify the local neighborhood matrix. This matrix must have sides defined as odd numbers, in which the focal cell is always the center cell. Because we want to weight all cells identically, all values need to be 1 (for more details, see `?raster::focal()`). - -```{r neighbourhood-matrix} -moving_window <- matrix(1, nrow = 3, ncol = 3) -moving_window -``` - -Now, we can easily pass this matrix to `window_lsm()` together with the input landscape. For this example, we want to calculate the number of classes (`lsm_l_pr`) and the joint entropy (`lsm_l_joinent`) for the local neighborhoods. - -```{r moving-window} -result <- window_lsm(landscape, window = moving_window, what = c("lsm_l_pr", "lsm_l_joinent")) -result -``` - -To be type-stable, the result will be a nested list. The first level includes all layers of a `RasterStack` (only one if a `RasterLayer` is provided), the second level all selected metrics. The resulting `RasterLayers` describe the local neighborhood according to the moving window around each focal cell. In the case of `lsm_l_pr` this the number of classes present. - -```{r plot-result, echo = FALSE, fig.align = "center"} -result_stack <- raster::stack(landscape, result[[1]]$lsm_l_pr) - -ggplot(data = raster::as.data.frame(landscape, xy = TRUE)) + - geom_raster(aes(x = x, y = y, fill = factor(clumps))) + - scale_fill_viridis_d(name = "Landscape class") + - coord_equal() + - theme(axis.line = element_blank(), axis.ticks = element_blank(), - axis.text = element_blank(), axis.title = element_blank(), - legend.position = "bottom") - -ggplot(data = raster::as.data.frame(result[[1]]$lsm_l_pr, xy = TRUE)) + - geom_raster(ggplot2::aes(x = x, y = y, fill = factor(layer))) + - scale_fill_viridis_d(name = "Number of classes", option = "C") + - coord_equal() + - theme(axis.line = element_blank(), axis.ticks = element_blank(), - axis.text = element_blank(), axis.title = element_blank(), - legend.position = "bottom") -``` - -In the future, we also plan to allow class level metrics, however, patch metrics are not meaningful (McGarigal 2012) and will not be included in the future. - -### References - -- Fletcher, R., Fortin, M.-J. 2018. Spatial Ecology and Conservation Modeling: Applications with R. Springer International Publishing. 523 pages - -- Hagen-Zanker, A. 2016. A computational framework for generalized moving windows and its application to landscape pattern analysis. International journal of applied earth observation and geoinformation, 44, 205-216. - -- McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: - -- Šímová, P., & Gdulová, K. 2012. Landscape indices behavior: A review of scale effects. Applied Geography, 34, 385–394. +--- +title: "Moving window" +date: "`r Sys.Date()`" +output: rmarkdown::html_vignette +vignette: > + %\VignetteIndexEntry{Moving window} + %\VignetteEncoding{UTF-8} + %\VignetteEngine{knitr::rmarkdown} +editor_options: + chunk_output_type: console +--- + +Results of a landscape analysis are scale dependent (Šímová 2012). One approach to deal with this is by using a moving window (Hagen-Zanker 2016). For each focal cell in the landscape, a matrix is used to specify the neighborhood and the metric value of this local neighborhood is assigned to each focal cell (Fletcher 2018). Thereby, the windows are allowed to overlap (McGarigal et al. 2012). The result of a moving window analysis is a raster with an identical extent as the input, however, each cell now describes the neighborhood in regard to the variability of the chosen metric (Hagen-Zanker 2016). Of course, the selection of the matrix size largely influences the scale of the result (Hagen-Zanker 2016). + +## Implementation in **landscapemetrics** + +We provide the function `window_lsm()` in **landscapemetrics** to analyse an input raster using the moving window approach. The function allows to specify the neighborhood using a matrix using the `raster::focal()` function internally. Currently, only the landscape level metrics are possible to calculate and they can be specified similarly to `calculate_lsm()`. For details, see `?list_lsm()`. + +```{r packages, message = FALSE} +library(landscapemetrics) +library(raster) + +library(ggplot2) + +landscape <- terra::unwrap(landscapemetrics::landscape) +``` + +First, we need to specify the local neighborhood matrix. This matrix must have sides defined as odd numbers, in which the focal cell is always the center cell. Because we want to weight all cells identically, all values need to be 1 (for more details, see `?raster::focal()`). + +```{r neighbourhood-matrix} +moving_window <- matrix(1, nrow = 3, ncol = 3) +moving_window +``` + +Now, we can easily pass this matrix to `window_lsm()` together with the input landscape. For this example, we want to calculate the number of classes (`lsm_l_pr`) and the joint entropy (`lsm_l_joinent`) for the local neighborhoods. + +```{r moving-window} +result <- window_lsm(landscape, window = moving_window, what = c("lsm_l_pr", "lsm_l_joinent")) +result +``` + +To be type-stable, the result will be a nested list. The first level includes all layers of a `RasterStack` (only one if a `RasterLayer` is provided), the second level all selected metrics. The resulting `RasterLayers` describe the local neighborhood according to the moving window around each focal cell. In the case of `lsm_l_pr` this the number of classes present. + +```{r plot-result, echo = FALSE, fig.align = "center"} +result_stack <- raster::stack(landscape, result[[1]]$lsm_l_pr) + +ggplot(data = raster::as.data.frame(landscape, xy = TRUE)) + + geom_raster(aes(x = x, y = y, fill = factor(clumps))) + + scale_fill_viridis_d(name = "Landscape class") + + coord_equal() + + theme(axis.line = element_blank(), axis.ticks = element_blank(), + axis.text = element_blank(), axis.title = element_blank(), + legend.position = "bottom") + +ggplot(data = raster::as.data.frame(result[[1]]$lsm_l_pr, xy = TRUE)) + + geom_raster(ggplot2::aes(x = x, y = y, fill = factor(layer))) + + scale_fill_viridis_d(name = "Number of classes", option = "C") + + coord_equal() + + theme(axis.line = element_blank(), axis.ticks = element_blank(), + axis.text = element_blank(), axis.title = element_blank(), + legend.position = "bottom") +``` + +In the future, we also plan to allow class level metrics, however, patch metrics are not meaningful (McGarigal 2012) and will not be included in the future. + +### References + +- Fletcher, R., Fortin, M.-J. 2018. Spatial Ecology and Conservation Modeling: Applications with R. Springer International Publishing. 523 pages + +- Hagen-Zanker, A. 2016. A computational framework for generalized moving windows and its application to landscape pattern analysis. International journal of applied earth observation and geoinformation, 44, 205-216. + +- McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: + +- Šímová, P., & Gdulová, K. 2012. Landscape indices behavior: A review of scale effects. Applied Geography, 34, 385–394. diff --git a/vignettes/articles/guide_sample_lsm.Rmd b/vignettes/articles/guide_sample_lsm.Rmd index 08e228f47..2bf5151d1 100644 --- a/vignettes/articles/guide_sample_lsm.Rmd +++ b/vignettes/articles/guide_sample_lsm.Rmd @@ -1,115 +1,117 @@ ---- -title: "Sampling around points of interest" -date: "`r Sys.Date()`" -output: rmarkdown::html_vignette -vignette: > - %\VignetteIndexEntry{Sampling around points of interest} - %\VignetteEncoding{UTF-8} - %\VignetteEngine{knitr::rmarkdown} -editor_options: - chunk_output_type: console ---- - -```{r packages, message = FALSE} -library(landscapemetrics) -library(raster) -library(sp) - -library(ggplot2) -``` - -**landscapemetrics** provides several functions to sample metrics *at* or *around* sample points. On possible application for this feature could be a study in which the study organism only encounters the landscape within a local neighborhood of sample points. For most functions, sample points can be provided as a 2-column matrix(x- and y-coordinate), SpatialPoints and SpatialLines ([**sp**](https://cran.r-project.org/web/packages/sp/index.html); Roger et al. 2013) and even [**sf**](https://cran.r-project.org/web/packages/sf/index.html) objects (Pebesma 2018) are supported. For some functions, also SpatialPolygons (i.e. sample plots) can be provided. - -First, we create some example sample locations. - -```{r, collapse = TRUE} -# create some example points -points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) - -points - -# create some example lines -x1 <- c(1, 5, 15, 10) -y1 <- c(1, 5, 15, 25) -x2 <- c(10, 25) -y2 <- c(5, 5) -sample_lines <- sp::SpatialLines(list(sp::Lines(list(sp::Line(cbind(x1, y1)), - sp::Line(cbind(x2, y2))), ID = "a"))) - -sample_lines -``` - -## Extract landscape metrics at sample points - -`extract_lsm()` returns the metrics of all patches in which a sample point is located. However, since this only makes sense for individual patches, it's only possible to extract patch-level metrics. - -```{r, echo = FALSE, fig.align = "center"} -ggplot(data = raster::as.data.frame(landscape, xy = TRUE)) + - geom_raster(aes(x = x, y = y, fill = factor(clumps))) + - geom_point(data = data.frame(x = points[, 1], y = points[, 2]), - aes(x = x, y = y), pch = 19, size = 1.5) + - geom_path(data = data.frame(x = c(x1, x2), y = c(y1, y2), id = c(1, 1, 1, 1, 2, 2)), - aes(x = x, y = y, group = id), size = 1) + - scale_fill_viridis_d(name = "Landscape class") + - coord_equal() + - theme(axis.line = element_blank(), axis.ticks = element_blank(), - axis.text = element_blank(), axis.title = element_blank(), - legend.position = "bottom") -``` - -Now, it's straightforward to extract e.g. the patch area of all patches in which a sample point is located. Similar to all functions calculating several landscape metrics, the selected metrics can be specified by various arguments (see `list_lsm()` for more details). The resulting tibble includes one extra column (compared to `calculate_lsm()`), indicating the ID of the sample points. - -Because three sample points were provided and only the patch area was requested, the resulting tibble also has three rows - one for each sample point. The first and the second sample point are actually located in the same patch and following also the area is identical. The third sample point is located in a much smaller patch. The *tibble* gives also information about the patch ids and the land-cover classes in which sample points are located. - -```{r, collapse = TRUE} -extract_lsm(landscape, y = points, what = "lsm_p_area") -``` - -If a line is provided, the results include the patch-level metric for all patches touched by the line. The use of the function is exactly the same as for points. - -For each patch, all core area metrics are returned. While the long line touches three patches (2, 12, 20), line two only touches two patches (20, 25). In this example, all core are metrics are selected for extraction. - -```{r, collapse = TRUE} -extract_lsm(landscape, y = sample_lines, type = "core area metric") -``` - -## Sample landscape metrics at sample points - -To sample landscape metrics within a certain buffer *around* sample points, there is `sample_lsm()`. Now, the size of the buffers around the sample locations must be specified. The functions clips the landscape within the buffer (in other words sample plots) and calculates the selected metrics. - -The resulting *tibble* incldues two extra columns. Again, the id of the sample point is included. Furthermore, the size of the actual sampled landscape can be different to the provided size due to two reasons. Firstly, because clipping raster cells using a circle or a sample plot not directly at a cell center lead to inaccuracies. Secondly, sample plots can exceed the landscape boundary. Therefore, we report the actual clipped sample plot area relative in relation to the theoretical, maximum sample plot area e.g. a sample plot only half within the landscape will have a `percentage_inside = 50`. - -```{r, echo = FALSE, fig.align = "center"} -sample_plots <- data.frame(construct_buffer(coords = points, - shape = "circle", - size = 10, - return_sp = FALSE)) - -ggplot(data = raster::as.data.frame(landscape, xy = TRUE)) + - geom_raster(ggplot2::aes(x = x, y = y, fill = factor(clumps))) + - geom_polygon(data = sample_plots, aes(x = sample_plots[, 1], y = sample_plots[, 2], - group = sample_plots[, 3]), - col = "black", fill = NA) + - geom_point(data = data.frame(x = points[, 1], y = points[, 2]), - aes(x = x, y = y), pch = 19, size = 1.5) + - scale_fill_viridis_d(name = "Landscape class") + - coord_equal() + - theme(axis.line = element_blank(), axis.ticks = element_blank(), - axis.text = element_blank(), axis.title = element_blank(), - legend.position = "bottom") -``` - -```{r, collapse = TRUE} -sample_lsm(landscape, y = points, size = 10, - level = "landscape", type = "diversity metric", - classes_max = 3, - verbose = FALSE) -``` - -It's also possible to construct buffers around lines, and to directly provide SpatialPolygons as sample plots. - -### References - -Pebesma, E., 2018. Simple Features for R: Standardized Support for Spatial Vector Data. The R Journal, https://journal.r-project.org/archive/2018/RJ-2018-009/ - -Roger S. Bivand, Edzer Pebesma, Virgilio Gomez-Rubio, 2013. Applied spatial data analysis with R, Second edition. Springer, NY. http://www.asdar-book.org/ +--- +title: "Sampling around points of interest" +date: "`r Sys.Date()`" +output: rmarkdown::html_vignette +vignette: > + %\VignetteIndexEntry{Sampling around points of interest} + %\VignetteEncoding{UTF-8} + %\VignetteEngine{knitr::rmarkdown} +editor_options: + chunk_output_type: console +--- + +```{r packages, message = FALSE} +library(landscapemetrics) +library(raster) +library(sp) + +library(ggplot2) + +landscape <- terra::unwrap(landscapemetrics::landscape) +``` + +**landscapemetrics** provides several functions to sample metrics *at* or *around* sample points. On possible application for this feature could be a study in which the study organism only encounters the landscape within a local neighborhood of sample points. For most functions, sample points can be provided as a 2-column matrix(x- and y-coordinate), SpatialPoints and SpatialLines ([**sp**](https://cran.r-project.org/web/packages/sp/index.html); Roger et al. 2013) and even [**sf**](https://cran.r-project.org/web/packages/sf/index.html) objects (Pebesma 2018) are supported. For some functions, also SpatialPolygons (i.e. sample plots) can be provided. + +First, we create some example sample locations. + +```{r, collapse = TRUE} +# create some example points +points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) + +points + +# create some example lines +x1 <- c(1, 5, 15, 10) +y1 <- c(1, 5, 15, 25) +x2 <- c(10, 25) +y2 <- c(5, 5) +sample_lines <- sp::SpatialLines(list(sp::Lines(list(sp::Line(cbind(x1, y1)), + sp::Line(cbind(x2, y2))), ID = "a"))) + +sample_lines +``` + +## Extract landscape metrics at sample points + +`extract_lsm()` returns the metrics of all patches in which a sample point is located. However, since this only makes sense for individual patches, it's only possible to extract patch-level metrics. + +```{r, echo = FALSE, fig.align = "center"} +ggplot(data = raster::as.data.frame(landscape, xy = TRUE)) + + geom_raster(aes(x = x, y = y, fill = factor(clumps))) + + geom_point(data = data.frame(x = points[, 1], y = points[, 2]), + aes(x = x, y = y), pch = 19, size = 1.5) + + geom_path(data = data.frame(x = c(x1, x2), y = c(y1, y2), id = c(1, 1, 1, 1, 2, 2)), + aes(x = x, y = y, group = id), size = 1) + + scale_fill_viridis_d(name = "Landscape class") + + coord_equal() + + theme(axis.line = element_blank(), axis.ticks = element_blank(), + axis.text = element_blank(), axis.title = element_blank(), + legend.position = "bottom") +``` + +Now, it's straightforward to extract e.g. the patch area of all patches in which a sample point is located. Similar to all functions calculating several landscape metrics, the selected metrics can be specified by various arguments (see `list_lsm()` for more details). The resulting tibble includes one extra column (compared to `calculate_lsm()`), indicating the ID of the sample points. + +Because three sample points were provided and only the patch area was requested, the resulting tibble also has three rows - one for each sample point. The first and the second sample point are actually located in the same patch and following also the area is identical. The third sample point is located in a much smaller patch. The *tibble* gives also information about the patch ids and the land-cover classes in which sample points are located. + +```{r, collapse = TRUE} +extract_lsm(landscape, y = points, what = "lsm_p_area") +``` + +If a line is provided, the results include the patch-level metric for all patches touched by the line. The use of the function is exactly the same as for points. + +For each patch, all core area metrics are returned. While the long line touches three patches (2, 12, 20), line two only touches two patches (20, 25). In this example, all core are metrics are selected for extraction. + +```{r, collapse = TRUE} +extract_lsm(landscape, y = sample_lines, type = "core area metric") +``` + +## Sample landscape metrics at sample points + +To sample landscape metrics within a certain buffer *around* sample points, there is `sample_lsm()`. Now, the size of the buffers around the sample locations must be specified. The functions clips the landscape within the buffer (in other words sample plots) and calculates the selected metrics. + +The resulting *tibble* incldues two extra columns. Again, the id of the sample point is included. Furthermore, the size of the actual sampled landscape can be different to the provided size due to two reasons. Firstly, because clipping raster cells using a circle or a sample plot not directly at a cell center lead to inaccuracies. Secondly, sample plots can exceed the landscape boundary. Therefore, we report the actual clipped sample plot area relative in relation to the theoretical, maximum sample plot area e.g. a sample plot only half within the landscape will have a `percentage_inside = 50`. + +```{r, echo = FALSE, fig.align = "center"} +sample_plots <- data.frame(construct_buffer(coords = points, + shape = "circle", + size = 10, + return_sp = FALSE)) + +ggplot(data = raster::as.data.frame(landscape, xy = TRUE)) + + geom_raster(ggplot2::aes(x = x, y = y, fill = factor(clumps))) + + geom_polygon(data = sample_plots, aes(x = sample_plots[, 1], y = sample_plots[, 2], + group = sample_plots[, 3]), + col = "black", fill = NA) + + geom_point(data = data.frame(x = points[, 1], y = points[, 2]), + aes(x = x, y = y), pch = 19, size = 1.5) + + scale_fill_viridis_d(name = "Landscape class") + + coord_equal() + + theme(axis.line = element_blank(), axis.ticks = element_blank(), + axis.text = element_blank(), axis.title = element_blank(), + legend.position = "bottom") +``` + +```{r, collapse = TRUE} +sample_lsm(landscape, y = points, size = 10, + level = "landscape", type = "diversity metric", + classes_max = 3, + verbose = FALSE) +``` + +It's also possible to construct buffers around lines, and to directly provide SpatialPolygons as sample plots. + +### References + +Pebesma, E., 2018. Simple Features for R: Standardized Support for Spatial Vector Data. The R Journal, https://journal.r-project.org/archive/2018/RJ-2018-009/ + +Roger S. Bivand, Edzer Pebesma, Virgilio Gomez-Rubio, 2013. Applied spatial data analysis with R, Second edition. Springer, NY. http://www.asdar-book.org/ diff --git a/vignettes/get_started.Rmd b/vignettes/get_started.Rmd index 6381f619b..871518a71 100644 --- a/vignettes/get_started.Rmd +++ b/vignettes/get_started.Rmd @@ -1,180 +1,184 @@ ---- -title: "Get started" -date: "`r Sys.Date()`" -output: rmarkdown::html_vignette -vignette: > - %\VignetteIndexEntry{Get started} - %\VignetteEncoding{UTF-8} - %\VignetteEngine{knitr::rmarkdown} -editor_options: - chunk_output_type: console ---- - -```{r setup, include = FALSE} -knitr::opts_chunk$set( - collapse = TRUE, - comment = "#>" -) -``` - -```{r load_libraries_hidden, eval=TRUE, echo=FALSE, message=FALSE, results='hide'} -library(landscapemetrics) -library(raster) -library(dplyr) -``` - -## Design - -All functions in `landscapemetrics` start with `lsm_` (for landscapemetrics). The second part of the name specifies the level (patch - `p`, class - `c` or landscape - `l`). The last part of the function name is the abbreviation of the corresponding metric (e.g. `enn`for the euclidean nearest-neighbor distance): - -``` -# general structure -lsm_"level"_"metric" - -# Patch level -## lsm_p_"metric" -lsm_p_enn() - -# Class level -## lsm_c_"metric" -lsm_c_enn() - -# Landscape level -## lsm_p_"metric" -lsm_l_enn() -``` - -All functions return an identical structured tibble: - -

- -| layer | level | class | id | metric | value -| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | -| 1 | patch | 1 | 1 | landscape metric | x | -| 1 | class | 1 | NA | landscape metric | x | -| 1 | landscape | NA | NA | landscape metric | x | - -

- -## Checking your landscape - -Before using `landscapemetrics` and calculating landscape metrics in general, -it makes sense to check your landscape. If your landscape has some properties that restrict the calculation or interpretation of landscape metrics, that should be detected with `check_landscape`: - -```{r} -# import raster -# for local file: raster("pathtoyourraster/raster.asc") -# ... or any other raster file type, geotiff, ... - -# Check your landscape -check_landscape(landscapemetrics::landscape) # because CRS is unkown, not clear - -check_landscape(landscapemetrics::podlasie_ccilc) # wrong units - -check_landscape(landscapemetrics::augusta_nlcd) # everything is ok -``` - -The **requirements** to calculate meaningful landscape metrics are: - -1. The distance units of your projection are **meter**, as the package converts units internally and returns results in either meters, square meters or hectares. For more information see the help file of each function. - -2. Your raster encodes landscape classes as integers (1, 2, 3, 4, ..., *n*). - -3. Landscape metrics describe *categorical* landscapes, that means that your landscape needs to be classified (we throw a warning if you have more than 30 classes to make sure you work with a classified landscape). - -## Using `landscapemetrics` - -If you are sure that your landscape is suitable for the calculation of landscape metrics, `landscapemetrics` makes this quite easy: - -```{r, message=FALSE} -# import raster -# for local file: raster("pathtoyourraster/raster.asc") -# ... or any other raster file type, geotiff, ... - -# Calculate e.g. perimeter of all patches -lsm_p_perim(landscape) -``` - -### Using `landscapemetrics` in a tidy workflow - -Every function in *landscapemetrics* accept data as its first argument, which makes piping a natural workflow. A possible use case is that you would load your spatial data, calculate some landscape metrics and then use the resulting tibble in further analyses. - -```{r, message=FALSE} -# all patch IDs of class 2 with an ENN > 2.5 -subsample_patches <- landscape %>% - lsm_p_enn() %>% - dplyr::filter(class == 2 & value > 2.5) %>% - dplyr::pull(id) - -# show results -subsample_patches -``` - -### Use multiple metric functions - -To list all available metrics, just use the `list_lsm()` function. Here, you can specify e.g. a level or type of metrics. - -```{r} -# list all available metrics -list_lsm() - -# list only aggregation metrics at landscape level and just return function name -list_lsm(level = "landscape", - type = "aggregation metric", - simplify = TRUE) - -# you can also combine arguments and only return the function names -list_lsm(level = c("patch", "landscape"), - type = "core area metric", - simplify = TRUE) -``` - -As the result of every function always returns a `tibble`, combining the metrics that were selected for your research question is straightforward: - -```{r, message=FALSE} -# bind results from different metric functions -patch_metrics <- dplyr::bind_rows( - lsm_p_cai(landscape), - lsm_p_circle(landscape), - lsm_p_enn(landscape) -) - -# look at the results -patch_metrics -``` - -All metrics are abbreviated in the result `tibble`. Therefore, we provide a `tibble` containing the full metric names, as well as the class of each metric (`lsm_abbreviations_names`). Using e.g. the `left_join()` function of the `dplyr` package one could join a result `tibble` and the abbrevations `tibble`. - -```{r, message=FALSE} - -# bind results from different metric functions -patch_metrics <- dplyr::bind_rows( - lsm_p_cai(landscape), - lsm_p_circle(landscape), - lsm_p_enn(landscape) - ) -# look at the results -patch_metrics_full_names <- dplyr::left_join(x = patch_metrics, - y = lsm_abbreviations_names, - by = "metric") -patch_metrics_full_names -``` - - -Additionally, we provide a wrapper where the desired metrics can be specified as a vector of strings. Because all metrics regardless of the level return an identical `tibble`, different levels can be mixed. It is also possible to calculate all available metrics at a certain level using e.g. `level = "patch"`. Additionally, similar to `list_lsm()` you can also specify e.g. a certain group of metrics. Of course, you can also include the full names and information of all metrics using `full_name = TRUE`. - -```{r, message=FALSE} -# calculate certain metrics -calculate_lsm(landscape, - what = c("lsm_c_pland", "lsm_l_ta", "lsm_l_te")) - -# calculate all aggregation metrics on patch and landscape level -calculate_lsm(landscape, - type = "aggregation metric", - level = c("patch", "landscape")) - -# show full information of all metrics -calculate_lsm(landscape, - what = c("lsm_c_pland", "lsm_l_ta", "lsm_l_te"), - full_name = TRUE) -``` +--- +title: "Get started" +date: "`r Sys.Date()`" +output: rmarkdown::html_vignette +vignette: > + %\VignetteIndexEntry{Get started} + %\VignetteEncoding{UTF-8} + %\VignetteEngine{knitr::rmarkdown} +editor_options: + chunk_output_type: console +--- + +```{r setup, include = FALSE} +knitr::opts_chunk$set( + collapse = TRUE, + comment = "#>" +) +``` + +```{r load_libraries_hidden, eval=TRUE, echo=FALSE, message=FALSE, results='hide'} +library(landscapemetrics) +library(raster) +library(dplyr) + +landscape <- terra::unwrap(landscapemetrics::landscape) +augusta_nlcd <- terra::unwrap(landscapemetrics::augusta_nlcd) +podlasie_ccilc <- terra::unwrap(landscapemetrics::podlasie_ccilc) +``` + +## Design + +All functions in `landscapemetrics` start with `lsm_` (for landscapemetrics). The second part of the name specifies the level (patch - `p`, class - `c` or landscape - `l`). The last part of the function name is the abbreviation of the corresponding metric (e.g. `enn`for the euclidean nearest-neighbor distance): + +``` +# general structure +lsm_"level"_"metric" + +# Patch level +## lsm_p_"metric" +lsm_p_enn() + +# Class level +## lsm_c_"metric" +lsm_c_enn() + +# Landscape level +## lsm_p_"metric" +lsm_l_enn() +``` + +All functions return an identical structured tibble: + +

+ +| layer | level | class | id | metric | value +| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | +| 1 | patch | 1 | 1 | landscape metric | x | +| 1 | class | 1 | NA | landscape metric | x | +| 1 | landscape | NA | NA | landscape metric | x | + +

+ +## Checking your landscape + +Before using `landscapemetrics` and calculating landscape metrics in general, +it makes sense to check your landscape. If your landscape has some properties that restrict the calculation or interpretation of landscape metrics, that should be detected with `check_landscape`: + +```{r} +# import raster +# for local file: raster("pathtoyourraster/raster.asc") +# ... or any other raster file type, geotiff, ... + +# Check your landscape +check_landscape(landscape) # because CRS is unkown, not clear + +check_landscape(podlasie_ccilc) # wrong units + +check_landscape(augusta_nlcd) # everything is ok +``` + +The **requirements** to calculate meaningful landscape metrics are: + +1. The distance units of your projection are **meter**, as the package converts units internally and returns results in either meters, square meters or hectares. For more information see the help file of each function. + +2. Your raster encodes landscape classes as integers (1, 2, 3, 4, ..., *n*). + +3. Landscape metrics describe *categorical* landscapes, that means that your landscape needs to be classified (we throw a warning if you have more than 30 classes to make sure you work with a classified landscape). + +## Using `landscapemetrics` + +If you are sure that your landscape is suitable for the calculation of landscape metrics, `landscapemetrics` makes this quite easy: + +```{r, message=FALSE} +# import raster +# for local file: raster("pathtoyourraster/raster.asc") +# ... or any other raster file type, geotiff, ... + +# Calculate e.g. perimeter of all patches +lsm_p_perim(landscape) +``` + +### Using `landscapemetrics` in a tidy workflow + +Every function in *landscapemetrics* accept data as its first argument, which makes piping a natural workflow. A possible use case is that you would load your spatial data, calculate some landscape metrics and then use the resulting tibble in further analyses. + +```{r, message=FALSE} +# all patch IDs of class 2 with an ENN > 2.5 +subsample_patches <- landscape %>% + lsm_p_enn() %>% + dplyr::filter(class == 2 & value > 2.5) %>% + dplyr::pull(id) + +# show results +subsample_patches +``` + +### Use multiple metric functions + +To list all available metrics, just use the `list_lsm()` function. Here, you can specify e.g. a level or type of metrics. + +```{r} +# list all available metrics +list_lsm() + +# list only aggregation metrics at landscape level and just return function name +list_lsm(level = "landscape", + type = "aggregation metric", + simplify = TRUE) + +# you can also combine arguments and only return the function names +list_lsm(level = c("patch", "landscape"), + type = "core area metric", + simplify = TRUE) +``` + +As the result of every function always returns a `tibble`, combining the metrics that were selected for your research question is straightforward: + +```{r, message=FALSE} +# bind results from different metric functions +patch_metrics <- dplyr::bind_rows( + lsm_p_cai(landscape), + lsm_p_circle(landscape), + lsm_p_enn(landscape) +) + +# look at the results +patch_metrics +``` + +All metrics are abbreviated in the result `tibble`. Therefore, we provide a `tibble` containing the full metric names, as well as the class of each metric (`lsm_abbreviations_names`). Using e.g. the `left_join()` function of the `dplyr` package one could join a result `tibble` and the abbrevations `tibble`. + +```{r, message=FALSE} + +# bind results from different metric functions +patch_metrics <- dplyr::bind_rows( + lsm_p_cai(landscape), + lsm_p_circle(landscape), + lsm_p_enn(landscape) + ) +# look at the results +patch_metrics_full_names <- dplyr::left_join(x = patch_metrics, + y = lsm_abbreviations_names, + by = "metric") +patch_metrics_full_names +``` + + +Additionally, we provide a wrapper where the desired metrics can be specified as a vector of strings. Because all metrics regardless of the level return an identical `tibble`, different levels can be mixed. It is also possible to calculate all available metrics at a certain level using e.g. `level = "patch"`. Additionally, similar to `list_lsm()` you can also specify e.g. a certain group of metrics. Of course, you can also include the full names and information of all metrics using `full_name = TRUE`. + +```{r, message=FALSE} +# calculate certain metrics +calculate_lsm(landscape, + what = c("lsm_c_pland", "lsm_l_ta", "lsm_l_te")) + +# calculate all aggregation metrics on patch and landscape level +calculate_lsm(landscape, + type = "aggregation metric", + level = c("patch", "landscape")) + +# show full information of all metrics +calculate_lsm(landscape, + what = c("lsm_c_pland", "lsm_l_ta", "lsm_l_te"), + full_name = TRUE) +``` From 12724a8afdd6963111cf8d42d1270ae96b8f57a1 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Fri, 10 Mar 2023 09:50:36 +0100 Subject: [PATCH 002/101] Update vignettes --- README.Rmd | 9 +- vignettes/articles/comparing_tools.Rmd | 115 +++--- vignettes/articles/general_background.Rmd | 11 +- vignettes/articles/guide_moving_window.Rmd | 7 +- vignettes/articles/guide_sample_lsm.Rmd | 66 ++- .../landscape_distribution_statistics.Rmd | 208 +++++----- vignettes/articles/new_metrics.Rmd | 119 +++--- vignettes/articles/publication_record.Rmd | 52 +-- vignettes/articles/utility.Rmd | 375 +++++++++--------- vignettes/get_started.Rmd | 25 +- 10 files changed, 494 insertions(+), 493 deletions(-) diff --git a/README.Rmd b/README.Rmd index 9da5ab1f3..748df6a9c 100644 --- a/README.Rmd +++ b/README.Rmd @@ -34,7 +34,7 @@ README last updated: `r Sys.Date()` **landscapemetrics** is a `R` package for calculating landscape metrics for categorical landscape patterns in a tidy workflow. The package can be used as a drop-in replacement for FRAGSTATS (McGarigal *et al.* 2012), as it offers a reproducible workflow for landscape analysis in a single environment. It also allows for calculations of four theoretical metrics of landscape complexity: a marginal entropy, a conditional entropy, a joint entropy, and a mutual information (Nowosad and Stepinski 2019). -**landscapemetrics** supports `raster`, `terra`, and `stars` spatial objects and takes `RasterLayer`, `RasterStacks`, `RasterBricks` lists of `RasterLayer`, `SpatRaster`, or `stars` as input arguments. Every function can be used in a piped workflow, as it always takes the data as the first argument and returns a `tibble`. +**landscapemetrics** supports **terra**, and **stars** and takes `SpatRaster` or `stars` spatial objects as input arguments. Every function can be used in a piped workflow, as it always takes the data as the first argument and returns a `tibble`. #### Citation @@ -103,10 +103,13 @@ Every function follows the same implementation design, so the usage is quite str ```{r, message = FALSE, warning = FALSE, fig.align = "center", out.width = "75%"} library(landscapemetrics) -library(landscapetools) +library(terra) + +# internal data needs to be unwrapped +landscape <- terra::unwrap(landscapemetrics::landscape) # landscape raster -show_landscape(landscape, discrete = TRUE) +plot(landscape) # calculate for example the Euclidean nearest-neighbor distance on patch level lsm_p_enn(landscape) diff --git a/vignettes/articles/comparing_tools.Rmd b/vignettes/articles/comparing_tools.Rmd index b59223132..0a2dab045 100644 --- a/vignettes/articles/comparing_tools.Rmd +++ b/vignettes/articles/comparing_tools.Rmd @@ -13,32 +13,35 @@ editor_options: ```{r load_libraries_hidden, message = FALSE, warning = FALSE, include = FALSE} library(landscapemetrics) library(raster) +library(terra) +library(SDMTools) # remotes::install_version("SDMTools", version = "1.1-221.2") library(dplyr) library(purrr) +# internal data needs to be unwrapped landscape <- terra::unwrap(landscapemetrics::landscape) -augusta_nlcd <- terra::unwrap(landscapemetrics::augusta_nlcd) -podlasie_ccilc <- terra::unwrap(landscapemetrics::podlasie_ccilc) ``` +> The comparison is currently outdated because the example landscape slightly changed and we trying to re-calculate the FRAGSTATS results currently. + # Comparison with FRAGSTATS -`landscapemetrics` re-implements landscape metrics as they are mostly described in the FRAGSTATS software (McGarigal *et al.* 2012). Therefore, we compared our results with the results of FRAGSTATS. In the process, we recognized a few differences between the results. +**landscapemetrics** re-implements landscape metrics as they are mostly described in the FRAGSTATS software (McGarigal *et al.* 2012). Therefore, we compared our results with the results of FRAGSTATS. In the process, we recognized a few differences between the results. Some metrics in FRAGSTATS are interdependent across scales. Thus, if there is a deviation at the patch level, it propagates through the class- and landscape-level. We list the metrics with deviations at the lowest level. -Unfortunatly, we do not have access to the source code of FRAGSTATS. Therefore, we are not able to finally explain the present differences between the results, nevertheless, we try to guess the most likely reasons. +Unfortunately, we do not have access to the source code of FRAGSTATS. Therefore, we are not able to finally explain the present differences between the results, nevertheless, we try to guess the most likely reasons. ## General differences -Firstly, the patch ID is ordered in a different way, due to technical reasons (how connected patches are specified). Therefore, one has to pay attention comparing the results on patch level for FRAGSTATS and `landscapemetrics`. +Firstly, the patch ID is ordered in a different way, due to technical reasons (how connected patches are specified). Therefore, one has to pay attention comparing the results on patch level for FRAGSTATS and **landscapemetrics**. All double precision floating point numbers are rounded after the 4th decimal place in FRAGSTATS. Contrastingly, we do not round the numbers. Naturally, this can lead to small deviations between the results. -There are quite a few metrics on class- and landscape-level that summarise patch level metrics (e.g. the mean, standard deviation (*sd*) or coefficient of variation (*cv*) of all values belonging to class *i*). While the results are identical for single patches and the mean of all patches, there are some slight differences between `lanscapemetrics` and FRAGSTATS for the standard deviation and the coefficent of variation. `landscapemetrics` uses base `R` functions for that, so we should assume that the calculation of such indices is correct. +There are quite a few metrics on class- and landscape-level that summarise patch level metrics (e.g. the mean, standard deviation (*sd*) or coefficient of variation (*cv*) of all values belonging to class *i*). While the results are identical for single patches and the mean of all patches, there are some slight differences between `lanscapemetrics` and FRAGSTATS for the standard deviation and the coefficent of variation. **landscapemetrics** uses base `R` functions for that, so we should assume that the calculation of such indices is correct. -In the following, we are comparing the *cv* for the patch area. We are including the *cv* calculated from all patch areas and the actual output of FRAGSTATS as well as the output of `landscapemetrics`. Interestingly, the *cv* calculated from all patches of FRAGSTATS is identical to the cv of `landscapemetrics`, but the actual result of FRAGSTATS is slightly different. +In the following, we are comparing the *cv* for the patch area. We are including the *cv* calculated from all patch areas and the actual output of FRAGSTATS as well as the output of **landscapemetrics**. Interestingly, the *cv* calculated from all patches of FRAGSTATS is identical to the cv of **landscapemetrics**, but the actual result of FRAGSTATS is slightly different. ```{r} # function to calculate coefficient of variation @@ -47,19 +50,19 @@ cv <- function(x) { } # CV calculated from patch values of FRAGSTATS -fragstats_calculated <- fragstats_patch_landscape %>% - dplyr::group_by(TYPE) %>% - dplyr::summarise(cv = cv(AREA)) %>% +fragstats_calculated <- fragstats_patch_landscape |> + dplyr::group_by(TYPE) |> + dplyr::summarise(cv = cv(AREA)) |> purrr::set_names("class", "fragstats_calculated") # Output of FRAGSTATS -fragstats_output <- fragstats_class_landscape %>% - dplyr::select(TYPE, AREA_CV) %>% +fragstats_output <- fragstats_class_landscape |> + dplyr::select(TYPE, AREA_CV) |> purrr::set_names("class", "fragstats_output") # Output of landscapemetrics -landscapemetrics_output <- lsm_c_area_cv(landscape) %>% - dplyr::select(class, value) %>% +landscapemetrics_output <- lsm_c_area_cv(landscape) |> + dplyr::select(class, value) |> purrr::set_names("class", "landscapemetrics") fragstats <- dplyr::full_join(x = fragstats_output, y = fragstats_calculated, @@ -78,24 +81,24 @@ knitr::kable(cbind(cv_full)) -As for the *cv*, the results for the *sd* are similiar. The result calculated from all patch areas of FRAGSTATS is identical to the result of `landscapemetrics`, but not the actual result of FRAGSTATS. +As for the *cv*, the results for the *sd* are similiar. The result calculated from all patch areas of FRAGSTATS is identical to the result of **landscapemetrics**, but not the actual result of FRAGSTATS. ```{r} # SD calculated from patch values of FRAGSTATS -fragstats_calculated <- fragstats_patch_landscape %>% - dplyr::group_by(TYPE) %>% - dplyr::summarise(sd = sd(AREA)) %>% +fragstats_calculated <- fragstats_patch_landscape |> + dplyr::group_by(TYPE) |> + dplyr::summarise(sd = sd(AREA)) |> purrr::set_names("class", "fragstats_calculated") # Output of FRAGSTATS -fragstats_output <- fragstats_class_landscape %>% - dplyr::select(TYPE, AREA_SD) %>% +fragstats_output <- fragstats_class_landscape |> + dplyr::select(TYPE, AREA_SD) |> purrr::set_names("class", "fragstats_output") # Output of landscapemetrics -landscapemetrics_output <- lsm_c_area_sd(landscape) %>% - dplyr::select(class, value) %>% +landscapemetrics_output <- lsm_c_area_sd(landscape) |> + dplyr::select(class, value) |> purrr::set_names("class", "landscapemetrics") fragstats <- dplyr::full_join(x = fragstats_output, y = fragstats_calculated, @@ -126,29 +129,29 @@ However, for patches containing a single cell FRAGSTATS returns a value of *GYRA ```{r} # Calculate patch area -fragstats_area <- fragstats_patch_landscape %>% - dplyr::select(PID, AREA) %>% +fragstats_area <- fragstats_patch_landscape |> + dplyr::select(PID, AREA) |> purrr::set_names("id", "fragstats_area") -landscapemetrics_area <- lsm_p_area(landscape) %>% - dplyr::select(id, value) %>% +landscapemetrics_area <- lsm_p_area(landscape) |> + dplyr::select(id, value) |> purrr::set_names("id", "landscapemetrics_area") # Calculate GYRATE -fragstats_gyrate <- fragstats_patch_landscape %>% - dplyr::select(PID, GYRATE) %>% +fragstats_gyrate <- fragstats_patch_landscape |> + dplyr::select(PID, GYRATE) |> purrr::set_names("id", "fragstats_gyrate") -landscapemetrics_gyrate <- lsm_p_gyrate(landscape) %>% - dplyr::select(id, value) %>% +landscapemetrics_gyrate <- lsm_p_gyrate(landscape) |> + dplyr::select(id, value) |> purrr::set_names("id", "landscapemetrics_gyrate") fragstats <- dplyr::full_join(x = fragstats_area, y = fragstats_gyrate, - by = "id") %>% + by = "id") |> dplyr::filter(fragstats_area == 0.0001) landscapemetrics <- dplyr::full_join(x = landscapemetrics_area, - y = landscapemetrics_gyrate, by = "id") %>% + y = landscapemetrics_gyrate, by = "id") |> dplyr::filter(landscapemetrics_area == 0.0001) ``` @@ -189,32 +192,32 @@ We implemented PARA as documented in the FRAGSTATS manual using square meters. N ```{r} # Output of FRAGSTATS -fragstats <- fragstats_patch_landscape %>% - dplyr::select(PID, AREA, PERIM, PARA) %>% - purrr::set_names("id", "area", "perim", "para") %>% +fragstats <- fragstats_patch_landscape |> + dplyr::select(PID, AREA, PERIM, PARA) |> + purrr::set_names("id", "area", "perim", "para") |> dplyr::mutate(para_calculated_ha = perim / area, - para_calculated_m = perim / (area * 10000)) %>% + para_calculated_m = perim / (area * 10000)) |> dplyr::arrange(area) # Output of landscapemetrics -area_landscapmetrics <- lsm_p_area(landscape) %>% - dplyr::select(id, value) %>% +area_landscapmetrics <- lsm_p_area(landscape) |> + dplyr::select(id, value) |> purrr::set_names("id", "area") -perim_landscapmetrics <- lsm_p_perim(landscape) %>% - dplyr::select(id, value) %>% +perim_landscapmetrics <- lsm_p_perim(landscape) |> + dplyr::select(id, value) |> purrr::set_names("id", "perim") -para_landscapemetrics <- lsm_p_para(landscape) %>% - dplyr::select(id, value) %>% +para_landscapemetrics <- lsm_p_para(landscape) |> + dplyr::select(id, value) |> purrr::set_names("id", "para") landscapemetrics <- dplyr::full_join(x = area_landscapmetrics, y = perim_landscapmetrics, - by = "id") %>% - dplyr::full_join(para_landscapemetrics, by = "id") %>% + by = "id") |> + dplyr::full_join(para_landscapemetrics, by = "id") |> dplyr::mutate(para_calculated_ha = perim / area, - para_calculated_m = perim / (area * 10000)) %>% + para_calculated_m = perim / (area * 10000)) |> dplyr::arrange(area) ``` @@ -242,22 +245,22 @@ Nevertheless, because also patches with only one cell have a dimension in the ra ```{r} # Output of FRAGSTATS -fragstats <- fragstats_patch_landscape %>% - dplyr::select(PID, AREA, CIRCLE) %>% - purrr::set_names("id_fs", "area_fs", "circle_fs") %>% +fragstats <- fragstats_patch_landscape |> + dplyr::select(PID, AREA, CIRCLE) |> + purrr::set_names("id_fs", "area_fs", "circle_fs") |> dplyr::filter(area_fs == 0.0001) # Output of landscapemetrics -area_landscapmetrics <- lsm_p_area(landscape) %>% - dplyr::select(id, value) %>% +area_landscapmetrics <- lsm_p_area(landscape) |> + dplyr::select(id, value) |> purrr::set_names("id_lsm", "area_lsm") -circle_landscapmetrics <- lsm_p_circle(landscape) %>% - dplyr::select(id, value) %>% +circle_landscapmetrics <- lsm_p_circle(landscape) |> + dplyr::select(id, value) |> purrr::set_names("id_lsm", "circle_lsm") landscapemetrics <- dplyr::full_join(x = area_landscapmetrics, y = circle_landscapmetrics, - by = "id_lsm") %>% + by = "id_lsm") |> dplyr::filter(area_lsm == 0.0001) ``` @@ -310,7 +313,7 @@ polygon(circle_max_dist, border = "#922418", lwd = 2.5) # red circle # Comparison with SDMTools -`SDMTools` (VanDerWal et al. 2014) (still available, but apparently not longer maintained) offers landscape metrics on patch and class level. However, it does not return the same results as FRAGSTATS. The main reason for this are different standard defaults (e.g. `SDMTools` always considers the global landscape boundary) and that `SDMTools` returns results in map units and not in m^2/hectar, as FRAGSTATS/`landscapemetrics`. This also explains differences between our package and `SDMTools`. +`SDMTools` (VanDerWal et al. 2014) (still available, but apparently not longer maintained) offers landscape metrics on patch and class level. However, it does not return the same results as FRAGSTATS. The main reason for this are different standard defaults (e.g. `SDMTools` always considers the global landscape boundary) and that `SDMTools` returns results in map units and not in m^2/hectar, as FRAGSTATS/**landscapemetrics**. This also explains differences between our package and `SDMTools`. [Joseph Stachelek](https://github.com/jsta) was so nice to remind us of these issues and provided the comparison. @@ -318,8 +321,6 @@ polygon(circle_max_dist, border = "#922418", lwd = 2.5) # red circle To get all availabel metrics on e.g. patch level with `SDMTools`, you have to make a binary landscape for every class in your landscape, perform connected components labelling on it and then calculate the patch metrics. ```{r} -library(SDMTools) # remotes::install_version("SDMTools", version = "1.1-221.2") - # binarize every class in the landscape and calculate patch metrics sdmtools_result <- lapply(raster::unique(landscape), FUN = function(x){ tmp_land <- landscape @@ -333,7 +334,7 @@ sdmtools_result <- lapply(raster::unique(landscape), FUN = function(x){ sdmtools_result <- dplyr::bind_rows(sdmtools_result, .id = "Class") ``` -`landscapemetrics` offers for such tasks the function `get_patches` and for the metrics itself all of that is done internally. To get all metrics on patch level with `landscapemetrics` you could for example do: +**landscapemetrics** offers for such tasks the function `get_patches` and for the metrics itself all of that is done internally. To get all metrics on patch level with **landscapemetrics** you could for example do: ```{r} patch_metrics <- calculate_lsm(landscape, what = "patch") diff --git a/vignettes/articles/general_background.Rmd b/vignettes/articles/general_background.Rmd index 26e4f0940..3381662aa 100644 --- a/vignettes/articles/general_background.Rmd +++ b/vignettes/articles/general_background.Rmd @@ -11,7 +11,6 @@ editor_options: --- ```{r, echo = FALSE} -library(landscapetools) library(terra) ``` @@ -21,7 +20,7 @@ Ecology and landscape ecology mainly studies interactions between organisms and Landscape metrics are tools to characterize a landscape. This includes mainly describing the composition and configuration of a landscape. While the composition basically describes how much of the landscape is occupied by a certain land cover type, the configuration mainly describes the spatial arrangement of the landcover types. The basic idea of landscape metrics is to condense as much information as possible into single number. -The `landscapemetrics` package supports `raster` spatial objects. A raster (sometimes also referred to as grid) contains spatial information by dividing the landscape into discrete cells. Consequently, the cells are the smallest "resolution of information". Because `landscapemetrics` deals with categorical data, each cell has to be assigned to a discrete class (see Fig. 1 for details). +The **landscapemetrics** package supports **terra** spatial objects. A raster (sometimes also referred to as grid) contains spatial information by dividing the landscape into discrete cells. Consequently, the cells are the smallest "resolution of information". Because **landscapemetrics** deals with categorical data, each cell has to be assigned to a discrete class (see Fig. 1 for details). These classes must be positive integer numbers. ```{r fig.height=4, fig.align="center", fig.cap="Fig 1.: a) and b) are the same landscape, but with a continous (a) and categorical (b) representation. A continuous landscape would typically be expected from remote sensing imagery or interpolated enviromental data. Categorical landscapes are mostly classified as percieved by humans, e.g. in land cover and use classes.", echo = FALSE, results = TRUE, message = FALSE, warning = FALSE, error = FALSE} @@ -36,7 +35,7 @@ terra::plot(c(lsm_a, lsm_b)) **Landscape metrics** can be calculated for three different levels (or "scales"). Each level contains information about different aspects of the landscape. Level of interest depends largely on the research question. Often, even a combination of several levels can be useful. Similar, also the decision of which metric to use depends on the research question asked. -**A patch** is defined as neighboring cells belonging to the same class `i`. Hereby, `landscapemetrics` uses the 8-neighbors rule (Queen's case) to identify patches. Patch level metrics are calculated for every patch in the landscape, regardless of the class that the patch belongs to. The output will match the number of patches present in the landscape. These metrics are also often the basis for metrics of the other two levels. +**A patch** is defined as neighboring cells belonging to the same class `i`. Hereby, **landscapemetrics** uses the 8-neighbors rule (Queen's case) to identify patches. Patch level metrics are calculated for every patch in the landscape, regardless of the class that the patch belongs to. The output will match the number of patches present in the landscape. These metrics are also often the basis for metrics of the other two levels. **Class level metrics** summaries all patches belonging to one class `i`. These metrics can be either the "distribution" of patch level metrics of all patches of class `i` (e.g. the mean) or consider only patches of class `i` for the calculations of the metric. Regardless of the mathematical background, the output will always match the number of classes present. Class level metrics are suitable to describe the composition and configuration of the landscape. @@ -44,7 +43,7 @@ terra::plot(c(lsm_a, lsm_b)) ## Classes of landscape metrics -There are six different classes of landscape metrics implemented in `landscapemetrics`: +There are six different classes of landscape metrics implemented in **landscapemetrics**: 1. **Area and edge metrics** describe the size of patches and classes and the amount of edge. An edge is defined as the border between two patches of class `i` and `k` in meters. These metrics mainly characterize the composition of the landscape and are able to show dominance or rareness of classes. @@ -63,9 +62,9 @@ For more information, please see [New Metrics outside FRAGSTATS](https://r-spati There are already software packages available to calculate landscape metrics, the most famous one probably being the stand-alone software FRAGSTATS (McGarigal *et al.* 2012). But also add-ons to GIS software are available, e.g. r.le (Baker & Cai 1992) or its successor r.li for GRASS GIS. Lastly, also an R package, namely `SDMTools` (VanDerWal *et al.* 2014), can be used. -Nevertheless, we decided to re-implement most of the metrics available in [FRAGSTATS](https://www.umass.edu/landeco/research/fragstats/documents/fragstats_documents.html). We wanted to provide a comprehensive collection of landscape metrics in R. While FRAGSTATS is an extensive collection it is only available for Windows. Note, that even though we tried to re-implement the metrics as described in the FRAGSTATS manual, there are some differences ([Differences FRAGSTATS|landscapemetrics](https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html)). Further, `SDMTools` contains only a subset of metrics and does not cover all levels ([General background](https://r-spatialecology.github.io/landscapemetrics/articles/articles/general-background.html)). Lastly, we want to start a collection of landscape metrics being open source and easily extendable by new (future) landscape metrics (see [CONTRIBUTING](CONTRIBUTING.md)). Also, one major advantage of `landscapemetrics` are the utility functions for e.g. the visualization or sampling of landscape metrics. +Nevertheless, we decided to re-implement most of the metrics available in [FRAGSTATS](https://www.umass.edu/landeco/research/fragstats/documents/fragstats_documents.html). We wanted to provide a comprehensive collection of landscape metrics in R. While FRAGSTATS is an extensive collection it is only available for Windows. Note, that even though we tried to re-implement the metrics as described in the FRAGSTATS manual, there are some differences ([Differences FRAGSTATS|landscapemetrics](https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html)). Further, `SDMTools` contains only a subset of metrics and does not cover all levels ([General background](https://r-spatialecology.github.io/landscapemetrics/articles/articles/general-background.html)). Lastly, we want to start a collection of landscape metrics being open source and easily extendable by new (future) landscape metrics (see [CONTRIBUTING](CONTRIBUTING.md)). Also, one major advantage of **landscapemetrics** are the utility functions for e.g. the visualization or sampling of landscape metrics. -Those were the main reasons we implemented `landscapemetrics`, however, we want to fully appreciate and acknowledge the already present software. +Those were the main reasons we implemented **landscapemetrics**, however, we want to fully appreciate and acknowledge the already present software. ### References diff --git a/vignettes/articles/guide_moving_window.Rmd b/vignettes/articles/guide_moving_window.Rmd index b4d42f5de..548a42ba2 100644 --- a/vignettes/articles/guide_moving_window.Rmd +++ b/vignettes/articles/guide_moving_window.Rmd @@ -18,14 +18,15 @@ We provide the function `window_lsm()` in **landscapemetrics** to analyse an inp ```{r packages, message = FALSE} library(landscapemetrics) -library(raster) +library(terra) library(ggplot2) +# internal data needs to be unwrapped landscape <- terra::unwrap(landscapemetrics::landscape) ``` -First, we need to specify the local neighborhood matrix. This matrix must have sides defined as odd numbers, in which the focal cell is always the center cell. Because we want to weight all cells identically, all values need to be 1 (for more details, see `?raster::focal()`). +First, we need to specify the local neighborhood matrix. This matrix must have sides defined as odd numbers, in which the focal cell is always the center cell (for more details, see `?terra::focal()`). ```{r neighbourhood-matrix} moving_window <- matrix(1, nrow = 3, ncol = 3) @@ -39,7 +40,7 @@ result <- window_lsm(landscape, window = moving_window, what = c("lsm_l_pr", "ls result ``` -To be type-stable, the result will be a nested list. The first level includes all layers of a `RasterStack` (only one if a `RasterLayer` is provided), the second level all selected metrics. The resulting `RasterLayers` describe the local neighborhood according to the moving window around each focal cell. In the case of `lsm_l_pr` this the number of classes present. +To be type-stable, the result will be a nested list. The first level includes all layers of a `SpatRaster` (only one if a `SpatRaster` is provided), the second level all selected metrics. The resulting `SpatRaster` describe the local neighborhood according to the moving window around each focal cell. In the case of `lsm_l_pr` this the number of classes present. ```{r plot-result, echo = FALSE, fig.align = "center"} result_stack <- raster::stack(landscape, result[[1]]$lsm_l_pr) diff --git a/vignettes/articles/guide_sample_lsm.Rmd b/vignettes/articles/guide_sample_lsm.Rmd index 2bf5151d1..1a21942d7 100644 --- a/vignettes/articles/guide_sample_lsm.Rmd +++ b/vignettes/articles/guide_sample_lsm.Rmd @@ -12,33 +12,30 @@ editor_options: ```{r packages, message = FALSE} library(landscapemetrics) -library(raster) -library(sp) +library(terra) +library(sf) library(ggplot2) +# internal data needs to be unwrapped landscape <- terra::unwrap(landscapemetrics::landscape) ``` -**landscapemetrics** provides several functions to sample metrics *at* or *around* sample points. On possible application for this feature could be a study in which the study organism only encounters the landscape within a local neighborhood of sample points. For most functions, sample points can be provided as a 2-column matrix(x- and y-coordinate), SpatialPoints and SpatialLines ([**sp**](https://cran.r-project.org/web/packages/sp/index.html); Roger et al. 2013) and even [**sf**](https://cran.r-project.org/web/packages/sf/index.html) objects (Pebesma 2018) are supported. For some functions, also SpatialPolygons (i.e. sample plots) can be provided. +**landscapemetrics** provides several functions to sample metrics *at* or *around* sample points. On possible application for this feature could be a study in which the study organism only encounters the landscape within a local neighborhood of sample points. For most functions, sample points can be provided as a 2-column matrix(x- and y-coordinate), or [**sf**](https://cran.r-project.org/web/packages/sf/index.html) objects (Pebesma 2018) are supported. First, we create some example sample locations. ```{r, collapse = TRUE} # create some example points -points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) - -points - -# create some example lines -x1 <- c(1, 5, 15, 10) -y1 <- c(1, 5, 15, 25) -x2 <- c(10, 25) -y2 <- c(5, 5) -sample_lines <- sp::SpatialLines(list(sp::Lines(list(sp::Line(cbind(x1, y1)), - sp::Line(cbind(x2, y2))), ID = "a"))) - -sample_lines +(points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE)) + +# # create some example lines +# x1 <- c(1, 5, 15, 10) +# y1 <- c(1, 5, 15, 25) +# x2 <- c(10, 25) +# y2 <- c(5, 5) +# +# sample_lines <- sf::st_multilinestring(x = list(cbind(x1, y1), cbind(x2, y2))) ``` ## Extract landscape metrics at sample points @@ -46,14 +43,15 @@ sample_lines `extract_lsm()` returns the metrics of all patches in which a sample point is located. However, since this only makes sense for individual patches, it's only possible to extract patch-level metrics. ```{r, echo = FALSE, fig.align = "center"} -ggplot(data = raster::as.data.frame(landscape, xy = TRUE)) + +ggplot(data = terra::as.data.frame(landscape, xy = TRUE)) + geom_raster(aes(x = x, y = y, fill = factor(clumps))) + geom_point(data = data.frame(x = points[, 1], y = points[, 2]), - aes(x = x, y = y), pch = 19, size = 1.5) + - geom_path(data = data.frame(x = c(x1, x2), y = c(y1, y2), id = c(1, 1, 1, 1, 2, 2)), - aes(x = x, y = y, group = id), size = 1) + + aes(x = x, y = y), pch = 19, size = 1.5, color = "red") + + # geom_path(data = data.frame(x = c(x1, x2), y = c(y1, y2), id = c(1, 1, 1, 1, 2, 2)), + # aes(x = x, y = y, group = id), size = 1, color = "red") + scale_fill_viridis_d(name = "Landscape class") + coord_equal() + + theme_minimal() + theme(axis.line = element_blank(), axis.ticks = element_blank(), axis.text = element_blank(), axis.title = element_blank(), legend.position = "bottom") @@ -67,11 +65,11 @@ Because three sample points were provided and only the patch area was requested, extract_lsm(landscape, y = points, what = "lsm_p_area") ``` -If a line is provided, the results include the patch-level metric for all patches touched by the line. The use of the function is exactly the same as for points. + -For each patch, all core area metrics are returned. While the long line touches three patches (2, 12, 20), line two only touches two patches (20, 25). In this example, all core are metrics are selected for extraction. + -```{r, collapse = TRUE} +```{r, collapse = TRUE, echo = FALSE, eval = FALSE} extract_lsm(landscape, y = sample_lines, type = "core area metric") ``` @@ -79,23 +77,22 @@ extract_lsm(landscape, y = sample_lines, type = "core area metric") To sample landscape metrics within a certain buffer *around* sample points, there is `sample_lsm()`. Now, the size of the buffers around the sample locations must be specified. The functions clips the landscape within the buffer (in other words sample plots) and calculates the selected metrics. -The resulting *tibble* incldues two extra columns. Again, the id of the sample point is included. Furthermore, the size of the actual sampled landscape can be different to the provided size due to two reasons. Firstly, because clipping raster cells using a circle or a sample plot not directly at a cell center lead to inaccuracies. Secondly, sample plots can exceed the landscape boundary. Therefore, we report the actual clipped sample plot area relative in relation to the theoretical, maximum sample plot area e.g. a sample plot only half within the landscape will have a `percentage_inside = 50`. +The resulting `tibble` includes two extra columns. Again, the id of the sample point is included. Furthermore, the size of the actual sampled landscape can be different to the provided size due to two reasons. Firstly, because clipping raster cells using a circle or a sample plot not directly at a cell center lead to inaccuracies. Secondly, sample plots can exceed the landscape boundary. Therefore, we report the actual clipped sample plot area relative in relation to the theoretical, maximum sample plot area e.g. a sample plot only half within the landscape will have a `percentage_inside = 50`. ```{r, echo = FALSE, fig.align = "center"} -sample_plots <- data.frame(construct_buffer(coords = points, - shape = "circle", - size = 10, - return_sp = FALSE)) +sample_plots <- data.frame(construct_buffer(coords = points, shape = "circle", + size = 10, return_sf = FALSE)) -ggplot(data = raster::as.data.frame(landscape, xy = TRUE)) + - geom_raster(ggplot2::aes(x = x, y = y, fill = factor(clumps))) + +ggplot(data = terra::as.data.frame(landscape, xy = TRUE)) + + geom_raster(aes(x = x, y = y, fill = factor(clumps))) + geom_polygon(data = sample_plots, aes(x = sample_plots[, 1], y = sample_plots[, 2], group = sample_plots[, 3]), - col = "black", fill = NA) + + col = "red", fill = NA) + geom_point(data = data.frame(x = points[, 1], y = points[, 2]), - aes(x = x, y = y), pch = 19, size = 1.5) + + aes(x = x, y = y), pch = 19, size = 1.5, color = "red") + scale_fill_viridis_d(name = "Landscape class") + coord_equal() + + theme_minimal() + theme(axis.line = element_blank(), axis.ticks = element_blank(), axis.text = element_blank(), axis.title = element_blank(), legend.position = "bottom") @@ -104,11 +101,10 @@ ggplot(data = raster::as.data.frame(landscape, xy = TRUE)) + ```{r, collapse = TRUE} sample_lsm(landscape, y = points, size = 10, level = "landscape", type = "diversity metric", - classes_max = 3, - verbose = FALSE) + classes_max = 3, verbose = FALSE) ``` -It's also possible to construct buffers around lines, and to directly provide SpatialPolygons as sample plots. + ### References diff --git a/vignettes/articles/landscape_distribution_statistics.Rmd b/vignettes/articles/landscape_distribution_statistics.Rmd index 45b003bdc..50bbdc5c5 100644 --- a/vignettes/articles/landscape_distribution_statistics.Rmd +++ b/vignettes/articles/landscape_distribution_statistics.Rmd @@ -1,104 +1,104 @@ ---- -title: "Landscape distribution statistics" -date: "`r Sys.Date()`" -output: rmarkdown::html_vignette -vignette: > - %\VignetteIndexEntry{Landscape distribution statistics} - %\VignetteEncoding{UTF-8} - %\VignetteEngine{knitr::rmarkdown} -editor_options: - chunk_output_type: console ---- - -Landscape distribution statistics summarise the properties of all patches belonging to the same class *i* or of all patches in the landscape together (McGarigal et al. 2012). -This includes, for example, the mean, the coefficient of variation, or the standard deviation of a certain metric. -These measures are implemented in the **landscapemetrics** package and are indicated by the corresponding suffixes (`_mn`, `_cv`, `_sd`). -However, other distribution statistics also might be of interest. -Even though they are not implemented in **landscapemetrics**, R allows to calculate them straightforwardly. - -```{r packages, message = FALSE} -library(landscapemetrics) -library(raster) - -library(dplyr) -``` - -```{r, echo=FALSE} -landscapetools::show_landscape(landscape, discrete = TRUE) -``` - -## Implemented distribution statistics ## -The already implemented distribution statistics on class- and landscape-level are indicated by the corresponding suffixes (`_mn` = mean, `_cv` = Coefficient of variation , `_sd` = Standard deviation) and can be calculted without any further calculations needed. - -```{r implemented} -# calculate mean shape index on class level -mean_shape_c <- lsm_c_shape_mn(landscape) - -# calculate standard deviation of shape index on landscape level -sd_shape_l <- lsm_l_shape_sd(landscape) -``` - -## Area-weighted mean - -First, we want to calculate the metric of interest on the patch level. -Additionally, we want the patch area of each patch. - -```{r mean_a} -# calculate required metric for each patch (e.g. lsm_p_shape) -metric_patch <- lsm_p_shape(landscape) - -# calculate area for each patch -area_patch <- lsm_p_area(landscape) -``` - -Now, we should join the metric value with the area of each patch, multiply the two values, and calculate the area-weighted mean. -To calculate the area-weighted mean on landscape-level, comment out the `dplyr::group_by()` line. - -```{r mean_b} -# calculate weighted mean -metric_wght_mean <- dplyr::left_join(x = metric_patch, y = area_patch, - by = c("layer", "level", "class", "id")) %>% - dplyr::mutate(value.w = value.x * value.y) %>% - dplyr::group_by(class) %>% - dplyr::summarise(value.am = sum(value.w) / sum(value.y)) - -metric_wght_mean -``` - -## Range - -The range equals to the minimum value subtracted from the maximum value of the metric of interest for each patch (McGarigal et al. 2012). -This can be calculated using the `min()/max()` function or the `range()` function. - -```{r range} -# class level -metric_range_c <- dplyr::group_by(metric_patch, class) %>% - dplyr::summarise(range = max(value) - min(value)) - -# landscape level -metric_range_l <- diff(range(metric_patch$value)) - -metric_range_c -metric_range_l -``` - -## Median - -The median equals to the value that divides all (ordered) values into two equal groups. -There is a base R function available, `median()`, that can be applied to values grouped by class or all values (landscape-level). - -```{r median} -# class level -metric_md_c <- dplyr::group_by(metric_patch, class) %>% - dplyr::summarise(median = median(value)) - -# landscape level -metric_md_l <- median(metric_patch$value) - -metric_md_c -metric_md_l -``` - -### References - -- McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: +--- +title: "Landscape distribution statistics" +date: "`r Sys.Date()`" +output: rmarkdown::html_vignette +vignette: > + %\VignetteIndexEntry{Landscape distribution statistics} + %\VignetteEncoding{UTF-8} + %\VignetteEngine{knitr::rmarkdown} +editor_options: + chunk_output_type: console +--- + +Landscape distribution statistics summarise the properties of all patches belonging to the same class *i* or of all patches in the landscape together (McGarigal et al. 2012). +This includes, for example, the mean, the coefficient of variation, or the standard deviation of a certain metric. +These measures are implemented in the **landscapemetrics** package and are indicated by the corresponding suffixes (`_mn`, `_cv`, `_sd`). +However, other distribution statistics also might be of interest. +Even though they are not implemented in **landscapemetrics**, R allows to calculate them straightforwardly. + +```{r packages, message = FALSE} +library(landscapemetrics) +library(terra) + +library(dplyr) + +# internal data needs to be unwrapped +landscape <- terra::unwrap(landscapemetrics::landscape) +``` + +## Implemented distribution statistics ## + +The already implemented distribution statistics on class- and landscape-level are indicated by the corresponding suffixes (`_mn` = mean, `_cv` = Coefficient of variation , `_sd` = Standard deviation) and can be calculted without any further calculations needed. + +```{r implemented} +# calculate mean shape index on class level +mean_shape_c <- lsm_c_shape_mn(landscape) + +# calculate standard deviation of shape index on landscape level +sd_shape_l <- lsm_l_shape_sd(landscape) +``` + +## Area-weighted mean + +First, we want to calculate the metric of interest on the patch level. +Additionally, we want the patch area of each patch. + +```{r mean_a} +# calculate required metric for each patch (e.g. lsm_p_shape) +metric_patch <- lsm_p_shape(landscape) + +# calculate area for each patch +area_patch <- lsm_p_area(landscape) +``` + +Now, we should join the metric value with the area of each patch, multiply the two values, and calculate the area-weighted mean. +To calculate the area-weighted mean on landscape-level, comment out the `dplyr::group_by()` line. + +```{r mean_b} +# calculate weighted mean +metric_wght_mean <- dplyr::left_join(x = metric_patch, y = area_patch, + by = c("layer", "level", "class", "id")) %>% + dplyr::mutate(value.w = value.x * value.y) %>% + dplyr::group_by(class) %>% + dplyr::summarise(value.am = sum(value.w) / sum(value.y)) + +metric_wght_mean +``` + +## Range + +The range equals to the minimum value subtracted from the maximum value of the metric of interest for each patch (McGarigal et al. 2012). +This can be calculated using the `min()/max()` function or the `range()` function. + +```{r range} +# class level +metric_range_c <- dplyr::group_by(metric_patch, class) %>% + dplyr::summarise(range = max(value) - min(value)) + +# landscape level +metric_range_l <- diff(range(metric_patch$value)) + +metric_range_c +metric_range_l +``` + +## Median + +The median equals to the value that divides all (ordered) values into two equal groups. +There is a base R function available, `median()`, that can be applied to values grouped by class or all values (landscape-level). + +```{r median} +# class level +metric_md_c <- dplyr::group_by(metric_patch, class) %>% + dplyr::summarise(median = median(value)) + +# landscape level +metric_md_l <- median(metric_patch$value) + +metric_md_c +metric_md_l +``` + +### References + +- McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: diff --git a/vignettes/articles/new_metrics.Rmd b/vignettes/articles/new_metrics.Rmd index 966ccce43..2f779a20d 100644 --- a/vignettes/articles/new_metrics.Rmd +++ b/vignettes/articles/new_metrics.Rmd @@ -1,58 +1,61 @@ ---- -title: "New metrics outside FRAGSTATS" -date: "`r Sys.Date()`" -output: rmarkdown::html_vignette -vignette: > - %\VignetteIndexEntry{New metrics outside FRAGSTATS} - %\VignetteEncoding{UTF-8} - %\VignetteEngine{knitr::rmarkdown} -editor_options: - chunk_output_type: console ---- - -```{r setup, include = FALSE} -knitr::opts_chunk$set( - collapse = TRUE, - comment = "#>" -) -``` - -```{r load_libraries_hidden, eval=TRUE, echo=FALSE, message=FALSE, results='hide'} -library(landscapemetrics) -``` - -One of the reason to start `landscapemetrics` was also to have a collection of metrics that are not included in FRAGSTATS. This vignette will highlight them and provide references for further reading on them. - -## Information theory-based framework for the analysis of landscape patterns - -> Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x - -Information-theoretical framework can be applied to derive four metrics of landscape complexity: Marginal entropy `[H(x)]`, Conditional entropy `[H(y|x)]`, Joint entropy `[H(x, y)]`, and Mutual information `[I(y,x)]`. - -All of these metrics are implemented in `landscapemetrics`: - -- [lsm_l_ent](https://r-spatialecology.github.io/landscapemetrics/reference/lsm_l_ent.html) - Marginal entropy `[H(x)]`. -It represents a diversity (thematic complexity, composition) of spatial categories. -It is calculated as the entropy of the marginal distribution. -- [lsm_l_condent](https://r-spatialecology.github.io/landscapemetrics/reference/lsm_l_condent.html) - Conditional entropy `[H(y|x)]`. -It represents a configurational complexity (geometric intricacy) of a spatial pattern. -If the value of **conditional entropy** is small, cells of one category are predominantly adjacent to only one category of cells. -On the other hand, the high value of **conditional entropy** shows that cells of one category are adjacent to cells of many different categories. -- [lsm_l_joinent](https://r-spatialecology.github.io/landscapemetrics/reference/lsm_l_joinent.html) - Joint entropy `[H(x, y)]`. -It is an overall spatio-thematic complexity metric. -It represents the uncertainty in determining a category of the focus cell and the category of the adjacent cell. -In other words, it measures diversity of values in a co-occurrence matrix -- the smaller the diversity, the larger the value of **joint entropy**. -- [lsm_l_mutinf](https://r-spatialecology.github.io/landscapemetrics/reference/lsm_l_mutinf.html) - Mutual information `[I(y,x)]`. -It quantifies the information that one random variable (x) provides about another random variable (y). -It tells how much easier is to predict a category of an adjacent cell if the category of the focus cell is known. -Mutual information disambiguates landscape pattern types characterized by the same value of overall complexity. -- [lsm_l_relmutinf](https://r-spatialecology.github.io/landscapemetrics/reference/lsm_l_relmutinf.html) - Relative mutual information. -Due to the spatial autocorrelation, the value of mutual information tends to grow with a diversity of the landscape (marginal entropy). -To adjust this tendency, it is possible to calculate relative mutual information by dividing the mutual information by the marginal entropy. -Relative mutual information always has a range between 0 and 1 and can be used to compare spatial data with different number and distribution of categories. - -
-

-

- -For more information read the [Information theory provides a consistent framework for the analysis of spatial patterns](https://nowosad.github.io/post/ent-bp1/) blog post. +--- +title: "New metrics outside FRAGSTATS" +date: "`r Sys.Date()`" +output: rmarkdown::html_vignette +vignette: > + %\VignetteIndexEntry{New metrics outside FRAGSTATS} + %\VignetteEncoding{UTF-8} + %\VignetteEngine{knitr::rmarkdown} +editor_options: + chunk_output_type: console +--- + +```{r setup, include = FALSE} +knitr::opts_chunk$set( + collapse = TRUE, + comment = "#>" +) +``` + +```{r load_libraries_hidden, eval=TRUE, echo=FALSE, message=FALSE, results='hide'} +library(landscapemetrics) + +# internal data needs to be unwrapped +landscape <- terra::unwrap(landscapemetrics::landscape) +``` + +One of the reason to start **landscapemetrics** was also to have a collection of metrics that are not included in FRAGSTATS. This vignette will highlight them and provide references for further reading on them. + +## Information theory-based framework for the analysis of landscape patterns + +> Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x + +Information-theoretical framework can be applied to derive four metrics of landscape complexity: Marginal entropy `[H(x)]`, Conditional entropy `[H(y|x)]`, Joint entropy `[H(x, y)]`, and Mutual information `[I(y,x)]`. + +All of these metrics are implemented in **landscapemetrics**: + +- [lsm_l_ent](https://r-spatialecology.github.io/landscapemetrics/reference/lsm_l_ent.html) - Marginal entropy `[H(x)]`. +It represents a diversity (thematic complexity, composition) of spatial categories. +It is calculated as the entropy of the marginal distribution. +- [lsm_l_condent](https://r-spatialecology.github.io/landscapemetrics/reference/lsm_l_condent.html) - Conditional entropy `[H(y|x)]`. +It represents a configurational complexity (geometric intricacy) of a spatial pattern. +If the value of **conditional entropy** is small, cells of one category are predominantly adjacent to only one category of cells. +On the other hand, the high value of **conditional entropy** shows that cells of one category are adjacent to cells of many different categories. +- [lsm_l_joinent](https://r-spatialecology.github.io/landscapemetrics/reference/lsm_l_joinent.html) - Joint entropy `[H(x, y)]`. +It is an overall spatio-thematic complexity metric. +It represents the uncertainty in determining a category of the focus cell and the category of the adjacent cell. +In other words, it measures diversity of values in a co-occurrence matrix -- the smaller the diversity, the larger the value of **joint entropy**. +- [lsm_l_mutinf](https://r-spatialecology.github.io/landscapemetrics/reference/lsm_l_mutinf.html) - Mutual information `[I(y,x)]`. +It quantifies the information that one random variable (x) provides about another random variable (y). +It tells how much easier is to predict a category of an adjacent cell if the category of the focus cell is known. +Mutual information disambiguates landscape pattern types characterized by the same value of overall complexity. +- [lsm_l_relmutinf](https://r-spatialecology.github.io/landscapemetrics/reference/lsm_l_relmutinf.html) - Relative mutual information. +Due to the spatial autocorrelation, the value of mutual information tends to grow with a diversity of the landscape (marginal entropy). +To adjust this tendency, it is possible to calculate relative mutual information by dividing the mutual information by the marginal entropy. +Relative mutual information always has a range between 0 and 1 and can be used to compare spatial data with different number and distribution of categories. + +
+

+

+ +For more information read the [Information theory provides a consistent framework for the analysis of spatial patterns](https://nowosad.github.io/post/ent-bp1/) blog post. diff --git a/vignettes/articles/publication_record.Rmd b/vignettes/articles/publication_record.Rmd index a9b1d9daa..6df92563b 100644 --- a/vignettes/articles/publication_record.Rmd +++ b/vignettes/articles/publication_record.Rmd @@ -1,26 +1,26 @@ ---- -title: Publication record -date: "`r Sys.Date()`" -output: rmarkdown::html_vignette -vignette: > - %\VignetteIndexEntry{Publication record} - %\VignetteEncoding{UTF-8} - %\VignetteEngine{knitr::rmarkdown} ---- - -We are always happy to hear from you if you used `landscapemetrics` for a publication. You can either just drop us an e-mail or [file an issue on GitHub](https://github.com/r-spatialecology/landscapemetrics/issues/new/). - -To cite `landscapemetrics` or acknowledge its use, please cite the following Software note, substituting the version of the application that you used for ‘ver. 0’: - -

- -> Hesselbarth, M.H.K., Sciaini, M., With, K.A., Wiegand, K., Nowosad, J. 2019. -*landscapemetrics*: an open‐source R tool to calculate landscape metrics. Ecography, 42: 1648-1657 (ver. 0). - -

- -You can get more information about how to cite the package using `citation("landscapemetrics")`. - -## A list of publications - -To see all papers that already used `landscapemetrics`, please [click here](https://scholar.google.com/scholar?start=0&hl=en&scisbd=2&as_sdt=80000005&cites=2286255906926357874&scipsc=). +--- +title: Publication record +date: "`r Sys.Date()`" +output: rmarkdown::html_vignette +vignette: > + %\VignetteIndexEntry{Publication record} + %\VignetteEncoding{UTF-8} + %\VignetteEngine{knitr::rmarkdown} +--- + +We are always happy to hear from you if you used **landscapemetrics** for a publication. You can either just drop us an e-mail or [file an issue on GitHub](https://github.com/r-spatialecology/landscapemetrics/issues/new/). + +To cite **landscapemetrics** or acknowledge its use, please cite the following Software note, substituting the version of the application that you used for ‘ver. 0’: + +

+ +> Hesselbarth, M.H.K., Sciaini, M., With, K.A., Wiegand, K., Nowosad, J. 2019. +*landscapemetrics*: an open‐source R tool to calculate landscape metrics. Ecography, 42: 1648-1657 (ver. 0). + +

+ +You can get more information about how to cite the package using `citation("landscapemetrics")`. + +## A list of publications + +To see all papers that already used **landscapemetrics**, please [click here](https://scholar.google.com/scholar?start=0&hl=en&scisbd=2&as_sdt=80000005&cites=2286255906926357874&scipsc=). diff --git a/vignettes/articles/utility.Rmd b/vignettes/articles/utility.Rmd index 70c124ab1..d6097f037 100644 --- a/vignettes/articles/utility.Rmd +++ b/vignettes/articles/utility.Rmd @@ -1,189 +1,186 @@ ---- -title: "Utility functions" -date: "`r Sys.Date()`" -output: rmarkdown::html_vignette -vignette: > - %\VignetteIndexEntry{Utility functions} - %\VignetteEncoding{UTF-8} - %\VignetteEngine{knitr::rmarkdown} -editor_options: - chunk_output_type: console ---- - -```{r setup, include = FALSE} -knitr::opts_chunk$set( - collapse = TRUE, - comment = "#>" -) -``` - -```{r load_libraries_hidden, eval=TRUE, echo=FALSE, message=FALSE, results='hide'} -library(landscapemetrics) -library(raster) -library(landscapetools) - -library(bench) -library(dplyr) -library(purrr) -``` - -## Visualisization functions - -### Visualizing landscapes -We can use the `show_landscape` function from [landscapetools](https://github.com/ropensci/landscapetools) to have look at our landscape. - -```{r fig.height=12, fig.asp=0.50, fig.align='center', fig.retina = 2} -# Plot landscape -landscapetools::show_landscape(landscape) -``` - -This is how we typically inspect our landscape, but which also makes it quite hard to relate to the landscape metrics we are interested in. This why we show in the following how to dissect this landscape visually into the compoments, that drive the calculation of landscape metrics. - -### Visualizing patches - -To visualize patches in a landscape and encode each patch with an ID that can be used to compare a landscape metric with the actual landscape you can use the auxiliary visualisation function `show_patches()`: - -```{r fig.height=12, fig.asp=0.50, fig.align='center', fig.retina = 2} -# Plot landscape + landscape with labeled patches -show_patches(landscape) -``` - -You can also plot all patches of each class grouped. - -```{r fig.width=7, fig.height=7, fig.asp=0.50, fig.align='center', fig.retina = 2} -# show patches of all classes -show_patches(landscape, class = "all", labels = FALSE) -``` - -To show only the core area, there is the visualization function `show_cores`. The arguments are similar to `show_patches()` - -```{r fig.width=7, fig.height=7, fig.asp=0.50, fig.align='center', fig.retina = 2} -# show core area of class 1 and 3 -show_cores(landscape, class = c(1, 2), labels = FALSE) -``` - -Lastly, you can also "fill" the colours of each patch according to its value of a certain patch level metric, e.g. the patch area, using `show_lsm()`. You can chose if the label should be the patch id or the actual value of the landscape metric (`label_lsm = TRUE/FALSE`). To get the result as a *RasterLayer*, there is `spatialize_lsm()`. - -```{r fig.width=7, fig.height=7, fig.asp=0.50, fig.align='center', fig.retina = 2} -# fill patch according to area -show_lsm(landscape, what = "lsm_p_area", class = "global", label_lsm = TRUE) -``` - -## Show correlation - -Selecting meaningful landscape metrics for your field of research is difficult, as many landscape metrics are very abstract and the common approach is often simply to calculate as many as possible. - -To select at the least that ones for your landscape and research question that are not highly correlated, you can use the function `show_correlation()` to get a first insight into the correlation of the metrics you calculated: - -```{r fig.width=7, fig.height=7, fig.align="center", fig.asp=0.50, fig.align='center', fig.retina = 2} -metrics <- calculate_lsm(landscape, what = "patch") -show_correlation(metrics, method = "pearson") -``` - -## Building blocks - -### Get patches -`landscapemetrics` makes internally heavy use of an connected labeling algorithm and exports an re-implementation of this algorithm (`get_patches`). The function return a list, where each list entry includes all patches of the corresponding class. The patches are labeld from 1...to n. - -```{r} -# get a list of all patches for each class -get_patches(landscape) -``` - -### Get adjacencies -Adjacencies are a central part for landscape metrics, so calculating them quick and in a flexible way is key for e.g. developing new metrics. Hence, `landscapemetrics` exports a function that can calculate adjacencies in any number if directions when provided with a binary matrix (NA / 1 - NA are cells that would be left out for looking at adjacencies). - -```{r} -# calculate full adjacency matrix -get_adjacencies(landscape, neighbourhood = 4) - -# count diagonal neighbour adjacencies -diagonal_matrix <- matrix(c(1, NA, 1, - NA, 0, NA, - 1, NA, 1), 3, 3, byrow = TRUE) -get_adjacencies(landscape, diagonal_matrix) - -# equivalent with the raster package: -adj_raster <- function(landscape){ - adjacencies <- raster::adjacent(landscape, - cells = 1:raster::ncell(landscape), - directions = 4, - pairs = TRUE) - table(landscape[adjacencies[,1]], landscape[adjacencies[,2]]) -} - -# compare the two implementations -bench::mark( - get_adjacencies(landscape, neighbourhood = 4), - adj_raster(landscape), - iterations = 100, - check = FALSE -) - -adj_raster(landscape) == get_adjacencies(landscape, 4)[[1]] -``` - -### Get nearest neighbour - -`landscapemetrics` implements a memory efficient and quite fast way to calculate the nearest neighbour between classes in a raster (or matrix). - -```{r} -# run connected labeling for podlasie raster -patches <- get_patches(landscape, class = 1) - -# calculate the minimum distance between patches in a landscape -min_dist <- get_nearestneighbour(patches$layer_1$class_1) - -# create a function that would do the same with the raster package -nearest_raster_fun <- function(patches) { - - np_class <- patches %>% - raster::values() %>% - unique() %>% - na.omit() %>% - length() - - points_class <- raster::rasterToPoints(patches) %>% - as.data.frame() - - minimum_distance <- seq_len(np_class) %>% - purrr::map_dbl(function(patch_ij) { - patch_focal <- dplyr::filter(points_class, layer == patch_ij) - - patch_others <- - dplyr::filter(points_class, layer != patch_ij) - - minimum_distance <- - raster::pointDistance(patch_focal[1:2], - patch_others[1:2], - lonlat = FALSE) %>% - min() - }) - - data.frame(id = unique(sort(points_class$layer)), distance = minimum_distance) - -} - - -# compare the two implementations -bench::mark( - get_nearestneighbour(patches$layer_1$class_1)[, 2:3], - nearest_raster_fun(patches$layer_1$class_1), - iterations = 100, check = FALSE -) - -# check if results are identical -get_nearestneighbour(patches$layer_1$class_1)[, 2:3] == nearest_raster_fun(patches$layer_1$class_1) -``` - -### Get circumscribing circle - -To get the smallest circumscribing circle that includes all cells of the patch, simply run `get_circumscribingcircle()`. The result returns the diameter for each circle that includes all cells of each patch. This includes not only the cell centers but the whole cells using the cells corners. - -```{r} -# get all patches of class 1 -class_1 <- get_patches(landscape, class = 1) - -# get smallest circumscribing circle for each patch -circle <- get_circumscribingcircle(class_1$layer_1$class_1) -``` +--- +title: "Utility functions" +date: "`r Sys.Date()`" +output: rmarkdown::html_vignette +vignette: > + %\VignetteIndexEntry{Utility functions} + %\VignetteEncoding{UTF-8} + %\VignetteEngine{knitr::rmarkdown} +editor_options: + chunk_output_type: console +--- + +```{r setup, include = FALSE} +knitr::opts_chunk$set( + collapse = TRUE, + comment = "#>" +) +``` + +```{r load_libraries_hidden, eval=TRUE, echo=FALSE, message=FALSE, results='hide'} +library(landscapemetrics) +library(terra) + +library(bench) +library(dplyr) +library(purrr) +``` + +## Visualisization functions + +### Visualizing landscapes +We can use the `plot` function from **terra** to have look at our landscape. + +```{r fig.height=12, fig.asp=0.50, fig.align='center', fig.retina = 2} +# Plot landscape +plot(landscape) +``` + +This is how we typically inspect our landscape, but which also makes it quite hard to relate to the landscape metrics we are interested in. This why we show in the following how to dissect this landscape visually into the compoments, that drive the calculation of landscape metrics. + +### Visualizing patches + +To visualize patches in a landscape and encode each patch with an ID that can be used to compare a landscape metric with the actual landscape you can use the auxiliary visualisation function `show_patches()`: + +```{r fig.height=12, fig.asp=0.50, fig.align='center', fig.retina = 2} +# Plot landscape + landscape with labeled patches +show_patches(landscape) +``` + +You can also plot all patches of each class grouped. + +```{r fig.width=7, fig.height=7, fig.asp=0.50, fig.align='center', fig.retina = 2} +# show patches of all classes +show_patches(landscape, class = "all", labels = FALSE) +``` + +To show only the core area, there is the visualization function `show_cores`. The arguments are similar to `show_patches()` + +```{r fig.width=7, fig.height=7, fig.asp=0.50, fig.align='center', fig.retina = 2} +# show core area of class 1 and 3 +show_cores(landscape, class = c(1, 2), labels = FALSE) +``` + +Lastly, you can also "fill" the colours of each patch according to its value of a certain patch level metric, e.g. the patch area, using `show_lsm()`. You can chose if the label should be the patch id or the actual value of the landscape metric (`label_lsm = TRUE/FALSE`). To get the result as a *RasterLayer*, there is `spatialize_lsm()`. + +```{r fig.width=7, fig.height=7, fig.asp=0.50, fig.align='center', fig.retina = 2} +# fill patch according to area +show_lsm(landscape, what = "lsm_p_area", class = "global", label_lsm = TRUE) +``` + +## Show correlation + +Selecting meaningful landscape metrics for your field of research is difficult, as many landscape metrics are very abstract and the common approach is often simply to calculate as many as possible. + +To select at the least that ones for your landscape and research question that are not highly correlated, you can use the function `show_correlation()` to get a first insight into the correlation of the metrics you calculated: + +```{r fig.width=7, fig.height=7, fig.align="center", fig.asp=0.50, fig.align='center', fig.retina = 2} +metrics <- calculate_lsm(landscape, what = "patch") +show_correlation(metrics, method = "pearson") +``` + +## Building blocks + +### Get patches +**landscapemetrics** makes internally heavy use of an connected labeling algorithm and exports an re-implementation of this algorithm (`get_patches`). The function return a list, where each list entry includes all patches of the corresponding class. The patches are labeld from 1...to n. + +```{r} +# get a list of all patches for each class +get_patches(landscape) +``` + +### Get adjacencies +Adjacencies are a central part for landscape metrics, so calculating them quick and in a flexible way is key for e.g. developing new metrics. Hence, **landscapemetrics** exports a function that can calculate adjacencies in any number if directions when provided with a binary matrix (NA / 1 - NA are cells that would be left out for looking at adjacencies). + +```{r} +# calculate full adjacency matrix +get_adjacencies(landscape, neighbourhood = 4) + +# count diagonal neighbour adjacencies +diagonal_matrix <- matrix(c(1, NA, 1, + NA, 0, NA, + 1, NA, 1), 3, 3, byrow = TRUE) +get_adjacencies(landscape, diagonal_matrix) + +# equivalent with the raster package: +adj_terra <- function(x){ + adjacencies <- terra::adjacent(x, 1:terra::ncell(x), "rook", pairs=TRUE) + table(terra::values(x, mat = FALSE)[adjacencies[,1]], + terra::values(x, mat = FALSE)[adjacencies[,2]]) +} + +# compare the two implementations +bench::mark( + get_adjacencies(landscape, neighbourhood = 4), + adj_terra(landscape), + iterations = 250, + check = FALSE +) + +adj_terra(landscape) == get_adjacencies(landscape, 4)[[1]] +``` + +### Get nearest neighbour + +**landscapemetrics** implements a memory efficient and quite fast way to calculate the nearest neighbour between classes in a raster (or matrix). + +```{r} +# run connected labeling for podlasie raster +patches <- get_patches(landscape, class = 1) + +# calculate the minimum distance between patches in a landscape +min_dist <- get_nearestneighbour(patches$layer_1$class_1) + +# create a function that would do the same with the raster package +nn_terra <- function(patches) { + + np_class <- terra::values(patches[[1]][[1]]) |> + na.omit() |> + unique() |> + length() + + points_class <- terra::as.data.frame(patches[[1]][[1]], xy = TRUE) + + minimum_distance <- seq_len(np_class) |> + purrr::map_dbl(function(patch_ij) { + + patch_focal <- dplyr::filter(points_class, lyr.1 == patch_ij) |> + dplyr::select(x, y) |> + as.matrix(ncol = 2) + + patch_others <- dplyr::filter(points_class, lyr.1 != patch_ij) |> + dplyr::select(x, y) |> + as.matrix(ncol = 2) + + minimum_distance <- terra::distance(patch_focal, patch_others, + lonlat = FALSE) |> + min() + }) + + data.frame(id = unique(sort(points_class$lyr.1)), distance = minimum_distance) + +} + + +# compare the two implementations +bench::mark( + get_nearestneighbour(patches$layer_1$class_1)[, 2:3], + nn_terra(patches$layer_1$class_1), + iterations = 250, check = FALSE +) + +# check if results are identical +get_nearestneighbour(patches$layer_1$class_1)[, 2:3] == nn_terra(patches$layer_1$class_1) +``` + +### Get circumscribing circle + +To get the smallest circumscribing circle that includes all cells of the patch, simply run `get_circumscribingcircle()`. The result returns the diameter for each circle that includes all cells of each patch. This includes not only the cell centers but the whole cells using the cells corners. + +```{r} +# get all patches of class 1 +class_1 <- get_patches(landscape, class = 1) + +# get smallest circumscribing circle for each patch +circle <- get_circumscribingcircle(class_1$layer_1$class_1) +``` diff --git a/vignettes/get_started.Rmd b/vignettes/get_started.Rmd index 871518a71..50edda59a 100644 --- a/vignettes/get_started.Rmd +++ b/vignettes/get_started.Rmd @@ -19,9 +19,10 @@ knitr::opts_chunk$set( ```{r load_libraries_hidden, eval=TRUE, echo=FALSE, message=FALSE, results='hide'} library(landscapemetrics) -library(raster) +library(terra) library(dplyr) +# internal data needs to be unwrapped landscape <- terra::unwrap(landscapemetrics::landscape) augusta_nlcd <- terra::unwrap(landscapemetrics::augusta_nlcd) podlasie_ccilc <- terra::unwrap(landscapemetrics::podlasie_ccilc) @@ -29,7 +30,7 @@ podlasie_ccilc <- terra::unwrap(landscapemetrics::podlasie_ccilc) ## Design -All functions in `landscapemetrics` start with `lsm_` (for landscapemetrics). The second part of the name specifies the level (patch - `p`, class - `c` or landscape - `l`). The last part of the function name is the abbreviation of the corresponding metric (e.g. `enn`for the euclidean nearest-neighbor distance): +All functions in **landscapemetrics** start with `lsm_` (for landscapemetrics). The second part of the name specifies the level (patch - `p`, class - `c` or landscape - `l`). The last part of the function name is the abbreviation of the corresponding metric (e.g. `enn`for the euclidean nearest-neighbor distance): ``` # general structure @@ -62,12 +63,12 @@ All functions return an identical structured tibble: ## Checking your landscape -Before using `landscapemetrics` and calculating landscape metrics in general, +Before using **landscapemetrics** and calculating landscape metrics in general, it makes sense to check your landscape. If your landscape has some properties that restrict the calculation or interpretation of landscape metrics, that should be detected with `check_landscape`: ```{r} # import raster -# for local file: raster("pathtoyourraster/raster.asc") +# for local file: rast("pathtoyourraster/raster.asc") # ... or any other raster file type, geotiff, ... # Check your landscape @@ -86,28 +87,28 @@ The **requirements** to calculate meaningful landscape metrics are: 3. Landscape metrics describe *categorical* landscapes, that means that your landscape needs to be classified (we throw a warning if you have more than 30 classes to make sure you work with a classified landscape). -## Using `landscapemetrics` +## Using **landscapemetrics** -If you are sure that your landscape is suitable for the calculation of landscape metrics, `landscapemetrics` makes this quite easy: +If you are sure that your landscape is suitable for the calculation of landscape metrics, **landscapemetrics** makes this quite easy: ```{r, message=FALSE} # import raster -# for local file: raster("pathtoyourraster/raster.asc") +# for local file: rast("pathtoyourraster/raster.asc") # ... or any other raster file type, geotiff, ... # Calculate e.g. perimeter of all patches lsm_p_perim(landscape) ``` -### Using `landscapemetrics` in a tidy workflow +### Using **landscapemetrics** in a tidy workflow Every function in *landscapemetrics* accept data as its first argument, which makes piping a natural workflow. A possible use case is that you would load your spatial data, calculate some landscape metrics and then use the resulting tibble in further analyses. ```{r, message=FALSE} # all patch IDs of class 2 with an ENN > 2.5 -subsample_patches <- landscape %>% - lsm_p_enn() %>% - dplyr::filter(class == 2 & value > 2.5) %>% +subsample_patches <- landscape |> + lsm_p_enn() |> + dplyr::filter(class == 2 & value > 2.5) |> dplyr::pull(id) # show results @@ -147,7 +148,7 @@ patch_metrics <- dplyr::bind_rows( patch_metrics ``` -All metrics are abbreviated in the result `tibble`. Therefore, we provide a `tibble` containing the full metric names, as well as the class of each metric (`lsm_abbreviations_names`). Using e.g. the `left_join()` function of the `dplyr` package one could join a result `tibble` and the abbrevations `tibble`. +All metrics are abbreviated in the result `tibble`. Therefore, we provide a `tibble` containing the full metric names, as well as the class of each metric (`lsm_abbreviations_names`). Using e.g. the `left_join()` function of the `dplyr` package one could join a result `tibble` and the abbreviations `tibble`. ```{r, message=FALSE} From 4d45ec023c098f8dd74b3296c3daea85866db2c3 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Fri, 10 Mar 2023 15:35:39 +0100 Subject: [PATCH 003/101] Fix RCMD checks --- DESCRIPTION | 12 +- R/calculate_correlation.R | 314 +++++++------- R/calculate_lsm.R | 7 +- R/check_landscape.R | 8 +- R/data.R | 250 +++++------ R/data_info.R | 6 +- R/extract_lsm.R | 4 +- R/get_adjacencies.R | 1 + R/get_boundaries.R | 2 +- R/get_centroids.R | 2 +- R/get_circumscribingcircle.R | 4 +- R/get_nearestneighbour.R | 2 +- R/get_patches.R | 2 + R/get_unique_values.R | 2 + R/landscape_as_list.R | 2 +- R/landscapemetrics-package.R | 104 +++-- R/lsm_c_ai.R | 2 +- R/lsm_c_area_cv.R | 5 +- R/lsm_c_area_mn.R | 172 ++++---- R/lsm_c_area_sd.R | 172 ++++---- R/lsm_c_ca.R | 170 ++++---- R/lsm_c_cai_cv.R | 5 +- R/lsm_c_cai_mn.R | 188 ++++----- R/lsm_c_cai_sd.R | 192 ++++----- R/lsm_c_circle_cv.R | 2 +- R/lsm_c_circle_mn.R | 188 ++++----- R/lsm_c_circle_sd.R | 188 ++++----- R/lsm_c_clumpy.R | 274 ++++++------ R/lsm_c_cohesion.R | 2 +- R/lsm_c_contig_cv.R | 2 +- R/lsm_c_contig_mn.R | 188 ++++----- R/lsm_c_contig_sd.R | 190 ++++----- R/lsm_c_core_cv.R | 5 +- R/lsm_c_core_mn.R | 182 ++++---- R/lsm_c_core_sd.R | 186 ++++---- R/lsm_c_cpland.R | 2 +- R/lsm_c_dcad.R | 210 ++++----- R/lsm_c_dcore_cv.R | 5 +- R/lsm_c_dcore_mn.R | 184 ++++---- R/lsm_c_dcore_sd.R | 194 ++++----- R/lsm_c_division.R | 188 ++++----- R/lsm_c_ed.R | 2 +- R/lsm_c_enn_cv.R | 5 +- R/lsm_c_enn_mn.R | 190 ++++----- R/lsm_c_enn_sd.R | 190 ++++----- R/lsm_c_frac_cv.R | 5 +- R/lsm_c_frac_mn.R | 172 ++++---- R/lsm_c_frac_sd.R | 178 ++++---- R/lsm_c_gyrate_cv.R | 5 +- R/lsm_c_gyrate_mn.R | 198 ++++----- R/lsm_c_gyrate_sd.R | 199 +++++---- R/lsm_c_iji.R | 2 +- R/lsm_c_lpi.R | 176 ++++---- R/lsm_c_lsi.R | 2 +- R/lsm_c_mesh.R | 192 ++++----- R/lsm_c_ndca.R | 190 ++++----- R/lsm_c_nlsi.R | 2 +- R/lsm_c_np.R | 2 +- R/lsm_c_pafrac.R | 2 +- R/lsm_c_para_cv.R | 5 +- R/lsm_c_para_mn.R | 172 ++++---- R/lsm_c_para_sd.R | 174 ++++---- R/lsm_c_pd.R | 2 +- R/lsm_c_pladj.R | 2 +- R/lsm_c_pland.R | 164 +++---- R/lsm_c_shape_cv.R | 5 +- R/lsm_c_shape_mn.R | 180 ++++---- R/lsm_c_shape_sd.R | 182 ++++---- R/lsm_c_split.R | 188 ++++----- R/lsm_c_tca.R | 184 ++++---- R/lsm_c_te.R | 2 +- R/lsm_l_ai.R | 2 +- R/lsm_l_area_cv.R | 5 +- R/lsm_l_area_mn.R | 176 ++++---- R/lsm_l_area_sd.R | 174 ++++---- R/lsm_l_cai_cv.R | 5 +- R/lsm_l_cai_mn.R | 194 ++++----- R/lsm_l_cai_sd.R | 198 ++++----- R/lsm_l_circle_cv.R | 2 +- R/lsm_l_circle_mn.R | 180 ++++---- R/lsm_l_circle_sd.R | 186 ++++---- R/lsm_l_cohesion.R | 2 +- R/lsm_l_condent.R | 2 +- R/lsm_l_contag.R | 2 +- R/lsm_l_contig_cv.R | 2 +- R/lsm_l_contig_mn.R | 188 ++++----- R/lsm_l_contig_sd.R | 190 ++++----- R/lsm_l_core_cv.R | 5 +- R/lsm_l_core_mn.R | 188 ++++----- R/lsm_l_core_sd.R | 190 ++++----- R/lsm_l_dcad.R | 210 ++++----- R/lsm_l_dcore_cv.R | 5 +- R/lsm_l_dcore_mn.R | 192 ++++----- R/lsm_l_dcore_sd.R | 196 ++++----- R/lsm_l_division.R | 182 ++++---- R/lsm_l_ed.R | 2 +- R/lsm_l_enn_cv.R | 5 +- R/lsm_l_enn_mn.R | 186 ++++---- R/lsm_l_enn_sd.R | 186 ++++---- R/lsm_l_ent.R | 2 +- R/lsm_l_frac_cv.R | 5 +- R/lsm_l_frac_mn.R | 176 ++++---- R/lsm_l_frac_sd.R | 176 ++++---- R/lsm_l_gyrate_cv.R | 5 +- R/lsm_l_gyrate_mn.R | 196 ++++----- R/lsm_l_gyrate_sd.R | 199 +++++---- R/lsm_l_iji.R | 2 +- R/lsm_l_joinent.R | 2 +- R/lsm_l_lpi.R | 170 ++++---- R/lsm_l_lsi.R | 2 +- R/lsm_l_mesh.R | 180 ++++---- R/lsm_l_msidi.R | 2 +- R/lsm_l_msiei.R | 172 ++++---- R/lsm_l_mutinf.R | 2 +- R/lsm_l_ndca.R | 190 ++++----- R/lsm_l_np.R | 154 +++---- R/lsm_l_pafrac.R | 2 +- R/lsm_l_para_cv.R | 5 +- R/lsm_l_para_mn.R | 2 +- R/lsm_l_para_sd.R | 172 ++++---- R/lsm_l_pd.R | 2 +- R/lsm_l_pladj.R | 2 +- R/lsm_l_pr.R | 134 +++--- R/lsm_l_prd.R | 168 ++++---- R/lsm_l_relmutinf.R | 2 +- R/lsm_l_rpr.R | 176 ++++---- R/lsm_l_shape_cv.R | 5 +- R/lsm_l_shape_mn.R | 178 ++++---- R/lsm_l_shape_sd.R | 178 ++++---- R/lsm_l_shdi.R | 160 +++---- R/lsm_l_shei.R | 174 ++++---- R/lsm_l_sidi.R | 164 +++---- R/lsm_l_siei.R | 168 ++++---- R/lsm_l_split.R | 176 ++++---- R/lsm_l_ta.R | 156 +++---- R/lsm_l_tca.R | 186 ++++---- R/lsm_l_te.R | 2 +- R/lsm_p_area.R | 2 +- R/lsm_p_cai.R | 2 +- R/lsm_p_circle.R | 2 +- R/lsm_p_contig.R | 2 +- R/lsm_p_core.R | 2 +- R/lsm_p_enn.R | 2 +- R/lsm_p_frac.R | 2 +- R/lsm_p_gyrate.R | 2 +- R/lsm_p_ncore.R | 2 +- R/lsm_p_para.R | 2 +- R/lsm_p_perim.R | 2 +- R/lsm_p_shape.R | 2 +- R/matrix_to_raster.R | 2 + R/pad_raster.R | 2 +- R/proj_info.R | 6 +- R/raster_to_points.R | 2 +- R/sample_lsm.R | 13 +- R/show_cores.R | 2 + R/show_correlation.R | 564 +++++++++++++------------ R/show_lsm.R | 2 + R/show_patches.R | 2 + R/spatialize_lsm.R | 2 +- R/tmp.R | 9 - R/unpad_raster.R | 2 +- R/zzz.R | 6 +- man/calculate_correlation.Rd | 2 +- man/calculate_lsm.Rd | 7 +- man/check_landscape.Rd | 6 +- man/data_info.Rd | 6 +- man/extract_lsm.Rd | 4 +- man/get_adjacencies.Rd | 1 + man/get_boundaries.Rd | 2 +- man/get_centroids.Rd | 2 +- man/get_circumscribingcircle.Rd | 4 +- man/get_nearestneighbour.Rd | 2 +- man/get_patches.Rd | 2 + man/get_unique_values.Rd | 2 + man/landscape_as_list.Rd | 2 +- man/landscapemetrics.Rd | 14 +- man/lsm_abbreviations_names.Rd | 2 +- man/lsm_c_ai.Rd | 2 +- man/lsm_c_area_cv.Rd | 5 +- man/lsm_c_area_mn.Rd | 2 +- man/lsm_c_area_sd.Rd | 2 +- man/lsm_c_ca.Rd | 2 +- man/lsm_c_cai_cv.Rd | 5 +- man/lsm_c_cai_mn.Rd | 2 +- man/lsm_c_cai_sd.Rd | 2 +- man/lsm_c_circle_cv.Rd | 2 +- man/lsm_c_circle_mn.Rd | 2 +- man/lsm_c_circle_sd.Rd | 2 +- man/lsm_c_clumpy.Rd | 2 +- man/lsm_c_cohesion.Rd | 2 +- man/lsm_c_contig_cv.Rd | 2 +- man/lsm_c_contig_mn.Rd | 2 +- man/lsm_c_contig_sd.Rd | 2 +- man/lsm_c_core_cv.Rd | 5 +- man/lsm_c_core_mn.Rd | 2 +- man/lsm_c_core_sd.Rd | 2 +- man/lsm_c_cpland.Rd | 2 +- man/lsm_c_dcad.Rd | 2 +- man/lsm_c_dcore_cv.Rd | 5 +- man/lsm_c_dcore_mn.Rd | 2 +- man/lsm_c_dcore_sd.Rd | 2 +- man/lsm_c_division.Rd | 2 +- man/lsm_c_ed.Rd | 2 +- man/lsm_c_enn_cv.Rd | 5 +- man/lsm_c_enn_mn.Rd | 2 +- man/lsm_c_enn_sd.Rd | 2 +- man/lsm_c_frac_cv.Rd | 5 +- man/lsm_c_frac_mn.Rd | 2 +- man/lsm_c_frac_sd.Rd | 2 +- man/lsm_c_gyrate_cv.Rd | 5 +- man/lsm_c_gyrate_mn.Rd | 2 +- man/lsm_c_gyrate_sd.Rd | 5 +- man/lsm_c_iji.Rd | 2 +- man/lsm_c_lpi.Rd | 2 +- man/lsm_c_lsi.Rd | 2 +- man/lsm_c_mesh.Rd | 2 +- man/lsm_c_ndca.Rd | 2 +- man/lsm_c_nlsi.Rd | 2 +- man/lsm_c_np.Rd | 2 +- man/lsm_c_pafrac.Rd | 2 +- man/lsm_c_para_cv.Rd | 5 +- man/lsm_c_para_mn.Rd | 2 +- man/lsm_c_para_sd.Rd | 2 +- man/lsm_c_pd.Rd | 2 +- man/lsm_c_pladj.Rd | 2 +- man/lsm_c_pland.Rd | 2 +- man/lsm_c_shape_cv.Rd | 5 +- man/lsm_c_shape_mn.Rd | 2 +- man/lsm_c_shape_sd.Rd | 2 +- man/lsm_c_split.Rd | 2 +- man/lsm_c_tca.Rd | 2 +- man/lsm_c_te.Rd | 2 +- man/lsm_l_ai.Rd | 2 +- man/lsm_l_area_cv.Rd | 5 +- man/lsm_l_area_mn.Rd | 2 +- man/lsm_l_area_sd.Rd | 2 +- man/lsm_l_cai_cv.Rd | 5 +- man/lsm_l_cai_mn.Rd | 2 +- man/lsm_l_cai_sd.Rd | 2 +- man/lsm_l_circle_cv.Rd | 2 +- man/lsm_l_circle_mn.Rd | 2 +- man/lsm_l_circle_sd.Rd | 2 +- man/lsm_l_cohesion.Rd | 2 +- man/lsm_l_condent.Rd | 2 +- man/lsm_l_contag.Rd | 2 +- man/lsm_l_contig_cv.Rd | 2 +- man/lsm_l_contig_mn.Rd | 2 +- man/lsm_l_contig_sd.Rd | 2 +- man/lsm_l_core_cv.Rd | 5 +- man/lsm_l_core_mn.Rd | 2 +- man/lsm_l_core_sd.Rd | 2 +- man/lsm_l_dcad.Rd | 2 +- man/lsm_l_dcore_cv.Rd | 5 +- man/lsm_l_dcore_mn.Rd | 2 +- man/lsm_l_dcore_sd.Rd | 2 +- man/lsm_l_division.Rd | 2 +- man/lsm_l_ed.Rd | 2 +- man/lsm_l_enn_cv.Rd | 5 +- man/lsm_l_enn_mn.Rd | 2 +- man/lsm_l_enn_sd.Rd | 2 +- man/lsm_l_ent.Rd | 2 +- man/lsm_l_frac_cv.Rd | 5 +- man/lsm_l_frac_mn.Rd | 2 +- man/lsm_l_frac_sd.Rd | 2 +- man/lsm_l_gyrate_cv.Rd | 5 +- man/lsm_l_gyrate_mn.Rd | 2 +- man/lsm_l_gyrate_sd.Rd | 5 +- man/lsm_l_iji.Rd | 2 +- man/lsm_l_joinent.Rd | 2 +- man/lsm_l_lpi.Rd | 2 +- man/lsm_l_lsi.Rd | 2 +- man/lsm_l_mesh.Rd | 2 +- man/lsm_l_msidi.Rd | 2 +- man/lsm_l_msiei.Rd | 2 +- man/lsm_l_mutinf.Rd | 2 +- man/lsm_l_ndca.Rd | 2 +- man/lsm_l_np.Rd | 2 +- man/lsm_l_pafrac.Rd | 2 +- man/lsm_l_para_cv.Rd | 5 +- man/lsm_l_para_mn.Rd | 2 +- man/lsm_l_para_sd.Rd | 2 +- man/lsm_l_pd.Rd | 2 +- man/lsm_l_pladj.Rd | 2 +- man/lsm_l_pr.Rd | 2 +- man/lsm_l_prd.Rd | 2 +- man/lsm_l_relmutinf.Rd | 2 +- man/lsm_l_rpr.Rd | 2 +- man/lsm_l_shape_cv.Rd | 5 +- man/lsm_l_shape_mn.Rd | 2 +- man/lsm_l_shape_sd.Rd | 2 +- man/lsm_l_shdi.Rd | 2 +- man/lsm_l_shei.Rd | 2 +- man/lsm_l_sidi.Rd | 2 +- man/lsm_l_siei.Rd | 2 +- man/lsm_l_split.Rd | 2 +- man/lsm_l_ta.Rd | 2 +- man/lsm_l_tca.Rd | 2 +- man/lsm_l_te.Rd | 2 +- man/lsm_p_area.Rd | 2 +- man/lsm_p_cai.Rd | 2 +- man/lsm_p_circle.Rd | 2 +- man/lsm_p_contig.Rd | 2 +- man/lsm_p_core.Rd | 2 +- man/lsm_p_enn.Rd | 2 +- man/lsm_p_frac.Rd | 2 +- man/lsm_p_gyrate.Rd | 2 +- man/lsm_p_ncore.Rd | 2 +- man/lsm_p_para.Rd | 2 +- man/lsm_p_perim.Rd | 2 +- man/lsm_p_shape.Rd | 2 +- man/matrix_to_raster.Rd | 2 + man/pad_raster.Rd | 2 +- man/proj_info.Rd | 6 +- man/raster_to_points.Rd | 2 +- man/sample_lsm.Rd | 13 +- man/show_cores.Rd | 2 + man/show_correlation.Rd | 2 + man/show_lsm.Rd | 2 + man/show_patches.Rd | 2 + man/spatialize_lsm.Rd | 2 +- man/unpad_raster.Rd | 2 +- tests/testthat/helper-points.R | 8 +- tests/testthat/test-check-landscape.R | 8 +- tests/testthat/test-show-correlation.R | 118 +++--- 324 files changed, 7419 insertions(+), 7466 deletions(-) delete mode 100644 R/tmp.R diff --git a/DESCRIPTION b/DESCRIPTION index a64da09df..2f7e1d0ec 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -39,13 +39,10 @@ Authors@R: c(person("Maximilian H.K.", "Hesselbarth", Maintainer: Maximilian H.K. Hesselbarth Description: Calculates landscape metrics for categorical landscape patterns in a tidy workflow. 'landscapemetrics' reimplements the most common metrics from - 'FRAGSTATS' () - and new ones from the current literature on landscape metrics. - This package supports 'raster' spatial objects and takes - RasterLayer, RasterStacks, RasterBricks or lists of RasterLayer from the - 'raster' package as input arguments. It further provides utility functions - to visualize patches, select metrics and building blocks to develop new - metrics. + 'FRAGSTATS' () and new ones from the current + literature on landscape metrics. This package supports 'terra' SpatRaster objects + as input arguments. It further provides utility functionn to visualize patches, + select metrics and building blocks to develop new metrics. License: GPL-3 URL: https://r-spatialecology.github.io/landscapemetrics/ BugReports: https://github.com/r-spatialecology/landscapemetrics/issues @@ -64,7 +61,6 @@ Suggests: covr, dplyr, knitr, - raster, rmarkdown, testthat Enhances: diff --git a/R/calculate_correlation.R b/R/calculate_correlation.R index 432797d3a..0c3507f19 100644 --- a/R/calculate_correlation.R +++ b/R/calculate_correlation.R @@ -1,157 +1,157 @@ -#' Calculate correlation -#' -#' @description Calculate correlation -#' -#' @param metrics Tibble with results of as returned by the landscapemetrics package. -#' @param method Type of correlation. See \code{link{cor}} for details. -#' @param diag If FALSE, values on the diagonal will be NA. -#' @param simplify If TRUE and only one level is present, only a tibble is returned. -#' -#' @details The functions calculates the correlation between all metrics. In order to calculate correlations, -#' for the landscape level more than one landscape needs to be present. All input -#' must be structured as returned by the **landscapemetrics** package. -#' -#' @return list -#' -#' @examples -#' metrics <- calculate_lsm(landscape, what = c("patch", "class")) -#' calculate_correlation(metrics, method = "pearson") -#' -#' @aliases calculate_correlation -#' @rdname calculate_correlation -#' -#' @export -calculate_correlation <- function(metrics, method = "pearson", - diag = TRUE, simplify = FALSE) { - - # get all present levels - present_levels <- unique(metrics$level) - - # patch level present - if ("patch" %in% present_levels) { - - # which rows are patch level - patch_index <- which(metrics$level == "patch") - - # get rows with patch level - metrics_patch <- metrics[patch_index, ] - - # check of more than one metric is present - if (length(unique(metrics_patch$metric)) == 1) { - stop("Please provide input with more than one metric.", call. = FALSE) - } - - # bring to long format - metrics_patch_wide <- stats::xtabs(value ~ id + metric, - data = metrics_patch[, c(4:6)]) - - # get correlation - correlation_matrix_patch <- stats::cor(metrics_patch_wide, - method = method) - - # only upper triangle and diag according to seeting - correlation_matrix_patch[upper.tri(correlation_matrix_patch, - diag = !diag)] <- NA - - # reformat to data frame - correlation_matrix_patch_df <- data.frame( - metric_1 = rownames(correlation_matrix_patch)[row(correlation_matrix_patch)], - metric_2 = colnames(correlation_matrix_patch)[col(correlation_matrix_patch)], - value = c(correlation_matrix_patch)) - - # only complete cases - patch <- tibble::as_tibble(correlation_matrix_patch_df[stats::complete.cases(correlation_matrix_patch_df), ]) - } - - # class level metrics - if ("class" %in% present_levels) { - - # which rows are class level - class_index <- which(metrics$level == "class") - - # get rows - metrics_class <- metrics[class_index, ] - - # check if more than one metric is present - if (length(unique(metrics_class$metric)) == 1) { - stop("Please provide input with more than one metric.", call. = FALSE) - } - - # reshape to long format - metrics_class_wide <- stats::xtabs(value ~ class + metric, - data = metrics_class[, c(3, 5:6)]) - - # get correlation - correlation_matrix_class <- stats::cor(metrics_class_wide, - method = method) - - # only lower triangle and diag according to setting - correlation_matrix_class[upper.tri(correlation_matrix_class, diag = !diag)] <- NA - - # reshape to long format - correlation_matrix_class_df <- data.frame( - metric_1 = rownames(correlation_matrix_class)[row(correlation_matrix_class)], - metric_2 = colnames(correlation_matrix_class)[col(correlation_matrix_class)], - value = c(correlation_matrix_class)) - - # only complete cases - class <- tibble::as_tibble(correlation_matrix_class_df[stats::complete.cases(correlation_matrix_class_df), ]) - } - - # landscape - if ("landscape" %in% present_levels) { - - # which rows are landscape level - landscape_index <- which(metrics$level == "landscape") - - # get rows - metrics_landscape <- metrics[landscape_index, ] - - # check if more than one layer is present - if (length(unique(metrics_landscape$layer)) == 1) { - stop("Correlation on landscape level only possible for several landscapes.", call. = FALSE) - } else { - if (length(unique(metrics_landscape$metric)) == 1) { - stop("Please provide input with more than one metric.", call. = FALSE) - } - - # reshape to wide format - metrics_landscape_wide <- stats::xtabs(value ~ layer + metric, - data = metrics_landscape[, c(1, 5:6)]) - - # get correlation - correlation_matrix_landscape <- stats::cor(metrics_landscape_wide, method = method) - - # only upper triangle and diag according to setting - correlation_matrix_landscape[upper.tri(correlation_matrix_landscape, diag = !diag)] <- NA - - # save in data frame - correlation_matrix_landscape_df <- data.frame( - metric_1 = rownames(correlation_matrix_landscape)[row(correlation_matrix_landscape)], - metric_2 = colnames(correlation_matrix_landscape)[col(correlation_matrix_landscape)], - value = c(correlation_matrix_landscape)) - - # only complete casses - landscape <- tibble::as_tibble(correlation_matrix_landscape_df[stats::complete.cases(correlation_matrix_landscape_df), ]) - } - } - - # get all present levels - correlation_list <- mget(x = c("patch", "class", "landscape"), - ifnotfound = list(NA)) - - # remove non-present levels - correlation_list <- correlation_list[!is.na(correlation_list)] - - # only return tibble if possible - if (simplify) { - - if (length(correlation_list) == 1 ) { - correlation_list <- correlation_list[[1]] - } else{ - warning("Simplifying only possible if one level is present.", call. = FALSE) - } - } - - return(correlation_list) -} +#' Calculate correlation +#' +#' @description Calculate correlation +#' +#' @param metrics Tibble with results of as returned by the landscapemetrics package. +#' @param method Type of correlation. See \code{link{cor}} for details. +#' @param diag If FALSE, values on the diagonal will be NA. +#' @param simplify If TRUE and only one level is present, only a tibble is returned. +#' +#' @details The functions calculates the correlation between all metrics. In order to calculate correlations, +#' for the landscape level more than one landscape needs to be present. All input +#' must be structured as returned by the **landscapemetrics** package. +#' +#' @return list +#' +#' @examples +#' metrics <- calculate_lsm(terra::unwrap(landscape), what = c("patch", "class")) +#' calculate_correlation(metrics, method = "pearson") +#' +#' @aliases calculate_correlation +#' @rdname calculate_correlation +#' +#' @export +calculate_correlation <- function(metrics, method = "pearson", + diag = TRUE, simplify = FALSE) { + + # get all present levels + present_levels <- unique(metrics$level) + + # patch level present + if ("patch" %in% present_levels) { + + # which rows are patch level + patch_index <- which(metrics$level == "patch") + + # get rows with patch level + metrics_patch <- metrics[patch_index, ] + + # check of more than one metric is present + if (length(unique(metrics_patch$metric)) == 1) { + stop("Please provide input with more than one metric.", call. = FALSE) + } + + # bring to long format + metrics_patch_wide <- stats::xtabs(value ~ id + metric, + data = metrics_patch[, c(4:6)]) + + # get correlation + correlation_matrix_patch <- stats::cor(metrics_patch_wide, + method = method) + + # only upper triangle and diag according to seeting + correlation_matrix_patch[upper.tri(correlation_matrix_patch, + diag = !diag)] <- NA + + # reformat to data frame + correlation_matrix_patch_df <- data.frame( + metric_1 = rownames(correlation_matrix_patch)[row(correlation_matrix_patch)], + metric_2 = colnames(correlation_matrix_patch)[col(correlation_matrix_patch)], + value = c(correlation_matrix_patch)) + + # only complete cases + patch <- tibble::as_tibble(correlation_matrix_patch_df[stats::complete.cases(correlation_matrix_patch_df), ]) + } + + # class level metrics + if ("class" %in% present_levels) { + + # which rows are class level + class_index <- which(metrics$level == "class") + + # get rows + metrics_class <- metrics[class_index, ] + + # check if more than one metric is present + if (length(unique(metrics_class$metric)) == 1) { + stop("Please provide input with more than one metric.", call. = FALSE) + } + + # reshape to long format + metrics_class_wide <- stats::xtabs(value ~ class + metric, + data = metrics_class[, c(3, 5:6)]) + + # get correlation + correlation_matrix_class <- stats::cor(metrics_class_wide, + method = method) + + # only lower triangle and diag according to setting + correlation_matrix_class[upper.tri(correlation_matrix_class, diag = !diag)] <- NA + + # reshape to long format + correlation_matrix_class_df <- data.frame( + metric_1 = rownames(correlation_matrix_class)[row(correlation_matrix_class)], + metric_2 = colnames(correlation_matrix_class)[col(correlation_matrix_class)], + value = c(correlation_matrix_class)) + + # only complete cases + class <- tibble::as_tibble(correlation_matrix_class_df[stats::complete.cases(correlation_matrix_class_df), ]) + } + + # landscape + if ("landscape" %in% present_levels) { + + # which rows are landscape level + landscape_index <- which(metrics$level == "landscape") + + # get rows + metrics_landscape <- metrics[landscape_index, ] + + # check if more than one layer is present + if (length(unique(metrics_landscape$layer)) == 1) { + stop("Correlation on landscape level only possible for several landscapes.", call. = FALSE) + } else { + if (length(unique(metrics_landscape$metric)) == 1) { + stop("Please provide input with more than one metric.", call. = FALSE) + } + + # reshape to wide format + metrics_landscape_wide <- stats::xtabs(value ~ layer + metric, + data = metrics_landscape[, c(1, 5:6)]) + + # get correlation + correlation_matrix_landscape <- stats::cor(metrics_landscape_wide, method = method) + + # only upper triangle and diag according to setting + correlation_matrix_landscape[upper.tri(correlation_matrix_landscape, diag = !diag)] <- NA + + # save in data frame + correlation_matrix_landscape_df <- data.frame( + metric_1 = rownames(correlation_matrix_landscape)[row(correlation_matrix_landscape)], + metric_2 = colnames(correlation_matrix_landscape)[col(correlation_matrix_landscape)], + value = c(correlation_matrix_landscape)) + + # only complete casses + landscape <- tibble::as_tibble(correlation_matrix_landscape_df[stats::complete.cases(correlation_matrix_landscape_df), ]) + } + } + + # get all present levels + correlation_list <- mget(x = c("patch", "class", "landscape"), + ifnotfound = list(NA)) + + # remove non-present levels + correlation_list <- correlation_list[!is.na(correlation_list)] + + # only return tibble if possible + if (simplify) { + + if (length(correlation_list) == 1 ) { + correlation_list <- correlation_list[[1]] + } else{ + warning("Simplifying only possible if one level is present.", call. = FALSE) + } + } + + return(correlation_list) +} diff --git a/R/calculate_lsm.R b/R/calculate_lsm.R index 5bf417970..5e0c6eca8 100644 --- a/R/calculate_lsm.R +++ b/R/calculate_lsm.R @@ -45,9 +45,10 @@ #' #' @examples #' \dontrun{ -#' calculate_lsm(landscape, progress = TRUE) -#' calculate_lsm(landscape, what = c("patch", "lsm_c_te", "lsm_l_pr")) -#' calculate_lsm(landscape, level = c("class", "landscape"), type = "aggregation metric") +#' calculate_lsm(terra::unwrap(landscape), progress = TRUE) +#' calculate_lsm(terra::unwrap(landscape), what = c("patch", "lsm_c_te", "lsm_l_pr")) +#' calculate_lsm(terra::unwrap(landscape), level = c("class", "landscape"), +#' type = "aggregation metric") #' } #' #' @aliases calculate_lsm diff --git a/R/check_landscape.R b/R/check_landscape.R index 3f3755032..8eeccebf4 100644 --- a/R/check_landscape.R +++ b/R/check_landscape.R @@ -15,9 +15,9 @@ #' @return tibble #' #' @examples -#' check_landscape(augusta_nlcd) -#' check_landscape(podlasie_ccilc) -#' check_landscape(c(landscape, landscape)) +#' check_landscape(terra::unwrap(augusta_nlcd)) +#' check_landscape(terra::unwrap(podlasie_ccilc)) +#' check_landscape(c(terra::unwrap(landscape), terra::unwrap(landscape))) #' #' @aliases check_landscape #' @rdname check_landscape @@ -65,7 +65,7 @@ check_landscape_calc <- function(landscape, verbose) { no = ifelse(test = info$class_ok == "notok" || info$units_ok == "notok", yes = cli::symbol$cross, no = ifelse(test = info$class_ok == "maybe" || info$units_ok == "maybe" || info$n_classes_ok == "maybe", - yes = cli::symbol$circle_question_mark, + yes = cli::symbol$fancy_question_mark, no = NA))) info <- info[, c("crs", "units", "class", "n_classes", "OK")] diff --git a/R/data.R b/R/data.R index 3aa7898f6..75100c39b 100644 --- a/R/data.R +++ b/R/data.R @@ -1,125 +1,125 @@ -#' Example map (random cluster neutral landscape model). -#' -#' An example map to show landscapetools functionality -#' generated with the `nlm_randomcluster()` algorithm. -#' -#' @format A raster layer object. -#' @source Simulated neutral landscape model with R. https://github.com/ropensci/NLMR/ -"landscape" - -#' Augusta NLCD 2011 -#' -#' A real landscape of area near Augusta, Georgia obtained from the National -#' Land Cover Database (NLCD) -#' -#' @format A raster layer object. -#' @source https://www.mrlc.gov/nlcd2011.php -#' @references Homer, C.G., Dewitz, J.A., Yang, L., Jin, S., Danielson, P., Xian, G., Coulston, J., Herold, N.D., Wickham, J.D., and Megown, K., 2015, Completion of the 2011 National Land Cover Database for the conterminous United States-Representing a decade of land cover change information. Photogrammetric Engineering and Remote Sensing, v. 81, no. 5, p. 345-354 -"augusta_nlcd" - -#' Podlasie ESA CCI LC -#' -#' A real landscape of the Podlasie region in Poland from the ESA CCI Land -#' Cover -#' -#' @format A raster layer object. -#' @source http://maps.elie.ucl.ac.be/CCI/viewer/ -"podlasie_ccilc" - -#' Fragstats results for landscapemetrics::landscape (patch level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on patch -#' level. -#' -#' @format A tibble object. -"fragstats_patch_landscape" - -#' Fragstats results for landscapemetrics::augusta_nlcd (patch level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on patch -#' level. -#' -#' @format A tibble object. -"fragstats_patch_augusta_nlcd" - -#' Fragstats results for landscapemetrics::podlasie (patch level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on patch -#' level. -#' -#' @format A tibble object. -"fragstats_patch_podlasie" - -#' Fragstats results for landscapemetrics::landscape (class level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on class -#' level. -#' -#' @format A tibble object. -"fragstats_class_landscape" - -#' Fragstats results for landscapemetrics::augusta_nlcd (class level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on class -#' level. -#' -#' @format A tibble object. -"fragstats_class_augusta_nlcd" - -#' Fragstats results for landscapemetrics::podlasie (class level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on class -#' level. -#' -#' @format A tibble object. -"fragstats_class_podlasie" - - -#' Fragstats results for landscapemetrics::landscape (landscape level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on landscape -#' level. -#' -#' @format A tibble object. -"fragstats_landscape_landscape" - -#' Fragstats results for landscapemetrics::augusta_nlcd (landscape level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on landscape -#' level. -#' -#' @format A tibble object. -"fragstats_landscape_augusta_nlcd" - -#' Fragstats results for landscapemetrics::podlasie_ccilc (landscape level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on landscape -#' level. -#' -#' @format A tibble object. -"fragstats_landscape_podlasie" - -#' Tibble of abbreviations coming from FRAGSTATS -#' -#' A single tibble for every abbreviation of every metric that is -#' reimplemented in landscapemetrics and its corresponding full name -#' in the literature. -#' -#' Can be used after calculating the metric(s) with a join to have -#' a more readable results tibble or for visualizing your results. -#' -#' @examples -#' patch_area <- lsm_p_area(landscape) -#' patch_area <- merge(x = patch_area, y = lsm_abbreviations_names, by = c("level", "metric")) -#' -#' @format A tibble object. -"lsm_abbreviations_names" +#' Example map (random cluster neutral landscape model). +#' +#' An example map to show landscapetools functionality +#' generated with the `nlm_randomcluster()` algorithm. +#' +#' @format A raster layer object. +#' @source Simulated neutral landscape model with R. https://github.com/ropensci/NLMR/ +"landscape" + +#' Augusta NLCD 2011 +#' +#' A real landscape of area near Augusta, Georgia obtained from the National +#' Land Cover Database (NLCD) +#' +#' @format A raster layer object. +#' @source https://www.mrlc.gov/nlcd2011.php +#' @references Homer, C.G., Dewitz, J.A., Yang, L., Jin, S., Danielson, P., Xian, G., Coulston, J., Herold, N.D., Wickham, J.D., and Megown, K., 2015, Completion of the 2011 National Land Cover Database for the conterminous United States-Representing a decade of land cover change information. Photogrammetric Engineering and Remote Sensing, v. 81, no. 5, p. 345-354 +"augusta_nlcd" + +#' Podlasie ESA CCI LC +#' +#' A real landscape of the Podlasie region in Poland from the ESA CCI Land +#' Cover +#' +#' @format A raster layer object. +#' @source http://maps.elie.ucl.ac.be/CCI/viewer/ +"podlasie_ccilc" + +#' Fragstats results for landscapemetrics::landscape (patch level) +#' +#' A single tibble for every spatial dataset included in landscapemetrics +#' that contains the FRAGSTAT results for every implemented metric on patch +#' level. +#' +#' @format A tibble object. +"fragstats_patch_landscape" + +#' Fragstats results for landscapemetrics::augusta_nlcd (patch level) +#' +#' A single tibble for every spatial dataset included in landscapemetrics +#' that contains the FRAGSTAT results for every implemented metric on patch +#' level. +#' +#' @format A tibble object. +"fragstats_patch_augusta_nlcd" + +#' Fragstats results for landscapemetrics::podlasie (patch level) +#' +#' A single tibble for every spatial dataset included in landscapemetrics +#' that contains the FRAGSTAT results for every implemented metric on patch +#' level. +#' +#' @format A tibble object. +"fragstats_patch_podlasie" + +#' Fragstats results for landscapemetrics::landscape (class level) +#' +#' A single tibble for every spatial dataset included in landscapemetrics +#' that contains the FRAGSTAT results for every implemented metric on class +#' level. +#' +#' @format A tibble object. +"fragstats_class_landscape" + +#' Fragstats results for landscapemetrics::augusta_nlcd (class level) +#' +#' A single tibble for every spatial dataset included in landscapemetrics +#' that contains the FRAGSTAT results for every implemented metric on class +#' level. +#' +#' @format A tibble object. +"fragstats_class_augusta_nlcd" + +#' Fragstats results for landscapemetrics::podlasie (class level) +#' +#' A single tibble for every spatial dataset included in landscapemetrics +#' that contains the FRAGSTAT results for every implemented metric on class +#' level. +#' +#' @format A tibble object. +"fragstats_class_podlasie" + + +#' Fragstats results for landscapemetrics::landscape (landscape level) +#' +#' A single tibble for every spatial dataset included in landscapemetrics +#' that contains the FRAGSTAT results for every implemented metric on landscape +#' level. +#' +#' @format A tibble object. +"fragstats_landscape_landscape" + +#' Fragstats results for landscapemetrics::augusta_nlcd (landscape level) +#' +#' A single tibble for every spatial dataset included in landscapemetrics +#' that contains the FRAGSTAT results for every implemented metric on landscape +#' level. +#' +#' @format A tibble object. +"fragstats_landscape_augusta_nlcd" + +#' Fragstats results for landscapemetrics::podlasie_ccilc (landscape level) +#' +#' A single tibble for every spatial dataset included in landscapemetrics +#' that contains the FRAGSTAT results for every implemented metric on landscape +#' level. +#' +#' @format A tibble object. +"fragstats_landscape_podlasie" + +#' Tibble of abbreviations coming from FRAGSTATS +#' +#' A single tibble for every abbreviation of every metric that is +#' reimplemented in landscapemetrics and its corresponding full name +#' in the literature. +#' +#' Can be used after calculating the metric(s) with a join to have +#' a more readable results tibble or for visualizing your results. +#' +#' @examples +#' patch_area <- lsm_p_area(terra::unwrap(landscape)) +#' patch_area <- merge(x = patch_area, y = lsm_abbreviations_names, by = c("level", "metric")) +#' +#' @format A tibble object. +"lsm_abbreviations_names" diff --git a/R/data_info.R b/R/data_info.R index 5999923af..7b8e37be1 100644 --- a/R/data_info.R +++ b/R/data_info.R @@ -10,9 +10,9 @@ #' @return raster #' #' @examples -#' data_info(landscape) -#' data_info(augusta_nlcd) -#' data_info(podlasie_ccilc) +#' data_info(terra::unwrap(landscape)) +#' data_info(terra::unwrap(augusta_nlcd)) +#' data_info(terra::unwrap(podlasie_ccilc)) #' #' @aliases data_info #' @rdname data_info diff --git a/R/extract_lsm.R b/R/extract_lsm.R index 18b1adafe..4acc51e86 100644 --- a/R/extract_lsm.R +++ b/R/extract_lsm.R @@ -31,8 +31,8 @@ #' #' @examples #' points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) -#' extract_lsm(landscape, y = points) -#' extract_lsm(landscape, y = points, type = "aggregation metric") +#' extract_lsm(terra::unwrap(landscape), y = points) +#' extract_lsm(terra::unwrap(landscape), y = points, type = "aggregation metric") #' #' \dontrun{ #' # use lines diff --git a/R/get_adjacencies.R b/R/get_adjacencies.R index 35d8a65ea..05030b53d 100644 --- a/R/get_adjacencies.R +++ b/R/get_adjacencies.R @@ -26,6 +26,7 @@ #' @return matrix with adjacencies between classes in a raster and between cells from the same class. #' #' @examples +#' landscape <- terra::unwrap(landscape) #' # calculate full adjacency matrix #' get_adjacencies(landscape, 4) #' diff --git a/R/get_boundaries.R b/R/get_boundaries.R index 913c32238..fa08c6cde 100644 --- a/R/get_boundaries.R +++ b/R/get_boundaries.R @@ -20,7 +20,7 @@ #' @return List with RasterLayer or matrix #' #' @examples -#' class_1 <- get_patches(landscape, class = 1)[[1]] +#' class_1 <- get_patches(terra::unwrap(landscape), class = 1)[[1]][[1]] #' #' get_boundaries(class_1) #' get_boundaries(class_1, return_raster = FALSE) diff --git a/R/get_centroids.R b/R/get_centroids.R index 8735aa92e..9f59e0f8c 100644 --- a/R/get_centroids.R +++ b/R/get_centroids.R @@ -18,7 +18,7 @@ #' #' @examples #' # get centroid location -#' get_centroids(landscape) +#' get_centroids(terra::unwrap(landscape)) #' #' @aliases get_centroids #' @rdname get_centroids diff --git a/R/get_circumscribingcircle.R b/R/get_circumscribingcircle.R index d18413e60..0bbedbe52 100644 --- a/R/get_circumscribingcircle.R +++ b/R/get_circumscribingcircle.R @@ -17,10 +17,10 @@ #' #' @examples #' # get circle around each patch -#' get_circumscribingcircle(landscape) +#' get_circumscribingcircle(terra::unwrap(landscape)) #' #' # get circle around whole class -#' get_circumscribingcircle(landscape, level = "class") +#' get_circumscribingcircle(terra::unwrap(landscape), level = "class") #' #' @aliases get_circumscribingcircle #' @rdname get_circumscribingcircle diff --git a/R/get_nearestneighbour.R b/R/get_nearestneighbour.R index 09b61c373..ca5ca28d8 100644 --- a/R/get_nearestneighbour.R +++ b/R/get_nearestneighbour.R @@ -18,7 +18,7 @@ #' #' @examples #' # get patches for class 1 -#' class_1 <- get_patches(landscape, class = 2)[[1]][[1]] +#' class_1 <- get_patches(terra::unwrap(landscape), class = 2)[[1]][[1]] #' #' # calculate the distance between patches #' get_nearestneighbour(class_1) diff --git a/R/get_patches.R b/R/get_patches.R index 139745747..17136515e 100644 --- a/R/get_patches.R +++ b/R/get_patches.R @@ -34,6 +34,8 @@ #' @return List #' #' @examples +#' landscape <- terra::unwrap(landscape) +#' #' # check for patches of class 1 #' patched_raster <- get_patches(landscape, class = 1) #' diff --git a/R/get_unique_values.R b/R/get_unique_values.R index 490518538..f7e0821c6 100644 --- a/R/get_unique_values.R +++ b/R/get_unique_values.R @@ -11,6 +11,8 @@ #' Fast and memory friendly Rcpp implementation to find the unique values of an object. #' #' @examples +#' landscape <- terra::unwrap(landscape) +#' #' get_unique_values(landscape) #' #' landscape_stack <- c(landscape, landscape, landscape) diff --git a/R/landscape_as_list.R b/R/landscape_as_list.R index 21e4fa478..b626e0323 100644 --- a/R/landscape_as_list.R +++ b/R/landscape_as_list.R @@ -9,7 +9,7 @@ #' @return list #' #' @examples -#' landscape_as_list(c(landscape, landscape)) +#' landscape_as_list(c(terra::unwrap(landscape), terra::unwrap(landscape))) #' #' @aliases landscape_as_list #' @rdname landscape_as_list diff --git a/R/landscapemetrics-package.R b/R/landscapemetrics-package.R index 0d17b1f8e..a468a9818 100644 --- a/R/landscapemetrics-package.R +++ b/R/landscapemetrics-package.R @@ -1,53 +1,51 @@ -#' @title landscapemetrics -#' -#' @description -#' Calculates landscape metrics for categorical landscape patterns in -#' a tidy workflow. 'landscapemetrics' reimplements the most common metrics from -#' FRAGSTATS and new ones from the current literature on landscape metrics. -#' This package supports raster spatial objects and takes -#' RasterLayer, RasterStacks, RasterBricks or lists of RasterLayer from the -#' 'raster' package as input arguments. It further provides utility functions -#' to visualize patches, select metrics and building blocks to develop new -#' metrics. -#' -#' @name landscapemetrics -#' @docType package -#' @useDynLib landscapemetrics -#' @importFrom Rcpp sourceCpp -#' @keywords internal -"_PACKAGE" - -globalVariables(c("class_name", - "class.get_patches", - "count", - "crs", - "dist", - "extract_id", - "function_name", - "global", - "id", - "label", - "landscape", - "lsm_abbreviations_names", - "layer", - "layer2", - "level", - "metric", - "metric_new", - "metric_1", - "metric_2", - "minp", - "n", - "name", - "n_classes", - "OK", - "patch_id", - "raster_sample_plots", - "type", - "unpad_raster_value", - "value", - "values", - "x", - "x_centroid", - "y", - "y_centroid")) +#' @title landscapemetrics +#' +#' @description +#' Calculates landscape metrics for categorical landscape patterns in a tidy workflow. +#' 'landscapemetrics' reimplements the most common metrics from 'FRAGSTATS' () +#' and new ones from the current literature on landscape metrics. This package +#' supports 'terra' SpatRaster objects as input arguments. It further provides +#' utility functionn to visualize patches, select metrics and building blocks to +#' develop new metrics. +#' +#' @name landscapemetrics +#' @docType package +#' @useDynLib landscapemetrics +#' @importFrom Rcpp sourceCpp +#' @keywords internal +"_PACKAGE" + +globalVariables(c("class_name", + "class.get_patches", + "count", + "crs", + "dist", + "extract_id", + "function_name", + "global", + "id", + "label", + "landscape", + "lsm_abbreviations_names", + "layer", + "layer2", + "level", + "metric", + "metric_new", + "metric_1", + "metric_2", + "minp", + "n", + "name", + "n_classes", + "OK", + "patch_id", + "raster_sample_plots", + "type", + "unpad_raster_value", + "value", + "values", + "x", + "x_centroid", + "y", + "y_centroid")) diff --git a/R/lsm_c_ai.R b/R/lsm_c_ai.R index ea32ac9ac..596ec13b7 100644 --- a/R/lsm_c_ai.R +++ b/R/lsm_c_ai.R @@ -25,7 +25,7 @@ #' \code{\link{lsm_l_ai}} #' #' @examples -#' lsm_c_ai(landscape) +#' lsm_c_ai(terra::unwrap(landscape)) #' #' @aliases lsm_c_ai #' @rdname lsm_c_ai diff --git a/R/lsm_c_area_cv.R b/R/lsm_c_area_cv.R index 5d9c5994d..72adf7780 100644 --- a/R/lsm_c_area_cv.R +++ b/R/lsm_c_area_cv.R @@ -20,8 +20,7 @@ #' Increases, without limit, as the variation of patch areas increases.} #' #' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{cv}}, \cr +#' \code{\link{lsm_p_area}}, \cr #' \code{\link{lsm_c_area_mn}}, #' \code{\link{lsm_c_area_sd}}, \cr #' \code{\link{lsm_l_area_mn}}, @@ -31,7 +30,7 @@ #' @return tibble #' #' @examples -#' lsm_c_area_cv(landscape) +#' lsm_c_area_cv(terra::unwrap(landscape)) #' #' @aliases lsm_c_area_cv #' @rdname lsm_c_area_cv diff --git a/R/lsm_c_area_mn.R b/R/lsm_c_area_mn.R index e3dbd6f9a..c04f79c8d 100644 --- a/R/lsm_c_area_mn.R +++ b/R/lsm_c_area_mn.R @@ -1,86 +1,86 @@ -#' AREA_MN (class level) -#' -#' @description Mean of patch area (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{AREA_{MN} = mean(AREA[patch_{ij}])} -#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares -#' -#' AREA_MN is an 'Area and Edge metric'. The metric summarises each class -#' as the mean of all patch areas belonging to class i. The metric is a simple way -#' to describe the composition of the landscape. Especially together with the total -#' class area (\code{\link{lsm_c_ca}}), it can also give an an idea of patch structure -#' (e.g. many small patches vs. few larges patches). -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{AREA_MN > 0} -#' \subsection{Behaviour}{Approaches AREA_MN = 0 if all patches are small. Increases, without -#' limit, as the patch areas increase.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_area_cv}}, -#' \code{\link{lsm_c_area_sd}}, \cr -#' \code{\link{lsm_l_area_mn}}, -#' \code{\link{lsm_l_area_sd}}, -#' \code{\link{lsm_l_area_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_area_mn(landscape) -#' -#' @aliases lsm_c_area_mn -#' @rdname lsm_c_area_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_area_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_area_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_area_mn_calc <- function(landscape, directions, resolution = NULL){ - - # get area of patches - area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(area$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "area_mn", - value = as.double(NA))) - } - - # calculate mean - area_mean <- stats::aggregate(area[, 5], by = area[, 2], FUN = mean) - - return(tibble::tibble(level = "class", - class = as.integer(area_mean$class), - id = as.integer(NA), - metric = "area_mn", - value = as.double(area_mean$value))) -} +#' AREA_MN (class level) +#' +#' @description Mean of patch area (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{AREA_{MN} = mean(AREA[patch_{ij}])} +#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares +#' +#' AREA_MN is an 'Area and Edge metric'. The metric summarises each class +#' as the mean of all patch areas belonging to class i. The metric is a simple way +#' to describe the composition of the landscape. Especially together with the total +#' class area (\code{\link{lsm_c_ca}}), it can also give an an idea of patch structure +#' (e.g. many small patches vs. few larges patches). +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{AREA_MN > 0} +#' \subsection{Behaviour}{Approaches AREA_MN = 0 if all patches are small. Increases, without +#' limit, as the patch areas increase.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_area_cv}}, +#' \code{\link{lsm_c_area_sd}}, \cr +#' \code{\link{lsm_l_area_mn}}, +#' \code{\link{lsm_l_area_sd}}, +#' \code{\link{lsm_l_area_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_area_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_area_mn +#' @rdname lsm_c_area_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_area_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_area_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_area_mn_calc <- function(landscape, directions, resolution = NULL){ + + # get area of patches + area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(area$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "area_mn", + value = as.double(NA))) + } + + # calculate mean + area_mean <- stats::aggregate(area[, 5], by = area[, 2], FUN = mean) + + return(tibble::tibble(level = "class", + class = as.integer(area_mean$class), + id = as.integer(NA), + metric = "area_mn", + value = as.double(area_mean$value))) +} diff --git a/R/lsm_c_area_sd.R b/R/lsm_c_area_sd.R index ddfde8a15..f79daa540 100644 --- a/R/lsm_c_area_sd.R +++ b/R/lsm_c_area_sd.R @@ -1,86 +1,86 @@ -#' AREA_SD (class level) -#' -#' @description Standard deviation of patch area (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{AREA_{SD} = sd(AREA[patch_{ij}])} -#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. -#' -#' AREA_SD is an 'Area and Edge metric'. The metric summarises each class -#' as the standard deviation of all patch areas belonging to class i. -#' The metric describes the differences among patches of the same class i in -#' the landscape. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{AREA_SD >= 0} -#' \subsection{Behaviour}{Equals AREA_SD = 0 if all patches are identical in size. -#' Increases, without limit, as the variation of patch areas increases.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_area_mn}}, -#' \code{\link{lsm_c_area_cv}}, \cr -#' \code{\link{lsm_l_area_mn}}, -#' \code{\link{lsm_l_area_sd}}, -#' \code{\link{lsm_l_area_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_area_sd(landscape) -#' -#' @aliases lsm_c_area_sd -#' @rdname lsm_c_area_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_area_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_area_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_area_sd_calc <- function(landscape, directions, resolution = NULL){ - - # get area of patches - area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(area$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "area_sd", - value = as.double(NA))) - } - - # calculate sd - area_sd <- stats::aggregate(area[, 5], by = area[, 2], FUN = stats::sd) - - return(tibble::tibble(level = "class", - class = as.integer(area_sd$class), - id = as.integer(NA), - metric = "area_sd", - value = as.double(area_sd$value))) -} +#' AREA_SD (class level) +#' +#' @description Standard deviation of patch area (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{AREA_{SD} = sd(AREA[patch_{ij}])} +#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. +#' +#' AREA_SD is an 'Area and Edge metric'. The metric summarises each class +#' as the standard deviation of all patch areas belonging to class i. +#' The metric describes the differences among patches of the same class i in +#' the landscape. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{AREA_SD >= 0} +#' \subsection{Behaviour}{Equals AREA_SD = 0 if all patches are identical in size. +#' Increases, without limit, as the variation of patch areas increases.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_area_mn}}, +#' \code{\link{lsm_c_area_cv}}, \cr +#' \code{\link{lsm_l_area_mn}}, +#' \code{\link{lsm_l_area_sd}}, +#' \code{\link{lsm_l_area_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_area_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_area_sd +#' @rdname lsm_c_area_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_area_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_area_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_area_sd_calc <- function(landscape, directions, resolution = NULL){ + + # get area of patches + area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(area$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "area_sd", + value = as.double(NA))) + } + + # calculate sd + area_sd <- stats::aggregate(area[, 5], by = area[, 2], FUN = stats::sd) + + return(tibble::tibble(level = "class", + class = as.integer(area_sd$class), + id = as.integer(NA), + metric = "area_sd", + value = as.double(area_sd$value))) +} diff --git a/R/lsm_c_ca.R b/R/lsm_c_ca.R index ca755baf8..389e92836 100644 --- a/R/lsm_c_ca.R +++ b/R/lsm_c_ca.R @@ -1,85 +1,85 @@ -#' CA (class level) -#' -#' @description Total (class) area (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CA = sum(AREA[patch_{ij}])} -#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. -#' -#' CA is an 'Area and edge metric' and a measure of composition. -#' The total (class) area sums the area of all patches belonging to class i. -#' It shows if the landscape is e.g. dominated by one class or if all classes -#' are equally present. CA is an absolute measure, making comparisons among -#' landscapes with different -#' total areas difficult. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{CA > 0} -#' \subsection{Behaviour}{Approaches CA > 0 as the patch areas of class i -#' become small. Increases, without limit, as the patch areas of class i become -#' large. CA = TA if only one class is present.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{sum}}, \cr -#' \code{\link{lsm_l_ta}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_ca(landscape) -#' -#' @aliases lsm_c_ca -#' @rdname lsm_c_ca -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_ca <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_ca_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_ca_calc <- function(landscape, directions, resolution = NULL) { - - # calculate core area for each patch - core_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(core_patch$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "ca", - value = as.double(NA))) - } - - # summarise for each class - ca <- stats::aggregate(x = core_patch[, 5], by = core_patch[, 2], FUN = sum) - - return(tibble::tibble(level = "class", - class = as.integer(ca$class), - id = as.integer(NA), - metric = "ca", - value = as.double(ca$value))) -} +#' CA (class level) +#' +#' @description Total (class) area (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CA = sum(AREA[patch_{ij}])} +#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. +#' +#' CA is an 'Area and edge metric' and a measure of composition. +#' The total (class) area sums the area of all patches belonging to class i. +#' It shows if the landscape is e.g. dominated by one class or if all classes +#' are equally present. CA is an absolute measure, making comparisons among +#' landscapes with different +#' total areas difficult. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{CA > 0} +#' \subsection{Behaviour}{Approaches CA > 0 as the patch areas of class i +#' become small. Increases, without limit, as the patch areas of class i become +#' large. CA = TA if only one class is present.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{sum}}, \cr +#' \code{\link{lsm_l_ta}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_ca(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_ca +#' @rdname lsm_c_ca +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_ca <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_ca_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_ca_calc <- function(landscape, directions, resolution = NULL) { + + # calculate core area for each patch + core_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(core_patch$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "ca", + value = as.double(NA))) + } + + # summarise for each class + ca <- stats::aggregate(x = core_patch[, 5], by = core_patch[, 2], FUN = sum) + + return(tibble::tibble(level = "class", + class = as.integer(ca$class), + id = as.integer(NA), + metric = "ca", + value = as.double(ca$value))) +} diff --git a/R/lsm_c_cai_cv.R b/R/lsm_c_cai_cv.R index 200f505d0..266cd8e26 100644 --- a/R/lsm_c_cai_cv.R +++ b/R/lsm_c_cai_cv.R @@ -29,8 +29,7 @@ #' indices increases.} #' #' @seealso -#' \code{\link{lsm_p_cai}}, -#' \code{\link{cv}}, \cr +#' \code{\link{lsm_p_cai}}, \cr #' \code{\link{lsm_c_cai_mn}}, #' \code{\link{lsm_c_cai_sd}}, \cr #' \code{\link{lsm_l_cai_mn}}, @@ -40,7 +39,7 @@ #' @return tibble #' #' @examples -#' lsm_c_cai_cv(landscape) +#' lsm_c_cai_cv(terra::unwrap(landscape)) #' #' @aliases lsm_c_cai_cv #' @rdname lsm_c_cai_cv diff --git a/R/lsm_c_cai_mn.R b/R/lsm_c_cai_mn.R index 3e6019ac2..e67f6788d 100644 --- a/R/lsm_c_cai_mn.R +++ b/R/lsm_c_cai_mn.R @@ -1,94 +1,94 @@ -#' CAI_MN (class level) -#' -#' @description Mean of core area index (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CAI_{MN} = mean(CAI[patch_{ij}]} -#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. -#' -#' CAI_MN is a 'Core area metric'. The metric summarises each class -#' as the mean of the core area index of all patches belonging to class i. -#' The core area index is the percentage of core area in relation to patch area. -#' A cell is defined as core area if the cell has no neighbour with a different -#' value than itself (rook's case). -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{0 <= CAI_MN <= 100} -#' \subsection{Behaviour}{CAI_MN = 0 when all patches have no core area and -#' approaches CAI_MN = 100 with increasing percentage of core area within patches.} -#' -#' @seealso -#' \code{\link{lsm_p_cai}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_cai_sd}}, -#' \code{\link{lsm_c_cai_cv}}, \cr -#' \code{\link{lsm_l_cai_mn}}, -#' \code{\link{lsm_l_cai_sd}}, -#' \code{\link{lsm_l_cai_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_cai_mn(landscape) -#' -#' @aliases lsm_c_cai_mn -#' @rdname lsm_c_cai_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_cai_mn <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_cai_mn_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_cai_mn_calc <- function(landscape, directions, consider_boundary, edge_depth){ - - # calculate core area index for each patch - cai <- lsm_p_cai_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - # all values NA - if (all(is.na(cai$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "cai_mn", - value = as.double(NA))) - } - - # summarise for each class - cai_mean <- stats::aggregate(x = cai[, 5], by = cai[, 2], FUN = mean) - - return(tibble::tibble(level = "class", - class = as.integer(cai_mean$class), - id = as.integer(NA), - metric = "cai_mn", - value = as.double(cai_mean$value))) -} +#' CAI_MN (class level) +#' +#' @description Mean of core area index (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CAI_{MN} = mean(CAI[patch_{ij}]} +#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. +#' +#' CAI_MN is a 'Core area metric'. The metric summarises each class +#' as the mean of the core area index of all patches belonging to class i. +#' The core area index is the percentage of core area in relation to patch area. +#' A cell is defined as core area if the cell has no neighbour with a different +#' value than itself (rook's case). +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{0 <= CAI_MN <= 100} +#' \subsection{Behaviour}{CAI_MN = 0 when all patches have no core area and +#' approaches CAI_MN = 100 with increasing percentage of core area within patches.} +#' +#' @seealso +#' \code{\link{lsm_p_cai}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_cai_sd}}, +#' \code{\link{lsm_c_cai_cv}}, \cr +#' \code{\link{lsm_l_cai_mn}}, +#' \code{\link{lsm_l_cai_sd}}, +#' \code{\link{lsm_l_cai_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_cai_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_cai_mn +#' @rdname lsm_c_cai_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_cai_mn <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_cai_mn_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_cai_mn_calc <- function(landscape, directions, consider_boundary, edge_depth){ + + # calculate core area index for each patch + cai <- lsm_p_cai_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + # all values NA + if (all(is.na(cai$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "cai_mn", + value = as.double(NA))) + } + + # summarise for each class + cai_mean <- stats::aggregate(x = cai[, 5], by = cai[, 2], FUN = mean) + + return(tibble::tibble(level = "class", + class = as.integer(cai_mean$class), + id = as.integer(NA), + metric = "cai_mn", + value = as.double(cai_mean$value))) +} diff --git a/R/lsm_c_cai_sd.R b/R/lsm_c_cai_sd.R index 4494b622b..7a9cf6dae 100644 --- a/R/lsm_c_cai_sd.R +++ b/R/lsm_c_cai_sd.R @@ -1,96 +1,96 @@ -#' CAI_SD (class level) -#' -#' @description Standard deviation of core area index (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CAI_{SD} = sd(CAI[patch_{ij}]} -#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. -#' -#' CAI_SD is a 'Core area metric'. The metric summarises each class -#' as the standard deviation of the core area index of all patches belonging to class i. -#' The core area index is the percentage of core area in relation to patch area. -#' A cell is defined as core area if the cell has no neighbour with a different -#' value than itself (rook's case). The metric describes the differences among patches -#' of the same class i in the landscape. -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{CAI_SD >= 0} -#' \subsection{Behaviour}{Equals CAI_SD = 0 if the core area index is identical -#' for all patches. Increases, without limit, as the variation of core area -#' indices increases.} -#' -#' @seealso -#' \code{\link{lsm_p_cai}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_cai_mn}}, -#' \code{\link{lsm_c_cai_cv}}, \cr -#' \code{\link{lsm_l_cai_mn}}, -#' \code{\link{lsm_l_cai_sd}}, -#' \code{\link{lsm_l_cai_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_cai_sd(landscape) -#' -#' @aliases lsm_c_cai_sd -#' @rdname lsm_c_cai_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_cai_sd <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_cai_sd_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_cai_sd_calc <- function(landscape, directions, consider_boundary, edge_depth){ - - # calculate core area index for each patch - cai <- lsm_p_cai_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - # all values NA - if (all(is.na(cai$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "cai_sd", - value = as.double(NA))) - } - - # summarise for classes - cai_sd <- stats::aggregate(x = cai[, 5], by = cai[, 2], FUN = stats::sd) - - return(tibble::tibble(level = "class", - class = as.integer(cai_sd$class), - id = as.integer(NA), - metric = "cai_sd", - value = as.double(cai_sd$value))) -} +#' CAI_SD (class level) +#' +#' @description Standard deviation of core area index (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CAI_{SD} = sd(CAI[patch_{ij}]} +#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. +#' +#' CAI_SD is a 'Core area metric'. The metric summarises each class +#' as the standard deviation of the core area index of all patches belonging to class i. +#' The core area index is the percentage of core area in relation to patch area. +#' A cell is defined as core area if the cell has no neighbour with a different +#' value than itself (rook's case). The metric describes the differences among patches +#' of the same class i in the landscape. +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{CAI_SD >= 0} +#' \subsection{Behaviour}{Equals CAI_SD = 0 if the core area index is identical +#' for all patches. Increases, without limit, as the variation of core area +#' indices increases.} +#' +#' @seealso +#' \code{\link{lsm_p_cai}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_cai_mn}}, +#' \code{\link{lsm_c_cai_cv}}, \cr +#' \code{\link{lsm_l_cai_mn}}, +#' \code{\link{lsm_l_cai_sd}}, +#' \code{\link{lsm_l_cai_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_cai_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_cai_sd +#' @rdname lsm_c_cai_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_cai_sd <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_cai_sd_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_cai_sd_calc <- function(landscape, directions, consider_boundary, edge_depth){ + + # calculate core area index for each patch + cai <- lsm_p_cai_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + # all values NA + if (all(is.na(cai$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "cai_sd", + value = as.double(NA))) + } + + # summarise for classes + cai_sd <- stats::aggregate(x = cai[, 5], by = cai[, 2], FUN = stats::sd) + + return(tibble::tibble(level = "class", + class = as.integer(cai_sd$class), + id = as.integer(NA), + metric = "cai_sd", + value = as.double(cai_sd$value))) +} diff --git a/R/lsm_c_circle_cv.R b/R/lsm_c_circle_cv.R index 077b14a79..040c55b8c 100644 --- a/R/lsm_c_circle_cv.R +++ b/R/lsm_c_circle_cv.R @@ -35,7 +35,7 @@ #' @return tibble #' #' @examples -#' lsm_c_circle_cv(landscape) +#' lsm_c_circle_cv(terra::unwrap(landscape)) #' #' @aliases lsm_c_circle_cv #' @rdname lsm_c_circle_cv diff --git a/R/lsm_c_circle_mn.R b/R/lsm_c_circle_mn.R index 926823ba9..41aa22107 100644 --- a/R/lsm_c_circle_mn.R +++ b/R/lsm_c_circle_mn.R @@ -1,94 +1,94 @@ -#' CIRCLE_MN (Class level) -#' -#' @description Mean of related circumscribing circle (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CIRCLE_{MN} = mean(CIRCLE[patch_{ij}])} -#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. -#' -#' CIRCLE_MN is a 'Shape metric' and summarises each class as the mean of the related -#' circumscribing circle of all patches belonging to class i. CIRCLE describes -#' the ratio between the patch area and the smallest circumscribing circle of the patch -#' and characterises the compactness of the patch. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{CIRCLE_MN > 0} -#' \subsection{Behaviour}{Approaches CIRCLE_MN = 0 if the related circumscribing circle -#' of all patches is small. Increases, without limit, as the related circumscribing circles -#' increase.} -#' -#' @seealso -#' \code{\link{lsm_p_circle}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_circle_sd}}, -#' \code{\link{lsm_c_circle_cv}}, \cr -#' \code{\link{lsm_l_circle_mn}}, -#' \code{\link{lsm_l_circle_sd}}, -#' \code{\link{lsm_l_circle_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_circle_mn(landscape) -#' -#' @aliases lsm_c_circle_mn -#' @rdname lsm_c_circle_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of -#' landscape structure using the GRASS geographical information system. -#' Landscape Ecology 7: 291-302. -#' -#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). -#' -#' @export -lsm_c_circle_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_circle_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_circle_mn_calc <- function(landscape, directions, resolution = NULL) { - - # calculate circumscribing circle for each patch - circle <- lsm_p_circle_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(circle$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "circle_mn", - value = as.double(NA))) - } - - # summarise for classes - circle_mn <- stats::aggregate(x = circle[, 5], by = circle[, 2], FUN = mean) - - return(tibble::tibble(level = "class", - class = as.integer(circle_mn$class), - id = as.integer(NA), - metric = "circle_mn", - value = as.double(circle_mn$value))) -} - +#' CIRCLE_MN (Class level) +#' +#' @description Mean of related circumscribing circle (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CIRCLE_{MN} = mean(CIRCLE[patch_{ij}])} +#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. +#' +#' CIRCLE_MN is a 'Shape metric' and summarises each class as the mean of the related +#' circumscribing circle of all patches belonging to class i. CIRCLE describes +#' the ratio between the patch area and the smallest circumscribing circle of the patch +#' and characterises the compactness of the patch. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{CIRCLE_MN > 0} +#' \subsection{Behaviour}{Approaches CIRCLE_MN = 0 if the related circumscribing circle +#' of all patches is small. Increases, without limit, as the related circumscribing circles +#' increase.} +#' +#' @seealso +#' \code{\link{lsm_p_circle}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_circle_sd}}, +#' \code{\link{lsm_c_circle_cv}}, \cr +#' \code{\link{lsm_l_circle_mn}}, +#' \code{\link{lsm_l_circle_sd}}, +#' \code{\link{lsm_l_circle_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_circle_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_circle_mn +#' @rdname lsm_c_circle_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of +#' landscape structure using the GRASS geographical information system. +#' Landscape Ecology 7: 291-302. +#' +#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). +#' +#' @export +lsm_c_circle_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_circle_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_circle_mn_calc <- function(landscape, directions, resolution = NULL) { + + # calculate circumscribing circle for each patch + circle <- lsm_p_circle_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(circle$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "circle_mn", + value = as.double(NA))) + } + + # summarise for classes + circle_mn <- stats::aggregate(x = circle[, 5], by = circle[, 2], FUN = mean) + + return(tibble::tibble(level = "class", + class = as.integer(circle_mn$class), + id = as.integer(NA), + metric = "circle_mn", + value = as.double(circle_mn$value))) +} + diff --git a/R/lsm_c_circle_sd.R b/R/lsm_c_circle_sd.R index 6883e7a9a..117cfcc66 100644 --- a/R/lsm_c_circle_sd.R +++ b/R/lsm_c_circle_sd.R @@ -1,94 +1,94 @@ -#' CIRCLE_SD (Class level) -#' -#' @description Standard deviation of related circumscribing circle (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CIRCLE_{SD} = sd(CIRCLE[patch_{ij}])} -#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. -#' -#' CIRCLE_SD is a 'Shape metric' and summarises each class as the standard deviation of -#' the related circumscribing circle of all patches belonging to class i. CIRCLE describes -#' the ratio between the patch area and the smallest circumscribing circle of the patch -#' and characterises the compactness of the patch. The metric describes the differences -#' among patches of the same class i in the landscape. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{CIRCLE_SD >= 0} -#' \subsection{Behaviour}{Equals CIRCLE_SD if the related circumscribing circle is identical -#' for all patches. Increases, without limit, as the variation of related circumscribing -#' circles increases.} -#' -#' @seealso -#' \code{\link{lsm_p_circle}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_circle_mn}}, -#' \code{\link{lsm_c_circle_cv}}, \cr -#' \code{\link{lsm_l_circle_mn}}, -#' \code{\link{lsm_l_circle_sd}}, -#' \code{\link{lsm_l_circle_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_circle_sd(landscape) -#' -#' @aliases lsm_c_circle_sd -#' @rdname lsm_c_circle_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of -#' landscape structure using the GRASS geographical information system. -#' Landscape Ecology 7: 291-302. -#' -#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). -#' -#' @export -lsm_c_circle_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_circle_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_circle_sd_calc <- function(landscape, directions, resolution = NULL) { - - # calculate circumscribing circle for each patch - circle <- lsm_p_circle_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(circle$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "circle_sd", - value = as.double(NA))) - } - - # summarise for classes - circle_sd <- stats::aggregate(x = circle[, 5], by = circle[, 2], FUN = stats::sd) - - return(tibble::tibble(level = "class", - class = as.integer(circle_sd$class), - id = as.integer(NA), - metric = "circle_sd", - value = as.double(circle_sd$value))) -} - +#' CIRCLE_SD (Class level) +#' +#' @description Standard deviation of related circumscribing circle (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CIRCLE_{SD} = sd(CIRCLE[patch_{ij}])} +#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. +#' +#' CIRCLE_SD is a 'Shape metric' and summarises each class as the standard deviation of +#' the related circumscribing circle of all patches belonging to class i. CIRCLE describes +#' the ratio between the patch area and the smallest circumscribing circle of the patch +#' and characterises the compactness of the patch. The metric describes the differences +#' among patches of the same class i in the landscape. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{CIRCLE_SD >= 0} +#' \subsection{Behaviour}{Equals CIRCLE_SD if the related circumscribing circle is identical +#' for all patches. Increases, without limit, as the variation of related circumscribing +#' circles increases.} +#' +#' @seealso +#' \code{\link{lsm_p_circle}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_circle_mn}}, +#' \code{\link{lsm_c_circle_cv}}, \cr +#' \code{\link{lsm_l_circle_mn}}, +#' \code{\link{lsm_l_circle_sd}}, +#' \code{\link{lsm_l_circle_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_circle_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_circle_sd +#' @rdname lsm_c_circle_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of +#' landscape structure using the GRASS geographical information system. +#' Landscape Ecology 7: 291-302. +#' +#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). +#' +#' @export +lsm_c_circle_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_circle_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_circle_sd_calc <- function(landscape, directions, resolution = NULL) { + + # calculate circumscribing circle for each patch + circle <- lsm_p_circle_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(circle$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "circle_sd", + value = as.double(NA))) + } + + # summarise for classes + circle_sd <- stats::aggregate(x = circle[, 5], by = circle[, 2], FUN = stats::sd) + + return(tibble::tibble(level = "class", + class = as.integer(circle_sd$class), + id = as.integer(NA), + metric = "circle_sd", + value = as.double(circle_sd$value))) +} + diff --git a/R/lsm_c_clumpy.R b/R/lsm_c_clumpy.R index 142877677..8de107998 100644 --- a/R/lsm_c_clumpy.R +++ b/R/lsm_c_clumpy.R @@ -1,137 +1,137 @@ -#' CLUMPY (class level) -#' -#' @description Clumpiness index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers -#' -#' @details -#' \deqn{Given G_{i} = \Bigg(\frac{g_{ii}}{ (\sum\limits_{k=1}^m g_{ik}) - min e_{i}} \Bigg)} -#' \deqn{CLUMPY = \Bigg[ \frac{G_{i} - P_{i}}{P_{i}} for G_{i} < P_{i} \& P_{i} < .5; else \\ \frac{G_{i} - P_{i}}{1 -P_{i}} \Bigg] } -#' -#' where \eqn{g_{ii}} is the number of like adjacencies, \eqn{g_{ik}} is the classwise -#' number of all adjacencies including the focal class, \eqn{min e_{i}} is the -#' minimum perimeter of the total class in terms of cell surfaces assuming total clumping and -#' \eqn{P_{i}} is the proportion of landscape occupied by each class. -#' -#' CLUMPY is an 'Aggregation metric'. It equals the proportional deviation of -#' the proportion of like adjacencies involving the corresponding class from that expected -#' under a spatially random distribution. The metric is based on he adjacency matrix and the -#' the double-count method. -#' -#' \subsection{Units}{None}, directions = directions -#' \subsection{Range}{-1 <= CLUMPY <= 1} -#' \subsection{Behaviour}{Equals -1 for maximally disaggregated, 0 for randomly distributed -#' and 1 for maximally aggregated classes.} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_clumpy(landscape) -#' -#' @aliases lsm_c_clumpy -#' @rdname lsm_c_clumpy -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_clumpy <- function(landscape) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_clumpy_calc) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_clumpy_calc <- function(landscape, resolution = NULL){ - - # pad landscape to also include adjacencies at landscape boundary - landscape_padded <- pad_raster_internal(landscape, - pad_raster_value = -999, - pad_raster_cells = 1, - global = FALSE) - - # all values NA - if (all(landscape_padded %in% c(NA, -999))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "clumpy", - value = as.double(NA))) - } - - # get coocurrence - tb <- rcpp_get_coocurrence_matrix(landscape_padded, - directions = as.matrix(4)) - - # like adacencies are on the diagonal and remove adjacencies to boundary - like_adjacencies <- diag(tb)[2:length(diag(tb))] - - # all other adjacencies - other_adjacencies <- as.matrix(tb[, 2:ncol(tb)]) - - # number cells in each class without -999 lansdcape boundary - cells_class <- rcpp_get_composition_vector(landscape_padded)[-1] - - # conver to tibble - cells_class <- tibble::tibble(class = names(cells_class), - value = cells_class) - - # calculate minimum perimeter - cells_class$n <- trunc(sqrt(cells_class$value)) - cells_class$m <- cells_class$value - cells_class$n ^ 2 - cells_class$min_e <- ifelse(test = cells_class$m == 0, - yes = cells_class$n * 4, - no = ifelse(test = cells_class$n ^ 2 < cells_class$value & cells_class$value <= cells_class$n * (1 + cells_class$n), - yes = 4 * cells_class$n + 2, - no = ifelse(test = cells_class$value > cells_class$n * (1 + cells_class$n), - yes = 4 * cells_class$n + 4, - no = NA))) - - # test if any NAs introduced - if (anyNA(cells_class$min_e)) { - warning("NAs introduced by lsm_c_clumpy", ccall. = FALSE) - } - - # calculate g_i - g_i <- like_adjacencies / (colSums(other_adjacencies) - cells_class$min_e) - - # proportional class area - direction has no influence on PLAND - prop_class <- lsm_c_pland_calc(landscape, - directions = 8, - resolution = resolution) - - prop_class <- prop_class$value / 100 - - # calculate clumpy - clumpy <- vapply(seq_along(g_i), FUN = function(row_ind) { - - # set to NA if mathematical not possible - if (is.nan(g_i[row_ind]) || is.na(g_i[row_ind]) || prop_class[row_ind] == 1) { - clumpy <- NA - } - - else if (g_i[row_ind] < (prop_class[row_ind]) & prop_class[row_ind] < .5) { - clumpy <- (g_i[row_ind] - prop_class[row_ind]) / prop_class[row_ind] - } - - else { - clumpy <- (g_i[row_ind] - prop_class[row_ind]) / (1 - prop_class[row_ind]) - } - }, FUN.VALUE = numeric(1)) - - return(tibble::tibble(level = "class", - class = as.integer(names(g_i)), - id = as.integer(NA), - metric = "clumpy", - value = as.double(clumpy))) -} +#' CLUMPY (class level) +#' +#' @description Clumpiness index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' +#' @details +#' \deqn{Given G_{i} = \Bigg(\frac{g_{ii}}{ (\sum\limits_{k=1}^m g_{ik}) - min e_{i}} \Bigg)} +#' \deqn{CLUMPY = \Bigg[ \frac{G_{i} - P_{i}}{P_{i}} for G_{i} < P_{i} \& P_{i} < .5; else \\ \frac{G_{i} - P_{i}}{1 -P_{i}} \Bigg] } +#' +#' where \eqn{g_{ii}} is the number of like adjacencies, \eqn{g_{ik}} is the classwise +#' number of all adjacencies including the focal class, \eqn{min e_{i}} is the +#' minimum perimeter of the total class in terms of cell surfaces assuming total clumping and +#' \eqn{P_{i}} is the proportion of landscape occupied by each class. +#' +#' CLUMPY is an 'Aggregation metric'. It equals the proportional deviation of +#' the proportion of like adjacencies involving the corresponding class from that expected +#' under a spatially random distribution. The metric is based on he adjacency matrix and the +#' the double-count method. +#' +#' \subsection{Units}{None}, directions = directions +#' \subsection{Range}{-1 <= CLUMPY <= 1} +#' \subsection{Behaviour}{Equals -1 for maximally disaggregated, 0 for randomly distributed +#' and 1 for maximally aggregated classes.} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_clumpy(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_clumpy +#' @rdname lsm_c_clumpy +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_clumpy <- function(landscape) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_clumpy_calc) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_clumpy_calc <- function(landscape, resolution = NULL){ + + # pad landscape to also include adjacencies at landscape boundary + landscape_padded <- pad_raster_internal(landscape, + pad_raster_value = -999, + pad_raster_cells = 1, + global = FALSE) + + # all values NA + if (all(landscape_padded %in% c(NA, -999))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "clumpy", + value = as.double(NA))) + } + + # get coocurrence + tb <- rcpp_get_coocurrence_matrix(landscape_padded, + directions = as.matrix(4)) + + # like adacencies are on the diagonal and remove adjacencies to boundary + like_adjacencies <- diag(tb)[2:length(diag(tb))] + + # all other adjacencies + other_adjacencies <- as.matrix(tb[, 2:ncol(tb)]) + + # number cells in each class without -999 lansdcape boundary + cells_class <- rcpp_get_composition_vector(landscape_padded)[-1] + + # conver to tibble + cells_class <- tibble::tibble(class = names(cells_class), + value = cells_class) + + # calculate minimum perimeter + cells_class$n <- trunc(sqrt(cells_class$value)) + cells_class$m <- cells_class$value - cells_class$n ^ 2 + cells_class$min_e <- ifelse(test = cells_class$m == 0, + yes = cells_class$n * 4, + no = ifelse(test = cells_class$n ^ 2 < cells_class$value & cells_class$value <= cells_class$n * (1 + cells_class$n), + yes = 4 * cells_class$n + 2, + no = ifelse(test = cells_class$value > cells_class$n * (1 + cells_class$n), + yes = 4 * cells_class$n + 4, + no = NA))) + + # test if any NAs introduced + if (anyNA(cells_class$min_e)) { + warning("NAs introduced by lsm_c_clumpy", ccall. = FALSE) + } + + # calculate g_i + g_i <- like_adjacencies / (colSums(other_adjacencies) - cells_class$min_e) + + # proportional class area - direction has no influence on PLAND + prop_class <- lsm_c_pland_calc(landscape, + directions = 8, + resolution = resolution) + + prop_class <- prop_class$value / 100 + + # calculate clumpy + clumpy <- vapply(seq_along(g_i), FUN = function(row_ind) { + + # set to NA if mathematical not possible + if (is.nan(g_i[row_ind]) || is.na(g_i[row_ind]) || prop_class[row_ind] == 1) { + clumpy <- NA + } + + else if (g_i[row_ind] < (prop_class[row_ind]) & prop_class[row_ind] < .5) { + clumpy <- (g_i[row_ind] - prop_class[row_ind]) / prop_class[row_ind] + } + + else { + clumpy <- (g_i[row_ind] - prop_class[row_ind]) / (1 - prop_class[row_ind]) + } + }, FUN.VALUE = numeric(1)) + + return(tibble::tibble(level = "class", + class = as.integer(names(g_i)), + id = as.integer(NA), + metric = "clumpy", + value = as.double(clumpy))) +} diff --git a/R/lsm_c_cohesion.R b/R/lsm_c_cohesion.R index 4f102a204..e232537d5 100644 --- a/R/lsm_c_cohesion.R +++ b/R/lsm_c_cohesion.R @@ -29,7 +29,7 @@ #' @return tibble #' #' @examples -#' lsm_c_cohesion(landscape) +#' lsm_c_cohesion(terra::unwrap(landscape)) #' #' @aliases lsm_c_cohesion #' @rdname lsm_c_cohesion diff --git a/R/lsm_c_contig_cv.R b/R/lsm_c_contig_cv.R index 3ed286233..5fb3d1b5d 100644 --- a/R/lsm_c_contig_cv.R +++ b/R/lsm_c_contig_cv.R @@ -41,7 +41,7 @@ #' @return tibble #' #' @examples -#' lsm_c_contig_cv(landscape) +#' lsm_c_contig_cv(terra::unwrap(landscape)) #' #' @aliases lsm_c_contig_cv #' @rdname lsm_c_contig_cv diff --git a/R/lsm_c_contig_mn.R b/R/lsm_c_contig_mn.R index 09e4ee7ca..dee49eeeb 100644 --- a/R/lsm_c_contig_mn.R +++ b/R/lsm_c_contig_mn.R @@ -1,94 +1,94 @@ -#' CONTIG_MN (class level) -#' -#' @description Mean of Contiguity index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CONTIG_{MN} = mean(CONTIG[patch_{ij}])} -#' -#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. -#' -#' CONTIG_MN is a 'Shape metric'. It summarises each class as the mean of each patch -#' belonging to class i. CONTIG_MN asses the spatial connectedness (contiguity) of -#' cells in patches. The metric coerces patch values to a value of 1 and the background -#' to NA. A nine cell focal filter matrix: -#' -#' ``` -#' filter_matrix <- matrix(c(1, 2, 1, -#' 2, 1, 2, -#' 1, 2, 1), 3, 3, byrow = T) -#' ``` -#' ... is then used to weight orthogonally contiguous pixels more heavily than -#' diagonally contiguous pixels. Therefore, larger and more connections between -#' patch cells in the rookie case result in larger contiguity index values. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{0 >= CONTIG_MN <= 1} -#' \subsection{Behaviour}{CONTIG equals the mean of the contiguity index on class level for all -#' patches.} -#' -#' @seealso -#' \code{\link{lsm_p_contig}}, -#' \code{\link{lsm_c_contig_sd}}, -#' \code{\link{lsm_c_contig_cv}}, \cr -#' \code{\link{lsm_l_contig_mn}}, -#' \code{\link{lsm_l_contig_sd}}, -#' \code{\link{lsm_l_contig_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_contig_mn(landscape) -#' -#' @aliases lsm_c_contig_mn -#' @rdname lsm_c_contig_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. -#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 -#' -#' @export -lsm_c_contig_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_contig_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_contig_mn_calc <- function(landscape, directions) { - - contig <- lsm_p_contig_calc(landscape, directions = directions) - - # all values NA - if (all(is.na(contig$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "contig_mn", - value = as.double(NA))) - } - - contig_mn <- stats::aggregate(x = contig[, 5], by = contig[, 2], - FUN = mean) - - return(tibble::tibble(level = "class", - class = as.integer(contig_mn$class), - id = as.integer(NA), - metric = "contig_mn", - value = as.double(contig_mn$value))) -} +#' CONTIG_MN (class level) +#' +#' @description Mean of Contiguity index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CONTIG_{MN} = mean(CONTIG[patch_{ij}])} +#' +#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. +#' +#' CONTIG_MN is a 'Shape metric'. It summarises each class as the mean of each patch +#' belonging to class i. CONTIG_MN asses the spatial connectedness (contiguity) of +#' cells in patches. The metric coerces patch values to a value of 1 and the background +#' to NA. A nine cell focal filter matrix: +#' +#' ``` +#' filter_matrix <- matrix(c(1, 2, 1, +#' 2, 1, 2, +#' 1, 2, 1), 3, 3, byrow = T) +#' ``` +#' ... is then used to weight orthogonally contiguous pixels more heavily than +#' diagonally contiguous pixels. Therefore, larger and more connections between +#' patch cells in the rookie case result in larger contiguity index values. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{0 >= CONTIG_MN <= 1} +#' \subsection{Behaviour}{CONTIG equals the mean of the contiguity index on class level for all +#' patches.} +#' +#' @seealso +#' \code{\link{lsm_p_contig}}, +#' \code{\link{lsm_c_contig_sd}}, +#' \code{\link{lsm_c_contig_cv}}, \cr +#' \code{\link{lsm_l_contig_mn}}, +#' \code{\link{lsm_l_contig_sd}}, +#' \code{\link{lsm_l_contig_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_contig_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_contig_mn +#' @rdname lsm_c_contig_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. +#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 +#' +#' @export +lsm_c_contig_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_contig_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_contig_mn_calc <- function(landscape, directions) { + + contig <- lsm_p_contig_calc(landscape, directions = directions) + + # all values NA + if (all(is.na(contig$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "contig_mn", + value = as.double(NA))) + } + + contig_mn <- stats::aggregate(x = contig[, 5], by = contig[, 2], + FUN = mean) + + return(tibble::tibble(level = "class", + class = as.integer(contig_mn$class), + id = as.integer(NA), + metric = "contig_mn", + value = as.double(contig_mn$value))) +} diff --git a/R/lsm_c_contig_sd.R b/R/lsm_c_contig_sd.R index 0986cc470..e2dca1b63 100644 --- a/R/lsm_c_contig_sd.R +++ b/R/lsm_c_contig_sd.R @@ -1,95 +1,95 @@ -#' CONTIG_SD (class level) -#' -#' @description Standard deviation of Contiguity index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CONTIG_{SD} = sd(CONTIG[patch_{ij}])} -#' -#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. -#' -#' CONTIG_SD is a 'Shape metric'. It summarises each class as the mean of each patch -#' belonging to class i. CONTIG_SD asses the spatial connectedness (contiguity) of -#' cells in patches. The metric coerces patch values to a value of 1 and the background -#' to NA. A nine cell focal filter matrix: -#' -#' ``` -#' filter_matrix <- matrix(c(1, 2, 1, -#' 2, 1, 2, -#' 1, 2, 1), 3, 3, byrow = T) -#' ``` -#' ... is then used to weight orthogonally contiguous pixels more heavily than -#' diagonally contiguous pixels. Therefore, larger and more connections between -#' patch cells in the rookie case result in larger contiguity index values. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{CONTIG_CV >= 0} -#' \subsection{Behaviour}{CONTIG_SD = 0 if the contiguity index is -#' identical for all patches. Increases, without limit, as the variation of -#' CONTIG increases.} -#' -#' @seealso -#' \code{\link{lsm_p_contig}}, -#' \code{\link{lsm_c_contig_mn}}, -#' \code{\link{lsm_c_contig_cv}}, \cr -#' \code{\link{lsm_l_contig_mn}}, -#' \code{\link{lsm_l_contig_sd}}, -#' \code{\link{lsm_l_contig_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_contig_sd(landscape) -#' -#' @aliases lsm_c_contig_sd -#' @rdname lsm_c_contig_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. -#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 -#' -#' @export -lsm_c_contig_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_contig_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_contig_sd_calc <- function(landscape, directions) { - - contig <- lsm_p_contig_calc(landscape, directions = directions) - - # all values NA - if (all(is.na(contig$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "contig_sd", - value = as.double(NA))) - } - - contig_sd <- stats::aggregate(x = contig[, 5], by = contig[, 2], - FUN = stats::sd) - - return(tibble::tibble(level = "class", - class = as.integer(contig_sd$class), - id = as.integer(NA), - metric = "contig_sd", - value = as.double(contig_sd$value))) -} +#' CONTIG_SD (class level) +#' +#' @description Standard deviation of Contiguity index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CONTIG_{SD} = sd(CONTIG[patch_{ij}])} +#' +#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. +#' +#' CONTIG_SD is a 'Shape metric'. It summarises each class as the mean of each patch +#' belonging to class i. CONTIG_SD asses the spatial connectedness (contiguity) of +#' cells in patches. The metric coerces patch values to a value of 1 and the background +#' to NA. A nine cell focal filter matrix: +#' +#' ``` +#' filter_matrix <- matrix(c(1, 2, 1, +#' 2, 1, 2, +#' 1, 2, 1), 3, 3, byrow = T) +#' ``` +#' ... is then used to weight orthogonally contiguous pixels more heavily than +#' diagonally contiguous pixels. Therefore, larger and more connections between +#' patch cells in the rookie case result in larger contiguity index values. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{CONTIG_CV >= 0} +#' \subsection{Behaviour}{CONTIG_SD = 0 if the contiguity index is +#' identical for all patches. Increases, without limit, as the variation of +#' CONTIG increases.} +#' +#' @seealso +#' \code{\link{lsm_p_contig}}, +#' \code{\link{lsm_c_contig_mn}}, +#' \code{\link{lsm_c_contig_cv}}, \cr +#' \code{\link{lsm_l_contig_mn}}, +#' \code{\link{lsm_l_contig_sd}}, +#' \code{\link{lsm_l_contig_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_contig_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_contig_sd +#' @rdname lsm_c_contig_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. +#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 +#' +#' @export +lsm_c_contig_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_contig_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_contig_sd_calc <- function(landscape, directions) { + + contig <- lsm_p_contig_calc(landscape, directions = directions) + + # all values NA + if (all(is.na(contig$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "contig_sd", + value = as.double(NA))) + } + + contig_sd <- stats::aggregate(x = contig[, 5], by = contig[, 2], + FUN = stats::sd) + + return(tibble::tibble(level = "class", + class = as.integer(contig_sd$class), + id = as.integer(NA), + metric = "contig_sd", + value = as.double(contig_sd$value))) +} diff --git a/R/lsm_c_core_cv.R b/R/lsm_c_core_cv.R index 4b15f077a..0a537092a 100644 --- a/R/lsm_c_core_cv.R +++ b/R/lsm_c_core_cv.R @@ -24,8 +24,7 @@ #' Increases, without limit, as the variation of patch core areas increases.} #' #' @seealso -#' \code{\link{lsm_p_core}}, -#' \code{\link{cv}}, \cr +#' \code{\link{lsm_p_core}}, \cr #' \code{\link{lsm_c_core_mn}}, #' \code{\link{lsm_c_core_sd}}, \cr #' \code{\link{lsm_l_core_mn}}, @@ -35,7 +34,7 @@ #' @return tibble #' #' @examples -#' lsm_c_core_cv(landscape) +#' lsm_c_core_cv(terra::unwrap(landscape)) #' #' @aliases lsm_c_core_cv #' @rdname lsm_c_core_cv diff --git a/R/lsm_c_core_mn.R b/R/lsm_c_core_mn.R index fec73f929..6780be147 100644 --- a/R/lsm_c_core_mn.R +++ b/R/lsm_c_core_mn.R @@ -1,91 +1,91 @@ -#' CORE_MN (class level) -#' -#' @description Mean of core area (Core area metric) -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CORE_{MN} = mean(CORE[patch_{ij}])} -#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. -#' -#' CORE_MN is a 'Core area metric' and equals the mean of core areas of all patches -#' belonging to class i. The core area is defined as all cells that have no -#' neighbour with a different value than themselves (rook's case). -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{CORE_MN >= 0} -#' \subsection{Behaviour}{Equals CORE_MN = 0 if CORE = 0 for all patches. Increases, -#' without limit, as the core area indices increase.} -#' -#' @seealso -#' \code{\link{lsm_p_core}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_core_sd}}, -#' \code{\link{lsm_c_core_cv}}, \cr -#' \code{\link{lsm_l_core_mn}}, -#' \code{\link{lsm_l_core_sd}}, -#' \code{\link{lsm_l_core_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_core_mn(landscape) -#' -#' @aliases lsm_c_core_mn -#' @rdname lsm_c_core_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_core_mn <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_core_mn_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_core_mn_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ - - core <- lsm_p_core_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # all values NA - if (all(is.na(core$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "core_mn", - value = as.double(NA))) - } - - # summarise for class - core_mean <- stats::aggregate(x = core[, 5], by = core[, 2], - FUN = mean) - - return(tibble::tibble(level = "class", - class = as.integer(core_mean$class), - id = as.integer(NA), - metric = "core_mn", - value = as.double(core_mean$value))) -} +#' CORE_MN (class level) +#' +#' @description Mean of core area (Core area metric) +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CORE_{MN} = mean(CORE[patch_{ij}])} +#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. +#' +#' CORE_MN is a 'Core area metric' and equals the mean of core areas of all patches +#' belonging to class i. The core area is defined as all cells that have no +#' neighbour with a different value than themselves (rook's case). +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{CORE_MN >= 0} +#' \subsection{Behaviour}{Equals CORE_MN = 0 if CORE = 0 for all patches. Increases, +#' without limit, as the core area indices increase.} +#' +#' @seealso +#' \code{\link{lsm_p_core}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_core_sd}}, +#' \code{\link{lsm_c_core_cv}}, \cr +#' \code{\link{lsm_l_core_mn}}, +#' \code{\link{lsm_l_core_sd}}, +#' \code{\link{lsm_l_core_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_core_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_core_mn +#' @rdname lsm_c_core_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_core_mn <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_core_mn_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_core_mn_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ + + core <- lsm_p_core_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # all values NA + if (all(is.na(core$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "core_mn", + value = as.double(NA))) + } + + # summarise for class + core_mean <- stats::aggregate(x = core[, 5], by = core[, 2], + FUN = mean) + + return(tibble::tibble(level = "class", + class = as.integer(core_mean$class), + id = as.integer(NA), + metric = "core_mn", + value = as.double(core_mean$value))) +} diff --git a/R/lsm_c_core_sd.R b/R/lsm_c_core_sd.R index 23b6c2ee2..752774d8b 100644 --- a/R/lsm_c_core_sd.R +++ b/R/lsm_c_core_sd.R @@ -1,93 +1,93 @@ -#' CORE_SD (class level) -#' -#' @description Standard deviation patch core area (class level) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CORE_{SD} = sd(CORE[patch_{ij}])} -#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. -#' -#' CORE_SD is a 'Core area metric'. It equals the standard deviation of the core area -#' of each patch belonging to class i. The core area is defined as all cells that have no -#' neighbour with a different value than themselves (rook's case). The metric describes the -#' differences among patches of the same class i in the landscape. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{CORE_SD >= 0} -#' \subsection{Behaviour}{Equals CORE_SD = 0 if all patches have the same core area. -#' Increases, without limit, as the variation of patch core areas increases.} -#' -#' @seealso -#' \code{\link{lsm_p_core}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_core_mn}}, -#' \code{\link{lsm_c_core_cv}}, \cr -#' \code{\link{lsm_l_core_mn}}, -#' \code{\link{lsm_l_core_sd}}, -#' \code{\link{lsm_l_core_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_core_sd(landscape) -#' -#' @aliases lsm_c_core_sd -#' @rdname lsm_c_core_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_core_sd <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_core_sd_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_core_sd_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ - - core <- lsm_p_core_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # all values NA - if (all(is.na(core$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "core_mn", - value = as.double(NA))) - } - - # summarise for class - core_sd <- stats::aggregate(x = core[, 5], by = core[, 2], - FUN = stats::sd) - - return(tibble::tibble(level = "class", - class = as.integer(core_sd$class), - id = as.integer(NA), - metric = "core_sd", - value = as.double(core_sd$value))) -} +#' CORE_SD (class level) +#' +#' @description Standard deviation patch core area (class level) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CORE_{SD} = sd(CORE[patch_{ij}])} +#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. +#' +#' CORE_SD is a 'Core area metric'. It equals the standard deviation of the core area +#' of each patch belonging to class i. The core area is defined as all cells that have no +#' neighbour with a different value than themselves (rook's case). The metric describes the +#' differences among patches of the same class i in the landscape. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{CORE_SD >= 0} +#' \subsection{Behaviour}{Equals CORE_SD = 0 if all patches have the same core area. +#' Increases, without limit, as the variation of patch core areas increases.} +#' +#' @seealso +#' \code{\link{lsm_p_core}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_core_mn}}, +#' \code{\link{lsm_c_core_cv}}, \cr +#' \code{\link{lsm_l_core_mn}}, +#' \code{\link{lsm_l_core_sd}}, +#' \code{\link{lsm_l_core_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_core_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_core_sd +#' @rdname lsm_c_core_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_core_sd <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_core_sd_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_core_sd_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ + + core <- lsm_p_core_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # all values NA + if (all(is.na(core$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "core_mn", + value = as.double(NA))) + } + + # summarise for class + core_sd <- stats::aggregate(x = core[, 5], by = core[, 2], + FUN = stats::sd) + + return(tibble::tibble(level = "class", + class = as.integer(core_sd$class), + id = as.integer(NA), + metric = "core_sd", + value = as.double(core_sd$value))) +} diff --git a/R/lsm_c_cpland.R b/R/lsm_c_cpland.R index 83f199bff..6f355e441 100644 --- a/R/lsm_c_cpland.R +++ b/R/lsm_c_cpland.R @@ -31,7 +31,7 @@ #' @return tibble #' #' @examples -#' lsm_c_cpland(landscape) +#' lsm_c_cpland(terra::unwrap(landscape)) #' #' @aliases lsm_c_cpland #' @rdname lsm_c_cpland diff --git a/R/lsm_c_dcad.R b/R/lsm_c_dcad.R index dbaa61b1f..9a0d8f9a0 100644 --- a/R/lsm_c_dcad.R +++ b/R/lsm_c_dcad.R @@ -1,105 +1,105 @@ -#' DCAD (class level) -# -#' @description Disjunct core area density (core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{DCAD = (\frac{\sum \limits_{j = 1}^{n} n_{ij}^{core}} {A}) * 10000 * 100} -#' where \eqn{n_{ij}^{core}} is the number of disjunct core areas and \eqn{A} -#' is the total landscape area in square meters. -#' -#' DCAD is a 'Core area metric'. It equals the number of disjunct core areas per -#' 100 ha relative to the total area. A disjunct core area is a 'patch within -#' the patch' containing only core cells. A cell is defined as core area if the cell has no -#' neighbour with a different value than itself (rook's case). The metric is relative and -#' therefore comparable among landscapes with different total areas. -#' -#' \subsection{Units}{Number per 100 hectares} -#' \subsection{Range}{DCAD >= 0} -#' \subsection{Behaviour}{Equals DCAD = 0 when DCORE = 0, i.e. no patch of class i contains -#' a disjunct core area. Increases, without limit, as disjunct core areas become more -#' present, i.e. patches becoming larger and less complex.} -#' -#' @seealso -#' \code{\link{lsm_c_ndca}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_l_dcad}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_dcad(landscape) -#' -#' @aliases lsm_c_dcad -#' @rdname lsm_c_dcad -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_dcad <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_dcad_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_dcad_calc <- function(landscape, directions, consider_boundary, edge_depth, - resolution = NULL, points = NULL){ - - # get patch area - area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise to total area - area <- sum(area$value) - - # all values NA - if (is.na(area)) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcad", - value = as.double(NA))) - } - - # get number of core area - ndca <- lsm_p_ncore_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - points = points) - - # summarise for classes - ndca <- stats::aggregate(x = ndca[, 5], by = ndca[, 2], FUN = sum) - - # calculate relative value - ndca$value <- ndca$value / area * 100 - - return(tibble::tibble(level = "class", - class = as.integer(ndca$class), - id = as.integer(NA), - metric = "dcad", - value = as.double(ndca$value))) -} +#' DCAD (class level) +# +#' @description Disjunct core area density (core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{DCAD = (\frac{\sum \limits_{j = 1}^{n} n_{ij}^{core}} {A}) * 10000 * 100} +#' where \eqn{n_{ij}^{core}} is the number of disjunct core areas and \eqn{A} +#' is the total landscape area in square meters. +#' +#' DCAD is a 'Core area metric'. It equals the number of disjunct core areas per +#' 100 ha relative to the total area. A disjunct core area is a 'patch within +#' the patch' containing only core cells. A cell is defined as core area if the cell has no +#' neighbour with a different value than itself (rook's case). The metric is relative and +#' therefore comparable among landscapes with different total areas. +#' +#' \subsection{Units}{Number per 100 hectares} +#' \subsection{Range}{DCAD >= 0} +#' \subsection{Behaviour}{Equals DCAD = 0 when DCORE = 0, i.e. no patch of class i contains +#' a disjunct core area. Increases, without limit, as disjunct core areas become more +#' present, i.e. patches becoming larger and less complex.} +#' +#' @seealso +#' \code{\link{lsm_c_ndca}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_l_dcad}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_dcad(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_dcad +#' @rdname lsm_c_dcad +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_dcad <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_dcad_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_dcad_calc <- function(landscape, directions, consider_boundary, edge_depth, + resolution = NULL, points = NULL){ + + # get patch area + area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise to total area + area <- sum(area$value) + + # all values NA + if (is.na(area)) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcad", + value = as.double(NA))) + } + + # get number of core area + ndca <- lsm_p_ncore_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + points = points) + + # summarise for classes + ndca <- stats::aggregate(x = ndca[, 5], by = ndca[, 2], FUN = sum) + + # calculate relative value + ndca$value <- ndca$value / area * 100 + + return(tibble::tibble(level = "class", + class = as.integer(ndca$class), + id = as.integer(NA), + metric = "dcad", + value = as.double(ndca$value))) +} diff --git a/R/lsm_c_dcore_cv.R b/R/lsm_c_dcore_cv.R index 8f6800969..ad2c6787e 100644 --- a/R/lsm_c_dcore_cv.R +++ b/R/lsm_c_dcore_cv.R @@ -28,8 +28,7 @@ #' increases.} #' #' @seealso -#' \code{\link{lsm_p_ncore}}, -#' \code{\link{cv}}, \cr +#' \code{\link{lsm_p_ncore}}, \cr #' \code{\link{lsm_c_dcore_mn}}, #' \code{\link{lsm_c_dcore_sd}}, \cr #' \code{\link{lsm_l_dcore_mn}}, @@ -39,7 +38,7 @@ #' @return tibble #' #' @examples -#' lsm_c_dcore_cv(landscape) +#' lsm_c_dcore_cv(terra::unwrap(landscape)) #' #' @aliases lsm_c_dcore_cv #' @rdname lsm_c_dcore_cv diff --git a/R/lsm_c_dcore_mn.R b/R/lsm_c_dcore_mn.R index deffa61fa..43048ff92 100644 --- a/R/lsm_c_dcore_mn.R +++ b/R/lsm_c_dcore_mn.R @@ -1,92 +1,92 @@ -#' DCORE_MN (class level) -#' -#' @description Mean number of disjunct core areas (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{DCORE_{MN} = mean(NCORE[patch_{ij}])} -#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. -#' -#' DCORE_MN is an 'Core area metric'. It summarises each class as the mean of all -#' patch areas belonging to class i. A cell is defined as core if the cell -#' has no neighbour with a different value than itself (rook's case). NCORE counts the disjunct -#' core areas, whereby a core area is a 'patch within the patch' containing only core cells. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{DCORE_MN > 0} -#' \subsection{Behaviour}{Equals DCORE_MN = 0 if NCORE = 0 for all patches. Increases, -#' without limit, as the number of disjunct core areas increases.} -#' -#' @seealso -#' \code{\link{lsm_p_ncore}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_dcore_sd}}, -#' \code{\link{lsm_c_dcore_cv}}, \cr -#' \code{\link{lsm_l_dcore_mn}}, -#' \code{\link{lsm_l_dcore_sd}}, -#' \code{\link{lsm_l_dcore_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_dcore_mn(landscape) -#' -#' @aliases lsm_c_dcore_mn -#' @rdname lsm_c_dcore_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_dcore_mn <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_dcore_mn_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_dcore_mn_calc <- function(landscape, directions, consider_boundary, edge_depth, - points = NULL){ - - dcore <- lsm_p_ncore_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - points = points) - - if (all(is.na(dcore$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcore_mn", - value = as.double(NA))) - } - - dcore_mn <- stats::aggregate(x = dcore[, 5], by = dcore[, 2], FUN = mean) - - return(tibble::tibble(level = "class", - class = as.integer(dcore_mn$class), - id = as.integer(NA), - metric = "dcore_mn", - value = as.double(dcore_mn$value))) -} +#' DCORE_MN (class level) +#' +#' @description Mean number of disjunct core areas (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{DCORE_{MN} = mean(NCORE[patch_{ij}])} +#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. +#' +#' DCORE_MN is an 'Core area metric'. It summarises each class as the mean of all +#' patch areas belonging to class i. A cell is defined as core if the cell +#' has no neighbour with a different value than itself (rook's case). NCORE counts the disjunct +#' core areas, whereby a core area is a 'patch within the patch' containing only core cells. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{DCORE_MN > 0} +#' \subsection{Behaviour}{Equals DCORE_MN = 0 if NCORE = 0 for all patches. Increases, +#' without limit, as the number of disjunct core areas increases.} +#' +#' @seealso +#' \code{\link{lsm_p_ncore}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_dcore_sd}}, +#' \code{\link{lsm_c_dcore_cv}}, \cr +#' \code{\link{lsm_l_dcore_mn}}, +#' \code{\link{lsm_l_dcore_sd}}, +#' \code{\link{lsm_l_dcore_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_dcore_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_dcore_mn +#' @rdname lsm_c_dcore_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_dcore_mn <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_dcore_mn_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_dcore_mn_calc <- function(landscape, directions, consider_boundary, edge_depth, + points = NULL){ + + dcore <- lsm_p_ncore_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + points = points) + + if (all(is.na(dcore$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcore_mn", + value = as.double(NA))) + } + + dcore_mn <- stats::aggregate(x = dcore[, 5], by = dcore[, 2], FUN = mean) + + return(tibble::tibble(level = "class", + class = as.integer(dcore_mn$class), + id = as.integer(NA), + metric = "dcore_mn", + value = as.double(dcore_mn$value))) +} diff --git a/R/lsm_c_dcore_sd.R b/R/lsm_c_dcore_sd.R index 097ce7de5..0ac2186b3 100644 --- a/R/lsm_c_dcore_sd.R +++ b/R/lsm_c_dcore_sd.R @@ -1,97 +1,97 @@ -#' DCORE_SD (class level) -#' -#' @description Standard deviation number of disjunct core areas (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{DCORE_{SD} = sd(NCORE[patch_{ij}])} -#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. -#' -#' DCORE_SD is an 'Core area metric'. It summarises each class as the standard deviation -#' of all patch areas belonging to class i. A cell is defined as core if the cell -#' has no neighbour with a different value than itself (rook's case). NCORE counts the disjunct -#' core areas, whereby a core area is a 'patch within the patch' containing only core cells. -#' The metric describes the differences among patches of the same class i in -#' the landscape. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{DCORE_SD >= 0} -#' \subsection{Behaviour}{Equals DCORE_SD = 0 if all patches have the same number of disjunct -#' core areas. Increases, without limit, as the variation of number of disjunct core areas -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_ncore}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_dcore_mn}}, -#' \code{\link{lsm_c_dcore_cv}}, \cr -#' \code{\link{lsm_l_dcore_mn}}, -#' \code{\link{lsm_l_dcore_sd}}, -#' \code{\link{lsm_l_dcore_cv}} -#' -#' @return tibble -#' -#' @importFrom stats sd -#' -#' @examples -#' lsm_c_dcore_sd(landscape) -#' -#' @aliases lsm_c_dcore_sd -#' @rdname lsm_c_dcore_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_dcore_sd <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_dcore_sd_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_dcore_sd_calc <- function(landscape, directions, consider_boundary, edge_depth, - points = NULL){ - - dcore <- lsm_p_ncore_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - points = points) - - if (all(is.na(dcore$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcore_sd", - value = as.double(NA))) - } - - dcore_sd <- stats::aggregate(x = dcore[, 5], by = dcore[, 2], FUN = stats::sd) - - return(tibble::tibble(level = "class", - class = as.integer(dcore_sd$class), - id = as.integer(NA), - metric = "dcore_sd", - value = as.double(dcore_sd$value))) -} +#' DCORE_SD (class level) +#' +#' @description Standard deviation number of disjunct core areas (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{DCORE_{SD} = sd(NCORE[patch_{ij}])} +#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. +#' +#' DCORE_SD is an 'Core area metric'. It summarises each class as the standard deviation +#' of all patch areas belonging to class i. A cell is defined as core if the cell +#' has no neighbour with a different value than itself (rook's case). NCORE counts the disjunct +#' core areas, whereby a core area is a 'patch within the patch' containing only core cells. +#' The metric describes the differences among patches of the same class i in +#' the landscape. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{DCORE_SD >= 0} +#' \subsection{Behaviour}{Equals DCORE_SD = 0 if all patches have the same number of disjunct +#' core areas. Increases, without limit, as the variation of number of disjunct core areas +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_ncore}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_dcore_mn}}, +#' \code{\link{lsm_c_dcore_cv}}, \cr +#' \code{\link{lsm_l_dcore_mn}}, +#' \code{\link{lsm_l_dcore_sd}}, +#' \code{\link{lsm_l_dcore_cv}} +#' +#' @return tibble +#' +#' @importFrom stats sd +#' +#' @examples +#' lsm_c_dcore_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_dcore_sd +#' @rdname lsm_c_dcore_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_dcore_sd <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_dcore_sd_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_dcore_sd_calc <- function(landscape, directions, consider_boundary, edge_depth, + points = NULL){ + + dcore <- lsm_p_ncore_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + points = points) + + if (all(is.na(dcore$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcore_sd", + value = as.double(NA))) + } + + dcore_sd <- stats::aggregate(x = dcore[, 5], by = dcore[, 2], FUN = stats::sd) + + return(tibble::tibble(level = "class", + class = as.integer(dcore_sd$class), + id = as.integer(NA), + metric = "dcore_sd", + value = as.double(dcore_sd$value))) +} diff --git a/R/lsm_c_division.R b/R/lsm_c_division.R index 914c84605..06a75290e 100644 --- a/R/lsm_c_division.R +++ b/R/lsm_c_division.R @@ -1,94 +1,94 @@ -#' DIVISION (class level) -#' -#' @description Landscape division index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{DIVISON = (1 - \sum \limits_{j = 1}^{n} (\frac{a_{ij}} {A}) ^ 2)} -#' where \eqn{a_{ij}} is the area in square meters and \eqn{A} is the total -#' landscape area in square meters. -#' -#' DIVISION is an 'Aggregation metric. It can be in as the probability that two -#' randomly selected cells are not located in the same patch of class i. The landscape -#' division index is negatively correlated with the effective mesh size (\code{\link{lsm_c_mesh}}). -#' -#' \subsection{Units}{Proportion } -#' \subsection{Ranges}{0 <= Division < 1} -#' \subsection{Behaviour}{Equals DIVISION = 0 if only one patch is present. Approaches -#' DIVISION = 1 if all patches of class i are single cells.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_l_division}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_division(landscape) -#' -#' @aliases lsm_c_division -#' @rdname lsm_c_division -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh -#' size: new measures of landscape fragmentation. -#' Landscape ecology, 15(2), 115-130. -#' -#' @export -lsm_c_division <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_division_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_division_calc <- function(landscape, directions, resolution = NULL) { - - # get patch area - patch_area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # get total area - total_area <- sum(patch_area$value) - - # all values NA - if (is.na(total_area)) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "division", - value = as.double(NA))) - } - - # calculate division for each patch - patch_area$value <- (patch_area$value / total_area) ^ 2 - - # summarise for classes - division <- stats::aggregate(x = patch_area[, 5], by = patch_area[, 2], - FUN = sum) - - division$value <- 1 - division$value - - return(tibble::tibble(level = "class", - class = as.integer(division$class), - id = as.integer(NA), - metric = "division", - value = as.double(division$value))) -} +#' DIVISION (class level) +#' +#' @description Landscape division index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{DIVISON = (1 - \sum \limits_{j = 1}^{n} (\frac{a_{ij}} {A}) ^ 2)} +#' where \eqn{a_{ij}} is the area in square meters and \eqn{A} is the total +#' landscape area in square meters. +#' +#' DIVISION is an 'Aggregation metric. It can be in as the probability that two +#' randomly selected cells are not located in the same patch of class i. The landscape +#' division index is negatively correlated with the effective mesh size (\code{\link{lsm_c_mesh}}). +#' +#' \subsection{Units}{Proportion } +#' \subsection{Ranges}{0 <= Division < 1} +#' \subsection{Behaviour}{Equals DIVISION = 0 if only one patch is present. Approaches +#' DIVISION = 1 if all patches of class i are single cells.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_l_division}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_division(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_division +#' @rdname lsm_c_division +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh +#' size: new measures of landscape fragmentation. +#' Landscape ecology, 15(2), 115-130. +#' +#' @export +lsm_c_division <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_division_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_division_calc <- function(landscape, directions, resolution = NULL) { + + # get patch area + patch_area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # get total area + total_area <- sum(patch_area$value) + + # all values NA + if (is.na(total_area)) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "division", + value = as.double(NA))) + } + + # calculate division for each patch + patch_area$value <- (patch_area$value / total_area) ^ 2 + + # summarise for classes + division <- stats::aggregate(x = patch_area[, 5], by = patch_area[, 2], + FUN = sum) + + division$value <- 1 - division$value + + return(tibble::tibble(level = "class", + class = as.integer(division$class), + id = as.integer(NA), + metric = "division", + value = as.double(division$value))) +} diff --git a/R/lsm_c_ed.R b/R/lsm_c_ed.R index ddbf16f46..b389ed417 100644 --- a/R/lsm_c_ed.R +++ b/R/lsm_c_ed.R @@ -33,7 +33,7 @@ #' @return tibble #' #' @examples -#' lsm_c_ed(landscape) +#' lsm_c_ed(terra::unwrap(landscape)) #' #' @aliases lsm_c_ed #' @rdname lsm_c_ed diff --git a/R/lsm_c_enn_cv.R b/R/lsm_c_enn_cv.R index 9abfc28fb..9312512dc 100644 --- a/R/lsm_c_enn_cv.R +++ b/R/lsm_c_enn_cv.R @@ -24,8 +24,7 @@ #' identical for all patches. Increases, without limit, as the variation of ENN increases.} #' #' @seealso -#' \code{\link{lsm_p_enn}}, -#' \code{\link{cv}}, \cr +#' \code{\link{lsm_p_enn}}, \cr #' \code{\link{lsm_c_enn_mn}}, #' \code{\link{lsm_c_enn_sd}}, \cr #' \code{\link{lsm_l_enn_mn}}, @@ -35,7 +34,7 @@ #' @return tibble #' #' @examples -#' lsm_c_enn_cv(landscape) +#' lsm_c_enn_cv(terra::unwrap(landscape)) #' #' @aliases lsm_c_enn_cv #' @rdname lsm_c_enn_cv diff --git a/R/lsm_c_enn_mn.R b/R/lsm_c_enn_mn.R index 7ffc63330..c74ef19bc 100644 --- a/R/lsm_c_enn_mn.R +++ b/R/lsm_c_enn_mn.R @@ -1,95 +1,95 @@ -#' ENN_MN (class level) -#' -#' @description Mean of euclidean nearest-neighbor distance (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' @param verbose Print warning message if not sufficient patches are present -#' -#' @details -#' \deqn{ENN_{MN} = mean(ENN[patch_{ij}])} -#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance -#' of each patch. -#' -#' ENN_MN is an 'Aggregation metric'. It summarises each class as the mean of each patch -#' belonging to class i. ENN measures the distance to the nearest neighbouring patch -#' of the same class i. The distance is measured from edge-to-edge. The range is limited -#' by the cell resolution on the lower limit and the landscape extent on the upper limit. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{ENN_MN > 0} -#' \subsection{Behaviour}{Approaches ENN_MN = 0 as the distance to the nearest neighbour -#' decreases, i.e. patches of the same class i are more aggregated. Increases, without limit, -#' as the distance between neighbouring patches of the same class i increases, i.e. patches are -#' more isolated.} -#' -#' @seealso -#' \code{\link{lsm_p_enn}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_enn_sd}}, -#' \code{\link{lsm_c_enn_cv}}, \cr -#' \code{\link{lsm_l_enn_mn}}, -#' \code{\link{lsm_l_enn_sd}}, -#' \code{\link{lsm_l_enn_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_enn_mn(landscape) -#' -#' @aliases lsm_c_enn_mn -#' @rdname lsm_c_enn_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape -#' structure and breeding birds in the Oregon Coast Range. -#' Ecological monographs, 65(3), 235-260. -#' -#' @export -lsm_c_enn_mn <- function(landscape, directions = 8, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_enn_mn_calc, - directions = directions, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - - -lsm_c_enn_mn_calc <- function(landscape, directions, verbose, - points = NULL) { - - enn <- lsm_p_enn_calc(landscape, - directions = directions, - verbose = verbose, - points = points) - - # all cells are NA - if (all(is.na(enn$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "enn_mn", - value = as.double(NA))) - } - - enn_mn <- stats::aggregate(x = enn[, 5], by = enn[, 2], FUN = mean) - - return(tibble::tibble(level = "class", - class = as.integer(enn_mn$class), - id = as.integer(NA), - metric = "enn_mn", - value = as.double(enn_mn$value))) -} +#' ENN_MN (class level) +#' +#' @description Mean of euclidean nearest-neighbor distance (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' @param verbose Print warning message if not sufficient patches are present +#' +#' @details +#' \deqn{ENN_{MN} = mean(ENN[patch_{ij}])} +#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance +#' of each patch. +#' +#' ENN_MN is an 'Aggregation metric'. It summarises each class as the mean of each patch +#' belonging to class i. ENN measures the distance to the nearest neighbouring patch +#' of the same class i. The distance is measured from edge-to-edge. The range is limited +#' by the cell resolution on the lower limit and the landscape extent on the upper limit. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{ENN_MN > 0} +#' \subsection{Behaviour}{Approaches ENN_MN = 0 as the distance to the nearest neighbour +#' decreases, i.e. patches of the same class i are more aggregated. Increases, without limit, +#' as the distance between neighbouring patches of the same class i increases, i.e. patches are +#' more isolated.} +#' +#' @seealso +#' \code{\link{lsm_p_enn}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_enn_sd}}, +#' \code{\link{lsm_c_enn_cv}}, \cr +#' \code{\link{lsm_l_enn_mn}}, +#' \code{\link{lsm_l_enn_sd}}, +#' \code{\link{lsm_l_enn_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_enn_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_enn_mn +#' @rdname lsm_c_enn_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape +#' structure and breeding birds in the Oregon Coast Range. +#' Ecological monographs, 65(3), 235-260. +#' +#' @export +lsm_c_enn_mn <- function(landscape, directions = 8, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_enn_mn_calc, + directions = directions, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + + +lsm_c_enn_mn_calc <- function(landscape, directions, verbose, + points = NULL) { + + enn <- lsm_p_enn_calc(landscape, + directions = directions, + verbose = verbose, + points = points) + + # all cells are NA + if (all(is.na(enn$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "enn_mn", + value = as.double(NA))) + } + + enn_mn <- stats::aggregate(x = enn[, 5], by = enn[, 2], FUN = mean) + + return(tibble::tibble(level = "class", + class = as.integer(enn_mn$class), + id = as.integer(NA), + metric = "enn_mn", + value = as.double(enn_mn$value))) +} diff --git a/R/lsm_c_enn_sd.R b/R/lsm_c_enn_sd.R index 3fb11ecc3..bed3f3ac8 100644 --- a/R/lsm_c_enn_sd.R +++ b/R/lsm_c_enn_sd.R @@ -1,95 +1,95 @@ -#' ENN_SD (class level) -#' -#' @description Standard deviation of euclidean nearest-neighbor distance (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' @param verbose Print warning message if not sufficient patches are present -#' -#' @details -#' \deqn{ENN_{SD} = sd(ENN[patch_{ij}])} -#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance -#' of each patch. -#' -#' ENN_CV is an 'Aggregation metric'. It summarises each class as the standard -#' deviation of each patch belonging to class i. ENN measures the distance to the nearest -#' neighbouring patch of the same class i. The distance is measured from edge-to-edge. -#' The range is limited by the cell resolution on the lower limit and the landscape extent -#' on the upper limit. The metric is a simple way to describe patch isolation. Because it is -#' scaled to the mean, it is easily comparable among different landscapes. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{ENN_SD >= 0} -#' \subsection{Behaviour}{Equals ENN_SD = 0 if the euclidean nearest-neighbor distance is -#' identical for all patches. Increases, without limit, as the variation of ENN increases.} -#' -#' @seealso -#' \code{\link{lsm_p_enn}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_enn_mn}}, -#' \code{\link{lsm_c_enn_cv}}, \cr -#' \code{\link{lsm_l_enn_mn}}, -#' \code{\link{lsm_l_enn_sd}}, -#' \code{\link{lsm_l_enn_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_enn_sd(landscape) -#' -#' @aliases lsm_c_enn_sd -#' @rdname lsm_c_enn_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape -#' structure and breeding birds in the Oregon Coast Range. -#' Ecological monographs, 65(3), 235-260. -#' -#' @export -lsm_c_enn_sd <- function(landscape, directions = 8, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_enn_sd_calc, - directions = directions, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - - -lsm_c_enn_sd_calc <- function(landscape, directions, verbose, - points = NULL) { - - enn <- lsm_p_enn_calc(landscape, - directions = directions, - verbose = verbose, - points = points) - - # all cells are NA - if (all(is.na(enn$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "enn_sd", - value = as.double(NA))) - } - - enn_sd <- stats::aggregate(x = enn[, 5], by = enn[, 2], FUN = stats::sd) - - return(tibble::tibble(level = "class", - class = as.integer(enn_sd$class), - id = as.integer(NA), - metric = "enn_sd", - value = as.double(enn_sd$value))) -} +#' ENN_SD (class level) +#' +#' @description Standard deviation of euclidean nearest-neighbor distance (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' @param verbose Print warning message if not sufficient patches are present +#' +#' @details +#' \deqn{ENN_{SD} = sd(ENN[patch_{ij}])} +#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance +#' of each patch. +#' +#' ENN_CV is an 'Aggregation metric'. It summarises each class as the standard +#' deviation of each patch belonging to class i. ENN measures the distance to the nearest +#' neighbouring patch of the same class i. The distance is measured from edge-to-edge. +#' The range is limited by the cell resolution on the lower limit and the landscape extent +#' on the upper limit. The metric is a simple way to describe patch isolation. Because it is +#' scaled to the mean, it is easily comparable among different landscapes. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{ENN_SD >= 0} +#' \subsection{Behaviour}{Equals ENN_SD = 0 if the euclidean nearest-neighbor distance is +#' identical for all patches. Increases, without limit, as the variation of ENN increases.} +#' +#' @seealso +#' \code{\link{lsm_p_enn}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_enn_mn}}, +#' \code{\link{lsm_c_enn_cv}}, \cr +#' \code{\link{lsm_l_enn_mn}}, +#' \code{\link{lsm_l_enn_sd}}, +#' \code{\link{lsm_l_enn_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_enn_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_enn_sd +#' @rdname lsm_c_enn_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape +#' structure and breeding birds in the Oregon Coast Range. +#' Ecological monographs, 65(3), 235-260. +#' +#' @export +lsm_c_enn_sd <- function(landscape, directions = 8, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_enn_sd_calc, + directions = directions, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + + +lsm_c_enn_sd_calc <- function(landscape, directions, verbose, + points = NULL) { + + enn <- lsm_p_enn_calc(landscape, + directions = directions, + verbose = verbose, + points = points) + + # all cells are NA + if (all(is.na(enn$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "enn_sd", + value = as.double(NA))) + } + + enn_sd <- stats::aggregate(x = enn[, 5], by = enn[, 2], FUN = stats::sd) + + return(tibble::tibble(level = "class", + class = as.integer(enn_sd$class), + id = as.integer(NA), + metric = "enn_sd", + value = as.double(enn_sd$value))) +} diff --git a/R/lsm_c_frac_cv.R b/R/lsm_c_frac_cv.R index 78212d87c..e76d895de 100644 --- a/R/lsm_c_frac_cv.R +++ b/R/lsm_c_frac_cv.R @@ -23,8 +23,7 @@ #' indices increases.} #' #' @seealso -#' \code{\link{lsm_p_frac}}, -#' \code{\link{cv}}, \cr +#' \code{\link{lsm_p_frac}}, \cr #' \code{\link{lsm_c_frac_mn}}, #' \code{\link{lsm_c_frac_sd}}, \cr #' \code{\link{lsm_l_frac_mn}}, @@ -34,7 +33,7 @@ #' @return tibble #' #' @examples -#' lsm_c_frac_cv(landscape) +#' lsm_c_frac_cv(terra::unwrap(landscape)) #' #' @aliases lsm_c_frac_cv #' @rdname lsm_c_frac_cv diff --git a/R/lsm_c_frac_mn.R b/R/lsm_c_frac_mn.R index 675129cb1..4c57a822a 100644 --- a/R/lsm_c_frac_mn.R +++ b/R/lsm_c_frac_mn.R @@ -1,86 +1,86 @@ -#' FRAC_MN (class level) -#' -#' @description Mean fractal dimension index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{FRAC_{MN} = mean(FRAC[patch_{ij}])} -#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. -#' -#' FRAC_MN is a 'Shape metric'. The metric summarises each class -#' as the mean of the fractal dimension index of all patches belonging to class i. -#' The fractal dimension index is based on the patch perimeter and -#' the patch area and describes the patch complexity. The Coefficient of variation is -#' scaled to the mean and comparable among different landscapes. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{FRAC_MN > 0 } -#' \subsection{Behaviour}{Approaches FRAC_MN = 1 if all patches are squared and FRAC_MN = 2 -#' if all patches are irregular.} -#' -#' @seealso -#' \code{\link{lsm_p_frac}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_frac_sd}}, -#' \code{\link{lsm_c_frac_cv}}, \cr -#' \code{\link{lsm_l_frac_mn}}, -#' \code{\link{lsm_l_frac_sd}}, -#' \code{\link{lsm_l_frac_cv}} -#' -#' @examples -#' lsm_c_frac_mn(landscape) -#' -#' @aliases lsm_c_frac_mn -#' @rdname lsm_c_frac_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. -#' San Francisco. W. H. Freeman and Company. -#' -#' @export -lsm_c_frac_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_frac_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_frac_mn_calc <- function(landscape, directions, resolution = NULL){ - - frac <- lsm_p_frac_calc(landscape, - directions = directions, - resolution = resolution) - - # all cells are NA - if (all(is.na(frac$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "frac_mn", - value = as.double(NA))) - } - - frac_mean <- stats::aggregate(x = frac[, 5], by = frac[, 2], FUN = mean) - - return(tibble::tibble(level = "class", - class = as.integer(frac_mean$class), - id = as.integer(NA), - metric = "frac_mn", - value = as.double(frac_mean$value))) -} +#' FRAC_MN (class level) +#' +#' @description Mean fractal dimension index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{FRAC_{MN} = mean(FRAC[patch_{ij}])} +#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. +#' +#' FRAC_MN is a 'Shape metric'. The metric summarises each class +#' as the mean of the fractal dimension index of all patches belonging to class i. +#' The fractal dimension index is based on the patch perimeter and +#' the patch area and describes the patch complexity. The Coefficient of variation is +#' scaled to the mean and comparable among different landscapes. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{FRAC_MN > 0 } +#' \subsection{Behaviour}{Approaches FRAC_MN = 1 if all patches are squared and FRAC_MN = 2 +#' if all patches are irregular.} +#' +#' @seealso +#' \code{\link{lsm_p_frac}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_frac_sd}}, +#' \code{\link{lsm_c_frac_cv}}, \cr +#' \code{\link{lsm_l_frac_mn}}, +#' \code{\link{lsm_l_frac_sd}}, +#' \code{\link{lsm_l_frac_cv}} +#' +#' @examples +#' lsm_c_frac_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_frac_mn +#' @rdname lsm_c_frac_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. +#' San Francisco. W. H. Freeman and Company. +#' +#' @export +lsm_c_frac_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_frac_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_frac_mn_calc <- function(landscape, directions, resolution = NULL){ + + frac <- lsm_p_frac_calc(landscape, + directions = directions, + resolution = resolution) + + # all cells are NA + if (all(is.na(frac$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "frac_mn", + value = as.double(NA))) + } + + frac_mean <- stats::aggregate(x = frac[, 5], by = frac[, 2], FUN = mean) + + return(tibble::tibble(level = "class", + class = as.integer(frac_mean$class), + id = as.integer(NA), + metric = "frac_mn", + value = as.double(frac_mean$value))) +} diff --git a/R/lsm_c_frac_sd.R b/R/lsm_c_frac_sd.R index 102a3b189..6b1521c90 100644 --- a/R/lsm_c_frac_sd.R +++ b/R/lsm_c_frac_sd.R @@ -1,89 +1,89 @@ -#' FRAC_SD (class level) -#' -#' @description Standard deviation fractal dimension index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{FRAC_{SD} = sd(FRAC[patch_{ij}])} -#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. -#' -#' FRAC_SD is a 'Shape metric'. The metric summarises each class -#' as the standard deviation of the fractal dimension index of all patches -#' belonging to class i. The fractal dimension index is based on the patch perimeter and -#' the patch area and describes the patch complexity. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{FRAC_SD>= 0 } -#' \subsection{Behaviour}{Equals FRAC_SD = 0 if the fractal dimension index is identical -#' for all patches. Increases, without limit, as the variation of the fractal dimension -#' indices increases.} -#' -#' @seealso -#' \code{\link{lsm_p_frac}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_frac_mn}}, -#' \code{\link{lsm_c_frac_cv}}, \cr -#' \code{\link{lsm_l_frac_mn}}, -#' \code{\link{lsm_l_frac_sd}}, -#' \code{\link{lsm_l_frac_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_frac_sd(landscape) -#' -#' @aliases lsm_c_frac_sd -#' @rdname lsm_c_frac_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. -#' San Francisco. W. H. Freeman and Company. -#' -#' @export -lsm_c_frac_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_frac_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_frac_sd_calc <- function(landscape, directions, resolution = NULL){ - - frac <- lsm_p_frac_calc(landscape, - directions = directions, - resolution = resolution) - - # all cells are NA - if (all(is.na(frac$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "frac_sd", - value = as.double(NA))) - } - - frac_sd <- stats::aggregate(x = frac[, 5], by = frac[, 2], - FUN = stats::sd) - - return(tibble::tibble(level = "class", - class = as.integer(frac_sd$class), - id = as.integer(NA), - metric = "frac_sd", - value = as.double(frac_sd$value))) -} +#' FRAC_SD (class level) +#' +#' @description Standard deviation fractal dimension index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{FRAC_{SD} = sd(FRAC[patch_{ij}])} +#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. +#' +#' FRAC_SD is a 'Shape metric'. The metric summarises each class +#' as the standard deviation of the fractal dimension index of all patches +#' belonging to class i. The fractal dimension index is based on the patch perimeter and +#' the patch area and describes the patch complexity. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{FRAC_SD>= 0 } +#' \subsection{Behaviour}{Equals FRAC_SD = 0 if the fractal dimension index is identical +#' for all patches. Increases, without limit, as the variation of the fractal dimension +#' indices increases.} +#' +#' @seealso +#' \code{\link{lsm_p_frac}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_frac_mn}}, +#' \code{\link{lsm_c_frac_cv}}, \cr +#' \code{\link{lsm_l_frac_mn}}, +#' \code{\link{lsm_l_frac_sd}}, +#' \code{\link{lsm_l_frac_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_frac_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_frac_sd +#' @rdname lsm_c_frac_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. +#' San Francisco. W. H. Freeman and Company. +#' +#' @export +lsm_c_frac_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_frac_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_frac_sd_calc <- function(landscape, directions, resolution = NULL){ + + frac <- lsm_p_frac_calc(landscape, + directions = directions, + resolution = resolution) + + # all cells are NA + if (all(is.na(frac$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "frac_sd", + value = as.double(NA))) + } + + frac_sd <- stats::aggregate(x = frac[, 5], by = frac[, 2], + FUN = stats::sd) + + return(tibble::tibble(level = "class", + class = as.integer(frac_sd$class), + id = as.integer(NA), + metric = "frac_sd", + value = as.double(frac_sd$value))) +} diff --git a/R/lsm_c_gyrate_cv.R b/R/lsm_c_gyrate_cv.R index e734b85ca..ac7fc212c 100644 --- a/R/lsm_c_gyrate_cv.R +++ b/R/lsm_c_gyrate_cv.R @@ -30,8 +30,7 @@ #' increases.} #' #' @seealso -#' \code{\link{lsm_p_gyrate}}, -#' \code{\link{cv}}, \cr +#' \code{\link{lsm_p_gyrate}}, \cr #' \code{\link{lsm_c_gyrate_mn}}, #' \code{\link{lsm_c_gyrate_sd}}, \cr #' \code{\link{lsm_l_gyrate_mn}}, @@ -41,7 +40,7 @@ #' @return tibble #' #' @examples -#' lsm_c_gyrate_cv(landscape) +#' lsm_c_gyrate_cv(terra::unwrap(landscape)) #' #' @aliases lsm_c_gyrate_cv #' @rdname lsm_c_gyrate_cv diff --git a/R/lsm_c_gyrate_mn.R b/R/lsm_c_gyrate_mn.R index 68e853a3c..bb813f670 100644 --- a/R/lsm_c_gyrate_mn.R +++ b/R/lsm_c_gyrate_mn.R @@ -1,99 +1,99 @@ -#' GYRATE_MN (class level) -#' -#' @description Mean radius of gyration (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param cell_center If true, the coordinates of the centroid are forced to be -#' a cell center within the patch. -#' -#' @details -#' \deqn{GYRATE_{MN} = mean(GYRATE[patch_{ij}])} -#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. -#' -#' GYRATE_MN is an 'Area and edge metric'. The metric summarises each class -#' as the mean of the radius of gyration of all patches belonging to class i. -#' GYRATE measures the distance from each cell to the patch centroid and is based on -#' cell center-to-cell center distances. The metrics characterises -#' both the patch area and compactness. -#' -#' If `cell_center = TRUE` some patches might have several possible cell-center -#' centroids. In this case, the gyrate index is based on the mean distance of all -#' cells to all possible cell-center centroids. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{GYRATE_MN >= 0 } -#' \subsection{Behaviour}{Approaches GYRATE_MN = 0 if every patch is a single cell. Increases, -#' without limit, when only one patch is present.} -#' -#' @seealso -#' \code{\link{lsm_p_gyrate}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_gyrate_sd}}, -#' \code{\link{lsm_c_gyrate_cv}}, \cr -#' \code{\link{lsm_l_gyrate_mn}}, -#' \code{\link{lsm_l_gyrate_sd}}, -#' \code{\link{lsm_l_gyrate_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_gyrate_mn(landscape) -#' -#' @aliases lsm_c_gyrate_mn -#' @rdname lsm_c_gyrate_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales -#' in fragmented landscapes. Conservation ecology, 1(1). -#' -#' @export -lsm_c_gyrate_mn <- function(landscape, - directions = 8, cell_center = FALSE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_gyrate_mn_calc, - directions = directions, - cell_center = cell_center) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_gyrate_mn_calc <- function(landscape, directions, cell_center, - points = NULL) { - - gyrate <- lsm_p_gyrate_calc(landscape, - directions = directions, - cell_center = cell_center, - points = points) - - # all cells are NA - if (all(is.na(gyrate$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "gyrate_cv", - value = as.double(NA))) - } - - gyrate_mn <- stats::aggregate(x = gyrate[, 5], by = gyrate[, 2], - FUN = mean) - - return(tibble::tibble(level = "class", - class = as.integer(gyrate_mn$class), - id = as.integer(NA), - metric = "gyrate_mn", - value = as.double(gyrate_mn$value))) -} +#' GYRATE_MN (class level) +#' +#' @description Mean radius of gyration (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param cell_center If true, the coordinates of the centroid are forced to be +#' a cell center within the patch. +#' +#' @details +#' \deqn{GYRATE_{MN} = mean(GYRATE[patch_{ij}])} +#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. +#' +#' GYRATE_MN is an 'Area and edge metric'. The metric summarises each class +#' as the mean of the radius of gyration of all patches belonging to class i. +#' GYRATE measures the distance from each cell to the patch centroid and is based on +#' cell center-to-cell center distances. The metrics characterises +#' both the patch area and compactness. +#' +#' If `cell_center = TRUE` some patches might have several possible cell-center +#' centroids. In this case, the gyrate index is based on the mean distance of all +#' cells to all possible cell-center centroids. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{GYRATE_MN >= 0 } +#' \subsection{Behaviour}{Approaches GYRATE_MN = 0 if every patch is a single cell. Increases, +#' without limit, when only one patch is present.} +#' +#' @seealso +#' \code{\link{lsm_p_gyrate}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_gyrate_sd}}, +#' \code{\link{lsm_c_gyrate_cv}}, \cr +#' \code{\link{lsm_l_gyrate_mn}}, +#' \code{\link{lsm_l_gyrate_sd}}, +#' \code{\link{lsm_l_gyrate_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_gyrate_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_gyrate_mn +#' @rdname lsm_c_gyrate_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales +#' in fragmented landscapes. Conservation ecology, 1(1). +#' +#' @export +lsm_c_gyrate_mn <- function(landscape, + directions = 8, cell_center = FALSE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_gyrate_mn_calc, + directions = directions, + cell_center = cell_center) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_gyrate_mn_calc <- function(landscape, directions, cell_center, + points = NULL) { + + gyrate <- lsm_p_gyrate_calc(landscape, + directions = directions, + cell_center = cell_center, + points = points) + + # all cells are NA + if (all(is.na(gyrate$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "gyrate_cv", + value = as.double(NA))) + } + + gyrate_mn <- stats::aggregate(x = gyrate[, 5], by = gyrate[, 2], + FUN = mean) + + return(tibble::tibble(level = "class", + class = as.integer(gyrate_mn$class), + id = as.integer(NA), + metric = "gyrate_mn", + value = as.double(gyrate_mn$value))) +} diff --git a/R/lsm_c_gyrate_sd.R b/R/lsm_c_gyrate_sd.R index 6ac96ac1d..e69d3a144 100644 --- a/R/lsm_c_gyrate_sd.R +++ b/R/lsm_c_gyrate_sd.R @@ -1,100 +1,99 @@ -#' GYRATE_SD (class level) -#' -#' @description Standard deviation radius of gyration (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param cell_center If true, the coordinates of the centroid are forced to be -#' a cell center within the patch. -#' -#' @details -#' \deqn{GYRATE_{SD} = sd(GYRATE[patch_{ij}])} -#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. -#' -#' GYRATE_SD is an 'Area and edge metric'. The metric summarises each class -#' as the standard deviation of the radius of gyration of all patches -#' belonging to class i. GYRATE measures the distance from each cell to the patch -#' centroid and is based on cell center-to-cell center distances. The metrics characterises -#' both the patch area and compactness. -#' -#' If `cell_center = TRUE` some patches might have several possible cell-center -#' centroids. In this case, the gyrate index is based on the mean distance of all -#' cells to all possible cell-center centroids. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{GYRATE_SD >= 0 } -#' \subsection{Behaviour}{Equals GYRATE_SD = 0 if the radius of gyration is identical -#' for all patches. Increases, without limit, as the variation of the radius of gyration -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_gyrate}}, -#' \code{\link{cv}}, \cr -#' \code{\link{lsm_c_gyrate_mn}}, -#' \code{\link{lsm_c_gyrate_cv}}, \cr -#' \code{\link{lsm_l_gyrate_mn}}, -#' \code{\link{lsm_l_gyrate_sd}}, -#' \code{\link{lsm_l_gyrate_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_gyrate_sd(landscape) -#' -#' @aliases lsm_c_gyrate_sd -#' @rdname lsm_c_gyrate_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales -#' in fragmented landscapes. Conservation ecology, 1(1). -#' -#' @export -lsm_c_gyrate_sd <- function(landscape, - directions = 8, cell_center = FALSE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_gyrate_sd_calc, - directions = directions, - cell_center = cell_center) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_gyrate_sd_calc <- function(landscape, directions, cell_center, - points = NULL) { - - gyrate <- lsm_p_gyrate_calc(landscape, - directions = directions, - cell_center = cell_center, - points = points) - - # all cells are NA - if (all(is.na(gyrate$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "gyrate_sd", - value = as.double(NA))) - } - - gyrate_sd <- stats::aggregate(x = gyrate[, 5], by = gyrate[, 2], - FUN = stats::sd) - - return(tibble::tibble(level = "class", - class = as.integer(gyrate_sd$class), - id = as.integer(NA), - metric = "gyrate_sd", - value = as.double(gyrate_sd$value))) -} +#' GYRATE_SD (class level) +#' +#' @description Standard deviation radius of gyration (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param cell_center If true, the coordinates of the centroid are forced to be +#' a cell center within the patch. +#' +#' @details +#' \deqn{GYRATE_{SD} = sd(GYRATE[patch_{ij}])} +#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. +#' +#' GYRATE_SD is an 'Area and edge metric'. The metric summarises each class +#' as the standard deviation of the radius of gyration of all patches +#' belonging to class i. GYRATE measures the distance from each cell to the patch +#' centroid and is based on cell center-to-cell center distances. The metrics characterises +#' both the patch area and compactness. +#' +#' If `cell_center = TRUE` some patches might have several possible cell-center +#' centroids. In this case, the gyrate index is based on the mean distance of all +#' cells to all possible cell-center centroids. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{GYRATE_SD >= 0 } +#' \subsection{Behaviour}{Equals GYRATE_SD = 0 if the radius of gyration is identical +#' for all patches. Increases, without limit, as the variation of the radius of gyration +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_gyrate}}, \cr +#' \code{\link{lsm_c_gyrate_mn}}, +#' \code{\link{lsm_c_gyrate_cv}}, \cr +#' \code{\link{lsm_l_gyrate_mn}}, +#' \code{\link{lsm_l_gyrate_sd}}, +#' \code{\link{lsm_l_gyrate_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_gyrate_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_gyrate_sd +#' @rdname lsm_c_gyrate_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales +#' in fragmented landscapes. Conservation ecology, 1(1). +#' +#' @export +lsm_c_gyrate_sd <- function(landscape, + directions = 8, cell_center = FALSE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_gyrate_sd_calc, + directions = directions, + cell_center = cell_center) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_gyrate_sd_calc <- function(landscape, directions, cell_center, + points = NULL) { + + gyrate <- lsm_p_gyrate_calc(landscape, + directions = directions, + cell_center = cell_center, + points = points) + + # all cells are NA + if (all(is.na(gyrate$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "gyrate_sd", + value = as.double(NA))) + } + + gyrate_sd <- stats::aggregate(x = gyrate[, 5], by = gyrate[, 2], + FUN = stats::sd) + + return(tibble::tibble(level = "class", + class = as.integer(gyrate_sd$class), + id = as.integer(NA), + metric = "gyrate_sd", + value = as.double(gyrate_sd$value))) +} diff --git a/R/lsm_c_iji.R b/R/lsm_c_iji.R index c95e77aa1..a2b8091d9 100644 --- a/R/lsm_c_iji.R +++ b/R/lsm_c_iji.R @@ -26,7 +26,7 @@ #' @return tibble # #' @examples -#'lsm_c_iji(landscape) +#'lsm_c_iji(terra::unwrap(landscape)) # #' @aliases lsm_c_iji #' @rdname lsm_c_iji diff --git a/R/lsm_c_lpi.R b/R/lsm_c_lpi.R index 4240425b5..ac961c819 100644 --- a/R/lsm_c_lpi.R +++ b/R/lsm_c_lpi.R @@ -1,88 +1,88 @@ -#' LPI (class level) -#' -#' @description Largest patch index (Area and Edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{LPI = \frac{\max \limits_{j = 1}^{n} (a_{ij})} {A} * 100} -#' where \eqn{max(a_{ij})} is the area of the patch in square meters and \eqn{A} -#' is the total landscape area in square meters. -#' -#' The largest patch index is an 'Area and edge metric'. It is the percentage of the -#' landscape covered by the corresponding largest patch of each class i. It is a simple -#' measure of dominance. -#' -#' \subsection{Units}{Percentage} -#' \subsection{Range}{0 < LPI <= 100} -#' \subsection{Behaviour}{Approaches LPI = 0 when the largest patch is becoming small -#' and equals LPI = 100 when only one patch is present} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_l_lpi}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_lpi(landscape) -#' -#' @aliases lsm_c_lpi -#' @rdname lsm_c_lpi -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_lpi <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_lpi_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_lpi_calc <- function(landscape, directions, resolution = NULL) { - - # get patch area - patch_area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # all cells are NA - if (all(is.na(patch_area$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "lpi", - value = as.double(NA))) - } - - # summarise to total area - total_area <- sum(patch_area$value) - - # calculate largest patch index - patch_area$value <- patch_area$value / total_area * 100 - - # summarise for each class - lpi <- stats::aggregate(x = patch_area[, 5], by = patch_area[, 2], FUN = max) - - return(tibble::tibble(level = "class", - class = as.integer(lpi$class), - id = as.integer(NA), - metric = "lpi", - value = as.double(lpi$value))) -} +#' LPI (class level) +#' +#' @description Largest patch index (Area and Edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{LPI = \frac{\max \limits_{j = 1}^{n} (a_{ij})} {A} * 100} +#' where \eqn{max(a_{ij})} is the area of the patch in square meters and \eqn{A} +#' is the total landscape area in square meters. +#' +#' The largest patch index is an 'Area and edge metric'. It is the percentage of the +#' landscape covered by the corresponding largest patch of each class i. It is a simple +#' measure of dominance. +#' +#' \subsection{Units}{Percentage} +#' \subsection{Range}{0 < LPI <= 100} +#' \subsection{Behaviour}{Approaches LPI = 0 when the largest patch is becoming small +#' and equals LPI = 100 when only one patch is present} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_l_lpi}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_lpi(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_lpi +#' @rdname lsm_c_lpi +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_lpi <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_lpi_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_lpi_calc <- function(landscape, directions, resolution = NULL) { + + # get patch area + patch_area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # all cells are NA + if (all(is.na(patch_area$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "lpi", + value = as.double(NA))) + } + + # summarise to total area + total_area <- sum(patch_area$value) + + # calculate largest patch index + patch_area$value <- patch_area$value / total_area * 100 + + # summarise for each class + lpi <- stats::aggregate(x = patch_area[, 5], by = patch_area[, 2], FUN = max) + + return(tibble::tibble(level = "class", + class = as.integer(lpi$class), + id = as.integer(NA), + metric = "lpi", + value = as.double(lpi$value))) +} diff --git a/R/lsm_c_lsi.R b/R/lsm_c_lsi.R index db3ab814a..40d4c3dbc 100644 --- a/R/lsm_c_lsi.R +++ b/R/lsm_c_lsi.R @@ -26,7 +26,7 @@ #' @return tibble #' #' @examples -#' lsm_c_lsi(landscape) +#' lsm_c_lsi(terra::unwrap(landscape)) #' #' @aliases lsm_c_lsi #' @rdname lsm_c_lsi diff --git a/R/lsm_c_mesh.R b/R/lsm_c_mesh.R index f9dc00a30..24a3d3950 100644 --- a/R/lsm_c_mesh.R +++ b/R/lsm_c_mesh.R @@ -1,96 +1,96 @@ -#' MESH (class level) -#' -#' @description Effective Mesh Size (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{MESH = \frac{\sum \limits_{j = 1}^{n} a_{ij} ^ 2} {A} * \frac{1} {10000}} -#' where \eqn{a_{ij}} is the patch area in square meters and \eqn{A} is the -#' total landscape area in square meters. -#' -#' The effective mesh size is an 'Aggregation metric'. Because each patch is squared -#' before the sums for each group i are calculated and the sum is standardized by the -#' total landscape area, MESH is a relative measure of patch structure. MESH is -#' perfectly, negatively correlated to \code{\link{lsm_c_division}}. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{cell size / total area <= MESH <= total area} -#' \subsection{Behaviour}{Equals cellsize/total area if class covers only -#' one cell and equals total area if only one patch is present.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_l_mesh}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_mesh(landscape) -#' -#' @aliases lsm_c_mesh -#' @rdname lsm_c_mesh -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh -#' size: new measures of landscape fragmentation. -#' Landscape ecology, 15(2), 115-130. -#' -#' @export -lsm_c_mesh <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_mesh_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_mesh_calc <- function(landscape, directions, resolution = NULL) { - - # get patch area - patch_area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise to landscape area in sqm - total_area <- sum(patch_area$value) * 10000 - - # all values NA - if (is.na(total_area)) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "mesh", - value = as.double(NA))) - } - - # calculate mesh for each patch - patch_area$value <- (patch_area$value * 10000) ^ 2 - - # summarise for each class - mesh <- stats::aggregate(x = patch_area[, 5], by = patch_area[, 2], FUN = sum) - - # relative to total landscape area - mesh$value <- (mesh$value / total_area) * (1 / 10000) - - return(tibble::tibble(level = "class", - class = as.integer(mesh$class), - id = as.integer(NA), - metric = "mesh", - value = as.double(mesh$value))) -} +#' MESH (class level) +#' +#' @description Effective Mesh Size (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{MESH = \frac{\sum \limits_{j = 1}^{n} a_{ij} ^ 2} {A} * \frac{1} {10000}} +#' where \eqn{a_{ij}} is the patch area in square meters and \eqn{A} is the +#' total landscape area in square meters. +#' +#' The effective mesh size is an 'Aggregation metric'. Because each patch is squared +#' before the sums for each group i are calculated and the sum is standardized by the +#' total landscape area, MESH is a relative measure of patch structure. MESH is +#' perfectly, negatively correlated to \code{\link{lsm_c_division}}. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{cell size / total area <= MESH <= total area} +#' \subsection{Behaviour}{Equals cellsize/total area if class covers only +#' one cell and equals total area if only one patch is present.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_l_mesh}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_mesh(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_mesh +#' @rdname lsm_c_mesh +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh +#' size: new measures of landscape fragmentation. +#' Landscape ecology, 15(2), 115-130. +#' +#' @export +lsm_c_mesh <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_mesh_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_mesh_calc <- function(landscape, directions, resolution = NULL) { + + # get patch area + patch_area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise to landscape area in sqm + total_area <- sum(patch_area$value) * 10000 + + # all values NA + if (is.na(total_area)) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "mesh", + value = as.double(NA))) + } + + # calculate mesh for each patch + patch_area$value <- (patch_area$value * 10000) ^ 2 + + # summarise for each class + mesh <- stats::aggregate(x = patch_area[, 5], by = patch_area[, 2], FUN = sum) + + # relative to total landscape area + mesh$value <- (mesh$value / total_area) * (1 / 10000) + + return(tibble::tibble(level = "class", + class = as.integer(mesh$class), + id = as.integer(NA), + metric = "mesh", + value = as.double(mesh$value))) +} diff --git a/R/lsm_c_ndca.R b/R/lsm_c_ndca.R index bb9ebad06..2c4638a9f 100644 --- a/R/lsm_c_ndca.R +++ b/R/lsm_c_ndca.R @@ -1,95 +1,95 @@ -#' NDCA (class level) -#' -#' @description Number of disjunct core areas (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{NDCA = \sum \limits_{j = 1}^{n} n_{ij}^{core}} -#' where \eqn{n_{ij}^{core}} is the number of disjunct core areas. -#' -#' NDCA is a 'Core area metric'. The metric summarises class i as the sum of all -#' patches belonging to class i. A cell is defined as core if the cell has no -#' neighbour with a different value than itself (rook's case). NDCA counts the disjunct -#' core areas, whereby a core area is a 'patch within the patch' containing only core cells. -#' It describes patch area and shape simultaneously (more core area when the patch is large, -#' however, the shape must allow disjunct core areas). Thereby, a compact shape (e.g. a square) -#' will contain less disjunct core areas than a more irregular patch. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{NDCA >= 0} -#' \subsection{Behaviour}{NDCA = 0 when TCA = 0, i.e. every cell in patches of class i is -#' an edge. NDCA increases, with out limit, as core area increases and patch shapes allow -#' disjunct core areas (i.e. patch shapes become rather complex).} -#' -#' @seealso -#' \code{\link{lsm_c_tca}}, \cr -#' \code{\link{lsm_p_ncore}}, -#' \code{\link{lsm_l_ndca}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_ndca(landscape) -#' -#' @aliases lsm_c_ndca -#' @rdname lsm_c_ndca -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_ndca <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_ndca_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_ndca_calc <- function(landscape, directions, consider_boundary, edge_depth, - points = NULL){ - - # get number of core areas for each patch - ndca <- lsm_p_ncore_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - points = points) - - # all cells are NA - if (all(is.na(ndca$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "ndca", - value = as.double(NA))) - } - - # summarise for each class - ndca <- stats::aggregate(x = ndca[, 5], by = ndca[, 2], FUN = sum) - - return(tibble::tibble(level = "class", - class = as.integer(ndca$class), - id = as.integer(NA), - metric = "ndca", - value = as.double(ndca$value))) -} +#' NDCA (class level) +#' +#' @description Number of disjunct core areas (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{NDCA = \sum \limits_{j = 1}^{n} n_{ij}^{core}} +#' where \eqn{n_{ij}^{core}} is the number of disjunct core areas. +#' +#' NDCA is a 'Core area metric'. The metric summarises class i as the sum of all +#' patches belonging to class i. A cell is defined as core if the cell has no +#' neighbour with a different value than itself (rook's case). NDCA counts the disjunct +#' core areas, whereby a core area is a 'patch within the patch' containing only core cells. +#' It describes patch area and shape simultaneously (more core area when the patch is large, +#' however, the shape must allow disjunct core areas). Thereby, a compact shape (e.g. a square) +#' will contain less disjunct core areas than a more irregular patch. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{NDCA >= 0} +#' \subsection{Behaviour}{NDCA = 0 when TCA = 0, i.e. every cell in patches of class i is +#' an edge. NDCA increases, with out limit, as core area increases and patch shapes allow +#' disjunct core areas (i.e. patch shapes become rather complex).} +#' +#' @seealso +#' \code{\link{lsm_c_tca}}, \cr +#' \code{\link{lsm_p_ncore}}, +#' \code{\link{lsm_l_ndca}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_ndca(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_ndca +#' @rdname lsm_c_ndca +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_ndca <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_ndca_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_ndca_calc <- function(landscape, directions, consider_boundary, edge_depth, + points = NULL){ + + # get number of core areas for each patch + ndca <- lsm_p_ncore_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + points = points) + + # all cells are NA + if (all(is.na(ndca$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "ndca", + value = as.double(NA))) + } + + # summarise for each class + ndca <- stats::aggregate(x = ndca[, 5], by = ndca[, 2], FUN = sum) + + return(tibble::tibble(level = "class", + class = as.integer(ndca$class), + id = as.integer(NA), + metric = "ndca", + value = as.double(ndca$value))) +} diff --git a/R/lsm_c_nlsi.R b/R/lsm_c_nlsi.R index b88166d99..88d521b18 100644 --- a/R/lsm_c_nlsi.R +++ b/R/lsm_c_nlsi.R @@ -30,7 +30,7 @@ #' @return tibble #' #' @examples -#' lsm_c_nlsi(landscape) +#' lsm_c_nlsi(terra::unwrap(landscape)) #' #' @aliases lsm_c_nlsi #' @rdname lsm_c_nlsi diff --git a/R/lsm_c_np.R b/R/lsm_c_np.R index 84fd45659..42f44369a 100644 --- a/R/lsm_c_np.R +++ b/R/lsm_c_np.R @@ -24,7 +24,7 @@ #' @return tibble #' #' @examples -#' lsm_c_np(landscape) +#' lsm_c_np(terra::unwrap(landscape)) #' #' @aliases lsm_c_np #' @rdname lsm_c_np diff --git a/R/lsm_c_pafrac.R b/R/lsm_c_pafrac.R index 4bb0bb7db..c62cfe270 100644 --- a/R/lsm_c_pafrac.R +++ b/R/lsm_c_pafrac.R @@ -32,7 +32,7 @@ #' @return tibble #' #' @examples -#' lsm_c_pafrac(landscape) +#' lsm_c_pafrac(terra::unwrap(landscape)) #' #' @aliases lsm_c_pafrac #' @rdname lsm_c_pafrac diff --git a/R/lsm_c_para_cv.R b/R/lsm_c_para_cv.R index e1824d353..2eb032da1 100644 --- a/R/lsm_c_para_cv.R +++ b/R/lsm_c_para_cv.R @@ -23,8 +23,7 @@ #' increases.} #' #' @seealso -#' \code{\link{lsm_p_para}}, -#' \code{\link{cv}}, \cr +#' \code{\link{lsm_p_para}}, \cr #' \code{\link{lsm_c_para_mn}}, #' \code{\link{lsm_c_para_sd}}, \cr #' \code{\link{lsm_l_para_mn}}, @@ -34,7 +33,7 @@ #' @return tibble #' #' @examples -#' lsm_c_para_cv(landscape) +#' lsm_c_para_cv(terra::unwrap(landscape)) #' #' @aliases lsm_c_para_cv #' @rdname lsm_c_para_cv diff --git a/R/lsm_c_para_mn.R b/R/lsm_c_para_mn.R index e43dd1bfd..f4d6c72fa 100644 --- a/R/lsm_c_para_mn.R +++ b/R/lsm_c_para_mn.R @@ -1,86 +1,86 @@ -#' PARA_MN (class level) -#' -#' @description Mean perimeter-area ratio (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PARA_{MN} = mean(PARA[patch_{ij}]} -#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. -#' -#' PARA_MN is a 'Shape metric'. It summarises each class as the mean of -#' each patch belonging to class i. The perimeter-area ratio describes the patch complexity -#' in a straightforward way. However, because it is not standarised to a certain shape -#' (e.g. a square), it is not scale independent, meaning that increasing the patch size -#' while not changing the patch form will change the ratio. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{PARA_MN > 0} -#' \subsection{Behaviour}{Approaches PARA_MN > 0 if PARA for each patch approaches PARA > 0, -#' i.e. the form approaches a rather small square. Increases, without limit, as PARA increases, -#' i.e. patches become more complex.} -#' -#' @seealso -#' \code{\link{lsm_p_para}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_para_sd}}, -#' \code{\link{lsm_c_para_cv}}, \cr -#' \code{\link{lsm_l_para_mn}}, -#' \code{\link{lsm_l_para_sd}}, -#' \code{\link{lsm_l_para_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_para_mn(landscape) -#' -#' @aliases lsm_c_para_mn -#' @rdname lsm_c_para_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_para_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_para_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_para_mn_calc <- function(landscape, directions, resolution = NULL){ - - para <- lsm_p_para_calc(landscape, - directions = directions, - resolution = resolution) - - # all cells are NA - if (all(is.na(para$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "para_mn", - value = as.double(NA))) - } - - para_mn <- stats::aggregate(x = para[, 5], by = para[, 2], FUN = mean) - - return(tibble::tibble(level = "class", - class = as.integer(para_mn$class), - id = as.integer(NA), - metric = "para_mn", - value = as.double(para_mn$value))) -} +#' PARA_MN (class level) +#' +#' @description Mean perimeter-area ratio (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PARA_{MN} = mean(PARA[patch_{ij}]} +#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. +#' +#' PARA_MN is a 'Shape metric'. It summarises each class as the mean of +#' each patch belonging to class i. The perimeter-area ratio describes the patch complexity +#' in a straightforward way. However, because it is not standarised to a certain shape +#' (e.g. a square), it is not scale independent, meaning that increasing the patch size +#' while not changing the patch form will change the ratio. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{PARA_MN > 0} +#' \subsection{Behaviour}{Approaches PARA_MN > 0 if PARA for each patch approaches PARA > 0, +#' i.e. the form approaches a rather small square. Increases, without limit, as PARA increases, +#' i.e. patches become more complex.} +#' +#' @seealso +#' \code{\link{lsm_p_para}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_para_sd}}, +#' \code{\link{lsm_c_para_cv}}, \cr +#' \code{\link{lsm_l_para_mn}}, +#' \code{\link{lsm_l_para_sd}}, +#' \code{\link{lsm_l_para_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_para_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_para_mn +#' @rdname lsm_c_para_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_para_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_para_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_para_mn_calc <- function(landscape, directions, resolution = NULL){ + + para <- lsm_p_para_calc(landscape, + directions = directions, + resolution = resolution) + + # all cells are NA + if (all(is.na(para$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "para_mn", + value = as.double(NA))) + } + + para_mn <- stats::aggregate(x = para[, 5], by = para[, 2], FUN = mean) + + return(tibble::tibble(level = "class", + class = as.integer(para_mn$class), + id = as.integer(NA), + metric = "para_mn", + value = as.double(para_mn$value))) +} diff --git a/R/lsm_c_para_sd.R b/R/lsm_c_para_sd.R index 0dc37dd62..205f332ec 100644 --- a/R/lsm_c_para_sd.R +++ b/R/lsm_c_para_sd.R @@ -1,87 +1,87 @@ -#' PARA_SD (class level) -#' -#' @description Standard deviation perimeter-area ratio (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PARA_{SD} = sd(PARA[patch_{ij}]} -#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. -#' -#' PARA_SD is a 'Shape metric'. It summarises each class as the standard deviation of -#' each patch belonging to class i. The perimeter-area ratio describes the patch complexity -#' in a straightforward way. However, because it is not standarised to a certain shape -#' (e.g. a square), it is not scale independent, meaning that increasing the patch size -#' while not changing the patch form will change the ratio. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{PARA_SD >= 0} -#' \subsection{Behaviour}{Equals PARA_SD = 0 if the perimeter-area ratio is identical for -#' all patches. Increases, without limit, as the variation of the perimeter-area ratio -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_para}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_para_mn}}, -#' \code{\link{lsm_c_para_cv}}, \cr -#' \code{\link{lsm_l_para_mn}}, -#' \code{\link{lsm_l_para_sd}}, -#' \code{\link{lsm_l_para_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_para_sd(landscape) -#' -#' @aliases lsm_c_para_sd -#' @rdname lsm_c_para_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_para_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_para_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_para_sd_calc <- function(landscape, directions, resolution = NULL){ - - para <- lsm_p_para_calc(landscape, - directions = directions, - resolution = resolution) - - # all cells are NA - if (all(is.na(para$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "para_sd", - value = as.double(NA))) - } - - para_sd <- stats::aggregate(x = para[, 5], by = para[, 2], - FUN = stats::sd) - - return(tibble::tibble(level = "class", - class = as.integer(para_sd$class), - id = as.integer(NA), - metric = "para_sd", - value = as.double(para_sd$value))) -} +#' PARA_SD (class level) +#' +#' @description Standard deviation perimeter-area ratio (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PARA_{SD} = sd(PARA[patch_{ij}]} +#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. +#' +#' PARA_SD is a 'Shape metric'. It summarises each class as the standard deviation of +#' each patch belonging to class i. The perimeter-area ratio describes the patch complexity +#' in a straightforward way. However, because it is not standarised to a certain shape +#' (e.g. a square), it is not scale independent, meaning that increasing the patch size +#' while not changing the patch form will change the ratio. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{PARA_SD >= 0} +#' \subsection{Behaviour}{Equals PARA_SD = 0 if the perimeter-area ratio is identical for +#' all patches. Increases, without limit, as the variation of the perimeter-area ratio +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_para}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_para_mn}}, +#' \code{\link{lsm_c_para_cv}}, \cr +#' \code{\link{lsm_l_para_mn}}, +#' \code{\link{lsm_l_para_sd}}, +#' \code{\link{lsm_l_para_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_para_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_para_sd +#' @rdname lsm_c_para_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_para_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_para_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_para_sd_calc <- function(landscape, directions, resolution = NULL){ + + para <- lsm_p_para_calc(landscape, + directions = directions, + resolution = resolution) + + # all cells are NA + if (all(is.na(para$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "para_sd", + value = as.double(NA))) + } + + para_sd <- stats::aggregate(x = para[, 5], by = para[, 2], + FUN = stats::sd) + + return(tibble::tibble(level = "class", + class = as.integer(para_sd$class), + id = as.integer(NA), + metric = "para_sd", + value = as.double(para_sd$value))) +} diff --git a/R/lsm_c_pd.R b/R/lsm_c_pd.R index c57c62566..9c78f375b 100644 --- a/R/lsm_c_pd.R +++ b/R/lsm_c_pd.R @@ -29,7 +29,7 @@ #' @return tibble #' #' @examples -#' lsm_c_pd(landscape) +#' lsm_c_pd(terra::unwrap(landscape)) #' #' @aliases lsm_c_pd #' @rdname lsm_c_pd diff --git a/R/lsm_c_pladj.R b/R/lsm_c_pladj.R index 60d8fbaf4..92fd1d5ac 100644 --- a/R/lsm_c_pladj.R +++ b/R/lsm_c_pladj.R @@ -22,7 +22,7 @@ #' @return tibble #' #' @examples -#' lsm_c_pladj(landscape) +#' lsm_c_pladj(terra::unwrap(landscape)) #' #' @aliases lsm_c_pladj #' @rdname lsm_c_pladj diff --git a/R/lsm_c_pland.R b/R/lsm_c_pland.R index 5d279c945..ffc2d5f04 100644 --- a/R/lsm_c_pland.R +++ b/R/lsm_c_pland.R @@ -1,82 +1,82 @@ -#' PLAND (class level) -#' -#' @description Percentage of landscape of class (Area and Edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PLAND = \frac{\sum \limits_{j = 1}^{n} a_{ij}} {A} * 100} -#' where \eqn{a_{ij}} is the area of each patch and \eqn{A} is the total -#' landscape area. -#' -#' PLAND is an 'Area and edge metric'. It is the percentage of the landscape -#' belonging to class i. It is a measure of composition and because of the relative -#' character directly comparable among landscapes with different total areas. -#' -#' \subsection{Units}{Percentage} -#' \subsection{Range}{0 < PLAND <= 100} -#' \subsection{Behaviour}{Approaches PLAND = 0 when the proportional class area is decreasing. -#' Equals PLAND = 100 when only one patch is present.} -#' -#' @seealso -#' \code{\link{lsm_c_ca}}, -#' \code{\link{lsm_l_ta}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_pland(landscape) -#' -#' @aliases lsm_c_pland -#' @rdname lsm_c_pland -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_pland <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_pland_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_pland_calc <- function(landscape, directions, resolution = NULL){ - - pland <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(pland$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "pland", - value = as.double(NA))) - } - - pland <- stats::aggregate(x = pland[, 5], by = pland[, 2], FUN = sum) - - pland$value <- pland$value / sum(pland$value) * 100 - - return(tibble::tibble(level = "class", - class = as.integer(pland$class), - id = as.integer(NA), - metric = "pland", - value = as.double(pland$value))) -} - +#' PLAND (class level) +#' +#' @description Percentage of landscape of class (Area and Edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PLAND = \frac{\sum \limits_{j = 1}^{n} a_{ij}} {A} * 100} +#' where \eqn{a_{ij}} is the area of each patch and \eqn{A} is the total +#' landscape area. +#' +#' PLAND is an 'Area and edge metric'. It is the percentage of the landscape +#' belonging to class i. It is a measure of composition and because of the relative +#' character directly comparable among landscapes with different total areas. +#' +#' \subsection{Units}{Percentage} +#' \subsection{Range}{0 < PLAND <= 100} +#' \subsection{Behaviour}{Approaches PLAND = 0 when the proportional class area is decreasing. +#' Equals PLAND = 100 when only one patch is present.} +#' +#' @seealso +#' \code{\link{lsm_c_ca}}, +#' \code{\link{lsm_l_ta}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_pland(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_pland +#' @rdname lsm_c_pland +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_pland <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_pland_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_pland_calc <- function(landscape, directions, resolution = NULL){ + + pland <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(pland$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "pland", + value = as.double(NA))) + } + + pland <- stats::aggregate(x = pland[, 5], by = pland[, 2], FUN = sum) + + pland$value <- pland$value / sum(pland$value) * 100 + + return(tibble::tibble(level = "class", + class = as.integer(pland$class), + id = as.integer(NA), + metric = "pland", + value = as.double(pland$value))) +} + diff --git a/R/lsm_c_shape_cv.R b/R/lsm_c_shape_cv.R index 710752e79..720034b32 100644 --- a/R/lsm_c_shape_cv.R +++ b/R/lsm_c_shape_cv.R @@ -21,8 +21,7 @@ #' Increases, without limit, as the variation of the shape index increases.} #' #' @seealso -#' \code{\link{lsm_p_shape}}, -#' \code{\link{cv}}, \cr +#' \code{\link{lsm_p_shape}}, \cr #' \code{\link{lsm_c_shape_mn}}, #' \code{\link{lsm_c_shape_sd}}, \cr #' \code{\link{lsm_l_shape_mn}}, @@ -32,7 +31,7 @@ #' @return tibble #' #' @examples -#' lsm_c_shape_cv(landscape) +#' lsm_c_shape_cv(terra::unwrap(landscape)) #' #' @aliases lsm_c_shape_cv #' @rdname lsm_c_shape_cv diff --git a/R/lsm_c_shape_mn.R b/R/lsm_c_shape_mn.R index a85ca1663..fc3691c45 100644 --- a/R/lsm_c_shape_mn.R +++ b/R/lsm_c_shape_mn.R @@ -1,90 +1,90 @@ -#' SHAPE_MN (class level) -#' -#' @description Mean shape index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{SHAPE_{MN} = mean(SHAPE[patch_{ij}])} -#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. -#' -#' SHAPE_MN is a 'Shape metric'. Each class is summarised as the mean -#' of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter -#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -#' equals the perimeter if the patch would be maximally compact. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{SHAPE_SD >= 1} -#' \subsection{Behaviour}{Equals SHAPE_MN = 0 if all patches are squares. -#' Increases, without limit, as the shapes of patches become more complex.} -#' -#' @seealso -#' \code{\link{lsm_p_shape}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_shape_sd}}, -#' \code{\link{lsm_c_shape_cv}}, \cr -#' \code{\link{lsm_l_shape_mn}}, -#' \code{\link{lsm_l_shape_sd}}, -#' \code{\link{lsm_l_shape_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_shape_mn(landscape) -#' -#' @aliases lsm_c_shape_mn -#' @rdname lsm_c_shape_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". -#' Wildl. Soc.Bull. 3:171-173. -#' -#' @export -lsm_c_shape_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_shape_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_shape_mn_calc <- function(landscape, directions, resolution = NULL){ - - # shape index for each patch - shape <- lsm_p_shape_calc(landscape, - directions = directions, - resolution = resolution) - - # all cells are NA - if (all(is.na(shape$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "shape_mn", - value = as.double(NA))) - } - - # calculate mean - shape_mn <- stats::aggregate(x = shape[, 5], by = shape[, 2], FUN = mean, - na.rm = TRUE) - - return(tibble::tibble(level = "class", - class = as.integer(shape_mn$class), - id = as.integer(NA), - metric = "shape_mn", - value = as.double(shape_mn$value))) -} +#' SHAPE_MN (class level) +#' +#' @description Mean shape index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{SHAPE_{MN} = mean(SHAPE[patch_{ij}])} +#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. +#' +#' SHAPE_MN is a 'Shape metric'. Each class is summarised as the mean +#' of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter +#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter +#' equals the perimeter if the patch would be maximally compact. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{SHAPE_SD >= 1} +#' \subsection{Behaviour}{Equals SHAPE_MN = 0 if all patches are squares. +#' Increases, without limit, as the shapes of patches become more complex.} +#' +#' @seealso +#' \code{\link{lsm_p_shape}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_shape_sd}}, +#' \code{\link{lsm_c_shape_cv}}, \cr +#' \code{\link{lsm_l_shape_mn}}, +#' \code{\link{lsm_l_shape_sd}}, +#' \code{\link{lsm_l_shape_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_shape_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_shape_mn +#' @rdname lsm_c_shape_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". +#' Wildl. Soc.Bull. 3:171-173. +#' +#' @export +lsm_c_shape_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_shape_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_shape_mn_calc <- function(landscape, directions, resolution = NULL){ + + # shape index for each patch + shape <- lsm_p_shape_calc(landscape, + directions = directions, + resolution = resolution) + + # all cells are NA + if (all(is.na(shape$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "shape_mn", + value = as.double(NA))) + } + + # calculate mean + shape_mn <- stats::aggregate(x = shape[, 5], by = shape[, 2], FUN = mean, + na.rm = TRUE) + + return(tibble::tibble(level = "class", + class = as.integer(shape_mn$class), + id = as.integer(NA), + metric = "shape_mn", + value = as.double(shape_mn$value))) +} diff --git a/R/lsm_c_shape_sd.R b/R/lsm_c_shape_sd.R index 8116fea7d..c8033e7f6 100644 --- a/R/lsm_c_shape_sd.R +++ b/R/lsm_c_shape_sd.R @@ -1,91 +1,91 @@ -#' SHAPE_SD (class level) -#' -#' @description Standard deviation shape index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{SHAPE_{SD} = sd(SHAPE[patch_{ij}])} -#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. -#' -#' SHAPE_SD is a 'Shape metric'. Each class is summarised as the standard deviation -#' of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter -#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -#' equals the perimeter if the patch would be maximally compact. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{SHAPE_SD >= 0} -#' \subsection{Behaviour}{Equals SHAPE_SD = 0 if all patches have an identical shape index. -#' Increases, without limit, as the variation of the shape index increases.} -#' -#' @seealso -#' \code{\link{lsm_p_shape}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_shape_mn}}, -#' \code{\link{lsm_c_shape_cv}}, \cr -#' \code{\link{lsm_l_shape_mn}}, -#' \code{\link{lsm_l_shape_sd}}, -#' \code{\link{lsm_l_shape_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_shape_sd(landscape) -#' -#' @aliases lsm_c_shape_sd -#' @rdname lsm_c_shape_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". -#' Wildl. Soc.Bull. 3:171-173. -#' -#' @export -lsm_c_shape_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_shape_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_shape_sd_calc <- function(landscape, directions, resolution = NULL){ - - # shape index for each patch - shape <- lsm_p_shape_calc(landscape, - directions = directions, - resolution = resolution) - - # all cells are NA - if (all(is.na(shape$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "shape_sd", - value = as.double(NA))) - } - - # calculate sd - shape_sd <- stats::aggregate(x = shape[, 5], by = shape[, 2], - FUN = stats::sd, - na.rm = TRUE) - - return(tibble::tibble(level = "class", - class = as.integer(shape_sd$class), - id = as.integer(NA), - metric = "shape_sd", - value = as.double(shape_sd$value))) -} +#' SHAPE_SD (class level) +#' +#' @description Standard deviation shape index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{SHAPE_{SD} = sd(SHAPE[patch_{ij}])} +#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. +#' +#' SHAPE_SD is a 'Shape metric'. Each class is summarised as the standard deviation +#' of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter +#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter +#' equals the perimeter if the patch would be maximally compact. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{SHAPE_SD >= 0} +#' \subsection{Behaviour}{Equals SHAPE_SD = 0 if all patches have an identical shape index. +#' Increases, without limit, as the variation of the shape index increases.} +#' +#' @seealso +#' \code{\link{lsm_p_shape}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_shape_mn}}, +#' \code{\link{lsm_c_shape_cv}}, \cr +#' \code{\link{lsm_l_shape_mn}}, +#' \code{\link{lsm_l_shape_sd}}, +#' \code{\link{lsm_l_shape_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_shape_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_shape_sd +#' @rdname lsm_c_shape_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". +#' Wildl. Soc.Bull. 3:171-173. +#' +#' @export +lsm_c_shape_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_shape_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_shape_sd_calc <- function(landscape, directions, resolution = NULL){ + + # shape index for each patch + shape <- lsm_p_shape_calc(landscape, + directions = directions, + resolution = resolution) + + # all cells are NA + if (all(is.na(shape$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "shape_sd", + value = as.double(NA))) + } + + # calculate sd + shape_sd <- stats::aggregate(x = shape[, 5], by = shape[, 2], + FUN = stats::sd, + na.rm = TRUE) + + return(tibble::tibble(level = "class", + class = as.integer(shape_sd$class), + id = as.integer(NA), + metric = "shape_sd", + value = as.double(shape_sd$value))) +} diff --git a/R/lsm_c_split.R b/R/lsm_c_split.R index 588f03d82..8e3203cf7 100644 --- a/R/lsm_c_split.R +++ b/R/lsm_c_split.R @@ -1,94 +1,94 @@ -#' SPLIT (class level) -#' -#' @description Splitting index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{SPLIT = \frac{A^2} {\sum \limits_{j = 1}^{n} a_{ij}^2}} -#' where \eqn{a_{ij}} is the patch area in square meters and \eqn{A} is the -#' total landscape area. -#' -#' SPLIT is an 'Aggregation metric'. It describes the number of patches if all patches of -#' class i would be divided into equally sized patches. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{1 <= SPLIT <= Number of cells squared} -#' \subsection{Behaviour}{Equals SPLIT = 1 if only one patch is present. Increases as -#' the number of patches of class i increases and is limited if all cells are a patch} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_l_split}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_split(landscape) -#' -#' @aliases lsm_c_split -#' @rdname lsm_c_split -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh -#' size: new measures of landscape fragmentation. -#' Landscape ecology, 15(2), 115-130. -#' -#' @export -lsm_c_split <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_split_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_split_calc <- function(landscape, directions, resolution = NULL) { - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise to total area - area_total <- sum(area_patch$value) - - # all values NA - if (is.na(area_total)) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "split", - value = as.double(NA))) - } - - # calculate split for each patch - area_patch$value <- area_patch$value ^ 2 - - # summarise for each class - split <- stats::aggregate(x = area_patch[, 5], by = area_patch[, 2], FUN = sum) - - # calculate split - split$value <- (area_total ^ 2) / split$value - - return(tibble::tibble(level = "class", - class = as.integer(split$class), - id = as.integer(NA), - metric = "split", - value = as.double(split$value))) -} +#' SPLIT (class level) +#' +#' @description Splitting index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{SPLIT = \frac{A^2} {\sum \limits_{j = 1}^{n} a_{ij}^2}} +#' where \eqn{a_{ij}} is the patch area in square meters and \eqn{A} is the +#' total landscape area. +#' +#' SPLIT is an 'Aggregation metric'. It describes the number of patches if all patches of +#' class i would be divided into equally sized patches. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{1 <= SPLIT <= Number of cells squared} +#' \subsection{Behaviour}{Equals SPLIT = 1 if only one patch is present. Increases as +#' the number of patches of class i increases and is limited if all cells are a patch} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_l_split}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_split(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_split +#' @rdname lsm_c_split +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh +#' size: new measures of landscape fragmentation. +#' Landscape ecology, 15(2), 115-130. +#' +#' @export +lsm_c_split <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_split_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_split_calc <- function(landscape, directions, resolution = NULL) { + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise to total area + area_total <- sum(area_patch$value) + + # all values NA + if (is.na(area_total)) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "split", + value = as.double(NA))) + } + + # calculate split for each patch + area_patch$value <- area_patch$value ^ 2 + + # summarise for each class + split <- stats::aggregate(x = area_patch[, 5], by = area_patch[, 2], FUN = sum) + + # calculate split + split$value <- (area_total ^ 2) / split$value + + return(tibble::tibble(level = "class", + class = as.integer(split$class), + id = as.integer(NA), + metric = "split", + value = as.double(split$value))) +} diff --git a/R/lsm_c_tca.R b/R/lsm_c_tca.R index fdff5c0f1..1b390feeb 100644 --- a/R/lsm_c_tca.R +++ b/R/lsm_c_tca.R @@ -1,92 +1,92 @@ -#' TCA (class level) -#' -#' @description Total core area (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{TCA = \sum_{j = 1}^{n} a_{ij}^{core} * (\frac{1} {10000})} -#' where here \eqn{a_{ij}^{core}} is the core area in square meters. -#' -#' TCA is a 'Core area metric' and equals the sum of core areas of all patches belonging -#' to class i. A cell is defined as core area if the cell has no neighbour with a different -#' value than itself (rook's case). In other words, the core area of a patch is all area that -#' is not an edge. It characterises patch areas and shapes of patches belonging to class i -#' simultaneously (more core area when the patch is large and the shape is rather compact, -#' i.e. a square). Additionally, TCA is a measure for the configuration of the landscape, -#' because the sum of edges increase as patches are less aggregated. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{TCA >= 0} -#' \subsection{Behaviour}{Increases, without limit, as patch areas increase -#' and patch shapes simplify. TCA = 0 when every cell in every patch of class i -#' is an edge.} -#' -#' @seealso -#' \code{\link{lsm_p_core}}, -#' \code{\link{lsm_l_tca}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_tca(landscape) -#' -#' @aliases lsm_c_tca -#' @rdname lsm_c_tca -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_tca <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_tca_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_tca_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ - - core_area <- lsm_p_core_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # all cells are NA - if (all(is.na(core_area$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "tca", - value = as.double(NA))) - } - - core_area <- stats::aggregate(x = core_area[, 5], by = core_area[, 2], - FUN = sum) - - return(tibble::tibble(level = "class", - class = as.integer(core_area$class), - id = as.integer(NA), - metric = "tca", - value = as.double(core_area$value))) -} +#' TCA (class level) +#' +#' @description Total core area (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{TCA = \sum_{j = 1}^{n} a_{ij}^{core} * (\frac{1} {10000})} +#' where here \eqn{a_{ij}^{core}} is the core area in square meters. +#' +#' TCA is a 'Core area metric' and equals the sum of core areas of all patches belonging +#' to class i. A cell is defined as core area if the cell has no neighbour with a different +#' value than itself (rook's case). In other words, the core area of a patch is all area that +#' is not an edge. It characterises patch areas and shapes of patches belonging to class i +#' simultaneously (more core area when the patch is large and the shape is rather compact, +#' i.e. a square). Additionally, TCA is a measure for the configuration of the landscape, +#' because the sum of edges increase as patches are less aggregated. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{TCA >= 0} +#' \subsection{Behaviour}{Increases, without limit, as patch areas increase +#' and patch shapes simplify. TCA = 0 when every cell in every patch of class i +#' is an edge.} +#' +#' @seealso +#' \code{\link{lsm_p_core}}, +#' \code{\link{lsm_l_tca}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_tca(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_tca +#' @rdname lsm_c_tca +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_tca <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_tca_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_tca_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ + + core_area <- lsm_p_core_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # all cells are NA + if (all(is.na(core_area$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "tca", + value = as.double(NA))) + } + + core_area <- stats::aggregate(x = core_area[, 5], by = core_area[, 2], + FUN = sum) + + return(tibble::tibble(level = "class", + class = as.integer(core_area$class), + id = as.integer(NA), + metric = "tca", + value = as.double(core_area$value))) +} diff --git a/R/lsm_c_te.R b/R/lsm_c_te.R index 712590dfe..10dce67c0 100644 --- a/R/lsm_c_te.R +++ b/R/lsm_c_te.R @@ -29,7 +29,7 @@ #' @return tibble #' #' @examples -#' lsm_c_te(landscape) +#' lsm_c_te(terra::unwrap(landscape)) #' #' @aliases lsm_c_te #' @rdname lsm_c_te diff --git a/R/lsm_l_ai.R b/R/lsm_l_ai.R index d60358799..b12ef9aa3 100644 --- a/R/lsm_l_ai.R +++ b/R/lsm_l_ai.R @@ -26,7 +26,7 @@ #' \code{\link{lsm_c_ai}} #' #' @examples -#' lsm_l_ai(landscape) +#' lsm_l_ai(terra::unwrap(landscape)) #' #' @aliases lsm_l_ai #' @rdname lsm_l_ai diff --git a/R/lsm_l_area_cv.R b/R/lsm_l_area_cv.R index 1ba6dc72f..d17b66223 100644 --- a/R/lsm_l_area_cv.R +++ b/R/lsm_l_area_cv.R @@ -20,8 +20,7 @@ #' Increases, without limit, as the variation of patch areas increases.} #' #' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{cv}}, \cr +#' \code{\link{lsm_p_area}}, \cr #' \code{\link{lsm_c_area_mn}}, #' \code{\link{lsm_c_area_sd}}, #' \code{\link{lsm_c_area_cv}}, \cr @@ -31,7 +30,7 @@ #' @return tibble #' #' @examples -#' lsm_l_area_cv(landscape) +#' lsm_l_area_cv(terra::unwrap(landscape)) #' #' @aliases lsm_l_area_cv #' @rdname lsm_l_area_cv diff --git a/R/lsm_l_area_mn.R b/R/lsm_l_area_mn.R index 99e170e6f..8538ee92d 100644 --- a/R/lsm_l_area_mn.R +++ b/R/lsm_l_area_mn.R @@ -1,88 +1,88 @@ -#' AREA_MN (landscape level) -#' -#' @description Mean of patch area (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{AREA_{MN} = mean(AREA[patch_{ij}])} -#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares -#' -#' AREA_MN is an 'Area and Edge metric'. The metric summarises the landscape -#' as the mean of all patch in the landscape. The metric is a simple way -#' to describe the composition of the landscape. Especially together with the total -#' landscape area (\code{\link{lsm_l_ta}}), it can also give an an idea of patch structure -#' (e.g. many small patches vs. few larges patches). -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{AREA_MN > 0} -#' \subsection{Behaviour}{Approaches AREA_MN = 0 if all patches are small. Increases, without -#' limit, as the patch areas increase.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_area_mn}}, -#' \code{\link{lsm_c_area_sd}}, -#' \code{\link{lsm_c_area_cv}} \cr -#' \code{\link{lsm_l_area_sd}}, -#' \code{\link{lsm_l_area_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_area_mn(landscape) -#' -#' @aliases lsm_l_area_mn -#' @rdname lsm_l_area_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_area_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_area_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_area_mn_calc <- function(landscape, directions, resolution = NULL){ - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(area_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "area_mn", - value = as.double(NA))) - } - - # calculate mean - area_mean <- mean(area_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "area_mn", - value = as.double(area_mean))) -} - - +#' AREA_MN (landscape level) +#' +#' @description Mean of patch area (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{AREA_{MN} = mean(AREA[patch_{ij}])} +#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares +#' +#' AREA_MN is an 'Area and Edge metric'. The metric summarises the landscape +#' as the mean of all patch in the landscape. The metric is a simple way +#' to describe the composition of the landscape. Especially together with the total +#' landscape area (\code{\link{lsm_l_ta}}), it can also give an an idea of patch structure +#' (e.g. many small patches vs. few larges patches). +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{AREA_MN > 0} +#' \subsection{Behaviour}{Approaches AREA_MN = 0 if all patches are small. Increases, without +#' limit, as the patch areas increase.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_area_mn}}, +#' \code{\link{lsm_c_area_sd}}, +#' \code{\link{lsm_c_area_cv}} \cr +#' \code{\link{lsm_l_area_sd}}, +#' \code{\link{lsm_l_area_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_area_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_area_mn +#' @rdname lsm_l_area_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_area_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_area_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_area_mn_calc <- function(landscape, directions, resolution = NULL){ + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(area_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "area_mn", + value = as.double(NA))) + } + + # calculate mean + area_mean <- mean(area_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "area_mn", + value = as.double(area_mean))) +} + + diff --git a/R/lsm_l_area_sd.R b/R/lsm_l_area_sd.R index d8f50f02f..5e9f9a51d 100644 --- a/R/lsm_l_area_sd.R +++ b/R/lsm_l_area_sd.R @@ -1,87 +1,87 @@ -#' AREA_SD (landscape level) -#' -#' @description Standard deviation of patch area (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{AREA_{SD} = sd(AREA[patch_{ij}])} -#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. -#' -#' AREA_SD is an 'Area and Edge metric'. The metric summarises the landscape -#' as the standard deviation of all patch in the landscape. The metric describes -#' the differences among all patches in the landscape. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{AREA_SD >= 0} -#' \subsection{Behaviour}{Equals AREA_SD = 0 if all patches are identical in size. -#' Increases, without limit, as the variation of patch areas increases.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_area_mn}}, -#' \code{\link{lsm_c_area_sd}}, -#' \code{\link{lsm_c_area_cv}} \cr -#' \code{\link{lsm_l_area_mn}}, -#' \code{\link{lsm_l_area_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_area_sd(landscape) -#' -#' @aliases lsm_l_area_sd -#' @rdname lsm_l_area_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_area_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_area_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -# Not working yet! -lsm_l_area_sd_calc <- function(landscape, directions, resolution = NULL){ - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(area_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "area_sd", - value = as.double(NA))) - } - - # calculate sd - area_sd <- stats::sd(area_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "area_sd", - value = as.double(area_sd))) -} - - +#' AREA_SD (landscape level) +#' +#' @description Standard deviation of patch area (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{AREA_{SD} = sd(AREA[patch_{ij}])} +#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. +#' +#' AREA_SD is an 'Area and Edge metric'. The metric summarises the landscape +#' as the standard deviation of all patch in the landscape. The metric describes +#' the differences among all patches in the landscape. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{AREA_SD >= 0} +#' \subsection{Behaviour}{Equals AREA_SD = 0 if all patches are identical in size. +#' Increases, without limit, as the variation of patch areas increases.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_area_mn}}, +#' \code{\link{lsm_c_area_sd}}, +#' \code{\link{lsm_c_area_cv}} \cr +#' \code{\link{lsm_l_area_mn}}, +#' \code{\link{lsm_l_area_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_area_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_area_sd +#' @rdname lsm_l_area_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_area_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_area_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +# Not working yet! +lsm_l_area_sd_calc <- function(landscape, directions, resolution = NULL){ + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(area_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "area_sd", + value = as.double(NA))) + } + + # calculate sd + area_sd <- stats::sd(area_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "area_sd", + value = as.double(area_sd))) +} + + diff --git a/R/lsm_l_cai_cv.R b/R/lsm_l_cai_cv.R index 4c0ceb496..088e46f09 100644 --- a/R/lsm_l_cai_cv.R +++ b/R/lsm_l_cai_cv.R @@ -29,8 +29,7 @@ #' indices increases.} #' #' @seealso -#' \code{\link{lsm_p_cai}}, -#' \code{\link{cv}}, \cr +#' \code{\link{lsm_p_cai}}, \cr #' \code{\link{lsm_c_cai_mn}}, #' \code{\link{lsm_c_cai_sd}}, #' \code{\link{lsm_c_cai_cv}}, \cr @@ -40,7 +39,7 @@ #' @return tibble #' #' @examples -#' lsm_l_cai_cv(landscape) +#' lsm_l_cai_cv(terra::unwrap(landscape)) #' #' @aliases lsm_l_cai_cv #' @rdname lsm_l_cai_cv diff --git a/R/lsm_l_cai_mn.R b/R/lsm_l_cai_mn.R index 680715b2b..4510036e2 100644 --- a/R/lsm_l_cai_mn.R +++ b/R/lsm_l_cai_mn.R @@ -1,97 +1,97 @@ -#' CAI_MN (landscape level) -#' -#' @description Mean of core area index (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CAI_{MN} = mean(CAI[patch_{ij}]} -#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. -#' -#' CAI_MN is a 'Core area metric'. The metric summarises the landscape -#' as the mean of the core area index of all patches in the landscape. -#' The core area index is the percentage of core area in relation to patch area. -#' A cell is defined as core area if the cell has no neighbour with a different -#' value than itself (rook's case). -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{0 <= CAI_MN <= 100} -#' \subsection{Behaviour}{CAI_MN = 0 when all patches have no core area and -#' approaches CAI_MN = 100 with increasing percentage of core area within patches.} -#' -#' @seealso -#' \code{\link{lsm_p_cai}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_cai_sd}}, -#' \code{\link{lsm_c_cai_sd}}, -#' \code{\link{lsm_c_cai_cv}}, \cr -#' \code{\link{lsm_l_cai_sd}}, -#' \code{\link{lsm_l_cai_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_cai_mn(landscape) -#' -#' @aliases lsm_l_cai_mn -#' @rdname lsm_l_cai_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_cai_mn <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_cai_mn_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_cai_mn_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ - - cai_patch <- lsm_p_cai_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # all values NA - if (all(is.na(cai_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "cai_mn", - value = as.double(NA))) - } - - - cai_mean <- mean(cai_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "cai_mn", - value = as.double(cai_mean))) -} +#' CAI_MN (landscape level) +#' +#' @description Mean of core area index (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CAI_{MN} = mean(CAI[patch_{ij}]} +#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. +#' +#' CAI_MN is a 'Core area metric'. The metric summarises the landscape +#' as the mean of the core area index of all patches in the landscape. +#' The core area index is the percentage of core area in relation to patch area. +#' A cell is defined as core area if the cell has no neighbour with a different +#' value than itself (rook's case). +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{0 <= CAI_MN <= 100} +#' \subsection{Behaviour}{CAI_MN = 0 when all patches have no core area and +#' approaches CAI_MN = 100 with increasing percentage of core area within patches.} +#' +#' @seealso +#' \code{\link{lsm_p_cai}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_cai_sd}}, +#' \code{\link{lsm_c_cai_sd}}, +#' \code{\link{lsm_c_cai_cv}}, \cr +#' \code{\link{lsm_l_cai_sd}}, +#' \code{\link{lsm_l_cai_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_cai_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_cai_mn +#' @rdname lsm_l_cai_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_cai_mn <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_cai_mn_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_cai_mn_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ + + cai_patch <- lsm_p_cai_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # all values NA + if (all(is.na(cai_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "cai_mn", + value = as.double(NA))) + } + + + cai_mean <- mean(cai_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "cai_mn", + value = as.double(cai_mean))) +} diff --git a/R/lsm_l_cai_sd.R b/R/lsm_l_cai_sd.R index 59ae872f5..b56ee39f7 100644 --- a/R/lsm_l_cai_sd.R +++ b/R/lsm_l_cai_sd.R @@ -1,99 +1,99 @@ -#' CAI_SD (landscape level) -#' -#' @description Standard deviation of core area index (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CAI_{SD} = sd(CAI[patch_{ij}]} -#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. -#' -#' CAI_SD is a 'Core area metric'. The metric summarises the landscape -#' as the standard deviation of the core area index of all patches in the landscape. -#' The core area index is the percentage of core area in relation to patch area. -#' A cell is defined as core area if the cell has no neighbour with a different -#' value than itself (rook's case). The metric describes the differences among all patches -#' in the landscape. -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{CAI_SD >= 0} -#' \subsection{Behaviour}{Equals CAI_SD = 0 if the core area index is identical for -#' all patches. Increases, without limit, as the variation of core area -#' indices increases.} -#' -#' @seealso -#' \code{\link{lsm_p_cai}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_cai_mn}}, -#' \code{\link{lsm_c_cai_sd}}, -#' \code{\link{lsm_c_cai_cv}}, \cr -#' \code{\link{lsm_l_cai_mn}}, -#' \code{\link{lsm_l_cai_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_cai_sd(landscape) -#' -#' @aliases lsm_l_cai_sd -#' @rdname lsm_l_cai_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_cai_sd <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_cai_sd_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_cai_sd_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ - - cai_patch <- lsm_p_cai_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # all values NA - if (all(is.na(cai_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "cai_sd", - value = as.double(NA))) - } - - - cai_sd <- stats::sd(cai_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "cai_sd", - value = as.double(cai_sd))) -} +#' CAI_SD (landscape level) +#' +#' @description Standard deviation of core area index (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CAI_{SD} = sd(CAI[patch_{ij}]} +#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. +#' +#' CAI_SD is a 'Core area metric'. The metric summarises the landscape +#' as the standard deviation of the core area index of all patches in the landscape. +#' The core area index is the percentage of core area in relation to patch area. +#' A cell is defined as core area if the cell has no neighbour with a different +#' value than itself (rook's case). The metric describes the differences among all patches +#' in the landscape. +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{CAI_SD >= 0} +#' \subsection{Behaviour}{Equals CAI_SD = 0 if the core area index is identical for +#' all patches. Increases, without limit, as the variation of core area +#' indices increases.} +#' +#' @seealso +#' \code{\link{lsm_p_cai}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_cai_mn}}, +#' \code{\link{lsm_c_cai_sd}}, +#' \code{\link{lsm_c_cai_cv}}, \cr +#' \code{\link{lsm_l_cai_mn}}, +#' \code{\link{lsm_l_cai_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_cai_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_cai_sd +#' @rdname lsm_l_cai_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_cai_sd <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_cai_sd_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_cai_sd_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ + + cai_patch <- lsm_p_cai_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # all values NA + if (all(is.na(cai_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "cai_sd", + value = as.double(NA))) + } + + + cai_sd <- stats::sd(cai_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "cai_sd", + value = as.double(cai_sd))) +} diff --git a/R/lsm_l_circle_cv.R b/R/lsm_l_circle_cv.R index c0217b30c..97325fde1 100644 --- a/R/lsm_l_circle_cv.R +++ b/R/lsm_l_circle_cv.R @@ -33,7 +33,7 @@ #' @return tibble #' #' @examples -#' lsm_l_circle_cv(landscape) +#' lsm_l_circle_cv(terra::unwrap(landscape)) #' #' @aliases lsm_l_circle_cv #' @rdname lsm_l_circle_cv diff --git a/R/lsm_l_circle_mn.R b/R/lsm_l_circle_mn.R index eab4a0343..6ce5c421d 100644 --- a/R/lsm_l_circle_mn.R +++ b/R/lsm_l_circle_mn.R @@ -1,90 +1,90 @@ -#' CIRCLE_MN (landscape level) -#' -#' @description Mean of related circumscribing circle (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CIRCLE_{MN} = mean(CIRCLE[patch_{ij}])} -#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. -#' -#' CIRCLE_MN is a 'Shape metric' and summarises the landscape as the mean of the related -#' circumscribing circle of all patches in the landscape. CIRCLE describes -#' the ratio between the patch area and the smallest circumscribing circle of the patch -#' and characterises the compactness of the patch. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{CIRCLE_MN > 0} -#' \subsection{Behaviour}{Approaches CIRCLE_MN = 0 if the related circumscribing circle -#' of all patches is small. Increases, without limit, as the related circumscribing circles -#' increase.} -#' -#' @seealso -#' \code{\link{lsm_p_circle}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_circle_mn}}, -#' \code{\link{lsm_c_circle_sd}}, -#' \code{\link{lsm_c_circle_cv}}, \cr -#' \code{\link{lsm_l_circle_sd}}, -#' \code{\link{lsm_l_circle_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_circle_mn(landscape) -#' -#' @aliases lsm_l_circle_mn -#' @rdname lsm_l_circle_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of -#' landscape structure using the GRASS geographical information system. -#' Landscape Ecology 7: 291-302. -#' -#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). -#' -#' @export -lsm_l_circle_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_circle_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_circle_mn_calc <- function(landscape, directions, resolution = NULL) { - - circle_patch <- lsm_p_circle_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(circle_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "circle_mn", - value = as.double(NA))) - } - - circle_mn <- mean(circle_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "circle_mn", - value = as.double(circle_mn))) -} +#' CIRCLE_MN (landscape level) +#' +#' @description Mean of related circumscribing circle (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CIRCLE_{MN} = mean(CIRCLE[patch_{ij}])} +#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. +#' +#' CIRCLE_MN is a 'Shape metric' and summarises the landscape as the mean of the related +#' circumscribing circle of all patches in the landscape. CIRCLE describes +#' the ratio between the patch area and the smallest circumscribing circle of the patch +#' and characterises the compactness of the patch. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{CIRCLE_MN > 0} +#' \subsection{Behaviour}{Approaches CIRCLE_MN = 0 if the related circumscribing circle +#' of all patches is small. Increases, without limit, as the related circumscribing circles +#' increase.} +#' +#' @seealso +#' \code{\link{lsm_p_circle}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_circle_mn}}, +#' \code{\link{lsm_c_circle_sd}}, +#' \code{\link{lsm_c_circle_cv}}, \cr +#' \code{\link{lsm_l_circle_sd}}, +#' \code{\link{lsm_l_circle_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_circle_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_circle_mn +#' @rdname lsm_l_circle_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of +#' landscape structure using the GRASS geographical information system. +#' Landscape Ecology 7: 291-302. +#' +#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). +#' +#' @export +lsm_l_circle_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_circle_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_circle_mn_calc <- function(landscape, directions, resolution = NULL) { + + circle_patch <- lsm_p_circle_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(circle_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "circle_mn", + value = as.double(NA))) + } + + circle_mn <- mean(circle_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "circle_mn", + value = as.double(circle_mn))) +} diff --git a/R/lsm_l_circle_sd.R b/R/lsm_l_circle_sd.R index 0e89a5fff..04869f7f6 100644 --- a/R/lsm_l_circle_sd.R +++ b/R/lsm_l_circle_sd.R @@ -1,93 +1,93 @@ -#' CIRCLE_SD (landscape level) -#' -#' @description Standard deviation of related circumscribing circle (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CIRCLE_{SD} = sd(CIRCLE[patch_{ij}])} -#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. -#' -#' CIRCLE_SD is a 'Shape metric' and summarises the landscape as the standard deviation of -#' the related circumscribing circle of all patches in the landscape. CIRCLE describes -#' the ratio between the patch area and the smallest circumscribing circle of the patch -#' and characterises the compactness of the patch. The metric describes the differences -#' among all patches of the landscape. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{CIRCLE_SD >= 0} -#' \subsection{Behaviour}{Equals CIRCLE_SD if the related circumscribing circle is identical -#' for all patches. Increases, without limit, as the variation of related circumscribing -#' circles increases.} -#' -#' @seealso -#' \code{\link{lsm_p_circle}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_circle_mn}}, -#' \code{\link{lsm_c_circle_sd}}, -#' \code{\link{lsm_c_circle_cv}}, \cr -#' \code{\link{lsm_l_circle_mn}}, -#' \code{\link{lsm_l_circle_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_circle_sd(landscape) -#' -#' @aliases lsm_l_circle_sd -#' @rdname lsm_l_circle_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of -#' landscape structure using the GRASS geographical information system. -#' Landscape Ecology 7: 291-302. -#' -#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). -#' -#' @export -lsm_l_circle_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_circle_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_circle_sd_calc <- function(landscape, directions, resolution = NULL) { - - circle_patch <- lsm_p_circle_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(circle_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "circle_cv", - value = as.double(NA))) - } - - circle_sd <- stats::sd(circle_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "circle_sd", - value = as.double(circle_sd))) -} - +#' CIRCLE_SD (landscape level) +#' +#' @description Standard deviation of related circumscribing circle (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CIRCLE_{SD} = sd(CIRCLE[patch_{ij}])} +#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. +#' +#' CIRCLE_SD is a 'Shape metric' and summarises the landscape as the standard deviation of +#' the related circumscribing circle of all patches in the landscape. CIRCLE describes +#' the ratio between the patch area and the smallest circumscribing circle of the patch +#' and characterises the compactness of the patch. The metric describes the differences +#' among all patches of the landscape. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{CIRCLE_SD >= 0} +#' \subsection{Behaviour}{Equals CIRCLE_SD if the related circumscribing circle is identical +#' for all patches. Increases, without limit, as the variation of related circumscribing +#' circles increases.} +#' +#' @seealso +#' \code{\link{lsm_p_circle}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_circle_mn}}, +#' \code{\link{lsm_c_circle_sd}}, +#' \code{\link{lsm_c_circle_cv}}, \cr +#' \code{\link{lsm_l_circle_mn}}, +#' \code{\link{lsm_l_circle_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_circle_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_circle_sd +#' @rdname lsm_l_circle_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of +#' landscape structure using the GRASS geographical information system. +#' Landscape Ecology 7: 291-302. +#' +#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). +#' +#' @export +lsm_l_circle_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_circle_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_circle_sd_calc <- function(landscape, directions, resolution = NULL) { + + circle_patch <- lsm_p_circle_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(circle_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "circle_cv", + value = as.double(NA))) + } + + circle_sd <- stats::sd(circle_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "circle_sd", + value = as.double(circle_sd))) +} + diff --git a/R/lsm_l_cohesion.R b/R/lsm_l_cohesion.R index 768c4b4e2..923387925 100644 --- a/R/lsm_l_cohesion.R +++ b/R/lsm_l_cohesion.R @@ -24,7 +24,7 @@ #' @return tibble #' #' @examples -#' lsm_l_cohesion(landscape) +#' lsm_l_cohesion(terra::unwrap(landscape)) #' #' @aliases lsm_l_cohesion #' @rdname lsm_l_cohesion diff --git a/R/lsm_l_condent.R b/R/lsm_l_condent.R index 9e5b0afcc..f69dd7b80 100644 --- a/R/lsm_l_condent.R +++ b/R/lsm_l_condent.R @@ -26,7 +26,7 @@ #' @return tibble #' #' @examples -#' lsm_l_condent(landscape) +#' lsm_l_condent(terra::unwrap(landscape)) #' #' @aliases lsm_l_condent #' @rdname lsm_l_condent diff --git a/R/lsm_l_contag.R b/R/lsm_l_contag.R index 80ae08147..579570cef 100644 --- a/R/lsm_l_contag.R +++ b/R/lsm_l_contag.R @@ -29,7 +29,7 @@ #' @return tibble #' #' @examples -#' lsm_l_contag(landscape) +#' lsm_l_contag(terra::unwrap(landscape)) #' #' @aliases lsm_l_contag #' @rdname lsm_l_contag diff --git a/R/lsm_l_contig_cv.R b/R/lsm_l_contig_cv.R index 2c427f0b7..676af63e5 100644 --- a/R/lsm_l_contig_cv.R +++ b/R/lsm_l_contig_cv.R @@ -41,7 +41,7 @@ #' @return tibble #' #' @examples -#' lsm_l_contig_cv(landscape) +#' lsm_l_contig_cv(terra::unwrap(landscape)) #' #' @aliases lsm_l_contig_cv #' @rdname lsm_l_contig_cv diff --git a/R/lsm_l_contig_mn.R b/R/lsm_l_contig_mn.R index 2833aaba6..168e7e876 100644 --- a/R/lsm_l_contig_mn.R +++ b/R/lsm_l_contig_mn.R @@ -1,94 +1,94 @@ -#' CONTIG_MN (landscape level) -#' -#' @description Mean of Contiguity index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CONTIG_{MN} = mean(CONTIG[patch_{i}])} -#' -#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. -#' -#' CONTIG_MN is a 'Shape metric'. It summarises the landscape as the mean of all patches -#' in the landscape. CONTIG_MN asses the spatial connectedness (contiguity) of -#' cells in patches. The metric coerces patch values to a value of 1 and the background -#' to NA. A nine cell focal filter matrix: -#' -#' ``` -#' filter_matrix <- matrix(c(1, 2, 1, -#' 2, 1, 2, -#' 1, 2, 1), 3, 3, byrow = T) -#' ``` -#' ... is then used to weight orthogonally contiguous pixels more heavily than -#' diagonally contiguous pixels. Therefore, larger and more connections between -#' patch cells in the rookie case result in larger contiguity index values. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{0 >= CONTIG_MN <= 1} -#' \subsection{Behaviour}{CONTIG equals the mean of the contiguity index on landscape level for all -#' patches.} -#' -#' @seealso -#' \code{\link{lsm_p_contig}}, -#' \code{\link{lsm_c_contig_sd}}, -#' \code{\link{lsm_c_contig_cv}}, -#' \code{\link{lsm_c_contig_mn}}, \cr -#' \code{\link{lsm_l_contig_sd}}, -#' \code{\link{lsm_l_contig_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_contig_mn(landscape) -#' -#' @aliases lsm_l_contig_mn -#' @rdname lsm_l_contig_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. -#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 -#' -#' @export -lsm_l_contig_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_contig_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_contig_mn_calc <- function(landscape, directions) { - - contig_patch <- lsm_p_contig_calc(landscape, - directions = directions) - - # all values NA - if (all(is.na(contig_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "contig_mn", - value = as.double(NA))) - } - - contig_mn <- mean(contig_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "contig_mn", - value = as.double(contig_mn))) -} +#' CONTIG_MN (landscape level) +#' +#' @description Mean of Contiguity index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CONTIG_{MN} = mean(CONTIG[patch_{i}])} +#' +#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. +#' +#' CONTIG_MN is a 'Shape metric'. It summarises the landscape as the mean of all patches +#' in the landscape. CONTIG_MN asses the spatial connectedness (contiguity) of +#' cells in patches. The metric coerces patch values to a value of 1 and the background +#' to NA. A nine cell focal filter matrix: +#' +#' ``` +#' filter_matrix <- matrix(c(1, 2, 1, +#' 2, 1, 2, +#' 1, 2, 1), 3, 3, byrow = T) +#' ``` +#' ... is then used to weight orthogonally contiguous pixels more heavily than +#' diagonally contiguous pixels. Therefore, larger and more connections between +#' patch cells in the rookie case result in larger contiguity index values. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{0 >= CONTIG_MN <= 1} +#' \subsection{Behaviour}{CONTIG equals the mean of the contiguity index on landscape level for all +#' patches.} +#' +#' @seealso +#' \code{\link{lsm_p_contig}}, +#' \code{\link{lsm_c_contig_sd}}, +#' \code{\link{lsm_c_contig_cv}}, +#' \code{\link{lsm_c_contig_mn}}, \cr +#' \code{\link{lsm_l_contig_sd}}, +#' \code{\link{lsm_l_contig_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_contig_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_contig_mn +#' @rdname lsm_l_contig_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. +#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 +#' +#' @export +lsm_l_contig_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_contig_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_contig_mn_calc <- function(landscape, directions) { + + contig_patch <- lsm_p_contig_calc(landscape, + directions = directions) + + # all values NA + if (all(is.na(contig_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "contig_mn", + value = as.double(NA))) + } + + contig_mn <- mean(contig_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "contig_mn", + value = as.double(contig_mn))) +} diff --git a/R/lsm_l_contig_sd.R b/R/lsm_l_contig_sd.R index 2f6062eb9..17a8878b0 100644 --- a/R/lsm_l_contig_sd.R +++ b/R/lsm_l_contig_sd.R @@ -1,95 +1,95 @@ -#' CONTIG_SD (landscape level) -#' -#' @description Standard deviation of Contiguity index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CONTIG_{SD} = sd(CONTIG[patch_{ij}])} -#' -#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. -#' -#' CONTIG_SD is a 'Shape metric'. It summarises the landscape as the standard deviation of all patches -#' in the landscape. CONTIG_SD asses the spatial connectedness (contiguity) of -#' cells in patches. The metric coerces patch values to a value of 1 and the background -#' to NA. A nine cell focal filter matrix: -#' -#' ``` -#' filter_matrix <- matrix(c(1, 2, 1, -#' 2, 1, 2, -#' 1, 2, 1), 3, 3, byrow = T) -#' ``` -#' ... is then used to weight orthogonally contiguous pixels more heavily than -#' diagonally contiguous pixels. Therefore, larger and more connections between -#' patch cells in the rookie case result in larger contiguity index values. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{CONTIG_SD >= 0} -#' \subsection{Behaviour}{CONTIG_SD = 0 if the contiguity index is -#' identical for all patches. Increases, without limit, as the variation of -#' CONTIG increases.} -#' -#' @seealso -#' \code{\link{lsm_p_contig}}, -#' \code{\link{lsm_c_contig_sd}}, -#' \code{\link{lsm_c_contig_cv}}, -#' \code{\link{lsm_c_contig_mn}}, \cr -#' \code{\link{lsm_l_contig_cv}}, -#' \code{\link{lsm_l_contig_mn}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_contig_sd(landscape) -#' -#' @aliases lsm_l_contig_sd -#' @rdname lsm_l_contig_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. -#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 -#' -#' @export -lsm_l_contig_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_contig_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_contig_sd_calc <- function(landscape, directions) { - - contig_patch <- lsm_p_contig_calc(landscape, - directions = directions) - - # all values NA - if (all(is.na(contig_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "contig_sd", - value = as.double(NA))) - } - - contig_sd <- stats::sd(contig_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "contig_sd", - value = as.double(contig_sd))) -} +#' CONTIG_SD (landscape level) +#' +#' @description Standard deviation of Contiguity index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CONTIG_{SD} = sd(CONTIG[patch_{ij}])} +#' +#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. +#' +#' CONTIG_SD is a 'Shape metric'. It summarises the landscape as the standard deviation of all patches +#' in the landscape. CONTIG_SD asses the spatial connectedness (contiguity) of +#' cells in patches. The metric coerces patch values to a value of 1 and the background +#' to NA. A nine cell focal filter matrix: +#' +#' ``` +#' filter_matrix <- matrix(c(1, 2, 1, +#' 2, 1, 2, +#' 1, 2, 1), 3, 3, byrow = T) +#' ``` +#' ... is then used to weight orthogonally contiguous pixels more heavily than +#' diagonally contiguous pixels. Therefore, larger and more connections between +#' patch cells in the rookie case result in larger contiguity index values. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{CONTIG_SD >= 0} +#' \subsection{Behaviour}{CONTIG_SD = 0 if the contiguity index is +#' identical for all patches. Increases, without limit, as the variation of +#' CONTIG increases.} +#' +#' @seealso +#' \code{\link{lsm_p_contig}}, +#' \code{\link{lsm_c_contig_sd}}, +#' \code{\link{lsm_c_contig_cv}}, +#' \code{\link{lsm_c_contig_mn}}, \cr +#' \code{\link{lsm_l_contig_cv}}, +#' \code{\link{lsm_l_contig_mn}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_contig_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_contig_sd +#' @rdname lsm_l_contig_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. +#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 +#' +#' @export +lsm_l_contig_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_contig_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_contig_sd_calc <- function(landscape, directions) { + + contig_patch <- lsm_p_contig_calc(landscape, + directions = directions) + + # all values NA + if (all(is.na(contig_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "contig_sd", + value = as.double(NA))) + } + + contig_sd <- stats::sd(contig_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "contig_sd", + value = as.double(contig_sd))) +} diff --git a/R/lsm_l_core_cv.R b/R/lsm_l_core_cv.R index 1e26c0bc5..da93b2543 100644 --- a/R/lsm_l_core_cv.R +++ b/R/lsm_l_core_cv.R @@ -26,8 +26,7 @@ #' Increases, without limit, as the variation of patch core areas increases.} #' #' @seealso -#' \code{\link{lsm_p_core}}, -#' \code{\link{cv}}, \cr +#' \code{\link{lsm_p_core}}, \cr #' \code{\link{lsm_c_core_mn}}, #' \code{\link{lsm_c_core_sd}}, #' \code{\link{lsm_c_core_cv}}, \cr @@ -37,7 +36,7 @@ #' @return tibble #' #' @examples -#' lsm_l_core_cv(landscape) +#' lsm_l_core_cv(terra::unwrap(landscape)) #' #' @aliases lsm_l_core_cv #' @rdname lsm_l_core_cv diff --git a/R/lsm_l_core_mn.R b/R/lsm_l_core_mn.R index 8aa529347..3aee81f9d 100644 --- a/R/lsm_l_core_mn.R +++ b/R/lsm_l_core_mn.R @@ -1,94 +1,94 @@ -#' CORE_MN (landscape level) -#' -#' @description Mean of core area (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CORE_{MN} = mean(CORE[patch_{ij}])} -#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. -#' -#' CORE_MN is a 'Core area metric' and equals the mean of core areas of all patches -#' in the landscape. The core area is defined as all cells that have no -#' neighbour with a different value than themselves (rook's case). -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{CORE_MN >= 0} -#' \subsection{Behaviour}{Equals CORE_MN = 0 if CORE = 0 for all patches. Increases, -#' without limit, as the core area indices increase.} -#' -#' @seealso -#' \code{\link{lsm_p_core}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_core_mn}}, -#' \code{\link{lsm_c_core_sd}}, -#' \code{\link{lsm_c_core_cv}}, \cr -#' \code{\link{lsm_l_core_sd}}, -#' \code{\link{lsm_l_core_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_core_mn(landscape) -#' -#' @aliases lsm_l_core_mn -#' @rdname lsm_l_core_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_core_mn <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_core_mn_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_core_mn_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ - - core_patch <- lsm_p_core_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # all values NA - if (all(is.na(core_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "core_mn", - value = as.double(NA))) - } - - core_mn <- mean(core_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "core_mn", - value = as.double(core_mn))) -} +#' CORE_MN (landscape level) +#' +#' @description Mean of core area (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CORE_{MN} = mean(CORE[patch_{ij}])} +#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. +#' +#' CORE_MN is a 'Core area metric' and equals the mean of core areas of all patches +#' in the landscape. The core area is defined as all cells that have no +#' neighbour with a different value than themselves (rook's case). +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{CORE_MN >= 0} +#' \subsection{Behaviour}{Equals CORE_MN = 0 if CORE = 0 for all patches. Increases, +#' without limit, as the core area indices increase.} +#' +#' @seealso +#' \code{\link{lsm_p_core}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_core_mn}}, +#' \code{\link{lsm_c_core_sd}}, +#' \code{\link{lsm_c_core_cv}}, \cr +#' \code{\link{lsm_l_core_sd}}, +#' \code{\link{lsm_l_core_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_core_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_core_mn +#' @rdname lsm_l_core_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_core_mn <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_core_mn_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_core_mn_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ + + core_patch <- lsm_p_core_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # all values NA + if (all(is.na(core_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "core_mn", + value = as.double(NA))) + } + + core_mn <- mean(core_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "core_mn", + value = as.double(core_mn))) +} diff --git a/R/lsm_l_core_sd.R b/R/lsm_l_core_sd.R index 3241573cf..0d50d6dfc 100644 --- a/R/lsm_l_core_sd.R +++ b/R/lsm_l_core_sd.R @@ -1,95 +1,95 @@ -#' CORE_SD (landscape level) -#' -#' @description Standard deviation of patch core area (class level) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CORE_{SD} = sd(CORE[patch_{ij}])} -#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. -#' -#' CORE_SD is a 'Core area metric'. It equals the standard deviation of the core area -#' of all patches in the landscape. The core area is defined as all cells that have no -#' neighbour with a different value than themselves (rook's case). The metric describes the -#' differences among all patches in the landscape. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{CORE_SD >= 0} -#' \subsection{Behaviour}{Equals CORE_SD = 0 if all patches have the same core area. -#' Increases, without limit, as the variation of patch core areas increases.} -#' -#' @seealso -#' \code{\link{lsm_p_core}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_core_mn}}, -#' \code{\link{lsm_c_core_sd}}, -#' \code{\link{lsm_c_core_cv}}, \cr -#' \code{\link{lsm_l_core_mn}}, -#' \code{\link{lsm_l_core_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_core_sd(landscape) -#' -#' @aliases lsm_l_core_sd -#' @rdname lsm_l_core_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_core_sd <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_core_sd_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_core_sd_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ - - core_patch <- lsm_p_core_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # all values NA - if (all(is.na(core_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "core_sd", - value = as.double(NA))) - } - - core_sd <- stats::sd(core_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "core_sd", - value = as.double(core_sd))) -} +#' CORE_SD (landscape level) +#' +#' @description Standard deviation of patch core area (class level) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CORE_{SD} = sd(CORE[patch_{ij}])} +#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. +#' +#' CORE_SD is a 'Core area metric'. It equals the standard deviation of the core area +#' of all patches in the landscape. The core area is defined as all cells that have no +#' neighbour with a different value than themselves (rook's case). The metric describes the +#' differences among all patches in the landscape. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{CORE_SD >= 0} +#' \subsection{Behaviour}{Equals CORE_SD = 0 if all patches have the same core area. +#' Increases, without limit, as the variation of patch core areas increases.} +#' +#' @seealso +#' \code{\link{lsm_p_core}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_core_mn}}, +#' \code{\link{lsm_c_core_sd}}, +#' \code{\link{lsm_c_core_cv}}, \cr +#' \code{\link{lsm_l_core_mn}}, +#' \code{\link{lsm_l_core_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_core_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_core_sd +#' @rdname lsm_l_core_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_core_sd <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_core_sd_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_core_sd_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ + + core_patch <- lsm_p_core_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # all values NA + if (all(is.na(core_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "core_sd", + value = as.double(NA))) + } + + core_sd <- stats::sd(core_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "core_sd", + value = as.double(core_sd))) +} diff --git a/R/lsm_l_dcad.R b/R/lsm_l_dcad.R index 813da280a..7b32b7e0b 100644 --- a/R/lsm_l_dcad.R +++ b/R/lsm_l_dcad.R @@ -1,105 +1,105 @@ -#' DCAD (landscape level) -# -#' @description Disjunct core area density (core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{DCAD = (\frac{\sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} n_{ij}^{core}} {A}) * 10000 * 100} -#' where \eqn{n_{ij}^{core}} is the number of disjunct core areas and \eqn{A} -#' is the total landscape area in square meters. -#' -#' DCAD is a 'Core area metric'. It equals the number of disjunct core areas per -#' 100 ha relative to the total area. A disjunct core area is a 'patch within -#' the patch' containing only core cells. A cell is defined as core area if the cell has no -#' neighbour with a different value than itself (rook's case). The metric is relative and -#' therefore comparable among landscapes with different total areas. -#' -#' \subsection{Units}{Number per 100 hectares} -#' \subsection{Range}{DCAD >= 0} -#' \subsection{Behaviour}{Equals DCAD = 0 when DCORE = 0, i.e. no patch contains -#' a disjunct core area. Increases, without limit, as disjunct core areas become more -#' present, i.e. patches becoming larger and less complex.} -#' -#' @seealso -#' \code{\link{lsm_c_ndca}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_c_dcad}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_dcad(landscape) -#' -#' @aliases lsm_l_dcad -#' @rdname lsm_l_dcad -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_dcad <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_dcad_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_dcad_calc <- function(landscape, directions, consider_boundary, edge_depth, - resolution = NULL, points = NULL){ - - # get patch area - patch_area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise to total area - total_area <- sum(patch_area$value) - - # all values NA - if (is.na(total_area)) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcad", - value = as.double(NA))) - } - - # get core areas for each patch - ncore_patch <- lsm_p_ncore_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - points = points) - - # summarise for total landscape - dcad <- sum(ncore_patch$value) / total_area * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcad", - value = as.double(dcad))) -} +#' DCAD (landscape level) +# +#' @description Disjunct core area density (core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{DCAD = (\frac{\sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} n_{ij}^{core}} {A}) * 10000 * 100} +#' where \eqn{n_{ij}^{core}} is the number of disjunct core areas and \eqn{A} +#' is the total landscape area in square meters. +#' +#' DCAD is a 'Core area metric'. It equals the number of disjunct core areas per +#' 100 ha relative to the total area. A disjunct core area is a 'patch within +#' the patch' containing only core cells. A cell is defined as core area if the cell has no +#' neighbour with a different value than itself (rook's case). The metric is relative and +#' therefore comparable among landscapes with different total areas. +#' +#' \subsection{Units}{Number per 100 hectares} +#' \subsection{Range}{DCAD >= 0} +#' \subsection{Behaviour}{Equals DCAD = 0 when DCORE = 0, i.e. no patch contains +#' a disjunct core area. Increases, without limit, as disjunct core areas become more +#' present, i.e. patches becoming larger and less complex.} +#' +#' @seealso +#' \code{\link{lsm_c_ndca}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_c_dcad}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_dcad(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_dcad +#' @rdname lsm_l_dcad +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_dcad <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_dcad_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_dcad_calc <- function(landscape, directions, consider_boundary, edge_depth, + resolution = NULL, points = NULL){ + + # get patch area + patch_area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise to total area + total_area <- sum(patch_area$value) + + # all values NA + if (is.na(total_area)) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcad", + value = as.double(NA))) + } + + # get core areas for each patch + ncore_patch <- lsm_p_ncore_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + points = points) + + # summarise for total landscape + dcad <- sum(ncore_patch$value) / total_area * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcad", + value = as.double(dcad))) +} diff --git a/R/lsm_l_dcore_cv.R b/R/lsm_l_dcore_cv.R index 4f49f0bd0..bf59e03fc 100644 --- a/R/lsm_l_dcore_cv.R +++ b/R/lsm_l_dcore_cv.R @@ -28,8 +28,7 @@ #' increases.} #' #' @seealso -#' \code{\link{lsm_p_ncore}}, -#' \code{\link{cv}}, \cr +#' \code{\link{lsm_p_ncore}}, \cr #' \code{\link{lsm_c_dcore_mn}}, #' \code{\link{lsm_c_dcore_sd}}, #' \code{\link{lsm_c_dcore_cv}}, \cr @@ -39,7 +38,7 @@ #' @return tibble #' #' @examples -#' lsm_l_dcore_cv(landscape) +#' lsm_l_dcore_cv(terra::unwrap(landscape)) #' #' @aliases lsm_l_dcore_cv #' @rdname lsm_l_dcore_cv diff --git a/R/lsm_l_dcore_mn.R b/R/lsm_l_dcore_mn.R index 269eb00a4..95dbb4492 100644 --- a/R/lsm_l_dcore_mn.R +++ b/R/lsm_l_dcore_mn.R @@ -1,96 +1,96 @@ -#' DCORE_MN (landscape level) -#' -#' @description Mean number of disjunct core areas (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{DCORE_{MN} = mean(NCORE[patch_{ij}])} -#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. -#' -#' DCORE_MN is an 'Core area metric'. It summarises the landscape as the mean of all -#' patches in the landscape. A cell is defined as core if the cell has no neighbour with -#' a different value than itself (rook's case). NCORE counts the disjunct core areas, -#' whereby a core area is a 'patch within the patch' containing only core cells. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{DCORE_MN > 0} -#' \subsection{Behaviour}{Equals DCORE_MN = 0 if NCORE = 0 for all patches. Increases, -#' without limit, as the number of disjunct core areas increases.} -#' -#' @seealso -#' \code{\link{lsm_p_ncore}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_dcore_mn}}, -#' \code{\link{lsm_c_dcore_sd}}, -#' \code{\link{lsm_c_dcore_cv}}, \cr -#' \code{\link{lsm_l_dcore_sd}}, -#' \code{\link{lsm_l_dcore_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_dcore_mn(landscape) -#' -#' @aliases lsm_l_dcore_mn -#' @rdname lsm_l_dcore_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_dcore_mn <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_dcore_mn_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_dcore_mn_calc <- function(landscape, directions, consider_boundary, edge_depth, - points = NULL){ - - dcore_patch <- lsm_p_ncore_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - points = points) - - # all values NA - if (all(is.na(dcore_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcore_mn", - value = as.double(NA))) - } - - dcore_mn <- mean(dcore_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcore_mn", - value = as.double(dcore_mn))) -} +#' DCORE_MN (landscape level) +#' +#' @description Mean number of disjunct core areas (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{DCORE_{MN} = mean(NCORE[patch_{ij}])} +#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. +#' +#' DCORE_MN is an 'Core area metric'. It summarises the landscape as the mean of all +#' patches in the landscape. A cell is defined as core if the cell has no neighbour with +#' a different value than itself (rook's case). NCORE counts the disjunct core areas, +#' whereby a core area is a 'patch within the patch' containing only core cells. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{DCORE_MN > 0} +#' \subsection{Behaviour}{Equals DCORE_MN = 0 if NCORE = 0 for all patches. Increases, +#' without limit, as the number of disjunct core areas increases.} +#' +#' @seealso +#' \code{\link{lsm_p_ncore}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_dcore_mn}}, +#' \code{\link{lsm_c_dcore_sd}}, +#' \code{\link{lsm_c_dcore_cv}}, \cr +#' \code{\link{lsm_l_dcore_sd}}, +#' \code{\link{lsm_l_dcore_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_dcore_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_dcore_mn +#' @rdname lsm_l_dcore_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_dcore_mn <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_dcore_mn_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_dcore_mn_calc <- function(landscape, directions, consider_boundary, edge_depth, + points = NULL){ + + dcore_patch <- lsm_p_ncore_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + points = points) + + # all values NA + if (all(is.na(dcore_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcore_mn", + value = as.double(NA))) + } + + dcore_mn <- mean(dcore_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcore_mn", + value = as.double(dcore_mn))) +} diff --git a/R/lsm_l_dcore_sd.R b/R/lsm_l_dcore_sd.R index 9e459d403..e955e98eb 100644 --- a/R/lsm_l_dcore_sd.R +++ b/R/lsm_l_dcore_sd.R @@ -1,98 +1,98 @@ -#' DCORE_SD (landscape level) -#' -#' @description Standard deviation number of disjunct core areas (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{DCORE_{SD} = sd(NCORE[patch_{ij}])} -#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. -#' -#' DCORE_SD is an 'Core area metric'. It summarises the landscape as the standard deviation -#' of all patches. A cell is defined as core if the cell has no neighbour with a different -#' value than itself (rook's case). NCORE counts the disjunct core areas, whereby a core -#' area is a 'patch within the patch' containing only core cells. The metric describes the -#' differences among all patches in the landscape. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{DCORE_SD >= 0} -#' \subsection{Behaviour}{Equals DCORE_SD = 0 if all patches have the same number of disjunct -#' core areas. Increases, without limit, as the variation of number of disjunct core areas -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_ncore}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_dcore_mn}}, -#' \code{\link{lsm_c_dcore_sd}}, \cr -#' \code{\link{lsm_c_dcore_cv}}, -#' \code{\link{lsm_l_dcore_mn}}, -#' \code{\link{lsm_l_dcore_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_dcore_sd(landscape) -#' -#' @aliases lsm_l_dcore_sd -#' @rdname lsm_l_dcore_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_dcore_sd <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_dcore_sd_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_dcore_sd_calc <- function(landscape, directions, consider_boundary, edge_depth, - points = NULL){ - - dcore_patch <- lsm_p_ncore_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - points = points) - - # all values NA - if (all(is.na(dcore_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcore_sd", - value = as.double(NA))) - } - - dcore_sd <- stats::sd(dcore_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcore_sd", - value = as.double(dcore_sd))) -} +#' DCORE_SD (landscape level) +#' +#' @description Standard deviation number of disjunct core areas (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{DCORE_{SD} = sd(NCORE[patch_{ij}])} +#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. +#' +#' DCORE_SD is an 'Core area metric'. It summarises the landscape as the standard deviation +#' of all patches. A cell is defined as core if the cell has no neighbour with a different +#' value than itself (rook's case). NCORE counts the disjunct core areas, whereby a core +#' area is a 'patch within the patch' containing only core cells. The metric describes the +#' differences among all patches in the landscape. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{DCORE_SD >= 0} +#' \subsection{Behaviour}{Equals DCORE_SD = 0 if all patches have the same number of disjunct +#' core areas. Increases, without limit, as the variation of number of disjunct core areas +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_ncore}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_dcore_mn}}, +#' \code{\link{lsm_c_dcore_sd}}, \cr +#' \code{\link{lsm_c_dcore_cv}}, +#' \code{\link{lsm_l_dcore_mn}}, +#' \code{\link{lsm_l_dcore_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_dcore_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_dcore_sd +#' @rdname lsm_l_dcore_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_dcore_sd <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_dcore_sd_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_dcore_sd_calc <- function(landscape, directions, consider_boundary, edge_depth, + points = NULL){ + + dcore_patch <- lsm_p_ncore_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + points = points) + + # all values NA + if (all(is.na(dcore_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcore_sd", + value = as.double(NA))) + } + + dcore_sd <- stats::sd(dcore_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcore_sd", + value = as.double(dcore_sd))) +} diff --git a/R/lsm_l_division.R b/R/lsm_l_division.R index 13a4465e9..965508213 100644 --- a/R/lsm_l_division.R +++ b/R/lsm_l_division.R @@ -1,91 +1,91 @@ -#' DIVISION (landscape level) -#' -#' @description Landscape division index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{DIVISON = (1 - \sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} (\frac{a_{ij}} {A}) ^ 2) } -#' where \eqn{a_{ij}} is the area in square meters and \eqn{A} is the total -#' landscape area in square meters. -#' -#' DIVISION is an 'Aggregation metric. It can be in as the probability that two -#' randomly selected cells are not located in the same patch. The landscape -#' division index is negatively correlated with the effective mesh size (\code{\link{lsm_c_mesh}}). -#' -#' \subsection{Units}{Proportion } -#' \subsection{Ranges}{0 <= Division < 1} -#' \subsection{Behaviour}{Equals DIVISION = 0 if only one patch is present. Approaches -#' DIVISION = 1 if all patches of class i are single cells.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_c_division}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_division(landscape) -#' -#' @aliases lsm_l_division -#' @rdname lsm_l_division -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh -#' size: new measures of landscape fragmentation. -#' Landscape ecology, 15(2), 115-130. -#' -#' @export -lsm_l_division <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_division_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_division_calc <- function(landscape, directions, resolution = NULL) { - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise to total area - area_total <- sum(area_patch$value) - - # all values NA - if (is.na(area_total)) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "division", - value = as.double(NA))) - } - - # divison for each patch - area_patch$value <- (area_patch$value / area_total) ^ 2 - - # summarise for whole landscape - division <- 1 - sum(area_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "division", - value = as.double(division))) -} +#' DIVISION (landscape level) +#' +#' @description Landscape division index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{DIVISON = (1 - \sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} (\frac{a_{ij}} {A}) ^ 2) } +#' where \eqn{a_{ij}} is the area in square meters and \eqn{A} is the total +#' landscape area in square meters. +#' +#' DIVISION is an 'Aggregation metric. It can be in as the probability that two +#' randomly selected cells are not located in the same patch. The landscape +#' division index is negatively correlated with the effective mesh size (\code{\link{lsm_c_mesh}}). +#' +#' \subsection{Units}{Proportion } +#' \subsection{Ranges}{0 <= Division < 1} +#' \subsection{Behaviour}{Equals DIVISION = 0 if only one patch is present. Approaches +#' DIVISION = 1 if all patches of class i are single cells.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_c_division}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_division(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_division +#' @rdname lsm_l_division +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh +#' size: new measures of landscape fragmentation. +#' Landscape ecology, 15(2), 115-130. +#' +#' @export +lsm_l_division <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_division_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_division_calc <- function(landscape, directions, resolution = NULL) { + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise to total area + area_total <- sum(area_patch$value) + + # all values NA + if (is.na(area_total)) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "division", + value = as.double(NA))) + } + + # divison for each patch + area_patch$value <- (area_patch$value / area_total) ^ 2 + + # summarise for whole landscape + division <- 1 - sum(area_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "division", + value = as.double(division))) +} diff --git a/R/lsm_l_ed.R b/R/lsm_l_ed.R index 9c065cc71..0a10238b0 100644 --- a/R/lsm_l_ed.R +++ b/R/lsm_l_ed.R @@ -33,7 +33,7 @@ #' @return tibble #' #' @examples -#' lsm_l_ed(landscape) +#' lsm_l_ed(terra::unwrap(landscape)) #' #' @aliases lsm_l_ed #' @rdname lsm_l_ed diff --git a/R/lsm_l_enn_cv.R b/R/lsm_l_enn_cv.R index 06ac54a46..0c77f5598 100644 --- a/R/lsm_l_enn_cv.R +++ b/R/lsm_l_enn_cv.R @@ -24,8 +24,7 @@ #' identical for all patches. Increases, without limit, as the variation of ENN increases.} #' #' @seealso -#' \code{\link{lsm_p_enn}}, -#' \code{\link{cv}}, \cr +#' \code{\link{lsm_p_enn}}, \cr #' \code{\link{lsm_c_enn_mn}}, #' \code{\link{lsm_c_enn_sd}}, #' \code{\link{lsm_c_enn_cv}}, \cr @@ -35,7 +34,7 @@ #' @return tibble #' #' @examples -#' lsm_l_enn_cv(landscape) +#' lsm_l_enn_cv(terra::unwrap(landscape)) #' #' @aliases lsm_l_enn_cv #' @rdname lsm_l_enn_cv diff --git a/R/lsm_l_enn_mn.R b/R/lsm_l_enn_mn.R index 5581239e9..6fd1d01e7 100644 --- a/R/lsm_l_enn_mn.R +++ b/R/lsm_l_enn_mn.R @@ -1,93 +1,93 @@ -#' ENN_MN (landscape level) -#' -#' @description Mean of euclidean nearest-neighbor distance (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' @param verbose Print warning message if not sufficient patches are present -#' -#' @details -#' \deqn{ENN_{MN} = cv(mean[patch_{ij}])} -#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance -#' of each patch. -#' -#' ENN_CV is an 'Aggregation metric'. It summarises the landscape as the mean of all patches -#' in the landscape. ENN measures the distance to the nearest neighbouring patch -#' of the same class i. The distance is measured from edge-to-edge. The range is limited -#' by the cell resolution on the lower limit and the landscape extent on the upper limit. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{ENN_MN > 0} -#' \subsection{Behaviour}{Approaches ENN_MN = 0 as the distance to the nearest neighbour -#' decreases, i.e. patches of the same class i are more aggregated. Increases, without limit, -#' as the distance between neighbouring patches of the same class i increases, i.e. patches are -#' more isolated.} -#' -#' @seealso -#' \code{\link{lsm_p_enn}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_enn_mn}}, -#' \code{\link{lsm_c_enn_sd}}, -#' \code{\link{lsm_c_enn_cv}}, \cr -#' \code{\link{lsm_l_enn_sd}}, -#' \code{\link{lsm_l_enn_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_enn_mn(landscape) -#' -#' @aliases lsm_l_enn_mn -#' @rdname lsm_l_enn_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape -#' structure and breeding birds in the Oregon Coast Range. -#' Ecological monographs, 65(3), 235-260. -#' -#' @export -lsm_l_enn_mn <- function(landscape, directions = 8, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_enn_mn_calc, - directions = directions, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_enn_mn_calc <- function(landscape, directions, verbose, - points = NULL) { - - enn_patch <- lsm_p_enn_calc(landscape, - directions = directions, verbose = verbose, - points = points) - - # all values NA - if (all(is.na(enn_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "enn_mn", - value = as.double(NA))) - } - - enn_mn <- mean(enn_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "enn_mn", - value = as.double(enn_mn))) -} +#' ENN_MN (landscape level) +#' +#' @description Mean of euclidean nearest-neighbor distance (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' @param verbose Print warning message if not sufficient patches are present +#' +#' @details +#' \deqn{ENN_{MN} = cv(mean[patch_{ij}])} +#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance +#' of each patch. +#' +#' ENN_CV is an 'Aggregation metric'. It summarises the landscape as the mean of all patches +#' in the landscape. ENN measures the distance to the nearest neighbouring patch +#' of the same class i. The distance is measured from edge-to-edge. The range is limited +#' by the cell resolution on the lower limit and the landscape extent on the upper limit. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{ENN_MN > 0} +#' \subsection{Behaviour}{Approaches ENN_MN = 0 as the distance to the nearest neighbour +#' decreases, i.e. patches of the same class i are more aggregated. Increases, without limit, +#' as the distance between neighbouring patches of the same class i increases, i.e. patches are +#' more isolated.} +#' +#' @seealso +#' \code{\link{lsm_p_enn}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_enn_mn}}, +#' \code{\link{lsm_c_enn_sd}}, +#' \code{\link{lsm_c_enn_cv}}, \cr +#' \code{\link{lsm_l_enn_sd}}, +#' \code{\link{lsm_l_enn_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_enn_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_enn_mn +#' @rdname lsm_l_enn_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape +#' structure and breeding birds in the Oregon Coast Range. +#' Ecological monographs, 65(3), 235-260. +#' +#' @export +lsm_l_enn_mn <- function(landscape, directions = 8, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_enn_mn_calc, + directions = directions, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_enn_mn_calc <- function(landscape, directions, verbose, + points = NULL) { + + enn_patch <- lsm_p_enn_calc(landscape, + directions = directions, verbose = verbose, + points = points) + + # all values NA + if (all(is.na(enn_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "enn_mn", + value = as.double(NA))) + } + + enn_mn <- mean(enn_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "enn_mn", + value = as.double(enn_mn))) +} diff --git a/R/lsm_l_enn_sd.R b/R/lsm_l_enn_sd.R index 97b8cb12c..80a38d1e6 100644 --- a/R/lsm_l_enn_sd.R +++ b/R/lsm_l_enn_sd.R @@ -1,93 +1,93 @@ -#' ENN_SD (landscape level) -#' -#' @description Standard deviation of euclidean nearest-neighbor distance (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' @param verbose Print warning message if not sufficient patches are present -#' -#' @details -#' \deqn{ENN_{SD} = sd(ENN[patch_{ij}])} -#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance -#' of each patch. -#' -#' ENN_CV is an 'Aggregation metric'. It summarises in the landscape as the standard -#' deviation of all patches in the landscape. ENN measures the distance to the nearest -#' neighbouring patch of the same class i. The distance is measured from edge-to-edge. -#' The range is limited by the cell resolution on the lower limit and the landscape extent -#' on the upper limit. The metric is a simple way to describe patch isolation. Because it is -#' scaled to the mean, it is easily comparable among different landscapes. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{ENN_SD >= 0} -#' \subsection{Behaviour}{Equals ENN_SD = 0 if the euclidean nearest-neighbor distance is -#' identical for all patches. Increases, without limit, as the variation of ENN increases.} -#' -#' @seealso -#' \code{\link{lsm_p_enn}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_enn_mn}}, -#' \code{\link{lsm_c_enn_sd}}, -#' \code{\link{lsm_c_enn_cv}}, \cr -#' \code{\link{lsm_l_enn_mn}}, -#' \code{\link{lsm_l_enn_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_enn_sd(landscape) -#' -#' @aliases lsm_l_enn_sd -#' @rdname lsm_l_enn_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape -#' structure and breeding birds in the Oregon Coast Range. -#' Ecological monographs, 65(3), 235-260. -#' -#' @export -lsm_l_enn_sd <- function(landscape, directions = 8, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_enn_sd_calc, - directions = directions, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_enn_sd_calc <- function(landscape, directions, verbose, - points = NULL) { - - enn_patch <- lsm_p_enn_calc(landscape, - directions = directions, verbose = verbose, - points = points) - - # all values NA - if (all(is.na(enn_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "enn_sd", - value = as.double(NA))) - } - - enn_sd <- stats::sd(enn_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "enn_sd", - value = as.double(enn_sd))) -} +#' ENN_SD (landscape level) +#' +#' @description Standard deviation of euclidean nearest-neighbor distance (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' @param verbose Print warning message if not sufficient patches are present +#' +#' @details +#' \deqn{ENN_{SD} = sd(ENN[patch_{ij}])} +#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance +#' of each patch. +#' +#' ENN_CV is an 'Aggregation metric'. It summarises in the landscape as the standard +#' deviation of all patches in the landscape. ENN measures the distance to the nearest +#' neighbouring patch of the same class i. The distance is measured from edge-to-edge. +#' The range is limited by the cell resolution on the lower limit and the landscape extent +#' on the upper limit. The metric is a simple way to describe patch isolation. Because it is +#' scaled to the mean, it is easily comparable among different landscapes. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{ENN_SD >= 0} +#' \subsection{Behaviour}{Equals ENN_SD = 0 if the euclidean nearest-neighbor distance is +#' identical for all patches. Increases, without limit, as the variation of ENN increases.} +#' +#' @seealso +#' \code{\link{lsm_p_enn}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_enn_mn}}, +#' \code{\link{lsm_c_enn_sd}}, +#' \code{\link{lsm_c_enn_cv}}, \cr +#' \code{\link{lsm_l_enn_mn}}, +#' \code{\link{lsm_l_enn_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_enn_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_enn_sd +#' @rdname lsm_l_enn_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape +#' structure and breeding birds in the Oregon Coast Range. +#' Ecological monographs, 65(3), 235-260. +#' +#' @export +lsm_l_enn_sd <- function(landscape, directions = 8, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_enn_sd_calc, + directions = directions, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_enn_sd_calc <- function(landscape, directions, verbose, + points = NULL) { + + enn_patch <- lsm_p_enn_calc(landscape, + directions = directions, verbose = verbose, + points = points) + + # all values NA + if (all(is.na(enn_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "enn_sd", + value = as.double(NA))) + } + + enn_sd <- stats::sd(enn_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "enn_sd", + value = as.double(enn_sd))) +} diff --git a/R/lsm_l_ent.R b/R/lsm_l_ent.R index 692f2dd33..6f1a242be 100644 --- a/R/lsm_l_ent.R +++ b/R/lsm_l_ent.R @@ -21,7 +21,7 @@ #' @return tibble #' #' @examples -#' lsm_l_ent(landscape) +#' lsm_l_ent(terra::unwrap(landscape)) #' #' @aliases lsm_l_ent #' @rdname lsm_l_ent diff --git a/R/lsm_l_frac_cv.R b/R/lsm_l_frac_cv.R index d09d98ab3..b47393e7b 100644 --- a/R/lsm_l_frac_cv.R +++ b/R/lsm_l_frac_cv.R @@ -23,8 +23,7 @@ #' indices increases.} #' #' @seealso -#' \code{\link{lsm_p_frac}}, -#' \code{\link{cv}}, \cr +#' \code{\link{lsm_p_frac}}, \cr #' \code{\link{lsm_c_frac_mn}}, #' \code{\link{lsm_c_frac_sd}}, #' \code{\link{lsm_c_frac_cv}}, \cr @@ -34,7 +33,7 @@ #' @return tibble #' #' @examples -#' lsm_l_frac_cv(landscape) +#' lsm_l_frac_cv(terra::unwrap(landscape)) #' #' @aliases lsm_l_frac_cv #' @rdname lsm_l_frac_cv diff --git a/R/lsm_l_frac_mn.R b/R/lsm_l_frac_mn.R index 5a3d71f5c..5065b950c 100644 --- a/R/lsm_l_frac_mn.R +++ b/R/lsm_l_frac_mn.R @@ -1,88 +1,88 @@ -#' FRAC_MN (landscape level) -#' -#' @description Mean fractal dimension index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{FRAC_{MN} = mean(FRAC[patch_{ij}])} -#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. -#' -#' FRAC_MN is a 'Shape metric'. The metric summarises the landscape -#' as the mean of the fractal dimension index of all patches in the landscape. -#' The fractal dimension index is based on the patch perimeter and -#' the patch area and describes the patch complexity. The Coefficient of variation is -#' scaled to the mean and comparable among different landscapes. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{FRAC_MN > 0 } -#' \subsection{Behaviour}{Approaches FRAC_MN = 1 if all patches are squared and FRAC_MN = 2 -#' if all patches are irregular.} -#' -#' @seealso -#' \code{\link{lsm_p_frac}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_frac_mn}}, -#' \code{\link{lsm_c_frac_sd}}, -#' \code{\link{lsm_c_frac_cv}}, \cr -#' \code{\link{lsm_l_frac_sd}}, -#' \code{\link{lsm_l_frac_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_frac_mn(landscape) -#' -#' @aliases lsm_l_frac_mn -#' @rdname lsm_l_frac_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. -#' San Francisco. W. H. Freeman and Company. -#' -#' @export -lsm_l_frac_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_frac_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_frac_mn_calc <- function(landscape, directions, resolution = NULL){ - - frac_patch <- lsm_p_frac_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(frac_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "frac_mn", - value = as.double(NA))) - } - - frac_mn <- mean(frac_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "frac_mn", - value = as.double(frac_mn))) -} +#' FRAC_MN (landscape level) +#' +#' @description Mean fractal dimension index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{FRAC_{MN} = mean(FRAC[patch_{ij}])} +#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. +#' +#' FRAC_MN is a 'Shape metric'. The metric summarises the landscape +#' as the mean of the fractal dimension index of all patches in the landscape. +#' The fractal dimension index is based on the patch perimeter and +#' the patch area and describes the patch complexity. The Coefficient of variation is +#' scaled to the mean and comparable among different landscapes. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{FRAC_MN > 0 } +#' \subsection{Behaviour}{Approaches FRAC_MN = 1 if all patches are squared and FRAC_MN = 2 +#' if all patches are irregular.} +#' +#' @seealso +#' \code{\link{lsm_p_frac}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_frac_mn}}, +#' \code{\link{lsm_c_frac_sd}}, +#' \code{\link{lsm_c_frac_cv}}, \cr +#' \code{\link{lsm_l_frac_sd}}, +#' \code{\link{lsm_l_frac_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_frac_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_frac_mn +#' @rdname lsm_l_frac_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. +#' San Francisco. W. H. Freeman and Company. +#' +#' @export +lsm_l_frac_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_frac_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_frac_mn_calc <- function(landscape, directions, resolution = NULL){ + + frac_patch <- lsm_p_frac_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(frac_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "frac_mn", + value = as.double(NA))) + } + + frac_mn <- mean(frac_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "frac_mn", + value = as.double(frac_mn))) +} diff --git a/R/lsm_l_frac_sd.R b/R/lsm_l_frac_sd.R index 7a7408c45..f7dc63a0e 100644 --- a/R/lsm_l_frac_sd.R +++ b/R/lsm_l_frac_sd.R @@ -1,88 +1,88 @@ -#' FRAC_SD (landscape level) -#' -#' @description Standard deviation fractal dimension index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{FRAC_{SD} = sd(FRAC[patch_{ij}])} -#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. -#' -#' FRAC_SD is a 'Shape metric'. The metric summarises the landscape -#' as the standard deviation of the fractal dimension index of all patches -#' in the landscape. The fractal dimension index is based on the patch perimeter and -#' the patch area and describes the patch complexity. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{FRAC_SD>= 0 } -#' \subsection{Behaviour}{Equals FRAC_SD = 0 if the fractal dimension index is identical -#' for all patches. Increases, without limit, as the variation of the fractal dimension -#' indices increases.} -#' -#' @seealso -#' \code{\link{lsm_p_frac}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_frac_mn}}, -#' \code{\link{lsm_c_frac_sd}}, -#' \code{\link{lsm_c_frac_cv}}, \cr -#' \code{\link{lsm_l_frac_mn}}, -#' \code{\link{lsm_l_frac_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_frac_sd(landscape) -#' -#' @aliases lsm_l_frac_sd -#' @rdname lsm_l_frac_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. -#' San Francisco. W. H. Freeman and Company. -#' -#' @export -lsm_l_frac_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_frac_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_frac_sd_calc <- function(landscape, directions, resolution = NULL){ - - frac_patch <- lsm_p_frac_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(frac_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "frac_sd", - value = as.double(NA))) - } - - frac_sd <- stats::sd(frac_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "frac_sd", - value = as.double(frac_sd))) -} +#' FRAC_SD (landscape level) +#' +#' @description Standard deviation fractal dimension index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{FRAC_{SD} = sd(FRAC[patch_{ij}])} +#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. +#' +#' FRAC_SD is a 'Shape metric'. The metric summarises the landscape +#' as the standard deviation of the fractal dimension index of all patches +#' in the landscape. The fractal dimension index is based on the patch perimeter and +#' the patch area and describes the patch complexity. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{FRAC_SD>= 0 } +#' \subsection{Behaviour}{Equals FRAC_SD = 0 if the fractal dimension index is identical +#' for all patches. Increases, without limit, as the variation of the fractal dimension +#' indices increases.} +#' +#' @seealso +#' \code{\link{lsm_p_frac}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_frac_mn}}, +#' \code{\link{lsm_c_frac_sd}}, +#' \code{\link{lsm_c_frac_cv}}, \cr +#' \code{\link{lsm_l_frac_mn}}, +#' \code{\link{lsm_l_frac_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_frac_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_frac_sd +#' @rdname lsm_l_frac_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. +#' San Francisco. W. H. Freeman and Company. +#' +#' @export +lsm_l_frac_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_frac_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_frac_sd_calc <- function(landscape, directions, resolution = NULL){ + + frac_patch <- lsm_p_frac_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(frac_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "frac_sd", + value = as.double(NA))) + } + + frac_sd <- stats::sd(frac_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "frac_sd", + value = as.double(frac_sd))) +} diff --git a/R/lsm_l_gyrate_cv.R b/R/lsm_l_gyrate_cv.R index 6732495c1..bf5be6f13 100644 --- a/R/lsm_l_gyrate_cv.R +++ b/R/lsm_l_gyrate_cv.R @@ -30,8 +30,7 @@ #' increases.} #' #' @seealso -#' \code{\link{lsm_p_gyrate}}, -#' \code{\link{cv}}, \cr +#' \code{\link{lsm_p_gyrate}}, \cr #' \code{\link{lsm_c_gyrate_mn}}, #' \code{\link{lsm_c_gyrate_sd}}, #' \code{\link{lsm_c_gyrate_cv}}, \cr @@ -41,7 +40,7 @@ #' @return tibble #' #' @examples -#' lsm_l_gyrate_cv(landscape) +#' lsm_l_gyrate_cv(terra::unwrap(landscape)) #' #' @aliases lsm_l_gyrate_cv #' @rdname lsm_l_gyrate_cv diff --git a/R/lsm_l_gyrate_mn.R b/R/lsm_l_gyrate_mn.R index 25bab9d09..ac074e62f 100644 --- a/R/lsm_l_gyrate_mn.R +++ b/R/lsm_l_gyrate_mn.R @@ -1,98 +1,98 @@ -#' GYRATE_MN (landscape level) -#' -#' @description Mean radius of gyration (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param cell_center If true, the coordinates of the centroid are forced to be -#' a cell center within the patch. -#' -#' @details -#' \deqn{GYRATE_{MN} = mean(GYRATE[patch_{ij}])} -#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. -#' -#' GYRATE_MN is an 'Area and edge metric'. The metric summarises the landscape -#' as the mean of the radius of gyration of all patches in the landscape. -#' GYRATE measures the distance from each cell to the patch centroid and is based on -#' cell center-to-cell center distances. The metrics characterises -#' both the patch area and compactness. -#' -#' If `cell_center = TRUE` some patches might have several possible cell-center -#' centroids. In this case, the gyrate index is based on the mean distance of all -#' cells to all possible cell-center centroids. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{GYRATE_MN >= 0 } -#' \subsection{Behaviour}{Approaches GYRATE_MN = 0 if every patch is a single cell. Increases, -#' without limit, when only one patch is present.} -#' -#' @seealso -#' \code{\link{lsm_p_gyrate}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_gyrate_mn}}, -#' \code{\link{lsm_c_gyrate_sd}}, -#' \code{\link{lsm_c_gyrate_cv}}, \cr -#' \code{\link{lsm_l_gyrate_sd}}, -#' \code{\link{lsm_l_gyrate_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_gyrate_mn(landscape) -#' -#' @aliases lsm_l_gyrate_mn -#' @rdname lsm_l_gyrate_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales -#' in fragmented landscapes. Conservation ecology, 1(1). -#' -#' @export -lsm_l_gyrate_mn <- function(landscape, - directions = 8, cell_center = FALSE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_gyrate_mn_calc, - directions = directions, - cell_center = cell_center) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_gyrate_mn_calc <- function(landscape, directions, cell_center, - points = NULL) { - - gyrate_patch <- lsm_p_gyrate_calc(landscape, - directions = directions, - cell_center = cell_center, - points = points) - - # all values NA - if (all(is.na(gyrate_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "gyrate_mn", - value = as.double(NA))) - } - - gyrate_mn <- mean(gyrate_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "gyrate_mn", - value = as.double(gyrate_mn))) -} +#' GYRATE_MN (landscape level) +#' +#' @description Mean radius of gyration (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param cell_center If true, the coordinates of the centroid are forced to be +#' a cell center within the patch. +#' +#' @details +#' \deqn{GYRATE_{MN} = mean(GYRATE[patch_{ij}])} +#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. +#' +#' GYRATE_MN is an 'Area and edge metric'. The metric summarises the landscape +#' as the mean of the radius of gyration of all patches in the landscape. +#' GYRATE measures the distance from each cell to the patch centroid and is based on +#' cell center-to-cell center distances. The metrics characterises +#' both the patch area and compactness. +#' +#' If `cell_center = TRUE` some patches might have several possible cell-center +#' centroids. In this case, the gyrate index is based on the mean distance of all +#' cells to all possible cell-center centroids. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{GYRATE_MN >= 0 } +#' \subsection{Behaviour}{Approaches GYRATE_MN = 0 if every patch is a single cell. Increases, +#' without limit, when only one patch is present.} +#' +#' @seealso +#' \code{\link{lsm_p_gyrate}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_gyrate_mn}}, +#' \code{\link{lsm_c_gyrate_sd}}, +#' \code{\link{lsm_c_gyrate_cv}}, \cr +#' \code{\link{lsm_l_gyrate_sd}}, +#' \code{\link{lsm_l_gyrate_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_gyrate_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_gyrate_mn +#' @rdname lsm_l_gyrate_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales +#' in fragmented landscapes. Conservation ecology, 1(1). +#' +#' @export +lsm_l_gyrate_mn <- function(landscape, + directions = 8, cell_center = FALSE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_gyrate_mn_calc, + directions = directions, + cell_center = cell_center) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_gyrate_mn_calc <- function(landscape, directions, cell_center, + points = NULL) { + + gyrate_patch <- lsm_p_gyrate_calc(landscape, + directions = directions, + cell_center = cell_center, + points = points) + + # all values NA + if (all(is.na(gyrate_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "gyrate_mn", + value = as.double(NA))) + } + + gyrate_mn <- mean(gyrate_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "gyrate_mn", + value = as.double(gyrate_mn))) +} diff --git a/R/lsm_l_gyrate_sd.R b/R/lsm_l_gyrate_sd.R index 637452488..346973a18 100644 --- a/R/lsm_l_gyrate_sd.R +++ b/R/lsm_l_gyrate_sd.R @@ -1,100 +1,99 @@ -#' GYRATE_SD (landscape level) -#' -#' @description Standard deviation radius of gyration (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param cell_center If true, the coordinates of the centroid are forced to be -#' a cell center within the patch. -#' -#' @details -#' \deqn{GYRATE_{SD} = sd(GYRATE[patch_{ij}])} -#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. -#' -#' GYRATE_SD is an 'Area and edge metric'. The metric summarises the landscape -#' as the standard deviation of the radius of gyration of all patches -#' in the landscape. GYRATE measures the distance from each cell to the patch -#' centroid and is based on cell center-to-cell center distances. The metrics characterises -#' both the patch area and compactness. -#' -#' If `cell_center = TRUE` some patches might have several possible cell-center -#' centroids. In this case, the gyrate index is based on the mean distance of all -#' cells to all possible cell-center centroids. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{GYRATE_SD >= 0 } -#' \subsection{Behaviour}{Equals GYRATE_SD = 0 if the radius of gyration is identical -#' for all patches. Increases, without limit, as the variation of the radius of gyration -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_gyrate}}, -#' \code{\link{cv}}, \cr -#' \code{\link{lsm_c_gyrate_mn}}, -#' \code{\link{lsm_c_gyrate_sd}}, -#' \code{\link{lsm_c_gyrate_cv}}, \cr -#' \code{\link{lsm_l_gyrate_mn}}, -#' \code{\link{lsm_l_gyrate_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_gyrate_sd(landscape) -#' -#' @aliases lsm_l_gyrate_sd -#' @rdname lsm_l_gyrate_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales -#' in fragmented landscapes. Conservation ecology, 1(1). -#' -#' @export -lsm_l_gyrate_sd <- function(landscape, - directions = 8, cell_center = FALSE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_gyrate_sd_calc, - directions = directions, - cell_center = cell_center) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_gyrate_sd_calc <- function(landscape, directions, cell_center, - points = NULL) { - - gyrate_patch <- lsm_p_gyrate_calc(landscape, - directions = directions, - cell_center = cell_center, - points = points) - - # all values NA - if (all(is.na(gyrate_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "gyrate_sd", - value = as.double(NA))) - } - - gyrate_sd <- stats::sd(gyrate_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "gyrate_sd", - value = as.double(gyrate_sd))) -} - +#' GYRATE_SD (landscape level) +#' +#' @description Standard deviation radius of gyration (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param cell_center If true, the coordinates of the centroid are forced to be +#' a cell center within the patch. +#' +#' @details +#' \deqn{GYRATE_{SD} = sd(GYRATE[patch_{ij}])} +#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. +#' +#' GYRATE_SD is an 'Area and edge metric'. The metric summarises the landscape +#' as the standard deviation of the radius of gyration of all patches +#' in the landscape. GYRATE measures the distance from each cell to the patch +#' centroid and is based on cell center-to-cell center distances. The metrics characterises +#' both the patch area and compactness. +#' +#' If `cell_center = TRUE` some patches might have several possible cell-center +#' centroids. In this case, the gyrate index is based on the mean distance of all +#' cells to all possible cell-center centroids. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{GYRATE_SD >= 0 } +#' \subsection{Behaviour}{Equals GYRATE_SD = 0 if the radius of gyration is identical +#' for all patches. Increases, without limit, as the variation of the radius of gyration +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_gyrate}}, \cr +#' \code{\link{lsm_c_gyrate_mn}}, +#' \code{\link{lsm_c_gyrate_sd}}, +#' \code{\link{lsm_c_gyrate_cv}}, \cr +#' \code{\link{lsm_l_gyrate_mn}}, +#' \code{\link{lsm_l_gyrate_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_gyrate_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_gyrate_sd +#' @rdname lsm_l_gyrate_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales +#' in fragmented landscapes. Conservation ecology, 1(1). +#' +#' @export +lsm_l_gyrate_sd <- function(landscape, + directions = 8, cell_center = FALSE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_gyrate_sd_calc, + directions = directions, + cell_center = cell_center) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_gyrate_sd_calc <- function(landscape, directions, cell_center, + points = NULL) { + + gyrate_patch <- lsm_p_gyrate_calc(landscape, + directions = directions, + cell_center = cell_center, + points = points) + + # all values NA + if (all(is.na(gyrate_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "gyrate_sd", + value = as.double(NA))) + } + + gyrate_sd <- stats::sd(gyrate_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "gyrate_sd", + value = as.double(gyrate_sd))) +} + diff --git a/R/lsm_l_iji.R b/R/lsm_l_iji.R index acf4c6bc8..443736148 100644 --- a/R/lsm_l_iji.R +++ b/R/lsm_l_iji.R @@ -27,7 +27,7 @@ #' @return tibble # #' @examples -#'lsm_l_iji(landscape) +#'lsm_l_iji(terra::unwrap(landscape)) # #' @aliases lsm_l_iji #' @rdname lsm_l_iji diff --git a/R/lsm_l_joinent.R b/R/lsm_l_joinent.R index 34dac0ab5..bbcecd4fd 100644 --- a/R/lsm_l_joinent.R +++ b/R/lsm_l_joinent.R @@ -24,7 +24,7 @@ #' @return tibble #' #' @examples -#' lsm_l_joinent(landscape) +#' lsm_l_joinent(terra::unwrap(landscape)) #' #' @aliases lsm_l_joinent #' @rdname lsm_l_joinent diff --git a/R/lsm_l_lpi.R b/R/lsm_l_lpi.R index f43575bd7..bbd0a8917 100644 --- a/R/lsm_l_lpi.R +++ b/R/lsm_l_lpi.R @@ -1,85 +1,85 @@ -#' LPI (landscape level) -#' -#' @description Largest patch index (Area and Edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{LPI = \frac{\max (a_{ij})} {A} * 100} -#' where \eqn{max(a_{ij})} is the area of the patch in square meters and \eqn{A} -#' is the total landscape area in square meters. -#' -#' The largest patch index is an 'Area and edge metric'. It is the percentage of the -#' landscape covered by the largest patch in the landscape. It is a simple -#' measure of dominance. -#' -#' \subsection{Units}{Percentage} -#' \subsection{Range}{0 < LPI <= 100} -#' \subsection{Behaviour}{Approaches LPI = 0 when the largest patch is becoming small -#' and equals LPI = 100 when only one patch is present} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_c_lpi}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_lpi(landscape) -#' -#' @aliases lsm_l_lpi -#' @rdname lsm_l_lpi -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_lpi <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_lpi_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_lpi_calc <- function(landscape, directions, resolution = NULL) { - - # get patch area - patch_area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise to total area - total_area <- sum(patch_area$value) - - # all values NA - if (is.na(total_area)) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "lpi", - value = as.double(NA))) - } - - # maximum value of patch_area / total_area - lpi <- max(patch_area$value / total_area * 100) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "lpi", - value = as.double(lpi))) -} +#' LPI (landscape level) +#' +#' @description Largest patch index (Area and Edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{LPI = \frac{\max (a_{ij})} {A} * 100} +#' where \eqn{max(a_{ij})} is the area of the patch in square meters and \eqn{A} +#' is the total landscape area in square meters. +#' +#' The largest patch index is an 'Area and edge metric'. It is the percentage of the +#' landscape covered by the largest patch in the landscape. It is a simple +#' measure of dominance. +#' +#' \subsection{Units}{Percentage} +#' \subsection{Range}{0 < LPI <= 100} +#' \subsection{Behaviour}{Approaches LPI = 0 when the largest patch is becoming small +#' and equals LPI = 100 when only one patch is present} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_c_lpi}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_lpi(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_lpi +#' @rdname lsm_l_lpi +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_lpi <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_lpi_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_lpi_calc <- function(landscape, directions, resolution = NULL) { + + # get patch area + patch_area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise to total area + total_area <- sum(patch_area$value) + + # all values NA + if (is.na(total_area)) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "lpi", + value = as.double(NA))) + } + + # maximum value of patch_area / total_area + lpi <- max(patch_area$value / total_area * 100) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "lpi", + value = as.double(lpi))) +} diff --git a/R/lsm_l_lsi.R b/R/lsm_l_lsi.R index 2fb5b19bf..08e089993 100644 --- a/R/lsm_l_lsi.R +++ b/R/lsm_l_lsi.R @@ -26,7 +26,7 @@ #' @return tibble #' #' @examples -#' lsm_l_lsi(landscape) +#' lsm_l_lsi(terra::unwrap(landscape)) #' #' @aliases lsm_l_lsi #' @rdname lsm_l_lsi diff --git a/R/lsm_l_mesh.R b/R/lsm_l_mesh.R index b5e1efb10..5a87d8813 100644 --- a/R/lsm_l_mesh.R +++ b/R/lsm_l_mesh.R @@ -1,90 +1,90 @@ -#' MESH (landscape level) -#' -#' @description Effective Mesh Size (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{MESH = \frac{\sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} a_{ij} ^ 2}{A} * \frac{1} {10000}} -#' where \eqn{a_{ij}} is the patch area in square meters and \eqn{A} is the -#' total landscape area in square meters. -#' -#' The effective mesh size is an 'Aggregation metric'. Because each patch is squared -#' before the sum is calculated and the sum is standardized by the -#' total landscape area, MESH is a relative measure of patch structure. MESH is -#' perfectly, negatively correlated to \code{\link{lsm_c_division}}. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{cell size / total area <= MESH <= total area} -#' \subsection{Behaviour}{Equals cellsize/total area if class covers only -#' one cell and equals total area if only one patch is present.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_c_mesh}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_mesh(landscape) -#' -#' @aliases lsm_l_mesh -#' @rdname lsm_l_mesh -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh -#' size: new measures of landscape fragmentation. -#' Landscape ecology, 15(2), 115-130. -#' -#' @export -lsm_l_mesh <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_mesh_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_mesh_calc <- function(landscape, directions, resolution = NULL) { - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise to total area - area_total <- sum(area_patch$value) - - # all values NA - if (is.na(area_total)) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "mesh", - value = as.double(NA))) - } - - # calculate mesh first take area ^ 2, than sum for whole landscape divided by landscape area total - mesh <- sum(area_patch$value ^ 2) / area_total - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "mesh", - value = as.double(mesh))) -} +#' MESH (landscape level) +#' +#' @description Effective Mesh Size (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{MESH = \frac{\sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} a_{ij} ^ 2}{A} * \frac{1} {10000}} +#' where \eqn{a_{ij}} is the patch area in square meters and \eqn{A} is the +#' total landscape area in square meters. +#' +#' The effective mesh size is an 'Aggregation metric'. Because each patch is squared +#' before the sum is calculated and the sum is standardized by the +#' total landscape area, MESH is a relative measure of patch structure. MESH is +#' perfectly, negatively correlated to \code{\link{lsm_c_division}}. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{cell size / total area <= MESH <= total area} +#' \subsection{Behaviour}{Equals cellsize/total area if class covers only +#' one cell and equals total area if only one patch is present.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_c_mesh}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_mesh(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_mesh +#' @rdname lsm_l_mesh +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh +#' size: new measures of landscape fragmentation. +#' Landscape ecology, 15(2), 115-130. +#' +#' @export +lsm_l_mesh <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_mesh_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_mesh_calc <- function(landscape, directions, resolution = NULL) { + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise to total area + area_total <- sum(area_patch$value) + + # all values NA + if (is.na(area_total)) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "mesh", + value = as.double(NA))) + } + + # calculate mesh first take area ^ 2, than sum for whole landscape divided by landscape area total + mesh <- sum(area_patch$value ^ 2) / area_total + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "mesh", + value = as.double(mesh))) +} diff --git a/R/lsm_l_msidi.R b/R/lsm_l_msidi.R index 78a497e3a..1ae26dd38 100644 --- a/R/lsm_l_msidi.R +++ b/R/lsm_l_msidi.R @@ -23,7 +23,7 @@ #' @return tibble #' #' @examples -#' lsm_l_msidi(landscape) +#' lsm_l_msidi(terra::unwrap(landscape)) #' #' @aliases lsm_l_msidi #' @rdname lsm_l_msidi diff --git a/R/lsm_l_msiei.R b/R/lsm_l_msiei.R index dc9bfb4a4..28485134b 100644 --- a/R/lsm_l_msiei.R +++ b/R/lsm_l_msiei.R @@ -1,86 +1,86 @@ -#' MSIEI (landscape level) -#' -#' @description Modified Simpson's evenness index (Diversity metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{MSIEi = \frac{- \ln \sum \limits_{i = 1}^{m} P_{i}^{2}} {\ln m}} -#' where \eqn{P_{i}} is the landscape area proportion of class i. - -#' MSIEI is a 'Diversity metric'. - -#' \subsection{Units}{None} -#' \subsection{Range}{0 <= MSIEI < 1} -#' \subsection{Behaviour}{MSIEI = 0 when only one patch is present and approaches -#' MSIEI = 1 as the proportional distribution of patches becomes more even} -#' -#' @seealso -#' \code{\link{lsm_l_siei}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_msiei(landscape) -#' -#' @aliases lsm_l_msiei -#' @rdname lsm_l_msiei -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 -#' -#' Pielou, E. C. 1975. Ecological Diversity. Wiley-Interscience, New York. -#' -#' @export -lsm_l_msiei <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_msiei_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_msiei_calc <- function(landscape, directions, resolution = NULL) { - - patch_area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(patch_area$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "msiei", - value = as.double(NA))) - } - - msidi <- stats::aggregate(x = patch_area[, 5], by = patch_area[, 2], - FUN = sum) - - msidi <- -log(sum((msidi$value / sum(msidi$value)) ^ 2)) - - pr <- length(get_unique_values_int(landscape, verbose = FALSE)) - - msiei <- msidi / log(pr) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "msiei", - value = as.double(msiei))) -} +#' MSIEI (landscape level) +#' +#' @description Modified Simpson's evenness index (Diversity metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{MSIEi = \frac{- \ln \sum \limits_{i = 1}^{m} P_{i}^{2}} {\ln m}} +#' where \eqn{P_{i}} is the landscape area proportion of class i. + +#' MSIEI is a 'Diversity metric'. + +#' \subsection{Units}{None} +#' \subsection{Range}{0 <= MSIEI < 1} +#' \subsection{Behaviour}{MSIEI = 0 when only one patch is present and approaches +#' MSIEI = 1 as the proportional distribution of patches becomes more even} +#' +#' @seealso +#' \code{\link{lsm_l_siei}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_msiei(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_msiei +#' @rdname lsm_l_msiei +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 +#' +#' Pielou, E. C. 1975. Ecological Diversity. Wiley-Interscience, New York. +#' +#' @export +lsm_l_msiei <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_msiei_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_msiei_calc <- function(landscape, directions, resolution = NULL) { + + patch_area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(patch_area$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "msiei", + value = as.double(NA))) + } + + msidi <- stats::aggregate(x = patch_area[, 5], by = patch_area[, 2], + FUN = sum) + + msidi <- -log(sum((msidi$value / sum(msidi$value)) ^ 2)) + + pr <- length(get_unique_values_int(landscape, verbose = FALSE)) + + msiei <- msidi / log(pr) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "msiei", + value = as.double(msiei))) +} diff --git a/R/lsm_l_mutinf.R b/R/lsm_l_mutinf.R index 1b68cd43f..6c4721079 100644 --- a/R/lsm_l_mutinf.R +++ b/R/lsm_l_mutinf.R @@ -25,7 +25,7 @@ #' @return tibble #' #' @examples -#' lsm_l_mutinf(landscape) +#' lsm_l_mutinf(terra::unwrap(landscape)) #' #' @aliases lsm_l_mutinf #' @rdname lsm_l_mutinf diff --git a/R/lsm_l_ndca.R b/R/lsm_l_ndca.R index 5d05a037a..d3120e4c8 100644 --- a/R/lsm_l_ndca.R +++ b/R/lsm_l_ndca.R @@ -1,95 +1,95 @@ -#' NDCA (landscape level) -#' -#' @description Number of disjunct core areas (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{NDCA = \sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} n_{ij}^{core}} -#' where \eqn{n_{ij}^{core}} is the number of disjunct core areas. -#' -#' NDCA is a 'Core area metric'. The metric summarises the landscape as the sum of all -#' patches in the landscape. A cell is defined as core if the cell has no -#' neighbour with a different value than itself (rook's case). NDCA counts the disjunct -#' core areas, whereby a core area is a 'patch within the patch' containing only core cells. -#' It describes patch area and shape simultaneously (more core area when the patch is large, -#' however, the shape must allow disjunct core areas). Thereby, a compact shape (e.g. a square) -#' will contain less disjunct core areas than a more irregular patch. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{NDCA >= 0} -#' \subsection{Behaviour}{NDCA = 0 when TCA = 0, i.e. every cell in the landscape is -#' an edge cell. NDCA increases, with out limit, as core area increases and patch shapes allow -#' disjunct core areas (i.e. patch shapes become rather complex).} -#' -#' @seealso -#' \code{\link{lsm_c_tca}}, \cr -#' \code{\link{lsm_p_ncore}}, -#' \code{\link{lsm_c_ndca}} -#' @return tibble -#' -#' @examples -#' lsm_l_ndca(landscape) -#' -#' @aliases lsm_l_ndca -#' @rdname lsm_l_ndca -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_ndca <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_ndca_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_ndca_calc <- function(landscape, directions, consider_boundary, edge_depth, - points = NULL){ - - ncore_patch <- lsm_p_ncore_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - points = points) - - ndca <- sum(ncore_patch$value) - - # all values NA - if (is.na(ndca)) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "ndca", - value = as.double(NA))) - } - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "ndca", - value = as.double(ndca))) -} +#' NDCA (landscape level) +#' +#' @description Number of disjunct core areas (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{NDCA = \sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} n_{ij}^{core}} +#' where \eqn{n_{ij}^{core}} is the number of disjunct core areas. +#' +#' NDCA is a 'Core area metric'. The metric summarises the landscape as the sum of all +#' patches in the landscape. A cell is defined as core if the cell has no +#' neighbour with a different value than itself (rook's case). NDCA counts the disjunct +#' core areas, whereby a core area is a 'patch within the patch' containing only core cells. +#' It describes patch area and shape simultaneously (more core area when the patch is large, +#' however, the shape must allow disjunct core areas). Thereby, a compact shape (e.g. a square) +#' will contain less disjunct core areas than a more irregular patch. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{NDCA >= 0} +#' \subsection{Behaviour}{NDCA = 0 when TCA = 0, i.e. every cell in the landscape is +#' an edge cell. NDCA increases, with out limit, as core area increases and patch shapes allow +#' disjunct core areas (i.e. patch shapes become rather complex).} +#' +#' @seealso +#' \code{\link{lsm_c_tca}}, \cr +#' \code{\link{lsm_p_ncore}}, +#' \code{\link{lsm_c_ndca}} +#' @return tibble +#' +#' @examples +#' lsm_l_ndca(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_ndca +#' @rdname lsm_l_ndca +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_ndca <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_ndca_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_ndca_calc <- function(landscape, directions, consider_boundary, edge_depth, + points = NULL){ + + ncore_patch <- lsm_p_ncore_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + points = points) + + ndca <- sum(ncore_patch$value) + + # all values NA + if (is.na(ndca)) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "ndca", + value = as.double(NA))) + } + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "ndca", + value = as.double(ndca))) +} diff --git a/R/lsm_l_np.R b/R/lsm_l_np.R index 6f19de277..618125105 100644 --- a/R/lsm_l_np.R +++ b/R/lsm_l_np.R @@ -1,77 +1,77 @@ -#' NP (landscape level) -#' -#' @description Number of patches (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{NP = N} -#' where \eqn{N} is the number of patches. -#' -#' NP is an 'Aggregation metric'. It describes the fragmentation of the landscape, -#' however, does not necessarily contain information about the configuration or -#' composition of the landscape. -#' -#' \subsection{Units}{None} -#' \subsection{Ranges}{NP >= 1} -#' \subsection{Behaviour}{Equals NP = 1 when only one patch is present and -#' increases, without limit, as the number of patches increases} -#' -#' @seealso -#' \code{\link{lsm_c_np}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_np(landscape) -#' -#' @aliases lsm_l_np -#' @rdname lsm_l_np -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_np <- function(landscape, directions = 8) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_np_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_np_calc <- function(landscape, directions) { - - n_patches <- lsm_c_np_calc(landscape, - directions = directions) - - n_patches <- sum(n_patches$value) - - # all values NA - if (is.na(n_patches)) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "np", - value = as.double(NA))) - } - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "np", - value = as.double(n_patches))) -} +#' NP (landscape level) +#' +#' @description Number of patches (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{NP = N} +#' where \eqn{N} is the number of patches. +#' +#' NP is an 'Aggregation metric'. It describes the fragmentation of the landscape, +#' however, does not necessarily contain information about the configuration or +#' composition of the landscape. +#' +#' \subsection{Units}{None} +#' \subsection{Ranges}{NP >= 1} +#' \subsection{Behaviour}{Equals NP = 1 when only one patch is present and +#' increases, without limit, as the number of patches increases} +#' +#' @seealso +#' \code{\link{lsm_c_np}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_np(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_np +#' @rdname lsm_l_np +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_np <- function(landscape, directions = 8) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_np_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_np_calc <- function(landscape, directions) { + + n_patches <- lsm_c_np_calc(landscape, + directions = directions) + + n_patches <- sum(n_patches$value) + + # all values NA + if (is.na(n_patches)) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "np", + value = as.double(NA))) + } + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "np", + value = as.double(n_patches))) +} diff --git a/R/lsm_l_pafrac.R b/R/lsm_l_pafrac.R index 021312cb9..bf7877810 100644 --- a/R/lsm_l_pafrac.R +++ b/R/lsm_l_pafrac.R @@ -32,7 +32,7 @@ #' @return tibble #' #' @examples -#' lsm_l_pafrac(landscape) +#' lsm_l_pafrac(terra::unwrap(landscape)) #' #' @aliases lsm_l_pafrac #' @rdname lsm_l_pafrac diff --git a/R/lsm_l_para_cv.R b/R/lsm_l_para_cv.R index bbdf73537..7df00f413 100644 --- a/R/lsm_l_para_cv.R +++ b/R/lsm_l_para_cv.R @@ -23,8 +23,7 @@ #' increases.} #' #' @seealso -#' \code{\link{lsm_p_para}}, -#' \code{\link{cv}}, \cr +#' \code{\link{lsm_p_para}}, \cr #' \code{\link{lsm_c_para_mn}}, #' \code{\link{lsm_c_para_sd}}, #' \code{\link{lsm_c_para_cv}}, \cr @@ -34,7 +33,7 @@ #' @return tibble #' #' @examples -#' lsm_l_para_cv(landscape) +#' lsm_l_para_cv(terra::unwrap(landscape)) #' #' @aliases lsm_l_para_cv #' @rdname lsm_l_para_cv diff --git a/R/lsm_l_para_mn.R b/R/lsm_l_para_mn.R index 21df11274..7d42e71f1 100644 --- a/R/lsm_l_para_mn.R +++ b/R/lsm_l_para_mn.R @@ -34,7 +34,7 @@ #' @return tibble #' #' @examples -#' lsm_l_para_mn(landscape) +#' lsm_l_para_mn(terra::unwrap(landscape)) #' #' @aliases lsm_l_para_mn #' @rdname lsm_l_para_mn diff --git a/R/lsm_l_para_sd.R b/R/lsm_l_para_sd.R index 00cb417e5..5fd4a1b99 100644 --- a/R/lsm_l_para_sd.R +++ b/R/lsm_l_para_sd.R @@ -1,86 +1,86 @@ -#' PARA_SD (landscape level) -#' -#' @description Standard deviation perimeter-area ratio (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PARA_{SD} = sd(PARA[patch_{ij}]} -#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. -#' -#' PARA_SD is a 'Shape metric'. It summarises the landscape as the standard deviation of -#' each patch belonging in the landscape. The perimeter-area ratio describes the patch complexity -#' in a straightforward way. However, because it is not standarised to a certain shape -#' (e.g. a square), it is not scale independent, meaning that increasing the patch size -#' while not changing the patch form will change the ratio. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{PARA_SD >= 0} -#' \subsection{Behaviour}{Equals PARA_SD = 0 if the perimeter-area ratio is identical for -#' all patches. Increases, without limit, as the variation of the perimeter-area ratio -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_para}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_para_mn}}, -#' \code{\link{lsm_c_para_sd}}, -#' \code{\link{lsm_c_para_cv}}, \cr -#' \code{\link{lsm_l_para_mn}}, -#' \code{\link{lsm_l_para_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_para_sd(landscape) -#' -#' @aliases lsm_l_para_sd -#' @rdname lsm_l_para_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_para_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_para_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_para_sd_calc <- function(landscape, directions, resolution = NULL){ - - para_patch <- lsm_p_para_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(para_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "para_sd", - value = as.double(NA))) - } - - para_sd <- stats::sd(para_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "para_sd", - value = as.double(para_sd))) -} +#' PARA_SD (landscape level) +#' +#' @description Standard deviation perimeter-area ratio (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PARA_{SD} = sd(PARA[patch_{ij}]} +#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. +#' +#' PARA_SD is a 'Shape metric'. It summarises the landscape as the standard deviation of +#' each patch belonging in the landscape. The perimeter-area ratio describes the patch complexity +#' in a straightforward way. However, because it is not standarised to a certain shape +#' (e.g. a square), it is not scale independent, meaning that increasing the patch size +#' while not changing the patch form will change the ratio. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{PARA_SD >= 0} +#' \subsection{Behaviour}{Equals PARA_SD = 0 if the perimeter-area ratio is identical for +#' all patches. Increases, without limit, as the variation of the perimeter-area ratio +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_para}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_para_mn}}, +#' \code{\link{lsm_c_para_sd}}, +#' \code{\link{lsm_c_para_cv}}, \cr +#' \code{\link{lsm_l_para_mn}}, +#' \code{\link{lsm_l_para_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_para_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_para_sd +#' @rdname lsm_l_para_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_para_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_para_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_para_sd_calc <- function(landscape, directions, resolution = NULL){ + + para_patch <- lsm_p_para_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(para_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "para_sd", + value = as.double(NA))) + } + + para_sd <- stats::sd(para_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "para_sd", + value = as.double(para_sd))) +} diff --git a/R/lsm_l_pd.R b/R/lsm_l_pd.R index 3a260ce78..33c7bca35 100644 --- a/R/lsm_l_pd.R +++ b/R/lsm_l_pd.R @@ -29,7 +29,7 @@ #' @return tibble #' #' @examples -#' lsm_l_pd(landscape) +#' lsm_l_pd(terra::unwrap(landscape)) #' #' @aliases lsm_l_pd #' @rdname lsm_l_pd diff --git a/R/lsm_l_pladj.R b/R/lsm_l_pladj.R index a1f546983..b5ab48e43 100644 --- a/R/lsm_l_pladj.R +++ b/R/lsm_l_pladj.R @@ -22,7 +22,7 @@ #' @return tibble #' #' @examples -#' lsm_l_pladj(landscape) +#' lsm_l_pladj(terra::unwrap(landscape)) #' #' @aliases lsm_l_pladj #' @rdname lsm_l_pladj diff --git a/R/lsm_l_pr.R b/R/lsm_l_pr.R index 9527f5cf2..94a557a49 100644 --- a/R/lsm_l_pr.R +++ b/R/lsm_l_pr.R @@ -1,67 +1,67 @@ -#' PR (landscape level) -#' -#' @description Patch richness (Diversity metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' -#' @details -#' \deqn{PR = m} -#' where \eqn{m} is the number of classes -#' -#' PR is a 'Diversity metric'. It is one of the simplest diversity and composition measures. -#' However, because of its absolute nature, it is not comparable among landscapes with -#' different total areas. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{PR >= 1} -#' \subsection{Behaviour}{Equals PR = 1 when only one patch is present and increases, without -#' limit, as the number of classes increases} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_pr(landscape) -#' -#' @aliases lsm_l_pr -#' @rdname lsm_l_pr -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_pr <- function(landscape){ - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_pr_calc) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_pr_calc <- function(landscape){ - - richness <- length(get_unique_values_int(landscape, verbose = FALSE)) - - # all values NA - if (richness == 0) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "pr", - value = as.double(NA))) - } - - return(tibble::tibble(level = 'landscape', - class = as.integer(NA), - id = as.integer(NA), - metric = 'pr', - value = as.double(richness))) -} +#' PR (landscape level) +#' +#' @description Patch richness (Diversity metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' +#' @details +#' \deqn{PR = m} +#' where \eqn{m} is the number of classes +#' +#' PR is a 'Diversity metric'. It is one of the simplest diversity and composition measures. +#' However, because of its absolute nature, it is not comparable among landscapes with +#' different total areas. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{PR >= 1} +#' \subsection{Behaviour}{Equals PR = 1 when only one patch is present and increases, without +#' limit, as the number of classes increases} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_pr(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_pr +#' @rdname lsm_l_pr +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_pr <- function(landscape){ + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_pr_calc) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_pr_calc <- function(landscape){ + + richness <- length(get_unique_values_int(landscape, verbose = FALSE)) + + # all values NA + if (richness == 0) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "pr", + value = as.double(NA))) + } + + return(tibble::tibble(level = 'landscape', + class = as.integer(NA), + id = as.integer(NA), + metric = 'pr', + value = as.double(richness))) +} diff --git a/R/lsm_l_prd.R b/R/lsm_l_prd.R index 16d058bcb..00c73f0b3 100644 --- a/R/lsm_l_prd.R +++ b/R/lsm_l_prd.R @@ -1,84 +1,84 @@ -#' PRD (landscape level) -#' -#' @description Patch richness density (Diversity metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PRD = \frac{m} {A} * 10000 * 100 } -#' where \eqn{m} is the number of classes and \eqn{A} is the total landscape area in -#' square meters. -#' -#' PRD is a 'Diversity metric'. It is one of the simplest diversity and composition measures. -#' In contrast to \code{\link{lsm_l_pr}}, it is a relative measure and following, comparable -#' among landscapes with different total landscape areas. -#' -#' \subsection{Units}{Number per 100 hectares} -#' \subsection{Range}{PR > 0} -#' \subsection{Behaviour}{Approaches PRD > 1 when only one patch is present and the landscape -#' is rather large. Increases, without limit, as the number of classes increases and the -#' total landscape area decreases.} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_prd(landscape) -#' -#' @aliases lsm_l_prd -#' @rdname lsm_l_prd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_prd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_prd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_prd_calc <- function(landscape, directions, resolution = NULL) { - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise for total landscape - area_total <- sum(area_patch$value) - - # all values NA - if (is.na(area_total)) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "prd", - value = as.double(NA))) - } - - # get number of classes - pr_landscape <- lsm_l_pr_calc(landscape) - - # relative number of classes - prd <- pr_landscape$value / area_total * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "prd", - value = as.double(prd))) -} +#' PRD (landscape level) +#' +#' @description Patch richness density (Diversity metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PRD = \frac{m} {A} * 10000 * 100 } +#' where \eqn{m} is the number of classes and \eqn{A} is the total landscape area in +#' square meters. +#' +#' PRD is a 'Diversity metric'. It is one of the simplest diversity and composition measures. +#' In contrast to \code{\link{lsm_l_pr}}, it is a relative measure and following, comparable +#' among landscapes with different total landscape areas. +#' +#' \subsection{Units}{Number per 100 hectares} +#' \subsection{Range}{PR > 0} +#' \subsection{Behaviour}{Approaches PRD > 1 when only one patch is present and the landscape +#' is rather large. Increases, without limit, as the number of classes increases and the +#' total landscape area decreases.} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_prd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_prd +#' @rdname lsm_l_prd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_prd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_prd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_prd_calc <- function(landscape, directions, resolution = NULL) { + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise for total landscape + area_total <- sum(area_patch$value) + + # all values NA + if (is.na(area_total)) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "prd", + value = as.double(NA))) + } + + # get number of classes + pr_landscape <- lsm_l_pr_calc(landscape) + + # relative number of classes + prd <- pr_landscape$value / area_total * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "prd", + value = as.double(prd))) +} diff --git a/R/lsm_l_relmutinf.R b/R/lsm_l_relmutinf.R index b621d3a1d..00cc4f5bb 100644 --- a/R/lsm_l_relmutinf.R +++ b/R/lsm_l_relmutinf.R @@ -25,7 +25,7 @@ #' @return tibble #' #' @examples -#' lsm_l_relmutinf(landscape) +#' lsm_l_relmutinf(terra::unwrap(landscape)) #' #' @aliases lsm_l_relmutinf #' @rdname lsm_l_relmutinf diff --git a/R/lsm_l_rpr.R b/R/lsm_l_rpr.R index b83fb3e1d..15d1516c3 100644 --- a/R/lsm_l_rpr.R +++ b/R/lsm_l_rpr.R @@ -1,88 +1,88 @@ -#' RPD (landscape level) -#' -#' @description Relative patch richness (Diversity metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param classes_max Potential maximum number of present classes -#' @param verbose Print warning message if not sufficient patches are present -#' -#' @details -#' \deqn{RPR = \frac{m} {m_{max}} * 100} -#' where \eqn{m} is the number of classes and \eqn{m_{max}} is the (theoretical) -#' maximum number of classes. -#' -#' RPR is an 'Diversity metric'. The metric calculates the percentage of present classes -#' in the landscape in relation to a (theoretical) number of maximum classes. The user has to -#' specify the maximum number of classes. Note, that if \code{classes_max} is not provided, -#' the functions returns \code{NA}. -#' -#' \subsection{Units}{Percentage} -#' \subsection{Ranges}{0 < RPR <= 100} -#' \subsection{Behaviour}{Approaches RPR > 0 when only one class type is present, -#' but the maximum number of classes is large. Equals RPR = 100 when m = m_max} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_rpr(landscape, classes_max = 5) -#' -#' @aliases lsm_l_rpr -#' @rdname lsm_l_rpr -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Romme, W. H. 1982. Fire and landscapediversity in subalpine forests of -#' Yellowstone National Park.Ecol.Monogr. 52:199-221 -#' -#' @export -lsm_l_rpr <- function(landscape, classes_max = NULL, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_rpr_calc, - classes_max = classes_max, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_rpr_calc <- function(landscape, classes_max, verbose) { - - if (is.null(classes_max)) { - - if (verbose) { - warning("No maximum number of classes provided: RPR = NA", call. = FALSE) - } - - rpr <- NA - } else { - - pr <- lsm_l_pr_calc(landscape) - - # all values NA - if (all(is.na(pr$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "rpr", - value = as.double(NA))) - } - - rpr <- pr$value / classes_max * 100 - } - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "rpr", - value = as.double(rpr))) -} +#' RPD (landscape level) +#' +#' @description Relative patch richness (Diversity metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param classes_max Potential maximum number of present classes +#' @param verbose Print warning message if not sufficient patches are present +#' +#' @details +#' \deqn{RPR = \frac{m} {m_{max}} * 100} +#' where \eqn{m} is the number of classes and \eqn{m_{max}} is the (theoretical) +#' maximum number of classes. +#' +#' RPR is an 'Diversity metric'. The metric calculates the percentage of present classes +#' in the landscape in relation to a (theoretical) number of maximum classes. The user has to +#' specify the maximum number of classes. Note, that if \code{classes_max} is not provided, +#' the functions returns \code{NA}. +#' +#' \subsection{Units}{Percentage} +#' \subsection{Ranges}{0 < RPR <= 100} +#' \subsection{Behaviour}{Approaches RPR > 0 when only one class type is present, +#' but the maximum number of classes is large. Equals RPR = 100 when m = m_max} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_rpr(terra::unwrap(landscape), classes_max = 5) +#' +#' @aliases lsm_l_rpr +#' @rdname lsm_l_rpr +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Romme, W. H. 1982. Fire and landscapediversity in subalpine forests of +#' Yellowstone National Park.Ecol.Monogr. 52:199-221 +#' +#' @export +lsm_l_rpr <- function(landscape, classes_max = NULL, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_rpr_calc, + classes_max = classes_max, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_rpr_calc <- function(landscape, classes_max, verbose) { + + if (is.null(classes_max)) { + + if (verbose) { + warning("No maximum number of classes provided: RPR = NA", call. = FALSE) + } + + rpr <- NA + } else { + + pr <- lsm_l_pr_calc(landscape) + + # all values NA + if (all(is.na(pr$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "rpr", + value = as.double(NA))) + } + + rpr <- pr$value / classes_max * 100 + } + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "rpr", + value = as.double(rpr))) +} diff --git a/R/lsm_l_shape_cv.R b/R/lsm_l_shape_cv.R index 5c8739609..1d3095a39 100644 --- a/R/lsm_l_shape_cv.R +++ b/R/lsm_l_shape_cv.R @@ -21,8 +21,7 @@ #' Increases, without limit, as the variation of the shape index increases.} #' #' @seealso -#' \code{\link{lsm_p_shape}}, -#' \code{\link{cv}}, \cr +#' \code{\link{lsm_p_shape}}, \cr #' \code{\link{lsm_c_shape_mn}}, #' \code{\link{lsm_c_shape_sd}}, \cr #' \code{\link{lsm_c_shape_cv}}, @@ -32,7 +31,7 @@ #' @return tibble #' #' @examples -#' lsm_l_shape_cv(landscape) +#' lsm_l_shape_cv(terra::unwrap(landscape)) #' #' @aliases lsm_l_shape_cv #' @rdname lsm_l_shape_cv diff --git a/R/lsm_l_shape_mn.R b/R/lsm_l_shape_mn.R index a2889f501..686ee706d 100644 --- a/R/lsm_l_shape_mn.R +++ b/R/lsm_l_shape_mn.R @@ -1,89 +1,89 @@ -#' SHAPE_MN (landscape level) -#' -#' @description Mean shape index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{SHAPE_{MN} = mean(SHAPE[patch_{ij}])} -#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. -#' -#' SHAPE_MN is a 'Shape metric'. The landscape is summarised as the mean -#' of all patches in the landscape. SHAPE describes the ratio between the actual perimeter -#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -#' equals the perimeter if the patch would be maximally compact. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{SHAPE_SD >= 1} -#' \subsection{Behaviour}{Equals SHAPE_MN = 0 if all patches are squares. -#' Increases, without limit, as the shapes of patches become more complex.} -#' -#' @seealso -#' \code{\link{lsm_p_shape}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_shape_mn}}, -#' \code{\link{lsm_c_shape_sd}}, -#' \code{\link{lsm_c_shape_cv}}, \cr -#' \code{\link{lsm_l_shape_sd}}, -#' \code{\link{lsm_l_shape_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_shape_mn(landscape) -#' -#' @aliases lsm_l_shape_mn -#' @rdname lsm_l_shape_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". -#' Wildl. Soc.Bull. 3:171-173. -#' -#' @export -lsm_l_shape_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_shape_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_shape_mn_calc <- function(landscape, directions, resolution = NULL){ - - # shape index for each patch - shape <- lsm_p_shape_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(shape$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "shape_mn", - value = as.double(NA))) - } - - # calculate mean - shape_mn <- mean(shape$value, na.rm = TRUE) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "shape_mn", - value = as.double(shape_mn))) -} +#' SHAPE_MN (landscape level) +#' +#' @description Mean shape index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{SHAPE_{MN} = mean(SHAPE[patch_{ij}])} +#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. +#' +#' SHAPE_MN is a 'Shape metric'. The landscape is summarised as the mean +#' of all patches in the landscape. SHAPE describes the ratio between the actual perimeter +#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter +#' equals the perimeter if the patch would be maximally compact. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{SHAPE_SD >= 1} +#' \subsection{Behaviour}{Equals SHAPE_MN = 0 if all patches are squares. +#' Increases, without limit, as the shapes of patches become more complex.} +#' +#' @seealso +#' \code{\link{lsm_p_shape}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_shape_mn}}, +#' \code{\link{lsm_c_shape_sd}}, +#' \code{\link{lsm_c_shape_cv}}, \cr +#' \code{\link{lsm_l_shape_sd}}, +#' \code{\link{lsm_l_shape_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_shape_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_shape_mn +#' @rdname lsm_l_shape_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". +#' Wildl. Soc.Bull. 3:171-173. +#' +#' @export +lsm_l_shape_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_shape_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_shape_mn_calc <- function(landscape, directions, resolution = NULL){ + + # shape index for each patch + shape <- lsm_p_shape_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(shape$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "shape_mn", + value = as.double(NA))) + } + + # calculate mean + shape_mn <- mean(shape$value, na.rm = TRUE) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "shape_mn", + value = as.double(shape_mn))) +} diff --git a/R/lsm_l_shape_sd.R b/R/lsm_l_shape_sd.R index 09e25c787..806eb6c1c 100644 --- a/R/lsm_l_shape_sd.R +++ b/R/lsm_l_shape_sd.R @@ -1,89 +1,89 @@ -#' SHAPE_SD (landscape level) -#' -#' @description Standard deviation shape index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{SHAPE_{SD} = sd(SHAPE[patch_{ij}])} -#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. -#' -#' SHAPE_SD is a 'Shape metric'. The landscape summarised as the standard deviation -#' of all patches in the landscape. SHAPE describes the ratio between the actual perimeter -#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -#' equals the perimeter if the patch would be maximally compact. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{SHAPE_SD >= 0} -#' \subsection{Behaviour}{Equals SHAPE_SD = 0 if all patches have an identical shape index. -#' Increases, without limit, as the variation of the shape index increases.} -#' -#' @seealso -#' \code{\link{lsm_p_shape}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_shape_mn}}, -#' \code{\link{lsm_c_shape_sd}}, -#' \code{\link{lsm_c_shape_cv}}, \cr -#' \code{\link{lsm_l_shape_mn}}, -#' \code{\link{lsm_l_shape_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_shape_sd(landscape) -#' -#' @aliases lsm_l_shape_sd -#' @rdname lsm_l_shape_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". -#' Wildl. Soc.Bull. 3:171-173. -#' -#' @export -lsm_l_shape_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_shape_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_shape_sd_calc <- function(landscape, directions, resolution = NULL){ - - # shape index for each patch - shape <- lsm_p_shape_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(shape$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "shape_sd", - value = as.double(NA))) - } - - # calculate sd - shape_sd <- stats::sd(shape$value, na.rm = TRUE) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "shape_sd", - value = as.double(shape_sd))) -} +#' SHAPE_SD (landscape level) +#' +#' @description Standard deviation shape index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{SHAPE_{SD} = sd(SHAPE[patch_{ij}])} +#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. +#' +#' SHAPE_SD is a 'Shape metric'. The landscape summarised as the standard deviation +#' of all patches in the landscape. SHAPE describes the ratio between the actual perimeter +#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter +#' equals the perimeter if the patch would be maximally compact. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{SHAPE_SD >= 0} +#' \subsection{Behaviour}{Equals SHAPE_SD = 0 if all patches have an identical shape index. +#' Increases, without limit, as the variation of the shape index increases.} +#' +#' @seealso +#' \code{\link{lsm_p_shape}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_shape_mn}}, +#' \code{\link{lsm_c_shape_sd}}, +#' \code{\link{lsm_c_shape_cv}}, \cr +#' \code{\link{lsm_l_shape_mn}}, +#' \code{\link{lsm_l_shape_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_shape_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_shape_sd +#' @rdname lsm_l_shape_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". +#' Wildl. Soc.Bull. 3:171-173. +#' +#' @export +lsm_l_shape_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_shape_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_shape_sd_calc <- function(landscape, directions, resolution = NULL){ + + # shape index for each patch + shape <- lsm_p_shape_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(shape$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "shape_sd", + value = as.double(NA))) + } + + # calculate sd + shape_sd <- stats::sd(shape$value, na.rm = TRUE) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "shape_sd", + value = as.double(shape_sd))) +} diff --git a/R/lsm_l_shdi.R b/R/lsm_l_shdi.R index 161b20114..e89e8f8fa 100644 --- a/R/lsm_l_shdi.R +++ b/R/lsm_l_shdi.R @@ -1,80 +1,80 @@ -#' SHDI (landscape level) -#' -#' @description Shannon's diversity index (Diversity metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' -#' @details -#' \deqn{SHDI = - \sum \limits_{i = 1}^{m} (P_{i} * \ln P_{i})} -#' where \eqn{P_{i}} is the proportion of class i. -#' -#' SHDI is a 'Diversity metric'. It is a widely used metric in biodiversity and ecology -#' and takes both the number of classes and the abundance of each class into account. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{SHDI >= 0} -#' \subsection{Behaviour}{Equals SHDI = 0 when only one patch is present and increases, -#' without limit, as the number of classes increases while the proportions are -#' equally distributed} -#' -#' @seealso -#' \code{\link{lsm_c_pland}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_shdi(landscape) -#' -#' @aliases lsm_l_shdi -#' @rdname lsm_l_shdi -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Shannon, C., and W. Weaver. 1949. The mathematical theory of -#' communication. Univ. IllinoisPress, Urbana -#' -#' @export -lsm_l_shdi <- function(landscape) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_shdi_calc) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_shdi_calc <- function(landscape, resolution = NULL) { - - # get class proportions (direction doesn't matter) - prop <- lsm_c_pland_calc(landscape, - directions = 8, - resolution = resolution) - - # all values NA - if (all(is.na(prop$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "shdi", - value = as.double(NA))) - } - - prop <- prop$value / 100 - - shdi <- sum(-prop * log(prop, exp(1))) - - return(tibble::tibble(level = 'landscape', - class = as.integer(NA), - id = as.integer(NA), - metric = "shdi", - value = as.double(shdi))) -} +#' SHDI (landscape level) +#' +#' @description Shannon's diversity index (Diversity metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' +#' @details +#' \deqn{SHDI = - \sum \limits_{i = 1}^{m} (P_{i} * \ln P_{i})} +#' where \eqn{P_{i}} is the proportion of class i. +#' +#' SHDI is a 'Diversity metric'. It is a widely used metric in biodiversity and ecology +#' and takes both the number of classes and the abundance of each class into account. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{SHDI >= 0} +#' \subsection{Behaviour}{Equals SHDI = 0 when only one patch is present and increases, +#' without limit, as the number of classes increases while the proportions are +#' equally distributed} +#' +#' @seealso +#' \code{\link{lsm_c_pland}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_shdi(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_shdi +#' @rdname lsm_l_shdi +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Shannon, C., and W. Weaver. 1949. The mathematical theory of +#' communication. Univ. IllinoisPress, Urbana +#' +#' @export +lsm_l_shdi <- function(landscape) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_shdi_calc) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_shdi_calc <- function(landscape, resolution = NULL) { + + # get class proportions (direction doesn't matter) + prop <- lsm_c_pland_calc(landscape, + directions = 8, + resolution = resolution) + + # all values NA + if (all(is.na(prop$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "shdi", + value = as.double(NA))) + } + + prop <- prop$value / 100 + + shdi <- sum(-prop * log(prop, exp(1))) + + return(tibble::tibble(level = 'landscape', + class = as.integer(NA), + id = as.integer(NA), + metric = "shdi", + value = as.double(shdi))) +} diff --git a/R/lsm_l_shei.R b/R/lsm_l_shei.R index f62f5f927..b5e5a77cf 100644 --- a/R/lsm_l_shei.R +++ b/R/lsm_l_shei.R @@ -1,87 +1,87 @@ -#' SHEI (landscape level) -#' -#' @description Shannons's evenness index (Diversity metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' -#' @details -#' \deqn{SHEI = \frac{- \sum \limits_{i = 1} ^ {m} (P_{i} * \ln P_{i})} {\ln m}} -#' where \eqn{P_{i}} is the proportion of class i and \eqn{m} is the -#' number of classes. -#' -#' SHEI is a 'Diversity metric'. It is the ratio between the actual Shannon's diversity index -#' and and the theoretical maximum of the Shannon diversity index. It can be understood as a -#' measure of dominance. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{0 <= SHEI < 1} -#' \subsection{Behaviour}{Equals SHEI = 0 when only one patch present and equals SHEI = 1 -#' when the proportion of classes is completely equally distributed} -#' -#' @seealso -#' \code{\link{lsm_c_pland}}, -#' \code{\link{lsm_l_pr}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_shei(landscape) -#' -#' @aliases lsm_l_shei -#' @rdname lsm_l_shei -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Shannon, C., and W. Weaver. 1949. The mathematical theory of -#' communication. Univ. IllinoisPress, Urbana -#' -#' @export -lsm_l_shei <- function(landscape){ - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_shei_calc) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_shei_calc <- function(landscape, resolution = NULL){ - - # get class proportions (direction doesn't matter) - prop <- lsm_c_pland_calc(landscape, - directions = 8, - resolution = resolution) - - # all values NA - if (all(is.na(prop$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "shei", - value = as.double(NA))) - } - - prop <- prop$value / 100 - - log_len_prop <- log(length(prop), exp(1)) - if (log_len_prop == 0){ - shei <- 0 - } else { - shei <- sum(-prop * log_len_prop) / log_len_prop - } - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "shei", - value = as.double(shei))) -} +#' SHEI (landscape level) +#' +#' @description Shannons's evenness index (Diversity metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' +#' @details +#' \deqn{SHEI = \frac{- \sum \limits_{i = 1} ^ {m} (P_{i} * \ln P_{i})} {\ln m}} +#' where \eqn{P_{i}} is the proportion of class i and \eqn{m} is the +#' number of classes. +#' +#' SHEI is a 'Diversity metric'. It is the ratio between the actual Shannon's diversity index +#' and and the theoretical maximum of the Shannon diversity index. It can be understood as a +#' measure of dominance. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{0 <= SHEI < 1} +#' \subsection{Behaviour}{Equals SHEI = 0 when only one patch present and equals SHEI = 1 +#' when the proportion of classes is completely equally distributed} +#' +#' @seealso +#' \code{\link{lsm_c_pland}}, +#' \code{\link{lsm_l_pr}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_shei(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_shei +#' @rdname lsm_l_shei +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Shannon, C., and W. Weaver. 1949. The mathematical theory of +#' communication. Univ. IllinoisPress, Urbana +#' +#' @export +lsm_l_shei <- function(landscape){ + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_shei_calc) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_shei_calc <- function(landscape, resolution = NULL){ + + # get class proportions (direction doesn't matter) + prop <- lsm_c_pland_calc(landscape, + directions = 8, + resolution = resolution) + + # all values NA + if (all(is.na(prop$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "shei", + value = as.double(NA))) + } + + prop <- prop$value / 100 + + log_len_prop <- log(length(prop), exp(1)) + if (log_len_prop == 0){ + shei <- 0 + } else { + shei <- sum(-prop * log_len_prop) / log_len_prop + } + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "shei", + value = as.double(shei))) +} diff --git a/R/lsm_l_sidi.R b/R/lsm_l_sidi.R index 805d06865..fc51777a5 100644 --- a/R/lsm_l_sidi.R +++ b/R/lsm_l_sidi.R @@ -1,82 +1,82 @@ -#' SIDI (landscape level) -#' -#' @description Simpson's diversity index (Diversity metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{SIDI = 1 - \sum \limits_{i = 1}^{m} P_{i}^{2}} -#' where \eqn{P_{i}} is the proportion of class i and \eqn{m} is the -#' number of classes. -#' -#' SIDI is a 'Diversity metric'. It is widely used in biodiversity and ecology. It is -#' less sensitive to rare class types than \code{\link{lsm_l_shdi}}. It can be interpreted -#' as the probability that two randomly selected cells belong to the same class. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{0 <= SIDI < 1} -#' \subsection{Behaviour}{Equals SIDI = 0 when only one patch is present and approaches -#' SIDI < 1 when the number of class types increases while the proportions are equally -#' distributed} -#' -#' @seealso -#' \code{\link{lsm_c_pland}}, -#' \code{\link{lsm_l_pr}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_sidi(landscape) -#' -#' @aliases lsm_l_sidi -#' @rdname lsm_l_sidi -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 -#' -#' @export -lsm_l_sidi <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_sidi_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_sidi_calc <- function(landscape, directions, resolution = NULL) { - - sidi <- lsm_c_pland_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(sidi$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "sidi", - value = as.double(NA))) - } - - sidi <- 1 - sum((sidi$value / 100) ^ 2) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "sidi", - value = as.double(sidi))) -} +#' SIDI (landscape level) +#' +#' @description Simpson's diversity index (Diversity metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{SIDI = 1 - \sum \limits_{i = 1}^{m} P_{i}^{2}} +#' where \eqn{P_{i}} is the proportion of class i and \eqn{m} is the +#' number of classes. +#' +#' SIDI is a 'Diversity metric'. It is widely used in biodiversity and ecology. It is +#' less sensitive to rare class types than \code{\link{lsm_l_shdi}}. It can be interpreted +#' as the probability that two randomly selected cells belong to the same class. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{0 <= SIDI < 1} +#' \subsection{Behaviour}{Equals SIDI = 0 when only one patch is present and approaches +#' SIDI < 1 when the number of class types increases while the proportions are equally +#' distributed} +#' +#' @seealso +#' \code{\link{lsm_c_pland}}, +#' \code{\link{lsm_l_pr}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_sidi(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_sidi +#' @rdname lsm_l_sidi +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 +#' +#' @export +lsm_l_sidi <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_sidi_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_sidi_calc <- function(landscape, directions, resolution = NULL) { + + sidi <- lsm_c_pland_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(sidi$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "sidi", + value = as.double(NA))) + } + + sidi <- 1 - sum((sidi$value / 100) ^ 2) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "sidi", + value = as.double(sidi))) +} diff --git a/R/lsm_l_siei.R b/R/lsm_l_siei.R index 3021b1710..0f0241857 100644 --- a/R/lsm_l_siei.R +++ b/R/lsm_l_siei.R @@ -1,84 +1,84 @@ -#' SIEI (landscape level) -#' -#' @description Simpson's evenness index (Diversity metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{SIEI = \frac{1 - \sum \limits_{i = 1}^{m} P_{i}^{2}} {1 - \frac{1} {m}}} -#' where \eqn{P_{i}} is the proportion of class i and \eqn{m} is the -#' number of classes. -#' -#' SIEI is a 'Diversity metric'. The metric is widely used in biodiversity and ecology. -#' It is the ratio between the actual Simpson's diversity index and the theoretical maximum -#' Simpson's diversity index. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{0 < SIEI <= 1} -#' \subsection{Behaviour}{Equals SIEI = 0 when only one patch is present and approaches -#' SIEI = 1 when the number of class types increases while the proportions are -#' equally distributed} -#' -#' @seealso -#' \code{\link{lsm_c_pland}}, -#' \code{\link{lsm_l_pr}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_siei(landscape) -#' -#' @aliases lsm_l_siei -#' @rdname lsm_l_siei -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 -#' -#' @export -lsm_l_siei <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_siei_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_siei_calc <- function(landscape, directions, resolution = NULL) { - - sidi <- lsm_l_sidi_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(sidi$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "siei", - value = as.double(NA))) - } - - pr <- lsm_l_pr_calc(landscape) - - siei <- sidi$value / (1 - (1 / pr$value)) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "siei", - value = as.double(siei))) -} +#' SIEI (landscape level) +#' +#' @description Simpson's evenness index (Diversity metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{SIEI = \frac{1 - \sum \limits_{i = 1}^{m} P_{i}^{2}} {1 - \frac{1} {m}}} +#' where \eqn{P_{i}} is the proportion of class i and \eqn{m} is the +#' number of classes. +#' +#' SIEI is a 'Diversity metric'. The metric is widely used in biodiversity and ecology. +#' It is the ratio between the actual Simpson's diversity index and the theoretical maximum +#' Simpson's diversity index. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{0 < SIEI <= 1} +#' \subsection{Behaviour}{Equals SIEI = 0 when only one patch is present and approaches +#' SIEI = 1 when the number of class types increases while the proportions are +#' equally distributed} +#' +#' @seealso +#' \code{\link{lsm_c_pland}}, +#' \code{\link{lsm_l_pr}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_siei(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_siei +#' @rdname lsm_l_siei +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 +#' +#' @export +lsm_l_siei <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_siei_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_siei_calc <- function(landscape, directions, resolution = NULL) { + + sidi <- lsm_l_sidi_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(sidi$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "siei", + value = as.double(NA))) + } + + pr <- lsm_l_pr_calc(landscape) + + siei <- sidi$value / (1 - (1 / pr$value)) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "siei", + value = as.double(siei))) +} diff --git a/R/lsm_l_split.R b/R/lsm_l_split.R index fb9ed6165..3151c9654 100644 --- a/R/lsm_l_split.R +++ b/R/lsm_l_split.R @@ -1,88 +1,88 @@ -#' SPLIT (landscape level) -#' -#' @description Splitting index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{SSPLIT = \frac{A^2} {\sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} a_{ij}^2}} -#' where \eqn{a_{ij}} is the patch area in square meters and \eqn{A} is the -#' total landscape area. -#' -#' SPLIT is an 'Aggregation metric'. It describes the number of patches if all patches the -#' landscape would be divided into equally sized patches. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{1 <= SPLIT <= Number of cells squared} -#' \subsection{Behaviour}{Equals SPLIT = 1 if only one patch is present. Increases as -#' the number of patches increases and is limited if all cells are a patch} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_c_split}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_split(landscape) -#' -#' @aliases lsm_l_split -#' @rdname lsm_l_split -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh -#' size: new measures of landscape fragmentation. -#' Landscape ecology, 15(2), 115-130. -#' -#' @export -lsm_l_split <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_split_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_split_calc <- function(landscape, directions, resolution = NULL) { - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise for total landscape - area_total <- sum(area_patch$value) - - # all values NA - if (is.na(area_total)) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "split", - value = as.double(NA))) - } - - # total area squared divided by sum of area squared for each patch - split <- (area_total ^ 2) / sum(area_patch$value ^ 2) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "split", - value = as.double(split))) -} +#' SPLIT (landscape level) +#' +#' @description Splitting index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{SSPLIT = \frac{A^2} {\sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} a_{ij}^2}} +#' where \eqn{a_{ij}} is the patch area in square meters and \eqn{A} is the +#' total landscape area. +#' +#' SPLIT is an 'Aggregation metric'. It describes the number of patches if all patches the +#' landscape would be divided into equally sized patches. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{1 <= SPLIT <= Number of cells squared} +#' \subsection{Behaviour}{Equals SPLIT = 1 if only one patch is present. Increases as +#' the number of patches increases and is limited if all cells are a patch} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_c_split}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_split(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_split +#' @rdname lsm_l_split +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh +#' size: new measures of landscape fragmentation. +#' Landscape ecology, 15(2), 115-130. +#' +#' @export +lsm_l_split <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_split_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_split_calc <- function(landscape, directions, resolution = NULL) { + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise for total landscape + area_total <- sum(area_patch$value) + + # all values NA + if (is.na(area_total)) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "split", + value = as.double(NA))) + } + + # total area squared divided by sum of area squared for each patch + split <- (area_total ^ 2) / sum(area_patch$value ^ 2) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "split", + value = as.double(split))) +} diff --git a/R/lsm_l_ta.R b/R/lsm_l_ta.R index 8f2eb164e..7fb22c692 100644 --- a/R/lsm_l_ta.R +++ b/R/lsm_l_ta.R @@ -1,78 +1,78 @@ -#' TA (landscape level) -#' -#' @description Total area (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CA = sum(AREA[patch_{ij}])} -#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. -#' -#' TA is an 'Area and edge metric'. The total (class) area sums the area of all patches -#' in the landscape. It is the area of the observation area. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{TA > 0} -#' \subsection{Behaviour}{Approaches TA > 0 if the landscape is small and increases, -#' without limit, as the size of the landscape increases.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{sum}}, \cr -#' \code{\link{lsm_c_ca}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_ta(landscape) -#' -#' @aliases lsm_l_ta -#' @rdname lsm_l_ta -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_ta <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_ta_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_ta_calc <- function(landscape, directions, resolution = NULL) { - - patch_area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - total_area <- sum(patch_area$value) - - # all values NA - if (is.na(total_area)) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "ta", - value = as.double(NA))) - } - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "ta", - value = as.double(total_area))) -} +#' TA (landscape level) +#' +#' @description Total area (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CA = sum(AREA[patch_{ij}])} +#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. +#' +#' TA is an 'Area and edge metric'. The total (class) area sums the area of all patches +#' in the landscape. It is the area of the observation area. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{TA > 0} +#' \subsection{Behaviour}{Approaches TA > 0 if the landscape is small and increases, +#' without limit, as the size of the landscape increases.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{sum}}, \cr +#' \code{\link{lsm_c_ca}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_ta(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_ta +#' @rdname lsm_l_ta +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_ta <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_ta_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_ta_calc <- function(landscape, directions, resolution = NULL) { + + patch_area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + total_area <- sum(patch_area$value) + + # all values NA + if (is.na(total_area)) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "ta", + value = as.double(NA))) + } + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "ta", + value = as.double(total_area))) +} diff --git a/R/lsm_l_tca.R b/R/lsm_l_tca.R index ce6c2208f..e48c631de 100644 --- a/R/lsm_l_tca.R +++ b/R/lsm_l_tca.R @@ -1,93 +1,93 @@ -#' TCA (landscape level) -#' -#' @description Total core area (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{TCA = \sum \limits_{j = 1}^{n} a_{ij}^{core} * (\frac{1} {10000})} -#' where here \eqn{a_{ij}^{core}} is the core area in square meters. -#' -#' TCA is a 'Core area metric' and equals the sum of core areas of all patches in the -#' landscape. A cell is defined as core area if the cell has no neighbour with a different -#' value than itself (rook's case). In other words, the core area of a patch is all area that -#' is not an edge. It characterises patch areas and shapes of all patches in the landscape -#' simultaneously (more core area when the patch is large and the shape is rather compact, -#' i.e. a square). Additionally, TCA is a measure for the configuration of the landscape, -#' because the sum of edges increase as patches are less aggregated. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{TCA >= 0} -#' \subsection{Behaviour}{Increases, without limit, as patch areas increase -#' and patch shapes simplify. TCA = 0 when every cell in every patch is an edge.} -#' -#' @seealso -#' \code{\link{lsm_p_core}}, -#' \code{\link{lsm_c_tca}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_tca(landscape) -#' -#' @aliases lsm_l_tca -#' @rdname lsm_l_tca -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_tca <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_tca_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_tca_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL) { - - core_area_patch <- lsm_p_core_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - total_core_area <- sum(core_area_patch$value) - - # all values NA - if (is.na(total_core_area)) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "tca", - value = as.double(NA))) - } - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "tca", - value = as.double(total_core_area))) -} +#' TCA (landscape level) +#' +#' @description Total core area (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{TCA = \sum \limits_{j = 1}^{n} a_{ij}^{core} * (\frac{1} {10000})} +#' where here \eqn{a_{ij}^{core}} is the core area in square meters. +#' +#' TCA is a 'Core area metric' and equals the sum of core areas of all patches in the +#' landscape. A cell is defined as core area if the cell has no neighbour with a different +#' value than itself (rook's case). In other words, the core area of a patch is all area that +#' is not an edge. It characterises patch areas and shapes of all patches in the landscape +#' simultaneously (more core area when the patch is large and the shape is rather compact, +#' i.e. a square). Additionally, TCA is a measure for the configuration of the landscape, +#' because the sum of edges increase as patches are less aggregated. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{TCA >= 0} +#' \subsection{Behaviour}{Increases, without limit, as patch areas increase +#' and patch shapes simplify. TCA = 0 when every cell in every patch is an edge.} +#' +#' @seealso +#' \code{\link{lsm_p_core}}, +#' \code{\link{lsm_c_tca}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_tca(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_tca +#' @rdname lsm_l_tca +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_tca <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_tca_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_tca_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL) { + + core_area_patch <- lsm_p_core_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + total_core_area <- sum(core_area_patch$value) + + # all values NA + if (is.na(total_core_area)) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "tca", + value = as.double(NA))) + } + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "tca", + value = as.double(total_core_area))) +} diff --git a/R/lsm_l_te.R b/R/lsm_l_te.R index dfc7c1fb2..d59ca0d62 100644 --- a/R/lsm_l_te.R +++ b/R/lsm_l_te.R @@ -27,7 +27,7 @@ #' @return tibble #' #' @examples -#' lsm_l_te(landscape) +#' lsm_l_te(terra::unwrap(landscape)) #' #' @aliases lsm_l_te #' @rdname lsm_l_te diff --git a/R/lsm_p_area.R b/R/lsm_p_area.R index 4148fe0d5..12c9b6dec 100644 --- a/R/lsm_p_area.R +++ b/R/lsm_p_area.R @@ -33,7 +33,7 @@ #' @return tibble #' #' @examples -#' lsm_p_area(landscape) +#' lsm_p_area(terra::unwrap(landscape)) #' #' @aliases lsm_p_area #' @rdname lsm_p_area diff --git a/R/lsm_p_cai.R b/R/lsm_p_cai.R index b27a4b1e8..1d61d1518 100644 --- a/R/lsm_p_cai.R +++ b/R/lsm_p_cai.R @@ -41,7 +41,7 @@ #' @return tibble #' #' @examples -#' lsm_p_cai(landscape) +#' lsm_p_cai(terra::unwrap(landscape)) #' #' @aliases lsm_p_cai #' @rdname lsm_p_cai diff --git a/R/lsm_p_circle.R b/R/lsm_p_circle.R index 38a5cff31..af6bbb4ee 100644 --- a/R/lsm_p_circle.R +++ b/R/lsm_p_circle.R @@ -34,7 +34,7 @@ #' @return tibble #' #' @examples -#' lsm_p_circle(landscape) +#' lsm_p_circle(terra::unwrap(landscape)) #' #' @aliases lsm_p_circle #' @rdname lsm_p_circle diff --git a/R/lsm_p_contig.R b/R/lsm_p_contig.R index 1d7b25ae5..2f13b6d1b 100644 --- a/R/lsm_p_contig.R +++ b/R/lsm_p_contig.R @@ -42,7 +42,7 @@ #' @return tibble #' #' @examples -#' lsm_p_contig(landscape) +#' lsm_p_contig(terra::unwrap(landscape)) #' #' @aliases lsm_p_contig #' @rdname lsm_p_contig diff --git a/R/lsm_p_core.R b/R/lsm_p_core.R index 7e2b4c464..0f244829b 100644 --- a/R/lsm_p_core.R +++ b/R/lsm_p_core.R @@ -41,7 +41,7 @@ #' @importFrom stats na.omit #' #' @examples -#' lsm_p_core(landscape) +#' lsm_p_core(terra::unwrap(landscape)) #' #' @aliases lsm_p_core #' @rdname lsm_p_core diff --git a/R/lsm_p_enn.R b/R/lsm_p_enn.R index 3f4fab932..d1d6c98d7 100644 --- a/R/lsm_p_enn.R +++ b/R/lsm_p_enn.R @@ -35,7 +35,7 @@ #' @return tibble #' #' @examples -#' lsm_p_enn(landscape) +#' lsm_p_enn(terra::unwrap(landscape)) #' #' @aliases lsm_p_enn #' @rdname lsm_p_enn diff --git a/R/lsm_p_frac.R b/R/lsm_p_frac.R index c81625007..5ee15b189 100644 --- a/R/lsm_p_frac.R +++ b/R/lsm_p_frac.R @@ -34,7 +34,7 @@ #' @return tibble #' #' @examples -#' lsm_p_frac(landscape) +#' lsm_p_frac(terra::unwrap(landscape)) #' #' @aliases lsm_p_frac #' @rdname lsm_p_frac diff --git a/R/lsm_p_gyrate.R b/R/lsm_p_gyrate.R index 6aaf620c9..8d7768d92 100644 --- a/R/lsm_p_gyrate.R +++ b/R/lsm_p_gyrate.R @@ -36,7 +36,7 @@ #' @return tibble #' #' @examples -#' lsm_p_gyrate(landscape) +#' lsm_p_gyrate(terra::unwrap(landscape)) #' #' @aliases lsm_p_gyrate #' @rdname lsm_p_gyrate diff --git a/R/lsm_p_ncore.R b/R/lsm_p_ncore.R index d5c1cc068..b805760b3 100644 --- a/R/lsm_p_ncore.R +++ b/R/lsm_p_ncore.R @@ -41,7 +41,7 @@ #' @return tibble #' #' @examples -#' lsm_p_ncore(landscape) +#' lsm_p_ncore(terra::unwrap(landscape)) #' #' @aliases lsm_p_ncore #' @rdname lsm_p_ncore diff --git a/R/lsm_p_para.R b/R/lsm_p_para.R index 5b7bd865e..36ed68995 100644 --- a/R/lsm_p_para.R +++ b/R/lsm_p_para.R @@ -34,7 +34,7 @@ #' @return tibble #' #' @examples -#' lsm_p_para(landscape) +#' lsm_p_para(terra::unwrap(landscape)) #' #' @aliases lsm_p_para #' @rdname lsm_p_para diff --git a/R/lsm_p_perim.R b/R/lsm_p_perim.R index 8aefae740..6c91d0b2b 100644 --- a/R/lsm_p_perim.R +++ b/R/lsm_p_perim.R @@ -23,7 +23,7 @@ #' @return tibble #' #' @examples -#' lsm_p_perim(landscape) +#' lsm_p_perim(terra::unwrap(landscape)) #' #' @aliases lsm_p_perim #' @rdname lsm_p_perim diff --git a/R/lsm_p_shape.R b/R/lsm_p_shape.R index 8a5617698..5fb53edb7 100644 --- a/R/lsm_p_shape.R +++ b/R/lsm_p_shape.R @@ -33,7 +33,7 @@ #' @return tibble #' #' @examples -#' lsm_p_shape(landscape) +#' lsm_p_shape(terra::unwrap(landscape)) #' #' @aliases lsm_p_shape #' @rdname lsm_p_shape diff --git a/R/matrix_to_raster.R b/R/matrix_to_raster.R index ba0c235d9..5c26d0099 100644 --- a/R/matrix_to_raster.R +++ b/R/matrix_to_raster.R @@ -17,6 +17,8 @@ #' @return raster #' #' @examples +#' augusta_nlcd <- terra::unwrap(augusta_nlcd) +#' #' test_matrix <- terra::as.matrix(augusta_nlcd, wide = TRUE) #' matrix_to_raster(matrix = test_matrix, landscape = augusta_nlcd) #' diff --git a/R/pad_raster.R b/R/pad_raster.R index 6153aa197..210d53f80 100644 --- a/R/pad_raster.R +++ b/R/pad_raster.R @@ -17,7 +17,7 @@ #' @return raster #' #' @examples -#' pad_raster(landscape, pad_raster_value = -1, pad_raster_cells = 2) +#' pad_raster(terra::unwrap(landscape), pad_raster_value = -1, pad_raster_cells = 2) #' #' @aliases pad_raster #' @rdname pad_raster diff --git a/R/proj_info.R b/R/proj_info.R index 03861c41e..891e1c158 100644 --- a/R/proj_info.R +++ b/R/proj_info.R @@ -10,9 +10,9 @@ #' @return raster #' #' @examples -#' proj_info(landscape) -#' proj_info(augusta_nlcd) -#' proj_info(podlasie_ccilc) +#' proj_info(terra::unwrap(landscape)) +#' proj_info(terra::unwrap(augusta_nlcd)) +#' proj_info(terra::unwrap(podlasie_ccilc)) #' #' @aliases proj_info #' @rdname proj_info diff --git a/R/raster_to_points.R b/R/raster_to_points.R index 31781343c..d42b9e0b7 100644 --- a/R/raster_to_points.R +++ b/R/raster_to_points.R @@ -12,7 +12,7 @@ #' @return matrix #' #' @examples -#' raster_to_points(landscape) +#' raster_to_points(terra::unwrap(landscape)) #' #' @aliases raster_to_points #' @rdname raster_to_points diff --git a/R/sample_lsm.R b/R/sample_lsm.R index 321c94d57..1bf1ac465 100644 --- a/R/sample_lsm.R +++ b/R/sample_lsm.R @@ -40,21 +40,12 @@ #' @return tibble #' #' @examples +#' landscape <- terra::unwrap(landscape) +#' #' # use a matrix #' sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) #' sample_lsm(landscape, y = sample_points, size = 15, what = "lsm_l_np") #' -#' # use sp points -#' points_sp <- sf::st_as_sf(sample_points) -#' sample_lsm(landscape, y = points_sp, size = 15, what = "lsm_l_np", return_raster = TRUE) -#' -#' \dontrun{ -#' # use lines -#' -#' # use polygons -#' -#' } -#' #' @aliases sample_lsm #' @rdname sample_lsm #' diff --git a/R/show_cores.R b/R/show_cores.R index 798edfe9b..b5da98b76 100644 --- a/R/show_cores.R +++ b/R/show_cores.R @@ -20,6 +20,8 @@ #' @return ggplot #' #' @examples +#' landscape <- terra::unwrap(landscape) +#' #' # show "global" core area #' show_cores(landscape, class = "global", labels = FALSE) #' diff --git a/R/show_correlation.R b/R/show_correlation.R index 35717d1dd..2d3e9ffb1 100644 --- a/R/show_correlation.R +++ b/R/show_correlation.R @@ -1,281 +1,283 @@ -#' Show correlation -#' -#' @description Show correlation -#' -#' @param data Tibble with results of as returned by the landscapemetrics package. -#' @param method Type of correlation. See \code{link{cor}} for details. -#' @param diag If FALSE, values on the diagonal will be NA and not plotted. -#' @param labels If TRUE, the correlation value will be added as text. -#' @param vjust Will be passed on to ggplot2 as vertical justification of x-axis text. -#' @param text_size Text size of the plot. -#' -#' @details The functions calculates the correlation between all metrics. In order to calculate correlations, -#' for the landscape level more than one landscape needs to be present. All input -#' must be structured as returned by the **landscapemetrics** package. -#' -#' @return ggplot -#' -#' @examples -#' metrics <- calculate_lsm(landscape, what = c("patch", "class")) -#' show_correlation(data = metrics, method = "pearson") -#' -#' \dontrun{ -#' metrics <- calculate_lsm(landscape, what = c("patch", "class"))#' -#' correlations <- calculate_correlation(metrics) -#' show_correlation(data = correlations, method = "pearson") -#' -#' } -#' -#' @aliases show_correlation -#' @rdname show_correlation -#' -#' @export -show_correlation <- function(data, method = "pearson", - diag = TRUE, labels = FALSE, - vjust = 0, text_size = 15) { - - # metrics tibble - if (all(names(data) == c("layer", "level", "class", "id", "metric", "value"))) { - - present_levels <- unique(data$level) - - if ("patch" %in% present_levels) { - - patch_index <- which(data$level == "patch") - - metrics_patch <- data[patch_index, ] - - if (length(unique(metrics_patch$metric)) == 1) { - stop("Please provide input with more than one metric") - } - - metrics_patch_wide <- stats::xtabs(value ~ id + metric, - data = metrics_patch[, c(4:6)]) - - attr(metrics_patch_wide, "class") <- NULL - - attr(metrics_patch_wide, "call") <- NULL - - correlation_matrix_patch <- stats::cor(metrics_patch_wide, - method = method) - - correlation_matrix_patch[upper.tri(correlation_matrix_patch, - diag = !diag)] <- NA - - correlation_matrix_patch_df <- - data.frame( - metric_1 = rownames(correlation_matrix_patch)[row(correlation_matrix_patch)], - metric_2 = colnames(correlation_matrix_patch)[col(correlation_matrix_patch)], - value = c(correlation_matrix_patch) - ) - - patch <- - correlation_matrix_patch_df[stats::complete.cases(correlation_matrix_patch_df),] - - } - - if ("class" %in% present_levels) { - - class_index <- which(data$level == "class") - - metrics_class <- data[class_index, ] - - if (length(unique(metrics_class$metric)) == 1) { - stop("Please provide input with more than one metric") - } - - metrics_class_wide <- stats::xtabs(value ~ class + metric, - data = metrics_class[, c(3, 5:6)]) - - attr(metrics_class_wide, "class") <- NULL - - attr(metrics_class_wide, "call") <- NULL - - correlation_matrix_class <- stats::cor(metrics_class_wide, - method = method) - - correlation_matrix_class[upper.tri(correlation_matrix_class, - diag = !diag)] <- NA - - correlation_matrix_class_df <- - data.frame( - metric_1 = rownames(correlation_matrix_class)[row(correlation_matrix_class)], - metric_2 = colnames(correlation_matrix_class)[col(correlation_matrix_class)], - value = c(correlation_matrix_class) - ) - - class <- - correlation_matrix_class_df[stats::complete.cases(correlation_matrix_class_df),] - } - - if ("landscape" %in% present_levels) { - - landscape_index <- which(data$level == "landscape") - - metrics_landscape <- data[landscape_index, ] - - if (length(unique(metrics_landscape$layer)) == 1) { - stop("Correlation on landscape level only possible for several landscapes") - } else { - if (length(unique(metrics_landscape$metric)) == 1) { - stop("Please provide input with more than one metric") - } - - metrics_landscape_wide <- stats::xtabs(value ~ layer + metric, - data = metrics_landscape[, c(1, 5:6)]) - - attr(metrics_landscape_wide, "landscape") <- NULL - - attr(metrics_landscape_wide, "call") <- NULL - - correlation_matrix_landscape <- stats::cor(metrics_landscape_wide, method = method) - - correlation_matrix_landscape[upper.tri(correlation_matrix_landscape, - diag = !diag)] <- NA - - correlation_matrix_landscape_df <- - data.frame( - metric_1 = rownames(correlation_matrix_landscape)[row(correlation_matrix_landscape)], - metric_2 = colnames(correlation_matrix_landscape)[col(correlation_matrix_landscape)], - value = c(correlation_matrix_landscape) - ) - - landscape <- - correlation_matrix_landscape_df[stats::complete.cases(correlation_matrix_landscape_df),] - - } - } - - plot_list <- mget(x = c("patch", "class", "landscape"), - ifnotfound = list(NA)) - } - - # tibble with correlations - else if (inherits(x = data, what = "list")) { - - # check if tibble contains correlations - if (!all(vapply(data, FUN = function(x) all(names(x) == c("metric_1", 'metric_2', "value")), - FUN.VALUE = logical(1)))) { - - stop("Please provide list with correlations calculated using 'calculate_correlation()'.", call. = FALSE) - - } - - # save data as plot_list - plot_list <- data - - # get present levels - present_levels <- names(data) - - # vector to check if all levels are present - possible_levels <- c("patch", "class", "landscape") - - # which levels are missing - missing_levels <- possible_levels[!possible_levels %in% present_levels] - - # add NA for missing levels - plot_list[missing_levels] <- NA - - } - - else { - stop("Please provide either tibble with landscape metrics or list with correlations.", call. = FALSE) - } - - if (length(present_levels) == 1) { - - plot_corrs <- ggplot2::ggplot(data = plot_list[[present_levels]], - ggplot2::aes( x = metric_1, y = metric_2, fill = value)) + - ggplot2::geom_tile() + - ggplot2::geom_tile(color = "white") + - ggplot2::scale_fill_gradient2( - low = "blue", - high = "red", - mid = "white", - midpoint = 0, - limit = c(-1, 1), - name = paste0("Correlation\n(Method: ", - method, ")") - ) + - ggplot2::theme_minimal() + - ggplot2::labs(x = "", - y = "", - title = paste(toupper(substr(present_levels, 1, 1)), - substr(present_levels, 2, nchar(present_levels)) - , " Level", sep = "")) + - ggplot2::theme( - axis.text.x = ggplot2::element_text( - angle = 90, vjust = vjust - ), - text = ggplot2::element_text(size = text_size) - ) + - ggplot2::coord_fixed() - - if (labels) { - plot_corrs <- plot_corrs + - ggplot2::geom_text(data = plot_list[[present_levels]], - ggplot2::aes(x = metric_1, y = metric_2, label = round(value, 2) - )) - } - - } else { - if (all(!is.na(plot_list$patch))) { - patch_corrs <- plot_list$patch - patch_corrs$id <- "Patch Level" - } - - if (all(!is.na(plot_list$class))) { - class_corrs <- plot_list$class - class_corrs$id <- "Class Level" - } - - if (all(!is.na(plot_list$landscape))) { - landscape_corrs <- plot_list$landscape - landscape_corrs$id <- "Landscape Level" - } - - corrs_list <- - mget( - x = c("patch_corrs", "class_corrs", "landscape_corrs"), - ifnotfound = list(NA) - ) - - - corrs_df <- do.call(rbind, corrs_list) - corrs_df <- corrs_df[!is.na(corrs_df$value),] - - corrs_df$id <- - factor(corrs_df$id, levels = unique(corrs_df$id)) - - plot_corrs <- ggplot2::ggplot(data = corrs_df, - ggplot2::aes(x = metric_1, y = metric_2, fill = value - )) + - ggplot2::facet_wrap(id ~ ., scales = "free") + - ggplot2::geom_tile() + - ggplot2::geom_tile(color = "white") + - ggplot2::scale_fill_gradient2( - low = "blue", - high = "red", - mid = "white", - midpoint = 0, - limit = c(-1, 1), - name = paste0("Correlation\n(Method: ", - method, ")") - ) + - ggplot2::theme_minimal() + - ggplot2::labs(x = "", y = "") + - ggplot2::theme(axis.text.x = ggplot2::element_text(angle = 90, vjust = vjust), - text = ggplot2::element_text(size = text_size) - ) - - if (labels) { - plot_corrs <- plot_corrs + - ggplot2::geom_text(data = corrs_df, - ggplot2::aes(x = metric_1, y = metric_2, label = round(value, 2) - )) - } - - } - - suppressWarnings(return(plot_corrs)) -} +#' Show correlation +#' +#' @description Show correlation +#' +#' @param data Tibble with results of as returned by the landscapemetrics package. +#' @param method Type of correlation. See \code{link{cor}} for details. +#' @param diag If FALSE, values on the diagonal will be NA and not plotted. +#' @param labels If TRUE, the correlation value will be added as text. +#' @param vjust Will be passed on to ggplot2 as vertical justification of x-axis text. +#' @param text_size Text size of the plot. +#' +#' @details The functions calculates the correlation between all metrics. In order to calculate correlations, +#' for the landscape level more than one landscape needs to be present. All input +#' must be structured as returned by the **landscapemetrics** package. +#' +#' @return ggplot +#' +#' @examples +#' landscape <- terra::unwrap(landscape) +#' +#' metrics <- calculate_lsm(landscape, what = c("patch", "class")) +#' show_correlation(data = metrics, method = "pearson") +#' +#' \dontrun{ +#' metrics <- calculate_lsm(landscape, what = c("patch", "class"))#' +#' correlations <- calculate_correlation(metrics) +#' show_correlation(data = correlations, method = "pearson") +#' +#' } +#' +#' @aliases show_correlation +#' @rdname show_correlation +#' +#' @export +show_correlation <- function(data, method = "pearson", + diag = TRUE, labels = FALSE, + vjust = 0, text_size = 15) { + + # metrics tibble + if (all(names(data) == c("layer", "level", "class", "id", "metric", "value"))) { + + present_levels <- unique(data$level) + + if ("patch" %in% present_levels) { + + patch_index <- which(data$level == "patch") + + metrics_patch <- data[patch_index, ] + + if (length(unique(metrics_patch$metric)) == 1) { + stop("Please provide input with more than one metric") + } + + metrics_patch_wide <- stats::xtabs(value ~ id + metric, + data = metrics_patch[, c(4:6)]) + + attr(metrics_patch_wide, "class") <- NULL + + attr(metrics_patch_wide, "call") <- NULL + + correlation_matrix_patch <- stats::cor(metrics_patch_wide, + method = method) + + correlation_matrix_patch[upper.tri(correlation_matrix_patch, + diag = !diag)] <- NA + + correlation_matrix_patch_df <- + data.frame( + metric_1 = rownames(correlation_matrix_patch)[row(correlation_matrix_patch)], + metric_2 = colnames(correlation_matrix_patch)[col(correlation_matrix_patch)], + value = c(correlation_matrix_patch) + ) + + patch <- + correlation_matrix_patch_df[stats::complete.cases(correlation_matrix_patch_df),] + + } + + if ("class" %in% present_levels) { + + class_index <- which(data$level == "class") + + metrics_class <- data[class_index, ] + + if (length(unique(metrics_class$metric)) == 1) { + stop("Please provide input with more than one metric") + } + + metrics_class_wide <- stats::xtabs(value ~ class + metric, + data = metrics_class[, c(3, 5:6)]) + + attr(metrics_class_wide, "class") <- NULL + + attr(metrics_class_wide, "call") <- NULL + + correlation_matrix_class <- stats::cor(metrics_class_wide, + method = method) + + correlation_matrix_class[upper.tri(correlation_matrix_class, + diag = !diag)] <- NA + + correlation_matrix_class_df <- + data.frame( + metric_1 = rownames(correlation_matrix_class)[row(correlation_matrix_class)], + metric_2 = colnames(correlation_matrix_class)[col(correlation_matrix_class)], + value = c(correlation_matrix_class) + ) + + class <- + correlation_matrix_class_df[stats::complete.cases(correlation_matrix_class_df),] + } + + if ("landscape" %in% present_levels) { + + landscape_index <- which(data$level == "landscape") + + metrics_landscape <- data[landscape_index, ] + + if (length(unique(metrics_landscape$layer)) == 1) { + stop("Correlation on landscape level only possible for several landscapes") + } else { + if (length(unique(metrics_landscape$metric)) == 1) { + stop("Please provide input with more than one metric") + } + + metrics_landscape_wide <- stats::xtabs(value ~ layer + metric, + data = metrics_landscape[, c(1, 5:6)]) + + attr(metrics_landscape_wide, "landscape") <- NULL + + attr(metrics_landscape_wide, "call") <- NULL + + correlation_matrix_landscape <- stats::cor(metrics_landscape_wide, method = method) + + correlation_matrix_landscape[upper.tri(correlation_matrix_landscape, + diag = !diag)] <- NA + + correlation_matrix_landscape_df <- + data.frame( + metric_1 = rownames(correlation_matrix_landscape)[row(correlation_matrix_landscape)], + metric_2 = colnames(correlation_matrix_landscape)[col(correlation_matrix_landscape)], + value = c(correlation_matrix_landscape) + ) + + landscape <- + correlation_matrix_landscape_df[stats::complete.cases(correlation_matrix_landscape_df),] + + } + } + + plot_list <- mget(x = c("patch", "class", "landscape"), + ifnotfound = list(NA)) + } + + # tibble with correlations + else if (inherits(x = data, what = "list")) { + + # check if tibble contains correlations + if (!all(vapply(data, FUN = function(x) all(names(x) == c("metric_1", 'metric_2', "value")), + FUN.VALUE = logical(1)))) { + + stop("Please provide list with correlations calculated using 'calculate_correlation()'.", call. = FALSE) + + } + + # save data as plot_list + plot_list <- data + + # get present levels + present_levels <- names(data) + + # vector to check if all levels are present + possible_levels <- c("patch", "class", "landscape") + + # which levels are missing + missing_levels <- possible_levels[!possible_levels %in% present_levels] + + # add NA for missing levels + plot_list[missing_levels] <- NA + + } + + else { + stop("Please provide either tibble with landscape metrics or list with correlations.", call. = FALSE) + } + + if (length(present_levels) == 1) { + + plot_corrs <- ggplot2::ggplot(data = plot_list[[present_levels]], + ggplot2::aes( x = metric_1, y = metric_2, fill = value)) + + ggplot2::geom_tile() + + ggplot2::geom_tile(color = "white") + + ggplot2::scale_fill_gradient2( + low = "blue", + high = "red", + mid = "white", + midpoint = 0, + limit = c(-1, 1), + name = paste0("Correlation\n(Method: ", + method, ")") + ) + + ggplot2::theme_minimal() + + ggplot2::labs(x = "", + y = "", + title = paste(toupper(substr(present_levels, 1, 1)), + substr(present_levels, 2, nchar(present_levels)) + , " Level", sep = "")) + + ggplot2::theme( + axis.text.x = ggplot2::element_text( + angle = 90, vjust = vjust + ), + text = ggplot2::element_text(size = text_size) + ) + + ggplot2::coord_fixed() + + if (labels) { + plot_corrs <- plot_corrs + + ggplot2::geom_text(data = plot_list[[present_levels]], + ggplot2::aes(x = metric_1, y = metric_2, label = round(value, 2) + )) + } + + } else { + if (all(!is.na(plot_list$patch))) { + patch_corrs <- plot_list$patch + patch_corrs$id <- "Patch Level" + } + + if (all(!is.na(plot_list$class))) { + class_corrs <- plot_list$class + class_corrs$id <- "Class Level" + } + + if (all(!is.na(plot_list$landscape))) { + landscape_corrs <- plot_list$landscape + landscape_corrs$id <- "Landscape Level" + } + + corrs_list <- + mget( + x = c("patch_corrs", "class_corrs", "landscape_corrs"), + ifnotfound = list(NA) + ) + + + corrs_df <- do.call(rbind, corrs_list) + corrs_df <- corrs_df[!is.na(corrs_df$value),] + + corrs_df$id <- + factor(corrs_df$id, levels = unique(corrs_df$id)) + + plot_corrs <- ggplot2::ggplot(data = corrs_df, + ggplot2::aes(x = metric_1, y = metric_2, fill = value + )) + + ggplot2::facet_wrap(id ~ ., scales = "free") + + ggplot2::geom_tile() + + ggplot2::geom_tile(color = "white") + + ggplot2::scale_fill_gradient2( + low = "blue", + high = "red", + mid = "white", + midpoint = 0, + limit = c(-1, 1), + name = paste0("Correlation\n(Method: ", + method, ")") + ) + + ggplot2::theme_minimal() + + ggplot2::labs(x = "", y = "") + + ggplot2::theme(axis.text.x = ggplot2::element_text(angle = 90, vjust = vjust), + text = ggplot2::element_text(size = text_size) + ) + + if (labels) { + plot_corrs <- plot_corrs + + ggplot2::geom_text(data = corrs_df, + ggplot2::aes(x = metric_1, y = metric_2, label = round(value, 2) + )) + } + + } + + suppressWarnings(return(plot_corrs)) +} diff --git a/R/show_lsm.R b/R/show_lsm.R index e404585d6..027f20d08 100644 --- a/R/show_lsm.R +++ b/R/show_lsm.R @@ -19,6 +19,8 @@ #' @return ggplot #' #' @examples +#' landscape <- terra::unwrap(landscape) +#' #' show_lsm(landscape, what = "lsm_p_area", directions = 4) #' show_lsm(landscape, what = "lsm_p_shape", class = c(1, 2), label_lsm = TRUE) #' show_lsm(landscape, what = "lsm_p_circle", class = 3, labels = TRUE) diff --git a/R/show_patches.R b/R/show_patches.R index b72a42ddc..6a3166dca 100644 --- a/R/show_patches.R +++ b/R/show_patches.R @@ -15,6 +15,8 @@ #' @return ggplot #' #' @examples +#' landscape <- terra::unwrap(landscape) +#' #' show_patches(landscape) #' show_patches(landscape, class = c(1, 2)) #' show_patches(landscape, class = 3, labels = FALSE) diff --git a/R/spatialize_lsm.R b/R/spatialize_lsm.R index 9e6332dd6..3402c5165 100644 --- a/R/spatialize_lsm.R +++ b/R/spatialize_lsm.R @@ -29,7 +29,7 @@ #' @return list #' #' @examples -#' spatialize_lsm(landscape, what = "lsm_p_area") +#' spatialize_lsm(terra::unwrap(landscape), what = "lsm_p_area") #' #' @aliases spatialize_lsm #' diff --git a/R/tmp.R b/R/tmp.R deleted file mode 100644 index aaf816bda..000000000 --- a/R/tmp.R +++ /dev/null @@ -1,9 +0,0 @@ -disaggregate_sp_tmp = function(x){ - if (requireNamespace("terra", quietly = TRUE)) { - x = methods::as(terra::disagg(terra::vect(x)), "Spatial") - } else { - warning("Package 'terra' is not installed. Please make sure polygons are disaggregated.", call. = FALSE) - } - return(x) -} - diff --git a/R/unpad_raster.R b/R/unpad_raster.R index a5a2abd69..7667d261b 100644 --- a/R/unpad_raster.R +++ b/R/unpad_raster.R @@ -15,7 +15,7 @@ #' @return raster #' #' @examples -#' lsm_padded <- pad_raster(landscape, pad_raster_cells = 2, pad_raster_value = -1) +#' lsm_padded <- pad_raster(terra::unwrap(landscape), pad_raster_cells = 2, pad_raster_value = -1) #' unpad_raster(lsm_padded[[1]], unpad_raster_cells = 2) #' #' @aliases unpad_raster diff --git a/R/zzz.R b/R/zzz.R index 0930a1d04..91e2af4a4 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -1,11 +1,7 @@ -.onLoad <- function(libname, pkgname){ +.onAttach <- function(libname, pkgname){ packageStartupMessage("Soon and starting from v2.0.0 landscapemetrics will not support the 'raster' or 'sp' package anymore. They will be replaced with 'terra' and 'sf', respectively. More information about the 'terra' package can be found here: https://rspatial.org/index.html.") } - -# landscape <- terra::unwrap(landscapemetrics::landscape) -# augusta_nlcd <- terra::unwrap(landscapemetrics::augusta_nlcd) -# podlasie_ccilc <- terra::unwrap(landscapemetrics::podlasie_ccilc) diff --git a/man/calculate_correlation.Rd b/man/calculate_correlation.Rd index cf6f07c0d..fc8367853 100644 --- a/man/calculate_correlation.Rd +++ b/man/calculate_correlation.Rd @@ -32,7 +32,7 @@ for the landscape level more than one landscape needs to be present. All input must be structured as returned by the \strong{landscapemetrics} package. } \examples{ -metrics <- calculate_lsm(landscape, what = c("patch", "class")) +metrics <- calculate_lsm(terra::unwrap(landscape), what = c("patch", "class")) calculate_correlation(metrics, method = "pearson") } diff --git a/man/calculate_lsm.Rd b/man/calculate_lsm.Rd index 5cd07e05a..c2d350c42 100644 --- a/man/calculate_lsm.Rd +++ b/man/calculate_lsm.Rd @@ -87,9 +87,10 @@ above arguments. } \examples{ \dontrun{ -calculate_lsm(landscape, progress = TRUE) -calculate_lsm(landscape, what = c("patch", "lsm_c_te", "lsm_l_pr")) -calculate_lsm(landscape, level = c("class", "landscape"), type = "aggregation metric") +calculate_lsm(terra::unwrap(landscape), progress = TRUE) +calculate_lsm(terra::unwrap(landscape), what = c("patch", "lsm_c_te", "lsm_l_pr")) +calculate_lsm(terra::unwrap(landscape), level = c("class", "landscape"), +type = "aggregation metric") } } diff --git a/man/check_landscape.Rd b/man/check_landscape.Rd index d78e77ec8..c30215018 100644 --- a/man/check_landscape.Rd +++ b/man/check_landscape.Rd @@ -26,8 +26,8 @@ units of the coordinate reference system, a class of the input landscape's values and the number of classes found in the landscape. } \examples{ -check_landscape(augusta_nlcd) -check_landscape(podlasie_ccilc) -check_landscape(c(landscape, landscape)) +check_landscape(terra::unwrap(augusta_nlcd)) +check_landscape(terra::unwrap(podlasie_ccilc)) +check_landscape(c(terra::unwrap(landscape), terra::unwrap(landscape))) } diff --git a/man/data_info.Rd b/man/data_info.Rd index dd1873992..64113cdd4 100644 --- a/man/data_info.Rd +++ b/man/data_info.Rd @@ -19,9 +19,9 @@ Data info Check class of raster values and number of classes } \examples{ -data_info(landscape) -data_info(augusta_nlcd) -data_info(podlasie_ccilc) +data_info(terra::unwrap(landscape)) +data_info(terra::unwrap(augusta_nlcd)) +data_info(terra::unwrap(podlasie_ccilc)) } \keyword{internal} diff --git a/man/extract_lsm.Rd b/man/extract_lsm.Rd index 73cf3e268..a6b31943e 100644 --- a/man/extract_lsm.Rd +++ b/man/extract_lsm.Rd @@ -59,8 +59,8 @@ metrics and the ID of the spatial objects. } \examples{ points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) -extract_lsm(landscape, y = points) -extract_lsm(landscape, y = points, type = "aggregation metric") +extract_lsm(terra::unwrap(landscape), y = points) +extract_lsm(terra::unwrap(landscape), y = points, type = "aggregation metric") \dontrun{ # use lines diff --git a/man/get_adjacencies.Rd b/man/get_adjacencies.Rd index 7014ada89..8cec8a91f 100644 --- a/man/get_adjacencies.Rd +++ b/man/get_adjacencies.Rd @@ -38,6 +38,7 @@ like adjacencies, a count for how many edges a shared in each class with the sam The "unlike" adjacencies are counting the cellwise edges between different classes. } \examples{ +landscape <- terra::unwrap(landscape) # calculate full adjacency matrix get_adjacencies(landscape, 4) diff --git a/man/get_boundaries.Rd b/man/get_boundaries.Rd index bd72c112e..96ea0451c 100644 --- a/man/get_boundaries.Rd +++ b/man/get_boundaries.Rd @@ -41,7 +41,7 @@ cell or a cell with a different value than itself. Non-boundary cells only neighbour cells with the same value than themself. } \examples{ -class_1 <- get_patches(landscape, class = 1)[[1]] +class_1 <- get_patches(terra::unwrap(landscape), class = 1)[[1]][[1]] get_boundaries(class_1) get_boundaries(class_1, return_raster = FALSE) diff --git a/man/get_centroids.Rd b/man/get_centroids.Rd index bd0f76d5a..984a7c8f8 100644 --- a/man/get_centroids.Rd +++ b/man/get_centroids.Rd @@ -36,6 +36,6 @@ centroid is defined as the cell center that is the closest to the mean location. } \examples{ # get centroid location -get_centroids(landscape) +get_centroids(terra::unwrap(landscape)) } diff --git a/man/get_circumscribingcircle.Rd b/man/get_circumscribingcircle.Rd index c2ade4c99..a3adeac80 100644 --- a/man/get_circumscribingcircle.Rd +++ b/man/get_circumscribingcircle.Rd @@ -24,10 +24,10 @@ cells of the patch are included in the patch. } \examples{ # get circle around each patch -get_circumscribingcircle(landscape) +get_circumscribingcircle(terra::unwrap(landscape)) # get circle around whole class -get_circumscribingcircle(landscape, level = "class") +get_circumscribingcircle(terra::unwrap(landscape), level = "class") } \references{ diff --git a/man/get_nearestneighbour.Rd b/man/get_nearestneighbour.Rd index 27a4deb38..2928c393e 100644 --- a/man/get_nearestneighbour.Rd +++ b/man/get_nearestneighbour.Rd @@ -24,7 +24,7 @@ might be returned. } \examples{ # get patches for class 1 -class_1 <- get_patches(landscape, class = 2)[[1]][[1]] +class_1 <- get_patches(terra::unwrap(landscape), class = 2)[[1]][[1]] # calculate the distance between patches get_nearestneighbour(class_1) diff --git a/man/get_patches.Rd b/man/get_patches.Rd index 8963a65f8..47cdb4734 100644 --- a/man/get_patches.Rd +++ b/man/get_patches.Rd @@ -48,6 +48,8 @@ this option can be set globally, so that every function that internally uses \code{get_patches} can make use of that. } \examples{ +landscape <- terra::unwrap(landscape) + # check for patches of class 1 patched_raster <- get_patches(landscape, class = 1) diff --git a/man/get_unique_values.Rd b/man/get_unique_values.Rd index 3c858c1c0..3d5a89c81 100644 --- a/man/get_unique_values.Rd +++ b/man/get_unique_values.Rd @@ -21,6 +21,8 @@ This function returns the unique values of an object. Fast and memory friendly Rcpp implementation to find the unique values of an object. } \examples{ +landscape <- terra::unwrap(landscape) + get_unique_values(landscape) landscape_stack <- c(landscape, landscape, landscape) diff --git a/man/landscape_as_list.Rd b/man/landscape_as_list.Rd index 4dbe19ea4..06463ab12 100644 --- a/man/landscape_as_list.Rd +++ b/man/landscape_as_list.Rd @@ -34,6 +34,6 @@ Convert raster input to list Mainly for internal use } \examples{ -landscape_as_list(c(landscape, landscape)) +landscape_as_list(c(terra::unwrap(landscape), terra::unwrap(landscape))) } diff --git a/man/landscapemetrics.Rd b/man/landscapemetrics.Rd index 58d8dd505..e6e1b2ccd 100644 --- a/man/landscapemetrics.Rd +++ b/man/landscapemetrics.Rd @@ -6,14 +6,12 @@ \alias{landscapemetrics-package} \title{landscapemetrics} \description{ -Calculates landscape metrics for categorical landscape patterns in -a tidy workflow. 'landscapemetrics' reimplements the most common metrics from -FRAGSTATS and new ones from the current literature on landscape metrics. -This package supports raster spatial objects and takes -RasterLayer, RasterStacks, RasterBricks or lists of RasterLayer from the -'raster' package as input arguments. It further provides utility functions -to visualize patches, select metrics and building blocks to develop new -metrics. +Calculates landscape metrics for categorical landscape patterns in a tidy workflow. +'landscapemetrics' reimplements the most common metrics from 'FRAGSTATS' (\url{https://www.umass.edu/landeco/}) +and new ones from the current literature on landscape metrics. This package +supports 'terra' SpatRaster objects as input arguments. It further provides +utility functionn to visualize patches, select metrics and building blocks to +develop new metrics. } \seealso{ Useful links: diff --git a/man/lsm_abbreviations_names.Rd b/man/lsm_abbreviations_names.Rd index f329f33f2..1837755b3 100644 --- a/man/lsm_abbreviations_names.Rd +++ b/man/lsm_abbreviations_names.Rd @@ -20,7 +20,7 @@ Can be used after calculating the metric(s) with a join to have a more readable results tibble or for visualizing your results. } \examples{ -patch_area <- lsm_p_area(landscape) +patch_area <- lsm_p_area(terra::unwrap(landscape)) patch_area <- merge(x = patch_area, y = lsm_abbreviations_names, by = c("level", "metric")) } diff --git a/man/lsm_c_ai.Rd b/man/lsm_c_ai.Rd index c01f8070a..48fcd6717 100644 --- a/man/lsm_c_ai.Rd +++ b/man/lsm_c_ai.Rd @@ -31,7 +31,7 @@ The metric is based on he adjacency matrix and the the single-count method. for maximally aggregated classes.} } \examples{ -lsm_c_ai(landscape) +lsm_c_ai(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_area_cv.Rd b/man/lsm_c_area_cv.Rd index dc86e2880..7fae87258 100644 --- a/man/lsm_c_area_cv.Rd +++ b/man/lsm_c_area_cv.Rd @@ -32,7 +32,7 @@ the landscape and is easily comparable because it is scaled to the mean. Increases, without limit, as the variation of patch areas increases.} } \examples{ -lsm_c_area_cv(landscape) +lsm_c_area_cv(terra::unwrap(landscape)) } \references{ @@ -42,8 +42,7 @@ the authors at the University of Massachusetts, Amherst. Available at the follow web site: https://www.umass.edu/landeco/ } \seealso{ -\code{\link{lsm_p_area}}, -\code{\link{cv}}, \cr +\code{\link{lsm_p_area}}, \cr \code{\link{lsm_c_area_mn}}, \code{\link{lsm_c_area_sd}}, \cr \code{\link{lsm_l_area_mn}}, diff --git a/man/lsm_c_area_mn.Rd b/man/lsm_c_area_mn.Rd index ba032b8c5..79abb491b 100644 --- a/man/lsm_c_area_mn.Rd +++ b/man/lsm_c_area_mn.Rd @@ -33,7 +33,7 @@ class area (\code{\link{lsm_c_ca}}), it can also give an an idea of patch struct limit, as the patch areas increase.} } \examples{ -lsm_c_area_mn(landscape) +lsm_c_area_mn(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_area_sd.Rd b/man/lsm_c_area_sd.Rd index 4028fd337..7fb344599 100644 --- a/man/lsm_c_area_sd.Rd +++ b/man/lsm_c_area_sd.Rd @@ -33,7 +33,7 @@ the landscape. Increases, without limit, as the variation of patch areas increases.} } \examples{ -lsm_c_area_sd(landscape) +lsm_c_area_sd(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_ca.Rd b/man/lsm_c_ca.Rd index 5e520f7de..c52e3c174 100644 --- a/man/lsm_c_ca.Rd +++ b/man/lsm_c_ca.Rd @@ -36,7 +36,7 @@ become small. Increases, without limit, as the patch areas of class i become large. CA = TA if only one class is present.} } \examples{ -lsm_c_ca(landscape) +lsm_c_ca(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_cai_cv.Rd b/man/lsm_c_cai_cv.Rd index 98369b410..efe3679c0 100644 --- a/man/lsm_c_cai_cv.Rd +++ b/man/lsm_c_cai_cv.Rd @@ -48,7 +48,7 @@ for all patches. Increases, without limit, as the variation of the core area indices increases.} } \examples{ -lsm_c_cai_cv(landscape) +lsm_c_cai_cv(terra::unwrap(landscape)) } \references{ @@ -58,8 +58,7 @@ the authors at the University of Massachusetts, Amherst. Available at the follow web site: https://www.umass.edu/landeco/ } \seealso{ -\code{\link{lsm_p_cai}}, -\code{\link{cv}}, \cr +\code{\link{lsm_p_cai}}, \cr \code{\link{lsm_c_cai_mn}}, \code{\link{lsm_c_cai_sd}}, \cr \code{\link{lsm_l_cai_mn}}, diff --git a/man/lsm_c_cai_mn.Rd b/man/lsm_c_cai_mn.Rd index 8d8625183..29eed4149 100644 --- a/man/lsm_c_cai_mn.Rd +++ b/man/lsm_c_cai_mn.Rd @@ -45,7 +45,7 @@ value than itself (rook's case). approaches CAI_MN = 100 with increasing percentage of core area within patches.} } \examples{ -lsm_c_cai_mn(landscape) +lsm_c_cai_mn(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_cai_sd.Rd b/man/lsm_c_cai_sd.Rd index 3127beb5b..297e6aac2 100644 --- a/man/lsm_c_cai_sd.Rd +++ b/man/lsm_c_cai_sd.Rd @@ -47,7 +47,7 @@ for all patches. Increases, without limit, as the variation of core area indices increases.} } \examples{ -lsm_c_cai_sd(landscape) +lsm_c_cai_sd(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_circle_cv.Rd b/man/lsm_c_circle_cv.Rd index 168275e96..56820cf35 100644 --- a/man/lsm_c_circle_cv.Rd +++ b/man/lsm_c_circle_cv.Rd @@ -36,7 +36,7 @@ for all patches. Increases, without limit, as the variation of related circumscr circles increases.} } \examples{ -lsm_c_circle_cv(landscape) +lsm_c_circle_cv(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_circle_mn.Rd b/man/lsm_c_circle_mn.Rd index 45e655bd4..bf3f0caf4 100644 --- a/man/lsm_c_circle_mn.Rd +++ b/man/lsm_c_circle_mn.Rd @@ -34,7 +34,7 @@ of all patches is small. Increases, without limit, as the related circumscribing increase.} } \examples{ -lsm_c_circle_mn(landscape) +lsm_c_circle_mn(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_circle_sd.Rd b/man/lsm_c_circle_sd.Rd index 6fe9f4b2f..0759336c1 100644 --- a/man/lsm_c_circle_sd.Rd +++ b/man/lsm_c_circle_sd.Rd @@ -34,7 +34,7 @@ for all patches. Increases, without limit, as the variation of related circumscr circles increases.} } \examples{ -lsm_c_circle_sd(landscape) +lsm_c_circle_sd(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_clumpy.Rd b/man/lsm_c_clumpy.Rd index bde22716f..386ef77a8 100644 --- a/man/lsm_c_clumpy.Rd +++ b/man/lsm_c_clumpy.Rd @@ -35,7 +35,7 @@ the double-count method. and 1 for maximally aggregated classes.} } \examples{ -lsm_c_clumpy(landscape) +lsm_c_clumpy(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_cohesion.Rd b/man/lsm_c_cohesion.Rd index 965bc6e40..a468a79d6 100644 --- a/man/lsm_c_cohesion.Rd +++ b/man/lsm_c_cohesion.Rd @@ -34,7 +34,7 @@ configuration of the landscape. Increases if patches of class i become more aggregated.} } \examples{ -lsm_c_cohesion(landscape) +lsm_c_cohesion(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_contig_cv.Rd b/man/lsm_c_contig_cv.Rd index 49fac8501..6c867a121 100644 --- a/man/lsm_c_contig_cv.Rd +++ b/man/lsm_c_contig_cv.Rd @@ -43,7 +43,7 @@ identical for all patches. Increases, without limit, as the variation of CONTIG increases.} } \examples{ -lsm_c_contig_cv(landscape) +lsm_c_contig_cv(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_contig_mn.Rd b/man/lsm_c_contig_mn.Rd index ad26f92f6..b5b84964f 100644 --- a/man/lsm_c_contig_mn.Rd +++ b/man/lsm_c_contig_mn.Rd @@ -42,7 +42,7 @@ patch cells in the rookie case result in larger contiguity index values. patches.} } \examples{ -lsm_c_contig_mn(landscape) +lsm_c_contig_mn(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_contig_sd.Rd b/man/lsm_c_contig_sd.Rd index 4b4e3597e..b6408f54e 100644 --- a/man/lsm_c_contig_sd.Rd +++ b/man/lsm_c_contig_sd.Rd @@ -43,7 +43,7 @@ identical for all patches. Increases, without limit, as the variation of CONTIG increases.} } \examples{ -lsm_c_contig_sd(landscape) +lsm_c_contig_sd(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_core_cv.Rd b/man/lsm_c_core_cv.Rd index 0a6da4ef5..393b3fe3c 100644 --- a/man/lsm_c_core_cv.Rd +++ b/man/lsm_c_core_cv.Rd @@ -44,7 +44,7 @@ because it is scaled to the mean. Increases, without limit, as the variation of patch core areas increases.} } \examples{ -lsm_c_core_cv(landscape) +lsm_c_core_cv(terra::unwrap(landscape)) } \references{ @@ -54,8 +54,7 @@ the authors at the University of Massachusetts, Amherst. Available at the follow web site: https://www.umass.edu/landeco/ } \seealso{ -\code{\link{lsm_p_core}}, -\code{\link{cv}}, \cr +\code{\link{lsm_p_core}}, \cr \code{\link{lsm_c_core_mn}}, \code{\link{lsm_c_core_sd}}, \cr \code{\link{lsm_l_core_mn}}, diff --git a/man/lsm_c_core_mn.Rd b/man/lsm_c_core_mn.Rd index ae1e09c43..800a03bdf 100644 --- a/man/lsm_c_core_mn.Rd +++ b/man/lsm_c_core_mn.Rd @@ -42,7 +42,7 @@ neighbour with a different value than themselves (rook's case). without limit, as the core area indices increase.} } \examples{ -lsm_c_core_mn(landscape) +lsm_c_core_mn(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_core_sd.Rd b/man/lsm_c_core_sd.Rd index 19dae1c19..a829e84d5 100644 --- a/man/lsm_c_core_sd.Rd +++ b/man/lsm_c_core_sd.Rd @@ -43,7 +43,7 @@ differences among patches of the same class i in the landscape. Increases, without limit, as the variation of patch core areas increases.} } \examples{ -lsm_c_core_sd(landscape) +lsm_c_core_sd(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_cpland.Rd b/man/lsm_c_cpland.Rd index 89fbb86ce..ae4e903b1 100644 --- a/man/lsm_c_cpland.Rd +++ b/man/lsm_c_cpland.Rd @@ -46,7 +46,7 @@ the amount of core area increases, i.e. patches become larger while being rather in shape.} } \examples{ -lsm_c_cpland(landscape) +lsm_c_cpland(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_dcad.Rd b/man/lsm_c_dcad.Rd index df732adc6..0bddef745 100644 --- a/man/lsm_c_dcad.Rd +++ b/man/lsm_c_dcad.Rd @@ -47,7 +47,7 @@ a disjunct core area. Increases, without limit, as disjunct core areas become mo present, i.e. patches becoming larger and less complex.} } \examples{ -lsm_c_dcad(landscape) +lsm_c_dcad(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_dcore_cv.Rd b/man/lsm_c_dcore_cv.Rd index 707979e2b..24c5a0f6a 100644 --- a/man/lsm_c_dcore_cv.Rd +++ b/man/lsm_c_dcore_cv.Rd @@ -47,7 +47,7 @@ core areas. Increases, without limit, as the variation of number of disjunct cor increases.} } \examples{ -lsm_c_dcore_cv(landscape) +lsm_c_dcore_cv(terra::unwrap(landscape)) } \references{ @@ -57,8 +57,7 @@ the authors at the University of Massachusetts, Amherst. Available at the follow web site: https://www.umass.edu/landeco/ } \seealso{ -\code{\link{lsm_p_ncore}}, -\code{\link{cv}}, \cr +\code{\link{lsm_p_ncore}}, \cr \code{\link{lsm_c_dcore_mn}}, \code{\link{lsm_c_dcore_sd}}, \cr \code{\link{lsm_l_dcore_mn}}, diff --git a/man/lsm_c_dcore_mn.Rd b/man/lsm_c_dcore_mn.Rd index 38acfcec1..b7456bfa3 100644 --- a/man/lsm_c_dcore_mn.Rd +++ b/man/lsm_c_dcore_mn.Rd @@ -44,7 +44,7 @@ core areas, whereby a core area is a 'patch within the patch' containing only co without limit, as the number of disjunct core areas increases.} } \examples{ -lsm_c_dcore_mn(landscape) +lsm_c_dcore_mn(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_dcore_sd.Rd b/man/lsm_c_dcore_sd.Rd index 17a1064b0..b5c17356f 100644 --- a/man/lsm_c_dcore_sd.Rd +++ b/man/lsm_c_dcore_sd.Rd @@ -47,7 +47,7 @@ core areas. Increases, without limit, as the variation of number of disjunct cor increases.} } \examples{ -lsm_c_dcore_sd(landscape) +lsm_c_dcore_sd(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_division.Rd b/man/lsm_c_division.Rd index 181e02da7..59ff297c1 100644 --- a/man/lsm_c_division.Rd +++ b/man/lsm_c_division.Rd @@ -32,7 +32,7 @@ division index is negatively correlated with the effective mesh size (\code{\l DIVISION = 1 if all patches of class i are single cells.} } \examples{ -lsm_c_division(landscape) +lsm_c_division(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_ed.Rd b/man/lsm_c_ed.Rd index 433a3fbb3..c115ea991 100644 --- a/man/lsm_c_ed.Rd +++ b/man/lsm_c_ed.Rd @@ -38,7 +38,7 @@ boundary is not included) and increases, without limit, as the landscapes become patchy} } \examples{ -lsm_c_ed(landscape) +lsm_c_ed(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_enn_cv.Rd b/man/lsm_c_enn_cv.Rd index 005073e06..742644a16 100644 --- a/man/lsm_c_enn_cv.Rd +++ b/man/lsm_c_enn_cv.Rd @@ -37,7 +37,7 @@ scaled to the mean, it is easily comparable among different landscapes. identical for all patches. Increases, without limit, as the variation of ENN increases.} } \examples{ -lsm_c_enn_cv(landscape) +lsm_c_enn_cv(terra::unwrap(landscape)) } \references{ @@ -51,8 +51,7 @@ structure and breeding birds in the Oregon Coast Range. Ecological monographs, 65(3), 235-260. } \seealso{ -\code{\link{lsm_p_enn}}, -\code{\link{cv}}, \cr +\code{\link{lsm_p_enn}}, \cr \code{\link{lsm_c_enn_mn}}, \code{\link{lsm_c_enn_sd}}, \cr \code{\link{lsm_l_enn_mn}}, diff --git a/man/lsm_c_enn_mn.Rd b/man/lsm_c_enn_mn.Rd index f7bdbd472..827685753 100644 --- a/man/lsm_c_enn_mn.Rd +++ b/man/lsm_c_enn_mn.Rd @@ -37,7 +37,7 @@ as the distance between neighbouring patches of the same class i increases, i.e. more isolated.} } \examples{ -lsm_c_enn_mn(landscape) +lsm_c_enn_mn(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_enn_sd.Rd b/man/lsm_c_enn_sd.Rd index 1f6aeeceb..94eecc456 100644 --- a/man/lsm_c_enn_sd.Rd +++ b/man/lsm_c_enn_sd.Rd @@ -37,7 +37,7 @@ scaled to the mean, it is easily comparable among different landscapes. identical for all patches. Increases, without limit, as the variation of ENN increases.} } \examples{ -lsm_c_enn_sd(landscape) +lsm_c_enn_sd(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_frac_cv.Rd b/man/lsm_c_frac_cv.Rd index 7939a57ca..b3a12068e 100644 --- a/man/lsm_c_frac_cv.Rd +++ b/man/lsm_c_frac_cv.Rd @@ -35,7 +35,7 @@ for all patches. Increases, without limit, as the variation of the fractal dimen indices increases.} } \examples{ -lsm_c_frac_cv(landscape) +lsm_c_frac_cv(terra::unwrap(landscape)) } \references{ @@ -48,8 +48,7 @@ Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. San Francisco. W. H. Freeman and Company. } \seealso{ -\code{\link{lsm_p_frac}}, -\code{\link{cv}}, \cr +\code{\link{lsm_p_frac}}, \cr \code{\link{lsm_c_frac_mn}}, \code{\link{lsm_c_frac_sd}}, \cr \code{\link{lsm_l_frac_mn}}, diff --git a/man/lsm_c_frac_mn.Rd b/man/lsm_c_frac_mn.Rd index 931bdac18..3e00f80e1 100644 --- a/man/lsm_c_frac_mn.Rd +++ b/man/lsm_c_frac_mn.Rd @@ -31,7 +31,7 @@ scaled to the mean and comparable among different landscapes. if all patches are irregular.} } \examples{ -lsm_c_frac_mn(landscape) +lsm_c_frac_mn(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_frac_sd.Rd b/man/lsm_c_frac_sd.Rd index 09cb94634..0808616f4 100644 --- a/man/lsm_c_frac_sd.Rd +++ b/man/lsm_c_frac_sd.Rd @@ -34,7 +34,7 @@ for all patches. Increases, without limit, as the variation of the fractal dimen indices increases.} } \examples{ -lsm_c_frac_sd(landscape) +lsm_c_frac_sd(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_gyrate_cv.Rd b/man/lsm_c_gyrate_cv.Rd index 2e4455e4f..b1a751abe 100644 --- a/man/lsm_c_gyrate_cv.Rd +++ b/man/lsm_c_gyrate_cv.Rd @@ -43,7 +43,7 @@ for all patches. Increases, without limit, as the variation of the radius of gyr increases.} } \examples{ -lsm_c_gyrate_cv(landscape) +lsm_c_gyrate_cv(terra::unwrap(landscape)) } \references{ @@ -56,8 +56,7 @@ Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales in fragmented landscapes. Conservation ecology, 1(1). } \seealso{ -\code{\link{lsm_p_gyrate}}, -\code{\link{cv}}, \cr +\code{\link{lsm_p_gyrate}}, \cr \code{\link{lsm_c_gyrate_mn}}, \code{\link{lsm_c_gyrate_sd}}, \cr \code{\link{lsm_l_gyrate_mn}}, diff --git a/man/lsm_c_gyrate_mn.Rd b/man/lsm_c_gyrate_mn.Rd index 7f1cda2b1..68bc79f9a 100644 --- a/man/lsm_c_gyrate_mn.Rd +++ b/man/lsm_c_gyrate_mn.Rd @@ -41,7 +41,7 @@ cells to all possible cell-center centroids. without limit, when only one patch is present.} } \examples{ -lsm_c_gyrate_mn(landscape) +lsm_c_gyrate_mn(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_gyrate_sd.Rd b/man/lsm_c_gyrate_sd.Rd index 1275d8174..475d96208 100644 --- a/man/lsm_c_gyrate_sd.Rd +++ b/man/lsm_c_gyrate_sd.Rd @@ -42,7 +42,7 @@ for all patches. Increases, without limit, as the variation of the radius of gyr increases.} } \examples{ -lsm_c_gyrate_sd(landscape) +lsm_c_gyrate_sd(terra::unwrap(landscape)) } \references{ @@ -55,8 +55,7 @@ Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales in fragmented landscapes. Conservation ecology, 1(1). } \seealso{ -\code{\link{lsm_p_gyrate}}, -\code{\link{cv}}, \cr +\code{\link{lsm_p_gyrate}}, \cr \code{\link{lsm_c_gyrate_mn}}, \code{\link{lsm_c_gyrate_cv}}, \cr \code{\link{lsm_l_gyrate_mn}}, diff --git a/man/lsm_c_iji.Rd b/man/lsm_c_iji.Rd index 0b62eb76a..f9bbabf69 100644 --- a/man/lsm_c_iji.Rd +++ b/man/lsm_c_iji.Rd @@ -33,7 +33,7 @@ diagonal of the adjacency table). The number of classes to calculate IJI must be and equals 100 when a class is equally adjacent to all other classes.} } \examples{ -lsm_c_iji(landscape) +lsm_c_iji(terra::unwrap(landscape)) } \references{ McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis diff --git a/man/lsm_c_lpi.Rd b/man/lsm_c_lpi.Rd index 75ea3f4c6..e1f78c487 100644 --- a/man/lsm_c_lpi.Rd +++ b/man/lsm_c_lpi.Rd @@ -33,7 +33,7 @@ measure of dominance. and equals LPI = 100 when only one patch is present} } \examples{ -lsm_c_lpi(landscape) +lsm_c_lpi(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_lsi.Rd b/man/lsm_c_lsi.Rd index 7413b5900..a29a1d064 100644 --- a/man/lsm_c_lsi.Rd +++ b/man/lsm_c_lsi.Rd @@ -31,7 +31,7 @@ patches are maximally aggregated. Increases, without limit, as the length of the actual edges increases, i.e. the patches become less compact.} } \examples{ -lsm_c_lsi(landscape) +lsm_c_lsi(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_mesh.Rd b/man/lsm_c_mesh.Rd index c54a1f755..d3c24f078 100644 --- a/man/lsm_c_mesh.Rd +++ b/man/lsm_c_mesh.Rd @@ -34,7 +34,7 @@ perfectly, negatively correlated to \code{\link{lsm_c_division}}. one cell and equals total area if only one patch is present.} } \examples{ -lsm_c_mesh(landscape) +lsm_c_mesh(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_ndca.Rd b/man/lsm_c_ndca.Rd index 12b95ec35..1adee71aa 100644 --- a/man/lsm_c_ndca.Rd +++ b/man/lsm_c_ndca.Rd @@ -48,7 +48,7 @@ an edge. NDCA increases, with out limit, as core area increases and patch shapes disjunct core areas (i.e. patch shapes become rather complex).} } \examples{ -lsm_c_ndca(landscape) +lsm_c_ndca(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_nlsi.Rd b/man/lsm_c_nlsi.Rd index b8f993ecd..f7eacc1b4 100644 --- a/man/lsm_c_nlsi.Rd +++ b/man/lsm_c_nlsi.Rd @@ -35,7 +35,7 @@ increases the more disaggregated patches are and equals nLSI = 1 for a maximal d (i.e. a "checkerboard pattern").} } \examples{ -lsm_c_nlsi(landscape) +lsm_c_nlsi(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_np.Rd b/man/lsm_c_np.Rd index c5c13c068..ffc5b3fb7 100644 --- a/man/lsm_c_np.Rd +++ b/man/lsm_c_np.Rd @@ -31,7 +31,7 @@ necessarily contain information about the configuration or composition of the cl increases, without limit, as the number of patches increases} } \examples{ -lsm_c_np(landscape) +lsm_c_np(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_pafrac.Rd b/man/lsm_c_pafrac.Rd index 689e1a9e5..a4b47b0b2 100644 --- a/man/lsm_c_pafrac.Rd +++ b/man/lsm_c_pafrac.Rd @@ -38,7 +38,7 @@ issue. approaches PAFRAC = 2 for irregular shapes} } \examples{ -lsm_c_pafrac(landscape) +lsm_c_pafrac(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_para_cv.Rd b/man/lsm_c_para_cv.Rd index 4e25a068a..87a5f757e 100644 --- a/man/lsm_c_para_cv.Rd +++ b/man/lsm_c_para_cv.Rd @@ -35,7 +35,7 @@ all patches. Increases, without limit, as the variation of the perimeter-area ra increases.} } \examples{ -lsm_c_para_cv(landscape) +lsm_c_para_cv(terra::unwrap(landscape)) } \references{ @@ -45,8 +45,7 @@ the authors at the University of Massachusetts, Amherst. Available at the follow web site: https://www.umass.edu/landeco/ } \seealso{ -\code{\link{lsm_p_para}}, -\code{\link{cv}}, \cr +\code{\link{lsm_p_para}}, \cr \code{\link{lsm_c_para_mn}}, \code{\link{lsm_c_para_sd}}, \cr \code{\link{lsm_l_para_mn}}, diff --git a/man/lsm_c_para_mn.Rd b/man/lsm_c_para_mn.Rd index c5656bf25..75142250a 100644 --- a/man/lsm_c_para_mn.Rd +++ b/man/lsm_c_para_mn.Rd @@ -35,7 +35,7 @@ i.e. the form approaches a rather small square. Increases, without limit, as PAR i.e. patches become more complex.} } \examples{ -lsm_c_para_mn(landscape) +lsm_c_para_mn(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_para_sd.Rd b/man/lsm_c_para_sd.Rd index e8852cc56..983b64652 100644 --- a/man/lsm_c_para_sd.Rd +++ b/man/lsm_c_para_sd.Rd @@ -35,7 +35,7 @@ all patches. Increases, without limit, as the variation of the perimeter-area ra increases.} } \examples{ -lsm_c_para_sd(landscape) +lsm_c_para_sd(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_pd.Rd b/man/lsm_c_pd.Rd index 894928f60..8b9aa8337 100644 --- a/man/lsm_c_pd.Rd +++ b/man/lsm_c_pd.Rd @@ -34,7 +34,7 @@ landscapes with different total area are possible. if every cell is a different patch.} } \examples{ -lsm_c_pd(landscape) +lsm_c_pd(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_pladj.Rd b/man/lsm_c_pladj.Rd index f461d04bd..f7be5dd07 100644 --- a/man/lsm_c_pladj.Rd +++ b/man/lsm_c_pladj.Rd @@ -31,7 +31,7 @@ i.e. every cell is a different patch. Equals PLADJ = 100 when the only one patch is present.} } \examples{ -lsm_c_pladj(landscape) +lsm_c_pladj(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_pland.Rd b/man/lsm_c_pland.Rd index 1575cf5c8..f8de9bc57 100644 --- a/man/lsm_c_pland.Rd +++ b/man/lsm_c_pland.Rd @@ -33,7 +33,7 @@ character directly comparable among landscapes with different total areas. Equals PLAND = 100 when only one patch is present.} } \examples{ -lsm_c_pland(landscape) +lsm_c_pland(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_shape_cv.Rd b/man/lsm_c_shape_cv.Rd index 62e19439e..6afbab071 100644 --- a/man/lsm_c_shape_cv.Rd +++ b/man/lsm_c_shape_cv.Rd @@ -33,7 +33,7 @@ equals the perimeter if the patch would be maximally compact. Increases, without limit, as the variation of the shape index increases.} } \examples{ -lsm_c_shape_cv(landscape) +lsm_c_shape_cv(terra::unwrap(landscape)) } \references{ @@ -46,8 +46,7 @@ Patton, D. R. 1975. A diversity index for quantifying habitat "edge". Wildl. Soc.Bull. 3:171-173. } \seealso{ -\code{\link{lsm_p_shape}}, -\code{\link{cv}}, \cr +\code{\link{lsm_p_shape}}, \cr \code{\link{lsm_c_shape_mn}}, \code{\link{lsm_c_shape_sd}}, \cr \code{\link{lsm_l_shape_mn}}, diff --git a/man/lsm_c_shape_mn.Rd b/man/lsm_c_shape_mn.Rd index 44463f94f..a6a1c52b6 100644 --- a/man/lsm_c_shape_mn.Rd +++ b/man/lsm_c_shape_mn.Rd @@ -33,7 +33,7 @@ equals the perimeter if the patch would be maximally compact. Increases, without limit, as the shapes of patches become more complex.} } \examples{ -lsm_c_shape_mn(landscape) +lsm_c_shape_mn(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_shape_sd.Rd b/man/lsm_c_shape_sd.Rd index 610bca41d..3992c7b2a 100644 --- a/man/lsm_c_shape_sd.Rd +++ b/man/lsm_c_shape_sd.Rd @@ -33,7 +33,7 @@ equals the perimeter if the patch would be maximally compact. Increases, without limit, as the variation of the shape index increases.} } \examples{ -lsm_c_shape_sd(landscape) +lsm_c_shape_sd(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_split.Rd b/man/lsm_c_split.Rd index f27ee250c..894053dd2 100644 --- a/man/lsm_c_split.Rd +++ b/man/lsm_c_split.Rd @@ -32,7 +32,7 @@ class i would be divided into equally sized patches. the number of patches of class i increases and is limited if all cells are a patch} } \examples{ -lsm_c_split(landscape) +lsm_c_split(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_tca.Rd b/man/lsm_c_tca.Rd index fb629414b..6ff72a8e0 100644 --- a/man/lsm_c_tca.Rd +++ b/man/lsm_c_tca.Rd @@ -43,7 +43,7 @@ and patch shapes simplify. TCA = 0 when every cell in every patch of class i is an edge.} } \examples{ -lsm_c_tca(landscape) +lsm_c_tca(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_c_te.Rd b/man/lsm_c_te.Rd index 84e80d5c4..cfd23e065 100644 --- a/man/lsm_c_te.Rd +++ b/man/lsm_c_te.Rd @@ -35,7 +35,7 @@ making comparisons among landscapes with different total areas difficult. If as landscape becomes more fragmented} } \examples{ -lsm_c_te(landscape) +lsm_c_te(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_ai.Rd b/man/lsm_l_ai.Rd index 62626a3e1..1c8884576 100644 --- a/man/lsm_l_ai.Rd +++ b/man/lsm_l_ai.Rd @@ -33,7 +33,7 @@ The metric is based on he adjacency matrix and the single-count method. for maximally aggregated classes.} } \examples{ -lsm_l_ai(landscape) +lsm_l_ai(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_area_cv.Rd b/man/lsm_l_area_cv.Rd index 3305ef529..477a72b6e 100644 --- a/man/lsm_l_area_cv.Rd +++ b/man/lsm_l_area_cv.Rd @@ -32,7 +32,7 @@ easily comparable because it is scaled to the mean. Increases, without limit, as the variation of patch areas increases.} } \examples{ -lsm_l_area_cv(landscape) +lsm_l_area_cv(terra::unwrap(landscape)) } \references{ @@ -42,8 +42,7 @@ the authors at the University of Massachusetts, Amherst. Available at the follow web site: https://www.umass.edu/landeco/ } \seealso{ -\code{\link{lsm_p_area}}, -\code{\link{cv}}, \cr +\code{\link{lsm_p_area}}, \cr \code{\link{lsm_c_area_mn}}, \code{\link{lsm_c_area_sd}}, \code{\link{lsm_c_area_cv}}, \cr diff --git a/man/lsm_l_area_mn.Rd b/man/lsm_l_area_mn.Rd index d61da98ad..a9f4cb230 100644 --- a/man/lsm_l_area_mn.Rd +++ b/man/lsm_l_area_mn.Rd @@ -33,7 +33,7 @@ landscape area (\code{\link{lsm_l_ta}}), it can also give an an idea of patch st limit, as the patch areas increase.} } \examples{ -lsm_l_area_mn(landscape) +lsm_l_area_mn(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_area_sd.Rd b/man/lsm_l_area_sd.Rd index 409fed19a..38bb67f5b 100644 --- a/man/lsm_l_area_sd.Rd +++ b/man/lsm_l_area_sd.Rd @@ -31,7 +31,7 @@ the differences among all patches in the landscape. Increases, without limit, as the variation of patch areas increases.} } \examples{ -lsm_l_area_sd(landscape) +lsm_l_area_sd(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_cai_cv.Rd b/man/lsm_l_cai_cv.Rd index 2ac9f61d7..36243a3e6 100644 --- a/man/lsm_l_cai_cv.Rd +++ b/man/lsm_l_cai_cv.Rd @@ -48,7 +48,7 @@ all patches. Increases, without limit, as the variation of the core area indices increases.} } \examples{ -lsm_l_cai_cv(landscape) +lsm_l_cai_cv(terra::unwrap(landscape)) } \references{ @@ -58,8 +58,7 @@ the authors at the University of Massachusetts, Amherst. Available at the follow web site: https://www.umass.edu/landeco/ } \seealso{ -\code{\link{lsm_p_cai}}, -\code{\link{cv}}, \cr +\code{\link{lsm_p_cai}}, \cr \code{\link{lsm_c_cai_mn}}, \code{\link{lsm_c_cai_sd}}, \code{\link{lsm_c_cai_cv}}, \cr diff --git a/man/lsm_l_cai_mn.Rd b/man/lsm_l_cai_mn.Rd index 9e12c1d8b..e99214920 100644 --- a/man/lsm_l_cai_mn.Rd +++ b/man/lsm_l_cai_mn.Rd @@ -45,7 +45,7 @@ value than itself (rook's case). approaches CAI_MN = 100 with increasing percentage of core area within patches.} } \examples{ -lsm_l_cai_mn(landscape) +lsm_l_cai_mn(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_cai_sd.Rd b/man/lsm_l_cai_sd.Rd index 64eb22533..ba42eec8e 100644 --- a/man/lsm_l_cai_sd.Rd +++ b/man/lsm_l_cai_sd.Rd @@ -47,7 +47,7 @@ all patches. Increases, without limit, as the variation of core area indices increases.} } \examples{ -lsm_l_cai_sd(landscape) +lsm_l_cai_sd(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_circle_cv.Rd b/man/lsm_l_circle_cv.Rd index cd2330261..2b9a42d07 100644 --- a/man/lsm_l_circle_cv.Rd +++ b/man/lsm_l_circle_cv.Rd @@ -34,7 +34,7 @@ for all patches. Increases, without limit, as the variation of related circumscr circles increases.} } \examples{ -lsm_l_circle_cv(landscape) +lsm_l_circle_cv(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_circle_mn.Rd b/man/lsm_l_circle_mn.Rd index 339c6f80e..513058a5a 100644 --- a/man/lsm_l_circle_mn.Rd +++ b/man/lsm_l_circle_mn.Rd @@ -33,7 +33,7 @@ of all patches is small. Increases, without limit, as the related circumscribing increase.} } \examples{ -lsm_l_circle_mn(landscape) +lsm_l_circle_mn(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_circle_sd.Rd b/man/lsm_l_circle_sd.Rd index a26d86c8d..af1fd103d 100644 --- a/man/lsm_l_circle_sd.Rd +++ b/man/lsm_l_circle_sd.Rd @@ -35,7 +35,7 @@ for all patches. Increases, without limit, as the variation of related circumscr circles increases.} } \examples{ -lsm_l_circle_sd(landscape) +lsm_l_circle_sd(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_cohesion.Rd b/man/lsm_l_cohesion.Rd index 8bad3fce1..db88eddd9 100644 --- a/man/lsm_l_cohesion.Rd +++ b/man/lsm_l_cohesion.Rd @@ -29,7 +29,7 @@ COHESION is an 'Aggregation metric'. \subsection{Behaviour}{Unknown} } \examples{ -lsm_l_cohesion(landscape) +lsm_l_cohesion(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_condent.Rd b/man/lsm_l_condent.Rd index fc8345544..c2af0719a 100644 --- a/man/lsm_l_condent.Rd +++ b/man/lsm_l_condent.Rd @@ -32,7 +32,7 @@ It measures a only a geometric intricacy (configurational complexity) of a landscape pattern. } \examples{ -lsm_l_condent(landscape) +lsm_l_condent(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_contag.Rd b/man/lsm_l_contag.Rd index daf6c12f7..fd61e07fd 100644 --- a/man/lsm_l_contag.Rd +++ b/man/lsm_l_contag.Rd @@ -39,7 +39,7 @@ The number of classes to calculate CONTAG must be >= than 2. and 100 indicates that all cells are equally adjacent to all other classes.} } \examples{ -lsm_l_contag(landscape) +lsm_l_contag(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_contig_cv.Rd b/man/lsm_l_contig_cv.Rd index 77b6df6d2..b0d23118e 100644 --- a/man/lsm_l_contig_cv.Rd +++ b/man/lsm_l_contig_cv.Rd @@ -43,7 +43,7 @@ identical for all patches. Increases, without limit, as the variation of CONTIG increases.} } \examples{ -lsm_l_contig_cv(landscape) +lsm_l_contig_cv(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_contig_mn.Rd b/man/lsm_l_contig_mn.Rd index 232a3508e..e514fb55e 100644 --- a/man/lsm_l_contig_mn.Rd +++ b/man/lsm_l_contig_mn.Rd @@ -42,7 +42,7 @@ patch cells in the rookie case result in larger contiguity index values. patches.} } \examples{ -lsm_l_contig_mn(landscape) +lsm_l_contig_mn(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_contig_sd.Rd b/man/lsm_l_contig_sd.Rd index 2d07e06f3..334ac794b 100644 --- a/man/lsm_l_contig_sd.Rd +++ b/man/lsm_l_contig_sd.Rd @@ -43,7 +43,7 @@ identical for all patches. Increases, without limit, as the variation of CONTIG increases.} } \examples{ -lsm_l_contig_sd(landscape) +lsm_l_contig_sd(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_core_cv.Rd b/man/lsm_l_core_cv.Rd index 5d67f6de2..3ac51ac90 100644 --- a/man/lsm_l_core_cv.Rd +++ b/man/lsm_l_core_cv.Rd @@ -45,7 +45,7 @@ because it is scaled to the mean. Increases, without limit, as the variation of patch core areas increases.} } \examples{ -lsm_l_core_cv(landscape) +lsm_l_core_cv(terra::unwrap(landscape)) } \references{ @@ -55,8 +55,7 @@ the authors at the University of Massachusetts, Amherst. Available at the follow web site: https://www.umass.edu/landeco/ } \seealso{ -\code{\link{lsm_p_core}}, -\code{\link{cv}}, \cr +\code{\link{lsm_p_core}}, \cr \code{\link{lsm_c_core_mn}}, \code{\link{lsm_c_core_sd}}, \code{\link{lsm_c_core_cv}}, \cr diff --git a/man/lsm_l_core_mn.Rd b/man/lsm_l_core_mn.Rd index 82379ee13..31e4454d6 100644 --- a/man/lsm_l_core_mn.Rd +++ b/man/lsm_l_core_mn.Rd @@ -43,7 +43,7 @@ neighbour with a different value than themselves (rook's case). without limit, as the core area indices increase.} } \examples{ -lsm_l_core_mn(landscape) +lsm_l_core_mn(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_core_sd.Rd b/man/lsm_l_core_sd.Rd index b4ece829f..10151ba65 100644 --- a/man/lsm_l_core_sd.Rd +++ b/man/lsm_l_core_sd.Rd @@ -44,7 +44,7 @@ differences among all patches in the landscape. Increases, without limit, as the variation of patch core areas increases.} } \examples{ -lsm_l_core_sd(landscape) +lsm_l_core_sd(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_dcad.Rd b/man/lsm_l_dcad.Rd index 149ccc49e..bdca6a818 100644 --- a/man/lsm_l_dcad.Rd +++ b/man/lsm_l_dcad.Rd @@ -47,7 +47,7 @@ a disjunct core area. Increases, without limit, as disjunct core areas become mo present, i.e. patches becoming larger and less complex.} } \examples{ -lsm_l_dcad(landscape) +lsm_l_dcad(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_dcore_cv.Rd b/man/lsm_l_dcore_cv.Rd index 385971521..b744c7acb 100644 --- a/man/lsm_l_dcore_cv.Rd +++ b/man/lsm_l_dcore_cv.Rd @@ -47,7 +47,7 @@ core areas. Increases, without limit, as the variation of number of disjunct cor increases.} } \examples{ -lsm_l_dcore_cv(landscape) +lsm_l_dcore_cv(terra::unwrap(landscape)) } \references{ @@ -57,8 +57,7 @@ the authors at the University of Massachusetts, Amherst. Available at the follow web site: https://www.umass.edu/landeco/ } \seealso{ -\code{\link{lsm_p_ncore}}, -\code{\link{cv}}, \cr +\code{\link{lsm_p_ncore}}, \cr \code{\link{lsm_c_dcore_mn}}, \code{\link{lsm_c_dcore_sd}}, \code{\link{lsm_c_dcore_cv}}, \cr diff --git a/man/lsm_l_dcore_mn.Rd b/man/lsm_l_dcore_mn.Rd index 72acf6850..ef47bad89 100644 --- a/man/lsm_l_dcore_mn.Rd +++ b/man/lsm_l_dcore_mn.Rd @@ -44,7 +44,7 @@ whereby a core area is a 'patch within the patch' containing only core cells. without limit, as the number of disjunct core areas increases.} } \examples{ -lsm_l_dcore_mn(landscape) +lsm_l_dcore_mn(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_dcore_sd.Rd b/man/lsm_l_dcore_sd.Rd index 8d58b7897..505ae2142 100644 --- a/man/lsm_l_dcore_sd.Rd +++ b/man/lsm_l_dcore_sd.Rd @@ -46,7 +46,7 @@ core areas. Increases, without limit, as the variation of number of disjunct cor increases.} } \examples{ -lsm_l_dcore_sd(landscape) +lsm_l_dcore_sd(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_division.Rd b/man/lsm_l_division.Rd index e2ef2b83f..cb7d6dd28 100644 --- a/man/lsm_l_division.Rd +++ b/man/lsm_l_division.Rd @@ -32,7 +32,7 @@ division index is negatively correlated with the effective mesh size (\code{\li DIVISION = 1 if all patches of class i are single cells.} } \examples{ -lsm_l_division(landscape) +lsm_l_division(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_ed.Rd b/man/lsm_l_ed.Rd index 74c7c08bc..d128ed21c 100644 --- a/man/lsm_l_ed.Rd +++ b/man/lsm_l_ed.Rd @@ -38,7 +38,7 @@ boundary is not included) and increases, without limit, as the landscapes become patchy} } \examples{ -lsm_l_ed(landscape) +lsm_l_ed(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_enn_cv.Rd b/man/lsm_l_enn_cv.Rd index 2f8e3e7aa..c1dc8d168 100644 --- a/man/lsm_l_enn_cv.Rd +++ b/man/lsm_l_enn_cv.Rd @@ -37,7 +37,7 @@ scaled to the mean, it is easily comparable among different landscapes. identical for all patches. Increases, without limit, as the variation of ENN increases.} } \examples{ -lsm_l_enn_cv(landscape) +lsm_l_enn_cv(terra::unwrap(landscape)) } \references{ @@ -51,8 +51,7 @@ structure and breeding birds in the Oregon Coast Range. Ecological monographs, 65(3), 235-260. } \seealso{ -\code{\link{lsm_p_enn}}, -\code{\link{cv}}, \cr +\code{\link{lsm_p_enn}}, \cr \code{\link{lsm_c_enn_mn}}, \code{\link{lsm_c_enn_sd}}, \code{\link{lsm_c_enn_cv}}, \cr diff --git a/man/lsm_l_enn_mn.Rd b/man/lsm_l_enn_mn.Rd index 7c9f1ddc6..eb6c23640 100644 --- a/man/lsm_l_enn_mn.Rd +++ b/man/lsm_l_enn_mn.Rd @@ -37,7 +37,7 @@ as the distance between neighbouring patches of the same class i increases, i.e. more isolated.} } \examples{ -lsm_l_enn_mn(landscape) +lsm_l_enn_mn(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_enn_sd.Rd b/man/lsm_l_enn_sd.Rd index 390a1e211..51095c0f9 100644 --- a/man/lsm_l_enn_sd.Rd +++ b/man/lsm_l_enn_sd.Rd @@ -37,7 +37,7 @@ scaled to the mean, it is easily comparable among different landscapes. identical for all patches. Increases, without limit, as the variation of ENN increases.} } \examples{ -lsm_l_enn_sd(landscape) +lsm_l_enn_sd(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_ent.Rd b/man/lsm_l_ent.Rd index 154bf41a1..a3e22a888 100644 --- a/man/lsm_l_ent.Rd +++ b/man/lsm_l_ent.Rd @@ -26,7 +26,7 @@ Marginal entropy \[H(x)\] It measures a diversity (thematic complexity) of landscape classes. } \examples{ -lsm_l_ent(landscape) +lsm_l_ent(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_frac_cv.Rd b/man/lsm_l_frac_cv.Rd index 109790717..edb26161b 100644 --- a/man/lsm_l_frac_cv.Rd +++ b/man/lsm_l_frac_cv.Rd @@ -35,7 +35,7 @@ for all patches. Increases, without limit, as the variation of the fractal dimen indices increases.} } \examples{ -lsm_l_frac_cv(landscape) +lsm_l_frac_cv(terra::unwrap(landscape)) } \references{ @@ -48,8 +48,7 @@ Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. San Francisco. W. H. Freeman and Company. } \seealso{ -\code{\link{lsm_p_frac}}, -\code{\link{cv}}, \cr +\code{\link{lsm_p_frac}}, \cr \code{\link{lsm_c_frac_mn}}, \code{\link{lsm_c_frac_sd}}, \code{\link{lsm_c_frac_cv}}, \cr diff --git a/man/lsm_l_frac_mn.Rd b/man/lsm_l_frac_mn.Rd index a09e125f1..3acc13b91 100644 --- a/man/lsm_l_frac_mn.Rd +++ b/man/lsm_l_frac_mn.Rd @@ -34,7 +34,7 @@ scaled to the mean and comparable among different landscapes. if all patches are irregular.} } \examples{ -lsm_l_frac_mn(landscape) +lsm_l_frac_mn(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_frac_sd.Rd b/man/lsm_l_frac_sd.Rd index 9486eff32..deb029af0 100644 --- a/man/lsm_l_frac_sd.Rd +++ b/man/lsm_l_frac_sd.Rd @@ -34,7 +34,7 @@ for all patches. Increases, without limit, as the variation of the fractal dimen indices increases.} } \examples{ -lsm_l_frac_sd(landscape) +lsm_l_frac_sd(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_gyrate_cv.Rd b/man/lsm_l_gyrate_cv.Rd index d1091cd45..7306fc63b 100644 --- a/man/lsm_l_gyrate_cv.Rd +++ b/man/lsm_l_gyrate_cv.Rd @@ -43,7 +43,7 @@ for all patches. Increases, without limit, as the variation of the radius of gyr increases.} } \examples{ -lsm_l_gyrate_cv(landscape) +lsm_l_gyrate_cv(terra::unwrap(landscape)) } \references{ @@ -56,8 +56,7 @@ Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales in fragmented landscapes. Conservation ecology, 1(1). } \seealso{ -\code{\link{lsm_p_gyrate}}, -\code{\link{cv}}, \cr +\code{\link{lsm_p_gyrate}}, \cr \code{\link{lsm_c_gyrate_mn}}, \code{\link{lsm_c_gyrate_sd}}, \code{\link{lsm_c_gyrate_cv}}, \cr diff --git a/man/lsm_l_gyrate_mn.Rd b/man/lsm_l_gyrate_mn.Rd index 0ff231412..024f62282 100644 --- a/man/lsm_l_gyrate_mn.Rd +++ b/man/lsm_l_gyrate_mn.Rd @@ -41,7 +41,7 @@ cells to all possible cell-center centroids. without limit, when only one patch is present.} } \examples{ -lsm_l_gyrate_mn(landscape) +lsm_l_gyrate_mn(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_gyrate_sd.Rd b/man/lsm_l_gyrate_sd.Rd index fa83d8b73..2b578c375 100644 --- a/man/lsm_l_gyrate_sd.Rd +++ b/man/lsm_l_gyrate_sd.Rd @@ -42,7 +42,7 @@ for all patches. Increases, without limit, as the variation of the radius of gyr increases.} } \examples{ -lsm_l_gyrate_sd(landscape) +lsm_l_gyrate_sd(terra::unwrap(landscape)) } \references{ @@ -55,8 +55,7 @@ Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales in fragmented landscapes. Conservation ecology, 1(1). } \seealso{ -\code{\link{lsm_p_gyrate}}, -\code{\link{cv}}, \cr +\code{\link{lsm_p_gyrate}}, \cr \code{\link{lsm_c_gyrate_mn}}, \code{\link{lsm_c_gyrate_sd}}, \code{\link{lsm_c_gyrate_cv}}, \cr diff --git a/man/lsm_l_iji.Rd b/man/lsm_l_iji.Rd index 33022bf90..c7a92d690 100644 --- a/man/lsm_l_iji.Rd +++ b/man/lsm_l_iji.Rd @@ -34,7 +34,7 @@ diagonal of the adjacency table). The number of classes to calculate IJI must be and equals 100 when a class is equally adjacent to all other classes.} } \examples{ -lsm_l_iji(landscape) +lsm_l_iji(terra::unwrap(landscape)) } \references{ McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis diff --git a/man/lsm_l_joinent.Rd b/man/lsm_l_joinent.Rd index 15fea0c08..aa25823af 100644 --- a/man/lsm_l_joinent.Rd +++ b/man/lsm_l_joinent.Rd @@ -30,7 +30,7 @@ Joint entropy \[H(x, y)\] Complexity of a landscape pattern. An overall spatio-thematic complexity metric. } \examples{ -lsm_l_joinent(landscape) +lsm_l_joinent(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_lpi.Rd b/man/lsm_l_lpi.Rd index 914c4b7b7..6e2acb0b9 100644 --- a/man/lsm_l_lpi.Rd +++ b/man/lsm_l_lpi.Rd @@ -33,7 +33,7 @@ measure of dominance. and equals LPI = 100 when only one patch is present} } \examples{ -lsm_l_lpi(landscape) +lsm_l_lpi(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_lsi.Rd b/man/lsm_l_lsi.Rd index 456a89648..928edab1e 100644 --- a/man/lsm_l_lsi.Rd +++ b/man/lsm_l_lsi.Rd @@ -31,7 +31,7 @@ Increases, without limit, as the length of the actual edges increases, i.e. the patches become less compact.} } \examples{ -lsm_l_lsi(landscape) +lsm_l_lsi(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_mesh.Rd b/man/lsm_l_mesh.Rd index 1a6cf8c8c..7e08e7abb 100644 --- a/man/lsm_l_mesh.Rd +++ b/man/lsm_l_mesh.Rd @@ -34,7 +34,7 @@ perfectly, negatively correlated to \code{\link{lsm_c_division}}. one cell and equals total area if only one patch is present.} } \examples{ -lsm_l_mesh(landscape) +lsm_l_mesh(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_msidi.Rd b/man/lsm_l_msidi.Rd index b5298340c..e616e9e0c 100644 --- a/man/lsm_l_msidi.Rd +++ b/man/lsm_l_msidi.Rd @@ -30,7 +30,7 @@ MSIDI is a 'Diversity metric'. limit, as the amount of patches with equally distributed landscape proportions increases} } \examples{ -lsm_l_msidi(landscape) +lsm_l_msidi(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_msiei.Rd b/man/lsm_l_msiei.Rd index 735c1a846..c7fa7deeb 100644 --- a/man/lsm_l_msiei.Rd +++ b/man/lsm_l_msiei.Rd @@ -28,7 +28,7 @@ MSIEI is a 'Diversity metric'. MSIEI = 1 as the proportional distribution of patches becomes more even} } \examples{ -lsm_l_msiei(landscape) +lsm_l_msiei(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_mutinf.Rd b/man/lsm_l_mutinf.Rd index 009c46a43..ee77fcb5f 100644 --- a/man/lsm_l_mutinf.Rd +++ b/man/lsm_l_mutinf.Rd @@ -31,7 +31,7 @@ It disambiguates landscape pattern types characterize by the same value of an overall complexity (\code{\link{lsm_l_joinent}}). } \examples{ -lsm_l_mutinf(landscape) +lsm_l_mutinf(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_ndca.Rd b/man/lsm_l_ndca.Rd index 8dc778eef..f77ff9a42 100644 --- a/man/lsm_l_ndca.Rd +++ b/man/lsm_l_ndca.Rd @@ -48,7 +48,7 @@ an edge cell. NDCA increases, with out limit, as core area increases and patch s disjunct core areas (i.e. patch shapes become rather complex).} } \examples{ -lsm_l_ndca(landscape) +lsm_l_ndca(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_np.Rd b/man/lsm_l_np.Rd index 833108696..54c8f4201 100644 --- a/man/lsm_l_np.Rd +++ b/man/lsm_l_np.Rd @@ -32,7 +32,7 @@ composition of the landscape. increases, without limit, as the number of patches increases} } \examples{ -lsm_l_np(landscape) +lsm_l_np(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_pafrac.Rd b/man/lsm_l_pafrac.Rd index 1e5bd27be..ed802e24b 100644 --- a/man/lsm_l_pafrac.Rd +++ b/man/lsm_l_pafrac.Rd @@ -38,7 +38,7 @@ issue. approaches PAFRAC = 2 for irregular shapes} } \examples{ -lsm_l_pafrac(landscape) +lsm_l_pafrac(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_para_cv.Rd b/man/lsm_l_para_cv.Rd index 2fb95297a..8b770acb1 100644 --- a/man/lsm_l_para_cv.Rd +++ b/man/lsm_l_para_cv.Rd @@ -35,7 +35,7 @@ all patches. Increases, without limit, as the variation of the perimeter-area ra increases.} } \examples{ -lsm_l_para_cv(landscape) +lsm_l_para_cv(terra::unwrap(landscape)) } \references{ @@ -45,8 +45,7 @@ the authors at the University of Massachusetts, Amherst. Available at the follow web site: https://www.umass.edu/landeco/ } \seealso{ -\code{\link{lsm_p_para}}, -\code{\link{cv}}, \cr +\code{\link{lsm_p_para}}, \cr \code{\link{lsm_c_para_mn}}, \code{\link{lsm_c_para_sd}}, \code{\link{lsm_c_para_cv}}, \cr diff --git a/man/lsm_l_para_mn.Rd b/man/lsm_l_para_mn.Rd index 7a145a7d9..f00bda887 100644 --- a/man/lsm_l_para_mn.Rd +++ b/man/lsm_l_para_mn.Rd @@ -35,7 +35,7 @@ i.e. the form approaches a rather small square. Increases, without limit, as PAR i.e. patches become more complex.} } \examples{ -lsm_l_para_mn(landscape) +lsm_l_para_mn(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_para_sd.Rd b/man/lsm_l_para_sd.Rd index e9fadbc37..0087d7bf9 100644 --- a/man/lsm_l_para_sd.Rd +++ b/man/lsm_l_para_sd.Rd @@ -35,7 +35,7 @@ all patches. Increases, without limit, as the variation of the perimeter-area ra increases.} } \examples{ -lsm_l_para_sd(landscape) +lsm_l_para_sd(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_pd.Rd b/man/lsm_l_pd.Rd index 3b331fef6..bd650d487 100644 --- a/man/lsm_l_pd.Rd +++ b/man/lsm_l_pd.Rd @@ -34,7 +34,7 @@ comparisons among landscapes with different total area are possible. if every cell is a different patch.} } \examples{ -lsm_l_pd(landscape) +lsm_l_pd(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_pladj.Rd b/man/lsm_l_pladj.Rd index 5722a58f0..63a191326 100644 --- a/man/lsm_l_pladj.Rd +++ b/man/lsm_l_pladj.Rd @@ -31,7 +31,7 @@ i.e. every cell is a different patch. Equals PLADJ = 100 when the only one patch is present.} } \examples{ -lsm_l_pladj(landscape) +lsm_l_pladj(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_pr.Rd b/man/lsm_l_pr.Rd index 9920a6ebf..0d837c7ff 100644 --- a/man/lsm_l_pr.Rd +++ b/man/lsm_l_pr.Rd @@ -29,7 +29,7 @@ different total areas. limit, as the number of classes increases} } \examples{ -lsm_l_pr(landscape) +lsm_l_pr(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_prd.Rd b/man/lsm_l_prd.Rd index aa549a74d..2ae92c574 100644 --- a/man/lsm_l_prd.Rd +++ b/man/lsm_l_prd.Rd @@ -34,7 +34,7 @@ is rather large. Increases, without limit, as the number of classes increases an total landscape area decreases.} } \examples{ -lsm_l_prd(landscape) +lsm_l_prd(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_relmutinf.Rd b/man/lsm_l_relmutinf.Rd index db0c2843d..9c4fc7909 100644 --- a/man/lsm_l_relmutinf.Rd +++ b/man/lsm_l_relmutinf.Rd @@ -31,7 +31,7 @@ Due to the spatial autocorrelation, the value of mutual information tends to gro When the value of mutual information equals to 0, then relative mutual information is 1. } \examples{ -lsm_l_relmutinf(landscape) +lsm_l_relmutinf(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_rpr.Rd b/man/lsm_l_rpr.Rd index 84ae216c9..32bac1790 100644 --- a/man/lsm_l_rpr.Rd +++ b/man/lsm_l_rpr.Rd @@ -35,7 +35,7 @@ the functions returns \code{NA}. but the maximum number of classes is large. Equals RPR = 100 when m = m_max} } \examples{ -lsm_l_rpr(landscape, classes_max = 5) +lsm_l_rpr(terra::unwrap(landscape), classes_max = 5) } \references{ diff --git a/man/lsm_l_shape_cv.Rd b/man/lsm_l_shape_cv.Rd index ed899a0ae..d5e5c894f 100644 --- a/man/lsm_l_shape_cv.Rd +++ b/man/lsm_l_shape_cv.Rd @@ -33,7 +33,7 @@ equals the perimeter if the patch would be maximally compact. Increases, without limit, as the variation of the shape index increases.} } \examples{ -lsm_l_shape_cv(landscape) +lsm_l_shape_cv(terra::unwrap(landscape)) } \references{ @@ -46,8 +46,7 @@ Patton, D. R. 1975. A diversity index for quantifying habitat "edge". Wildl. Soc.Bull. 3:171-173. } \seealso{ -\code{\link{lsm_p_shape}}, -\code{\link{cv}}, \cr +\code{\link{lsm_p_shape}}, \cr \code{\link{lsm_c_shape_mn}}, \code{\link{lsm_c_shape_sd}}, \cr \code{\link{lsm_c_shape_cv}}, diff --git a/man/lsm_l_shape_mn.Rd b/man/lsm_l_shape_mn.Rd index cc18ad729..b58b4bcb6 100644 --- a/man/lsm_l_shape_mn.Rd +++ b/man/lsm_l_shape_mn.Rd @@ -33,7 +33,7 @@ equals the perimeter if the patch would be maximally compact. Increases, without limit, as the shapes of patches become more complex.} } \examples{ -lsm_l_shape_mn(landscape) +lsm_l_shape_mn(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_shape_sd.Rd b/man/lsm_l_shape_sd.Rd index 5b83a5ece..99c03b9bd 100644 --- a/man/lsm_l_shape_sd.Rd +++ b/man/lsm_l_shape_sd.Rd @@ -33,7 +33,7 @@ equals the perimeter if the patch would be maximally compact. Increases, without limit, as the variation of the shape index increases.} } \examples{ -lsm_l_shape_sd(landscape) +lsm_l_shape_sd(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_shdi.Rd b/man/lsm_l_shdi.Rd index 2f5d6191d..07a60b77b 100644 --- a/man/lsm_l_shdi.Rd +++ b/man/lsm_l_shdi.Rd @@ -29,7 +29,7 @@ without limit, as the number of classes increases while the proportions are equally distributed} } \examples{ -lsm_l_shdi(landscape) +lsm_l_shdi(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_shei.Rd b/man/lsm_l_shei.Rd index 010e5f576..f5a704415 100644 --- a/man/lsm_l_shei.Rd +++ b/man/lsm_l_shei.Rd @@ -30,7 +30,7 @@ measure of dominance. when the proportion of classes is completely equally distributed} } \examples{ -lsm_l_shei(landscape) +lsm_l_shei(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_sidi.Rd b/man/lsm_l_sidi.Rd index 7ddd9e647..4bc3a1ea5 100644 --- a/man/lsm_l_sidi.Rd +++ b/man/lsm_l_sidi.Rd @@ -34,7 +34,7 @@ SIDI < 1 when the number of class types increases while the proportions are equa distributed} } \examples{ -lsm_l_sidi(landscape) +lsm_l_sidi(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_siei.Rd b/man/lsm_l_siei.Rd index 1ec5579d0..e4561464f 100644 --- a/man/lsm_l_siei.Rd +++ b/man/lsm_l_siei.Rd @@ -34,7 +34,7 @@ SIEI = 1 when the number of class types increases while the proportions are equally distributed} } \examples{ -lsm_l_siei(landscape) +lsm_l_siei(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_split.Rd b/man/lsm_l_split.Rd index 18a52ecb0..f7a217e4a 100644 --- a/man/lsm_l_split.Rd +++ b/man/lsm_l_split.Rd @@ -32,7 +32,7 @@ landscape would be divided into equally sized patches. the number of patches increases and is limited if all cells are a patch} } \examples{ -lsm_l_split(landscape) +lsm_l_split(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_ta.Rd b/man/lsm_l_ta.Rd index 7ab063ece..6105a03e9 100644 --- a/man/lsm_l_ta.Rd +++ b/man/lsm_l_ta.Rd @@ -31,7 +31,7 @@ in the landscape. It is the area of the observation area. without limit, as the size of the landscape increases.} } \examples{ -lsm_l_ta(landscape) +lsm_l_ta(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_tca.Rd b/man/lsm_l_tca.Rd index 61e243eb5..f4169412c 100644 --- a/man/lsm_l_tca.Rd +++ b/man/lsm_l_tca.Rd @@ -42,7 +42,7 @@ because the sum of edges increase as patches are less aggregated. and patch shapes simplify. TCA = 0 when every cell in every patch is an edge.} } \examples{ -lsm_l_tca(landscape) +lsm_l_tca(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_l_te.Rd b/man/lsm_l_te.Rd index 5114b718d..5912ac976 100644 --- a/man/lsm_l_te.Rd +++ b/man/lsm_l_te.Rd @@ -32,7 +32,7 @@ landscape boundary are included. as landscape becomes more fragmented} } \examples{ -lsm_l_te(landscape) +lsm_l_te(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_p_area.Rd b/man/lsm_p_area.Rd index d1c143bd3..94fc7d9b2 100644 --- a/man/lsm_p_area.Rd +++ b/man/lsm_p_area.Rd @@ -33,7 +33,7 @@ metric is the simplest measure of composition. \subsection{Behaviour}{Increases, without limit, as the patch size increases.} } \examples{ -lsm_p_area(landscape) +lsm_p_area(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_p_cai.Rd b/man/lsm_p_cai.Rd index 8d97d8c97..d512109d1 100644 --- a/man/lsm_p_cai.Rd +++ b/man/lsm_p_cai.Rd @@ -41,7 +41,7 @@ relative, it is comparable among patches with different area. approaches CAI = 100 with increasing percentage of core area within a patch.} } \examples{ -lsm_p_cai(landscape) +lsm_p_cai(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_p_circle.Rd b/man/lsm_p_circle.Rd index 32a9f3ebf..7cc480cc2 100644 --- a/man/lsm_p_circle.Rd +++ b/man/lsm_p_circle.Rd @@ -35,7 +35,7 @@ of the patch and is comparable among patches with different area. a linear patch.} } \examples{ -lsm_p_circle(landscape) +lsm_p_circle(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_p_contig.Rd b/man/lsm_p_contig.Rd index 84cd50c8a..010c91367 100644 --- a/man/lsm_p_contig.Rd +++ b/man/lsm_p_contig.Rd @@ -44,7 +44,7 @@ patch cells in the rookie case result in larger contiguity index values. of 1 (fully connected patch).} } \examples{ -lsm_p_contig(landscape) +lsm_p_contig(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_p_core.Rd b/man/lsm_p_core.Rd index 670e3852c..894b70f1d 100644 --- a/man/lsm_p_core.Rd +++ b/man/lsm_p_core.Rd @@ -46,7 +46,7 @@ and the patch shape simplifies (more core area). CORE = 0 when every cell in the patch is an edge.} } \examples{ -lsm_p_core(landscape) +lsm_p_core(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_p_enn.Rd b/man/lsm_p_enn.Rd index 360a537d1..e3739aa76 100644 --- a/man/lsm_p_enn.Rd +++ b/man/lsm_p_enn.Rd @@ -38,7 +38,7 @@ as the distance between neighbouring patches of the same class i increases, i.e. more isolated.} } \examples{ -lsm_p_enn(landscape) +lsm_p_enn(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_p_frac.Rd b/man/lsm_p_frac.Rd index 21c26436b..905f2eb96 100644 --- a/man/lsm_p_frac.Rd +++ b/man/lsm_p_frac.Rd @@ -34,7 +34,7 @@ patch form will not change the ratio. for a irregular patch shape.} } \examples{ -lsm_p_frac(landscape) +lsm_p_frac(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_p_gyrate.Rd b/man/lsm_p_gyrate.Rd index c54fc1323..927a2c60d 100644 --- a/man/lsm_p_gyrate.Rd +++ b/man/lsm_p_gyrate.Rd @@ -40,7 +40,7 @@ cells to all possible cell-center centroids. Increases, without limit, when only one patch is present.} } \examples{ -lsm_p_gyrate(landscape) +lsm_p_gyrate(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_p_ncore.Rd b/man/lsm_p_ncore.Rd index 20f21d171..954342df9 100644 --- a/man/lsm_p_ncore.Rd +++ b/man/lsm_p_ncore.Rd @@ -47,7 +47,7 @@ tibble Number of core areas (Core area metric) } \examples{ -lsm_p_ncore(landscape) +lsm_p_ncore(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_p_para.Rd b/man/lsm_p_para.Rd index aa018f5ff..ac3d0b0bd 100644 --- a/man/lsm_p_para.Rd +++ b/man/lsm_p_para.Rd @@ -34,7 +34,7 @@ the patch size while not changing the patch form will change the ratio. increases.} } \examples{ -lsm_p_para(landscape) +lsm_p_para(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_p_perim.Rd b/man/lsm_p_perim.Rd index 7fa90ca83..a2719fb4a 100644 --- a/man/lsm_p_perim.Rd +++ b/man/lsm_p_perim.Rd @@ -33,7 +33,7 @@ patch area (larger perimeter for larger patches), but also patch shape complexity increases.} } \examples{ -lsm_p_perim(landscape) +lsm_p_perim(terra::unwrap(landscape)) } \references{ diff --git a/man/lsm_p_shape.Rd b/man/lsm_p_shape.Rd index 289c74c8e..6141ba651 100644 --- a/man/lsm_p_shape.Rd +++ b/man/lsm_p_shape.Rd @@ -33,7 +33,7 @@ equals the perimeter if the patch would be maximally compact. increases, without limit, as the patch shape becomes more complex.} } \examples{ -lsm_p_shape(landscape) +lsm_p_shape(terra::unwrap(landscape)) } \references{ diff --git a/man/matrix_to_raster.Rd b/man/matrix_to_raster.Rd index feb9c30a8..e53d1c8a1 100644 --- a/man/matrix_to_raster.Rd +++ b/man/matrix_to_raster.Rd @@ -40,6 +40,8 @@ Converts \code{matrix} to a raster with same characteristics as \code{landscape} \code{landscape} or \code{extent}, \code{resolution} and \code{crs} must be specified. } \examples{ +augusta_nlcd <- terra::unwrap(augusta_nlcd) + test_matrix <- terra::as.matrix(augusta_nlcd, wide = TRUE) matrix_to_raster(matrix = test_matrix, landscape = augusta_nlcd) diff --git a/man/pad_raster.Rd b/man/pad_raster.Rd index 26e019dd4..c1c870151 100644 --- a/man/pad_raster.Rd +++ b/man/pad_raster.Rd @@ -38,7 +38,7 @@ Adding padding to raster Adds equally (in all four directions) additional cells around the raster } \examples{ -pad_raster(landscape, pad_raster_value = -1, pad_raster_cells = 2) +pad_raster(terra::unwrap(landscape), pad_raster_value = -1, pad_raster_cells = 2) } \keyword{internal} diff --git a/man/proj_info.Rd b/man/proj_info.Rd index 17f905f68..29fb4643d 100644 --- a/man/proj_info.Rd +++ b/man/proj_info.Rd @@ -19,9 +19,9 @@ Projection info Check projection of RasterLayer } \examples{ -proj_info(landscape) -proj_info(augusta_nlcd) -proj_info(podlasie_ccilc) +proj_info(terra::unwrap(landscape)) +proj_info(terra::unwrap(augusta_nlcd)) +proj_info(terra::unwrap(podlasie_ccilc)) } \keyword{internal} diff --git a/man/raster_to_points.Rd b/man/raster_to_points.Rd index ac54d2fc4..d2728d6f9 100644 --- a/man/raster_to_points.Rd +++ b/man/raster_to_points.Rd @@ -22,7 +22,7 @@ Wrapper around terra::xyFromCell and terra::getValues to get raster_to_points function including NA values } \examples{ -raster_to_points(landscape) +raster_to_points(terra::unwrap(landscape)) } \keyword{internal} diff --git a/man/sample_lsm.Rd b/man/sample_lsm.Rd index eb96f3c49..3a334fd90 100644 --- a/man/sample_lsm.Rd +++ b/man/sample_lsm.Rd @@ -65,21 +65,12 @@ automatically all possibilities are selected. Therefore, to get \strong{all} available metrics, don't specify any of the above arguments. } \examples{ +landscape <- terra::unwrap(landscape) + # use a matrix sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) sample_lsm(landscape, y = sample_points, size = 15, what = "lsm_l_np") -# use sp points -points_sp <- sf::st_as_sf(sample_points) -sample_lsm(landscape, y = points_sp, size = 15, what = "lsm_l_np", return_raster = TRUE) - -\dontrun{ -# use lines - -# use polygons - -} - } \seealso{ \code{\link{list_lsm}} \cr diff --git a/man/show_cores.Rd b/man/show_cores.Rd index a17cd2970..b5b6efaf9 100644 --- a/man/show_cores.Rd +++ b/man/show_cores.Rd @@ -45,6 +45,8 @@ The functions plots the core area of patches labeled with the corresponding patch id. The edges are the grey cells surrounding the patches and are always shown. } \examples{ +landscape <- terra::unwrap(landscape) + # show "global" core area show_cores(landscape, class = "global", labels = FALSE) diff --git a/man/show_correlation.Rd b/man/show_correlation.Rd index fdad392be..b4ff76ea5 100644 --- a/man/show_correlation.Rd +++ b/man/show_correlation.Rd @@ -38,6 +38,8 @@ for the landscape level more than one landscape needs to be present. All input must be structured as returned by the \strong{landscapemetrics} package. } \examples{ +landscape <- terra::unwrap(landscape) + metrics <- calculate_lsm(landscape, what = c("patch", "class")) show_correlation(data = metrics, method = "pearson") diff --git a/man/show_lsm.Rd b/man/show_lsm.Rd index bbc26ebd3..74f0a2a53 100644 --- a/man/show_lsm.Rd +++ b/man/show_lsm.Rd @@ -48,6 +48,8 @@ Show landscape metrics on patch level printed in their corresponding patch. The function plots all patches with a fill corresponding to the value of the chosen landscape metric on patch level. } \examples{ +landscape <- terra::unwrap(landscape) + show_lsm(landscape, what = "lsm_p_area", directions = 4) show_lsm(landscape, what = "lsm_p_shape", class = c(1, 2), label_lsm = TRUE) show_lsm(landscape, what = "lsm_p_circle", class = 3, labels = TRUE) diff --git a/man/show_patches.Rd b/man/show_patches.Rd index 92be711a9..7c43d9f19 100644 --- a/man/show_patches.Rd +++ b/man/show_patches.Rd @@ -36,6 +36,8 @@ The functions plots the landscape with the patches labeled with the corresponding patch id. } \examples{ +landscape <- terra::unwrap(landscape) + show_patches(landscape) show_patches(landscape, class = c(1, 2)) show_patches(landscape, class = 3, labels = FALSE) diff --git a/man/spatialize_lsm.Rd b/man/spatialize_lsm.Rd index 85eb83a40..eb30aedfc 100644 --- a/man/spatialize_lsm.Rd +++ b/man/spatialize_lsm.Rd @@ -54,7 +54,7 @@ The second level contains a \code{RasterLayer} for each selected metric value of the patch it belongs to. Only patch level metrics are allowed. } \examples{ -spatialize_lsm(landscape, what = "lsm_p_area") +spatialize_lsm(terra::unwrap(landscape), what = "lsm_p_area") } \seealso{ diff --git a/man/unpad_raster.Rd b/man/unpad_raster.Rd index 6e7389b96..279c50cbd 100644 --- a/man/unpad_raster.Rd +++ b/man/unpad_raster.Rd @@ -32,7 +32,7 @@ Adding padding to raster Removes equally (in all four directions) additional cells around the raster } \examples{ -lsm_padded <- pad_raster(landscape, pad_raster_cells = 2, pad_raster_value = -1) +lsm_padded <- pad_raster(terra::unwrap(landscape), pad_raster_cells = 2, pad_raster_value = -1) unpad_raster(lsm_padded[[1]], unpad_raster_cells = 2) } diff --git a/tests/testthat/helper-points.R b/tests/testthat/helper-points.R index 119ffeaa9..225fe59da 100644 --- a/tests/testthat/helper-points.R +++ b/tests/testthat/helper-points.R @@ -1,10 +1,10 @@ points_matrix <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) -points_sp <- sp::SpatialPoints(matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE)) - -points_spdf <- sp::SpatialPointsDataFrame(matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE), - data = data.frame(ID = rep(1,3))) +# points_sp <- sp::SpatialPoints(matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE)) +# +# points_spdf <- sp::SpatialPointsDataFrame(matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE), +# data = data.frame(ID = rep(1,3))) # points_point <- sf::st_point(matrix(c(10, 5), ncol = 2, byrow = TRUE)) # diff --git a/tests/testthat/test-check-landscape.R b/tests/testthat/test-check-landscape.R index dc5ac6740..4e4dbf288 100644 --- a/tests/testthat/test-check-landscape.R +++ b/tests/testthat/test-check-landscape.R @@ -21,7 +21,7 @@ test_that("check_landscape works (maybe) for landscape", { check_tibble <- check_landscape(landscape, verbose = FALSE) - expect_true(check_tibble$OK == cli::symbol$circle_question_mark) + expect_true(check_tibble$OK == cli::symbol$fancy_question_mark) }) test_that("check_landscape works (maybe) for landscape stack", { @@ -29,7 +29,7 @@ test_that("check_landscape works (maybe) for landscape stack", { check_tibble <- check_landscape(landscape_stack, verbose = FALSE) - expect_true(all(check_tibble$OK == cli::symbol$circle_question_mark)) + expect_true(all(check_tibble$OK == cli::symbol$fancy_question_mark)) }) test_that("check_landscape works (maybe) for landscape list", { @@ -37,7 +37,7 @@ test_that("check_landscape works (maybe) for landscape list", { check_tibble <- check_landscape(landscape_list, verbose = FALSE) - expect_true(all(check_tibble$OK == cli::symbol$circle_question_mark)) + expect_true(all(check_tibble$OK == cli::symbol$fancy_question_mark)) }) test_that("check_landscape works does not work for double values", { @@ -57,7 +57,7 @@ test_that("check_landscape works return warning for > 30 classes", { check_tibble <- check_landscape(augusta_nlcd, verbose = FALSE) - expect_true(all(check_tibble$OK == cli::symbol$circle_question_mark)) + expect_true(all(check_tibble$OK == cli::symbol$fancy_question_mark)) }) test_that("check_landscape returns warning if all cells area NA", { diff --git a/tests/testthat/test-show-correlation.R b/tests/testthat/test-show-correlation.R index a5e73a10b..697ab7dc1 100644 --- a/tests/testthat/test-show-correlation.R +++ b/tests/testthat/test-show-correlation.R @@ -1,59 +1,59 @@ -context("show_correlation") - -# patch level -metrics_patch <- calculate_lsm(landscape, - what = 'patch', - verbose = FALSE) - -metrics_plot_patch <- show_correlation(metrics_patch) - -# class level -metrics_class <- calculate_lsm(landscape, what = 'class', - verbose = FALSE) - -metrics_plot_class <- show_correlation(metrics_class) - -# patch and class level -metrics_mult <- calculate_lsm(landscape, - what = c("patch", "class"), - verbose = FALSE) - -metrics_plot_mult <- show_correlation(metrics_mult) - -# landscape level -metrics_land <- calculate_lsm(landscape_stack, - level = "landscape", - type = "area and edge metric", - verbose = FALSE) - -metrics_plot_land <- show_correlation(metrics_land) - -# correlation tibble -correlations <- calculate_correlation(metrics_mult) - -metrics_plot_class_corr <- show_correlation(correlations) - -test_that("show_correlation returns a plot on patch level", { - - expect_true(inherits(x = metrics_plot_patch, what = c("gg","ggplot"))) -}) - -test_that("show_correlation returns a plot on class level", { - - expect_true(inherits(x = metrics_plot_class, what = c("gg","ggplot"))) -}) - -test_that("show_correlation returns a plot for patch and class level", { - - expect_true(inherits(x = metrics_plot_mult, what = c("gg","ggplot"))) -}) - -test_that("show_correlation returns a plot for landscape level", { - - expect_true(inherits(x = metrics_plot_land, what = c("gg","ggplot"))) -}) - -test_that("show_correlation returns a plot for correlation list", { - - expect_true(inherits(x = metrics_plot_class_corr, what = c("gg","ggplot"))) -}) +context("show_correlation") + +# patch level +metrics_patch <- calculate_lsm(landscape, + what = 'patch', + verbose = FALSE) + +metrics_plot_patch <- show_correlation(metrics_patch) + +# class level +metrics_class <- calculate_lsm(landscape, what = 'class', + verbose = FALSE) + +metrics_plot_class <- show_correlation(metrics_class) + +# patch and class level +metrics_mult <- calculate_lsm(landscape, + what = c("patch", "class"), + verbose = FALSE) + +metrics_plot_mult <- show_correlation(metrics_mult) + +# landscape level +metrics_land <- calculate_lsm(landscape_stack, + level = "landscape", + type = "area and edge metric", + verbose = FALSE) + +metrics_plot_land <- show_correlation(metrics_land) + +# correlation tibble +correlations <- calculate_correlation(metrics_mult) + +metrics_plot_class_corr <- show_correlation(correlations) + +test_that("show_correlation returns a plot on patch level", { + + expect_true(inherits(x = metrics_plot_patch, what = c("gg","ggplot"))) +}) + +test_that("show_correlation returns a plot on class level", { + + expect_true(inherits(x = metrics_plot_class, what = c("gg","ggplot"))) +}) + +test_that("show_correlation returns a plot for patch and class level", { + + expect_true(inherits(x = metrics_plot_mult, what = c("gg","ggplot"))) +}) + +test_that("show_correlation returns a plot for landscape level", { + + expect_true(inherits(x = metrics_plot_land, what = c("gg","ggplot"))) +}) + +test_that("show_correlation returns a plot for correlation list", { + + expect_true(inherits(x = metrics_plot_class_corr, what = c("gg","ggplot"))) +}) From 888f887c1b9740adfe8dedb624dff4bf6a49c652 Mon Sep 17 00:00:00 2001 From: Nowosad Date: Mon, 13 Mar 2023 16:26:44 +0100 Subject: [PATCH 004/101] tries to unify line conversion --- landscapemetrics.Rproj | 45 +++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/landscapemetrics.Rproj b/landscapemetrics.Rproj index 04164f545..969d30df0 100644 --- a/landscapemetrics.Rproj +++ b/landscapemetrics.Rproj @@ -1,22 +1,23 @@ -Version: 1.0 - -RestoreWorkspace: Default -SaveWorkspace: Default -AlwaysSaveHistory: Default - -EnableCodeIndexing: Yes -UseSpacesForTab: Yes -NumSpacesForTab: 4 -Encoding: UTF-8 - -RnwWeave: Sweave -LaTeX: pdfLaTeX - -AutoAppendNewline: Yes -StripTrailingWhitespace: Yes - -BuildType: Package -PackageUseDevtools: Yes -PackageInstallArgs: --no-multiarch --with-keep.source -PackageCheckArgs: --no-multiarch --as-cran -PackageRoxygenize: rd,collate,namespace,vignette +Version: 1.0 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 4 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX + +AutoAppendNewline: Yes +StripTrailingWhitespace: Yes +LineEndingConversion: Posix + +BuildType: Package +PackageUseDevtools: Yes +PackageInstallArgs: --no-multiarch --with-keep.source +PackageCheckArgs: --no-multiarch --as-cran +PackageRoxygenize: rd,collate,namespace,vignette From ba02e6a10868bfc0db425cdd57a2388f6dff09b1 Mon Sep 17 00:00:00 2001 From: Nowosad Date: Mon, 13 Mar 2023 16:26:55 +0100 Subject: [PATCH 005/101] miscs --- NAMESPACE | 3 + R/RcppExports.R | 218 +++++------ README.md | 65 ++-- man/figures/README-unnamed-chunk-2-1.png | Bin 6294 -> 7630 bytes man/landscape_as_list.Rd | 11 +- src/RcppExports.cpp | 458 +++++++++++------------ 6 files changed, 387 insertions(+), 368 deletions(-) diff --git a/NAMESPACE b/NAMESPACE index 5e21b29b2..5bf802dba 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -5,6 +5,9 @@ S3method(construct_buffer,POINT) S3method(construct_buffer,matrix) S3method(construct_buffer,sf) S3method(construct_buffer,sfc) +S3method(landscape_as_list,RasterBrick) +S3method(landscape_as_list,RasterLayer) +S3method(landscape_as_list,RasterStack) S3method(landscape_as_list,SpatRaster) S3method(landscape_as_list,list) S3method(landscape_as_list,matrix) diff --git a/R/RcppExports.R b/R/RcppExports.R index 536d82959..565ffa351 100644 --- a/R/RcppExports.R +++ b/R/RcppExports.R @@ -1,109 +1,109 @@ -# Generated by using Rcpp::compileAttributes() -> do not edit by hand -# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 - -rcpp_ccl <- function(mat, directions = 8L) { - invisible(.Call('_landscapemetrics_rcpp_ccl', PACKAGE = 'landscapemetrics', mat, directions)) -} - -#' Coordinates from a matrix -#' -#' This function gets coordinates (row and column numbers) of the matrix cells. -#' -#' @param x A matrix -#' @param cell A vector of cell number. -#' If NULL, the coordinates will be calculated for the whole matrix -#' @keywords internal -rcpp_xy_from_matrix <- function(x, cell = NULL) { - .Call('_landscapemetrics_rcpp_xy_from_matrix', PACKAGE = 'landscapemetrics', x, cell) -} - -#' Get cell number -#' -#' Get cell number(s) of a matrix from row and column numbers. -#' Cell numbers start at 0 in the upper left corner, -#' and increase from top to bottom, and then from left to right. -#' -#' @param x A matrix -#' @param y A matrix with two columns (row and column numbers) -#' @keywords internal -rcpp_cell_from_xy <- function(x, y) { - .Call('_landscapemetrics_rcpp_cell_from_xy', PACKAGE = 'landscapemetrics', x, y) -} - -#' Create neighborhood coordinates -#' -#' This function creates a neighborhood coordinates matrix based on the directions parameter. -#' -#' @param directions The number of directions in which cells should be connected: -#' 4 (rook's case), 8 (queen's case), or a neighbourhood matrix. -#' The neighbourhood matrix should have one cell with value 0 (the focal cell), -#' and at least one cell with value 1 (the adjacent cells). -#' Cells with other values (e.g. NA) are ignored. -#' @keywords internal -rcpp_create_neighborhood <- function(directions) { - .Call('_landscapemetrics_rcpp_create_neighborhood', PACKAGE = 'landscapemetrics', directions) -} - -rcpp_get_boundaries <- function(xx, directions = 4L) { - .Call('_landscapemetrics_rcpp_get_boundaries', PACKAGE = 'landscapemetrics', xx, directions) -} - -rcpp_get_circle <- function(mat, resolution_xy = 1.0) { - .Call('_landscapemetrics_rcpp_get_circle', PACKAGE = 'landscapemetrics', mat, resolution_xy) -} - -rcpp_get_composition_vector <- function(x) { - .Call('_landscapemetrics_rcpp_get_composition_vector', PACKAGE = 'landscapemetrics', x) -} - -rcpp_get_coocurrence_matrix <- function(x, directions) { - .Call('_landscapemetrics_rcpp_get_coocurrence_matrix', PACKAGE = 'landscapemetrics', x, directions) -} - -rcpp_get_coocurrence_matrix_diag <- function(x, directions) { - .Call('_landscapemetrics_rcpp_get_coocurrence_matrix_diag', PACKAGE = 'landscapemetrics', x, directions) -} - -rcpp_get_coocurrence_matrix_single <- function(x, directions, single_class) { - .Call('_landscapemetrics_rcpp_get_coocurrence_matrix_single', PACKAGE = 'landscapemetrics', x, directions, single_class) -} - -triangular_index <- function(r, c) { - .Call('_landscapemetrics_triangular_index', PACKAGE = 'landscapemetrics', r, c) -} - -rcpp_get_coocurrence_vector <- function(x, directions, ordered = TRUE) { - .Call('_landscapemetrics_rcpp_get_coocurrence_vector', PACKAGE = 'landscapemetrics', x, directions, ordered) -} - -rcpp_get_entropy <- function(x, base = "log2") { - .Call('_landscapemetrics_rcpp_get_entropy', PACKAGE = 'landscapemetrics', x, base) -} - -find_min <- function(points, i, m) { - .Call('_landscapemetrics_find_min', PACKAGE = 'landscapemetrics', points, i, m) -} - -#' @title First nearest neighbor distance -#' -#' @description Efficiently calculate the distance to the first nearest neighbor. -#' Quasi linear runtime. -#' -#' @param points A two numeric matrix, where the first two columns are x and y -#' -#' @return Vector -#' -#' @author Florian Privé \email{florian.prive.21@gmail.com} -#' -#' @keywords internal -#' -#' @name rcpp_get_nearest_neighbor -#' @export -rcpp_get_nearest_neighbor <- function(points) { - .Call('_landscapemetrics_rcpp_get_nearest_neighbor', PACKAGE = 'landscapemetrics', points) -} - -rcpp_get_unique_values <- function(x, na_omit = TRUE) { - .Call('_landscapemetrics_rcpp_get_unique_values', PACKAGE = 'landscapemetrics', x, na_omit) -} - +# Generated by using Rcpp::compileAttributes() -> do not edit by hand +# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 + +rcpp_ccl <- function(mat, directions = 8L) { + invisible(.Call('_landscapemetrics_rcpp_ccl', PACKAGE = 'landscapemetrics', mat, directions)) +} + +#' Coordinates from a matrix +#' +#' This function gets coordinates (row and column numbers) of the matrix cells. +#' +#' @param x A matrix +#' @param cell A vector of cell number. +#' If NULL, the coordinates will be calculated for the whole matrix +#' @keywords internal +rcpp_xy_from_matrix <- function(x, cell = NULL) { + .Call('_landscapemetrics_rcpp_xy_from_matrix', PACKAGE = 'landscapemetrics', x, cell) +} + +#' Get cell number +#' +#' Get cell number(s) of a matrix from row and column numbers. +#' Cell numbers start at 0 in the upper left corner, +#' and increase from top to bottom, and then from left to right. +#' +#' @param x A matrix +#' @param y A matrix with two columns (row and column numbers) +#' @keywords internal +rcpp_cell_from_xy <- function(x, y) { + .Call('_landscapemetrics_rcpp_cell_from_xy', PACKAGE = 'landscapemetrics', x, y) +} + +#' Create neighborhood coordinates +#' +#' This function creates a neighborhood coordinates matrix based on the directions parameter. +#' +#' @param directions The number of directions in which cells should be connected: +#' 4 (rook's case), 8 (queen's case), or a neighbourhood matrix. +#' The neighbourhood matrix should have one cell with value 0 (the focal cell), +#' and at least one cell with value 1 (the adjacent cells). +#' Cells with other values (e.g. NA) are ignored. +#' @keywords internal +rcpp_create_neighborhood <- function(directions) { + .Call('_landscapemetrics_rcpp_create_neighborhood', PACKAGE = 'landscapemetrics', directions) +} + +rcpp_get_boundaries <- function(xx, directions = 4L) { + .Call('_landscapemetrics_rcpp_get_boundaries', PACKAGE = 'landscapemetrics', xx, directions) +} + +rcpp_get_circle <- function(mat, resolution_xy = 1.0) { + .Call('_landscapemetrics_rcpp_get_circle', PACKAGE = 'landscapemetrics', mat, resolution_xy) +} + +rcpp_get_composition_vector <- function(x) { + .Call('_landscapemetrics_rcpp_get_composition_vector', PACKAGE = 'landscapemetrics', x) +} + +rcpp_get_coocurrence_matrix <- function(x, directions) { + .Call('_landscapemetrics_rcpp_get_coocurrence_matrix', PACKAGE = 'landscapemetrics', x, directions) +} + +rcpp_get_coocurrence_matrix_diag <- function(x, directions) { + .Call('_landscapemetrics_rcpp_get_coocurrence_matrix_diag', PACKAGE = 'landscapemetrics', x, directions) +} + +rcpp_get_coocurrence_matrix_single <- function(x, directions, single_class) { + .Call('_landscapemetrics_rcpp_get_coocurrence_matrix_single', PACKAGE = 'landscapemetrics', x, directions, single_class) +} + +triangular_index <- function(r, c) { + .Call('_landscapemetrics_triangular_index', PACKAGE = 'landscapemetrics', r, c) +} + +rcpp_get_coocurrence_vector <- function(x, directions, ordered = TRUE) { + .Call('_landscapemetrics_rcpp_get_coocurrence_vector', PACKAGE = 'landscapemetrics', x, directions, ordered) +} + +rcpp_get_entropy <- function(x, base = "log2") { + .Call('_landscapemetrics_rcpp_get_entropy', PACKAGE = 'landscapemetrics', x, base) +} + +find_min <- function(points, i, m) { + .Call('_landscapemetrics_find_min', PACKAGE = 'landscapemetrics', points, i, m) +} + +#' @title First nearest neighbor distance +#' +#' @description Efficiently calculate the distance to the first nearest neighbor. +#' Quasi linear runtime. +#' +#' @param points A two numeric matrix, where the first two columns are x and y +#' +#' @return Vector +#' +#' @author Florian Privé \email{florian.prive.21@gmail.com} +#' +#' @keywords internal +#' +#' @name rcpp_get_nearest_neighbor +#' @export +rcpp_get_nearest_neighbor <- function(points) { + .Call('_landscapemetrics_rcpp_get_nearest_neighbor', PACKAGE = 'landscapemetrics', points) +} + +rcpp_get_unique_values <- function(x, na_omit = TRUE) { + .Call('_landscapemetrics_rcpp_get_unique_values', PACKAGE = 'landscapemetrics', x, na_omit) +} + diff --git a/README.md b/README.md index 69cf291d8..67bbc4470 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,20 @@ -Last updated: 2022-11-01 +README last updated: 2023-03-13 -| CI | Development | CRAN | License | -|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------| -| [![R-CMD-check](https://github.com/r-spatialecology/landscapemetrics/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-spatialecology/landscapemetrics/actions/workflows/R-CMD-check.yaml) | [![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable) | [![CRAN status](https://www.r-pkg.org/badges/version/landscapemetrics)](https://cran.r-project.org/package=landscapemetrics) | [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) | -| [![codecov](https://codecov.io/gh/r-spatialecology/landscapemetrics/branch/main/graph/badge.svg?token=xjYJMNMGBU)](https://codecov.io/gh/r-spatialecology/landscapemetrics) | [![Project Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) | [![CRAN downloads](http://cranlogs.r-pkg.org/badges/grand-total/landscapemetrics)](http://cran.rstudio.com/web/packages/landscapemetrics/index.html) | [![DOI](https://img.shields.io/badge/DOI-10.1111/ecog.04617-blue.svg)](https://doi.org/10.1111/ecog.04617) | +| CI | Development | CRAN | License | +|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------| +| [![R-CMD-check](https://github.com/r-spatialecology/landscapemetrics/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-spatialecology/landscapemetrics/actions/workflows/R-CMD-check.yaml) | [![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html) | [![CRAN status](https://www.r-pkg.org/badges/version/landscapemetrics)](https://cran.r-project.org/package=landscapemetrics) | [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) | +| [![codecov](https://app.codecov.io/gh/r-spatialecology/landscapemetrics/branch/main/graph/badge.svg?token=xjYJMNMGBU)](https://app.codecov.io/gh/r-spatialecology/landscapemetrics) | [![Project Status](http://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/) | [![CRAN downloads](http://cranlogs.r-pkg.org/badges/grand-total/landscapemetrics)](https://cran.r-project.org/package=landscapemetrics) | [![DOI](https://img.shields.io/badge/DOI-10.1111/ecog.04617-blue.svg)](https://doi.org/10.1111/ecog.04617) | +> Starting from v2.0.0 landscapemetrics does not support the ‘raster’ or +> ‘sp’ package anymore. They are replaced with ‘terra’ and ‘sf’, +> respectively. More information about the terra package can be found +> here: . + ## Overview **landscapemetrics** is a `R` package for calculating landscape metrics @@ -24,9 +29,8 @@ metrics of landscape complexity: a marginal entropy, a conditional entropy, a joint entropy, and a mutual information (Nowosad and Stepinski 2019). -**landscapemetrics** supports `raster`, `terra`, and `stars` spatial -objects and takes `RasterLayer`, `RasterStacks`, `RasterBricks` lists of -`RasterLayer`, `SpatRaster`, or `stars` as input arguments. Every +**landscapemetrics** supports **terra**, and **stars** and takes +`SpatRaster` or `stars` spatial objects as input arguments. Every function can be used in a piped workflow, as it always takes the data as the first argument and returns a `tibble`. @@ -111,10 +115,13 @@ quite straightforward: ``` r library(landscapemetrics) -library(landscapetools) +library(terra) + +# internal data needs to be unwrapped +landscape <- terra::unwrap(landscapemetrics::landscape) # landscape raster -show_landscape(landscape, discrete = TRUE) +plot(landscape) ``` @@ -123,20 +130,20 @@ show_landscape(landscape, discrete = TRUE) # calculate for example the Euclidean nearest-neighbor distance on patch level lsm_p_enn(landscape) -#> # A tibble: 27 × 6 +#> # A tibble: 28 × 6 #> layer level class id metric value #> #> 1 1 patch 1 1 enn 7 #> 2 1 patch 1 2 enn 4 -#> 3 1 patch 1 3 enn 2.83 -#> 4 1 patch 1 4 enn 2 -#> 5 1 patch 1 5 enn 2 -#> 6 1 patch 1 6 enn 2.83 -#> 7 1 patch 1 7 enn 4.12 +#> 3 1 patch 1 3 enn 2 +#> 4 1 patch 1 4 enn 6.32 +#> 5 1 patch 1 5 enn 5 +#> 6 1 patch 1 6 enn 2.24 +#> 7 1 patch 1 7 enn 2 #> 8 1 patch 1 8 enn 4.12 -#> 9 1 patch 1 9 enn 4.24 +#> 9 1 patch 1 9 enn 4.12 #> 10 1 patch 2 10 enn 4.47 -#> # … with 17 more rows +#> # … with 18 more rows # calculate the total area and total class edge length lsm_l_ta(landscape) @@ -148,9 +155,9 @@ lsm_c_te(landscape) #> # A tibble: 3 × 6 #> layer level class id metric value #> -#> 1 1 class 1 NA te 180 -#> 2 1 class 2 NA te 227 -#> 3 1 class 3 NA te 321 +#> 1 1 class 1 NA te 181 +#> 2 1 class 2 NA te 203 +#> 3 1 class 3 NA te 296 ``` There is also a wrapper around every metric in the package to quickly @@ -160,20 +167,20 @@ calculate a bunch of metrics: # calculate all metrics on patch level calculate_lsm(landscape, level = "patch") #> Warning: Please use 'check_landscape()' to ensure the input data is valid. -#> # A tibble: 324 × 6 +#> # A tibble: 336 × 6 #> layer level class id metric value #> #> 1 1 patch 1 1 area 0.0001 #> 2 1 patch 1 2 area 0.0005 -#> 3 1 patch 1 3 area 0.0148 +#> 3 1 patch 1 3 area 0.0072 #> 4 1 patch 1 4 area 0.0001 #> 5 1 patch 1 5 area 0.0001 -#> 6 1 patch 1 6 area 0.0014 -#> 7 1 patch 1 7 area 0.0003 -#> 8 1 patch 1 8 area 0.0005 -#> 9 1 patch 1 9 area 0.0001 -#> 10 1 patch 2 10 area 0.0035 -#> # … with 314 more rows +#> 6 1 patch 1 6 area 0.008 +#> 7 1 patch 1 7 area 0.0016 +#> 8 1 patch 1 8 area 0.0003 +#> 9 1 patch 1 9 area 0.0005 +#> 10 1 patch 2 10 area 0.0034 +#> # … with 326 more rows ``` ### Utility functions diff --git a/man/figures/README-unnamed-chunk-2-1.png b/man/figures/README-unnamed-chunk-2-1.png index cc3835526266496157c4be3177f81600c6c94fae..f95e759bcf73292d8a73d9550f7ac29cee11f3a2 100644 GIT binary patch literal 7630 zcmcIp2UJt(wmyJuRKS8Tq7;##NE=Z^>6QqHfJhf1qf(SAy@V<%5ClY;bfqgz0qF!3 zY0^YWq<4_eO9%u=-i~wMUH87Zv)+vBy|WguRygI){`dac3Am=F$hez*H-aFH%1W26 zBMAKq1fd(+MGv14=alZipP%k4>Dwa+Q#I{}uFfXI7(qC^l`oywa*3PmcfGGo>|a|9 zt3R>tu#OM+gBPLnJlei0cLYTR=rps-&W?QB8+kbJhGSfC4@$$}hLC3FkpFQtA#-Ne0=bG(^X(K+lZO9dJQ*J*{F;@ZQFW(DVMkpORiR z*I$Ou($BY_Y$@JJ=PmY=d;Hay)2}e3xe7NTySTBEk&#i6bwA(L=le+4kbM$ZjCb
6Zjo{;R(lAgiW(i+ z21T*frBlAla{jg_5dUpB(H)HJr*D0D*qv_{6&cBQAV3zg+7x|iGJropKtRABa~csh z)Zq#B$2?B{8h6gVHkf0hO_6K1uVlG+Gxn&ir}n}2J!$HR1Me*G z2G%7eoS3XB6@)UBTm^11g`tgo+24!YYv zW0tV$DX?#qExJ<|EXW>|vP%Y$crNWc2jvUIVsWncQpf28%v=dC19g2eanPyP$_BTd zR+S!I#c(ZO&V&5q=((lXBC(sr3(yWK6Z?1X*%KHTNSf`9BD9?q_fgOM^vMLHV!*Zd zMvt|Wcir!T)GsBd$2+E-D>n>HOvby-5;;iR(J*}(V(AHP<}4`fO2#Lr?b~+z%Otup zb9%F%w&^_2l1Vl;Hm=3<6f(Y2 zZuRRO3w+KjK6mh-x{U2av{{{Vj!7$Ea%h&Cfj;toEp|Z^Y0n1iJ3M%w;hkrHF969iI;M8`}We0 ziBo26v5u=wR%?gtc4mc&;>iRIy97B;oVwoX^$CVyW$NI((&3szG6*s0q8}4%c0kfy z`1IoAy@%yJ%X3@P!-QNALgQn`Bi0qfE)Hp@@}*Bga2M;oQDau!1*9XeIaZQ7v{N2H zVGTMndv0oSH>Y=u$c=Cp7fZ$>oBo&%FN&Z1=J1nKEyctxgCd(jBS)3kGgj=9)^VkD z>o&9<+RG)kxiDNUG0;hTC=eahD59TdOxav-Pgl>ynY1OLpdAH|gi^0SADquMs+faj zDwX*lJzpO7`c}sFLErz0(n~yL3s!;)t;L@|=3yDnmVR$rDMx}Vsc+eeWOV=i_Je#^ z&yM(74&t`n;f;DLFeKN>c;_yCvs4F#UhcvYUc69^J;N-!@|l5I=2xhCcxyw^eisCX3KSq*YoA5)64B~$XBQvr5q&Oha)kxO zu#@Siv{P19dKhf67|eh{p`||23Ba(Y$cAfPCi*fwkxjcY!l^4uf3!Ae12%ZTZ92P{ z|C6v0no&VkYV^seIlxsPhMfbBcthLPXZkm3J5D>Pyu7@xuMa>4{^>OH)pmN@HVVDRwdxA)lQub^x7_DL(Ux z?dCXA(}PnXYr87Row?8kc>v5ghGlAra$C5KIg8#xD{T5$FOZ_d&vNc-uxryxyP#NP z%zOoDwbv#pJiL6h$KuTU?-+o#v$wY?U#u-oufJx50{*ny?!}Uinh>}x+oZv3cDdT) znBH#rX^e3yA@uGG7WzNs)U|N^cjlddd7}yRNRraf^vJ99gqX9ow^>k!4jqElZEkJl z`t`S}`q1N}344%jI3~ckLXVAA0c@IDe5uVKP6UcRP`;kuDiTjoStjLQ0YL?Qi1Q#tsiiSXYO#YHH^G0Wo^`;;O>5u zhO6s(f-L4hz$GYXvOv$9Th&AFeKX}hBzjR?)mnT=ksr@l^*ef|i_h&3z7pAd6eVub zeYJH)4EMDigcQ{b8Te+g-*h1 z@WE3(?<|PDb(|Q>$gL+x%A>%Lo?gKHr^hbFNLWOMg`K+hB?UM!JR+h-mW4(v_?mN* zakNiURibpXv{t6^^GSiC>=Nc30J8tso*hg_U0~#lT*o7z&KfL19MXl3(_O%A^RzR{ zv2vX!PMiP$(<3I4b4y0BLOMC_#6;@ZQu!ex6jeeQSD$0jl0!~-czpK|%E<_&zI5|_ z`d45)%{%>c-0}Zpwm(R?rLu3wI94MI)h2$G7fpO?DZ(=@lZyO(c_$pJoH;WyAY#vY zbny)@Ti8BM>3an2d$;b1`;9l%znWL(W`rUAF{N04rexvw&AAfi`rM4O7xB_Gmf4sx>Cz^B$W4m#pq9tR`eo={xbNHfcSmxB+&;UZU z74ShZh+V?r+vj3M2JUtc%Q6d93^d5YgTRHmfYe->>CT6hb&{;R^Tvav=ahI4XwL(( zl?Ab{dow&`a?|7wkt2T#QiO|caqL?eK0?sJq7ntQ&W#C25;8MQ`&%Ow%|7X zWkm#UKGhhOLx;4v!-sXJg^}o*z!`G@(t#uA?8c(a63)3S3=L9Ni|*7u3Bd3m zYtKO80s&66#2aX60E)l?GU-&S%t4y^N719%svk324B|YZL=9O*Z~lyG1H6+48L!CY zaeA%hvD=Uk3 zdF?Ia1y-!>Pg~jZs%UoPtbXLNK;uFdUZPE1%e+<>iFYu3%<`@O_$X^5Yc#L?e)gq? z2RmB$nSansS%w`y%ILbRCyZJ4zS?!4>bDE&i21ultkE=s?d^J;_jowlb@D@SM5Q!f9+=Hg@j;0L{)aqP_-MC(q>`QZmzvNu|u#A(TDT~@ZU(tUQM z_sX8>GtJb9v2&_RZ#qQdm)$pF9+yus@qmQd$NL9}`rT#X2bRVgb+hy|h^w3H%eiH9 zr7$n9Q(saS)wUxvlx-BNl!2WR!0Ke*a0KPII@?DjYqcq7bgVXt){MgS3yslqFRjY|>`69ba;&@MU+B2eQvmo{>HLS^M0 z9tMCv(S7ORK{c0!_dDyL*Mak+PnoGD$hdy{{L(gLheDctwmv5LG7O%12gvKLTy&*% zf9cHkW2!wJ=AeY&4MVCLclIseggiD$J5z__?0s&WD_uP|Jz5t;>^G2liEo}YX?zWA97X)ecN!O;e zVbM_oxy`rWXgB)~FRJ(Eg-VpDEi*kr_2UZ541>bTQa6`v)#(uQ{}KpnCLO`Wc359j z&KB9OxFxTb?MHWgJcG)`gDj~2NOC~yCXwEJ;YZUSp52^b4TP?-sQ1$Je%t_R{qF}7 zCa3O2;CaYq??b5?onUiM?`_}rm4|_NOXUDHaVj+8@p*rm)c>(?qnj^EM`$(GPV**o zy)je%+w5aXOU8>54VEYsqluY&59?`bR{oFtGFCT6Fz+vQgu3_RJTTx4XoeZUyqKRJ z@yYcCs~dV;kplZnQ^9t2c2`tXXn4K3x!DlLFKIr;uty=zA!C)MB*5r{B{wxO(H?YZ z6e+qIduH}^W)9Z&S7ZTO4fWoQ`Iqsi5HgTughD0Ul;({ZkEJvGYcwI>NHl;c9&(!CS6 z)4PdAF|JEv?3MjS5Ce3ZME!S<>+0#9^`dM--Z0=i=z*@NPz>R;4cdliZ^Nwu87;>S zZkm4d-;YOodGzHYRn*~0hz-_8L%bGi*l6k+r#3YG8phQ&1o_{ao=+MVK6c;@Z&6aJ zQ<<)C?A+~ctj>++W49QciRfqfHA}#-PmLUg+H4^7%fL2nW9w@OQ+rbSm=q$)L|U;CMdFRbkP%LVwGZf8@J zEcLa}$^bApNgxJ%E}(FsW%slActhv~i>@pc(UKIxb1}sA zI)_fm4I3F5Q4ZsSt2bwh27{BnRrxT$49xTv*>qOGP#ff%Huq5Hq2*i5BMwcMBgVUR z0fqmHYXTStIS2>3V*LG1F3Y}R+ndXXf&@BA{TIibFMRg>MX*9^H%2|{qp}9-nOa2W z3q@DknT~akc;7{iJ;;0PPGERCc2E$@K6fx6Ib7ZH2k@`a)L-+Wk$v9x_NiIYRk91b zYR;8?EHO)uw*ti%aovU0?RR_YUQ7R@Zr~iwIQ3_$;j`AKUp{=HNqBv(YZeqU#vh!g z#yG=)2p!)pRV_*`h=96-LU6&_hX%1qdX{s$*u~P)1te;Qb zzGP%H00|z~yd`2>oOOw3KWVRGW*wIow52p;ADNPBkb4&tI5a&!slj6P_06q?q4%9! z!>#hva+wqJE;s5{LSinY7s^OPSDz4y!ov48NA_Z}4^X)Vc)g(q>+=iixf#QoBPxh$><7l1S~Gcl==-A+^*vdD#5RF_*H`}+2dJo#I4ytFf?bDu4+ir38B zx*dCezUFZipJSLgXx&>ln`5Xvdtbs=zR3cwv$C36RG)V#5Df+P9mv zr>Vjh$6~Ne62K_AxM_zJeefIqkfk0fJfV7kGZ0(fi969A9v&{NpO*p$IT8XHkF{Yx z%<4>l?Fm8vSC~o|sL%Nz$$|QYhI0^tP*;m8Yh=}G*CFZxhS$k8G9>1-hnm6y%hpB$ zd*4}*rqUA=+?N`1ab$B8s-}hw4K*C4CH(=Tp4^MRPPecVl@}#{_0G(t$Mh= zXyxV-xYBr+kpS&^DUK;;nhS$_YTJ|#P~S8MVij7^c?vZ5O67}xY%W=%I9RO;_LMT9#W9wqFsg`0T2fz-GvtZ zE-jLp#6iSMSafMsLVeL7!fi^Y(q0!q@eZTfAbOI8kVgOuVpsOJD({*=wz{)Mk6p-9 z>FUz61p-*6qh~+E>ymFmW-nj7_zfH#gpK~Lm#$wKYQHtzl@0DL!>tUgFT`H~&Ix-b z9a08~c=RB=Xb`~C-V#L!=^D9BrM6rk!wa7bm{yvDKzpu3u}=sI6N(` zxYrKpsw5a7(x4Y@WVt-oZj~Q2eE?eXyzdS}4`Qbnvtdc97==+BLb%T^+3gP zi?ko(kyX%OwEIG=9}CGx`KXCM;HvCW{c%_gRWLnH9PTK9wXWP+y~J}8VrR&rx7aGz oP<;%~Zhy~ia6A9c-cXXgwlzqLO9rP-BXB6A)Gp;*`0c@e0iOLav;Y7A literal 6294 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 dev`|jOOitq=_W%T;5%Euc>fW@+ do not edit by hand -// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 - -#include -#include - -using namespace Rcpp; - -#ifdef RCPP_USE_GLOBAL_ROSTREAM -Rcpp::Rostream& Rcpp::Rcout = Rcpp::Rcpp_cout_get(); -Rcpp::Rostream& Rcpp::Rcerr = Rcpp::Rcpp_cerr_get(); -#endif - -// rcpp_ccl -void rcpp_ccl(IntegerMatrix mat, int directions); -RcppExport SEXP _landscapemetrics_rcpp_ccl(SEXP matSEXP, SEXP directionsSEXP) { -BEGIN_RCPP - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< IntegerMatrix >::type mat(matSEXP); - Rcpp::traits::input_parameter< int >::type directions(directionsSEXP); - rcpp_ccl(mat, directions); - return R_NilValue; -END_RCPP -} -// rcpp_xy_from_matrix -IntegerMatrix rcpp_xy_from_matrix(arma::imat x, Rcpp::Nullable cell); -RcppExport SEXP _landscapemetrics_rcpp_xy_from_matrix(SEXP xSEXP, SEXP cellSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< arma::imat >::type x(xSEXP); - Rcpp::traits::input_parameter< Rcpp::Nullable >::type cell(cellSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_xy_from_matrix(x, cell)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_cell_from_xy -IntegerVector rcpp_cell_from_xy(arma::imat x, IntegerMatrix y); -RcppExport SEXP _landscapemetrics_rcpp_cell_from_xy(SEXP xSEXP, SEXP ySEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< arma::imat >::type x(xSEXP); - Rcpp::traits::input_parameter< IntegerMatrix >::type y(ySEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_cell_from_xy(x, y)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_create_neighborhood -IntegerMatrix rcpp_create_neighborhood(arma::imat directions); -RcppExport SEXP _landscapemetrics_rcpp_create_neighborhood(SEXP directionsSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< arma::imat >::type directions(directionsSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_create_neighborhood(directions)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_boundaries -IntegerMatrix rcpp_get_boundaries(const IntegerMatrix xx, int directions); -RcppExport SEXP _landscapemetrics_rcpp_get_boundaries(SEXP xxSEXP, SEXP directionsSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const IntegerMatrix >::type xx(xxSEXP); - Rcpp::traits::input_parameter< int >::type directions(directionsSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_boundaries(xx, directions)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_circle -DataFrame rcpp_get_circle(IntegerMatrix mat, const double resolution_xy); -RcppExport SEXP _landscapemetrics_rcpp_get_circle(SEXP matSEXP, SEXP resolution_xySEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< IntegerMatrix >::type mat(matSEXP); - Rcpp::traits::input_parameter< const double >::type resolution_xy(resolution_xySEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_circle(mat, resolution_xy)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_composition_vector -IntegerVector rcpp_get_composition_vector(const Rcpp::NumericVector& x); -RcppExport SEXP _landscapemetrics_rcpp_get_composition_vector(SEXP xSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const Rcpp::NumericVector& >::type x(xSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_composition_vector(x)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_coocurrence_matrix -IntegerMatrix rcpp_get_coocurrence_matrix(const IntegerMatrix x, const arma::imat directions); -RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix(SEXP xSEXP, SEXP directionsSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); - Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix(x, directions)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_coocurrence_matrix_diag -IntegerVector rcpp_get_coocurrence_matrix_diag(const IntegerMatrix x, const arma::imat directions); -RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix_diag(SEXP xSEXP, SEXP directionsSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); - Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix_diag(x, directions)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_coocurrence_matrix_single -IntegerMatrix rcpp_get_coocurrence_matrix_single(const IntegerMatrix x, const arma::imat directions, const int single_class); -RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix_single(SEXP xSEXP, SEXP directionsSEXP, SEXP single_classSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); - Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); - Rcpp::traits::input_parameter< const int >::type single_class(single_classSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix_single(x, directions, single_class)); - return rcpp_result_gen; -END_RCPP -} -// triangular_index -int triangular_index(int r, int c); -RcppExport SEXP _landscapemetrics_triangular_index(SEXP rSEXP, SEXP cSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< int >::type r(rSEXP); - Rcpp::traits::input_parameter< int >::type c(cSEXP); - rcpp_result_gen = Rcpp::wrap(triangular_index(r, c)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_coocurrence_vector -NumericVector rcpp_get_coocurrence_vector(IntegerMatrix x, arma::imat directions, bool ordered); -RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_vector(SEXP xSEXP, SEXP directionsSEXP, SEXP orderedSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< IntegerMatrix >::type x(xSEXP); - Rcpp::traits::input_parameter< arma::imat >::type directions(directionsSEXP); - Rcpp::traits::input_parameter< bool >::type ordered(orderedSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_vector(x, directions, ordered)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_entropy -double rcpp_get_entropy(NumericVector x, std::string base); -RcppExport SEXP _landscapemetrics_rcpp_get_entropy(SEXP xSEXP, SEXP baseSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< NumericVector >::type x(xSEXP); - Rcpp::traits::input_parameter< std::string >::type base(baseSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_entropy(x, base)); - return rcpp_result_gen; -END_RCPP -} -// find_min -NumericVector find_min(const NumericMatrix& points, int i, int m); -RcppExport SEXP _landscapemetrics_find_min(SEXP pointsSEXP, SEXP iSEXP, SEXP mSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const NumericMatrix& >::type points(pointsSEXP); - Rcpp::traits::input_parameter< int >::type i(iSEXP); - Rcpp::traits::input_parameter< int >::type m(mSEXP); - rcpp_result_gen = Rcpp::wrap(find_min(points, i, m)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_nearest_neighbor -NumericMatrix rcpp_get_nearest_neighbor(const NumericMatrix& points); -RcppExport SEXP _landscapemetrics_rcpp_get_nearest_neighbor(SEXP pointsSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const NumericMatrix& >::type points(pointsSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_nearest_neighbor(points)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_unique_values -std::vector rcpp_get_unique_values(const Rcpp::IntegerVector& x, bool na_omit); -RcppExport SEXP _landscapemetrics_rcpp_get_unique_values(SEXP xSEXP, SEXP na_omitSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const Rcpp::IntegerVector& >::type x(xSEXP); - Rcpp::traits::input_parameter< bool >::type na_omit(na_omitSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_unique_values(x, na_omit)); - return rcpp_result_gen; -END_RCPP -} - -static const R_CallMethodDef CallEntries[] = { - {"_landscapemetrics_rcpp_ccl", (DL_FUNC) &_landscapemetrics_rcpp_ccl, 2}, - {"_landscapemetrics_rcpp_xy_from_matrix", (DL_FUNC) &_landscapemetrics_rcpp_xy_from_matrix, 2}, - {"_landscapemetrics_rcpp_cell_from_xy", (DL_FUNC) &_landscapemetrics_rcpp_cell_from_xy, 2}, - {"_landscapemetrics_rcpp_create_neighborhood", (DL_FUNC) &_landscapemetrics_rcpp_create_neighborhood, 1}, - {"_landscapemetrics_rcpp_get_boundaries", (DL_FUNC) &_landscapemetrics_rcpp_get_boundaries, 2}, - {"_landscapemetrics_rcpp_get_circle", (DL_FUNC) &_landscapemetrics_rcpp_get_circle, 2}, - {"_landscapemetrics_rcpp_get_composition_vector", (DL_FUNC) &_landscapemetrics_rcpp_get_composition_vector, 1}, - {"_landscapemetrics_rcpp_get_coocurrence_matrix", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix, 2}, - {"_landscapemetrics_rcpp_get_coocurrence_matrix_diag", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix_diag, 2}, - {"_landscapemetrics_rcpp_get_coocurrence_matrix_single", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix_single, 3}, - {"_landscapemetrics_triangular_index", (DL_FUNC) &_landscapemetrics_triangular_index, 2}, - {"_landscapemetrics_rcpp_get_coocurrence_vector", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_vector, 3}, - {"_landscapemetrics_rcpp_get_entropy", (DL_FUNC) &_landscapemetrics_rcpp_get_entropy, 2}, - {"_landscapemetrics_find_min", (DL_FUNC) &_landscapemetrics_find_min, 3}, - {"_landscapemetrics_rcpp_get_nearest_neighbor", (DL_FUNC) &_landscapemetrics_rcpp_get_nearest_neighbor, 1}, - {"_landscapemetrics_rcpp_get_unique_values", (DL_FUNC) &_landscapemetrics_rcpp_get_unique_values, 2}, - {NULL, NULL, 0} -}; - -RcppExport void R_init_landscapemetrics(DllInfo *dll) { - R_registerRoutines(dll, NULL, CallEntries, NULL, NULL); - R_useDynamicSymbols(dll, FALSE); -} +// Generated by using Rcpp::compileAttributes() -> do not edit by hand +// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 + +#include +#include + +using namespace Rcpp; + +#ifdef RCPP_USE_GLOBAL_ROSTREAM +Rcpp::Rostream& Rcpp::Rcout = Rcpp::Rcpp_cout_get(); +Rcpp::Rostream& Rcpp::Rcerr = Rcpp::Rcpp_cerr_get(); +#endif + +// rcpp_ccl +void rcpp_ccl(IntegerMatrix mat, int directions); +RcppExport SEXP _landscapemetrics_rcpp_ccl(SEXP matSEXP, SEXP directionsSEXP) { +BEGIN_RCPP + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< IntegerMatrix >::type mat(matSEXP); + Rcpp::traits::input_parameter< int >::type directions(directionsSEXP); + rcpp_ccl(mat, directions); + return R_NilValue; +END_RCPP +} +// rcpp_xy_from_matrix +IntegerMatrix rcpp_xy_from_matrix(arma::imat x, Rcpp::Nullable cell); +RcppExport SEXP _landscapemetrics_rcpp_xy_from_matrix(SEXP xSEXP, SEXP cellSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< arma::imat >::type x(xSEXP); + Rcpp::traits::input_parameter< Rcpp::Nullable >::type cell(cellSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_xy_from_matrix(x, cell)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_cell_from_xy +IntegerVector rcpp_cell_from_xy(arma::imat x, IntegerMatrix y); +RcppExport SEXP _landscapemetrics_rcpp_cell_from_xy(SEXP xSEXP, SEXP ySEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< arma::imat >::type x(xSEXP); + Rcpp::traits::input_parameter< IntegerMatrix >::type y(ySEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_cell_from_xy(x, y)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_create_neighborhood +IntegerMatrix rcpp_create_neighborhood(arma::imat directions); +RcppExport SEXP _landscapemetrics_rcpp_create_neighborhood(SEXP directionsSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< arma::imat >::type directions(directionsSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_create_neighborhood(directions)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_boundaries +IntegerMatrix rcpp_get_boundaries(const IntegerMatrix xx, int directions); +RcppExport SEXP _landscapemetrics_rcpp_get_boundaries(SEXP xxSEXP, SEXP directionsSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const IntegerMatrix >::type xx(xxSEXP); + Rcpp::traits::input_parameter< int >::type directions(directionsSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_boundaries(xx, directions)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_circle +DataFrame rcpp_get_circle(IntegerMatrix mat, const double resolution_xy); +RcppExport SEXP _landscapemetrics_rcpp_get_circle(SEXP matSEXP, SEXP resolution_xySEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< IntegerMatrix >::type mat(matSEXP); + Rcpp::traits::input_parameter< const double >::type resolution_xy(resolution_xySEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_circle(mat, resolution_xy)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_composition_vector +IntegerVector rcpp_get_composition_vector(const Rcpp::NumericVector& x); +RcppExport SEXP _landscapemetrics_rcpp_get_composition_vector(SEXP xSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const Rcpp::NumericVector& >::type x(xSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_composition_vector(x)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_coocurrence_matrix +IntegerMatrix rcpp_get_coocurrence_matrix(const IntegerMatrix x, const arma::imat directions); +RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix(SEXP xSEXP, SEXP directionsSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); + Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix(x, directions)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_coocurrence_matrix_diag +IntegerVector rcpp_get_coocurrence_matrix_diag(const IntegerMatrix x, const arma::imat directions); +RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix_diag(SEXP xSEXP, SEXP directionsSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); + Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix_diag(x, directions)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_coocurrence_matrix_single +IntegerMatrix rcpp_get_coocurrence_matrix_single(const IntegerMatrix x, const arma::imat directions, const int single_class); +RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix_single(SEXP xSEXP, SEXP directionsSEXP, SEXP single_classSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); + Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); + Rcpp::traits::input_parameter< const int >::type single_class(single_classSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix_single(x, directions, single_class)); + return rcpp_result_gen; +END_RCPP +} +// triangular_index +int triangular_index(int r, int c); +RcppExport SEXP _landscapemetrics_triangular_index(SEXP rSEXP, SEXP cSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< int >::type r(rSEXP); + Rcpp::traits::input_parameter< int >::type c(cSEXP); + rcpp_result_gen = Rcpp::wrap(triangular_index(r, c)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_coocurrence_vector +NumericVector rcpp_get_coocurrence_vector(IntegerMatrix x, arma::imat directions, bool ordered); +RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_vector(SEXP xSEXP, SEXP directionsSEXP, SEXP orderedSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< IntegerMatrix >::type x(xSEXP); + Rcpp::traits::input_parameter< arma::imat >::type directions(directionsSEXP); + Rcpp::traits::input_parameter< bool >::type ordered(orderedSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_vector(x, directions, ordered)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_entropy +double rcpp_get_entropy(NumericVector x, std::string base); +RcppExport SEXP _landscapemetrics_rcpp_get_entropy(SEXP xSEXP, SEXP baseSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< NumericVector >::type x(xSEXP); + Rcpp::traits::input_parameter< std::string >::type base(baseSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_entropy(x, base)); + return rcpp_result_gen; +END_RCPP +} +// find_min +NumericVector find_min(const NumericMatrix& points, int i, int m); +RcppExport SEXP _landscapemetrics_find_min(SEXP pointsSEXP, SEXP iSEXP, SEXP mSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const NumericMatrix& >::type points(pointsSEXP); + Rcpp::traits::input_parameter< int >::type i(iSEXP); + Rcpp::traits::input_parameter< int >::type m(mSEXP); + rcpp_result_gen = Rcpp::wrap(find_min(points, i, m)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_nearest_neighbor +NumericMatrix rcpp_get_nearest_neighbor(const NumericMatrix& points); +RcppExport SEXP _landscapemetrics_rcpp_get_nearest_neighbor(SEXP pointsSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const NumericMatrix& >::type points(pointsSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_nearest_neighbor(points)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_unique_values +std::vector rcpp_get_unique_values(const Rcpp::IntegerVector& x, bool na_omit); +RcppExport SEXP _landscapemetrics_rcpp_get_unique_values(SEXP xSEXP, SEXP na_omitSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const Rcpp::IntegerVector& >::type x(xSEXP); + Rcpp::traits::input_parameter< bool >::type na_omit(na_omitSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_unique_values(x, na_omit)); + return rcpp_result_gen; +END_RCPP +} + +static const R_CallMethodDef CallEntries[] = { + {"_landscapemetrics_rcpp_ccl", (DL_FUNC) &_landscapemetrics_rcpp_ccl, 2}, + {"_landscapemetrics_rcpp_xy_from_matrix", (DL_FUNC) &_landscapemetrics_rcpp_xy_from_matrix, 2}, + {"_landscapemetrics_rcpp_cell_from_xy", (DL_FUNC) &_landscapemetrics_rcpp_cell_from_xy, 2}, + {"_landscapemetrics_rcpp_create_neighborhood", (DL_FUNC) &_landscapemetrics_rcpp_create_neighborhood, 1}, + {"_landscapemetrics_rcpp_get_boundaries", (DL_FUNC) &_landscapemetrics_rcpp_get_boundaries, 2}, + {"_landscapemetrics_rcpp_get_circle", (DL_FUNC) &_landscapemetrics_rcpp_get_circle, 2}, + {"_landscapemetrics_rcpp_get_composition_vector", (DL_FUNC) &_landscapemetrics_rcpp_get_composition_vector, 1}, + {"_landscapemetrics_rcpp_get_coocurrence_matrix", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix, 2}, + {"_landscapemetrics_rcpp_get_coocurrence_matrix_diag", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix_diag, 2}, + {"_landscapemetrics_rcpp_get_coocurrence_matrix_single", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix_single, 3}, + {"_landscapemetrics_triangular_index", (DL_FUNC) &_landscapemetrics_triangular_index, 2}, + {"_landscapemetrics_rcpp_get_coocurrence_vector", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_vector, 3}, + {"_landscapemetrics_rcpp_get_entropy", (DL_FUNC) &_landscapemetrics_rcpp_get_entropy, 2}, + {"_landscapemetrics_find_min", (DL_FUNC) &_landscapemetrics_find_min, 3}, + {"_landscapemetrics_rcpp_get_nearest_neighbor", (DL_FUNC) &_landscapemetrics_rcpp_get_nearest_neighbor, 1}, + {"_landscapemetrics_rcpp_get_unique_values", (DL_FUNC) &_landscapemetrics_rcpp_get_unique_values, 2}, + {NULL, NULL, 0} +}; + +RcppExport void R_init_landscapemetrics(DllInfo *dll) { + R_registerRoutines(dll, NULL, CallEntries, NULL, NULL); + R_useDynamicSymbols(dll, FALSE); +} From 140f8b3cbe8e7ae985c1587ff813d9e3ffc9beee Mon Sep 17 00:00:00 2001 From: Nowosad Date: Mon, 13 Mar 2023 16:27:05 +0100 Subject: [PATCH 006/101] improves startup message --- R/zzz.R | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/R/zzz.R b/R/zzz.R index 91e2af4a4..3182f24e1 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -1,7 +1,7 @@ -.onAttach <- function(libname, pkgname){ - - packageStartupMessage("Soon and starting from v2.0.0 landscapemetrics will not support the 'raster' or 'sp' package - anymore. They will be replaced with 'terra' and 'sf', respectively. More information - about the 'terra' package can be found here: https://rspatial.org/index.html.") - -} +.onAttach <- function(libname, pkgname){ + + packageStartupMessage("Starting from v2.0.0, landscapemetrics does not support the 'raster' or 'sp' packages. + They are replaced by 'terra' and 'sf', respectively. More information + about the 'terra' package can be found here: https://rspatial.org/index.html.") + +} From 47294a5004de4c294e48c72c38951d0fe2f15cd3 Mon Sep 17 00:00:00 2001 From: Nowosad Date: Mon, 13 Mar 2023 16:27:18 +0100 Subject: [PATCH 007/101] cleans urls --- README.Rmd | 294 ++++++++++++++++++++++++++--------------------------- 1 file changed, 147 insertions(+), 147 deletions(-) diff --git a/README.Rmd b/README.Rmd index 748df6a9c..68a9526fd 100644 --- a/README.Rmd +++ b/README.Rmd @@ -1,147 +1,147 @@ ---- -output: - github_document: - html_preview: false ---- - -```{r setup, include = FALSE} -knitr::opts_chunk$set( - collapse = TRUE, - comment = "#>", - fig.path = "man/figures/README-", - out.width = "100%" -) -``` - -# landscapemetrics - - - - - -README last updated: `r Sys.Date()` - -| CI | Development | CRAN | License | -|----|-------------|------|---------| -| [![R-CMD-check](https://github.com/r-spatialecology/landscapemetrics/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-spatialecology/landscapemetrics/actions/workflows/R-CMD-check.yaml) | [![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable) | [![CRAN status](https://www.r-pkg.org/badges/version/landscapemetrics)](https://cran.r-project.org/package=landscapemetrics) | [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) | -| [![codecov](https://codecov.io/gh/r-spatialecology/landscapemetrics/branch/main/graph/badge.svg?token=xjYJMNMGBU)](https://codecov.io/gh/r-spatialecology/landscapemetrics) | [![Project Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) | [![CRAN downloads](http://cranlogs.r-pkg.org/badges/grand-total/landscapemetrics)](http://cran.rstudio.com/web/packages/landscapemetrics/index.html) | [![DOI](https://img.shields.io/badge/DOI-10.1111/ecog.04617-blue.svg)](https://doi.org/10.1111/ecog.04617) | - - - -> Starting from v2.0.0 landscapemetrics does not support the 'raster' or 'sp' package anymore. They are replaced with 'terra' and 'sf', respectively. More information about the terra package can be found here: . - -## Overview - -**landscapemetrics** is a `R` package for calculating landscape metrics for categorical landscape patterns in a tidy workflow. The package can be used as a drop-in replacement for FRAGSTATS (McGarigal *et al.* 2012), as it offers a reproducible workflow for landscape analysis in a single environment. It also allows for calculations of four theoretical metrics of landscape complexity: a marginal entropy, a conditional entropy, a joint entropy, and a mutual information (Nowosad and Stepinski 2019). - -**landscapemetrics** supports **terra**, and **stars** and takes `SpatRaster` or `stars` spatial objects as input arguments. Every function can be used in a piped workflow, as it always takes the data as the first argument and returns a `tibble`. - -#### Citation - -To cite **landscapemetrics** or acknowledge its use, please cite the following Software note, substituting the version of the application that you used for 'ver. 0': - -

- -Hesselbarth, M.H.K., Sciaini, M., With, K.A., Wiegand, K., Nowosad, J. 2019. -landscapemetrics: an open‐source R tool to calculate landscape metrics. Ecography, 42: 1648-1657 (ver. 0). - -

- -For more information see [Publication record](https://r-spatialecology.github.io/landscapemetrics/articles/articles/publication_record.html) vignette. The get a BibTex entry, please use `citation("landscapemetrics")`. - -## Installation - -There are several ways to install **landscapemetrics**: - -```{r, eval = FALSE, echo = TRUE} -# Get the stable version from CRAN -install.packages("landscapemetrics") - -# Alternatively, you can install the development version from Github -# install.packages("remotes") -remotes::install_github("r-spatialecology/landscapemetrics") -``` - -#### Announcement - -Due to an improved connected-component labelling algorithm (**landscapemetrics** v1.4 and higher), patches are labeled in a different order than before and therefore different patch IDs might be used compared to previous versions. However, results for all metrics are identical. - -## Using landscapemetrics - -The resolution of a raster cell has to be in **meters**, as the package converts units internally and returns results in either meters, square meters or hectares. Before using **landscapemetrics**, be sure to check your raster (see `check_landscape()`). - -All functions in **landscapemetrics** start with `lsm_` (for **l**and**s**cape **m**etrics). The second part of the name specifies the level (patch - `p`, class - `c` or landscape - `l`). The last part of the function name is the abbreviation of the corresponding metric (e.g. `enn` for the euclidean nearest-neighbor distance): - -``` -# general structure -lsm_"level"_"metric" - -# Patch level -## lsm_p_"metric" -lsm_p_enn() - -# Class level -## lsm_c_"metric" -lsm_c_enn() - -# Landscape level -## lsm_p_"metric" -lsm_l_enn() -``` - -All functions return an identical structured tibble: - -| layer | level | class | id | metric | value | -| ----- | --------- | ----- | -- | ---------------- | ----- | -| 1 | patch | 1 | 1 | landscape metric | x | -| 1 | class | 1 | NA | landscape metric | x | -| 1 | landscape | NA | NA | landscape metric | x | - -### Using metric functions - -Every function follows the same implementation design, so the usage is quite straightforward: - -```{r, message = FALSE, warning = FALSE, fig.align = "center", out.width = "75%"} -library(landscapemetrics) -library(terra) - -# internal data needs to be unwrapped -landscape <- terra::unwrap(landscapemetrics::landscape) - -# landscape raster -plot(landscape) - -# calculate for example the Euclidean nearest-neighbor distance on patch level -lsm_p_enn(landscape) - -# calculate the total area and total class edge length -lsm_l_ta(landscape) -lsm_c_te(landscape) -``` - -There is also a wrapper around every metric in the package to quickly calculate a bunch of metrics: - -```{r, message = FALSE} -# calculate all metrics on patch level -calculate_lsm(landscape, level = "patch") -``` - -### Utility functions - -**landscapemetrics** further provides several visualization functions, e.g. show all labeled patches or the core area of all patches. All visualization functions start with the prefix `show_` (e.g. `show_cores()`). - -Important building blocks of the package are exported to help facilitate analysis or the development of new metrics. They all start with the prefix `get_`. All of them are implemented with Rcpp and have either memory or performance advantages compared to raster functions. - -For more details, see the `vignette("utility")`. - -### Contributing - -One of the major motivations behind **landscapemetrics** is the idea to provide an open-source code collection of landscape metrics. This includes, besides bug reports, especially the idea to include new metrics and functions. Therefore, in case you want to suggest new metrics or functions and in the best case even contribute code, we warmly welcome to do so\! For more information see [CONTRIBUTING](CONTRIBUTING.md). - -Maintainers and contributors must follow this repository’s [CODE OF CONDUCT](CODE_OF_CONDUCT.md). - -### References - -McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: - -Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x +--- +output: + github_document: + html_preview: false +--- + +```{r setup, include = FALSE} +knitr::opts_chunk$set( + collapse = TRUE, + comment = "#>", + fig.path = "man/figures/README-", + out.width = "100%" +) +``` + +# landscapemetrics + + + + + +README last updated: `r Sys.Date()` + +| CI | Development | CRAN | License | +|----|-------------|------|---------| +| [![R-CMD-check](https://github.com/r-spatialecology/landscapemetrics/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-spatialecology/landscapemetrics/actions/workflows/R-CMD-check.yaml) | [![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html) | [![CRAN status](https://www.r-pkg.org/badges/version/landscapemetrics)](https://cran.r-project.org/package=landscapemetrics) | [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) | +| [![codecov](https://app.codecov.io/gh/r-spatialecology/landscapemetrics/branch/main/graph/badge.svg?token=xjYJMNMGBU)](https://app.codecov.io/gh/r-spatialecology/landscapemetrics) | [![Project Status](http://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/) | [![CRAN downloads](http://cranlogs.r-pkg.org/badges/grand-total/landscapemetrics)](https://cran.r-project.org/package=landscapemetrics) | [![DOI](https://img.shields.io/badge/DOI-10.1111/ecog.04617-blue.svg)](https://doi.org/10.1111/ecog.04617) | + + + +> Starting from v2.0.0 landscapemetrics does not support the 'raster' or 'sp' package anymore. They are replaced with 'terra' and 'sf', respectively. More information about the terra package can be found here: . + +## Overview + +**landscapemetrics** is a `R` package for calculating landscape metrics for categorical landscape patterns in a tidy workflow. The package can be used as a drop-in replacement for FRAGSTATS (McGarigal *et al.* 2012), as it offers a reproducible workflow for landscape analysis in a single environment. It also allows for calculations of four theoretical metrics of landscape complexity: a marginal entropy, a conditional entropy, a joint entropy, and a mutual information (Nowosad and Stepinski 2019). + +**landscapemetrics** supports **terra**, and **stars** and takes `SpatRaster` or `stars` spatial objects as input arguments. Every function can be used in a piped workflow, as it always takes the data as the first argument and returns a `tibble`. + +#### Citation + +To cite **landscapemetrics** or acknowledge its use, please cite the following Software note, substituting the version of the application that you used for 'ver. 0': + +

+ +Hesselbarth, M.H.K., Sciaini, M., With, K.A., Wiegand, K., Nowosad, J. 2019. +landscapemetrics: an open‐source R tool to calculate landscape metrics. Ecography, 42: 1648-1657 (ver. 0). + +

+ +For more information see [Publication record](https://r-spatialecology.github.io/landscapemetrics/articles/articles/publication_record.html) vignette. The get a BibTex entry, please use `citation("landscapemetrics")`. + +## Installation + +There are several ways to install **landscapemetrics**: + +```{r, eval = FALSE, echo = TRUE} +# Get the stable version from CRAN +install.packages("landscapemetrics") + +# Alternatively, you can install the development version from Github +# install.packages("remotes") +remotes::install_github("r-spatialecology/landscapemetrics") +``` + +#### Announcement + +Due to an improved connected-component labelling algorithm (**landscapemetrics** v1.4 and higher), patches are labeled in a different order than before and therefore different patch IDs might be used compared to previous versions. However, results for all metrics are identical. + +## Using landscapemetrics + +The resolution of a raster cell has to be in **meters**, as the package converts units internally and returns results in either meters, square meters or hectares. Before using **landscapemetrics**, be sure to check your raster (see `check_landscape()`). + +All functions in **landscapemetrics** start with `lsm_` (for **l**and**s**cape **m**etrics). The second part of the name specifies the level (patch - `p`, class - `c` or landscape - `l`). The last part of the function name is the abbreviation of the corresponding metric (e.g. `enn` for the euclidean nearest-neighbor distance): + +``` +# general structure +lsm_"level"_"metric" + +# Patch level +## lsm_p_"metric" +lsm_p_enn() + +# Class level +## lsm_c_"metric" +lsm_c_enn() + +# Landscape level +## lsm_p_"metric" +lsm_l_enn() +``` + +All functions return an identical structured tibble: + +| layer | level | class | id | metric | value | +| ----- | --------- | ----- | -- | ---------------- | ----- | +| 1 | patch | 1 | 1 | landscape metric | x | +| 1 | class | 1 | NA | landscape metric | x | +| 1 | landscape | NA | NA | landscape metric | x | + +### Using metric functions + +Every function follows the same implementation design, so the usage is quite straightforward: + +```{r, message = FALSE, warning = FALSE, fig.align = "center", out.width = "75%"} +library(landscapemetrics) +library(terra) + +# internal data needs to be unwrapped +landscape <- terra::unwrap(landscapemetrics::landscape) + +# landscape raster +plot(landscape) + +# calculate for example the Euclidean nearest-neighbor distance on patch level +lsm_p_enn(landscape) + +# calculate the total area and total class edge length +lsm_l_ta(landscape) +lsm_c_te(landscape) +``` + +There is also a wrapper around every metric in the package to quickly calculate a bunch of metrics: + +```{r, message = FALSE} +# calculate all metrics on patch level +calculate_lsm(landscape, level = "patch") +``` + +### Utility functions + +**landscapemetrics** further provides several visualization functions, e.g. show all labeled patches or the core area of all patches. All visualization functions start with the prefix `show_` (e.g. `show_cores()`). + +Important building blocks of the package are exported to help facilitate analysis or the development of new metrics. They all start with the prefix `get_`. All of them are implemented with Rcpp and have either memory or performance advantages compared to raster functions. + +For more details, see the `vignette("utility")`. + +### Contributing + +One of the major motivations behind **landscapemetrics** is the idea to provide an open-source code collection of landscape metrics. This includes, besides bug reports, especially the idea to include new metrics and functions. Therefore, in case you want to suggest new metrics or functions and in the best case even contribute code, we warmly welcome to do so\! For more information see [CONTRIBUTING](CONTRIBUTING.md). + +Maintainers and contributors must follow this repository’s [CODE OF CONDUCT](CODE_OF_CONDUCT.md). + +### References + +McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: + +Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x From 1d4db0017bc1c4448d6f430226d9fd229c28a373 Mon Sep 17 00:00:00 2001 From: Nowosad Date: Mon, 13 Mar 2023 16:27:35 +0100 Subject: [PATCH 008/101] adds rasters input support --- DESCRIPTION | 154 ++++++++++++++++++++--------------------- R/landscape_as_list.R | 155 +++++++++++++++++++++++++----------------- 2 files changed, 169 insertions(+), 140 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2f7e1d0ec..acdc94ad5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,77 +1,77 @@ -Type: Package -Package: landscapemetrics -Title: Landscape Metrics for Categorical Map Patterns -Version: 2.0.0 -Authors@R: c(person("Maximilian H.K.", "Hesselbarth", - role = c("aut", "cre"), - email = "mhk.hesselbarth@gmail.com", - comment = c(ORCID = "0000-0003-1125-9918")), - person("Marco", "Sciaini", - role = "aut", - email = "sciaini.marco@gmail.com", - comment = c(ORCID = "0000-0002-3042-5435")), - person("Jakub", "Nowosad", - role = "aut", - email = "nowosad.jakub@gmail.com", - comment = c(ORCID = "0000-0002-1057-3721")), - person("Sebastian", "Hanss", - role = "aut", - comment = c(ORCID = "0000-0002-3990-4897")), - person("Laura J.", "Graham", - role = "ctb", - comment = "Input on package structure"), - person("Jeffrey", "Hollister", - role = "ctb", - comment = "Input on package structure"), - person("Kimberly A.", "With", - role = "ctb", - comment = "Input on package structure"), - person("Florian", "Privé", - role = "ctb", - comment = "Original author of underlying C++ code for get_nearestneighbour() function"), - person("Project Nayuki", - role = "ctb", - comment = "Original author of underlying C++ code for get_circumscribingcircle and lsm_p_circle"), - person("Matt", "Strimas-Mackey", - role = "ctb", - comment = "Bugfix in sample_metrics()") - ) -Maintainer: Maximilian H.K. Hesselbarth -Description: Calculates landscape metrics for categorical landscape patterns in - a tidy workflow. 'landscapemetrics' reimplements the most common metrics from - 'FRAGSTATS' () and new ones from the current - literature on landscape metrics. This package supports 'terra' SpatRaster objects - as input arguments. It further provides utility functionn to visualize patches, - select metrics and building blocks to develop new metrics. -License: GPL-3 -URL: https://r-spatialecology.github.io/landscapemetrics/ -BugReports: https://github.com/r-spatialecology/landscapemetrics/issues -Depends: - R (>= 3.1) -Imports: - cli, - ggplot2, - methods, - Rcpp, - sf, - stats, - terra, - tibble -Suggests: - covr, - dplyr, - knitr, - rmarkdown, - testthat -Enhances: - stars -LinkingTo: - Rcpp, - RcppArmadillo -ByteCompile: true -Encoding: UTF-8 -LazyData: true -Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.3 -SystemRequirements: C++11 -VignetteBuilder: knitr +Type: Package +Package: landscapemetrics +Title: Landscape Metrics for Categorical Map Patterns +Version: 2.0.0 +Authors@R: c(person("Maximilian H.K.", "Hesselbarth", + role = c("aut", "cre"), + email = "mhk.hesselbarth@gmail.com", + comment = c(ORCID = "0000-0003-1125-9918")), + person("Marco", "Sciaini", + role = "aut", + email = "sciaini.marco@gmail.com", + comment = c(ORCID = "0000-0002-3042-5435")), + person("Jakub", "Nowosad", + role = "aut", + email = "nowosad.jakub@gmail.com", + comment = c(ORCID = "0000-0002-1057-3721")), + person("Sebastian", "Hanss", + role = "aut", + comment = c(ORCID = "0000-0002-3990-4897")), + person("Laura J.", "Graham", + role = "ctb", + comment = "Input on package structure"), + person("Jeffrey", "Hollister", + role = "ctb", + comment = "Input on package structure"), + person("Kimberly A.", "With", + role = "ctb", + comment = "Input on package structure"), + person("Florian", "Privé", + role = "ctb", + comment = "Original author of underlying C++ code for get_nearestneighbour() function"), + person("Project Nayuki", + role = "ctb", + comment = "Original author of underlying C++ code for get_circumscribingcircle and lsm_p_circle"), + person("Matt", "Strimas-Mackey", + role = "ctb", + comment = "Bugfix in sample_metrics()") + ) +Maintainer: Maximilian H.K. Hesselbarth +Description: Calculates landscape metrics for categorical landscape patterns in + a tidy workflow. 'landscapemetrics' reimplements the most common metrics from + 'FRAGSTATS' () and new ones from the current + literature on landscape metrics. This package supports 'terra' SpatRaster objects + as input arguments. It further provides utility functionn to visualize patches, + select metrics and building blocks to develop new metrics. +License: GPL-3 +URL: https://r-spatialecology.github.io/landscapemetrics/ +BugReports: https://github.com/r-spatialecology/landscapemetrics/issues +Depends: + R (>= 3.1) +Imports: + cli, + ggplot2, + Rcpp, + sf, + stats, + terra, + tibble +Suggests: + covr, + dplyr, + knitr, + rmarkdown, + testthat +Enhances: + stars, + raster +LinkingTo: + Rcpp, + RcppArmadillo +ByteCompile: true +Encoding: UTF-8 +LazyData: true +Roxygen: list(markdown = TRUE) +RoxygenNote: 7.2.3 +SystemRequirements: C++11 +VignetteBuilder: knitr diff --git a/R/landscape_as_list.R b/R/landscape_as_list.R index b626e0323..0ba9f70bd 100644 --- a/R/landscape_as_list.R +++ b/R/landscape_as_list.R @@ -1,63 +1,92 @@ -#' Landscape as list -#' -#' @description Convert raster input to list -#' -#' @param landscape Raster* Layer, Stack, Brick, Stars or a list of rasterLayers -#' -#' @details Mainly for internal use -#' -#' @return list -#' -#' @examples -#' landscape_as_list(c(terra::unwrap(landscape), terra::unwrap(landscape))) -#' -#' @aliases landscape_as_list -#' @rdname landscape_as_list -#' -#' @export -landscape_as_list <- function(landscape) UseMethod("landscape_as_list") - -#' @name landscape_as_list -#' @export -landscape_as_list.SpatRaster <- function(landscape) { - - landscape <- terra::as.list(landscape) - - return(landscape) -} - -#' @name landscape_as_list -#' @export -landscape_as_list.stars <- function(landscape) { - - landscape <- terra::rast(landscape) - - landscape <- terra::as.list(landscape) - - return(landscape) -} - -#' @name landscape_as_list -#' @export -landscape_as_list.list <- function(landscape) { - - return(landscape) -} - -#' @name landscape_as_list -#' @export -landscape_as_list.matrix <- function(landscape) { - - landscape <- list(landscape) - - return(landscape) -} - -#' @name landscape_as_list -#' @export -landscape_as_list.numeric <- function(landscape) { - - landscape <- list(landscape) - - return(landscape) -} +#' Landscape as list +#' +#' @description Convert raster input to list +#' +#' @param landscape SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters +#' +#' @details Mainly for internal use +#' +#' @return list +#' +#' @examples +#' landscape_as_list(c(terra::unwrap(landscape), terra::unwrap(landscape))) +#' +#' @aliases landscape_as_list +#' @rdname landscape_as_list +#' +#' @export +landscape_as_list <- function(landscape) UseMethod("landscape_as_list") + +#' @name landscape_as_list +#' @export +landscape_as_list.SpatRaster <- function(landscape) { + + landscape <- terra::as.list(landscape) + + return(landscape) +} + +#' @name landscape_as_list +#' @export +landscape_as_list.RasterLayer <- function(landscape) { + + landscape <- terra::rast(landscape) + landscape <- terra::as.list(landscape) + + return(landscape) +} + +#' @name landscape_as_list +#' @export +landscape_as_list.RasterBrick <- function(landscape) { + + landscape <- terra::rast(landscape) + landscape <- terra::as.list(landscape) + + return(landscape) +} + +#' @name landscape_as_list +#' @export +landscape_as_list.RasterStack <- function(landscape) { + + landscape <- terra::rast(landscape) + landscape <- terra::as.list(landscape) + + return(landscape) +} + +#' @name landscape_as_list +#' @export +landscape_as_list.stars <- function(landscape) { + + landscape <- terra::rast(landscape) + landscape <- terra::as.list(landscape) + + return(landscape) +} + +#' @name landscape_as_list +#' @export +landscape_as_list.list <- function(landscape) { + + return(landscape) +} + +#' @name landscape_as_list +#' @export +landscape_as_list.matrix <- function(landscape) { + + landscape <- list(landscape) + + return(landscape) +} + +#' @name landscape_as_list +#' @export +landscape_as_list.numeric <- function(landscape) { + + landscape <- list(landscape) + + return(landscape) +} From 388ab387ab8544bfa452200ab62ac1664679b037 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Tue, 14 Mar 2023 09:00:58 +0100 Subject: [PATCH 009/101] Clean DESCRIPTION --- NAMESPACE | 4 +- R/RcppExports.R | 218 ++++++++--------- R/landscapemetrics-package.R | 85 +++---- R/lsm_c_area_cv.R | 172 ++++++------- R/lsm_c_cai_cv.R | 192 +++++++-------- R/lsm_c_circle_cv.R | 193 +++++++-------- R/lsm_c_contig_cv.R | 190 +++++++-------- R/lsm_c_core_cv.R | 186 +++++++------- R/lsm_c_dcore_cv.R | 191 +++++++-------- R/lsm_c_dcore_sd.R | 192 ++++++++------- R/lsm_c_enn_cv.R | 187 +++++++------- R/lsm_c_frac_cv.R | 178 +++++++------- R/lsm_c_gyrate_cv.R | 200 +++++++-------- R/lsm_c_para_cv.R | 171 ++++++------- R/lsm_c_shape_cv.R | 179 +++++++------- R/lsm_l_area_cv.R | 168 ++++++------- R/lsm_l_cai_cv.R | 196 +++++++-------- R/lsm_l_circle_cv.R | 184 +++++++------- R/lsm_l_contig_cv.R | 190 +++++++-------- R/lsm_l_core_cv.R | 190 +++++++-------- R/lsm_l_dcore_cv.R | 196 +++++++-------- R/lsm_l_enn_cv.R | 184 +++++++------- R/lsm_l_frac_cv.R | 176 +++++++------- R/lsm_l_gyrate_cv.R | 200 +++++++-------- R/lsm_l_para_cv.R | 170 ++++++------- R/lsm_l_shape_cv.R | 176 +++++++------- R/lsm_p_core.R | 272 +++++++++++---------- landscapemetrics.Rproj | 46 ++-- src/RcppExports.cpp | 458 +++++++++++++++++------------------ 29 files changed, 2663 insertions(+), 2681 deletions(-) diff --git a/NAMESPACE b/NAMESPACE index 5bf802dba..3575532be 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -175,7 +175,5 @@ export(show_patches) export(spatialize_lsm) export(unpad_raster) export(window_lsm) -importFrom(Rcpp,sourceCpp) -importFrom(stats,na.omit) -importFrom(stats,sd) +importFrom(Rcpp,evalCpp) useDynLib(landscapemetrics) diff --git a/R/RcppExports.R b/R/RcppExports.R index 565ffa351..536d82959 100644 --- a/R/RcppExports.R +++ b/R/RcppExports.R @@ -1,109 +1,109 @@ -# Generated by using Rcpp::compileAttributes() -> do not edit by hand -# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 - -rcpp_ccl <- function(mat, directions = 8L) { - invisible(.Call('_landscapemetrics_rcpp_ccl', PACKAGE = 'landscapemetrics', mat, directions)) -} - -#' Coordinates from a matrix -#' -#' This function gets coordinates (row and column numbers) of the matrix cells. -#' -#' @param x A matrix -#' @param cell A vector of cell number. -#' If NULL, the coordinates will be calculated for the whole matrix -#' @keywords internal -rcpp_xy_from_matrix <- function(x, cell = NULL) { - .Call('_landscapemetrics_rcpp_xy_from_matrix', PACKAGE = 'landscapemetrics', x, cell) -} - -#' Get cell number -#' -#' Get cell number(s) of a matrix from row and column numbers. -#' Cell numbers start at 0 in the upper left corner, -#' and increase from top to bottom, and then from left to right. -#' -#' @param x A matrix -#' @param y A matrix with two columns (row and column numbers) -#' @keywords internal -rcpp_cell_from_xy <- function(x, y) { - .Call('_landscapemetrics_rcpp_cell_from_xy', PACKAGE = 'landscapemetrics', x, y) -} - -#' Create neighborhood coordinates -#' -#' This function creates a neighborhood coordinates matrix based on the directions parameter. -#' -#' @param directions The number of directions in which cells should be connected: -#' 4 (rook's case), 8 (queen's case), or a neighbourhood matrix. -#' The neighbourhood matrix should have one cell with value 0 (the focal cell), -#' and at least one cell with value 1 (the adjacent cells). -#' Cells with other values (e.g. NA) are ignored. -#' @keywords internal -rcpp_create_neighborhood <- function(directions) { - .Call('_landscapemetrics_rcpp_create_neighborhood', PACKAGE = 'landscapemetrics', directions) -} - -rcpp_get_boundaries <- function(xx, directions = 4L) { - .Call('_landscapemetrics_rcpp_get_boundaries', PACKAGE = 'landscapemetrics', xx, directions) -} - -rcpp_get_circle <- function(mat, resolution_xy = 1.0) { - .Call('_landscapemetrics_rcpp_get_circle', PACKAGE = 'landscapemetrics', mat, resolution_xy) -} - -rcpp_get_composition_vector <- function(x) { - .Call('_landscapemetrics_rcpp_get_composition_vector', PACKAGE = 'landscapemetrics', x) -} - -rcpp_get_coocurrence_matrix <- function(x, directions) { - .Call('_landscapemetrics_rcpp_get_coocurrence_matrix', PACKAGE = 'landscapemetrics', x, directions) -} - -rcpp_get_coocurrence_matrix_diag <- function(x, directions) { - .Call('_landscapemetrics_rcpp_get_coocurrence_matrix_diag', PACKAGE = 'landscapemetrics', x, directions) -} - -rcpp_get_coocurrence_matrix_single <- function(x, directions, single_class) { - .Call('_landscapemetrics_rcpp_get_coocurrence_matrix_single', PACKAGE = 'landscapemetrics', x, directions, single_class) -} - -triangular_index <- function(r, c) { - .Call('_landscapemetrics_triangular_index', PACKAGE = 'landscapemetrics', r, c) -} - -rcpp_get_coocurrence_vector <- function(x, directions, ordered = TRUE) { - .Call('_landscapemetrics_rcpp_get_coocurrence_vector', PACKAGE = 'landscapemetrics', x, directions, ordered) -} - -rcpp_get_entropy <- function(x, base = "log2") { - .Call('_landscapemetrics_rcpp_get_entropy', PACKAGE = 'landscapemetrics', x, base) -} - -find_min <- function(points, i, m) { - .Call('_landscapemetrics_find_min', PACKAGE = 'landscapemetrics', points, i, m) -} - -#' @title First nearest neighbor distance -#' -#' @description Efficiently calculate the distance to the first nearest neighbor. -#' Quasi linear runtime. -#' -#' @param points A two numeric matrix, where the first two columns are x and y -#' -#' @return Vector -#' -#' @author Florian Privé \email{florian.prive.21@gmail.com} -#' -#' @keywords internal -#' -#' @name rcpp_get_nearest_neighbor -#' @export -rcpp_get_nearest_neighbor <- function(points) { - .Call('_landscapemetrics_rcpp_get_nearest_neighbor', PACKAGE = 'landscapemetrics', points) -} - -rcpp_get_unique_values <- function(x, na_omit = TRUE) { - .Call('_landscapemetrics_rcpp_get_unique_values', PACKAGE = 'landscapemetrics', x, na_omit) -} - +# Generated by using Rcpp::compileAttributes() -> do not edit by hand +# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 + +rcpp_ccl <- function(mat, directions = 8L) { + invisible(.Call('_landscapemetrics_rcpp_ccl', PACKAGE = 'landscapemetrics', mat, directions)) +} + +#' Coordinates from a matrix +#' +#' This function gets coordinates (row and column numbers) of the matrix cells. +#' +#' @param x A matrix +#' @param cell A vector of cell number. +#' If NULL, the coordinates will be calculated for the whole matrix +#' @keywords internal +rcpp_xy_from_matrix <- function(x, cell = NULL) { + .Call('_landscapemetrics_rcpp_xy_from_matrix', PACKAGE = 'landscapemetrics', x, cell) +} + +#' Get cell number +#' +#' Get cell number(s) of a matrix from row and column numbers. +#' Cell numbers start at 0 in the upper left corner, +#' and increase from top to bottom, and then from left to right. +#' +#' @param x A matrix +#' @param y A matrix with two columns (row and column numbers) +#' @keywords internal +rcpp_cell_from_xy <- function(x, y) { + .Call('_landscapemetrics_rcpp_cell_from_xy', PACKAGE = 'landscapemetrics', x, y) +} + +#' Create neighborhood coordinates +#' +#' This function creates a neighborhood coordinates matrix based on the directions parameter. +#' +#' @param directions The number of directions in which cells should be connected: +#' 4 (rook's case), 8 (queen's case), or a neighbourhood matrix. +#' The neighbourhood matrix should have one cell with value 0 (the focal cell), +#' and at least one cell with value 1 (the adjacent cells). +#' Cells with other values (e.g. NA) are ignored. +#' @keywords internal +rcpp_create_neighborhood <- function(directions) { + .Call('_landscapemetrics_rcpp_create_neighborhood', PACKAGE = 'landscapemetrics', directions) +} + +rcpp_get_boundaries <- function(xx, directions = 4L) { + .Call('_landscapemetrics_rcpp_get_boundaries', PACKAGE = 'landscapemetrics', xx, directions) +} + +rcpp_get_circle <- function(mat, resolution_xy = 1.0) { + .Call('_landscapemetrics_rcpp_get_circle', PACKAGE = 'landscapemetrics', mat, resolution_xy) +} + +rcpp_get_composition_vector <- function(x) { + .Call('_landscapemetrics_rcpp_get_composition_vector', PACKAGE = 'landscapemetrics', x) +} + +rcpp_get_coocurrence_matrix <- function(x, directions) { + .Call('_landscapemetrics_rcpp_get_coocurrence_matrix', PACKAGE = 'landscapemetrics', x, directions) +} + +rcpp_get_coocurrence_matrix_diag <- function(x, directions) { + .Call('_landscapemetrics_rcpp_get_coocurrence_matrix_diag', PACKAGE = 'landscapemetrics', x, directions) +} + +rcpp_get_coocurrence_matrix_single <- function(x, directions, single_class) { + .Call('_landscapemetrics_rcpp_get_coocurrence_matrix_single', PACKAGE = 'landscapemetrics', x, directions, single_class) +} + +triangular_index <- function(r, c) { + .Call('_landscapemetrics_triangular_index', PACKAGE = 'landscapemetrics', r, c) +} + +rcpp_get_coocurrence_vector <- function(x, directions, ordered = TRUE) { + .Call('_landscapemetrics_rcpp_get_coocurrence_vector', PACKAGE = 'landscapemetrics', x, directions, ordered) +} + +rcpp_get_entropy <- function(x, base = "log2") { + .Call('_landscapemetrics_rcpp_get_entropy', PACKAGE = 'landscapemetrics', x, base) +} + +find_min <- function(points, i, m) { + .Call('_landscapemetrics_find_min', PACKAGE = 'landscapemetrics', points, i, m) +} + +#' @title First nearest neighbor distance +#' +#' @description Efficiently calculate the distance to the first nearest neighbor. +#' Quasi linear runtime. +#' +#' @param points A two numeric matrix, where the first two columns are x and y +#' +#' @return Vector +#' +#' @author Florian Privé \email{florian.prive.21@gmail.com} +#' +#' @keywords internal +#' +#' @name rcpp_get_nearest_neighbor +#' @export +rcpp_get_nearest_neighbor <- function(points) { + .Call('_landscapemetrics_rcpp_get_nearest_neighbor', PACKAGE = 'landscapemetrics', points) +} + +rcpp_get_unique_values <- function(x, na_omit = TRUE) { + .Call('_landscapemetrics_rcpp_get_unique_values', PACKAGE = 'landscapemetrics', x, na_omit) +} + diff --git a/R/landscapemetrics-package.R b/R/landscapemetrics-package.R index a468a9818..34138e0fd 100644 --- a/R/landscapemetrics-package.R +++ b/R/landscapemetrics-package.R @@ -1,51 +1,34 @@ -#' @title landscapemetrics -#' -#' @description -#' Calculates landscape metrics for categorical landscape patterns in a tidy workflow. -#' 'landscapemetrics' reimplements the most common metrics from 'FRAGSTATS' () -#' and new ones from the current literature on landscape metrics. This package -#' supports 'terra' SpatRaster objects as input arguments. It further provides -#' utility functionn to visualize patches, select metrics and building blocks to -#' develop new metrics. -#' -#' @name landscapemetrics -#' @docType package -#' @useDynLib landscapemetrics -#' @importFrom Rcpp sourceCpp -#' @keywords internal -"_PACKAGE" - -globalVariables(c("class_name", - "class.get_patches", - "count", - "crs", - "dist", - "extract_id", - "function_name", - "global", - "id", - "label", - "landscape", - "lsm_abbreviations_names", - "layer", - "layer2", - "level", - "metric", - "metric_new", - "metric_1", - "metric_2", - "minp", - "n", - "name", - "n_classes", - "OK", - "patch_id", - "raster_sample_plots", - "type", - "unpad_raster_value", - "value", - "values", - "x", - "x_centroid", - "y", - "y_centroid")) +#' @title landscapemetrics +#' +#' @description +#' Calculates landscape metrics for categorical landscape patterns in a tidy workflow. +#' 'landscapemetrics' reimplements the most common metrics from 'FRAGSTATS' () +#' and new ones from the current literature on landscape metrics. This package +#' supports 'terra' SpatRaster objects as input arguments. It further provides +#' utility functionn to visualize patches, select metrics and building blocks to +#' develop new metrics. +#' +#' @name landscapemetrics +#' @docType package +#' @useDynLib landscapemetrics +#' @importFrom Rcpp evalCpp +#' @keywords internal +"_PACKAGE" + +globalVariables(c("class_name", "class.get_patches", "count", "crs", + "dist", + "extract_id", + "function_name", + "global", + "id", + "label", "landscape", "lsm_abbreviations_names", "layer", "layer2", "level", + "metric", "metric_new", "metric_1", "metric_2", "minp", + "n", "name", "n_classes", + "OK", + "patch_id", + "raster_sample_plots", + "type", + "unpad_raster_value", + "value", "values", + "x", "x_centroid", + "y", "y_centroid")) diff --git a/R/lsm_c_area_cv.R b/R/lsm_c_area_cv.R index 72adf7780..3bac98c2b 100644 --- a/R/lsm_c_area_cv.R +++ b/R/lsm_c_area_cv.R @@ -1,86 +1,86 @@ -#' AREA_CV (class level) -#' -#' @description Coefficient of variation of patch area (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{AREA_{CV} = cv(AREA[patch_{ij}])} -#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. -#' -#' AREA_CV is an 'Area and Edge metric'. The metric summarises each class -#' as the Coefficient of variation of all patch areas belonging to class i. -#' The metric describes the differences among patches of the same class i in -#' the landscape and is easily comparable because it is scaled to the mean. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{AREA_CV >= 0} -#' \subsection{Behaviour}{Equals AREA_CV = 0 if all patches are identical in size. -#' Increases, without limit, as the variation of patch areas increases.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, \cr -#' \code{\link{lsm_c_area_mn}}, -#' \code{\link{lsm_c_area_sd}}, \cr -#' \code{\link{lsm_l_area_mn}}, -#' \code{\link{lsm_l_area_sd}}, -#' \code{\link{lsm_l_area_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_area_cv(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_area_cv -#' @rdname lsm_c_area_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_area_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_area_cv_calc, - directions = directions) - - layer <- rep(seq_len(length(result)), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) - -} - -lsm_c_area_cv_calc <- function(landscape, directions, resolution = NULL){ - - # get area of patches - area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(area$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "area_cv", - value = as.double(NA))) - } - - # calculate cv - area_cv <- stats::aggregate(area[, 5], by = area[, 2], - FUN = function(x) sd(x) / mean(x) * 100) - - return(tibble::tibble(level = "class", - class = as.integer(area_cv$class), - id = as.integer(NA), - metric = "area_cv", - value = as.double(area_cv$value))) -} +#' AREA_CV (class level) +#' +#' @description Coefficient of variation of patch area (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{AREA_{CV} = cv(AREA[patch_{ij}])} +#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. +#' +#' AREA_CV is an 'Area and Edge metric'. The metric summarises each class +#' as the Coefficient of variation of all patch areas belonging to class i. +#' The metric describes the differences among patches of the same class i in +#' the landscape and is easily comparable because it is scaled to the mean. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{AREA_CV >= 0} +#' \subsection{Behaviour}{Equals AREA_CV = 0 if all patches are identical in size. +#' Increases, without limit, as the variation of patch areas increases.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, \cr +#' \code{\link{lsm_c_area_mn}}, +#' \code{\link{lsm_c_area_sd}}, \cr +#' \code{\link{lsm_l_area_mn}}, +#' \code{\link{lsm_l_area_sd}}, +#' \code{\link{lsm_l_area_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_area_cv(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_area_cv +#' @rdname lsm_c_area_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_area_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_area_cv_calc, + directions = directions) + + layer <- rep(seq_len(length(result)), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) + +} + +lsm_c_area_cv_calc <- function(landscape, directions, resolution = NULL){ + + # get area of patches + area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(area$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "area_cv", + value = as.double(NA))) + } + + # calculate cv + area_cv <- stats::aggregate(area[, 5], by = area[, 2], + FUN = function(x) stats::sd(x) / mean(x) * 100) + + return(tibble::tibble(level = "class", + class = as.integer(area_cv$class), + id = as.integer(NA), + metric = "area_cv", + value = as.double(area_cv$value))) +} diff --git a/R/lsm_c_cai_cv.R b/R/lsm_c_cai_cv.R index 266cd8e26..bf6d6997e 100644 --- a/R/lsm_c_cai_cv.R +++ b/R/lsm_c_cai_cv.R @@ -1,96 +1,96 @@ -#' CAI_CV (class level) -#' -#' @description Coefficient of variation of core area index (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CAI_{CV} = cv(CAI[patch_{ij}]} -#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. -#' -#' CAI_CV is a 'Core area metric'. The metric summarises each class -#' as the Coefficient of variation of the core area index of all patches -#' belonging to class i. The core area index is the percentage of core area -#' in relation to patch area. A cell is defined as core area if the cell has -#' no neighbour with a different value than itself (rook's case). The metric -#' describes the differences among patches of the same class i in -#' the landscape. Because it is scaled to the mean, it is easily comparable. -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{CAI_CV >= 0} -#' \subsection{Behaviour}{Equals CAI_CV = 0 if the core area index is identical -#' for all patches. Increases, without limit, as the variation of the core area -#' indices increases.} -#' -#' @seealso -#' \code{\link{lsm_p_cai}}, \cr -#' \code{\link{lsm_c_cai_mn}}, -#' \code{\link{lsm_c_cai_sd}}, \cr -#' \code{\link{lsm_l_cai_mn}}, -#' \code{\link{lsm_l_cai_sd}}, -#' \code{\link{lsm_l_cai_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_cai_cv(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_cai_cv -#' @rdname lsm_c_cai_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_cai_cv <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_cai_cv_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_cai_cv_calc <- function(landscape, directions, consider_boundary, edge_depth){ - - # calculate core area index for each patch - cai <- lsm_p_cai_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - # all values NA - if (all(is.na(cai$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "cai_cv", - value = as.double(NA))) - } - - # summarise for classes - cai_cv <- stats::aggregate(x = cai[, 5], by = cai[, 2], FUN = function(x) sd(x) / mean(x) * 100) - - return(tibble::tibble(level = "class", - class = as.integer(cai_cv$class), - id = as.integer(NA), - metric = "cai_cv", - value = as.double(cai_cv$value))) -} +#' CAI_CV (class level) +#' +#' @description Coefficient of variation of core area index (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CAI_{CV} = cv(CAI[patch_{ij}]} +#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. +#' +#' CAI_CV is a 'Core area metric'. The metric summarises each class +#' as the Coefficient of variation of the core area index of all patches +#' belonging to class i. The core area index is the percentage of core area +#' in relation to patch area. A cell is defined as core area if the cell has +#' no neighbour with a different value than itself (rook's case). The metric +#' describes the differences among patches of the same class i in +#' the landscape. Because it is scaled to the mean, it is easily comparable. +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{CAI_CV >= 0} +#' \subsection{Behaviour}{Equals CAI_CV = 0 if the core area index is identical +#' for all patches. Increases, without limit, as the variation of the core area +#' indices increases.} +#' +#' @seealso +#' \code{\link{lsm_p_cai}}, \cr +#' \code{\link{lsm_c_cai_mn}}, +#' \code{\link{lsm_c_cai_sd}}, \cr +#' \code{\link{lsm_l_cai_mn}}, +#' \code{\link{lsm_l_cai_sd}}, +#' \code{\link{lsm_l_cai_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_cai_cv(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_cai_cv +#' @rdname lsm_c_cai_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_cai_cv <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_cai_cv_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_cai_cv_calc <- function(landscape, directions, consider_boundary, edge_depth){ + + # calculate core area index for each patch + cai <- lsm_p_cai_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + # all values NA + if (all(is.na(cai$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "cai_cv", + value = as.double(NA))) + } + + # summarise for classes + cai_cv <- stats::aggregate(x = cai[, 5], by = cai[, 2], FUN = function(x) stats::sd(x) / mean(x) * 100) + + return(tibble::tibble(level = "class", + class = as.integer(cai_cv$class), + id = as.integer(NA), + metric = "cai_cv", + value = as.double(cai_cv$value))) +} diff --git a/R/lsm_c_circle_cv.R b/R/lsm_c_circle_cv.R index 040c55b8c..faa4954c1 100644 --- a/R/lsm_c_circle_cv.R +++ b/R/lsm_c_circle_cv.R @@ -1,96 +1,97 @@ -#' CIRCLE_CV (Class level) -#' -#' @description Coefficient of variation of related circumscribing circle (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CIRCLE_{CV} = cv(CIRCLE[patch_{ij}])} -#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. -#' -#' CIRCLE_CV is a 'Shape metric' and summarises each class as the Coefficient of variation of -#' the related circumscribing circle of all patches belonging to class i. CIRCLE describes -#' the ratio between the patch area and the smallest circumscribing circle of the patch -#' and characterises the compactness of the patch. CIRCLE_CV describes the differences among -#' patches of the same class i in the landscape. Because it is scaled to the mean, -#' it is easily comparable. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{CIRCLE_CV >= 0} -#' \subsection{Behaviour}{Equals CIRCLE_CV if the related circumscribing circle is identical -#' for all patches. Increases, without limit, as the variation of related circumscribing -#' circles increases.} -#' -#' @seealso -#' \code{\link{lsm_p_circle}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_circle_mn}}, -#' \code{\link{lsm_c_circle_sd}}, \cr -#' \code{\link{lsm_l_circle_mn}}, -#' \code{\link{lsm_l_circle_sd}}, -#' \code{\link{lsm_l_circle_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_circle_cv(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_circle_cv -#' @rdname lsm_c_circle_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of -#' landscape structure using the GRASS geographical information system. -#' Landscape Ecology 7: 291-302. -#' -#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). -#' -#' @export -lsm_c_circle_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_circle_cv_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_circle_cv_calc <- function(landscape, directions, resolution = NULL) { - - # calculate circumscribing circle for each patch - circle <- lsm_p_circle_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(circle$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "circle_cv", - value = as.double(NA))) - } - - # summarise for classes - circle_cv <- stats::aggregate(x = circle[, 5], by = circle[, 2], FUN = function(x) sd(x) / mean(x) * 100) - - return(tibble::tibble(level = "class", - class = as.integer(circle_cv$class), - id = as.integer(NA), - metric = "circle_cv", - value = as.double(circle_cv$value))) -} - +#' CIRCLE_CV (Class level) +#' +#' @description Coefficient of variation of related circumscribing circle (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CIRCLE_{CV} = cv(CIRCLE[patch_{ij}])} +#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. +#' +#' CIRCLE_CV is a 'Shape metric' and summarises each class as the Coefficient of variation of +#' the related circumscribing circle of all patches belonging to class i. CIRCLE describes +#' the ratio between the patch area and the smallest circumscribing circle of the patch +#' and characterises the compactness of the patch. CIRCLE_CV describes the differences among +#' patches of the same class i in the landscape. Because it is scaled to the mean, +#' it is easily comparable. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{CIRCLE_CV >= 0} +#' \subsection{Behaviour}{Equals CIRCLE_CV if the related circumscribing circle is identical +#' for all patches. Increases, without limit, as the variation of related circumscribing +#' circles increases.} +#' +#' @seealso +#' \code{\link{lsm_p_circle}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_circle_mn}}, +#' \code{\link{lsm_c_circle_sd}}, \cr +#' \code{\link{lsm_l_circle_mn}}, +#' \code{\link{lsm_l_circle_sd}}, +#' \code{\link{lsm_l_circle_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_circle_cv(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_circle_cv +#' @rdname lsm_c_circle_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of +#' landscape structure using the GRASS geographical information system. +#' Landscape Ecology 7: 291-302. +#' +#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). +#' +#' @export +lsm_c_circle_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_circle_cv_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_circle_cv_calc <- function(landscape, directions, resolution = NULL) { + + # calculate circumscribing circle for each patch + circle <- lsm_p_circle_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(circle$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "circle_cv", + value = as.double(NA))) + } + + # summarise for classes + circle_cv <- stats::aggregate(x = circle[, 5], by = circle[, 2], + FUN = function(x) stats::sd(x) / mean(x) * 100) + + return(tibble::tibble(level = "class", + class = as.integer(circle_cv$class), + id = as.integer(NA), + metric = "circle_cv", + value = as.double(circle_cv$value))) +} + diff --git a/R/lsm_c_contig_cv.R b/R/lsm_c_contig_cv.R index 5fb3d1b5d..c961fc10f 100644 --- a/R/lsm_c_contig_cv.R +++ b/R/lsm_c_contig_cv.R @@ -1,95 +1,95 @@ -#' CONTIG_CV (class level) -#' -#' @description Coefficient of variation of Contiguity index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CONTIG_{CV} = cv(CONTIG[patch_{ij}])} -#' -#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. -#' -#' CONTIG_CV is a 'Shape metric'. It summarises each class as the mean of each patch -#' belonging to class i. CONTIG_CV asses the spatial connectedness (contiguity) of -#' cells in patches. The metric coerces patch values to a value of 1 and the background -#' to NA. A nine cell focal filter matrix: -#' -#' ``` -#' filter_matrix <- matrix(c(1, 2, 1, -#' 2, 1, 2, -#' 1, 2, 1), 3, 3, byrow = T) -#' ``` -#' ... is then used to weight orthogonally contiguous pixels more heavily than -#' diagonally contiguous pixels. Therefore, larger and more connections between -#' patch cells in the rookie case result in larger contiguity index values. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{CONTIG_CV >= 0} -#' \subsection{Behaviour}{CONTIG_CV = 0 if the contiguity index is -#' identical for all patches. Increases, without limit, as the variation of -#' CONTIG increases.} -#' -#' @seealso -#' \code{\link{lsm_p_contig}}, -#' \code{\link{lsm_c_contig_mn}}, -#' \code{\link{lsm_c_contig_cv}}, \cr -#' \code{\link{lsm_l_contig_mn}}, -#' \code{\link{lsm_l_contig_sd}}, -#' \code{\link{lsm_l_contig_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_contig_cv(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_contig_cv -#' @rdname lsm_c_contig_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. -#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 -#' -#' @export -lsm_c_contig_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_contig_cv_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_contig_cv_calc <- function(landscape, directions) { - - contig <- lsm_p_contig_calc(landscape, directions = directions) - - # all values NA - if (all(is.na(contig$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "contig_cv", - value = as.double(NA))) - } - - contig_cv <- stats::aggregate(x = contig[, 5], by = contig[, 2], - FUN = function(x) sd(x) / mean(x) * 100) - - return(tibble::tibble(level = "class", - class = as.integer(contig_cv$class), - id = as.integer(NA), - metric = "contig_cv", - value = as.double(contig_cv$value))) -} +#' CONTIG_CV (class level) +#' +#' @description Coefficient of variation of Contiguity index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CONTIG_{CV} = cv(CONTIG[patch_{ij}])} +#' +#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. +#' +#' CONTIG_CV is a 'Shape metric'. It summarises each class as the mean of each patch +#' belonging to class i. CONTIG_CV asses the spatial connectedness (contiguity) of +#' cells in patches. The metric coerces patch values to a value of 1 and the background +#' to NA. A nine cell focal filter matrix: +#' +#' ``` +#' filter_matrix <- matrix(c(1, 2, 1, +#' 2, 1, 2, +#' 1, 2, 1), 3, 3, byrow = T) +#' ``` +#' ... is then used to weight orthogonally contiguous pixels more heavily than +#' diagonally contiguous pixels. Therefore, larger and more connections between +#' patch cells in the rookie case result in larger contiguity index values. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{CONTIG_CV >= 0} +#' \subsection{Behaviour}{CONTIG_CV = 0 if the contiguity index is +#' identical for all patches. Increases, without limit, as the variation of +#' CONTIG increases.} +#' +#' @seealso +#' \code{\link{lsm_p_contig}}, +#' \code{\link{lsm_c_contig_mn}}, +#' \code{\link{lsm_c_contig_cv}}, \cr +#' \code{\link{lsm_l_contig_mn}}, +#' \code{\link{lsm_l_contig_sd}}, +#' \code{\link{lsm_l_contig_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_contig_cv(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_contig_cv +#' @rdname lsm_c_contig_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. +#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 +#' +#' @export +lsm_c_contig_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_contig_cv_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_contig_cv_calc <- function(landscape, directions) { + + contig <- lsm_p_contig_calc(landscape, directions = directions) + + # all values NA + if (all(is.na(contig$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "contig_cv", + value = as.double(NA))) + } + + contig_cv <- stats::aggregate(x = contig[, 5], by = contig[, 2], + FUN = function(x) stats::sd(x) / mean(x) * 100) + + return(tibble::tibble(level = "class", + class = as.integer(contig_cv$class), + id = as.integer(NA), + metric = "contig_cv", + value = as.double(contig_cv$value))) +} diff --git a/R/lsm_c_core_cv.R b/R/lsm_c_core_cv.R index 0a537092a..fa7493b55 100644 --- a/R/lsm_c_core_cv.R +++ b/R/lsm_c_core_cv.R @@ -1,93 +1,93 @@ -#' CORE_CV (class level) -#' -#' @description Coefficient of variation of core area (Core area metric) -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CORE_{CV} = cv(CORE[patch_{ij}])} -#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. -#' -#' CORE_CV is a 'Core area metric'. It equals the Coefficient of variation of the core area -#' of each patch belonging to class i. The core area is defined as all cells that have no -#' neighbour with a different value than themselves (rook's case). The metric describes the -#' differences among patches of the same class i in the landscape and is easily comparable -#' because it is scaled to the mean. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{CORE_CV >= 0} -#' \subsection{Behaviour}{Equals CORE_CV = 0 if all patches have the same core area. -#' Increases, without limit, as the variation of patch core areas increases.} -#' -#' @seealso -#' \code{\link{lsm_p_core}}, \cr -#' \code{\link{lsm_c_core_mn}}, -#' \code{\link{lsm_c_core_sd}}, \cr -#' \code{\link{lsm_l_core_mn}}, -#' \code{\link{lsm_l_core_sd}}, -#' \code{\link{lsm_l_core_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_core_cv(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_core_cv -#' @rdname lsm_c_core_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_core_cv <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_core_cv_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_core_cv_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL) { - - # calculate core for each patch - core <- lsm_p_core_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # all values NA - if (all(is.na(core$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "core_cv", - value = as.double(NA))) - } - - # summarise for class - core_cv <- stats::aggregate(x = core[, 5], by = core[, 2], - FUN = function(x) sd(x) / mean(x) * 100) - - return(tibble::tibble(level = "class", - class = as.integer(core_cv$class), - id = as.integer(NA), - metric = "core_cv", - value = as.double(core_cv$value))) -} +#' CORE_CV (class level) +#' +#' @description Coefficient of variation of core area (Core area metric) +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CORE_{CV} = cv(CORE[patch_{ij}])} +#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. +#' +#' CORE_CV is a 'Core area metric'. It equals the Coefficient of variation of the core area +#' of each patch belonging to class i. The core area is defined as all cells that have no +#' neighbour with a different value than themselves (rook's case). The metric describes the +#' differences among patches of the same class i in the landscape and is easily comparable +#' because it is scaled to the mean. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{CORE_CV >= 0} +#' \subsection{Behaviour}{Equals CORE_CV = 0 if all patches have the same core area. +#' Increases, without limit, as the variation of patch core areas increases.} +#' +#' @seealso +#' \code{\link{lsm_p_core}}, \cr +#' \code{\link{lsm_c_core_mn}}, +#' \code{\link{lsm_c_core_sd}}, \cr +#' \code{\link{lsm_l_core_mn}}, +#' \code{\link{lsm_l_core_sd}}, +#' \code{\link{lsm_l_core_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_core_cv(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_core_cv +#' @rdname lsm_c_core_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_core_cv <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_core_cv_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_core_cv_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL) { + + # calculate core for each patch + core <- lsm_p_core_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # all values NA + if (all(is.na(core$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "core_cv", + value = as.double(NA))) + } + + # summarise for class + core_cv <- stats::aggregate(x = core[, 5], by = core[, 2], + FUN = function(x) stats::sd(x) / mean(x) * 100) + + return(tibble::tibble(level = "class", + class = as.integer(core_cv$class), + id = as.integer(NA), + metric = "core_cv", + value = as.double(core_cv$value))) +} diff --git a/R/lsm_c_dcore_cv.R b/R/lsm_c_dcore_cv.R index ad2c6787e..2d00f97e3 100644 --- a/R/lsm_c_dcore_cv.R +++ b/R/lsm_c_dcore_cv.R @@ -1,95 +1,96 @@ -#' DCORE_CV (class level) -#' -#' @description Coefficient of variation number of disjunct core areas (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{DCORE_{CV} = cv(NCORE[patch_{ij}])} -#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. -#' -#' DCORE_CV is an 'Core area metric'. It summarises each class as the Coefficient -#' of variation of all patch areas belonging to class i. A cell is defined as core if the cell -#' has no neighbour with a different value than itself (rook's case). NCORE counts the disjunct -#' core areas, whereby a core area is a 'patch within the patch' containing only core cells. -#' The metric describes the differences among patches of the same class i in -#' the landscape and is easily comparable because it is scaled to the mean. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{DCORE_CV >= 0} -#' \subsection{Behaviour}{Equals DCORE_CV = 0 if all patches have the same number of disjunct -#' core areas. Increases, without limit, as the variation of number of disjunct core areas -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_ncore}}, \cr -#' \code{\link{lsm_c_dcore_mn}}, -#' \code{\link{lsm_c_dcore_sd}}, \cr -#' \code{\link{lsm_l_dcore_mn}}, -#' \code{\link{lsm_l_dcore_sd}}, -#' \code{\link{lsm_l_dcore_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_dcore_cv(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_dcore_cv -#' @rdname lsm_c_dcore_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_dcore_cv <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_dcore_cv_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_dcore_cv_calc <- function(landscape, directions, consider_boundary, edge_depth, - points = NULL){ - - dcore <- lsm_p_ncore_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - points = points) - - # all values NA - if (all(is.na(dcore$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcore_cv", - value = as.double(NA))) - } - - dcore_cv <- stats::aggregate(x = dcore[, 5], by = dcore[, 2], FUN = function(x) sd(x) / mean(x) * 100) - - return(tibble::tibble(level = "class", - class = as.integer(dcore_cv$class), - id = as.integer(NA), - metric = "dcore_cv", - value = as.double(dcore_cv$value))) -} +#' DCORE_CV (class level) +#' +#' @description Coefficient of variation number of disjunct core areas (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{DCORE_{CV} = cv(NCORE[patch_{ij}])} +#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. +#' +#' DCORE_CV is an 'Core area metric'. It summarises each class as the Coefficient +#' of variation of all patch areas belonging to class i. A cell is defined as core if the cell +#' has no neighbour with a different value than itself (rook's case). NCORE counts the disjunct +#' core areas, whereby a core area is a 'patch within the patch' containing only core cells. +#' The metric describes the differences among patches of the same class i in +#' the landscape and is easily comparable because it is scaled to the mean. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{DCORE_CV >= 0} +#' \subsection{Behaviour}{Equals DCORE_CV = 0 if all patches have the same number of disjunct +#' core areas. Increases, without limit, as the variation of number of disjunct core areas +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_ncore}}, \cr +#' \code{\link{lsm_c_dcore_mn}}, +#' \code{\link{lsm_c_dcore_sd}}, \cr +#' \code{\link{lsm_l_dcore_mn}}, +#' \code{\link{lsm_l_dcore_sd}}, +#' \code{\link{lsm_l_dcore_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_dcore_cv(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_dcore_cv +#' @rdname lsm_c_dcore_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_dcore_cv <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_dcore_cv_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_dcore_cv_calc <- function(landscape, directions, consider_boundary, edge_depth, + points = NULL){ + + dcore <- lsm_p_ncore_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + points = points) + + # all values NA + if (all(is.na(dcore$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcore_cv", + value = as.double(NA))) + } + + dcore_cv <- stats::aggregate(x = dcore[, 5], by = dcore[, 2], + FUN = function(x) stats::sd(x) / mean(x) * 100) + + return(tibble::tibble(level = "class", + class = as.integer(dcore_cv$class), + id = as.integer(NA), + metric = "dcore_cv", + value = as.double(dcore_cv$value))) +} diff --git a/R/lsm_c_dcore_sd.R b/R/lsm_c_dcore_sd.R index 0ac2186b3..07ca05036 100644 --- a/R/lsm_c_dcore_sd.R +++ b/R/lsm_c_dcore_sd.R @@ -1,97 +1,95 @@ -#' DCORE_SD (class level) -#' -#' @description Standard deviation number of disjunct core areas (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{DCORE_{SD} = sd(NCORE[patch_{ij}])} -#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. -#' -#' DCORE_SD is an 'Core area metric'. It summarises each class as the standard deviation -#' of all patch areas belonging to class i. A cell is defined as core if the cell -#' has no neighbour with a different value than itself (rook's case). NCORE counts the disjunct -#' core areas, whereby a core area is a 'patch within the patch' containing only core cells. -#' The metric describes the differences among patches of the same class i in -#' the landscape. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{DCORE_SD >= 0} -#' \subsection{Behaviour}{Equals DCORE_SD = 0 if all patches have the same number of disjunct -#' core areas. Increases, without limit, as the variation of number of disjunct core areas -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_ncore}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_dcore_mn}}, -#' \code{\link{lsm_c_dcore_cv}}, \cr -#' \code{\link{lsm_l_dcore_mn}}, -#' \code{\link{lsm_l_dcore_sd}}, -#' \code{\link{lsm_l_dcore_cv}} -#' -#' @return tibble -#' -#' @importFrom stats sd -#' -#' @examples -#' lsm_c_dcore_sd(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_dcore_sd -#' @rdname lsm_c_dcore_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_dcore_sd <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_dcore_sd_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_dcore_sd_calc <- function(landscape, directions, consider_boundary, edge_depth, - points = NULL){ - - dcore <- lsm_p_ncore_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - points = points) - - if (all(is.na(dcore$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcore_sd", - value = as.double(NA))) - } - - dcore_sd <- stats::aggregate(x = dcore[, 5], by = dcore[, 2], FUN = stats::sd) - - return(tibble::tibble(level = "class", - class = as.integer(dcore_sd$class), - id = as.integer(NA), - metric = "dcore_sd", - value = as.double(dcore_sd$value))) -} +#' DCORE_SD (class level) +#' +#' @description Standard deviation number of disjunct core areas (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{DCORE_{SD} = sd(NCORE[patch_{ij}])} +#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. +#' +#' DCORE_SD is an 'Core area metric'. It summarises each class as the standard deviation +#' of all patch areas belonging to class i. A cell is defined as core if the cell +#' has no neighbour with a different value than itself (rook's case). NCORE counts the disjunct +#' core areas, whereby a core area is a 'patch within the patch' containing only core cells. +#' The metric describes the differences among patches of the same class i in +#' the landscape. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{DCORE_SD >= 0} +#' \subsection{Behaviour}{Equals DCORE_SD = 0 if all patches have the same number of disjunct +#' core areas. Increases, without limit, as the variation of number of disjunct core areas +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_ncore}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_dcore_mn}}, +#' \code{\link{lsm_c_dcore_cv}}, \cr +#' \code{\link{lsm_l_dcore_mn}}, +#' \code{\link{lsm_l_dcore_sd}}, +#' \code{\link{lsm_l_dcore_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_dcore_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_dcore_sd +#' @rdname lsm_c_dcore_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_dcore_sd <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_dcore_sd_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_dcore_sd_calc <- function(landscape, directions, consider_boundary, edge_depth, + points = NULL){ + + dcore <- lsm_p_ncore_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + points = points) + + if (all(is.na(dcore$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcore_sd", + value = as.double(NA))) + } + + dcore_sd <- stats::aggregate(x = dcore[, 5], by = dcore[, 2], FUN = stats::sd) + + return(tibble::tibble(level = "class", + class = as.integer(dcore_sd$class), + id = as.integer(NA), + metric = "dcore_sd", + value = as.double(dcore_sd$value))) +} diff --git a/R/lsm_c_enn_cv.R b/R/lsm_c_enn_cv.R index 9312512dc..808b9a42f 100644 --- a/R/lsm_c_enn_cv.R +++ b/R/lsm_c_enn_cv.R @@ -1,93 +1,94 @@ -#' ENN_CV (class level) -#' -#' @description Coefficient of variation of euclidean nearest-neighbor distance (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' @param verbose Print warning message if not sufficient patches are present -#' -#' @details -#' \deqn{ENN_{CV} = cv(ENN[patch_{ij}])} -#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance -#' of each patch. -#' -#' ENN_CV is an 'Aggregation metric'. It summarises each class as the Coefficient -#' of variation of each patch belonging to class i. ENN measures the distance to the nearest -#' neighbouring patch of the same class i. The distance is measured from edge-to-edge. -#' The range is limited by the cell resolution on the lower limit and the landscape extent -#' on the upper limit. The metric is a simple way to describe patch isolation. Because it is -#' scaled to the mean, it is easily comparable among different landscapes. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{ENN_CV >= 0} -#' \subsection{Behaviour}{Equals ENN_CV = 0 if the euclidean nearest-neighbor distance is -#' identical for all patches. Increases, without limit, as the variation of ENN increases.} -#' -#' @seealso -#' \code{\link{lsm_p_enn}}, \cr -#' \code{\link{lsm_c_enn_mn}}, -#' \code{\link{lsm_c_enn_sd}}, \cr -#' \code{\link{lsm_l_enn_mn}}, -#' \code{\link{lsm_l_enn_sd}}, -#' \code{\link{lsm_l_enn_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_enn_cv(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_enn_cv -#' @rdname lsm_c_enn_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape -#' structure and breeding birds in the Oregon Coast Range. -#' Ecological monographs, 65(3), 235-260. -#' -#' @export -lsm_c_enn_cv <- function(landscape, directions = 8, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_enn_cv_calc, - directions = directions, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_enn_cv_calc <- function(landscape, directions, verbose, - points = NULL) { - - enn <- lsm_p_enn_calc(landscape, - directions = directions, - verbose = verbose, - points = points) - - # all cells are NA - if (all(is.na(enn$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "enn_cv", - value = as.double(NA))) - } - - enn_cv <- stats::aggregate(x = enn[, 5], by = enn[, 2], FUN = function(x) sd(x) / mean(x) * 100) - - return(tibble::tibble(level = "class", - class = as.integer(enn_cv$class), - id = as.integer(NA), - metric = "enn_cv", - value = as.double(enn_cv$value))) -} +#' ENN_CV (class level) +#' +#' @description Coefficient of variation of euclidean nearest-neighbor distance (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' @param verbose Print warning message if not sufficient patches are present +#' +#' @details +#' \deqn{ENN_{CV} = cv(ENN[patch_{ij}])} +#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance +#' of each patch. +#' +#' ENN_CV is an 'Aggregation metric'. It summarises each class as the Coefficient +#' of variation of each patch belonging to class i. ENN measures the distance to the nearest +#' neighbouring patch of the same class i. The distance is measured from edge-to-edge. +#' The range is limited by the cell resolution on the lower limit and the landscape extent +#' on the upper limit. The metric is a simple way to describe patch isolation. Because it is +#' scaled to the mean, it is easily comparable among different landscapes. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{ENN_CV >= 0} +#' \subsection{Behaviour}{Equals ENN_CV = 0 if the euclidean nearest-neighbor distance is +#' identical for all patches. Increases, without limit, as the variation of ENN increases.} +#' +#' @seealso +#' \code{\link{lsm_p_enn}}, \cr +#' \code{\link{lsm_c_enn_mn}}, +#' \code{\link{lsm_c_enn_sd}}, \cr +#' \code{\link{lsm_l_enn_mn}}, +#' \code{\link{lsm_l_enn_sd}}, +#' \code{\link{lsm_l_enn_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_enn_cv(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_enn_cv +#' @rdname lsm_c_enn_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape +#' structure and breeding birds in the Oregon Coast Range. +#' Ecological monographs, 65(3), 235-260. +#' +#' @export +lsm_c_enn_cv <- function(landscape, directions = 8, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_enn_cv_calc, + directions = directions, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_enn_cv_calc <- function(landscape, directions, verbose, + points = NULL) { + + enn <- lsm_p_enn_calc(landscape, + directions = directions, + verbose = verbose, + points = points) + + # all cells are NA + if (all(is.na(enn$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "enn_cv", + value = as.double(NA))) + } + + enn_cv <- stats::aggregate(x = enn[, 5], by = enn[, 2], + FUN = function(x) stats::sd(x) / mean(x) * 100) + + return(tibble::tibble(level = "class", + class = as.integer(enn_cv$class), + id = as.integer(NA), + metric = "enn_cv", + value = as.double(enn_cv$value))) +} diff --git a/R/lsm_c_frac_cv.R b/R/lsm_c_frac_cv.R index e76d895de..99e466eaf 100644 --- a/R/lsm_c_frac_cv.R +++ b/R/lsm_c_frac_cv.R @@ -1,89 +1,89 @@ -#' FRAC_CV (class level) -#' -#' @description Coefficient of variation fractal dimension index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{FRAC_{CV} = cv(FRAC[patch_{ij}])} -#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. -#' -#' FRAC_CV is a 'Shape metric'. The metric summarises each class -#' as the Coefficient of variation of the fractal dimension index of all patches -#' belonging to class i. The fractal dimension index is based on the patch perimeter and -#' the patch area and describes the patch complexity. The Coefficient of variation is -#' scaled to the mean and comparable among different landscapes. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{FRAC_CV >= 0 } -#' \subsection{Behaviour}{Equals FRAC_CV = 0 if the fractal dimension index is identical -#' for all patches. Increases, without limit, as the variation of the fractal dimension -#' indices increases.} -#' -#' @seealso -#' \code{\link{lsm_p_frac}}, \cr -#' \code{\link{lsm_c_frac_mn}}, -#' \code{\link{lsm_c_frac_sd}}, \cr -#' \code{\link{lsm_l_frac_mn}}, -#' \code{\link{lsm_l_frac_sd}}, -#' \code{\link{lsm_l_frac_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_frac_cv(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_frac_cv -#' @rdname lsm_c_frac_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. -#' San Francisco. W. H. Freeman and Company. -#' -#' @export -lsm_c_frac_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_frac_cv_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_frac_cv_calc <- function(landscape, directions, resolution = NULL){ - - frac <- lsm_p_frac_calc(landscape, - directions = directions, - resolution = resolution) - - # all cells are NA - if (all(is.na(frac$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "frac_cv", - value = as.double(NA))) - } - - frac_cv <- stats::aggregate(x = frac[, 5], by = frac[, 2], - FUN = function(x) sd(x) / mean(x) * 100) - - return(tibble::tibble(level = "class", - class = as.integer(frac_cv$class), - id = as.integer(NA), - metric = "frac_cv", - value = as.double(frac_cv$value))) -} +#' FRAC_CV (class level) +#' +#' @description Coefficient of variation fractal dimension index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{FRAC_{CV} = cv(FRAC[patch_{ij}])} +#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. +#' +#' FRAC_CV is a 'Shape metric'. The metric summarises each class +#' as the Coefficient of variation of the fractal dimension index of all patches +#' belonging to class i. The fractal dimension index is based on the patch perimeter and +#' the patch area and describes the patch complexity. The Coefficient of variation is +#' scaled to the mean and comparable among different landscapes. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{FRAC_CV >= 0 } +#' \subsection{Behaviour}{Equals FRAC_CV = 0 if the fractal dimension index is identical +#' for all patches. Increases, without limit, as the variation of the fractal dimension +#' indices increases.} +#' +#' @seealso +#' \code{\link{lsm_p_frac}}, \cr +#' \code{\link{lsm_c_frac_mn}}, +#' \code{\link{lsm_c_frac_sd}}, \cr +#' \code{\link{lsm_l_frac_mn}}, +#' \code{\link{lsm_l_frac_sd}}, +#' \code{\link{lsm_l_frac_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_frac_cv(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_frac_cv +#' @rdname lsm_c_frac_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. +#' San Francisco. W. H. Freeman and Company. +#' +#' @export +lsm_c_frac_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_frac_cv_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_frac_cv_calc <- function(landscape, directions, resolution = NULL){ + + frac <- lsm_p_frac_calc(landscape, + directions = directions, + resolution = resolution) + + # all cells are NA + if (all(is.na(frac$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "frac_cv", + value = as.double(NA))) + } + + frac_cv <- stats::aggregate(x = frac[, 5], by = frac[, 2], + FUN = function(x) stats::sd(x) / mean(x) * 100) + + return(tibble::tibble(level = "class", + class = as.integer(frac_cv$class), + id = as.integer(NA), + metric = "frac_cv", + value = as.double(frac_cv$value))) +} diff --git a/R/lsm_c_gyrate_cv.R b/R/lsm_c_gyrate_cv.R index ac7fc212c..5f074e5be 100644 --- a/R/lsm_c_gyrate_cv.R +++ b/R/lsm_c_gyrate_cv.R @@ -1,100 +1,100 @@ -#' GYRATE_CV (class level) -#' -#' @description Coefficient of variation radius of gyration (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param cell_center If true, the coordinates of the centroid are forced to be -#' a cell center within the patch. -#' -#' @details -#' \deqn{GYRATE_{CV} = cv(GYRATE[patch_{ij}])} -#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. -#' -#' GYRATE_CV is an 'Area and edge metric'. The metric summarises each class -#' as the Coefficient of variation of the radius of gyration of all patches -#' belonging to class i. GYRATE measures the distance from each cell to the patch -#' centroid and is based on cell center-to-cell center distances. The metrics characterises -#' both the patch area and compactness. The Coefficient of variation is -#' scaled to the mean and comparable among different landscapes. -#' -#' If `cell_center = TRUE` some patches might have several possible cell-center -#' centroids. In this case, the gyrate index is based on the mean distance of all -#' cells to all possible cell-center centroids. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{GYRATE_CV >= 0 } -#' \subsection{Behaviour}{Equals GYRATE_CV = 0 if the radius of gyration is identical -#' for all patches. Increases, without limit, as the variation of the radius of gyration -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_gyrate}}, \cr -#' \code{\link{lsm_c_gyrate_mn}}, -#' \code{\link{lsm_c_gyrate_sd}}, \cr -#' \code{\link{lsm_l_gyrate_mn}}, -#' \code{\link{lsm_l_gyrate_sd}}, -#' \code{\link{lsm_l_gyrate_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_gyrate_cv(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_gyrate_cv -#' @rdname lsm_c_gyrate_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales -#' in fragmented landscapes. Conservation ecology, 1(1). -#' -#' @export -lsm_c_gyrate_cv <- function(landscape, - directions = 8, cell_center = FALSE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_gyrate_cv_calc, - directions = directions, - cell_center = cell_center) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_gyrate_cv_calc <- function(landscape, directions, cell_center, - points = NULL) { - - gyrate <- lsm_p_gyrate_calc(landscape, - directions = directions, - cell_center = cell_center, - points = points) - - # all cells are NA - if (all(is.na(gyrate$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "gyrate_cv", - value = as.double(NA))) - } - - gyrate_cv <- stats::aggregate(x = gyrate[, 5], by = gyrate[, 2], - FUN = function(x) sd(x) / mean(x) * 100) - - return(tibble::tibble(level = "class", - class = as.integer(gyrate_cv$class), - id = as.integer(NA), - metric = "gyrate_cv", - value = as.double(gyrate_cv$value))) -} +#' GYRATE_CV (class level) +#' +#' @description Coefficient of variation radius of gyration (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param cell_center If true, the coordinates of the centroid are forced to be +#' a cell center within the patch. +#' +#' @details +#' \deqn{GYRATE_{CV} = cv(GYRATE[patch_{ij}])} +#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. +#' +#' GYRATE_CV is an 'Area and edge metric'. The metric summarises each class +#' as the Coefficient of variation of the radius of gyration of all patches +#' belonging to class i. GYRATE measures the distance from each cell to the patch +#' centroid and is based on cell center-to-cell center distances. The metrics characterises +#' both the patch area and compactness. The Coefficient of variation is +#' scaled to the mean and comparable among different landscapes. +#' +#' If `cell_center = TRUE` some patches might have several possible cell-center +#' centroids. In this case, the gyrate index is based on the mean distance of all +#' cells to all possible cell-center centroids. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{GYRATE_CV >= 0 } +#' \subsection{Behaviour}{Equals GYRATE_CV = 0 if the radius of gyration is identical +#' for all patches. Increases, without limit, as the variation of the radius of gyration +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_gyrate}}, \cr +#' \code{\link{lsm_c_gyrate_mn}}, +#' \code{\link{lsm_c_gyrate_sd}}, \cr +#' \code{\link{lsm_l_gyrate_mn}}, +#' \code{\link{lsm_l_gyrate_sd}}, +#' \code{\link{lsm_l_gyrate_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_gyrate_cv(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_gyrate_cv +#' @rdname lsm_c_gyrate_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales +#' in fragmented landscapes. Conservation ecology, 1(1). +#' +#' @export +lsm_c_gyrate_cv <- function(landscape, + directions = 8, cell_center = FALSE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_gyrate_cv_calc, + directions = directions, + cell_center = cell_center) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_gyrate_cv_calc <- function(landscape, directions, cell_center, + points = NULL) { + + gyrate <- lsm_p_gyrate_calc(landscape, + directions = directions, + cell_center = cell_center, + points = points) + + # all cells are NA + if (all(is.na(gyrate$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "gyrate_cv", + value = as.double(NA))) + } + + gyrate_cv <- stats::aggregate(x = gyrate[, 5], by = gyrate[, 2], + FUN = function(x) stats::sd(x) / mean(x) * 100) + + return(tibble::tibble(level = "class", + class = as.integer(gyrate_cv$class), + id = as.integer(NA), + metric = "gyrate_cv", + value = as.double(gyrate_cv$value))) +} diff --git a/R/lsm_c_para_cv.R b/R/lsm_c_para_cv.R index 2eb032da1..47a625849 100644 --- a/R/lsm_c_para_cv.R +++ b/R/lsm_c_para_cv.R @@ -1,85 +1,86 @@ -#' PARA_CV (class level) -#' -#' @description Coefficient of variation perimeter-area ratio (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PARA_{CV} = cv(PARA[patch_{ij}]} -#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. -#' -#' PARA_CV is a 'Shape metric'. It summarises each class as the Coefficient of variation of -#' each patch belonging to class i. The perimeter-area ratio describes the patch complexity -#' in a straightforward way. However, because it is not standarised to a certain shape -#' (e.g. a square), it is not scale independent, meaning that increasing the patch size -#' while not changing the patch form will change the ratio. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{PARA_CV >= 0} -#' \subsection{Behaviour}{Equals PARA_CV = 0 if the perimeter-area ratio is identical for -#' all patches. Increases, without limit, as the variation of the perimeter-area ratio -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_para}}, \cr -#' \code{\link{lsm_c_para_mn}}, -#' \code{\link{lsm_c_para_sd}}, \cr -#' \code{\link{lsm_l_para_mn}}, -#' \code{\link{lsm_l_para_sd}}, -#' \code{\link{lsm_l_para_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_para_cv(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_para_cv -#' @rdname lsm_c_para_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_para_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_para_cv_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_para_cv_calc <- function(landscape, directions, resolution = NULL){ - - para <- lsm_p_para_calc(landscape, - directions = directions, - resolution = resolution) - - # all cells are NA - if (all(is.na(para$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "para_cv", - value = as.double(NA))) - } - - para_cv <- stats::aggregate(x = para[, 5], by = para[, 2], FUN = function(x) sd(x) / mean(x) * 100) - - return(tibble::tibble(level = "class", - class = as.integer(para_cv$class), - id = as.integer(NA), - metric = "para_cv", - value = as.double(para_cv$value))) -} +#' PARA_CV (class level) +#' +#' @description Coefficient of variation perimeter-area ratio (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PARA_{CV} = cv(PARA[patch_{ij}]} +#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. +#' +#' PARA_CV is a 'Shape metric'. It summarises each class as the Coefficient of variation of +#' each patch belonging to class i. The perimeter-area ratio describes the patch complexity +#' in a straightforward way. However, because it is not standarised to a certain shape +#' (e.g. a square), it is not scale independent, meaning that increasing the patch size +#' while not changing the patch form will change the ratio. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{PARA_CV >= 0} +#' \subsection{Behaviour}{Equals PARA_CV = 0 if the perimeter-area ratio is identical for +#' all patches. Increases, without limit, as the variation of the perimeter-area ratio +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_para}}, \cr +#' \code{\link{lsm_c_para_mn}}, +#' \code{\link{lsm_c_para_sd}}, \cr +#' \code{\link{lsm_l_para_mn}}, +#' \code{\link{lsm_l_para_sd}}, +#' \code{\link{lsm_l_para_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_para_cv(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_para_cv +#' @rdname lsm_c_para_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_para_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_para_cv_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_para_cv_calc <- function(landscape, directions, resolution = NULL){ + + para <- lsm_p_para_calc(landscape, + directions = directions, + resolution = resolution) + + # all cells are NA + if (all(is.na(para$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "para_cv", + value = as.double(NA))) + } + + para_cv <- stats::aggregate(x = para[, 5], by = para[, 2], + FUN = function(x) stats::sd(x) / mean(x) * 100) + + return(tibble::tibble(level = "class", + class = as.integer(para_cv$class), + id = as.integer(NA), + metric = "para_cv", + value = as.double(para_cv$value))) +} diff --git a/R/lsm_c_shape_cv.R b/R/lsm_c_shape_cv.R index 720034b32..3fe050718 100644 --- a/R/lsm_c_shape_cv.R +++ b/R/lsm_c_shape_cv.R @@ -1,89 +1,90 @@ -#' SHAPE_CV (class level) -#' -#' @description Covariance of variation shape index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{SHAPE_{CV} = cv(SHAPE[patch_{ij}])} -#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. -#' -#' SHAPE_CV is a 'Shape metric'. Each class is summarised as the Coefficient of variation -#' of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter -#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -#' equals the perimeter if the patch would be maximally compact. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{SHAPE_CV >= 0} -#' \subsection{Behaviour}{Equals SHAPE_CV = 0 if all patches have an identical shape index. -#' Increases, without limit, as the variation of the shape index increases.} -#' -#' @seealso -#' \code{\link{lsm_p_shape}}, \cr -#' \code{\link{lsm_c_shape_mn}}, -#' \code{\link{lsm_c_shape_sd}}, \cr -#' \code{\link{lsm_l_shape_mn}}, -#' \code{\link{lsm_l_shape_sd}}, -#' \code{\link{lsm_l_shape_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_shape_cv(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_shape_cv -#' @rdname lsm_c_shape_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". -#' Wildl. Soc.Bull. 3:171-173. -#' -#' @export -lsm_c_shape_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_shape_cv_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_shape_cv_calc <- function(landscape, directions, resolution = NULL){ - - # shape index for each patch - shape <- lsm_p_shape_calc(landscape, - directions = directions, - resolution = resolution) - - # all cells are NA - if (all(is.na(shape$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "shape_cv", - value = as.double(NA))) - } - - # calculate cv - shape_cv <- stats::aggregate(x = shape[, 5], by = shape[, 2], - FUN = function(x) sd(x, na.rm = TRUE) / mean(x, na.rm = TRUE) * 100) - - return(tibble::tibble(level = "class", - class = as.integer(shape_cv$class), - id = as.integer(NA), - metric = "shape_cv", - value = as.double(shape_cv$value))) -} +#' SHAPE_CV (class level) +#' +#' @description Covariance of variation shape index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{SHAPE_{CV} = cv(SHAPE[patch_{ij}])} +#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. +#' +#' SHAPE_CV is a 'Shape metric'. Each class is summarised as the Coefficient of variation +#' of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter +#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter +#' equals the perimeter if the patch would be maximally compact. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{SHAPE_CV >= 0} +#' \subsection{Behaviour}{Equals SHAPE_CV = 0 if all patches have an identical shape index. +#' Increases, without limit, as the variation of the shape index increases.} +#' +#' @seealso +#' \code{\link{lsm_p_shape}}, \cr +#' \code{\link{lsm_c_shape_mn}}, +#' \code{\link{lsm_c_shape_sd}}, \cr +#' \code{\link{lsm_l_shape_mn}}, +#' \code{\link{lsm_l_shape_sd}}, +#' \code{\link{lsm_l_shape_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_shape_cv(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_shape_cv +#' @rdname lsm_c_shape_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". +#' Wildl. Soc.Bull. 3:171-173. +#' +#' @export +lsm_c_shape_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_shape_cv_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_shape_cv_calc <- function(landscape, directions, resolution = NULL){ + + # shape index for each patch + shape <- lsm_p_shape_calc(landscape, + directions = directions, + resolution = resolution) + + # all cells are NA + if (all(is.na(shape$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "shape_cv", + value = as.double(NA))) + } + + # calculate cv + shape_cv <- stats::aggregate(x = shape[, 5], by = shape[, 2], + FUN = function(x) stats::sd(x, na.rm = TRUE) / + mean(x, na.rm = TRUE) * 100) + + return(tibble::tibble(level = "class", + class = as.integer(shape_cv$class), + id = as.integer(NA), + metric = "shape_cv", + value = as.double(shape_cv$value))) +} diff --git a/R/lsm_l_area_cv.R b/R/lsm_l_area_cv.R index d17b66223..46eb4a983 100644 --- a/R/lsm_l_area_cv.R +++ b/R/lsm_l_area_cv.R @@ -1,84 +1,84 @@ -#' AREA_CV (landscape level) -#' -#' @description Coefficient of variation of patch area (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{AREA_{CV} = cv(AREA[patch_{ij}])} -#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. -#' -#' AREA_CV is an 'Area and Edge metric'. The metric summarises the landscape -#' as the Coefficient of variation of all patches in the landscape. -#' The metric describes the differences among patches in the landscape and is -#' easily comparable because it is scaled to the mean. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{AREA_CV >= 0} -#' \subsection{Behaviour}{Equals AREA_CV = 0 if all patches are identical in size. -#' Increases, without limit, as the variation of patch areas increases.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, \cr -#' \code{\link{lsm_c_area_mn}}, -#' \code{\link{lsm_c_area_sd}}, -#' \code{\link{lsm_c_area_cv}}, \cr -#' \code{\link{lsm_l_area_mn}}, -#' \code{\link{lsm_l_area_sd}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_area_cv(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_area_cv -#' @rdname lsm_l_area_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_area_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_area_cv_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_area_cv_calc <- function(landscape, directions, resolution = NULL){ - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(area_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "area_cv", - value = as.double(NA))) - } - - # calculate cv - area_cv <- sd(area_patch$value) / mean(area_patch$value) * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "area_cv", - value = as.double(area_cv))) -} +#' AREA_CV (landscape level) +#' +#' @description Coefficient of variation of patch area (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{AREA_{CV} = cv(AREA[patch_{ij}])} +#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. +#' +#' AREA_CV is an 'Area and Edge metric'. The metric summarises the landscape +#' as the Coefficient of variation of all patches in the landscape. +#' The metric describes the differences among patches in the landscape and is +#' easily comparable because it is scaled to the mean. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{AREA_CV >= 0} +#' \subsection{Behaviour}{Equals AREA_CV = 0 if all patches are identical in size. +#' Increases, without limit, as the variation of patch areas increases.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, \cr +#' \code{\link{lsm_c_area_mn}}, +#' \code{\link{lsm_c_area_sd}}, +#' \code{\link{lsm_c_area_cv}}, \cr +#' \code{\link{lsm_l_area_mn}}, +#' \code{\link{lsm_l_area_sd}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_area_cv(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_area_cv +#' @rdname lsm_l_area_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_area_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_area_cv_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_area_cv_calc <- function(landscape, directions, resolution = NULL){ + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(area_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "area_cv", + value = as.double(NA))) + } + + # calculate cv + area_cv <- stats::sd(area_patch$value) / mean(area_patch$value) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "area_cv", + value = as.double(area_cv))) +} diff --git a/R/lsm_l_cai_cv.R b/R/lsm_l_cai_cv.R index 088e46f09..c8e8af90a 100644 --- a/R/lsm_l_cai_cv.R +++ b/R/lsm_l_cai_cv.R @@ -1,98 +1,98 @@ -#' CAI_CV (landscape level) -#' -#' @description Coefficient of variation of core area index (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CAI_{CV} = cv(CAI[patch_{ij}]} -#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. -#' -#' CAI_CV is a 'Core area metric'. The metric summarises the landscape -#' as the Coefficient of variation of the core area index of all patches -#' in the landscape. The core area index is the percentage of core area -#' in relation to patch area. A cell is defined as core area if the cell has -#' no neighbour with a different value than itself (rook's case). The metric -#' describes the differences among all patches in the landscape. Because it is -#' scaled to the mean, it is easily comparable. -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{CAI_CV >= 0} -#' \subsection{Behaviour}{Equals CAI_CV = 0 if the core area index is identical for -#' all patches. Increases, without limit, as the variation of the core area -#' indices increases.} -#' -#' @seealso -#' \code{\link{lsm_p_cai}}, \cr -#' \code{\link{lsm_c_cai_mn}}, -#' \code{\link{lsm_c_cai_sd}}, -#' \code{\link{lsm_c_cai_cv}}, \cr -#' \code{\link{lsm_l_cai_mn}}, -#' \code{\link{lsm_l_cai_sd}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_cai_cv(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_cai_cv -#' @rdname lsm_l_cai_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_cai_cv <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_cai_cv_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_cai_cv_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ - - cai_patch <- lsm_p_cai_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # all values NA - if (all(is.na(cai_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "cai_cv", - value = as.double(NA))) - } - - cai_cv <- sd(cai_patch$value) / mean(cai_patch$value) * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "cai_cv", - value = as.double(cai_cv))) -} +#' CAI_CV (landscape level) +#' +#' @description Coefficient of variation of core area index (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CAI_{CV} = cv(CAI[patch_{ij}]} +#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. +#' +#' CAI_CV is a 'Core area metric'. The metric summarises the landscape +#' as the Coefficient of variation of the core area index of all patches +#' in the landscape. The core area index is the percentage of core area +#' in relation to patch area. A cell is defined as core area if the cell has +#' no neighbour with a different value than itself (rook's case). The metric +#' describes the differences among all patches in the landscape. Because it is +#' scaled to the mean, it is easily comparable. +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{CAI_CV >= 0} +#' \subsection{Behaviour}{Equals CAI_CV = 0 if the core area index is identical for +#' all patches. Increases, without limit, as the variation of the core area +#' indices increases.} +#' +#' @seealso +#' \code{\link{lsm_p_cai}}, \cr +#' \code{\link{lsm_c_cai_mn}}, +#' \code{\link{lsm_c_cai_sd}}, +#' \code{\link{lsm_c_cai_cv}}, \cr +#' \code{\link{lsm_l_cai_mn}}, +#' \code{\link{lsm_l_cai_sd}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_cai_cv(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_cai_cv +#' @rdname lsm_l_cai_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_cai_cv <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_cai_cv_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_cai_cv_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ + + cai_patch <- lsm_p_cai_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # all values NA + if (all(is.na(cai_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "cai_cv", + value = as.double(NA))) + } + + cai_cv <- stats::sd(cai_patch$value) / mean(cai_patch$value) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "cai_cv", + value = as.double(cai_cv))) +} diff --git a/R/lsm_l_circle_cv.R b/R/lsm_l_circle_cv.R index 97325fde1..7e36813d3 100644 --- a/R/lsm_l_circle_cv.R +++ b/R/lsm_l_circle_cv.R @@ -1,92 +1,92 @@ -#' CIRCLE_CV (landscape level) -#' -#' @description Coefficient of variation of related circumscribing circle (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CIRCLE_{CV} = cv(CIRCLE[patch_{ij}])} -#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. -#' -#' CIRCLE_CV is a 'Shape metric' and summarises the landscape as the Coefficient of variation -#' of the related circumscribing circle of all patches in the landscape. CIRCLE describes -#' the ratio between the patch area and the smallest circumscribing circle of the patch -#' and characterises the compactness of the patch. CIRCLE_CV describes the differences among -#' all patches in the landscape. Because it is scaled to the mean, it is easily comparable. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{CIRCLE_CV >= 0} -#' \subsection{Behaviour}{Equals CIRCLE_CV if the related circumscribing circle is identical -#' for all patches. Increases, without limit, as the variation of related circumscribing -#' circles increases.} -#' -#' @seealso -#' \code{\link{lsm_p_circle}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_circle_mn}}, -#' \code{\link{lsm_c_circle_sd}}, -#' \code{\link{lsm_c_circle_cv}}, \cr -#' \code{\link{lsm_l_circle_mn}}, -#' \code{\link{lsm_l_circle_sd}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_circle_cv(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_circle_cv -#' @rdname lsm_l_circle_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of -#' landscape structure using the GRASS geographical information system. -#' Landscape Ecology 7: 291-302. -#' -#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). -#' -#' @export -lsm_l_circle_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_circle_cv_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_circle_cv_calc <- function(landscape, directions, resolution = NULL) { - - circle_patch <- lsm_p_circle_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(circle_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "circle_cv", - value = as.double(NA))) - } - - circle_cv <- sd(circle_patch$value) / mean(circle_patch$value) * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "circle_cv", - value = as.double(circle_cv))) -} - +#' CIRCLE_CV (landscape level) +#' +#' @description Coefficient of variation of related circumscribing circle (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CIRCLE_{CV} = cv(CIRCLE[patch_{ij}])} +#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. +#' +#' CIRCLE_CV is a 'Shape metric' and summarises the landscape as the Coefficient of variation +#' of the related circumscribing circle of all patches in the landscape. CIRCLE describes +#' the ratio between the patch area and the smallest circumscribing circle of the patch +#' and characterises the compactness of the patch. CIRCLE_CV describes the differences among +#' all patches in the landscape. Because it is scaled to the mean, it is easily comparable. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{CIRCLE_CV >= 0} +#' \subsection{Behaviour}{Equals CIRCLE_CV if the related circumscribing circle is identical +#' for all patches. Increases, without limit, as the variation of related circumscribing +#' circles increases.} +#' +#' @seealso +#' \code{\link{lsm_p_circle}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_circle_mn}}, +#' \code{\link{lsm_c_circle_sd}}, +#' \code{\link{lsm_c_circle_cv}}, \cr +#' \code{\link{lsm_l_circle_mn}}, +#' \code{\link{lsm_l_circle_sd}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_circle_cv(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_circle_cv +#' @rdname lsm_l_circle_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of +#' landscape structure using the GRASS geographical information system. +#' Landscape Ecology 7: 291-302. +#' +#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). +#' +#' @export +lsm_l_circle_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_circle_cv_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_circle_cv_calc <- function(landscape, directions, resolution = NULL) { + + circle_patch <- lsm_p_circle_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(circle_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "circle_cv", + value = as.double(NA))) + } + + circle_cv <- stats::sd(circle_patch$value) / mean(circle_patch$value) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "circle_cv", + value = as.double(circle_cv))) +} + diff --git a/R/lsm_l_contig_cv.R b/R/lsm_l_contig_cv.R index 676af63e5..770a03d43 100644 --- a/R/lsm_l_contig_cv.R +++ b/R/lsm_l_contig_cv.R @@ -1,95 +1,95 @@ -#' CONTIG_CV (landscape level) -#' -#' @description Coefficient of variation of Contiguity index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CONTIG_{CV} = cv(CONTIG[patch_{ij}])} -#' -#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. -#' -#' CONTIG_CV is a 'Shape metric'. It summarises the landscape as the coefficient of variation of all patches -#' in the landscape. CONTIG_CV asses the spatial connectedness (contiguity) of -#' cells in patches. The metric coerces patch values to a value of 1 and the background -#' to NA. A nine cell focal filter matrix: -#' -#' ``` -#' filter_matrix <- matrix(c(1, 2, 1, -#' 2, 1, 2, -#' 1, 2, 1), 3, 3, byrow = T) -#' ``` -#' ... is then used to weight orthogonally contiguous pixels more heavily than -#' diagonally contiguous pixels. Therefore, larger and more connections between -#' patch cells in the rookie case result in larger contiguity index values. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{CONTIG_CV >= 0} -#' \subsection{Behaviour}{CONTIG_CV = 0 if the contiguity index is -#' identical for all patches. Increases, without limit, as the variation of -#' CONTIG increases.} -#' -#' @seealso -#' \code{\link{lsm_p_contig}}, -#' \code{\link{lsm_c_contig_sd}}, -#' \code{\link{lsm_c_contig_cv}}, -#' \code{\link{lsm_c_contig_mn}}, \cr -#' \code{\link{lsm_l_contig_sd}}, -#' \code{\link{lsm_l_contig_mn}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_contig_cv(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_contig_cv -#' @rdname lsm_l_contig_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. -#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 -#' -#' @export -lsm_l_contig_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_contig_cv_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_contig_cv_calc <- function(landscape, directions) { - - contig_patch <- lsm_p_contig_calc(landscape, - directions = directions) - - # all values NA - if (all(is.na(contig_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "contig_cv", - value = as.double(NA))) - } - - contig_cv <- sd(contig_patch$value) / mean(contig_patch$value) * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "contig_cv", - value = as.double(contig_cv))) -} +#' CONTIG_CV (landscape level) +#' +#' @description Coefficient of variation of Contiguity index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CONTIG_{CV} = cv(CONTIG[patch_{ij}])} +#' +#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. +#' +#' CONTIG_CV is a 'Shape metric'. It summarises the landscape as the coefficient of variation of all patches +#' in the landscape. CONTIG_CV asses the spatial connectedness (contiguity) of +#' cells in patches. The metric coerces patch values to a value of 1 and the background +#' to NA. A nine cell focal filter matrix: +#' +#' ``` +#' filter_matrix <- matrix(c(1, 2, 1, +#' 2, 1, 2, +#' 1, 2, 1), 3, 3, byrow = T) +#' ``` +#' ... is then used to weight orthogonally contiguous pixels more heavily than +#' diagonally contiguous pixels. Therefore, larger and more connections between +#' patch cells in the rookie case result in larger contiguity index values. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{CONTIG_CV >= 0} +#' \subsection{Behaviour}{CONTIG_CV = 0 if the contiguity index is +#' identical for all patches. Increases, without limit, as the variation of +#' CONTIG increases.} +#' +#' @seealso +#' \code{\link{lsm_p_contig}}, +#' \code{\link{lsm_c_contig_sd}}, +#' \code{\link{lsm_c_contig_cv}}, +#' \code{\link{lsm_c_contig_mn}}, \cr +#' \code{\link{lsm_l_contig_sd}}, +#' \code{\link{lsm_l_contig_mn}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_contig_cv(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_contig_cv +#' @rdname lsm_l_contig_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. +#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 +#' +#' @export +lsm_l_contig_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_contig_cv_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_contig_cv_calc <- function(landscape, directions) { + + contig_patch <- lsm_p_contig_calc(landscape, + directions = directions) + + # all values NA + if (all(is.na(contig_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "contig_cv", + value = as.double(NA))) + } + + contig_cv <- stats::sd(contig_patch$value) / mean(contig_patch$value) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "contig_cv", + value = as.double(contig_cv))) +} diff --git a/R/lsm_l_core_cv.R b/R/lsm_l_core_cv.R index da93b2543..3c45259ea 100644 --- a/R/lsm_l_core_cv.R +++ b/R/lsm_l_core_cv.R @@ -1,95 +1,95 @@ -#' CORE_CV (landscape level) -#' -#' @description Coefficient of variation of core area (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CORE_{CV} = cv(CORE[patch_{ij}])} -#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. -#' -#' CORE_CV is a 'Core area metric'. It equals the Coefficient of variation of the core area -#' of each patch in the landscape. The core area is defined as all cells that have no -#' neighbour with a different value than themselves (rook's case). The metric describes the -#' differences among all patches in the landscape and is easily comparable -#' because it is scaled to the mean. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{CORE_CV >= 0} -#' \subsection{Behaviour}{Equals CORE_CV = 0 if all patches have the same core area. -#' Increases, without limit, as the variation of patch core areas increases.} -#' -#' @seealso -#' \code{\link{lsm_p_core}}, \cr -#' \code{\link{lsm_c_core_mn}}, -#' \code{\link{lsm_c_core_sd}}, -#' \code{\link{lsm_c_core_cv}}, \cr -#' \code{\link{lsm_l_core_mn}}, -#' \code{\link{lsm_l_core_sd}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_core_cv(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_core_cv -#' @rdname lsm_l_core_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_core_cv <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_core_cv_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_core_cv_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ - - core_patch <- lsm_p_core_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # all values NA - if (all(is.na(core_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "core_cv", - value = as.double(NA))) - } - - core_cv <- sd(core_patch$value) / mean(core_patch$value) * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "core_cv", - value = as.double(core_cv))) -} +#' CORE_CV (landscape level) +#' +#' @description Coefficient of variation of core area (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CORE_{CV} = cv(CORE[patch_{ij}])} +#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. +#' +#' CORE_CV is a 'Core area metric'. It equals the Coefficient of variation of the core area +#' of each patch in the landscape. The core area is defined as all cells that have no +#' neighbour with a different value than themselves (rook's case). The metric describes the +#' differences among all patches in the landscape and is easily comparable +#' because it is scaled to the mean. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{CORE_CV >= 0} +#' \subsection{Behaviour}{Equals CORE_CV = 0 if all patches have the same core area. +#' Increases, without limit, as the variation of patch core areas increases.} +#' +#' @seealso +#' \code{\link{lsm_p_core}}, \cr +#' \code{\link{lsm_c_core_mn}}, +#' \code{\link{lsm_c_core_sd}}, +#' \code{\link{lsm_c_core_cv}}, \cr +#' \code{\link{lsm_l_core_mn}}, +#' \code{\link{lsm_l_core_sd}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_core_cv(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_core_cv +#' @rdname lsm_l_core_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_core_cv <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_core_cv_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_core_cv_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ + + core_patch <- lsm_p_core_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # all values NA + if (all(is.na(core_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "core_cv", + value = as.double(NA))) + } + + core_cv <- stats::sd(core_patch$value) / mean(core_patch$value) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "core_cv", + value = as.double(core_cv))) +} diff --git a/R/lsm_l_dcore_cv.R b/R/lsm_l_dcore_cv.R index bf59e03fc..ac4992ab2 100644 --- a/R/lsm_l_dcore_cv.R +++ b/R/lsm_l_dcore_cv.R @@ -1,98 +1,98 @@ -#' DCORE_CV (landscape level) -#' -#' @description Coefficient of variation number of disjunct core areas (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{DCORE_{CV} = cv(NCORE[patch_{ij}])} -#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. -#' -#' DCORE_CV is an 'Core area metric'. It summarises the landscape as the Coefficient -#' of variation of all patches belonging to the landscape. A cell is defined as core if -#' the cell has no neighbour with a different value than itself (rook's case). NCORE counts -#' the disjunct core areas, whereby a core area is a 'patch within the patch' containing -#' only core cells. The metric describes the differences among all patches in the landscape -#' and is easily comparable because it is scaled to the mean. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{DCORE_CV >= 0} -#' \subsection{Behaviour}{Equals DCORE_CV = 0 if all patches have the same number of disjunct -#' core areas. Increases, without limit, as the variation of number of disjunct core areas -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_ncore}}, \cr -#' \code{\link{lsm_c_dcore_mn}}, -#' \code{\link{lsm_c_dcore_sd}}, -#' \code{\link{lsm_c_dcore_cv}}, \cr -#' \code{\link{lsm_l_dcore_mn}}, -#' \code{\link{lsm_l_dcore_sd}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_dcore_cv(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_dcore_cv -#' @rdname lsm_l_dcore_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_dcore_cv <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_dcore_cv_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_dcore_cv_calc <- function(landscape, directions, consider_boundary, edge_depth, - points = NULL){ - - dcore_patch <- lsm_p_ncore_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - points = points) - - # all values NA - if (all(is.na(dcore_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcore_cv", - value = as.double(NA))) - } - - dcore_cv <- sd(dcore_patch$value) / mean(dcore_patch$value) * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcore_cv", - value = as.double(dcore_cv))) -} +#' DCORE_CV (landscape level) +#' +#' @description Coefficient of variation number of disjunct core areas (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{DCORE_{CV} = cv(NCORE[patch_{ij}])} +#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. +#' +#' DCORE_CV is an 'Core area metric'. It summarises the landscape as the Coefficient +#' of variation of all patches belonging to the landscape. A cell is defined as core if +#' the cell has no neighbour with a different value than itself (rook's case). NCORE counts +#' the disjunct core areas, whereby a core area is a 'patch within the patch' containing +#' only core cells. The metric describes the differences among all patches in the landscape +#' and is easily comparable because it is scaled to the mean. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{DCORE_CV >= 0} +#' \subsection{Behaviour}{Equals DCORE_CV = 0 if all patches have the same number of disjunct +#' core areas. Increases, without limit, as the variation of number of disjunct core areas +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_ncore}}, \cr +#' \code{\link{lsm_c_dcore_mn}}, +#' \code{\link{lsm_c_dcore_sd}}, +#' \code{\link{lsm_c_dcore_cv}}, \cr +#' \code{\link{lsm_l_dcore_mn}}, +#' \code{\link{lsm_l_dcore_sd}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_dcore_cv(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_dcore_cv +#' @rdname lsm_l_dcore_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_dcore_cv <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_dcore_cv_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_dcore_cv_calc <- function(landscape, directions, consider_boundary, edge_depth, + points = NULL){ + + dcore_patch <- lsm_p_ncore_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + points = points) + + # all values NA + if (all(is.na(dcore_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcore_cv", + value = as.double(NA))) + } + + dcore_cv <- stats::sd(dcore_patch$value) / mean(dcore_patch$value) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcore_cv", + value = as.double(dcore_cv))) +} diff --git a/R/lsm_l_enn_cv.R b/R/lsm_l_enn_cv.R index 0c77f5598..abc6872da 100644 --- a/R/lsm_l_enn_cv.R +++ b/R/lsm_l_enn_cv.R @@ -1,92 +1,92 @@ -#' ENN_CV (landscape level) -#' -#' @description Coefficient of variation of euclidean nearest-neighbor distance (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' @param verbose Print warning message if not sufficient patches are present -#' -#' @details -#' \deqn{ENN_{CV} = cv(ENN[patch_{ij}])} -#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance -#' of each patch. -#' -#' ENN_CV is an 'Aggregation metric'. It summarises the landscape as the Coefficient -#' of variation of all patches in the landscape. ENN measures the distance to the nearest -#' neighbouring patch of the same class i. The distance is measured from edge-to-edge. -#' The range is limited by the cell resolution on the lower limit and the landscape extent -#' on the upper limit. The metric is a simple way to describe patch isolation. Because it is -#' scaled to the mean, it is easily comparable among different landscapes. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{ENN_CV >= 0} -#' \subsection{Behaviour}{Equals ENN_CV = 0 if the euclidean nearest-neighbor distance is -#' identical for all patches. Increases, without limit, as the variation of ENN increases.} -#' -#' @seealso -#' \code{\link{lsm_p_enn}}, \cr -#' \code{\link{lsm_c_enn_mn}}, -#' \code{\link{lsm_c_enn_sd}}, -#' \code{\link{lsm_c_enn_cv}}, \cr -#' \code{\link{lsm_l_enn_mn}}, -#' \code{\link{lsm_l_enn_sd}}, -#' -#' @return tibble -#' -#' @examples -#' lsm_l_enn_cv(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_enn_cv -#' @rdname lsm_l_enn_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape -#' structure and breeding birds in the Oregon Coast Range. -#' Ecological monographs, 65(3), 235-260. -#' -#' @export -lsm_l_enn_cv <- function(landscape, directions = 8, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_enn_cv_calc, - directions = directions, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_enn_cv_calc <- function(landscape, directions, verbose, - points = NULL) { - - enn_patch <- lsm_p_enn_calc(landscape, - directions = directions, verbose = verbose, - points = points) - - # all values NA - if (all(is.na(enn_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "enn_cv", - value = as.double(NA))) - } - - enn_cv <- sd(enn_patch$value) / mean(enn_patch$value) * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "enn_cv", - value = as.double(enn_cv))) -} +#' ENN_CV (landscape level) +#' +#' @description Coefficient of variation of euclidean nearest-neighbor distance (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' @param verbose Print warning message if not sufficient patches are present +#' +#' @details +#' \deqn{ENN_{CV} = cv(ENN[patch_{ij}])} +#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance +#' of each patch. +#' +#' ENN_CV is an 'Aggregation metric'. It summarises the landscape as the Coefficient +#' of variation of all patches in the landscape. ENN measures the distance to the nearest +#' neighbouring patch of the same class i. The distance is measured from edge-to-edge. +#' The range is limited by the cell resolution on the lower limit and the landscape extent +#' on the upper limit. The metric is a simple way to describe patch isolation. Because it is +#' scaled to the mean, it is easily comparable among different landscapes. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{ENN_CV >= 0} +#' \subsection{Behaviour}{Equals ENN_CV = 0 if the euclidean nearest-neighbor distance is +#' identical for all patches. Increases, without limit, as the variation of ENN increases.} +#' +#' @seealso +#' \code{\link{lsm_p_enn}}, \cr +#' \code{\link{lsm_c_enn_mn}}, +#' \code{\link{lsm_c_enn_sd}}, +#' \code{\link{lsm_c_enn_cv}}, \cr +#' \code{\link{lsm_l_enn_mn}}, +#' \code{\link{lsm_l_enn_sd}}, +#' +#' @return tibble +#' +#' @examples +#' lsm_l_enn_cv(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_enn_cv +#' @rdname lsm_l_enn_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape +#' structure and breeding birds in the Oregon Coast Range. +#' Ecological monographs, 65(3), 235-260. +#' +#' @export +lsm_l_enn_cv <- function(landscape, directions = 8, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_enn_cv_calc, + directions = directions, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_enn_cv_calc <- function(landscape, directions, verbose, + points = NULL) { + + enn_patch <- lsm_p_enn_calc(landscape, + directions = directions, verbose = verbose, + points = points) + + # all values NA + if (all(is.na(enn_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "enn_cv", + value = as.double(NA))) + } + + enn_cv <- stats::sd(enn_patch$value) / mean(enn_patch$value) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "enn_cv", + value = as.double(enn_cv))) +} diff --git a/R/lsm_l_frac_cv.R b/R/lsm_l_frac_cv.R index b47393e7b..52dfb0ece 100644 --- a/R/lsm_l_frac_cv.R +++ b/R/lsm_l_frac_cv.R @@ -1,88 +1,88 @@ -#' FRAC_CV (landscape level) -#' -#' @description Coefficient of variation fractal dimension index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{FRAC_{CV} = cv(FRAC[patch_{ij}])} -#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. -#' -#' FRAC_CV is a 'Shape metric'. The metric summarises the landscape -#' as the Coefficient of variation of the fractal dimension index of all patches -#' in the landscape. The fractal dimension index is based on the patch perimeter and -#' the patch area and describes the patch complexity. The Coefficient of variation is -#' scaled to the mean and comparable among different landscapes. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{FRAC_CV >= 0 } -#' \subsection{Behaviour}{Equals FRAC_CV = 0 if the fractal dimension index is identical -#' for all patches. Increases, without limit, as the variation of the fractal dimension -#' indices increases.} -#' -#' @seealso -#' \code{\link{lsm_p_frac}}, \cr -#' \code{\link{lsm_c_frac_mn}}, -#' \code{\link{lsm_c_frac_sd}}, -#' \code{\link{lsm_c_frac_cv}}, \cr -#' \code{\link{lsm_l_frac_mn}}, -#' \code{\link{lsm_l_frac_sd}}, -#' -#' @return tibble -#' -#' @examples -#' lsm_l_frac_cv(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_frac_cv -#' @rdname lsm_l_frac_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. -#' San Francisco. W. H. Freeman and Company. -#' -#' @export -lsm_l_frac_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_frac_cv_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_frac_cv_calc <- function(landscape, directions, resolution = NULL){ - - frac_patch <- lsm_p_frac_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(frac_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "frac_cv", - value = as.double(NA))) - } - - frac_cv <- sd(frac_patch$value) / mean(frac_patch$value) * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "frac_cv", - value = as.double(frac_cv))) -} +#' FRAC_CV (landscape level) +#' +#' @description Coefficient of variation fractal dimension index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{FRAC_{CV} = cv(FRAC[patch_{ij}])} +#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. +#' +#' FRAC_CV is a 'Shape metric'. The metric summarises the landscape +#' as the Coefficient of variation of the fractal dimension index of all patches +#' in the landscape. The fractal dimension index is based on the patch perimeter and +#' the patch area and describes the patch complexity. The Coefficient of variation is +#' scaled to the mean and comparable among different landscapes. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{FRAC_CV >= 0 } +#' \subsection{Behaviour}{Equals FRAC_CV = 0 if the fractal dimension index is identical +#' for all patches. Increases, without limit, as the variation of the fractal dimension +#' indices increases.} +#' +#' @seealso +#' \code{\link{lsm_p_frac}}, \cr +#' \code{\link{lsm_c_frac_mn}}, +#' \code{\link{lsm_c_frac_sd}}, +#' \code{\link{lsm_c_frac_cv}}, \cr +#' \code{\link{lsm_l_frac_mn}}, +#' \code{\link{lsm_l_frac_sd}}, +#' +#' @return tibble +#' +#' @examples +#' lsm_l_frac_cv(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_frac_cv +#' @rdname lsm_l_frac_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. +#' San Francisco. W. H. Freeman and Company. +#' +#' @export +lsm_l_frac_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_frac_cv_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_frac_cv_calc <- function(landscape, directions, resolution = NULL){ + + frac_patch <- lsm_p_frac_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(frac_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "frac_cv", + value = as.double(NA))) + } + + frac_cv <- stats::sd(frac_patch$value) / mean(frac_patch$value) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "frac_cv", + value = as.double(frac_cv))) +} diff --git a/R/lsm_l_gyrate_cv.R b/R/lsm_l_gyrate_cv.R index bf5be6f13..64fce3a34 100644 --- a/R/lsm_l_gyrate_cv.R +++ b/R/lsm_l_gyrate_cv.R @@ -1,100 +1,100 @@ -#' GYRATE_CV (landscape level) -#' -#' @description Coefficient of variation radius of gyration (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param cell_center If true, the coordinates of the centroid are forced to be -#' a cell center within the patch. -#' -#' @details -#' \deqn{GYRATE_{CV} = cv(GYRATE[patch_{ij}])} -#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. -#' -#' GYRATE_CV is an 'Area and edge metric'. The metric summarises the landscape -#' as the Coefficient of variation of the radius of gyration of all patches -#' in the landscape. GYRATE measures the distance from each cell to the patch -#' centroid and is based on cell center-to-cell center distances. The metrics characterises -#' both the patch area and compactness. The Coefficient of variation is -#' scaled to the mean and comparable among different landscapes. -#' -#' If `cell_center = TRUE` some patches might have several possible cell-center -#' centroids. In this case, the gyrate index is based on the mean distance of all -#' cells to all possible cell-center centroids. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{GYRATE_CV >= 0 } -#' \subsection{Behaviour}{Equals GYRATE_CV = 0 if the radius of gyration is identical -#' for all patches. Increases, without limit, as the variation of the radius of gyration -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_gyrate}}, \cr -#' \code{\link{lsm_c_gyrate_mn}}, -#' \code{\link{lsm_c_gyrate_sd}}, -#' \code{\link{lsm_c_gyrate_cv}}, \cr -#' \code{\link{lsm_l_gyrate_mn}}, -#' \code{\link{lsm_l_gyrate_sd}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_gyrate_cv(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_gyrate_cv -#' @rdname lsm_l_gyrate_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales -#' in fragmented landscapes. Conservation ecology, 1(1). -#' -#' @export -lsm_l_gyrate_cv <- function(landscape, - directions = 8, cell_center = FALSE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_gyrate_cv_calc, - directions = directions, - cell_center = cell_center) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_gyrate_cv_calc <- function(landscape, directions, cell_center, - points = NULL) { - - gyrate_patch <- lsm_p_gyrate_calc(landscape, - directions = directions, - cell_center = cell_center, - points = points) - - # all values NA - if (all(is.na(gyrate_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "gyrate_cv", - value = as.double(NA))) - } - - gyrate_cv <- sd(gyrate_patch$value) / mean(gyrate_patch$value) * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "gyrate_cv", - value = as.double(gyrate_cv))) -} - +#' GYRATE_CV (landscape level) +#' +#' @description Coefficient of variation radius of gyration (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param cell_center If true, the coordinates of the centroid are forced to be +#' a cell center within the patch. +#' +#' @details +#' \deqn{GYRATE_{CV} = cv(GYRATE[patch_{ij}])} +#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. +#' +#' GYRATE_CV is an 'Area and edge metric'. The metric summarises the landscape +#' as the Coefficient of variation of the radius of gyration of all patches +#' in the landscape. GYRATE measures the distance from each cell to the patch +#' centroid and is based on cell center-to-cell center distances. The metrics characterises +#' both the patch area and compactness. The Coefficient of variation is +#' scaled to the mean and comparable among different landscapes. +#' +#' If `cell_center = TRUE` some patches might have several possible cell-center +#' centroids. In this case, the gyrate index is based on the mean distance of all +#' cells to all possible cell-center centroids. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{GYRATE_CV >= 0 } +#' \subsection{Behaviour}{Equals GYRATE_CV = 0 if the radius of gyration is identical +#' for all patches. Increases, without limit, as the variation of the radius of gyration +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_gyrate}}, \cr +#' \code{\link{lsm_c_gyrate_mn}}, +#' \code{\link{lsm_c_gyrate_sd}}, +#' \code{\link{lsm_c_gyrate_cv}}, \cr +#' \code{\link{lsm_l_gyrate_mn}}, +#' \code{\link{lsm_l_gyrate_sd}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_gyrate_cv(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_gyrate_cv +#' @rdname lsm_l_gyrate_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales +#' in fragmented landscapes. Conservation ecology, 1(1). +#' +#' @export +lsm_l_gyrate_cv <- function(landscape, + directions = 8, cell_center = FALSE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_gyrate_cv_calc, + directions = directions, + cell_center = cell_center) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_gyrate_cv_calc <- function(landscape, directions, cell_center, + points = NULL) { + + gyrate_patch <- lsm_p_gyrate_calc(landscape, + directions = directions, + cell_center = cell_center, + points = points) + + # all values NA + if (all(is.na(gyrate_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "gyrate_cv", + value = as.double(NA))) + } + + gyrate_cv <- stats::sd(gyrate_patch$value) / mean(gyrate_patch$value) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "gyrate_cv", + value = as.double(gyrate_cv))) +} + diff --git a/R/lsm_l_para_cv.R b/R/lsm_l_para_cv.R index 7df00f413..a4d15d8d3 100644 --- a/R/lsm_l_para_cv.R +++ b/R/lsm_l_para_cv.R @@ -1,85 +1,85 @@ -#' PARA_CV (landscape level) -#' -#' @description Coefficient of variation perimeter-area ratio (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PARA_{CV} = cv(PARA[patch_{ij}]} -#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. -#' -#' PARA_CV is a 'Shape metric'. It summarises the landscape as the Coefficient of variation of -#' each patch belonging in the landscape The perimeter-area ratio describes the patch complexity -#' in a straightforward way. However, because it is not standarised to a certain shape -#' (e.g. a square), it is not scale independent, meaning that increasing the patch size -#' while not changing the patch form will change the ratio. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{PARA_CV >= 0} -#' \subsection{Behaviour}{Equals PARA_CV = 0 if the perimeter-area ratio is identical for -#' all patches. Increases, without limit, as the variation of the perimeter-area ratio -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_para}}, \cr -#' \code{\link{lsm_c_para_mn}}, -#' \code{\link{lsm_c_para_sd}}, -#' \code{\link{lsm_c_para_cv}}, \cr -#' \code{\link{lsm_l_para_mn}}, -#' \code{\link{lsm_l_para_sd}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_para_cv(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_para_cv -#' @rdname lsm_l_para_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_para_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_para_cv_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_para_cv_calc <- function(landscape, directions, resolution = NULL){ - - para_patch <- lsm_p_para_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(para_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "para_cv", - value = as.double(NA))) - } - - para_cv <- sd(para_patch$value) / mean(para_patch$value) * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "para_cv", - value = as.double(para_cv))) -} +#' PARA_CV (landscape level) +#' +#' @description Coefficient of variation perimeter-area ratio (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PARA_{CV} = cv(PARA[patch_{ij}]} +#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. +#' +#' PARA_CV is a 'Shape metric'. It summarises the landscape as the Coefficient of variation of +#' each patch belonging in the landscape The perimeter-area ratio describes the patch complexity +#' in a straightforward way. However, because it is not standarised to a certain shape +#' (e.g. a square), it is not scale independent, meaning that increasing the patch size +#' while not changing the patch form will change the ratio. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{PARA_CV >= 0} +#' \subsection{Behaviour}{Equals PARA_CV = 0 if the perimeter-area ratio is identical for +#' all patches. Increases, without limit, as the variation of the perimeter-area ratio +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_para}}, \cr +#' \code{\link{lsm_c_para_mn}}, +#' \code{\link{lsm_c_para_sd}}, +#' \code{\link{lsm_c_para_cv}}, \cr +#' \code{\link{lsm_l_para_mn}}, +#' \code{\link{lsm_l_para_sd}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_para_cv(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_para_cv +#' @rdname lsm_l_para_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_para_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_para_cv_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_para_cv_calc <- function(landscape, directions, resolution = NULL){ + + para_patch <- lsm_p_para_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(para_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "para_cv", + value = as.double(NA))) + } + + para_cv <- stats::sd(para_patch$value) / mean(para_patch$value) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "para_cv", + value = as.double(para_cv))) +} diff --git a/R/lsm_l_shape_cv.R b/R/lsm_l_shape_cv.R index 1d3095a39..e3ba05f7f 100644 --- a/R/lsm_l_shape_cv.R +++ b/R/lsm_l_shape_cv.R @@ -1,88 +1,88 @@ -#' SHAPE_CV (landscape level) -#' -#' @description Coefficient of variation shape index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{SHAPE_{CV} = cv(SHAPE[patch_{ij}])} -#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. -#' -#' SHAPE_CV is a 'Shape metric'. The landscape is summarised as the Coefficient of variation -#' of all patches in the landscape. SHAPE describes the ratio between the actual perimeter -#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -#' equals the perimeter if the patch would be maximally compact. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{SHAPE_CV >= 0} -#' \subsection{Behaviour}{Equals SHAPE_CV = 0 if all patches have an identical shape index. -#' Increases, without limit, as the variation of the shape index increases.} -#' -#' @seealso -#' \code{\link{lsm_p_shape}}, \cr -#' \code{\link{lsm_c_shape_mn}}, -#' \code{\link{lsm_c_shape_sd}}, \cr -#' \code{\link{lsm_c_shape_cv}}, -#' \code{\link{lsm_l_shape_mn}}, -#' \code{\link{lsm_l_shape_sd}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_shape_cv(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_shape_cv -#' @rdname lsm_l_shape_cv -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". -#' Wildl. Soc.Bull. 3:171-173. -#' -#' @export -lsm_l_shape_cv <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_shape_cv_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_shape_cv_calc <- function(landscape, directions, resolution = NULL){ - - # shape index for each patch - shape <- lsm_p_shape_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(shape$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "shape_cv", - value = as.double(NA))) - } - - # calculate cv - shape_cv <- sd(shape$value, na.rm = TRUE) / mean(shape$value, na.rm = TRUE) * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "shape_cv", - value = as.double(shape_cv))) -} +#' SHAPE_CV (landscape level) +#' +#' @description Coefficient of variation shape index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{SHAPE_{CV} = cv(SHAPE[patch_{ij}])} +#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. +#' +#' SHAPE_CV is a 'Shape metric'. The landscape is summarised as the Coefficient of variation +#' of all patches in the landscape. SHAPE describes the ratio between the actual perimeter +#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter +#' equals the perimeter if the patch would be maximally compact. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{SHAPE_CV >= 0} +#' \subsection{Behaviour}{Equals SHAPE_CV = 0 if all patches have an identical shape index. +#' Increases, without limit, as the variation of the shape index increases.} +#' +#' @seealso +#' \code{\link{lsm_p_shape}}, \cr +#' \code{\link{lsm_c_shape_mn}}, +#' \code{\link{lsm_c_shape_sd}}, \cr +#' \code{\link{lsm_c_shape_cv}}, +#' \code{\link{lsm_l_shape_mn}}, +#' \code{\link{lsm_l_shape_sd}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_shape_cv(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_shape_cv +#' @rdname lsm_l_shape_cv +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". +#' Wildl. Soc.Bull. 3:171-173. +#' +#' @export +lsm_l_shape_cv <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_shape_cv_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_shape_cv_calc <- function(landscape, directions, resolution = NULL){ + + # shape index for each patch + shape <- lsm_p_shape_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(shape$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "shape_cv", + value = as.double(NA))) + } + + # calculate cv + shape_cv <- stats::sd(shape$value, na.rm = TRUE) / mean(shape$value, na.rm = TRUE) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "shape_cv", + value = as.double(shape_cv))) +} diff --git a/R/lsm_p_core.R b/R/lsm_p_core.R index 0f244829b..db3d89bd0 100644 --- a/R/lsm_p_core.R +++ b/R/lsm_p_core.R @@ -1,137 +1,135 @@ -#' CORE (patch level) -#' -#' @description Core area (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CORE = a_{ij}^{core}} -#' where \eqn{a_{ij}^{core}} is the core area in square meters -#' -#' CORE is a 'Core area metric' and equals the area within a patch that is not -#' on the edge of it. A cell is defined as core area if the cell has no -#' neighbour with a different value than itself (rook's case). It describes patch area -#' and shape simultaneously (more core area when the patch is large and the shape is -#' rather compact, i.e. a square). -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{CORE >= 0} -#' \subsection{Behaviour}{Increases, without limit, as the patch area increases -#' and the patch shape simplifies (more core area). CORE = 0 when every cell in -#' the patch is an edge.} -#' -#' @seealso -#' \code{\link{lsm_c_core_mn}}, -#' \code{\link{lsm_c_core_sd}}, -#' \code{\link{lsm_c_core_cv}}, -#' \code{\link{lsm_c_tca}}, \cr -#' \code{\link{lsm_l_core_mn}}, -#' \code{\link{lsm_l_core_sd}}, -#' \code{\link{lsm_l_core_cv}}, -#' \code{\link{lsm_l_tca}} -#' -#' @return tibble -#' -#' @importFrom stats na.omit -#' -#' @examples -#' lsm_p_core(terra::unwrap(landscape)) -#' -#' @aliases lsm_p_core -#' @rdname lsm_p_core -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_p_core <- function(landscape, directions = 8, - consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_core_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_p_core_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- terra::res(landscape) - - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "core", - value = as.double(NA))) - } - - # get unique classes - classes <- get_unique_values_int(landscape, verbose = FALSE) - - core <- do.call(rbind, - lapply(classes, function(patches_class) { - - # get connected patches - landscape_labeled <- get_patches_int(landscape, - class = patches_class, - directions = directions)[[1]] - - # label all edge cells - class_edge <- get_boundaries_calc(landscape_labeled, - edge_depth = edge_depth, - consider_boundary = consider_boundary, - as_NA = FALSE, - patch_id = FALSE) - - # count number of edge cells in each patch (edge == 1) - cells_edge_patch <- table(landscape_labeled[class_edge == 1]) - - # all cells of the patch - cells_patch <- table(landscape_labeled) - - # check if no cell is edge, i.e. only one patch is present - if (dim(cells_edge_patch) == 0) { - cells_edge_patch <- 0 - } - - # all cells minus edge cells equal core and convert to ha - core_area <- (cells_patch - cells_edge_patch) * prod(resolution) / 10000 - - tibble::tibble(class = patches_class, - value = core_area) - }) - ) - - tibble::tibble( - level = "patch", - class = as.integer(core$class), - id = as.integer(seq_len(nrow(core))), - metric = "core", - value = as.double(core$value) - ) -} - +#' CORE (patch level) +#' +#' @description Core area (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CORE = a_{ij}^{core}} +#' where \eqn{a_{ij}^{core}} is the core area in square meters +#' +#' CORE is a 'Core area metric' and equals the area within a patch that is not +#' on the edge of it. A cell is defined as core area if the cell has no +#' neighbour with a different value than itself (rook's case). It describes patch area +#' and shape simultaneously (more core area when the patch is large and the shape is +#' rather compact, i.e. a square). +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{CORE >= 0} +#' \subsection{Behaviour}{Increases, without limit, as the patch area increases +#' and the patch shape simplifies (more core area). CORE = 0 when every cell in +#' the patch is an edge.} +#' +#' @seealso +#' \code{\link{lsm_c_core_mn}}, +#' \code{\link{lsm_c_core_sd}}, +#' \code{\link{lsm_c_core_cv}}, +#' \code{\link{lsm_c_tca}}, \cr +#' \code{\link{lsm_l_core_mn}}, +#' \code{\link{lsm_l_core_sd}}, +#' \code{\link{lsm_l_core_cv}}, +#' \code{\link{lsm_l_tca}} +#' +#' @return tibble +#' +#' @examples +#' lsm_p_core(terra::unwrap(landscape)) +#' +#' @aliases lsm_p_core +#' @rdname lsm_p_core +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_p_core <- function(landscape, directions = 8, + consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_core_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_p_core_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "core", + value = as.double(NA))) + } + + # get unique classes + classes <- get_unique_values_int(landscape, verbose = FALSE) + + core <- do.call(rbind, + lapply(classes, function(patches_class) { + + # get connected patches + landscape_labeled <- get_patches_int(landscape, + class = patches_class, + directions = directions)[[1]] + + # label all edge cells + class_edge <- get_boundaries_calc(landscape_labeled, + edge_depth = edge_depth, + consider_boundary = consider_boundary, + as_NA = FALSE, + patch_id = FALSE) + + # count number of edge cells in each patch (edge == 1) + cells_edge_patch <- table(landscape_labeled[class_edge == 1]) + + # all cells of the patch + cells_patch <- table(landscape_labeled) + + # check if no cell is edge, i.e. only one patch is present + if (dim(cells_edge_patch) == 0) { + cells_edge_patch <- 0 + } + + # all cells minus edge cells equal core and convert to ha + core_area <- (cells_patch - cells_edge_patch) * prod(resolution) / 10000 + + tibble::tibble(class = patches_class, + value = core_area) + }) + ) + + tibble::tibble( + level = "patch", + class = as.integer(core$class), + id = as.integer(seq_len(nrow(core))), + metric = "core", + value = as.double(core$value) + ) +} + diff --git a/landscapemetrics.Rproj b/landscapemetrics.Rproj index 969d30df0..1e63ef0ff 100644 --- a/landscapemetrics.Rproj +++ b/landscapemetrics.Rproj @@ -1,23 +1,23 @@ -Version: 1.0 - -RestoreWorkspace: Default -SaveWorkspace: Default -AlwaysSaveHistory: Default - -EnableCodeIndexing: Yes -UseSpacesForTab: Yes -NumSpacesForTab: 4 -Encoding: UTF-8 - -RnwWeave: Sweave -LaTeX: pdfLaTeX - -AutoAppendNewline: Yes -StripTrailingWhitespace: Yes -LineEndingConversion: Posix - -BuildType: Package -PackageUseDevtools: Yes -PackageInstallArgs: --no-multiarch --with-keep.source -PackageCheckArgs: --no-multiarch --as-cran -PackageRoxygenize: rd,collate,namespace,vignette +Version: 1.0 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 4 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX + +AutoAppendNewline: Yes +StripTrailingWhitespace: Yes +LineEndingConversion: Posix + +BuildType: Package +PackageUseDevtools: Yes +PackageInstallArgs: --no-multiarch --with-keep.source +PackageCheckArgs: --no-multiarch --as-cran +PackageRoxygenize: rd,collate,namespace,vignette diff --git a/src/RcppExports.cpp b/src/RcppExports.cpp index 00c28f04d..b2c95526b 100644 --- a/src/RcppExports.cpp +++ b/src/RcppExports.cpp @@ -1,229 +1,229 @@ -// Generated by using Rcpp::compileAttributes() -> do not edit by hand -// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 - -#include -#include - -using namespace Rcpp; - -#ifdef RCPP_USE_GLOBAL_ROSTREAM -Rcpp::Rostream& Rcpp::Rcout = Rcpp::Rcpp_cout_get(); -Rcpp::Rostream& Rcpp::Rcerr = Rcpp::Rcpp_cerr_get(); -#endif - -// rcpp_ccl -void rcpp_ccl(IntegerMatrix mat, int directions); -RcppExport SEXP _landscapemetrics_rcpp_ccl(SEXP matSEXP, SEXP directionsSEXP) { -BEGIN_RCPP - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< IntegerMatrix >::type mat(matSEXP); - Rcpp::traits::input_parameter< int >::type directions(directionsSEXP); - rcpp_ccl(mat, directions); - return R_NilValue; -END_RCPP -} -// rcpp_xy_from_matrix -IntegerMatrix rcpp_xy_from_matrix(arma::imat x, Rcpp::Nullable cell); -RcppExport SEXP _landscapemetrics_rcpp_xy_from_matrix(SEXP xSEXP, SEXP cellSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< arma::imat >::type x(xSEXP); - Rcpp::traits::input_parameter< Rcpp::Nullable >::type cell(cellSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_xy_from_matrix(x, cell)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_cell_from_xy -IntegerVector rcpp_cell_from_xy(arma::imat x, IntegerMatrix y); -RcppExport SEXP _landscapemetrics_rcpp_cell_from_xy(SEXP xSEXP, SEXP ySEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< arma::imat >::type x(xSEXP); - Rcpp::traits::input_parameter< IntegerMatrix >::type y(ySEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_cell_from_xy(x, y)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_create_neighborhood -IntegerMatrix rcpp_create_neighborhood(arma::imat directions); -RcppExport SEXP _landscapemetrics_rcpp_create_neighborhood(SEXP directionsSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< arma::imat >::type directions(directionsSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_create_neighborhood(directions)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_boundaries -IntegerMatrix rcpp_get_boundaries(const IntegerMatrix xx, int directions); -RcppExport SEXP _landscapemetrics_rcpp_get_boundaries(SEXP xxSEXP, SEXP directionsSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const IntegerMatrix >::type xx(xxSEXP); - Rcpp::traits::input_parameter< int >::type directions(directionsSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_boundaries(xx, directions)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_circle -DataFrame rcpp_get_circle(IntegerMatrix mat, const double resolution_xy); -RcppExport SEXP _landscapemetrics_rcpp_get_circle(SEXP matSEXP, SEXP resolution_xySEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< IntegerMatrix >::type mat(matSEXP); - Rcpp::traits::input_parameter< const double >::type resolution_xy(resolution_xySEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_circle(mat, resolution_xy)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_composition_vector -IntegerVector rcpp_get_composition_vector(const Rcpp::NumericVector& x); -RcppExport SEXP _landscapemetrics_rcpp_get_composition_vector(SEXP xSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const Rcpp::NumericVector& >::type x(xSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_composition_vector(x)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_coocurrence_matrix -IntegerMatrix rcpp_get_coocurrence_matrix(const IntegerMatrix x, const arma::imat directions); -RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix(SEXP xSEXP, SEXP directionsSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); - Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix(x, directions)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_coocurrence_matrix_diag -IntegerVector rcpp_get_coocurrence_matrix_diag(const IntegerMatrix x, const arma::imat directions); -RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix_diag(SEXP xSEXP, SEXP directionsSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); - Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix_diag(x, directions)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_coocurrence_matrix_single -IntegerMatrix rcpp_get_coocurrence_matrix_single(const IntegerMatrix x, const arma::imat directions, const int single_class); -RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix_single(SEXP xSEXP, SEXP directionsSEXP, SEXP single_classSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); - Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); - Rcpp::traits::input_parameter< const int >::type single_class(single_classSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix_single(x, directions, single_class)); - return rcpp_result_gen; -END_RCPP -} -// triangular_index -int triangular_index(int r, int c); -RcppExport SEXP _landscapemetrics_triangular_index(SEXP rSEXP, SEXP cSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< int >::type r(rSEXP); - Rcpp::traits::input_parameter< int >::type c(cSEXP); - rcpp_result_gen = Rcpp::wrap(triangular_index(r, c)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_coocurrence_vector -NumericVector rcpp_get_coocurrence_vector(IntegerMatrix x, arma::imat directions, bool ordered); -RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_vector(SEXP xSEXP, SEXP directionsSEXP, SEXP orderedSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< IntegerMatrix >::type x(xSEXP); - Rcpp::traits::input_parameter< arma::imat >::type directions(directionsSEXP); - Rcpp::traits::input_parameter< bool >::type ordered(orderedSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_vector(x, directions, ordered)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_entropy -double rcpp_get_entropy(NumericVector x, std::string base); -RcppExport SEXP _landscapemetrics_rcpp_get_entropy(SEXP xSEXP, SEXP baseSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< NumericVector >::type x(xSEXP); - Rcpp::traits::input_parameter< std::string >::type base(baseSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_entropy(x, base)); - return rcpp_result_gen; -END_RCPP -} -// find_min -NumericVector find_min(const NumericMatrix& points, int i, int m); -RcppExport SEXP _landscapemetrics_find_min(SEXP pointsSEXP, SEXP iSEXP, SEXP mSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const NumericMatrix& >::type points(pointsSEXP); - Rcpp::traits::input_parameter< int >::type i(iSEXP); - Rcpp::traits::input_parameter< int >::type m(mSEXP); - rcpp_result_gen = Rcpp::wrap(find_min(points, i, m)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_nearest_neighbor -NumericMatrix rcpp_get_nearest_neighbor(const NumericMatrix& points); -RcppExport SEXP _landscapemetrics_rcpp_get_nearest_neighbor(SEXP pointsSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const NumericMatrix& >::type points(pointsSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_nearest_neighbor(points)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_unique_values -std::vector rcpp_get_unique_values(const Rcpp::IntegerVector& x, bool na_omit); -RcppExport SEXP _landscapemetrics_rcpp_get_unique_values(SEXP xSEXP, SEXP na_omitSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const Rcpp::IntegerVector& >::type x(xSEXP); - Rcpp::traits::input_parameter< bool >::type na_omit(na_omitSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_unique_values(x, na_omit)); - return rcpp_result_gen; -END_RCPP -} - -static const R_CallMethodDef CallEntries[] = { - {"_landscapemetrics_rcpp_ccl", (DL_FUNC) &_landscapemetrics_rcpp_ccl, 2}, - {"_landscapemetrics_rcpp_xy_from_matrix", (DL_FUNC) &_landscapemetrics_rcpp_xy_from_matrix, 2}, - {"_landscapemetrics_rcpp_cell_from_xy", (DL_FUNC) &_landscapemetrics_rcpp_cell_from_xy, 2}, - {"_landscapemetrics_rcpp_create_neighborhood", (DL_FUNC) &_landscapemetrics_rcpp_create_neighborhood, 1}, - {"_landscapemetrics_rcpp_get_boundaries", (DL_FUNC) &_landscapemetrics_rcpp_get_boundaries, 2}, - {"_landscapemetrics_rcpp_get_circle", (DL_FUNC) &_landscapemetrics_rcpp_get_circle, 2}, - {"_landscapemetrics_rcpp_get_composition_vector", (DL_FUNC) &_landscapemetrics_rcpp_get_composition_vector, 1}, - {"_landscapemetrics_rcpp_get_coocurrence_matrix", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix, 2}, - {"_landscapemetrics_rcpp_get_coocurrence_matrix_diag", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix_diag, 2}, - {"_landscapemetrics_rcpp_get_coocurrence_matrix_single", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix_single, 3}, - {"_landscapemetrics_triangular_index", (DL_FUNC) &_landscapemetrics_triangular_index, 2}, - {"_landscapemetrics_rcpp_get_coocurrence_vector", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_vector, 3}, - {"_landscapemetrics_rcpp_get_entropy", (DL_FUNC) &_landscapemetrics_rcpp_get_entropy, 2}, - {"_landscapemetrics_find_min", (DL_FUNC) &_landscapemetrics_find_min, 3}, - {"_landscapemetrics_rcpp_get_nearest_neighbor", (DL_FUNC) &_landscapemetrics_rcpp_get_nearest_neighbor, 1}, - {"_landscapemetrics_rcpp_get_unique_values", (DL_FUNC) &_landscapemetrics_rcpp_get_unique_values, 2}, - {NULL, NULL, 0} -}; - -RcppExport void R_init_landscapemetrics(DllInfo *dll) { - R_registerRoutines(dll, NULL, CallEntries, NULL, NULL); - R_useDynamicSymbols(dll, FALSE); -} +// Generated by using Rcpp::compileAttributes() -> do not edit by hand +// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 + +#include +#include + +using namespace Rcpp; + +#ifdef RCPP_USE_GLOBAL_ROSTREAM +Rcpp::Rostream& Rcpp::Rcout = Rcpp::Rcpp_cout_get(); +Rcpp::Rostream& Rcpp::Rcerr = Rcpp::Rcpp_cerr_get(); +#endif + +// rcpp_ccl +void rcpp_ccl(IntegerMatrix mat, int directions); +RcppExport SEXP _landscapemetrics_rcpp_ccl(SEXP matSEXP, SEXP directionsSEXP) { +BEGIN_RCPP + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< IntegerMatrix >::type mat(matSEXP); + Rcpp::traits::input_parameter< int >::type directions(directionsSEXP); + rcpp_ccl(mat, directions); + return R_NilValue; +END_RCPP +} +// rcpp_xy_from_matrix +IntegerMatrix rcpp_xy_from_matrix(arma::imat x, Rcpp::Nullable cell); +RcppExport SEXP _landscapemetrics_rcpp_xy_from_matrix(SEXP xSEXP, SEXP cellSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< arma::imat >::type x(xSEXP); + Rcpp::traits::input_parameter< Rcpp::Nullable >::type cell(cellSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_xy_from_matrix(x, cell)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_cell_from_xy +IntegerVector rcpp_cell_from_xy(arma::imat x, IntegerMatrix y); +RcppExport SEXP _landscapemetrics_rcpp_cell_from_xy(SEXP xSEXP, SEXP ySEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< arma::imat >::type x(xSEXP); + Rcpp::traits::input_parameter< IntegerMatrix >::type y(ySEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_cell_from_xy(x, y)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_create_neighborhood +IntegerMatrix rcpp_create_neighborhood(arma::imat directions); +RcppExport SEXP _landscapemetrics_rcpp_create_neighborhood(SEXP directionsSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< arma::imat >::type directions(directionsSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_create_neighborhood(directions)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_boundaries +IntegerMatrix rcpp_get_boundaries(const IntegerMatrix xx, int directions); +RcppExport SEXP _landscapemetrics_rcpp_get_boundaries(SEXP xxSEXP, SEXP directionsSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const IntegerMatrix >::type xx(xxSEXP); + Rcpp::traits::input_parameter< int >::type directions(directionsSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_boundaries(xx, directions)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_circle +DataFrame rcpp_get_circle(IntegerMatrix mat, const double resolution_xy); +RcppExport SEXP _landscapemetrics_rcpp_get_circle(SEXP matSEXP, SEXP resolution_xySEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< IntegerMatrix >::type mat(matSEXP); + Rcpp::traits::input_parameter< const double >::type resolution_xy(resolution_xySEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_circle(mat, resolution_xy)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_composition_vector +IntegerVector rcpp_get_composition_vector(const Rcpp::NumericVector& x); +RcppExport SEXP _landscapemetrics_rcpp_get_composition_vector(SEXP xSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const Rcpp::NumericVector& >::type x(xSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_composition_vector(x)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_coocurrence_matrix +IntegerMatrix rcpp_get_coocurrence_matrix(const IntegerMatrix x, const arma::imat directions); +RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix(SEXP xSEXP, SEXP directionsSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); + Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix(x, directions)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_coocurrence_matrix_diag +IntegerVector rcpp_get_coocurrence_matrix_diag(const IntegerMatrix x, const arma::imat directions); +RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix_diag(SEXP xSEXP, SEXP directionsSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); + Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix_diag(x, directions)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_coocurrence_matrix_single +IntegerMatrix rcpp_get_coocurrence_matrix_single(const IntegerMatrix x, const arma::imat directions, const int single_class); +RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix_single(SEXP xSEXP, SEXP directionsSEXP, SEXP single_classSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); + Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); + Rcpp::traits::input_parameter< const int >::type single_class(single_classSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix_single(x, directions, single_class)); + return rcpp_result_gen; +END_RCPP +} +// triangular_index +int triangular_index(int r, int c); +RcppExport SEXP _landscapemetrics_triangular_index(SEXP rSEXP, SEXP cSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< int >::type r(rSEXP); + Rcpp::traits::input_parameter< int >::type c(cSEXP); + rcpp_result_gen = Rcpp::wrap(triangular_index(r, c)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_coocurrence_vector +NumericVector rcpp_get_coocurrence_vector(IntegerMatrix x, arma::imat directions, bool ordered); +RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_vector(SEXP xSEXP, SEXP directionsSEXP, SEXP orderedSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< IntegerMatrix >::type x(xSEXP); + Rcpp::traits::input_parameter< arma::imat >::type directions(directionsSEXP); + Rcpp::traits::input_parameter< bool >::type ordered(orderedSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_vector(x, directions, ordered)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_entropy +double rcpp_get_entropy(NumericVector x, std::string base); +RcppExport SEXP _landscapemetrics_rcpp_get_entropy(SEXP xSEXP, SEXP baseSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< NumericVector >::type x(xSEXP); + Rcpp::traits::input_parameter< std::string >::type base(baseSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_entropy(x, base)); + return rcpp_result_gen; +END_RCPP +} +// find_min +NumericVector find_min(const NumericMatrix& points, int i, int m); +RcppExport SEXP _landscapemetrics_find_min(SEXP pointsSEXP, SEXP iSEXP, SEXP mSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const NumericMatrix& >::type points(pointsSEXP); + Rcpp::traits::input_parameter< int >::type i(iSEXP); + Rcpp::traits::input_parameter< int >::type m(mSEXP); + rcpp_result_gen = Rcpp::wrap(find_min(points, i, m)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_nearest_neighbor +NumericMatrix rcpp_get_nearest_neighbor(const NumericMatrix& points); +RcppExport SEXP _landscapemetrics_rcpp_get_nearest_neighbor(SEXP pointsSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const NumericMatrix& >::type points(pointsSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_nearest_neighbor(points)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_unique_values +std::vector rcpp_get_unique_values(const Rcpp::IntegerVector& x, bool na_omit); +RcppExport SEXP _landscapemetrics_rcpp_get_unique_values(SEXP xSEXP, SEXP na_omitSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const Rcpp::IntegerVector& >::type x(xSEXP); + Rcpp::traits::input_parameter< bool >::type na_omit(na_omitSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_unique_values(x, na_omit)); + return rcpp_result_gen; +END_RCPP +} + +static const R_CallMethodDef CallEntries[] = { + {"_landscapemetrics_rcpp_ccl", (DL_FUNC) &_landscapemetrics_rcpp_ccl, 2}, + {"_landscapemetrics_rcpp_xy_from_matrix", (DL_FUNC) &_landscapemetrics_rcpp_xy_from_matrix, 2}, + {"_landscapemetrics_rcpp_cell_from_xy", (DL_FUNC) &_landscapemetrics_rcpp_cell_from_xy, 2}, + {"_landscapemetrics_rcpp_create_neighborhood", (DL_FUNC) &_landscapemetrics_rcpp_create_neighborhood, 1}, + {"_landscapemetrics_rcpp_get_boundaries", (DL_FUNC) &_landscapemetrics_rcpp_get_boundaries, 2}, + {"_landscapemetrics_rcpp_get_circle", (DL_FUNC) &_landscapemetrics_rcpp_get_circle, 2}, + {"_landscapemetrics_rcpp_get_composition_vector", (DL_FUNC) &_landscapemetrics_rcpp_get_composition_vector, 1}, + {"_landscapemetrics_rcpp_get_coocurrence_matrix", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix, 2}, + {"_landscapemetrics_rcpp_get_coocurrence_matrix_diag", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix_diag, 2}, + {"_landscapemetrics_rcpp_get_coocurrence_matrix_single", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix_single, 3}, + {"_landscapemetrics_triangular_index", (DL_FUNC) &_landscapemetrics_triangular_index, 2}, + {"_landscapemetrics_rcpp_get_coocurrence_vector", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_vector, 3}, + {"_landscapemetrics_rcpp_get_entropy", (DL_FUNC) &_landscapemetrics_rcpp_get_entropy, 2}, + {"_landscapemetrics_find_min", (DL_FUNC) &_landscapemetrics_find_min, 3}, + {"_landscapemetrics_rcpp_get_nearest_neighbor", (DL_FUNC) &_landscapemetrics_rcpp_get_nearest_neighbor, 1}, + {"_landscapemetrics_rcpp_get_unique_values", (DL_FUNC) &_landscapemetrics_rcpp_get_unique_values, 2}, + {NULL, NULL, 0} +}; + +RcppExport void R_init_landscapemetrics(DllInfo *dll) { + R_registerRoutines(dll, NULL, CallEntries, NULL, NULL); + R_useDynamicSymbols(dll, FALSE); +} From cdd8dd950b9661cbfc6411b3f06563c499bc56b7 Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Tue, 14 Mar 2023 19:09:39 +0100 Subject: [PATCH 010/101] Saving files before refreshing line endings --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..4cab1f4d2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto From 8b6fae3949dc66e3c59fb0dfda7995027f8805ff Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Tue, 14 Mar 2023 19:10:09 +0100 Subject: [PATCH 011/101] Normalize all the line endings --- NEWS.md | 468 +- R/RcppExports.R | 218 +- R/calculate_correlation.R | 314 +- R/calculate_lsm.R | 430 +- R/check_landscape.R | 200 +- R/construct_buffer.R | 312 +- R/data.R | 250 +- R/data_info.R | 80 +- R/extract_lsm.R | 402 +- R/get_adjacencies.R | 216 +- R/get_boundaries.R | 292 +- R/get_centroids.R | 334 +- R/get_circumscribingcircle.R | 258 +- R/get_nearestneighbour.R | 208 +- R/get_patches.R | 352 +- R/get_unique_values.R | 162 +- R/lsm_c_ai.R | 228 +- R/lsm_c_area_mn.R | 172 +- R/lsm_c_area_sd.R | 172 +- R/lsm_c_ca.R | 170 +- R/lsm_c_cai_mn.R | 188 +- R/lsm_c_cai_sd.R | 192 +- R/lsm_c_circle_mn.R | 188 +- R/lsm_c_circle_sd.R | 188 +- R/lsm_c_clumpy.R | 274 +- R/lsm_c_cohesion.R | 230 +- R/lsm_c_contig_mn.R | 188 +- R/lsm_c_contig_sd.R | 190 +- R/lsm_c_core_mn.R | 182 +- R/lsm_c_core_sd.R | 186 +- R/lsm_c_cpland.R | 214 +- R/lsm_c_dcad.R | 210 +- R/lsm_c_dcore_mn.R | 184 +- R/lsm_c_division.R | 188 +- R/lsm_c_ed.R | 210 +- R/lsm_c_enn_mn.R | 190 +- R/lsm_c_enn_sd.R | 190 +- R/lsm_c_frac_mn.R | 172 +- R/lsm_c_frac_sd.R | 178 +- R/lsm_c_gyrate_mn.R | 198 +- R/lsm_c_gyrate_sd.R | 198 +- R/lsm_c_iji.R | 224 +- R/lsm_c_lpi.R | 176 +- R/lsm_c_lsi.R | 262 +- R/lsm_c_mesh.R | 192 +- R/lsm_c_ndca.R | 190 +- R/lsm_c_nlsi.R | 320 +- R/lsm_c_np.R | 186 +- R/lsm_c_pafrac.R | 268 +- R/lsm_c_para_mn.R | 172 +- R/lsm_c_para_sd.R | 174 +- R/lsm_c_pd.R | 192 +- R/lsm_c_pladj.R | 176 +- R/lsm_c_pland.R | 164 +- R/lsm_c_shape_mn.R | 180 +- R/lsm_c_shape_sd.R | 182 +- R/lsm_c_split.R | 188 +- R/lsm_c_tca.R | 184 +- R/lsm_c_te.R | 352 +- R/lsm_l_ai.R | 186 +- R/lsm_l_area_mn.R | 176 +- R/lsm_l_area_sd.R | 174 +- R/lsm_l_cai_mn.R | 194 +- R/lsm_l_cai_sd.R | 198 +- R/lsm_l_circle_mn.R | 180 +- R/lsm_l_circle_sd.R | 186 +- R/lsm_l_cohesion.R | 204 +- R/lsm_l_condent.R | 186 +- R/lsm_l_contag.R | 218 +- R/lsm_l_contig_mn.R | 188 +- R/lsm_l_contig_sd.R | 190 +- R/lsm_l_core_mn.R | 188 +- R/lsm_l_core_sd.R | 190 +- R/lsm_l_dcad.R | 210 +- R/lsm_l_dcore_mn.R | 192 +- R/lsm_l_dcore_sd.R | 196 +- R/lsm_l_division.R | 182 +- R/lsm_l_ed.R | 208 +- R/lsm_l_enn_mn.R | 186 +- R/lsm_l_enn_sd.R | 186 +- R/lsm_l_ent.R | 158 +- R/lsm_l_frac_mn.R | 176 +- R/lsm_l_frac_sd.R | 176 +- R/lsm_l_gyrate_mn.R | 196 +- R/lsm_l_gyrate_sd.R | 198 +- R/lsm_l_iji.R | 224 +- R/lsm_l_joinent.R | 168 +- R/lsm_l_lpi.R | 170 +- R/lsm_l_lsi.R | 250 +- R/lsm_l_mesh.R | 180 +- R/lsm_l_msidi.R | 182 +- R/lsm_l_msiei.R | 172 +- R/lsm_l_mutinf.R | 184 +- R/lsm_l_ndca.R | 190 +- R/lsm_l_np.R | 154 +- R/lsm_l_pafrac.R | 252 +- R/lsm_l_para_mn.R | 172 +- R/lsm_l_para_sd.R | 172 +- R/lsm_l_pd.R | 198 +- R/lsm_l_pladj.R | 168 +- R/lsm_l_pr.R | 134 +- R/lsm_l_prd.R | 168 +- R/lsm_l_relmutinf.R | 186 +- R/lsm_l_rpr.R | 176 +- R/lsm_l_shape_mn.R | 178 +- R/lsm_l_shape_sd.R | 178 +- R/lsm_l_shdi.R | 160 +- R/lsm_l_shei.R | 174 +- R/lsm_l_sidi.R | 164 +- R/lsm_l_siei.R | 168 +- R/lsm_l_split.R | 176 +- R/lsm_l_ta.R | 156 +- R/lsm_l_tca.R | 186 +- R/lsm_l_te.R | 264 +- R/lsm_p_area.R | 228 +- R/lsm_p_cai.R | 240 +- R/lsm_p_circle.R | 272 +- R/lsm_p_contig.R | 302 +- R/lsm_p_enn.R | 268 +- R/lsm_p_frac.R | 216 +- R/lsm_p_gyrate.R | 332 +- R/lsm_p_ncore.R | 358 +- R/lsm_p_para.R | 202 +- R/lsm_p_perim.R | 310 +- R/lsm_p_shape.R | 244 +- R/matrix_to_raster.R | 192 +- R/pad_raster.R | 200 +- R/proj_info.R | 100 +- R/raster_to_points.R | 124 +- R/sample_lsm.R | 588 +- R/show_cores.R | 332 +- R/show_correlation.R | 566 +- R/show_lsm.R | 378 +- R/show_patches.R | 286 +- R/spatialize_lsm.R | 404 +- R/unpad_raster.R | 180 +- R/window_lsm.R | 472 +- cran-comments.md | 264 +- data-raw/01_landscapes.R | 56 +- data-raw/02_real_landscapes.R | 44 +- data-raw/fragstats_results_class.txt | 96 +- data-raw/fragstats_results_land.txt | 20 +- data-raw/fragstats_results_patch.txt | 35938 ++++++++-------- landscapemetrics.Rproj | 46 +- man/get_unique_values.Rd | 80 +- src/RcppExports.cpp | 458 +- src/rcpp_get_coocurrence_matrix.cpp | 148 +- src/rcpp_get_coocurrence_matrix_diag.cpp | 156 +- src/rcpp_get_coocurrence_matrix_single.cpp | 150 +- src/rcpp_get_nearest_neighbor.cpp | 288 +- tests/testthat.R | 10 +- tests/testthat/helper-landscapes.R | 48 +- tests/testthat/helper-points.R | 36 +- tests/testthat/test-calculate-lsm.R | 260 +- tests/testthat/test-check-landscape.R | 144 +- tests/testthat/test-construct-buffer.R | 60 +- tests/testthat/test-different-classes.R | 24 +- tests/testthat/test-extract-lsm.R | 254 +- tests/testthat/test-get-adjacencies.R | 162 +- tests/testthat/test-get-boundaries.R | 152 +- tests/testthat/test-get-centroids.R | 108 +- .../testthat/test-get-circumscribungcircle.R | 102 +- tests/testthat/test-get-nearestneighbour.R | 66 +- tests/testthat/test-get-patches.R | 62 +- tests/testthat/test-get-unique-values.R | 136 +- tests/testthat/test-landscape_as_list.R | 18 +- tests/testthat/test-lsm-c-ai.R | 66 +- tests/testthat/test-lsm-c-area-cv.R | 46 +- tests/testthat/test-lsm-c-area-mn.R | 48 +- tests/testthat/test-lsm-c-area-sd.R | 46 +- tests/testthat/test-lsm-c-ca.R | 50 +- tests/testthat/test-lsm-c-cai-cv.R | 48 +- tests/testthat/test-lsm-c-cai-mn.R | 48 +- tests/testthat/test-lsm-c-cai-sd.R | 44 +- tests/testthat/test-lsm-c-circle-cv.R | 50 +- tests/testthat/test-lsm-c-circle-mn.R | 46 +- tests/testthat/test-lsm-c-circle-sd.R | 46 +- tests/testthat/test-lsm-c-clumpy.R | 46 +- tests/testthat/test-lsm-c-cohesion.R | 48 +- tests/testthat/test-lsm-c-contig-cv.R | 48 +- tests/testthat/test-lsm-c-contig-mn.R | 48 +- tests/testthat/test-lsm-c-contig-sd.R | 48 +- tests/testthat/test-lsm-c-core-cv.R | 44 +- tests/testthat/test-lsm-c-core-mn.R | 44 +- tests/testthat/test-lsm-c-core-sd.R | 44 +- tests/testthat/test-lsm-c-cpland.R | 46 +- tests/testthat/test-lsm-c-dcad.R | 46 +- tests/testthat/test-lsm-c-dcore_cv.R | 44 +- tests/testthat/test-lsm-c-dcore_mn.R | 44 +- tests/testthat/test-lsm-c-dcore_sd.R | 44 +- tests/testthat/test-lsm-c-division.R | 46 +- tests/testthat/test-lsm-c-ed.R | 46 +- tests/testthat/test-lsm-c-enn-cv.R | 44 +- tests/testthat/test-lsm-c-enn-mn.R | 44 +- tests/testthat/test-lsm-c-enn-sd.R | 44 +- tests/testthat/test-lsm-c-frac-cv.R | 44 +- tests/testthat/test-lsm-c-frac-mn.R | 44 +- tests/testthat/test-lsm-c-frac-sd.R | 44 +- tests/testthat/test-lsm-c-gyrate-cv.R | 44 +- tests/testthat/test-lsm-c-gyrate-mn.R | 44 +- tests/testthat/test-lsm-c-gyrate-sd.R | 44 +- tests/testthat/test-lsm-c-iji.R | 66 +- tests/testthat/test-lsm-c-lpi.R | 46 +- tests/testthat/test-lsm-c-lsi.R | 46 +- tests/testthat/test-lsm-c-mesh.R | 46 +- tests/testthat/test-lsm-c-ndca.R | 46 +- tests/testthat/test-lsm-c-nlsi.R | 60 +- tests/testthat/test-lsm-c-np.R | 46 +- tests/testthat/test-lsm-c-pafrac.R | 72 +- tests/testthat/test-lsm-c-para-cv.R | 44 +- tests/testthat/test-lsm-c-para-mn.R | 44 +- tests/testthat/test-lsm-c-para-sd.R | 44 +- tests/testthat/test-lsm-c-pd.R | 46 +- tests/testthat/test-lsm-c-pladj.R | 46 +- tests/testthat/test-lsm-c-pland.R | 46 +- tests/testthat/test-lsm-c-shape-cv.R | 44 +- tests/testthat/test-lsm-c-shape-mn.R | 44 +- tests/testthat/test-lsm-c-shape-sd.R | 44 +- tests/testthat/test-lsm-c-split.R | 46 +- tests/testthat/test-lsm-c-tca.R | 46 +- tests/testthat/test-lsm-c-te.R | 102 +- tests/testthat/test-lsm-l-ai.R | 46 +- tests/testthat/test-lsm-l-area-cv.R | 44 +- tests/testthat/test-lsm-l-area-mn.R | 48 +- tests/testthat/test-lsm-l-area-sd.R | 48 +- tests/testthat/test-lsm-l-cai-cv.R | 48 +- tests/testthat/test-lsm-l-cai-mn.R | 48 +- tests/testthat/test-lsm-l-cai-sd.R | 48 +- tests/testthat/test-lsm-l-circle-cv.R | 48 +- tests/testthat/test-lsm-l-circle-mn.R | 48 +- tests/testthat/test-lsm-l-circle-sd.R | 48 +- tests/testthat/test-lsm-l-cohesion.R | 46 +- tests/testthat/test-lsm-l-condent.R | 46 +- tests/testthat/test-lsm-l-contag.R | 64 +- tests/testthat/test-lsm-l-contig-cv.R | 44 +- tests/testthat/test-lsm-l-contig-mn.R | 44 +- tests/testthat/test-lsm-l-contig-sd.R | 44 +- tests/testthat/test-lsm-l-core-cv.R | 48 +- tests/testthat/test-lsm-l-core-mn.R | 48 +- tests/testthat/test-lsm-l-core-sd.R | 48 +- tests/testthat/test-lsm-l-dcad.R | 46 +- tests/testthat/test-lsm-l-dcore-cv.R | 48 +- tests/testthat/test-lsm-l-dcore-mn.R | 48 +- tests/testthat/test-lsm-l-dcore-sd.R | 48 +- tests/testthat/test-lsm-l-division.R | 46 +- tests/testthat/test-lsm-l-ed.R | 46 +- tests/testthat/test-lsm-l-enn-cv.R | 48 +- tests/testthat/test-lsm-l-enn-mn.R | 48 +- tests/testthat/test-lsm-l-enn-sd.R | 48 +- tests/testthat/test-lsm-l-ent.R | 46 +- tests/testthat/test-lsm-l-frac-cv.R | 44 +- tests/testthat/test-lsm-l-frac-mn.R | 44 +- tests/testthat/test-lsm-l-frac-sd.R | 44 +- tests/testthat/test-lsm-l-gyrate-cv.R | 44 +- tests/testthat/test-lsm-l-gyrate-mn.R | 44 +- tests/testthat/test-lsm-l-gyrate-sd.R | 46 +- tests/testthat/test-lsm-l-iji.R | 66 +- tests/testthat/test-lsm-l-joinent.R | 46 +- tests/testthat/test-lsm-l-lpi.R | 46 +- tests/testthat/test-lsm-l-lsi.R | 46 +- tests/testthat/test-lsm-l-mesh.R | 46 +- tests/testthat/test-lsm-l-msidi.R | 46 +- tests/testthat/test-lsm-l-msiei.R | 46 +- tests/testthat/test-lsm-l-mutinf.R | 46 +- tests/testthat/test-lsm-l-ndca.R | 46 +- tests/testthat/test-lsm-l-np.R | 46 +- tests/testthat/test-lsm-l-pafrac.R | 64 +- tests/testthat/test-lsm-l-para-cv.R | 44 +- tests/testthat/test-lsm-l-para-mn.R | 44 +- tests/testthat/test-lsm-l-para-sd.R | 44 +- tests/testthat/test-lsm-l-pd.R | 46 +- tests/testthat/test-lsm-l-pladj.R | 46 +- tests/testthat/test-lsm-l-pr.R | 46 +- tests/testthat/test-lsm-l-prd.R | 46 +- tests/testthat/test-lsm-l-relmutinf.R | 46 +- tests/testthat/test-lsm-l-rpr.R | 46 +- tests/testthat/test-lsm-l-shape-cv.R | 44 +- tests/testthat/test-lsm-l-shape-mn.R | 44 +- tests/testthat/test-lsm-l-shape-sd.R | 44 +- tests/testthat/test-lsm-l-shdi.R | 46 +- tests/testthat/test-lsm-l-shei.R | 60 +- tests/testthat/test-lsm-l-sidi.R | 46 +- tests/testthat/test-lsm-l-siei.R | 46 +- tests/testthat/test-lsm-l-split.R | 46 +- tests/testthat/test-lsm-l-ta.R | 46 +- tests/testthat/test-lsm-l-tca.R | 46 +- tests/testthat/test-lsm-l-te.R | 112 +- tests/testthat/test-lsm-p-area.R | 48 +- tests/testthat/test-lsm-p-cai.R | 44 +- tests/testthat/test-lsm-p-circle.R | 54 +- tests/testthat/test-lsm-p-contig.R | 48 +- tests/testthat/test-lsm-p-core.R | 66 +- tests/testthat/test-lsm-p-enn.R | 48 +- tests/testthat/test-lsm-p-frac.R | 48 +- tests/testthat/test-lsm-p-gyrate.R | 60 +- tests/testthat/test-lsm-p-nca.R | 48 +- tests/testthat/test-lsm-p-para.R | 48 +- tests/testthat/test-lsm-p-perim.R | 52 +- tests/testthat/test-lsm-p-shape.R | 46 +- tests/testthat/test-matrix-to-raster.R | 96 +- .../testthat/test-options-landscapemetrics.R | 26 +- tests/testthat/test-pad-raster.R | 120 +- tests/testthat/test-raster-to-points.R | 82 +- .../test-rcpp-get-coocurrence-matrix.R | 144 +- tests/testthat/test-sample-lsm.R | 404 +- tests/testthat/test-show-cores.R | 100 +- tests/testthat/test-show-correlation.R | 118 +- tests/testthat/test-show-lsm.R | 94 +- tests/testthat/test-show-patches.R | 62 +- tests/testthat/test-spatialize-lsm.R | 158 +- tests/testthat/test-unique-values.R | 26 +- tests/testthat/test-unpad-raster.R | 114 +- tests/testthat/test-window-lsm.R | 90 +- tests/testthat/test_fragstats.R | 3884 +- vignettes/articles/comparing_tools.Rmd | 714 +- vignettes/articles/general_background.Rmd | 150 +- vignettes/articles/guide_moving_window.Rmd | 150 +- vignettes/articles/guide_sample_lsm.Rmd | 226 +- .../landscape_distribution_statistics.Rmd | 208 +- vignettes/articles/new_metrics.Rmd | 122 +- vignettes/articles/publication_record.Rmd | 52 +- vignettes/articles/utility.Rmd | 372 +- vignettes/get_started.Rmd | 370 +- 323 files changed, 41938 insertions(+), 41938 deletions(-) diff --git a/NEWS.md b/NEWS.md index 267cf26dd..077a6f30a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,234 +1,234 @@ -# landscapemetrics 2.0.0 -* Improvements - * `terra` and `sf` instead of `raster` and `sp` as underlying frameworks - -# landscapemetrics 1.5.6 -* Bugfixes - * SHEI now equals 0 when only one patch is present -* Various - * Removes `rgeos` dependency - -# landscapemetrics 1.5.5 -* Improvements - * `get_patches` returns a unique patch id for all classes - * Adds adds the ability to use a circular window in `window_lsm()` -* Bugfixes - * SHEI now equals to 0 when only one patch present -* Various - * Fixes typo in Maintainer name - -# landscapemetrics 1.5.4 -* Improvements - * Improved memory performance related to perimeter and edge calculations - -# landscapemetrics 1.5.3 -* Improvements - * Improved terra objects (SpatRaster) support for almost all functions. - * Bugfix in `get_boundaries()` for matrix input and `return_raster = TRUE` - * Better naming of list outputs -* Bugfixes - * Adding `rel_mut_inf` to `list_lsm()` - * Fix changes due to new `ggplot2` version - -# landscapemetrics 1.5.2 -* Bugfixes - * Bug in `lsm_l_ai` if class with only one cell exists -* Various - * Renamed master to main branch - -# landscapemetrics 1.5.1 -* Improvements - * Use GitHub actions -* Bugfixes - * Bug in `lsm_c_lsi`, `lsm_c_nlsi`, `lsm_l_lsi` not using cell surfaces - -# landscapemetrics 1.5.0 -* Improvements - * Improved internal understanding of input classes - * Adds terra objects (SpatRaster) support -* New functions - * `lsm_l_relmutinf` to calculate relative mutual information - -# landscapemetrics 1.4.6 -* Improvements - * Improved RAM performance if `to_disk = TRUE` for `spatialize_lsm` and `matrix_to_raster` - -# landscapemetrics 1.4.5 -* Bugfixes - * Fix of patch id in `get_circumscribingcircle()` -* Improvements - * `lsm_p_gyrate` has an argument to force the cell centroid to be within patch - * `get_nearestneighbour()` can now return ID of neighbouring patch - * `get_boundaries()` allows now to specify edge depth - * `get_boundaries()` can return the patch id for edge cells -* New functions - * `get_centroid()` returns the coordinates of each patch centroid - -# landscapemetrics 1.4.4 -* Improvements - * Set labels = FALSE as default for all plotting functions (messy for larger raster) - * Add argument to `sample_lsm()` that adds NA if class is not present in sample plot - -# landscapemetrics 1.4.3 -* Improvements - * Improved algorithm to calculate circumscribing circle. This refers to both speed and accuracy. - * The circumscribing circle is now also calculated for patches with only one cell -* Bugfixes - * Bugfix for all functions that produce warnings - -# landscapemetrics 1.4.2 -* Bugfixes - * Bug in total edge calculation -* Improvements - * Adds a support for sf polygons in sample_lsm - -# landscapemetrics 1.4.1 -* Bugfixes - * Bug in the connected-component labelling algorithm for non-rectangular landscapes - -# landscapemetrics 1.4 -* Improvements - * Improved connected-component labelling algorithm. **Note: The algorithm labels the patches in a different order and therefore may use different patch IDs compared to previous versions.** - -# landscapemetrics 1.3.2 -* Bugfixes - * Make sure all CRAN checks run - -# landscapemetrics 1.3.1 -* Bugfixes - * Return NA if all cells are NA -* Improvements - * Cleaner handling of warnings - -# landscapemetrics 1.3 -* Bugfixes - * Remove NAs on patch level for shape index - -# landscapemetrics 1.2.2 -* Bugfixes - * Bug in `lsm_p_circle()` when whole landscape contains only one patch - * Bug in `extract_lsm()` that directions argument was not passed on -* New functions - * `unpad_raster` to remove padding around raster -* Improvements - * New argument in `get_boundaries` to consider landscape boundary - -# landscapemetrics 1.2.1 -* Bugfixes - * Allow sf points for sampling metrics - * Make sure x-y coordinates are used in `sample_lsm()` - * Size argument is not needed for polygons in `sample_lsm()` - * Make sure `sample_lsm()` can use SpatialPolygonsDataFrame -* Improvements - * Update citation - -# landscapemetrics 1.2 -* New functions - * `calculate_correlation()` returns a tibble with all correlations between metrics - * `scale_sample()` allows to sample landscape metrics in buffer with increasing size - * `scale_window()` allows calculate selected metrics in moving windows over the provided landscape. -* Improvements - * `show_correlation()` can take result from `calculate_correlation()` - * `sample_lsm()` returns a warning if `percentage_inside` < 90% - * `sample_lsm()` and `extract_lsm()` can now be used with sample_ids (rather than just 1...n) - -# landscapemetrics 1.1 -* Bugfixes - * Bugfix in `lsm_c_ai()` if only one class and NA values were present - * Bugfix in `show_correlation()` that first col was lost - * Bugfix in `sample_lsm()` and `extract_lsm()` to forward arguments to - `calculate_lsm()` - * size argument in `sample_lsm()` is now comparable between squares and circles - * Bugfix in `window_lsm()` that some arguments were not passed on (resolution and points) - * Bugfix in `extract_lsm()` and `window_lsm()` that allowed metric subset was wrong -* Improvements - * The values can be added as geom_text in `show_correlation()` - * `list_lsm()` allows to return all BUT the selected metrics - * `sample_lsm()` can now use SpatialPolygons to sample metrics - * `sample_lsm()` can now handle SpatialLines to sample metrics - * `sample_lsm()` automatically detects provided data type - * `extract_lsm()` can now handle SpatialLines to extract metrics - * Updates the way of calculating `lsm_l_ent()` and thus `lsm_l_condent()` and `lsm_l_mutinf()`. - * `calculate_lsm()`/`extract_lsm()`/`sample_lsm()`/`spatialize_lsm()`/`window_lsm()` can print progress - * replaced `cat()` with `message()` - * `calculate_lsm()` returns an error message if selected metrics do not exist - * `construct_buffer()` can now return a matrix with coords instead of polygons - * `calculate_lsm()` checks the input data before calculating metrics -* Renaming - * `get_lsm()` is now called `spatialize_lsm()` - -# landscapemetrics 1.0 -* New functions - * New function `moving_window()` to calculate metrics within a moving window - * New function `get_lsm()` to raster in which each cell has patch metric value -* Bugfixes - * Bugfix in `check_landscape()` if NA values were present - * Bugfix in `pad_raster()` that pad_raster_cells > 1 did not work - * Bugfix in `calculate_lsm()` calculating class area where resolution was lost -* Improvements - * Removing all functions from `dplyr` - * Better structure for helping functions of `check_landscape()` - * Better handling of RasterStacks for `check_landscape()` - * `pad_raster()` is now typestable and always returns a list - * `pad_raster()` can now return also a RasterLayer (and not just a matrix as) - -# landscapemetrics 0.3.1 -* Bugfixes - * fixing bug in `sample_lsm()` that occured when metrics where selected using `what` argument - * Bugfix in `lsm_p_core()` if only one patch is present - * Bugfix in `lsm_p_circle()` if only one cell is present in class - * Bugfix in `lsm_p_hyrate()` if only one cell is present in class - * Bugfix in `get_adjacencies()` that checks if `neighbourhood` was specified correctly did not work properly -* Improvements - * `sample_lsm()` now returns a tibble including an extra column if `return_raster = TRUE` (and not a nested tibble as before) - * Better explanation on how to specify metrics for `list_lsm()`, `calculate_lsm()` and ``sample_lsm()` -* Renaming - * Renamed argument `return_plots` to `return_raster` in `sample_lsm()` - -# landscapemetrics 0.3 -* New functions - * New function `check_landscape` to make sure your landscapes are feasible for landscapemetrics - * New function `raster_to_points()` to get also NA cells (not possible with `raster::rasterToPoints`) - * New function `get_boundaries()` to get only boundary cells - * New function `get_unique_values()` that shows all uniques labels in a class - * New function `list_lsm()` function to print available metrics - * New function `show_lsm()` function to vizualize patch level metrics -* Bugfixes - * Bugfix in `lsm_l_rpr`: Typo in internal function, used landscapemetrics::landscape instead of user input - * Bugfix in all `show_()` * functions that na.value color is identical -* Improvements - * Most `get_`-functions can now take matrix as input and also return a matrix - * `calculate_lsm()` now uses `list_lsm()`. This allows more options to specify metrics to calculate - * Updated structure of `lsm_abbreviations_names` - * `show_()`-functions don't throw warnings - * "global" facet for all `show_()` functions - * `extract_lsm()` now uses `list_lsm()`. This allows more options to specify metrics to calculate - * `rcpp_get_coocurrence_matrix()` can now handle large rasters and is faster - * `lsm_p_circle()` and `get_circumscribingcircle()` now consideres different x- & y-resolutions - * Generally, a better use of Rcpp to decrease computational time and memory demand -* Renaming - * Renamed "new metric" group to "complexity metric" group - * `what` arguments of all `show_()`-functions now are named `class` for consistency (so all `what` arguments deal with metrics) - * `what` arguments of `get_patches()` is now named `class` for consistency (so all `what` arguments deal with metrics) - -# landscapemetrics 0.2 -* Unified naming scheme for all auxiliary functions: - * `calculate_metrics` is now `calculate_lsm` -* Implemented `show_cores`, a function to plot the core area of patches -* `show_patches` now also shows labelled class facets (option `what`) -* All plot functions have the same theme -* Implemented `sample_lsm`, a function to sample metrics around buffered points -* Implemented `extract_lsm`, a function to extract landscape metrics for spatial coordinates -* Removed all functions from the `purrr` package and replaced them by `lapply` -* Removed all pipes -* `calculate_lsm` has the option `progress` -* `consider_boundary` is available for all core metrics -* The `edge_depth` can be specified for all core metrics - -# landscapemetrics 0.1.1 -* Replaced isFALSE() with !isTRUE() to be compatibile to R (> 3.1) -* Bugfix: lsm_p_core() and lsm_p_ncore() now takes landscape boundary into account -* Added namespace prefix std::fmod() in get_adjacency.cpp - -# landscapemetrics 0.1.0 -* First submission to CRAN +# landscapemetrics 2.0.0 +* Improvements + * `terra` and `sf` instead of `raster` and `sp` as underlying frameworks + +# landscapemetrics 1.5.6 +* Bugfixes + * SHEI now equals 0 when only one patch is present +* Various + * Removes `rgeos` dependency + +# landscapemetrics 1.5.5 +* Improvements + * `get_patches` returns a unique patch id for all classes + * Adds adds the ability to use a circular window in `window_lsm()` +* Bugfixes + * SHEI now equals to 0 when only one patch present +* Various + * Fixes typo in Maintainer name + +# landscapemetrics 1.5.4 +* Improvements + * Improved memory performance related to perimeter and edge calculations + +# landscapemetrics 1.5.3 +* Improvements + * Improved terra objects (SpatRaster) support for almost all functions. + * Bugfix in `get_boundaries()` for matrix input and `return_raster = TRUE` + * Better naming of list outputs +* Bugfixes + * Adding `rel_mut_inf` to `list_lsm()` + * Fix changes due to new `ggplot2` version + +# landscapemetrics 1.5.2 +* Bugfixes + * Bug in `lsm_l_ai` if class with only one cell exists +* Various + * Renamed master to main branch + +# landscapemetrics 1.5.1 +* Improvements + * Use GitHub actions +* Bugfixes + * Bug in `lsm_c_lsi`, `lsm_c_nlsi`, `lsm_l_lsi` not using cell surfaces + +# landscapemetrics 1.5.0 +* Improvements + * Improved internal understanding of input classes + * Adds terra objects (SpatRaster) support +* New functions + * `lsm_l_relmutinf` to calculate relative mutual information + +# landscapemetrics 1.4.6 +* Improvements + * Improved RAM performance if `to_disk = TRUE` for `spatialize_lsm` and `matrix_to_raster` + +# landscapemetrics 1.4.5 +* Bugfixes + * Fix of patch id in `get_circumscribingcircle()` +* Improvements + * `lsm_p_gyrate` has an argument to force the cell centroid to be within patch + * `get_nearestneighbour()` can now return ID of neighbouring patch + * `get_boundaries()` allows now to specify edge depth + * `get_boundaries()` can return the patch id for edge cells +* New functions + * `get_centroid()` returns the coordinates of each patch centroid + +# landscapemetrics 1.4.4 +* Improvements + * Set labels = FALSE as default for all plotting functions (messy for larger raster) + * Add argument to `sample_lsm()` that adds NA if class is not present in sample plot + +# landscapemetrics 1.4.3 +* Improvements + * Improved algorithm to calculate circumscribing circle. This refers to both speed and accuracy. + * The circumscribing circle is now also calculated for patches with only one cell +* Bugfixes + * Bugfix for all functions that produce warnings + +# landscapemetrics 1.4.2 +* Bugfixes + * Bug in total edge calculation +* Improvements + * Adds a support for sf polygons in sample_lsm + +# landscapemetrics 1.4.1 +* Bugfixes + * Bug in the connected-component labelling algorithm for non-rectangular landscapes + +# landscapemetrics 1.4 +* Improvements + * Improved connected-component labelling algorithm. **Note: The algorithm labels the patches in a different order and therefore may use different patch IDs compared to previous versions.** + +# landscapemetrics 1.3.2 +* Bugfixes + * Make sure all CRAN checks run + +# landscapemetrics 1.3.1 +* Bugfixes + * Return NA if all cells are NA +* Improvements + * Cleaner handling of warnings + +# landscapemetrics 1.3 +* Bugfixes + * Remove NAs on patch level for shape index + +# landscapemetrics 1.2.2 +* Bugfixes + * Bug in `lsm_p_circle()` when whole landscape contains only one patch + * Bug in `extract_lsm()` that directions argument was not passed on +* New functions + * `unpad_raster` to remove padding around raster +* Improvements + * New argument in `get_boundaries` to consider landscape boundary + +# landscapemetrics 1.2.1 +* Bugfixes + * Allow sf points for sampling metrics + * Make sure x-y coordinates are used in `sample_lsm()` + * Size argument is not needed for polygons in `sample_lsm()` + * Make sure `sample_lsm()` can use SpatialPolygonsDataFrame +* Improvements + * Update citation + +# landscapemetrics 1.2 +* New functions + * `calculate_correlation()` returns a tibble with all correlations between metrics + * `scale_sample()` allows to sample landscape metrics in buffer with increasing size + * `scale_window()` allows calculate selected metrics in moving windows over the provided landscape. +* Improvements + * `show_correlation()` can take result from `calculate_correlation()` + * `sample_lsm()` returns a warning if `percentage_inside` < 90% + * `sample_lsm()` and `extract_lsm()` can now be used with sample_ids (rather than just 1...n) + +# landscapemetrics 1.1 +* Bugfixes + * Bugfix in `lsm_c_ai()` if only one class and NA values were present + * Bugfix in `show_correlation()` that first col was lost + * Bugfix in `sample_lsm()` and `extract_lsm()` to forward arguments to + `calculate_lsm()` + * size argument in `sample_lsm()` is now comparable between squares and circles + * Bugfix in `window_lsm()` that some arguments were not passed on (resolution and points) + * Bugfix in `extract_lsm()` and `window_lsm()` that allowed metric subset was wrong +* Improvements + * The values can be added as geom_text in `show_correlation()` + * `list_lsm()` allows to return all BUT the selected metrics + * `sample_lsm()` can now use SpatialPolygons to sample metrics + * `sample_lsm()` can now handle SpatialLines to sample metrics + * `sample_lsm()` automatically detects provided data type + * `extract_lsm()` can now handle SpatialLines to extract metrics + * Updates the way of calculating `lsm_l_ent()` and thus `lsm_l_condent()` and `lsm_l_mutinf()`. + * `calculate_lsm()`/`extract_lsm()`/`sample_lsm()`/`spatialize_lsm()`/`window_lsm()` can print progress + * replaced `cat()` with `message()` + * `calculate_lsm()` returns an error message if selected metrics do not exist + * `construct_buffer()` can now return a matrix with coords instead of polygons + * `calculate_lsm()` checks the input data before calculating metrics +* Renaming + * `get_lsm()` is now called `spatialize_lsm()` + +# landscapemetrics 1.0 +* New functions + * New function `moving_window()` to calculate metrics within a moving window + * New function `get_lsm()` to raster in which each cell has patch metric value +* Bugfixes + * Bugfix in `check_landscape()` if NA values were present + * Bugfix in `pad_raster()` that pad_raster_cells > 1 did not work + * Bugfix in `calculate_lsm()` calculating class area where resolution was lost +* Improvements + * Removing all functions from `dplyr` + * Better structure for helping functions of `check_landscape()` + * Better handling of RasterStacks for `check_landscape()` + * `pad_raster()` is now typestable and always returns a list + * `pad_raster()` can now return also a RasterLayer (and not just a matrix as) + +# landscapemetrics 0.3.1 +* Bugfixes + * fixing bug in `sample_lsm()` that occured when metrics where selected using `what` argument + * Bugfix in `lsm_p_core()` if only one patch is present + * Bugfix in `lsm_p_circle()` if only one cell is present in class + * Bugfix in `lsm_p_hyrate()` if only one cell is present in class + * Bugfix in `get_adjacencies()` that checks if `neighbourhood` was specified correctly did not work properly +* Improvements + * `sample_lsm()` now returns a tibble including an extra column if `return_raster = TRUE` (and not a nested tibble as before) + * Better explanation on how to specify metrics for `list_lsm()`, `calculate_lsm()` and ``sample_lsm()` +* Renaming + * Renamed argument `return_plots` to `return_raster` in `sample_lsm()` + +# landscapemetrics 0.3 +* New functions + * New function `check_landscape` to make sure your landscapes are feasible for landscapemetrics + * New function `raster_to_points()` to get also NA cells (not possible with `raster::rasterToPoints`) + * New function `get_boundaries()` to get only boundary cells + * New function `get_unique_values()` that shows all uniques labels in a class + * New function `list_lsm()` function to print available metrics + * New function `show_lsm()` function to vizualize patch level metrics +* Bugfixes + * Bugfix in `lsm_l_rpr`: Typo in internal function, used landscapemetrics::landscape instead of user input + * Bugfix in all `show_()` * functions that na.value color is identical +* Improvements + * Most `get_`-functions can now take matrix as input and also return a matrix + * `calculate_lsm()` now uses `list_lsm()`. This allows more options to specify metrics to calculate + * Updated structure of `lsm_abbreviations_names` + * `show_()`-functions don't throw warnings + * "global" facet for all `show_()` functions + * `extract_lsm()` now uses `list_lsm()`. This allows more options to specify metrics to calculate + * `rcpp_get_coocurrence_matrix()` can now handle large rasters and is faster + * `lsm_p_circle()` and `get_circumscribingcircle()` now consideres different x- & y-resolutions + * Generally, a better use of Rcpp to decrease computational time and memory demand +* Renaming + * Renamed "new metric" group to "complexity metric" group + * `what` arguments of all `show_()`-functions now are named `class` for consistency (so all `what` arguments deal with metrics) + * `what` arguments of `get_patches()` is now named `class` for consistency (so all `what` arguments deal with metrics) + +# landscapemetrics 0.2 +* Unified naming scheme for all auxiliary functions: + * `calculate_metrics` is now `calculate_lsm` +* Implemented `show_cores`, a function to plot the core area of patches +* `show_patches` now also shows labelled class facets (option `what`) +* All plot functions have the same theme +* Implemented `sample_lsm`, a function to sample metrics around buffered points +* Implemented `extract_lsm`, a function to extract landscape metrics for spatial coordinates +* Removed all functions from the `purrr` package and replaced them by `lapply` +* Removed all pipes +* `calculate_lsm` has the option `progress` +* `consider_boundary` is available for all core metrics +* The `edge_depth` can be specified for all core metrics + +# landscapemetrics 0.1.1 +* Replaced isFALSE() with !isTRUE() to be compatibile to R (> 3.1) +* Bugfix: lsm_p_core() and lsm_p_ncore() now takes landscape boundary into account +* Added namespace prefix std::fmod() in get_adjacency.cpp + +# landscapemetrics 0.1.0 +* First submission to CRAN diff --git a/R/RcppExports.R b/R/RcppExports.R index 536d82959..565ffa351 100644 --- a/R/RcppExports.R +++ b/R/RcppExports.R @@ -1,109 +1,109 @@ -# Generated by using Rcpp::compileAttributes() -> do not edit by hand -# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 - -rcpp_ccl <- function(mat, directions = 8L) { - invisible(.Call('_landscapemetrics_rcpp_ccl', PACKAGE = 'landscapemetrics', mat, directions)) -} - -#' Coordinates from a matrix -#' -#' This function gets coordinates (row and column numbers) of the matrix cells. -#' -#' @param x A matrix -#' @param cell A vector of cell number. -#' If NULL, the coordinates will be calculated for the whole matrix -#' @keywords internal -rcpp_xy_from_matrix <- function(x, cell = NULL) { - .Call('_landscapemetrics_rcpp_xy_from_matrix', PACKAGE = 'landscapemetrics', x, cell) -} - -#' Get cell number -#' -#' Get cell number(s) of a matrix from row and column numbers. -#' Cell numbers start at 0 in the upper left corner, -#' and increase from top to bottom, and then from left to right. -#' -#' @param x A matrix -#' @param y A matrix with two columns (row and column numbers) -#' @keywords internal -rcpp_cell_from_xy <- function(x, y) { - .Call('_landscapemetrics_rcpp_cell_from_xy', PACKAGE = 'landscapemetrics', x, y) -} - -#' Create neighborhood coordinates -#' -#' This function creates a neighborhood coordinates matrix based on the directions parameter. -#' -#' @param directions The number of directions in which cells should be connected: -#' 4 (rook's case), 8 (queen's case), or a neighbourhood matrix. -#' The neighbourhood matrix should have one cell with value 0 (the focal cell), -#' and at least one cell with value 1 (the adjacent cells). -#' Cells with other values (e.g. NA) are ignored. -#' @keywords internal -rcpp_create_neighborhood <- function(directions) { - .Call('_landscapemetrics_rcpp_create_neighborhood', PACKAGE = 'landscapemetrics', directions) -} - -rcpp_get_boundaries <- function(xx, directions = 4L) { - .Call('_landscapemetrics_rcpp_get_boundaries', PACKAGE = 'landscapemetrics', xx, directions) -} - -rcpp_get_circle <- function(mat, resolution_xy = 1.0) { - .Call('_landscapemetrics_rcpp_get_circle', PACKAGE = 'landscapemetrics', mat, resolution_xy) -} - -rcpp_get_composition_vector <- function(x) { - .Call('_landscapemetrics_rcpp_get_composition_vector', PACKAGE = 'landscapemetrics', x) -} - -rcpp_get_coocurrence_matrix <- function(x, directions) { - .Call('_landscapemetrics_rcpp_get_coocurrence_matrix', PACKAGE = 'landscapemetrics', x, directions) -} - -rcpp_get_coocurrence_matrix_diag <- function(x, directions) { - .Call('_landscapemetrics_rcpp_get_coocurrence_matrix_diag', PACKAGE = 'landscapemetrics', x, directions) -} - -rcpp_get_coocurrence_matrix_single <- function(x, directions, single_class) { - .Call('_landscapemetrics_rcpp_get_coocurrence_matrix_single', PACKAGE = 'landscapemetrics', x, directions, single_class) -} - -triangular_index <- function(r, c) { - .Call('_landscapemetrics_triangular_index', PACKAGE = 'landscapemetrics', r, c) -} - -rcpp_get_coocurrence_vector <- function(x, directions, ordered = TRUE) { - .Call('_landscapemetrics_rcpp_get_coocurrence_vector', PACKAGE = 'landscapemetrics', x, directions, ordered) -} - -rcpp_get_entropy <- function(x, base = "log2") { - .Call('_landscapemetrics_rcpp_get_entropy', PACKAGE = 'landscapemetrics', x, base) -} - -find_min <- function(points, i, m) { - .Call('_landscapemetrics_find_min', PACKAGE = 'landscapemetrics', points, i, m) -} - -#' @title First nearest neighbor distance -#' -#' @description Efficiently calculate the distance to the first nearest neighbor. -#' Quasi linear runtime. -#' -#' @param points A two numeric matrix, where the first two columns are x and y -#' -#' @return Vector -#' -#' @author Florian Privé \email{florian.prive.21@gmail.com} -#' -#' @keywords internal -#' -#' @name rcpp_get_nearest_neighbor -#' @export -rcpp_get_nearest_neighbor <- function(points) { - .Call('_landscapemetrics_rcpp_get_nearest_neighbor', PACKAGE = 'landscapemetrics', points) -} - -rcpp_get_unique_values <- function(x, na_omit = TRUE) { - .Call('_landscapemetrics_rcpp_get_unique_values', PACKAGE = 'landscapemetrics', x, na_omit) -} - +# Generated by using Rcpp::compileAttributes() -> do not edit by hand +# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 + +rcpp_ccl <- function(mat, directions = 8L) { + invisible(.Call('_landscapemetrics_rcpp_ccl', PACKAGE = 'landscapemetrics', mat, directions)) +} + +#' Coordinates from a matrix +#' +#' This function gets coordinates (row and column numbers) of the matrix cells. +#' +#' @param x A matrix +#' @param cell A vector of cell number. +#' If NULL, the coordinates will be calculated for the whole matrix +#' @keywords internal +rcpp_xy_from_matrix <- function(x, cell = NULL) { + .Call('_landscapemetrics_rcpp_xy_from_matrix', PACKAGE = 'landscapemetrics', x, cell) +} + +#' Get cell number +#' +#' Get cell number(s) of a matrix from row and column numbers. +#' Cell numbers start at 0 in the upper left corner, +#' and increase from top to bottom, and then from left to right. +#' +#' @param x A matrix +#' @param y A matrix with two columns (row and column numbers) +#' @keywords internal +rcpp_cell_from_xy <- function(x, y) { + .Call('_landscapemetrics_rcpp_cell_from_xy', PACKAGE = 'landscapemetrics', x, y) +} + +#' Create neighborhood coordinates +#' +#' This function creates a neighborhood coordinates matrix based on the directions parameter. +#' +#' @param directions The number of directions in which cells should be connected: +#' 4 (rook's case), 8 (queen's case), or a neighbourhood matrix. +#' The neighbourhood matrix should have one cell with value 0 (the focal cell), +#' and at least one cell with value 1 (the adjacent cells). +#' Cells with other values (e.g. NA) are ignored. +#' @keywords internal +rcpp_create_neighborhood <- function(directions) { + .Call('_landscapemetrics_rcpp_create_neighborhood', PACKAGE = 'landscapemetrics', directions) +} + +rcpp_get_boundaries <- function(xx, directions = 4L) { + .Call('_landscapemetrics_rcpp_get_boundaries', PACKAGE = 'landscapemetrics', xx, directions) +} + +rcpp_get_circle <- function(mat, resolution_xy = 1.0) { + .Call('_landscapemetrics_rcpp_get_circle', PACKAGE = 'landscapemetrics', mat, resolution_xy) +} + +rcpp_get_composition_vector <- function(x) { + .Call('_landscapemetrics_rcpp_get_composition_vector', PACKAGE = 'landscapemetrics', x) +} + +rcpp_get_coocurrence_matrix <- function(x, directions) { + .Call('_landscapemetrics_rcpp_get_coocurrence_matrix', PACKAGE = 'landscapemetrics', x, directions) +} + +rcpp_get_coocurrence_matrix_diag <- function(x, directions) { + .Call('_landscapemetrics_rcpp_get_coocurrence_matrix_diag', PACKAGE = 'landscapemetrics', x, directions) +} + +rcpp_get_coocurrence_matrix_single <- function(x, directions, single_class) { + .Call('_landscapemetrics_rcpp_get_coocurrence_matrix_single', PACKAGE = 'landscapemetrics', x, directions, single_class) +} + +triangular_index <- function(r, c) { + .Call('_landscapemetrics_triangular_index', PACKAGE = 'landscapemetrics', r, c) +} + +rcpp_get_coocurrence_vector <- function(x, directions, ordered = TRUE) { + .Call('_landscapemetrics_rcpp_get_coocurrence_vector', PACKAGE = 'landscapemetrics', x, directions, ordered) +} + +rcpp_get_entropy <- function(x, base = "log2") { + .Call('_landscapemetrics_rcpp_get_entropy', PACKAGE = 'landscapemetrics', x, base) +} + +find_min <- function(points, i, m) { + .Call('_landscapemetrics_find_min', PACKAGE = 'landscapemetrics', points, i, m) +} + +#' @title First nearest neighbor distance +#' +#' @description Efficiently calculate the distance to the first nearest neighbor. +#' Quasi linear runtime. +#' +#' @param points A two numeric matrix, where the first two columns are x and y +#' +#' @return Vector +#' +#' @author Florian Privé \email{florian.prive.21@gmail.com} +#' +#' @keywords internal +#' +#' @name rcpp_get_nearest_neighbor +#' @export +rcpp_get_nearest_neighbor <- function(points) { + .Call('_landscapemetrics_rcpp_get_nearest_neighbor', PACKAGE = 'landscapemetrics', points) +} + +rcpp_get_unique_values <- function(x, na_omit = TRUE) { + .Call('_landscapemetrics_rcpp_get_unique_values', PACKAGE = 'landscapemetrics', x, na_omit) +} + diff --git a/R/calculate_correlation.R b/R/calculate_correlation.R index 0c3507f19..2cd35e65c 100644 --- a/R/calculate_correlation.R +++ b/R/calculate_correlation.R @@ -1,157 +1,157 @@ -#' Calculate correlation -#' -#' @description Calculate correlation -#' -#' @param metrics Tibble with results of as returned by the landscapemetrics package. -#' @param method Type of correlation. See \code{link{cor}} for details. -#' @param diag If FALSE, values on the diagonal will be NA. -#' @param simplify If TRUE and only one level is present, only a tibble is returned. -#' -#' @details The functions calculates the correlation between all metrics. In order to calculate correlations, -#' for the landscape level more than one landscape needs to be present. All input -#' must be structured as returned by the **landscapemetrics** package. -#' -#' @return list -#' -#' @examples -#' metrics <- calculate_lsm(terra::unwrap(landscape), what = c("patch", "class")) -#' calculate_correlation(metrics, method = "pearson") -#' -#' @aliases calculate_correlation -#' @rdname calculate_correlation -#' -#' @export -calculate_correlation <- function(metrics, method = "pearson", - diag = TRUE, simplify = FALSE) { - - # get all present levels - present_levels <- unique(metrics$level) - - # patch level present - if ("patch" %in% present_levels) { - - # which rows are patch level - patch_index <- which(metrics$level == "patch") - - # get rows with patch level - metrics_patch <- metrics[patch_index, ] - - # check of more than one metric is present - if (length(unique(metrics_patch$metric)) == 1) { - stop("Please provide input with more than one metric.", call. = FALSE) - } - - # bring to long format - metrics_patch_wide <- stats::xtabs(value ~ id + metric, - data = metrics_patch[, c(4:6)]) - - # get correlation - correlation_matrix_patch <- stats::cor(metrics_patch_wide, - method = method) - - # only upper triangle and diag according to seeting - correlation_matrix_patch[upper.tri(correlation_matrix_patch, - diag = !diag)] <- NA - - # reformat to data frame - correlation_matrix_patch_df <- data.frame( - metric_1 = rownames(correlation_matrix_patch)[row(correlation_matrix_patch)], - metric_2 = colnames(correlation_matrix_patch)[col(correlation_matrix_patch)], - value = c(correlation_matrix_patch)) - - # only complete cases - patch <- tibble::as_tibble(correlation_matrix_patch_df[stats::complete.cases(correlation_matrix_patch_df), ]) - } - - # class level metrics - if ("class" %in% present_levels) { - - # which rows are class level - class_index <- which(metrics$level == "class") - - # get rows - metrics_class <- metrics[class_index, ] - - # check if more than one metric is present - if (length(unique(metrics_class$metric)) == 1) { - stop("Please provide input with more than one metric.", call. = FALSE) - } - - # reshape to long format - metrics_class_wide <- stats::xtabs(value ~ class + metric, - data = metrics_class[, c(3, 5:6)]) - - # get correlation - correlation_matrix_class <- stats::cor(metrics_class_wide, - method = method) - - # only lower triangle and diag according to setting - correlation_matrix_class[upper.tri(correlation_matrix_class, diag = !diag)] <- NA - - # reshape to long format - correlation_matrix_class_df <- data.frame( - metric_1 = rownames(correlation_matrix_class)[row(correlation_matrix_class)], - metric_2 = colnames(correlation_matrix_class)[col(correlation_matrix_class)], - value = c(correlation_matrix_class)) - - # only complete cases - class <- tibble::as_tibble(correlation_matrix_class_df[stats::complete.cases(correlation_matrix_class_df), ]) - } - - # landscape - if ("landscape" %in% present_levels) { - - # which rows are landscape level - landscape_index <- which(metrics$level == "landscape") - - # get rows - metrics_landscape <- metrics[landscape_index, ] - - # check if more than one layer is present - if (length(unique(metrics_landscape$layer)) == 1) { - stop("Correlation on landscape level only possible for several landscapes.", call. = FALSE) - } else { - if (length(unique(metrics_landscape$metric)) == 1) { - stop("Please provide input with more than one metric.", call. = FALSE) - } - - # reshape to wide format - metrics_landscape_wide <- stats::xtabs(value ~ layer + metric, - data = metrics_landscape[, c(1, 5:6)]) - - # get correlation - correlation_matrix_landscape <- stats::cor(metrics_landscape_wide, method = method) - - # only upper triangle and diag according to setting - correlation_matrix_landscape[upper.tri(correlation_matrix_landscape, diag = !diag)] <- NA - - # save in data frame - correlation_matrix_landscape_df <- data.frame( - metric_1 = rownames(correlation_matrix_landscape)[row(correlation_matrix_landscape)], - metric_2 = colnames(correlation_matrix_landscape)[col(correlation_matrix_landscape)], - value = c(correlation_matrix_landscape)) - - # only complete casses - landscape <- tibble::as_tibble(correlation_matrix_landscape_df[stats::complete.cases(correlation_matrix_landscape_df), ]) - } - } - - # get all present levels - correlation_list <- mget(x = c("patch", "class", "landscape"), - ifnotfound = list(NA)) - - # remove non-present levels - correlation_list <- correlation_list[!is.na(correlation_list)] - - # only return tibble if possible - if (simplify) { - - if (length(correlation_list) == 1 ) { - correlation_list <- correlation_list[[1]] - } else{ - warning("Simplifying only possible if one level is present.", call. = FALSE) - } - } - - return(correlation_list) -} +#' Calculate correlation +#' +#' @description Calculate correlation +#' +#' @param metrics Tibble with results of as returned by the landscapemetrics package. +#' @param method Type of correlation. See \code{link{cor}} for details. +#' @param diag If FALSE, values on the diagonal will be NA. +#' @param simplify If TRUE and only one level is present, only a tibble is returned. +#' +#' @details The functions calculates the correlation between all metrics. In order to calculate correlations, +#' for the landscape level more than one landscape needs to be present. All input +#' must be structured as returned by the **landscapemetrics** package. +#' +#' @return list +#' +#' @examples +#' metrics <- calculate_lsm(terra::unwrap(landscape), what = c("patch", "class")) +#' calculate_correlation(metrics, method = "pearson") +#' +#' @aliases calculate_correlation +#' @rdname calculate_correlation +#' +#' @export +calculate_correlation <- function(metrics, method = "pearson", + diag = TRUE, simplify = FALSE) { + + # get all present levels + present_levels <- unique(metrics$level) + + # patch level present + if ("patch" %in% present_levels) { + + # which rows are patch level + patch_index <- which(metrics$level == "patch") + + # get rows with patch level + metrics_patch <- metrics[patch_index, ] + + # check of more than one metric is present + if (length(unique(metrics_patch$metric)) == 1) { + stop("Please provide input with more than one metric.", call. = FALSE) + } + + # bring to long format + metrics_patch_wide <- stats::xtabs(value ~ id + metric, + data = metrics_patch[, c(4:6)]) + + # get correlation + correlation_matrix_patch <- stats::cor(metrics_patch_wide, + method = method) + + # only upper triangle and diag according to seeting + correlation_matrix_patch[upper.tri(correlation_matrix_patch, + diag = !diag)] <- NA + + # reformat to data frame + correlation_matrix_patch_df <- data.frame( + metric_1 = rownames(correlation_matrix_patch)[row(correlation_matrix_patch)], + metric_2 = colnames(correlation_matrix_patch)[col(correlation_matrix_patch)], + value = c(correlation_matrix_patch)) + + # only complete cases + patch <- tibble::as_tibble(correlation_matrix_patch_df[stats::complete.cases(correlation_matrix_patch_df), ]) + } + + # class level metrics + if ("class" %in% present_levels) { + + # which rows are class level + class_index <- which(metrics$level == "class") + + # get rows + metrics_class <- metrics[class_index, ] + + # check if more than one metric is present + if (length(unique(metrics_class$metric)) == 1) { + stop("Please provide input with more than one metric.", call. = FALSE) + } + + # reshape to long format + metrics_class_wide <- stats::xtabs(value ~ class + metric, + data = metrics_class[, c(3, 5:6)]) + + # get correlation + correlation_matrix_class <- stats::cor(metrics_class_wide, + method = method) + + # only lower triangle and diag according to setting + correlation_matrix_class[upper.tri(correlation_matrix_class, diag = !diag)] <- NA + + # reshape to long format + correlation_matrix_class_df <- data.frame( + metric_1 = rownames(correlation_matrix_class)[row(correlation_matrix_class)], + metric_2 = colnames(correlation_matrix_class)[col(correlation_matrix_class)], + value = c(correlation_matrix_class)) + + # only complete cases + class <- tibble::as_tibble(correlation_matrix_class_df[stats::complete.cases(correlation_matrix_class_df), ]) + } + + # landscape + if ("landscape" %in% present_levels) { + + # which rows are landscape level + landscape_index <- which(metrics$level == "landscape") + + # get rows + metrics_landscape <- metrics[landscape_index, ] + + # check if more than one layer is present + if (length(unique(metrics_landscape$layer)) == 1) { + stop("Correlation on landscape level only possible for several landscapes.", call. = FALSE) + } else { + if (length(unique(metrics_landscape$metric)) == 1) { + stop("Please provide input with more than one metric.", call. = FALSE) + } + + # reshape to wide format + metrics_landscape_wide <- stats::xtabs(value ~ layer + metric, + data = metrics_landscape[, c(1, 5:6)]) + + # get correlation + correlation_matrix_landscape <- stats::cor(metrics_landscape_wide, method = method) + + # only upper triangle and diag according to setting + correlation_matrix_landscape[upper.tri(correlation_matrix_landscape, diag = !diag)] <- NA + + # save in data frame + correlation_matrix_landscape_df <- data.frame( + metric_1 = rownames(correlation_matrix_landscape)[row(correlation_matrix_landscape)], + metric_2 = colnames(correlation_matrix_landscape)[col(correlation_matrix_landscape)], + value = c(correlation_matrix_landscape)) + + # only complete casses + landscape <- tibble::as_tibble(correlation_matrix_landscape_df[stats::complete.cases(correlation_matrix_landscape_df), ]) + } + } + + # get all present levels + correlation_list <- mget(x = c("patch", "class", "landscape"), + ifnotfound = list(NA)) + + # remove non-present levels + correlation_list <- correlation_list[!is.na(correlation_list)] + + # only return tibble if possible + if (simplify) { + + if (length(correlation_list) == 1 ) { + correlation_list <- correlation_list[[1]] + } else{ + warning("Simplifying only possible if one level is present.", call. = FALSE) + } + } + + return(correlation_list) +} diff --git a/R/calculate_lsm.R b/R/calculate_lsm.R index 5e0c6eca8..d5ca9e429 100644 --- a/R/calculate_lsm.R +++ b/R/calculate_lsm.R @@ -1,215 +1,215 @@ -#' calculate_lsm -#' -#' @description Calculate a selected group of metrics -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param level Level of metrics. Either 'patch', 'class' or 'landscape' (or vector with combination). -#' @param metric Abbreviation of metrics (e.g. 'area'). -#' @param name Full name of metrics (e.g. 'core area'). -#' @param type Type according to FRAGSTATS grouping (e.g. 'aggregation metrics'). -#' @param what Selected level of metrics: either "patch", "class" or "landscape". -#' It is also possible to specify functions as a vector of strings, e.g. `what = c("lsm_c_ca", "lsm_l_ta")`. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param count_boundary Include landscape boundary in edge length. -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core. -#' @param edge_depth Distance (in cells) a cell has to be away from the patch -#' edge to be considered as core cell. -#' @param cell_center If true, the coordinates of the centroid are forced to be -#' a cell center within the patch. -#' @param classes_max Potential maximum number of present classes. -#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: -#' 4 (rook's case) or 8 (queen's case). The default is 4. -#' @param ordered The type of pairs considered. Either ordered (TRUE) or unordered (FALSE). -#' The default is TRUE. -#' @param base The unit in which entropy is measured. The default is "log2", -#' which compute entropy in "bits". "log" and "log10" can be also used. -#' @param full_name Should the full names of all functions be included in the -#' tibble. -#' @param verbose Print warning messages. -#' @param progress Print progress report. -#' -#' @details -#' Wrapper to calculate several landscape metrics. The metrics can be specified -#' by the arguments `what`, `level`, `metric`, `name` and/or `type` (combinations -#' of different arguments are possible (e.g. `level = "class", type = "aggregation metric"`). -#' If an argument is not provided, automatically all possibilities are -#' selected. Therefore, to get **all** available metrics, don't specify any of the -#' above arguments. -#' -#' @seealso -#' \code{\link{list_lsm}} -#' -#' @return tibble -#' -#' @examples -#' \dontrun{ -#' calculate_lsm(terra::unwrap(landscape), progress = TRUE) -#' calculate_lsm(terra::unwrap(landscape), what = c("patch", "lsm_c_te", "lsm_l_pr")) -#' calculate_lsm(terra::unwrap(landscape), level = c("class", "landscape"), -#' type = "aggregation metric") -#' } -#' -#' @aliases calculate_lsm -#' @rdname calculate_lsm -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -calculate_lsm <- function(landscape, - level = NULL, - metric = NULL, - name = NULL, - type = NULL, - what = NULL, - directions = 8, - count_boundary = FALSE, - consider_boundary = FALSE, - edge_depth = 1, - cell_center = FALSE, - classes_max = NULL, - neighbourhood = 4, - ordered = TRUE, - base = "log2", - full_name = FALSE, - verbose = TRUE, - progress = FALSE) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = seq_along(landscape), FUN = function(x) { - - if (progress) { - - cat("\r> Progress nlayers: ", x , "/", length(landscape)) - } - - calculate_lsm_internal(landscape = landscape[[x]], - level = level, - metric = metric, - name = name, - type = type, - what = what, - directions = directions, - count_boundary = count_boundary, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - cell_center = cell_center, - classes_max = classes_max, - neighbourhood = neighbourhood, - ordered = ordered, - base = base, - full_name = full_name, - verbose = verbose, - progress = FALSE) - }) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - result <- result[with(result, order(layer, level, metric, class, id)), ] - - if (progress) {cat("\n")} - - tibble::add_column(result, layer, .before = TRUE) -} - -calculate_lsm_internal <- function(landscape, - level, - metric, - name, - type, - what, - directions, - count_boundary, - consider_boundary, - edge_depth, - cell_center, - classes_max, - neighbourhood, - ordered, - base, - full_name, - verbose, - progress) { - - # check if landscape is ok... - # ...print warning if not - if (verbose) { - - check <- check_landscape(landscape, verbose = FALSE) - - if (check$OK != cli::symbol$tick) { - warning("Please use 'check_landscape()' to ensure the input data is valid.", - call. = FALSE) - } - } - - # get name of metrics - metrics <- list_lsm(level = level, metric = metric, name = name, - type = type, what = what, simplify = TRUE, verbose = verbose) - - # use internal functions for calculation - metrics_calc <- paste0(metrics, "_calc") - - # how many metrics need to be calculated? - number_metrics <- length(metrics_calc) - - # get coordinates of cells - points <- raster_to_points(landscape)[, 2:4] - - # resolution of original raster - resolution <- terra::res(landscape) - - # convert to matrix - landscape <- terra::as.matrix(landscape, wide = TRUE) - - result <- do.call(rbind, lapply(seq_along(metrics_calc), FUN = function(current_metric) { - - # print progess using the non-internal name - if (progress) { - cat("\r> Progress metrics: ", current_metric, "/", number_metrics) - } - - # match function name - foo <- get(metrics_calc[[current_metric]], mode = "function") - - # get argument - arguments <- names(formals(foo)) - - # run function - tryCatch(do.call(what = foo, - args = mget(arguments, envir = parent.env(environment()))), - error = function(e){ - message("") - stop(e)}) - }) - ) - - if (full_name == TRUE) { - - col_ordering <- c("level", "class", "id", "metric", "value", - "name", "type", "function_name") - - result <- merge(x = result, - y = landscapemetrics::lsm_abbreviations_names, - by = c("level", "metric"), - all.x = TRUE, sort = FALSE, suffixes = c("", "")) - - result <- tibble::as_tibble(result[,col_ordering]) - } - - if (progress) { - - cat("\n") - } - - return(result) -} +#' calculate_lsm +#' +#' @description Calculate a selected group of metrics +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param level Level of metrics. Either 'patch', 'class' or 'landscape' (or vector with combination). +#' @param metric Abbreviation of metrics (e.g. 'area'). +#' @param name Full name of metrics (e.g. 'core area'). +#' @param type Type according to FRAGSTATS grouping (e.g. 'aggregation metrics'). +#' @param what Selected level of metrics: either "patch", "class" or "landscape". +#' It is also possible to specify functions as a vector of strings, e.g. `what = c("lsm_c_ca", "lsm_l_ta")`. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param count_boundary Include landscape boundary in edge length. +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core. +#' @param edge_depth Distance (in cells) a cell has to be away from the patch +#' edge to be considered as core cell. +#' @param cell_center If true, the coordinates of the centroid are forced to be +#' a cell center within the patch. +#' @param classes_max Potential maximum number of present classes. +#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: +#' 4 (rook's case) or 8 (queen's case). The default is 4. +#' @param ordered The type of pairs considered. Either ordered (TRUE) or unordered (FALSE). +#' The default is TRUE. +#' @param base The unit in which entropy is measured. The default is "log2", +#' which compute entropy in "bits". "log" and "log10" can be also used. +#' @param full_name Should the full names of all functions be included in the +#' tibble. +#' @param verbose Print warning messages. +#' @param progress Print progress report. +#' +#' @details +#' Wrapper to calculate several landscape metrics. The metrics can be specified +#' by the arguments `what`, `level`, `metric`, `name` and/or `type` (combinations +#' of different arguments are possible (e.g. `level = "class", type = "aggregation metric"`). +#' If an argument is not provided, automatically all possibilities are +#' selected. Therefore, to get **all** available metrics, don't specify any of the +#' above arguments. +#' +#' @seealso +#' \code{\link{list_lsm}} +#' +#' @return tibble +#' +#' @examples +#' \dontrun{ +#' calculate_lsm(terra::unwrap(landscape), progress = TRUE) +#' calculate_lsm(terra::unwrap(landscape), what = c("patch", "lsm_c_te", "lsm_l_pr")) +#' calculate_lsm(terra::unwrap(landscape), level = c("class", "landscape"), +#' type = "aggregation metric") +#' } +#' +#' @aliases calculate_lsm +#' @rdname calculate_lsm +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +calculate_lsm <- function(landscape, + level = NULL, + metric = NULL, + name = NULL, + type = NULL, + what = NULL, + directions = 8, + count_boundary = FALSE, + consider_boundary = FALSE, + edge_depth = 1, + cell_center = FALSE, + classes_max = NULL, + neighbourhood = 4, + ordered = TRUE, + base = "log2", + full_name = FALSE, + verbose = TRUE, + progress = FALSE) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = seq_along(landscape), FUN = function(x) { + + if (progress) { + + cat("\r> Progress nlayers: ", x , "/", length(landscape)) + } + + calculate_lsm_internal(landscape = landscape[[x]], + level = level, + metric = metric, + name = name, + type = type, + what = what, + directions = directions, + count_boundary = count_boundary, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + cell_center = cell_center, + classes_max = classes_max, + neighbourhood = neighbourhood, + ordered = ordered, + base = base, + full_name = full_name, + verbose = verbose, + progress = FALSE) + }) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + result <- result[with(result, order(layer, level, metric, class, id)), ] + + if (progress) {cat("\n")} + + tibble::add_column(result, layer, .before = TRUE) +} + +calculate_lsm_internal <- function(landscape, + level, + metric, + name, + type, + what, + directions, + count_boundary, + consider_boundary, + edge_depth, + cell_center, + classes_max, + neighbourhood, + ordered, + base, + full_name, + verbose, + progress) { + + # check if landscape is ok... + # ...print warning if not + if (verbose) { + + check <- check_landscape(landscape, verbose = FALSE) + + if (check$OK != cli::symbol$tick) { + warning("Please use 'check_landscape()' to ensure the input data is valid.", + call. = FALSE) + } + } + + # get name of metrics + metrics <- list_lsm(level = level, metric = metric, name = name, + type = type, what = what, simplify = TRUE, verbose = verbose) + + # use internal functions for calculation + metrics_calc <- paste0(metrics, "_calc") + + # how many metrics need to be calculated? + number_metrics <- length(metrics_calc) + + # get coordinates of cells + points <- raster_to_points(landscape)[, 2:4] + + # resolution of original raster + resolution <- terra::res(landscape) + + # convert to matrix + landscape <- terra::as.matrix(landscape, wide = TRUE) + + result <- do.call(rbind, lapply(seq_along(metrics_calc), FUN = function(current_metric) { + + # print progess using the non-internal name + if (progress) { + cat("\r> Progress metrics: ", current_metric, "/", number_metrics) + } + + # match function name + foo <- get(metrics_calc[[current_metric]], mode = "function") + + # get argument + arguments <- names(formals(foo)) + + # run function + tryCatch(do.call(what = foo, + args = mget(arguments, envir = parent.env(environment()))), + error = function(e){ + message("") + stop(e)}) + }) + ) + + if (full_name == TRUE) { + + col_ordering <- c("level", "class", "id", "metric", "value", + "name", "type", "function_name") + + result <- merge(x = result, + y = landscapemetrics::lsm_abbreviations_names, + by = c("level", "metric"), + all.x = TRUE, sort = FALSE, suffixes = c("", "")) + + result <- tibble::as_tibble(result[,col_ordering]) + } + + if (progress) { + + cat("\n") + } + + return(result) +} diff --git a/R/check_landscape.R b/R/check_landscape.R index 8eeccebf4..de55af92f 100644 --- a/R/check_landscape.R +++ b/R/check_landscape.R @@ -1,100 +1,100 @@ -#' Check input landscape -#' -#' @description Check input landscape -#' -#' @param landscape Raster* Layer, Stack, Brick, Stars or a list of rasterLayers -#' @param verbose Print warning messages. -#' -#' @details This function extracts basic information about -#' the input landscape. -#' It includes a type of coordinate reference system (crs) - -#' either "geographic", "projected", or NA, -#' units of the coordinate reference system, a class of the input landscape's -#' values and the number of classes found in the landscape. -#' -#' @return tibble -#' -#' @examples -#' check_landscape(terra::unwrap(augusta_nlcd)) -#' check_landscape(terra::unwrap(podlasie_ccilc)) -#' check_landscape(c(terra::unwrap(landscape), terra::unwrap(landscape))) -#' -#' @aliases check_landscape -#' @rdname check_landscape -#' -#' @export -check_landscape <- function(landscape, verbose = TRUE) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = check_landscape_calc, - verbose = verbose) - - layer <- rep(seq_len(length(result)), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -check_landscape_calc <- function(landscape, verbose) { - - # get info about projection and class of values - info <- cbind(proj_info(landscape), data_info(landscape)) - - # test if all values are integer - info$class_ok <- ifelse(test = is.na(info$class), - yes = "notok", - no = ifelse(test = info$class == "integer", - yes = "ok", no = "notok")) - - # check if number of classes makes sense - info$n_classes_ok <- ifelse(test = info$n_classes <= 30, - yes = "ok", no = "maybe") - - # check if units are degree - info$units_ok <- ifelse(test = is.na(info$units), - yes = "maybe", no = ifelse(test = info$units != "degrees", - yes = "ok", no = "notok")) - - # set final OK - info$OK <- ifelse(test = info$class_ok == "ok" && info$units_ok == "ok" && info$n_classes_ok == "ok", - yes = cli::symbol$tick, - no = ifelse(test = info$class_ok == "notok" || info$units_ok == "notok", - yes = cli::symbol$cross, - no = ifelse(test = info$class_ok == "maybe" || info$units_ok == "maybe" || info$n_classes_ok == "maybe", - yes = cli::symbol$fancy_question_mark, - no = NA))) - - info <- info[, c("crs", "units", "class", "n_classes", "OK")] - - if (verbose) { - - if (is.na(info$class)) { - warning("All cell values are NA.", - call. = FALSE) - } - - else { - - if (info$class != "integer") { - warning("Caution: Land-cover classes must be decoded as integer values.", - call. = FALSE) - } - } - - if (is.na(info$units) || info$units == "degrees") { - warning("Caution: Coordinate reference system not metric - Units of results based on cellsizes and/or distances may be incorrect.", - call. = FALSE) - } - - if (info$n_classes > 30) { - warning("Caution: More than 30 land cover-classes - Please check if discrete land-cover classes are present.", - call. = FALSE) - } - } - - return(info) -} +#' Check input landscape +#' +#' @description Check input landscape +#' +#' @param landscape Raster* Layer, Stack, Brick, Stars or a list of rasterLayers +#' @param verbose Print warning messages. +#' +#' @details This function extracts basic information about +#' the input landscape. +#' It includes a type of coordinate reference system (crs) - +#' either "geographic", "projected", or NA, +#' units of the coordinate reference system, a class of the input landscape's +#' values and the number of classes found in the landscape. +#' +#' @return tibble +#' +#' @examples +#' check_landscape(terra::unwrap(augusta_nlcd)) +#' check_landscape(terra::unwrap(podlasie_ccilc)) +#' check_landscape(c(terra::unwrap(landscape), terra::unwrap(landscape))) +#' +#' @aliases check_landscape +#' @rdname check_landscape +#' +#' @export +check_landscape <- function(landscape, verbose = TRUE) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = check_landscape_calc, + verbose = verbose) + + layer <- rep(seq_len(length(result)), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +check_landscape_calc <- function(landscape, verbose) { + + # get info about projection and class of values + info <- cbind(proj_info(landscape), data_info(landscape)) + + # test if all values are integer + info$class_ok <- ifelse(test = is.na(info$class), + yes = "notok", + no = ifelse(test = info$class == "integer", + yes = "ok", no = "notok")) + + # check if number of classes makes sense + info$n_classes_ok <- ifelse(test = info$n_classes <= 30, + yes = "ok", no = "maybe") + + # check if units are degree + info$units_ok <- ifelse(test = is.na(info$units), + yes = "maybe", no = ifelse(test = info$units != "degrees", + yes = "ok", no = "notok")) + + # set final OK + info$OK <- ifelse(test = info$class_ok == "ok" && info$units_ok == "ok" && info$n_classes_ok == "ok", + yes = cli::symbol$tick, + no = ifelse(test = info$class_ok == "notok" || info$units_ok == "notok", + yes = cli::symbol$cross, + no = ifelse(test = info$class_ok == "maybe" || info$units_ok == "maybe" || info$n_classes_ok == "maybe", + yes = cli::symbol$fancy_question_mark, + no = NA))) + + info <- info[, c("crs", "units", "class", "n_classes", "OK")] + + if (verbose) { + + if (is.na(info$class)) { + warning("All cell values are NA.", + call. = FALSE) + } + + else { + + if (info$class != "integer") { + warning("Caution: Land-cover classes must be decoded as integer values.", + call. = FALSE) + } + } + + if (is.na(info$units) || info$units == "degrees") { + warning("Caution: Coordinate reference system not metric - Units of results based on cellsizes and/or distances may be incorrect.", + call. = FALSE) + } + + if (info$n_classes > 30) { + warning("Caution: More than 30 land cover-classes - Please check if discrete land-cover classes are present.", + call. = FALSE) + } + } + + return(info) +} diff --git a/R/construct_buffer.R b/R/construct_buffer.R index 06707831f..6a5d4b968 100644 --- a/R/construct_buffer.R +++ b/R/construct_buffer.R @@ -1,156 +1,156 @@ -#' construct_buffer -#' -#' @description Internal function to construct plot area around coordinates -#' -#' @param coords SpatialPoints or 2-column matrix with coordinates of sample points -#' @param shape String specifying plot shape. Either "circle" or "square" -#' @param size Size of sample plot. Equals the radius for circles or the -#' side-length for squares in mapunits -#' @param return_sf If true, sf objects are returned. -#' @param verbose Print warning messages. -#' -#' @return -#' matrix or sf objecct -#' -#' @examples -#' coords <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) -#' construct_buffer(coords = coords, shape = "square", size = 5) -#' -#' @aliases construct_buffer -#' @rdname construct_buffer -#' -#' @keywords internal -#' -#' @export -construct_buffer <- function(coords, shape, size, return_sf, verbose) UseMethod("construct_buffer") - -#' @name construct_buffer -#' @export -construct_buffer.MULTIPOINT <- function(coords, shape, size, - return_sf = TRUE, verbose = TRUE) { - - coords <- matrix(sf::st_coordinates(coords)[, 1:2], ncol = 2) - - construct_buffer_internal(coords, shape, size, - return_sf = return_sf, verbose = verbose) -} - -#' @name construct_buffer -#' @export -construct_buffer.POINT <- function(coords, shape, size, - return_sf = TRUE, verbose = TRUE) { - - coords <- matrix(sf::st_coordinates(coords)[, 1:2], ncol = 2) - - construct_buffer_internal(coords, shape, size, - return_sf = return_sf, verbose = verbose) -} - -#' @name construct_buffer -#' @export -construct_buffer.sf <- function(coords, shape, size, - return_sf = TRUE, verbose = TRUE) { - - if (all(sf::st_geometry_type(coords) %in% c("POINT", "MULTIPOINT"))) { - - coords <- matrix(sf::st_coordinates(coords)[, 1:2], ncol = 2) - - construct_buffer_internal(coords, shape, size, - return_sf = return_sf, verbose = verbose) - } - - else{stop("Only POINT or MULTIPOINT features supported!!11!!1!!")} -} - -#' @name construct_buffer -#' @export -construct_buffer.sfc <- function(coords, shape, size, - return_sf = TRUE, verbose = TRUE) { - - if (all(sf::st_geometry_type(coords) %in% c("POINT", "MULTIPOINT"))) { - - coords <- matrix(sf::st_coordinates(coords)[, 1:2], ncol = 2) - - construct_buffer_internal(coords, shape, size, - return_sf = return_sf, verbose = verbose) - } - - else{stop("Only POINT or MULTIPOINT features supported!!11!!1!!")} -} - -#' @name construct_buffer -#' @export -construct_buffer.matrix <- function(coords, shape , size, return_sf = TRUE, verbose = TRUE) { - - construct_buffer_internal(coords, shape, size, - return_sf = return_sf, verbose = verbose) -} - -construct_buffer_internal <- function(coords, shape , size, return_sf = TRUE, verbose = TRUE) { - - if (verbose) { - - if (ncol(coords) != 2) { - - warning("'coords' should be a two column matrix including x- and y-coordinates.", - call. = FALSE) - } - } - - if (shape == "circle") { - - circle_points_x <- sin(seq(0, 2 * pi, length.out = 100)) * size - circle_points_y <- cos(seq(0, 2 * pi, length.out = 100)) * size - - x_circle <- outer(circle_points_x, coords[, 1], `+`) - y_circle <- outer(circle_points_y, coords[, 2], `+`) - - sample_plots <- cbind(matrix(x_circle, ncol = 1), - matrix(y_circle, ncol = 1), - rep(seq_len(nrow(coords)), each = 100)) - - } - - else if (shape == "square") { - - sample_plots <- cbind( - matrix( - c(coords[, 1] - size, - coords[, 1] - size, - coords[, 1] + size, - coords[, 1] + size), - ncol = 1), - - matrix( - c(coords[, 2] - size, - coords[, 2] + size, - coords[, 2] + size, - coords[, 2] - size), - ncol = 1), - rep(seq_len(nrow(coords)), times = 4) - ) - } - - else{ - - stop(paste0("Shape option ", shape, " unkown."), call. = FALSE) - } - - if (return_sf) { - - sample_plots <- split(sample_plots[, -3], sample_plots[, 3]) - - sample_plots <- lapply(X = sample_plots, FUN = function(x) { - - mat <- matrix(x, ncol = 2) - - sf::st_polygon(list(rbind(mat, mat[1, ]))) - - }) - - sample_plots <- sf::st_sf(data.frame(id = 1:nrow(coords), geom = sf::st_sfc(sample_plots))) - - } - - return(sample_plots) -} +#' construct_buffer +#' +#' @description Internal function to construct plot area around coordinates +#' +#' @param coords SpatialPoints or 2-column matrix with coordinates of sample points +#' @param shape String specifying plot shape. Either "circle" or "square" +#' @param size Size of sample plot. Equals the radius for circles or the +#' side-length for squares in mapunits +#' @param return_sf If true, sf objects are returned. +#' @param verbose Print warning messages. +#' +#' @return +#' matrix or sf objecct +#' +#' @examples +#' coords <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) +#' construct_buffer(coords = coords, shape = "square", size = 5) +#' +#' @aliases construct_buffer +#' @rdname construct_buffer +#' +#' @keywords internal +#' +#' @export +construct_buffer <- function(coords, shape, size, return_sf, verbose) UseMethod("construct_buffer") + +#' @name construct_buffer +#' @export +construct_buffer.MULTIPOINT <- function(coords, shape, size, + return_sf = TRUE, verbose = TRUE) { + + coords <- matrix(sf::st_coordinates(coords)[, 1:2], ncol = 2) + + construct_buffer_internal(coords, shape, size, + return_sf = return_sf, verbose = verbose) +} + +#' @name construct_buffer +#' @export +construct_buffer.POINT <- function(coords, shape, size, + return_sf = TRUE, verbose = TRUE) { + + coords <- matrix(sf::st_coordinates(coords)[, 1:2], ncol = 2) + + construct_buffer_internal(coords, shape, size, + return_sf = return_sf, verbose = verbose) +} + +#' @name construct_buffer +#' @export +construct_buffer.sf <- function(coords, shape, size, + return_sf = TRUE, verbose = TRUE) { + + if (all(sf::st_geometry_type(coords) %in% c("POINT", "MULTIPOINT"))) { + + coords <- matrix(sf::st_coordinates(coords)[, 1:2], ncol = 2) + + construct_buffer_internal(coords, shape, size, + return_sf = return_sf, verbose = verbose) + } + + else{stop("Only POINT or MULTIPOINT features supported!!11!!1!!")} +} + +#' @name construct_buffer +#' @export +construct_buffer.sfc <- function(coords, shape, size, + return_sf = TRUE, verbose = TRUE) { + + if (all(sf::st_geometry_type(coords) %in% c("POINT", "MULTIPOINT"))) { + + coords <- matrix(sf::st_coordinates(coords)[, 1:2], ncol = 2) + + construct_buffer_internal(coords, shape, size, + return_sf = return_sf, verbose = verbose) + } + + else{stop("Only POINT or MULTIPOINT features supported!!11!!1!!")} +} + +#' @name construct_buffer +#' @export +construct_buffer.matrix <- function(coords, shape , size, return_sf = TRUE, verbose = TRUE) { + + construct_buffer_internal(coords, shape, size, + return_sf = return_sf, verbose = verbose) +} + +construct_buffer_internal <- function(coords, shape , size, return_sf = TRUE, verbose = TRUE) { + + if (verbose) { + + if (ncol(coords) != 2) { + + warning("'coords' should be a two column matrix including x- and y-coordinates.", + call. = FALSE) + } + } + + if (shape == "circle") { + + circle_points_x <- sin(seq(0, 2 * pi, length.out = 100)) * size + circle_points_y <- cos(seq(0, 2 * pi, length.out = 100)) * size + + x_circle <- outer(circle_points_x, coords[, 1], `+`) + y_circle <- outer(circle_points_y, coords[, 2], `+`) + + sample_plots <- cbind(matrix(x_circle, ncol = 1), + matrix(y_circle, ncol = 1), + rep(seq_len(nrow(coords)), each = 100)) + + } + + else if (shape == "square") { + + sample_plots <- cbind( + matrix( + c(coords[, 1] - size, + coords[, 1] - size, + coords[, 1] + size, + coords[, 1] + size), + ncol = 1), + + matrix( + c(coords[, 2] - size, + coords[, 2] + size, + coords[, 2] + size, + coords[, 2] - size), + ncol = 1), + rep(seq_len(nrow(coords)), times = 4) + ) + } + + else{ + + stop(paste0("Shape option ", shape, " unkown."), call. = FALSE) + } + + if (return_sf) { + + sample_plots <- split(sample_plots[, -3], sample_plots[, 3]) + + sample_plots <- lapply(X = sample_plots, FUN = function(x) { + + mat <- matrix(x, ncol = 2) + + sf::st_polygon(list(rbind(mat, mat[1, ]))) + + }) + + sample_plots <- sf::st_sf(data.frame(id = 1:nrow(coords), geom = sf::st_sfc(sample_plots))) + + } + + return(sample_plots) +} diff --git a/R/data.R b/R/data.R index 75100c39b..08497046e 100644 --- a/R/data.R +++ b/R/data.R @@ -1,125 +1,125 @@ -#' Example map (random cluster neutral landscape model). -#' -#' An example map to show landscapetools functionality -#' generated with the `nlm_randomcluster()` algorithm. -#' -#' @format A raster layer object. -#' @source Simulated neutral landscape model with R. https://github.com/ropensci/NLMR/ -"landscape" - -#' Augusta NLCD 2011 -#' -#' A real landscape of area near Augusta, Georgia obtained from the National -#' Land Cover Database (NLCD) -#' -#' @format A raster layer object. -#' @source https://www.mrlc.gov/nlcd2011.php -#' @references Homer, C.G., Dewitz, J.A., Yang, L., Jin, S., Danielson, P., Xian, G., Coulston, J., Herold, N.D., Wickham, J.D., and Megown, K., 2015, Completion of the 2011 National Land Cover Database for the conterminous United States-Representing a decade of land cover change information. Photogrammetric Engineering and Remote Sensing, v. 81, no. 5, p. 345-354 -"augusta_nlcd" - -#' Podlasie ESA CCI LC -#' -#' A real landscape of the Podlasie region in Poland from the ESA CCI Land -#' Cover -#' -#' @format A raster layer object. -#' @source http://maps.elie.ucl.ac.be/CCI/viewer/ -"podlasie_ccilc" - -#' Fragstats results for landscapemetrics::landscape (patch level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on patch -#' level. -#' -#' @format A tibble object. -"fragstats_patch_landscape" - -#' Fragstats results for landscapemetrics::augusta_nlcd (patch level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on patch -#' level. -#' -#' @format A tibble object. -"fragstats_patch_augusta_nlcd" - -#' Fragstats results for landscapemetrics::podlasie (patch level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on patch -#' level. -#' -#' @format A tibble object. -"fragstats_patch_podlasie" - -#' Fragstats results for landscapemetrics::landscape (class level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on class -#' level. -#' -#' @format A tibble object. -"fragstats_class_landscape" - -#' Fragstats results for landscapemetrics::augusta_nlcd (class level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on class -#' level. -#' -#' @format A tibble object. -"fragstats_class_augusta_nlcd" - -#' Fragstats results for landscapemetrics::podlasie (class level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on class -#' level. -#' -#' @format A tibble object. -"fragstats_class_podlasie" - - -#' Fragstats results for landscapemetrics::landscape (landscape level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on landscape -#' level. -#' -#' @format A tibble object. -"fragstats_landscape_landscape" - -#' Fragstats results for landscapemetrics::augusta_nlcd (landscape level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on landscape -#' level. -#' -#' @format A tibble object. -"fragstats_landscape_augusta_nlcd" - -#' Fragstats results for landscapemetrics::podlasie_ccilc (landscape level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on landscape -#' level. -#' -#' @format A tibble object. -"fragstats_landscape_podlasie" - -#' Tibble of abbreviations coming from FRAGSTATS -#' -#' A single tibble for every abbreviation of every metric that is -#' reimplemented in landscapemetrics and its corresponding full name -#' in the literature. -#' -#' Can be used after calculating the metric(s) with a join to have -#' a more readable results tibble or for visualizing your results. -#' -#' @examples -#' patch_area <- lsm_p_area(terra::unwrap(landscape)) -#' patch_area <- merge(x = patch_area, y = lsm_abbreviations_names, by = c("level", "metric")) -#' -#' @format A tibble object. -"lsm_abbreviations_names" +#' Example map (random cluster neutral landscape model). +#' +#' An example map to show landscapetools functionality +#' generated with the `nlm_randomcluster()` algorithm. +#' +#' @format A raster layer object. +#' @source Simulated neutral landscape model with R. https://github.com/ropensci/NLMR/ +"landscape" + +#' Augusta NLCD 2011 +#' +#' A real landscape of area near Augusta, Georgia obtained from the National +#' Land Cover Database (NLCD) +#' +#' @format A raster layer object. +#' @source https://www.mrlc.gov/nlcd2011.php +#' @references Homer, C.G., Dewitz, J.A., Yang, L., Jin, S., Danielson, P., Xian, G., Coulston, J., Herold, N.D., Wickham, J.D., and Megown, K., 2015, Completion of the 2011 National Land Cover Database for the conterminous United States-Representing a decade of land cover change information. Photogrammetric Engineering and Remote Sensing, v. 81, no. 5, p. 345-354 +"augusta_nlcd" + +#' Podlasie ESA CCI LC +#' +#' A real landscape of the Podlasie region in Poland from the ESA CCI Land +#' Cover +#' +#' @format A raster layer object. +#' @source http://maps.elie.ucl.ac.be/CCI/viewer/ +"podlasie_ccilc" + +#' Fragstats results for landscapemetrics::landscape (patch level) +#' +#' A single tibble for every spatial dataset included in landscapemetrics +#' that contains the FRAGSTAT results for every implemented metric on patch +#' level. +#' +#' @format A tibble object. +"fragstats_patch_landscape" + +#' Fragstats results for landscapemetrics::augusta_nlcd (patch level) +#' +#' A single tibble for every spatial dataset included in landscapemetrics +#' that contains the FRAGSTAT results for every implemented metric on patch +#' level. +#' +#' @format A tibble object. +"fragstats_patch_augusta_nlcd" + +#' Fragstats results for landscapemetrics::podlasie (patch level) +#' +#' A single tibble for every spatial dataset included in landscapemetrics +#' that contains the FRAGSTAT results for every implemented metric on patch +#' level. +#' +#' @format A tibble object. +"fragstats_patch_podlasie" + +#' Fragstats results for landscapemetrics::landscape (class level) +#' +#' A single tibble for every spatial dataset included in landscapemetrics +#' that contains the FRAGSTAT results for every implemented metric on class +#' level. +#' +#' @format A tibble object. +"fragstats_class_landscape" + +#' Fragstats results for landscapemetrics::augusta_nlcd (class level) +#' +#' A single tibble for every spatial dataset included in landscapemetrics +#' that contains the FRAGSTAT results for every implemented metric on class +#' level. +#' +#' @format A tibble object. +"fragstats_class_augusta_nlcd" + +#' Fragstats results for landscapemetrics::podlasie (class level) +#' +#' A single tibble for every spatial dataset included in landscapemetrics +#' that contains the FRAGSTAT results for every implemented metric on class +#' level. +#' +#' @format A tibble object. +"fragstats_class_podlasie" + + +#' Fragstats results for landscapemetrics::landscape (landscape level) +#' +#' A single tibble for every spatial dataset included in landscapemetrics +#' that contains the FRAGSTAT results for every implemented metric on landscape +#' level. +#' +#' @format A tibble object. +"fragstats_landscape_landscape" + +#' Fragstats results for landscapemetrics::augusta_nlcd (landscape level) +#' +#' A single tibble for every spatial dataset included in landscapemetrics +#' that contains the FRAGSTAT results for every implemented metric on landscape +#' level. +#' +#' @format A tibble object. +"fragstats_landscape_augusta_nlcd" + +#' Fragstats results for landscapemetrics::podlasie_ccilc (landscape level) +#' +#' A single tibble for every spatial dataset included in landscapemetrics +#' that contains the FRAGSTAT results for every implemented metric on landscape +#' level. +#' +#' @format A tibble object. +"fragstats_landscape_podlasie" + +#' Tibble of abbreviations coming from FRAGSTATS +#' +#' A single tibble for every abbreviation of every metric that is +#' reimplemented in landscapemetrics and its corresponding full name +#' in the literature. +#' +#' Can be used after calculating the metric(s) with a join to have +#' a more readable results tibble or for visualizing your results. +#' +#' @examples +#' patch_area <- lsm_p_area(terra::unwrap(landscape)) +#' patch_area <- merge(x = patch_area, y = lsm_abbreviations_names, by = c("level", "metric")) +#' +#' @format A tibble object. +"lsm_abbreviations_names" diff --git a/R/data_info.R b/R/data_info.R index 7b8e37be1..39f83e687 100644 --- a/R/data_info.R +++ b/R/data_info.R @@ -1,40 +1,40 @@ -#' data_info -#' -#' @description Data info -#' -#' @param landscape RasterLayer -#' -#' @details -#' Check class of raster values and number of classes -#' -#' @return raster -#' -#' @examples -#' data_info(terra::unwrap(landscape)) -#' data_info(terra::unwrap(augusta_nlcd)) -#' data_info(terra::unwrap(podlasie_ccilc)) -#' -#' @aliases data_info -#' @rdname data_info -#' -#' @keywords internal -#' -#' @export -data_info <- function(landscape){ - - # get raster values - landscape_values <- unique(terra::values(landscape, mat = FALSE)) - - # remove NA values (mess up with test if integer values) - landscape_values <- landscape_values[!is.na(landscape_values)] - - # check if integer value - class <- ifelse(test = all(is.na(landscape_values)), - yes = NA, - no = ifelse( - test = all(landscape_values %% 1 == 0), - yes = "integer", - no = "non-integer")) - - tibble::tibble(class = class, n_classes = length(landscape_values)) -} +#' data_info +#' +#' @description Data info +#' +#' @param landscape RasterLayer +#' +#' @details +#' Check class of raster values and number of classes +#' +#' @return raster +#' +#' @examples +#' data_info(terra::unwrap(landscape)) +#' data_info(terra::unwrap(augusta_nlcd)) +#' data_info(terra::unwrap(podlasie_ccilc)) +#' +#' @aliases data_info +#' @rdname data_info +#' +#' @keywords internal +#' +#' @export +data_info <- function(landscape){ + + # get raster values + landscape_values <- unique(terra::values(landscape, mat = FALSE)) + + # remove NA values (mess up with test if integer values) + landscape_values <- landscape_values[!is.na(landscape_values)] + + # check if integer value + class <- ifelse(test = all(is.na(landscape_values)), + yes = NA, + no = ifelse( + test = all(landscape_values %% 1 == 0), + yes = "integer", + no = "non-integer")) + + tibble::tibble(class = class, n_classes = length(landscape_values)) +} diff --git a/R/extract_lsm.R b/R/extract_lsm.R index 4acc51e86..7db37798c 100644 --- a/R/extract_lsm.R +++ b/R/extract_lsm.R @@ -1,201 +1,201 @@ -#' extract_lsm -#' -#' @description Extract metrics -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param y 2-column matrix with coordinates or sf point or line geometries. -#' @param extract_id Vector with id of sample points. If not provided, sample -#' points will be labelled 1...n. -#' @param metric Abbreviation of metrics (e.g. 'area'). -#' @param name Full name of metrics (e.g. 'core area') -#' @param type Type according to FRAGSTATS grouping (e.g. 'aggregation metrics'). -#' @param what Selected level of metrics: either "patch", "class" or "landscape". -#' It is also possible to specify functions as a vector of strings, e.g. `what = c("lsm_c_ca", "lsm_l_ta")`. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param progress Print progress report. -#' @param verbose Print warning messages. -#' @param ... Arguments passed to \code{calculate_lsm()}. -#' -#' @details -#' This functions extracts the metrics of all patches the spatial object(s) `y` -#' (e.g. spatial points) are located within. Only patch level metrics are possible -#' to extract. Please be aware that the output is slightly different to all -#' other `lsm`-function of `landscapemetrics`. Returns a tibble with chosen -#' metrics and the ID of the spatial objects. -#' -#' @seealso -#' \code{\link{calculate_lsm}} -#' -#' @return tibble -#' -#' @examples -#' points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) -#' extract_lsm(terra::unwrap(landscape), y = points) -#' extract_lsm(terra::unwrap(landscape), y = points, type = "aggregation metric") -#' -#' \dontrun{ -#' # use lines -#' -#' } -#' -#' @aliases extract_lsm -#' @rdname extract_lsm -#' -#' @export -extract_lsm <- function(landscape, y, - extract_id = NULL, metric = NULL, - name = NULL, type = NULL, what = NULL, directions = 8, - progress = FALSE, verbose = TRUE, ...) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = seq_along(landscape), FUN = function(x) { - - if (progress) { - - cat("\r> Progress nlayers: ", x , "/", length(landscape)) - } - - extract_lsm_internal(landscape = landscape[[x]], - y = y, - extract_id = extract_id, - metric = metric, - name = name, - type = type, - what = what, - directions = directions, - progress = FALSE, - verbose = verbose, - ...) - }) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - result$layer <- layer - - if (progress) {cat("\n")} - - result[with(result, order(layer, extract_id, level, metric, class, id)), ] -} - -extract_lsm_internal <- function(landscape, - y, - extract_id, - metric, name, type, what, - directions, - progress, - verbose, - ...) { - - # get list of metrics to calculate - metrics_list <- list_lsm(level = "patch", - metric = metric, - name = name, - type = type, - what = what, - simplify = TRUE, - verbose = verbose) - - # check if only patch level metrics are selected - if (!all(metrics_list %in% list_lsm(level = "patch", simplify = TRUE))) { - - stop("'extract_lsm()' only takes patch level metrics.", call. = FALSE) - } - - # check if sf object is provided - if (inherits(x = y, what = "sf")) { - - # check if points have the right class - if (inherits(x = y, what = c("MULTIPOINT", "POINT"))) { - - y <- matrix(sf::st_coordinates(y)[, 1:2], ncol = 2) - - } - - else if (inherits(x = y, what = c("sf", "sfc"))) { - - if (all(sf::st_geometry_type(y) %in% c("POINT", "MULTIPOINT"))) { - - y <- matrix(sf::st_coordinates(y)[, 1:2], ncol = 2) - } - - else { - - stop( - "landscapemetrics currently only supports point features for landscape metrics extraction." - ) - } - } - - else if (inherits(x = y, what = c("LINESTRING", "POLYGON", - "MULTILINESTRING", "MULTIPOLYGON"))) { - - stop( - "landscapemetrics currently only supports sf point features for landscape metrics extraction." - ) - } - } - - else if (!inherits(x = y, what = "matrix")) { - - stop("'y' must be a matrix or sf object.", - call. = FALSE) - } - - # get patches of landscape - landscape_labeled <- get_patches(landscape, directions = directions,)[[1]] - - # combine to one raster layer - landscape_id <- sum(terra::rast(landscape_labeled), na.rm = TRUE) - - # get patch id of sample points - point_id <- cbind(ID = 1:nrow(y), terra::extract(x = landscape_id, y = y)) - - # rename df - names(point_id) <- c("extract_id", "id") - - # check if length is identical if ids are provided - if (!is.null(extract_id)) { - - if (length(extract_id) != nrow(point_id)) { - - if (verbose) { - - warning("Length of extract_id is not identical to length of y. Using 1...n as extract_id.", - call. = FALSE) - } - - extract_id <- seq_len(nrow(point_id)) - } - } - - - if (!is.null(extract_id)) { - point_id[, 1] <- extract_id - } - - point_id <- point_id[!duplicated(point_id), ] - - # calculate metrics - # can we somehow calculate only the patches we actually want? - metrics <- calculate_lsm(landscape, - what = metrics_list, - directions = directions, - verbose = verbose, - progress = progress, ...) - - # only patchs that contain a sample point - extract_metrics <- merge(x = metrics, y = point_id, - by = "id", - all.x = FALSE, all.y = FALSE, sort = FALSE) - - # order cols - extract_metrics <- extract_metrics[, c(names(metrics), "extract_id")] - - # order rows - tibble::as_tibble(extract_metrics) -} +#' extract_lsm +#' +#' @description Extract metrics +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param y 2-column matrix with coordinates or sf point or line geometries. +#' @param extract_id Vector with id of sample points. If not provided, sample +#' points will be labelled 1...n. +#' @param metric Abbreviation of metrics (e.g. 'area'). +#' @param name Full name of metrics (e.g. 'core area') +#' @param type Type according to FRAGSTATS grouping (e.g. 'aggregation metrics'). +#' @param what Selected level of metrics: either "patch", "class" or "landscape". +#' It is also possible to specify functions as a vector of strings, e.g. `what = c("lsm_c_ca", "lsm_l_ta")`. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param progress Print progress report. +#' @param verbose Print warning messages. +#' @param ... Arguments passed to \code{calculate_lsm()}. +#' +#' @details +#' This functions extracts the metrics of all patches the spatial object(s) `y` +#' (e.g. spatial points) are located within. Only patch level metrics are possible +#' to extract. Please be aware that the output is slightly different to all +#' other `lsm`-function of `landscapemetrics`. Returns a tibble with chosen +#' metrics and the ID of the spatial objects. +#' +#' @seealso +#' \code{\link{calculate_lsm}} +#' +#' @return tibble +#' +#' @examples +#' points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) +#' extract_lsm(terra::unwrap(landscape), y = points) +#' extract_lsm(terra::unwrap(landscape), y = points, type = "aggregation metric") +#' +#' \dontrun{ +#' # use lines +#' +#' } +#' +#' @aliases extract_lsm +#' @rdname extract_lsm +#' +#' @export +extract_lsm <- function(landscape, y, + extract_id = NULL, metric = NULL, + name = NULL, type = NULL, what = NULL, directions = 8, + progress = FALSE, verbose = TRUE, ...) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = seq_along(landscape), FUN = function(x) { + + if (progress) { + + cat("\r> Progress nlayers: ", x , "/", length(landscape)) + } + + extract_lsm_internal(landscape = landscape[[x]], + y = y, + extract_id = extract_id, + metric = metric, + name = name, + type = type, + what = what, + directions = directions, + progress = FALSE, + verbose = verbose, + ...) + }) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + result$layer <- layer + + if (progress) {cat("\n")} + + result[with(result, order(layer, extract_id, level, metric, class, id)), ] +} + +extract_lsm_internal <- function(landscape, + y, + extract_id, + metric, name, type, what, + directions, + progress, + verbose, + ...) { + + # get list of metrics to calculate + metrics_list <- list_lsm(level = "patch", + metric = metric, + name = name, + type = type, + what = what, + simplify = TRUE, + verbose = verbose) + + # check if only patch level metrics are selected + if (!all(metrics_list %in% list_lsm(level = "patch", simplify = TRUE))) { + + stop("'extract_lsm()' only takes patch level metrics.", call. = FALSE) + } + + # check if sf object is provided + if (inherits(x = y, what = "sf")) { + + # check if points have the right class + if (inherits(x = y, what = c("MULTIPOINT", "POINT"))) { + + y <- matrix(sf::st_coordinates(y)[, 1:2], ncol = 2) + + } + + else if (inherits(x = y, what = c("sf", "sfc"))) { + + if (all(sf::st_geometry_type(y) %in% c("POINT", "MULTIPOINT"))) { + + y <- matrix(sf::st_coordinates(y)[, 1:2], ncol = 2) + } + + else { + + stop( + "landscapemetrics currently only supports point features for landscape metrics extraction." + ) + } + } + + else if (inherits(x = y, what = c("LINESTRING", "POLYGON", + "MULTILINESTRING", "MULTIPOLYGON"))) { + + stop( + "landscapemetrics currently only supports sf point features for landscape metrics extraction." + ) + } + } + + else if (!inherits(x = y, what = "matrix")) { + + stop("'y' must be a matrix or sf object.", + call. = FALSE) + } + + # get patches of landscape + landscape_labeled <- get_patches(landscape, directions = directions,)[[1]] + + # combine to one raster layer + landscape_id <- sum(terra::rast(landscape_labeled), na.rm = TRUE) + + # get patch id of sample points + point_id <- cbind(ID = 1:nrow(y), terra::extract(x = landscape_id, y = y)) + + # rename df + names(point_id) <- c("extract_id", "id") + + # check if length is identical if ids are provided + if (!is.null(extract_id)) { + + if (length(extract_id) != nrow(point_id)) { + + if (verbose) { + + warning("Length of extract_id is not identical to length of y. Using 1...n as extract_id.", + call. = FALSE) + } + + extract_id <- seq_len(nrow(point_id)) + } + } + + + if (!is.null(extract_id)) { + point_id[, 1] <- extract_id + } + + point_id <- point_id[!duplicated(point_id), ] + + # calculate metrics + # can we somehow calculate only the patches we actually want? + metrics <- calculate_lsm(landscape, + what = metrics_list, + directions = directions, + verbose = verbose, + progress = progress, ...) + + # only patchs that contain a sample point + extract_metrics <- merge(x = metrics, y = point_id, + by = "id", + all.x = FALSE, all.y = FALSE, sort = FALSE) + + # order cols + extract_metrics <- extract_metrics[, c(names(metrics), "extract_id")] + + # order rows + tibble::as_tibble(extract_metrics) +} diff --git a/R/get_adjacencies.R b/R/get_adjacencies.R index 05030b53d..79f3bfcb7 100644 --- a/R/get_adjacencies.R +++ b/R/get_adjacencies.R @@ -1,108 +1,108 @@ -#' get_adjacencies -#' -#' @description Fast calculation of adjacencies between classes in a raster -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param neighbourhood The number of directions in which cell adjacencies are -#' considered as neighbours: 4 (rook's case), 8 (queen's case) or a binary matrix -#' where the ones define the neighbourhood. The default is 4. -#' @param what Which adjacencies to calculate: "full" for a full adjacency matrix, -#' "like" for the diagonal, "unlike" for the off diagonal part of the matrix and -#' "triangle" for a triangular matrix counting adjacencies only once. -#' @param upper Logical value indicating whether the upper triangle of the adjacency matrix -#' should be returned (default FALSE). -#' -#' @details -#' A fast implementation with Rcpp to calculate the adjacency matrix for raster. -#' The adjacency matrix is most often used in landscape metrics to describe -#' the configuration of landscapes, is it is a cellwise count of edges between classes. -#' -#' The "full" adjacency matrix is double-count method, as it contains the pairwise -#' counts of cells between all classes. The diagonal of this matrix contains the -#' like adjacencies, a count for how many edges a shared in each class with the same class. -#' -#' The "unlike" adjacencies are counting the cellwise edges between different classes. -#' -#' @return matrix with adjacencies between classes in a raster and between cells from the same class. -#' -#' @examples -#' landscape <- terra::unwrap(landscape) -#' # calculate full adjacency matrix -#' get_adjacencies(landscape, 4) -#' -#' # equivalent with the raster package: -#' adjacencies <- terra::adjacent(landscape, 1:terra::ncell(landscape), "rook", pairs=TRUE) -#' table(terra::values(landscape, mat = FALSE)[adjacencies[,1]], -#' terra::values(landscape, mat = FALSE)[adjacencies[,2]]) -#' -#' # count diagonal neighbour adjacencies -#' diagonal_matrix <- matrix(c(1, NA, 1, -#' NA, 0, NA, -#' 1, NA, 1), 3, 3, byrow = TRUE) -#' get_adjacencies(landscape, diagonal_matrix) -#' -#' @aliases get_adjacencies -#' @rdname get_adjacencies -#' -#' @export -get_adjacencies <- function(landscape, neighbourhood = 4, what = "full", upper = FALSE) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = get_adjacencies_internal, - neighbourhood = neighbourhood, - what = what, - upper = upper) - - names(result) <- paste0("layer_", 1:length(result)) - - return(result) - -} - -get_adjacencies_internal <- function(landscape, - neighbourhood, - what, - upper) { - - if (!identical(neighbourhood, 4) && !identical(neighbourhood, 8) && !is.matrix(neighbourhood)) { - stop("neighbourhood must be either 4, 8 or a binary matrix where the ones define the neighbourhood.", call. = FALSE) - } - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <- terra::as.matrix(landscape, wide = TRUE) - } - - adjacencies <- rcpp_get_coocurrence_matrix(landscape, - as.matrix(neighbourhood)) - - if (!upper) { - if (what == "like") { - adjacencies[lower.tri(adjacencies) | upper.tri(adjacencies)] <- NA - } - - if (what == "unlike") { - adjacencies[!lower.tri(adjacencies, diag = FALSE)] <- NA - } - - if (what == "triangle") { - adjacencies[!lower.tri(adjacencies, diag = TRUE)] <- NA - } - } else { - if (what == "like") { - adjacencies[lower.tri(adjacencies) | upper.tri(adjacencies)] <- NA - } - - if (what == "unlike") { - adjacencies[!upper.tri(adjacencies, diag = FALSE)] <- NA - } - - if (what == "triangle") { - adjacencies[!upper.tri(adjacencies, diag = TRUE)] <- NA - } - } - - return(adjacencies) -} +#' get_adjacencies +#' +#' @description Fast calculation of adjacencies between classes in a raster +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param neighbourhood The number of directions in which cell adjacencies are +#' considered as neighbours: 4 (rook's case), 8 (queen's case) or a binary matrix +#' where the ones define the neighbourhood. The default is 4. +#' @param what Which adjacencies to calculate: "full" for a full adjacency matrix, +#' "like" for the diagonal, "unlike" for the off diagonal part of the matrix and +#' "triangle" for a triangular matrix counting adjacencies only once. +#' @param upper Logical value indicating whether the upper triangle of the adjacency matrix +#' should be returned (default FALSE). +#' +#' @details +#' A fast implementation with Rcpp to calculate the adjacency matrix for raster. +#' The adjacency matrix is most often used in landscape metrics to describe +#' the configuration of landscapes, is it is a cellwise count of edges between classes. +#' +#' The "full" adjacency matrix is double-count method, as it contains the pairwise +#' counts of cells between all classes. The diagonal of this matrix contains the +#' like adjacencies, a count for how many edges a shared in each class with the same class. +#' +#' The "unlike" adjacencies are counting the cellwise edges between different classes. +#' +#' @return matrix with adjacencies between classes in a raster and between cells from the same class. +#' +#' @examples +#' landscape <- terra::unwrap(landscape) +#' # calculate full adjacency matrix +#' get_adjacencies(landscape, 4) +#' +#' # equivalent with the raster package: +#' adjacencies <- terra::adjacent(landscape, 1:terra::ncell(landscape), "rook", pairs=TRUE) +#' table(terra::values(landscape, mat = FALSE)[adjacencies[,1]], +#' terra::values(landscape, mat = FALSE)[adjacencies[,2]]) +#' +#' # count diagonal neighbour adjacencies +#' diagonal_matrix <- matrix(c(1, NA, 1, +#' NA, 0, NA, +#' 1, NA, 1), 3, 3, byrow = TRUE) +#' get_adjacencies(landscape, diagonal_matrix) +#' +#' @aliases get_adjacencies +#' @rdname get_adjacencies +#' +#' @export +get_adjacencies <- function(landscape, neighbourhood = 4, what = "full", upper = FALSE) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = get_adjacencies_internal, + neighbourhood = neighbourhood, + what = what, + upper = upper) + + names(result) <- paste0("layer_", 1:length(result)) + + return(result) + +} + +get_adjacencies_internal <- function(landscape, + neighbourhood, + what, + upper) { + + if (!identical(neighbourhood, 4) && !identical(neighbourhood, 8) && !is.matrix(neighbourhood)) { + stop("neighbourhood must be either 4, 8 or a binary matrix where the ones define the neighbourhood.", call. = FALSE) + } + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <- terra::as.matrix(landscape, wide = TRUE) + } + + adjacencies <- rcpp_get_coocurrence_matrix(landscape, + as.matrix(neighbourhood)) + + if (!upper) { + if (what == "like") { + adjacencies[lower.tri(adjacencies) | upper.tri(adjacencies)] <- NA + } + + if (what == "unlike") { + adjacencies[!lower.tri(adjacencies, diag = FALSE)] <- NA + } + + if (what == "triangle") { + adjacencies[!lower.tri(adjacencies, diag = TRUE)] <- NA + } + } else { + if (what == "like") { + adjacencies[lower.tri(adjacencies) | upper.tri(adjacencies)] <- NA + } + + if (what == "unlike") { + adjacencies[!upper.tri(adjacencies, diag = FALSE)] <- NA + } + + if (what == "triangle") { + adjacencies[!upper.tri(adjacencies, diag = TRUE)] <- NA + } + } + + return(adjacencies) +} diff --git a/R/get_boundaries.R b/R/get_boundaries.R index fa08c6cde..94422caac 100644 --- a/R/get_boundaries.R +++ b/R/get_boundaries.R @@ -1,146 +1,146 @@ -#' get_boundaries -#' -#' @description Get boundary cells of patches -#' -#' @param landscape RasterLayer or matrix. -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as edge. -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell. -#' @param as_NA If true, non-boundary cells area labeld NA. -#' @param patch_id If true, boundary/edge cells are labeled with the original patch id. -#' @param return_raster If false, matrix is returned. -#' -#' @details -#' All boundary/edge cells are labeled 1, all non-boundary cells 0. NA values are -#' not changed. Boundary cells are defined as cells that neighbour either a NA -#' cell or a cell with a different value than itself. Non-boundary cells only -#' neighbour cells with the same value than themself. -#' -#' @return List with RasterLayer or matrix -#' -#' @examples -#' class_1 <- get_patches(terra::unwrap(landscape), class = 1)[[1]][[1]] -#' -#' get_boundaries(class_1) -#' get_boundaries(class_1, return_raster = FALSE) -#' -#' @aliases get_boundaries -#' @rdname get_boundaries -#' -#' @export -get_boundaries <- function(landscape, - consider_boundary = FALSE, edge_depth = 1, - as_NA = FALSE, patch_id = FALSE, return_raster = TRUE) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, function(x) { - - result_temp <- get_boundaries_calc(terra::as.matrix(x, wide = TRUE), - consider_boundary = consider_boundary, - edge_depth = edge_depth, - as_NA = as_NA, - patch_id = patch_id) - - # convert back to raster - if (return_raster && !inherits(x = x, what = "matrix")) { - - result_temp <- matrix_to_raster(matrix = result_temp, - landscape = x) - } else if (return_raster && inherits(x = x, what = "matrix")) { - - warning("'return_raster = TRUE' not able for matrix input.", - call. = FALSE) - - } - - return(result_temp) - }) - - # names(result) <- paste0("layer_", 1:length(result)) - - return(result) - -} - -get_boundaries_calc <- function(landscape, - consider_boundary, - edge_depth, - as_NA, - patch_id) { - - # add padding for landscape boundary - if (!consider_boundary) { - - landscape <- pad_raster_internal(landscape, pad_raster_value = NA, - pad_raster_cells = 1, global = FALSE) - } - - # get boundaries - landscape_boundaries <- rcpp_get_boundaries(landscape, directions = 4) - - # loop if edge_depth > 1 - if (edge_depth > 1) { - - # save original landscape - landscape_boundaries_temp <- landscape_boundaries - - # first edge depth already labels - for (i in seq_len(edge_depth - 1)) { - - # set all already edge to NA - landscape_boundaries_temp[landscape_boundaries_temp == 1] <- NA - - # set current_edge + 1 to new edge - landscape_boundaries_temp <- rcpp_get_boundaries(landscape_boundaries_temp, - directions = 4) - - landscape_boundaries[which(landscape_boundaries_temp[] == 1)] <- 1 - } - } - - # remove padded rows/cols - if (!consider_boundary) { - - landscape_boundaries <- unpad_raster_internal(landscape_boundaries, - unpad_raster_cells = 1) - } - - # use original patch id - if (patch_id) { - - # issue if class 0 is present because used for non-edge cells - present_classes <- get_unique_values_int(landscape, verbose = FALSE) - - if (any(present_classes == 0)) { - warning("Not able to use original patch id because at least one id equals zero.", - call. = FALSE) - } - - # relabel edge cells (value = 1) with original patch id - else { - - # remove padded rows/cols - if (!consider_boundary) { - - landscape <- unpad_raster(landscape, - unpad_raster_cells = 1, - return_raster = FALSE, - to_disk = FALSE)[[1]] - } - - landscape_boundaries[landscape_boundaries == 1 & - !is.na(landscape_boundaries)] <- landscape[landscape_boundaries == 1 & - !is.na(landscape_boundaries)] - } - } - - # convert all 0 as NA - if (as_NA) { - - landscape_boundaries[which(landscape_boundaries == 0)] <- NA - } - - return(landscape_boundaries) -} +#' get_boundaries +#' +#' @description Get boundary cells of patches +#' +#' @param landscape RasterLayer or matrix. +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as edge. +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell. +#' @param as_NA If true, non-boundary cells area labeld NA. +#' @param patch_id If true, boundary/edge cells are labeled with the original patch id. +#' @param return_raster If false, matrix is returned. +#' +#' @details +#' All boundary/edge cells are labeled 1, all non-boundary cells 0. NA values are +#' not changed. Boundary cells are defined as cells that neighbour either a NA +#' cell or a cell with a different value than itself. Non-boundary cells only +#' neighbour cells with the same value than themself. +#' +#' @return List with RasterLayer or matrix +#' +#' @examples +#' class_1 <- get_patches(terra::unwrap(landscape), class = 1)[[1]][[1]] +#' +#' get_boundaries(class_1) +#' get_boundaries(class_1, return_raster = FALSE) +#' +#' @aliases get_boundaries +#' @rdname get_boundaries +#' +#' @export +get_boundaries <- function(landscape, + consider_boundary = FALSE, edge_depth = 1, + as_NA = FALSE, patch_id = FALSE, return_raster = TRUE) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, function(x) { + + result_temp <- get_boundaries_calc(terra::as.matrix(x, wide = TRUE), + consider_boundary = consider_boundary, + edge_depth = edge_depth, + as_NA = as_NA, + patch_id = patch_id) + + # convert back to raster + if (return_raster && !inherits(x = x, what = "matrix")) { + + result_temp <- matrix_to_raster(matrix = result_temp, + landscape = x) + } else if (return_raster && inherits(x = x, what = "matrix")) { + + warning("'return_raster = TRUE' not able for matrix input.", + call. = FALSE) + + } + + return(result_temp) + }) + + # names(result) <- paste0("layer_", 1:length(result)) + + return(result) + +} + +get_boundaries_calc <- function(landscape, + consider_boundary, + edge_depth, + as_NA, + patch_id) { + + # add padding for landscape boundary + if (!consider_boundary) { + + landscape <- pad_raster_internal(landscape, pad_raster_value = NA, + pad_raster_cells = 1, global = FALSE) + } + + # get boundaries + landscape_boundaries <- rcpp_get_boundaries(landscape, directions = 4) + + # loop if edge_depth > 1 + if (edge_depth > 1) { + + # save original landscape + landscape_boundaries_temp <- landscape_boundaries + + # first edge depth already labels + for (i in seq_len(edge_depth - 1)) { + + # set all already edge to NA + landscape_boundaries_temp[landscape_boundaries_temp == 1] <- NA + + # set current_edge + 1 to new edge + landscape_boundaries_temp <- rcpp_get_boundaries(landscape_boundaries_temp, + directions = 4) + + landscape_boundaries[which(landscape_boundaries_temp[] == 1)] <- 1 + } + } + + # remove padded rows/cols + if (!consider_boundary) { + + landscape_boundaries <- unpad_raster_internal(landscape_boundaries, + unpad_raster_cells = 1) + } + + # use original patch id + if (patch_id) { + + # issue if class 0 is present because used for non-edge cells + present_classes <- get_unique_values_int(landscape, verbose = FALSE) + + if (any(present_classes == 0)) { + warning("Not able to use original patch id because at least one id equals zero.", + call. = FALSE) + } + + # relabel edge cells (value = 1) with original patch id + else { + + # remove padded rows/cols + if (!consider_boundary) { + + landscape <- unpad_raster(landscape, + unpad_raster_cells = 1, + return_raster = FALSE, + to_disk = FALSE)[[1]] + } + + landscape_boundaries[landscape_boundaries == 1 & + !is.na(landscape_boundaries)] <- landscape[landscape_boundaries == 1 & + !is.na(landscape_boundaries)] + } + } + + # convert all 0 as NA + if (as_NA) { + + landscape_boundaries[which(landscape_boundaries == 0)] <- NA + } + + return(landscape_boundaries) +} diff --git a/R/get_centroids.R b/R/get_centroids.R index 9f59e0f8c..27af52ef7 100644 --- a/R/get_centroids.R +++ b/R/get_centroids.R @@ -1,167 +1,167 @@ -#' get_centroids -#' -#' @description Centroid of patches -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param cell_center If true, the coordinates of the centroid are forced to be -#' a cell center within the patch. -#' @param return_sf If true, a sf object is returned. -#' @param verbose Print warning messages -#' -#' @details -#' Get the coordinates of the centroid of each patch. The centroid is by default -#' defined as the mean location of all cell centers. To force the centroid to be -#' located within each patch, use the `cell_center` argument. In this case, the -#' centroid is defined as the cell center that is the closest to the mean location. -#' -#' @examples -#' # get centroid location -#' get_centroids(terra::unwrap(landscape)) -#' -#' @aliases get_centroids -#' @rdname get_centroids -#' -#' @export -get_centroids <- function(landscape, directions = 8, cell_center = FALSE, - return_sf = FALSE, verbose = TRUE) { - - landscape <- landscape_as_list(landscape) - - if (return_sf) { - - crs <- terra::crs(landscape[[1]]) - - } - - result <- lapply(X = landscape, - FUN = get_centroids_calc, - directions = directions, - cell_center = cell_center, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - result <- tibble::add_column(result, layer, .before = TRUE) - - if (return_sf) { - - result <- sf::st_as_sf(result, coords = c("x","y"), crs = crs) - - } - - return(result) - -} - -get_centroids_calc <- function(landscape, directions, cell_center, verbose) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - - # get coordinates and values of all cells - points <- raster_to_points(landscape)[, 2:4] - - # convert to matrix - landscape <- terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - y = as.double(NA), - y = as.double(NA))) - } - - # get uniuqe class id - classes <- get_unique_values_int(landscape, verbose = verbose) - - centroid <- do.call(rbind, - lapply(classes, function(patches_class) { - # get connected patches - landscape_labeled <- get_patches_int(landscape, - class = patches_class, - directions = directions)[[1]] - - # transpose to get same direction of ID - landscape_labeled <- t(landscape_labeled) - - # get coordinates of current class - points <- matrix(points[which(!is.na(landscape_labeled)), ], - ncol = 3) - - # set ID from class ID to unique patch ID - points[, 3] <- landscape_labeled[!is.na(landscape_labeled)] - - # # conver to tibble - points <- stats::setNames(object = data.frame(points), - nm = c("x", "y", "id")) - - # calcuale the centroid of each patch (mean of all coords) - centroid_temp <- stats::aggregate(points[, c(1, 2)], - by = list(id = points[, 3]), - FUN = mean) - - # force centroid to be within patch - if (cell_center) { - - # create full data set with raster-points and patch centroids - full_data <- merge(x = points, y = centroid_temp, by = "id", - suffixes = c("","_centroid")) - - # calculate distance from each cell center to centroid - full_data$dist <- sqrt((full_data$x - full_data$x_centroid) ^ 2 + - (full_data$y - full_data$y_centroid) ^ 2) - - # which cell has the shortest distance to centroid - centroid_temp <- - do.call(rbind, - by(data = full_data, - INDICES = full_data[, 1], - FUN = function(x) { - x[x$dist == min(x$dist), ][, c(1, 2, 3)]})) - } - - # return current class id and coords - data.frame(class = patches_class, - id = centroid_temp$id, - x = centroid_temp$x, - y = centroid_temp$y) - }) - ) - - # get number of total patches to construct id seq - np <- lsm_l_np_calc(landscape, directions = directions)[[1, 5]] - - # check how often different combinations of class-id are present - times <- as.numeric(t(table(centroid[, c(1, 2)]))) - - # remove all 0 cases - times <- times[which(times != 0)] - - # repeat each id (# patches) where times is the number of often the class-id - # combination is present - id <- rep(seq_len(np), times = times[times != 0]) - - # return warning if any patch has several centroids - if (verbose) { - - if (any(times != 1)) { - warning("For some patches several cell centers are returned as centroid.", - call. = FALSE) - } - } - - tibble::tibble(level = "patch", - class = as.integer(centroid$class), - id = as.integer(id), - x = as.double(centroid$x), - y = as.double(centroid$y)) -} +#' get_centroids +#' +#' @description Centroid of patches +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param cell_center If true, the coordinates of the centroid are forced to be +#' a cell center within the patch. +#' @param return_sf If true, a sf object is returned. +#' @param verbose Print warning messages +#' +#' @details +#' Get the coordinates of the centroid of each patch. The centroid is by default +#' defined as the mean location of all cell centers. To force the centroid to be +#' located within each patch, use the `cell_center` argument. In this case, the +#' centroid is defined as the cell center that is the closest to the mean location. +#' +#' @examples +#' # get centroid location +#' get_centroids(terra::unwrap(landscape)) +#' +#' @aliases get_centroids +#' @rdname get_centroids +#' +#' @export +get_centroids <- function(landscape, directions = 8, cell_center = FALSE, + return_sf = FALSE, verbose = TRUE) { + + landscape <- landscape_as_list(landscape) + + if (return_sf) { + + crs <- terra::crs(landscape[[1]]) + + } + + result <- lapply(X = landscape, + FUN = get_centroids_calc, + directions = directions, + cell_center = cell_center, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + result <- tibble::add_column(result, layer, .before = TRUE) + + if (return_sf) { + + result <- sf::st_as_sf(result, coords = c("x","y"), crs = crs) + + } + + return(result) + +} + +get_centroids_calc <- function(landscape, directions, cell_center, verbose) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + + # get coordinates and values of all cells + points <- raster_to_points(landscape)[, 2:4] + + # convert to matrix + landscape <- terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + y = as.double(NA), + y = as.double(NA))) + } + + # get uniuqe class id + classes <- get_unique_values_int(landscape, verbose = verbose) + + centroid <- do.call(rbind, + lapply(classes, function(patches_class) { + # get connected patches + landscape_labeled <- get_patches_int(landscape, + class = patches_class, + directions = directions)[[1]] + + # transpose to get same direction of ID + landscape_labeled <- t(landscape_labeled) + + # get coordinates of current class + points <- matrix(points[which(!is.na(landscape_labeled)), ], + ncol = 3) + + # set ID from class ID to unique patch ID + points[, 3] <- landscape_labeled[!is.na(landscape_labeled)] + + # # conver to tibble + points <- stats::setNames(object = data.frame(points), + nm = c("x", "y", "id")) + + # calcuale the centroid of each patch (mean of all coords) + centroid_temp <- stats::aggregate(points[, c(1, 2)], + by = list(id = points[, 3]), + FUN = mean) + + # force centroid to be within patch + if (cell_center) { + + # create full data set with raster-points and patch centroids + full_data <- merge(x = points, y = centroid_temp, by = "id", + suffixes = c("","_centroid")) + + # calculate distance from each cell center to centroid + full_data$dist <- sqrt((full_data$x - full_data$x_centroid) ^ 2 + + (full_data$y - full_data$y_centroid) ^ 2) + + # which cell has the shortest distance to centroid + centroid_temp <- + do.call(rbind, + by(data = full_data, + INDICES = full_data[, 1], + FUN = function(x) { + x[x$dist == min(x$dist), ][, c(1, 2, 3)]})) + } + + # return current class id and coords + data.frame(class = patches_class, + id = centroid_temp$id, + x = centroid_temp$x, + y = centroid_temp$y) + }) + ) + + # get number of total patches to construct id seq + np <- lsm_l_np_calc(landscape, directions = directions)[[1, 5]] + + # check how often different combinations of class-id are present + times <- as.numeric(t(table(centroid[, c(1, 2)]))) + + # remove all 0 cases + times <- times[which(times != 0)] + + # repeat each id (# patches) where times is the number of often the class-id + # combination is present + id <- rep(seq_len(np), times = times[times != 0]) + + # return warning if any patch has several centroids + if (verbose) { + + if (any(times != 1)) { + warning("For some patches several cell centers are returned as centroid.", + call. = FALSE) + } + } + + tibble::tibble(level = "patch", + class = as.integer(centroid$class), + id = as.integer(id), + x = as.double(centroid$x), + y = as.double(centroid$y)) +} diff --git a/R/get_circumscribingcircle.R b/R/get_circumscribingcircle.R index 0bbedbe52..6700c97cd 100644 --- a/R/get_circumscribingcircle.R +++ b/R/get_circumscribingcircle.R @@ -1,129 +1,129 @@ -#' get_circumscribingcircle -#' -#' @description Diameter of the circumscribing circle around patches -#' -#' @param landscape RasterLayer or matrix (with x, y, id columns) -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param level Either 'patch' or 'class' for the corresponding level. -#' -#' @details -#' The diameter of the smallest circumscribing circle around a patch in the landscape -#' is based on the maximum distance between the corners of each cell. This ensures that all -#' cells of the patch are included in the patch. -#' -#' @references -#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). -#' -#' @examples -#' # get circle around each patch -#' get_circumscribingcircle(terra::unwrap(landscape)) -#' -#' # get circle around whole class -#' get_circumscribingcircle(terra::unwrap(landscape), level = "class") -#' -#' @aliases get_circumscribingcircle -#' @rdname get_circumscribingcircle -#' -#' @export -get_circumscribingcircle <- function(landscape, directions = 8, level = "patch") { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = get_circumscribingcircle_calc, - directions = directions, - level = level) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - result <- tibble::add_column(result, layer, .before = TRUE) - - return(result) - -} - -get_circumscribingcircle_calc <- function(landscape, level, directions) { - - # check level argument - if (length(level) != 1 || !level %in% c("patch", "class")) { - - stop("The 'level' argument must be either 'patch' or 'class'.", - call. = FALSE) - } - - if (!inherits(x = landscape, what = "SpatRaster")) { - stop("Please provide a 'SpatRaster', 'stars'-object, or a list with 'SpatRaster'.", - call. = FALSE) - } - - # get resolution - resolution <- terra::res(landscape) - - # check if resolution is identical - if (!isTRUE(all.equal(resolution[1], resolution[2]))) { - - stop("The area of the circumscribing circle is currently only implemented for equal resolutions.", - call. = FALSE) - } - - # get extent - extent <- terra::ext(landscape) - - # convert to matrix - landscape <- terra::as.matrix(landscape, wide = TRUE) - - # circle for each patch - if (level == "patch") { - - # what classes are present - classes <- get_unique_values_int(landscape, verbose = FALSE) - - # loop all classes - circle <- do.call(rbind, - lapply(classes, function(patches_class) { - # get patches - landscape_labeled <- get_patches_int(landscape, - class = patches_class, - directions = directions)[[1]] - - # get circle - cbind(class = as.integer(patches_class), - rcpp_get_circle(landscape_labeled, - resolution_xy = resolution[1])) - }) - ) - - # resulting tibble - circle <- tibble::tibble(level = "patch", - class = as.integer(circle$class), - id = as.integer(seq_len(nrow(circle))), - value = circle$circle_diameter, - center_x = circle$circle_center_x, - center_y = circle$circle_center_y) - } - - # class level (no labeling) - else if (level == "class") { - - # get circle around classes - circle_class <- rcpp_get_circle(landscape, resolution_xy = resolution[1]) - - # resulting tibble - circle <- tibble::tibble(level = "class", - class = as.integer(circle_class$patch_id), - id = as.integer(NA), - value = circle_class$circle_diameter, - center_x = circle_class$circle_center_x, - center_y = circle_class$circle_center_y) - } - - # shift the coordinates to the original coordinate system - circle$center_x = circle$center_x + extent[1] - circle$center_y = circle$center_y + extent[3] - - return(circle) -} +#' get_circumscribingcircle +#' +#' @description Diameter of the circumscribing circle around patches +#' +#' @param landscape RasterLayer or matrix (with x, y, id columns) +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param level Either 'patch' or 'class' for the corresponding level. +#' +#' @details +#' The diameter of the smallest circumscribing circle around a patch in the landscape +#' is based on the maximum distance between the corners of each cell. This ensures that all +#' cells of the patch are included in the patch. +#' +#' @references +#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). +#' +#' @examples +#' # get circle around each patch +#' get_circumscribingcircle(terra::unwrap(landscape)) +#' +#' # get circle around whole class +#' get_circumscribingcircle(terra::unwrap(landscape), level = "class") +#' +#' @aliases get_circumscribingcircle +#' @rdname get_circumscribingcircle +#' +#' @export +get_circumscribingcircle <- function(landscape, directions = 8, level = "patch") { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = get_circumscribingcircle_calc, + directions = directions, + level = level) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + result <- tibble::add_column(result, layer, .before = TRUE) + + return(result) + +} + +get_circumscribingcircle_calc <- function(landscape, level, directions) { + + # check level argument + if (length(level) != 1 || !level %in% c("patch", "class")) { + + stop("The 'level' argument must be either 'patch' or 'class'.", + call. = FALSE) + } + + if (!inherits(x = landscape, what = "SpatRaster")) { + stop("Please provide a 'SpatRaster', 'stars'-object, or a list with 'SpatRaster'.", + call. = FALSE) + } + + # get resolution + resolution <- terra::res(landscape) + + # check if resolution is identical + if (!isTRUE(all.equal(resolution[1], resolution[2]))) { + + stop("The area of the circumscribing circle is currently only implemented for equal resolutions.", + call. = FALSE) + } + + # get extent + extent <- terra::ext(landscape) + + # convert to matrix + landscape <- terra::as.matrix(landscape, wide = TRUE) + + # circle for each patch + if (level == "patch") { + + # what classes are present + classes <- get_unique_values_int(landscape, verbose = FALSE) + + # loop all classes + circle <- do.call(rbind, + lapply(classes, function(patches_class) { + # get patches + landscape_labeled <- get_patches_int(landscape, + class = patches_class, + directions = directions)[[1]] + + # get circle + cbind(class = as.integer(patches_class), + rcpp_get_circle(landscape_labeled, + resolution_xy = resolution[1])) + }) + ) + + # resulting tibble + circle <- tibble::tibble(level = "patch", + class = as.integer(circle$class), + id = as.integer(seq_len(nrow(circle))), + value = circle$circle_diameter, + center_x = circle$circle_center_x, + center_y = circle$circle_center_y) + } + + # class level (no labeling) + else if (level == "class") { + + # get circle around classes + circle_class <- rcpp_get_circle(landscape, resolution_xy = resolution[1]) + + # resulting tibble + circle <- tibble::tibble(level = "class", + class = as.integer(circle_class$patch_id), + id = as.integer(NA), + value = circle_class$circle_diameter, + center_x = circle_class$circle_center_x, + center_y = circle_class$circle_center_y) + } + + # shift the coordinates to the original coordinate system + circle$center_x = circle$center_x + extent[1] + circle$center_y = circle$center_y + extent[3] + + return(circle) +} diff --git a/R/get_nearestneighbour.R b/R/get_nearestneighbour.R index ca5ca28d8..32ae713ed 100644 --- a/R/get_nearestneighbour.R +++ b/R/get_nearestneighbour.R @@ -1,104 +1,104 @@ -#' get_nearestneighbour -#' -#' @description Euclidean distance to nearest neighbour -#' -#' @param landscape RasterLayer or matrix (with x,y,id columns). -#' @param return_id If TRUE, also the patch ID of the nearest neighbour is returned. -#' -#' @details -#' Fast and memory safe Rcpp implementation for calculating the minimum Euclidean -#' distances to the nearest patch of the same class in a raster or matrix. -#' All patches need an unique ID (see \code{\link{get_patches}}). Please be aware -#' that the patch ID is not identical to the patch ID of all metric functions (lsm_). -#' If `return_ID = TRUE`, for some focal patches several nearest neighbour patches -#' might be returned. -#' -#' @references -#' Based on RCpp code of Florian Privé \email{florian.prive.21@gmail.com} -#' -#' @examples -#' # get patches for class 1 -#' class_1 <- get_patches(terra::unwrap(landscape), class = 2)[[1]][[1]] -#' -#' # calculate the distance between patches -#' get_nearestneighbour(class_1) -#' get_nearestneighbour(class_1, return_id = TRUE) -#' -#' @aliases get_nearestneighbour -#' @rdname get_nearestneighbour -#' -#' @export -get_nearestneighbour <- function(landscape, return_id = FALSE) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = get_nearestneighbour_calc, - return_id = return_id) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) - -} - -get_nearestneighbour_calc <- function(landscape, return_id, - points = NULL) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - - # get coordinates and values of all cells - points <- raster_to_points(landscape)[, 2:4] - - # convert to matrix - landscape <- terra::as.matrix(landscape, wide = TRUE) - } - - # get edge cells because only they are important for ENN - class_boundaries <- get_boundaries_calc(landscape, - consider_boundary = FALSE, - edge_depth = 1, - as_NA = TRUE, - patch_id = TRUE) - - # transpose to get same direction of ID - class_boundaries <- t(class_boundaries) - - # get coordinates of current class - points <- points[which(!is.na(class_boundaries)), ] - - # set ID from class ID to unique patch ID - points[, 3] <- class_boundaries[!is.na(class_boundaries)] - - ord <- order(as.matrix(points)[, 1]) - num <- seq_along(ord) - rank <- match(num, ord) - - res <- rcpp_get_nearest_neighbor(terra::as.matrix(points, wide= TRUE)[ord, ]) - - min_dist <- tibble::tibble(cell = num, - dist = res[rank, 1], - id_focal = points[, 3], - id_neighbour = res[rank, 2]) - - min_dist_aggr <- stats::setNames(stats::aggregate(x = min_dist$dist, - by = list(min_dist$id_focal), - FUN = min), - c("id", "dist")) - - if (return_id) { - - min_dist_aggr <- merge(x = min_dist_aggr, y = min_dist[, c(2, 3, 4)], - by.x = c("id", "dist"), - by.y = c("id_focal", "dist"), - sort = FALSE) - - min_dist_aggr <- min_dist_aggr[!duplicated(min_dist_aggr), ] - } - - tibble::tibble(min_dist_aggr) -} +#' get_nearestneighbour +#' +#' @description Euclidean distance to nearest neighbour +#' +#' @param landscape RasterLayer or matrix (with x,y,id columns). +#' @param return_id If TRUE, also the patch ID of the nearest neighbour is returned. +#' +#' @details +#' Fast and memory safe Rcpp implementation for calculating the minimum Euclidean +#' distances to the nearest patch of the same class in a raster or matrix. +#' All patches need an unique ID (see \code{\link{get_patches}}). Please be aware +#' that the patch ID is not identical to the patch ID of all metric functions (lsm_). +#' If `return_ID = TRUE`, for some focal patches several nearest neighbour patches +#' might be returned. +#' +#' @references +#' Based on RCpp code of Florian Privé \email{florian.prive.21@gmail.com} +#' +#' @examples +#' # get patches for class 1 +#' class_1 <- get_patches(terra::unwrap(landscape), class = 2)[[1]][[1]] +#' +#' # calculate the distance between patches +#' get_nearestneighbour(class_1) +#' get_nearestneighbour(class_1, return_id = TRUE) +#' +#' @aliases get_nearestneighbour +#' @rdname get_nearestneighbour +#' +#' @export +get_nearestneighbour <- function(landscape, return_id = FALSE) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = get_nearestneighbour_calc, + return_id = return_id) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) + +} + +get_nearestneighbour_calc <- function(landscape, return_id, + points = NULL) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + + # get coordinates and values of all cells + points <- raster_to_points(landscape)[, 2:4] + + # convert to matrix + landscape <- terra::as.matrix(landscape, wide = TRUE) + } + + # get edge cells because only they are important for ENN + class_boundaries <- get_boundaries_calc(landscape, + consider_boundary = FALSE, + edge_depth = 1, + as_NA = TRUE, + patch_id = TRUE) + + # transpose to get same direction of ID + class_boundaries <- t(class_boundaries) + + # get coordinates of current class + points <- points[which(!is.na(class_boundaries)), ] + + # set ID from class ID to unique patch ID + points[, 3] <- class_boundaries[!is.na(class_boundaries)] + + ord <- order(as.matrix(points)[, 1]) + num <- seq_along(ord) + rank <- match(num, ord) + + res <- rcpp_get_nearest_neighbor(terra::as.matrix(points, wide= TRUE)[ord, ]) + + min_dist <- tibble::tibble(cell = num, + dist = res[rank, 1], + id_focal = points[, 3], + id_neighbour = res[rank, 2]) + + min_dist_aggr <- stats::setNames(stats::aggregate(x = min_dist$dist, + by = list(min_dist$id_focal), + FUN = min), + c("id", "dist")) + + if (return_id) { + + min_dist_aggr <- merge(x = min_dist_aggr, y = min_dist[, c(2, 3, 4)], + by.x = c("id", "dist"), + by.y = c("id_focal", "dist"), + sort = FALSE) + + min_dist_aggr <- min_dist_aggr[!duplicated(min_dist_aggr), ] + } + + tibble::tibble(min_dist_aggr) +} diff --git a/R/get_patches.R b/R/get_patches.R index 17136515e..286af5a17 100644 --- a/R/get_patches.R +++ b/R/get_patches.R @@ -1,176 +1,176 @@ -#' get_patches -#' -#' @description Connected components labeling to derive patches in a landscape. -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param class Either "all" (default) for every class in the raster, or specify -#' class value. See Details. -#' @param to_disk Logical argument, if FALSE results of get_patches are hold -#' in memory. If true, get_patches writes temporary files and hence, does not hold everything in memory. -#' Can be set with a global option, e.g. `option(to_disk = TRUE)`. See Details. -#' @param return_raster If false, matrix is returned -#' -#' @details -#' Searches for connected patches (neighbouring cells of the same class i). -#' The 8-neighbours rule ('queen's case) or 4-neighbours rule (rook's case) is -#' used. Returns a list with raster. For each class the connected patches have -#' the value 1 - n. All cells not belonging to the class are \code{NA}. -#' -#' Landscape metrics rely on the delineation of patches. Hence, `get_patches` is -#' heavily used in **landscapemetrics**. As raster can be quite big, the fact that -#' `get_patches` creates a copy of the raster for each class in a landscape becomes -#' a burden for computer memory. Hence, the argument *to_disk* allows to -#' store the results of the connected labeling algorithm on disk. Furthermore, -#' this option can be set globally, so that every function that internally uses -#' `get_patches` can make use of that. -#' -#' @references -#' Vincent, L., Soille, P. 1991. Watersheds in digital spaces: an efficient -#' algorithm based on immersion simulations. IEEE Transactions on Pattern -#' Analysis and Machine Intelligence. 13 (6), 583-598 -#' -#' @return List -#' -#' @examples -#' landscape <- terra::unwrap(landscape) -#' -#' # check for patches of class 1 -#' patched_raster <- get_patches(landscape, class = 1) -#' -#' # count patches -#' nrow(terra::unique(patched_raster[[1]][[1]])) -#' -#' # check for patches of every class -#' patched_raster <- get_patches(landscape) -#' -#' @aliases get_patches -#' @rdname get_patches -#' -#' @export -get_patches <- function(landscape, class = "all", directions = 8, - to_disk = getOption("to_disk", default = FALSE), - return_raster = TRUE) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, FUN = function(i) { - - res_temp <- get_patches_int(landscape = i, class = "all", directions = directions, - return_raster = return_raster, to_disk = to_disk) - - # filter returned classes - if (all(class != "all")) { - - res_temp <- res_temp[names(res_temp) == paste0("class_", class)] - - if (length(res_temp) == 0) { - - stop("Selected class not present in landscape.", call. = FALSE) - - } - - } - - return(res_temp) - }) - - names(result) <- paste0("layer_", 1:length(landscape)) - - return(result) - -} - -get_patches_int <- function(landscape, class, directions, - return_raster = FALSE, to_disk = FALSE) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - - landscape_mat <- terra::as.matrix(landscape, wide = TRUE) - - # already a matrix - } else { - - landscape_mat <- landscape - - if (return_raster || to_disk) { - - return_raster <- FALSE - - warning("'return_raster' or 'to_disk' not possible for matrix input.", call. = FALSE) - - } - } - - # check if directions argument is valid - if (directions != 4 && directions != 8) { - - warning("You must specify a directions parameter. Defaulted to 8.", - call. = FALSE) - - directions <- 8 - } - - if (class == "all") { - - # get unique class id - unique_classes <- get_unique_values_int(landscape_mat, verbose = FALSE) - - } else { - - unique_classes <- class - - } - - # init highest patch id - counter_id <- 0 - - # init list with classes - patch_landscape <- vector(mode = "list", length = length(unique_classes)) - - # CCL all classes - for (i in 1:length(unique_classes)) { - - # set-up filter matrix - landscape_temp <- matrix(NA, nrow = nrow(landscape_mat), - ncol = ncol(landscape_mat)) - - # set all values in filter_matrix to 1 that belong to class (at same spot as in original landscape) - landscape_temp[landscape_mat == unique_classes[i]] <- 1L - - # connected labeling with 4 neighbours - if (directions == 4) { - - rcpp_ccl(landscape_temp, 4) - - # connected labeling with 8 neighbours - } else if (directions == 8) { - - rcpp_ccl(landscape_temp, 8) - - } - - # increase patch id by highest value so far - landscape_temp <- landscape_temp + counter_id - - # update highest patch id - counter_id <- max(landscape_temp, na.rm = TRUE) - - # return matrix to - if (return_raster) { - - landscape_temp <- matrix_to_raster(matrix = landscape_temp, - landscape = landscape, to_disk = to_disk) - } - - patch_landscape[[i]] <- landscape_temp - - } - - # set class names - names(patch_landscape) <- paste0("class_", unique_classes) - - return(patch_landscape) -} +#' get_patches +#' +#' @description Connected components labeling to derive patches in a landscape. +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param class Either "all" (default) for every class in the raster, or specify +#' class value. See Details. +#' @param to_disk Logical argument, if FALSE results of get_patches are hold +#' in memory. If true, get_patches writes temporary files and hence, does not hold everything in memory. +#' Can be set with a global option, e.g. `option(to_disk = TRUE)`. See Details. +#' @param return_raster If false, matrix is returned +#' +#' @details +#' Searches for connected patches (neighbouring cells of the same class i). +#' The 8-neighbours rule ('queen's case) or 4-neighbours rule (rook's case) is +#' used. Returns a list with raster. For each class the connected patches have +#' the value 1 - n. All cells not belonging to the class are \code{NA}. +#' +#' Landscape metrics rely on the delineation of patches. Hence, `get_patches` is +#' heavily used in **landscapemetrics**. As raster can be quite big, the fact that +#' `get_patches` creates a copy of the raster for each class in a landscape becomes +#' a burden for computer memory. Hence, the argument *to_disk* allows to +#' store the results of the connected labeling algorithm on disk. Furthermore, +#' this option can be set globally, so that every function that internally uses +#' `get_patches` can make use of that. +#' +#' @references +#' Vincent, L., Soille, P. 1991. Watersheds in digital spaces: an efficient +#' algorithm based on immersion simulations. IEEE Transactions on Pattern +#' Analysis and Machine Intelligence. 13 (6), 583-598 +#' +#' @return List +#' +#' @examples +#' landscape <- terra::unwrap(landscape) +#' +#' # check for patches of class 1 +#' patched_raster <- get_patches(landscape, class = 1) +#' +#' # count patches +#' nrow(terra::unique(patched_raster[[1]][[1]])) +#' +#' # check for patches of every class +#' patched_raster <- get_patches(landscape) +#' +#' @aliases get_patches +#' @rdname get_patches +#' +#' @export +get_patches <- function(landscape, class = "all", directions = 8, + to_disk = getOption("to_disk", default = FALSE), + return_raster = TRUE) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, FUN = function(i) { + + res_temp <- get_patches_int(landscape = i, class = "all", directions = directions, + return_raster = return_raster, to_disk = to_disk) + + # filter returned classes + if (all(class != "all")) { + + res_temp <- res_temp[names(res_temp) == paste0("class_", class)] + + if (length(res_temp) == 0) { + + stop("Selected class not present in landscape.", call. = FALSE) + + } + + } + + return(res_temp) + }) + + names(result) <- paste0("layer_", 1:length(landscape)) + + return(result) + +} + +get_patches_int <- function(landscape, class, directions, + return_raster = FALSE, to_disk = FALSE) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + + landscape_mat <- terra::as.matrix(landscape, wide = TRUE) + + # already a matrix + } else { + + landscape_mat <- landscape + + if (return_raster || to_disk) { + + return_raster <- FALSE + + warning("'return_raster' or 'to_disk' not possible for matrix input.", call. = FALSE) + + } + } + + # check if directions argument is valid + if (directions != 4 && directions != 8) { + + warning("You must specify a directions parameter. Defaulted to 8.", + call. = FALSE) + + directions <- 8 + } + + if (class == "all") { + + # get unique class id + unique_classes <- get_unique_values_int(landscape_mat, verbose = FALSE) + + } else { + + unique_classes <- class + + } + + # init highest patch id + counter_id <- 0 + + # init list with classes + patch_landscape <- vector(mode = "list", length = length(unique_classes)) + + # CCL all classes + for (i in 1:length(unique_classes)) { + + # set-up filter matrix + landscape_temp <- matrix(NA, nrow = nrow(landscape_mat), + ncol = ncol(landscape_mat)) + + # set all values in filter_matrix to 1 that belong to class (at same spot as in original landscape) + landscape_temp[landscape_mat == unique_classes[i]] <- 1L + + # connected labeling with 4 neighbours + if (directions == 4) { + + rcpp_ccl(landscape_temp, 4) + + # connected labeling with 8 neighbours + } else if (directions == 8) { + + rcpp_ccl(landscape_temp, 8) + + } + + # increase patch id by highest value so far + landscape_temp <- landscape_temp + counter_id + + # update highest patch id + counter_id <- max(landscape_temp, na.rm = TRUE) + + # return matrix to + if (return_raster) { + + landscape_temp <- matrix_to_raster(matrix = landscape_temp, + landscape = landscape, to_disk = to_disk) + } + + patch_landscape[[i]] <- landscape_temp + + } + + # set class names + names(patch_landscape) <- paste0("class_", unique_classes) + + return(patch_landscape) +} diff --git a/R/get_unique_values.R b/R/get_unique_values.R index f7e0821c6..5bac51b06 100644 --- a/R/get_unique_values.R +++ b/R/get_unique_values.R @@ -1,81 +1,81 @@ -#' get_unique_values -#' -#' @description This function returns the unique values of an object. -#' -#' @param x Vector, matrix, raster, stars, or terra object or list of previous. -#' @param simplify If true, a vector will be returned instead of a list for -#' 1-dimensional input -#' @param verbose If true, warning messages are printend -#' -#' @details -#' Fast and memory friendly Rcpp implementation to find the unique values of an object. -#' -#' @examples -#' landscape <- terra::unwrap(landscape) -#' -#' get_unique_values(landscape) -#' -#' landscape_stack <- c(landscape, landscape, landscape) -#' get_unique_values(landscape_stack) -#' -#' landscape_matrix <-terra::as.matrix(landscape, wide = TRUE) -#' get_unique_values(landscape_matrix) -#' -#' x_vec <- c(1, 2, 1, 1, 2, 2) -#' get_unique_values(x_vec) -#' -#' landscape_list <- list(landscape, landscape_matrix, x_vec) -#' get_unique_values(landscape_list) -#' -#' @aliases get_unique_values -#' @rdname get_unique_values -#' -#' @export -get_unique_values <- function(x, simplify = FALSE, verbose = TRUE) { - - x <- landscape_as_list(landscape = x) - - result <- lapply(X = x, FUN = get_unique_values_int, - verbose = verbose) - - names(result) <- paste0("layer_", 1:length(x)) - - if (simplify) { - - if (length(result) == 1) { - - return(result[[1]]) - - } else if (verbose) { - - warning("Not able to simplify input with more than one layer.", call. = FALSE) - - } - } - - return(result) -} - -get_unique_values_int <- function(landscape, verbose) { - - if (inherits(x = landscape, what = "SpatRaster")) { - - landscape <- terra::as.matrix(landscape, wide = TRUE) - - } else if (!inherits(x = landscape, what = "matrix") && - !inherits(x = landscape, what = "integer") && - !inherits(x = landscape, what = "numeric")) { - - stop("Input must be vector, matrix, raster, stars, or terra object or list of previous.", - call. = FALSE) - - } - - if (typeof(landscape) != "integer" && verbose) { - - warning("Double values will be converted to integer.", call. = FALSE) - - } - - sort(rcpp_get_unique_values(landscape)) -} +#' get_unique_values +#' +#' @description This function returns the unique values of an object. +#' +#' @param x Vector, matrix, raster, stars, or terra object or list of previous. +#' @param simplify If true, a vector will be returned instead of a list for +#' 1-dimensional input +#' @param verbose If true, warning messages are printend +#' +#' @details +#' Fast and memory friendly Rcpp implementation to find the unique values of an object. +#' +#' @examples +#' landscape <- terra::unwrap(landscape) +#' +#' get_unique_values(landscape) +#' +#' landscape_stack <- c(landscape, landscape, landscape) +#' get_unique_values(landscape_stack) +#' +#' landscape_matrix <-terra::as.matrix(landscape, wide = TRUE) +#' get_unique_values(landscape_matrix) +#' +#' x_vec <- c(1, 2, 1, 1, 2, 2) +#' get_unique_values(x_vec) +#' +#' landscape_list <- list(landscape, landscape_matrix, x_vec) +#' get_unique_values(landscape_list) +#' +#' @aliases get_unique_values +#' @rdname get_unique_values +#' +#' @export +get_unique_values <- function(x, simplify = FALSE, verbose = TRUE) { + + x <- landscape_as_list(landscape = x) + + result <- lapply(X = x, FUN = get_unique_values_int, + verbose = verbose) + + names(result) <- paste0("layer_", 1:length(x)) + + if (simplify) { + + if (length(result) == 1) { + + return(result[[1]]) + + } else if (verbose) { + + warning("Not able to simplify input with more than one layer.", call. = FALSE) + + } + } + + return(result) +} + +get_unique_values_int <- function(landscape, verbose) { + + if (inherits(x = landscape, what = "SpatRaster")) { + + landscape <- terra::as.matrix(landscape, wide = TRUE) + + } else if (!inherits(x = landscape, what = "matrix") && + !inherits(x = landscape, what = "integer") && + !inherits(x = landscape, what = "numeric")) { + + stop("Input must be vector, matrix, raster, stars, or terra object or list of previous.", + call. = FALSE) + + } + + if (typeof(landscape) != "integer" && verbose) { + + warning("Double values will be converted to integer.", call. = FALSE) + + } + + sort(rcpp_get_unique_values(landscape)) +} diff --git a/R/lsm_c_ai.R b/R/lsm_c_ai.R index 596ec13b7..05fa04cb3 100644 --- a/R/lsm_c_ai.R +++ b/R/lsm_c_ai.R @@ -1,114 +1,114 @@ -#' AI (class level) -#' -#' @description Aggregation index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers -#' -#' @details -#' \deqn{AI = \Bigg[\frac{g_{ii}}{max-g_{ii}} \Bigg](100) } -#' -#' where \eqn{g_{ii}} is the number of like adjacencies based on the single-count method and -#' \eqn{max-g_{ii}} is the classwise maximum number of like adjacencies of class i. -#' -#' AI is an 'Aggregation metric'. It equals the number of like adjacencies divided -#' by the theoretical maximum possible number of like adjacencies for that class. -#' The metric is based on he adjacency matrix and the the single-count method. -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{0 <= AI <= 100} -#' \subsection{Behaviour}{Equals 0 for maximally disaggregated and 100 -#' for maximally aggregated classes.} -#' -#' @return tibble -#' -#' @seealso -#' \code{\link{lsm_l_ai}} -#' -#' @examples -#' lsm_c_ai(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_ai -#' @rdname lsm_c_ai -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' He, H. S., DeZonia, B. E., & Mladenoff, D. J. 2000. An aggregation index (AI) -#' to quantify spatial patterns of landscapes. Landscape ecology, 15(7), 591-601. -#' -#' @export -lsm_c_ai <- function(landscape) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_ai_calc) - - layer <- rep(seq_len(length(result)), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_ai_calc <- function(landscape) { - - # convert to raster to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <- terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "ai", - value = as.double(NA))) - } - - # get coocurrence matrix of like_adjacencies - like_adjacencies <- rcpp_get_coocurrence_matrix_diag(landscape, - directions = as.matrix(4)) / 2 - - # get number of cells each class - cells_class <- rcpp_get_composition_vector(landscape) - - # save to tibble - cells_class <- tibble::tibble(class = names(cells_class), - value = cells_class) - - # calculate maximum adjacencies - cells_class$n <- trunc(sqrt(cells_class$value)) - cells_class$m <- cells_class$value - cells_class$n ^ 2 - cells_class$max_adj <- ifelse(test = cells_class$m == 0, - yes = 2 * cells_class$n * (cells_class$n - 1), - no = ifelse(test = cells_class$m <= cells_class$n, - yes = 2 * cells_class$n * (cells_class$n - 1) + 2 * cells_class$m - 1, - no = ifelse(test = cells_class$m > cells_class$n, - yes = 2 * cells_class$n * (cells_class$n - 1) + 2 * cells_class$m - 2, - no = NA))) - - # warning if NAs are introduced by ifelse - if (anyNA(cells_class$max_adj)) { - warning("NAs introduced by lsm_c_ai", call. = FALSE) - } - - # get only max_adj as vector - max_adj <- cells_class$max_adj - - # calculate aggregation index - ai <- (like_adjacencies / max_adj) * 100 - - # max_adj can be zero if only one cell is present; set to NA - ai[is.nan(ai)] <- NA - - return(tibble::tibble(level = "class", - class = as.integer(names(like_adjacencies)), - id = as.integer(NA), - metric = "ai", - value = as.double(ai))) -} +#' AI (class level) +#' +#' @description Aggregation index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' +#' @details +#' \deqn{AI = \Bigg[\frac{g_{ii}}{max-g_{ii}} \Bigg](100) } +#' +#' where \eqn{g_{ii}} is the number of like adjacencies based on the single-count method and +#' \eqn{max-g_{ii}} is the classwise maximum number of like adjacencies of class i. +#' +#' AI is an 'Aggregation metric'. It equals the number of like adjacencies divided +#' by the theoretical maximum possible number of like adjacencies for that class. +#' The metric is based on he adjacency matrix and the the single-count method. +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{0 <= AI <= 100} +#' \subsection{Behaviour}{Equals 0 for maximally disaggregated and 100 +#' for maximally aggregated classes.} +#' +#' @return tibble +#' +#' @seealso +#' \code{\link{lsm_l_ai}} +#' +#' @examples +#' lsm_c_ai(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_ai +#' @rdname lsm_c_ai +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' He, H. S., DeZonia, B. E., & Mladenoff, D. J. 2000. An aggregation index (AI) +#' to quantify spatial patterns of landscapes. Landscape ecology, 15(7), 591-601. +#' +#' @export +lsm_c_ai <- function(landscape) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_ai_calc) + + layer <- rep(seq_len(length(result)), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_ai_calc <- function(landscape) { + + # convert to raster to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <- terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "ai", + value = as.double(NA))) + } + + # get coocurrence matrix of like_adjacencies + like_adjacencies <- rcpp_get_coocurrence_matrix_diag(landscape, + directions = as.matrix(4)) / 2 + + # get number of cells each class + cells_class <- rcpp_get_composition_vector(landscape) + + # save to tibble + cells_class <- tibble::tibble(class = names(cells_class), + value = cells_class) + + # calculate maximum adjacencies + cells_class$n <- trunc(sqrt(cells_class$value)) + cells_class$m <- cells_class$value - cells_class$n ^ 2 + cells_class$max_adj <- ifelse(test = cells_class$m == 0, + yes = 2 * cells_class$n * (cells_class$n - 1), + no = ifelse(test = cells_class$m <= cells_class$n, + yes = 2 * cells_class$n * (cells_class$n - 1) + 2 * cells_class$m - 1, + no = ifelse(test = cells_class$m > cells_class$n, + yes = 2 * cells_class$n * (cells_class$n - 1) + 2 * cells_class$m - 2, + no = NA))) + + # warning if NAs are introduced by ifelse + if (anyNA(cells_class$max_adj)) { + warning("NAs introduced by lsm_c_ai", call. = FALSE) + } + + # get only max_adj as vector + max_adj <- cells_class$max_adj + + # calculate aggregation index + ai <- (like_adjacencies / max_adj) * 100 + + # max_adj can be zero if only one cell is present; set to NA + ai[is.nan(ai)] <- NA + + return(tibble::tibble(level = "class", + class = as.integer(names(like_adjacencies)), + id = as.integer(NA), + metric = "ai", + value = as.double(ai))) +} diff --git a/R/lsm_c_area_mn.R b/R/lsm_c_area_mn.R index c04f79c8d..12eb6c480 100644 --- a/R/lsm_c_area_mn.R +++ b/R/lsm_c_area_mn.R @@ -1,86 +1,86 @@ -#' AREA_MN (class level) -#' -#' @description Mean of patch area (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{AREA_{MN} = mean(AREA[patch_{ij}])} -#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares -#' -#' AREA_MN is an 'Area and Edge metric'. The metric summarises each class -#' as the mean of all patch areas belonging to class i. The metric is a simple way -#' to describe the composition of the landscape. Especially together with the total -#' class area (\code{\link{lsm_c_ca}}), it can also give an an idea of patch structure -#' (e.g. many small patches vs. few larges patches). -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{AREA_MN > 0} -#' \subsection{Behaviour}{Approaches AREA_MN = 0 if all patches are small. Increases, without -#' limit, as the patch areas increase.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_area_cv}}, -#' \code{\link{lsm_c_area_sd}}, \cr -#' \code{\link{lsm_l_area_mn}}, -#' \code{\link{lsm_l_area_sd}}, -#' \code{\link{lsm_l_area_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_area_mn(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_area_mn -#' @rdname lsm_c_area_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_area_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_area_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_area_mn_calc <- function(landscape, directions, resolution = NULL){ - - # get area of patches - area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(area$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "area_mn", - value = as.double(NA))) - } - - # calculate mean - area_mean <- stats::aggregate(area[, 5], by = area[, 2], FUN = mean) - - return(tibble::tibble(level = "class", - class = as.integer(area_mean$class), - id = as.integer(NA), - metric = "area_mn", - value = as.double(area_mean$value))) -} +#' AREA_MN (class level) +#' +#' @description Mean of patch area (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{AREA_{MN} = mean(AREA[patch_{ij}])} +#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares +#' +#' AREA_MN is an 'Area and Edge metric'. The metric summarises each class +#' as the mean of all patch areas belonging to class i. The metric is a simple way +#' to describe the composition of the landscape. Especially together with the total +#' class area (\code{\link{lsm_c_ca}}), it can also give an an idea of patch structure +#' (e.g. many small patches vs. few larges patches). +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{AREA_MN > 0} +#' \subsection{Behaviour}{Approaches AREA_MN = 0 if all patches are small. Increases, without +#' limit, as the patch areas increase.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_area_cv}}, +#' \code{\link{lsm_c_area_sd}}, \cr +#' \code{\link{lsm_l_area_mn}}, +#' \code{\link{lsm_l_area_sd}}, +#' \code{\link{lsm_l_area_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_area_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_area_mn +#' @rdname lsm_c_area_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_area_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_area_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_area_mn_calc <- function(landscape, directions, resolution = NULL){ + + # get area of patches + area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(area$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "area_mn", + value = as.double(NA))) + } + + # calculate mean + area_mean <- stats::aggregate(area[, 5], by = area[, 2], FUN = mean) + + return(tibble::tibble(level = "class", + class = as.integer(area_mean$class), + id = as.integer(NA), + metric = "area_mn", + value = as.double(area_mean$value))) +} diff --git a/R/lsm_c_area_sd.R b/R/lsm_c_area_sd.R index f79daa540..ab7a87e01 100644 --- a/R/lsm_c_area_sd.R +++ b/R/lsm_c_area_sd.R @@ -1,86 +1,86 @@ -#' AREA_SD (class level) -#' -#' @description Standard deviation of patch area (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{AREA_{SD} = sd(AREA[patch_{ij}])} -#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. -#' -#' AREA_SD is an 'Area and Edge metric'. The metric summarises each class -#' as the standard deviation of all patch areas belonging to class i. -#' The metric describes the differences among patches of the same class i in -#' the landscape. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{AREA_SD >= 0} -#' \subsection{Behaviour}{Equals AREA_SD = 0 if all patches are identical in size. -#' Increases, without limit, as the variation of patch areas increases.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_area_mn}}, -#' \code{\link{lsm_c_area_cv}}, \cr -#' \code{\link{lsm_l_area_mn}}, -#' \code{\link{lsm_l_area_sd}}, -#' \code{\link{lsm_l_area_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_area_sd(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_area_sd -#' @rdname lsm_c_area_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_area_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_area_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_area_sd_calc <- function(landscape, directions, resolution = NULL){ - - # get area of patches - area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(area$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "area_sd", - value = as.double(NA))) - } - - # calculate sd - area_sd <- stats::aggregate(area[, 5], by = area[, 2], FUN = stats::sd) - - return(tibble::tibble(level = "class", - class = as.integer(area_sd$class), - id = as.integer(NA), - metric = "area_sd", - value = as.double(area_sd$value))) -} +#' AREA_SD (class level) +#' +#' @description Standard deviation of patch area (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{AREA_{SD} = sd(AREA[patch_{ij}])} +#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. +#' +#' AREA_SD is an 'Area and Edge metric'. The metric summarises each class +#' as the standard deviation of all patch areas belonging to class i. +#' The metric describes the differences among patches of the same class i in +#' the landscape. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{AREA_SD >= 0} +#' \subsection{Behaviour}{Equals AREA_SD = 0 if all patches are identical in size. +#' Increases, without limit, as the variation of patch areas increases.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_area_mn}}, +#' \code{\link{lsm_c_area_cv}}, \cr +#' \code{\link{lsm_l_area_mn}}, +#' \code{\link{lsm_l_area_sd}}, +#' \code{\link{lsm_l_area_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_area_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_area_sd +#' @rdname lsm_c_area_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_area_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_area_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_area_sd_calc <- function(landscape, directions, resolution = NULL){ + + # get area of patches + area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(area$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "area_sd", + value = as.double(NA))) + } + + # calculate sd + area_sd <- stats::aggregate(area[, 5], by = area[, 2], FUN = stats::sd) + + return(tibble::tibble(level = "class", + class = as.integer(area_sd$class), + id = as.integer(NA), + metric = "area_sd", + value = as.double(area_sd$value))) +} diff --git a/R/lsm_c_ca.R b/R/lsm_c_ca.R index 389e92836..267d5bb78 100644 --- a/R/lsm_c_ca.R +++ b/R/lsm_c_ca.R @@ -1,85 +1,85 @@ -#' CA (class level) -#' -#' @description Total (class) area (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CA = sum(AREA[patch_{ij}])} -#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. -#' -#' CA is an 'Area and edge metric' and a measure of composition. -#' The total (class) area sums the area of all patches belonging to class i. -#' It shows if the landscape is e.g. dominated by one class or if all classes -#' are equally present. CA is an absolute measure, making comparisons among -#' landscapes with different -#' total areas difficult. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{CA > 0} -#' \subsection{Behaviour}{Approaches CA > 0 as the patch areas of class i -#' become small. Increases, without limit, as the patch areas of class i become -#' large. CA = TA if only one class is present.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{sum}}, \cr -#' \code{\link{lsm_l_ta}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_ca(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_ca -#' @rdname lsm_c_ca -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_ca <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_ca_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_ca_calc <- function(landscape, directions, resolution = NULL) { - - # calculate core area for each patch - core_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(core_patch$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "ca", - value = as.double(NA))) - } - - # summarise for each class - ca <- stats::aggregate(x = core_patch[, 5], by = core_patch[, 2], FUN = sum) - - return(tibble::tibble(level = "class", - class = as.integer(ca$class), - id = as.integer(NA), - metric = "ca", - value = as.double(ca$value))) -} +#' CA (class level) +#' +#' @description Total (class) area (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CA = sum(AREA[patch_{ij}])} +#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. +#' +#' CA is an 'Area and edge metric' and a measure of composition. +#' The total (class) area sums the area of all patches belonging to class i. +#' It shows if the landscape is e.g. dominated by one class or if all classes +#' are equally present. CA is an absolute measure, making comparisons among +#' landscapes with different +#' total areas difficult. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{CA > 0} +#' \subsection{Behaviour}{Approaches CA > 0 as the patch areas of class i +#' become small. Increases, without limit, as the patch areas of class i become +#' large. CA = TA if only one class is present.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{sum}}, \cr +#' \code{\link{lsm_l_ta}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_ca(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_ca +#' @rdname lsm_c_ca +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_ca <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_ca_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_ca_calc <- function(landscape, directions, resolution = NULL) { + + # calculate core area for each patch + core_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(core_patch$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "ca", + value = as.double(NA))) + } + + # summarise for each class + ca <- stats::aggregate(x = core_patch[, 5], by = core_patch[, 2], FUN = sum) + + return(tibble::tibble(level = "class", + class = as.integer(ca$class), + id = as.integer(NA), + metric = "ca", + value = as.double(ca$value))) +} diff --git a/R/lsm_c_cai_mn.R b/R/lsm_c_cai_mn.R index e67f6788d..f3faaaf30 100644 --- a/R/lsm_c_cai_mn.R +++ b/R/lsm_c_cai_mn.R @@ -1,94 +1,94 @@ -#' CAI_MN (class level) -#' -#' @description Mean of core area index (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CAI_{MN} = mean(CAI[patch_{ij}]} -#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. -#' -#' CAI_MN is a 'Core area metric'. The metric summarises each class -#' as the mean of the core area index of all patches belonging to class i. -#' The core area index is the percentage of core area in relation to patch area. -#' A cell is defined as core area if the cell has no neighbour with a different -#' value than itself (rook's case). -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{0 <= CAI_MN <= 100} -#' \subsection{Behaviour}{CAI_MN = 0 when all patches have no core area and -#' approaches CAI_MN = 100 with increasing percentage of core area within patches.} -#' -#' @seealso -#' \code{\link{lsm_p_cai}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_cai_sd}}, -#' \code{\link{lsm_c_cai_cv}}, \cr -#' \code{\link{lsm_l_cai_mn}}, -#' \code{\link{lsm_l_cai_sd}}, -#' \code{\link{lsm_l_cai_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_cai_mn(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_cai_mn -#' @rdname lsm_c_cai_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_cai_mn <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_cai_mn_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_cai_mn_calc <- function(landscape, directions, consider_boundary, edge_depth){ - - # calculate core area index for each patch - cai <- lsm_p_cai_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - # all values NA - if (all(is.na(cai$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "cai_mn", - value = as.double(NA))) - } - - # summarise for each class - cai_mean <- stats::aggregate(x = cai[, 5], by = cai[, 2], FUN = mean) - - return(tibble::tibble(level = "class", - class = as.integer(cai_mean$class), - id = as.integer(NA), - metric = "cai_mn", - value = as.double(cai_mean$value))) -} +#' CAI_MN (class level) +#' +#' @description Mean of core area index (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CAI_{MN} = mean(CAI[patch_{ij}]} +#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. +#' +#' CAI_MN is a 'Core area metric'. The metric summarises each class +#' as the mean of the core area index of all patches belonging to class i. +#' The core area index is the percentage of core area in relation to patch area. +#' A cell is defined as core area if the cell has no neighbour with a different +#' value than itself (rook's case). +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{0 <= CAI_MN <= 100} +#' \subsection{Behaviour}{CAI_MN = 0 when all patches have no core area and +#' approaches CAI_MN = 100 with increasing percentage of core area within patches.} +#' +#' @seealso +#' \code{\link{lsm_p_cai}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_cai_sd}}, +#' \code{\link{lsm_c_cai_cv}}, \cr +#' \code{\link{lsm_l_cai_mn}}, +#' \code{\link{lsm_l_cai_sd}}, +#' \code{\link{lsm_l_cai_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_cai_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_cai_mn +#' @rdname lsm_c_cai_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_cai_mn <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_cai_mn_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_cai_mn_calc <- function(landscape, directions, consider_boundary, edge_depth){ + + # calculate core area index for each patch + cai <- lsm_p_cai_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + # all values NA + if (all(is.na(cai$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "cai_mn", + value = as.double(NA))) + } + + # summarise for each class + cai_mean <- stats::aggregate(x = cai[, 5], by = cai[, 2], FUN = mean) + + return(tibble::tibble(level = "class", + class = as.integer(cai_mean$class), + id = as.integer(NA), + metric = "cai_mn", + value = as.double(cai_mean$value))) +} diff --git a/R/lsm_c_cai_sd.R b/R/lsm_c_cai_sd.R index 7a9cf6dae..58303861f 100644 --- a/R/lsm_c_cai_sd.R +++ b/R/lsm_c_cai_sd.R @@ -1,96 +1,96 @@ -#' CAI_SD (class level) -#' -#' @description Standard deviation of core area index (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CAI_{SD} = sd(CAI[patch_{ij}]} -#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. -#' -#' CAI_SD is a 'Core area metric'. The metric summarises each class -#' as the standard deviation of the core area index of all patches belonging to class i. -#' The core area index is the percentage of core area in relation to patch area. -#' A cell is defined as core area if the cell has no neighbour with a different -#' value than itself (rook's case). The metric describes the differences among patches -#' of the same class i in the landscape. -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{CAI_SD >= 0} -#' \subsection{Behaviour}{Equals CAI_SD = 0 if the core area index is identical -#' for all patches. Increases, without limit, as the variation of core area -#' indices increases.} -#' -#' @seealso -#' \code{\link{lsm_p_cai}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_cai_mn}}, -#' \code{\link{lsm_c_cai_cv}}, \cr -#' \code{\link{lsm_l_cai_mn}}, -#' \code{\link{lsm_l_cai_sd}}, -#' \code{\link{lsm_l_cai_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_cai_sd(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_cai_sd -#' @rdname lsm_c_cai_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_cai_sd <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_cai_sd_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_cai_sd_calc <- function(landscape, directions, consider_boundary, edge_depth){ - - # calculate core area index for each patch - cai <- lsm_p_cai_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - # all values NA - if (all(is.na(cai$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "cai_sd", - value = as.double(NA))) - } - - # summarise for classes - cai_sd <- stats::aggregate(x = cai[, 5], by = cai[, 2], FUN = stats::sd) - - return(tibble::tibble(level = "class", - class = as.integer(cai_sd$class), - id = as.integer(NA), - metric = "cai_sd", - value = as.double(cai_sd$value))) -} +#' CAI_SD (class level) +#' +#' @description Standard deviation of core area index (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CAI_{SD} = sd(CAI[patch_{ij}]} +#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. +#' +#' CAI_SD is a 'Core area metric'. The metric summarises each class +#' as the standard deviation of the core area index of all patches belonging to class i. +#' The core area index is the percentage of core area in relation to patch area. +#' A cell is defined as core area if the cell has no neighbour with a different +#' value than itself (rook's case). The metric describes the differences among patches +#' of the same class i in the landscape. +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{CAI_SD >= 0} +#' \subsection{Behaviour}{Equals CAI_SD = 0 if the core area index is identical +#' for all patches. Increases, without limit, as the variation of core area +#' indices increases.} +#' +#' @seealso +#' \code{\link{lsm_p_cai}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_cai_mn}}, +#' \code{\link{lsm_c_cai_cv}}, \cr +#' \code{\link{lsm_l_cai_mn}}, +#' \code{\link{lsm_l_cai_sd}}, +#' \code{\link{lsm_l_cai_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_cai_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_cai_sd +#' @rdname lsm_c_cai_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_cai_sd <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_cai_sd_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_cai_sd_calc <- function(landscape, directions, consider_boundary, edge_depth){ + + # calculate core area index for each patch + cai <- lsm_p_cai_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + # all values NA + if (all(is.na(cai$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "cai_sd", + value = as.double(NA))) + } + + # summarise for classes + cai_sd <- stats::aggregate(x = cai[, 5], by = cai[, 2], FUN = stats::sd) + + return(tibble::tibble(level = "class", + class = as.integer(cai_sd$class), + id = as.integer(NA), + metric = "cai_sd", + value = as.double(cai_sd$value))) +} diff --git a/R/lsm_c_circle_mn.R b/R/lsm_c_circle_mn.R index 41aa22107..e5fef9b1d 100644 --- a/R/lsm_c_circle_mn.R +++ b/R/lsm_c_circle_mn.R @@ -1,94 +1,94 @@ -#' CIRCLE_MN (Class level) -#' -#' @description Mean of related circumscribing circle (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CIRCLE_{MN} = mean(CIRCLE[patch_{ij}])} -#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. -#' -#' CIRCLE_MN is a 'Shape metric' and summarises each class as the mean of the related -#' circumscribing circle of all patches belonging to class i. CIRCLE describes -#' the ratio between the patch area and the smallest circumscribing circle of the patch -#' and characterises the compactness of the patch. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{CIRCLE_MN > 0} -#' \subsection{Behaviour}{Approaches CIRCLE_MN = 0 if the related circumscribing circle -#' of all patches is small. Increases, without limit, as the related circumscribing circles -#' increase.} -#' -#' @seealso -#' \code{\link{lsm_p_circle}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_circle_sd}}, -#' \code{\link{lsm_c_circle_cv}}, \cr -#' \code{\link{lsm_l_circle_mn}}, -#' \code{\link{lsm_l_circle_sd}}, -#' \code{\link{lsm_l_circle_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_circle_mn(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_circle_mn -#' @rdname lsm_c_circle_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of -#' landscape structure using the GRASS geographical information system. -#' Landscape Ecology 7: 291-302. -#' -#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). -#' -#' @export -lsm_c_circle_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_circle_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_circle_mn_calc <- function(landscape, directions, resolution = NULL) { - - # calculate circumscribing circle for each patch - circle <- lsm_p_circle_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(circle$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "circle_mn", - value = as.double(NA))) - } - - # summarise for classes - circle_mn <- stats::aggregate(x = circle[, 5], by = circle[, 2], FUN = mean) - - return(tibble::tibble(level = "class", - class = as.integer(circle_mn$class), - id = as.integer(NA), - metric = "circle_mn", - value = as.double(circle_mn$value))) -} - +#' CIRCLE_MN (Class level) +#' +#' @description Mean of related circumscribing circle (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CIRCLE_{MN} = mean(CIRCLE[patch_{ij}])} +#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. +#' +#' CIRCLE_MN is a 'Shape metric' and summarises each class as the mean of the related +#' circumscribing circle of all patches belonging to class i. CIRCLE describes +#' the ratio between the patch area and the smallest circumscribing circle of the patch +#' and characterises the compactness of the patch. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{CIRCLE_MN > 0} +#' \subsection{Behaviour}{Approaches CIRCLE_MN = 0 if the related circumscribing circle +#' of all patches is small. Increases, without limit, as the related circumscribing circles +#' increase.} +#' +#' @seealso +#' \code{\link{lsm_p_circle}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_circle_sd}}, +#' \code{\link{lsm_c_circle_cv}}, \cr +#' \code{\link{lsm_l_circle_mn}}, +#' \code{\link{lsm_l_circle_sd}}, +#' \code{\link{lsm_l_circle_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_circle_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_circle_mn +#' @rdname lsm_c_circle_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of +#' landscape structure using the GRASS geographical information system. +#' Landscape Ecology 7: 291-302. +#' +#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). +#' +#' @export +lsm_c_circle_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_circle_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_circle_mn_calc <- function(landscape, directions, resolution = NULL) { + + # calculate circumscribing circle for each patch + circle <- lsm_p_circle_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(circle$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "circle_mn", + value = as.double(NA))) + } + + # summarise for classes + circle_mn <- stats::aggregate(x = circle[, 5], by = circle[, 2], FUN = mean) + + return(tibble::tibble(level = "class", + class = as.integer(circle_mn$class), + id = as.integer(NA), + metric = "circle_mn", + value = as.double(circle_mn$value))) +} + diff --git a/R/lsm_c_circle_sd.R b/R/lsm_c_circle_sd.R index 117cfcc66..cedbff630 100644 --- a/R/lsm_c_circle_sd.R +++ b/R/lsm_c_circle_sd.R @@ -1,94 +1,94 @@ -#' CIRCLE_SD (Class level) -#' -#' @description Standard deviation of related circumscribing circle (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CIRCLE_{SD} = sd(CIRCLE[patch_{ij}])} -#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. -#' -#' CIRCLE_SD is a 'Shape metric' and summarises each class as the standard deviation of -#' the related circumscribing circle of all patches belonging to class i. CIRCLE describes -#' the ratio between the patch area and the smallest circumscribing circle of the patch -#' and characterises the compactness of the patch. The metric describes the differences -#' among patches of the same class i in the landscape. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{CIRCLE_SD >= 0} -#' \subsection{Behaviour}{Equals CIRCLE_SD if the related circumscribing circle is identical -#' for all patches. Increases, without limit, as the variation of related circumscribing -#' circles increases.} -#' -#' @seealso -#' \code{\link{lsm_p_circle}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_circle_mn}}, -#' \code{\link{lsm_c_circle_cv}}, \cr -#' \code{\link{lsm_l_circle_mn}}, -#' \code{\link{lsm_l_circle_sd}}, -#' \code{\link{lsm_l_circle_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_circle_sd(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_circle_sd -#' @rdname lsm_c_circle_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of -#' landscape structure using the GRASS geographical information system. -#' Landscape Ecology 7: 291-302. -#' -#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). -#' -#' @export -lsm_c_circle_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_circle_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_circle_sd_calc <- function(landscape, directions, resolution = NULL) { - - # calculate circumscribing circle for each patch - circle <- lsm_p_circle_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(circle$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "circle_sd", - value = as.double(NA))) - } - - # summarise for classes - circle_sd <- stats::aggregate(x = circle[, 5], by = circle[, 2], FUN = stats::sd) - - return(tibble::tibble(level = "class", - class = as.integer(circle_sd$class), - id = as.integer(NA), - metric = "circle_sd", - value = as.double(circle_sd$value))) -} - +#' CIRCLE_SD (Class level) +#' +#' @description Standard deviation of related circumscribing circle (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CIRCLE_{SD} = sd(CIRCLE[patch_{ij}])} +#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. +#' +#' CIRCLE_SD is a 'Shape metric' and summarises each class as the standard deviation of +#' the related circumscribing circle of all patches belonging to class i. CIRCLE describes +#' the ratio between the patch area and the smallest circumscribing circle of the patch +#' and characterises the compactness of the patch. The metric describes the differences +#' among patches of the same class i in the landscape. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{CIRCLE_SD >= 0} +#' \subsection{Behaviour}{Equals CIRCLE_SD if the related circumscribing circle is identical +#' for all patches. Increases, without limit, as the variation of related circumscribing +#' circles increases.} +#' +#' @seealso +#' \code{\link{lsm_p_circle}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_circle_mn}}, +#' \code{\link{lsm_c_circle_cv}}, \cr +#' \code{\link{lsm_l_circle_mn}}, +#' \code{\link{lsm_l_circle_sd}}, +#' \code{\link{lsm_l_circle_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_circle_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_circle_sd +#' @rdname lsm_c_circle_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of +#' landscape structure using the GRASS geographical information system. +#' Landscape Ecology 7: 291-302. +#' +#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). +#' +#' @export +lsm_c_circle_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_circle_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_circle_sd_calc <- function(landscape, directions, resolution = NULL) { + + # calculate circumscribing circle for each patch + circle <- lsm_p_circle_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(circle$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "circle_sd", + value = as.double(NA))) + } + + # summarise for classes + circle_sd <- stats::aggregate(x = circle[, 5], by = circle[, 2], FUN = stats::sd) + + return(tibble::tibble(level = "class", + class = as.integer(circle_sd$class), + id = as.integer(NA), + metric = "circle_sd", + value = as.double(circle_sd$value))) +} + diff --git a/R/lsm_c_clumpy.R b/R/lsm_c_clumpy.R index 8de107998..afb023f4f 100644 --- a/R/lsm_c_clumpy.R +++ b/R/lsm_c_clumpy.R @@ -1,137 +1,137 @@ -#' CLUMPY (class level) -#' -#' @description Clumpiness index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers -#' -#' @details -#' \deqn{Given G_{i} = \Bigg(\frac{g_{ii}}{ (\sum\limits_{k=1}^m g_{ik}) - min e_{i}} \Bigg)} -#' \deqn{CLUMPY = \Bigg[ \frac{G_{i} - P_{i}}{P_{i}} for G_{i} < P_{i} \& P_{i} < .5; else \\ \frac{G_{i} - P_{i}}{1 -P_{i}} \Bigg] } -#' -#' where \eqn{g_{ii}} is the number of like adjacencies, \eqn{g_{ik}} is the classwise -#' number of all adjacencies including the focal class, \eqn{min e_{i}} is the -#' minimum perimeter of the total class in terms of cell surfaces assuming total clumping and -#' \eqn{P_{i}} is the proportion of landscape occupied by each class. -#' -#' CLUMPY is an 'Aggregation metric'. It equals the proportional deviation of -#' the proportion of like adjacencies involving the corresponding class from that expected -#' under a spatially random distribution. The metric is based on he adjacency matrix and the -#' the double-count method. -#' -#' \subsection{Units}{None}, directions = directions -#' \subsection{Range}{-1 <= CLUMPY <= 1} -#' \subsection{Behaviour}{Equals -1 for maximally disaggregated, 0 for randomly distributed -#' and 1 for maximally aggregated classes.} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_clumpy(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_clumpy -#' @rdname lsm_c_clumpy -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_clumpy <- function(landscape) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_clumpy_calc) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_clumpy_calc <- function(landscape, resolution = NULL){ - - # pad landscape to also include adjacencies at landscape boundary - landscape_padded <- pad_raster_internal(landscape, - pad_raster_value = -999, - pad_raster_cells = 1, - global = FALSE) - - # all values NA - if (all(landscape_padded %in% c(NA, -999))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "clumpy", - value = as.double(NA))) - } - - # get coocurrence - tb <- rcpp_get_coocurrence_matrix(landscape_padded, - directions = as.matrix(4)) - - # like adacencies are on the diagonal and remove adjacencies to boundary - like_adjacencies <- diag(tb)[2:length(diag(tb))] - - # all other adjacencies - other_adjacencies <- as.matrix(tb[, 2:ncol(tb)]) - - # number cells in each class without -999 lansdcape boundary - cells_class <- rcpp_get_composition_vector(landscape_padded)[-1] - - # conver to tibble - cells_class <- tibble::tibble(class = names(cells_class), - value = cells_class) - - # calculate minimum perimeter - cells_class$n <- trunc(sqrt(cells_class$value)) - cells_class$m <- cells_class$value - cells_class$n ^ 2 - cells_class$min_e <- ifelse(test = cells_class$m == 0, - yes = cells_class$n * 4, - no = ifelse(test = cells_class$n ^ 2 < cells_class$value & cells_class$value <= cells_class$n * (1 + cells_class$n), - yes = 4 * cells_class$n + 2, - no = ifelse(test = cells_class$value > cells_class$n * (1 + cells_class$n), - yes = 4 * cells_class$n + 4, - no = NA))) - - # test if any NAs introduced - if (anyNA(cells_class$min_e)) { - warning("NAs introduced by lsm_c_clumpy", ccall. = FALSE) - } - - # calculate g_i - g_i <- like_adjacencies / (colSums(other_adjacencies) - cells_class$min_e) - - # proportional class area - direction has no influence on PLAND - prop_class <- lsm_c_pland_calc(landscape, - directions = 8, - resolution = resolution) - - prop_class <- prop_class$value / 100 - - # calculate clumpy - clumpy <- vapply(seq_along(g_i), FUN = function(row_ind) { - - # set to NA if mathematical not possible - if (is.nan(g_i[row_ind]) || is.na(g_i[row_ind]) || prop_class[row_ind] == 1) { - clumpy <- NA - } - - else if (g_i[row_ind] < (prop_class[row_ind]) & prop_class[row_ind] < .5) { - clumpy <- (g_i[row_ind] - prop_class[row_ind]) / prop_class[row_ind] - } - - else { - clumpy <- (g_i[row_ind] - prop_class[row_ind]) / (1 - prop_class[row_ind]) - } - }, FUN.VALUE = numeric(1)) - - return(tibble::tibble(level = "class", - class = as.integer(names(g_i)), - id = as.integer(NA), - metric = "clumpy", - value = as.double(clumpy))) -} +#' CLUMPY (class level) +#' +#' @description Clumpiness index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' +#' @details +#' \deqn{Given G_{i} = \Bigg(\frac{g_{ii}}{ (\sum\limits_{k=1}^m g_{ik}) - min e_{i}} \Bigg)} +#' \deqn{CLUMPY = \Bigg[ \frac{G_{i} - P_{i}}{P_{i}} for G_{i} < P_{i} \& P_{i} < .5; else \\ \frac{G_{i} - P_{i}}{1 -P_{i}} \Bigg] } +#' +#' where \eqn{g_{ii}} is the number of like adjacencies, \eqn{g_{ik}} is the classwise +#' number of all adjacencies including the focal class, \eqn{min e_{i}} is the +#' minimum perimeter of the total class in terms of cell surfaces assuming total clumping and +#' \eqn{P_{i}} is the proportion of landscape occupied by each class. +#' +#' CLUMPY is an 'Aggregation metric'. It equals the proportional deviation of +#' the proportion of like adjacencies involving the corresponding class from that expected +#' under a spatially random distribution. The metric is based on he adjacency matrix and the +#' the double-count method. +#' +#' \subsection{Units}{None}, directions = directions +#' \subsection{Range}{-1 <= CLUMPY <= 1} +#' \subsection{Behaviour}{Equals -1 for maximally disaggregated, 0 for randomly distributed +#' and 1 for maximally aggregated classes.} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_clumpy(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_clumpy +#' @rdname lsm_c_clumpy +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_clumpy <- function(landscape) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_clumpy_calc) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_clumpy_calc <- function(landscape, resolution = NULL){ + + # pad landscape to also include adjacencies at landscape boundary + landscape_padded <- pad_raster_internal(landscape, + pad_raster_value = -999, + pad_raster_cells = 1, + global = FALSE) + + # all values NA + if (all(landscape_padded %in% c(NA, -999))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "clumpy", + value = as.double(NA))) + } + + # get coocurrence + tb <- rcpp_get_coocurrence_matrix(landscape_padded, + directions = as.matrix(4)) + + # like adacencies are on the diagonal and remove adjacencies to boundary + like_adjacencies <- diag(tb)[2:length(diag(tb))] + + # all other adjacencies + other_adjacencies <- as.matrix(tb[, 2:ncol(tb)]) + + # number cells in each class without -999 lansdcape boundary + cells_class <- rcpp_get_composition_vector(landscape_padded)[-1] + + # conver to tibble + cells_class <- tibble::tibble(class = names(cells_class), + value = cells_class) + + # calculate minimum perimeter + cells_class$n <- trunc(sqrt(cells_class$value)) + cells_class$m <- cells_class$value - cells_class$n ^ 2 + cells_class$min_e <- ifelse(test = cells_class$m == 0, + yes = cells_class$n * 4, + no = ifelse(test = cells_class$n ^ 2 < cells_class$value & cells_class$value <= cells_class$n * (1 + cells_class$n), + yes = 4 * cells_class$n + 2, + no = ifelse(test = cells_class$value > cells_class$n * (1 + cells_class$n), + yes = 4 * cells_class$n + 4, + no = NA))) + + # test if any NAs introduced + if (anyNA(cells_class$min_e)) { + warning("NAs introduced by lsm_c_clumpy", ccall. = FALSE) + } + + # calculate g_i + g_i <- like_adjacencies / (colSums(other_adjacencies) - cells_class$min_e) + + # proportional class area - direction has no influence on PLAND + prop_class <- lsm_c_pland_calc(landscape, + directions = 8, + resolution = resolution) + + prop_class <- prop_class$value / 100 + + # calculate clumpy + clumpy <- vapply(seq_along(g_i), FUN = function(row_ind) { + + # set to NA if mathematical not possible + if (is.nan(g_i[row_ind]) || is.na(g_i[row_ind]) || prop_class[row_ind] == 1) { + clumpy <- NA + } + + else if (g_i[row_ind] < (prop_class[row_ind]) & prop_class[row_ind] < .5) { + clumpy <- (g_i[row_ind] - prop_class[row_ind]) / prop_class[row_ind] + } + + else { + clumpy <- (g_i[row_ind] - prop_class[row_ind]) / (1 - prop_class[row_ind]) + } + }, FUN.VALUE = numeric(1)) + + return(tibble::tibble(level = "class", + class = as.integer(names(g_i)), + id = as.integer(NA), + metric = "clumpy", + value = as.double(clumpy))) +} diff --git a/R/lsm_c_cohesion.R b/R/lsm_c_cohesion.R index e232537d5..db88da010 100644 --- a/R/lsm_c_cohesion.R +++ b/R/lsm_c_cohesion.R @@ -1,115 +1,115 @@ -#' COHESION (class level) -#' -#' @description Patch Cohesion Index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{COHESION = 1 - (\frac{\sum \limits_{j = 1}^{n} p_{ij}} {\sum \limits_{j = 1}^{n} p_{ij} \sqrt{a_{ij}}}) * (1 - \frac{1} {\sqrt{Z}}) ^ {-1} * 100} -#' where \eqn{p_{ij}} is the perimeter in meters, \eqn{a_{ij}} is the area in square -#' meters and \eqn{Z} is the number of cells. -#' -#' COHESION is an 'Aggregation metric'. It characterises the connectedness of patches -#' belonging to class i. It can be used to asses if patches of the same class are located -#' aggregated or rather isolated and thereby COHESION gives information about the -#' configuration of the landscape. -#' -#' \subsection{Units}{Percent} -#' \subsection{Ranges}{0 < COHESION < 100} -#' \subsection{Behaviour}{Approaches COHESION = 0 if patches of class i become more isolated. -#' Increases if patches of class i become more aggregated.} -#' -#' @seealso -#' \code{\link{lsm_p_perim}}, -#' \code{\link{lsm_p_area}}, \cr -#' \code{\link{lsm_l_cohesion}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_cohesion(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_cohesion -#' @rdname lsm_c_cohesion -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Schumaker, N. H. 1996. Using landscape indices to predict habitat -#' connectivity. Ecology, 77(4), 1210-1225. -#' -#' @export -lsm_c_cohesion <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_cohesion_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_cohesion_calc <- function(landscape, directions, resolution = NULL) { - - # convert to raster to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- terra::res(landscape) - - landscape <- terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "cohesion", - value = as.double(NA))) - } - - # get number of cells (only not NAs) - ncells_landscape <- length(landscape[!is.na(landscape)]) - - # get patch area - patch_area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # get number of cells for each patch -> area = n_cells * res / 10000 - patch_area$ncells <- patch_area$value * 10000 / prod(resolution) - - # get perim of patch - perim_patch <- lsm_p_perim_calc(landscape, - directions = directions, - resolution = resolution) - - # calculate denominator of cohesion - perim_patch$denominator <- perim_patch$value * sqrt(patch_area$ncells) - - # group by class and sum - denominator <- stats::aggregate(x = perim_patch[, 6], by = perim_patch[, 2], - FUN = sum) - - cohesion <- stats::aggregate(x = perim_patch[, 5], by = perim_patch[, 2], - FUN = sum) - - # calculate cohesion - cohesion$value <- (1 - (cohesion$value / denominator$denominator)) * - ((1 - (1 / sqrt(ncells_landscape))) ^ -1) * 100 - - return(tibble::tibble(level = "class", - class = as.integer(cohesion$class), - id = as.integer(NA), - metric = "cohesion", - value = as.double(cohesion$value))) -} +#' COHESION (class level) +#' +#' @description Patch Cohesion Index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{COHESION = 1 - (\frac{\sum \limits_{j = 1}^{n} p_{ij}} {\sum \limits_{j = 1}^{n} p_{ij} \sqrt{a_{ij}}}) * (1 - \frac{1} {\sqrt{Z}}) ^ {-1} * 100} +#' where \eqn{p_{ij}} is the perimeter in meters, \eqn{a_{ij}} is the area in square +#' meters and \eqn{Z} is the number of cells. +#' +#' COHESION is an 'Aggregation metric'. It characterises the connectedness of patches +#' belonging to class i. It can be used to asses if patches of the same class are located +#' aggregated or rather isolated and thereby COHESION gives information about the +#' configuration of the landscape. +#' +#' \subsection{Units}{Percent} +#' \subsection{Ranges}{0 < COHESION < 100} +#' \subsection{Behaviour}{Approaches COHESION = 0 if patches of class i become more isolated. +#' Increases if patches of class i become more aggregated.} +#' +#' @seealso +#' \code{\link{lsm_p_perim}}, +#' \code{\link{lsm_p_area}}, \cr +#' \code{\link{lsm_l_cohesion}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_cohesion(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_cohesion +#' @rdname lsm_c_cohesion +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Schumaker, N. H. 1996. Using landscape indices to predict habitat +#' connectivity. Ecology, 77(4), 1210-1225. +#' +#' @export +lsm_c_cohesion <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_cohesion_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_cohesion_calc <- function(landscape, directions, resolution = NULL) { + + # convert to raster to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <- terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "cohesion", + value = as.double(NA))) + } + + # get number of cells (only not NAs) + ncells_landscape <- length(landscape[!is.na(landscape)]) + + # get patch area + patch_area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # get number of cells for each patch -> area = n_cells * res / 10000 + patch_area$ncells <- patch_area$value * 10000 / prod(resolution) + + # get perim of patch + perim_patch <- lsm_p_perim_calc(landscape, + directions = directions, + resolution = resolution) + + # calculate denominator of cohesion + perim_patch$denominator <- perim_patch$value * sqrt(patch_area$ncells) + + # group by class and sum + denominator <- stats::aggregate(x = perim_patch[, 6], by = perim_patch[, 2], + FUN = sum) + + cohesion <- stats::aggregate(x = perim_patch[, 5], by = perim_patch[, 2], + FUN = sum) + + # calculate cohesion + cohesion$value <- (1 - (cohesion$value / denominator$denominator)) * + ((1 - (1 / sqrt(ncells_landscape))) ^ -1) * 100 + + return(tibble::tibble(level = "class", + class = as.integer(cohesion$class), + id = as.integer(NA), + metric = "cohesion", + value = as.double(cohesion$value))) +} diff --git a/R/lsm_c_contig_mn.R b/R/lsm_c_contig_mn.R index dee49eeeb..af386eec8 100644 --- a/R/lsm_c_contig_mn.R +++ b/R/lsm_c_contig_mn.R @@ -1,94 +1,94 @@ -#' CONTIG_MN (class level) -#' -#' @description Mean of Contiguity index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CONTIG_{MN} = mean(CONTIG[patch_{ij}])} -#' -#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. -#' -#' CONTIG_MN is a 'Shape metric'. It summarises each class as the mean of each patch -#' belonging to class i. CONTIG_MN asses the spatial connectedness (contiguity) of -#' cells in patches. The metric coerces patch values to a value of 1 and the background -#' to NA. A nine cell focal filter matrix: -#' -#' ``` -#' filter_matrix <- matrix(c(1, 2, 1, -#' 2, 1, 2, -#' 1, 2, 1), 3, 3, byrow = T) -#' ``` -#' ... is then used to weight orthogonally contiguous pixels more heavily than -#' diagonally contiguous pixels. Therefore, larger and more connections between -#' patch cells in the rookie case result in larger contiguity index values. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{0 >= CONTIG_MN <= 1} -#' \subsection{Behaviour}{CONTIG equals the mean of the contiguity index on class level for all -#' patches.} -#' -#' @seealso -#' \code{\link{lsm_p_contig}}, -#' \code{\link{lsm_c_contig_sd}}, -#' \code{\link{lsm_c_contig_cv}}, \cr -#' \code{\link{lsm_l_contig_mn}}, -#' \code{\link{lsm_l_contig_sd}}, -#' \code{\link{lsm_l_contig_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_contig_mn(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_contig_mn -#' @rdname lsm_c_contig_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. -#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 -#' -#' @export -lsm_c_contig_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_contig_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_contig_mn_calc <- function(landscape, directions) { - - contig <- lsm_p_contig_calc(landscape, directions = directions) - - # all values NA - if (all(is.na(contig$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "contig_mn", - value = as.double(NA))) - } - - contig_mn <- stats::aggregate(x = contig[, 5], by = contig[, 2], - FUN = mean) - - return(tibble::tibble(level = "class", - class = as.integer(contig_mn$class), - id = as.integer(NA), - metric = "contig_mn", - value = as.double(contig_mn$value))) -} +#' CONTIG_MN (class level) +#' +#' @description Mean of Contiguity index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CONTIG_{MN} = mean(CONTIG[patch_{ij}])} +#' +#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. +#' +#' CONTIG_MN is a 'Shape metric'. It summarises each class as the mean of each patch +#' belonging to class i. CONTIG_MN asses the spatial connectedness (contiguity) of +#' cells in patches. The metric coerces patch values to a value of 1 and the background +#' to NA. A nine cell focal filter matrix: +#' +#' ``` +#' filter_matrix <- matrix(c(1, 2, 1, +#' 2, 1, 2, +#' 1, 2, 1), 3, 3, byrow = T) +#' ``` +#' ... is then used to weight orthogonally contiguous pixels more heavily than +#' diagonally contiguous pixels. Therefore, larger and more connections between +#' patch cells in the rookie case result in larger contiguity index values. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{0 >= CONTIG_MN <= 1} +#' \subsection{Behaviour}{CONTIG equals the mean of the contiguity index on class level for all +#' patches.} +#' +#' @seealso +#' \code{\link{lsm_p_contig}}, +#' \code{\link{lsm_c_contig_sd}}, +#' \code{\link{lsm_c_contig_cv}}, \cr +#' \code{\link{lsm_l_contig_mn}}, +#' \code{\link{lsm_l_contig_sd}}, +#' \code{\link{lsm_l_contig_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_contig_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_contig_mn +#' @rdname lsm_c_contig_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. +#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 +#' +#' @export +lsm_c_contig_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_contig_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_contig_mn_calc <- function(landscape, directions) { + + contig <- lsm_p_contig_calc(landscape, directions = directions) + + # all values NA + if (all(is.na(contig$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "contig_mn", + value = as.double(NA))) + } + + contig_mn <- stats::aggregate(x = contig[, 5], by = contig[, 2], + FUN = mean) + + return(tibble::tibble(level = "class", + class = as.integer(contig_mn$class), + id = as.integer(NA), + metric = "contig_mn", + value = as.double(contig_mn$value))) +} diff --git a/R/lsm_c_contig_sd.R b/R/lsm_c_contig_sd.R index e2dca1b63..9d677e973 100644 --- a/R/lsm_c_contig_sd.R +++ b/R/lsm_c_contig_sd.R @@ -1,95 +1,95 @@ -#' CONTIG_SD (class level) -#' -#' @description Standard deviation of Contiguity index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CONTIG_{SD} = sd(CONTIG[patch_{ij}])} -#' -#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. -#' -#' CONTIG_SD is a 'Shape metric'. It summarises each class as the mean of each patch -#' belonging to class i. CONTIG_SD asses the spatial connectedness (contiguity) of -#' cells in patches. The metric coerces patch values to a value of 1 and the background -#' to NA. A nine cell focal filter matrix: -#' -#' ``` -#' filter_matrix <- matrix(c(1, 2, 1, -#' 2, 1, 2, -#' 1, 2, 1), 3, 3, byrow = T) -#' ``` -#' ... is then used to weight orthogonally contiguous pixels more heavily than -#' diagonally contiguous pixels. Therefore, larger and more connections between -#' patch cells in the rookie case result in larger contiguity index values. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{CONTIG_CV >= 0} -#' \subsection{Behaviour}{CONTIG_SD = 0 if the contiguity index is -#' identical for all patches. Increases, without limit, as the variation of -#' CONTIG increases.} -#' -#' @seealso -#' \code{\link{lsm_p_contig}}, -#' \code{\link{lsm_c_contig_mn}}, -#' \code{\link{lsm_c_contig_cv}}, \cr -#' \code{\link{lsm_l_contig_mn}}, -#' \code{\link{lsm_l_contig_sd}}, -#' \code{\link{lsm_l_contig_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_contig_sd(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_contig_sd -#' @rdname lsm_c_contig_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. -#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 -#' -#' @export -lsm_c_contig_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_contig_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_contig_sd_calc <- function(landscape, directions) { - - contig <- lsm_p_contig_calc(landscape, directions = directions) - - # all values NA - if (all(is.na(contig$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "contig_sd", - value = as.double(NA))) - } - - contig_sd <- stats::aggregate(x = contig[, 5], by = contig[, 2], - FUN = stats::sd) - - return(tibble::tibble(level = "class", - class = as.integer(contig_sd$class), - id = as.integer(NA), - metric = "contig_sd", - value = as.double(contig_sd$value))) -} +#' CONTIG_SD (class level) +#' +#' @description Standard deviation of Contiguity index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CONTIG_{SD} = sd(CONTIG[patch_{ij}])} +#' +#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. +#' +#' CONTIG_SD is a 'Shape metric'. It summarises each class as the mean of each patch +#' belonging to class i. CONTIG_SD asses the spatial connectedness (contiguity) of +#' cells in patches. The metric coerces patch values to a value of 1 and the background +#' to NA. A nine cell focal filter matrix: +#' +#' ``` +#' filter_matrix <- matrix(c(1, 2, 1, +#' 2, 1, 2, +#' 1, 2, 1), 3, 3, byrow = T) +#' ``` +#' ... is then used to weight orthogonally contiguous pixels more heavily than +#' diagonally contiguous pixels. Therefore, larger and more connections between +#' patch cells in the rookie case result in larger contiguity index values. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{CONTIG_CV >= 0} +#' \subsection{Behaviour}{CONTIG_SD = 0 if the contiguity index is +#' identical for all patches. Increases, without limit, as the variation of +#' CONTIG increases.} +#' +#' @seealso +#' \code{\link{lsm_p_contig}}, +#' \code{\link{lsm_c_contig_mn}}, +#' \code{\link{lsm_c_contig_cv}}, \cr +#' \code{\link{lsm_l_contig_mn}}, +#' \code{\link{lsm_l_contig_sd}}, +#' \code{\link{lsm_l_contig_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_contig_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_contig_sd +#' @rdname lsm_c_contig_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. +#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 +#' +#' @export +lsm_c_contig_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_contig_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_contig_sd_calc <- function(landscape, directions) { + + contig <- lsm_p_contig_calc(landscape, directions = directions) + + # all values NA + if (all(is.na(contig$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "contig_sd", + value = as.double(NA))) + } + + contig_sd <- stats::aggregate(x = contig[, 5], by = contig[, 2], + FUN = stats::sd) + + return(tibble::tibble(level = "class", + class = as.integer(contig_sd$class), + id = as.integer(NA), + metric = "contig_sd", + value = as.double(contig_sd$value))) +} diff --git a/R/lsm_c_core_mn.R b/R/lsm_c_core_mn.R index 6780be147..d2778405a 100644 --- a/R/lsm_c_core_mn.R +++ b/R/lsm_c_core_mn.R @@ -1,91 +1,91 @@ -#' CORE_MN (class level) -#' -#' @description Mean of core area (Core area metric) -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CORE_{MN} = mean(CORE[patch_{ij}])} -#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. -#' -#' CORE_MN is a 'Core area metric' and equals the mean of core areas of all patches -#' belonging to class i. The core area is defined as all cells that have no -#' neighbour with a different value than themselves (rook's case). -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{CORE_MN >= 0} -#' \subsection{Behaviour}{Equals CORE_MN = 0 if CORE = 0 for all patches. Increases, -#' without limit, as the core area indices increase.} -#' -#' @seealso -#' \code{\link{lsm_p_core}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_core_sd}}, -#' \code{\link{lsm_c_core_cv}}, \cr -#' \code{\link{lsm_l_core_mn}}, -#' \code{\link{lsm_l_core_sd}}, -#' \code{\link{lsm_l_core_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_core_mn(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_core_mn -#' @rdname lsm_c_core_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_core_mn <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_core_mn_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_core_mn_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ - - core <- lsm_p_core_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # all values NA - if (all(is.na(core$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "core_mn", - value = as.double(NA))) - } - - # summarise for class - core_mean <- stats::aggregate(x = core[, 5], by = core[, 2], - FUN = mean) - - return(tibble::tibble(level = "class", - class = as.integer(core_mean$class), - id = as.integer(NA), - metric = "core_mn", - value = as.double(core_mean$value))) -} +#' CORE_MN (class level) +#' +#' @description Mean of core area (Core area metric) +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CORE_{MN} = mean(CORE[patch_{ij}])} +#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. +#' +#' CORE_MN is a 'Core area metric' and equals the mean of core areas of all patches +#' belonging to class i. The core area is defined as all cells that have no +#' neighbour with a different value than themselves (rook's case). +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{CORE_MN >= 0} +#' \subsection{Behaviour}{Equals CORE_MN = 0 if CORE = 0 for all patches. Increases, +#' without limit, as the core area indices increase.} +#' +#' @seealso +#' \code{\link{lsm_p_core}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_core_sd}}, +#' \code{\link{lsm_c_core_cv}}, \cr +#' \code{\link{lsm_l_core_mn}}, +#' \code{\link{lsm_l_core_sd}}, +#' \code{\link{lsm_l_core_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_core_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_core_mn +#' @rdname lsm_c_core_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_core_mn <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_core_mn_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_core_mn_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ + + core <- lsm_p_core_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # all values NA + if (all(is.na(core$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "core_mn", + value = as.double(NA))) + } + + # summarise for class + core_mean <- stats::aggregate(x = core[, 5], by = core[, 2], + FUN = mean) + + return(tibble::tibble(level = "class", + class = as.integer(core_mean$class), + id = as.integer(NA), + metric = "core_mn", + value = as.double(core_mean$value))) +} diff --git a/R/lsm_c_core_sd.R b/R/lsm_c_core_sd.R index 752774d8b..d05487c2b 100644 --- a/R/lsm_c_core_sd.R +++ b/R/lsm_c_core_sd.R @@ -1,93 +1,93 @@ -#' CORE_SD (class level) -#' -#' @description Standard deviation patch core area (class level) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CORE_{SD} = sd(CORE[patch_{ij}])} -#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. -#' -#' CORE_SD is a 'Core area metric'. It equals the standard deviation of the core area -#' of each patch belonging to class i. The core area is defined as all cells that have no -#' neighbour with a different value than themselves (rook's case). The metric describes the -#' differences among patches of the same class i in the landscape. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{CORE_SD >= 0} -#' \subsection{Behaviour}{Equals CORE_SD = 0 if all patches have the same core area. -#' Increases, without limit, as the variation of patch core areas increases.} -#' -#' @seealso -#' \code{\link{lsm_p_core}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_core_mn}}, -#' \code{\link{lsm_c_core_cv}}, \cr -#' \code{\link{lsm_l_core_mn}}, -#' \code{\link{lsm_l_core_sd}}, -#' \code{\link{lsm_l_core_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_core_sd(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_core_sd -#' @rdname lsm_c_core_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_core_sd <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_core_sd_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_core_sd_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ - - core <- lsm_p_core_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # all values NA - if (all(is.na(core$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "core_mn", - value = as.double(NA))) - } - - # summarise for class - core_sd <- stats::aggregate(x = core[, 5], by = core[, 2], - FUN = stats::sd) - - return(tibble::tibble(level = "class", - class = as.integer(core_sd$class), - id = as.integer(NA), - metric = "core_sd", - value = as.double(core_sd$value))) -} +#' CORE_SD (class level) +#' +#' @description Standard deviation patch core area (class level) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CORE_{SD} = sd(CORE[patch_{ij}])} +#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. +#' +#' CORE_SD is a 'Core area metric'. It equals the standard deviation of the core area +#' of each patch belonging to class i. The core area is defined as all cells that have no +#' neighbour with a different value than themselves (rook's case). The metric describes the +#' differences among patches of the same class i in the landscape. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{CORE_SD >= 0} +#' \subsection{Behaviour}{Equals CORE_SD = 0 if all patches have the same core area. +#' Increases, without limit, as the variation of patch core areas increases.} +#' +#' @seealso +#' \code{\link{lsm_p_core}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_core_mn}}, +#' \code{\link{lsm_c_core_cv}}, \cr +#' \code{\link{lsm_l_core_mn}}, +#' \code{\link{lsm_l_core_sd}}, +#' \code{\link{lsm_l_core_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_core_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_core_sd +#' @rdname lsm_c_core_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_core_sd <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_core_sd_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_core_sd_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ + + core <- lsm_p_core_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # all values NA + if (all(is.na(core$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "core_mn", + value = as.double(NA))) + } + + # summarise for class + core_sd <- stats::aggregate(x = core[, 5], by = core[, 2], + FUN = stats::sd) + + return(tibble::tibble(level = "class", + class = as.integer(core_sd$class), + id = as.integer(NA), + metric = "core_sd", + value = as.double(core_sd$value))) +} diff --git a/R/lsm_c_cpland.R b/R/lsm_c_cpland.R index 6f355e441..68fcd847e 100644 --- a/R/lsm_c_cpland.R +++ b/R/lsm_c_cpland.R @@ -1,107 +1,107 @@ -#' CPLAND (class level) -#' -#' @description Core area percentage of landscape (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CPLAND = (\frac{\sum \limits_{j = 1}^{n} a_{ij}^{core}} {A}) * 100} -#' where \eqn{a_{ij}^{core}} is the core area in square meters and \eqn{A} -#' is the total landscape area in square meters. -#' -#' CPLAND is a 'Core area metric'. It is the percentage of core area of class i in relation to -#' the total landscape area. A cell is defined as core area if the cell has -#' no neighbour with a different value than itself (rook's case). Because CPLAND is -#' a relative measure, it is comparable among landscapes with different total areas. -#' -#' \subsection{Units}{Percentage} -#' \subsection{Range}{0 <= CPLAND < 100} -#' \subsection{Behaviour}{Approaches CPLAND = 0 if CORE = 0 for all patches. Increases as -#' the amount of core area increases, i.e. patches become larger while being rather simple -#' in shape.} -#' -#' @seealso \code{\link{lsm_p_core}} and \code{\link{lsm_l_ta}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_cpland(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_cpland -#' @rdname lsm_c_cpland -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_cpland <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_cpland_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_cpland_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ - - # conver to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- terra::res(landscape) - - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "cpland", - value = as.double(NA))) - } - - # calculate patch area - area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # total landscape area - area <- sum(area$value) - - # get core area for each patch - core_area <- lsm_p_core_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # summarise core area for classes - core_area <- stats::aggregate(x = core_area[, 5], by = core_area[, 2], FUN = sum) - - # relative core area of each class - core_area$value <- core_area$value / area * 100 - - return(tibble::tibble(level = "class", - class = as.integer(core_area$class), - id = as.integer(NA), - metric = "cpland", - value = as.double(core_area$value))) -} +#' CPLAND (class level) +#' +#' @description Core area percentage of landscape (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CPLAND = (\frac{\sum \limits_{j = 1}^{n} a_{ij}^{core}} {A}) * 100} +#' where \eqn{a_{ij}^{core}} is the core area in square meters and \eqn{A} +#' is the total landscape area in square meters. +#' +#' CPLAND is a 'Core area metric'. It is the percentage of core area of class i in relation to +#' the total landscape area. A cell is defined as core area if the cell has +#' no neighbour with a different value than itself (rook's case). Because CPLAND is +#' a relative measure, it is comparable among landscapes with different total areas. +#' +#' \subsection{Units}{Percentage} +#' \subsection{Range}{0 <= CPLAND < 100} +#' \subsection{Behaviour}{Approaches CPLAND = 0 if CORE = 0 for all patches. Increases as +#' the amount of core area increases, i.e. patches become larger while being rather simple +#' in shape.} +#' +#' @seealso \code{\link{lsm_p_core}} and \code{\link{lsm_l_ta}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_cpland(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_cpland +#' @rdname lsm_c_cpland +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_cpland <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_cpland_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_cpland_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ + + # conver to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "cpland", + value = as.double(NA))) + } + + # calculate patch area + area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # total landscape area + area <- sum(area$value) + + # get core area for each patch + core_area <- lsm_p_core_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # summarise core area for classes + core_area <- stats::aggregate(x = core_area[, 5], by = core_area[, 2], FUN = sum) + + # relative core area of each class + core_area$value <- core_area$value / area * 100 + + return(tibble::tibble(level = "class", + class = as.integer(core_area$class), + id = as.integer(NA), + metric = "cpland", + value = as.double(core_area$value))) +} diff --git a/R/lsm_c_dcad.R b/R/lsm_c_dcad.R index 9a0d8f9a0..b686bd4a8 100644 --- a/R/lsm_c_dcad.R +++ b/R/lsm_c_dcad.R @@ -1,105 +1,105 @@ -#' DCAD (class level) -# -#' @description Disjunct core area density (core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{DCAD = (\frac{\sum \limits_{j = 1}^{n} n_{ij}^{core}} {A}) * 10000 * 100} -#' where \eqn{n_{ij}^{core}} is the number of disjunct core areas and \eqn{A} -#' is the total landscape area in square meters. -#' -#' DCAD is a 'Core area metric'. It equals the number of disjunct core areas per -#' 100 ha relative to the total area. A disjunct core area is a 'patch within -#' the patch' containing only core cells. A cell is defined as core area if the cell has no -#' neighbour with a different value than itself (rook's case). The metric is relative and -#' therefore comparable among landscapes with different total areas. -#' -#' \subsection{Units}{Number per 100 hectares} -#' \subsection{Range}{DCAD >= 0} -#' \subsection{Behaviour}{Equals DCAD = 0 when DCORE = 0, i.e. no patch of class i contains -#' a disjunct core area. Increases, without limit, as disjunct core areas become more -#' present, i.e. patches becoming larger and less complex.} -#' -#' @seealso -#' \code{\link{lsm_c_ndca}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_l_dcad}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_dcad(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_dcad -#' @rdname lsm_c_dcad -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_dcad <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_dcad_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_dcad_calc <- function(landscape, directions, consider_boundary, edge_depth, - resolution = NULL, points = NULL){ - - # get patch area - area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise to total area - area <- sum(area$value) - - # all values NA - if (is.na(area)) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcad", - value = as.double(NA))) - } - - # get number of core area - ndca <- lsm_p_ncore_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - points = points) - - # summarise for classes - ndca <- stats::aggregate(x = ndca[, 5], by = ndca[, 2], FUN = sum) - - # calculate relative value - ndca$value <- ndca$value / area * 100 - - return(tibble::tibble(level = "class", - class = as.integer(ndca$class), - id = as.integer(NA), - metric = "dcad", - value = as.double(ndca$value))) -} +#' DCAD (class level) +# +#' @description Disjunct core area density (core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{DCAD = (\frac{\sum \limits_{j = 1}^{n} n_{ij}^{core}} {A}) * 10000 * 100} +#' where \eqn{n_{ij}^{core}} is the number of disjunct core areas and \eqn{A} +#' is the total landscape area in square meters. +#' +#' DCAD is a 'Core area metric'. It equals the number of disjunct core areas per +#' 100 ha relative to the total area. A disjunct core area is a 'patch within +#' the patch' containing only core cells. A cell is defined as core area if the cell has no +#' neighbour with a different value than itself (rook's case). The metric is relative and +#' therefore comparable among landscapes with different total areas. +#' +#' \subsection{Units}{Number per 100 hectares} +#' \subsection{Range}{DCAD >= 0} +#' \subsection{Behaviour}{Equals DCAD = 0 when DCORE = 0, i.e. no patch of class i contains +#' a disjunct core area. Increases, without limit, as disjunct core areas become more +#' present, i.e. patches becoming larger and less complex.} +#' +#' @seealso +#' \code{\link{lsm_c_ndca}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_l_dcad}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_dcad(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_dcad +#' @rdname lsm_c_dcad +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_dcad <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_dcad_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_dcad_calc <- function(landscape, directions, consider_boundary, edge_depth, + resolution = NULL, points = NULL){ + + # get patch area + area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise to total area + area <- sum(area$value) + + # all values NA + if (is.na(area)) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcad", + value = as.double(NA))) + } + + # get number of core area + ndca <- lsm_p_ncore_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + points = points) + + # summarise for classes + ndca <- stats::aggregate(x = ndca[, 5], by = ndca[, 2], FUN = sum) + + # calculate relative value + ndca$value <- ndca$value / area * 100 + + return(tibble::tibble(level = "class", + class = as.integer(ndca$class), + id = as.integer(NA), + metric = "dcad", + value = as.double(ndca$value))) +} diff --git a/R/lsm_c_dcore_mn.R b/R/lsm_c_dcore_mn.R index 43048ff92..d2bf48a16 100644 --- a/R/lsm_c_dcore_mn.R +++ b/R/lsm_c_dcore_mn.R @@ -1,92 +1,92 @@ -#' DCORE_MN (class level) -#' -#' @description Mean number of disjunct core areas (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{DCORE_{MN} = mean(NCORE[patch_{ij}])} -#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. -#' -#' DCORE_MN is an 'Core area metric'. It summarises each class as the mean of all -#' patch areas belonging to class i. A cell is defined as core if the cell -#' has no neighbour with a different value than itself (rook's case). NCORE counts the disjunct -#' core areas, whereby a core area is a 'patch within the patch' containing only core cells. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{DCORE_MN > 0} -#' \subsection{Behaviour}{Equals DCORE_MN = 0 if NCORE = 0 for all patches. Increases, -#' without limit, as the number of disjunct core areas increases.} -#' -#' @seealso -#' \code{\link{lsm_p_ncore}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_dcore_sd}}, -#' \code{\link{lsm_c_dcore_cv}}, \cr -#' \code{\link{lsm_l_dcore_mn}}, -#' \code{\link{lsm_l_dcore_sd}}, -#' \code{\link{lsm_l_dcore_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_dcore_mn(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_dcore_mn -#' @rdname lsm_c_dcore_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_dcore_mn <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_dcore_mn_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_dcore_mn_calc <- function(landscape, directions, consider_boundary, edge_depth, - points = NULL){ - - dcore <- lsm_p_ncore_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - points = points) - - if (all(is.na(dcore$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcore_mn", - value = as.double(NA))) - } - - dcore_mn <- stats::aggregate(x = dcore[, 5], by = dcore[, 2], FUN = mean) - - return(tibble::tibble(level = "class", - class = as.integer(dcore_mn$class), - id = as.integer(NA), - metric = "dcore_mn", - value = as.double(dcore_mn$value))) -} +#' DCORE_MN (class level) +#' +#' @description Mean number of disjunct core areas (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{DCORE_{MN} = mean(NCORE[patch_{ij}])} +#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. +#' +#' DCORE_MN is an 'Core area metric'. It summarises each class as the mean of all +#' patch areas belonging to class i. A cell is defined as core if the cell +#' has no neighbour with a different value than itself (rook's case). NCORE counts the disjunct +#' core areas, whereby a core area is a 'patch within the patch' containing only core cells. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{DCORE_MN > 0} +#' \subsection{Behaviour}{Equals DCORE_MN = 0 if NCORE = 0 for all patches. Increases, +#' without limit, as the number of disjunct core areas increases.} +#' +#' @seealso +#' \code{\link{lsm_p_ncore}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_dcore_sd}}, +#' \code{\link{lsm_c_dcore_cv}}, \cr +#' \code{\link{lsm_l_dcore_mn}}, +#' \code{\link{lsm_l_dcore_sd}}, +#' \code{\link{lsm_l_dcore_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_dcore_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_dcore_mn +#' @rdname lsm_c_dcore_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_dcore_mn <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_dcore_mn_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_dcore_mn_calc <- function(landscape, directions, consider_boundary, edge_depth, + points = NULL){ + + dcore <- lsm_p_ncore_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + points = points) + + if (all(is.na(dcore$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcore_mn", + value = as.double(NA))) + } + + dcore_mn <- stats::aggregate(x = dcore[, 5], by = dcore[, 2], FUN = mean) + + return(tibble::tibble(level = "class", + class = as.integer(dcore_mn$class), + id = as.integer(NA), + metric = "dcore_mn", + value = as.double(dcore_mn$value))) +} diff --git a/R/lsm_c_division.R b/R/lsm_c_division.R index 06a75290e..7b1a462f4 100644 --- a/R/lsm_c_division.R +++ b/R/lsm_c_division.R @@ -1,94 +1,94 @@ -#' DIVISION (class level) -#' -#' @description Landscape division index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{DIVISON = (1 - \sum \limits_{j = 1}^{n} (\frac{a_{ij}} {A}) ^ 2)} -#' where \eqn{a_{ij}} is the area in square meters and \eqn{A} is the total -#' landscape area in square meters. -#' -#' DIVISION is an 'Aggregation metric. It can be in as the probability that two -#' randomly selected cells are not located in the same patch of class i. The landscape -#' division index is negatively correlated with the effective mesh size (\code{\link{lsm_c_mesh}}). -#' -#' \subsection{Units}{Proportion } -#' \subsection{Ranges}{0 <= Division < 1} -#' \subsection{Behaviour}{Equals DIVISION = 0 if only one patch is present. Approaches -#' DIVISION = 1 if all patches of class i are single cells.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_l_division}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_division(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_division -#' @rdname lsm_c_division -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh -#' size: new measures of landscape fragmentation. -#' Landscape ecology, 15(2), 115-130. -#' -#' @export -lsm_c_division <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_division_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_division_calc <- function(landscape, directions, resolution = NULL) { - - # get patch area - patch_area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # get total area - total_area <- sum(patch_area$value) - - # all values NA - if (is.na(total_area)) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "division", - value = as.double(NA))) - } - - # calculate division for each patch - patch_area$value <- (patch_area$value / total_area) ^ 2 - - # summarise for classes - division <- stats::aggregate(x = patch_area[, 5], by = patch_area[, 2], - FUN = sum) - - division$value <- 1 - division$value - - return(tibble::tibble(level = "class", - class = as.integer(division$class), - id = as.integer(NA), - metric = "division", - value = as.double(division$value))) -} +#' DIVISION (class level) +#' +#' @description Landscape division index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{DIVISON = (1 - \sum \limits_{j = 1}^{n} (\frac{a_{ij}} {A}) ^ 2)} +#' where \eqn{a_{ij}} is the area in square meters and \eqn{A} is the total +#' landscape area in square meters. +#' +#' DIVISION is an 'Aggregation metric. It can be in as the probability that two +#' randomly selected cells are not located in the same patch of class i. The landscape +#' division index is negatively correlated with the effective mesh size (\code{\link{lsm_c_mesh}}). +#' +#' \subsection{Units}{Proportion } +#' \subsection{Ranges}{0 <= Division < 1} +#' \subsection{Behaviour}{Equals DIVISION = 0 if only one patch is present. Approaches +#' DIVISION = 1 if all patches of class i are single cells.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_l_division}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_division(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_division +#' @rdname lsm_c_division +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh +#' size: new measures of landscape fragmentation. +#' Landscape ecology, 15(2), 115-130. +#' +#' @export +lsm_c_division <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_division_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_division_calc <- function(landscape, directions, resolution = NULL) { + + # get patch area + patch_area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # get total area + total_area <- sum(patch_area$value) + + # all values NA + if (is.na(total_area)) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "division", + value = as.double(NA))) + } + + # calculate division for each patch + patch_area$value <- (patch_area$value / total_area) ^ 2 + + # summarise for classes + division <- stats::aggregate(x = patch_area[, 5], by = patch_area[, 2], + FUN = sum) + + division$value <- 1 - division$value + + return(tibble::tibble(level = "class", + class = as.integer(division$class), + id = as.integer(NA), + metric = "division", + value = as.double(division$value))) +} diff --git a/R/lsm_c_ed.R b/R/lsm_c_ed.R index b389ed417..831f483c8 100644 --- a/R/lsm_c_ed.R +++ b/R/lsm_c_ed.R @@ -1,105 +1,105 @@ -#' ED (class level) -#' -#' @description Edge Density (Area and Edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param count_boundary Count landscape boundary as edge. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{ED = \frac{\sum \limits_{k = 1}^{m} e_{ik}} {A} * 10000} -#' where \eqn{e_{ik}} is the total edge length in meters and \eqn{A} is the total -#' landscape area in square meters. -#' -#' ED is an 'Area and Edge metric'. The edge density equals the sum of all edges of class i -#' in relation to the landscape area. The boundary of the landscape is only included in the -#' corresponding total class edge length if \code{count_boundary = TRUE}. -#' The metric describes the configuration of the landscape, e.g. because an aggregation -#' of the same class will result in a low edge density. The metric is standardized to the -#' total landscape area, and therefore comparisons among landscapes with different total -#' areas are possible. - -#' \subsection{Units}{Meters per hectare} -#' \subsection{Range}{ED >= 0} -#' \subsection{Behaviour}{Equals ED = 0 if only one patch is present (and the landscape -#' boundary is not included) and increases, without limit, as the landscapes becomes more -#' patchy} -#' -#' @seealso -#' \code{\link{lsm_c_te}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_l_ed}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_ed(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_ed -#' @rdname lsm_c_ed -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_ed <- function(landscape, - count_boundary = FALSE, - directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_ed_calc, - count_boundary = count_boundary, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_ed_calc <- function(landscape, count_boundary, directions, resolution = NULL) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- terra::res(landscape) - - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all cells are NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "ed", - value = as.double(NA))) - } - - # get patch area - area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise to total area - area <- sum(area$value) - - # get total edge length - edge_class <- lsm_c_te_calc(landscape, - count_boundary = count_boundary, - directions = directions, - resolution = resolution) - - edge_class$value <- edge_class$value / area - - return(tibble::tibble(level = "class", - class = as.integer(edge_class$class), - id = as.integer(NA), - metric = "ed", - value = as.double(edge_class$value))) -} +#' ED (class level) +#' +#' @description Edge Density (Area and Edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param count_boundary Count landscape boundary as edge. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{ED = \frac{\sum \limits_{k = 1}^{m} e_{ik}} {A} * 10000} +#' where \eqn{e_{ik}} is the total edge length in meters and \eqn{A} is the total +#' landscape area in square meters. +#' +#' ED is an 'Area and Edge metric'. The edge density equals the sum of all edges of class i +#' in relation to the landscape area. The boundary of the landscape is only included in the +#' corresponding total class edge length if \code{count_boundary = TRUE}. +#' The metric describes the configuration of the landscape, e.g. because an aggregation +#' of the same class will result in a low edge density. The metric is standardized to the +#' total landscape area, and therefore comparisons among landscapes with different total +#' areas are possible. + +#' \subsection{Units}{Meters per hectare} +#' \subsection{Range}{ED >= 0} +#' \subsection{Behaviour}{Equals ED = 0 if only one patch is present (and the landscape +#' boundary is not included) and increases, without limit, as the landscapes becomes more +#' patchy} +#' +#' @seealso +#' \code{\link{lsm_c_te}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_l_ed}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_ed(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_ed +#' @rdname lsm_c_ed +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_ed <- function(landscape, + count_boundary = FALSE, + directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_ed_calc, + count_boundary = count_boundary, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_ed_calc <- function(landscape, count_boundary, directions, resolution = NULL) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all cells are NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "ed", + value = as.double(NA))) + } + + # get patch area + area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise to total area + area <- sum(area$value) + + # get total edge length + edge_class <- lsm_c_te_calc(landscape, + count_boundary = count_boundary, + directions = directions, + resolution = resolution) + + edge_class$value <- edge_class$value / area + + return(tibble::tibble(level = "class", + class = as.integer(edge_class$class), + id = as.integer(NA), + metric = "ed", + value = as.double(edge_class$value))) +} diff --git a/R/lsm_c_enn_mn.R b/R/lsm_c_enn_mn.R index c74ef19bc..5b966fb87 100644 --- a/R/lsm_c_enn_mn.R +++ b/R/lsm_c_enn_mn.R @@ -1,95 +1,95 @@ -#' ENN_MN (class level) -#' -#' @description Mean of euclidean nearest-neighbor distance (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' @param verbose Print warning message if not sufficient patches are present -#' -#' @details -#' \deqn{ENN_{MN} = mean(ENN[patch_{ij}])} -#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance -#' of each patch. -#' -#' ENN_MN is an 'Aggregation metric'. It summarises each class as the mean of each patch -#' belonging to class i. ENN measures the distance to the nearest neighbouring patch -#' of the same class i. The distance is measured from edge-to-edge. The range is limited -#' by the cell resolution on the lower limit and the landscape extent on the upper limit. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{ENN_MN > 0} -#' \subsection{Behaviour}{Approaches ENN_MN = 0 as the distance to the nearest neighbour -#' decreases, i.e. patches of the same class i are more aggregated. Increases, without limit, -#' as the distance between neighbouring patches of the same class i increases, i.e. patches are -#' more isolated.} -#' -#' @seealso -#' \code{\link{lsm_p_enn}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_enn_sd}}, -#' \code{\link{lsm_c_enn_cv}}, \cr -#' \code{\link{lsm_l_enn_mn}}, -#' \code{\link{lsm_l_enn_sd}}, -#' \code{\link{lsm_l_enn_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_enn_mn(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_enn_mn -#' @rdname lsm_c_enn_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape -#' structure and breeding birds in the Oregon Coast Range. -#' Ecological monographs, 65(3), 235-260. -#' -#' @export -lsm_c_enn_mn <- function(landscape, directions = 8, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_enn_mn_calc, - directions = directions, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - - -lsm_c_enn_mn_calc <- function(landscape, directions, verbose, - points = NULL) { - - enn <- lsm_p_enn_calc(landscape, - directions = directions, - verbose = verbose, - points = points) - - # all cells are NA - if (all(is.na(enn$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "enn_mn", - value = as.double(NA))) - } - - enn_mn <- stats::aggregate(x = enn[, 5], by = enn[, 2], FUN = mean) - - return(tibble::tibble(level = "class", - class = as.integer(enn_mn$class), - id = as.integer(NA), - metric = "enn_mn", - value = as.double(enn_mn$value))) -} +#' ENN_MN (class level) +#' +#' @description Mean of euclidean nearest-neighbor distance (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' @param verbose Print warning message if not sufficient patches are present +#' +#' @details +#' \deqn{ENN_{MN} = mean(ENN[patch_{ij}])} +#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance +#' of each patch. +#' +#' ENN_MN is an 'Aggregation metric'. It summarises each class as the mean of each patch +#' belonging to class i. ENN measures the distance to the nearest neighbouring patch +#' of the same class i. The distance is measured from edge-to-edge. The range is limited +#' by the cell resolution on the lower limit and the landscape extent on the upper limit. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{ENN_MN > 0} +#' \subsection{Behaviour}{Approaches ENN_MN = 0 as the distance to the nearest neighbour +#' decreases, i.e. patches of the same class i are more aggregated. Increases, without limit, +#' as the distance between neighbouring patches of the same class i increases, i.e. patches are +#' more isolated.} +#' +#' @seealso +#' \code{\link{lsm_p_enn}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_enn_sd}}, +#' \code{\link{lsm_c_enn_cv}}, \cr +#' \code{\link{lsm_l_enn_mn}}, +#' \code{\link{lsm_l_enn_sd}}, +#' \code{\link{lsm_l_enn_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_enn_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_enn_mn +#' @rdname lsm_c_enn_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape +#' structure and breeding birds in the Oregon Coast Range. +#' Ecological monographs, 65(3), 235-260. +#' +#' @export +lsm_c_enn_mn <- function(landscape, directions = 8, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_enn_mn_calc, + directions = directions, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + + +lsm_c_enn_mn_calc <- function(landscape, directions, verbose, + points = NULL) { + + enn <- lsm_p_enn_calc(landscape, + directions = directions, + verbose = verbose, + points = points) + + # all cells are NA + if (all(is.na(enn$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "enn_mn", + value = as.double(NA))) + } + + enn_mn <- stats::aggregate(x = enn[, 5], by = enn[, 2], FUN = mean) + + return(tibble::tibble(level = "class", + class = as.integer(enn_mn$class), + id = as.integer(NA), + metric = "enn_mn", + value = as.double(enn_mn$value))) +} diff --git a/R/lsm_c_enn_sd.R b/R/lsm_c_enn_sd.R index bed3f3ac8..5e9501f77 100644 --- a/R/lsm_c_enn_sd.R +++ b/R/lsm_c_enn_sd.R @@ -1,95 +1,95 @@ -#' ENN_SD (class level) -#' -#' @description Standard deviation of euclidean nearest-neighbor distance (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' @param verbose Print warning message if not sufficient patches are present -#' -#' @details -#' \deqn{ENN_{SD} = sd(ENN[patch_{ij}])} -#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance -#' of each patch. -#' -#' ENN_CV is an 'Aggregation metric'. It summarises each class as the standard -#' deviation of each patch belonging to class i. ENN measures the distance to the nearest -#' neighbouring patch of the same class i. The distance is measured from edge-to-edge. -#' The range is limited by the cell resolution on the lower limit and the landscape extent -#' on the upper limit. The metric is a simple way to describe patch isolation. Because it is -#' scaled to the mean, it is easily comparable among different landscapes. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{ENN_SD >= 0} -#' \subsection{Behaviour}{Equals ENN_SD = 0 if the euclidean nearest-neighbor distance is -#' identical for all patches. Increases, without limit, as the variation of ENN increases.} -#' -#' @seealso -#' \code{\link{lsm_p_enn}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_enn_mn}}, -#' \code{\link{lsm_c_enn_cv}}, \cr -#' \code{\link{lsm_l_enn_mn}}, -#' \code{\link{lsm_l_enn_sd}}, -#' \code{\link{lsm_l_enn_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_enn_sd(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_enn_sd -#' @rdname lsm_c_enn_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape -#' structure and breeding birds in the Oregon Coast Range. -#' Ecological monographs, 65(3), 235-260. -#' -#' @export -lsm_c_enn_sd <- function(landscape, directions = 8, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_enn_sd_calc, - directions = directions, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - - -lsm_c_enn_sd_calc <- function(landscape, directions, verbose, - points = NULL) { - - enn <- lsm_p_enn_calc(landscape, - directions = directions, - verbose = verbose, - points = points) - - # all cells are NA - if (all(is.na(enn$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "enn_sd", - value = as.double(NA))) - } - - enn_sd <- stats::aggregate(x = enn[, 5], by = enn[, 2], FUN = stats::sd) - - return(tibble::tibble(level = "class", - class = as.integer(enn_sd$class), - id = as.integer(NA), - metric = "enn_sd", - value = as.double(enn_sd$value))) -} +#' ENN_SD (class level) +#' +#' @description Standard deviation of euclidean nearest-neighbor distance (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' @param verbose Print warning message if not sufficient patches are present +#' +#' @details +#' \deqn{ENN_{SD} = sd(ENN[patch_{ij}])} +#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance +#' of each patch. +#' +#' ENN_CV is an 'Aggregation metric'. It summarises each class as the standard +#' deviation of each patch belonging to class i. ENN measures the distance to the nearest +#' neighbouring patch of the same class i. The distance is measured from edge-to-edge. +#' The range is limited by the cell resolution on the lower limit and the landscape extent +#' on the upper limit. The metric is a simple way to describe patch isolation. Because it is +#' scaled to the mean, it is easily comparable among different landscapes. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{ENN_SD >= 0} +#' \subsection{Behaviour}{Equals ENN_SD = 0 if the euclidean nearest-neighbor distance is +#' identical for all patches. Increases, without limit, as the variation of ENN increases.} +#' +#' @seealso +#' \code{\link{lsm_p_enn}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_enn_mn}}, +#' \code{\link{lsm_c_enn_cv}}, \cr +#' \code{\link{lsm_l_enn_mn}}, +#' \code{\link{lsm_l_enn_sd}}, +#' \code{\link{lsm_l_enn_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_enn_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_enn_sd +#' @rdname lsm_c_enn_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape +#' structure and breeding birds in the Oregon Coast Range. +#' Ecological monographs, 65(3), 235-260. +#' +#' @export +lsm_c_enn_sd <- function(landscape, directions = 8, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_enn_sd_calc, + directions = directions, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + + +lsm_c_enn_sd_calc <- function(landscape, directions, verbose, + points = NULL) { + + enn <- lsm_p_enn_calc(landscape, + directions = directions, + verbose = verbose, + points = points) + + # all cells are NA + if (all(is.na(enn$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "enn_sd", + value = as.double(NA))) + } + + enn_sd <- stats::aggregate(x = enn[, 5], by = enn[, 2], FUN = stats::sd) + + return(tibble::tibble(level = "class", + class = as.integer(enn_sd$class), + id = as.integer(NA), + metric = "enn_sd", + value = as.double(enn_sd$value))) +} diff --git a/R/lsm_c_frac_mn.R b/R/lsm_c_frac_mn.R index 4c57a822a..91e009c8c 100644 --- a/R/lsm_c_frac_mn.R +++ b/R/lsm_c_frac_mn.R @@ -1,86 +1,86 @@ -#' FRAC_MN (class level) -#' -#' @description Mean fractal dimension index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{FRAC_{MN} = mean(FRAC[patch_{ij}])} -#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. -#' -#' FRAC_MN is a 'Shape metric'. The metric summarises each class -#' as the mean of the fractal dimension index of all patches belonging to class i. -#' The fractal dimension index is based on the patch perimeter and -#' the patch area and describes the patch complexity. The Coefficient of variation is -#' scaled to the mean and comparable among different landscapes. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{FRAC_MN > 0 } -#' \subsection{Behaviour}{Approaches FRAC_MN = 1 if all patches are squared and FRAC_MN = 2 -#' if all patches are irregular.} -#' -#' @seealso -#' \code{\link{lsm_p_frac}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_frac_sd}}, -#' \code{\link{lsm_c_frac_cv}}, \cr -#' \code{\link{lsm_l_frac_mn}}, -#' \code{\link{lsm_l_frac_sd}}, -#' \code{\link{lsm_l_frac_cv}} -#' -#' @examples -#' lsm_c_frac_mn(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_frac_mn -#' @rdname lsm_c_frac_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. -#' San Francisco. W. H. Freeman and Company. -#' -#' @export -lsm_c_frac_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_frac_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_frac_mn_calc <- function(landscape, directions, resolution = NULL){ - - frac <- lsm_p_frac_calc(landscape, - directions = directions, - resolution = resolution) - - # all cells are NA - if (all(is.na(frac$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "frac_mn", - value = as.double(NA))) - } - - frac_mean <- stats::aggregate(x = frac[, 5], by = frac[, 2], FUN = mean) - - return(tibble::tibble(level = "class", - class = as.integer(frac_mean$class), - id = as.integer(NA), - metric = "frac_mn", - value = as.double(frac_mean$value))) -} +#' FRAC_MN (class level) +#' +#' @description Mean fractal dimension index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{FRAC_{MN} = mean(FRAC[patch_{ij}])} +#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. +#' +#' FRAC_MN is a 'Shape metric'. The metric summarises each class +#' as the mean of the fractal dimension index of all patches belonging to class i. +#' The fractal dimension index is based on the patch perimeter and +#' the patch area and describes the patch complexity. The Coefficient of variation is +#' scaled to the mean and comparable among different landscapes. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{FRAC_MN > 0 } +#' \subsection{Behaviour}{Approaches FRAC_MN = 1 if all patches are squared and FRAC_MN = 2 +#' if all patches are irregular.} +#' +#' @seealso +#' \code{\link{lsm_p_frac}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_frac_sd}}, +#' \code{\link{lsm_c_frac_cv}}, \cr +#' \code{\link{lsm_l_frac_mn}}, +#' \code{\link{lsm_l_frac_sd}}, +#' \code{\link{lsm_l_frac_cv}} +#' +#' @examples +#' lsm_c_frac_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_frac_mn +#' @rdname lsm_c_frac_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. +#' San Francisco. W. H. Freeman and Company. +#' +#' @export +lsm_c_frac_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_frac_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_frac_mn_calc <- function(landscape, directions, resolution = NULL){ + + frac <- lsm_p_frac_calc(landscape, + directions = directions, + resolution = resolution) + + # all cells are NA + if (all(is.na(frac$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "frac_mn", + value = as.double(NA))) + } + + frac_mean <- stats::aggregate(x = frac[, 5], by = frac[, 2], FUN = mean) + + return(tibble::tibble(level = "class", + class = as.integer(frac_mean$class), + id = as.integer(NA), + metric = "frac_mn", + value = as.double(frac_mean$value))) +} diff --git a/R/lsm_c_frac_sd.R b/R/lsm_c_frac_sd.R index 6b1521c90..41a082086 100644 --- a/R/lsm_c_frac_sd.R +++ b/R/lsm_c_frac_sd.R @@ -1,89 +1,89 @@ -#' FRAC_SD (class level) -#' -#' @description Standard deviation fractal dimension index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{FRAC_{SD} = sd(FRAC[patch_{ij}])} -#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. -#' -#' FRAC_SD is a 'Shape metric'. The metric summarises each class -#' as the standard deviation of the fractal dimension index of all patches -#' belonging to class i. The fractal dimension index is based on the patch perimeter and -#' the patch area and describes the patch complexity. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{FRAC_SD>= 0 } -#' \subsection{Behaviour}{Equals FRAC_SD = 0 if the fractal dimension index is identical -#' for all patches. Increases, without limit, as the variation of the fractal dimension -#' indices increases.} -#' -#' @seealso -#' \code{\link{lsm_p_frac}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_frac_mn}}, -#' \code{\link{lsm_c_frac_cv}}, \cr -#' \code{\link{lsm_l_frac_mn}}, -#' \code{\link{lsm_l_frac_sd}}, -#' \code{\link{lsm_l_frac_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_frac_sd(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_frac_sd -#' @rdname lsm_c_frac_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. -#' San Francisco. W. H. Freeman and Company. -#' -#' @export -lsm_c_frac_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_frac_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_frac_sd_calc <- function(landscape, directions, resolution = NULL){ - - frac <- lsm_p_frac_calc(landscape, - directions = directions, - resolution = resolution) - - # all cells are NA - if (all(is.na(frac$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "frac_sd", - value = as.double(NA))) - } - - frac_sd <- stats::aggregate(x = frac[, 5], by = frac[, 2], - FUN = stats::sd) - - return(tibble::tibble(level = "class", - class = as.integer(frac_sd$class), - id = as.integer(NA), - metric = "frac_sd", - value = as.double(frac_sd$value))) -} +#' FRAC_SD (class level) +#' +#' @description Standard deviation fractal dimension index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{FRAC_{SD} = sd(FRAC[patch_{ij}])} +#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. +#' +#' FRAC_SD is a 'Shape metric'. The metric summarises each class +#' as the standard deviation of the fractal dimension index of all patches +#' belonging to class i. The fractal dimension index is based on the patch perimeter and +#' the patch area and describes the patch complexity. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{FRAC_SD>= 0 } +#' \subsection{Behaviour}{Equals FRAC_SD = 0 if the fractal dimension index is identical +#' for all patches. Increases, without limit, as the variation of the fractal dimension +#' indices increases.} +#' +#' @seealso +#' \code{\link{lsm_p_frac}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_frac_mn}}, +#' \code{\link{lsm_c_frac_cv}}, \cr +#' \code{\link{lsm_l_frac_mn}}, +#' \code{\link{lsm_l_frac_sd}}, +#' \code{\link{lsm_l_frac_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_frac_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_frac_sd +#' @rdname lsm_c_frac_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. +#' San Francisco. W. H. Freeman and Company. +#' +#' @export +lsm_c_frac_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_frac_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_frac_sd_calc <- function(landscape, directions, resolution = NULL){ + + frac <- lsm_p_frac_calc(landscape, + directions = directions, + resolution = resolution) + + # all cells are NA + if (all(is.na(frac$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "frac_sd", + value = as.double(NA))) + } + + frac_sd <- stats::aggregate(x = frac[, 5], by = frac[, 2], + FUN = stats::sd) + + return(tibble::tibble(level = "class", + class = as.integer(frac_sd$class), + id = as.integer(NA), + metric = "frac_sd", + value = as.double(frac_sd$value))) +} diff --git a/R/lsm_c_gyrate_mn.R b/R/lsm_c_gyrate_mn.R index bb813f670..07aec7ff1 100644 --- a/R/lsm_c_gyrate_mn.R +++ b/R/lsm_c_gyrate_mn.R @@ -1,99 +1,99 @@ -#' GYRATE_MN (class level) -#' -#' @description Mean radius of gyration (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param cell_center If true, the coordinates of the centroid are forced to be -#' a cell center within the patch. -#' -#' @details -#' \deqn{GYRATE_{MN} = mean(GYRATE[patch_{ij}])} -#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. -#' -#' GYRATE_MN is an 'Area and edge metric'. The metric summarises each class -#' as the mean of the radius of gyration of all patches belonging to class i. -#' GYRATE measures the distance from each cell to the patch centroid and is based on -#' cell center-to-cell center distances. The metrics characterises -#' both the patch area and compactness. -#' -#' If `cell_center = TRUE` some patches might have several possible cell-center -#' centroids. In this case, the gyrate index is based on the mean distance of all -#' cells to all possible cell-center centroids. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{GYRATE_MN >= 0 } -#' \subsection{Behaviour}{Approaches GYRATE_MN = 0 if every patch is a single cell. Increases, -#' without limit, when only one patch is present.} -#' -#' @seealso -#' \code{\link{lsm_p_gyrate}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_gyrate_sd}}, -#' \code{\link{lsm_c_gyrate_cv}}, \cr -#' \code{\link{lsm_l_gyrate_mn}}, -#' \code{\link{lsm_l_gyrate_sd}}, -#' \code{\link{lsm_l_gyrate_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_gyrate_mn(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_gyrate_mn -#' @rdname lsm_c_gyrate_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales -#' in fragmented landscapes. Conservation ecology, 1(1). -#' -#' @export -lsm_c_gyrate_mn <- function(landscape, - directions = 8, cell_center = FALSE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_gyrate_mn_calc, - directions = directions, - cell_center = cell_center) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_gyrate_mn_calc <- function(landscape, directions, cell_center, - points = NULL) { - - gyrate <- lsm_p_gyrate_calc(landscape, - directions = directions, - cell_center = cell_center, - points = points) - - # all cells are NA - if (all(is.na(gyrate$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "gyrate_cv", - value = as.double(NA))) - } - - gyrate_mn <- stats::aggregate(x = gyrate[, 5], by = gyrate[, 2], - FUN = mean) - - return(tibble::tibble(level = "class", - class = as.integer(gyrate_mn$class), - id = as.integer(NA), - metric = "gyrate_mn", - value = as.double(gyrate_mn$value))) -} +#' GYRATE_MN (class level) +#' +#' @description Mean radius of gyration (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param cell_center If true, the coordinates of the centroid are forced to be +#' a cell center within the patch. +#' +#' @details +#' \deqn{GYRATE_{MN} = mean(GYRATE[patch_{ij}])} +#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. +#' +#' GYRATE_MN is an 'Area and edge metric'. The metric summarises each class +#' as the mean of the radius of gyration of all patches belonging to class i. +#' GYRATE measures the distance from each cell to the patch centroid and is based on +#' cell center-to-cell center distances. The metrics characterises +#' both the patch area and compactness. +#' +#' If `cell_center = TRUE` some patches might have several possible cell-center +#' centroids. In this case, the gyrate index is based on the mean distance of all +#' cells to all possible cell-center centroids. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{GYRATE_MN >= 0 } +#' \subsection{Behaviour}{Approaches GYRATE_MN = 0 if every patch is a single cell. Increases, +#' without limit, when only one patch is present.} +#' +#' @seealso +#' \code{\link{lsm_p_gyrate}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_gyrate_sd}}, +#' \code{\link{lsm_c_gyrate_cv}}, \cr +#' \code{\link{lsm_l_gyrate_mn}}, +#' \code{\link{lsm_l_gyrate_sd}}, +#' \code{\link{lsm_l_gyrate_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_gyrate_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_gyrate_mn +#' @rdname lsm_c_gyrate_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales +#' in fragmented landscapes. Conservation ecology, 1(1). +#' +#' @export +lsm_c_gyrate_mn <- function(landscape, + directions = 8, cell_center = FALSE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_gyrate_mn_calc, + directions = directions, + cell_center = cell_center) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_gyrate_mn_calc <- function(landscape, directions, cell_center, + points = NULL) { + + gyrate <- lsm_p_gyrate_calc(landscape, + directions = directions, + cell_center = cell_center, + points = points) + + # all cells are NA + if (all(is.na(gyrate$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "gyrate_cv", + value = as.double(NA))) + } + + gyrate_mn <- stats::aggregate(x = gyrate[, 5], by = gyrate[, 2], + FUN = mean) + + return(tibble::tibble(level = "class", + class = as.integer(gyrate_mn$class), + id = as.integer(NA), + metric = "gyrate_mn", + value = as.double(gyrate_mn$value))) +} diff --git a/R/lsm_c_gyrate_sd.R b/R/lsm_c_gyrate_sd.R index e69d3a144..7a92b875c 100644 --- a/R/lsm_c_gyrate_sd.R +++ b/R/lsm_c_gyrate_sd.R @@ -1,99 +1,99 @@ -#' GYRATE_SD (class level) -#' -#' @description Standard deviation radius of gyration (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param cell_center If true, the coordinates of the centroid are forced to be -#' a cell center within the patch. -#' -#' @details -#' \deqn{GYRATE_{SD} = sd(GYRATE[patch_{ij}])} -#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. -#' -#' GYRATE_SD is an 'Area and edge metric'. The metric summarises each class -#' as the standard deviation of the radius of gyration of all patches -#' belonging to class i. GYRATE measures the distance from each cell to the patch -#' centroid and is based on cell center-to-cell center distances. The metrics characterises -#' both the patch area and compactness. -#' -#' If `cell_center = TRUE` some patches might have several possible cell-center -#' centroids. In this case, the gyrate index is based on the mean distance of all -#' cells to all possible cell-center centroids. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{GYRATE_SD >= 0 } -#' \subsection{Behaviour}{Equals GYRATE_SD = 0 if the radius of gyration is identical -#' for all patches. Increases, without limit, as the variation of the radius of gyration -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_gyrate}}, \cr -#' \code{\link{lsm_c_gyrate_mn}}, -#' \code{\link{lsm_c_gyrate_cv}}, \cr -#' \code{\link{lsm_l_gyrate_mn}}, -#' \code{\link{lsm_l_gyrate_sd}}, -#' \code{\link{lsm_l_gyrate_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_gyrate_sd(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_gyrate_sd -#' @rdname lsm_c_gyrate_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales -#' in fragmented landscapes. Conservation ecology, 1(1). -#' -#' @export -lsm_c_gyrate_sd <- function(landscape, - directions = 8, cell_center = FALSE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_gyrate_sd_calc, - directions = directions, - cell_center = cell_center) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_gyrate_sd_calc <- function(landscape, directions, cell_center, - points = NULL) { - - gyrate <- lsm_p_gyrate_calc(landscape, - directions = directions, - cell_center = cell_center, - points = points) - - # all cells are NA - if (all(is.na(gyrate$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "gyrate_sd", - value = as.double(NA))) - } - - gyrate_sd <- stats::aggregate(x = gyrate[, 5], by = gyrate[, 2], - FUN = stats::sd) - - return(tibble::tibble(level = "class", - class = as.integer(gyrate_sd$class), - id = as.integer(NA), - metric = "gyrate_sd", - value = as.double(gyrate_sd$value))) -} +#' GYRATE_SD (class level) +#' +#' @description Standard deviation radius of gyration (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param cell_center If true, the coordinates of the centroid are forced to be +#' a cell center within the patch. +#' +#' @details +#' \deqn{GYRATE_{SD} = sd(GYRATE[patch_{ij}])} +#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. +#' +#' GYRATE_SD is an 'Area and edge metric'. The metric summarises each class +#' as the standard deviation of the radius of gyration of all patches +#' belonging to class i. GYRATE measures the distance from each cell to the patch +#' centroid and is based on cell center-to-cell center distances. The metrics characterises +#' both the patch area and compactness. +#' +#' If `cell_center = TRUE` some patches might have several possible cell-center +#' centroids. In this case, the gyrate index is based on the mean distance of all +#' cells to all possible cell-center centroids. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{GYRATE_SD >= 0 } +#' \subsection{Behaviour}{Equals GYRATE_SD = 0 if the radius of gyration is identical +#' for all patches. Increases, without limit, as the variation of the radius of gyration +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_gyrate}}, \cr +#' \code{\link{lsm_c_gyrate_mn}}, +#' \code{\link{lsm_c_gyrate_cv}}, \cr +#' \code{\link{lsm_l_gyrate_mn}}, +#' \code{\link{lsm_l_gyrate_sd}}, +#' \code{\link{lsm_l_gyrate_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_gyrate_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_gyrate_sd +#' @rdname lsm_c_gyrate_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales +#' in fragmented landscapes. Conservation ecology, 1(1). +#' +#' @export +lsm_c_gyrate_sd <- function(landscape, + directions = 8, cell_center = FALSE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_gyrate_sd_calc, + directions = directions, + cell_center = cell_center) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_gyrate_sd_calc <- function(landscape, directions, cell_center, + points = NULL) { + + gyrate <- lsm_p_gyrate_calc(landscape, + directions = directions, + cell_center = cell_center, + points = points) + + # all cells are NA + if (all(is.na(gyrate$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "gyrate_sd", + value = as.double(NA))) + } + + gyrate_sd <- stats::aggregate(x = gyrate[, 5], by = gyrate[, 2], + FUN = stats::sd) + + return(tibble::tibble(level = "class", + class = as.integer(gyrate_sd$class), + id = as.integer(NA), + metric = "gyrate_sd", + value = as.double(gyrate_sd$value))) +} diff --git a/R/lsm_c_iji.R b/R/lsm_c_iji.R index a2b8091d9..f7cfb0df7 100644 --- a/R/lsm_c_iji.R +++ b/R/lsm_c_iji.R @@ -1,112 +1,112 @@ -#' Interspersion and Juxtaposition index (class level) -# -#' @description Interspersion and Juxtaposition index (Aggregation metric) -# -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param verbose Print warning message if not sufficient patches are present -# -#' @details -#' \deqn{IJI = \frac{- \sum \limits_{k = 1}^{m} \Bigg[ \Bigg( \frac{e_{ik}}{\sum \limits_{k = 1}^{m} e_{ik}} \Bigg) ln \Bigg( \frac{e_{ik}}{\sum \limits_{k = 1}^{m} e_{ik}} \Bigg) \Bigg]}{ln(m - 1)} * 100} -#' -#' where \eqn{e_{ik}} are the unique adjacencies of all classes (lower/upper triangle of -#' the adjacency table - without the diagonal) and \eqn{m} is the number of classes. -#' -#' IJI is an 'Aggregation metric'. It is a so called "salt and pepper" metric and -#' describes the intermixing of classes (i.e. without considering like adjacencies - the -#' diagonal of the adjacency table). The number of classes to calculate IJI must be >= than 3. -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{0 < IJI <= 100} -#' \subsection{Behaviour}{Approaches 0 if a class is only adjacent to a single other class -#' and equals 100 when a class is equally adjacent to all other classes.} -#' -#' @seealso -#' \code{\link{lsm_l_iji}} -#' -#' @return tibble -# -#' @examples -#'lsm_c_iji(terra::unwrap(landscape)) -# -#' @aliases lsm_c_iji -#' @rdname lsm_c_iji -# -#' @references -#'McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#'Program for Categorical and Continuous Maps. Computer software program produced by -#'the authors at the University of Massachusetts, Amherst. Available at the following -#'web site: https://www.umass.edu/landeco/ -#' -#'McGarigal, K., & Marks, B. J. 1995. FRAGSTATS: spatial pattern analysis -#'program for quantifying landscape structure. Gen. Tech. Rep. PNW-GTR-351. -#'Portland, OR: US Department of Agriculture, Forest Service, Pacific Northwest -#'Research Station. 122 p, 351. -# -#' @export -lsm_c_iji <- function(landscape, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_iji_calc, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_iji_calc <- function(landscape, verbose) { - - # conver to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all cells are NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "iji", - value = as.double(NA))) - } - - adjacencies <- rcpp_get_coocurrence_matrix(landscape, - as.matrix(4)) - - classes <- rownames(adjacencies) - - if (ncol(adjacencies) < 3) { - - if (verbose) { - warning("Number of classes must be >= 3, IJI = NA.", call. = FALSE) - } - - return(tibble::tibble(level = "class", - class = as.integer(classes), - id = as.integer(NA), - metric = "iji", - value = as.double(NA))) - } - - else { - - diag(adjacencies) <- 0 - - edge_ratio <- adjacencies / rowSums(adjacencies) * - log(adjacencies / rowSums(adjacencies)) - - class_sums <- -rowSums(edge_ratio, na.rm = TRUE) - - iji <- (class_sums / log(ncol(adjacencies) - 1)) * 100 - - return(tibble::tibble(level = "class", - class = as.integer(classes), - id = as.integer(NA), - metric = "iji", - value = as.double(iji))) - } -} +#' Interspersion and Juxtaposition index (class level) +# +#' @description Interspersion and Juxtaposition index (Aggregation metric) +# +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param verbose Print warning message if not sufficient patches are present +# +#' @details +#' \deqn{IJI = \frac{- \sum \limits_{k = 1}^{m} \Bigg[ \Bigg( \frac{e_{ik}}{\sum \limits_{k = 1}^{m} e_{ik}} \Bigg) ln \Bigg( \frac{e_{ik}}{\sum \limits_{k = 1}^{m} e_{ik}} \Bigg) \Bigg]}{ln(m - 1)} * 100} +#' +#' where \eqn{e_{ik}} are the unique adjacencies of all classes (lower/upper triangle of +#' the adjacency table - without the diagonal) and \eqn{m} is the number of classes. +#' +#' IJI is an 'Aggregation metric'. It is a so called "salt and pepper" metric and +#' describes the intermixing of classes (i.e. without considering like adjacencies - the +#' diagonal of the adjacency table). The number of classes to calculate IJI must be >= than 3. +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{0 < IJI <= 100} +#' \subsection{Behaviour}{Approaches 0 if a class is only adjacent to a single other class +#' and equals 100 when a class is equally adjacent to all other classes.} +#' +#' @seealso +#' \code{\link{lsm_l_iji}} +#' +#' @return tibble +# +#' @examples +#'lsm_c_iji(terra::unwrap(landscape)) +# +#' @aliases lsm_c_iji +#' @rdname lsm_c_iji +# +#' @references +#'McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#'Program for Categorical and Continuous Maps. Computer software program produced by +#'the authors at the University of Massachusetts, Amherst. Available at the following +#'web site: https://www.umass.edu/landeco/ +#' +#'McGarigal, K., & Marks, B. J. 1995. FRAGSTATS: spatial pattern analysis +#'program for quantifying landscape structure. Gen. Tech. Rep. PNW-GTR-351. +#'Portland, OR: US Department of Agriculture, Forest Service, Pacific Northwest +#'Research Station. 122 p, 351. +# +#' @export +lsm_c_iji <- function(landscape, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_iji_calc, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_iji_calc <- function(landscape, verbose) { + + # conver to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all cells are NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "iji", + value = as.double(NA))) + } + + adjacencies <- rcpp_get_coocurrence_matrix(landscape, + as.matrix(4)) + + classes <- rownames(adjacencies) + + if (ncol(adjacencies) < 3) { + + if (verbose) { + warning("Number of classes must be >= 3, IJI = NA.", call. = FALSE) + } + + return(tibble::tibble(level = "class", + class = as.integer(classes), + id = as.integer(NA), + metric = "iji", + value = as.double(NA))) + } + + else { + + diag(adjacencies) <- 0 + + edge_ratio <- adjacencies / rowSums(adjacencies) * + log(adjacencies / rowSums(adjacencies)) + + class_sums <- -rowSums(edge_ratio, na.rm = TRUE) + + iji <- (class_sums / log(ncol(adjacencies) - 1)) * 100 + + return(tibble::tibble(level = "class", + class = as.integer(classes), + id = as.integer(NA), + metric = "iji", + value = as.double(iji))) + } +} diff --git a/R/lsm_c_lpi.R b/R/lsm_c_lpi.R index ac961c819..86f2d7aa1 100644 --- a/R/lsm_c_lpi.R +++ b/R/lsm_c_lpi.R @@ -1,88 +1,88 @@ -#' LPI (class level) -#' -#' @description Largest patch index (Area and Edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{LPI = \frac{\max \limits_{j = 1}^{n} (a_{ij})} {A} * 100} -#' where \eqn{max(a_{ij})} is the area of the patch in square meters and \eqn{A} -#' is the total landscape area in square meters. -#' -#' The largest patch index is an 'Area and edge metric'. It is the percentage of the -#' landscape covered by the corresponding largest patch of each class i. It is a simple -#' measure of dominance. -#' -#' \subsection{Units}{Percentage} -#' \subsection{Range}{0 < LPI <= 100} -#' \subsection{Behaviour}{Approaches LPI = 0 when the largest patch is becoming small -#' and equals LPI = 100 when only one patch is present} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_l_lpi}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_lpi(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_lpi -#' @rdname lsm_c_lpi -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_lpi <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_lpi_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_lpi_calc <- function(landscape, directions, resolution = NULL) { - - # get patch area - patch_area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # all cells are NA - if (all(is.na(patch_area$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "lpi", - value = as.double(NA))) - } - - # summarise to total area - total_area <- sum(patch_area$value) - - # calculate largest patch index - patch_area$value <- patch_area$value / total_area * 100 - - # summarise for each class - lpi <- stats::aggregate(x = patch_area[, 5], by = patch_area[, 2], FUN = max) - - return(tibble::tibble(level = "class", - class = as.integer(lpi$class), - id = as.integer(NA), - metric = "lpi", - value = as.double(lpi$value))) -} +#' LPI (class level) +#' +#' @description Largest patch index (Area and Edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{LPI = \frac{\max \limits_{j = 1}^{n} (a_{ij})} {A} * 100} +#' where \eqn{max(a_{ij})} is the area of the patch in square meters and \eqn{A} +#' is the total landscape area in square meters. +#' +#' The largest patch index is an 'Area and edge metric'. It is the percentage of the +#' landscape covered by the corresponding largest patch of each class i. It is a simple +#' measure of dominance. +#' +#' \subsection{Units}{Percentage} +#' \subsection{Range}{0 < LPI <= 100} +#' \subsection{Behaviour}{Approaches LPI = 0 when the largest patch is becoming small +#' and equals LPI = 100 when only one patch is present} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_l_lpi}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_lpi(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_lpi +#' @rdname lsm_c_lpi +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_lpi <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_lpi_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_lpi_calc <- function(landscape, directions, resolution = NULL) { + + # get patch area + patch_area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # all cells are NA + if (all(is.na(patch_area$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "lpi", + value = as.double(NA))) + } + + # summarise to total area + total_area <- sum(patch_area$value) + + # calculate largest patch index + patch_area$value <- patch_area$value / total_area * 100 + + # summarise for each class + lpi <- stats::aggregate(x = patch_area[, 5], by = patch_area[, 2], FUN = max) + + return(tibble::tibble(level = "class", + class = as.integer(lpi$class), + id = as.integer(NA), + metric = "lpi", + value = as.double(lpi$value))) +} diff --git a/R/lsm_c_lsi.R b/R/lsm_c_lsi.R index 40d4c3dbc..31e1db443 100644 --- a/R/lsm_c_lsi.R +++ b/R/lsm_c_lsi.R @@ -1,131 +1,131 @@ -#' LSI (class level) -#' -#' @description Landscape shape index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' -#' @details -#' \deqn{LSI = \frac{e_{i}} {\min e_{i}}} -#' where \eqn{e_{i}} is the total edge length in cell surfaces and \eqn{\min e_{i}} -#' is the minimum total edge length in cell surfaces. -#' -#' LSI is an 'Aggregation metric'. It is the ratio between the actual edge length of -#' class i and the hypothetical minimum edge length of class i. The minimum edge length equals -#' the edge length if class i would be maximally aggregated. -#' -#' \subsection{Units}{None} -#' \subsection{Ranges}{LSI >= 1} -#' \subsection{Behaviour}{Equals LSI = 1 when only one squared patch is present or all -#' patches are maximally aggregated. Increases, without limit, as the length of the -#' actual edges increases, i.e. the patches become less compact.} -#' -#' @seealso -#' \code{\link{lsm_p_shape}}, \cr -#' \code{\link{lsm_l_lsi}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_lsi(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_lsi -#' @rdname lsm_c_lsi -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". -#' Wildl. Soc.Bull. 3:171-173. -#' -#' @export -lsm_c_lsi <- function(landscape) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_lsi_calc) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_lsi_calc <- function(landscape) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- terra::res(landscape) - - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all cells are NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "nlsi", - value = as.double(NA))) - } - - # cells at the boundary of the landscape need neighbours to calculate perim - landscape <- pad_raster_internal(landscape, pad_raster_value = NA, - pad_raster_cells = 1, global = FALSE) - - # which cells are NA (i.e. background) - target_na <- which(is.na(landscape)) - - # set all NA to -999 to get adjacencies between patches and all background - landscape[target_na] <- -999 - - # get class edge in terms of cell surfaces - class_perim <- rcpp_get_coocurrence_matrix(landscape, - as.matrix(4)) - - # set diagonal to NA because no edge - diag(class_perim) <- NA - - # calculate total edge - class_perim <- apply(X = class_perim, MARGIN = 1, FUN = sum, na.rm = TRUE)[-1] - - # number of cells class - class_area <- rcpp_get_composition_vector(landscape)[-1] - - # n is the side of the largest integer square - class_n <- trunc(sqrt(class_area)) - - # calculate m - class_m <- class_area - class_n ^ 2 - - # calculate min_edge - class_perim_min <- ifelse(test = class_m == 0, - yes = class_n * 4, - no = ifelse(test = class_n ^ 2 < class_area & class_area <= class_n * (1 + class_n), - yes = 4 * class_n + 2, - no = ifelse(test = class_area > class_n * (1 + class_n), - yes = 4 * class_n + 4, - no = NA))) - - # calculate LSI - lsi <- class_perim / class_perim_min - - # test if any NAs introduced - if (!all(is.finite(lsi))) { - - warning("NAs introduced by lsm_c_lsi.", call. = FALSE) - - lsi[!is.finite(lsi)] <- NA - - } - - return(tibble::tibble(level = "class", - class = as.integer(names(lsi)), - id = as.integer(NA), - metric = "lsi", - value = as.double(lsi))) -} +#' LSI (class level) +#' +#' @description Landscape shape index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' +#' @details +#' \deqn{LSI = \frac{e_{i}} {\min e_{i}}} +#' where \eqn{e_{i}} is the total edge length in cell surfaces and \eqn{\min e_{i}} +#' is the minimum total edge length in cell surfaces. +#' +#' LSI is an 'Aggregation metric'. It is the ratio between the actual edge length of +#' class i and the hypothetical minimum edge length of class i. The minimum edge length equals +#' the edge length if class i would be maximally aggregated. +#' +#' \subsection{Units}{None} +#' \subsection{Ranges}{LSI >= 1} +#' \subsection{Behaviour}{Equals LSI = 1 when only one squared patch is present or all +#' patches are maximally aggregated. Increases, without limit, as the length of the +#' actual edges increases, i.e. the patches become less compact.} +#' +#' @seealso +#' \code{\link{lsm_p_shape}}, \cr +#' \code{\link{lsm_l_lsi}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_lsi(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_lsi +#' @rdname lsm_c_lsi +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". +#' Wildl. Soc.Bull. 3:171-173. +#' +#' @export +lsm_c_lsi <- function(landscape) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_lsi_calc) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_lsi_calc <- function(landscape) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all cells are NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "nlsi", + value = as.double(NA))) + } + + # cells at the boundary of the landscape need neighbours to calculate perim + landscape <- pad_raster_internal(landscape, pad_raster_value = NA, + pad_raster_cells = 1, global = FALSE) + + # which cells are NA (i.e. background) + target_na <- which(is.na(landscape)) + + # set all NA to -999 to get adjacencies between patches and all background + landscape[target_na] <- -999 + + # get class edge in terms of cell surfaces + class_perim <- rcpp_get_coocurrence_matrix(landscape, + as.matrix(4)) + + # set diagonal to NA because no edge + diag(class_perim) <- NA + + # calculate total edge + class_perim <- apply(X = class_perim, MARGIN = 1, FUN = sum, na.rm = TRUE)[-1] + + # number of cells class + class_area <- rcpp_get_composition_vector(landscape)[-1] + + # n is the side of the largest integer square + class_n <- trunc(sqrt(class_area)) + + # calculate m + class_m <- class_area - class_n ^ 2 + + # calculate min_edge + class_perim_min <- ifelse(test = class_m == 0, + yes = class_n * 4, + no = ifelse(test = class_n ^ 2 < class_area & class_area <= class_n * (1 + class_n), + yes = 4 * class_n + 2, + no = ifelse(test = class_area > class_n * (1 + class_n), + yes = 4 * class_n + 4, + no = NA))) + + # calculate LSI + lsi <- class_perim / class_perim_min + + # test if any NAs introduced + if (!all(is.finite(lsi))) { + + warning("NAs introduced by lsm_c_lsi.", call. = FALSE) + + lsi[!is.finite(lsi)] <- NA + + } + + return(tibble::tibble(level = "class", + class = as.integer(names(lsi)), + id = as.integer(NA), + metric = "lsi", + value = as.double(lsi))) +} diff --git a/R/lsm_c_mesh.R b/R/lsm_c_mesh.R index 24a3d3950..35752aeab 100644 --- a/R/lsm_c_mesh.R +++ b/R/lsm_c_mesh.R @@ -1,96 +1,96 @@ -#' MESH (class level) -#' -#' @description Effective Mesh Size (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{MESH = \frac{\sum \limits_{j = 1}^{n} a_{ij} ^ 2} {A} * \frac{1} {10000}} -#' where \eqn{a_{ij}} is the patch area in square meters and \eqn{A} is the -#' total landscape area in square meters. -#' -#' The effective mesh size is an 'Aggregation metric'. Because each patch is squared -#' before the sums for each group i are calculated and the sum is standardized by the -#' total landscape area, MESH is a relative measure of patch structure. MESH is -#' perfectly, negatively correlated to \code{\link{lsm_c_division}}. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{cell size / total area <= MESH <= total area} -#' \subsection{Behaviour}{Equals cellsize/total area if class covers only -#' one cell and equals total area if only one patch is present.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_l_mesh}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_mesh(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_mesh -#' @rdname lsm_c_mesh -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh -#' size: new measures of landscape fragmentation. -#' Landscape ecology, 15(2), 115-130. -#' -#' @export -lsm_c_mesh <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_mesh_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_mesh_calc <- function(landscape, directions, resolution = NULL) { - - # get patch area - patch_area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise to landscape area in sqm - total_area <- sum(patch_area$value) * 10000 - - # all values NA - if (is.na(total_area)) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "mesh", - value = as.double(NA))) - } - - # calculate mesh for each patch - patch_area$value <- (patch_area$value * 10000) ^ 2 - - # summarise for each class - mesh <- stats::aggregate(x = patch_area[, 5], by = patch_area[, 2], FUN = sum) - - # relative to total landscape area - mesh$value <- (mesh$value / total_area) * (1 / 10000) - - return(tibble::tibble(level = "class", - class = as.integer(mesh$class), - id = as.integer(NA), - metric = "mesh", - value = as.double(mesh$value))) -} +#' MESH (class level) +#' +#' @description Effective Mesh Size (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{MESH = \frac{\sum \limits_{j = 1}^{n} a_{ij} ^ 2} {A} * \frac{1} {10000}} +#' where \eqn{a_{ij}} is the patch area in square meters and \eqn{A} is the +#' total landscape area in square meters. +#' +#' The effective mesh size is an 'Aggregation metric'. Because each patch is squared +#' before the sums for each group i are calculated and the sum is standardized by the +#' total landscape area, MESH is a relative measure of patch structure. MESH is +#' perfectly, negatively correlated to \code{\link{lsm_c_division}}. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{cell size / total area <= MESH <= total area} +#' \subsection{Behaviour}{Equals cellsize/total area if class covers only +#' one cell and equals total area if only one patch is present.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_l_mesh}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_mesh(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_mesh +#' @rdname lsm_c_mesh +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh +#' size: new measures of landscape fragmentation. +#' Landscape ecology, 15(2), 115-130. +#' +#' @export +lsm_c_mesh <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_mesh_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_mesh_calc <- function(landscape, directions, resolution = NULL) { + + # get patch area + patch_area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise to landscape area in sqm + total_area <- sum(patch_area$value) * 10000 + + # all values NA + if (is.na(total_area)) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "mesh", + value = as.double(NA))) + } + + # calculate mesh for each patch + patch_area$value <- (patch_area$value * 10000) ^ 2 + + # summarise for each class + mesh <- stats::aggregate(x = patch_area[, 5], by = patch_area[, 2], FUN = sum) + + # relative to total landscape area + mesh$value <- (mesh$value / total_area) * (1 / 10000) + + return(tibble::tibble(level = "class", + class = as.integer(mesh$class), + id = as.integer(NA), + metric = "mesh", + value = as.double(mesh$value))) +} diff --git a/R/lsm_c_ndca.R b/R/lsm_c_ndca.R index 2c4638a9f..c80bb3e7b 100644 --- a/R/lsm_c_ndca.R +++ b/R/lsm_c_ndca.R @@ -1,95 +1,95 @@ -#' NDCA (class level) -#' -#' @description Number of disjunct core areas (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{NDCA = \sum \limits_{j = 1}^{n} n_{ij}^{core}} -#' where \eqn{n_{ij}^{core}} is the number of disjunct core areas. -#' -#' NDCA is a 'Core area metric'. The metric summarises class i as the sum of all -#' patches belonging to class i. A cell is defined as core if the cell has no -#' neighbour with a different value than itself (rook's case). NDCA counts the disjunct -#' core areas, whereby a core area is a 'patch within the patch' containing only core cells. -#' It describes patch area and shape simultaneously (more core area when the patch is large, -#' however, the shape must allow disjunct core areas). Thereby, a compact shape (e.g. a square) -#' will contain less disjunct core areas than a more irregular patch. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{NDCA >= 0} -#' \subsection{Behaviour}{NDCA = 0 when TCA = 0, i.e. every cell in patches of class i is -#' an edge. NDCA increases, with out limit, as core area increases and patch shapes allow -#' disjunct core areas (i.e. patch shapes become rather complex).} -#' -#' @seealso -#' \code{\link{lsm_c_tca}}, \cr -#' \code{\link{lsm_p_ncore}}, -#' \code{\link{lsm_l_ndca}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_ndca(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_ndca -#' @rdname lsm_c_ndca -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_ndca <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_ndca_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_ndca_calc <- function(landscape, directions, consider_boundary, edge_depth, - points = NULL){ - - # get number of core areas for each patch - ndca <- lsm_p_ncore_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - points = points) - - # all cells are NA - if (all(is.na(ndca$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "ndca", - value = as.double(NA))) - } - - # summarise for each class - ndca <- stats::aggregate(x = ndca[, 5], by = ndca[, 2], FUN = sum) - - return(tibble::tibble(level = "class", - class = as.integer(ndca$class), - id = as.integer(NA), - metric = "ndca", - value = as.double(ndca$value))) -} +#' NDCA (class level) +#' +#' @description Number of disjunct core areas (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{NDCA = \sum \limits_{j = 1}^{n} n_{ij}^{core}} +#' where \eqn{n_{ij}^{core}} is the number of disjunct core areas. +#' +#' NDCA is a 'Core area metric'. The metric summarises class i as the sum of all +#' patches belonging to class i. A cell is defined as core if the cell has no +#' neighbour with a different value than itself (rook's case). NDCA counts the disjunct +#' core areas, whereby a core area is a 'patch within the patch' containing only core cells. +#' It describes patch area and shape simultaneously (more core area when the patch is large, +#' however, the shape must allow disjunct core areas). Thereby, a compact shape (e.g. a square) +#' will contain less disjunct core areas than a more irregular patch. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{NDCA >= 0} +#' \subsection{Behaviour}{NDCA = 0 when TCA = 0, i.e. every cell in patches of class i is +#' an edge. NDCA increases, with out limit, as core area increases and patch shapes allow +#' disjunct core areas (i.e. patch shapes become rather complex).} +#' +#' @seealso +#' \code{\link{lsm_c_tca}}, \cr +#' \code{\link{lsm_p_ncore}}, +#' \code{\link{lsm_l_ndca}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_ndca(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_ndca +#' @rdname lsm_c_ndca +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_ndca <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_ndca_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_ndca_calc <- function(landscape, directions, consider_boundary, edge_depth, + points = NULL){ + + # get number of core areas for each patch + ndca <- lsm_p_ncore_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + points = points) + + # all cells are NA + if (all(is.na(ndca$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "ndca", + value = as.double(NA))) + } + + # summarise for each class + ndca <- stats::aggregate(x = ndca[, 5], by = ndca[, 2], FUN = sum) + + return(tibble::tibble(level = "class", + class = as.integer(ndca$class), + id = as.integer(NA), + metric = "ndca", + value = as.double(ndca$value))) +} diff --git a/R/lsm_c_nlsi.R b/R/lsm_c_nlsi.R index 88d521b18..532377097 100644 --- a/R/lsm_c_nlsi.R +++ b/R/lsm_c_nlsi.R @@ -1,160 +1,160 @@ -#' nLSI (class level) -#' -#' @description Normalized landscape shape index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' -#' @details -#' \deqn{nLSI = \frac{e_{i} - \min e_{i}} {\max e_{i} - \min e_{i}}} -#' where \eqn{e_{i}} is the total edge length in cell surfaces and \eqn{\min e_{i}} -#' \eqn{\max e_{i}} are the minimum and maximum total edge length in cell surfaces, respectively. -#' -#' nLSI is an 'Aggregation metric'. It is closely related to the \code{\link{lsm_c_lsi}} -#' and describes the ratio of the actual edge length of class i in relation to the -#' hypothetical range of possible edge lengths of class i (min/max). -#' -#' Currently, nLSI ignores all background cells when calculating the minimum and maximum -#' total edge length. Also, a correct calculation of the minimum and maximum -#' total edge length is currently only possible for rectangular landscapes. -#' -#' \subsection{Units}{None} -#' \subsection{Ranges}{0 <= nlsi <= 1} -#' \subsection{Behaviour}{Equals nLSI = 0 when only one squared patch is present. nLSI -#' increases the more disaggregated patches are and equals nLSI = 1 for a maximal disaggregated -#' (i.e. a "checkerboard pattern").} -#' -#' @seealso -#' \code{\link{lsm_c_lsi}} -#' \code{\link{lsm_l_lsi}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_nlsi(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_nlsi -#' @rdname lsm_c_nlsi -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". -#' Wildl. Soc.Bull. 3:171-173. -#' -#' @export -lsm_c_nlsi <- function(landscape) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_nlsi_calc) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_nlsi_calc <- function(landscape) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- terra::res(landscape) - - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all cells are NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "nlsi", - value = as.double(NA))) - } - - # cells at the boundary of the landscape need neighbours to calculate perim - landscape <- pad_raster_internal(landscape, pad_raster_value = NA, - pad_raster_cells = 1, global = FALSE) - - # which cells are NA (i.e. background) - target_na <- which(is.na(landscape)) - - # set all NA to -999 to get adjacencies between patches and all background - landscape[target_na] <- -999 - - # get class edge in terms of cell surfaces - class_perim <- rcpp_get_coocurrence_matrix(landscape, - as.matrix(4)) - - # set diagonal to NA because no edge - diag(class_perim) <- NA - - # calculate total edge - class_perim <- apply(X = class_perim, MARGIN = 1, FUN = sum, na.rm = TRUE)[-1] - - # number of cells class - class_area <- rcpp_get_composition_vector(landscape)[-1] - - # n is the side of the largest integer square - class_n <- trunc(sqrt(class_area)) - - # calculate m - class_m <- class_area - class_n ^ 2 - - # calculate min_edge - class_perim_min <- ifelse(test = class_m == 0, - yes = class_n * 4, - no = ifelse(test = class_n ^ 2 < class_area & class_area <= class_n * (1 + class_n), - yes = 4 * class_n + 2, - no = ifelse(test = class_area > class_n * (1 + class_n), - yes = 4 * class_n + 4, - no = NA))) - - # calculate numerator - numerator <- class_perim - class_perim_min - - # calculate total area in terms of cells - total_area <- sum(rcpp_get_composition_vector(landscape)[-1]) - - # get all cells on the boundary; need to remove padded cells - cells_boundary <- ((nrow(landscape) - 2) * 2) + ((ncol(landscape) - 2) * 2) - - # calculate proportion of classes - class_pi <- prop.table(rcpp_get_composition_vector(landscape)[-1]) - - class_perim_max <- ifelse(test = class_pi <= 0.5, - yes = 4 * class_area, - no = ifelse(test = total_area %% 2 == 0 & class_pi > 0.5 & class_pi <= (0.5 * total_area + 0.5 * cells_boundary) / total_area, - yes = 3 * total_area - 2 * class_area, - no = ifelse(test = total_area %% 2 != 0 & class_pi > 0.5 & class_pi <= (0.5 * total_area + 0.5 * cells_boundary) / total_area, - yes = 3 * total_area - 2 * class_area + 3, - no = ifelse(test = class_pi >= (0.5 * total_area + 0.5 * cells_boundary) / total_area, - yes = class_perim + 4 * (total_area - class_area), - no = NA)))) - - # calculate denominator - denominator <- class_perim_max - class_perim_min - - # calculate total nlsi - nlsi <- numerator / denominator - - # test if any NAs introduced - if (!all(is.finite(nlsi))) { - - warning("NAs introduced by lsm_c_nlsi.", call. = FALSE) - - nlsi[!is.finite(nlsi)] <- NA - - } - - return(tibble::tibble(level = "class", - class = as.integer(names(nlsi)), - id = as.integer(NA), - metric = "nlsi", - value = as.double(nlsi))) -} +#' nLSI (class level) +#' +#' @description Normalized landscape shape index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' +#' @details +#' \deqn{nLSI = \frac{e_{i} - \min e_{i}} {\max e_{i} - \min e_{i}}} +#' where \eqn{e_{i}} is the total edge length in cell surfaces and \eqn{\min e_{i}} +#' \eqn{\max e_{i}} are the minimum and maximum total edge length in cell surfaces, respectively. +#' +#' nLSI is an 'Aggregation metric'. It is closely related to the \code{\link{lsm_c_lsi}} +#' and describes the ratio of the actual edge length of class i in relation to the +#' hypothetical range of possible edge lengths of class i (min/max). +#' +#' Currently, nLSI ignores all background cells when calculating the minimum and maximum +#' total edge length. Also, a correct calculation of the minimum and maximum +#' total edge length is currently only possible for rectangular landscapes. +#' +#' \subsection{Units}{None} +#' \subsection{Ranges}{0 <= nlsi <= 1} +#' \subsection{Behaviour}{Equals nLSI = 0 when only one squared patch is present. nLSI +#' increases the more disaggregated patches are and equals nLSI = 1 for a maximal disaggregated +#' (i.e. a "checkerboard pattern").} +#' +#' @seealso +#' \code{\link{lsm_c_lsi}} +#' \code{\link{lsm_l_lsi}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_nlsi(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_nlsi +#' @rdname lsm_c_nlsi +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". +#' Wildl. Soc.Bull. 3:171-173. +#' +#' @export +lsm_c_nlsi <- function(landscape) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_nlsi_calc) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_nlsi_calc <- function(landscape) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all cells are NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "nlsi", + value = as.double(NA))) + } + + # cells at the boundary of the landscape need neighbours to calculate perim + landscape <- pad_raster_internal(landscape, pad_raster_value = NA, + pad_raster_cells = 1, global = FALSE) + + # which cells are NA (i.e. background) + target_na <- which(is.na(landscape)) + + # set all NA to -999 to get adjacencies between patches and all background + landscape[target_na] <- -999 + + # get class edge in terms of cell surfaces + class_perim <- rcpp_get_coocurrence_matrix(landscape, + as.matrix(4)) + + # set diagonal to NA because no edge + diag(class_perim) <- NA + + # calculate total edge + class_perim <- apply(X = class_perim, MARGIN = 1, FUN = sum, na.rm = TRUE)[-1] + + # number of cells class + class_area <- rcpp_get_composition_vector(landscape)[-1] + + # n is the side of the largest integer square + class_n <- trunc(sqrt(class_area)) + + # calculate m + class_m <- class_area - class_n ^ 2 + + # calculate min_edge + class_perim_min <- ifelse(test = class_m == 0, + yes = class_n * 4, + no = ifelse(test = class_n ^ 2 < class_area & class_area <= class_n * (1 + class_n), + yes = 4 * class_n + 2, + no = ifelse(test = class_area > class_n * (1 + class_n), + yes = 4 * class_n + 4, + no = NA))) + + # calculate numerator + numerator <- class_perim - class_perim_min + + # calculate total area in terms of cells + total_area <- sum(rcpp_get_composition_vector(landscape)[-1]) + + # get all cells on the boundary; need to remove padded cells + cells_boundary <- ((nrow(landscape) - 2) * 2) + ((ncol(landscape) - 2) * 2) + + # calculate proportion of classes + class_pi <- prop.table(rcpp_get_composition_vector(landscape)[-1]) + + class_perim_max <- ifelse(test = class_pi <= 0.5, + yes = 4 * class_area, + no = ifelse(test = total_area %% 2 == 0 & class_pi > 0.5 & class_pi <= (0.5 * total_area + 0.5 * cells_boundary) / total_area, + yes = 3 * total_area - 2 * class_area, + no = ifelse(test = total_area %% 2 != 0 & class_pi > 0.5 & class_pi <= (0.5 * total_area + 0.5 * cells_boundary) / total_area, + yes = 3 * total_area - 2 * class_area + 3, + no = ifelse(test = class_pi >= (0.5 * total_area + 0.5 * cells_boundary) / total_area, + yes = class_perim + 4 * (total_area - class_area), + no = NA)))) + + # calculate denominator + denominator <- class_perim_max - class_perim_min + + # calculate total nlsi + nlsi <- numerator / denominator + + # test if any NAs introduced + if (!all(is.finite(nlsi))) { + + warning("NAs introduced by lsm_c_nlsi.", call. = FALSE) + + nlsi[!is.finite(nlsi)] <- NA + + } + + return(tibble::tibble(level = "class", + class = as.integer(names(nlsi)), + id = as.integer(NA), + metric = "nlsi", + value = as.double(nlsi))) +} diff --git a/R/lsm_c_np.R b/R/lsm_c_np.R index 42f44369a..bfb898a2e 100644 --- a/R/lsm_c_np.R +++ b/R/lsm_c_np.R @@ -1,93 +1,93 @@ -#' NP (class level) -#' -#' @description Number of patches (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{NP = n_{i}} -#' where \eqn{n_{i}} is the number of patches. -#' -#' NP is an 'Aggregation metric'. It describes the fragmentation of a class, however, does not -#' necessarily contain information about the configuration or composition of the class. -#' -#' \subsection{Units}{None} -#' \subsection{Ranges}{NP >= 1} -#' \subsection{Behaviour}{Equals NP = 1 when only one patch is present and -#' increases, without limit, as the number of patches increases} -#' -#' @seealso -#' \code{\link{lsm_l_np}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_np(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_np -#' @rdname lsm_c_np -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_np <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_np_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_np_calc <- function(landscape, directions){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all cells are NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "np", - value = as.double(NA))) - } - - # get unique classes - classes <- get_unique_values_int(landscape, verbose = FALSE) - - # get number of patches - np_class <- lapply(X = classes, FUN = function(patches_class) { - - # connected labeling current class - landscape_labeled <- get_patches_int(landscape, - class = patches_class, - directions = directions)[[1]] - - # max(patch_id) equals number of patches - np <- max(landscape_labeled, na.rm = TRUE) - - tibble::tibble( - level = "class", - class = as.integer(patches_class), - id = as.integer(NA), - metric = "np", - value = as.double(np)) - }) - - do.call(rbind, np_class) -} +#' NP (class level) +#' +#' @description Number of patches (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{NP = n_{i}} +#' where \eqn{n_{i}} is the number of patches. +#' +#' NP is an 'Aggregation metric'. It describes the fragmentation of a class, however, does not +#' necessarily contain information about the configuration or composition of the class. +#' +#' \subsection{Units}{None} +#' \subsection{Ranges}{NP >= 1} +#' \subsection{Behaviour}{Equals NP = 1 when only one patch is present and +#' increases, without limit, as the number of patches increases} +#' +#' @seealso +#' \code{\link{lsm_l_np}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_np(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_np +#' @rdname lsm_c_np +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_np <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_np_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_np_calc <- function(landscape, directions){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all cells are NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "np", + value = as.double(NA))) + } + + # get unique classes + classes <- get_unique_values_int(landscape, verbose = FALSE) + + # get number of patches + np_class <- lapply(X = classes, FUN = function(patches_class) { + + # connected labeling current class + landscape_labeled <- get_patches_int(landscape, + class = patches_class, + directions = directions)[[1]] + + # max(patch_id) equals number of patches + np <- max(landscape_labeled, na.rm = TRUE) + + tibble::tibble( + level = "class", + class = as.integer(patches_class), + id = as.integer(NA), + metric = "np", + value = as.double(np)) + }) + + do.call(rbind, np_class) +} diff --git a/R/lsm_c_pafrac.R b/R/lsm_c_pafrac.R index c62cfe270..1007f54e6 100644 --- a/R/lsm_c_pafrac.R +++ b/R/lsm_c_pafrac.R @@ -1,134 +1,134 @@ -#' PAFRAC (class level) -#' -#' @description Perimeter-Area Fractal Dimension (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param verbose Print warning message if not sufficient patches are present -#' -#' @details -#' \deqn{PAFRAC = \frac{2}{\beta}} -#' where \eqn{\beta} is the slope of the regression of the area against the perimeter -#' (logarithm) \eqn{n_{i}\sum \limits_{j = 1}^{n} \ln a_{ij} = a + \beta n_{i}\sum \limits_{j = 1}^{n} \ln p_{ij}} -#' -#' PAFRAC is a 'Shape metric'. It describes the patch complexity of class i while being -#' scale independent. This means that increasing the patch size while not changing the -#' patch form will not change the metric. However, it is only meaningful if the relationship -#' between the area and perimeter is linear on a logarithmic scale. Furthermore, if there -#' are less than 10 patches in class i, the metric returns NA because of the small-sample -#' issue. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{1 <= PAFRAC <= 2} -#' \subsection{Behaviour}{Approaches PAFRAC = 1 for patches with simple shapes and -#' approaches PAFRAC = 2 for irregular shapes} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_p_perim}}, \cr -#' \code{\link{lsm_l_pafrac}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_pafrac(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_pafrac -#' @rdname lsm_c_pafrac -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Burrough, P. A. 1986. Principles of Geographical Information Systems for -#' Land Resources Assessment. Monographs on Soil and Resources Survey No. 12. -#' Clarendon Press, Oxford -#' -#' @export -lsm_c_pafrac <- function(landscape, directions = 8, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_pafrac_calc, - directions = directions, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_pafrac_calc <- function(landscape, directions, verbose, resolution = NULL){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- terra::res(landscape) - - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "pafrac", - value = as.double(NA))) - } - - # get patch area in sqm - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - area_patch$value <- area_patch$value * 10000 - - # get patch perimeter - perimeter_patch <- lsm_p_perim_calc(landscape, - directions = directions, - resolution = resolution) - - # get number of patches - np_class <- lsm_c_np_calc(landscape, - directions = directions) - - pafrac_class <- lapply(X = seq_len(nrow(np_class)), FUN = function(class_current) { - - class_name <- as.integer(np_class[class_current, "class"]) - - if (np_class$value[np_class$class == class_name] < 10) { - - pafrac <- NA - - if (verbose) { - warning(paste0("Class ", class_name, ": PAFRAC = NA for class with < 10 patches"), - call. = FALSE) - } - - } else { - - area_patch <- area_patch[area_patch$class == class_name, ] - - perimeter_patch <- perimeter_patch[perimeter_patch$class == class_name, ] - - regression_model_class <- stats::lm(log(area_patch$value) ~ log(perimeter_patch$value)) - - pafrac <- 2 / regression_model_class$coefficients[[2]] - } - - tibble::tibble( - level = "class", - class = as.integer(class_name), - id = as.integer(NA), - metric = "pafrac", - value = as.double(pafrac)) - }) - - do.call("rbind", pafrac_class) -} +#' PAFRAC (class level) +#' +#' @description Perimeter-Area Fractal Dimension (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param verbose Print warning message if not sufficient patches are present +#' +#' @details +#' \deqn{PAFRAC = \frac{2}{\beta}} +#' where \eqn{\beta} is the slope of the regression of the area against the perimeter +#' (logarithm) \eqn{n_{i}\sum \limits_{j = 1}^{n} \ln a_{ij} = a + \beta n_{i}\sum \limits_{j = 1}^{n} \ln p_{ij}} +#' +#' PAFRAC is a 'Shape metric'. It describes the patch complexity of class i while being +#' scale independent. This means that increasing the patch size while not changing the +#' patch form will not change the metric. However, it is only meaningful if the relationship +#' between the area and perimeter is linear on a logarithmic scale. Furthermore, if there +#' are less than 10 patches in class i, the metric returns NA because of the small-sample +#' issue. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{1 <= PAFRAC <= 2} +#' \subsection{Behaviour}{Approaches PAFRAC = 1 for patches with simple shapes and +#' approaches PAFRAC = 2 for irregular shapes} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_p_perim}}, \cr +#' \code{\link{lsm_l_pafrac}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_pafrac(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_pafrac +#' @rdname lsm_c_pafrac +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Burrough, P. A. 1986. Principles of Geographical Information Systems for +#' Land Resources Assessment. Monographs on Soil and Resources Survey No. 12. +#' Clarendon Press, Oxford +#' +#' @export +lsm_c_pafrac <- function(landscape, directions = 8, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_pafrac_calc, + directions = directions, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_pafrac_calc <- function(landscape, directions, verbose, resolution = NULL){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "pafrac", + value = as.double(NA))) + } + + # get patch area in sqm + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + area_patch$value <- area_patch$value * 10000 + + # get patch perimeter + perimeter_patch <- lsm_p_perim_calc(landscape, + directions = directions, + resolution = resolution) + + # get number of patches + np_class <- lsm_c_np_calc(landscape, + directions = directions) + + pafrac_class <- lapply(X = seq_len(nrow(np_class)), FUN = function(class_current) { + + class_name <- as.integer(np_class[class_current, "class"]) + + if (np_class$value[np_class$class == class_name] < 10) { + + pafrac <- NA + + if (verbose) { + warning(paste0("Class ", class_name, ": PAFRAC = NA for class with < 10 patches"), + call. = FALSE) + } + + } else { + + area_patch <- area_patch[area_patch$class == class_name, ] + + perimeter_patch <- perimeter_patch[perimeter_patch$class == class_name, ] + + regression_model_class <- stats::lm(log(area_patch$value) ~ log(perimeter_patch$value)) + + pafrac <- 2 / regression_model_class$coefficients[[2]] + } + + tibble::tibble( + level = "class", + class = as.integer(class_name), + id = as.integer(NA), + metric = "pafrac", + value = as.double(pafrac)) + }) + + do.call("rbind", pafrac_class) +} diff --git a/R/lsm_c_para_mn.R b/R/lsm_c_para_mn.R index f4d6c72fa..63ac35972 100644 --- a/R/lsm_c_para_mn.R +++ b/R/lsm_c_para_mn.R @@ -1,86 +1,86 @@ -#' PARA_MN (class level) -#' -#' @description Mean perimeter-area ratio (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PARA_{MN} = mean(PARA[patch_{ij}]} -#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. -#' -#' PARA_MN is a 'Shape metric'. It summarises each class as the mean of -#' each patch belonging to class i. The perimeter-area ratio describes the patch complexity -#' in a straightforward way. However, because it is not standarised to a certain shape -#' (e.g. a square), it is not scale independent, meaning that increasing the patch size -#' while not changing the patch form will change the ratio. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{PARA_MN > 0} -#' \subsection{Behaviour}{Approaches PARA_MN > 0 if PARA for each patch approaches PARA > 0, -#' i.e. the form approaches a rather small square. Increases, without limit, as PARA increases, -#' i.e. patches become more complex.} -#' -#' @seealso -#' \code{\link{lsm_p_para}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_para_sd}}, -#' \code{\link{lsm_c_para_cv}}, \cr -#' \code{\link{lsm_l_para_mn}}, -#' \code{\link{lsm_l_para_sd}}, -#' \code{\link{lsm_l_para_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_para_mn(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_para_mn -#' @rdname lsm_c_para_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_para_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_para_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_para_mn_calc <- function(landscape, directions, resolution = NULL){ - - para <- lsm_p_para_calc(landscape, - directions = directions, - resolution = resolution) - - # all cells are NA - if (all(is.na(para$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "para_mn", - value = as.double(NA))) - } - - para_mn <- stats::aggregate(x = para[, 5], by = para[, 2], FUN = mean) - - return(tibble::tibble(level = "class", - class = as.integer(para_mn$class), - id = as.integer(NA), - metric = "para_mn", - value = as.double(para_mn$value))) -} +#' PARA_MN (class level) +#' +#' @description Mean perimeter-area ratio (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PARA_{MN} = mean(PARA[patch_{ij}]} +#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. +#' +#' PARA_MN is a 'Shape metric'. It summarises each class as the mean of +#' each patch belonging to class i. The perimeter-area ratio describes the patch complexity +#' in a straightforward way. However, because it is not standarised to a certain shape +#' (e.g. a square), it is not scale independent, meaning that increasing the patch size +#' while not changing the patch form will change the ratio. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{PARA_MN > 0} +#' \subsection{Behaviour}{Approaches PARA_MN > 0 if PARA for each patch approaches PARA > 0, +#' i.e. the form approaches a rather small square. Increases, without limit, as PARA increases, +#' i.e. patches become more complex.} +#' +#' @seealso +#' \code{\link{lsm_p_para}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_para_sd}}, +#' \code{\link{lsm_c_para_cv}}, \cr +#' \code{\link{lsm_l_para_mn}}, +#' \code{\link{lsm_l_para_sd}}, +#' \code{\link{lsm_l_para_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_para_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_para_mn +#' @rdname lsm_c_para_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_para_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_para_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_para_mn_calc <- function(landscape, directions, resolution = NULL){ + + para <- lsm_p_para_calc(landscape, + directions = directions, + resolution = resolution) + + # all cells are NA + if (all(is.na(para$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "para_mn", + value = as.double(NA))) + } + + para_mn <- stats::aggregate(x = para[, 5], by = para[, 2], FUN = mean) + + return(tibble::tibble(level = "class", + class = as.integer(para_mn$class), + id = as.integer(NA), + metric = "para_mn", + value = as.double(para_mn$value))) +} diff --git a/R/lsm_c_para_sd.R b/R/lsm_c_para_sd.R index 205f332ec..c214d3a9f 100644 --- a/R/lsm_c_para_sd.R +++ b/R/lsm_c_para_sd.R @@ -1,87 +1,87 @@ -#' PARA_SD (class level) -#' -#' @description Standard deviation perimeter-area ratio (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PARA_{SD} = sd(PARA[patch_{ij}]} -#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. -#' -#' PARA_SD is a 'Shape metric'. It summarises each class as the standard deviation of -#' each patch belonging to class i. The perimeter-area ratio describes the patch complexity -#' in a straightforward way. However, because it is not standarised to a certain shape -#' (e.g. a square), it is not scale independent, meaning that increasing the patch size -#' while not changing the patch form will change the ratio. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{PARA_SD >= 0} -#' \subsection{Behaviour}{Equals PARA_SD = 0 if the perimeter-area ratio is identical for -#' all patches. Increases, without limit, as the variation of the perimeter-area ratio -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_para}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_para_mn}}, -#' \code{\link{lsm_c_para_cv}}, \cr -#' \code{\link{lsm_l_para_mn}}, -#' \code{\link{lsm_l_para_sd}}, -#' \code{\link{lsm_l_para_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_para_sd(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_para_sd -#' @rdname lsm_c_para_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_para_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_para_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_para_sd_calc <- function(landscape, directions, resolution = NULL){ - - para <- lsm_p_para_calc(landscape, - directions = directions, - resolution = resolution) - - # all cells are NA - if (all(is.na(para$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "para_sd", - value = as.double(NA))) - } - - para_sd <- stats::aggregate(x = para[, 5], by = para[, 2], - FUN = stats::sd) - - return(tibble::tibble(level = "class", - class = as.integer(para_sd$class), - id = as.integer(NA), - metric = "para_sd", - value = as.double(para_sd$value))) -} +#' PARA_SD (class level) +#' +#' @description Standard deviation perimeter-area ratio (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PARA_{SD} = sd(PARA[patch_{ij}]} +#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. +#' +#' PARA_SD is a 'Shape metric'. It summarises each class as the standard deviation of +#' each patch belonging to class i. The perimeter-area ratio describes the patch complexity +#' in a straightforward way. However, because it is not standarised to a certain shape +#' (e.g. a square), it is not scale independent, meaning that increasing the patch size +#' while not changing the patch form will change the ratio. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{PARA_SD >= 0} +#' \subsection{Behaviour}{Equals PARA_SD = 0 if the perimeter-area ratio is identical for +#' all patches. Increases, without limit, as the variation of the perimeter-area ratio +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_para}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_para_mn}}, +#' \code{\link{lsm_c_para_cv}}, \cr +#' \code{\link{lsm_l_para_mn}}, +#' \code{\link{lsm_l_para_sd}}, +#' \code{\link{lsm_l_para_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_para_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_para_sd +#' @rdname lsm_c_para_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_para_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_para_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_para_sd_calc <- function(landscape, directions, resolution = NULL){ + + para <- lsm_p_para_calc(landscape, + directions = directions, + resolution = resolution) + + # all cells are NA + if (all(is.na(para$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "para_sd", + value = as.double(NA))) + } + + para_sd <- stats::aggregate(x = para[, 5], by = para[, 2], + FUN = stats::sd) + + return(tibble::tibble(level = "class", + class = as.integer(para_sd$class), + id = as.integer(NA), + metric = "para_sd", + value = as.double(para_sd$value))) +} diff --git a/R/lsm_c_pd.R b/R/lsm_c_pd.R index 9c78f375b..524ff05dc 100644 --- a/R/lsm_c_pd.R +++ b/R/lsm_c_pd.R @@ -1,96 +1,96 @@ -#' PD (class level) -#' -#' @description Patch density (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PD = \frac{n_{i}} {A} * 10000 * 100} -#' where \eqn{n_{i}} is the number of patches and \eqn{A} is the total landscape -#' area in square meters. -#' -#' PD is an 'Aggregation metric'. It describes the fragmentation of a class, however, does not -#' necessarily contain information about the configuration or composition of the class. In -#' contrast to \code{\link{lsm_c_np}} it is standardized to the area and comparisons among -#' landscapes with different total area are possible. -#' -#' \subsection{Units}{Number per 100 hectares} -#' \subsection{Ranges}{0 < PD <= 1e+06} -#' \subsection{Behaviour}{Increases as the landscape gets more patchy. Reaches its maximum -#' if every cell is a different patch.} -#' -#' @seealso -#' \code{\link{lsm_c_np}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_l_pd}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_pd(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_pd -#' @rdname lsm_c_pd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_pd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_pd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_pd_calc <- function(landscape, directions, resolution = NULL) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- terra::res(landscape) - - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all cells are NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "pd", - value = as.double(NA))) - } - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise to total area - area_patch <- sum(area_patch$value) - - # get number of patches - np_class <- lsm_c_np_calc(landscape, directions = directions) - - # calculate relative patch density - np_class$value <- (np_class$value / area_patch) * 100 - - return(tibble::tibble(level = "class", - class = as.integer(np_class$class), - id = as.integer(NA), - metric = "pd", - value = as.double(np_class$value))) -} +#' PD (class level) +#' +#' @description Patch density (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PD = \frac{n_{i}} {A} * 10000 * 100} +#' where \eqn{n_{i}} is the number of patches and \eqn{A} is the total landscape +#' area in square meters. +#' +#' PD is an 'Aggregation metric'. It describes the fragmentation of a class, however, does not +#' necessarily contain information about the configuration or composition of the class. In +#' contrast to \code{\link{lsm_c_np}} it is standardized to the area and comparisons among +#' landscapes with different total area are possible. +#' +#' \subsection{Units}{Number per 100 hectares} +#' \subsection{Ranges}{0 < PD <= 1e+06} +#' \subsection{Behaviour}{Increases as the landscape gets more patchy. Reaches its maximum +#' if every cell is a different patch.} +#' +#' @seealso +#' \code{\link{lsm_c_np}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_l_pd}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_pd(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_pd +#' @rdname lsm_c_pd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_pd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_pd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_pd_calc <- function(landscape, directions, resolution = NULL) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all cells are NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "pd", + value = as.double(NA))) + } + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise to total area + area_patch <- sum(area_patch$value) + + # get number of patches + np_class <- lsm_c_np_calc(landscape, directions = directions) + + # calculate relative patch density + np_class$value <- (np_class$value / area_patch) * 100 + + return(tibble::tibble(level = "class", + class = as.integer(np_class$class), + id = as.integer(NA), + metric = "pd", + value = as.double(np_class$value))) +} diff --git a/R/lsm_c_pladj.R b/R/lsm_c_pladj.R index 92fd1d5ac..e8056d76e 100644 --- a/R/lsm_c_pladj.R +++ b/R/lsm_c_pladj.R @@ -1,88 +1,88 @@ -#' PLADJ (class level) -#' -#' @description Percentage of Like Adjacencies (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' -#' @details -#' \deqn{PLADJ = (\frac{g_{ij}} {\sum \limits_{k = 1}^{m} g_{ik}}) * 100} -#' where \eqn{g_{ii}} is the number of adjacencies between cells of class i -#' and \eqn{g_{ik}} is the number of adjacencies between cells of class i and k. -#' -#' PLADJ is an 'Aggregation metric'. It calculates the frequency how often patches of -#' different classes i (focal class) and k are next to each other, and following is a -#' measure of class aggregation. The adjacencies are counted using the double-count method. -#' -#' \subsection{Units}{Percent} -#' \subsection{Ranges}{0 <= PLADJ <= 100} -#' \subsection{Behaviour}{Equals PLADJ = 0 if class i is maximal disaggregated, -#' i.e. every cell is a different patch. Equals PLADJ = 100 when the only one patch -#' is present.} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_pladj(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_pladj -#' @rdname lsm_c_pladj -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/. -#' -#' @export -lsm_c_pladj <- function(landscape) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_pladj_calc) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_pladj_calc <- function(landscape) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all cells are NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "pladj", - value = as.double(NA))) - } - - landscape_padded <- pad_raster_internal(landscape, pad_raster_value = -999, - pad_raster_cells = 1, global = FALSE) - - tb <- rcpp_get_coocurrence_matrix(landscape_padded, - directions = as.matrix(4)) - - pladj <- vapply(X = seq_len(nrow(tb)), FUN = function(x) { - like_adjacencies <- tb[x, x] - total_adjacencies <- sum(tb[x, ]) - - like_adjacencies / total_adjacencies * 100 - }, FUN.VALUE = numeric(1)) - - pladj <- pladj[-1] - names <- row.names(tb)[-1] - - return(tibble::tibble(level = "class", - class = as.integer(names), - id = as.integer(NA), - metric = "pladj", - value = as.double(pladj))) -} +#' PLADJ (class level) +#' +#' @description Percentage of Like Adjacencies (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' +#' @details +#' \deqn{PLADJ = (\frac{g_{ij}} {\sum \limits_{k = 1}^{m} g_{ik}}) * 100} +#' where \eqn{g_{ii}} is the number of adjacencies between cells of class i +#' and \eqn{g_{ik}} is the number of adjacencies between cells of class i and k. +#' +#' PLADJ is an 'Aggregation metric'. It calculates the frequency how often patches of +#' different classes i (focal class) and k are next to each other, and following is a +#' measure of class aggregation. The adjacencies are counted using the double-count method. +#' +#' \subsection{Units}{Percent} +#' \subsection{Ranges}{0 <= PLADJ <= 100} +#' \subsection{Behaviour}{Equals PLADJ = 0 if class i is maximal disaggregated, +#' i.e. every cell is a different patch. Equals PLADJ = 100 when the only one patch +#' is present.} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_pladj(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_pladj +#' @rdname lsm_c_pladj +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/. +#' +#' @export +lsm_c_pladj <- function(landscape) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_pladj_calc) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_pladj_calc <- function(landscape) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all cells are NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "pladj", + value = as.double(NA))) + } + + landscape_padded <- pad_raster_internal(landscape, pad_raster_value = -999, + pad_raster_cells = 1, global = FALSE) + + tb <- rcpp_get_coocurrence_matrix(landscape_padded, + directions = as.matrix(4)) + + pladj <- vapply(X = seq_len(nrow(tb)), FUN = function(x) { + like_adjacencies <- tb[x, x] + total_adjacencies <- sum(tb[x, ]) + + like_adjacencies / total_adjacencies * 100 + }, FUN.VALUE = numeric(1)) + + pladj <- pladj[-1] + names <- row.names(tb)[-1] + + return(tibble::tibble(level = "class", + class = as.integer(names), + id = as.integer(NA), + metric = "pladj", + value = as.double(pladj))) +} diff --git a/R/lsm_c_pland.R b/R/lsm_c_pland.R index ffc2d5f04..5a07cce62 100644 --- a/R/lsm_c_pland.R +++ b/R/lsm_c_pland.R @@ -1,82 +1,82 @@ -#' PLAND (class level) -#' -#' @description Percentage of landscape of class (Area and Edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PLAND = \frac{\sum \limits_{j = 1}^{n} a_{ij}} {A} * 100} -#' where \eqn{a_{ij}} is the area of each patch and \eqn{A} is the total -#' landscape area. -#' -#' PLAND is an 'Area and edge metric'. It is the percentage of the landscape -#' belonging to class i. It is a measure of composition and because of the relative -#' character directly comparable among landscapes with different total areas. -#' -#' \subsection{Units}{Percentage} -#' \subsection{Range}{0 < PLAND <= 100} -#' \subsection{Behaviour}{Approaches PLAND = 0 when the proportional class area is decreasing. -#' Equals PLAND = 100 when only one patch is present.} -#' -#' @seealso -#' \code{\link{lsm_c_ca}}, -#' \code{\link{lsm_l_ta}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_pland(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_pland -#' @rdname lsm_c_pland -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_pland <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_pland_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_pland_calc <- function(landscape, directions, resolution = NULL){ - - pland <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(pland$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "pland", - value = as.double(NA))) - } - - pland <- stats::aggregate(x = pland[, 5], by = pland[, 2], FUN = sum) - - pland$value <- pland$value / sum(pland$value) * 100 - - return(tibble::tibble(level = "class", - class = as.integer(pland$class), - id = as.integer(NA), - metric = "pland", - value = as.double(pland$value))) -} - +#' PLAND (class level) +#' +#' @description Percentage of landscape of class (Area and Edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PLAND = \frac{\sum \limits_{j = 1}^{n} a_{ij}} {A} * 100} +#' where \eqn{a_{ij}} is the area of each patch and \eqn{A} is the total +#' landscape area. +#' +#' PLAND is an 'Area and edge metric'. It is the percentage of the landscape +#' belonging to class i. It is a measure of composition and because of the relative +#' character directly comparable among landscapes with different total areas. +#' +#' \subsection{Units}{Percentage} +#' \subsection{Range}{0 < PLAND <= 100} +#' \subsection{Behaviour}{Approaches PLAND = 0 when the proportional class area is decreasing. +#' Equals PLAND = 100 when only one patch is present.} +#' +#' @seealso +#' \code{\link{lsm_c_ca}}, +#' \code{\link{lsm_l_ta}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_pland(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_pland +#' @rdname lsm_c_pland +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_pland <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_pland_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_pland_calc <- function(landscape, directions, resolution = NULL){ + + pland <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(pland$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "pland", + value = as.double(NA))) + } + + pland <- stats::aggregate(x = pland[, 5], by = pland[, 2], FUN = sum) + + pland$value <- pland$value / sum(pland$value) * 100 + + return(tibble::tibble(level = "class", + class = as.integer(pland$class), + id = as.integer(NA), + metric = "pland", + value = as.double(pland$value))) +} + diff --git a/R/lsm_c_shape_mn.R b/R/lsm_c_shape_mn.R index fc3691c45..ae92e461e 100644 --- a/R/lsm_c_shape_mn.R +++ b/R/lsm_c_shape_mn.R @@ -1,90 +1,90 @@ -#' SHAPE_MN (class level) -#' -#' @description Mean shape index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{SHAPE_{MN} = mean(SHAPE[patch_{ij}])} -#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. -#' -#' SHAPE_MN is a 'Shape metric'. Each class is summarised as the mean -#' of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter -#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -#' equals the perimeter if the patch would be maximally compact. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{SHAPE_SD >= 1} -#' \subsection{Behaviour}{Equals SHAPE_MN = 0 if all patches are squares. -#' Increases, without limit, as the shapes of patches become more complex.} -#' -#' @seealso -#' \code{\link{lsm_p_shape}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_shape_sd}}, -#' \code{\link{lsm_c_shape_cv}}, \cr -#' \code{\link{lsm_l_shape_mn}}, -#' \code{\link{lsm_l_shape_sd}}, -#' \code{\link{lsm_l_shape_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_shape_mn(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_shape_mn -#' @rdname lsm_c_shape_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". -#' Wildl. Soc.Bull. 3:171-173. -#' -#' @export -lsm_c_shape_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_shape_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_shape_mn_calc <- function(landscape, directions, resolution = NULL){ - - # shape index for each patch - shape <- lsm_p_shape_calc(landscape, - directions = directions, - resolution = resolution) - - # all cells are NA - if (all(is.na(shape$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "shape_mn", - value = as.double(NA))) - } - - # calculate mean - shape_mn <- stats::aggregate(x = shape[, 5], by = shape[, 2], FUN = mean, - na.rm = TRUE) - - return(tibble::tibble(level = "class", - class = as.integer(shape_mn$class), - id = as.integer(NA), - metric = "shape_mn", - value = as.double(shape_mn$value))) -} +#' SHAPE_MN (class level) +#' +#' @description Mean shape index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{SHAPE_{MN} = mean(SHAPE[patch_{ij}])} +#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. +#' +#' SHAPE_MN is a 'Shape metric'. Each class is summarised as the mean +#' of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter +#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter +#' equals the perimeter if the patch would be maximally compact. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{SHAPE_SD >= 1} +#' \subsection{Behaviour}{Equals SHAPE_MN = 0 if all patches are squares. +#' Increases, without limit, as the shapes of patches become more complex.} +#' +#' @seealso +#' \code{\link{lsm_p_shape}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_shape_sd}}, +#' \code{\link{lsm_c_shape_cv}}, \cr +#' \code{\link{lsm_l_shape_mn}}, +#' \code{\link{lsm_l_shape_sd}}, +#' \code{\link{lsm_l_shape_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_shape_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_shape_mn +#' @rdname lsm_c_shape_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". +#' Wildl. Soc.Bull. 3:171-173. +#' +#' @export +lsm_c_shape_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_shape_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_shape_mn_calc <- function(landscape, directions, resolution = NULL){ + + # shape index for each patch + shape <- lsm_p_shape_calc(landscape, + directions = directions, + resolution = resolution) + + # all cells are NA + if (all(is.na(shape$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "shape_mn", + value = as.double(NA))) + } + + # calculate mean + shape_mn <- stats::aggregate(x = shape[, 5], by = shape[, 2], FUN = mean, + na.rm = TRUE) + + return(tibble::tibble(level = "class", + class = as.integer(shape_mn$class), + id = as.integer(NA), + metric = "shape_mn", + value = as.double(shape_mn$value))) +} diff --git a/R/lsm_c_shape_sd.R b/R/lsm_c_shape_sd.R index c8033e7f6..47f7db135 100644 --- a/R/lsm_c_shape_sd.R +++ b/R/lsm_c_shape_sd.R @@ -1,91 +1,91 @@ -#' SHAPE_SD (class level) -#' -#' @description Standard deviation shape index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{SHAPE_{SD} = sd(SHAPE[patch_{ij}])} -#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. -#' -#' SHAPE_SD is a 'Shape metric'. Each class is summarised as the standard deviation -#' of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter -#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -#' equals the perimeter if the patch would be maximally compact. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{SHAPE_SD >= 0} -#' \subsection{Behaviour}{Equals SHAPE_SD = 0 if all patches have an identical shape index. -#' Increases, without limit, as the variation of the shape index increases.} -#' -#' @seealso -#' \code{\link{lsm_p_shape}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_shape_mn}}, -#' \code{\link{lsm_c_shape_cv}}, \cr -#' \code{\link{lsm_l_shape_mn}}, -#' \code{\link{lsm_l_shape_sd}}, -#' \code{\link{lsm_l_shape_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_shape_sd(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_shape_sd -#' @rdname lsm_c_shape_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". -#' Wildl. Soc.Bull. 3:171-173. -#' -#' @export -lsm_c_shape_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_shape_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_shape_sd_calc <- function(landscape, directions, resolution = NULL){ - - # shape index for each patch - shape <- lsm_p_shape_calc(landscape, - directions = directions, - resolution = resolution) - - # all cells are NA - if (all(is.na(shape$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "shape_sd", - value = as.double(NA))) - } - - # calculate sd - shape_sd <- stats::aggregate(x = shape[, 5], by = shape[, 2], - FUN = stats::sd, - na.rm = TRUE) - - return(tibble::tibble(level = "class", - class = as.integer(shape_sd$class), - id = as.integer(NA), - metric = "shape_sd", - value = as.double(shape_sd$value))) -} +#' SHAPE_SD (class level) +#' +#' @description Standard deviation shape index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{SHAPE_{SD} = sd(SHAPE[patch_{ij}])} +#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. +#' +#' SHAPE_SD is a 'Shape metric'. Each class is summarised as the standard deviation +#' of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter +#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter +#' equals the perimeter if the patch would be maximally compact. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{SHAPE_SD >= 0} +#' \subsection{Behaviour}{Equals SHAPE_SD = 0 if all patches have an identical shape index. +#' Increases, without limit, as the variation of the shape index increases.} +#' +#' @seealso +#' \code{\link{lsm_p_shape}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_shape_mn}}, +#' \code{\link{lsm_c_shape_cv}}, \cr +#' \code{\link{lsm_l_shape_mn}}, +#' \code{\link{lsm_l_shape_sd}}, +#' \code{\link{lsm_l_shape_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_shape_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_shape_sd +#' @rdname lsm_c_shape_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". +#' Wildl. Soc.Bull. 3:171-173. +#' +#' @export +lsm_c_shape_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_shape_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_shape_sd_calc <- function(landscape, directions, resolution = NULL){ + + # shape index for each patch + shape <- lsm_p_shape_calc(landscape, + directions = directions, + resolution = resolution) + + # all cells are NA + if (all(is.na(shape$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "shape_sd", + value = as.double(NA))) + } + + # calculate sd + shape_sd <- stats::aggregate(x = shape[, 5], by = shape[, 2], + FUN = stats::sd, + na.rm = TRUE) + + return(tibble::tibble(level = "class", + class = as.integer(shape_sd$class), + id = as.integer(NA), + metric = "shape_sd", + value = as.double(shape_sd$value))) +} diff --git a/R/lsm_c_split.R b/R/lsm_c_split.R index 8e3203cf7..ac4d4a386 100644 --- a/R/lsm_c_split.R +++ b/R/lsm_c_split.R @@ -1,94 +1,94 @@ -#' SPLIT (class level) -#' -#' @description Splitting index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{SPLIT = \frac{A^2} {\sum \limits_{j = 1}^{n} a_{ij}^2}} -#' where \eqn{a_{ij}} is the patch area in square meters and \eqn{A} is the -#' total landscape area. -#' -#' SPLIT is an 'Aggregation metric'. It describes the number of patches if all patches of -#' class i would be divided into equally sized patches. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{1 <= SPLIT <= Number of cells squared} -#' \subsection{Behaviour}{Equals SPLIT = 1 if only one patch is present. Increases as -#' the number of patches of class i increases and is limited if all cells are a patch} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_l_split}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_split(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_split -#' @rdname lsm_c_split -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh -#' size: new measures of landscape fragmentation. -#' Landscape ecology, 15(2), 115-130. -#' -#' @export -lsm_c_split <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_split_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_split_calc <- function(landscape, directions, resolution = NULL) { - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise to total area - area_total <- sum(area_patch$value) - - # all values NA - if (is.na(area_total)) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "split", - value = as.double(NA))) - } - - # calculate split for each patch - area_patch$value <- area_patch$value ^ 2 - - # summarise for each class - split <- stats::aggregate(x = area_patch[, 5], by = area_patch[, 2], FUN = sum) - - # calculate split - split$value <- (area_total ^ 2) / split$value - - return(tibble::tibble(level = "class", - class = as.integer(split$class), - id = as.integer(NA), - metric = "split", - value = as.double(split$value))) -} +#' SPLIT (class level) +#' +#' @description Splitting index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{SPLIT = \frac{A^2} {\sum \limits_{j = 1}^{n} a_{ij}^2}} +#' where \eqn{a_{ij}} is the patch area in square meters and \eqn{A} is the +#' total landscape area. +#' +#' SPLIT is an 'Aggregation metric'. It describes the number of patches if all patches of +#' class i would be divided into equally sized patches. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{1 <= SPLIT <= Number of cells squared} +#' \subsection{Behaviour}{Equals SPLIT = 1 if only one patch is present. Increases as +#' the number of patches of class i increases and is limited if all cells are a patch} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_l_split}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_split(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_split +#' @rdname lsm_c_split +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh +#' size: new measures of landscape fragmentation. +#' Landscape ecology, 15(2), 115-130. +#' +#' @export +lsm_c_split <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_split_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_split_calc <- function(landscape, directions, resolution = NULL) { + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise to total area + area_total <- sum(area_patch$value) + + # all values NA + if (is.na(area_total)) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "split", + value = as.double(NA))) + } + + # calculate split for each patch + area_patch$value <- area_patch$value ^ 2 + + # summarise for each class + split <- stats::aggregate(x = area_patch[, 5], by = area_patch[, 2], FUN = sum) + + # calculate split + split$value <- (area_total ^ 2) / split$value + + return(tibble::tibble(level = "class", + class = as.integer(split$class), + id = as.integer(NA), + metric = "split", + value = as.double(split$value))) +} diff --git a/R/lsm_c_tca.R b/R/lsm_c_tca.R index 1b390feeb..40949f856 100644 --- a/R/lsm_c_tca.R +++ b/R/lsm_c_tca.R @@ -1,92 +1,92 @@ -#' TCA (class level) -#' -#' @description Total core area (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{TCA = \sum_{j = 1}^{n} a_{ij}^{core} * (\frac{1} {10000})} -#' where here \eqn{a_{ij}^{core}} is the core area in square meters. -#' -#' TCA is a 'Core area metric' and equals the sum of core areas of all patches belonging -#' to class i. A cell is defined as core area if the cell has no neighbour with a different -#' value than itself (rook's case). In other words, the core area of a patch is all area that -#' is not an edge. It characterises patch areas and shapes of patches belonging to class i -#' simultaneously (more core area when the patch is large and the shape is rather compact, -#' i.e. a square). Additionally, TCA is a measure for the configuration of the landscape, -#' because the sum of edges increase as patches are less aggregated. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{TCA >= 0} -#' \subsection{Behaviour}{Increases, without limit, as patch areas increase -#' and patch shapes simplify. TCA = 0 when every cell in every patch of class i -#' is an edge.} -#' -#' @seealso -#' \code{\link{lsm_p_core}}, -#' \code{\link{lsm_l_tca}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_tca(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_tca -#' @rdname lsm_c_tca -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_tca <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_tca_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_tca_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ - - core_area <- lsm_p_core_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # all cells are NA - if (all(is.na(core_area$value))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "tca", - value = as.double(NA))) - } - - core_area <- stats::aggregate(x = core_area[, 5], by = core_area[, 2], - FUN = sum) - - return(tibble::tibble(level = "class", - class = as.integer(core_area$class), - id = as.integer(NA), - metric = "tca", - value = as.double(core_area$value))) -} +#' TCA (class level) +#' +#' @description Total core area (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{TCA = \sum_{j = 1}^{n} a_{ij}^{core} * (\frac{1} {10000})} +#' where here \eqn{a_{ij}^{core}} is the core area in square meters. +#' +#' TCA is a 'Core area metric' and equals the sum of core areas of all patches belonging +#' to class i. A cell is defined as core area if the cell has no neighbour with a different +#' value than itself (rook's case). In other words, the core area of a patch is all area that +#' is not an edge. It characterises patch areas and shapes of patches belonging to class i +#' simultaneously (more core area when the patch is large and the shape is rather compact, +#' i.e. a square). Additionally, TCA is a measure for the configuration of the landscape, +#' because the sum of edges increase as patches are less aggregated. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{TCA >= 0} +#' \subsection{Behaviour}{Increases, without limit, as patch areas increase +#' and patch shapes simplify. TCA = 0 when every cell in every patch of class i +#' is an edge.} +#' +#' @seealso +#' \code{\link{lsm_p_core}}, +#' \code{\link{lsm_l_tca}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_tca(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_tca +#' @rdname lsm_c_tca +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_tca <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_tca_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_tca_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ + + core_area <- lsm_p_core_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # all cells are NA + if (all(is.na(core_area$value))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "tca", + value = as.double(NA))) + } + + core_area <- stats::aggregate(x = core_area[, 5], by = core_area[, 2], + FUN = sum) + + return(tibble::tibble(level = "class", + class = as.integer(core_area$class), + id = as.integer(NA), + metric = "tca", + value = as.double(core_area$value))) +} diff --git a/R/lsm_c_te.R b/R/lsm_c_te.R index 10dce67c0..fbbf7a26c 100644 --- a/R/lsm_c_te.R +++ b/R/lsm_c_te.R @@ -1,176 +1,176 @@ -#' TE (class level) -#' -#' @description Total (class) edge (Area and Edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param count_boundary Include landscape boundary in edge length -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{TE = \sum \limits_{k = 1}^{m} e_{ik}} -#' where \eqn{e_{ik}} is the edge lengths in meters. - -#' TE is an 'Area and edge metric'. Total (class) edge includes all edges between class i and -#' all other classes k. It measures the configuration of the landscape because a highly -#' fragmented landscape will have many edges. However, total edge is an absolute measure, -#' making comparisons among landscapes with different total areas difficult. If -#' \code{count_boundary = TRUE} also edges to the landscape boundary are included. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{TE >= 0} -#' \subsection{Behaviour}{Equals TE = 0 if all cells are edge cells. Increases, without limit, -#' as landscape becomes more fragmented} -#' -#' @seealso -#' \code{\link{lsm_p_perim}} -#' \code{\link{lsm_l_te}} -#' -#' @return tibble -#' -#' @examples -#' lsm_c_te(terra::unwrap(landscape)) -#' -#' @aliases lsm_c_te -#' @rdname lsm_c_te -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_c_te <- function(landscape, - count_boundary = FALSE, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_c_te_calc, - count_boundary = count_boundary, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_c_te_calc <- function(landscape, count_boundary, directions, resolution = NULL) { - - # conver raster to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- terra::res(landscape) - - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "class", - class = as.integer(NA), - id = as.integer(NA), - metric = "te", - value = as.double(NA))) - } - - # get resolution in x-y directions - resolution_x <- resolution[[1]] - resolution_y <- resolution[[2]] - - # get class id - classes <- get_unique_values_int(landscape, verbose = FALSE) - - if (length(classes) == 1 && !count_boundary) { - - tibble::tibble( - level = "class", - class = as.integer(classes), - id = as.integer(NA), - metric = "te", - value = as.double(0)) - - } else { - - # resolution not identical in x and y direction - if (resolution_x != resolution_y) { - - top_bottom_matrix <- matrix(c(NA, NA, NA, - 1, 0, 1, - NA, NA, NA), 3, 3, byrow = TRUE) - - left_right_matrix <- matrix(c(NA, 1, NA, - NA, 0, NA, - NA, 1, NA), 3, 3, byrow = TRUE) - } - - te_class <- lapply(X = classes, function(patches_class) { - - # get connected patches - landscape_labeled <- get_patches_int(landscape, - class = patches_class, - directions = directions)[[1]] - - # set all non-class patches, but not NAs, to -999 - edge_cells <- which(!is.na(landscape) & landscape != patches_class) - - landscape_labeled[edge_cells] <- -999 - - # add one row/column to count landscape boundary - if (count_boundary) { - landscape_labeled <- pad_raster_internal(landscape = landscape_labeled, - pad_raster_value = -999, - pad_raster_cells = 1, - global = FALSE) - - # set NA to -999 - landscape_labeled[is.na(landscape_labeled)] <- -999 - } - - # resolution identical in x and y direction - if (resolution_x == resolution_y) { - - # get adjacencies - neighbor_matrix <- rcpp_get_coocurrence_matrix_single(landscape_labeled, - directions = as.matrix(4), - single_class = -999) - - # sum of all adjacencies between patch id and non-class patches (-999) converted to edge length - edge_ik <- (sum(neighbor_matrix[2:nrow(neighbor_matrix), 1])) * resolution_x - } - - else { - - # get adjacencies - left_right_neighbours <- rcpp_get_coocurrence_matrix_single(landscape_labeled, - directions = as.matrix(left_right_matrix), - single_class = -999) - - # sum of all adjacencies between patch id and non-class patches (-999) converted to edge length - edge_ik_left_right <- sum(left_right_neighbours[2:nrow(left_right_neighbours), 1]) * resolution_x - - # get adjacencies - top_bottom_neighbours <- rcpp_get_coocurrence_matrix_single(landscape_labeled, - directions = as.matrix(top_bottom_matrix), - single_class = -999) - - # sum of all adjacencies between patch id and non-class patches (-999) converted to edge length - edge_ik_top_bottom <- sum(top_bottom_neighbours[2:nrow(top_bottom_neighbours), 1]) * resolution_y - - # add edge length in x- and y-direction - edge_ik <- edge_ik_left_right + edge_ik_top_bottom - } - - tibble::tibble( - level = "class", - class = as.integer(patches_class), - id = as.integer(NA), - metric = "te", - value = as.double(edge_ik)) - }) - - do.call("rbind", te_class) - } -} +#' TE (class level) +#' +#' @description Total (class) edge (Area and Edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param count_boundary Include landscape boundary in edge length +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{TE = \sum \limits_{k = 1}^{m} e_{ik}} +#' where \eqn{e_{ik}} is the edge lengths in meters. + +#' TE is an 'Area and edge metric'. Total (class) edge includes all edges between class i and +#' all other classes k. It measures the configuration of the landscape because a highly +#' fragmented landscape will have many edges. However, total edge is an absolute measure, +#' making comparisons among landscapes with different total areas difficult. If +#' \code{count_boundary = TRUE} also edges to the landscape boundary are included. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{TE >= 0} +#' \subsection{Behaviour}{Equals TE = 0 if all cells are edge cells. Increases, without limit, +#' as landscape becomes more fragmented} +#' +#' @seealso +#' \code{\link{lsm_p_perim}} +#' \code{\link{lsm_l_te}} +#' +#' @return tibble +#' +#' @examples +#' lsm_c_te(terra::unwrap(landscape)) +#' +#' @aliases lsm_c_te +#' @rdname lsm_c_te +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_c_te <- function(landscape, + count_boundary = FALSE, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_c_te_calc, + count_boundary = count_boundary, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_c_te_calc <- function(landscape, count_boundary, directions, resolution = NULL) { + + # conver raster to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "class", + class = as.integer(NA), + id = as.integer(NA), + metric = "te", + value = as.double(NA))) + } + + # get resolution in x-y directions + resolution_x <- resolution[[1]] + resolution_y <- resolution[[2]] + + # get class id + classes <- get_unique_values_int(landscape, verbose = FALSE) + + if (length(classes) == 1 && !count_boundary) { + + tibble::tibble( + level = "class", + class = as.integer(classes), + id = as.integer(NA), + metric = "te", + value = as.double(0)) + + } else { + + # resolution not identical in x and y direction + if (resolution_x != resolution_y) { + + top_bottom_matrix <- matrix(c(NA, NA, NA, + 1, 0, 1, + NA, NA, NA), 3, 3, byrow = TRUE) + + left_right_matrix <- matrix(c(NA, 1, NA, + NA, 0, NA, + NA, 1, NA), 3, 3, byrow = TRUE) + } + + te_class <- lapply(X = classes, function(patches_class) { + + # get connected patches + landscape_labeled <- get_patches_int(landscape, + class = patches_class, + directions = directions)[[1]] + + # set all non-class patches, but not NAs, to -999 + edge_cells <- which(!is.na(landscape) & landscape != patches_class) + + landscape_labeled[edge_cells] <- -999 + + # add one row/column to count landscape boundary + if (count_boundary) { + landscape_labeled <- pad_raster_internal(landscape = landscape_labeled, + pad_raster_value = -999, + pad_raster_cells = 1, + global = FALSE) + + # set NA to -999 + landscape_labeled[is.na(landscape_labeled)] <- -999 + } + + # resolution identical in x and y direction + if (resolution_x == resolution_y) { + + # get adjacencies + neighbor_matrix <- rcpp_get_coocurrence_matrix_single(landscape_labeled, + directions = as.matrix(4), + single_class = -999) + + # sum of all adjacencies between patch id and non-class patches (-999) converted to edge length + edge_ik <- (sum(neighbor_matrix[2:nrow(neighbor_matrix), 1])) * resolution_x + } + + else { + + # get adjacencies + left_right_neighbours <- rcpp_get_coocurrence_matrix_single(landscape_labeled, + directions = as.matrix(left_right_matrix), + single_class = -999) + + # sum of all adjacencies between patch id and non-class patches (-999) converted to edge length + edge_ik_left_right <- sum(left_right_neighbours[2:nrow(left_right_neighbours), 1]) * resolution_x + + # get adjacencies + top_bottom_neighbours <- rcpp_get_coocurrence_matrix_single(landscape_labeled, + directions = as.matrix(top_bottom_matrix), + single_class = -999) + + # sum of all adjacencies between patch id and non-class patches (-999) converted to edge length + edge_ik_top_bottom <- sum(top_bottom_neighbours[2:nrow(top_bottom_neighbours), 1]) * resolution_y + + # add edge length in x- and y-direction + edge_ik <- edge_ik_left_right + edge_ik_top_bottom + } + + tibble::tibble( + level = "class", + class = as.integer(patches_class), + id = as.integer(NA), + metric = "te", + value = as.double(edge_ik)) + }) + + do.call("rbind", te_class) + } +} diff --git a/R/lsm_l_ai.R b/R/lsm_l_ai.R index b12ef9aa3..c0cb6fea9 100644 --- a/R/lsm_l_ai.R +++ b/R/lsm_l_ai.R @@ -1,93 +1,93 @@ -#' AI (landscape level) -#' -#' @description Aggregation index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers -#' -#' @details -#' \deqn{AI = \Bigg[\sum\limits_{i=1}^m \Big( \frac{g_{ii}}{max-g_{ii}} \Big) P_{i} \Bigg](100) } -#' -#' where \eqn{g_{ii}} is the number of like adjacencies based on the single-count method and -#' \eqn{max-g_{ii}} is the classwise maximum number of like adjacencies of class i and \eqn{P_{i}} -#' the proportion of landscape compromised of class i. -#' -#' AI is an 'Aggregation metric'. It equals the number of like adjacencies divided -#' by the theoretical maximum possible number of like adjacencies for that class summed over each -#' class for the entire landscape. -#' The metric is based on he adjacency matrix and the single-count method. -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{0 <= AI <= 100} -#' \subsection{Behaviour}{Equals 0 for maximally disaggregated and 100 -#' for maximally aggregated classes.} -#' -#' @return tibble -#' @seealso -#' \code{\link{lsm_c_ai}} -#' -#' @examples -#' lsm_l_ai(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_ai -#' @rdname lsm_l_ai -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' He, H. S., DeZonia, B. E., & Mladenoff, D. J. 2000. An aggregation index (AI) -#' to quantify spatial patterns of landscapes. Landscape ecology, 15(7), 591-601. -#' -#' @export -lsm_l_ai <- function(landscape) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_ai_calc) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_ai_calc <- function(landscape, resolution = NULL) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- terra::res(landscape) - - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "ai", - value = as.double(NA))) - } - - # get aggregation index for each class - ai <- lsm_c_ai_calc(landscape) - - # get proportional class area - pland <- lsm_c_pland_calc(landscape, - directions = 8, - resolution = resolution) - - # final AI index - result <- sum(ai$value * (pland$value / 100), na.rm = TRUE) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "ai", - value = as.double(result))) -} - +#' AI (landscape level) +#' +#' @description Aggregation index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' +#' @details +#' \deqn{AI = \Bigg[\sum\limits_{i=1}^m \Big( \frac{g_{ii}}{max-g_{ii}} \Big) P_{i} \Bigg](100) } +#' +#' where \eqn{g_{ii}} is the number of like adjacencies based on the single-count method and +#' \eqn{max-g_{ii}} is the classwise maximum number of like adjacencies of class i and \eqn{P_{i}} +#' the proportion of landscape compromised of class i. +#' +#' AI is an 'Aggregation metric'. It equals the number of like adjacencies divided +#' by the theoretical maximum possible number of like adjacencies for that class summed over each +#' class for the entire landscape. +#' The metric is based on he adjacency matrix and the single-count method. +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{0 <= AI <= 100} +#' \subsection{Behaviour}{Equals 0 for maximally disaggregated and 100 +#' for maximally aggregated classes.} +#' +#' @return tibble +#' @seealso +#' \code{\link{lsm_c_ai}} +#' +#' @examples +#' lsm_l_ai(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_ai +#' @rdname lsm_l_ai +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' He, H. S., DeZonia, B. E., & Mladenoff, D. J. 2000. An aggregation index (AI) +#' to quantify spatial patterns of landscapes. Landscape ecology, 15(7), 591-601. +#' +#' @export +lsm_l_ai <- function(landscape) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_ai_calc) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_ai_calc <- function(landscape, resolution = NULL) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "ai", + value = as.double(NA))) + } + + # get aggregation index for each class + ai <- lsm_c_ai_calc(landscape) + + # get proportional class area + pland <- lsm_c_pland_calc(landscape, + directions = 8, + resolution = resolution) + + # final AI index + result <- sum(ai$value * (pland$value / 100), na.rm = TRUE) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "ai", + value = as.double(result))) +} + diff --git a/R/lsm_l_area_mn.R b/R/lsm_l_area_mn.R index 8538ee92d..4ebf1e595 100644 --- a/R/lsm_l_area_mn.R +++ b/R/lsm_l_area_mn.R @@ -1,88 +1,88 @@ -#' AREA_MN (landscape level) -#' -#' @description Mean of patch area (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{AREA_{MN} = mean(AREA[patch_{ij}])} -#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares -#' -#' AREA_MN is an 'Area and Edge metric'. The metric summarises the landscape -#' as the mean of all patch in the landscape. The metric is a simple way -#' to describe the composition of the landscape. Especially together with the total -#' landscape area (\code{\link{lsm_l_ta}}), it can also give an an idea of patch structure -#' (e.g. many small patches vs. few larges patches). -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{AREA_MN > 0} -#' \subsection{Behaviour}{Approaches AREA_MN = 0 if all patches are small. Increases, without -#' limit, as the patch areas increase.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_area_mn}}, -#' \code{\link{lsm_c_area_sd}}, -#' \code{\link{lsm_c_area_cv}} \cr -#' \code{\link{lsm_l_area_sd}}, -#' \code{\link{lsm_l_area_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_area_mn(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_area_mn -#' @rdname lsm_l_area_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_area_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_area_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_area_mn_calc <- function(landscape, directions, resolution = NULL){ - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(area_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "area_mn", - value = as.double(NA))) - } - - # calculate mean - area_mean <- mean(area_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "area_mn", - value = as.double(area_mean))) -} - - +#' AREA_MN (landscape level) +#' +#' @description Mean of patch area (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{AREA_{MN} = mean(AREA[patch_{ij}])} +#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares +#' +#' AREA_MN is an 'Area and Edge metric'. The metric summarises the landscape +#' as the mean of all patch in the landscape. The metric is a simple way +#' to describe the composition of the landscape. Especially together with the total +#' landscape area (\code{\link{lsm_l_ta}}), it can also give an an idea of patch structure +#' (e.g. many small patches vs. few larges patches). +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{AREA_MN > 0} +#' \subsection{Behaviour}{Approaches AREA_MN = 0 if all patches are small. Increases, without +#' limit, as the patch areas increase.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_area_mn}}, +#' \code{\link{lsm_c_area_sd}}, +#' \code{\link{lsm_c_area_cv}} \cr +#' \code{\link{lsm_l_area_sd}}, +#' \code{\link{lsm_l_area_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_area_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_area_mn +#' @rdname lsm_l_area_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_area_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_area_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_area_mn_calc <- function(landscape, directions, resolution = NULL){ + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(area_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "area_mn", + value = as.double(NA))) + } + + # calculate mean + area_mean <- mean(area_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "area_mn", + value = as.double(area_mean))) +} + + diff --git a/R/lsm_l_area_sd.R b/R/lsm_l_area_sd.R index 5e9f9a51d..ccb72db83 100644 --- a/R/lsm_l_area_sd.R +++ b/R/lsm_l_area_sd.R @@ -1,87 +1,87 @@ -#' AREA_SD (landscape level) -#' -#' @description Standard deviation of patch area (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{AREA_{SD} = sd(AREA[patch_{ij}])} -#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. -#' -#' AREA_SD is an 'Area and Edge metric'. The metric summarises the landscape -#' as the standard deviation of all patch in the landscape. The metric describes -#' the differences among all patches in the landscape. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{AREA_SD >= 0} -#' \subsection{Behaviour}{Equals AREA_SD = 0 if all patches are identical in size. -#' Increases, without limit, as the variation of patch areas increases.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_area_mn}}, -#' \code{\link{lsm_c_area_sd}}, -#' \code{\link{lsm_c_area_cv}} \cr -#' \code{\link{lsm_l_area_mn}}, -#' \code{\link{lsm_l_area_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_area_sd(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_area_sd -#' @rdname lsm_l_area_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_area_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_area_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -# Not working yet! -lsm_l_area_sd_calc <- function(landscape, directions, resolution = NULL){ - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(area_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "area_sd", - value = as.double(NA))) - } - - # calculate sd - area_sd <- stats::sd(area_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "area_sd", - value = as.double(area_sd))) -} - - +#' AREA_SD (landscape level) +#' +#' @description Standard deviation of patch area (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{AREA_{SD} = sd(AREA[patch_{ij}])} +#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. +#' +#' AREA_SD is an 'Area and Edge metric'. The metric summarises the landscape +#' as the standard deviation of all patch in the landscape. The metric describes +#' the differences among all patches in the landscape. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{AREA_SD >= 0} +#' \subsection{Behaviour}{Equals AREA_SD = 0 if all patches are identical in size. +#' Increases, without limit, as the variation of patch areas increases.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_area_mn}}, +#' \code{\link{lsm_c_area_sd}}, +#' \code{\link{lsm_c_area_cv}} \cr +#' \code{\link{lsm_l_area_mn}}, +#' \code{\link{lsm_l_area_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_area_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_area_sd +#' @rdname lsm_l_area_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_area_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_area_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +# Not working yet! +lsm_l_area_sd_calc <- function(landscape, directions, resolution = NULL){ + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(area_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "area_sd", + value = as.double(NA))) + } + + # calculate sd + area_sd <- stats::sd(area_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "area_sd", + value = as.double(area_sd))) +} + + diff --git a/R/lsm_l_cai_mn.R b/R/lsm_l_cai_mn.R index 4510036e2..96224fbaa 100644 --- a/R/lsm_l_cai_mn.R +++ b/R/lsm_l_cai_mn.R @@ -1,97 +1,97 @@ -#' CAI_MN (landscape level) -#' -#' @description Mean of core area index (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CAI_{MN} = mean(CAI[patch_{ij}]} -#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. -#' -#' CAI_MN is a 'Core area metric'. The metric summarises the landscape -#' as the mean of the core area index of all patches in the landscape. -#' The core area index is the percentage of core area in relation to patch area. -#' A cell is defined as core area if the cell has no neighbour with a different -#' value than itself (rook's case). -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{0 <= CAI_MN <= 100} -#' \subsection{Behaviour}{CAI_MN = 0 when all patches have no core area and -#' approaches CAI_MN = 100 with increasing percentage of core area within patches.} -#' -#' @seealso -#' \code{\link{lsm_p_cai}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_cai_sd}}, -#' \code{\link{lsm_c_cai_sd}}, -#' \code{\link{lsm_c_cai_cv}}, \cr -#' \code{\link{lsm_l_cai_sd}}, -#' \code{\link{lsm_l_cai_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_cai_mn(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_cai_mn -#' @rdname lsm_l_cai_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_cai_mn <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_cai_mn_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_cai_mn_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ - - cai_patch <- lsm_p_cai_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # all values NA - if (all(is.na(cai_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "cai_mn", - value = as.double(NA))) - } - - - cai_mean <- mean(cai_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "cai_mn", - value = as.double(cai_mean))) -} +#' CAI_MN (landscape level) +#' +#' @description Mean of core area index (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CAI_{MN} = mean(CAI[patch_{ij}]} +#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. +#' +#' CAI_MN is a 'Core area metric'. The metric summarises the landscape +#' as the mean of the core area index of all patches in the landscape. +#' The core area index is the percentage of core area in relation to patch area. +#' A cell is defined as core area if the cell has no neighbour with a different +#' value than itself (rook's case). +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{0 <= CAI_MN <= 100} +#' \subsection{Behaviour}{CAI_MN = 0 when all patches have no core area and +#' approaches CAI_MN = 100 with increasing percentage of core area within patches.} +#' +#' @seealso +#' \code{\link{lsm_p_cai}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_cai_sd}}, +#' \code{\link{lsm_c_cai_sd}}, +#' \code{\link{lsm_c_cai_cv}}, \cr +#' \code{\link{lsm_l_cai_sd}}, +#' \code{\link{lsm_l_cai_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_cai_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_cai_mn +#' @rdname lsm_l_cai_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_cai_mn <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_cai_mn_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_cai_mn_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ + + cai_patch <- lsm_p_cai_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # all values NA + if (all(is.na(cai_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "cai_mn", + value = as.double(NA))) + } + + + cai_mean <- mean(cai_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "cai_mn", + value = as.double(cai_mean))) +} diff --git a/R/lsm_l_cai_sd.R b/R/lsm_l_cai_sd.R index b56ee39f7..8ad7463c1 100644 --- a/R/lsm_l_cai_sd.R +++ b/R/lsm_l_cai_sd.R @@ -1,99 +1,99 @@ -#' CAI_SD (landscape level) -#' -#' @description Standard deviation of core area index (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CAI_{SD} = sd(CAI[patch_{ij}]} -#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. -#' -#' CAI_SD is a 'Core area metric'. The metric summarises the landscape -#' as the standard deviation of the core area index of all patches in the landscape. -#' The core area index is the percentage of core area in relation to patch area. -#' A cell is defined as core area if the cell has no neighbour with a different -#' value than itself (rook's case). The metric describes the differences among all patches -#' in the landscape. -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{CAI_SD >= 0} -#' \subsection{Behaviour}{Equals CAI_SD = 0 if the core area index is identical for -#' all patches. Increases, without limit, as the variation of core area -#' indices increases.} -#' -#' @seealso -#' \code{\link{lsm_p_cai}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_cai_mn}}, -#' \code{\link{lsm_c_cai_sd}}, -#' \code{\link{lsm_c_cai_cv}}, \cr -#' \code{\link{lsm_l_cai_mn}}, -#' \code{\link{lsm_l_cai_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_cai_sd(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_cai_sd -#' @rdname lsm_l_cai_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_cai_sd <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_cai_sd_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_cai_sd_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ - - cai_patch <- lsm_p_cai_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # all values NA - if (all(is.na(cai_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "cai_sd", - value = as.double(NA))) - } - - - cai_sd <- stats::sd(cai_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "cai_sd", - value = as.double(cai_sd))) -} +#' CAI_SD (landscape level) +#' +#' @description Standard deviation of core area index (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CAI_{SD} = sd(CAI[patch_{ij}]} +#' where \eqn{CAI[patch_{ij}]} is the core area index of each patch. +#' +#' CAI_SD is a 'Core area metric'. The metric summarises the landscape +#' as the standard deviation of the core area index of all patches in the landscape. +#' The core area index is the percentage of core area in relation to patch area. +#' A cell is defined as core area if the cell has no neighbour with a different +#' value than itself (rook's case). The metric describes the differences among all patches +#' in the landscape. +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{CAI_SD >= 0} +#' \subsection{Behaviour}{Equals CAI_SD = 0 if the core area index is identical for +#' all patches. Increases, without limit, as the variation of core area +#' indices increases.} +#' +#' @seealso +#' \code{\link{lsm_p_cai}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_cai_mn}}, +#' \code{\link{lsm_c_cai_sd}}, +#' \code{\link{lsm_c_cai_cv}}, \cr +#' \code{\link{lsm_l_cai_mn}}, +#' \code{\link{lsm_l_cai_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_cai_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_cai_sd +#' @rdname lsm_l_cai_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_cai_sd <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_cai_sd_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_cai_sd_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ + + cai_patch <- lsm_p_cai_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # all values NA + if (all(is.na(cai_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "cai_sd", + value = as.double(NA))) + } + + + cai_sd <- stats::sd(cai_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "cai_sd", + value = as.double(cai_sd))) +} diff --git a/R/lsm_l_circle_mn.R b/R/lsm_l_circle_mn.R index 6ce5c421d..c789feac5 100644 --- a/R/lsm_l_circle_mn.R +++ b/R/lsm_l_circle_mn.R @@ -1,90 +1,90 @@ -#' CIRCLE_MN (landscape level) -#' -#' @description Mean of related circumscribing circle (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CIRCLE_{MN} = mean(CIRCLE[patch_{ij}])} -#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. -#' -#' CIRCLE_MN is a 'Shape metric' and summarises the landscape as the mean of the related -#' circumscribing circle of all patches in the landscape. CIRCLE describes -#' the ratio between the patch area and the smallest circumscribing circle of the patch -#' and characterises the compactness of the patch. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{CIRCLE_MN > 0} -#' \subsection{Behaviour}{Approaches CIRCLE_MN = 0 if the related circumscribing circle -#' of all patches is small. Increases, without limit, as the related circumscribing circles -#' increase.} -#' -#' @seealso -#' \code{\link{lsm_p_circle}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_circle_mn}}, -#' \code{\link{lsm_c_circle_sd}}, -#' \code{\link{lsm_c_circle_cv}}, \cr -#' \code{\link{lsm_l_circle_sd}}, -#' \code{\link{lsm_l_circle_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_circle_mn(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_circle_mn -#' @rdname lsm_l_circle_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of -#' landscape structure using the GRASS geographical information system. -#' Landscape Ecology 7: 291-302. -#' -#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). -#' -#' @export -lsm_l_circle_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_circle_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_circle_mn_calc <- function(landscape, directions, resolution = NULL) { - - circle_patch <- lsm_p_circle_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(circle_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "circle_mn", - value = as.double(NA))) - } - - circle_mn <- mean(circle_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "circle_mn", - value = as.double(circle_mn))) -} +#' CIRCLE_MN (landscape level) +#' +#' @description Mean of related circumscribing circle (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CIRCLE_{MN} = mean(CIRCLE[patch_{ij}])} +#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. +#' +#' CIRCLE_MN is a 'Shape metric' and summarises the landscape as the mean of the related +#' circumscribing circle of all patches in the landscape. CIRCLE describes +#' the ratio between the patch area and the smallest circumscribing circle of the patch +#' and characterises the compactness of the patch. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{CIRCLE_MN > 0} +#' \subsection{Behaviour}{Approaches CIRCLE_MN = 0 if the related circumscribing circle +#' of all patches is small. Increases, without limit, as the related circumscribing circles +#' increase.} +#' +#' @seealso +#' \code{\link{lsm_p_circle}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_circle_mn}}, +#' \code{\link{lsm_c_circle_sd}}, +#' \code{\link{lsm_c_circle_cv}}, \cr +#' \code{\link{lsm_l_circle_sd}}, +#' \code{\link{lsm_l_circle_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_circle_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_circle_mn +#' @rdname lsm_l_circle_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of +#' landscape structure using the GRASS geographical information system. +#' Landscape Ecology 7: 291-302. +#' +#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). +#' +#' @export +lsm_l_circle_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_circle_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_circle_mn_calc <- function(landscape, directions, resolution = NULL) { + + circle_patch <- lsm_p_circle_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(circle_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "circle_mn", + value = as.double(NA))) + } + + circle_mn <- mean(circle_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "circle_mn", + value = as.double(circle_mn))) +} diff --git a/R/lsm_l_circle_sd.R b/R/lsm_l_circle_sd.R index 04869f7f6..4f7d78553 100644 --- a/R/lsm_l_circle_sd.R +++ b/R/lsm_l_circle_sd.R @@ -1,93 +1,93 @@ -#' CIRCLE_SD (landscape level) -#' -#' @description Standard deviation of related circumscribing circle (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CIRCLE_{SD} = sd(CIRCLE[patch_{ij}])} -#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. -#' -#' CIRCLE_SD is a 'Shape metric' and summarises the landscape as the standard deviation of -#' the related circumscribing circle of all patches in the landscape. CIRCLE describes -#' the ratio between the patch area and the smallest circumscribing circle of the patch -#' and characterises the compactness of the patch. The metric describes the differences -#' among all patches of the landscape. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{CIRCLE_SD >= 0} -#' \subsection{Behaviour}{Equals CIRCLE_SD if the related circumscribing circle is identical -#' for all patches. Increases, without limit, as the variation of related circumscribing -#' circles increases.} -#' -#' @seealso -#' \code{\link{lsm_p_circle}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_circle_mn}}, -#' \code{\link{lsm_c_circle_sd}}, -#' \code{\link{lsm_c_circle_cv}}, \cr -#' \code{\link{lsm_l_circle_mn}}, -#' \code{\link{lsm_l_circle_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_circle_sd(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_circle_sd -#' @rdname lsm_l_circle_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of -#' landscape structure using the GRASS geographical information system. -#' Landscape Ecology 7: 291-302. -#' -#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). -#' -#' @export -lsm_l_circle_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_circle_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_circle_sd_calc <- function(landscape, directions, resolution = NULL) { - - circle_patch <- lsm_p_circle_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(circle_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "circle_cv", - value = as.double(NA))) - } - - circle_sd <- stats::sd(circle_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "circle_sd", - value = as.double(circle_sd))) -} - +#' CIRCLE_SD (landscape level) +#' +#' @description Standard deviation of related circumscribing circle (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CIRCLE_{SD} = sd(CIRCLE[patch_{ij}])} +#' where \eqn{CIRCLE[patch_{ij}]} is the related circumscribing circle of each patch. +#' +#' CIRCLE_SD is a 'Shape metric' and summarises the landscape as the standard deviation of +#' the related circumscribing circle of all patches in the landscape. CIRCLE describes +#' the ratio between the patch area and the smallest circumscribing circle of the patch +#' and characterises the compactness of the patch. The metric describes the differences +#' among all patches of the landscape. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{CIRCLE_SD >= 0} +#' \subsection{Behaviour}{Equals CIRCLE_SD if the related circumscribing circle is identical +#' for all patches. Increases, without limit, as the variation of related circumscribing +#' circles increases.} +#' +#' @seealso +#' \code{\link{lsm_p_circle}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_circle_mn}}, +#' \code{\link{lsm_c_circle_sd}}, +#' \code{\link{lsm_c_circle_cv}}, \cr +#' \code{\link{lsm_l_circle_mn}}, +#' \code{\link{lsm_l_circle_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_circle_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_circle_sd +#' @rdname lsm_l_circle_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of +#' landscape structure using the GRASS geographical information system. +#' Landscape Ecology 7: 291-302. +#' +#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). +#' +#' @export +lsm_l_circle_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_circle_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_circle_sd_calc <- function(landscape, directions, resolution = NULL) { + + circle_patch <- lsm_p_circle_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(circle_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "circle_cv", + value = as.double(NA))) + } + + circle_sd <- stats::sd(circle_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "circle_sd", + value = as.double(circle_sd))) +} + diff --git a/R/lsm_l_cohesion.R b/R/lsm_l_cohesion.R index 923387925..69c6d5f14 100644 --- a/R/lsm_l_cohesion.R +++ b/R/lsm_l_cohesion.R @@ -1,102 +1,102 @@ -#' COHESION (landscape level) -#' -#' @description Patch Cohesion Index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{COHESION = 1 - (\frac{\sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} p_{ij}} {\sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} p_{ij} \sqrt{a_{ij}}}) * (1 - \frac{1} {\sqrt{Z}}) ^ {-1} * 100} -#' where \eqn{p_{ij}} is the perimeter in meters, \eqn{a_{ij}} is the area in square -#' meters and \eqn{Z} is the number of cells. -#' -#' COHESION is an 'Aggregation metric'. -#' -#' \subsection{Units}{Percent} -#' \subsection{Ranges}{Unknown} -#' \subsection{Behaviour}{Unknown} -#' -#' @seealso -#' \code{\link{lsm_p_perim}}, -#' \code{\link{lsm_p_area}}, \cr -#' \code{\link{lsm_l_cohesion}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_cohesion(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_cohesion -#' @rdname lsm_l_cohesion -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Schumaker, N. H. 1996. Using landscape indices to predict habitat -#' connectivity. Ecology, 77(4), 1210-1225. -#' -#' @export -lsm_l_cohesion <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_cohesion_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_cohesion_calc <- function(landscape, directions, resolution = NULL) { - - # convert to raster to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- terra::res(landscape) - - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "cohesion", - value = as.double(NA))) - } - - # get number of cells - ncells_landscape <- length(landscape[!is.na(landscape)]) - - # get number of cells in each patch: area = n_cells * res / 10000 - ncells_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - ncells_patch$value <- ncells_patch$value * 10000 / prod(resolution) - - # get perim for each patch - perim_patch <- lsm_p_perim_calc(landscape, - directions = directions, - resolution = resolution) - - # denominator for cohesion (perim / n_cells) for landscape - denominator <- sum(perim_patch$value * sqrt(ncells_patch$value)) - - # calcualte cohesion - cohesion <- (1 - (sum(perim_patch$value) / denominator)) * - ((1 - (1 / sqrt(ncells_landscape))) ^ -1) * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "cohesion", - value = as.double(cohesion))) -} +#' COHESION (landscape level) +#' +#' @description Patch Cohesion Index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{COHESION = 1 - (\frac{\sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} p_{ij}} {\sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} p_{ij} \sqrt{a_{ij}}}) * (1 - \frac{1} {\sqrt{Z}}) ^ {-1} * 100} +#' where \eqn{p_{ij}} is the perimeter in meters, \eqn{a_{ij}} is the area in square +#' meters and \eqn{Z} is the number of cells. +#' +#' COHESION is an 'Aggregation metric'. +#' +#' \subsection{Units}{Percent} +#' \subsection{Ranges}{Unknown} +#' \subsection{Behaviour}{Unknown} +#' +#' @seealso +#' \code{\link{lsm_p_perim}}, +#' \code{\link{lsm_p_area}}, \cr +#' \code{\link{lsm_l_cohesion}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_cohesion(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_cohesion +#' @rdname lsm_l_cohesion +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Schumaker, N. H. 1996. Using landscape indices to predict habitat +#' connectivity. Ecology, 77(4), 1210-1225. +#' +#' @export +lsm_l_cohesion <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_cohesion_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_cohesion_calc <- function(landscape, directions, resolution = NULL) { + + # convert to raster to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "cohesion", + value = as.double(NA))) + } + + # get number of cells + ncells_landscape <- length(landscape[!is.na(landscape)]) + + # get number of cells in each patch: area = n_cells * res / 10000 + ncells_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + ncells_patch$value <- ncells_patch$value * 10000 / prod(resolution) + + # get perim for each patch + perim_patch <- lsm_p_perim_calc(landscape, + directions = directions, + resolution = resolution) + + # denominator for cohesion (perim / n_cells) for landscape + denominator <- sum(perim_patch$value * sqrt(ncells_patch$value)) + + # calcualte cohesion + cohesion <- (1 - (sum(perim_patch$value) / denominator)) * + ((1 - (1 / sqrt(ncells_landscape))) ^ -1) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "cohesion", + value = as.double(cohesion))) +} diff --git a/R/lsm_l_condent.R b/R/lsm_l_condent.R index f69dd7b80..dc24117e1 100644 --- a/R/lsm_l_condent.R +++ b/R/lsm_l_condent.R @@ -1,93 +1,93 @@ -#' Conditional entropy (landscape level) -#' -#' @description Conditional entropy \\[H(y|x)\\] -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: -#' 4 (rook's case) or 8 (queen's case). The default is 4. -#' @param ordered The type of pairs considered. -#' Either ordered (TRUE) or unordered (FALSE). -#' The default is TRUE. -#' @param base The unit in which entropy is measured. -#' The default is "log2", which compute entropy in "bits". -#' "log" and "log10" can be also used. -#' -#' @details -#' Complexity of a landscape pattern configuration. -#' It measures a only a geometric intricacy (configurational complexity) -#' of a landscape pattern. -#' -#' @seealso -#' \code{\link{lsm_l_ent}}, -#' \code{\link{lsm_l_mutinf}}, -#' \code{\link{lsm_l_joinent}}, -#' \code{\link{lsm_l_relmutinf}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_condent(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_condent -#' @rdname lsm_l_condent -#' -#' @references -#' Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework -#' for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x -#' -#' @export -lsm_l_condent <- function(landscape, - neighbourhood = 4, - ordered = TRUE, - base = "log2") { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_condent_calc, - neighbourhood = neighbourhood, - ordered = ordered, - base = base) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_condent_calc <- function(landscape, neighbourhood, ordered, base){ - - # convert to raster to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "condent", - value = as.double(NA))) - } - - com <- rcpp_get_coocurrence_matrix(landscape, - directions = as.matrix(neighbourhood)) - com_c <- colSums(com) - - coh <- rcpp_get_coocurrence_vector(landscape, - directions = as.matrix(neighbourhood), - ordered = ordered) - - comp <- rcpp_get_entropy(com_c, base) - cplx <- rcpp_get_entropy(coh, base) - - conf <- cplx - comp - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "condent", - value = as.double(conf))) -} +#' Conditional entropy (landscape level) +#' +#' @description Conditional entropy \\[H(y|x)\\] +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: +#' 4 (rook's case) or 8 (queen's case). The default is 4. +#' @param ordered The type of pairs considered. +#' Either ordered (TRUE) or unordered (FALSE). +#' The default is TRUE. +#' @param base The unit in which entropy is measured. +#' The default is "log2", which compute entropy in "bits". +#' "log" and "log10" can be also used. +#' +#' @details +#' Complexity of a landscape pattern configuration. +#' It measures a only a geometric intricacy (configurational complexity) +#' of a landscape pattern. +#' +#' @seealso +#' \code{\link{lsm_l_ent}}, +#' \code{\link{lsm_l_mutinf}}, +#' \code{\link{lsm_l_joinent}}, +#' \code{\link{lsm_l_relmutinf}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_condent(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_condent +#' @rdname lsm_l_condent +#' +#' @references +#' Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework +#' for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x +#' +#' @export +lsm_l_condent <- function(landscape, + neighbourhood = 4, + ordered = TRUE, + base = "log2") { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_condent_calc, + neighbourhood = neighbourhood, + ordered = ordered, + base = base) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_condent_calc <- function(landscape, neighbourhood, ordered, base){ + + # convert to raster to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "condent", + value = as.double(NA))) + } + + com <- rcpp_get_coocurrence_matrix(landscape, + directions = as.matrix(neighbourhood)) + com_c <- colSums(com) + + coh <- rcpp_get_coocurrence_vector(landscape, + directions = as.matrix(neighbourhood), + ordered = ordered) + + comp <- rcpp_get_entropy(com_c, base) + cplx <- rcpp_get_entropy(coh, base) + + conf <- cplx - comp + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "condent", + value = as.double(conf))) +} diff --git a/R/lsm_l_contag.R b/R/lsm_l_contag.R index 579570cef..db386bc53 100644 --- a/R/lsm_l_contag.R +++ b/R/lsm_l_contag.R @@ -1,109 +1,109 @@ -#' CONTAG (landscape level) -#' -#' @description Contagion (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param verbose Print warning message if not sufficient patches are present -#' -#' @details -#' \deqn{CONTAG = 1 + \frac{\sum \limits_{q = 1}^{n_{a}} p_{q} ln(p_{q})}{2ln(t)}} -#' -#' where \eqn{p_{q}} the adjacency table for all classes divided by the sum of that table and -#' \eqn{t} the number of classes in the landscape. -#' -#' CONTAG is an 'Aggregation metric'. It is based on cell adjacencies and describes -#' the probability of two random cells belonging to the same class. \eqn{p_{q}} is -#' the cell adjacency table, where the order is preserved and pairs of adjacent cells -#' are counted twice. Contagion is affected by both the dispersion and interspersion -#' of classes. E.g., low class dispersion (= high proportion of like adjacencies) and -#' low interspersion (= uneven distribution of pairwise adjacencies) lead to a high -#' contagion value. -#' -#' The number of classes to calculate CONTAG must be >= than 2. -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{0 < Contag <=100} -#' \subsection{Behaviour}{Approaches CONTAG = 0 if all cells are unevenly distributed -#' and 100 indicates that all cells are equally adjacent to all other classes.} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_contag(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_contag -#' @rdname lsm_l_contag -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Riitters, K.H., O’Neill, R.V., Wickham, J.D. & Jones, K.B. (1996). A note on -#' contagion indices for landscape analysis. Landscape ecology, 11, 197–202. -#' -#' @export -lsm_l_contag <- function(landscape, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_contag_calc, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_contag_calc <- function(landscape, verbose) { - - # convert to raster to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "contag", - value = as.double(NA))) - } - - t <- length(get_unique_values_int(landscape, verbose = FALSE)) - - if (t < 2) { - if (verbose) { - warning("Number of classes must be >= 2: CONTAG = NA.", - call. = FALSE) - } - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "contag", - value = as.double(NA))) - } else { - - adjacencies <- rcpp_get_coocurrence_matrix(landscape, - as.matrix(4)) - - esum <- sum(adjacencies / sum(adjacencies) * - log(adjacencies / sum(adjacencies)), na.rm = TRUE) - - emax <- 2 * log(t) - - contag <- (1 + esum / emax) * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "contag", - value = as.double(contag))) - } -} +#' CONTAG (landscape level) +#' +#' @description Contagion (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param verbose Print warning message if not sufficient patches are present +#' +#' @details +#' \deqn{CONTAG = 1 + \frac{\sum \limits_{q = 1}^{n_{a}} p_{q} ln(p_{q})}{2ln(t)}} +#' +#' where \eqn{p_{q}} the adjacency table for all classes divided by the sum of that table and +#' \eqn{t} the number of classes in the landscape. +#' +#' CONTAG is an 'Aggregation metric'. It is based on cell adjacencies and describes +#' the probability of two random cells belonging to the same class. \eqn{p_{q}} is +#' the cell adjacency table, where the order is preserved and pairs of adjacent cells +#' are counted twice. Contagion is affected by both the dispersion and interspersion +#' of classes. E.g., low class dispersion (= high proportion of like adjacencies) and +#' low interspersion (= uneven distribution of pairwise adjacencies) lead to a high +#' contagion value. +#' +#' The number of classes to calculate CONTAG must be >= than 2. +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{0 < Contag <=100} +#' \subsection{Behaviour}{Approaches CONTAG = 0 if all cells are unevenly distributed +#' and 100 indicates that all cells are equally adjacent to all other classes.} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_contag(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_contag +#' @rdname lsm_l_contag +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Riitters, K.H., O’Neill, R.V., Wickham, J.D. & Jones, K.B. (1996). A note on +#' contagion indices for landscape analysis. Landscape ecology, 11, 197–202. +#' +#' @export +lsm_l_contag <- function(landscape, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_contag_calc, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_contag_calc <- function(landscape, verbose) { + + # convert to raster to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "contag", + value = as.double(NA))) + } + + t <- length(get_unique_values_int(landscape, verbose = FALSE)) + + if (t < 2) { + if (verbose) { + warning("Number of classes must be >= 2: CONTAG = NA.", + call. = FALSE) + } + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "contag", + value = as.double(NA))) + } else { + + adjacencies <- rcpp_get_coocurrence_matrix(landscape, + as.matrix(4)) + + esum <- sum(adjacencies / sum(adjacencies) * + log(adjacencies / sum(adjacencies)), na.rm = TRUE) + + emax <- 2 * log(t) + + contag <- (1 + esum / emax) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "contag", + value = as.double(contag))) + } +} diff --git a/R/lsm_l_contig_mn.R b/R/lsm_l_contig_mn.R index 168e7e876..ce6bcf4d1 100644 --- a/R/lsm_l_contig_mn.R +++ b/R/lsm_l_contig_mn.R @@ -1,94 +1,94 @@ -#' CONTIG_MN (landscape level) -#' -#' @description Mean of Contiguity index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CONTIG_{MN} = mean(CONTIG[patch_{i}])} -#' -#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. -#' -#' CONTIG_MN is a 'Shape metric'. It summarises the landscape as the mean of all patches -#' in the landscape. CONTIG_MN asses the spatial connectedness (contiguity) of -#' cells in patches. The metric coerces patch values to a value of 1 and the background -#' to NA. A nine cell focal filter matrix: -#' -#' ``` -#' filter_matrix <- matrix(c(1, 2, 1, -#' 2, 1, 2, -#' 1, 2, 1), 3, 3, byrow = T) -#' ``` -#' ... is then used to weight orthogonally contiguous pixels more heavily than -#' diagonally contiguous pixels. Therefore, larger and more connections between -#' patch cells in the rookie case result in larger contiguity index values. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{0 >= CONTIG_MN <= 1} -#' \subsection{Behaviour}{CONTIG equals the mean of the contiguity index on landscape level for all -#' patches.} -#' -#' @seealso -#' \code{\link{lsm_p_contig}}, -#' \code{\link{lsm_c_contig_sd}}, -#' \code{\link{lsm_c_contig_cv}}, -#' \code{\link{lsm_c_contig_mn}}, \cr -#' \code{\link{lsm_l_contig_sd}}, -#' \code{\link{lsm_l_contig_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_contig_mn(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_contig_mn -#' @rdname lsm_l_contig_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. -#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 -#' -#' @export -lsm_l_contig_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_contig_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_contig_mn_calc <- function(landscape, directions) { - - contig_patch <- lsm_p_contig_calc(landscape, - directions = directions) - - # all values NA - if (all(is.na(contig_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "contig_mn", - value = as.double(NA))) - } - - contig_mn <- mean(contig_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "contig_mn", - value = as.double(contig_mn))) -} +#' CONTIG_MN (landscape level) +#' +#' @description Mean of Contiguity index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CONTIG_{MN} = mean(CONTIG[patch_{i}])} +#' +#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. +#' +#' CONTIG_MN is a 'Shape metric'. It summarises the landscape as the mean of all patches +#' in the landscape. CONTIG_MN asses the spatial connectedness (contiguity) of +#' cells in patches. The metric coerces patch values to a value of 1 and the background +#' to NA. A nine cell focal filter matrix: +#' +#' ``` +#' filter_matrix <- matrix(c(1, 2, 1, +#' 2, 1, 2, +#' 1, 2, 1), 3, 3, byrow = T) +#' ``` +#' ... is then used to weight orthogonally contiguous pixels more heavily than +#' diagonally contiguous pixels. Therefore, larger and more connections between +#' patch cells in the rookie case result in larger contiguity index values. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{0 >= CONTIG_MN <= 1} +#' \subsection{Behaviour}{CONTIG equals the mean of the contiguity index on landscape level for all +#' patches.} +#' +#' @seealso +#' \code{\link{lsm_p_contig}}, +#' \code{\link{lsm_c_contig_sd}}, +#' \code{\link{lsm_c_contig_cv}}, +#' \code{\link{lsm_c_contig_mn}}, \cr +#' \code{\link{lsm_l_contig_sd}}, +#' \code{\link{lsm_l_contig_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_contig_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_contig_mn +#' @rdname lsm_l_contig_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. +#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 +#' +#' @export +lsm_l_contig_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_contig_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_contig_mn_calc <- function(landscape, directions) { + + contig_patch <- lsm_p_contig_calc(landscape, + directions = directions) + + # all values NA + if (all(is.na(contig_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "contig_mn", + value = as.double(NA))) + } + + contig_mn <- mean(contig_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "contig_mn", + value = as.double(contig_mn))) +} diff --git a/R/lsm_l_contig_sd.R b/R/lsm_l_contig_sd.R index 17a8878b0..d22b6cd32 100644 --- a/R/lsm_l_contig_sd.R +++ b/R/lsm_l_contig_sd.R @@ -1,95 +1,95 @@ -#' CONTIG_SD (landscape level) -#' -#' @description Standard deviation of Contiguity index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CONTIG_{SD} = sd(CONTIG[patch_{ij}])} -#' -#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. -#' -#' CONTIG_SD is a 'Shape metric'. It summarises the landscape as the standard deviation of all patches -#' in the landscape. CONTIG_SD asses the spatial connectedness (contiguity) of -#' cells in patches. The metric coerces patch values to a value of 1 and the background -#' to NA. A nine cell focal filter matrix: -#' -#' ``` -#' filter_matrix <- matrix(c(1, 2, 1, -#' 2, 1, 2, -#' 1, 2, 1), 3, 3, byrow = T) -#' ``` -#' ... is then used to weight orthogonally contiguous pixels more heavily than -#' diagonally contiguous pixels. Therefore, larger and more connections between -#' patch cells in the rookie case result in larger contiguity index values. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{CONTIG_SD >= 0} -#' \subsection{Behaviour}{CONTIG_SD = 0 if the contiguity index is -#' identical for all patches. Increases, without limit, as the variation of -#' CONTIG increases.} -#' -#' @seealso -#' \code{\link{lsm_p_contig}}, -#' \code{\link{lsm_c_contig_sd}}, -#' \code{\link{lsm_c_contig_cv}}, -#' \code{\link{lsm_c_contig_mn}}, \cr -#' \code{\link{lsm_l_contig_cv}}, -#' \code{\link{lsm_l_contig_mn}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_contig_sd(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_contig_sd -#' @rdname lsm_l_contig_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. -#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 -#' -#' @export -lsm_l_contig_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_contig_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_contig_sd_calc <- function(landscape, directions) { - - contig_patch <- lsm_p_contig_calc(landscape, - directions = directions) - - # all values NA - if (all(is.na(contig_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "contig_sd", - value = as.double(NA))) - } - - contig_sd <- stats::sd(contig_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "contig_sd", - value = as.double(contig_sd))) -} +#' CONTIG_SD (landscape level) +#' +#' @description Standard deviation of Contiguity index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CONTIG_{SD} = sd(CONTIG[patch_{ij}])} +#' +#' where \eqn{CONTIG[patch_{ij}]} is the contiguity of each patch. +#' +#' CONTIG_SD is a 'Shape metric'. It summarises the landscape as the standard deviation of all patches +#' in the landscape. CONTIG_SD asses the spatial connectedness (contiguity) of +#' cells in patches. The metric coerces patch values to a value of 1 and the background +#' to NA. A nine cell focal filter matrix: +#' +#' ``` +#' filter_matrix <- matrix(c(1, 2, 1, +#' 2, 1, 2, +#' 1, 2, 1), 3, 3, byrow = T) +#' ``` +#' ... is then used to weight orthogonally contiguous pixels more heavily than +#' diagonally contiguous pixels. Therefore, larger and more connections between +#' patch cells in the rookie case result in larger contiguity index values. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{CONTIG_SD >= 0} +#' \subsection{Behaviour}{CONTIG_SD = 0 if the contiguity index is +#' identical for all patches. Increases, without limit, as the variation of +#' CONTIG increases.} +#' +#' @seealso +#' \code{\link{lsm_p_contig}}, +#' \code{\link{lsm_c_contig_sd}}, +#' \code{\link{lsm_c_contig_cv}}, +#' \code{\link{lsm_c_contig_mn}}, \cr +#' \code{\link{lsm_l_contig_cv}}, +#' \code{\link{lsm_l_contig_mn}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_contig_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_contig_sd +#' @rdname lsm_l_contig_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. +#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 +#' +#' @export +lsm_l_contig_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_contig_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_contig_sd_calc <- function(landscape, directions) { + + contig_patch <- lsm_p_contig_calc(landscape, + directions = directions) + + # all values NA + if (all(is.na(contig_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "contig_sd", + value = as.double(NA))) + } + + contig_sd <- stats::sd(contig_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "contig_sd", + value = as.double(contig_sd))) +} diff --git a/R/lsm_l_core_mn.R b/R/lsm_l_core_mn.R index 3aee81f9d..938c19b5b 100644 --- a/R/lsm_l_core_mn.R +++ b/R/lsm_l_core_mn.R @@ -1,94 +1,94 @@ -#' CORE_MN (landscape level) -#' -#' @description Mean of core area (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CORE_{MN} = mean(CORE[patch_{ij}])} -#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. -#' -#' CORE_MN is a 'Core area metric' and equals the mean of core areas of all patches -#' in the landscape. The core area is defined as all cells that have no -#' neighbour with a different value than themselves (rook's case). -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{CORE_MN >= 0} -#' \subsection{Behaviour}{Equals CORE_MN = 0 if CORE = 0 for all patches. Increases, -#' without limit, as the core area indices increase.} -#' -#' @seealso -#' \code{\link{lsm_p_core}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_core_mn}}, -#' \code{\link{lsm_c_core_sd}}, -#' \code{\link{lsm_c_core_cv}}, \cr -#' \code{\link{lsm_l_core_sd}}, -#' \code{\link{lsm_l_core_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_core_mn(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_core_mn -#' @rdname lsm_l_core_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_core_mn <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_core_mn_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_core_mn_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ - - core_patch <- lsm_p_core_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # all values NA - if (all(is.na(core_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "core_mn", - value = as.double(NA))) - } - - core_mn <- mean(core_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "core_mn", - value = as.double(core_mn))) -} +#' CORE_MN (landscape level) +#' +#' @description Mean of core area (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CORE_{MN} = mean(CORE[patch_{ij}])} +#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. +#' +#' CORE_MN is a 'Core area metric' and equals the mean of core areas of all patches +#' in the landscape. The core area is defined as all cells that have no +#' neighbour with a different value than themselves (rook's case). +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{CORE_MN >= 0} +#' \subsection{Behaviour}{Equals CORE_MN = 0 if CORE = 0 for all patches. Increases, +#' without limit, as the core area indices increase.} +#' +#' @seealso +#' \code{\link{lsm_p_core}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_core_mn}}, +#' \code{\link{lsm_c_core_sd}}, +#' \code{\link{lsm_c_core_cv}}, \cr +#' \code{\link{lsm_l_core_sd}}, +#' \code{\link{lsm_l_core_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_core_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_core_mn +#' @rdname lsm_l_core_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_core_mn <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_core_mn_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_core_mn_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ + + core_patch <- lsm_p_core_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # all values NA + if (all(is.na(core_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "core_mn", + value = as.double(NA))) + } + + core_mn <- mean(core_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "core_mn", + value = as.double(core_mn))) +} diff --git a/R/lsm_l_core_sd.R b/R/lsm_l_core_sd.R index 0d50d6dfc..7c2329950 100644 --- a/R/lsm_l_core_sd.R +++ b/R/lsm_l_core_sd.R @@ -1,95 +1,95 @@ -#' CORE_SD (landscape level) -#' -#' @description Standard deviation of patch core area (class level) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CORE_{SD} = sd(CORE[patch_{ij}])} -#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. -#' -#' CORE_SD is a 'Core area metric'. It equals the standard deviation of the core area -#' of all patches in the landscape. The core area is defined as all cells that have no -#' neighbour with a different value than themselves (rook's case). The metric describes the -#' differences among all patches in the landscape. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{CORE_SD >= 0} -#' \subsection{Behaviour}{Equals CORE_SD = 0 if all patches have the same core area. -#' Increases, without limit, as the variation of patch core areas increases.} -#' -#' @seealso -#' \code{\link{lsm_p_core}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_core_mn}}, -#' \code{\link{lsm_c_core_sd}}, -#' \code{\link{lsm_c_core_cv}}, \cr -#' \code{\link{lsm_l_core_mn}}, -#' \code{\link{lsm_l_core_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_core_sd(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_core_sd -#' @rdname lsm_l_core_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_core_sd <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_core_sd_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_core_sd_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ - - core_patch <- lsm_p_core_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # all values NA - if (all(is.na(core_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "core_sd", - value = as.double(NA))) - } - - core_sd <- stats::sd(core_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "core_sd", - value = as.double(core_sd))) -} +#' CORE_SD (landscape level) +#' +#' @description Standard deviation of patch core area (class level) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CORE_{SD} = sd(CORE[patch_{ij}])} +#' where \eqn{CORE[patch_{ij}]} is the core area in square meters of each patch. +#' +#' CORE_SD is a 'Core area metric'. It equals the standard deviation of the core area +#' of all patches in the landscape. The core area is defined as all cells that have no +#' neighbour with a different value than themselves (rook's case). The metric describes the +#' differences among all patches in the landscape. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{CORE_SD >= 0} +#' \subsection{Behaviour}{Equals CORE_SD = 0 if all patches have the same core area. +#' Increases, without limit, as the variation of patch core areas increases.} +#' +#' @seealso +#' \code{\link{lsm_p_core}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_core_mn}}, +#' \code{\link{lsm_c_core_sd}}, +#' \code{\link{lsm_c_core_cv}}, \cr +#' \code{\link{lsm_l_core_mn}}, +#' \code{\link{lsm_l_core_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_core_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_core_sd +#' @rdname lsm_l_core_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_core_sd <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_core_sd_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_core_sd_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ + + core_patch <- lsm_p_core_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # all values NA + if (all(is.na(core_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "core_sd", + value = as.double(NA))) + } + + core_sd <- stats::sd(core_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "core_sd", + value = as.double(core_sd))) +} diff --git a/R/lsm_l_dcad.R b/R/lsm_l_dcad.R index 7b32b7e0b..03be2a310 100644 --- a/R/lsm_l_dcad.R +++ b/R/lsm_l_dcad.R @@ -1,105 +1,105 @@ -#' DCAD (landscape level) -# -#' @description Disjunct core area density (core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{DCAD = (\frac{\sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} n_{ij}^{core}} {A}) * 10000 * 100} -#' where \eqn{n_{ij}^{core}} is the number of disjunct core areas and \eqn{A} -#' is the total landscape area in square meters. -#' -#' DCAD is a 'Core area metric'. It equals the number of disjunct core areas per -#' 100 ha relative to the total area. A disjunct core area is a 'patch within -#' the patch' containing only core cells. A cell is defined as core area if the cell has no -#' neighbour with a different value than itself (rook's case). The metric is relative and -#' therefore comparable among landscapes with different total areas. -#' -#' \subsection{Units}{Number per 100 hectares} -#' \subsection{Range}{DCAD >= 0} -#' \subsection{Behaviour}{Equals DCAD = 0 when DCORE = 0, i.e. no patch contains -#' a disjunct core area. Increases, without limit, as disjunct core areas become more -#' present, i.e. patches becoming larger and less complex.} -#' -#' @seealso -#' \code{\link{lsm_c_ndca}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_c_dcad}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_dcad(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_dcad -#' @rdname lsm_l_dcad -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_dcad <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_dcad_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_dcad_calc <- function(landscape, directions, consider_boundary, edge_depth, - resolution = NULL, points = NULL){ - - # get patch area - patch_area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise to total area - total_area <- sum(patch_area$value) - - # all values NA - if (is.na(total_area)) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcad", - value = as.double(NA))) - } - - # get core areas for each patch - ncore_patch <- lsm_p_ncore_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - points = points) - - # summarise for total landscape - dcad <- sum(ncore_patch$value) / total_area * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcad", - value = as.double(dcad))) -} +#' DCAD (landscape level) +# +#' @description Disjunct core area density (core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{DCAD = (\frac{\sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} n_{ij}^{core}} {A}) * 10000 * 100} +#' where \eqn{n_{ij}^{core}} is the number of disjunct core areas and \eqn{A} +#' is the total landscape area in square meters. +#' +#' DCAD is a 'Core area metric'. It equals the number of disjunct core areas per +#' 100 ha relative to the total area. A disjunct core area is a 'patch within +#' the patch' containing only core cells. A cell is defined as core area if the cell has no +#' neighbour with a different value than itself (rook's case). The metric is relative and +#' therefore comparable among landscapes with different total areas. +#' +#' \subsection{Units}{Number per 100 hectares} +#' \subsection{Range}{DCAD >= 0} +#' \subsection{Behaviour}{Equals DCAD = 0 when DCORE = 0, i.e. no patch contains +#' a disjunct core area. Increases, without limit, as disjunct core areas become more +#' present, i.e. patches becoming larger and less complex.} +#' +#' @seealso +#' \code{\link{lsm_c_ndca}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_c_dcad}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_dcad(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_dcad +#' @rdname lsm_l_dcad +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_dcad <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_dcad_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_dcad_calc <- function(landscape, directions, consider_boundary, edge_depth, + resolution = NULL, points = NULL){ + + # get patch area + patch_area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise to total area + total_area <- sum(patch_area$value) + + # all values NA + if (is.na(total_area)) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcad", + value = as.double(NA))) + } + + # get core areas for each patch + ncore_patch <- lsm_p_ncore_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + points = points) + + # summarise for total landscape + dcad <- sum(ncore_patch$value) / total_area * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcad", + value = as.double(dcad))) +} diff --git a/R/lsm_l_dcore_mn.R b/R/lsm_l_dcore_mn.R index 95dbb4492..e51fb2597 100644 --- a/R/lsm_l_dcore_mn.R +++ b/R/lsm_l_dcore_mn.R @@ -1,96 +1,96 @@ -#' DCORE_MN (landscape level) -#' -#' @description Mean number of disjunct core areas (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{DCORE_{MN} = mean(NCORE[patch_{ij}])} -#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. -#' -#' DCORE_MN is an 'Core area metric'. It summarises the landscape as the mean of all -#' patches in the landscape. A cell is defined as core if the cell has no neighbour with -#' a different value than itself (rook's case). NCORE counts the disjunct core areas, -#' whereby a core area is a 'patch within the patch' containing only core cells. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{DCORE_MN > 0} -#' \subsection{Behaviour}{Equals DCORE_MN = 0 if NCORE = 0 for all patches. Increases, -#' without limit, as the number of disjunct core areas increases.} -#' -#' @seealso -#' \code{\link{lsm_p_ncore}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_dcore_mn}}, -#' \code{\link{lsm_c_dcore_sd}}, -#' \code{\link{lsm_c_dcore_cv}}, \cr -#' \code{\link{lsm_l_dcore_sd}}, -#' \code{\link{lsm_l_dcore_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_dcore_mn(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_dcore_mn -#' @rdname lsm_l_dcore_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_dcore_mn <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_dcore_mn_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_dcore_mn_calc <- function(landscape, directions, consider_boundary, edge_depth, - points = NULL){ - - dcore_patch <- lsm_p_ncore_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - points = points) - - # all values NA - if (all(is.na(dcore_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcore_mn", - value = as.double(NA))) - } - - dcore_mn <- mean(dcore_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcore_mn", - value = as.double(dcore_mn))) -} +#' DCORE_MN (landscape level) +#' +#' @description Mean number of disjunct core areas (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{DCORE_{MN} = mean(NCORE[patch_{ij}])} +#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. +#' +#' DCORE_MN is an 'Core area metric'. It summarises the landscape as the mean of all +#' patches in the landscape. A cell is defined as core if the cell has no neighbour with +#' a different value than itself (rook's case). NCORE counts the disjunct core areas, +#' whereby a core area is a 'patch within the patch' containing only core cells. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{DCORE_MN > 0} +#' \subsection{Behaviour}{Equals DCORE_MN = 0 if NCORE = 0 for all patches. Increases, +#' without limit, as the number of disjunct core areas increases.} +#' +#' @seealso +#' \code{\link{lsm_p_ncore}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_dcore_mn}}, +#' \code{\link{lsm_c_dcore_sd}}, +#' \code{\link{lsm_c_dcore_cv}}, \cr +#' \code{\link{lsm_l_dcore_sd}}, +#' \code{\link{lsm_l_dcore_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_dcore_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_dcore_mn +#' @rdname lsm_l_dcore_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_dcore_mn <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_dcore_mn_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_dcore_mn_calc <- function(landscape, directions, consider_boundary, edge_depth, + points = NULL){ + + dcore_patch <- lsm_p_ncore_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + points = points) + + # all values NA + if (all(is.na(dcore_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcore_mn", + value = as.double(NA))) + } + + dcore_mn <- mean(dcore_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcore_mn", + value = as.double(dcore_mn))) +} diff --git a/R/lsm_l_dcore_sd.R b/R/lsm_l_dcore_sd.R index e955e98eb..21950acdb 100644 --- a/R/lsm_l_dcore_sd.R +++ b/R/lsm_l_dcore_sd.R @@ -1,98 +1,98 @@ -#' DCORE_SD (landscape level) -#' -#' @description Standard deviation number of disjunct core areas (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{DCORE_{SD} = sd(NCORE[patch_{ij}])} -#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. -#' -#' DCORE_SD is an 'Core area metric'. It summarises the landscape as the standard deviation -#' of all patches. A cell is defined as core if the cell has no neighbour with a different -#' value than itself (rook's case). NCORE counts the disjunct core areas, whereby a core -#' area is a 'patch within the patch' containing only core cells. The metric describes the -#' differences among all patches in the landscape. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{DCORE_SD >= 0} -#' \subsection{Behaviour}{Equals DCORE_SD = 0 if all patches have the same number of disjunct -#' core areas. Increases, without limit, as the variation of number of disjunct core areas -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_ncore}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_dcore_mn}}, -#' \code{\link{lsm_c_dcore_sd}}, \cr -#' \code{\link{lsm_c_dcore_cv}}, -#' \code{\link{lsm_l_dcore_mn}}, -#' \code{\link{lsm_l_dcore_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_dcore_sd(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_dcore_sd -#' @rdname lsm_l_dcore_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_dcore_sd <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_dcore_sd_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_dcore_sd_calc <- function(landscape, directions, consider_boundary, edge_depth, - points = NULL){ - - dcore_patch <- lsm_p_ncore_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - points = points) - - # all values NA - if (all(is.na(dcore_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcore_sd", - value = as.double(NA))) - } - - dcore_sd <- stats::sd(dcore_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "dcore_sd", - value = as.double(dcore_sd))) -} +#' DCORE_SD (landscape level) +#' +#' @description Standard deviation number of disjunct core areas (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{DCORE_{SD} = sd(NCORE[patch_{ij}])} +#' where \eqn{NCORE[patch_{ij}]} is the number of core areas. +#' +#' DCORE_SD is an 'Core area metric'. It summarises the landscape as the standard deviation +#' of all patches. A cell is defined as core if the cell has no neighbour with a different +#' value than itself (rook's case). NCORE counts the disjunct core areas, whereby a core +#' area is a 'patch within the patch' containing only core cells. The metric describes the +#' differences among all patches in the landscape. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{DCORE_SD >= 0} +#' \subsection{Behaviour}{Equals DCORE_SD = 0 if all patches have the same number of disjunct +#' core areas. Increases, without limit, as the variation of number of disjunct core areas +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_ncore}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_dcore_mn}}, +#' \code{\link{lsm_c_dcore_sd}}, \cr +#' \code{\link{lsm_c_dcore_cv}}, +#' \code{\link{lsm_l_dcore_mn}}, +#' \code{\link{lsm_l_dcore_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_dcore_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_dcore_sd +#' @rdname lsm_l_dcore_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_dcore_sd <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_dcore_sd_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_dcore_sd_calc <- function(landscape, directions, consider_boundary, edge_depth, + points = NULL){ + + dcore_patch <- lsm_p_ncore_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + points = points) + + # all values NA + if (all(is.na(dcore_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcore_sd", + value = as.double(NA))) + } + + dcore_sd <- stats::sd(dcore_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "dcore_sd", + value = as.double(dcore_sd))) +} diff --git a/R/lsm_l_division.R b/R/lsm_l_division.R index 965508213..4c632cd1d 100644 --- a/R/lsm_l_division.R +++ b/R/lsm_l_division.R @@ -1,91 +1,91 @@ -#' DIVISION (landscape level) -#' -#' @description Landscape division index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{DIVISON = (1 - \sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} (\frac{a_{ij}} {A}) ^ 2) } -#' where \eqn{a_{ij}} is the area in square meters and \eqn{A} is the total -#' landscape area in square meters. -#' -#' DIVISION is an 'Aggregation metric. It can be in as the probability that two -#' randomly selected cells are not located in the same patch. The landscape -#' division index is negatively correlated with the effective mesh size (\code{\link{lsm_c_mesh}}). -#' -#' \subsection{Units}{Proportion } -#' \subsection{Ranges}{0 <= Division < 1} -#' \subsection{Behaviour}{Equals DIVISION = 0 if only one patch is present. Approaches -#' DIVISION = 1 if all patches of class i are single cells.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_c_division}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_division(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_division -#' @rdname lsm_l_division -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh -#' size: new measures of landscape fragmentation. -#' Landscape ecology, 15(2), 115-130. -#' -#' @export -lsm_l_division <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_division_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_division_calc <- function(landscape, directions, resolution = NULL) { - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise to total area - area_total <- sum(area_patch$value) - - # all values NA - if (is.na(area_total)) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "division", - value = as.double(NA))) - } - - # divison for each patch - area_patch$value <- (area_patch$value / area_total) ^ 2 - - # summarise for whole landscape - division <- 1 - sum(area_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "division", - value = as.double(division))) -} +#' DIVISION (landscape level) +#' +#' @description Landscape division index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{DIVISON = (1 - \sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} (\frac{a_{ij}} {A}) ^ 2) } +#' where \eqn{a_{ij}} is the area in square meters and \eqn{A} is the total +#' landscape area in square meters. +#' +#' DIVISION is an 'Aggregation metric. It can be in as the probability that two +#' randomly selected cells are not located in the same patch. The landscape +#' division index is negatively correlated with the effective mesh size (\code{\link{lsm_c_mesh}}). +#' +#' \subsection{Units}{Proportion } +#' \subsection{Ranges}{0 <= Division < 1} +#' \subsection{Behaviour}{Equals DIVISION = 0 if only one patch is present. Approaches +#' DIVISION = 1 if all patches of class i are single cells.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_c_division}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_division(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_division +#' @rdname lsm_l_division +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh +#' size: new measures of landscape fragmentation. +#' Landscape ecology, 15(2), 115-130. +#' +#' @export +lsm_l_division <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_division_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_division_calc <- function(landscape, directions, resolution = NULL) { + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise to total area + area_total <- sum(area_patch$value) + + # all values NA + if (is.na(area_total)) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "division", + value = as.double(NA))) + } + + # divison for each patch + area_patch$value <- (area_patch$value / area_total) ^ 2 + + # summarise for whole landscape + division <- 1 - sum(area_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "division", + value = as.double(division))) +} diff --git a/R/lsm_l_ed.R b/R/lsm_l_ed.R index 0a10238b0..3de974413 100644 --- a/R/lsm_l_ed.R +++ b/R/lsm_l_ed.R @@ -1,104 +1,104 @@ -#' ED (landscape level) -#' -#' @description Edge Density (Area and Edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param count_boundary Count landscape boundary as edge -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{ED = \frac{E} {A} * 10000} -#' where \eqn{E} is the total landscape edge in meters and \eqn{A} is the total -#' landscape area in square meters. -#' -#' ED is an 'Area and Edge metric'. The edge density equals all edges in the landscape -#' in relation to the landscape area. The boundary of the landscape is only included in the -#' corresponding total class edge length if \code{count_boundary = TRUE}. -#' The metric describes the configuration of the landscape, e.g. because an overall aggregation -#' of classes will result in a low edge density. The metric is standardized to the -#' total landscape area, and therefore comparisons among landscapes with different total -#' areas are possible. - -#' \subsection{Units}{Meters per hectare} -#' \subsection{Range}{ED >= 0} -#' \subsection{Behaviour}{Equals ED = 0 if only one patch is present (and the landscape -#' boundary is not included) and increases, without limit, as the landscapes becomes more -#' patchy} -#' -#' @seealso -#' \code{\link{lsm_l_te}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_c_ed}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_ed(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_ed -#' @rdname lsm_l_ed -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_ed <- function(landscape, - count_boundary = FALSE, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_ed_calc, - count_boundary = count_boundary, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_ed_calc <- function(landscape, count_boundary, directions, resolution = NULL) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- terra::res(landscape) - - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "ed", - value = as.double(NA))) - } - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise to total area - area_total <- sum(area_patch$value) - - # get total edge - edge_landscape <- lsm_l_te_calc(landscape, - count_boundary = count_boundary, - resolution = resolution) - - # relative edge density - ed <- edge_landscape$value / area_total - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "ed", - value = as.double(ed))) -} +#' ED (landscape level) +#' +#' @description Edge Density (Area and Edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param count_boundary Count landscape boundary as edge +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{ED = \frac{E} {A} * 10000} +#' where \eqn{E} is the total landscape edge in meters and \eqn{A} is the total +#' landscape area in square meters. +#' +#' ED is an 'Area and Edge metric'. The edge density equals all edges in the landscape +#' in relation to the landscape area. The boundary of the landscape is only included in the +#' corresponding total class edge length if \code{count_boundary = TRUE}. +#' The metric describes the configuration of the landscape, e.g. because an overall aggregation +#' of classes will result in a low edge density. The metric is standardized to the +#' total landscape area, and therefore comparisons among landscapes with different total +#' areas are possible. + +#' \subsection{Units}{Meters per hectare} +#' \subsection{Range}{ED >= 0} +#' \subsection{Behaviour}{Equals ED = 0 if only one patch is present (and the landscape +#' boundary is not included) and increases, without limit, as the landscapes becomes more +#' patchy} +#' +#' @seealso +#' \code{\link{lsm_l_te}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_c_ed}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_ed(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_ed +#' @rdname lsm_l_ed +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_ed <- function(landscape, + count_boundary = FALSE, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_ed_calc, + count_boundary = count_boundary, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_ed_calc <- function(landscape, count_boundary, directions, resolution = NULL) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "ed", + value = as.double(NA))) + } + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise to total area + area_total <- sum(area_patch$value) + + # get total edge + edge_landscape <- lsm_l_te_calc(landscape, + count_boundary = count_boundary, + resolution = resolution) + + # relative edge density + ed <- edge_landscape$value / area_total + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "ed", + value = as.double(ed))) +} diff --git a/R/lsm_l_enn_mn.R b/R/lsm_l_enn_mn.R index 6fd1d01e7..fe9b906f7 100644 --- a/R/lsm_l_enn_mn.R +++ b/R/lsm_l_enn_mn.R @@ -1,93 +1,93 @@ -#' ENN_MN (landscape level) -#' -#' @description Mean of euclidean nearest-neighbor distance (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' @param verbose Print warning message if not sufficient patches are present -#' -#' @details -#' \deqn{ENN_{MN} = cv(mean[patch_{ij}])} -#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance -#' of each patch. -#' -#' ENN_CV is an 'Aggregation metric'. It summarises the landscape as the mean of all patches -#' in the landscape. ENN measures the distance to the nearest neighbouring patch -#' of the same class i. The distance is measured from edge-to-edge. The range is limited -#' by the cell resolution on the lower limit and the landscape extent on the upper limit. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{ENN_MN > 0} -#' \subsection{Behaviour}{Approaches ENN_MN = 0 as the distance to the nearest neighbour -#' decreases, i.e. patches of the same class i are more aggregated. Increases, without limit, -#' as the distance between neighbouring patches of the same class i increases, i.e. patches are -#' more isolated.} -#' -#' @seealso -#' \code{\link{lsm_p_enn}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_enn_mn}}, -#' \code{\link{lsm_c_enn_sd}}, -#' \code{\link{lsm_c_enn_cv}}, \cr -#' \code{\link{lsm_l_enn_sd}}, -#' \code{\link{lsm_l_enn_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_enn_mn(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_enn_mn -#' @rdname lsm_l_enn_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape -#' structure and breeding birds in the Oregon Coast Range. -#' Ecological monographs, 65(3), 235-260. -#' -#' @export -lsm_l_enn_mn <- function(landscape, directions = 8, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_enn_mn_calc, - directions = directions, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_enn_mn_calc <- function(landscape, directions, verbose, - points = NULL) { - - enn_patch <- lsm_p_enn_calc(landscape, - directions = directions, verbose = verbose, - points = points) - - # all values NA - if (all(is.na(enn_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "enn_mn", - value = as.double(NA))) - } - - enn_mn <- mean(enn_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "enn_mn", - value = as.double(enn_mn))) -} +#' ENN_MN (landscape level) +#' +#' @description Mean of euclidean nearest-neighbor distance (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' @param verbose Print warning message if not sufficient patches are present +#' +#' @details +#' \deqn{ENN_{MN} = cv(mean[patch_{ij}])} +#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance +#' of each patch. +#' +#' ENN_CV is an 'Aggregation metric'. It summarises the landscape as the mean of all patches +#' in the landscape. ENN measures the distance to the nearest neighbouring patch +#' of the same class i. The distance is measured from edge-to-edge. The range is limited +#' by the cell resolution on the lower limit and the landscape extent on the upper limit. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{ENN_MN > 0} +#' \subsection{Behaviour}{Approaches ENN_MN = 0 as the distance to the nearest neighbour +#' decreases, i.e. patches of the same class i are more aggregated. Increases, without limit, +#' as the distance between neighbouring patches of the same class i increases, i.e. patches are +#' more isolated.} +#' +#' @seealso +#' \code{\link{lsm_p_enn}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_enn_mn}}, +#' \code{\link{lsm_c_enn_sd}}, +#' \code{\link{lsm_c_enn_cv}}, \cr +#' \code{\link{lsm_l_enn_sd}}, +#' \code{\link{lsm_l_enn_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_enn_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_enn_mn +#' @rdname lsm_l_enn_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape +#' structure and breeding birds in the Oregon Coast Range. +#' Ecological monographs, 65(3), 235-260. +#' +#' @export +lsm_l_enn_mn <- function(landscape, directions = 8, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_enn_mn_calc, + directions = directions, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_enn_mn_calc <- function(landscape, directions, verbose, + points = NULL) { + + enn_patch <- lsm_p_enn_calc(landscape, + directions = directions, verbose = verbose, + points = points) + + # all values NA + if (all(is.na(enn_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "enn_mn", + value = as.double(NA))) + } + + enn_mn <- mean(enn_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "enn_mn", + value = as.double(enn_mn))) +} diff --git a/R/lsm_l_enn_sd.R b/R/lsm_l_enn_sd.R index 80a38d1e6..2d27d9245 100644 --- a/R/lsm_l_enn_sd.R +++ b/R/lsm_l_enn_sd.R @@ -1,93 +1,93 @@ -#' ENN_SD (landscape level) -#' -#' @description Standard deviation of euclidean nearest-neighbor distance (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' @param verbose Print warning message if not sufficient patches are present -#' -#' @details -#' \deqn{ENN_{SD} = sd(ENN[patch_{ij}])} -#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance -#' of each patch. -#' -#' ENN_CV is an 'Aggregation metric'. It summarises in the landscape as the standard -#' deviation of all patches in the landscape. ENN measures the distance to the nearest -#' neighbouring patch of the same class i. The distance is measured from edge-to-edge. -#' The range is limited by the cell resolution on the lower limit and the landscape extent -#' on the upper limit. The metric is a simple way to describe patch isolation. Because it is -#' scaled to the mean, it is easily comparable among different landscapes. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{ENN_SD >= 0} -#' \subsection{Behaviour}{Equals ENN_SD = 0 if the euclidean nearest-neighbor distance is -#' identical for all patches. Increases, without limit, as the variation of ENN increases.} -#' -#' @seealso -#' \code{\link{lsm_p_enn}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_enn_mn}}, -#' \code{\link{lsm_c_enn_sd}}, -#' \code{\link{lsm_c_enn_cv}}, \cr -#' \code{\link{lsm_l_enn_mn}}, -#' \code{\link{lsm_l_enn_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_enn_sd(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_enn_sd -#' @rdname lsm_l_enn_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape -#' structure and breeding birds in the Oregon Coast Range. -#' Ecological monographs, 65(3), 235-260. -#' -#' @export -lsm_l_enn_sd <- function(landscape, directions = 8, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_enn_sd_calc, - directions = directions, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_enn_sd_calc <- function(landscape, directions, verbose, - points = NULL) { - - enn_patch <- lsm_p_enn_calc(landscape, - directions = directions, verbose = verbose, - points = points) - - # all values NA - if (all(is.na(enn_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "enn_sd", - value = as.double(NA))) - } - - enn_sd <- stats::sd(enn_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "enn_sd", - value = as.double(enn_sd))) -} +#' ENN_SD (landscape level) +#' +#' @description Standard deviation of euclidean nearest-neighbor distance (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). +#' @param verbose Print warning message if not sufficient patches are present +#' +#' @details +#' \deqn{ENN_{SD} = sd(ENN[patch_{ij}])} +#' where \eqn{ENN[patch_{ij}]} is the euclidean nearest-neighbor distance +#' of each patch. +#' +#' ENN_CV is an 'Aggregation metric'. It summarises in the landscape as the standard +#' deviation of all patches in the landscape. ENN measures the distance to the nearest +#' neighbouring patch of the same class i. The distance is measured from edge-to-edge. +#' The range is limited by the cell resolution on the lower limit and the landscape extent +#' on the upper limit. The metric is a simple way to describe patch isolation. Because it is +#' scaled to the mean, it is easily comparable among different landscapes. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{ENN_SD >= 0} +#' \subsection{Behaviour}{Equals ENN_SD = 0 if the euclidean nearest-neighbor distance is +#' identical for all patches. Increases, without limit, as the variation of ENN increases.} +#' +#' @seealso +#' \code{\link{lsm_p_enn}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_enn_mn}}, +#' \code{\link{lsm_c_enn_sd}}, +#' \code{\link{lsm_c_enn_cv}}, \cr +#' \code{\link{lsm_l_enn_mn}}, +#' \code{\link{lsm_l_enn_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_enn_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_enn_sd +#' @rdname lsm_l_enn_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape +#' structure and breeding birds in the Oregon Coast Range. +#' Ecological monographs, 65(3), 235-260. +#' +#' @export +lsm_l_enn_sd <- function(landscape, directions = 8, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_enn_sd_calc, + directions = directions, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_enn_sd_calc <- function(landscape, directions, verbose, + points = NULL) { + + enn_patch <- lsm_p_enn_calc(landscape, + directions = directions, verbose = verbose, + points = points) + + # all values NA + if (all(is.na(enn_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "enn_sd", + value = as.double(NA))) + } + + enn_sd <- stats::sd(enn_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "enn_sd", + value = as.double(enn_sd))) +} diff --git a/R/lsm_l_ent.R b/R/lsm_l_ent.R index 6f1a242be..cbd1dd0aa 100644 --- a/R/lsm_l_ent.R +++ b/R/lsm_l_ent.R @@ -1,79 +1,79 @@ -#' ENT (landscape level) -#' -#' @description Marginal entropy \\[H(x)\\] -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: -#' 4 (rook's case) or 8 (queen's case). The default is 4. -#' @param base The unit in which entropy is measured. -#' The default is "log2", which compute entropy in "bits". -#' "log" and "log10" can be also used. -#' -#' @details -#' It measures a diversity (thematic complexity) of landscape classes. -#' -#' @seealso -#' \code{\link{lsm_l_condent}}, -#' \code{\link{lsm_l_mutinf}}, -#' \code{\link{lsm_l_joinent}}, -#' \code{\link{lsm_l_relmutinf}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_ent(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_ent -#' @rdname lsm_l_ent -#' -#' @references -#' Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework -#' for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x -#' -#' @export -lsm_l_ent <- function(landscape, - neighbourhood = 4, - base = "log2") { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_ent_calc, - neighbourhood = neighbourhood, - base = base) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_ent_calc <- function(landscape, neighbourhood, base){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "ent", - value = as.double(NA))) - } - - com <- rcpp_get_coocurrence_matrix(landscape, - directions = as.matrix(neighbourhood)) - com_c <- colSums(com) - - comp <- rcpp_get_entropy(com_c, base) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "ent", - value = as.double(comp))) -} +#' ENT (landscape level) +#' +#' @description Marginal entropy \\[H(x)\\] +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: +#' 4 (rook's case) or 8 (queen's case). The default is 4. +#' @param base The unit in which entropy is measured. +#' The default is "log2", which compute entropy in "bits". +#' "log" and "log10" can be also used. +#' +#' @details +#' It measures a diversity (thematic complexity) of landscape classes. +#' +#' @seealso +#' \code{\link{lsm_l_condent}}, +#' \code{\link{lsm_l_mutinf}}, +#' \code{\link{lsm_l_joinent}}, +#' \code{\link{lsm_l_relmutinf}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_ent(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_ent +#' @rdname lsm_l_ent +#' +#' @references +#' Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework +#' for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x +#' +#' @export +lsm_l_ent <- function(landscape, + neighbourhood = 4, + base = "log2") { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_ent_calc, + neighbourhood = neighbourhood, + base = base) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_ent_calc <- function(landscape, neighbourhood, base){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "ent", + value = as.double(NA))) + } + + com <- rcpp_get_coocurrence_matrix(landscape, + directions = as.matrix(neighbourhood)) + com_c <- colSums(com) + + comp <- rcpp_get_entropy(com_c, base) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "ent", + value = as.double(comp))) +} diff --git a/R/lsm_l_frac_mn.R b/R/lsm_l_frac_mn.R index 5065b950c..eef03ab31 100644 --- a/R/lsm_l_frac_mn.R +++ b/R/lsm_l_frac_mn.R @@ -1,88 +1,88 @@ -#' FRAC_MN (landscape level) -#' -#' @description Mean fractal dimension index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{FRAC_{MN} = mean(FRAC[patch_{ij}])} -#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. -#' -#' FRAC_MN is a 'Shape metric'. The metric summarises the landscape -#' as the mean of the fractal dimension index of all patches in the landscape. -#' The fractal dimension index is based on the patch perimeter and -#' the patch area and describes the patch complexity. The Coefficient of variation is -#' scaled to the mean and comparable among different landscapes. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{FRAC_MN > 0 } -#' \subsection{Behaviour}{Approaches FRAC_MN = 1 if all patches are squared and FRAC_MN = 2 -#' if all patches are irregular.} -#' -#' @seealso -#' \code{\link{lsm_p_frac}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_frac_mn}}, -#' \code{\link{lsm_c_frac_sd}}, -#' \code{\link{lsm_c_frac_cv}}, \cr -#' \code{\link{lsm_l_frac_sd}}, -#' \code{\link{lsm_l_frac_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_frac_mn(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_frac_mn -#' @rdname lsm_l_frac_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. -#' San Francisco. W. H. Freeman and Company. -#' -#' @export -lsm_l_frac_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_frac_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_frac_mn_calc <- function(landscape, directions, resolution = NULL){ - - frac_patch <- lsm_p_frac_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(frac_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "frac_mn", - value = as.double(NA))) - } - - frac_mn <- mean(frac_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "frac_mn", - value = as.double(frac_mn))) -} +#' FRAC_MN (landscape level) +#' +#' @description Mean fractal dimension index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{FRAC_{MN} = mean(FRAC[patch_{ij}])} +#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. +#' +#' FRAC_MN is a 'Shape metric'. The metric summarises the landscape +#' as the mean of the fractal dimension index of all patches in the landscape. +#' The fractal dimension index is based on the patch perimeter and +#' the patch area and describes the patch complexity. The Coefficient of variation is +#' scaled to the mean and comparable among different landscapes. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{FRAC_MN > 0 } +#' \subsection{Behaviour}{Approaches FRAC_MN = 1 if all patches are squared and FRAC_MN = 2 +#' if all patches are irregular.} +#' +#' @seealso +#' \code{\link{lsm_p_frac}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_frac_mn}}, +#' \code{\link{lsm_c_frac_sd}}, +#' \code{\link{lsm_c_frac_cv}}, \cr +#' \code{\link{lsm_l_frac_sd}}, +#' \code{\link{lsm_l_frac_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_frac_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_frac_mn +#' @rdname lsm_l_frac_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. +#' San Francisco. W. H. Freeman and Company. +#' +#' @export +lsm_l_frac_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_frac_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_frac_mn_calc <- function(landscape, directions, resolution = NULL){ + + frac_patch <- lsm_p_frac_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(frac_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "frac_mn", + value = as.double(NA))) + } + + frac_mn <- mean(frac_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "frac_mn", + value = as.double(frac_mn))) +} diff --git a/R/lsm_l_frac_sd.R b/R/lsm_l_frac_sd.R index f7dc63a0e..428773913 100644 --- a/R/lsm_l_frac_sd.R +++ b/R/lsm_l_frac_sd.R @@ -1,88 +1,88 @@ -#' FRAC_SD (landscape level) -#' -#' @description Standard deviation fractal dimension index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{FRAC_{SD} = sd(FRAC[patch_{ij}])} -#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. -#' -#' FRAC_SD is a 'Shape metric'. The metric summarises the landscape -#' as the standard deviation of the fractal dimension index of all patches -#' in the landscape. The fractal dimension index is based on the patch perimeter and -#' the patch area and describes the patch complexity. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{FRAC_SD>= 0 } -#' \subsection{Behaviour}{Equals FRAC_SD = 0 if the fractal dimension index is identical -#' for all patches. Increases, without limit, as the variation of the fractal dimension -#' indices increases.} -#' -#' @seealso -#' \code{\link{lsm_p_frac}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_frac_mn}}, -#' \code{\link{lsm_c_frac_sd}}, -#' \code{\link{lsm_c_frac_cv}}, \cr -#' \code{\link{lsm_l_frac_mn}}, -#' \code{\link{lsm_l_frac_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_frac_sd(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_frac_sd -#' @rdname lsm_l_frac_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. -#' San Francisco. W. H. Freeman and Company. -#' -#' @export -lsm_l_frac_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_frac_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_frac_sd_calc <- function(landscape, directions, resolution = NULL){ - - frac_patch <- lsm_p_frac_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(frac_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "frac_sd", - value = as.double(NA))) - } - - frac_sd <- stats::sd(frac_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "frac_sd", - value = as.double(frac_sd))) -} +#' FRAC_SD (landscape level) +#' +#' @description Standard deviation fractal dimension index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{FRAC_{SD} = sd(FRAC[patch_{ij}])} +#' where \eqn{FRAC[patch_{ij}]} equals the fractal dimension index of each patch. +#' +#' FRAC_SD is a 'Shape metric'. The metric summarises the landscape +#' as the standard deviation of the fractal dimension index of all patches +#' in the landscape. The fractal dimension index is based on the patch perimeter and +#' the patch area and describes the patch complexity. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{FRAC_SD>= 0 } +#' \subsection{Behaviour}{Equals FRAC_SD = 0 if the fractal dimension index is identical +#' for all patches. Increases, without limit, as the variation of the fractal dimension +#' indices increases.} +#' +#' @seealso +#' \code{\link{lsm_p_frac}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_frac_mn}}, +#' \code{\link{lsm_c_frac_sd}}, +#' \code{\link{lsm_c_frac_cv}}, \cr +#' \code{\link{lsm_l_frac_mn}}, +#' \code{\link{lsm_l_frac_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_frac_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_frac_sd +#' @rdname lsm_l_frac_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. +#' San Francisco. W. H. Freeman and Company. +#' +#' @export +lsm_l_frac_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_frac_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_frac_sd_calc <- function(landscape, directions, resolution = NULL){ + + frac_patch <- lsm_p_frac_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(frac_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "frac_sd", + value = as.double(NA))) + } + + frac_sd <- stats::sd(frac_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "frac_sd", + value = as.double(frac_sd))) +} diff --git a/R/lsm_l_gyrate_mn.R b/R/lsm_l_gyrate_mn.R index ac074e62f..390bfe652 100644 --- a/R/lsm_l_gyrate_mn.R +++ b/R/lsm_l_gyrate_mn.R @@ -1,98 +1,98 @@ -#' GYRATE_MN (landscape level) -#' -#' @description Mean radius of gyration (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param cell_center If true, the coordinates of the centroid are forced to be -#' a cell center within the patch. -#' -#' @details -#' \deqn{GYRATE_{MN} = mean(GYRATE[patch_{ij}])} -#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. -#' -#' GYRATE_MN is an 'Area and edge metric'. The metric summarises the landscape -#' as the mean of the radius of gyration of all patches in the landscape. -#' GYRATE measures the distance from each cell to the patch centroid and is based on -#' cell center-to-cell center distances. The metrics characterises -#' both the patch area and compactness. -#' -#' If `cell_center = TRUE` some patches might have several possible cell-center -#' centroids. In this case, the gyrate index is based on the mean distance of all -#' cells to all possible cell-center centroids. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{GYRATE_MN >= 0 } -#' \subsection{Behaviour}{Approaches GYRATE_MN = 0 if every patch is a single cell. Increases, -#' without limit, when only one patch is present.} -#' -#' @seealso -#' \code{\link{lsm_p_gyrate}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_gyrate_mn}}, -#' \code{\link{lsm_c_gyrate_sd}}, -#' \code{\link{lsm_c_gyrate_cv}}, \cr -#' \code{\link{lsm_l_gyrate_sd}}, -#' \code{\link{lsm_l_gyrate_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_gyrate_mn(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_gyrate_mn -#' @rdname lsm_l_gyrate_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales -#' in fragmented landscapes. Conservation ecology, 1(1). -#' -#' @export -lsm_l_gyrate_mn <- function(landscape, - directions = 8, cell_center = FALSE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_gyrate_mn_calc, - directions = directions, - cell_center = cell_center) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_gyrate_mn_calc <- function(landscape, directions, cell_center, - points = NULL) { - - gyrate_patch <- lsm_p_gyrate_calc(landscape, - directions = directions, - cell_center = cell_center, - points = points) - - # all values NA - if (all(is.na(gyrate_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "gyrate_mn", - value = as.double(NA))) - } - - gyrate_mn <- mean(gyrate_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "gyrate_mn", - value = as.double(gyrate_mn))) -} +#' GYRATE_MN (landscape level) +#' +#' @description Mean radius of gyration (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param cell_center If true, the coordinates of the centroid are forced to be +#' a cell center within the patch. +#' +#' @details +#' \deqn{GYRATE_{MN} = mean(GYRATE[patch_{ij}])} +#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. +#' +#' GYRATE_MN is an 'Area and edge metric'. The metric summarises the landscape +#' as the mean of the radius of gyration of all patches in the landscape. +#' GYRATE measures the distance from each cell to the patch centroid and is based on +#' cell center-to-cell center distances. The metrics characterises +#' both the patch area and compactness. +#' +#' If `cell_center = TRUE` some patches might have several possible cell-center +#' centroids. In this case, the gyrate index is based on the mean distance of all +#' cells to all possible cell-center centroids. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{GYRATE_MN >= 0 } +#' \subsection{Behaviour}{Approaches GYRATE_MN = 0 if every patch is a single cell. Increases, +#' without limit, when only one patch is present.} +#' +#' @seealso +#' \code{\link{lsm_p_gyrate}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_gyrate_mn}}, +#' \code{\link{lsm_c_gyrate_sd}}, +#' \code{\link{lsm_c_gyrate_cv}}, \cr +#' \code{\link{lsm_l_gyrate_sd}}, +#' \code{\link{lsm_l_gyrate_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_gyrate_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_gyrate_mn +#' @rdname lsm_l_gyrate_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales +#' in fragmented landscapes. Conservation ecology, 1(1). +#' +#' @export +lsm_l_gyrate_mn <- function(landscape, + directions = 8, cell_center = FALSE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_gyrate_mn_calc, + directions = directions, + cell_center = cell_center) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_gyrate_mn_calc <- function(landscape, directions, cell_center, + points = NULL) { + + gyrate_patch <- lsm_p_gyrate_calc(landscape, + directions = directions, + cell_center = cell_center, + points = points) + + # all values NA + if (all(is.na(gyrate_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "gyrate_mn", + value = as.double(NA))) + } + + gyrate_mn <- mean(gyrate_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "gyrate_mn", + value = as.double(gyrate_mn))) +} diff --git a/R/lsm_l_gyrate_sd.R b/R/lsm_l_gyrate_sd.R index 346973a18..e3d79b73c 100644 --- a/R/lsm_l_gyrate_sd.R +++ b/R/lsm_l_gyrate_sd.R @@ -1,99 +1,99 @@ -#' GYRATE_SD (landscape level) -#' -#' @description Standard deviation radius of gyration (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param cell_center If true, the coordinates of the centroid are forced to be -#' a cell center within the patch. -#' -#' @details -#' \deqn{GYRATE_{SD} = sd(GYRATE[patch_{ij}])} -#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. -#' -#' GYRATE_SD is an 'Area and edge metric'. The metric summarises the landscape -#' as the standard deviation of the radius of gyration of all patches -#' in the landscape. GYRATE measures the distance from each cell to the patch -#' centroid and is based on cell center-to-cell center distances. The metrics characterises -#' both the patch area and compactness. -#' -#' If `cell_center = TRUE` some patches might have several possible cell-center -#' centroids. In this case, the gyrate index is based on the mean distance of all -#' cells to all possible cell-center centroids. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{GYRATE_SD >= 0 } -#' \subsection{Behaviour}{Equals GYRATE_SD = 0 if the radius of gyration is identical -#' for all patches. Increases, without limit, as the variation of the radius of gyration -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_gyrate}}, \cr -#' \code{\link{lsm_c_gyrate_mn}}, -#' \code{\link{lsm_c_gyrate_sd}}, -#' \code{\link{lsm_c_gyrate_cv}}, \cr -#' \code{\link{lsm_l_gyrate_mn}}, -#' \code{\link{lsm_l_gyrate_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_gyrate_sd(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_gyrate_sd -#' @rdname lsm_l_gyrate_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales -#' in fragmented landscapes. Conservation ecology, 1(1). -#' -#' @export -lsm_l_gyrate_sd <- function(landscape, - directions = 8, cell_center = FALSE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_gyrate_sd_calc, - directions = directions, - cell_center = cell_center) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_gyrate_sd_calc <- function(landscape, directions, cell_center, - points = NULL) { - - gyrate_patch <- lsm_p_gyrate_calc(landscape, - directions = directions, - cell_center = cell_center, - points = points) - - # all values NA - if (all(is.na(gyrate_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "gyrate_sd", - value = as.double(NA))) - } - - gyrate_sd <- stats::sd(gyrate_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "gyrate_sd", - value = as.double(gyrate_sd))) -} - +#' GYRATE_SD (landscape level) +#' +#' @description Standard deviation radius of gyration (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param cell_center If true, the coordinates of the centroid are forced to be +#' a cell center within the patch. +#' +#' @details +#' \deqn{GYRATE_{SD} = sd(GYRATE[patch_{ij}])} +#' where \eqn{GYRATE[patch_{ij}]} equals the radius of gyration of each patch. +#' +#' GYRATE_SD is an 'Area and edge metric'. The metric summarises the landscape +#' as the standard deviation of the radius of gyration of all patches +#' in the landscape. GYRATE measures the distance from each cell to the patch +#' centroid and is based on cell center-to-cell center distances. The metrics characterises +#' both the patch area and compactness. +#' +#' If `cell_center = TRUE` some patches might have several possible cell-center +#' centroids. In this case, the gyrate index is based on the mean distance of all +#' cells to all possible cell-center centroids. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{GYRATE_SD >= 0 } +#' \subsection{Behaviour}{Equals GYRATE_SD = 0 if the radius of gyration is identical +#' for all patches. Increases, without limit, as the variation of the radius of gyration +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_gyrate}}, \cr +#' \code{\link{lsm_c_gyrate_mn}}, +#' \code{\link{lsm_c_gyrate_sd}}, +#' \code{\link{lsm_c_gyrate_cv}}, \cr +#' \code{\link{lsm_l_gyrate_mn}}, +#' \code{\link{lsm_l_gyrate_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_gyrate_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_gyrate_sd +#' @rdname lsm_l_gyrate_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales +#' in fragmented landscapes. Conservation ecology, 1(1). +#' +#' @export +lsm_l_gyrate_sd <- function(landscape, + directions = 8, cell_center = FALSE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_gyrate_sd_calc, + directions = directions, + cell_center = cell_center) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_gyrate_sd_calc <- function(landscape, directions, cell_center, + points = NULL) { + + gyrate_patch <- lsm_p_gyrate_calc(landscape, + directions = directions, + cell_center = cell_center, + points = points) + + # all values NA + if (all(is.na(gyrate_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "gyrate_sd", + value = as.double(NA))) + } + + gyrate_sd <- stats::sd(gyrate_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "gyrate_sd", + value = as.double(gyrate_sd))) +} + diff --git a/R/lsm_l_iji.R b/R/lsm_l_iji.R index 443736148..e8a76054d 100644 --- a/R/lsm_l_iji.R +++ b/R/lsm_l_iji.R @@ -1,112 +1,112 @@ -#'Interspersion and Juxtaposition index (landscape level) -# -#' @description Interspersion and Juxtaposition index (Aggregation metric) -# -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param verbose Print warning message if not sufficient patches are present -# -#' @details -#' \deqn{IJI = \frac{- \sum \limits_{i = 1}^{m} \sum \limits_{k = i + 1}^{m} \Bigg[ \Bigg( \frac{e_{ik}}{E} \Bigg) ln \Bigg( \frac{e_{ik}}{E} \Bigg) \Bigg]}{ln(0.5[m(m - 1)])} * 100} -#' -#' where \eqn{e_{ik}} are the unique adjacencies of all classes (lower/upper triangle of -#' the adjacency table - without the diagonal), \eqn{E} is the total length of edges in the landscape -#' and \eqn{m} is the number of classes. -#' -#' IJI is an 'Aggregation metric'. It is a so called "salt and pepper" metric and -#' describes the intermixing of classes (i.e. without considering like adjacencies - the -#' diagonal of the adjacency table). The number of classes to calculate IJI must be >= than 3. -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{0 < IJI <= 100} -#' \subsection{Behaviour}{Approaches 0 if a class is only adjacent to a single other class -#' and equals 100 when a class is equally adjacent to all other classes.} -# -#' @seealso -#' \code{\link{lsm_c_iji}} -#' -#' @return tibble -# -#' @examples -#'lsm_l_iji(terra::unwrap(landscape)) -# -#' @aliases lsm_l_iji -#' @rdname lsm_l_iji -# -#' @references -#'McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#'Program for Categorical and Continuous Maps. Computer software program produced by -#'the authors at the University of Massachusetts, Amherst. Available at the following -#'web site: https://www.umass.edu/landeco/ -#' -#'McGarigal, K., & Marks, B. J. 1995. FRAGSTATS: spatial pattern analysis -#'program for quantifying landscape structure. Gen. Tech. Rep. PNW-GTR-351. -#'Portland, OR: US Department of Agriculture, Forest Service, Pacific Northwest -#'Research Station. 122 p, 351. -# -#' @export -lsm_l_iji <- function(landscape, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_iji_calc, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_iji_calc <- function(landscape, verbose) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "iji", - value = as.double(NA))) - } - - adjacencies <- rcpp_get_coocurrence_matrix(landscape, - as.matrix(4)) - - if (ncol(adjacencies) < 3) { - - if (verbose) { - warning("Number of classes must be >= 3, IJI = NA.", call. = FALSE) - } - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "iji", - value = as.double(NA))) - } else { - - diag(adjacencies) <- 0 - - e_total <- sum(adjacencies[lower.tri(adjacencies)]) - - edge_ratio <- (adjacencies / e_total) * log(adjacencies / e_total) - - edge_ratio <- edge_ratio[lower.tri(edge_ratio)] - - landscape_sum <- -sum(edge_ratio, na.rm = TRUE) - - iji <- (landscape_sum / log(0.5 * (ncol(adjacencies) * (ncol(adjacencies) - 1)))) * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "iji", - value = as.double(iji))) - } -} +#'Interspersion and Juxtaposition index (landscape level) +# +#' @description Interspersion and Juxtaposition index (Aggregation metric) +# +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param verbose Print warning message if not sufficient patches are present +# +#' @details +#' \deqn{IJI = \frac{- \sum \limits_{i = 1}^{m} \sum \limits_{k = i + 1}^{m} \Bigg[ \Bigg( \frac{e_{ik}}{E} \Bigg) ln \Bigg( \frac{e_{ik}}{E} \Bigg) \Bigg]}{ln(0.5[m(m - 1)])} * 100} +#' +#' where \eqn{e_{ik}} are the unique adjacencies of all classes (lower/upper triangle of +#' the adjacency table - without the diagonal), \eqn{E} is the total length of edges in the landscape +#' and \eqn{m} is the number of classes. +#' +#' IJI is an 'Aggregation metric'. It is a so called "salt and pepper" metric and +#' describes the intermixing of classes (i.e. without considering like adjacencies - the +#' diagonal of the adjacency table). The number of classes to calculate IJI must be >= than 3. +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{0 < IJI <= 100} +#' \subsection{Behaviour}{Approaches 0 if a class is only adjacent to a single other class +#' and equals 100 when a class is equally adjacent to all other classes.} +# +#' @seealso +#' \code{\link{lsm_c_iji}} +#' +#' @return tibble +# +#' @examples +#'lsm_l_iji(terra::unwrap(landscape)) +# +#' @aliases lsm_l_iji +#' @rdname lsm_l_iji +# +#' @references +#'McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#'Program for Categorical and Continuous Maps. Computer software program produced by +#'the authors at the University of Massachusetts, Amherst. Available at the following +#'web site: https://www.umass.edu/landeco/ +#' +#'McGarigal, K., & Marks, B. J. 1995. FRAGSTATS: spatial pattern analysis +#'program for quantifying landscape structure. Gen. Tech. Rep. PNW-GTR-351. +#'Portland, OR: US Department of Agriculture, Forest Service, Pacific Northwest +#'Research Station. 122 p, 351. +# +#' @export +lsm_l_iji <- function(landscape, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_iji_calc, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_iji_calc <- function(landscape, verbose) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "iji", + value = as.double(NA))) + } + + adjacencies <- rcpp_get_coocurrence_matrix(landscape, + as.matrix(4)) + + if (ncol(adjacencies) < 3) { + + if (verbose) { + warning("Number of classes must be >= 3, IJI = NA.", call. = FALSE) + } + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "iji", + value = as.double(NA))) + } else { + + diag(adjacencies) <- 0 + + e_total <- sum(adjacencies[lower.tri(adjacencies)]) + + edge_ratio <- (adjacencies / e_total) * log(adjacencies / e_total) + + edge_ratio <- edge_ratio[lower.tri(edge_ratio)] + + landscape_sum <- -sum(edge_ratio, na.rm = TRUE) + + iji <- (landscape_sum / log(0.5 * (ncol(adjacencies) * (ncol(adjacencies) - 1)))) * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "iji", + value = as.double(iji))) + } +} diff --git a/R/lsm_l_joinent.R b/R/lsm_l_joinent.R index bbcecd4fd..8ba0512ba 100644 --- a/R/lsm_l_joinent.R +++ b/R/lsm_l_joinent.R @@ -1,84 +1,84 @@ -#' JOINENT (landscape level) -#' -#' @description Joint entropy \\[H(x, y)\\] -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: -#' 4 (rook's case) or 8 (queen's case). The default is 4. -#' @param ordered The type of pairs considered. -#' Either ordered (TRUE) or unordered (FALSE). -#' The default is TRUE. -#' @param base The unit in which entropy is measured. -#' The default is "log2", which compute entropy in "bits". -#' "log" and "log10" can be also used. -#' -#' @details -#' Complexity of a landscape pattern. An overall spatio-thematic complexity metric. -#' -#' @seealso -#' \code{\link{lsm_l_ent}}, -#' \code{\link{lsm_l_condent}}, -#' \code{\link{lsm_l_mutinf}}, -#' \code{\link{lsm_l_relmutinf}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_joinent(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_joinent -#' @rdname lsm_l_joinent -#' -#' @references -#' Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework -#' for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x -#' -#' @export -lsm_l_joinent <- function(landscape, - neighbourhood = 4, - ordered = TRUE, - base = "log2") { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_joinent_calc, - neighbourhood = neighbourhood, - ordered = ordered, - base = base) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_joinent_calc <- function(landscape, neighbourhood, ordered, base){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "joinent", - value = as.double(NA))) - } - - coh <- rcpp_get_coocurrence_vector(landscape, - directions = as.matrix(neighbourhood), - ordered = ordered) - - cplx <- rcpp_get_entropy(coh, base) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "joinent", - value = as.double(cplx))) -} +#' JOINENT (landscape level) +#' +#' @description Joint entropy \\[H(x, y)\\] +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: +#' 4 (rook's case) or 8 (queen's case). The default is 4. +#' @param ordered The type of pairs considered. +#' Either ordered (TRUE) or unordered (FALSE). +#' The default is TRUE. +#' @param base The unit in which entropy is measured. +#' The default is "log2", which compute entropy in "bits". +#' "log" and "log10" can be also used. +#' +#' @details +#' Complexity of a landscape pattern. An overall spatio-thematic complexity metric. +#' +#' @seealso +#' \code{\link{lsm_l_ent}}, +#' \code{\link{lsm_l_condent}}, +#' \code{\link{lsm_l_mutinf}}, +#' \code{\link{lsm_l_relmutinf}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_joinent(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_joinent +#' @rdname lsm_l_joinent +#' +#' @references +#' Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework +#' for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x +#' +#' @export +lsm_l_joinent <- function(landscape, + neighbourhood = 4, + ordered = TRUE, + base = "log2") { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_joinent_calc, + neighbourhood = neighbourhood, + ordered = ordered, + base = base) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_joinent_calc <- function(landscape, neighbourhood, ordered, base){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "joinent", + value = as.double(NA))) + } + + coh <- rcpp_get_coocurrence_vector(landscape, + directions = as.matrix(neighbourhood), + ordered = ordered) + + cplx <- rcpp_get_entropy(coh, base) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "joinent", + value = as.double(cplx))) +} diff --git a/R/lsm_l_lpi.R b/R/lsm_l_lpi.R index bbd0a8917..97cb32c54 100644 --- a/R/lsm_l_lpi.R +++ b/R/lsm_l_lpi.R @@ -1,85 +1,85 @@ -#' LPI (landscape level) -#' -#' @description Largest patch index (Area and Edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{LPI = \frac{\max (a_{ij})} {A} * 100} -#' where \eqn{max(a_{ij})} is the area of the patch in square meters and \eqn{A} -#' is the total landscape area in square meters. -#' -#' The largest patch index is an 'Area and edge metric'. It is the percentage of the -#' landscape covered by the largest patch in the landscape. It is a simple -#' measure of dominance. -#' -#' \subsection{Units}{Percentage} -#' \subsection{Range}{0 < LPI <= 100} -#' \subsection{Behaviour}{Approaches LPI = 0 when the largest patch is becoming small -#' and equals LPI = 100 when only one patch is present} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_c_lpi}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_lpi(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_lpi -#' @rdname lsm_l_lpi -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_lpi <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_lpi_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_lpi_calc <- function(landscape, directions, resolution = NULL) { - - # get patch area - patch_area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise to total area - total_area <- sum(patch_area$value) - - # all values NA - if (is.na(total_area)) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "lpi", - value = as.double(NA))) - } - - # maximum value of patch_area / total_area - lpi <- max(patch_area$value / total_area * 100) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "lpi", - value = as.double(lpi))) -} +#' LPI (landscape level) +#' +#' @description Largest patch index (Area and Edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{LPI = \frac{\max (a_{ij})} {A} * 100} +#' where \eqn{max(a_{ij})} is the area of the patch in square meters and \eqn{A} +#' is the total landscape area in square meters. +#' +#' The largest patch index is an 'Area and edge metric'. It is the percentage of the +#' landscape covered by the largest patch in the landscape. It is a simple +#' measure of dominance. +#' +#' \subsection{Units}{Percentage} +#' \subsection{Range}{0 < LPI <= 100} +#' \subsection{Behaviour}{Approaches LPI = 0 when the largest patch is becoming small +#' and equals LPI = 100 when only one patch is present} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_c_lpi}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_lpi(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_lpi +#' @rdname lsm_l_lpi +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_lpi <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_lpi_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_lpi_calc <- function(landscape, directions, resolution = NULL) { + + # get patch area + patch_area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise to total area + total_area <- sum(patch_area$value) + + # all values NA + if (is.na(total_area)) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "lpi", + value = as.double(NA))) + } + + # maximum value of patch_area / total_area + lpi <- max(patch_area$value / total_area * 100) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "lpi", + value = as.double(lpi))) +} diff --git a/R/lsm_l_lsi.R b/R/lsm_l_lsi.R index 08e089993..e95ed20c4 100644 --- a/R/lsm_l_lsi.R +++ b/R/lsm_l_lsi.R @@ -1,125 +1,125 @@ -#' LSI (landscape level) -#' -#' @description Landscape shape index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' -#' @details -#' \deqn{LSI = \frac{E} {\min E}} -#' where \eqn{E} is the total edge length in cell surfaces and \eqn{\min E} -#' is the minimum total edge length in cell surfaces. -#' -#' LSI is an 'Aggregation metric'. It is the ratio between the actual landscape edge length -#' and the hypothetical minimum edge length. The minimum edge length equals -#' the edge length if only one patch would be present. -#' -#' \subsection{Units}{None} -#' \subsection{Ranges}{LSI >= 1} -#' \subsection{Behaviour}{Equals LSI = 1 when only one squared patch is present. -#' Increases, without limit, as the length of the actual edges increases, i.e. -#' the patches become less compact.} -#' -#' @seealso -#' \code{\link{lsm_p_shape}}, \cr -#' \code{\link{lsm_c_lsi}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_lsi(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_lsi -#' @rdname lsm_l_lsi -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". -#' Wildl. Soc.Bull. 3:171-173. -#' -#' @export -lsm_l_lsi <- function(landscape) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_lsi_calc) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_lsi_calc <- function(landscape) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- terra::res(landscape) - - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "lsi", - value = as.double(NA))) - } - - # cells at the boundary of the landscape need neighbours to calculate perim - landscape <- pad_raster_internal(landscape, pad_raster_value = NA, - pad_raster_cells = 1, global = FALSE) - - # which cells are NA (i.e. background) - target_na <- which(is.na(landscape)) - - # set all NA to -999 to get adjacencies between patches and all background - landscape[target_na] <- -999 - - # get class edge in terms of cell surfaces - class_perim <- rcpp_get_coocurrence_matrix(landscape, - as.matrix(4)) - - # calculate total edge - total_perim <- sum(class_perim[lower.tri(class_perim)]) - - # calculate total area - total_area <- sum(rcpp_get_composition_vector(landscape)[-1]) - - # calculate N and M - total_n <- trunc(sqrt(total_area)) - - total_m <- total_area - total_n ^ 2 - - # calculate min_edge - total_perim_min <- ifelse(test = total_m == 0, - yes = total_n * 4, - no = ifelse(test = total_n ^ 2 < total_area & total_area <= total_n * (1 + total_n), - yes = 4 * total_n + 2, - no = ifelse(test = total_area > total_n * (1 + total_n), - yes = 4 * total_n + 4, - no = NA))) - - lsi <- total_perim / total_perim_min - - # test if any NAs introduced - if (!is.finite(lsi)) { - - warning("NAs introduced by lsm_l_lsi.", call. = FALSE) - - lsi <- NA - } - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "lsi", - value = as.double(lsi))) -} +#' LSI (landscape level) +#' +#' @description Landscape shape index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' +#' @details +#' \deqn{LSI = \frac{E} {\min E}} +#' where \eqn{E} is the total edge length in cell surfaces and \eqn{\min E} +#' is the minimum total edge length in cell surfaces. +#' +#' LSI is an 'Aggregation metric'. It is the ratio between the actual landscape edge length +#' and the hypothetical minimum edge length. The minimum edge length equals +#' the edge length if only one patch would be present. +#' +#' \subsection{Units}{None} +#' \subsection{Ranges}{LSI >= 1} +#' \subsection{Behaviour}{Equals LSI = 1 when only one squared patch is present. +#' Increases, without limit, as the length of the actual edges increases, i.e. +#' the patches become less compact.} +#' +#' @seealso +#' \code{\link{lsm_p_shape}}, \cr +#' \code{\link{lsm_c_lsi}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_lsi(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_lsi +#' @rdname lsm_l_lsi +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". +#' Wildl. Soc.Bull. 3:171-173. +#' +#' @export +lsm_l_lsi <- function(landscape) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_lsi_calc) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_lsi_calc <- function(landscape) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "lsi", + value = as.double(NA))) + } + + # cells at the boundary of the landscape need neighbours to calculate perim + landscape <- pad_raster_internal(landscape, pad_raster_value = NA, + pad_raster_cells = 1, global = FALSE) + + # which cells are NA (i.e. background) + target_na <- which(is.na(landscape)) + + # set all NA to -999 to get adjacencies between patches and all background + landscape[target_na] <- -999 + + # get class edge in terms of cell surfaces + class_perim <- rcpp_get_coocurrence_matrix(landscape, + as.matrix(4)) + + # calculate total edge + total_perim <- sum(class_perim[lower.tri(class_perim)]) + + # calculate total area + total_area <- sum(rcpp_get_composition_vector(landscape)[-1]) + + # calculate N and M + total_n <- trunc(sqrt(total_area)) + + total_m <- total_area - total_n ^ 2 + + # calculate min_edge + total_perim_min <- ifelse(test = total_m == 0, + yes = total_n * 4, + no = ifelse(test = total_n ^ 2 < total_area & total_area <= total_n * (1 + total_n), + yes = 4 * total_n + 2, + no = ifelse(test = total_area > total_n * (1 + total_n), + yes = 4 * total_n + 4, + no = NA))) + + lsi <- total_perim / total_perim_min + + # test if any NAs introduced + if (!is.finite(lsi)) { + + warning("NAs introduced by lsm_l_lsi.", call. = FALSE) + + lsi <- NA + } + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "lsi", + value = as.double(lsi))) +} diff --git a/R/lsm_l_mesh.R b/R/lsm_l_mesh.R index 5a87d8813..004317791 100644 --- a/R/lsm_l_mesh.R +++ b/R/lsm_l_mesh.R @@ -1,90 +1,90 @@ -#' MESH (landscape level) -#' -#' @description Effective Mesh Size (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{MESH = \frac{\sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} a_{ij} ^ 2}{A} * \frac{1} {10000}} -#' where \eqn{a_{ij}} is the patch area in square meters and \eqn{A} is the -#' total landscape area in square meters. -#' -#' The effective mesh size is an 'Aggregation metric'. Because each patch is squared -#' before the sum is calculated and the sum is standardized by the -#' total landscape area, MESH is a relative measure of patch structure. MESH is -#' perfectly, negatively correlated to \code{\link{lsm_c_division}}. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{cell size / total area <= MESH <= total area} -#' \subsection{Behaviour}{Equals cellsize/total area if class covers only -#' one cell and equals total area if only one patch is present.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_c_mesh}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_mesh(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_mesh -#' @rdname lsm_l_mesh -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh -#' size: new measures of landscape fragmentation. -#' Landscape ecology, 15(2), 115-130. -#' -#' @export -lsm_l_mesh <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_mesh_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_mesh_calc <- function(landscape, directions, resolution = NULL) { - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise to total area - area_total <- sum(area_patch$value) - - # all values NA - if (is.na(area_total)) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "mesh", - value = as.double(NA))) - } - - # calculate mesh first take area ^ 2, than sum for whole landscape divided by landscape area total - mesh <- sum(area_patch$value ^ 2) / area_total - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "mesh", - value = as.double(mesh))) -} +#' MESH (landscape level) +#' +#' @description Effective Mesh Size (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{MESH = \frac{\sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} a_{ij} ^ 2}{A} * \frac{1} {10000}} +#' where \eqn{a_{ij}} is the patch area in square meters and \eqn{A} is the +#' total landscape area in square meters. +#' +#' The effective mesh size is an 'Aggregation metric'. Because each patch is squared +#' before the sum is calculated and the sum is standardized by the +#' total landscape area, MESH is a relative measure of patch structure. MESH is +#' perfectly, negatively correlated to \code{\link{lsm_c_division}}. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{cell size / total area <= MESH <= total area} +#' \subsection{Behaviour}{Equals cellsize/total area if class covers only +#' one cell and equals total area if only one patch is present.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_c_mesh}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_mesh(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_mesh +#' @rdname lsm_l_mesh +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh +#' size: new measures of landscape fragmentation. +#' Landscape ecology, 15(2), 115-130. +#' +#' @export +lsm_l_mesh <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_mesh_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_mesh_calc <- function(landscape, directions, resolution = NULL) { + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise to total area + area_total <- sum(area_patch$value) + + # all values NA + if (is.na(area_total)) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "mesh", + value = as.double(NA))) + } + + # calculate mesh first take area ^ 2, than sum for whole landscape divided by landscape area total + mesh <- sum(area_patch$value ^ 2) / area_total + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "mesh", + value = as.double(mesh))) +} diff --git a/R/lsm_l_msidi.R b/R/lsm_l_msidi.R index 1ae26dd38..11754608b 100644 --- a/R/lsm_l_msidi.R +++ b/R/lsm_l_msidi.R @@ -1,91 +1,91 @@ -#' MSIDI (landscape level) -#' -#' @description Modified Simpson's diversity index (Diversity metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{MSIDI = -\ln \sum \limits_{i = 1}^{m} P_{i}^{2}} -#' where \eqn{P_{i}} is the landscape area proportion of class i. -#' -#' MSIDI is a 'Diversity metric'. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{MSIDI >= 0} -#' \subsection{Behaviour}{MSIDI = 0 if only one patch is present and increases, without -#' limit, as the amount of patches with equally distributed landscape proportions increases} -#' -#' @seealso -#' \code{\link{lsm_l_sidi}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_msidi(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_msidi -#' @rdname lsm_l_msidi -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 -#' -#' Pielou, E. C. 1975. Ecological Diversity. Wiley-Interscience, New York. -#' -#' Romme, W. H. 1982. Fire and landscapediversity in subalpine forests of -#' Yellowstone National Park.Ecol.Monogr. 52:199-221 -#' -#' @export -lsm_l_msidi <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_msidi_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_msidi_calc <- function(landscape, directions, resolution = NULL) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- terra::res(landscape) - - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "msidi", - value = as.double(NA))) - } - - patch_area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - msidi <- stats::aggregate(x = patch_area[, 5], by = patch_area[, 2], FUN = sum) - - msidi <- -log(sum((msidi$value / sum(msidi$value)) ^ 2)) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "msidi", - value = as.double(msidi))) -} +#' MSIDI (landscape level) +#' +#' @description Modified Simpson's diversity index (Diversity metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{MSIDI = -\ln \sum \limits_{i = 1}^{m} P_{i}^{2}} +#' where \eqn{P_{i}} is the landscape area proportion of class i. +#' +#' MSIDI is a 'Diversity metric'. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{MSIDI >= 0} +#' \subsection{Behaviour}{MSIDI = 0 if only one patch is present and increases, without +#' limit, as the amount of patches with equally distributed landscape proportions increases} +#' +#' @seealso +#' \code{\link{lsm_l_sidi}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_msidi(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_msidi +#' @rdname lsm_l_msidi +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 +#' +#' Pielou, E. C. 1975. Ecological Diversity. Wiley-Interscience, New York. +#' +#' Romme, W. H. 1982. Fire and landscapediversity in subalpine forests of +#' Yellowstone National Park.Ecol.Monogr. 52:199-221 +#' +#' @export +lsm_l_msidi <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_msidi_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_msidi_calc <- function(landscape, directions, resolution = NULL) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "msidi", + value = as.double(NA))) + } + + patch_area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + msidi <- stats::aggregate(x = patch_area[, 5], by = patch_area[, 2], FUN = sum) + + msidi <- -log(sum((msidi$value / sum(msidi$value)) ^ 2)) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "msidi", + value = as.double(msidi))) +} diff --git a/R/lsm_l_msiei.R b/R/lsm_l_msiei.R index 28485134b..ef02db48a 100644 --- a/R/lsm_l_msiei.R +++ b/R/lsm_l_msiei.R @@ -1,86 +1,86 @@ -#' MSIEI (landscape level) -#' -#' @description Modified Simpson's evenness index (Diversity metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{MSIEi = \frac{- \ln \sum \limits_{i = 1}^{m} P_{i}^{2}} {\ln m}} -#' where \eqn{P_{i}} is the landscape area proportion of class i. - -#' MSIEI is a 'Diversity metric'. - -#' \subsection{Units}{None} -#' \subsection{Range}{0 <= MSIEI < 1} -#' \subsection{Behaviour}{MSIEI = 0 when only one patch is present and approaches -#' MSIEI = 1 as the proportional distribution of patches becomes more even} -#' -#' @seealso -#' \code{\link{lsm_l_siei}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_msiei(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_msiei -#' @rdname lsm_l_msiei -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 -#' -#' Pielou, E. C. 1975. Ecological Diversity. Wiley-Interscience, New York. -#' -#' @export -lsm_l_msiei <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_msiei_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_msiei_calc <- function(landscape, directions, resolution = NULL) { - - patch_area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(patch_area$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "msiei", - value = as.double(NA))) - } - - msidi <- stats::aggregate(x = patch_area[, 5], by = patch_area[, 2], - FUN = sum) - - msidi <- -log(sum((msidi$value / sum(msidi$value)) ^ 2)) - - pr <- length(get_unique_values_int(landscape, verbose = FALSE)) - - msiei <- msidi / log(pr) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "msiei", - value = as.double(msiei))) -} +#' MSIEI (landscape level) +#' +#' @description Modified Simpson's evenness index (Diversity metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{MSIEi = \frac{- \ln \sum \limits_{i = 1}^{m} P_{i}^{2}} {\ln m}} +#' where \eqn{P_{i}} is the landscape area proportion of class i. + +#' MSIEI is a 'Diversity metric'. + +#' \subsection{Units}{None} +#' \subsection{Range}{0 <= MSIEI < 1} +#' \subsection{Behaviour}{MSIEI = 0 when only one patch is present and approaches +#' MSIEI = 1 as the proportional distribution of patches becomes more even} +#' +#' @seealso +#' \code{\link{lsm_l_siei}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_msiei(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_msiei +#' @rdname lsm_l_msiei +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 +#' +#' Pielou, E. C. 1975. Ecological Diversity. Wiley-Interscience, New York. +#' +#' @export +lsm_l_msiei <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_msiei_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_msiei_calc <- function(landscape, directions, resolution = NULL) { + + patch_area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(patch_area$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "msiei", + value = as.double(NA))) + } + + msidi <- stats::aggregate(x = patch_area[, 5], by = patch_area[, 2], + FUN = sum) + + msidi <- -log(sum((msidi$value / sum(msidi$value)) ^ 2)) + + pr <- length(get_unique_values_int(landscape, verbose = FALSE)) + + msiei <- msidi / log(pr) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "msiei", + value = as.double(msiei))) +} diff --git a/R/lsm_l_mutinf.R b/R/lsm_l_mutinf.R index 6c4721079..a4ccc071a 100644 --- a/R/lsm_l_mutinf.R +++ b/R/lsm_l_mutinf.R @@ -1,92 +1,92 @@ -#' MUTINF (landscape level) -#' -#' @description Mutual information \\[I(y,x)\\] -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: -#' 4 (rook's case) or 8 (queen's case). The default is 4. -#' @param ordered The type of pairs considered. -#' Either ordered (TRUE) or unordered (FALSE). -#' The default is TRUE. -#' @param base The unit in which entropy is measured. -#' The default is "log2", which compute entropy in "bits". -#' "log" and "log10" can be also used. -#' -#' @details -#' It disambiguates landscape pattern types characterize -#' by the same value of an overall complexity (\code{\link{lsm_l_joinent}}). -#' -#' @seealso -#' \code{\link{lsm_l_ent}}, -#' \code{\link{lsm_l_condent}}, -#' \code{\link{lsm_l_joinent}}, -#' \code{\link{lsm_l_relmutinf}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_mutinf(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_mutinf -#' @rdname lsm_l_mutinf -#' -#' @references -#' Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework -#' for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x -#' -#' @export -lsm_l_mutinf <- function(landscape, - neighbourhood = 4, - ordered = TRUE, - base = "log2") { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_mutinf_calc, - neighbourhood = neighbourhood, - ordered = ordered, - base = base) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_mutinf_calc <- function(landscape, neighbourhood, ordered, base){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "mutinf", - value = as.double(NA))) - } - - com <- rcpp_get_coocurrence_matrix(landscape, - directions = as.matrix(neighbourhood)) - com_c <- colSums(com) - - coh <- rcpp_get_coocurrence_vector(landscape, - directions = as.matrix(neighbourhood), - ordered = ordered) - - comp <- rcpp_get_entropy(com_c, base) - cplx <- rcpp_get_entropy(coh, base) - conf <- cplx - comp - aggr <- comp - conf - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "mutinf", - value = as.double(aggr))) -} +#' MUTINF (landscape level) +#' +#' @description Mutual information \\[I(y,x)\\] +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: +#' 4 (rook's case) or 8 (queen's case). The default is 4. +#' @param ordered The type of pairs considered. +#' Either ordered (TRUE) or unordered (FALSE). +#' The default is TRUE. +#' @param base The unit in which entropy is measured. +#' The default is "log2", which compute entropy in "bits". +#' "log" and "log10" can be also used. +#' +#' @details +#' It disambiguates landscape pattern types characterize +#' by the same value of an overall complexity (\code{\link{lsm_l_joinent}}). +#' +#' @seealso +#' \code{\link{lsm_l_ent}}, +#' \code{\link{lsm_l_condent}}, +#' \code{\link{lsm_l_joinent}}, +#' \code{\link{lsm_l_relmutinf}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_mutinf(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_mutinf +#' @rdname lsm_l_mutinf +#' +#' @references +#' Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework +#' for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x +#' +#' @export +lsm_l_mutinf <- function(landscape, + neighbourhood = 4, + ordered = TRUE, + base = "log2") { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_mutinf_calc, + neighbourhood = neighbourhood, + ordered = ordered, + base = base) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_mutinf_calc <- function(landscape, neighbourhood, ordered, base){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "mutinf", + value = as.double(NA))) + } + + com <- rcpp_get_coocurrence_matrix(landscape, + directions = as.matrix(neighbourhood)) + com_c <- colSums(com) + + coh <- rcpp_get_coocurrence_vector(landscape, + directions = as.matrix(neighbourhood), + ordered = ordered) + + comp <- rcpp_get_entropy(com_c, base) + cplx <- rcpp_get_entropy(coh, base) + conf <- cplx - comp + aggr <- comp - conf + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "mutinf", + value = as.double(aggr))) +} diff --git a/R/lsm_l_ndca.R b/R/lsm_l_ndca.R index d3120e4c8..7d7ffb4e2 100644 --- a/R/lsm_l_ndca.R +++ b/R/lsm_l_ndca.R @@ -1,95 +1,95 @@ -#' NDCA (landscape level) -#' -#' @description Number of disjunct core areas (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{NDCA = \sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} n_{ij}^{core}} -#' where \eqn{n_{ij}^{core}} is the number of disjunct core areas. -#' -#' NDCA is a 'Core area metric'. The metric summarises the landscape as the sum of all -#' patches in the landscape. A cell is defined as core if the cell has no -#' neighbour with a different value than itself (rook's case). NDCA counts the disjunct -#' core areas, whereby a core area is a 'patch within the patch' containing only core cells. -#' It describes patch area and shape simultaneously (more core area when the patch is large, -#' however, the shape must allow disjunct core areas). Thereby, a compact shape (e.g. a square) -#' will contain less disjunct core areas than a more irregular patch. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{NDCA >= 0} -#' \subsection{Behaviour}{NDCA = 0 when TCA = 0, i.e. every cell in the landscape is -#' an edge cell. NDCA increases, with out limit, as core area increases and patch shapes allow -#' disjunct core areas (i.e. patch shapes become rather complex).} -#' -#' @seealso -#' \code{\link{lsm_c_tca}}, \cr -#' \code{\link{lsm_p_ncore}}, -#' \code{\link{lsm_c_ndca}} -#' @return tibble -#' -#' @examples -#' lsm_l_ndca(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_ndca -#' @rdname lsm_l_ndca -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_ndca <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_ndca_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_ndca_calc <- function(landscape, directions, consider_boundary, edge_depth, - points = NULL){ - - ncore_patch <- lsm_p_ncore_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - points = points) - - ndca <- sum(ncore_patch$value) - - # all values NA - if (is.na(ndca)) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "ndca", - value = as.double(NA))) - } - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "ndca", - value = as.double(ndca))) -} +#' NDCA (landscape level) +#' +#' @description Number of disjunct core areas (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{NDCA = \sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} n_{ij}^{core}} +#' where \eqn{n_{ij}^{core}} is the number of disjunct core areas. +#' +#' NDCA is a 'Core area metric'. The metric summarises the landscape as the sum of all +#' patches in the landscape. A cell is defined as core if the cell has no +#' neighbour with a different value than itself (rook's case). NDCA counts the disjunct +#' core areas, whereby a core area is a 'patch within the patch' containing only core cells. +#' It describes patch area and shape simultaneously (more core area when the patch is large, +#' however, the shape must allow disjunct core areas). Thereby, a compact shape (e.g. a square) +#' will contain less disjunct core areas than a more irregular patch. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{NDCA >= 0} +#' \subsection{Behaviour}{NDCA = 0 when TCA = 0, i.e. every cell in the landscape is +#' an edge cell. NDCA increases, with out limit, as core area increases and patch shapes allow +#' disjunct core areas (i.e. patch shapes become rather complex).} +#' +#' @seealso +#' \code{\link{lsm_c_tca}}, \cr +#' \code{\link{lsm_p_ncore}}, +#' \code{\link{lsm_c_ndca}} +#' @return tibble +#' +#' @examples +#' lsm_l_ndca(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_ndca +#' @rdname lsm_l_ndca +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_ndca <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_ndca_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_ndca_calc <- function(landscape, directions, consider_boundary, edge_depth, + points = NULL){ + + ncore_patch <- lsm_p_ncore_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + points = points) + + ndca <- sum(ncore_patch$value) + + # all values NA + if (is.na(ndca)) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "ndca", + value = as.double(NA))) + } + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "ndca", + value = as.double(ndca))) +} diff --git a/R/lsm_l_np.R b/R/lsm_l_np.R index 618125105..450dc0216 100644 --- a/R/lsm_l_np.R +++ b/R/lsm_l_np.R @@ -1,77 +1,77 @@ -#' NP (landscape level) -#' -#' @description Number of patches (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{NP = N} -#' where \eqn{N} is the number of patches. -#' -#' NP is an 'Aggregation metric'. It describes the fragmentation of the landscape, -#' however, does not necessarily contain information about the configuration or -#' composition of the landscape. -#' -#' \subsection{Units}{None} -#' \subsection{Ranges}{NP >= 1} -#' \subsection{Behaviour}{Equals NP = 1 when only one patch is present and -#' increases, without limit, as the number of patches increases} -#' -#' @seealso -#' \code{\link{lsm_c_np}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_np(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_np -#' @rdname lsm_l_np -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_np <- function(landscape, directions = 8) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_np_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_np_calc <- function(landscape, directions) { - - n_patches <- lsm_c_np_calc(landscape, - directions = directions) - - n_patches <- sum(n_patches$value) - - # all values NA - if (is.na(n_patches)) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "np", - value = as.double(NA))) - } - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "np", - value = as.double(n_patches))) -} +#' NP (landscape level) +#' +#' @description Number of patches (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{NP = N} +#' where \eqn{N} is the number of patches. +#' +#' NP is an 'Aggregation metric'. It describes the fragmentation of the landscape, +#' however, does not necessarily contain information about the configuration or +#' composition of the landscape. +#' +#' \subsection{Units}{None} +#' \subsection{Ranges}{NP >= 1} +#' \subsection{Behaviour}{Equals NP = 1 when only one patch is present and +#' increases, without limit, as the number of patches increases} +#' +#' @seealso +#' \code{\link{lsm_c_np}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_np(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_np +#' @rdname lsm_l_np +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_np <- function(landscape, directions = 8) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_np_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_np_calc <- function(landscape, directions) { + + n_patches <- lsm_c_np_calc(landscape, + directions = directions) + + n_patches <- sum(n_patches$value) + + # all values NA + if (is.na(n_patches)) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "np", + value = as.double(NA))) + } + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "np", + value = as.double(n_patches))) +} diff --git a/R/lsm_l_pafrac.R b/R/lsm_l_pafrac.R index bf7877810..6dc280a7b 100644 --- a/R/lsm_l_pafrac.R +++ b/R/lsm_l_pafrac.R @@ -1,126 +1,126 @@ -#' PAFRAC (landscape level) -#' -#' @description Perimeter-Area Fractal Dimension (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param verbose Print warning message if not sufficient patches are present -#' -#' @details -#' \deqn{PAFRAC = \frac{2}{\beta}} -#' where \eqn{\beta} is the slope of the regression of the area against the perimeter -#' (logarithm) \eqn{N \sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} \ln a_{ij} = a + \beta N \sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} \ln p_{ij}} -#' -#' PAFRAC is a 'Shape metric'. It describes the patch complexity of the landscape while being -#' scale independent. This means that increasing the patch size while not changing the -#' patch form will not change the metric. However, it is only meaningful if the relationship -#' between the area and perimeter is linear on a logarithmic scale. Furthermore, if there -#' are less than 10 patches in the landscape, the metric returns NA because of the small-sample -#' issue. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{1 <= PAFRAC <= 2} -#' \subsection{Behaviour}{Approaches PAFRAC = 1 for patches with simple shapes and -#' approaches PAFRAC = 2 for irregular shapes} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_p_perim}}, \cr -#' \code{\link{lsm_c_pafrac}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_pafrac(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_pafrac -#' @rdname lsm_l_pafrac -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Burrough, P. A. 1986. Principles of Geographical Information Systems for -#' Land Resources Assessment. Monographs on Soil and Resources Survey No. 12. -#' Clarendon Press, Oxford -#' -#' @export -lsm_l_pafrac <- function(landscape, directions = 8, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_pafrac_calc, - directions = directions, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_pafrac_calc <- function(landscape, directions, verbose, resolution = NULL){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- terra::res(landscape) - - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "pafrac", - value = as.double(NA))) - } - - # get number of patches for each class - number_patches <- lsm_c_np_calc(landscape, - directions = directions) - - # summarise for total landscape - number_patches <- sum(number_patches$value) - - # PAFRAC NA for less than 10 patches - if (number_patches < 10) { - - pafrac <- NA - - if (verbose) { - warning("PAFRAC = NA for NP < 10", - call. = FALSE) - } - - # calculate pafrac as regression between area and perimeter (beta) - } else { - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # get patch perimeter - perimeter_patch <- lsm_p_perim_calc(landscape, - directions = directions, - resolution = resolution) - - regression_model <- stats::lm(log(area_patch$value) ~ - log(perimeter_patch$value)) - - pafrac <- 2 / regression_model$coefficients[[2]] - } - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "pafrac", - value = as.double(pafrac))) -} +#' PAFRAC (landscape level) +#' +#' @description Perimeter-Area Fractal Dimension (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param verbose Print warning message if not sufficient patches are present +#' +#' @details +#' \deqn{PAFRAC = \frac{2}{\beta}} +#' where \eqn{\beta} is the slope of the regression of the area against the perimeter +#' (logarithm) \eqn{N \sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} \ln a_{ij} = a + \beta N \sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} \ln p_{ij}} +#' +#' PAFRAC is a 'Shape metric'. It describes the patch complexity of the landscape while being +#' scale independent. This means that increasing the patch size while not changing the +#' patch form will not change the metric. However, it is only meaningful if the relationship +#' between the area and perimeter is linear on a logarithmic scale. Furthermore, if there +#' are less than 10 patches in the landscape, the metric returns NA because of the small-sample +#' issue. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{1 <= PAFRAC <= 2} +#' \subsection{Behaviour}{Approaches PAFRAC = 1 for patches with simple shapes and +#' approaches PAFRAC = 2 for irregular shapes} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_p_perim}}, \cr +#' \code{\link{lsm_c_pafrac}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_pafrac(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_pafrac +#' @rdname lsm_l_pafrac +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Burrough, P. A. 1986. Principles of Geographical Information Systems for +#' Land Resources Assessment. Monographs on Soil and Resources Survey No. 12. +#' Clarendon Press, Oxford +#' +#' @export +lsm_l_pafrac <- function(landscape, directions = 8, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_pafrac_calc, + directions = directions, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_pafrac_calc <- function(landscape, directions, verbose, resolution = NULL){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "pafrac", + value = as.double(NA))) + } + + # get number of patches for each class + number_patches <- lsm_c_np_calc(landscape, + directions = directions) + + # summarise for total landscape + number_patches <- sum(number_patches$value) + + # PAFRAC NA for less than 10 patches + if (number_patches < 10) { + + pafrac <- NA + + if (verbose) { + warning("PAFRAC = NA for NP < 10", + call. = FALSE) + } + + # calculate pafrac as regression between area and perimeter (beta) + } else { + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # get patch perimeter + perimeter_patch <- lsm_p_perim_calc(landscape, + directions = directions, + resolution = resolution) + + regression_model <- stats::lm(log(area_patch$value) ~ + log(perimeter_patch$value)) + + pafrac <- 2 / regression_model$coefficients[[2]] + } + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "pafrac", + value = as.double(pafrac))) +} diff --git a/R/lsm_l_para_mn.R b/R/lsm_l_para_mn.R index 7d42e71f1..6d7c1d185 100644 --- a/R/lsm_l_para_mn.R +++ b/R/lsm_l_para_mn.R @@ -1,86 +1,86 @@ -#' PARA_MN (landscape level) -#' -#' @description Mean perimeter-area ratio (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PARA_{MN} = mean(PARA[patch_{ij}]} -#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. -#' -#' PARA_MN is a 'Shape metric'. It summarises the landscape as the mean of -#' each patch in the landscape. The perimeter-area ratio describes the patch complexity -#' in a straightforward way. However, because it is not standarised to a certain shape -#' (e.g. a square), it is not scale independent, meaning that increasing the patch size -#' while not changing the patch form will change the ratio. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{PARA_MN > 0} -#' \subsection{Behaviour}{Approaches PARA_MN > 0 if PARA for each patch approaches PARA > 0, -#' i.e. the form approaches a rather small square. Increases, without limit, as PARA increases, -#' i.e. patches become more complex.} -#' -#' @seealso -#' \code{\link{lsm_p_para}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_para_mn}}, -#' \code{\link{lsm_c_para_sd}}, -#' \code{\link{lsm_c_para_cv}}, \cr -#' \code{\link{lsm_l_para_sd}}, -#' \code{\link{lsm_l_para_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_para_mn(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_para_mn -#' @rdname lsm_l_para_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_para_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = terra::as.list(landscape), - FUN = lsm_l_para_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_para_mn_calc <- function(landscape, directions, resolution = NULL){ - - para_patch <- lsm_p_para_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(para_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "para_mn", - value = as.double(NA))) - } - - para_mn <- mean(para_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "para_mn", - value = as.double(para_mn))) -} +#' PARA_MN (landscape level) +#' +#' @description Mean perimeter-area ratio (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PARA_{MN} = mean(PARA[patch_{ij}]} +#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. +#' +#' PARA_MN is a 'Shape metric'. It summarises the landscape as the mean of +#' each patch in the landscape. The perimeter-area ratio describes the patch complexity +#' in a straightforward way. However, because it is not standarised to a certain shape +#' (e.g. a square), it is not scale independent, meaning that increasing the patch size +#' while not changing the patch form will change the ratio. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{PARA_MN > 0} +#' \subsection{Behaviour}{Approaches PARA_MN > 0 if PARA for each patch approaches PARA > 0, +#' i.e. the form approaches a rather small square. Increases, without limit, as PARA increases, +#' i.e. patches become more complex.} +#' +#' @seealso +#' \code{\link{lsm_p_para}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_para_mn}}, +#' \code{\link{lsm_c_para_sd}}, +#' \code{\link{lsm_c_para_cv}}, \cr +#' \code{\link{lsm_l_para_sd}}, +#' \code{\link{lsm_l_para_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_para_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_para_mn +#' @rdname lsm_l_para_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_para_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = terra::as.list(landscape), + FUN = lsm_l_para_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_para_mn_calc <- function(landscape, directions, resolution = NULL){ + + para_patch <- lsm_p_para_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(para_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "para_mn", + value = as.double(NA))) + } + + para_mn <- mean(para_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "para_mn", + value = as.double(para_mn))) +} diff --git a/R/lsm_l_para_sd.R b/R/lsm_l_para_sd.R index 5fd4a1b99..528c6ff6a 100644 --- a/R/lsm_l_para_sd.R +++ b/R/lsm_l_para_sd.R @@ -1,86 +1,86 @@ -#' PARA_SD (landscape level) -#' -#' @description Standard deviation perimeter-area ratio (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PARA_{SD} = sd(PARA[patch_{ij}]} -#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. -#' -#' PARA_SD is a 'Shape metric'. It summarises the landscape as the standard deviation of -#' each patch belonging in the landscape. The perimeter-area ratio describes the patch complexity -#' in a straightforward way. However, because it is not standarised to a certain shape -#' (e.g. a square), it is not scale independent, meaning that increasing the patch size -#' while not changing the patch form will change the ratio. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{PARA_SD >= 0} -#' \subsection{Behaviour}{Equals PARA_SD = 0 if the perimeter-area ratio is identical for -#' all patches. Increases, without limit, as the variation of the perimeter-area ratio -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_para}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_para_mn}}, -#' \code{\link{lsm_c_para_sd}}, -#' \code{\link{lsm_c_para_cv}}, \cr -#' \code{\link{lsm_l_para_mn}}, -#' \code{\link{lsm_l_para_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_para_sd(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_para_sd -#' @rdname lsm_l_para_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_para_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_para_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_para_sd_calc <- function(landscape, directions, resolution = NULL){ - - para_patch <- lsm_p_para_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(para_patch$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "para_sd", - value = as.double(NA))) - } - - para_sd <- stats::sd(para_patch$value) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "para_sd", - value = as.double(para_sd))) -} +#' PARA_SD (landscape level) +#' +#' @description Standard deviation perimeter-area ratio (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PARA_{SD} = sd(PARA[patch_{ij}]} +#' where \eqn{PARA[patch_{ij}]} is the perimeter area ratio of each patch. +#' +#' PARA_SD is a 'Shape metric'. It summarises the landscape as the standard deviation of +#' each patch belonging in the landscape. The perimeter-area ratio describes the patch complexity +#' in a straightforward way. However, because it is not standarised to a certain shape +#' (e.g. a square), it is not scale independent, meaning that increasing the patch size +#' while not changing the patch form will change the ratio. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{PARA_SD >= 0} +#' \subsection{Behaviour}{Equals PARA_SD = 0 if the perimeter-area ratio is identical for +#' all patches. Increases, without limit, as the variation of the perimeter-area ratio +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_para}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_para_mn}}, +#' \code{\link{lsm_c_para_sd}}, +#' \code{\link{lsm_c_para_cv}}, \cr +#' \code{\link{lsm_l_para_mn}}, +#' \code{\link{lsm_l_para_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_para_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_para_sd +#' @rdname lsm_l_para_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_para_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_para_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_para_sd_calc <- function(landscape, directions, resolution = NULL){ + + para_patch <- lsm_p_para_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(para_patch$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "para_sd", + value = as.double(NA))) + } + + para_sd <- stats::sd(para_patch$value) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "para_sd", + value = as.double(para_sd))) +} diff --git a/R/lsm_l_pd.R b/R/lsm_l_pd.R index 33c7bca35..6c04d0f04 100644 --- a/R/lsm_l_pd.R +++ b/R/lsm_l_pd.R @@ -1,99 +1,99 @@ -#' PD (landscape level) -#' -#' @description Patch density (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PD = \frac{N} {A} * 10000 * 100} -#' where \eqn{N} is the number of patches and \eqn{A} is the total landscape -#' area in square meters. -#' -#' PD is an 'Aggregation metric'. It describes the fragmentation the landscape, however, -#' does not necessarily contain information about the configuration or composition of the -#' landscape. In contrast to \code{\link{lsm_l_np}} it is standardized to the area and -#' comparisons among landscapes with different total area are possible. -#' -#' \subsection{Units}{Number per 100 hectares} -#' \subsection{Ranges}{0 < PD <= 1e+06} -#' \subsection{Behaviour}{Increases as the landscape gets more patchy. Reaches its maximum -#' if every cell is a different patch.} -#' -#' @seealso -#' \code{\link{lsm_c_np}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_c_pd}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_pd(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_pd -#' @rdname lsm_l_pd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_pd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_pd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_pd_calc <- function(landscape, directions, resolution = NULL) { - - if (!inherits(x = landscape, what = "matrix")) { - resolution <- terra::res(landscape) - - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "pd", - value = as.double(NA))) - } - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise for total landscape - area_total <- sum(area_patch$value) - - # number of patches for each class - number_patches <- lsm_c_np_calc(landscape, - directions = directions) - - # summarise for total landscape - number_patches <- sum(number_patches$value) - - # relative patch density - patch_density <- number_patches / area_total * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "pd", - value = as.double(patch_density))) -} +#' PD (landscape level) +#' +#' @description Patch density (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PD = \frac{N} {A} * 10000 * 100} +#' where \eqn{N} is the number of patches and \eqn{A} is the total landscape +#' area in square meters. +#' +#' PD is an 'Aggregation metric'. It describes the fragmentation the landscape, however, +#' does not necessarily contain information about the configuration or composition of the +#' landscape. In contrast to \code{\link{lsm_l_np}} it is standardized to the area and +#' comparisons among landscapes with different total area are possible. +#' +#' \subsection{Units}{Number per 100 hectares} +#' \subsection{Ranges}{0 < PD <= 1e+06} +#' \subsection{Behaviour}{Increases as the landscape gets more patchy. Reaches its maximum +#' if every cell is a different patch.} +#' +#' @seealso +#' \code{\link{lsm_c_np}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_c_pd}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_pd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_pd +#' @rdname lsm_l_pd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_pd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_pd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_pd_calc <- function(landscape, directions, resolution = NULL) { + + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "pd", + value = as.double(NA))) + } + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise for total landscape + area_total <- sum(area_patch$value) + + # number of patches for each class + number_patches <- lsm_c_np_calc(landscape, + directions = directions) + + # summarise for total landscape + number_patches <- sum(number_patches$value) + + # relative patch density + patch_density <- number_patches / area_total * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "pd", + value = as.double(patch_density))) +} diff --git a/R/lsm_l_pladj.R b/R/lsm_l_pladj.R index b5ab48e43..e9d9c5c91 100644 --- a/R/lsm_l_pladj.R +++ b/R/lsm_l_pladj.R @@ -1,84 +1,84 @@ -#' PLADJ (landscape level) -#' -#' @description Percentage of Like Adjacencies (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' -#' @details -#' \deqn{PLADJ = (\frac{g_{ij}} {\sum \limits_{k = 1}^{m} g_{ik}}) * 100} -#' where \eqn{g_{ii}} is the number of adjacencies between cells of class i -#' and \eqn{g_{ik}} is the number of adjacencies between cells of class i and k. -#' -#' PLADJ is an 'Aggregation metric'. It calculates the frequency how often patches of -#' different classes i (focal class) and k are next to each other, and following is a -#' measure of class aggregation. The adjacencies are counted using the double-count method. -#' -#' \subsection{Units}{Percent} -#' \subsection{Ranges}{0 <= PLADJ <= 100} -#' \subsection{Behaviour}{Equals PLADJ = 0 if class i is maximal disaggregated, -#' i.e. every cell is a different patch. Equals PLADJ = 100 when the only one patch -#' is present.} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_pladj(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_pladj -#' @rdname lsm_l_pladj -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/. -#' -#' @export -lsm_l_pladj <- function(landscape) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_pladj_calc) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_pladj_calc <- function(landscape) { - - if (!inherits(x = landscape, what = "matrix")) { - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "pladj", - value = as.double(NA))) - } - - landscape_padded <- pad_raster_internal(landscape, - pad_raster_value = -999, - pad_raster_cells = 1, - global = FALSE) - - tb <- rcpp_get_coocurrence_matrix(landscape_padded, - directions = as.matrix(4)) - - like_adjacencies <- sum(diag(tb)[-1]) - total_adjacencies <- sum(tb[,-1]) - - pladj <- like_adjacencies / total_adjacencies * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "pladj", - value = as.double(pladj))) -} +#' PLADJ (landscape level) +#' +#' @description Percentage of Like Adjacencies (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' +#' @details +#' \deqn{PLADJ = (\frac{g_{ij}} {\sum \limits_{k = 1}^{m} g_{ik}}) * 100} +#' where \eqn{g_{ii}} is the number of adjacencies between cells of class i +#' and \eqn{g_{ik}} is the number of adjacencies between cells of class i and k. +#' +#' PLADJ is an 'Aggregation metric'. It calculates the frequency how often patches of +#' different classes i (focal class) and k are next to each other, and following is a +#' measure of class aggregation. The adjacencies are counted using the double-count method. +#' +#' \subsection{Units}{Percent} +#' \subsection{Ranges}{0 <= PLADJ <= 100} +#' \subsection{Behaviour}{Equals PLADJ = 0 if class i is maximal disaggregated, +#' i.e. every cell is a different patch. Equals PLADJ = 100 when the only one patch +#' is present.} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_pladj(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_pladj +#' @rdname lsm_l_pladj +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/. +#' +#' @export +lsm_l_pladj <- function(landscape) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_pladj_calc) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_pladj_calc <- function(landscape) { + + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "pladj", + value = as.double(NA))) + } + + landscape_padded <- pad_raster_internal(landscape, + pad_raster_value = -999, + pad_raster_cells = 1, + global = FALSE) + + tb <- rcpp_get_coocurrence_matrix(landscape_padded, + directions = as.matrix(4)) + + like_adjacencies <- sum(diag(tb)[-1]) + total_adjacencies <- sum(tb[,-1]) + + pladj <- like_adjacencies / total_adjacencies * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "pladj", + value = as.double(pladj))) +} diff --git a/R/lsm_l_pr.R b/R/lsm_l_pr.R index 94a557a49..920f0ffb1 100644 --- a/R/lsm_l_pr.R +++ b/R/lsm_l_pr.R @@ -1,67 +1,67 @@ -#' PR (landscape level) -#' -#' @description Patch richness (Diversity metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' -#' @details -#' \deqn{PR = m} -#' where \eqn{m} is the number of classes -#' -#' PR is a 'Diversity metric'. It is one of the simplest diversity and composition measures. -#' However, because of its absolute nature, it is not comparable among landscapes with -#' different total areas. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{PR >= 1} -#' \subsection{Behaviour}{Equals PR = 1 when only one patch is present and increases, without -#' limit, as the number of classes increases} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_pr(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_pr -#' @rdname lsm_l_pr -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_pr <- function(landscape){ - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_pr_calc) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_pr_calc <- function(landscape){ - - richness <- length(get_unique_values_int(landscape, verbose = FALSE)) - - # all values NA - if (richness == 0) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "pr", - value = as.double(NA))) - } - - return(tibble::tibble(level = 'landscape', - class = as.integer(NA), - id = as.integer(NA), - metric = 'pr', - value = as.double(richness))) -} +#' PR (landscape level) +#' +#' @description Patch richness (Diversity metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' +#' @details +#' \deqn{PR = m} +#' where \eqn{m} is the number of classes +#' +#' PR is a 'Diversity metric'. It is one of the simplest diversity and composition measures. +#' However, because of its absolute nature, it is not comparable among landscapes with +#' different total areas. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{PR >= 1} +#' \subsection{Behaviour}{Equals PR = 1 when only one patch is present and increases, without +#' limit, as the number of classes increases} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_pr(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_pr +#' @rdname lsm_l_pr +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_pr <- function(landscape){ + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_pr_calc) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_pr_calc <- function(landscape){ + + richness <- length(get_unique_values_int(landscape, verbose = FALSE)) + + # all values NA + if (richness == 0) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "pr", + value = as.double(NA))) + } + + return(tibble::tibble(level = 'landscape', + class = as.integer(NA), + id = as.integer(NA), + metric = 'pr', + value = as.double(richness))) +} diff --git a/R/lsm_l_prd.R b/R/lsm_l_prd.R index 00c73f0b3..4bdd29eb0 100644 --- a/R/lsm_l_prd.R +++ b/R/lsm_l_prd.R @@ -1,84 +1,84 @@ -#' PRD (landscape level) -#' -#' @description Patch richness density (Diversity metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PRD = \frac{m} {A} * 10000 * 100 } -#' where \eqn{m} is the number of classes and \eqn{A} is the total landscape area in -#' square meters. -#' -#' PRD is a 'Diversity metric'. It is one of the simplest diversity and composition measures. -#' In contrast to \code{\link{lsm_l_pr}}, it is a relative measure and following, comparable -#' among landscapes with different total landscape areas. -#' -#' \subsection{Units}{Number per 100 hectares} -#' \subsection{Range}{PR > 0} -#' \subsection{Behaviour}{Approaches PRD > 1 when only one patch is present and the landscape -#' is rather large. Increases, without limit, as the number of classes increases and the -#' total landscape area decreases.} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_prd(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_prd -#' @rdname lsm_l_prd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_prd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_prd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_prd_calc <- function(landscape, directions, resolution = NULL) { - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise for total landscape - area_total <- sum(area_patch$value) - - # all values NA - if (is.na(area_total)) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "prd", - value = as.double(NA))) - } - - # get number of classes - pr_landscape <- lsm_l_pr_calc(landscape) - - # relative number of classes - prd <- pr_landscape$value / area_total * 100 - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "prd", - value = as.double(prd))) -} +#' PRD (landscape level) +#' +#' @description Patch richness density (Diversity metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PRD = \frac{m} {A} * 10000 * 100 } +#' where \eqn{m} is the number of classes and \eqn{A} is the total landscape area in +#' square meters. +#' +#' PRD is a 'Diversity metric'. It is one of the simplest diversity and composition measures. +#' In contrast to \code{\link{lsm_l_pr}}, it is a relative measure and following, comparable +#' among landscapes with different total landscape areas. +#' +#' \subsection{Units}{Number per 100 hectares} +#' \subsection{Range}{PR > 0} +#' \subsection{Behaviour}{Approaches PRD > 1 when only one patch is present and the landscape +#' is rather large. Increases, without limit, as the number of classes increases and the +#' total landscape area decreases.} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_prd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_prd +#' @rdname lsm_l_prd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_prd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_prd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_prd_calc <- function(landscape, directions, resolution = NULL) { + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise for total landscape + area_total <- sum(area_patch$value) + + # all values NA + if (is.na(area_total)) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "prd", + value = as.double(NA))) + } + + # get number of classes + pr_landscape <- lsm_l_pr_calc(landscape) + + # relative number of classes + prd <- pr_landscape$value / area_total * 100 + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "prd", + value = as.double(prd))) +} diff --git a/R/lsm_l_relmutinf.R b/R/lsm_l_relmutinf.R index 00cc4f5bb..2d3b185e2 100644 --- a/R/lsm_l_relmutinf.R +++ b/R/lsm_l_relmutinf.R @@ -1,93 +1,93 @@ -#' RELMUTINF (landscape level) -#' -#' @description Relative mutual information -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: -#' 4 (rook's case) or 8 (queen's case). The default is 4. -#' @param ordered The type of pairs considered. -#' Either ordered (TRUE) or unordered (FALSE). -#' The default is TRUE. -#' @param base The unit in which entropy is measured. -#' The default is "log2", which compute entropy in "bits". -#' "log" and "log10" can be also used. -#' -#' @details -#' Due to the spatial autocorrelation, the value of mutual information tends to grow with a diversity of the landscape (marginal entropy). To adjust this tendency, it is possible to calculate relative mutual information by dividing the mutual information by the marginal entropy. Relative mutual information always has a range between 0 and 1 and can be used to compare spatial data with different number and distribution of categories. -#' When the value of mutual information equals to 0, then relative mutual information is 1. -#' -#' @seealso -#' \code{\link{lsm_l_ent}}, -#' \code{\link{lsm_l_condent}}, -#' \code{\link{lsm_l_joinent}}, -#' \code{\link{lsm_l_mutinf}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_relmutinf(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_relmutinf -#' @rdname lsm_l_relmutinf -#' -#' @references -#' Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework -#' for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x -#' -#' @export -lsm_l_relmutinf <- function(landscape, - neighbourhood = 4, - ordered = TRUE, - base = "log2") { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_relmutinf_calc, - neighbourhood = neighbourhood, - ordered = ordered, - base = base) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_relmutinf_calc <- function(landscape, neighbourhood, ordered, base){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "mutinf", - value = as.double(NA))) - } - - com <- rcpp_get_coocurrence_matrix(landscape, - directions = as.matrix(neighbourhood)) - com_c <- colSums(com) - - coh <- rcpp_get_coocurrence_vector(landscape, - directions = as.matrix(neighbourhood), - ordered = ordered) - - comp <- rcpp_get_entropy(com_c, base) - cplx <- rcpp_get_entropy(coh, base) - conf <- cplx - comp - aggr <- comp - conf - rel <- ifelse(aggr == 0, 1, aggr / comp) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "relmutinf", - value = as.double(rel))) -} +#' RELMUTINF (landscape level) +#' +#' @description Relative mutual information +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: +#' 4 (rook's case) or 8 (queen's case). The default is 4. +#' @param ordered The type of pairs considered. +#' Either ordered (TRUE) or unordered (FALSE). +#' The default is TRUE. +#' @param base The unit in which entropy is measured. +#' The default is "log2", which compute entropy in "bits". +#' "log" and "log10" can be also used. +#' +#' @details +#' Due to the spatial autocorrelation, the value of mutual information tends to grow with a diversity of the landscape (marginal entropy). To adjust this tendency, it is possible to calculate relative mutual information by dividing the mutual information by the marginal entropy. Relative mutual information always has a range between 0 and 1 and can be used to compare spatial data with different number and distribution of categories. +#' When the value of mutual information equals to 0, then relative mutual information is 1. +#' +#' @seealso +#' \code{\link{lsm_l_ent}}, +#' \code{\link{lsm_l_condent}}, +#' \code{\link{lsm_l_joinent}}, +#' \code{\link{lsm_l_mutinf}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_relmutinf(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_relmutinf +#' @rdname lsm_l_relmutinf +#' +#' @references +#' Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework +#' for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x +#' +#' @export +lsm_l_relmutinf <- function(landscape, + neighbourhood = 4, + ordered = TRUE, + base = "log2") { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_relmutinf_calc, + neighbourhood = neighbourhood, + ordered = ordered, + base = base) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_relmutinf_calc <- function(landscape, neighbourhood, ordered, base){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "mutinf", + value = as.double(NA))) + } + + com <- rcpp_get_coocurrence_matrix(landscape, + directions = as.matrix(neighbourhood)) + com_c <- colSums(com) + + coh <- rcpp_get_coocurrence_vector(landscape, + directions = as.matrix(neighbourhood), + ordered = ordered) + + comp <- rcpp_get_entropy(com_c, base) + cplx <- rcpp_get_entropy(coh, base) + conf <- cplx - comp + aggr <- comp - conf + rel <- ifelse(aggr == 0, 1, aggr / comp) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "relmutinf", + value = as.double(rel))) +} diff --git a/R/lsm_l_rpr.R b/R/lsm_l_rpr.R index 15d1516c3..2e978dbc7 100644 --- a/R/lsm_l_rpr.R +++ b/R/lsm_l_rpr.R @@ -1,88 +1,88 @@ -#' RPD (landscape level) -#' -#' @description Relative patch richness (Diversity metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param classes_max Potential maximum number of present classes -#' @param verbose Print warning message if not sufficient patches are present -#' -#' @details -#' \deqn{RPR = \frac{m} {m_{max}} * 100} -#' where \eqn{m} is the number of classes and \eqn{m_{max}} is the (theoretical) -#' maximum number of classes. -#' -#' RPR is an 'Diversity metric'. The metric calculates the percentage of present classes -#' in the landscape in relation to a (theoretical) number of maximum classes. The user has to -#' specify the maximum number of classes. Note, that if \code{classes_max} is not provided, -#' the functions returns \code{NA}. -#' -#' \subsection{Units}{Percentage} -#' \subsection{Ranges}{0 < RPR <= 100} -#' \subsection{Behaviour}{Approaches RPR > 0 when only one class type is present, -#' but the maximum number of classes is large. Equals RPR = 100 when m = m_max} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_rpr(terra::unwrap(landscape), classes_max = 5) -#' -#' @aliases lsm_l_rpr -#' @rdname lsm_l_rpr -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Romme, W. H. 1982. Fire and landscapediversity in subalpine forests of -#' Yellowstone National Park.Ecol.Monogr. 52:199-221 -#' -#' @export -lsm_l_rpr <- function(landscape, classes_max = NULL, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_rpr_calc, - classes_max = classes_max, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_rpr_calc <- function(landscape, classes_max, verbose) { - - if (is.null(classes_max)) { - - if (verbose) { - warning("No maximum number of classes provided: RPR = NA", call. = FALSE) - } - - rpr <- NA - } else { - - pr <- lsm_l_pr_calc(landscape) - - # all values NA - if (all(is.na(pr$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "rpr", - value = as.double(NA))) - } - - rpr <- pr$value / classes_max * 100 - } - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "rpr", - value = as.double(rpr))) -} +#' RPD (landscape level) +#' +#' @description Relative patch richness (Diversity metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param classes_max Potential maximum number of present classes +#' @param verbose Print warning message if not sufficient patches are present +#' +#' @details +#' \deqn{RPR = \frac{m} {m_{max}} * 100} +#' where \eqn{m} is the number of classes and \eqn{m_{max}} is the (theoretical) +#' maximum number of classes. +#' +#' RPR is an 'Diversity metric'. The metric calculates the percentage of present classes +#' in the landscape in relation to a (theoretical) number of maximum classes. The user has to +#' specify the maximum number of classes. Note, that if \code{classes_max} is not provided, +#' the functions returns \code{NA}. +#' +#' \subsection{Units}{Percentage} +#' \subsection{Ranges}{0 < RPR <= 100} +#' \subsection{Behaviour}{Approaches RPR > 0 when only one class type is present, +#' but the maximum number of classes is large. Equals RPR = 100 when m = m_max} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_rpr(terra::unwrap(landscape), classes_max = 5) +#' +#' @aliases lsm_l_rpr +#' @rdname lsm_l_rpr +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Romme, W. H. 1982. Fire and landscapediversity in subalpine forests of +#' Yellowstone National Park.Ecol.Monogr. 52:199-221 +#' +#' @export +lsm_l_rpr <- function(landscape, classes_max = NULL, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_rpr_calc, + classes_max = classes_max, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_rpr_calc <- function(landscape, classes_max, verbose) { + + if (is.null(classes_max)) { + + if (verbose) { + warning("No maximum number of classes provided: RPR = NA", call. = FALSE) + } + + rpr <- NA + } else { + + pr <- lsm_l_pr_calc(landscape) + + # all values NA + if (all(is.na(pr$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "rpr", + value = as.double(NA))) + } + + rpr <- pr$value / classes_max * 100 + } + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "rpr", + value = as.double(rpr))) +} diff --git a/R/lsm_l_shape_mn.R b/R/lsm_l_shape_mn.R index 686ee706d..ac76863b1 100644 --- a/R/lsm_l_shape_mn.R +++ b/R/lsm_l_shape_mn.R @@ -1,89 +1,89 @@ -#' SHAPE_MN (landscape level) -#' -#' @description Mean shape index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{SHAPE_{MN} = mean(SHAPE[patch_{ij}])} -#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. -#' -#' SHAPE_MN is a 'Shape metric'. The landscape is summarised as the mean -#' of all patches in the landscape. SHAPE describes the ratio between the actual perimeter -#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -#' equals the perimeter if the patch would be maximally compact. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{SHAPE_SD >= 1} -#' \subsection{Behaviour}{Equals SHAPE_MN = 0 if all patches are squares. -#' Increases, without limit, as the shapes of patches become more complex.} -#' -#' @seealso -#' \code{\link{lsm_p_shape}}, -#' \code{\link{mean}}, \cr -#' \code{\link{lsm_c_shape_mn}}, -#' \code{\link{lsm_c_shape_sd}}, -#' \code{\link{lsm_c_shape_cv}}, \cr -#' \code{\link{lsm_l_shape_sd}}, -#' \code{\link{lsm_l_shape_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_shape_mn(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_shape_mn -#' @rdname lsm_l_shape_mn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". -#' Wildl. Soc.Bull. 3:171-173. -#' -#' @export -lsm_l_shape_mn <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_shape_mn_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_shape_mn_calc <- function(landscape, directions, resolution = NULL){ - - # shape index for each patch - shape <- lsm_p_shape_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(shape$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "shape_mn", - value = as.double(NA))) - } - - # calculate mean - shape_mn <- mean(shape$value, na.rm = TRUE) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "shape_mn", - value = as.double(shape_mn))) -} +#' SHAPE_MN (landscape level) +#' +#' @description Mean shape index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{SHAPE_{MN} = mean(SHAPE[patch_{ij}])} +#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. +#' +#' SHAPE_MN is a 'Shape metric'. The landscape is summarised as the mean +#' of all patches in the landscape. SHAPE describes the ratio between the actual perimeter +#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter +#' equals the perimeter if the patch would be maximally compact. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{SHAPE_SD >= 1} +#' \subsection{Behaviour}{Equals SHAPE_MN = 0 if all patches are squares. +#' Increases, without limit, as the shapes of patches become more complex.} +#' +#' @seealso +#' \code{\link{lsm_p_shape}}, +#' \code{\link{mean}}, \cr +#' \code{\link{lsm_c_shape_mn}}, +#' \code{\link{lsm_c_shape_sd}}, +#' \code{\link{lsm_c_shape_cv}}, \cr +#' \code{\link{lsm_l_shape_sd}}, +#' \code{\link{lsm_l_shape_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_shape_mn(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_shape_mn +#' @rdname lsm_l_shape_mn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". +#' Wildl. Soc.Bull. 3:171-173. +#' +#' @export +lsm_l_shape_mn <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_shape_mn_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_shape_mn_calc <- function(landscape, directions, resolution = NULL){ + + # shape index for each patch + shape <- lsm_p_shape_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(shape$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "shape_mn", + value = as.double(NA))) + } + + # calculate mean + shape_mn <- mean(shape$value, na.rm = TRUE) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "shape_mn", + value = as.double(shape_mn))) +} diff --git a/R/lsm_l_shape_sd.R b/R/lsm_l_shape_sd.R index 806eb6c1c..16f1374cc 100644 --- a/R/lsm_l_shape_sd.R +++ b/R/lsm_l_shape_sd.R @@ -1,89 +1,89 @@ -#' SHAPE_SD (landscape level) -#' -#' @description Standard deviation shape index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{SHAPE_{SD} = sd(SHAPE[patch_{ij}])} -#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. -#' -#' SHAPE_SD is a 'Shape metric'. The landscape summarised as the standard deviation -#' of all patches in the landscape. SHAPE describes the ratio between the actual perimeter -#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -#' equals the perimeter if the patch would be maximally compact. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{SHAPE_SD >= 0} -#' \subsection{Behaviour}{Equals SHAPE_SD = 0 if all patches have an identical shape index. -#' Increases, without limit, as the variation of the shape index increases.} -#' -#' @seealso -#' \code{\link{lsm_p_shape}}, -#' \code{\link{sd}}, \cr -#' \code{\link{lsm_c_shape_mn}}, -#' \code{\link{lsm_c_shape_sd}}, -#' \code{\link{lsm_c_shape_cv}}, \cr -#' \code{\link{lsm_l_shape_mn}}, -#' \code{\link{lsm_l_shape_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_shape_sd(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_shape_sd -#' @rdname lsm_l_shape_sd -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". -#' Wildl. Soc.Bull. 3:171-173. -#' -#' @export -lsm_l_shape_sd <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_shape_sd_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_shape_sd_calc <- function(landscape, directions, resolution = NULL){ - - # shape index for each patch - shape <- lsm_p_shape_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(shape$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "shape_sd", - value = as.double(NA))) - } - - # calculate sd - shape_sd <- stats::sd(shape$value, na.rm = TRUE) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "shape_sd", - value = as.double(shape_sd))) -} +#' SHAPE_SD (landscape level) +#' +#' @description Standard deviation shape index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{SHAPE_{SD} = sd(SHAPE[patch_{ij}])} +#' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. +#' +#' SHAPE_SD is a 'Shape metric'. The landscape summarised as the standard deviation +#' of all patches in the landscape. SHAPE describes the ratio between the actual perimeter +#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter +#' equals the perimeter if the patch would be maximally compact. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{SHAPE_SD >= 0} +#' \subsection{Behaviour}{Equals SHAPE_SD = 0 if all patches have an identical shape index. +#' Increases, without limit, as the variation of the shape index increases.} +#' +#' @seealso +#' \code{\link{lsm_p_shape}}, +#' \code{\link{sd}}, \cr +#' \code{\link{lsm_c_shape_mn}}, +#' \code{\link{lsm_c_shape_sd}}, +#' \code{\link{lsm_c_shape_cv}}, \cr +#' \code{\link{lsm_l_shape_mn}}, +#' \code{\link{lsm_l_shape_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_shape_sd(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_shape_sd +#' @rdname lsm_l_shape_sd +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". +#' Wildl. Soc.Bull. 3:171-173. +#' +#' @export +lsm_l_shape_sd <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_shape_sd_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_shape_sd_calc <- function(landscape, directions, resolution = NULL){ + + # shape index for each patch + shape <- lsm_p_shape_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(shape$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "shape_sd", + value = as.double(NA))) + } + + # calculate sd + shape_sd <- stats::sd(shape$value, na.rm = TRUE) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "shape_sd", + value = as.double(shape_sd))) +} diff --git a/R/lsm_l_shdi.R b/R/lsm_l_shdi.R index e89e8f8fa..f8ff45d5d 100644 --- a/R/lsm_l_shdi.R +++ b/R/lsm_l_shdi.R @@ -1,80 +1,80 @@ -#' SHDI (landscape level) -#' -#' @description Shannon's diversity index (Diversity metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' -#' @details -#' \deqn{SHDI = - \sum \limits_{i = 1}^{m} (P_{i} * \ln P_{i})} -#' where \eqn{P_{i}} is the proportion of class i. -#' -#' SHDI is a 'Diversity metric'. It is a widely used metric in biodiversity and ecology -#' and takes both the number of classes and the abundance of each class into account. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{SHDI >= 0} -#' \subsection{Behaviour}{Equals SHDI = 0 when only one patch is present and increases, -#' without limit, as the number of classes increases while the proportions are -#' equally distributed} -#' -#' @seealso -#' \code{\link{lsm_c_pland}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_shdi(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_shdi -#' @rdname lsm_l_shdi -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Shannon, C., and W. Weaver. 1949. The mathematical theory of -#' communication. Univ. IllinoisPress, Urbana -#' -#' @export -lsm_l_shdi <- function(landscape) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_shdi_calc) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_shdi_calc <- function(landscape, resolution = NULL) { - - # get class proportions (direction doesn't matter) - prop <- lsm_c_pland_calc(landscape, - directions = 8, - resolution = resolution) - - # all values NA - if (all(is.na(prop$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "shdi", - value = as.double(NA))) - } - - prop <- prop$value / 100 - - shdi <- sum(-prop * log(prop, exp(1))) - - return(tibble::tibble(level = 'landscape', - class = as.integer(NA), - id = as.integer(NA), - metric = "shdi", - value = as.double(shdi))) -} +#' SHDI (landscape level) +#' +#' @description Shannon's diversity index (Diversity metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' +#' @details +#' \deqn{SHDI = - \sum \limits_{i = 1}^{m} (P_{i} * \ln P_{i})} +#' where \eqn{P_{i}} is the proportion of class i. +#' +#' SHDI is a 'Diversity metric'. It is a widely used metric in biodiversity and ecology +#' and takes both the number of classes and the abundance of each class into account. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{SHDI >= 0} +#' \subsection{Behaviour}{Equals SHDI = 0 when only one patch is present and increases, +#' without limit, as the number of classes increases while the proportions are +#' equally distributed} +#' +#' @seealso +#' \code{\link{lsm_c_pland}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_shdi(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_shdi +#' @rdname lsm_l_shdi +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Shannon, C., and W. Weaver. 1949. The mathematical theory of +#' communication. Univ. IllinoisPress, Urbana +#' +#' @export +lsm_l_shdi <- function(landscape) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_shdi_calc) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_shdi_calc <- function(landscape, resolution = NULL) { + + # get class proportions (direction doesn't matter) + prop <- lsm_c_pland_calc(landscape, + directions = 8, + resolution = resolution) + + # all values NA + if (all(is.na(prop$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "shdi", + value = as.double(NA))) + } + + prop <- prop$value / 100 + + shdi <- sum(-prop * log(prop, exp(1))) + + return(tibble::tibble(level = 'landscape', + class = as.integer(NA), + id = as.integer(NA), + metric = "shdi", + value = as.double(shdi))) +} diff --git a/R/lsm_l_shei.R b/R/lsm_l_shei.R index b5e5a77cf..e83957303 100644 --- a/R/lsm_l_shei.R +++ b/R/lsm_l_shei.R @@ -1,87 +1,87 @@ -#' SHEI (landscape level) -#' -#' @description Shannons's evenness index (Diversity metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' -#' @details -#' \deqn{SHEI = \frac{- \sum \limits_{i = 1} ^ {m} (P_{i} * \ln P_{i})} {\ln m}} -#' where \eqn{P_{i}} is the proportion of class i and \eqn{m} is the -#' number of classes. -#' -#' SHEI is a 'Diversity metric'. It is the ratio between the actual Shannon's diversity index -#' and and the theoretical maximum of the Shannon diversity index. It can be understood as a -#' measure of dominance. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{0 <= SHEI < 1} -#' \subsection{Behaviour}{Equals SHEI = 0 when only one patch present and equals SHEI = 1 -#' when the proportion of classes is completely equally distributed} -#' -#' @seealso -#' \code{\link{lsm_c_pland}}, -#' \code{\link{lsm_l_pr}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_shei(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_shei -#' @rdname lsm_l_shei -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Shannon, C., and W. Weaver. 1949. The mathematical theory of -#' communication. Univ. IllinoisPress, Urbana -#' -#' @export -lsm_l_shei <- function(landscape){ - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_shei_calc) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_shei_calc <- function(landscape, resolution = NULL){ - - # get class proportions (direction doesn't matter) - prop <- lsm_c_pland_calc(landscape, - directions = 8, - resolution = resolution) - - # all values NA - if (all(is.na(prop$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "shei", - value = as.double(NA))) - } - - prop <- prop$value / 100 - - log_len_prop <- log(length(prop), exp(1)) - if (log_len_prop == 0){ - shei <- 0 - } else { - shei <- sum(-prop * log_len_prop) / log_len_prop - } - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "shei", - value = as.double(shei))) -} +#' SHEI (landscape level) +#' +#' @description Shannons's evenness index (Diversity metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' +#' @details +#' \deqn{SHEI = \frac{- \sum \limits_{i = 1} ^ {m} (P_{i} * \ln P_{i})} {\ln m}} +#' where \eqn{P_{i}} is the proportion of class i and \eqn{m} is the +#' number of classes. +#' +#' SHEI is a 'Diversity metric'. It is the ratio between the actual Shannon's diversity index +#' and and the theoretical maximum of the Shannon diversity index. It can be understood as a +#' measure of dominance. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{0 <= SHEI < 1} +#' \subsection{Behaviour}{Equals SHEI = 0 when only one patch present and equals SHEI = 1 +#' when the proportion of classes is completely equally distributed} +#' +#' @seealso +#' \code{\link{lsm_c_pland}}, +#' \code{\link{lsm_l_pr}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_shei(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_shei +#' @rdname lsm_l_shei +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Shannon, C., and W. Weaver. 1949. The mathematical theory of +#' communication. Univ. IllinoisPress, Urbana +#' +#' @export +lsm_l_shei <- function(landscape){ + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_shei_calc) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_shei_calc <- function(landscape, resolution = NULL){ + + # get class proportions (direction doesn't matter) + prop <- lsm_c_pland_calc(landscape, + directions = 8, + resolution = resolution) + + # all values NA + if (all(is.na(prop$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "shei", + value = as.double(NA))) + } + + prop <- prop$value / 100 + + log_len_prop <- log(length(prop), exp(1)) + if (log_len_prop == 0){ + shei <- 0 + } else { + shei <- sum(-prop * log_len_prop) / log_len_prop + } + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "shei", + value = as.double(shei))) +} diff --git a/R/lsm_l_sidi.R b/R/lsm_l_sidi.R index fc51777a5..05a14d603 100644 --- a/R/lsm_l_sidi.R +++ b/R/lsm_l_sidi.R @@ -1,82 +1,82 @@ -#' SIDI (landscape level) -#' -#' @description Simpson's diversity index (Diversity metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{SIDI = 1 - \sum \limits_{i = 1}^{m} P_{i}^{2}} -#' where \eqn{P_{i}} is the proportion of class i and \eqn{m} is the -#' number of classes. -#' -#' SIDI is a 'Diversity metric'. It is widely used in biodiversity and ecology. It is -#' less sensitive to rare class types than \code{\link{lsm_l_shdi}}. It can be interpreted -#' as the probability that two randomly selected cells belong to the same class. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{0 <= SIDI < 1} -#' \subsection{Behaviour}{Equals SIDI = 0 when only one patch is present and approaches -#' SIDI < 1 when the number of class types increases while the proportions are equally -#' distributed} -#' -#' @seealso -#' \code{\link{lsm_c_pland}}, -#' \code{\link{lsm_l_pr}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_sidi(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_sidi -#' @rdname lsm_l_sidi -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 -#' -#' @export -lsm_l_sidi <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_sidi_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_sidi_calc <- function(landscape, directions, resolution = NULL) { - - sidi <- lsm_c_pland_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(sidi$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "sidi", - value = as.double(NA))) - } - - sidi <- 1 - sum((sidi$value / 100) ^ 2) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "sidi", - value = as.double(sidi))) -} +#' SIDI (landscape level) +#' +#' @description Simpson's diversity index (Diversity metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{SIDI = 1 - \sum \limits_{i = 1}^{m} P_{i}^{2}} +#' where \eqn{P_{i}} is the proportion of class i and \eqn{m} is the +#' number of classes. +#' +#' SIDI is a 'Diversity metric'. It is widely used in biodiversity and ecology. It is +#' less sensitive to rare class types than \code{\link{lsm_l_shdi}}. It can be interpreted +#' as the probability that two randomly selected cells belong to the same class. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{0 <= SIDI < 1} +#' \subsection{Behaviour}{Equals SIDI = 0 when only one patch is present and approaches +#' SIDI < 1 when the number of class types increases while the proportions are equally +#' distributed} +#' +#' @seealso +#' \code{\link{lsm_c_pland}}, +#' \code{\link{lsm_l_pr}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_sidi(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_sidi +#' @rdname lsm_l_sidi +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 +#' +#' @export +lsm_l_sidi <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_sidi_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_sidi_calc <- function(landscape, directions, resolution = NULL) { + + sidi <- lsm_c_pland_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(sidi$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "sidi", + value = as.double(NA))) + } + + sidi <- 1 - sum((sidi$value / 100) ^ 2) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "sidi", + value = as.double(sidi))) +} diff --git a/R/lsm_l_siei.R b/R/lsm_l_siei.R index 0f0241857..7224aad41 100644 --- a/R/lsm_l_siei.R +++ b/R/lsm_l_siei.R @@ -1,84 +1,84 @@ -#' SIEI (landscape level) -#' -#' @description Simpson's evenness index (Diversity metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{SIEI = \frac{1 - \sum \limits_{i = 1}^{m} P_{i}^{2}} {1 - \frac{1} {m}}} -#' where \eqn{P_{i}} is the proportion of class i and \eqn{m} is the -#' number of classes. -#' -#' SIEI is a 'Diversity metric'. The metric is widely used in biodiversity and ecology. -#' It is the ratio between the actual Simpson's diversity index and the theoretical maximum -#' Simpson's diversity index. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{0 < SIEI <= 1} -#' \subsection{Behaviour}{Equals SIEI = 0 when only one patch is present and approaches -#' SIEI = 1 when the number of class types increases while the proportions are -#' equally distributed} -#' -#' @seealso -#' \code{\link{lsm_c_pland}}, -#' \code{\link{lsm_l_pr}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_siei(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_siei -#' @rdname lsm_l_siei -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 -#' -#' @export -lsm_l_siei <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_siei_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_siei_calc <- function(landscape, directions, resolution = NULL) { - - sidi <- lsm_l_sidi_calc(landscape, - directions = directions, - resolution = resolution) - - # all values NA - if (all(is.na(sidi$value))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "siei", - value = as.double(NA))) - } - - pr <- lsm_l_pr_calc(landscape) - - siei <- sidi$value / (1 - (1 / pr$value)) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "siei", - value = as.double(siei))) -} +#' SIEI (landscape level) +#' +#' @description Simpson's evenness index (Diversity metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{SIEI = \frac{1 - \sum \limits_{i = 1}^{m} P_{i}^{2}} {1 - \frac{1} {m}}} +#' where \eqn{P_{i}} is the proportion of class i and \eqn{m} is the +#' number of classes. +#' +#' SIEI is a 'Diversity metric'. The metric is widely used in biodiversity and ecology. +#' It is the ratio between the actual Simpson's diversity index and the theoretical maximum +#' Simpson's diversity index. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{0 < SIEI <= 1} +#' \subsection{Behaviour}{Equals SIEI = 0 when only one patch is present and approaches +#' SIEI = 1 when the number of class types increases while the proportions are +#' equally distributed} +#' +#' @seealso +#' \code{\link{lsm_c_pland}}, +#' \code{\link{lsm_l_pr}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_siei(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_siei +#' @rdname lsm_l_siei +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 +#' +#' @export +lsm_l_siei <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_siei_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_siei_calc <- function(landscape, directions, resolution = NULL) { + + sidi <- lsm_l_sidi_calc(landscape, + directions = directions, + resolution = resolution) + + # all values NA + if (all(is.na(sidi$value))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "siei", + value = as.double(NA))) + } + + pr <- lsm_l_pr_calc(landscape) + + siei <- sidi$value / (1 - (1 / pr$value)) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "siei", + value = as.double(siei))) +} diff --git a/R/lsm_l_split.R b/R/lsm_l_split.R index 3151c9654..8c2d9c582 100644 --- a/R/lsm_l_split.R +++ b/R/lsm_l_split.R @@ -1,88 +1,88 @@ -#' SPLIT (landscape level) -#' -#' @description Splitting index (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{SSPLIT = \frac{A^2} {\sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} a_{ij}^2}} -#' where \eqn{a_{ij}} is the patch area in square meters and \eqn{A} is the -#' total landscape area. -#' -#' SPLIT is an 'Aggregation metric'. It describes the number of patches if all patches the -#' landscape would be divided into equally sized patches. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{1 <= SPLIT <= Number of cells squared} -#' \subsection{Behaviour}{Equals SPLIT = 1 if only one patch is present. Increases as -#' the number of patches increases and is limited if all cells are a patch} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_l_ta}}, \cr -#' \code{\link{lsm_c_split}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_split(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_split -#' @rdname lsm_l_split -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh -#' size: new measures of landscape fragmentation. -#' Landscape ecology, 15(2), 115-130. -#' -#' @export -lsm_l_split <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_split_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_split_calc <- function(landscape, directions, resolution = NULL) { - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # summarise for total landscape - area_total <- sum(area_patch$value) - - # all values NA - if (is.na(area_total)) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "split", - value = as.double(NA))) - } - - # total area squared divided by sum of area squared for each patch - split <- (area_total ^ 2) / sum(area_patch$value ^ 2) - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "split", - value = as.double(split))) -} +#' SPLIT (landscape level) +#' +#' @description Splitting index (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{SSPLIT = \frac{A^2} {\sum \limits_{i = 1}^{m} \sum \limits_{j = 1}^{n} a_{ij}^2}} +#' where \eqn{a_{ij}} is the patch area in square meters and \eqn{A} is the +#' total landscape area. +#' +#' SPLIT is an 'Aggregation metric'. It describes the number of patches if all patches the +#' landscape would be divided into equally sized patches. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{1 <= SPLIT <= Number of cells squared} +#' \subsection{Behaviour}{Equals SPLIT = 1 if only one patch is present. Increases as +#' the number of patches increases and is limited if all cells are a patch} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_l_ta}}, \cr +#' \code{\link{lsm_c_split}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_split(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_split +#' @rdname lsm_l_split +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh +#' size: new measures of landscape fragmentation. +#' Landscape ecology, 15(2), 115-130. +#' +#' @export +lsm_l_split <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_split_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_split_calc <- function(landscape, directions, resolution = NULL) { + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # summarise for total landscape + area_total <- sum(area_patch$value) + + # all values NA + if (is.na(area_total)) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "split", + value = as.double(NA))) + } + + # total area squared divided by sum of area squared for each patch + split <- (area_total ^ 2) / sum(area_patch$value ^ 2) + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "split", + value = as.double(split))) +} diff --git a/R/lsm_l_ta.R b/R/lsm_l_ta.R index 7fb22c692..0d6521bc5 100644 --- a/R/lsm_l_ta.R +++ b/R/lsm_l_ta.R @@ -1,78 +1,78 @@ -#' TA (landscape level) -#' -#' @description Total area (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CA = sum(AREA[patch_{ij}])} -#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. -#' -#' TA is an 'Area and edge metric'. The total (class) area sums the area of all patches -#' in the landscape. It is the area of the observation area. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{TA > 0} -#' \subsection{Behaviour}{Approaches TA > 0 if the landscape is small and increases, -#' without limit, as the size of the landscape increases.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{sum}}, \cr -#' \code{\link{lsm_c_ca}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_ta(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_ta -#' @rdname lsm_l_ta -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_ta <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_ta_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_ta_calc <- function(landscape, directions, resolution = NULL) { - - patch_area <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - total_area <- sum(patch_area$value) - - # all values NA - if (is.na(total_area)) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "ta", - value = as.double(NA))) - } - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "ta", - value = as.double(total_area))) -} +#' TA (landscape level) +#' +#' @description Total area (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CA = sum(AREA[patch_{ij}])} +#' where \eqn{AREA[patch_{ij}]} is the area of each patch in hectares. +#' +#' TA is an 'Area and edge metric'. The total (class) area sums the area of all patches +#' in the landscape. It is the area of the observation area. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{TA > 0} +#' \subsection{Behaviour}{Approaches TA > 0 if the landscape is small and increases, +#' without limit, as the size of the landscape increases.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{sum}}, \cr +#' \code{\link{lsm_c_ca}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_ta(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_ta +#' @rdname lsm_l_ta +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_ta <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_ta_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_ta_calc <- function(landscape, directions, resolution = NULL) { + + patch_area <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + total_area <- sum(patch_area$value) + + # all values NA + if (is.na(total_area)) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "ta", + value = as.double(NA))) + } + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "ta", + value = as.double(total_area))) +} diff --git a/R/lsm_l_tca.R b/R/lsm_l_tca.R index e48c631de..ced9fe1d4 100644 --- a/R/lsm_l_tca.R +++ b/R/lsm_l_tca.R @@ -1,93 +1,93 @@ -#' TCA (landscape level) -#' -#' @description Total core area (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{TCA = \sum \limits_{j = 1}^{n} a_{ij}^{core} * (\frac{1} {10000})} -#' where here \eqn{a_{ij}^{core}} is the core area in square meters. -#' -#' TCA is a 'Core area metric' and equals the sum of core areas of all patches in the -#' landscape. A cell is defined as core area if the cell has no neighbour with a different -#' value than itself (rook's case). In other words, the core area of a patch is all area that -#' is not an edge. It characterises patch areas and shapes of all patches in the landscape -#' simultaneously (more core area when the patch is large and the shape is rather compact, -#' i.e. a square). Additionally, TCA is a measure for the configuration of the landscape, -#' because the sum of edges increase as patches are less aggregated. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{TCA >= 0} -#' \subsection{Behaviour}{Increases, without limit, as patch areas increase -#' and patch shapes simplify. TCA = 0 when every cell in every patch is an edge.} -#' -#' @seealso -#' \code{\link{lsm_p_core}}, -#' \code{\link{lsm_c_tca}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_tca(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_tca -#' @rdname lsm_l_tca -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_tca <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_tca_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_tca_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL) { - - core_area_patch <- lsm_p_core_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - total_core_area <- sum(core_area_patch$value) - - # all values NA - if (is.na(total_core_area)) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "tca", - value = as.double(NA))) - } - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "tca", - value = as.double(total_core_area))) -} +#' TCA (landscape level) +#' +#' @description Total core area (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{TCA = \sum \limits_{j = 1}^{n} a_{ij}^{core} * (\frac{1} {10000})} +#' where here \eqn{a_{ij}^{core}} is the core area in square meters. +#' +#' TCA is a 'Core area metric' and equals the sum of core areas of all patches in the +#' landscape. A cell is defined as core area if the cell has no neighbour with a different +#' value than itself (rook's case). In other words, the core area of a patch is all area that +#' is not an edge. It characterises patch areas and shapes of all patches in the landscape +#' simultaneously (more core area when the patch is large and the shape is rather compact, +#' i.e. a square). Additionally, TCA is a measure for the configuration of the landscape, +#' because the sum of edges increase as patches are less aggregated. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{TCA >= 0} +#' \subsection{Behaviour}{Increases, without limit, as patch areas increase +#' and patch shapes simplify. TCA = 0 when every cell in every patch is an edge.} +#' +#' @seealso +#' \code{\link{lsm_p_core}}, +#' \code{\link{lsm_c_tca}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_tca(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_tca +#' @rdname lsm_l_tca +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_tca <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_tca_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_tca_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL) { + + core_area_patch <- lsm_p_core_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + total_core_area <- sum(core_area_patch$value) + + # all values NA + if (is.na(total_core_area)) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "tca", + value = as.double(NA))) + } + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "tca", + value = as.double(total_core_area))) +} diff --git a/R/lsm_l_te.R b/R/lsm_l_te.R index d59ca0d62..7d0706390 100644 --- a/R/lsm_l_te.R +++ b/R/lsm_l_te.R @@ -1,132 +1,132 @@ -#' TE (landscape level) -#' -#' @description Total edge (Area and Edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param count_boundary Include landscape boundary in edge length -#' -#' @details -#' \deqn{TE = \sum \limits_{k = 1}^{m} e_{ik}} -#' where \eqn{e_{ik}} is the edge lengths in meters. - -#' TE is an 'Area and edge metric'. Total edge includes all edges. It measures the -#' configuration of the landscape because a highly fragmented landscape will have many -#' edges. However, total edge is an absolute measure, making comparisons among landscapes -#' with different total areas difficult. If \code{count_boundary = TRUE} also edges to the -#' landscape boundary are included. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{TE >= 0} -#' \subsection{Behaviour}{Equals TE = 0 if all cells are edge cells. Increases, without limit, -#' as landscape becomes more fragmented} -#' -#' @seealso -#' \code{\link{lsm_p_perim}} -#' \code{\link{lsm_l_te}} -#' -#' @return tibble -#' -#' @examples -#' lsm_l_te(terra::unwrap(landscape)) -#' -#' @aliases lsm_l_te -#' @rdname lsm_l_te -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_l_te <- function(landscape, count_boundary = FALSE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_l_te_calc, - count_boundary = count_boundary) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_l_te_calc <- function(landscape, count_boundary, resolution = NULL){ - - # conver raster to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- terra::res(landscape) - - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "te", - value = as.double(NA))) - } - - # get resolution in x-y directions - resolution_x <- resolution[[1]] - resolution_y <- resolution[[2]] - - if (count_boundary) { - - # get background value not present as class - background_value <- max(landscape, na.rm = TRUE) + 1 - - # add row/col around raster - landscape <- pad_raster_internal(landscape = landscape, - pad_raster_value = background_value, - pad_raster_cells = 1, global = FALSE) - - # set NA to background value - landscape[is.na(landscape)] <- background_value - } - - if (resolution_x == resolution_y) { - - neighbor_matrix <- rcpp_get_coocurrence_matrix(landscape, - directions = as.matrix(4)) - - edge_total <- sum(neighbor_matrix[lower.tri(neighbor_matrix)]) * resolution_x - - } else { - - top_bottom_matrix <- matrix(c(NA, NA, NA, - 1, 0, 1, - NA, NA, NA), 3, 3, byrow = TRUE) - - left_right_matrix <- matrix(c(NA, 1, NA, - NA, 0, NA, - NA, 1, NA), 3, 3, byrow = TRUE) - - left_right_neighbours <- - rcpp_get_coocurrence_matrix(landscape, - directions = as.matrix(left_right_matrix)) - - edge_left_right <- - sum(left_right_neighbours[lower.tri(left_right_neighbours)]) * resolution_x - - top_bottom_neighbours <- - rcpp_get_coocurrence_matrix(terra::as.matrix(landscape, wide = TRUE), - directions = as.matrix(top_bottom_matrix)) - - edge_top_bottom <- - sum(top_bottom_neighbours[lower.tri(top_bottom_neighbours)]) * resolution_y - - edge_total <- edge_left_right + edge_top_bottom - } - - return(tibble::tibble(level = "landscape", - class = as.integer(NA), - id = as.integer(NA), - metric = "te", - value = as.double(edge_total))) -} +#' TE (landscape level) +#' +#' @description Total edge (Area and Edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param count_boundary Include landscape boundary in edge length +#' +#' @details +#' \deqn{TE = \sum \limits_{k = 1}^{m} e_{ik}} +#' where \eqn{e_{ik}} is the edge lengths in meters. + +#' TE is an 'Area and edge metric'. Total edge includes all edges. It measures the +#' configuration of the landscape because a highly fragmented landscape will have many +#' edges. However, total edge is an absolute measure, making comparisons among landscapes +#' with different total areas difficult. If \code{count_boundary = TRUE} also edges to the +#' landscape boundary are included. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{TE >= 0} +#' \subsection{Behaviour}{Equals TE = 0 if all cells are edge cells. Increases, without limit, +#' as landscape becomes more fragmented} +#' +#' @seealso +#' \code{\link{lsm_p_perim}} +#' \code{\link{lsm_l_te}} +#' +#' @return tibble +#' +#' @examples +#' lsm_l_te(terra::unwrap(landscape)) +#' +#' @aliases lsm_l_te +#' @rdname lsm_l_te +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_l_te <- function(landscape, count_boundary = FALSE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_l_te_calc, + count_boundary = count_boundary) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_l_te_calc <- function(landscape, count_boundary, resolution = NULL){ + + # conver raster to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "te", + value = as.double(NA))) + } + + # get resolution in x-y directions + resolution_x <- resolution[[1]] + resolution_y <- resolution[[2]] + + if (count_boundary) { + + # get background value not present as class + background_value <- max(landscape, na.rm = TRUE) + 1 + + # add row/col around raster + landscape <- pad_raster_internal(landscape = landscape, + pad_raster_value = background_value, + pad_raster_cells = 1, global = FALSE) + + # set NA to background value + landscape[is.na(landscape)] <- background_value + } + + if (resolution_x == resolution_y) { + + neighbor_matrix <- rcpp_get_coocurrence_matrix(landscape, + directions = as.matrix(4)) + + edge_total <- sum(neighbor_matrix[lower.tri(neighbor_matrix)]) * resolution_x + + } else { + + top_bottom_matrix <- matrix(c(NA, NA, NA, + 1, 0, 1, + NA, NA, NA), 3, 3, byrow = TRUE) + + left_right_matrix <- matrix(c(NA, 1, NA, + NA, 0, NA, + NA, 1, NA), 3, 3, byrow = TRUE) + + left_right_neighbours <- + rcpp_get_coocurrence_matrix(landscape, + directions = as.matrix(left_right_matrix)) + + edge_left_right <- + sum(left_right_neighbours[lower.tri(left_right_neighbours)]) * resolution_x + + top_bottom_neighbours <- + rcpp_get_coocurrence_matrix(terra::as.matrix(landscape, wide = TRUE), + directions = as.matrix(top_bottom_matrix)) + + edge_top_bottom <- + sum(top_bottom_neighbours[lower.tri(top_bottom_neighbours)]) * resolution_y + + edge_total <- edge_left_right + edge_top_bottom + } + + return(tibble::tibble(level = "landscape", + class = as.integer(NA), + id = as.integer(NA), + metric = "te", + value = as.double(edge_total))) +} diff --git a/R/lsm_p_area.R b/R/lsm_p_area.R index 12c9b6dec..8daa43ea8 100644 --- a/R/lsm_p_area.R +++ b/R/lsm_p_area.R @@ -1,114 +1,114 @@ -#' AREA (patch level) -#' -#' @description Patch area (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{AREA = a_{ij} * (\frac{1} {10000})} -#' where \eqn{a_{ij}} is the area in square meters. -#' -#' AREA is an 'Area and edge metric' and equals the area of each patch in hectares. -#' The lower limit of AREA is limited by the resolution of the input raster, -#' i.e. AREA can't be smaller than the resolution squared (in hectares). It is one of -#' the most basic, but also most important metrics, to characterise a landscape. The -#' metric is the simplest measure of composition. -#' -#' \subsection{Units}{Hectares} -#' \subsection{Range}{AREA > 0} -#' \subsection{Behaviour}{Increases, without limit, as the patch size increases.} -#' -#' @seealso -#' \code{\link{lsm_c_area_mn}}, -#' \code{\link{lsm_c_area_sd}}, -#' \code{\link{lsm_c_area_cv}}, -#' \code{\link{lsm_c_ca}}, \cr -#' \code{\link{lsm_l_area_mn}}, -#' \code{\link{lsm_l_area_sd}}, -#' \code{\link{lsm_l_area_cv}}, -#' \code{\link{lsm_l_ta}} -#' -#' @return tibble -#' -#' @examples -#' lsm_p_area(terra::unwrap(landscape)) -#' -#' @aliases lsm_p_area -#' @rdname lsm_p_area -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_p_area <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_area_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - - -lsm_p_area_calc <- function(landscape, directions, resolution = NULL){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - - resolution <- terra::res(landscape) - - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "area", - value = as.double(NA))) - } - - # factor to convert cell to area - factor_ha <- prod(resolution) / 10000 - - # get unique class id - classes <- get_unique_values_int(landscape, verbose = FALSE) - - area_patch <- do.call(rbind, - lapply(classes, function(patches_class){ - - # get connected patches - landscape_labeled <- get_patches_int(landscape, - class = patches_class, - directions = directions)[[1]] - - # multiply number of cells within each patch with hectar factor - area_patch_ij <- rcpp_get_composition_vector(x = landscape_labeled) * factor_ha - - tibble::tibble( - class = as.integer(patches_class), - value = area_patch_ij) - }) - ) - - return(tibble::tibble( - level = "patch", - class = as.integer(area_patch$class), - id = as.integer(seq_len(nrow(area_patch))), - metric = "area", - value = as.double(area_patch$value) - ) - ) -} +#' AREA (patch level) +#' +#' @description Patch area (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{AREA = a_{ij} * (\frac{1} {10000})} +#' where \eqn{a_{ij}} is the area in square meters. +#' +#' AREA is an 'Area and edge metric' and equals the area of each patch in hectares. +#' The lower limit of AREA is limited by the resolution of the input raster, +#' i.e. AREA can't be smaller than the resolution squared (in hectares). It is one of +#' the most basic, but also most important metrics, to characterise a landscape. The +#' metric is the simplest measure of composition. +#' +#' \subsection{Units}{Hectares} +#' \subsection{Range}{AREA > 0} +#' \subsection{Behaviour}{Increases, without limit, as the patch size increases.} +#' +#' @seealso +#' \code{\link{lsm_c_area_mn}}, +#' \code{\link{lsm_c_area_sd}}, +#' \code{\link{lsm_c_area_cv}}, +#' \code{\link{lsm_c_ca}}, \cr +#' \code{\link{lsm_l_area_mn}}, +#' \code{\link{lsm_l_area_sd}}, +#' \code{\link{lsm_l_area_cv}}, +#' \code{\link{lsm_l_ta}} +#' +#' @return tibble +#' +#' @examples +#' lsm_p_area(terra::unwrap(landscape)) +#' +#' @aliases lsm_p_area +#' @rdname lsm_p_area +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_p_area <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_area_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + + +lsm_p_area_calc <- function(landscape, directions, resolution = NULL){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "area", + value = as.double(NA))) + } + + # factor to convert cell to area + factor_ha <- prod(resolution) / 10000 + + # get unique class id + classes <- get_unique_values_int(landscape, verbose = FALSE) + + area_patch <- do.call(rbind, + lapply(classes, function(patches_class){ + + # get connected patches + landscape_labeled <- get_patches_int(landscape, + class = patches_class, + directions = directions)[[1]] + + # multiply number of cells within each patch with hectar factor + area_patch_ij <- rcpp_get_composition_vector(x = landscape_labeled) * factor_ha + + tibble::tibble( + class = as.integer(patches_class), + value = area_patch_ij) + }) + ) + + return(tibble::tibble( + level = "patch", + class = as.integer(area_patch$class), + id = as.integer(seq_len(nrow(area_patch))), + metric = "area", + value = as.double(area_patch$value) + ) + ) +} diff --git a/R/lsm_p_cai.R b/R/lsm_p_cai.R index 1d61d1518..5457a816a 100644 --- a/R/lsm_p_cai.R +++ b/R/lsm_p_cai.R @@ -1,120 +1,120 @@ -#' CAI (patch level) -#' -#' @description Core area index (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details -#' \deqn{CAI = (\frac{a_{ij}^{core}} {a_{ij}}) * 100} -#' where \eqn{a_{ij}^{core}} is the core area in square meters and \eqn{a_{ij}} -#' is the area in square meters. -#' -#' CAI is a 'Core area metric'. It equals the percentage of a patch that is core area. -#' A cell is defined as core area if the cell has no neighbour with a different value -#' than itself (rook's case). It describes patch area and shape simultaneously (more core area -#' when the patch is large and the shape is rather compact, i.e. a square). Because the index is -#' relative, it is comparable among patches with different area. -#' -#' -#' \subsection{Units}{Percent} -#' \subsection{Range}{0 <= CAI <= 100} -#' \subsection{Behaviour}{CAI = 0 when the patch has no core area and -#' approaches CAI = 100 with increasing percentage of core area within a patch.} -#' -#' @seealso -#' \code{\link{lsm_p_core}}, -#' \code{\link{lsm_p_area}}, \cr -#' \code{\link{lsm_c_cai_mn}}, -#' \code{\link{lsm_c_cai_sd}}, -#' \code{\link{lsm_c_cai_cv}}, -#' \code{\link{lsm_c_cpland}}, \cr -#' \code{\link{lsm_l_cai_mn}}, -#' \code{\link{lsm_l_cai_sd}}, -#' \code{\link{lsm_l_cai_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_p_cai(terra::unwrap(landscape)) -#' -#' @aliases lsm_p_cai -#' @rdname lsm_p_cai -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_p_cai <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_cai_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_p_cai_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ - - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- terra::res(landscape) - - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "cai", - value = as.double(NA))) - } - - # get patch area - area_patch <- lsm_p_area_calc(landscape = landscape, - directions = directions, - resolution = resolution) - - # convert from ha to sqm - area_patch$value <- area_patch$value - - # get core area - core_patch <- lsm_p_core_calc(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - resolution = resolution) - - # calculate CAI index - cai_patch <- core_patch$value / area_patch$value * 100 - - tibble::tibble( - level = "patch", - class = as.integer(area_patch$class), - id = as.integer(area_patch$id), - metric = "cai", - value = as.double(cai_patch) - ) -} +#' CAI (patch level) +#' +#' @description Core area index (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details +#' \deqn{CAI = (\frac{a_{ij}^{core}} {a_{ij}}) * 100} +#' where \eqn{a_{ij}^{core}} is the core area in square meters and \eqn{a_{ij}} +#' is the area in square meters. +#' +#' CAI is a 'Core area metric'. It equals the percentage of a patch that is core area. +#' A cell is defined as core area if the cell has no neighbour with a different value +#' than itself (rook's case). It describes patch area and shape simultaneously (more core area +#' when the patch is large and the shape is rather compact, i.e. a square). Because the index is +#' relative, it is comparable among patches with different area. +#' +#' +#' \subsection{Units}{Percent} +#' \subsection{Range}{0 <= CAI <= 100} +#' \subsection{Behaviour}{CAI = 0 when the patch has no core area and +#' approaches CAI = 100 with increasing percentage of core area within a patch.} +#' +#' @seealso +#' \code{\link{lsm_p_core}}, +#' \code{\link{lsm_p_area}}, \cr +#' \code{\link{lsm_c_cai_mn}}, +#' \code{\link{lsm_c_cai_sd}}, +#' \code{\link{lsm_c_cai_cv}}, +#' \code{\link{lsm_c_cpland}}, \cr +#' \code{\link{lsm_l_cai_mn}}, +#' \code{\link{lsm_l_cai_sd}}, +#' \code{\link{lsm_l_cai_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_p_cai(terra::unwrap(landscape)) +#' +#' @aliases lsm_p_cai +#' @rdname lsm_p_cai +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_p_cai <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_cai_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_p_cai_calc <- function(landscape, directions, consider_boundary, edge_depth, resolution = NULL){ + + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "cai", + value = as.double(NA))) + } + + # get patch area + area_patch <- lsm_p_area_calc(landscape = landscape, + directions = directions, + resolution = resolution) + + # convert from ha to sqm + area_patch$value <- area_patch$value + + # get core area + core_patch <- lsm_p_core_calc(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + resolution = resolution) + + # calculate CAI index + cai_patch <- core_patch$value / area_patch$value * 100 + + tibble::tibble( + level = "patch", + class = as.integer(area_patch$class), + id = as.integer(area_patch$id), + metric = "cai", + value = as.double(cai_patch) + ) +} diff --git a/R/lsm_p_circle.R b/R/lsm_p_circle.R index af6bbb4ee..88eb0f91b 100644 --- a/R/lsm_p_circle.R +++ b/R/lsm_p_circle.R @@ -1,136 +1,136 @@ -#' CIRCLE (patch level) -#' -#' @description Related Circumscribing Circle (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CIRCLE = 1 - (\frac{a_{ij}} {a_{ij}^{circle}})} -#' where \eqn{a_{ij}} is the area in square meters and \eqn{a_{ij}^{circle}} the area of -#' the smallest circumscribing circle. -#' -#' CIRCLE is a 'Shape metric'. The metric is the ratio between the patch area and the smallest -#' circumscribing circle of the patch. The diameter of the smallest circumscribing circle is -#' the 'diameter' of the patch connecting the opposing corner points of the two cells -#' that are the furthest away from each other. The metric characterises the compactness -#' of the patch and is comparable among patches with different area. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{0 <= CIRCLE < 1} -#' \subsection{Behaviour}{CIRCLE = 0 for a circular patch and approaches CIRCLE = 1 for -#' a linear patch.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, \cr -#' \code{\link{lsm_c_circle_mn}}, -#' \code{\link{lsm_c_circle_sd}}, -#' \code{\link{lsm_c_circle_cv}}, \cr -#' \code{\link{lsm_l_circle_mn}}, -#' \code{\link{lsm_l_circle_sd}}, -#' \code{\link{lsm_l_circle_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_p_circle(terra::unwrap(landscape)) -#' -#' @aliases lsm_p_circle -#' @rdname lsm_p_circle -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of -#' landscape structure using the GRASS geographical information system. -#' Landscape Ecology 7: 291-302. -#' -#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). -#' -#' @export -lsm_p_circle <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_circle_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_p_circle_calc <- function(landscape, directions, resolution = NULL) { - - # conver to matrix - if (!inherits(x = landscape, what = "matrix")) { - - # get resolution - resolution <- terra::res(landscape) - - # convert to matrix - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # check if resolution is identical - if (!isTRUE(all.equal(resolution[1], resolution[2]))) { - - stop("The area of the circumscribing circle is currently only implemented for equal resolutions.", - call. = FALSE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "circle", - value = as.double(NA))) - } - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # convert area to m2 - area_patch <- area_patch$value * 10000 - - # get unique classes - classes <- get_unique_values_int(landscape, verbose = FALSE) - - circle_patch <- do.call(rbind, - lapply(classes, function(patches_class) { - - # get connected patches - landscape_labeled <- get_patches_int(landscape, - class = patches_class, - directions = directions)[[1]] - - # get circle radius around patch - circle <- rcpp_get_circle(landscape_labeled, - resolution_xy = resolution[[1]]) - - tibble::tibble(class = patches_class, - value = circle$circle_area) - }) - ) - - # calculate circle metric - circle_patch$value <- 1 - (area_patch / circle_patch$value) - - tibble::tibble( - level = "patch", - class = as.integer(circle_patch$class), - id = as.integer(seq_len(nrow(circle_patch))), - metric = "circle", - value = as.double(circle_patch$value) - ) -} +#' CIRCLE (patch level) +#' +#' @description Related Circumscribing Circle (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CIRCLE = 1 - (\frac{a_{ij}} {a_{ij}^{circle}})} +#' where \eqn{a_{ij}} is the area in square meters and \eqn{a_{ij}^{circle}} the area of +#' the smallest circumscribing circle. +#' +#' CIRCLE is a 'Shape metric'. The metric is the ratio between the patch area and the smallest +#' circumscribing circle of the patch. The diameter of the smallest circumscribing circle is +#' the 'diameter' of the patch connecting the opposing corner points of the two cells +#' that are the furthest away from each other. The metric characterises the compactness +#' of the patch and is comparable among patches with different area. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{0 <= CIRCLE < 1} +#' \subsection{Behaviour}{CIRCLE = 0 for a circular patch and approaches CIRCLE = 1 for +#' a linear patch.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, \cr +#' \code{\link{lsm_c_circle_mn}}, +#' \code{\link{lsm_c_circle_sd}}, +#' \code{\link{lsm_c_circle_cv}}, \cr +#' \code{\link{lsm_l_circle_mn}}, +#' \code{\link{lsm_l_circle_sd}}, +#' \code{\link{lsm_l_circle_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_p_circle(terra::unwrap(landscape)) +#' +#' @aliases lsm_p_circle +#' @rdname lsm_p_circle +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of +#' landscape structure using the GRASS geographical information system. +#' Landscape Ecology 7: 291-302. +#' +#' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). +#' +#' @export +lsm_p_circle <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_circle_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_p_circle_calc <- function(landscape, directions, resolution = NULL) { + + # conver to matrix + if (!inherits(x = landscape, what = "matrix")) { + + # get resolution + resolution <- terra::res(landscape) + + # convert to matrix + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # check if resolution is identical + if (!isTRUE(all.equal(resolution[1], resolution[2]))) { + + stop("The area of the circumscribing circle is currently only implemented for equal resolutions.", + call. = FALSE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "circle", + value = as.double(NA))) + } + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # convert area to m2 + area_patch <- area_patch$value * 10000 + + # get unique classes + classes <- get_unique_values_int(landscape, verbose = FALSE) + + circle_patch <- do.call(rbind, + lapply(classes, function(patches_class) { + + # get connected patches + landscape_labeled <- get_patches_int(landscape, + class = patches_class, + directions = directions)[[1]] + + # get circle radius around patch + circle <- rcpp_get_circle(landscape_labeled, + resolution_xy = resolution[[1]]) + + tibble::tibble(class = patches_class, + value = circle$circle_area) + }) + ) + + # calculate circle metric + circle_patch$value <- 1 - (area_patch / circle_patch$value) + + tibble::tibble( + level = "patch", + class = as.integer(circle_patch$class), + id = as.integer(seq_len(nrow(circle_patch))), + metric = "circle", + value = as.double(circle_patch$value) + ) +} diff --git a/R/lsm_p_contig.R b/R/lsm_p_contig.R index 2f13b6d1b..03f340417 100644 --- a/R/lsm_p_contig.R +++ b/R/lsm_p_contig.R @@ -1,151 +1,151 @@ -#' CONTIG (patch level) -#' -#' @description Contiguity index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{CONTIG = \frac{\Bigg[\frac{\sum\limits_{r=1}^z c_{ijr}}{a_{ij}}\Bigg] - 1 }{ v - 1} } -#' -#' where \eqn{c_{ijr}} is the contiguity value for pixel r in patch ij, -#' \eqn{a_{ij}} the area of the respective patch (number of cells) and \eqn{v} is -#' the size of the filter matrix (13 in this case). -#' -#' CONTIG is a 'Shape metric'. It asses the spatial connectedness (contiguity) of -#' cells in patches. CONTIG coerces patch values to a value of 1 and the background -#' to NA. A nine cell focal filter matrix: -#' -#' ``` -#' filter_matrix <- matrix(c(1, 2, 1, -#' 2, 1, 2, -#' 1, 2, 1), 3, 3, byrow = T) -#' ``` -#' ... is then used to weight orthogonally contiguous pixels more heavily than -#' diagonally contiguous pixels. Therefore, larger and more connections between -#' patch cells in the rookie case result in larger contiguity index values. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{0 >= CONTIG <= 1} -#' \subsection{Behaviour}{Equals 0 for one-pixel patches and increases to a limit -#' of 1 (fully connected patch).} -#' -#' @seealso -#' \code{\link{lsm_c_contig_mn}}, -#' \code{\link{lsm_c_contig_sd}}, -#' \code{\link{lsm_c_contig_cv}}, \cr -#' \code{\link{lsm_l_contig_mn}}, -#' \code{\link{lsm_l_contig_sd}}, -#' \code{\link{lsm_l_contig_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_p_contig(terra::unwrap(landscape)) -#' -#' @aliases lsm_p_contig -#' @rdname lsm_p_contig -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. -#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 -#' -#' @export -lsm_p_contig <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_contig_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_p_contig_calc <- function(landscape, directions) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "contig", - value = as.double(NA))) - } - - # get unique values - classes <- get_unique_values_int(landscape, verbose = FALSE) - - # diagonal neighbours - diagonal_matrix <- matrix(c(1, NA, 1, - NA, 0, NA, - 1, NA, 1), 3, 3, byrow = TRUE) - - # x-y neighbours - straigth_matrix <- matrix(c(NA, 1, NA, - 1, 0, 1, - NA, 1, NA), 3, 3, byrow = TRUE) - - contig_patch <- do.call(rbind, - lapply(classes, function(patches_class) { - - # get connected patches - patch_mat <- get_patches_int(landscape, - directions = directions, - class = patches_class)[[1]] - - # get number of cells for each patch - n_cells <- rcpp_get_composition_vector(patch_mat) - - # get number of patches - n_patches <- length(n_cells) - - - # get diagonal neighbours of same patch - diagonal_neighbours <- rcpp_get_coocurrence_matrix_diag(patch_mat, - directions = as.matrix(diagonal_matrix)) - - # get straight neighbours of same patch weighted twice - straigth_neighbours <- rcpp_get_coocurrence_matrix_diag(patch_mat, - directions = as.matrix(straigth_matrix)) * 2 - - # calculated contiguity - contiguity <- (((diagonal_neighbours + - straigth_neighbours + - n_cells) / - n_cells) - 1) / 12 - - class <- patches_class - - rm(patch_mat) - gc(verbose = FALSE) - - tibble::tibble(class = class, - value = contiguity) - - }) - ) - - tibble::tibble( - level = "patch", - class = as.integer(contig_patch$class), - id = as.integer(seq_len(nrow(contig_patch))), - metric = "contig", - value = as.double(contig_patch$value) - ) -} +#' CONTIG (patch level) +#' +#' @description Contiguity index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{CONTIG = \frac{\Bigg[\frac{\sum\limits_{r=1}^z c_{ijr}}{a_{ij}}\Bigg] - 1 }{ v - 1} } +#' +#' where \eqn{c_{ijr}} is the contiguity value for pixel r in patch ij, +#' \eqn{a_{ij}} the area of the respective patch (number of cells) and \eqn{v} is +#' the size of the filter matrix (13 in this case). +#' +#' CONTIG is a 'Shape metric'. It asses the spatial connectedness (contiguity) of +#' cells in patches. CONTIG coerces patch values to a value of 1 and the background +#' to NA. A nine cell focal filter matrix: +#' +#' ``` +#' filter_matrix <- matrix(c(1, 2, 1, +#' 2, 1, 2, +#' 1, 2, 1), 3, 3, byrow = T) +#' ``` +#' ... is then used to weight orthogonally contiguous pixels more heavily than +#' diagonally contiguous pixels. Therefore, larger and more connections between +#' patch cells in the rookie case result in larger contiguity index values. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{0 >= CONTIG <= 1} +#' \subsection{Behaviour}{Equals 0 for one-pixel patches and increases to a limit +#' of 1 (fully connected patch).} +#' +#' @seealso +#' \code{\link{lsm_c_contig_mn}}, +#' \code{\link{lsm_c_contig_sd}}, +#' \code{\link{lsm_c_contig_cv}}, \cr +#' \code{\link{lsm_l_contig_mn}}, +#' \code{\link{lsm_l_contig_sd}}, +#' \code{\link{lsm_l_contig_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_p_contig(terra::unwrap(landscape)) +#' +#' @aliases lsm_p_contig +#' @rdname lsm_p_contig +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' LaGro, J. 1991. Assessing patch shape in landscape mosaics. +#' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 +#' +#' @export +lsm_p_contig <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_contig_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_p_contig_calc <- function(landscape, directions) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "contig", + value = as.double(NA))) + } + + # get unique values + classes <- get_unique_values_int(landscape, verbose = FALSE) + + # diagonal neighbours + diagonal_matrix <- matrix(c(1, NA, 1, + NA, 0, NA, + 1, NA, 1), 3, 3, byrow = TRUE) + + # x-y neighbours + straigth_matrix <- matrix(c(NA, 1, NA, + 1, 0, 1, + NA, 1, NA), 3, 3, byrow = TRUE) + + contig_patch <- do.call(rbind, + lapply(classes, function(patches_class) { + + # get connected patches + patch_mat <- get_patches_int(landscape, + directions = directions, + class = patches_class)[[1]] + + # get number of cells for each patch + n_cells <- rcpp_get_composition_vector(patch_mat) + + # get number of patches + n_patches <- length(n_cells) + + + # get diagonal neighbours of same patch + diagonal_neighbours <- rcpp_get_coocurrence_matrix_diag(patch_mat, + directions = as.matrix(diagonal_matrix)) + + # get straight neighbours of same patch weighted twice + straigth_neighbours <- rcpp_get_coocurrence_matrix_diag(patch_mat, + directions = as.matrix(straigth_matrix)) * 2 + + # calculated contiguity + contiguity <- (((diagonal_neighbours + + straigth_neighbours + + n_cells) / + n_cells) - 1) / 12 + + class <- patches_class + + rm(patch_mat) + gc(verbose = FALSE) + + tibble::tibble(class = class, + value = contiguity) + + }) + ) + + tibble::tibble( + level = "patch", + class = as.integer(contig_patch$class), + id = as.integer(seq_len(nrow(contig_patch))), + metric = "contig", + value = as.double(contig_patch$value) + ) +} diff --git a/R/lsm_p_enn.R b/R/lsm_p_enn.R index d1d6c98d7..ff499af42 100644 --- a/R/lsm_p_enn.R +++ b/R/lsm_p_enn.R @@ -1,134 +1,134 @@ -#' ENN (patch level) -#' -#' @description Euclidean Nearest-Neighbor Distance (Aggregation metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param verbose Print warning message if not sufficient patches are present -#' -#' @details -#' \deqn{ENN = h_{ij}} -#' where \eqn{h_{ij}} is the distance to the nearest neighbouring patch of -#' the same class i in meters -#' -#' ENN is an 'Aggregation metric'. The distance to the nearest neighbouring patch of -#' the same class i. The distance is measured from edge-to-edge. The range is limited by the -#' cell resolution on the lower limit and the landscape extent on the upper limit. The metric -#' is a simple way to describe patch isolation. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{ENN > 0} -#' \subsection{Behaviour}{Approaches ENN = 0 as the distance to the nearest neighbour -#' decreases, i.e. patches of the same class i are more aggregated. Increases, without limit, -#' as the distance between neighbouring patches of the same class i increases, i.e. patches are -#' more isolated.} -#' -#' @seealso -#' \code{\link{lsm_c_enn_mn}}, -#' \code{\link{lsm_c_enn_sd}}, -#' \code{\link{lsm_c_enn_cv}}, \cr -#' \code{\link{lsm_l_enn_mn}}, -#' \code{\link{lsm_l_enn_sd}}, -#' \code{\link{lsm_l_enn_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_p_enn(terra::unwrap(landscape)) -#' -#' @aliases lsm_p_enn -#' @rdname lsm_p_enn -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape -#' structure and breeding birds in the Oregon Coast Range. -#' Ecological monographs, 65(3), 235-260. -#' -#' @export -lsm_p_enn <- function(landscape, directions = 8, verbose = TRUE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_enn_calc, - directions = directions, - verbose = verbose) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_p_enn_calc <- function(landscape, directions, verbose, - points = NULL) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - - # get coordinates and values of all cells - points <- raster_to_points(landscape)[, 2:4] - - # convert to matrix - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "enn", - value = as.double(NA))) - } - - # get unique classes - classes <- get_unique_values_int(landscape, verbose = FALSE) - - enn_patch <- do.call(rbind, - lapply(classes, function(patches_class) { - - # get connected patches - landscape_labeled <- get_patches_int(landscape, - class = patches_class, - directions = directions)[[1]] - - # get number of patches - np_class <- max(landscape_labeled, na.rm = TRUE) - - # ENN doesn't make sense if only one patch is present - if (np_class == 1) { - - enn <- tibble::tibble(class = patches_class, - dist = as.double(NA)) - - if (verbose) { - warning(paste0("Class ", patches_class, - ": ENN = NA for class with only 1 patch."), - call. = FALSE) - } - } else { - - enn <- get_nearestneighbour_calc(landscape = landscape_labeled, - return_id = FALSE, - points = points) - } - - tibble::tibble(class = patches_class, - value = enn$dist) - }) - ) - - tibble::tibble(level = "patch", - class = as.integer(enn_patch$class), - id = as.integer(seq_len(nrow(enn_patch))), - metric = "enn", - value = as.double(enn_patch$value)) -} +#' ENN (patch level) +#' +#' @description Euclidean Nearest-Neighbor Distance (Aggregation metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param verbose Print warning message if not sufficient patches are present +#' +#' @details +#' \deqn{ENN = h_{ij}} +#' where \eqn{h_{ij}} is the distance to the nearest neighbouring patch of +#' the same class i in meters +#' +#' ENN is an 'Aggregation metric'. The distance to the nearest neighbouring patch of +#' the same class i. The distance is measured from edge-to-edge. The range is limited by the +#' cell resolution on the lower limit and the landscape extent on the upper limit. The metric +#' is a simple way to describe patch isolation. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{ENN > 0} +#' \subsection{Behaviour}{Approaches ENN = 0 as the distance to the nearest neighbour +#' decreases, i.e. patches of the same class i are more aggregated. Increases, without limit, +#' as the distance between neighbouring patches of the same class i increases, i.e. patches are +#' more isolated.} +#' +#' @seealso +#' \code{\link{lsm_c_enn_mn}}, +#' \code{\link{lsm_c_enn_sd}}, +#' \code{\link{lsm_c_enn_cv}}, \cr +#' \code{\link{lsm_l_enn_mn}}, +#' \code{\link{lsm_l_enn_sd}}, +#' \code{\link{lsm_l_enn_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_p_enn(terra::unwrap(landscape)) +#' +#' @aliases lsm_p_enn +#' @rdname lsm_p_enn +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape +#' structure and breeding birds in the Oregon Coast Range. +#' Ecological monographs, 65(3), 235-260. +#' +#' @export +lsm_p_enn <- function(landscape, directions = 8, verbose = TRUE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_enn_calc, + directions = directions, + verbose = verbose) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_p_enn_calc <- function(landscape, directions, verbose, + points = NULL) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + + # get coordinates and values of all cells + points <- raster_to_points(landscape)[, 2:4] + + # convert to matrix + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "enn", + value = as.double(NA))) + } + + # get unique classes + classes <- get_unique_values_int(landscape, verbose = FALSE) + + enn_patch <- do.call(rbind, + lapply(classes, function(patches_class) { + + # get connected patches + landscape_labeled <- get_patches_int(landscape, + class = patches_class, + directions = directions)[[1]] + + # get number of patches + np_class <- max(landscape_labeled, na.rm = TRUE) + + # ENN doesn't make sense if only one patch is present + if (np_class == 1) { + + enn <- tibble::tibble(class = patches_class, + dist = as.double(NA)) + + if (verbose) { + warning(paste0("Class ", patches_class, + ": ENN = NA for class with only 1 patch."), + call. = FALSE) + } + } else { + + enn <- get_nearestneighbour_calc(landscape = landscape_labeled, + return_id = FALSE, + points = points) + } + + tibble::tibble(class = patches_class, + value = enn$dist) + }) + ) + + tibble::tibble(level = "patch", + class = as.integer(enn_patch$class), + id = as.integer(seq_len(nrow(enn_patch))), + metric = "enn", + value = as.double(enn_patch$value)) +} diff --git a/R/lsm_p_frac.R b/R/lsm_p_frac.R index 5ee15b189..1ecb52f68 100644 --- a/R/lsm_p_frac.R +++ b/R/lsm_p_frac.R @@ -1,108 +1,108 @@ -#' FRAC (patch level) -#' -#' @description Fractal dimension index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{FRAC = \frac{2 * \ln * (0.25 * p_{ij})} {\ln a_{ij}}} -#' where \eqn{p_{ij}} is the perimeter in meters and \eqn{a_{ij}} is the -#' area in square meters -#' -#' FRAC is a 'Shape metric'. The index is based on the patch perimeter and -#' the patch area and describes the patch complexity. Because it is standardized, -#' it is scale independent, meaning that increasing the patch size while not changing the -#' patch form will not change the ratio. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{1 <= FRAC <= 2 } -#' \subsection{Behaviour}{Approaches FRAC = 1 for a squared patch shape form and FRAC = 2 -#' for a irregular patch shape.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_p_perim}}, \cr -#' \code{\link{lsm_c_frac_mn}}, -#' \code{\link{lsm_c_frac_sd}}, -#' \code{\link{lsm_c_frac_cv}}, \cr -#' \code{\link{lsm_l_frac_mn}}, -#' \code{\link{lsm_l_frac_sd}}, -#' \code{\link{lsm_l_frac_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_p_frac(terra::unwrap(landscape)) -#' -#' @aliases lsm_p_frac -#' @rdname lsm_p_frac -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. -#' San Francisco. W. H. Freeman and Company. -#' -#' @export -lsm_p_frac <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_frac_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_p_frac_calc <- function(landscape, directions, resolution = NULL){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- terra::res(landscape) - - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "frac", - value = as.double(NA))) - } - - # get patch perimeter - perimeter_patch <- lsm_p_perim_calc(landscape, - directions = directions, - resolution = resolution) - - # get patch area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # calculate frac - frac_patch <- 2 * log(0.25 * perimeter_patch$value) / log(area_patch$value * 10000) - - # NaN for patches with only one cell (mathematical reasons) -> should be 1 - frac_patch[is.na(frac_patch)] <- 1 - - tibble::tibble( - level = "patch", - class = as.integer(perimeter_patch$class), - id = as.integer(perimeter_patch$id), - metric = "frac", - value = as.double(frac_patch) - ) -} +#' FRAC (patch level) +#' +#' @description Fractal dimension index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{FRAC = \frac{2 * \ln * (0.25 * p_{ij})} {\ln a_{ij}}} +#' where \eqn{p_{ij}} is the perimeter in meters and \eqn{a_{ij}} is the +#' area in square meters +#' +#' FRAC is a 'Shape metric'. The index is based on the patch perimeter and +#' the patch area and describes the patch complexity. Because it is standardized, +#' it is scale independent, meaning that increasing the patch size while not changing the +#' patch form will not change the ratio. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{1 <= FRAC <= 2 } +#' \subsection{Behaviour}{Approaches FRAC = 1 for a squared patch shape form and FRAC = 2 +#' for a irregular patch shape.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_p_perim}}, \cr +#' \code{\link{lsm_c_frac_mn}}, +#' \code{\link{lsm_c_frac_sd}}, +#' \code{\link{lsm_c_frac_cv}}, \cr +#' \code{\link{lsm_l_frac_mn}}, +#' \code{\link{lsm_l_frac_sd}}, +#' \code{\link{lsm_l_frac_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_p_frac(terra::unwrap(landscape)) +#' +#' @aliases lsm_p_frac +#' @rdname lsm_p_frac +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. +#' San Francisco. W. H. Freeman and Company. +#' +#' @export +lsm_p_frac <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_frac_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_p_frac_calc <- function(landscape, directions, resolution = NULL){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "frac", + value = as.double(NA))) + } + + # get patch perimeter + perimeter_patch <- lsm_p_perim_calc(landscape, + directions = directions, + resolution = resolution) + + # get patch area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # calculate frac + frac_patch <- 2 * log(0.25 * perimeter_patch$value) / log(area_patch$value * 10000) + + # NaN for patches with only one cell (mathematical reasons) -> should be 1 + frac_patch[is.na(frac_patch)] <- 1 + + tibble::tibble( + level = "patch", + class = as.integer(perimeter_patch$class), + id = as.integer(perimeter_patch$id), + metric = "frac", + value = as.double(frac_patch) + ) +} diff --git a/R/lsm_p_gyrate.R b/R/lsm_p_gyrate.R index 8d7768d92..ee198ab83 100644 --- a/R/lsm_p_gyrate.R +++ b/R/lsm_p_gyrate.R @@ -1,166 +1,166 @@ -#' GYRATE (patch level) -#' -#' @description Radius of Gyration (Area and edge metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param cell_center If true, the coordinates of the centroid are forced to be -#' a cell center within the patch. -#' -#' @details -#' \deqn{GYRATE = \sum \limits_{r = 1}^{z} \frac{h_{ijr}} {z}} -#' where \eqn{h_{ijr}} is the distance from each cell to the centroid of the -#' patch and \eqn{z} is the number of cells. -#' -#' GYRATE is an 'Area and edge metric'. The distance from each cell to the -#' patch centroid is based on cell center to centroid distances. The metric -#' characterises both the patch area and compactness. -#' -#' If `cell_center = TRUE` some patches might have several possible cell-center -#' centroids. In this case, the gyrate index is based on the mean distance of all -#' cells to all possible cell-center centroids. -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{GYRATE >= 0} -#' \subsection{Behaviour}{Approaches GYRATE = 0 if patch is a single cell. -#' Increases, without limit, when only one patch is present.} -#' -#' @seealso -#' \code{\link{lsm_c_gyrate_mn}}, -#' \code{\link{lsm_c_gyrate_sd}}, -#' \code{\link{lsm_c_gyrate_cv}}, \cr -#' \code{\link{lsm_l_gyrate_mn}}, -#' \code{\link{lsm_l_gyrate_sd}}, -#' \code{\link{lsm_l_gyrate_cv}} -#' @return tibble -#' -#' @examples -#' lsm_p_gyrate(terra::unwrap(landscape)) -#' -#' @aliases lsm_p_gyrate -#' @rdname lsm_p_gyrate -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales -#' in fragmented landscapes. Conservation ecology, 1(1). -#' -#' @export -lsm_p_gyrate <- function(landscape, directions = 8, - cell_center = FALSE) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_gyrate_calc, - directions = directions, - cell_center = cell_center) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_p_gyrate_calc <- function(landscape, directions, cell_center, - points = NULL) { - - # conver to matrix - if (!inherits(x = landscape, what = "matrix")) { - - # get coordinates and values of all cells - points <- raster_to_points(landscape)[, 2:4] - - # convert to matrix - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "gyrate", - value = as.double(NA))) - } - - # get uniuqe class id - classes <- get_unique_values_int(landscape, verbose = FALSE) - - gyrate <- do.call(rbind, - lapply(classes, function(patches_class) { - - # get connected patches - landscape_labeled <- get_patches_int(landscape, - class = patches_class, - directions = directions)[[1]] - - # transpose to get same direction of ID - landscape_labeled <- t(landscape_labeled) - - # get coordinates of current class - points <- matrix(points[which(!is.na(landscape_labeled)), ], - ncol = 3) - - # set ID from class ID to unique patch ID - points[, 3] <- landscape_labeled[!is.na(landscape_labeled)] - - # # conver to tibble - points <- stats::setNames(object = data.frame(points), - nm = c("x", "y", "id")) - - # calcuale the centroid of each patch (mean of all coords) - centroid <- stats::aggregate(points[, c(1, 2)], - by = list(id = points[, 3]), - FUN = mean) - - # create full data set with raster-points and patch centroids - full_data <- merge(x = points, y = centroid, by = "id", - suffixes = c("","_centroid")) - - # calculate distance from each cell center to centroid - full_data$dist <- sqrt((full_data$x - full_data$x_centroid) ^ 2 + - (full_data$y - full_data$y_centroid) ^ 2) - - # force centroid to be within patch - if (cell_center) { - - # which cell has the shortest distance to centroid - centroid <- do.call(rbind, by(data = full_data, - INDICES = full_data[, 1], - FUN = function(x) - x[x$dist == min(x$dist), ]))[, c(1, 2, 3)] - - # create full data set with raster-points and patch centroids - full_data <- merge(x = points, y = centroid, by = "id", - suffixes = c("","_centroid")) - - # calculate distance from each cell center to centroid - full_data$dist <- sqrt((full_data$x - full_data$x_centroid) ^ 2 + - (full_data$y - full_data$y_centroid) ^ 2) - } - - # mean distance for each patch - gyrate_class <- stats::setNames(stats::aggregate(x = full_data[, 6], - by = list(full_data[, 1]), - FUN = mean), - nm = c("id", "dist")) - - data.frame(class = as.integer(patches_class), - value = as.double(gyrate_class$dist)) - }) - ) - - tibble::tibble(level = "patch", - class = as.integer(gyrate$class), - id = as.integer(seq_len(nrow(gyrate))), - metric = "gyrate", - value = as.double(gyrate$value)) - -} +#' GYRATE (patch level) +#' +#' @description Radius of Gyration (Area and edge metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param cell_center If true, the coordinates of the centroid are forced to be +#' a cell center within the patch. +#' +#' @details +#' \deqn{GYRATE = \sum \limits_{r = 1}^{z} \frac{h_{ijr}} {z}} +#' where \eqn{h_{ijr}} is the distance from each cell to the centroid of the +#' patch and \eqn{z} is the number of cells. +#' +#' GYRATE is an 'Area and edge metric'. The distance from each cell to the +#' patch centroid is based on cell center to centroid distances. The metric +#' characterises both the patch area and compactness. +#' +#' If `cell_center = TRUE` some patches might have several possible cell-center +#' centroids. In this case, the gyrate index is based on the mean distance of all +#' cells to all possible cell-center centroids. +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{GYRATE >= 0} +#' \subsection{Behaviour}{Approaches GYRATE = 0 if patch is a single cell. +#' Increases, without limit, when only one patch is present.} +#' +#' @seealso +#' \code{\link{lsm_c_gyrate_mn}}, +#' \code{\link{lsm_c_gyrate_sd}}, +#' \code{\link{lsm_c_gyrate_cv}}, \cr +#' \code{\link{lsm_l_gyrate_mn}}, +#' \code{\link{lsm_l_gyrate_sd}}, +#' \code{\link{lsm_l_gyrate_cv}} +#' @return tibble +#' +#' @examples +#' lsm_p_gyrate(terra::unwrap(landscape)) +#' +#' @aliases lsm_p_gyrate +#' @rdname lsm_p_gyrate +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales +#' in fragmented landscapes. Conservation ecology, 1(1). +#' +#' @export +lsm_p_gyrate <- function(landscape, directions = 8, + cell_center = FALSE) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_gyrate_calc, + directions = directions, + cell_center = cell_center) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_p_gyrate_calc <- function(landscape, directions, cell_center, + points = NULL) { + + # conver to matrix + if (!inherits(x = landscape, what = "matrix")) { + + # get coordinates and values of all cells + points <- raster_to_points(landscape)[, 2:4] + + # convert to matrix + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "gyrate", + value = as.double(NA))) + } + + # get uniuqe class id + classes <- get_unique_values_int(landscape, verbose = FALSE) + + gyrate <- do.call(rbind, + lapply(classes, function(patches_class) { + + # get connected patches + landscape_labeled <- get_patches_int(landscape, + class = patches_class, + directions = directions)[[1]] + + # transpose to get same direction of ID + landscape_labeled <- t(landscape_labeled) + + # get coordinates of current class + points <- matrix(points[which(!is.na(landscape_labeled)), ], + ncol = 3) + + # set ID from class ID to unique patch ID + points[, 3] <- landscape_labeled[!is.na(landscape_labeled)] + + # # conver to tibble + points <- stats::setNames(object = data.frame(points), + nm = c("x", "y", "id")) + + # calcuale the centroid of each patch (mean of all coords) + centroid <- stats::aggregate(points[, c(1, 2)], + by = list(id = points[, 3]), + FUN = mean) + + # create full data set with raster-points and patch centroids + full_data <- merge(x = points, y = centroid, by = "id", + suffixes = c("","_centroid")) + + # calculate distance from each cell center to centroid + full_data$dist <- sqrt((full_data$x - full_data$x_centroid) ^ 2 + + (full_data$y - full_data$y_centroid) ^ 2) + + # force centroid to be within patch + if (cell_center) { + + # which cell has the shortest distance to centroid + centroid <- do.call(rbind, by(data = full_data, + INDICES = full_data[, 1], + FUN = function(x) + x[x$dist == min(x$dist), ]))[, c(1, 2, 3)] + + # create full data set with raster-points and patch centroids + full_data <- merge(x = points, y = centroid, by = "id", + suffixes = c("","_centroid")) + + # calculate distance from each cell center to centroid + full_data$dist <- sqrt((full_data$x - full_data$x_centroid) ^ 2 + + (full_data$y - full_data$y_centroid) ^ 2) + } + + # mean distance for each patch + gyrate_class <- stats::setNames(stats::aggregate(x = full_data[, 6], + by = list(full_data[, 1]), + FUN = mean), + nm = c("id", "dist")) + + data.frame(class = as.integer(patches_class), + value = as.double(gyrate_class$dist)) + }) + ) + + tibble::tibble(level = "patch", + class = as.integer(gyrate$class), + id = as.integer(seq_len(nrow(gyrate))), + metric = "gyrate", + value = as.double(gyrate$value)) + +} diff --git a/R/lsm_p_ncore.R b/R/lsm_p_ncore.R index b805760b3..82cb6793b 100644 --- a/R/lsm_p_ncore.R +++ b/R/lsm_p_ncore.R @@ -1,179 +1,179 @@ -#' NCORE (patch level) -#' -#' @description Number of core areas (Core area metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' #' @details -#' \deqn{NCORE = n_{ij}^{core}} -#' where \eqn{n_{ij}^{core}} is the number of disjunct core areas. -#' -#' NCORE is a 'Core area metric'. A cell is defined as core if the cell has no -#' neighbour with a different value than itself (rook's case). The metric -#' counts the disjunct core areas, whereby a core area is a 'patch within the -#' patch' containing only core cells. It describes patch area and shape -#' simultaneously (more core area when the patch is large, however, the shape -#' must allow disjunct core areas). Thereby, a compact shape (e.g. a square) -#' will contain less disjunct core areas than a more irregular patch. -# -#' \subsection{Units}{None} -#' \subsection{Range}{NCORE >= 0} -#' \subsection{Behaviour}{NCORE = 0 when CORE = 0, i.e. every cell in patch is -#' edge. Increases, without limit, as core area increases and patch shape -#' allows disjunct core areas (i.e. patch shape becomes rather complex).} -#' -#' @seealso -#' \code{\link{lsm_c_dcore_mn}}, -#' \code{\link{lsm_c_dcore_sd}}, -#' \code{\link{lsm_c_dcore_cv}}, -#' \code{\link{lsm_c_ndca}}, \cr -#' \code{\link{lsm_l_dcore_mn}}, -#' \code{\link{lsm_l_dcore_sd}}, -#' \code{\link{lsm_l_dcore_cv}}, -#' \code{\link{lsm_l_ndca}} -#' -#' @return tibble -#' -#' @examples -#' lsm_p_ncore(terra::unwrap(landscape)) -#' -#' @aliases lsm_p_ncore -#' @rdname lsm_p_ncore -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_p_ncore <- function(landscape, - directions = 8, - consider_boundary = FALSE, - edge_depth = 1) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_ncore_calc, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_p_ncore_calc <- function(landscape, directions, consider_boundary, edge_depth, - points = NULL){ - - # conver to matrix - if (!inherits(x = landscape, what = "matrix")) { - - # get coordinates and values of all cells - points <- raster_to_points(landscape)[, 2:4] - - # convert to matrix - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "ncore", - value = as.double(NA))) - } - - # get unique classes - classes <- get_unique_values_int(landscape, verbose = FALSE) - - core_class <- do.call(rbind, - lapply(classes, function(patches_class) { - - # get connected patches - landscape_labeled <- get_patches_int(landscape, - class = patches_class, - directions = directions)[[1]] - - # get unique patch id (must be 1 to number_patches) - patches_id <- 1:max(landscape_labeled, na.rm = TRUE) - - # label all edge cells - class_edge <- get_boundaries_calc(landscape_labeled, - edge_depth = edge_depth, - consider_boundary = consider_boundary, - as_NA = FALSE, - patch_id = FALSE) - - # set all edge and background to -999 - class_edge[class_edge == 1 | is.na(class_edge)] <- -999 - - # no core area present - if (max(class_edge, na.rm = TRUE) == -999) { - result <- c(rep(0, length(patches_id))) - names(result) <- patches_id - } else { - - # get all core patches - patch_core <- get_patches_int(class_edge, - class = 0, - directions = directions)[[1]] - - # remove landscape boundary rows/cells - if (!consider_boundary) { - - patch_core <- patch_core[-c(1, nrow(patch_core)), - -c(1, ncol(patch_core))] - - landscape_labeled <- landscape_labeled[-c(1, nrow(landscape_labeled)), - -c(1, ncol(landscape_labeled))] - } - - # transpose to get same direction of ID - patch_core <- t(patch_core) - landscape_labeled <- t(landscape_labeled) - - # get coordinates of current class - points <- data.frame(x = points[which(!is.na(patch_core)), 1], - y = points[which(!is.na(patch_core)), 2], - z = points[which(!is.na(patch_core)), 3]) - - points$core_id <- patch_core[!is.na(patch_core)] - - points$patch_id <- landscape_labeled[!is.na(patch_core)] - - n_core_area <- table(unique(points[, c(4, 5)])[, 2]) # sth breaking here - - # set up results same length as number of patches (in case patch has no core) - result <- c(rep(0, length(patches_id))) - names(result) <- patches_id - - # add number of core patches if present for corresponding patch - result[as.numeric(names(n_core_area))] <- n_core_area - } - - tibble::tibble( - class = patches_class, - value = result) - }) - ) - - tibble::tibble( - level = "patch", - class = as.integer(core_class$class), - id = as.integer(seq_len(nrow(core_class))), - metric = "ncore", - value = as.double(core_class$value) - ) -} +#' NCORE (patch level) +#' +#' @description Number of core areas (Core area metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' #' @details +#' \deqn{NCORE = n_{ij}^{core}} +#' where \eqn{n_{ij}^{core}} is the number of disjunct core areas. +#' +#' NCORE is a 'Core area metric'. A cell is defined as core if the cell has no +#' neighbour with a different value than itself (rook's case). The metric +#' counts the disjunct core areas, whereby a core area is a 'patch within the +#' patch' containing only core cells. It describes patch area and shape +#' simultaneously (more core area when the patch is large, however, the shape +#' must allow disjunct core areas). Thereby, a compact shape (e.g. a square) +#' will contain less disjunct core areas than a more irregular patch. +# +#' \subsection{Units}{None} +#' \subsection{Range}{NCORE >= 0} +#' \subsection{Behaviour}{NCORE = 0 when CORE = 0, i.e. every cell in patch is +#' edge. Increases, without limit, as core area increases and patch shape +#' allows disjunct core areas (i.e. patch shape becomes rather complex).} +#' +#' @seealso +#' \code{\link{lsm_c_dcore_mn}}, +#' \code{\link{lsm_c_dcore_sd}}, +#' \code{\link{lsm_c_dcore_cv}}, +#' \code{\link{lsm_c_ndca}}, \cr +#' \code{\link{lsm_l_dcore_mn}}, +#' \code{\link{lsm_l_dcore_sd}}, +#' \code{\link{lsm_l_dcore_cv}}, +#' \code{\link{lsm_l_ndca}} +#' +#' @return tibble +#' +#' @examples +#' lsm_p_ncore(terra::unwrap(landscape)) +#' +#' @aliases lsm_p_ncore +#' @rdname lsm_p_ncore +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_p_ncore <- function(landscape, + directions = 8, + consider_boundary = FALSE, + edge_depth = 1) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_ncore_calc, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_p_ncore_calc <- function(landscape, directions, consider_boundary, edge_depth, + points = NULL){ + + # conver to matrix + if (!inherits(x = landscape, what = "matrix")) { + + # get coordinates and values of all cells + points <- raster_to_points(landscape)[, 2:4] + + # convert to matrix + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "ncore", + value = as.double(NA))) + } + + # get unique classes + classes <- get_unique_values_int(landscape, verbose = FALSE) + + core_class <- do.call(rbind, + lapply(classes, function(patches_class) { + + # get connected patches + landscape_labeled <- get_patches_int(landscape, + class = patches_class, + directions = directions)[[1]] + + # get unique patch id (must be 1 to number_patches) + patches_id <- 1:max(landscape_labeled, na.rm = TRUE) + + # label all edge cells + class_edge <- get_boundaries_calc(landscape_labeled, + edge_depth = edge_depth, + consider_boundary = consider_boundary, + as_NA = FALSE, + patch_id = FALSE) + + # set all edge and background to -999 + class_edge[class_edge == 1 | is.na(class_edge)] <- -999 + + # no core area present + if (max(class_edge, na.rm = TRUE) == -999) { + result <- c(rep(0, length(patches_id))) + names(result) <- patches_id + } else { + + # get all core patches + patch_core <- get_patches_int(class_edge, + class = 0, + directions = directions)[[1]] + + # remove landscape boundary rows/cells + if (!consider_boundary) { + + patch_core <- patch_core[-c(1, nrow(patch_core)), + -c(1, ncol(patch_core))] + + landscape_labeled <- landscape_labeled[-c(1, nrow(landscape_labeled)), + -c(1, ncol(landscape_labeled))] + } + + # transpose to get same direction of ID + patch_core <- t(patch_core) + landscape_labeled <- t(landscape_labeled) + + # get coordinates of current class + points <- data.frame(x = points[which(!is.na(patch_core)), 1], + y = points[which(!is.na(patch_core)), 2], + z = points[which(!is.na(patch_core)), 3]) + + points$core_id <- patch_core[!is.na(patch_core)] + + points$patch_id <- landscape_labeled[!is.na(patch_core)] + + n_core_area <- table(unique(points[, c(4, 5)])[, 2]) # sth breaking here + + # set up results same length as number of patches (in case patch has no core) + result <- c(rep(0, length(patches_id))) + names(result) <- patches_id + + # add number of core patches if present for corresponding patch + result[as.numeric(names(n_core_area))] <- n_core_area + } + + tibble::tibble( + class = patches_class, + value = result) + }) + ) + + tibble::tibble( + level = "patch", + class = as.integer(core_class$class), + id = as.integer(seq_len(nrow(core_class))), + metric = "ncore", + value = as.double(core_class$value) + ) +} diff --git a/R/lsm_p_para.R b/R/lsm_p_para.R index 36ed68995..eabd53d80 100644 --- a/R/lsm_p_para.R +++ b/R/lsm_p_para.R @@ -1,101 +1,101 @@ -#' PARA (patch level) -#' -#' @description Perimeter-Area ratio (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, stack, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PARA = \frac{p_{ij}} {a_{ij}}} -#' where \eqn{p_{ij}} is the perimeter in meters and \eqn{a_{ij}} is the -#' area in square meters. -#' -#' PARA is a 'Shape metric'. It describes the patch complexity in a -#' straightforward way. However, because it is not standarised to a certain -#' shape (e.g. a square), it is not scale independent, meaning that increasing -#' the patch size while not changing the patch form will change the ratio. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{PARA > 0} -#' \subsection{Behaviour}{Increases, without limit, as the shape complexity -#' increases.} -#' -#' @seealso -#' \code{\link{lsm_p_area}}, -#' \code{\link{lsm_p_perim}}, \cr -#' \code{\link{lsm_c_para_mn}}, -#' \code{\link{lsm_c_para_sd}}, -#' \code{\link{lsm_c_para_cv}}, \cr -#' \code{\link{lsm_l_para_mn}}, -#' \code{\link{lsm_l_para_sd}}, -#' \code{\link{lsm_l_para_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_p_para(terra::unwrap(landscape)) -#' -#' @aliases lsm_p_para -#' @rdname lsm_p_para -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_p_para <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_para_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_p_para_calc <- function(landscape, directions, resolution = NULL){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- terra::res(landscape) - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "para", - value = as.double(NA))) - } - - # get perim - perimeter_patch <- lsm_p_perim_calc(landscape, - directions = directions, - resolution = resolution) - - # get area - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # calculate ratio between area and perim - para_patch <- perimeter_patch$value / (area_patch$value * 10000) - - tibble::tibble( - level = "patch", - class = as.integer(perimeter_patch$class), - id = as.integer(perimeter_patch$id), - metric = "para", - value = as.double(para_patch) - ) -} +#' PARA (patch level) +#' +#' @description Perimeter-Area ratio (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, stack, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PARA = \frac{p_{ij}} {a_{ij}}} +#' where \eqn{p_{ij}} is the perimeter in meters and \eqn{a_{ij}} is the +#' area in square meters. +#' +#' PARA is a 'Shape metric'. It describes the patch complexity in a +#' straightforward way. However, because it is not standarised to a certain +#' shape (e.g. a square), it is not scale independent, meaning that increasing +#' the patch size while not changing the patch form will change the ratio. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{PARA > 0} +#' \subsection{Behaviour}{Increases, without limit, as the shape complexity +#' increases.} +#' +#' @seealso +#' \code{\link{lsm_p_area}}, +#' \code{\link{lsm_p_perim}}, \cr +#' \code{\link{lsm_c_para_mn}}, +#' \code{\link{lsm_c_para_sd}}, +#' \code{\link{lsm_c_para_cv}}, \cr +#' \code{\link{lsm_l_para_mn}}, +#' \code{\link{lsm_l_para_sd}}, +#' \code{\link{lsm_l_para_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_p_para(terra::unwrap(landscape)) +#' +#' @aliases lsm_p_para +#' @rdname lsm_p_para +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_p_para <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_para_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_p_para_calc <- function(landscape, directions, resolution = NULL){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "para", + value = as.double(NA))) + } + + # get perim + perimeter_patch <- lsm_p_perim_calc(landscape, + directions = directions, + resolution = resolution) + + # get area + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # calculate ratio between area and perim + para_patch <- perimeter_patch$value / (area_patch$value * 10000) + + tibble::tibble( + level = "patch", + class = as.integer(perimeter_patch$class), + id = as.integer(perimeter_patch$id), + metric = "para", + value = as.double(para_patch) + ) +} diff --git a/R/lsm_p_perim.R b/R/lsm_p_perim.R index 6c91d0b2b..023d0cd44 100644 --- a/R/lsm_p_perim.R +++ b/R/lsm_p_perim.R @@ -1,155 +1,155 @@ -#' PERIM (patch level) -#' -#' @description Perimeter (Area and edge metric)) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{PERIM = p_{ij}} -#' where \eqn{p_{ij}} is the perimeter in meters. -#' -#' PERIM is an 'Area and edge metric'. It equals the perimeter of the patch -#' including also the edge to the landscape boundary. The metric describes -#' patch area (larger perimeter for larger patches), but also patch shape -#' (large perimeter for irregular shapes). -#' -#' \subsection{Units}{Meters} -#' \subsection{Range}{PERIM > 0} -#' \subsection{Behaviour}{Increases, without limit, as patch size and -#' complexity increases.} -#' -#' @return tibble -#' -#' @examples -#' lsm_p_perim(terra::unwrap(landscape)) -#' -#' @aliases lsm_p_perim -#' @rdname lsm_p_perim -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' @export -lsm_p_perim <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_perim_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_p_perim_calc <- function(landscape, directions, resolution = NULL) { - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- terra::res(landscape) - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "perim", - value = as.double(NA))) - } - - # get dimensions of raster - resolution_x <- resolution[[1]] - resolution_y <- resolution[[2]] - - # get unique classes - classes <- get_unique_values_int(landscape, verbose = FALSE) - - # raster resolution not identical in x-y directions - if (!resolution_x == resolution_y) { - - top_bottom_matrix <- matrix(c(NA, NA, NA, - 1, 0, 1, - NA, NA, NA), 3, 3, byrow = TRUE) - - left_right_matrix <- matrix(c(NA, 1, NA, - NA, 0, NA, - NA, 1, NA), 3, 3, byrow = TRUE) - } - - perimeter_patch <- do.call(rbind, - lapply(classes, function(patches_class) { - - # get connected patches - landscape_labeled <- get_patches_int(landscape, - class = patches_class, - directions = directions)[[1]] - - # cells at the boundary of the landscape need neighbours to calculate perim - landscape_labeled <- pad_raster_internal(landscape_labeled, - pad_raster_value = NA, - pad_raster_cells = 1, - global = FALSE) - - # which cells are NA (i.e. background) - target_na <- which(is.na(landscape_labeled)) - - # set all NA to -999 to get adjacencies between patches and all background - landscape_labeled[target_na] <- -999 - - # x-y resolution is identical - if (resolution_x == resolution_y) { - - # get coocurrence matrix - neighbour_matrix <- rcpp_get_coocurrence_matrix_single(landscape_labeled, - directions = as.matrix(4), - single_class = -999) - - # get adjacencies between patches and background cells (-999 always first row of matrix) and convert to perimeter - perimeter_patch_ij <- neighbour_matrix[2:nrow(neighbour_matrix), 1] * resolution_x - - # x-y resolution not identical, count adjacencies seperatly for x- and y-direction - } else { - - # get coocurrence matrix in x-direction - left_right_neighbours <- rcpp_get_coocurrence_matrix_single(landscape_labeled, - directions = as.matrix(left_right_matrix), - single_class = -999) - - # get adjacencies between patches and background cells (-999 always first row of matrix) and convert to perimeter - perimeter_patch_ij_left_right <- left_right_neighbours[2:nrow(left_right_neighbours), 1] * resolution_x - - # get coocurrennce matrix in y-direction - top_bottom_neighbours <- rcpp_get_coocurrence_matrix_single(landscape_labeled, - directions = as.matrix(top_bottom_matrix), - single_class = -999) - - # get adjacencies between patches and background cells (-999 always first row of matrix) and convert to perimeter - perimeter_patch_ij_top_bottom <- top_bottom_neighbours[2:nrow(top_bottom_neighbours), 1] * resolution_y - - # add perim of both directions for each patch - perimeter_patch_ij <- perimeter_patch_ij_top_bottom + perimeter_patch_ij_left_right - } - - tibble::tibble(class = patches_class, - value = perimeter_patch_ij) - }) - ) - - tibble::tibble( - level = "patch", - class = as.integer(perimeter_patch$class), - id = as.integer(seq_len(nrow(perimeter_patch))), - metric = "perim", - value = as.double(perimeter_patch$value) - ) -} +#' PERIM (patch level) +#' +#' @description Perimeter (Area and edge metric)) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{PERIM = p_{ij}} +#' where \eqn{p_{ij}} is the perimeter in meters. +#' +#' PERIM is an 'Area and edge metric'. It equals the perimeter of the patch +#' including also the edge to the landscape boundary. The metric describes +#' patch area (larger perimeter for larger patches), but also patch shape +#' (large perimeter for irregular shapes). +#' +#' \subsection{Units}{Meters} +#' \subsection{Range}{PERIM > 0} +#' \subsection{Behaviour}{Increases, without limit, as patch size and +#' complexity increases.} +#' +#' @return tibble +#' +#' @examples +#' lsm_p_perim(terra::unwrap(landscape)) +#' +#' @aliases lsm_p_perim +#' @rdname lsm_p_perim +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' @export +lsm_p_perim <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_perim_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_p_perim_calc <- function(landscape, directions, resolution = NULL) { + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "perim", + value = as.double(NA))) + } + + # get dimensions of raster + resolution_x <- resolution[[1]] + resolution_y <- resolution[[2]] + + # get unique classes + classes <- get_unique_values_int(landscape, verbose = FALSE) + + # raster resolution not identical in x-y directions + if (!resolution_x == resolution_y) { + + top_bottom_matrix <- matrix(c(NA, NA, NA, + 1, 0, 1, + NA, NA, NA), 3, 3, byrow = TRUE) + + left_right_matrix <- matrix(c(NA, 1, NA, + NA, 0, NA, + NA, 1, NA), 3, 3, byrow = TRUE) + } + + perimeter_patch <- do.call(rbind, + lapply(classes, function(patches_class) { + + # get connected patches + landscape_labeled <- get_patches_int(landscape, + class = patches_class, + directions = directions)[[1]] + + # cells at the boundary of the landscape need neighbours to calculate perim + landscape_labeled <- pad_raster_internal(landscape_labeled, + pad_raster_value = NA, + pad_raster_cells = 1, + global = FALSE) + + # which cells are NA (i.e. background) + target_na <- which(is.na(landscape_labeled)) + + # set all NA to -999 to get adjacencies between patches and all background + landscape_labeled[target_na] <- -999 + + # x-y resolution is identical + if (resolution_x == resolution_y) { + + # get coocurrence matrix + neighbour_matrix <- rcpp_get_coocurrence_matrix_single(landscape_labeled, + directions = as.matrix(4), + single_class = -999) + + # get adjacencies between patches and background cells (-999 always first row of matrix) and convert to perimeter + perimeter_patch_ij <- neighbour_matrix[2:nrow(neighbour_matrix), 1] * resolution_x + + # x-y resolution not identical, count adjacencies seperatly for x- and y-direction + } else { + + # get coocurrence matrix in x-direction + left_right_neighbours <- rcpp_get_coocurrence_matrix_single(landscape_labeled, + directions = as.matrix(left_right_matrix), + single_class = -999) + + # get adjacencies between patches and background cells (-999 always first row of matrix) and convert to perimeter + perimeter_patch_ij_left_right <- left_right_neighbours[2:nrow(left_right_neighbours), 1] * resolution_x + + # get coocurrennce matrix in y-direction + top_bottom_neighbours <- rcpp_get_coocurrence_matrix_single(landscape_labeled, + directions = as.matrix(top_bottom_matrix), + single_class = -999) + + # get adjacencies between patches and background cells (-999 always first row of matrix) and convert to perimeter + perimeter_patch_ij_top_bottom <- top_bottom_neighbours[2:nrow(top_bottom_neighbours), 1] * resolution_y + + # add perim of both directions for each patch + perimeter_patch_ij <- perimeter_patch_ij_top_bottom + perimeter_patch_ij_left_right + } + + tibble::tibble(class = patches_class, + value = perimeter_patch_ij) + }) + ) + + tibble::tibble( + level = "patch", + class = as.integer(perimeter_patch$class), + id = as.integer(seq_len(nrow(perimeter_patch))), + metric = "perim", + value = as.double(perimeter_patch$value) + ) +} diff --git a/R/lsm_p_shape.R b/R/lsm_p_shape.R index 5fb53edb7..3064fe965 100644 --- a/R/lsm_p_shape.R +++ b/R/lsm_p_shape.R @@ -1,122 +1,122 @@ -#' SHAPE (patch level) -#' -#' @description Shape index (Shape metric) -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' -#' @details -#' \deqn{SHAPE = \frac{p_{ij}} {\min p_{ij}}} -#' where \eqn{p_{ij}} is the perimeter in terms of cell surfaces and \eqn{\min p_{ij}} -#' is the minimum perimeter of the patch in terms of cell surfaces. -#' -#' SHAPE is a 'Shape metric'. It describes the ratio between the actual perimeter of -#' the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -#' equals the perimeter if the patch would be maximally compact. -#' -#' \subsection{Units}{None} -#' \subsection{Range}{SHAPE >= 1} -#' \subsection{Behaviour}{Equals SHAPE = 1 for a squared patch and -#' increases, without limit, as the patch shape becomes more complex.} -#' -#' @seealso -#' \code{\link{lsm_p_perim}}, -#' \code{\link{lsm_p_area}}, \cr -#' \code{\link{lsm_c_shape_mn}}, -#' \code{\link{lsm_c_shape_sd}}, -#' \code{\link{lsm_c_shape_cv}}, \cr -#' \code{\link{lsm_l_shape_mn}}, -#' \code{\link{lsm_l_shape_sd}}, -#' \code{\link{lsm_l_shape_cv}} -#' -#' @return tibble -#' -#' @examples -#' lsm_p_shape(terra::unwrap(landscape)) -#' -#' @aliases lsm_p_shape -#' @rdname lsm_p_shape -#' -#' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ -#' -#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". -#' Wildl. Soc.Bull. 3:171-173. -#' -#' @export -lsm_p_shape <- function(landscape, directions = 8) { - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = lsm_p_shape_calc, - directions = directions) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - tibble::add_column(result, layer, .before = TRUE) -} - -lsm_p_shape_calc <- function(landscape, directions, resolution = NULL){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - resolution <- terra::res(landscape) - landscape <-terra::as.matrix(landscape, wide = TRUE) - } - - # all values NA - if (all(is.na(landscape))) { - return(tibble::tibble(level = "patch", - class = as.integer(NA), - id = as.integer(NA), - metric = "shape", - value = as.double(NA))) - } - - # get perimeter of patches - perimeter_patch <- lsm_p_perim_calc(landscape, - directions = directions, - resolution = resolution) - - # get area of patches - area_patch <- lsm_p_area_calc(landscape, - directions = directions, - resolution = resolution) - - # calculate shape index - area_patch$value <- area_patch$value * 10000 - - area_patch$n <- trunc(sqrt(area_patch$value)) - - area_patch$m <- area_patch$value - area_patch$n ^ 2 - - # m should be 0 but is not due to some integer/double numerical issues - area_patch$m[area_patch$m < 0] <- 0 - - area_patch$minp <- ifelse(test = area_patch$m == 0, yes = area_patch$n * 4, - no = ifelse(test = area_patch$n ^ 2 < area_patch$value & area_patch$value <= area_patch$n * (1 + area_patch$n), - yes = 4 * area_patch$n + 2, - no = ifelse(test = area_patch$value > area_patch$n * (1 + area_patch$n), - yes = 4 * area_patch$n + 4, - no = NA))) - # this should not be possible anymore - # # Throw warning that ifelse didn't work - # if (anyNA(area_patch$minp)) { - # warning("Calculation of shape index produced NA", call. = FALSE) - # } - - tibble::tibble( - level = "patch", - class = as.integer(perimeter_patch$class), - id = as.integer(perimeter_patch$id), - metric = "shape", - value = as.double(perimeter_patch$value / area_patch$minp) - ) -} +#' SHAPE (patch level) +#' +#' @description Shape index (Shape metric) +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' +#' @details +#' \deqn{SHAPE = \frac{p_{ij}} {\min p_{ij}}} +#' where \eqn{p_{ij}} is the perimeter in terms of cell surfaces and \eqn{\min p_{ij}} +#' is the minimum perimeter of the patch in terms of cell surfaces. +#' +#' SHAPE is a 'Shape metric'. It describes the ratio between the actual perimeter of +#' the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter +#' equals the perimeter if the patch would be maximally compact. +#' +#' \subsection{Units}{None} +#' \subsection{Range}{SHAPE >= 1} +#' \subsection{Behaviour}{Equals SHAPE = 1 for a squared patch and +#' increases, without limit, as the patch shape becomes more complex.} +#' +#' @seealso +#' \code{\link{lsm_p_perim}}, +#' \code{\link{lsm_p_area}}, \cr +#' \code{\link{lsm_c_shape_mn}}, +#' \code{\link{lsm_c_shape_sd}}, +#' \code{\link{lsm_c_shape_cv}}, \cr +#' \code{\link{lsm_l_shape_mn}}, +#' \code{\link{lsm_l_shape_sd}}, +#' \code{\link{lsm_l_shape_cv}} +#' +#' @return tibble +#' +#' @examples +#' lsm_p_shape(terra::unwrap(landscape)) +#' +#' @aliases lsm_p_shape +#' @rdname lsm_p_shape +#' +#' @references +#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' web site: https://www.umass.edu/landeco/ +#' +#' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". +#' Wildl. Soc.Bull. 3:171-173. +#' +#' @export +lsm_p_shape <- function(landscape, directions = 8) { + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = lsm_p_shape_calc, + directions = directions) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + tibble::add_column(result, layer, .before = TRUE) +} + +lsm_p_shape_calc <- function(landscape, directions, resolution = NULL){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + resolution <- terra::res(landscape) + landscape <-terra::as.matrix(landscape, wide = TRUE) + } + + # all values NA + if (all(is.na(landscape))) { + return(tibble::tibble(level = "patch", + class = as.integer(NA), + id = as.integer(NA), + metric = "shape", + value = as.double(NA))) + } + + # get perimeter of patches + perimeter_patch <- lsm_p_perim_calc(landscape, + directions = directions, + resolution = resolution) + + # get area of patches + area_patch <- lsm_p_area_calc(landscape, + directions = directions, + resolution = resolution) + + # calculate shape index + area_patch$value <- area_patch$value * 10000 + + area_patch$n <- trunc(sqrt(area_patch$value)) + + area_patch$m <- area_patch$value - area_patch$n ^ 2 + + # m should be 0 but is not due to some integer/double numerical issues + area_patch$m[area_patch$m < 0] <- 0 + + area_patch$minp <- ifelse(test = area_patch$m == 0, yes = area_patch$n * 4, + no = ifelse(test = area_patch$n ^ 2 < area_patch$value & area_patch$value <= area_patch$n * (1 + area_patch$n), + yes = 4 * area_patch$n + 2, + no = ifelse(test = area_patch$value > area_patch$n * (1 + area_patch$n), + yes = 4 * area_patch$n + 4, + no = NA))) + # this should not be possible anymore + # # Throw warning that ifelse didn't work + # if (anyNA(area_patch$minp)) { + # warning("Calculation of shape index produced NA", call. = FALSE) + # } + + tibble::tibble( + level = "patch", + class = as.integer(perimeter_patch$class), + id = as.integer(perimeter_patch$id), + metric = "shape", + value = as.double(perimeter_patch$value / area_patch$minp) + ) +} diff --git a/R/matrix_to_raster.R b/R/matrix_to_raster.R index 5c26d0099..19afafccf 100644 --- a/R/matrix_to_raster.R +++ b/R/matrix_to_raster.R @@ -1,96 +1,96 @@ -#' matrix_to_raster -#' -#' @description Convert matrix to raster -#' -#' @param matrix matrix with values. -#' @param landscape RasterLayer. -#' @param landscape_empty If true, RasterLayer is landscape_empty -#' @param extent Extent of RasterLayer. -#' @param resolution Resolution of RasterLayer. -#' @param crs CRS of raster layer. -#' @param to_disk If TRUE raster will be saved to disk. -#' -#' @details -#' Converts `matrix` to a raster with same characteristics as `landscape`. Either -#' `landscape` or `extent`, `resolution` and `crs` must be specified. -#' -#' @return raster -#' -#' @examples -#' augusta_nlcd <- terra::unwrap(augusta_nlcd) -#' -#' test_matrix <- terra::as.matrix(augusta_nlcd, wide = TRUE) -#' matrix_to_raster(matrix = test_matrix, landscape = augusta_nlcd) -#' -#' @aliases matrix_to_raster -#' @rdname matrix_to_raster -#' -#' @keywords internal -#' -#' @export -matrix_to_raster <- function(matrix, - landscape = NULL, - landscape_empty = FALSE, - extent = NULL, - resolution = NULL, - crs = NULL, - to_disk = getOption("to_disk", default = FALSE)) { - - # create empty raster with same characteristics as reference raster - if (!is.null(landscape)) { - - if (landscape_empty) { - out <- landscape - - } else { - out <- terra::rast(x = terra::ext(landscape), resolution = terra::res(landscape), - crs = terra::crs(landscape)) - } - - } else if (!all(c(is.null(extent), is.null(resolution), is.null(crs)))) { - - out <- terra::rast(x = extent, resolution = resolution, crs = crs) - } - - else{ - stop("Either 'landscape' or 'extent' & 'resolution' & 'crs' must be specified") - } - - # create raster on disk - if (to_disk) { - - # transpose matrix to get correct ordering - matrix <- t(matrix) - - # starting to write values in raster - blks <- terra::writeStart(x = out, filename = paste0(tempfile(), ".tif"), - overwrite = TRUE) - - # loop through all block sizes - for (i in 1:blks$n) { - - # start and end row of current block - start_row <- blks$row[i] - end_row <- blks$row[i] + (blks$nrows[i] - 1) - - # get values from matrix (row and col exchanged due to transposing) - values_temp <- c(matrix[, start_row:end_row]) - - # write current block - terra::writeValues(out, values_temp, blks$row[i], blks$nrows[i]) - - } - - # close writing connections - terra::writeStop(out) - - # create raster in memory - } else { - - # set values of empty raster according to matrix - out <- terra::setValues(x = out, values = matrix) - - } - - return(out) -} +#' matrix_to_raster +#' +#' @description Convert matrix to raster +#' +#' @param matrix matrix with values. +#' @param landscape RasterLayer. +#' @param landscape_empty If true, RasterLayer is landscape_empty +#' @param extent Extent of RasterLayer. +#' @param resolution Resolution of RasterLayer. +#' @param crs CRS of raster layer. +#' @param to_disk If TRUE raster will be saved to disk. +#' +#' @details +#' Converts `matrix` to a raster with same characteristics as `landscape`. Either +#' `landscape` or `extent`, `resolution` and `crs` must be specified. +#' +#' @return raster +#' +#' @examples +#' augusta_nlcd <- terra::unwrap(augusta_nlcd) +#' +#' test_matrix <- terra::as.matrix(augusta_nlcd, wide = TRUE) +#' matrix_to_raster(matrix = test_matrix, landscape = augusta_nlcd) +#' +#' @aliases matrix_to_raster +#' @rdname matrix_to_raster +#' +#' @keywords internal +#' +#' @export +matrix_to_raster <- function(matrix, + landscape = NULL, + landscape_empty = FALSE, + extent = NULL, + resolution = NULL, + crs = NULL, + to_disk = getOption("to_disk", default = FALSE)) { + + # create empty raster with same characteristics as reference raster + if (!is.null(landscape)) { + + if (landscape_empty) { + out <- landscape + + } else { + out <- terra::rast(x = terra::ext(landscape), resolution = terra::res(landscape), + crs = terra::crs(landscape)) + } + + } else if (!all(c(is.null(extent), is.null(resolution), is.null(crs)))) { + + out <- terra::rast(x = extent, resolution = resolution, crs = crs) + } + + else{ + stop("Either 'landscape' or 'extent' & 'resolution' & 'crs' must be specified") + } + + # create raster on disk + if (to_disk) { + + # transpose matrix to get correct ordering + matrix <- t(matrix) + + # starting to write values in raster + blks <- terra::writeStart(x = out, filename = paste0(tempfile(), ".tif"), + overwrite = TRUE) + + # loop through all block sizes + for (i in 1:blks$n) { + + # start and end row of current block + start_row <- blks$row[i] + end_row <- blks$row[i] + (blks$nrows[i] - 1) + + # get values from matrix (row and col exchanged due to transposing) + values_temp <- c(matrix[, start_row:end_row]) + + # write current block + terra::writeValues(out, values_temp, blks$row[i], blks$nrows[i]) + + } + + # close writing connections + terra::writeStop(out) + + # create raster in memory + } else { + + # set values of empty raster according to matrix + out <- terra::setValues(x = out, values = matrix) + + } + + return(out) +} diff --git a/R/pad_raster.R b/R/pad_raster.R index 210d53f80..304f79bad 100644 --- a/R/pad_raster.R +++ b/R/pad_raster.R @@ -1,100 +1,100 @@ -#' pad_raster -#' -#' @description Adding padding to raster -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param pad_raster_value Value of cells added -#' @param pad_raster_cells Number of rows and columns added -#' @param global Only pad around the raster extent or also NA holes "inside" -#' @param return_raster If false, matrix is returned -#' @param to_disk Logical argument, if FALSE results of get_patches are hold -#' in memory. If true, pad_raster writes temporary files and hence, does not hold -#' everything in memory. Can be set with a global option, e.g. `option(to_disk = TRUE)`. -#' -#' @details -#' Adds equally (in all four directions) additional cells around the raster -#' -#' @return raster -#' -#' @examples -#' pad_raster(terra::unwrap(landscape), pad_raster_value = -1, pad_raster_cells = 2) -#' -#' @aliases pad_raster -#' @rdname pad_raster -#' -#' @keywords internal -#' -#' @export -pad_raster <- function(landscape, pad_raster_value = -999, pad_raster_cells = 1, - global = FALSE, return_raster = TRUE, - to_disk = getOption("to_disk", default = FALSE)) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, FUN = function(x) { - - result_temp <- pad_raster_internal(landscape = x, - pad_raster_value = pad_raster_value, - pad_raster_cells = pad_raster_cells, - global = global) - - if (return_raster && inherits(x = x, what = "SpatRaster")) { - - result_temp <- matrix_to_raster(matrix = result_temp, - extent = terra::ext(x) + terra::res(x) * pad_raster_cells, - resolution = terra::res(x), crs = terra::crs(x), - to_disk = to_disk) - - } else if (return_raster || to_disk && !inherits(x = x, what = "SpatRaster")) { - - warning("'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.", - call. = FALSE) - - } - - return(result_temp) - }) - - names(result) <- paste0("layer_", 1:length(result)) - - return(result) -} - -pad_raster_internal <- function(landscape, - pad_raster_value, - pad_raster_cells, - global){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - - landscape <-terra::as.matrix(landscape, wide = TRUE) - - } - - # get pad_raster_values as often as columns times pad_raster_cells add in y direction - y_direction <- matrix(rep(x = pad_raster_value, - times = ncol(landscape) * pad_raster_cells), - nrow = pad_raster_cells) - - # add columns on both sides - landscape_padded <- rbind(y_direction, landscape, y_direction, - deparse.level = 0) - - # get pad_raster_values as often as rows time spad_raster_cells to add in x direction - x_direction <- matrix(rep(x = pad_raster_value, - times = nrow(landscape_padded) * pad_raster_cells), - ncol = pad_raster_cells) - - # add rows on both sides - landscape_padded <- cbind(x_direction, landscape_padded, x_direction, - deparse.level = 0) - - if (global) { - - landscape_padded[is.na(landscape_padded)] <- pad_raster_value - - } - - return(landscape_padded) -} +#' pad_raster +#' +#' @description Adding padding to raster +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param pad_raster_value Value of cells added +#' @param pad_raster_cells Number of rows and columns added +#' @param global Only pad around the raster extent or also NA holes "inside" +#' @param return_raster If false, matrix is returned +#' @param to_disk Logical argument, if FALSE results of get_patches are hold +#' in memory. If true, pad_raster writes temporary files and hence, does not hold +#' everything in memory. Can be set with a global option, e.g. `option(to_disk = TRUE)`. +#' +#' @details +#' Adds equally (in all four directions) additional cells around the raster +#' +#' @return raster +#' +#' @examples +#' pad_raster(terra::unwrap(landscape), pad_raster_value = -1, pad_raster_cells = 2) +#' +#' @aliases pad_raster +#' @rdname pad_raster +#' +#' @keywords internal +#' +#' @export +pad_raster <- function(landscape, pad_raster_value = -999, pad_raster_cells = 1, + global = FALSE, return_raster = TRUE, + to_disk = getOption("to_disk", default = FALSE)) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, FUN = function(x) { + + result_temp <- pad_raster_internal(landscape = x, + pad_raster_value = pad_raster_value, + pad_raster_cells = pad_raster_cells, + global = global) + + if (return_raster && inherits(x = x, what = "SpatRaster")) { + + result_temp <- matrix_to_raster(matrix = result_temp, + extent = terra::ext(x) + terra::res(x) * pad_raster_cells, + resolution = terra::res(x), crs = terra::crs(x), + to_disk = to_disk) + + } else if (return_raster || to_disk && !inherits(x = x, what = "SpatRaster")) { + + warning("'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.", + call. = FALSE) + + } + + return(result_temp) + }) + + names(result) <- paste0("layer_", 1:length(result)) + + return(result) +} + +pad_raster_internal <- function(landscape, + pad_raster_value, + pad_raster_cells, + global){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + + landscape <-terra::as.matrix(landscape, wide = TRUE) + + } + + # get pad_raster_values as often as columns times pad_raster_cells add in y direction + y_direction <- matrix(rep(x = pad_raster_value, + times = ncol(landscape) * pad_raster_cells), + nrow = pad_raster_cells) + + # add columns on both sides + landscape_padded <- rbind(y_direction, landscape, y_direction, + deparse.level = 0) + + # get pad_raster_values as often as rows time spad_raster_cells to add in x direction + x_direction <- matrix(rep(x = pad_raster_value, + times = nrow(landscape_padded) * pad_raster_cells), + ncol = pad_raster_cells) + + # add rows on both sides + landscape_padded <- cbind(x_direction, landscape_padded, x_direction, + deparse.level = 0) + + if (global) { + + landscape_padded[is.na(landscape_padded)] <- pad_raster_value + + } + + return(landscape_padded) +} diff --git a/R/proj_info.R b/R/proj_info.R index 891e1c158..ddfbda070 100644 --- a/R/proj_info.R +++ b/R/proj_info.R @@ -1,50 +1,50 @@ -#' proj_info -#' -#' @description Projection info -#' -#' @param landscape RasterLayer -#' -#' @details -#' Check projection of RasterLayer -#' -#' @return raster -#' -#' @examples -#' proj_info(terra::unwrap(landscape)) -#' proj_info(terra::unwrap(augusta_nlcd)) -#' proj_info(terra::unwrap(podlasie_ccilc)) -#' -#' @aliases proj_info -#' @rdname proj_info -#' -#' @keywords internal -#' -#' @export -proj_info <- function(landscape) { - - # get projection of raster - landscape_proj <- terra::crs(landscape, proj = TRUE) - - # there is a projection - if (landscape_proj != "") { - - # long-lat projection - if (terra::is.lonlat(landscape)) { - - tibble::tibble(crs = "geographic", units = "degrees") - - # projected projection - } else { - - # get units - proj_units <- strsplit(sub(".*units=", "", landscape_proj), " ", - fixed = TRUE)[[1]][[1]] - - tibble::tibble(crs = "projected", units = proj_units) - } - - # no projection present - } else { - tibble::tibble(crs = NA, units = NA) - } -} +#' proj_info +#' +#' @description Projection info +#' +#' @param landscape RasterLayer +#' +#' @details +#' Check projection of RasterLayer +#' +#' @return raster +#' +#' @examples +#' proj_info(terra::unwrap(landscape)) +#' proj_info(terra::unwrap(augusta_nlcd)) +#' proj_info(terra::unwrap(podlasie_ccilc)) +#' +#' @aliases proj_info +#' @rdname proj_info +#' +#' @keywords internal +#' +#' @export +proj_info <- function(landscape) { + + # get projection of raster + landscape_proj <- terra::crs(landscape, proj = TRUE) + + # there is a projection + if (landscape_proj != "") { + + # long-lat projection + if (terra::is.lonlat(landscape)) { + + tibble::tibble(crs = "geographic", units = "degrees") + + # projected projection + } else { + + # get units + proj_units <- strsplit(sub(".*units=", "", landscape_proj), " ", + fixed = TRUE)[[1]][[1]] + + tibble::tibble(crs = "projected", units = proj_units) + } + + # no projection present + } else { + tibble::tibble(crs = NA, units = NA) + } +} diff --git a/R/raster_to_points.R b/R/raster_to_points.R index d42b9e0b7..ea420e5c7 100644 --- a/R/raster_to_points.R +++ b/R/raster_to_points.R @@ -1,62 +1,62 @@ -#' raster_to_points -#' -#' @description Raster to points -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param return_NA If true, NA cells are also included -#' -#' @details -#' Wrapper around terra::xyFromCell and terra::getValues to get raster_to_points -#' function including NA values -#' -#' @return matrix -#' -#' @examples -#' raster_to_points(terra::unwrap(landscape)) -#' -#' @aliases raster_to_points -#' @rdname raster_to_points -#' -#' @keywords internal -#' -#' @export -raster_to_points <- function(landscape, return_NA = TRUE) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = seq_along(landscape), function(x) { - - xyz <- raster_to_points_internal(landscape[[x]], - return_NA = return_NA) - - xyz <- cbind(layer = x, xyz) - }) - - result <- do.call(rbind, result) - - return(result) - -} - -raster_to_points_internal <- function(landscape, return_NA) { - - # preallocate matrix - xyz <- matrix(data = NA, - nrow = terra::ncell(landscape), ncol = 3) - - # get coordinates - xyz[, c(1,2)] <- terra::xyFromCell(landscape, cell = 1:terra::ncell(landscape)) - - # add values including NA - xyz[, 3] <- terra::values(landscape, mat = FALSE) - - if (!return_NA) { - xyz <- xyz[!is.na(xyz[, 3]), ] - } - - colnames(xyz) <- c("x", "y", "z") - - # xyz <- cbind(layer = 1, xyz) - - return(xyz) -} +#' raster_to_points +#' +#' @description Raster to points +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param return_NA If true, NA cells are also included +#' +#' @details +#' Wrapper around terra::xyFromCell and terra::getValues to get raster_to_points +#' function including NA values +#' +#' @return matrix +#' +#' @examples +#' raster_to_points(terra::unwrap(landscape)) +#' +#' @aliases raster_to_points +#' @rdname raster_to_points +#' +#' @keywords internal +#' +#' @export +raster_to_points <- function(landscape, return_NA = TRUE) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = seq_along(landscape), function(x) { + + xyz <- raster_to_points_internal(landscape[[x]], + return_NA = return_NA) + + xyz <- cbind(layer = x, xyz) + }) + + result <- do.call(rbind, result) + + return(result) + +} + +raster_to_points_internal <- function(landscape, return_NA) { + + # preallocate matrix + xyz <- matrix(data = NA, + nrow = terra::ncell(landscape), ncol = 3) + + # get coordinates + xyz[, c(1,2)] <- terra::xyFromCell(landscape, cell = 1:terra::ncell(landscape)) + + # add values including NA + xyz[, 3] <- terra::values(landscape, mat = FALSE) + + if (!return_NA) { + xyz <- xyz[!is.na(xyz[, 3]), ] + } + + colnames(xyz) <- c("x", "y", "z") + + # xyz <- cbind(layer = 1, xyz) + + return(xyz) +} diff --git a/R/sample_lsm.R b/R/sample_lsm.R index 1bf1ac465..7e12811ca 100644 --- a/R/sample_lsm.R +++ b/R/sample_lsm.R @@ -1,294 +1,294 @@ -#' sample_lsm -#' -#' @description Sample metrics -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param y 2-column matrix with coordinates, sf points or sf polygons. -#' @param plot_id Vector with id of sample points. If not provided, sample -#' points will be labelled 1...n. -#' @param shape String specifying plot shape. Either "circle" or "square" -#' @param size Approximated size of sample plot. Equals the radius for circles or half of -#' the side-length for squares in mapunits. For lines size equals the width of the buffer. -#' @param all_classes Logical if NA should be returned for classes not present in some sample plots. -#' @param return_raster Logical if the clipped raster of the sample plot should -#' be returned -#' @param verbose Print warning messages. -#' @param progress Print progress report. -#' @param ... Arguments passed on to \code{calculate_lsm()}. -#' -#' @details -#' This function samples the selected metrics in a buffer area (sample plot) -#' around sample points, sample lines or within provided polygons. The size of the actual -#' sampled landscape can be different to the provided size due to two reasons. -#' Firstly, because clipping raster cells using a circle or a sample plot not directly -#' at a cell center lead to inaccuracies. Secondly, sample plots can exceed the -#' landscape boundary. Therefore, we report the actual clipped sample plot area relative -#' in relation to the theoretical, maximum sample plot area e.g. a sample plot only half -#' within the landscape will have a `percentage_inside = 50`. Please be aware that the -#' output is slightly different to all other `lsm`-function of `landscapemetrics`. -#' -#' The metrics can be specified by the arguments `what`, `level`, `metric`, `name` -#' and/or `type` (combinations of different arguments are possible (e.g. -#' `level = "class", type = "aggregation metric"`). If an argument is not provided, -#' automatically all possibilities are selected. Therefore, to get **all** -#' available metrics, don't specify any of the above arguments. -#' -#' @seealso -#' \code{\link{list_lsm}} \cr -#' \code{\link{calculate_lsm}} -#' -#' @return tibble -#' -#' @examples -#' landscape <- terra::unwrap(landscape) -#' -#' # use a matrix -#' sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) -#' sample_lsm(landscape, y = sample_points, size = 15, what = "lsm_l_np") -#' -#' @aliases sample_lsm -#' @rdname sample_lsm -#' -#' @export -sample_lsm <- function(landscape, y, plot_id = NULL, - shape = "square", size, - all_classes = FALSE, return_raster = FALSE, - verbose = TRUE, progress = FALSE, ...) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = seq_along(landscape), FUN = function(x) { - - if (progress) { - - cat("\r> Progress nlayers: ", x , "/", length(landscape)) - } - - sample_lsm_int(landscape = landscape[[x]], - y = y, - plot_id = plot_id, - shape = shape, - size = size, - all_classes = all_classes, - verbose = verbose, - progress = FALSE, - ...) - }) - - layer <- rep(seq_along(result), - vapply(result, nrow, FUN.VALUE = integer(1))) - - result <- do.call(rbind, result) - - result$layer <- layer - - if (!return_raster) { - result <- result[, -9] - } - - if (progress) {cat("\n")} - - result[with(result, order(layer, plot_id, level, metric, class, id)), ] -} - -sample_lsm_int <- function(landscape, - y, - plot_id, - shape, size, - all_classes, - verbose, - progress, - ...) { - - # check if size argument is only one number - if (length(size) != 1 | any(size <= 0)) { - - stop("Please provide only one value as size argument (size > 0).", call. = FALSE) - - } - - if (inherits(x = y, what = "matrix") | inherits(x = y, what = "POINT") | inherits(x = y, what = "MULTIPOINT")) { - - if (ncol(y) != 2 & verbose) { - warning("'y' should be a two column matrix including x- and y-coordinates.", - call. = FALSE) - } - - # construct plot area around sample sample_points - y <- construct_buffer(coords = y, shape = shape, - size = size, verbose = verbose) - - } else if (inherits(x = y, what = "POLYGON") | inherits(x = y, what = "MULTIPOLYGON")) { # check for sf polygon classes - - y <- sf::st_sf(data.frame(id = 1:length(y), geom = sf::st_sfc(y))) - - } else if (inherits(x = y, what = "sf")) { - - if (all(sf::st_geometry_type(y) %in% c("POINT", "MULTIPOINT"))) { - - # construct plot area around sample sample_points - y <- construct_buffer(coords = y, shape = shape, - size = size, verbose = verbose) - - } else if (all(sf::st_geometry_type(y) %in% c("POLYGON", "MULTIPOLYGON"))) { - - print("Nothing to do") - - } else { - - stop("landscapemetrics currently only supports matrix, sf points or polygon features for landscape metric sampling.") - - } - } else { - - stop( - "landscapemetrics currently only supports matrix, sf points or polygon features for landscape metric sampling." - ) - - } - - # check if length is identical if ids are provided - if (!is.null(plot_id)) { - - if (length(plot_id) != nrow(y)) { - - if (verbose) { - warning("Length of plot_id is not identical to length of y. Using 1...n as plot_id.", - call. = FALSE) - } - - plot_id <- NULL - } - } - - # get area of all polygons - maximum_area <-sf::st_area(y) / 10000 - - number_plots <- nrow(y) - - # create object for warning messages - warning_messages <- character(0) - - # loop through each sample point and calculate metrics - result <- withCallingHandlers(expr = {do.call(rbind, lapply(X = 1:number_plots, - FUN = function(current_plot) { - - # print progess using the non-internal name - if (progress) { - - cat("\r> Progress sample plots: ", current_plot, "/", number_plots) - } - - # crop sample plot - landscape_crop <- terra::crop(x = landscape, y = y[current_plot, ]) - - # mask sample plot - landscape_mask <- terra::mask(x = landscape_crop, mask = y[current_plot, ]) - - # calculate actual area of sample plot - area <- lsm_l_ta_calc(landscape_mask, directions = 8) - - # calculate lsm - result_current_plot <- calculate_lsm(landscape = landscape_mask, - verbose = verbose, - progress = FALSE, - ...) - - # add plot id 1...n - if (is.null(plot_id)) { - - result_current_plot$plot_id <- current_plot - - # add plot_id - } else { - result_current_plot$plot_id <- plot_id[current_plot] - } - - # all cells are NA - if (all(is.na(terra::values(landscape_mask, mat = FALSE)))) { - - # calculate ratio between actual area and theoretical area - result_current_plot$percentage_inside <- 0 - } else { - - # calculate ratio between actual area and theoretical area - result_current_plot$percentage_inside <- area$value / - maximum_area[[current_plot]] * 100 - } - - # add sample plot raster - result_current_plot$raster_sample_plots <- terra::as.list(landscape_mask) - - return(result_current_plot)}))}, warning = function(cond) { - - warning_messages <<- c(warning_messages, conditionMessage(cond)) - - invokeRestart("muffleWarning")} - ) - - if (progress) { - - cat("\n") - } - - # add all_classes if class is present in tibble - if (all_classes && "class" %in% result$level) { - - # get all present classes - all_classes <- unique(terra::values(landscape, mat = FALSE)) - - # only results on class level are needed - result_class <- result[result$level == "class", ] - - # get all possible combination of all metrics and classes in each plot - all_combinations <- expand.grid(class = all_classes, - metric = unique(result_class$metric), - plot_id = unique(result_class$plot_id), - stringsAsFactors = FALSE) - - # add NA values for classes not present in certain plots - all_combinations <- merge(x = all_combinations, - y = result_class[, c("class", "metric", - "value", "plot_id")], - by = c("class", "metric", "plot_id"), - all.x = TRUE) - - # add information about unique study plots - all_combinations <- merge(x = all_combinations, - y = unique(result_class[, c("layer", "level", "id", - "plot_id", - "percentage_inside", - "raster_sample_plots")]), - by = "plot_id", all.x = TRUE) - - # reorder cols - all_combinations <- all_combinations[, names(result)] - - # remove all class level results - result <- result[!result$level == "class", ] - - # exchange with all combinations - result <- tibble::as_tibble(rbind(result, all_combinations)) - } - - # return warning of only 3/4 of sample plot are in landscape - if (verbose) { - if (any(result$percentage_inside < 90)) { - - warning("The 'perecentage_inside' is below 90% for at least one buffer.", - call. = FALSE) - } - } - - # warnings present - if (length(warning_messages) > 0) { - - # only unique warnings - warning_messages <- unique(warning_messages) - - # print warnings - lapply(warning_messages, function(x){ warning(x, call. = FALSE)}) - } - - return(result) -} +#' sample_lsm +#' +#' @description Sample metrics +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param y 2-column matrix with coordinates, sf points or sf polygons. +#' @param plot_id Vector with id of sample points. If not provided, sample +#' points will be labelled 1...n. +#' @param shape String specifying plot shape. Either "circle" or "square" +#' @param size Approximated size of sample plot. Equals the radius for circles or half of +#' the side-length for squares in mapunits. For lines size equals the width of the buffer. +#' @param all_classes Logical if NA should be returned for classes not present in some sample plots. +#' @param return_raster Logical if the clipped raster of the sample plot should +#' be returned +#' @param verbose Print warning messages. +#' @param progress Print progress report. +#' @param ... Arguments passed on to \code{calculate_lsm()}. +#' +#' @details +#' This function samples the selected metrics in a buffer area (sample plot) +#' around sample points, sample lines or within provided polygons. The size of the actual +#' sampled landscape can be different to the provided size due to two reasons. +#' Firstly, because clipping raster cells using a circle or a sample plot not directly +#' at a cell center lead to inaccuracies. Secondly, sample plots can exceed the +#' landscape boundary. Therefore, we report the actual clipped sample plot area relative +#' in relation to the theoretical, maximum sample plot area e.g. a sample plot only half +#' within the landscape will have a `percentage_inside = 50`. Please be aware that the +#' output is slightly different to all other `lsm`-function of `landscapemetrics`. +#' +#' The metrics can be specified by the arguments `what`, `level`, `metric`, `name` +#' and/or `type` (combinations of different arguments are possible (e.g. +#' `level = "class", type = "aggregation metric"`). If an argument is not provided, +#' automatically all possibilities are selected. Therefore, to get **all** +#' available metrics, don't specify any of the above arguments. +#' +#' @seealso +#' \code{\link{list_lsm}} \cr +#' \code{\link{calculate_lsm}} +#' +#' @return tibble +#' +#' @examples +#' landscape <- terra::unwrap(landscape) +#' +#' # use a matrix +#' sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) +#' sample_lsm(landscape, y = sample_points, size = 15, what = "lsm_l_np") +#' +#' @aliases sample_lsm +#' @rdname sample_lsm +#' +#' @export +sample_lsm <- function(landscape, y, plot_id = NULL, + shape = "square", size, + all_classes = FALSE, return_raster = FALSE, + verbose = TRUE, progress = FALSE, ...) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = seq_along(landscape), FUN = function(x) { + + if (progress) { + + cat("\r> Progress nlayers: ", x , "/", length(landscape)) + } + + sample_lsm_int(landscape = landscape[[x]], + y = y, + plot_id = plot_id, + shape = shape, + size = size, + all_classes = all_classes, + verbose = verbose, + progress = FALSE, + ...) + }) + + layer <- rep(seq_along(result), + vapply(result, nrow, FUN.VALUE = integer(1))) + + result <- do.call(rbind, result) + + result$layer <- layer + + if (!return_raster) { + result <- result[, -9] + } + + if (progress) {cat("\n")} + + result[with(result, order(layer, plot_id, level, metric, class, id)), ] +} + +sample_lsm_int <- function(landscape, + y, + plot_id, + shape, size, + all_classes, + verbose, + progress, + ...) { + + # check if size argument is only one number + if (length(size) != 1 | any(size <= 0)) { + + stop("Please provide only one value as size argument (size > 0).", call. = FALSE) + + } + + if (inherits(x = y, what = "matrix") | inherits(x = y, what = "POINT") | inherits(x = y, what = "MULTIPOINT")) { + + if (ncol(y) != 2 & verbose) { + warning("'y' should be a two column matrix including x- and y-coordinates.", + call. = FALSE) + } + + # construct plot area around sample sample_points + y <- construct_buffer(coords = y, shape = shape, + size = size, verbose = verbose) + + } else if (inherits(x = y, what = "POLYGON") | inherits(x = y, what = "MULTIPOLYGON")) { # check for sf polygon classes + + y <- sf::st_sf(data.frame(id = 1:length(y), geom = sf::st_sfc(y))) + + } else if (inherits(x = y, what = "sf")) { + + if (all(sf::st_geometry_type(y) %in% c("POINT", "MULTIPOINT"))) { + + # construct plot area around sample sample_points + y <- construct_buffer(coords = y, shape = shape, + size = size, verbose = verbose) + + } else if (all(sf::st_geometry_type(y) %in% c("POLYGON", "MULTIPOLYGON"))) { + + print("Nothing to do") + + } else { + + stop("landscapemetrics currently only supports matrix, sf points or polygon features for landscape metric sampling.") + + } + } else { + + stop( + "landscapemetrics currently only supports matrix, sf points or polygon features for landscape metric sampling." + ) + + } + + # check if length is identical if ids are provided + if (!is.null(plot_id)) { + + if (length(plot_id) != nrow(y)) { + + if (verbose) { + warning("Length of plot_id is not identical to length of y. Using 1...n as plot_id.", + call. = FALSE) + } + + plot_id <- NULL + } + } + + # get area of all polygons + maximum_area <-sf::st_area(y) / 10000 + + number_plots <- nrow(y) + + # create object for warning messages + warning_messages <- character(0) + + # loop through each sample point and calculate metrics + result <- withCallingHandlers(expr = {do.call(rbind, lapply(X = 1:number_plots, + FUN = function(current_plot) { + + # print progess using the non-internal name + if (progress) { + + cat("\r> Progress sample plots: ", current_plot, "/", number_plots) + } + + # crop sample plot + landscape_crop <- terra::crop(x = landscape, y = y[current_plot, ]) + + # mask sample plot + landscape_mask <- terra::mask(x = landscape_crop, mask = y[current_plot, ]) + + # calculate actual area of sample plot + area <- lsm_l_ta_calc(landscape_mask, directions = 8) + + # calculate lsm + result_current_plot <- calculate_lsm(landscape = landscape_mask, + verbose = verbose, + progress = FALSE, + ...) + + # add plot id 1...n + if (is.null(plot_id)) { + + result_current_plot$plot_id <- current_plot + + # add plot_id + } else { + result_current_plot$plot_id <- plot_id[current_plot] + } + + # all cells are NA + if (all(is.na(terra::values(landscape_mask, mat = FALSE)))) { + + # calculate ratio between actual area and theoretical area + result_current_plot$percentage_inside <- 0 + } else { + + # calculate ratio between actual area and theoretical area + result_current_plot$percentage_inside <- area$value / + maximum_area[[current_plot]] * 100 + } + + # add sample plot raster + result_current_plot$raster_sample_plots <- terra::as.list(landscape_mask) + + return(result_current_plot)}))}, warning = function(cond) { + + warning_messages <<- c(warning_messages, conditionMessage(cond)) + + invokeRestart("muffleWarning")} + ) + + if (progress) { + + cat("\n") + } + + # add all_classes if class is present in tibble + if (all_classes && "class" %in% result$level) { + + # get all present classes + all_classes <- unique(terra::values(landscape, mat = FALSE)) + + # only results on class level are needed + result_class <- result[result$level == "class", ] + + # get all possible combination of all metrics and classes in each plot + all_combinations <- expand.grid(class = all_classes, + metric = unique(result_class$metric), + plot_id = unique(result_class$plot_id), + stringsAsFactors = FALSE) + + # add NA values for classes not present in certain plots + all_combinations <- merge(x = all_combinations, + y = result_class[, c("class", "metric", + "value", "plot_id")], + by = c("class", "metric", "plot_id"), + all.x = TRUE) + + # add information about unique study plots + all_combinations <- merge(x = all_combinations, + y = unique(result_class[, c("layer", "level", "id", + "plot_id", + "percentage_inside", + "raster_sample_plots")]), + by = "plot_id", all.x = TRUE) + + # reorder cols + all_combinations <- all_combinations[, names(result)] + + # remove all class level results + result <- result[!result$level == "class", ] + + # exchange with all combinations + result <- tibble::as_tibble(rbind(result, all_combinations)) + } + + # return warning of only 3/4 of sample plot are in landscape + if (verbose) { + if (any(result$percentage_inside < 90)) { + + warning("The 'perecentage_inside' is below 90% for at least one buffer.", + call. = FALSE) + } + } + + # warnings present + if (length(warning_messages) > 0) { + + # only unique warnings + warning_messages <- unique(warning_messages) + + # print warnings + lapply(warning_messages, function(x){ warning(x, call. = FALSE)}) + } + + return(result) +} diff --git a/R/show_cores.R b/R/show_cores.R index b5da98b76..9123b5ed1 100644 --- a/R/show_cores.R +++ b/R/show_cores.R @@ -1,166 +1,166 @@ -#' Show core area -#' -#' @description Show core area -#' -#' @param landscape Raster object -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param class How to show the core area: "global" (single map), "all" (every class as facet), or a vector with the specific classes one wants to show (every selected class as facet). -#' @param consider_boundary Logical if cells that only neighbour the landscape -#' boundary should be considered as core. -#' @param labels Logical flag indicating whether to print or not to print core labels. -#' boundary should be considered as core -#' @param nrow,ncol Number of rows and columns for the facet. -#' @param edge_depth Distance (in cells) a cell has the be away from the patch -#' edge to be considered as core cell -#' -#' @details The functions plots the core area of patches labeled with the -#' corresponding patch id. The edges are the grey cells surrounding the patches and are always shown. -#' -#' @return ggplot -#' -#' @examples -#' landscape <- terra::unwrap(landscape) -#' -#' # show "global" core area -#' show_cores(landscape, class = "global", labels = FALSE) -#' -#' # show the core area of every class as facet -#' show_cores(landscape, class = "all", labels = FALSE) -#' -#' # show only the core area of class 1 and 3 -#' show_cores(landscape, class = c(1, 3), labels = TRUE) -#' -#' @aliases show_cores -#' @rdname show_cores -#' -#' @export -show_cores <- function(landscape, - directions = 8, - class = "all", - labels = FALSE, - nrow = NULL, - ncol = NULL, - consider_boundary = TRUE, - edge_depth = 1) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = show_cores_internal, - directions = directions, - class = class, - labels = labels, - nrow = nrow, - ncol = ncol, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - - names(result) <- paste0("layer_", 1:length(result)) - - return(result) -} - -show_cores_internal <- function(landscape, directions, class, labels, nrow, ncol, - consider_boundary, edge_depth ) { - - if (any(!(class %in% c("all", "global")))) { - - if (!any(class %in% unique(terra::values(landscape, mat = FALSE)))) { - - stop("class must at least contain one value of a class contained in the landscape.", call. = FALSE) - } - } - - if (length(class) > 1 & any(class %in% c("all", "global"))) { - - warning("'global' and 'all' can't be combined with any other class-argument.", call. = FALSE) - } - - landscape_labeled <- get_patches(landscape, directions = directions)[[1]] - - boundary <- lapply(X = landscape_labeled, FUN = function(patches_class) { - - class_edge <- get_boundaries(patches_class, - consider_boundary = consider_boundary)[[1]] - - full_edge <- class_edge - - if (edge_depth > 1) { - - for (i in seq_len(edge_depth - 1)) { - - terra::values(class_edge)[terra::values(class_edge) == 1] <- NA - - class_edge <- get_boundaries(class_edge, - consider_boundary)[[1]] - - full_edge[which(class_edge[] == 1)] <- 1 - } - } - - terra::crop(full_edge, y = landscape) - }) - - # reset boundaries - boundary <- lapply(X = seq_along(boundary), - FUN = function(i){ - terra::values(boundary[[i]])[terra::values(!is.na(boundary[[i]])) & terra::values(boundary[[i]] == 1)] <- -999 - - terra::values(boundary[[i]])[terra::values(!is.na(boundary[[i]])) & terra::values(boundary[[i]] == 0)] <- - terra::values(landscape_labeled[[i]])[terra::values(!is.na(boundary[[i]])) & terra::values(boundary[[i]] == 0)] - - return(boundary[[i]]) - } - ) - - boundary_labeled_stack <- terra::as.data.frame(sum(terra::rast(boundary), na.rm = TRUE), xy = TRUE) - names(boundary_labeled_stack) <- c("x", "y", "values") - - boundary_labeled_stack$class <- terra::values(landscape, mat = FALSE) - boundary_labeled_stack$core_label <- boundary_labeled_stack$values - - boundary_labeled_stack$values <- ifelse(boundary_labeled_stack$values == -999, 0, 1) - boundary_labeled_stack$core_label <- ifelse(boundary_labeled_stack$core_label == -999, as.numeric(NA), boundary_labeled_stack$core_label) - - if (!labels) { - boundary_labeled_stack$core_label <- NA - } - - if (any(class == "global")) { - boundary_labeled_stack$class <- "global" - } - - if (any(class != "global")) { - - if (any(!(class %in% "all"))) { - class_index <- which(boundary_labeled_stack$class %in% class) - boundary_labeled_stack <- boundary_labeled_stack[class_index, ] - } - } - - plot <- ggplot2::ggplot(boundary_labeled_stack, ggplot2::aes(x, y)) + - ggplot2::coord_fixed() + - ggplot2::geom_raster(ggplot2::aes(fill = factor(values))) + - ggplot2::geom_text(ggplot2::aes_string(x = "x", y = "y", label = "core_label"), - colour = "white", na.rm = TRUE) + - ggplot2::facet_wrap(~ class, nrow = nrow, ncol = ncol) + - ggplot2::scale_fill_manual(values = c("grey60", "#E17C05"), - na.value = "grey85") + - ggplot2::scale_x_continuous(expand = c(0, 0)) + - ggplot2::scale_y_continuous(expand = c(0, 0)) + - ggplot2::guides(fill = "none") + - ggplot2::labs(titel = NULL, x = NULL, y = NULL) + - ggplot2::theme( - axis.title = ggplot2::element_blank(), - axis.ticks = ggplot2::element_blank(), - axis.text = ggplot2::element_blank(), - panel.grid = ggplot2::element_blank(), - axis.line = ggplot2::element_blank(), - strip.background = ggplot2::element_rect(fill = "grey80"), - strip.text = ggplot2::element_text(hjust = 0), - panel.background = ggplot2::element_rect(fill = "grey85"), - plot.margin = ggplot2::unit(c(0, 0, 0, 0), "lines")) - - return(plot) -} +#' Show core area +#' +#' @description Show core area +#' +#' @param landscape Raster object +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param class How to show the core area: "global" (single map), "all" (every class as facet), or a vector with the specific classes one wants to show (every selected class as facet). +#' @param consider_boundary Logical if cells that only neighbour the landscape +#' boundary should be considered as core. +#' @param labels Logical flag indicating whether to print or not to print core labels. +#' boundary should be considered as core +#' @param nrow,ncol Number of rows and columns for the facet. +#' @param edge_depth Distance (in cells) a cell has the be away from the patch +#' edge to be considered as core cell +#' +#' @details The functions plots the core area of patches labeled with the +#' corresponding patch id. The edges are the grey cells surrounding the patches and are always shown. +#' +#' @return ggplot +#' +#' @examples +#' landscape <- terra::unwrap(landscape) +#' +#' # show "global" core area +#' show_cores(landscape, class = "global", labels = FALSE) +#' +#' # show the core area of every class as facet +#' show_cores(landscape, class = "all", labels = FALSE) +#' +#' # show only the core area of class 1 and 3 +#' show_cores(landscape, class = c(1, 3), labels = TRUE) +#' +#' @aliases show_cores +#' @rdname show_cores +#' +#' @export +show_cores <- function(landscape, + directions = 8, + class = "all", + labels = FALSE, + nrow = NULL, + ncol = NULL, + consider_boundary = TRUE, + edge_depth = 1) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = show_cores_internal, + directions = directions, + class = class, + labels = labels, + nrow = nrow, + ncol = ncol, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + + names(result) <- paste0("layer_", 1:length(result)) + + return(result) +} + +show_cores_internal <- function(landscape, directions, class, labels, nrow, ncol, + consider_boundary, edge_depth ) { + + if (any(!(class %in% c("all", "global")))) { + + if (!any(class %in% unique(terra::values(landscape, mat = FALSE)))) { + + stop("class must at least contain one value of a class contained in the landscape.", call. = FALSE) + } + } + + if (length(class) > 1 & any(class %in% c("all", "global"))) { + + warning("'global' and 'all' can't be combined with any other class-argument.", call. = FALSE) + } + + landscape_labeled <- get_patches(landscape, directions = directions)[[1]] + + boundary <- lapply(X = landscape_labeled, FUN = function(patches_class) { + + class_edge <- get_boundaries(patches_class, + consider_boundary = consider_boundary)[[1]] + + full_edge <- class_edge + + if (edge_depth > 1) { + + for (i in seq_len(edge_depth - 1)) { + + terra::values(class_edge)[terra::values(class_edge) == 1] <- NA + + class_edge <- get_boundaries(class_edge, + consider_boundary)[[1]] + + full_edge[which(class_edge[] == 1)] <- 1 + } + } + + terra::crop(full_edge, y = landscape) + }) + + # reset boundaries + boundary <- lapply(X = seq_along(boundary), + FUN = function(i){ + terra::values(boundary[[i]])[terra::values(!is.na(boundary[[i]])) & terra::values(boundary[[i]] == 1)] <- -999 + + terra::values(boundary[[i]])[terra::values(!is.na(boundary[[i]])) & terra::values(boundary[[i]] == 0)] <- + terra::values(landscape_labeled[[i]])[terra::values(!is.na(boundary[[i]])) & terra::values(boundary[[i]] == 0)] + + return(boundary[[i]]) + } + ) + + boundary_labeled_stack <- terra::as.data.frame(sum(terra::rast(boundary), na.rm = TRUE), xy = TRUE) + names(boundary_labeled_stack) <- c("x", "y", "values") + + boundary_labeled_stack$class <- terra::values(landscape, mat = FALSE) + boundary_labeled_stack$core_label <- boundary_labeled_stack$values + + boundary_labeled_stack$values <- ifelse(boundary_labeled_stack$values == -999, 0, 1) + boundary_labeled_stack$core_label <- ifelse(boundary_labeled_stack$core_label == -999, as.numeric(NA), boundary_labeled_stack$core_label) + + if (!labels) { + boundary_labeled_stack$core_label <- NA + } + + if (any(class == "global")) { + boundary_labeled_stack$class <- "global" + } + + if (any(class != "global")) { + + if (any(!(class %in% "all"))) { + class_index <- which(boundary_labeled_stack$class %in% class) + boundary_labeled_stack <- boundary_labeled_stack[class_index, ] + } + } + + plot <- ggplot2::ggplot(boundary_labeled_stack, ggplot2::aes(x, y)) + + ggplot2::coord_fixed() + + ggplot2::geom_raster(ggplot2::aes(fill = factor(values))) + + ggplot2::geom_text(ggplot2::aes_string(x = "x", y = "y", label = "core_label"), + colour = "white", na.rm = TRUE) + + ggplot2::facet_wrap(~ class, nrow = nrow, ncol = ncol) + + ggplot2::scale_fill_manual(values = c("grey60", "#E17C05"), + na.value = "grey85") + + ggplot2::scale_x_continuous(expand = c(0, 0)) + + ggplot2::scale_y_continuous(expand = c(0, 0)) + + ggplot2::guides(fill = "none") + + ggplot2::labs(titel = NULL, x = NULL, y = NULL) + + ggplot2::theme( + axis.title = ggplot2::element_blank(), + axis.ticks = ggplot2::element_blank(), + axis.text = ggplot2::element_blank(), + panel.grid = ggplot2::element_blank(), + axis.line = ggplot2::element_blank(), + strip.background = ggplot2::element_rect(fill = "grey80"), + strip.text = ggplot2::element_text(hjust = 0), + panel.background = ggplot2::element_rect(fill = "grey85"), + plot.margin = ggplot2::unit(c(0, 0, 0, 0), "lines")) + + return(plot) +} diff --git a/R/show_correlation.R b/R/show_correlation.R index 2d3e9ffb1..3877064fd 100644 --- a/R/show_correlation.R +++ b/R/show_correlation.R @@ -1,283 +1,283 @@ -#' Show correlation -#' -#' @description Show correlation -#' -#' @param data Tibble with results of as returned by the landscapemetrics package. -#' @param method Type of correlation. See \code{link{cor}} for details. -#' @param diag If FALSE, values on the diagonal will be NA and not plotted. -#' @param labels If TRUE, the correlation value will be added as text. -#' @param vjust Will be passed on to ggplot2 as vertical justification of x-axis text. -#' @param text_size Text size of the plot. -#' -#' @details The functions calculates the correlation between all metrics. In order to calculate correlations, -#' for the landscape level more than one landscape needs to be present. All input -#' must be structured as returned by the **landscapemetrics** package. -#' -#' @return ggplot -#' -#' @examples -#' landscape <- terra::unwrap(landscape) -#' -#' metrics <- calculate_lsm(landscape, what = c("patch", "class")) -#' show_correlation(data = metrics, method = "pearson") -#' -#' \dontrun{ -#' metrics <- calculate_lsm(landscape, what = c("patch", "class"))#' -#' correlations <- calculate_correlation(metrics) -#' show_correlation(data = correlations, method = "pearson") -#' -#' } -#' -#' @aliases show_correlation -#' @rdname show_correlation -#' -#' @export -show_correlation <- function(data, method = "pearson", - diag = TRUE, labels = FALSE, - vjust = 0, text_size = 15) { - - # metrics tibble - if (all(names(data) == c("layer", "level", "class", "id", "metric", "value"))) { - - present_levels <- unique(data$level) - - if ("patch" %in% present_levels) { - - patch_index <- which(data$level == "patch") - - metrics_patch <- data[patch_index, ] - - if (length(unique(metrics_patch$metric)) == 1) { - stop("Please provide input with more than one metric") - } - - metrics_patch_wide <- stats::xtabs(value ~ id + metric, - data = metrics_patch[, c(4:6)]) - - attr(metrics_patch_wide, "class") <- NULL - - attr(metrics_patch_wide, "call") <- NULL - - correlation_matrix_patch <- stats::cor(metrics_patch_wide, - method = method) - - correlation_matrix_patch[upper.tri(correlation_matrix_patch, - diag = !diag)] <- NA - - correlation_matrix_patch_df <- - data.frame( - metric_1 = rownames(correlation_matrix_patch)[row(correlation_matrix_patch)], - metric_2 = colnames(correlation_matrix_patch)[col(correlation_matrix_patch)], - value = c(correlation_matrix_patch) - ) - - patch <- - correlation_matrix_patch_df[stats::complete.cases(correlation_matrix_patch_df),] - - } - - if ("class" %in% present_levels) { - - class_index <- which(data$level == "class") - - metrics_class <- data[class_index, ] - - if (length(unique(metrics_class$metric)) == 1) { - stop("Please provide input with more than one metric") - } - - metrics_class_wide <- stats::xtabs(value ~ class + metric, - data = metrics_class[, c(3, 5:6)]) - - attr(metrics_class_wide, "class") <- NULL - - attr(metrics_class_wide, "call") <- NULL - - correlation_matrix_class <- stats::cor(metrics_class_wide, - method = method) - - correlation_matrix_class[upper.tri(correlation_matrix_class, - diag = !diag)] <- NA - - correlation_matrix_class_df <- - data.frame( - metric_1 = rownames(correlation_matrix_class)[row(correlation_matrix_class)], - metric_2 = colnames(correlation_matrix_class)[col(correlation_matrix_class)], - value = c(correlation_matrix_class) - ) - - class <- - correlation_matrix_class_df[stats::complete.cases(correlation_matrix_class_df),] - } - - if ("landscape" %in% present_levels) { - - landscape_index <- which(data$level == "landscape") - - metrics_landscape <- data[landscape_index, ] - - if (length(unique(metrics_landscape$layer)) == 1) { - stop("Correlation on landscape level only possible for several landscapes") - } else { - if (length(unique(metrics_landscape$metric)) == 1) { - stop("Please provide input with more than one metric") - } - - metrics_landscape_wide <- stats::xtabs(value ~ layer + metric, - data = metrics_landscape[, c(1, 5:6)]) - - attr(metrics_landscape_wide, "landscape") <- NULL - - attr(metrics_landscape_wide, "call") <- NULL - - correlation_matrix_landscape <- stats::cor(metrics_landscape_wide, method = method) - - correlation_matrix_landscape[upper.tri(correlation_matrix_landscape, - diag = !diag)] <- NA - - correlation_matrix_landscape_df <- - data.frame( - metric_1 = rownames(correlation_matrix_landscape)[row(correlation_matrix_landscape)], - metric_2 = colnames(correlation_matrix_landscape)[col(correlation_matrix_landscape)], - value = c(correlation_matrix_landscape) - ) - - landscape <- - correlation_matrix_landscape_df[stats::complete.cases(correlation_matrix_landscape_df),] - - } - } - - plot_list <- mget(x = c("patch", "class", "landscape"), - ifnotfound = list(NA)) - } - - # tibble with correlations - else if (inherits(x = data, what = "list")) { - - # check if tibble contains correlations - if (!all(vapply(data, FUN = function(x) all(names(x) == c("metric_1", 'metric_2', "value")), - FUN.VALUE = logical(1)))) { - - stop("Please provide list with correlations calculated using 'calculate_correlation()'.", call. = FALSE) - - } - - # save data as plot_list - plot_list <- data - - # get present levels - present_levels <- names(data) - - # vector to check if all levels are present - possible_levels <- c("patch", "class", "landscape") - - # which levels are missing - missing_levels <- possible_levels[!possible_levels %in% present_levels] - - # add NA for missing levels - plot_list[missing_levels] <- NA - - } - - else { - stop("Please provide either tibble with landscape metrics or list with correlations.", call. = FALSE) - } - - if (length(present_levels) == 1) { - - plot_corrs <- ggplot2::ggplot(data = plot_list[[present_levels]], - ggplot2::aes( x = metric_1, y = metric_2, fill = value)) + - ggplot2::geom_tile() + - ggplot2::geom_tile(color = "white") + - ggplot2::scale_fill_gradient2( - low = "blue", - high = "red", - mid = "white", - midpoint = 0, - limit = c(-1, 1), - name = paste0("Correlation\n(Method: ", - method, ")") - ) + - ggplot2::theme_minimal() + - ggplot2::labs(x = "", - y = "", - title = paste(toupper(substr(present_levels, 1, 1)), - substr(present_levels, 2, nchar(present_levels)) - , " Level", sep = "")) + - ggplot2::theme( - axis.text.x = ggplot2::element_text( - angle = 90, vjust = vjust - ), - text = ggplot2::element_text(size = text_size) - ) + - ggplot2::coord_fixed() - - if (labels) { - plot_corrs <- plot_corrs + - ggplot2::geom_text(data = plot_list[[present_levels]], - ggplot2::aes(x = metric_1, y = metric_2, label = round(value, 2) - )) - } - - } else { - if (all(!is.na(plot_list$patch))) { - patch_corrs <- plot_list$patch - patch_corrs$id <- "Patch Level" - } - - if (all(!is.na(plot_list$class))) { - class_corrs <- plot_list$class - class_corrs$id <- "Class Level" - } - - if (all(!is.na(plot_list$landscape))) { - landscape_corrs <- plot_list$landscape - landscape_corrs$id <- "Landscape Level" - } - - corrs_list <- - mget( - x = c("patch_corrs", "class_corrs", "landscape_corrs"), - ifnotfound = list(NA) - ) - - - corrs_df <- do.call(rbind, corrs_list) - corrs_df <- corrs_df[!is.na(corrs_df$value),] - - corrs_df$id <- - factor(corrs_df$id, levels = unique(corrs_df$id)) - - plot_corrs <- ggplot2::ggplot(data = corrs_df, - ggplot2::aes(x = metric_1, y = metric_2, fill = value - )) + - ggplot2::facet_wrap(id ~ ., scales = "free") + - ggplot2::geom_tile() + - ggplot2::geom_tile(color = "white") + - ggplot2::scale_fill_gradient2( - low = "blue", - high = "red", - mid = "white", - midpoint = 0, - limit = c(-1, 1), - name = paste0("Correlation\n(Method: ", - method, ")") - ) + - ggplot2::theme_minimal() + - ggplot2::labs(x = "", y = "") + - ggplot2::theme(axis.text.x = ggplot2::element_text(angle = 90, vjust = vjust), - text = ggplot2::element_text(size = text_size) - ) - - if (labels) { - plot_corrs <- plot_corrs + - ggplot2::geom_text(data = corrs_df, - ggplot2::aes(x = metric_1, y = metric_2, label = round(value, 2) - )) - } - - } - - suppressWarnings(return(plot_corrs)) -} +#' Show correlation +#' +#' @description Show correlation +#' +#' @param data Tibble with results of as returned by the landscapemetrics package. +#' @param method Type of correlation. See \code{link{cor}} for details. +#' @param diag If FALSE, values on the diagonal will be NA and not plotted. +#' @param labels If TRUE, the correlation value will be added as text. +#' @param vjust Will be passed on to ggplot2 as vertical justification of x-axis text. +#' @param text_size Text size of the plot. +#' +#' @details The functions calculates the correlation between all metrics. In order to calculate correlations, +#' for the landscape level more than one landscape needs to be present. All input +#' must be structured as returned by the **landscapemetrics** package. +#' +#' @return ggplot +#' +#' @examples +#' landscape <- terra::unwrap(landscape) +#' +#' metrics <- calculate_lsm(landscape, what = c("patch", "class")) +#' show_correlation(data = metrics, method = "pearson") +#' +#' \dontrun{ +#' metrics <- calculate_lsm(landscape, what = c("patch", "class"))#' +#' correlations <- calculate_correlation(metrics) +#' show_correlation(data = correlations, method = "pearson") +#' +#' } +#' +#' @aliases show_correlation +#' @rdname show_correlation +#' +#' @export +show_correlation <- function(data, method = "pearson", + diag = TRUE, labels = FALSE, + vjust = 0, text_size = 15) { + + # metrics tibble + if (all(names(data) == c("layer", "level", "class", "id", "metric", "value"))) { + + present_levels <- unique(data$level) + + if ("patch" %in% present_levels) { + + patch_index <- which(data$level == "patch") + + metrics_patch <- data[patch_index, ] + + if (length(unique(metrics_patch$metric)) == 1) { + stop("Please provide input with more than one metric") + } + + metrics_patch_wide <- stats::xtabs(value ~ id + metric, + data = metrics_patch[, c(4:6)]) + + attr(metrics_patch_wide, "class") <- NULL + + attr(metrics_patch_wide, "call") <- NULL + + correlation_matrix_patch <- stats::cor(metrics_patch_wide, + method = method) + + correlation_matrix_patch[upper.tri(correlation_matrix_patch, + diag = !diag)] <- NA + + correlation_matrix_patch_df <- + data.frame( + metric_1 = rownames(correlation_matrix_patch)[row(correlation_matrix_patch)], + metric_2 = colnames(correlation_matrix_patch)[col(correlation_matrix_patch)], + value = c(correlation_matrix_patch) + ) + + patch <- + correlation_matrix_patch_df[stats::complete.cases(correlation_matrix_patch_df),] + + } + + if ("class" %in% present_levels) { + + class_index <- which(data$level == "class") + + metrics_class <- data[class_index, ] + + if (length(unique(metrics_class$metric)) == 1) { + stop("Please provide input with more than one metric") + } + + metrics_class_wide <- stats::xtabs(value ~ class + metric, + data = metrics_class[, c(3, 5:6)]) + + attr(metrics_class_wide, "class") <- NULL + + attr(metrics_class_wide, "call") <- NULL + + correlation_matrix_class <- stats::cor(metrics_class_wide, + method = method) + + correlation_matrix_class[upper.tri(correlation_matrix_class, + diag = !diag)] <- NA + + correlation_matrix_class_df <- + data.frame( + metric_1 = rownames(correlation_matrix_class)[row(correlation_matrix_class)], + metric_2 = colnames(correlation_matrix_class)[col(correlation_matrix_class)], + value = c(correlation_matrix_class) + ) + + class <- + correlation_matrix_class_df[stats::complete.cases(correlation_matrix_class_df),] + } + + if ("landscape" %in% present_levels) { + + landscape_index <- which(data$level == "landscape") + + metrics_landscape <- data[landscape_index, ] + + if (length(unique(metrics_landscape$layer)) == 1) { + stop("Correlation on landscape level only possible for several landscapes") + } else { + if (length(unique(metrics_landscape$metric)) == 1) { + stop("Please provide input with more than one metric") + } + + metrics_landscape_wide <- stats::xtabs(value ~ layer + metric, + data = metrics_landscape[, c(1, 5:6)]) + + attr(metrics_landscape_wide, "landscape") <- NULL + + attr(metrics_landscape_wide, "call") <- NULL + + correlation_matrix_landscape <- stats::cor(metrics_landscape_wide, method = method) + + correlation_matrix_landscape[upper.tri(correlation_matrix_landscape, + diag = !diag)] <- NA + + correlation_matrix_landscape_df <- + data.frame( + metric_1 = rownames(correlation_matrix_landscape)[row(correlation_matrix_landscape)], + metric_2 = colnames(correlation_matrix_landscape)[col(correlation_matrix_landscape)], + value = c(correlation_matrix_landscape) + ) + + landscape <- + correlation_matrix_landscape_df[stats::complete.cases(correlation_matrix_landscape_df),] + + } + } + + plot_list <- mget(x = c("patch", "class", "landscape"), + ifnotfound = list(NA)) + } + + # tibble with correlations + else if (inherits(x = data, what = "list")) { + + # check if tibble contains correlations + if (!all(vapply(data, FUN = function(x) all(names(x) == c("metric_1", 'metric_2', "value")), + FUN.VALUE = logical(1)))) { + + stop("Please provide list with correlations calculated using 'calculate_correlation()'.", call. = FALSE) + + } + + # save data as plot_list + plot_list <- data + + # get present levels + present_levels <- names(data) + + # vector to check if all levels are present + possible_levels <- c("patch", "class", "landscape") + + # which levels are missing + missing_levels <- possible_levels[!possible_levels %in% present_levels] + + # add NA for missing levels + plot_list[missing_levels] <- NA + + } + + else { + stop("Please provide either tibble with landscape metrics or list with correlations.", call. = FALSE) + } + + if (length(present_levels) == 1) { + + plot_corrs <- ggplot2::ggplot(data = plot_list[[present_levels]], + ggplot2::aes( x = metric_1, y = metric_2, fill = value)) + + ggplot2::geom_tile() + + ggplot2::geom_tile(color = "white") + + ggplot2::scale_fill_gradient2( + low = "blue", + high = "red", + mid = "white", + midpoint = 0, + limit = c(-1, 1), + name = paste0("Correlation\n(Method: ", + method, ")") + ) + + ggplot2::theme_minimal() + + ggplot2::labs(x = "", + y = "", + title = paste(toupper(substr(present_levels, 1, 1)), + substr(present_levels, 2, nchar(present_levels)) + , " Level", sep = "")) + + ggplot2::theme( + axis.text.x = ggplot2::element_text( + angle = 90, vjust = vjust + ), + text = ggplot2::element_text(size = text_size) + ) + + ggplot2::coord_fixed() + + if (labels) { + plot_corrs <- plot_corrs + + ggplot2::geom_text(data = plot_list[[present_levels]], + ggplot2::aes(x = metric_1, y = metric_2, label = round(value, 2) + )) + } + + } else { + if (all(!is.na(plot_list$patch))) { + patch_corrs <- plot_list$patch + patch_corrs$id <- "Patch Level" + } + + if (all(!is.na(plot_list$class))) { + class_corrs <- plot_list$class + class_corrs$id <- "Class Level" + } + + if (all(!is.na(plot_list$landscape))) { + landscape_corrs <- plot_list$landscape + landscape_corrs$id <- "Landscape Level" + } + + corrs_list <- + mget( + x = c("patch_corrs", "class_corrs", "landscape_corrs"), + ifnotfound = list(NA) + ) + + + corrs_df <- do.call(rbind, corrs_list) + corrs_df <- corrs_df[!is.na(corrs_df$value),] + + corrs_df$id <- + factor(corrs_df$id, levels = unique(corrs_df$id)) + + plot_corrs <- ggplot2::ggplot(data = corrs_df, + ggplot2::aes(x = metric_1, y = metric_2, fill = value + )) + + ggplot2::facet_wrap(id ~ ., scales = "free") + + ggplot2::geom_tile() + + ggplot2::geom_tile(color = "white") + + ggplot2::scale_fill_gradient2( + low = "blue", + high = "red", + mid = "white", + midpoint = 0, + limit = c(-1, 1), + name = paste0("Correlation\n(Method: ", + method, ")") + ) + + ggplot2::theme_minimal() + + ggplot2::labs(x = "", y = "") + + ggplot2::theme(axis.text.x = ggplot2::element_text(angle = 90, vjust = vjust), + text = ggplot2::element_text(size = text_size) + ) + + if (labels) { + plot_corrs <- plot_corrs + + ggplot2::geom_text(data = corrs_df, + ggplot2::aes(x = metric_1, y = metric_2, label = round(value, 2) + )) + } + + } + + suppressWarnings(return(plot_corrs)) +} diff --git a/R/show_lsm.R b/R/show_lsm.R index 027f20d08..42f306146 100644 --- a/R/show_lsm.R +++ b/R/show_lsm.R @@ -1,189 +1,189 @@ -#' Show landscape metrics -#' -#' @description Show landscape metrics on patch level printed in their corresponding patch. -#' -#' @param landscape *Raster object -#' @param what Patch level what to plot -#' @param class How to show the labeled patches: "global" (single map), "all" (every class as facet), -#' or a vector with the specific classes one wants to show (every selected class as facet). -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param consider_boundary Logical if cells that only neighbour the landscape boundary should be considered as core -#' @param edge_depth Distance (in cells) a cell has the be away from the patch edge to be considered as core cell -#' @param labels Logical flag indicating whether to print or not to print patch labels. -#' @param label_lsm If true, the value of the landscape metric is used as label -#' @param nrow,ncol Number of rows and columns for the facet. -#' -#' @details The function plots all patches with a fill corresponding to the value of the chosen landscape metric on patch level. -#' -#' @return ggplot -#' -#' @examples -#' landscape <- terra::unwrap(landscape) -#' -#' show_lsm(landscape, what = "lsm_p_area", directions = 4) -#' show_lsm(landscape, what = "lsm_p_shape", class = c(1, 2), label_lsm = TRUE) -#' show_lsm(landscape, what = "lsm_p_circle", class = 3, labels = TRUE) -#' -#' @aliases show_lsm -#' @rdname show_lsm -#' -#' @export -show_lsm <- function(landscape, what, class = "global", directions = 8, - consider_boundary = FALSE, edge_depth = 1, - labels = FALSE, label_lsm = FALSE, - nrow = NULL, ncol = NULL) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = show_lsm_internal, - what = what, - class = class, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth, - labels = labels, - label_lsm = label_lsm, - nrow = nrow, - ncol = ncol) - - names(result) <- paste0("layer_", 1:length(result)) - - return(result) - -} - -show_lsm_internal <- function(landscape, what, class, - directions, consider_boundary, edge_depth, - labels, label_lsm, - nrow, ncol) { - - if (!what %in% list_lsm(level = "patch", simplify = TRUE) || length(what) > 1) { - - stop("Please provide one patch level metric only. To list available metrics, run list_lsm(level = 'patch').", - call. = FALSE) - } - - if (any(!(class %in% c("all", "global")))) { - - if (!any(class %in% unique(terra::values(landscape, mat = FALSE)))) { - - stop("'class' must contain at least one value of a class existing in the landscape.", - call. = FALSE) - } - } - - if (length(class) > 1 & any(class %in% c("all", "global"))) { - - warning("'global' and 'all' can't be combined with any other class-argument.", - call. = FALSE) - } - - landscape_labeled <- get_patches(landscape, directions = directions)[[1]] - - lsm_fun <- match.fun(what) - - if (what %in% c("lsm_p_core", "lsm_p_ncore")) { - - fill_value <- lsm_fun(landscape, - directions = directions, - consider_boundary = consider_boundary, - edge_depth = edge_depth) - } else { - - fill_value <- lsm_fun(landscape, directions = directions) - } - - if (any(class == "global")) { - - patches_tibble <- terra::as.data.frame(sum(terra::rast(landscape_labeled), na.rm = TRUE), - xy = TRUE) - - names(patches_tibble) <- c("x", "y", "id") - - patches_tibble$id <- replace(patches_tibble$id, - patches_tibble$id == 0, - NA) - - patches_tibble <- merge(x = patches_tibble, - y = fill_value, - by = "id", - all.x = TRUE) - - patches_tibble$class.get_patches <- "global" - - if (!labels) { - patches_tibble$label <- NA - } else { - if (label_lsm) { - patches_tibble$label <- round(patches_tibble$value, 2) - } else { - patches_tibble$label <- patches_tibble$id - } - } - } - - if (any(class != "global")) { - - patches_tibble <- lapply(X = seq_along(landscape_labeled), FUN = function(i){ - names(landscape_labeled[[i]]) <- "id" - x <- terra::as.data.frame(landscape_labeled[[i]], xy = TRUE) - x$class <- names(landscape_labeled[i]) - return(x)} - ) - - patches_tibble <- do.call(rbind, patches_tibble) - - patches_tibble <- merge(x = patches_tibble, - y = fill_value, - by = "id", - all.x = TRUE, - suffixes = c(".get_patches", ".lsm")) - - if (any(!(class %in% "all"))) { - - class_index <- which(patches_tibble$class.get_patches %in% paste0("class_", class)) - patches_tibble <- patches_tibble[class_index, ] - } - - if (!labels) { - - patches_tibble$label <- NA - } else { - - if (label_lsm) { - - patches_tibble$label <- round(patches_tibble$value, 2) - } else{ - - patches_tibble$label <- patches_tibble$id - } - } - } - - plot <- ggplot2::ggplot(patches_tibble, ggplot2::aes(x, y)) + - ggplot2::coord_fixed() + - ggplot2::geom_raster(ggplot2::aes(fill = value)) + - ggplot2::geom_text(ggplot2::aes(label = label), - colour = "black", size = 2, na.rm = TRUE) + - ggplot2::facet_wrap(~ class.get_patches, - nrow = nrow, ncol = ncol) + - ggplot2::scale_x_continuous(expand = c(0, 0)) + - ggplot2::scale_y_continuous(expand = c(0, 0)) + - ggplot2::labs(titel = NULL, x = NULL, y = NULL) + - ggplot2::scale_fill_viridis_c(option = "E", - name = what, - na.value = "grey85") + - ggplot2::theme( - axis.title = ggplot2::element_blank(), - axis.ticks = ggplot2::element_blank(), - axis.text = ggplot2::element_blank(), - panel.grid = ggplot2::element_blank(), - axis.line = ggplot2::element_blank(), - strip.background = ggplot2::element_rect(fill = "grey80"), - strip.text = ggplot2::element_text(hjust = 0), - plot.margin = ggplot2::unit(c(0, 0, 0, 0), "lines")) - - return(plot) -} +#' Show landscape metrics +#' +#' @description Show landscape metrics on patch level printed in their corresponding patch. +#' +#' @param landscape *Raster object +#' @param what Patch level what to plot +#' @param class How to show the labeled patches: "global" (single map), "all" (every class as facet), +#' or a vector with the specific classes one wants to show (every selected class as facet). +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param consider_boundary Logical if cells that only neighbour the landscape boundary should be considered as core +#' @param edge_depth Distance (in cells) a cell has the be away from the patch edge to be considered as core cell +#' @param labels Logical flag indicating whether to print or not to print patch labels. +#' @param label_lsm If true, the value of the landscape metric is used as label +#' @param nrow,ncol Number of rows and columns for the facet. +#' +#' @details The function plots all patches with a fill corresponding to the value of the chosen landscape metric on patch level. +#' +#' @return ggplot +#' +#' @examples +#' landscape <- terra::unwrap(landscape) +#' +#' show_lsm(landscape, what = "lsm_p_area", directions = 4) +#' show_lsm(landscape, what = "lsm_p_shape", class = c(1, 2), label_lsm = TRUE) +#' show_lsm(landscape, what = "lsm_p_circle", class = 3, labels = TRUE) +#' +#' @aliases show_lsm +#' @rdname show_lsm +#' +#' @export +show_lsm <- function(landscape, what, class = "global", directions = 8, + consider_boundary = FALSE, edge_depth = 1, + labels = FALSE, label_lsm = FALSE, + nrow = NULL, ncol = NULL) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = show_lsm_internal, + what = what, + class = class, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth, + labels = labels, + label_lsm = label_lsm, + nrow = nrow, + ncol = ncol) + + names(result) <- paste0("layer_", 1:length(result)) + + return(result) + +} + +show_lsm_internal <- function(landscape, what, class, + directions, consider_boundary, edge_depth, + labels, label_lsm, + nrow, ncol) { + + if (!what %in% list_lsm(level = "patch", simplify = TRUE) || length(what) > 1) { + + stop("Please provide one patch level metric only. To list available metrics, run list_lsm(level = 'patch').", + call. = FALSE) + } + + if (any(!(class %in% c("all", "global")))) { + + if (!any(class %in% unique(terra::values(landscape, mat = FALSE)))) { + + stop("'class' must contain at least one value of a class existing in the landscape.", + call. = FALSE) + } + } + + if (length(class) > 1 & any(class %in% c("all", "global"))) { + + warning("'global' and 'all' can't be combined with any other class-argument.", + call. = FALSE) + } + + landscape_labeled <- get_patches(landscape, directions = directions)[[1]] + + lsm_fun <- match.fun(what) + + if (what %in% c("lsm_p_core", "lsm_p_ncore")) { + + fill_value <- lsm_fun(landscape, + directions = directions, + consider_boundary = consider_boundary, + edge_depth = edge_depth) + } else { + + fill_value <- lsm_fun(landscape, directions = directions) + } + + if (any(class == "global")) { + + patches_tibble <- terra::as.data.frame(sum(terra::rast(landscape_labeled), na.rm = TRUE), + xy = TRUE) + + names(patches_tibble) <- c("x", "y", "id") + + patches_tibble$id <- replace(patches_tibble$id, + patches_tibble$id == 0, + NA) + + patches_tibble <- merge(x = patches_tibble, + y = fill_value, + by = "id", + all.x = TRUE) + + patches_tibble$class.get_patches <- "global" + + if (!labels) { + patches_tibble$label <- NA + } else { + if (label_lsm) { + patches_tibble$label <- round(patches_tibble$value, 2) + } else { + patches_tibble$label <- patches_tibble$id + } + } + } + + if (any(class != "global")) { + + patches_tibble <- lapply(X = seq_along(landscape_labeled), FUN = function(i){ + names(landscape_labeled[[i]]) <- "id" + x <- terra::as.data.frame(landscape_labeled[[i]], xy = TRUE) + x$class <- names(landscape_labeled[i]) + return(x)} + ) + + patches_tibble <- do.call(rbind, patches_tibble) + + patches_tibble <- merge(x = patches_tibble, + y = fill_value, + by = "id", + all.x = TRUE, + suffixes = c(".get_patches", ".lsm")) + + if (any(!(class %in% "all"))) { + + class_index <- which(patches_tibble$class.get_patches %in% paste0("class_", class)) + patches_tibble <- patches_tibble[class_index, ] + } + + if (!labels) { + + patches_tibble$label <- NA + } else { + + if (label_lsm) { + + patches_tibble$label <- round(patches_tibble$value, 2) + } else{ + + patches_tibble$label <- patches_tibble$id + } + } + } + + plot <- ggplot2::ggplot(patches_tibble, ggplot2::aes(x, y)) + + ggplot2::coord_fixed() + + ggplot2::geom_raster(ggplot2::aes(fill = value)) + + ggplot2::geom_text(ggplot2::aes(label = label), + colour = "black", size = 2, na.rm = TRUE) + + ggplot2::facet_wrap(~ class.get_patches, + nrow = nrow, ncol = ncol) + + ggplot2::scale_x_continuous(expand = c(0, 0)) + + ggplot2::scale_y_continuous(expand = c(0, 0)) + + ggplot2::labs(titel = NULL, x = NULL, y = NULL) + + ggplot2::scale_fill_viridis_c(option = "E", + name = what, + na.value = "grey85") + + ggplot2::theme( + axis.title = ggplot2::element_blank(), + axis.ticks = ggplot2::element_blank(), + axis.text = ggplot2::element_blank(), + panel.grid = ggplot2::element_blank(), + axis.line = ggplot2::element_blank(), + strip.background = ggplot2::element_rect(fill = "grey80"), + strip.text = ggplot2::element_text(hjust = 0), + plot.margin = ggplot2::unit(c(0, 0, 0, 0), "lines")) + + return(plot) +} diff --git a/R/show_patches.R b/R/show_patches.R index 6a3166dca..7c080de72 100644 --- a/R/show_patches.R +++ b/R/show_patches.R @@ -1,143 +1,143 @@ -#' Show patches -#' -#' @description Show patches -#' -#' @param landscape *Raster object -#' @param class How to show the labeled patches: "global" (single map), "all" (every class as facet), or a vector with the specific classes one wants to show (every selected class as facet). -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param labels Logical flag indicating whether to print or not to print patch labels. -#' @param nrow,ncol Number of rows and columns for the facet. -#' -#' @details The functions plots the landscape with the patches labeled with the -#' corresponding patch id. -#' -#' @return ggplot -#' -#' @examples -#' landscape <- terra::unwrap(landscape) -#' -#' show_patches(landscape) -#' show_patches(landscape, class = c(1, 2)) -#' show_patches(landscape, class = 3, labels = FALSE) -#' -#' @aliases show_patches -#' @rdname show_patches -#' -#' @export -show_patches <- function(landscape, class = "global", directions = 8, - labels = FALSE, nrow = NULL, ncol = NULL) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, - FUN = show_patches_internal, - class = class, - directions = directions, - labels = labels, - nrow = nrow, - ncol = ncol) - - names(result) <- paste0("layer_", 1:length(result)) - - return(result) -} - -show_patches_internal <- function(landscape, class, directions, labels, nrow, ncol) { - - if (any(!(class %in% c("all", "global")))) { - if (!any(class %in% unique(terra::values(landscape, mat = FALSE)))) { - stop("'class' must at least contain one value of a class contained in the landscape.", call. = FALSE) - } - } - - if (length(class) > 1 & any(class %in% c("all", "global"))) { - warning("'global' and 'all' can't be combined with any other class-argument.", call. = FALSE) - } - - landscape_labeled <- get_patches(landscape, directions = directions)[[1]] - - if (any(class == "global")) { - - patches_tibble <- terra::as.data.frame(sum(terra::rast(landscape_labeled), - na.rm = TRUE), - xy = TRUE) - - names(patches_tibble) <- c("x", "y", "value") - - patches_tibble$value <- replace(patches_tibble$value, patches_tibble$value == 0, NA) - - if (labels) { - patches_tibble$labels <- patches_tibble$value - } - - if (!labels) { - patches_tibble$labels <- NA - } - - patches_tibble$class <- "global" - } - - if (any(class != "global")) { - - patches_tibble <- lapply(X = seq_along(landscape_labeled), FUN = function(i){ - names(landscape_labeled[[i]]) <- "value" - x <- terra::as.data.frame(landscape_labeled[[i]], xy = TRUE) - x$class <- names(landscape_labeled[i]) - return(x)} - ) - - patches_tibble <- do.call(rbind, patches_tibble) - - if (any(!(class %in% c("all", "global")))) { - class_index <- which(patches_tibble$class %in% paste0("class_", class)) - patches_tibble <- patches_tibble[class_index, ] - } - - if (labels) { - patches_tibble$labels <- patches_tibble$value - } - - if (!labels) { - patches_tibble$labels <- NA - } - } - - plot <- ggplot2::ggplot(patches_tibble, ggplot2::aes(x, y)) + - ggplot2::coord_fixed() + - ggplot2::geom_raster(ggplot2::aes(fill = value)) + - ggplot2::geom_text(ggplot2::aes(label = labels), - colour = "white", na.rm = TRUE) + - ggplot2::scale_fill_gradientn( - colours = c( - "#5F4690", - "#1D6996", - "#38A6A5", - "#0F8554", - "#73AF48", - "#EDAD08", - "#E17C05", - "#CC503E", - "#94346E", - "#6F4070", - "#994E95" - ), - na.value = "grey85" - ) + - ggplot2::facet_wrap(~class, nrow = nrow, ncol = ncol) + - ggplot2::scale_x_continuous(expand = c(0, 0)) + - ggplot2::scale_y_continuous(expand = c(0, 0)) + - ggplot2::guides(fill = "none") + - ggplot2::labs(titel = NULL, x = NULL, y = NULL) + - ggplot2::theme( - axis.title = ggplot2::element_blank(), - axis.ticks = ggplot2::element_blank(), - axis.text = ggplot2::element_blank(), - panel.grid = ggplot2::element_blank(), - axis.line = ggplot2::element_blank(), - strip.background = ggplot2::element_rect(fill = "grey80"), - strip.text = ggplot2::element_text(hjust = 0), - plot.margin = ggplot2::unit(c(0, 0, 0, 0), "lines")) - - return(plot) -} +#' Show patches +#' +#' @description Show patches +#' +#' @param landscape *Raster object +#' @param class How to show the labeled patches: "global" (single map), "all" (every class as facet), or a vector with the specific classes one wants to show (every selected class as facet). +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param labels Logical flag indicating whether to print or not to print patch labels. +#' @param nrow,ncol Number of rows and columns for the facet. +#' +#' @details The functions plots the landscape with the patches labeled with the +#' corresponding patch id. +#' +#' @return ggplot +#' +#' @examples +#' landscape <- terra::unwrap(landscape) +#' +#' show_patches(landscape) +#' show_patches(landscape, class = c(1, 2)) +#' show_patches(landscape, class = 3, labels = FALSE) +#' +#' @aliases show_patches +#' @rdname show_patches +#' +#' @export +show_patches <- function(landscape, class = "global", directions = 8, + labels = FALSE, nrow = NULL, ncol = NULL) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, + FUN = show_patches_internal, + class = class, + directions = directions, + labels = labels, + nrow = nrow, + ncol = ncol) + + names(result) <- paste0("layer_", 1:length(result)) + + return(result) +} + +show_patches_internal <- function(landscape, class, directions, labels, nrow, ncol) { + + if (any(!(class %in% c("all", "global")))) { + if (!any(class %in% unique(terra::values(landscape, mat = FALSE)))) { + stop("'class' must at least contain one value of a class contained in the landscape.", call. = FALSE) + } + } + + if (length(class) > 1 & any(class %in% c("all", "global"))) { + warning("'global' and 'all' can't be combined with any other class-argument.", call. = FALSE) + } + + landscape_labeled <- get_patches(landscape, directions = directions)[[1]] + + if (any(class == "global")) { + + patches_tibble <- terra::as.data.frame(sum(terra::rast(landscape_labeled), + na.rm = TRUE), + xy = TRUE) + + names(patches_tibble) <- c("x", "y", "value") + + patches_tibble$value <- replace(patches_tibble$value, patches_tibble$value == 0, NA) + + if (labels) { + patches_tibble$labels <- patches_tibble$value + } + + if (!labels) { + patches_tibble$labels <- NA + } + + patches_tibble$class <- "global" + } + + if (any(class != "global")) { + + patches_tibble <- lapply(X = seq_along(landscape_labeled), FUN = function(i){ + names(landscape_labeled[[i]]) <- "value" + x <- terra::as.data.frame(landscape_labeled[[i]], xy = TRUE) + x$class <- names(landscape_labeled[i]) + return(x)} + ) + + patches_tibble <- do.call(rbind, patches_tibble) + + if (any(!(class %in% c("all", "global")))) { + class_index <- which(patches_tibble$class %in% paste0("class_", class)) + patches_tibble <- patches_tibble[class_index, ] + } + + if (labels) { + patches_tibble$labels <- patches_tibble$value + } + + if (!labels) { + patches_tibble$labels <- NA + } + } + + plot <- ggplot2::ggplot(patches_tibble, ggplot2::aes(x, y)) + + ggplot2::coord_fixed() + + ggplot2::geom_raster(ggplot2::aes(fill = value)) + + ggplot2::geom_text(ggplot2::aes(label = labels), + colour = "white", na.rm = TRUE) + + ggplot2::scale_fill_gradientn( + colours = c( + "#5F4690", + "#1D6996", + "#38A6A5", + "#0F8554", + "#73AF48", + "#EDAD08", + "#E17C05", + "#CC503E", + "#94346E", + "#6F4070", + "#994E95" + ), + na.value = "grey85" + ) + + ggplot2::facet_wrap(~class, nrow = nrow, ncol = ncol) + + ggplot2::scale_x_continuous(expand = c(0, 0)) + + ggplot2::scale_y_continuous(expand = c(0, 0)) + + ggplot2::guides(fill = "none") + + ggplot2::labs(titel = NULL, x = NULL, y = NULL) + + ggplot2::theme( + axis.title = ggplot2::element_blank(), + axis.ticks = ggplot2::element_blank(), + axis.text = ggplot2::element_blank(), + panel.grid = ggplot2::element_blank(), + axis.line = ggplot2::element_blank(), + strip.background = ggplot2::element_rect(fill = "grey80"), + strip.text = ggplot2::element_text(hjust = 0), + plot.margin = ggplot2::unit(c(0, 0, 0, 0), "lines")) + + return(plot) +} diff --git a/R/spatialize_lsm.R b/R/spatialize_lsm.R index 3402c5165..8964d657e 100644 --- a/R/spatialize_lsm.R +++ b/R/spatialize_lsm.R @@ -1,202 +1,202 @@ -#' spatialize_lsm -#' -#' @description Spatialize landscape metric values -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param level Level of metrics. Either 'patch', 'class' or 'landscape' (or vector with combination). -#' @param metric Abbreviation of metrics (e.g. 'area'). -#' @param name Full name of metrics (e.g. 'core area') -#' @param type Type according to FRAGSTATS grouping (e.g. 'aggregation metrics'). -#' @param what Selected level of metrics: either "patch", "class" or "landscape". -#' It is also possible to specify functions as a vector of strings, e.g. `what = c("lsm_c_ca", "lsm_l_ta")`. -#' @param directions The number of directions in which patches should be -#' connected: 4 (rook's case) or 8 (queen's case). -#' @param progress Print progress report. -#' @param to_disk If TRUE raster will be saved to disk. -#' @param ... Arguments passed on to \code{calculate_lsm()}. -#' -#' @details -#' The functions returns a nested list with \code{RasterLayer}s. The first level -#' contains each input layer (only one element if \code{RasterLayer} was provided). -#' The second level contains a \code{RasterLayer} for each selected metric -#' (see \code{list_lsm} for details) where each cell has the landscape metric -#' value of the patch it belongs to. Only patch level metrics are allowed. -#' -#' @seealso -#' \code{\link{list_lsm}} \cr -#' \code{\link{show_lsm}} -#' -#' @return list -#' -#' @examples -#' spatialize_lsm(terra::unwrap(landscape), what = "lsm_p_area") -#' -#' @aliases spatialize_lsm -#' -#' @rdname spatialize_lsm -#' -#' @export -spatialize_lsm <- function(landscape, level = "patch", metric = NULL, name = NULL, - type = NULL, what = NULL, directions = 8, progress = FALSE, - to_disk = getOption("to_disk", default = FALSE), - ...) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = seq_along(landscape), FUN = function(x) { - - if (progress) { - - cat("\r> Progress nlayers: ", x , "/", length(landscape)) - } - - spatialize_lsm_internal(landscape = landscape[[x]], - level = level, - metric = metric, - name = name, - type = type, - what = what, - directions = directions, - progress = FALSE, - to_disk = to_disk, - ...) - }) - - if (progress) {cat("\n")} - - names(result) <- paste0("layer_", 1:length(result)) - - return(result) -} - -spatialize_lsm_internal <- function(landscape, level, metric, name, type, what, - directions, progress, to_disk, ...) { - - # get name of metrics - metrics <- list_lsm(level = level, - metric = metric, - name = name, - type = type, - what = what, - simplify = TRUE, - verbose = FALSE) - - # how many metrics need to be calculated? - number_metrics <- length(metrics) - - # error if no patch level metrics are provided - if (!all(metrics %in% list_lsm(level = "patch", simplify = TRUE))) { - stop("'spatialize_lsm()' only takes patch level metrics.", - call. = FALSE) - } - - # get CRS of input - crs_input <- terra::crs(landscape) - - # get patches - landscape_labeled <- get_patches(landscape, - class = "all", - directions = directions, - to_disk = to_disk, - return_raster = TRUE)[[1]] - - # get dataframe with patch ID and coordinates to merge with result of metric - # MH: Do we really want to remove NA? - patches_tibble <- terra::as.data.frame(sum(terra::rast(landscape_labeled), - na.rm = TRUE), - xy = TRUE) - - # modify names - names(patches_tibble) <- c("x", "y", "id") - - # replace all 0 values for NA - patches_tibble$id <- replace(patches_tibble$id, - patches_tibble$id == 0, - NA) - - # create object for warning messages - warning_messages <- character(0) - - # loop through metrics and return raster with value for each patch - result <- withCallingHandlers(expr = {lapply(seq_along(metrics), function(x) { - - # print progress using the non-internal name - if (progress) { - - cat("\r> Progress metrics: ", x, "/", number_metrics) - } - - # get metric value - fill_value <- calculate_lsm(landscape, - what = metrics[[x]], - progress = FALSE, - ...) - - # merge with coords data frame - fill_value <- merge(x = patches_tibble, - y = fill_value, - by = "id", - all.x = TRUE) - - if (to_disk) { - - # order fill_value by x - index <- order(fill_value$x) - fill_value <- fill_value[index, ] - - # split by y - fill_value <- rev(split(x = fill_value, f = fill_value$y)) - - # create empty raster - out <- terra::rast(landscape) - - # starting to write values in raster - blks <- terra::writeStart(x = out, filename = paste0(tempfile(), ".tif"), - overwrite = TRUE) - - # loop through all block sizes - for (i in 1:blks$n) { - - # start and end row of current block - start_row <- blks$row[i] - end_row <- blks$row[i] + (blks$nrows[i] - 1) - - # get values of current rows and combine to df - values_temp <- do.call("rbind", fill_value[start_row:end_row]) - - terra::writeValues(out, values_temp$value, blks$row[i], blks$nrows[i]) - } - - terra::writeStop(out) - - return(out) - } else { - - # convert to raster (wrap) - out <- terra::rast(fill_value[, c(2, 3, 8)], crs = crs_input) - - return(out) - }})}, warning = function(cond) { - - warning_messages <<- c(warning_messages, conditionMessage(cond)) - - invokeRestart("muffleWarning")} - ) - - # using metrics to name list - names(result) <- metrics - - if (progress) {cat("\n")} - - # warnings present - if (length(warning_messages) > 0) { - - # only unique warnings - warning_messages <- unique(warning_messages) - - # print warnings - lapply(warning_messages, function(x){ warning(x, call. = FALSE)}) - } - - return(result) -} +#' spatialize_lsm +#' +#' @description Spatialize landscape metric values +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param level Level of metrics. Either 'patch', 'class' or 'landscape' (or vector with combination). +#' @param metric Abbreviation of metrics (e.g. 'area'). +#' @param name Full name of metrics (e.g. 'core area') +#' @param type Type according to FRAGSTATS grouping (e.g. 'aggregation metrics'). +#' @param what Selected level of metrics: either "patch", "class" or "landscape". +#' It is also possible to specify functions as a vector of strings, e.g. `what = c("lsm_c_ca", "lsm_l_ta")`. +#' @param directions The number of directions in which patches should be +#' connected: 4 (rook's case) or 8 (queen's case). +#' @param progress Print progress report. +#' @param to_disk If TRUE raster will be saved to disk. +#' @param ... Arguments passed on to \code{calculate_lsm()}. +#' +#' @details +#' The functions returns a nested list with \code{RasterLayer}s. The first level +#' contains each input layer (only one element if \code{RasterLayer} was provided). +#' The second level contains a \code{RasterLayer} for each selected metric +#' (see \code{list_lsm} for details) where each cell has the landscape metric +#' value of the patch it belongs to. Only patch level metrics are allowed. +#' +#' @seealso +#' \code{\link{list_lsm}} \cr +#' \code{\link{show_lsm}} +#' +#' @return list +#' +#' @examples +#' spatialize_lsm(terra::unwrap(landscape), what = "lsm_p_area") +#' +#' @aliases spatialize_lsm +#' +#' @rdname spatialize_lsm +#' +#' @export +spatialize_lsm <- function(landscape, level = "patch", metric = NULL, name = NULL, + type = NULL, what = NULL, directions = 8, progress = FALSE, + to_disk = getOption("to_disk", default = FALSE), + ...) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = seq_along(landscape), FUN = function(x) { + + if (progress) { + + cat("\r> Progress nlayers: ", x , "/", length(landscape)) + } + + spatialize_lsm_internal(landscape = landscape[[x]], + level = level, + metric = metric, + name = name, + type = type, + what = what, + directions = directions, + progress = FALSE, + to_disk = to_disk, + ...) + }) + + if (progress) {cat("\n")} + + names(result) <- paste0("layer_", 1:length(result)) + + return(result) +} + +spatialize_lsm_internal <- function(landscape, level, metric, name, type, what, + directions, progress, to_disk, ...) { + + # get name of metrics + metrics <- list_lsm(level = level, + metric = metric, + name = name, + type = type, + what = what, + simplify = TRUE, + verbose = FALSE) + + # how many metrics need to be calculated? + number_metrics <- length(metrics) + + # error if no patch level metrics are provided + if (!all(metrics %in% list_lsm(level = "patch", simplify = TRUE))) { + stop("'spatialize_lsm()' only takes patch level metrics.", + call. = FALSE) + } + + # get CRS of input + crs_input <- terra::crs(landscape) + + # get patches + landscape_labeled <- get_patches(landscape, + class = "all", + directions = directions, + to_disk = to_disk, + return_raster = TRUE)[[1]] + + # get dataframe with patch ID and coordinates to merge with result of metric + # MH: Do we really want to remove NA? + patches_tibble <- terra::as.data.frame(sum(terra::rast(landscape_labeled), + na.rm = TRUE), + xy = TRUE) + + # modify names + names(patches_tibble) <- c("x", "y", "id") + + # replace all 0 values for NA + patches_tibble$id <- replace(patches_tibble$id, + patches_tibble$id == 0, + NA) + + # create object for warning messages + warning_messages <- character(0) + + # loop through metrics and return raster with value for each patch + result <- withCallingHandlers(expr = {lapply(seq_along(metrics), function(x) { + + # print progress using the non-internal name + if (progress) { + + cat("\r> Progress metrics: ", x, "/", number_metrics) + } + + # get metric value + fill_value <- calculate_lsm(landscape, + what = metrics[[x]], + progress = FALSE, + ...) + + # merge with coords data frame + fill_value <- merge(x = patches_tibble, + y = fill_value, + by = "id", + all.x = TRUE) + + if (to_disk) { + + # order fill_value by x + index <- order(fill_value$x) + fill_value <- fill_value[index, ] + + # split by y + fill_value <- rev(split(x = fill_value, f = fill_value$y)) + + # create empty raster + out <- terra::rast(landscape) + + # starting to write values in raster + blks <- terra::writeStart(x = out, filename = paste0(tempfile(), ".tif"), + overwrite = TRUE) + + # loop through all block sizes + for (i in 1:blks$n) { + + # start and end row of current block + start_row <- blks$row[i] + end_row <- blks$row[i] + (blks$nrows[i] - 1) + + # get values of current rows and combine to df + values_temp <- do.call("rbind", fill_value[start_row:end_row]) + + terra::writeValues(out, values_temp$value, blks$row[i], blks$nrows[i]) + } + + terra::writeStop(out) + + return(out) + } else { + + # convert to raster (wrap) + out <- terra::rast(fill_value[, c(2, 3, 8)], crs = crs_input) + + return(out) + }})}, warning = function(cond) { + + warning_messages <<- c(warning_messages, conditionMessage(cond)) + + invokeRestart("muffleWarning")} + ) + + # using metrics to name list + names(result) <- metrics + + if (progress) {cat("\n")} + + # warnings present + if (length(warning_messages) > 0) { + + # only unique warnings + warning_messages <- unique(warning_messages) + + # print warnings + lapply(warning_messages, function(x){ warning(x, call. = FALSE)}) + } + + return(result) +} diff --git a/R/unpad_raster.R b/R/unpad_raster.R index 7667d261b..ce5d79528 100644 --- a/R/unpad_raster.R +++ b/R/unpad_raster.R @@ -1,90 +1,90 @@ -#' unpad_raster -#' -#' @description Adding padding to raster -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param unpad_raster_cells Number of rows and columns added -#' @param return_raster If false, matrix is returned -#' @param to_disk Logical argument, if FALSE results of get_patches are hold -#' in memory. If true, unpad_raster writes temporary files and hence, does not hold -#' everything in memory. Can be set with a global option, e.g. `option(to_disk = TRUE)`. -#' -#' @details -#' Removes equally (in all four directions) additional cells around the raster -#' -#' @return raster -#' -#' @examples -#' lsm_padded <- pad_raster(terra::unwrap(landscape), pad_raster_cells = 2, pad_raster_value = -1) -#' unpad_raster(lsm_padded[[1]], unpad_raster_cells = 2) -#' -#' @aliases unpad_raster -#' @rdname unpad_raster -#' -#' @keywords internal -#' -#' @export -unpad_raster <- function(landscape, - unpad_raster_cells = 1, - return_raster = TRUE, - to_disk = getOption("to_disk", default = FALSE)) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = landscape, function(x) { - - result_temp <- unpad_raster_internal(landscape = x, - unpad_raster_cells = unpad_raster_cells) - - if (return_raster && inherits(x = x, what = "SpatRaster")) { - - result_temp <- matrix_to_raster(matrix = result_temp, - extent = terra::ext(x) - - terra::res(x) * unpad_raster_cells, - resolution = terra::res(x), crs = terra::crs(x), - to_disk = to_disk) - - } else if (return_raster || to_disk && !inherits(x = x, what = "SpatRaster")) { - - warning("'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.", - call. = FALSE) - - } - - return(result_temp) - }) - - names(result) <- paste0("layer_", 1:length(result)) - - return(result) - -} - -unpad_raster_internal <- function(landscape, unpad_raster_cells){ - - # convert to matrix - if (!inherits(x = landscape, what = "matrix")) { - - landscape <-terra::as.matrix(landscape, wide = TRUE) - - } - - # remove first row and col - landscape <- landscape[-c(1:unpad_raster_cells), -c(1:unpad_raster_cells)] - - # get dimensions of matrix - n_row_pad <- nrow(landscape) - - n_col_pad <- ncol(landscape) - - # get max row/cols to remove - n_row_keep <- (n_row_pad - unpad_raster_cells) + 1 - - n_col_keep <- (n_col_pad - unpad_raster_cells) + 1 - - # remove rows/cols - landscape <- landscape[-c(n_row_keep:n_row_pad), - -c(n_col_keep:n_col_pad)] - - return(landscape) -} +#' unpad_raster +#' +#' @description Adding padding to raster +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param unpad_raster_cells Number of rows and columns added +#' @param return_raster If false, matrix is returned +#' @param to_disk Logical argument, if FALSE results of get_patches are hold +#' in memory. If true, unpad_raster writes temporary files and hence, does not hold +#' everything in memory. Can be set with a global option, e.g. `option(to_disk = TRUE)`. +#' +#' @details +#' Removes equally (in all four directions) additional cells around the raster +#' +#' @return raster +#' +#' @examples +#' lsm_padded <- pad_raster(terra::unwrap(landscape), pad_raster_cells = 2, pad_raster_value = -1) +#' unpad_raster(lsm_padded[[1]], unpad_raster_cells = 2) +#' +#' @aliases unpad_raster +#' @rdname unpad_raster +#' +#' @keywords internal +#' +#' @export +unpad_raster <- function(landscape, + unpad_raster_cells = 1, + return_raster = TRUE, + to_disk = getOption("to_disk", default = FALSE)) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = landscape, function(x) { + + result_temp <- unpad_raster_internal(landscape = x, + unpad_raster_cells = unpad_raster_cells) + + if (return_raster && inherits(x = x, what = "SpatRaster")) { + + result_temp <- matrix_to_raster(matrix = result_temp, + extent = terra::ext(x) - + terra::res(x) * unpad_raster_cells, + resolution = terra::res(x), crs = terra::crs(x), + to_disk = to_disk) + + } else if (return_raster || to_disk && !inherits(x = x, what = "SpatRaster")) { + + warning("'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.", + call. = FALSE) + + } + + return(result_temp) + }) + + names(result) <- paste0("layer_", 1:length(result)) + + return(result) + +} + +unpad_raster_internal <- function(landscape, unpad_raster_cells){ + + # convert to matrix + if (!inherits(x = landscape, what = "matrix")) { + + landscape <-terra::as.matrix(landscape, wide = TRUE) + + } + + # remove first row and col + landscape <- landscape[-c(1:unpad_raster_cells), -c(1:unpad_raster_cells)] + + # get dimensions of matrix + n_row_pad <- nrow(landscape) + + n_col_pad <- ncol(landscape) + + # get max row/cols to remove + n_row_keep <- (n_row_pad - unpad_raster_cells) + 1 + + n_col_keep <- (n_col_pad - unpad_raster_cells) + 1 + + # remove rows/cols + landscape <- landscape[-c(n_row_keep:n_row_pad), + -c(n_col_keep:n_col_pad)] + + return(landscape) +} diff --git a/R/window_lsm.R b/R/window_lsm.R index a747a60b2..21f694ee9 100644 --- a/R/window_lsm.R +++ b/R/window_lsm.R @@ -1,236 +1,236 @@ -#' window_lsm -#' -#' @description Moving window -#' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. -#' @param window Moving window matrix. -#' @param level Level of metrics. Either 'patch', 'class' or 'landscape' (or vector with combination). -#' @param metric Abbreviation of metrics (e.g. 'area'). -#' @param name Full name of metrics (e.g. 'core area') -#' @param type Type according to FRAGSTATS grouping (e.g. 'aggregation metrics'). -#' @param what Selected level of metrics: either "patch", "class" or "landscape". -#' It is also possible to specify functions as a vector of strings, e.g. `what = c("lsm_c_ca", "lsm_l_ta")`. -#' @param progress Print progress report. -#' @param ... Arguments passed on to \code{calculate_lsm()}. -#' -#' @details -#' The function calculates for each focal cell the selected landscape metrics (currently only landscape level -#' metrics are allowed) for a local neighbourhood. The neighbourhood can be specified using a matrix. For more -#' details, see \code{?terra::focal()}. The result will be a \code{RasterLayer} in which each focal cell includes -#' the value of its neighbourhood and thereby allows to show gradients and variability in the landscape (Hagen-Zanker 2016). -#' To be type stable, the acutally result is always a nested list (first level for \code{RasterStack} layers, second level -#' for selected landscape metrics). -#' -#' @seealso -#' \code{\link{list_lsm}} \cr -#' \code{\link{calculate_lsm}} \cr -#' \code{\link{focal}} -#' -#' @return list -#' -#' @examples -#' \dontrun{ -#' window <- matrix(1, nrow = 5,ncol = 5) -#' window_lsm(landscape, window = window, what = c("lsm_l_pr", "lsm_l_joinent")) -#' window_lsm(landscape_stack, window = window, what = c("lsm_l_pr", "lsm_l_joinent")) -#' -#' window_circular <- matrix(c(NA, 1, NA, 1, 1, 1, NA, 1, NA), nrow = 3, ncol = 3) -#' window_lsm(landscape, window = window_circular, what = c("lsm_l_pr", "lsm_l_joinent")) -#' } -#' -#' @aliases window_lsm -#' @rdname window_lsm -#' -#' @references -#' Fletcher, R., Fortin, M.-J. 2018. Spatial Ecology and Conservation Modeling: Applications -#' with R. Springer International Publishing. 523 pages -#' -#' Hagen-Zanker, A. (2016). A computational framework for generalized moving windows -#' and its application to landscape pattern analysis. International journal of applied -#' earth observation and geoinformation, 44, 205-216. -#' -#' McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' website: -#' -#' @export -window_lsm <- function(landscape, - window, - level = "landscape", - metric = NULL, - name = NULL, - type = NULL, - what = NULL, - progress = FALSE, - ...) { - - landscape <- landscape_as_list(landscape) - - result <- lapply(X = seq_along(landscape), FUN = function(x) { - - if (progress) { - - cat("\r> Progress nlayers: ", x , "/", length(landscape)) - } - - window_lsm_int(landscape = landscape[[x]], - window = window, - level = level, - metric = metric, - name = name, - type = type, - what = what, - progress = FALSE, - ...) - }) - - if (progress) {cat("\n")} - - names(result) <- paste0("layer_", 1:length(result)) - - return(result) -} - -window_lsm_int <- function(landscape, - window, - level, - metric, - name, - type, - what, - progress, - ...) { - - # check if window has uneven sides - if (any(dim(window) %% 2 == 0)) { - - stop("The window must have uneven sides.", call. = FALSE) - } - - # get list of metrics to calculate - metrics_list <- list_lsm(level = level, - metric = metric, - name = name, - type = type, - what = what, - simplify = TRUE, - verbose = FALSE) - - number_metrics <- length(metrics_list) - - # check if non-landscape-level metrics are selected - if (!all(metrics_list %in% list_lsm(level = "landscape", simplify = TRUE))) { - - stop("'window_lsm()' is only able to calculate landscape level metrics.", - call. = FALSE) - } - - # get coordinates of cells - points <- raster_to_points(landscape)[, 2:4] - - # resolution of original raster - resolution <- terra::res(landscape) - - # create object for warning messages - warning_messages <- character(0) - - result <- withCallingHandlers(expr = {lapply(seq_along(metrics_list), function(current_metric) { - - # print progess using the non-internal name - if (progress) { - - cat("\r> Progress metrics: ", current_metric, "/", number_metrics) - } - - terra::focal(x = landscape, w = dim(window), fun = function(x) { - - calculate_lsm_focal(landscape = x, - raster_window = window, - resolution = resolution, - points = points, - what = metrics_list[[current_metric]], - ...)}, fillvalue = NA) - })}, - warning = function(cond) { - - warning_messages <<- c(warning_messages, conditionMessage(cond)) - - invokeRestart("muffleWarning")}) - - names(result) <- metrics_list - - if (progress) {cat("\n")} - - # warnings present - if (length(warning_messages) > 0) { - - # only unique warnings - warning_messages <- unique(warning_messages) - - # print warnings - lapply(warning_messages, function(x){ warning(x, call. = FALSE)}) - } - - return(result) -} - -calculate_lsm_focal <- function(landscape, - raster_window, - resolution, - points, - what, - ...) { - - # convert focal window to matrix - raster_window[!is.na(raster_window)] <- landscape - - # get internal calculation function - what <- paste0(what, "_calc") - - # match function name - foo <- get(what, mode = "function") - - # get argument - arguments <- names(formals(foo))[-1] - - arguments_values <- list(resolution = resolution, - points = points, - directions = 8, - count_boundary = FALSE, - consider_boundary = FALSE, - edge_depth = 1, - classes_max = NULL, - neighbourhood = 4, - ordered = TRUE, - base = "log2", - verbose = TRUE) - - # which arguments are needed - arguments_values <- arguments_values[names(arguments_values) %in% arguments] - - # sort alphabetically to match later with provided - arguments_values <- arguments_values[order(names(arguments_values))] - - # get provided arguments - arguments_provided <- substitute(...()) - - # sort alphabetically to match later with defaults - if (!is.null(arguments_provided)) { - - arguments_provided <- arguments_provided[order(names(arguments_provided))] - - # exchange arguments - arguments_values[names(arguments_values) %in% names(arguments_provided)] <- arguments_provided - } - - # landscape argument - arguments_values$landscape <- raster_window - - # run function - result <- do.call(what = foo, - args = arguments_values) - - return(result$value) -} - +#' window_lsm +#' +#' @description Moving window +#' +#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param window Moving window matrix. +#' @param level Level of metrics. Either 'patch', 'class' or 'landscape' (or vector with combination). +#' @param metric Abbreviation of metrics (e.g. 'area'). +#' @param name Full name of metrics (e.g. 'core area') +#' @param type Type according to FRAGSTATS grouping (e.g. 'aggregation metrics'). +#' @param what Selected level of metrics: either "patch", "class" or "landscape". +#' It is also possible to specify functions as a vector of strings, e.g. `what = c("lsm_c_ca", "lsm_l_ta")`. +#' @param progress Print progress report. +#' @param ... Arguments passed on to \code{calculate_lsm()}. +#' +#' @details +#' The function calculates for each focal cell the selected landscape metrics (currently only landscape level +#' metrics are allowed) for a local neighbourhood. The neighbourhood can be specified using a matrix. For more +#' details, see \code{?terra::focal()}. The result will be a \code{RasterLayer} in which each focal cell includes +#' the value of its neighbourhood and thereby allows to show gradients and variability in the landscape (Hagen-Zanker 2016). +#' To be type stable, the acutally result is always a nested list (first level for \code{RasterStack} layers, second level +#' for selected landscape metrics). +#' +#' @seealso +#' \code{\link{list_lsm}} \cr +#' \code{\link{calculate_lsm}} \cr +#' \code{\link{focal}} +#' +#' @return list +#' +#' @examples +#' \dontrun{ +#' window <- matrix(1, nrow = 5,ncol = 5) +#' window_lsm(landscape, window = window, what = c("lsm_l_pr", "lsm_l_joinent")) +#' window_lsm(landscape_stack, window = window, what = c("lsm_l_pr", "lsm_l_joinent")) +#' +#' window_circular <- matrix(c(NA, 1, NA, 1, 1, 1, NA, 1, NA), nrow = 3, ncol = 3) +#' window_lsm(landscape, window = window_circular, what = c("lsm_l_pr", "lsm_l_joinent")) +#' } +#' +#' @aliases window_lsm +#' @rdname window_lsm +#' +#' @references +#' Fletcher, R., Fortin, M.-J. 2018. Spatial Ecology and Conservation Modeling: Applications +#' with R. Springer International Publishing. 523 pages +#' +#' Hagen-Zanker, A. (2016). A computational framework for generalized moving windows +#' and its application to landscape pattern analysis. International journal of applied +#' earth observation and geoinformation, 44, 205-216. +#' +#' McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical and Continuous Maps. Computer software program produced by +#' the authors at the University of Massachusetts, Amherst. Available at the following +#' website: +#' +#' @export +window_lsm <- function(landscape, + window, + level = "landscape", + metric = NULL, + name = NULL, + type = NULL, + what = NULL, + progress = FALSE, + ...) { + + landscape <- landscape_as_list(landscape) + + result <- lapply(X = seq_along(landscape), FUN = function(x) { + + if (progress) { + + cat("\r> Progress nlayers: ", x , "/", length(landscape)) + } + + window_lsm_int(landscape = landscape[[x]], + window = window, + level = level, + metric = metric, + name = name, + type = type, + what = what, + progress = FALSE, + ...) + }) + + if (progress) {cat("\n")} + + names(result) <- paste0("layer_", 1:length(result)) + + return(result) +} + +window_lsm_int <- function(landscape, + window, + level, + metric, + name, + type, + what, + progress, + ...) { + + # check if window has uneven sides + if (any(dim(window) %% 2 == 0)) { + + stop("The window must have uneven sides.", call. = FALSE) + } + + # get list of metrics to calculate + metrics_list <- list_lsm(level = level, + metric = metric, + name = name, + type = type, + what = what, + simplify = TRUE, + verbose = FALSE) + + number_metrics <- length(metrics_list) + + # check if non-landscape-level metrics are selected + if (!all(metrics_list %in% list_lsm(level = "landscape", simplify = TRUE))) { + + stop("'window_lsm()' is only able to calculate landscape level metrics.", + call. = FALSE) + } + + # get coordinates of cells + points <- raster_to_points(landscape)[, 2:4] + + # resolution of original raster + resolution <- terra::res(landscape) + + # create object for warning messages + warning_messages <- character(0) + + result <- withCallingHandlers(expr = {lapply(seq_along(metrics_list), function(current_metric) { + + # print progess using the non-internal name + if (progress) { + + cat("\r> Progress metrics: ", current_metric, "/", number_metrics) + } + + terra::focal(x = landscape, w = dim(window), fun = function(x) { + + calculate_lsm_focal(landscape = x, + raster_window = window, + resolution = resolution, + points = points, + what = metrics_list[[current_metric]], + ...)}, fillvalue = NA) + })}, + warning = function(cond) { + + warning_messages <<- c(warning_messages, conditionMessage(cond)) + + invokeRestart("muffleWarning")}) + + names(result) <- metrics_list + + if (progress) {cat("\n")} + + # warnings present + if (length(warning_messages) > 0) { + + # only unique warnings + warning_messages <- unique(warning_messages) + + # print warnings + lapply(warning_messages, function(x){ warning(x, call. = FALSE)}) + } + + return(result) +} + +calculate_lsm_focal <- function(landscape, + raster_window, + resolution, + points, + what, + ...) { + + # convert focal window to matrix + raster_window[!is.na(raster_window)] <- landscape + + # get internal calculation function + what <- paste0(what, "_calc") + + # match function name + foo <- get(what, mode = "function") + + # get argument + arguments <- names(formals(foo))[-1] + + arguments_values <- list(resolution = resolution, + points = points, + directions = 8, + count_boundary = FALSE, + consider_boundary = FALSE, + edge_depth = 1, + classes_max = NULL, + neighbourhood = 4, + ordered = TRUE, + base = "log2", + verbose = TRUE) + + # which arguments are needed + arguments_values <- arguments_values[names(arguments_values) %in% arguments] + + # sort alphabetically to match later with provided + arguments_values <- arguments_values[order(names(arguments_values))] + + # get provided arguments + arguments_provided <- substitute(...()) + + # sort alphabetically to match later with defaults + if (!is.null(arguments_provided)) { + + arguments_provided <- arguments_provided[order(names(arguments_provided))] + + # exchange arguments + arguments_values[names(arguments_values) %in% names(arguments_provided)] <- arguments_provided + } + + # landscape argument + arguments_values$landscape <- raster_window + + # run function + result <- do.call(what = foo, + args = arguments_values) + + return(result$value) +} + diff --git a/cran-comments.md b/cran-comments.md index 7a6c13827..67515b320 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,132 +1,132 @@ -# landscapemetrics 2.0.0 -Remove dependencies - -# landscapemetrics 1.5.6 -Remove dependencies - -# landscapemetrics 1.5.5 -- Improved user experience -- Fix typo in Maintainer name - -# landscapemetrics 1.5.4 -Computational improvements - -# landscapemetrics 1.5.3 -Minor bug fixes and improved terra support - -# landscapemetrics 1.5.2 -Minor bug fixes - -# landscapemetrics 1.5.1 -Small improvements package CI and bug fixes - -# landscapemetrics 1.5.0 -Better handling of input data, new functions and terra support - -# landscapemetrics 1.4.7 -Adding new function - -# landscapemetrics 1.4.6 -Minor improvements of existing functions - -# landscapemetrics 1.4.5 -Minor improvements, bug fixes and new functions - -# landscapemetrics 1.4.4 -Minor improvements and bug fixes - -# landscapemetrics 1.4.3 -Improvements of existing functions - -# landscapemetrics 1.4.2 -Minor improvements and bug fixes - -# landscapemetrics 1.4.1 -Major bugfixes - -# landscapemetrics 1.4 -Improvements of existing functions and make sure all CRAN checks run - -# landscapemetrics 1.3.2 -Make sure all CRAN checks run - -## Update Version: 1.3.1 -Minor bugfixes - -## Update Version: 1.3 -Minor bugfixes - -## Update Version: 1.2.2 -Small bugfixes and improvements of existing functions - -## Update Version: 1.2.1 -Small bugfixes - -## Update Version: 1.2 -Minor bugfixes and improvments of existing functions - -## Update Version: 1.1 -Minor bugfixes and improvments of existing functions - -## Update Version: 1.0 -Minor bugfixes, less dependencies and new function - -## Update Version: 0.3.1 -Minor bugfixes - -## Update Version: 0.3 -Minor bugfixes, better memory allocation and new functions - -## Update Version: 0.2 -Minor bugfixes and new functions - -## Update Version: 0.1.1 -a) The Solaris installation error is described in §1.6.4 of 'Writing R -Extensions': please study it. - -* Done as suggested - -b) You use isFALSE from R 3.5.x despite claiming Depends: R (≥ 3.1): you -cannot have actually tested that. - -* Done as suggested - -c) There are problems with the tests showing in the 'Additional issues' (shortly if not already). -The way you write your tests, the reports such as - -── 1. Failure: lsm_c_lsi results are equal to fragstats (@test-lsm-c-lsi.R#7) ─ - all(...) isn't true. - - ── 2. Failure: lsm_c_split results are equal to fragstats (@test-lsm-c-split.R#7 - all(...) isn't true. - - ── 3. Failure: lsm_p_enn results are comparable to fragstats (@test-lsm-p-enn.R# - all(...) isn't true. - -are completely useless. But testing numerical results by rounding rather than using all.equal -is bad practice (and it is not you who is paying the price!). - -You could use something like - -> all.equal(sort(fragstats_class_landscape_lsi), sort(landscapemetrics_class_landscape_lsi$value)) -[1] "Mean relative difference: 4.816766e-06" - -with a suitable tolerance. - -* The software we compare our results to (FRAGSTATS) has only a precision of 4 digits itself. We discussed using relative differences but decided that we do not want to show that our results are equal to the FRAGSTATS results within a tolerance, but rather that our results would be exactly the same assuming the same precision. Therefore we decided to round our results for the tests. - - -## Test environments -* Windows 10, R 3.5.2 -* ubuntu 18.04, R 3.5.2 -* macOS Mojave, R 3.5.2 -* Windows 10, R (unstable) (2019-01-18 r75994) -* win-builder (release and devel) - -## R CMD check results - -0 errors | 0 warnings | 0 note - -## Reverse dependencies - -There are currently no reverse dependencies. +# landscapemetrics 2.0.0 +Remove dependencies + +# landscapemetrics 1.5.6 +Remove dependencies + +# landscapemetrics 1.5.5 +- Improved user experience +- Fix typo in Maintainer name + +# landscapemetrics 1.5.4 +Computational improvements + +# landscapemetrics 1.5.3 +Minor bug fixes and improved terra support + +# landscapemetrics 1.5.2 +Minor bug fixes + +# landscapemetrics 1.5.1 +Small improvements package CI and bug fixes + +# landscapemetrics 1.5.0 +Better handling of input data, new functions and terra support + +# landscapemetrics 1.4.7 +Adding new function + +# landscapemetrics 1.4.6 +Minor improvements of existing functions + +# landscapemetrics 1.4.5 +Minor improvements, bug fixes and new functions + +# landscapemetrics 1.4.4 +Minor improvements and bug fixes + +# landscapemetrics 1.4.3 +Improvements of existing functions + +# landscapemetrics 1.4.2 +Minor improvements and bug fixes + +# landscapemetrics 1.4.1 +Major bugfixes + +# landscapemetrics 1.4 +Improvements of existing functions and make sure all CRAN checks run + +# landscapemetrics 1.3.2 +Make sure all CRAN checks run + +## Update Version: 1.3.1 +Minor bugfixes + +## Update Version: 1.3 +Minor bugfixes + +## Update Version: 1.2.2 +Small bugfixes and improvements of existing functions + +## Update Version: 1.2.1 +Small bugfixes + +## Update Version: 1.2 +Minor bugfixes and improvments of existing functions + +## Update Version: 1.1 +Minor bugfixes and improvments of existing functions + +## Update Version: 1.0 +Minor bugfixes, less dependencies and new function + +## Update Version: 0.3.1 +Minor bugfixes + +## Update Version: 0.3 +Minor bugfixes, better memory allocation and new functions + +## Update Version: 0.2 +Minor bugfixes and new functions + +## Update Version: 0.1.1 +a) The Solaris installation error is described in §1.6.4 of 'Writing R +Extensions': please study it. + +* Done as suggested + +b) You use isFALSE from R 3.5.x despite claiming Depends: R (≥ 3.1): you +cannot have actually tested that. + +* Done as suggested + +c) There are problems with the tests showing in the 'Additional issues' (shortly if not already). +The way you write your tests, the reports such as + +── 1. Failure: lsm_c_lsi results are equal to fragstats (@test-lsm-c-lsi.R#7) ─ + all(...) isn't true. + + ── 2. Failure: lsm_c_split results are equal to fragstats (@test-lsm-c-split.R#7 + all(...) isn't true. + + ── 3. Failure: lsm_p_enn results are comparable to fragstats (@test-lsm-p-enn.R# + all(...) isn't true. + +are completely useless. But testing numerical results by rounding rather than using all.equal +is bad practice (and it is not you who is paying the price!). + +You could use something like + +> all.equal(sort(fragstats_class_landscape_lsi), sort(landscapemetrics_class_landscape_lsi$value)) +[1] "Mean relative difference: 4.816766e-06" + +with a suitable tolerance. + +* The software we compare our results to (FRAGSTATS) has only a precision of 4 digits itself. We discussed using relative differences but decided that we do not want to show that our results are equal to the FRAGSTATS results within a tolerance, but rather that our results would be exactly the same assuming the same precision. Therefore we decided to round our results for the tests. + + +## Test environments +* Windows 10, R 3.5.2 +* ubuntu 18.04, R 3.5.2 +* macOS Mojave, R 3.5.2 +* Windows 10, R (unstable) (2019-01-18 r75994) +* win-builder (release and devel) + +## R CMD check results + +0 errors | 0 warnings | 0 note + +## Reverse dependencies + +There are currently no reverse dependencies. diff --git a/data-raw/01_landscapes.R b/data-raw/01_landscapes.R index 223d17cc3..46f02d628 100644 --- a/data-raw/01_landscapes.R +++ b/data-raw/01_landscapes.R @@ -1,28 +1,28 @@ -library(NLMR) -library(terra) -library(usethis) - -#### Create example datasets #### -set.seed(2018-05-12) - -single_landscape_create = function(x) { - NLMR::nlm_randomcluster(ncol = 30, nrow = 30, p = 0.4, ai = c(0.25, 0.25, 0.5), - rescale = FALSE) -} - -# Example maps from NLMR -landscape <- terra::wrap(terra::rast(single_landscape_create())) - -usethis::use_data(landscape, overwrite = TRUE) - -#### Example for background vignette #### - -landscape_continous <- NLMR::nlm_fbm(100, 100, fract_dim = 1.3, user_seed = 5) - -landscape_categorical <- landscapetools::util_classify(x = landscape_continous, - weighting = c(0.2, 0.2, 0.2, 0.2, 0.2)) - -landscape_background <- list("a) Continous Landscape" = terra::wrap(terra::rast(landscape_continous)), - "b) Categorical Landscape" = terra::wrap(terra::rast(landscape_categorical))) - -usethis::use_data(landscape_background, overwrite = TRUE, internal = TRUE) +library(NLMR) +library(terra) +library(usethis) + +#### Create example datasets #### +set.seed(2018-05-12) + +single_landscape_create = function(x) { + NLMR::nlm_randomcluster(ncol = 30, nrow = 30, p = 0.4, ai = c(0.25, 0.25, 0.5), + rescale = FALSE) +} + +# Example maps from NLMR +landscape <- terra::wrap(terra::rast(single_landscape_create())) + +usethis::use_data(landscape, overwrite = TRUE) + +#### Example for background vignette #### + +landscape_continous <- NLMR::nlm_fbm(100, 100, fract_dim = 1.3, user_seed = 5) + +landscape_categorical <- landscapetools::util_classify(x = landscape_continous, + weighting = c(0.2, 0.2, 0.2, 0.2, 0.2)) + +landscape_background <- list("a) Continous Landscape" = terra::wrap(terra::rast(landscape_continous)), + "b) Categorical Landscape" = terra::wrap(terra::rast(landscape_categorical))) + +usethis::use_data(landscape_background, overwrite = TRUE, internal = TRUE) diff --git a/data-raw/02_real_landscapes.R b/data-raw/02_real_landscapes.R index 778ae4c5b..d931679d3 100644 --- a/data-raw/02_real_landscapes.R +++ b/data-raw/02_real_landscapes.R @@ -1,22 +1,22 @@ -library(raster) -library(terra) -library(usethis) - - -# nlcd2011 ---------------------------------------------------------------- -# https://www.mrlc.gov/nlcd2011.php --------------------------------------- - -nlcd_bbox = extent(c(1249650, 1270000, 1246800, 1260000)) -nlcd_filepath = "your_path" -augusta_nlcd = terra::wrap(terra::crop(terra::rast(nlcd_filepath), nlcd_bbox)) - -usethis::use_data(augusta_nlcd, overwrite = TRUE) - -# ESACCI-LC 2015 ---------------------------------------------------------- -# http://maps.elie.ucl.ac.be/CCI/viewer/ ---------------------------------- - -ccilc_bbox = extent(c(22.23, 23.5, 52.8, 53.83)) -ccilc_filepath = "your_path" -podlasie_ccilc = terra::wrap(terra::crop(terra::rast(ccilc_filepath), ccilc_bbox)) - -usethis::use_data(podlasie_ccilc, overwrite = TRUE) +library(raster) +library(terra) +library(usethis) + + +# nlcd2011 ---------------------------------------------------------------- +# https://www.mrlc.gov/nlcd2011.php --------------------------------------- + +nlcd_bbox = extent(c(1249650, 1270000, 1246800, 1260000)) +nlcd_filepath = "your_path" +augusta_nlcd = terra::wrap(terra::crop(terra::rast(nlcd_filepath), nlcd_bbox)) + +usethis::use_data(augusta_nlcd, overwrite = TRUE) + +# ESACCI-LC 2015 ---------------------------------------------------------- +# http://maps.elie.ucl.ac.be/CCI/viewer/ ---------------------------------- + +ccilc_bbox = extent(c(22.23, 23.5, 52.8, 53.83)) +ccilc_filepath = "your_path" +podlasie_ccilc = terra::wrap(terra::crop(terra::rast(ccilc_filepath), ccilc_bbox)) + +usethis::use_data(podlasie_ccilc, overwrite = TRUE) diff --git a/data-raw/fragstats_results_class.txt b/data-raw/fragstats_results_class.txt index 04b9dbf9d..063e75a42 100644 --- a/data-raw/fragstats_results_class.txt +++ b/data-raw/fragstats_results_class.txt @@ -1,48 +1,48 @@ -LID , TYPE , CA , PLAND , NP , PD , LPI , TE , ED , LSI , AREA_MN , AREA_SD , AREA_CV , GYRATE_MN , GYRATE_SD , GYRATE_CV , SHAPE_MN , SHAPE_SD , SHAPE_CV , FRAC_MN , FRAC_SD , FRAC_CV , PARA_MN , PARA_SD , PARA_CV , CIRCLE_MN , CIRCLE_SD , CIRCLE_CV , CONTIG_MN , CONTIG_SD , CONTIG_CV , PAFRAC , TCA , CPLAND , NDCA , DCAD , CORE_MN , CORE_SD , CORE_CV , DCORE_MN , DCORE_SD , DCORE_CV , CAI_MN , CAI_SD , CAI_CV , PROX_MN , PROX_SD , PROX_CV , ENN_MN , ENN_SD , ENN_CV , CLUMPY , PLADJ , IJI , CONNECT , COHESION , DIVISION , MESH , SPLIT , AI , NLSI -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_71 , 2722.2300 , 10.1242 , 1307.0000 , 4.8608 , 0.2243 , 1368570.0000 , 50.8982 , 65.8448 , 2.0828 , 3.9525 , 189.7682 , 65.6448 , 48.8957 , 74.4853 , 1.7601 , 0.6502 , 36.9409 , 1.1180 , 0.0554 , 4.9593 , 692.8028 , 210.9493 , 30.4487 , 0.6762 , 0.1325 , 19.5935 , 0.4455 , 0.1510 , 33.8829 , 1.6061 , 2722.2300 , 10.1242 , 1307.0000 , 4.8608 , 2.0828 , 3.9525 , 189.7682 , 2.0828 , 3.9525 , 189.7682 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 113.1539 , 82.5035 , 72.9127 , 0.5825 , 62.1219 , 67.5580 , 0.0000 , 85.9163 , 1.0000 , 0.9702 , 27713.0965 , 62.4813 , 0.3752 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_42 , 8894.6100 , 33.0797 , 1024.0000 , 3.8083 , 2.7869 , 2233530.0000 , 83.0667 , 59.7170 , 8.6861 , 35.4549 , 408.1781 , 95.5321 , 118.2809 , 123.8127 , 1.8322 , 0.9509 , 51.8985 , 1.1092 , 0.0566 , 5.1070 , 555.4494 , 226.1167 , 40.7088 , 0.6313 , 0.1240 , 19.6359 , 0.5478 , 0.1721 , 31.4070 , 1.4888 , 8894.6100 , 33.0797 , 1024.0000 , 3.8083 , 8.6861 , 35.4549 , 408.1781 , 8.6861 , 35.4549 , 408.1781 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 88.5048 , 51.1318 , 57.7730 , 0.7199 , 80.9965 , 62.1756 , 0.0000 , 96.2324 , 0.9981 , 50.7461 , 529.8613 , 81.2550 , 0.1874 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_41 , 6735.4200 , 25.0495 , 1206.0000 , 4.4852 , 0.8639 , 2563290.0000 , 95.3307 , 78.5146 , 5.5849 , 16.0308 , 287.0366 , 96.0243 , 102.9498 , 107.2122 , 2.0357 , 1.1439 , 56.1917 , 1.1277 , 0.0622 , 5.5177 , 607.4275 , 208.8819 , 34.3880 , 0.6819 , 0.1223 , 17.9328 , 0.5087 , 0.1555 , 30.5765 , 1.6060 , 6735.4200 , 25.0495 , 1206.0000 , 4.4852 , 5.5849 , 16.0308 , 287.0366 , 5.5849 , 16.0308 , 287.0366 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 85.6311 , 45.2950 , 52.8956 , 0.6200 , 71.2539 , 66.9338 , 0.0000 , 94.2176 , 0.9995 , 12.9253 , 2080.2851 , 71.5157 , 0.2848 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_81 , 2557.0800 , 9.5100 , 401.0000 , 1.4913 , 0.8070 , 865200.0000 , 32.1774 , 42.9053 , 6.3768 , 15.1597 , 237.7339 , 108.0771 , 96.4045 , 89.1998 , 2.0432 , 0.9284 , 45.4385 , 1.1278 , 0.0587 , 5.2035 , 490.8791 , 185.4233 , 37.7737 , 0.6656 , 0.1266 , 19.0227 , 0.6004 , 0.1396 , 23.2462 , 1.6257 , 2557.0800 , 9.5100 , 401.0000 , 1.4913 , 6.3768 , 15.1597 , 237.7339 , 6.3768 , 15.1597 , 237.7339 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 143.2685 , 121.0112 , 84.4646 , 0.7229 , 74.4791 , 70.6395 , 0.0000 , 93.2938 , 0.9998 , 4.0338 , 6665.7708 , 74.9248 , 0.2508 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_21 , 1755.6300 , 6.5293 , 913.0000 , 3.3955 , 0.3725 , 1116090.0000 , 41.5082 , 66.7071 , 1.9229 , 6.8788 , 357.7281 , 77.0400 , 156.8833 , 203.6386 , 1.8122 , 1.3333 , 73.5719 , 1.0965 , 0.0944 , 8.6134 , 992.1591 , 271.6013 , 27.3748 , 0.5270 , 0.3523 , 66.8537 , 0.2251 , 0.1800 , 79.9454 , 1.6882 , 1755.6300 , 6.5293 , 913.0000 , 3.3955 , 1.9229 , 6.8788 , 357.7281 , 1.9229 , 6.8788 , 357.7281 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 74.0890 , 45.1998 , 61.0075 , 0.4918 , 52.1249 , 70.2312 , 0.0000 , 91.6649 , 0.9999 , 1.7323 , 15522.1511 , 52.5017 , 0.4750 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_43 , 328.2300 , 1.2207 , 421.0000 , 1.5657 , 0.0204 , 251370.0000 , 9.3486 , 34.8347 , 0.7796 , 0.5665 , 72.6616 , 43.5645 , 17.0447 , 39.1251 , 1.5747 , 0.4028 , 25.5768 , 1.1120 , 0.0487 , 4.3835 , 824.4720 , 173.5848 , 21.0541 , 0.6625 , 0.1129 , 17.0489 , 0.3542 , 0.1090 , 30.7868 , 1.8804 , 328.2300 , 1.2207 , 421.0000 , 1.5657 , 0.7796 , 0.5665 , 72.6616 , 0.7796 , 0.5665 , 72.6616 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 270.7591 , 240.6448 , 88.8778 , 0.4222 , 42.2128 , 54.1790 , 0.0000 , 69.3815 , 1.0000 , 0.0145 , 1849015.7562 , 42.9249 , 0.5708 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_52 , 1271.0700 , 4.7272 , 356.0000 , 1.3240 , 0.1593 , 544950.0000 , 20.2671 , 38.3403 , 3.5704 , 5.5139 , 154.4318 , 83.8576 , 56.4654 , 67.3349 , 1.9664 , 0.7645 , 38.8781 , 1.1311 , 0.0569 , 5.0275 , 601.8307 , 219.9766 , 36.5512 , 0.6732 , 0.1257 , 18.6742 , 0.5198 , 0.1636 , 31.4698 , 1.5682 , 1271.0700 , 4.7272 , 356.0000 , 1.3240 , 3.5704 , 5.5139 , 154.4318 , 3.5704 , 5.5139 , 154.4318 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 208.7435 , 215.5201 , 103.2464 , 0.6670 , 67.6945 , 60.3935 , 0.0000 , 88.9237 , 1.0000 , 0.5713 , 47064.4233 , 68.2698 , 0.3173 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_11 , 288.0000 , 1.0711 , 174.0000 , 0.6471 , 0.1640 , 111780.0000 , 4.1572 , 16.4386 , 1.6552 , 3.6174 , 218.5527 , 49.7985 , 37.4020 , 75.1066 , 1.2712 , 0.2787 , 21.9245 , 1.0600 , 0.0338 , 3.1875 , 555.8475 , 158.4750 , 28.5105 , 0.5681 , 0.1167 , 20.5450 , 0.5372 , 0.1240 , 23.0789 , 1.3818 , 288.0000 , 1.0711 , 174.0000 , 0.6471 , 1.6552 , 3.6174 , 218.5527 , 1.6552 , 3.6174 , 218.5527 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 457.5303 , 353.9196 , 77.3544 , 0.7170 , 70.7188 , 68.0808 , 0.0000 , 82.4650 , 1.0000 , 0.1024 , 262559.2366 , 72.0013 , 0.2800 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_90 , 952.2900 , 3.5416 , 254.0000 , 0.9446 , 0.4639 , 365970.0000 , 13.6107 , 29.8447 , 3.7492 , 10.5634 , 281.7516 , 93.5661 , 134.5377 , 143.7889 , 1.8168 , 0.7980 , 43.9257 , 1.1170 , 0.0570 , 5.1019 , 642.9317 , 188.2434 , 29.2789 , 0.7060 , 0.1356 , 19.2036 , 0.4763 , 0.1416 , 29.7355 , 1.5846 , 952.2900 , 3.5416 , 254.0000 , 0.9446 , 3.7492 , 10.5634 , 281.7516 , 3.7492 , 10.5634 , 281.7516 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 188.0288 , 212.8913 , 113.2227 , 0.7060 , 70.9479 , 54.6798 , 0.0000 , 91.8318 , 1.0000 , 1.1869 , 22655.0771 , 71.6454 , 0.2835 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_22 , 748.5300 , 2.7838 , 1047.0000 , 3.8939 , 0.3019 , 506970.0000 , 18.8546 , 46.4426 , 0.7149 , 3.9929 , 558.5025 , 32.9317 , 97.3690 , 295.6697 , 1.2813 , 0.7466 , 58.2706 , 1.0471 , 0.0653 , 6.2351 , 1097.3363 , 253.5958 , 23.1101 , 0.3562 , 0.3258 , 91.4539 , 0.1531 , 0.1649 , 107.7125 , 1.6073 , 748.5300 , 2.7838 , 1047.0000 , 3.8939 , 0.7149 , 3.9929 , 558.5025 , 0.7149 , 3.9929 , 558.5025 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 110.9334 , 117.8853 , 106.2667 , 0.4800 , 48.9059 , 56.0148 , 0.0000 , 89.4957 , 1.0000 , 0.6407 , 41966.5573 , 49.4499 , 0.5055 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_23 , 225.2700 , 0.8378 , 453.0000 , 1.6847 , 0.0546 , 167970.0000 , 6.2469 , 27.9208 , 0.4973 , 1.0135 , 203.8047 , 29.5895 , 27.7272 , 93.7062 , 1.2505 , 0.4610 , 36.8670 , 1.0493 , 0.0590 , 5.6232 , 1037.4167 , 274.3916 , 26.4495 , 0.3991 , 0.3138 , 78.6415 , 0.1898 , 0.1789 , 94.2388 , 1.5349 , 225.2700 , 0.8378 , 453.0000 , 1.6847 , 0.4973 , 1.0135 , 203.8047 , 0.4973 , 1.0135 , 203.8047 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 135.1786 , 202.6160 , 149.8876 , 0.4410 , 43.6676 , 43.4851 , 0.0000 , 73.5759 , 1.0000 , 0.0215 , 1252297.9670 , 44.5668 , 0.5543 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_31 , 341.4600 , 1.2699 , 154.0000 , 0.5727 , 0.1988 , 145560.0000 , 5.4135 , 19.6774 , 2.2173 , 6.1229 , 276.1445 , 59.1233 , 52.7225 , 89.1739 , 1.6342 , 0.5460 , 33.4121 , 1.1070 , 0.0531 , 4.7973 , 678.7613 , 215.1437 , 31.6965 , 0.6393 , 0.1139 , 17.8154 , 0.4606 , 0.1490 , 32.3589 , 1.5558 , 341.4600 , 1.2699 , 154.0000 , 0.5727 , 2.2173 , 6.1229 , 276.1445 , 2.2173 , 6.1229 , 276.1445 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 361.9887 , 467.6931 , 129.2010 , 0.6857 , 67.8440 , 71.7813 , 0.0000 , 87.6435 , 1.0000 , 0.2429 , 110708.9458 , 68.9711 , 0.3103 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_24 , 33.7500 , 0.1255 , 51.0000 , 0.1897 , 0.0234 , 16800.0000 , 0.6248 , 7.2564 , 0.6618 , 1.1530 , 174.2238 , 27.9759 , 19.8385 , 70.9127 , 1.1098 , 0.2020 , 18.2056 , 1.0306 , 0.0332 , 3.2249 , 923.4162 , 352.0225 , 38.1218 , 0.3583 , 0.2673 , 74.6091 , 0.2667 , 0.2494 , 93.5150 , 1.2347 , 33.7500 , 0.1255 , 51.0000 , 0.1897 , 0.6618 , 1.1530 , 174.2238 , 0.6618 , 1.1530 , 174.2238 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 470.9145 , 696.6505 , 147.9357 , 0.6564 , 62.2667 , 35.6319 , 0.0000 , 72.5293 , 1.0000 , 0.0034 , 8021707.3425 , 65.6821 , 0.3432 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_95 , 13.5000 , 0.0502 , 9.0000 , 0.0335 , 0.0097 , 8160.0000 , 0.3035 , 5.4400 , 1.5000 , 0.6828 , 45.5192 , 61.0702 , 22.6122 , 37.0267 , 1.7412 , 0.4589 , 26.3579 , 1.1197 , 0.0536 , 4.7855 , 647.6513 , 188.8427 , 29.1581 , 0.6429 , 0.1653 , 25.7126 , 0.4880 , 0.1368 , 28.0253 , NA , 13.5000 , 0.0502 , 9.0000 , 0.0335 , 1.5000 , 0.6828 , 45.5192 , 1.5000 , 0.6828 , 45.5192 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1109.4841 , 1247.2550 , 112.4176 , 0.5962 , 54.6667 , 71.3574 , 0.0000 , 77.1837 , 1.0000 , 0.0009 , 29575062.1604 , 59.6364 , 0.4036 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_82 , 21.3300 , 0.0793 , 4.0000 , 0.0149 , 0.0485 , 6510.0000 , 0.2421 , 3.5161 , 5.3325 , 5.0369 , 94.4573 , 92.4598 , 58.9951 , 63.8062 , 1.8356 , 0.4888 , 26.6283 , 1.1074 , 0.0643 , 5.8050 , 648.3952 , 432.1629 , 66.6512 , 0.5002 , 0.2956 , 59.1012 , 0.4988 , 0.3179 , 63.7471 , NA , 21.3300 , 0.0793 , 4.0000 , 0.0149 , 5.3325 , 5.0369 , 94.4573 , 5.3325 , 5.0369 , 94.4573 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2384.2132 , 1863.0627 , 78.1416 , 0.8238 , 77.0042 , 70.6507 , 0.0000 , 89.4340 , 1.0000 , 0.0080 , 3359208.8216 , 82.3928 , 0.1761 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , cls_1 , 0.0179 , 19.8889 , 9.0000 , 10000.0000 , 16.4444 , 180.0000 , 2000.0000 , 3.6296 , 0.0020 , 0.0045 , 228.5906 , 1.6396 , 2.4907 , 151.9092 , 1.2278 , 0.4939 , 40.2283 , 1.1532 , 0.1538 , 13.3375 , 28192.9072 , 11617.9337 , 41.2087 , 0.3429 , 0.3141 , 91.6034 , 0.2606 , 0.2730 , 104.7691 , NA , 0.0073 , 8.1111 , 5.0000 , 5555.5556 , 0.0008 , 0.0022 , 274.2328 , 0.0015 , 0.0016 , 106.5151 , 6.9176 , 15.1833 , 219.4876 , 3.4574 , 6.0077 , 173.7633 , 3.6829 , 1.4503 , 39.3785 , 0.7322 , 72.6257 , 79.3188 , 13.8889 , 91.7646 , 0.9726 , 0.0025 , 36.5474 , 78.5498 , 0.2145 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , cls_3 , 0.0479 , 53.2222 , 4.0000 , 4444.4444 , 50.7778 , 321.0000 , 3566.6667 , 4.4091 , 0.0120 , 0.0195 , 162.6136 , 3.6027 , 4.4221 , 122.7440 , 1.8807 , 1.2560 , 66.7858 , 1.2965 , 0.0963 , 7.4303 , 17014.8310 , 6766.2580 , 39.7668 , 0.5790 , 0.0675 , 11.6649 , 0.5143 , 0.2000 , 38.8875 , NA , 0.0225 , 25.0000 , 11.0000 , 12222.2222 , 0.0056 , 0.0097 , 172.1802 , 0.0020 , 0.0030 , 145.4373 , 14.7538 , 20.1978 , 136.8985 , 59.1250 , 55.5063 , 93.8796 , 2.0000 , 0.0000 , 0.0000 , 0.6492 , 79.7495 , 98.4480 , 50.0000 , 98.1333 , 0.7419 , 0.0232 , 3.8749 , 83.5886 , 0.1748 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , cls_2 , 0.0242 , 26.8889 , 14.0000 , 15555.5556 , 10.8889 , 227.0000 , 2522.2222 , 4.1250 , 0.0017 , 0.0027 , 159.0109 , 1.4862 , 1.5885 , 106.8794 , 1.2012 , 0.3173 , 26.4173 , 1.2347 , 0.2383 , 19.3016 , 24051.3017 , 11159.9188 , 46.4005 , 0.4737 , 0.2286 , 48.2612 , 0.3575 , 0.2674 , 74.7963 , 1.2661 , 0.0088 , 9.7778 , 8.0000 , 8888.8889 , 0.0006 , 0.0013 , 204.1284 , 0.0011 , 0.0012 , 109.1856 , 11.1716 , 17.2197 , 154.1386 , 7.3645 , 8.1420 , 110.5572 , 3.1969 , 1.0322 , 32.2889 , 0.6974 , 72.7273 , 70.0272 , 16.4835 , 86.5997 , 0.9818 , 0.0016 , 54.8780 , 77.8761 , 0.2212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , cls_1 , 0.0873 , 80.1653 , 5.0000 , 4591.3682 , 72.3600 , 100.0000 , 918.2736 , 1.8333 , 0.0175 , 0.0308 , 176.5165 , 3.4733 , 4.3803 , 126.1116 , 1.1327 , 0.1661 , 14.6673 , 1.0958 , 0.0963 , 8.7847 , 22884.3486 , 16307.8318 , 71.2619 , 0.3610 , 0.2969 , 82.2357 , 0.3971 , 0.4054 , 102.0977 , NA , 0.0701 , 64.3710 , 2.0000 , 1836.5473 , 0.0140 , 0.0258 , 184.3711 , 0.0351 , 0.0306 , 87.1612 , 27.8997 , 35.2205 , 126.2397 , 65.5000 , 74.4634 , 113.6846 , 2.0000 , 0.0000 , 0.0000 , 0.8505 , 93.6999 , NA , 40.0000 , 98.4650 , 0.4710 , 0.0576 , 1.8904 , 97.0344 , 0.1142 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , cls_0 , 0.0216 , 19.8347 , 2.0000 , 1836.5473 , 19.7429 , 100.0000 , 918.2736 , 1.8667 , 0.0108 , 0.0107 , 99.0741 , 3.5640 , 3.0640 , 85.9707 , 1.4000 , 0.4000 , 28.5714 , 1.1137 , 0.1137 , 10.2074 , 22511.6279 , 17488.3721 , 77.6860 , 0.3327 , 0.3327 , 100.0000 , 0.4291 , 0.4291 , 100.0000 , NA , 0.0142 , 13.0395 , 1.0000 , 918.2736 , 0.0071 , 0.0071 , 100.0000 , 0.0142 , 0.0000 , 0.0000 , 33.0233 , 33.0233 , 100.0000 , 21.6000 , 21.4000 , 99.0741 , 2.2361 , 0.0000 , 0.0000 , 0.9193 , 87.0370 , NA , 100.0000 , 95.8498 , 0.9610 , 0.0042 , 25.6548 , 93.5323 , 0.0647 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , cls_1 , 0.0873 , 80.1653 , 4.0000 , 3673.0946 , 79.3388 , 251.0000 , 2304.8669 , 3.1500 , 0.0218 , 0.0373 , 170.8264 , 3.8102 , 5.4982 , 144.3031 , 1.5542 , 0.8484 , 54.5885 , 1.1810 , 0.1188 , 10.0594 , 23530.0926 , 13250.6266 , 56.3135 , 0.3495 , 0.2044 , 58.4966 , 0.3799 , 0.3351 , 88.2065 , NA , 0.0597 , 54.8209 , 3.0000 , 2754.8209 , 0.0149 , 0.0258 , 172.8185 , 0.0199 , 0.0279 , 140.3555 , 21.4120 , 28.2945 , 132.1431 , 132.8431 , 90.2068 , 67.9048 , 2.2500 , 0.4330 , 19.2450 , 0.6142 , 89.1753 , NA , 66.6667 , 99.4147 , 0.3705 , 0.0686 , 1.5886 , 92.3488 , 0.2945 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , cls_0 , 0.0216 , 19.8347 , 9.0000 , 8264.4628 , 17.4472 , 251.0000 , 2304.8669 , 4.2667 , 0.0024 , 0.0059 , 244.8308 , 1.4501 , 2.0576 , 141.8947 , 1.3643 , 0.7433 , 54.4860 , 1.2055 , 0.2036 , 16.8918 , 29777.7778 , 10418.4073 , 34.9872 , 0.3303 , 0.3008 , 91.0825 , 0.2295 , 0.2458 , 107.0923 , NA , 0.0078 , 7.1625 , 4.0000 , 3673.0946 , 0.0009 , 0.0024 , 278.7865 , 0.0020 , 0.0020 , 102.4037 , 5.6140 , 12.7311 , 226.7725 , 18.4311 , 17.3101 , 93.9177 , 2.5642 , 0.8708 , 33.9597 , 0.6959 , 70.3704 , NA , 36.1111 , 93.5556 , 0.9694 , 0.0033 , 32.7078 , 75.6219 , 0.2438 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , cls_0 , 0.0216 , 19.8347 , 7.0000 , 6427.9155 , 10.2847 , 140.0000 , 1285.5831 , 3.2333 , 0.0031 , 0.0035 , 114.6355 , 2.1291 , 1.4185 , 66.6261 , 1.2908 , 0.2301 , 17.8244 , 1.1947 , 0.0941 , 7.8760 , 17299.1438 , 11113.9496 , 64.2457 , 0.5041 , 0.2241 , 44.4542 , 0.5335 , 0.2687 , 50.3569 , NA , 0.0088 , 8.0808 , 5.0000 , 4591.3682 , 0.0013 , 0.0020 , 159.9328 , 0.0018 , 0.0022 , 124.1500 , 23.0173 , 17.4016 , 75.6022 , 6.8071 , 9.4714 , 139.1386 , 5.9464 , 5.5739 , 93.7352 , 0.7921 , 77.5463 , -0.0000 , 19.0476 , 88.1428 , 0.9870 , 0.0014 , 76.8880 , 83.3333 , 0.1667 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , cls_1 , 0.0327 , 30.0275 , 4.0000 , 3673.0946 , 22.8650 , 292.0000 , 2681.3590 , 4.1892 , 0.0082 , 0.0098 , 120.3429 , 3.7497 , 2.9060 , 77.5003 , 1.9771 , 0.8736 , 44.1882 , 1.2783 , 0.1672 , 13.0771 , 18332.1208 , 12648.3209 , 68.9954 , 0.5339 , 0.3098 , 58.0196 , 0.5219 , 0.3051 , 58.4636 , NA , 0.0124 , 11.3866 , 10.0000 , 9182.7365 , 0.0031 , 0.0041 , 132.0809 , 0.0012 , 0.0020 , 159.2696 , 23.9087 , 15.3501 , 64.2029 , 16.3500 , 19.6761 , 120.3429 , 2.2361 , 0.0000 , 0.0000 , 0.7267 , 76.2997 , 99.8781 , 33.3333 , 95.1170 , 0.9448 , 0.0060 , 18.1203 , 80.8752 , 0.1912 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , cls_2 , 0.0546 , 50.1377 , 3.0000 , 2754.8209 , 42.7916 , 152.0000 , 1395.7759 , 2.2553 , 0.0182 , 0.0203 , 111.7183 , 4.8612 , 3.9057 , 80.3435 , 1.3729 , 0.3498 , 25.4809 , 1.1076 , 0.0839 , 7.5782 , 16433.0599 , 16691.8520 , 101.5748 , 0.4106 , 0.2906 , 70.7681 , 0.5755 , 0.4080 , 70.8974 , NA , 0.0394 , 36.1800 , 3.0000 , 2754.8209 , 0.0131 , 0.0155 , 118.0249 , 0.0131 , 0.0111 , 84.4968 , 43.9516 , 31.9289 , 72.6457 , 19.4583 , 27.4299 , 140.9674 , 4.4242 , 2.2568 , 51.0097 , 0.8868 , 90.2930 , -0.0000 , 33.3333 , 97.5335 , 0.8116 , 0.0205 , 5.3086 , 94.3541 , 0.0566 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , cls_2 , 0.0546 , 50.1377 , 12.0000 , 11019.2837 , 22.8650 , 439.0000 , 4031.2213 , 5.4894 , 0.0046 , 0.0090 , 197.3713 , 1.9997 , 2.4277 , 121.4073 , 1.5575 , 0.7867 , 50.5116 , 1.2798 , 0.2138 , 16.7063 , 25776.1085 , 11082.5725 , 42.9955 , 0.4667 , 0.2800 , 59.9999 , 0.3258 , 0.2729 , 83.7565 , 1.4326 , 0.0254 , 23.3242 , 12.0000 , 11019.2837 , 0.0021 , 0.0047 , 221.5847 , 0.0021 , 0.0042 , 200.4938 , 10.1801 , 19.2159 , 188.7588 , 52.9088 , 30.3352 , 57.3348 , 2.4971 , 0.7174 , 28.7305 , 0.5951 , 76.3736 , 46.2463 , 30.3030 , 94.9889 , 0.8974 , 0.0112 , 9.7510 , 79.8086 , 0.2025 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , cls_1 , 0.0327 , 30.0275 , 17.0000 , 15610.6520 , 20.5693 , 630.0000 , 5785.1240 , 8.9189 , 0.0019 , 0.0052 , 267.9768 , 1.5757 , 2.1720 , 137.8435 , 1.6696 , 1.4171 , 84.8790 , 1.2874 , 0.2413 , 18.7439 , 28299.9215 , 8327.2515 , 29.4250 , 0.4338 , 0.2901 , 66.8754 , 0.2590 , 0.1981 , 76.4668 , 1.6749 , 0.0025 , 2.2957 , 14.0000 , 12855.8310 , 0.0001 , 0.0005 , 317.3389 , 0.0002 , 0.0001 , 76.8375 , 2.8236 , 4.6442 , 164.4783 , 32.5878 , 21.8931 , 67.1819 , 2.0417 , 0.0900 , 4.4079 , 0.3213 , 49.5413 , 95.1763 , 22.0588 , 93.5748 , 0.9566 , 0.0047 , 23.0459 , 52.5122 , 0.4749 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , cls_0 , 0.0216 , 19.8347 , 17.0000 , 15610.6520 , 10.2847 , 277.0000 , 2543.6180 , 5.0333 , 0.0013 , 0.0030 , 235.7368 , 1.1214 , 1.3185 , 117.5775 , 1.3023 , 0.4970 , 38.1606 , 1.2315 , 0.3203 , 26.0119 , 34120.8703 , 9662.9787 , 28.3198 , 0.2634 , 0.3210 , 121.8588 , 0.1437 , 0.2296 , 159.8359 , 1.4523 , 0.0070 , 6.4279 , 4.0000 , 3673.0946 , 0.0004 , 0.0012 , 283.9373 , 0.0018 , 0.0017 , 96.3412 , 4.4060 , 12.0828 , 274.2334 , 6.4863 , 8.1767 , 126.0602 , 2.5643 , 0.6514 , 25.4025 , 0.6245 , 65.0463 , 62.2786 , 13.2353 , 88.3848 , 0.9848 , 0.0017 , 65.8991 , 69.9005 , 0.3010 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , cls_2 , 0.0546 , 71.6535 , 12.0000 , 15748.0315 , 32.6772 , 43.0000 , 564.3045 , 5.4894 , 0.0046 , 0.0090 , 197.3713 , 1.9997 , 2.4277 , 121.4073 , 1.5575 , 0.7867 , 50.5116 , 1.2798 , 0.2138 , 16.7063 , 25776.1085 , 11082.5725 , 42.9955 , 0.4667 , 0.2800 , 59.9999 , 0.3258 , 0.2729 , 83.7565 , 1.4326 , 0.0254 , 33.3333 , 12.0000 , 15748.0315 , 0.0021 , 0.0047 , 221.5847 , 0.0021 , 0.0042 , 200.4938 , 10.1801 , 19.2159 , 188.7588 , 52.9088 , 30.3352 , 57.3348 , 2.4971 , 0.7174 , 28.7305 , 0.2877 , 76.3736 , NA , 30.3030 , 95.5727 , 0.7905 , 0.0160 , 4.7742 , 79.8086 , 0.2810 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , cls_0 , 0.0216 , 28.3465 , 17.0000 , 22309.7113 , 14.6982 , 43.0000 , 564.3045 , 5.0333 , 0.0013 , 0.0030 , 235.7368 , 1.1214 , 1.3185 , 117.5775 , 1.3023 , 0.4970 , 38.1606 , 1.2315 , 0.3203 , 26.0119 , 34120.8703 , 9662.9787 , 28.3198 , 0.2634 , 0.3210 , 121.8588 , 0.1437 , 0.2296 , 159.8359 , 1.4523 , 0.0070 , 9.1864 , 4.0000 , 5249.3438 , 0.0004 , 0.0012 , 283.9373 , 0.0018 , 0.0017 , 96.3412 , 4.4060 , 12.0828 , 274.2334 , 6.4863 , 8.1767 , 126.0602 , 2.5643 , 0.6514 , 25.4025 , 0.5799 , 65.0463 , NA , 13.2353 , 88.9280 , 0.9690 , 0.0024 , 32.2652 , 69.9005 , 0.3010 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , cls_1 , 0.0272 , 24.9770 , 78.0000 , 71625.3444 , 2.2957 , 806.0000 , 7401.2856 , 12.6970 , 0.0003 , 0.0004 , 128.6344 , 0.8557 , 0.6414 , 74.9509 , 1.2945 , 0.5294 , 40.8989 , 1.2969 , 0.3502 , 27.0025 , 35155.4961 , 5714.9830 , 16.2563 , 0.3433 , 0.3367 , 98.0720 , 0.1166 , 0.1265 , 108.4684 , 1.7375 , 0.0001 , 0.0918 , 1.0000 , 918.2736 , 0.0000 , 0.0000 , 877.4964 , 0.0001 , 0.0000 , 0.0000 , 0.0611 , 0.5357 , 877.4964 , 4.0694 , 2.7049 , 66.4697 , 2.1295 , 0.2346 , 11.0182 , -0.0206 , 22.9779 , 93.3957 , 9.5238 , 63.7373 , 0.9979 , 0.0002 , 470.9774 , 24.4618 , 0.7554 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , cls_2 , 0.0546 , 50.1377 , 8.0000 , 7346.1892 , 47.6584 , 1024.0000 , 9403.1221 , 11.5957 , 0.0068 , 0.0170 , 249.6737 , 2.2566 , 3.7841 , 167.6916 , 2.5170 , 3.2339 , 128.4851 , 1.3749 , 0.3013 , 21.9155 , 30770.7129 , 6508.1831 , 21.1506 , 0.4571 , 0.2764 , 60.4743 , 0.2018 , 0.1572 , 77.8926 , NA , 0.0029 , 2.6630 , 19.0000 , 17447.1993 , 0.0004 , 0.0010 , 264.5751 , 0.0002 , 0.0001 , 53.6426 , 0.6985 , 1.8479 , 264.5751 , 114.9688 , 40.9158 , 35.5886 , 2.0000 , 0.0000 , 0.0000 , 0.0443 , 50.0916 , 99.9604 , 32.1429 , 98.2898 , 0.7727 , 0.0248 , 4.3995 , 52.3445 , 0.4779 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , cls_0 , 0.0271 , 24.8852 , 83.0000 , 76216.7126 , 3.4894 , 782.0000 , 7180.8999 , 12.3636 , 0.0003 , 0.0005 , 139.0238 , 0.8169 , 0.6177 , 75.6193 , 1.2405 , 0.4409 , 35.5393 , 1.3122 , 0.3602 , 27.4478 , 34609.0477 , 6598.8502 , 19.0668 , 0.3595 , 0.3246 , 90.2763 , 0.1284 , 0.1389 , 108.1139 , 1.6789 , 0.0002 , 0.1837 , 2.0000 , 1836.5473 , 0.0000 , 0.0000 , 636.3961 , 0.0001 , 0.0000 , 0.0000 , 0.1522 , 1.1248 , 739.0638 , 4.1919 , 2.5049 , 59.7565 , 2.0963 , 0.2263 , 10.7965 , 0.0192 , 24.7232 , 94.3192 , 9.1978 , 62.3187 , 0.9978 , 0.0002 , 457.0023 , 26.3261 , 0.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_210 , 0.0000 , 0.6977 , 47.0000 , 30801029.9340 , 0.1834 , 3.8490 , 25224.0775 , 9.6957 , 0.0000 , 0.0000 , 210.9803 , 0.0060 , 0.0068 , 114.0488 , 1.3654 , 0.5507 , 40.3300 , 0.9217 , 0.0882 , 9.5702 , 6698418.0797 , 2731525.5140 , 40.7787 , 0.5985 , 0.1800 , 30.0699 , 0.4415 , 0.2156 , 48.8381 , 1.4043 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.3038 , 8.6861 , 201.8240 , 0.0477 , 0.0649 , 136.1189 , 0.7370 , 71.7244 , 73.4216 , 100.0000 , 88.8812 , 1.0000 , 0.0000 , 177096.8599 , 73.8790 , 0.2612 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_10 , 0.0000 , 28.4936 , 1455.0000 , 953521245.8296 , 6.2107 , 214.1220 , 1403229.3897 , 81.6886 , 0.0000 , 0.0000 , 1018.4799 , 0.0051 , 0.0095 , 186.0227 , 1.6618 , 1.4508 , 87.3085 , 0.8951 , 0.1595 , 17.8214 , 8968682.5785 , 2413922.3255 , 26.9150 , 0.6121 , 0.1682 , 27.4791 , 0.2936 , 0.1632 , 55.5798 , 1.6678 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 272.2382 , 561.7297 , 206.3376 , 0.0072 , 0.0031 , 43.3937 , 0.4838 , 62.7996 , 55.8522 , 100.0000 , 97.3978 , 0.9942 , 0.0000 , 171.1187 , 63.0869 , 0.3691 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_30 , 0.0000 , 9.5932 , 2636.0000 , 1727479040.5545 , 0.1368 , 115.3050 , 755641.0120 , 75.3125 , 0.0000 , 0.0000 , 150.0370 , 0.0033 , 0.0024 , 73.7676 , 1.3626 , 0.4613 , 33.8519 , 0.9306 , 0.0639 , 6.8624 , 9459789.9732 , 2141496.7175 , 22.6379 , 0.6137 , 0.1387 , 22.5960 , 0.2553 , 0.1329 , 52.0739 , 1.6586 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.5322 , 4.4490 , 80.4192 , 0.0086 , 0.0040 , 47.1754 , 0.3480 , 40.7316 , 63.6754 , 100.0000 , 70.4719 , 1.0000 , 0.0000 , 88102.0011 , 41.0547 , 0.5895 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_70 , 0.0000 , 13.9212 , 622.0000 , 407622140.8289 , 2.0631 , 58.7730 , 385163.6026 , 32.3312 , 0.0000 , 0.0000 , 471.7325 , 0.0058 , 0.0084 , 144.3008 , 1.3677 , 0.5522 , 40.3758 , 0.9208 , 0.0983 , 10.6725 , 6897224.6572 , 2938796.4546 , 42.6084 , 0.5841 , 0.1517 , 25.9736 , 0.4322 , 0.2245 , 51.9332 , 1.3731 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 46.3648 , 136.6725 , 294.7762 , 0.0122 , 0.0097 , 79.5465 , 0.7610 , 78.9052 , 74.4902 , 100.0000 , 94.0587 , 0.9993 , 0.0000 , 1380.2391 , 79.4234 , 0.2058 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_11 , 0.0000 , 18.0145 , 1696.0000 , 1111458441.8742 , 0.7060 , 140.6460 , 921710.9907 , 67.4657 , 0.0000 , 0.0000 , 287.0891 , 0.0049 , 0.0055 , 111.9899 , 1.5041 , 0.7359 , 48.9248 , 0.9089 , 0.1016 , 11.1785 , 8154604.4817 , 2577767.6707 , 31.6112 , 0.6008 , 0.1729 , 28.7810 , 0.3424 , 0.1876 , 54.7714 , 1.5482 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 24.7398 , 35.9769 , 145.4213 , 0.0080 , 0.0037 , 46.4028 , 0.5328 , 61.3447 , 38.3762 , 100.0000 , 88.6117 , 0.9998 , 0.0000 , 5654.7852 , 61.6982 , 0.3830 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_190 , 0.0000 , 1.1613 , 266.0000 , 174320722.6053 , 0.5161 , 8.3220 , 54537.4832 , 15.7528 , 0.0000 , 0.0000 , 733.5525 , 0.0024 , 0.0032 , 135.9894 , 1.1158 , 0.3296 , 29.5432 , 0.9743 , 0.0589 , 6.0477 , 11515421.0447 , 2841654.7982 , 24.6770 , 0.2330 , 0.2984 , 128.0369 , 0.1187 , 0.1907 , 160.7313 , 1.3912 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.3336 , 35.4741 , 343.2899 , 0.0283 , 0.0270 , 95.3243 , 0.6549 , 64.3982 , 54.0937 , 100.0000 , 88.9840 , 1.0000 , 0.0000 , 35984.1439 , 65.8872 , 0.3411 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_90 , 0.0000 , 3.7854 , 392.0000 , 256893696.4709 , 0.7190 , 26.0220 , 170532.8513 , 27.2236 , 0.0000 , 0.0000 , 442.8450 , 0.0042 , 0.0052 , 123.5897 , 1.3501 , 0.5787 , 42.8635 , 0.9288 , 0.0864 , 9.3005 , 8253451.3503 , 2521482.4846 , 30.5506 , 0.5972 , 0.1385 , 23.1887 , 0.3309 , 0.1829 , 55.2866 , 1.4916 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 17.2406 , 44.3314 , 257.1339 , 0.0162 , 0.0188 , 116.1275 , 0.6538 , 65.8538 , 49.7294 , 100.0000 , 90.2591 , 0.9999 , 0.0000 , 13272.8527 , 66.6903 , 0.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_100 , 0.0000 , 2.4666 , 971.0000 , 636336171.6155 , 0.0236 , 32.3160 , 211780.0177 , 41.6077 , 0.0000 , 0.0000 , 94.1405 , 0.0027 , 0.0015 , 55.2220 , 1.2567 , 0.3218 , 25.6023 , 0.9460 , 0.0481 , 5.0797 , 9824366.0674 , 2149342.8558 , 21.8777 , 0.5808 , 0.1694 , 29.1712 , 0.2282 , 0.1288 , 56.4221 , 1.6291 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.5436 , 1.3455 , 87.1669 , 0.0133 , 0.0095 , 70.9215 , 0.3427 , 35.3300 , 74.4836 , 100.0000 , 58.8925 , 1.0000 , 0.0000 , 846123.0708 , 35.8878 , 0.6411 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_130 , 0.0000 , 13.6411 , 1063.0000 , 696627549.3587 , 1.5618 , 83.4780 , 547065.6121 , 45.7672 , 0.0000 , 0.0000 , 650.4108 , 0.0046 , 0.0079 , 171.7275 , 1.3959 , 0.6602 , 47.2984 , 0.9224 , 0.0979 , 10.6142 , 8124418.8577 , 2377087.8691 , 29.2586 , 0.6098 , 0.1285 , 21.0766 , 0.3397 , 0.1750 , 51.5042 , 1.5091 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 46.0771 , 108.8373 , 236.2068 , 0.0106 , 0.0067 , 63.3754 , 0.6559 , 69.8223 , 58.7802 , 100.0000 , 93.7906 , 0.9992 , 0.0000 , 1319.2135 , 70.2857 , 0.2971 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_60 , 0.0000 , 4.2159 , 450.0000 , 294903478.0916 , 0.4577 , 26.3730 , 172833.0984 , 25.9529 , 0.0000 , 0.0000 , 370.2705 , 0.0041 , 0.0049 , 119.9135 , 1.3069 , 0.4351 , 33.2910 , 0.9350 , 0.0720 , 7.6991 , 8284360.8702 , 2816849.5735 , 34.0020 , 0.5770 , 0.1685 , 29.2077 , 0.3341 , 0.2003 , 59.9659 , 1.4053 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.1851 , 18.7488 , 303.1301 , 0.0178 , 0.0151 , 84.8370 , 0.6865 , 69.1382 , 81.0336 , 100.0000 , 87.7819 , 0.9999 , 0.0000 , 17211.1615 , 69.9703 , 0.3003 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_40 , 0.0000 , 0.1846 , 133.0000 , 87160361.3026 , 0.0047 , 2.8800 , 18873.8226 , 13.3611 , 0.0000 , 0.0000 , 50.3030 , 0.0019 , 0.0006 , 30.8628 , 1.1167 , 0.1674 , 14.9948 , 0.9695 , 0.0276 , 2.8421 , 10893424.0363 , 1965606.9148 , 18.0440 , 0.5073 , 0.2073 , 40.8665 , 0.1527 , 0.0960 , 62.8808 , 1.6201 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1047 , 0.1316 , 125.7393 , 0.0405 , 0.0283 , 69.8155 , 0.2444 , 23.1629 , 73.8115 , 100.0000 , 37.5879 , 1.0000 , 0.0000 , 31144296.0011 , 24.5763 , 0.7542 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_180 , 0.0000 , 3.7205 , 100.0000 , 65534106.2426 , 1.6644 , 11.4120 , 74787.5220 , 11.9623 , 0.0000 , 0.0000 , 502.5060 , 0.0059 , 0.0116 , 195.5106 , 1.3595 , 0.6110 , 44.9412 , 0.9212 , 0.1219 , 13.2283 , 7643042.9537 , 2899600.8954 , 37.9378 , 0.5902 , 0.1641 , 27.8020 , 0.3739 , 0.2188 , 58.4995 , 1.3743 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 49.9728 , 121.4334 , 242.9989 , 0.0249 , 0.0287 , 115.6674 , 0.8547 , 84.9239 , 60.3439 , 100.0000 , 96.4366 , 0.9996 , 0.0000 , 2751.9925 , 86.0079 , 0.1399 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_61 , 0.0000 , 0.0490 , 26.0000 , 17038867.6231 , 0.0059 , 0.6960 , 4561.1738 , 6.1053 , 0.0000 , 0.0000 , 63.2616 , 0.0023 , 0.0009 , 38.7573 , 1.1568 , 0.1798 , 15.5457 , 0.9575 , 0.0322 , 3.3620 , 10177350.4274 , 1880576.1800 , 18.4781 , 0.5794 , 0.1484 , 25.6133 , 0.1975 , 0.1061 , 53.7130 , 1.5813 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.5070 , 0.6676 , 131.6855 , 0.0260 , 0.0413 , 158.8766 , 0.3398 , 30.1205 , 48.8776 , 100.0000 , 47.6766 , 1.0000 , 0.0000 , 77482979.0000 , 34.0136 , 0.6599 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_110 , 0.0000 , 0.0554 , 32.0000 , 20970913.9976 , 0.0106 , 0.7980 , 5229.6217 , 6.6500 , 0.0000 , 0.0000 , 95.5080 , 0.0021 , 0.0014 , 67.8029 , 1.1304 , 0.2196 , 19.4265 , 0.9648 , 0.0348 , 3.6032 , 10203703.7037 , 1531253.0619 , 15.0068 , 0.5792 , 0.1046 , 18.0672 , 0.1829 , 0.0740 , 40.4470 , 1.7336 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0539 , 0.0971 , 180.1341 , 0.0620 , 0.0321 , 51.8097 , 0.3270 , 29.2553 , 72.6102 , 100.0000 , 48.5650 , 1.0000 , 0.0000 , 54443532.5928 , 32.7381 , 0.6726 +LID , TYPE , CA , PLAND , NP , PD , LPI , TE , ED , LSI , AREA_MN , AREA_SD , AREA_CV , GYRATE_MN , GYRATE_SD , GYRATE_CV , SHAPE_MN , SHAPE_SD , SHAPE_CV , FRAC_MN , FRAC_SD , FRAC_CV , PARA_MN , PARA_SD , PARA_CV , CIRCLE_MN , CIRCLE_SD , CIRCLE_CV , CONTIG_MN , CONTIG_SD , CONTIG_CV , PAFRAC , TCA , CPLAND , NDCA , DCAD , CORE_MN , CORE_SD , CORE_CV , DCORE_MN , DCORE_SD , DCORE_CV , CAI_MN , CAI_SD , CAI_CV , PROX_MN , PROX_SD , PROX_CV , ENN_MN , ENN_SD , ENN_CV , CLUMPY , PLADJ , IJI , CONNECT , COHESION , DIVISION , MESH , SPLIT , AI , NLSI +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_71 , 2722.2300 , 10.1242 , 1307.0000 , 4.8608 , 0.2243 , 1368570.0000 , 50.8982 , 65.8448 , 2.0828 , 3.9525 , 189.7682 , 65.6448 , 48.8957 , 74.4853 , 1.7601 , 0.6502 , 36.9409 , 1.1180 , 0.0554 , 4.9593 , 692.8028 , 210.9493 , 30.4487 , 0.6762 , 0.1325 , 19.5935 , 0.4455 , 0.1510 , 33.8829 , 1.6061 , 2722.2300 , 10.1242 , 1307.0000 , 4.8608 , 2.0828 , 3.9525 , 189.7682 , 2.0828 , 3.9525 , 189.7682 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 113.1539 , 82.5035 , 72.9127 , 0.5825 , 62.1219 , 67.5580 , 0.0000 , 85.9163 , 1.0000 , 0.9702 , 27713.0965 , 62.4813 , 0.3752 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_42 , 8894.6100 , 33.0797 , 1024.0000 , 3.8083 , 2.7869 , 2233530.0000 , 83.0667 , 59.7170 , 8.6861 , 35.4549 , 408.1781 , 95.5321 , 118.2809 , 123.8127 , 1.8322 , 0.9509 , 51.8985 , 1.1092 , 0.0566 , 5.1070 , 555.4494 , 226.1167 , 40.7088 , 0.6313 , 0.1240 , 19.6359 , 0.5478 , 0.1721 , 31.4070 , 1.4888 , 8894.6100 , 33.0797 , 1024.0000 , 3.8083 , 8.6861 , 35.4549 , 408.1781 , 8.6861 , 35.4549 , 408.1781 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 88.5048 , 51.1318 , 57.7730 , 0.7199 , 80.9965 , 62.1756 , 0.0000 , 96.2324 , 0.9981 , 50.7461 , 529.8613 , 81.2550 , 0.1874 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_41 , 6735.4200 , 25.0495 , 1206.0000 , 4.4852 , 0.8639 , 2563290.0000 , 95.3307 , 78.5146 , 5.5849 , 16.0308 , 287.0366 , 96.0243 , 102.9498 , 107.2122 , 2.0357 , 1.1439 , 56.1917 , 1.1277 , 0.0622 , 5.5177 , 607.4275 , 208.8819 , 34.3880 , 0.6819 , 0.1223 , 17.9328 , 0.5087 , 0.1555 , 30.5765 , 1.6060 , 6735.4200 , 25.0495 , 1206.0000 , 4.4852 , 5.5849 , 16.0308 , 287.0366 , 5.5849 , 16.0308 , 287.0366 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 85.6311 , 45.2950 , 52.8956 , 0.6200 , 71.2539 , 66.9338 , 0.0000 , 94.2176 , 0.9995 , 12.9253 , 2080.2851 , 71.5157 , 0.2848 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_81 , 2557.0800 , 9.5100 , 401.0000 , 1.4913 , 0.8070 , 865200.0000 , 32.1774 , 42.9053 , 6.3768 , 15.1597 , 237.7339 , 108.0771 , 96.4045 , 89.1998 , 2.0432 , 0.9284 , 45.4385 , 1.1278 , 0.0587 , 5.2035 , 490.8791 , 185.4233 , 37.7737 , 0.6656 , 0.1266 , 19.0227 , 0.6004 , 0.1396 , 23.2462 , 1.6257 , 2557.0800 , 9.5100 , 401.0000 , 1.4913 , 6.3768 , 15.1597 , 237.7339 , 6.3768 , 15.1597 , 237.7339 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 143.2685 , 121.0112 , 84.4646 , 0.7229 , 74.4791 , 70.6395 , 0.0000 , 93.2938 , 0.9998 , 4.0338 , 6665.7708 , 74.9248 , 0.2508 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_21 , 1755.6300 , 6.5293 , 913.0000 , 3.3955 , 0.3725 , 1116090.0000 , 41.5082 , 66.7071 , 1.9229 , 6.8788 , 357.7281 , 77.0400 , 156.8833 , 203.6386 , 1.8122 , 1.3333 , 73.5719 , 1.0965 , 0.0944 , 8.6134 , 992.1591 , 271.6013 , 27.3748 , 0.5270 , 0.3523 , 66.8537 , 0.2251 , 0.1800 , 79.9454 , 1.6882 , 1755.6300 , 6.5293 , 913.0000 , 3.3955 , 1.9229 , 6.8788 , 357.7281 , 1.9229 , 6.8788 , 357.7281 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 74.0890 , 45.1998 , 61.0075 , 0.4918 , 52.1249 , 70.2312 , 0.0000 , 91.6649 , 0.9999 , 1.7323 , 15522.1511 , 52.5017 , 0.4750 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_43 , 328.2300 , 1.2207 , 421.0000 , 1.5657 , 0.0204 , 251370.0000 , 9.3486 , 34.8347 , 0.7796 , 0.5665 , 72.6616 , 43.5645 , 17.0447 , 39.1251 , 1.5747 , 0.4028 , 25.5768 , 1.1120 , 0.0487 , 4.3835 , 824.4720 , 173.5848 , 21.0541 , 0.6625 , 0.1129 , 17.0489 , 0.3542 , 0.1090 , 30.7868 , 1.8804 , 328.2300 , 1.2207 , 421.0000 , 1.5657 , 0.7796 , 0.5665 , 72.6616 , 0.7796 , 0.5665 , 72.6616 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 270.7591 , 240.6448 , 88.8778 , 0.4222 , 42.2128 , 54.1790 , 0.0000 , 69.3815 , 1.0000 , 0.0145 , 1849015.7562 , 42.9249 , 0.5708 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_52 , 1271.0700 , 4.7272 , 356.0000 , 1.3240 , 0.1593 , 544950.0000 , 20.2671 , 38.3403 , 3.5704 , 5.5139 , 154.4318 , 83.8576 , 56.4654 , 67.3349 , 1.9664 , 0.7645 , 38.8781 , 1.1311 , 0.0569 , 5.0275 , 601.8307 , 219.9766 , 36.5512 , 0.6732 , 0.1257 , 18.6742 , 0.5198 , 0.1636 , 31.4698 , 1.5682 , 1271.0700 , 4.7272 , 356.0000 , 1.3240 , 3.5704 , 5.5139 , 154.4318 , 3.5704 , 5.5139 , 154.4318 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 208.7435 , 215.5201 , 103.2464 , 0.6670 , 67.6945 , 60.3935 , 0.0000 , 88.9237 , 1.0000 , 0.5713 , 47064.4233 , 68.2698 , 0.3173 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_11 , 288.0000 , 1.0711 , 174.0000 , 0.6471 , 0.1640 , 111780.0000 , 4.1572 , 16.4386 , 1.6552 , 3.6174 , 218.5527 , 49.7985 , 37.4020 , 75.1066 , 1.2712 , 0.2787 , 21.9245 , 1.0600 , 0.0338 , 3.1875 , 555.8475 , 158.4750 , 28.5105 , 0.5681 , 0.1167 , 20.5450 , 0.5372 , 0.1240 , 23.0789 , 1.3818 , 288.0000 , 1.0711 , 174.0000 , 0.6471 , 1.6552 , 3.6174 , 218.5527 , 1.6552 , 3.6174 , 218.5527 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 457.5303 , 353.9196 , 77.3544 , 0.7170 , 70.7188 , 68.0808 , 0.0000 , 82.4650 , 1.0000 , 0.1024 , 262559.2366 , 72.0013 , 0.2800 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_90 , 952.2900 , 3.5416 , 254.0000 , 0.9446 , 0.4639 , 365970.0000 , 13.6107 , 29.8447 , 3.7492 , 10.5634 , 281.7516 , 93.5661 , 134.5377 , 143.7889 , 1.8168 , 0.7980 , 43.9257 , 1.1170 , 0.0570 , 5.1019 , 642.9317 , 188.2434 , 29.2789 , 0.7060 , 0.1356 , 19.2036 , 0.4763 , 0.1416 , 29.7355 , 1.5846 , 952.2900 , 3.5416 , 254.0000 , 0.9446 , 3.7492 , 10.5634 , 281.7516 , 3.7492 , 10.5634 , 281.7516 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 188.0288 , 212.8913 , 113.2227 , 0.7060 , 70.9479 , 54.6798 , 0.0000 , 91.8318 , 1.0000 , 1.1869 , 22655.0771 , 71.6454 , 0.2835 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_22 , 748.5300 , 2.7838 , 1047.0000 , 3.8939 , 0.3019 , 506970.0000 , 18.8546 , 46.4426 , 0.7149 , 3.9929 , 558.5025 , 32.9317 , 97.3690 , 295.6697 , 1.2813 , 0.7466 , 58.2706 , 1.0471 , 0.0653 , 6.2351 , 1097.3363 , 253.5958 , 23.1101 , 0.3562 , 0.3258 , 91.4539 , 0.1531 , 0.1649 , 107.7125 , 1.6073 , 748.5300 , 2.7838 , 1047.0000 , 3.8939 , 0.7149 , 3.9929 , 558.5025 , 0.7149 , 3.9929 , 558.5025 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 110.9334 , 117.8853 , 106.2667 , 0.4800 , 48.9059 , 56.0148 , 0.0000 , 89.4957 , 1.0000 , 0.6407 , 41966.5573 , 49.4499 , 0.5055 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_23 , 225.2700 , 0.8378 , 453.0000 , 1.6847 , 0.0546 , 167970.0000 , 6.2469 , 27.9208 , 0.4973 , 1.0135 , 203.8047 , 29.5895 , 27.7272 , 93.7062 , 1.2505 , 0.4610 , 36.8670 , 1.0493 , 0.0590 , 5.6232 , 1037.4167 , 274.3916 , 26.4495 , 0.3991 , 0.3138 , 78.6415 , 0.1898 , 0.1789 , 94.2388 , 1.5349 , 225.2700 , 0.8378 , 453.0000 , 1.6847 , 0.4973 , 1.0135 , 203.8047 , 0.4973 , 1.0135 , 203.8047 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 135.1786 , 202.6160 , 149.8876 , 0.4410 , 43.6676 , 43.4851 , 0.0000 , 73.5759 , 1.0000 , 0.0215 , 1252297.9670 , 44.5668 , 0.5543 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_31 , 341.4600 , 1.2699 , 154.0000 , 0.5727 , 0.1988 , 145560.0000 , 5.4135 , 19.6774 , 2.2173 , 6.1229 , 276.1445 , 59.1233 , 52.7225 , 89.1739 , 1.6342 , 0.5460 , 33.4121 , 1.1070 , 0.0531 , 4.7973 , 678.7613 , 215.1437 , 31.6965 , 0.6393 , 0.1139 , 17.8154 , 0.4606 , 0.1490 , 32.3589 , 1.5558 , 341.4600 , 1.2699 , 154.0000 , 0.5727 , 2.2173 , 6.1229 , 276.1445 , 2.2173 , 6.1229 , 276.1445 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 361.9887 , 467.6931 , 129.2010 , 0.6857 , 67.8440 , 71.7813 , 0.0000 , 87.6435 , 1.0000 , 0.2429 , 110708.9458 , 68.9711 , 0.3103 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_24 , 33.7500 , 0.1255 , 51.0000 , 0.1897 , 0.0234 , 16800.0000 , 0.6248 , 7.2564 , 0.6618 , 1.1530 , 174.2238 , 27.9759 , 19.8385 , 70.9127 , 1.1098 , 0.2020 , 18.2056 , 1.0306 , 0.0332 , 3.2249 , 923.4162 , 352.0225 , 38.1218 , 0.3583 , 0.2673 , 74.6091 , 0.2667 , 0.2494 , 93.5150 , 1.2347 , 33.7500 , 0.1255 , 51.0000 , 0.1897 , 0.6618 , 1.1530 , 174.2238 , 0.6618 , 1.1530 , 174.2238 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 470.9145 , 696.6505 , 147.9357 , 0.6564 , 62.2667 , 35.6319 , 0.0000 , 72.5293 , 1.0000 , 0.0034 , 8021707.3425 , 65.6821 , 0.3432 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_95 , 13.5000 , 0.0502 , 9.0000 , 0.0335 , 0.0097 , 8160.0000 , 0.3035 , 5.4400 , 1.5000 , 0.6828 , 45.5192 , 61.0702 , 22.6122 , 37.0267 , 1.7412 , 0.4589 , 26.3579 , 1.1197 , 0.0536 , 4.7855 , 647.6513 , 188.8427 , 29.1581 , 0.6429 , 0.1653 , 25.7126 , 0.4880 , 0.1368 , 28.0253 , NA , 13.5000 , 0.0502 , 9.0000 , 0.0335 , 1.5000 , 0.6828 , 45.5192 , 1.5000 , 0.6828 , 45.5192 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1109.4841 , 1247.2550 , 112.4176 , 0.5962 , 54.6667 , 71.3574 , 0.0000 , 77.1837 , 1.0000 , 0.0009 , 29575062.1604 , 59.6364 , 0.4036 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_82 , 21.3300 , 0.0793 , 4.0000 , 0.0149 , 0.0485 , 6510.0000 , 0.2421 , 3.5161 , 5.3325 , 5.0369 , 94.4573 , 92.4598 , 58.9951 , 63.8062 , 1.8356 , 0.4888 , 26.6283 , 1.1074 , 0.0643 , 5.8050 , 648.3952 , 432.1629 , 66.6512 , 0.5002 , 0.2956 , 59.1012 , 0.4988 , 0.3179 , 63.7471 , NA , 21.3300 , 0.0793 , 4.0000 , 0.0149 , 5.3325 , 5.0369 , 94.4573 , 5.3325 , 5.0369 , 94.4573 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2384.2132 , 1863.0627 , 78.1416 , 0.8238 , 77.0042 , 70.6507 , 0.0000 , 89.4340 , 1.0000 , 0.0080 , 3359208.8216 , 82.3928 , 0.1761 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , cls_1 , 0.0179 , 19.8889 , 9.0000 , 10000.0000 , 16.4444 , 180.0000 , 2000.0000 , 3.6296 , 0.0020 , 0.0045 , 228.5906 , 1.6396 , 2.4907 , 151.9092 , 1.2278 , 0.4939 , 40.2283 , 1.1532 , 0.1538 , 13.3375 , 28192.9072 , 11617.9337 , 41.2087 , 0.3429 , 0.3141 , 91.6034 , 0.2606 , 0.2730 , 104.7691 , NA , 0.0073 , 8.1111 , 5.0000 , 5555.5556 , 0.0008 , 0.0022 , 274.2328 , 0.0015 , 0.0016 , 106.5151 , 6.9176 , 15.1833 , 219.4876 , 3.4574 , 6.0077 , 173.7633 , 3.6829 , 1.4503 , 39.3785 , 0.7322 , 72.6257 , 79.3188 , 13.8889 , 91.7646 , 0.9726 , 0.0025 , 36.5474 , 78.5498 , 0.2145 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , cls_3 , 0.0479 , 53.2222 , 4.0000 , 4444.4444 , 50.7778 , 321.0000 , 3566.6667 , 4.4091 , 0.0120 , 0.0195 , 162.6136 , 3.6027 , 4.4221 , 122.7440 , 1.8807 , 1.2560 , 66.7858 , 1.2965 , 0.0963 , 7.4303 , 17014.8310 , 6766.2580 , 39.7668 , 0.5790 , 0.0675 , 11.6649 , 0.5143 , 0.2000 , 38.8875 , NA , 0.0225 , 25.0000 , 11.0000 , 12222.2222 , 0.0056 , 0.0097 , 172.1802 , 0.0020 , 0.0030 , 145.4373 , 14.7538 , 20.1978 , 136.8985 , 59.1250 , 55.5063 , 93.8796 , 2.0000 , 0.0000 , 0.0000 , 0.6492 , 79.7495 , 98.4480 , 50.0000 , 98.1333 , 0.7419 , 0.0232 , 3.8749 , 83.5886 , 0.1748 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , cls_2 , 0.0242 , 26.8889 , 14.0000 , 15555.5556 , 10.8889 , 227.0000 , 2522.2222 , 4.1250 , 0.0017 , 0.0027 , 159.0109 , 1.4862 , 1.5885 , 106.8794 , 1.2012 , 0.3173 , 26.4173 , 1.2347 , 0.2383 , 19.3016 , 24051.3017 , 11159.9188 , 46.4005 , 0.4737 , 0.2286 , 48.2612 , 0.3575 , 0.2674 , 74.7963 , 1.2661 , 0.0088 , 9.7778 , 8.0000 , 8888.8889 , 0.0006 , 0.0013 , 204.1284 , 0.0011 , 0.0012 , 109.1856 , 11.1716 , 17.2197 , 154.1386 , 7.3645 , 8.1420 , 110.5572 , 3.1969 , 1.0322 , 32.2889 , 0.6974 , 72.7273 , 70.0272 , 16.4835 , 86.5997 , 0.9818 , 0.0016 , 54.8780 , 77.8761 , 0.2212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , cls_1 , 0.0873 , 80.1653 , 5.0000 , 4591.3682 , 72.3600 , 100.0000 , 918.2736 , 1.8333 , 0.0175 , 0.0308 , 176.5165 , 3.4733 , 4.3803 , 126.1116 , 1.1327 , 0.1661 , 14.6673 , 1.0958 , 0.0963 , 8.7847 , 22884.3486 , 16307.8318 , 71.2619 , 0.3610 , 0.2969 , 82.2357 , 0.3971 , 0.4054 , 102.0977 , NA , 0.0701 , 64.3710 , 2.0000 , 1836.5473 , 0.0140 , 0.0258 , 184.3711 , 0.0351 , 0.0306 , 87.1612 , 27.8997 , 35.2205 , 126.2397 , 65.5000 , 74.4634 , 113.6846 , 2.0000 , 0.0000 , 0.0000 , 0.8505 , 93.6999 , NA , 40.0000 , 98.4650 , 0.4710 , 0.0576 , 1.8904 , 97.0344 , 0.1142 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , cls_0 , 0.0216 , 19.8347 , 2.0000 , 1836.5473 , 19.7429 , 100.0000 , 918.2736 , 1.8667 , 0.0108 , 0.0107 , 99.0741 , 3.5640 , 3.0640 , 85.9707 , 1.4000 , 0.4000 , 28.5714 , 1.1137 , 0.1137 , 10.2074 , 22511.6279 , 17488.3721 , 77.6860 , 0.3327 , 0.3327 , 100.0000 , 0.4291 , 0.4291 , 100.0000 , NA , 0.0142 , 13.0395 , 1.0000 , 918.2736 , 0.0071 , 0.0071 , 100.0000 , 0.0142 , 0.0000 , 0.0000 , 33.0233 , 33.0233 , 100.0000 , 21.6000 , 21.4000 , 99.0741 , 2.2361 , 0.0000 , 0.0000 , 0.9193 , 87.0370 , NA , 100.0000 , 95.8498 , 0.9610 , 0.0042 , 25.6548 , 93.5323 , 0.0647 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , cls_1 , 0.0873 , 80.1653 , 4.0000 , 3673.0946 , 79.3388 , 251.0000 , 2304.8669 , 3.1500 , 0.0218 , 0.0373 , 170.8264 , 3.8102 , 5.4982 , 144.3031 , 1.5542 , 0.8484 , 54.5885 , 1.1810 , 0.1188 , 10.0594 , 23530.0926 , 13250.6266 , 56.3135 , 0.3495 , 0.2044 , 58.4966 , 0.3799 , 0.3351 , 88.2065 , NA , 0.0597 , 54.8209 , 3.0000 , 2754.8209 , 0.0149 , 0.0258 , 172.8185 , 0.0199 , 0.0279 , 140.3555 , 21.4120 , 28.2945 , 132.1431 , 132.8431 , 90.2068 , 67.9048 , 2.2500 , 0.4330 , 19.2450 , 0.6142 , 89.1753 , NA , 66.6667 , 99.4147 , 0.3705 , 0.0686 , 1.5886 , 92.3488 , 0.2945 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , cls_0 , 0.0216 , 19.8347 , 9.0000 , 8264.4628 , 17.4472 , 251.0000 , 2304.8669 , 4.2667 , 0.0024 , 0.0059 , 244.8308 , 1.4501 , 2.0576 , 141.8947 , 1.3643 , 0.7433 , 54.4860 , 1.2055 , 0.2036 , 16.8918 , 29777.7778 , 10418.4073 , 34.9872 , 0.3303 , 0.3008 , 91.0825 , 0.2295 , 0.2458 , 107.0923 , NA , 0.0078 , 7.1625 , 4.0000 , 3673.0946 , 0.0009 , 0.0024 , 278.7865 , 0.0020 , 0.0020 , 102.4037 , 5.6140 , 12.7311 , 226.7725 , 18.4311 , 17.3101 , 93.9177 , 2.5642 , 0.8708 , 33.9597 , 0.6959 , 70.3704 , NA , 36.1111 , 93.5556 , 0.9694 , 0.0033 , 32.7078 , 75.6219 , 0.2438 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , cls_0 , 0.0216 , 19.8347 , 7.0000 , 6427.9155 , 10.2847 , 140.0000 , 1285.5831 , 3.2333 , 0.0031 , 0.0035 , 114.6355 , 2.1291 , 1.4185 , 66.6261 , 1.2908 , 0.2301 , 17.8244 , 1.1947 , 0.0941 , 7.8760 , 17299.1438 , 11113.9496 , 64.2457 , 0.5041 , 0.2241 , 44.4542 , 0.5335 , 0.2687 , 50.3569 , NA , 0.0088 , 8.0808 , 5.0000 , 4591.3682 , 0.0013 , 0.0020 , 159.9328 , 0.0018 , 0.0022 , 124.1500 , 23.0173 , 17.4016 , 75.6022 , 6.8071 , 9.4714 , 139.1386 , 5.9464 , 5.5739 , 93.7352 , 0.7921 , 77.5463 , -0.0000 , 19.0476 , 88.1428 , 0.9870 , 0.0014 , 76.8880 , 83.3333 , 0.1667 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , cls_1 , 0.0327 , 30.0275 , 4.0000 , 3673.0946 , 22.8650 , 292.0000 , 2681.3590 , 4.1892 , 0.0082 , 0.0098 , 120.3429 , 3.7497 , 2.9060 , 77.5003 , 1.9771 , 0.8736 , 44.1882 , 1.2783 , 0.1672 , 13.0771 , 18332.1208 , 12648.3209 , 68.9954 , 0.5339 , 0.3098 , 58.0196 , 0.5219 , 0.3051 , 58.4636 , NA , 0.0124 , 11.3866 , 10.0000 , 9182.7365 , 0.0031 , 0.0041 , 132.0809 , 0.0012 , 0.0020 , 159.2696 , 23.9087 , 15.3501 , 64.2029 , 16.3500 , 19.6761 , 120.3429 , 2.2361 , 0.0000 , 0.0000 , 0.7267 , 76.2997 , 99.8781 , 33.3333 , 95.1170 , 0.9448 , 0.0060 , 18.1203 , 80.8752 , 0.1912 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , cls_2 , 0.0546 , 50.1377 , 3.0000 , 2754.8209 , 42.7916 , 152.0000 , 1395.7759 , 2.2553 , 0.0182 , 0.0203 , 111.7183 , 4.8612 , 3.9057 , 80.3435 , 1.3729 , 0.3498 , 25.4809 , 1.1076 , 0.0839 , 7.5782 , 16433.0599 , 16691.8520 , 101.5748 , 0.4106 , 0.2906 , 70.7681 , 0.5755 , 0.4080 , 70.8974 , NA , 0.0394 , 36.1800 , 3.0000 , 2754.8209 , 0.0131 , 0.0155 , 118.0249 , 0.0131 , 0.0111 , 84.4968 , 43.9516 , 31.9289 , 72.6457 , 19.4583 , 27.4299 , 140.9674 , 4.4242 , 2.2568 , 51.0097 , 0.8868 , 90.2930 , -0.0000 , 33.3333 , 97.5335 , 0.8116 , 0.0205 , 5.3086 , 94.3541 , 0.0566 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , cls_2 , 0.0546 , 50.1377 , 12.0000 , 11019.2837 , 22.8650 , 439.0000 , 4031.2213 , 5.4894 , 0.0046 , 0.0090 , 197.3713 , 1.9997 , 2.4277 , 121.4073 , 1.5575 , 0.7867 , 50.5116 , 1.2798 , 0.2138 , 16.7063 , 25776.1085 , 11082.5725 , 42.9955 , 0.4667 , 0.2800 , 59.9999 , 0.3258 , 0.2729 , 83.7565 , 1.4326 , 0.0254 , 23.3242 , 12.0000 , 11019.2837 , 0.0021 , 0.0047 , 221.5847 , 0.0021 , 0.0042 , 200.4938 , 10.1801 , 19.2159 , 188.7588 , 52.9088 , 30.3352 , 57.3348 , 2.4971 , 0.7174 , 28.7305 , 0.5951 , 76.3736 , 46.2463 , 30.3030 , 94.9889 , 0.8974 , 0.0112 , 9.7510 , 79.8086 , 0.2025 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , cls_1 , 0.0327 , 30.0275 , 17.0000 , 15610.6520 , 20.5693 , 630.0000 , 5785.1240 , 8.9189 , 0.0019 , 0.0052 , 267.9768 , 1.5757 , 2.1720 , 137.8435 , 1.6696 , 1.4171 , 84.8790 , 1.2874 , 0.2413 , 18.7439 , 28299.9215 , 8327.2515 , 29.4250 , 0.4338 , 0.2901 , 66.8754 , 0.2590 , 0.1981 , 76.4668 , 1.6749 , 0.0025 , 2.2957 , 14.0000 , 12855.8310 , 0.0001 , 0.0005 , 317.3389 , 0.0002 , 0.0001 , 76.8375 , 2.8236 , 4.6442 , 164.4783 , 32.5878 , 21.8931 , 67.1819 , 2.0417 , 0.0900 , 4.4079 , 0.3213 , 49.5413 , 95.1763 , 22.0588 , 93.5748 , 0.9566 , 0.0047 , 23.0459 , 52.5122 , 0.4749 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , cls_0 , 0.0216 , 19.8347 , 17.0000 , 15610.6520 , 10.2847 , 277.0000 , 2543.6180 , 5.0333 , 0.0013 , 0.0030 , 235.7368 , 1.1214 , 1.3185 , 117.5775 , 1.3023 , 0.4970 , 38.1606 , 1.2315 , 0.3203 , 26.0119 , 34120.8703 , 9662.9787 , 28.3198 , 0.2634 , 0.3210 , 121.8588 , 0.1437 , 0.2296 , 159.8359 , 1.4523 , 0.0070 , 6.4279 , 4.0000 , 3673.0946 , 0.0004 , 0.0012 , 283.9373 , 0.0018 , 0.0017 , 96.3412 , 4.4060 , 12.0828 , 274.2334 , 6.4863 , 8.1767 , 126.0602 , 2.5643 , 0.6514 , 25.4025 , 0.6245 , 65.0463 , 62.2786 , 13.2353 , 88.3848 , 0.9848 , 0.0017 , 65.8991 , 69.9005 , 0.3010 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , cls_2 , 0.0546 , 71.6535 , 12.0000 , 15748.0315 , 32.6772 , 43.0000 , 564.3045 , 5.4894 , 0.0046 , 0.0090 , 197.3713 , 1.9997 , 2.4277 , 121.4073 , 1.5575 , 0.7867 , 50.5116 , 1.2798 , 0.2138 , 16.7063 , 25776.1085 , 11082.5725 , 42.9955 , 0.4667 , 0.2800 , 59.9999 , 0.3258 , 0.2729 , 83.7565 , 1.4326 , 0.0254 , 33.3333 , 12.0000 , 15748.0315 , 0.0021 , 0.0047 , 221.5847 , 0.0021 , 0.0042 , 200.4938 , 10.1801 , 19.2159 , 188.7588 , 52.9088 , 30.3352 , 57.3348 , 2.4971 , 0.7174 , 28.7305 , 0.2877 , 76.3736 , NA , 30.3030 , 95.5727 , 0.7905 , 0.0160 , 4.7742 , 79.8086 , 0.2810 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , cls_0 , 0.0216 , 28.3465 , 17.0000 , 22309.7113 , 14.6982 , 43.0000 , 564.3045 , 5.0333 , 0.0013 , 0.0030 , 235.7368 , 1.1214 , 1.3185 , 117.5775 , 1.3023 , 0.4970 , 38.1606 , 1.2315 , 0.3203 , 26.0119 , 34120.8703 , 9662.9787 , 28.3198 , 0.2634 , 0.3210 , 121.8588 , 0.1437 , 0.2296 , 159.8359 , 1.4523 , 0.0070 , 9.1864 , 4.0000 , 5249.3438 , 0.0004 , 0.0012 , 283.9373 , 0.0018 , 0.0017 , 96.3412 , 4.4060 , 12.0828 , 274.2334 , 6.4863 , 8.1767 , 126.0602 , 2.5643 , 0.6514 , 25.4025 , 0.5799 , 65.0463 , NA , 13.2353 , 88.9280 , 0.9690 , 0.0024 , 32.2652 , 69.9005 , 0.3010 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , cls_1 , 0.0272 , 24.9770 , 78.0000 , 71625.3444 , 2.2957 , 806.0000 , 7401.2856 , 12.6970 , 0.0003 , 0.0004 , 128.6344 , 0.8557 , 0.6414 , 74.9509 , 1.2945 , 0.5294 , 40.8989 , 1.2969 , 0.3502 , 27.0025 , 35155.4961 , 5714.9830 , 16.2563 , 0.3433 , 0.3367 , 98.0720 , 0.1166 , 0.1265 , 108.4684 , 1.7375 , 0.0001 , 0.0918 , 1.0000 , 918.2736 , 0.0000 , 0.0000 , 877.4964 , 0.0001 , 0.0000 , 0.0000 , 0.0611 , 0.5357 , 877.4964 , 4.0694 , 2.7049 , 66.4697 , 2.1295 , 0.2346 , 11.0182 , -0.0206 , 22.9779 , 93.3957 , 9.5238 , 63.7373 , 0.9979 , 0.0002 , 470.9774 , 24.4618 , 0.7554 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , cls_2 , 0.0546 , 50.1377 , 8.0000 , 7346.1892 , 47.6584 , 1024.0000 , 9403.1221 , 11.5957 , 0.0068 , 0.0170 , 249.6737 , 2.2566 , 3.7841 , 167.6916 , 2.5170 , 3.2339 , 128.4851 , 1.3749 , 0.3013 , 21.9155 , 30770.7129 , 6508.1831 , 21.1506 , 0.4571 , 0.2764 , 60.4743 , 0.2018 , 0.1572 , 77.8926 , NA , 0.0029 , 2.6630 , 19.0000 , 17447.1993 , 0.0004 , 0.0010 , 264.5751 , 0.0002 , 0.0001 , 53.6426 , 0.6985 , 1.8479 , 264.5751 , 114.9688 , 40.9158 , 35.5886 , 2.0000 , 0.0000 , 0.0000 , 0.0443 , 50.0916 , 99.9604 , 32.1429 , 98.2898 , 0.7727 , 0.0248 , 4.3995 , 52.3445 , 0.4779 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , cls_0 , 0.0271 , 24.8852 , 83.0000 , 76216.7126 , 3.4894 , 782.0000 , 7180.8999 , 12.3636 , 0.0003 , 0.0005 , 139.0238 , 0.8169 , 0.6177 , 75.6193 , 1.2405 , 0.4409 , 35.5393 , 1.3122 , 0.3602 , 27.4478 , 34609.0477 , 6598.8502 , 19.0668 , 0.3595 , 0.3246 , 90.2763 , 0.1284 , 0.1389 , 108.1139 , 1.6789 , 0.0002 , 0.1837 , 2.0000 , 1836.5473 , 0.0000 , 0.0000 , 636.3961 , 0.0001 , 0.0000 , 0.0000 , 0.1522 , 1.1248 , 739.0638 , 4.1919 , 2.5049 , 59.7565 , 2.0963 , 0.2263 , 10.7965 , 0.0192 , 24.7232 , 94.3192 , 9.1978 , 62.3187 , 0.9978 , 0.0002 , 457.0023 , 26.3261 , 0.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_210 , 0.0000 , 0.6977 , 47.0000 , 30801029.9340 , 0.1834 , 3.8490 , 25224.0775 , 9.6957 , 0.0000 , 0.0000 , 210.9803 , 0.0060 , 0.0068 , 114.0488 , 1.3654 , 0.5507 , 40.3300 , 0.9217 , 0.0882 , 9.5702 , 6698418.0797 , 2731525.5140 , 40.7787 , 0.5985 , 0.1800 , 30.0699 , 0.4415 , 0.2156 , 48.8381 , 1.4043 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.3038 , 8.6861 , 201.8240 , 0.0477 , 0.0649 , 136.1189 , 0.7370 , 71.7244 , 73.4216 , 100.0000 , 88.8812 , 1.0000 , 0.0000 , 177096.8599 , 73.8790 , 0.2612 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_10 , 0.0000 , 28.4936 , 1455.0000 , 953521245.8296 , 6.2107 , 214.1220 , 1403229.3897 , 81.6886 , 0.0000 , 0.0000 , 1018.4799 , 0.0051 , 0.0095 , 186.0227 , 1.6618 , 1.4508 , 87.3085 , 0.8951 , 0.1595 , 17.8214 , 8968682.5785 , 2413922.3255 , 26.9150 , 0.6121 , 0.1682 , 27.4791 , 0.2936 , 0.1632 , 55.5798 , 1.6678 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 272.2382 , 561.7297 , 206.3376 , 0.0072 , 0.0031 , 43.3937 , 0.4838 , 62.7996 , 55.8522 , 100.0000 , 97.3978 , 0.9942 , 0.0000 , 171.1187 , 63.0869 , 0.3691 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_30 , 0.0000 , 9.5932 , 2636.0000 , 1727479040.5545 , 0.1368 , 115.3050 , 755641.0120 , 75.3125 , 0.0000 , 0.0000 , 150.0370 , 0.0033 , 0.0024 , 73.7676 , 1.3626 , 0.4613 , 33.8519 , 0.9306 , 0.0639 , 6.8624 , 9459789.9732 , 2141496.7175 , 22.6379 , 0.6137 , 0.1387 , 22.5960 , 0.2553 , 0.1329 , 52.0739 , 1.6586 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.5322 , 4.4490 , 80.4192 , 0.0086 , 0.0040 , 47.1754 , 0.3480 , 40.7316 , 63.6754 , 100.0000 , 70.4719 , 1.0000 , 0.0000 , 88102.0011 , 41.0547 , 0.5895 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_70 , 0.0000 , 13.9212 , 622.0000 , 407622140.8289 , 2.0631 , 58.7730 , 385163.6026 , 32.3312 , 0.0000 , 0.0000 , 471.7325 , 0.0058 , 0.0084 , 144.3008 , 1.3677 , 0.5522 , 40.3758 , 0.9208 , 0.0983 , 10.6725 , 6897224.6572 , 2938796.4546 , 42.6084 , 0.5841 , 0.1517 , 25.9736 , 0.4322 , 0.2245 , 51.9332 , 1.3731 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 46.3648 , 136.6725 , 294.7762 , 0.0122 , 0.0097 , 79.5465 , 0.7610 , 78.9052 , 74.4902 , 100.0000 , 94.0587 , 0.9993 , 0.0000 , 1380.2391 , 79.4234 , 0.2058 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_11 , 0.0000 , 18.0145 , 1696.0000 , 1111458441.8742 , 0.7060 , 140.6460 , 921710.9907 , 67.4657 , 0.0000 , 0.0000 , 287.0891 , 0.0049 , 0.0055 , 111.9899 , 1.5041 , 0.7359 , 48.9248 , 0.9089 , 0.1016 , 11.1785 , 8154604.4817 , 2577767.6707 , 31.6112 , 0.6008 , 0.1729 , 28.7810 , 0.3424 , 0.1876 , 54.7714 , 1.5482 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 24.7398 , 35.9769 , 145.4213 , 0.0080 , 0.0037 , 46.4028 , 0.5328 , 61.3447 , 38.3762 , 100.0000 , 88.6117 , 0.9998 , 0.0000 , 5654.7852 , 61.6982 , 0.3830 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_190 , 0.0000 , 1.1613 , 266.0000 , 174320722.6053 , 0.5161 , 8.3220 , 54537.4832 , 15.7528 , 0.0000 , 0.0000 , 733.5525 , 0.0024 , 0.0032 , 135.9894 , 1.1158 , 0.3296 , 29.5432 , 0.9743 , 0.0589 , 6.0477 , 11515421.0447 , 2841654.7982 , 24.6770 , 0.2330 , 0.2984 , 128.0369 , 0.1187 , 0.1907 , 160.7313 , 1.3912 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.3336 , 35.4741 , 343.2899 , 0.0283 , 0.0270 , 95.3243 , 0.6549 , 64.3982 , 54.0937 , 100.0000 , 88.9840 , 1.0000 , 0.0000 , 35984.1439 , 65.8872 , 0.3411 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_90 , 0.0000 , 3.7854 , 392.0000 , 256893696.4709 , 0.7190 , 26.0220 , 170532.8513 , 27.2236 , 0.0000 , 0.0000 , 442.8450 , 0.0042 , 0.0052 , 123.5897 , 1.3501 , 0.5787 , 42.8635 , 0.9288 , 0.0864 , 9.3005 , 8253451.3503 , 2521482.4846 , 30.5506 , 0.5972 , 0.1385 , 23.1887 , 0.3309 , 0.1829 , 55.2866 , 1.4916 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 17.2406 , 44.3314 , 257.1339 , 0.0162 , 0.0188 , 116.1275 , 0.6538 , 65.8538 , 49.7294 , 100.0000 , 90.2591 , 0.9999 , 0.0000 , 13272.8527 , 66.6903 , 0.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_100 , 0.0000 , 2.4666 , 971.0000 , 636336171.6155 , 0.0236 , 32.3160 , 211780.0177 , 41.6077 , 0.0000 , 0.0000 , 94.1405 , 0.0027 , 0.0015 , 55.2220 , 1.2567 , 0.3218 , 25.6023 , 0.9460 , 0.0481 , 5.0797 , 9824366.0674 , 2149342.8558 , 21.8777 , 0.5808 , 0.1694 , 29.1712 , 0.2282 , 0.1288 , 56.4221 , 1.6291 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.5436 , 1.3455 , 87.1669 , 0.0133 , 0.0095 , 70.9215 , 0.3427 , 35.3300 , 74.4836 , 100.0000 , 58.8925 , 1.0000 , 0.0000 , 846123.0708 , 35.8878 , 0.6411 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_130 , 0.0000 , 13.6411 , 1063.0000 , 696627549.3587 , 1.5618 , 83.4780 , 547065.6121 , 45.7672 , 0.0000 , 0.0000 , 650.4108 , 0.0046 , 0.0079 , 171.7275 , 1.3959 , 0.6602 , 47.2984 , 0.9224 , 0.0979 , 10.6142 , 8124418.8577 , 2377087.8691 , 29.2586 , 0.6098 , 0.1285 , 21.0766 , 0.3397 , 0.1750 , 51.5042 , 1.5091 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 46.0771 , 108.8373 , 236.2068 , 0.0106 , 0.0067 , 63.3754 , 0.6559 , 69.8223 , 58.7802 , 100.0000 , 93.7906 , 0.9992 , 0.0000 , 1319.2135 , 70.2857 , 0.2971 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_60 , 0.0000 , 4.2159 , 450.0000 , 294903478.0916 , 0.4577 , 26.3730 , 172833.0984 , 25.9529 , 0.0000 , 0.0000 , 370.2705 , 0.0041 , 0.0049 , 119.9135 , 1.3069 , 0.4351 , 33.2910 , 0.9350 , 0.0720 , 7.6991 , 8284360.8702 , 2816849.5735 , 34.0020 , 0.5770 , 0.1685 , 29.2077 , 0.3341 , 0.2003 , 59.9659 , 1.4053 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.1851 , 18.7488 , 303.1301 , 0.0178 , 0.0151 , 84.8370 , 0.6865 , 69.1382 , 81.0336 , 100.0000 , 87.7819 , 0.9999 , 0.0000 , 17211.1615 , 69.9703 , 0.3003 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_40 , 0.0000 , 0.1846 , 133.0000 , 87160361.3026 , 0.0047 , 2.8800 , 18873.8226 , 13.3611 , 0.0000 , 0.0000 , 50.3030 , 0.0019 , 0.0006 , 30.8628 , 1.1167 , 0.1674 , 14.9948 , 0.9695 , 0.0276 , 2.8421 , 10893424.0363 , 1965606.9148 , 18.0440 , 0.5073 , 0.2073 , 40.8665 , 0.1527 , 0.0960 , 62.8808 , 1.6201 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1047 , 0.1316 , 125.7393 , 0.0405 , 0.0283 , 69.8155 , 0.2444 , 23.1629 , 73.8115 , 100.0000 , 37.5879 , 1.0000 , 0.0000 , 31144296.0011 , 24.5763 , 0.7542 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_180 , 0.0000 , 3.7205 , 100.0000 , 65534106.2426 , 1.6644 , 11.4120 , 74787.5220 , 11.9623 , 0.0000 , 0.0000 , 502.5060 , 0.0059 , 0.0116 , 195.5106 , 1.3595 , 0.6110 , 44.9412 , 0.9212 , 0.1219 , 13.2283 , 7643042.9537 , 2899600.8954 , 37.9378 , 0.5902 , 0.1641 , 27.8020 , 0.3739 , 0.2188 , 58.4995 , 1.3743 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 49.9728 , 121.4334 , 242.9989 , 0.0249 , 0.0287 , 115.6674 , 0.8547 , 84.9239 , 60.3439 , 100.0000 , 96.4366 , 0.9996 , 0.0000 , 2751.9925 , 86.0079 , 0.1399 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_61 , 0.0000 , 0.0490 , 26.0000 , 17038867.6231 , 0.0059 , 0.6960 , 4561.1738 , 6.1053 , 0.0000 , 0.0000 , 63.2616 , 0.0023 , 0.0009 , 38.7573 , 1.1568 , 0.1798 , 15.5457 , 0.9575 , 0.0322 , 3.3620 , 10177350.4274 , 1880576.1800 , 18.4781 , 0.5794 , 0.1484 , 25.6133 , 0.1975 , 0.1061 , 53.7130 , 1.5813 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.5070 , 0.6676 , 131.6855 , 0.0260 , 0.0413 , 158.8766 , 0.3398 , 30.1205 , 48.8776 , 100.0000 , 47.6766 , 1.0000 , 0.0000 , 77482979.0000 , 34.0136 , 0.6599 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_110 , 0.0000 , 0.0554 , 32.0000 , 20970913.9976 , 0.0106 , 0.7980 , 5229.6217 , 6.6500 , 0.0000 , 0.0000 , 95.5080 , 0.0021 , 0.0014 , 67.8029 , 1.1304 , 0.2196 , 19.4265 , 0.9648 , 0.0348 , 3.6032 , 10203703.7037 , 1531253.0619 , 15.0068 , 0.5792 , 0.1046 , 18.0672 , 0.1829 , 0.0740 , 40.4470 , 1.7336 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0539 , 0.0971 , 180.1341 , 0.0620 , 0.0321 , 51.8097 , 0.3270 , 29.2553 , 72.6102 , 100.0000 , 48.5650 , 1.0000 , 0.0000 , 54443532.5928 , 32.7381 , 0.6726 diff --git a/data-raw/fragstats_results_land.txt b/data-raw/fragstats_results_land.txt index 56e58c387..8a4be1671 100644 --- a/data-raw/fragstats_results_land.txt +++ b/data-raw/fragstats_results_land.txt @@ -1,10 +1,10 @@ -LID , TA , NP , PD , LPI , TE , ED , LSI , AREA_MN , AREA_SD , AREA_CV , GYRATE_MN , GYRATE_SD , GYRATE_CV , SHAPE_MN , SHAPE_SD , SHAPE_CV , FRAC_MN , FRAC_SD , FRAC_CV , PARA_MN , PARA_SD , PARA_CV , CIRCLE_MN , CIRCLE_SD , CIRCLE_CV , CONTIG_MN , CONTIG_SD , CONTIG_CV , PAFRAC , TCA , NDCA , DCAD , CORE_MN , CORE_SD , CORE_CV , DCORE_MN , DCORE_SD , DCORE_CV , CAI_MN , CAI_SD , CAI_CV , PROX_MN , PROX_SD , PROX_CV , ENN_MN , ENN_SD , ENN_CV , CONTAG , PLADJ , IJI , CONNECT , COHESION , DIVISION , MESH , SPLIT , PR , PRD , RPR , SHDI , SIDI , MSIDI , SHEI , SIEI , MSIEI , AI -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 26888.4000 , 7774.0000 , 28.9121 , 2.7869 , 5136360.0000 , 191.0251 , 79.2733 , 3.4588 , 15.5312 , 449.0402 , 71.1428 , 100.3339 , 141.0317 , 1.7225 , 0.9340 , 54.2246 , 1.1009 , 0.0700 , 6.3596 , 760.2004 , 307.8014 , 40.4895 , 0.5886 , 0.2457 , 41.7355 , 0.3973 , 0.2207 , 55.5385 , 1.5241 , 26888.4000 , 7774.0000 , 28.9121 , 3.4588 , 15.5312 , 449.0402 , 3.4588 , 15.5312 , 449.0402 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 136.2524 , 195.2105 , 143.2713 , 44.7716 , 71.1590 , 67.0666 , 0.0000 , 93.4343 , 0.9973 , 73.2002 , 367.3269 , 15.0000 , 0.0558 , 300.0000 , 1.9245 , 0.7995 , 1.6070 , 0.7107 , 0.8566 , 0.5934 , 71.5358 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 0.0900 , 27.0000 , 30000.0000 , 50.7778 , 364.0000 , 4044.4444 , 4.0333 , 0.0033 , 0.0089 , 268.3046 , 1.8509 , 2.6099 , 141.0083 , 1.3107 , 0.6511 , 49.6724 , 1.2167 , 0.2029 , 16.6762 , 24389.3968 , 11370.6361 , 46.6212 , 0.4457 , 0.2593 , 58.1737 , 0.3484 , 0.2730 , 78.3565 , 1.3741 , 0.0386 , 24.0000 , 26666.6667 , 0.0014 , 0.0044 , 308.6235 , 0.0016 , 0.0023 , 142.0436 , 10.2843 , 17.2678 , 167.9048 , 13.7304 , 29.3993 , 214.1187 , 3.1816 , 1.2427 , 39.0592 , 25.2955 , 76.4444 , 87.8348 , 17.2932 , 95.4062 , 0.6963 , 0.0273 , 3.2932 , 3.0000 , 3333.3333 , 60.0000 , 1.0101 , 0.6049 , 0.9286 , 0.9194 , 0.9073 , 0.8452 , 81.0504 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 0.1089 , 7.0000 , 6427.9155 , 72.3600 , 100.0000 , 918.2736 , 1.7576 , 0.0156 , 0.0268 , 172.5071 , 3.4992 , 4.0483 , 115.6915 , 1.2091 , 0.2829 , 23.3938 , 1.1009 , 0.1019 , 9.2527 , 22777.8569 , 16654.5218 , 73.1172 , 0.3529 , 0.3078 , 87.2164 , 0.4062 , 0.4125 , 101.5613 , NA , 0.0843 , 3.0000 , 2754.8209 , 0.0120 , 0.0224 , 185.9419 , 0.0281 , 0.0268 , 95.4113 , 29.3636 , 34.6843 , 118.1200 , 52.9571 , 66.9681 , 126.4571 , 2.0674 , 0.1066 , 5.1583 , 51.1726 , 92.3783 , NA , 45.4545 , 97.8219 , 0.4320 , 0.0619 , 1.7606 , 2.0000 , 1836.5473 , 40.0000 , 0.4981 , 0.3180 , 0.3827 , 0.7186 , 0.6360 , 0.5522 , 96.3398 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 0.1089 , 13.0000 , 11937.5574 , 79.3388 , 251.0000 , 2304.8669 , 2.9015 , 0.0084 , 0.0231 , 275.3353 , 2.1763 , 3.6632 , 168.3259 , 1.4227 , 0.7821 , 54.9734 , 1.1979 , 0.1821 , 15.2047 , 27855.4131 , 11725.3777 , 42.0937 , 0.3362 , 0.2749 , 81.7803 , 0.2758 , 0.2850 , 103.3200 , 1.3892 , 0.0675 , 7.0000 , 6427.9155 , 0.0052 , 0.0158 , 305.0300 , 0.0096 , 0.0204 , 211.3942 , 10.4750 , 20.2905 , 193.7053 , 53.6348 , 74.1595 , 138.2677 , 2.4675 , 0.7770 , 31.4879 , 40.0813 , 85.4454 , NA , 40.4762 , 98.1961 , 0.3399 , 0.0719 , 1.5150 , 2.0000 , 1836.5473 , 40.0000 , 0.4981 , 0.3180 , 0.3827 , 0.7186 , 0.6360 , 0.5522 , 89.0310 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 0.1089 , 14.0000 , 12855.8310 , 42.7916 , 292.0000 , 2681.3590 , 3.2121 , 0.0078 , 0.0125 , 160.9953 , 3.1776 , 2.8175 , 88.6685 , 1.5045 , 0.6009 , 39.9430 , 1.1999 , 0.1323 , 11.0295 , 17408.6907 , 12947.0445 , 74.3712 , 0.4926 , 0.2695 , 54.7058 , 0.5392 , 0.3142 , 58.2795 , 1.2977 , 0.0606 , 18.0000 , 16528.9256 , 0.0043 , 0.0089 , 206.7079 , 0.0034 , 0.0066 , 195.1048 , 27.7579 , 22.5576 , 81.2657 , 12.2446 , 18.6399 , 152.2288 , 4.5601 , 4.3742 , 95.9226 , 33.7154 , 83.5629 , 63.0161 , 23.3333 , 95.1317 , 0.7434 , 0.0279 , 3.8976 , 3.0000 , 2754.8209 , 60.0000 , 1.0283 , 0.6191 , 0.9653 , 0.9360 , 0.9287 , 0.8786 , 88.1208 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 0.1089 , 46.0000 , 42240.5877 , 22.8650 , 673.0000 , 6179.9816 , 6.0985 , 0.0024 , 0.0060 , 253.2093 , 1.5184 , 2.0108 , 132.4296 , 1.5046 , 1.0103 , 67.1499 , 1.2648 , 0.2684 , 21.2196 , 29792.7557 , 10204.4303 , 34.2514 , 0.3794 , 0.3126 , 82.3781 , 0.2338 , 0.2426 , 103.7614 , 1.5133 , 0.0349 , 30.0000 , 27548.2094 , 0.0008 , 0.0026 , 348.4265 , 0.0012 , 0.0029 , 249.9298 , 5.3275 , 12.9238 , 242.5869 , 28.2427 , 27.9737 , 99.0474 , 2.3536 , 0.5931 , 25.2012 , 19.0715 , 66.0698 , 77.8353 , 20.1183 , 93.4660 , 0.8389 , 0.0175 , 6.2066 , 3.0000 , 2754.8209 , 60.0000 , 1.0283 , 0.6191 , 0.9653 , 0.9360 , 0.9287 , 0.8786 , 69.6469 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 0.0762 , 29.0000 , 38057.7428 , 32.6772 , 43.0000 , 564.3045 , 6.9196 , 0.0026 , 0.0064 , 244.3984 , 1.4848 , 1.9092 , 128.5824 , 1.4079 , 0.6455 , 45.8481 , 1.2515 , 0.2822 , 22.5490 , 30667.8654 , 11065.7458 , 36.0825 , 0.3475 , 0.3207 , 92.2890 , 0.2190 , 0.2641 , 120.5938 , 1.4321 , 0.0324 , 16.0000 , 20997.3753 , 0.0011 , 0.0033 , 291.5349 , 0.0020 , 0.0038 , 186.3707 , 6.7953 , 15.6991 , 231.0292 , 25.6956 , 30.7038 , 119.4903 , 2.5365 , 0.6803 , 26.8207 , 45.6831 , 73.1627 , NA , 18.8119 , 93.9503 , 0.7595 , 0.0183 , 4.1589 , 2.0000 , 2624.6719 , 40.0000 , 0.5962 , 0.4062 , 0.5213 , 0.8601 , 0.8124 , 0.7520 , 77.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 0.1089 , 169.0000 , 155188.2461 , 47.6584 , 1306.0000 , 11992.6538 , 10.8939 , 0.0006 , 0.0040 , 617.5949 , 0.9030 , 1.0707 , 118.5824 , 1.3258 , 0.8894 , 67.0847 , 1.3081 , 0.3534 , 27.0156 , 34679.5583 , 6268.6153 , 18.0758 , 0.3566 , 0.3290 , 92.2434 , 0.1265 , 0.1354 , 107.0938 , 1.7272 , 0.0032 , 22.0000 , 20202.0202 , 0.0000 , 0.0002 , 1175.9803 , 0.0001 , 0.0001 , 53.7645 , 0.1360 , 0.9660 , 710.3699 , 9.3792 , 25.2924 , 269.6639 , 2.1071 , 0.2267 , 10.7595 , 5.4898 , 37.0064 , 96.9374 , 9.4498 , 92.8363 , 0.7684 , 0.0252 , 4.3176 , 3.0000 , 2754.8209 , 60.0000 , 1.0388 , 0.6243 , 0.9790 , 0.9455 , 0.9365 , 0.8911 , 38.9055 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 0.0002 , 9889.0000 , 6480667766.3290 , 6.2107 , 362.4960 , 2375585.1377 , 74.3252 , 0.0000 , 0.0000 , 886.3867 , 0.0041 , 0.0061 , 146.3992 , 1.4101 , 0.7646 , 54.2227 , 0.9235 , 0.0981 , 10.6244 , 8840827.3280 , 2596187.1879 , 29.3659 , 0.5912 , 0.1727 , 29.2107 , 0.2966 , 0.1785 , 60.1681 , 1.5417 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 55.5652 , 240.2393 , 432.3554 , 0.0114 , 0.0128 , 112.2721 , 40.0826 , 64.1220 , 61.1699 , 100.0000 , 94.3665 , 0.9920 , 0.0000 , 124.2834 , 14.0000 , 9174774.8740 , 280.0000 , 2.0147 , 0.8338 , 1.7944 , 0.7634 , 0.8979 , 0.6800 , 64.5935 +LID , TA , NP , PD , LPI , TE , ED , LSI , AREA_MN , AREA_SD , AREA_CV , GYRATE_MN , GYRATE_SD , GYRATE_CV , SHAPE_MN , SHAPE_SD , SHAPE_CV , FRAC_MN , FRAC_SD , FRAC_CV , PARA_MN , PARA_SD , PARA_CV , CIRCLE_MN , CIRCLE_SD , CIRCLE_CV , CONTIG_MN , CONTIG_SD , CONTIG_CV , PAFRAC , TCA , NDCA , DCAD , CORE_MN , CORE_SD , CORE_CV , DCORE_MN , DCORE_SD , DCORE_CV , CAI_MN , CAI_SD , CAI_CV , PROX_MN , PROX_SD , PROX_CV , ENN_MN , ENN_SD , ENN_CV , CONTAG , PLADJ , IJI , CONNECT , COHESION , DIVISION , MESH , SPLIT , PR , PRD , RPR , SHDI , SIDI , MSIDI , SHEI , SIEI , MSIEI , AI +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 26888.4000 , 7774.0000 , 28.9121 , 2.7869 , 5136360.0000 , 191.0251 , 79.2733 , 3.4588 , 15.5312 , 449.0402 , 71.1428 , 100.3339 , 141.0317 , 1.7225 , 0.9340 , 54.2246 , 1.1009 , 0.0700 , 6.3596 , 760.2004 , 307.8014 , 40.4895 , 0.5886 , 0.2457 , 41.7355 , 0.3973 , 0.2207 , 55.5385 , 1.5241 , 26888.4000 , 7774.0000 , 28.9121 , 3.4588 , 15.5312 , 449.0402 , 3.4588 , 15.5312 , 449.0402 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 136.2524 , 195.2105 , 143.2713 , 44.7716 , 71.1590 , 67.0666 , 0.0000 , 93.4343 , 0.9973 , 73.2002 , 367.3269 , 15.0000 , 0.0558 , 300.0000 , 1.9245 , 0.7995 , 1.6070 , 0.7107 , 0.8566 , 0.5934 , 71.5358 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 0.0900 , 27.0000 , 30000.0000 , 50.7778 , 364.0000 , 4044.4444 , 4.0333 , 0.0033 , 0.0089 , 268.3046 , 1.8509 , 2.6099 , 141.0083 , 1.3107 , 0.6511 , 49.6724 , 1.2167 , 0.2029 , 16.6762 , 24389.3968 , 11370.6361 , 46.6212 , 0.4457 , 0.2593 , 58.1737 , 0.3484 , 0.2730 , 78.3565 , 1.3741 , 0.0386 , 24.0000 , 26666.6667 , 0.0014 , 0.0044 , 308.6235 , 0.0016 , 0.0023 , 142.0436 , 10.2843 , 17.2678 , 167.9048 , 13.7304 , 29.3993 , 214.1187 , 3.1816 , 1.2427 , 39.0592 , 25.2955 , 76.4444 , 87.8348 , 17.2932 , 95.4062 , 0.6963 , 0.0273 , 3.2932 , 3.0000 , 3333.3333 , 60.0000 , 1.0101 , 0.6049 , 0.9286 , 0.9194 , 0.9073 , 0.8452 , 81.0504 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 0.1089 , 7.0000 , 6427.9155 , 72.3600 , 100.0000 , 918.2736 , 1.7576 , 0.0156 , 0.0268 , 172.5071 , 3.4992 , 4.0483 , 115.6915 , 1.2091 , 0.2829 , 23.3938 , 1.1009 , 0.1019 , 9.2527 , 22777.8569 , 16654.5218 , 73.1172 , 0.3529 , 0.3078 , 87.2164 , 0.4062 , 0.4125 , 101.5613 , NA , 0.0843 , 3.0000 , 2754.8209 , 0.0120 , 0.0224 , 185.9419 , 0.0281 , 0.0268 , 95.4113 , 29.3636 , 34.6843 , 118.1200 , 52.9571 , 66.9681 , 126.4571 , 2.0674 , 0.1066 , 5.1583 , 51.1726 , 92.3783 , NA , 45.4545 , 97.8219 , 0.4320 , 0.0619 , 1.7606 , 2.0000 , 1836.5473 , 40.0000 , 0.4981 , 0.3180 , 0.3827 , 0.7186 , 0.6360 , 0.5522 , 96.3398 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 0.1089 , 13.0000 , 11937.5574 , 79.3388 , 251.0000 , 2304.8669 , 2.9015 , 0.0084 , 0.0231 , 275.3353 , 2.1763 , 3.6632 , 168.3259 , 1.4227 , 0.7821 , 54.9734 , 1.1979 , 0.1821 , 15.2047 , 27855.4131 , 11725.3777 , 42.0937 , 0.3362 , 0.2749 , 81.7803 , 0.2758 , 0.2850 , 103.3200 , 1.3892 , 0.0675 , 7.0000 , 6427.9155 , 0.0052 , 0.0158 , 305.0300 , 0.0096 , 0.0204 , 211.3942 , 10.4750 , 20.2905 , 193.7053 , 53.6348 , 74.1595 , 138.2677 , 2.4675 , 0.7770 , 31.4879 , 40.0813 , 85.4454 , NA , 40.4762 , 98.1961 , 0.3399 , 0.0719 , 1.5150 , 2.0000 , 1836.5473 , 40.0000 , 0.4981 , 0.3180 , 0.3827 , 0.7186 , 0.6360 , 0.5522 , 89.0310 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 0.1089 , 14.0000 , 12855.8310 , 42.7916 , 292.0000 , 2681.3590 , 3.2121 , 0.0078 , 0.0125 , 160.9953 , 3.1776 , 2.8175 , 88.6685 , 1.5045 , 0.6009 , 39.9430 , 1.1999 , 0.1323 , 11.0295 , 17408.6907 , 12947.0445 , 74.3712 , 0.4926 , 0.2695 , 54.7058 , 0.5392 , 0.3142 , 58.2795 , 1.2977 , 0.0606 , 18.0000 , 16528.9256 , 0.0043 , 0.0089 , 206.7079 , 0.0034 , 0.0066 , 195.1048 , 27.7579 , 22.5576 , 81.2657 , 12.2446 , 18.6399 , 152.2288 , 4.5601 , 4.3742 , 95.9226 , 33.7154 , 83.5629 , 63.0161 , 23.3333 , 95.1317 , 0.7434 , 0.0279 , 3.8976 , 3.0000 , 2754.8209 , 60.0000 , 1.0283 , 0.6191 , 0.9653 , 0.9360 , 0.9287 , 0.8786 , 88.1208 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 0.1089 , 46.0000 , 42240.5877 , 22.8650 , 673.0000 , 6179.9816 , 6.0985 , 0.0024 , 0.0060 , 253.2093 , 1.5184 , 2.0108 , 132.4296 , 1.5046 , 1.0103 , 67.1499 , 1.2648 , 0.2684 , 21.2196 , 29792.7557 , 10204.4303 , 34.2514 , 0.3794 , 0.3126 , 82.3781 , 0.2338 , 0.2426 , 103.7614 , 1.5133 , 0.0349 , 30.0000 , 27548.2094 , 0.0008 , 0.0026 , 348.4265 , 0.0012 , 0.0029 , 249.9298 , 5.3275 , 12.9238 , 242.5869 , 28.2427 , 27.9737 , 99.0474 , 2.3536 , 0.5931 , 25.2012 , 19.0715 , 66.0698 , 77.8353 , 20.1183 , 93.4660 , 0.8389 , 0.0175 , 6.2066 , 3.0000 , 2754.8209 , 60.0000 , 1.0283 , 0.6191 , 0.9653 , 0.9360 , 0.9287 , 0.8786 , 69.6469 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 0.0762 , 29.0000 , 38057.7428 , 32.6772 , 43.0000 , 564.3045 , 6.9196 , 0.0026 , 0.0064 , 244.3984 , 1.4848 , 1.9092 , 128.5824 , 1.4079 , 0.6455 , 45.8481 , 1.2515 , 0.2822 , 22.5490 , 30667.8654 , 11065.7458 , 36.0825 , 0.3475 , 0.3207 , 92.2890 , 0.2190 , 0.2641 , 120.5938 , 1.4321 , 0.0324 , 16.0000 , 20997.3753 , 0.0011 , 0.0033 , 291.5349 , 0.0020 , 0.0038 , 186.3707 , 6.7953 , 15.6991 , 231.0292 , 25.6956 , 30.7038 , 119.4903 , 2.5365 , 0.6803 , 26.8207 , 45.6831 , 73.1627 , NA , 18.8119 , 93.9503 , 0.7595 , 0.0183 , 4.1589 , 2.0000 , 2624.6719 , 40.0000 , 0.5962 , 0.4062 , 0.5213 , 0.8601 , 0.8124 , 0.7520 , 77.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 0.1089 , 169.0000 , 155188.2461 , 47.6584 , 1306.0000 , 11992.6538 , 10.8939 , 0.0006 , 0.0040 , 617.5949 , 0.9030 , 1.0707 , 118.5824 , 1.3258 , 0.8894 , 67.0847 , 1.3081 , 0.3534 , 27.0156 , 34679.5583 , 6268.6153 , 18.0758 , 0.3566 , 0.3290 , 92.2434 , 0.1265 , 0.1354 , 107.0938 , 1.7272 , 0.0032 , 22.0000 , 20202.0202 , 0.0000 , 0.0002 , 1175.9803 , 0.0001 , 0.0001 , 53.7645 , 0.1360 , 0.9660 , 710.3699 , 9.3792 , 25.2924 , 269.6639 , 2.1071 , 0.2267 , 10.7595 , 5.4898 , 37.0064 , 96.9374 , 9.4498 , 92.8363 , 0.7684 , 0.0252 , 4.3176 , 3.0000 , 2754.8209 , 60.0000 , 1.0388 , 0.6243 , 0.9790 , 0.9455 , 0.9365 , 0.8911 , 38.9055 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 0.0002 , 9889.0000 , 6480667766.3290 , 6.2107 , 362.4960 , 2375585.1377 , 74.3252 , 0.0000 , 0.0000 , 886.3867 , 0.0041 , 0.0061 , 146.3992 , 1.4101 , 0.7646 , 54.2227 , 0.9235 , 0.0981 , 10.6244 , 8840827.3280 , 2596187.1879 , 29.3659 , 0.5912 , 0.1727 , 29.2107 , 0.2966 , 0.1785 , 60.1681 , 1.5417 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 55.5652 , 240.2393 , 432.3554 , 0.0114 , 0.0128 , 112.2721 , 40.0826 , 64.1220 , 61.1699 , 100.0000 , 94.3665 , 0.9920 , 0.0000 , 124.2834 , 14.0000 , 9174774.8740 , 280.0000 , 2.0147 , 0.8338 , 1.7944 , 0.7634 , 0.8979 , 0.6800 , 64.5935 diff --git a/data-raw/fragstats_results_patch.txt b/data-raw/fragstats_results_patch.txt index 88a9447e8..51f955317 100644 --- a/data-raw/fragstats_results_patch.txt +++ b/data-raw/fragstats_results_patch.txt @@ -1,17969 +1,17969 @@ -LID , PID , TYPE , AREA , PERIM , GYRATE , PARA , SHAPE , FRAC , CIRCLE , CONTIG , CORE , NCORE , CAI , PROX , ENN -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 510.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 8 , cls_71 , 1.5300 , 960.0000 , 68.6567 , 627.4510 , 1.7778 , 1.1376 , 0.7453 , 0.4706 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 18 , cls_71 , 1.5300 , 1020.0000 , 92.7726 , 666.6667 , 1.8889 , 1.1502 , 0.8537 , 0.4412 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 38 , cls_71 , 0.6300 , 480.0000 , 38.1979 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 45 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 408.0441 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 62 , cls_71 , 1.8900 , 900.0000 , 65.8336 , 476.1905 , 1.5000 , 1.1001 , 0.6658 , 0.5873 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 64 , cls_71 , 0.9900 , 840.0000 , 66.6470 , 848.4848 , 2.0000 , 1.1624 , 0.8571 , 0.3485 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 67 , cls_71 , 1.0800 , 780.0000 , 60.7440 , 722.2222 , 1.8571 , 1.1355 , 0.7649 , 0.3750 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 78 , cls_71 , 2.4300 , 1860.0000 , 125.3710 , 765.4321 , 2.8182 , 1.2165 , 0.8873 , 0.3642 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 81 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 100 , cls_71 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 582.4946 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 131 , cls_71 , 2.9700 , 1620.0000 , 90.9210 , 545.4545 , 2.2500 , 1.1659 , 0.7122 , 0.5758 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 136 , cls_71 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 138 , cls_71 , 1.9800 , 900.0000 , 60.3999 , 454.5455 , 1.5000 , 1.0949 , 0.4715 , 0.6212 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 366.1967 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 145 , cls_71 , 4.9500 , 2760.0000 , 238.6824 , 557.5758 , 3.0667 , 1.2094 , 0.9274 , 0.5455 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 147 , cls_71 , 6.0300 , 3420.0000 , 209.1185 , 567.1642 , 3.3529 , 1.2267 , 0.8767 , 0.5448 , 6.0300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 156 , cls_71 , 2.1600 , 1800.0000 , 155.0600 , 833.3333 , 3.0000 , 1.2242 , 0.8998 , 0.3611 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 159 , cls_71 , 7.9200 , 1800.0000 , 117.7192 , 227.2727 , 1.5789 , 1.0832 , 0.5690 , 0.8125 , 7.9200 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 160 , cls_71 , 1.8000 , 1140.0000 , 101.8113 , 633.3333 , 2.1111 , 1.1538 , 0.8623 , 0.4667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 168 , cls_71 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 169 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 177 , cls_71 , 5.8500 , 2940.0000 , 128.4057 , 502.5641 , 2.8824 , 1.2025 , 0.7055 , 0.6000 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 179 , cls_71 , 1.4400 , 780.0000 , 54.7772 , 541.6667 , 1.6250 , 1.1014 , 0.6082 , 0.5729 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 180 , cls_71 , 1.2600 , 660.0000 , 54.9643 , 523.8095 , 1.3750 , 1.0816 , 0.6637 , 0.5595 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 185 , cls_71 , 1.9800 , 1200.0000 , 82.5570 , 606.0606 , 2.0000 , 1.1530 , 0.6704 , 0.5076 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 188 , cls_71 , 14.8500 , 4740.0000 , 176.5881 , 319.1919 , 3.0385 , 1.1887 , 0.6783 , 0.7424 , 14.8500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 197 , cls_71 , 0.6300 , 540.0000 , 43.8985 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 203 , cls_71 , 0.9900 , 780.0000 , 54.8862 , 787.8788 , 1.8571 , 1.1463 , 0.7307 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 208 , cls_71 , 1.7100 , 1140.0000 , 71.7080 , 666.6667 , 2.1111 , 1.1599 , 0.7531 , 0.4649 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 211 , cls_71 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 213 , cls_71 , 1.4400 , 960.0000 , 66.4021 , 666.6667 , 2.0000 , 1.1448 , 0.7247 , 0.4583 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 223 , cls_71 , 3.5100 , 1920.0000 , 116.4815 , 547.0085 , 2.4615 , 1.1798 , 0.8014 , 0.5256 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 229 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 231 , cls_71 , 0.5400 , 420.0000 , 34.6040 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 232 , cls_71 , 7.3800 , 3360.0000 , 178.6629 , 455.2846 , 2.9474 , 1.2014 , 0.8675 , 0.6402 , 7.3800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 234 , cls_71 , 0.8100 , 420.0000 , 35.4985 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 237 , cls_71 , 1.7100 , 1320.0000 , 78.4611 , 771.9298 , 2.4444 , 1.1899 , 0.8065 , 0.4298 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 238 , cls_71 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 239 , cls_71 , 5.1300 , 3420.0000 , 208.3330 , 666.6667 , 3.5625 , 1.2450 , 0.8810 , 0.4795 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 245 , cls_71 , 2.4300 , 1500.0000 , 72.6765 , 617.2840 , 2.2727 , 1.1739 , 0.5955 , 0.5123 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 260 , cls_71 , 2.4300 , 1380.0000 , 72.0920 , 567.9012 , 2.0909 , 1.1573 , 0.5354 , 0.5617 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 278 , cls_71 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 292 , cls_71 , 0.6300 , 480.0000 , 39.8596 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 293 , cls_71 , 0.5400 , 480.0000 , 40.9189 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 294 , cls_71 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 295 , cls_71 , 4.9500 , 3300.0000 , 314.4296 , 666.6667 , 3.6667 , 1.2425 , 0.9558 , 0.4636 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 305 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 307 , cls_71 , 3.9600 , 2220.0000 , 110.3488 , 560.6061 , 2.6429 , 1.1938 , 0.7097 , 0.5644 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 320 , cls_71 , 1.3500 , 780.0000 , 47.8001 , 577.7778 , 1.6250 , 1.1089 , 0.3414 , 0.5556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 332 , cls_71 , 7.5600 , 2760.0000 , 144.0559 , 365.0794 , 2.4211 , 1.1638 , 0.7899 , 0.6964 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 333 , cls_71 , 1.5300 , 1020.0000 , 65.0110 , 666.6667 , 1.8889 , 1.1502 , 0.7595 , 0.4608 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 334 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 366.1967 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 336 , cls_71 , 1.2600 , 780.0000 , 60.0041 , 619.0476 , 1.6250 , 1.1170 , 0.6927 , 0.4762 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 337 , cls_71 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 343 , cls_71 , 1.7100 , 720.0000 , 53.8890 , 421.0526 , 1.3333 , 1.0656 , 0.5435 , 0.6579 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 344 , cls_71 , 0.6300 , 600.0000 , 42.7757 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 345 , cls_71 , 1.1700 , 960.0000 , 62.6605 , 820.5128 , 2.0000 , 1.1702 , 0.7701 , 0.3718 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 348 , cls_71 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 359 , cls_71 , 0.9000 , 600.0000 , 45.6384 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 365 , cls_71 , 3.1500 , 1440.0000 , 86.2222 , 457.1429 , 2.0000 , 1.1366 , 0.7249 , 0.6286 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 373 , cls_71 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 377 , cls_71 , 0.6300 , 600.0000 , 53.6428 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 379 , cls_71 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 392 , cls_71 , 1.8000 , 1320.0000 , 119.3948 , 733.3333 , 2.4444 , 1.1837 , 0.8981 , 0.4167 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 393 , cls_71 , 1.0800 , 720.0000 , 59.5080 , 666.6667 , 1.7143 , 1.1183 , 0.7935 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 405 , cls_71 , 1.3500 , 1020.0000 , 86.5748 , 755.5556 , 2.1250 , 1.1653 , 0.8198 , 0.3889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 407 , cls_71 , 0.6300 , 660.0000 , 46.6756 , 1047.6190 , 1.8333 , 1.1673 , 0.7379 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 408 , cls_71 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 410 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 415 , cls_71 , 0.8100 , 540.0000 , 45.0223 , 666.6667 , 1.5000 , 1.0901 , 0.7135 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 420 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 423 , cls_71 , 2.3400 , 1620.0000 , 114.0290 , 692.3077 , 2.4545 , 1.1936 , 0.8727 , 0.4359 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 441 , cls_71 , 7.2900 , 1440.0000 , 107.2222 , 197.5309 , 1.3333 , 1.0514 , 0.4425 , 0.8333 , 7.2900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 451 , cls_71 , 1.2600 , 660.0000 , 55.5465 , 523.8095 , 1.3750 , 1.0816 , 0.7258 , 0.5476 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 453 , cls_71 , 0.8100 , 720.0000 , 61.5680 , 888.8889 , 2.0000 , 1.1540 , 0.8451 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 459 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 468 , cls_71 , 1.0800 , 840.0000 , 58.4571 , 777.7778 , 2.0000 , 1.1515 , 0.7495 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 483 , cls_71 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 490 , cls_71 , 0.5400 , 540.0000 , 44.2081 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 494 , cls_71 , 1.8900 , 1200.0000 , 81.7723 , 634.9206 , 2.0000 , 1.1585 , 0.7547 , 0.5000 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 506 , cls_71 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 508 , cls_71 , 2.3400 , 1440.0000 , 101.4750 , 615.3846 , 2.1818 , 1.1701 , 0.8345 , 0.5256 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 509 , cls_71 , 1.1700 , 960.0000 , 78.8274 , 820.5128 , 2.0000 , 1.1702 , 0.8783 , 0.3590 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 510 , cls_71 , 0.5400 , 540.0000 , 45.6494 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 527 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 533 , cls_71 , 0.5400 , 420.0000 , 34.6040 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 541 , cls_71 , 0.4500 , 480.0000 , 36.7251 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 543 , cls_71 , 9.5400 , 4500.0000 , 240.4357 , 471.6981 , 3.5714 , 1.2255 , 0.8631 , 0.6132 , 9.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 547 , cls_71 , 0.7200 , 540.0000 , 48.3771 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 559 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 563 , cls_71 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 566 , cls_71 , 1.0800 , 1020.0000 , 71.1494 , 944.4444 , 2.4286 , 1.1933 , 0.7753 , 0.2917 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 568 , cls_71 , 0.6300 , 420.0000 , 32.0282 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 569 , cls_71 , 2.9700 , 1620.0000 , 186.2952 , 545.4545 , 2.2500 , 1.1659 , 0.9229 , 0.5000 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 580 , cls_71 , 1.0800 , 720.0000 , 45.5469 , 666.6667 , 1.7143 , 1.1183 , 0.5506 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 584 , cls_71 , 0.5400 , 600.0000 , 56.0086 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 585 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 586 , cls_71 , 0.6300 , 420.0000 , 32.0282 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 587 , cls_71 , 1.6200 , 1080.0000 , 62.4545 , 666.6667 , 2.0000 , 1.1552 , 0.6048 , 0.4815 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 588 , cls_71 , 2.1600 , 1680.0000 , 81.4195 , 777.7778 , 2.8000 , 1.2104 , 0.6850 , 0.3958 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 589 , cls_71 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 591 , cls_71 , 1.1700 , 600.0000 , 44.7324 , 512.8205 , 1.2500 , 1.0698 , 0.5963 , 0.5769 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 596 , cls_71 , 1.5300 , 660.0000 , 53.8950 , 431.3725 , 1.2222 , 1.0598 , 0.5837 , 0.6373 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 598 , cls_71 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 602 , cls_71 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 608 , cls_71 , 1.8000 , 1020.0000 , 60.1934 , 566.6667 , 1.8889 , 1.1311 , 0.5609 , 0.5417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 610 , cls_71 , 1.7100 , 960.0000 , 79.1898 , 561.4035 , 1.7778 , 1.1246 , 0.8065 , 0.5088 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 612 , cls_71 , 1.3500 , 840.0000 , 66.3944 , 622.2222 , 1.7500 , 1.1245 , 0.8090 , 0.5111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 615 , cls_71 , 0.6300 , 480.0000 , 34.7434 , 761.9048 , 1.3333 , 1.0945 , 0.5048 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 620 , cls_71 , 8.5500 , 3780.0000 , 185.1651 , 442.1053 , 3.1500 , 1.2066 , 0.7376 , 0.6404 , 8.5500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 626 , cls_71 , 2.1600 , 1200.0000 , 67.3655 , 555.5556 , 2.0000 , 1.1430 , 0.5870 , 0.5625 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 629 , cls_71 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 642 , cls_71 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 652 , cls_71 , 0.5400 , 480.0000 , 34.2951 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 654 , cls_71 , 0.9000 , 480.0000 , 39.0917 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 663 , cls_71 , 1.2600 , 960.0000 , 74.3848 , 761.9048 , 2.0000 , 1.1610 , 0.8318 , 0.3929 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 667 , cls_71 , 1.0800 , 660.0000 , 48.4442 , 611.1111 , 1.5714 , 1.0996 , 0.6605 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 677 , cls_71 , 0.5400 , 480.0000 , 48.3776 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 682 , cls_71 , 0.5400 , 540.0000 , 40.5020 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 686 , cls_71 , 0.5400 , 600.0000 , 49.6257 , 1111.1111 , 2.0000 , 1.1661 , 0.8137 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 688 , cls_71 , 1.9800 , 1020.0000 , 66.1752 , 515.1515 , 1.7000 , 1.1202 , 0.6704 , 0.5758 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 696 , cls_71 , 1.5300 , 1020.0000 , 85.7256 , 666.6667 , 1.8889 , 1.1502 , 0.8727 , 0.4118 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 704 , cls_71 , 1.3500 , 1140.0000 , 101.5893 , 844.4444 , 2.3750 , 1.1887 , 0.8939 , 0.3222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 709 , cls_71 , 2.6100 , 1320.0000 , 79.3305 , 505.7471 , 2.0000 , 1.1405 , 0.6450 , 0.5977 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 717 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 721 , cls_71 , 1.3500 , 900.0000 , 79.5230 , 666.6667 , 1.8750 , 1.1390 , 0.7753 , 0.4556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 725 , cls_71 , 0.6300 , 600.0000 , 52.0134 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 726 , cls_71 , 1.8000 , 1440.0000 , 82.5126 , 800.0000 , 2.6667 , 1.2015 , 0.7963 , 0.3750 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 735 , cls_71 , 1.9800 , 1140.0000 , 80.5609 , 575.7576 , 1.9000 , 1.1427 , 0.7430 , 0.5152 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 747 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 757 , cls_71 , 0.7200 , 480.0000 , 37.4149 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 763 , cls_71 , 0.5400 , 540.0000 , 37.1566 , 1000.0000 , 1.8000 , 1.1415 , 0.7613 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 764 , cls_71 , 2.5200 , 1140.0000 , 85.2876 , 452.3810 , 1.7273 , 1.1155 , 0.7607 , 0.6250 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 772 , cls_71 , 1.8000 , 660.0000 , 52.0513 , 366.6667 , 1.2222 , 1.0422 , 0.4341 , 0.7000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 777 , cls_71 , 0.6300 , 480.0000 , 38.6744 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 782 , cls_71 , 0.9000 , 660.0000 , 58.0499 , 733.3333 , 1.5714 , 1.1216 , 0.8041 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 784 , cls_71 , 0.6300 , 480.0000 , 36.0130 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 270.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 786 , cls_71 , 0.8100 , 540.0000 , 43.8377 , 666.6667 , 1.5000 , 1.0901 , 0.7135 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 787 , cls_71 , 0.5400 , 540.0000 , 44.6040 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 789 , cls_71 , 0.6300 , 480.0000 , 37.5457 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 790 , cls_71 , 0.8100 , 480.0000 , 39.4281 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 791 , cls_71 , 0.4500 , 480.0000 , 36.4884 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 792 , cls_71 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 793 , cls_71 , 0.9000 , 840.0000 , 72.3248 , 933.3333 , 2.0000 , 1.1745 , 0.8232 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 811 , cls_71 , 0.5400 , 540.0000 , 43.2414 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 816 , cls_71 , 2.0700 , 960.0000 , 58.5086 , 463.7681 , 1.6000 , 1.1030 , 0.4951 , 0.6377 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 819 , cls_71 , 2.3400 , 1680.0000 , 100.5663 , 717.9487 , 2.5455 , 1.2008 , 0.7453 , 0.4295 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 821 , cls_71 , 3.9600 , 1440.0000 , 96.8979 , 363.6364 , 1.7143 , 1.1120 , 0.6584 , 0.6970 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 822 , cls_71 , 0.7200 , 660.0000 , 46.6041 , 916.6667 , 1.8333 , 1.1497 , 0.7736 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 825 , cls_71 , 2.1600 , 900.0000 , 63.8700 , 416.6667 , 1.5000 , 1.0853 , 0.6180 , 0.6458 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 831 , cls_71 , 0.9000 , 600.0000 , 52.9625 , 666.6667 , 1.4286 , 1.1006 , 0.7551 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 843 , cls_71 , 5.7600 , 2340.0000 , 109.5022 , 406.2500 , 2.4375 , 1.1626 , 0.6025 , 0.6719 , 5.7600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 848 , cls_71 , 3.1500 , 1500.0000 , 87.1514 , 476.1905 , 2.0833 , 1.1444 , 0.5911 , 0.6190 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 852 , cls_71 , 1.2600 , 1020.0000 , 74.2030 , 809.5238 , 2.1250 , 1.1738 , 0.7379 , 0.3810 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 858 , cls_71 , 0.9000 , 720.0000 , 58.9496 , 800.0000 , 1.7143 , 1.1407 , 0.8232 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 864 , cls_71 , 1.8900 , 900.0000 , 62.4534 , 476.1905 , 1.5000 , 1.1001 , 0.5886 , 0.6032 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 876 , cls_71 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 878 , cls_71 , 1.7100 , 1140.0000 , 64.8774 , 666.6667 , 2.1111 , 1.1599 , 0.6976 , 0.5175 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 890 , cls_71 , 0.6300 , 420.0000 , 35.6454 , 666.6667 , 1.1667 , 1.0640 , 0.6572 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 891 , cls_71 , 0.5400 , 420.0000 , 32.0363 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 892 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 895 , cls_71 , 4.5000 , 2220.0000 , 111.5808 , 493.3333 , 2.4667 , 1.1795 , 0.7256 , 0.6100 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 270.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 900 , cls_71 , 6.1200 , 2820.0000 , 157.1816 , 460.7843 , 2.7647 , 1.1900 , 0.7888 , 0.6127 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 905 , cls_71 , 0.5400 , 420.0000 , 35.0749 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 908 , cls_71 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 919 , cls_71 , 1.0800 , 840.0000 , 67.2003 , 777.7778 , 2.0000 , 1.1515 , 0.7935 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 929 , cls_71 , 1.7100 , 1020.0000 , 89.1992 , 596.4912 , 1.8889 , 1.1370 , 0.8488 , 0.4737 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 932 , cls_71 , 0.5400 , 480.0000 , 34.4042 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 935 , cls_71 , 7.0200 , 2460.0000 , 135.1749 , 350.4274 , 2.2778 , 1.1509 , 0.7440 , 0.7115 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 936 , cls_71 , 4.2300 , 1200.0000 , 87.5537 , 283.6879 , 1.4286 , 1.0709 , 0.5632 , 0.7553 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 937 , cls_71 , 0.6300 , 660.0000 , 52.6853 , 1047.6190 , 1.8333 , 1.1673 , 0.8019 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 939 , cls_71 , 0.4500 , 480.0000 , 38.4853 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 943 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 944 , cls_71 , 6.1200 , 3120.0000 , 220.9105 , 509.8039 , 3.0588 , 1.2084 , 0.9239 , 0.5637 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 945 , cls_71 , 1.0800 , 840.0000 , 60.0151 , 777.7778 , 2.0000 , 1.1515 , 0.7366 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 950 , cls_71 , 1.1700 , 840.0000 , 71.6994 , 717.9487 , 1.7500 , 1.1416 , 0.8294 , 0.3846 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 961 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 962 , cls_71 , 0.7200 , 480.0000 , 38.0386 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 966 , cls_71 , 1.1700 , 840.0000 , 69.3800 , 717.9487 , 1.7500 , 1.1416 , 0.7146 , 0.3974 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 970 , cls_71 , 12.1500 , 5220.0000 , 230.7214 , 429.6296 , 3.6250 , 1.2255 , 0.7966 , 0.6741 , 12.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 976 , cls_71 , 0.9900 , 780.0000 , 51.4346 , 787.8788 , 1.8571 , 1.1463 , 0.7199 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 983 , cls_71 , 5.1300 , 1380.0000 , 93.6662 , 269.0058 , 1.4375 , 1.0776 , 0.5706 , 0.7778 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 989 , cls_71 , 4.8600 , 2820.0000 , 185.9728 , 580.2469 , 3.1333 , 1.2155 , 0.8638 , 0.5401 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 993 , cls_71 , 0.7200 , 780.0000 , 65.8446 , 1083.3333 , 2.1667 , 1.1874 , 0.8433 , 0.2083 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 995 , cls_71 , 0.5400 , 480.0000 , 37.6942 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 997 , cls_71 , 0.9000 , 660.0000 , 52.0546 , 733.3333 , 1.5714 , 1.1216 , 0.7913 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 999 , cls_71 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1012 , cls_71 , 0.7200 , 600.0000 , 44.4136 , 833.3333 , 1.6667 , 1.1283 , 0.7247 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1014 , cls_71 , 0.7200 , 480.0000 , 36.3494 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1019 , cls_71 , 0.9900 , 720.0000 , 59.8869 , 727.2727 , 1.7143 , 1.1289 , 0.8055 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1030 , cls_71 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1031 , cls_71 , 1.4400 , 720.0000 , 57.2337 , 500.0000 , 1.5000 , 1.0847 , 0.6866 , 0.5729 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1032 , cls_71 , 0.5400 , 480.0000 , 41.7873 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1038 , cls_71 , 0.5400 , 480.0000 , 43.5357 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1047 , cls_71 , 1.6200 , 660.0000 , 52.7038 , 407.4074 , 1.2222 , 1.0536 , 0.6243 , 0.6574 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1052 , cls_71 , 1.0800 , 480.0000 , 39.8550 , 444.4444 , 1.1429 , 1.0310 , 0.3888 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1054 , cls_71 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1064 , cls_71 , 0.9000 , 660.0000 , 62.1236 , 733.3333 , 1.5714 , 1.1216 , 0.8128 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1065 , cls_71 , 1.4400 , 780.0000 , 61.3495 , 541.6667 , 1.6250 , 1.1014 , 0.7209 , 0.5521 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1074 , cls_71 , 0.4500 , 420.0000 , 35.2060 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1077 , cls_71 , 0.5400 , 540.0000 , 41.8664 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1090 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1096 , cls_71 , 1.0800 , 540.0000 , 41.6800 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1097 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1108 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 391.1521 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1114 , cls_71 , 6.3900 , 3360.0000 , 154.5020 , 525.8216 , 3.2941 , 1.2171 , 0.7175 , 0.5610 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1119 , cls_71 , 0.7200 , 600.0000 , 46.5360 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1121 , cls_71 , 4.1400 , 2640.0000 , 129.2924 , 637.6812 , 3.1429 , 1.2214 , 0.8322 , 0.4928 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1123 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 516.1395 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1124 , cls_71 , 1.1700 , 960.0000 , 95.9360 , 820.5128 , 2.0000 , 1.1702 , 0.8783 , 0.3590 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1132 , cls_71 , 3.4200 , 1680.0000 , 90.0128 , 491.2281 , 2.1538 , 1.1571 , 0.6129 , 0.6228 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1135 , cls_71 , 0.6300 , 600.0000 , 48.9180 , 952.3810 , 1.6667 , 1.1455 , 0.8286 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1139 , cls_71 , 1.8000 , 840.0000 , 68.3786 , 466.6667 , 1.5556 , 1.0915 , 0.7375 , 0.6083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1141 , cls_71 , 0.7200 , 540.0000 , 42.1325 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1145 , cls_71 , 0.9000 , 600.0000 , 51.3376 , 666.6667 , 1.4286 , 1.1006 , 0.7805 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1146 , cls_71 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1147 , cls_71 , 0.9900 , 780.0000 , 55.8373 , 787.8788 , 1.8571 , 1.1463 , 0.7940 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1148 , cls_71 , 22.7700 , 7320.0000 , 260.2420 , 321.4756 , 3.8125 , 1.2179 , 0.7522 , 0.7319 , 22.7700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1149 , cls_71 , 3.9600 , 2700.0000 , 128.6412 , 681.8182 , 3.2143 , 1.2307 , 0.8249 , 0.4886 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1159 , cls_71 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1160 , cls_71 , 0.9900 , 480.0000 , 37.6899 , 484.8485 , 1.1429 , 1.0407 , 0.2997 , 0.6061 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1170 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1172 , cls_71 , 2.3400 , 1080.0000 , 69.3857 , 461.5385 , 1.6364 , 1.1130 , 0.6322 , 0.6282 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1177 , cls_71 , 0.9000 , 480.0000 , 42.8067 , 533.3333 , 1.1429 , 1.0516 , 0.6559 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1183 , cls_71 , 6.6600 , 1980.0000 , 127.5339 , 297.2973 , 1.8333 , 1.1173 , 0.6536 , 0.7477 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1186 , cls_71 , 0.6300 , 600.0000 , 44.8064 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1200 , cls_71 , 1.6200 , 1200.0000 , 71.9617 , 740.7407 , 2.2222 , 1.1769 , 0.7661 , 0.4444 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1204 , cls_71 , 1.5300 , 720.0000 , 49.4717 , 470.5882 , 1.3333 , 1.0779 , 0.5190 , 0.6275 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1206 , cls_71 , 1.3500 , 900.0000 , 68.8415 , 666.6667 , 1.8750 , 1.1390 , 0.8248 , 0.4222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1209 , cls_71 , 0.8100 , 1020.0000 , 67.4788 , 1259.2593 , 2.8333 , 1.2314 , 0.8451 , 0.1667 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1212 , cls_71 , 0.8100 , 480.0000 , 37.2049 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1214 , cls_71 , 2.3400 , 1560.0000 , 104.0707 , 666.6667 , 2.3636 , 1.1861 , 0.8529 , 0.4679 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 553.1727 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1216 , cls_71 , 1.6200 , 600.0000 , 50.9278 , 370.3704 , 1.1111 , 1.0339 , 0.4410 , 0.6759 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1217 , cls_71 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1221 , cls_71 , 0.9000 , 720.0000 , 69.9835 , 800.0000 , 1.7143 , 1.1407 , 0.8279 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1223 , cls_71 , 3.6900 , 2220.0000 , 151.9885 , 601.6260 , 2.8462 , 1.2018 , 0.8880 , 0.5081 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1225 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1228 , cls_71 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1255 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1256 , cls_71 , 0.6300 , 420.0000 , 39.4421 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1257 , cls_71 , 0.9000 , 900.0000 , 68.4908 , 1000.0000 , 2.1429 , 1.1897 , 0.8041 , 0.2333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1261 , cls_71 , 0.7200 , 540.0000 , 35.3087 , 750.0000 , 1.5000 , 1.1046 , 0.4907 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1274 , cls_71 , 0.5400 , 540.0000 , 50.7673 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1275 , cls_71 , 4.2300 , 1560.0000 , 97.0182 , 368.7943 , 1.8571 , 1.1201 , 0.7081 , 0.6879 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1276 , cls_71 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1282 , cls_71 , 2.5200 , 1080.0000 , 84.0436 , 428.5714 , 1.6364 , 1.1048 , 0.7258 , 0.6429 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1285 , cls_71 , 0.8100 , 480.0000 , 41.1101 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1286 , cls_71 , 0.7200 , 420.0000 , 36.4343 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1287 , cls_71 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1289 , cls_71 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1292 , cls_71 , 0.6300 , 480.0000 , 38.9733 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1297 , cls_71 , 4.1400 , 2100.0000 , 125.7758 , 507.2464 , 2.5000 , 1.1783 , 0.8035 , 0.5870 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1305 , cls_71 , 1.0800 , 840.0000 , 63.9540 , 777.7778 , 2.0000 , 1.1515 , 0.7649 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1306 , cls_71 , 1.7100 , 1140.0000 , 92.7379 , 666.6667 , 2.1111 , 1.1599 , 0.8376 , 0.4912 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1310 , cls_71 , 3.1500 , 2100.0000 , 103.3450 , 666.6667 , 2.9167 , 1.2094 , 0.7983 , 0.4810 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1313 , cls_71 , 0.7200 , 480.0000 , 39.0587 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1321 , cls_71 , 1.2600 , 900.0000 , 69.5152 , 714.2857 , 1.8750 , 1.1473 , 0.8217 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1323 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1325 , cls_71 , 0.4500 , 480.0000 , 32.2893 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1327 , cls_71 , 28.8000 , 4620.0000 , 250.7454 , 160.4167 , 2.1389 , 1.1219 , 0.5178 , 0.8672 , 28.8000 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1360 , cls_71 , 1.7100 , 720.0000 , 56.8595 , 421.0526 , 1.3333 , 1.0656 , 0.6278 , 0.6404 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1367 , cls_71 , 0.9000 , 660.0000 , 56.0622 , 733.3333 , 1.5714 , 1.1216 , 0.7913 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1369 , cls_71 , 2.2500 , 1380.0000 , 81.1035 , 613.3333 , 2.3000 , 1.1662 , 0.7551 , 0.5000 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1370 , cls_71 , 0.9000 , 420.0000 , 41.1550 , 466.6667 , 1.0000 , 1.0223 , 0.5609 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1373 , cls_71 , 1.8000 , 840.0000 , 60.9232 , 466.6667 , 1.5556 , 1.0915 , 0.6559 , 0.6083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1391 , cls_71 , 0.9900 , 660.0000 , 51.7945 , 666.6667 , 1.5714 , 1.1100 , 0.6888 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1393 , cls_71 , 0.8100 , 660.0000 , 54.2035 , 814.8148 , 1.8333 , 1.1347 , 0.8237 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1401 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1404 , cls_71 , 5.4000 , 1620.0000 , 97.1745 , 300.0000 , 1.6875 , 1.1020 , 0.6062 , 0.7556 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1406 , cls_71 , 0.6300 , 660.0000 , 45.9448 , 1047.6190 , 1.8333 , 1.1673 , 0.6927 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1411 , cls_71 , 0.9000 , 540.0000 , 47.8942 , 600.0000 , 1.2857 , 1.0775 , 0.6894 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1419 , cls_71 , 0.8100 , 480.0000 , 38.2547 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1420 , cls_71 , 0.6300 , 540.0000 , 43.4899 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1426 , cls_71 , 0.9900 , 780.0000 , 62.2651 , 787.8788 , 1.8571 , 1.1463 , 0.7585 , 0.3636 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1429 , cls_71 , 0.7200 , 480.0000 , 35.9597 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1431 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 930.4837 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1434 , cls_71 , 1.8900 , 840.0000 , 62.4656 , 444.4444 , 1.4000 , 1.0860 , 0.6854 , 0.6270 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1437 , cls_71 , 0.4500 , 600.0000 , 43.8363 , 1333.3333 , 2.0000 , 1.1913 , 0.8128 , 0.1333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1439 , cls_71 , 0.6300 , 540.0000 , 35.6893 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1442 , cls_71 , 0.8100 , 600.0000 , 47.4582 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1445 , cls_71 , 2.5200 , 1680.0000 , 93.2392 , 666.6667 , 2.5455 , 1.1920 , 0.7890 , 0.4762 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1448 , cls_71 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1452 , cls_71 , 0.9000 , 480.0000 , 38.4984 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1458 , cls_71 , 1.0800 , 840.0000 , 53.0222 , 777.7778 , 2.0000 , 1.1515 , 0.7062 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1460 , cls_71 , 0.7200 , 540.0000 , 38.2992 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1481 , cls_71 , 0.9900 , 540.0000 , 41.1532 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5606 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1483 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1497 , cls_71 , 2.4300 , 840.0000 , 65.9292 , 345.6790 , 1.2727 , 1.0590 , 0.5703 , 0.6975 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1504 , cls_71 , 4.0500 , 1500.0000 , 86.5076 , 370.3704 , 1.7857 , 1.1173 , 0.6076 , 0.7074 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1506 , cls_71 , 1.8900 , 720.0000 , 57.1119 , 380.9524 , 1.2000 , 1.0547 , 0.4858 , 0.6746 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1509 , cls_71 , 3.0600 , 1500.0000 , 82.0194 , 490.1961 , 2.0833 , 1.1477 , 0.7768 , 0.6275 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1510 , cls_71 , 0.5400 , 540.0000 , 45.9196 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1522 , cls_71 , 0.8100 , 480.0000 , 37.0980 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1523 , cls_71 , 2.7000 , 1620.0000 , 94.4456 , 600.0000 , 2.4545 , 1.1768 , 0.7366 , 0.4889 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1524 , cls_71 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1525 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1530 , cls_71 , 1.2600 , 660.0000 , 55.0189 , 523.8095 , 1.3750 , 1.0816 , 0.6572 , 0.5476 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1535 , cls_71 , 1.4400 , 840.0000 , 61.0852 , 583.3333 , 1.7500 , 1.1169 , 0.7921 , 0.5417 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1537 , cls_71 , 2.1600 , 1200.0000 , 72.3128 , 555.5556 , 2.0000 , 1.1430 , 0.7296 , 0.5486 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1544 , cls_71 , 0.6300 , 540.0000 , 41.6567 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 408.0441 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1546 , cls_71 , 0.5400 , 480.0000 , 34.2081 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1552 , cls_71 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1553 , cls_71 , 3.4200 , 1440.0000 , 84.5490 , 421.0526 , 1.8462 , 1.1276 , 0.6129 , 0.6491 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1557 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1562 , cls_71 , 0.8100 , 720.0000 , 62.2352 , 888.8889 , 2.0000 , 1.1540 , 0.8024 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1563 , cls_71 , 2.1600 , 1380.0000 , 82.3613 , 638.8889 , 2.3000 , 1.1710 , 0.6944 , 0.4861 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1565 , cls_71 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1566 , cls_71 , 3.4200 , 2340.0000 , 115.3788 , 684.2105 , 3.0000 , 1.2206 , 0.7327 , 0.4649 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1567 , cls_71 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1570 , cls_71 , 1.2600 , 1080.0000 , 65.5499 , 857.1429 , 2.2500 , 1.1859 , 0.7903 , 0.3214 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1577 , cls_71 , 3.0600 , 1800.0000 , 108.4497 , 588.2353 , 2.5000 , 1.1830 , 0.7857 , 0.5245 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1598 , cls_71 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1599 , cls_71 , 0.6300 , 600.0000 , 51.7050 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1611 , cls_71 , 17.4600 , 4260.0000 , 172.8767 , 243.9863 , 2.5357 , 1.1550 , 0.4875 , 0.8015 , 17.4600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1635 , cls_71 , 0.8100 , 540.0000 , 39.5888 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1639 , cls_71 , 1.4400 , 1200.0000 , 73.5301 , 833.3333 , 2.5000 , 1.1914 , 0.8197 , 0.3750 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1642 , cls_71 , 0.7200 , 480.0000 , 40.6729 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1648 , cls_71 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1653 , cls_71 , 12.3300 , 3600.0000 , 176.6479 , 291.9708 , 2.5000 , 1.1606 , 0.7696 , 0.7652 , 12.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1665 , cls_71 , 1.4400 , 1020.0000 , 67.7310 , 708.3333 , 2.1250 , 1.1574 , 0.7453 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1666 , cls_71 , 1.1700 , 840.0000 , 52.3711 , 717.9487 , 1.7500 , 1.1416 , 0.6877 , 0.4359 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1668 , cls_71 , 3.6900 , 2040.0000 , 108.0580 , 552.8455 , 2.6154 , 1.1857 , 0.7100 , 0.5650 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1671 , cls_71 , 1.4400 , 900.0000 , 71.1937 , 625.0000 , 1.8750 , 1.1313 , 0.8131 , 0.4792 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1673 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1675 , cls_71 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1685 , cls_71 , 0.8100 , 480.0000 , 37.0114 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1694 , cls_71 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1695 , cls_71 , 0.6300 , 540.0000 , 47.5450 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 408.0441 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1697 , cls_71 , 0.5400 , 480.0000 , 36.6356 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1698 , cls_71 , 0.8100 , 540.0000 , 42.4845 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1703 , cls_71 , 1.7100 , 900.0000 , 56.4344 , 526.3158 , 1.6667 , 1.1114 , 0.5829 , 0.5877 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1713 , cls_71 , 2.0700 , 1560.0000 , 92.4371 , 753.6232 , 2.6000 , 1.2007 , 0.7862 , 0.3986 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1714 , cls_71 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1718 , cls_71 , 2.7000 , 1080.0000 , 70.1943 , 400.0000 , 1.6364 , 1.0973 , 0.6102 , 0.6778 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1728 , cls_71 , 0.6300 , 480.0000 , 34.5524 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1732 , cls_71 , 0.5400 , 540.0000 , 50.2074 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1734 , cls_71 , 2.7900 , 1440.0000 , 94.9587 , 516.1290 , 2.0000 , 1.1500 , 0.7664 , 0.5860 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1735 , cls_71 , 0.6300 , 540.0000 , 46.6930 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1736 , cls_71 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1739 , cls_71 , 1.3500 , 1020.0000 , 58.1669 , 755.5556 , 2.1250 , 1.1653 , 0.6707 , 0.4000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1743 , cls_71 , 0.7200 , 420.0000 , 32.6407 , 583.3333 , 1.1667 , 1.0480 , 0.4341 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1744 , cls_71 , 0.7200 , 540.0000 , 41.2327 , 750.0000 , 1.5000 , 1.1046 , 0.6082 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1747 , cls_71 , 1.1700 , 960.0000 , 79.7737 , 820.5128 , 2.0000 , 1.1702 , 0.8294 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1749 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1753 , cls_71 , 2.9700 , 1020.0000 , 71.8651 , 343.4343 , 1.4167 , 1.0761 , 0.6036 , 0.7121 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1755 , cls_71 , 1.5300 , 900.0000 , 65.4151 , 588.2353 , 1.6667 , 1.1242 , 0.7595 , 0.5098 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1758 , cls_71 , 0.8100 , 600.0000 , 49.4533 , 740.7407 , 1.6667 , 1.1135 , 0.8024 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1764 , cls_71 , 0.9000 , 720.0000 , 51.2584 , 800.0000 , 1.7143 , 1.1407 , 0.7453 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1787 , cls_71 , 1.7100 , 1500.0000 , 76.1764 , 877.1930 , 2.7778 , 1.2162 , 0.7282 , 0.3596 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1788 , cls_71 , 1.0800 , 540.0000 , 40.5335 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1789 , cls_71 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1793 , cls_71 , 1.3500 , 660.0000 , 49.5615 , 488.8889 , 1.3750 , 1.0738 , 0.6180 , 0.5889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 256.3201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1800 , cls_71 , 0.7200 , 720.0000 , 59.5220 , 1000.0000 , 2.0000 , 1.1693 , 0.8078 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1801 , cls_71 , 2.2500 , 1260.0000 , 87.7338 , 560.0000 , 2.1000 , 1.1481 , 0.8128 , 0.5467 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1803 , cls_71 , 6.7500 , 4140.0000 , 171.8021 , 613.3333 , 3.8333 , 1.2486 , 0.8225 , 0.5156 , 6.7500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1805 , cls_71 , 0.7200 , 600.0000 , 51.3851 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1808 , cls_71 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1810 , cls_71 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1826 , cls_71 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1828 , cls_71 , 1.5300 , 1080.0000 , 71.5645 , 705.8824 , 2.0000 , 1.1620 , 0.7835 , 0.4510 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1830 , cls_71 , 1.3500 , 600.0000 , 48.4917 , 444.4444 , 1.2500 , 1.0537 , 0.5756 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1837 , cls_71 , 1.4400 , 960.0000 , 61.2765 , 666.6667 , 2.0000 , 1.1448 , 0.7209 , 0.4792 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1846 , cls_71 , 0.7200 , 480.0000 , 37.7419 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1852 , cls_71 , 0.6300 , 480.0000 , 38.5288 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1858 , cls_71 , 0.5400 , 480.0000 , 45.6657 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1865 , cls_71 , 2.7900 , 1380.0000 , 93.7412 , 494.6237 , 1.9167 , 1.1417 , 0.7664 , 0.5968 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1867 , cls_71 , 0.5400 , 600.0000 , 50.8115 , 1111.1111 , 2.0000 , 1.1661 , 0.8090 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1871 , cls_71 , 0.6300 , 420.0000 , 36.7148 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1874 , cls_71 , 2.0700 , 1320.0000 , 90.7351 , 637.6812 , 2.2000 , 1.1671 , 0.8035 , 0.4783 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1890 , cls_71 , 1.8900 , 1140.0000 , 69.0519 , 603.1746 , 1.9000 , 1.1481 , 0.5886 , 0.4921 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1894 , cls_71 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1903 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1911 , cls_71 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1920 , cls_71 , 1.2600 , 600.0000 , 44.3860 , 476.1905 , 1.2500 , 1.0614 , 0.5182 , 0.6071 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1924 , cls_71 , 1.0800 , 900.0000 , 70.5741 , 833.3333 , 2.1429 , 1.1663 , 0.8283 , 0.3056 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1931 , cls_71 , 0.6300 , 480.0000 , 37.8035 , 761.9048 , 1.3333 , 1.0945 , 0.6572 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1936 , cls_71 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1937 , cls_71 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1941 , cls_71 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1949 , cls_71 , 0.4500 , 540.0000 , 37.6054 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1951 , cls_71 , 0.6300 , 540.0000 , 55.0296 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1955 , cls_71 , 0.9900 , 600.0000 , 48.9606 , 606.0606 , 1.4286 , 1.0892 , 0.6888 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1960 , cls_71 , 2.0700 , 1380.0000 , 99.7352 , 666.6667 , 2.3000 , 1.1760 , 0.8382 , 0.4493 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1961 , cls_71 , 1.2600 , 720.0000 , 51.2076 , 571.4286 , 1.5000 , 1.1000 , 0.6927 , 0.5476 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 424.2641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1963 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1965 , cls_71 , 0.6300 , 480.0000 , 44.9395 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1967 , cls_71 , 0.8100 , 600.0000 , 47.5311 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1976 , cls_71 , 2.4300 , 1500.0000 , 77.8872 , 617.2840 , 2.2727 , 1.1739 , 0.7250 , 0.5247 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1978 , cls_71 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1991 , cls_71 , 1.3500 , 1200.0000 , 114.8936 , 888.8889 , 2.5000 , 1.1995 , 0.8968 , 0.3000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2000 , cls_71 , 1.3500 , 660.0000 , 51.5121 , 488.8889 , 1.3750 , 1.0738 , 0.6396 , 0.6000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2002 , cls_71 , 3.5100 , 1980.0000 , 92.5727 , 564.1026 , 2.5385 , 1.1857 , 0.6180 , 0.5598 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2005 , cls_71 , 0.6300 , 540.0000 , 47.0539 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2008 , cls_71 , 0.5400 , 600.0000 , 43.9881 , 1111.1111 , 2.0000 , 1.1661 , 0.7366 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2012 , cls_71 , 1.5300 , 780.0000 , 61.1390 , 509.8039 , 1.4444 , 1.0945 , 0.7453 , 0.5882 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2017 , cls_71 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2018 , cls_71 , 0.5400 , 540.0000 , 36.6811 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2020 , cls_71 , 2.6100 , 1740.0000 , 108.7262 , 666.6667 , 2.6364 , 1.1948 , 0.8607 , 0.4655 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2021 , cls_71 , 0.6300 , 540.0000 , 36.9294 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2029 , cls_71 , 0.9000 , 600.0000 , 50.5598 , 666.6667 , 1.4286 , 1.1006 , 0.7453 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2030 , cls_71 , 2.7900 , 1020.0000 , 76.3828 , 365.5914 , 1.4167 , 1.0827 , 0.6916 , 0.6774 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2031 , cls_71 , 1.0800 , 840.0000 , 60.9171 , 777.7778 , 2.0000 , 1.1515 , 0.7117 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2035 , cls_71 , 0.5400 , 480.0000 , 40.0496 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2055 , cls_71 , 29.4300 , 12300.0000 , 361.9153 , 417.9409 , 5.5405 , 1.2755 , 0.8541 , 0.6692 , 29.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2057 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2059 , cls_71 , 0.5400 , 540.0000 , 48.0664 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2060 , cls_71 , 1.6200 , 1140.0000 , 72.1151 , 703.7037 , 2.1111 , 1.1663 , 0.6474 , 0.4630 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2063 , cls_71 , 0.8100 , 420.0000 , 34.3573 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2067 , cls_71 , 0.9000 , 780.0000 , 53.8942 , 866.6667 , 1.8571 , 1.1583 , 0.6559 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2071 , cls_71 , 0.7200 , 780.0000 , 62.1343 , 1083.3333 , 2.1667 , 1.1874 , 0.8433 , 0.2083 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2075 , cls_71 , 0.8100 , 540.0000 , 43.9441 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2079 , cls_71 , 1.6200 , 960.0000 , 65.0771 , 592.5926 , 1.7778 , 1.1309 , 0.7453 , 0.5370 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2081 , cls_71 , 11.5200 , 4800.0000 , 182.3780 , 416.6667 , 3.4783 , 1.2167 , 0.7359 , 0.6693 , 11.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2085 , cls_71 , 3.5100 , 1620.0000 , 96.9811 , 461.5385 , 2.0769 , 1.1473 , 0.7079 , 0.6282 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2090 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2091 , cls_71 , 0.9000 , 720.0000 , 63.1306 , 800.0000 , 1.7143 , 1.1407 , 0.7913 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2097 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2099 , cls_71 , 1.2600 , 780.0000 , 50.4525 , 619.0476 , 1.6250 , 1.1170 , 0.6039 , 0.5119 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2113 , cls_71 , 18.7200 , 7080.0000 , 244.8577 , 378.2051 , 4.0690 , 1.2321 , 0.7673 , 0.6923 , 18.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2120 , cls_71 , 2.5200 , 840.0000 , 67.1326 , 333.3333 , 1.2727 , 1.0552 , 0.5182 , 0.7143 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2123 , cls_71 , 0.4500 , 480.0000 , 39.8827 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2126 , cls_71 , 0.7200 , 540.0000 , 47.0454 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2134 , cls_71 , 0.8100 , 540.0000 , 39.5237 , 666.6667 , 1.5000 , 1.0901 , 0.6419 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2135 , cls_71 , 0.7200 , 540.0000 , 43.3788 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2142 , cls_71 , 1.8000 , 1320.0000 , 90.3657 , 733.3333 , 2.4444 , 1.1837 , 0.7823 , 0.4167 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2144 , cls_71 , 0.5400 , 540.0000 , 38.4713 , 1000.0000 , 1.8000 , 1.1415 , 0.7062 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 270.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2146 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2148 , cls_71 , 0.9900 , 660.0000 , 60.4055 , 666.6667 , 1.5714 , 1.1100 , 0.7845 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2160 , cls_71 , 4.5900 , 1140.0000 , 92.5262 , 248.3660 , 1.2667 , 1.0532 , 0.6040 , 0.7843 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2164 , cls_71 , 25.6500 , 10380.0000 , 284.6532 , 404.6784 , 5.0882 , 1.2624 , 0.7209 , 0.6772 , 25.6500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2166 , cls_71 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2177 , cls_71 , 5.0400 , 2700.0000 , 111.1556 , 535.7143 , 3.0000 , 1.2033 , 0.6774 , 0.6042 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2179 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2184 , cls_71 , 0.9900 , 540.0000 , 44.0171 , 545.4545 , 1.2857 , 1.0663 , 0.6584 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2186 , cls_71 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2193 , cls_71 , 1.6200 , 1380.0000 , 86.4004 , 851.8519 , 2.5556 , 1.2058 , 0.7838 , 0.3519 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2206 , cls_71 , 0.9900 , 960.0000 , 60.1077 , 969.6970 , 2.2857 , 1.1914 , 0.7940 , 0.2879 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2208 , cls_71 , 9.0000 , 3780.0000 , 155.0915 , 420.0000 , 3.1500 , 1.2012 , 0.6976 , 0.6650 , 9.0000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2210 , cls_71 , 1.6200 , 660.0000 , 50.4736 , 407.4074 , 1.2222 , 1.0536 , 0.4907 , 0.6574 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2215 , cls_71 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2235 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2245 , cls_71 , 0.8100 , 720.0000 , 62.5856 , 888.8889 , 2.0000 , 1.1540 , 0.8024 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2246 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2250 , cls_71 , 0.6300 , 600.0000 , 37.5067 , 952.3810 , 1.6667 , 1.1455 , 0.5544 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2252 , cls_71 , 0.9000 , 720.0000 , 52.1672 , 800.0000 , 1.7143 , 1.1407 , 0.7453 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2254 , cls_71 , 0.7200 , 540.0000 , 48.4530 , 750.0000 , 1.5000 , 1.1046 , 0.7453 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2271 , cls_71 , 1.7100 , 960.0000 , 59.6975 , 561.4035 , 1.7778 , 1.1246 , 0.5348 , 0.5526 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2277 , cls_71 , 13.5000 , 6300.0000 , 179.6540 , 466.6667 , 4.2000 , 1.2464 , 0.6944 , 0.6356 , 13.5000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2281 , cls_71 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2301 , cls_71 , 3.4200 , 1860.0000 , 92.7449 , 543.8596 , 2.3846 , 1.1766 , 0.7050 , 0.5570 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 466.6905 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2303 , cls_71 , 1.9800 , 1080.0000 , 72.4977 , 545.4545 , 1.8000 , 1.1317 , 0.7112 , 0.5379 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2316 , cls_71 , 0.5400 , 480.0000 , 39.1655 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2317 , cls_71 , 0.9900 , 720.0000 , 47.6852 , 727.2727 , 1.7143 , 1.1289 , 0.6584 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2318 , cls_71 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2321 , cls_71 , 1.1700 , 960.0000 , 67.2979 , 820.5128 , 2.0000 , 1.1702 , 0.8053 , 0.3333 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2325 , cls_71 , 15.1200 , 6540.0000 , 237.2927 , 432.5397 , 4.1923 , 1.2408 , 0.8503 , 0.6538 , 15.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2327 , cls_71 , 1.8000 , 840.0000 , 69.9312 , 466.6667 , 1.5556 , 1.0915 , 0.7598 , 0.5917 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2340 , cls_71 , 0.9000 , 720.0000 , 56.5818 , 800.0000 , 1.7143 , 1.1407 , 0.7551 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2342 , cls_71 , 1.6200 , 960.0000 , 69.9556 , 592.5926 , 1.7778 , 1.1309 , 0.7731 , 0.5093 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2350 , cls_71 , 6.3900 , 3660.0000 , 172.7676 , 572.7700 , 3.5882 , 1.2325 , 0.8265 , 0.5423 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2352 , cls_71 , 1.5300 , 900.0000 , 67.6838 , 588.2353 , 1.6667 , 1.1242 , 0.7958 , 0.5294 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2354 , cls_71 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2364 , cls_71 , 1.0800 , 720.0000 , 55.2236 , 666.6667 , 1.7143 , 1.1183 , 0.7649 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2374 , cls_71 , 0.9000 , 780.0000 , 54.4659 , 866.6667 , 1.8571 , 1.1583 , 0.8041 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 774.2093 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2384 , cls_71 , 0.9900 , 780.0000 , 61.2695 , 787.8788 , 1.8571 , 1.1463 , 0.7357 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2385 , cls_71 , 0.8100 , 600.0000 , 41.1023 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 283.0194 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2387 , cls_71 , 3.6900 , 2340.0000 , 132.7223 , 634.1463 , 3.0000 , 1.2118 , 0.8455 , 0.4959 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2390 , cls_71 , 0.6300 , 420.0000 , 36.7148 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2391 , cls_71 , 0.9900 , 840.0000 , 48.0849 , 848.4848 , 2.0000 , 1.1624 , 0.6584 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2400 , cls_71 , 2.2500 , 1560.0000 , 105.8168 , 693.3333 , 2.6000 , 1.1907 , 0.8160 , 0.4267 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2403 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2409 , cls_71 , 0.7200 , 600.0000 , 46.1769 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2412 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 330.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2413 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2420 , cls_71 , 0.7200 , 360.0000 , 34.3237 , 500.0000 , 1.0000 , 1.0133 , 0.4907 , 0.5417 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 283.0194 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2426 , cls_71 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2427 , cls_71 , 2.7900 , 1560.0000 , 100.3069 , 559.1398 , 2.1667 , 1.1657 , 0.7866 , 0.5323 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2429 , cls_71 , 0.7200 , 600.0000 , 45.4252 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2433 , cls_71 , 1.3500 , 1020.0000 , 64.3150 , 755.5556 , 2.1250 , 1.1653 , 0.6707 , 0.3889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2437 , cls_71 , 0.9900 , 660.0000 , 56.5439 , 666.6667 , 1.5714 , 1.1100 , 0.7845 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2440 , cls_71 , 0.6300 , 540.0000 , 42.4126 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2441 , cls_71 , 0.5400 , 600.0000 , 43.2514 , 1111.1111 , 2.0000 , 1.1661 , 0.6944 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2456 , cls_71 , 0.7200 , 600.0000 , 52.5196 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2460 , cls_71 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 403.6087 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2467 , cls_71 , 3.4200 , 2160.0000 , 100.6435 , 631.5789 , 2.7692 , 1.2053 , 0.7312 , 0.4956 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2468 , cls_71 , 2.9700 , 840.0000 , 66.8825 , 282.8283 , 1.1667 , 1.0384 , 0.4244 , 0.7576 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2474 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2475 , cls_71 , 1.5300 , 1200.0000 , 66.9281 , 784.3137 , 2.2222 , 1.1839 , 0.6670 , 0.4020 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2482 , cls_71 , 15.7500 , 4440.0000 , 168.2221 , 281.9048 , 2.7407 , 1.1719 , 0.5239 , 0.7752 , 15.7500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2484 , cls_71 , 0.9900 , 660.0000 , 55.2740 , 666.6667 , 1.5714 , 1.1100 , 0.7357 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2491 , cls_71 , 1.5300 , 900.0000 , 59.5883 , 588.2353 , 1.6667 , 1.1242 , 0.6670 , 0.5098 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2503 , cls_71 , 1.2600 , 660.0000 , 50.5028 , 523.8095 , 1.3750 , 1.0816 , 0.6572 , 0.5833 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2504 , cls_71 , 4.3200 , 2700.0000 , 113.0634 , 625.0000 , 3.2143 , 1.2207 , 0.7284 , 0.5139 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2510 , cls_71 , 0.9000 , 480.0000 , 38.8304 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2518 , cls_71 , 6.2100 , 1980.0000 , 111.1939 , 318.8406 , 1.9412 , 1.1244 , 0.6414 , 0.7415 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2523 , cls_71 , 6.3900 , 3420.0000 , 153.1244 , 535.2113 , 3.3529 , 1.2203 , 0.8136 , 0.5657 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2533 , cls_71 , 42.0300 , 13080.0000 , 387.1036 , 311.2063 , 4.9545 , 1.2499 , 0.7954 , 0.7523 , 42.0300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2536 , cls_71 , 3.2400 , 1440.0000 , 108.2419 , 444.4444 , 2.0000 , 1.1335 , 0.8237 , 0.6250 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2540 , cls_71 , 0.7200 , 540.0000 , 36.4343 , 750.0000 , 1.5000 , 1.1046 , 0.4907 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2545 , cls_71 , 3.7800 , 2580.0000 , 149.9040 , 682.5397 , 3.3077 , 1.2276 , 0.8891 , 0.4563 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2548 , cls_71 , 0.8100 , 660.0000 , 62.9497 , 814.8148 , 1.8333 , 1.1347 , 0.8237 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 271.6616 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2549 , cls_71 , 0.4500 , 480.0000 , 34.8693 , 1066.6667 , 1.6000 , 1.1383 , 0.5103 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2559 , cls_71 , 1.3500 , 600.0000 , 51.3315 , 444.4444 , 1.2500 , 1.0537 , 0.6396 , 0.6111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2572 , cls_71 , 2.0700 , 1260.0000 , 79.8733 , 608.6957 , 2.1000 , 1.1577 , 0.7747 , 0.5072 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2574 , cls_71 , 0.9900 , 720.0000 , 44.0613 , 727.2727 , 1.7143 , 1.1289 , 0.5881 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2585 , cls_71 , 2.7000 , 1200.0000 , 81.4768 , 444.4444 , 1.8182 , 1.1180 , 0.7384 , 0.6389 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 466.6905 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2590 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2592 , cls_71 , 0.9900 , 540.0000 , 43.0104 , 545.4545 , 1.2857 , 1.0663 , 0.5623 , 0.5303 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2595 , cls_71 , 3.8700 , 2220.0000 , 108.2505 , 573.6434 , 2.6429 , 1.1964 , 0.6958 , 0.5233 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2613 , cls_71 , 0.5400 , 600.0000 , 48.1119 , 1111.1111 , 2.0000 , 1.1661 , 0.8472 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 271.6616 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2617 , cls_71 , 0.9000 , 420.0000 , 36.0266 , 466.6667 , 1.0000 , 1.0223 , 0.3634 , 0.6000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2620 , cls_71 , 0.7200 , 720.0000 , 43.2584 , 1000.0000 , 2.0000 , 1.1693 , 0.6488 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2628 , cls_71 , 0.5400 , 600.0000 , 50.6913 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2645 , cls_71 , 1.0800 , 1020.0000 , 60.9416 , 944.4444 , 2.4286 , 1.1933 , 0.8302 , 0.3194 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2647 , cls_71 , 3.8700 , 1440.0000 , 91.5186 , 372.0930 , 1.7143 , 1.1144 , 0.5320 , 0.6744 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2655 , cls_71 , 6.1200 , 2820.0000 , 161.9037 , 460.7843 , 2.7647 , 1.1900 , 0.7919 , 0.6373 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2666 , cls_71 , 0.8100 , 720.0000 , 47.1204 , 888.8889 , 2.0000 , 1.1540 , 0.6630 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2669 , cls_71 , 19.4400 , 8640.0000 , 346.8026 , 444.4444 , 4.8000 , 1.2610 , 0.9060 , 0.6420 , 19.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2673 , cls_71 , 3.0600 , 1320.0000 , 87.5279 , 431.3725 , 1.8333 , 1.1229 , 0.7035 , 0.6422 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2684 , cls_71 , 2.4300 , 1800.0000 , 89.0199 , 740.7407 , 2.7273 , 1.2100 , 0.7250 , 0.4383 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2688 , cls_71 , 23.0400 , 6900.0000 , 218.4113 , 299.4792 , 3.5938 , 1.2072 , 0.6129 , 0.7643 , 23.0400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2690 , cls_71 , 0.6300 , 480.0000 , 42.6470 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2692 , cls_71 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2701 , cls_71 , 0.4500 , 480.0000 , 41.8667 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2704 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2720 , cls_71 , 0.8100 , 480.0000 , 37.0980 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2723 , cls_71 , 10.5300 , 4260.0000 , 202.0714 , 404.5584 , 3.2273 , 1.2055 , 0.8121 , 0.6724 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2725 , cls_71 , 2.8800 , 960.0000 , 71.5157 , 333.3333 , 1.3333 , 1.0675 , 0.5926 , 0.7240 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2743 , cls_71 , 0.4500 , 540.0000 , 42.7915 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2750 , cls_71 , 3.7800 , 2220.0000 , 124.7096 , 587.3016 , 2.8462 , 1.1990 , 0.8169 , 0.5278 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2771 , cls_71 , 0.7200 , 660.0000 , 54.5256 , 916.6667 , 1.8333 , 1.1497 , 0.8078 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2776 , cls_71 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2778 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2781 , cls_71 , 0.6300 , 660.0000 , 57.5398 , 1047.6190 , 1.8333 , 1.1673 , 0.8318 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2782 , cls_71 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2783 , cls_71 , 1.7100 , 900.0000 , 62.9727 , 526.3158 , 1.6667 , 1.1114 , 0.7506 , 0.5614 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2788 , cls_71 , 0.8100 , 540.0000 , 47.7019 , 666.6667 , 1.5000 , 1.0901 , 0.7135 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2789 , cls_71 , 1.2600 , 1200.0000 , 70.5120 , 952.3810 , 2.5000 , 1.2082 , 0.6927 , 0.2857 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2790 , cls_71 , 0.6300 , 600.0000 , 42.9709 , 952.3810 , 1.6667 , 1.1455 , 0.7826 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2792 , cls_71 , 9.0900 , 3840.0000 , 158.3180 , 422.4422 , 3.0476 , 1.2029 , 0.6428 , 0.6601 , 9.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2798 , cls_71 , 5.2200 , 2340.0000 , 103.0239 , 448.2759 , 2.4375 , 1.1731 , 0.6658 , 0.6552 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2799 , cls_71 , 1.1700 , 780.0000 , 52.1540 , 666.6667 , 1.6250 , 1.1258 , 0.6817 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2807 , cls_71 , 0.5400 , 480.0000 , 38.2843 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2813 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2815 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2826 , cls_71 , 1.1700 , 660.0000 , 49.1699 , 564.1026 , 1.3750 , 1.0902 , 0.6322 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2831 , cls_71 , 2.3400 , 1560.0000 , 110.0401 , 666.6667 , 2.3636 , 1.1861 , 0.8643 , 0.4872 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2832 , cls_71 , 0.5400 , 420.0000 , 39.3630 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2835 , cls_71 , 1.5300 , 1020.0000 , 73.3615 , 666.6667 , 1.8889 , 1.1502 , 0.7595 , 0.4706 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2836 , cls_71 , 1.1700 , 480.0000 , 42.1224 , 410.2564 , 1.0000 , 1.0222 , 0.4292 , 0.6410 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2845 , cls_71 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2847 , cls_71 , 3.3300 , 1380.0000 , 77.8129 , 414.4144 , 1.7692 , 1.1223 , 0.5556 , 0.6667 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2860 , cls_71 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2867 , cls_71 , 0.8100 , 600.0000 , 48.6632 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2878 , cls_71 , 0.7200 , 540.0000 , 37.9846 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2879 , cls_71 , 0.8100 , 660.0000 , 53.1928 , 814.8148 , 1.8333 , 1.1347 , 0.7708 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2882 , cls_71 , 1.6200 , 960.0000 , 56.0976 , 592.5926 , 1.7778 , 1.1309 , 0.5593 , 0.5370 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2888 , cls_71 , 2.1600 , 960.0000 , 63.5694 , 444.4444 , 1.6000 , 1.0983 , 0.6566 , 0.6458 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2890 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2891 , cls_71 , 1.8000 , 900.0000 , 58.0138 , 500.0000 , 1.6667 , 1.1055 , 0.6512 , 0.6000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2893 , cls_71 , 1.1700 , 900.0000 , 78.3578 , 769.2308 , 1.8750 , 1.1564 , 0.8676 , 0.3590 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2904 , cls_71 , 0.9900 , 1020.0000 , 78.7987 , 1030.3030 , 2.4286 , 1.2046 , 0.8653 , 0.2424 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2909 , cls_71 , 2.5200 , 900.0000 , 68.1821 , 357.1429 , 1.3636 , 1.0688 , 0.5544 , 0.6964 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2914 , cls_71 , 0.7200 , 480.0000 , 37.2585 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2915 , cls_71 , 4.5000 , 2640.0000 , 166.6294 , 586.6667 , 2.9333 , 1.2119 , 0.8279 , 0.5467 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2925 , cls_71 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2939 , cls_71 , 0.7200 , 480.0000 , 38.7769 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2941 , cls_71 , 0.6300 , 540.0000 , 39.7181 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2942 , cls_71 , 0.6300 , 540.0000 , 41.6567 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2950 , cls_71 , 1.8000 , 780.0000 , 57.7782 , 433.3333 , 1.4444 , 1.0763 , 0.5825 , 0.6417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2959 , cls_71 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2965 , cls_71 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2972 , cls_71 , 2.2500 , 1380.0000 , 91.2802 , 613.3333 , 2.3000 , 1.1662 , 0.8232 , 0.5067 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2983 , cls_71 , 1.3500 , 600.0000 , 48.0035 , 444.4444 , 1.2500 , 1.0537 , 0.5342 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2992 , cls_71 , 0.4500 , 480.0000 , 33.6384 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3003 , cls_71 , 1.3500 , 900.0000 , 61.6069 , 666.6667 , 1.8750 , 1.1390 , 0.7419 , 0.4778 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3008 , cls_71 , 1.8000 , 1080.0000 , 72.7968 , 600.0000 , 2.0000 , 1.1428 , 0.7004 , 0.5250 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3010 , cls_71 , 9.9000 , 6000.0000 , 370.4153 , 606.0606 , 4.7619 , 1.2715 , 0.9301 , 0.5091 , 9.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3034 , cls_71 , 0.8100 , 420.0000 , 37.1582 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3035 , cls_71 , 0.8100 , 480.0000 , 37.0980 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3042 , cls_71 , 2.7900 , 1560.0000 , 89.8305 , 559.1398 , 2.1667 , 1.1657 , 0.7278 , 0.5538 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3044 , cls_71 , 1.6200 , 780.0000 , 56.0611 , 481.4815 , 1.4444 , 1.0880 , 0.6903 , 0.6111 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3051 , cls_71 , 1.4400 , 960.0000 , 62.7980 , 666.6667 , 2.0000 , 1.1448 , 0.6660 , 0.4583 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3058 , cls_71 , 1.0800 , 660.0000 , 50.8284 , 611.1111 , 1.5714 , 1.0996 , 0.7495 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3069 , cls_71 , 0.9000 , 600.0000 , 44.1899 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3070 , cls_71 , 1.0800 , 660.0000 , 57.3579 , 611.1111 , 1.5714 , 1.0996 , 0.7753 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3071 , cls_71 , 7.6500 , 2580.0000 , 128.2479 , 337.2549 , 2.2632 , 1.1506 , 0.7067 , 0.7255 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3076 , cls_71 , 0.7200 , 660.0000 , 50.3932 , 916.6667 , 1.8333 , 1.1497 , 0.7453 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3080 , cls_71 , 6.1200 , 2160.0000 , 119.5753 , 352.9412 , 2.1176 , 1.1416 , 0.7547 , 0.7132 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3086 , cls_71 , 5.1300 , 3660.0000 , 136.8732 , 713.4503 , 3.8125 , 1.2575 , 0.7261 , 0.4444 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3087 , cls_71 , 2.6100 , 900.0000 , 73.7043 , 344.8276 , 1.3636 , 1.0651 , 0.5851 , 0.7011 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3098 , cls_71 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3103 , cls_71 , 0.6300 , 480.0000 , 35.6654 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3106 , cls_71 , 0.7200 , 420.0000 , 35.9030 , 583.3333 , 1.1667 , 1.0480 , 0.6082 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3112 , cls_71 , 1.8900 , 1020.0000 , 60.5217 , 539.6825 , 1.7000 , 1.1255 , 0.5886 , 0.5556 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3114 , cls_71 , 4.3200 , 1200.0000 , 91.5268 , 277.7778 , 1.4286 , 1.0688 , 0.6180 , 0.7604 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3115 , cls_71 , 0.9900 , 600.0000 , 48.2800 , 606.0606 , 1.4286 , 1.0892 , 0.6498 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3123 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3132 , cls_71 , 2.1600 , 1140.0000 , 63.8772 , 527.7778 , 1.9000 , 1.1327 , 0.5299 , 0.5833 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3134 , cls_71 , 0.7200 , 720.0000 , 44.4529 , 1000.0000 , 2.0000 , 1.1693 , 0.7004 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3141 , cls_71 , 6.1200 , 3060.0000 , 159.0731 , 500.0000 , 3.0000 , 1.2049 , 0.8150 , 0.6029 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3146 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3151 , cls_71 , 0.6300 , 480.0000 , 42.6470 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3156 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3157 , cls_71 , 9.0900 , 2460.0000 , 137.7430 , 270.6271 , 1.9524 , 1.1249 , 0.6589 , 0.7772 , 9.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3162 , cls_71 , 0.6300 , 600.0000 , 41.3448 , 952.3810 , 1.6667 , 1.1455 , 0.5544 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3165 , cls_71 , 1.5300 , 1080.0000 , 67.8633 , 705.8824 , 2.0000 , 1.1620 , 0.7294 , 0.4510 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3168 , cls_71 , 1.2600 , 600.0000 , 52.8113 , 476.1905 , 1.2500 , 1.0614 , 0.6637 , 0.5833 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3175 , cls_71 , 0.5400 , 540.0000 , 46.3821 , 1000.0000 , 1.8000 , 1.1415 , 0.7935 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3193 , cls_71 , 1.8000 , 720.0000 , 58.5760 , 400.0000 , 1.3333 , 1.0600 , 0.6082 , 0.6583 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3197 , cls_71 , 1.1700 , 720.0000 , 58.7019 , 615.3846 , 1.5000 , 1.1087 , 0.6817 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3198 , cls_71 , 1.0800 , 600.0000 , 41.5981 , 555.5556 , 1.4286 , 1.0790 , 0.5225 , 0.5556 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3208 , cls_71 , 0.8100 , 780.0000 , 62.2227 , 962.9630 , 2.1667 , 1.1718 , 0.8024 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3211 , cls_71 , 0.6300 , 420.0000 , 33.6998 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3213 , cls_71 , 0.6300 , 480.0000 , 35.1139 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3219 , cls_71 , 0.7200 , 480.0000 , 34.3383 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3227 , cls_71 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3229 , cls_71 , 5.9400 , 2160.0000 , 123.4002 , 363.6364 , 2.1176 , 1.1447 , 0.7592 , 0.6970 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3238 , cls_71 , 1.1700 , 840.0000 , 52.3618 , 717.9487 , 1.7500 , 1.1416 , 0.7146 , 0.4231 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3240 , cls_71 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3241 , cls_71 , 3.5100 , 1500.0000 , 88.3111 , 427.3504 , 1.9231 , 1.1326 , 0.7130 , 0.6496 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3243 , cls_71 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3244 , cls_71 , 0.7200 , 480.0000 , 42.9938 , 666.6667 , 1.3333 , 1.0780 , 0.7453 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3256 , cls_71 , 0.7200 , 780.0000 , 55.4707 , 1083.3333 , 2.1667 , 1.1874 , 0.8078 , 0.2083 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3260 , cls_71 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3266 , cls_71 , 0.5400 , 420.0000 , 36.6787 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3275 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3282 , cls_71 , 0.7200 , 540.0000 , 44.4061 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3303 , cls_71 , 0.7200 , 600.0000 , 44.5738 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3308 , cls_71 , 3.6000 , 1500.0000 , 92.5981 , 416.6667 , 1.9231 , 1.1299 , 0.7598 , 0.6625 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3312 , cls_71 , 1.1700 , 720.0000 , 52.5841 , 615.3846 , 1.5000 , 1.1087 , 0.7146 , 0.4872 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3326 , cls_71 , 0.8100 , 600.0000 , 66.6667 , 740.7407 , 1.6667 , 1.1135 , 0.8603 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3328 , cls_71 , 0.6300 , 480.0000 , 41.6937 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3332 , cls_71 , 1.4400 , 840.0000 , 52.7894 , 583.3333 , 1.7500 , 1.1169 , 0.4907 , 0.5417 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3333 , cls_71 , 0.7200 , 600.0000 , 48.1845 , 833.3333 , 1.6667 , 1.1283 , 0.7247 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3335 , cls_71 , 5.4900 , 2040.0000 , 102.2342 , 371.5847 , 2.1250 , 1.1425 , 0.5431 , 0.6995 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3337 , cls_71 , 0.9000 , 480.0000 , 39.0917 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3339 , cls_71 , 0.6300 , 600.0000 , 55.9537 , 952.3810 , 1.6667 , 1.1455 , 0.8286 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3348 , cls_71 , 3.8700 , 1500.0000 , 87.0706 , 387.5969 , 1.7857 , 1.1221 , 0.6513 , 0.6667 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3360 , cls_71 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3366 , cls_71 , 0.4500 , 480.0000 , 34.6834 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3371 , cls_71 , 4.9500 , 1800.0000 , 103.3747 , 363.6364 , 2.0000 , 1.1303 , 0.6390 , 0.6909 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3380 , cls_71 , 1.3500 , 600.0000 , 50.9089 , 444.4444 , 1.2500 , 1.0537 , 0.6180 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3388 , cls_71 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3389 , cls_71 , 2.5200 , 1320.0000 , 91.9044 , 523.8095 , 2.0000 , 1.1444 , 0.7826 , 0.5714 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3391 , cls_71 , 0.9000 , 600.0000 , 54.4170 , 666.6667 , 1.4286 , 1.1006 , 0.7551 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3393 , cls_71 , 12.0600 , 4800.0000 , 189.8201 , 398.0100 , 3.3333 , 1.2120 , 0.7594 , 0.6841 , 12.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3399 , cls_71 , 0.5400 , 480.0000 , 43.3747 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3408 , cls_71 , 13.1400 , 5820.0000 , 209.9529 , 442.9224 , 3.8800 , 1.2358 , 0.8318 , 0.6518 , 13.1400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3409 , cls_71 , 2.7000 , 1260.0000 , 81.7800 , 466.6667 , 1.9091 , 1.1276 , 0.7062 , 0.6278 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3415 , cls_71 , 18.9900 , 8940.0000 , 311.3514 , 470.7741 , 4.9667 , 1.2690 , 0.8060 , 0.6058 , 18.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3416 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3426 , cls_71 , 4.3200 , 2040.0000 , 121.5752 , 472.2222 , 2.4286 , 1.1682 , 0.8283 , 0.6181 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3428 , cls_71 , 0.4500 , 420.0000 , 35.2060 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3432 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3446 , cls_71 , 2.0700 , 1320.0000 , 109.2365 , 637.6812 , 2.2000 , 1.1671 , 0.8571 , 0.4783 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3450 , cls_71 , 0.9000 , 600.0000 , 49.1550 , 666.6667 , 1.4286 , 1.1006 , 0.7170 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3451 , cls_71 , 1.6200 , 840.0000 , 56.0489 , 518.5185 , 1.5556 , 1.1033 , 0.5593 , 0.5648 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3452 , cls_71 , 1.0800 , 840.0000 , 52.3874 , 777.7778 , 2.0000 , 1.1515 , 0.7649 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3461 , cls_71 , 3.7800 , 2280.0000 , 198.4201 , 603.1746 , 2.9231 , 1.2041 , 0.9262 , 0.5040 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3467 , cls_71 , 1.7100 , 1320.0000 , 84.4883 , 771.9298 , 2.4444 , 1.1899 , 0.7781 , 0.4035 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3469 , cls_71 , 2.3400 , 1500.0000 , 79.7197 , 641.0256 , 2.2727 , 1.1783 , 0.6877 , 0.5256 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3473 , cls_71 , 10.5300 , 3780.0000 , 199.7124 , 358.9744 , 2.8636 , 1.1849 , 0.7423 , 0.7009 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3474 , cls_71 , 0.5400 , 480.0000 , 33.2625 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3489 , cls_71 , 1.0800 , 540.0000 , 49.2240 , 500.0000 , 1.2857 , 1.0563 , 0.6605 , 0.5556 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3504 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3506 , cls_71 , 10.5300 , 5340.0000 , 204.6814 , 507.1225 , 4.0455 , 1.2446 , 0.7729 , 0.5926 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3508 , cls_71 , 2.7000 , 1020.0000 , 70.0382 , 377.7778 , 1.5455 , 1.0861 , 0.5225 , 0.6778 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3511 , cls_71 , 2.7900 , 1320.0000 , 81.6623 , 473.1183 , 1.8333 , 1.1330 , 0.6053 , 0.6129 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3523 , cls_71 , 0.8100 , 600.0000 , 43.2659 , 740.7407 , 1.6667 , 1.1135 , 0.6419 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3525 , cls_71 , 1.5300 , 600.0000 , 50.9331 , 392.1569 , 1.1111 , 1.0400 , 0.5190 , 0.6471 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3542 , cls_71 , 9.2700 , 4020.0000 , 246.2429 , 433.6570 , 3.1905 , 1.2088 , 0.8498 , 0.6343 , 9.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3547 , cls_71 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3548 , cls_71 , 2.0700 , 1320.0000 , 92.3925 , 637.6812 , 2.2000 , 1.1671 , 0.7237 , 0.4855 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3549 , cls_71 , 0.6300 , 540.0000 , 43.4899 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3551 , cls_71 , 1.0800 , 480.0000 , 44.3713 , 444.4444 , 1.1429 , 1.0310 , 0.5506 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3565 , cls_71 , 1.9800 , 900.0000 , 71.2018 , 454.5455 , 1.5000 , 1.0949 , 0.7112 , 0.6061 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3569 , cls_71 , 2.4300 , 1380.0000 , 98.2410 , 567.9012 , 2.0909 , 1.1573 , 0.7491 , 0.5494 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3583 , cls_71 , 0.8100 , 480.0000 , 42.6382 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3584 , cls_71 , 2.2500 , 1140.0000 , 75.3655 , 506.6667 , 1.9000 , 1.1281 , 0.6423 , 0.5933 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3592 , cls_71 , 0.9000 , 720.0000 , 59.0159 , 800.0000 , 1.7143 , 1.1407 , 0.8128 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3627 , cls_71 , 11.0700 , 5100.0000 , 233.3577 , 460.7046 , 3.6957 , 1.2313 , 0.8307 , 0.6260 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3630 , cls_71 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3633 , cls_71 , 0.6300 , 660.0000 , 46.7334 , 1047.6190 , 1.8333 , 1.1673 , 0.5544 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3648 , cls_71 , 0.5400 , 480.0000 , 34.1421 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3652 , cls_71 , 0.7200 , 600.0000 , 54.8863 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3653 , cls_71 , 1.4400 , 1440.0000 , 85.2539 , 1000.0000 , 3.0000 , 1.2295 , 0.8802 , 0.2917 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3655 , cls_71 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3670 , cls_71 , 0.6300 , 420.0000 , 32.7573 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3671 , cls_71 , 1.6200 , 1500.0000 , 73.0214 , 925.9259 , 2.7778 , 1.2230 , 0.7661 , 0.3426 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3682 , cls_71 , 0.8100 , 660.0000 , 52.8038 , 814.8148 , 1.8333 , 1.1347 , 0.7838 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3691 , cls_71 , 0.9900 , 540.0000 , 41.1532 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5606 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3692 , cls_71 , 1.6200 , 1080.0000 , 73.9758 , 666.6667 , 2.0000 , 1.1552 , 0.7661 , 0.4537 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3693 , cls_71 , 3.3300 , 2340.0000 , 129.6726 , 702.7027 , 3.0000 , 1.2237 , 0.8419 , 0.4595 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3700 , cls_71 , 2.4300 , 1680.0000 , 141.4327 , 691.3580 , 2.5455 , 1.1963 , 0.8980 , 0.4444 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3713 , cls_71 , 2.7900 , 1500.0000 , 83.8358 , 537.6344 , 2.0833 , 1.1580 , 0.6276 , 0.5753 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3717 , cls_71 , 2.0700 , 1380.0000 , 81.2730 , 666.6667 , 2.3000 , 1.1760 , 0.7657 , 0.4638 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3718 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3730 , cls_71 , 0.9000 , 900.0000 , 52.4083 , 1000.0000 , 2.1429 , 1.1897 , 0.6817 , 0.2833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3736 , cls_71 , 1.7100 , 780.0000 , 53.5768 , 456.1404 , 1.4444 , 1.0820 , 0.5348 , 0.6228 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3737 , cls_71 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3750 , cls_71 , 3.4200 , 1500.0000 , 126.6209 , 438.5965 , 1.9231 , 1.1354 , 0.7932 , 0.6360 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3751 , cls_71 , 0.8100 , 600.0000 , 47.6583 , 740.7407 , 1.6667 , 1.1135 , 0.7453 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3763 , cls_71 , 0.8100 , 720.0000 , 52.9270 , 888.8889 , 2.0000 , 1.1540 , 0.7205 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3764 , cls_71 , 0.9900 , 720.0000 , 58.1343 , 727.2727 , 1.7143 , 1.1289 , 0.8107 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3766 , cls_71 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3768 , cls_71 , 0.9000 , 660.0000 , 50.0531 , 733.3333 , 1.5714 , 1.1216 , 0.7913 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3780 , cls_71 , 5.6700 , 2700.0000 , 121.5848 , 476.1905 , 2.8125 , 1.1904 , 0.7224 , 0.6058 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3781 , cls_71 , 0.4500 , 480.0000 , 34.4419 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3782 , cls_71 , 1.8900 , 1200.0000 , 74.0353 , 634.9206 , 2.0000 , 1.1585 , 0.7429 , 0.5079 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3799 , cls_71 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3807 , cls_71 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3810 , cls_71 , 0.8100 , 720.0000 , 53.3942 , 888.8889 , 2.0000 , 1.1540 , 0.7708 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3818 , cls_71 , 4.3200 , 1920.0000 , 119.5326 , 444.4444 , 2.2857 , 1.1568 , 0.7377 , 0.6285 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3823 , cls_71 , 0.5400 , 600.0000 , 44.9605 , 1111.1111 , 2.0000 , 1.1661 , 0.7753 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3825 , cls_71 , 2.3400 , 840.0000 , 63.6697 , 358.9744 , 1.2727 , 1.0630 , 0.5862 , 0.7051 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 283.0194 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3828 , cls_71 , 0.9000 , 540.0000 , 43.2999 , 600.0000 , 1.2857 , 1.0775 , 0.5609 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3836 , cls_71 , 1.8000 , 1320.0000 , 101.9267 , 733.3333 , 2.4444 , 1.1837 , 0.8447 , 0.4000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3843 , cls_71 , 0.7200 , 600.0000 , 57.8608 , 833.3333 , 1.6667 , 1.1283 , 0.8078 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3851 , cls_71 , 4.3200 , 1800.0000 , 92.5315 , 416.6667 , 2.1429 , 1.1447 , 0.5539 , 0.6771 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3853 , cls_71 , 0.8100 , 480.0000 , 35.9962 , 592.5926 , 1.3333 , 1.0639 , 0.4270 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3854 , cls_71 , 3.0600 , 1200.0000 , 85.1956 , 392.1569 , 1.6667 , 1.1044 , 0.7660 , 0.6667 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3856 , cls_71 , 2.3400 , 960.0000 , 63.2722 , 410.2564 , 1.4545 , 1.0895 , 0.5862 , 0.6667 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3879 , cls_71 , 0.9900 , 600.0000 , 42.8844 , 606.0606 , 1.4286 , 1.0892 , 0.6584 , 0.5152 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3887 , cls_71 , 1.7100 , 1380.0000 , 88.1783 , 807.0175 , 2.5556 , 1.1991 , 0.8663 , 0.4035 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3891 , cls_71 , 1.0800 , 720.0000 , 60.4251 , 666.6667 , 1.7143 , 1.1183 , 0.7117 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3895 , cls_71 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3896 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3897 , cls_71 , 0.5400 , 480.0000 , 46.2366 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3902 , cls_71 , 20.5200 , 8640.0000 , 330.2611 , 421.0526 , 4.6452 , 1.2554 , 0.8710 , 0.6564 , 20.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3912 , cls_71 , 10.4400 , 3720.0000 , 177.1734 , 356.3218 , 2.8182 , 1.1830 , 0.7509 , 0.7098 , 10.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3928 , cls_71 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3932 , cls_71 , 17.4600 , 5820.0000 , 226.0414 , 333.3333 , 3.4643 , 1.2067 , 0.7440 , 0.7251 , 17.4600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3948 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3950 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3951 , cls_71 , 2.3400 , 1140.0000 , 70.2090 , 487.1795 , 1.7273 , 1.1237 , 0.6105 , 0.6154 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3978 , cls_71 , 6.3000 , 1740.0000 , 123.9645 , 276.1905 , 1.7059 , 1.0995 , 0.7078 , 0.7714 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3981 , cls_71 , 0.9000 , 600.0000 , 46.6235 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3985 , cls_71 , 0.7200 , 660.0000 , 59.6223 , 916.6667 , 1.8333 , 1.1497 , 0.8433 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3992 , cls_71 , 0.5400 , 480.0000 , 44.0739 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3996 , cls_71 , 0.6300 , 420.0000 , 32.0129 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4001 , cls_71 , 0.7200 , 600.0000 , 45.3561 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4007 , cls_71 , 0.8100 , 420.0000 , 35.4002 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4017 , cls_71 , 1.2600 , 660.0000 , 45.7343 , 523.8095 , 1.3750 , 1.0816 , 0.4757 , 0.5833 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4018 , cls_71 , 0.6300 , 420.0000 , 33.5934 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4024 , cls_71 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4035 , cls_71 , 0.7200 , 540.0000 , 41.3535 , 750.0000 , 1.5000 , 1.1046 , 0.7247 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4073 , cls_71 , 2.1600 , 1200.0000 , 96.3363 , 555.5556 , 2.0000 , 1.1430 , 0.7907 , 0.5347 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4077 , cls_71 , 2.3400 , 1620.0000 , 83.4376 , 692.3077 , 2.4545 , 1.1936 , 0.7170 , 0.4744 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4084 , cls_71 , 0.5400 , 540.0000 , 50.2074 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 331.3608 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4088 , cls_71 , 3.7800 , 1380.0000 , 78.3426 , 365.0794 , 1.7692 , 1.1088 , 0.5094 , 0.7222 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4091 , cls_71 , 4.4100 , 2520.0000 , 111.1488 , 571.4286 , 3.0000 , 1.2055 , 0.6628 , 0.5476 , 4.4100 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4098 , cls_71 , 2.7000 , 1620.0000 , 107.6556 , 600.0000 , 2.4545 , 1.1768 , 0.7792 , 0.5333 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4107 , cls_71 , 1.4400 , 840.0000 , 59.5023 , 583.3333 , 1.7500 , 1.1169 , 0.7247 , 0.5208 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4118 , cls_71 , 0.9000 , 540.0000 , 42.8090 , 600.0000 , 1.2857 , 1.0775 , 0.6021 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4125 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4127 , cls_71 , 1.3500 , 540.0000 , 44.4478 , 400.0000 , 1.1250 , 1.0316 , 0.4383 , 0.6556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 330.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4141 , cls_71 , 6.5700 , 2940.0000 , 142.3558 , 447.4886 , 2.7222 , 1.1899 , 0.7641 , 0.6370 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4147 , cls_71 , 0.4500 , 480.0000 , 41.8667 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4158 , cls_71 , 1.7100 , 660.0000 , 54.0835 , 385.9649 , 1.2222 , 1.0477 , 0.5348 , 0.6754 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4159 , cls_71 , 1.5300 , 600.0000 , 49.1913 , 392.1569 , 1.1111 , 1.0400 , 0.5190 , 0.6667 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4160 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4169 , cls_71 , 4.6800 , 2100.0000 , 120.6585 , 448.7179 , 2.3333 , 1.1649 , 0.7057 , 0.6410 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4172 , cls_71 , 1.2600 , 480.0000 , 43.8161 , 380.9524 , 1.0000 , 1.0141 , 0.4757 , 0.6548 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4179 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4181 , cls_71 , 0.5400 , 420.0000 , 35.0749 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4185 , cls_71 , 1.7100 , 1200.0000 , 77.2873 , 701.7544 , 2.2222 , 1.1704 , 0.7781 , 0.4386 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4189 , cls_71 , 1.8900 , 960.0000 , 74.0611 , 507.9365 , 1.6000 , 1.1132 , 0.7547 , 0.5714 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4190 , cls_71 , 0.8100 , 540.0000 , 39.8365 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4195 , cls_71 , 1.3500 , 1200.0000 , 65.3878 , 888.8889 , 2.5000 , 1.1995 , 0.7384 , 0.3111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4220 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4245 , cls_71 , 7.4700 , 3660.0000 , 154.7623 , 489.9598 , 3.2105 , 1.2154 , 0.7834 , 0.6124 , 7.4700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4254 , cls_71 , 0.6300 , 420.0000 , 31.6352 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4256 , cls_71 , 0.6300 , 540.0000 , 41.5515 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4274 , cls_71 , 1.4400 , 840.0000 , 65.3805 , 583.3333 , 1.7500 , 1.1169 , 0.7516 , 0.5208 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4275 , cls_71 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4280 , cls_71 , 0.6300 , 480.0000 , 39.2020 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4283 , cls_71 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 488.3646 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4287 , cls_71 , 1.0800 , 540.0000 , 41.4002 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4293 , cls_71 , 0.7200 , 720.0000 , 53.7875 , 1000.0000 , 2.0000 , 1.1693 , 0.8041 , 0.2500 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4295 , cls_71 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4303 , cls_71 , 0.6300 , 600.0000 , 40.2819 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4304 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4326 , cls_71 , 4.2300 , 2820.0000 , 130.8171 , 666.6667 , 3.3571 , 1.2313 , 0.7606 , 0.4610 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4334 , cls_71 , 3.6000 , 1080.0000 , 74.9325 , 300.0000 , 1.3846 , 1.0673 , 0.4341 , 0.7458 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4342 , cls_71 , 1.6200 , 900.0000 , 55.1385 , 555.5556 , 1.6667 , 1.1176 , 0.5676 , 0.5648 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4349 , cls_71 , 1.2600 , 1140.0000 , 85.2175 , 904.7619 , 2.3750 , 1.1974 , 0.8629 , 0.3095 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4361 , cls_71 , 0.8100 , 420.0000 , 34.7671 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4367 , cls_71 , 0.9000 , 540.0000 , 44.9909 , 600.0000 , 1.2857 , 1.0775 , 0.7170 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4368 , cls_71 , 0.9900 , 900.0000 , 65.7967 , 909.0909 , 2.1429 , 1.1774 , 0.8444 , 0.3030 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4369 , cls_71 , 0.9000 , 420.0000 , 36.0063 , 466.6667 , 1.0000 , 1.0223 , 0.4907 , 0.5833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4373 , cls_71 , 13.2300 , 2760.0000 , 187.9083 , 208.6168 , 1.8400 , 1.1086 , 0.7283 , 0.8220 , 13.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4383 , cls_71 , 1.8900 , 1320.0000 , 69.2376 , 698.4127 , 2.2000 , 1.1778 , 0.6387 , 0.4524 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4384 , cls_71 , 3.3300 , 2280.0000 , 149.5144 , 684.6847 , 2.9231 , 1.2188 , 0.8912 , 0.4730 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4388 , cls_71 , 0.9000 , 840.0000 , 55.6296 , 933.3333 , 2.0000 , 1.1745 , 0.7170 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4404 , cls_71 , 1.3500 , 1080.0000 , 70.8736 , 800.0000 , 2.2500 , 1.1773 , 0.7613 , 0.4000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4409 , cls_71 , 1.2600 , 840.0000 , 55.1816 , 666.6667 , 1.7500 , 1.1327 , 0.5544 , 0.4762 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4415 , cls_71 , 1.2600 , 900.0000 , 61.5953 , 714.2857 , 1.8750 , 1.1473 , 0.6927 , 0.4643 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4417 , cls_71 , 0.6300 , 420.0000 , 35.6454 , 666.6667 , 1.1667 , 1.0640 , 0.6572 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4419 , cls_71 , 0.6300 , 420.0000 , 35.6333 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4420 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4421 , cls_71 , 1.2600 , 600.0000 , 45.4526 , 476.1905 , 1.2500 , 1.0614 , 0.5652 , 0.5833 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4425 , cls_71 , 0.9900 , 900.0000 , 57.3259 , 909.0909 , 2.1429 , 1.1774 , 0.7199 , 0.3030 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4440 , cls_71 , 3.2400 , 1680.0000 , 107.4131 , 518.5185 , 2.3333 , 1.1632 , 0.7637 , 0.5787 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4442 , cls_71 , 0.9900 , 780.0000 , 60.6715 , 787.8788 , 1.8571 , 1.1463 , 0.7357 , 0.3636 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4454 , cls_71 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4473 , cls_71 , 2.6100 , 1380.0000 , 91.4375 , 528.7356 , 2.0909 , 1.1492 , 0.7160 , 0.5690 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4476 , cls_71 , 1.6200 , 1260.0000 , 72.4458 , 777.7778 , 2.3333 , 1.1870 , 0.7425 , 0.3704 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4483 , cls_71 , 0.8100 , 600.0000 , 39.3833 , 740.7407 , 1.6667 , 1.1135 , 0.5416 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4491 , cls_71 , 0.6300 , 480.0000 , 38.0364 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4494 , cls_71 , 0.9900 , 780.0000 , 47.7186 , 787.8788 , 1.8571 , 1.1463 , 0.6584 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4499 , cls_71 , 1.4400 , 1320.0000 , 88.3928 , 916.6667 , 2.7500 , 1.2113 , 0.8502 , 0.3438 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4502 , cls_71 , 3.3300 , 960.0000 , 72.6959 , 288.2883 , 1.2308 , 1.0526 , 0.5289 , 0.7613 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4509 , cls_71 , 2.5200 , 1380.0000 , 75.2366 , 547.6190 , 2.0909 , 1.1532 , 0.6637 , 0.5655 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4514 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4518 , cls_71 , 1.0800 , 600.0000 , 41.3485 , 555.5556 , 1.4286 , 1.0790 , 0.4731 , 0.5556 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4520 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4535 , cls_71 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4537 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4544 , cls_71 , 7.2000 , 3600.0000 , 146.2260 , 500.0000 , 3.3333 , 1.2164 , 0.7453 , 0.6125 , 7.2000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4560 , cls_71 , 0.8100 , 600.0000 , 53.6080 , 740.7407 , 1.6667 , 1.1135 , 0.7453 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4565 , cls_71 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4569 , cls_71 , 0.6300 , 600.0000 , 45.3283 , 952.3810 , 1.6667 , 1.1455 , 0.7215 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4588 , cls_71 , 2.5200 , 1560.0000 , 102.7474 , 619.0476 , 2.3636 , 1.1774 , 0.7670 , 0.5000 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4616 , cls_71 , 3.1500 , 2280.0000 , 118.7704 , 723.8095 , 3.1667 , 1.2253 , 0.8079 , 0.4333 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4618 , cls_71 , 1.2600 , 1080.0000 , 71.0047 , 857.1429 , 2.2500 , 1.1859 , 0.7258 , 0.3095 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4620 , cls_71 , 9.6300 , 3900.0000 , 176.1765 , 404.9844 , 3.0952 , 1.1995 , 0.7748 , 0.6698 , 9.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4622 , cls_71 , 1.8000 , 1200.0000 , 97.6366 , 666.6667 , 2.2222 , 1.1643 , 0.8739 , 0.4833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4634 , cls_71 , 0.8100 , 780.0000 , 65.2697 , 962.9630 , 2.1667 , 1.1718 , 0.8237 , 0.2593 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 488.3646 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4641 , cls_71 , 0.9000 , 660.0000 , 45.6723 , 733.3333 , 1.5714 , 1.1216 , 0.6817 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4642 , cls_71 , 0.9000 , 600.0000 , 46.2527 , 666.6667 , 1.4286 , 1.1006 , 0.6255 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4644 , cls_71 , 0.7200 , 480.0000 , 39.6270 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4649 , cls_71 , 0.9900 , 960.0000 , 73.7390 , 969.6970 , 2.2857 , 1.1914 , 0.7940 , 0.2727 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4652 , cls_71 , 0.5400 , 420.0000 , 36.1803 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4654 , cls_71 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4661 , cls_71 , 9.8100 , 1800.0000 , 128.8762 , 183.4862 , 1.4286 , 1.0631 , 0.6504 , 0.8440 , 9.8100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4672 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4691 , cls_71 , 1.7100 , 1200.0000 , 78.0196 , 701.7544 , 2.2222 , 1.1704 , 0.7859 , 0.4649 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4692 , cls_71 , 2.1600 , 1200.0000 , 79.6229 , 555.5556 , 2.0000 , 1.1430 , 0.7062 , 0.5556 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4697 , cls_71 , 0.5400 , 600.0000 , 45.2643 , 1111.1111 , 2.0000 , 1.1661 , 0.7753 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4709 , cls_71 , 0.6300 , 540.0000 , 42.0510 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4745 , cls_71 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4754 , cls_71 , 1.2600 , 960.0000 , 64.3592 , 761.9048 , 2.0000 , 1.1610 , 0.7258 , 0.4048 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4772 , cls_71 , 0.7200 , 720.0000 , 53.3375 , 1000.0000 , 2.0000 , 1.1693 , 0.7736 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4792 , cls_71 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4808 , cls_71 , 0.9900 , 540.0000 , 40.3151 , 545.4545 , 1.2857 , 1.0663 , 0.5170 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4811 , cls_71 , 2.3400 , 1560.0000 , 133.6660 , 666.6667 , 2.3636 , 1.1861 , 0.8851 , 0.4551 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4819 , cls_71 , 3.6900 , 1320.0000 , 99.1573 , 357.7236 , 1.6923 , 1.1029 , 0.7178 , 0.7033 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4821 , cls_71 , 6.3000 , 2640.0000 , 113.8329 , 419.0476 , 2.5882 , 1.1750 , 0.6723 , 0.6786 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4824 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4826 , cls_71 , 2.5200 , 2100.0000 , 112.1705 , 833.3333 , 3.1818 , 1.2360 , 0.7258 , 0.3750 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4841 , cls_71 , 10.0800 , 3600.0000 , 151.3662 , 357.1429 , 2.7273 , 1.1809 , 0.7258 , 0.7128 , 10.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4844 , cls_71 , 0.7200 , 720.0000 , 49.6345 , 1000.0000 , 2.0000 , 1.1693 , 0.7963 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4848 , cls_71 , 0.9900 , 600.0000 , 44.4561 , 606.0606 , 1.4286 , 1.0892 , 0.5881 , 0.5000 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4854 , cls_71 , 0.7200 , 480.0000 , 38.9141 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4855 , cls_71 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4867 , cls_71 , 1.5300 , 960.0000 , 67.4014 , 627.4510 , 1.7778 , 1.1376 , 0.7035 , 0.4804 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4872 , cls_71 , 1.8000 , 1020.0000 , 79.7568 , 566.6667 , 1.8889 , 1.1311 , 0.7963 , 0.5333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4878 , cls_71 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4889 , cls_71 , 2.1600 , 900.0000 , 76.8252 , 416.6667 , 1.5000 , 1.0853 , 0.7366 , 0.6389 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4897 , cls_71 , 0.9900 , 480.0000 , 40.6162 , 484.8485 , 1.1429 , 1.0407 , 0.5623 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4902 , cls_71 , 2.8800 , 1560.0000 , 89.7018 , 541.6667 , 2.1667 , 1.1621 , 0.6262 , 0.5625 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4903 , cls_71 , 1.1700 , 720.0000 , 60.1910 , 615.3846 , 1.5000 , 1.1087 , 0.6817 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4908 , cls_71 , 1.1700 , 780.0000 , 50.3521 , 666.6667 , 1.6250 , 1.1258 , 0.6689 , 0.4872 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4918 , cls_71 , 2.3400 , 1380.0000 , 87.5092 , 589.7436 , 2.0909 , 1.1617 , 0.7566 , 0.5128 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4919 , cls_71 , 0.9900 , 540.0000 , 39.8399 , 545.4545 , 1.2857 , 1.0663 , 0.5170 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4939 , cls_71 , 3.0600 , 1140.0000 , 77.8126 , 372.5490 , 1.5833 , 1.0945 , 0.5916 , 0.6863 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4940 , cls_71 , 0.8100 , 360.0000 , 32.1895 , 444.4444 , 1.0000 , 1.0000 , 0.3634 , 0.5926 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4945 , cls_71 , 6.5700 , 2340.0000 , 153.0218 , 356.1644 , 2.1667 , 1.1488 , 0.8005 , 0.7055 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4951 , cls_71 , 0.6300 , 480.0000 , 40.5326 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4955 , cls_71 , 0.6300 , 480.0000 , 44.7920 , 761.9048 , 1.3333 , 1.0945 , 0.7591 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4960 , cls_71 , 0.7200 , 480.0000 , 38.3750 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4964 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4966 , cls_71 , 2.4300 , 1200.0000 , 74.0558 , 493.8272 , 1.8182 , 1.1297 , 0.5955 , 0.5864 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4969 , cls_71 , 0.9900 , 480.0000 , 40.6162 , 484.8485 , 1.1429 , 1.0407 , 0.5623 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4971 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4976 , cls_71 , 1.4400 , 780.0000 , 64.1878 , 541.6667 , 1.6250 , 1.1014 , 0.7603 , 0.5417 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4991 , cls_71 , 15.2100 , 4860.0000 , 298.6076 , 319.5266 , 3.1154 , 1.1905 , 0.8482 , 0.7347 , 15.2100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5005 , cls_71 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5006 , cls_71 , 0.9000 , 480.0000 , 41.3283 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5016 , cls_71 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5021 , cls_71 , 0.9900 , 720.0000 , 48.6573 , 727.2727 , 1.7143 , 1.1289 , 0.6888 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5033 , cls_71 , 0.8100 , 720.0000 , 51.8515 , 888.8889 , 2.0000 , 1.1540 , 0.6903 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5034 , cls_71 , 34.9200 , 8400.0000 , 325.9041 , 240.5498 , 3.5000 , 1.1987 , 0.7495 , 0.7981 , 34.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5045 , cls_71 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5048 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5059 , cls_71 , 4.1400 , 1740.0000 , 107.1961 , 420.2899 , 2.0714 , 1.1429 , 0.7143 , 0.6594 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5069 , cls_71 , 0.5400 , 480.0000 , 34.3237 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5078 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5079 , cls_71 , 1.7100 , 1200.0000 , 78.7553 , 701.7544 , 2.2222 , 1.1704 , 0.7154 , 0.4474 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5080 , cls_71 , 0.7200 , 540.0000 , 44.0725 , 750.0000 , 1.5000 , 1.1046 , 0.7453 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5081 , cls_71 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5090 , cls_71 , 0.6300 , 480.0000 , 37.2230 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5093 , cls_71 , 0.4500 , 540.0000 , 40.3503 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5106 , cls_71 , 2.0700 , 1080.0000 , 79.4855 , 521.7391 , 1.8000 , 1.1267 , 0.7184 , 0.5725 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5107 , cls_71 , 0.9900 , 600.0000 , 49.7018 , 606.0606 , 1.4286 , 1.0892 , 0.7357 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5111 , cls_71 , 2.7000 , 960.0000 , 74.5046 , 355.5556 , 1.4545 , 1.0743 , 0.6496 , 0.7000 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5118 , cls_71 , 1.7100 , 1080.0000 , 72.1899 , 631.5789 , 2.0000 , 1.1488 , 0.7718 , 0.4912 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5121 , cls_71 , 0.4500 , 540.0000 , 40.6455 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5123 , cls_71 , 0.9900 , 540.0000 , 41.3824 , 545.4545 , 1.2857 , 1.0663 , 0.5170 , 0.5606 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5140 , cls_71 , 1.3500 , 1080.0000 , 69.7025 , 800.0000 , 2.2500 , 1.1773 , 0.7419 , 0.3667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5148 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5169 , cls_71 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5173 , cls_71 , 0.8100 , 660.0000 , 50.1012 , 814.8148 , 1.8333 , 1.1347 , 0.7796 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 308.8689 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5191 , cls_71 , 1.2600 , 900.0000 , 56.2991 , 714.2857 , 1.8750 , 1.1473 , 0.6637 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5198 , cls_71 , 21.2400 , 10320.0000 , 269.4637 , 485.8757 , 5.5484 , 1.2808 , 0.7506 , 0.6215 , 21.2400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5202 , cls_71 , 0.6300 , 600.0000 , 42.2767 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5204 , cls_71 , 1.0800 , 960.0000 , 80.0634 , 888.8889 , 2.2857 , 1.1802 , 0.8694 , 0.3472 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5221 , cls_71 , 2.7000 , 1740.0000 , 95.0012 , 644.4444 , 2.6364 , 1.1908 , 0.7062 , 0.4833 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5241 , cls_71 , 1.0800 , 840.0000 , 53.9426 , 777.7778 , 2.0000 , 1.1515 , 0.7062 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5242 , cls_71 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 512.6402 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5249 , cls_71 , 9.2700 , 4800.0000 , 175.6245 , 517.7994 , 3.8095 , 1.2398 , 0.7976 , 0.5906 , 9.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5263 , cls_71 , 2.6100 , 1260.0000 , 72.2366 , 482.7586 , 1.9091 , 1.1313 , 0.5656 , 0.6092 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 690.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5266 , cls_71 , 1.0800 , 600.0000 , 45.1161 , 555.5556 , 1.4286 , 1.0790 , 0.5506 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5276 , cls_71 , 22.4100 , 7380.0000 , 262.6066 , 329.3173 , 3.8438 , 1.2208 , 0.7523 , 0.7316 , 22.4100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5277 , cls_71 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5278 , cls_71 , 0.6300 , 480.0000 , 34.6438 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 360.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5281 , cls_71 , 2.8800 , 1320.0000 , 79.7582 , 458.3333 , 1.8333 , 1.1295 , 0.7026 , 0.6302 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5283 , cls_71 , 0.9000 , 840.0000 , 64.3835 , 933.3333 , 2.0000 , 1.1745 , 0.8041 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5284 , cls_71 , 0.5400 , 600.0000 , 44.1421 , 1111.1111 , 2.0000 , 1.1661 , 0.6180 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5296 , cls_71 , 3.3300 , 1440.0000 , 78.7561 , 432.4324 , 1.8462 , 1.1305 , 0.5556 , 0.6486 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5300 , cls_71 , 0.5400 , 600.0000 , 52.4985 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5304 , cls_71 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5305 , cls_71 , 2.1600 , 1500.0000 , 82.1031 , 694.4444 , 2.5000 , 1.1877 , 0.7366 , 0.5000 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 330.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5341 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5351 , cls_71 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5362 , cls_71 , 2.6100 , 1380.0000 , 92.8692 , 528.7356 , 2.0909 , 1.1492 , 0.8087 , 0.5690 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5363 , cls_71 , 12.5100 , 4140.0000 , 184.7025 , 330.9353 , 2.8750 , 1.1830 , 0.6373 , 0.7314 , 12.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5412 , cls_71 , 6.5700 , 1500.0000 , 105.5115 , 228.3105 , 1.3889 , 1.0686 , 0.5869 , 0.8059 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5414 , cls_71 , 0.8100 , 600.0000 , 43.5296 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5419 , cls_71 , 2.2500 , 840.0000 , 64.6046 , 373.3333 , 1.4000 , 1.0672 , 0.5579 , 0.6800 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5436 , cls_71 , 3.5100 , 2220.0000 , 164.2914 , 632.4786 , 2.8462 , 1.2075 , 0.9275 , 0.5214 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5438 , cls_71 , 2.1600 , 1620.0000 , 110.1316 , 750.0000 , 2.7000 , 1.2031 , 0.8694 , 0.3958 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5440 , cls_71 , 0.5400 , 480.0000 , 44.0739 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5441 , cls_71 , 0.9000 , 660.0000 , 57.8642 , 733.3333 , 1.5714 , 1.1216 , 0.8041 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5454 , cls_71 , 0.5400 , 420.0000 , 34.6040 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5467 , cls_71 , 0.9900 , 960.0000 , 53.7060 , 969.6970 , 2.2857 , 1.1914 , 0.7307 , 0.3030 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5469 , cls_71 , 0.9000 , 480.0000 , 37.6863 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5473 , cls_71 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5477 , cls_71 , 2.8800 , 1860.0000 , 94.9085 , 645.8333 , 2.5833 , 1.1963 , 0.7209 , 0.5052 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5479 , cls_71 , 3.5100 , 1740.0000 , 86.7510 , 495.7265 , 2.2308 , 1.1610 , 0.6645 , 0.6154 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5483 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5484 , cls_71 , 1.0800 , 840.0000 , 57.2633 , 777.7778 , 2.0000 , 1.1515 , 0.7753 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5490 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5498 , cls_71 , 1.0800 , 900.0000 , 88.1709 , 833.3333 , 2.1429 , 1.1663 , 0.8472 , 0.3056 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5513 , cls_71 , 0.8100 , 660.0000 , 42.4284 , 814.8148 , 1.8333 , 1.1347 , 0.6048 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5526 , cls_71 , 8.4600 , 3300.0000 , 183.3226 , 390.0709 , 2.7500 , 1.1838 , 0.8253 , 0.6986 , 8.4600 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5542 , cls_71 , 2.2500 , 960.0000 , 60.5702 , 426.6667 , 1.6000 , 1.0938 , 0.5103 , 0.6467 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5545 , cls_71 , 0.6300 , 480.0000 , 36.2380 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5548 , cls_71 , 1.4400 , 840.0000 , 59.8781 , 583.3333 , 1.7500 , 1.1169 , 0.6866 , 0.5313 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 456.9464 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5558 , cls_71 , 2.0700 , 1020.0000 , 61.6741 , 492.7536 , 1.7000 , 1.1152 , 0.5495 , 0.5942 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5578 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5582 , cls_71 , 2.7900 , 1500.0000 , 82.5044 , 537.6344 , 2.0833 , 1.1580 , 0.6964 , 0.5645 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5586 , cls_71 , 4.4100 , 2580.0000 , 129.7641 , 585.0340 , 3.0714 , 1.2099 , 0.7834 , 0.5306 , 4.4100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5587 , cls_71 , 1.1700 , 780.0000 , 53.6351 , 666.6667 , 1.6250 , 1.1258 , 0.7763 , 0.4872 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5602 , cls_71 , 0.4500 , 540.0000 , 45.2808 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5603 , cls_71 , 4.6800 , 1860.0000 , 105.7535 , 397.4359 , 2.0667 , 1.1423 , 0.6322 , 0.6827 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5608 , cls_71 , 0.9000 , 660.0000 , 64.9958 , 733.3333 , 1.5714 , 1.1216 , 0.8256 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5621 , cls_71 , 0.5400 , 600.0000 , 43.9320 , 1111.1111 , 2.0000 , 1.1661 , 0.7613 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5632 , cls_71 , 0.6300 , 600.0000 , 46.2962 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 456.9464 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5656 , cls_71 , 1.8000 , 900.0000 , 69.1907 , 500.0000 , 1.6667 , 1.1055 , 0.7004 , 0.5833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5678 , cls_71 , 0.6300 , 480.0000 , 38.6744 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5679 , cls_71 , 1.0800 , 1020.0000 , 76.9000 , 944.4444 , 2.4286 , 1.1933 , 0.8694 , 0.2917 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5680 , cls_71 , 2.4300 , 1380.0000 , 71.0113 , 567.9012 , 2.0909 , 1.1573 , 0.7036 , 0.5679 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5683 , cls_71 , 5.1300 , 3000.0000 , 255.2332 , 584.7953 , 3.1250 , 1.2208 , 0.9302 , 0.5088 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5684 , cls_71 , 1.9800 , 1260.0000 , 111.6291 , 636.3636 , 2.1000 , 1.1629 , 0.8679 , 0.4470 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5693 , cls_71 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5698 , cls_71 , 0.7200 , 540.0000 , 38.9581 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5705 , cls_71 , 0.7200 , 540.0000 , 39.6270 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5721 , cls_71 , 0.9000 , 660.0000 , 43.3746 , 733.3333 , 1.5714 , 1.1216 , 0.7170 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5734 , cls_71 , 0.6300 , 420.0000 , 33.6998 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5749 , cls_71 , 0.8100 , 540.0000 , 41.5822 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5751 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 256.3201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5755 , cls_71 , 0.5400 , 420.0000 , 37.5676 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 270.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5762 , cls_71 , 0.8100 , 600.0000 , 42.0562 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5763 , cls_71 , 0.7200 , 420.0000 , 35.2219 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 553.1727 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5767 , cls_71 , 2.6100 , 1140.0000 , 90.7408 , 436.7816 , 1.7273 , 1.1116 , 0.8258 , 0.6092 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5789 , cls_71 , 0.7200 , 420.0000 , 34.4171 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5818 , cls_71 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5874 , cls_71 , 0.6300 , 480.0000 , 35.0310 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5910 , cls_71 , 60.3000 , 14580.0000 , 428.5188 , 241.7910 , 4.6731 , 1.2324 , 0.7541 , 0.8040 , 60.3000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5970 , cls_71 , 13.7700 , 3000.0000 , 159.9426 , 217.8649 , 2.0000 , 1.1189 , 0.5819 , 0.8181 , 13.7700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5972 , cls_71 , 1.2600 , 960.0000 , 90.1762 , 761.9048 , 2.0000 , 1.1610 , 0.8629 , 0.3810 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5973 , cls_71 , 2.4300 , 1320.0000 , 84.4392 , 543.2099 , 2.0000 , 1.1485 , 0.7036 , 0.5556 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5980 , cls_71 , 1.0800 , 540.0000 , 45.4262 , 500.0000 , 1.2857 , 1.0563 , 0.6180 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5982 , cls_71 , 0.9900 , 960.0000 , 66.7095 , 969.6970 , 2.2857 , 1.1914 , 0.7845 , 0.3182 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5984 , cls_71 , 0.9000 , 600.0000 , 59.3872 , 666.6667 , 1.4286 , 1.1006 , 0.8041 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6005 , cls_71 , 2.5200 , 1320.0000 , 86.7066 , 523.8095 , 2.0000 , 1.1444 , 0.6435 , 0.5536 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6010 , cls_71 , 1.1700 , 600.0000 , 46.4948 , 512.8205 , 1.2500 , 1.0698 , 0.5862 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6012 , cls_71 , 2.7900 , 1980.0000 , 110.2541 , 709.6774 , 2.7500 , 1.2123 , 0.8075 , 0.4677 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6027 , cls_71 , 1.2600 , 1080.0000 , 77.7406 , 857.1429 , 2.2500 , 1.1859 , 0.8217 , 0.3214 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6033 , cls_71 , 1.0800 , 600.0000 , 49.2200 , 555.5556 , 1.4286 , 1.0790 , 0.6944 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6035 , cls_71 , 11.1600 , 2760.0000 , 147.2713 , 247.3118 , 2.0000 , 1.1248 , 0.6545 , 0.7930 , 11.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6040 , cls_71 , 1.4400 , 720.0000 , 52.3894 , 500.0000 , 1.5000 , 1.0847 , 0.6082 , 0.5729 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6067 , cls_71 , 0.5400 , 540.0000 , 52.9083 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6068 , cls_71 , 0.9000 , 660.0000 , 55.3638 , 733.3333 , 1.5714 , 1.1216 , 0.8128 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6084 , cls_71 , 0.8100 , 840.0000 , 61.1045 , 1037.0370 , 2.3333 , 1.1883 , 0.8315 , 0.2222 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6085 , cls_71 , 1.3500 , 960.0000 , 54.7266 , 711.1111 , 2.0000 , 1.1526 , 0.6707 , 0.4667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6089 , cls_71 , 0.6300 , 480.0000 , 37.4341 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6099 , cls_71 , 0.9000 , 600.0000 , 49.2306 , 666.6667 , 1.4286 , 1.1006 , 0.7551 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6111 , cls_71 , 1.1700 , 960.0000 , 56.4440 , 820.5128 , 2.0000 , 1.1702 , 0.6322 , 0.3846 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6115 , cls_71 , 0.5400 , 420.0000 , 39.3630 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6116 , cls_71 , 33.4800 , 8160.0000 , 281.2164 , 243.7276 , 3.4872 , 1.1981 , 0.5896 , 0.7979 , 33.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6121 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6123 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6124 , cls_71 , 0.6300 , 600.0000 , 47.4616 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 364.9658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6127 , cls_71 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 331.3608 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6138 , cls_71 , 1.3500 , 720.0000 , 48.0496 , 533.3333 , 1.5000 , 1.0921 , 0.5756 , 0.5556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6145 , cls_71 , 2.1600 , 840.0000 , 60.2518 , 388.8889 , 1.4000 , 1.0715 , 0.5814 , 0.6806 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6147 , cls_71 , 0.9000 , 840.0000 , 53.9448 , 933.3333 , 2.0000 , 1.1745 , 0.6894 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6148 , cls_71 , 0.5400 , 420.0000 , 39.3630 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6151 , cls_71 , 5.0400 , 2700.0000 , 130.8964 , 535.7143 , 3.0000 , 1.2033 , 0.7884 , 0.5863 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6155 , cls_71 , 7.8300 , 2280.0000 , 114.4591 , 291.1877 , 2.0000 , 1.1263 , 0.5569 , 0.7605 , 7.8300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6159 , cls_71 , 0.5400 , 480.0000 , 40.5020 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6162 , cls_71 , 1.2600 , 660.0000 , 60.9434 , 523.8095 , 1.3750 , 1.0816 , 0.7078 , 0.5476 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6164 , cls_71 , 0.8100 , 600.0000 , 47.6141 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6169 , cls_71 , 2.0700 , 1020.0000 , 65.5003 , 492.7536 , 1.7000 , 1.1152 , 0.6555 , 0.6014 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6173 , cls_71 , 1.4400 , 840.0000 , 58.9462 , 583.3333 , 1.7500 , 1.1169 , 0.6866 , 0.5313 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6175 , cls_71 , 2.1600 , 1560.0000 , 106.3925 , 722.2222 , 2.6000 , 1.1956 , 0.8732 , 0.4097 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6180 , cls_71 , 2.1600 , 1380.0000 , 90.8654 , 638.8889 , 2.3000 , 1.1710 , 0.7935 , 0.4792 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6190 , cls_71 , 1.0800 , 780.0000 , 57.8949 , 722.2222 , 1.8571 , 1.1355 , 0.7753 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6194 , cls_71 , 0.5400 , 480.0000 , 37.0246 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6206 , cls_71 , 1.5300 , 1140.0000 , 83.4592 , 745.0980 , 2.1111 , 1.1733 , 0.7958 , 0.4314 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6210 , cls_71 , 1.4400 , 780.0000 , 50.5002 , 541.6667 , 1.6250 , 1.1014 , 0.4907 , 0.5833 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6228 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6232 , cls_71 , 4.6800 , 1320.0000 , 92.4681 , 282.0513 , 1.4667 , 1.0785 , 0.6421 , 0.7660 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6235 , cls_71 , 0.4500 , 600.0000 , 36.2076 , 1333.3333 , 2.0000 , 1.1913 , 0.6817 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6239 , cls_71 , 0.8100 , 420.0000 , 34.8518 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6252 , cls_71 , 3.4200 , 1620.0000 , 100.4604 , 473.6842 , 2.0769 , 1.1502 , 0.7154 , 0.6140 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6254 , cls_71 , 2.5200 , 1740.0000 , 128.0940 , 690.4762 , 2.6364 , 1.1989 , 0.8629 , 0.4583 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6257 , cls_71 , 0.7200 , 720.0000 , 58.8025 , 1000.0000 , 2.0000 , 1.1693 , 0.7736 , 0.2500 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6265 , cls_71 , 1.8000 , 840.0000 , 53.3293 , 466.6667 , 1.5556 , 1.0915 , 0.5103 , 0.6417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6275 , cls_71 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6282 , cls_71 , 0.6300 , 480.0000 , 34.1942 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6283 , cls_71 , 1.6200 , 840.0000 , 61.0012 , 518.5185 , 1.5556 , 1.1033 , 0.6243 , 0.5556 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6284 , cls_71 , 0.9900 , 780.0000 , 69.8413 , 787.8788 , 1.8571 , 1.1463 , 0.8556 , 0.3485 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6289 , cls_71 , 1.0800 , 660.0000 , 55.1018 , 611.1111 , 1.5714 , 1.0996 , 0.7366 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6292 , cls_71 , 3.1500 , 1080.0000 , 71.2659 , 342.8571 , 1.5000 , 1.0810 , 0.4993 , 0.7238 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6298 , cls_71 , 1.0800 , 660.0000 , 48.5619 , 611.1111 , 1.5714 , 1.0996 , 0.7062 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6308 , cls_71 , 0.6300 , 540.0000 , 38.6698 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6309 , cls_71 , 4.1400 , 3120.0000 , 244.7327 , 753.6232 , 3.7143 , 1.2528 , 0.9514 , 0.4384 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6317 , cls_71 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6318 , cls_71 , 1.3500 , 960.0000 , 58.0338 , 711.1111 , 2.0000 , 1.1526 , 0.6707 , 0.4111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6324 , cls_71 , 2.9700 , 1860.0000 , 93.3250 , 626.2626 , 2.5833 , 1.1928 , 0.8133 , 0.4949 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6326 , cls_71 , 14.3100 , 3000.0000 , 159.4837 , 209.6436 , 1.9231 , 1.1153 , 0.7005 , 0.8302 , 14.3100 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6328 , cls_71 , 1.9800 , 1140.0000 , 81.4037 , 575.7576 , 1.9000 , 1.1427 , 0.7112 , 0.5379 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6330 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6347 , cls_71 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6349 , cls_71 , 2.3400 , 1380.0000 , 103.9660 , 589.7436 , 2.0909 , 1.1617 , 0.8676 , 0.5321 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6351 , cls_71 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6354 , cls_71 , 3.4200 , 1200.0000 , 77.0660 , 350.8772 , 1.5385 , 1.0927 , 0.6129 , 0.7105 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6356 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6360 , cls_71 , 1.3500 , 780.0000 , 55.8761 , 577.7778 , 1.6250 , 1.1089 , 0.7384 , 0.5111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6363 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6364 , cls_71 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6366 , cls_71 , 0.5400 , 660.0000 , 54.6257 , 1222.2222 , 2.2000 , 1.1882 , 0.8302 , 0.1667 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 271.6616 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6367 , cls_71 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6368 , cls_71 , 0.4500 , 540.0000 , 37.0835 , 1200.0000 , 1.8000 , 1.1663 , 0.6463 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6371 , cls_71 , 0.8100 , 780.0000 , 52.5611 , 962.9630 , 2.1667 , 1.1718 , 0.8237 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6373 , cls_71 , 0.5400 , 540.0000 , 46.9258 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6384 , cls_71 , 0.7200 , 600.0000 , 49.1247 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6404 , cls_71 , 1.2600 , 780.0000 , 56.8889 , 619.0476 , 1.6250 , 1.1170 , 0.6039 , 0.4881 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6405 , cls_71 , 1.1700 , 780.0000 , 57.2472 , 666.6667 , 1.6250 , 1.1258 , 0.7733 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 432.6662 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6407 , cls_71 , 0.6300 , 480.0000 , 33.2209 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6409 , cls_71 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6417 , cls_71 , 1.3500 , 900.0000 , 86.2694 , 666.6667 , 1.8750 , 1.1390 , 0.8434 , 0.4222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6424 , cls_71 , 0.7200 , 600.0000 , 50.9457 , 833.3333 , 1.6667 , 1.1283 , 0.7963 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6425 , cls_71 , 2.2500 , 1740.0000 , 115.6987 , 773.3333 , 2.9000 , 1.2125 , 0.8498 , 0.4333 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6434 , cls_71 , 2.8800 , 1500.0000 , 78.7680 , 520.8333 , 2.0833 , 1.1544 , 0.6488 , 0.5521 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6436 , cls_71 , 10.7100 , 3120.0000 , 155.3231 , 291.3165 , 2.3636 , 1.1500 , 0.7086 , 0.7591 , 10.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6440 , cls_71 , 0.8100 , 540.0000 , 38.6950 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6442 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6450 , cls_71 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6453 , cls_71 , 0.8100 , 720.0000 , 54.5626 , 888.8889 , 2.0000 , 1.1540 , 0.8121 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6461 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6467 , cls_71 , 1.1700 , 600.0000 , 49.9597 , 512.8205 , 1.2500 , 1.0698 , 0.6689 , 0.5769 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6483 , cls_71 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6484 , cls_71 , 0.6300 , 480.0000 , 39.6042 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6487 , cls_71 , 0.7200 , 420.0000 , 35.9822 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6488 , cls_71 , 0.5400 , 600.0000 , 53.8676 , 1111.1111 , 2.0000 , 1.1661 , 0.8472 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6490 , cls_71 , 0.7200 , 660.0000 , 41.2327 , 916.6667 , 1.8333 , 1.1497 , 0.6488 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6498 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6504 , cls_71 , 1.5300 , 1080.0000 , 93.6650 , 705.8824 , 2.0000 , 1.1620 , 0.8408 , 0.4216 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6506 , cls_71 , 0.7200 , 420.0000 , 34.4171 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6519 , cls_71 , 2.6100 , 1380.0000 , 91.4950 , 528.7356 , 2.0909 , 1.1492 , 0.7522 , 0.5517 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6520 , cls_71 , 7.4700 , 4260.0000 , 165.7456 , 570.2811 , 3.7368 , 1.2424 , 0.8503 , 0.5542 , 7.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6538 , cls_71 , 0.7200 , 780.0000 , 55.1301 , 1083.3333 , 2.1667 , 1.1874 , 0.8244 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6541 , cls_71 , 5.8500 , 3660.0000 , 159.5309 , 625.6410 , 3.5882 , 1.2424 , 0.8157 , 0.5103 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6546 , cls_71 , 0.5400 , 420.0000 , 32.0711 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 283.0194 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6548 , cls_71 , 3.6900 , 1920.0000 , 122.3816 , 520.3252 , 2.4615 , 1.1742 , 0.8200 , 0.5813 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6549 , cls_71 , 0.9900 , 540.0000 , 50.7933 , 545.4545 , 1.2857 , 1.0663 , 0.7357 , 0.5000 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6558 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6566 , cls_71 , 0.6300 , 480.0000 , 42.7536 , 761.9048 , 1.3333 , 1.0945 , 0.7591 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6570 , cls_71 , 0.7200 , 600.0000 , 43.1076 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6571 , cls_71 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6573 , cls_71 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6576 , cls_71 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6577 , cls_71 , 0.7200 , 540.0000 , 45.4837 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6584 , cls_71 , 2.7000 , 780.0000 , 65.5345 , 288.8889 , 1.1818 , 1.0336 , 0.4838 , 0.7389 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6594 , cls_71 , 0.9900 , 720.0000 , 48.3435 , 727.2727 , 1.7143 , 1.1289 , 0.5881 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6609 , cls_71 , 0.8100 , 600.0000 , 43.9161 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6610 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6614 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6646 , cls_71 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6648 , cls_71 , 0.4500 , 480.0000 , 34.8693 , 1066.6667 , 1.6000 , 1.1383 , 0.5103 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6663 , cls_71 , 26.9100 , 11400.0000 , 340.1716 , 423.6343 , 5.4286 , 1.2725 , 0.7894 , 0.6616 , 26.9100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6668 , cls_71 , 2.1600 , 1800.0000 , 144.8894 , 833.3333 , 3.0000 , 1.2242 , 0.9101 , 0.3819 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6670 , cls_71 , 1.8900 , 720.0000 , 55.9375 , 380.9524 , 1.2000 , 1.0547 , 0.4955 , 0.6746 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6672 , cls_71 , 0.7200 , 660.0000 , 61.1940 , 916.6667 , 1.8333 , 1.1497 , 0.8433 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6677 , cls_71 , 0.6300 , 660.0000 , 58.9216 , 1047.6190 , 1.8333 , 1.1673 , 0.8629 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 331.3608 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6684 , cls_71 , 1.6200 , 720.0000 , 53.3581 , 444.4444 , 1.3333 , 1.0715 , 0.6630 , 0.6296 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6694 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 268.3282 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6701 , cls_71 , 9.6300 , 4860.0000 , 180.0102 , 504.6729 , 3.8571 , 1.2379 , 0.7045 , 0.5919 , 9.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6708 , cls_71 , 0.6300 , 600.0000 , 47.6661 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6711 , cls_71 , 0.6300 , 600.0000 , 46.7330 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6724 , cls_71 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6727 , cls_71 , 1.8000 , 840.0000 , 76.1336 , 466.6667 , 1.5556 , 1.0915 , 0.7805 , 0.5917 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6735 , cls_71 , 0.9000 , 480.0000 , 36.9527 , 533.3333 , 1.1429 , 1.0516 , 0.5103 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 256.3201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6746 , cls_71 , 1.7100 , 720.0000 , 53.3472 , 421.0526 , 1.3333 , 1.0656 , 0.6034 , 0.6491 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6748 , cls_71 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6753 , cls_71 , 5.0400 , 2640.0000 , 131.2211 , 523.8095 , 2.9333 , 1.1992 , 0.7398 , 0.5774 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6764 , cls_71 , 0.7200 , 480.0000 , 34.4013 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6765 , cls_71 , 5.8500 , 3120.0000 , 124.7997 , 533.3333 , 3.0588 , 1.2133 , 0.6322 , 0.5795 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6777 , cls_71 , 0.7200 , 420.0000 , 35.0117 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 494.7727 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6781 , cls_71 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6782 , cls_71 , 4.0500 , 1920.0000 , 110.8711 , 474.0741 , 2.2857 , 1.1639 , 0.6817 , 0.5963 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6784 , cls_71 , 0.8100 , 780.0000 , 54.9262 , 962.9630 , 2.1667 , 1.1718 , 0.6903 , 0.2593 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6788 , cls_71 , 0.6300 , 600.0000 , 41.2227 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6798 , cls_71 , 1.4400 , 960.0000 , 63.5975 , 666.6667 , 2.0000 , 1.1448 , 0.7209 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6802 , cls_71 , 0.5400 , 660.0000 , 54.6257 , 1222.2222 , 2.2000 , 1.1882 , 0.8302 , 0.1667 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6803 , cls_71 , 0.7200 , 780.0000 , 71.5160 , 1083.3333 , 2.1667 , 1.1874 , 0.8855 , 0.2083 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6804 , cls_71 , 2.4300 , 1980.0000 , 98.5265 , 814.8148 , 3.0000 , 1.2288 , 0.6846 , 0.3519 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6805 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6817 , cls_71 , 0.8100 , 600.0000 , 45.9624 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6821 , cls_71 , 1.0800 , 600.0000 , 47.6401 , 555.5556 , 1.4286 , 1.0790 , 0.7062 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6824 , cls_71 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6832 , cls_71 , 0.7200 , 540.0000 , 39.6884 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6843 , cls_71 , 1.5300 , 1320.0000 , 79.7804 , 862.7451 , 2.4444 , 1.2037 , 0.8150 , 0.3725 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6846 , cls_71 , 1.5300 , 1020.0000 , 71.0228 , 666.6667 , 1.8889 , 1.1502 , 0.7595 , 0.4608 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6854 , cls_71 , 3.0600 , 1560.0000 , 85.4450 , 509.8039 , 2.1667 , 1.1552 , 0.7014 , 0.6029 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6861 , cls_71 , 0.8100 , 660.0000 , 49.4453 , 814.8148 , 1.8333 , 1.1347 , 0.6630 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6865 , cls_71 , 0.5400 , 540.0000 , 39.2705 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6882 , cls_71 , 0.9000 , 720.0000 , 61.1075 , 800.0000 , 1.7143 , 1.1407 , 0.8041 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6888 , cls_71 , 1.2600 , 960.0000 , 55.7354 , 761.9048 , 2.0000 , 1.1610 , 0.6039 , 0.4167 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6896 , cls_71 , 0.7200 , 780.0000 , 45.3928 , 1083.3333 , 2.1667 , 1.1874 , 0.7516 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6898 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6901 , cls_71 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6906 , cls_71 , 0.5400 , 480.0000 , 42.4118 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6907 , cls_71 , 2.4300 , 1080.0000 , 76.2663 , 444.4444 , 1.6364 , 1.1088 , 0.6456 , 0.6173 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6914 , cls_71 , 1.0800 , 600.0000 , 47.3519 , 555.5556 , 1.4286 , 1.0790 , 0.5506 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6916 , cls_71 , 10.5300 , 4800.0000 , 183.3571 , 455.8405 , 3.6364 , 1.2262 , 0.8024 , 0.6197 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6935 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6937 , cls_71 , 1.4400 , 1020.0000 , 77.1063 , 708.3333 , 2.1250 , 1.1574 , 0.7453 , 0.3958 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6940 , cls_71 , 1.2600 , 900.0000 , 52.0334 , 714.2857 , 1.8750 , 1.1473 , 0.6039 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6950 , cls_71 , 1.0800 , 900.0000 , 57.1694 , 833.3333 , 2.1429 , 1.1663 , 0.7062 , 0.3472 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6962 , cls_71 , 1.0800 , 660.0000 , 42.5482 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6971 , cls_71 , 0.6300 , 480.0000 , 41.5469 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6972 , cls_71 , 0.7200 , 540.0000 , 51.8938 , 750.0000 , 1.5000 , 1.1046 , 0.8078 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6973 , cls_71 , 0.7200 , 540.0000 , 47.4067 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6975 , cls_71 , 1.1700 , 600.0000 , 48.3303 , 512.8205 , 1.2500 , 1.0698 , 0.6322 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6982 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6983 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6985 , cls_71 , 4.3200 , 1140.0000 , 88.1783 , 263.8889 , 1.3571 , 1.0592 , 0.5814 , 0.7778 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6989 , cls_71 , 0.9000 , 900.0000 , 51.3399 , 1000.0000 , 2.1429 , 1.1897 , 0.6894 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7002 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7008 , cls_71 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7011 , cls_71 , 1.4400 , 960.0000 , 73.6088 , 666.6667 , 2.0000 , 1.1448 , 0.7711 , 0.4688 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7012 , cls_71 , 6.6600 , 3000.0000 , 145.0104 , 450.4505 , 2.7778 , 1.1921 , 0.8299 , 0.6441 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7014 , cls_71 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7018 , cls_71 , 2.6100 , 1140.0000 , 84.0657 , 436.7816 , 1.7273 , 1.1116 , 0.7471 , 0.6264 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7021 , cls_71 , 3.2400 , 1140.0000 , 85.1782 , 351.8519 , 1.5833 , 1.0885 , 0.5593 , 0.7037 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7029 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7032 , cls_71 , 1.5300 , 780.0000 , 58.5974 , 509.8039 , 1.4444 , 1.0945 , 0.7360 , 0.5784 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7038 , cls_71 , 3.0600 , 2340.0000 , 121.3613 , 764.7059 , 3.2500 , 1.2338 , 0.8142 , 0.3873 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7052 , cls_71 , 0.6300 , 600.0000 , 44.5386 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7061 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7062 , cls_71 , 1.1700 , 600.0000 , 48.3610 , 512.8205 , 1.2500 , 1.0698 , 0.6689 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7071 , cls_71 , 0.4500 , 420.0000 , 31.3192 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7079 , cls_71 , 5.3100 , 1800.0000 , 98.0023 , 338.9831 , 1.8750 , 1.1230 , 0.6388 , 0.7232 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7083 , cls_71 , 0.6300 , 480.0000 , 37.4341 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7088 , cls_71 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7104 , cls_71 , 1.0800 , 540.0000 , 42.2363 , 500.0000 , 1.2857 , 1.0563 , 0.5225 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7114 , cls_71 , 0.6300 , 480.0000 , 37.3024 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7116 , cls_71 , 1.9800 , 1260.0000 , 76.2796 , 636.3636 , 2.1000 , 1.1629 , 0.8120 , 0.5152 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7120 , cls_71 , 1.5300 , 900.0000 , 65.8699 , 588.2353 , 1.6667 , 1.1242 , 0.8134 , 0.5000 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7121 , cls_71 , 0.8100 , 480.0000 , 37.2189 , 592.5926 , 1.3333 , 1.0639 , 0.5593 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7125 , cls_71 , 0.7200 , 600.0000 , 56.5435 , 833.3333 , 1.6667 , 1.1283 , 0.7963 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7142 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7149 , cls_71 , 10.7100 , 4620.0000 , 174.7669 , 431.3725 , 3.5000 , 1.2178 , 0.7184 , 0.6583 , 10.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7155 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7158 , cls_71 , 3.1500 , 1560.0000 , 90.8186 , 495.2381 , 2.1667 , 1.1520 , 0.6435 , 0.6000 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7165 , cls_71 , 0.9900 , 660.0000 , 56.8836 , 666.6667 , 1.5714 , 1.1100 , 0.7357 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7169 , cls_71 , 0.5400 , 480.0000 , 44.0957 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7171 , cls_71 , 0.7200 , 480.0000 , 42.5542 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7172 , cls_71 , 0.8100 , 480.0000 , 37.7746 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7183 , cls_71 , 0.7200 , 720.0000 , 54.1585 , 1000.0000 , 2.0000 , 1.1693 , 0.7453 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7188 , cls_71 , 0.5400 , 480.0000 , 34.3237 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7201 , cls_71 , 6.6600 , 1620.0000 , 105.9425 , 243.2432 , 1.5000 , 1.0812 , 0.5289 , 0.7905 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7210 , cls_71 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7213 , cls_71 , 1.9800 , 1080.0000 , 64.8443 , 545.4545 , 1.8000 , 1.1317 , 0.5690 , 0.5530 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7214 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7215 , cls_71 , 0.7200 , 780.0000 , 57.8808 , 1083.3333 , 2.1667 , 1.1874 , 0.7736 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7222 , cls_71 , 0.9000 , 600.0000 , 48.0965 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7227 , cls_71 , 3.8700 , 1920.0000 , 112.7545 , 496.1240 , 2.2857 , 1.1689 , 0.7262 , 0.6047 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7235 , cls_71 , 0.9000 , 480.0000 , 41.8547 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7238 , cls_71 , 31.2300 , 5460.0000 , 237.1653 , 174.8319 , 2.3947 , 1.1412 , 0.5364 , 0.8492 , 31.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7239 , cls_71 , 1.0800 , 720.0000 , 51.2407 , 666.6667 , 1.7143 , 1.1183 , 0.6273 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7241 , cls_71 , 1.9800 , 1200.0000 , 73.3764 , 606.0606 , 2.0000 , 1.1530 , 0.7812 , 0.5227 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7246 , cls_71 , 0.9000 , 840.0000 , 58.2550 , 933.3333 , 2.0000 , 1.1745 , 0.7551 , 0.2833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7263 , cls_71 , 0.6300 , 660.0000 , 46.4075 , 1047.6190 , 1.8333 , 1.1673 , 0.7591 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7271 , cls_71 , 8.3700 , 2160.0000 , 130.8001 , 258.0645 , 1.8000 , 1.1101 , 0.6356 , 0.7849 , 8.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7272 , cls_71 , 1.4400 , 840.0000 , 57.0818 , 583.3333 , 1.7500 , 1.1169 , 0.6488 , 0.5208 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7274 , cls_71 , 1.4400 , 960.0000 , 82.0250 , 666.6667 , 2.0000 , 1.1448 , 0.7603 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7277 , cls_71 , 3.3300 , 1680.0000 , 95.2801 , 504.5045 , 2.1538 , 1.1601 , 0.7735 , 0.5856 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7280 , cls_71 , 0.7200 , 660.0000 , 47.0102 , 916.6667 , 1.8333 , 1.1497 , 0.7516 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7284 , cls_71 , 0.5400 , 540.0000 , 49.3994 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7285 , cls_71 , 3.1500 , 1200.0000 , 85.0616 , 380.9524 , 1.6667 , 1.1014 , 0.7009 , 0.6857 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7288 , cls_71 , 2.7900 , 1140.0000 , 74.4303 , 408.6022 , 1.5833 , 1.1044 , 0.5931 , 0.6613 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7290 , cls_71 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7296 , cls_71 , 0.9900 , 480.0000 , 39.7998 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7297 , cls_71 , 1.3500 , 900.0000 , 50.5820 , 666.6667 , 1.8750 , 1.1390 , 0.5342 , 0.5000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7298 , cls_71 , 0.8100 , 840.0000 , 59.7035 , 1037.0370 , 2.3333 , 1.1883 , 0.8121 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7301 , cls_71 , 1.4400 , 780.0000 , 74.8523 , 541.6667 , 1.6250 , 1.1014 , 0.7711 , 0.5208 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7308 , cls_71 , 3.8700 , 1680.0000 , 102.0538 , 434.1085 , 2.0000 , 1.1436 , 0.7329 , 0.6512 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7316 , cls_71 , 1.2600 , 1140.0000 , 74.1833 , 904.7619 , 2.3750 , 1.1974 , 0.7772 , 0.3214 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7319 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7321 , cls_71 , 0.8100 , 660.0000 , 55.0217 , 814.8148 , 1.8333 , 1.1347 , 0.7205 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7325 , cls_71 , 20.9700 , 7200.0000 , 287.1071 , 343.3476 , 3.8710 , 1.2234 , 0.8201 , 0.7217 , 20.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7332 , cls_71 , 0.5400 , 540.0000 , 41.3948 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7337 , cls_71 , 1.4400 , 900.0000 , 70.6731 , 625.0000 , 1.8750 , 1.1313 , 0.7711 , 0.4896 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7344 , cls_71 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7347 , cls_71 , 0.5400 , 540.0000 , 48.9907 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7349 , cls_71 , 10.7100 , 1980.0000 , 144.6627 , 184.8739 , 1.5000 , 1.0715 , 0.6259 , 0.8389 , 10.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7351 , cls_71 , 0.4500 , 480.0000 , 33.6384 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7356 , cls_71 , 2.0700 , 780.0000 , 68.9316 , 376.8116 , 1.3000 , 1.0612 , 0.6339 , 0.6667 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7358 , cls_71 , 0.8100 , 420.0000 , 36.2715 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7359 , cls_71 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7363 , cls_71 , 0.6300 , 480.0000 , 35.0995 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7369 , cls_71 , 8.1000 , 3180.0000 , 148.9828 , 392.5926 , 2.7895 , 1.1818 , 0.7353 , 0.6815 , 8.1000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7375 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7392 , cls_71 , 1.1700 , 780.0000 , 54.8835 , 666.6667 , 1.6250 , 1.1258 , 0.7733 , 0.4487 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7400 , cls_71 , 2.8800 , 1440.0000 , 91.4620 , 500.0000 , 2.0000 , 1.1465 , 0.7603 , 0.6042 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7402 , cls_71 , 0.5400 , 480.0000 , 41.7873 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7404 , cls_71 , 1.8900 , 1440.0000 , 106.9443 , 761.9048 , 2.4000 , 1.1955 , 0.8252 , 0.3968 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7405 , cls_71 , 1.8900 , 780.0000 , 67.7064 , 412.6984 , 1.3000 , 1.0710 , 0.7029 , 0.6429 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7410 , cls_71 , 0.7200 , 540.0000 , 40.9515 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7412 , cls_71 , 1.1700 , 900.0000 , 48.9989 , 769.2308 , 1.8750 , 1.1564 , 0.5963 , 0.4231 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7416 , cls_71 , 1.2600 , 840.0000 , 55.5912 , 666.6667 , 1.7500 , 1.1327 , 0.7258 , 0.4881 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7419 , cls_71 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7422 , cls_71 , 0.7200 , 540.0000 , 41.4756 , 750.0000 , 1.5000 , 1.1046 , 0.7453 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7431 , cls_71 , 2.4300 , 1560.0000 , 84.7360 , 641.9753 , 2.3636 , 1.1816 , 0.7356 , 0.4753 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7433 , cls_71 , 1.0800 , 660.0000 , 44.6631 , 611.1111 , 1.5714 , 1.0996 , 0.6180 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7438 , cls_71 , 0.5400 , 420.0000 , 37.5676 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7446 , cls_71 , 1.2600 , 720.0000 , 55.1622 , 571.4286 , 1.5000 , 1.1000 , 0.7258 , 0.5357 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7450 , cls_71 , 8.0100 , 4680.0000 , 182.0862 , 584.2697 , 4.1053 , 1.2514 , 0.7568 , 0.5524 , 8.0100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7455 , cls_71 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7460 , cls_71 , 0.9900 , 480.0000 , 38.3614 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7468 , cls_71 , 0.7200 , 420.0000 , 32.8556 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7473 , cls_71 , 0.8100 , 600.0000 , 49.8865 , 740.7407 , 1.6667 , 1.1135 , 0.7205 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7480 , cls_71 , 3.0600 , 1680.0000 , 94.9688 , 549.0196 , 2.3333 , 1.1696 , 0.7660 , 0.5588 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7488 , cls_71 , 1.7100 , 1440.0000 , 80.5863 , 842.1053 , 2.6667 , 1.2078 , 0.8065 , 0.3509 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7489 , cls_71 , 0.5400 , 480.0000 , 37.0246 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7492 , cls_71 , 1.5300 , 900.0000 , 64.7126 , 588.2353 , 1.6667 , 1.1242 , 0.6817 , 0.5294 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7496 , cls_71 , 1.1700 , 900.0000 , 76.3325 , 769.2308 , 1.8750 , 1.1564 , 0.8535 , 0.3718 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7500 , cls_71 , 0.8100 , 540.0000 , 40.7869 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7502 , cls_71 , 0.8100 , 360.0000 , 32.1895 , 444.4444 , 1.0000 , 1.0000 , 0.3634 , 0.5926 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7504 , cls_71 , 1.7100 , 1260.0000 , 72.2516 , 736.8421 , 2.3333 , 1.1804 , 0.7718 , 0.4298 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7510 , cls_71 , 1.3500 , 1140.0000 , 69.8342 , 844.4444 , 2.3750 , 1.1887 , 0.7753 , 0.3556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7511 , cls_71 , 2.2500 , 1500.0000 , 77.8718 , 666.6667 , 2.5000 , 1.1829 , 0.6817 , 0.4533 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7525 , cls_71 , 2.3400 , 1260.0000 , 71.7368 , 538.4615 , 1.9091 , 1.1436 , 0.7070 , 0.5577 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7526 , cls_71 , 0.9000 , 720.0000 , 67.4938 , 800.0000 , 1.7143 , 1.1407 , 0.8256 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7528 , cls_71 , 1.4400 , 780.0000 , 63.4050 , 541.6667 , 1.6250 , 1.1014 , 0.7603 , 0.5521 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7531 , cls_71 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7538 , cls_71 , 1.4400 , 720.0000 , 57.6492 , 500.0000 , 1.5000 , 1.0847 , 0.6660 , 0.5729 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7548 , cls_71 , 1.6200 , 780.0000 , 55.6579 , 481.4815 , 1.4444 , 1.0880 , 0.6048 , 0.6111 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7553 , cls_71 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7560 , cls_71 , 0.6300 , 540.0000 , 43.4745 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7562 , cls_71 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7573 , cls_71 , 1.7100 , 660.0000 , 54.5810 , 385.9649 , 1.2222 , 1.0477 , 0.5348 , 0.6667 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7592 , cls_71 , 2.2500 , 1200.0000 , 72.9859 , 533.3333 , 2.0000 , 1.1383 , 0.5698 , 0.5600 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7594 , cls_71 , 1.8000 , 900.0000 , 63.2155 , 500.0000 , 1.6667 , 1.1055 , 0.6559 , 0.6000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7616 , cls_71 , 2.7900 , 1320.0000 , 86.8385 , 473.1183 , 1.8333 , 1.1330 , 0.7965 , 0.5914 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7617 , cls_71 , 0.4500 , 540.0000 , 40.3503 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7622 , cls_71 , 1.1700 , 720.0000 , 54.6456 , 615.3846 , 1.5000 , 1.1087 , 0.6689 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7638 , cls_71 , 1.4400 , 900.0000 , 59.0719 , 625.0000 , 1.8750 , 1.1313 , 0.6866 , 0.5104 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7651 , cls_71 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7665 , cls_71 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7666 , cls_71 , 0.7200 , 540.0000 , 38.7617 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7667 , cls_71 , 0.6300 , 420.0000 , 35.6454 , 666.6667 , 1.1667 , 1.0640 , 0.6572 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7672 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7675 , cls_71 , 1.0800 , 540.0000 , 43.5027 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7686 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7687 , cls_71 , 0.7200 , 540.0000 , 43.2584 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7690 , cls_71 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7700 , cls_71 , 0.5400 , 480.0000 , 42.2327 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7707 , cls_71 , 0.4500 , 480.0000 , 41.3902 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7709 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7717 , cls_71 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7730 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7733 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7734 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7739 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7740 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7746 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7754 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7759 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7770 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2 , cls_42 , 319.8600 , 58080.0000 , 897.6294 , 181.5794 , 8.0667 , 1.2796 , 0.6794 , 0.8509 , 319.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4 , cls_42 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 12 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 13 , cls_42 , 1.3500 , 600.0000 , 48.6233 , 444.4444 , 1.2500 , 1.0537 , 0.5756 , 0.6111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 14 , cls_42 , 5.3100 , 1560.0000 , 111.9792 , 293.7853 , 1.6250 , 1.0967 , 0.6921 , 0.7514 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 21 , cls_42 , 1.0800 , 480.0000 , 41.4288 , 444.4444 , 1.1429 , 1.0310 , 0.5506 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 23 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 26 , cls_42 , 0.8100 , 540.0000 , 39.0951 , 666.6667 , 1.5000 , 1.0901 , 0.5416 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 28 , cls_42 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 30 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 31 , cls_42 , 3.7800 , 1260.0000 , 104.0560 , 333.3333 , 1.6154 , 1.0916 , 0.7326 , 0.7103 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 33 , cls_42 , 341.2800 , 52020.0000 , 1177.5467 , 152.4262 , 6.9919 , 1.2595 , 0.8112 , 0.8763 , 341.2800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 39 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 41 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 46 , cls_42 , 15.1200 , 2880.0000 , 160.4965 , 190.4762 , 1.8462 , 1.1033 , 0.4967 , 0.8393 , 15.1200 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 49 , cls_42 , 41.5800 , 8940.0000 , 353.4408 , 215.0072 , 3.4651 , 1.1922 , 0.7957 , 0.8196 , 41.5800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 51 , cls_42 , 0.9900 , 540.0000 , 44.1070 , 545.4545 , 1.2857 , 1.0663 , 0.5623 , 0.5152 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 53 , cls_42 , 159.9300 , 27060.0000 , 616.7779 , 169.1990 , 5.3059 , 1.2348 , 0.6570 , 0.8599 , 159.9300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 60 , cls_42 , 37.3500 , 7500.0000 , 294.8308 , 200.8032 , 3.0488 , 1.1747 , 0.7179 , 0.8382 , 37.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 65 , cls_42 , 1.0800 , 540.0000 , 43.0372 , 500.0000 , 1.2857 , 1.0563 , 0.5225 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 70 , cls_42 , 102.6900 , 18420.0000 , 582.9050 , 179.3748 , 4.5147 , 1.2187 , 0.7331 , 0.8513 , 102.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 72 , cls_42 , 1.2600 , 600.0000 , 47.8683 , 476.1905 , 1.2500 , 1.0614 , 0.6435 , 0.6071 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 74 , cls_42 , 749.3400 , 141060.0000 , 1425.9677 , 188.2457 , 12.8470 , 1.3229 , 0.6271 , 0.8453 , 749.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 77 , cls_42 , 5.8500 , 1260.0000 , 96.4614 , 215.3846 , 1.2353 , 1.0481 , 0.5712 , 0.8154 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 79 , cls_42 , 1.1700 , 600.0000 , 46.7231 , 512.8205 , 1.2500 , 1.0698 , 0.5132 , 0.5385 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 86 , cls_42 , 17.7300 , 3300.0000 , 189.4560 , 186.1252 , 1.8966 , 1.1113 , 0.6865 , 0.8460 , 17.7300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 91 , cls_42 , 24.5700 , 5280.0000 , 259.5433 , 214.8962 , 2.5882 , 1.1578 , 0.7721 , 0.8242 , 24.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 99 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 102 , cls_42 , 1.0800 , 600.0000 , 45.0612 , 555.5556 , 1.4286 , 1.0790 , 0.4731 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 104 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 105 , cls_42 , 10.4400 , 3900.0000 , 155.2980 , 373.5632 , 2.9545 , 1.1911 , 0.6710 , 0.7011 , 10.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 118 , cls_42 , 2.1600 , 1200.0000 , 80.7613 , 555.5556 , 2.0000 , 1.1430 , 0.6605 , 0.5347 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 268.3282 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 161 , cls_42 , 1.0800 , 540.0000 , 45.8011 , 500.0000 , 1.2857 , 1.0563 , 0.6273 , 0.5556 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 167 , cls_42 , 1.2600 , 780.0000 , 64.6709 , 619.0476 , 1.6250 , 1.1170 , 0.7078 , 0.4881 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 176 , cls_42 , 8.7300 , 2760.0000 , 193.9300 , 316.1512 , 2.3000 , 1.1491 , 0.8184 , 0.7354 , 8.7300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 192 , cls_42 , 14.2200 , 2640.0000 , 170.4656 , 185.6540 , 1.6923 , 1.0944 , 0.6131 , 0.8502 , 14.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 207 , cls_42 , 1.0800 , 840.0000 , 60.0138 , 777.7778 , 2.0000 , 1.1515 , 0.7649 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 224 , cls_42 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 225 , cls_42 , 0.9900 , 600.0000 , 45.4275 , 606.0606 , 1.4286 , 1.0892 , 0.6584 , 0.5152 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 241 , cls_42 , 115.3800 , 23400.0000 , 485.9516 , 202.8081 , 5.4167 , 1.2428 , 0.5627 , 0.8306 , 115.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 250 , cls_42 , 2.3400 , 1320.0000 , 78.4389 , 564.1026 , 2.0000 , 1.1528 , 0.7566 , 0.5641 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 253 , cls_42 , 1.8900 , 780.0000 , 58.5873 , 412.6984 , 1.3000 , 1.0710 , 0.5886 , 0.6587 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 261 , cls_42 , 1.1700 , 540.0000 , 44.2044 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6026 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 269 , cls_42 , 4.0500 , 1800.0000 , 100.1703 , 444.4444 , 2.1429 , 1.1517 , 0.7541 , 0.6222 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 270 , cls_42 , 4.0500 , 1260.0000 , 87.9235 , 311.1111 , 1.5000 , 1.0845 , 0.6076 , 0.7481 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 281 , cls_42 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 285 , cls_42 , 1.5300 , 1080.0000 , 79.6731 , 705.8824 , 2.0000 , 1.1620 , 0.7568 , 0.4216 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 301 , cls_42 , 10.1700 , 1980.0000 , 134.6359 , 194.6903 , 1.5000 , 1.0763 , 0.5403 , 0.8319 , 10.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 304 , cls_42 , 9.0900 , 2700.0000 , 139.5518 , 297.0297 , 2.1429 , 1.1412 , 0.6945 , 0.7541 , 9.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 310 , cls_42 , 6.6600 , 3420.0000 , 150.2571 , 513.5135 , 3.1667 , 1.2157 , 0.7938 , 0.5901 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 338 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 339 , cls_42 , 0.6300 , 420.0000 , 35.6269 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 342 , cls_42 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 352 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 362 , cls_42 , 3.9600 , 1800.0000 , 137.3947 , 454.5455 , 2.1429 , 1.1541 , 0.7940 , 0.6174 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 380 , cls_42 , 2.0700 , 720.0000 , 62.3669 , 347.8261 , 1.2000 , 1.0451 , 0.5933 , 0.6884 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 390 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 409 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 412 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 425 , cls_42 , 1.9800 , 1140.0000 , 75.6035 , 575.7576 , 1.9000 , 1.1427 , 0.6704 , 0.5455 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 426 , cls_42 , 2.7900 , 900.0000 , 70.6059 , 322.5806 , 1.2500 , 1.0582 , 0.6053 , 0.7258 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 440 , cls_42 , 2.2500 , 1200.0000 , 73.7119 , 533.3333 , 2.0000 , 1.1383 , 0.7080 , 0.5667 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 454 , cls_42 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 462 , cls_42 , 2.4300 , 1080.0000 , 67.9796 , 444.4444 , 1.6364 , 1.1088 , 0.5955 , 0.6235 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 469 , cls_42 , 0.5400 , 420.0000 , 32.0783 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 479 , cls_42 , 0.5400 , 420.0000 , 33.6893 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 482 , cls_42 , 60.0300 , 10440.0000 , 343.4709 , 173.9130 , 3.3462 , 1.1826 , 0.6075 , 0.8556 , 60.0300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 499 , cls_42 , 1.8900 , 960.0000 , 74.2962 , 507.9365 , 1.6000 , 1.1132 , 0.7861 , 0.5714 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 500 , cls_42 , 0.7200 , 420.0000 , 35.0117 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 501 , cls_42 , 1.7100 , 1020.0000 , 65.5891 , 596.4912 , 1.8889 , 1.1370 , 0.5435 , 0.5088 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 545 , cls_42 , 0.8100 , 720.0000 , 56.4334 , 888.8889 , 2.0000 , 1.1540 , 0.7453 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 283.0194 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 546 , cls_42 , 4.0500 , 1380.0000 , 104.4628 , 340.7407 , 1.6429 , 1.1016 , 0.7047 , 0.7111 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 549 , cls_42 , 1.1700 , 660.0000 , 55.2267 , 564.1026 , 1.3750 , 1.0902 , 0.6689 , 0.5128 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 550 , cls_42 , 1.4400 , 840.0000 , 56.9280 , 583.3333 , 1.7500 , 1.1169 , 0.6660 , 0.5313 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 560 , cls_42 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 570 , cls_42 , 7.7400 , 2280.0000 , 123.6288 , 294.5736 , 2.0000 , 1.1274 , 0.6410 , 0.7539 , 7.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 597 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 603 , cls_42 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 605 , cls_42 , 5.0400 , 2040.0000 , 117.3096 , 404.7619 , 2.2667 , 1.1516 , 0.6146 , 0.6548 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 640 , cls_42 , 1.9800 , 660.0000 , 53.3482 , 333.3333 , 1.1000 , 1.0322 , 0.3168 , 0.7121 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 653 , cls_42 , 1.3500 , 660.0000 , 52.7250 , 488.8889 , 1.3750 , 1.0738 , 0.6707 , 0.5889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 659 , cls_42 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 661 , cls_42 , 13.5000 , 4980.0000 , 230.7101 , 368.8889 , 3.3200 , 1.2066 , 0.7477 , 0.7011 , 13.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 665 , cls_42 , 8.2800 , 3300.0000 , 136.6950 , 398.5507 , 2.7500 , 1.1860 , 0.6172 , 0.6649 , 8.2800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 683 , cls_42 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 687 , cls_42 , 3.2400 , 1680.0000 , 92.3312 , 518.5185 , 2.3333 , 1.1632 , 0.7135 , 0.6019 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 702 , cls_42 , 6.7500 , 1800.0000 , 106.9628 , 266.6667 , 1.6667 , 1.0988 , 0.5078 , 0.7800 , 6.7500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 730 , cls_42 , 2.6100 , 1380.0000 , 124.1917 , 528.7356 , 2.0909 , 1.1492 , 0.8789 , 0.5345 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 732 , cls_42 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 734 , cls_42 , 0.7200 , 540.0000 , 43.2584 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 740 , cls_42 , 0.9900 , 720.0000 , 61.1183 , 727.2727 , 1.7143 , 1.1289 , 0.7845 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 330.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 744 , cls_42 , 6.4800 , 3000.0000 , 137.0149 , 462.9630 , 2.9412 , 1.1951 , 0.7736 , 0.6042 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 776 , cls_42 , 1.4400 , 900.0000 , 72.0923 , 625.0000 , 1.8750 , 1.1313 , 0.7247 , 0.4792 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 781 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 830 , cls_42 , 1.3500 , 720.0000 , 57.2073 , 533.3333 , 1.5000 , 1.0921 , 0.6396 , 0.5444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 842 , cls_42 , 12.0600 , 2580.0000 , 144.9407 , 213.9303 , 1.7917 , 1.1058 , 0.5985 , 0.8308 , 12.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 849 , cls_42 , 17.9100 , 5280.0000 , 249.3695 , 294.8074 , 3.0345 , 1.1881 , 0.8221 , 0.7638 , 17.9100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 859 , cls_42 , 3.1500 , 1440.0000 , 100.8125 , 457.1429 , 2.0000 , 1.1366 , 0.7983 , 0.6238 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 862 , cls_42 , 0.6300 , 600.0000 , 47.7734 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 866 , cls_42 , 2.1600 , 960.0000 , 67.0165 , 444.4444 , 1.6000 , 1.0983 , 0.6273 , 0.6319 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 880 , cls_42 , 9.1800 , 3060.0000 , 133.5942 , 333.3333 , 2.4286 , 1.1621 , 0.6555 , 0.7386 , 9.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 887 , cls_42 , 1.0800 , 540.0000 , 43.1435 , 500.0000 , 1.2857 , 1.0563 , 0.5225 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 893 , cls_42 , 2.9700 , 1680.0000 , 100.1770 , 565.6566 , 2.3333 , 1.1730 , 0.7823 , 0.5606 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 894 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 901 , cls_42 , 1.1700 , 600.0000 , 46.2559 , 512.8205 , 1.2500 , 1.0698 , 0.5132 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 903 , cls_42 , 0.9900 , 540.0000 , 41.3038 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 910 , cls_42 , 0.4500 , 540.0000 , 38.5674 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 918 , cls_42 , 3.1500 , 2040.0000 , 105.6581 , 647.6190 , 2.8333 , 1.2038 , 0.7496 , 0.5000 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 923 , cls_42 , 3.6000 , 1740.0000 , 102.4381 , 483.3333 , 2.2308 , 1.1582 , 0.8049 , 0.6125 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 933 , cls_42 , 0.9000 , 480.0000 , 38.2744 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 951 , cls_42 , 4.8600 , 1740.0000 , 92.2819 , 358.0247 , 1.9333 , 1.1260 , 0.4981 , 0.7099 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 957 , cls_42 , 0.9000 , 540.0000 , 43.3139 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 964 , cls_42 , 2.7000 , 1260.0000 , 81.7730 , 466.6667 , 1.9091 , 1.1276 , 0.7191 , 0.6111 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1000 , cls_42 , 1.1700 , 660.0000 , 47.5081 , 564.1026 , 1.3750 , 1.0902 , 0.6322 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1003 , cls_42 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1013 , cls_42 , 0.9900 , 480.0000 , 39.5102 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1017 , cls_42 , 5.5800 , 2160.0000 , 115.7648 , 387.0968 , 2.2500 , 1.1513 , 0.6149 , 0.6801 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1021 , cls_42 , 0.9900 , 420.0000 , 37.5926 , 424.2424 , 1.0000 , 1.0117 , 0.4398 , 0.6212 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1023 , cls_42 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1027 , cls_42 , 180.9900 , 21240.0000 , 587.2023 , 117.3545 , 3.9333 , 1.1906 , 0.6521 , 0.9033 , 180.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1044 , cls_42 , 0.5400 , 420.0000 , 30.1379 , 777.7778 , 1.4000 , 1.0831 , 0.5506 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1046 , cls_42 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1051 , cls_42 , 1.4400 , 840.0000 , 61.4395 , 583.3333 , 1.7500 , 1.1169 , 0.6156 , 0.4896 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1053 , cls_42 , 1.3500 , 780.0000 , 48.8890 , 577.7778 , 1.6250 , 1.1089 , 0.5225 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1058 , cls_42 , 6.3900 , 2880.0000 , 156.0690 , 450.7042 , 2.8235 , 1.1892 , 0.7670 , 0.6268 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1059 , cls_42 , 13.2300 , 2760.0000 , 148.2661 , 208.6168 , 1.8400 , 1.1086 , 0.5435 , 0.8254 , 13.2300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1071 , cls_42 , 115.4700 , 21300.0000 , 572.5205 , 184.4635 , 4.9306 , 1.2293 , 0.7465 , 0.8483 , 115.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1079 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1086 , cls_42 , 8.3700 , 2100.0000 , 122.7790 , 250.8961 , 1.7500 , 1.1051 , 0.5598 , 0.7921 , 8.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1105 , cls_42 , 1.1700 , 600.0000 , 44.1196 , 512.8205 , 1.2500 , 1.0698 , 0.5132 , 0.5769 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1110 , cls_42 , 7.6500 , 2580.0000 , 145.1202 , 337.2549 , 2.2632 , 1.1506 , 0.7731 , 0.7196 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1112 , cls_42 , 0.9900 , 720.0000 , 53.7629 , 727.2727 , 1.7143 , 1.1289 , 0.7307 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1117 , cls_42 , 1.8900 , 960.0000 , 76.8496 , 507.9365 , 1.6000 , 1.1132 , 0.6996 , 0.5714 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1118 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1125 , cls_42 , 19.7100 , 7560.0000 , 248.3069 , 383.5616 , 4.2000 , 1.2376 , 0.7596 , 0.7002 , 19.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1137 , cls_42 , 0.8100 , 540.0000 , 42.1057 , 666.6667 , 1.5000 , 1.0901 , 0.6419 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1153 , cls_42 , 8.6400 , 3720.0000 , 196.3033 , 430.5556 , 3.1000 , 1.2027 , 0.7852 , 0.6597 , 8.6400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1158 , cls_42 , 9.7200 , 4920.0000 , 175.2351 , 506.1728 , 3.9048 , 1.2390 , 0.7182 , 0.6080 , 9.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1168 , cls_42 , 1.9800 , 1560.0000 , 72.1665 , 787.8788 , 2.6000 , 1.2061 , 0.5881 , 0.4091 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1169 , cls_42 , 1.1700 , 900.0000 , 87.6271 , 769.2308 , 1.8750 , 1.1564 , 0.8481 , 0.3590 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1185 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1192 , cls_42 , 21.6900 , 6180.0000 , 234.2988 , 284.9239 , 3.2188 , 1.1952 , 0.7061 , 0.7635 , 21.6900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1193 , cls_42 , 1.8900 , 720.0000 , 54.6341 , 380.9524 , 1.2000 , 1.0547 , 0.4955 , 0.6825 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1197 , cls_42 , 0.7200 , 540.0000 , 49.9341 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1203 , cls_42 , 6.3000 , 2700.0000 , 188.6165 , 428.5714 , 2.6471 , 1.1790 , 0.8583 , 0.6524 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1224 , cls_42 , 1.2600 , 840.0000 , 58.4272 , 666.6667 , 1.7500 , 1.1327 , 0.7524 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1242 , cls_42 , 11.1600 , 3360.0000 , 150.8061 , 301.0753 , 2.4348 , 1.1587 , 0.6797 , 0.7567 , 11.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1264 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1270 , cls_42 , 0.5400 , 420.0000 , 32.0363 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1293 , cls_42 , 49.1400 , 12060.0000 , 397.8885 , 245.4212 , 4.2766 , 1.2226 , 0.7716 , 0.7998 , 49.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1299 , cls_42 , 0.9900 , 720.0000 , 54.3699 , 727.2727 , 1.7143 , 1.1289 , 0.7845 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1307 , cls_42 , 1.0800 , 600.0000 , 43.9369 , 555.5556 , 1.4286 , 1.0790 , 0.5506 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1320 , cls_42 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1332 , cls_42 , 0.6300 , 480.0000 , 35.9986 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1344 , cls_42 , 1.7100 , 960.0000 , 64.9896 , 561.4035 , 1.7778 , 1.1246 , 0.6976 , 0.5526 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1350 , cls_42 , 0.4500 , 540.0000 , 42.7915 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1355 , cls_42 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1356 , cls_42 , 2.7900 , 1080.0000 , 68.0100 , 387.0968 , 1.5000 , 1.0938 , 0.5565 , 0.7043 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1357 , cls_42 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1392 , cls_42 , 1.8000 , 720.0000 , 53.0337 , 400.0000 , 1.3333 , 1.0600 , 0.4341 , 0.6667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1394 , cls_42 , 5.0400 , 2280.0000 , 114.4680 , 452.3810 , 2.5333 , 1.1721 , 0.6774 , 0.6310 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1405 , cls_42 , 17.5500 , 3720.0000 , 233.8043 , 211.9658 , 2.2143 , 1.1321 , 0.6904 , 0.8248 , 17.5500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1418 , cls_42 , 354.1500 , 57660.0000 , 978.9477 , 162.8124 , 7.6270 , 1.2700 , 0.6624 , 0.8658 , 354.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1428 , cls_42 , 0.6300 , 720.0000 , 45.7815 , 1142.8571 , 2.0000 , 1.1872 , 0.6927 , 0.1905 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1436 , cls_42 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1447 , cls_42 , 0.9000 , 480.0000 , 37.6863 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1449 , cls_42 , 1.2600 , 660.0000 , 45.8861 , 523.8095 , 1.3750 , 1.0816 , 0.5652 , 0.5714 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1453 , cls_42 , 142.4700 , 20160.0000 , 509.7927 , 141.5035 , 4.2000 , 1.2033 , 0.6352 , 0.8841 , 142.4700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1459 , cls_42 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1468 , cls_42 , 0.6300 , 600.0000 , 45.9730 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1472 , cls_42 , 4.9500 , 1500.0000 , 86.9314 , 303.0303 , 1.6667 , 1.0966 , 0.4613 , 0.7697 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1482 , cls_42 , 2.8800 , 1080.0000 , 68.8506 , 375.0000 , 1.5000 , 1.0904 , 0.5422 , 0.6979 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1489 , cls_42 , 0.9900 , 660.0000 , 49.8288 , 666.6667 , 1.5714 , 1.1100 , 0.5881 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1494 , cls_42 , 1.9800 , 780.0000 , 59.5141 , 393.9394 , 1.3000 , 1.0660 , 0.6215 , 0.6591 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1496 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1502 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1512 , cls_42 , 4.3200 , 1800.0000 , 117.7209 , 416.6667 , 2.1429 , 1.1447 , 0.7825 , 0.6458 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1536 , cls_42 , 1.0800 , 720.0000 , 46.2366 , 666.6667 , 1.7143 , 1.1183 , 0.5506 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1545 , cls_42 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1549 , cls_42 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1559 , cls_42 , 1.3500 , 780.0000 , 62.6432 , 577.7778 , 1.6250 , 1.1089 , 0.7191 , 0.5000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 852.7602 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1560 , cls_42 , 1.6200 , 960.0000 , 73.9643 , 592.5926 , 1.7778 , 1.1309 , 0.7708 , 0.5185 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1561 , cls_42 , 23.8500 , 8340.0000 , 337.2884 , 349.6855 , 4.2121 , 1.2344 , 0.8444 , 0.7145 , 23.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1575 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1578 , cls_42 , 0.6300 , 420.0000 , 32.7573 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1579 , cls_42 , 0.7200 , 480.0000 , 36.7346 , 666.6667 , 1.3333 , 1.0780 , 0.6082 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1583 , cls_42 , 1.6200 , 1020.0000 , 65.0097 , 629.6296 , 1.8889 , 1.1434 , 0.6630 , 0.5000 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1588 , cls_42 , 3.7800 , 1680.0000 , 144.7961 , 444.4444 , 2.1538 , 1.1462 , 0.8615 , 0.6111 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1592 , cls_42 , 1.5300 , 780.0000 , 55.5953 , 509.8039 , 1.4444 , 1.0945 , 0.6268 , 0.5882 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1596 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1601 , cls_42 , 9.0000 , 2460.0000 , 140.1528 , 273.3333 , 2.0500 , 1.1259 , 0.6559 , 0.7733 , 9.0000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1603 , cls_42 , 5.1300 , 1500.0000 , 94.0666 , 292.3977 , 1.5625 , 1.0930 , 0.5731 , 0.7690 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1607 , cls_42 , 2.9700 , 840.0000 , 69.6625 , 282.8283 , 1.1667 , 1.0384 , 0.5057 , 0.7576 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1608 , cls_42 , 30.9600 , 7800.0000 , 267.6985 , 251.9380 , 3.4211 , 1.1984 , 0.7632 , 0.7975 , 30.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1614 , cls_42 , 2.2500 , 1380.0000 , 97.9574 , 613.3333 , 2.3000 , 1.1662 , 0.8128 , 0.5067 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1615 , cls_42 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1637 , cls_42 , 0.5400 , 480.0000 , 35.7844 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1660 , cls_42 , 1.3500 , 660.0000 , 52.9188 , 488.8889 , 1.3750 , 1.0738 , 0.6327 , 0.5889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1716 , cls_42 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1717 , cls_42 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1719 , cls_42 , 15.2100 , 4260.0000 , 192.4154 , 280.0789 , 2.7308 , 1.1684 , 0.6171 , 0.7702 , 15.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1730 , cls_42 , 7.9200 , 3840.0000 , 304.6805 , 484.8485 , 3.3684 , 1.2176 , 0.9120 , 0.5985 , 7.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1751 , cls_42 , 1.6200 , 1200.0000 , 59.9853 , 740.7407 , 2.2222 , 1.1769 , 0.5416 , 0.4537 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1752 , cls_42 , 0.9000 , 540.0000 , 41.2705 , 600.0000 , 1.2857 , 1.0775 , 0.6559 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1761 , cls_42 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1770 , cls_42 , 1.1700 , 660.0000 , 48.4639 , 564.1026 , 1.3750 , 1.0902 , 0.5862 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1772 , cls_42 , 5.4000 , 1980.0000 , 131.3022 , 366.6667 , 2.0625 , 1.1388 , 0.6944 , 0.6861 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1802 , cls_42 , 1.1700 , 540.0000 , 52.4931 , 461.5385 , 1.1250 , 1.0473 , 0.6877 , 0.5769 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1804 , cls_42 , 0.9900 , 480.0000 , 38.3497 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.6061 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1811 , cls_42 , 0.7200 , 540.0000 , 40.8846 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1817 , cls_42 , 1.1700 , 780.0000 , 50.3615 , 666.6667 , 1.6250 , 1.1258 , 0.6322 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1838 , cls_42 , 1.6200 , 660.0000 , 49.7272 , 407.4074 , 1.2222 , 1.0536 , 0.4907 , 0.6667 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1856 , cls_42 , 4.1400 , 1320.0000 , 90.6053 , 318.8406 , 1.5714 , 1.0910 , 0.6172 , 0.7283 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1864 , cls_42 , 0.7200 , 540.0000 , 44.4061 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1868 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1869 , cls_42 , 7.1100 , 2100.0000 , 116.1156 , 295.3586 , 1.9444 , 1.1213 , 0.6555 , 0.7595 , 7.1100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1873 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1875 , cls_42 , 101.7900 , 27720.0000 , 604.1650 , 272.3254 , 6.7941 , 1.2786 , 0.7012 , 0.7767 , 101.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1877 , cls_42 , 3.6000 , 1020.0000 , 74.2626 , 283.3333 , 1.3077 , 1.0564 , 0.4008 , 0.7667 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1883 , cls_42 , 59.1300 , 15240.0000 , 402.4766 , 257.7372 , 4.8846 , 1.2408 , 0.6965 , 0.7884 , 59.1300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1884 , cls_42 , 0.9000 , 660.0000 , 45.9884 , 733.3333 , 1.5714 , 1.1216 , 0.7170 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1886 , cls_42 , 2.0700 , 900.0000 , 61.8914 , 434.7826 , 1.5000 , 1.0900 , 0.5199 , 0.6449 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1888 , cls_42 , 0.9000 , 720.0000 , 59.8870 , 800.0000 , 1.7143 , 1.1407 , 0.7913 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1892 , cls_42 , 1.2600 , 780.0000 , 53.9762 , 619.0476 , 1.6250 , 1.1170 , 0.6039 , 0.5000 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1895 , cls_42 , 2.6100 , 1740.0000 , 84.3853 , 666.6667 , 2.6364 , 1.1948 , 0.6732 , 0.4885 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1904 , cls_42 , 19.4400 , 5940.0000 , 225.3145 , 305.5556 , 3.3000 , 1.1994 , 0.6532 , 0.7600 , 19.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1909 , cls_42 , 25.2900 , 7200.0000 , 254.0718 , 284.6975 , 3.5294 , 1.2050 , 0.6485 , 0.7663 , 25.2900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1918 , cls_42 , 4.0500 , 1440.0000 , 95.5116 , 355.5556 , 1.7143 , 1.1096 , 0.6817 , 0.7037 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1919 , cls_42 , 26.4600 , 5460.0000 , 220.0806 , 206.3492 , 2.6000 , 1.1563 , 0.4982 , 0.8277 , 26.4600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1923 , cls_42 , 9.6300 , 3000.0000 , 139.7163 , 311.5265 , 2.3810 , 1.1538 , 0.5742 , 0.7445 , 9.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1926 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1929 , cls_42 , 2.1600 , 1140.0000 , 73.7946 , 527.7778 , 1.9000 , 1.1327 , 0.7649 , 0.5694 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1939 , cls_42 , 1.8000 , 840.0000 , 60.4435 , 466.6667 , 1.5556 , 1.0915 , 0.6559 , 0.6083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1945 , cls_42 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1947 , cls_42 , 0.9000 , 780.0000 , 52.1419 , 866.6667 , 1.8571 , 1.1583 , 0.7170 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1952 , cls_42 , 1.1700 , 540.0000 , 44.7063 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6026 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1962 , cls_42 , 4.8600 , 2280.0000 , 137.4589 , 469.1358 , 2.5333 , 1.1761 , 0.7366 , 0.6204 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1979 , cls_42 , 22.5000 , 5760.0000 , 221.6759 , 256.0000 , 3.0000 , 1.1802 , 0.6742 , 0.7933 , 22.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2014 , cls_42 , 1.8000 , 1080.0000 , 74.4393 , 600.0000 , 2.0000 , 1.1428 , 0.6817 , 0.5083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2016 , cls_42 , 13.9500 , 4380.0000 , 207.9769 , 313.9785 , 2.9200 , 1.1816 , 0.6991 , 0.7495 , 13.9500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2026 , cls_42 , 0.5400 , 600.0000 , 57.4390 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2034 , cls_42 , 3.0600 , 1260.0000 , 85.3402 , 411.7647 , 1.7500 , 1.1139 , 0.7294 , 0.6618 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2036 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2048 , cls_42 , 1.9800 , 1020.0000 , 67.5417 , 515.1515 , 1.7000 , 1.1202 , 0.6704 , 0.5833 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2049 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2078 , cls_42 , 129.5100 , 13200.0000 , 470.2946 , 101.9226 , 2.8947 , 1.1513 , 0.4761 , 0.9160 , 129.5100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2082 , cls_42 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2094 , cls_42 , 3.5100 , 1440.0000 , 102.7962 , 410.2564 , 1.8462 , 1.1248 , 0.6349 , 0.6581 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2098 , cls_42 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2107 , cls_42 , 0.4500 , 360.0000 , 24.0000 , 800.0000 , 1.2000 , 1.0699 , 0.3634 , 0.4000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2111 , cls_42 , 0.6300 , 480.0000 , 40.0303 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2114 , cls_42 , 2.5200 , 1740.0000 , 96.2944 , 690.4762 , 2.6364 , 1.1989 , 0.6729 , 0.4583 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2127 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2131 , cls_42 , 1.0800 , 540.0000 , 42.9520 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2133 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2137 , cls_42 , 1.1700 , 960.0000 , 57.4596 , 820.5128 , 2.0000 , 1.1702 , 0.7286 , 0.3590 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2149 , cls_42 , 15.1200 , 3180.0000 , 164.7361 , 210.3175 , 2.0385 , 1.1199 , 0.6343 , 0.8274 , 15.1200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2153 , cls_42 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2158 , cls_42 , 161.9100 , 18900.0000 , 578.8516 , 116.7315 , 3.7059 , 1.1835 , 0.5822 , 0.9035 , 161.9100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2176 , cls_42 , 1.3500 , 780.0000 , 53.7557 , 577.7778 , 1.6250 , 1.1089 , 0.6869 , 0.5444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2181 , cls_42 , 1.9800 , 780.0000 , 60.0305 , 393.9394 , 1.3000 , 1.0660 , 0.6163 , 0.6667 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2189 , cls_42 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2190 , cls_42 , 2.4300 , 1200.0000 , 82.6715 , 493.8272 , 1.8182 , 1.1297 , 0.7645 , 0.5926 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2218 , cls_42 , 4.5900 , 1860.0000 , 147.6820 , 405.2288 , 2.0667 , 1.1444 , 0.8278 , 0.6699 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2242 , cls_42 , 1.0800 , 660.0000 , 54.2989 , 611.1111 , 1.5714 , 1.0996 , 0.7495 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2244 , cls_42 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2248 , cls_42 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2259 , cls_42 , 0.7200 , 540.0000 , 38.7036 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2262 , cls_42 , 0.7200 , 360.0000 , 34.3237 , 500.0000 , 1.0000 , 1.0133 , 0.4907 , 0.5417 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2267 , cls_42 , 14.0400 , 4260.0000 , 225.1046 , 303.4188 , 2.8400 , 1.1763 , 0.7853 , 0.7436 , 14.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2284 , cls_42 , 1.8900 , 1020.0000 , 60.9586 , 539.6825 , 1.7000 , 1.1255 , 0.5617 , 0.5635 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2288 , cls_42 , 1.6200 , 1080.0000 , 73.6100 , 666.6667 , 2.0000 , 1.1552 , 0.8430 , 0.4907 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2290 , cls_42 , 14.9400 , 4140.0000 , 205.0077 , 277.1084 , 2.6538 , 1.1653 , 0.7422 , 0.7721 , 14.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2292 , cls_42 , 0.7200 , 540.0000 , 43.2584 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2311 , cls_42 , 0.5400 , 480.0000 , 34.3237 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2319 , cls_42 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2324 , cls_42 , 0.9000 , 480.0000 , 42.9680 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2332 , cls_42 , 30.9600 , 8280.0000 , 275.0085 , 267.4419 , 3.6316 , 1.2078 , 0.7060 , 0.7820 , 30.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2338 , cls_42 , 5.1300 , 1440.0000 , 101.0772 , 280.7018 , 1.5000 , 1.0855 , 0.6077 , 0.7632 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2341 , cls_42 , 8.6400 , 2820.0000 , 138.7581 , 326.3889 , 2.3500 , 1.1539 , 0.6239 , 0.7326 , 8.6400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2347 , cls_42 , 1.2600 , 900.0000 , 63.7497 , 714.2857 , 1.8750 , 1.1473 , 0.7903 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2360 , cls_42 , 3.7800 , 2340.0000 , 98.8129 , 619.0476 , 3.0000 , 1.2090 , 0.6312 , 0.5317 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2373 , cls_42 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2389 , cls_42 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2393 , cls_42 , 11.9700 , 3000.0000 , 145.5200 , 250.6266 , 2.0833 , 1.1323 , 0.5411 , 0.7945 , 11.9700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2397 , cls_42 , 1.7100 , 840.0000 , 62.0538 , 491.2281 , 1.5556 , 1.0972 , 0.6686 , 0.5965 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2402 , cls_42 , 1.0800 , 600.0000 , 47.6300 , 555.5556 , 1.4286 , 1.0790 , 0.6180 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2416 , cls_42 , 0.9000 , 480.0000 , 37.5681 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2419 , cls_42 , 73.0800 , 16500.0000 , 462.5596 , 225.7800 , 4.8246 , 1.2331 , 0.7138 , 0.8153 , 73.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2422 , cls_42 , 0.5400 , 480.0000 , 33.6542 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2425 , cls_42 , 1.3500 , 660.0000 , 46.5885 , 488.8889 , 1.3750 , 1.0738 , 0.4383 , 0.6111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2454 , cls_42 , 2.1600 , 1080.0000 , 72.1992 , 500.0000 , 1.8000 , 1.1219 , 0.7117 , 0.5903 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2470 , cls_42 , 1.7100 , 1020.0000 , 60.5510 , 596.4912 , 1.8889 , 1.1370 , 0.6278 , 0.5351 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2480 , cls_42 , 3.4200 , 1320.0000 , 83.9448 , 385.9649 , 1.6923 , 1.1109 , 0.6129 , 0.6754 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2485 , cls_42 , 0.6300 , 540.0000 , 44.3642 , 857.1429 , 1.5000 , 1.1214 , 0.7215 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2496 , cls_42 , 1.8000 , 1200.0000 , 71.3192 , 666.6667 , 2.2222 , 1.1643 , 0.7004 , 0.4667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2497 , cls_42 , 42.5700 , 9360.0000 , 328.3299 , 219.8732 , 3.5455 , 1.1971 , 0.7323 , 0.8150 , 42.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2501 , cls_42 , 9.5400 , 1980.0000 , 133.9799 , 207.5472 , 1.5714 , 1.0823 , 0.5742 , 0.8270 , 9.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2516 , cls_42 , 0.7200 , 600.0000 , 43.2984 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2526 , cls_42 , 1.9800 , 900.0000 , 64.5809 , 454.5455 , 1.5000 , 1.0949 , 0.6704 , 0.6439 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2530 , cls_42 , 45.3600 , 7080.0000 , 280.7388 , 156.0847 , 2.6222 , 1.1484 , 0.5006 , 0.8694 , 45.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2541 , cls_42 , 2.1600 , 1140.0000 , 68.5646 , 527.7778 , 1.9000 , 1.1327 , 0.6180 , 0.5833 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2550 , cls_42 , 22.0500 , 4620.0000 , 196.8074 , 209.5238 , 2.4063 , 1.1463 , 0.5412 , 0.8313 , 22.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2552 , cls_42 , 3.0600 , 1440.0000 , 97.6906 , 470.5882 , 2.0000 , 1.1398 , 0.6670 , 0.6176 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2555 , cls_42 , 2.6100 , 1380.0000 , 77.0344 , 528.7356 , 2.0909 , 1.1492 , 0.6844 , 0.5862 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2557 , cls_42 , 1.7100 , 1080.0000 , 65.4231 , 631.5789 , 2.0000 , 1.1488 , 0.7282 , 0.5175 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2564 , cls_42 , 0.6300 , 420.0000 , 32.7472 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2566 , cls_42 , 22.2300 , 4680.0000 , 230.8428 , 210.5263 , 2.4375 , 1.1476 , 0.5829 , 0.8252 , 22.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2567 , cls_42 , 1.0800 , 720.0000 , 48.0974 , 666.6667 , 1.7143 , 1.1183 , 0.6605 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2579 , cls_42 , 0.5400 , 420.0000 , 32.6544 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2591 , cls_42 , 0.7200 , 600.0000 , 54.4240 , 833.3333 , 1.6667 , 1.1283 , 0.7963 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2593 , cls_42 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2597 , cls_42 , 1.0800 , 720.0000 , 53.6571 , 666.6667 , 1.7143 , 1.1183 , 0.7117 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2600 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2606 , cls_42 , 3.8700 , 1560.0000 , 89.9450 , 403.1008 , 1.8571 , 1.1296 , 0.6760 , 0.6783 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2608 , cls_42 , 31.4100 , 10020.0000 , 294.4014 , 319.0067 , 4.3947 , 1.2366 , 0.6866 , 0.7416 , 31.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2612 , cls_42 , 1.8900 , 780.0000 , 58.4378 , 412.6984 , 1.3000 , 1.0710 , 0.5390 , 0.6667 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2614 , cls_42 , 37.0800 , 10320.0000 , 426.9594 , 278.3172 , 4.1951 , 1.2252 , 0.8361 , 0.7727 , 37.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2625 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2631 , cls_42 , 0.7200 , 480.0000 , 35.8918 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2633 , cls_42 , 77.7600 , 11940.0000 , 436.5814 , 153.5494 , 3.3729 , 1.1798 , 0.7607 , 0.8717 , 77.7600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2641 , cls_42 , 0.9000 , 540.0000 , 42.3098 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2648 , cls_42 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2652 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2653 , cls_42 , 22.4100 , 4740.0000 , 208.2524 , 211.5127 , 2.4688 , 1.1490 , 0.6134 , 0.8266 , 22.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2659 , cls_42 , 0.7200 , 420.0000 , 32.8556 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2660 , cls_42 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2674 , cls_42 , 0.8100 , 420.0000 , 34.3573 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2676 , cls_42 , 0.9000 , 480.0000 , 41.3283 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2699 , cls_42 , 0.5400 , 420.0000 , 32.6544 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2706 , cls_42 , 3.5100 , 1020.0000 , 79.7440 , 290.5983 , 1.3077 , 1.0589 , 0.5444 , 0.7479 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2718 , cls_42 , 7.7400 , 3000.0000 , 149.2302 , 387.5969 , 2.6316 , 1.1762 , 0.7329 , 0.6744 , 7.7400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2734 , cls_42 , 15.8400 , 4260.0000 , 268.8969 , 268.9394 , 2.6296 , 1.1644 , 0.8233 , 0.7765 , 15.8400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2738 , cls_42 , 2.6100 , 1440.0000 , 96.0015 , 551.7241 , 2.1818 , 1.1576 , 0.8004 , 0.5575 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2741 , cls_42 , 3.8700 , 1500.0000 , 90.8460 , 387.5969 , 1.7857 , 1.1221 , 0.5620 , 0.6860 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2744 , cls_42 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2769 , cls_42 , 0.7200 , 540.0000 , 44.2910 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2772 , cls_42 , 3.1500 , 1500.0000 , 107.2184 , 476.1905 , 2.0833 , 1.1444 , 0.8181 , 0.6190 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 271.6616 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2817 , cls_42 , 0.6300 , 600.0000 , 43.5388 , 952.3810 , 1.6667 , 1.1455 , 0.7826 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2818 , cls_42 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2819 , cls_42 , 15.0300 , 2940.0000 , 204.9754 , 195.6088 , 1.8846 , 1.1073 , 0.7067 , 0.8363 , 15.0300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2830 , cls_42 , 2.5200 , 780.0000 , 63.9572 , 309.5238 , 1.1818 , 1.0406 , 0.5806 , 0.7321 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2834 , cls_42 , 0.4500 , 480.0000 , 39.9473 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2840 , cls_42 , 5.9400 , 1920.0000 , 119.3143 , 323.2323 , 1.8824 , 1.1233 , 0.6378 , 0.7374 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2849 , cls_42 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2861 , cls_42 , 1.5300 , 660.0000 , 52.2373 , 431.3725 , 1.2222 , 1.0598 , 0.5916 , 0.6275 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2863 , cls_42 , 13.5900 , 4080.0000 , 167.2904 , 300.2208 , 2.7200 , 1.1722 , 0.5057 , 0.7550 , 13.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2865 , cls_42 , 1.1700 , 540.0000 , 45.7895 , 461.5385 , 1.1250 , 1.0473 , 0.6322 , 0.6026 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2875 , cls_42 , 30.2400 , 9180.0000 , 270.1364 , 303.5714 , 4.1351 , 1.2264 , 0.6328 , 0.7535 , 30.2400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2892 , cls_42 , 2.1600 , 1200.0000 , 62.0898 , 555.5556 , 2.0000 , 1.1430 , 0.5870 , 0.5764 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2896 , cls_42 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2899 , cls_42 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2906 , cls_42 , 34.0200 , 12960.0000 , 349.2527 , 380.9524 , 5.5385 , 1.2692 , 0.7646 , 0.6900 , 34.0200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2910 , cls_42 , 14.6700 , 4860.0000 , 240.8473 , 331.2883 , 3.1154 , 1.1941 , 0.7366 , 0.7249 , 14.6700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2911 , cls_42 , 5.4900 , 2700.0000 , 155.5801 , 491.8033 , 2.8125 , 1.1939 , 0.8044 , 0.6066 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2913 , cls_42 , 0.4500 , 360.0000 , 24.0000 , 800.0000 , 1.2000 , 1.0699 , 0.3634 , 0.4000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2926 , cls_42 , 1.2600 , 660.0000 , 49.2878 , 523.8095 , 1.3750 , 1.0816 , 0.5544 , 0.5714 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2943 , cls_42 , 1.4400 , 720.0000 , 53.0100 , 500.0000 , 1.5000 , 1.0847 , 0.6082 , 0.5938 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2944 , cls_42 , 0.6300 , 420.0000 , 32.0129 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2947 , cls_42 , 23.9400 , 8220.0000 , 261.6021 , 343.3584 , 4.1515 , 1.2317 , 0.6603 , 0.7180 , 23.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2948 , cls_42 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2954 , cls_42 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2963 , cls_42 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2967 , cls_42 , 1.9800 , 1140.0000 , 67.2786 , 575.7576 , 1.9000 , 1.1427 , 0.6704 , 0.5379 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2973 , cls_42 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2976 , cls_42 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2978 , cls_42 , 5.4900 , 2400.0000 , 128.6735 , 437.1585 , 2.5000 , 1.1723 , 0.6893 , 0.6475 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2994 , cls_42 , 2.2500 , 1380.0000 , 72.9290 , 613.3333 , 2.3000 , 1.1662 , 0.5639 , 0.5000 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2996 , cls_42 , 91.4400 , 18420.0000 , 489.8624 , 201.4436 , 4.7969 , 1.2290 , 0.6938 , 0.8330 , 91.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2997 , cls_42 , 1.0800 , 540.0000 , 44.4179 , 500.0000 , 1.2857 , 1.0563 , 0.6273 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2998 , cls_42 , 35.1000 , 12000.0000 , 296.6392 , 341.8803 , 5.0000 , 1.2541 , 0.6136 , 0.7115 , 35.1000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3012 , cls_42 , 0.8100 , 480.0000 , 38.3139 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3014 , cls_42 , 0.9000 , 540.0000 , 44.8947 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3016 , cls_42 , 0.6300 , 480.0000 , 35.3331 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3019 , cls_42 , 1.8000 , 1020.0000 , 71.9348 , 566.6667 , 1.8889 , 1.1311 , 0.7453 , 0.5417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3028 , cls_42 , 0.9900 , 780.0000 , 53.8276 , 787.8788 , 1.8571 , 1.1463 , 0.7357 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3033 , cls_42 , 8.8200 , 2700.0000 , 150.4577 , 306.1224 , 2.2500 , 1.1442 , 0.7239 , 0.7500 , 8.8200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3036 , cls_42 , 1.8000 , 780.0000 , 58.8574 , 433.3333 , 1.4444 , 1.0763 , 0.6082 , 0.6333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3048 , cls_42 , 19.5300 , 7560.0000 , 271.4818 , 387.0968 , 4.2000 , 1.2386 , 0.7638 , 0.6935 , 19.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3055 , cls_42 , 1.2600 , 660.0000 , 48.3102 , 523.8095 , 1.3750 , 1.0816 , 0.5652 , 0.5595 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3056 , cls_42 , 2.2500 , 720.0000 , 61.4230 , 320.0000 , 1.2000 , 1.0364 , 0.5639 , 0.7200 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3062 , cls_42 , 2.3400 , 1380.0000 , 76.4026 , 589.7436 , 2.0909 , 1.1617 , 0.6817 , 0.5321 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3066 , cls_42 , 0.8100 , 540.0000 , 43.2826 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3082 , cls_42 , 0.9000 , 720.0000 , 62.7418 , 800.0000 , 1.7143 , 1.1407 , 0.7913 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3089 , cls_42 , 4.9500 , 2460.0000 , 118.6238 , 496.9697 , 2.7333 , 1.1881 , 0.7130 , 0.5970 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3095 , cls_42 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3102 , cls_42 , 0.9000 , 660.0000 , 51.2667 , 733.3333 , 1.5714 , 1.1216 , 0.7453 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3107 , cls_42 , 4.1400 , 1140.0000 , 85.0929 , 275.3623 , 1.3571 , 1.0634 , 0.5495 , 0.7717 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3110 , cls_42 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3130 , cls_42 , 4.7700 , 1560.0000 , 98.9280 , 327.0440 , 1.7333 , 1.1076 , 0.6352 , 0.7296 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3139 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3143 , cls_42 , 2.7000 , 1200.0000 , 98.5592 , 444.4444 , 1.8182 , 1.1180 , 0.7671 , 0.6333 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3152 , cls_42 , 1.5300 , 840.0000 , 73.0264 , 549.0196 , 1.5556 , 1.1099 , 0.7595 , 0.5294 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3153 , cls_42 , 1.5300 , 600.0000 , 57.8853 , 392.1569 , 1.1111 , 1.0400 , 0.6268 , 0.6373 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3154 , cls_42 , 1.2600 , 720.0000 , 50.2595 , 571.4286 , 1.5000 , 1.1000 , 0.6039 , 0.5238 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3155 , cls_42 , 0.7200 , 420.0000 , 32.6407 , 583.3333 , 1.1667 , 1.0480 , 0.4341 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3163 , cls_42 , 0.9900 , 540.0000 , 41.7471 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3166 , cls_42 , 60.4800 , 8280.0000 , 321.8276 , 136.9048 , 2.6538 , 1.1471 , 0.5017 , 0.8876 , 60.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3171 , cls_42 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3174 , cls_42 , 1.8900 , 1020.0000 , 63.9621 , 539.6825 , 1.7000 , 1.1255 , 0.6387 , 0.5635 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3176 , cls_42 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3184 , cls_42 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3185 , cls_42 , 2.6100 , 1440.0000 , 74.3320 , 551.7241 , 2.1818 , 1.1576 , 0.6307 , 0.5690 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3186 , cls_42 , 0.7200 , 420.0000 , 36.4343 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3187 , cls_42 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3200 , cls_42 , 4.2300 , 1800.0000 , 103.8106 , 425.5319 , 2.1429 , 1.1470 , 0.7081 , 0.6454 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3201 , cls_42 , 0.7200 , 480.0000 , 38.7976 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3207 , cls_42 , 0.6300 , 420.0000 , 32.7472 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3210 , cls_42 , 2.2500 , 960.0000 , 61.4451 , 426.6667 , 1.6000 , 1.0938 , 0.5103 , 0.6600 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3214 , cls_42 , 0.7200 , 420.0000 , 35.0117 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3216 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3220 , cls_42 , 0.6300 , 420.0000 , 35.6333 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3234 , cls_42 , 0.9000 , 480.0000 , 38.2604 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3236 , cls_42 , 0.8100 , 420.0000 , 35.4985 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3237 , cls_42 , 5.9400 , 1620.0000 , 102.7862 , 272.7273 , 1.5882 , 1.0924 , 0.5798 , 0.7702 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3253 , cls_42 , 16.9200 , 4200.0000 , 176.1503 , 248.2270 , 2.5000 , 1.1557 , 0.5915 , 0.7917 , 16.9200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3255 , cls_42 , 23.8500 , 6000.0000 , 223.4985 , 251.5723 , 3.0303 , 1.1813 , 0.5471 , 0.7836 , 23.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3278 , cls_42 , 0.7200 , 600.0000 , 41.2191 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3301 , cls_42 , 11.8800 , 4320.0000 , 175.1525 , 363.6364 , 3.1304 , 1.1955 , 0.6535 , 0.7096 , 11.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3306 , cls_42 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3311 , cls_42 , 1.6200 , 720.0000 , 55.9809 , 444.4444 , 1.3333 , 1.0715 , 0.6630 , 0.6019 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3316 , cls_42 , 2.4300 , 1020.0000 , 89.3725 , 419.7531 , 1.5455 , 1.0975 , 0.7356 , 0.6173 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3317 , cls_42 , 49.7700 , 9360.0000 , 378.6878 , 188.0651 , 3.2500 , 1.1828 , 0.6655 , 0.8430 , 49.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3345 , cls_42 , 1.9800 , 840.0000 , 73.8663 , 424.2424 , 1.4000 , 1.0809 , 0.6888 , 0.6212 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3347 , cls_42 , 6.6600 , 2340.0000 , 120.5367 , 351.3514 , 2.1667 , 1.1474 , 0.5812 , 0.7095 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3357 , cls_42 , 2.8800 , 1260.0000 , 76.2660 , 437.5000 , 1.7500 , 1.1205 , 0.6082 , 0.6458 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3363 , cls_42 , 1.0800 , 660.0000 , 57.8785 , 611.1111 , 1.5714 , 1.0996 , 0.7495 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3368 , cls_42 , 15.1200 , 4980.0000 , 196.7903 , 329.3651 , 3.1923 , 1.1951 , 0.6577 , 0.7232 , 15.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3387 , cls_42 , 0.9900 , 540.0000 , 40.0335 , 545.4545 , 1.2857 , 1.0663 , 0.5170 , 0.5606 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3392 , cls_42 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3407 , cls_42 , 3.5100 , 1260.0000 , 87.6904 , 358.9744 , 1.6154 , 1.0993 , 0.6667 , 0.7094 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3410 , cls_42 , 1.0800 , 660.0000 , 48.7326 , 611.1111 , 1.5714 , 1.0996 , 0.6273 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3413 , cls_42 , 17.1000 , 3060.0000 , 179.2326 , 178.9474 , 1.8214 , 1.1021 , 0.4718 , 0.8474 , 17.1000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3414 , cls_42 , 0.6300 , 480.0000 , 38.1754 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3417 , cls_42 , 1.3500 , 1020.0000 , 99.2114 , 755.5556 , 2.1250 , 1.1653 , 0.8927 , 0.3333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3436 , cls_42 , 1.3500 , 600.0000 , 47.4395 , 444.4444 , 1.2500 , 1.0537 , 0.4383 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3437 , cls_42 , 1.2600 , 840.0000 , 58.0967 , 666.6667 , 1.7500 , 1.1327 , 0.7258 , 0.4762 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3441 , cls_42 , 0.7200 , 480.0000 , 37.9551 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3448 , cls_42 , 0.7200 , 540.0000 , 42.8679 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3449 , cls_42 , 1.7100 , 1380.0000 , 64.5941 , 807.0175 , 2.5556 , 1.1991 , 0.6278 , 0.3860 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3454 , cls_42 , 16.7400 , 5040.0000 , 228.9250 , 301.0753 , 3.0000 , 1.1870 , 0.7553 , 0.7455 , 16.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3455 , cls_42 , 1.7100 , 1020.0000 , 61.9090 , 596.4912 , 1.8889 , 1.1370 , 0.6640 , 0.5263 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3472 , cls_42 , 1.8000 , 1200.0000 , 80.5663 , 666.6667 , 2.2222 , 1.1643 , 0.7598 , 0.4667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3491 , cls_42 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3507 , cls_42 , 0.7200 , 480.0000 , 42.5542 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3514 , cls_42 , 10.9800 , 3360.0000 , 166.1622 , 306.0109 , 2.4348 , 1.1603 , 0.6652 , 0.7473 , 10.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3515 , cls_42 , 0.6300 , 420.0000 , 35.6269 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3519 , cls_42 , 31.7700 , 12120.0000 , 384.5807 , 381.4920 , 5.3158 , 1.2655 , 0.8275 , 0.6955 , 31.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3521 , cls_42 , 1.7100 , 780.0000 , 58.7960 , 456.1404 , 1.4444 , 1.0820 , 0.6731 , 0.6316 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3543 , cls_42 , 7.9200 , 1800.0000 , 111.7830 , 227.2727 , 1.5789 , 1.0832 , 0.4613 , 0.8087 , 7.9200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3550 , cls_42 , 2.0700 , 1020.0000 , 70.2505 , 492.7536 , 1.7000 , 1.1152 , 0.6710 , 0.6159 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3555 , cls_42 , 1.8000 , 720.0000 , 57.1308 , 400.0000 , 1.3333 , 1.0600 , 0.6082 , 0.6667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3563 , cls_42 , 0.4500 , 420.0000 , 35.2060 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3568 , cls_42 , 0.5400 , 480.0000 , 43.5357 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3577 , cls_42 , 6.6600 , 3000.0000 , 155.0659 , 450.4505 , 2.7778 , 1.1921 , 0.8089 , 0.6329 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3590 , cls_42 , 0.7200 , 540.0000 , 48.3771 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3601 , cls_42 , 19.6200 , 5760.0000 , 232.2369 , 293.5780 , 3.2000 , 1.1935 , 0.6715 , 0.7584 , 19.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3612 , cls_42 , 1.0800 , 540.0000 , 42.4652 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3628 , cls_42 , 18.7200 , 5880.0000 , 257.6547 , 314.1026 , 3.3793 , 1.2015 , 0.7314 , 0.7444 , 18.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3634 , cls_42 , 4.6800 , 1680.0000 , 133.9286 , 358.9744 , 1.8667 , 1.1234 , 0.7836 , 0.6891 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3637 , cls_42 , 2.0700 , 840.0000 , 60.8755 , 405.7971 , 1.4000 , 1.0761 , 0.6746 , 0.6667 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3649 , cls_42 , 0.9000 , 480.0000 , 37.6395 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3657 , cls_42 , 2.3400 , 1020.0000 , 65.6135 , 435.8974 , 1.5455 , 1.1016 , 0.6322 , 0.6474 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3683 , cls_42 , 1.2600 , 600.0000 , 51.9718 , 476.1905 , 1.2500 , 1.0614 , 0.6637 , 0.5833 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3697 , cls_42 , 0.9000 , 780.0000 , 51.3770 , 866.6667 , 1.8571 , 1.1583 , 0.6817 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3699 , cls_42 , 4.8600 , 2460.0000 , 142.2039 , 506.1728 , 2.7333 , 1.1901 , 0.7405 , 0.5833 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3703 , cls_42 , 7.6500 , 2940.0000 , 163.5300 , 384.3137 , 2.5789 , 1.1738 , 0.7075 , 0.6863 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3715 , cls_42 , 2.7000 , 780.0000 , 62.6984 , 288.8889 , 1.1818 , 1.0336 , 0.2793 , 0.7611 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3722 , cls_42 , 1.0800 , 780.0000 , 55.7286 , 722.2222 , 1.8571 , 1.1355 , 0.7117 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3728 , cls_42 , 1.4400 , 780.0000 , 60.2300 , 541.6667 , 1.6250 , 1.1014 , 0.7453 , 0.5521 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3733 , cls_42 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3734 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3745 , cls_42 , 20.3400 , 7320.0000 , 238.9188 , 359.8820 , 3.9355 , 1.2292 , 0.7340 , 0.7072 , 20.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3747 , cls_42 , 5.8500 , 1680.0000 , 105.8916 , 287.1795 , 1.6471 , 1.1006 , 0.6255 , 0.7615 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3749 , cls_42 , 0.5400 , 420.0000 , 34.6040 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3762 , cls_42 , 3.7800 , 1860.0000 , 104.6913 , 492.0635 , 2.3846 , 1.1655 , 0.7353 , 0.6071 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3765 , cls_42 , 0.6300 , 480.0000 , 32.7869 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3771 , cls_42 , 0.9900 , 540.0000 , 47.4224 , 545.4545 , 1.2857 , 1.0663 , 0.6888 , 0.5303 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3778 , cls_42 , 15.8400 , 4680.0000 , 202.1626 , 295.4545 , 2.8889 , 1.1801 , 0.6552 , 0.7509 , 15.8400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3783 , cls_42 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3785 , cls_42 , 1.5300 , 840.0000 , 57.2144 , 549.0196 , 1.5556 , 1.1099 , 0.6268 , 0.5490 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3790 , cls_42 , 7.0200 , 2040.0000 , 126.6914 , 290.5983 , 1.8889 , 1.1174 , 0.6972 , 0.7607 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3794 , cls_42 , 0.6300 , 600.0000 , 41.3448 , 952.3810 , 1.6667 , 1.1455 , 0.5544 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3811 , cls_42 , 1.5300 , 660.0000 , 55.0237 , 431.3725 , 1.2222 , 1.0598 , 0.6452 , 0.6275 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3817 , cls_42 , 2.6100 , 1080.0000 , 87.0044 , 413.7931 , 1.6364 , 1.1010 , 0.7648 , 0.6494 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3824 , cls_42 , 0.9000 , 420.0000 , 37.3261 , 466.6667 , 1.0000 , 1.0223 , 0.4907 , 0.5833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3826 , cls_42 , 0.5400 , 480.0000 , 40.5020 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3829 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3850 , cls_42 , 0.6300 , 480.0000 , 39.8596 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3852 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3858 , cls_42 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3862 , cls_42 , 13.3200 , 3360.0000 , 184.4326 , 252.2523 , 2.2400 , 1.1413 , 0.6817 , 0.7928 , 13.3200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3865 , cls_42 , 4.0500 , 1680.0000 , 99.5988 , 414.8148 , 2.0000 , 1.1387 , 0.7407 , 0.6667 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3876 , cls_42 , 4.0500 , 2220.0000 , 180.8146 , 548.1481 , 2.6429 , 1.1912 , 0.8809 , 0.5148 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3899 , cls_42 , 1.6200 , 720.0000 , 53.6294 , 444.4444 , 1.3333 , 1.0715 , 0.4907 , 0.6389 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3901 , cls_42 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3911 , cls_42 , 1.1700 , 600.0000 , 47.6986 , 512.8205 , 1.2500 , 1.0698 , 0.5132 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3917 , cls_42 , 1.3500 , 600.0000 , 45.8958 , 444.4444 , 1.2500 , 1.0537 , 0.5342 , 0.6333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3918 , cls_42 , 3.8700 , 2220.0000 , 110.4095 , 573.6434 , 2.6429 , 1.1964 , 0.7178 , 0.5349 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3921 , cls_42 , 0.5400 , 420.0000 , 32.0783 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3923 , cls_42 , 0.5400 , 480.0000 , 48.3776 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3924 , cls_42 , 2.1600 , 1560.0000 , 90.3800 , 722.2222 , 2.6000 , 1.1956 , 0.7388 , 0.4306 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3925 , cls_42 , 1.2600 , 600.0000 , 44.1094 , 476.1905 , 1.2500 , 1.0614 , 0.4757 , 0.6071 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3930 , cls_42 , 0.7200 , 540.0000 , 39.3274 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3939 , cls_42 , 3.7800 , 2040.0000 , 104.2235 , 539.6825 , 2.6154 , 1.1830 , 0.7429 , 0.5754 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3952 , cls_42 , 10.5300 , 3060.0000 , 172.4672 , 290.5983 , 2.3182 , 1.1483 , 0.7632 , 0.7578 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3956 , cls_42 , 27.9900 , 6960.0000 , 278.8862 , 248.6602 , 3.2222 , 1.1898 , 0.6928 , 0.7910 , 27.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3958 , cls_42 , 2.7000 , 1680.0000 , 93.0543 , 622.2222 , 2.5455 , 1.1839 , 0.7191 , 0.4944 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3964 , cls_42 , 5.4900 , 2640.0000 , 135.5491 , 480.8743 , 2.7500 , 1.1898 , 0.7519 , 0.6120 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3982 , cls_42 , 1.3500 , 720.0000 , 55.9989 , 533.3333 , 1.5000 , 1.0921 , 0.7419 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3984 , cls_42 , 1.3500 , 660.0000 , 57.3169 , 488.8889 , 1.3750 , 1.0738 , 0.6869 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3989 , cls_42 , 1.0800 , 600.0000 , 47.7367 , 555.5556 , 1.4286 , 1.0790 , 0.6180 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3993 , cls_42 , 2.7000 , 1200.0000 , 78.0248 , 444.4444 , 1.8182 , 1.1180 , 0.6735 , 0.6444 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3998 , cls_42 , 1.8000 , 720.0000 , 65.7301 , 400.0000 , 1.3333 , 1.0600 , 0.7170 , 0.6333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4000 , cls_42 , 11.8800 , 3480.0000 , 165.4628 , 292.9293 , 2.5217 , 1.1585 , 0.6876 , 0.7551 , 11.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4019 , cls_42 , 2.0700 , 1140.0000 , 62.5101 , 550.7246 , 1.9000 , 1.1376 , 0.4951 , 0.5797 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4023 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4033 , cls_42 , 0.7200 , 660.0000 , 44.6307 , 916.6667 , 1.8333 , 1.1497 , 0.7516 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4037 , cls_42 , 2.8800 , 1320.0000 , 83.3831 , 458.3333 , 1.8333 , 1.1295 , 0.5926 , 0.6146 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4038 , cls_42 , 3.1500 , 1140.0000 , 77.2065 , 361.9048 , 1.5833 , 1.0915 , 0.5406 , 0.6905 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4059 , cls_42 , 1.5300 , 960.0000 , 58.2558 , 627.4510 , 1.7778 , 1.1376 , 0.5916 , 0.5294 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4061 , cls_42 , 7.6500 , 2220.0000 , 126.7208 , 290.1961 , 1.9474 , 1.1239 , 0.5509 , 0.7569 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4065 , cls_42 , 1.8900 , 1140.0000 , 71.6573 , 603.1746 , 1.9000 , 1.1481 , 0.7243 , 0.5159 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4081 , cls_42 , 47.1600 , 9060.0000 , 316.9333 , 192.1120 , 3.2826 , 1.1827 , 0.6421 , 0.8426 , 47.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4089 , cls_42 , 1.6200 , 780.0000 , 58.6386 , 481.4815 , 1.4444 , 1.0880 , 0.6817 , 0.5926 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4095 , cls_42 , 1.6200 , 720.0000 , 50.8689 , 444.4444 , 1.3333 , 1.0715 , 0.4410 , 0.6389 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4096 , cls_42 , 0.8100 , 720.0000 , 44.5878 , 888.8889 , 2.0000 , 1.1540 , 0.7205 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4102 , cls_42 , 0.9000 , 600.0000 , 38.0920 , 666.6667 , 1.4286 , 1.1006 , 0.3634 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4103 , cls_42 , 3.5100 , 1380.0000 , 83.8913 , 393.1624 , 1.7692 , 1.1167 , 0.5034 , 0.6709 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4104 , cls_42 , 0.7200 , 660.0000 , 40.1473 , 916.6667 , 1.8333 , 1.1497 , 0.5926 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4113 , cls_42 , 1.0800 , 540.0000 , 39.7323 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4121 , cls_42 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4130 , cls_42 , 0.7200 , 420.0000 , 34.3237 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4131 , cls_42 , 1.5300 , 780.0000 , 51.8613 , 509.8039 , 1.4444 , 1.0945 , 0.5916 , 0.5882 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4143 , cls_42 , 3.8700 , 1260.0000 , 82.0139 , 325.5814 , 1.5000 , 1.0891 , 0.5155 , 0.7248 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4145 , cls_42 , 1.0800 , 720.0000 , 55.8812 , 666.6667 , 1.7143 , 1.1183 , 0.7366 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4161 , cls_42 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4170 , cls_42 , 2.7900 , 1620.0000 , 78.2337 , 580.6452 , 2.2500 , 1.1730 , 0.6507 , 0.5376 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4180 , cls_42 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4183 , cls_42 , 1.5300 , 780.0000 , 66.4078 , 509.8039 , 1.4444 , 1.0945 , 0.7075 , 0.5784 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4184 , cls_42 , 2.7900 , 1140.0000 , 75.5497 , 408.6022 , 1.5833 , 1.1044 , 0.5565 , 0.6774 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4187 , cls_42 , 0.6300 , 420.0000 , 31.6352 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4205 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4212 , cls_42 , 2.7900 , 960.0000 , 88.7247 , 344.0860 , 1.3333 , 1.0708 , 0.7420 , 0.6828 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4217 , cls_42 , 1.0800 , 540.0000 , 50.8894 , 500.0000 , 1.2857 , 1.0563 , 0.7117 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4218 , cls_42 , 6.2100 , 2400.0000 , 114.2351 , 386.4734 , 2.3529 , 1.1592 , 0.5146 , 0.6787 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4224 , cls_42 , 151.2900 , 34560.0000 , 847.7484 , 228.4355 , 7.0244 , 1.2740 , 0.8368 , 0.8158 , 151.2900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4236 , cls_42 , 4.5900 , 1860.0000 , 130.6003 , 405.2288 , 2.0667 , 1.1444 , 0.7586 , 0.6471 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4239 , cls_42 , 1.2600 , 780.0000 , 48.6274 , 619.0476 , 1.6250 , 1.1170 , 0.6039 , 0.5357 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4248 , cls_42 , 0.5400 , 420.0000 , 37.5676 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4250 , cls_42 , 7.2900 , 2700.0000 , 173.1184 , 370.3704 , 2.5000 , 1.1637 , 0.7349 , 0.6914 , 7.2900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4251 , cls_42 , 1.9800 , 720.0000 , 55.5471 , 363.6364 , 1.2000 , 1.0498 , 0.4715 , 0.6970 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4252 , cls_42 , 1.1700 , 660.0000 , 52.3513 , 564.1026 , 1.3750 , 1.0902 , 0.6817 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4263 , cls_42 , 2.0700 , 1020.0000 , 69.3122 , 492.7536 , 1.7000 , 1.1152 , 0.7237 , 0.5942 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4264 , cls_42 , 0.7200 , 600.0000 , 38.5499 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4267 , cls_42 , 75.8700 , 17820.0000 , 504.4147 , 234.8754 , 5.0339 , 1.2411 , 0.7679 , 0.8039 , 75.8700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4269 , cls_42 , 0.7200 , 540.0000 , 40.4443 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4279 , cls_42 , 11.5200 , 2940.0000 , 171.1970 , 255.2083 , 2.1304 , 1.1326 , 0.7288 , 0.7878 , 11.5200 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4291 , cls_42 , 5.3100 , 2640.0000 , 154.9546 , 497.1751 , 2.7500 , 1.1934 , 0.8312 , 0.6073 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4301 , cls_42 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4305 , cls_42 , 2.7000 , 1200.0000 , 81.7230 , 444.4444 , 1.8182 , 1.1180 , 0.7436 , 0.6278 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4307 , cls_42 , 0.7200 , 540.0000 , 39.6330 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4308 , cls_42 , 1.3500 , 780.0000 , 57.1586 , 577.7778 , 1.6250 , 1.1089 , 0.6707 , 0.5111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4311 , cls_42 , 1.7100 , 720.0000 , 53.9180 , 421.0526 , 1.3333 , 1.0656 , 0.6034 , 0.6579 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4319 , cls_42 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4323 , cls_42 , 0.8100 , 540.0000 , 41.2839 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4331 , cls_42 , 2.2500 , 1320.0000 , 82.4717 , 586.6667 , 2.2000 , 1.1574 , 0.7513 , 0.5200 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4345 , cls_42 , 0.7200 , 420.0000 , 32.8556 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4350 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4362 , cls_42 , 35.3700 , 7500.0000 , 279.5184 , 212.0441 , 3.1250 , 1.1798 , 0.7529 , 0.8265 , 35.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4364 , cls_42 , 0.6300 , 480.0000 , 34.9162 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4365 , cls_42 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4372 , cls_42 , 2.1600 , 960.0000 , 77.3354 , 444.4444 , 1.6000 , 1.0983 , 0.7388 , 0.6181 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4393 , cls_42 , 13.8600 , 5580.0000 , 211.2180 , 402.5974 , 3.7200 , 1.2232 , 0.7968 , 0.6677 , 13.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4397 , cls_42 , 3.6900 , 1740.0000 , 90.4003 , 471.5447 , 2.2308 , 1.1555 , 0.5984 , 0.6179 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4398 , cls_42 , 50.5800 , 7320.0000 , 303.0042 , 144.7212 , 2.5417 , 1.1439 , 0.4818 , 0.8799 , 50.5800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4399 , cls_42 , 0.9000 , 480.0000 , 37.7678 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4410 , cls_42 , 1.8000 , 1500.0000 , 91.1086 , 833.3333 , 2.7778 , 1.2098 , 0.8493 , 0.3833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4414 , cls_42 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4424 , cls_42 , 1.3500 , 600.0000 , 47.1743 , 444.4444 , 1.2500 , 1.0537 , 0.5756 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4434 , cls_42 , 2.1600 , 900.0000 , 61.4117 , 416.6667 , 1.5000 , 1.0853 , 0.5299 , 0.6458 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4435 , cls_42 , 1.0800 , 600.0000 , 41.8843 , 555.5556 , 1.4286 , 1.0790 , 0.4731 , 0.5556 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4437 , cls_42 , 20.5200 , 6540.0000 , 332.6395 , 318.7135 , 3.5161 , 1.2099 , 0.8230 , 0.7361 , 20.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4438 , cls_42 , 1.4400 , 660.0000 , 49.6605 , 458.3333 , 1.3750 , 1.0665 , 0.5031 , 0.6250 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4451 , cls_42 , 0.7200 , 420.0000 , 32.8177 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4456 , cls_42 , 2.4300 , 840.0000 , 71.0338 , 345.6790 , 1.2727 , 1.0590 , 0.5955 , 0.6975 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4457 , cls_42 , 1.0800 , 600.0000 , 45.1174 , 555.5556 , 1.4286 , 1.0790 , 0.5870 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4458 , cls_42 , 0.6300 , 420.0000 , 34.1790 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4480 , cls_42 , 2.4300 , 840.0000 , 61.0293 , 345.6790 , 1.2727 , 1.0590 , 0.4711 , 0.7160 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4492 , cls_42 , 2.6100 , 1620.0000 , 97.1339 , 620.6897 , 2.4545 , 1.1807 , 0.8004 , 0.5115 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4500 , cls_42 , 4.2300 , 1440.0000 , 92.6691 , 340.4255 , 1.7143 , 1.1051 , 0.5600 , 0.7305 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4512 , cls_42 , 2.7900 , 1200.0000 , 119.6981 , 430.1075 , 1.6667 , 1.1144 , 0.8482 , 0.6075 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4513 , cls_42 , 10.2600 , 3120.0000 , 164.4502 , 304.0936 , 2.3636 , 1.1543 , 0.6989 , 0.7500 , 10.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4519 , cls_42 , 115.0200 , 15900.0000 , 495.0826 , 138.2368 , 3.6806 , 1.1877 , 0.5389 , 0.8862 , 115.0200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4558 , cls_42 , 6.1200 , 1800.0000 , 118.8853 , 294.1176 , 1.7647 , 1.1086 , 0.6028 , 0.7623 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4589 , cls_42 , 0.9000 , 540.0000 , 48.5978 , 600.0000 , 1.2857 , 1.0775 , 0.7453 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4596 , cls_42 , 1.1700 , 540.0000 , 48.2378 , 461.5385 , 1.1250 , 1.0473 , 0.5862 , 0.5897 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4604 , cls_42 , 0.7200 , 480.0000 , 42.5542 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4605 , cls_42 , 0.9000 , 780.0000 , 51.4718 , 866.6667 , 1.8571 , 1.1583 , 0.8232 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4606 , cls_42 , 3.9600 , 1620.0000 , 92.4956 , 409.0909 , 1.9286 , 1.1342 , 0.5690 , 0.6780 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4607 , cls_42 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4608 , cls_42 , 14.8500 , 3540.0000 , 218.9207 , 238.3838 , 2.2692 , 1.1396 , 0.7180 , 0.8000 , 14.8500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4619 , cls_42 , 1.7100 , 660.0000 , 55.2318 , 385.9649 , 1.2222 , 1.0477 , 0.5435 , 0.6579 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4624 , cls_42 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 283.0194 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4629 , cls_42 , 1.5300 , 600.0000 , 48.2628 , 392.1569 , 1.1111 , 1.0400 , 0.4589 , 0.6765 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4632 , cls_42 , 0.8100 , 660.0000 , 53.6476 , 814.8148 , 1.8333 , 1.1347 , 0.7708 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4637 , cls_42 , 10.0800 , 3900.0000 , 205.6944 , 386.9048 , 2.9545 , 1.1948 , 0.8443 , 0.6815 , 10.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4646 , cls_42 , 2.0700 , 900.0000 , 79.3642 , 434.7826 , 1.5000 , 1.0900 , 0.7184 , 0.6232 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4655 , cls_42 , 40.0500 , 8940.0000 , 279.9035 , 223.2210 , 3.4651 , 1.1956 , 0.6172 , 0.8187 , 40.0500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4666 , cls_42 , 1.3500 , 780.0000 , 67.8852 , 577.7778 , 1.6250 , 1.1089 , 0.7753 , 0.5111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 318.9044 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4673 , cls_42 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4674 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4675 , cls_42 , 1.2600 , 600.0000 , 52.2686 , 476.1905 , 1.2500 , 1.0614 , 0.6572 , 0.5952 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4683 , cls_42 , 0.9900 , 840.0000 , 70.6138 , 848.4848 , 2.0000 , 1.1624 , 0.7845 , 0.3333 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 283.0194 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4684 , cls_42 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4711 , cls_42 , 0.7200 , 540.0000 , 40.3237 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4712 , cls_42 , 0.9900 , 600.0000 , 47.4031 , 606.0606 , 1.4286 , 1.0892 , 0.6584 , 0.5152 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4723 , cls_42 , 2.0700 , 840.0000 , 60.1090 , 405.7971 , 1.4000 , 1.0761 , 0.5495 , 0.6667 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4738 , cls_42 , 1.3500 , 840.0000 , 57.0262 , 622.2222 , 1.7500 , 1.1245 , 0.6327 , 0.4889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4746 , cls_42 , 33.7500 , 7620.0000 , 314.3531 , 225.7778 , 3.2564 , 1.1866 , 0.7770 , 0.8129 , 33.7500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4762 , cls_42 , 1.7100 , 1020.0000 , 58.1233 , 596.4912 , 1.8889 , 1.1370 , 0.6278 , 0.5526 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4770 , cls_42 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4771 , cls_42 , 0.9000 , 540.0000 , 43.0216 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4780 , cls_42 , 0.8100 , 360.0000 , 32.1895 , 444.4444 , 1.0000 , 1.0000 , 0.3634 , 0.5926 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4798 , cls_42 , 2.7900 , 900.0000 , 66.1056 , 322.5806 , 1.2500 , 1.0582 , 0.5186 , 0.7419 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4801 , cls_42 , 4.0500 , 1560.0000 , 98.1853 , 385.1852 , 1.8571 , 1.1247 , 0.7047 , 0.6889 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4804 , cls_42 , 0.6300 , 420.0000 , 33.4059 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4805 , cls_42 , 225.7200 , 42000.0000 , 906.9062 , 186.0712 , 6.9307 , 1.2658 , 0.7895 , 0.8474 , 225.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4807 , cls_42 , 0.6300 , 420.0000 , 34.1318 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4822 , cls_42 , 1.2600 , 600.0000 , 49.7240 , 476.1905 , 1.2500 , 1.0614 , 0.6572 , 0.5952 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4828 , cls_42 , 4.7700 , 2280.0000 , 111.6849 , 477.9874 , 2.5333 , 1.1781 , 0.6708 , 0.6006 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4832 , cls_42 , 37.4400 , 5400.0000 , 246.3439 , 144.2308 , 2.1951 , 1.1233 , 0.4623 , 0.8810 , 37.4400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4833 , cls_42 , 0.6300 , 540.0000 , 39.8122 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4838 , cls_42 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4857 , cls_42 , 2.0700 , 1020.0000 , 68.3974 , 492.7536 , 1.7000 , 1.1152 , 0.6043 , 0.5942 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4869 , cls_42 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4870 , cls_42 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4871 , cls_42 , 2.4300 , 1260.0000 , 77.3116 , 518.5185 , 1.9091 , 1.1393 , 0.6757 , 0.5741 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4873 , cls_42 , 0.5400 , 480.0000 , 36.6356 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4879 , cls_42 , 12.6900 , 5460.0000 , 196.6938 , 430.2600 , 3.7917 , 1.2286 , 0.7146 , 0.6466 , 12.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4888 , cls_42 , 0.8100 , 420.0000 , 36.2715 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4890 , cls_42 , 15.3900 , 4980.0000 , 197.3358 , 323.5867 , 3.0741 , 1.1934 , 0.6650 , 0.7368 , 15.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4895 , cls_42 , 1.5300 , 600.0000 , 48.3001 , 392.1569 , 1.1111 , 1.0400 , 0.3634 , 0.6667 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4898 , cls_42 , 2.0700 , 840.0000 , 62.6867 , 405.7971 , 1.4000 , 1.0761 , 0.5495 , 0.6522 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4904 , cls_42 , 1.8900 , 960.0000 , 81.9335 , 507.9365 , 1.6000 , 1.1132 , 0.7943 , 0.5794 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4906 , cls_42 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4913 , cls_42 , 3.1500 , 1620.0000 , 102.5046 , 514.2857 , 2.2500 , 1.1593 , 0.7591 , 0.5810 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4931 , cls_42 , 2.5200 , 960.0000 , 73.3896 , 380.9524 , 1.4545 , 1.0816 , 0.6435 , 0.6726 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4938 , cls_42 , 11.8800 , 3660.0000 , 178.9371 , 308.0808 , 2.6522 , 1.1671 , 0.7025 , 0.7374 , 11.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4944 , cls_42 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4953 , cls_42 , 0.9900 , 540.0000 , 42.9936 , 545.4545 , 1.2857 , 1.0663 , 0.6498 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4957 , cls_42 , 139.0500 , 17940.0000 , 519.3822 , 129.0183 , 3.7848 , 1.1889 , 0.6564 , 0.8926 , 139.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4959 , cls_42 , 1.2600 , 960.0000 , 55.5401 , 761.9048 , 2.0000 , 1.1610 , 0.7078 , 0.4167 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4967 , cls_42 , 3.9600 , 1260.0000 , 88.3763 , 318.1818 , 1.5000 , 1.0868 , 0.6888 , 0.7424 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4973 , cls_42 , 0.7200 , 540.0000 , 42.1325 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4984 , cls_42 , 7.1100 , 1920.0000 , 143.0251 , 270.0422 , 1.7778 , 1.1052 , 0.7414 , 0.7764 , 7.1100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5001 , cls_42 , 6.5700 , 1800.0000 , 108.1341 , 273.9726 , 1.6667 , 1.1015 , 0.5736 , 0.7671 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5002 , cls_42 , 0.7200 , 420.0000 , 36.9061 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5013 , cls_42 , 2.7000 , 1500.0000 , 78.9470 , 555.5556 , 2.2727 , 1.1617 , 0.6396 , 0.5722 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5020 , cls_42 , 2.5200 , 1560.0000 , 91.6946 , 619.0476 , 2.3636 , 1.1774 , 0.8019 , 0.5060 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5025 , cls_42 , 4.1400 , 1200.0000 , 82.1639 , 289.8551 , 1.4286 , 1.0730 , 0.5495 , 0.7572 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5029 , cls_42 , 1.0800 , 540.0000 , 43.5593 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5030 , cls_42 , 6.7500 , 2160.0000 , 134.0029 , 320.0000 , 2.0000 , 1.1316 , 0.7467 , 0.7311 , 6.7500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5040 , cls_42 , 1.1700 , 600.0000 , 46.3889 , 512.8205 , 1.2500 , 1.0698 , 0.6322 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5044 , cls_42 , 3.7800 , 1440.0000 , 94.2866 , 380.9524 , 1.8462 , 1.1169 , 0.7109 , 0.6905 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5052 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5060 , cls_42 , 1.0800 , 540.0000 , 41.7006 , 500.0000 , 1.2857 , 1.0563 , 0.3888 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5072 , cls_42 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5083 , cls_42 , 1.8000 , 900.0000 , 70.6793 , 500.0000 , 1.6667 , 1.1055 , 0.7004 , 0.5833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5095 , cls_42 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5096 , cls_42 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5104 , cls_42 , 4.1400 , 1560.0000 , 127.8018 , 376.8116 , 1.8571 , 1.1224 , 0.8129 , 0.6848 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5109 , cls_42 , 54.5400 , 7860.0000 , 325.6414 , 144.1144 , 2.6200 , 1.1482 , 0.5540 , 0.8784 , 54.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5116 , cls_42 , 3.7800 , 1620.0000 , 100.0213 , 428.5714 , 2.0769 , 1.1393 , 0.7429 , 0.6429 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5119 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5122 , cls_42 , 0.6300 , 540.0000 , 42.2923 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5126 , cls_42 , 0.8100 , 480.0000 , 39.2681 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5127 , cls_42 , 37.2600 , 7500.0000 , 272.6815 , 201.2882 , 3.0488 , 1.1750 , 0.6360 , 0.8337 , 37.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5141 , cls_42 , 1.0800 , 540.0000 , 42.0779 , 500.0000 , 1.2857 , 1.0563 , 0.5225 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5142 , cls_42 , 9.1800 , 2580.0000 , 152.6284 , 281.0458 , 2.0476 , 1.1322 , 0.6832 , 0.7663 , 9.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5145 , cls_42 , 73.8900 , 14280.0000 , 419.3715 , 193.2603 , 4.1034 , 1.2107 , 0.6311 , 0.8406 , 73.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5152 , cls_42 , 0.5400 , 480.0000 , 46.2366 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5155 , cls_42 , 1.3500 , 720.0000 , 57.4695 , 533.3333 , 1.5000 , 1.0921 , 0.6396 , 0.5444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5159 , cls_42 , 1.6200 , 720.0000 , 52.9458 , 444.4444 , 1.3333 , 1.0715 , 0.5593 , 0.6389 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5168 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5175 , cls_42 , 0.7200 , 420.0000 , 35.9030 , 583.3333 , 1.1667 , 1.0480 , 0.6082 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5181 , cls_42 , 0.8100 , 600.0000 , 38.0968 , 740.7407 , 1.6667 , 1.1135 , 0.5416 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5186 , cls_42 , 0.8100 , 660.0000 , 48.6327 , 814.8148 , 1.8333 , 1.1347 , 0.6419 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5190 , cls_42 , 4.3200 , 1500.0000 , 111.2413 , 347.2222 , 1.7857 , 1.1106 , 0.6850 , 0.7014 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5197 , cls_42 , 2.9700 , 1440.0000 , 99.7164 , 484.8485 , 2.0000 , 1.1431 , 0.7980 , 0.6212 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5199 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5201 , cls_42 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5205 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5210 , cls_42 , 0.9000 , 660.0000 , 45.6723 , 733.3333 , 1.5714 , 1.1216 , 0.6817 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5222 , cls_42 , 0.8100 , 480.0000 , 41.0340 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5224 , cls_42 , 5.1300 , 2520.0000 , 209.7921 , 491.2281 , 2.6250 , 1.1887 , 0.8574 , 0.5994 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5225 , cls_42 , 1.7100 , 720.0000 , 53.6231 , 421.0526 , 1.3333 , 1.0656 , 0.6034 , 0.6579 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5244 , cls_42 , 1.8900 , 840.0000 , 57.9380 , 444.4444 , 1.4000 , 1.0860 , 0.5886 , 0.6508 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5254 , cls_42 , 0.6300 , 600.0000 , 41.1241 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5271 , cls_42 , 6.9300 , 2040.0000 , 113.8264 , 294.3723 , 1.8889 , 1.1187 , 0.6300 , 0.7532 , 6.9300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5273 , cls_42 , 7.3800 , 3540.0000 , 145.4754 , 479.6748 , 3.1053 , 1.2107 , 0.6284 , 0.6077 , 7.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5282 , cls_42 , 1.7100 , 960.0000 , 67.6843 , 561.4035 , 1.7778 , 1.1246 , 0.6731 , 0.5351 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5315 , cls_42 , 1.5300 , 540.0000 , 48.8718 , 352.9412 , 1.0000 , 1.0182 , 0.4721 , 0.6765 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5319 , cls_42 , 0.5400 , 540.0000 , 41.7959 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5324 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5330 , cls_42 , 0.4500 , 360.0000 , 32.1688 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5337 , cls_42 , 0.6300 , 420.0000 , 33.6998 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5339 , cls_42 , 0.9900 , 660.0000 , 52.8968 , 666.6667 , 1.5714 , 1.1100 , 0.7845 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5348 , cls_42 , 9.4500 , 3420.0000 , 136.4878 , 361.9048 , 2.7143 , 1.1786 , 0.4453 , 0.7111 , 9.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5350 , cls_42 , 3.7800 , 1620.0000 , 86.7506 , 428.5714 , 2.0769 , 1.1393 , 0.5886 , 0.6468 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5353 , cls_42 , 0.9000 , 540.0000 , 45.2398 , 600.0000 , 1.2857 , 1.0775 , 0.6894 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5354 , cls_42 , 5.0400 , 2400.0000 , 111.8829 , 476.1905 , 2.6667 , 1.1816 , 0.6325 , 0.6220 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5355 , cls_42 , 44.8200 , 8880.0000 , 287.0137 , 198.1258 , 3.2889 , 1.1842 , 0.6029 , 0.8337 , 44.8200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5367 , cls_42 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5373 , cls_42 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5383 , cls_42 , 0.8100 , 660.0000 , 49.4759 , 814.8148 , 1.8333 , 1.1347 , 0.6630 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5387 , cls_42 , 0.7200 , 420.0000 , 33.2471 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5395 , cls_42 , 6.2100 , 1620.0000 , 106.0524 , 260.8696 , 1.5882 , 1.0880 , 0.5448 , 0.7802 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5399 , cls_42 , 4.8600 , 1320.0000 , 91.6662 , 271.6049 , 1.4667 , 1.0748 , 0.5291 , 0.7685 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5406 , cls_42 , 1.5300 , 720.0000 , 53.9460 , 470.5882 , 1.3333 , 1.0779 , 0.5916 , 0.6078 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5416 , cls_42 , 1.6200 , 900.0000 , 60.7298 , 555.5556 , 1.6667 , 1.1176 , 0.6243 , 0.5370 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5422 , cls_42 , 0.6300 , 540.0000 , 43.9738 , 857.1429 , 1.5000 , 1.1214 , 0.7215 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5442 , cls_42 , 1.2600 , 660.0000 , 60.6295 , 523.8095 , 1.3750 , 1.0816 , 0.7558 , 0.5357 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5448 , cls_42 , 1.1700 , 780.0000 , 49.6987 , 666.6667 , 1.6250 , 1.1258 , 0.6817 , 0.4872 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5449 , cls_42 , 1.1700 , 540.0000 , 44.4060 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5451 , cls_42 , 2.7900 , 960.0000 , 74.9496 , 344.0860 , 1.3333 , 1.0708 , 0.6507 , 0.7097 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5452 , cls_42 , 2.0700 , 1500.0000 , 82.4606 , 724.6377 , 2.5000 , 1.1928 , 0.6710 , 0.4348 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5455 , cls_42 , 34.7400 , 6120.0000 , 268.3860 , 176.1658 , 2.5500 , 1.1495 , 0.5838 , 0.8510 , 34.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5462 , cls_42 , 13.9500 , 6060.0000 , 191.7626 , 434.4086 , 4.0400 , 1.2364 , 0.6954 , 0.6505 , 13.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5481 , cls_42 , 4.5900 , 1680.0000 , 103.0089 , 366.0131 , 1.8667 , 1.1254 , 0.6937 , 0.6993 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5506 , cls_42 , 25.7400 , 6780.0000 , 260.0425 , 263.4033 , 3.3235 , 1.1936 , 0.7142 , 0.7826 , 25.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5523 , cls_42 , 1.3500 , 660.0000 , 50.2092 , 488.8889 , 1.3750 , 1.0738 , 0.6327 , 0.6111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5562 , cls_42 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5591 , cls_42 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5600 , cls_42 , 3.2400 , 1500.0000 , 88.3598 , 462.9630 , 2.0833 , 1.1413 , 0.7708 , 0.6343 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5606 , cls_42 , 0.5400 , 420.0000 , 32.0711 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5610 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5615 , cls_42 , 1.3500 , 660.0000 , 49.8613 , 488.8889 , 1.3750 , 1.0738 , 0.6180 , 0.5889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5619 , cls_42 , 0.8100 , 420.0000 , 37.1582 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5637 , cls_42 , 3.7800 , 1680.0000 , 86.8362 , 444.4444 , 2.1538 , 1.1462 , 0.6658 , 0.6389 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5653 , cls_42 , 1.0800 , 780.0000 , 63.7599 , 722.2222 , 1.8571 , 1.1355 , 0.7935 , 0.4444 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5655 , cls_42 , 0.7200 , 660.0000 , 42.1246 , 916.6667 , 1.8333 , 1.1497 , 0.7004 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5661 , cls_42 , 2.4300 , 1680.0000 , 83.7556 , 691.3580 , 2.5455 , 1.1963 , 0.7250 , 0.4938 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5662 , cls_42 , 9.5400 , 1860.0000 , 129.1004 , 194.9686 , 1.4762 , 1.0714 , 0.5885 , 0.8318 , 9.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5663 , cls_42 , 2.0700 , 1320.0000 , 92.3615 , 637.6812 , 2.2000 , 1.1671 , 0.7657 , 0.4855 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5670 , cls_42 , 2.5200 , 1380.0000 , 82.9574 , 547.6190 , 2.0909 , 1.1532 , 0.6435 , 0.5417 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5676 , cls_42 , 0.6300 , 480.0000 , 37.2411 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5699 , cls_42 , 0.5400 , 480.0000 , 31.5312 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5700 , cls_42 , 7.0200 , 2520.0000 , 170.5005 , 358.9744 , 2.3333 , 1.1552 , 0.8279 , 0.7030 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5714 , cls_42 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5719 , cls_42 , 1.0800 , 720.0000 , 62.8815 , 666.6667 , 1.7143 , 1.1183 , 0.7907 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5720 , cls_42 , 1.6200 , 840.0000 , 62.0052 , 518.5185 , 1.5556 , 1.1033 , 0.6860 , 0.5648 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5738 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5747 , cls_42 , 3.4200 , 1020.0000 , 100.2568 , 298.2456 , 1.3077 , 1.0615 , 0.7385 , 0.7237 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5761 , cls_42 , 0.8100 , 540.0000 , 36.9890 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5765 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5768 , cls_42 , 1.0800 , 540.0000 , 42.2363 , 500.0000 , 1.2857 , 1.0563 , 0.5225 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5769 , cls_42 , 2.7000 , 1140.0000 , 95.4603 , 422.2222 , 1.7273 , 1.1079 , 0.8090 , 0.6278 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5774 , cls_42 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5775 , cls_42 , 0.8100 , 600.0000 , 51.8232 , 740.7407 , 1.6667 , 1.1135 , 0.7205 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5778 , cls_42 , 0.4500 , 360.0000 , 24.0000 , 800.0000 , 1.2000 , 1.0699 , 0.3634 , 0.4000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5780 , cls_42 , 1.2600 , 780.0000 , 60.9349 , 619.0476 , 1.6250 , 1.1170 , 0.6927 , 0.4881 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5811 , cls_42 , 0.9900 , 780.0000 , 59.5996 , 787.8788 , 1.8571 , 1.1463 , 0.7940 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5814 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5817 , cls_42 , 1.9800 , 1320.0000 , 148.9588 , 666.6667 , 2.2000 , 1.1723 , 0.9301 , 0.3636 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5904 , cls_42 , 82.9800 , 17100.0000 , 395.2617 , 206.0738 , 4.6721 , 1.2269 , 0.5086 , 0.8351 , 82.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5908 , cls_42 , 7.0200 , 1560.0000 , 112.7370 , 222.2222 , 1.4444 , 1.0693 , 0.6667 , 0.8162 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5909 , cls_42 , 9.9900 , 2940.0000 , 145.5451 , 294.2943 , 2.2273 , 1.1466 , 0.6914 , 0.7492 , 9.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5920 , cls_42 , 17.1900 , 3240.0000 , 183.2730 , 188.4817 , 1.9286 , 1.1111 , 0.5067 , 0.8368 , 17.1900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5925 , cls_42 , 0.4500 , 480.0000 , 33.6384 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5951 , cls_42 , 191.0700 , 34800.0000 , 630.9735 , 182.1322 , 6.2366 , 1.2544 , 0.5920 , 0.8502 , 191.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5958 , cls_42 , 82.1700 , 16080.0000 , 477.2758 , 195.6919 , 4.3934 , 1.2187 , 0.6909 , 0.8399 , 82.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5963 , cls_42 , 11.7900 , 4980.0000 , 188.0632 , 422.3919 , 3.6087 , 1.2206 , 0.7522 , 0.6514 , 11.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5964 , cls_42 , 5.0400 , 2520.0000 , 121.9490 , 500.0000 , 2.8000 , 1.1906 , 0.7806 , 0.5863 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5965 , cls_42 , 11.0700 , 2280.0000 , 134.1453 , 205.9621 , 1.6522 , 1.0927 , 0.4284 , 0.8238 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5966 , cls_42 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5967 , cls_42 , 7.0200 , 2460.0000 , 122.8349 , 350.4274 , 2.2778 , 1.1509 , 0.6349 , 0.7094 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5975 , cls_42 , 0.8100 , 540.0000 , 46.6303 , 666.6667 , 1.5000 , 1.0901 , 0.7135 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5983 , cls_42 , 3.6000 , 1440.0000 , 97.9357 , 400.0000 , 1.8462 , 1.1221 , 0.8041 , 0.6708 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5997 , cls_42 , 4.3200 , 1380.0000 , 95.5223 , 319.4444 , 1.6429 , 1.0950 , 0.6005 , 0.7292 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6000 , cls_42 , 4.2300 , 1260.0000 , 94.3442 , 297.8723 , 1.5000 , 1.0800 , 0.6188 , 0.7482 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6003 , cls_42 , 17.7300 , 5040.0000 , 287.4021 , 284.2640 , 2.8966 , 1.1814 , 0.8268 , 0.7563 , 17.7300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6007 , cls_42 , 61.9200 , 11760.0000 , 348.6769 , 189.9225 , 3.6981 , 1.1977 , 0.6782 , 0.8423 , 61.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6009 , cls_42 , 11.6100 , 2820.0000 , 161.8975 , 242.8941 , 2.0435 , 1.1247 , 0.6460 , 0.7894 , 11.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6013 , cls_42 , 0.9000 , 660.0000 , 54.7342 , 733.3333 , 1.5714 , 1.1216 , 0.7913 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6015 , cls_42 , 2.0700 , 780.0000 , 60.0541 , 376.8116 , 1.3000 , 1.0612 , 0.5495 , 0.6739 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6017 , cls_42 , 3.0600 , 840.0000 , 69.1484 , 274.5098 , 1.1667 , 1.0354 , 0.5136 , 0.7500 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6032 , cls_42 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6042 , cls_42 , 3.1500 , 1260.0000 , 86.5176 , 400.0000 , 1.7500 , 1.1108 , 0.7379 , 0.6667 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6045 , cls_42 , 0.8100 , 540.0000 , 40.8154 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6049 , cls_42 , 66.4200 , 9120.0000 , 398.1825 , 137.3080 , 2.7636 , 1.1535 , 0.6684 , 0.8875 , 66.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6071 , cls_42 , 0.6300 , 660.0000 , 43.8987 , 1047.6190 , 1.8333 , 1.1673 , 0.6572 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6078 , cls_42 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6082 , cls_42 , 79.8300 , 18540.0000 , 482.6829 , 232.2435 , 5.1500 , 1.2423 , 0.7900 , 0.8080 , 79.8300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6090 , cls_42 , 2.5200 , 1620.0000 , 91.1816 , 642.8571 , 2.4545 , 1.1848 , 0.7729 , 0.4940 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6097 , cls_42 , 0.9000 , 480.0000 , 44.0811 , 533.3333 , 1.1429 , 1.0516 , 0.6817 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6114 , cls_42 , 6.9300 , 2760.0000 , 133.8302 , 398.2684 , 2.5556 , 1.1729 , 0.7116 , 0.6840 , 6.9300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6122 , cls_42 , 2.7900 , 960.0000 , 67.0442 , 344.0860 , 1.3333 , 1.0708 , 0.5066 , 0.7204 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6131 , cls_42 , 1.5300 , 1140.0000 , 62.5491 , 745.0980 , 2.1111 , 1.1733 , 0.6452 , 0.4216 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6133 , cls_42 , 0.7200 , 480.0000 , 35.3038 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6135 , cls_42 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6146 , cls_42 , 0.8100 , 480.0000 , 38.9712 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6149 , cls_42 , 0.7200 , 420.0000 , 34.0413 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6156 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6161 , cls_42 , 0.4500 , 480.0000 , 41.8667 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6178 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6185 , cls_42 , 1.0800 , 600.0000 , 48.3183 , 555.5556 , 1.4286 , 1.0790 , 0.7062 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6191 , cls_42 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6196 , cls_42 , 0.5400 , 480.0000 , 39.0531 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6200 , cls_42 , 1.1700 , 540.0000 , 49.8851 , 461.5385 , 1.1250 , 1.0473 , 0.6322 , 0.5897 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6215 , cls_42 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6217 , cls_42 , 9.0000 , 2880.0000 , 188.2735 , 320.0000 , 2.4000 , 1.1535 , 0.8701 , 0.7300 , 9.0000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6220 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6223 , cls_42 , 2.1600 , 780.0000 , 60.5116 , 361.1111 , 1.3000 , 1.0567 , 0.5870 , 0.7014 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6225 , cls_42 , 7.1100 , 3840.0000 , 146.7436 , 540.0844 , 3.5556 , 1.2293 , 0.6857 , 0.5802 , 7.1100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6238 , cls_42 , 1.8000 , 960.0000 , 68.0653 , 533.3333 , 1.7778 , 1.1187 , 0.7004 , 0.5917 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6240 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6251 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6255 , cls_42 , 1.0800 , 720.0000 , 52.3180 , 666.6667 , 1.7143 , 1.1183 , 0.7117 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6269 , cls_42 , 0.7200 , 420.0000 , 32.8177 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6273 , cls_42 , 2.1600 , 1140.0000 , 62.6640 , 527.7778 , 1.9000 , 1.1327 , 0.5814 , 0.5972 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6280 , cls_42 , 2.0700 , 1140.0000 , 66.8933 , 550.7246 , 1.9000 , 1.1376 , 0.5199 , 0.5580 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6281 , cls_42 , 7.5600 , 2340.0000 , 125.7724 , 309.5238 , 2.0526 , 1.1344 , 0.6658 , 0.7440 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6291 , cls_42 , 1.5300 , 900.0000 , 62.2848 , 588.2353 , 1.6667 , 1.1242 , 0.7568 , 0.5098 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6293 , cls_42 , 5.5800 , 1380.0000 , 92.6267 , 247.3118 , 1.4375 , 1.0693 , 0.3927 , 0.7957 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6295 , cls_42 , 2.0700 , 780.0000 , 58.0766 , 376.8116 , 1.3000 , 1.0612 , 0.6043 , 0.6884 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6314 , cls_42 , 3.5100 , 1740.0000 , 100.6357 , 495.7265 , 2.2308 , 1.1610 , 0.6645 , 0.5983 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6338 , cls_42 , 1.7100 , 960.0000 , 90.6049 , 561.4035 , 1.7778 , 1.1246 , 0.8221 , 0.5263 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6345 , cls_42 , 0.8100 , 600.0000 , 49.8736 , 740.7407 , 1.6667 , 1.1135 , 0.7205 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6346 , cls_42 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6348 , cls_42 , 1.9800 , 1020.0000 , 62.2869 , 515.1515 , 1.7000 , 1.1202 , 0.6215 , 0.6136 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6355 , cls_42 , 22.2300 , 7680.0000 , 233.6574 , 345.4791 , 4.0000 , 1.2281 , 0.6911 , 0.7233 , 22.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6357 , cls_42 , 5.5800 , 2220.0000 , 110.8862 , 397.8495 , 2.3125 , 1.1563 , 0.6092 , 0.6801 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6362 , cls_42 , 0.7200 , 420.0000 , 34.4171 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6377 , cls_42 , 0.9900 , 480.0000 , 40.0167 , 484.8485 , 1.1429 , 1.0407 , 0.5623 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6389 , cls_42 , 0.9000 , 600.0000 , 58.7880 , 666.6667 , 1.4286 , 1.1006 , 0.7805 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6402 , cls_42 , 1.3500 , 1020.0000 , 62.3220 , 755.5556 , 2.1250 , 1.1653 , 0.6869 , 0.4111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6403 , cls_42 , 2.7900 , 1020.0000 , 76.9226 , 365.5914 , 1.4167 , 1.0827 , 0.6597 , 0.6882 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6408 , cls_42 , 1.8900 , 1020.0000 , 63.6486 , 539.6825 , 1.7000 , 1.1255 , 0.6658 , 0.5873 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6410 , cls_42 , 3.6000 , 1620.0000 , 98.8199 , 450.0000 , 2.0769 , 1.1445 , 0.6082 , 0.6458 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6420 , cls_42 , 33.7500 , 9540.0000 , 320.5655 , 282.6667 , 4.0769 , 1.2219 , 0.6988 , 0.7631 , 33.7500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6422 , cls_42 , 4.0500 , 1800.0000 , 92.3745 , 444.4444 , 2.1429 , 1.1517 , 0.6817 , 0.6481 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6430 , cls_42 , 3.0600 , 1920.0000 , 100.5386 , 627.4510 , 2.6667 , 1.1955 , 0.8041 , 0.5098 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6433 , cls_42 , 0.7200 , 480.0000 , 41.3524 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6439 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6443 , cls_42 , 10.8000 , 4020.0000 , 214.9097 , 372.2222 , 3.0455 , 1.1929 , 0.7854 , 0.6958 , 10.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6445 , cls_42 , 59.8500 , 13740.0000 , 448.4804 , 229.5739 , 4.4038 , 1.2241 , 0.7930 , 0.8103 , 59.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6449 , cls_42 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6455 , cls_42 , 0.4500 , 360.0000 , 32.1688 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6470 , cls_42 , 15.4800 , 4200.0000 , 191.4028 , 271.3178 , 2.5926 , 1.1643 , 0.6124 , 0.7800 , 15.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6471 , cls_42 , 1.0800 , 540.0000 , 43.6945 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6478 , cls_42 , 0.7200 , 420.0000 , 35.9030 , 583.3333 , 1.1667 , 1.0480 , 0.6082 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6511 , cls_42 , 0.4500 , 360.0000 , 32.1688 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6522 , cls_42 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6531 , cls_42 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6532 , cls_42 , 0.9900 , 660.0000 , 47.8575 , 666.6667 , 1.5714 , 1.1100 , 0.6888 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6533 , cls_42 , 8.0100 , 3180.0000 , 141.5338 , 397.0037 , 2.7895 , 1.1829 , 0.7124 , 0.6667 , 8.0100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6534 , cls_42 , 1.5300 , 840.0000 , 58.7763 , 549.0196 , 1.5556 , 1.1099 , 0.7294 , 0.5392 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6539 , cls_42 , 3.4200 , 1020.0000 , 74.4811 , 298.2456 , 1.3077 , 1.0615 , 0.5561 , 0.7456 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6552 , cls_42 , 0.7200 , 480.0000 , 40.1294 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6554 , cls_42 , 0.9000 , 480.0000 , 38.2744 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6555 , cls_42 , 5.5800 , 2640.0000 , 126.7010 , 473.1183 , 2.7500 , 1.1880 , 0.6778 , 0.6156 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6559 , cls_42 , 0.9000 , 660.0000 , 44.4331 , 733.3333 , 1.5714 , 1.1216 , 0.6021 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6567 , cls_42 , 3.6000 , 1680.0000 , 101.8188 , 466.6667 , 2.1538 , 1.1515 , 0.7695 , 0.6250 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6575 , cls_42 , 3.1500 , 1800.0000 , 92.1483 , 571.4286 , 2.5000 , 1.1796 , 0.6191 , 0.5476 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6595 , cls_42 , 0.9000 , 480.0000 , 37.0094 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6597 , cls_42 , 6.2100 , 1260.0000 , 102.6556 , 202.8986 , 1.2353 , 1.0425 , 0.5146 , 0.8188 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6604 , cls_42 , 4.5000 , 1320.0000 , 95.0309 , 293.3333 , 1.4667 , 1.0825 , 0.5103 , 0.7433 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6605 , cls_42 , 1.8900 , 1260.0000 , 77.3117 , 666.6667 , 2.1000 , 1.1684 , 0.7326 , 0.4603 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6607 , cls_42 , 0.7200 , 420.0000 , 33.5470 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6615 , cls_42 , 1.9800 , 1500.0000 , 69.0219 , 757.5758 , 2.5000 , 1.1982 , 0.6109 , 0.4167 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6616 , cls_42 , 8.6400 , 1800.0000 , 124.2532 , 208.3333 , 1.5000 , 1.0749 , 0.6144 , 0.8229 , 8.6400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6626 , cls_42 , 1.4400 , 1020.0000 , 66.2605 , 708.3333 , 2.1250 , 1.1574 , 0.7247 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6630 , cls_42 , 19.2600 , 8040.0000 , 268.8655 , 417.4455 , 4.4667 , 1.2501 , 0.7482 , 0.6659 , 19.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6652 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6654 , cls_42 , 0.6300 , 540.0000 , 43.7429 , 857.1429 , 1.5000 , 1.1214 , 0.7215 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6660 , cls_42 , 1.4400 , 720.0000 , 59.0421 , 500.0000 , 1.5000 , 1.0847 , 0.7209 , 0.5729 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6661 , cls_42 , 1.4400 , 900.0000 , 55.7492 , 625.0000 , 1.8750 , 1.1313 , 0.6660 , 0.5104 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6662 , cls_42 , 34.2000 , 6420.0000 , 279.6575 , 187.7193 , 2.7436 , 1.1585 , 0.6445 , 0.8404 , 34.2000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6704 , cls_42 , 0.6300 , 540.0000 , 43.7921 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6706 , cls_42 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6707 , cls_42 , 0.4500 , 420.0000 , 31.3192 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6710 , cls_42 , 2.4300 , 1380.0000 , 91.0450 , 567.9012 , 2.0909 , 1.1573 , 0.6757 , 0.5370 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6712 , cls_42 , 12.7800 , 3780.0000 , 203.9195 , 295.7746 , 2.6250 , 1.1653 , 0.7244 , 0.7512 , 12.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6718 , cls_42 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6734 , cls_42 , 3.4200 , 1320.0000 , 84.8079 , 385.9649 , 1.6923 , 1.1109 , 0.6129 , 0.6886 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6749 , cls_42 , 11.4300 , 3000.0000 , 148.5824 , 262.4672 , 2.1739 , 1.1368 , 0.5508 , 0.7861 , 11.4300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6758 , cls_42 , 18.9900 , 5820.0000 , 207.0343 , 306.4771 , 3.2333 , 1.1984 , 0.5802 , 0.7536 , 18.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6767 , cls_42 , 6.6600 , 3780.0000 , 145.4348 , 567.5676 , 3.5000 , 1.2337 , 0.6740 , 0.5518 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6768 , cls_42 , 0.9900 , 900.0000 , 71.1198 , 909.0909 , 2.1429 , 1.1774 , 0.7940 , 0.3182 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6772 , cls_42 , 0.7200 , 420.0000 , 32.8556 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6775 , cls_42 , 0.5400 , 420.0000 , 36.1803 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6779 , cls_42 , 0.6300 , 420.0000 , 39.4421 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6785 , cls_42 , 0.9900 , 600.0000 , 43.9411 , 606.0606 , 1.4286 , 1.0892 , 0.6888 , 0.5303 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6794 , cls_42 , 29.0700 , 7320.0000 , 278.1757 , 251.8060 , 3.3889 , 1.1943 , 0.6896 , 0.7936 , 29.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6807 , cls_42 , 0.9900 , 720.0000 , 51.4514 , 727.2727 , 1.7143 , 1.1289 , 0.6498 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6808 , cls_42 , 2.5200 , 1380.0000 , 85.1473 , 547.6190 , 2.0909 , 1.1532 , 0.7607 , 0.5417 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6819 , cls_42 , 0.7200 , 660.0000 , 53.0883 , 916.6667 , 1.8333 , 1.1497 , 0.7453 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6822 , cls_42 , 20.7000 , 5820.0000 , 225.9023 , 281.1594 , 3.1290 , 1.1899 , 0.6710 , 0.7746 , 20.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6829 , cls_42 , 0.4500 , 480.0000 , 39.8827 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6831 , cls_42 , 2.6100 , 840.0000 , 79.4804 , 321.8391 , 1.2727 , 1.0516 , 0.6817 , 0.7011 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6839 , cls_42 , 11.1600 , 3060.0000 , 151.7998 , 274.1935 , 2.2174 , 1.1426 , 0.6597 , 0.7755 , 11.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6859 , cls_42 , 1.0800 , 600.0000 , 41.4033 , 555.5556 , 1.4286 , 1.0790 , 0.5506 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6860 , cls_42 , 4.6800 , 2160.0000 , 103.0105 , 461.5385 , 2.4000 , 1.1701 , 0.6173 , 0.6218 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6877 , cls_42 , 0.6300 , 600.0000 , 38.3452 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6878 , cls_42 , 0.8100 , 540.0000 , 45.3567 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6880 , cls_42 , 2.3400 , 1020.0000 , 69.1422 , 435.8974 , 1.5455 , 1.1016 , 0.6280 , 0.6410 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6881 , cls_42 , 1.1700 , 780.0000 , 73.1409 , 666.6667 , 1.6250 , 1.1258 , 0.7701 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6897 , cls_42 , 0.5400 , 480.0000 , 39.1655 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6905 , cls_42 , 5.2200 , 2580.0000 , 126.0965 , 494.2529 , 2.6875 , 1.1911 , 0.6344 , 0.5948 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6925 , cls_42 , 1.4400 , 660.0000 , 54.5572 , 458.3333 , 1.3750 , 1.0665 , 0.6660 , 0.6146 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6948 , cls_42 , 0.8100 , 660.0000 , 42.2068 , 814.8148 , 1.8333 , 1.1347 , 0.6630 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6977 , cls_42 , 1.8000 , 1140.0000 , 71.9723 , 633.3333 , 2.1111 , 1.1538 , 0.7664 , 0.5083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6990 , cls_42 , 4.1400 , 1920.0000 , 132.1264 , 463.7681 , 2.2857 , 1.1615 , 0.8001 , 0.6196 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6997 , cls_42 , 1.3500 , 600.0000 , 51.9748 , 444.4444 , 1.2500 , 1.0537 , 0.6396 , 0.6000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7009 , cls_42 , 1.8900 , 1080.0000 , 81.8380 , 571.4286 , 1.8000 , 1.1371 , 0.7943 , 0.5317 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7010 , cls_42 , 1.5300 , 780.0000 , 52.5840 , 509.8039 , 1.4444 , 1.0945 , 0.5671 , 0.5686 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7013 , cls_42 , 6.4800 , 1680.0000 , 101.1904 , 259.2593 , 1.6471 , 1.0904 , 0.4410 , 0.7801 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7015 , cls_42 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7028 , cls_42 , 11.5200 , 3240.0000 , 145.5586 , 281.2500 , 2.3478 , 1.1493 , 0.5895 , 0.7721 , 11.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7033 , cls_42 , 16.9200 , 6060.0000 , 222.7054 , 358.1560 , 3.6071 , 1.2166 , 0.7744 , 0.7092 , 16.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7036 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7042 , cls_42 , 0.7200 , 420.0000 , 34.4171 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7051 , cls_42 , 0.7200 , 480.0000 , 42.5542 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7060 , cls_42 , 15.3000 , 6840.0000 , 265.9834 , 447.0588 , 4.2222 , 1.2471 , 0.7919 , 0.6451 , 15.3000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7066 , cls_42 , 1.7100 , 840.0000 , 56.8738 , 491.2281 , 1.5556 , 1.0972 , 0.6278 , 0.5965 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7070 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7072 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7075 , cls_42 , 12.9600 , 3060.0000 , 158.7905 , 236.1111 , 2.1250 , 1.1281 , 0.5766 , 0.8009 , 12.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7098 , cls_42 , 4.3200 , 1560.0000 , 115.1952 , 361.1111 , 1.8571 , 1.1179 , 0.6944 , 0.6910 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7099 , cls_42 , 9.3600 , 1800.0000 , 133.5549 , 192.3077 , 1.4286 , 1.0674 , 0.6249 , 0.8301 , 9.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7100 , cls_42 , 0.9900 , 600.0000 , 46.5487 , 606.0606 , 1.4286 , 1.0892 , 0.5623 , 0.4697 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7101 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7109 , cls_42 , 1.3500 , 900.0000 , 62.6754 , 666.6667 , 1.8750 , 1.1390 , 0.7191 , 0.4667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7112 , cls_42 , 0.9000 , 480.0000 , 36.5337 , 533.3333 , 1.1429 , 1.0516 , 0.3634 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7119 , cls_42 , 1.0800 , 600.0000 , 46.9687 , 555.5556 , 1.4286 , 1.0790 , 0.6605 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7128 , cls_42 , 1.3500 , 960.0000 , 68.8484 , 711.1111 , 2.0000 , 1.1526 , 0.6707 , 0.4333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7129 , cls_42 , 2.9700 , 1260.0000 , 74.9034 , 424.2424 , 1.7500 , 1.1171 , 0.5798 , 0.6414 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7134 , cls_42 , 13.3200 , 3900.0000 , 229.3869 , 292.7928 , 2.6000 , 1.1666 , 0.8295 , 0.7534 , 13.3200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7147 , cls_42 , 0.6300 , 540.0000 , 45.0936 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7173 , cls_42 , 1.2600 , 720.0000 , 58.7515 , 571.4286 , 1.5000 , 1.1000 , 0.7524 , 0.5238 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7177 , cls_42 , 0.6300 , 540.0000 , 37.5781 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7184 , cls_42 , 46.1700 , 6600.0000 , 292.5698 , 142.9500 , 2.3913 , 1.1360 , 0.5802 , 0.8798 , 46.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7194 , cls_42 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 394.5884 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7211 , cls_42 , 1.0800 , 600.0000 , 51.8743 , 555.5556 , 1.4286 , 1.0790 , 0.7117 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7216 , cls_42 , 1.4400 , 660.0000 , 56.9091 , 458.3333 , 1.3750 , 1.0665 , 0.6156 , 0.5833 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7218 , cls_42 , 8.5500 , 2160.0000 , 121.9604 , 252.6316 , 1.8000 , 1.1080 , 0.5348 , 0.7860 , 8.5500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7225 , cls_42 , 4.2300 , 1320.0000 , 88.1008 , 312.0567 , 1.5714 , 1.0888 , 0.5901 , 0.7340 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7234 , cls_42 , 1.9800 , 1320.0000 , 84.5226 , 666.6667 , 2.2000 , 1.1723 , 0.7955 , 0.4697 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7237 , cls_42 , 4.1400 , 1800.0000 , 133.6196 , 434.7826 , 2.1429 , 1.1493 , 0.8506 , 0.6413 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7255 , cls_42 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7256 , cls_42 , 1.5300 , 720.0000 , 52.3305 , 470.5882 , 1.3333 , 1.0779 , 0.4721 , 0.6078 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7260 , cls_42 , 1.4400 , 1260.0000 , 68.7822 , 875.0000 , 2.6250 , 1.2016 , 0.7247 , 0.3229 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7270 , cls_42 , 0.8100 , 420.0000 , 35.4985 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7275 , cls_42 , 1.8900 , 1020.0000 , 71.1197 , 539.6825 , 1.7000 , 1.1255 , 0.7861 , 0.5635 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7293 , cls_42 , 2.3400 , 1740.0000 , 80.1911 , 743.5897 , 2.6364 , 1.2078 , 0.6322 , 0.4167 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7302 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7304 , cls_42 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7318 , cls_42 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7336 , cls_42 , 11.0700 , 3840.0000 , 173.1407 , 346.8835 , 2.7826 , 1.1825 , 0.7300 , 0.7182 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7341 , cls_42 , 0.9000 , 780.0000 , 60.9475 , 866.6667 , 1.8571 , 1.1583 , 0.7805 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7354 , cls_42 , 0.5400 , 480.0000 , 35.3553 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7355 , cls_42 , 7.3800 , 2640.0000 , 131.6105 , 357.7236 , 2.3158 , 1.1584 , 0.7008 , 0.7033 , 7.3800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7368 , cls_42 , 1.2600 , 720.0000 , 56.3514 , 571.4286 , 1.5000 , 1.1000 , 0.6927 , 0.5119 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7371 , cls_42 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7374 , cls_42 , 0.6300 , 420.0000 , 33.8650 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7379 , cls_42 , 1.2600 , 900.0000 , 70.6072 , 714.2857 , 1.8750 , 1.1473 , 0.7903 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7395 , cls_42 , 1.9800 , 1560.0000 , 94.9929 , 787.8788 , 2.6000 , 1.2061 , 0.8352 , 0.3939 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7401 , cls_42 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7418 , cls_42 , 0.7200 , 660.0000 , 42.4398 , 916.6667 , 1.8333 , 1.1497 , 0.6488 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7420 , cls_42 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7426 , cls_42 , 6.5700 , 2160.0000 , 140.3244 , 328.7671 , 2.0000 , 1.1343 , 0.7604 , 0.7215 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7432 , cls_42 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7440 , cls_42 , 7.5600 , 1920.0000 , 130.0930 , 253.9683 , 1.6842 , 1.0992 , 0.6909 , 0.7917 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7442 , cls_42 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7453 , cls_42 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7454 , cls_42 , 13.4100 , 2340.0000 , 160.2817 , 174.4966 , 1.5600 , 1.0794 , 0.5708 , 0.8535 , 13.4100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7456 , cls_42 , 1.0800 , 480.0000 , 39.8550 , 444.4444 , 1.1429 , 1.0310 , 0.3888 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7461 , cls_42 , 3.2400 , 1140.0000 , 76.1085 , 351.8519 , 1.5833 , 1.0885 , 0.6333 , 0.7083 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7476 , cls_42 , 4.5900 , 2100.0000 , 127.6071 , 457.5163 , 2.3333 , 1.1670 , 0.7971 , 0.6373 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7478 , cls_42 , 0.9900 , 660.0000 , 42.2147 , 666.6667 , 1.5714 , 1.1100 , 0.6215 , 0.5000 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7482 , cls_42 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7483 , cls_42 , 0.8100 , 600.0000 , 40.5900 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7485 , cls_42 , 2.8800 , 1260.0000 , 78.9854 , 437.5000 , 1.7500 , 1.1205 , 0.6082 , 0.6406 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7490 , cls_42 , 5.7600 , 1320.0000 , 98.6942 , 229.1667 , 1.3750 , 1.0581 , 0.5473 , 0.7995 , 5.7600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7493 , cls_42 , 2.5200 , 1200.0000 , 74.7226 , 476.1905 , 1.8182 , 1.1256 , 0.7541 , 0.6190 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7495 , cls_42 , 5.1300 , 1980.0000 , 100.8982 , 385.9649 , 2.0625 , 1.1442 , 0.5968 , 0.6871 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7501 , cls_42 , 2.6100 , 1560.0000 , 82.9548 , 597.7011 , 2.3636 , 1.1733 , 0.7160 , 0.5172 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7505 , cls_42 , 0.4500 , 360.0000 , 32.1688 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7512 , cls_42 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7522 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7530 , cls_42 , 0.6300 , 420.0000 , 35.6333 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7535 , cls_42 , 5.6700 , 1740.0000 , 97.6410 , 306.8783 , 1.8125 , 1.1101 , 0.5109 , 0.7593 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7542 , cls_42 , 0.7200 , 480.0000 , 39.1287 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7545 , cls_42 , 0.4500 , 480.0000 , 38.8161 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7549 , cls_42 , 2.8800 , 1440.0000 , 83.6234 , 500.0000 , 2.0000 , 1.1465 , 0.6156 , 0.5729 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7551 , cls_42 , 3.1500 , 1320.0000 , 80.8704 , 419.0476 , 1.8333 , 1.1198 , 0.5544 , 0.6524 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7555 , cls_42 , 2.9700 , 1260.0000 , 83.1820 , 424.2424 , 1.7500 , 1.1171 , 0.6036 , 0.6465 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7564 , cls_42 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7565 , cls_42 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7567 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7574 , cls_42 , 3.8700 , 1320.0000 , 91.0016 , 341.0853 , 1.5714 , 1.0979 , 0.7368 , 0.7132 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7581 , cls_42 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7590 , cls_42 , 2.0700 , 960.0000 , 64.9295 , 463.7681 , 1.6000 , 1.1030 , 0.6555 , 0.6014 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7591 , cls_42 , 2.1600 , 1080.0000 , 77.4434 , 500.0000 , 1.8000 , 1.1219 , 0.6850 , 0.5764 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7595 , cls_42 , 2.2500 , 1140.0000 , 87.4828 , 506.6667 , 1.9000 , 1.1281 , 0.7551 , 0.5867 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7596 , cls_42 , 1.5300 , 660.0000 , 50.5724 , 431.3725 , 1.2222 , 1.0598 , 0.5671 , 0.6373 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7609 , cls_42 , 0.8100 , 720.0000 , 53.8327 , 888.8889 , 2.0000 , 1.1540 , 0.7796 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7627 , cls_42 , 0.9000 , 600.0000 , 41.4648 , 666.6667 , 1.4286 , 1.1006 , 0.6255 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7646 , cls_42 , 1.2600 , 780.0000 , 54.8324 , 619.0476 , 1.6250 , 1.1170 , 0.6572 , 0.5119 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7662 , cls_42 , 1.4400 , 660.0000 , 47.3845 , 458.3333 , 1.3750 , 1.0665 , 0.4907 , 0.6250 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7671 , cls_42 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7682 , cls_42 , 0.7200 , 420.0000 , 33.5470 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7683 , cls_42 , 1.3500 , 540.0000 , 46.9633 , 400.0000 , 1.1250 , 1.0316 , 0.5225 , 0.6444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7688 , cls_42 , 0.6300 , 480.0000 , 41.6937 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7689 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7693 , cls_42 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7695 , cls_42 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7710 , cls_42 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 408.0441 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7723 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7750 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7751 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7761 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7762 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3 , cls_41 , 5.4000 , 1800.0000 , 101.6468 , 333.3333 , 1.8750 , 1.1213 , 0.6944 , 0.7222 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 11 , cls_41 , 15.6600 , 5820.0000 , 262.5703 , 371.6475 , 3.5926 , 1.2177 , 0.7697 , 0.6973 , 15.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 15 , cls_41 , 10.2600 , 5040.0000 , 261.6978 , 491.2281 , 3.8182 , 1.2374 , 0.8849 , 0.5980 , 10.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 20 , cls_41 , 2.5200 , 1200.0000 , 74.1603 , 476.1905 , 1.8182 , 1.1256 , 0.6039 , 0.6131 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 22 , cls_41 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 25 , cls_41 , 52.4700 , 17940.0000 , 489.4356 , 341.9097 , 6.1020 , 1.2769 , 0.8536 , 0.7187 , 52.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 34 , cls_41 , 3.7800 , 1320.0000 , 99.3064 , 349.2063 , 1.6923 , 1.1004 , 0.7229 , 0.7103 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 36 , cls_41 , 0.9000 , 480.0000 , 41.1698 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 43 , cls_41 , 2.6100 , 1020.0000 , 73.3274 , 390.8046 , 1.5455 , 1.0898 , 0.5851 , 0.6782 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 48 , cls_41 , 11.0700 , 3540.0000 , 174.6090 , 319.7832 , 2.5652 , 1.1685 , 0.6512 , 0.7358 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 50 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 54 , cls_41 , 2.1600 , 900.0000 , 66.5388 , 416.6667 , 1.5000 , 1.0853 , 0.6180 , 0.6389 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 55 , cls_41 , 2.6100 , 1080.0000 , 83.2888 , 413.7931 , 1.6364 , 1.1010 , 0.7522 , 0.6552 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 61 , cls_41 , 0.5400 , 480.0000 , 35.4634 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 63 , cls_41 , 5.4000 , 2520.0000 , 121.1643 , 466.6667 , 2.6250 , 1.1831 , 0.7062 , 0.6361 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 69 , cls_41 , 1.2600 , 720.0000 , 57.4666 , 571.4286 , 1.5000 , 1.1000 , 0.6927 , 0.5238 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 71 , cls_41 , 0.6300 , 720.0000 , 65.5622 , 1142.8571 , 2.0000 , 1.1872 , 0.8796 , 0.1905 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 75 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 331.3608 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 76 , cls_41 , 5.6700 , 2940.0000 , 202.1268 , 518.5185 , 3.0625 , 1.2059 , 0.8851 , 0.5688 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 80 , cls_41 , 24.1200 , 5460.0000 , 210.5312 , 226.3682 , 2.7576 , 1.1650 , 0.6460 , 0.8109 , 24.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 85 , cls_41 , 68.4900 , 16740.0000 , 373.4051 , 244.4152 , 4.9821 , 1.2412 , 0.5692 , 0.8011 , 68.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 87 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 88 , cls_41 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 90 , cls_41 , 4.6800 , 2160.0000 , 118.2704 , 461.5385 , 2.4000 , 1.1701 , 0.6342 , 0.6346 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 92 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 95 , cls_41 , 1.8900 , 1020.0000 , 78.4663 , 539.6825 , 1.7000 , 1.1255 , 0.7243 , 0.5397 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 96 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 101 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 103 , cls_41 , 5.3100 , 2520.0000 , 123.2978 , 474.5763 , 2.6250 , 1.1849 , 0.7238 , 0.6102 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 117 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 119 , cls_41 , 0.9000 , 480.0000 , 37.6863 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 125 , cls_41 , 0.7200 , 600.0000 , 48.1561 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 126 , cls_41 , 1.4400 , 1020.0000 , 68.1892 , 708.3333 , 2.1250 , 1.1574 , 0.7453 , 0.4375 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 128 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 130 , cls_41 , 0.8100 , 660.0000 , 64.9120 , 814.8148 , 1.8333 , 1.1347 , 0.8315 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 133 , cls_41 , 1.3500 , 840.0000 , 52.0180 , 622.2222 , 1.7500 , 1.1245 , 0.7062 , 0.5222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 143 , cls_41 , 4.6800 , 2400.0000 , 149.4585 , 512.8205 , 2.6667 , 1.1897 , 0.8124 , 0.5769 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 154 , cls_41 , 0.8100 , 600.0000 , 47.6384 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 155 , cls_41 , 1.3500 , 1140.0000 , 65.8264 , 844.4444 , 2.3750 , 1.1887 , 0.7419 , 0.3667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 163 , cls_41 , 1.5300 , 1020.0000 , 65.2792 , 666.6667 , 1.8889 , 1.1502 , 0.7768 , 0.4608 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 165 , cls_41 , 8.2800 , 2100.0000 , 116.7784 , 253.6232 , 1.7500 , 1.1062 , 0.5961 , 0.7935 , 8.2800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 166 , cls_41 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 174 , cls_41 , 1.4400 , 960.0000 , 59.0063 , 666.6667 , 2.0000 , 1.1448 , 0.6660 , 0.4896 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 183 , cls_41 , 1.6200 , 1080.0000 , 70.4240 , 666.6667 , 2.0000 , 1.1552 , 0.7453 , 0.4537 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 184 , cls_41 , 1.4400 , 720.0000 , 49.6806 , 500.0000 , 1.5000 , 1.0847 , 0.5473 , 0.6042 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 186 , cls_41 , 0.6300 , 660.0000 , 40.1911 , 1047.6190 , 1.8333 , 1.1673 , 0.6572 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 408.0441 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 194 , cls_41 , 97.8300 , 34920.0000 , 568.5681 , 356.9457 , 8.8182 , 1.3158 , 0.7046 , 0.7144 , 97.8300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 196 , cls_41 , 0.9900 , 480.0000 , 39.6462 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 198 , cls_41 , 0.8100 , 720.0000 , 50.8345 , 888.8889 , 2.0000 , 1.1540 , 0.7796 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 204 , cls_41 , 22.5900 , 5880.0000 , 212.7268 , 260.2922 , 3.0625 , 1.1832 , 0.6335 , 0.7882 , 22.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 212 , cls_41 , 1.8000 , 960.0000 , 63.2215 , 533.3333 , 1.7778 , 1.1187 , 0.5825 , 0.5667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 219 , cls_41 , 0.9900 , 660.0000 , 43.9196 , 666.6667 , 1.5714 , 1.1100 , 0.5881 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 221 , cls_41 , 33.1200 , 11400.0000 , 314.3506 , 344.2029 , 4.8718 , 1.2517 , 0.7591 , 0.7255 , 33.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 230 , cls_41 , 10.6200 , 5880.0000 , 296.7897 , 553.6723 , 4.4545 , 1.2603 , 0.8789 , 0.5593 , 10.6200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 235 , cls_41 , 0.6300 , 480.0000 , 33.5504 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 240 , cls_41 , 1.8000 , 1080.0000 , 74.9768 , 600.0000 , 2.0000 , 1.1428 , 0.7375 , 0.5083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 246 , cls_41 , 10.5300 , 3960.0000 , 185.4206 , 376.0684 , 3.0000 , 1.1929 , 0.8294 , 0.6980 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 248 , cls_41 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 251 , cls_41 , 1.0800 , 780.0000 , 71.1645 , 722.2222 , 1.8571 , 1.1355 , 0.7907 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 252 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 258 , cls_41 , 7.0200 , 2760.0000 , 172.1759 , 393.1624 , 2.5556 , 1.1715 , 0.8472 , 0.6838 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 259 , cls_41 , 1.1700 , 720.0000 , 49.5795 , 615.3846 , 1.5000 , 1.1087 , 0.5963 , 0.5128 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 263 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 264 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 276 , cls_41 , 0.6300 , 540.0000 , 42.2102 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 277 , cls_41 , 1.1700 , 660.0000 , 45.9371 , 564.1026 , 1.3750 , 1.0902 , 0.5963 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 279 , cls_41 , 24.5700 , 6780.0000 , 270.1427 , 275.9463 , 3.3235 , 1.1981 , 0.8048 , 0.7717 , 24.5700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 280 , cls_41 , 19.6200 , 4080.0000 , 229.5972 , 207.9511 , 2.2667 , 1.1369 , 0.7224 , 0.8257 , 19.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 286 , cls_41 , 7.0200 , 2400.0000 , 141.5867 , 341.8803 , 2.2222 , 1.1465 , 0.7578 , 0.7137 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 288 , cls_41 , 0.5400 , 480.0000 , 35.6392 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 296 , cls_41 , 5.9400 , 2340.0000 , 143.7316 , 393.9394 , 2.2941 , 1.1593 , 0.7747 , 0.6742 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 297 , cls_41 , 0.9000 , 480.0000 , 39.6448 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 300 , cls_41 , 3.3300 , 1020.0000 , 74.1059 , 306.3063 , 1.3077 , 1.0643 , 0.5470 , 0.7342 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 303 , cls_41 , 1.0800 , 540.0000 , 42.5327 , 500.0000 , 1.2857 , 1.0563 , 0.6273 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 308 , cls_41 , 3.4200 , 1500.0000 , 117.1024 , 438.5965 , 1.9231 , 1.1354 , 0.8343 , 0.6360 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 309 , cls_41 , 4.2300 , 2160.0000 , 112.2777 , 510.6383 , 2.5714 , 1.1812 , 0.7840 , 0.5922 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 312 , cls_41 , 3.6000 , 1380.0000 , 85.4362 , 383.3333 , 1.7692 , 1.1140 , 0.6282 , 0.6750 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 318 , cls_41 , 0.8100 , 480.0000 , 40.5745 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 321 , cls_41 , 0.8100 , 720.0000 , 45.4278 , 888.8889 , 2.0000 , 1.1540 , 0.6630 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 322 , cls_41 , 2.7900 , 1800.0000 , 134.4733 , 645.1613 , 2.5000 , 1.1936 , 0.8634 , 0.4731 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 325 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 327 , cls_41 , 8.1900 , 3240.0000 , 212.1955 , 395.6044 , 2.7000 , 1.1839 , 0.8072 , 0.6832 , 8.1900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 331 , cls_41 , 2.8800 , 1320.0000 , 96.8267 , 458.3333 , 1.8333 , 1.1295 , 0.7798 , 0.6094 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 340 , cls_41 , 1.8000 , 1320.0000 , 67.6133 , 733.3333 , 2.4444 , 1.1837 , 0.6255 , 0.4417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 350 , cls_41 , 0.9900 , 480.0000 , 39.5030 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 351 , cls_41 , 4.8600 , 2160.0000 , 114.9732 , 444.4444 , 2.4000 , 1.1660 , 0.6283 , 0.6327 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 358 , cls_41 , 0.5400 , 420.0000 , 32.6544 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 374 , cls_41 , 3.4200 , 1380.0000 , 85.1025 , 403.5088 , 1.7692 , 1.1195 , 0.6129 , 0.6623 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 378 , cls_41 , 3.0600 , 1320.0000 , 83.7033 , 431.3725 , 1.8333 , 1.1229 , 0.6169 , 0.6471 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 386 , cls_41 , 1.8900 , 1080.0000 , 69.5608 , 571.4286 , 1.8000 , 1.1371 , 0.6337 , 0.5476 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 411 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 414 , cls_41 , 0.7200 , 540.0000 , 43.4726 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 416 , cls_41 , 5.3100 , 1740.0000 , 96.8020 , 327.6836 , 1.8125 , 1.1168 , 0.5305 , 0.7373 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 418 , cls_41 , 4.0500 , 3000.0000 , 151.3483 , 740.7407 , 3.5714 , 1.2480 , 0.8451 , 0.4519 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 422 , cls_41 , 2.3400 , 1560.0000 , 88.4360 , 666.6667 , 2.3636 , 1.1861 , 0.6587 , 0.4679 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 431 , cls_41 , 2.7900 , 1020.0000 , 72.1161 , 365.5914 , 1.4167 , 1.0827 , 0.6053 , 0.6882 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 435 , cls_41 , 1.4400 , 720.0000 , 53.3910 , 500.0000 , 1.5000 , 1.0847 , 0.6488 , 0.5833 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 439 , cls_41 , 0.9900 , 660.0000 , 53.2784 , 666.6667 , 1.5714 , 1.1100 , 0.6584 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 443 , cls_41 , 8.5500 , 3780.0000 , 229.5937 , 442.1053 , 3.1500 , 1.2066 , 0.8419 , 0.6298 , 8.5500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 444 , cls_41 , 1.0800 , 780.0000 , 57.2785 , 722.2222 , 1.8571 , 1.1355 , 0.7366 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 447 , cls_41 , 10.7100 , 5160.0000 , 174.2756 , 481.7927 , 3.9091 , 1.2369 , 0.7280 , 0.6036 , 10.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 448 , cls_41 , 0.7200 , 420.0000 , 32.8177 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 452 , cls_41 , 11.8800 , 5340.0000 , 272.2941 , 449.4949 , 3.8696 , 1.2318 , 0.9005 , 0.6326 , 11.8800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 464 , cls_41 , 4.3200 , 2040.0000 , 129.9697 , 472.2222 , 2.4286 , 1.1682 , 0.7996 , 0.6181 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 467 , cls_41 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 472 , cls_41 , 7.5600 , 2460.0000 , 121.4240 , 325.3968 , 2.1579 , 1.1433 , 0.5617 , 0.7302 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 477 , cls_41 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 362.4914 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 484 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 485 , cls_41 , 1.8000 , 780.0000 , 65.0485 , 433.3333 , 1.4444 , 1.0763 , 0.6559 , 0.6417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 486 , cls_41 , 0.6300 , 480.0000 , 39.7492 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 493 , cls_41 , 0.4500 , 480.0000 , 38.6316 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 496 , cls_41 , 0.5400 , 480.0000 , 47.1916 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 497 , cls_41 , 0.7200 , 600.0000 , 44.6307 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 498 , cls_41 , 0.9900 , 660.0000 , 48.7171 , 666.6667 , 1.5714 , 1.1100 , 0.6888 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 502 , cls_41 , 1.0800 , 840.0000 , 57.4160 , 777.7778 , 2.0000 , 1.1515 , 0.7649 , 0.3750 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 503 , cls_41 , 2.3400 , 1080.0000 , 72.2561 , 461.5385 , 1.6364 , 1.1130 , 0.6322 , 0.6154 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 511 , cls_41 , 2.2500 , 780.0000 , 58.5577 , 346.6667 , 1.3000 , 1.0524 , 0.5103 , 0.7067 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 514 , cls_41 , 104.9400 , 34380.0000 , 584.9062 , 327.6158 , 8.3043 , 1.3069 , 0.7138 , 0.7363 , 104.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 516 , cls_41 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 256.3201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 518 , cls_41 , 0.6300 , 540.0000 , 39.8097 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 520 , cls_41 , 29.4300 , 11280.0000 , 433.2340 , 383.2824 , 5.0811 , 1.2618 , 0.8757 , 0.6840 , 29.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 526 , cls_41 , 0.6300 , 540.0000 , 39.8122 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 529 , cls_41 , 1.4400 , 660.0000 , 48.5632 , 458.3333 , 1.3750 , 1.0665 , 0.5031 , 0.6250 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 532 , cls_41 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 535 , cls_41 , 0.9000 , 780.0000 , 54.5454 , 866.6667 , 1.8571 , 1.1583 , 0.7551 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 542 , cls_41 , 6.3000 , 3240.0000 , 146.5540 , 514.2857 , 3.1765 , 1.2120 , 0.7942 , 0.6000 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 556 , cls_41 , 32.7600 , 11640.0000 , 334.0560 , 355.3114 , 4.9744 , 1.2561 , 0.7599 , 0.7157 , 32.7600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 561 , cls_41 , 2.4300 , 1560.0000 , 94.2489 , 641.9753 , 2.3636 , 1.1816 , 0.7629 , 0.4938 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 564 , cls_41 , 1.5300 , 900.0000 , 70.7595 , 588.2353 , 1.6667 , 1.1242 , 0.7835 , 0.5098 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 565 , cls_41 , 3.5100 , 1740.0000 , 98.7669 , 495.7265 , 2.2308 , 1.1610 , 0.6180 , 0.5812 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 571 , cls_41 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 593 , cls_41 , 1.4400 , 720.0000 , 62.3810 , 500.0000 , 1.5000 , 1.0847 , 0.7209 , 0.5625 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 595 , cls_41 , 3.9600 , 2100.0000 , 98.2718 , 530.3030 , 2.5000 , 1.1833 , 0.6240 , 0.5871 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 601 , cls_41 , 6.2100 , 2220.0000 , 116.7202 , 357.4879 , 2.1765 , 1.1451 , 0.7254 , 0.7077 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 606 , cls_41 , 0.9900 , 840.0000 , 53.6278 , 848.4848 , 2.0000 , 1.1624 , 0.7845 , 0.3636 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 607 , cls_41 , 1.5300 , 720.0000 , 49.9890 , 470.5882 , 1.3333 , 1.0779 , 0.5190 , 0.6078 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 613 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 616 , cls_41 , 6.3000 , 2820.0000 , 153.0637 , 447.6190 , 2.7647 , 1.1869 , 0.8479 , 0.6286 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 618 , cls_41 , 0.6300 , 540.0000 , 43.2201 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 621 , cls_41 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 625 , cls_41 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 627 , cls_41 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 628 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 632 , cls_41 , 3.0600 , 2340.0000 , 110.4969 , 764.7059 , 3.2500 , 1.2338 , 0.7360 , 0.3873 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 638 , cls_41 , 0.6300 , 480.0000 , 39.6042 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 658 , cls_41 , 0.6300 , 540.0000 , 34.9446 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 660 , cls_41 , 0.9000 , 540.0000 , 49.2485 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 666 , cls_41 , 1.5300 , 1260.0000 , 70.8204 , 823.5294 , 2.3333 , 1.1940 , 0.7453 , 0.3824 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 671 , cls_41 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 673 , cls_41 , 3.5100 , 1920.0000 , 118.8819 , 547.0085 , 2.4615 , 1.1798 , 0.7722 , 0.5684 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 675 , cls_41 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 684 , cls_41 , 0.7200 , 540.0000 , 41.3531 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 690 , cls_41 , 4.8600 , 2100.0000 , 115.7312 , 432.0988 , 2.3333 , 1.1608 , 0.7049 , 0.6543 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 691 , cls_41 , 0.8100 , 480.0000 , 36.4646 , 592.5926 , 1.3333 , 1.0639 , 0.4270 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 692 , cls_41 , 69.3900 , 18900.0000 , 449.6909 , 272.3735 , 5.6250 , 1.2581 , 0.7214 , 0.7776 , 69.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 697 , cls_41 , 0.9000 , 720.0000 , 51.5483 , 800.0000 , 1.7143 , 1.1407 , 0.6894 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 701 , cls_41 , 0.7200 , 420.0000 , 34.3237 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 705 , cls_41 , 13.8600 , 5220.0000 , 184.4948 , 376.6234 , 3.4800 , 1.2119 , 0.7203 , 0.6937 , 13.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 707 , cls_41 , 0.7200 , 480.0000 , 41.1518 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 708 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 715 , cls_41 , 1.0800 , 660.0000 , 49.7721 , 611.1111 , 1.5714 , 1.0996 , 0.6944 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 716 , cls_41 , 1.5300 , 720.0000 , 50.8916 , 470.5882 , 1.3333 , 1.0779 , 0.5671 , 0.6078 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 722 , cls_41 , 6.3900 , 2040.0000 , 128.8193 , 319.2488 , 2.0000 , 1.1269 , 0.7325 , 0.7324 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 733 , cls_41 , 3.8700 , 1380.0000 , 80.8915 , 356.5891 , 1.6429 , 1.1064 , 0.4835 , 0.7093 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 741 , cls_41 , 2.2500 , 1620.0000 , 84.2759 , 720.0000 , 2.7000 , 1.1982 , 0.8011 , 0.4467 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 742 , cls_41 , 0.6300 , 540.0000 , 44.5896 , 857.1429 , 1.5000 , 1.1214 , 0.7215 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 743 , cls_41 , 5.2200 , 2160.0000 , 159.4085 , 413.7931 , 2.2500 , 1.1584 , 0.8468 , 0.6466 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 752 , cls_41 , 146.1600 , 42540.0000 , 750.5656 , 291.0509 , 8.7531 , 1.3064 , 0.7993 , 0.7631 , 146.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 759 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 760 , cls_41 , 0.7200 , 540.0000 , 46.7357 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 762 , cls_41 , 0.9900 , 840.0000 , 62.6151 , 848.4848 , 2.0000 , 1.1624 , 0.7199 , 0.3182 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 771 , cls_41 , 0.9900 , 660.0000 , 57.6351 , 666.6667 , 1.5714 , 1.1100 , 0.7704 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 780 , cls_41 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 794 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 795 , cls_41 , 1.2600 , 900.0000 , 70.9305 , 714.2857 , 1.8750 , 1.1473 , 0.8476 , 0.4286 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 806 , cls_41 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 808 , cls_41 , 2.1600 , 1320.0000 , 97.6616 , 611.1111 , 2.2000 , 1.1621 , 0.8487 , 0.4861 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 826 , cls_41 , 0.7200 , 600.0000 , 45.6201 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 829 , cls_41 , 0.9900 , 480.0000 , 39.7998 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 832 , cls_41 , 0.7200 , 660.0000 , 48.5598 , 916.6667 , 1.8333 , 1.1497 , 0.7736 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 833 , cls_41 , 7.9200 , 3780.0000 , 154.9660 , 477.2727 , 3.3158 , 1.2148 , 0.6685 , 0.6155 , 7.9200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 834 , cls_41 , 6.0300 , 3000.0000 , 142.5172 , 497.5124 , 2.9412 , 1.2029 , 0.7283 , 0.6070 , 6.0300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 838 , cls_41 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 840 , cls_41 , 1.1700 , 840.0000 , 54.1290 , 717.9487 , 1.7500 , 1.1416 , 0.7763 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 846 , cls_41 , 6.9300 , 3000.0000 , 130.1378 , 432.9004 , 2.7778 , 1.1879 , 0.5792 , 0.6407 , 6.9300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 853 , cls_41 , 14.2200 , 6120.0000 , 252.8621 , 430.3797 , 3.9231 , 1.2361 , 0.8125 , 0.6540 , 14.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 854 , cls_41 , 3.0600 , 1440.0000 , 107.5060 , 470.5882 , 2.0000 , 1.1398 , 0.8134 , 0.6029 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 860 , cls_41 , 13.5000 , 6000.0000 , 222.1171 , 444.4444 , 4.0000 , 1.2382 , 0.8171 , 0.6389 , 13.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 861 , cls_41 , 1.8900 , 1080.0000 , 62.3757 , 571.4286 , 1.8000 , 1.1371 , 0.6387 , 0.5556 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 867 , cls_41 , 2.7000 , 1680.0000 , 89.3907 , 622.2222 , 2.5455 , 1.1839 , 0.6944 , 0.4944 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 874 , cls_41 , 1.2600 , 600.0000 , 45.4783 , 476.1905 , 1.2500 , 1.0614 , 0.5652 , 0.6071 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 884 , cls_41 , 1.9800 , 900.0000 , 68.6099 , 454.5455 , 1.5000 , 1.0949 , 0.6704 , 0.6364 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 888 , cls_41 , 2.7000 , 1620.0000 , 83.8272 , 600.0000 , 2.4545 , 1.1768 , 0.6180 , 0.5056 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 889 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 896 , cls_41 , 1.0800 , 720.0000 , 47.3248 , 666.6667 , 1.7143 , 1.1183 , 0.5506 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 934 , cls_41 , 7.2900 , 2940.0000 , 143.6610 , 403.2922 , 2.7222 , 1.1789 , 0.6827 , 0.6564 , 7.2900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 942 , cls_41 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 948 , cls_41 , 0.6300 , 660.0000 , 48.2711 , 1047.6190 , 1.8333 , 1.1673 , 0.8217 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 949 , cls_41 , 22.9500 , 11820.0000 , 353.6617 , 515.0327 , 6.1563 , 1.2948 , 0.8374 , 0.5895 , 22.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 960 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 967 , cls_41 , 12.7800 , 6060.0000 , 215.6832 , 474.1784 , 4.2083 , 1.2456 , 0.7450 , 0.6221 , 12.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 972 , cls_41 , 1.0800 , 720.0000 , 47.6032 , 666.6667 , 1.7143 , 1.1183 , 0.6605 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 982 , cls_41 , 0.9900 , 660.0000 , 55.4625 , 666.6667 , 1.5714 , 1.1100 , 0.7845 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 988 , cls_41 , 3.8700 , 2760.0000 , 148.7710 , 713.1783 , 3.2857 , 1.2376 , 0.8712 , 0.4690 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 990 , cls_41 , 1.0800 , 660.0000 , 47.6948 , 611.1111 , 1.5714 , 1.0996 , 0.6273 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 991 , cls_41 , 4.5900 , 1800.0000 , 107.0021 , 392.1569 , 2.0000 , 1.1383 , 0.5941 , 0.6830 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 992 , cls_41 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 994 , cls_41 , 0.8100 , 480.0000 , 44.3352 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1002 , cls_41 , 1.0800 , 660.0000 , 49.9121 , 611.1111 , 1.5714 , 1.0996 , 0.6605 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1018 , cls_41 , 4.5900 , 2160.0000 , 108.5919 , 470.5882 , 2.4000 , 1.1722 , 0.7586 , 0.6144 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1022 , cls_41 , 0.6300 , 540.0000 , 47.1220 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1040 , cls_41 , 0.9900 , 660.0000 , 64.8679 , 666.6667 , 1.5714 , 1.1100 , 0.7940 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1043 , cls_41 , 143.3700 , 40800.0000 , 688.2945 , 284.5784 , 8.5000 , 1.3022 , 0.7851 , 0.7664 , 143.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1048 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1049 , cls_41 , 3.6000 , 1440.0000 , 94.2927 , 400.0000 , 1.8462 , 1.1221 , 0.6671 , 0.6792 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1055 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1056 , cls_41 , 3.5100 , 1440.0000 , 101.6565 , 410.2564 , 1.8462 , 1.1248 , 0.7316 , 0.6667 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1063 , cls_41 , 1.1700 , 720.0000 , 58.7925 , 615.3846 , 1.5000 , 1.1087 , 0.7566 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 301.4963 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1070 , cls_41 , 0.8100 , 480.0000 , 35.9838 , 592.5926 , 1.3333 , 1.0639 , 0.4270 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1078 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1085 , cls_41 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1088 , cls_41 , 1.4400 , 1080.0000 , 73.4164 , 750.0000 , 2.2500 , 1.1694 , 0.8502 , 0.4167 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1095 , cls_41 , 6.6600 , 2160.0000 , 105.4661 , 324.3243 , 2.0000 , 1.1330 , 0.5336 , 0.7635 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1098 , cls_41 , 0.8100 , 600.0000 , 54.5435 , 740.7407 , 1.6667 , 1.1135 , 0.7796 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1099 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1102 , cls_41 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1104 , cls_41 , 6.2100 , 2880.0000 , 176.0121 , 463.7681 , 2.8235 , 1.1923 , 0.7933 , 0.6159 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1109 , cls_41 , 6.6600 , 2640.0000 , 127.3087 , 396.3964 , 2.4444 , 1.1691 , 0.7212 , 0.6667 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1122 , cls_41 , 2.1600 , 1260.0000 , 95.2936 , 583.3333 , 2.1000 , 1.1528 , 0.7555 , 0.5139 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1127 , cls_41 , 35.3700 , 9420.0000 , 280.9166 , 266.3274 , 3.9250 , 1.2154 , 0.6192 , 0.7833 , 35.3700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1129 , cls_41 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1130 , cls_41 , 10.8000 , 4920.0000 , 175.2764 , 455.5556 , 3.7273 , 1.2278 , 0.7930 , 0.6417 , 10.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1136 , cls_41 , 1.2600 , 540.0000 , 44.0019 , 428.5714 , 1.1250 , 1.0391 , 0.4757 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1140 , cls_41 , 0.8100 , 540.0000 , 42.8204 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1142 , cls_41 , 0.9900 , 780.0000 , 62.2682 , 787.8788 , 1.8571 , 1.1463 , 0.8081 , 0.3333 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1143 , cls_41 , 5.1300 , 2220.0000 , 123.9802 , 432.7485 , 2.3125 , 1.1653 , 0.6774 , 0.6462 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1144 , cls_41 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1150 , cls_41 , 1.8900 , 1200.0000 , 113.5122 , 634.9206 , 2.0000 , 1.1585 , 0.8847 , 0.4683 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1151 , cls_41 , 2.6100 , 1080.0000 , 75.1933 , 413.7931 , 1.6364 , 1.1010 , 0.6307 , 0.6552 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1154 , cls_41 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1162 , cls_41 , 1.4400 , 660.0000 , 52.7972 , 458.3333 , 1.3750 , 1.0665 , 0.6082 , 0.6042 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1164 , cls_41 , 1.1700 , 660.0000 , 47.7330 , 564.1026 , 1.3750 , 1.0902 , 0.5963 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1165 , cls_41 , 0.4500 , 540.0000 , 43.5141 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1166 , cls_41 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1167 , cls_41 , 2.3400 , 1680.0000 , 114.9176 , 717.9487 , 2.5455 , 1.2008 , 0.8889 , 0.4103 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1171 , cls_41 , 2.2500 , 1080.0000 , 74.8310 , 480.0000 , 1.8000 , 1.1173 , 0.6255 , 0.6000 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1178 , cls_41 , 3.8700 , 1980.0000 , 120.7707 , 511.6279 , 2.3571 , 1.1747 , 0.8256 , 0.5775 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1179 , cls_41 , 4.9500 , 2700.0000 , 181.6857 , 545.4545 , 3.0000 , 1.2053 , 0.8599 , 0.5545 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1194 , cls_41 , 8.5500 , 2760.0000 , 136.4227 , 322.8070 , 2.3000 , 1.1512 , 0.6866 , 0.7351 , 8.5500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1201 , cls_41 , 0.7200 , 600.0000 , 44.2157 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1210 , cls_41 , 75.1500 , 23940.0000 , 466.8379 , 318.5629 , 6.8793 , 1.2856 , 0.7063 , 0.7397 , 75.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1215 , cls_41 , 0.9000 , 720.0000 , 53.6058 , 800.0000 , 1.7143 , 1.1407 , 0.7551 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1230 , cls_41 , 0.7200 , 480.0000 , 37.7396 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1232 , cls_41 , 0.6300 , 540.0000 , 40.4380 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1233 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1235 , cls_41 , 0.9900 , 900.0000 , 51.5154 , 909.0909 , 2.1429 , 1.1774 , 0.6584 , 0.3485 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1236 , cls_41 , 1.3500 , 840.0000 , 52.5370 , 622.2222 , 1.7500 , 1.1245 , 0.6869 , 0.5111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1241 , cls_41 , 3.5100 , 1620.0000 , 101.3623 , 461.5385 , 2.0769 , 1.1473 , 0.7832 , 0.6111 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1245 , cls_41 , 0.7200 , 540.0000 , 51.3072 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 375.8989 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1247 , cls_41 , 0.7200 , 540.0000 , 44.1428 , 750.0000 , 1.5000 , 1.1046 , 0.7247 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1248 , cls_41 , 10.1700 , 4560.0000 , 241.9890 , 448.3776 , 3.4545 , 1.2210 , 0.8492 , 0.6490 , 10.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1250 , cls_41 , 3.5100 , 1440.0000 , 85.5432 , 410.2564 , 1.8462 , 1.1248 , 0.6375 , 0.6667 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1252 , cls_41 , 1.4400 , 1020.0000 , 58.7141 , 708.3333 , 2.1250 , 1.1574 , 0.6488 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1253 , cls_41 , 2.1600 , 960.0000 , 71.8973 , 444.4444 , 1.6000 , 1.0983 , 0.7388 , 0.6181 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1280 , cls_41 , 0.5400 , 540.0000 , 36.6811 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1283 , cls_41 , 44.1900 , 13200.0000 , 362.0888 , 298.7101 , 4.8889 , 1.2465 , 0.7171 , 0.7634 , 44.1900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1314 , cls_41 , 0.4500 , 480.0000 , 38.8161 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1316 , cls_41 , 0.7200 , 480.0000 , 40.4605 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1322 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1326 , cls_41 , 1.4400 , 960.0000 , 56.1649 , 666.6667 , 2.0000 , 1.1448 , 0.5926 , 0.4375 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1330 , cls_41 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1333 , cls_41 , 1.3500 , 960.0000 , 53.9913 , 711.1111 , 2.0000 , 1.1526 , 0.6396 , 0.4444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1334 , cls_41 , 2.0700 , 1080.0000 , 66.4326 , 521.7391 , 1.8000 , 1.1267 , 0.7012 , 0.5797 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1337 , cls_41 , 9.4500 , 3720.0000 , 209.9297 , 393.6508 , 2.9524 , 1.1933 , 0.7833 , 0.6778 , 9.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1338 , cls_41 , 4.6800 , 2520.0000 , 126.5005 , 538.4615 , 2.8000 , 1.1988 , 0.7501 , 0.5769 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1345 , cls_41 , 3.9600 , 1860.0000 , 111.0972 , 469.6970 , 2.2143 , 1.1603 , 0.8088 , 0.6023 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1353 , cls_41 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1354 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1358 , cls_41 , 4.3200 , 1380.0000 , 88.4445 , 319.4444 , 1.6429 , 1.0950 , 0.6005 , 0.7257 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1362 , cls_41 , 0.7200 , 540.0000 , 44.7193 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1380 , cls_41 , 31.4100 , 14100.0000 , 514.1304 , 448.9016 , 6.1842 , 1.2906 , 0.8886 , 0.6375 , 31.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1381 , cls_41 , 0.7200 , 480.0000 , 36.9061 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1382 , cls_41 , 1.0800 , 660.0000 , 48.4493 , 611.1111 , 1.5714 , 1.0996 , 0.6273 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1385 , cls_41 , 2.0700 , 1260.0000 , 102.2173 , 608.6957 , 2.1000 , 1.1577 , 0.8536 , 0.4855 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1388 , cls_41 , 0.7200 , 600.0000 , 44.8641 , 833.3333 , 1.6667 , 1.1283 , 0.6817 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1412 , cls_41 , 0.7200 , 540.0000 , 44.8910 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1416 , cls_41 , 0.8100 , 600.0000 , 48.6575 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1421 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1424 , cls_41 , 5.1300 , 2220.0000 , 106.4705 , 432.7485 , 2.3125 , 1.1653 , 0.7351 , 0.6579 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1427 , cls_41 , 3.3300 , 2220.0000 , 106.2088 , 666.6667 , 2.8462 , 1.2136 , 0.7559 , 0.4910 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1432 , cls_41 , 13.9500 , 3660.0000 , 192.9324 , 262.3656 , 2.4400 , 1.1513 , 0.7014 , 0.7828 , 13.9500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1435 , cls_41 , 3.6000 , 1440.0000 , 82.1910 , 400.0000 , 1.8462 , 1.1221 , 0.5926 , 0.6833 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1440 , cls_41 , 11.7900 , 3660.0000 , 172.9696 , 310.4326 , 2.6522 , 1.1679 , 0.7988 , 0.7443 , 11.7900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1441 , cls_41 , 1.8000 , 1020.0000 , 58.8049 , 566.6667 , 1.8889 , 1.1311 , 0.5825 , 0.5500 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1450 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1451 , cls_41 , 9.4500 , 3300.0000 , 171.8583 , 349.2063 , 2.6190 , 1.1723 , 0.8153 , 0.7190 , 9.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1455 , cls_41 , 2.7900 , 960.0000 , 78.0080 , 344.0860 , 1.3333 , 1.0708 , 0.6597 , 0.7043 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1462 , cls_41 , 2.5200 , 900.0000 , 64.1313 , 357.1429 , 1.3636 , 1.0688 , 0.5182 , 0.7024 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1469 , cls_41 , 6.4800 , 1740.0000 , 119.7317 , 268.5185 , 1.7059 , 1.0967 , 0.6541 , 0.7685 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1470 , cls_41 , 5.3100 , 2040.0000 , 105.4874 , 384.1808 , 2.1250 , 1.1460 , 0.6244 , 0.6864 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1486 , cls_41 , 1.1700 , 660.0000 , 47.3873 , 564.1026 , 1.3750 , 1.0902 , 0.5963 , 0.5385 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1493 , cls_41 , 0.8100 , 480.0000 , 40.2769 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1498 , cls_41 , 1.2600 , 720.0000 , 58.1704 , 571.4286 , 1.5000 , 1.1000 , 0.7258 , 0.5119 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1499 , cls_41 , 12.9600 , 5280.0000 , 208.1165 , 407.4074 , 3.6667 , 1.2207 , 0.7637 , 0.6667 , 12.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1518 , cls_41 , 1.9800 , 1440.0000 , 99.3074 , 727.2727 , 2.4000 , 1.1899 , 0.8486 , 0.4394 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1521 , cls_41 , 54.9900 , 19800.0000 , 579.0028 , 360.0655 , 6.6000 , 1.2873 , 0.8893 , 0.7128 , 54.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1527 , cls_41 , 0.7200 , 600.0000 , 52.6397 , 833.3333 , 1.6667 , 1.1283 , 0.7963 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1551 , cls_41 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1564 , cls_41 , 0.9000 , 600.0000 , 52.2654 , 666.6667 , 1.4286 , 1.1006 , 0.7598 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1576 , cls_41 , 1.6200 , 840.0000 , 55.4466 , 518.5185 , 1.5556 , 1.1033 , 0.5593 , 0.5833 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1586 , cls_41 , 1.5300 , 1020.0000 , 58.1208 , 666.6667 , 1.8889 , 1.1502 , 0.6452 , 0.4804 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1587 , cls_41 , 1.3500 , 900.0000 , 70.4217 , 666.6667 , 1.8750 , 1.1390 , 0.7753 , 0.4667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1593 , cls_41 , 2.1600 , 1200.0000 , 66.9066 , 555.5556 , 2.0000 , 1.1430 , 0.6850 , 0.5694 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1600 , cls_41 , 1.1700 , 660.0000 , 52.3269 , 564.1026 , 1.3750 , 1.0902 , 0.7146 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1602 , cls_41 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1604 , cls_41 , 1.0800 , 780.0000 , 51.9572 , 722.2222 , 1.8571 , 1.1355 , 0.5506 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1605 , cls_41 , 3.6000 , 1440.0000 , 96.5888 , 400.0000 , 1.8462 , 1.1221 , 0.7186 , 0.6667 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1616 , cls_41 , 1.6200 , 660.0000 , 55.5500 , 407.4074 , 1.2222 , 1.0536 , 0.5593 , 0.6481 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1626 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1634 , cls_41 , 0.8100 , 780.0000 , 67.1280 , 962.9630 , 2.1667 , 1.1718 , 0.8430 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1646 , cls_41 , 2.4300 , 1200.0000 , 81.6012 , 493.8272 , 1.8182 , 1.1297 , 0.7629 , 0.6049 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1647 , cls_41 , 6.4800 , 3660.0000 , 188.1934 , 564.8148 , 3.5882 , 1.2310 , 0.8662 , 0.5509 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1654 , cls_41 , 0.5400 , 480.0000 , 41.3948 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 361.2478 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1659 , cls_41 , 1.0800 , 900.0000 , 58.5167 , 833.3333 , 2.1429 , 1.1663 , 0.7062 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1664 , cls_41 , 0.5400 , 540.0000 , 52.9083 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1667 , cls_41 , 53.2800 , 17400.0000 , 405.2762 , 326.5766 , 5.9184 , 1.2707 , 0.7043 , 0.7354 , 53.2800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1669 , cls_41 , 1.4400 , 840.0000 , 59.8482 , 583.3333 , 1.7500 , 1.1169 , 0.6866 , 0.5104 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1674 , cls_41 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1690 , cls_41 , 0.9000 , 540.0000 , 44.6335 , 600.0000 , 1.2857 , 1.0775 , 0.7170 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1700 , cls_41 , 28.1700 , 10620.0000 , 295.6583 , 376.9968 , 4.9167 , 1.2566 , 0.7120 , 0.7045 , 28.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1722 , cls_41 , 0.6300 , 480.0000 , 32.7869 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1725 , cls_41 , 2.1600 , 900.0000 , 73.2437 , 416.6667 , 1.5000 , 1.0853 , 0.7117 , 0.6458 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1731 , cls_41 , 0.4500 , 480.0000 , 38.5203 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1737 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1745 , cls_41 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1748 , cls_41 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1773 , cls_41 , 2.6100 , 960.0000 , 66.6993 , 367.8161 , 1.4545 , 1.0778 , 0.5656 , 0.6782 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1775 , cls_41 , 1.9800 , 1440.0000 , 77.4134 , 727.2727 , 2.4000 , 1.1899 , 0.7307 , 0.4470 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1784 , cls_41 , 0.7200 , 540.0000 , 41.6532 , 750.0000 , 1.5000 , 1.1046 , 0.7247 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1786 , cls_41 , 8.9100 , 4080.0000 , 180.8239 , 457.9125 , 3.4000 , 1.2156 , 0.8170 , 0.6414 , 8.9100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1806 , cls_41 , 17.3700 , 6060.0000 , 269.9545 , 348.8774 , 3.6071 , 1.2139 , 0.7584 , 0.7211 , 17.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1809 , cls_41 , 0.7200 , 540.0000 , 39.6270 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1815 , cls_41 , 35.1900 , 15180.0000 , 412.6089 , 431.3725 , 6.3250 , 1.2906 , 0.8271 , 0.6509 , 35.1900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1816 , cls_41 , 5.4900 , 2460.0000 , 112.0735 , 448.0874 , 2.5625 , 1.1768 , 0.6830 , 0.6503 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1819 , cls_41 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1848 , cls_41 , 1.8900 , 1380.0000 , 80.2614 , 730.1587 , 2.3000 , 1.1869 , 0.7326 , 0.4524 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1854 , cls_41 , 1.7100 , 660.0000 , 52.7464 , 385.9649 , 1.2222 , 1.0477 , 0.5348 , 0.6842 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1859 , cls_41 , 0.9000 , 600.0000 , 46.7590 , 666.6667 , 1.4286 , 1.1006 , 0.7170 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1861 , cls_41 , 0.7200 , 480.0000 , 34.5976 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1876 , cls_41 , 25.8300 , 9360.0000 , 323.5310 , 362.3693 , 4.5882 , 1.2451 , 0.8631 , 0.7038 , 25.8300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1878 , cls_41 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1881 , cls_41 , 2.8800 , 1560.0000 , 102.0985 , 541.6667 , 2.1667 , 1.1621 , 0.7603 , 0.5729 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1882 , cls_41 , 27.9900 , 11880.0000 , 355.2590 , 424.4373 , 5.5000 , 1.2751 , 0.8060 , 0.6629 , 27.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1889 , cls_41 , 2.9700 , 1320.0000 , 91.4001 , 444.4444 , 1.8333 , 1.1262 , 0.7374 , 0.6414 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1891 , cls_41 , 0.7200 , 480.0000 , 37.9511 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1893 , cls_41 , 4.8600 , 2520.0000 , 164.9929 , 518.5185 , 2.8000 , 1.1946 , 0.8281 , 0.5833 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1906 , cls_41 , 33.7500 , 15360.0000 , 400.7475 , 455.1111 , 6.5641 , 1.2967 , 0.8138 , 0.6373 , 33.7500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1910 , cls_41 , 0.7200 , 480.0000 , 37.1256 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1917 , cls_41 , 16.7400 , 4860.0000 , 190.0206 , 290.3226 , 2.8929 , 1.1810 , 0.6300 , 0.7625 , 16.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1942 , cls_41 , 2.6100 , 1860.0000 , 110.3586 , 712.6437 , 2.8182 , 1.2079 , 0.8004 , 0.4425 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1954 , cls_41 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1964 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1977 , cls_41 , 3.5100 , 1500.0000 , 80.9472 , 427.3504 , 1.9231 , 1.1326 , 0.5719 , 0.6624 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1980 , cls_41 , 0.9000 , 420.0000 , 36.2331 , 466.6667 , 1.0000 , 1.0223 , 0.4907 , 0.6000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1982 , cls_41 , 2.2500 , 1200.0000 , 94.0855 , 533.3333 , 2.0000 , 1.1383 , 0.8116 , 0.5667 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1983 , cls_41 , 0.7200 , 540.0000 , 36.1676 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1998 , cls_41 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2003 , cls_41 , 1.3500 , 780.0000 , 54.6605 , 577.7778 , 1.6250 , 1.1089 , 0.6707 , 0.5333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2013 , cls_41 , 1.1700 , 840.0000 , 64.2488 , 717.9487 , 1.7500 , 1.1416 , 0.7566 , 0.4231 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2024 , cls_41 , 232.2900 , 64200.0000 , 1083.4194 , 276.3787 , 10.4902 , 1.3212 , 0.8640 , 0.7780 , 232.2900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2033 , cls_41 , 2.5200 , 1800.0000 , 126.6783 , 714.2857 , 2.7273 , 1.2056 , 0.8521 , 0.4048 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2045 , cls_41 , 3.3300 , 1680.0000 , 92.6317 , 504.5045 , 2.1538 , 1.1601 , 0.7212 , 0.5901 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2056 , cls_41 , 13.5900 , 3960.0000 , 160.4342 , 291.3907 , 2.6400 , 1.1672 , 0.5560 , 0.7594 , 13.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2061 , cls_41 , 110.4300 , 34980.0000 , 706.2601 , 316.7617 , 8.2113 , 1.3046 , 0.8000 , 0.7399 , 110.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2066 , cls_41 , 1.8000 , 1200.0000 , 88.1143 , 666.6667 , 2.2222 , 1.1643 , 0.8128 , 0.4750 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2069 , cls_41 , 0.8100 , 480.0000 , 42.0388 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2070 , cls_41 , 0.6300 , 420.0000 , 33.6998 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2076 , cls_41 , 0.7200 , 600.0000 , 51.8859 , 833.3333 , 1.6667 , 1.1283 , 0.7736 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2084 , cls_41 , 4.1400 , 2400.0000 , 98.3781 , 579.7101 , 2.8571 , 1.2034 , 0.6764 , 0.5543 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2086 , cls_41 , 4.1400 , 1860.0000 , 110.1351 , 449.2754 , 2.2143 , 1.1555 , 0.7657 , 0.6341 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2092 , cls_41 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2104 , cls_41 , 5.8500 , 2340.0000 , 130.5946 , 400.0000 , 2.2941 , 1.1609 , 0.7805 , 0.6769 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2110 , cls_41 , 19.0800 , 6180.0000 , 302.6327 , 323.8994 , 3.4333 , 1.2078 , 0.8159 , 0.7335 , 19.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2117 , cls_41 , 0.6300 , 420.0000 , 35.4324 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2121 , cls_41 , 10.1700 , 2460.0000 , 129.0990 , 241.8879 , 1.8636 , 1.1139 , 0.4651 , 0.8024 , 10.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2128 , cls_41 , 0.6300 , 480.0000 , 35.8654 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2130 , cls_41 , 0.7200 , 420.0000 , 33.6163 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2141 , cls_41 , 1.8000 , 900.0000 , 79.5298 , 500.0000 , 1.6667 , 1.1055 , 0.7805 , 0.5667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2152 , cls_41 , 1.0800 , 960.0000 , 57.7543 , 888.8889 , 2.2857 , 1.1802 , 0.7117 , 0.3472 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2155 , cls_41 , 12.3300 , 3840.0000 , 191.8059 , 311.4355 , 2.6667 , 1.1716 , 0.7540 , 0.7372 , 12.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2157 , cls_41 , 0.9900 , 540.0000 , 44.1753 , 545.4545 , 1.2857 , 1.0663 , 0.6584 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2161 , cls_41 , 0.9000 , 540.0000 , 39.1935 , 600.0000 , 1.2857 , 1.0775 , 0.5609 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2167 , cls_41 , 1.0800 , 600.0000 , 48.8403 , 555.5556 , 1.4286 , 1.0790 , 0.6605 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2172 , cls_41 , 0.7200 , 600.0000 , 41.1043 , 833.3333 , 1.6667 , 1.1283 , 0.5926 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2173 , cls_41 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2174 , cls_41 , 0.9000 , 480.0000 , 38.0028 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2178 , cls_41 , 3.9600 , 1620.0000 , 104.0183 , 409.0909 , 1.9286 , 1.1342 , 0.6853 , 0.6591 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2187 , cls_41 , 14.9400 , 5100.0000 , 235.1684 , 341.3655 , 3.2692 , 1.2003 , 0.7499 , 0.7239 , 14.9400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2188 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2191 , cls_41 , 13.3200 , 4620.0000 , 207.3644 , 346.8468 , 3.0800 , 1.1953 , 0.7212 , 0.7162 , 13.3200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2195 , cls_41 , 1.2600 , 780.0000 , 52.6833 , 619.0476 , 1.6250 , 1.1170 , 0.6927 , 0.5238 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2199 , cls_41 , 0.9000 , 720.0000 , 64.0513 , 800.0000 , 1.7143 , 1.1407 , 0.8279 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2202 , cls_41 , 0.8100 , 540.0000 , 38.3595 , 666.6667 , 1.5000 , 1.0901 , 0.4270 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2207 , cls_41 , 0.9900 , 540.0000 , 42.2468 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2209 , cls_41 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2214 , cls_41 , 0.7200 , 540.0000 , 37.9715 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2223 , cls_41 , 0.7200 , 540.0000 , 49.9341 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2226 , cls_41 , 1.4400 , 840.0000 , 63.0616 , 583.3333 , 1.7500 , 1.1169 , 0.7453 , 0.5208 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2232 , cls_41 , 9.0900 , 4140.0000 , 186.9461 , 455.4455 , 3.2857 , 1.2161 , 0.8186 , 0.6304 , 9.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2234 , cls_41 , 1.5300 , 1140.0000 , 72.3059 , 745.0980 , 2.1111 , 1.1733 , 0.7453 , 0.4216 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2239 , cls_41 , 0.6300 , 480.0000 , 38.9131 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2240 , cls_41 , 1.0800 , 600.0000 , 49.5795 , 555.5556 , 1.4286 , 1.0790 , 0.7062 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2249 , cls_41 , 2.3400 , 1200.0000 , 88.3001 , 512.8205 , 1.8182 , 1.1339 , 0.8041 , 0.5641 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2253 , cls_41 , 0.8100 , 540.0000 , 40.0771 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2258 , cls_41 , 0.6300 , 420.0000 , 32.0129 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2272 , cls_41 , 3.1500 , 1740.0000 , 148.8746 , 552.3810 , 2.4167 , 1.1731 , 0.8629 , 0.5286 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2273 , cls_41 , 1.9800 , 780.0000 , 57.7684 , 393.9394 , 1.3000 , 1.0660 , 0.6215 , 0.6667 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2278 , cls_41 , 12.8700 , 7380.0000 , 244.1809 , 573.4266 , 5.1250 , 1.2784 , 0.8136 , 0.5571 , 12.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2279 , cls_41 , 5.6700 , 2880.0000 , 144.2295 , 507.9365 , 3.0000 , 1.2022 , 0.7370 , 0.5926 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2285 , cls_41 , 1.3500 , 1020.0000 , 66.9449 , 755.5556 , 2.1250 , 1.1653 , 0.7613 , 0.4111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2289 , cls_41 , 0.7200 , 480.0000 , 37.9511 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2291 , cls_41 , 0.9900 , 600.0000 , 48.1183 , 606.0606 , 1.4286 , 1.0892 , 0.7199 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2306 , cls_41 , 1.2600 , 960.0000 , 84.4020 , 761.9048 , 2.0000 , 1.1610 , 0.8629 , 0.3690 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2308 , cls_41 , 0.7200 , 420.0000 , 32.8177 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2310 , cls_41 , 0.7200 , 540.0000 , 38.7217 , 750.0000 , 1.5000 , 1.1046 , 0.6082 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2312 , cls_41 , 0.6300 , 480.0000 , 41.5468 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2315 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2322 , cls_41 , 0.9900 , 720.0000 , 60.9438 , 727.2727 , 1.7143 , 1.1289 , 0.7357 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2330 , cls_41 , 1.3500 , 660.0000 , 56.3288 , 488.8889 , 1.3750 , 1.0738 , 0.7191 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2331 , cls_41 , 1.4400 , 780.0000 , 66.9251 , 541.6667 , 1.6250 , 1.1014 , 0.6866 , 0.5521 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2333 , cls_41 , 1.4400 , 960.0000 , 65.6909 , 666.6667 , 2.0000 , 1.1448 , 0.7603 , 0.4583 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2346 , cls_41 , 4.5900 , 1860.0000 , 107.6855 , 405.2288 , 2.0667 , 1.1444 , 0.6753 , 0.6601 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2349 , cls_41 , 0.6300 , 540.0000 , 46.5440 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2353 , cls_41 , 1.2600 , 660.0000 , 50.9027 , 523.8095 , 1.3750 , 1.0816 , 0.6039 , 0.5595 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2358 , cls_41 , 6.4800 , 2700.0000 , 127.9689 , 416.6667 , 2.6471 , 1.1760 , 0.6860 , 0.6620 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2359 , cls_41 , 4.5000 , 2040.0000 , 99.5331 , 453.3333 , 2.2667 , 1.1637 , 0.6463 , 0.6367 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2363 , cls_41 , 0.9000 , 840.0000 , 71.2044 , 933.3333 , 2.0000 , 1.1745 , 0.8408 , 0.2833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2369 , cls_41 , 0.5400 , 480.0000 , 46.2366 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2371 , cls_41 , 0.7200 , 540.0000 , 56.9370 , 750.0000 , 1.5000 , 1.1046 , 0.8078 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2372 , cls_41 , 1.3500 , 1140.0000 , 81.6200 , 844.4444 , 2.3750 , 1.1887 , 0.8164 , 0.3333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2375 , cls_41 , 0.6300 , 540.0000 , 42.2194 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2377 , cls_41 , 2.7000 , 1440.0000 , 92.8462 , 533.3333 , 2.1818 , 1.1537 , 0.6735 , 0.5500 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2386 , cls_41 , 1.9800 , 1740.0000 , 162.3359 , 878.7879 , 2.9000 , 1.2282 , 0.9341 , 0.3712 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2392 , cls_41 , 1.8900 , 900.0000 , 60.7268 , 476.1905 , 1.5000 , 1.1001 , 0.5617 , 0.6032 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2395 , cls_41 , 9.5400 , 4020.0000 , 173.1325 , 421.3836 , 3.1905 , 1.2058 , 0.7735 , 0.6557 , 9.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2396 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2398 , cls_41 , 1.7100 , 960.0000 , 77.8499 , 561.4035 , 1.7778 , 1.1246 , 0.7718 , 0.5439 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2399 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2408 , cls_41 , 14.4000 , 3300.0000 , 169.8494 , 229.1667 , 2.1154 , 1.1308 , 0.5581 , 0.8052 , 14.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2414 , cls_41 , 1.4400 , 780.0000 , 61.0915 , 541.6667 , 1.6250 , 1.1014 , 0.7209 , 0.5313 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2421 , cls_41 , 1.6200 , 1080.0000 , 60.8451 , 666.6667 , 2.0000 , 1.1552 , 0.6048 , 0.4630 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2436 , cls_41 , 3.6000 , 1440.0000 , 88.8073 , 400.0000 , 1.8462 , 1.1221 , 0.7186 , 0.6667 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2439 , cls_41 , 1.4400 , 960.0000 , 71.1447 , 666.6667 , 2.0000 , 1.1448 , 0.7603 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2444 , cls_41 , 8.4600 , 3120.0000 , 188.1307 , 368.7943 , 2.6000 , 1.1739 , 0.8319 , 0.7004 , 8.4600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2446 , cls_41 , 2.7000 , 1380.0000 , 78.7435 , 511.1111 , 2.0909 , 1.1454 , 0.6735 , 0.5889 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2447 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2449 , cls_41 , 0.6300 , 480.0000 , 34.3594 , 761.9048 , 1.3333 , 1.0945 , 0.5048 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2450 , cls_41 , 1.3500 , 780.0000 , 58.3545 , 577.7778 , 1.6250 , 1.1089 , 0.6396 , 0.5333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2453 , cls_41 , 2.2500 , 1200.0000 , 80.0486 , 533.3333 , 2.0000 , 1.1383 , 0.7551 , 0.5667 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2457 , cls_41 , 3.1500 , 1560.0000 , 82.3930 , 495.2381 , 2.1667 , 1.1520 , 0.5796 , 0.6000 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2461 , cls_41 , 0.7200 , 480.0000 , 36.7346 , 666.6667 , 1.3333 , 1.0780 , 0.6082 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2463 , cls_41 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2465 , cls_41 , 15.6600 , 5700.0000 , 259.0976 , 363.9847 , 3.5185 , 1.2142 , 0.7952 , 0.7021 , 15.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2469 , cls_41 , 3.7800 , 1740.0000 , 97.3315 , 460.3175 , 2.2308 , 1.1528 , 0.6996 , 0.6349 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2472 , cls_41 , 0.9900 , 780.0000 , 58.2215 , 787.8788 , 1.8571 , 1.1463 , 0.8081 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2476 , cls_41 , 11.0700 , 3600.0000 , 194.6473 , 325.2033 , 2.6087 , 1.1714 , 0.8138 , 0.7344 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2493 , cls_41 , 4.7700 , 2520.0000 , 115.5850 , 528.3019 , 2.8000 , 1.1967 , 0.7537 , 0.5849 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2495 , cls_41 , 0.8100 , 420.0000 , 35.4985 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2499 , cls_41 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2502 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2506 , cls_41 , 4.5000 , 2760.0000 , 151.0828 , 613.3333 , 3.0667 , 1.2202 , 0.8363 , 0.5167 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2507 , cls_41 , 10.9800 , 4560.0000 , 189.1133 , 415.3005 , 3.3043 , 1.2129 , 0.7345 , 0.6694 , 10.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2508 , cls_41 , 5.0400 , 3000.0000 , 134.1166 , 595.2381 , 3.3333 , 1.2228 , 0.7859 , 0.5357 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2522 , cls_41 , 3.2400 , 1620.0000 , 99.7467 , 500.0000 , 2.2500 , 1.1562 , 0.7135 , 0.5787 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2528 , cls_41 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2532 , cls_41 , 0.9900 , 780.0000 , 58.2151 , 787.8788 , 1.8571 , 1.1463 , 0.7585 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2534 , cls_41 , 9.4500 , 4080.0000 , 231.5534 , 431.7460 , 3.2381 , 1.2094 , 0.8482 , 0.6429 , 9.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2539 , cls_41 , 2.8800 , 1320.0000 , 76.8657 , 458.3333 , 1.8333 , 1.1295 , 0.6156 , 0.6198 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2544 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2551 , cls_41 , 0.9000 , 480.0000 , 40.1869 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2575 , cls_41 , 1.4400 , 720.0000 , 60.9447 , 500.0000 , 1.5000 , 1.0847 , 0.7209 , 0.5729 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2578 , cls_41 , 2.7900 , 1860.0000 , 103.7789 , 666.6667 , 2.5833 , 1.2000 , 0.8246 , 0.4731 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2580 , cls_41 , 3.3300 , 1500.0000 , 111.2720 , 450.4505 , 1.9231 , 1.1383 , 0.8069 , 0.6306 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2583 , cls_41 , 2.1600 , 1020.0000 , 73.1984 , 472.2222 , 1.7000 , 1.1104 , 0.7296 , 0.6250 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2589 , cls_41 , 1.2600 , 840.0000 , 56.6047 , 666.6667 , 1.7500 , 1.1327 , 0.6572 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2594 , cls_41 , 0.5400 , 480.0000 , 44.0957 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2603 , cls_41 , 0.6300 , 540.0000 , 49.4379 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2605 , cls_41 , 6.0300 , 2040.0000 , 147.9816 , 338.3085 , 2.0000 , 1.1328 , 0.7807 , 0.7239 , 6.0300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2615 , cls_41 , 0.9000 , 780.0000 , 54.6803 , 866.6667 , 1.8571 , 1.1583 , 0.7598 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2618 , cls_41 , 14.2200 , 7260.0000 , 297.7755 , 510.5485 , 4.6538 , 1.2649 , 0.8795 , 0.5907 , 14.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2621 , cls_41 , 11.7900 , 4740.0000 , 203.8227 , 402.0356 , 3.4348 , 1.2122 , 0.7657 , 0.6781 , 11.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2626 , cls_41 , 1.1700 , 540.0000 , 42.2659 , 461.5385 , 1.1250 , 1.0473 , 0.4292 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2627 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2629 , cls_41 , 1.6200 , 1200.0000 , 77.9964 , 740.7407 , 2.2222 , 1.1769 , 0.7796 , 0.4259 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2635 , cls_41 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2643 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2646 , cls_41 , 2.3400 , 1800.0000 , 122.3251 , 769.2308 , 2.7273 , 1.2145 , 0.8792 , 0.3974 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2657 , cls_41 , 2.3400 , 1140.0000 , 87.4748 , 487.1795 , 1.7273 , 1.1237 , 0.7352 , 0.5833 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2658 , cls_41 , 0.7200 , 720.0000 , 48.1112 , 1000.0000 , 2.0000 , 1.1693 , 0.6817 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2664 , cls_41 , 1.5300 , 720.0000 , 51.0857 , 470.5882 , 1.3333 , 1.0779 , 0.5190 , 0.6176 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2667 , cls_41 , 0.9900 , 600.0000 , 46.2475 , 606.0606 , 1.4286 , 1.0892 , 0.7199 , 0.5152 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2671 , cls_41 , 1.3500 , 660.0000 , 50.5193 , 488.8889 , 1.3750 , 1.0738 , 0.5342 , 0.6000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2672 , cls_41 , 5.4000 , 1740.0000 , 109.2510 , 322.2222 , 1.8125 , 1.1151 , 0.6496 , 0.7361 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 318.9044 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2680 , cls_41 , 1.4400 , 900.0000 , 55.1541 , 625.0000 , 1.8750 , 1.1313 , 0.6156 , 0.4896 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2682 , cls_41 , 1.7100 , 840.0000 , 60.9358 , 491.2281 , 1.5556 , 1.0972 , 0.6278 , 0.6053 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2683 , cls_41 , 0.8100 , 540.0000 , 51.1416 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2687 , cls_41 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2689 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2696 , cls_41 , 1.8000 , 840.0000 , 66.1115 , 466.6667 , 1.5556 , 1.0915 , 0.7004 , 0.6167 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2698 , cls_41 , 123.9300 , 28860.0000 , 615.9887 , 232.8734 , 6.4133 , 1.2664 , 0.7185 , 0.8120 , 123.9300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2702 , cls_41 , 0.7200 , 480.0000 , 37.7419 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2705 , cls_41 , 1.0800 , 540.0000 , 45.9566 , 500.0000 , 1.2857 , 1.0563 , 0.6180 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2708 , cls_41 , 0.7200 , 660.0000 , 58.2707 , 916.6667 , 1.8333 , 1.1497 , 0.7736 , 0.2500 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2710 , cls_41 , 2.5200 , 1020.0000 , 73.3822 , 404.7619 , 1.5455 , 1.0935 , 0.6927 , 0.6667 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2713 , cls_41 , 3.5100 , 2220.0000 , 111.6457 , 632.4786 , 2.8462 , 1.2075 , 0.7079 , 0.4915 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2722 , cls_41 , 0.8100 , 420.0000 , 34.3573 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2726 , cls_41 , 2.1600 , 1560.0000 , 111.0797 , 722.2222 , 2.6000 , 1.1956 , 0.8003 , 0.4375 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2731 , cls_41 , 1.9800 , 1080.0000 , 63.3332 , 545.4545 , 1.8000 , 1.1317 , 0.6215 , 0.5682 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2737 , cls_41 , 20.5200 , 8820.0000 , 270.6810 , 429.8246 , 4.7419 , 1.2588 , 0.7727 , 0.6586 , 20.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2742 , cls_41 , 1.6200 , 1140.0000 , 84.1811 , 703.7037 , 2.1111 , 1.1663 , 0.8451 , 0.3981 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2751 , cls_41 , 24.3900 , 7920.0000 , 309.1891 , 324.7232 , 4.0000 , 1.2239 , 0.8008 , 0.7417 , 24.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2756 , cls_41 , 14.1300 , 4680.0000 , 274.8304 , 331.2102 , 3.0000 , 1.1915 , 0.8415 , 0.7197 , 14.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2762 , cls_41 , 1.4400 , 1440.0000 , 109.8447 , 1000.0000 , 3.0000 , 1.2295 , 0.8991 , 0.2708 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2763 , cls_41 , 1.4400 , 720.0000 , 50.1790 , 500.0000 , 1.5000 , 1.0847 , 0.5031 , 0.6042 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2780 , cls_41 , 1.0800 , 540.0000 , 46.1714 , 500.0000 , 1.2857 , 1.0563 , 0.6180 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2784 , cls_41 , 0.9900 , 480.0000 , 39.8399 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2785 , cls_41 , 3.9600 , 1800.0000 , 93.6556 , 454.5455 , 2.1429 , 1.1541 , 0.6853 , 0.6439 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2787 , cls_41 , 2.0700 , 1200.0000 , 84.3248 , 579.7101 , 2.0000 , 1.1479 , 0.7847 , 0.5217 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2791 , cls_41 , 1.9800 , 1200.0000 , 74.5547 , 606.0606 , 2.0000 , 1.1530 , 0.7142 , 0.5303 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2793 , cls_41 , 5.1300 , 1860.0000 , 104.9419 , 362.5731 , 1.9375 , 1.1326 , 0.5464 , 0.7018 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2796 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2797 , cls_41 , 3.4200 , 1560.0000 , 102.2391 , 456.1404 , 2.0000 , 1.1429 , 0.7640 , 0.6272 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2805 , cls_41 , 3.0600 , 1560.0000 , 104.3846 , 509.8039 , 2.1667 , 1.1552 , 0.7802 , 0.5882 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2811 , cls_41 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2816 , cls_41 , 3.7800 , 1560.0000 , 96.2008 , 412.6984 , 2.0000 , 1.1321 , 0.6658 , 0.6706 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2822 , cls_41 , 13.8600 , 5700.0000 , 294.0287 , 411.2554 , 3.8000 , 1.2267 , 0.8608 , 0.6591 , 13.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2823 , cls_41 , 8.6400 , 4500.0000 , 214.6224 , 520.8333 , 3.7500 , 1.2362 , 0.8394 , 0.5729 , 8.6400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2827 , cls_41 , 3.4200 , 1860.0000 , 135.4027 , 543.8596 , 2.3846 , 1.1766 , 0.8614 , 0.5526 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2841 , cls_41 , 11.7000 , 3360.0000 , 155.0408 , 287.1795 , 2.4348 , 1.1540 , 0.6068 , 0.7654 , 11.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2842 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2848 , cls_41 , 0.5400 , 540.0000 , 47.0808 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2855 , cls_41 , 1.3500 , 600.0000 , 47.6719 , 444.4444 , 1.2500 , 1.0537 , 0.5225 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2857 , cls_41 , 6.3900 , 3360.0000 , 183.1552 , 525.8216 , 3.2941 , 1.2171 , 0.8452 , 0.5657 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2864 , cls_41 , 0.8100 , 660.0000 , 65.5015 , 814.8148 , 1.8333 , 1.1347 , 0.8237 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2869 , cls_41 , 3.5100 , 1500.0000 , 110.0492 , 427.3504 , 1.9231 , 1.1326 , 0.8174 , 0.6453 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2871 , cls_41 , 1.1700 , 660.0000 , 54.3969 , 564.1026 , 1.3750 , 1.0902 , 0.7286 , 0.5385 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2880 , cls_41 , 5.2200 , 2940.0000 , 135.9355 , 563.2184 , 3.0625 , 1.2151 , 0.7255 , 0.5776 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2881 , cls_41 , 1.8000 , 960.0000 , 70.7303 , 533.3333 , 1.7778 , 1.1187 , 0.6559 , 0.5667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2897 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2905 , cls_41 , 0.7200 , 540.0000 , 41.1795 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2917 , cls_41 , 5.2200 , 2160.0000 , 128.0331 , 413.7931 , 2.2500 , 1.1584 , 0.7748 , 0.6523 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2924 , cls_41 , 2.2500 , 1200.0000 , 93.0452 , 533.3333 , 2.0000 , 1.1383 , 0.8116 , 0.5467 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2930 , cls_41 , 1.1700 , 540.0000 , 43.1121 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2946 , cls_41 , 10.8000 , 4500.0000 , 187.3426 , 416.6667 , 3.4091 , 1.2124 , 0.7366 , 0.6556 , 10.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2961 , cls_41 , 14.8500 , 5520.0000 , 217.7215 , 371.7172 , 3.5385 , 1.2142 , 0.7974 , 0.6960 , 14.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2969 , cls_41 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2974 , cls_41 , 0.5400 , 600.0000 , 47.6942 , 1111.1111 , 2.0000 , 1.1661 , 0.7753 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2975 , cls_41 , 1.0800 , 660.0000 , 57.2612 , 611.1111 , 1.5714 , 1.0996 , 0.7907 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2981 , cls_41 , 27.6300 , 6300.0000 , 245.2221 , 228.0130 , 2.9167 , 1.1752 , 0.6216 , 0.8138 , 27.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2984 , cls_41 , 0.9900 , 480.0000 , 39.6518 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2985 , cls_41 , 0.6300 , 420.0000 , 32.0129 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2986 , cls_41 , 0.6300 , 540.0000 , 47.7623 , 857.1429 , 1.5000 , 1.1214 , 0.7591 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2987 , cls_41 , 1.0800 , 960.0000 , 78.4947 , 888.8889 , 2.2857 , 1.1802 , 0.8425 , 0.3194 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2991 , cls_41 , 4.6800 , 2760.0000 , 131.0663 , 589.7436 , 3.0667 , 1.2157 , 0.6817 , 0.5385 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2993 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2995 , cls_41 , 14.4000 , 6360.0000 , 259.4674 , 441.6667 , 4.0769 , 1.2412 , 0.8309 , 0.6427 , 14.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3002 , cls_41 , 3.7800 , 1560.0000 , 91.8299 , 412.6984 , 2.0000 , 1.1321 , 0.7285 , 0.6667 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3005 , cls_41 , 2.3400 , 1620.0000 , 89.3080 , 692.3077 , 2.4545 , 1.1936 , 0.7891 , 0.4679 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3009 , cls_41 , 8.9100 , 5160.0000 , 202.3168 , 579.1246 , 4.3000 , 1.2568 , 0.8543 , 0.5438 , 8.9100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3015 , cls_41 , 1.4400 , 1020.0000 , 73.5485 , 708.3333 , 2.1250 , 1.1574 , 0.7711 , 0.4375 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3018 , cls_41 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3040 , cls_41 , 2.9700 , 1200.0000 , 78.3765 , 404.0404 , 1.6667 , 1.1076 , 0.6145 , 0.6667 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3067 , cls_41 , 1.1700 , 540.0000 , 42.1438 , 461.5385 , 1.1250 , 1.0473 , 0.4292 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3068 , cls_41 , 2.5200 , 1200.0000 , 83.6661 , 476.1905 , 1.8182 , 1.1256 , 0.6927 , 0.6190 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3081 , cls_41 , 2.7000 , 1380.0000 , 105.5792 , 511.1111 , 2.0909 , 1.1454 , 0.7740 , 0.5833 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3088 , cls_41 , 1.2600 , 900.0000 , 73.7199 , 714.2857 , 1.8750 , 1.1473 , 0.8019 , 0.3929 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3093 , cls_41 , 0.6300 , 540.0000 , 38.2618 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3104 , cls_41 , 1.0800 , 660.0000 , 43.8606 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3105 , cls_41 , 0.9000 , 600.0000 , 47.4789 , 666.6667 , 1.4286 , 1.1006 , 0.6817 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3108 , cls_41 , 5.9400 , 2760.0000 , 151.1558 , 464.6465 , 2.7059 , 1.1893 , 0.7925 , 0.5934 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3116 , cls_41 , 2.0700 , 1080.0000 , 71.1034 , 521.7391 , 1.8000 , 1.1267 , 0.6339 , 0.5725 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3117 , cls_41 , 0.7200 , 420.0000 , 33.5470 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3120 , cls_41 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3121 , cls_41 , 1.0800 , 720.0000 , 52.8111 , 666.6667 , 1.7143 , 1.1183 , 0.7062 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3127 , cls_41 , 7.5600 , 3660.0000 , 179.5715 , 484.1270 , 3.2105 , 1.2141 , 0.7634 , 0.6071 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3129 , cls_41 , 0.7200 , 480.0000 , 47.8869 , 666.6667 , 1.3333 , 1.0780 , 0.7453 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3133 , cls_41 , 19.1700 , 6660.0000 , 225.3769 , 347.4178 , 3.7000 , 1.2196 , 0.5847 , 0.7167 , 19.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3136 , cls_41 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3140 , cls_41 , 2.3400 , 1140.0000 , 98.9100 , 487.1795 , 1.7273 , 1.1237 , 0.7891 , 0.5897 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3148 , cls_41 , 1.5300 , 1200.0000 , 72.8336 , 784.3137 , 2.2222 , 1.1839 , 0.6670 , 0.4118 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3158 , cls_41 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3173 , cls_41 , 0.6300 , 480.0000 , 35.6654 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3178 , cls_41 , 0.5400 , 480.0000 , 33.6542 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3183 , cls_41 , 0.9900 , 660.0000 , 44.8038 , 666.6667 , 1.5714 , 1.1100 , 0.5881 , 0.4697 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3188 , cls_41 , 1.1700 , 840.0000 , 51.4336 , 717.9487 , 1.7500 , 1.1416 , 0.7146 , 0.4487 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3190 , cls_41 , 14.4900 , 5460.0000 , 205.2148 , 376.8116 , 3.5000 , 1.2149 , 0.7320 , 0.6946 , 14.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3199 , cls_41 , 2.3400 , 1020.0000 , 74.1711 , 435.8974 , 1.5455 , 1.1016 , 0.6105 , 0.6282 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3202 , cls_41 , 1.8900 , 840.0000 , 63.0804 , 444.4444 , 1.4000 , 1.0860 , 0.6658 , 0.6190 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3205 , cls_41 , 2.3400 , 1500.0000 , 110.4943 , 641.0256 , 2.2727 , 1.1783 , 0.7584 , 0.4936 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3206 , cls_41 , 0.5400 , 600.0000 , 39.2951 , 1111.1111 , 2.0000 , 1.1661 , 0.6180 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3221 , cls_41 , 8.9100 , 3060.0000 , 180.3960 , 343.4343 , 2.5500 , 1.1651 , 0.6918 , 0.7155 , 8.9100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3223 , cls_41 , 1.0800 , 600.0000 , 48.7525 , 555.5556 , 1.4286 , 1.0790 , 0.6273 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3235 , cls_41 , 0.4500 , 480.0000 , 38.5203 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3246 , cls_41 , 10.3500 , 3420.0000 , 145.5419 , 330.4348 , 2.5909 , 1.1693 , 0.6710 , 0.7362 , 10.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3276 , cls_41 , 3.4200 , 1980.0000 , 175.9726 , 578.9474 , 2.5385 , 1.1886 , 0.8930 , 0.5351 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3279 , cls_41 , 0.7200 , 480.0000 , 36.3494 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3299 , cls_41 , 22.8600 , 8640.0000 , 313.9285 , 377.9528 , 4.5000 , 1.2444 , 0.8415 , 0.6844 , 22.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3309 , cls_41 , 165.3300 , 54120.0000 , 783.0477 , 327.3453 , 10.4884 , 1.3287 , 0.7502 , 0.7343 , 165.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3313 , cls_41 , 0.9000 , 660.0000 , 49.4362 , 733.3333 , 1.5714 , 1.1216 , 0.7805 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3341 , cls_41 , 7.1100 , 2460.0000 , 139.7266 , 345.9916 , 2.2778 , 1.1496 , 0.7394 , 0.7131 , 7.1100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3344 , cls_41 , 0.9000 , 540.0000 , 44.8947 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3346 , cls_41 , 2.9700 , 1320.0000 , 89.7523 , 444.4444 , 1.8333 , 1.1262 , 0.6910 , 0.6313 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3355 , cls_41 , 4.1400 , 1740.0000 , 121.0845 , 420.2899 , 2.0714 , 1.1429 , 0.7497 , 0.6377 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3367 , cls_41 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3372 , cls_41 , 17.3700 , 5040.0000 , 197.9171 , 290.1554 , 3.0000 , 1.1834 , 0.6142 , 0.7591 , 17.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3375 , cls_41 , 8.8200 , 2760.0000 , 147.3243 , 312.9252 , 2.3000 , 1.1481 , 0.7057 , 0.7262 , 8.8200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3384 , cls_41 , 3.8700 , 1620.0000 , 94.8791 , 418.6047 , 1.9286 , 1.1367 , 0.7329 , 0.6550 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3386 , cls_41 , 25.7400 , 9180.0000 , 338.9556 , 356.6434 , 4.5000 , 1.2423 , 0.7884 , 0.7191 , 25.7400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3403 , cls_41 , 5.6700 , 2160.0000 , 151.6322 , 380.9524 , 2.2500 , 1.1496 , 0.7938 , 0.6878 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3411 , cls_41 , 5.4000 , 2340.0000 , 152.0523 , 433.3333 , 2.4375 , 1.1695 , 0.8137 , 0.6417 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3421 , cls_41 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3424 , cls_41 , 0.4500 , 480.0000 , 41.4290 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3427 , cls_41 , 6.2100 , 2820.0000 , 171.4567 , 454.1063 , 2.7647 , 1.1885 , 0.8445 , 0.6304 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3447 , cls_41 , 1.1700 , 720.0000 , 59.9025 , 615.3846 , 1.5000 , 1.1087 , 0.7566 , 0.4872 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3453 , cls_41 , 1.6200 , 1140.0000 , 98.2173 , 703.7037 , 2.1111 , 1.1663 , 0.8585 , 0.4074 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3456 , cls_41 , 0.9000 , 660.0000 , 53.4805 , 733.3333 , 1.5714 , 1.1216 , 0.7551 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3465 , cls_41 , 1.9800 , 1320.0000 , 77.8271 , 666.6667 , 2.2000 , 1.1723 , 0.7845 , 0.5000 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3490 , cls_41 , 7.7400 , 3420.0000 , 155.2166 , 441.8605 , 3.0000 , 1.1995 , 0.7095 , 0.6492 , 7.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3496 , cls_41 , 4.5900 , 1740.0000 , 103.4378 , 379.0850 , 1.9333 , 1.1320 , 0.6490 , 0.6797 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3505 , cls_41 , 0.5400 , 480.0000 , 37.6942 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3513 , cls_41 , 0.9900 , 480.0000 , 39.5779 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3516 , cls_41 , 1.1700 , 900.0000 , 97.2042 , 769.2308 , 1.8750 , 1.1564 , 0.9043 , 0.2949 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3522 , cls_41 , 3.4200 , 1440.0000 , 90.5233 , 421.0526 , 1.8462 , 1.1276 , 0.6468 , 0.6447 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3530 , cls_41 , 27.9000 , 12420.0000 , 359.3150 , 445.1613 , 5.7500 , 1.2825 , 0.8383 , 0.6446 , 27.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3534 , cls_41 , 4.8600 , 1680.0000 , 90.1532 , 345.6790 , 1.8667 , 1.1195 , 0.5955 , 0.7222 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3540 , cls_41 , 1.8000 , 1260.0000 , 79.4328 , 700.0000 , 2.3333 , 1.1742 , 0.7746 , 0.4333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3544 , cls_41 , 10.4400 , 5640.0000 , 201.6117 , 540.2299 , 4.2727 , 1.2550 , 0.7782 , 0.5776 , 10.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3546 , cls_41 , 9.9000 , 4200.0000 , 204.4492 , 424.2424 , 3.3333 , 1.2095 , 0.8236 , 0.6636 , 9.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3560 , cls_41 , 1.1700 , 540.0000 , 43.5213 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6026 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3561 , cls_41 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3564 , cls_41 , 0.9000 , 540.0000 , 43.4220 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3571 , cls_41 , 3.6000 , 1020.0000 , 77.9590 , 283.3333 , 1.3077 , 1.0564 , 0.5647 , 0.7667 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3576 , cls_41 , 0.4500 , 360.0000 , 32.1688 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3586 , cls_41 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3587 , cls_41 , 11.7000 , 6480.0000 , 208.1255 , 553.8462 , 4.6957 , 1.2665 , 0.7913 , 0.5718 , 11.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3591 , cls_41 , 1.0800 , 780.0000 , 58.4202 , 722.2222 , 1.8571 , 1.1355 , 0.7062 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3606 , cls_41 , 8.4600 , 2820.0000 , 158.8162 , 333.3333 , 2.3500 , 1.1561 , 0.7649 , 0.7234 , 8.4600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3616 , cls_41 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3632 , cls_41 , 5.6700 , 1680.0000 , 110.0268 , 296.2963 , 1.7500 , 1.1037 , 0.6370 , 0.7460 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3638 , cls_41 , 1.1700 , 960.0000 , 67.9814 , 820.5128 , 2.0000 , 1.1702 , 0.7146 , 0.3590 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3640 , cls_41 , 16.2000 , 5280.0000 , 279.3500 , 325.9259 , 3.2593 , 1.1980 , 0.8707 , 0.7278 , 16.2000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3650 , cls_41 , 1.0800 , 480.0000 , 40.5020 , 444.4444 , 1.1429 , 1.0310 , 0.3888 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3654 , cls_41 , 3.0600 , 1740.0000 , 128.0002 , 568.6275 , 2.4167 , 1.1764 , 0.8617 , 0.5490 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3656 , cls_41 , 1.4400 , 660.0000 , 52.6746 , 458.3333 , 1.3750 , 1.0665 , 0.6660 , 0.6250 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3660 , cls_41 , 0.9000 , 540.0000 , 44.3597 , 600.0000 , 1.2857 , 1.0775 , 0.7170 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3665 , cls_41 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3678 , cls_41 , 0.6300 , 420.0000 , 32.7472 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3679 , cls_41 , 1.2600 , 960.0000 , 51.3398 , 761.9048 , 2.0000 , 1.1610 , 0.4757 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3680 , cls_41 , 12.4200 , 5700.0000 , 204.4832 , 458.9372 , 3.9583 , 1.2382 , 0.7933 , 0.6292 , 12.4200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3681 , cls_41 , 1.7100 , 1080.0000 , 73.6051 , 631.5789 , 2.0000 , 1.1488 , 0.6976 , 0.4825 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3686 , cls_41 , 1.3500 , 720.0000 , 57.4507 , 533.3333 , 1.5000 , 1.0921 , 0.7419 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3710 , cls_41 , 0.8100 , 600.0000 , 48.4359 , 740.7407 , 1.6667 , 1.1135 , 0.7708 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3712 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3743 , cls_41 , 1.7100 , 1080.0000 , 111.4999 , 631.5789 , 2.0000 , 1.1488 , 0.8641 , 0.4123 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3744 , cls_41 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3746 , cls_41 , 2.7900 , 1020.0000 , 85.6630 , 365.5914 , 1.4167 , 1.0827 , 0.6842 , 0.6720 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3759 , cls_41 , 2.9700 , 1500.0000 , 96.4430 , 505.0505 , 2.0833 , 1.1510 , 0.7254 , 0.5909 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3773 , cls_41 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3784 , cls_41 , 5.4000 , 2220.0000 , 146.9442 , 411.1111 , 2.3125 , 1.1598 , 0.8036 , 0.6639 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3802 , cls_41 , 17.3700 , 5220.0000 , 223.6171 , 300.5181 , 3.1071 , 1.1892 , 0.7377 , 0.7522 , 17.3700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3803 , cls_41 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3809 , cls_41 , 0.7200 , 420.0000 , 34.4171 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3812 , cls_41 , 4.7700 , 3300.0000 , 191.6651 , 691.8239 , 3.6667 , 1.2467 , 0.8746 , 0.4277 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3815 , cls_41 , 8.0100 , 2280.0000 , 117.3577 , 284.6442 , 2.0000 , 1.1240 , 0.5787 , 0.7659 , 8.0100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3822 , cls_41 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3840 , cls_41 , 0.7200 , 420.0000 , 36.9061 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3841 , cls_41 , 2.7900 , 1800.0000 , 105.4692 , 645.1613 , 2.5000 , 1.1936 , 0.6842 , 0.4892 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3847 , cls_41 , 96.4800 , 31740.0000 , 645.4884 , 328.9801 , 8.0152 , 1.3032 , 0.8149 , 0.7327 , 96.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3859 , cls_41 , 19.7100 , 7320.0000 , 252.6181 , 371.3851 , 4.0667 , 1.2323 , 0.7976 , 0.7009 , 19.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3861 , cls_41 , 4.8600 , 1980.0000 , 107.0399 , 407.4074 , 2.2000 , 1.1499 , 0.7621 , 0.6574 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3864 , cls_41 , 0.8100 , 420.0000 , 34.8518 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3873 , cls_41 , 2.8800 , 1920.0000 , 107.0257 , 666.6667 , 2.6667 , 1.2025 , 0.7190 , 0.4688 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3877 , cls_41 , 0.9000 , 540.0000 , 41.4714 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3880 , cls_41 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3885 , cls_41 , 0.8100 , 480.0000 , 44.3352 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3904 , cls_41 , 1.7100 , 960.0000 , 59.2007 , 561.4035 , 1.7778 , 1.1246 , 0.5435 , 0.5614 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3910 , cls_41 , 3.4200 , 1560.0000 , 103.1236 , 456.1404 , 2.0000 , 1.1429 , 0.7718 , 0.6009 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3914 , cls_41 , 0.6300 , 540.0000 , 37.0513 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3915 , cls_41 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3916 , cls_41 , 14.3100 , 7140.0000 , 255.3481 , 498.9518 , 4.5769 , 1.2614 , 0.7896 , 0.5996 , 14.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3931 , cls_41 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3934 , cls_41 , 0.9900 , 780.0000 , 58.0984 , 787.8788 , 1.8571 , 1.1463 , 0.7307 , 0.3636 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3935 , cls_41 , 0.8100 , 660.0000 , 50.1924 , 814.8148 , 1.8333 , 1.1347 , 0.6630 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3936 , cls_41 , 2.5200 , 1500.0000 , 108.9616 , 595.2381 , 2.2727 , 1.1696 , 0.8235 , 0.5060 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3943 , cls_41 , 1.9800 , 780.0000 , 67.5779 , 393.9394 , 1.3000 , 1.0660 , 0.6853 , 0.6515 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3947 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3961 , cls_41 , 0.8100 , 480.0000 , 36.6658 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3969 , cls_41 , 9.2700 , 3780.0000 , 166.1170 , 407.7670 , 3.0000 , 1.1981 , 0.7198 , 0.6828 , 9.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3972 , cls_41 , 0.6300 , 480.0000 , 38.1979 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3980 , cls_41 , 0.7200 , 480.0000 , 36.7346 , 666.6667 , 1.3333 , 1.0780 , 0.6082 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3986 , cls_41 , 0.7200 , 600.0000 , 42.9130 , 833.3333 , 1.6667 , 1.1283 , 0.6082 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4008 , cls_41 , 3.3300 , 1500.0000 , 94.2453 , 450.4505 , 1.9231 , 1.1383 , 0.7735 , 0.6261 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4013 , cls_41 , 2.0700 , 1020.0000 , 66.0782 , 492.7536 , 1.7000 , 1.1152 , 0.6555 , 0.5870 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4041 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4043 , cls_41 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4057 , cls_41 , 1.0800 , 780.0000 , 61.0040 , 722.2222 , 1.8571 , 1.1355 , 0.7935 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4058 , cls_41 , 147.9600 , 43440.0000 , 650.2774 , 293.5929 , 8.8293 , 1.3082 , 0.7385 , 0.7647 , 147.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4063 , cls_41 , 2.1600 , 1620.0000 , 100.4844 , 750.0000 , 2.7000 , 1.2031 , 0.8054 , 0.4097 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4074 , cls_41 , 0.7200 , 540.0000 , 44.1428 , 750.0000 , 1.5000 , 1.1046 , 0.7247 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4078 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4080 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4085 , cls_41 , 1.2600 , 600.0000 , 44.5679 , 476.1905 , 1.2500 , 1.0614 , 0.5182 , 0.6190 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4086 , cls_41 , 0.6300 , 480.0000 , 45.2901 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4087 , cls_41 , 24.3900 , 6960.0000 , 290.8928 , 285.3629 , 3.5152 , 1.2031 , 0.8565 , 0.7688 , 24.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4097 , cls_41 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4101 , cls_41 , 1.2600 , 780.0000 , 55.8432 , 619.0476 , 1.6250 , 1.1170 , 0.6572 , 0.4881 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4105 , cls_41 , 1.8900 , 1020.0000 , 63.4474 , 539.6825 , 1.7000 , 1.1255 , 0.6854 , 0.5714 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4123 , cls_41 , 1.1700 , 780.0000 , 54.1861 , 666.6667 , 1.6250 , 1.1258 , 0.6322 , 0.4487 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4124 , cls_41 , 2.0700 , 840.0000 , 58.6228 , 405.7971 , 1.4000 , 1.0761 , 0.4474 , 0.6594 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4126 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4146 , cls_41 , 1.9800 , 1320.0000 , 90.1680 , 666.6667 , 2.2000 , 1.1723 , 0.8271 , 0.4697 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4149 , cls_41 , 1.7100 , 1200.0000 , 76.0124 , 701.7544 , 2.2222 , 1.1704 , 0.7781 , 0.4561 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4154 , cls_41 , 6.3000 , 2040.0000 , 104.8608 , 323.8095 , 2.0000 , 1.1283 , 0.5182 , 0.7357 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4157 , cls_41 , 4.0500 , 2400.0000 , 115.3816 , 592.5926 , 2.8571 , 1.2059 , 0.6781 , 0.5370 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4182 , cls_41 , 2.7900 , 1380.0000 , 82.4903 , 494.6237 , 1.9167 , 1.1417 , 0.7119 , 0.5914 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4197 , cls_41 , 1.2600 , 840.0000 , 67.3864 , 666.6667 , 1.7500 , 1.1327 , 0.8019 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4198 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4214 , cls_41 , 3.6000 , 1800.0000 , 95.1389 , 500.0000 , 2.3077 , 1.1646 , 0.7516 , 0.5958 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4240 , cls_41 , 0.8100 , 600.0000 , 44.2562 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4253 , cls_41 , 0.8100 , 480.0000 , 35.4200 , 592.5926 , 1.3333 , 1.0639 , 0.4270 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4257 , cls_41 , 3.8700 , 1140.0000 , 83.2938 , 294.5736 , 1.3571 , 1.0702 , 0.6250 , 0.7481 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4265 , cls_41 , 3.4200 , 1320.0000 , 76.9901 , 385.9649 , 1.6923 , 1.1109 , 0.5012 , 0.7061 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4285 , cls_41 , 11.1600 , 4080.0000 , 200.0288 , 365.5914 , 2.9565 , 1.1921 , 0.8391 , 0.6935 , 11.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4289 , cls_41 , 1.1700 , 540.0000 , 43.7633 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4294 , cls_41 , 0.4500 , 480.0000 , 43.3217 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4310 , cls_41 , 6.3000 , 2880.0000 , 206.5083 , 457.1429 , 2.8235 , 1.1907 , 0.8999 , 0.6167 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4313 , cls_41 , 0.9000 , 480.0000 , 40.1869 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4321 , cls_41 , 5.8500 , 4140.0000 , 202.6456 , 707.6923 , 4.0588 , 1.2649 , 0.8304 , 0.4513 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4322 , cls_41 , 0.8100 , 480.0000 , 35.9962 , 592.5926 , 1.3333 , 1.0639 , 0.4270 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4325 , cls_41 , 3.6000 , 2220.0000 , 121.6258 , 616.6667 , 2.8462 , 1.2046 , 0.8188 , 0.5333 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4328 , cls_41 , 11.9700 , 5580.0000 , 224.9052 , 466.1654 , 3.8750 , 1.2385 , 0.7419 , 0.6216 , 11.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4333 , cls_41 , 12.2400 , 4620.0000 , 201.0956 , 377.4510 , 3.2083 , 1.2039 , 0.7998 , 0.7022 , 12.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4360 , cls_41 , 1.7100 , 840.0000 , 70.9740 , 491.2281 , 1.5556 , 1.0972 , 0.7154 , 0.5614 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4363 , cls_41 , 3.7800 , 2340.0000 , 149.8521 , 619.0476 , 3.0000 , 1.2090 , 0.8156 , 0.5040 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4386 , cls_41 , 0.7200 , 600.0000 , 38.1101 , 833.3333 , 1.6667 , 1.1283 , 0.6082 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4395 , cls_41 , 0.9900 , 660.0000 , 47.5413 , 666.6667 , 1.5714 , 1.1100 , 0.6498 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4402 , cls_41 , 1.5300 , 900.0000 , 56.7032 , 588.2353 , 1.6667 , 1.1242 , 0.6670 , 0.5392 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4406 , cls_41 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4412 , cls_41 , 0.7200 , 600.0000 , 42.4838 , 833.3333 , 1.6667 , 1.1283 , 0.5926 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4422 , cls_41 , 0.6300 , 480.0000 , 34.1942 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4433 , cls_41 , 0.9000 , 540.0000 , 38.2244 , 600.0000 , 1.2857 , 1.0775 , 0.4907 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4444 , cls_41 , 1.6200 , 900.0000 , 60.3023 , 555.5556 , 1.6667 , 1.1176 , 0.7205 , 0.5370 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4452 , cls_41 , 0.9000 , 660.0000 , 44.1899 , 733.3333 , 1.5714 , 1.1216 , 0.6255 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4468 , cls_41 , 1.5300 , 960.0000 , 98.6417 , 627.4510 , 1.7778 , 1.1376 , 0.8420 , 0.4510 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4469 , cls_41 , 1.9800 , 1200.0000 , 76.1677 , 606.0606 , 2.0000 , 1.1530 , 0.6704 , 0.5076 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4481 , cls_41 , 16.0200 , 5460.0000 , 323.6157 , 340.8240 , 3.3704 , 1.2047 , 0.8798 , 0.7200 , 16.0200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4490 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4493 , cls_41 , 2.5200 , 1440.0000 , 71.8352 , 571.4286 , 2.1818 , 1.1616 , 0.5182 , 0.5536 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4503 , cls_41 , 1.3500 , 780.0000 , 53.4373 , 577.7778 , 1.6250 , 1.1089 , 0.7062 , 0.5333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4521 , cls_41 , 33.6600 , 10680.0000 , 340.4544 , 317.2906 , 4.5641 , 1.2399 , 0.7459 , 0.7398 , 33.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4524 , cls_41 , 5.1300 , 1920.0000 , 124.3447 , 374.2690 , 2.0000 , 1.1385 , 0.7380 , 0.6901 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4532 , cls_41 , 2.0700 , 1020.0000 , 69.7057 , 492.7536 , 1.7000 , 1.1152 , 0.6746 , 0.5870 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4533 , cls_41 , 0.4500 , 480.0000 , 38.8161 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4534 , cls_41 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4541 , cls_41 , 1.2600 , 720.0000 , 51.5741 , 571.4286 , 1.5000 , 1.1000 , 0.6572 , 0.5357 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4556 , cls_41 , 2.7000 , 1500.0000 , 83.6754 , 555.5556 , 2.2727 , 1.1617 , 0.7366 , 0.5667 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4559 , cls_41 , 0.8100 , 480.0000 , 37.2049 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4563 , cls_41 , 8.7300 , 4320.0000 , 193.8772 , 494.8454 , 3.6000 , 1.2279 , 0.7917 , 0.5842 , 8.7300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4564 , cls_41 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4572 , cls_41 , 0.4500 , 480.0000 , 43.3217 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4579 , cls_41 , 4.4100 , 2100.0000 , 141.0253 , 476.1905 , 2.5000 , 1.1714 , 0.8309 , 0.6088 , 4.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4582 , cls_41 , 30.9600 , 9180.0000 , 273.7070 , 296.5116 , 4.0263 , 1.2242 , 0.7491 , 0.7621 , 30.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4583 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4584 , cls_41 , 1.0800 , 720.0000 , 51.8518 , 666.6667 , 1.7143 , 1.1183 , 0.7062 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4585 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4610 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4638 , cls_41 , 0.9900 , 720.0000 , 55.6909 , 727.2727 , 1.7143 , 1.1289 , 0.7585 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4643 , cls_41 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4645 , cls_41 , 0.7200 , 840.0000 , 54.9815 , 1166.6667 , 2.3333 , 1.2041 , 0.7453 , 0.1875 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4648 , cls_41 , 0.7200 , 420.0000 , 34.3237 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4651 , cls_41 , 0.8100 , 480.0000 , 44.8842 , 592.5926 , 1.3333 , 1.0639 , 0.7135 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4653 , cls_41 , 2.3400 , 960.0000 , 74.8015 , 410.2564 , 1.4545 , 1.0895 , 0.6322 , 0.6603 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4660 , cls_41 , 0.8100 , 600.0000 , 42.1446 , 740.7407 , 1.6667 , 1.1135 , 0.6903 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4662 , cls_41 , 2.8800 , 1320.0000 , 98.8355 , 458.3333 , 1.8333 , 1.1295 , 0.7247 , 0.6250 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4664 , cls_41 , 9.7200 , 3900.0000 , 166.5575 , 401.2346 , 3.0952 , 1.1986 , 0.6352 , 0.6744 , 9.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4693 , cls_41 , 0.9000 , 600.0000 , 45.6723 , 666.6667 , 1.4286 , 1.1006 , 0.6817 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4694 , cls_41 , 2.2500 , 1200.0000 , 89.3851 , 533.3333 , 2.0000 , 1.1383 , 0.7659 , 0.5733 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4706 , cls_41 , 44.2800 , 14700.0000 , 411.7715 , 331.9783 , 5.4444 , 1.2629 , 0.7995 , 0.7354 , 44.2800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4713 , cls_41 , 8.8200 , 2880.0000 , 164.6081 , 326.5306 , 2.4000 , 1.1555 , 0.8277 , 0.7381 , 8.8200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4716 , cls_41 , 9.0900 , 3600.0000 , 155.9559 , 396.0396 , 2.8571 , 1.1916 , 0.6945 , 0.6832 , 9.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4719 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4720 , cls_41 , 7.7400 , 2820.0000 , 176.8888 , 364.3411 , 2.4737 , 1.1652 , 0.7849 , 0.6938 , 7.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4740 , cls_41 , 0.5400 , 420.0000 , 32.6544 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4742 , cls_41 , 13.3200 , 5880.0000 , 259.4594 , 441.4414 , 3.9200 , 1.2361 , 0.8467 , 0.6430 , 13.3200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4743 , cls_41 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4773 , cls_41 , 0.4500 , 540.0000 , 35.4868 , 1200.0000 , 1.8000 , 1.1663 , 0.6817 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4778 , cls_41 , 16.4700 , 4080.0000 , 199.9676 , 247.7231 , 2.4286 , 1.1535 , 0.7634 , 0.8033 , 16.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4779 , cls_41 , 11.8800 , 4800.0000 , 214.5831 , 404.0404 , 3.4783 , 1.2135 , 0.7826 , 0.6667 , 11.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4787 , cls_41 , 0.5400 , 420.0000 , 35.3225 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4791 , cls_41 , 21.5100 , 7680.0000 , 285.1137 , 357.0432 , 4.1290 , 1.2314 , 0.7858 , 0.7134 , 21.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4799 , cls_41 , 1.8000 , 960.0000 , 59.5405 , 533.3333 , 1.7778 , 1.1187 , 0.6082 , 0.5583 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4800 , cls_41 , 1.7100 , 1080.0000 , 63.1089 , 631.5789 , 2.0000 , 1.1488 , 0.5829 , 0.5000 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4825 , cls_41 , 6.3000 , 2400.0000 , 145.2300 , 380.9524 , 2.3529 , 1.1577 , 0.7363 , 0.6905 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4837 , cls_41 , 0.9900 , 720.0000 , 67.0900 , 727.2727 , 1.7143 , 1.1289 , 0.7845 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4852 , cls_41 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4876 , cls_41 , 4.0500 , 1800.0000 , 102.6381 , 444.4444 , 2.1429 , 1.1517 , 0.6155 , 0.6407 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4887 , cls_41 , 0.7200 , 480.0000 , 37.9511 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 301.4963 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4891 , cls_41 , 0.9000 , 660.0000 , 60.1173 , 733.3333 , 1.5714 , 1.1216 , 0.8041 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4893 , cls_41 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4907 , cls_41 , 0.8100 , 660.0000 , 44.1363 , 814.8148 , 1.8333 , 1.1347 , 0.6048 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4909 , cls_41 , 0.4500 , 480.0000 , 31.1479 , 1066.6667 , 1.6000 , 1.1383 , 0.5103 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4910 , cls_41 , 0.6300 , 480.0000 , 37.4341 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4911 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4915 , cls_41 , 2.1600 , 1200.0000 , 71.1552 , 555.5556 , 2.0000 , 1.1430 , 0.7062 , 0.5486 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4920 , cls_41 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4921 , cls_41 , 80.7300 , 23460.0000 , 540.5010 , 290.5983 , 6.5167 , 1.2759 , 0.7531 , 0.7653 , 80.7300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4928 , cls_41 , 0.6300 , 480.0000 , 43.3299 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4929 , cls_41 , 0.7200 , 540.0000 , 37.2958 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4930 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4937 , cls_41 , 1.0800 , 780.0000 , 62.5074 , 722.2222 , 1.8571 , 1.1355 , 0.7649 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4952 , cls_41 , 0.7200 , 420.0000 , 36.9061 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4965 , cls_41 , 0.5400 , 480.0000 , 34.3237 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4974 , cls_41 , 11.0700 , 3900.0000 , 206.9032 , 352.3035 , 2.8261 , 1.1851 , 0.7248 , 0.7046 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4975 , cls_41 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4977 , cls_41 , 2.2500 , 780.0000 , 59.9712 , 346.6667 , 1.3000 , 1.0524 , 0.3994 , 0.7067 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4983 , cls_41 , 9.0000 , 2580.0000 , 137.0715 , 286.6667 , 2.1500 , 1.1342 , 0.5469 , 0.7533 , 9.0000 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4997 , cls_41 , 0.5400 , 420.0000 , 33.6893 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5004 , cls_41 , 15.8400 , 5160.0000 , 262.9530 , 325.7576 , 3.1852 , 1.1964 , 0.8210 , 0.7292 , 15.8400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5008 , cls_41 , 20.4300 , 7380.0000 , 281.1287 , 361.2335 , 3.9677 , 1.2301 , 0.7530 , 0.6990 , 20.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5010 , cls_41 , 7.5600 , 2760.0000 , 147.4795 , 365.0794 , 2.4211 , 1.1638 , 0.7483 , 0.7024 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5019 , cls_41 , 5.1300 , 2280.0000 , 144.3125 , 444.4444 , 2.3750 , 1.1702 , 0.8075 , 0.6491 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5026 , cls_41 , 6.0300 , 3060.0000 , 183.9292 , 507.4627 , 3.0000 , 1.2065 , 0.8590 , 0.6045 , 6.0300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5043 , cls_41 , 5.4900 , 2280.0000 , 109.5115 , 415.3005 , 2.3750 , 1.1629 , 0.7069 , 0.6639 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5049 , cls_41 , 1.5300 , 900.0000 , 78.1483 , 588.2353 , 1.6667 , 1.1242 , 0.7958 , 0.5000 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5063 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5065 , cls_41 , 0.6300 , 480.0000 , 40.9485 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5076 , cls_41 , 1.0800 , 480.0000 , 39.4856 , 444.4444 , 1.1429 , 1.0310 , 0.3888 , 0.6250 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 301.4963 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5084 , cls_41 , 0.9000 , 540.0000 , 42.3960 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5088 , cls_41 , 0.7200 , 420.0000 , 32.8556 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5089 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5091 , cls_41 , 1.2600 , 480.0000 , 42.7902 , 380.9524 , 1.0000 , 1.0141 , 0.4429 , 0.6548 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5092 , cls_41 , 1.8900 , 1140.0000 , 67.9101 , 603.1746 , 1.9000 , 1.1481 , 0.7326 , 0.5397 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5098 , cls_41 , 2.7000 , 1140.0000 , 81.9876 , 422.2222 , 1.7273 , 1.1079 , 0.6944 , 0.6444 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5101 , cls_41 , 1.0800 , 720.0000 , 47.3743 , 666.6667 , 1.7143 , 1.1183 , 0.6180 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5124 , cls_41 , 3.1500 , 1980.0000 , 109.4885 , 628.5714 , 2.7500 , 1.1981 , 0.7424 , 0.5143 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5139 , cls_41 , 4.2300 , 1560.0000 , 99.2558 , 368.7943 , 1.8571 , 1.1201 , 0.7255 , 0.7057 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5147 , cls_41 , 3.4200 , 1380.0000 , 88.5815 , 403.5088 , 1.7692 , 1.1195 , 0.6686 , 0.6711 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5149 , cls_41 , 1.0800 , 540.0000 , 41.7129 , 500.0000 , 1.2857 , 1.0563 , 0.5225 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5156 , cls_41 , 2.6100 , 1620.0000 , 100.9486 , 620.6897 , 2.4545 , 1.1807 , 0.8087 , 0.5057 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5160 , cls_41 , 2.7900 , 1860.0000 , 91.7442 , 666.6667 , 2.5833 , 1.2000 , 0.7098 , 0.4839 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5163 , cls_41 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5165 , cls_41 , 0.6300 , 480.0000 , 36.9796 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5174 , cls_41 , 0.9900 , 720.0000 , 47.6980 , 727.2727 , 1.7143 , 1.1289 , 0.6584 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5178 , cls_41 , 6.1200 , 2460.0000 , 112.7775 , 401.9608 , 2.4118 , 1.1652 , 0.6537 , 0.6814 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5193 , cls_41 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5194 , cls_41 , 2.7000 , 1320.0000 , 111.4513 , 488.8889 , 2.0000 , 1.1367 , 0.8302 , 0.5889 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5200 , cls_41 , 2.6100 , 1380.0000 , 86.5138 , 528.7356 , 2.0909 , 1.1492 , 0.7522 , 0.5575 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5206 , cls_41 , 13.6800 , 3840.0000 , 164.2162 , 280.7018 , 2.5600 , 1.1613 , 0.6449 , 0.7697 , 13.6800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5214 , cls_41 , 1.8000 , 1020.0000 , 70.1918 , 566.6667 , 1.8889 , 1.1311 , 0.7375 , 0.5500 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5219 , cls_41 , 0.7200 , 480.0000 , 47.8869 , 666.6667 , 1.3333 , 1.0780 , 0.7453 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5233 , cls_41 , 12.6000 , 2880.0000 , 159.1775 , 228.5714 , 2.0000 , 1.1204 , 0.5116 , 0.8071 , 12.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5239 , cls_41 , 18.8100 , 6480.0000 , 292.4777 , 344.4976 , 3.7241 , 1.2170 , 0.7881 , 0.7241 , 18.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5243 , cls_41 , 2.1600 , 1440.0000 , 84.7675 , 666.6667 , 2.4000 , 1.1795 , 0.8054 , 0.4722 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5255 , cls_41 , 1.4400 , 840.0000 , 52.3101 , 583.3333 , 1.7500 , 1.1169 , 0.6156 , 0.5313 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5261 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5269 , cls_41 , 1.4400 , 600.0000 , 49.1209 , 416.6667 , 1.2500 , 1.0466 , 0.5473 , 0.6458 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5279 , cls_41 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5280 , cls_41 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5288 , cls_41 , 9.9000 , 3480.0000 , 197.9826 , 351.5152 , 2.7619 , 1.1768 , 0.8565 , 0.7136 , 9.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5294 , cls_41 , 0.5400 , 480.0000 , 34.1465 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5299 , cls_41 , 41.1300 , 11820.0000 , 381.4923 , 287.3815 , 4.5814 , 1.2364 , 0.6709 , 0.7644 , 41.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5302 , cls_41 , 3.7800 , 2160.0000 , 93.1731 , 571.4286 , 2.7692 , 1.1938 , 0.6739 , 0.5476 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5306 , cls_41 , 1.7100 , 1080.0000 , 89.9993 , 631.5789 , 2.0000 , 1.1488 , 0.8419 , 0.4737 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5307 , cls_41 , 1.2600 , 840.0000 , 68.4130 , 666.6667 , 1.7500 , 1.1327 , 0.7997 , 0.4643 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5328 , cls_41 , 3.8700 , 1620.0000 , 124.4352 , 418.6047 , 1.9286 , 1.1367 , 0.7987 , 0.6434 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5343 , cls_41 , 13.5900 , 5700.0000 , 227.6494 , 419.4260 , 3.8000 , 1.2288 , 0.7725 , 0.6523 , 13.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5344 , cls_41 , 0.6300 , 660.0000 , 44.4535 , 1047.6190 , 1.8333 , 1.1673 , 0.6572 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5345 , cls_41 , 0.8100 , 540.0000 , 48.6039 , 666.6667 , 1.5000 , 1.0901 , 0.7453 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5349 , cls_41 , 0.6300 , 540.0000 , 48.6563 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5352 , cls_41 , 11.5200 , 2760.0000 , 166.5020 , 239.5833 , 2.0000 , 1.1218 , 0.6236 , 0.8060 , 11.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5356 , cls_41 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5364 , cls_41 , 10.5300 , 4020.0000 , 214.5523 , 381.7664 , 3.0455 , 1.1955 , 0.7931 , 0.6809 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5365 , cls_41 , 1.6200 , 720.0000 , 62.2895 , 444.4444 , 1.3333 , 1.0715 , 0.7453 , 0.6111 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5366 , cls_41 , 0.7200 , 480.0000 , 37.9551 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5372 , cls_41 , 3.3300 , 1980.0000 , 138.2751 , 594.5946 , 2.5385 , 1.1917 , 0.8834 , 0.4955 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5374 , cls_41 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5380 , cls_41 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5382 , cls_41 , 0.6300 , 480.0000 , 34.5524 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5385 , cls_41 , 1.5300 , 780.0000 , 55.4755 , 509.8039 , 1.4444 , 1.0945 , 0.5916 , 0.5882 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5386 , cls_41 , 0.7200 , 420.0000 , 35.9030 , 583.3333 , 1.1667 , 1.0480 , 0.6082 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5396 , cls_41 , 0.9000 , 720.0000 , 61.0877 , 800.0000 , 1.7143 , 1.1407 , 0.7805 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5397 , cls_41 , 16.5600 , 6180.0000 , 200.5180 , 373.1884 , 3.6786 , 1.2220 , 0.6322 , 0.6957 , 16.5600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5402 , cls_41 , 1.0800 , 660.0000 , 43.9082 , 611.1111 , 1.5714 , 1.0996 , 0.6180 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5411 , cls_41 , 5.0400 , 1560.0000 , 106.5369 , 309.5238 , 1.7333 , 1.1020 , 0.6325 , 0.7411 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5424 , cls_41 , 2.7000 , 1380.0000 , 94.2282 , 511.1111 , 2.0909 , 1.1454 , 0.7503 , 0.5778 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5433 , cls_41 , 8.5500 , 2940.0000 , 148.3448 , 343.8596 , 2.4500 , 1.1623 , 0.7485 , 0.7140 , 8.5500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5434 , cls_41 , 0.9000 , 540.0000 , 43.3790 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5437 , cls_41 , 0.8100 , 420.0000 , 35.4002 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5439 , cls_41 , 2.4300 , 1200.0000 , 109.8545 , 493.8272 , 1.8182 , 1.1297 , 0.8423 , 0.5802 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5443 , cls_41 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5453 , cls_41 , 0.5400 , 480.0000 , 34.4042 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5456 , cls_41 , 0.6300 , 600.0000 , 37.3931 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5464 , cls_41 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5471 , cls_41 , 4.5000 , 2340.0000 , 120.1709 , 520.0000 , 2.6000 , 1.1894 , 0.7523 , 0.5767 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5475 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5482 , cls_41 , 4.0500 , 1860.0000 , 133.7542 , 459.2593 , 2.2143 , 1.1579 , 0.8175 , 0.6148 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5494 , cls_41 , 0.7200 , 540.0000 , 39.6884 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5495 , cls_41 , 19.1700 , 5880.0000 , 294.6597 , 306.7293 , 3.2667 , 1.1991 , 0.8364 , 0.7426 , 19.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5504 , cls_41 , 0.4500 , 480.0000 , 39.8827 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5508 , cls_41 , 5.9400 , 3960.0000 , 175.1695 , 666.6667 , 3.8824 , 1.2550 , 0.8687 , 0.4874 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5512 , cls_41 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5520 , cls_41 , 3.1500 , 1620.0000 , 79.2099 , 514.2857 , 2.2500 , 1.1593 , 0.6158 , 0.6000 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5525 , cls_41 , 6.9300 , 2820.0000 , 132.2151 , 406.9264 , 2.6111 , 1.1768 , 0.7223 , 0.6732 , 6.9300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5528 , cls_41 , 0.4500 , 420.0000 , 35.2060 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5529 , cls_41 , 7.6500 , 3360.0000 , 161.5002 , 439.2157 , 2.9474 , 1.1976 , 0.6798 , 0.6353 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5531 , cls_41 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5536 , cls_41 , 1.8000 , 660.0000 , 61.3097 , 366.6667 , 1.2222 , 1.0422 , 0.6255 , 0.6667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5547 , cls_41 , 0.6300 , 540.0000 , 43.7441 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5549 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5550 , cls_41 , 0.9000 , 480.0000 , 35.9876 , 533.3333 , 1.1429 , 1.0516 , 0.3634 , 0.5833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5552 , cls_41 , 1.7100 , 780.0000 , 64.4517 , 456.1404 , 1.4444 , 1.0820 , 0.6640 , 0.5877 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5565 , cls_41 , 10.3500 , 2340.0000 , 138.8013 , 226.0870 , 1.7727 , 1.1036 , 0.6522 , 0.8072 , 10.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5571 , cls_41 , 1.7100 , 1200.0000 , 71.2624 , 701.7544 , 2.2222 , 1.1704 , 0.7506 , 0.4561 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5576 , cls_41 , 2.9700 , 1380.0000 , 90.7966 , 464.6465 , 1.9167 , 1.1348 , 0.7122 , 0.6212 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5581 , cls_41 , 2.9700 , 1440.0000 , 80.4217 , 484.8485 , 2.0000 , 1.1431 , 0.6282 , 0.6061 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5584 , cls_41 , 10.6200 , 4560.0000 , 178.4572 , 429.3785 , 3.4545 , 1.2164 , 0.7517 , 0.6398 , 10.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5585 , cls_41 , 4.5900 , 1620.0000 , 97.7324 , 352.9412 , 1.8000 , 1.1186 , 0.6490 , 0.6993 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5590 , cls_41 , 1.9800 , 900.0000 , 61.5562 , 454.5455 , 1.5000 , 1.0949 , 0.5690 , 0.6288 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5611 , cls_41 , 0.5400 , 540.0000 , 45.3655 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5612 , cls_41 , 0.5400 , 600.0000 , 46.5957 , 1111.1111 , 2.0000 , 1.1661 , 0.7753 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5613 , cls_41 , 2.4300 , 840.0000 , 64.9831 , 345.6790 , 1.2727 , 1.0590 , 0.5291 , 0.7037 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5618 , cls_41 , 3.7800 , 1680.0000 , 110.5178 , 444.4444 , 2.1538 , 1.1462 , 0.7951 , 0.6190 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5620 , cls_41 , 0.6300 , 540.0000 , 47.8421 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5633 , cls_41 , 0.7200 , 360.0000 , 34.3237 , 500.0000 , 1.0000 , 1.0133 , 0.4907 , 0.5417 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5635 , cls_41 , 2.8800 , 1920.0000 , 126.4174 , 666.6667 , 2.6667 , 1.2025 , 0.8433 , 0.4740 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5649 , cls_41 , 0.6300 , 480.0000 , 33.5088 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5654 , cls_41 , 6.0300 , 2400.0000 , 122.8835 , 398.0100 , 2.3529 , 1.1623 , 0.7399 , 0.6667 , 6.0300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5657 , cls_41 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5665 , cls_41 , 0.8100 , 420.0000 , 35.4002 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5666 , cls_41 , 0.6300 , 480.0000 , 43.3299 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5681 , cls_41 , 3.3300 , 1860.0000 , 89.9232 , 558.5586 , 2.3846 , 1.1797 , 0.7702 , 0.5676 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5688 , cls_41 , 0.6300 , 540.0000 , 41.0301 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5697 , cls_41 , 5.1300 , 2760.0000 , 174.3910 , 538.0117 , 2.8750 , 1.2054 , 0.8715 , 0.5556 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5701 , cls_41 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5704 , cls_41 , 2.9700 , 1920.0000 , 101.7747 , 646.4646 , 2.6667 , 1.1989 , 0.8257 , 0.4596 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5711 , cls_41 , 3.1500 , 1380.0000 , 80.5459 , 438.0952 , 1.9167 , 1.1283 , 0.5796 , 0.6381 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5713 , cls_41 , 0.7200 , 780.0000 , 51.4928 , 1083.3333 , 2.1667 , 1.1874 , 0.7516 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5724 , cls_41 , 1.9800 , 1200.0000 , 83.9749 , 606.0606 , 2.0000 , 1.1530 , 0.7430 , 0.4924 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5736 , cls_41 , 9.2700 , 3660.0000 , 213.1583 , 394.8220 , 2.9048 , 1.1924 , 0.8933 , 0.6602 , 9.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5737 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 323.1099 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5746 , cls_41 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5750 , cls_41 , 1.3500 , 660.0000 , 52.9934 , 488.8889 , 1.3750 , 1.0738 , 0.6707 , 0.5889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5756 , cls_41 , 1.5300 , 660.0000 , 55.1368 , 431.3725 , 1.2222 , 1.0598 , 0.6817 , 0.6176 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5770 , cls_41 , 3.2400 , 1320.0000 , 106.0388 , 407.4074 , 1.8333 , 1.1167 , 0.8270 , 0.6389 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5797 , cls_41 , 0.8100 , 480.0000 , 39.0222 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5803 , cls_41 , 0.8100 , 540.0000 , 44.8842 , 666.6667 , 1.5000 , 1.0901 , 0.6903 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5816 , cls_41 , 0.7200 , 600.0000 , 51.3342 , 833.3333 , 1.6667 , 1.1283 , 0.8078 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5892 , cls_41 , 70.6500 , 23160.0000 , 575.7530 , 327.8132 , 6.7719 , 1.2866 , 0.7898 , 0.7321 , 70.6500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5903 , cls_41 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5905 , cls_41 , 13.7700 , 6540.0000 , 276.8988 , 474.9455 , 4.3600 , 1.2507 , 0.8362 , 0.6176 , 13.7700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5912 , cls_41 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5923 , cls_41 , 138.7800 , 29400.0000 , 587.3056 , 211.8461 , 6.2025 , 1.2589 , 0.5695 , 0.8273 , 138.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5950 , cls_41 , 6.8400 , 2160.0000 , 116.9369 , 315.7895 , 2.0000 , 1.1302 , 0.7154 , 0.7215 , 6.8400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5957 , cls_41 , 3.8700 , 1200.0000 , 88.2395 , 310.0775 , 1.4286 , 1.0799 , 0.6513 , 0.7326 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5959 , cls_41 , 1.7100 , 1200.0000 , 78.1182 , 701.7544 , 2.2222 , 1.1704 , 0.7914 , 0.4474 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5962 , cls_41 , 2.7000 , 1440.0000 , 80.6212 , 533.3333 , 2.1818 , 1.1537 , 0.6180 , 0.5611 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5968 , cls_41 , 54.9900 , 14040.0000 , 453.4118 , 255.3191 , 4.6800 , 1.2352 , 0.8000 , 0.7916 , 54.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5971 , cls_41 , 3.1500 , 1200.0000 , 113.5636 , 380.9524 , 1.6667 , 1.1014 , 0.7591 , 0.6619 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5976 , cls_41 , 0.8100 , 720.0000 , 50.1962 , 888.8889 , 2.0000 , 1.1540 , 0.7135 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5981 , cls_41 , 9.6300 , 4620.0000 , 291.9342 , 479.7508 , 3.6667 , 1.2291 , 0.9162 , 0.5903 , 9.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5999 , cls_41 , 1.1700 , 660.0000 , 52.5330 , 564.1026 , 1.3750 , 1.0902 , 0.6877 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6001 , cls_41 , 5.3100 , 1680.0000 , 105.3974 , 316.3842 , 1.7500 , 1.1103 , 0.6995 , 0.7373 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6004 , cls_41 , 2.1600 , 1440.0000 , 97.1009 , 666.6667 , 2.4000 , 1.1795 , 0.7893 , 0.4097 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6006 , cls_41 , 15.2100 , 5040.0000 , 233.9312 , 331.3609 , 3.2308 , 1.1966 , 0.8802 , 0.7091 , 15.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6008 , cls_41 , 5.2200 , 2280.0000 , 130.2497 , 436.7816 , 2.3750 , 1.1683 , 0.7445 , 0.6351 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6011 , cls_41 , 106.9200 , 31140.0000 , 710.0140 , 291.2458 , 7.5217 , 1.2908 , 0.8165 , 0.7593 , 106.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6021 , cls_41 , 6.3900 , 2460.0000 , 127.3061 , 384.9765 , 2.4118 , 1.1607 , 0.7868 , 0.6761 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6023 , cls_41 , 0.8100 , 1020.0000 , 55.7903 , 1259.2593 , 2.8333 , 1.2314 , 0.8024 , 0.1852 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6025 , cls_41 , 0.8100 , 720.0000 , 56.1613 , 888.8889 , 2.0000 , 1.1540 , 0.7796 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6036 , cls_41 , 0.9000 , 660.0000 , 75.0000 , 733.3333 , 1.5714 , 1.1216 , 0.8739 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6039 , cls_41 , 1.7100 , 780.0000 , 62.2587 , 456.1404 , 1.4444 , 1.0820 , 0.7154 , 0.6228 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6054 , cls_41 , 0.7200 , 360.0000 , 34.3237 , 500.0000 , 1.0000 , 1.0133 , 0.4907 , 0.5417 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6061 , cls_41 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6069 , cls_41 , 5.9400 , 3000.0000 , 139.0859 , 505.0505 , 2.9412 , 1.2045 , 0.6876 , 0.5909 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6076 , cls_41 , 2.4300 , 1380.0000 , 77.7459 , 567.9012 , 2.0909 , 1.1573 , 0.6562 , 0.5556 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6077 , cls_41 , 0.6300 , 480.0000 , 35.1139 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6091 , cls_41 , 1.7100 , 960.0000 , 67.3977 , 561.4035 , 1.7778 , 1.1246 , 0.7154 , 0.5526 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6092 , cls_41 , 0.7200 , 480.0000 , 40.4605 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6098 , cls_41 , 17.2800 , 5880.0000 , 247.3546 , 340.2778 , 3.5000 , 1.2095 , 0.8332 , 0.7266 , 17.2800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6109 , cls_41 , 1.0800 , 660.0000 , 48.4217 , 611.1111 , 1.5714 , 1.0996 , 0.5870 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6113 , cls_41 , 0.6300 , 480.0000 , 36.8521 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6117 , cls_41 , 1.6200 , 720.0000 , 57.7019 , 444.4444 , 1.3333 , 1.0715 , 0.5676 , 0.6111 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6128 , cls_41 , 0.9000 , 600.0000 , 45.3871 , 666.6667 , 1.4286 , 1.1006 , 0.6255 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6141 , cls_41 , 4.4100 , 1980.0000 , 130.8864 , 448.9796 , 2.3571 , 1.1604 , 0.7906 , 0.6361 , 4.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6142 , cls_41 , 1.1700 , 720.0000 , 55.9914 , 615.3846 , 1.5000 , 1.1087 , 0.6877 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6143 , cls_41 , 3.0600 , 1200.0000 , 98.0873 , 392.1569 , 1.6667 , 1.1044 , 0.7438 , 0.6667 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6158 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6172 , cls_41 , 0.8100 , 540.0000 , 44.7453 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6174 , cls_41 , 4.5900 , 2580.0000 , 116.1588 , 562.0915 , 2.8667 , 1.2054 , 0.7403 , 0.5523 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6176 , cls_41 , 2.5200 , 1620.0000 , 118.0628 , 642.8571 , 2.4545 , 1.1848 , 0.8521 , 0.4940 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6186 , cls_41 , 0.8100 , 540.0000 , 41.5967 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 308.8689 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6192 , cls_41 , 0.6300 , 660.0000 , 46.3964 , 1047.6190 , 1.8333 , 1.1673 , 0.7826 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6193 , cls_41 , 2.7900 , 1200.0000 , 83.7635 , 430.1075 , 1.6667 , 1.1144 , 0.6842 , 0.6452 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6197 , cls_41 , 7.8300 , 3060.0000 , 143.6813 , 390.8046 , 2.6842 , 1.1785 , 0.7030 , 0.6820 , 7.8300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6202 , cls_41 , 6.3900 , 1740.0000 , 105.6619 , 272.3005 , 1.7059 , 1.0981 , 0.4921 , 0.7840 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6204 , cls_41 , 14.0400 , 5220.0000 , 214.8285 , 371.7949 , 3.4800 , 1.2106 , 0.7572 , 0.6934 , 14.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6216 , cls_41 , 64.8900 , 15180.0000 , 481.9682 , 233.9344 , 4.6852 , 1.2316 , 0.7783 , 0.8095 , 64.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6221 , cls_41 , 3.0600 , 1740.0000 , 105.3483 , 568.6275 , 2.4167 , 1.1764 , 0.7757 , 0.5539 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6222 , cls_41 , 54.9000 , 20160.0000 , 533.8883 , 367.2131 , 6.7200 , 1.2901 , 0.8678 , 0.7066 , 54.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6229 , cls_41 , 3.5100 , 1980.0000 , 116.7460 , 564.1026 , 2.5385 , 1.1857 , 0.8014 , 0.5299 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6233 , cls_41 , 1.5300 , 840.0000 , 70.5111 , 549.0196 , 1.5556 , 1.1099 , 0.7768 , 0.5196 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6241 , cls_41 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6242 , cls_41 , 18.1800 , 6480.0000 , 267.4518 , 356.4356 , 3.7241 , 1.2204 , 0.7603 , 0.7096 , 18.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6256 , cls_41 , 0.7200 , 420.0000 , 33.5470 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6258 , cls_41 , 1.9800 , 1260.0000 , 80.0248 , 636.3636 , 2.1000 , 1.1629 , 0.8068 , 0.5152 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6270 , cls_41 , 5.5800 , 3240.0000 , 143.2406 , 580.6452 , 3.3750 , 1.2255 , 0.7412 , 0.5457 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6272 , cls_41 , 0.6300 , 540.0000 , 42.4126 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6276 , cls_41 , 0.8100 , 540.0000 , 45.1184 , 666.6667 , 1.5000 , 1.0901 , 0.7453 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6303 , cls_41 , 0.7200 , 600.0000 , 40.1941 , 833.3333 , 1.6667 , 1.1283 , 0.6817 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6304 , cls_41 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6320 , cls_41 , 4.8600 , 2040.0000 , 117.7996 , 419.7531 , 2.2667 , 1.1554 , 0.7472 , 0.6574 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6327 , cls_41 , 1.5300 , 900.0000 , 57.2679 , 588.2353 , 1.6667 , 1.1242 , 0.6268 , 0.5294 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6331 , cls_41 , 29.2500 , 9840.0000 , 306.3933 , 336.4103 , 4.4324 , 1.2407 , 0.7544 , 0.7297 , 29.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6333 , cls_41 , 1.8000 , 900.0000 , 61.3075 , 500.0000 , 1.6667 , 1.1055 , 0.6082 , 0.5833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6350 , cls_41 , 1.3500 , 720.0000 , 50.8267 , 533.3333 , 1.5000 , 1.0921 , 0.6707 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6359 , cls_41 , 4.7700 , 1680.0000 , 91.3122 , 352.2013 , 1.8667 , 1.1214 , 0.6272 , 0.7013 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6372 , cls_41 , 1.8000 , 900.0000 , 59.9281 , 500.0000 , 1.6667 , 1.1055 , 0.7004 , 0.6000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6383 , cls_41 , 3.1500 , 1020.0000 , 71.2811 , 323.8095 , 1.4167 , 1.0700 , 0.4757 , 0.7238 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6413 , cls_41 , 1.4400 , 960.0000 , 63.1851 , 666.6667 , 2.0000 , 1.1448 , 0.7209 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6418 , cls_41 , 2.8800 , 1440.0000 , 85.4530 , 500.0000 , 2.0000 , 1.1465 , 0.7645 , 0.5781 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6423 , cls_41 , 0.6300 , 480.0000 , 36.9796 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6437 , cls_41 , 2.8800 , 1320.0000 , 83.7444 , 458.3333 , 1.8333 , 1.1295 , 0.5926 , 0.6094 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6441 , cls_41 , 2.2500 , 780.0000 , 61.9088 , 346.6667 , 1.3000 , 1.0524 , 0.5103 , 0.7000 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6446 , cls_41 , 19.5300 , 5580.0000 , 227.8282 , 285.7143 , 3.1000 , 1.1887 , 0.6806 , 0.7642 , 19.5300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6447 , cls_41 , 0.8100 , 660.0000 , 44.4512 , 814.8148 , 1.8333 , 1.1347 , 0.6048 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6448 , cls_41 , 0.6300 , 540.0000 , 43.4899 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6456 , cls_41 , 21.5100 , 6420.0000 , 225.9149 , 298.4658 , 3.4516 , 1.2022 , 0.5921 , 0.7545 , 21.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6460 , cls_41 , 2.7900 , 1440.0000 , 96.1907 , 516.1290 , 2.0000 , 1.1500 , 0.8075 , 0.5591 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6465 , cls_41 , 0.6300 , 540.0000 , 43.1336 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6466 , cls_41 , 0.9000 , 780.0000 , 52.5267 , 866.6667 , 1.8571 , 1.1583 , 0.7170 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6472 , cls_41 , 0.7200 , 480.0000 , 37.7396 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6473 , cls_41 , 2.5200 , 1260.0000 , 86.1257 , 500.0000 , 1.9091 , 1.1352 , 0.6927 , 0.5952 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6474 , cls_41 , 2.7900 , 1440.0000 , 90.8353 , 516.1290 , 2.0000 , 1.1500 , 0.5614 , 0.5806 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6489 , cls_41 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6496 , cls_41 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6512 , cls_41 , 1.7100 , 780.0000 , 56.6530 , 456.1404 , 1.4444 , 1.0820 , 0.6034 , 0.6316 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6513 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6523 , cls_41 , 1.0800 , 1380.0000 , 75.5883 , 1277.7778 , 3.2857 , 1.2584 , 0.8648 , 0.2083 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6527 , cls_41 , 0.8100 , 660.0000 , 47.8995 , 814.8148 , 1.8333 , 1.1347 , 0.7453 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6528 , cls_41 , 0.7200 , 600.0000 , 44.8677 , 833.3333 , 1.6667 , 1.1283 , 0.6082 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6535 , cls_41 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 424.2641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6550 , cls_41 , 48.6900 , 21660.0000 , 485.7365 , 444.8552 , 7.6809 , 1.3129 , 0.8603 , 0.6405 , 48.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6579 , cls_41 , 7.9200 , 4440.0000 , 184.5681 , 560.6061 , 3.8947 , 1.2433 , 0.7727 , 0.5549 , 7.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6592 , cls_41 , 0.9000 , 540.0000 , 43.5616 , 600.0000 , 1.2857 , 1.0775 , 0.6894 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6603 , cls_41 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6608 , cls_41 , 0.8100 , 420.0000 , 35.4002 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6621 , cls_41 , 3.7800 , 1560.0000 , 111.8078 , 412.6984 , 2.0000 , 1.1321 , 0.8097 , 0.6587 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6624 , cls_41 , 1.1700 , 660.0000 , 47.1088 , 564.1026 , 1.3750 , 1.0902 , 0.6877 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6632 , cls_41 , 32.9400 , 11820.0000 , 311.8881 , 358.8342 , 5.0513 , 1.2580 , 0.7727 , 0.7072 , 32.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6636 , cls_41 , 2.9700 , 1980.0000 , 106.0746 , 666.6667 , 2.7500 , 1.2049 , 0.7823 , 0.4798 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6650 , cls_41 , 0.9000 , 480.0000 , 40.0216 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6659 , cls_41 , 3.6000 , 1320.0000 , 89.4750 , 366.6667 , 1.6923 , 1.1055 , 0.5493 , 0.6875 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6665 , cls_41 , 16.7400 , 4740.0000 , 220.3606 , 283.1541 , 2.8214 , 1.1768 , 0.7369 , 0.7670 , 16.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6682 , cls_41 , 3.7800 , 1200.0000 , 82.2650 , 317.4603 , 1.5385 , 1.0823 , 0.5722 , 0.7341 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6685 , cls_41 , 0.5400 , 420.0000 , 41.3887 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6689 , cls_41 , 0.4500 , 600.0000 , 43.1137 , 1333.3333 , 2.0000 , 1.1913 , 0.8011 , 0.1333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6696 , cls_41 , 0.9000 , 600.0000 , 43.4530 , 666.6667 , 1.4286 , 1.1006 , 0.6255 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6698 , cls_41 , 0.9000 , 840.0000 , 62.0346 , 933.3333 , 2.0000 , 1.1745 , 0.8232 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6705 , cls_41 , 11.1600 , 4440.0000 , 175.0602 , 397.8495 , 3.2174 , 1.2066 , 0.7098 , 0.6801 , 11.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6719 , cls_41 , 1.8000 , 900.0000 , 66.0363 , 500.0000 , 1.6667 , 1.1055 , 0.6082 , 0.5750 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6731 , cls_41 , 4.0500 , 2220.0000 , 104.0452 , 548.1481 , 2.6429 , 1.1912 , 0.6834 , 0.5667 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6732 , cls_41 , 4.3200 , 2520.0000 , 123.8825 , 583.3333 , 3.0000 , 1.2078 , 0.7753 , 0.5451 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6733 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6756 , cls_41 , 0.9000 , 660.0000 , 48.8057 , 733.3333 , 1.5714 , 1.1216 , 0.6817 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6783 , cls_41 , 1.0800 , 660.0000 , 50.4071 , 611.1111 , 1.5714 , 1.0996 , 0.6605 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6810 , cls_41 , 1.8900 , 780.0000 , 54.4413 , 412.6984 , 1.3000 , 1.0710 , 0.4652 , 0.6587 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6815 , cls_41 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6818 , cls_41 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6837 , cls_41 , 2.0700 , 1140.0000 , 69.6377 , 550.7246 , 1.9000 , 1.1376 , 0.7071 , 0.5652 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6845 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6866 , cls_41 , 3.6900 , 1260.0000 , 76.7632 , 341.4634 , 1.6154 , 1.0941 , 0.3858 , 0.7276 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6871 , cls_41 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6875 , cls_41 , 23.4900 , 7620.0000 , 442.7941 , 324.3934 , 3.8485 , 1.2214 , 0.9048 , 0.7280 , 23.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6879 , cls_41 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6891 , cls_41 , 1.1700 , 540.0000 , 41.1094 , 461.5385 , 1.1250 , 1.0473 , 0.3634 , 0.6282 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6918 , cls_41 , 0.4500 , 540.0000 , 39.1213 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6919 , cls_41 , 1.8900 , 1020.0000 , 65.2793 , 539.6825 , 1.7000 , 1.1255 , 0.6337 , 0.5635 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6927 , cls_41 , 3.9600 , 1320.0000 , 91.1595 , 333.3333 , 1.5714 , 1.0956 , 0.6338 , 0.7273 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6928 , cls_41 , 25.8300 , 8460.0000 , 356.6533 , 327.5261 , 4.1471 , 1.2288 , 0.7624 , 0.7230 , 25.8300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6931 , cls_41 , 0.5400 , 420.0000 , 38.0278 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6932 , cls_41 , 0.7200 , 480.0000 , 42.5542 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6941 , cls_41 , 1.1700 , 1020.0000 , 57.7644 , 871.7949 , 2.1250 , 1.1831 , 0.6322 , 0.3333 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6953 , cls_41 , 0.4500 , 480.0000 , 41.4290 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6956 , cls_41 , 0.9000 , 660.0000 , 53.4792 , 733.3333 , 1.5714 , 1.1216 , 0.7598 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6958 , cls_41 , 1.3500 , 780.0000 , 51.2273 , 577.7778 , 1.6250 , 1.1089 , 0.6707 , 0.5444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6964 , cls_41 , 0.8100 , 720.0000 , 50.2034 , 888.8889 , 2.0000 , 1.1540 , 0.7205 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6970 , cls_41 , 1.9800 , 1560.0000 , 93.8876 , 787.8788 , 2.6000 , 1.2061 , 0.7845 , 0.3864 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6978 , cls_41 , 0.9000 , 720.0000 , 52.2862 , 800.0000 , 1.7143 , 1.1407 , 0.6894 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6988 , cls_41 , 1.0800 , 720.0000 , 51.2809 , 666.6667 , 1.7143 , 1.1183 , 0.7062 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7005 , cls_41 , 1.3500 , 720.0000 , 59.3549 , 533.3333 , 1.5000 , 1.0921 , 0.7191 , 0.5556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7030 , cls_41 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7035 , cls_41 , 104.2200 , 25260.0000 , 656.1275 , 242.3719 , 6.1014 , 1.2630 , 0.7780 , 0.8007 , 104.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7057 , cls_41 , 0.6300 , 600.0000 , 52.4403 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7059 , cls_41 , 2.2500 , 840.0000 , 63.2287 , 373.3333 , 1.4000 , 1.0672 , 0.5639 , 0.6800 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7069 , cls_41 , 6.3900 , 2400.0000 , 158.6903 , 375.5869 , 2.3529 , 1.1562 , 0.7873 , 0.6761 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7074 , cls_41 , 36.0000 , 10740.0000 , 320.6156 , 298.3333 , 4.4750 , 1.2343 , 0.7485 , 0.7512 , 36.0000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7085 , cls_41 , 13.9500 , 5520.0000 , 217.5998 , 395.6989 , 3.6800 , 1.2207 , 0.7383 , 0.6720 , 13.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7091 , cls_41 , 0.7200 , 480.0000 , 43.0580 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7093 , cls_41 , 13.8600 , 4320.0000 , 169.4838 , 311.6883 , 2.8800 , 1.1799 , 0.6608 , 0.7522 , 13.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7097 , cls_41 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7103 , cls_41 , 3.6000 , 1080.0000 , 77.3644 , 300.0000 , 1.3846 , 1.0673 , 0.6255 , 0.7417 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7113 , cls_41 , 1.1700 , 780.0000 , 59.3286 , 666.6667 , 1.6250 , 1.1258 , 0.6817 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7126 , cls_41 , 1.2600 , 720.0000 , 49.7166 , 571.4286 , 1.5000 , 1.1000 , 0.5652 , 0.5238 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7127 , cls_41 , 1.6200 , 600.0000 , 48.7772 , 370.3704 , 1.1111 , 1.0339 , 0.4410 , 0.6852 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7130 , cls_41 , 1.4400 , 600.0000 , 50.2106 , 416.6667 , 1.2500 , 1.0466 , 0.6488 , 0.6354 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7133 , cls_41 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7140 , cls_41 , 17.6400 , 5880.0000 , 203.6318 , 333.3333 , 3.5000 , 1.2074 , 0.6869 , 0.7287 , 17.6400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7145 , cls_41 , 0.4500 , 480.0000 , 41.3902 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7148 , cls_41 , 0.5400 , 480.0000 , 39.6040 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7150 , cls_41 , 6.2100 , 3180.0000 , 151.4050 , 512.0773 , 3.1176 , 1.2102 , 0.7626 , 0.5797 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7153 , cls_41 , 2.6100 , 1080.0000 , 74.5434 , 413.7931 , 1.6364 , 1.1010 , 0.7453 , 0.6494 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7163 , cls_41 , 1.5300 , 900.0000 , 58.3490 , 588.2353 , 1.6667 , 1.1242 , 0.6268 , 0.5294 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7166 , cls_41 , 11.8800 , 3600.0000 , 171.1216 , 303.0303 , 2.6087 , 1.1643 , 0.7180 , 0.7576 , 11.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7167 , cls_41 , 1.0800 , 720.0000 , 50.2848 , 666.6667 , 1.7143 , 1.1183 , 0.7062 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7179 , cls_41 , 14.9400 , 6000.0000 , 215.4861 , 401.6064 , 3.8462 , 1.2276 , 0.6932 , 0.6867 , 14.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7197 , cls_41 , 8.6400 , 1860.0000 , 117.3482 , 215.2778 , 1.5500 , 1.0807 , 0.4123 , 0.8194 , 8.6400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7198 , cls_41 , 0.4500 , 540.0000 , 39.2900 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7199 , cls_41 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7205 , cls_41 , 15.3000 , 5700.0000 , 246.1979 , 372.5490 , 3.5185 , 1.2166 , 0.7670 , 0.6990 , 15.3000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7207 , cls_41 , 0.6300 , 480.0000 , 33.6844 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7209 , cls_41 , 0.7200 , 480.0000 , 37.6263 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7212 , cls_41 , 1.2600 , 600.0000 , 47.0688 , 476.1905 , 1.2500 , 1.0614 , 0.5544 , 0.6071 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7226 , cls_41 , 0.5400 , 540.0000 , 43.0278 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7228 , cls_41 , 3.2400 , 1560.0000 , 104.2893 , 481.4815 , 2.1667 , 1.1489 , 0.8033 , 0.6065 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7230 , cls_41 , 2.8800 , 1200.0000 , 90.0685 , 416.6667 , 1.6667 , 1.1110 , 0.7516 , 0.6510 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7240 , cls_41 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7248 , cls_41 , 1.2600 , 720.0000 , 59.2997 , 571.4286 , 1.5000 , 1.1000 , 0.7591 , 0.4881 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7252 , cls_41 , 1.8000 , 1140.0000 , 82.2155 , 633.3333 , 2.1111 , 1.1538 , 0.8502 , 0.4833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7258 , cls_41 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7261 , cls_41 , 0.6300 , 480.0000 , 40.4183 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7266 , cls_41 , 1.4400 , 840.0000 , 55.1582 , 583.3333 , 1.7500 , 1.1169 , 0.6082 , 0.5313 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7281 , cls_41 , 23.2200 , 4680.0000 , 200.7915 , 201.5504 , 2.3636 , 1.1436 , 0.4777 , 0.8340 , 23.2200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7282 , cls_41 , 5.9400 , 2100.0000 , 121.7213 , 353.5354 , 2.0588 , 1.1396 , 0.7438 , 0.7020 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7294 , cls_41 , 0.6300 , 480.0000 , 36.8521 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7300 , cls_41 , 0.4500 , 360.0000 , 24.0000 , 800.0000 , 1.2000 , 1.0699 , 0.3634 , 0.4000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7309 , cls_41 , 1.0800 , 660.0000 , 55.9028 , 611.1111 , 1.5714 , 1.0996 , 0.7117 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7320 , cls_41 , 4.5000 , 1920.0000 , 115.5068 , 426.6667 , 2.1333 , 1.1524 , 0.7827 , 0.6433 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7327 , cls_41 , 0.7200 , 600.0000 , 47.3983 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7352 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7361 , cls_41 , 7.8300 , 3540.0000 , 152.7921 , 452.1073 , 3.1053 , 1.2044 , 0.7265 , 0.6533 , 7.8300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7364 , cls_41 , 0.6300 , 540.0000 , 39.7882 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7365 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7382 , cls_41 , 2.0700 , 900.0000 , 72.5062 , 434.7826 , 1.5000 , 1.0900 , 0.6555 , 0.6377 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7385 , cls_41 , 0.4500 , 600.0000 , 33.9411 , 1333.3333 , 2.0000 , 1.1913 , 0.6463 , 0.1333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7389 , cls_41 , 3.3300 , 1200.0000 , 80.8238 , 360.3604 , 1.5385 , 1.0955 , 0.6231 , 0.7027 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7396 , cls_41 , 4.1400 , 1860.0000 , 104.9635 , 449.2754 , 2.2143 , 1.1555 , 0.6834 , 0.6304 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7417 , cls_41 , 0.9000 , 600.0000 , 48.7822 , 666.6667 , 1.4286 , 1.1006 , 0.7170 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7443 , cls_41 , 1.5300 , 780.0000 , 55.9635 , 509.8039 , 1.4444 , 1.0945 , 0.6817 , 0.5686 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7457 , cls_41 , 0.8100 , 600.0000 , 49.4675 , 740.7407 , 1.6667 , 1.1135 , 0.7838 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7471 , cls_41 , 6.2100 , 2700.0000 , 205.0555 , 434.7826 , 2.6471 , 1.1806 , 0.8740 , 0.6353 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7474 , cls_41 , 11.0700 , 5340.0000 , 207.3487 , 482.3848 , 3.8696 , 1.2393 , 0.7987 , 0.6152 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7481 , cls_41 , 0.8100 , 600.0000 , 46.2101 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7484 , cls_41 , 1.3500 , 840.0000 , 69.0713 , 622.2222 , 1.7500 , 1.1245 , 0.7753 , 0.4778 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7491 , cls_41 , 0.6300 , 420.0000 , 39.4421 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7506 , cls_41 , 2.8800 , 1560.0000 , 81.8468 , 541.6667 , 2.1667 , 1.1621 , 0.7190 , 0.5938 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7507 , cls_41 , 0.8100 , 540.0000 , 37.8729 , 666.6667 , 1.5000 , 1.0901 , 0.5416 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7521 , cls_41 , 3.3300 , 1560.0000 , 86.8023 , 468.4685 , 2.0000 , 1.1459 , 0.5973 , 0.6216 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7524 , cls_41 , 4.6800 , 2400.0000 , 132.3578 , 512.8205 , 2.6667 , 1.1897 , 0.7253 , 0.5833 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7541 , cls_41 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7546 , cls_41 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7550 , cls_41 , 0.9900 , 660.0000 , 49.8187 , 666.6667 , 1.5714 , 1.1100 , 0.6888 , 0.4697 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7552 , cls_41 , 1.0800 , 780.0000 , 56.5316 , 722.2222 , 1.8571 , 1.1355 , 0.7062 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7568 , cls_41 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7571 , cls_41 , 1.1700 , 720.0000 , 58.5044 , 615.3846 , 1.5000 , 1.1087 , 0.7733 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7572 , cls_41 , 2.1600 , 1320.0000 , 79.7388 , 611.1111 , 2.2000 , 1.1621 , 0.6405 , 0.5347 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7584 , cls_41 , 4.2300 , 1860.0000 , 115.8179 , 439.7163 , 2.2143 , 1.1532 , 0.7177 , 0.6489 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7587 , cls_41 , 8.3700 , 3540.0000 , 174.3975 , 422.9391 , 2.9500 , 1.1973 , 0.8497 , 0.6434 , 8.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7610 , cls_41 , 0.5400 , 480.0000 , 47.1916 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7619 , cls_41 , 3.3300 , 1140.0000 , 94.1583 , 342.3423 , 1.4615 , 1.0856 , 0.7353 , 0.7027 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7626 , cls_41 , 0.8100 , 480.0000 , 40.4904 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7628 , cls_41 , 2.4300 , 1380.0000 , 76.4274 , 567.9012 , 2.0909 , 1.1573 , 0.7036 , 0.5556 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7639 , cls_41 , 1.1700 , 660.0000 , 43.6399 , 564.1026 , 1.3750 , 1.0902 , 0.4827 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7641 , cls_41 , 0.6300 , 480.0000 , 34.8130 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7642 , cls_41 , 1.4400 , 720.0000 , 54.6434 , 500.0000 , 1.5000 , 1.0847 , 0.6866 , 0.5833 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7643 , cls_41 , 0.9000 , 780.0000 , 53.0961 , 866.6667 , 1.8571 , 1.1583 , 0.6894 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7644 , cls_41 , 1.6200 , 780.0000 , 61.5690 , 481.4815 , 1.4444 , 1.0880 , 0.7425 , 0.5833 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7647 , cls_41 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7648 , cls_41 , 2.2500 , 1320.0000 , 77.3617 , 586.6667 , 2.2000 , 1.1574 , 0.7551 , 0.5333 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7668 , cls_41 , 0.6300 , 480.0000 , 37.2411 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7670 , cls_41 , 0.7200 , 600.0000 , 48.2807 , 833.3333 , 1.6667 , 1.1283 , 0.7736 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7673 , cls_41 , 1.8900 , 840.0000 , 63.5943 , 444.4444 , 1.4000 , 1.0860 , 0.6658 , 0.6111 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7676 , cls_41 , 0.9000 , 600.0000 , 41.0958 , 666.6667 , 1.4286 , 1.1006 , 0.6255 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7681 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7699 , cls_41 , 0.9900 , 780.0000 , 63.0088 , 787.8788 , 1.8571 , 1.1463 , 0.7845 , 0.3636 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7711 , cls_41 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7715 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7716 , cls_41 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7718 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7720 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7721 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7736 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7741 , cls_41 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7745 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7747 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7758 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7769 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 9 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 10 , cls_81 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 17 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 19 , cls_81 , 2.2500 , 960.0000 , 65.7833 , 426.6667 , 1.6000 , 1.0938 , 0.6021 , 0.6533 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 42 , cls_81 , 7.9200 , 3540.0000 , 151.2047 , 446.9697 , 3.1053 , 1.2031 , 0.6704 , 0.6439 , 7.9200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 44 , cls_81 , 0.9000 , 540.0000 , 45.6804 , 600.0000 , 1.2857 , 1.0775 , 0.7170 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 84 , cls_81 , 1.3500 , 540.0000 , 45.1851 , 400.0000 , 1.1250 , 1.0316 , 0.4383 , 0.6556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 483.7355 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 149 , cls_81 , 3.4200 , 960.0000 , 74.1966 , 280.7018 , 1.2308 , 1.0499 , 0.5012 , 0.7588 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 181 , cls_81 , 1.0800 , 600.0000 , 45.2861 , 555.5556 , 1.4286 , 1.0790 , 0.5870 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 254.5584 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 205 , cls_81 , 6.3000 , 2640.0000 , 165.3476 , 419.0476 , 2.5882 , 1.1750 , 0.7799 , 0.6595 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 275 , cls_81 , 2.4300 , 1260.0000 , 88.8633 , 518.5185 , 1.9091 , 1.1393 , 0.6562 , 0.5741 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 313 , cls_81 , 8.7300 , 3420.0000 , 152.3502 , 391.7526 , 2.8500 , 1.1868 , 0.6653 , 0.6821 , 8.7300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 319 , cls_81 , 1.2600 , 540.0000 , 48.7154 , 428.5714 , 1.1250 , 1.0391 , 0.5544 , 0.6190 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 558.0323 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 360 , cls_81 , 1.8900 , 900.0000 , 62.6256 , 476.1905 , 1.5000 , 1.1001 , 0.6068 , 0.6270 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 502.8916 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 364 , cls_81 , 1.1700 , 540.0000 , 49.8851 , 461.5385 , 1.1250 , 1.0473 , 0.6322 , 0.5897 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 429.5346 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 385 , cls_81 , 5.5800 , 2700.0000 , 176.1234 , 483.8710 , 2.8125 , 1.1921 , 0.8246 , 0.6156 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 480.9366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 406 , cls_81 , 1.8000 , 1020.0000 , 70.6588 , 566.6667 , 1.8889 , 1.1311 , 0.7139 , 0.5417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 504 , cls_81 , 7.2000 , 3180.0000 , 148.8430 , 441.6667 , 2.9444 , 1.1942 , 0.7882 , 0.6354 , 7.2000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 525 , cls_81 , 1.2600 , 900.0000 , 71.0023 , 714.2857 , 1.8750 , 1.1473 , 0.7903 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 458.9118 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 528 , cls_81 , 49.6800 , 13440.0000 , 573.8068 , 270.5314 , 4.7660 , 1.2381 , 0.8728 , 0.7835 , 49.6800 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 531 , cls_81 , 3.4200 , 1980.0000 , 133.9712 , 578.9474 , 2.5385 , 1.1886 , 0.8065 , 0.5395 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 538 , cls_81 , 4.9500 , 1980.0000 , 104.8123 , 400.0000 , 2.2000 , 1.1480 , 0.5856 , 0.6667 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 553 , cls_81 , 1.6200 , 1080.0000 , 62.0341 , 666.6667 , 2.0000 , 1.1552 , 0.6474 , 0.4352 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 594 , cls_81 , 1.8000 , 780.0000 , 67.8818 , 433.3333 , 1.4444 , 1.0763 , 0.7004 , 0.6167 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 420.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 604 , cls_81 , 1.1700 , 660.0000 , 50.2356 , 564.1026 , 1.3750 , 1.0902 , 0.6817 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 630 , cls_81 , 7.2000 , 2520.0000 , 127.5215 , 350.0000 , 2.3333 , 1.1526 , 0.5842 , 0.7104 , 7.2000 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 670 , cls_81 , 1.0800 , 540.0000 , 45.5703 , 500.0000 , 1.2857 , 1.0563 , 0.6273 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 502.8916 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 689 , cls_81 , 10.8000 , 4200.0000 , 166.0568 , 388.8889 , 3.1818 , 1.2005 , 0.6974 , 0.6806 , 10.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 775 , cls_81 , 8.9100 , 2220.0000 , 149.8578 , 249.1582 , 1.8500 , 1.1088 , 0.6918 , 0.7828 , 8.9100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 809 , cls_81 , 1.1700 , 1020.0000 , 78.1764 , 871.7949 , 2.1250 , 1.1831 , 0.8535 , 0.3205 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 850 , cls_81 , 4.9500 , 2280.0000 , 120.0414 , 460.6061 , 2.5333 , 1.1741 , 0.6942 , 0.6424 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 855 , cls_81 , 1.8900 , 1020.0000 , 77.4581 , 539.6825 , 1.7000 , 1.1255 , 0.7547 , 0.5556 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 856 , cls_81 , 2.5200 , 1080.0000 , 79.6342 , 428.5714 , 1.6364 , 1.1048 , 0.6729 , 0.6310 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 865 , cls_81 , 8.9100 , 3240.0000 , 161.2704 , 363.6364 , 2.7000 , 1.1752 , 0.6751 , 0.6936 , 8.9100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 868 , cls_81 , 1.3500 , 660.0000 , 56.5780 , 488.8889 , 1.3750 , 1.0738 , 0.7191 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 364.9658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 885 , cls_81 , 19.2600 , 4560.0000 , 203.5469 , 236.7601 , 2.5333 , 1.1569 , 0.5878 , 0.8053 , 19.2600 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 915 , cls_81 , 2.6100 , 1320.0000 , 95.4709 , 505.7471 , 2.0000 , 1.1405 , 0.8097 , 0.5977 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 924 , cls_81 , 2.7900 , 1140.0000 , 80.8165 , 408.6022 , 1.5833 , 1.1044 , 0.7420 , 0.6452 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 978 , cls_81 , 14.4000 , 5160.0000 , 201.3530 , 358.3333 , 3.3077 , 1.2060 , 0.7190 , 0.7083 , 14.4000 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 981 , cls_81 , 2.6100 , 900.0000 , 64.1993 , 344.8276 , 1.3636 , 1.0651 , 0.4570 , 0.7241 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1009 , cls_81 , 4.0500 , 1920.0000 , 93.9957 , 474.0741 , 2.2857 , 1.1639 , 0.6688 , 0.6185 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1089 , cls_81 , 10.9800 , 4440.0000 , 200.8958 , 404.3716 , 3.2174 , 1.2083 , 0.7515 , 0.6790 , 10.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1116 , cls_81 , 4.5000 , 1260.0000 , 86.8728 , 280.0000 , 1.4000 , 1.0738 , 0.5103 , 0.7667 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1126 , cls_81 , 1.9800 , 780.0000 , 57.5031 , 393.9394 , 1.3000 , 1.0660 , 0.5170 , 0.6818 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 296.9848 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1157 , cls_81 , 9.9000 , 3240.0000 , 152.8311 , 327.2727 , 2.5714 , 1.1644 , 0.6498 , 0.7364 , 9.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1174 , cls_81 , 8.8200 , 2280.0000 , 144.4806 , 258.5034 , 1.9000 , 1.1145 , 0.7239 , 0.7840 , 8.8200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1190 , cls_81 , 1.0800 , 660.0000 , 50.2263 , 611.1111 , 1.5714 , 1.0996 , 0.7649 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 540.8327 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1226 , cls_81 , 1.2600 , 1260.0000 , 92.7108 , 1000.0000 , 2.6250 , 1.2186 , 0.8913 , 0.2738 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1229 , cls_81 , 1.5300 , 840.0000 , 63.0942 , 549.0196 , 1.5556 , 1.1099 , 0.7035 , 0.5392 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1237 , cls_81 , 1.8000 , 1260.0000 , 92.2966 , 700.0000 , 2.3333 , 1.1742 , 0.8428 , 0.4500 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 296.9848 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1240 , cls_81 , 16.3800 , 4200.0000 , 183.5669 , 256.4103 , 2.5926 , 1.1588 , 0.6680 , 0.7830 , 16.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1262 , cls_81 , 1.3500 , 720.0000 , 51.0306 , 533.3333 , 1.5000 , 1.0921 , 0.5756 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 589.4065 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1265 , cls_81 , 3.7800 , 2040.0000 , 92.7655 , 539.6825 , 2.6154 , 1.1830 , 0.5886 , 0.5873 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1266 , cls_81 , 1.0800 , 660.0000 , 55.4321 , 611.1111 , 1.5714 , 1.0996 , 0.7366 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1296 , cls_81 , 1.5300 , 840.0000 , 61.3003 , 549.0196 , 1.5556 , 1.1099 , 0.6817 , 0.5392 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1352 , cls_81 , 31.2300 , 8760.0000 , 381.9980 , 280.4995 , 3.8421 , 1.2159 , 0.8247 , 0.7699 , 31.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1383 , cls_81 , 7.0200 , 1980.0000 , 119.5132 , 282.0513 , 1.8333 , 1.1120 , 0.5506 , 0.7607 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1473 , cls_81 , 2.6100 , 1560.0000 , 100.0838 , 597.7011 , 2.3636 , 1.1733 , 0.8329 , 0.5460 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1479 , cls_81 , 2.1600 , 1020.0000 , 79.9206 , 472.2222 , 1.7000 , 1.1104 , 0.6944 , 0.5972 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 458.9118 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1507 , cls_81 , 1.2600 , 780.0000 , 47.6915 , 619.0476 , 1.6250 , 1.1170 , 0.5652 , 0.5357 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 636.3961 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1519 , cls_81 , 1.0800 , 540.0000 , 40.5020 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1541 , cls_81 , 20.6100 , 5220.0000 , 213.9788 , 253.2751 , 2.8065 , 1.1726 , 0.7188 , 0.7969 , 20.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1568 , cls_81 , 1.1700 , 600.0000 , 49.0068 , 512.8205 , 1.2500 , 1.0698 , 0.6877 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1609 , cls_81 , 1.9800 , 780.0000 , 57.2243 , 393.9394 , 1.3000 , 1.0660 , 0.4613 , 0.6742 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1619 , cls_81 , 4.2300 , 1440.0000 , 91.6396 , 340.4255 , 1.7143 , 1.1051 , 0.5397 , 0.7128 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1623 , cls_81 , 2.4300 , 1320.0000 , 87.3485 , 543.2099 , 2.0000 , 1.1485 , 0.7677 , 0.5556 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1636 , cls_81 , 1.3500 , 1320.0000 , 74.7418 , 977.7778 , 2.7500 , 1.2195 , 0.7419 , 0.3000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1638 , cls_81 , 16.2900 , 5400.0000 , 226.4202 , 331.4917 , 3.3333 , 1.2012 , 0.7193 , 0.7385 , 16.2900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1640 , cls_81 , 1.0800 , 660.0000 , 46.6357 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1644 , cls_81 , 5.1300 , 1380.0000 , 92.4372 , 269.0058 , 1.4375 , 1.0776 , 0.5923 , 0.7778 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1662 , cls_81 , 68.7600 , 20100.0000 , 430.7369 , 292.3211 , 5.9821 , 1.2681 , 0.7301 , 0.7685 , 68.7600 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1727 , cls_81 , 3.3300 , 1560.0000 , 84.6250 , 468.4685 , 2.0000 , 1.1459 , 0.6376 , 0.6216 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 402.4922 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1733 , cls_81 , 2.1600 , 900.0000 , 66.3225 , 416.6667 , 1.5000 , 1.0853 , 0.6605 , 0.6528 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1746 , cls_81 , 1.4400 , 1020.0000 , 64.8470 , 708.3333 , 2.1250 , 1.1574 , 0.7900 , 0.4583 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1807 , cls_81 , 8.0100 , 2160.0000 , 122.8192 , 269.6629 , 1.8947 , 1.1144 , 0.5356 , 0.7659 , 8.0100 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1820 , cls_81 , 3.3300 , 1200.0000 , 85.0620 , 360.3604 , 1.5385 , 1.0955 , 0.6231 , 0.6982 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1827 , cls_81 , 7.5600 , 1920.0000 , 163.3555 , 253.9683 , 1.6842 , 1.0992 , 0.7660 , 0.7837 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 458.9118 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1835 , cls_81 , 1.1700 , 540.0000 , 42.9222 , 461.5385 , 1.1250 , 1.0473 , 0.4827 , 0.6026 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1857 , cls_81 , 4.6800 , 1800.0000 , 100.8463 , 384.6154 , 2.0000 , 1.1362 , 0.5556 , 0.6763 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1860 , cls_81 , 10.2600 , 5580.0000 , 201.3741 , 543.8596 , 4.2273 , 1.2550 , 0.7865 , 0.5746 , 10.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1905 , cls_81 , 1.0800 , 660.0000 , 57.9137 , 611.1111 , 1.5714 , 1.0996 , 0.7117 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1940 , cls_81 , 1.5300 , 660.0000 , 54.0248 , 431.3725 , 1.2222 , 1.0598 , 0.6452 , 0.6373 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1999 , cls_81 , 45.9000 , 12360.0000 , 414.7629 , 269.2810 , 4.4783 , 1.2328 , 0.8361 , 0.7778 , 45.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2001 , cls_81 , 2.7900 , 1440.0000 , 81.2019 , 516.1290 , 2.0000 , 1.1500 , 0.6507 , 0.5699 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2022 , cls_81 , 3.7800 , 1800.0000 , 119.7548 , 476.1905 , 2.3077 , 1.1592 , 0.7861 , 0.5952 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 271.6616 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2037 , cls_81 , 5.2200 , 2100.0000 , 113.0793 , 402.2989 , 2.1875 , 1.1532 , 0.6973 , 0.6839 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2109 , cls_81 , 1.8900 , 960.0000 , 73.6103 , 507.9365 , 1.6000 , 1.1132 , 0.6996 , 0.5635 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2143 , cls_81 , 1.4400 , 960.0000 , 71.7222 , 666.6667 , 2.0000 , 1.1448 , 0.7603 , 0.4688 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2145 , cls_81 , 1.0800 , 840.0000 , 59.5743 , 777.7778 , 2.0000 , 1.1515 , 0.7878 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2162 , cls_81 , 1.1700 , 780.0000 , 59.0325 , 666.6667 , 1.6250 , 1.1258 , 0.7453 , 0.4359 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2169 , cls_81 , 5.5800 , 2520.0000 , 118.4169 , 451.6129 , 2.6250 , 1.1795 , 0.6597 , 0.6425 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2175 , cls_81 , 1.1700 , 780.0000 , 62.0247 , 666.6667 , 1.6250 , 1.1258 , 0.7286 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2182 , cls_81 , 43.1100 , 16320.0000 , 544.8001 , 378.5665 , 6.1818 , 1.2816 , 0.8978 , 0.6945 , 43.1100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2183 , cls_81 , 4.7700 , 2280.0000 , 100.1885 , 477.9874 , 2.5333 , 1.1781 , 0.6352 , 0.6195 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2200 , cls_81 , 1.1700 , 600.0000 , 43.1998 , 512.8205 , 1.2500 , 1.0698 , 0.5963 , 0.5897 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2213 , cls_81 , 6.9300 , 3240.0000 , 123.3175 , 467.5325 , 3.0000 , 1.2017 , 0.5375 , 0.6494 , 6.9300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2222 , cls_81 , 2.1600 , 720.0000 , 57.3378 , 333.3333 , 1.2000 , 1.0406 , 0.4990 , 0.7222 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2225 , cls_81 , 2.2500 , 900.0000 , 65.8761 , 400.0000 , 1.5000 , 1.0809 , 0.5639 , 0.6667 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2264 , cls_81 , 5.0400 , 3600.0000 , 137.4020 , 714.2857 , 4.0000 , 1.2565 , 0.8088 , 0.4375 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2323 , cls_81 , 1.0800 , 540.0000 , 43.0150 , 500.0000 , 1.2857 , 1.0563 , 0.6180 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2337 , cls_81 , 4.7700 , 2520.0000 , 112.0183 , 528.3019 , 2.8000 , 1.1967 , 0.7414 , 0.6038 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2339 , cls_81 , 1.1700 , 480.0000 , 41.7161 , 410.2564 , 1.0000 , 1.0222 , 0.4827 , 0.6410 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2344 , cls_81 , 1.8900 , 840.0000 , 54.8229 , 444.4444 , 1.4000 , 1.0860 , 0.4858 , 0.6508 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2362 , cls_81 , 3.0600 , 1380.0000 , 88.8981 , 450.9804 , 1.9167 , 1.1315 , 0.8142 , 0.6225 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2368 , cls_81 , 3.4200 , 1500.0000 , 101.1931 , 438.5965 , 1.9231 , 1.1354 , 0.7674 , 0.6491 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2376 , cls_81 , 5.4000 , 2640.0000 , 170.4547 , 488.8889 , 2.7500 , 1.1916 , 0.8236 , 0.6083 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2380 , cls_81 , 1.3500 , 660.0000 , 51.1641 , 488.8889 , 1.3750 , 1.0738 , 0.6327 , 0.5889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2383 , cls_81 , 1.8900 , 1320.0000 , 65.7060 , 698.4127 , 2.2000 , 1.1778 , 0.6387 , 0.4762 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2407 , cls_81 , 1.1700 , 1020.0000 , 57.8736 , 871.7949 , 2.1250 , 1.1831 , 0.7701 , 0.3718 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2410 , cls_81 , 12.2400 , 2460.0000 , 146.2865 , 200.9804 , 1.7083 , 1.0963 , 0.5671 , 0.8321 , 12.2400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2423 , cls_81 , 1.8000 , 1020.0000 , 67.3904 , 566.6667 , 1.8889 , 1.1311 , 0.7746 , 0.5667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2428 , cls_81 , 1.9800 , 1260.0000 , 78.5365 , 636.3636 , 2.1000 , 1.1629 , 0.7307 , 0.5076 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2430 , cls_81 , 1.2600 , 780.0000 , 52.3611 , 619.0476 , 1.6250 , 1.1170 , 0.6039 , 0.5119 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 362.4914 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2432 , cls_81 , 2.7000 , 2220.0000 , 110.3985 , 822.2222 , 3.3636 , 1.2386 , 0.8090 , 0.3833 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2445 , cls_81 , 1.0800 , 900.0000 , 63.2198 , 833.3333 , 2.1429 , 1.1663 , 0.7117 , 0.3611 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2448 , cls_81 , 1.3500 , 660.0000 , 52.4641 , 488.8889 , 1.3750 , 1.0738 , 0.6869 , 0.5778 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2471 , cls_81 , 10.0800 , 2820.0000 , 145.2376 , 279.7619 , 2.1364 , 1.1385 , 0.6362 , 0.7649 , 10.0800 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2490 , cls_81 , 2.9700 , 840.0000 , 66.4857 , 282.8283 , 1.1667 , 1.0384 , 0.4322 , 0.7525 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2500 , cls_81 , 1.1700 , 720.0000 , 49.6486 , 615.3846 , 1.5000 , 1.1087 , 0.6322 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2512 , cls_81 , 8.1900 , 4200.0000 , 239.2821 , 512.8205 , 3.5000 , 1.2298 , 0.8970 , 0.5824 , 8.1900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2513 , cls_81 , 4.2300 , 1920.0000 , 95.4868 , 453.9007 , 2.2857 , 1.1591 , 0.5984 , 0.6241 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2517 , cls_81 , 8.8200 , 3180.0000 , 142.8093 , 360.5442 , 2.6500 , 1.1729 , 0.7406 , 0.7041 , 8.8200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2531 , cls_81 , 1.9800 , 1440.0000 , 72.8111 , 727.2727 , 2.4000 , 1.1899 , 0.6888 , 0.4394 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2553 , cls_81 , 2.7000 , 840.0000 , 64.4078 , 311.1111 , 1.2727 , 1.0481 , 0.4123 , 0.7444 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2556 , cls_81 , 3.4200 , 1620.0000 , 94.8964 , 473.6842 , 2.0769 , 1.1502 , 0.6753 , 0.6184 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2558 , cls_81 , 10.6200 , 3000.0000 , 158.7728 , 282.4859 , 2.2727 , 1.1440 , 0.7243 , 0.7712 , 10.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2581 , cls_81 , 5.7600 , 1620.0000 , 109.2455 , 281.2500 , 1.6875 , 1.0955 , 0.6619 , 0.7708 , 5.7600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2616 , cls_81 , 2.5200 , 1020.0000 , 70.8034 , 404.7619 , 1.5455 , 1.0935 , 0.5544 , 0.6667 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2634 , cls_81 , 1.8000 , 900.0000 , 56.7131 , 500.0000 , 1.6667 , 1.1055 , 0.5103 , 0.6000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2636 , cls_81 , 6.6600 , 2760.0000 , 153.7180 , 414.4144 , 2.5556 , 1.1771 , 0.7906 , 0.6667 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2662 , cls_81 , 1.6200 , 1320.0000 , 73.8642 , 814.8148 , 2.4444 , 1.1966 , 0.6903 , 0.3796 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2675 , cls_81 , 7.8300 , 3060.0000 , 136.8901 , 390.8046 , 2.6842 , 1.1785 , 0.6461 , 0.6935 , 7.8300 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2681 , cls_81 , 3.3300 , 1380.0000 , 79.5504 , 414.4144 , 1.7692 , 1.1223 , 0.5193 , 0.6757 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2700 , cls_81 , 5.4900 , 2520.0000 , 131.3617 , 459.0164 , 2.6250 , 1.1813 , 0.7196 , 0.6421 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2709 , cls_81 , 6.2100 , 3000.0000 , 163.3717 , 483.0918 , 2.9412 , 1.1997 , 0.8026 , 0.6111 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2715 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2739 , cls_81 , 1.8000 , 600.0000 , 52.1430 , 333.3333 , 1.1111 , 1.0228 , 0.4907 , 0.7000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2745 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2747 , cls_81 , 10.8900 , 2520.0000 , 162.2171 , 231.4050 , 1.9091 , 1.1115 , 0.6708 , 0.8017 , 10.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2748 , cls_81 , 1.1700 , 540.0000 , 42.4964 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2749 , cls_81 , 13.4100 , 4800.0000 , 207.4102 , 357.9418 , 3.2000 , 1.2011 , 0.7484 , 0.7002 , 13.4100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2767 , cls_81 , 3.3300 , 1500.0000 , 96.7591 , 450.4505 , 1.9231 , 1.1383 , 0.7056 , 0.6216 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2768 , cls_81 , 1.7100 , 900.0000 , 70.7215 , 526.3158 , 1.6667 , 1.1114 , 0.7718 , 0.5439 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2770 , cls_81 , 27.9000 , 6540.0000 , 272.4266 , 234.4086 , 3.0278 , 1.1802 , 0.6280 , 0.8038 , 27.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2773 , cls_81 , 3.0600 , 2220.0000 , 92.5477 , 725.4902 , 3.0833 , 1.2236 , 0.7595 , 0.4461 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2774 , cls_81 , 2.3400 , 1140.0000 , 87.8904 , 487.1795 , 1.7273 , 1.1237 , 0.7352 , 0.5833 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2777 , cls_81 , 1.0800 , 600.0000 , 46.6204 , 555.5556 , 1.4286 , 1.0790 , 0.6605 , 0.5556 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2786 , cls_81 , 1.6200 , 900.0000 , 58.7540 , 555.5556 , 1.6667 , 1.1176 , 0.6903 , 0.5463 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2794 , cls_81 , 3.5100 , 1620.0000 , 88.5076 , 461.5385 , 2.0769 , 1.1473 , 0.5756 , 0.6026 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2802 , cls_81 , 2.2500 , 1020.0000 , 71.2570 , 453.3333 , 1.7000 , 1.1059 , 0.6463 , 0.6267 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2808 , cls_81 , 2.8800 , 1200.0000 , 88.3495 , 416.6667 , 1.6667 , 1.1110 , 0.7026 , 0.6615 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2814 , cls_81 , 1.0800 , 540.0000 , 40.9341 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2828 , cls_81 , 8.4600 , 2460.0000 , 164.5867 , 290.7801 , 2.0500 , 1.1320 , 0.7606 , 0.7465 , 8.4600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2829 , cls_81 , 1.2600 , 540.0000 , 43.8599 , 428.5714 , 1.1250 , 1.0391 , 0.4757 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2846 , cls_81 , 2.6100 , 780.0000 , 64.9440 , 298.8506 , 1.1818 , 1.0370 , 0.4872 , 0.7356 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2851 , cls_81 , 5.4000 , 2220.0000 , 124.5691 , 411.1111 , 2.3125 , 1.1598 , 0.6396 , 0.6500 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2852 , cls_81 , 2.0700 , 1020.0000 , 74.3185 , 492.7536 , 1.7000 , 1.1152 , 0.7712 , 0.6014 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2853 , cls_81 , 1.6200 , 1260.0000 , 67.9253 , 777.7778 , 2.3333 , 1.1870 , 0.7205 , 0.4167 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2876 , cls_81 , 1.8000 , 720.0000 , 58.5569 , 400.0000 , 1.3333 , 1.0600 , 0.5609 , 0.6667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2894 , cls_81 , 1.6200 , 840.0000 , 57.0567 , 518.5185 , 1.5556 , 1.1033 , 0.6474 , 0.5741 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2903 , cls_81 , 2.2500 , 1080.0000 , 77.6342 , 480.0000 , 1.8000 , 1.1173 , 0.7256 , 0.6067 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2920 , cls_81 , 6.5700 , 1680.0000 , 106.3499 , 255.7078 , 1.5556 , 1.0890 , 0.4836 , 0.7808 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2931 , cls_81 , 1.0800 , 540.0000 , 40.3971 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2935 , cls_81 , 1.8900 , 780.0000 , 59.9760 , 412.6984 , 1.3000 , 1.0710 , 0.6337 , 0.6429 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2955 , cls_81 , 17.7300 , 4140.0000 , 207.9536 , 233.5025 , 2.3793 , 1.1488 , 0.5935 , 0.8029 , 17.7300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3004 , cls_81 , 21.7800 , 7020.0000 , 321.3056 , 322.3140 , 3.6563 , 1.2155 , 0.8041 , 0.7397 , 21.7800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3007 , cls_81 , 15.0300 , 4020.0000 , 164.9781 , 267.4651 , 2.5769 , 1.1598 , 0.5588 , 0.7904 , 15.0300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3020 , cls_81 , 4.2300 , 1320.0000 , 98.9791 , 312.0567 , 1.5714 , 1.0888 , 0.6915 , 0.7340 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3022 , cls_81 , 1.1700 , 780.0000 , 53.7135 , 666.6667 , 1.6250 , 1.1258 , 0.6877 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3024 , cls_81 , 1.4400 , 1200.0000 , 65.5097 , 833.3333 , 2.5000 , 1.1914 , 0.7004 , 0.3750 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3037 , cls_81 , 2.9700 , 1140.0000 , 72.9524 , 383.8384 , 1.5833 , 1.0977 , 0.6145 , 0.6970 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3047 , cls_81 , 1.1700 , 1080.0000 , 81.7830 , 923.0769 , 2.2500 , 1.1953 , 0.8727 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3085 , cls_81 , 63.9000 , 18480.0000 , 494.3061 , 289.2019 , 5.7037 , 1.2625 , 0.7450 , 0.7690 , 63.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3094 , cls_81 , 1.8900 , 1200.0000 , 84.4370 , 634.9206 , 2.0000 , 1.1585 , 0.7695 , 0.5000 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 331.3608 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3100 , cls_81 , 2.8800 , 1080.0000 , 77.1004 , 375.0000 , 1.5000 , 1.0904 , 0.6488 , 0.6927 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3122 , cls_81 , 1.8000 , 660.0000 , 52.9555 , 366.6667 , 1.2222 , 1.0422 , 0.4907 , 0.6833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3144 , cls_81 , 7.0200 , 2040.0000 , 131.4446 , 290.5983 , 1.8889 , 1.1174 , 0.6944 , 0.7521 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3164 , cls_81 , 3.4200 , 2400.0000 , 122.2095 , 701.7544 , 3.0769 , 1.2255 , 0.8017 , 0.4605 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3169 , cls_81 , 7.2000 , 1980.0000 , 124.6118 , 275.0000 , 1.8333 , 1.1095 , 0.7114 , 0.7771 , 7.2000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3195 , cls_81 , 1.0800 , 720.0000 , 67.5795 , 666.6667 , 1.7143 , 1.1183 , 0.7649 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3226 , cls_81 , 1.8900 , 1320.0000 , 72.5961 , 698.4127 , 2.2000 , 1.1778 , 0.6658 , 0.4444 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3228 , cls_81 , 4.6800 , 2880.0000 , 117.4140 , 615.3846 , 3.2000 , 1.2236 , 0.7170 , 0.4968 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3239 , cls_81 , 0.9000 , 480.0000 , 40.0216 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3264 , cls_81 , 2.7900 , 1080.0000 , 77.2090 , 387.0968 , 1.5000 , 1.0938 , 0.6842 , 0.6774 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3296 , cls_81 , 1.5300 , 1140.0000 , 87.1237 , 745.0980 , 2.1111 , 1.1733 , 0.8507 , 0.4020 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3300 , cls_81 , 4.3200 , 1740.0000 , 150.6431 , 402.7778 , 2.0714 , 1.1384 , 0.8090 , 0.6597 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3302 , cls_81 , 1.1700 , 660.0000 , 47.6390 , 564.1026 , 1.3750 , 1.0902 , 0.5526 , 0.5385 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3318 , cls_81 , 5.6700 , 2220.0000 , 119.2801 , 391.5344 , 2.3125 , 1.1546 , 0.6712 , 0.6640 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3395 , cls_81 , 5.8500 , 1980.0000 , 123.4928 , 338.4615 , 1.9412 , 1.1305 , 0.6689 , 0.7077 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3396 , cls_81 , 16.3800 , 7860.0000 , 244.0639 , 479.8535 , 4.8519 , 1.2632 , 0.8085 , 0.6181 , 16.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3444 , cls_81 , 1.5300 , 660.0000 , 57.5478 , 431.3725 , 1.2222 , 1.0598 , 0.5916 , 0.6078 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 483.7355 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3471 , cls_81 , 1.5300 , 1020.0000 , 62.8953 , 666.6667 , 1.8889 , 1.1502 , 0.6817 , 0.4804 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3485 , cls_81 , 1.1700 , 780.0000 , 67.8852 , 666.6667 , 1.6250 , 1.1258 , 0.8140 , 0.4487 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3528 , cls_81 , 1.5300 , 660.0000 , 48.7359 , 431.3725 , 1.2222 , 1.0598 , 0.4721 , 0.6373 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3545 , cls_81 , 1.0800 , 840.0000 , 53.8768 , 777.7778 , 2.0000 , 1.1515 , 0.7062 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 400.2499 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3559 , cls_81 , 3.5100 , 2580.0000 , 108.9066 , 735.0427 , 3.3077 , 1.2362 , 0.7793 , 0.4658 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3566 , cls_81 , 1.1700 , 480.0000 , 41.7161 , 410.2564 , 1.0000 , 1.0222 , 0.4827 , 0.6410 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3588 , cls_81 , 2.9700 , 1140.0000 , 74.1537 , 383.8384 , 1.5833 , 1.0977 , 0.6036 , 0.6970 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 349.8571 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3589 , cls_81 , 55.1700 , 14640.0000 , 508.0410 , 265.3616 , 4.8800 , 1.2413 , 0.8084 , 0.7798 , 55.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3593 , cls_81 , 3.1500 , 1320.0000 , 82.6367 , 419.0476 , 1.8333 , 1.1198 , 0.6948 , 0.6667 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 270.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3602 , cls_81 , 3.8700 , 1560.0000 , 114.0471 , 403.1008 , 1.8571 , 1.1296 , 0.7756 , 0.6628 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3672 , cls_81 , 68.5800 , 12720.0000 , 384.3006 , 185.4768 , 3.7857 , 1.2002 , 0.7565 , 0.8508 , 68.5800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3694 , cls_81 , 1.7100 , 780.0000 , 62.7268 , 456.1404 , 1.4444 , 1.0820 , 0.6976 , 0.6140 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 426.3801 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3727 , cls_81 , 4.2300 , 1980.0000 , 133.7728 , 468.0851 , 2.3571 , 1.1649 , 0.8305 , 0.6277 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3732 , cls_81 , 29.9700 , 4440.0000 , 271.9346 , 148.1481 , 2.0000 , 1.1121 , 0.7154 , 0.8749 , 29.9700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3748 , cls_81 , 4.2300 , 1380.0000 , 88.8215 , 326.2411 , 1.6429 , 1.0971 , 0.5397 , 0.7270 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3769 , cls_81 , 1.4400 , 960.0000 , 72.0670 , 666.6667 , 2.0000 , 1.1448 , 0.7711 , 0.4271 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3777 , cls_81 , 2.5200 , 720.0000 , 64.5154 , 285.7143 , 1.0909 , 1.0248 , 0.5116 , 0.7381 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3795 , cls_81 , 21.5100 , 3780.0000 , 197.5741 , 175.7322 , 2.0323 , 1.1159 , 0.5396 , 0.8487 , 21.5100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3820 , cls_81 , 1.7100 , 840.0000 , 65.8947 , 491.2281 , 1.5556 , 1.0972 , 0.6686 , 0.5789 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3830 , cls_81 , 1.1700 , 540.0000 , 45.0620 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6026 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3831 , cls_81 , 1.0800 , 840.0000 , 73.6856 , 777.7778 , 2.0000 , 1.1515 , 0.8283 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3832 , cls_81 , 1.7100 , 1320.0000 , 81.8518 , 771.9298 , 2.4444 , 1.1899 , 0.7781 , 0.4035 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3871 , cls_81 , 5.2200 , 1800.0000 , 147.7937 , 344.8276 , 1.8750 , 1.1248 , 0.8262 , 0.7098 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3886 , cls_81 , 1.1700 , 600.0000 , 48.0648 , 512.8205 , 1.2500 , 1.0698 , 0.5862 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3890 , cls_81 , 2.0700 , 960.0000 , 67.8170 , 463.7681 , 1.6000 , 1.1030 , 0.7237 , 0.6087 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3900 , cls_81 , 3.6900 , 1140.0000 , 81.4769 , 308.9431 , 1.4615 , 1.0750 , 0.5984 , 0.7358 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 318.9044 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3929 , cls_81 , 1.0800 , 600.0000 , 55.1828 , 555.5556 , 1.4286 , 1.0790 , 0.7366 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3945 , cls_81 , 1.0800 , 540.0000 , 41.6810 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3953 , cls_81 , 4.8600 , 2340.0000 , 143.6142 , 481.4815 , 2.6000 , 1.1809 , 0.8729 , 0.5864 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3968 , cls_81 , 1.1700 , 780.0000 , 58.8370 , 666.6667 , 1.6250 , 1.1258 , 0.8053 , 0.4872 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4006 , cls_81 , 35.9100 , 9960.0000 , 320.7887 , 277.3601 , 4.1500 , 1.2227 , 0.6520 , 0.7744 , 35.9100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4039 , cls_81 , 1.5300 , 840.0000 , 60.4558 , 549.0196 , 1.5556 , 1.1099 , 0.7568 , 0.5686 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4049 , cls_81 , 1.6200 , 660.0000 , 54.0318 , 407.4074 , 1.2222 , 1.0536 , 0.5593 , 0.6574 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 818.8406 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4108 , cls_81 , 1.8900 , 600.0000 , 52.2591 , 317.4603 , 1.0000 , 1.0177 , 0.3478 , 0.7143 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4119 , cls_81 , 2.1600 , 1440.0000 , 76.4981 , 666.6667 , 2.4000 , 1.1795 , 0.7555 , 0.4792 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 379.4733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4165 , cls_81 , 1.1700 , 720.0000 , 52.5457 , 615.3846 , 1.5000 , 1.1087 , 0.6877 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4168 , cls_81 , 216.9900 , 51840.0000 , 985.0386 , 238.9050 , 8.7273 , 1.2981 , 0.8221 , 0.8044 , 216.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4219 , cls_81 , 1.0800 , 840.0000 , 53.9727 , 777.7778 , 2.0000 , 1.1515 , 0.7495 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4229 , cls_81 , 1.1700 , 780.0000 , 55.2694 , 666.6667 , 1.6250 , 1.1258 , 0.7453 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4277 , cls_81 , 4.2300 , 1620.0000 , 86.2513 , 382.9787 , 1.9286 , 1.1272 , 0.5397 , 0.6950 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4292 , cls_81 , 15.1200 , 5580.0000 , 193.5803 , 369.0476 , 3.5769 , 1.2142 , 0.6970 , 0.6984 , 15.1200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4298 , cls_81 , 1.9800 , 900.0000 , 73.3165 , 454.5455 , 1.5000 , 1.0949 , 0.7521 , 0.6061 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4389 , cls_81 , 6.5700 , 2700.0000 , 137.9299 , 410.9589 , 2.5000 , 1.1746 , 0.6545 , 0.6644 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4443 , cls_81 , 1.1700 , 480.0000 , 40.3966 , 410.2564 , 1.0000 , 1.0222 , 0.3379 , 0.6538 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4475 , cls_81 , 1.2600 , 840.0000 , 58.4076 , 666.6667 , 1.7500 , 1.1327 , 0.6572 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4496 , cls_81 , 6.3000 , 2940.0000 , 142.6840 , 466.6667 , 2.8824 , 1.1945 , 0.8249 , 0.6167 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4507 , cls_81 , 1.1700 , 480.0000 , 40.8086 , 410.2564 , 1.0000 , 1.0222 , 0.3379 , 0.6410 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4515 , cls_81 , 1.1700 , 720.0000 , 51.5751 , 615.3846 , 1.5000 , 1.1087 , 0.6322 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4543 , cls_81 , 1.5300 , 900.0000 , 57.5032 , 588.2353 , 1.6667 , 1.1242 , 0.6670 , 0.5490 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4627 , cls_81 , 2.7900 , 1200.0000 , 74.5178 , 430.1075 , 1.6667 , 1.1144 , 0.6276 , 0.6452 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4650 , cls_81 , 4.8600 , 1560.0000 , 93.0924 , 320.9877 , 1.7333 , 1.1057 , 0.6283 , 0.7500 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4670 , cls_81 , 1.8000 , 780.0000 , 54.7479 , 433.3333 , 1.4444 , 1.0763 , 0.5195 , 0.6417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4685 , cls_81 , 1.0800 , 600.0000 , 49.1649 , 555.5556 , 1.4286 , 1.0790 , 0.7366 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4726 , cls_81 , 1.8900 , 1320.0000 , 83.1480 , 698.4127 , 2.2000 , 1.1778 , 0.7547 , 0.4524 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4728 , cls_81 , 1.1700 , 720.0000 , 49.4207 , 615.3846 , 1.5000 , 1.1087 , 0.5963 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4729 , cls_81 , 6.1200 , 1800.0000 , 115.7810 , 294.1176 , 1.7647 , 1.1086 , 0.6874 , 0.7598 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4739 , cls_81 , 4.5000 , 2160.0000 , 119.9027 , 480.0000 , 2.4000 , 1.1744 , 0.7170 , 0.6100 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4741 , cls_81 , 5.4900 , 1680.0000 , 111.1649 , 306.0109 , 1.7500 , 1.1070 , 0.5802 , 0.7404 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4802 , cls_81 , 1.8000 , 840.0000 , 68.3322 , 466.6667 , 1.5556 , 1.0915 , 0.7170 , 0.6083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4829 , cls_81 , 1.5300 , 600.0000 , 47.3750 , 392.1569 , 1.1111 , 1.0400 , 0.4150 , 0.6765 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4842 , cls_81 , 1.5300 , 840.0000 , 71.0797 , 549.0196 , 1.5556 , 1.1099 , 0.7835 , 0.5490 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4843 , cls_81 , 1.1700 , 660.0000 , 50.0858 , 564.1026 , 1.3750 , 1.0902 , 0.6877 , 0.5385 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4847 , cls_81 , 5.1300 , 1920.0000 , 135.2080 , 374.2690 , 2.0000 , 1.1385 , 0.7548 , 0.7018 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4861 , cls_81 , 2.3400 , 960.0000 , 71.1936 , 410.2564 , 1.4545 , 1.0895 , 0.6280 , 0.6603 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4884 , cls_81 , 10.7100 , 3300.0000 , 193.9824 , 308.1232 , 2.5000 , 1.1597 , 0.7910 , 0.7381 , 10.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4932 , cls_81 , 1.1700 , 780.0000 , 60.4290 , 666.6667 , 1.6250 , 1.1258 , 0.7566 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4934 , cls_81 , 6.7500 , 3120.0000 , 145.4732 , 462.2222 , 2.8889 , 1.1977 , 0.7671 , 0.6333 , 6.7500 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5023 , cls_81 , 7.5600 , 2520.0000 , 136.1253 , 333.3333 , 2.2105 , 1.1476 , 0.7483 , 0.7321 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5028 , cls_81 , 1.4400 , 1020.0000 , 75.1564 , 708.3333 , 2.1250 , 1.1574 , 0.8370 , 0.4063 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5042 , cls_81 , 2.0700 , 900.0000 , 67.5359 , 434.7826 , 1.5000 , 1.0900 , 0.6339 , 0.6304 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5055 , cls_81 , 14.1300 , 3900.0000 , 241.3424 , 276.0085 , 2.5000 , 1.1607 , 0.8324 , 0.7665 , 14.1300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5062 , cls_81 , 31.9500 , 10140.0000 , 392.0228 , 317.3709 , 4.4474 , 1.2368 , 0.8132 , 0.7451 , 31.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5102 , cls_81 , 1.6200 , 720.0000 , 55.3891 , 444.4444 , 1.3333 , 1.0715 , 0.6243 , 0.6204 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5120 , cls_81 , 1.4400 , 540.0000 , 46.0383 , 375.0000 , 1.1250 , 1.0246 , 0.4008 , 0.6771 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5138 , cls_81 , 9.2700 , 2160.0000 , 139.6385 , 233.0097 , 1.7143 , 1.1002 , 0.6285 , 0.7929 , 9.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5164 , cls_81 , 2.2500 , 1020.0000 , 77.5324 , 453.3333 , 1.7000 , 1.1059 , 0.6423 , 0.6267 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5170 , cls_81 , 3.6000 , 1560.0000 , 121.8793 , 433.3333 , 2.0000 , 1.1374 , 0.8279 , 0.6417 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5172 , cls_81 , 13.6800 , 4200.0000 , 241.2762 , 307.0175 , 2.8000 , 1.1765 , 0.8263 , 0.7412 , 13.6800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5213 , cls_81 , 3.7800 , 1080.0000 , 79.7496 , 285.7143 , 1.3846 , 1.0623 , 0.4487 , 0.7579 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5220 , cls_81 , 2.7000 , 1380.0000 , 97.1458 , 511.1111 , 2.0909 , 1.1454 , 0.7671 , 0.5889 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5223 , cls_81 , 2.4300 , 1200.0000 , 71.9197 , 493.8272 , 1.8182 , 1.1297 , 0.6137 , 0.6049 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5237 , cls_81 , 1.3500 , 660.0000 , 47.2778 , 488.8889 , 1.3750 , 1.0738 , 0.5225 , 0.6111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 366.1967 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5274 , cls_81 , 2.0700 , 720.0000 , 56.0841 , 347.8261 , 1.2000 , 1.0451 , 0.4368 , 0.7029 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5297 , cls_81 , 1.8900 , 840.0000 , 57.3073 , 444.4444 , 1.4000 , 1.0860 , 0.4858 , 0.6349 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5301 , cls_81 , 2.7000 , 1200.0000 , 74.2110 , 444.4444 , 1.8182 , 1.1180 , 0.5756 , 0.6222 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5333 , cls_81 , 1.8900 , 1500.0000 , 86.8119 , 793.6508 , 2.5000 , 1.2038 , 0.6658 , 0.3889 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5401 , cls_81 , 3.8700 , 1500.0000 , 114.6591 , 387.5969 , 1.7857 , 1.1221 , 0.7650 , 0.6628 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5417 , cls_81 , 2.6100 , 1140.0000 , 75.4217 , 436.7816 , 1.7273 , 1.1116 , 0.5851 , 0.6379 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5474 , cls_81 , 4.1400 , 2160.0000 , 123.9791 , 521.7391 , 2.5714 , 1.1836 , 0.8152 , 0.5833 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 429.5346 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5476 , cls_81 , 2.4300 , 1440.0000 , 111.7573 , 592.5926 , 2.1818 , 1.1658 , 0.8942 , 0.4938 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5511 , cls_81 , 1.6200 , 720.0000 , 56.4346 , 444.4444 , 1.3333 , 1.0715 , 0.6474 , 0.6204 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5530 , cls_81 , 5.4000 , 1500.0000 , 104.4698 , 277.7778 , 1.5625 , 1.0878 , 0.6721 , 0.7750 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 330.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5544 , cls_81 , 1.3500 , 720.0000 , 49.6313 , 533.3333 , 1.5000 , 1.0921 , 0.5342 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 254.5584 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5554 , cls_81 , 20.9700 , 8280.0000 , 297.2063 , 394.8498 , 4.4516 , 1.2462 , 0.8061 , 0.6774 , 20.9700 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5595 , cls_81 , 1.3500 , 600.0000 , 47.0983 , 444.4444 , 1.2500 , 1.0537 , 0.4383 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 394.5884 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5638 , cls_81 , 3.6900 , 1680.0000 , 95.1514 , 455.2846 , 2.1538 , 1.1488 , 0.7453 , 0.6260 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 318.9044 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5659 , cls_81 , 1.9800 , 720.0000 , 65.3107 , 363.6364 , 1.2000 , 1.0498 , 0.6498 , 0.6742 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5707 , cls_81 , 1.2600 , 1200.0000 , 90.6583 , 952.3810 , 2.5000 , 1.2082 , 0.8835 , 0.2857 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 254.5584 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5710 , cls_81 , 1.8900 , 660.0000 , 55.7271 , 349.2063 , 1.1000 , 1.0371 , 0.5390 , 0.6905 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5718 , cls_81 , 1.3500 , 960.0000 , 69.8493 , 711.1111 , 2.0000 , 1.1526 , 0.7347 , 0.4111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5787 , cls_81 , 2.2500 , 1080.0000 , 91.6014 , 480.0000 , 1.8000 , 1.1173 , 0.7849 , 0.5933 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 603.7384 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5922 , cls_81 , 3.6000 , 1560.0000 , 97.9775 , 433.3333 , 2.0000 , 1.1374 , 0.7247 , 0.6417 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5960 , cls_81 , 1.5300 , 900.0000 , 57.9491 , 588.2353 , 1.6667 , 1.1242 , 0.5916 , 0.5490 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5998 , cls_81 , 8.1900 , 3420.0000 , 142.6476 , 417.5824 , 2.8500 , 1.1935 , 0.6520 , 0.6575 , 8.1900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6026 , cls_81 , 1.0800 , 660.0000 , 45.7121 , 611.1111 , 1.5714 , 1.0996 , 0.6605 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 530.7542 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6038 , cls_81 , 31.4100 , 8280.0000 , 253.4588 , 263.6103 , 3.6316 , 1.2065 , 0.6146 , 0.7837 , 31.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6041 , cls_81 , 1.0800 , 480.0000 , 40.4470 , 444.4444 , 1.1429 , 1.0310 , 0.5506 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6043 , cls_81 , 4.3200 , 2040.0000 , 118.0065 , 472.2222 , 2.4286 , 1.1682 , 0.7794 , 0.6146 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6051 , cls_81 , 2.2500 , 1980.0000 , 154.6714 , 880.0000 , 3.3000 , 1.2383 , 0.9381 , 0.3667 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 513.5173 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6059 , cls_81 , 1.6200 , 660.0000 , 57.6993 , 407.4074 , 1.2222 , 1.0536 , 0.6243 , 0.6481 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6074 , cls_81 , 4.0500 , 1860.0000 , 100.6945 , 459.2593 , 2.2143 , 1.1579 , 0.6817 , 0.6185 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6126 , cls_81 , 8.5500 , 3000.0000 , 141.1395 , 350.8772 , 2.5000 , 1.1659 , 0.5063 , 0.7140 , 8.5500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6139 , cls_81 , 1.9800 , 1200.0000 , 70.8708 , 606.0606 , 2.0000 , 1.1530 , 0.6498 , 0.5000 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6160 , cls_81 , 4.5000 , 1380.0000 , 88.3161 , 306.6667 , 1.5333 , 1.0908 , 0.6118 , 0.7500 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6218 , cls_81 , 5.7600 , 1500.0000 , 103.2351 , 260.4167 , 1.5625 , 1.0814 , 0.6503 , 0.7813 , 5.7600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6237 , cls_81 , 1.8900 , 1140.0000 , 69.5403 , 603.1746 , 1.9000 , 1.1481 , 0.6658 , 0.5159 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6250 , cls_81 , 12.9600 , 3240.0000 , 177.2224 , 250.0000 , 2.2500 , 1.1378 , 0.6755 , 0.7847 , 12.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6290 , cls_81 , 1.1700 , 720.0000 , 49.2779 , 615.3846 , 1.5000 , 1.1087 , 0.6322 , 0.5128 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6311 , cls_81 , 4.1400 , 1800.0000 , 104.4806 , 434.7826 , 2.1429 , 1.1493 , 0.6764 , 0.6341 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6316 , cls_81 , 38.3400 , 14160.0000 , 560.6769 , 369.3271 , 5.6190 , 1.2712 , 0.8945 , 0.6964 , 38.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6323 , cls_81 , 22.1400 , 4980.0000 , 229.7014 , 224.9322 , 2.5938 , 1.1581 , 0.6457 , 0.8096 , 22.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6342 , cls_81 , 1.0800 , 720.0000 , 52.7184 , 666.6667 , 1.7143 , 1.1183 , 0.7366 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6343 , cls_81 , 17.3700 , 5340.0000 , 202.5405 , 307.4266 , 3.1786 , 1.1930 , 0.6706 , 0.7513 , 17.3700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6358 , cls_81 , 105.1200 , 23340.0000 , 575.9630 , 222.0320 , 5.6377 , 1.2508 , 0.7912 , 0.8193 , 105.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6361 , cls_81 , 4.5900 , 2040.0000 , 105.6216 , 444.4444 , 2.2667 , 1.1616 , 0.6040 , 0.6340 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6370 , cls_81 , 1.0800 , 1020.0000 , 79.9317 , 944.4444 , 2.4286 , 1.1933 , 0.8946 , 0.3194 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6379 , cls_81 , 1.0800 , 540.0000 , 42.3748 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6381 , cls_81 , 1.8900 , 720.0000 , 55.9999 , 380.9524 , 1.2000 , 1.0547 , 0.4955 , 0.6905 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6395 , cls_81 , 2.1600 , 780.0000 , 62.1104 , 361.1111 , 1.3000 , 1.0567 , 0.4990 , 0.6944 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6396 , cls_81 , 4.0500 , 2280.0000 , 159.2924 , 562.9630 , 2.7143 , 1.1963 , 0.8344 , 0.5704 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6491 , cls_81 , 1.4400 , 960.0000 , 57.0496 , 666.6667 , 2.0000 , 1.1448 , 0.6866 , 0.5104 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6493 , cls_81 , 2.5200 , 1080.0000 , 74.1035 , 428.5714 , 1.6364 , 1.1048 , 0.5994 , 0.6548 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6495 , cls_81 , 2.7000 , 1440.0000 , 105.6581 , 533.3333 , 2.1818 , 1.1537 , 0.7613 , 0.5389 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6503 , cls_81 , 4.8600 , 1860.0000 , 98.5027 , 382.7160 , 2.0667 , 1.1383 , 0.5385 , 0.7222 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6521 , cls_81 , 1.2600 , 960.0000 , 56.1708 , 761.9048 , 2.0000 , 1.1610 , 0.6637 , 0.4048 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6524 , cls_81 , 18.9900 , 7980.0000 , 271.3166 , 420.2212 , 4.4333 , 1.2503 , 0.7672 , 0.6588 , 18.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6526 , cls_81 , 1.5300 , 780.0000 , 57.2730 , 509.8039 , 1.4444 , 1.0945 , 0.6994 , 0.5882 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6589 , cls_81 , 1.0800 , 600.0000 , 44.1690 , 555.5556 , 1.4286 , 1.0790 , 0.5870 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6593 , cls_81 , 1.1700 , 540.0000 , 43.1121 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6596 , cls_81 , 1.3500 , 720.0000 , 58.1254 , 533.3333 , 1.5000 , 1.0921 , 0.7347 , 0.5556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6613 , cls_81 , 6.5700 , 1800.0000 , 133.8519 , 273.9726 , 1.6667 , 1.1015 , 0.6952 , 0.7626 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6627 , cls_81 , 4.5900 , 1860.0000 , 105.0064 , 405.2288 , 2.0667 , 1.1444 , 0.6040 , 0.6536 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6629 , cls_81 , 12.3300 , 4920.0000 , 330.7024 , 399.0268 , 3.4167 , 1.2139 , 0.8797 , 0.6727 , 12.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6640 , cls_81 , 5.3100 , 1740.0000 , 97.6287 , 327.6836 , 1.8125 , 1.1168 , 0.5215 , 0.7345 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6669 , cls_81 , 5.1300 , 2160.0000 , 116.7822 , 421.0526 , 2.2500 , 1.1602 , 0.6716 , 0.6550 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6671 , cls_81 , 18.8100 , 5340.0000 , 190.1588 , 283.8915 , 3.0690 , 1.1852 , 0.5451 , 0.7775 , 18.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6695 , cls_81 , 1.9800 , 1560.0000 , 90.6182 , 787.8788 , 2.6000 , 1.2061 , 0.7606 , 0.4318 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6702 , cls_81 , 7.8300 , 3540.0000 , 147.0320 , 452.1073 , 3.1053 , 1.2044 , 0.7292 , 0.6418 , 7.8300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6725 , cls_81 , 1.1700 , 540.0000 , 43.1121 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6750 , cls_81 , 7.1100 , 3180.0000 , 153.2873 , 447.2574 , 2.9444 , 1.1956 , 0.7677 , 0.6329 , 7.1100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6751 , cls_81 , 1.9800 , 1320.0000 , 93.5679 , 666.6667 , 2.2000 , 1.1723 , 0.8081 , 0.4545 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6763 , cls_81 , 80.5500 , 9180.0000 , 387.0019 , 113.9665 , 2.5500 , 1.1381 , 0.6527 , 0.9071 , 80.5500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6770 , cls_81 , 1.2600 , 720.0000 , 57.4102 , 571.4286 , 1.5000 , 1.1000 , 0.6572 , 0.5357 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6786 , cls_81 , 9.6300 , 2940.0000 , 136.6688 , 305.2960 , 2.3333 , 1.1503 , 0.6470 , 0.7570 , 9.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6789 , cls_81 , 8.2800 , 2160.0000 , 126.7510 , 260.8696 , 1.8000 , 1.1112 , 0.6429 , 0.7826 , 8.2800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6816 , cls_81 , 14.3100 , 2760.0000 , 178.4876 , 192.8721 , 1.7692 , 1.1013 , 0.7062 , 0.8354 , 14.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6826 , cls_81 , 4.5900 , 1980.0000 , 102.5234 , 431.3725 , 2.2000 , 1.1560 , 0.5642 , 0.6373 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6828 , cls_81 , 1.1700 , 600.0000 , 48.0648 , 512.8205 , 1.2500 , 1.0698 , 0.6817 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6830 , cls_81 , 2.7000 , 960.0000 , 66.4550 , 355.5556 , 1.4545 , 1.0743 , 0.5506 , 0.7111 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6908 , cls_81 , 1.2600 , 780.0000 , 59.4563 , 619.0476 , 1.6250 , 1.1170 , 0.7558 , 0.4762 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6915 , cls_81 , 2.4300 , 1020.0000 , 79.0957 , 419.7531 , 1.5455 , 1.0975 , 0.6958 , 0.6358 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6921 , cls_81 , 3.8700 , 1320.0000 , 107.0847 , 341.0853 , 1.5714 , 1.0979 , 0.7329 , 0.7054 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6949 , cls_81 , 20.5200 , 9180.0000 , 283.8034 , 447.3684 , 4.9355 , 1.2653 , 0.7482 , 0.6462 , 20.5200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6954 , cls_81 , 1.0800 , 600.0000 , 46.0974 , 555.5556 , 1.4286 , 1.0790 , 0.6180 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 301.4963 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6981 , cls_81 , 3.7800 , 1440.0000 , 83.1152 , 380.9524 , 1.8462 , 1.1169 , 0.6097 , 0.6865 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7001 , cls_81 , 1.0800 , 660.0000 , 47.1285 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7037 , cls_81 , 4.3200 , 1680.0000 , 122.9270 , 388.8889 , 2.0000 , 1.1318 , 0.7694 , 0.6563 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7053 , cls_81 , 10.8900 , 4320.0000 , 166.3757 , 396.6942 , 3.2727 , 1.2044 , 0.7764 , 0.6736 , 10.8900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7055 , cls_81 , 25.7400 , 10260.0000 , 361.3529 , 398.6014 , 5.0294 , 1.2601 , 0.8395 , 0.6690 , 25.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7092 , cls_81 , 3.6900 , 1500.0000 , 120.2871 , 406.5041 , 1.9231 , 1.1272 , 0.7769 , 0.6423 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7096 , cls_81 , 2.2500 , 900.0000 , 73.0162 , 400.0000 , 1.5000 , 1.0809 , 0.6463 , 0.6600 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7105 , cls_81 , 1.7100 , 1020.0000 , 68.1288 , 596.4912 , 1.8889 , 1.1370 , 0.6640 , 0.4912 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7123 , cls_81 , 1.4400 , 660.0000 , 49.0002 , 458.3333 , 1.3750 , 1.0665 , 0.4907 , 0.6146 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7139 , cls_81 , 2.4300 , 1680.0000 , 86.5581 , 691.3580 , 2.5455 , 1.1963 , 0.6757 , 0.4321 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7191 , cls_81 , 2.9700 , 1080.0000 , 76.9107 , 363.6364 , 1.5000 , 1.0872 , 0.6036 , 0.6869 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7193 , cls_81 , 1.3500 , 900.0000 , 64.9225 , 666.6667 , 1.8750 , 1.1390 , 0.7062 , 0.4556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7195 , cls_81 , 2.0700 , 720.0000 , 60.8760 , 347.8261 , 1.2000 , 1.0451 , 0.6043 , 0.6957 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7231 , cls_81 , 1.2600 , 840.0000 , 50.0627 , 666.6667 , 1.7500 , 1.1327 , 0.6039 , 0.5000 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7244 , cls_81 , 3.3300 , 1740.0000 , 98.6681 , 522.5225 , 2.2308 , 1.1668 , 0.7229 , 0.5721 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7249 , cls_81 , 1.6200 , 660.0000 , 51.8191 , 407.4074 , 1.2222 , 1.0536 , 0.4907 , 0.6667 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7268 , cls_81 , 4.7700 , 2640.0000 , 150.1034 , 553.4591 , 2.9333 , 1.2053 , 0.7720 , 0.5377 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7276 , cls_81 , 1.0800 , 720.0000 , 53.6665 , 666.6667 , 1.7143 , 1.1183 , 0.7062 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 268.3282 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7287 , cls_81 , 16.5600 , 5700.0000 , 223.4061 , 344.2029 , 3.3929 , 1.2086 , 0.6937 , 0.7129 , 16.5600 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7328 , cls_81 , 2.1600 , 1260.0000 , 79.0489 , 583.3333 , 2.1000 , 1.1528 , 0.7555 , 0.5278 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7339 , cls_81 , 1.4400 , 1140.0000 , 95.9812 , 791.6667 , 2.3750 , 1.1807 , 0.8758 , 0.3542 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 360.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7370 , cls_81 , 1.8000 , 780.0000 , 55.6614 , 433.3333 , 1.4444 , 1.0763 , 0.5609 , 0.6417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7378 , cls_81 , 6.1200 , 2100.0000 , 135.5975 , 343.1373 , 2.0588 , 1.1365 , 0.8316 , 0.7206 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7434 , cls_81 , 3.6000 , 1260.0000 , 90.1852 , 350.0000 , 1.6154 , 1.0966 , 0.6856 , 0.7167 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7445 , cls_81 , 1.6200 , 600.0000 , 50.6884 , 370.3704 , 1.1111 , 1.0339 , 0.5416 , 0.6759 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7452 , cls_81 , 11.3400 , 4740.0000 , 199.3292 , 417.9894 , 3.4348 , 1.2162 , 0.7682 , 0.6587 , 11.3400 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7462 , cls_81 , 1.1700 , 480.0000 , 41.1105 , 410.2564 , 1.0000 , 1.0222 , 0.3379 , 0.6410 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7479 , cls_81 , 2.0700 , 1200.0000 , 70.9491 , 579.7101 , 2.0000 , 1.1479 , 0.7657 , 0.5362 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7487 , cls_81 , 3.6900 , 1920.0000 , 98.8505 , 520.3252 , 2.4615 , 1.1742 , 0.6737 , 0.5813 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7540 , cls_81 , 2.9700 , 1080.0000 , 83.5876 , 363.6364 , 1.5000 , 1.0872 , 0.6145 , 0.6970 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7566 , cls_81 , 1.5300 , 900.0000 , 69.1307 , 588.2353 , 1.6667 , 1.1242 , 0.7294 , 0.5098 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7593 , cls_81 , 2.7000 , 1440.0000 , 81.6076 , 533.3333 , 2.1818 , 1.1537 , 0.7191 , 0.5722 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 780.5767 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7614 , cls_81 , 1.8000 , 840.0000 , 62.4728 , 466.6667 , 1.5556 , 1.0915 , 0.7004 , 0.6000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7615 , cls_81 , 1.8900 , 960.0000 , 80.5306 , 507.9365 , 1.6000 , 1.1132 , 0.7943 , 0.5556 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7636 , cls_81 , 0.8100 , 720.0000 , 49.6431 , 888.8889 , 2.0000 , 1.1540 , 0.6630 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7645 , cls_81 , 1.0800 , 960.0000 , 62.6859 , 888.8889 , 2.2857 , 1.1802 , 0.7495 , 0.3333 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7655 , cls_81 , 1.1700 , 720.0000 , 56.5439 , 615.3846 , 1.5000 , 1.1087 , 0.7763 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7669 , cls_81 , 1.1700 , 720.0000 , 52.4622 , 615.3846 , 1.5000 , 1.1087 , 0.7146 , 0.5128 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7702 , cls_81 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7706 , cls_81 , 0.7200 , 420.0000 , 35.9030 , 583.3333 , 1.1667 , 1.0480 , 0.6082 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7727 , cls_81 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7735 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7738 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7742 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7 , cls_21 , 13.4100 , 10560.0000 , 646.0736 , 787.4720 , 7.0400 , 1.3346 , 0.9768 , 0.3591 , 13.4100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 32 , cls_21 , 0.7200 , 600.0000 , 56.0353 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 37 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 52 , cls_21 , 2.7900 , 1560.0000 , 122.1231 , 559.1398 , 2.1667 , 1.1657 , 0.8706 , 0.5215 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 59 , cls_21 , 100.1700 , 41940.0000 , 1425.4356 , 418.6882 , 10.4328 , 1.3400 , 0.9530 , 0.6521 , 100.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 83 , cls_21 , 8.1000 , 6660.0000 , 458.8052 , 822.2222 , 5.8421 , 1.3126 , 0.9576 , 0.3204 , 8.1000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 97 , cls_21 , 0.3600 , 480.0000 , 34.3237 , 1333.3333 , 2.0000 , 1.1693 , 0.7170 , 0.1250 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 106 , cls_21 , 1.9800 , 1500.0000 , 91.8509 , 757.5758 , 2.5000 , 1.1982 , 0.8107 , 0.4167 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 108 , cls_21 , 0.6300 , 480.0000 , 42.0998 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 113 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 116 , cls_21 , 2.7900 , 1440.0000 , 90.9265 , 516.1290 , 2.0000 , 1.1500 , 0.7098 , 0.5860 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 121 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 123 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 146 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 152 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 158 , cls_21 , 9.0000 , 7020.0000 , 438.0803 , 780.0000 , 5.8500 , 1.3097 , 0.9549 , 0.3617 , 9.0000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 182 , cls_21 , 3.6900 , 2760.0000 , 244.1881 , 747.9675 , 3.5385 , 1.2432 , 0.9524 , 0.4106 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 206 , cls_21 , 3.8700 , 3420.0000 , 202.5409 , 883.7209 , 4.0714 , 1.2782 , 0.9105 , 0.3295 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 480.9366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 217 , cls_21 , 1.8000 , 1560.0000 , 121.8252 , 866.6667 , 2.8889 , 1.2178 , 0.8943 , 0.3250 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 227 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 228 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 242 , cls_21 , 1.4400 , 960.0000 , 82.1256 , 666.6667 , 2.0000 , 1.1448 , 0.8433 , 0.4271 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 255 , cls_21 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 257 , cls_21 , 13.5000 , 7080.0000 , 398.2339 , 524.4444 , 4.7200 , 1.2662 , 0.9267 , 0.5700 , 13.5000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 314 , cls_21 , 11.6100 , 4080.0000 , 168.5841 , 351.4212 , 2.9565 , 1.1880 , 0.7473 , 0.7067 , 11.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 315 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 346 , cls_21 , 1.6200 , 1320.0000 , 118.1463 , 814.8148 , 2.4444 , 1.1966 , 0.9215 , 0.3333 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 354 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 361 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 367 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 369 , cls_21 , 0.5400 , 480.0000 , 37.6942 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 381 , cls_21 , 7.6500 , 5640.0000 , 364.2116 , 737.2549 , 4.9474 , 1.2897 , 0.9552 , 0.3647 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 395 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 413 , cls_21 , 0.5400 , 540.0000 , 48.0664 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 421 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 427 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 428 , cls_21 , 0.8100 , 600.0000 , 39.0352 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 437 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 457 , cls_21 , 0.8100 , 840.0000 , 75.6795 , 1037.0370 , 2.3333 , 1.1883 , 0.8919 , 0.2222 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 473 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 476 , cls_21 , 1.8900 , 1260.0000 , 78.2092 , 666.6667 , 2.1000 , 1.1684 , 0.6996 , 0.4921 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 487 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 489 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 505 , cls_21 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 519 , cls_21 , 6.5700 , 5220.0000 , 424.8050 , 794.5205 , 4.8333 , 1.2934 , 0.9663 , 0.3356 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 522 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 536 , cls_21 , 0.6300 , 720.0000 , 51.2577 , 1142.8571 , 2.0000 , 1.1872 , 0.7772 , 0.1905 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 537 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 539 , cls_21 , 1.4400 , 1080.0000 , 104.4920 , 750.0000 , 2.2500 , 1.1694 , 0.8822 , 0.3333 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 555 , cls_21 , 5.7600 , 3480.0000 , 177.5801 , 604.1667 , 3.6250 , 1.2350 , 0.8791 , 0.5052 , 5.7600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 572 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 573 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 575 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 582 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 634 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 639 , cls_21 , 0.5400 , 540.0000 , 52.9083 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 361.2478 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 644 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 645 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 648 , cls_21 , 1.1700 , 1080.0000 , 100.6016 , 923.0769 , 2.2500 , 1.1953 , 0.9026 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 656 , cls_21 , 5.5800 , 3840.0000 , 392.0106 , 688.1720 , 4.0000 , 1.2566 , 0.9712 , 0.3683 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 662 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 664 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 676 , cls_21 , 3.3300 , 2400.0000 , 254.3537 , 720.7207 , 3.0769 , 1.2286 , 0.9594 , 0.3423 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 679 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 685 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 694 , cls_21 , 0.8100 , 600.0000 , 61.5843 , 740.7407 , 1.6667 , 1.1135 , 0.8315 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 699 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 719 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 731 , cls_21 , 1.1700 , 840.0000 , 96.9231 , 717.9487 , 1.7500 , 1.1416 , 0.9026 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 737 , cls_21 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 753 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 755 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 758 , cls_21 , 1.2600 , 900.0000 , 68.5265 , 714.2857 , 1.8750 , 1.1473 , 0.7078 , 0.4167 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 766 , cls_21 , 1.8000 , 1080.0000 , 79.2340 , 600.0000 , 2.0000 , 1.1428 , 0.8041 , 0.5333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 767 , cls_21 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 769 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 785 , cls_21 , 0.7200 , 660.0000 , 60.7364 , 916.6667 , 1.8333 , 1.1497 , 0.8433 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 797 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 798 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 799 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 801 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 820 , cls_21 , 1.0800 , 840.0000 , 56.1449 , 777.7778 , 2.0000 , 1.1515 , 0.7117 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 823 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 824 , cls_21 , 2.0700 , 840.0000 , 60.0510 , 405.7971 , 1.4000 , 1.0761 , 0.5199 , 0.6522 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 827 , cls_21 , 10.1700 , 7740.0000 , 416.2078 , 761.0619 , 5.8636 , 1.3128 , 0.9416 , 0.4071 , 10.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 835 , cls_21 , 11.0700 , 5580.0000 , 169.1390 , 504.0650 , 4.0435 , 1.2468 , 0.6639 , 0.6003 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 836 , cls_21 , 0.5400 , 600.0000 , 41.5595 , 1111.1111 , 2.0000 , 1.1661 , 0.7062 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 851 , cls_21 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 857 , cls_21 , 0.9000 , 960.0000 , 84.4483 , 1066.6667 , 2.2857 , 1.2039 , 0.9021 , 0.2167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 863 , cls_21 , 3.6000 , 3240.0000 , 227.4192 , 900.0000 , 4.1538 , 1.2767 , 0.9325 , 0.2792 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 871 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 872 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 873 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 886 , cls_21 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 906 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 907 , cls_21 , 1.8000 , 1380.0000 , 90.0406 , 766.6667 , 2.5556 , 1.1928 , 0.8128 , 0.4000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 912 , cls_21 , 1.5300 , 1560.0000 , 139.0820 , 1019.6078 , 2.8889 , 1.2384 , 0.9363 , 0.2647 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 917 , cls_21 , 0.9000 , 840.0000 , 65.2126 , 933.3333 , 2.0000 , 1.1745 , 0.8408 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 930 , cls_21 , 0.9900 , 900.0000 , 77.3677 , 909.0909 , 2.1429 , 1.1774 , 0.8761 , 0.3333 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 938 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 952 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 955 , cls_21 , 1.3500 , 1080.0000 , 72.4841 , 800.0000 , 2.2500 , 1.1773 , 0.7878 , 0.3667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 974 , cls_21 , 0.9000 , 660.0000 , 53.7760 , 733.3333 , 1.5714 , 1.1216 , 0.7805 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 975 , cls_21 , 34.2000 , 21060.0000 , 728.7611 , 615.7895 , 9.0000 , 1.3449 , 0.9533 , 0.5096 , 34.2000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 985 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1020 , cls_21 , 21.6000 , 15480.0000 , 856.9145 , 716.6667 , 8.3226 , 1.3451 , 0.9720 , 0.4090 , 21.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1024 , cls_21 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1025 , cls_21 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1026 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1028 , cls_21 , 0.4500 , 480.0000 , 36.7251 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1029 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1060 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1061 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1062 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1080 , cls_21 , 1.9800 , 1980.0000 , 170.3850 , 1000.0000 , 3.3000 , 1.2543 , 0.9521 , 0.2576 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1081 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1087 , cls_21 , 3.1500 , 2520.0000 , 236.5597 , 800.0000 , 3.5000 , 1.2446 , 0.9505 , 0.3381 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1091 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1093 , cls_21 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1106 , cls_21 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1107 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1152 , cls_21 , 0.6300 , 600.0000 , 43.1370 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1180 , cls_21 , 0.6300 , 540.0000 , 53.6363 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1181 , cls_21 , 0.6300 , 600.0000 , 55.4263 , 952.3810 , 1.6667 , 1.1455 , 0.8286 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1189 , cls_21 , 6.0300 , 3300.0000 , 182.0319 , 547.2637 , 3.2353 , 1.2202 , 0.8776 , 0.5299 , 6.0300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1191 , cls_21 , 0.9000 , 840.0000 , 71.3306 , 933.3333 , 2.0000 , 1.1745 , 0.8727 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1198 , cls_21 , 9.0900 , 4140.0000 , 185.1358 , 455.4455 , 3.2857 , 1.2161 , 0.8224 , 0.6271 , 9.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1207 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1218 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1238 , cls_21 , 2.7000 , 1920.0000 , 151.3601 , 711.1111 , 2.9091 , 1.2101 , 0.9068 , 0.4389 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1239 , cls_21 , 1.0800 , 1080.0000 , 96.6071 , 1000.0000 , 2.5714 , 1.2056 , 0.9068 , 0.2917 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1243 , cls_21 , 0.9000 , 660.0000 , 46.6301 , 733.3333 , 1.5714 , 1.1216 , 0.6894 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1258 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1279 , cls_21 , 0.6300 , 780.0000 , 50.6725 , 1238.0952 , 2.1667 , 1.2055 , 0.8019 , 0.1905 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1291 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1300 , cls_21 , 3.9600 , 3300.0000 , 227.3771 , 833.3333 , 3.9286 , 1.2687 , 0.9419 , 0.3371 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1302 , cls_21 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1308 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1329 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1349 , cls_21 , 2.8800 , 2340.0000 , 225.6987 , 812.5000 , 3.2500 , 1.2410 , 0.9525 , 0.3177 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1377 , cls_21 , 5.3100 , 1920.0000 , 116.7679 , 361.5819 , 2.0000 , 1.1349 , 0.7207 , 0.7006 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1400 , cls_21 , 2.4300 , 1920.0000 , 195.2667 , 790.1235 , 2.9091 , 1.2227 , 0.9463 , 0.3333 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1410 , cls_21 , 9.5400 , 7140.0000 , 367.5622 , 748.4277 , 5.6667 , 1.3060 , 0.9493 , 0.4245 , 9.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1414 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1423 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1430 , cls_21 , 5.6700 , 3480.0000 , 165.6031 , 613.7566 , 3.6250 , 1.2368 , 0.8654 , 0.5106 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1446 , cls_21 , 0.4500 , 480.0000 , 40.7346 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 853.8150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1477 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1490 , cls_21 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1491 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1516 , cls_21 , 3.4200 , 1560.0000 , 98.9515 , 456.1404 , 2.0000 , 1.1429 , 0.6442 , 0.6184 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1529 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1534 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1543 , cls_21 , 0.9000 , 600.0000 , 47.6590 , 666.6667 , 1.4286 , 1.1006 , 0.6817 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1558 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1571 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1574 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1585 , cls_21 , 0.7200 , 540.0000 , 47.9810 , 750.0000 , 1.5000 , 1.1046 , 0.7453 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1591 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1613 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1621 , cls_21 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1629 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1630 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1661 , cls_21 , 0.4500 , 480.0000 , 41.4290 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1678 , cls_21 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1681 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1682 , cls_21 , 0.9900 , 840.0000 , 61.7569 , 848.4848 , 2.0000 , 1.1624 , 0.8107 , 0.3485 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1686 , cls_21 , 6.3000 , 5340.0000 , 490.5067 , 847.6190 , 5.2353 , 1.3025 , 0.9770 , 0.3167 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1689 , cls_21 , 0.7200 , 780.0000 , 63.7783 , 1083.3333 , 2.1667 , 1.1874 , 0.8041 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1691 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1692 , cls_21 , 1.5300 , 1200.0000 , 81.1634 , 784.3137 , 2.2222 , 1.1839 , 0.8547 , 0.4020 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1707 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1723 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1726 , cls_21 , 14.3100 , 10860.0000 , 741.1439 , 758.9099 , 6.9615 , 1.3320 , 0.9839 , 0.3648 , 14.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1760 , cls_21 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1762 , cls_21 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1774 , cls_21 , 11.3400 , 9180.0000 , 552.9234 , 809.5238 , 6.6522 , 1.3298 , 0.9532 , 0.3585 , 11.3400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1780 , cls_21 , 0.5400 , 420.0000 , 35.0749 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1781 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1814 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1822 , cls_21 , 1.7100 , 1200.0000 , 61.6705 , 701.7544 , 2.2222 , 1.1704 , 0.5435 , 0.4561 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1842 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1843 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1844 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1845 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1849 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1885 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1896 , cls_21 , 1.0800 , 840.0000 , 66.1937 , 777.7778 , 2.0000 , 1.1515 , 0.8472 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1900 , cls_21 , 2.6100 , 1740.0000 , 103.1510 , 666.6667 , 2.6364 , 1.1948 , 0.8004 , 0.4540 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1901 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1912 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1915 , cls_21 , 0.9900 , 720.0000 , 51.6273 , 727.2727 , 1.7143 , 1.1289 , 0.6888 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1916 , cls_21 , 4.1400 , 1980.0000 , 101.5268 , 478.2609 , 2.3571 , 1.1673 , 0.6981 , 0.5942 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1934 , cls_21 , 0.6300 , 420.0000 , 33.8650 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1968 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1971 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1975 , cls_21 , 1.0800 , 900.0000 , 70.3922 , 833.3333 , 2.1429 , 1.1663 , 0.8487 , 0.3056 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1986 , cls_21 , 0.4500 , 480.0000 , 34.9642 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2006 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2019 , cls_21 , 1.1700 , 1080.0000 , 82.3024 , 923.0769 , 2.2500 , 1.1953 , 0.8535 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2023 , cls_21 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2038 , cls_21 , 1.2600 , 1020.0000 , 88.7637 , 809.5238 , 2.1250 , 1.1738 , 0.8689 , 0.3810 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2039 , cls_21 , 2.7000 , 1560.0000 , 106.7911 , 577.7778 , 2.3636 , 1.1694 , 0.7935 , 0.5056 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2043 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2050 , cls_21 , 1.6200 , 900.0000 , 58.1310 , 555.5556 , 1.6667 , 1.1176 , 0.5676 , 0.5648 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2074 , cls_21 , 0.5400 , 540.0000 , 48.3666 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2089 , cls_21 , 3.8700 , 1680.0000 , 96.8775 , 434.1085 , 2.0000 , 1.1436 , 0.6301 , 0.6202 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2093 , cls_21 , 2.1600 , 1980.0000 , 114.7066 , 916.6667 , 3.3000 , 1.2433 , 0.8688 , 0.3056 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2101 , cls_21 , 90.8100 , 45900.0000 , 933.7608 , 505.4509 , 11.9531 , 1.3628 , 0.9072 , 0.5849 , 90.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2115 , cls_21 , 1.6200 , 1260.0000 , 100.2806 , 777.7778 , 2.3333 , 1.1870 , 0.8734 , 0.3796 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2136 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2151 , cls_21 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2168 , cls_21 , 4.9500 , 3840.0000 , 202.6632 , 775.7576 , 4.2667 , 1.2705 , 0.9167 , 0.3848 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2233 , cls_21 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2241 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2247 , cls_21 , 1.6200 , 1320.0000 , 137.1514 , 814.8148 , 2.4444 , 1.1966 , 0.9301 , 0.2870 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2257 , cls_21 , 1.7100 , 900.0000 , 63.2417 , 526.3158 , 1.6667 , 1.1114 , 0.6278 , 0.5526 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2260 , cls_21 , 0.8100 , 660.0000 , 47.6696 , 814.8148 , 1.8333 , 1.1347 , 0.7796 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2274 , cls_21 , 0.6300 , 540.0000 , 35.6654 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2275 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2298 , cls_21 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2299 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2304 , cls_21 , 8.1000 , 6900.0000 , 464.6146 , 851.8519 , 6.0526 , 1.3189 , 0.9583 , 0.3500 , 8.1000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2307 , cls_21 , 3.6900 , 3300.0000 , 152.4236 , 894.3089 , 4.2308 , 1.2772 , 0.8600 , 0.3252 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2329 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2345 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2401 , cls_21 , 1.2600 , 1200.0000 , 107.8625 , 952.3810 , 2.5000 , 1.2082 , 0.9143 , 0.2738 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2462 , cls_21 , 1.1700 , 1320.0000 , 109.1964 , 1128.2051 , 2.7500 , 1.2382 , 0.9204 , 0.2051 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2478 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2511 , cls_21 , 5.3100 , 4140.0000 , 343.5634 , 779.6610 , 4.3125 , 1.2761 , 0.9452 , 0.3362 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2515 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2520 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2524 , cls_21 , 11.6100 , 8760.0000 , 406.6189 , 754.5220 , 6.3478 , 1.3191 , 0.9321 , 0.4018 , 11.6100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2542 , cls_21 , 3.6900 , 1740.0000 , 87.4750 , 471.5447 , 2.2308 , 1.1555 , 0.5824 , 0.6179 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2571 , cls_21 , 64.5300 , 24900.0000 , 1364.7236 , 385.8670 , 7.6852 , 1.3061 , 0.9709 , 0.6778 , 64.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2587 , cls_21 , 0.9000 , 660.0000 , 53.2526 , 733.3333 , 1.5714 , 1.1216 , 0.7913 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2602 , cls_21 , 0.5400 , 480.0000 , 38.9881 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2609 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2642 , cls_21 , 1.7100 , 1380.0000 , 117.7603 , 807.0175 , 2.5556 , 1.1991 , 0.9070 , 0.3333 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2656 , cls_21 , 0.5400 , 660.0000 , 57.8384 , 1222.2222 , 2.2000 , 1.1882 , 0.8748 , 0.1667 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2733 , cls_21 , 5.1300 , 4380.0000 , 347.7076 , 853.8012 , 4.5625 , 1.2906 , 0.9674 , 0.3275 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2736 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2800 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2858 , cls_21 , 0.4500 , 480.0000 , 38.8328 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2872 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2898 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2919 , cls_21 , 1.5300 , 1620.0000 , 93.7142 , 1058.8235 , 3.0000 , 1.2462 , 0.8719 , 0.2549 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2923 , cls_21 , 1.7100 , 1260.0000 , 131.2905 , 736.8421 , 2.3333 , 1.1804 , 0.9188 , 0.3421 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2934 , cls_21 , 0.7200 , 600.0000 , 61.1818 , 833.3333 , 1.6667 , 1.1283 , 0.8502 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2937 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2952 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2953 , cls_21 , 4.7700 , 4080.0000 , 379.0298 , 855.3459 , 4.5333 , 1.2861 , 0.9740 , 0.3302 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2958 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2970 , cls_21 , 4.7700 , 3480.0000 , 158.7131 , 729.5597 , 3.8667 , 1.2566 , 0.8176 , 0.4434 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2989 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2990 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2999 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3017 , cls_21 , 0.5400 , 480.0000 , 37.0246 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3026 , cls_21 , 5.8500 , 3960.0000 , 229.3467 , 676.9231 , 3.8824 , 1.2568 , 0.9207 , 0.4179 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3049 , cls_21 , 1.8000 , 1380.0000 , 98.0125 , 766.6667 , 2.5556 , 1.1928 , 0.8447 , 0.4333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3050 , cls_21 , 6.8400 , 3240.0000 , 153.3011 , 473.6842 , 3.0000 , 1.2031 , 0.7883 , 0.6294 , 6.8400 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3054 , cls_21 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3078 , cls_21 , 1.6200 , 1440.0000 , 118.5638 , 888.8889 , 2.6667 , 1.2145 , 0.8652 , 0.3056 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3079 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3083 , cls_21 , 0.5400 , 480.0000 , 43.3747 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3084 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3113 , cls_21 , 23.5800 , 11340.0000 , 297.8882 , 480.9160 , 5.7273 , 1.2853 , 0.7851 , 0.6215 , 23.5800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3118 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3126 , cls_21 , 1.2600 , 1020.0000 , 71.5628 , 809.5238 , 2.1250 , 1.1738 , 0.7903 , 0.3810 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3160 , cls_21 , 2.8800 , 2340.0000 , 226.5855 , 812.5000 , 3.2500 , 1.2410 , 0.9503 , 0.3229 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3177 , cls_21 , 25.3800 , 9780.0000 , 319.1713 , 385.3428 , 4.7941 , 1.2539 , 0.8480 , 0.6809 , 25.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3180 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3182 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3217 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3224 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3230 , cls_21 , 5.6700 , 5160.0000 , 372.6211 , 910.0529 , 5.3750 , 1.3087 , 0.9550 , 0.3175 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3231 , cls_21 , 0.9900 , 660.0000 , 60.4768 , 666.6667 , 1.5714 , 1.1100 , 0.7845 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3232 , cls_21 , 5.2200 , 3240.0000 , 209.0174 , 620.6897 , 3.3750 , 1.2330 , 0.8928 , 0.4828 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3250 , cls_21 , 1.5300 , 840.0000 , 67.0038 , 549.0196 , 1.5556 , 1.1099 , 0.8014 , 0.5294 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3257 , cls_21 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3258 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3259 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3262 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3268 , cls_21 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3272 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3273 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3290 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3292 , cls_21 , 1.7100 , 1260.0000 , 89.7888 , 736.8421 , 2.3333 , 1.1804 , 0.7781 , 0.3947 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3293 , cls_21 , 2.7000 , 1860.0000 , 151.4523 , 688.8889 , 2.8182 , 1.2039 , 0.9142 , 0.4111 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3319 , cls_21 , 0.8100 , 600.0000 , 66.6667 , 740.7407 , 1.6667 , 1.1135 , 0.8603 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3329 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3353 , cls_21 , 0.9000 , 660.0000 , 67.6207 , 733.3333 , 1.5714 , 1.1216 , 0.8502 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3354 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3358 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3364 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3377 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3379 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3397 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3398 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3402 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3406 , cls_21 , 1.3500 , 720.0000 , 57.9328 , 533.3333 , 1.5000 , 1.0921 , 0.7613 , 0.5444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3412 , cls_21 , 0.4500 , 480.0000 , 34.4419 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3418 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3419 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3420 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3435 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3442 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3457 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3459 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3468 , cls_21 , 1.8000 , 1380.0000 , 101.1628 , 766.6667 , 2.5556 , 1.1928 , 0.8256 , 0.3917 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3477 , cls_21 , 0.5400 , 540.0000 , 49.9536 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3484 , cls_21 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3487 , cls_21 , 2.1600 , 1980.0000 , 167.2804 , 916.6667 , 3.3000 , 1.2433 , 0.9370 , 0.3403 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3499 , cls_21 , 8.1000 , 4320.0000 , 216.9669 , 533.3333 , 3.7895 , 1.2360 , 0.7731 , 0.5759 , 8.1000 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3501 , cls_21 , 0.8100 , 720.0000 , 59.9557 , 888.8889 , 2.0000 , 1.1540 , 0.8315 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3510 , cls_21 , 0.9000 , 480.0000 , 42.8067 , 533.3333 , 1.1429 , 1.0516 , 0.6559 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3533 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3552 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3554 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3557 , cls_21 , 5.7600 , 3240.0000 , 146.1275 , 562.5000 , 3.3750 , 1.2219 , 0.7603 , 0.5443 , 5.7600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3570 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3575 , cls_21 , 3.6000 , 2760.0000 , 113.9635 , 766.6667 , 3.5385 , 1.2461 , 0.7375 , 0.3958 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3594 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3595 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3597 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3608 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3611 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3636 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3658 , cls_21 , 1.8000 , 1320.0000 , 83.6502 , 733.3333 , 2.4444 , 1.1837 , 0.8041 , 0.4000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3663 , cls_21 , 0.8100 , 720.0000 , 69.6876 , 888.8889 , 2.0000 , 1.1540 , 0.8727 , 0.2593 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3664 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3673 , cls_21 , 0.8100 , 840.0000 , 66.8159 , 1037.0370 , 2.3333 , 1.1883 , 0.8854 , 0.2593 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3684 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3687 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3708 , cls_21 , 1.9800 , 1200.0000 , 91.2369 , 606.0606 , 2.0000 , 1.1530 , 0.8216 , 0.5076 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3723 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3735 , cls_21 , 0.9900 , 900.0000 , 72.7712 , 909.0909 , 2.1429 , 1.1774 , 0.8352 , 0.2879 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3739 , cls_21 , 0.8100 , 600.0000 , 66.6667 , 740.7407 , 1.6667 , 1.1135 , 0.8603 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3754 , cls_21 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3756 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3758 , cls_21 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3789 , cls_21 , 0.8100 , 600.0000 , 53.7499 , 740.7407 , 1.6667 , 1.1135 , 0.7838 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3792 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3798 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3800 , cls_21 , 2.6100 , 1260.0000 , 78.3221 , 482.7586 , 1.9091 , 1.1313 , 0.6732 , 0.6034 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3801 , cls_21 , 4.5900 , 2220.0000 , 107.9135 , 483.6601 , 2.4667 , 1.1774 , 0.6490 , 0.6209 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3804 , cls_21 , 3.5100 , 1980.0000 , 124.0974 , 564.1026 , 2.5385 , 1.1857 , 0.7613 , 0.5214 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3808 , cls_21 , 9.0000 , 5760.0000 , 245.8521 , 640.0000 , 4.8000 , 1.2750 , 0.9140 , 0.4750 , 9.0000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3814 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3834 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3838 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3839 , cls_21 , 0.8100 , 600.0000 , 44.4681 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3848 , cls_21 , 3.0600 , 2520.0000 , 233.5158 , 823.5294 , 3.5000 , 1.2481 , 0.9578 , 0.3235 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3872 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3875 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3878 , cls_21 , 0.6300 , 600.0000 , 46.1402 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3888 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3889 , cls_21 , 3.0600 , 2520.0000 , 121.7304 , 823.5294 , 3.5000 , 1.2481 , 0.8715 , 0.3725 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3892 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3893 , cls_21 , 0.7200 , 660.0000 , 44.7404 , 916.6667 , 1.8333 , 1.1497 , 0.7247 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3907 , cls_21 , 0.9000 , 720.0000 , 56.0494 , 800.0000 , 1.7143 , 1.1407 , 0.6817 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3940 , cls_21 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3942 , cls_21 , 2.7000 , 1680.0000 , 103.2050 , 622.2222 , 2.5455 , 1.1839 , 0.7436 , 0.4944 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3959 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3973 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3974 , cls_21 , 0.8100 , 900.0000 , 49.1768 , 1111.1111 , 2.5000 , 1.2036 , 0.7453 , 0.2407 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3975 , cls_21 , 1.8000 , 900.0000 , 77.7807 , 500.0000 , 1.6667 , 1.1055 , 0.7139 , 0.5667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3977 , cls_21 , 6.2100 , 3060.0000 , 135.7041 , 492.7536 , 3.0000 , 1.2033 , 0.7401 , 0.5821 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3991 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3994 , cls_21 , 2.7000 , 1680.0000 , 121.2351 , 622.2222 , 2.5455 , 1.1839 , 0.8559 , 0.4556 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3997 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4010 , cls_21 , 0.9900 , 780.0000 , 66.6469 , 787.8788 , 1.8571 , 1.1463 , 0.7704 , 0.3333 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4012 , cls_21 , 0.7200 , 660.0000 , 45.8217 , 916.6667 , 1.8333 , 1.1497 , 0.6488 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4015 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4021 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4022 , cls_21 , 2.0700 , 1620.0000 , 114.8715 , 782.6087 , 2.7000 , 1.2083 , 0.8874 , 0.3333 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4029 , cls_21 , 8.9100 , 5640.0000 , 204.3480 , 632.9966 , 4.7000 , 1.2724 , 0.8170 , 0.5101 , 8.9100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4030 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4036 , cls_21 , 6.1200 , 4860.0000 , 350.4960 , 794.1176 , 4.7647 , 1.2888 , 0.9175 , 0.3578 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4044 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4045 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4051 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4056 , cls_21 , 1.1700 , 1200.0000 , 90.7418 , 1025.6410 , 2.5000 , 1.2178 , 0.8866 , 0.2308 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4072 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4083 , cls_21 , 0.9900 , 600.0000 , 44.4070 , 606.0606 , 1.4286 , 1.0892 , 0.6584 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4109 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4116 , cls_21 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4129 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4132 , cls_21 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4136 , cls_21 , 0.4500 , 360.0000 , 24.0000 , 800.0000 , 1.2000 , 1.0699 , 0.3634 , 0.4000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4142 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4150 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4153 , cls_21 , 0.7200 , 600.0000 , 42.8377 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4163 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4174 , cls_21 , 3.3300 , 2160.0000 , 128.7451 , 648.6486 , 2.7692 , 1.2084 , 0.8585 , 0.4595 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4176 , cls_21 , 0.6300 , 420.0000 , 31.6352 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4177 , cls_21 , 4.3200 , 2820.0000 , 167.2178 , 652.7778 , 3.3571 , 1.2289 , 0.8955 , 0.4410 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4191 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4192 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4193 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4200 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4202 , cls_21 , 2.2500 , 1560.0000 , 80.0016 , 693.3333 , 2.6000 , 1.1907 , 0.6817 , 0.4400 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4203 , cls_21 , 7.3800 , 3300.0000 , 151.2747 , 447.1545 , 2.8947 , 1.1982 , 0.7605 , 0.6382 , 7.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4207 , cls_21 , 3.3300 , 2160.0000 , 114.5105 , 648.6486 , 2.7692 , 1.2084 , 0.7092 , 0.4550 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4210 , cls_21 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4213 , cls_21 , 0.6300 , 600.0000 , 56.0622 , 952.3810 , 1.6667 , 1.1455 , 0.8463 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4216 , cls_21 , 0.9000 , 1020.0000 , 93.7748 , 1133.3333 , 2.4286 , 1.2172 , 0.9122 , 0.2333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4225 , cls_21 , 7.4700 , 6360.0000 , 391.1056 , 851.4056 , 5.5789 , 1.3138 , 0.9401 , 0.3213 , 7.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4226 , cls_21 , 0.7200 , 540.0000 , 52.8930 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4227 , cls_21 , 2.6100 , 1680.0000 , 93.1722 , 643.6782 , 2.5455 , 1.1879 , 0.6817 , 0.5000 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4230 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4234 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4241 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4242 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4262 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4286 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4288 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4290 , cls_21 , 5.5800 , 4560.0000 , 234.1455 , 817.2043 , 4.7500 , 1.2880 , 0.9291 , 0.3414 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4302 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4317 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4329 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4340 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4341 , cls_21 , 4.2300 , 2640.0000 , 122.7643 , 624.1135 , 3.1429 , 1.2189 , 0.7936 , 0.5177 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4343 , cls_21 , 0.7200 , 660.0000 , 61.6049 , 916.6667 , 1.8333 , 1.1497 , 0.8433 , 0.2500 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4351 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4352 , cls_21 , 2.4300 , 1800.0000 , 109.2780 , 740.7407 , 2.7273 , 1.2100 , 0.8101 , 0.4012 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4353 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4356 , cls_21 , 4.9500 , 3360.0000 , 261.1989 , 678.7879 , 3.7333 , 1.2458 , 0.9409 , 0.4515 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4377 , cls_21 , 0.5400 , 480.0000 , 41.3948 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4379 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4380 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4390 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4405 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4407 , cls_21 , 0.6300 , 600.0000 , 42.5700 , 952.3810 , 1.6667 , 1.1455 , 0.6572 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4411 , cls_21 , 2.6100 , 2700.0000 , 184.6182 , 1034.4828 , 4.0909 , 1.2812 , 0.9432 , 0.2701 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4423 , cls_21 , 1.0800 , 840.0000 , 72.4059 , 777.7778 , 2.0000 , 1.1515 , 0.8425 , 0.3611 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4446 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4449 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4461 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4462 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4463 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4466 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4478 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4479 , cls_21 , 0.4500 , 480.0000 , 36.4884 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4485 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4486 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4487 , cls_21 , 14.1300 , 6780.0000 , 261.1376 , 479.8301 , 4.3462 , 1.2540 , 0.8294 , 0.6093 , 14.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4488 , cls_21 , 0.8100 , 540.0000 , 47.8619 , 666.6667 , 1.5000 , 1.0901 , 0.7708 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4504 , cls_21 , 2.6100 , 1320.0000 , 92.0453 , 505.7471 , 2.0000 , 1.1405 , 0.7522 , 0.5632 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4511 , cls_21 , 2.9700 , 1680.0000 , 103.3077 , 565.6566 , 2.3333 , 1.1730 , 0.7899 , 0.5303 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4516 , cls_21 , 0.3600 , 420.0000 , 33.8800 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4522 , cls_21 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4526 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4527 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4528 , cls_21 , 6.5700 , 4560.0000 , 220.5931 , 694.0639 , 4.2222 , 1.2691 , 0.8643 , 0.4566 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4545 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4546 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4549 , cls_21 , 0.7200 , 420.0000 , 35.0117 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4550 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4552 , cls_21 , 0.4500 , 480.0000 , 43.3217 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4561 , cls_21 , 6.3000 , 5640.0000 , 430.2728 , 895.2381 , 5.5294 , 1.3124 , 0.9763 , 0.3310 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4567 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4573 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4574 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4578 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4590 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4591 , cls_21 , 1.4400 , 1260.0000 , 90.9223 , 875.0000 , 2.6250 , 1.2016 , 0.8727 , 0.3125 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4592 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4595 , cls_21 , 2.1600 , 1380.0000 , 71.7005 , 638.8889 , 2.3000 , 1.1710 , 0.7555 , 0.5139 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4600 , cls_21 , 1.4400 , 1020.0000 , 66.3036 , 708.3333 , 2.1250 , 1.1574 , 0.7983 , 0.3958 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4601 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4602 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4603 , cls_21 , 0.6300 , 540.0000 , 52.4221 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4609 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4617 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4636 , cls_21 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4640 , cls_21 , 52.9200 , 22620.0000 , 464.2465 , 427.4376 , 7.6939 , 1.3112 , 0.7883 , 0.6488 , 52.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4657 , cls_21 , 2.3400 , 2100.0000 , 177.6373 , 897.4359 , 3.1818 , 1.2451 , 0.9287 , 0.2692 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4665 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4681 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4682 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4689 , cls_21 , 0.7200 , 540.0000 , 54.1246 , 750.0000 , 1.5000 , 1.1046 , 0.8078 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4698 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4700 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4703 , cls_21 , 10.2600 , 3780.0000 , 188.1681 , 368.4211 , 2.8636 , 1.1875 , 0.7417 , 0.7047 , 10.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4704 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4705 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4707 , cls_21 , 0.7200 , 720.0000 , 64.9177 , 1000.0000 , 2.0000 , 1.1693 , 0.8502 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4715 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4717 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4721 , cls_21 , 1.6200 , 1260.0000 , 65.8226 , 777.7778 , 2.3333 , 1.1870 , 0.6817 , 0.4167 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4722 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4733 , cls_21 , 0.6300 , 780.0000 , 53.2534 , 1238.0952 , 2.1667 , 1.2055 , 0.7826 , 0.1667 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4737 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4748 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4751 , cls_21 , 1.5300 , 1260.0000 , 85.3162 , 823.5294 , 2.3333 , 1.1940 , 0.8150 , 0.3627 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4753 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4761 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4763 , cls_21 , 0.5400 , 540.0000 , 48.3666 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4768 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4781 , cls_21 , 60.0300 , 29640.0000 , 1757.3236 , 493.7531 , 9.5000 , 1.3394 , 0.9774 , 0.5705 , 60.0300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4783 , cls_21 , 0.8100 , 780.0000 , 62.4243 , 962.9630 , 2.1667 , 1.1718 , 0.8652 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4786 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4795 , cls_21 , 0.8100 , 540.0000 , 44.3575 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4796 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4803 , cls_21 , 6.2100 , 4860.0000 , 208.0496 , 782.6087 , 4.7647 , 1.2871 , 0.8863 , 0.3913 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4810 , cls_21 , 0.7200 , 480.0000 , 37.7419 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4814 , cls_21 , 58.7700 , 31080.0000 , 676.6897 , 528.8412 , 9.9615 , 1.3487 , 0.9341 , 0.5755 , 58.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4815 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4817 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4827 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4830 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4831 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4834 , cls_21 , 1.7100 , 1380.0000 , 141.1058 , 807.0175 , 2.5556 , 1.1991 , 0.9256 , 0.3158 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4836 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4862 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4874 , cls_21 , 1.3500 , 1260.0000 , 107.8361 , 933.3333 , 2.6250 , 1.2097 , 0.8783 , 0.2556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4875 , cls_21 , 1.9800 , 1560.0000 , 156.1064 , 787.8788 , 2.6000 , 1.2061 , 0.9243 , 0.3182 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4912 , cls_21 , 0.4500 , 600.0000 , 50.9117 , 1333.3333 , 2.0000 , 1.1913 , 0.8727 , 0.1333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4914 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4933 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4936 , cls_21 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4947 , cls_21 , 1.5300 , 1500.0000 , 104.6755 , 980.3922 , 2.7778 , 1.2302 , 0.8585 , 0.2941 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4954 , cls_21 , 1.8900 , 1440.0000 , 139.8245 , 761.9048 , 2.4000 , 1.1955 , 0.9277 , 0.3175 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4956 , cls_21 , 0.8100 , 600.0000 , 60.9299 , 740.7407 , 1.6667 , 1.1135 , 0.8237 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4963 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4987 , cls_21 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4993 , cls_21 , 5.3100 , 4200.0000 , 432.9867 , 790.9605 , 4.3750 , 1.2788 , 0.9762 , 0.3164 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5000 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5009 , cls_21 , 4.8600 , 4380.0000 , 215.2391 , 901.2346 , 4.8667 , 1.2971 , 0.8916 , 0.2901 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5018 , cls_21 , 1.6200 , 1320.0000 , 109.7915 , 814.8148 , 2.4444 , 1.1966 , 0.9016 , 0.3519 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5022 , cls_21 , 0.9900 , 720.0000 , 68.6465 , 727.2727 , 1.7143 , 1.1289 , 0.8444 , 0.3636 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5047 , cls_21 , 4.2300 , 3480.0000 , 303.1492 , 822.6950 , 4.1429 , 1.2708 , 0.9484 , 0.3546 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5061 , cls_21 , 1.3500 , 900.0000 , 52.7275 , 666.6667 , 1.8750 , 1.1390 , 0.5756 , 0.4778 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5070 , cls_21 , 2.5200 , 2040.0000 , 125.8027 , 809.5238 , 3.0909 , 1.2303 , 0.9054 , 0.3988 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5077 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5087 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5131 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5154 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5158 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5177 , cls_21 , 2.4300 , 1800.0000 , 139.8450 , 740.7407 , 2.7273 , 1.2100 , 0.8873 , 0.3704 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5182 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5184 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5192 , cls_21 , 5.6700 , 4440.0000 , 254.4000 , 783.0688 , 4.6250 , 1.2813 , 0.9206 , 0.3545 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5217 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5226 , cls_21 , 3.0600 , 2160.0000 , 118.2069 , 705.8824 , 3.0000 , 1.2183 , 0.8041 , 0.4608 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5228 , cls_21 , 1.1700 , 960.0000 , 69.8561 , 820.5128 , 2.0000 , 1.1702 , 0.8140 , 0.3718 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5236 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5252 , cls_21 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5257 , cls_21 , 1.9800 , 1440.0000 , 139.3740 , 727.2727 , 2.4000 , 1.1899 , 0.9108 , 0.3712 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5259 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5264 , cls_21 , 1.2600 , 1020.0000 , 96.3164 , 809.5238 , 2.1250 , 1.1738 , 0.8951 , 0.3095 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5267 , cls_21 , 6.6600 , 4980.0000 , 311.3842 , 747.7477 , 4.6111 , 1.2834 , 0.9559 , 0.4189 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5295 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5309 , cls_21 , 1.4400 , 1020.0000 , 68.9513 , 708.3333 , 2.1250 , 1.1574 , 0.7963 , 0.4271 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5311 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5321 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5322 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5326 , cls_21 , 0.9900 , 840.0000 , 74.7167 , 848.4848 , 2.0000 , 1.1624 , 0.8715 , 0.3030 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5357 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5359 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5375 , cls_21 , 1.1700 , 840.0000 , 55.2628 , 717.9487 , 1.7500 , 1.1416 , 0.5862 , 0.4359 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5379 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5393 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5444 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5465 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5466 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5468 , cls_21 , 0.7200 , 660.0000 , 40.6395 , 916.6667 , 1.8333 , 1.1497 , 0.6488 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5489 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5500 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5522 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5540 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5546 , cls_21 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5553 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5559 , cls_21 , 1.5300 , 1200.0000 , 76.1257 , 784.3137 , 2.2222 , 1.1839 , 0.7453 , 0.3824 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5567 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5569 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5572 , cls_21 , 1.8000 , 960.0000 , 63.3611 , 533.3333 , 1.7778 , 1.1187 , 0.6512 , 0.5500 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5596 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5601 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5607 , cls_21 , 0.9000 , 840.0000 , 78.7620 , 933.3333 , 2.0000 , 1.1745 , 0.8776 , 0.2500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5609 , cls_21 , 1.0800 , 720.0000 , 43.5027 , 666.6667 , 1.7143 , 1.1183 , 0.5506 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5624 , cls_21 , 1.7100 , 960.0000 , 66.9513 , 561.4035 , 1.7778 , 1.1246 , 0.7154 , 0.5351 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5625 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5626 , cls_21 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5634 , cls_21 , 1.1700 , 960.0000 , 99.2970 , 820.5128 , 2.0000 , 1.1702 , 0.9070 , 0.2821 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5651 , cls_21 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5652 , cls_21 , 6.7500 , 4320.0000 , 245.1138 , 640.0000 , 4.0000 , 1.2563 , 0.9265 , 0.4578 , 6.7500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5664 , cls_21 , 48.2400 , 26040.0000 , 2428.0810 , 539.8010 , 9.2340 , 1.3420 , 0.9926 , 0.5121 , 48.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5671 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5673 , cls_21 , 1.0800 , 780.0000 , 48.9981 , 722.2222 , 1.8571 , 1.1355 , 0.6273 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5674 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5708 , cls_21 , 0.6300 , 420.0000 , 32.0282 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5728 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5729 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5730 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5733 , cls_21 , 0.5400 , 480.0000 , 40.6678 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5744 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5754 , cls_21 , 0.7200 , 600.0000 , 48.5617 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5757 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5759 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5760 , cls_21 , 0.7200 , 600.0000 , 43.8522 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5764 , cls_21 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5773 , cls_21 , 0.5400 , 480.0000 , 34.4042 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5781 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5800 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5804 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5805 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5806 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5807 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5821 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5823 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5824 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5831 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5832 , cls_21 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5834 , cls_21 , 3.0600 , 1980.0000 , 229.6359 , 647.0588 , 2.7500 , 1.2014 , 0.9520 , 0.3824 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5842 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5847 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5851 , cls_21 , 3.1500 , 1680.0000 , 148.8604 , 533.3333 , 2.3333 , 1.1663 , 0.8897 , 0.5333 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5859 , cls_21 , 9.9000 , 5580.0000 , 415.2594 , 563.6364 , 4.4286 , 1.2589 , 0.9543 , 0.5242 , 9.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5870 , cls_21 , 5.4900 , 3480.0000 , 421.6704 , 633.8798 , 3.6250 , 1.2404 , 0.9743 , 0.3825 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5877 , cls_21 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5878 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5879 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5880 , cls_21 , 1.0800 , 720.0000 , 76.1042 , 666.6667 , 1.7143 , 1.1183 , 0.8487 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5881 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5882 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5883 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5884 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5885 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5886 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5887 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5890 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5891 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5893 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5894 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5895 , cls_21 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5896 , cls_21 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5897 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5898 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5899 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5900 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5901 , cls_21 , 0.9000 , 660.0000 , 75.0000 , 733.3333 , 1.5714 , 1.1216 , 0.8739 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5902 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5906 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5907 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5911 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5916 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5919 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5921 , cls_21 , 16.3800 , 8580.0000 , 303.7200 , 523.8095 , 5.2963 , 1.2778 , 0.8865 , 0.5797 , 16.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5936 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5937 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5938 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5939 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5940 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5941 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5942 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5943 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5944 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5947 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5948 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5949 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5952 , cls_21 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5953 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5954 , cls_21 , 44.3700 , 18000.0000 , 674.0286 , 405.6795 , 6.6667 , 1.2938 , 0.9257 , 0.6521 , 44.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5955 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5956 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5961 , cls_21 , 12.0600 , 8700.0000 , 353.2831 , 721.3930 , 6.0417 , 1.3136 , 0.8823 , 0.4167 , 12.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5969 , cls_21 , 6.2100 , 5880.0000 , 490.8089 , 946.8599 , 5.7647 , 1.3216 , 0.9794 , 0.3261 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5974 , cls_21 , 3.9600 , 3540.0000 , 303.1571 , 893.9394 , 4.2143 , 1.2819 , 0.9630 , 0.3144 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5979 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5990 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5991 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5992 , cls_21 , 4.0500 , 3300.0000 , 262.3345 , 814.8148 , 3.9286 , 1.2660 , 0.9379 , 0.3407 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5994 , cls_21 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5995 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5996 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6002 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6029 , cls_21 , 0.7200 , 480.0000 , 34.5976 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6031 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6048 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6060 , cls_21 , 1.7100 , 1440.0000 , 140.3967 , 842.1053 , 2.6667 , 1.2078 , 0.9328 , 0.2982 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6062 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6065 , cls_21 , 1.7100 , 1320.0000 , 143.0690 , 771.9298 , 2.4444 , 1.1899 , 0.9332 , 0.2982 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6070 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6072 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6083 , cls_21 , 6.2100 , 3540.0000 , 203.6501 , 570.0483 , 3.4706 , 1.2297 , 0.9024 , 0.5411 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6103 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6105 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6112 , cls_21 , 6.5700 , 5520.0000 , 336.3246 , 840.1826 , 5.1111 , 1.3035 , 0.9477 , 0.3562 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6118 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6120 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6125 , cls_21 , 1.4400 , 1080.0000 , 114.5607 , 750.0000 , 2.2500 , 1.1694 , 0.8758 , 0.3021 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6137 , cls_21 , 0.7200 , 540.0000 , 51.8938 , 750.0000 , 1.5000 , 1.1046 , 0.8078 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6150 , cls_21 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6152 , cls_21 , 0.7200 , 600.0000 , 54.9378 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6154 , cls_21 , 1.5300 , 1260.0000 , 80.5216 , 823.5294 , 2.3333 , 1.1940 , 0.8268 , 0.3431 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6170 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6189 , cls_21 , 3.7800 , 2520.0000 , 211.8791 , 666.6667 , 3.2308 , 1.2231 , 0.9429 , 0.4365 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6207 , cls_21 , 0.8100 , 780.0000 , 58.8723 , 962.9630 , 2.1667 , 1.1718 , 0.8652 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6208 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6213 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6231 , cls_21 , 2.2500 , 1740.0000 , 101.2734 , 773.3333 , 2.9000 , 1.2125 , 0.8128 , 0.4333 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6243 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6260 , cls_21 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6264 , cls_21 , 1.8000 , 1560.0000 , 152.8595 , 866.6667 , 2.8889 , 1.2178 , 0.9264 , 0.3000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6287 , cls_21 , 3.5100 , 2640.0000 , 245.6336 , 752.1368 , 3.3846 , 1.2406 , 0.9449 , 0.3376 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6294 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6297 , cls_21 , 9.8100 , 7080.0000 , 250.6739 , 721.7125 , 5.6190 , 1.3014 , 0.8816 , 0.4128 , 9.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6305 , cls_21 , 0.9900 , 960.0000 , 86.8372 , 969.6970 , 2.2857 , 1.1914 , 0.8923 , 0.2879 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6310 , cls_21 , 0.8100 , 840.0000 , 77.3461 , 1037.0370 , 2.3333 , 1.1883 , 0.8919 , 0.2222 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6322 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6332 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6341 , cls_21 , 0.9000 , 780.0000 , 77.9003 , 866.6667 , 1.8571 , 1.1583 , 0.8832 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6352 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6387 , cls_21 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6391 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6393 , cls_21 , 0.9000 , 780.0000 , 59.1367 , 866.6667 , 1.8571 , 1.1583 , 0.8041 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6394 , cls_21 , 3.7800 , 2460.0000 , 143.7255 , 650.7937 , 3.1538 , 1.2185 , 0.8413 , 0.4722 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6398 , cls_21 , 1.4400 , 1020.0000 , 67.1782 , 708.3333 , 2.1250 , 1.1574 , 0.6156 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6415 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6426 , cls_21 , 1.5300 , 1200.0000 , 69.9862 , 784.3137 , 2.2222 , 1.1839 , 0.7568 , 0.3824 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6431 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6458 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6463 , cls_21 , 0.3600 , 480.0000 , 34.3237 , 1333.3333 , 2.0000 , 1.1693 , 0.7170 , 0.1250 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6475 , cls_21 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6477 , cls_21 , 1.8900 , 1500.0000 , 75.7559 , 793.6508 , 2.5000 , 1.2038 , 0.6854 , 0.3968 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6479 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6480 , cls_21 , 4.2300 , 3000.0000 , 166.1323 , 709.2199 , 3.5714 , 1.2429 , 0.8745 , 0.3936 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6482 , cls_21 , 0.5400 , 540.0000 , 48.3666 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6497 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6499 , cls_21 , 0.7200 , 600.0000 , 52.7551 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6500 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6505 , cls_21 , 1.3500 , 1080.0000 , 108.4443 , 800.0000 , 2.2500 , 1.1773 , 0.9030 , 0.3111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6515 , cls_21 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6516 , cls_21 , 1.1700 , 960.0000 , 99.1312 , 820.5128 , 2.0000 , 1.1702 , 0.9026 , 0.2821 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6542 , cls_21 , 2.9700 , 2160.0000 , 134.4748 , 727.2727 , 3.0000 , 1.2218 , 0.8590 , 0.4394 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6543 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6556 , cls_21 , 29.5200 , 15060.0000 , 885.4606 , 510.1626 , 6.7838 , 1.3074 , 0.9733 , 0.5534 , 29.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6560 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6565 , cls_21 , 1.8000 , 1620.0000 , 121.6139 , 900.0000 , 3.0000 , 1.2255 , 0.8981 , 0.3333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6568 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6572 , cls_21 , 0.5400 , 420.0000 , 36.7959 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6587 , cls_21 , 2.5200 , 1800.0000 , 154.6849 , 714.2857 , 2.7273 , 1.2056 , 0.9054 , 0.3810 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6591 , cls_21 , 2.0700 , 1740.0000 , 139.8096 , 840.5797 , 2.9000 , 1.2227 , 0.9099 , 0.2971 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6598 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6599 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6606 , cls_21 , 1.9800 , 1560.0000 , 158.3552 , 787.8788 , 2.6000 , 1.2061 , 0.9387 , 0.3106 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6611 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6622 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6623 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6625 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6628 , cls_21 , 0.5400 , 540.0000 , 48.0664 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6634 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6637 , cls_21 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6638 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6643 , cls_21 , 7.2900 , 5940.0000 , 370.6557 , 814.8148 , 5.5000 , 1.3045 , 0.9513 , 0.3107 , 7.2900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6645 , cls_21 , 1.1700 , 900.0000 , 95.8015 , 769.2308 , 1.8750 , 1.1564 , 0.8918 , 0.3205 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6673 , cls_21 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6674 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6676 , cls_21 , 0.4500 , 480.0000 , 36.7251 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6688 , cls_21 , 1.8000 , 1560.0000 , 136.3826 , 866.6667 , 2.8889 , 1.2178 , 0.9279 , 0.3083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6715 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6716 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6723 , cls_21 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6726 , cls_21 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6729 , cls_21 , 1.3500 , 1140.0000 , 110.4801 , 844.4444 , 2.3750 , 1.1887 , 0.9136 , 0.3000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6738 , cls_21 , 3.6000 , 1920.0000 , 100.5833 , 533.3333 , 2.4615 , 1.1769 , 0.7516 , 0.5917 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6741 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6754 , cls_21 , 0.5400 , 600.0000 , 50.6913 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6759 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6762 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6769 , cls_21 , 23.3100 , 11940.0000 , 591.5226 , 512.2265 , 6.0303 , 1.2948 , 0.9472 , 0.5650 , 23.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6778 , cls_21 , 1.4400 , 960.0000 , 68.9161 , 666.6667 , 2.0000 , 1.1448 , 0.7900 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6780 , cls_21 , 2.4300 , 1860.0000 , 204.5207 , 765.4321 , 2.8182 , 1.2165 , 0.9531 , 0.3025 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6791 , cls_21 , 0.7200 , 600.0000 , 40.6074 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6793 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6801 , cls_21 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6809 , cls_21 , 0.7200 , 720.0000 , 51.7104 , 1000.0000 , 2.0000 , 1.1693 , 0.7516 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6838 , cls_21 , 0.6300 , 540.0000 , 42.6879 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6840 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6841 , cls_21 , 1.6200 , 1380.0000 , 125.2447 , 851.8519 , 2.5556 , 1.2058 , 0.9184 , 0.2963 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6850 , cls_21 , 1.8000 , 1380.0000 , 101.5243 , 766.6667 , 2.5556 , 1.1928 , 0.8569 , 0.3917 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6852 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6853 , cls_21 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6862 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6864 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6869 , cls_21 , 0.5400 , 480.0000 , 36.6356 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6870 , cls_21 , 0.6300 , 540.0000 , 43.6383 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6872 , cls_21 , 1.5300 , 1560.0000 , 92.1417 , 1019.6078 , 2.8889 , 1.2384 , 0.8408 , 0.2843 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6874 , cls_21 , 1.8000 , 1800.0000 , 114.4677 , 1000.0000 , 3.3333 , 1.2470 , 0.9039 , 0.3167 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6883 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6917 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6926 , cls_21 , 3.7800 , 2340.0000 , 138.8720 , 619.0476 , 3.0000 , 1.2090 , 0.8205 , 0.5119 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6943 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6944 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6951 , cls_21 , 2.2500 , 1800.0000 , 130.7504 , 800.0000 , 3.0000 , 1.2193 , 0.9064 , 0.3800 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6957 , cls_21 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6959 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6961 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6963 , cls_21 , 2.7000 , 1740.0000 , 119.4364 , 644.4444 , 2.6364 , 1.1908 , 0.8021 , 0.4444 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6965 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6966 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6969 , cls_21 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6976 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6984 , cls_21 , 0.7200 , 420.0000 , 34.0413 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6986 , cls_21 , 0.9000 , 660.0000 , 62.1236 , 733.3333 , 1.5714 , 1.1216 , 0.8128 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6998 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7003 , cls_21 , 20.7000 , 12000.0000 , 368.7339 , 579.7101 , 6.4516 , 1.3082 , 0.8768 , 0.5435 , 20.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7022 , cls_21 , 3.9600 , 2520.0000 , 126.2100 , 636.3636 , 3.0000 , 1.2177 , 0.7357 , 0.4773 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7025 , cls_21 , 1.2600 , 1260.0000 , 112.1876 , 1000.0000 , 2.6250 , 1.2186 , 0.9193 , 0.2857 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7027 , cls_21 , 0.6300 , 420.0000 , 32.7472 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7045 , cls_21 , 0.5400 , 420.0000 , 33.6893 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 361.2478 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7049 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7050 , cls_21 , 0.8100 , 660.0000 , 54.6428 , 814.8148 , 1.8333 , 1.1347 , 0.8121 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7082 , cls_21 , 2.4300 , 1260.0000 , 95.1366 , 518.5185 , 1.9091 , 1.1393 , 0.8090 , 0.5741 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7106 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7110 , cls_21 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7115 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7136 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7144 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7154 , cls_21 , 0.8100 , 660.0000 , 64.7935 , 814.8148 , 1.8333 , 1.1347 , 0.8315 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7160 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7161 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7164 , cls_21 , 0.6300 , 540.0000 , 55.0296 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7170 , cls_21 , 2.1600 , 1920.0000 , 164.1424 , 888.8889 , 3.2000 , 1.2372 , 0.9389 , 0.3194 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7180 , cls_21 , 3.4200 , 2820.0000 , 140.6066 , 824.5614 , 3.6154 , 1.2564 , 0.8717 , 0.3684 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7182 , cls_21 , 0.7200 , 600.0000 , 56.1895 , 833.3333 , 1.6667 , 1.1283 , 0.7963 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7187 , cls_21 , 0.9900 , 1020.0000 , 80.2902 , 1030.3030 , 2.4286 , 1.2046 , 0.9060 , 0.2576 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7196 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7202 , cls_21 , 2.1600 , 1680.0000 , 141.4006 , 777.7778 , 2.8000 , 1.2104 , 0.8877 , 0.3056 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7203 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7204 , cls_21 , 2.5200 , 2100.0000 , 133.4912 , 833.3333 , 3.1818 , 1.2360 , 0.8655 , 0.3512 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7233 , cls_21 , 0.9000 , 840.0000 , 75.5077 , 933.3333 , 2.0000 , 1.1745 , 0.8585 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7242 , cls_21 , 1.3500 , 1200.0000 , 106.5002 , 888.8889 , 2.5000 , 1.1995 , 0.9082 , 0.3111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7245 , cls_21 , 2.9700 , 2280.0000 , 187.9429 , 767.6768 , 3.1667 , 1.2323 , 0.9291 , 0.3586 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7278 , cls_21 , 1.1700 , 780.0000 , 79.6124 , 666.6667 , 1.6250 , 1.1258 , 0.8161 , 0.3974 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7286 , cls_21 , 0.6300 , 540.0000 , 46.9616 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7295 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7305 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7307 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7313 , cls_21 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7317 , cls_21 , 1.8000 , 1500.0000 , 81.7629 , 833.3333 , 2.7778 , 1.2098 , 0.7139 , 0.3583 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7330 , cls_21 , 11.5200 , 4020.0000 , 176.0755 , 348.9583 , 2.9130 , 1.1863 , 0.6465 , 0.7018 , 11.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7335 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7343 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7366 , cls_21 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7373 , cls_21 , 3.9600 , 3360.0000 , 133.6244 , 848.4848 , 4.0000 , 1.2721 , 0.8120 , 0.3902 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7376 , cls_21 , 0.6300 , 600.0000 , 53.0155 , 952.3810 , 1.6667 , 1.1455 , 0.8286 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7381 , cls_21 , 1.8900 , 1620.0000 , 139.6628 , 857.1429 , 2.7000 , 1.2194 , 0.9177 , 0.3492 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7383 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7388 , cls_21 , 1.0800 , 720.0000 , 56.4126 , 666.6667 , 1.7143 , 1.1183 , 0.6605 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7390 , cls_21 , 5.1300 , 2160.0000 , 127.5805 , 421.0526 , 2.2500 , 1.1602 , 0.7689 , 0.6637 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7391 , cls_21 , 0.5400 , 480.0000 , 47.1916 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7397 , cls_21 , 0.9000 , 720.0000 , 72.2744 , 800.0000 , 1.7143 , 1.1407 , 0.8585 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7407 , cls_21 , 1.1700 , 720.0000 , 52.5423 , 615.3846 , 1.5000 , 1.1087 , 0.6877 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7411 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7415 , cls_21 , 2.6100 , 1980.0000 , 136.5109 , 758.6207 , 3.0000 , 1.2202 , 0.8652 , 0.3908 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7425 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7428 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 432.6662 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7435 , cls_21 , 0.9900 , 780.0000 , 82.6703 , 787.8788 , 1.8571 , 1.1463 , 0.8880 , 0.2879 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7437 , cls_21 , 1.0800 , 840.0000 , 82.6200 , 777.7778 , 2.0000 , 1.1515 , 0.8825 , 0.3194 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7463 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7465 , cls_21 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7470 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7475 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7514 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7515 , cls_21 , 3.9600 , 2700.0000 , 123.3780 , 681.8182 , 3.2143 , 1.2307 , 0.8068 , 0.4659 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7517 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7518 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7527 , cls_21 , 0.7200 , 780.0000 , 69.6073 , 1083.3333 , 2.1667 , 1.1874 , 0.8855 , 0.2083 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7537 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7539 , cls_21 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7543 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7554 , cls_21 , 0.4500 , 480.0000 , 40.7346 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7558 , cls_21 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7561 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7575 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7576 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7582 , cls_21 , 0.6300 , 540.0000 , 55.0296 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7586 , cls_21 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7604 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7606 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7607 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7612 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7613 , cls_21 , 0.5400 , 480.0000 , 47.1916 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7618 , cls_21 , 2.4300 , 1800.0000 , 163.1905 , 740.7407 , 2.7273 , 1.2100 , 0.9339 , 0.3704 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7621 , cls_21 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7629 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7630 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7631 , cls_21 , 1.1700 , 720.0000 , 46.9305 , 615.3846 , 1.5000 , 1.1087 , 0.5862 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7632 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7656 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7657 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7659 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7663 , cls_21 , 0.9000 , 720.0000 , 53.7669 , 800.0000 , 1.7143 , 1.1407 , 0.7551 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7679 , cls_21 , 1.9800 , 840.0000 , 67.5757 , 424.2424 , 1.4000 , 1.0809 , 0.6498 , 0.6364 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7680 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7691 , cls_21 , 1.1700 , 960.0000 , 82.7632 , 820.5128 , 2.0000 , 1.1702 , 0.8408 , 0.3333 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7694 , cls_21 , 1.5300 , 1140.0000 , 88.5940 , 745.0980 , 2.1111 , 1.1733 , 0.8268 , 0.4020 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7712 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7714 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7719 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7724 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7726 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7729 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7749 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7755 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7763 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7765 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7766 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7768 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7771 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 16 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 752.3962 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 24 , cls_43 , 0.8100 , 540.0000 , 37.6740 , 666.6667 , 1.5000 , 1.0901 , 0.5593 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 752.3962 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 35 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 630.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 40 , cls_43 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 630.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 57 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 349.8571 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 132 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 139 , cls_43 , 0.5400 , 420.0000 , 36.6787 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 646.2198 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 141 , cls_43 , 0.6300 , 540.0000 , 38.1636 , 857.1429 , 1.5000 , 1.1214 , 0.7215 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 142 , cls_43 , 0.6300 , 480.0000 , 37.5717 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 153 , cls_43 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 934.3447 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 157 , cls_43 , 0.6300 , 540.0000 , 40.8348 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 351.1410 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 164 , cls_43 , 0.4500 , 480.0000 , 38.4853 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 170 , cls_43 , 1.5300 , 1200.0000 , 74.7853 , 784.3137 , 2.2222 , 1.1839 , 0.7075 , 0.3922 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 209 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 349.8571 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 222 , cls_43 , 0.5400 , 480.0000 , 36.9473 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 226 , cls_43 , 0.4500 , 480.0000 , 41.4290 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 262 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 265 , cls_43 , 0.4500 , 480.0000 , 36.4884 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 853.8150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 311 , cls_43 , 0.8100 , 540.0000 , 41.8644 , 666.6667 , 1.5000 , 1.0901 , 0.6419 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 317 , cls_43 , 0.9000 , 960.0000 , 62.3003 , 1066.6667 , 2.2857 , 1.2039 , 0.8041 , 0.2500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 1819.1482 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 323 , cls_43 , 0.5400 , 420.0000 , 32.0363 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 371.0795 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 324 , cls_43 , 0.4500 , 480.0000 , 40.7346 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 326 , cls_43 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 349 , cls_43 , 0.5400 , 540.0000 , 52.9083 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 371.0795 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 384 , cls_43 , 0.5400 , 540.0000 , 48.0278 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 387 , cls_43 , 0.8100 , 720.0000 , 53.7431 , 888.8889 , 2.0000 , 1.1540 , 0.7205 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 397 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 398 , cls_43 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 399 , cls_43 , 1.4400 , 840.0000 , 56.2488 , 583.3333 , 1.7500 , 1.1169 , 0.6156 , 0.5417 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 436 , cls_43 , 1.1700 , 900.0000 , 62.6560 , 769.2308 , 1.8750 , 1.1564 , 0.8345 , 0.4231 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 445 , cls_43 , 0.9000 , 600.0000 , 42.6407 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 449 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 624.2596 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 465 , cls_43 , 0.9000 , 840.0000 , 49.0138 , 933.3333 , 2.0000 , 1.1745 , 0.6255 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 391.1521 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 470 , cls_43 , 0.9000 , 780.0000 , 47.4999 , 866.6667 , 1.8571 , 1.1583 , 0.7170 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 471 , cls_43 , 0.5400 , 480.0000 , 37.6942 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 534 , cls_43 , 0.5400 , 480.0000 , 37.0246 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 548 , cls_43 , 0.4500 , 480.0000 , 39.9473 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 567 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 600 , cls_43 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 611 , cls_43 , 1.7100 , 1320.0000 , 69.1666 , 771.9298 , 2.4444 , 1.1899 , 0.6976 , 0.4298 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 617 , cls_43 , 0.4500 , 480.0000 , 38.4853 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 619 , cls_43 , 0.9000 , 600.0000 , 44.6009 , 666.6667 , 1.4286 , 1.1006 , 0.6021 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 637 , cls_43 , 0.9000 , 540.0000 , 40.8279 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 641 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 655 , cls_43 , 1.6200 , 1140.0000 , 76.7374 , 703.7037 , 2.1111 , 1.1663 , 0.7637 , 0.4259 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 669 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 510.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 700 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 713 , cls_43 , 0.7200 , 360.0000 , 34.3237 , 500.0000 , 1.0000 , 1.0133 , 0.4907 , 0.5417 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 577.0615 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 724 , cls_43 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 391.1521 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 728 , cls_43 , 0.6300 , 600.0000 , 58.3934 , 952.3810 , 1.6667 , 1.1455 , 0.8463 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 736 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 362.4914 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 756 , cls_43 , 0.4500 , 480.0000 , 37.4151 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 814 , cls_43 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 582.4946 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 920 , cls_43 , 0.8100 , 480.0000 , 36.0948 , 592.5926 , 1.3333 , 1.0639 , 0.5593 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 362.4914 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 926 , cls_43 , 3.4200 , 1380.0000 , 83.5321 , 403.5088 , 1.7692 , 1.1195 , 0.6278 , 0.6711 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 931 , cls_43 , 0.6300 , 420.0000 , 33.6998 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 456.9464 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 941 , cls_43 , 0.6300 , 420.0000 , 33.4059 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 510.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 946 , cls_43 , 1.1700 , 540.0000 , 41.3757 , 461.5385 , 1.1250 , 1.0473 , 0.4292 , 0.6282 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 403.6087 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 958 , cls_43 , 0.7200 , 600.0000 , 46.6261 , 833.3333 , 1.6667 , 1.1283 , 0.7963 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 977 , cls_43 , 0.6300 , 420.0000 , 36.7148 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1010 , cls_43 , 0.9000 , 720.0000 , 55.4675 , 800.0000 , 1.7143 , 1.1407 , 0.7598 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1045 , cls_43 , 1.5300 , 1380.0000 , 80.2573 , 901.9608 , 2.5556 , 1.2129 , 0.7919 , 0.3333 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1073 , cls_43 , 0.8100 , 540.0000 , 40.9481 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1084 , cls_43 , 1.1700 , 960.0000 , 58.5259 , 820.5128 , 2.0000 , 1.1702 , 0.6877 , 0.3718 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1101 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1111 , cls_43 , 0.4500 , 600.0000 , 46.6433 , 1333.3333 , 2.0000 , 1.1913 , 0.8128 , 0.1333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1134 , cls_43 , 0.4500 , 480.0000 , 38.6316 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1156 , cls_43 , 0.7200 , 480.0000 , 34.2319 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1163 , cls_43 , 0.8100 , 480.0000 , 37.6685 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1175 , cls_43 , 0.7200 , 480.0000 , 39.9808 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 456.9464 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1182 , cls_43 , 0.6300 , 480.0000 , 36.6240 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1199 , cls_43 , 0.4500 , 480.0000 , 41.3902 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 553.1727 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1234 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1249 , cls_43 , 0.7200 , 600.0000 , 40.0494 , 833.3333 , 1.6667 , 1.1283 , 0.4907 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 657.9514 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1324 , cls_43 , 0.8100 , 660.0000 , 42.1157 , 814.8148 , 1.8333 , 1.1347 , 0.6048 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 457.9301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1343 , cls_43 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 577.0615 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1366 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 569.2100 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1454 , cls_43 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1533.2319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1461 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 626.4184 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1485 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 531.6014 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1508 , cls_43 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1547 , cls_43 , 0.6300 , 540.0000 , 40.7480 , 857.1429 , 1.5000 , 1.1214 , 0.6572 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1580 , cls_43 , 0.9900 , 900.0000 , 54.2730 , 909.0909 , 2.1429 , 1.1774 , 0.7199 , 0.3030 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1590 , cls_43 , 0.8100 , 660.0000 , 50.0106 , 814.8148 , 1.8333 , 1.1347 , 0.7453 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 450.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1594 , cls_43 , 0.4500 , 480.0000 , 36.4884 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 305.9412 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1597 , cls_43 , 0.9900 , 720.0000 , 55.0707 , 727.2727 , 1.7143 , 1.1289 , 0.7307 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 268.3282 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1631 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1632 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 271.6616 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1633 , cls_43 , 0.5400 , 540.0000 , 40.3534 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1656 , cls_43 , 1.2600 , 1020.0000 , 64.6832 , 809.5238 , 2.1250 , 1.1738 , 0.7258 , 0.3929 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1683 , cls_43 , 0.9900 , 840.0000 , 65.2158 , 848.4848 , 2.0000 , 1.1624 , 0.7940 , 0.3485 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1696 , cls_43 , 0.7200 , 660.0000 , 46.6641 , 916.6667 , 1.8333 , 1.1497 , 0.7453 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1729 , cls_43 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1756 , cls_43 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 416.7733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1768 , cls_43 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 523.9275 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1792 , cls_43 , 0.5400 , 480.0000 , 43.3747 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 360.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1825 , cls_43 , 0.6300 , 540.0000 , 41.6567 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1836 , cls_43 , 1.1700 , 660.0000 , 48.2831 , 564.1026 , 1.3750 , 1.0902 , 0.6322 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1847 , cls_43 , 0.5400 , 540.0000 , 40.3225 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1853 , cls_43 , 0.6300 , 600.0000 , 43.9862 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1866 , cls_43 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1870 , cls_43 , 0.9900 , 720.0000 , 53.0421 , 727.2727 , 1.7143 , 1.1289 , 0.6888 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1887 , cls_43 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1922 , cls_43 , 0.4500 , 480.0000 , 34.9123 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 630.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1927 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1938 , cls_43 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 391.1521 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1943 , cls_43 , 0.9900 , 780.0000 , 52.5072 , 787.8788 , 1.8571 , 1.1463 , 0.7199 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 531.6014 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1946 , cls_43 , 0.5400 , 540.0000 , 38.2235 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1981 , cls_43 , 0.6300 , 480.0000 , 33.2209 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1987 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 416.7733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2010 , cls_43 , 0.9000 , 840.0000 , 59.6788 , 933.3333 , 2.0000 , 1.1745 , 0.8232 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 453.9824 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2040 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2041 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2054 , cls_43 , 0.7200 , 540.0000 , 43.2233 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2077 , cls_43 , 0.6300 , 660.0000 , 42.0907 , 1047.6190 , 1.8333 , 1.1673 , 0.6435 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 379.4733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2083 , cls_43 , 1.8000 , 1800.0000 , 78.3031 , 1000.0000 , 3.3333 , 1.2470 , 0.7004 , 0.2833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 301.4963 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2088 , cls_43 , 1.2600 , 720.0000 , 57.4151 , 571.4286 , 1.5000 , 1.1000 , 0.6572 , 0.5119 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2125 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 480.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2132 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 543.3231 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2159 , cls_43 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 301.4963 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2163 , cls_43 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 453.9824 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2216 , cls_43 , 0.7200 , 660.0000 , 47.7428 , 916.6667 , 1.8333 , 1.1497 , 0.7004 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 780.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2270 , cls_43 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2286 , cls_43 , 0.9000 , 720.0000 , 47.3346 , 800.0000 , 1.7143 , 1.1407 , 0.6255 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 379.4733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2302 , cls_43 , 0.7200 , 660.0000 , 51.6602 , 916.6667 , 1.8333 , 1.1497 , 0.8041 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 351.1410 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2328 , cls_43 , 0.9000 , 720.0000 , 54.0102 , 800.0000 , 1.7143 , 1.1407 , 0.7170 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2351 , cls_43 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 573.1492 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2365 , cls_43 , 0.5400 , 540.0000 , 35.5020 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 618.4658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2367 , cls_43 , 1.3500 , 1080.0000 , 75.3531 , 800.0000 , 2.2500 , 1.1773 , 0.8354 , 0.3667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 283.0194 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2404 , cls_43 , 0.9000 , 660.0000 , 42.4849 , 733.3333 , 1.5714 , 1.1216 , 0.6021 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 603.7384 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2406 , cls_43 , 0.7200 , 480.0000 , 37.7419 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 351.1410 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2418 , cls_43 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2431 , cls_43 , 0.7200 , 780.0000 , 50.0170 , 1083.3333 , 2.1667 , 1.1874 , 0.7247 , 0.2083 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 453.9824 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2479 , cls_43 , 0.6300 , 420.0000 , 32.0129 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 256.3201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2521 , cls_43 , 1.6200 , 600.0000 , 51.3014 , 370.3704 , 1.1111 , 1.0339 , 0.4907 , 0.6667 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 697.7822 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2535 , cls_43 , 0.4500 , 480.0000 , 36.7251 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2538 , cls_43 , 0.9000 , 600.0000 , 41.6530 , 666.6667 , 1.4286 , 1.1006 , 0.5609 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 483.7355 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2546 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 948.6833 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2561 , cls_43 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 283.0194 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2568 , cls_43 , 0.5400 , 540.0000 , 43.2437 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2630 , cls_43 , 0.9000 , 600.0000 , 43.0010 , 666.6667 , 1.4286 , 1.1006 , 0.5609 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2637 , cls_43 , 0.9900 , 900.0000 , 71.0164 , 909.0909 , 2.1429 , 1.1774 , 0.8107 , 0.2879 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2638 , cls_43 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 349.8571 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2644 , cls_43 , 2.1600 , 1500.0000 , 104.1954 , 694.4444 , 2.5000 , 1.1877 , 0.8509 , 0.4653 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2685 , cls_43 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2697 , cls_43 , 0.7200 , 480.0000 , 37.7419 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2707 , cls_43 , 0.4500 , 420.0000 , 31.3192 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 531.6014 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2727 , cls_43 , 0.5400 , 600.0000 , 39.2951 , 1111.1111 , 2.0000 , 1.1661 , 0.6180 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 536.6563 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2732 , cls_43 , 0.4500 , 480.0000 , 34.4419 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2753 , cls_43 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2804 , cls_43 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2806 , cls_43 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2839 , cls_43 , 1.3500 , 720.0000 , 51.1934 , 533.3333 , 1.5000 , 1.0921 , 0.6327 , 0.5556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2859 , cls_43 , 0.6300 , 480.0000 , 37.8361 , 761.9048 , 1.3333 , 1.0945 , 0.6572 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 577.0615 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2877 , cls_43 , 0.9000 , 720.0000 , 45.8765 , 800.0000 , 1.7143 , 1.1407 , 0.6817 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 469.5743 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2886 , cls_43 , 0.5400 , 540.0000 , 45.5670 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2908 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2921 , cls_43 , 0.8100 , 420.0000 , 34.7671 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 577.0615 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2929 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2940 , cls_43 , 0.8100 , 480.0000 , 39.7536 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2945 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2957 , cls_43 , 0.5400 , 540.0000 , 46.1179 , 1000.0000 , 1.8000 , 1.1415 , 0.7613 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2988 , cls_43 , 0.9000 , 780.0000 , 45.0873 , 866.6667 , 1.8571 , 1.1583 , 0.6255 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3001 , cls_43 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3027 , cls_43 , 0.7200 , 600.0000 , 49.7824 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3032 , cls_43 , 0.8100 , 660.0000 , 52.4523 , 814.8148 , 1.8333 , 1.1347 , 0.8121 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 391.1521 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3038 , cls_43 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3045 , cls_43 , 0.8100 , 480.0000 , 39.0751 , 592.5926 , 1.3333 , 1.0639 , 0.5593 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 366.1967 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3046 , cls_43 , 0.6300 , 600.0000 , 45.4326 , 952.3810 , 1.6667 , 1.1455 , 0.8019 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3052 , cls_43 , 0.8100 , 660.0000 , 55.2636 , 814.8148 , 1.8333 , 1.1347 , 0.7453 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3057 , cls_43 , 0.7200 , 540.0000 , 42.3868 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3065 , cls_43 , 0.4500 , 480.0000 , 34.9123 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 780.5767 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3075 , cls_43 , 0.9900 , 660.0000 , 46.1038 , 666.6667 , 1.5714 , 1.1100 , 0.5623 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3077 , cls_43 , 0.5400 , 480.0000 , 33.2625 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3090 , cls_43 , 0.5400 , 420.0000 , 36.1803 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 468.6150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3172 , cls_43 , 1.0800 , 660.0000 , 49.2084 , 611.1111 , 1.5714 , 1.0996 , 0.7495 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3189 , cls_43 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3196 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3203 , cls_43 , 0.4500 , 540.0000 , 41.4637 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3212 , cls_43 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 480.9366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3245 , cls_43 , 0.6300 , 540.0000 , 41.4863 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 331.3608 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3294 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 366.1967 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3295 , cls_43 , 1.9800 , 1620.0000 , 120.1019 , 818.1818 , 2.7000 , 1.2137 , 0.8923 , 0.3561 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 426.3801 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3304 , cls_43 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3310 , cls_43 , 0.6300 , 540.0000 , 44.0493 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 420.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3340 , cls_43 , 0.4500 , 480.0000 , 38.4853 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 420.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3374 , cls_43 , 0.6300 , 480.0000 , 38.0309 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 465.7252 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3381 , cls_43 , 0.4500 , 480.0000 , 34.9123 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 421.0701 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3390 , cls_43 , 0.5400 , 540.0000 , 36.6787 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3394 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3422 , cls_43 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 421.0701 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3458 , cls_43 , 0.9900 , 840.0000 , 58.5858 , 848.4848 , 2.0000 , 1.1624 , 0.7307 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3486 , cls_43 , 0.9000 , 540.0000 , 40.4133 , 600.0000 , 1.2857 , 1.0775 , 0.5609 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3488 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3492 , cls_43 , 1.5300 , 1020.0000 , 68.8244 , 666.6667 , 1.8889 , 1.1502 , 0.6268 , 0.4608 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3524 , cls_43 , 0.4500 , 540.0000 , 45.2808 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3562 , cls_43 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3578 , cls_43 , 0.5400 , 480.0000 , 37.0783 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 725.6032 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3582 , cls_43 , 0.5400 , 480.0000 , 39.6040 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3625 , cls_43 , 1.0800 , 780.0000 , 54.5538 , 722.2222 , 1.8571 , 1.1355 , 0.7117 , 0.4444 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 550.7268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3675 , cls_43 , 1.1700 , 840.0000 , 60.7654 , 717.9487 , 1.7500 , 1.1416 , 0.7566 , 0.4103 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3676 , cls_43 , 0.4500 , 480.0000 , 33.6384 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3677 , cls_43 , 0.9000 , 720.0000 , 49.1256 , 800.0000 , 1.7143 , 1.1407 , 0.7170 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3690 , cls_43 , 0.6300 , 480.0000 , 39.2020 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 256.3201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3696 , cls_43 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3720 , cls_43 , 0.9000 , 480.0000 , 39.2093 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 488.3646 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3767 , cls_43 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3827 , cls_43 , 0.9000 , 840.0000 , 58.9026 , 933.3333 , 2.0000 , 1.1745 , 0.7913 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3849 , cls_43 , 0.7200 , 480.0000 , 38.5111 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3860 , cls_43 , 1.3500 , 1260.0000 , 114.7869 , 933.3333 , 2.6250 , 1.2097 , 0.9136 , 0.3000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3863 , cls_43 , 1.2600 , 960.0000 , 58.9336 , 761.9048 , 2.0000 , 1.1610 , 0.6572 , 0.4048 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3898 , cls_43 , 1.9800 , 1080.0000 , 65.1606 , 545.4545 , 1.8000 , 1.1317 , 0.6215 , 0.5606 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3913 , cls_43 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 488.3646 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3919 , cls_43 , 0.6300 , 480.0000 , 38.6744 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 617.7378 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3927 , cls_43 , 0.8100 , 660.0000 , 54.5126 , 814.8148 , 1.8333 , 1.1347 , 0.7205 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3933 , cls_43 , 0.7200 , 660.0000 , 42.1246 , 916.6667 , 1.8333 , 1.1497 , 0.7004 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3957 , cls_43 , 0.5400 , 600.0000 , 41.3041 , 1111.1111 , 2.0000 , 1.1661 , 0.7366 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 296.9848 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3979 , cls_43 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 550.7268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4003 , cls_43 , 1.6200 , 1080.0000 , 67.7225 , 666.6667 , 2.0000 , 1.1552 , 0.6243 , 0.4630 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4034 , cls_43 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4042 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4062 , cls_43 , 0.8100 , 960.0000 , 51.2118 , 1185.1852 , 2.6667 , 1.2180 , 0.6630 , 0.2222 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 296.9848 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4064 , cls_43 , 2.4300 , 1680.0000 , 85.6618 , 691.3580 , 2.5455 , 1.1963 , 0.8090 , 0.4630 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4079 , cls_43 , 0.9900 , 900.0000 , 66.4136 , 909.0909 , 2.1429 , 1.1774 , 0.7357 , 0.3182 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4082 , cls_43 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4092 , cls_43 , 0.6300 , 540.0000 , 40.8275 , 857.1429 , 1.5000 , 1.1214 , 0.6572 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4122 , cls_43 , 0.7200 , 660.0000 , 40.3591 , 916.6667 , 1.8333 , 1.1497 , 0.5926 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4144 , cls_43 , 0.9900 , 840.0000 , 58.5889 , 848.4848 , 2.0000 , 1.1624 , 0.7704 , 0.3182 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4148 , cls_43 , 1.0800 , 840.0000 , 71.5181 , 777.7778 , 2.0000 , 1.1515 , 0.8425 , 0.3750 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 873.6132 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4186 , cls_43 , 1.1700 , 720.0000 , 50.7417 , 615.3846 , 1.5000 , 1.1087 , 0.6689 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4188 , cls_43 , 0.6300 , 600.0000 , 46.6558 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 429.5346 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4247 , cls_43 , 0.8100 , 480.0000 , 41.0340 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4271 , cls_43 , 0.7200 , 660.0000 , 39.9862 , 916.6667 , 1.8333 , 1.1497 , 0.6488 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4296 , cls_43 , 0.9000 , 660.0000 , 48.1253 , 733.3333 , 1.5714 , 1.1216 , 0.6817 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4306 , cls_43 , 0.9900 , 660.0000 , 47.9703 , 666.6667 , 1.5714 , 1.1100 , 0.6584 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 416.7733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4346 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4348 , cls_43 , 0.6300 , 600.0000 , 45.7815 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4366 , cls_43 , 0.9000 , 840.0000 , 48.6722 , 933.3333 , 2.0000 , 1.1745 , 0.7453 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4370 , cls_43 , 0.6300 , 480.0000 , 35.3331 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4385 , cls_43 , 0.8100 , 660.0000 , 41.3273 , 814.8148 , 1.8333 , 1.1347 , 0.6048 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4396 , cls_43 , 1.1700 , 840.0000 , 49.7482 , 717.9487 , 1.7500 , 1.1416 , 0.6322 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4401 , cls_43 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4427 , cls_43 , 0.6300 , 600.0000 , 46.4074 , 952.3810 , 1.6667 , 1.1455 , 0.7826 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4439 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4441 , cls_43 , 1.0800 , 840.0000 , 57.1469 , 777.7778 , 2.0000 , 1.1515 , 0.6605 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4460 , cls_43 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4470 , cls_43 , 0.6300 , 480.0000 , 40.6416 , 761.9048 , 1.3333 , 1.0945 , 0.6572 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4540 , cls_43 , 1.9800 , 1560.0000 , 85.9709 , 787.8788 , 2.6000 , 1.2061 , 0.7812 , 0.4167 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4586 , cls_43 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4623 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 576.2812 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4625 , cls_43 , 5.4900 , 3540.0000 , 137.1803 , 644.8087 , 3.6875 , 1.2435 , 0.7895 , 0.4973 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4663 , cls_43 , 0.6300 , 420.0000 , 31.6352 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4677 , cls_43 , 0.7200 , 480.0000 , 36.9260 , 666.6667 , 1.3333 , 1.0780 , 0.6082 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4695 , cls_43 , 2.4300 , 1800.0000 , 95.2555 , 740.7407 , 2.7273 , 1.2100 , 0.7677 , 0.4321 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4731 , cls_43 , 0.4500 , 480.0000 , 32.2893 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 603.7384 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4744 , cls_43 , 0.7200 , 480.0000 , 39.9808 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4758 , cls_43 , 1.0800 , 660.0000 , 43.5531 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4759 , cls_43 , 0.7200 , 420.0000 , 33.2471 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4760 , cls_43 , 0.6300 , 540.0000 , 45.9902 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4788 , cls_43 , 0.4500 , 540.0000 , 35.4868 , 1200.0000 , 1.8000 , 1.1663 , 0.6817 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4793 , cls_43 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4794 , cls_43 , 0.6300 , 600.0000 , 38.9314 , 952.3810 , 1.6667 , 1.1455 , 0.5544 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4806 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4846 , cls_43 , 1.5300 , 720.0000 , 49.1291 , 470.5882 , 1.3333 , 1.0779 , 0.5671 , 0.6275 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4865 , cls_43 , 0.5400 , 480.0000 , 32.3607 , 888.8889 , 1.6000 , 1.1141 , 0.4123 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 1129.2918 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4868 , cls_43 , 0.5400 , 420.0000 , 30.7844 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 531.6014 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4882 , cls_43 , 2.0700 , 1440.0000 , 71.7387 , 695.6522 , 2.4000 , 1.1846 , 0.7071 , 0.4855 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4885 , cls_43 , 0.9000 , 720.0000 , 53.8252 , 800.0000 , 1.7143 , 1.1407 , 0.7913 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4905 , cls_43 , 0.7200 , 660.0000 , 49.8974 , 916.6667 , 1.8333 , 1.1497 , 0.7736 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 611.8823 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4941 , cls_43 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4946 , cls_43 , 1.3500 , 780.0000 , 55.2780 , 577.7778 , 1.6250 , 1.1089 , 0.7062 , 0.5333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4958 , cls_43 , 0.7200 , 600.0000 , 39.9212 , 833.3333 , 1.6667 , 1.1283 , 0.5926 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4962 , cls_43 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4970 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4978 , cls_43 , 0.4500 , 420.0000 , 35.2060 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4979 , cls_43 , 1.7100 , 1440.0000 , 82.0793 , 842.1053 , 2.6667 , 1.2078 , 0.7718 , 0.3684 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4980 , cls_43 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4981 , cls_43 , 1.0800 , 1020.0000 , 68.2084 , 944.4444 , 2.4286 , 1.1933 , 0.7753 , 0.3194 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4994 , cls_43 , 2.8800 , 1500.0000 , 78.9049 , 520.8333 , 2.0833 , 1.1544 , 0.6394 , 0.5990 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5017 , cls_43 , 0.8100 , 600.0000 , 49.0185 , 740.7407 , 1.6667 , 1.1135 , 0.7796 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5024 , cls_43 , 1.0800 , 900.0000 , 65.2535 , 833.3333 , 2.1429 , 1.1663 , 0.7753 , 0.3611 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5031 , cls_43 , 0.7200 , 600.0000 , 43.1346 , 833.3333 , 1.6667 , 1.1283 , 0.6817 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5054 , cls_43 , 1.7100 , 1020.0000 , 62.7255 , 596.4912 , 1.8889 , 1.1370 , 0.6442 , 0.5263 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5100 , cls_43 , 0.7200 , 600.0000 , 45.1958 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5108 , cls_43 , 0.9900 , 720.0000 , 46.9068 , 727.2727 , 1.7143 , 1.1289 , 0.6498 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5112 , cls_43 , 0.6300 , 720.0000 , 57.8896 , 1142.8571 , 2.0000 , 1.1872 , 0.8286 , 0.1905 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5144 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1064.0489 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5150 , cls_43 , 0.9900 , 660.0000 , 45.3788 , 666.6667 , 1.5714 , 1.1100 , 0.5623 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5161 , cls_43 , 0.8100 , 480.0000 , 36.2005 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 339.4113 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5162 , cls_43 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5196 , cls_43 , 0.4500 , 540.0000 , 39.2900 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5246 , cls_43 , 0.7200 , 480.0000 , 40.9288 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5262 , cls_43 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5265 , cls_43 , 0.6300 , 600.0000 , 44.4967 , 952.3810 , 1.6667 , 1.1455 , 0.7215 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5312 , cls_43 , 0.7200 , 480.0000 , 43.0580 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5331 , cls_43 , 0.6300 , 480.0000 , 36.6879 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5347 , cls_43 , 2.6100 , 1860.0000 , 94.4726 , 712.6437 , 2.8182 , 1.2079 , 0.7046 , 0.4310 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 632.8507 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5370 , cls_43 , 1.1700 , 960.0000 , 57.3497 , 820.5128 , 2.0000 , 1.1702 , 0.5963 , 0.3590 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5404 , cls_43 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 778.2673 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5450 , cls_43 , 0.9000 , 600.0000 , 42.4730 , 666.6667 , 1.4286 , 1.1006 , 0.5609 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 632.8507 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5491 , cls_43 , 0.6300 , 600.0000 , 46.9503 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 721.2489 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5493 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 674.1662 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5496 , cls_43 , 0.6300 , 600.0000 , 46.4274 , 952.3810 , 1.6667 , 1.1455 , 0.7826 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5502 , cls_43 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 752.3962 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5532 , cls_43 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 268.3282 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5577 , cls_43 , 0.4500 , 540.0000 , 40.1853 , 1200.0000 , 1.8000 , 1.1663 , 0.6817 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 774.2093 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5588 , cls_43 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5598 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 436.8066 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5709 , cls_43 , 0.5400 , 540.0000 , 46.3821 , 1000.0000 , 1.8000 , 1.1415 , 0.7935 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 436.8066 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5771 , cls_43 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 657.9514 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5794 , cls_43 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 840.5355 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5798 , cls_43 , 0.8100 , 780.0000 , 52.4124 , 962.9630 , 2.1667 , 1.1718 , 0.8024 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 318.9044 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5986 , cls_43 , 1.2600 , 960.0000 , 52.3602 , 761.9048 , 2.0000 , 1.1610 , 0.6435 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 408.0441 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6052 , cls_43 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6053 , cls_43 , 0.6300 , 600.0000 , 43.2374 , 952.3810 , 1.6667 , 1.1455 , 0.7215 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6073 , cls_43 , 1.9800 , 1320.0000 , 82.4187 , 666.6667 , 2.2000 , 1.1723 , 0.7430 , 0.4773 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6086 , cls_43 , 1.0800 , 600.0000 , 41.7862 , 555.5556 , 1.4286 , 1.0790 , 0.5506 , 0.5556 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6130 , cls_43 , 1.1700 , 780.0000 , 48.6763 , 666.6667 , 1.6250 , 1.1258 , 0.6322 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6144 , cls_43 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6157 , cls_43 , 0.8100 , 600.0000 , 45.0083 , 740.7407 , 1.6667 , 1.1135 , 0.7453 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 818.8406 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6163 , cls_43 , 0.5400 , 600.0000 , 37.0783 , 1111.1111 , 2.0000 , 1.1661 , 0.6180 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 339.4113 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6165 , cls_43 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6177 , cls_43 , 0.7200 , 780.0000 , 48.3303 , 1083.3333 , 2.1667 , 1.1874 , 0.7247 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6179 , cls_43 , 0.9000 , 780.0000 , 45.0136 , 866.6667 , 1.8571 , 1.1583 , 0.6894 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6181 , cls_43 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 657.9514 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6224 , cls_43 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6246 , cls_43 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6248 , cls_43 , 1.8900 , 900.0000 , 65.9842 , 476.1905 , 1.5000 , 1.1001 , 0.6739 , 0.6111 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6253 , cls_43 , 0.5400 , 540.0000 , 40.2334 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6271 , cls_43 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6274 , cls_43 , 0.6300 , 540.0000 , 45.0693 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 339.4113 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6288 , cls_43 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6306 , cls_43 , 1.0800 , 720.0000 , 48.5874 , 666.6667 , 1.7143 , 1.1183 , 0.6944 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6313 , cls_43 , 0.7200 , 540.0000 , 45.7978 , 750.0000 , 1.5000 , 1.1046 , 0.7453 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6321 , cls_43 , 1.2600 , 900.0000 , 58.2300 , 714.2857 , 1.8750 , 1.1473 , 0.6927 , 0.4286 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6325 , cls_43 , 2.0700 , 1020.0000 , 73.7698 , 492.7536 , 1.7000 , 1.1152 , 0.6981 , 0.6014 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6339 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 825.4090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6376 , cls_43 , 0.9900 , 720.0000 , 48.9457 , 727.2727 , 1.7143 , 1.1289 , 0.6498 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6385 , cls_43 , 5.4000 , 2880.0000 , 157.4150 , 533.3333 , 3.0000 , 1.2076 , 0.8031 , 0.5667 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6386 , cls_43 , 0.8100 , 660.0000 , 51.8004 , 814.8148 , 1.8333 , 1.1347 , 0.7205 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6390 , cls_43 , 1.4400 , 1020.0000 , 63.1943 , 708.3333 , 2.1250 , 1.1574 , 0.7603 , 0.4375 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6414 , cls_43 , 0.7200 , 540.0000 , 38.9051 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6416 , cls_43 , 0.7200 , 540.0000 , 41.5463 , 750.0000 , 1.5000 , 1.1046 , 0.6817 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6427 , cls_43 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 450.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6428 , cls_43 , 0.6300 , 480.0000 , 36.6879 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6435 , cls_43 , 0.6300 , 540.0000 , 49.2219 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6451 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6459 , cls_43 , 0.7200 , 480.0000 , 39.1789 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 474.3416 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6462 , cls_43 , 1.1700 , 780.0000 , 68.1022 , 666.6667 , 1.6250 , 1.1258 , 0.7763 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6501 , cls_43 , 0.4500 , 480.0000 , 34.9123 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6502 , cls_43 , 0.4500 , 480.0000 , 34.9642 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6510 , cls_43 , 0.8100 , 660.0000 , 57.6376 , 814.8148 , 1.8333 , 1.1347 , 0.7796 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6530 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6536 , cls_43 , 2.4300 , 1560.0000 , 95.0448 , 641.9753 , 2.3636 , 1.1816 , 0.7966 , 0.4877 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6537 , cls_43 , 0.6300 , 540.0000 , 42.4126 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6545 , cls_43 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6563 , cls_43 , 0.6300 , 480.0000 , 34.7715 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6582 , cls_43 , 0.8100 , 840.0000 , 60.1247 , 1037.0370 , 2.3333 , 1.1883 , 0.8237 , 0.2222 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6583 , cls_43 , 0.4500 , 600.0000 , 45.5013 , 1333.3333 , 2.0000 , 1.1913 , 0.7551 , 0.1333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6639 , cls_43 , 0.4500 , 540.0000 , 37.0110 , 1200.0000 , 1.8000 , 1.1663 , 0.6255 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 429.5346 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6647 , cls_43 , 0.5400 , 600.0000 , 42.6942 , 1111.1111 , 2.0000 , 1.1661 , 0.7613 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6649 , cls_43 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6666 , cls_43 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6678 , cls_43 , 2.5200 , 1500.0000 , 79.9728 , 595.2381 , 2.2727 , 1.1696 , 0.6845 , 0.5119 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6680 , cls_43 , 0.5400 , 480.0000 , 35.7844 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6681 , cls_43 , 0.6300 , 600.0000 , 43.5436 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6686 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 488.3646 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6703 , cls_43 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 660.6815 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6709 , cls_43 , 1.0800 , 660.0000 , 46.6795 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6745 , cls_43 , 0.9900 , 840.0000 , 76.7773 , 848.4848 , 2.0000 , 1.1624 , 0.8556 , 0.3333 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6773 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 474.3416 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6795 , cls_43 , 0.8100 , 540.0000 , 41.4799 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6800 , cls_43 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6820 , cls_43 , 0.4500 , 480.0000 , 38.8328 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6827 , cls_43 , 0.6300 , 600.0000 , 53.2139 , 952.3810 , 1.6667 , 1.1455 , 0.7826 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 432.6662 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6836 , cls_43 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 408.0441 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6857 , cls_43 , 2.2500 , 840.0000 , 61.4734 , 373.3333 , 1.4000 , 1.0672 , 0.4782 , 0.6867 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6867 , cls_43 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6895 , cls_43 , 0.9000 , 960.0000 , 61.6037 , 1066.6667 , 2.2857 , 1.2039 , 0.8041 , 0.2333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6939 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 536.6563 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6968 , cls_43 , 1.8900 , 900.0000 , 62.7372 , 476.1905 , 1.5000 , 1.1001 , 0.5617 , 0.6032 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6980 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6987 , cls_43 , 0.4500 , 540.0000 , 45.2808 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6996 , cls_43 , 0.6300 , 480.0000 , 35.3271 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 270.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7019 , cls_43 , 1.8000 , 1320.0000 , 86.2522 , 733.3333 , 2.4444 , 1.1837 , 0.8336 , 0.4333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 351.1410 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7020 , cls_43 , 1.8900 , 1260.0000 , 71.7071 , 666.6667 , 2.1000 , 1.1684 , 0.7272 , 0.4603 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7118 , cls_43 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7135 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7159 , cls_43 , 0.5400 , 420.0000 , 36.6787 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7243 , cls_43 , 0.4500 , 480.0000 , 36.4884 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7264 , cls_43 , 0.6300 , 600.0000 , 48.6138 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 270.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7279 , cls_43 , 0.7200 , 600.0000 , 47.9333 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7311 , cls_43 , 0.4500 , 480.0000 , 38.4853 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7312 , cls_43 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7348 , cls_43 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 453.9824 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7350 , cls_43 , 0.6300 , 600.0000 , 44.8064 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 597.7458 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7357 , cls_43 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7360 , cls_43 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7372 , cls_43 , 0.6300 , 600.0000 , 40.5895 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7406 , cls_43 , 0.9000 , 1080.0000 , 61.2272 , 1200.0000 , 2.5714 , 1.2297 , 0.7598 , 0.2167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7413 , cls_43 , 0.5400 , 480.0000 , 41.3948 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 699.7142 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7436 , cls_43 , 0.5400 , 420.0000 , 39.3630 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7448 , cls_43 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7458 , cls_43 , 1.2600 , 600.0000 , 45.6584 , 476.1905 , 1.2500 , 1.0614 , 0.4757 , 0.5952 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7508 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 597.7458 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7523 , cls_43 , 0.9900 , 780.0000 , 50.6618 , 787.8788 , 1.8571 , 1.1463 , 0.6498 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 1204.8651 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7529 , cls_43 , 0.7200 , 600.0000 , 51.3591 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 465.7252 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7534 , cls_43 , 3.6000 , 2040.0000 , 98.2209 , 566.6667 , 2.6154 , 1.1885 , 0.6856 , 0.5292 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7536 , cls_43 , 0.7200 , 840.0000 , 49.5141 , 1166.6667 , 2.3333 , 1.2041 , 0.7004 , 0.2083 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7544 , cls_43 , 0.5400 , 600.0000 , 50.2074 , 1111.1111 , 2.0000 , 1.1661 , 0.8090 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 330.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7624 , cls_43 , 0.9900 , 840.0000 , 58.0348 , 848.4848 , 2.0000 , 1.1624 , 0.6888 , 0.3333 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7635 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 254.5584 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7640 , cls_43 , 0.6300 , 660.0000 , 43.7605 , 1047.6190 , 1.8333 , 1.1673 , 0.6927 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 947.2592 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7649 , cls_43 , 0.9000 , 660.0000 , 44.5742 , 733.3333 , 1.5714 , 1.1216 , 0.6255 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 577.0615 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7652 , cls_43 , 0.6300 , 660.0000 , 39.6128 , 1047.6190 , 1.8333 , 1.1673 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7653 , cls_43 , 2.3400 , 1560.0000 , 95.5518 , 666.6667 , 2.3636 , 1.1861 , 0.8086 , 0.4679 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7674 , cls_43 , 0.4500 , 480.0000 , 34.6834 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7685 , cls_43 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 453.9824 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7748 , cls_43 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 570.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7760 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7764 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 27 , cls_52 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 29 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 47 , cls_52 , 0.5400 , 600.0000 , 56.0086 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 58 , cls_52 , 1.8000 , 900.0000 , 75.6073 , 500.0000 , 1.6667 , 1.1055 , 0.8244 , 0.5500 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 305.9412 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 82 , cls_52 , 6.4800 , 2460.0000 , 160.3585 , 379.6296 , 2.4118 , 1.1592 , 0.7643 , 0.6852 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 93 , cls_52 , 0.9000 , 540.0000 , 43.6464 , 600.0000 , 1.2857 , 1.0775 , 0.6894 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 94 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 127 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 129 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 140 , cls_52 , 4.5000 , 1980.0000 , 148.7299 , 440.0000 , 2.2000 , 1.1582 , 0.8447 , 0.6267 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 189 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 191 , cls_52 , 1.2600 , 780.0000 , 52.2048 , 619.0476 , 1.6250 , 1.1170 , 0.6572 , 0.5119 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 193 , cls_52 , 0.8100 , 660.0000 , 56.6990 , 814.8148 , 1.8333 , 1.1347 , 0.8237 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 371.0795 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 195 , cls_52 , 2.7900 , 1560.0000 , 109.6601 , 559.1398 , 2.1667 , 1.1657 , 0.8046 , 0.5376 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 1100.2272 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 218 , cls_52 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 233 , cls_52 , 4.0500 , 2100.0000 , 111.2308 , 518.5185 , 2.5000 , 1.1808 , 0.7796 , 0.5815 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 249 , cls_52 , 2.7900 , 1620.0000 , 100.3082 , 580.6452 , 2.2500 , 1.1730 , 0.7486 , 0.5376 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 266 , cls_52 , 2.6100 , 1620.0000 , 87.4788 , 620.6897 , 2.4545 , 1.1807 , 0.7305 , 0.4885 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 268 , cls_52 , 0.7200 , 480.0000 , 39.0707 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 305.9412 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 271 , cls_52 , 1.2600 , 960.0000 , 77.8598 , 761.9048 , 2.0000 , 1.1610 , 0.8463 , 0.3929 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 302 , cls_52 , 2.0700 , 900.0000 , 63.4804 , 434.7826 , 1.5000 , 1.0900 , 0.6339 , 0.6449 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 353 , cls_52 , 1.4400 , 900.0000 , 63.3462 , 625.0000 , 1.8750 , 1.1313 , 0.7453 , 0.4688 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 363 , cls_52 , 0.7200 , 540.0000 , 42.1325 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 366 , cls_52 , 1.1700 , 660.0000 , 56.3332 , 564.1026 , 1.3750 , 1.0902 , 0.7453 , 0.5128 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 382 , cls_52 , 1.5300 , 1140.0000 , 59.7635 , 745.0980 , 2.1111 , 1.1733 , 0.5916 , 0.4412 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 383 , cls_52 , 6.6600 , 2040.0000 , 114.1263 , 306.3063 , 1.8889 , 1.1227 , 0.6090 , 0.7432 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 391 , cls_52 , 8.7300 , 3300.0000 , 155.0171 , 378.0069 , 2.7500 , 1.1805 , 0.7148 , 0.6993 , 8.7300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 396 , cls_52 , 1.8000 , 900.0000 , 63.5085 , 500.0000 , 1.6667 , 1.1055 , 0.7139 , 0.5917 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 403 , cls_52 , 1.2600 , 1080.0000 , 61.1978 , 857.1429 , 2.2500 , 1.1859 , 0.6927 , 0.3571 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 364.9658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 404 , cls_52 , 2.7900 , 780.0000 , 65.2412 , 279.5699 , 1.0833 , 1.0302 , 0.3927 , 0.7527 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 433 , cls_52 , 1.3500 , 900.0000 , 71.1625 , 666.6667 , 1.8750 , 1.1390 , 0.8031 , 0.4556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 442 , cls_52 , 0.8100 , 480.0000 , 37.6685 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 662.7217 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 455 , cls_52 , 0.5400 , 540.0000 , 39.4317 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 456 , cls_52 , 3.7800 , 1440.0000 , 82.8855 , 380.9524 , 1.8462 , 1.1169 , 0.6739 , 0.6944 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 495 , cls_52 , 3.9600 , 1920.0000 , 132.0680 , 484.8485 , 2.2857 , 1.1663 , 0.8249 , 0.6023 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 515 , cls_52 , 0.5400 , 600.0000 , 52.4985 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 551 , cls_52 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 562 , cls_52 , 1.8000 , 1080.0000 , 68.9645 , 600.0000 , 2.0000 , 1.1428 , 0.6082 , 0.5167 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 614 , cls_52 , 0.4500 , 480.0000 , 34.4419 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 631 , cls_52 , 4.5900 , 1140.0000 , 83.3130 , 248.3660 , 1.2667 , 1.0532 , 0.5005 , 0.7908 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 650 , cls_52 , 1.8900 , 840.0000 , 61.0267 , 444.4444 , 1.4000 , 1.0860 , 0.5617 , 0.6190 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 678 , cls_52 , 0.7200 , 660.0000 , 56.4454 , 916.6667 , 1.8333 , 1.1497 , 0.8330 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 706 , cls_52 , 1.8000 , 1560.0000 , 74.3955 , 866.6667 , 2.8889 , 1.2178 , 0.7453 , 0.3750 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 712 , cls_52 , 4.3200 , 1980.0000 , 167.4478 , 458.3333 , 2.3571 , 1.1626 , 0.8955 , 0.5938 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 720 , cls_52 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 417.8516 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 749 , cls_52 , 0.6300 , 480.0000 , 35.8654 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 751 , cls_52 , 4.1400 , 1080.0000 , 84.7702 , 260.8696 , 1.2857 , 1.0532 , 0.5314 , 0.7754 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 765 , cls_52 , 0.5400 , 420.0000 , 32.0711 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 551.5433 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 774 , cls_52 , 1.0800 , 900.0000 , 77.4294 , 833.3333 , 2.1429 , 1.1663 , 0.8648 , 0.3611 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 788 , cls_52 , 7.5600 , 2880.0000 , 141.5460 , 380.9524 , 2.5263 , 1.1714 , 0.6788 , 0.6925 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 305.9412 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 807 , cls_52 , 2.5200 , 1500.0000 , 103.0199 , 595.2381 , 2.2727 , 1.1696 , 0.8162 , 0.5238 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 812 , cls_52 , 2.7900 , 1920.0000 , 110.2786 , 688.1720 , 2.6667 , 1.2062 , 0.7996 , 0.4624 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 828 , cls_52 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 844 , cls_52 , 1.8000 , 1260.0000 , 70.8838 , 700.0000 , 2.3333 , 1.1742 , 0.7004 , 0.4833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 847 , cls_52 , 1.4400 , 900.0000 , 56.3853 , 625.0000 , 1.8750 , 1.1313 , 0.6082 , 0.4896 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 595.4830 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 875 , cls_52 , 1.9800 , 900.0000 , 83.3799 , 454.5455 , 1.5000 , 1.0949 , 0.7845 , 0.5985 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 877 , cls_52 , 2.7000 , 1440.0000 , 96.7840 , 533.3333 , 2.1818 , 1.1537 , 0.8109 , 0.5722 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 881 , cls_52 , 2.5200 , 1380.0000 , 77.8111 , 547.6190 , 2.0909 , 1.1532 , 0.6325 , 0.5595 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 882 , cls_52 , 0.5400 , 480.0000 , 34.1421 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 883 , cls_52 , 1.1700 , 960.0000 , 72.2802 , 820.5128 , 2.0000 , 1.1702 , 0.8053 , 0.3718 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 899 , cls_52 , 10.5300 , 2700.0000 , 138.9413 , 256.4103 , 2.0455 , 1.1267 , 0.6486 , 0.7892 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 913 , cls_52 , 4.0500 , 3000.0000 , 123.3655 , 740.7407 , 3.5714 , 1.2480 , 0.7838 , 0.4370 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 916 , cls_52 , 22.4100 , 4080.0000 , 199.1568 , 182.0616 , 2.1250 , 1.1246 , 0.5627 , 0.8487 , 22.4100 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 925 , cls_52 , 1.0800 , 720.0000 , 49.7106 , 666.6667 , 1.7143 , 1.1183 , 0.6273 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 540.8327 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 940 , cls_52 , 20.5200 , 6960.0000 , 223.4580 , 339.1813 , 3.7419 , 1.2200 , 0.7261 , 0.7266 , 20.5200 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 963 , cls_52 , 1.1700 , 540.0000 , 44.4060 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 318.9044 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 965 , cls_52 , 3.5100 , 1860.0000 , 101.0704 , 529.9145 , 2.3846 , 1.1737 , 0.7062 , 0.5812 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 971 , cls_52 , 0.8100 , 840.0000 , 67.7921 , 1037.0370 , 2.3333 , 1.1883 , 0.8315 , 0.2222 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 987 , cls_52 , 1.0800 , 540.0000 , 44.2242 , 500.0000 , 1.2857 , 1.0563 , 0.6273 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 996 , cls_52 , 9.7200 , 3900.0000 , 144.0248 , 401.2346 , 3.0952 , 1.1986 , 0.5258 , 0.6929 , 9.7200 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 998 , cls_52 , 23.8500 , 8340.0000 , 252.2016 , 349.6855 , 4.2121 , 1.2344 , 0.6153 , 0.7201 , 23.8500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1068 , cls_52 , 2.1600 , 1620.0000 , 79.4007 , 750.0000 , 2.7000 , 1.2031 , 0.6850 , 0.3889 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1092 , cls_52 , 2.6100 , 1260.0000 , 78.4334 , 482.7586 , 1.9091 , 1.1313 , 0.7160 , 0.6264 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1113 , cls_52 , 3.3300 , 1200.0000 , 85.9535 , 360.3604 , 1.5385 , 1.0955 , 0.6999 , 0.6982 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 254.5584 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1115 , cls_52 , 1.2600 , 900.0000 , 53.0634 , 714.2857 , 1.8750 , 1.1473 , 0.6572 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1128 , cls_52 , 0.9000 , 900.0000 , 80.4193 , 1000.0000 , 2.1429 , 1.1897 , 0.8873 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1131 , cls_52 , 4.5900 , 1380.0000 , 96.2833 , 300.6536 , 1.5333 , 1.0888 , 0.6412 , 0.7353 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1155 , cls_52 , 2.4300 , 900.0000 , 64.1378 , 370.3704 , 1.3636 , 1.0727 , 0.4944 , 0.7037 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1161 , cls_52 , 2.0700 , 1620.0000 , 90.1997 , 782.6087 , 2.7000 , 1.2083 , 0.7862 , 0.3841 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1176 , cls_52 , 1.3500 , 960.0000 , 70.2769 , 711.1111 , 2.0000 , 1.1526 , 0.8031 , 0.4444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 458.9118 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1188 , cls_52 , 2.3400 , 1560.0000 , 88.1823 , 666.6667 , 2.3636 , 1.1861 , 0.6963 , 0.4808 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1202 , cls_52 , 5.2200 , 2400.0000 , 117.3545 , 459.7701 , 2.5000 , 1.1778 , 0.5920 , 0.6207 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1205 , cls_52 , 1.7100 , 1080.0000 , 71.6063 , 631.5789 , 2.0000 , 1.1488 , 0.7506 , 0.5175 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1211 , cls_52 , 2.2500 , 720.0000 , 60.3945 , 320.0000 , 1.2000 , 1.0364 , 0.5698 , 0.7267 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 331.3608 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1222 , cls_52 , 2.4300 , 1620.0000 , 109.9800 , 666.6667 , 2.4545 , 1.1891 , 0.8678 , 0.4938 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1227 , cls_52 , 6.0300 , 2640.0000 , 142.9010 , 437.8109 , 2.5882 , 1.1796 , 0.8030 , 0.6617 , 6.0300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1244 , cls_52 , 2.8800 , 1140.0000 , 89.4229 , 395.8333 , 1.5833 , 1.1010 , 0.7711 , 0.6563 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1254 , cls_52 , 1.5300 , 780.0000 , 51.5295 , 509.8039 , 1.4444 , 1.0945 , 0.5837 , 0.5980 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1260 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 360.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1263 , cls_52 , 2.7000 , 1800.0000 , 88.1282 , 666.6667 , 2.7273 , 1.1975 , 0.6944 , 0.4667 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 271.6616 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1271 , cls_52 , 2.9700 , 1500.0000 , 106.8024 , 505.0505 , 2.0833 , 1.1510 , 0.8141 , 0.5859 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1273 , cls_52 , 1.5300 , 780.0000 , 51.6565 , 509.8039 , 1.4444 , 1.0945 , 0.6452 , 0.5686 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1281 , cls_52 , 4.7700 , 1500.0000 , 92.4597 , 314.4654 , 1.6667 , 1.1004 , 0.6030 , 0.7327 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1284 , cls_52 , 1.6200 , 600.0000 , 49.1590 , 370.3704 , 1.1111 , 1.0339 , 0.4410 , 0.6759 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1312 , cls_52 , 10.3500 , 4440.0000 , 172.8437 , 428.9855 , 3.3636 , 1.2145 , 0.7237 , 0.6551 , 10.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1339 , cls_52 , 4.4100 , 2700.0000 , 123.3024 , 612.2449 , 3.2143 , 1.2184 , 0.7906 , 0.5442 , 4.4100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1346 , cls_52 , 4.0500 , 1680.0000 , 91.4328 , 414.8148 , 2.0000 , 1.1387 , 0.6610 , 0.6556 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1374 , cls_52 , 2.6100 , 960.0000 , 66.5721 , 367.8161 , 1.4545 , 1.0778 , 0.5384 , 0.6897 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1379 , cls_52 , 8.2800 , 1860.0000 , 113.9310 , 224.6377 , 1.5500 , 1.0848 , 0.5159 , 0.8134 , 8.2800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1386 , cls_52 , 3.1500 , 1680.0000 , 91.8019 , 533.3333 , 2.3333 , 1.1663 , 0.7379 , 0.5762 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 360.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1387 , cls_52 , 3.4200 , 2040.0000 , 122.9443 , 596.4912 , 2.6154 , 1.1943 , 0.8569 , 0.5263 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1389 , cls_52 , 0.8100 , 600.0000 , 42.2756 , 740.7407 , 1.6667 , 1.1135 , 0.6419 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1402 , cls_52 , 1.2600 , 1020.0000 , 73.9241 , 809.5238 , 2.1250 , 1.1738 , 0.7903 , 0.3571 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1408 , cls_52 , 1.7100 , 900.0000 , 65.3098 , 526.3158 , 1.6667 , 1.1114 , 0.7506 , 0.5789 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1409 , cls_52 , 10.0800 , 4320.0000 , 235.7390 , 428.5714 , 3.2727 , 1.2125 , 0.8336 , 0.6563 , 10.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1464 , cls_52 , 1.2600 , 540.0000 , 45.4303 , 428.5714 , 1.1250 , 1.0391 , 0.5652 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1467 , cls_52 , 1.4400 , 1260.0000 , 75.7649 , 875.0000 , 2.6250 , 1.2016 , 0.7736 , 0.3333 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1503 , cls_52 , 2.5200 , 1560.0000 , 96.3663 , 619.0476 , 2.3636 , 1.1774 , 0.7772 , 0.5060 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1511 , cls_52 , 9.1800 , 4260.0000 , 180.1391 , 464.0523 , 3.3810 , 1.2200 , 0.7613 , 0.6324 , 9.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1520 , cls_52 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1532 , cls_52 , 1.1700 , 600.0000 , 43.7327 , 512.8205 , 1.2500 , 1.0698 , 0.4827 , 0.5769 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1548 , cls_52 , 1.4400 , 840.0000 , 68.9859 , 583.3333 , 1.7500 , 1.1169 , 0.8041 , 0.5104 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1569 , cls_52 , 1.4400 , 960.0000 , 75.2402 , 666.6667 , 2.0000 , 1.1448 , 0.7603 , 0.4375 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1624 , cls_52 , 3.1500 , 1560.0000 , 87.4190 , 495.2381 , 2.1667 , 1.1520 , 0.7249 , 0.6143 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1641 , cls_52 , 1.2600 , 840.0000 , 63.4251 , 666.6667 , 1.7500 , 1.1327 , 0.7903 , 0.4643 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1645 , cls_52 , 2.3400 , 960.0000 , 66.4959 , 410.2564 , 1.4545 , 1.0895 , 0.6105 , 0.6667 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 690.6519 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1649 , cls_52 , 18.0900 , 4800.0000 , 237.5845 , 265.3400 , 2.7586 , 1.1714 , 0.7233 , 0.7844 , 18.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1672 , cls_52 , 5.5800 , 2880.0000 , 115.2366 , 516.1290 , 3.0000 , 1.2039 , 0.7191 , 0.6102 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1684 , cls_52 , 1.8900 , 1260.0000 , 72.0943 , 666.6667 , 2.1000 , 1.1684 , 0.7477 , 0.4603 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1710 , cls_52 , 1.0800 , 480.0000 , 41.3948 , 444.4444 , 1.1429 , 1.0310 , 0.5225 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1750 , cls_52 , 6.4800 , 2340.0000 , 123.7432 , 361.1111 , 2.2941 , 1.1502 , 0.6690 , 0.7106 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1765 , cls_52 , 0.5400 , 480.0000 , 39.5782 , 888.8889 , 1.6000 , 1.1141 , 0.7062 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1785 , cls_52 , 3.6000 , 1620.0000 , 101.8250 , 450.0000 , 2.0769 , 1.1445 , 0.6986 , 0.6375 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1790 , cls_52 , 4.0500 , 1140.0000 , 78.4652 , 281.4815 , 1.3571 , 1.0656 , 0.3634 , 0.7630 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1823 , cls_52 , 0.7200 , 600.0000 , 50.3737 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1824 , cls_52 , 4.2300 , 1860.0000 , 108.7916 , 439.7163 , 2.2143 , 1.1532 , 0.7123 , 0.6383 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1831 , cls_52 , 1.0800 , 780.0000 , 50.0344 , 722.2222 , 1.8571 , 1.1355 , 0.6180 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1850 , cls_52 , 1.3500 , 540.0000 , 44.5860 , 400.0000 , 1.1250 , 1.0316 , 0.4383 , 0.6667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1950 , cls_52 , 1.1700 , 600.0000 , 47.7047 , 512.8205 , 1.2500 , 1.0698 , 0.6322 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1972 , cls_52 , 2.1600 , 1020.0000 , 76.4287 , 472.2222 , 1.7000 , 1.1104 , 0.7649 , 0.5972 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1984 , cls_52 , 7.4700 , 1740.0000 , 117.9746 , 232.9317 , 1.5263 , 1.0828 , 0.6356 , 0.8072 , 7.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1997 , cls_52 , 2.0700 , 1320.0000 , 75.4138 , 637.6812 , 2.2000 , 1.1671 , 0.6981 , 0.4855 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2009 , cls_52 , 2.3400 , 1200.0000 , 73.4020 , 512.8205 , 1.8182 , 1.1339 , 0.6322 , 0.5833 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2025 , cls_52 , 0.8100 , 660.0000 , 50.1924 , 814.8148 , 1.8333 , 1.1347 , 0.7135 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2042 , cls_52 , 0.6300 , 480.0000 , 33.2209 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2052 , cls_52 , 1.2600 , 1020.0000 , 54.6368 , 809.5238 , 2.1250 , 1.1738 , 0.6927 , 0.3929 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2065 , cls_52 , 1.6200 , 1020.0000 , 72.3958 , 629.6296 , 1.8889 , 1.1434 , 0.7661 , 0.5000 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2080 , cls_52 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2103 , cls_52 , 31.2300 , 9960.0000 , 317.0833 , 318.9241 , 4.3684 , 1.2362 , 0.7933 , 0.7454 , 31.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2106 , cls_52 , 7.1100 , 1980.0000 , 109.0916 , 278.4810 , 1.8333 , 1.1107 , 0.5894 , 0.7722 , 7.1100 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2112 , cls_52 , 1.9800 , 1320.0000 , 82.1110 , 666.6667 , 2.2000 , 1.1723 , 0.7357 , 0.4848 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 547.4486 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2122 , cls_52 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 318.9044 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2139 , cls_52 , 5.0400 , 2940.0000 , 118.4459 , 583.3333 , 3.2667 , 1.2191 , 0.6572 , 0.5357 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2147 , cls_52 , 23.2200 , 4560.0000 , 212.7425 , 196.3824 , 2.3030 , 1.1394 , 0.5500 , 0.8404 , 23.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2154 , cls_52 , 1.0800 , 480.0000 , 41.3948 , 444.4444 , 1.1429 , 1.0310 , 0.5225 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2165 , cls_52 , 2.4300 , 840.0000 , 70.7324 , 345.6790 , 1.2727 , 1.0590 , 0.6846 , 0.6852 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2185 , cls_52 , 1.1700 , 1080.0000 , 63.9143 , 923.0769 , 2.2500 , 1.1953 , 0.6817 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2230 , cls_52 , 1.8000 , 1260.0000 , 71.2091 , 700.0000 , 2.3333 , 1.1742 , 0.7004 , 0.4583 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2251 , cls_52 , 0.4500 , 540.0000 , 39.2900 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2296 , cls_52 , 10.2600 , 3060.0000 , 152.2895 , 298.2456 , 2.3182 , 1.1509 , 0.6716 , 0.7588 , 10.2600 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2305 , cls_52 , 2.5200 , 1620.0000 , 128.6593 , 642.8571 , 2.4545 , 1.1848 , 0.8634 , 0.4702 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 606.7125 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2313 , cls_52 , 1.0800 , 660.0000 , 47.5334 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 416.7733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2326 , cls_52 , 2.1600 , 1140.0000 , 66.4656 , 527.7778 , 1.9000 , 1.1327 , 0.6566 , 0.5903 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2336 , cls_52 , 0.5400 , 540.0000 , 44.6257 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2348 , cls_52 , 2.6100 , 1620.0000 , 101.2040 , 620.6897 , 2.4545 , 1.1807 , 0.7160 , 0.4943 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2379 , cls_52 , 1.9800 , 1260.0000 , 72.6545 , 636.3636 , 2.1000 , 1.1629 , 0.7199 , 0.5227 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2394 , cls_52 , 1.9800 , 1020.0000 , 65.6647 , 515.1515 , 1.7000 , 1.1202 , 0.6498 , 0.5758 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2438 , cls_52 , 1.3500 , 1020.0000 , 63.6539 , 755.5556 , 2.1250 , 1.1653 , 0.6707 , 0.3889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2458 , cls_52 , 3.3300 , 1380.0000 , 75.2907 , 414.4144 , 1.7692 , 1.1223 , 0.4457 , 0.6712 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2473 , cls_52 , 3.7800 , 1320.0000 , 84.1538 , 349.2063 , 1.6923 , 1.1004 , 0.4652 , 0.7103 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2486 , cls_52 , 1.5300 , 720.0000 , 49.5117 , 470.5882 , 1.3333 , 1.0779 , 0.4721 , 0.6275 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2487 , cls_52 , 3.6000 , 1260.0000 , 89.1021 , 350.0000 , 1.6154 , 1.0966 , 0.6255 , 0.7000 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2488 , cls_52 , 36.0000 , 14160.0000 , 347.1839 , 393.3333 , 5.9000 , 1.2775 , 0.7361 , 0.6896 , 36.0000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2489 , cls_52 , 1.8000 , 1200.0000 , 100.1400 , 666.6667 , 2.2222 , 1.1643 , 0.8336 , 0.4500 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2498 , cls_52 , 2.5200 , 1200.0000 , 77.1406 , 476.1905 , 1.8182 , 1.1256 , 0.7398 , 0.6131 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 416.7733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2509 , cls_52 , 5.3100 , 3060.0000 , 156.6504 , 576.2712 , 3.1875 , 1.2206 , 0.8804 , 0.5537 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2525 , cls_52 , 1.5300 , 960.0000 , 66.8784 , 627.4510 , 1.7778 , 1.1376 , 0.7453 , 0.4804 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2586 , cls_52 , 21.6000 , 8400.0000 , 254.6458 , 388.8889 , 4.5161 , 1.2456 , 0.7825 , 0.6958 , 21.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2604 , cls_52 , 9.0000 , 3840.0000 , 182.7220 , 426.6667 , 3.2000 , 1.2039 , 0.8173 , 0.6617 , 9.0000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2654 , cls_52 , 1.2600 , 900.0000 , 67.7841 , 714.2857 , 1.8750 , 1.1473 , 0.7997 , 0.4286 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2661 , cls_52 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2665 , cls_52 , 1.0800 , 540.0000 , 41.0233 , 500.0000 , 1.2857 , 1.0563 , 0.5225 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2677 , cls_52 , 2.1600 , 1620.0000 , 94.5528 , 750.0000 , 2.7000 , 1.2031 , 0.7555 , 0.3889 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2693 , cls_52 , 0.6300 , 540.0000 , 42.0510 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 271.6616 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2716 , cls_52 , 0.8100 , 780.0000 , 55.5286 , 962.9630 , 2.1667 , 1.1718 , 0.7838 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2717 , cls_52 , 1.1700 , 600.0000 , 42.5772 , 512.8205 , 1.2500 , 1.0698 , 0.4292 , 0.5897 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2719 , cls_52 , 0.4500 , 480.0000 , 34.9642 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 531.6014 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2724 , cls_52 , 2.8800 , 960.0000 , 67.1065 , 333.3333 , 1.3333 , 1.0675 , 0.5206 , 0.7188 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 450.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2754 , cls_52 , 1.1700 , 840.0000 , 55.5310 , 717.9487 , 1.7500 , 1.1416 , 0.6877 , 0.4487 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2759 , cls_52 , 5.2200 , 2580.0000 , 134.2924 , 494.2529 , 2.6875 , 1.1911 , 0.7046 , 0.6121 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2801 , cls_52 , 2.8800 , 1380.0000 , 98.6284 , 479.1667 , 1.9167 , 1.1382 , 0.8221 , 0.5885 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 416.7733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2844 , cls_52 , 3.6000 , 2220.0000 , 108.5551 , 616.6667 , 2.8462 , 1.2046 , 0.7170 , 0.5125 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 466.6905 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2850 , cls_52 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2874 , cls_52 , 2.3400 , 1320.0000 , 82.4840 , 564.1026 , 2.0000 , 1.1528 , 0.6877 , 0.5449 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2912 , cls_52 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2932 , cls_52 , 3.4200 , 2100.0000 , 118.0904 , 614.0351 , 2.6923 , 1.1999 , 0.7923 , 0.5351 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2933 , cls_52 , 0.9900 , 840.0000 , 58.9978 , 848.4848 , 2.0000 , 1.1624 , 0.7585 , 0.3333 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2938 , cls_52 , 0.9000 , 900.0000 , 60.7500 , 1000.0000 , 2.1429 , 1.1897 , 0.7453 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2966 , cls_52 , 3.7800 , 960.0000 , 75.9821 , 253.9683 , 1.2308 , 1.0400 , 0.3709 , 0.7778 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3000 , cls_52 , 1.3500 , 1080.0000 , 67.7572 , 800.0000 , 2.2500 , 1.1773 , 0.7191 , 0.3889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3013 , cls_52 , 4.1400 , 1860.0000 , 107.4492 , 449.2754 , 2.2143 , 1.1555 , 0.7980 , 0.6304 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 852.7602 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3030 , cls_52 , 2.1600 , 1320.0000 , 96.4162 , 611.1111 , 2.2000 , 1.1621 , 0.7649 , 0.5000 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3072 , cls_52 , 2.7900 , 1380.0000 , 75.7053 , 494.6237 , 1.9167 , 1.1417 , 0.6507 , 0.6022 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3073 , cls_52 , 1.5300 , 780.0000 , 51.0982 , 509.8039 , 1.4444 , 1.0945 , 0.5190 , 0.5882 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3099 , cls_52 , 0.9000 , 840.0000 , 74.0780 , 933.3333 , 2.0000 , 1.1745 , 0.8585 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3128 , cls_52 , 1.6200 , 900.0000 , 72.3209 , 555.5556 , 1.6667 , 1.1176 , 0.7425 , 0.5463 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3142 , cls_52 , 1.3500 , 840.0000 , 58.9846 , 622.2222 , 1.7500 , 1.1245 , 0.6327 , 0.5000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3191 , cls_52 , 7.4700 , 3900.0000 , 224.9375 , 522.0884 , 3.4211 , 1.2267 , 0.8918 , 0.5763 , 7.4700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3225 , cls_52 , 7.4700 , 3540.0000 , 168.7389 , 473.8956 , 3.1053 , 1.2094 , 0.8143 , 0.6145 , 7.4700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3283 , cls_52 , 2.1600 , 1260.0000 , 73.9019 , 583.3333 , 2.1000 , 1.1528 , 0.6405 , 0.5417 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3284 , cls_52 , 4.8600 , 2640.0000 , 117.9669 , 543.2099 , 2.9333 , 1.2032 , 0.6596 , 0.5679 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3307 , cls_52 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 318.9044 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3314 , cls_52 , 9.5400 , 3600.0000 , 158.6721 , 377.3585 , 2.8571 , 1.1866 , 0.7854 , 0.6965 , 9.5400 , 1.0000 , 100.0000 , 0.0000 , 442.9447 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3338 , cls_52 , 27.7200 , 13920.0000 , 342.1640 , 502.1645 , 6.4444 , 1.3014 , 0.7223 , 0.6115 , 27.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3356 , cls_52 , 1.1700 , 780.0000 , 54.3428 , 666.6667 , 1.6250 , 1.1258 , 0.6689 , 0.4487 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 1290.3488 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3369 , cls_52 , 1.7100 , 720.0000 , 52.8412 , 421.0526 , 1.3333 , 1.0656 , 0.5162 , 0.6491 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3385 , cls_52 , 3.1500 , 2280.0000 , 100.5357 , 723.8095 , 3.1667 , 1.2253 , 0.8019 , 0.4571 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3470 , cls_52 , 1.9800 , 1200.0000 , 84.1626 , 606.0606 , 2.0000 , 1.1530 , 0.8169 , 0.4621 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3482 , cls_52 , 2.8800 , 1080.0000 , 85.8347 , 375.0000 , 1.5000 , 1.0904 , 0.7337 , 0.6719 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3493 , cls_52 , 0.6300 , 480.0000 , 40.9485 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 882.3265 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3527 , cls_52 , 1.5300 , 1020.0000 , 56.4361 , 666.6667 , 1.8889 , 1.1502 , 0.6268 , 0.5098 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3581 , cls_52 , 2.1600 , 1440.0000 , 67.4203 , 666.6667 , 2.4000 , 1.1795 , 0.6974 , 0.5417 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3585 , cls_52 , 8.0100 , 1740.0000 , 112.4766 , 217.2285 , 1.5263 , 1.0761 , 0.4655 , 0.8221 , 8.0100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3674 , cls_52 , 4.0500 , 1560.0000 , 89.2937 , 385.1852 , 1.8571 , 1.1247 , 0.7031 , 0.6852 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3716 , cls_52 , 26.9100 , 10740.0000 , 389.9495 , 399.1081 , 5.1143 , 1.2630 , 0.8490 , 0.6817 , 26.9100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3786 , cls_52 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3787 , cls_52 , 3.7800 , 2100.0000 , 105.2155 , 555.5556 , 2.6923 , 1.1885 , 0.6996 , 0.5635 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3821 , cls_52 , 4.2300 , 1740.0000 , 100.8139 , 411.3475 , 2.0714 , 1.1406 , 0.6899 , 0.6525 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3837 , cls_52 , 2.3400 , 960.0000 , 72.5522 , 410.2564 , 1.4545 , 1.0895 , 0.6689 , 0.6538 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3846 , cls_52 , 0.7200 , 540.0000 , 37.9551 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3881 , cls_52 , 3.0600 , 1920.0000 , 92.9614 , 627.4510 , 2.6667 , 1.1955 , 0.7075 , 0.5000 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3882 , cls_52 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3883 , cls_52 , 0.6300 , 600.0000 , 55.5313 , 952.3810 , 1.6667 , 1.1455 , 0.8217 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 349.8571 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3926 , cls_52 , 0.9000 , 600.0000 , 46.8599 , 666.6667 , 1.4286 , 1.1006 , 0.6817 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3938 , cls_52 , 1.5300 , 1200.0000 , 70.5269 , 784.3137 , 2.2222 , 1.1839 , 0.7453 , 0.4118 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3965 , cls_52 , 5.1300 , 1740.0000 , 100.9094 , 339.1813 , 1.8125 , 1.1203 , 0.6460 , 0.7339 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3971 , cls_52 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3983 , cls_52 , 8.5500 , 3840.0000 , 167.1545 , 449.1228 , 3.2000 , 1.2094 , 0.7797 , 0.6351 , 8.5500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4002 , cls_52 , 3.3300 , 960.0000 , 75.6741 , 288.2883 , 1.2308 , 1.0526 , 0.5556 , 0.7432 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4004 , cls_52 , 10.9800 , 3600.0000 , 161.5950 , 327.8689 , 2.6087 , 1.1722 , 0.5790 , 0.7281 , 10.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4005 , cls_52 , 3.7800 , 1800.0000 , 88.0469 , 476.1905 , 2.3077 , 1.1592 , 0.7045 , 0.6230 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4075 , cls_52 , 2.3400 , 720.0000 , 60.5508 , 307.6923 , 1.0909 , 1.0323 , 0.4292 , 0.7308 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4099 , cls_52 , 1.1700 , 660.0000 , 50.7567 , 564.1026 , 1.3750 , 1.0902 , 0.6817 , 0.5128 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4100 , cls_52 , 1.2600 , 840.0000 , 76.9502 , 666.6667 , 1.7500 , 1.1327 , 0.8019 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4171 , cls_52 , 1.7100 , 1260.0000 , 76.9222 , 736.8421 , 2.3333 , 1.1804 , 0.7282 , 0.4298 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4266 , cls_52 , 2.8800 , 1140.0000 , 75.4163 , 395.8333 , 1.5833 , 1.1010 , 0.6394 , 0.6719 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 1290.3488 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4297 , cls_52 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4300 , cls_52 , 3.8700 , 1860.0000 , 88.3921 , 480.6202 , 2.2143 , 1.1629 , 0.6779 , 0.6395 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4327 , cls_52 , 5.4000 , 2340.0000 , 141.0240 , 433.3333 , 2.4375 , 1.1695 , 0.7706 , 0.6472 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4344 , cls_52 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4347 , cls_52 , 1.4400 , 840.0000 , 52.6859 , 583.3333 , 1.7500 , 1.1169 , 0.6082 , 0.5417 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4382 , cls_52 , 4.5000 , 1800.0000 , 97.4802 , 400.0000 , 2.0000 , 1.1404 , 0.5839 , 0.6833 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 323.1099 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4400 , cls_52 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4416 , cls_52 , 1.2600 , 780.0000 , 46.7238 , 619.0476 , 1.6250 , 1.1170 , 0.5182 , 0.5357 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4418 , cls_52 , 1.8000 , 1380.0000 , 87.9045 , 766.6667 , 2.5556 , 1.1928 , 0.8141 , 0.4333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 283.0194 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4426 , cls_52 , 13.1400 , 3660.0000 , 203.2833 , 278.5388 , 2.4400 , 1.1571 , 0.7641 , 0.7751 , 13.1400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4453 , cls_52 , 1.9800 , 960.0000 , 63.5422 , 484.8485 , 1.6000 , 1.1079 , 0.6163 , 0.5985 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4482 , cls_52 , 1.5300 , 1440.0000 , 88.9756 , 941.1765 , 2.6667 , 1.2217 , 0.7835 , 0.3137 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4497 , cls_52 , 1.5300 , 780.0000 , 52.1897 , 509.8039 , 1.4444 , 1.0945 , 0.5190 , 0.5686 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4517 , cls_52 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 607.4537 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4525 , cls_52 , 4.2300 , 2160.0000 , 130.0580 , 510.6383 , 2.5714 , 1.1812 , 0.8270 , 0.5957 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 641.3267 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4538 , cls_52 , 1.1700 , 540.0000 , 43.9888 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 296.9848 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4539 , cls_52 , 1.4400 , 900.0000 , 55.9622 , 625.0000 , 1.8750 , 1.1313 , 0.6156 , 0.5000 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4562 , cls_52 , 1.1700 , 780.0000 , 47.4108 , 666.6667 , 1.6250 , 1.1258 , 0.6322 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4587 , cls_52 , 10.7100 , 2220.0000 , 129.6979 , 207.2829 , 1.6818 , 1.0912 , 0.4195 , 0.8305 , 10.7100 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4621 , cls_52 , 5.4000 , 2520.0000 , 117.9868 , 466.6667 , 2.6250 , 1.1831 , 0.6735 , 0.6361 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4626 , cls_52 , 1.7100 , 1200.0000 , 73.4858 , 701.7544 , 2.2222 , 1.1704 , 0.8065 , 0.4825 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4676 , cls_52 , 1.3500 , 900.0000 , 61.5130 , 666.6667 , 1.8750 , 1.1390 , 0.7419 , 0.4667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4678 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 361.2478 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4730 , cls_52 , 3.0600 , 1560.0000 , 92.5272 , 509.8039 , 2.1667 , 1.1552 , 0.7328 , 0.5980 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4757 , cls_52 , 2.7900 , 1860.0000 , 112.1928 , 666.6667 , 2.5833 , 1.2000 , 0.7420 , 0.4570 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4809 , cls_52 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 361.2478 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4820 , cls_52 , 1.9800 , 1200.0000 , 84.6476 , 606.0606 , 2.0000 , 1.1530 , 0.8342 , 0.5000 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4823 , cls_52 , 1.6200 , 960.0000 , 56.2036 , 592.5926 , 1.7778 , 1.1309 , 0.6860 , 0.5556 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 256.3201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4839 , cls_52 , 13.7700 , 4680.0000 , 168.3966 , 339.8693 , 3.1200 , 1.1941 , 0.6534 , 0.7397 , 13.7700 , 1.0000 , 100.0000 , 0.0000 , 400.2499 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4845 , cls_52 , 1.4400 , 1020.0000 , 72.5529 , 708.3333 , 2.1250 , 1.1574 , 0.7453 , 0.4375 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4858 , cls_52 , 7.5600 , 2100.0000 , 126.3286 , 277.7778 , 1.8421 , 1.1152 , 0.5964 , 0.7679 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4917 , cls_52 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4942 , cls_52 , 1.3500 , 720.0000 , 56.9718 , 533.3333 , 1.5000 , 1.0921 , 0.7191 , 0.5444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4968 , cls_52 , 4.1400 , 1140.0000 , 85.0736 , 275.3623 , 1.3571 , 1.0634 , 0.4474 , 0.7645 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 1060.6602 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4982 , cls_52 , 6.3900 , 2400.0000 , 123.3121 , 375.5869 , 2.3529 , 1.1562 , 0.6103 , 0.6878 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 690.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5007 , cls_52 , 30.9600 , 5940.0000 , 267.9465 , 191.8605 , 2.6053 , 1.1553 , 0.7010 , 0.8425 , 30.9600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5064 , cls_52 , 8.7300 , 4440.0000 , 184.7155 , 508.5911 , 3.7000 , 1.2327 , 0.8412 , 0.5997 , 8.7300 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5171 , cls_52 , 1.2600 , 720.0000 , 47.6307 , 571.4286 , 1.5000 , 1.1000 , 0.6572 , 0.5595 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5195 , cls_52 , 1.0800 , 1020.0000 , 67.9664 , 944.4444 , 2.4286 , 1.1933 , 0.7366 , 0.2778 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5218 , cls_52 , 3.1500 , 1140.0000 , 74.6100 , 361.9048 , 1.5833 , 1.0915 , 0.5715 , 0.6952 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5240 , cls_52 , 1.2600 , 1200.0000 , 73.3435 , 952.3810 , 2.5000 , 1.2082 , 0.8217 , 0.2976 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5329 , cls_52 , 0.6300 , 540.0000 , 43.8985 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5342 , cls_52 , 0.9900 , 660.0000 , 46.2362 , 666.6667 , 1.5714 , 1.1100 , 0.5170 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 648.9992 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5346 , cls_52 , 17.2800 , 8040.0000 , 216.4981 , 465.2778 , 4.7857 , 1.2614 , 0.5992 , 0.6389 , 17.2800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5377 , cls_52 , 0.9000 , 900.0000 , 55.6178 , 1000.0000 , 2.1429 , 1.1897 , 0.6817 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 417.8516 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5403 , cls_52 , 2.2500 , 1680.0000 , 81.2901 , 746.6667 , 2.8000 , 1.2055 , 0.7391 , 0.4400 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5517 , cls_52 , 0.5400 , 540.0000 , 44.6257 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5533 , cls_52 , 2.5200 , 1380.0000 , 78.6849 , 547.6190 , 2.0909 , 1.1532 , 0.6729 , 0.5595 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5534 , cls_52 , 3.6900 , 1980.0000 , 96.2358 , 536.5854 , 2.5385 , 1.1800 , 0.6424 , 0.5935 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5563 , cls_52 , 1.2600 , 600.0000 , 49.1944 , 476.1905 , 1.2500 , 1.0614 , 0.6435 , 0.5833 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 690.6519 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5617 , cls_52 , 3.8700 , 1380.0000 , 83.9802 , 356.5891 , 1.6429 , 1.1064 , 0.6004 , 0.7016 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 540.8327 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5642 , cls_52 , 1.2600 , 840.0000 , 70.0096 , 666.6667 , 1.7500 , 1.1327 , 0.7903 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 417.8516 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5650 , cls_52 , 11.2500 , 1800.0000 , 129.3446 , 160.0000 , 1.3043 , 1.0505 , 0.3504 , 0.8640 , 11.2500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5660 , cls_52 , 2.1600 , 1260.0000 , 98.9072 , 583.3333 , 2.1000 , 1.1528 , 0.8234 , 0.5208 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5748 , cls_52 , 0.5400 , 420.0000 , 38.0278 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6034 , cls_52 , 9.9000 , 2820.0000 , 165.2632 , 284.8485 , 2.2381 , 1.1403 , 0.7064 , 0.7652 , 9.9000 , 1.0000 , 100.0000 , 0.0000 , 360.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6037 , cls_52 , 1.1700 , 540.0000 , 44.0133 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6026 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 360.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6064 , cls_52 , 24.6600 , 5520.0000 , 250.4716 , 223.8443 , 2.7059 , 1.1646 , 0.7222 , 0.8230 , 24.6600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6079 , cls_52 , 0.6300 , 420.0000 , 33.4059 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 637.8087 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6081 , cls_52 , 1.5300 , 720.0000 , 52.0443 , 470.5882 , 1.3333 , 1.0779 , 0.5837 , 0.6078 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 494.7727 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6110 , cls_52 , 23.7600 , 5040.0000 , 214.1524 , 212.1212 , 2.5455 , 1.1534 , 0.5093 , 0.8245 , 23.7600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6205 , cls_52 , 1.8000 , 780.0000 , 52.7075 , 433.3333 , 1.4444 , 1.0763 , 0.3789 , 0.6583 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 699.7142 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6226 , cls_52 , 1.4400 , 900.0000 , 53.0358 , 625.0000 , 1.8750 , 1.1313 , 0.6082 , 0.5313 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6227 , cls_52 , 0.8100 , 660.0000 , 54.1336 , 814.8148 , 1.8333 , 1.1347 , 0.7453 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6268 , cls_52 , 2.5200 , 1740.0000 , 88.7784 , 690.4762 , 2.6364 , 1.1989 , 0.7258 , 0.4643 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 755.3807 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6319 , cls_52 , 1.8000 , 960.0000 , 64.5865 , 533.3333 , 1.7778 , 1.1187 , 0.5195 , 0.5667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 364.9658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6329 , cls_52 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 637.8087 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6378 , cls_52 , 2.7900 , 1800.0000 , 108.8044 , 645.1613 , 2.5000 , 1.1936 , 0.8276 , 0.4892 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6382 , cls_52 , 1.9800 , 1020.0000 , 62.5006 , 515.1515 , 1.7000 , 1.1202 , 0.5690 , 0.5985 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6397 , cls_52 , 3.7800 , 2220.0000 , 115.0489 , 587.3016 , 2.8462 , 1.1990 , 0.6594 , 0.5397 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6468 , cls_52 , 0.6300 , 600.0000 , 46.6558 , 952.3810 , 1.6667 , 1.1455 , 0.7215 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 960.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6485 , cls_52 , 10.4400 , 3240.0000 , 142.5523 , 310.3448 , 2.4545 , 1.1591 , 0.6589 , 0.7601 , 10.4400 , 1.0000 , 100.0000 , 0.0000 , 699.7142 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6578 , cls_52 , 1.6200 , 1380.0000 , 74.7033 , 851.8519 , 2.5556 , 1.2058 , 0.7637 , 0.3796 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6631 , cls_52 , 2.9700 , 1200.0000 , 87.1907 , 404.0404 , 1.6667 , 1.1076 , 0.7122 , 0.6667 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 684.1053 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6692 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 807.7747 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6813 , cls_52 , 0.9000 , 780.0000 , 51.0017 , 866.6667 , 1.8571 , 1.1583 , 0.7170 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6842 , cls_52 , 1.9800 , 1020.0000 , 76.0180 , 515.1515 , 1.7000 , 1.1202 , 0.7759 , 0.5758 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6844 , cls_52 , 1.0800 , 900.0000 , 52.6694 , 833.3333 , 2.1429 , 1.1663 , 0.7495 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6858 , cls_52 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 466.6905 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6899 , cls_52 , 5.1300 , 3240.0000 , 177.2626 , 631.5789 , 3.3750 , 1.2350 , 0.8255 , 0.5029 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6912 , cls_52 , 1.7100 , 1320.0000 , 80.6391 , 771.9298 , 2.4444 , 1.1899 , 0.8065 , 0.4211 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6933 , cls_52 , 1.7100 , 840.0000 , 54.1977 , 491.2281 , 1.5556 , 1.0972 , 0.4624 , 0.6053 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6934 , cls_52 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7024 , cls_52 , 0.4500 , 540.0000 , 38.5674 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7056 , cls_52 , 2.2500 , 960.0000 , 71.1640 , 426.6667 , 1.6000 , 1.0938 , 0.6255 , 0.6400 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7090 , cls_52 , 13.5900 , 5580.0000 , 199.7587 , 410.5960 , 3.7200 , 1.2252 , 0.7450 , 0.6689 , 13.5900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7094 , cls_52 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7095 , cls_52 , 42.8400 , 14700.0000 , 372.0373 , 343.1373 , 5.5682 , 1.2661 , 0.7357 , 0.7276 , 42.8400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7122 , cls_52 , 2.9700 , 1620.0000 , 75.8438 , 545.4545 , 2.2500 , 1.1659 , 0.5279 , 0.5859 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7132 , cls_52 , 2.6100 , 960.0000 , 67.0921 , 367.8161 , 1.4545 , 1.0778 , 0.5384 , 0.6954 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 984.0732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7137 , cls_52 , 1.6200 , 780.0000 , 60.2604 , 481.4815 , 1.4444 , 1.0880 , 0.6860 , 0.5926 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7138 , cls_52 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7146 , cls_52 , 4.5000 , 1500.0000 , 96.5173 , 333.3333 , 1.6667 , 1.1063 , 0.6559 , 0.7267 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7151 , cls_52 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7185 , cls_52 , 3.0600 , 1740.0000 , 94.0446 , 568.6275 , 2.4167 , 1.1764 , 0.7035 , 0.5441 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7200 , cls_52 , 1.5300 , 1140.0000 , 81.3713 , 745.0980 , 2.1111 , 1.1733 , 0.8335 , 0.4118 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7224 , cls_52 , 0.6300 , 660.0000 , 50.8735 , 1047.6190 , 1.8333 , 1.1673 , 0.8019 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 502.8916 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7229 , cls_52 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7236 , cls_52 , 2.7900 , 1920.0000 , 139.3777 , 688.1720 , 2.6667 , 1.2062 , 0.8511 , 0.4409 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7262 , cls_52 , 11.4300 , 4020.0000 , 170.5243 , 351.7060 , 2.9130 , 1.1871 , 0.7719 , 0.7205 , 11.4300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7289 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7292 , cls_52 , 1.9800 , 780.0000 , 56.4296 , 393.9394 , 1.3000 , 1.0660 , 0.5690 , 0.6667 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 502.8916 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7380 , cls_52 , 1.3500 , 540.0000 , 43.9830 , 400.0000 , 1.1250 , 1.0316 , 0.3414 , 0.6667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7394 , cls_52 , 0.6300 , 540.0000 , 37.6127 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7398 , cls_52 , 2.4300 , 900.0000 , 61.8474 , 370.3704 , 1.3636 , 1.0727 , 0.4364 , 0.6914 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7423 , cls_52 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 330.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7451 , cls_52 , 2.0700 , 1080.0000 , 69.7610 , 521.7391 , 1.8000 , 1.1267 , 0.7237 , 0.5652 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7509 , cls_52 , 3.6900 , 1320.0000 , 93.5006 , 357.7236 , 1.6923 , 1.1029 , 0.6189 , 0.6992 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7547 , cls_52 , 2.1600 , 780.0000 , 59.3674 , 361.1111 , 1.3000 , 1.0567 , 0.5814 , 0.7014 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7569 , cls_52 , 0.6300 , 540.0000 , 50.3451 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 630.7139 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7570 , cls_52 , 2.6100 , 1200.0000 , 72.8864 , 459.7701 , 1.8182 , 1.1217 , 0.6307 , 0.6322 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7583 , cls_52 , 2.1600 , 1140.0000 , 84.2119 , 527.7778 , 1.9000 , 1.1327 , 0.8054 , 0.5694 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7589 , cls_52 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7620 , cls_52 , 0.5400 , 420.0000 , 35.0749 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7664 , cls_52 , 1.0800 , 660.0000 , 44.4875 , 611.1111 , 1.5714 , 1.0996 , 0.6273 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7697 , cls_52 , 0.5400 , 480.0000 , 38.9881 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7698 , cls_52 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7708 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7737 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7753 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 1477.3287 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 56 , cls_11 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 722.4957 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 73 , cls_11 , 44.1000 , 5880.0000 , 355.5592 , 133.3333 , 2.1778 , 1.1223 , 0.7723 , 0.8854 , 44.1000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 107 , cls_11 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 722.4957 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 134 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 150 , cls_11 , 0.9000 , 420.0000 , 41.1550 , 466.6667 , 1.0000 , 1.0223 , 0.5609 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 618.4658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 151 , cls_11 , 0.9900 , 480.0000 , 37.2152 , 484.8485 , 1.1429 , 1.0407 , 0.2997 , 0.6061 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 630.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 175 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 178 , cls_11 , 1.9800 , 840.0000 , 74.9980 , 424.2424 , 1.4000 , 1.0809 , 0.7112 , 0.6364 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 735.4590 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 190 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1143.5471 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 287 , cls_11 , 4.8600 , 1560.0000 , 124.5999 , 320.9877 , 1.7333 , 1.1057 , 0.7753 , 0.7315 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 1381.9551 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 376 , cls_11 , 2.8800 , 1080.0000 , 88.4751 , 375.0000 , 1.5000 , 1.0904 , 0.7405 , 0.6875 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 402.4922 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 424 , cls_11 , 6.1200 , 1560.0000 , 136.1169 , 254.9020 , 1.5294 , 1.0826 , 0.7400 , 0.7770 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 632.8507 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 434 , cls_11 , 2.0700 , 840.0000 , 65.8134 , 405.7971 , 1.4000 , 1.0761 , 0.6981 , 0.6594 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 469.5743 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 463 , cls_11 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 618.4658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 474 , cls_11 , 0.7200 , 540.0000 , 48.1110 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 517 , cls_11 , 4.5900 , 1200.0000 , 85.5475 , 261.4379 , 1.3333 , 1.0627 , 0.5642 , 0.7745 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 402.4922 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 574 , cls_11 , 13.1400 , 3000.0000 , 173.4107 , 228.3105 , 2.0000 , 1.1234 , 0.6952 , 0.8082 , 13.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 674 , cls_11 , 6.9300 , 2580.0000 , 138.7959 , 372.2944 , 2.3889 , 1.1608 , 0.6796 , 0.6926 , 6.9300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 779 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 813 , cls_11 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 906.9730 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 841 , cls_11 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 1083.7435 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 898 , cls_11 , 1.9800 , 840.0000 , 65.3829 , 424.2424 , 1.4000 , 1.0809 , 0.7112 , 0.6364 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 927 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1381.9551 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1035 , cls_11 , 1.0800 , 480.0000 , 40.1190 , 444.4444 , 1.1429 , 1.0310 , 0.3888 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 658.6350 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1039 , cls_11 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 1140.3947 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1057 , cls_11 , 0.6300 , 420.0000 , 31.6352 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 308.8689 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1066 , cls_11 , 2.4300 , 840.0000 , 68.5101 , 345.6790 , 1.2727 , 1.0590 , 0.5955 , 0.7160 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 1124.4999 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1069 , cls_11 , 5.3100 , 1800.0000 , 132.6369 , 338.9831 , 1.8750 , 1.1230 , 0.7777 , 0.7147 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 865.8522 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1187 , cls_11 , 0.8100 , 600.0000 , 41.6649 , 740.7407 , 1.6667 , 1.1135 , 0.5416 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 432.6662 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1195 , cls_11 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 308.8689 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1213 , cls_11 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 402.4922 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1298 , cls_11 , 0.9900 , 480.0000 , 39.4242 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 402.4922 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1315 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 432.6662 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1422 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1463 , cls_11 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1484 , cls_11 , 2.3400 , 1380.0000 , 98.2461 , 589.7436 , 2.0909 , 1.1617 , 0.7566 , 0.5449 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1505 , cls_11 , 4.5000 , 1560.0000 , 103.9465 , 346.6667 , 1.7333 , 1.1137 , 0.6463 , 0.7100 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 865.8522 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1595 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1452.4462 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1680 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1704 , cls_11 , 1.6200 , 540.0000 , 47.9560 , 333.3333 , 1.0000 , 1.0122 , 0.3259 , 0.7037 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 657.9514 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1754 , cls_11 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1763 , cls_11 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1832 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 582.4946 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1907 , cls_11 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 939.1486 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1928 , cls_11 , 0.7200 , 420.0000 , 33.2471 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1969 , cls_11 , 0.9900 , 480.0000 , 40.6481 , 484.8485 , 1.1429 , 1.0407 , 0.5623 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2028 , cls_11 , 2.5200 , 1080.0000 , 94.9987 , 428.5714 , 1.6364 , 1.1048 , 0.7772 , 0.6310 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 690.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2095 , cls_11 , 2.2500 , 1200.0000 , 88.5511 , 533.3333 , 2.0000 , 1.1383 , 0.8351 , 0.5800 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2105 , cls_11 , 3.8700 , 1380.0000 , 89.1087 , 356.5891 , 1.6429 , 1.1064 , 0.6250 , 0.7093 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 582.4946 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2156 , cls_11 , 1.9800 , 720.0000 , 56.4593 , 363.6364 , 1.2000 , 1.0498 , 0.5170 , 0.6970 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 384.1875 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2228 , cls_11 , 1.1700 , 540.0000 , 42.0052 , 461.5385 , 1.1250 , 1.0473 , 0.4292 , 0.6282 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2283 , cls_11 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 496.5884 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2293 , cls_11 , 1.5300 , 780.0000 , 60.3392 , 509.8039 , 1.4444 , 1.0945 , 0.7075 , 0.5784 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2294 , cls_11 , 3.8700 , 1320.0000 , 90.0650 , 341.0853 , 1.5714 , 1.0979 , 0.4977 , 0.7132 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2314 , cls_11 , 3.1500 , 1260.0000 , 76.6633 , 400.0000 , 1.7500 , 1.1108 , 0.5544 , 0.6762 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2334 , cls_11 , 1.0800 , 480.0000 , 39.4537 , 444.4444 , 1.1429 , 1.0310 , 0.3888 , 0.6250 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 384.1875 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2378 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1130.8846 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2382 , cls_11 , 1.1700 , 540.0000 , 45.2584 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 496.5884 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2411 , cls_11 , 4.6800 , 1560.0000 , 98.5846 , 333.3333 , 1.7333 , 1.1096 , 0.5526 , 0.7244 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2434 , cls_11 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2451 , cls_11 , 1.0800 , 480.0000 , 41.8529 , 444.4444 , 1.1429 , 1.0310 , 0.4731 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2477 , cls_11 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 735.4590 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2481 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2529 , cls_11 , 6.8400 , 2760.0000 , 182.3393 , 403.5088 , 2.5556 , 1.1743 , 0.8174 , 0.6601 , 6.8400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2547 , cls_11 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 384.1875 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2563 , cls_11 , 1.6200 , 660.0000 , 59.2042 , 407.4074 , 1.2222 , 1.0536 , 0.6048 , 0.6389 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 402.4922 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2573 , cls_11 , 1.6200 , 660.0000 , 55.2863 , 407.4074 , 1.2222 , 1.0536 , 0.6243 , 0.6574 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2619 , cls_11 , 1.6200 , 600.0000 , 52.0418 , 370.3704 , 1.1111 , 1.0339 , 0.5593 , 0.6759 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 510.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2679 , cls_11 , 0.8100 , 480.0000 , 41.1101 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 379.4733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2691 , cls_11 , 1.3500 , 720.0000 , 57.6316 , 533.3333 , 1.5000 , 1.0921 , 0.7384 , 0.5444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2711 , cls_11 , 0.9000 , 480.0000 , 41.4714 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2728 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 402.4922 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2760 , cls_11 , 6.6600 , 1680.0000 , 131.3816 , 252.2523 , 1.5556 , 1.0877 , 0.7028 , 0.7950 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 550.7268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2761 , cls_11 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2862 , cls_11 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 540.8327 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2884 , cls_11 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 379.4733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2887 , cls_11 , 0.6300 , 480.0000 , 38.5703 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 674.1662 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2895 , cls_11 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2900 , cls_11 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2918 , cls_11 , 1.2600 , 540.0000 , 43.2593 , 428.5714 , 1.1250 , 1.0391 , 0.3853 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2928 , cls_11 , 0.9000 , 480.0000 , 37.6863 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2960 , cls_11 , 0.9000 , 540.0000 , 43.0920 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2968 , cls_11 , 0.9900 , 480.0000 , 40.6481 , 484.8485 , 1.1429 , 1.0407 , 0.5623 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2980 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1651.0905 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3029 , cls_11 , 2.1600 , 900.0000 , 83.2642 , 416.6667 , 1.5000 , 1.0853 , 0.7769 , 0.6250 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3039 , cls_11 , 0.6300 , 480.0000 , 34.7715 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3061 , cls_11 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 632.8507 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3167 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 852.7602 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3179 , cls_11 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 483.7355 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3431 , cls_11 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 939.1486 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3483 , cls_11 , 0.7200 , 420.0000 , 33.5470 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3509 , cls_11 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 632.8507 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3538 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3579 , cls_11 , 0.8100 , 480.0000 , 37.0510 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3689 , cls_11 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3721 , cls_11 , 1.8900 , 660.0000 , 60.5023 , 349.2063 , 1.1000 , 1.0371 , 0.6337 , 0.6825 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 254.5584 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3731 , cls_11 , 0.4500 , 480.0000 , 31.1479 , 1066.6667 , 1.6000 , 1.1383 , 0.5103 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 859.0693 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3742 , cls_11 , 0.7200 , 420.0000 , 35.9822 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3770 , cls_11 , 6.7500 , 1620.0000 , 110.1388 , 240.0000 , 1.5000 , 1.0798 , 0.6988 , 0.7978 , 6.7500 , 1.0000 , 100.0000 , 0.0000 , 254.5584 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3908 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 647.6110 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3920 , cls_11 , 3.4200 , 1140.0000 , 96.3172 , 333.3333 , 1.4615 , 1.0829 , 0.7050 , 0.7193 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 362.4914 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3960 , cls_11 , 0.7200 , 420.0000 , 32.6407 , 583.3333 , 1.1667 , 1.0480 , 0.4341 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 758.9466 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3988 , cls_11 , 0.9900 , 480.0000 , 39.6462 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 1263.2102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4016 , cls_11 , 1.5300 , 720.0000 , 57.0888 , 470.5882 , 1.3333 , 1.0779 , 0.6452 , 0.6176 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4020 , cls_11 , 0.8100 , 660.0000 , 54.2876 , 814.8148 , 1.8333 , 1.1347 , 0.7838 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 902.4965 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4055 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1041.3933 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4066 , cls_11 , 1.2600 , 780.0000 , 63.8912 , 619.0476 , 1.6250 , 1.1170 , 0.7903 , 0.5000 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 737.9024 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4167 , cls_11 , 4.0500 , 1440.0000 , 110.0283 , 355.5556 , 1.7143 , 1.1096 , 0.7909 , 0.7000 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 362.4914 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4215 , cls_11 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4246 , cls_11 , 0.8100 , 420.0000 , 36.2715 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 402.4922 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4299 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 474.3416 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4394 , cls_11 , 0.4500 , 360.0000 , 24.0000 , 800.0000 , 1.2000 , 1.0699 , 0.3634 , 0.4000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 692.6038 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4413 , cls_11 , 0.9900 , 420.0000 , 37.5926 , 424.2424 , 1.0000 , 1.0117 , 0.4398 , 0.6212 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4471 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4474 , cls_11 , 1.2600 , 540.0000 , 43.2593 , 428.5714 , 1.1250 , 1.0391 , 0.3853 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 474.3416 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4536 , cls_11 , 3.5100 , 1020.0000 , 76.1152 , 290.5983 , 1.3077 , 1.0589 , 0.5034 , 0.7521 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4631 , cls_11 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4659 , cls_11 , 2.1600 , 1080.0000 , 61.0031 , 500.0000 , 1.8000 , 1.1219 , 0.4990 , 0.5972 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4680 , cls_11 , 1.7100 , 840.0000 , 69.1712 , 491.2281 , 1.5556 , 1.0972 , 0.7154 , 0.5877 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 737.9024 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4859 , cls_11 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4883 , cls_11 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 577.0615 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4894 , cls_11 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 394.5884 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5066 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 442.9447 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5085 , cls_11 , 1.6200 , 720.0000 , 55.7310 , 444.4444 , 1.3333 , 1.0715 , 0.6243 , 0.6389 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5132 , cls_11 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 394.5884 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5137 , cls_11 , 0.8100 , 420.0000 , 34.8518 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 662.7217 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5180 , cls_11 , 1.9800 , 840.0000 , 67.6169 , 424.2424 , 1.4000 , 1.0809 , 0.6888 , 0.6439 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5203 , cls_11 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 442.9447 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5207 , cls_11 , 0.8100 , 480.0000 , 39.7442 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5238 , cls_11 , 0.9000 , 480.0000 , 39.0917 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 577.0615 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5318 , cls_11 , 1.5300 , 600.0000 , 49.8670 , 392.1569 , 1.1111 , 1.0400 , 0.5671 , 0.6667 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5327 , cls_11 , 1.2600 , 540.0000 , 43.1688 , 428.5714 , 1.1250 , 1.0391 , 0.4757 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5384 , cls_11 , 1.1700 , 600.0000 , 51.4790 , 512.8205 , 1.2500 , 1.0698 , 0.6877 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5405 , cls_11 , 3.7800 , 1500.0000 , 134.6097 , 396.8254 , 1.9231 , 1.1246 , 0.8034 , 0.6548 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 1101.4536 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5418 , cls_11 , 1.3500 , 600.0000 , 46.5398 , 444.4444 , 1.2500 , 1.0537 , 0.5225 , 0.6333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5589 , cls_11 , 1.0800 , 540.0000 , 41.2954 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 800.4998 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5677 , cls_11 , 0.5400 , 540.0000 , 49.3994 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5712 , cls_11 , 1.0800 , 600.0000 , 43.3520 , 555.5556 , 1.4286 , 1.0790 , 0.6273 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5782 , cls_11 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5783 , cls_11 , 0.9000 , 480.0000 , 39.3296 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5784 , cls_11 , 1.3500 , 600.0000 , 46.8199 , 444.4444 , 1.2500 , 1.0537 , 0.5225 , 0.6333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6056 , cls_11 , 0.7200 , 420.0000 , 35.0117 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 990.4544 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6104 , cls_11 , 0.9900 , 480.0000 , 37.2460 , 484.8485 , 1.1429 , 1.0407 , 0.4613 , 0.6061 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 1341.6408 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6140 , cls_11 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6198 , cls_11 , 0.9900 , 600.0000 , 50.6908 , 606.0606 , 1.4286 , 1.0892 , 0.6584 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 339.4113 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6285 , cls_11 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 666.1081 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6307 , cls_11 , 0.7200 , 480.0000 , 38.5111 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6400 , cls_11 , 1.2600 , 540.0000 , 43.1751 , 428.5714 , 1.1250 , 1.0391 , 0.4757 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 339.4113 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6588 , cls_11 , 1.2600 , 600.0000 , 47.0099 , 476.1905 , 1.2500 , 1.0614 , 0.6039 , 0.5952 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6667 , cls_11 , 2.4300 , 900.0000 , 65.2864 , 370.3704 , 1.3636 , 1.0727 , 0.5955 , 0.7037 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 591.6925 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6690 , cls_11 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 942.0191 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6730 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6737 , cls_11 , 0.9000 , 540.0000 , 39.8088 , 600.0000 , 1.2857 , 1.0775 , 0.5609 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 1064.0489 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6744 , cls_11 , 2.5200 , 840.0000 , 72.9465 , 333.3333 , 1.2727 , 1.0552 , 0.6039 , 0.7024 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6761 , cls_11 , 0.8100 , 480.0000 , 38.1857 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 603.7384 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6792 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 296.9848 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6945 , cls_11 , 4.2300 , 1320.0000 , 103.3566 , 312.0567 , 1.5714 , 1.0888 , 0.7255 , 0.7411 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6952 , cls_11 , 0.8100 , 480.0000 , 37.5807 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7054 , cls_11 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7089 , cls_11 , 0.7200 , 420.0000 , 34.0413 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7131 , cls_11 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 591.6925 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7152 , cls_11 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 510.8816 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7178 , cls_11 , 1.3500 , 660.0000 , 48.8976 , 488.8889 , 1.3750 , 1.0738 , 0.5756 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7181 , cls_11 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 603.7384 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7206 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7208 , cls_11 , 0.9900 , 480.0000 , 38.7500 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 735.4590 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7259 , cls_11 , 0.6300 , 420.0000 , 33.5934 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7267 , cls_11 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 1854.4271 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7299 , cls_11 , 3.5100 , 1020.0000 , 75.6650 , 290.5983 , 1.3077 , 1.0589 , 0.5083 , 0.7607 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7323 , cls_11 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7345 , cls_11 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7486 , cls_11 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 510.8816 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7503 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7533 , cls_11 , 0.9000 , 540.0000 , 40.9177 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 1064.0489 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 66 , cls_90 , 16.0200 , 6840.0000 , 431.7923 , 426.9663 , 4.2222 , 1.2423 , 0.9434 , 0.6573 , 16.0200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 68 , cls_90 , 1.0800 , 540.0000 , 42.0624 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 89 , cls_90 , 17.3700 , 5940.0000 , 301.7555 , 341.9689 , 3.5357 , 1.2106 , 0.8546 , 0.7150 , 17.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 124 , cls_90 , 16.4700 , 3900.0000 , 207.1632 , 236.7942 , 2.3214 , 1.1459 , 0.7306 , 0.8051 , 16.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 148 , cls_90 , 1.8900 , 1260.0000 , 70.1459 , 666.6667 , 2.1000 , 1.1684 , 0.7477 , 0.5079 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 187 , cls_90 , 0.7200 , 480.0000 , 41.8778 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 763.6753 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 201 , cls_90 , 1.1700 , 780.0000 , 55.9962 , 666.6667 , 1.6250 , 1.1258 , 0.7286 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 216 , cls_90 , 4.5000 , 1320.0000 , 85.6711 , 293.3333 , 1.4667 , 1.0825 , 0.5103 , 0.7567 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 274 , cls_90 , 0.6300 , 420.0000 , 39.4421 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 618.4658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 306 , cls_90 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 660.6815 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 419 , cls_90 , 0.4500 , 480.0000 , 33.1847 , 1066.6667 , 1.6000 , 1.1383 , 0.6255 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 432 , cls_90 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1019.1173 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 446 , cls_90 , 0.9900 , 660.0000 , 43.9572 , 666.6667 , 1.5714 , 1.1100 , 0.5881 , 0.4697 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 466 , cls_90 , 1.1700 , 1080.0000 , 69.0410 , 923.0769 , 2.2500 , 1.1953 , 0.7763 , 0.3205 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 530.7542 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 492 , cls_90 , 0.6300 , 720.0000 , 46.6874 , 1142.8571 , 2.0000 , 1.1872 , 0.6572 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 512 , cls_90 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 513 , cls_90 , 0.9900 , 780.0000 , 54.4881 , 787.8788 , 1.8571 , 1.1463 , 0.7704 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 552 , cls_90 , 2.4300 , 960.0000 , 71.6682 , 395.0617 , 1.4545 , 1.0855 , 0.6562 , 0.6728 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 577 , cls_90 , 56.8800 , 15600.0000 , 947.1762 , 274.2616 , 5.0980 , 1.2480 , 0.9294 , 0.7706 , 56.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 583 , cls_90 , 1.4400 , 1080.0000 , 90.1308 , 750.0000 , 2.2500 , 1.1694 , 0.8605 , 0.3750 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 590 , cls_90 , 0.6300 , 540.0000 , 39.7526 , 857.1429 , 1.5000 , 1.1214 , 0.6572 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 592 , cls_90 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 609 , cls_90 , 38.9700 , 12180.0000 , 636.7763 , 312.5481 , 4.8333 , 1.2462 , 0.9381 , 0.7429 , 38.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 649 , cls_90 , 0.7200 , 420.0000 , 36.9061 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 672 , cls_90 , 0.6300 , 420.0000 , 32.7472 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 693 , cls_90 , 3.9600 , 2820.0000 , 127.8869 , 712.1212 , 3.3571 , 1.2390 , 0.8556 , 0.4508 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 703 , cls_90 , 3.6900 , 1560.0000 , 125.8525 , 422.7642 , 2.0000 , 1.1347 , 0.8353 , 0.6423 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 710 , cls_90 , 13.5000 , 5820.0000 , 368.9354 , 431.1111 , 3.8800 , 1.2330 , 0.9279 , 0.6467 , 13.5000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 746 , cls_90 , 1.3500 , 600.0000 , 45.1157 , 444.4444 , 1.2500 , 1.0537 , 0.4383 , 0.6333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 778 , cls_90 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 364.9658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 810 , cls_90 , 124.7400 , 22680.0000 , 1186.3965 , 181.8182 , 5.0400 , 1.2315 , 0.9307 , 0.8509 , 124.7400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 845 , cls_90 , 0.5400 , 420.0000 , 32.0711 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 902 , cls_90 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 959 , cls_90 , 1.1700 , 660.0000 , 57.9982 , 564.1026 , 1.3750 , 1.0902 , 0.7453 , 0.5128 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 979 , cls_90 , 0.4500 , 480.0000 , 43.3217 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 980 , cls_90 , 4.4100 , 2160.0000 , 129.1771 , 489.7959 , 2.5714 , 1.1766 , 0.8667 , 0.6190 , 4.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 984 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1006 , cls_90 , 1.1700 , 600.0000 , 44.5394 , 512.8205 , 1.2500 , 1.0698 , 0.5963 , 0.5897 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1011 , cls_90 , 1.9800 , 1140.0000 , 65.3380 , 575.7576 , 1.9000 , 1.1427 , 0.6163 , 0.5606 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1015 , cls_90 , 41.1300 , 14640.0000 , 806.1224 , 355.9446 , 5.6744 , 1.2695 , 0.9601 , 0.7104 , 41.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1033 , cls_90 , 1.1700 , 600.0000 , 46.2559 , 512.8205 , 1.2500 , 1.0698 , 0.5132 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1036 , cls_90 , 0.7200 , 480.0000 , 47.8869 , 666.6667 , 1.3333 , 1.0780 , 0.7453 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1075 , cls_90 , 0.9900 , 720.0000 , 59.5635 , 727.2727 , 1.7143 , 1.1289 , 0.7704 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1076 , cls_90 , 0.5400 , 480.0000 , 38.9881 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1082 , cls_90 , 1.3500 , 660.0000 , 54.1420 , 488.8889 , 1.3750 , 1.0738 , 0.6707 , 0.5889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 577.0615 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1100 , cls_90 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1103 , cls_90 , 1.4400 , 720.0000 , 67.3865 , 500.0000 , 1.5000 , 1.0847 , 0.8041 , 0.5417 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1138 , cls_90 , 2.0700 , 1740.0000 , 131.5800 , 840.5797 , 2.9000 , 1.2227 , 0.8943 , 0.3696 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1173 , cls_90 , 0.8100 , 540.0000 , 42.0562 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1272 , cls_90 , 0.7200 , 480.0000 , 40.6729 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1304 , cls_90 , 0.5400 , 420.0000 , 30.1379 , 777.7778 , 1.4000 , 1.0831 , 0.5506 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 450.9989 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1347 , cls_90 , 1.1700 , 780.0000 , 65.1239 , 666.6667 , 1.6250 , 1.1258 , 0.8294 , 0.4487 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1361 , cls_90 , 0.9900 , 600.0000 , 43.6373 , 606.0606 , 1.4286 , 1.0892 , 0.6498 , 0.5000 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1378 , cls_90 , 9.7200 , 3060.0000 , 165.2925 , 314.8148 , 2.4286 , 1.1563 , 0.7277 , 0.7392 , 9.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1395 , cls_90 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1398 , cls_90 , 0.8100 , 600.0000 , 45.5297 , 740.7407 , 1.6667 , 1.1135 , 0.7453 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1399 , cls_90 , 0.8100 , 480.0000 , 41.1101 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 408.0441 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1417 , cls_90 , 1.1700 , 600.0000 , 44.4224 , 512.8205 , 1.2500 , 1.0698 , 0.5862 , 0.5769 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1425 , cls_90 , 0.8100 , 600.0000 , 49.5298 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1433 , cls_90 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1465 , cls_90 , 2.7900 , 1500.0000 , 120.8150 , 537.6344 , 2.0833 , 1.1580 , 0.8767 , 0.5484 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1478 , cls_90 , 0.9900 , 660.0000 , 56.0590 , 666.6667 , 1.5714 , 1.1100 , 0.7940 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1517 , cls_90 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1533 , cls_90 , 0.6300 , 480.0000 , 37.7674 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1625 , cls_90 , 4.0500 , 2340.0000 , 153.1031 , 577.7778 , 2.7857 , 1.2012 , 0.8765 , 0.5259 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1657 , cls_90 , 1.6200 , 1200.0000 , 73.2057 , 740.7407 , 2.2222 , 1.1769 , 0.7661 , 0.4074 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1701 , cls_90 , 0.9000 , 720.0000 , 62.5995 , 800.0000 , 1.7143 , 1.1407 , 0.8279 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1702 , cls_90 , 1.8000 , 720.0000 , 56.3419 , 400.0000 , 1.3333 , 1.0600 , 0.6082 , 0.6667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1791 , cls_90 , 0.6300 , 540.0000 , 37.9840 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1818 , cls_90 , 4.8600 , 2160.0000 , 149.5753 , 444.4444 , 2.4000 , 1.1660 , 0.8736 , 0.6420 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1851 , cls_90 , 0.8100 , 420.0000 , 35.4002 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 1060.6602 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1855 , cls_90 , 4.3200 , 1920.0000 , 123.3237 , 444.4444 , 2.2857 , 1.1568 , 0.7694 , 0.6389 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1925 , cls_90 , 12.1500 , 4320.0000 , 210.8679 , 355.5556 , 3.0000 , 1.1932 , 0.8248 , 0.7136 , 12.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1966 , cls_90 , 0.8100 , 660.0000 , 53.3943 , 814.8148 , 1.8333 , 1.1347 , 0.7838 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1985 , cls_90 , 1.0800 , 780.0000 , 58.2393 , 722.2222 , 1.8571 , 1.1355 , 0.7649 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1994 , cls_90 , 15.5700 , 4500.0000 , 240.3197 , 289.0173 , 2.7778 , 1.1753 , 0.8539 , 0.7611 , 15.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2015 , cls_90 , 0.8100 , 660.0000 , 47.6995 , 814.8148 , 1.8333 , 1.1347 , 0.7135 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2053 , cls_90 , 1.5300 , 1260.0000 , 84.0220 , 823.5294 , 2.3333 , 1.1940 , 0.8517 , 0.3725 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2064 , cls_90 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2138 , cls_90 , 6.8400 , 3660.0000 , 183.9722 , 535.0877 , 3.3889 , 1.2250 , 0.8368 , 0.5789 , 6.8400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2140 , cls_90 , 1.5300 , 1080.0000 , 81.0072 , 705.8824 , 2.0000 , 1.1620 , 0.7835 , 0.4412 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2237 , cls_90 , 1.7100 , 960.0000 , 72.6220 , 561.4035 , 1.7778 , 1.1246 , 0.7506 , 0.5263 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2238 , cls_90 , 0.9900 , 540.0000 , 43.2527 , 545.4545 , 1.2857 , 1.0663 , 0.5170 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 941.5413 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2243 , cls_90 , 1.7100 , 900.0000 , 67.0330 , 526.3158 , 1.6667 , 1.1114 , 0.7312 , 0.5526 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2263 , cls_90 , 1.1700 , 660.0000 , 45.5076 , 564.1026 , 1.3750 , 1.0902 , 0.6322 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2266 , cls_90 , 1.1700 , 840.0000 , 54.9415 , 717.9487 , 1.7500 , 1.1416 , 0.6817 , 0.4103 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2297 , cls_90 , 2.3400 , 1140.0000 , 73.6257 , 487.1795 , 1.7273 , 1.1237 , 0.7414 , 0.6090 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2357 , cls_90 , 5.3100 , 2220.0000 , 115.6657 , 418.0791 , 2.3125 , 1.1616 , 0.7258 , 0.6610 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2381 , cls_90 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2405 , cls_90 , 3.8700 , 2040.0000 , 108.1718 , 527.1318 , 2.4286 , 1.1804 , 0.7523 , 0.5581 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2417 , cls_90 , 0.8100 , 780.0000 , 57.0631 , 962.9630 , 2.1667 , 1.1718 , 0.7135 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2435 , cls_90 , 0.8100 , 480.0000 , 41.7795 , 592.5926 , 1.3333 , 1.0639 , 0.7135 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2443 , cls_90 , 5.9400 , 3180.0000 , 206.3315 , 535.3535 , 3.1176 , 1.2151 , 0.9177 , 0.5707 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2464 , cls_90 , 38.7000 , 10800.0000 , 492.9249 , 279.0698 , 4.2857 , 1.2282 , 0.8766 , 0.7705 , 38.7000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2483 , cls_90 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2527 , cls_90 , 4.0500 , 1380.0000 , 87.3347 , 340.7407 , 1.6429 , 1.1016 , 0.5416 , 0.7074 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2560 , cls_90 , 4.6800 , 1620.0000 , 123.1735 , 346.1538 , 1.8000 , 1.1166 , 0.7709 , 0.7147 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2565 , cls_90 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2584 , cls_90 , 0.6300 , 540.0000 , 43.6383 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2607 , cls_90 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2632 , cls_90 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2639 , cls_90 , 0.6300 , 480.0000 , 36.0298 , 761.9048 , 1.3333 , 1.0945 , 0.6572 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2640 , cls_90 , 1.0800 , 480.0000 , 42.0043 , 444.4444 , 1.1429 , 1.0310 , 0.5506 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2649 , cls_90 , 43.9200 , 10560.0000 , 579.7828 , 240.4372 , 3.9111 , 1.2128 , 0.9055 , 0.8040 , 43.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2668 , cls_90 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 566.0389 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2678 , cls_90 , 1.0800 , 780.0000 , 52.9365 , 722.2222 , 1.8571 , 1.1355 , 0.7649 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2721 , cls_90 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2730 , cls_90 , 8.9100 , 2760.0000 , 136.6047 , 309.7643 , 2.3000 , 1.1470 , 0.5514 , 0.7475 , 8.9100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2740 , cls_90 , 0.6300 , 420.0000 , 33.4059 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2746 , cls_90 , 0.8100 , 480.0000 , 42.9107 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2758 , cls_90 , 0.5400 , 480.0000 , 39.1655 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2765 , cls_90 , 1.5300 , 960.0000 , 59.1982 , 627.4510 , 1.7778 , 1.1376 , 0.7035 , 0.5098 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2766 , cls_90 , 2.3400 , 1080.0000 , 89.0716 , 461.5385 , 1.6364 , 1.1130 , 0.7763 , 0.5962 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2779 , cls_90 , 5.8500 , 2400.0000 , 172.1653 , 410.2564 , 2.3529 , 1.1655 , 0.8345 , 0.6667 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2795 , cls_90 , 0.7200 , 660.0000 , 49.6678 , 916.6667 , 1.8333 , 1.1497 , 0.8330 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2843 , cls_90 , 0.6300 , 540.0000 , 41.5274 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2883 , cls_90 , 3.1500 , 1140.0000 , 89.8413 , 361.9048 , 1.5833 , 1.0915 , 0.7591 , 0.7000 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2916 , cls_90 , 1.7100 , 1080.0000 , 61.0464 , 631.5789 , 2.0000 , 1.1488 , 0.6976 , 0.5263 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 566.0389 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2922 , cls_90 , 0.8100 , 540.0000 , 43.5839 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2951 , cls_90 , 10.1700 , 4980.0000 , 268.2021 , 489.6755 , 3.7727 , 1.2363 , 0.9081 , 0.5959 , 10.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2982 , cls_90 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3021 , cls_90 , 12.6000 , 5640.0000 , 351.5969 , 447.6190 , 3.9167 , 1.2349 , 0.9193 , 0.6310 , 12.6000 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3043 , cls_90 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3063 , cls_90 , 1.1700 , 840.0000 , 66.9521 , 717.9487 , 1.7500 , 1.1416 , 0.7566 , 0.3974 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3161 , cls_90 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3194 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3265 , cls_90 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3315 , cls_90 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3330 , cls_90 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3331 , cls_90 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3336 , cls_90 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3361 , cls_90 , 0.6300 , 480.0000 , 32.7869 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3370 , cls_90 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3429 , cls_90 , 4.5900 , 2100.0000 , 160.8361 , 457.5163 , 2.3333 , 1.1670 , 0.8600 , 0.6176 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3567 , cls_90 , 1.2600 , 900.0000 , 62.8255 , 714.2857 , 1.8750 , 1.1473 , 0.7591 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3573 , cls_90 , 0.9000 , 660.0000 , 46.5311 , 733.3333 , 1.5714 , 1.1216 , 0.7170 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 523.9275 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3603 , cls_90 , 2.7000 , 1860.0000 , 103.4689 , 688.8889 , 2.8182 , 1.2039 , 0.8472 , 0.4500 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3631 , cls_90 , 1.2600 , 600.0000 , 46.4775 , 476.1905 , 1.2500 , 1.0614 , 0.6039 , 0.6190 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3651 , cls_90 , 2.7000 , 1500.0000 , 125.5321 , 555.5556 , 2.2727 , 1.1617 , 0.8825 , 0.5167 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3707 , cls_90 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3711 , cls_90 , 1.0800 , 720.0000 , 53.6611 , 666.6667 , 1.7143 , 1.1183 , 0.7495 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 1141.5779 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3806 , cls_90 , 0.7200 , 480.0000 , 40.5811 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3833 , cls_90 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3855 , cls_90 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3909 , cls_90 , 2.3400 , 960.0000 , 75.0049 , 410.2564 , 1.4545 , 1.0895 , 0.7146 , 0.6538 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3941 , cls_90 , 17.8200 , 6660.0000 , 309.3546 , 373.7374 , 3.8276 , 1.2270 , 0.8722 , 0.6961 , 17.8200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3944 , cls_90 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 331.3608 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3949 , cls_90 , 13.8600 , 5580.0000 , 310.9582 , 402.5974 , 3.7200 , 1.2232 , 0.9155 , 0.6742 , 13.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3966 , cls_90 , 0.9900 , 540.0000 , 44.3266 , 545.4545 , 1.2857 , 1.0663 , 0.6498 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3967 , cls_90 , 1.8900 , 1380.0000 , 77.2054 , 730.1587 , 2.3000 , 1.1869 , 0.7943 , 0.4444 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4027 , cls_90 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 724.9828 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4076 , cls_90 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4106 , cls_90 , 0.6300 , 480.0000 , 35.9364 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 402.4922 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4117 , cls_90 , 2.1600 , 1380.0000 , 123.1513 , 638.8889 , 2.3000 , 1.1710 , 0.9156 , 0.4236 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4249 , cls_90 , 1.2600 , 1140.0000 , 68.7227 , 904.7619 , 2.3750 , 1.1974 , 0.8463 , 0.3214 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4270 , cls_90 , 0.4500 , 480.0000 , 43.3217 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4273 , cls_90 , 10.2600 , 4500.0000 , 295.6230 , 438.5965 , 3.4091 , 1.2177 , 0.9107 , 0.6389 , 10.2600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4320 , cls_90 , 45.9000 , 9240.0000 , 485.7434 , 201.3072 , 3.3478 , 1.1882 , 0.8669 , 0.8314 , 45.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4381 , cls_90 , 2.4300 , 1440.0000 , 139.0316 , 592.5926 , 2.1818 , 1.1658 , 0.8968 , 0.4753 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4436 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4459 , cls_90 , 2.1600 , 1320.0000 , 120.6396 , 611.1111 , 2.2000 , 1.1621 , 0.8666 , 0.4792 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4472 , cls_90 , 7.3800 , 3600.0000 , 205.0419 , 487.8049 , 3.1579 , 1.2137 , 0.8900 , 0.6016 , 7.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4498 , cls_90 , 1.0800 , 780.0000 , 60.2602 , 722.2222 , 1.8571 , 1.1355 , 0.7753 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4555 , cls_90 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4628 , cls_90 , 1.8900 , 1260.0000 , 95.2370 , 666.6667 , 2.1000 , 1.1684 , 0.8418 , 0.4444 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 636.3961 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4687 , cls_90 , 3.3300 , 1920.0000 , 99.5138 , 576.5766 , 2.4615 , 1.1857 , 0.7702 , 0.5225 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4696 , cls_90 , 3.0600 , 1740.0000 , 112.2286 , 568.6275 , 2.4167 , 1.1764 , 0.8581 , 0.5245 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4755 , cls_90 , 1.4400 , 960.0000 , 65.4362 , 666.6667 , 2.0000 , 1.1448 , 0.7603 , 0.4688 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4860 , cls_90 , 1.4400 , 720.0000 , 51.6457 , 500.0000 , 1.5000 , 1.0847 , 0.5926 , 0.5833 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4886 , cls_90 , 1.8900 , 1140.0000 , 82.2253 , 603.1746 , 1.9000 , 1.1481 , 0.6996 , 0.5079 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4900 , cls_90 , 0.9900 , 900.0000 , 54.0441 , 909.0909 , 2.1429 , 1.1774 , 0.7704 , 0.3485 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4901 , cls_90 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4916 , cls_90 , 0.8100 , 600.0000 , 46.4385 , 740.7407 , 1.6667 , 1.1135 , 0.6903 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4943 , cls_90 , 0.9000 , 540.0000 , 45.1026 , 600.0000 , 1.2857 , 1.0775 , 0.6894 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 780.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4961 , cls_90 , 1.1700 , 600.0000 , 48.4565 , 512.8205 , 1.2500 , 1.0698 , 0.5963 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4985 , cls_90 , 2.1600 , 1080.0000 , 78.2479 , 500.0000 , 1.8000 , 1.1219 , 0.7649 , 0.5833 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5046 , cls_90 , 19.2600 , 5820.0000 , 319.4556 , 302.1807 , 3.2333 , 1.1970 , 0.8746 , 0.7508 , 19.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5053 , cls_90 , 0.9000 , 600.0000 , 39.5679 , 666.6667 , 1.4286 , 1.1006 , 0.3634 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5073 , cls_90 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5136 , cls_90 , 1.3500 , 780.0000 , 56.8273 , 577.7778 , 1.6250 , 1.1089 , 0.7384 , 0.5222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5143 , cls_90 , 3.8700 , 2400.0000 , 137.1819 , 620.1550 , 2.8571 , 1.2111 , 0.8431 , 0.4922 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5146 , cls_90 , 1.3500 , 960.0000 , 59.9069 , 711.1111 , 2.0000 , 1.1526 , 0.7062 , 0.4333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5179 , cls_90 , 0.9000 , 480.0000 , 37.6957 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 450.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5298 , cls_90 , 0.9000 , 660.0000 , 57.2052 , 733.3333 , 1.5714 , 1.1216 , 0.8041 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 540.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5369 , cls_90 , 0.8100 , 480.0000 , 37.0510 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5394 , cls_90 , 0.7200 , 540.0000 , 43.1947 , 750.0000 , 1.5000 , 1.1046 , 0.7247 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 1092.0165 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5398 , cls_90 , 0.7200 , 660.0000 , 43.9441 , 916.6667 , 1.8333 , 1.1497 , 0.6817 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5420 , cls_90 , 1.0800 , 660.0000 , 60.6533 , 611.1111 , 1.5714 , 1.0996 , 0.7907 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5425 , cls_90 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 271.6616 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5463 , cls_90 , 0.7200 , 480.0000 , 38.5499 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5492 , cls_90 , 2.3400 , 1620.0000 , 123.8868 , 692.3077 , 2.4545 , 1.1936 , 0.9070 , 0.4487 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5497 , cls_90 , 0.9000 , 660.0000 , 40.7165 , 733.3333 , 1.5714 , 1.1216 , 0.6255 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5505 , cls_90 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5507 , cls_90 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5527 , cls_90 , 13.9500 , 5580.0000 , 396.2766 , 400.0000 , 3.7200 , 1.2225 , 0.9393 , 0.6688 , 13.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5555 , cls_90 , 7.0200 , 1680.0000 , 134.2664 , 239.3162 , 1.5556 , 1.0826 , 0.6744 , 0.7906 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5560 , cls_90 , 1.1700 , 780.0000 , 49.3040 , 666.6667 , 1.6250 , 1.1258 , 0.6322 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5575 , cls_90 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5599 , cls_90 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5614 , cls_90 , 1.5300 , 1200.0000 , 101.7894 , 784.3137 , 2.2222 , 1.1839 , 0.8804 , 0.3627 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5616 , cls_90 , 0.5400 , 420.0000 , 30.1379 , 777.7778 , 1.4000 , 1.0831 , 0.5506 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5682 , cls_90 , 1.2600 , 1080.0000 , 76.2569 , 857.1429 , 2.2500 , 1.1859 , 0.7997 , 0.2976 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 655.2099 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5687 , cls_90 , 1.0800 , 540.0000 , 42.6391 , 500.0000 , 1.2857 , 1.0563 , 0.6273 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5723 , cls_90 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5785 , cls_90 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5786 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5985 , cls_90 , 19.4400 , 6240.0000 , 402.4232 , 320.9877 , 3.4667 , 1.2075 , 0.8820 , 0.7353 , 19.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6014 , cls_90 , 0.8100 , 540.0000 , 39.8365 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6016 , cls_90 , 7.6500 , 1860.0000 , 125.5000 , 243.1373 , 1.6316 , 1.0924 , 0.6344 , 0.7961 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6050 , cls_90 , 3.3300 , 1800.0000 , 127.4279 , 540.5405 , 2.3077 , 1.1734 , 0.8606 , 0.5541 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6093 , cls_90 , 0.6300 , 480.0000 , 38.1273 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6096 , cls_90 , 0.6300 , 480.0000 , 43.9726 , 761.9048 , 1.3333 , 1.0945 , 0.7772 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 436.8066 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6219 , cls_90 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6234 , cls_90 , 3.1500 , 1560.0000 , 112.9340 , 495.2381 , 2.1667 , 1.1520 , 0.8293 , 0.5857 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6277 , cls_90 , 4.0500 , 1860.0000 , 135.6136 , 459.2593 , 2.2143 , 1.1579 , 0.8746 , 0.6185 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 424.2641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6365 , cls_90 , 0.8100 , 480.0000 , 44.8842 , 592.5926 , 1.3333 , 1.0639 , 0.7135 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6380 , cls_90 , 5.7600 , 1980.0000 , 136.0231 , 343.7500 , 2.0625 , 1.1321 , 0.7736 , 0.7109 , 5.7600 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6419 , cls_90 , 2.1600 , 1260.0000 , 93.5476 , 583.3333 , 2.1000 , 1.1528 , 0.8472 , 0.5069 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6421 , cls_90 , 1.1700 , 900.0000 , 56.0697 , 769.2308 , 1.8750 , 1.1564 , 0.6689 , 0.3974 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6464 , cls_90 , 0.9900 , 480.0000 , 42.2139 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 301.4963 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6540 , cls_90 , 1.3500 , 840.0000 , 67.7489 , 622.2222 , 1.7500 , 1.1245 , 0.7419 , 0.5000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6557 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6617 , cls_90 , 0.7200 , 540.0000 , 38.6692 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6618 , cls_90 , 1.1700 , 780.0000 , 53.5218 , 666.6667 , 1.6250 , 1.1258 , 0.6689 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6655 , cls_90 , 0.9000 , 600.0000 , 50.2625 , 666.6667 , 1.4286 , 1.1006 , 0.7453 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 424.2641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6774 , cls_90 , 2.1600 , 1200.0000 , 82.6503 , 555.5556 , 2.0000 , 1.1430 , 0.7649 , 0.5417 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6796 , cls_90 , 0.9900 , 720.0000 , 57.3299 , 727.2727 , 1.7143 , 1.1289 , 0.8107 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6799 , cls_90 , 1.4400 , 1020.0000 , 74.0087 , 708.3333 , 2.1250 , 1.1574 , 0.8078 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6856 , cls_90 , 0.9900 , 720.0000 , 55.1494 , 727.2727 , 1.7143 , 1.1289 , 0.7585 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6876 , cls_90 , 0.6300 , 540.0000 , 43.1336 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6892 , cls_90 , 1.8000 , 960.0000 , 63.6951 , 533.3333 , 1.7778 , 1.1187 , 0.7004 , 0.5750 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6904 , cls_90 , 1.4400 , 1020.0000 , 82.9782 , 708.3333 , 2.1250 , 1.1574 , 0.8370 , 0.4167 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6913 , cls_90 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6920 , cls_90 , 1.6200 , 900.0000 , 80.1732 , 555.5556 , 1.6667 , 1.1176 , 0.8041 , 0.5185 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 429.5346 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7065 , cls_90 , 1.2600 , 720.0000 , 60.1715 , 571.4286 , 1.5000 , 1.1000 , 0.7524 , 0.5238 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7086 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 810.5554 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7124 , cls_90 , 1.0800 , 780.0000 , 67.5436 , 722.2222 , 1.8571 , 1.1355 , 0.8090 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 617.7378 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7221 , cls_90 , 0.6300 , 420.0000 , 35.6333 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7251 , cls_90 , 0.5400 , 420.0000 , 32.6544 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7257 , cls_90 , 0.9900 , 480.0000 , 42.8900 , 484.8485 , 1.1429 , 1.0407 , 0.5881 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 474.3416 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7384 , cls_90 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7414 , cls_90 , 4.9500 , 2040.0000 , 128.0513 , 412.1212 , 2.2667 , 1.1535 , 0.7444 , 0.6576 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 1306.9813 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7439 , cls_90 , 0.8100 , 780.0000 , 67.2382 , 962.9630 , 2.1667 , 1.1718 , 0.8712 , 0.2593 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7449 , cls_90 , 0.8100 , 600.0000 , 48.5060 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 674.1662 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7459 , cls_90 , 1.3500 , 900.0000 , 76.8929 , 666.6667 , 1.8750 , 1.1390 , 0.8354 , 0.4333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7519 , cls_90 , 0.5400 , 600.0000 , 44.0957 , 1111.1111 , 2.0000 , 1.1661 , 0.7613 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7556 , cls_90 , 8.3700 , 3060.0000 , 180.8725 , 365.5914 , 2.5500 , 1.1716 , 0.8337 , 0.7097 , 8.3700 , 1.0000 , 100.0000 , 0.0000 , 402.4922 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7588 , cls_90 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 617.7378 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7608 , cls_90 , 2.4300 , 1080.0000 , 69.3930 , 444.4444 , 1.6364 , 1.1088 , 0.6180 , 0.6358 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7625 , cls_90 , 0.6300 , 660.0000 , 48.7968 , 1047.6190 , 1.8333 , 1.1673 , 0.8019 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7661 , cls_90 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7696 , cls_90 , 0.9900 , 540.0000 , 47.4224 , 545.4545 , 1.2857 , 1.0663 , 0.6888 , 0.5303 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7722 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7752 , cls_90 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 98 , cls_22 , 0.7200 , 660.0000 , 49.6678 , 916.6667 , 1.8333 , 1.1497 , 0.8330 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 109 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 111 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 114 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 120 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 122 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 137 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 144 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 162 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 171 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 172 , cls_22 , 0.7200 , 780.0000 , 47.8989 , 1083.3333 , 2.1667 , 1.1874 , 0.7516 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 199 , cls_22 , 0.7200 , 660.0000 , 56.7745 , 916.6667 , 1.8333 , 1.1497 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 200 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 202 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 210 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 236 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 243 , cls_22 , 1.3500 , 900.0000 , 75.0794 , 666.6667 , 1.8750 , 1.1390 , 0.7753 , 0.4667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 244 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 247 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 254 , cls_22 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 267 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 272 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 273 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 282 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 301.4963 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 283 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 290 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 291 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 298 , cls_22 , 0.8100 , 480.0000 , 44.8842 , 592.5926 , 1.3333 , 1.0639 , 0.7135 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 328 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 329 , cls_22 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 335 , cls_22 , 1.8000 , 1140.0000 , 69.8709 , 633.3333 , 2.1111 , 1.1538 , 0.6559 , 0.4750 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 341 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 357 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 368 , cls_22 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 370 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 371 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 372 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 388 , cls_22 , 1.8900 , 1080.0000 , 70.3189 , 571.4286 , 1.8000 , 1.1371 , 0.7243 , 0.5317 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 394 , cls_22 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 416.7733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 400 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 401 , cls_22 , 1.5300 , 1140.0000 , 102.7157 , 745.0980 , 2.1111 , 1.1733 , 0.8621 , 0.3725 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 402 , cls_22 , 0.3600 , 480.0000 , 42.4264 , 1333.3333 , 2.0000 , 1.1693 , 0.8408 , 0.1250 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 417 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 1041.3933 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 429 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 430 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 438 , cls_22 , 1.5300 , 1200.0000 , 66.0157 , 784.3137 , 2.2222 , 1.1839 , 0.6994 , 0.3922 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 450 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 458 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 461 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 480 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 488 , cls_22 , 2.9700 , 2040.0000 , 90.1766 , 686.8687 , 2.8333 , 1.2107 , 0.7324 , 0.4646 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 491 , cls_22 , 2.6100 , 1680.0000 , 86.4179 , 643.6782 , 2.5455 , 1.1879 , 0.7471 , 0.5000 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 507 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 523 , cls_22 , 0.9900 , 720.0000 , 51.5750 , 727.2727 , 1.7143 , 1.1289 , 0.6888 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 557 , cls_22 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 558 , cls_22 , 0.8100 , 660.0000 , 44.4586 , 814.8148 , 1.8333 , 1.1347 , 0.6048 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 579 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 581 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 658.6350 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 622 , cls_22 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 623 , cls_22 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 624 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 633 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 635 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 636 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 643 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 421.0701 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 647 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 657 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 1120.0893 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 668 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 680 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 681 , cls_22 , 46.3500 , 18600.0000 , 389.5811 , 401.2945 , 6.7391 , 1.2945 , 0.7400 , 0.6783 , 46.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 695 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 711 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 714 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 602.9925 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 727 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 729 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 745 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 361.2478 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 748 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 750 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 761 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 773 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 658.6350 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 783 , cls_22 , 0.4500 , 480.0000 , 39.9473 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 802 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 815 , cls_22 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 818 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 837 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 839 , cls_22 , 0.6300 , 480.0000 , 32.7869 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 869 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 870 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 879 , cls_22 , 0.4500 , 480.0000 , 31.1479 , 1066.6667 , 1.6000 , 1.1383 , 0.5103 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 904 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 909 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 914 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 921 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 947 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 956 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 969 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1005 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1016 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 1235.8398 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1034 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1037 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 602.9925 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1042 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1050 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1083 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1094 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 510.8816 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1133 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1196 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 823.7718 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1208 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 254.5584 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1219 , cls_22 , 36.9900 , 20880.0000 , 347.8814 , 564.4769 , 8.4878 , 1.3353 , 0.6903 , 0.5560 , 36.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1231 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1251 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1269 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1290 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1294 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1295 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 301.4963 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1309 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1335 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1336 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1348 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1351 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1363 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1364 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1365 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1375 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1390 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1407 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 301.4963 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1413 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1415 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1438 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1443 , cls_22 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1471 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1475 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1476 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1487 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1488 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1495 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1500 , cls_22 , 1.5300 , 1260.0000 , 79.4588 , 823.5294 , 2.3333 , 1.1940 , 0.7595 , 0.3431 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1501 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1513 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1514 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1526 , cls_22 , 2.8800 , 2160.0000 , 102.3540 , 750.0000 , 3.0000 , 1.2255 , 0.7749 , 0.4167 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1528 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1531 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1538 , cls_22 , 1.7100 , 1200.0000 , 80.0623 , 701.7544 , 2.2222 , 1.1704 , 0.8065 , 0.4386 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1539 , cls_22 , 0.6300 , 540.0000 , 46.5440 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1550 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1554 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1556 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1573 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1581 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1582 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1584 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1606 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1612 , cls_22 , 2.1600 , 1740.0000 , 83.3116 , 805.5556 , 2.9000 , 1.2174 , 0.7296 , 0.4028 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1617 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1620 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 351.1410 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1622 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1627 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1628 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1643 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1650 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1655 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1658 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1663 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1670 , cls_22 , 0.6300 , 600.0000 , 45.3423 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1676 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1679 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1687 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 351.1410 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1688 , cls_22 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1705 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1706 , cls_22 , 0.9000 , 660.0000 , 54.2792 , 733.3333 , 1.5714 , 1.1216 , 0.8128 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1711 , cls_22 , 0.6300 , 660.0000 , 46.4569 , 1047.6190 , 1.8333 , 1.1673 , 0.7379 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1712 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1715 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 296.9848 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1724 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1738 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1740 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1742 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1757 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1766 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 617.7378 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1771 , cls_22 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1777 , cls_22 , 1.1700 , 1020.0000 , 65.7107 , 871.7949 , 2.1250 , 1.1831 , 0.7286 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1782 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1783 , cls_22 , 1.2600 , 1020.0000 , 65.0568 , 809.5238 , 2.1250 , 1.1738 , 0.7078 , 0.4048 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1794 , cls_22 , 0.5400 , 600.0000 , 46.2366 , 1111.1111 , 2.0000 , 1.1661 , 0.7753 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1796 , cls_22 , 0.9900 , 780.0000 , 48.1268 , 787.8788 , 1.8571 , 1.1463 , 0.6498 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1797 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1813 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1829 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 296.9848 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1833 , cls_22 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 939.1486 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1834 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1841 , cls_22 , 1.0800 , 660.0000 , 42.8862 , 611.1111 , 1.5714 , 1.0996 , 0.4731 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1862 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1863 , cls_22 , 0.8100 , 720.0000 , 58.1031 , 888.8889 , 2.0000 , 1.1540 , 0.7796 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1872 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1897 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1898 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1908 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1914 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1921 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1930 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1932 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1933 , cls_22 , 0.7200 , 660.0000 , 46.5360 , 916.6667 , 1.8333 , 1.1497 , 0.6488 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1935 , cls_22 , 0.7200 , 420.0000 , 33.6957 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1944 , cls_22 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1948 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 480.9366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1953 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1957 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1959 , cls_22 , 14.9400 , 7500.0000 , 242.2254 , 502.0080 , 4.8077 , 1.2651 , 0.7843 , 0.5894 , 14.9400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1973 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1988 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1989 , cls_22 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1993 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1995 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2007 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2011 , cls_22 , 0.7200 , 540.0000 , 37.6960 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2044 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2047 , cls_22 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2062 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 617.7378 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2068 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2072 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2102 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2108 , cls_22 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2118 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2124 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2129 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2180 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2194 , cls_22 , 0.7200 , 600.0000 , 46.9447 , 833.3333 , 1.6667 , 1.1283 , 0.7247 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2196 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2198 , cls_22 , 0.9900 , 600.0000 , 44.8667 , 606.0606 , 1.4286 , 1.0892 , 0.6498 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2205 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2212 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2217 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2224 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2227 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2255 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2256 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2261 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2268 , cls_22 , 0.6300 , 480.0000 , 37.2411 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2276 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2280 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2282 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2287 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2320 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2335 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2356 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2361 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2366 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2388 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2442 , cls_22 , 1.1700 , 900.0000 , 57.5453 , 769.2308 , 1.8750 , 1.1564 , 0.7453 , 0.3974 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2455 , cls_22 , 4.0500 , 2340.0000 , 111.7359 , 577.7778 , 2.7857 , 1.2012 , 0.6903 , 0.5296 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2492 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2494 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2514 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2519 , cls_22 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2543 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2569 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2576 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2588 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2596 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2598 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2599 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2601 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2622 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2623 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2650 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 256.3201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2651 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2663 , cls_22 , 0.7200 , 660.0000 , 63.6018 , 916.6667 , 1.8333 , 1.1497 , 0.8605 , 0.2500 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2670 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2686 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2694 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2695 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 271.6616 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2703 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2712 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2714 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2735 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2752 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2755 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 474.3416 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2757 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2764 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2775 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2812 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2820 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2821 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 402.4922 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2824 , cls_22 , 0.9000 , 600.0000 , 42.2204 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2833 , cls_22 , 1.7100 , 1080.0000 , 86.5545 , 631.5789 , 2.0000 , 1.1488 , 0.8065 , 0.4912 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2837 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2838 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2854 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2856 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2866 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2873 , cls_22 , 5.4000 , 3780.0000 , 134.6086 , 700.0000 , 3.9375 , 1.2575 , 0.7733 , 0.4639 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2885 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2901 , cls_22 , 0.6300 , 540.0000 , 45.6441 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2907 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 566.0389 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2927 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2964 , cls_22 , 0.5400 , 480.0000 , 34.2081 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2971 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2977 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 351.1410 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3006 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3023 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3025 , cls_22 , 0.5400 , 480.0000 , 36.1803 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3031 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3041 , cls_22 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3060 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3064 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3074 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3092 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3096 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3101 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 424.2641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3109 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3111 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3119 , cls_22 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3124 , cls_22 , 0.5400 , 480.0000 , 34.1421 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3125 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3131 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3137 , cls_22 , 7.4700 , 4920.0000 , 216.4701 , 658.6345 , 4.3158 , 1.2681 , 0.8532 , 0.4819 , 7.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3149 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3150 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3159 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3170 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3181 , cls_22 , 1.9800 , 1380.0000 , 77.3857 , 696.9697 , 2.3000 , 1.1813 , 0.7585 , 0.4242 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3192 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3209 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3215 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3218 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3222 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3233 , cls_22 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3242 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3247 , cls_22 , 1.2600 , 840.0000 , 54.3809 , 666.6667 , 1.7500 , 1.1327 , 0.6637 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3248 , cls_22 , 0.9000 , 660.0000 , 68.4753 , 733.3333 , 1.5714 , 1.1216 , 0.8256 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3249 , cls_22 , 0.8100 , 540.0000 , 44.8842 , 666.6667 , 1.5000 , 1.0901 , 0.6903 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3251 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3252 , cls_22 , 1.1700 , 960.0000 , 93.6677 , 820.5128 , 2.0000 , 1.1702 , 0.8918 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3261 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 361.2478 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3269 , cls_22 , 0.7200 , 480.0000 , 42.5542 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3270 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3271 , cls_22 , 0.5400 , 480.0000 , 45.9276 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3274 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3285 , cls_22 , 0.9000 , 660.0000 , 75.0000 , 733.3333 , 1.5714 , 1.1216 , 0.8739 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3286 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3287 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3288 , cls_22 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3291 , cls_22 , 1.0800 , 840.0000 , 58.5720 , 777.7778 , 2.0000 , 1.1515 , 0.7649 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3297 , cls_22 , 1.4400 , 900.0000 , 77.5526 , 625.0000 , 1.8750 , 1.1313 , 0.7963 , 0.4688 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3298 , cls_22 , 1.8900 , 1200.0000 , 96.0792 , 634.9206 , 2.0000 , 1.1585 , 0.8048 , 0.4841 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3320 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3321 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3322 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3323 , cls_22 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3324 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3325 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3334 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3342 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3343 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3349 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3350 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3351 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3352 , cls_22 , 6.8400 , 4020.0000 , 382.1076 , 587.7193 , 3.7222 , 1.2418 , 0.9623 , 0.4825 , 6.8400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3359 , cls_22 , 0.4500 , 480.0000 , 40.7346 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3365 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3383 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3405 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3425 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3430 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3438 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3440 , cls_22 , 0.6300 , 660.0000 , 43.8829 , 1047.6190 , 1.8333 , 1.1673 , 0.7826 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3463 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3464 , cls_22 , 1.1700 , 840.0000 , 66.2165 , 717.9487 , 1.7500 , 1.1416 , 0.8294 , 0.4231 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3466 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3475 , cls_22 , 0.5400 , 420.0000 , 41.3887 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3478 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 436.8066 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3479 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3500 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3512 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3520 , cls_22 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3526 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3532 , cls_22 , 1.4400 , 960.0000 , 81.2156 , 666.6667 , 2.0000 , 1.1448 , 0.8259 , 0.4375 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3535 , cls_22 , 0.5400 , 540.0000 , 45.5020 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3536 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3537 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3539 , cls_22 , 0.8100 , 600.0000 , 47.3088 , 740.7407 , 1.6667 , 1.1135 , 0.6903 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3574 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3580 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3596 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3598 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3599 , cls_22 , 0.7200 , 600.0000 , 46.0960 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3605 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3610 , cls_22 , 0.9000 , 660.0000 , 47.7468 , 733.3333 , 1.5714 , 1.1216 , 0.6255 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3613 , cls_22 , 1.3500 , 900.0000 , 69.8605 , 666.6667 , 1.8750 , 1.1390 , 0.7384 , 0.4444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3614 , cls_22 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3615 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3617 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3620 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3621 , cls_22 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3623 , cls_22 , 17.0100 , 11640.0000 , 234.6140 , 684.3034 , 6.9286 , 1.3244 , 0.7065 , 0.4594 , 17.0100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3624 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3635 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3639 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3641 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3643 , cls_22 , 2.2500 , 1320.0000 , 72.4483 , 586.6667 , 2.2000 , 1.1574 , 0.6255 , 0.5400 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3659 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3662 , cls_22 , 5.4000 , 3240.0000 , 234.2722 , 600.0000 , 3.3750 , 1.2292 , 0.9337 , 0.4750 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3666 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3667 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3668 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3669 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3688 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3695 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3698 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3701 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3704 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3705 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3706 , cls_22 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3714 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3719 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 270.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3724 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3725 , cls_22 , 1.3500 , 1080.0000 , 100.0332 , 800.0000 , 2.2500 , 1.1773 , 0.8927 , 0.3333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3755 , cls_22 , 5.9400 , 4320.0000 , 400.2876 , 727.2727 , 4.2353 , 1.2709 , 0.9680 , 0.3939 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3757 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3776 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3788 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 510.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3796 , cls_22 , 0.5400 , 480.0000 , 48.3776 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3797 , cls_22 , 1.4400 , 720.0000 , 66.5203 , 500.0000 , 1.5000 , 1.0847 , 0.8041 , 0.5417 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3819 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3842 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3857 , cls_22 , 0.5400 , 480.0000 , 32.3607 , 888.8889 , 1.6000 , 1.1141 , 0.4123 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3868 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3874 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3894 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3905 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3906 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3937 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3987 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3990 , cls_22 , 2.1600 , 1140.0000 , 79.5481 , 527.7778 , 1.9000 , 1.1327 , 0.6850 , 0.5625 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3995 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4009 , cls_22 , 0.9900 , 780.0000 , 59.6467 , 787.8788 , 1.8571 , 1.1463 , 0.7585 , 0.3636 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4026 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4031 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4040 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4046 , cls_22 , 65.8800 , 36540.0000 , 511.4874 , 554.6448 , 11.0727 , 1.3614 , 0.7938 , 0.5767 , 65.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4050 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4052 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4060 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4068 , cls_22 , 3.0600 , 2220.0000 , 107.8375 , 725.4902 , 3.0833 , 1.2236 , 0.6840 , 0.4265 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4094 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4114 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4115 , cls_22 , 1.6200 , 1140.0000 , 80.1693 , 703.7037 , 2.1111 , 1.1663 , 0.8024 , 0.4167 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4120 , cls_22 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 878.2369 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4128 , cls_22 , 4.8600 , 3780.0000 , 129.5850 , 777.7778 , 4.2000 , 1.2698 , 0.7935 , 0.4074 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4133 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4134 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4139 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4151 , cls_22 , 1.4400 , 1020.0000 , 64.0899 , 708.3333 , 2.1250 , 1.1574 , 0.6866 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4156 , cls_22 , 2.7000 , 1740.0000 , 104.7678 , 644.4444 , 2.6364 , 1.1908 , 0.8332 , 0.4611 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4162 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4164 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4166 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4173 , cls_22 , 0.5400 , 480.0000 , 46.2366 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4194 , cls_22 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4199 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4201 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4206 , cls_22 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4208 , cls_22 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4209 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4211 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4221 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4222 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4223 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4228 , cls_22 , 7.2900 , 5280.0000 , 168.8526 , 724.2798 , 4.8889 , 1.2835 , 0.8270 , 0.4342 , 7.2900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4232 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4237 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4238 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4243 , cls_22 , 0.7200 , 540.0000 , 42.8777 , 750.0000 , 1.5000 , 1.1046 , 0.7453 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4255 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4258 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4261 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4276 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4282 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4284 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4309 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4312 , cls_22 , 0.5400 , 420.0000 , 41.3887 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4316 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4324 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 270.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4330 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 474.3416 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4332 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4335 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4338 , cls_22 , 0.9000 , 840.0000 , 47.3795 , 933.3333 , 2.0000 , 1.1745 , 0.6021 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4358 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4359 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4371 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4375 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4391 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4403 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4428 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4432 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4445 , cls_22 , 1.0800 , 1020.0000 , 56.8274 , 944.4444 , 2.4286 , 1.1933 , 0.6944 , 0.3333 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4447 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4455 , cls_22 , 1.2600 , 660.0000 , 47.0627 , 523.8095 , 1.3750 , 1.0816 , 0.5544 , 0.5714 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4477 , cls_22 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4489 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4495 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4501 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4508 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4510 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4523 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4531 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4547 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4548 , cls_22 , 2.0700 , 1740.0000 , 103.2525 , 840.5797 , 2.9000 , 1.2227 , 0.7184 , 0.3551 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4553 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4554 , cls_22 , 5.6700 , 3720.0000 , 203.5002 , 656.0847 , 3.8750 , 1.2489 , 0.8700 , 0.4577 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4557 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4566 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4568 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4570 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4571 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4580 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4581 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4593 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4597 , cls_22 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4598 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4599 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4615 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4630 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4633 , cls_22 , 0.5400 , 480.0000 , 48.3776 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4635 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4647 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4656 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4658 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4669 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4671 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4679 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4688 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4690 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4699 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4708 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4710 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4714 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4724 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4725 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4727 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4734 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4735 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4736 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4747 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4752 , cls_22 , 0.6300 , 480.0000 , 39.1923 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4756 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4765 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4769 , cls_22 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4774 , cls_22 , 0.7200 , 600.0000 , 56.8929 , 833.3333 , 1.6667 , 1.1283 , 0.8244 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4775 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4776 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4785 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4789 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4797 , cls_22 , 0.7200 , 600.0000 , 40.2550 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4816 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4818 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4835 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4840 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4853 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4856 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4864 , cls_22 , 4.3200 , 3180.0000 , 155.4522 , 736.1111 , 3.7857 , 1.2514 , 0.8548 , 0.4410 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4866 , cls_22 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4880 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4896 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4899 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4922 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4924 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4925 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4926 , cls_22 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4935 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4949 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4950 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4972 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4986 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4988 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4990 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4992 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4995 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4996 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4998 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4999 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5003 , cls_22 , 0.8100 , 480.0000 , 37.5807 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5012 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5015 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5027 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5032 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5036 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5038 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5039 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5041 , cls_22 , 0.8100 , 480.0000 , 36.6302 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5050 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5051 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5056 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5058 , cls_22 , 0.8100 , 600.0000 , 40.9822 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5067 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5068 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5071 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5074 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5075 , cls_22 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5082 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 577.0615 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5086 , cls_22 , 1.2600 , 1140.0000 , 73.1370 , 904.7619 , 2.3750 , 1.1974 , 0.7772 , 0.2976 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5094 , cls_22 , 0.5400 , 600.0000 , 52.4985 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5097 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5103 , cls_22 , 0.5400 , 540.0000 , 43.2414 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5105 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5110 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5113 , cls_22 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5115 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5117 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5125 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5128 , cls_22 , 0.8100 , 600.0000 , 39.3957 , 740.7407 , 1.6667 , 1.1135 , 0.5593 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5130 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5134 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5135 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5151 , cls_22 , 1.0800 , 960.0000 , 63.5415 , 888.8889 , 2.2857 , 1.1802 , 0.7495 , 0.3194 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5153 , cls_22 , 0.6300 , 540.0000 , 45.0403 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5157 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5166 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5167 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5176 , cls_22 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5187 , cls_22 , 0.8100 , 660.0000 , 42.6275 , 814.8148 , 1.8333 , 1.1347 , 0.6419 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5188 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5189 , cls_22 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5208 , cls_22 , 6.4800 , 2700.0000 , 112.1234 , 416.6667 , 2.6471 , 1.1760 , 0.6474 , 0.6759 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5211 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5212 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5215 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5216 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5227 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5229 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5231 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5234 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5235 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5245 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 364.9658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5247 , cls_22 , 1.2600 , 780.0000 , 64.8000 , 619.0476 , 1.6250 , 1.1170 , 0.7524 , 0.5000 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5248 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5250 , cls_22 , 3.2400 , 2700.0000 , 127.3169 , 833.3333 , 3.7500 , 1.2545 , 0.8345 , 0.3704 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5253 , cls_22 , 1.7100 , 1440.0000 , 84.7296 , 842.1053 , 2.6667 , 1.2078 , 0.7932 , 0.3684 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5256 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5258 , cls_22 , 0.6300 , 540.0000 , 46.6496 , 857.1429 , 1.5000 , 1.1214 , 0.7591 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5260 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5270 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5272 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5275 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5285 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5287 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5293 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5303 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5313 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5314 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5316 , cls_22 , 0.6300 , 480.0000 , 43.9726 , 761.9048 , 1.3333 , 1.0945 , 0.7772 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5317 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5323 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5325 , cls_22 , 0.6300 , 540.0000 , 47.7722 , 857.1429 , 1.5000 , 1.1214 , 0.7591 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5332 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5334 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5335 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5336 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5340 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5361 , cls_22 , 0.6300 , 480.0000 , 37.4341 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5368 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5371 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5376 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5381 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5388 , cls_22 , 0.7200 , 540.0000 , 39.4336 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5389 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5391 , cls_22 , 0.3600 , 480.0000 , 42.4264 , 1333.3333 , 2.0000 , 1.1693 , 0.8408 , 0.1250 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5400 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5407 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5408 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5409 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5410 , cls_22 , 0.7200 , 480.0000 , 35.8918 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5426 , cls_22 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5427 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5429 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5430 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5432 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5435 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5447 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5457 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5458 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5459 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5460 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5461 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5470 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5472 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5478 , cls_22 , 1.2600 , 1140.0000 , 103.3608 , 904.7619 , 2.3750 , 1.1974 , 0.9036 , 0.3214 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5480 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5485 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5486 , cls_22 , 0.6300 , 420.0000 , 31.0908 , 666.6667 , 1.1667 , 1.0640 , 0.4757 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5487 , cls_22 , 0.6300 , 660.0000 , 41.9517 , 1047.6190 , 1.8333 , 1.1673 , 0.6927 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5488 , cls_22 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5503 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5509 , cls_22 , 0.5400 , 480.0000 , 40.0496 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5514 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5516 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5518 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5524 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5535 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5538 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5543 , cls_22 , 1.4400 , 840.0000 , 76.1715 , 583.3333 , 1.7500 , 1.1169 , 0.7736 , 0.4896 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5551 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5557 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5561 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5566 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5570 , cls_22 , 0.9000 , 600.0000 , 54.4170 , 666.6667 , 1.4286 , 1.1006 , 0.7551 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5573 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5574 , cls_22 , 0.5400 , 540.0000 , 40.9954 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5583 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5597 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5604 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5605 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5627 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5630 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5631 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5636 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5641 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5643 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5646 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5648 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5658 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5667 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5672 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5675 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5691 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5703 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5706 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5715 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5716 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5725 , cls_22 , 27.1800 , 13260.0000 , 1017.6607 , 487.8587 , 6.3143 , 1.2957 , 0.9786 , 0.5684 , 27.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5726 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5731 , cls_22 , 4.4100 , 2940.0000 , 117.4946 , 666.6667 , 3.5000 , 1.2343 , 0.7453 , 0.4558 , 4.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5735 , cls_22 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5742 , cls_22 , 81.1800 , 31860.0000 , 2638.5868 , 392.4612 , 8.7049 , 1.3203 , 0.9919 , 0.6447 , 81.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5753 , cls_22 , 1.1700 , 1020.0000 , 65.6601 , 871.7949 , 2.1250 , 1.1831 , 0.7981 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5758 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5790 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5796 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5799 , cls_22 , 0.6300 , 540.0000 , 52.4221 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5808 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5809 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5810 , cls_22 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5812 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5813 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5819 , cls_22 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5826 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5833 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5835 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5836 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5837 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5838 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5839 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5840 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5841 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5843 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5844 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5845 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5850 , cls_22 , 1.2600 , 960.0000 , 71.3251 , 761.9048 , 2.0000 , 1.1610 , 0.8286 , 0.3214 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5852 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5860 , cls_22 , 20.9700 , 10260.0000 , 851.1317 , 489.2704 , 5.5161 , 1.2812 , 0.9755 , 0.5622 , 20.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5861 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5862 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5863 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5873 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5875 , cls_22 , 5.4000 , 2820.0000 , 258.6317 , 522.2222 , 2.9375 , 1.2037 , 0.9389 , 0.5361 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5876 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5914 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5926 , cls_22 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5988 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5993 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6022 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6024 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6046 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6047 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6055 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6057 , cls_22 , 0.3600 , 420.0000 , 33.8800 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6063 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6080 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6087 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6088 , cls_22 , 0.5400 , 600.0000 , 57.4390 , 1111.1111 , 2.0000 , 1.1661 , 0.8472 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6101 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6102 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6106 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6129 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6132 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6134 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6136 , cls_22 , 2.3400 , 1260.0000 , 95.2789 , 538.4615 , 1.9091 , 1.1436 , 0.8140 , 0.5449 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6153 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6167 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6168 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6171 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6182 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6183 , cls_22 , 1.8000 , 1320.0000 , 92.0344 , 733.3333 , 2.4444 , 1.1837 , 0.8041 , 0.4000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6184 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6187 , cls_22 , 0.3600 , 420.0000 , 33.8800 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6188 , cls_22 , 0.6300 , 480.0000 , 36.5605 , 761.9048 , 1.3333 , 1.0945 , 0.6572 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6195 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6199 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6201 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6203 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6211 , cls_22 , 1.4400 , 1320.0000 , 90.9092 , 916.6667 , 2.7500 , 1.2113 , 0.8802 , 0.3229 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6212 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6236 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6244 , cls_22 , 1.1700 , 600.0000 , 48.1588 , 512.8205 , 1.2500 , 1.0698 , 0.5963 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6247 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6249 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6259 , cls_22 , 1.2600 , 540.0000 , 44.3376 , 428.5714 , 1.1250 , 1.0391 , 0.4757 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6261 , cls_22 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6263 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6266 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6267 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6279 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6286 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6296 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6299 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6301 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6312 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6315 , cls_22 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6334 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6335 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6336 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6337 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6340 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6344 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6353 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6369 , cls_22 , 0.7200 , 600.0000 , 38.8825 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6374 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6375 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6392 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6401 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6406 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6411 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6412 , cls_22 , 4.3200 , 2700.0000 , 129.9609 , 625.0000 , 3.2143 , 1.2207 , 0.7996 , 0.4896 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6432 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6438 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6444 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 483.7355 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6452 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6454 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6457 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6469 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6481 , cls_22 , 0.7200 , 540.0000 , 45.4837 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6486 , cls_22 , 1.3500 , 1320.0000 , 74.1926 , 977.7778 , 2.7500 , 1.2195 , 0.7384 , 0.2778 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6494 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6507 , cls_22 , 0.6300 , 540.0000 , 41.1850 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6508 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6514 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 666.1081 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6517 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6518 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6525 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6529 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6544 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6547 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6551 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6561 , cls_22 , 3.7800 , 2040.0000 , 104.2079 , 539.6825 , 2.6154 , 1.1830 , 0.7429 , 0.5833 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6562 , cls_22 , 2.7000 , 1860.0000 , 117.0912 , 688.8889 , 2.8182 , 1.2039 , 0.8137 , 0.4500 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6564 , cls_22 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6569 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6574 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 469.5743 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6580 , cls_22 , 0.7200 , 540.0000 , 36.4335 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6585 , cls_22 , 0.8100 , 600.0000 , 51.8610 , 740.7407 , 1.6667 , 1.1135 , 0.7796 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6586 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6590 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6600 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6612 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6620 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6633 , cls_22 , 0.5400 , 480.0000 , 34.3237 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6635 , cls_22 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6641 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6642 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6644 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 394.5884 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6651 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 600.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6656 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6658 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6664 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 450.9989 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6683 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6687 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6691 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6693 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6697 , cls_22 , 0.9000 , 1140.0000 , 65.0471 , 1266.6667 , 2.7143 , 1.2416 , 0.7598 , 0.1667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6699 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6714 , cls_22 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6717 , cls_22 , 6.7500 , 4320.0000 , 166.1977 , 640.0000 , 4.0000 , 1.2563 , 0.7412 , 0.4889 , 6.7500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6720 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6722 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6728 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6739 , cls_22 , 1.7100 , 1440.0000 , 79.3431 , 842.1053 , 2.6667 , 1.2078 , 0.8065 , 0.3596 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6747 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6752 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6755 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6757 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6766 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6771 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6776 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6787 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6797 , cls_22 , 0.9000 , 600.0000 , 55.2899 , 666.6667 , 1.4286 , 1.1006 , 0.7551 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6806 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6812 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6814 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6823 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6825 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6834 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6835 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6848 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6849 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6851 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6855 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6873 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6884 , cls_22 , 0.7200 , 720.0000 , 56.2028 , 1000.0000 , 2.0000 , 1.1693 , 0.7516 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6886 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6887 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6889 , cls_22 , 0.5400 , 600.0000 , 41.5595 , 1111.1111 , 2.0000 , 1.1661 , 0.7062 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6890 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6900 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6902 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6903 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6910 , cls_22 , 0.7200 , 540.0000 , 41.2327 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6911 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6922 , cls_22 , 0.8100 , 600.0000 , 48.3090 , 740.7407 , 1.6667 , 1.1135 , 0.7205 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6930 , cls_22 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6936 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6938 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6947 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6955 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6960 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6967 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6974 , cls_22 , 0.5400 , 420.0000 , 38.0278 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6979 , cls_22 , 1.1700 , 900.0000 , 59.7874 , 769.2308 , 1.8750 , 1.1564 , 0.6689 , 0.3718 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6992 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6993 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6994 , cls_22 , 0.7200 , 600.0000 , 36.3650 , 833.3333 , 1.6667 , 1.1283 , 0.4907 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6999 , cls_22 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7000 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7004 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7006 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7016 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 305.9412 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7017 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7023 , cls_22 , 2.0700 , 1500.0000 , 69.9423 , 724.6377 , 2.5000 , 1.1928 , 0.6981 , 0.4565 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7026 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7031 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7034 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7039 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7040 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7041 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7043 , cls_22 , 13.7700 , 9000.0000 , 211.8043 , 653.5948 , 6.0000 , 1.3046 , 0.7546 , 0.4978 , 13.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7046 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7058 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 483.7355 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7063 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7064 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 318.9044 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7067 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 305.9412 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7068 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7076 , cls_22 , 1.5300 , 900.0000 , 90.2067 , 588.2353 , 1.6667 , 1.1242 , 0.8420 , 0.4608 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7077 , cls_22 , 0.5400 , 480.0000 , 36.1803 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7084 , cls_22 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7087 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7102 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7107 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7108 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7111 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7117 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7141 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7143 , cls_22 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7156 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7157 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7162 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7168 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7174 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7175 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7176 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7189 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7190 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7217 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7219 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7220 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7223 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7232 , cls_22 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7247 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7250 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7253 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7254 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7265 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 318.9044 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7269 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7283 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7291 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7303 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7306 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7310 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7315 , cls_22 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7322 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7324 , cls_22 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7326 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7329 , cls_22 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7331 , cls_22 , 0.8100 , 540.0000 , 47.8619 , 666.6667 , 1.5000 , 1.0901 , 0.7708 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7333 , cls_22 , 0.7200 , 540.0000 , 43.2032 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7338 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7340 , cls_22 , 2.6100 , 1680.0000 , 120.0802 , 643.6782 , 2.5455 , 1.1879 , 0.8722 , 0.4828 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7342 , cls_22 , 9.4500 , 4440.0000 , 166.6492 , 469.8413 , 3.5238 , 1.2241 , 0.8048 , 0.6206 , 9.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7346 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7353 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7367 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7377 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7399 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7403 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 394.5884 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7408 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7409 , cls_22 , 1.1700 , 1020.0000 , 91.5966 , 871.7949 , 2.1250 , 1.1831 , 0.8889 , 0.3333 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7421 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7427 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7429 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7430 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7441 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7444 , cls_22 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7447 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7464 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7466 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7467 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7469 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7477 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7494 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7497 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7513 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7520 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7532 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7559 , cls_22 , 4.0500 , 2520.0000 , 96.3997 , 622.2222 , 3.0000 , 1.2151 , 0.6350 , 0.5259 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7563 , cls_22 , 0.9900 , 660.0000 , 57.5810 , 666.6667 , 1.5714 , 1.1100 , 0.7307 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7579 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7585 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7597 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7598 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7599 , cls_22 , 0.7200 , 540.0000 , 39.7693 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7600 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7601 , cls_22 , 0.9000 , 780.0000 , 59.7814 , 866.6667 , 1.8571 , 1.1583 , 0.8041 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7603 , cls_22 , 1.7100 , 1140.0000 , 65.7427 , 666.6667 , 2.1111 , 1.1599 , 0.6731 , 0.4474 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7605 , cls_22 , 2.8800 , 1380.0000 , 79.6086 , 479.1667 , 1.9167 , 1.1382 , 0.6518 , 0.6042 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7611 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7623 , cls_22 , 0.7200 , 660.0000 , 43.2584 , 916.6667 , 1.8333 , 1.1497 , 0.7004 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7637 , cls_22 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 573.1492 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7650 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7654 , cls_22 , 2.0700 , 1140.0000 , 71.6440 , 550.7246 , 1.9000 , 1.1376 , 0.7657 , 0.5580 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7677 , cls_22 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7692 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 570.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7705 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7713 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 757.1658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7725 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 305.9412 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7744 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 888.4256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7756 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7757 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7773 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7774 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 110 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 112 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 115 , cls_23 , 0.5400 , 420.0000 , 30.7844 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 173 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 214 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 215 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 220 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 1261.7845 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 284 , cls_23 , 2.1600 , 1740.0000 , 109.8822 , 805.5556 , 2.9000 , 1.2174 , 0.8598 , 0.3750 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 316 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 330 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 347 , cls_23 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 2117.2860 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 355 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 356 , cls_23 , 0.8100 , 600.0000 , 42.8660 , 740.7407 , 1.6667 , 1.1135 , 0.7205 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 389 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 475 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 478 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 524 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 540 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 554 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 576 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 578 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 599 , cls_23 , 1.2600 , 600.0000 , 46.5757 , 476.1905 , 1.2500 , 1.0614 , 0.4757 , 0.5952 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 646 , cls_23 , 0.4500 , 420.0000 , 31.3192 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 698 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 718 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 738 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 739 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 754 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 768 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 796 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 800 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 803 , cls_23 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 804 , cls_23 , 1.9800 , 1080.0000 , 77.2799 , 545.4545 , 1.8000 , 1.1317 , 0.7585 , 0.5606 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 817 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 897 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 922 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 953 , cls_23 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 954 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 973 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 986 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1001 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1007 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1008 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1041 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1120 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 254.5584 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1259 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1267 , cls_23 , 0.8100 , 480.0000 , 36.1507 , 592.5926 , 1.3333 , 1.0639 , 0.5593 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1277 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1301 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1317 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1318 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1319 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1328 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1341 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1342 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1359 , cls_23 , 1.0800 , 900.0000 , 69.4777 , 833.3333 , 2.1429 , 1.1663 , 0.8202 , 0.3472 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1368 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1376 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1384 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1396 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1397 , cls_23 , 3.2400 , 2160.0000 , 125.0018 , 666.6667 , 3.0000 , 1.2116 , 0.7304 , 0.4630 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1444 , cls_23 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1457 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1466 , cls_23 , 3.7800 , 2400.0000 , 174.6926 , 634.9206 , 3.0769 , 1.2138 , 0.8615 , 0.4921 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1492 , cls_23 , 0.9900 , 720.0000 , 68.3767 , 727.2727 , 1.7143 , 1.1289 , 0.8292 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1515 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1540 , cls_23 , 7.6500 , 3840.0000 , 180.2513 , 501.9608 , 3.3684 , 1.2213 , 0.8029 , 0.5882 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1542 , cls_23 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1555 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 1046.5658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1572 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1618 , cls_23 , 0.6300 , 540.0000 , 45.1887 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1651 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1652 , cls_23 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1677 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1693 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1699 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1709 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1720 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1778 , cls_23 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1795 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1799 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1812 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1821 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1840 , cls_23 , 0.7200 , 480.0000 , 37.2880 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1880 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1913 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1958 , cls_23 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1970 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1974 , cls_23 , 0.5400 , 480.0000 , 45.6657 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1992 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2027 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 400.2499 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2051 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2073 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 1046.5658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2100 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2116 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2119 , cls_23 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 474.3416 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2171 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2197 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2204 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 474.3416 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2211 , cls_23 , 1.0800 , 900.0000 , 50.0311 , 833.3333 , 2.1429 , 1.1663 , 0.5506 , 0.3611 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2219 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2220 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2236 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2269 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2300 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2424 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2459 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2505 , cls_23 , 0.9000 , 600.0000 , 46.9778 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2562 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2570 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2582 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2610 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2611 , cls_23 , 1.1700 , 720.0000 , 50.0574 , 615.3846 , 1.5000 , 1.1087 , 0.6817 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2825 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 979.4897 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2889 , cls_23 , 3.3300 , 2160.0000 , 103.7745 , 648.6486 , 2.7692 , 1.2084 , 0.6921 , 0.4820 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2936 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2979 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3053 , cls_23 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3091 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 642.0280 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3135 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3138 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 254.5584 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3204 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3267 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3277 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 254.5584 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3280 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3281 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3289 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 1113.6427 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3305 , cls_23 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3327 , cls_23 , 0.7200 , 480.0000 , 38.3750 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3373 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 330.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3376 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3378 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3382 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3404 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3434 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3439 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3443 , cls_23 , 0.6300 , 600.0000 , 49.2510 , 952.3810 , 1.6667 , 1.1455 , 0.8217 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3445 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3480 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3481 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3495 , cls_23 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3497 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3498 , cls_23 , 0.6300 , 420.0000 , 31.0908 , 666.6667 , 1.1667 , 1.0640 , 0.4757 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3502 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3503 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3517 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3518 , cls_23 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3531 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3541 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3553 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3558 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3572 , cls_23 , 0.7200 , 420.0000 , 32.6407 , 583.3333 , 1.1667 , 1.0480 , 0.4341 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3600 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3607 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3609 , cls_23 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3618 , cls_23 , 2.2500 , 1380.0000 , 78.4133 , 613.3333 , 2.3000 , 1.1662 , 0.5698 , 0.4867 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3622 , cls_23 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3642 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 301.4963 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3644 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 540.8327 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3645 , cls_23 , 3.3300 , 1260.0000 , 78.5432 , 378.3784 , 1.6154 , 1.1048 , 0.5143 , 0.6802 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3646 , cls_23 , 2.6100 , 1200.0000 , 74.3715 , 459.7701 , 1.8182 , 1.1217 , 0.6612 , 0.6149 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3647 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3661 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3685 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 256.3201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3702 , cls_23 , 0.9900 , 780.0000 , 51.7490 , 787.8788 , 1.8571 , 1.1463 , 0.6888 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3709 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3726 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3738 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3741 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3753 , cls_23 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3760 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3761 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3774 , cls_23 , 1.8000 , 900.0000 , 61.7535 , 500.0000 , 1.6667 , 1.1055 , 0.6082 , 0.5917 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3775 , cls_23 , 1.6200 , 1140.0000 , 126.0026 , 703.7037 , 2.1111 , 1.1663 , 0.9218 , 0.3333 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3779 , cls_23 , 1.9800 , 1260.0000 , 78.6529 , 636.3636 , 2.1000 , 1.1629 , 0.7357 , 0.4773 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3805 , cls_23 , 2.1600 , 1020.0000 , 71.8611 , 472.2222 , 1.7000 , 1.1104 , 0.6944 , 0.6042 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3816 , cls_23 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3844 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3845 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3866 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3867 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3869 , cls_23 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3946 , cls_23 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3962 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3963 , cls_23 , 0.5400 , 480.0000 , 47.1916 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3976 , cls_23 , 0.7200 , 600.0000 , 46.2463 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4014 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4025 , cls_23 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4028 , cls_23 , 0.6300 , 540.0000 , 45.2160 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4032 , cls_23 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4048 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4053 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4067 , cls_23 , 1.5300 , 960.0000 , 56.0468 , 627.4510 , 1.7778 , 1.1376 , 0.5916 , 0.5196 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4069 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4071 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4090 , cls_23 , 3.7800 , 1740.0000 , 91.3337 , 460.3175 , 2.2308 , 1.1528 , 0.5094 , 0.6270 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4093 , cls_23 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4110 , cls_23 , 0.5400 , 540.0000 , 50.7673 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4112 , cls_23 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4137 , cls_23 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4138 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4140 , cls_23 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4152 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4175 , cls_23 , 0.7200 , 540.0000 , 50.6601 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4178 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4204 , cls_23 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4231 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4235 , cls_23 , 0.3600 , 420.0000 , 33.8800 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4244 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4259 , cls_23 , 2.1600 , 1320.0000 , 78.4165 , 611.1111 , 2.2000 , 1.1621 , 0.6180 , 0.5000 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4268 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4314 , cls_23 , 0.7200 , 480.0000 , 40.1294 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4315 , cls_23 , 2.3400 , 1080.0000 , 75.4758 , 461.5385 , 1.6364 , 1.1130 , 0.6622 , 0.6218 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4318 , cls_23 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4336 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4337 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4339 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4354 , cls_23 , 0.8100 , 540.0000 , 38.3770 , 666.6667 , 1.5000 , 1.0901 , 0.4270 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4355 , cls_23 , 14.6700 , 7500.0000 , 212.6408 , 511.2474 , 4.8077 , 1.2670 , 0.7544 , 0.5777 , 14.6700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4357 , cls_23 , 0.9000 , 660.0000 , 66.0762 , 733.3333 , 1.5714 , 1.1216 , 0.8256 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4376 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4378 , cls_23 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4392 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4408 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4429 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4430 , cls_23 , 0.5400 , 540.0000 , 49.9536 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4431 , cls_23 , 1.0800 , 840.0000 , 56.7334 , 777.7778 , 2.0000 , 1.1515 , 0.6944 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4448 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4450 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4464 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4465 , cls_23 , 0.7200 , 660.0000 , 52.7889 , 916.6667 , 1.8333 , 1.1497 , 0.8041 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4467 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4484 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4505 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4506 , cls_23 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4529 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4530 , cls_23 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4551 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4575 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4576 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4577 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4594 , cls_23 , 1.0800 , 840.0000 , 54.5336 , 777.7778 , 2.0000 , 1.1515 , 0.6180 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4612 , cls_23 , 0.6300 , 540.0000 , 49.3648 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4613 , cls_23 , 0.6300 , 540.0000 , 37.1243 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4614 , cls_23 , 0.6300 , 420.0000 , 35.6454 , 666.6667 , 1.1667 , 1.0640 , 0.6572 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4639 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 523.9275 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4667 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4668 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4701 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4702 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4718 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4732 , cls_23 , 0.9900 , 780.0000 , 53.6565 , 787.8788 , 1.8571 , 1.1463 , 0.8055 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4750 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4766 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4767 , cls_23 , 4.8600 , 2820.0000 , 231.3821 , 580.2469 , 3.1333 , 1.2155 , 0.9234 , 0.5216 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4777 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 1410.3191 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4782 , cls_23 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4784 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4812 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4813 , cls_23 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4849 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4850 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4851 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4863 , cls_23 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4877 , cls_23 , 0.8100 , 660.0000 , 51.8498 , 814.8148 , 1.8333 , 1.1347 , 0.8121 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4892 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4923 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4927 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 488.3646 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4948 , cls_23 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4989 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5011 , cls_23 , 3.6000 , 3120.0000 , 159.2247 , 866.6667 , 4.0000 , 1.2695 , 0.7805 , 0.3583 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5014 , cls_23 , 0.3600 , 480.0000 , 36.9061 , 1333.3333 , 2.0000 , 1.1693 , 0.7453 , 0.1250 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5037 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5057 , cls_23 , 1.2600 , 1020.0000 , 75.3847 , 809.5238 , 2.1250 , 1.1738 , 0.7772 , 0.3571 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5099 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5114 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5129 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5133 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 394.5884 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5183 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5185 , cls_23 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5209 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5230 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5232 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5251 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5268 , cls_23 , 0.5400 , 420.0000 , 36.6787 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5290 , cls_23 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5291 , cls_23 , 1.0800 , 900.0000 , 69.2055 , 833.3333 , 2.1429 , 1.1663 , 0.8283 , 0.3472 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5292 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5308 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5310 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5320 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5338 , cls_23 , 0.8100 , 540.0000 , 44.7193 , 666.6667 , 1.5000 , 1.0901 , 0.7135 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5358 , cls_23 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5378 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 394.5884 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5390 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5392 , cls_23 , 1.2600 , 840.0000 , 69.3316 , 666.6667 , 1.7500 , 1.1327 , 0.8217 , 0.4762 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5423 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 735.4590 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5428 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5445 , cls_23 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5446 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5499 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5501 , cls_23 , 0.7200 , 480.0000 , 38.9141 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5515 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 732.3933 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5519 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 362.4914 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5521 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5537 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5556 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5568 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5580 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 362.4914 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5592 , cls_23 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5594 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5623 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5628 , cls_23 , 2.6100 , 1980.0000 , 125.2444 , 758.6207 , 3.0000 , 1.2202 , 0.8422 , 0.4023 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5645 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5668 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5669 , cls_23 , 0.5400 , 540.0000 , 46.8978 , 1000.0000 , 1.8000 , 1.1415 , 0.7935 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5694 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5696 , cls_23 , 3.2400 , 2040.0000 , 144.9034 , 629.6296 , 2.8333 , 1.2006 , 0.8419 , 0.4491 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5702 , cls_23 , 2.3400 , 1440.0000 , 78.5156 , 615.3846 , 2.1818 , 1.1701 , 0.6105 , 0.5064 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5717 , cls_23 , 0.9000 , 720.0000 , 46.0678 , 800.0000 , 1.7143 , 1.1407 , 0.5609 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5732 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5739 , cls_23 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5741 , cls_23 , 0.5400 , 420.0000 , 41.3887 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5745 , cls_23 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5752 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5777 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5779 , cls_23 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5788 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5791 , cls_23 , 0.9000 , 720.0000 , 57.4219 , 800.0000 , 1.7143 , 1.1407 , 0.7170 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5793 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5801 , cls_23 , 3.4200 , 1980.0000 , 133.0098 , 578.9474 , 2.5385 , 1.1886 , 0.8278 , 0.5000 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5815 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5822 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5825 , cls_23 , 3.3300 , 1800.0000 , 118.4762 , 540.5405 , 2.3077 , 1.1734 , 0.8650 , 0.5315 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5827 , cls_23 , 0.7200 , 480.0000 , 39.2716 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5828 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5829 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5830 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5846 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5849 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5853 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5854 , cls_23 , 1.7100 , 1080.0000 , 87.2138 , 631.5789 , 2.0000 , 1.1488 , 0.8577 , 0.4561 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5855 , cls_23 , 0.9900 , 720.0000 , 81.8182 , 727.2727 , 1.7143 , 1.1289 , 0.8852 , 0.3030 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5856 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5857 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5858 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5864 , cls_23 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5865 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5866 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 732.3933 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5867 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 510.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5868 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 510.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5869 , cls_23 , 1.2600 , 720.0000 , 61.8068 , 571.4286 , 1.5000 , 1.1000 , 0.7903 , 0.5000 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5871 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5872 , cls_23 , 0.9900 , 1140.0000 , 68.0562 , 1151.5152 , 2.7143 , 1.2288 , 0.8107 , 0.1970 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5888 , cls_23 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5889 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5913 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5915 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5917 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5918 , cls_23 , 1.3500 , 960.0000 , 57.1751 , 711.1111 , 2.0000 , 1.1526 , 0.6396 , 0.3889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5924 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5927 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5930 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5931 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5932 , cls_23 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5933 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5934 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5935 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 570.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5945 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5946 , cls_23 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5987 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5989 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6018 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6019 , cls_23 , 1.3500 , 960.0000 , 71.7192 , 711.1111 , 2.0000 , 1.1526 , 0.7878 , 0.3889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6028 , cls_23 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6030 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6058 , cls_23 , 0.9000 , 840.0000 , 85.7712 , 933.3333 , 2.0000 , 1.1745 , 0.8701 , 0.2500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6094 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6100 , cls_23 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6108 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6119 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6166 , cls_23 , 1.9800 , 1080.0000 , 98.7586 , 545.4545 , 1.8000 , 1.1317 , 0.8169 , 0.5303 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6209 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6230 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6245 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 305.9412 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6262 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6278 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6300 , cls_23 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6302 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6429 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6476 , cls_23 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6492 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6553 , cls_23 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 979.4897 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6581 , cls_23 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6601 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6602 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6619 , cls_23 , 1.7100 , 900.0000 , 80.2359 , 526.3158 , 1.6667 , 1.1114 , 0.7859 , 0.5614 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6653 , cls_23 , 1.3500 , 780.0000 , 61.0818 , 577.7778 , 1.6250 , 1.1089 , 0.7347 , 0.5333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6657 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6675 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6700 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6713 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6721 , cls_23 , 1.3500 , 900.0000 , 72.0856 , 666.6667 , 1.8750 , 1.1390 , 0.7613 , 0.4444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6740 , cls_23 , 5.2200 , 3240.0000 , 130.1725 , 620.6897 , 3.3750 , 1.2330 , 0.7505 , 0.5000 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6742 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6743 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6790 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6833 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6863 , cls_23 , 0.6300 , 540.0000 , 49.5756 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6868 , cls_23 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6885 , cls_23 , 0.8100 , 480.0000 , 37.0332 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6893 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6894 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6929 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6942 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6991 , cls_23 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 1140.3947 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6995 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 979.4897 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7007 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7044 , cls_23 , 1.8000 , 1140.0000 , 68.9972 , 633.3333 , 2.1111 , 1.1538 , 0.7170 , 0.4833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7048 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7078 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 424.2641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7080 , cls_23 , 0.5400 , 540.0000 , 50.7673 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7081 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7273 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7314 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 576.2812 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7334 , cls_23 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7362 , cls_23 , 0.5400 , 540.0000 , 42.5265 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7386 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7387 , cls_23 , 0.7200 , 540.0000 , 44.1000 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7393 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7424 , cls_23 , 0.6300 , 600.0000 , 44.2944 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7498 , cls_23 , 0.9000 , 540.0000 , 46.8001 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7499 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7516 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7557 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7577 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7578 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7580 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7602 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7633 , cls_23 , 1.8000 , 1020.0000 , 62.9568 , 566.6667 , 1.8889 , 1.1311 , 0.6512 , 0.5250 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7634 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7658 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7660 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7678 , cls_23 , 0.8100 , 660.0000 , 54.8370 , 814.8148 , 1.8333 , 1.1347 , 0.7796 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7701 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7703 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7704 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7728 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7731 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7732 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7743 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 1152.5624 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7767 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7772 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 135 , cls_31 , 0.6300 , 420.0000 , 32.7573 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 1656.5325 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 256 , cls_31 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 960.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 289 , cls_31 , 9.0900 , 3240.0000 , 153.7574 , 356.4356 , 2.5714 , 1.1731 , 0.7304 , 0.7112 , 9.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 375 , cls_31 , 45.6300 , 12600.0000 , 412.8798 , 276.1341 , 4.5652 , 1.2363 , 0.6723 , 0.7758 , 45.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 481 , cls_31 , 0.8100 , 480.0000 , 37.0114 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 530 , cls_31 , 2.1600 , 1080.0000 , 62.4491 , 500.0000 , 1.8000 , 1.1219 , 0.5506 , 0.5903 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 544 , cls_31 , 0.9900 , 840.0000 , 47.4283 , 848.4848 , 2.0000 , 1.1624 , 0.6498 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 651 , cls_31 , 1.7100 , 840.0000 , 54.0227 , 491.2281 , 1.5556 , 1.0972 , 0.4624 , 0.6053 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 723 , cls_31 , 1.2600 , 720.0000 , 54.8076 , 571.4286 , 1.5000 , 1.1000 , 0.7078 , 0.5238 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 770 , cls_31 , 1.8900 , 1500.0000 , 82.5154 , 793.6508 , 2.5000 , 1.2038 , 0.7634 , 0.4048 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 870.5171 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 805 , cls_31 , 1.1700 , 1080.0000 , 58.5035 , 923.0769 , 2.2500 , 1.1953 , 0.8053 , 0.3333 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 911 , cls_31 , 0.4500 , 480.0000 , 34.6834 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 928 , cls_31 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 968 , cls_31 , 1.4400 , 900.0000 , 55.1534 , 625.0000 , 1.8750 , 1.1313 , 0.6488 , 0.5104 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1004 , cls_31 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 308.8689 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1067 , cls_31 , 0.8100 , 480.0000 , 40.7854 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1072 , cls_31 , 0.6300 , 480.0000 , 38.1979 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1184 , cls_31 , 1.0800 , 720.0000 , 62.4686 , 666.6667 , 1.7143 , 1.1183 , 0.7753 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 308.8689 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1220 , cls_31 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 421.0701 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1246 , cls_31 , 0.8100 , 540.0000 , 45.7793 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1268 , cls_31 , 0.7200 , 480.0000 , 36.3494 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1278 , cls_31 , 2.1600 , 1020.0000 , 64.6726 , 472.2222 , 1.7000 , 1.1104 , 0.5814 , 0.6111 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1288 , cls_31 , 0.6300 , 480.0000 , 42.4966 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 870.5171 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1303 , cls_31 , 2.0700 , 1020.0000 , 72.6817 , 492.7536 , 1.7000 , 1.1152 , 0.7313 , 0.6014 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1311 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 364.9658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1331 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1340 , cls_31 , 1.8000 , 1140.0000 , 114.9461 , 633.3333 , 2.1111 , 1.1538 , 0.8943 , 0.4250 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1371 , cls_31 , 0.9900 , 720.0000 , 57.5741 , 727.2727 , 1.7143 , 1.1289 , 0.7845 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1372 , cls_31 , 0.5400 , 480.0000 , 34.2081 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1403 , cls_31 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1456 , cls_31 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1474 , cls_31 , 0.5400 , 480.0000 , 37.6942 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 364.9658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1480 , cls_31 , 0.6300 , 600.0000 , 40.5068 , 952.3810 , 1.6667 , 1.1455 , 0.7215 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 469.5743 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1610 , cls_31 , 2.6100 , 780.0000 , 63.8074 , 298.8506 , 1.1818 , 1.0370 , 0.5010 , 0.7414 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1708 , cls_31 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1721 , cls_31 , 1.5300 , 720.0000 , 57.1776 , 470.5882 , 1.3333 , 1.0779 , 0.6817 , 0.6078 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 831.9255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1741 , cls_31 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1759 , cls_31 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1767 , cls_31 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1290.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1769 , cls_31 , 0.8100 , 540.0000 , 37.6907 , 666.6667 , 1.5000 , 1.0901 , 0.4270 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 1149.8261 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1776 , cls_31 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1779 , cls_31 , 2.9700 , 1860.0000 , 92.6235 , 626.2626 , 2.5833 , 1.1928 , 0.7180 , 0.5101 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1798 , cls_31 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1839 , cls_31 , 1.8900 , 1320.0000 , 73.1288 , 698.4127 , 2.2000 , 1.1778 , 0.7547 , 0.4683 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1879 , cls_31 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1902 , cls_31 , 0.8100 , 600.0000 , 41.3247 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1956 , cls_31 , 1.4400 , 1020.0000 , 75.1353 , 708.3333 , 2.1250 , 1.1574 , 0.7603 , 0.4583 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1990 , cls_31 , 3.5100 , 1920.0000 , 133.0811 , 547.0085 , 2.4615 , 1.1798 , 0.8413 , 0.5556 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2004 , cls_31 , 0.6300 , 480.0000 , 36.0298 , 761.9048 , 1.3333 , 1.0945 , 0.6572 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2032 , cls_31 , 0.7200 , 780.0000 , 45.2248 , 1083.3333 , 2.1667 , 1.1874 , 0.6488 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2046 , cls_31 , 4.7700 , 3120.0000 , 116.7387 , 654.0881 , 3.4667 , 1.2363 , 0.7519 , 0.5126 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2087 , cls_31 , 0.7200 , 420.0000 , 35.9822 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2096 , cls_31 , 1.4400 , 780.0000 , 62.0365 , 541.6667 , 1.6250 , 1.1014 , 0.7711 , 0.5521 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2150 , cls_31 , 1.0800 , 780.0000 , 49.8055 , 722.2222 , 1.8571 , 1.1355 , 0.6273 , 0.4444 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2170 , cls_31 , 2.4300 , 1380.0000 , 88.2835 , 567.9012 , 2.0909 , 1.1573 , 0.6180 , 0.5370 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2192 , cls_31 , 0.6300 , 420.0000 , 35.6454 , 666.6667 , 1.1667 , 1.0640 , 0.6572 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2201 , cls_31 , 0.6300 , 480.0000 , 33.5088 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2229 , cls_31 , 1.4400 , 720.0000 , 56.8755 , 500.0000 , 1.5000 , 1.0847 , 0.6866 , 0.5729 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2295 , cls_31 , 0.9000 , 660.0000 , 42.8196 , 733.3333 , 1.5714 , 1.1216 , 0.6255 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2309 , cls_31 , 1.3500 , 720.0000 , 49.2901 , 533.3333 , 1.5000 , 1.0921 , 0.5225 , 0.5778 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2343 , cls_31 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2355 , cls_31 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2370 , cls_31 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2415 , cls_31 , 0.7200 , 540.0000 , 38.5499 , 750.0000 , 1.5000 , 1.1046 , 0.6082 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2452 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2466 , cls_31 , 1.7100 , 1200.0000 , 75.4675 , 701.7544 , 2.2222 , 1.1704 , 0.7859 , 0.4649 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2537 , cls_31 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 993.6297 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2577 , cls_31 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2624 , cls_31 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2803 , cls_31 , 0.9000 , 600.0000 , 44.5379 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2809 , cls_31 , 0.6300 , 660.0000 , 58.9216 , 1047.6190 , 1.8333 , 1.1673 , 0.8629 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 907.9648 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2810 , cls_31 , 31.0500 , 6720.0000 , 230.2712 , 216.4251 , 2.9474 , 1.1745 , 0.6634 , 0.8285 , 31.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2868 , cls_31 , 0.5400 , 540.0000 , 33.7923 , 1000.0000 , 1.8000 , 1.1415 , 0.5506 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2870 , cls_31 , 0.5400 , 420.0000 , 32.0363 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 1234.3824 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2956 , cls_31 , 0.4500 , 540.0000 , 35.4868 , 1200.0000 , 1.8000 , 1.1663 , 0.6817 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3011 , cls_31 , 0.7200 , 420.0000 , 35.0117 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 540.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3059 , cls_31 , 2.7000 , 1440.0000 , 75.3169 , 533.3333 , 2.1818 , 1.1537 , 0.6396 , 0.5944 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3097 , cls_31 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 1347.6646 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3145 , cls_31 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 494.7727 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3147 , cls_31 , 2.1600 , 1020.0000 , 60.4585 , 472.2222 , 1.7000 , 1.1104 , 0.4990 , 0.6250 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3254 , cls_31 , 2.3400 , 1140.0000 , 67.0604 , 487.1795 , 1.7273 , 1.1237 , 0.5132 , 0.6090 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3263 , cls_31 , 0.5400 , 480.0000 , 39.2081 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 1376.4084 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3362 , cls_31 , 1.5300 , 1020.0000 , 63.4837 , 666.6667 , 1.8889 , 1.1502 , 0.6268 , 0.4608 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 417.8516 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3400 , cls_31 , 0.8100 , 780.0000 , 52.3501 , 962.9630 , 2.1667 , 1.1718 , 0.6048 , 0.2407 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 540.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3423 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3433 , cls_31 , 4.1400 , 1260.0000 , 92.0631 , 304.3478 , 1.5000 , 1.0822 , 0.6069 , 0.7355 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3460 , cls_31 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3476 , cls_31 , 4.0500 , 2460.0000 , 113.5758 , 607.4074 , 2.9286 , 1.2106 , 0.6903 , 0.5148 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3494 , cls_31 , 53.4600 , 8760.0000 , 440.0461 , 163.8608 , 2.9796 , 1.1664 , 0.7818 , 0.8664 , 53.4600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3529 , cls_31 , 0.9000 , 840.0000 , 64.9129 , 933.3333 , 2.0000 , 1.1745 , 0.8128 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3604 , cls_31 , 0.6300 , 600.0000 , 38.9314 , 952.3810 , 1.6667 , 1.1455 , 0.5544 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 480.9366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3626 , cls_31 , 1.6200 , 660.0000 , 51.3952 , 407.4074 , 1.2222 , 1.0536 , 0.4907 , 0.6574 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 1251.7588 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3629 , cls_31 , 1.5300 , 900.0000 , 53.6695 , 588.2353 , 1.6667 , 1.1242 , 0.5671 , 0.5392 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 600.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3729 , cls_31 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 417.8516 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3752 , cls_31 , 0.4500 , 600.0000 , 38.1981 , 1333.3333 , 2.0000 , 1.1913 , 0.6817 , 0.1333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3772 , cls_31 , 2.6100 , 720.0000 , 61.5809 , 275.8621 , 1.0909 , 1.0213 , 0.2899 , 0.7586 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3793 , cls_31 , 4.9500 , 2160.0000 , 108.6757 , 436.3636 , 2.4000 , 1.1641 , 0.7142 , 0.6424 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3813 , cls_31 , 2.2500 , 840.0000 , 63.3875 , 373.3333 , 1.4000 , 1.0672 , 0.5319 , 0.6733 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3884 , cls_31 , 3.5100 , 1920.0000 , 98.3976 , 547.0085 , 2.4615 , 1.1798 , 0.7130 , 0.5684 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3903 , cls_31 , 2.6100 , 1500.0000 , 84.5305 , 574.7126 , 2.2727 , 1.1656 , 0.6517 , 0.5460 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3922 , cls_31 , 10.3500 , 1920.0000 , 131.4949 , 185.5072 , 1.4545 , 1.0693 , 0.5053 , 0.8464 , 10.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3954 , cls_31 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3955 , cls_31 , 0.9000 , 600.0000 , 49.9454 , 666.6667 , 1.4286 , 1.1006 , 0.7551 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3970 , cls_31 , 2.1600 , 960.0000 , 63.0858 , 444.4444 , 1.6000 , 1.0983 , 0.6566 , 0.6458 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3999 , cls_31 , 0.9000 , 480.0000 , 40.0216 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 469.5743 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4011 , cls_31 , 1.0800 , 540.0000 , 40.8330 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4196 , cls_31 , 2.1600 , 1380.0000 , 92.9737 , 638.8889 , 2.3000 , 1.1710 , 0.8090 , 0.5000 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4233 , cls_31 , 0.6300 , 480.0000 , 37.7674 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4272 , cls_31 , 2.8800 , 1620.0000 , 95.6315 , 562.5000 , 2.2500 , 1.1694 , 0.7026 , 0.5625 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 1251.7588 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4278 , cls_31 , 1.0800 , 900.0000 , 65.0233 , 833.3333 , 2.1429 , 1.1663 , 0.8202 , 0.3472 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4387 , cls_31 , 0.5400 , 480.0000 , 36.9473 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 1612.7616 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4686 , cls_31 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 270.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4749 , cls_31 , 1.7100 , 960.0000 , 63.4932 , 561.4035 , 1.7778 , 1.1246 , 0.7154 , 0.5526 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 997.2462 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4764 , cls_31 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 589.4065 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4790 , cls_31 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1506.2868 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4881 , cls_31 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 270.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5360 , cls_31 , 0.5400 , 480.0000 , 32.3607 , 888.8889 , 1.6000 , 1.1141 , 0.4123 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5413 , cls_31 , 1.5300 , 1200.0000 , 64.8944 , 784.3137 , 2.2222 , 1.1839 , 0.7035 , 0.3824 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5415 , cls_31 , 3.6000 , 1500.0000 , 108.4137 , 416.6667 , 1.9231 , 1.1299 , 0.7361 , 0.6583 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5421 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 593.9697 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5510 , cls_31 , 0.5400 , 540.0000 , 47.7506 , 1000.0000 , 1.8000 , 1.1415 , 0.7935 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5541 , cls_31 , 0.9000 , 480.0000 , 36.4556 , 533.3333 , 1.1429 , 1.0516 , 0.3634 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5579 , cls_31 , 1.7100 , 960.0000 , 83.4990 , 561.4035 , 1.7778 , 1.1246 , 0.8332 , 0.5088 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5622 , cls_31 , 4.7700 , 1920.0000 , 96.5457 , 402.5157 , 2.1333 , 1.1462 , 0.5471 , 0.6698 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5629 , cls_31 , 1.5300 , 960.0000 , 53.7963 , 627.4510 , 1.7778 , 1.1376 , 0.6452 , 0.5196 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5639 , cls_31 , 3.6000 , 1080.0000 , 77.2660 , 300.0000 , 1.3846 , 1.0673 , 0.5327 , 0.7375 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5640 , cls_31 , 0.6300 , 660.0000 , 40.1911 , 1047.6190 , 1.8333 , 1.1673 , 0.6572 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5685 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5686 , cls_31 , 1.2600 , 840.0000 , 69.3316 , 666.6667 , 1.7500 , 1.1327 , 0.8217 , 0.4762 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5689 , cls_31 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5692 , cls_31 , 4.7700 , 2100.0000 , 109.6413 , 440.2516 , 2.3333 , 1.1628 , 0.7091 , 0.6384 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5722 , cls_31 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5727 , cls_31 , 0.6300 , 420.0000 , 35.6269 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5743 , cls_31 , 0.7200 , 480.0000 , 37.6263 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5929 , cls_31 , 2.8800 , 1260.0000 , 76.0839 , 437.5000 , 1.7500 , 1.1205 , 0.7026 , 0.6563 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5978 , cls_31 , 1.7100 , 1140.0000 , 93.9303 , 666.6667 , 2.1111 , 1.1599 , 0.8419 , 0.4386 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 331.3608 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6020 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6044 , cls_31 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 752.3962 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6095 , cls_31 , 1.6200 , 600.0000 , 48.8542 , 370.3704 , 1.1111 , 1.0339 , 0.4410 , 0.6852 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 818.8406 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6107 , cls_31 , 0.6300 , 540.0000 , 46.6496 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6214 , cls_31 , 1.7100 , 840.0000 , 59.5320 , 491.2281 , 1.5556 , 1.0972 , 0.6640 , 0.6053 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6399 , cls_31 , 0.6300 , 480.0000 , 34.3315 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 646.2198 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6509 , cls_31 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 735.4590 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6736 , cls_31 , 1.6200 , 1320.0000 , 68.4662 , 814.8148 , 2.4444 , 1.1966 , 0.7453 , 0.3889 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 445.9821 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6811 , cls_31 , 0.4500 , 540.0000 , 40.3503 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6847 , cls_31 , 1.7100 , 660.0000 , 52.2768 , 385.9649 , 1.2222 , 1.0477 , 0.5162 , 0.6754 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 1149.8261 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6909 , cls_31 , 6.3000 , 3000.0000 , 209.6455 , 476.1905 , 2.9412 , 1.1981 , 0.8771 , 0.6143 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6924 , cls_31 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 882.8363 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6946 , cls_31 , 0.9900 , 540.0000 , 44.4228 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5303 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 1094.8973 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7073 , cls_31 , 1.3500 , 540.0000 , 45.7296 , 400.0000 , 1.1250 , 1.0316 , 0.5342 , 0.6444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 882.8363 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7186 , cls_31 , 0.8100 , 1020.0000 , 55.8063 , 1259.2593 , 2.8333 , 1.2314 , 0.8121 , 0.1852 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 1905.1772 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7192 , cls_31 , 0.6300 , 480.0000 , 33.5504 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 445.9821 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7472 , cls_31 , 4.0500 , 1440.0000 , 86.2668 , 355.5556 , 1.7143 , 1.1096 , 0.6419 , 0.7148 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 2550.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7684 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 2550.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 299 , cls_24 , 2.7000 , 960.0000 , 73.2546 , 355.5556 , 1.4545 , 1.0743 , 0.6620 , 0.6944 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 460 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1996 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 3005.3951 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2058 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 2675.8924 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2221 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 725.6032 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2554 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 725.6032 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3401 , cls_24 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3462 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 942.0191 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3556 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3619 , cls_24 , 0.9000 , 480.0000 , 38.4984 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 606.7125 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3740 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3791 , cls_24 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3835 , cls_24 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3870 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 540.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4047 , cls_24 , 0.8100 , 420.0000 , 34.7671 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4054 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4070 , cls_24 , 1.6200 , 600.0000 , 48.2171 , 370.3704 , 1.1111 , 1.0339 , 0.3259 , 0.6852 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4111 , cls_24 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4135 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4155 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4260 , cls_24 , 1.3500 , 540.0000 , 46.5402 , 400.0000 , 1.1250 , 1.0316 , 0.5225 , 0.6556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4281 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4374 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4542 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 2075.4277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4611 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 361.2478 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5035 , cls_24 , 6.3000 , 1380.0000 , 103.1791 , 219.0476 , 1.3529 , 1.0576 , 0.5048 , 0.8238 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5286 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5289 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 450.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5539 , cls_24 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 349.8571 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5593 , cls_24 , 2.1600 , 720.0000 , 56.3080 , 333.3333 , 1.2000 , 1.0406 , 0.4123 , 0.7222 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5644 , cls_24 , 0.9900 , 780.0000 , 49.5651 , 787.8788 , 1.8571 , 1.1463 , 0.5623 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5647 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5690 , cls_24 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5695 , cls_24 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5740 , cls_24 , 0.8100 , 540.0000 , 51.0877 , 666.6667 , 1.5000 , 1.0901 , 0.7838 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 576.2812 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5766 , cls_24 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 690.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5772 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5776 , cls_24 , 1.0800 , 480.0000 , 40.4470 , 444.4444 , 1.1429 , 1.0310 , 0.5506 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5792 , cls_24 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 690.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5795 , cls_24 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 900.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5802 , cls_24 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5820 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5848 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5928 , cls_24 , 5.0400 , 1620.0000 , 91.7223 , 321.4286 , 1.8000 , 1.1090 , 0.3906 , 0.7381 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 488.3646 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5977 , cls_24 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6066 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6075 , cls_24 , 0.9000 , 600.0000 , 55.6539 , 666.6667 , 1.4286 , 1.1006 , 0.8128 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 576.2812 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6679 , cls_24 , 0.9000 , 420.0000 , 35.1126 , 466.6667 , 1.0000 , 1.0223 , 0.3634 , 0.6000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6760 , cls_24 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6923 , cls_24 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 2995.4966 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7047 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 400.2499 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 521 , cls_95 , 0.4500 , 480.0000 , 34.4419 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 3393.3170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1589 , cls_95 , 2.0700 , 1380.0000 , 95.3899 , 666.6667 , 2.3000 , 1.1760 , 0.8267 , 0.4710 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 2466.5766 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2203 , cls_95 , 1.6200 , 780.0000 , 51.6585 , 481.4815 , 1.4444 , 1.0880 , 0.4907 , 0.6296 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2231 , cls_95 , 2.6100 , 1440.0000 , 85.6557 , 551.7241 , 2.1818 , 1.1576 , 0.7815 , 0.5805 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2265 , cls_95 , 1.8900 , 1380.0000 , 85.2719 , 730.1587 , 2.3000 , 1.1869 , 0.7243 , 0.4127 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2729 , cls_95 , 1.7100 , 1140.0000 , 72.5970 , 666.6667 , 2.1111 , 1.1599 , 0.8017 , 0.4649 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2902 , cls_95 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2949 , cls_95 , 1.7100 , 720.0000 , 51.7139 , 421.0526 , 1.3333 , 1.0656 , 0.4099 , 0.6667 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 1159.1807 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2962 , cls_95 , 0.9000 , 420.0000 , 35.1126 , 466.6667 , 1.0000 , 1.0223 , 0.3634 , 0.6000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 2466.5766 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1899 , cls_82 , 13.0500 , 3180.0000 , 175.8835 , 243.6782 , 2.1200 , 1.1339 , 0.6631 , 0.8023 , 13.0500 , 1.0000 , 100.0000 , 0.0000 , 5550.7297 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5431 , cls_82 , 6.4800 , 2040.0000 , 111.2075 , 314.8148 , 2.0000 , 1.1254 , 0.5795 , 0.7454 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 1035.7606 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5564 , cls_82 , 1.7100 , 1200.0000 , 67.7481 , 701.7544 , 2.2222 , 1.1704 , 0.7581 , 0.4474 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 1035.7606 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6388 , cls_82 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 1914.6018 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 1 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 5 , cls_1 , 0.0148 , 130.0000 , 8.6143 , 8783.7838 , 2.6000 , 1.3933 , 0.7783 , 0.7613 , 0.0071 , 3.0000 , 47.9730 , 2.0625 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 8 , cls_1 , 0.0005 , 12.0000 , 0.9921 , 24000.0000 , 1.2000 , 1.3652 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.2500 , 4.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 16 , cls_1 , 0.0014 , 20.0000 , 1.6339 , 14285.7143 , 1.2500 , 1.2197 , 0.5544 , 0.5952 , 0.0002 , 2.0000 , 14.2857 , 18.5000 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 19 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2778 , 4.2426 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 22 , cls_1 , 0.0005 , 10.0000 , 0.8493 , 20000.0000 , 1.0000 , 1.1386 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.2320 , 4.1231 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 23 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 25 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 26 , cls_1 , 0.0003 , 8.0000 , 0.6667 , 26666.6667 , 1.0000 , 1.2619 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.2941 , 4.1231 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 2 , cls_3 , 0.0009 , 16.0000 , 1.2531 , 17777.7778 , 1.3333 , 1.2619 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 114.2500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 4 , cls_3 , 0.0457 , 348.0000 , 11.2509 , 7614.8796 , 4.0465 , 1.4583 , 0.6658 , 0.7848 , 0.0224 , 10.0000 , 49.0153 , 4.7500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 21 , cls_3 , 0.0010 , 16.0000 , 1.2400 , 16000.0000 , 1.1429 , 1.2041 , 0.4907 , 0.5500 , 0.0001 , 1.0000 , 10.0000 , 115.0000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 27 , cls_3 , 0.0003 , 8.0000 , 0.6667 , 26666.6667 , 1.0000 , 1.2619 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.5000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 3 , cls_2 , 0.0035 , 38.0000 , 2.4917 , 10857.1429 , 1.5833 , 1.2664 , 0.5796 , 0.6905 , 0.0011 , 1.0000 , 31.4286 , 0.1000 , 4.4721 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 6 , cls_2 , 0.0057 , 40.0000 , 3.1784 , 7017.5439 , 1.2500 , 1.1390 , 0.5520 , 0.7924 , 0.0028 , 1.0000 , 49.1228 , 0.0000 , 5.8310 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 7 , cls_2 , 0.0024 , 32.0000 , 2.5116 , 13333.3333 , 1.6000 , 1.3086 , 0.6850 , 0.6250 , 0.0004 , 3.0000 , 16.6667 , 0.3333 , 3.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 9 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4567 , 3.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 10 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.8667 , 3.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 11 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1000 , 4.4721 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 12 , cls_2 , 0.0003 , 8.0000 , 0.6667 , 26666.6667 , 1.0000 , 1.2619 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.8000 , 3.1623 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 13 , cls_2 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.2933 , 3.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 14 , cls_2 , 0.0004 , 8.0000 , 0.7071 , 20000.0000 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 24.5000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 15 , cls_2 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.1200 , 3.1623 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 17 , cls_2 , 0.0098 , 82.0000 , 6.2767 , 8367.3469 , 2.0500 , 1.3175 , 0.8112 , 0.7619 , 0.0044 , 2.0000 , 44.8980 , 3.0000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 18 , cls_2 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.5833 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 20 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 24.7000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 24 , cls_2 , 0.0007 , 12.0000 , 0.9779 , 17142.8571 , 1.0000 , 1.1292 , 0.3144 , 0.5238 , 0.0001 , 1.0000 , 14.2857 , 12.2500 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 1 , cls_1 , 0.0788 , 158.0000 , 11.8541 , 2005.0761 , 1.3860 , 1.1024 , 0.5393 , 0.9380 , 0.0656 , 1.0000 , 83.2487 , 10.2500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 3 , cls_1 , 0.0080 , 46.0000 , 3.8460 , 5750.0000 , 1.2778 , 1.1147 , 0.6475 , 0.8250 , 0.0045 , 1.0000 , 56.2500 , 99.2500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 4 , cls_1 , 0.0003 , 8.0000 , 0.6667 , 26666.6667 , 1.0000 , 1.2619 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 20.2500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 5 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 6 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 197.0000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 2 , cls_0 , 0.0215 , 108.0000 , 6.6280 , 5023.2558 , 1.8000 , 1.2274 , 0.6653 , 0.8581 , 0.0142 , 1.0000 , 66.0465 , 0.2000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 7 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 43.0000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 1 , cls_1 , 0.0864 , 356.0000 , 13.3289 , 4120.3704 , 3.0169 , 1.3277 , 0.4949 , 0.8808 , 0.0596 , 2.0000 , 68.9815 , 1.9722 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 3 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 96.0000 , 3.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 7 , cls_1 , 0.0006 , 12.0000 , 0.9118 , 20000.0000 , 1.2000 , 1.2263 , 0.4123 , 0.4722 , 0.0001 , 1.0000 , 16.6667 , 216.2000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 9 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 217.2000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 2 , cls_0 , 0.0190 , 190.0000 , 7.2052 , 10000.0000 , 3.3929 , 1.4716 , 0.7263 , 0.7325 , 0.0077 , 3.0000 , 40.5263 , 2.3815 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 4 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 21.6511 , 3.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 5 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 47.5400 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 6 , cls_0 , 0.0010 , 18.0000 , 1.3628 , 18000.0000 , 1.2857 , 1.3064 , 0.6255 , 0.5000 , 0.0001 , 1.0000 , 10.0000 , 0.0500 , 4.4721 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 8 , cls_0 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 16.2404 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 10 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.9250 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 11 , cls_0 , 0.0006 , 16.0000 , 1.1928 , 26666.6667 , 1.6000 , 1.5474 , 0.5756 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 48.7500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 12 , cls_0 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.6154 , 3.6056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 13 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 12.7265 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 1 , cls_0 , 0.0029 , 32.0000 , 2.6037 , 11034.4828 , 1.4545 , 1.2351 , 0.6844 , 0.6724 , 0.0007 , 1.0000 , 24.1379 , 0.7500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 4 , cls_0 , 0.0112 , 70.0000 , 4.8760 , 6250.0000 , 1.5909 , 1.2132 , 0.6522 , 0.8140 , 0.0061 , 1.0000 , 54.4643 , 3.0500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 6 , cls_0 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.6500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 7 , cls_0 , 0.0012 , 20.0000 , 1.3572 , 16666.6667 , 1.4286 , 1.2954 , 0.4123 , 0.5694 , 0.0003 , 1.0000 , 25.0000 , 28.6000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 8 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.6000 , 4.4721 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 12 , cls_0 , 0.0038 , 38.0000 , 3.0276 , 10000.0000 , 1.4615 , 1.2378 , 0.6686 , 0.7105 , 0.0011 , 1.0000 , 28.9474 , 0.0000 , 13.1529 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 13 , cls_0 , 0.0021 , 22.0000 , 1.8942 , 10476.1905 , 1.1000 , 1.1199 , 0.5886 , 0.6905 , 0.0006 , 1.0000 , 28.5714 , 0.0000 , 16.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 2 , cls_1 , 0.0249 , 216.0000 , 8.4308 , 8674.6988 , 3.3750 , 1.4460 , 0.7214 , 0.7577 , 0.0101 , 6.0000 , 40.5622 , 10.8000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 9 , cls_1 , 0.0054 , 58.0000 , 3.4090 , 10740.7407 , 1.9333 , 1.3408 , 0.6646 , 0.7068 , 0.0018 , 1.0000 , 33.3333 , 49.8000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 10 , cls_1 , 0.0023 , 32.0000 , 2.6589 , 13913.0435 , 1.6000 , 1.3264 , 0.7497 , 0.6232 , 0.0005 , 3.0000 , 21.7391 , 0.2000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 14 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.6000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 3 , cls_2 , 0.0079 , 46.0000 , 4.1065 , 5822.7848 , 1.2778 , 1.1179 , 0.6302 , 0.8270 , 0.0045 , 1.0000 , 56.9620 , 0.0000 , 7.6158 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 5 , cls_2 , 0.0466 , 162.0000 , 9.9772 , 3476.3948 , 1.8409 , 1.2048 , 0.6015 , 0.8995 , 0.0349 , 2.0000 , 74.8927 , 0.1250 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 11 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 58.2500 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 1 , cls_2 , 0.0243 , 158.0000 , 6.9072 , 6502.0576 , 2.4688 , 1.3385 , 0.5992 , 0.8155 , 0.0137 , 3.0000 , 56.3786 , 66.1346 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 4 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.6667 , 3.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 6 , cls_2 , 0.0249 , 236.0000 , 7.6866 , 9477.9116 , 3.6875 , 1.4781 , 0.7587 , 0.7470 , 0.0114 , 8.0000 , 45.7831 , 65.8047 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 15 , cls_2 , 0.0008 , 16.0000 , 1.2542 , 20000.0000 , 1.3333 , 1.3333 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 71.0115 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 18 , cls_2 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 81.6129 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 20 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 112.1500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 27 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 62.4167 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 32 , cls_2 , 0.0015 , 32.0000 , 2.1425 , 21333.3333 , 2.0000 , 1.5357 , 0.6396 , 0.4111 , 0.0000 , 0.0000 , 0.0000 , 19.1034 , 3.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 33 , cls_2 , 0.0015 , 28.0000 , 1.6842 , 18666.6667 , 1.7500 , 1.4371 , 0.6396 , 0.5333 , 0.0003 , 1.0000 , 20.0000 , 49.8000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 38 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 62.3269 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 40 , cls_2 , 0.0006 , 12.0000 , 0.9776 , 20000.0000 , 1.2000 , 1.2263 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.8088 , 4.1231 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 44 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 16.0693 , 3.6056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 2 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 47.3000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 5 , cls_1 , 0.0007 , 14.0000 , 1.2238 , 20000.0000 , 1.1667 , 1.2876 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 15.1765 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 7 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.4500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 8 , cls_1 , 0.0224 , 426.0000 , 9.9294 , 19017.8571 , 7.1000 , 1.7252 , 0.7941 , 0.5156 , 0.0020 , 9.0000 , 8.9286 , 12.0729 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 9 , cls_1 , 0.0019 , 38.0000 , 2.2134 , 20000.0000 , 2.1111 , 1.5292 , 0.6278 , 0.4912 , 0.0001 , 1.0000 , 5.2632 , 26.8889 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 11 , cls_1 , 0.0010 , 24.0000 , 1.6380 , 24000.0000 , 1.7143 , 1.5563 , 0.6894 , 0.4000 , 0.0001 , 1.0000 , 10.0000 , 60.1000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 12 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 56.5000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 13 , cls_1 , 0.0007 , 14.0000 , 1.0676 , 20000.0000 , 1.1667 , 1.2876 , 0.5544 , 0.4524 , 0.0001 , 1.0000 , 14.2857 , 58.1000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 19 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 57.7500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 24 , cls_1 , 0.0021 , 42.0000 , 2.1599 , 20000.0000 , 2.1000 , 1.5447 , 0.6387 , 0.4841 , 0.0002 , 2.0000 , 9.5238 , 4.9400 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 29 , cls_1 , 0.0009 , 22.0000 , 1.5277 , 24444.4444 , 1.8333 , 1.5517 , 0.6048 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 52.4900 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 34 , cls_1 , 0.0008 , 16.0000 , 1.4270 , 20000.0000 , 1.3333 , 1.3333 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 11.1500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 36 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 44.8000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 37 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9712 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 39 , cls_1 , 0.0011 , 26.0000 , 1.6004 , 23636.3636 , 1.8571 , 1.5612 , 0.6498 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 48.6538 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 41 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 45 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 44.8000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 3 , cls_0 , 0.0112 , 112.0000 , 5.2254 , 10000.0000 , 2.5455 , 1.4124 , 0.7258 , 0.7292 , 0.0044 , 3.0000 , 39.2857 , 0.7750 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 10 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3077 , 3.6056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 14 , cls_0 , 0.0004 , 14.0000 , 1.0590 , 35000.0000 , 1.7500 , 1.8074 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0769 , 3.6056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 16 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 22.8000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 17 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 22.7169 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 21 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 14.1538 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 22 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.7569 , 3.6056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 23 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0769 , 3.6056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 25 , cls_0 , 0.0005 , 14.0000 , 1.0440 , 28000.0000 , 1.4000 , 1.5568 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.0154 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 26 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 28 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 18.2500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 30 , cls_0 , 0.0073 , 88.0000 , 3.9650 , 12054.7945 , 2.4444 , 1.4409 , 0.7095 , 0.6758 , 0.0026 , 1.0000 , 35.6164 , 0.5088 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 31 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6000 , 3.1623 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 35 , cls_0 , 0.0008 , 20.0000 , 1.5629 , 25000.0000 , 1.6667 , 1.5480 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 0.6346 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 42 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.5441 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 43 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 14.8500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 46 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.0000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 1 , cls_2 , 0.0243 , 158.0000 , 6.9072 , 6502.0576 , 2.4688 , 1.3385 , 0.5992 , 0.8155 , 0.0137 , 3.0000 , 56.3786 , 66.1346 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 3 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.6667 , 3.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 4 , cls_2 , 0.0249 , 236.0000 , 7.6866 , 9477.9116 , 3.6875 , 1.4781 , 0.7587 , 0.7470 , 0.0114 , 8.0000 , 45.7831 , 65.8047 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 7 , cls_2 , 0.0008 , 16.0000 , 1.2542 , 20000.0000 , 1.3333 , 1.3333 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 71.0115 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 10 , cls_2 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 81.6129 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 11 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 112.1500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 17 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 62.4167 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 21 , cls_2 , 0.0015 , 32.0000 , 2.1425 , 21333.3333 , 2.0000 , 1.5357 , 0.6396 , 0.4111 , 0.0000 , 0.0000 , 0.0000 , 19.1034 , 3.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 22 , cls_2 , 0.0015 , 28.0000 , 1.6842 , 18666.6667 , 1.7500 , 1.4371 , 0.6396 , 0.5333 , 0.0003 , 1.0000 , 20.0000 , 49.8000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 24 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 62.3269 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 25 , cls_2 , 0.0006 , 12.0000 , 0.9776 , 20000.0000 , 1.2000 , 1.2263 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.8088 , 4.1231 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 28 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 16.0693 , 3.6056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 2 , cls_0 , 0.0112 , 112.0000 , 5.2254 , 10000.0000 , 2.5455 , 1.4124 , 0.7258 , 0.7292 , 0.0044 , 3.0000 , 39.2857 , 0.7750 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 5 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3077 , 3.6056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 6 , cls_0 , 0.0004 , 14.0000 , 1.0590 , 35000.0000 , 1.7500 , 1.8074 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0769 , 3.6056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 8 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 22.8000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 9 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 22.7169 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 12 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 14.1538 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 13 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.7569 , 3.6056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 14 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0769 , 3.6056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 15 , cls_0 , 0.0005 , 14.0000 , 1.0440 , 28000.0000 , 1.4000 , 1.5568 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.0154 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 16 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 18 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 18.2500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 19 , cls_0 , 0.0073 , 88.0000 , 3.9650 , 12054.7945 , 2.4444 , 1.4409 , 0.7095 , 0.6758 , 0.0026 , 1.0000 , 35.6164 , 0.5088 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 20 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6000 , 3.1623 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 23 , cls_0 , 0.0008 , 20.0000 , 1.5629 , 25000.0000 , 1.6667 , 1.5480 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 0.6346 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 26 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.5441 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 27 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 14.8500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 29 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.0000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 1 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0853 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 3 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.6500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 7 , cls_1 , 0.0005 , 14.0000 , 1.2535 , 28000.0000 , 1.4000 , 1.5568 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.3059 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 9 , cls_1 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6200 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 11 , cls_1 , 0.0012 , 40.0000 , 2.8237 , 33333.3333 , 2.8571 , 1.8533 , 0.8283 , 0.2361 , 0.0000 , 0.0000 , 0.0000 , 4.7010 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 14 , cls_1 , 0.0009 , 28.0000 , 1.5214 , 31111.1111 , 2.3333 , 1.7712 , 0.6630 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.6038 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 16 , cls_1 , 0.0004 , 14.0000 , 1.0590 , 35000.0000 , 1.7500 , 1.8074 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8737 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 17 , cls_1 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.6462 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 18 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.3800 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 22 , cls_1 , 0.0006 , 14.0000 , 1.2883 , 23333.3333 , 1.4000 , 1.3984 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.0996 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 25 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.0808 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 28 , cls_1 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6230 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 33 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.6576 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 35 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4005 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 36 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.6000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 37 , cls_1 , 0.0007 , 22.0000 , 1.7551 , 31428.5714 , 1.8333 , 1.7521 , 0.8019 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 3.6440 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 40 , cls_1 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.0738 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 41 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.5723 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 45 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5192 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 46 , cls_1 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4833 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 47 , cls_1 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9384 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 49 , cls_1 , 0.0004 , 16.0000 , 1.2302 , 40000.0000 , 2.0000 , 2.0000 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 2.5134 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 52 , cls_1 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7154 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 53 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.6033 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 55 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.9896 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 56 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9441 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 57 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.3074 , 3.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 60 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.8715 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 61 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.0883 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 62 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.1994 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 65 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.1353 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 67 , cls_1 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4222 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 68 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.8206 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 70 , cls_1 , 0.0021 , 52.0000 , 2.6900 , 24761.9048 , 2.6000 , 1.6850 , 0.7429 , 0.3730 , 0.0001 , 1.0000 , 4.7619 , 9.0925 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 71 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8492 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 72 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.7538 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 73 , cls_1 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0469 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 74 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.7483 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 76 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.4275 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 77 , cls_1 , 0.0006 , 18.0000 , 1.4987 , 30000.0000 , 1.8000 , 1.6789 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.6500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 78 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3150 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 79 , cls_1 , 0.0013 , 34.0000 , 2.4205 , 26153.8462 , 2.1250 , 1.6687 , 0.7566 , 0.3590 , 0.0000 , 0.0000 , 0.0000 , 13.0726 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 83 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.0910 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 86 , cls_1 , 0.0004 , 10.0000 , 0.7569 , 25000.0000 , 1.2500 , 1.3219 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.8681 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 87 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.3702 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 88 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5050 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 89 , cls_1 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.7138 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 90 , cls_1 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4210 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 92 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.1111 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 94 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.1388 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 95 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.0734 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 96 , cls_1 , 0.0004 , 12.0000 , 0.9802 , 30000.0000 , 1.5000 , 1.5850 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 8.4000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 101 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.3789 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 102 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.6653 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 103 , cls_1 , 0.0003 , 8.0000 , 0.6667 , 26666.6667 , 1.0000 , 1.2619 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.5031 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 104 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.2996 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 108 , cls_1 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6178 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 110 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.7750 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 112 , cls_1 , 0.0012 , 34.0000 , 2.2123 , 28333.3333 , 2.4286 , 1.7225 , 0.8472 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 15.2458 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 114 , cls_1 , 0.0025 , 64.0000 , 3.3630 , 25600.0000 , 3.2000 , 1.7227 , 0.7864 , 0.3400 , 0.0000 , 0.0000 , 0.0000 , 11.9514 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 115 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0720 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 119 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.3988 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 121 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.2094 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 122 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3717 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 125 , cls_1 , 0.0013 , 36.0000 , 2.0561 , 27692.3077 , 2.2500 , 1.7133 , 0.6817 , 0.3205 , 0.0000 , 0.0000 , 0.0000 , 7.8163 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 126 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5769 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 132 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.2486 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 136 , cls_1 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5707 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 138 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.2569 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 140 , cls_1 , 0.0008 , 20.0000 , 1.3687 , 25000.0000 , 1.6667 , 1.5480 , 0.6488 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 7.7500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 145 , cls_1 , 0.0008 , 20.0000 , 1.3418 , 25000.0000 , 1.6667 , 1.5480 , 0.7004 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 3.8376 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 146 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.0366 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 147 , cls_1 , 0.0014 , 50.0000 , 2.7500 , 35714.2857 , 3.1250 , 1.9141 , 0.8162 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 10.0000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 154 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.3250 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 161 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7200 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 162 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.5368 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 163 , cls_1 , 0.0006 , 22.0000 , 1.5828 , 36666.6667 , 2.2000 , 1.9029 , 0.7935 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3088 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 164 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1194 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 2 , cls_2 , 0.0519 , 1012.0000 , 12.1979 , 19499.0366 , 11.0000 , 1.7701 , 0.6873 , 0.5035 , 0.0029 , 19.0000 , 5.5877 , 6.7500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 6 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 129.7500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 13 , cls_2 , 0.0006 , 16.0000 , 1.1468 , 26666.6667 , 1.6000 , 1.5474 , 0.5756 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 129.7500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 50 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 129.7500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 124 , cls_2 , 0.0012 , 32.0000 , 1.8643 , 26666.6667 , 2.2857 , 1.6737 , 0.7062 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 130.5000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 141 , cls_2 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 133.0000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 143 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 130.5000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 169 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 129.7500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 4 , cls_0 , 0.0006 , 16.0000 , 1.4078 , 26666.6667 , 1.6000 , 1.5474 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.8738 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 5 , cls_0 , 0.0010 , 16.0000 , 1.3548 , 16000.0000 , 1.1429 , 1.2041 , 0.6255 , 0.5500 , 0.0001 , 1.0000 , 10.0000 , 3.6000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 8 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5953 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 10 , cls_0 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.3394 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 12 , cls_0 , 0.0005 , 14.0000 , 1.0440 , 28000.0000 , 1.4000 , 1.5568 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 9.8750 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 15 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8271 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 19 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.9306 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 20 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.5925 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 21 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.2917 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 23 , cls_0 , 0.0004 , 10.0000 , 0.8090 , 25000.0000 , 1.2500 , 1.3219 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.9468 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 24 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.2747 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 26 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.7111 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 27 , cls_0 , 0.0005 , 14.0000 , 1.1503 , 28000.0000 , 1.4000 , 1.5568 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.5867 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 29 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.8940 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 30 , cls_0 , 0.0038 , 104.0000 , 5.1362 , 27368.4211 , 4.0000 , 1.7914 , 0.8332 , 0.3289 , 0.0001 , 1.0000 , 2.6316 , 6.9022 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 31 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.1385 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 32 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.1956 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 34 , cls_0 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.5556 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 38 , cls_0 , 0.0007 , 20.0000 , 1.5353 , 28571.4286 , 1.6667 , 1.6542 , 0.7379 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 6.2681 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 39 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.3497 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 42 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9896 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 43 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 44 , cls_0 , 0.0005 , 18.0000 , 1.3548 , 36000.0000 , 1.8000 , 1.8691 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2830 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 48 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.6406 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 51 , cls_0 , 0.0009 , 26.0000 , 1.7049 , 28888.8889 , 2.1667 , 1.7038 , 0.7135 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 6.0213 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 54 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9086 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 58 , cls_0 , 0.0003 , 12.0000 , 0.9428 , 40000.0000 , 1.5000 , 2.0000 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.2775 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 59 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.3694 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 63 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.0697 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 64 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.1638 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 66 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.9608 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 69 , cls_0 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.0546 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 75 , cls_0 , 0.0008 , 30.0000 , 2.0142 , 37500.0000 , 2.5000 , 1.9379 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9678 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 80 , cls_0 , 0.0004 , 10.0000 , 0.8838 , 25000.0000 , 1.2500 , 1.3219 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.8500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 81 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.9880 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 82 , cls_0 , 0.0005 , 18.0000 , 1.3821 , 36000.0000 , 1.8000 , 1.8691 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1519 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 84 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.6416 , 3.1623 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 85 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.0786 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 91 , cls_0 , 0.0003 , 12.0000 , 0.9372 , 40000.0000 , 1.5000 , 2.0000 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.8675 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 93 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.4869 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 97 , cls_0 , 0.0005 , 14.0000 , 1.2294 , 28000.0000 , 1.4000 , 1.5568 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 6.3494 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 98 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.6388 , 3.1623 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 99 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1800 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 100 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4659 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 105 , cls_0 , 0.0007 , 26.0000 , 1.5333 , 37142.8571 , 2.1667 , 1.9238 , 0.6927 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 5.3760 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 106 , cls_0 , 0.0006 , 16.0000 , 1.3201 , 26666.6667 , 1.6000 , 1.5474 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.1569 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 107 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.1015 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 109 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.4606 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 111 , cls_0 , 0.0004 , 10.0000 , 0.8838 , 25000.0000 , 1.2500 , 1.3219 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.4675 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 113 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.6403 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 116 , cls_0 , 0.0007 , 12.0000 , 1.0616 , 17142.8571 , 1.0000 , 1.1292 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 10.3154 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 117 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1172 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 118 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.7672 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 120 , cls_0 , 0.0004 , 10.0000 , 0.8838 , 25000.0000 , 1.2500 , 1.3219 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.4032 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 123 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2400 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 127 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.6000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 128 , cls_0 , 0.0004 , 10.0000 , 0.7569 , 25000.0000 , 1.2500 , 1.3219 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.5770 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 129 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.9105 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 130 , cls_0 , 0.0007 , 18.0000 , 1.2743 , 25714.2857 , 1.5000 , 1.5459 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.9847 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 131 , cls_0 , 0.0008 , 20.0000 , 1.3127 , 25000.0000 , 1.6667 , 1.5480 , 0.6488 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 5.5899 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 133 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.2228 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 134 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3483 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 135 , cls_0 , 0.0005 , 14.0000 , 1.0440 , 28000.0000 , 1.4000 , 1.5568 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 6.0734 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 137 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.9163 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 139 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.5639 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 142 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.9756 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 144 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.2489 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 148 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7088 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 149 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 150 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.3802 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 151 , cls_0 , 0.0003 , 8.0000 , 0.6667 , 26666.6667 , 1.0000 , 1.2619 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.5522 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 152 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.7975 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 153 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.0400 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 155 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.0606 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 156 , cls_0 , 0.0010 , 28.0000 , 2.3163 , 28000.0000 , 2.0000 , 1.6902 , 0.8408 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.9161 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 157 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.0413 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 158 , cls_0 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4403 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 159 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.3579 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 160 , cls_0 , 0.0009 , 20.0000 , 1.4349 , 22222.2222 , 1.6667 , 1.4650 , 0.7135 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 4.4771 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 165 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2500 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 166 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6222 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 167 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0288 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 168 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.6950 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1 , cls_210 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.4492 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3 , cls_210 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.7017 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7 , cls_210 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.8544 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9 , cls_210 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.4038 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 13 , cls_210 , 0.0000 , 0.1680 , 0.0112 , 3333333.3333 , 1.8667 , 0.8350 , 0.7148 , 0.7173 , 0.0000 , 0.0000 , 0.0000 , 4.3729 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 24 , cls_210 , 0.0000 , 0.4560 , 0.0323 , 2638888.8889 , 2.7143 , 0.6828 , 0.9069 , 0.7726 , 0.0000 , 0.0000 , 0.0000 , 1.4148 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 73 , cls_210 , 0.0000 , 0.2220 , 0.0214 , 3425925.9259 , 2.1765 , 0.7877 , 0.9009 , 0.6875 , 0.0000 , 0.0000 , 0.0000 , 1.0972 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 75 , cls_210 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 20.6088 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 76 , cls_210 , 0.0000 , 0.0480 , 0.0043 , 5333333.3333 , 1.1429 , 0.9495 , 0.6559 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 4.8520 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 95 , cls_210 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.1866 , 0.0534 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 151 , cls_210 , 0.0000 , 0.0540 , 0.0044 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 6.2326 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 250 , cls_210 , 0.0000 , 0.0840 , 0.0074 , 4242424.2424 , 1.4000 , 0.9061 , 0.7430 , 0.6212 , 0.0000 , 0.0000 , 0.0000 , 3.1666 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 253 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6430 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 327 , cls_210 , 0.0000 , 0.0600 , 0.0053 , 6666666.6667 , 1.4286 , 0.9016 , 0.7805 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 17.2175 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 328 , cls_210 , 0.0000 , 0.0660 , 0.0054 , 4583333.3333 , 1.3750 , 0.9280 , 0.6082 , 0.5938 , 0.0000 , 0.0000 , 0.0000 , 5.6250 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 332 , cls_210 , 0.0000 , 0.8940 , 0.0327 , 3193997.8564 , 4.1389 , 0.5098 , 0.7205 , 0.7315 , 0.0000 , 0.0000 , 0.0000 , 2.9806 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 370 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8380 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 530 , cls_210 , 0.0000 , 0.0480 , 0.0040 , 6666666.6667 , 1.3333 , 0.9273 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 8.1648 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 546 , cls_210 , 0.0000 , 0.0960 , 0.0079 , 2601626.0163 , 1.2308 , 0.9437 , 0.5500 , 0.7724 , 0.0000 , 0.0000 , 0.0000 , 0.3500 , 0.0495 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 564 , cls_210 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.4166 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 652 , cls_210 , 0.0000 , 0.0540 , 0.0041 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 41.3577 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 703 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9345 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 759 , cls_210 , 0.0000 , 0.0600 , 0.0049 , 5128205.1282 , 1.2500 , 0.9278 , 0.6817 , 0.5769 , 0.0000 , 0.0000 , 0.0000 , 0.5637 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 887 , cls_210 , 0.0000 , 0.2400 , 0.0173 , 2721088.4354 , 2.0000 , 0.8000 , 0.8210 , 0.7721 , 0.0000 , 0.0000 , 0.0000 , 2.6058 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 953 , cls_210 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.1390 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 980 , cls_210 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 39.2327 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1323 , cls_210 , 0.0000 , 0.1440 , 0.0106 , 4000000.0000 , 1.8462 , 0.8385 , 0.7516 , 0.6625 , 0.0000 , 0.0000 , 0.0000 , 0.3129 , 0.0684 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1380 , cls_210 , 0.0000 , 0.0660 , 0.0050 , 4313725.4902 , 1.2222 , 0.9344 , 0.4721 , 0.6569 , 0.0000 , 0.0000 , 0.0000 , 0.3538 , 0.0418 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1450 , cls_210 , 0.0000 , 0.1140 , 0.0074 , 4871794.8718 , 1.7273 , 0.8511 , 0.7146 , 0.6090 , 0.0000 , 0.0000 , 0.0000 , 1.1140 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1484 , cls_210 , 0.0000 , 0.0540 , 0.0041 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 0.2938 , 0.0751 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1544 , cls_210 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.3328 , 0.0418 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1720 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9115 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1748 , cls_210 , 0.0000 , 0.0540 , 0.0047 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 4.3979 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1779 , cls_210 , 0.0000 , 0.0660 , 0.0055 , 4313725.4902 , 1.2222 , 0.9344 , 0.6452 , 0.6275 , 0.0000 , 0.0000 , 0.0000 , 2.7838 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3760 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0496 , 0.2401 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4215 , cls_210 , 0.0000 , 0.1200 , 0.0103 , 2298850.5747 , 1.2500 , 0.9279 , 0.6398 , 0.7960 , 0.0000 , 0.0000 , 0.0000 , 0.0961 , 0.0510 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4664 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0258 , 0.2147 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4770 , cls_210 , 0.0000 , 0.0540 , 0.0054 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 0.3943 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4955 , cls_210 , 0.0000 , 0.0660 , 0.0055 , 3492063.4921 , 1.1000 , 0.9574 , 0.4955 , 0.7063 , 0.0000 , 0.0000 , 0.0000 , 0.1706 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5015 , cls_210 , 0.0000 , 0.0480 , 0.0033 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 1.5411 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5126 , cls_210 , 0.0000 , 0.0600 , 0.0046 , 5555555.5556 , 1.4286 , 0.9196 , 0.6273 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 0.9165 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5796 , cls_210 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.0457 , 0.1040 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5850 , cls_210 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.0444 , 0.0900 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6427 , cls_210 , 0.0000 , 0.1020 , 0.0076 , 5666666.6667 , 1.8889 , 0.8510 , 0.7805 , 0.5250 , 0.0000 , 0.0000 , 0.0000 , 0.0179 , 0.2147 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6934 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0314 , 0.1718 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8145 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0181 , 0.2170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8712 , cls_210 , 0.0000 , 0.0420 , 0.0035 , 4666666.6667 , 1.0000 , 0.9782 , 0.3634 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 0.0169 , 0.1718 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2 , cls_10 , 0.0000 , 1.2060 , 0.0298 , 5114503.8168 , 6.0909 , 0.3964 , 0.7683 , 0.5827 , 0.0000 , 0.0000 , 0.0000 , 1555.3549 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4 , cls_10 , 0.0000 , 0.0960 , 0.0073 , 4637681.1594 , 1.6000 , 0.8794 , 0.7475 , 0.6232 , 0.0000 , 0.0000 , 0.0000 , 77.6141 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 12 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 13.0466 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 18 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.3329 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 32 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.7810 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 34 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.7860 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 36 , cls_10 , 0.0000 , 0.1500 , 0.0101 , 5376344.0860 , 2.0833 , 0.8024 , 0.8075 , 0.5645 , 0.0000 , 0.0000 , 0.0000 , 43.7438 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 38 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 34.5576 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 43 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 501.2706 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 46 , cls_10 , 0.0000 , 6.8880 , 0.0760 , 3838181.2103 , 12.7556 , -0.2704 , 0.8058 , 0.6895 , 0.0000 , 0.0000 , 0.0000 , 114.4976 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 61 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 402.4055 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 65 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 502.6459 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 68 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 44.3996 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 89 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3361 , 0.0331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 93 , cls_10 , 0.0000 , 0.0540 , 0.0042 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 9.5166 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 101 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 158.1933 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 115 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 64.1180 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 144 , cls_10 , 0.0000 , 0.0540 , 0.0047 , 5454545.4545 , 1.2857 , 0.9338 , 0.6498 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 20.0787 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 148 , cls_10 , 0.0000 , 0.1080 , 0.0081 , 6666666.6667 , 2.0000 , 0.8277 , 0.8419 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 23.2619 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 150 , cls_10 , 0.0000 , 0.4200 , 0.0171 , 3825136.6120 , 3.0435 , 0.6615 , 0.7018 , 0.6844 , 0.0000 , 0.0000 , 0.0000 , 36.6898 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 161 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 82.5719 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 165 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8917 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 177 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 14.2374 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 191 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.2639 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 199 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 12.1495 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 202 , cls_10 , 0.0000 , 0.0840 , 0.0062 , 5833333.3333 , 1.7500 , 0.8735 , 0.7209 , 0.5313 , 0.0000 , 0.0000 , 0.0000 , 13.0090 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 203 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 35.3362 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 214 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 35.7828 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 219 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0521 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 223 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.5848 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 225 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 33.4585 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 229 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 24.8607 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 242 , cls_10 , 0.0000 , 0.4320 , 0.0175 , 3966942.1488 , 3.2727 , 0.6524 , 0.7655 , 0.6791 , 0.0000 , 0.0000 , 0.0000 , 20.9046 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 243 , cls_10 , 0.0000 , 0.0540 , 0.0040 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 35.0832 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 245 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.5139 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 256 , cls_10 , 0.0000 , 0.5400 , 0.0200 , 4081632.6531 , 3.6000 , 0.6043 , 0.7553 , 0.6735 , 0.0000 , 0.0000 , 0.0000 , 49.6820 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 272 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.7255 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 284 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 71.0646 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 292 , cls_10 , 0.0000 , 0.6000 , 0.0183 , 4938271.6049 , 4.1667 , 0.5652 , 0.6914 , 0.6037 , 0.0000 , 0.0000 , 0.0000 , 266.8293 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 295 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 13.3271 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 299 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.4167 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 302 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 14.4522 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 304 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 502.5968 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 340 , cls_10 , 0.0000 , 0.1860 , 0.0091 , 4920634.9206 , 2.3846 , 0.7787 , 0.6337 , 0.6071 , 0.0000 , 0.0000 , 0.0000 , 33.3679 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 345 , cls_10 , 0.0000 , 0.0780 , 0.0053 , 7878787.8788 , 1.8571 , 0.8541 , 0.7585 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 47.9199 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 347 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.7454 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 358 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 520.0818 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 363 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 29.0395 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 375 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 24.0690 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 384 , cls_10 , 0.0000 , 0.8280 , 0.0313 , 3087248.3221 , 3.9429 , 0.5320 , 0.7721 , 0.7483 , 0.0000 , 0.0000 , 0.0000 , 512.8531 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 401 , cls_10 , 0.0000 , 0.1140 , 0.0064 , 5507246.3768 , 1.9000 , 0.8388 , 0.5693 , 0.5797 , 0.0000 , 0.0000 , 0.0000 , 53.8399 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 407 , cls_10 , 0.0000 , 0.0660 , 0.0046 , 6666666.6667 , 1.5714 , 0.8903 , 0.5881 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 202.3687 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 416 , cls_10 , 0.0000 , 0.7560 , 0.0215 , 4590163.9344 , 4.5000 , 0.5199 , 0.7328 , 0.6275 , 0.0000 , 0.0000 , 0.0000 , 13.6703 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 420 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.8041 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 424 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 402.5571 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 428 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 401.8541 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 434 , cls_10 , 0.0000 , 0.0540 , 0.0040 , 12000000.0000 , 1.8000 , 0.8603 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8890 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 436 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.3961 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 462 , cls_10 , 0.0000 , 0.0720 , 0.0046 , 8000000.0000 , 1.7143 , 0.8625 , 0.6817 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 49.7406 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 465 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 50.6192 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 483 , cls_10 , 0.0000 , 0.6540 , 0.0214 , 3333333.3333 , 3.6333 , 0.5810 , 0.5948 , 0.7347 , 0.0000 , 0.0000 , 0.0000 , 81.7974 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 484 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 21.1008 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 501 , cls_10 , 0.0000 , 0.0540 , 0.0044 , 5000000.0000 , 1.2857 , 0.9427 , 0.6273 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 6.2150 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 503 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.2480 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 507 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 32.8002 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 529 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 18.9939 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 540 , cls_10 , 0.0000 , 0.0540 , 0.0037 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 89.1034 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 551 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8908 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 580 , cls_10 , 0.0000 , 0.7860 , 0.0324 , 4906367.0412 , 4.8519 , 0.5056 , 0.8236 , 0.6170 , 0.0000 , 0.0000 , 0.0000 , 1589.3686 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 581 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 61.5515 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 582 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 14.4191 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 585 , cls_10 , 0.0000 , 0.0840 , 0.0056 , 6666666.6667 , 1.7500 , 0.8605 , 0.6572 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 88.9859 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 609 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8450 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 624 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 44.7451 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 625 , cls_10 , 0.0000 , 0.0960 , 0.0078 , 6666666.6667 , 2.0000 , 0.8433 , 0.7516 , 0.4479 , 0.0000 , 0.0000 , 0.0000 , 24.3450 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 643 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5593 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 12.7629 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 645 , cls_10 , 0.0000 , 0.0600 , 0.0046 , 11111111.1111 , 2.0000 , 0.8548 , 0.7753 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 18.0740 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 651 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 67.0048 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 658 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 431.3051 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 663 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.0062 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 670 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 12.8276 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 674 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 42.2745 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 680 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 22.3071 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 681 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 45.1409 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 708 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.8232 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 710 , cls_10 , 0.0000 , 0.0660 , 0.0058 , 8148148.1481 , 1.8333 , 0.8713 , 0.8024 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 62.1572 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 729 , cls_10 , 0.0000 , 0.8640 , 0.0294 , 5189189.1892 , 5.1429 , 0.4791 , 0.8447 , 0.5946 , 0.0000 , 0.0000 , 0.0000 , 90.5968 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 740 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8504 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 744 , cls_10 , 0.0000 , 0.1980 , 0.0129 , 6111111.1111 , 2.7500 , 0.7482 , 0.8644 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 9.7241 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 745 , cls_10 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 15.8102 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 753 , cls_10 , 0.0000 , 0.1320 , 0.0076 , 8148148.1481 , 2.4444 , 0.7817 , 0.7796 , 0.3796 , 0.0000 , 0.0000 , 0.0000 , 28.2904 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 757 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 16.1504 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 768 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 25.0427 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 780 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 13.9612 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 783 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.9667 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 784 , cls_10 , 0.0000 , 0.1620 , 0.0105 , 6000000.0000 , 2.4545 , 0.7804 , 0.7613 , 0.5222 , 0.0000 , 0.0000 , 0.0000 , 17.5258 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 788 , cls_10 , 0.0000 , 0.0660 , 0.0049 , 6666666.6667 , 1.5714 , 0.8903 , 0.6584 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 16.8858 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 791 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 19.9409 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 793 , cls_10 , 0.0000 , 0.1200 , 0.0085 , 8888888.8889 , 2.5000 , 0.7871 , 0.7854 , 0.3222 , 0.0000 , 0.0000 , 0.0000 , 24.3410 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 794 , cls_10 , 0.0000 , 0.0720 , 0.0050 , 10000000.0000 , 2.0000 , 0.8423 , 0.7453 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 15.7660 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 795 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 54.1370 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 797 , cls_10 , 0.0000 , 0.1500 , 0.0086 , 6666666.6667 , 2.5000 , 0.7818 , 0.7820 , 0.4933 , 0.0000 , 0.0000 , 0.0000 , 82.0851 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 801 , cls_10 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6082 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 78.6604 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 814 , cls_10 , 0.0000 , 0.0480 , 0.0036 , 6666666.6667 , 1.3333 , 0.9273 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 9.7137 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 817 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.3568 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 818 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 17.7203 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 824 , cls_10 , 0.0000 , 0.0540 , 0.0043 , 6000000.0000 , 1.2857 , 0.9243 , 0.6021 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 20.9994 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 834 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.6054 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 843 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 71.0622 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 844 , cls_10 , 0.0000 , 0.1200 , 0.0065 , 6349206.3492 , 2.0000 , 0.8180 , 0.6068 , 0.5079 , 0.0000 , 0.0000 , 0.0000 , 72.8101 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 850 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.6695 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 855 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 422.1211 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 856 , cls_10 , 0.0000 , 0.0600 , 0.0038 , 7407407.4074 , 1.6667 , 0.8916 , 0.5416 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 99.1159 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 871 , cls_10 , 0.0000 , 0.1800 , 0.0108 , 6250000.0000 , 2.5000 , 0.7608 , 0.7645 , 0.5052 , 0.0000 , 0.0000 , 0.0000 , 25.9192 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 877 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.8520 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 906 , cls_10 , 0.0000 , 0.0540 , 0.0047 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 15.4339 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 907 , cls_10 , 0.0000 , 22.0440 , 0.1720 , 4056530.8601 , 23.5513 , -1.1720 , 0.8412 , 0.6742 , 0.0000 , 0.0000 , 0.0000 , 435.6893 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 908 , cls_10 , 0.0000 , 0.3300 , 0.0157 , 5392156.8627 , 3.2353 , 0.6744 , 0.8134 , 0.5662 , 0.0000 , 0.0000 , 0.0000 , 214.9613 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 920 , cls_10 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 10.7781 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 927 , cls_10 , 0.0000 , 0.0840 , 0.0065 , 7777777.7778 , 2.0000 , 0.8460 , 0.8090 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 50.0524 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 928 , cls_10 , 0.0000 , 0.0720 , 0.0045 , 10000000.0000 , 2.0000 , 0.8423 , 0.5926 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 22.8985 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 931 , cls_10 , 0.0000 , 0.1560 , 0.0089 , 8666666.6667 , 2.8889 , 0.7525 , 0.7170 , 0.3250 , 0.0000 , 0.0000 , 0.0000 , 48.3448 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 938 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 24.2925 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 941 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 46.4881 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 956 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.6597 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 985 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 501.7143 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 997 , cls_10 , 0.0000 , 0.0840 , 0.0056 , 4666666.6667 , 1.5556 , 0.8961 , 0.5609 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 8.3225 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 999 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.8677 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1032 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 21.7423 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1041 , cls_10 , 0.0000 , 0.0720 , 0.0051 , 5714285.7143 , 1.5000 , 0.8948 , 0.6572 , 0.5476 , 0.0000 , 0.0000 , 0.0000 , 74.2317 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1044 , cls_10 , 0.0000 , 0.0540 , 0.0044 , 4615384.6154 , 1.1250 , 0.9510 , 0.5963 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 24.4933 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1054 , cls_10 , 0.0000 , 0.0660 , 0.0049 , 9166666.6667 , 1.8333 , 0.8606 , 0.7516 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 29.1763 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1060 , cls_10 , 0.0000 , 0.2460 , 0.0139 , 8039215.6863 , 3.4167 , 0.6893 , 0.8507 , 0.3529 , 0.0000 , 0.0000 , 0.0000 , 610.3989 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1061 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.5323 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1071 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 217.7332 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1073 , cls_10 , 0.0000 , 0.1440 , 0.0091 , 6666666.6667 , 2.4000 , 0.7877 , 0.7388 , 0.4653 , 0.0000 , 0.0000 , 0.0000 , 11.2530 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1076 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 20.3302 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1084 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 114.4351 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1086 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 75.6035 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1087 , cls_10 , 0.0000 , 0.0600 , 0.0040 , 8333333.3333 , 1.6667 , 0.8805 , 0.6488 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 28.8126 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1094 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 521.9828 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1096 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 21.2402 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1099 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 33.0600 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1105 , cls_10 , 0.0000 , 0.8820 , 0.0241 , 5505617.9775 , 5.4444 , 0.4698 , 0.7142 , 0.5637 , 0.0000 , 0.0000 , 0.0000 , 625.1589 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1106 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.9428 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1111 , cls_10 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 100.7258 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1114 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 25.0035 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1127 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.0730 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1134 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 44.4906 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1143 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 716.5818 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1154 , cls_10 , 0.0000 , 0.1080 , 0.0069 , 8000000.0000 , 2.2500 , 0.8107 , 0.7753 , 0.3778 , 0.0000 , 0.0000 , 0.0000 , 47.0099 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1161 , cls_10 , 0.0000 , 0.0660 , 0.0042 , 9166666.6667 , 1.8333 , 0.8606 , 0.7004 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 21.7865 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1162 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.2075 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1163 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 24.5268 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1164 , cls_10 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 44.2988 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1166 , cls_10 , 0.0000 , 0.0720 , 0.0065 , 8000000.0000 , 1.7143 , 0.8625 , 0.8279 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 272.3470 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1167 , cls_10 , 0.0000 , 9.8940 , 0.1000 , 4559657.1271 , 16.6566 , -0.4729 , 0.8261 , 0.6328 , 0.0000 , 0.0000 , 0.0000 , 298.4636 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1170 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.0899 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1186 , cls_10 , 0.0000 , 0.3300 , 0.0183 , 4471544.7154 , 2.8947 , 0.6919 , 0.8340 , 0.6301 , 0.0000 , 0.0000 , 0.0000 , 507.1646 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1191 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.4395 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1193 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 23.3598 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1195 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 22.2658 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1198 , cls_10 , 0.0000 , 0.1260 , 0.0075 , 7000000.0000 , 2.3333 , 0.8020 , 0.7004 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 28.6038 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1200 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 33.5402 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1202 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 759.0079 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1221 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.1603 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1222 , cls_10 , 0.0000 , 0.0720 , 0.0054 , 5714285.7143 , 1.5000 , 0.8948 , 0.7558 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 22.4338 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1223 , cls_10 , 0.0000 , 0.0540 , 0.0043 , 4615384.6154 , 1.1250 , 0.9510 , 0.4292 , 0.6154 , 0.0000 , 0.0000 , 0.0000 , 32.5341 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1227 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 52.7906 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1233 , cls_10 , 0.0000 , 0.2760 , 0.0141 , 4577114.4279 , 2.7059 , 0.7213 , 0.7476 , 0.6368 , 0.0000 , 0.0000 , 0.0000 , 20.5499 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1240 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 81.3935 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1247 , cls_10 , 0.0000 , 0.2460 , 0.0119 , 3961352.6570 , 2.4118 , 0.7553 , 0.7573 , 0.6715 , 0.0000 , 0.0000 , 0.0000 , 1557.7706 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1261 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 11.2363 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1268 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 486.7986 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1270 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 191.5437 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1284 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 27.2167 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1286 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 501.8065 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1294 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 16.3839 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1300 , cls_10 , 0.0000 , 0.4020 , 0.0156 , 6118721.4612 , 3.7222 , 0.6271 , 0.7813 , 0.5205 , 0.0000 , 0.0000 , 0.0000 , 21.9098 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1301 , cls_10 , 0.0000 , 0.0480 , 0.0033 , 10666666.6667 , 1.6000 , 0.8838 , 0.6255 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 25.4719 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1311 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 57.1247 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1324 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 63.3279 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1325 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 66.6737 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1329 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.2243 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1340 , cls_10 , 0.0000 , 0.1080 , 0.0065 , 7500000.0000 , 2.2500 , 0.8166 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 607.2997 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1351 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 353.7167 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1366 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.2833 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1369 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 606.9388 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1372 , cls_10 , 0.0000 , 0.0600 , 0.0053 , 8333333.3333 , 1.6667 , 0.8805 , 0.8244 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 606.7607 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1377 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1513.5731 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1392 , cls_10 , 0.0000 , 0.1020 , 0.0064 , 6296296.2963 , 1.8889 , 0.8408 , 0.7304 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 23.9904 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1397 , cls_10 , 0.0000 , 0.2280 , 0.0135 , 5170068.0272 , 2.7143 , 0.7415 , 0.8291 , 0.5816 , 0.0000 , 0.0000 , 0.0000 , 299.1524 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1400 , cls_10 , 0.0000 , 0.2580 , 0.0116 , 6515151.5152 , 3.0714 , 0.6998 , 0.7845 , 0.4962 , 0.0000 , 0.0000 , 0.0000 , 1519.8223 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1405 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 28.4517 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1413 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.6375 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1430 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 504.0303 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1437 , cls_10 , 0.0000 , 0.0600 , 0.0046 , 7407407.4074 , 1.6667 , 0.8916 , 0.7708 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 15.0265 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1449 , cls_10 , 0.0000 , 0.1560 , 0.0091 , 8253968.2540 , 2.6000 , 0.7568 , 0.8156 , 0.3492 , 0.0000 , 0.0000 , 0.0000 , 304.6852 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1457 , cls_10 , 0.0000 , 0.1620 , 0.0099 , 5625000.0000 , 2.2500 , 0.7866 , 0.8012 , 0.5521 , 0.0000 , 0.0000 , 0.0000 , 38.8213 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1461 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 81.8285 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1473 , cls_10 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 33.5599 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1481 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 468.9978 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1486 , cls_10 , 0.0000 , 0.0960 , 0.0067 , 8205128.2051 , 2.0000 , 0.8239 , 0.7981 , 0.3590 , 0.0000 , 0.0000 , 0.0000 , 17.2812 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1488 , cls_10 , 0.0000 , 0.0660 , 0.0055 , 7333333.3333 , 1.5714 , 0.8812 , 0.7551 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 129.8768 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1491 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.8286 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1508 , cls_10 , 0.0000 , 0.0600 , 0.0048 , 7407407.4074 , 1.6667 , 0.8916 , 0.6630 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 115.0357 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1509 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 54.6020 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1512 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 35.0200 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1516 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 274.7219 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1525 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 72.8655 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1528 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 22.4201 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1538 , cls_10 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 81.5120 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1557 , cls_10 , 0.0000 , 0.0780 , 0.0054 , 6190476.1905 , 1.6250 , 0.8770 , 0.6039 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 78.2321 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1559 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 27.9684 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1570 , cls_10 , 0.0000 , 0.0960 , 0.0094 , 7619047.6190 , 2.0000 , 0.8307 , 0.8574 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 17.8033 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1575 , cls_10 , 0.0000 , 0.1980 , 0.0112 , 6111111.1111 , 2.7500 , 0.7482 , 0.7080 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 19.9923 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1584 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 485.8216 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1587 , cls_10 , 0.0000 , 0.1860 , 0.0100 , 5904761.9048 , 2.5833 , 0.7611 , 0.7591 , 0.5429 , 0.0000 , 0.0000 , 0.0000 , 305.8272 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1596 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 43.8156 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1601 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 26.6068 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1620 , cls_10 , 0.0000 , 0.0480 , 0.0040 , 4848484.8485 , 1.1429 , 0.9594 , 0.5170 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 22.7546 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1623 , cls_10 , 0.0000 , 0.0720 , 0.0050 , 8888888.8889 , 2.0000 , 0.8529 , 0.7796 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.6964 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1626 , cls_10 , 0.0000 , 0.3360 , 0.0123 , 6666666.6667 , 3.7333 , 0.6524 , 0.7379 , 0.4851 , 0.0000 , 0.0000 , 0.0000 , 623.0692 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1628 , cls_10 , 0.0000 , 0.2220 , 0.0115 , 4743589.7436 , 2.4667 , 0.7542 , 0.6817 , 0.6282 , 0.0000 , 0.0000 , 0.0000 , 621.6352 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1629 , cls_10 , 0.0000 , 0.0660 , 0.0050 , 7333333.3333 , 1.5714 , 0.8812 , 0.7170 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 535.7092 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1634 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.0370 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1638 , cls_10 , 0.0000 , 0.2220 , 0.0141 , 6166666.6667 , 2.8462 , 0.7293 , 0.8848 , 0.5083 , 0.0000 , 0.0000 , 0.0000 , 14.3439 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1640 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.8816 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1643 , cls_10 , 0.0000 , 0.2700 , 0.0133 , 7317073.1707 , 3.4615 , 0.6820 , 0.8432 , 0.4309 , 0.0000 , 0.0000 , 0.0000 , 22.2672 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1644 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.1958 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1646 , cls_10 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 12.1635 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1647 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.0539 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1649 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 17.1858 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1665 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 24.0560 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1670 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 608.4840 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1682 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 30.9072 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1700 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 247.6350 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1701 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 675.4386 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1705 , cls_10 , 0.0000 , 0.1260 , 0.0084 , 7368421.0526 , 2.3333 , 0.7973 , 0.7914 , 0.4298 , 0.0000 , 0.0000 , 0.0000 , 24.5561 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1713 , cls_10 , 0.0000 , 0.2100 , 0.0110 , 8045977.0115 , 3.1818 , 0.7143 , 0.8154 , 0.3793 , 0.0000 , 0.0000 , 0.0000 , 45.5414 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1718 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 486.0248 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1728 , cls_10 , 0.0000 , 0.1140 , 0.0068 , 8444444.4444 , 2.3750 , 0.7986 , 0.6869 , 0.3444 , 0.0000 , 0.0000 , 0.0000 , 9.6030 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1729 , cls_10 , 0.0000 , 0.0480 , 0.0044 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.2981 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1731 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 19.9854 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1734 , cls_10 , 0.0000 , 0.2940 , 0.0155 , 4666666.6667 , 2.8824 , 0.7084 , 0.7188 , 0.6333 , 0.0000 , 0.0000 , 0.0000 , 101.2005 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1738 , cls_10 , 0.0000 , 0.0840 , 0.0072 , 5185185.1852 , 1.5556 , 0.8853 , 0.8024 , 0.5463 , 0.0000 , 0.0000 , 0.0000 , 20.5297 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1747 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 288.4909 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1756 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 26.5007 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1758 , cls_10 , 0.0000 , 0.0360 , 0.0024 , 8000000.0000 , 1.2000 , 0.9413 , 0.3634 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 10.0676 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1788 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.8635 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1796 , cls_10 , 0.0000 , 0.0600 , 0.0040 , 8333333.3333 , 1.6667 , 0.8805 , 0.6488 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 165.2224 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1798 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1512.1566 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1802 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 20.7404 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1805 , cls_10 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 12.7367 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1808 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.9640 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1811 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.6884 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1825 , cls_10 , 0.0000 , 0.2160 , 0.0116 , 6315789.4737 , 2.7692 , 0.7315 , 0.7923 , 0.5044 , 0.0000 , 0.0000 , 0.0000 , 54.5491 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1829 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.0606 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1846 , cls_10 , 0.0000 , 0.0660 , 0.0047 , 10476190.4762 , 1.8333 , 0.8487 , 0.7826 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 21.0853 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1856 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.9915 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1868 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 141.5061 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1873 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 8.2767 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1876 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.2524 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1878 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 54.3054 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1894 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 41.8654 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1910 , cls_10 , 0.0000 , 0.4320 , 0.0159 , 5274725.2747 , 3.6000 , 0.6263 , 0.7909 , 0.5861 , 0.0000 , 0.0000 , 0.0000 , 633.0468 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1911 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 251.3960 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1912 , cls_10 , 0.0000 , 0.0840 , 0.0059 , 5833333.3333 , 1.7500 , 0.8735 , 0.7247 , 0.5104 , 0.0000 , 0.0000 , 0.0000 , 14.6275 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1919 , cls_10 , 0.0000 , 0.3480 , 0.0183 , 3613707.1651 , 2.7619 , 0.7031 , 0.7275 , 0.6916 , 0.0000 , 0.0000 , 0.0000 , 127.8532 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1921 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 82.5371 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1946 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 121.0803 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1949 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 31.2648 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1961 , cls_10 , 0.0000 , 0.0780 , 0.0053 , 6190476.1905 , 1.6250 , 0.8770 , 0.6637 , 0.5119 , 0.0000 , 0.0000 , 0.0000 , 9.6254 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1966 , cls_10 , 0.0000 , 3.4200 , 0.0609 , 4332953.2497 , 9.5000 , 0.0647 , 0.8636 , 0.6490 , 0.0000 , 0.0000 , 0.0000 , 249.9487 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1982 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 133.0596 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1984 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.9894 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1985 , cls_10 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 10.5425 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1990 , cls_10 , 0.0000 , 0.1740 , 0.0080 , 7435897.4359 , 2.6364 , 0.7500 , 0.6587 , 0.4359 , 0.0000 , 0.0000 , 0.0000 , 502.2769 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1995 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1212.9406 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1996 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 92.0025 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1997 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 21.5204 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2001 , cls_10 , 0.0000 , 0.0540 , 0.0045 , 4285714.2857 , 1.1250 , 0.9589 , 0.5544 , 0.6310 , 0.0000 , 0.0000 , 0.0000 , 16.6889 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2009 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 611.4806 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2010 , cls_10 , 0.0000 , 0.0600 , 0.0052 , 11111111.1111 , 2.0000 , 0.8548 , 0.8472 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 41.6717 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2020 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 46.9664 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2048 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1513.0852 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2049 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1531.8282 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2055 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.5532 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2057 , cls_10 , 0.0000 , 0.0960 , 0.0053 , 7619047.6190 , 2.0000 , 0.8307 , 0.6572 , 0.4405 , 0.0000 , 0.0000 , 0.0000 , 11.7534 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2060 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 7.4349 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2074 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 698.9980 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2078 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8394 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2084 , cls_10 , 0.0000 , 0.2640 , 0.0163 , 6984126.9841 , 3.3846 , 0.6898 , 0.8790 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 95.6176 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2095 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1510.9675 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2104 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 38.0352 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2106 , cls_10 , 0.0000 , 0.1080 , 0.0056 , 9230769.2308 , 2.2500 , 0.7979 , 0.6877 , 0.3462 , 0.0000 , 0.0000 , 0.0000 , 23.0259 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2112 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 7.1388 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2115 , cls_10 , 0.0000 , 0.0840 , 0.0068 , 6666666.6667 , 1.7500 , 0.8605 , 0.7903 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 637.0912 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2133 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 13.2442 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2151 , cls_10 , 0.0000 , 0.4740 , 0.0177 , 5917602.9963 , 4.1579 , 0.5983 , 0.8221 , 0.5337 , 0.0000 , 0.0000 , 0.0000 , 115.2569 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2154 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6178 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2159 , cls_10 , 0.0000 , 0.0960 , 0.0091 , 4444444.4444 , 1.6000 , 0.8838 , 0.8003 , 0.6042 , 0.0000 , 0.0000 , 0.0000 , 69.6452 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2164 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.7966 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2166 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 513.2560 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2171 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 607.5520 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2185 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.4278 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2190 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 43.5488 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2191 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 512.0527 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2194 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 488.6890 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2201 , cls_10 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 212.6007 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2210 , cls_10 , 0.0000 , 0.3060 , 0.0146 , 6666666.6667 , 3.4000 , 0.6688 , 0.7871 , 0.4641 , 0.0000 , 0.0000 , 0.0000 , 75.3471 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2220 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 154.5247 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2223 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 608.9122 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2234 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.6163 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2237 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 23.6698 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2240 , cls_10 , 0.0000 , 0.2460 , 0.0149 , 6666666.6667 , 3.1538 , 0.7056 , 0.8337 , 0.4431 , 0.0000 , 0.0000 , 0.0000 , 1195.6337 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2241 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 558.0800 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2250 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.5035 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2254 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 12.6213 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2260 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 39.8834 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2265 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 122.9233 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2278 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 37.6468 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2288 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 610.1252 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2289 , cls_10 , 0.0000 , 0.0720 , 0.0057 , 6153846.1538 , 1.5000 , 0.8875 , 0.7453 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 307.9114 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2290 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1511.8214 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2296 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 17.9938 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2300 , cls_10 , 0.0000 , 0.0780 , 0.0053 , 9629629.6296 , 2.1667 , 0.8359 , 0.8024 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 233.5589 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2301 , cls_10 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 184.9423 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2321 , cls_10 , 0.0000 , 0.1320 , 0.0081 , 7333333.3333 , 2.4444 , 0.7912 , 0.7746 , 0.4083 , 0.0000 , 0.0000 , 0.0000 , 9.5914 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2328 , cls_10 , 0.0000 , 0.0960 , 0.0079 , 6274509.8039 , 1.7778 , 0.8491 , 0.8014 , 0.4706 , 0.0000 , 0.0000 , 0.0000 , 7.2302 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2332 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 59.1511 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2333 , cls_10 , 0.0000 , 0.1140 , 0.0072 , 7450980.3922 , 2.1111 , 0.8100 , 0.7294 , 0.3922 , 0.0000 , 0.0000 , 0.0000 , 332.5108 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2334 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 520.4895 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2339 , cls_10 , 0.0000 , 0.0480 , 0.0043 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 307.0207 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2341 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 54.5900 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2348 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.7092 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2351 , cls_10 , 0.0000 , 0.2640 , 0.0132 , 4808743.1694 , 2.7500 , 0.7241 , 0.7702 , 0.6093 , 0.0000 , 0.0000 , 0.0000 , 9.7977 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2353 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 187.0473 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2355 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 53.6461 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2357 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 51.5498 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2359 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.8911 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2372 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 382.0546 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2375 , cls_10 , 0.0000 , 0.0780 , 0.0054 , 5777777.7778 , 1.6250 , 0.8838 , 0.6396 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 37.4658 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2386 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 185.8022 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2388 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1074.2101 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2392 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 488.0695 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2406 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.4042 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2408 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 228.8023 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2411 , cls_10 , 0.0000 , 9.7260 , 0.0911 , 4592718.5154 , 16.5408 , -0.4610 , 0.7979 , 0.6282 , 0.0000 , 0.0000 , 0.0000 , 572.8404 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2420 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 79.1006 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2423 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.7083 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2442 , cls_10 , 0.0000 , 0.1440 , 0.0087 , 8421052.6316 , 2.6667 , 0.7665 , 0.7781 , 0.3509 , 0.0000 , 0.0000 , 0.0000 , 49.9539 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2454 , cls_10 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 40.5553 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2458 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 608.8684 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2475 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 184.7889 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2476 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 228.4652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2488 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1513.0594 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2493 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1797 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2495 , cls_10 , 0.0000 , 0.0600 , 0.0055 , 8333333.3333 , 1.6667 , 0.8805 , 0.7963 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.7575 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2497 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 10.6536 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2498 , cls_10 , 0.0000 , 0.0660 , 0.0052 , 7333333.3333 , 1.5714 , 0.8812 , 0.6817 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 13.2027 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2499 , cls_10 , 0.0000 , 0.0840 , 0.0075 , 5490196.0784 , 1.5556 , 0.8795 , 0.7919 , 0.5196 , 0.0000 , 0.0000 , 0.0000 , 13.2519 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2511 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 607.7809 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2532 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 19.1425 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2535 , cls_10 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 132.3491 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2537 , cls_10 , 0.0000 , 0.0540 , 0.0046 , 7500000.0000 , 1.5000 , 0.9026 , 0.7516 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 109.7046 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2548 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 50.2353 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2565 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 61.2125 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2571 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.1488 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2572 , cls_10 , 0.0000 , 0.0540 , 0.0045 , 6666666.6667 , 1.5000 , 0.9139 , 0.6903 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 227.3659 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2574 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 230.1779 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2578 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 43.5098 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2581 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 483.5527 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2586 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 613.3200 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2591 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 16.3755 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2594 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1511.8170 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2595 , cls_10 , 0.0000 , 0.1500 , 0.0092 , 5376344.0860 , 2.0833 , 0.8024 , 0.7119 , 0.5591 , 0.0000 , 0.0000 , 0.0000 , 1521.1909 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2604 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 229.6297 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2608 , cls_10 , 0.0000 , 0.0600 , 0.0047 , 6060606.0606 , 1.4286 , 0.9110 , 0.7357 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 63.1204 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2615 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 30.8704 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2622 , cls_10 , 0.0000 , 0.0720 , 0.0055 , 5714285.7143 , 1.5000 , 0.8948 , 0.6637 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 16.6027 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2625 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.7457 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2629 , cls_10 , 0.0000 , 0.8160 , 0.0215 , 5364891.5187 , 5.2308 , 0.4900 , 0.7646 , 0.5750 , 0.0000 , 0.0000 , 0.0000 , 622.1494 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2633 , cls_10 , 0.0000 , 0.0540 , 0.0040 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 57.3304 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2636 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 610.3413 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2639 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 608.9255 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2641 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 142.3301 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2644 , cls_10 , 0.0000 , 0.0660 , 0.0047 , 6666666.6667 , 1.5714 , 0.8903 , 0.7585 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 26.7194 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2648 , cls_10 , 0.0000 , 0.0600 , 0.0047 , 13333333.3333 , 2.0000 , 0.8392 , 0.8128 , 0.1333 , 0.0000 , 0.0000 , 0.0000 , 46.5408 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2649 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 35.0955 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2651 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 18.6512 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2654 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.9929 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2655 , cls_10 , 0.0000 , 0.0540 , 0.0034 , 8571428.5714 , 1.5000 , 0.8902 , 0.4757 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 10.6032 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2656 , cls_10 , 0.0000 , 0.0540 , 0.0046 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.4772 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2675 , cls_10 , 0.0000 , 0.0600 , 0.0042 , 9523809.5238 , 1.6667 , 0.8684 , 0.6572 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 15.7354 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2683 , cls_10 , 0.0000 , 0.0780 , 0.0059 , 8666666.6667 , 1.8571 , 0.8453 , 0.7598 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 63.5360 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2685 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 271.8145 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2690 , cls_10 , 0.0000 , 0.0420 , 0.0039 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 88.1622 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2692 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 59.4343 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2694 , cls_10 , 0.0000 , 0.2700 , 0.0114 , 5660377.3585 , 3.0000 , 0.7049 , 0.6626 , 0.5440 , 0.0000 , 0.0000 , 0.0000 , 148.9755 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2699 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1513.5324 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2701 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 28.4726 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2706 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 62.2428 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2709 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 597.5461 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2715 , cls_10 , 0.0000 , 0.0600 , 0.0047 , 11111111.1111 , 2.0000 , 0.8548 , 0.7753 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 608.1599 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2716 , cls_10 , 0.0000 , 0.0540 , 0.0042 , 5454545.4545 , 1.2857 , 0.9338 , 0.6584 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 19.6319 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2730 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 304.6998 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2731 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 270.5030 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2736 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 284.5771 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2742 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 61.3355 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2746 , cls_10 , 0.0000 , 0.0660 , 0.0043 , 7333333.3333 , 1.5714 , 0.8812 , 0.6894 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 10.4367 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2747 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.5483 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2750 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 199.5881 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2752 , cls_10 , 0.0000 , 0.0540 , 0.0041 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 138.3845 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2754 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 49.5025 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2760 , cls_10 , 0.0000 , 0.0480 , 0.0034 , 13333333.3333 , 2.0000 , 0.8645 , 0.7170 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 761.5309 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2761 , cls_10 , 0.0000 , 0.0720 , 0.0050 , 8000000.0000 , 1.7143 , 0.8625 , 0.6894 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 43.6303 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2781 , cls_10 , 0.0000 , 0.0780 , 0.0048 , 7222222.2222 , 1.8571 , 0.8622 , 0.5870 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 14.2414 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2785 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 601.1779 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2790 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 614.8170 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2797 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.6411 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2801 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 7.8273 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2803 , cls_10 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 12.7597 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2805 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 284.5411 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2806 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 244.3890 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2808 , cls_10 , 0.0000 , 0.0600 , 0.0049 , 9523809.5238 , 1.6667 , 0.8684 , 0.8019 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 479.8347 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2812 , cls_10 , 0.0000 , 0.0600 , 0.0042 , 11111111.1111 , 2.0000 , 0.8548 , 0.7753 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 285.8412 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2823 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 759.4540 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2824 , cls_10 , 0.0000 , 0.0840 , 0.0074 , 8484848.4848 , 2.0000 , 0.8380 , 0.8653 , 0.3030 , 0.0000 , 0.0000 , 0.0000 , 18.7328 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2843 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 613.6387 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2846 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 278.6911 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2849 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 200.9113 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2853 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 243.5323 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2864 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 610.1130 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2877 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1221.5751 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2883 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.5592 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2885 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 17.1436 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2886 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 20.7574 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2889 , cls_10 , 0.0000 , 0.0600 , 0.0052 , 7407407.4074 , 1.6667 , 0.8916 , 0.7838 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 446.7940 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2902 , cls_10 , 0.0000 , 0.0600 , 0.0040 , 9523809.5238 , 1.6667 , 0.8684 , 0.7379 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 496.9582 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2903 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 199.8062 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2908 , cls_10 , 0.0000 , 0.2100 , 0.0116 , 6481481.4815 , 2.9167 , 0.7335 , 0.8166 , 0.4907 , 0.0000 , 0.0000 , 0.0000 , 477.0069 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2909 , cls_10 , 0.0000 , 0.0840 , 0.0066 , 4912280.7018 , 1.5556 , 0.8908 , 0.6278 , 0.5877 , 0.0000 , 0.0000 , 0.0000 , 23.8934 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2910 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.1331 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2912 , cls_10 , 0.0000 , 2.2740 , 0.0457 , 5375886.5248 , 8.6136 , 0.2067 , 0.7990 , 0.5610 , 0.0000 , 0.0000 , 0.0000 , 360.1792 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2914 , cls_10 , 0.0000 , 0.3660 , 0.0171 , 5980392.1569 , 3.5882 , 0.6464 , 0.8537 , 0.5049 , 0.0000 , 0.0000 , 0.0000 , 451.9173 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2916 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 103.9249 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2925 , cls_10 , 0.0000 , 0.0540 , 0.0049 , 7500000.0000 , 1.5000 , 0.9026 , 0.7516 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 125.0312 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2931 , cls_10 , 0.0000 , 0.0660 , 0.0055 , 8148148.1481 , 1.8333 , 0.8713 , 0.8024 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 1514.4049 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2938 , cls_10 , 0.0000 , 0.1200 , 0.0076 , 7017543.8596 , 2.2222 , 0.8085 , 0.7914 , 0.4386 , 0.0000 , 0.0000 , 0.0000 , 19.3023 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2940 , cls_10 , 0.0000 , 0.2040 , 0.0104 , 6126126.1261 , 2.6154 , 0.7433 , 0.6921 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 35.6046 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2942 , cls_10 , 0.0000 , 0.0540 , 0.0045 , 5000000.0000 , 1.2857 , 0.9427 , 0.6605 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 173.7254 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2944 , cls_10 , 0.0000 , 4.2180 , 0.0617 , 5443283.0043 , 11.9153 , -0.0218 , 0.8098 , 0.5629 , 0.0000 , 0.0000 , 0.0000 , 925.3926 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2947 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 127.8705 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2954 , cls_10 , 0.0000 , 0.1380 , 0.0074 , 6666666.6667 , 2.3000 , 0.7938 , 0.6043 , 0.4638 , 0.0000 , 0.0000 , 0.0000 , 120.5663 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2970 , cls_10 , 0.0000 , 0.0540 , 0.0042 , 6000000.0000 , 1.2857 , 0.9243 , 0.6817 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 458.8857 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2971 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 617.4451 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2973 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 54.8227 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2974 , cls_10 , 0.0000 , 0.6600 , 0.0187 , 5820105.8201 , 4.7826 , 0.5314 , 0.6791 , 0.5450 , 0.0000 , 0.0000 , 0.0000 , 60.1421 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2975 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1511.0841 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2982 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 8.5389 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2984 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.9826 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2996 , cls_10 , 0.0000 , 0.2400 , 0.0123 , 5555555.5556 , 2.8571 , 0.7263 , 0.7284 , 0.5451 , 0.0000 , 0.0000 , 0.0000 , 330.0476 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3016 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 8.3933 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3017 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 26.0961 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3018 , cls_10 , 0.0000 , 0.1140 , 0.0094 , 6666666.6667 , 2.1111 , 0.8204 , 0.8641 , 0.4474 , 0.0000 , 0.0000 , 0.0000 , 134.9848 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3031 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 122.5848 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3040 , cls_10 , 0.0000 , 0.0900 , 0.0063 , 4545454.5455 , 1.5000 , 0.8899 , 0.6704 , 0.6288 , 0.0000 , 0.0000 , 0.0000 , 366.5004 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3042 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 280.1604 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3044 , cls_10 , 0.0000 , 0.0540 , 0.0037 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 593.7707 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3046 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 482.2503 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3048 , cls_10 , 0.0000 , 0.3000 , 0.0151 , 6289308.1761 , 3.3333 , 0.6774 , 0.8171 , 0.5031 , 0.0000 , 0.0000 , 0.0000 , 171.2206 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3053 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 609.8466 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3060 , cls_10 , 0.0000 , 0.1080 , 0.0075 , 7058823.5294 , 2.0000 , 0.8223 , 0.7857 , 0.4118 , 0.0000 , 0.0000 , 0.0000 , 232.3802 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3061 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.2808 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3069 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 117.1533 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3070 , cls_10 , 0.0000 , 0.0540 , 0.0037 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 504.3512 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3072 , cls_10 , 0.0000 , 0.3060 , 0.0115 , 5312500.0000 , 3.1875 , 0.6892 , 0.6503 , 0.5729 , 0.0000 , 0.0000 , 0.0000 , 94.9772 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3078 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 9.2121 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3080 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1628 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3081 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.1434 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3084 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 211.2091 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3092 , cls_10 , 0.0000 , 0.1080 , 0.0064 , 8000000.0000 , 2.2500 , 0.8107 , 0.7191 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 328.9838 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3100 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.7100 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3122 , cls_10 , 0.0000 , 0.1500 , 0.0105 , 6666666.6667 , 2.5000 , 0.7818 , 0.7919 , 0.4867 , 0.0000 , 0.0000 , 0.0000 , 17.2889 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3132 , cls_10 , 0.0000 , 0.0720 , 0.0055 , 8888888.8889 , 2.0000 , 0.8529 , 0.8024 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 298.9434 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3154 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 178.6819 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3160 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 80.8373 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3169 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 224.4059 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3175 , cls_10 , 0.0000 , 0.0600 , 0.0051 , 7407407.4074 , 1.6667 , 0.8916 , 0.7135 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 40.1329 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3183 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.4090 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3200 , cls_10 , 0.0000 , 0.6180 , 0.0213 , 4869976.3593 , 4.2917 , 0.5600 , 0.7905 , 0.6087 , 0.0000 , 0.0000 , 0.0000 , 1528.3604 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3201 , cls_10 , 0.0000 , 0.0780 , 0.0061 , 7222222.2222 , 1.8571 , 0.8622 , 0.7878 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 776.4414 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3202 , cls_10 , 0.0000 , 0.7560 , 0.0224 , 6461538.4615 , 5.4783 , 0.4936 , 0.7859 , 0.4949 , 0.0000 , 0.0000 , 0.0000 , 673.8194 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3229 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 83.6038 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3230 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 69.6414 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3231 , cls_10 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 53.8716 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3245 , cls_10 , 0.0000 , 0.0660 , 0.0051 , 5641025.6410 , 1.3750 , 0.9067 , 0.5963 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 27.0520 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3268 , cls_10 , 0.0000 , 0.1320 , 0.0087 , 8148148.1481 , 2.4444 , 0.7817 , 0.8121 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 698.5986 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3276 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 38.7328 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3282 , cls_10 , 0.0000 , 0.1080 , 0.0089 , 10909090.9091 , 2.5714 , 0.7835 , 0.8653 , 0.2273 , 0.0000 , 0.0000 , 0.0000 , 76.8925 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3288 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.3370 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3298 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 610.8584 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3301 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 594.2781 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3310 , cls_10 , 0.0000 , 0.0720 , 0.0051 , 6666666.6667 , 1.7143 , 0.8797 , 0.7062 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 43.1454 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3314 , cls_10 , 0.0000 , 0.2820 , 0.0140 , 6666666.6667 , 3.3571 , 0.6828 , 0.7840 , 0.4823 , 0.0000 , 0.0000 , 0.0000 , 56.2638 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3316 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 254.8457 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3331 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 39.4664 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3338 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 87.7114 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3345 , cls_10 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 274.4924 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3358 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 21.0984 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3364 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 109.7245 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3366 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.0921 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3380 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1511.2560 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3383 , cls_10 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 414.9518 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3385 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 123.0623 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3387 , cls_10 , 0.0000 , 1.1880 , 0.0292 , 6407766.9903 , 6.8276 , 0.3860 , 0.8004 , 0.4895 , 0.0000 , 0.0000 , 0.0000 , 1553.0333 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3389 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 129.2648 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3398 , cls_10 , 0.0000 , 0.0660 , 0.0046 , 8148148.1481 , 1.8333 , 0.8713 , 0.6419 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 592.5199 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3400 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 475.3436 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3433 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 52.8837 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3440 , cls_10 , 0.0000 , 0.0480 , 0.0036 , 6666666.6667 , 1.3333 , 0.9273 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 181.1427 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3444 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 478.5625 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3451 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 29.2990 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3473 , cls_10 , 0.0000 , 0.0720 , 0.0060 , 7272727.2727 , 1.7143 , 0.8714 , 0.8249 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 32.1688 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3490 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 594.8656 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3493 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.9078 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3498 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.4184 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3509 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 593.2885 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3512 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 477.4496 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3515 , cls_10 , 0.0000 , 0.3420 , 0.0116 , 7600000.0000 , 3.8000 , 0.6382 , 0.6559 , 0.4200 , 0.0000 , 0.0000 , 0.0000 , 27.1835 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3528 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 517.0921 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3554 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.6263 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3556 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 25.2085 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3577 , cls_10 , 0.0000 , 0.0600 , 0.0039 , 8333333.3333 , 1.6667 , 0.8805 , 0.5926 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 22.8241 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3584 , cls_10 , 0.0000 , 0.9000 , 0.0243 , 4830917.8744 , 5.1724 , 0.4746 , 0.6953 , 0.6208 , 0.0000 , 0.0000 , 0.0000 , 180.2679 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3594 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 299.8786 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3602 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 15.8219 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3610 , cls_10 , 0.0000 , 0.1740 , 0.0097 , 5225225.2252 , 2.2308 , 0.7830 , 0.7572 , 0.5721 , 0.0000 , 0.0000 , 0.0000 , 341.6044 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3611 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 190.1913 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3612 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 222.9652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3648 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1246.6445 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3650 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 162.0095 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3652 , cls_10 , 0.0000 , 0.0540 , 0.0042 , 8571428.5714 , 1.5000 , 0.8902 , 0.6927 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 9.1906 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3655 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 111.6268 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3656 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 198.4625 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3659 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 592.7642 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3666 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 41.8104 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3667 , cls_10 , 0.0000 , 0.1620 , 0.0086 , 4736842.1053 , 2.0769 , 0.8036 , 0.6663 , 0.6272 , 0.0000 , 0.0000 , 0.0000 , 43.1692 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3675 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 63.9539 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3679 , cls_10 , 0.0000 , 0.2640 , 0.0120 , 5866666.6667 , 2.9333 , 0.7054 , 0.6997 , 0.5567 , 0.0000 , 0.0000 , 0.0000 , 275.0457 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3681 , cls_10 , 0.0000 , 0.1260 , 0.0075 , 5384615.3846 , 1.9091 , 0.8272 , 0.7566 , 0.5641 , 0.0000 , 0.0000 , 0.0000 , 501.1648 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3703 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 601.2296 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3720 , cls_10 , 0.0000 , 0.1140 , 0.0079 , 7037037.0370 , 2.1111 , 0.8153 , 0.7135 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 81.4102 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3721 , cls_10 , 0.0000 , 0.4740 , 0.0221 , 6053639.8467 , 4.1579 , 0.5964 , 0.8646 , 0.5211 , 0.0000 , 0.0000 , 0.0000 , 719.4651 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3729 , cls_10 , 0.0000 , 0.1740 , 0.0093 , 4957264.9573 , 2.2308 , 0.7882 , 0.7542 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 611.1534 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3730 , cls_10 , 0.0000 , 0.1140 , 0.0066 , 5507246.3768 , 1.9000 , 0.8388 , 0.6043 , 0.5580 , 0.0000 , 0.0000 , 0.0000 , 602.7603 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3734 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 48.3236 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3735 , cls_10 , 0.0000 , 0.8700 , 0.0242 , 6401766.0044 , 5.8000 , 0.4622 , 0.8536 , 0.4890 , 0.0000 , 0.0000 , 0.0000 , 51.3367 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3737 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 22.2318 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3738 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1511.5729 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3750 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 136.7456 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3751 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 224.2864 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3752 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 223.9145 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3756 , cls_10 , 0.0000 , 0.8460 , 0.0216 , 5433526.0116 , 5.2222 , 0.4806 , 0.6727 , 0.5732 , 0.0000 , 0.0000 , 0.0000 , 26.6093 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3763 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 9.1504 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3764 , cls_10 , 0.0000 , 0.0540 , 0.0048 , 5454545.4545 , 1.2857 , 0.9338 , 0.6888 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 10.5669 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3766 , cls_10 , 0.0000 , 0.0780 , 0.0069 , 8666666.6667 , 1.8571 , 0.8453 , 0.8502 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 84.4921 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3773 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 601.1202 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3798 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 20.9131 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3801 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 36.5706 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3812 , cls_10 , 0.0000 , 0.0960 , 0.0065 , 5925925.9259 , 1.7778 , 0.8547 , 0.7637 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 187.7073 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3818 , cls_10 , 0.0000 , 0.5820 , 0.0201 , 4974358.9744 , 4.2174 , 0.5711 , 0.7934 , 0.5987 , 0.0000 , 0.0000 , 0.0000 , 618.3464 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3823 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 592.8739 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3825 , cls_10 , 0.0000 , 0.2340 , 0.0108 , 5777777.7778 , 2.7857 , 0.7268 , 0.7805 , 0.5259 , 0.0000 , 0.0000 , 0.0000 , 605.3406 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3839 , cls_10 , 0.0000 , 0.2040 , 0.0100 , 5151515.1515 , 2.4286 , 0.7597 , 0.7886 , 0.5985 , 0.0000 , 0.0000 , 0.0000 , 68.1034 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3845 , cls_10 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 141.2753 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3846 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 311.2361 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3854 , cls_10 , 0.0000 , 0.1560 , 0.0101 , 7536231.8841 , 2.6000 , 0.7649 , 0.8550 , 0.4203 , 0.0000 , 0.0000 , 0.0000 , 84.5567 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3855 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 47.1809 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3865 , cls_10 , 0.0000 , 0.1260 , 0.0082 , 7368421.0526 , 2.3333 , 0.7973 , 0.8234 , 0.4035 , 0.0000 , 0.0000 , 0.0000 , 239.9586 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3874 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 52.2413 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3886 , cls_10 , 0.0000 , 0.0540 , 0.0042 , 4615384.6154 , 1.1250 , 0.9510 , 0.4292 , 0.6282 , 0.0000 , 0.0000 , 0.0000 , 509.6031 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3907 , cls_10 , 0.0000 , 0.1500 , 0.0090 , 7575757.5758 , 2.5000 , 0.7701 , 0.7606 , 0.4318 , 0.0000 , 0.0000 , 0.0000 , 87.6610 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3910 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 593.1486 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3918 , cls_10 , 0.0000 , 0.0540 , 0.0035 , 7500000.0000 , 1.5000 , 0.9026 , 0.4907 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 57.8339 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3921 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 52.4451 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3937 , cls_10 , 0.0000 , 0.0600 , 0.0048 , 7407407.4074 , 1.6667 , 0.8916 , 0.7796 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 104.7260 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3947 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.4430 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3956 , cls_10 , 0.0000 , 0.1080 , 0.0076 , 7500000.0000 , 2.2500 , 0.8166 , 0.8078 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 126.4419 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3962 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 594.6854 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3963 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 70.5710 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3966 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 28.1665 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3968 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 46.3689 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3974 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 422.2906 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3985 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 758.2559 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3992 , cls_10 , 0.0000 , 0.5460 , 0.0218 , 5321637.4269 , 4.1364 , 0.5787 , 0.7767 , 0.5643 , 0.0000 , 0.0000 , 0.0000 , 99.0318 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3997 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 38.8267 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4000 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 154.2026 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4001 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 52.2310 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4025 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 54.6180 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4033 , cls_10 , 0.0000 , 0.5460 , 0.0173 , 5723270.4403 , 4.3333 , 0.5727 , 0.7404 , 0.5487 , 0.0000 , 0.0000 , 0.0000 , 81.8124 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4034 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 64.1251 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4035 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 161.3730 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4040 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 46.6364 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4055 , cls_10 , 0.0000 , 0.1440 , 0.0075 , 8888888.8889 , 2.6667 , 0.7617 , 0.7838 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 227.8401 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4058 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 45.5605 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4074 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.0246 , 0.0309 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4076 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 110.3463 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4079 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 29.0795 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4082 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 593.6364 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4086 , cls_10 , 0.0000 , 0.2760 , 0.0134 , 6258503.4014 , 3.2857 , 0.6921 , 0.7849 , 0.5068 , 0.0000 , 0.0000 , 0.0000 , 51.9262 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4087 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.5546 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4094 , cls_10 , 0.0000 , 0.6120 , 0.0177 , 5528455.2846 , 4.4348 , 0.5517 , 0.6639 , 0.5664 , 0.0000 , 0.0000 , 0.0000 , 131.9809 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4097 , cls_10 , 0.0000 , 0.0720 , 0.0064 , 8000000.0000 , 1.7143 , 0.8625 , 0.8502 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 592.9589 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4105 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 24.6143 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4106 , cls_10 , 0.0000 , 0.1740 , 0.0097 , 3515151.5152 , 1.9333 , 0.8238 , 0.6371 , 0.7091 , 0.0000 , 0.0000 , 0.0000 , 245.2185 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4107 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1214.3570 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4120 , cls_10 , 0.0000 , 0.1920 , 0.0111 , 7619047.6190 , 2.9091 , 0.7329 , 0.7148 , 0.4107 , 0.0000 , 0.0000 , 0.0000 , 41.1053 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4121 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 48.3685 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4125 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 224.3148 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4126 , cls_10 , 0.0000 , 0.1680 , 0.0104 , 6436781.6092 , 2.5455 , 0.7684 , 0.7522 , 0.4943 , 0.0000 , 0.0000 , 0.0000 , 32.1003 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4131 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 50.5209 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4134 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 34.1207 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4135 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 1514.6228 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4148 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 19.5019 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4151 , cls_10 , 0.0000 , 0.0780 , 0.0058 , 7878787.8788 , 1.8571 , 0.8541 , 0.7307 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 64.4948 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4152 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 593.7169 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4157 , cls_10 , 0.0000 , 0.1200 , 0.0072 , 7407407.4074 , 2.2222 , 0.8035 , 0.6903 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 1515.1045 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4177 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.7117 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4201 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 12.4835 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4219 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 18.2659 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4220 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 31.3196 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4221 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 68.0452 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4226 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 482.7817 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4233 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 5000000.0000 , 1.0000 , 0.9877 , 0.4907 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 55.2826 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4235 , cls_10 , 0.0000 , 0.0900 , 0.0061 , 7142857.1429 , 1.8750 , 0.8451 , 0.6637 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 28.1177 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4245 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.4587 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4247 , cls_10 , 0.0000 , 0.0480 , 0.0038 , 5333333.3333 , 1.1429 , 0.9495 , 0.5609 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 483.1751 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4248 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 594.1327 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4251 , cls_10 , 0.0000 , 0.1800 , 0.0094 , 6060606.0606 , 2.5000 , 0.7636 , 0.7834 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 595.8659 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4257 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 13.0785 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4266 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 70.2885 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4267 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 14.6297 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4293 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 50.0732 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4294 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 72.8778 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4297 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 34.7898 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4307 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 597.6484 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4312 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 46.5122 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4316 , cls_10 , 0.0000 , 0.2640 , 0.0116 , 5866666.6667 , 2.9333 , 0.7054 , 0.7551 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 53.9030 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4320 , cls_10 , 0.0000 , 0.0480 , 0.0040 , 4444444.4444 , 1.1429 , 0.9685 , 0.4731 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 9.4478 , 0.0309 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4327 , cls_10 , 0.0000 , 0.0780 , 0.0076 , 8666666.6667 , 1.8571 , 0.8453 , 0.8739 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 33.0373 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4329 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.1774 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4331 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 16.6367 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4345 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 22.5315 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4348 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.2828 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4354 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1212.2440 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4367 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 594.6603 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4368 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 301.4880 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4372 , cls_10 , 0.0000 , 0.0600 , 0.0040 , 9523809.5238 , 1.6667 , 0.8684 , 0.6927 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 19.2145 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4378 , cls_10 , 0.0000 , 0.2280 , 0.0108 , 6333333.3333 , 2.9231 , 0.7226 , 0.7186 , 0.4708 , 0.0000 , 0.0000 , 0.0000 , 32.4475 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4381 , cls_10 , 0.0000 , 0.0480 , 0.0044 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 36.7250 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4384 , cls_10 , 0.0000 , 0.0540 , 0.0037 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 47.5620 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4386 , cls_10 , 0.0000 , 0.0540 , 0.0042 , 7500000.0000 , 1.5000 , 0.9026 , 0.6817 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 12.3615 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4388 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 155.5341 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4392 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 35.3675 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4398 , cls_10 , 0.0000 , 0.0660 , 0.0043 , 9166666.6667 , 1.8333 , 0.8606 , 0.7516 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 37.7178 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4402 , cls_10 , 0.0000 , 0.6300 , 0.0204 , 6194690.2655 , 4.7727 , 0.5365 , 0.8241 , 0.5103 , 0.0000 , 0.0000 , 0.0000 , 120.5768 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4408 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.1656 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4415 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 124.2235 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4432 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.2295 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4433 , cls_10 , 0.0000 , 0.0780 , 0.0068 , 8666666.6667 , 1.8571 , 0.8453 , 0.8041 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 119.6554 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4436 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 47.3981 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4438 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.5252 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4439 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.4045 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4441 , cls_10 , 0.0000 , 0.0480 , 0.0034 , 10666666.6667 , 1.6000 , 0.8838 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 14.5241 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4442 , cls_10 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 593.7793 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4448 , cls_10 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 6.3256 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4461 , cls_10 , 0.0000 , 0.0840 , 0.0049 , 10370370.3704 , 2.3333 , 0.8201 , 0.6903 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 19.5896 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4465 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 37.2860 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4468 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.8433 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4469 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.5440 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4470 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 9.4372 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4478 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1210.8218 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4479 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1512.9018 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4494 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.9929 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4496 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 33.7732 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4500 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 186.5740 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4508 , cls_10 , 0.0000 , 0.0780 , 0.0057 , 7222222.2222 , 1.8571 , 0.8622 , 0.7117 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 18.1787 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4509 , cls_10 , 0.0000 , 0.0600 , 0.0044 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 1516.2865 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4519 , cls_10 , 0.0000 , 0.2280 , 0.0104 , 5757575.7576 , 2.7143 , 0.7313 , 0.6972 , 0.5265 , 0.0000 , 0.0000 , 0.0000 , 28.0299 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4523 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 47.2740 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4524 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 55.1914 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4532 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.8795 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4535 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 62.6691 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4540 , cls_10 , 0.0000 , 0.1380 , 0.0085 , 8518518.5185 , 2.5556 , 0.7715 , 0.7661 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 22.7740 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4553 , cls_10 , 0.0000 , 1.4460 , 0.0407 , 4426078.9715 , 6.1795 , 0.3555 , 0.8873 , 0.6391 , 0.0000 , 0.0000 , 0.0000 , 96.7536 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4562 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.9629 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4564 , cls_10 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 12.8042 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4566 , cls_10 , 0.0000 , 0.0540 , 0.0035 , 12000000.0000 , 1.8000 , 0.8603 , 0.6255 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 23.9955 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4568 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6484 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4573 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 674.2988 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4576 , cls_10 , 0.0000 , 0.0480 , 0.0035 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 1514.2277 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4577 , cls_10 , 0.0000 , 0.1800 , 0.0090 , 7692307.6923 , 2.7273 , 0.7419 , 0.7352 , 0.4103 , 0.0000 , 0.0000 , 0.0000 , 30.1614 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4580 , cls_10 , 0.0000 , 0.3120 , 0.0156 , 4952380.9524 , 3.0588 , 0.6923 , 0.8192 , 0.5905 , 0.0000 , 0.0000 , 0.0000 , 114.1790 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4589 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8863 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4592 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1211.2353 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4598 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 44.4166 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4601 , cls_10 , 0.0000 , 0.1320 , 0.0076 , 7333333.3333 , 2.4444 , 0.7912 , 0.8291 , 0.4083 , 0.0000 , 0.0000 , 0.0000 , 118.6079 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4604 , cls_10 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 10.9280 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4617 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.4326 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4619 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.7089 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4620 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.2164 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4626 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.5001 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4635 , cls_10 , 0.0000 , 0.0720 , 0.0045 , 8888888.8889 , 2.0000 , 0.8529 , 0.6630 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 21.1418 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4679 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.7098 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4682 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.5057 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4721 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.9297 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4734 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.6370 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4743 , cls_10 , 0.0000 , 0.0900 , 0.0065 , 9090909.0909 , 2.1429 , 0.8230 , 0.8081 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 23.7432 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4744 , cls_10 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 20.1687 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4752 , cls_10 , 0.0000 , 0.0900 , 0.0083 , 7142857.1429 , 1.8750 , 0.8451 , 0.8422 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 16.8535 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4754 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.6268 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4760 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1512.9657 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4771 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 44.7083 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4777 , cls_10 , 0.0000 , 0.1800 , 0.0121 , 6451612.9032 , 2.5000 , 0.7578 , 0.8299 , 0.4516 , 0.0000 , 0.0000 , 0.0000 , 12.4777 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4804 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.3390 , 0.0480 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4817 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 20.1034 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4822 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 109.3826 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4824 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 17.7959 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4826 , cls_10 , 0.0000 , 0.1980 , 0.0116 , 5238095.2381 , 2.5385 , 0.7628 , 0.7477 , 0.5754 , 0.0000 , 0.0000 , 0.0000 , 16.3031 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4830 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 14.3539 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4833 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4182 , 0.0366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4840 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 14.1006 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4861 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 27.9318 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4867 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 12.6489 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4877 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1212.3133 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4883 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 103.7850 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4890 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 11.1594 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4907 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 12.8464 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4917 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.8902 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4953 , cls_10 , 0.0000 , 0.1860 , 0.0090 , 6078431.3725 , 2.5833 , 0.7584 , 0.6169 , 0.5147 , 0.0000 , 0.0000 , 0.0000 , 95.0229 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4956 , cls_10 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 23.8801 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4959 , cls_10 , 0.0000 , 0.0480 , 0.0042 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 7.6210 , 0.0408 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4974 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 46.5856 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4979 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.4293 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4982 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.0836 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4987 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1516.5605 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4991 , cls_10 , 0.0000 , 0.1620 , 0.0087 , 5454545.4545 , 2.2500 , 0.7896 , 0.6910 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 107.9559 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4997 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1512.8312 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4998 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1514.2924 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5003 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.0124 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5007 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 49.0149 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5017 , cls_10 , 0.0000 , 0.0540 , 0.0037 , 7500000.0000 , 1.5000 , 0.9026 , 0.6082 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 27.9649 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5018 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 83.9893 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5019 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 66.2924 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5030 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1513.3344 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5032 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1212.7709 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5036 , cls_10 , 0.0000 , 0.0660 , 0.0039 , 10476190.4762 , 1.8333 , 0.8487 , 0.6927 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 678.2183 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5038 , cls_10 , 0.0000 , 0.1260 , 0.0070 , 5000000.0000 , 1.9091 , 0.8346 , 0.6362 , 0.5893 , 0.0000 , 0.0000 , 0.0000 , 1517.5810 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5039 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1221.8642 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5045 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.3041 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5047 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 29.6060 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5048 , cls_10 , 0.0000 , 0.3960 , 0.0166 , 5569620.2532 , 3.6667 , 0.6381 , 0.7281 , 0.5380 , 0.0000 , 0.0000 , 0.0000 , 43.8452 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5051 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 30.6683 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5055 , cls_10 , 0.0000 , 0.0660 , 0.0050 , 10476190.4762 , 1.8333 , 0.8487 , 0.8019 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 9.9475 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5065 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.2199 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5069 , cls_10 , 0.0000 , 0.0540 , 0.0045 , 8571428.5714 , 1.5000 , 0.8902 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 11.2042 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5083 , cls_10 , 0.0000 , 0.1140 , 0.0084 , 6666666.6667 , 2.1111 , 0.8204 , 0.7932 , 0.4298 , 0.0000 , 0.0000 , 0.0000 , 16.0951 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5086 , cls_10 , 0.0000 , 0.0960 , 0.0076 , 5333333.3333 , 1.7778 , 0.8651 , 0.8141 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 40.4243 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5087 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.3831 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5089 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 46.0005 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5100 , cls_10 , 0.0000 , 0.6300 , 0.0301 , 4000000.0000 , 3.8889 , 0.5728 , 0.8544 , 0.6733 , 0.0000 , 0.0000 , 0.0000 , 1528.3663 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5106 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 26.7649 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5109 , cls_10 , 0.0000 , 0.4320 , 0.0259 , 6400000.0000 , 4.0000 , 0.6097 , 0.9180 , 0.4822 , 0.0000 , 0.0000 , 0.0000 , 36.7690 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5112 , cls_10 , 0.0000 , 0.1320 , 0.0084 , 5641025.6410 , 2.0000 , 0.8161 , 0.7146 , 0.5513 , 0.0000 , 0.0000 , 0.0000 , 34.0542 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5115 , cls_10 , 0.0000 , 0.0840 , 0.0057 , 9333333.3333 , 2.0000 , 0.8294 , 0.7551 , 0.2833 , 0.0000 , 0.0000 , 0.0000 , 17.4744 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5119 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.1651 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5120 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5500 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5124 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1217.4957 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5139 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 30.6649 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5143 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 3.1210 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5146 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1863 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5147 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1514.6310 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5157 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 32.5217 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5162 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.8605 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5174 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.7769 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5176 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 30.2266 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5185 , cls_10 , 0.0000 , 0.0840 , 0.0053 , 10370370.3704 , 2.3333 , 0.8201 , 0.7796 , 0.2407 , 0.0000 , 0.0000 , 0.0000 , 7.7385 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5187 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7290 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5189 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 32.4949 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5191 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 26.3129 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5198 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1214.4650 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5207 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.9817 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5211 , cls_10 , 0.0000 , 0.4740 , 0.0181 , 5486111.1111 , 3.9500 , 0.6047 , 0.8402 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 36.6343 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5215 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.4949 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5218 , cls_10 , 0.0000 , 0.4860 , 0.0193 , 5192307.6923 , 3.8571 , 0.6045 , 0.8385 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 12.9690 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5230 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 762.3601 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5236 , cls_10 , 0.0000 , 0.0900 , 0.0067 , 8333333.3333 , 2.1429 , 0.8309 , 0.7062 , 0.3194 , 0.0000 , 0.0000 , 0.0000 , 43.6754 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5239 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.9572 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5245 , cls_10 , 0.0000 , 0.0780 , 0.0062 , 7878787.8788 , 1.8571 , 0.8541 , 0.7845 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 9.9010 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5248 , cls_10 , 0.0000 , 0.0480 , 0.0042 , 13333333.3333 , 2.0000 , 0.8645 , 0.8408 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 30.3679 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5250 , cls_10 , 0.0000 , 0.0780 , 0.0049 , 9629629.6296 , 2.1667 , 0.8359 , 0.6630 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 2.9594 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5257 , cls_10 , 0.0000 , 0.0780 , 0.0061 , 6666666.6667 , 1.6250 , 0.8698 , 0.7931 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 17.2758 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5262 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.5907 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5277 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.8940 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5284 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 21.2430 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5285 , cls_10 , 0.0000 , 0.0780 , 0.0058 , 5416666.6667 , 1.6250 , 0.8902 , 0.7004 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 41.0584 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5287 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.1209 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5300 , cls_10 , 0.0000 , 0.0780 , 0.0062 , 6666666.6667 , 1.6250 , 0.8698 , 0.6877 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 304.3410 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5301 , cls_10 , 0.0000 , 0.1800 , 0.0090 , 6060606.0606 , 2.5000 , 0.7636 , 0.7406 , 0.5101 , 0.0000 , 0.0000 , 0.0000 , 45.2544 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5303 , cls_10 , 0.0000 , 0.0900 , 0.0074 , 7142857.1429 , 1.8750 , 0.8451 , 0.8463 , 0.3929 , 0.0000 , 0.0000 , 0.0000 , 28.3463 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5309 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 22.7936 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5320 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1518.6817 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5328 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 20.5503 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5331 , cls_10 , 0.0000 , 0.0480 , 0.0043 , 6666666.6667 , 1.3333 , 0.9273 , 0.7247 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 56.1357 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5336 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.1033 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5337 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.0353 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5338 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5352 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5345 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1517.5181 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5348 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1516.7980 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5349 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 75.3690 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5350 , cls_10 , 0.0000 , 0.0780 , 0.0057 , 6666666.6667 , 1.6250 , 0.8698 , 0.7453 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 32.6163 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5353 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 24.7761 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5359 , cls_10 , 0.0000 , 0.2340 , 0.0119 , 6842105.2632 , 3.0000 , 0.7114 , 0.8139 , 0.4649 , 0.0000 , 0.0000 , 0.0000 , 17.4803 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5364 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7699 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5367 , cls_10 , 0.0000 , 0.0960 , 0.0053 , 9696969.6970 , 2.2857 , 0.8090 , 0.6498 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 5.8732 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5373 , cls_10 , 0.0000 , 0.0480 , 0.0035 , 6666666.6667 , 1.3333 , 0.9273 , 0.4907 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 1218.2246 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5376 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1222.7823 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5379 , cls_10 , 0.0000 , 0.1440 , 0.0083 , 5333333.3333 , 2.1818 , 0.8091 , 0.6620 , 0.5444 , 0.0000 , 0.0000 , 0.0000 , 38.3320 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5386 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.5897 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5387 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.4445 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5400 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.0703 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5401 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 20.6094 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5404 , cls_10 , 0.0000 , 0.4140 , 0.0159 , 5679012.3457 , 3.8333 , 0.6280 , 0.7887 , 0.5412 , 0.0000 , 0.0000 , 0.0000 , 55.8657 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5408 , cls_10 , 0.0000 , 0.1800 , 0.0093 , 7692307.6923 , 2.7273 , 0.7419 , 0.7146 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 13.8994 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5414 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6686 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5416 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3619 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5424 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 87.7920 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5427 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 49.8124 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5429 , cls_10 , 0.0000 , 0.1080 , 0.0060 , 7500000.0000 , 2.2500 , 0.8166 , 0.7247 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 15.7092 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5440 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1218.6284 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5445 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 59.8150 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5458 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.1885 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5460 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.7786 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5468 , cls_10 , 0.0000 , 0.0540 , 0.0040 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1519.3840 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5476 , cls_10 , 0.0000 , 0.2220 , 0.0114 , 6491228.0702 , 2.8462 , 0.7246 , 0.7923 , 0.4737 , 0.0000 , 0.0000 , 0.0000 , 77.3479 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5480 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 23.6381 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5487 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 81.3064 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5492 , cls_10 , 0.0000 , 0.0600 , 0.0052 , 9523809.5238 , 1.6667 , 0.8684 , 0.8019 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 36.9049 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5495 , cls_10 , 0.0000 , 0.0660 , 0.0046 , 8148148.1481 , 1.8333 , 0.8713 , 0.6630 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 32.0873 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5504 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6875 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5506 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 679.4588 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5507 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1522.8206 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5508 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1521.2796 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5517 , cls_10 , 0.0000 , 0.0600 , 0.0062 , 8333333.3333 , 1.6667 , 0.8805 , 0.8502 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 32.4577 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5518 , cls_10 , 0.0000 , 0.0540 , 0.0044 , 6000000.0000 , 1.2857 , 0.9243 , 0.6894 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 57.6730 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5519 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 82.6544 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5523 , cls_10 , 0.0000 , 0.0960 , 0.0082 , 6666666.6667 , 2.0000 , 0.8433 , 0.8041 , 0.4271 , 0.0000 , 0.0000 , 0.0000 , 27.1707 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5534 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1215.9644 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5539 , cls_10 , 0.0000 , 0.0540 , 0.0039 , 12000000.0000 , 1.8000 , 0.8603 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 78.8132 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5540 , cls_10 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 56.0533 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5544 , cls_10 , 0.0000 , 2.4780 , 0.0542 , 4763552.4798 , 8.4286 , 0.1821 , 0.8695 , 0.6174 , 0.0000 , 0.0000 , 0.0000 , 149.1921 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5547 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 80.3968 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5549 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 157.1813 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5557 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 12.3447 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5559 , cls_10 , 0.0000 , 0.0480 , 0.0033 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 9.4456 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5561 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9009 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5563 , cls_10 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.2755 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5592 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.9357 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5597 , cls_10 , 0.0000 , 0.0780 , 0.0058 , 5777777.7778 , 1.6250 , 0.8838 , 0.6396 , 0.5222 , 0.0000 , 0.0000 , 0.0000 , 613.0032 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5609 , cls_10 , 0.0000 , 0.0840 , 0.0047 , 7179487.1795 , 1.7500 , 0.8534 , 0.5526 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 19.4589 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5613 , cls_10 , 0.0000 , 0.0660 , 0.0047 , 9166666.6667 , 1.8333 , 0.8606 , 0.6488 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 31.9784 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5616 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.7290 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5622 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 6666666.6667 , 1.3333 , 0.9273 , 0.6082 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 13.9938 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5633 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 388.0201 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5637 , cls_10 , 0.0000 , 0.0900 , 0.0058 , 7692307.6923 , 1.8750 , 0.8382 , 0.7931 , 0.4103 , 0.0000 , 0.0000 , 0.0000 , 157.2960 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5641 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.1994 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5649 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.3180 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5660 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.9791 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5669 , cls_10 , 0.0000 , 0.3300 , 0.0145 , 5314009.6618 , 3.2353 , 0.6758 , 0.8200 , 0.5870 , 0.0000 , 0.0000 , 0.0000 , 92.4335 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5673 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.0708 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5674 , cls_10 , 0.0000 , 0.0540 , 0.0041 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.9007 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5680 , cls_10 , 0.0000 , 0.5460 , 0.0178 , 5321637.4269 , 4.1364 , 0.5787 , 0.7523 , 0.5702 , 0.0000 , 0.0000 , 0.0000 , 2667.2242 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5686 , cls_10 , 0.0000 , 0.0480 , 0.0039 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 132.0939 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5689 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.8009 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5693 , cls_10 , 0.0000 , 0.0780 , 0.0052 , 7878787.8788 , 1.8571 , 0.8541 , 0.7585 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 8.6730 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5694 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.6753 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5706 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 93.4058 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5713 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 154.0117 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5715 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 32.8248 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5716 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.9252 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5719 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.7615 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5721 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 13.0335 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5725 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 8.8977 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5727 , cls_10 , 0.0000 , 0.0780 , 0.0059 , 7878787.8788 , 1.8571 , 0.8541 , 0.6584 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 152.4916 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5728 , cls_10 , 0.0000 , 0.0600 , 0.0040 , 6666666.6667 , 1.4286 , 0.9016 , 0.6255 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 128.1946 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5738 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.6598 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5741 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.5217 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5744 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.2747 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5749 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 105.4074 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5759 , cls_10 , 0.0000 , 0.1500 , 0.0090 , 9803921.5686 , 2.7778 , 0.7475 , 0.7857 , 0.2941 , 0.0000 , 0.0000 , 0.0000 , 9.2174 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5764 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.5951 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5765 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.0431 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5767 , cls_10 , 0.0000 , 0.0660 , 0.0051 , 6111111.1111 , 1.5714 , 0.8988 , 0.7366 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 1520.3646 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5770 , cls_10 , 0.0000 , 0.0840 , 0.0057 , 6222222.2222 , 1.7500 , 0.8671 , 0.7347 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 289.8276 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5780 , cls_10 , 0.0000 , 0.1080 , 0.0061 , 8571428.5714 , 2.2500 , 0.8045 , 0.7258 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 25.1761 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5782 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 16.7258 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5786 , cls_10 , 0.0000 , 0.3540 , 0.0146 , 6555555.5556 , 3.6875 , 0.6445 , 0.7567 , 0.4750 , 0.0000 , 0.0000 , 0.0000 , 22.7862 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5794 , cls_10 , 0.0000 , 0.0540 , 0.0040 , 6666666.6667 , 1.5000 , 0.9139 , 0.5416 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 9.7953 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5799 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 146.1101 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5806 , cls_10 , 0.0000 , 0.1080 , 0.0067 , 8571428.5714 , 2.2500 , 0.8045 , 0.7591 , 0.3452 , 0.0000 , 0.0000 , 0.0000 , 14.6770 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5808 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.5262 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5814 , cls_10 , 0.0000 , 0.0720 , 0.0054 , 6666666.6667 , 1.7143 , 0.8797 , 0.7062 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 7.4484 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5825 , cls_10 , 0.0000 , 0.1260 , 0.0077 , 5384615.3846 , 1.9091 , 0.8272 , 0.6877 , 0.5449 , 0.0000 , 0.0000 , 0.0000 , 154.1562 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5832 , cls_10 , 0.0000 , 0.1260 , 0.0070 , 9333333.3333 , 2.6250 , 0.7761 , 0.7062 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 87.5558 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5833 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.2111 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5836 , cls_10 , 0.0000 , 0.2040 , 0.0100 , 4927536.2319 , 2.4286 , 0.7641 , 0.5961 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 12.6044 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5837 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.5733 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5842 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.5292 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5854 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 115.4532 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5864 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.9048 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5865 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.9818 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5867 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.1367 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5877 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1523.0081 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5915 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.8348 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5926 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4828 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5939 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.2208 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5941 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 14.6669 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5955 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.2404 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5968 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 15.9905 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5970 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 13.3082 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5976 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8496 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5978 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.4536 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5982 , cls_10 , 0.0000 , 0.0720 , 0.0049 , 10000000.0000 , 2.0000 , 0.8423 , 0.7004 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 17.7317 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5987 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 116.5308 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5989 , cls_10 , 0.0000 , 0.1440 , 0.0093 , 4848484.8485 , 2.0000 , 0.8186 , 0.7666 , 0.6212 , 0.0000 , 0.0000 , 0.0000 , 2154.5066 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6001 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.9109 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6015 , cls_10 , 0.0000 , 0.0720 , 0.0046 , 6666666.6667 , 1.7143 , 0.8797 , 0.5225 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 231.1327 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6029 , cls_10 , 0.0000 , 0.0600 , 0.0040 , 9523809.5238 , 1.6667 , 0.8684 , 0.6572 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 6.7633 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6038 , cls_10 , 0.0000 , 0.8940 , 0.0246 , 4556574.9235 , 4.9667 , 0.4807 , 0.7488 , 0.6399 , 0.0000 , 0.0000 , 0.0000 , 955.6815 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6043 , cls_10 , 0.0000 , 0.0420 , 0.0039 , 3888888.8889 , 1.0000 , 0.9977 , 0.3888 , 0.6389 , 0.0000 , 0.0000 , 0.0000 , 125.8948 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6049 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.4313 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6062 , cls_10 , 0.0000 , 0.0840 , 0.0052 , 7179487.1795 , 1.7500 , 0.8534 , 0.6877 , 0.4359 , 0.0000 , 0.0000 , 0.0000 , 2645.1014 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6063 , cls_10 , 0.0000 , 31.5300 , 0.1809 , 3327002.2159 , 25.5097 , -1.7524 , 0.7880 , 0.7313 , 0.0000 , 0.0000 , 0.0000 , 430.8574 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6071 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 61.0100 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6073 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 81.0392 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6076 , cls_10 , 0.0000 , 0.1080 , 0.0067 , 10909090.9091 , 2.5714 , 0.7835 , 0.8249 , 0.2424 , 0.0000 , 0.0000 , 0.0000 , 19.0662 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6077 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.2099 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6079 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 16.5139 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6080 , cls_10 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 16.5814 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6082 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.9134 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6083 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.3088 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6085 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 27.1361 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6088 , cls_10 , 0.0000 , 0.0720 , 0.0049 , 6666666.6667 , 1.7143 , 0.8797 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 17.5331 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6103 , cls_10 , 0.0000 , 0.0840 , 0.0058 , 5490196.0784 , 1.5556 , 0.8795 , 0.7035 , 0.5784 , 0.0000 , 0.0000 , 0.0000 , 31.2309 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6106 , cls_10 , 0.0000 , 0.1440 , 0.0081 , 5925925.9259 , 2.1818 , 0.7989 , 0.6562 , 0.5123 , 0.0000 , 0.0000 , 0.0000 , 155.5808 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6109 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.0555 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6110 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.9990 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6112 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.0735 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6113 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.5218 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6120 , cls_10 , 0.0000 , 0.0600 , 0.0046 , 9523809.5238 , 1.6667 , 0.8684 , 0.7772 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 4.2189 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6123 , cls_10 , 0.0000 , 0.0900 , 0.0058 , 7692307.6923 , 1.8750 , 0.8382 , 0.7286 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 625.1826 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6128 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 829.7967 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6134 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 18.5976 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6143 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7811 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6144 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.8344 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6152 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2662.7368 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6157 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 18.2900 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6159 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 33.1795 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6165 , cls_10 , 0.0000 , 0.0600 , 0.0050 , 7407407.4074 , 1.6667 , 0.8916 , 0.7135 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 8.6772 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6175 , cls_10 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.4715 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6184 , cls_10 , 0.0000 , 0.0720 , 0.0058 , 7272727.2727 , 1.7143 , 0.8714 , 0.8055 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 145.9560 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6192 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.1425 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6200 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.5807 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6209 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 21.5302 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6210 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.3600 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6212 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.5000 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6226 , cls_10 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 4.1290 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6239 , cls_10 , 0.0000 , 0.7920 , 0.0236 , 4631578.9474 , 4.7143 , 0.5084 , 0.7429 , 0.6237 , 0.0000 , 0.0000 , 0.0000 , 37.3037 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6241 , cls_10 , 0.0000 , 0.0600 , 0.0041 , 7407407.4074 , 1.6667 , 0.8916 , 0.6419 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 57.3227 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6246 , cls_10 , 0.0000 , 0.0720 , 0.0051 , 8888888.8889 , 2.0000 , 0.8529 , 0.6630 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 29.0586 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6249 , cls_10 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 11.1600 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6251 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.4872 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6254 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 84.6461 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6262 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 103.5285 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6266 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 18.3247 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6268 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 184.6966 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6275 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.9179 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6295 , cls_10 , 0.0000 , 0.0660 , 0.0056 , 5641025.6410 , 1.3750 , 0.9067 , 0.6877 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 71.9838 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6321 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 18.1568 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6322 , cls_10 , 0.0000 , 0.0720 , 0.0052 , 8888888.8889 , 2.0000 , 0.8529 , 0.7838 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 147.1049 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6323 , cls_10 , 0.0000 , 3.3360 , 0.0503 , 5475135.4013 , 10.4906 , 0.0712 , 0.7950 , 0.5677 , 0.0000 , 0.0000 , 0.0000 , 109.2889 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6335 , cls_10 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 281.4426 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6345 , cls_10 , 0.0000 , 0.2220 , 0.0127 , 6166666.6667 , 2.8462 , 0.7293 , 0.8141 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 183.2529 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6351 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 31.1134 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6352 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.7475 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6361 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 35.9063 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6369 , cls_10 , 0.0000 , 0.1200 , 0.0086 , 8333333.3333 , 2.5000 , 0.7928 , 0.8259 , 0.3646 , 0.0000 , 0.0000 , 0.0000 , 2659.0305 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6376 , cls_10 , 0.0000 , 0.0600 , 0.0049 , 8333333.3333 , 1.6667 , 0.8805 , 0.8041 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 92.4266 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6381 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 62.3484 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6382 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.2215 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6390 , cls_10 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 9.5539 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6393 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7494 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6397 , cls_10 , 0.0000 , 0.0540 , 0.0036 , 8571428.5714 , 1.5000 , 0.8902 , 0.5544 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 5.6953 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6399 , cls_10 , 0.0000 , 0.0600 , 0.0049 , 9523809.5238 , 1.6667 , 0.8684 , 0.7215 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 2136.5249 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6403 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 227.2277 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6418 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 62.1063 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6424 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 8.1973 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6430 , cls_10 , 0.0000 , 0.1200 , 0.0062 , 8333333.3333 , 2.5000 , 0.7928 , 0.6866 , 0.3854 , 0.0000 , 0.0000 , 0.0000 , 70.8291 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6450 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 28.4712 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6452 , cls_10 , 0.0000 , 0.0840 , 0.0061 , 8484848.4848 , 2.0000 , 0.8380 , 0.6888 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 184.1204 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6458 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 9.9120 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6468 , cls_10 , 0.0000 , 0.0660 , 0.0050 , 5641025.6410 , 1.3750 , 0.9067 , 0.5862 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 17.5619 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6470 , cls_10 , 0.0000 , 1.1760 , 0.0309 , 5164690.3821 , 6.1250 , 0.4024 , 0.7969 , 0.5810 , 0.0000 , 0.0000 , 0.0000 , 57.6517 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6475 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 554.9014 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6481 , cls_10 , 0.0000 , 0.2400 , 0.0101 , 5442176.8707 , 2.8571 , 0.7283 , 0.5922 , 0.5544 , 0.0000 , 0.0000 , 0.0000 , 2644.9491 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6491 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.2955 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6495 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.8286 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6499 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.2126 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6506 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2136.8818 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6519 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 179.3821 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6523 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 13.6617 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6529 , cls_10 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 10.6334 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6545 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 52.6769 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6546 , cls_10 , 0.0000 , 0.1920 , 0.0127 , 8888888.8889 , 3.2000 , 0.7195 , 0.8897 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 102.4248 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6556 , cls_10 , 0.0000 , 0.0660 , 0.0052 , 7333333.3333 , 1.5714 , 0.8812 , 0.8041 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 94.1198 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6568 , cls_10 , 0.0000 , 0.2100 , 0.0099 , 6862745.0980 , 2.9167 , 0.7284 , 0.7170 , 0.4559 , 0.0000 , 0.0000 , 0.0000 , 2657.6806 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6571 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2652.3138 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6577 , cls_10 , 0.0000 , 0.1560 , 0.0084 , 5252525.2525 , 2.1667 , 0.7989 , 0.6145 , 0.5707 , 0.0000 , 0.0000 , 0.0000 , 2696.8499 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6583 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 24.4211 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6602 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.2262 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6626 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.1468 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6628 , cls_10 , 0.0000 , 0.1680 , 0.0088 , 6913580.2469 , 2.5455 , 0.7618 , 0.7356 , 0.4568 , 0.0000 , 0.0000 , 0.0000 , 26.0262 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6650 , cls_10 , 0.0000 , 0.0900 , 0.0060 , 6666666.6667 , 1.8750 , 0.8517 , 0.7419 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 38.6086 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6669 , cls_10 , 0.0000 , 0.0900 , 0.0055 , 9090909.0909 , 2.1429 , 0.8230 , 0.7307 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 32.7228 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6677 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 22.0592 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6686 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.3141 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6687 , cls_10 , 0.0000 , 0.0780 , 0.0049 , 7878787.8788 , 1.8571 , 0.8541 , 0.5881 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 27.2691 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6688 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 16.1247 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6690 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 102.2022 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6700 , cls_10 , 0.0000 , 0.2220 , 0.0099 , 5248226.9504 , 2.6429 , 0.7444 , 0.6351 , 0.5887 , 0.0000 , 0.0000 , 0.0000 , 60.7767 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6703 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 25.7524 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6704 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 179.7830 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6708 , cls_10 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 51.7084 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6713 , cls_10 , 0.0000 , 0.1140 , 0.0069 , 5757575.7576 , 1.9000 , 0.8345 , 0.5881 , 0.5379 , 0.0000 , 0.0000 , 0.0000 , 21.5547 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6720 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 55.3416 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6722 , cls_10 , 0.0000 , 0.0960 , 0.0067 , 6274509.8039 , 1.7778 , 0.8491 , 0.7568 , 0.4902 , 0.0000 , 0.0000 , 0.0000 , 2648.2478 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6726 , cls_10 , 0.0000 , 0.0840 , 0.0055 , 7777777.7778 , 2.0000 , 0.8460 , 0.6273 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2638.5103 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6738 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 143.8492 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6742 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 19.0779 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6744 , cls_10 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 24.0152 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6747 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 17.9594 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6750 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.0201 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6759 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 306.7991 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6779 , cls_10 , 0.0000 , 0.0720 , 0.0063 , 7272727.2727 , 1.7143 , 0.8714 , 0.6888 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 40.9169 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6789 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 69.3243 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6797 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 114.2330 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6804 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 30.9777 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6805 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 34.3689 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6809 , cls_10 , 0.0000 , 0.0720 , 0.0064 , 8888888.8889 , 2.0000 , 0.8529 , 0.8315 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 32.5021 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6810 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 20.5298 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6813 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 339.7976 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6829 , cls_10 , 0.0000 , 0.2340 , 0.0112 , 5652173.9130 , 2.7857 , 0.7288 , 0.7350 , 0.5362 , 0.0000 , 0.0000 , 0.0000 , 47.6485 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6835 , cls_10 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 37.8324 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6836 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 30.0881 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6837 , cls_10 , 0.0000 , 0.4380 , 0.0171 , 7053140.0966 , 4.2941 , 0.5991 , 0.8123 , 0.4589 , 0.0000 , 0.0000 , 0.0000 , 83.8632 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6856 , cls_10 , 0.0000 , 0.0900 , 0.0053 , 8333333.3333 , 2.1429 , 0.8309 , 0.6605 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 352.8557 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6863 , cls_10 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 29.9783 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6880 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 32.6962 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6900 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 178.7021 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6904 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 30.7897 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6910 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.3297 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6915 , cls_10 , 0.0000 , 0.1560 , 0.0097 , 9629629.6296 , 2.8889 , 0.7434 , 0.8166 , 0.2870 , 0.0000 , 0.0000 , 0.0000 , 48.1701 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6929 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 217.6999 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6931 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 76.7142 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6937 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 176.9466 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6947 , cls_10 , 0.0000 , 0.0600 , 0.0044 , 8333333.3333 , 1.6667 , 0.8805 , 0.7004 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 31.0674 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6956 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 372.5364 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6959 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2641.8400 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6967 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 196.7202 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6970 , cls_10 , 0.0000 , 0.0720 , 0.0049 , 8000000.0000 , 1.7143 , 0.8625 , 0.7170 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 68.0678 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6971 , cls_10 , 0.0000 , 0.1260 , 0.0073 , 6363636.3636 , 2.1000 , 0.8110 , 0.7606 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 59.6149 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6983 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 135.1576 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6999 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2642.9816 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7000 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 825.5925 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7004 , cls_10 , 0.0000 , 0.1500 , 0.0088 , 5208333.3333 , 2.0833 , 0.8055 , 0.7247 , 0.5781 , 0.0000 , 0.0000 , 0.0000 , 32.8792 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7006 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 21.6606 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7009 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 176.5663 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7031 , cls_10 , 0.0000 , 0.0540 , 0.0044 , 4615384.6154 , 1.1250 , 0.9510 , 0.5132 , 0.5897 , 0.0000 , 0.0000 , 0.0000 , 23.6319 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7046 , cls_10 , 0.0000 , 0.4980 , 0.0198 , 6360153.2567 , 4.3684 , 0.5826 , 0.7878 , 0.5096 , 0.0000 , 0.0000 , 0.0000 , 57.6872 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7055 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 823.4105 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7057 , cls_10 , 0.0000 , 0.0900 , 0.0059 , 10000000.0000 , 2.1429 , 0.8146 , 0.7913 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 31.0921 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7068 , cls_10 , 0.0000 , 2.5560 , 0.0423 , 4797297.2973 , 8.6939 , 0.1711 , 0.7963 , 0.6177 , 0.0000 , 0.0000 , 0.0000 , 114.9733 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7069 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.4498 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7071 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 16.5855 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7072 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.9903 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7078 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 73.6546 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7079 , cls_10 , 0.0000 , 1.5060 , 0.0385 , 4152191.8941 , 6.1220 , 0.3477 , 0.7866 , 0.6671 , 0.0000 , 0.0000 , 0.0000 , 33.6688 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7087 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 5833333.3333 , 1.1667 , 0.9553 , 0.6488 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 2639.2818 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7096 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 39.2479 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7099 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 22.0639 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7112 , cls_10 , 0.0000 , 0.0840 , 0.0053 , 7777777.7778 , 2.0000 , 0.8460 , 0.7117 , 0.4028 , 0.0000 , 0.0000 , 0.0000 , 86.6162 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7117 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 104.5091 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7125 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2636.2458 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7130 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1326.1251 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7145 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 105.8652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7163 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 23.6276 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7175 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.9948 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7177 , cls_10 , 0.0000 , 0.3420 , 0.0144 , 5588235.2941 , 3.3529 , 0.6648 , 0.7453 , 0.5564 , 0.0000 , 0.0000 , 0.0000 , 58.3662 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7189 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2638.0836 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7196 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.1754 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7205 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 146.8801 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7206 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 19.9624 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7228 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 22.8666 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7244 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 102.6657 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7253 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2636.1059 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7259 , cls_10 , 0.0000 , 0.1440 , 0.0074 , 6666666.6667 , 2.4000 , 0.7877 , 0.6850 , 0.4931 , 0.0000 , 0.0000 , 0.0000 , 2691.4339 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7263 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 24.5053 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7266 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 26.8967 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7267 , cls_10 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 29.2917 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7275 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 130.0886 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7279 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 132.3113 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7282 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 5000000.0000 , 1.0000 , 0.9877 , 0.4341 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 2637.2444 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7291 , cls_10 , 0.0000 , 0.2580 , 0.0112 , 5029239.7661 , 2.6875 , 0.7237 , 0.6716 , 0.5965 , 0.0000 , 0.0000 , 0.0000 , 2645.5354 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7293 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2112.1842 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7303 , cls_10 , 0.0000 , 0.1440 , 0.0082 , 7619047.6190 , 2.4000 , 0.7754 , 0.7695 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 48.3827 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7309 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 229.5992 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7337 , cls_10 , 0.0000 , 0.0600 , 0.0053 , 8333333.3333 , 1.6667 , 0.8805 , 0.8244 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 32.1065 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7374 , cls_10 , 0.0000 , 0.0720 , 0.0055 , 5714285.7143 , 1.5000 , 0.8948 , 0.6927 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 144.2810 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7376 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 30.9306 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7377 , cls_10 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 30.1586 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7384 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 42.0780 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7392 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 310.7332 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7398 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 49.9795 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7411 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 88.2093 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7418 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 33.9088 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7433 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 172.7546 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7452 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 41.4036 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7462 , cls_10 , 0.0000 , 0.1020 , 0.0083 , 10303030.3030 , 2.4286 , 0.7959 , 0.8715 , 0.2273 , 0.0000 , 0.0000 , 0.0000 , 2112.2540 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7470 , cls_10 , 0.0000 , 0.8580 , 0.0231 , 4790619.7655 , 4.9310 , 0.4868 , 0.7185 , 0.6147 , 0.0000 , 0.0000 , 0.0000 , 2667.5071 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7472 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 33.4918 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7476 , cls_10 , 0.0000 , 0.1740 , 0.0091 , 6041666.6667 , 2.4167 , 0.7691 , 0.7798 , 0.5469 , 0.0000 , 0.0000 , 0.0000 , 295.6107 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7491 , cls_10 , 0.0000 , 0.5160 , 0.0171 , 5791245.7912 , 4.3000 , 0.5832 , 0.7683 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 1371.2519 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7492 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 34.0652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7496 , cls_10 , 0.0000 , 0.1500 , 0.0081 , 5952380.9524 , 2.2727 , 0.7925 , 0.7258 , 0.5298 , 0.0000 , 0.0000 , 0.0000 , 118.1846 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7498 , cls_10 , 0.0000 , 0.1560 , 0.0110 , 7222222.2222 , 2.6000 , 0.7687 , 0.8302 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 171.5632 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7510 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.0143 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7520 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 101.7360 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7540 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.2765 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7541 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 105.9903 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7577 , cls_10 , 0.0000 , 0.1980 , 0.0098 , 6285714.2857 , 2.7500 , 0.7456 , 0.6572 , 0.4905 , 0.0000 , 0.0000 , 0.0000 , 182.1816 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7601 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 20.4717 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7603 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 114.4839 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7608 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 83.6327 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7617 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 49.9986 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7628 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.0631 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7643 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 49.1527 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7645 , cls_10 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 114.5902 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7656 , cls_10 , 0.0000 , 0.2760 , 0.0118 , 5380116.9591 , 2.8750 , 0.7059 , 0.7176 , 0.5673 , 0.0000 , 0.0000 , 0.0000 , 35.5436 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7657 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 36.8733 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7682 , cls_10 , 0.0000 , 0.2940 , 0.0124 , 6282051.2821 , 3.2667 , 0.6810 , 0.6722 , 0.4968 , 0.0000 , 0.0000 , 0.0000 , 220.0773 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7685 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 72.4912 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7690 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 156.6515 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7693 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 132.9148 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7694 , cls_10 , 0.0000 , 0.0540 , 0.0039 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 31.3068 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7702 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 83.6356 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7713 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 132.4608 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7728 , cls_10 , 0.0000 , 0.0780 , 0.0050 , 5777777.7778 , 1.6250 , 0.8838 , 0.5756 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 26.3141 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7734 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 85.1494 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7739 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 426.4063 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7752 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 113.4163 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7765 , cls_10 , 0.0000 , 0.0960 , 0.0064 , 9696969.6970 , 2.2857 , 0.8090 , 0.8107 , 0.2879 , 0.0000 , 0.0000 , 0.0000 , 157.7980 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7766 , cls_10 , 0.0000 , 0.1380 , 0.0087 , 6969696.9697 , 2.3000 , 0.7897 , 0.7759 , 0.4470 , 0.0000 , 0.0000 , 0.0000 , 61.4870 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7767 , cls_10 , 0.0000 , 0.0780 , 0.0052 , 4814814.8148 , 1.4444 , 0.9022 , 0.4410 , 0.6204 , 0.0000 , 0.0000 , 0.0000 , 34.2739 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7769 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 43.5026 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7771 , cls_10 , 0.0000 , 0.0660 , 0.0041 , 8148148.1481 , 1.8333 , 0.8713 , 0.5416 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 105.9740 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7777 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2637.2345 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7801 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 107.5519 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7820 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2637.5658 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7823 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 207.3131 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7826 , cls_10 , 0.0000 , 0.0540 , 0.0044 , 8571428.5714 , 1.5000 , 0.8902 , 0.7591 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 55.1149 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7827 , cls_10 , 0.0000 , 0.1440 , 0.0067 , 7272727.2727 , 2.4000 , 0.7797 , 0.6853 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 165.0789 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7831 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 144.2039 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7839 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7213 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7846 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 142.9207 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7871 , cls_10 , 0.0000 , 0.1200 , 0.0072 , 5128205.1282 , 1.8182 , 0.8389 , 0.6587 , 0.5897 , 0.0000 , 0.0000 , 0.0000 , 2637.4504 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7884 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 138.3429 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7900 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.3377 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7903 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 12.8507 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7904 , cls_10 , 0.0000 , 0.0600 , 0.0041 , 11111111.1111 , 2.0000 , 0.8548 , 0.6944 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 22.7693 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7910 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1174.1441 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7922 , cls_10 , 0.0000 , 0.0600 , 0.0049 , 9523809.5238 , 1.6667 , 0.8684 , 0.8286 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 190.8756 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7925 , cls_10 , 0.0000 , 0.0480 , 0.0036 , 6666666.6667 , 1.3333 , 0.9273 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 84.8303 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7939 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 424.9180 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7941 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 624.8003 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7956 , cls_10 , 0.0000 , 0.0600 , 0.0036 , 9523809.5238 , 1.6667 , 0.8684 , 0.5544 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 246.9115 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7965 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 17.8505 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7966 , cls_10 , 0.0000 , 0.0960 , 0.0051 , 8205128.2051 , 2.0000 , 0.8239 , 0.6689 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 15.7065 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7978 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 638.0284 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7987 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 46.4381 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8003 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 14.4741 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8019 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 280.0809 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8021 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 142.4570 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8023 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 6666666.6667 , 1.3333 , 0.9273 , 0.4907 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 637.8996 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8025 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 66.1550 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8036 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 15.9012 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8037 , cls_10 , 0.0000 , 0.0660 , 0.0049 , 6666666.6667 , 1.5714 , 0.8903 , 0.7357 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 34.0093 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8041 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 11.1114 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8046 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2637.4311 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8059 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2133.8798 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8068 , cls_10 , 0.0000 , 0.1380 , 0.0077 , 7301587.3016 , 2.3000 , 0.7854 , 0.7243 , 0.4365 , 0.0000 , 0.0000 , 0.0000 , 17.5660 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8072 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 14.6988 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8081 , cls_10 , 0.0000 , 0.0900 , 0.0052 , 9090909.0909 , 2.1429 , 0.8230 , 0.6888 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2635.6900 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8095 , cls_10 , 0.0000 , 0.7680 , 0.0267 , 4467713.7871 , 4.5714 , 0.5185 , 0.8159 , 0.6405 , 0.0000 , 0.0000 , 0.0000 , 111.5248 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8120 , cls_10 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 44.7235 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8121 , cls_10 , 0.0000 , 0.1140 , 0.0067 , 6666666.6667 , 2.1111 , 0.8204 , 0.7154 , 0.4649 , 0.0000 , 0.0000 , 0.0000 , 38.4301 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8122 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 66.5218 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8136 , cls_10 , 0.0000 , 0.4560 , 0.0194 , 5277777.7778 , 3.8000 , 0.6157 , 0.8533 , 0.5677 , 0.0000 , 0.0000 , 0.0000 , 18.6481 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8138 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 29.9281 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8140 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 587.4099 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8142 , cls_10 , 0.0000 , 0.0540 , 0.0039 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1318.8657 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8159 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2112.8663 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8163 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1179.6026 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8176 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 72.7979 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8177 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 75.4073 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8188 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.6240 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8189 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.0483 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8190 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.3627 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8206 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2114.9699 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8207 , cls_10 , 0.0000 , 0.7440 , 0.0286 , 4920634.9206 , 4.7692 , 0.5180 , 0.8946 , 0.5883 , 0.0000 , 0.0000 , 0.0000 , 224.2850 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8215 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 128.3544 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8219 , cls_10 , 0.0000 , 0.0480 , 0.0034 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 14.8896 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8241 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 433.1895 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8244 , cls_10 , 0.0000 , 0.0720 , 0.0052 , 7272727.2727 , 1.7143 , 0.8714 , 0.6584 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 45.0897 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8245 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 45.7820 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8255 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.0222 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8263 , cls_10 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1319.8148 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8275 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 40.3451 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8276 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 50.0185 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8280 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 92.8767 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8282 , cls_10 , 0.0000 , 0.1860 , 0.0105 , 6458333.3333 , 2.5833 , 0.7527 , 0.7736 , 0.4896 , 0.0000 , 0.0000 , 0.0000 , 75.6404 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8292 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.4142 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8295 , cls_10 , 0.0000 , 0.1740 , 0.0088 , 8055555.5556 , 2.9000 , 0.7429 , 0.7769 , 0.3819 , 0.0000 , 0.0000 , 0.0000 , 8.3891 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8306 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2638.0489 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8315 , cls_10 , 0.0000 , 0.2040 , 0.0095 , 8395061.7284 , 3.0909 , 0.7152 , 0.7250 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 24.9082 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8319 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2635.0349 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8333 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1068.0520 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8334 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 333.9354 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8339 , cls_10 , 0.0000 , 0.1860 , 0.0096 , 6888888.8889 , 2.8182 , 0.7468 , 0.7436 , 0.4556 , 0.0000 , 0.0000 , 0.0000 , 57.4306 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8341 , cls_10 , 0.0000 , 0.1680 , 0.0109 , 6666666.6667 , 2.5455 , 0.7652 , 0.8261 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 49.7371 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8345 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.8489 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8346 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.1693 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8352 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.5703 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8353 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 14.0631 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8380 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.1345 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8401 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.1304 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8405 , cls_10 , 0.0000 , 0.0660 , 0.0067 , 9166666.6667 , 1.8333 , 0.8606 , 0.8605 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 26.6578 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8432 , cls_10 , 0.0000 , 0.2340 , 0.0104 , 8666666.6667 , 3.5455 , 0.6909 , 0.7567 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 11.8856 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8449 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.9730 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8450 , cls_10 , 0.0000 , 0.0960 , 0.0079 , 6666666.6667 , 2.0000 , 0.8433 , 0.8131 , 0.4479 , 0.0000 , 0.0000 , 0.0000 , 20.8945 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8453 , cls_10 , 0.0000 , 0.1320 , 0.0087 , 5057471.2644 , 2.0000 , 0.8269 , 0.7692 , 0.5977 , 0.0000 , 0.0000 , 0.0000 , 2634.9293 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8468 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 27.0699 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8475 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.1800 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8476 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 9.4887 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8482 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 423.6550 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8510 , cls_10 , 0.0000 , 0.3000 , 0.0156 , 5649717.5141 , 3.1250 , 0.6870 , 0.8461 , 0.5339 , 0.0000 , 0.0000 , 0.0000 , 81.6117 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8513 , cls_10 , 0.0000 , 0.0780 , 0.0057 , 8666666.6667 , 1.8571 , 0.8453 , 0.7805 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 23.0417 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8514 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 27.8951 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8515 , cls_10 , 0.0000 , 0.1020 , 0.0079 , 5666666.6667 , 1.8889 , 0.8510 , 0.7551 , 0.5250 , 0.0000 , 0.0000 , 0.0000 , 131.2251 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8516 , cls_10 , 0.0000 , 0.1560 , 0.0100 , 7536231.8841 , 2.6000 , 0.7649 , 0.7497 , 0.4275 , 0.0000 , 0.0000 , 0.0000 , 29.2093 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8528 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 660.5299 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8533 , cls_10 , 0.0000 , 0.0960 , 0.0055 , 5925925.9259 , 1.7778 , 0.8547 , 0.5593 , 0.5463 , 0.0000 , 0.0000 , 0.0000 , 2637.4765 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8539 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.3379 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8570 , cls_10 , 0.0000 , 0.1140 , 0.0062 , 6666666.6667 , 2.1111 , 0.8204 , 0.6731 , 0.4561 , 0.0000 , 0.0000 , 0.0000 , 66.2821 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8571 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.1253 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8572 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 25.4643 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8573 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.5527 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8577 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.6550 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8578 , cls_10 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 11.0301 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8579 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2641.3397 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8593 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1327.5353 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8596 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.2126 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8598 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 17.8640 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8600 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 17.0615 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8602 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.9829 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8604 , cls_10 , 0.0000 , 0.0900 , 0.0065 , 5263157.8947 , 1.6667 , 0.8749 , 0.6976 , 0.5526 , 0.0000 , 0.0000 , 0.0000 , 11.1873 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8605 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 8.8661 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8627 , cls_10 , 0.0000 , 0.0480 , 0.0040 , 4848484.8485 , 1.1429 , 0.9594 , 0.5170 , 0.5758 , 0.0000 , 0.0000 , 0.0000 , 20.0876 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8629 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 25.2550 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8638 , cls_10 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 12.6535 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8639 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.1025 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8646 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2634.4833 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8655 , cls_10 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 21.3529 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8656 , cls_10 , 0.0000 , 0.0660 , 0.0048 , 7333333.3333 , 1.5714 , 0.8812 , 0.7170 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 18.3127 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8668 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2108.2957 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8675 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2112.6011 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8678 , cls_10 , 0.0000 , 0.2400 , 0.0100 , 6837606.8376 , 3.0769 , 0.7074 , 0.6972 , 0.4786 , 0.0000 , 0.0000 , 0.0000 , 685.1173 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8683 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 50.0310 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8685 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 59.0380 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8687 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 17.0123 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8692 , cls_10 , 0.0000 , 0.0840 , 0.0059 , 7179487.1795 , 1.7500 , 0.8534 , 0.6877 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 13.8121 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8699 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 2635.0775 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8706 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2639.8020 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8713 , cls_10 , 0.0000 , 0.1260 , 0.0074 , 6666666.6667 , 2.1000 , 0.8066 , 0.6996 , 0.4683 , 0.0000 , 0.0000 , 0.0000 , 13.5145 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8715 , cls_10 , 0.0000 , 0.0600 , 0.0046 , 6060606.0606 , 1.4286 , 0.9110 , 0.6498 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 14.1453 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8732 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 17.6488 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8734 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 17.5984 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8748 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2109.3072 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8750 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1171.7359 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8756 , cls_10 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 20.1903 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8758 , cls_10 , 0.0000 , 0.0600 , 0.0042 , 8333333.3333 , 1.6667 , 0.8805 , 0.5926 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 15.3184 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8759 , cls_10 , 0.0000 , 0.2160 , 0.0091 , 6315789.4737 , 2.7692 , 0.7315 , 0.6278 , 0.5132 , 0.0000 , 0.0000 , 0.0000 , 20.2842 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8764 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 15.7577 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8765 , cls_10 , 0.0000 , 0.0960 , 0.0058 , 8888888.8889 , 2.2857 , 0.8167 , 0.7649 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 15.8695 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8766 , cls_10 , 0.0000 , 0.0660 , 0.0051 , 6111111.1111 , 1.5714 , 0.8988 , 0.7366 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 13.6442 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8768 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.8980 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8770 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7221 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8772 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 10.0023 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8787 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 21.0599 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8789 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 19.0188 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8792 , cls_10 , 0.0000 , 0.0840 , 0.0065 , 10370370.3704 , 2.3333 , 0.8201 , 0.7838 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 21.3916 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8794 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.9995 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8795 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.1163 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8802 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2635.8379 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8813 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.9516 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8816 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.0377 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8823 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.6821 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8825 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.7673 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8827 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.4980 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8847 , cls_10 , 0.0000 , 0.1560 , 0.0085 , 7878787.8788 , 2.6000 , 0.7609 , 0.7955 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 144.3959 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8852 , cls_10 , 0.0000 , 0.0540 , 0.0038 , 8571428.5714 , 1.5000 , 0.8902 , 0.6927 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 26.1471 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8861 , cls_10 , 0.0000 , 0.0840 , 0.0055 , 10370370.3704 , 2.3333 , 0.8201 , 0.7838 , 0.2407 , 0.0000 , 0.0000 , 0.0000 , 25.0368 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8876 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2642.9577 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8880 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.0993 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8884 , cls_10 , 0.0000 , 0.3420 , 0.0181 , 4691358.0247 , 3.1667 , 0.6809 , 0.8083 , 0.6235 , 0.0000 , 0.0000 , 0.0000 , 18.9633 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8889 , cls_10 , 0.0000 , 0.1260 , 0.0093 , 6363636.3636 , 2.1000 , 0.8110 , 0.8444 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 14.1306 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8891 , cls_10 , 0.0000 , 0.2460 , 0.0120 , 6356589.1473 , 2.9286 , 0.7099 , 0.7756 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 17.2515 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8911 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.9620 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8913 , cls_10 , 0.0000 , 0.0540 , 0.0047 , 8571428.5714 , 1.5000 , 0.8902 , 0.8019 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 21.4428 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8914 , cls_10 , 0.0000 , 0.1200 , 0.0080 , 5555555.5556 , 2.0000 , 0.8309 , 0.7296 , 0.5764 , 0.0000 , 0.0000 , 0.0000 , 22.6714 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8919 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.2671 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8935 , cls_10 , 0.0000 , 2.6280 , 0.0695 , 4717285.9451 , 8.7600 , 0.1619 , 0.9146 , 0.6225 , 0.0000 , 0.0000 , 0.0000 , 149.0167 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8937 , cls_10 , 0.0000 , 0.0840 , 0.0054 , 7777777.7778 , 2.0000 , 0.8460 , 0.7366 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 173.5666 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8940 , cls_10 , 0.0000 , 0.2400 , 0.0112 , 7619047.6190 , 3.3333 , 0.6979 , 0.7857 , 0.4143 , 0.0000 , 0.0000 , 0.0000 , 53.8484 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8953 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 13.8025 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8955 , cls_10 , 0.0000 , 0.0600 , 0.0049 , 7407407.4074 , 1.6667 , 0.8916 , 0.6419 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 12.7238 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8971 , cls_10 , 0.0000 , 0.1080 , 0.0064 , 10909090.9091 , 2.5714 , 0.7835 , 0.8055 , 0.2424 , 0.0000 , 0.0000 , 0.0000 , 17.8782 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8972 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 20.4741 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8975 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.9658 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8976 , cls_10 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 15.6254 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8979 , cls_10 , 0.0000 , 1.4280 , 0.0309 , 6055979.6438 , 7.2121 , 0.3405 , 0.8113 , 0.5210 , 0.0000 , 0.0000 , 0.0000 , 72.5535 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8992 , cls_10 , 0.0000 , 0.2340 , 0.0104 , 7647058.8235 , 3.2500 , 0.7016 , 0.8408 , 0.4020 , 0.0000 , 0.0000 , 0.0000 , 2658.6248 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8998 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 174.3063 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9003 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 29.3883 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9012 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2634.1634 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9017 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1065.4174 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9021 , cls_10 , 0.0000 , 0.5880 , 0.0185 , 5536723.1638 , 4.4545 , 0.5600 , 0.7881 , 0.5579 , 0.0000 , 0.0000 , 0.0000 , 412.0298 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9046 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 146.7119 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9064 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.5389 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9088 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.5930 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9091 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 14.1087 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9094 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 32.6327 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9095 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.0560 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9106 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 193.3612 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9140 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.9104 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9141 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.2121 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9150 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2634.0167 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9151 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2634.0331 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9160 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 129.7430 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9167 , cls_10 , 0.0000 , 0.0600 , 0.0047 , 13333333.3333 , 2.0000 , 0.8392 , 0.8128 , 0.1333 , 0.0000 , 0.0000 , 0.0000 , 140.3167 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9168 , cls_10 , 0.0000 , 0.0600 , 0.0045 , 6060606.0606 , 1.4286 , 0.9110 , 0.5623 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 51.2875 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9172 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 19.3946 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9176 , cls_10 , 0.0000 , 0.0600 , 0.0056 , 9523809.5238 , 1.6667 , 0.8684 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 21.5817 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9179 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 19.0455 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9182 , cls_10 , 0.0000 , 0.3720 , 0.0186 , 5585585.5856 , 3.4444 , 0.6495 , 0.8665 , 0.5541 , 0.0000 , 0.0000 , 0.0000 , 99.8345 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9183 , cls_10 , 0.0000 , 0.0540 , 0.0035 , 12000000.0000 , 1.8000 , 0.8603 , 0.6255 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 71.6513 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9195 , cls_10 , 0.0000 , 0.0660 , 0.0047 , 6666666.6667 , 1.5714 , 0.8903 , 0.6584 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 243.3982 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9207 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 24.1036 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9210 , cls_10 , 0.0000 , 0.0600 , 0.0054 , 8333333.3333 , 1.6667 , 0.8805 , 0.8041 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 21.3720 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9213 , cls_10 , 0.0000 , 0.0540 , 0.0041 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 73.7340 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9215 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 72.4152 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9217 , cls_10 , 0.0000 , 0.2940 , 0.0130 , 6282051.2821 , 3.2667 , 0.6810 , 0.7352 , 0.4872 , 0.0000 , 0.0000 , 0.0000 , 94.2893 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9235 , cls_10 , 0.0000 , 0.0480 , 0.0035 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 38.6216 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9238 , cls_10 , 0.0000 , 0.1020 , 0.0071 , 7555555.5556 , 2.1250 , 0.8236 , 0.7191 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 64.5834 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9239 , cls_10 , 0.0000 , 0.3540 , 0.0132 , 5539906.1033 , 3.4706 , 0.6593 , 0.6736 , 0.5704 , 0.0000 , 0.0000 , 0.0000 , 42.7537 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9240 , cls_10 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 35.7262 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9244 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 71.8809 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9245 , cls_10 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 38.0646 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9251 , cls_10 , 0.0000 , 0.0600 , 0.0045 , 5555555.5556 , 1.4286 , 0.9196 , 0.6180 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 2634.2827 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9268 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 57.7309 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9298 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8295 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9301 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 29.6564 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9304 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 32.2856 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9308 , cls_10 , 0.0000 , 0.5160 , 0.0198 , 5308641.9753 , 4.0952 , 0.5905 , 0.8103 , 0.5756 , 0.0000 , 0.0000 , 0.0000 , 62.7035 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9320 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2633.8219 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9325 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1158.0033 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9330 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 166.4437 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9338 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 167.2295 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9339 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 89.3498 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9342 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.1778 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9353 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2635.3286 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9357 , cls_10 , 0.0000 , 2.1900 , 0.0516 , 4724919.0939 , 7.9348 , 0.2242 , 0.8769 , 0.6256 , 0.0000 , 0.0000 , 0.0000 , 2683.4496 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9368 , cls_10 , 0.0000 , 0.1260 , 0.0072 , 7368421.0526 , 2.3333 , 0.7973 , 0.7581 , 0.4035 , 0.0000 , 0.0000 , 0.0000 , 133.6054 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9370 , cls_10 , 0.0000 , 0.3300 , 0.0139 , 4824561.4035 , 3.0556 , 0.6847 , 0.7674 , 0.6096 , 0.0000 , 0.0000 , 0.0000 , 181.2999 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9372 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.1311 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9373 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 33.6180 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9374 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.6662 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9395 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 28.8434 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9402 , cls_10 , 0.0000 , 0.1320 , 0.0076 , 4313725.4902 , 1.8333 , 0.8431 , 0.5583 , 0.6324 , 0.0000 , 0.0000 , 0.0000 , 44.9807 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9418 , cls_10 , 0.0000 , 0.4740 , 0.0154 , 5851851.8519 , 4.1579 , 0.5992 , 0.6754 , 0.5519 , 0.0000 , 0.0000 , 0.0000 , 186.0292 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9425 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 35.4285 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9455 , cls_10 , 0.0000 , 0.4500 , 0.0166 , 4761904.7619 , 3.5714 , 0.6274 , 0.7119 , 0.6175 , 0.0000 , 0.0000 , 0.0000 , 91.6751 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9468 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 158.6396 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9490 , cls_10 , 0.0000 , 0.1260 , 0.0074 , 6086956.5217 , 2.1000 , 0.8152 , 0.7862 , 0.5435 , 0.0000 , 0.0000 , 0.0000 , 308.1972 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9497 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.9255 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9520 , cls_10 , 0.0000 , 0.3660 , 0.0203 , 5147679.3249 , 3.3889 , 0.6598 , 0.8733 , 0.5928 , 0.0000 , 0.0000 , 0.0000 , 75.8319 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9538 , cls_10 , 0.0000 , 0.1620 , 0.0095 , 3333333.3333 , 1.8000 , 0.8406 , 0.5756 , 0.7253 , 0.0000 , 0.0000 , 0.0000 , 94.6152 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9563 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 183.1410 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9572 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 56.3481 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9601 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 24.7683 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9626 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 35.9575 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9654 , cls_10 , 0.0000 , 0.2040 , 0.0113 , 5528455.2846 , 2.6154 , 0.7530 , 0.7869 , 0.5325 , 0.0000 , 0.0000 , 0.0000 , 35.6348 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9655 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 59.9695 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9658 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 35.7005 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9661 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 31.2693 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9681 , cls_10 , 0.0000 , 0.0840 , 0.0061 , 6666666.6667 , 1.7500 , 0.8605 , 0.6927 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 161.3944 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9683 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 39.5222 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9687 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 25.8489 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9710 , cls_10 , 0.0000 , 0.1920 , 0.0151 , 6666666.6667 , 2.6667 , 0.7449 , 0.8833 , 0.4479 , 0.0000 , 0.0000 , 0.0000 , 178.4111 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9714 , cls_10 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 54.3007 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9730 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 662.6445 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9749 , cls_10 , 0.0000 , 0.0600 , 0.0043 , 11111111.1111 , 2.0000 , 0.8548 , 0.6944 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 71.2697 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9750 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 24.5401 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9752 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2106.8625 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9756 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2107.7780 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9760 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2108.8786 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9776 , cls_10 , 0.0000 , 0.0900 , 0.0078 , 7142857.1429 , 1.8750 , 0.8451 , 0.8019 , 0.3929 , 0.0000 , 0.0000 , 0.0000 , 15.9518 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9777 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 17.7397 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9780 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 31.9432 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9819 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 153.5524 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9824 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 122.2451 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9828 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 159.7262 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9843 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 68.5420 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9845 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 23.9751 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9846 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.8413 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9849 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2633.6886 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9854 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 653.0662 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9861 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 140.5115 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9868 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 50.4185 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9872 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 75.1267 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9878 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.2239 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9879 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 11.7977 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9886 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.6057 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9889 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 24.1337 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.6303 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 11 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5563 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 19 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7247 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 28 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.5819 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 31 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6882 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 35 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2773 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 39 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4792 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 42 , cls_30 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.9682 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 44 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4813 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 50 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8247 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 55 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.6146 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 56 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 2.0814 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 58 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6205 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 62 , cls_30 , 0.0000 , 0.0540 , 0.0040 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.5591 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 86 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.2127 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 88 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.1809 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 94 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1962 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 97 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6784 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 108 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.6484 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 110 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.4421 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 112 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5798 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 114 , cls_30 , 0.0000 , 0.0480 , 0.0044 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.6691 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 121 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5799 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 125 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4677 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 129 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5976 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 136 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6016 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 137 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1433 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 138 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.9728 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 140 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8453 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 147 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4592 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 152 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.2293 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 153 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.0041 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 156 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.5103 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 3.5721 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 160 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.7887 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 166 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 7619047.6190 , 1.3333 , 0.9145 , 0.6572 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 1.3818 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 167 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.6751 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 168 , cls_30 , 0.0000 , 0.0780 , 0.0050 , 6666666.6667 , 1.6250 , 0.8698 , 0.6877 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 2.4680 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 170 , cls_30 , 0.0000 , 0.0780 , 0.0068 , 3939393.9394 , 1.3000 , 0.9235 , 0.7307 , 0.6439 , 0.0000 , 0.0000 , 0.0000 , 3.5988 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 172 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2477 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 175 , cls_30 , 0.0000 , 0.2460 , 0.0106 , 6666666.6667 , 3.1538 , 0.7056 , 0.7350 , 0.4756 , 0.0000 , 0.0000 , 0.0000 , 4.4247 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 178 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.6403 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 179 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3119 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 181 , cls_30 , 0.0000 , 0.1260 , 0.0108 , 5833333.3333 , 2.1000 , 0.8194 , 0.8202 , 0.5069 , 0.0000 , 0.0000 , 0.0000 , 3.0548 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 182 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.3143 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 183 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.9199 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 185 , cls_30 , 0.0000 , 0.0540 , 0.0042 , 4615384.6154 , 1.1250 , 0.9510 , 0.4292 , 0.6154 , 0.0000 , 0.0000 , 0.0000 , 8.4083 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 187 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.5530 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 194 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.3727 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 197 , cls_30 , 0.0000 , 0.0600 , 0.0054 , 4444444.4444 , 1.2500 , 0.9427 , 0.6327 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 2.3040 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 204 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3193 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 206 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.4544 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 210 , cls_30 , 0.0000 , 0.0600 , 0.0047 , 6666666.6667 , 1.4286 , 0.9016 , 0.6817 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.5100 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 211 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6777 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 222 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0337 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 228 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6589 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 233 , cls_30 , 0.0000 , 0.0600 , 0.0054 , 9523809.5238 , 1.6667 , 0.8684 , 0.8463 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 2.8567 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 234 , cls_30 , 0.0000 , 0.0660 , 0.0061 , 9166666.6667 , 1.8333 , 0.8606 , 0.8041 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 4.1383 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 235 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9903 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 240 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5590 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 249 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 9.3464 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 252 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 1.5624 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 258 , cls_30 , 0.0000 , 0.0600 , 0.0048 , 7407407.4074 , 1.6667 , 0.8916 , 0.7135 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 3.1479 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 263 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9382 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 267 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6527 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 269 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0387 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 271 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.5371 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 275 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.3092 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 278 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8605 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 281 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6224 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 282 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7854 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 285 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.4781 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 287 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0521 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 294 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.6825 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 303 , cls_30 , 0.0000 , 0.1080 , 0.0073 , 6000000.0000 , 2.0000 , 0.8378 , 0.7664 , 0.4917 , 0.0000 , 0.0000 , 0.0000 , 5.7623 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 305 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4429 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 309 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.8171 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 311 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6443 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 313 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.4956 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 319 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.0323 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 320 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.9210 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 331 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5673 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 333 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7465 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 336 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4068 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 337 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1701 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 338 , cls_30 , 0.0000 , 0.2040 , 0.0104 , 6296296.2963 , 2.8333 , 0.7408 , 0.7764 , 0.4954 , 0.0000 , 0.0000 , 0.0000 , 21.3413 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 339 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.7815 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 346 , cls_30 , 0.0000 , 0.0540 , 0.0043 , 6000000.0000 , 1.2857 , 0.9243 , 0.6255 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 2.7492 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 353 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.5208 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 355 , cls_30 , 0.0000 , 0.0720 , 0.0057 , 6666666.6667 , 1.7143 , 0.8797 , 0.7495 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 9.4170 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 357 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9247 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 359 , cls_30 , 0.0000 , 0.0780 , 0.0048 , 10833333.3333 , 2.1667 , 0.8255 , 0.6488 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.5518 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 369 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.4694 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 371 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 12.9847 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 379 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1292 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 381 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.6721 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 385 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.5494 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 387 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.7499 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 398 , cls_30 , 0.0000 , 0.1380 , 0.0069 , 9583333.3333 , 2.8750 , 0.7612 , 0.7736 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.1053 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 400 , cls_30 , 0.0000 , 0.0660 , 0.0050 , 5238095.2381 , 1.3750 , 0.9142 , 0.6637 , 0.5476 , 0.0000 , 0.0000 , 0.0000 , 7.4957 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 415 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.3614 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 417 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.7545 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 418 , cls_30 , 0.0000 , 0.2700 , 0.0110 , 7142857.1429 , 3.4615 , 0.6841 , 0.7109 , 0.4365 , 0.0000 , 0.0000 , 0.0000 , 13.5611 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 422 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3837 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 425 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7323 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 426 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.0580 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 440 , cls_30 , 0.0000 , 0.0600 , 0.0045 , 6666666.6667 , 1.4286 , 0.9016 , 0.6255 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 3.6011 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 449 , cls_30 , 0.0000 , 0.2280 , 0.0137 , 7916666.6667 , 3.1667 , 0.7028 , 0.8433 , 0.3854 , 0.0000 , 0.0000 , 0.0000 , 5.9546 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 450 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 2.2040 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 452 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.8902 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 454 , cls_30 , 0.0000 , 0.1560 , 0.0088 , 6666666.6667 , 2.3636 , 0.7761 , 0.7352 , 0.4808 , 0.0000 , 0.0000 , 0.0000 , 7.6653 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 457 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.3179 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 458 , cls_30 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 1.0481 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 466 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.1297 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 470 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.8351 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 472 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.1966 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 474 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1774 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 476 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.9675 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 477 , cls_30 , 0.0000 , 0.0540 , 0.0037 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 19.4074 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 479 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3548 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 481 , cls_30 , 0.0000 , 0.0660 , 0.0049 , 8148148.1481 , 1.8333 , 0.8713 , 0.7796 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.4837 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 489 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.5333 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 490 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 12.5654 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 494 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.8289 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 496 , cls_30 , 0.0000 , 0.1740 , 0.0105 , 6444444.4444 , 2.6364 , 0.7630 , 0.8472 , 0.5222 , 0.0000 , 0.0000 , 0.0000 , 5.5282 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 506 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.6578 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 508 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1772 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 513 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5615 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 516 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3570 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 517 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.7392 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 519 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8551 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 522 , cls_30 , 0.0000 , 0.0720 , 0.0057 , 8888888.8889 , 2.0000 , 0.8529 , 0.7838 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 14.5955 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 527 , cls_30 , 0.0000 , 0.0780 , 0.0059 , 6190476.1905 , 1.6250 , 0.8770 , 0.7558 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.9712 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 534 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8908 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 539 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7423 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 545 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9225 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 547 , cls_30 , 0.0000 , 0.1020 , 0.0078 , 6296296.2963 , 1.8889 , 0.8408 , 0.7453 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.8215 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 549 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8705 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 550 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4010 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 552 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3964 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 562 , cls_30 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7516 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 4.4586 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 566 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.7941 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 567 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 2.3008 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 572 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3474 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 578 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2.2246 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 583 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.5740 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 587 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 5.8804 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 592 , cls_30 , 0.0000 , 0.1020 , 0.0061 , 6296296.2963 , 1.8889 , 0.8408 , 0.6243 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 3.9734 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 598 , cls_30 , 0.0000 , 0.3240 , 0.0134 , 5454545.4545 , 3.1765 , 0.6767 , 0.7771 , 0.5783 , 0.0000 , 0.0000 , 0.0000 , 14.8684 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 603 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.2096 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 605 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.2315 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 608 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8907 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 617 , cls_30 , 0.0000 , 0.0840 , 0.0068 , 5490196.0784 , 1.5556 , 0.8795 , 0.7453 , 0.5392 , 0.0000 , 0.0000 , 0.0000 , 2.9728 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 623 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1088 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 631 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 9.2768 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 634 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.5969 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 642 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5823 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 646 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 6000000.0000 , 1.2857 , 0.9243 , 0.6817 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.2609 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 650 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6415 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 654 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 6060606.0606 , 1.4286 , 0.9110 , 0.6498 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 1.8666 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 664 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1346 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 666 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 5000000.0000 , 1.2857 , 0.9427 , 0.5506 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 2.7762 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 673 , cls_30 , 0.0000 , 0.0480 , 0.0043 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 1.0618 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 678 , cls_30 , 0.0000 , 0.1020 , 0.0060 , 6666666.6667 , 1.8889 , 0.8353 , 0.6452 , 0.4314 , 0.0000 , 0.0000 , 0.0000 , 3.6818 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 686 , cls_30 , 0.0000 , 0.2220 , 0.0117 , 6851851.8519 , 3.0833 , 0.7197 , 0.7926 , 0.4491 , 0.0000 , 0.0000 , 0.0000 , 17.6923 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 688 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.8751 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 695 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.9027 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 699 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7367 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 706 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9768 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 709 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0694 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 719 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.4037 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 721 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 10.1634 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 722 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.6763 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 723 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0201 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 725 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 10000000.0000 , 1.8000 , 0.8762 , 0.7062 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.4421 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 726 , cls_30 , 0.0000 , 0.1440 , 0.0095 , 6153846.1538 , 2.1818 , 0.7953 , 0.8041 , 0.4936 , 0.0000 , 0.0000 , 0.0000 , 16.8826 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 730 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.0066 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 732 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.4313 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 733 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.1754 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 735 , cls_30 , 0.0000 , 0.0720 , 0.0055 , 10000000.0000 , 2.0000 , 0.8423 , 0.8433 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.4172 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 749 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.5674 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 760 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.7926 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 765 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.4677 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 767 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 6666666.6667 , 1.3333 , 0.9273 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 2.9005 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 777 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 10666666.6667 , 1.6000 , 0.8838 , 0.6463 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 4.2394 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 778 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7827 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 779 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.4021 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 781 , cls_30 , 0.0000 , 0.2160 , 0.0120 , 7272727.2727 , 3.0000 , 0.7188 , 0.8197 , 0.4343 , 0.0000 , 0.0000 , 0.0000 , 12.2298 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 786 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 2.5956 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 789 , cls_30 , 0.0000 , 0.0660 , 0.0049 , 7333333.3333 , 1.5714 , 0.8812 , 0.7913 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.9368 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 790 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3808 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 803 , cls_30 , 0.0000 , 0.0660 , 0.0047 , 6666666.6667 , 1.5714 , 0.8903 , 0.6584 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 3.7960 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 809 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9324 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 812 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 4.8298 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 813 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.4699 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 816 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1302 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 825 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.6635 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 828 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 2.2623 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 829 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.2227 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 833 , cls_30 , 0.0000 , 0.0600 , 0.0054 , 8333333.3333 , 1.6667 , 0.8805 , 0.8244 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 3.5630 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 839 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.7512 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 840 , cls_30 , 0.0000 , 0.0540 , 0.0042 , 8571428.5714 , 1.5000 , 0.8902 , 0.6927 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 17.6926 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 851 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5048 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 853 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4604 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 861 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8501 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 863 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.2631 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 867 , cls_30 , 0.0000 , 0.0720 , 0.0056 , 11428571.4286 , 2.0000 , 0.8307 , 0.8463 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 6.0116 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 868 , cls_30 , 0.0000 , 0.0960 , 0.0062 , 9696969.6970 , 2.2857 , 0.8090 , 0.8249 , 0.2879 , 0.0000 , 0.0000 , 0.0000 , 4.4481 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 869 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8136 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 879 , cls_30 , 0.0000 , 0.0960 , 0.0068 , 4848484.8485 , 1.6000 , 0.8748 , 0.6704 , 0.6061 , 0.0000 , 0.0000 , 0.0000 , 5.9535 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 881 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 7500000.0000 , 1.5000 , 0.9026 , 0.7516 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 2.9803 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 888 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9980 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 891 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 8.8775 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 893 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.2473 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 894 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.1929 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 909 , cls_30 , 0.0000 , 0.0660 , 0.0052 , 7333333.3333 , 1.5714 , 0.8812 , 0.7598 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 3.1023 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 914 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2643 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 918 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.7682 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 919 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5168 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 921 , cls_30 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 8.1927 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 922 , cls_30 , 0.0000 , 0.1380 , 0.0070 , 7666666.6667 , 2.5556 , 0.7809 , 0.6559 , 0.4250 , 0.0000 , 0.0000 , 0.0000 , 5.7024 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 926 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0633 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 929 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.4958 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 932 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4190 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 942 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.2275 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 943 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.1809 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 949 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.2489 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 957 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8676 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 963 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5990 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 968 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9582 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 969 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6859 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 973 , cls_30 , 0.0000 , 0.0720 , 0.0062 , 7272727.2727 , 1.7143 , 0.8714 , 0.7845 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 10.5706 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 974 , cls_30 , 0.0000 , 0.0600 , 0.0042 , 7407407.4074 , 1.6667 , 0.8916 , 0.6048 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 3.2107 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 978 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6982 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 983 , cls_30 , 0.0000 , 0.0540 , 0.0036 , 8571428.5714 , 1.5000 , 0.8902 , 0.5544 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 2.3702 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 987 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 6.1280 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 988 , cls_30 , 0.0000 , 0.0780 , 0.0068 , 6666666.6667 , 1.6250 , 0.8698 , 0.8140 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 5.2724 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 989 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8733 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 990 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.7762 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 995 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.7737 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 996 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.6208 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1002 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5995 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1006 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1955 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1012 , cls_30 , 0.0000 , 0.0720 , 0.0052 , 7272727.2727 , 1.7143 , 0.8714 , 0.6215 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 3.2306 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1016 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4438 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1021 , cls_30 , 0.0000 , 0.3060 , 0.0158 , 4788732.3944 , 3.0000 , 0.6989 , 0.8022 , 0.6056 , 0.0000 , 0.0000 , 0.0000 , 13.5573 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1022 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 22.1361 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1023 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.3250 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1024 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4703 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1025 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.3886 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1026 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.3951 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1027 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.9393 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1033 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.7385 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1039 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3725 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1046 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9932 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1048 , cls_30 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.6643 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1050 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6309 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1051 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 9.7604 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1055 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.3805 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1056 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0752 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1057 , cls_30 , 0.0000 , 0.0840 , 0.0064 , 7179487.1795 , 1.7500 , 0.8534 , 0.6877 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 4.5766 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1063 , cls_30 , 0.0000 , 0.0600 , 0.0048 , 6666666.6667 , 1.4286 , 0.9016 , 0.7170 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 2.7679 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1066 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4948 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1067 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3653 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1072 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2240 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1074 , cls_30 , 0.0000 , 0.0900 , 0.0065 , 6250000.0000 , 1.8750 , 0.8579 , 0.7247 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.4771 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1080 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1765 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1082 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7312 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1083 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.4919 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1085 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9722 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1088 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0661 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1090 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 4.4996 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1091 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.6370 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1101 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.3695 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1102 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4033 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1103 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.2199 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1112 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.0455 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1113 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7673 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1116 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9263 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1117 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2.2342 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1118 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.5205 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1123 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.4985 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1124 , cls_30 , 0.0000 , 0.0960 , 0.0060 , 5079365.0794 , 1.6000 , 0.8700 , 0.5617 , 0.5794 , 0.0000 , 0.0000 , 0.0000 , 6.8263 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1126 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5975 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1128 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.3915 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1129 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4985 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1131 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2916 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1133 , cls_30 , 0.0000 , 0.1080 , 0.0078 , 5454545.4545 , 1.8000 , 0.8471 , 0.8169 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 12.6811 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1135 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 6.4059 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1138 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 1.1871 , 0.0331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1141 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.6083 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1144 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.8725 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1145 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7614 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1147 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3448 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1150 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4265 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1153 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5961 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1157 , cls_30 , 0.0000 , 0.0900 , 0.0055 , 6666666.6667 , 1.8750 , 0.8517 , 0.5756 , 0.4778 , 0.0000 , 0.0000 , 0.0000 , 21.3804 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1171 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.3380 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1172 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0258 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1173 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.1838 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1176 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.0224 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1178 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4625 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1182 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.6251 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1190 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3756 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1194 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.3934 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1203 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.5570 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1206 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0684 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1208 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9153 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1209 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1707 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1213 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.1234 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1219 , cls_30 , 0.0000 , 0.0660 , 0.0045 , 8148148.1481 , 1.8333 , 0.8713 , 0.7453 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 5.8576 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1220 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.7381 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1225 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.2964 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1230 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8865 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1243 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.0785 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1244 , cls_30 , 0.0000 , 0.0900 , 0.0070 , 7142857.1429 , 1.8750 , 0.8451 , 0.7558 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 1.2881 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1245 , cls_30 , 0.0000 , 0.0960 , 0.0059 , 7111111.1111 , 2.0000 , 0.8372 , 0.7191 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 13.5877 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1248 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.6865 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1256 , cls_30 , 0.0000 , 0.1200 , 0.0079 , 8333333.3333 , 2.5000 , 0.7928 , 0.8370 , 0.3438 , 0.0000 , 0.0000 , 0.0000 , 4.7100 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1257 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.1344 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1259 , cls_30 , 0.0000 , 0.0900 , 0.0064 , 7142857.1429 , 1.8750 , 0.8451 , 0.7558 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 21.2605 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1260 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.5850 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1264 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.1674 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1267 , cls_30 , 0.0000 , 0.0480 , 0.0042 , 5925925.9259 , 1.3333 , 0.9389 , 0.7135 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 9.8516 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1274 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.6530 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1278 , cls_30 , 0.0000 , 0.0660 , 0.0043 , 9166666.6667 , 1.8333 , 0.8606 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.0804 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1280 , cls_30 , 0.0000 , 0.0780 , 0.0059 , 5416666.6667 , 1.6250 , 0.8902 , 0.7247 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 10.3276 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1285 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.0306 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1291 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7227 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1292 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.7266 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1303 , cls_30 , 0.0000 , 0.1380 , 0.0070 , 8070175.4386 , 2.5556 , 0.7763 , 0.6686 , 0.3772 , 0.0000 , 0.0000 , 0.0000 , 4.5759 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1305 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.8322 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1308 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9492 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1310 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.9339 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1313 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5946 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1315 , cls_30 , 0.0000 , 0.2100 , 0.0118 , 5982905.9829 , 2.6923 , 0.7409 , 0.8097 , 0.5256 , 0.0000 , 0.0000 , 0.0000 , 11.4392 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1317 , cls_30 , 0.0000 , 0.1080 , 0.0084 , 8571428.5714 , 2.2500 , 0.8045 , 0.8318 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 6.8948 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1322 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.2107 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1327 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 2.9524 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1330 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.1024 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1333 , cls_30 , 0.0000 , 0.1320 , 0.0091 , 7333333.3333 , 2.4444 , 0.7912 , 0.8279 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.0479 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1335 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1930 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1339 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.8070 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1343 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9043 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1353 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.7634 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1355 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.3720 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1357 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 5.0890 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1359 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8544 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1364 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9243 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1368 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 5.3484 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1371 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.7267 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1373 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9297 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1376 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 14.5579 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1379 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5473 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1381 , cls_30 , 0.0000 , 0.0720 , 0.0054 , 7272727.2727 , 1.7143 , 0.8714 , 0.7704 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 3.3934 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1383 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8267 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1390 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.5454 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1394 , cls_30 , 0.0000 , 0.2340 , 0.0132 , 7222222.2222 , 3.2500 , 0.7066 , 0.8554 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.1832 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1395 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.1089 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1399 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.9349 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1401 , cls_30 , 0.0000 , 0.0720 , 0.0047 , 10000000.0000 , 2.0000 , 0.8423 , 0.7004 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.4772 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1406 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.9939 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1410 , cls_30 , 0.0000 , 0.0720 , 0.0055 , 5333333.3333 , 1.5000 , 0.9017 , 0.7384 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 6.7075 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1411 , cls_30 , 0.0000 , 0.0600 , 0.0048 , 9523809.5238 , 1.6667 , 0.8684 , 0.8019 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 9.6955 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1412 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.0325 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1416 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8390 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1422 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5556 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1428 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2170 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1429 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2806 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1434 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.0231 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1436 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7785 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1441 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 10.2448 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1443 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2546 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1446 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 12000000.0000 , 1.8000 , 0.8603 , 0.8447 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7228 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1447 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1702 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1452 , cls_30 , 0.0000 , 0.0900 , 0.0056 , 5882352.9412 , 1.6667 , 0.8638 , 0.5671 , 0.5294 , 0.0000 , 0.0000 , 0.0000 , 6.2237 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1455 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9692 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1456 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1327 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1459 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8687 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1465 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.1427 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1471 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9757 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1478 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9803 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1479 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.7087 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1489 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.5374 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1495 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.3760 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1500 , cls_30 , 0.0000 , 0.0480 , 0.0043 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 11.5820 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1501 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 1.4626 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1502 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.4210 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1507 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7164 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1513 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 2.9754 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1515 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 7.8623 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1518 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3062 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1520 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.3953 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1523 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5641 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1526 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0529 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1527 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7437 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1531 , cls_30 , 0.0000 , 0.0540 , 0.0042 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 2.8427 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1534 , cls_30 , 0.0000 , 0.0660 , 0.0042 , 9166666.6667 , 1.8333 , 0.8606 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7869 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1535 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1966 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1541 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.1692 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1543 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.5113 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1545 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8341 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1546 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6962 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1552 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4855 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1556 , cls_30 , 0.0000 , 0.0660 , 0.0056 , 10476190.4762 , 1.8333 , 0.8487 , 0.8318 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 5.8550 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1560 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.3813 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1561 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8016 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1563 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.1577 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1564 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5630 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1567 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.3764 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1568 , cls_30 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.3719 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1574 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2568 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1577 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 7.4710 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1578 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6023 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1589 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8831 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1594 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.2965 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1597 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7753 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1604 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0484 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1605 , cls_30 , 0.0000 , 0.0540 , 0.0039 , 7500000.0000 , 1.5000 , 0.9026 , 0.6817 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 5.7048 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1608 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.4917 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1609 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7044 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1610 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6320 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1613 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6716 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1614 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3807 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1615 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.7559 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1616 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.1040 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1619 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2248 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1622 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.7336 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1624 , cls_30 , 0.0000 , 0.0840 , 0.0056 , 10370370.3704 , 2.3333 , 0.8201 , 0.7205 , 0.2407 , 0.0000 , 0.0000 , 0.0000 , 5.6503 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1630 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8472 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1631 , cls_30 , 0.0000 , 0.1500 , 0.0092 , 7936507.9365 , 2.5000 , 0.7659 , 0.8048 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 4.8720 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1632 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.4822 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1633 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9422 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1636 , cls_30 , 0.0000 , 0.0660 , 0.0044 , 12222222.2222 , 2.2000 , 0.8354 , 0.6944 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8217 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1637 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4092 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1641 , cls_30 , 0.0000 , 0.1200 , 0.0080 , 4597701.1494 , 1.8182 , 0.8500 , 0.6844 , 0.6379 , 0.0000 , 0.0000 , 0.0000 , 2.2728 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1645 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7122 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1650 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 5.3274 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1652 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.9500 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1655 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.0045 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1656 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.9387 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1663 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5794 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1666 , cls_30 , 0.0000 , 0.0660 , 0.0046 , 12222222.2222 , 2.2000 , 0.8354 , 0.7366 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1450 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1668 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.2778 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1673 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2702 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1675 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.5935 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1677 , cls_30 , 0.0000 , 0.1080 , 0.0072 , 7500000.0000 , 2.2500 , 0.8166 , 0.8131 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.0354 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1679 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1722 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1684 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6488 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1687 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.9028 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1690 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6342 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1695 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2064 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1696 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.4481 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1697 , cls_30 , 0.0000 , 0.1320 , 0.0081 , 6666666.6667 , 2.2000 , 0.8001 , 0.7845 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 31.8652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1703 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 7500000.0000 , 1.5000 , 0.9026 , 0.7247 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 5.1357 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1707 , cls_30 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.9961 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1711 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.1164 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1712 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.0340 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1719 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6347 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1721 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5602 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1727 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.2985 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1730 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8106 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1732 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 2.3242 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1735 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7378 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1736 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.4484 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1740 , cls_30 , 0.0000 , 0.0840 , 0.0055 , 7777777.7778 , 2.0000 , 0.8460 , 0.7062 , 0.4028 , 0.0000 , 0.0000 , 0.0000 , 13.6278 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1742 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 32.8647 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1744 , cls_30 , 0.0000 , 1.1760 , 0.0330 , 5632183.9080 , 6.3226 , 0.3967 , 0.8078 , 0.5503 , 0.0000 , 0.0000 , 0.0000 , 20.4324 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1745 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.0320 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1753 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.4456 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1755 , cls_30 , 0.0000 , 0.1020 , 0.0064 , 9444444.4444 , 2.4286 , 0.8034 , 0.7649 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 5.2259 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1757 , cls_30 , 0.0000 , 0.0960 , 0.0061 , 8205128.2051 , 2.0000 , 0.8239 , 0.7286 , 0.3718 , 0.0000 , 0.0000 , 0.0000 , 4.3109 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1759 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 3.5356 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1760 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 6666666.6667 , 1.3333 , 0.9273 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 5.5105 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1761 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2076 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1764 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7892 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1771 , cls_30 , 0.0000 , 0.0480 , 0.0042 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 3.8524 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1772 , cls_30 , 0.0000 , 0.0660 , 0.0047 , 12222222.2222 , 2.2000 , 0.8354 , 0.8137 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5634 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1775 , cls_30 , 0.0000 , 0.1500 , 0.0083 , 4504504.5045 , 1.9231 , 0.8201 , 0.6773 , 0.6486 , 0.0000 , 0.0000 , 0.0000 , 12.1011 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1777 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 4.3153 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1778 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.3032 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1782 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4762 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1790 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6245 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1791 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 13333333.3333 , 2.0000 , 0.8645 , 0.7170 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 2.4748 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1797 , cls_30 , 0.0000 , 0.0660 , 0.0056 , 7333333.3333 , 1.5714 , 0.8812 , 0.7598 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 11.6540 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1801 , cls_30 , 0.0000 , 0.1140 , 0.0067 , 8444444.4444 , 2.3750 , 0.7986 , 0.7878 , 0.3556 , 0.0000 , 0.0000 , 0.0000 , 2.9115 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1804 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6817 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1806 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7927 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1809 , cls_30 , 0.0000 , 0.1080 , 0.0064 , 7500000.0000 , 2.2500 , 0.8166 , 0.6866 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 3.6258 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1813 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0272 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1816 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7077 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1817 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9282 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1820 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.8592 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1824 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.6351 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1828 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.3477 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1830 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2127 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1832 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8239 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1833 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.7138 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1835 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 61.4592 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1845 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.4955 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1849 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.1648 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1857 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.3056 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1859 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.6129 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1861 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.9669 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1864 , cls_30 , 0.0000 , 0.1860 , 0.0111 , 7948717.9487 , 2.8182 , 0.7340 , 0.8171 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 10.4555 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1865 , cls_30 , 0.0000 , 0.1140 , 0.0060 , 9047619.0476 , 2.3750 , 0.7925 , 0.5652 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.6685 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1866 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.7920 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1869 , cls_30 , 0.0000 , 0.0840 , 0.0055 , 7777777.7778 , 2.0000 , 0.8460 , 0.7495 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.4621 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1874 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8013 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1879 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 14.9986 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1884 , cls_30 , 0.0000 , 0.0960 , 0.0078 , 8205128.2051 , 2.0000 , 0.8239 , 0.8438 , 0.3718 , 0.0000 , 0.0000 , 0.0000 , 3.1495 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1887 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.4165 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1888 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.8222 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1890 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0471 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1891 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9079 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1896 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1040 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1897 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.4915 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1900 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.9483 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1902 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.0565 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1904 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.7379 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1913 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7766 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1914 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2517 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1918 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1030 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1930 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.5403 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1933 , cls_30 , 0.0000 , 0.0840 , 0.0052 , 8484848.4848 , 2.0000 , 0.8380 , 0.5881 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.9465 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1934 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6894 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1939 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5660 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1951 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.5618 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1956 , cls_30 , 0.0000 , 0.0600 , 0.0048 , 6666666.6667 , 1.4286 , 0.9016 , 0.6817 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 6.6595 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1970 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.7789 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1971 , cls_30 , 0.0000 , 0.0780 , 0.0072 , 10833333.3333 , 2.1667 , 0.8255 , 0.8802 , 0.2292 , 0.0000 , 0.0000 , 0.0000 , 4.9510 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1973 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5899 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1975 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6926 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1978 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1969 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1979 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0833 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1981 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1987 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1983 , cls_30 , 0.0000 , 0.0660 , 0.0050 , 9166666.6667 , 1.8333 , 0.8606 , 0.7247 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 4.6296 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1986 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9518 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1987 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.2374 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1993 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 2.2588 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1998 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8433 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2002 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 48.6355 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2005 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2161 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2008 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9099 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2012 , cls_30 , 0.0000 , 0.1320 , 0.0081 , 9166666.6667 , 2.7500 , 0.7713 , 0.8370 , 0.3438 , 0.0000 , 0.0000 , 0.0000 , 4.3378 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2013 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7919 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2014 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.7308 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2017 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.7036 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2018 , cls_30 , 0.0000 , 0.0480 , 0.0048 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.4086 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2019 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0135 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2021 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 18.2075 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2025 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 9523809.5238 , 1.6667 , 0.8684 , 0.7379 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 2.3115 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2026 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 4444444.4444 , 1.1429 , 0.9685 , 0.5506 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 8.2694 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2029 , cls_30 , 0.0000 , 0.0660 , 0.0061 , 8148148.1481 , 1.8333 , 0.8713 , 0.8024 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 3.3592 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2030 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.0851 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2031 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2958 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2032 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.0383 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2035 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0812 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2036 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.6748 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2039 , cls_30 , 0.0000 , 0.0900 , 0.0063 , 7142857.1429 , 1.8750 , 0.8451 , 0.7078 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 2.0217 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2041 , cls_30 , 0.0000 , 0.0660 , 0.0055 , 8148148.1481 , 1.8333 , 0.8713 , 0.7796 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 29.0730 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2042 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2324 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2052 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1146 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2056 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.1207 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2058 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2134 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2059 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6521 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2064 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2265 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2069 , cls_30 , 0.0000 , 0.1620 , 0.0117 , 3913043.4783 , 1.9286 , 0.8233 , 0.8277 , 0.6630 , 0.0000 , 0.0000 , 0.0000 , 9.4389 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2071 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.3831 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2073 , cls_30 , 0.0000 , 0.0600 , 0.0040 , 9523809.5238 , 1.6667 , 0.8684 , 0.6435 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 4.8911 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2081 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6501 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2086 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.4642 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2087 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.9324 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2090 , cls_30 , 0.0000 , 0.1260 , 0.0075 , 5185185.1852 , 1.9091 , 0.8309 , 0.6456 , 0.5802 , 0.0000 , 0.0000 , 0.0000 , 4.6436 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2094 , cls_30 , 0.0000 , 0.0960 , 0.0062 , 7111111.1111 , 2.0000 , 0.8372 , 0.7191 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 16.2868 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2096 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4311 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2102 , cls_30 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 5.1800 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2105 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.2496 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2108 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4683 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2111 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7265 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2113 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.3192 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2121 , cls_30 , 0.0000 , 0.0960 , 0.0058 , 8205128.2051 , 2.0000 , 0.8239 , 0.6689 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 7.7531 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2123 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.4198 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2125 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8331 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2129 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 5.6509 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2132 , cls_30 , 0.0000 , 0.0840 , 0.0070 , 8484848.4848 , 2.0000 , 0.8380 , 0.8352 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.7198 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2136 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3458 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2141 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.0685 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2144 , cls_30 , 0.0000 , 0.1020 , 0.0065 , 7083333.3333 , 2.1250 , 0.8296 , 0.7963 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 6.8142 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2148 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6579 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2157 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.5268 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2158 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3417 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2161 , cls_30 , 0.0000 , 0.1860 , 0.0107 , 8266666.6667 , 3.1000 , 0.7306 , 0.8498 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 62.8746 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2163 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 50.8657 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2167 , cls_30 , 0.0000 , 0.3180 , 0.0150 , 4472573.8397 , 2.9444 , 0.6986 , 0.7516 , 0.6245 , 0.0000 , 0.0000 , 0.0000 , 13.8133 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2172 , cls_30 , 0.0000 , 0.0720 , 0.0049 , 6666666.6667 , 1.7143 , 0.8797 , 0.6180 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 11.4747 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2179 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2462 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2181 , cls_30 , 0.0000 , 0.0720 , 0.0056 , 8888888.8889 , 2.0000 , 0.8529 , 0.7838 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 4.1666 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2186 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7487 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2187 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3383 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2188 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.3184 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2193 , cls_30 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 8.5883 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2200 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.5873 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2213 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 25.1891 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2222 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 15.8913 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2225 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.2086 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2226 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 3.7850 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2228 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.3883 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2232 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0325 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2243 , cls_30 , 0.0000 , 0.0780 , 0.0060 , 7878787.8788 , 1.8571 , 0.8541 , 0.7585 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 1.7172 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2244 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.3623 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2245 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.3874 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2247 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4351 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2251 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5664 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2258 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 11.1034 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2261 , cls_30 , 0.0000 , 0.2220 , 0.0092 , 6851851.8519 , 3.0833 , 0.7197 , 0.6654 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 5.4405 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2262 , cls_30 , 0.0000 , 0.0480 , 0.0032 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 9.7438 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2264 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.0658 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2272 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.3880 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2274 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 3.4108 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2276 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3384 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2287 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.6514 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2294 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4655 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2295 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.6366 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2297 , cls_30 , 0.0000 , 0.0540 , 0.0039 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.0147 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2298 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.2204 , 0.0391 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2299 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8385 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2304 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.7940 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2307 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.3217 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2308 , cls_30 , 0.0000 , 0.0660 , 0.0049 , 5641025.6410 , 1.3750 , 0.9067 , 0.5963 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 8.9963 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2310 , cls_30 , 0.0000 , 0.0660 , 0.0053 , 12222222.2222 , 2.2000 , 0.8354 , 0.8302 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.7475 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2311 , cls_30 , 0.0000 , 0.1080 , 0.0093 , 6666666.6667 , 2.0000 , 0.8277 , 0.8315 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 17.6074 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2312 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4171 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2316 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4020 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2318 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.4247 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2323 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8706 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2325 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5385 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2327 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2377 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2331 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6990 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2337 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.5049 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2338 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 2.9336 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2344 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.0135 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2345 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.8265 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2352 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3327 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2356 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7941 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2374 , cls_30 , 0.0000 , 0.0540 , 0.0050 , 7500000.0000 , 1.5000 , 0.9026 , 0.8078 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.0064 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2376 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4247 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2380 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 2.9485 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2382 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7911 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2383 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9591 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2384 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2504 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2390 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7695 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2393 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4603 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2399 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.5324 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2400 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4012 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2401 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2383 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2402 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7723 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2405 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8168 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2407 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3021 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2409 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6950 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2410 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7795 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2414 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2549 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2417 , cls_30 , 0.0000 , 0.1620 , 0.0092 , 6000000.0000 , 2.4545 , 0.7804 , 0.7419 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 22.5305 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2426 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.4765 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2427 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.2577 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2429 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.4058 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2432 , cls_30 , 0.0000 , 0.0960 , 0.0072 , 5614035.0877 , 1.7778 , 0.8600 , 0.7581 , 0.5351 , 0.0000 , 0.0000 , 0.0000 , 7.9547 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2433 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.0199 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2434 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 9.8980 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2436 , cls_30 , 0.0000 , 0.0600 , 0.0048 , 7407407.4074 , 1.6667 , 0.8916 , 0.7796 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 22.6591 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2443 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5163 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2445 , cls_30 , 0.0000 , 0.0960 , 0.0058 , 7111111.1111 , 2.0000 , 0.8372 , 0.6396 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.7976 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2448 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5221 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2453 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1552 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2457 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6018 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2460 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 16.1678 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2464 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1706 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2469 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3729 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2471 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.7765 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2473 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1161 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2478 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.7062 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 10.6183 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2480 , cls_30 , 0.0000 , 0.1800 , 0.0122 , 5405405.4054 , 2.3077 , 0.7746 , 0.8268 , 0.5450 , 0.0000 , 0.0000 , 0.0000 , 14.8638 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2485 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.3382 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2489 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1829 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2491 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.0131 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2509 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4611 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2513 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.8411 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2514 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.5396 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2515 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.6982 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2516 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.7199 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2517 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 10.2507 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2523 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.3045 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2525 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 6.8837 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2529 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.4627 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2531 , cls_30 , 0.0000 , 0.0720 , 0.0064 , 10000000.0000 , 2.0000 , 0.8423 , 0.8585 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 17.8393 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2534 , cls_30 , 0.0000 , 0.0720 , 0.0054 , 8000000.0000 , 1.7143 , 0.8625 , 0.7913 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 3.3031 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2536 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.3836 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2538 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.7803 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2539 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6917 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2545 , cls_30 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 2.6937 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2546 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.5309 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2553 , cls_30 , 0.0000 , 0.1020 , 0.0067 , 5666666.6667 , 1.8889 , 0.8510 , 0.7139 , 0.5250 , 0.0000 , 0.0000 , 0.0000 , 7.0107 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2562 , cls_30 , 0.0000 , 0.1080 , 0.0068 , 5454545.4545 , 1.8000 , 0.8471 , 0.6704 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 3.4112 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2566 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 6.3639 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2569 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 6060606.0606 , 1.4286 , 0.9110 , 0.5881 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 2.1309 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2570 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.5853 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2582 , cls_30 , 0.0000 , 0.0840 , 0.0059 , 7777777.7778 , 2.0000 , 0.8460 , 0.7062 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 29.3718 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2584 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 29.2197 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2585 , cls_30 , 0.0000 , 0.1680 , 0.0091 , 8484848.4848 , 2.8000 , 0.7435 , 0.7940 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.8920 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2589 , cls_30 , 0.0000 , 0.3180 , 0.0152 , 6794871.7949 , 3.5333 , 0.6605 , 0.8186 , 0.4647 , 0.0000 , 0.0000 , 0.0000 , 16.8319 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2592 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9374 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2597 , cls_30 , 0.0000 , 0.2100 , 0.0120 , 7777777.7778 , 3.1818 , 0.7173 , 0.8472 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 5.6442 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2598 , cls_30 , 0.0000 , 0.0600 , 0.0047 , 7407407.4074 , 1.6667 , 0.8916 , 0.6630 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 6.8354 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2599 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9119 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2605 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9444 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2606 , cls_30 , 0.0000 , 0.0480 , 0.0051 , 7619047.6190 , 1.3333 , 0.9145 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 10.6570 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2607 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.7626 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2613 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.8387 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2620 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.4584 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2631 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7775 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2638 , cls_30 , 0.0000 , 0.1920 , 0.0099 , 5925925.9259 , 2.6667 , 0.7559 , 0.6839 , 0.5093 , 0.0000 , 0.0000 , 0.0000 , 9.5879 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2643 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 18.7845 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2661 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4456 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2663 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1071 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2664 , cls_30 , 0.0000 , 0.0480 , 0.0044 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 5.6657 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2666 , cls_30 , 0.0000 , 0.0540 , 0.0049 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 10.0281 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2668 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1303 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2671 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.7671 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2677 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4312 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2686 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.9458 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2687 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.4556 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2696 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.9292 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2697 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.1306 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2704 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7326 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2707 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.5685 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2708 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.8422 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2710 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.2574 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2712 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3498 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2713 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.7019 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2714 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9101 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2728 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.5732 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2729 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 7.3749 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2732 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6673 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2737 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 8.5458 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2738 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.3345 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2740 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.5926 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 5.2957 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2744 , cls_30 , 0.0000 , 0.0780 , 0.0054 , 8666666.6667 , 1.8571 , 0.8453 , 0.7805 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 4.6880 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2745 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.4207 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2751 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1119 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2753 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 6.6669 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2755 , cls_30 , 0.0000 , 0.0480 , 0.0044 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.9615 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2757 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3719 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2758 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.8737 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2762 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6601 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2765 , cls_30 , 0.0000 , 0.0480 , 0.0042 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 3.2534 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2767 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.6724 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2768 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.9714 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2770 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7254 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2774 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.9781 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2776 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.9355 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2779 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3695 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2782 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.5625 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2784 , cls_30 , 0.0000 , 0.0720 , 0.0063 , 6666666.6667 , 1.7143 , 0.8797 , 0.7062 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.7039 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2788 , cls_30 , 0.0000 , 0.0600 , 0.0046 , 11111111.1111 , 2.0000 , 0.8548 , 0.7753 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 4.2530 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2789 , cls_30 , 0.0000 , 0.0720 , 0.0060 , 8000000.0000 , 1.7143 , 0.8625 , 0.7913 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 9.2733 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2793 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2140 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2798 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8120 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2800 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4565 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2802 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 2.3632 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2809 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0856 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2811 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4390 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2815 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.7140 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2817 , cls_30 , 0.0000 , 0.1860 , 0.0095 , 6262626.2626 , 2.5833 , 0.7556 , 0.7406 , 0.4949 , 0.0000 , 0.0000 , 0.0000 , 11.8009 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2818 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3722 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2826 , cls_30 , 0.0000 , 0.0660 , 0.0047 , 6111111.1111 , 1.5714 , 0.8988 , 0.6180 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.1773 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2829 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 7.3048 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2831 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.8213 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2833 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0406 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2834 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.6114 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2835 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9681 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2840 , cls_30 , 0.0000 , 0.0660 , 0.0053 , 5641025.6410 , 1.3750 , 0.9067 , 0.6877 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.9581 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2842 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9351 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2852 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.0662 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2854 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.4999 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2858 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.9096 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2860 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 5.1765 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2862 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 8.3165 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2867 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 6.5020 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2870 , cls_30 , 0.0000 , 0.0600 , 0.0053 , 6666666.6667 , 1.4286 , 0.9016 , 0.7598 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.2239 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2875 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1371 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2878 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1593 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2881 , cls_30 , 0.0000 , 0.1440 , 0.0071 , 10666666.6667 , 3.0000 , 0.7462 , 0.7419 , 0.2556 , 0.0000 , 0.0000 , 0.0000 , 2.2214 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2882 , cls_30 , 0.0000 , 0.1140 , 0.0064 , 9047619.0476 , 2.3750 , 0.7925 , 0.6927 , 0.2976 , 0.0000 , 0.0000 , 0.0000 , 4.6157 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2888 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0534 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2890 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9561 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2894 , cls_30 , 0.0000 , 0.0660 , 0.0050 , 7333333.3333 , 1.5714 , 0.8812 , 0.7551 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 12.0295 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2896 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 16.9872 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2898 , cls_30 , 0.0000 , 0.2460 , 0.0121 , 4408602.1505 , 2.5625 , 0.7445 , 0.7098 , 0.6425 , 0.0000 , 0.0000 , 0.0000 , 19.1127 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2900 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.5225 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2913 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5727 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2915 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9629 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2921 , cls_30 , 0.0000 , 0.0540 , 0.0039 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.8155 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2932 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0710 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2936 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.9683 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2937 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.2520 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2943 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7986 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2945 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.9303 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2946 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 4.5667 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2948 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7655 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2949 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5811 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2952 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.7310 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2955 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 14.4727 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2956 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6420 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2958 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.8697 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2962 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.9727 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2965 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.8303 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2968 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9112 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2969 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5924 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2978 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.2226 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2979 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6742 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2980 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.8977 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2985 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9105 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2986 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4121 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2987 , cls_30 , 0.0000 , 0.0540 , 0.0047 , 5454545.4545 , 1.2857 , 0.9338 , 0.6888 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 4.0712 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2994 , cls_30 , 0.0000 , 0.0660 , 0.0047 , 10476190.4762 , 1.8333 , 0.8487 , 0.7591 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 2.7988 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2995 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7250 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2997 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0492 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3001 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 10.2565 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3002 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 24.4691 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3006 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.7161 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3008 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2640 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3010 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4190 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3011 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7700 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3014 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 1.8760 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3020 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.6772 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3021 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7476 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3022 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9053 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3023 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.9810 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3024 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6206 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3026 , cls_30 , 0.0000 , 0.0840 , 0.0057 , 4912280.7018 , 1.5556 , 0.8908 , 0.5348 , 0.5965 , 0.0000 , 0.0000 , 0.0000 , 3.4503 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3027 , cls_30 , 0.0000 , 0.1860 , 0.0097 , 5040650.4065 , 2.3846 , 0.7763 , 0.7178 , 0.5854 , 0.0000 , 0.0000 , 0.0000 , 7.1583 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3028 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 8.1665 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3032 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.9960 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3033 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.7180 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3041 , cls_30 , 0.0000 , 0.0600 , 0.0041 , 8333333.3333 , 1.6667 , 0.8805 , 0.4907 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 4.1166 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3045 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0625 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3047 , cls_30 , 0.0000 , 0.0660 , 0.0052 , 9166666.6667 , 1.8333 , 0.8606 , 0.8330 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 16.2147 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3050 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.4148 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3059 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9880 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3062 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.2849 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3065 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.3314 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3073 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3003 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3085 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 8888888.8889 , 1.6000 , 0.9002 , 0.7062 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 2.8111 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3087 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5280 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3104 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4488 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3109 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6727 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3112 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5785 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3115 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.7698 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3119 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 7.7018 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3130 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.3529 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3131 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.1995 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3133 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.0682 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3136 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.5085 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3143 , cls_30 , 0.0000 , 0.2820 , 0.0159 , 4017094.0171 , 2.6111 , 0.7305 , 0.7753 , 0.6688 , 0.0000 , 0.0000 , 0.0000 , 13.0598 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3144 , cls_30 , 0.0000 , 0.2760 , 0.0130 , 5679012.3457 , 3.0667 , 0.7009 , 0.7693 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 5.1137 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3147 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3803 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3149 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5442 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3151 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0771 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3152 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0069 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3159 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0680 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3162 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.3898 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3173 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 4.5767 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3176 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6943 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3185 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6081 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3187 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6922 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3190 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.4156 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3197 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9028 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3203 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4249 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3211 , cls_30 , 0.0000 , 0.1020 , 0.0072 , 6296296.2963 , 1.8889 , 0.8408 , 0.6903 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.3170 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3216 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.0058 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3218 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 13333333.3333 , 2.0000 , 0.8392 , 0.8011 , 0.1333 , 0.0000 , 0.0000 , 0.0000 , 9.7690 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3219 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2047 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3220 , cls_30 , 0.0000 , 0.1200 , 0.0072 , 6060606.0606 , 2.0000 , 0.8224 , 0.7521 , 0.5379 , 0.0000 , 0.0000 , 0.0000 , 7.4150 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3221 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.2176 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3222 , cls_30 , 0.0000 , 0.0720 , 0.0053 , 6666666.6667 , 1.7143 , 0.8797 , 0.6180 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 7.2918 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3225 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3836 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3228 , cls_30 , 0.0000 , 0.0780 , 0.0064 , 8666666.6667 , 1.8571 , 0.8453 , 0.8408 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 6.0298 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3234 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.8186 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3240 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.9952 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3242 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.5629 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3243 , cls_30 , 0.0000 , 0.0600 , 0.0048 , 9523809.5238 , 1.6667 , 0.8684 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 2.3274 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3244 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.8546 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3248 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4281 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3249 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9088 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3252 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.0944 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3255 , cls_30 , 0.0000 , 0.0540 , 0.0042 , 6666666.6667 , 1.5000 , 0.9139 , 0.7135 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.6298 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3256 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5692 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3270 , cls_30 , 0.0000 , 0.0780 , 0.0056 , 9629629.6296 , 2.1667 , 0.8359 , 0.7838 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 9.0370 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3274 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 13.3466 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3278 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.6278 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3281 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.5258 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3287 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.5943 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3291 , cls_30 , 0.0000 , 0.1380 , 0.0082 , 7301587.3016 , 2.3000 , 0.7854 , 0.7943 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 5.2031 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3293 , cls_30 , 0.0000 , 0.0660 , 0.0045 , 7333333.3333 , 1.5714 , 0.8812 , 0.6021 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 3.7939 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3302 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.7893 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3305 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1392 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3309 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.0114 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3313 , cls_30 , 0.0000 , 0.1320 , 0.0080 , 7719298.2456 , 2.4444 , 0.7866 , 0.7282 , 0.3684 , 0.0000 , 0.0000 , 0.0000 , 9.6866 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3315 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.4986 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3317 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3591 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3320 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4576 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3321 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2303 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3323 , cls_30 , 0.0000 , 0.0780 , 0.0058 , 7222222.2222 , 1.8571 , 0.8622 , 0.8283 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.9701 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3324 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.1594 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3325 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.0046 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3328 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 9.9404 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3335 , cls_30 , 0.0000 , 0.0540 , 0.0049 , 10000000.0000 , 1.8000 , 0.8762 , 0.8302 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.5132 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3344 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.7850 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3346 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.1837 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3347 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 8333333.3333 , 1.6667 , 0.8805 , 0.7004 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 7.1730 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3349 , cls_30 , 0.0000 , 0.0600 , 0.0046 , 6666666.6667 , 1.4286 , 0.9016 , 0.6894 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 5.2938 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3350 , cls_30 , 0.0000 , 0.1500 , 0.0093 , 5555555.5556 , 2.2727 , 0.7992 , 0.6944 , 0.5611 , 0.0000 , 0.0000 , 0.0000 , 4.4635 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3351 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9878 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3353 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5271 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3355 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 6666666.6667 , 1.3333 , 0.9273 , 0.6082 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 9.2311 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3360 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.2163 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3361 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 1.6619 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3365 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4622 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3369 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3473 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3370 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3871 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3371 , cls_30 , 0.0000 , 0.0540 , 0.0046 , 10000000.0000 , 1.8000 , 0.8762 , 0.7613 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.6011 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3372 , cls_30 , 0.0000 , 0.0660 , 0.0041 , 10476190.4762 , 1.8333 , 0.8487 , 0.6927 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 4.5824 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3377 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4694 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3378 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6234 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3382 , cls_30 , 0.0000 , 0.0540 , 0.0040 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.7763 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3384 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6047 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3386 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9506 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3392 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7711 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3393 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.8649 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3394 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 18.3324 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3396 , cls_30 , 0.0000 , 0.2640 , 0.0133 , 5534591.1950 , 2.9333 , 0.7108 , 0.7735 , 0.5503 , 0.0000 , 0.0000 , 0.0000 , 18.6535 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3397 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9426 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3406 , cls_30 , 0.0000 , 0.0960 , 0.0065 , 8205128.2051 , 2.0000 , 0.8239 , 0.6877 , 0.3205 , 0.0000 , 0.0000 , 0.0000 , 1.5414 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3407 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 3.5739 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3410 , cls_30 , 0.0000 , 0.0600 , 0.0057 , 11111111.1111 , 2.0000 , 0.8548 , 0.8472 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 2.6119 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3411 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8931 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3414 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8718 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3415 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.8332 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3416 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.2352 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3417 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 10.5344 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3418 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1536 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3420 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.9829 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3422 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 12000000.0000 , 1.8000 , 0.8603 , 0.8447 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7294 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3423 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 5.0180 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3427 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 8333333.3333 , 1.6667 , 0.8805 , 0.7004 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 7.5527 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3428 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.8136 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3431 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.4079 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3442 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9830 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3448 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.3286 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3450 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.5701 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3456 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6736 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3458 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.6911 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3459 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 7.5623 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3460 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9472 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3464 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.8645 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3470 , cls_30 , 0.0000 , 0.0480 , 0.0048 , 7619047.6190 , 1.3333 , 0.9145 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 4.0815 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3471 , cls_30 , 0.0000 , 0.0600 , 0.0040 , 7407407.4074 , 1.6667 , 0.8916 , 0.6630 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.8849 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3479 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.6204 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3485 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1940 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3497 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8127 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3500 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.5427 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3503 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.8121 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3506 , cls_30 , 0.0000 , 0.0540 , 0.0036 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.1723 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3511 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2723 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3513 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.4295 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3517 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9151 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3524 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7612 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3526 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5502 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3529 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8466 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3538 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3646 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3539 , cls_30 , 0.0000 , 0.0600 , 0.0045 , 11111111.1111 , 2.0000 , 0.8548 , 0.7613 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.0628 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3542 , cls_30 , 0.0000 , 0.1560 , 0.0096 , 5777777.7778 , 2.3636 , 0.7896 , 0.7419 , 0.5278 , 0.0000 , 0.0000 , 0.0000 , 4.6317 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3546 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 16.2664 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3548 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.4845 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3552 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.6235 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3557 , cls_30 , 0.0000 , 0.1020 , 0.0067 , 5666666.6667 , 1.8889 , 0.8510 , 0.7004 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 12.0258 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3558 , cls_30 , 0.0000 , 0.0480 , 0.0042 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.3727 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3561 , cls_30 , 0.0000 , 0.0840 , 0.0047 , 8484848.4848 , 2.0000 , 0.8380 , 0.6498 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 2.3752 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3564 , cls_30 , 0.0000 , 0.0660 , 0.0055 , 9166666.6667 , 1.8333 , 0.8606 , 0.8078 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.5110 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3565 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 6666666.6667 , 1.3333 , 0.9273 , 0.6817 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 6.0218 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3568 , cls_30 , 0.0000 , 0.1140 , 0.0086 , 6666666.6667 , 2.1111 , 0.8204 , 0.8221 , 0.4474 , 0.0000 , 0.0000 , 0.0000 , 4.5981 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3573 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.0939 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3574 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.8520 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3575 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.0695 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3579 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8867 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3581 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4094 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3585 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.6380 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3589 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.7403 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3590 , cls_30 , 0.0000 , 0.2580 , 0.0137 , 6991869.9187 , 3.3077 , 0.6935 , 0.8115 , 0.4593 , 0.0000 , 0.0000 , 0.0000 , 21.2907 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3592 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9063 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3593 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.5780 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3595 , cls_30 , 0.0000 , 0.0360 , 0.0024 , 8000000.0000 , 1.2000 , 0.9413 , 0.3634 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 3.2804 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3603 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.3491 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3604 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.2939 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3609 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1494 , 0.0339 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3620 , cls_30 , 0.0000 , 0.0600 , 0.0041 , 8333333.3333 , 1.6667 , 0.8805 , 0.6082 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 10.7376 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3624 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.6776 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3625 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4302 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3626 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0220 , 0.0421 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3628 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 2.3711 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3631 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.8759 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3635 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2526 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3644 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3008 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3646 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8101 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3658 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.4034 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3661 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1688 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3663 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5941 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3664 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.6388 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3668 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.1009 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3671 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6088 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3674 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 2.1685 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3676 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.7738 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3684 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9016 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3689 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2510 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3695 , cls_30 , 0.0000 , 0.1020 , 0.0090 , 5151515.1515 , 1.7000 , 0.8606 , 0.8081 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 6.0055 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3698 , cls_30 , 0.0000 , 0.0720 , 0.0051 , 7272727.2727 , 1.7143 , 0.8714 , 0.7199 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 3.5281 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3702 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1178 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3708 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.0081 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3710 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.3702 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3713 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7951 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3716 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.7295 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3717 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9837 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3718 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 8.0951 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3722 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5640 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3731 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6016 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3732 , cls_30 , 0.0000 , 0.1260 , 0.0091 , 7000000.0000 , 2.3333 , 0.8020 , 0.7823 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.7197 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3733 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 13.8068 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3736 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 12.0969 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3740 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5374 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3742 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.5481 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3745 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.5005 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3748 , cls_30 , 0.0000 , 0.1320 , 0.0091 , 7333333.3333 , 2.4444 , 0.7912 , 0.7805 , 0.4250 , 0.0000 , 0.0000 , 0.0000 , 9.7550 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3754 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9368 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3758 , cls_30 , 0.0000 , 0.1620 , 0.0079 , 5806451.6129 , 2.2500 , 0.7836 , 0.6092 , 0.5323 , 0.0000 , 0.0000 , 0.0000 , 8.3602 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3759 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8168 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3769 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.6888 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3777 , cls_30 , 0.0000 , 0.0540 , 0.0047 , 10000000.0000 , 1.8000 , 0.8762 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.1500 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3779 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3840 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3782 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.8741 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3785 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.4743 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3789 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.3139 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3791 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.6007 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3792 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.3128 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3795 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.3468 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3799 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.1402 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3802 , cls_30 , 0.0000 , 0.0900 , 0.0053 , 7692307.6923 , 1.8750 , 0.8382 , 0.6817 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 3.3605 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3804 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.9225 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3806 , cls_30 , 0.0000 , 0.0540 , 0.0039 , 12000000.0000 , 1.8000 , 0.8603 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2972 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3811 , cls_30 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 2.9985 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3816 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.0876 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3817 , cls_30 , 0.0000 , 0.1200 , 0.0076 , 5128205.1282 , 1.8182 , 0.8389 , 0.7070 , 0.5769 , 0.0000 , 0.0000 , 0.0000 , 27.2846 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3822 , cls_30 , 0.0000 , 0.1260 , 0.0067 , 7000000.0000 , 2.3333 , 0.8020 , 0.5825 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.3978 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3824 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.3677 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3826 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.4828 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3829 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.3595 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3832 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8531 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3835 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7966 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3838 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 8333333.3333 , 1.6667 , 0.8805 , 0.7453 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 1.8696 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3840 , cls_30 , 0.0000 , 0.0540 , 0.0047 , 8571428.5714 , 1.5000 , 0.8902 , 0.8019 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 5.8587 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3842 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4496 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3847 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.3278 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3850 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7308 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3851 , cls_30 , 0.0000 , 0.0780 , 0.0052 , 5777777.7778 , 1.6250 , 0.8838 , 0.5225 , 0.5444 , 0.0000 , 0.0000 , 0.0000 , 5.9956 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3852 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.3918 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3856 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.2066 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3857 , cls_30 , 0.0000 , 0.1080 , 0.0069 , 10909090.9091 , 2.5714 , 0.7835 , 0.8107 , 0.2424 , 0.0000 , 0.0000 , 0.0000 , 4.2036 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3861 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7318 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3866 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 12.0963 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3867 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 13.8775 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3868 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.7567 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3869 , cls_30 , 0.0000 , 0.0840 , 0.0061 , 5833333.3333 , 1.7500 , 0.8735 , 0.7711 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 13.4784 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3878 , cls_30 , 0.0000 , 0.0480 , 0.0030 , 13333333.3333 , 2.0000 , 0.8645 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9805 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3879 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.8448 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3891 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.7427 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3894 , cls_30 , 0.0000 , 0.2220 , 0.0118 , 5873015.8730 , 2.8462 , 0.7338 , 0.7982 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 6.9061 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3897 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6683 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3901 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8420 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3902 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1550 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3904 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.3883 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3906 , cls_30 , 0.0000 , 0.1680 , 0.0105 , 7179487.1795 , 2.5455 , 0.7584 , 0.7981 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 8.9766 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3912 , cls_30 , 0.0000 , 0.4200 , 0.0255 , 4666666.6667 , 3.5000 , 0.6427 , 0.8848 , 0.6167 , 0.0000 , 0.0000 , 0.0000 , 7.4324 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3913 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 23.4345 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3919 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6647 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3924 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1355 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3926 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 12000000.0000 , 1.8000 , 0.8603 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3877 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3930 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2784 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3931 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7968 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3933 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.6590 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3935 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.6467 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3939 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.3402 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3941 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9436 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3944 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 8333333.3333 , 1.6667 , 0.8805 , 0.7004 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 4.6124 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3946 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.9931 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3953 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.3914 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3955 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.2068 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3957 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1051 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3958 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.2838 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3965 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.9794 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3967 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.2884 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3972 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7365 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3973 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2371 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3983 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2857 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3986 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 3.7826 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3990 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9044 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3993 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3242 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3995 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 14.2824 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4002 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.1821 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4004 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.2520 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4005 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6099 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4010 , cls_30 , 0.0000 , 0.1260 , 0.0072 , 6086956.5217 , 2.1000 , 0.8152 , 0.6555 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.7419 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4011 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 4.7609 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4012 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 3.9091 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4013 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7970 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4015 , cls_30 , 0.0000 , 0.4980 , 0.0225 , 6014492.7536 , 4.1500 , 0.5872 , 0.8940 , 0.5036 , 0.0000 , 0.0000 , 0.0000 , 20.1562 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4019 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.0401 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4020 , cls_30 , 0.0000 , 0.0540 , 0.0042 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 5.6138 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4022 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7515 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4024 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 5.3214 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4026 , cls_30 , 0.0000 , 0.0780 , 0.0058 , 9629629.6296 , 2.1667 , 0.8359 , 0.8121 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 3.8448 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4032 , cls_30 , 0.0000 , 0.1080 , 0.0066 , 8571428.5714 , 2.2500 , 0.8045 , 0.7772 , 0.3452 , 0.0000 , 0.0000 , 0.0000 , 4.6166 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4037 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6949 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4041 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.3354 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4044 , cls_30 , 0.0000 , 0.0900 , 0.0068 , 6666666.6667 , 1.8750 , 0.8517 , 0.7753 , 0.4556 , 0.0000 , 0.0000 , 0.0000 , 9.4592 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4047 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.8405 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4060 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 11.8026 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4069 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.7437 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4070 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2950 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4075 , cls_30 , 0.0000 , 0.0600 , 0.0053 , 6060606.0606 , 1.4286 , 0.9110 , 0.6498 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 5.2206 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4077 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 3.3133 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4089 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.2152 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4090 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1294 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4091 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6266 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4096 , cls_30 , 0.0000 , 0.0720 , 0.0062 , 6153846.1538 , 1.5000 , 0.8875 , 0.8053 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 6.2016 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4099 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8345 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4103 , cls_30 , 0.0000 , 0.1560 , 0.0104 , 6666666.6667 , 2.3636 , 0.7761 , 0.8294 , 0.4808 , 0.0000 , 0.0000 , 0.0000 , 8.0920 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4108 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.8811 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4111 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3540 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4114 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.8002 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4116 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1640 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4123 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.1916 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4128 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.0194 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4129 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.6984 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4132 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.4239 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4136 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.6124 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4141 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4341 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.5189 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4143 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1318 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4144 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.4976 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4145 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.9230 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4146 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.6242 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4150 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.7540 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4158 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.0909 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4160 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8923 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4162 , cls_30 , 0.0000 , 0.0360 , 0.0024 , 8000000.0000 , 1.2000 , 0.9413 , 0.3634 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 5.5115 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4163 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 5925925.9259 , 1.3333 , 0.9389 , 0.4270 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 2.4297 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4164 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8112 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4165 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8768 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4168 , cls_30 , 0.0000 , 0.0540 , 0.0040 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 6.2075 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4171 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.7579 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4173 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.9004 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4175 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.5398 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4176 , cls_30 , 0.0000 , 0.2520 , 0.0146 , 8235294.1176 , 3.5000 , 0.6833 , 0.9007 , 0.3529 , 0.0000 , 0.0000 , 0.0000 , 5.9576 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4179 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.8724 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4186 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.5788 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4190 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8139 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4191 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 7.0701 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4192 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.1417 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4193 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8734 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4196 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 7.7393 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4203 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.0387 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4205 , cls_30 , 0.0000 , 0.0780 , 0.0053 , 7878787.8788 , 1.8571 , 0.8541 , 0.6584 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 6.7772 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4207 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2650 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4208 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7724 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4218 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 21.2966 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4229 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9679 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4232 , cls_30 , 0.0000 , 0.0540 , 0.0051 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 8.7869 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4239 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0404 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4241 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3927 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4242 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1477 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4244 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.2444 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4249 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 8.2798 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4252 , cls_30 , 0.0000 , 0.0720 , 0.0057 , 5714285.7143 , 1.5000 , 0.8948 , 0.7558 , 0.5357 , 0.0000 , 0.0000 , 0.0000 , 16.0579 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4254 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.6758 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4258 , cls_30 , 0.0000 , 0.1020 , 0.0063 , 7083333.3333 , 2.1250 , 0.8296 , 0.7603 , 0.4688 , 0.0000 , 0.0000 , 0.0000 , 15.5526 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4259 , cls_30 , 0.0000 , 0.0840 , 0.0064 , 4666666.6667 , 1.5556 , 0.8961 , 0.6559 , 0.6083 , 0.0000 , 0.0000 , 0.0000 , 4.3444 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4261 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2962 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4264 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1198 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4272 , cls_30 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 13.7190 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4282 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5685 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4290 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0020 , 0.0351 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4295 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9380 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4298 , cls_30 , 0.0000 , 0.1500 , 0.0073 , 5952380.9524 , 2.2727 , 0.7925 , 0.5182 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 7.4156 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4299 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 6.4018 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4300 , cls_30 , 0.0000 , 0.1740 , 0.0094 , 6904761.9048 , 2.6364 , 0.7567 , 0.7903 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 26.1959 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4301 , cls_30 , 0.0000 , 0.1140 , 0.0061 , 6333333.3333 , 2.1111 , 0.8252 , 0.6082 , 0.5250 , 0.0000 , 0.0000 , 0.0000 , 21.0819 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4305 , cls_30 , 0.0000 , 0.4320 , 0.0177 , 6000000.0000 , 4.0000 , 0.6151 , 0.8161 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 4.9794 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4313 , cls_30 , 0.0000 , 0.1500 , 0.0070 , 6944444.4444 , 2.5000 , 0.7780 , 0.6850 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 8.0623 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4318 , cls_30 , 0.0000 , 0.0540 , 0.0046 , 10000000.0000 , 1.8000 , 0.8762 , 0.7613 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.8889 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4319 , cls_30 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 2.2533 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4326 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.8332 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4330 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.8872 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4335 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9232 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4338 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.9617 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4350 , cls_30 , 0.0000 , 0.3660 , 0.0148 , 6455026.4550 , 3.8125 , 0.6398 , 0.7849 , 0.5026 , 0.0000 , 0.0000 , 0.0000 , 14.3006 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4351 , cls_30 , 0.0000 , 0.1020 , 0.0075 , 7083333.3333 , 2.1250 , 0.8296 , 0.8078 , 0.4479 , 0.0000 , 0.0000 , 0.0000 , 6.6690 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4371 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.4670 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4376 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0736 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4390 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7422 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4391 , cls_30 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.5080 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4393 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.9354 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4403 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 6.3247 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4405 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 5.1456 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4407 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2489 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4409 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.0766 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4410 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.5971 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4418 , cls_30 , 0.0000 , 0.3120 , 0.0142 , 7878787.8788 , 3.7143 , 0.6513 , 0.7853 , 0.3712 , 0.0000 , 0.0000 , 0.0000 , 7.1348 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4425 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4349 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4428 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.3257 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4429 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1755 , 0.0351 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4430 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.7755 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4434 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.4909 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4446 , cls_30 , 0.0000 , 0.0600 , 0.0055 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 8.5029 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4447 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2970 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4451 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3822 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4453 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 5454545.4545 , 1.2857 , 0.9338 , 0.5170 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 2.2655 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4454 , cls_30 , 0.0000 , 0.0720 , 0.0060 , 7272727.2727 , 1.7143 , 0.8714 , 0.7199 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 2.9098 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4457 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 5.8493 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4460 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8579 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4473 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 5.0292 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4481 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0400 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4485 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4953 , 0.0295 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4486 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.4474 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4490 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.9971 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4491 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3978 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4492 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.7062 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 4.6373 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4498 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6311 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4515 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 3.9102 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4520 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.6272 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4521 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3013 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4522 , cls_30 , 0.0000 , 0.0900 , 0.0073 , 7692307.6923 , 1.8750 , 0.8382 , 0.7701 , 0.3590 , 0.0000 , 0.0000 , 0.0000 , 13.9666 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4530 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.2698 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4533 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.9932 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4545 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9188 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4552 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7765 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4557 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5101 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4559 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4151 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4563 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6024 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4567 , cls_30 , 0.0000 , 0.0540 , 0.0046 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.1799 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4579 , cls_30 , 0.0000 , 0.0960 , 0.0067 , 8888888.8889 , 2.2857 , 0.8167 , 0.8283 , 0.3194 , 0.0000 , 0.0000 , 0.0000 , 3.9301 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4584 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2395 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4585 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.5025 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4591 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1633 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4599 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 3.2218 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4606 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0719 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4607 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 3.9871 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4611 , cls_30 , 0.0000 , 0.0720 , 0.0059 , 11428571.4286 , 2.0000 , 0.8307 , 0.7772 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 3.5317 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4615 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9059 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4616 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9147 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4621 , cls_30 , 0.0000 , 0.0540 , 0.0038 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 4.9667 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4624 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.3653 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4634 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1040 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4639 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.8385 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4640 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.4951 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4645 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3184 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4651 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0507 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4653 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.0384 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4654 , cls_30 , 0.0000 , 0.0540 , 0.0051 , 6666666.6667 , 1.5000 , 0.9139 , 0.7838 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 3.9090 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4656 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6237 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4659 , cls_30 , 0.0000 , 0.2280 , 0.0129 , 6031746.0317 , 2.9231 , 0.7270 , 0.8692 , 0.4921 , 0.0000 , 0.0000 , 0.0000 , 7.2086 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4660 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.9238 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4671 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 4.4220 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4677 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8030 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4689 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.2243 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4691 , cls_30 , 0.0000 , 0.1680 , 0.0082 , 6222222.2222 , 2.5455 , 0.7716 , 0.6396 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 19.7656 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4696 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4838 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4697 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8895 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4698 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.6346 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4699 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6641 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4700 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2118 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4701 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.3660 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4707 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.5707 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4710 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.4676 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4717 , cls_30 , 0.0000 , 0.0780 , 0.0051 , 6666666.6667 , 1.6250 , 0.8698 , 0.6689 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 4.1316 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4718 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9919 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4719 , cls_30 , 0.0000 , 0.0720 , 0.0053 , 8000000.0000 , 1.7143 , 0.8625 , 0.7598 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 4.8322 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4724 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9065 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4729 , cls_30 , 0.0000 , 0.1140 , 0.0080 , 8444444.4444 , 2.3750 , 0.7986 , 0.7753 , 0.3111 , 0.0000 , 0.0000 , 0.0000 , 14.1481 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4733 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8338 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4749 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4240 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4765 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.9999 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4766 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.9752 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4772 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.5821 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4776 , cls_30 , 0.0000 , 0.0960 , 0.0090 , 5614035.0877 , 1.7778 , 0.8600 , 0.8221 , 0.5175 , 0.0000 , 0.0000 , 0.0000 , 7.3544 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4781 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9771 , 0.0362 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4783 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.0082 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4787 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4435 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4791 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.5349 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4794 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 8333333.3333 , 1.6667 , 0.8805 , 0.7004 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 4.4240 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4796 , cls_30 , 0.0000 , 0.1860 , 0.0093 , 5299145.2991 , 2.3846 , 0.7714 , 0.6599 , 0.5726 , 0.0000 , 0.0000 , 0.0000 , 8.1697 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4799 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.7778 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4805 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5744 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4807 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.1004 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4819 , cls_30 , 0.0000 , 0.0660 , 0.0044 , 7333333.3333 , 1.5714 , 0.8812 , 0.6255 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.6834 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4825 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4566 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4831 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9391 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4832 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9074 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4837 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.9004 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4839 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.5250 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4841 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.8415 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4845 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9935 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4848 , cls_30 , 0.0000 , 0.0600 , 0.0052 , 5555555.5556 , 1.4286 , 0.9196 , 0.7062 , 0.5278 , 0.0000 , 0.0000 , 0.0000 , 7.9286 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4850 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6835 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4855 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.9376 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4856 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 11111111.1111 , 2.0000 , 0.8548 , 0.6944 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 8.1121 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4857 , cls_30 , 0.0000 , 0.0540 , 0.0046 , 8571428.5714 , 1.5000 , 0.8902 , 0.7826 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 5.3773 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4858 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.1350 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4860 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.3008 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4862 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.9948 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4872 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.1577 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4884 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4254 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4885 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4541 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4891 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6254 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4905 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7250 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4910 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.3515 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4913 , cls_30 , 0.0000 , 0.1080 , 0.0068 , 7500000.0000 , 2.2500 , 0.8166 , 0.7453 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 8.4650 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4916 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 5000000.0000 , 1.2857 , 0.9427 , 0.4731 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 3.0736 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4919 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.1919 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4923 , cls_30 , 0.0000 , 0.3300 , 0.0128 , 7801418.4397 , 3.9286 , 0.6424 , 0.7606 , 0.3936 , 0.0000 , 0.0000 , 0.0000 , 8.0493 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4927 , cls_30 , 0.0000 , 0.0540 , 0.0039 , 6000000.0000 , 1.2857 , 0.9243 , 0.6021 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 4.7411 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4928 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.0972 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4933 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.8286 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4937 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.0927 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4942 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 12.8774 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4944 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7890 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4952 , cls_30 , 0.0000 , 0.0660 , 0.0053 , 10476190.4762 , 1.8333 , 0.8487 , 0.8019 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 4.0046 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4954 , cls_30 , 0.0000 , 0.0600 , 0.0039 , 11111111.1111 , 2.0000 , 0.8548 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.3249 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4965 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.9879 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4968 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 10.2164 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4969 , cls_30 , 0.0000 , 0.1200 , 0.0069 , 11111111.1111 , 2.8571 , 0.7679 , 0.8090 , 0.2639 , 0.0000 , 0.0000 , 0.0000 , 5.0175 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4971 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3485 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4973 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8898 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4975 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3792 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4989 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 3.9903 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4999 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2134 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5001 , cls_30 , 0.0000 , 0.2400 , 0.0108 , 5925925.9259 , 2.8571 , 0.7203 , 0.7163 , 0.5407 , 0.0000 , 0.0000 , 0.0000 , 7.4301 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5004 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1793 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5005 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8251 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5006 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8859 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5008 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3017 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5009 , cls_30 , 0.0000 , 0.0540 , 0.0053 , 6000000.0000 , 1.2857 , 0.9243 , 0.7598 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 7.7667 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5010 , cls_30 , 0.0000 , 0.0720 , 0.0055 , 6153846.1538 , 1.5000 , 0.8875 , 0.6322 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.9476 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5014 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.9008 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5016 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.7889 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5022 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4903 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5024 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1829 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5029 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.1586 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5033 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.2340 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5044 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.4220 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5049 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4229 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5050 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.4234 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5056 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.8164 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5062 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 3.9170 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5064 , cls_30 , 0.0000 , 0.0600 , 0.0047 , 6060606.0606 , 1.4286 , 0.9110 , 0.6498 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.7627 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5066 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.7423 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5077 , cls_30 , 0.0000 , 0.0480 , 0.0042 , 13333333.3333 , 2.0000 , 0.8645 , 0.8408 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 1.3160 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5082 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0756 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5084 , cls_30 , 0.0000 , 0.0660 , 0.0050 , 8148148.1481 , 1.8333 , 0.8713 , 0.8121 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 4.2946 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5090 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2598 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5091 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 8571428.5714 , 1.5000 , 0.8902 , 0.6927 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.9238 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5092 , cls_30 , 0.0000 , 0.0780 , 0.0065 , 5098039.2157 , 1.4444 , 0.8964 , 0.7075 , 0.5588 , 0.0000 , 0.0000 , 0.0000 , 3.6965 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5095 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.9242 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5099 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3604 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5114 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.8514 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5117 , cls_30 , 0.0000 , 0.1200 , 0.0078 , 8333333.3333 , 2.5000 , 0.7928 , 0.8370 , 0.3438 , 0.0000 , 0.0000 , 0.0000 , 6.6060 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5129 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.2227 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5132 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7684 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5135 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.2629 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5138 , cls_30 , 0.0000 , 0.0720 , 0.0056 , 8888888.8889 , 2.0000 , 0.8529 , 0.7708 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 3.6530 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5142 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6004 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5148 , cls_30 , 0.0000 , 0.0720 , 0.0047 , 7272727.2727 , 1.7143 , 0.8714 , 0.6498 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 12.3031 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5150 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 8.4953 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5163 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 6666666.6667 , 1.3333 , 0.9273 , 0.4907 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 2.8655 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5164 , cls_30 , 0.0000 , 0.1080 , 0.0079 , 8571428.5714 , 2.2500 , 0.8045 , 0.7903 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 2.5520 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5166 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.4555 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5175 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.8290 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5180 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8680 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5181 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 14.3211 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5183 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 9.1546 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5186 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.3916 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5188 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 12.7401 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5190 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.3328 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5192 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 5.4770 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5199 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.5847 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5200 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3987 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5201 , cls_30 , 0.0000 , 0.0720 , 0.0056 , 10000000.0000 , 2.0000 , 0.8423 , 0.8244 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.0004 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5204 , cls_30 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.8116 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5206 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 10666666.6667 , 1.6000 , 0.8838 , 0.6463 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 4.5007 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5209 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3578 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5210 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7576 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5216 , cls_30 , 0.0000 , 0.1860 , 0.0097 , 6666666.6667 , 2.5833 , 0.7498 , 0.7965 , 0.4677 , 0.0000 , 0.0000 , 0.0000 , 8.9821 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5224 , cls_30 , 0.0000 , 0.0900 , 0.0062 , 9090909.0909 , 2.1429 , 0.8230 , 0.7845 , 0.3030 , 0.0000 , 0.0000 , 0.0000 , 3.0336 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5226 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.8508 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5227 , cls_30 , 0.0000 , 0.0840 , 0.0055 , 10370370.3704 , 2.3333 , 0.8201 , 0.7453 , 0.2407 , 0.0000 , 0.0000 , 0.0000 , 15.6866 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5229 , cls_30 , 0.0000 , 0.0540 , 0.0037 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.6431 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5234 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4481 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5237 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2161 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5240 , cls_30 , 0.0000 , 0.1860 , 0.0105 , 6458333.3333 , 2.5833 , 0.7527 , 0.7900 , 0.4688 , 0.0000 , 0.0000 , 0.0000 , 6.1580 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5242 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 5.6924 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5244 , cls_30 , 0.0000 , 0.3000 , 0.0124 , 5376344.0860 , 3.1250 , 0.6916 , 0.7533 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 5.9906 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5246 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 8.8550 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5256 , cls_30 , 0.0000 , 0.0780 , 0.0053 , 7222222.2222 , 1.8571 , 0.8622 , 0.6273 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.3987 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5258 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9939 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5259 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1361 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5260 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4683 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5261 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.7626 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5266 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 8.9579 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5270 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8378 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5273 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 16.0745 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5274 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.8163 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5276 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.2311 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5279 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.9262 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5282 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3804 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5283 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.5334 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5288 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.2917 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5291 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3959 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5293 , cls_30 , 0.0000 , 0.0960 , 0.0080 , 7619047.6190 , 2.0000 , 0.8307 , 0.8365 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 8.0471 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5295 , cls_30 , 0.0000 , 0.0600 , 0.0038 , 9523809.5238 , 1.6667 , 0.8684 , 0.6435 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 6.2188 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5307 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.9608 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5312 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 19.5646 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5314 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.8190 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5316 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 10000000.0000 , 1.8000 , 0.8762 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.2158 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5325 , cls_30 , 0.0000 , 0.0660 , 0.0052 , 4583333.3333 , 1.3750 , 0.9280 , 0.6488 , 0.6146 , 0.0000 , 0.0000 , 0.0000 , 2.3603 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5327 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.0263 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5329 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6966 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5347 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.7358 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5351 , cls_30 , 0.0000 , 0.1140 , 0.0071 , 7037037.0370 , 2.1111 , 0.8153 , 0.6243 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.5887 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5354 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.9805 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5355 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 3.5948 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5370 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1150 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5381 , cls_30 , 0.0000 , 0.0660 , 0.0044 , 7333333.3333 , 1.5714 , 0.8812 , 0.5609 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.8306 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5383 , cls_30 , 0.0000 , 0.1020 , 0.0075 , 5666666.6667 , 1.8889 , 0.8510 , 0.7139 , 0.5250 , 0.0000 , 0.0000 , 0.0000 , 5.5187 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5385 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.5766 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5389 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.5994 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5396 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2350 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5398 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3985 , 0.0285 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5399 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.7064 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5402 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.0922 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5403 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5543 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5413 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5800 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5415 , cls_30 , 0.0000 , 0.1020 , 0.0058 , 7555555.5556 , 2.1250 , 0.8236 , 0.7062 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.0587 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5418 , cls_30 , 0.0000 , 0.1380 , 0.0099 , 6133333.3333 , 2.3000 , 0.8017 , 0.7659 , 0.5067 , 0.0000 , 0.0000 , 0.0000 , 7.3718 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5419 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6180 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5423 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8808 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5425 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.3741 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5426 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.9633 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5430 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.3799 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5433 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2435 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5437 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.8045 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5443 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7019 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5448 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9602 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5449 , cls_30 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 6.9208 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5450 , cls_30 , 0.0000 , 0.0960 , 0.0078 , 9696969.6970 , 2.2857 , 0.8090 , 0.8679 , 0.2576 , 0.0000 , 0.0000 , 0.0000 , 5.8258 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5453 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.7101 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5465 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5744 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5466 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.9678 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5467 , cls_30 , 0.0000 , 0.1740 , 0.0115 , 8405797.1014 , 2.9000 , 0.7391 , 0.8738 , 0.3986 , 0.0000 , 0.0000 , 0.0000 , 5.4710 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5469 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6918 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5472 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.5605 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5473 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.4353 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5474 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1558 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5477 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0239 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5479 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.6778 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5482 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4720 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5486 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.6603 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5491 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.8988 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5493 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.4865 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5496 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.4230 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5505 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.2228 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5512 , cls_30 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 2.3893 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5513 , cls_30 , 0.0000 , 0.0900 , 0.0054 , 7692307.6923 , 1.8750 , 0.8382 , 0.7286 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 4.5419 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5520 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.4696 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5521 , cls_30 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.7062 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.1624 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5522 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.1590 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5524 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8590 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5526 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 6.0145 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5538 , cls_30 , 0.0000 , 0.0600 , 0.0047 , 9523809.5238 , 1.6667 , 0.8684 , 0.6927 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 1.4858 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5545 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1489 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5552 , cls_30 , 0.0000 , 0.0480 , 0.0047 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.3624 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5554 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4456 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5555 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.4448 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5556 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.1022 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5558 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2035 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5560 , cls_30 , 0.0000 , 0.1140 , 0.0079 , 6333333.3333 , 2.1111 , 0.8252 , 0.7805 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 5.6252 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5567 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.6195 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5573 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3325 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5580 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4465 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5583 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.0722 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5585 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.0674 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5598 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.5694 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5601 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5326 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5602 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2760 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5604 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7321 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5615 , cls_30 , 0.0000 , 0.0660 , 0.0049 , 10476190.4762 , 1.8333 , 0.8487 , 0.7826 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 4.8815 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5618 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.9640 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5620 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3013 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5623 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.9114 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5631 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.0266 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5634 , cls_30 , 0.0000 , 0.1020 , 0.0064 , 5964912.2807 , 1.8889 , 0.8460 , 0.6034 , 0.5263 , 0.0000 , 0.0000 , 0.0000 , 5.8897 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5638 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5328 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5640 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4408 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5642 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1639 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5651 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6868 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5655 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.1240 , 0.0488 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5663 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.1068 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5666 , cls_30 , 0.0000 , 0.1200 , 0.0065 , 6060606.0606 , 2.0000 , 0.8224 , 0.6498 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 6.7891 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5668 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1632 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5671 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.5062 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5672 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.3052 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5675 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.7399 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5681 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9325 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5682 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 4.9106 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5684 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.1713 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5685 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.5431 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5687 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9768 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5690 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.1832 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5692 , cls_30 , 0.0000 , 0.0420 , 0.0037 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.7443 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5695 , cls_30 , 0.0000 , 0.0600 , 0.0045 , 6666666.6667 , 1.4286 , 0.9016 , 0.6817 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 16.2333 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5698 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9376 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5699 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4070 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5704 , cls_30 , 0.0000 , 0.0660 , 0.0053 , 9166666.6667 , 1.8333 , 0.8606 , 0.8041 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.9818 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5707 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.2167 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5708 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6226 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5717 , cls_30 , 0.0000 , 0.0480 , 0.0044 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.9636 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5734 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.6025 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5740 , cls_30 , 0.0000 , 0.1380 , 0.0092 , 5111111.1111 , 2.0909 , 0.8195 , 0.7854 , 0.5778 , 0.0000 , 0.0000 , 0.0000 , 15.8054 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5743 , cls_30 , 0.0000 , 0.2280 , 0.0130 , 6495726.4957 , 2.9231 , 0.7203 , 0.8658 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 14.9417 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5747 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6088 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5748 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.9371 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5751 , cls_30 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.9225 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5752 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5869 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5753 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3685 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5755 , cls_30 , 0.0000 , 0.0660 , 0.0058 , 10476190.4762 , 1.8333 , 0.8487 , 0.8539 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 6.0160 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5756 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.2820 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5757 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 3.8907 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5758 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.3598 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5771 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 11.1872 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5773 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6809 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5777 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 3.2896 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5779 , cls_30 , 0.0000 , 0.0660 , 0.0050 , 5641025.6410 , 1.3750 , 0.9067 , 0.6817 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 4.5016 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5781 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0894 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5787 , cls_30 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.4704 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5788 , cls_30 , 0.0000 , 0.0900 , 0.0066 , 8333333.3333 , 2.1429 , 0.8309 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.4882 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5807 , cls_30 , 0.0000 , 0.0660 , 0.0051 , 6666666.6667 , 1.5714 , 0.8903 , 0.6584 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 4.2516 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5809 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7445 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5820 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 1.6916 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5822 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3763 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5838 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 18.7599 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5848 , cls_30 , 0.0000 , 0.0660 , 0.0055 , 5641025.6410 , 1.3750 , 0.9067 , 0.6689 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 1.4319 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5852 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 5.0511 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5861 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.5961 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5876 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.5631 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5878 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 9.3686 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5880 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0817 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5881 , cls_30 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.9445 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5883 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.5504 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5884 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.5292 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5886 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1025 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5888 , cls_30 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 2.5795 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5891 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.9322 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5897 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 10.2801 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5901 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.4323 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5907 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6552 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5908 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7591 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5913 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8831 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5916 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.0707 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5921 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2410 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5927 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6445 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5936 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9874 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5938 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2560 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5944 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1330 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5948 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.1337 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5951 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.9069 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5959 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7046 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5962 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 4.0301 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5963 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4123 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5965 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6365 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5966 , cls_30 , 0.0000 , 0.0540 , 0.0038 , 7500000.0000 , 1.5000 , 0.9026 , 0.4907 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.3850 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5969 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 5.0015 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5973 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3443 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5986 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.5199 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5994 , cls_30 , 0.0000 , 0.0600 , 0.0046 , 9523809.5238 , 1.6667 , 0.8684 , 0.7591 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 4.2834 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5995 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.1962 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6003 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8868 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6005 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.2232 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6006 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5734 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6020 , cls_30 , 0.0000 , 0.0540 , 0.0046 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.1012 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6021 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6236 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6022 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 6.4479 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6024 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4242 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6025 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.9087 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6027 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9705 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6036 , cls_30 , 0.0000 , 0.1740 , 0.0084 , 11372549.0196 , 3.2222 , 0.7137 , 0.7595 , 0.2353 , 0.0000 , 0.0000 , 0.0000 , 5.6616 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6037 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.4179 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6040 , cls_30 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.7057 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6042 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.8404 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6047 , cls_30 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 6.8482 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6055 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.6466 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6057 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5451 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6059 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4945 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6061 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6836 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6064 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.5536 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6065 , cls_30 , 0.0000 , 0.1140 , 0.0068 , 7916666.6667 , 2.3750 , 0.8044 , 0.7900 , 0.4063 , 0.0000 , 0.0000 , 0.0000 , 7.0092 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6067 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1835 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6068 , cls_30 , 0.0000 , 0.1080 , 0.0074 , 8571428.5714 , 2.2500 , 0.8045 , 0.7772 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 5.0566 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6072 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6332 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6075 , cls_30 , 0.0000 , 0.1920 , 0.0097 , 6881720.4301 , 2.6667 , 0.7420 , 0.7866 , 0.4624 , 0.0000 , 0.0000 , 0.0000 , 9.1397 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6084 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.0427 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6090 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4470 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6096 , cls_30 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 8.2508 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6100 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2544 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6108 , cls_30 , 0.0000 , 0.0780 , 0.0056 , 7222222.2222 , 1.8571 , 0.8622 , 0.7649 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 11.8978 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6119 , cls_30 , 0.0000 , 0.0600 , 0.0037 , 7407407.4074 , 1.6667 , 0.8916 , 0.4270 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 2.3431 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6125 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4358 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6129 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.6723 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6131 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.4336 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6132 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.7330 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6138 , cls_30 , 0.0000 , 0.1140 , 0.0091 , 6333333.3333 , 2.1111 , 0.8252 , 0.8141 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 8.1821 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6147 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4647 , 0.0339 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6167 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.1691 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6168 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.1460 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6170 , cls_30 , 0.0000 , 0.4020 , 0.0170 , 5654008.4388 , 3.7222 , 0.6339 , 0.8431 , 0.5359 , 0.0000 , 0.0000 , 0.0000 , 8.5204 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6177 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.5528 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6180 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.1490 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6182 , cls_30 , 0.0000 , 0.0720 , 0.0062 , 11428571.4286 , 2.0000 , 0.8307 , 0.8286 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 9.3552 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6185 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2388 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6187 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 9523809.5238 , 1.6667 , 0.8684 , 0.6927 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 3.3442 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6193 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5664 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6203 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.0666 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6206 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8650 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6208 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 5.3283 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6216 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 4.8839 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6219 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 24.0356 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6220 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 9.7207 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6223 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.0126 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6227 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2703 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6229 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 7.6004 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6232 , cls_30 , 0.0000 , 0.0480 , 0.0044 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 5.0473 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6235 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.6725 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6237 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0312 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6244 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.0505 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6245 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.5881 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6247 , cls_30 , 0.0000 , 0.0720 , 0.0053 , 5000000.0000 , 1.5000 , 0.9083 , 0.6488 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 8.6394 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6256 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9891 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6261 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.8412 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6267 , cls_30 , 0.0000 , 0.2160 , 0.0131 , 6666666.6667 , 3.0000 , 0.7265 , 0.8451 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 12.6548 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6272 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.8089 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6276 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.6491 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6284 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.1574 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6285 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4319 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6288 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2068 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6290 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.8219 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6292 , cls_30 , 0.0000 , 0.1380 , 0.0080 , 7301587.3016 , 2.3000 , 0.7854 , 0.7634 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 5.2181 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6297 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.9513 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6300 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 22.7479 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6310 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2653 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6312 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.4457 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6316 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0181 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6318 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.1096 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6319 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8131 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6320 , cls_30 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 11.2402 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6327 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.3324 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6333 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.9367 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6336 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2687 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6337 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.4989 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6339 , cls_30 , 0.0000 , 0.0540 , 0.0051 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 6.0093 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6341 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2168 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6343 , cls_30 , 0.0000 , 0.0900 , 0.0067 , 7692307.6923 , 1.8750 , 0.8382 , 0.8345 , 0.4103 , 0.0000 , 0.0000 , 0.0000 , 5.5121 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6348 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 2.0752 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6355 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.2005 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6362 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.6489 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6366 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0543 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6367 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.3208 , 0.0323 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6368 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.8657 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6370 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.5022 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6371 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.7403 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6375 , cls_30 , 0.0000 , 0.1020 , 0.0082 , 7555555.5556 , 2.1250 , 0.8236 , 0.8508 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 9.8676 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6377 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2215 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6378 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.0797 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6379 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2435 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6386 , cls_30 , 0.0000 , 0.0780 , 0.0055 , 6666666.6667 , 1.6250 , 0.8698 , 0.7763 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 15.9788 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6387 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.9012 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6404 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 5.0243 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6407 , cls_30 , 0.0000 , 0.0960 , 0.0080 , 8888888.8889 , 2.2857 , 0.8167 , 0.8806 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 8.4245 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6408 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5308 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6410 , cls_30 , 0.0000 , 0.0720 , 0.0066 , 8888888.8889 , 2.0000 , 0.8529 , 0.8568 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.6142 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6412 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.0703 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6415 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 8.8749 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6416 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3658 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6421 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7724 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6426 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 6.6959 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6432 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 13.5944 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6433 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 1.7421 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6439 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1760 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6440 , cls_30 , 0.0000 , 0.0660 , 0.0051 , 7333333.3333 , 1.5714 , 0.8812 , 0.7170 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 6.0858 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6441 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6075 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6443 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2843 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6445 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 6.0081 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6454 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.1937 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6455 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1790 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6457 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.4136 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6459 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.6651 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6461 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1196 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6474 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.7849 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6476 , cls_30 , 0.0000 , 0.0660 , 0.0046 , 6666666.6667 , 1.5714 , 0.8903 , 0.7357 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 9.6199 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6479 , cls_30 , 0.0000 , 0.0780 , 0.0069 , 8666666.6667 , 1.8571 , 0.8453 , 0.8569 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 7.4393 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6480 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.3809 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6484 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9128 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6487 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2811 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6489 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 5.9363 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6490 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.8320 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6493 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9665 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6501 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6782 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6508 , cls_30 , 0.0000 , 0.0540 , 0.0047 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 7.7952 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6509 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.7311 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6511 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4091 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6521 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3337 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6530 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 7.0995 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6532 , cls_30 , 0.0000 , 0.0780 , 0.0056 , 5098039.2157 , 1.4444 , 0.8964 , 0.7075 , 0.5686 , 0.0000 , 0.0000 , 0.0000 , 11.9186 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6539 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 6.1961 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6542 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5848 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6550 , cls_30 , 0.0000 , 0.0720 , 0.0048 , 10000000.0000 , 2.0000 , 0.8423 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.3004 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6552 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.7031 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6554 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7906 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6561 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.5465 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6564 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 9.6541 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6570 , cls_30 , 0.0000 , 0.0900 , 0.0071 , 6666666.6667 , 1.8750 , 0.8517 , 0.8031 , 0.4778 , 0.0000 , 0.0000 , 0.0000 , 9.7557 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6572 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.0727 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6574 , cls_30 , 0.0000 , 0.1620 , 0.0092 , 7200000.0000 , 2.7000 , 0.7635 , 0.8116 , 0.4467 , 0.0000 , 0.0000 , 0.0000 , 6.2562 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6575 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.1728 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6580 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.6281 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6588 , cls_30 , 0.0000 , 0.0720 , 0.0054 , 7272727.2727 , 1.7143 , 0.8714 , 0.7585 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 9.2411 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6598 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.2537 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6600 , cls_30 , 0.0000 , 0.1740 , 0.0115 , 6444444.4444 , 2.6364 , 0.7630 , 0.8272 , 0.4944 , 0.0000 , 0.0000 , 0.0000 , 11.7560 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6608 , cls_30 , 0.0000 , 0.0660 , 0.0047 , 10476190.4762 , 1.8333 , 0.8487 , 0.7826 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 5.3408 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6617 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.2456 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6619 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.6406 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6620 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5269 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6629 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.5367 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6631 , cls_30 , 0.0000 , 0.1920 , 0.0091 , 7356321.8391 , 2.9091 , 0.7360 , 0.7828 , 0.4368 , 0.0000 , 0.0000 , 0.0000 , 9.5348 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6636 , cls_30 , 0.0000 , 0.2640 , 0.0114 , 6984126.9841 , 3.3846 , 0.6898 , 0.7623 , 0.4563 , 0.0000 , 0.0000 , 0.0000 , 6.5376 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6638 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 6.9951 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6639 , cls_30 , 0.0000 , 0.0600 , 0.0042 , 6060606.0606 , 1.4286 , 0.9110 , 0.5881 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 7.9464 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6640 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8625 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6641 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 5925925.9259 , 1.3333 , 0.9389 , 0.4270 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 6.5965 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6643 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.3424 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6651 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 8571428.5714 , 1.5000 , 0.8902 , 0.7215 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 12.9916 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6657 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.4310 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6664 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8270 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6666 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.1820 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6667 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4570 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6675 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.4429 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6679 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2863 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6683 , cls_30 , 0.0000 , 0.0540 , 0.0046 , 6666666.6667 , 1.5000 , 0.9139 , 0.7453 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 18.0128 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6692 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5499 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6695 , cls_30 , 0.0000 , 0.1260 , 0.0072 , 8235294.1176 , 2.3333 , 0.7872 , 0.7595 , 0.3627 , 0.0000 , 0.0000 , 0.0000 , 8.2833 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6705 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8978 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6706 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7766 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6709 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6122 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6712 , cls_30 , 0.0000 , 0.0660 , 0.0046 , 7333333.3333 , 1.5714 , 0.8812 , 0.6255 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.9762 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6714 , cls_30 , 0.0000 , 0.3420 , 0.0151 , 5588235.2941 , 3.3529 , 0.6648 , 0.7243 , 0.5662 , 0.0000 , 0.0000 , 0.0000 , 12.5237 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6718 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.8847 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6723 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.0054 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6724 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.9794 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6727 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.1488 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6728 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2408 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6734 , cls_30 , 0.0000 , 0.0660 , 0.0049 , 6111111.1111 , 1.5714 , 0.8988 , 0.5506 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 5.5638 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6735 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.8886 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6739 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.8080 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6741 , cls_30 , 0.0000 , 0.0660 , 0.0046 , 6111111.1111 , 1.5714 , 0.8988 , 0.5506 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 6.3493 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6751 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 17.4564 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6753 , cls_30 , 0.0000 , 0.0600 , 0.0052 , 11111111.1111 , 2.0000 , 0.8548 , 0.8472 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 10.2967 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6757 , cls_30 , 0.0000 , 0.0720 , 0.0066 , 8888888.8889 , 2.0000 , 0.8529 , 0.8451 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7633 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6760 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 2.5978 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6766 , cls_30 , 0.0000 , 0.0900 , 0.0059 , 7692307.6923 , 1.8750 , 0.8382 , 0.6877 , 0.3590 , 0.0000 , 0.0000 , 0.0000 , 6.2032 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6768 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.3904 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6769 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4393 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6772 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9378 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6773 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 4.5572 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6776 , cls_30 , 0.0000 , 0.0720 , 0.0048 , 6153846.1538 , 1.5000 , 0.8875 , 0.5862 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 6.1004 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6783 , cls_30 , 0.0000 , 0.1080 , 0.0066 , 6666666.6667 , 2.0000 , 0.8277 , 0.6903 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 9.1370 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6785 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.1451 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6788 , cls_30 , 0.0000 , 0.0420 , 0.0030 , 7777777.7778 , 1.4000 , 0.9274 , 0.5506 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 7.5721 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6793 , cls_30 , 0.0000 , 0.0780 , 0.0049 , 7222222.2222 , 1.8571 , 0.8622 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.0241 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6794 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.4155 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6795 , cls_30 , 0.0000 , 0.0480 , 0.0043 , 7619047.6190 , 1.3333 , 0.9145 , 0.7215 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 6.7895 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6800 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.0772 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6803 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9569 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6806 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 10.1766 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6808 , cls_30 , 0.0000 , 0.0660 , 0.0041 , 10476190.4762 , 1.8333 , 0.8487 , 0.7379 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 7.8864 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6811 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4006 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6814 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5328 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6815 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9732 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6818 , cls_30 , 0.0000 , 0.1200 , 0.0067 , 10256410.2564 , 2.5000 , 0.7746 , 0.7146 , 0.2564 , 0.0000 , 0.0000 , 0.0000 , 7.4394 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6820 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6768 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6821 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0061 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6826 , cls_30 , 0.0000 , 0.0900 , 0.0058 , 7692307.6923 , 1.8750 , 0.8382 , 0.6322 , 0.3718 , 0.0000 , 0.0000 , 0.0000 , 6.2751 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6827 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.4534 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6828 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6205 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6833 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.9619 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6842 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.2444 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6844 , cls_30 , 0.0000 , 0.1920 , 0.0111 , 8205128.2051 , 2.9091 , 0.7264 , 0.8285 , 0.3782 , 0.0000 , 0.0000 , 0.0000 , 9.4691 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6846 , cls_30 , 0.0000 , 0.0600 , 0.0054 , 8333333.3333 , 1.6667 , 0.8805 , 0.7453 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 9.2019 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6848 , cls_30 , 0.0000 , 0.0840 , 0.0069 , 7777777.7778 , 2.0000 , 0.8460 , 0.8283 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 5.0546 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6854 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.1290 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6858 , cls_30 , 0.0000 , 0.0720 , 0.0049 , 6153846.1538 , 1.5000 , 0.8875 , 0.5132 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.2602 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6875 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0915 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6890 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 14.0192 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6892 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.5601 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6894 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.3930 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6896 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.7311 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6897 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 7.9798 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6899 , cls_30 , 0.0000 , 0.1260 , 0.0087 , 6666666.6667 , 2.1000 , 0.8066 , 0.7695 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 15.0030 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6911 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0078 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6914 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8246 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6918 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.9282 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6920 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.8567 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6922 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 6.0027 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6927 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.2860 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6932 , cls_30 , 0.0000 , 0.0600 , 0.0045 , 9523809.5238 , 1.6667 , 0.8684 , 0.7215 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 6.1163 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6933 , cls_30 , 0.0000 , 0.0660 , 0.0045 , 6666666.6667 , 1.5714 , 0.8903 , 0.5881 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 4.9928 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6936 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 6.1505 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6951 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 6666666.6667 , 1.3333 , 0.9273 , 0.5926 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 8.6578 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6954 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4643 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6955 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.5879 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6958 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8470 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6961 , cls_30 , 0.0000 , 0.1140 , 0.0075 , 5066666.6667 , 1.9000 , 0.8472 , 0.6463 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 5.1761 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6964 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.6824 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6965 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 19.0779 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6969 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1781 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6979 , cls_30 , 0.0000 , 0.0900 , 0.0068 , 7692307.6923 , 1.8750 , 0.8382 , 0.7931 , 0.3590 , 0.0000 , 0.0000 , 0.0000 , 8.1440 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6991 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.0452 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6993 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.6363 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7005 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2108 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7007 , cls_30 , 0.0000 , 0.0480 , 0.0048 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.4730 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7022 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 9.4774 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7023 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.5965 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7026 , cls_30 , 0.0000 , 0.2220 , 0.0124 , 5362318.8406 , 2.6429 , 0.7424 , 0.7862 , 0.5580 , 0.0000 , 0.0000 , 0.0000 , 14.1964 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7028 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.7784 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7030 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.0849 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7032 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.2184 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7035 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6848 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7038 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.5788 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7042 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.1395 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7053 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.8137 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7056 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1974 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7058 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4142 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7060 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.5032 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7063 , cls_30 , 0.0000 , 0.1440 , 0.0096 , 4571428.5714 , 2.0000 , 0.8246 , 0.7379 , 0.6190 , 0.0000 , 0.0000 , 0.0000 , 12.2940 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7073 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 12.1750 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7075 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.4195 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7077 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.7001 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7080 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9288 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7089 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.5384 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7093 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0784 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7095 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.5715 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7103 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6340 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7104 , cls_30 , 0.0000 , 0.0780 , 0.0069 , 7222222.2222 , 1.8571 , 0.8622 , 0.8531 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 23.8583 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7109 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.0730 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7111 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.1489 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7113 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 11.8557 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7116 , cls_30 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 6.0474 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7118 , cls_30 , 0.0000 , 0.0900 , 0.0078 , 6250000.0000 , 1.8750 , 0.8579 , 0.8244 , 0.4688 , 0.0000 , 0.0000 , 0.0000 , 3.4275 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7120 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6030 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7122 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9405 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7123 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5308 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7127 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7839 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7129 , cls_30 , 0.0000 , 0.0720 , 0.0046 , 7272727.2727 , 1.7143 , 0.8714 , 0.5170 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 6.5672 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7133 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0061 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7134 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2712 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7139 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 13.9178 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7143 , cls_30 , 0.0000 , 0.1260 , 0.0089 , 8235294.1176 , 2.3333 , 0.7872 , 0.8680 , 0.3627 , 0.0000 , 0.0000 , 0.0000 , 12.0369 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7150 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 4.5294 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7152 , cls_30 , 0.0000 , 0.0780 , 0.0063 , 7878787.8788 , 1.8571 , 0.8541 , 0.7585 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 4.8666 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7155 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.0184 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7156 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.4775 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7158 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.5199 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7159 , cls_30 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 6.1758 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7160 , cls_30 , 0.0000 , 0.0900 , 0.0060 , 9090909.0909 , 2.1429 , 0.8230 , 0.7357 , 0.3030 , 0.0000 , 0.0000 , 0.0000 , 6.1596 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7167 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 6.3826 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7169 , cls_30 , 0.0000 , 0.0840 , 0.0054 , 8484848.4848 , 2.0000 , 0.8380 , 0.7307 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 7.1816 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7178 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 10.8769 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7179 , cls_30 , 0.0000 , 0.1620 , 0.0083 , 6666666.6667 , 2.4545 , 0.7706 , 0.7629 , 0.4938 , 0.0000 , 0.0000 , 0.0000 , 9.6384 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7187 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.1881 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7195 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 5.1648 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7197 , cls_30 , 0.0000 , 0.1740 , 0.0100 , 6041666.6667 , 2.4167 , 0.7691 , 0.7983 , 0.5156 , 0.0000 , 0.0000 , 0.0000 , 4.8023 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7203 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.4023 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7207 , cls_30 , 0.0000 , 0.0600 , 0.0046 , 5555555.5556 , 1.4286 , 0.9196 , 0.6605 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 8.5685 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7212 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.5439 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7213 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.6312 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7218 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 15.5055 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7223 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 9523809.5238 , 1.6667 , 0.8684 , 0.7826 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 4.3057 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7227 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4016 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7229 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.2425 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7230 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 3.9420 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7234 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6332 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7246 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1541 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7250 , cls_30 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 7.6879 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7252 , cls_30 , 0.0000 , 0.0900 , 0.0068 , 7692307.6923 , 1.8750 , 0.8382 , 0.8053 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 6.6888 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7255 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.8422 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7260 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1219 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7261 , cls_30 , 0.0000 , 0.0900 , 0.0087 , 7692307.6923 , 1.8750 , 0.8382 , 0.8676 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.0380 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7264 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9573 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7276 , cls_30 , 0.0000 , 0.0840 , 0.0065 , 9333333.3333 , 2.0000 , 0.8294 , 0.8256 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 11.3924 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7283 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.5801 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7284 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 11.0842 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7286 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.7908 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7287 , cls_30 , 0.0000 , 0.0600 , 0.0054 , 7407407.4074 , 1.6667 , 0.8916 , 0.7796 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.5882 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7289 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.7294 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7290 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9628 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7292 , cls_30 , 0.0000 , 0.1320 , 0.0075 , 5866666.6667 , 2.2000 , 0.8123 , 0.6718 , 0.5133 , 0.0000 , 0.0000 , 0.0000 , 15.0011 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7299 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 6666666.6667 , 1.3333 , 0.9273 , 0.4907 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 3.8411 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7301 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.0220 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7311 , cls_30 , 0.0000 , 0.1200 , 0.0083 , 9523809.5238 , 2.5000 , 0.7810 , 0.8476 , 0.2738 , 0.0000 , 0.0000 , 0.0000 , 11.1136 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7314 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.6410 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7317 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6364 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7322 , cls_30 , 0.0000 , 0.1920 , 0.0119 , 6666666.6667 , 2.6667 , 0.7449 , 0.8502 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 4.2076 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7325 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 7.3913 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7327 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9276 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7329 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6861 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7330 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 6666666.6667 , 1.4286 , 0.9016 , 0.5609 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 4.6045 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7333 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.6383 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7335 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4014 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7336 , cls_30 , 0.0000 , 0.1500 , 0.0091 , 8333333.3333 , 2.7778 , 0.7616 , 0.8141 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 4.3053 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7341 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9990 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7343 , cls_30 , 0.0000 , 0.0540 , 0.0046 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.8549 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7344 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 6666666.6667 , 1.4286 , 0.9016 , 0.4907 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 11.9081 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7345 , cls_30 , 0.0000 , 0.0780 , 0.0051 , 8666666.6667 , 1.8571 , 0.8453 , 0.6817 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 15.8160 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7347 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.3580 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7348 , cls_30 , 0.0000 , 0.0720 , 0.0060 , 5714285.7143 , 1.5000 , 0.8948 , 0.7591 , 0.5119 , 0.0000 , 0.0000 , 0.0000 , 16.8771 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7350 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 9.5092 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7355 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.1202 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7356 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5506 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 7.6191 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7358 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.2353 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7365 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 5.6880 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7390 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1471 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7391 , cls_30 , 0.0000 , 0.0540 , 0.0042 , 8571428.5714 , 1.5000 , 0.8902 , 0.6927 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 6.2259 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7394 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2801 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7395 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1048 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7397 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.8018 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7401 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2486 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7405 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.9406 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7410 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.3371 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7415 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 6.5212 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7421 , cls_30 , 0.0000 , 0.2880 , 0.0137 , 6153846.1538 , 3.2000 , 0.6863 , 0.7891 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 8.7785 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7427 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3223 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7437 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8331 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7440 , cls_30 , 0.0000 , 0.0540 , 0.0037 , 7500000.0000 , 1.5000 , 0.9026 , 0.6082 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.7119 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7441 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9824 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7447 , cls_30 , 0.0000 , 0.0540 , 0.0036 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.9217 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7451 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.2102 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7456 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 2.3545 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7459 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.1075 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7463 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.5983 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7468 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.8773 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7473 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.9878 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7477 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.1699 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7479 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 5.7479 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7481 , cls_30 , 0.0000 , 0.0480 , 0.0032 , 8888888.8889 , 1.6000 , 0.9002 , 0.5506 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.6204 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7483 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.3695 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7487 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2641 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7488 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.9164 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7489 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.8254 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7493 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.5756 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7495 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1717 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7500 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.8234 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7503 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 7.6140 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7521 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.0616 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7524 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3818 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7525 , cls_30 , 0.0000 , 0.0480 , 0.0043 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 7.0459 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7527 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0030 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7530 , cls_30 , 0.0000 , 0.1680 , 0.0102 , 7777777.7778 , 2.8000 , 0.7512 , 0.8283 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 6.4205 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7533 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.0690 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7534 , cls_30 , 0.0000 , 0.3240 , 0.0136 , 5714285.7143 , 3.3750 , 0.6724 , 0.7018 , 0.5529 , 0.0000 , 0.0000 , 0.0000 , 14.4943 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7546 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.5414 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7547 , cls_30 , 0.0000 , 0.0600 , 0.0050 , 9523809.5238 , 1.6667 , 0.8684 , 0.8286 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 8.8195 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7554 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 6666666.6667 , 1.5000 , 0.9139 , 0.5416 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.0406 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7557 , cls_30 , 0.0000 , 0.1020 , 0.0058 , 11333333.3333 , 2.4286 , 0.7877 , 0.7913 , 0.2167 , 0.0000 , 0.0000 , 0.0000 , 7.0118 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7558 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.6113 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7560 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7104 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7564 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.6307 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7567 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6628 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7571 , cls_30 , 0.0000 , 0.0660 , 0.0048 , 8148148.1481 , 1.8333 , 0.8713 , 0.7453 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 2.8360 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7574 , cls_30 , 0.0000 , 0.0660 , 0.0053 , 6666666.6667 , 1.5714 , 0.8903 , 0.7357 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 12.0163 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7575 , cls_30 , 0.0000 , 0.0660 , 0.0043 , 9166666.6667 , 1.8333 , 0.8606 , 0.7516 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 14.1117 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7578 , cls_30 , 0.0000 , 0.0600 , 0.0055 , 8333333.3333 , 1.6667 , 0.8805 , 0.8078 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 8.9115 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7579 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.9560 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7580 , cls_30 , 0.0000 , 0.0600 , 0.0057 , 8333333.3333 , 1.6667 , 0.8805 , 0.8078 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 4.9665 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7589 , cls_30 , 0.0000 , 0.0600 , 0.0049 , 8333333.3333 , 1.6667 , 0.8805 , 0.7453 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 5.1826 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7590 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5111 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7595 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3940 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7599 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5544 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7604 , cls_30 , 0.0000 , 0.0600 , 0.0051 , 6666666.6667 , 1.4286 , 0.9016 , 0.7598 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.9328 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7605 , cls_30 , 0.0000 , 0.1080 , 0.0059 , 9230769.2308 , 2.2500 , 0.7979 , 0.7453 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.3836 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7610 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.1098 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7614 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8365 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7615 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6429 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7616 , cls_30 , 0.0000 , 0.0720 , 0.0060 , 8000000.0000 , 1.7143 , 0.8625 , 0.7805 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 7.3035 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7618 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.9657 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7621 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.7357 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7627 , cls_30 , 0.0000 , 0.0600 , 0.0055 , 11111111.1111 , 2.0000 , 0.8548 , 0.8531 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 6.6060 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7629 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.4283 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7633 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8312 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7636 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.2453 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7638 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.6484 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7647 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6463 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.5965 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7650 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.3914 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7651 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 8.7280 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7652 , cls_30 , 0.0000 , 0.0660 , 0.0056 , 12222222.2222 , 2.2000 , 0.8354 , 0.8137 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6202 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7655 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 8.0829 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7663 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.8602 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7672 , cls_30 , 0.0000 , 0.1800 , 0.0112 , 6666666.6667 , 2.7273 , 0.7548 , 0.8361 , 0.4222 , 0.0000 , 0.0000 , 0.0000 , 12.9255 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7674 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5495 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7677 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 8.3486 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7683 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.4583 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7686 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3224 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7691 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7969 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7697 , cls_30 , 0.0000 , 0.1020 , 0.0077 , 8095238.0952 , 2.1250 , 0.8172 , 0.8019 , 0.3690 , 0.0000 , 0.0000 , 0.0000 , 8.0527 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7703 , cls_30 , 0.0000 , 0.1680 , 0.0086 , 9333333.3333 , 3.1111 , 0.7353 , 0.8128 , 0.3083 , 0.0000 , 0.0000 , 0.0000 , 10.9354 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7706 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3776 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7709 , cls_30 , 0.0000 , 0.0840 , 0.0058 , 8484848.4848 , 2.0000 , 0.8380 , 0.8249 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 7.8838 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7710 , cls_30 , 0.0000 , 0.2280 , 0.0121 , 6846846.8468 , 2.9231 , 0.7155 , 0.7778 , 0.4459 , 0.0000 , 0.0000 , 0.0000 , 6.4031 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7711 , cls_30 , 0.0000 , 0.0540 , 0.0042 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 6.4619 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7712 , cls_30 , 0.0000 , 0.1200 , 0.0082 , 7843137.2549 , 2.2222 , 0.7983 , 0.7595 , 0.3725 , 0.0000 , 0.0000 , 0.0000 , 6.7918 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7716 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.0967 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7721 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.4235 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7722 , cls_30 , 0.0000 , 0.1500 , 0.0128 , 8333333.3333 , 2.7778 , 0.7616 , 0.9024 , 0.3250 , 0.0000 , 0.0000 , 0.0000 , 5.8564 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7724 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.7494 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7725 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.9012 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7730 , cls_30 , 0.0000 , 0.0840 , 0.0055 , 9333333.3333 , 2.0000 , 0.8294 , 0.7598 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 23.2022 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7731 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.9293 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7738 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7592 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7743 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 5.6326 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7744 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.2303 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7746 , cls_30 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.5841 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7755 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.8918 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7761 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6242 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7770 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.5410 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7773 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 10.8187 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7775 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.2066 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7776 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7395 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7778 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7078 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7781 , cls_30 , 0.0000 , 0.1020 , 0.0064 , 8095238.0952 , 2.1250 , 0.8172 , 0.7078 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.5736 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7794 , cls_30 , 0.0000 , 0.2460 , 0.0145 , 6666666.6667 , 3.1538 , 0.7056 , 0.8534 , 0.4797 , 0.0000 , 0.0000 , 0.0000 , 15.2715 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7799 , cls_30 , 0.0000 , 0.0660 , 0.0050 , 6111111.1111 , 1.5714 , 0.8988 , 0.7366 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 8.1520 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7802 , cls_30 , 0.0000 , 0.1020 , 0.0074 , 6296296.2963 , 1.8889 , 0.8408 , 0.8024 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 9.1119 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7804 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1304 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7808 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6263 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7809 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.1304 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7811 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9705 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7813 , cls_30 , 0.0000 , 0.0540 , 0.0047 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.1596 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7818 , cls_30 , 0.0000 , 0.0480 , 0.0032 , 10666666.6667 , 1.6000 , 0.8838 , 0.6463 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 7.2659 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7833 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6994 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7836 , cls_30 , 0.0000 , 0.0480 , 0.0042 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 15.2853 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7840 , cls_30 , 0.0000 , 0.1140 , 0.0074 , 6333333.3333 , 2.1111 , 0.8252 , 0.7004 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 18.8156 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7845 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.4139 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7848 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7082 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7851 , cls_30 , 0.0000 , 0.0720 , 0.0047 , 8000000.0000 , 1.7143 , 0.8625 , 0.6894 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 6.4000 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7856 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 6.2704 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7858 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0802 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7859 , cls_30 , 0.0000 , 0.0960 , 0.0063 , 6274509.8039 , 1.7778 , 0.8491 , 0.7075 , 0.5098 , 0.0000 , 0.0000 , 0.0000 , 5.9149 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7870 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.0376 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7873 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 4.7130 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7880 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3994 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7883 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9765 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7885 , cls_30 , 0.0000 , 0.0840 , 0.0057 , 7777777.7778 , 2.0000 , 0.8460 , 0.7117 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 6.0694 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7889 , cls_30 , 0.0000 , 0.1200 , 0.0071 , 5797101.4493 , 2.0000 , 0.8267 , 0.7012 , 0.5435 , 0.0000 , 0.0000 , 0.0000 , 10.2143 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7891 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 9.4744 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7892 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.4262 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7901 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.9632 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7909 , cls_30 , 0.0000 , 0.0780 , 0.0062 , 7878787.8788 , 1.8571 , 0.8541 , 0.7845 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 10.2363 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7911 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4684 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7912 , cls_30 , 0.0000 , 0.0480 , 0.0033 , 7619047.6190 , 1.3333 , 0.9145 , 0.5048 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 4.4438 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7917 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7000 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7932 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 9.2035 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7936 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7107 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7938 , cls_30 , 0.0000 , 0.0960 , 0.0065 , 7619047.6190 , 2.0000 , 0.8307 , 0.7379 , 0.3929 , 0.0000 , 0.0000 , 0.0000 , 6.8546 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7940 , cls_30 , 0.0000 , 0.0480 , 0.0044 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.6162 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7944 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1893 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7945 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 5.5065 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7952 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9646 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7957 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9225 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7960 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.9830 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7963 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.2490 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7970 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.1182 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7979 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4564 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7982 , cls_30 , 0.0000 , 0.0540 , 0.0048 , 10000000.0000 , 1.8000 , 0.8762 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.0370 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7984 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.7090 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7986 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5831 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7992 , cls_30 , 0.0000 , 0.0780 , 0.0071 , 8666666.6667 , 1.8571 , 0.8453 , 0.8569 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 8.6413 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7994 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4503 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7997 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 8333333.3333 , 1.6667 , 0.8805 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 31.5130 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7999 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.1313 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8001 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1037 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8002 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.5573 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8005 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3723 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8006 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.1599 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8008 , cls_30 , 0.0000 , 0.0720 , 0.0046 , 6666666.6667 , 1.7143 , 0.8797 , 0.5506 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 8.8142 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8011 , cls_30 , 0.0000 , 0.0840 , 0.0062 , 9333333.3333 , 2.0000 , 0.8294 , 0.7598 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 8.2992 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8013 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.0634 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8020 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.6978 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8031 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.4108 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8034 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.9364 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8035 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.5552 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8039 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.3442 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8042 , cls_30 , 0.0000 , 0.1260 , 0.0085 , 5600000.0000 , 2.1000 , 0.8233 , 0.8116 , 0.5533 , 0.0000 , 0.0000 , 0.0000 , 8.8453 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8045 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.2886 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8047 , cls_30 , 0.0000 , 0.0840 , 0.0069 , 5185185.1852 , 1.5556 , 0.8853 , 0.7897 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 7.9859 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8050 , cls_30 , 0.0000 , 0.0780 , 0.0050 , 12380952.3810 , 2.1667 , 0.8141 , 0.7591 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 5.1762 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8051 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9889 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8056 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.4485 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8057 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0651 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8061 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.6431 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8069 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 16.0860 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8076 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0611 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8078 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 8333333.3333 , 1.6667 , 0.8805 , 0.6488 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.1710 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8079 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 7.0040 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8087 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.7515 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8089 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8096 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8101 , cls_30 , 0.0000 , 0.2760 , 0.0151 , 8070175.4386 , 3.5385 , 0.6700 , 0.8547 , 0.3816 , 0.0000 , 0.0000 , 0.0000 , 18.7588 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8111 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.6874 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8115 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0216 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8116 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.0310 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8118 , cls_30 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 10.0015 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8119 , cls_30 , 0.0000 , 0.1440 , 0.0093 , 7272727.2727 , 2.4000 , 0.7797 , 0.7521 , 0.4015 , 0.0000 , 0.0000 , 0.0000 , 6.3401 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8123 , cls_30 , 0.0000 , 0.0960 , 0.0071 , 6666666.6667 , 2.0000 , 0.8433 , 0.8131 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 12.0932 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8125 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.6573 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8127 , cls_30 , 0.0000 , 0.0720 , 0.0076 , 7272727.2727 , 1.7143 , 0.8714 , 0.8444 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 12.3723 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8128 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.3680 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8132 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.2328 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8133 , cls_30 , 0.0000 , 0.1320 , 0.0085 , 7333333.3333 , 2.4444 , 0.7912 , 0.8141 , 0.4250 , 0.0000 , 0.0000 , 0.0000 , 21.5266 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8139 , cls_30 , 0.0000 , 0.0660 , 0.0050 , 7333333.3333 , 1.5714 , 0.8812 , 0.6021 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 7.0804 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8144 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3791 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8148 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.2684 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8150 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4036 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8156 , cls_30 , 0.0000 , 0.0900 , 0.0083 , 7142857.1429 , 1.8750 , 0.8451 , 0.8365 , 0.3690 , 0.0000 , 0.0000 , 0.0000 , 4.1000 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8160 , cls_30 , 0.0000 , 0.0720 , 0.0052 , 8888888.8889 , 2.0000 , 0.8529 , 0.7838 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 7.6419 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8164 , cls_30 , 0.0000 , 0.1380 , 0.0105 , 5476190.4762 , 2.0909 , 0.8126 , 0.8261 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 6.8860 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8167 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.8029 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8168 , cls_30 , 0.0000 , 0.0900 , 0.0068 , 6250000.0000 , 1.8750 , 0.8579 , 0.8131 , 0.4896 , 0.0000 , 0.0000 , 0.0000 , 6.3170 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8169 , cls_30 , 0.0000 , 0.0660 , 0.0052 , 6666666.6667 , 1.5714 , 0.8903 , 0.7845 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 8.3012 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8171 , cls_30 , 0.0000 , 0.1320 , 0.0077 , 6666666.6667 , 2.2000 , 0.8001 , 0.7845 , 0.4470 , 0.0000 , 0.0000 , 0.0000 , 8.5236 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8172 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 11.0703 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8191 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0494 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8194 , cls_30 , 0.0000 , 0.0480 , 0.0051 , 7619047.6190 , 1.3333 , 0.9145 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 2.7199 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8195 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2835 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8197 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.7695 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8199 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3983 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8202 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5812 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8209 , cls_30 , 0.0000 , 0.0480 , 0.0033 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.9775 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8211 , cls_30 , 0.0000 , 0.0720 , 0.0050 , 6153846.1538 , 1.5000 , 0.8875 , 0.5963 , 0.4872 , 0.0000 , 0.0000 , 0.0000 , 12.9455 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8212 , cls_30 , 0.0000 , 0.0900 , 0.0069 , 4000000.0000 , 1.5000 , 0.9035 , 0.6255 , 0.6533 , 0.0000 , 0.0000 , 0.0000 , 11.9186 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8214 , cls_30 , 0.0000 , 0.1740 , 0.0101 , 8405797.1014 , 2.9000 , 0.7391 , 0.7847 , 0.3478 , 0.0000 , 0.0000 , 0.0000 , 18.9020 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8216 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 15.6559 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8218 , cls_30 , 0.0000 , 0.0960 , 0.0067 , 6274509.8039 , 1.7778 , 0.8491 , 0.7595 , 0.4706 , 0.0000 , 0.0000 , 0.0000 , 21.2478 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8222 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.9540 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8223 , cls_30 , 0.0000 , 0.0780 , 0.0052 , 8666666.6667 , 1.8571 , 0.8453 , 0.6894 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 7.2696 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8227 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2462 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8228 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6528 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8231 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 12000000.0000 , 1.8000 , 0.8603 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8039 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8236 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.6127 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8237 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.9100 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8239 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.0775 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8243 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4977 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8246 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.4257 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8259 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9290 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8262 , cls_30 , 0.0000 , 0.0960 , 0.0070 , 8888888.8889 , 2.2857 , 0.8167 , 0.8202 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 7.0502 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8266 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9974 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8268 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.6272 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8269 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9548 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8273 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.8277 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8291 , cls_30 , 0.0000 , 0.1800 , 0.0102 , 5128205.1282 , 2.3077 , 0.7797 , 0.6645 , 0.5726 , 0.0000 , 0.0000 , 0.0000 , 12.1953 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8294 , cls_30 , 0.0000 , 0.0660 , 0.0051 , 5641025.6410 , 1.3750 , 0.9067 , 0.5963 , 0.5256 , 0.0000 , 0.0000 , 0.0000 , 13.2458 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8298 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3608 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8303 , cls_30 , 0.0000 , 0.0600 , 0.0050 , 6060606.0606 , 1.4286 , 0.9110 , 0.7307 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 8.1565 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8310 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.0123 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8312 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 6.5230 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8325 , cls_30 , 0.0000 , 0.1800 , 0.0144 , 8000000.0000 , 3.0000 , 0.7384 , 0.8902 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 5.7855 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8327 , cls_30 , 0.0000 , 0.0960 , 0.0065 , 9696969.6970 , 2.2857 , 0.8090 , 0.7357 , 0.2424 , 0.0000 , 0.0000 , 0.0000 , 3.1437 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8330 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 10.7061 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8331 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.5506 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8332 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1811 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8336 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 11111111.1111 , 2.0000 , 0.8548 , 0.7062 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.3768 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8338 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3556 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8342 , cls_30 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.7040 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8344 , cls_30 , 0.0000 , 0.1560 , 0.0100 , 4814814.8148 , 2.1667 , 0.8075 , 0.7998 , 0.6019 , 0.0000 , 0.0000 , 0.0000 , 13.6136 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8349 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7773 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8355 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4634 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8356 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2645 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8361 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6264 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8362 , cls_30 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.7499 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8372 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 8.5562 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8373 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.0347 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8374 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 5.8017 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8376 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 12.2897 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8377 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8248 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8379 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.1333 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8381 , cls_30 , 0.0000 , 0.0780 , 0.0069 , 7222222.2222 , 1.8571 , 0.8622 , 0.7935 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.8550 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8383 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 2.2605 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8385 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2895 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8387 , cls_30 , 0.0000 , 0.0480 , 0.0045 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 5.1037 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8402 , cls_30 , 0.0000 , 0.1080 , 0.0073 , 6315789.4737 , 2.0000 , 0.8328 , 0.7154 , 0.4912 , 0.0000 , 0.0000 , 0.0000 , 10.9027 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8407 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.3603 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8417 , cls_30 , 0.0000 , 0.1080 , 0.0067 , 5454545.4545 , 1.8000 , 0.8471 , 0.7357 , 0.5530 , 0.0000 , 0.0000 , 0.0000 , 8.5439 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8419 , cls_30 , 0.0000 , 0.0840 , 0.0056 , 6666666.6667 , 1.7500 , 0.8605 , 0.6637 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 4.6029 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8422 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.7215 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 6.8929 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8424 , cls_30 , 0.0000 , 0.1440 , 0.0112 , 6666666.6667 , 2.4000 , 0.7877 , 0.8531 , 0.4653 , 0.0000 , 0.0000 , 0.0000 , 14.9924 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8427 , cls_30 , 0.0000 , 0.1080 , 0.0085 , 4000000.0000 , 1.6364 , 0.8791 , 0.7753 , 0.6500 , 0.0000 , 0.0000 , 0.0000 , 7.0127 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8431 , cls_30 , 0.0000 , 0.0660 , 0.0062 , 5641025.6410 , 1.3750 , 0.9067 , 0.8053 , 0.4872 , 0.0000 , 0.0000 , 0.0000 , 14.0028 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8433 , cls_30 , 0.0000 , 0.0960 , 0.0073 , 7111111.1111 , 2.0000 , 0.8372 , 0.7854 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 10.7365 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8436 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.4319 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8437 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9938 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8440 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.8048 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8447 , cls_30 , 0.0000 , 0.0780 , 0.0065 , 6666666.6667 , 1.6250 , 0.8698 , 0.7453 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 6.0130 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8451 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 5.1998 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8455 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.1807 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8456 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2586 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8457 , cls_30 , 0.0000 , 0.1860 , 0.0110 , 7126436.7816 , 2.8182 , 0.7437 , 0.7587 , 0.4483 , 0.0000 , 0.0000 , 0.0000 , 3.7189 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8458 , cls_30 , 0.0000 , 0.0720 , 0.0052 , 7272727.2727 , 1.7143 , 0.8714 , 0.6888 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 5.4441 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8459 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9180 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8464 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8468 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8467 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.3098 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8470 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5185185.1852 , 1.1667 , 0.9673 , 0.4270 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 7.9608 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8477 , cls_30 , 0.0000 , 0.0840 , 0.0064 , 7777777.7778 , 2.0000 , 0.8460 , 0.7366 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 3.3986 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8480 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7670 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8481 , cls_30 , 0.0000 , 0.0900 , 0.0056 , 10000000.0000 , 2.1429 , 0.8146 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.2169 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8486 , cls_30 , 0.0000 , 0.0420 , 0.0037 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.0870 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8490 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.6771 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8495 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.0914 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8499 , cls_30 , 0.0000 , 0.0720 , 0.0043 , 8888888.8889 , 2.0000 , 0.8529 , 0.6630 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 2.1644 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8501 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 5.1637 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8508 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.2974 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8517 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7542 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8519 , cls_30 , 0.0000 , 0.1380 , 0.0083 , 6969696.9697 , 2.3000 , 0.7897 , 0.7759 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 10.3607 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8521 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 17.6470 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8522 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.1839 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8531 , cls_30 , 0.0000 , 0.1200 , 0.0064 , 8333333.3333 , 2.5000 , 0.7928 , 0.7209 , 0.3646 , 0.0000 , 0.0000 , 0.0000 , 6.4022 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8532 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.6132 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8536 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.2964 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8537 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1908 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8538 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 4285714.2857 , 1.1250 , 0.9589 , 0.4429 , 0.6310 , 0.0000 , 0.0000 , 0.0000 , 10.6667 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8542 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 1.5118 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8545 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3482 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8548 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0576 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8554 , cls_30 , 0.0000 , 0.1140 , 0.0092 , 8444444.4444 , 2.3750 , 0.7986 , 0.8531 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7903 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8557 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 7.7975 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8559 , cls_30 , 0.0000 , 0.0540 , 0.0037 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 11.1700 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8563 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7969 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8564 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9062 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8565 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.1175 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8568 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7008 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8574 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.2159 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8580 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.3633 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8599 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6067 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8606 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6335 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8607 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.6532 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8609 , cls_30 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.4011 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8610 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1547 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8616 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 4848484.8485 , 1.1429 , 0.9594 , 0.4398 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 9.3038 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8618 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 4.6811 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8621 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6405 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8623 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7294 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8625 , cls_30 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 3.4090 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8626 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.7806 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8628 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7940 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8630 , cls_30 , 0.0000 , 0.1800 , 0.0151 , 6896551.7241 , 2.7273 , 0.7517 , 0.8988 , 0.4138 , 0.0000 , 0.0000 , 0.0000 , 5.7242 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8647 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7686 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8651 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.5808 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8654 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3673 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8657 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1056 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8659 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4130 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8661 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5785 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8662 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1153 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8665 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3549 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8666 , cls_30 , 0.0000 , 0.0900 , 0.0057 , 8333333.3333 , 2.1429 , 0.8309 , 0.7117 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 5.6903 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8667 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1216 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8670 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 9.0961 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8672 , cls_30 , 0.0000 , 0.0720 , 0.0053 , 4444444.4444 , 1.3333 , 0.9206 , 0.6474 , 0.6296 , 0.0000 , 0.0000 , 0.0000 , 6.0161 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8674 , cls_30 , 0.0000 , 0.0540 , 0.0051 , 6666666.6667 , 1.5000 , 0.9139 , 0.7708 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 4.2129 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8676 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.6227 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8677 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8236 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8679 , cls_30 , 0.0000 , 0.0600 , 0.0049 , 7407407.4074 , 1.6667 , 0.8916 , 0.7453 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.0590 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8684 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.6954 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8688 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0678 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8691 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4121 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8693 , cls_30 , 0.0000 , 0.0720 , 0.0069 , 8888888.8889 , 2.0000 , 0.8529 , 0.8430 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.1727 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8696 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 4.2946 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8701 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.7635 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8703 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3959 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8708 , cls_30 , 0.0000 , 0.0600 , 0.0051 , 9523809.5238 , 1.6667 , 0.8684 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 9.2607 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8709 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.2676 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8716 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 6000000.0000 , 1.2857 , 0.9243 , 0.6255 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 3.5816 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8717 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5876 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8722 , cls_30 , 0.0000 , 0.0840 , 0.0058 , 6666666.6667 , 1.7500 , 0.8605 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 4.6653 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8724 , cls_30 , 0.0000 , 0.0480 , 0.0043 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 7.8920 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8726 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.1078 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8730 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7834 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8731 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4975 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8737 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 6.3744 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8746 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.0403 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8752 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.0076 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8773 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8569 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8774 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7013 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8775 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3767 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8777 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.3593 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8779 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0997 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8785 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.2634 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8786 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2878 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8788 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4161 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8790 , cls_30 , 0.0000 , 0.0840 , 0.0058 , 8484848.4848 , 2.0000 , 0.8380 , 0.7585 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 4.3179 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8797 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7968 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8799 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1376 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8800 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.4030 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8804 , cls_30 , 0.0000 , 0.0780 , 0.0047 , 10833333.3333 , 2.1667 , 0.8255 , 0.6817 , 0.2292 , 0.0000 , 0.0000 , 0.0000 , 7.5923 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8808 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0517 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8812 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 7.6313 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8818 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2915 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8820 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.8040 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8822 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.7363 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8829 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.5118 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8831 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.2149 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8832 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.7617 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8837 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.7454 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8838 , cls_30 , 0.0000 , 0.0600 , 0.0041 , 6666666.6667 , 1.4286 , 0.9016 , 0.6255 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 5.8475 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8839 , cls_30 , 0.0000 , 0.0600 , 0.0046 , 11111111.1111 , 2.0000 , 0.8548 , 0.7753 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 4.3315 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8846 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.3059 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8848 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9639 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8855 , cls_30 , 0.0000 , 0.1680 , 0.0122 , 6436781.6092 , 2.5455 , 0.7684 , 0.8761 , 0.4713 , 0.0000 , 0.0000 , 0.0000 , 7.8423 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8867 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.4565 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8873 , cls_30 , 0.0000 , 0.0900 , 0.0061 , 8333333.3333 , 2.1429 , 0.8309 , 0.7907 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 4.5146 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8874 , cls_30 , 0.0000 , 0.0540 , 0.0040 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7063 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8877 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3147 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8879 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.6483 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8890 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9953 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8892 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.3773 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8893 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.0464 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8899 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.6238 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8902 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6608 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8905 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5780 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8906 , cls_30 , 0.0000 , 0.0540 , 0.0040 , 12000000.0000 , 1.8000 , 0.8603 , 0.6817 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7446 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8907 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5305 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8910 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.2740 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8915 , cls_30 , 0.0000 , 0.0720 , 0.0049 , 10000000.0000 , 2.0000 , 0.8423 , 0.7516 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 3.6998 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8916 , cls_30 , 0.0000 , 0.0540 , 0.0038 , 12000000.0000 , 1.8000 , 0.8603 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6311 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8918 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4852 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8920 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.8656 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8924 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.5900 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8925 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 4.1236 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8926 , cls_30 , 0.0000 , 0.0600 , 0.0050 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 6.9220 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8927 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4505 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8939 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7782 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8941 , cls_30 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.7613 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.7647 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8942 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 11.0450 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8958 , cls_30 , 0.0000 , 0.0660 , 0.0051 , 6666666.6667 , 1.5714 , 0.8903 , 0.7585 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 6.8821 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8964 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6068 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8968 , cls_30 , 0.0000 , 0.0960 , 0.0058 , 13333333.3333 , 2.6667 , 0.7820 , 0.7963 , 0.1458 , 0.0000 , 0.0000 , 0.0000 , 4.9476 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8973 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6770 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8977 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2516 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8982 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.8904 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8985 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4588 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8986 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5404 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8989 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0909 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8994 , cls_30 , 0.0000 , 0.0840 , 0.0063 , 11666666.6667 , 2.3333 , 0.8100 , 0.8623 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.6677 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8995 , cls_30 , 0.0000 , 0.0960 , 0.0078 , 9696969.6970 , 2.2857 , 0.8090 , 0.8653 , 0.2576 , 0.0000 , 0.0000 , 0.0000 , 4.6648 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8999 , cls_30 , 0.0000 , 0.0780 , 0.0075 , 7878787.8788 , 1.8571 , 0.8541 , 0.8653 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 5.1116 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9000 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6013 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9004 , cls_30 , 0.0000 , 0.0600 , 0.0057 , 9523809.5238 , 1.6667 , 0.8684 , 0.8463 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 10.7692 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9006 , cls_30 , 0.0000 , 0.0540 , 0.0047 , 6666666.6667 , 1.5000 , 0.9139 , 0.7205 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.0944 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9007 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4857 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9009 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5302 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9010 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.5779 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9011 , cls_30 , 0.0000 , 0.1080 , 0.0077 , 10000000.0000 , 2.5714 , 0.7909 , 0.8302 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.6705 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9013 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9527 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9015 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.6131 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9018 , cls_30 , 0.0000 , 0.0960 , 0.0070 , 5925925.9259 , 1.7778 , 0.8547 , 0.7731 , 0.4907 , 0.0000 , 0.0000 , 0.0000 , 4.6944 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9022 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8887 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9024 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8970 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9031 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.9342 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9035 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2136 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9036 , cls_30 , 0.0000 , 0.0600 , 0.0049 , 5128205.1282 , 1.2500 , 0.9278 , 0.6322 , 0.5769 , 0.0000 , 0.0000 , 0.0000 , 6.8276 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9050 , cls_30 , 0.0000 , 0.1020 , 0.0057 , 11333333.3333 , 2.4286 , 0.7877 , 0.7170 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 5.4538 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9052 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5474 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9067 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.4861 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9069 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4672 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9071 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.9308 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9072 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5048 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9083 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.9328 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9085 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 6.2301 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9089 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5000 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9090 , cls_30 , 0.0000 , 0.1020 , 0.0072 , 5151515.1515 , 1.7000 , 0.8606 , 0.6888 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 2.8676 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9092 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.6687 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9099 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8502 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9102 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1849 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9103 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 5.5739 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9104 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.7034 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9105 , cls_30 , 0.0000 , 0.0720 , 0.0063 , 8888888.8889 , 2.0000 , 0.8529 , 0.8237 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 5.7491 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9108 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.5915 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9113 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.2633 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9117 , cls_30 , 0.0000 , 0.0660 , 0.0049 , 9166666.6667 , 1.8333 , 0.8606 , 0.7516 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 5.6661 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9122 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5002 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9123 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.6375 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9124 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.8398 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9129 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.6497 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9132 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.0822 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9136 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0806 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9137 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 5.1675 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9143 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0617 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9144 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 2.6831 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9145 , cls_30 , 0.0000 , 0.0780 , 0.0063 , 8666666.6667 , 1.8571 , 0.8453 , 0.8232 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 1.4724 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9146 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7214 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9147 , cls_30 , 0.0000 , 0.0720 , 0.0060 , 8888888.8889 , 2.0000 , 0.8529 , 0.8430 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 5.1285 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9152 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.1961 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9154 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1238 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9155 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2487 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9157 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3335 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9161 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.8359 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9162 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.2362 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9163 , cls_30 , 0.0000 , 0.1200 , 0.0072 , 8888888.8889 , 2.5000 , 0.7871 , 0.7753 , 0.3222 , 0.0000 , 0.0000 , 0.0000 , 3.8586 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9166 , cls_30 , 0.0000 , 0.0660 , 0.0045 , 10476190.4762 , 1.8333 , 0.8487 , 0.6927 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 3.3375 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9175 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4601 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9180 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0197 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9181 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6276 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9184 , cls_30 , 0.0000 , 0.0720 , 0.0046 , 8000000.0000 , 1.7143 , 0.8625 , 0.6817 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.7907 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9189 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8831 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9194 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5231 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9202 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.1687 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9204 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2322 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9206 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0390 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9219 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.0493 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9221 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6662 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9225 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.0342 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9228 , cls_30 , 0.0000 , 0.0780 , 0.0063 , 7878787.8788 , 1.8571 , 0.8541 , 0.8107 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 8.2930 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9232 , cls_30 , 0.0000 , 0.0540 , 0.0038 , 6000000.0000 , 1.2857 , 0.9243 , 0.4907 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 3.9497 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9236 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4706 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9250 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.6938 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9252 , cls_30 , 0.0000 , 0.0660 , 0.0054 , 8148148.1481 , 1.8333 , 0.8713 , 0.7838 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.2739 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9254 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0951 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9255 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2544 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9256 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.4176 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9263 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.2848 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9265 , cls_30 , 0.0000 , 0.0660 , 0.0051 , 5641025.6410 , 1.3750 , 0.9067 , 0.6817 , 0.5256 , 0.0000 , 0.0000 , 0.0000 , 6.2010 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9270 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2362 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9272 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9787 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9273 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.6076 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9275 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2535 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9281 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.9508 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9283 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 5.9383 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9286 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.3115 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9287 , cls_30 , 0.0000 , 0.1020 , 0.0074 , 7555555.5556 , 2.1250 , 0.8236 , 0.7878 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 8.6606 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9290 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4715 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9291 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.5694 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9294 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.3645 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9296 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.7609 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9297 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2850 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9299 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.6027 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9303 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.8059 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9306 , cls_30 , 0.0000 , 0.1200 , 0.0085 , 6349206.3492 , 2.0000 , 0.8180 , 0.7861 , 0.4921 , 0.0000 , 0.0000 , 0.0000 , 2.6850 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9309 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.2804 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9310 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2896 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9312 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1855 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9317 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1653 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9319 , cls_30 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.7247 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 6.6587 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9322 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4120 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9326 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 5925925.9259 , 1.3333 , 0.9389 , 0.6630 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 4.4512 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9333 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1039 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9343 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5036 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9345 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 4.2718 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9349 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9959 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9352 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6887 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9361 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7422 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9362 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 3.7191 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9365 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9369 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9367 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.4937 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9369 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5727 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9377 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 2.5462 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9384 , cls_30 , 0.0000 , 0.1200 , 0.0084 , 7843137.2549 , 2.2222 , 0.7983 , 0.8268 , 0.3725 , 0.0000 , 0.0000 , 0.0000 , 5.4257 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9387 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4659 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9388 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4756 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9389 , cls_30 , 0.0000 , 0.1140 , 0.0069 , 7037037.0370 , 2.1111 , 0.8153 , 0.6903 , 0.4352 , 0.0000 , 0.0000 , 0.0000 , 3.2176 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9396 , cls_30 , 0.0000 , 0.0540 , 0.0050 , 10000000.0000 , 1.8000 , 0.8762 , 0.8302 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.1877 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9397 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9153 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9398 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.9770 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9400 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3289 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9404 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6743 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9405 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0591 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9407 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.2038 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9412 , cls_30 , 0.0000 , 0.0480 , 0.0045 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 5.9165 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9416 , cls_30 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 5.0727 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9419 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4596 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9420 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8881 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9430 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8201 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9431 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 1.3035 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9437 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.5153 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9439 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.5267 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9445 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.9356 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9449 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.4253 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9451 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0169 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9452 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1413 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9454 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.1687 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9460 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.1402 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9462 , cls_30 , 0.0000 , 0.0600 , 0.0054 , 6666666.6667 , 1.4286 , 0.9016 , 0.7598 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.7469 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9467 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.0063 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9469 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.5896 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9474 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.6453 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9475 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.4768 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9480 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5405 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9481 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.2010 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9491 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6559 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9493 , cls_30 , 0.0000 , 0.0720 , 0.0052 , 6666666.6667 , 1.7143 , 0.8797 , 0.6605 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.4358 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9495 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2269 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9498 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5411 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9499 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0983 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9502 , cls_30 , 0.0000 , 0.0540 , 0.0050 , 8571428.5714 , 1.5000 , 0.8902 , 0.8019 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 3.2155 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9506 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.7803 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9507 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4476 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9508 , cls_30 , 0.0000 , 0.0720 , 0.0057 , 6666666.6667 , 1.7143 , 0.8797 , 0.7366 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.3981 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9511 , cls_30 , 0.0000 , 0.0600 , 0.0045 , 8333333.3333 , 1.6667 , 0.8805 , 0.6488 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 5.2312 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9512 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.4917 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9515 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.8994 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9517 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2.4853 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9521 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5727 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9526 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0317 , 0.0272 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9529 , cls_30 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.9284 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9530 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4193 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9531 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8568 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9543 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2816 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9544 , cls_30 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.5593 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 8.2960 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9551 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.5759 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9554 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 1.8477 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9559 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 3.7685 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9561 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.6161 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9562 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6756 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9564 , cls_30 , 0.0000 , 0.0600 , 0.0039 , 7407407.4074 , 1.6667 , 0.8916 , 0.6048 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 2.4933 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9570 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.8077 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9573 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.7502 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9576 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.7573 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9579 , cls_30 , 0.0000 , 0.0600 , 0.0048 , 6666666.6667 , 1.4286 , 0.9016 , 0.7170 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 2.9219 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9580 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.6057 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9583 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.0347 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9584 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7813 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9585 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7435 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9587 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3704 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9589 , cls_30 , 0.0000 , 0.1260 , 0.0065 , 8750000.0000 , 2.6250 , 0.7818 , 0.7247 , 0.3854 , 0.0000 , 0.0000 , 0.0000 , 2.2108 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9594 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.8986 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9597 , cls_30 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 8.7260 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9600 , cls_30 , 0.0000 , 0.0720 , 0.0049 , 4705882.3529 , 1.3333 , 0.9146 , 0.4721 , 0.6176 , 0.0000 , 0.0000 , 0.0000 , 2.6614 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9609 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.2615 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9611 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4992 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9613 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7144 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9618 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.8157 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9623 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.4487 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9624 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 5000000.0000 , 1.2857 , 0.9427 , 0.6605 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 4.1647 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9627 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6434 , 0.0417 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9629 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7503 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9635 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2249 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9637 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.3187 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9646 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4393 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9647 , cls_30 , 0.0000 , 0.1320 , 0.0077 , 5238095.2381 , 2.0000 , 0.8234 , 0.6845 , 0.5774 , 0.0000 , 0.0000 , 0.0000 , 5.9935 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9651 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8373 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9652 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8803 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9656 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.6377 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9657 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9584 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9672 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6847 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9674 , cls_30 , 0.0000 , 0.1200 , 0.0072 , 7017543.8596 , 2.2222 , 0.8085 , 0.6731 , 0.4386 , 0.0000 , 0.0000 , 0.0000 , 2.0807 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9676 , cls_30 , 0.0000 , 0.0600 , 0.0046 , 7407407.4074 , 1.6667 , 0.8916 , 0.6630 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.4732 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9678 , cls_30 , 0.0000 , 0.1020 , 0.0068 , 8095238.0952 , 2.1250 , 0.8172 , 0.7591 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 4.4708 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9679 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.7869 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9688 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8292 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9690 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.6461 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9691 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7338 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9693 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.4357 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9694 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.5740 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9695 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 4848484.8485 , 1.1429 , 0.9594 , 0.4613 , 0.5758 , 0.0000 , 0.0000 , 0.0000 , 3.2717 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9697 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9556 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9703 , cls_30 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 2.9329 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9706 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 5.7854 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9708 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.2309 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9713 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.1942 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9716 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.2892 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9720 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6061 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9725 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 5000000.0000 , 1.0000 , 0.9877 , 0.4341 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 2.2062 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9729 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9646 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9735 , cls_30 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.5351 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9740 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8338 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9748 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.2691 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9755 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9038 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9762 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7295 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9771 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9518 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9778 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.2108 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9781 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.7804 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9787 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9997 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9792 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3489 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9793 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 3.8248 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9796 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.3302 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9798 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.2897 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9799 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.8765 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9801 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.7060 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9804 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.5784 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9807 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.8371 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9808 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2772 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9813 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.4803 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9815 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7709 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9820 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.6688 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9822 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.9295 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9829 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2179 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9832 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0375 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9833 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 6666666.6667 , 1.3333 , 0.9273 , 0.7247 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.5833 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9836 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8962 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9840 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8079 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9841 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3419 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9844 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7973 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9848 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3139 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9850 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4849 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9855 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.7879 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9860 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.8474 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9864 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5463 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9867 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.0075 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9870 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8848 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9887 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4655 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9896 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8 , cls_70 , 0.0000 , 0.0660 , 0.0054 , 8148148.1481 , 1.8333 , 0.8713 , 0.7708 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 3.4419 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 17 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 21.0898 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 20 , cls_70 , 0.0000 , 0.1380 , 0.0087 , 4380952.3810 , 1.9167 , 0.8351 , 0.7009 , 0.6381 , 0.0000 , 0.0000 , 0.0000 , 164.3456 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 27 , cls_70 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.6419 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 3.8737 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 29 , cls_70 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.5414 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 41 , cls_70 , 0.0000 , 0.2820 , 0.0165 , 2191142.1911 , 1.9583 , 0.7970 , 0.5675 , 0.8124 , 0.0000 , 0.0000 , 0.0000 , 7.5642 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 51 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9780 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 53 , cls_70 , 0.0000 , 0.1020 , 0.0074 , 4533333.3333 , 1.7000 , 0.8737 , 0.6997 , 0.6400 , 0.0000 , 0.0000 , 0.0000 , 1.8145 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 71 , cls_70 , 0.0000 , 0.1500 , 0.0132 , 5747126.4368 , 2.2727 , 0.7959 , 0.8914 , 0.4885 , 0.0000 , 0.0000 , 0.0000 , 311.4212 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 74 , cls_70 , 0.0000 , 2.1300 , 0.0708 , 1913230.9351 , 5.0000 , 0.2802 , 0.8954 , 0.8378 , 0.0000 , 0.0000 , 0.0000 , 107.2564 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 79 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 252.8600 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 80 , cls_70 , 0.0000 , 1.6260 , 0.0663 , 1636473.4300 , 4.0448 , 0.3904 , 0.8301 , 0.8590 , 0.0000 , 0.0000 , 0.0000 , 87.6225 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 92 , cls_70 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 12.1168 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 102 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 58.2469 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 119 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.1972 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 146 , cls_70 , 0.0000 , 0.8100 , 0.0331 , 1386748.8444 , 2.6471 , 0.6211 , 0.5786 , 0.8855 , 0.0000 , 0.0000 , 0.0000 , 39.1357 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 196 , cls_70 , 0.0000 , 0.0840 , 0.0059 , 5185185.1852 , 1.5556 , 0.8853 , 0.5676 , 0.5741 , 0.0000 , 0.0000 , 0.0000 , 51.0614 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 230 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 20.3234 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 251 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 163.6194 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 270 , cls_70 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 9.6199 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 274 , cls_70 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 39.0197 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 296 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 163.9561 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 301 , cls_70 , 0.0000 , 0.1620 , 0.0116 , 5142857.1429 , 2.2500 , 0.7954 , 0.8293 , 0.5857 , 0.0000 , 0.0000 , 0.0000 , 4.1614 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 325 , cls_70 , 0.0000 , 0.2100 , 0.0200 , 2745098.0392 , 1.8421 , 0.8214 , 0.8507 , 0.7510 , 0.0000 , 0.0000 , 0.0000 , 146.2225 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 414 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.9962 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 437 , cls_70 , 0.0000 , 0.0780 , 0.0061 , 7222222.2222 , 1.8571 , 0.8622 , 0.8137 , 0.4028 , 0.0000 , 0.0000 , 0.0000 , 222.8204 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 444 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7896 , 0.0446 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 456 , cls_70 , 0.0000 , 0.0900 , 0.0077 , 5263157.8947 , 1.6667 , 0.8749 , 0.7506 , 0.5614 , 0.0000 , 0.0000 , 0.0000 , 318.4506 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 473 , cls_70 , 0.0000 , 0.1260 , 0.0090 , 2800000.0000 , 1.4000 , 0.8974 , 0.6483 , 0.7700 , 0.0000 , 0.0000 , 0.0000 , 19.2379 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 485 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.2976 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 487 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 38.1454 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 515 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 254.4499 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 518 , cls_70 , 0.0000 , 0.1080 , 0.0094 , 4137931.0345 , 1.6364 , 0.8755 , 0.7866 , 0.6379 , 0.0000 , 0.0000 , 0.0000 , 39.4088 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 571 , cls_70 , 0.0000 , 0.0600 , 0.0049 , 4444444.4444 , 1.2500 , 0.9427 , 0.5225 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 61.6805 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 600 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 318.6527 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 601 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 260.8886 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 656 , cls_70 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.6339 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 692 , cls_70 , 0.0000 , 0.0600 , 0.0047 , 4444444.4444 , 1.2500 , 0.9427 , 0.5225 , 0.6333 , 0.0000 , 0.0000 , 0.0000 , 270.7034 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 715 , cls_70 , 0.0000 , 0.2460 , 0.0176 , 1798245.6140 , 1.6400 , 0.8458 , 0.7385 , 0.8454 , 0.0000 , 0.0000 , 0.0000 , 47.0788 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 720 , cls_70 , 0.0000 , 0.9540 , 0.0571 , 1763727.1215 , 3.1800 , 0.5492 , 0.8767 , 0.8500 , 0.0000 , 0.0000 , 0.0000 , 56.7801 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 731 , cls_70 , 0.0000 , 0.1080 , 0.0077 , 2790697.6744 , 1.2857 , 0.9194 , 0.4356 , 0.7674 , 0.0000 , 0.0000 , 0.0000 , 20.0364 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 737 , cls_70 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 3.0052 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 769 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.4855 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 775 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.4164 , 0.0362 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 804 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.4583 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 831 , cls_70 , 0.0000 , 0.4740 , 0.0219 , 1803652.9680 , 2.2571 , 0.7179 , 0.5600 , 0.8527 , 0.0000 , 0.0000 , 0.0000 , 61.5457 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 852 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6207 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 885 , cls_70 , 0.0000 , 0.0600 , 0.0048 , 6060606.0606 , 1.4286 , 0.9110 , 0.7199 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 131.9805 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 951 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.1266 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 979 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 52.7578 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 981 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 131.3927 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1003 , cls_70 , 0.0000 , 0.0600 , 0.0048 , 4444444.4444 , 1.2500 , 0.9427 , 0.5756 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 15.0446 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1010 , cls_70 , 0.0000 , 0.1440 , 0.0109 , 4324324.3243 , 1.8462 , 0.8303 , 0.7978 , 0.6441 , 0.0000 , 0.0000 , 0.0000 , 140.7734 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1014 , cls_70 , 0.0000 , 0.7200 , 0.0327 , 1587301.5873 , 2.6667 , 0.6356 , 0.7079 , 0.8661 , 0.0000 , 0.0000 , 0.0000 , 7.8670 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1089 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.1525 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1098 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.1521 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1120 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7647 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1189 , cls_70 , 0.0000 , 0.1500 , 0.0099 , 4504504.5045 , 1.9231 , 0.8201 , 0.7397 , 0.6441 , 0.0000 , 0.0000 , 0.0000 , 6.2061 , 0.0443 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1246 , cls_70 , 0.0000 , 0.1020 , 0.0083 , 3655913.9785 , 1.4167 , 0.8966 , 0.7278 , 0.6935 , 0.0000 , 0.0000 , 0.0000 , 3.6080 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1254 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 14.0411 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1262 , cls_70 , 0.0000 , 0.0900 , 0.0071 , 5000000.0000 , 1.6667 , 0.8801 , 0.7551 , 0.5750 , 0.0000 , 0.0000 , 0.0000 , 80.0717 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1299 , cls_70 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 41.2564 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1304 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 9.4617 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1307 , cls_70 , 0.0000 , 0.0540 , 0.0047 , 4615384.6154 , 1.1250 , 0.9510 , 0.5862 , 0.5897 , 0.0000 , 0.0000 , 0.0000 , 5.5866 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1334 , cls_70 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 38.1026 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1342 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.5718 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1347 , cls_70 , 0.0000 , 0.1020 , 0.0081 , 2982456.1404 , 1.3077 , 0.9195 , 0.6731 , 0.7368 , 0.0000 , 0.0000 , 0.0000 , 2.9707 , 0.0532 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1367 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.5187 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1403 , cls_70 , 0.0000 , 0.0540 , 0.0046 , 6666666.6667 , 1.5000 , 0.9139 , 0.7453 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 61.1706 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1415 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 21.8630 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1418 , cls_70 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 6.3734 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1419 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1078 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1423 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.9534 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1431 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.1710 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1470 , cls_70 , 0.0000 , 0.1500 , 0.0099 , 3875968.9922 , 1.7857 , 0.8358 , 0.7040 , 0.6744 , 0.0000 , 0.0000 , 0.0000 , 36.5103 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1482 , cls_70 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 12.5176 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1496 , cls_70 , 0.0000 , 0.0840 , 0.0076 , 5185185.1852 , 1.5556 , 0.8853 , 0.8166 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 6.6083 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1511 , cls_70 , 0.0000 , 0.1860 , 0.0121 , 3039215.6863 , 1.8235 , 0.8294 , 0.7360 , 0.7525 , 0.0000 , 0.0000 , 0.0000 , 34.4262 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1532 , cls_70 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 22.9160 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1542 , cls_70 , 0.0000 , 0.4560 , 0.0182 , 2598290.5983 , 2.7143 , 0.6845 , 0.5834 , 0.7812 , 0.0000 , 0.0000 , 0.0000 , 1.7201 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1566 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 4444444.4444 , 1.0000 , 1.0000 , 0.3634 , 0.5926 , 0.0000 , 0.0000 , 0.0000 , 14.6896 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1581 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.5502 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1595 , cls_70 , 0.0000 , 0.0600 , 0.0052 , 4761904.7619 , 1.2500 , 0.9354 , 0.6637 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 9.1593 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1606 , cls_70 , 0.0000 , 0.0660 , 0.0053 , 3859649.1228 , 1.2222 , 0.9464 , 0.5435 , 0.6754 , 0.0000 , 0.0000 , 0.0000 , 5.2309 , 0.0268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1683 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5094 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1689 , cls_70 , 0.0000 , 0.2160 , 0.0133 , 2033898.3051 , 1.6364 , 0.8525 , 0.5780 , 0.8291 , 0.0000 , 0.0000 , 0.0000 , 20.9697 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1694 , cls_70 , 0.0000 , 0.1080 , 0.0076 , 3333333.3333 , 1.5000 , 0.8991 , 0.4850 , 0.7269 , 0.0000 , 0.0000 , 0.0000 , 23.7232 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1702 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.0472 , 0.0309 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1739 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 42.8622 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1741 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.7416 , 0.0268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1749 , cls_70 , 0.0000 , 0.0540 , 0.0048 , 6666666.6667 , 1.5000 , 0.9139 , 0.7838 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 5.2573 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1752 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9704 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1767 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 39.3632 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1800 , cls_70 , 0.0000 , 0.0600 , 0.0050 , 6666666.6667 , 1.4286 , 0.9016 , 0.6817 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.6431 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1803 , cls_70 , 0.0000 , 0.0600 , 0.0048 , 4444444.4444 , 1.2500 , 0.9427 , 0.5756 , 0.6333 , 0.0000 , 0.0000 , 0.0000 , 5.3815 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1807 , cls_70 , 0.0000 , 0.0540 , 0.0049 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 5.8969 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1841 , cls_70 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 3.9292 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1870 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.5641 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1937 , cls_70 , 0.0000 , 0.1380 , 0.0084 , 3407407.4074 , 1.6429 , 0.8620 , 0.6506 , 0.7222 , 0.0000 , 0.0000 , 0.0000 , 10.7371 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1938 , cls_70 , 0.0000 , 0.0540 , 0.0046 , 5000000.0000 , 1.2857 , 0.9427 , 0.6180 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 6.9818 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1940 , cls_70 , 0.0000 , 0.0480 , 0.0037 , 4848484.8485 , 1.1429 , 0.9594 , 0.2997 , 0.6061 , 0.0000 , 0.0000 , 0.0000 , 4.2358 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1977 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7322 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2000 , cls_70 , 0.0000 , 0.0840 , 0.0067 , 2828282.8283 , 1.1667 , 0.9513 , 0.3536 , 0.7626 , 0.0000 , 0.0000 , 0.0000 , 6.4715 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2034 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.6138 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2040 , cls_70 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 3.9924 , 0.0362 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2050 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0699 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2093 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 2.6315 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2103 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.4750 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2146 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.4255 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2153 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9469 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2162 , cls_70 , 0.0000 , 0.0540 , 0.0045 , 4615384.6154 , 1.1250 , 0.9510 , 0.5963 , 0.6154 , 0.0000 , 0.0000 , 0.0000 , 4.6056 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2174 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.5473 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2189 , cls_70 , 0.0000 , 0.0480 , 0.0038 , 5333333.3333 , 1.1429 , 0.9495 , 0.4907 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 3.0489 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2202 , cls_70 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 15.5785 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2203 , cls_70 , 0.0000 , 0.3780 , 0.0212 , 1516245.4874 , 1.8529 , 0.7871 , 0.5746 , 0.8700 , 0.0000 , 0.0000 , 0.0000 , 28.5438 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2211 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.1870 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2239 , cls_70 , 0.0000 , 0.0840 , 0.0075 , 2916666.6667 , 1.1667 , 0.9477 , 0.6262 , 0.7396 , 0.0000 , 0.0000 , 0.0000 , 3.5396 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2246 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6782 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2248 , cls_70 , 0.0000 , 0.3240 , 0.0202 , 2208588.9571 , 2.0769 , 0.7704 , 0.7332 , 0.8139 , 0.0000 , 0.0000 , 0.0000 , 5.0562 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2269 , cls_70 , 0.0000 , 0.0540 , 0.0048 , 3529411.7647 , 1.0000 , 0.9801 , 0.4721 , 0.6863 , 0.0000 , 0.0000 , 0.0000 , 5.8030 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2270 , cls_70 , 0.0000 , 0.0600 , 0.0045 , 5555555.5556 , 1.4286 , 0.9196 , 0.5506 , 0.5278 , 0.0000 , 0.0000 , 0.0000 , 8.9181 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2275 , cls_70 , 0.0000 , 0.0720 , 0.0062 , 3200000.0000 , 1.2000 , 0.9566 , 0.5639 , 0.7133 , 0.0000 , 0.0000 , 0.0000 , 14.6307 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2302 , cls_70 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 11.9028 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2342 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7032 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2354 , cls_70 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.9186 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2387 , cls_70 , 0.0000 , 0.2280 , 0.0140 , 2945736.4341 , 2.0000 , 0.7998 , 0.7423 , 0.7422 , 0.0000 , 0.0000 , 0.0000 , 3.6187 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2389 , cls_70 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 2.0901 , 0.0618 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2391 , cls_70 , 0.0000 , 0.0660 , 0.0052 , 7333333.3333 , 1.5714 , 0.8812 , 0.6255 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 12.1971 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2403 , cls_70 , 0.0000 , 0.1080 , 0.0083 , 3157894.7368 , 1.3846 , 0.9052 , 0.6442 , 0.7368 , 0.0000 , 0.0000 , 0.0000 , 77.5451 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2416 , cls_70 , 0.0000 , 0.0840 , 0.0057 , 4666666.6667 , 1.5556 , 0.8961 , 0.5609 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 8.0206 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2425 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 16.4021 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2430 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 3.2044 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2461 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.3814 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2465 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.4206 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2520 , cls_70 , 0.0000 , 0.3780 , 0.0208 , 2142857.1429 , 2.2500 , 0.7442 , 0.7469 , 0.8180 , 0.0000 , 0.0000 , 0.0000 , 24.9703 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2530 , cls_70 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.0076 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2611 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9105 , 0.0618 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2640 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7634 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2650 , cls_70 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 19.2574 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2741 , cls_70 , 0.0000 , 0.0600 , 0.0050 , 4166666.6667 , 1.2500 , 0.9495 , 0.5473 , 0.6458 , 0.0000 , 0.0000 , 0.0000 , 4.2071 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2743 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.5528 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2756 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.0434 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2777 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.2932 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2791 , cls_70 , 0.0000 , 0.0540 , 0.0044 , 4615384.6154 , 1.1250 , 0.9510 , 0.5862 , 0.6154 , 0.0000 , 0.0000 , 0.0000 , 1.7806 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2796 , cls_70 , 0.0000 , 0.4500 , 0.0198 , 2645502.6455 , 2.6786 , 0.6853 , 0.6022 , 0.7769 , 0.0000 , 0.0000 , 0.0000 , 45.8465 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2836 , cls_70 , 0.0000 , 0.1020 , 0.0072 , 3777777.7778 , 1.5455 , 0.8930 , 0.6707 , 0.6889 , 0.0000 , 0.0000 , 0.0000 , 2.4564 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2839 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.3089 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2901 , cls_70 , 0.0000 , 0.2220 , 0.0100 , 5736434.1085 , 2.6429 , 0.7360 , 0.6513 , 0.5426 , 0.0000 , 0.0000 , 0.0000 , 2.3606 , 0.0360 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2906 , cls_70 , 0.0000 , 0.0420 , 0.0034 , 5185185.1852 , 1.1667 , 0.9673 , 0.4270 , 0.5741 , 0.0000 , 0.0000 , 0.0000 , 6.1047 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2911 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7885 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2957 , cls_70 , 0.0000 , 0.2280 , 0.0164 , 1481481.4815 , 1.4074 , 0.8846 , 0.5473 , 0.8743 , 0.0000 , 0.0000 , 0.0000 , 51.3571 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2989 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5525 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3012 , cls_70 , 0.0000 , 0.3000 , 0.0260 , 3333333.3333 , 2.5000 , 0.7387 , 0.8830 , 0.7150 , 0.0000 , 0.0000 , 0.0000 , 5.6297 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3155 , cls_70 , 0.0000 , 0.0840 , 0.0072 , 4666666.6667 , 1.5556 , 0.8961 , 0.7598 , 0.6083 , 0.0000 , 0.0000 , 0.0000 , 8.7074 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3157 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 14.6238 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3170 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.4232 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3171 , cls_70 , 0.0000 , 0.0480 , 0.0039 , 5333333.3333 , 1.1429 , 0.9495 , 0.6021 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 5.2874 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3179 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.6014 , 0.0418 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3196 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0042 , 0.0272 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3206 , cls_70 , 0.0000 , 0.5880 , 0.0349 , 1666666.6667 , 2.4500 , 0.6791 , 0.7969 , 0.8605 , 0.0000 , 0.0000 , 0.0000 , 15.9389 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3209 , cls_70 , 0.0000 , 0.0600 , 0.0053 , 4761904.7619 , 1.2500 , 0.9354 , 0.6927 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 50.4399 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3266 , cls_70 , 0.0000 , 0.0660 , 0.0054 , 4074074.0741 , 1.2222 , 0.9405 , 0.5593 , 0.6574 , 0.0000 , 0.0000 , 0.0000 , 4.4276 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3295 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.4657 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3311 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2282 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3326 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3587 , 0.0362 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3330 , cls_70 , 0.0000 , 0.0960 , 0.0089 , 8205128.2051 , 2.0000 , 0.8239 , 0.8783 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.5841 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3363 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7124 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3368 , cls_70 , 0.0000 , 0.2460 , 0.0169 , 2507645.2599 , 1.9524 , 0.8052 , 0.7628 , 0.7875 , 0.0000 , 0.0000 , 0.0000 , 20.2355 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3374 , cls_70 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.5255 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3395 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.3535 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3429 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.1336 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3432 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9597 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3439 , cls_70 , 0.0000 , 0.0360 , 0.0031 , 5000000.0000 , 1.0000 , 0.9877 , 0.4341 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 2.6598 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3465 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.0221 , 0.0760 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3474 , cls_70 , 0.0000 , 0.0600 , 0.0052 , 3703703.7037 , 1.1111 , 0.9624 , 0.5416 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 1.9315 , 0.0626 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3480 , cls_70 , 0.0000 , 0.0540 , 0.0044 , 4285714.2857 , 1.1250 , 0.9589 , 0.4429 , 0.6310 , 0.0000 , 0.0000 , 0.0000 , 2.8032 , 0.0297 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3483 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9461 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3492 , cls_70 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.7187 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3519 , cls_70 , 0.0000 , 0.1020 , 0.0060 , 8095238.0952 , 2.1250 , 0.8172 , 0.6927 , 0.3452 , 0.0000 , 0.0000 , 0.0000 , 1.2130 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3532 , cls_70 , 0.0000 , 0.0780 , 0.0063 , 2988505.7471 , 1.1818 , 0.9544 , 0.4942 , 0.7471 , 0.0000 , 0.0000 , 0.0000 , 3.5259 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3543 , cls_70 , 0.0000 , 0.0720 , 0.0054 , 4444444.4444 , 1.3333 , 0.9206 , 0.6048 , 0.6296 , 0.0000 , 0.0000 , 0.0000 , 2.7056 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3580 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3935 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3588 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.4441 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3598 , cls_70 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0598 , 0.0395 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3599 , cls_70 , 0.0000 , 0.0780 , 0.0054 , 5098039.2157 , 1.4444 , 0.8964 , 0.6268 , 0.5784 , 0.0000 , 0.0000 , 0.0000 , 5.0380 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3605 , cls_70 , 0.0000 , 0.0660 , 0.0040 , 6666666.6667 , 1.5714 , 0.8903 , 0.5170 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 1.0111 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3615 , cls_70 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.3160 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3630 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.1673 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3639 , cls_70 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.2709 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3654 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.4672 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3657 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.6565 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3678 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 12.7894 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3694 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 33.4301 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3723 , cls_70 , 0.0000 , 0.1080 , 0.0072 , 4137931.0345 , 1.6364 , 0.8755 , 0.6193 , 0.6494 , 0.0000 , 0.0000 , 0.0000 , 7.3118 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3757 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0886 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3787 , cls_70 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.6729 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3814 , cls_70 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.9153 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3834 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7429 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3864 , cls_70 , 0.0000 , 0.0840 , 0.0060 , 5490196.0784 , 1.5556 , 0.8795 , 0.7075 , 0.5588 , 0.0000 , 0.0000 , 0.0000 , 8.2622 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3873 , cls_70 , 0.0000 , 0.0900 , 0.0064 , 3448275.8621 , 1.3636 , 0.9197 , 0.4942 , 0.7184 , 0.0000 , 0.0000 , 0.0000 , 5.6904 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3883 , cls_70 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 10.4032 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3900 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7135 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3914 , cls_70 , 0.0000 , 0.0540 , 0.0045 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 13.3491 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3916 , cls_70 , 0.0000 , 0.0780 , 0.0069 , 7878787.8788 , 1.8571 , 0.8541 , 0.8426 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.9464 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3949 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6419 , 0.0446 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4046 , cls_70 , 0.0000 , 0.0540 , 0.0044 , 6000000.0000 , 1.2857 , 0.9243 , 0.6894 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.1701 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4052 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.2637 , 0.0454 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4062 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 42.4849 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4063 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 32.4722 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4095 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.8881 , 0.0268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4101 , cls_70 , 0.0000 , 0.1380 , 0.0087 , 4646464.6465 , 1.9167 , 0.8291 , 0.6933 , 0.6162 , 0.0000 , 0.0000 , 0.0000 , 178.7865 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4130 , cls_70 , 0.0000 , 0.0540 , 0.0047 , 6000000.0000 , 1.2857 , 0.9243 , 0.7170 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 20.3247 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4139 , cls_70 , 0.0000 , 0.2940 , 0.0146 , 2401960.7843 , 2.0417 , 0.7786 , 0.3465 , 0.8064 , 0.0000 , 0.0000 , 0.0000 , 17.9747 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4142 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9182 , 0.0297 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4156 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 1.8174 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4170 , cls_70 , 0.0000 , 0.0600 , 0.0050 , 4444444.4444 , 1.2500 , 0.9427 , 0.5225 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 44.5856 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4199 , cls_70 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.0448 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4212 , cls_70 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.3513 , 0.0285 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4237 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.2338 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4255 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6981 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4270 , cls_70 , 0.0000 , 5.6700 , 0.1151 , 1801029.1595 , 7.9412 , -0.2018 , 0.8782 , 0.8504 , 0.0000 , 0.0000 , 0.0000 , 453.0094 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4273 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 886.3652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4277 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 22.3807 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4288 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.2675 , 0.0285 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4309 , cls_70 , 0.0000 , 0.3360 , 0.0167 , 2986666.6667 , 2.4348 , 0.7296 , 0.6455 , 0.7507 , 0.0000 , 0.0000 , 0.0000 , 59.1595 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4324 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8488 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4328 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 17.8000 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4336 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 35.8257 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4340 , cls_70 , 0.0000 , 0.1020 , 0.0073 , 4047619.0476 , 1.5455 , 0.8856 , 0.5806 , 0.6488 , 0.0000 , 0.0000 , 0.0000 , 353.0305 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4342 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 47.8173 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4362 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.8507 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4373 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.5616 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4389 , cls_70 , 0.0000 , 0.3180 , 0.0163 , 3642611.6838 , 2.6500 , 0.7190 , 0.6988 , 0.6993 , 0.0000 , 0.0000 , 0.0000 , 428.1605 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4400 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9596 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4406 , cls_70 , 0.0000 , 0.1320 , 0.0103 , 4190476.1905 , 1.8333 , 0.8462 , 0.7826 , 0.6381 , 0.0000 , 0.0000 , 0.0000 , 18.2620 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4422 , cls_70 , 0.0000 , 0.0960 , 0.0087 , 4266666.6667 , 1.6000 , 0.8881 , 0.8011 , 0.6200 , 0.0000 , 0.0000 , 0.0000 , 113.8244 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4424 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 37.7534 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4427 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3367 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4435 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.9101 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4449 , cls_70 , 0.0000 , 0.0600 , 0.0047 , 4444444.4444 , 1.2500 , 0.9427 , 0.5756 , 0.6333 , 0.0000 , 0.0000 , 0.0000 , 3.4564 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4458 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.2039 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4459 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 17.6982 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4466 , cls_70 , 0.0000 , 0.0600 , 0.0047 , 6666666.6667 , 1.4286 , 0.9016 , 0.7598 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 883.9293 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4488 , cls_70 , 0.0000 , 0.1320 , 0.0109 , 4190476.1905 , 1.8333 , 0.8462 , 0.8079 , 0.6381 , 0.0000 , 0.0000 , 0.0000 , 5.9924 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4507 , cls_70 , 0.0000 , 0.9960 , 0.0444 , 2157244.9643 , 3.6087 , 0.5170 , 0.8086 , 0.8164 , 0.0000 , 0.0000 , 0.0000 , 171.4581 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4511 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.5346 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4525 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 17.2513 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4538 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 876.3504 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4550 , cls_70 , 0.0000 , 0.0540 , 0.0046 , 3750000.0000 , 1.1250 , 0.9734 , 0.4008 , 0.6771 , 0.0000 , 0.0000 , 0.0000 , 30.1917 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4583 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 6.0475 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4594 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5881 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4608 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.6021 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 3.4182 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4629 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 132.2735 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4641 , cls_70 , 0.0000 , 0.0480 , 0.0045 , 5925925.9259 , 1.3333 , 0.9389 , 0.7135 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 702.2781 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4649 , cls_70 , 0.0000 , 0.2580 , 0.0142 , 4623655.9140 , 2.6875 , 0.7318 , 0.8595 , 0.6425 , 0.0000 , 0.0000 , 0.0000 , 161.2588 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4672 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2779 , 0.0351 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4713 , cls_70 , 0.0000 , 0.0660 , 0.0044 , 7333333.3333 , 1.5714 , 0.8812 , 0.6021 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 79.3692 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4715 , cls_70 , 0.0000 , 0.1440 , 0.0097 , 2352941.1765 , 1.4118 , 0.8986 , 0.4589 , 0.8039 , 0.0000 , 0.0000 , 0.0000 , 1.6114 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4716 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1161 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4722 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.2967 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4732 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 881.3067 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4737 , cls_70 , 0.0000 , 0.2040 , 0.0113 , 5151515.1515 , 2.4286 , 0.7597 , 0.7357 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 127.9364 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4748 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 68.7908 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4763 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.8459 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4803 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 1.6951 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4827 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 875.7868 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4842 , cls_70 , 0.0000 , 0.6060 , 0.0295 , 1614708.2334 , 2.4634 , 0.6758 , 0.6572 , 0.8669 , 0.0000 , 0.0000 , 0.0000 , 5.7757 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4853 , cls_70 , 0.0000 , 0.1440 , 0.0111 , 3333333.3333 , 1.7143 , 0.8582 , 0.7235 , 0.7188 , 0.0000 , 0.0000 , 0.0000 , 91.7246 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4897 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 883.4859 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4940 , cls_70 , 0.0000 , 0.0960 , 0.0077 , 5925925.9259 , 1.7778 , 0.8547 , 0.8121 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 728.3027 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4943 , cls_70 , 0.0000 , 0.0540 , 0.0044 , 4285714.2857 , 1.1250 , 0.9589 , 0.4757 , 0.6429 , 0.0000 , 0.0000 , 0.0000 , 5.4266 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4984 , cls_70 , 0.0000 , 0.2280 , 0.0135 , 3127572.0165 , 2.1111 , 0.7931 , 0.7708 , 0.7366 , 0.0000 , 0.0000 , 0.0000 , 922.1003 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4990 , cls_70 , 0.0000 , 0.0660 , 0.0059 , 3859649.1228 , 1.2222 , 0.9464 , 0.6278 , 0.6579 , 0.0000 , 0.0000 , 0.0000 , 6.3629 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5000 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 4666666.6667 , 1.0000 , 0.9782 , 0.4907 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 3.6607 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5020 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.9775 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5026 , cls_70 , 0.0000 , 0.2580 , 0.0136 , 2606060.6061 , 2.0476 , 0.7925 , 0.6163 , 0.7864 , 0.0000 , 0.0000 , 0.0000 , 833.9084 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5031 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8657 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5037 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2740 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5046 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2399 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5059 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0605 , 0.0474 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5072 , cls_70 , 0.0000 , 0.0780 , 0.0068 , 3333333.3333 , 1.1818 , 0.9419 , 0.6322 , 0.7051 , 0.0000 , 0.0000 , 0.0000 , 3.8386 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5108 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.7966 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5113 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 270.5242 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5122 , cls_70 , 0.0000 , 0.0960 , 0.0074 , 3232323.2323 , 1.3333 , 0.9184 , 0.6145 , 0.7323 , 0.0000 , 0.0000 , 0.0000 , 4.4246 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5123 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7756 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5154 , cls_70 , 0.0000 , 0.1260 , 0.0101 , 2857142.8571 , 1.5000 , 0.8950 , 0.6495 , 0.7585 , 0.0000 , 0.0000 , 0.0000 , 7.0201 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5155 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0223 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5156 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 141.4247 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5167 , cls_70 , 0.0000 , 0.0600 , 0.0053 , 5555555.5556 , 1.4286 , 0.9196 , 0.7117 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 8.7292 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5173 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 13.3553 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5223 , cls_70 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.1099 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5238 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 271.0139 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5267 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 704.0129 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5292 , cls_70 , 0.0000 , 0.0600 , 0.0050 , 6060606.0606 , 1.4286 , 0.9110 , 0.6498 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 2.2900 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5313 , cls_70 , 0.0000 , 0.2460 , 0.0114 , 4019607.8431 , 2.4118 , 0.7538 , 0.6028 , 0.6740 , 0.0000 , 0.0000 , 0.0000 , 400.7938 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5319 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 720.5295 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5333 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 100.1459 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5340 , cls_70 , 0.0000 , 2.1780 , 0.0598 , 1510611.7353 , 4.4815 , 0.2868 , 0.7111 , 0.8748 , 0.0000 , 0.0000 , 0.0000 , 827.8822 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5358 , cls_70 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 51.5480 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5372 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.7902 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5421 , cls_70 , 0.0000 , 0.2700 , 0.0141 , 2439024.3902 , 1.9565 , 0.7921 , 0.6520 , 0.7886 , 0.0000 , 0.0000 , 0.0000 , 12.6592 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5457 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 72.0378 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5488 , cls_70 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 55.9796 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5498 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 578.1996 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5499 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 422.2168 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5514 , cls_70 , 0.0000 , 0.2100 , 0.0147 , 2160493.8272 , 1.6667 , 0.8497 , 0.6437 , 0.8148 , 0.0000 , 0.0000 , 0.0000 , 12.0659 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5533 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5034 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5537 , cls_70 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.5284 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5571 , cls_70 , 0.0000 , 0.6840 , 0.0299 , 2846441.9476 , 3.4545 , 0.5857 , 0.7621 , 0.7640 , 0.0000 , 0.0000 , 0.0000 , 961.1448 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5586 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.0979 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5603 , cls_70 , 0.0000 , 0.1260 , 0.0106 , 3181818.1818 , 1.5000 , 0.8827 , 0.7853 , 0.7197 , 0.0000 , 0.0000 , 0.0000 , 69.9257 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5702 , cls_70 , 0.0000 , 0.0480 , 0.0044 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 2.1614 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5705 , cls_70 , 0.0000 , 0.5280 , 0.0247 , 2256410.2564 , 2.6667 , 0.6686 , 0.6530 , 0.8115 , 0.0000 , 0.0000 , 0.0000 , 21.8073 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5722 , cls_70 , 0.0000 , 0.1620 , 0.0132 , 5142857.1429 , 2.2500 , 0.7954 , 0.8458 , 0.5571 , 0.0000 , 0.0000 , 0.0000 , 70.2997 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5737 , cls_70 , 0.0000 , 0.3000 , 0.0184 , 2645502.6455 , 2.1739 , 0.7639 , 0.7258 , 0.7817 , 0.0000 , 0.0000 , 0.0000 , 87.2531 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5742 , cls_70 , 0.0000 , 0.0840 , 0.0060 , 5833333.3333 , 1.7500 , 0.8735 , 0.7004 , 0.5313 , 0.0000 , 0.0000 , 0.0000 , 61.1771 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5783 , cls_70 , 0.0000 , 0.2460 , 0.0164 , 3549783.5498 , 2.2778 , 0.7667 , 0.8118 , 0.6991 , 0.0000 , 0.0000 , 0.0000 , 16.4940 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5817 , cls_70 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 184.6002 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5826 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 26.5394 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5840 , cls_70 , 0.0000 , 0.1440 , 0.0081 , 5161290.3226 , 2.0000 , 0.8123 , 0.6842 , 0.5860 , 0.0000 , 0.0000 , 0.0000 , 414.5630 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5874 , cls_70 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8130 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5899 , cls_70 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 409.4249 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5902 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 112.9018 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5929 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.5019 , 0.0361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5934 , cls_70 , 0.0000 , 0.0780 , 0.0059 , 5098039.2157 , 1.4444 , 0.8964 , 0.7453 , 0.5882 , 0.0000 , 0.0000 , 0.0000 , 6.6288 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5950 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 46.9113 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5961 , cls_70 , 0.0000 , 0.1260 , 0.0091 , 3111111.1111 , 1.5000 , 0.8853 , 0.6129 , 0.7407 , 0.0000 , 0.0000 , 0.0000 , 9.7098 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5980 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.3553 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6051 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 23.5824 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6058 , cls_70 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.1132 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6069 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.8894 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6092 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1816 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6097 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 33.3802 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6105 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3097 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6140 , cls_70 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 13.7527 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6151 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 4444444.4444 , 1.1429 , 0.9685 , 0.4731 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 35.2320 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6154 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9979 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6188 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.0812 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6190 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 17.8572 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6217 , cls_70 , 0.0000 , 0.0540 , 0.0047 , 6000000.0000 , 1.2857 , 0.9243 , 0.6817 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 96.4394 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6231 , cls_70 , 0.0000 , 0.0660 , 0.0052 , 5238095.2381 , 1.3750 , 0.9142 , 0.7379 , 0.5476 , 0.0000 , 0.0000 , 0.0000 , 3.4272 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6234 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7954 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6236 , cls_70 , 0.0000 , 0.0540 , 0.0051 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 3.3959 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6242 , cls_70 , 0.0000 , 0.0720 , 0.0057 , 3636363.6364 , 1.2000 , 0.9422 , 0.5881 , 0.6970 , 0.0000 , 0.0000 , 0.0000 , 5.2820 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6243 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6938 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6265 , cls_70 , 0.0000 , 0.0660 , 0.0047 , 5238095.2381 , 1.3750 , 0.9142 , 0.5544 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 3.3877 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6296 , cls_70 , 0.0000 , 0.1140 , 0.0077 , 3619047.6190 , 1.5833 , 0.8825 , 0.6572 , 0.7000 , 0.0000 , 0.0000 , 0.0000 , 13.5314 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6298 , cls_70 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 18.4725 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6331 , cls_70 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 52.8326 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6353 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.2253 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6356 , cls_70 , 0.0000 , 0.6120 , 0.0255 , 3090909.0909 , 3.4000 , 0.6032 , 0.7743 , 0.7462 , 0.0000 , 0.0000 , 0.0000 , 16.8585 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6384 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4535 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6402 , cls_70 , 0.0000 , 0.0480 , 0.0042 , 4102564.1026 , 1.0000 , 0.9771 , 0.4827 , 0.6410 , 0.0000 , 0.0000 , 0.0000 , 3.7538 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6406 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3008 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6411 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0063 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6413 , cls_70 , 0.0000 , 0.0600 , 0.0048 , 4761904.7619 , 1.2500 , 0.9354 , 0.5652 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 9.9604 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6428 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 30.2761 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6429 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.8252 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6436 , cls_70 , 0.0000 , 0.7380 , 0.0360 , 1240544.6293 , 2.3654 , 0.6596 , 0.6655 , 0.8921 , 0.0000 , 0.0000 , 0.0000 , 115.4602 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6438 , cls_70 , 0.0000 , 0.0540 , 0.0045 , 5454545.4545 , 1.2857 , 0.9338 , 0.6498 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 4.1006 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6444 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4987 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6477 , cls_70 , 0.0000 , 0.0780 , 0.0060 , 4561403.5088 , 1.4444 , 0.9079 , 0.6442 , 0.6228 , 0.0000 , 0.0000 , 0.0000 , 4.5181 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6483 , cls_70 , 0.0000 , 0.0540 , 0.0051 , 7500000.0000 , 1.5000 , 0.9026 , 0.7963 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.3072 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6496 , cls_70 , 0.0000 , 0.0540 , 0.0046 , 6666666.6667 , 1.5000 , 0.9139 , 0.7135 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 20.2188 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6527 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 19.2769 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6540 , cls_70 , 0.0000 , 0.0840 , 0.0053 , 6666666.6667 , 1.7500 , 0.8605 , 0.7078 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 8.2355 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6549 , cls_70 , 0.0000 , 0.0540 , 0.0045 , 4615384.6154 , 1.1250 , 0.9510 , 0.5132 , 0.6154 , 0.0000 , 0.0000 , 0.0000 , 3.2601 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6553 , cls_70 , 0.0000 , 0.1200 , 0.0086 , 3508771.9298 , 1.5385 , 0.8788 , 0.6976 , 0.6974 , 0.0000 , 0.0000 , 0.0000 , 13.8502 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6559 , cls_70 , 0.0000 , 0.1500 , 0.0098 , 2976190.4762 , 1.6667 , 0.8649 , 0.6522 , 0.7649 , 0.0000 , 0.0000 , 0.0000 , 24.9070 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6562 , cls_70 , 0.0000 , 0.1140 , 0.0077 , 5066666.6667 , 1.9000 , 0.8472 , 0.6021 , 0.5733 , 0.0000 , 0.0000 , 0.0000 , 11.8793 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6582 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.6224 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6601 , cls_70 , 0.0000 , 0.1440 , 0.0089 , 5517241.3793 , 2.1818 , 0.8058 , 0.7522 , 0.5402 , 0.0000 , 0.0000 , 0.0000 , 46.8023 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6633 , cls_70 , 0.0000 , 0.0660 , 0.0057 , 3333333.3333 , 1.1000 , 0.9627 , 0.5170 , 0.7045 , 0.0000 , 0.0000 , 0.0000 , 2.0408 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6634 , cls_70 , 0.0000 , 0.1140 , 0.0082 , 4871794.8718 , 1.7273 , 0.8511 , 0.7763 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 3.7260 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6642 , cls_70 , 0.0000 , 0.0960 , 0.0067 , 3555555.5556 , 1.4545 , 0.9078 , 0.4838 , 0.7111 , 0.0000 , 0.0000 , 0.0000 , 7.2136 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6659 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.1768 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6673 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 17.9802 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6689 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 347.2931 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6754 , cls_70 , 0.0000 , 0.0540 , 0.0043 , 4615384.6154 , 1.1250 , 0.9510 , 0.5132 , 0.6282 , 0.0000 , 0.0000 , 0.0000 , 104.3579 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6765 , cls_70 , 0.0000 , 0.0780 , 0.0068 , 5777777.7778 , 1.6250 , 0.8838 , 0.8164 , 0.4889 , 0.0000 , 0.0000 , 0.0000 , 7.1130 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6767 , cls_70 , 0.0000 , 0.0420 , 0.0038 , 4242424.2424 , 1.0000 , 0.9883 , 0.4398 , 0.6212 , 0.0000 , 0.0000 , 0.0000 , 7.2007 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6801 , cls_70 , 0.0000 , 0.0420 , 0.0038 , 4242424.2424 , 1.0000 , 0.9883 , 0.4398 , 0.6212 , 0.0000 , 0.0000 , 0.0000 , 14.3911 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6802 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.9875 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6816 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.5439 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6841 , cls_70 , 0.0000 , 0.0420 , 0.0035 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 10.1907 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6845 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 8.4278 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6847 , cls_70 , 0.0000 , 0.2760 , 0.0187 , 4200913.2420 , 2.5556 , 0.7297 , 0.8643 , 0.6393 , 0.0000 , 0.0000 , 0.0000 , 8.2269 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6850 , cls_70 , 0.0000 , 0.0540 , 0.0041 , 5454545.4545 , 1.2857 , 0.9338 , 0.5170 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 6.9395 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6859 , cls_70 , 0.0000 , 0.0720 , 0.0062 , 4210526.3158 , 1.3333 , 0.9263 , 0.6442 , 0.6316 , 0.0000 , 0.0000 , 0.0000 , 36.4451 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6865 , cls_70 , 0.0000 , 0.0540 , 0.0035 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.2185 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6871 , cls_70 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 19.3084 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6888 , cls_70 , 0.0000 , 0.0900 , 0.0064 , 4166666.6667 , 1.5000 , 0.8991 , 0.5870 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 52.6984 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6891 , cls_70 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 4.6357 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6902 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 14.0924 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6905 , cls_70 , 0.0000 , 0.1500 , 0.0080 , 6172839.5062 , 2.2727 , 0.7891 , 0.6846 , 0.5309 , 0.0000 , 0.0000 , 0.0000 , 10.7887 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6909 , cls_70 , 0.0000 , 0.1860 , 0.0098 , 4052287.5817 , 2.0667 , 0.7984 , 0.6392 , 0.6699 , 0.0000 , 0.0000 , 0.0000 , 18.9342 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6917 , cls_70 , 0.0000 , 0.0900 , 0.0067 , 3225806.4516 , 1.2500 , 0.9272 , 0.5565 , 0.7312 , 0.0000 , 0.0000 , 0.0000 , 22.8212 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6940 , cls_70 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 50.1318 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6977 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 31.1094 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6980 , cls_70 , 0.0000 , 0.0840 , 0.0069 , 4057971.0145 , 1.4000 , 0.9108 , 0.7313 , 0.6449 , 0.0000 , 0.0000 , 0.0000 , 10.1616 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6995 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.8507 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6996 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.7957 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7002 , cls_70 , 0.0000 , 0.2880 , 0.0169 , 2406015.0376 , 2.0000 , 0.7821 , 0.7295 , 0.7920 , 0.0000 , 0.0000 , 0.0000 , 13.1681 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7018 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 175.3232 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7021 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9584 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7025 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.5779 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7029 , cls_70 , 0.0000 , 0.0480 , 0.0043 , 5333333.3333 , 1.1429 , 0.9495 , 0.6559 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 3.9363 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7036 , cls_70 , 0.0000 , 0.0660 , 0.0043 , 10476190.4762 , 1.8333 , 0.8487 , 0.5544 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 15.5013 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7037 , cls_70 , 0.0000 , 0.0540 , 0.0038 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 13.2448 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7083 , cls_70 , 0.0000 , 0.0780 , 0.0060 , 4814814.8148 , 1.4444 , 0.9022 , 0.6474 , 0.5741 , 0.0000 , 0.0000 , 0.0000 , 6.2244 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7084 , cls_70 , 0.0000 , 0.3660 , 0.0194 , 2074829.9320 , 2.1786 , 0.7544 , 0.6703 , 0.8223 , 0.0000 , 0.0000 , 0.0000 , 18.2003 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7097 , cls_70 , 0.0000 , 0.0720 , 0.0058 , 4000000.0000 , 1.3333 , 0.9318 , 0.6082 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 3.0467 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7106 , cls_70 , 0.0000 , 0.0840 , 0.0057 , 5185185.1852 , 1.5556 , 0.8853 , 0.5593 , 0.5926 , 0.0000 , 0.0000 , 0.0000 , 16.8541 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7114 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.6668 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7121 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2854 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7153 , cls_70 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 51.9379 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7157 , cls_70 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 21.9364 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7162 , cls_70 , 0.0000 , 0.1560 , 0.0124 , 3270440.2516 , 1.7333 , 0.8484 , 0.7200 , 0.7201 , 0.0000 , 0.0000 , 0.0000 , 9.6783 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7174 , cls_70 , 0.0000 , 0.0600 , 0.0038 , 13333333.3333 , 2.0000 , 0.8392 , 0.6817 , 0.1333 , 0.0000 , 0.0000 , 0.0000 , 12.3932 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7190 , cls_70 , 0.0000 , 0.0840 , 0.0075 , 4666666.6667 , 1.5556 , 0.8961 , 0.7551 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 21.9911 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7201 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.0008 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7220 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.6618 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7222 , cls_70 , 0.0000 , 0.0480 , 0.0037 , 5333333.3333 , 1.1429 , 0.9495 , 0.4907 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 36.5917 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7231 , cls_70 , 0.0000 , 0.0480 , 0.0039 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 4.5693 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7235 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 6.5246 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7237 , cls_70 , 0.0000 , 0.0540 , 0.0040 , 5000000.0000 , 1.2857 , 0.9427 , 0.4123 , 0.5972 , 0.0000 , 0.0000 , 0.0000 , 18.3677 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7239 , cls_70 , 0.0000 , 0.0540 , 0.0046 , 4000000.0000 , 1.1250 , 0.9663 , 0.5342 , 0.6556 , 0.0000 , 0.0000 , 0.0000 , 14.9728 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7247 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.2106 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7265 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.9006 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7274 , cls_70 , 0.0000 , 0.0600 , 0.0046 , 5128205.1282 , 1.2500 , 0.9278 , 0.6322 , 0.5769 , 0.0000 , 0.0000 , 0.0000 , 9.5831 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7277 , cls_70 , 0.0000 , 0.2700 , 0.0139 , 3896103.8961 , 2.5000 , 0.7411 , 0.7056 , 0.6818 , 0.0000 , 0.0000 , 0.0000 , 18.5714 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7285 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1626 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7328 , cls_70 , 0.0000 , 0.0600 , 0.0048 , 5555555.5556 , 1.4286 , 0.9196 , 0.6273 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.7355 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7332 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.5581 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7340 , cls_70 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.4642 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7349 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.5989 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7354 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.0361 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7360 , cls_70 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 2.5823 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7369 , cls_70 , 0.0000 , 0.0780 , 0.0061 , 4126984.1270 , 1.3000 , 0.9185 , 0.6337 , 0.6508 , 0.0000 , 0.0000 , 0.0000 , 3.5041 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7375 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.9161 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7380 , cls_70 , 0.0000 , 0.0720 , 0.0057 , 3809523.8095 , 1.2000 , 0.9371 , 0.5886 , 0.6746 , 0.0000 , 0.0000 , 0.0000 , 6.9678 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7382 , cls_70 , 0.0000 , 0.0840 , 0.0069 , 3589743.5897 , 1.2727 , 0.9242 , 0.6105 , 0.6923 , 0.0000 , 0.0000 , 0.0000 , 16.0371 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7404 , cls_70 , 0.0000 , 0.0480 , 0.0039 , 4848484.8485 , 1.1429 , 0.9594 , 0.4398 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 14.0390 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7408 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3870 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7419 , cls_70 , 0.0000 , 0.0960 , 0.0076 , 4637681.1594 , 1.6000 , 0.8794 , 0.6710 , 0.6087 , 0.0000 , 0.0000 , 0.0000 , 9.1077 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7429 , cls_70 , 0.0000 , 0.0840 , 0.0070 , 4444444.4444 , 1.4000 , 0.9012 , 0.7243 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 2.8521 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7434 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 33.5586 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7435 , cls_70 , 0.0000 , 0.1380 , 0.0092 , 3650793.6508 , 1.7692 , 0.8544 , 0.6505 , 0.6905 , 0.0000 , 0.0000 , 0.0000 , 36.7247 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7442 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.4413 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7443 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 9.6409 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7448 , cls_70 , 0.0000 , 0.0600 , 0.0044 , 6060606.0606 , 1.4286 , 0.9110 , 0.5170 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 8.2094 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7469 , cls_70 , 0.0000 , 0.1920 , 0.0128 , 2424242.4242 , 1.6842 , 0.8505 , 0.5835 , 0.7973 , 0.0000 , 0.0000 , 0.0000 , 3.2261 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7474 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.6255 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 6.3369 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7511 , cls_70 , 0.0000 , 0.0480 , 0.0041 , 4444444.4444 , 1.1429 , 0.9685 , 0.5506 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 14.6576 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7528 , cls_70 , 0.0000 , 0.0540 , 0.0043 , 5454545.4545 , 1.2857 , 0.9338 , 0.6215 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 2.8062 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7552 , cls_70 , 0.0000 , 0.1560 , 0.0103 , 3333333.3333 , 1.7333 , 0.8463 , 0.6817 , 0.7083 , 0.0000 , 0.0000 , 0.0000 , 6.9419 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7553 , cls_70 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 6.2023 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7562 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 7.0127 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7563 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 18.5907 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7566 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.6800 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7569 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 20.4563 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7576 , cls_70 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 18.3886 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7593 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.4172 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7607 , cls_70 , 0.0000 , 0.1320 , 0.0136 , 5866666.6667 , 2.2000 , 0.8123 , 0.9044 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 78.1576 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7626 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.4888 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7630 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.6731 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7634 , cls_70 , 0.0000 , 0.3900 , 0.0209 , 2888888.8889 , 2.6000 , 0.7046 , 0.7075 , 0.7511 , 0.0000 , 0.0000 , 0.0000 , 48.6541 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7660 , cls_70 , 0.0000 , 0.1440 , 0.0088 , 3265306.1224 , 1.7143 , 0.8605 , 0.5201 , 0.7347 , 0.0000 , 0.0000 , 0.0000 , 47.6582 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7665 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.7959 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7688 , cls_70 , 0.0000 , 0.0780 , 0.0059 , 3939393.9394 , 1.3000 , 0.9235 , 0.5690 , 0.6742 , 0.0000 , 0.0000 , 0.0000 , 5.6080 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7695 , cls_70 , 0.0000 , 0.1320 , 0.0081 , 4313725.4902 , 1.8333 , 0.8431 , 0.5916 , 0.6422 , 0.0000 , 0.0000 , 0.0000 , 8.1276 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7698 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.7971 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7701 , cls_70 , 0.0000 , 0.3000 , 0.0153 , 3174603.1746 , 2.3810 , 0.7439 , 0.6739 , 0.7270 , 0.0000 , 0.0000 , 0.0000 , 49.1640 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7704 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1174 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7705 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 4666666.6667 , 1.0000 , 0.9782 , 0.3634 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 3.3590 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7735 , cls_70 , 0.0000 , 0.4440 , 0.0199 , 2582897.0332 , 2.6429 , 0.6906 , 0.6247 , 0.7775 , 0.0000 , 0.0000 , 0.0000 , 56.5883 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7745 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.8569 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7751 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7652 , 0.0309 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7772 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.0730 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7803 , cls_70 , 0.0000 , 0.3840 , 0.0182 , 3069544.3645 , 2.6667 , 0.7012 , 0.6975 , 0.7434 , 0.0000 , 0.0000 , 0.0000 , 19.2967 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7817 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.6652 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7829 , cls_70 , 0.0000 , 0.0600 , 0.0047 , 9523809.5238 , 1.6667 , 0.8684 , 0.7379 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 5.8899 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7838 , cls_70 , 0.0000 , 0.1320 , 0.0083 , 5238095.2381 , 2.0000 , 0.8234 , 0.7558 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 10.3876 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7853 , cls_70 , 0.0000 , 0.0660 , 0.0050 , 4313725.4902 , 1.2222 , 0.9344 , 0.5190 , 0.6373 , 0.0000 , 0.0000 , 0.0000 , 3.6506 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7860 , cls_70 , 0.0000 , 0.0840 , 0.0061 , 5490196.0784 , 1.5556 , 0.8795 , 0.6268 , 0.5490 , 0.0000 , 0.0000 , 0.0000 , 6.4419 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7864 , cls_70 , 0.0000 , 0.0660 , 0.0063 , 6666666.6667 , 1.5714 , 0.8903 , 0.7845 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 25.5875 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7875 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6210 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7893 , cls_70 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 12.1615 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7897 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.3978 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7921 , cls_70 , 0.0000 , 0.2280 , 0.0119 , 3619047.6190 , 2.2353 , 0.7774 , 0.6532 , 0.6976 , 0.0000 , 0.0000 , 0.0000 , 4.4136 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7927 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.9078 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7942 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.5153 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8026 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 16.6922 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8028 , cls_70 , 0.0000 , 0.0480 , 0.0037 , 6666666.6667 , 1.3333 , 0.9273 , 0.4907 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 8.0432 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8033 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.6526 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8054 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5891 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8062 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 6.6945 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8071 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.6219 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8080 , cls_70 , 0.0000 , 0.0780 , 0.0059 , 3466666.6667 , 1.3000 , 0.9375 , 0.3878 , 0.7133 , 0.0000 , 0.0000 , 0.0000 , 21.0129 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8086 , cls_70 , 0.0000 , 0.0840 , 0.0078 , 4912280.7018 , 1.5556 , 0.8908 , 0.7312 , 0.5614 , 0.0000 , 0.0000 , 0.0000 , 6.1017 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8088 , cls_70 , 0.0000 , 0.1260 , 0.0090 , 2916666.6667 , 1.5000 , 0.8927 , 0.5814 , 0.7535 , 0.0000 , 0.0000 , 0.0000 , 2.3637 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8091 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.4012 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8131 , cls_70 , 0.0000 , 0.1380 , 0.0126 , 3262411.3475 , 1.6429 , 0.8668 , 0.7951 , 0.7092 , 0.0000 , 0.0000 , 0.0000 , 15.0160 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8152 , cls_70 , 0.0000 , 0.1320 , 0.0093 , 3859649.1228 , 1.6923 , 0.8549 , 0.6753 , 0.6711 , 0.0000 , 0.0000 , 0.0000 , 2.1437 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8153 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1591 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8162 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.3360 , 0.0330 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8166 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.5850 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8173 , cls_70 , 0.0000 , 0.1200 , 0.0121 , 3174603.1746 , 1.5385 , 0.8899 , 0.7781 , 0.7143 , 0.0000 , 0.0000 , 0.0000 , 3.9417 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8178 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.4279 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8180 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.1855 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8183 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 19.2531 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8203 , cls_70 , 0.0000 , 0.0840 , 0.0077 , 3733333.3333 , 1.4000 , 0.9199 , 0.7453 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 4.3493 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8277 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8451 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8285 , cls_70 , 0.0000 , 0.0780 , 0.0063 , 3768115.9420 , 1.3000 , 0.9283 , 0.6339 , 0.6739 , 0.0000 , 0.0000 , 0.0000 , 22.8023 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8288 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 20.3839 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8296 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.8172 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8367 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1511 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8388 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.4561 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8390 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.2672 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8409 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.5609 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 0.8207 , 0.0379 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8418 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1308 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8423 , cls_70 , 0.0000 , 0.0960 , 0.0091 , 6666666.6667 , 2.0000 , 0.8433 , 0.8370 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 4.8243 , 0.0268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8426 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 19.2073 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8430 , cls_70 , 0.0000 , 0.6540 , 0.0358 , 2195367.5730 , 2.9459 , 0.6227 , 0.8749 , 0.8112 , 0.0000 , 0.0000 , 0.0000 , 41.0391 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8472 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 46.5552 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8493 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 4848484.8485 , 1.1429 , 0.9594 , 0.5170 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 35.0722 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8504 , cls_70 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.5529 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8524 , cls_70 , 0.0000 , 0.0780 , 0.0059 , 4333333.3333 , 1.4444 , 0.9133 , 0.6559 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 1.0479 , 0.0350 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8541 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 12.2982 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8588 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2263 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8624 , cls_70 , 0.0000 , 0.1560 , 0.0124 , 2795698.9247 , 1.6250 , 0.8661 , 0.7351 , 0.7527 , 0.0000 , 0.0000 , 0.0000 , 8.2176 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8637 , cls_70 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 48.6205 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8640 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.6840 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8643 , cls_70 , 0.0000 , 0.0660 , 0.0059 , 5641025.6410 , 1.3750 , 0.9067 , 0.7453 , 0.5256 , 0.0000 , 0.0000 , 0.0000 , 2.0217 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8658 , cls_70 , 0.0000 , 0.1680 , 0.0120 , 3456790.1235 , 1.8667 , 0.8310 , 0.8176 , 0.7006 , 0.0000 , 0.0000 , 0.0000 , 57.1444 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8710 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1820 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8728 , cls_70 , 0.0000 , 0.1320 , 0.0105 , 4190476.1905 , 1.8333 , 0.8462 , 0.7983 , 0.6429 , 0.0000 , 0.0000 , 0.0000 , 7.1102 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8744 , cls_70 , 0.0000 , 0.1260 , 0.0077 , 4375000.0000 , 1.7500 , 0.8483 , 0.5799 , 0.6406 , 0.0000 , 0.0000 , 0.0000 , 4.7133 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8747 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6068 , 0.0351 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8769 , cls_70 , 0.0000 , 0.0540 , 0.0051 , 6666666.6667 , 1.5000 , 0.9139 , 0.7708 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 8.1913 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8781 , cls_70 , 0.0000 , 0.0660 , 0.0057 , 4074074.0741 , 1.2222 , 0.9405 , 0.5676 , 0.6481 , 0.0000 , 0.0000 , 0.0000 , 2.4660 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8796 , cls_70 , 0.0000 , 0.2280 , 0.0137 , 2911877.3946 , 2.0000 , 0.8010 , 0.7459 , 0.7471 , 0.0000 , 0.0000 , 0.0000 , 19.7951 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8814 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.1888 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8819 , cls_70 , 0.0000 , 0.2820 , 0.0240 , 3966244.7257 , 2.6111 , 0.7317 , 0.8792 , 0.6624 , 0.0000 , 0.0000 , 0.0000 , 61.2257 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8843 , cls_70 , 0.0000 , 0.2100 , 0.0148 , 2713178.2946 , 1.8421 , 0.8227 , 0.8292 , 0.7636 , 0.0000 , 0.0000 , 0.0000 , 5.3277 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8851 , cls_70 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 11.4210 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8854 , cls_70 , 0.0000 , 0.2880 , 0.0167 , 4324324.3243 , 2.6667 , 0.7194 , 0.8249 , 0.6419 , 0.0000 , 0.0000 , 0.0000 , 14.1692 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8856 , cls_70 , 0.0000 , 0.0600 , 0.0053 , 4166666.6667 , 1.2500 , 0.9495 , 0.6082 , 0.6354 , 0.0000 , 0.0000 , 0.0000 , 11.7920 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8858 , cls_70 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 26.7130 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8872 , cls_70 , 0.0000 , 0.0540 , 0.0042 , 6666666.6667 , 1.5000 , 0.9139 , 0.6419 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 2.1480 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8886 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.3536 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8921 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 2.9411 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8943 , cls_70 , 0.0000 , 0.2760 , 0.0154 , 2598870.0565 , 2.0909 , 0.7809 , 0.6326 , 0.7754 , 0.0000 , 0.0000 , 0.0000 , 7.3151 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8948 , cls_70 , 0.0000 , 0.1320 , 0.0102 , 2065727.6995 , 1.2941 , 0.9275 , 0.4921 , 0.8263 , 0.0000 , 0.0000 , 0.0000 , 16.1232 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8951 , cls_70 , 0.0000 , 0.0840 , 0.0065 , 3456790.1235 , 1.2727 , 0.9284 , 0.5955 , 0.7160 , 0.0000 , 0.0000 , 0.0000 , 26.2497 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8965 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0764 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8978 , cls_70 , 0.0000 , 0.1800 , 0.0129 , 2857142.8571 , 1.7647 , 0.8416 , 0.6916 , 0.7548 , 0.0000 , 0.0000 , 0.0000 , 22.1045 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8991 , cls_70 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5506 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 3.9306 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9002 , cls_70 , 0.0000 , 0.0780 , 0.0067 , 3611111.1111 , 1.3000 , 0.9330 , 0.6605 , 0.6875 , 0.0000 , 0.0000 , 0.0000 , 8.8577 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9023 , cls_70 , 0.0000 , 0.0660 , 0.0056 , 6666666.6667 , 1.5714 , 0.8903 , 0.7357 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 5.3509 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9026 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 7.1628 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9039 , cls_70 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 2.3459 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9044 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2800 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9059 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.8442 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9066 , cls_70 , 0.0000 , 0.0540 , 0.0047 , 4000000.0000 , 1.1250 , 0.9663 , 0.5225 , 0.6556 , 0.0000 , 0.0000 , 0.0000 , 34.8212 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9070 , cls_70 , 0.0000 , 0.0780 , 0.0056 , 3939393.9394 , 1.3000 , 0.9235 , 0.4715 , 0.6818 , 0.0000 , 0.0000 , 0.0000 , 2.0099 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9084 , cls_70 , 0.0000 , 0.0660 , 0.0053 , 4888888.8889 , 1.3750 , 0.9213 , 0.6707 , 0.5778 , 0.0000 , 0.0000 , 0.0000 , 23.1231 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9107 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.9448 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9112 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 26.5296 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9115 , cls_70 , 0.0000 , 0.1140 , 0.0092 , 2585034.0136 , 1.3571 , 0.9210 , 0.6101 , 0.7789 , 0.0000 , 0.0000 , 0.0000 , 26.3564 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9125 , cls_70 , 0.0000 , 0.0960 , 0.0078 , 2807017.5439 , 1.2308 , 0.9347 , 0.5348 , 0.7588 , 0.0000 , 0.0000 , 0.0000 , 3.2330 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9134 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.0392 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9171 , cls_70 , 0.0000 , 0.0480 , 0.0045 , 7619047.6190 , 1.3333 , 0.9145 , 0.7591 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.4062 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9178 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.7220 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9186 , cls_70 , 0.0000 , 0.1140 , 0.0096 , 5277777.7778 , 1.9000 , 0.8431 , 0.8348 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 6.5733 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9191 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9312 , 0.0828 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9197 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9808 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9203 , cls_70 , 0.0000 , 0.1680 , 0.0123 , 4786324.7863 , 2.1538 , 0.7970 , 0.8472 , 0.5855 , 0.0000 , 0.0000 , 0.0000 , 10.9132 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9211 , cls_70 , 0.0000 , 0.0720 , 0.0058 , 4444444.4444 , 1.3333 , 0.9206 , 0.6860 , 0.6296 , 0.0000 , 0.0000 , 0.0000 , 18.2592 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9227 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.6353 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9229 , cls_70 , 0.0000 , 0.0960 , 0.0081 , 5333333.3333 , 1.7778 , 0.8651 , 0.8041 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 3.3773 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9246 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 4848484.8485 , 1.1429 , 0.9594 , 0.5881 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 2.6227 , 0.0272 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9247 , cls_70 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.4921 , 0.0859 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9249 , cls_70 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.0867 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9266 , cls_70 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 6.1088 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9295 , cls_70 , 0.0000 , 0.1320 , 0.0104 , 2573099.4152 , 1.3750 , 0.9006 , 0.6989 , 0.7778 , 0.0000 , 0.0000 , 0.0000 , 4.9566 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9328 , cls_70 , 0.0000 , 0.1260 , 0.0094 , 5384615.3846 , 1.9091 , 0.8272 , 0.8294 , 0.5577 , 0.0000 , 0.0000 , 0.0000 , 7.6407 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9332 , cls_70 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1840 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9348 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.8291 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9358 , cls_70 , 0.0000 , 0.0720 , 0.0059 , 5714285.7143 , 1.5000 , 0.8948 , 0.7258 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 10.3416 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9363 , cls_70 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.1127 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9415 , cls_70 , 0.0000 , 0.1200 , 0.0082 , 5555555.5556 , 2.0000 , 0.8309 , 0.7935 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 4.2910 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9426 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8777 , 0.0285 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9433 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.9321 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9436 , cls_70 , 0.0000 , 0.0600 , 0.0051 , 4166666.6667 , 1.2500 , 0.9495 , 0.6082 , 0.6354 , 0.0000 , 0.0000 , 0.0000 , 8.0826 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9444 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2063 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9453 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.0672 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9518 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5125 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9527 , cls_70 , 0.0000 , 0.0360 , 0.0034 , 5000000.0000 , 1.0000 , 0.9877 , 0.4907 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 1.2052 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9532 , cls_70 , 0.0000 , 0.1380 , 0.0104 , 4380952.3810 , 1.9167 , 0.8351 , 0.7087 , 0.6333 , 0.0000 , 0.0000 , 0.0000 , 4.8561 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9545 , cls_70 , 0.0000 , 0.0480 , 0.0039 , 4444444.4444 , 1.1429 , 0.9685 , 0.3888 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 3.7001 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9547 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 4666666.6667 , 1.0000 , 0.9782 , 0.3634 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 3.3258 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9568 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4514 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9575 , cls_70 , 0.0000 , 0.0540 , 0.0043 , 5454545.4545 , 1.2857 , 0.9338 , 0.6498 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 3.8684 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9598 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.8065 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9617 , cls_70 , 0.0000 , 0.0660 , 0.0046 , 5641025.6410 , 1.3750 , 0.9067 , 0.5132 , 0.5513 , 0.0000 , 0.0000 , 0.0000 , 6.3088 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9644 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5391 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9682 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2157 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9701 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 4848484.8485 , 1.1429 , 0.9594 , 0.5170 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 2.0219 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9718 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.5380 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9722 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.4756 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9741 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4270 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9764 , cls_70 , 0.0000 , 0.0660 , 0.0055 , 6111111.1111 , 1.5714 , 0.8988 , 0.7117 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 1.3004 , 0.0362 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9772 , cls_70 , 0.0000 , 0.0780 , 0.0070 , 3095238.0952 , 1.1818 , 0.9504 , 0.6325 , 0.7202 , 0.0000 , 0.0000 , 0.0000 , 2.7832 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9773 , cls_70 , 0.0000 , 0.0540 , 0.0046 , 5454545.4545 , 1.2857 , 0.9338 , 0.6584 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 1.9914 , 0.0330 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9790 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.8859 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9791 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.6882 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9809 , cls_70 , 0.0000 , 0.0780 , 0.0078 , 5098039.2157 , 1.4444 , 0.8964 , 0.7919 , 0.5392 , 0.0000 , 0.0000 , 0.0000 , 1.8064 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9837 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.5084 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9839 , cls_70 , 0.0000 , 0.0840 , 0.0086 , 5833333.3333 , 1.7500 , 0.8735 , 0.8595 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 3.9063 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9885 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.9419 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 10 , cls_11 , 0.0000 , 0.0840 , 0.0060 , 4242424.2424 , 1.4000 , 0.9061 , 0.6163 , 0.6591 , 0.0000 , 0.0000 , 0.0000 , 6.6854 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 15 , cls_11 , 0.0000 , 0.1140 , 0.0085 , 4367816.0920 , 1.7273 , 0.8624 , 0.7305 , 0.6207 , 0.0000 , 0.0000 , 0.0000 , 4.5622 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 23 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5636 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 25 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 74.2526 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 33 , cls_11 , 0.0000 , 2.3460 , 0.0506 , 3590449.9541 , 7.2407 , 0.2121 , 0.8108 , 0.7094 , 0.0000 , 0.0000 , 0.0000 , 28.7732 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 37 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 183.0658 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 45 , cls_11 , 0.0000 , 0.1440 , 0.0099 , 4324324.3243 , 1.8462 , 0.8303 , 0.7056 , 0.6396 , 0.0000 , 0.0000 , 0.0000 , 35.5611 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 47 , cls_11 , 0.0000 , 0.2100 , 0.0138 , 2140672.7829 , 1.6667 , 0.8509 , 0.6423 , 0.8119 , 0.0000 , 0.0000 , 0.0000 , 19.1471 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 48 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 17.2441 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 49 , cls_11 , 0.0000 , 0.0720 , 0.0052 , 7272727.2727 , 1.7143 , 0.8714 , 0.7845 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 7.0135 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 57 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4783 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 60 , cls_11 , 0.0000 , 0.1980 , 0.0131 , 6111111.1111 , 2.7500 , 0.7482 , 0.8744 , 0.4954 , 0.0000 , 0.0000 , 0.0000 , 4.4401 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 63 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.0800 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 64 , cls_11 , 0.0000 , 0.0840 , 0.0066 , 9333333.3333 , 2.0000 , 0.8294 , 0.8041 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 6.6402 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 66 , cls_11 , 0.0000 , 0.0900 , 0.0066 , 7692307.6923 , 1.8750 , 0.8382 , 0.8053 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 3.7398 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 70 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.4338 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 85 , cls_11 , 0.0000 , 0.0600 , 0.0051 , 5555555.5556 , 1.4286 , 0.9196 , 0.7062 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 24.3268 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 99 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.2597 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 103 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.1889 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 107 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.9752 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 109 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7887 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 113 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 183.2941 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 128 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 25.0981 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 134 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4656 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 135 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.4959 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 158 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7041 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 159 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5713 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 169 , cls_11 , 0.0000 , 0.4680 , 0.0183 , 4952380.9524 , 3.7143 , 0.6162 , 0.8022 , 0.5984 , 0.0000 , 0.0000 , 0.0000 , 14.3451 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 173 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.3041 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 174 , cls_11 , 0.0000 , 0.0360 , 0.0024 , 8000000.0000 , 1.2000 , 0.9413 , 0.3634 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 16.6687 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 176 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 183.7286 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 180 , cls_11 , 0.0000 , 0.3600 , 0.0144 , 4938271.6049 , 3.3333 , 0.6667 , 0.6330 , 0.5947 , 0.0000 , 0.0000 , 0.0000 , 25.9420 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 186 , cls_11 , 0.0000 , 0.0540 , 0.0041 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 5.5063 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 192 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 2.3553 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 195 , cls_11 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 12.8192 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 198 , cls_11 , 0.0000 , 0.1440 , 0.0088 , 5517241.3793 , 2.1818 , 0.8058 , 0.7285 , 0.5460 , 0.0000 , 0.0000 , 0.0000 , 12.1975 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 200 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.1638 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 237 , cls_11 , 0.0000 , 0.0780 , 0.0065 , 6190476.1905 , 1.6250 , 0.8770 , 0.8019 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 6.4742 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 241 , cls_11 , 0.0000 , 0.0900 , 0.0070 , 8333333.3333 , 2.1429 , 0.8309 , 0.8202 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.9249 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 259 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.8621 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 276 , cls_11 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 38.5483 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 277 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 33.6096 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 279 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4717 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 318 , cls_11 , 0.0000 , 0.1740 , 0.0130 , 3452380.9524 , 1.9333 , 0.8258 , 0.8153 , 0.7083 , 0.0000 , 0.0000 , 0.0000 , 5.7352 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 322 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3523 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 326 , cls_11 , 0.0000 , 0.1260 , 0.0066 , 6363636.3636 , 2.1000 , 0.8110 , 0.6215 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 156.3899 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 351 , cls_11 , 0.0000 , 0.0840 , 0.0050 , 8484848.4848 , 2.0000 , 0.8380 , 0.6888 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 10.4774 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 352 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.5154 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 354 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 4.3107 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 356 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4254 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 362 , cls_11 , 0.0000 , 0.0960 , 0.0077 , 2735042.7350 , 1.2308 , 0.9377 , 0.4482 , 0.7650 , 0.0000 , 0.0000 , 0.0000 , 4.8691 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 373 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 147.2565 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 377 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.5248 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 378 , cls_11 , 0.0000 , 0.1500 , 0.0090 , 5952380.9524 , 2.2727 , 0.7925 , 0.7258 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 11.2303 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 382 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6332 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 383 , cls_11 , 0.0000 , 0.0900 , 0.0078 , 7142857.1429 , 1.8750 , 0.8451 , 0.8476 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.4659 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 386 , cls_11 , 0.0000 , 0.0720 , 0.0053 , 4210526.3158 , 1.3333 , 0.9263 , 0.5435 , 0.6579 , 0.0000 , 0.0000 , 0.0000 , 5.3221 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 396 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.7245 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 399 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 44.0559 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 403 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.7550 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 408 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6205 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 423 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 148.0308 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 435 , cls_11 , 0.0000 , 0.0720 , 0.0059 , 4444444.4444 , 1.3333 , 0.9206 , 0.6860 , 0.6204 , 0.0000 , 0.0000 , 0.0000 , 2.3967 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 439 , cls_11 , 0.0000 , 0.0780 , 0.0055 , 6190476.1905 , 1.6250 , 0.8770 , 0.6039 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 6.2265 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 442 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 32.1685 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 443 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 29.1164 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 447 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.3177 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 453 , cls_11 , 0.0000 , 0.0480 , 0.0041 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 4.5776 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 460 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.8745 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 475 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.2509 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 480 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7426 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 482 , cls_11 , 0.0000 , 0.0600 , 0.0046 , 6666666.6667 , 1.4286 , 0.9016 , 0.7453 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.7982 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 486 , cls_11 , 0.0000 , 0.1140 , 0.0078 , 5277777.7778 , 1.9000 , 0.8431 , 0.7366 , 0.5764 , 0.0000 , 0.0000 , 0.0000 , 32.6682 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 493 , cls_11 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 18.6844 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 505 , cls_11 , 0.0000 , 2.1540 , 0.0531 , 3955922.8650 , 7.1800 , 0.2375 , 0.8645 , 0.6873 , 0.0000 , 0.0000 , 0.0000 , 89.1631 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 509 , cls_11 , 0.0000 , 0.0720 , 0.0060 , 7272727.2727 , 1.7143 , 0.8714 , 0.7845 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 9.3798 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 510 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.3197 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 520 , cls_11 , 0.0000 , 0.0600 , 0.0038 , 8333333.3333 , 1.6667 , 0.8805 , 0.6082 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 16.8616 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 528 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.3184 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 535 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.6682 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 538 , cls_11 , 0.0000 , 0.0600 , 0.0050 , 7407407.4074 , 1.6667 , 0.8916 , 0.8024 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 5.0233 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 553 , cls_11 , 0.0000 , 0.5640 , 0.0193 , 3405797.1014 , 3.3571 , 0.6119 , 0.7027 , 0.7310 , 0.0000 , 0.0000 , 0.0000 , 18.1997 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 555 , cls_11 , 0.0000 , 0.1200 , 0.0087 , 5797101.4493 , 2.0000 , 0.8267 , 0.7847 , 0.5217 , 0.0000 , 0.0000 , 0.0000 , 54.7471 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 570 , cls_11 , 0.0000 , 0.0780 , 0.0064 , 6190476.1905 , 1.6250 , 0.8770 , 0.8162 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 2.9158 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 591 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 37.5304 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 594 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5506 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 596 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5904 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 597 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 6.8619 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 602 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.7263 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 606 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.7708 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 611 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7418 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 615 , cls_11 , 0.0000 , 0.1140 , 0.0072 , 5066666.6667 , 1.9000 , 0.8472 , 0.7080 , 0.5800 , 0.0000 , 0.0000 , 0.0000 , 55.2116 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 627 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 11.2820 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 628 , cls_11 , 0.0000 , 0.0900 , 0.0056 , 6250000.0000 , 1.8750 , 0.8579 , 0.6082 , 0.5104 , 0.0000 , 0.0000 , 0.0000 , 8.6443 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 629 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6113 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 632 , cls_11 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 6.5395 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 649 , cls_11 , 0.0000 , 0.1200 , 0.0071 , 7843137.2549 , 2.2222 , 0.7983 , 0.7835 , 0.3922 , 0.0000 , 0.0000 , 0.0000 , 42.0433 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 655 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 9.1430 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 659 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.4160 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 675 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 16.7263 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 682 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.7399 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 684 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1242 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 685 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.8901 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 689 , cls_11 , 0.0000 , 0.0720 , 0.0056 , 6666666.6667 , 1.7143 , 0.8797 , 0.7366 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.3571 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 696 , cls_11 , 0.0000 , 0.0900 , 0.0082 , 5882352.9412 , 1.6667 , 0.8638 , 0.8335 , 0.4902 , 0.0000 , 0.0000 , 0.0000 , 3.8737 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 702 , cls_11 , 0.0000 , 0.2100 , 0.0113 , 4575163.3987 , 2.3333 , 0.7668 , 0.6180 , 0.6046 , 0.0000 , 0.0000 , 0.0000 , 18.3662 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 704 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 44.0264 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 712 , cls_11 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 7.7198 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 724 , cls_11 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 8.3270 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 736 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.2652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 748 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.9528 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 758 , cls_11 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 15.8928 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 761 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 69.8785 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 762 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 123.2824 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 766 , cls_11 , 0.0000 , 0.0720 , 0.0051 , 6153846.1538 , 1.5000 , 0.8875 , 0.6689 , 0.4872 , 0.0000 , 0.0000 , 0.0000 , 33.9743 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 770 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8898 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 776 , cls_11 , 0.0000 , 0.0840 , 0.0058 , 7777777.7778 , 2.0000 , 0.8460 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 3.1507 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 787 , cls_11 , 0.0000 , 0.1140 , 0.0086 , 3958333.3333 , 1.5833 , 0.8728 , 0.7603 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 9.6409 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 796 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 56.2289 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 806 , cls_11 , 0.0000 , 0.0540 , 0.0053 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 10.6013 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 808 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.6839 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 811 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.2838 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 815 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 4761904.7619 , 1.2500 , 0.9354 , 0.5544 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 4.0391 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 819 , cls_11 , 0.0000 , 0.0780 , 0.0049 , 8666666.6667 , 1.8571 , 0.8453 , 0.6559 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.0157 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 823 , cls_11 , 0.0000 , 0.0600 , 0.0054 , 7407407.4074 , 1.6667 , 0.8916 , 0.7838 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 19.2258 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 832 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.0839 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 835 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.4397 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 841 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2644 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 846 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.2528 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 859 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 24.8392 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 860 , cls_11 , 0.0000 , 0.0900 , 0.0056 , 5000000.0000 , 1.6667 , 0.8801 , 0.5103 , 0.6167 , 0.0000 , 0.0000 , 0.0000 , 186.4900 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 862 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7887 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 875 , cls_11 , 0.0000 , 0.0720 , 0.0049 , 4705882.3529 , 1.3333 , 0.9146 , 0.4721 , 0.6176 , 0.0000 , 0.0000 , 0.0000 , 4.9419 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 883 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.8925 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 886 , cls_11 , 0.0000 , 0.0900 , 0.0068 , 8333333.3333 , 2.1429 , 0.8309 , 0.8090 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.7078 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 890 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8412 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 899 , cls_11 , 0.0000 , 0.1380 , 0.0080 , 4144144.1441 , 1.7692 , 0.8409 , 0.6138 , 0.6802 , 0.0000 , 0.0000 , 0.0000 , 9.1241 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 912 , cls_11 , 0.0000 , 0.0840 , 0.0053 , 8484848.4848 , 2.0000 , 0.8380 , 0.7845 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 27.8380 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 915 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 7.9636 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 916 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2673 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 952 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2532 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 955 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8958 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 959 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3307 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 962 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6525 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 970 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.3787 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 984 , cls_11 , 0.0000 , 0.0900 , 0.0058 , 6666666.6667 , 1.8750 , 0.8517 , 0.7062 , 0.4889 , 0.0000 , 0.0000 , 0.0000 , 9.6405 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 993 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.6115 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 998 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4486 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1015 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 9.1755 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1017 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3741 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1028 , cls_11 , 0.0000 , 0.0660 , 0.0051 , 8148148.1481 , 1.8333 , 0.8713 , 0.7796 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 16.1740 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1029 , cls_11 , 0.0000 , 0.1740 , 0.0115 , 3276836.1582 , 1.8125 , 0.8315 , 0.7401 , 0.7316 , 0.0000 , 0.0000 , 0.0000 , 7.4698 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1034 , cls_11 , 0.0000 , 0.0660 , 0.0048 , 5238095.2381 , 1.3750 , 0.9142 , 0.6927 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 8.9720 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1036 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 51.4154 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1042 , cls_11 , 0.0000 , 0.2220 , 0.0099 , 4654088.0503 , 2.4667 , 0.7561 , 0.6007 , 0.6415 , 0.0000 , 0.0000 , 0.0000 , 32.2144 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1045 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 7.6061 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1062 , cls_11 , 0.0000 , 0.1800 , 0.0109 , 3921568.6275 , 2.0000 , 0.8069 , 0.7339 , 0.6765 , 0.0000 , 0.0000 , 0.0000 , 8.2923 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1069 , cls_11 , 0.0000 , 0.0720 , 0.0052 , 6666666.6667 , 1.7143 , 0.8797 , 0.7117 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 2.7118 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1079 , cls_11 , 0.0000 , 0.0540 , 0.0050 , 5000000.0000 , 1.2857 , 0.9427 , 0.7117 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 12.9421 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1081 , cls_11 , 0.0000 , 0.1560 , 0.0115 , 4444444.4444 , 2.0000 , 0.8157 , 0.8282 , 0.6368 , 0.0000 , 0.0000 , 0.0000 , 22.3989 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1092 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.1899 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1097 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.5266 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1100 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 9.3130 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1107 , cls_11 , 0.0000 , 0.0660 , 0.0047 , 8148148.1481 , 1.8333 , 0.8713 , 0.7135 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 54.0044 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1121 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 6.1782 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1125 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5222 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1130 , cls_11 , 0.0000 , 0.2880 , 0.0139 , 5079365.0794 , 3.0000 , 0.7040 , 0.7445 , 0.5820 , 0.0000 , 0.0000 , 0.0000 , 7.4232 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1151 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 36.3645 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1152 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 156.8381 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1155 , cls_11 , 0.0000 , 0.0480 , 0.0040 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 5.1496 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1174 , cls_11 , 0.0000 , 0.0600 , 0.0049 , 3703703.7037 , 1.1111 , 0.9624 , 0.4907 , 0.6759 , 0.0000 , 0.0000 , 0.0000 , 65.8599 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1184 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0420 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1197 , cls_11 , 0.0000 , 0.0840 , 0.0060 , 4057971.0145 , 1.4000 , 0.9108 , 0.4474 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 20.7268 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1201 , cls_11 , 0.0000 , 0.1020 , 0.0091 , 5666666.6667 , 1.8889 , 0.8510 , 0.7913 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 24.7719 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1204 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 154.3066 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1210 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 184.5343 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1212 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1117 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1217 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5871 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1226 , cls_11 , 0.0000 , 0.1500 , 0.0085 , 3703703.7037 , 1.7857 , 0.8406 , 0.6155 , 0.7000 , 0.0000 , 0.0000 , 0.0000 , 47.9986 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1229 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.9515 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1231 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 154.8574 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1232 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 50.4450 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1237 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5191 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1238 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 15.5425 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1242 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 15.5678 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1249 , cls_11 , 0.0000 , 0.5280 , 0.0200 , 5101449.2754 , 4.0000 , 0.5892 , 0.7899 , 0.5928 , 0.0000 , 0.0000 , 0.0000 , 45.2098 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1255 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6429 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1258 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4826 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1269 , cls_11 , 0.0000 , 0.0960 , 0.0078 , 4444444.4444 , 1.6000 , 0.8838 , 0.7495 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 11.6375 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1289 , cls_11 , 0.0000 , 0.0480 , 0.0040 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 4.8714 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1290 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1123 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1316 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 12.5008 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1331 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8036 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1341 , cls_11 , 0.0000 , 0.2160 , 0.0156 , 5581395.3488 , 2.5714 , 0.7430 , 0.8864 , 0.5155 , 0.0000 , 0.0000 , 0.0000 , 103.0602 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1358 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5567 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1361 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6321 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1374 , cls_11 , 0.0000 , 0.3900 , 0.0187 , 3209876.5432 , 2.7083 , 0.6935 , 0.7629 , 0.7346 , 0.0000 , 0.0000 , 0.0000 , 45.2738 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1382 , cls_11 , 0.0000 , 0.0780 , 0.0057 , 4126984.1270 , 1.3000 , 0.9185 , 0.5886 , 0.6508 , 0.0000 , 0.0000 , 0.0000 , 213.5781 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1389 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0578 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1391 , cls_11 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 18.5874 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1396 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 66.3862 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1404 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 36.7008 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1408 , cls_11 , 0.0000 , 0.2280 , 0.0153 , 3206751.0549 , 2.1111 , 0.7904 , 0.8164 , 0.7300 , 0.0000 , 0.0000 , 0.0000 , 3.8766 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1409 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.6907 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1414 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9618 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1421 , cls_11 , 0.0000 , 1.3980 , 0.0394 , 3256464.0112 , 5.2955 , 0.3857 , 0.8135 , 0.7334 , 0.0000 , 0.0000 , 0.0000 , 52.6031 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1426 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.4161 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1435 , cls_11 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.4445 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1442 , cls_11 , 0.0000 , 0.0600 , 0.0044 , 5555555.5556 , 1.4286 , 0.9196 , 0.6273 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 9.2512 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1444 , cls_11 , 0.0000 , 0.0660 , 0.0046 , 7333333.3333 , 1.5714 , 0.8812 , 0.6894 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 16.1814 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1448 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 43.2618 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1458 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 80.2658 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1467 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 5.1418 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1469 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.9041 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1472 , cls_11 , 0.0000 , 0.0660 , 0.0064 , 9166666.6667 , 1.8333 , 0.8606 , 0.8605 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.3666 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1476 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2491 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1480 , cls_11 , 0.0000 , 0.0960 , 0.0069 , 3809523.8095 , 1.4545 , 0.9002 , 0.6729 , 0.6726 , 0.0000 , 0.0000 , 0.0000 , 125.0889 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1483 , cls_11 , 0.0000 , 0.2760 , 0.0124 , 6814814.8148 , 3.2857 , 0.6845 , 0.7838 , 0.4556 , 0.0000 , 0.0000 , 0.0000 , 164.5103 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1485 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.9309 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1494 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2703 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1498 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5653 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1499 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.6491 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1505 , cls_11 , 0.0000 , 0.0660 , 0.0052 , 3666666.6667 , 1.2222 , 0.9520 , 0.4341 , 0.6917 , 0.0000 , 0.0000 , 0.0000 , 34.8995 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1514 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5937 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1517 , cls_11 , 0.0000 , 0.1620 , 0.0115 , 4864864.8649 , 2.0769 , 0.8009 , 0.8167 , 0.6081 , 0.0000 , 0.0000 , 0.0000 , 9.8294 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1519 , cls_11 , 0.0000 , 0.1200 , 0.0083 , 7017543.8596 , 2.2222 , 0.8085 , 0.8017 , 0.4474 , 0.0000 , 0.0000 , 0.0000 , 16.2247 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1521 , cls_11 , 0.0000 , 0.0840 , 0.0064 , 7777777.7778 , 2.0000 , 0.8460 , 0.7907 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 4.2379 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1524 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 158.7431 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1529 , cls_11 , 0.0000 , 0.0780 , 0.0049 , 6190476.1905 , 1.6250 , 0.8770 , 0.6435 , 0.5476 , 0.0000 , 0.0000 , 0.0000 , 26.2067 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1540 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.7041 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1547 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.1016 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1551 , cls_11 , 0.0000 , 0.1260 , 0.0078 , 6666666.6667 , 2.1000 , 0.8066 , 0.6658 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 8.1496 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1565 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 162.1444 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1569 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 40.6001 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1579 , cls_11 , 0.0000 , 0.1980 , 0.0116 , 5945945.9459 , 2.5385 , 0.7508 , 0.8323 , 0.5225 , 0.0000 , 0.0000 , 0.0000 , 16.6836 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1590 , cls_11 , 0.0000 , 0.1140 , 0.0084 , 4871794.8718 , 1.7273 , 0.8511 , 0.7836 , 0.5962 , 0.0000 , 0.0000 , 0.0000 , 21.0500 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1591 , cls_11 , 0.0000 , 0.0660 , 0.0042 , 10476190.4762 , 1.8333 , 0.8487 , 0.5544 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 56.6759 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1592 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.5603 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1598 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2055 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1611 , cls_11 , 0.0000 , 0.0900 , 0.0056 , 7142857.1429 , 1.8750 , 0.8451 , 0.6572 , 0.4405 , 0.0000 , 0.0000 , 0.0000 , 39.8019 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1621 , cls_11 , 0.0000 , 0.2460 , 0.0127 , 4632768.3616 , 2.5625 , 0.7396 , 0.7942 , 0.6356 , 0.0000 , 0.0000 , 0.0000 , 4.7769 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1625 , cls_11 , 0.0000 , 0.0660 , 0.0050 , 6111111.1111 , 1.5714 , 0.8988 , 0.6605 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.3102 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1627 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.0643 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1635 , cls_11 , 0.0000 , 0.3480 , 0.0144 , 4833333.3333 , 3.2222 , 0.6749 , 0.6156 , 0.6125 , 0.0000 , 0.0000 , 0.0000 , 69.0003 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1648 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 9.0297 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1653 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.7787 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1654 , cls_11 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 9.4905 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1662 , cls_11 , 0.0000 , 0.0660 , 0.0048 , 6111111.1111 , 1.5714 , 0.8988 , 0.6273 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.3002 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1669 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 6666666.6667 , 1.5000 , 0.9139 , 0.7453 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 11.7565 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1671 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 10.2948 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1672 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 19.1351 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1674 , cls_11 , 0.0000 , 0.3660 , 0.0155 , 4107744.1077 , 3.0500 , 0.6810 , 0.7548 , 0.6768 , 0.0000 , 0.0000 , 0.0000 , 47.1710 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1681 , cls_11 , 0.0000 , 0.0540 , 0.0034 , 10000000.0000 , 1.8000 , 0.8762 , 0.5756 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 187.9857 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1686 , cls_11 , 0.0000 , 0.1980 , 0.0129 , 4313725.4902 , 2.2000 , 0.7821 , 0.7689 , 0.6340 , 0.0000 , 0.0000 , 0.0000 , 8.1169 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1692 , cls_11 , 0.0000 , 0.0540 , 0.0047 , 5000000.0000 , 1.2857 , 0.9427 , 0.6180 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 11.9397 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1704 , cls_11 , 0.0000 , 1.3920 , 0.0428 , 3580246.9136 , 5.5238 , 0.3804 , 0.8813 , 0.7095 , 0.0000 , 0.0000 , 0.0000 , 127.1832 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1714 , cls_11 , 0.0000 , 0.1860 , 0.0093 , 4592592.5926 , 2.2143 , 0.7856 , 0.5787 , 0.6370 , 0.0000 , 0.0000 , 0.0000 , 6.8574 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1725 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 26.5027 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1726 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.9184 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1751 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 13.5780 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1765 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.1111 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1773 , cls_11 , 0.0000 , 0.0780 , 0.0047 , 8666666.6667 , 1.8571 , 0.8453 , 0.6255 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 9.8637 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1774 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 14.2869 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1776 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 5333333.3333 , 1.1429 , 0.9495 , 0.4907 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 7.3573 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1783 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 82.1488 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1785 , cls_11 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 3.9968 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1814 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.3693 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1815 , cls_11 , 0.0000 , 0.0540 , 0.0040 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 14.3797 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1823 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 34.0791 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1836 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 14.7161 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1837 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.0613 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1838 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.3651 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1858 , cls_11 , 0.0000 , 0.0540 , 0.0038 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 15.3449 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1860 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 9.3327 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1871 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 20.2275 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1880 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.9042 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1881 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 6.7638 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1885 , cls_11 , 0.0000 , 0.1200 , 0.0073 , 4301075.2688 , 1.6667 , 0.8569 , 0.5356 , 0.6559 , 0.0000 , 0.0000 , 0.0000 , 21.2018 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1886 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0951 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1899 , cls_11 , 0.0000 , 0.2700 , 0.0136 , 5172413.7931 , 2.8125 , 0.7133 , 0.7285 , 0.5862 , 0.0000 , 0.0000 , 0.0000 , 18.5867 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1901 , cls_11 , 0.0000 , 0.0480 , 0.0043 , 5925925.9259 , 1.3333 , 0.9389 , 0.6630 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 67.5246 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1906 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 91.9896 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1908 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 31.0422 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1909 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.5934 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1920 , cls_11 , 0.0000 , 0.0660 , 0.0044 , 5641025.6410 , 1.3750 , 0.9067 , 0.5132 , 0.5641 , 0.0000 , 0.0000 , 0.0000 , 9.1135 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1922 , cls_11 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 11.9135 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1928 , cls_11 , 0.0000 , 0.0600 , 0.0056 , 8333333.3333 , 1.6667 , 0.8805 , 0.8244 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 21.4206 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1929 , cls_11 , 0.0000 , 0.1740 , 0.0086 , 6041666.6667 , 2.4167 , 0.7691 , 0.6740 , 0.5156 , 0.0000 , 0.0000 , 0.0000 , 67.7352 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1931 , cls_11 , 0.0000 , 0.0780 , 0.0055 , 7878787.8788 , 1.8571 , 0.8541 , 0.7357 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 5.7194 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1932 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 10.0498 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1947 , cls_11 , 0.0000 , 0.0840 , 0.0054 , 6666666.6667 , 1.7500 , 0.8605 , 0.7258 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 3.5929 , 0.0295 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1952 , cls_11 , 0.0000 , 0.1620 , 0.0095 , 4615384.6154 , 2.0769 , 0.8062 , 0.6599 , 0.6197 , 0.0000 , 0.0000 , 0.0000 , 116.5855 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1958 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 92.8386 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1962 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.6911 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1967 , cls_11 , 0.0000 , 0.0720 , 0.0051 , 8000000.0000 , 1.7143 , 0.8625 , 0.6894 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 18.5805 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1968 , cls_11 , 0.0000 , 0.0600 , 0.0046 , 7407407.4074 , 1.6667 , 0.8916 , 0.5416 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 21.9284 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1969 , cls_11 , 0.0000 , 0.1020 , 0.0079 , 4358974.3590 , 1.5455 , 0.8777 , 0.7352 , 0.6346 , 0.0000 , 0.0000 , 0.0000 , 8.8611 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1989 , cls_11 , 0.0000 , 0.0840 , 0.0071 , 3111111.1111 , 1.2727 , 0.9403 , 0.6327 , 0.7278 , 0.0000 , 0.0000 , 0.0000 , 5.2029 , 0.0313 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1992 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 15.2410 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2003 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.7384 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2004 , cls_11 , 0.0000 , 0.1080 , 0.0077 , 8000000.0000 , 2.2500 , 0.8107 , 0.8198 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 105.7681 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2006 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.3173 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2007 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2036 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2027 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.5710 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2051 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 115.4578 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2067 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 20.7248 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2070 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 28.8889 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2075 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.3581 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2077 , cls_11 , 0.0000 , 0.0780 , 0.0053 , 5777777.7778 , 1.6250 , 0.8838 , 0.6707 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 10.8833 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2085 , cls_11 , 0.0000 , 0.0660 , 0.0048 , 6111111.1111 , 1.5714 , 0.8988 , 0.7117 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 8.3014 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2089 , cls_11 , 0.0000 , 0.0720 , 0.0052 , 5000000.0000 , 1.5000 , 0.9083 , 0.6156 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 18.7664 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2092 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 46.8120 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2098 , cls_11 , 0.0000 , 0.1080 , 0.0081 , 4615384.6154 , 1.6364 , 0.8641 , 0.6817 , 0.6154 , 0.0000 , 0.0000 , 0.0000 , 7.7961 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2099 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 22.9120 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2101 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 65.1401 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2114 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.3868 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2117 , cls_11 , 0.0000 , 0.0900 , 0.0080 , 4166666.6667 , 1.5000 , 0.8991 , 0.7769 , 0.6319 , 0.0000 , 0.0000 , 0.0000 , 16.2458 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2119 , cls_11 , 0.0000 , 0.2100 , 0.0131 , 4575163.3987 , 2.3333 , 0.7668 , 0.8397 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 43.0586 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2124 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 3.7926 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2131 , cls_11 , 0.0000 , 0.0720 , 0.0054 , 8888888.8889 , 2.0000 , 0.8529 , 0.7453 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 123.9336 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2134 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 22.3684 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2140 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.1808 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2145 , cls_11 , 0.0000 , 0.0720 , 0.0050 , 8888888.8889 , 2.0000 , 0.8529 , 0.7708 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 15.2934 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2150 , cls_11 , 0.0000 , 0.0840 , 0.0057 , 6666666.6667 , 1.7500 , 0.8605 , 0.6927 , 0.4405 , 0.0000 , 0.0000 , 0.0000 , 100.6800 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2152 , cls_11 , 0.0000 , 0.0960 , 0.0063 , 4102564.1026 , 1.4545 , 0.8923 , 0.5862 , 0.6603 , 0.0000 , 0.0000 , 0.0000 , 125.9634 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2160 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.1299 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2168 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7246 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2169 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.1514 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2170 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.8595 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2177 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.4128 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2180 , cls_11 , 0.0000 , 0.0900 , 0.0063 , 4545454.5455 , 1.5000 , 0.8899 , 0.6704 , 0.6136 , 0.0000 , 0.0000 , 0.0000 , 123.8086 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2192 , cls_11 , 0.0000 , 0.0660 , 0.0053 , 6111111.1111 , 1.5714 , 0.8988 , 0.6944 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 21.8069 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2195 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 31.3026 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2198 , cls_11 , 0.0000 , 0.2040 , 0.0104 , 5666666.6667 , 2.6154 , 0.7506 , 0.7247 , 0.5292 , 0.0000 , 0.0000 , 0.0000 , 25.0321 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2199 , cls_11 , 0.0000 , 0.0540 , 0.0041 , 6666666.6667 , 1.5000 , 0.9139 , 0.7205 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 40.6423 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2207 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8756 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2208 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.5591 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2215 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.1439 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2216 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.6008 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2219 , cls_11 , 0.0000 , 0.1800 , 0.0100 , 5555555.5556 , 2.5000 , 0.7719 , 0.7926 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 21.4449 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2221 , cls_11 , 0.0000 , 0.2820 , 0.0135 , 5310734.4633 , 2.9375 , 0.7034 , 0.8300 , 0.5565 , 0.0000 , 0.0000 , 0.0000 , 8.4234 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2249 , cls_11 , 0.0000 , 0.1440 , 0.0090 , 7619047.6190 , 2.4000 , 0.7754 , 0.8252 , 0.4206 , 0.0000 , 0.0000 , 0.0000 , 127.0312 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2257 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.4578 , 0.0331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2263 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 21.1540 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2266 , cls_11 , 0.0000 , 0.0540 , 0.0048 , 4285714.2857 , 1.1250 , 0.9589 , 0.6039 , 0.6190 , 0.0000 , 0.0000 , 0.0000 , 29.4884 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2267 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 10.4596 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2277 , cls_11 , 0.0000 , 0.8100 , 0.0284 , 4545454.5455 , 4.6552 , 0.5046 , 0.8126 , 0.6237 , 0.0000 , 0.0000 , 0.0000 , 91.3034 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2279 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 5000000.0000 , 1.2857 , 0.9427 , 0.4731 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 20.0879 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2281 , cls_11 , 0.0000 , 0.1800 , 0.0110 , 2941176.4706 , 1.7647 , 0.8383 , 0.7004 , 0.7574 , 0.0000 , 0.0000 , 0.0000 , 14.4553 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2283 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 15.0447 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2286 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.6114 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2291 , cls_11 , 0.0000 , 0.1980 , 0.0126 , 4888888.8889 , 2.3571 , 0.7696 , 0.8121 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 77.2181 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2303 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4066 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2313 , cls_11 , 0.0000 , 0.0660 , 0.0053 , 9166666.6667 , 1.8333 , 0.8606 , 0.8041 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.3410 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2319 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 29.2998 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2335 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 25.8513 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2336 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.2901 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2347 , cls_11 , 0.0000 , 0.0480 , 0.0041 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 4.8504 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2349 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 5833333.3333 , 1.1667 , 0.9553 , 0.6488 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 4.0239 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2362 , cls_11 , 0.0000 , 0.3300 , 0.0204 , 4471544.7154 , 2.8947 , 0.6919 , 0.8675 , 0.6220 , 0.0000 , 0.0000 , 0.0000 , 39.1872 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2370 , cls_11 , 0.0000 , 0.2100 , 0.0115 , 5691056.9106 , 2.6923 , 0.7456 , 0.7116 , 0.5244 , 0.0000 , 0.0000 , 0.0000 , 4.9562 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2373 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 24.2999 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2404 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5949 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2412 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 5000000.0000 , 1.2857 , 0.9427 , 0.5506 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 54.4068 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2419 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.4160 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2421 , cls_11 , 0.0000 , 0.5040 , 0.0251 , 3236994.2197 , 3.1111 , 0.6408 , 0.7766 , 0.7360 , 0.0000 , 0.0000 , 0.0000 , 25.1151 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2438 , cls_11 , 0.0000 , 0.2400 , 0.0127 , 6504065.0407 , 3.0769 , 0.7118 , 0.8059 , 0.4715 , 0.0000 , 0.0000 , 0.0000 , 59.1468 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2444 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.4303 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2456 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 34.4723 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2459 , cls_11 , 0.0000 , 0.0480 , 0.0048 , 7619047.6190 , 1.3333 , 0.9145 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 11.4434 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2463 , cls_11 , 0.0000 , 0.0540 , 0.0038 , 12000000.0000 , 1.8000 , 0.8603 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.8229 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2468 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.1013 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2470 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7816 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2472 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.8032 , 0.0297 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2477 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.0675 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2479 , cls_11 , 0.0000 , 0.0780 , 0.0074 , 6190476.1905 , 1.6250 , 0.8770 , 0.8162 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 20.2213 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2482 , cls_11 , 0.0000 , 0.0540 , 0.0038 , 6000000.0000 , 1.2857 , 0.9243 , 0.4907 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 5.6311 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2483 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 9.0372 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2484 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.9076 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2487 , cls_11 , 0.0000 , 1.0680 , 0.0319 , 4512040.5577 , 5.3939 , 0.4368 , 0.7889 , 0.6331 , 0.0000 , 0.0000 , 0.0000 , 69.7806 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2492 , cls_11 , 0.0000 , 0.0840 , 0.0059 , 4242424.2424 , 1.4000 , 0.9061 , 0.5881 , 0.6439 , 0.0000 , 0.0000 , 0.0000 , 49.4741 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2496 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1278 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2503 , cls_11 , 0.0000 , 0.8280 , 0.0249 , 3650793.6508 , 4.3125 , 0.5174 , 0.7370 , 0.7004 , 0.0000 , 0.0000 , 0.0000 , 69.7569 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2505 , cls_11 , 0.0000 , 0.0840 , 0.0065 , 7777777.7778 , 2.0000 , 0.8460 , 0.7935 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.1652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2510 , cls_11 , 0.0000 , 0.7320 , 0.0291 , 4046434.4942 , 4.2069 , 0.5379 , 0.8008 , 0.6675 , 0.0000 , 0.0000 , 0.0000 , 27.4546 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2512 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.0089 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2518 , cls_11 , 0.0000 , 0.0780 , 0.0069 , 7878787.8788 , 1.8571 , 0.8541 , 0.8249 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 4.6648 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2519 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9542 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2528 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 53.9162 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2533 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1356 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2547 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 27.4738 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2550 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 25.7841 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2552 , cls_11 , 0.0000 , 0.1080 , 0.0081 , 4800000.0000 , 1.8000 , 0.8600 , 0.8128 , 0.5733 , 0.0000 , 0.0000 , 0.0000 , 33.0506 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2556 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8777 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2558 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.4434 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2561 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1586 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2563 , cls_11 , 0.0000 , 0.3660 , 0.0145 , 3800623.0530 , 2.9048 , 0.6886 , 0.6470 , 0.6994 , 0.0000 , 0.0000 , 0.0000 , 93.8344 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2564 , cls_11 , 0.0000 , 0.0840 , 0.0055 , 6666666.6667 , 1.7500 , 0.8605 , 0.6927 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 69.5333 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2577 , cls_11 , 0.0000 , 0.1740 , 0.0097 , 4296296.2963 , 2.0714 , 0.8026 , 0.7031 , 0.6444 , 0.0000 , 0.0000 , 0.0000 , 62.6803 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2583 , cls_11 , 0.0000 , 0.5940 , 0.0275 , 4177215.1899 , 3.8077 , 0.5818 , 0.8719 , 0.6561 , 0.0000 , 0.0000 , 0.0000 , 39.9276 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2609 , cls_11 , 0.0000 , 0.0540 , 0.0049 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 48.6479 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2610 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 31.1226 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2612 , cls_11 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 17.3601 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2614 , cls_11 , 0.0000 , 0.0540 , 0.0041 , 7500000.0000 , 1.5000 , 0.9026 , 0.7516 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 8.4562 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2617 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.6311 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2618 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 7.6112 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2628 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 70.0506 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2630 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 24.8292 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2632 , cls_11 , 0.0000 , 0.0660 , 0.0046 , 6111111.1111 , 1.5714 , 0.8988 , 0.6180 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 67.9610 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2635 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 4666666.6667 , 1.0000 , 0.9782 , 0.4907 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 33.4997 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2642 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 8.0105 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2645 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 6.1458 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2647 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.7196 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2659 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.0052 , 0.0297 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2667 , cls_11 , 0.0000 , 0.0960 , 0.0063 , 5614035.0877 , 1.7778 , 0.8600 , 0.6976 , 0.5439 , 0.0000 , 0.0000 , 0.0000 , 17.5105 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2672 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 5333333.3333 , 1.1429 , 0.9495 , 0.3634 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 11.0619 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2676 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0186 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2693 , cls_11 , 0.0000 , 0.0840 , 0.0057 , 5185185.1852 , 1.5556 , 0.8853 , 0.5676 , 0.5741 , 0.0000 , 0.0000 , 0.0000 , 9.2146 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2695 , cls_11 , 0.0000 , 0.0720 , 0.0053 , 5000000.0000 , 1.5000 , 0.9083 , 0.6082 , 0.5729 , 0.0000 , 0.0000 , 0.0000 , 6.5428 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2703 , cls_11 , 0.0000 , 0.8940 , 0.0299 , 4071038.2514 , 4.6563 , 0.4896 , 0.8191 , 0.6571 , 0.0000 , 0.0000 , 0.0000 , 57.2967 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2717 , cls_11 , 0.0000 , 0.0660 , 0.0046 , 8148148.1481 , 1.8333 , 0.8713 , 0.7205 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 15.7513 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2718 , cls_11 , 0.0000 , 0.1020 , 0.0055 , 7555555.5556 , 2.1250 , 0.8236 , 0.6707 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.3964 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2725 , cls_11 , 0.0000 , 0.0600 , 0.0067 , 7407407.4074 , 1.6667 , 0.8916 , 0.8603 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 33.5926 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2726 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 22.5419 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2759 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 81.1224 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2771 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2094 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2772 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.7943 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2773 , cls_11 , 0.0000 , 0.0600 , 0.0053 , 4761904.7619 , 1.2500 , 0.9354 , 0.6637 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 10.8625 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2775 , cls_11 , 0.0000 , 0.0540 , 0.0040 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 14.3267 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2783 , cls_11 , 0.0000 , 0.0960 , 0.0078 , 3137254.9020 , 1.3333 , 0.9218 , 0.6268 , 0.7255 , 0.0000 , 0.0000 , 0.0000 , 13.5364 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2786 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 37.6713 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2792 , cls_11 , 0.0000 , 0.0540 , 0.0040 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 24.8122 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2807 , cls_11 , 0.0000 , 0.1020 , 0.0075 , 4197530.8642 , 1.5455 , 0.8817 , 0.7182 , 0.6420 , 0.0000 , 0.0000 , 0.0000 , 89.4390 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2810 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.3187 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2816 , cls_11 , 0.0000 , 0.4140 , 0.0152 , 5000000.0000 , 3.4500 , 0.6392 , 0.7244 , 0.5906 , 0.0000 , 0.0000 , 0.0000 , 46.5495 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2819 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 4615384.6154 , 1.1250 , 0.9510 , 0.5963 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 11.1983 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2822 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 39.5878 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2828 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.0661 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2830 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 18.9333 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2837 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.7256 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2841 , cls_11 , 0.0000 , 0.1620 , 0.0100 , 4090909.0909 , 1.9286 , 0.8186 , 0.7267 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 96.7485 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2847 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 28.3432 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2857 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 4444444.4444 , 1.2500 , 0.9427 , 0.5756 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 35.5870 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2859 , cls_11 , 0.0000 , 0.0660 , 0.0051 , 6111111.1111 , 1.5714 , 0.8988 , 0.7062 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 24.2651 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2861 , cls_11 , 0.0000 , 0.0600 , 0.0044 , 7407407.4074 , 1.6667 , 0.8916 , 0.6903 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 44.5122 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2865 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 30.4889 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2866 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 13.7289 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2868 , cls_11 , 0.0000 , 0.0660 , 0.0049 , 5641025.6410 , 1.3750 , 0.9067 , 0.6817 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 9.2612 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2872 , cls_11 , 0.0000 , 0.0900 , 0.0061 , 4000000.0000 , 1.5000 , 0.9035 , 0.5698 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 12.5905 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2874 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 59.1123 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2884 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.6669 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2899 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.0957 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2904 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5209 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2918 , cls_11 , 0.0000 , 0.4320 , 0.0178 , 3076923.0769 , 2.8800 , 0.6777 , 0.6754 , 0.7425 , 0.0000 , 0.0000 , 0.0000 , 21.3081 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2920 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 56.6992 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2924 , cls_11 , 0.0000 , 0.1500 , 0.0079 , 7575757.5758 , 2.5000 , 0.7701 , 0.7357 , 0.4318 , 0.0000 , 0.0000 , 0.0000 , 23.1829 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2928 , cls_11 , 0.0000 , 0.1260 , 0.0092 , 6363636.3636 , 2.1000 , 0.8110 , 0.7845 , 0.4773 , 0.0000 , 0.0000 , 0.0000 , 14.2124 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2929 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 4615384.6154 , 1.1250 , 0.9510 , 0.4827 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 5.9756 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2934 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 47.4395 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2939 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3218 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2950 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.7620 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2959 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9402 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2961 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1504 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2966 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 26.3968 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2967 , cls_11 , 0.0000 , 0.1080 , 0.0069 , 6666666.6667 , 2.0000 , 0.8277 , 0.6048 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 28.7337 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2977 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.1082 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2983 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1308 , 0.0360 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2991 , cls_11 , 0.0000 , 0.0600 , 0.0064 , 6666666.6667 , 1.4286 , 0.9016 , 0.8128 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 9.4158 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2992 , cls_11 , 0.0000 , 0.1560 , 0.0112 , 3537414.9660 , 1.8571 , 0.8398 , 0.7600 , 0.6905 , 0.0000 , 0.0000 , 0.0000 , 30.9808 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3013 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 16.3752 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3036 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.2752 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3037 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2455 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3039 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 40.3025 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3049 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.6908 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3071 , cls_11 , 0.0000 , 0.1020 , 0.0098 , 8717948.7179 , 2.1250 , 0.8105 , 0.8918 , 0.2949 , 0.0000 , 0.0000 , 0.0000 , 71.1923 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3074 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 30.9727 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3075 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 8.3560 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3083 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.9691 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3086 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 86.3660 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3088 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 71.6382 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3089 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 41.7060 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3093 , cls_11 , 0.0000 , 0.4980 , 0.0175 , 4160401.0025 , 3.4583 , 0.6193 , 0.7105 , 0.6704 , 0.0000 , 0.0000 , 0.0000 , 37.3467 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3094 , cls_11 , 0.0000 , 0.0600 , 0.0053 , 6666666.6667 , 1.4286 , 0.9016 , 0.7598 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.9897 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3108 , cls_11 , 0.0000 , 0.1560 , 0.0111 , 4126984.1270 , 2.0000 , 0.8233 , 0.8069 , 0.6468 , 0.0000 , 0.0000 , 0.0000 , 19.1222 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3111 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 80.1244 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3116 , cls_11 , 0.0000 , 0.0780 , 0.0060 , 6190476.1905 , 1.6250 , 0.8770 , 0.7903 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 93.6699 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3118 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 35.1593 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3127 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 14.2785 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3128 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 45.3785 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3129 , cls_11 , 0.0000 , 1.2780 , 0.0368 , 4717607.9734 , 6.0857 , 0.3860 , 0.8410 , 0.6218 , 0.0000 , 0.0000 , 0.0000 , 109.0710 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3134 , cls_11 , 0.0000 , 0.3120 , 0.0166 , 3209876.5432 , 2.4762 , 0.7356 , 0.7444 , 0.7361 , 0.0000 , 0.0000 , 0.0000 , 81.6224 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3137 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 40.8356 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3138 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 24.2746 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3141 , cls_11 , 0.0000 , 0.2820 , 0.0121 , 5310734.4633 , 2.9375 , 0.7034 , 0.6934 , 0.5678 , 0.0000 , 0.0000 , 0.0000 , 43.2502 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3148 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.4338 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3161 , cls_11 , 0.0000 , 0.1080 , 0.0072 , 4800000.0000 , 1.8000 , 0.8600 , 0.7256 , 0.6133 , 0.0000 , 0.0000 , 0.0000 , 53.9541 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3165 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 22.7200 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3166 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 21.6085 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3167 , cls_11 , 0.0000 , 0.0420 , 0.0039 , 5185185.1852 , 1.1667 , 0.9673 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 56.5124 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3168 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.2468 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3174 , cls_11 , 0.0000 , 0.1320 , 0.0081 , 8148148.1481 , 2.4444 , 0.7817 , 0.7425 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 36.1394 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3184 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.9604 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3186 , cls_11 , 0.0000 , 0.7620 , 0.0258 , 4810606.0606 , 4.7037 , 0.5143 , 0.8679 , 0.6165 , 0.0000 , 0.0000 , 0.0000 , 112.9136 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3192 , cls_11 , 0.0000 , 0.1620 , 0.0088 , 7826086.9565 , 2.7000 , 0.7560 , 0.7497 , 0.4058 , 0.0000 , 0.0000 , 0.0000 , 17.3103 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3194 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 39.7067 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3195 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.4357 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3212 , cls_11 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 15.6692 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3213 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 20.2961 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3223 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 39.6243 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3226 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.2926 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3232 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 14.8306 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3233 , cls_11 , 0.0000 , 0.2460 , 0.0137 , 5694444.4444 , 2.9286 , 0.7199 , 0.7825 , 0.5313 , 0.0000 , 0.0000 , 0.0000 , 17.5281 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3237 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.8688 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3246 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 15.9129 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3253 , cls_11 , 0.0000 , 0.0660 , 0.0044 , 6111111.1111 , 1.5714 , 0.8988 , 0.5506 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 15.7554 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3258 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7353 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3259 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.5829 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3260 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.3252 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3261 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 47.4196 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3265 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.1403 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3267 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 21.4602 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3279 , cls_11 , 0.0000 , 0.2220 , 0.0153 , 4043715.8470 , 2.3125 , 0.7703 , 0.7800 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 31.7440 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3280 , cls_11 , 0.0000 , 0.1980 , 0.0115 , 3055555.5556 , 1.9412 , 0.8188 , 0.5852 , 0.7477 , 0.0000 , 0.0000 , 0.0000 , 39.0825 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3283 , cls_11 , 0.0000 , 0.6540 , 0.0244 , 3460317.4603 , 3.7586 , 0.5775 , 0.6229 , 0.7246 , 0.0000 , 0.0000 , 0.0000 , 24.0414 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3289 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 23.4262 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3290 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 24.8773 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3292 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 58.9074 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3294 , cls_11 , 0.0000 , 0.0840 , 0.0066 , 6666666.6667 , 1.7500 , 0.8605 , 0.7772 , 0.4405 , 0.0000 , 0.0000 , 0.0000 , 48.0339 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3303 , cls_11 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 40.8284 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3304 , cls_11 , 0.0000 , 0.3360 , 0.0150 , 3971631.2057 , 2.8000 , 0.7002 , 0.7081 , 0.6720 , 0.0000 , 0.0000 , 0.0000 , 24.3198 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3307 , cls_11 , 0.0000 , 0.1320 , 0.0091 , 3859649.1228 , 1.6923 , 0.8549 , 0.7154 , 0.6842 , 0.0000 , 0.0000 , 0.0000 , 42.8127 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3318 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 68.7410 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3319 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 36.8549 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3329 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 19.7091 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3332 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 54.8981 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3337 , cls_11 , 0.0000 , 0.0600 , 0.0051 , 6060606.0606 , 1.4286 , 0.9110 , 0.7357 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 14.2199 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3342 , cls_11 , 0.0000 , 0.2280 , 0.0123 , 5507246.3768 , 2.7143 , 0.7355 , 0.7790 , 0.5507 , 0.0000 , 0.0000 , 0.0000 , 76.3663 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3348 , cls_11 , 0.0000 , 0.1080 , 0.0070 , 3750000.0000 , 1.5000 , 0.8861 , 0.5206 , 0.6927 , 0.0000 , 0.0000 , 0.0000 , 39.7730 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3357 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.6488 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.2538 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3362 , cls_11 , 0.0000 , 0.1800 , 0.0104 , 5405405.4054 , 2.3077 , 0.7746 , 0.6921 , 0.5676 , 0.0000 , 0.0000 , 0.0000 , 97.8595 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3373 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 40.8656 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3379 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 21.5120 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3381 , cls_11 , 0.0000 , 0.0600 , 0.0044 , 7407407.4074 , 1.6667 , 0.8916 , 0.6630 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 30.8361 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3390 , cls_11 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 56.1010 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3403 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.7017 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3404 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.6107 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3405 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.9622 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3412 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 130.1764 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3426 , cls_11 , 0.0000 , 0.0720 , 0.0067 , 6153846.1538 , 1.5000 , 0.8875 , 0.7566 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 17.9429 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3437 , cls_11 , 0.0000 , 0.0960 , 0.0061 , 7619047.6190 , 2.0000 , 0.8307 , 0.7078 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 143.0644 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3438 , cls_11 , 0.0000 , 0.0600 , 0.0054 , 7407407.4074 , 1.6667 , 0.8916 , 0.7838 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.7386 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3441 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7604 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3445 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 25.3129 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3452 , cls_11 , 0.0000 , 0.0840 , 0.0058 , 5185185.1852 , 1.5556 , 0.8853 , 0.6474 , 0.5463 , 0.0000 , 0.0000 , 0.0000 , 18.3608 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3463 , cls_11 , 0.0000 , 0.6060 , 0.0222 , 3400673.4007 , 3.4828 , 0.5963 , 0.7034 , 0.7189 , 0.0000 , 0.0000 , 0.0000 , 257.0134 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3466 , cls_11 , 0.0000 , 0.3900 , 0.0186 , 3359173.1266 , 2.8261 , 0.6889 , 0.7385 , 0.7222 , 0.0000 , 0.0000 , 0.0000 , 31.0486 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3468 , cls_11 , 0.0000 , 0.1140 , 0.0083 , 6031746.0317 , 1.9000 , 0.8299 , 0.8498 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 65.3015 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3472 , cls_11 , 0.0000 , 0.4320 , 0.0194 , 4752475.2475 , 3.4286 , 0.6356 , 0.8238 , 0.6155 , 0.0000 , 0.0000 , 0.0000 , 51.6295 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3475 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.3366 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3482 , cls_11 , 0.0000 , 0.0660 , 0.0057 , 3859649.1228 , 1.2222 , 0.9464 , 0.6442 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 98.2333 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3487 , cls_11 , 0.0000 , 0.1020 , 0.0069 , 7083333.3333 , 2.1250 , 0.8296 , 0.7247 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 25.1716 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3488 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.9919 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3495 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 49.0410 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3496 , cls_11 , 0.0000 , 0.1920 , 0.0114 , 3742690.0585 , 2.0000 , 0.8017 , 0.7261 , 0.6813 , 0.0000 , 0.0000 , 0.0000 , 22.3086 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3501 , cls_11 , 0.0000 , 4.3500 , 0.0714 , 4037872.4589 , 10.3571 , -0.0370 , 0.7934 , 0.6739 , 0.0000 , 0.0000 , 0.0000 , 81.2152 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3504 , cls_11 , 0.0000 , 0.5040 , 0.0192 , 5233644.8598 , 4.0000 , 0.5965 , 0.7019 , 0.5810 , 0.0000 , 0.0000 , 0.0000 , 32.4125 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3510 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.5845 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3514 , cls_11 , 0.0000 , 0.0540 , 0.0047 , 5000000.0000 , 1.2857 , 0.9427 , 0.6180 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 12.1502 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3520 , cls_11 , 0.0000 , 0.0720 , 0.0058 , 4705882.3529 , 1.3333 , 0.9146 , 0.7035 , 0.5980 , 0.0000 , 0.0000 , 0.0000 , 30.5348 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3527 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 21.3741 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3535 , cls_11 , 0.0000 , 0.2700 , 0.0133 , 3092783.5052 , 2.2500 , 0.7654 , 0.4722 , 0.7440 , 0.0000 , 0.0000 , 0.0000 , 23.4210 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3540 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 83.5418 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3545 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 43.2356 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3551 , cls_11 , 0.0000 , 0.1080 , 0.0093 , 6666666.6667 , 2.0000 , 0.8277 , 0.8430 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 40.6847 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3555 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.9682 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3559 , cls_11 , 0.0000 , 0.8040 , 0.0261 , 3952802.3599 , 4.3226 , 0.5178 , 0.8069 , 0.6799 , 0.0000 , 0.0000 , 0.0000 , 41.1527 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3560 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.5855 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3566 , cls_11 , 0.0000 , 0.0600 , 0.0045 , 6666666.6667 , 1.4286 , 0.9016 , 0.6817 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 45.3599 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3569 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 86.8502 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3571 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 82.7702 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3572 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 50.0151 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3586 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 309.0186 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3587 , cls_11 , 0.0000 , 0.1260 , 0.0076 , 7368421.0526 , 2.3333 , 0.7973 , 0.7914 , 0.4298 , 0.0000 , 0.0000 , 0.0000 , 387.9034 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3596 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.5646 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3601 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 10.8961 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3607 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.4424 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3616 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 83.1113 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3619 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.2095 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3627 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4615 , 0.0331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3629 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 307.2682 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3633 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 21.5949 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3634 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 22.3153 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3636 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.4046 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3640 , cls_11 , 0.0000 , 0.1140 , 0.0075 , 5066666.6667 , 1.9000 , 0.8472 , 0.7256 , 0.5800 , 0.0000 , 0.0000 , 0.0000 , 12.5145 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3641 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 48.8148 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3645 , cls_11 , 0.0000 , 0.1320 , 0.0075 , 7719298.2456 , 2.4444 , 0.7866 , 0.6442 , 0.4123 , 0.0000 , 0.0000 , 0.0000 , 24.9732 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3647 , cls_11 , 0.0000 , 0.1320 , 0.0082 , 6376811.5942 , 2.2000 , 0.8043 , 0.6746 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 13.5818 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3669 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 12.2457 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3670 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.1695 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3673 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8181 , 0.0331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3677 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 53.9636 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3682 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 33.3255 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3683 , cls_11 , 0.0000 , 0.0960 , 0.0073 , 4637681.1594 , 1.6000 , 0.8794 , 0.7600 , 0.6014 , 0.0000 , 0.0000 , 0.0000 , 25.4349 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3701 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.9433 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3711 , cls_11 , 0.0000 , 0.1260 , 0.0105 , 5185185.1852 , 1.9091 , 0.8309 , 0.8255 , 0.5679 , 0.0000 , 0.0000 , 0.0000 , 18.7448 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3712 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 14.0074 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3724 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 43.8989 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3728 , cls_11 , 0.0000 , 0.6300 , 0.0192 , 5691056.9106 , 4.5652 , 0.5431 , 0.7898 , 0.5285 , 0.0000 , 0.0000 , 0.0000 , 45.7351 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3739 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 19.8553 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3743 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.4498 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3744 , cls_11 , 0.0000 , 0.1380 , 0.0108 , 3333333.3333 , 1.6429 , 0.8644 , 0.6965 , 0.7138 , 0.0000 , 0.0000 , 0.0000 , 22.5268 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3749 , cls_11 , 0.0000 , 0.0960 , 0.0071 , 6666666.6667 , 2.0000 , 0.8433 , 0.7453 , 0.4479 , 0.0000 , 0.0000 , 0.0000 , 307.9646 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3753 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 20.5915 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3761 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.8068 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3765 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 125.3922 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3770 , cls_11 , 0.0000 , 0.1860 , 0.0116 , 6262626.2626 , 2.5833 , 0.7556 , 0.8204 , 0.4596 , 0.0000 , 0.0000 , 0.0000 , 51.1770 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3771 , cls_11 , 0.0000 , 0.0720 , 0.0061 , 6666666.6667 , 1.7143 , 0.8797 , 0.7907 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 42.3635 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3774 , cls_11 , 0.0000 , 0.1020 , 0.0077 , 6296296.2963 , 1.8889 , 0.8408 , 0.7304 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 9.2391 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3775 , cls_11 , 0.0000 , 0.1980 , 0.0104 , 4888888.8889 , 2.3571 , 0.7696 , 0.7372 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 19.5267 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3781 , cls_11 , 0.0000 , 0.1740 , 0.0092 , 3866666.6667 , 1.9333 , 0.8136 , 0.5026 , 0.6800 , 0.0000 , 0.0000 , 0.0000 , 302.0846 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3788 , cls_11 , 0.0000 , 0.1140 , 0.0067 , 6333333.3333 , 2.1111 , 0.8252 , 0.6559 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 307.4163 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3807 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 11.2227 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3813 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 304.1938 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3820 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.5593 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 13.5783 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3830 , cls_11 , 0.0000 , 0.0660 , 0.0055 , 6666666.6667 , 1.5714 , 0.8903 , 0.8081 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 35.2360 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3831 , cls_11 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 11.0315 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3836 , cls_11 , 0.0000 , 0.0480 , 0.0042 , 4848484.8485 , 1.1429 , 0.9594 , 0.5881 , 0.5758 , 0.0000 , 0.0000 , 0.0000 , 12.6155 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3859 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 11.2329 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3860 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1973 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3877 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 8.5417 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3884 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.1889 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3889 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 42.5917 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3895 , cls_11 , 0.0000 , 0.8100 , 0.0297 , 3846153.8462 , 4.3548 , 0.5183 , 0.7544 , 0.6902 , 0.0000 , 0.0000 , 0.0000 , 12.2913 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3898 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 33.1958 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3899 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 12.1464 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3905 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 73.4059 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3909 , cls_11 , 0.0000 , 0.1320 , 0.0090 , 4313725.4902 , 1.8333 , 0.8431 , 0.7075 , 0.6471 , 0.0000 , 0.0000 , 0.0000 , 31.4466 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3922 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 31.5669 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3928 , cls_11 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.8920 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3932 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.7886 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3936 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 151.3268 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3945 , cls_11 , 0.0000 , 0.2640 , 0.0164 , 5432098.7654 , 2.9333 , 0.7125 , 0.8916 , 0.5463 , 0.0000 , 0.0000 , 0.0000 , 22.7216 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3959 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 308.8854 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3960 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.6996 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3961 , cls_11 , 0.0000 , 0.6240 , 0.0261 , 4917257.6832 , 4.3333 , 0.5571 , 0.8747 , 0.5910 , 0.0000 , 0.0000 , 0.0000 , 27.7898 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3964 , cls_11 , 0.0000 , 0.0600 , 0.0043 , 5128205.1282 , 1.2500 , 0.9278 , 0.4292 , 0.5897 , 0.0000 , 0.0000 , 0.0000 , 20.5682 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3970 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 15.6436 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3982 , cls_11 , 0.0000 , 0.1020 , 0.0070 , 3777777.7778 , 1.5455 , 0.8930 , 0.6180 , 0.6889 , 0.0000 , 0.0000 , 0.0000 , 120.3198 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3987 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 9.5903 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3988 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5485 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3989 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.7180 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3994 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 74.2876 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3996 , cls_11 , 0.0000 , 0.0840 , 0.0051 , 9333333.3333 , 2.0000 , 0.8294 , 0.7170 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 92.4958 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3998 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 36.5709 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4003 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 34.5600 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4006 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.9638 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4017 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.9842 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4018 , cls_11 , 0.0000 , 0.0480 , 0.0042 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 18.8160 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4021 , cls_11 , 0.0000 , 0.1800 , 0.0096 , 6060606.0606 , 2.5000 , 0.7636 , 0.7571 , 0.5202 , 0.0000 , 0.0000 , 0.0000 , 14.3981 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4029 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.8979 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4038 , cls_11 , 0.0000 , 0.0720 , 0.0054 , 5714285.7143 , 1.5000 , 0.8948 , 0.6927 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 48.3146 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4042 , cls_11 , 0.0000 , 0.1140 , 0.0064 , 7037037.0370 , 2.1111 , 0.8153 , 0.7135 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 29.6255 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4045 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 64.2758 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4048 , cls_11 , 0.0000 , 0.1560 , 0.0108 , 6190476.1905 , 2.3636 , 0.7830 , 0.8261 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 14.7954 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4049 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 17.4143 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4053 , cls_11 , 0.0000 , 0.1020 , 0.0067 , 4197530.8642 , 1.5455 , 0.8817 , 0.6846 , 0.6420 , 0.0000 , 0.0000 , 0.0000 , 302.5762 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4056 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 313.6532 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4057 , cls_11 , 0.0000 , 0.1800 , 0.0115 , 4651162.7907 , 2.1429 , 0.7894 , 0.8331 , 0.6124 , 0.0000 , 0.0000 , 0.0000 , 81.3341 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4067 , cls_11 , 0.0000 , 0.1560 , 0.0083 , 5591397.8495 , 2.1667 , 0.7928 , 0.6053 , 0.5538 , 0.0000 , 0.0000 , 0.0000 , 12.5345 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4068 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 48.6490 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4072 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.7355 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4078 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 35.0589 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4100 , cls_11 , 0.0000 , 0.0660 , 0.0044 , 8148148.1481 , 1.8333 , 0.8713 , 0.6903 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 42.3631 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4104 , cls_11 , 0.0000 , 0.2640 , 0.0118 , 3809523.8095 , 2.4444 , 0.7473 , 0.6596 , 0.6797 , 0.0000 , 0.0000 , 0.0000 , 66.9213 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4110 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.3715 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4112 , cls_11 , 0.0000 , 0.2280 , 0.0107 , 3377777.7778 , 2.1111 , 0.7848 , 0.5679 , 0.7267 , 0.0000 , 0.0000 , 0.0000 , 11.2654 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4133 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 64.9673 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4149 , cls_11 , 0.0000 , 0.0840 , 0.0055 , 5490196.0784 , 1.5556 , 0.8795 , 0.5916 , 0.5490 , 0.0000 , 0.0000 , 0.0000 , 48.6099 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4153 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 22.8910 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4155 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.9501 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4159 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 8.9462 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4166 , cls_11 , 0.0000 , 0.1620 , 0.0096 , 3461538.4615 , 1.8000 , 0.8364 , 0.6280 , 0.7179 , 0.0000 , 0.0000 , 0.0000 , 28.5743 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4167 , cls_11 , 0.0000 , 0.4620 , 0.0187 , 4207650.2732 , 3.3478 , 0.6335 , 0.7610 , 0.6475 , 0.0000 , 0.0000 , 0.0000 , 45.0887 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4174 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 10.6652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4180 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 4615384.6154 , 1.1250 , 0.9510 , 0.5132 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 18.4023 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4181 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 7.6752 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4183 , cls_11 , 0.0000 , 0.0720 , 0.0064 , 4444444.4444 , 1.3333 , 0.9206 , 0.6903 , 0.6204 , 0.0000 , 0.0000 , 0.0000 , 26.4322 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4187 , cls_11 , 0.0000 , 0.0540 , 0.0037 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 304.1265 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4194 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 24.5962 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4195 , cls_11 , 0.0000 , 0.1320 , 0.0103 , 7719298.2456 , 2.4444 , 0.7866 , 0.8365 , 0.3947 , 0.0000 , 0.0000 , 0.0000 , 34.5788 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4198 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.7419 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4204 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 50.0774 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4209 , cls_11 , 0.0000 , 0.0540 , 0.0038 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 11.6664 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4210 , cls_11 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 12.3207 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4211 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 13.5563 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4222 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.8066 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4224 , cls_11 , 0.0000 , 0.0600 , 0.0051 , 5555555.5556 , 1.4286 , 0.9196 , 0.7062 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 13.6057 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4225 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.3639 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4246 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.6802 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4256 , cls_11 , 0.0000 , 0.4080 , 0.0186 , 3976608.1871 , 3.0909 , 0.6634 , 0.7514 , 0.6827 , 0.0000 , 0.0000 , 0.0000 , 29.4118 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4260 , cls_11 , 0.0000 , 0.0960 , 0.0049 , 7619047.6190 , 2.0000 , 0.8307 , 0.4757 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 22.3337 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4265 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 82.8421 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4268 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 43.1360 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4269 , cls_11 , 0.0000 , 0.0840 , 0.0062 , 6222222.2222 , 1.7500 , 0.8671 , 0.7671 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 16.2657 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4271 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.5460 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4280 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 32.5185 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4285 , cls_11 , 0.0000 , 0.0960 , 0.0072 , 5614035.0877 , 1.7778 , 0.8600 , 0.7718 , 0.5526 , 0.0000 , 0.0000 , 0.0000 , 18.4407 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4287 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.0187 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4296 , cls_11 , 0.0000 , 0.1020 , 0.0083 , 4722222.2222 , 1.7000 , 0.8694 , 0.8234 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 48.8719 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4339 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 39.3751 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4347 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 37.6594 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4353 , cls_11 , 0.0000 , 0.1500 , 0.0096 , 4629629.6296 , 2.0833 , 0.8173 , 0.6082 , 0.6204 , 0.0000 , 0.0000 , 0.0000 , 15.1768 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4365 , cls_11 , 0.0000 , 0.0720 , 0.0053 , 8888888.8889 , 2.0000 , 0.8529 , 0.7453 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 19.1951 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4366 , cls_11 , 0.0000 , 0.1080 , 0.0063 , 6315789.4737 , 2.0000 , 0.8328 , 0.5829 , 0.4649 , 0.0000 , 0.0000 , 0.0000 , 11.0041 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4369 , cls_11 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 50.1906 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4382 , cls_11 , 0.0000 , 0.0480 , 0.0051 , 7619047.6190 , 1.3333 , 0.9145 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 14.5810 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4385 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 23.6518 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4387 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2955 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4411 , cls_11 , 0.0000 , 0.0720 , 0.0047 , 6666666.6667 , 1.7143 , 0.8797 , 0.5225 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 11.6096 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4414 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 10.5244 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4416 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5593 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 6.6970 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4417 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.2543 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4426 , cls_11 , 0.0000 , 0.1260 , 0.0078 , 4242424.2424 , 1.7500 , 0.8515 , 0.6409 , 0.6515 , 0.0000 , 0.0000 , 0.0000 , 11.6229 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4450 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 18.2532 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4452 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 16.9458 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4455 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 243.8568 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4456 , cls_11 , 0.0000 , 0.0720 , 0.0063 , 8000000.0000 , 1.7143 , 0.8625 , 0.8128 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 46.6519 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4462 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5248 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4476 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 31.6171 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4477 , cls_11 , 0.0000 , 0.1140 , 0.0084 , 8444444.4444 , 2.3750 , 0.7986 , 0.8606 , 0.3556 , 0.0000 , 0.0000 , 0.0000 , 19.7261 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4489 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.5268 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4510 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.8059 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4512 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 19.5322 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4527 , cls_11 , 0.0000 , 0.0720 , 0.0053 , 5714285.7143 , 1.5000 , 0.8948 , 0.6927 , 0.5357 , 0.0000 , 0.0000 , 0.0000 , 13.8923 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4528 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.6723 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4534 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4820 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4541 , cls_11 , 0.0000 , 0.0480 , 0.0044 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.0458 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4548 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 8571428.5714 , 1.5000 , 0.8902 , 0.7591 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 12.4220 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4561 , cls_11 , 0.0000 , 0.1560 , 0.0096 , 5252525.2525 , 2.1667 , 0.7989 , 0.6378 , 0.5758 , 0.0000 , 0.0000 , 0.0000 , 12.2373 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4575 , cls_11 , 0.0000 , 0.1140 , 0.0084 , 6666666.6667 , 2.1111 , 0.8204 , 0.7932 , 0.4649 , 0.0000 , 0.0000 , 0.0000 , 13.0359 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4578 , cls_11 , 0.0000 , 0.0780 , 0.0059 , 6190476.1905 , 1.6250 , 0.8770 , 0.7078 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 243.0199 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4600 , cls_11 , 0.0000 , 0.0600 , 0.0048 , 5555555.5556 , 1.4286 , 0.9196 , 0.6944 , 0.5278 , 0.0000 , 0.0000 , 0.0000 , 27.5415 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4603 , cls_11 , 0.0000 , 0.0540 , 0.0036 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.1029 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4605 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.8267 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4609 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 14.3792 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4612 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.3228 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4613 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 19.4086 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4614 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.1223 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4618 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 30.4709 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4631 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 8571428.5714 , 1.5000 , 0.8902 , 0.7591 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 22.6010 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4638 , cls_11 , 0.0000 , 0.0480 , 0.0046 , 7619047.6190 , 1.3333 , 0.9145 , 0.7772 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 18.3461 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4644 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.8838 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4667 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.0974 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4670 , cls_11 , 0.0000 , 0.2460 , 0.0136 , 3961352.6570 , 2.4118 , 0.7553 , 0.7511 , 0.6812 , 0.0000 , 0.0000 , 0.0000 , 13.3741 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4673 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 4615384.6154 , 1.1250 , 0.9510 , 0.5132 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 20.2341 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4674 , cls_11 , 0.0000 , 0.0420 , 0.0039 , 5185185.1852 , 1.1667 , 0.9673 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 21.5609 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4675 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 15.9248 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4678 , cls_11 , 0.0000 , 0.1380 , 0.0104 , 4791666.6667 , 1.9167 , 0.8259 , 0.7798 , 0.5938 , 0.0000 , 0.0000 , 0.0000 , 37.8074 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4680 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 6000000.0000 , 1.2857 , 0.9243 , 0.7170 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 4.4730 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4681 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1557 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4683 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.9330 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4690 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 61.8969 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4692 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.8161 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4693 , cls_11 , 0.0000 , 0.1860 , 0.0088 , 4305555.5556 , 2.2143 , 0.7921 , 0.6405 , 0.6458 , 0.0000 , 0.0000 , 0.0000 , 15.8809 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4703 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 9.2955 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4705 , cls_11 , 0.0000 , 0.0900 , 0.0062 , 5000000.0000 , 1.6667 , 0.8801 , 0.6894 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 11.3885 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4739 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 6000000.0000 , 1.2857 , 0.9243 , 0.6894 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 18.7241 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4741 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 14.9354 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4742 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 5333333.3333 , 1.1429 , 0.9495 , 0.4907 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 11.0137 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4745 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.7479 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4753 , cls_11 , 0.0000 , 0.1260 , 0.0090 , 5600000.0000 , 2.1000 , 0.8233 , 0.7864 , 0.5267 , 0.0000 , 0.0000 , 0.0000 , 3.9329 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4755 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.5735 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4762 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.2207 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4785 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.0506 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4788 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.9444 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4789 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.2301 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4790 , cls_11 , 0.0000 , 0.0900 , 0.0056 , 5555555.5556 , 1.6667 , 0.8694 , 0.6474 , 0.5463 , 0.0000 , 0.0000 , 0.0000 , 26.2397 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4792 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.2524 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4795 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.2273 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4809 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.8201 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4814 , cls_11 , 0.0000 , 0.1080 , 0.0076 , 5714285.7143 , 1.8000 , 0.8426 , 0.7353 , 0.5159 , 0.0000 , 0.0000 , 0.0000 , 16.9108 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4816 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.9476 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4818 , cls_11 , 0.0000 , 0.1380 , 0.0081 , 5287356.3218 , 2.0909 , 0.8161 , 0.7748 , 0.5747 , 0.0000 , 0.0000 , 0.0000 , 15.6765 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4821 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5093 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4836 , cls_11 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 21.0391 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4838 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.5416 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 45.8743 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4843 , cls_11 , 0.0000 , 0.0900 , 0.0063 , 5263157.8947 , 1.6667 , 0.8749 , 0.7312 , 0.5702 , 0.0000 , 0.0000 , 0.0000 , 17.3183 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4851 , cls_11 , 0.0000 , 0.0600 , 0.0053 , 6060606.0606 , 1.4286 , 0.9110 , 0.7357 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 3.3213 , 0.0421 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4854 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.9736 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4865 , cls_11 , 0.0000 , 0.1320 , 0.0077 , 6376811.5942 , 2.2000 , 0.8043 , 0.7184 , 0.5217 , 0.0000 , 0.0000 , 0.0000 , 21.2795 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4874 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 22.1020 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4882 , cls_11 , 0.0000 , 0.2160 , 0.0110 , 4285714.2857 , 2.4000 , 0.7688 , 0.7041 , 0.6458 , 0.0000 , 0.0000 , 0.0000 , 20.8003 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4896 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.8868 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4901 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.0900 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4906 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 16.7342 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4908 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4879 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4918 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 5333333.3333 , 1.1429 , 0.9495 , 0.5609 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 2.9286 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4924 , cls_11 , 0.0000 , 0.0720 , 0.0050 , 6153846.1538 , 1.5000 , 0.8875 , 0.6877 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 13.8193 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4926 , cls_11 , 0.0000 , 0.0720 , 0.0065 , 8888888.8889 , 2.0000 , 0.8529 , 0.8430 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.3034 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4930 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.6869 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4946 , cls_11 , 0.0000 , 0.0840 , 0.0053 , 7777777.7778 , 2.0000 , 0.8460 , 0.7117 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 47.9455 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4948 , cls_11 , 0.0000 , 0.6960 , 0.0267 , 5087719.2982 , 4.6400 , 0.5304 , 0.8134 , 0.5855 , 0.0000 , 0.0000 , 0.0000 , 20.5153 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4951 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 27.4717 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4957 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5850 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4964 , cls_11 , 0.0000 , 0.6360 , 0.0225 , 6253687.3156 , 4.8182 , 0.5337 , 0.8509 , 0.5029 , 0.0000 , 0.0000 , 0.0000 , 45.4294 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4966 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 15.3542 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4977 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 6.7200 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4980 , cls_11 , 0.0000 , 0.0480 , 0.0045 , 7619047.6190 , 1.3333 , 0.9145 , 0.7591 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7777 , 0.0469 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4993 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.2798 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5002 , cls_11 , 0.0000 , 0.1440 , 0.0090 , 5517241.3793 , 2.1818 , 0.8058 , 0.7046 , 0.5402 , 0.0000 , 0.0000 , 0.0000 , 20.9426 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5011 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.2230 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5012 , cls_11 , 0.0000 , 0.0720 , 0.0051 , 5000000.0000 , 1.5000 , 0.9083 , 0.6488 , 0.5938 , 0.0000 , 0.0000 , 0.0000 , 9.3802 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5021 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.5711 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5027 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8224 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5042 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 9.7121 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5067 , cls_11 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 5.2415 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5068 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1843 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5085 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.6048 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 10.2212 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5107 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9154 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5111 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4700 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5121 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.0436 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5127 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.4244 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5131 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.7003 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5134 , cls_11 , 0.0000 , 0.1560 , 0.0093 , 4952380.9524 , 2.1667 , 0.8047 , 0.7703 , 0.6048 , 0.0000 , 0.0000 , 0.0000 , 9.2665 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5136 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 6.4150 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5144 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.4861 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5149 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.9153 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5169 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.5223 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5172 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 10.9119 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5178 , cls_11 , 0.0000 , 0.1320 , 0.0102 , 5866666.6667 , 2.2000 , 0.8123 , 0.8498 , 0.5067 , 0.0000 , 0.0000 , 0.0000 , 8.9638 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5182 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.7368 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5193 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 9.6662 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5202 , cls_11 , 0.0000 , 0.0660 , 0.0042 , 8148148.1481 , 1.8333 , 0.8713 , 0.5593 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.7403 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5212 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.6792 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5214 , cls_11 , 0.0000 , 0.0540 , 0.0040 , 6666666.6667 , 1.5000 , 0.9139 , 0.6419 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 3.3552 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5217 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.6337 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5219 , cls_11 , 0.0000 , 0.1080 , 0.0073 , 4285714.2857 , 1.6364 , 0.8718 , 0.6572 , 0.6310 , 0.0000 , 0.0000 , 0.0000 , 4.7350 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5221 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6610 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5225 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 39.9158 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5253 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 35.8467 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5254 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 38.0148 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5268 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8879 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5278 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.2356 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5280 , cls_11 , 0.0000 , 0.0660 , 0.0053 , 7333333.3333 , 1.5714 , 0.8812 , 0.7170 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 10.5182 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5281 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.6154 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5294 , cls_11 , 0.0000 , 0.1980 , 0.0099 , 5641025.6410 , 2.5385 , 0.7557 , 0.6837 , 0.5299 , 0.0000 , 0.0000 , 0.0000 , 35.4255 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5296 , cls_11 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 16.3860 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5297 , cls_11 , 0.0000 , 0.1500 , 0.0088 , 5747126.4368 , 2.2727 , 0.7959 , 0.7160 , 0.5115 , 0.0000 , 0.0000 , 0.0000 , 23.0335 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5298 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.6951 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5299 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6231 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5308 , cls_11 , 0.0000 , 0.1020 , 0.0065 , 6666666.6667 , 1.8889 , 0.8353 , 0.7075 , 0.4608 , 0.0000 , 0.0000 , 0.0000 , 12.7116 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5332 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 14.1085 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5335 , cls_11 , 0.0000 , 0.0480 , 0.0043 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.8990 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5339 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8765 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5346 , cls_11 , 0.0000 , 0.0720 , 0.0054 , 8000000.0000 , 1.7143 , 0.8625 , 0.7598 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 15.7872 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5356 , cls_11 , 0.0000 , 0.1320 , 0.0111 , 5641025.6410 , 2.0000 , 0.8161 , 0.8554 , 0.5192 , 0.0000 , 0.0000 , 0.0000 , 23.4562 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5357 , cls_11 , 0.0000 , 0.1980 , 0.0110 , 3928571.4286 , 2.2000 , 0.7917 , 0.7148 , 0.6726 , 0.0000 , 0.0000 , 0.0000 , 18.5726 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5361 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1041 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5366 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 7619047.6190 , 1.3333 , 0.9145 , 0.6572 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 8.4494 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5371 , cls_11 , 0.0000 , 0.6360 , 0.0230 , 3113069.0162 , 3.4194 , 0.5938 , 0.6838 , 0.7401 , 0.0000 , 0.0000 , 0.0000 , 52.1422 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5377 , cls_11 , 0.0000 , 0.0660 , 0.0046 , 5238095.2381 , 1.3750 , 0.9142 , 0.4757 , 0.5595 , 0.0000 , 0.0000 , 0.0000 , 3.6773 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5378 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 6.6080 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5388 , cls_11 , 0.0000 , 0.0660 , 0.0046 , 6111111.1111 , 1.5714 , 0.8988 , 0.5506 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.2972 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5397 , cls_11 , 0.0000 , 0.0540 , 0.0042 , 6666666.6667 , 1.5000 , 0.9139 , 0.7205 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 4.5498 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5407 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.0408 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5417 , cls_11 , 0.0000 , 0.1920 , 0.0119 , 4637681.1594 , 2.2857 , 0.7796 , 0.7756 , 0.6123 , 0.0000 , 0.0000 , 0.0000 , 98.4303 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5431 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.1720 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5435 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.0055 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5438 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2559 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5447 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 53.0543 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5456 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.1093 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5459 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.4468 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5475 , cls_11 , 0.0000 , 0.0900 , 0.0064 , 5000000.0000 , 1.6667 , 0.8801 , 0.7170 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 8.8717 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5478 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.2119 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5483 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 43.6112 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5485 , cls_11 , 0.0000 , 0.1620 , 0.0116 , 3272727.2727 , 1.8000 , 0.8426 , 0.7704 , 0.7242 , 0.0000 , 0.0000 , 0.0000 , 56.8164 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5489 , cls_11 , 0.0000 , 0.0900 , 0.0064 , 5263157.8947 , 1.6667 , 0.8749 , 0.6686 , 0.5614 , 0.0000 , 0.0000 , 0.0000 , 11.4141 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5494 , cls_11 , 0.0000 , 0.0720 , 0.0051 , 10000000.0000 , 2.0000 , 0.8423 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.3358 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5509 , cls_11 , 0.0000 , 0.1140 , 0.0091 , 5757575.7576 , 1.9000 , 0.8345 , 0.8342 , 0.5076 , 0.0000 , 0.0000 , 0.0000 , 43.8825 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5516 , cls_11 , 0.0000 , 0.4680 , 0.0197 , 3537414.9660 , 3.1200 , 0.6474 , 0.7625 , 0.7075 , 0.0000 , 0.0000 , 0.0000 , 36.1684 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5525 , cls_11 , 0.0000 , 0.1260 , 0.0080 , 4375000.0000 , 1.7500 , 0.8483 , 0.6740 , 0.6406 , 0.0000 , 0.0000 , 0.0000 , 10.1710 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5535 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.6109 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5536 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.3699 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5541 , cls_11 , 0.0000 , 0.2160 , 0.0125 , 4615384.6154 , 2.4000 , 0.7614 , 0.7963 , 0.6186 , 0.0000 , 0.0000 , 0.0000 , 17.7945 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5546 , cls_11 , 0.0000 , 0.1620 , 0.0095 , 3600000.0000 , 1.8000 , 0.8322 , 0.5026 , 0.6967 , 0.0000 , 0.0000 , 0.0000 , 66.3364 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5553 , cls_11 , 0.0000 , 0.0480 , 0.0035 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 24.4546 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5562 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 3.5470 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5564 , cls_11 , 0.0000 , 0.0480 , 0.0032 , 8888888.8889 , 1.6000 , 0.9002 , 0.5506 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.3570 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5565 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8796 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5566 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1425 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5579 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 9.0481 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5582 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.0341 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5590 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3021 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5599 , cls_11 , 0.0000 , 0.0540 , 0.0037 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.4835 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5607 , cls_11 , 0.0000 , 0.6720 , 0.0241 , 4080145.7195 , 4.0000 , 0.5567 , 0.8110 , 0.6794 , 0.0000 , 0.0000 , 0.0000 , 33.5380 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5611 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 15.7618 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5614 , cls_11 , 0.0000 , 0.0540 , 0.0041 , 5454545.4545 , 1.2857 , 0.9338 , 0.5170 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 6.6179 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5619 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.7634 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5621 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.7645 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5632 , cls_11 , 0.0000 , 0.3180 , 0.0174 , 3099415.2047 , 2.4091 , 0.7358 , 0.7881 , 0.7442 , 0.0000 , 0.0000 , 0.0000 , 32.3507 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5635 , cls_11 , 0.0000 , 0.1800 , 0.0119 , 3636363.6364 , 2.0000 , 0.8149 , 0.7940 , 0.6909 , 0.0000 , 0.0000 , 0.0000 , 9.9200 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5648 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.2627 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5653 , cls_11 , 0.0000 , 0.1140 , 0.0081 , 6333333.3333 , 2.1111 , 0.8252 , 0.7963 , 0.4917 , 0.0000 , 0.0000 , 0.0000 , 3.4780 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5661 , cls_11 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 68.4619 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5662 , cls_11 , 0.0000 , 0.2160 , 0.0107 , 5581395.3488 , 2.5714 , 0.7430 , 0.7329 , 0.5504 , 0.0000 , 0.0000 , 0.0000 , 49.0672 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5665 , cls_11 , 0.0000 , 0.1260 , 0.0087 , 3500000.0000 , 1.6154 , 0.8721 , 0.6512 , 0.7083 , 0.0000 , 0.0000 , 0.0000 , 3.6197 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5667 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 19.0338 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5712 , cls_11 , 0.0000 , 0.2040 , 0.0093 , 7083333.3333 , 2.8333 , 0.7301 , 0.7026 , 0.4427 , 0.0000 , 0.0000 , 0.0000 , 65.1966 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5718 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5744 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5720 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6257 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5736 , cls_11 , 0.0000 , 0.0540 , 0.0042 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 5.1764 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5754 , cls_11 , 0.0000 , 0.1200 , 0.0073 , 7017543.8596 , 2.2222 , 0.8085 , 0.7282 , 0.4561 , 0.0000 , 0.0000 , 0.0000 , 70.2529 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5766 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5888 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5778 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 55.5748 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5785 , cls_11 , 0.0000 , 0.0540 , 0.0052 , 7500000.0000 , 1.5000 , 0.9026 , 0.8078 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 23.5724 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5797 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.6681 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5798 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.9762 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5802 , cls_11 , 0.0000 , 0.0720 , 0.0066 , 7272727.2727 , 1.7143 , 0.8714 , 0.8352 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 48.0288 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5810 , cls_11 , 0.0000 , 0.3660 , 0.0185 , 5495495.4955 , 3.3889 , 0.6539 , 0.8723 , 0.5338 , 0.0000 , 0.0000 , 0.0000 , 22.2171 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5823 , cls_11 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 16.8779 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5830 , cls_11 , 0.0000 , 0.1560 , 0.0092 , 4561403.5088 , 2.0000 , 0.8130 , 0.6220 , 0.6009 , 0.0000 , 0.0000 , 0.0000 , 25.6793 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5835 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 11.7490 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5859 , cls_11 , 0.0000 , 0.0660 , 0.0048 , 4313725.4902 , 1.2222 , 0.9344 , 0.4589 , 0.6471 , 0.0000 , 0.0000 , 0.0000 , 31.1104 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5863 , cls_11 , 0.0000 , 0.2520 , 0.0120 , 5714285.7143 , 3.0000 , 0.7156 , 0.7177 , 0.5272 , 0.0000 , 0.0000 , 0.0000 , 25.8796 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5866 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 22.9228 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5868 , cls_11 , 0.0000 , 0.0480 , 0.0034 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 4.4753 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5872 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.2969 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5879 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.4432 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5882 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 13.0374 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5887 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 21.5213 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5903 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.4107 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5905 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.1153 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5909 , cls_11 , 0.0000 , 0.2220 , 0.0115 , 4743589.7436 , 2.4667 , 0.7542 , 0.7644 , 0.6058 , 0.0000 , 0.0000 , 0.0000 , 16.8322 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5910 , cls_11 , 0.0000 , 0.0660 , 0.0039 , 9166666.6667 , 1.8333 , 0.8606 , 0.5926 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 39.8178 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5911 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 18.8437 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5914 , cls_11 , 0.0000 , 0.0660 , 0.0045 , 5238095.2381 , 1.3750 , 0.9142 , 0.4757 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 25.5061 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5919 , cls_11 , 0.0000 , 0.0600 , 0.0040 , 8333333.3333 , 1.6667 , 0.8805 , 0.6082 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 21.0138 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5928 , cls_11 , 0.0000 , 0.1380 , 0.0078 , 6969696.9697 , 2.3000 , 0.7897 , 0.7585 , 0.4924 , 0.0000 , 0.0000 , 0.0000 , 62.2860 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5943 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 32.4209 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5945 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.2429 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5946 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2612 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5956 , cls_11 , 0.0000 , 0.1560 , 0.0101 , 2587064.6766 , 1.5294 , 0.8752 , 0.5580 , 0.7761 , 0.0000 , 0.0000 , 0.0000 , 60.9770 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5957 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 73.0745 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5960 , cls_11 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.7215 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 9.8079 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5964 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 43.4142 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5967 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 12.4978 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5972 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.9384 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5974 , cls_11 , 0.0000 , 0.1500 , 0.0096 , 6172839.5062 , 2.2727 , 0.7891 , 0.7851 , 0.4938 , 0.0000 , 0.0000 , 0.0000 , 28.4317 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5977 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.0684 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5992 , cls_11 , 0.0000 , 0.9240 , 0.0296 , 4156545.2092 , 4.8125 , 0.4797 , 0.8255 , 0.6572 , 0.0000 , 0.0000 , 0.0000 , 31.7556 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5993 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 69.2227 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5996 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 22.5553 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6000 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 16.0498 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6002 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 9523809.5238 , 1.6667 , 0.8684 , 0.8019 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 15.0663 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6007 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.2492 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6008 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.3396 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6010 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.8901 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6016 , cls_11 , 0.0000 , 0.0840 , 0.0070 , 3333333.3333 , 1.2727 , 0.9325 , 0.5806 , 0.7143 , 0.0000 , 0.0000 , 0.0000 , 5.4571 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6018 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.7036 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6031 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.8985 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6033 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0311 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6035 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.7382 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6041 , cls_11 , 0.0000 , 0.0600 , 0.0042 , 6666666.6667 , 1.4286 , 0.9016 , 0.6255 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 12.8130 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6048 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 38.1869 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6052 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.1351 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6053 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2924 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6066 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 41.8007 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6070 , cls_11 , 0.0000 , 0.0480 , 0.0041 , 6666666.6667 , 1.3333 , 0.9273 , 0.7247 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 39.5205 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6078 , cls_11 , 0.0000 , 0.3540 , 0.0163 , 3608562.6911 , 2.8095 , 0.7001 , 0.7732 , 0.7064 , 0.0000 , 0.0000 , 0.0000 , 41.0603 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6086 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.5477 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6098 , cls_11 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 9.9369 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6104 , cls_11 , 0.0000 , 0.4080 , 0.0191 , 5528455.2846 , 3.5789 , 0.6331 , 0.8504 , 0.5528 , 0.0000 , 0.0000 , 0.0000 , 27.9146 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6111 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 30.4885 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6114 , cls_11 , 0.0000 , 0.1260 , 0.0085 , 7777777.7778 , 2.3333 , 0.7923 , 0.8166 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.4519 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6127 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 7.7685 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6135 , cls_11 , 0.0000 , 0.2640 , 0.0131 , 5751633.9869 , 2.9333 , 0.7072 , 0.7871 , 0.5425 , 0.0000 , 0.0000 , 0.0000 , 42.9548 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6139 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 13.4311 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6142 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7740 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6150 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.6254 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6153 , cls_11 , 0.0000 , 0.0780 , 0.0051 , 6666666.6667 , 1.6250 , 0.8698 , 0.6322 , 0.4744 , 0.0000 , 0.0000 , 0.0000 , 18.1033 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6160 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 11.8829 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6164 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0329 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6166 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.7873 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6181 , cls_11 , 0.0000 , 0.0600 , 0.0046 , 5555555.5556 , 1.4286 , 0.9196 , 0.6180 , 0.5278 , 0.0000 , 0.0000 , 0.0000 , 7.1399 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6183 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 20.5393 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6194 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.3419 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6213 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 16.9011 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6215 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5107 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6218 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.2176 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6230 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 57.3776 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6240 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 22.6431 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6255 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.7844 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6257 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.1978 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6271 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.9317 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6273 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.5194 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6274 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.8284 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6277 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.4241 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6279 , cls_11 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 6.1103 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6280 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7247 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 5.0045 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6289 , cls_11 , 0.0000 , 0.1200 , 0.0067 , 8333333.3333 , 2.5000 , 0.7928 , 0.7921 , 0.3854 , 0.0000 , 0.0000 , 0.0000 , 12.3413 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6291 , cls_11 , 0.0000 , 0.1020 , 0.0082 , 5396825.3968 , 1.7000 , 0.8559 , 0.7911 , 0.5476 , 0.0000 , 0.0000 , 0.0000 , 21.7419 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6293 , cls_11 , 0.0000 , 0.0900 , 0.0060 , 8333333.3333 , 2.1429 , 0.8309 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 40.2703 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6294 , cls_11 , 0.0000 , 0.1200 , 0.0069 , 5555555.5556 , 2.0000 , 0.8309 , 0.6566 , 0.5486 , 0.0000 , 0.0000 , 0.0000 , 72.9727 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6299 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.4081 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6301 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.5137 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6311 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.5066 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6313 , cls_11 , 0.0000 , 0.1080 , 0.0081 , 8000000.0000 , 2.2500 , 0.8107 , 0.8164 , 0.3222 , 0.0000 , 0.0000 , 0.0000 , 9.1815 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6315 , cls_11 , 0.0000 , 0.1020 , 0.0063 , 6296296.2963 , 1.8889 , 0.8408 , 0.6243 , 0.4907 , 0.0000 , 0.0000 , 0.0000 , 30.8902 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6324 , cls_11 , 0.0000 , 0.0780 , 0.0060 , 7878787.8788 , 1.8571 , 0.8541 , 0.7199 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 7.2427 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6325 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.6242 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6328 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.5097 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6329 , cls_11 , 0.0000 , 0.0660 , 0.0046 , 10476190.4762 , 1.8333 , 0.8487 , 0.6927 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 8.6533 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6347 , cls_11 , 0.0000 , 0.0900 , 0.0069 , 5263157.8947 , 1.6667 , 0.8749 , 0.7312 , 0.5351 , 0.0000 , 0.0000 , 0.0000 , 12.4133 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6372 , cls_11 , 0.0000 , 0.0840 , 0.0075 , 3733333.3333 , 1.4000 , 0.9199 , 0.6718 , 0.6733 , 0.0000 , 0.0000 , 0.0000 , 15.8292 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6373 , cls_11 , 0.0000 , 0.0720 , 0.0045 , 7272727.2727 , 1.7143 , 0.8714 , 0.5170 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 11.0139 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6389 , cls_11 , 0.0000 , 0.0660 , 0.0058 , 10476190.4762 , 1.8333 , 0.8487 , 0.8318 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 7.3613 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6391 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.6400 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6392 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.4534 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6395 , cls_11 , 0.0000 , 0.0960 , 0.0057 , 5925925.9259 , 1.7778 , 0.8547 , 0.6243 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 6.9883 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6400 , cls_11 , 0.0000 , 0.0660 , 0.0053 , 4583333.3333 , 1.3750 , 0.9280 , 0.6156 , 0.6146 , 0.0000 , 0.0000 , 0.0000 , 11.6943 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6401 , cls_11 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 26.5804 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6414 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.1182 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6417 , cls_11 , 0.0000 , 0.0600 , 0.0042 , 6666666.6667 , 1.4286 , 0.9016 , 0.6021 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 23.6085 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6422 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.3903 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6425 , cls_11 , 0.0000 , 0.1260 , 0.0066 , 7000000.0000 , 2.3333 , 0.8020 , 0.7375 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 5.9358 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6431 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1051 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6451 , cls_11 , 0.0000 , 0.0600 , 0.0041 , 7407407.4074 , 1.6667 , 0.8916 , 0.6048 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 13.8329 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6453 , cls_11 , 0.0000 , 0.0540 , 0.0048 , 8571428.5714 , 1.5000 , 0.8902 , 0.7591 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 16.1276 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6460 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.0201 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6465 , cls_11 , 0.0000 , 0.0720 , 0.0049 , 6153846.1538 , 1.5000 , 0.8875 , 0.6322 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 14.5221 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6486 , cls_11 , 0.0000 , 0.0780 , 0.0052 , 6190476.1905 , 1.6250 , 0.8770 , 0.5652 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 29.6542 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6494 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2771 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6498 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5786 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6507 , cls_11 , 0.0000 , 0.1980 , 0.0172 , 4583333.3333 , 2.3571 , 0.7760 , 0.8897 , 0.6042 , 0.0000 , 0.0000 , 0.0000 , 17.4123 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6512 , cls_11 , 0.0000 , 0.1200 , 0.0095 , 4761904.7619 , 1.8182 , 0.8464 , 0.7890 , 0.6071 , 0.0000 , 0.0000 , 0.0000 , 9.7705 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6513 , cls_11 , 0.0000 , 0.1200 , 0.0100 , 4761904.7619 , 1.8182 , 0.8464 , 0.8162 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 9.1833 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6518 , cls_11 , 0.0000 , 0.0720 , 0.0050 , 8888888.8889 , 2.0000 , 0.8529 , 0.7135 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 9.1250 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6520 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 8.6168 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6526 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.2002 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6537 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 26.3990 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6538 , cls_11 , 0.0000 , 0.3960 , 0.0189 , 4230769.2308 , 3.1429 , 0.6632 , 0.8320 , 0.6474 , 0.0000 , 0.0000 , 0.0000 , 26.6743 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6541 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.2338 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6543 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.6962 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6544 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 5454545.4545 , 1.2857 , 0.9338 , 0.4398 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 18.1689 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6547 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.5090 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6573 , cls_11 , 0.0000 , 0.3240 , 0.0125 , 5142857.1429 , 3.1765 , 0.6821 , 0.6347 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 10.8638 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6586 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.6299 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6596 , cls_11 , 0.0000 , 0.1740 , 0.0095 , 6666666.6667 , 2.6364 , 0.7599 , 0.7692 , 0.4885 , 0.0000 , 0.0000 , 0.0000 , 14.3047 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6599 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 15.6756 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6609 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 24.2637 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6610 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 32.1714 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6611 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.0894 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6612 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.7115 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6613 , cls_11 , 0.0000 , 0.2460 , 0.0148 , 3904761.9048 , 2.4118 , 0.7568 , 0.7883 , 0.6714 , 0.0000 , 0.0000 , 0.0000 , 22.4507 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6614 , cls_11 , 0.0000 , 0.1320 , 0.0083 , 5641025.6410 , 2.0000 , 0.8161 , 0.6587 , 0.5256 , 0.0000 , 0.0000 , 0.0000 , 23.2815 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6618 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.6128 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6635 , cls_11 , 0.0000 , 0.0780 , 0.0049 , 6666666.6667 , 1.6250 , 0.8698 , 0.6322 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 36.1248 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6646 , cls_11 , 0.0000 , 0.0780 , 0.0049 , 6666666.6667 , 1.6250 , 0.8698 , 0.5963 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 4.8553 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6648 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 11.8821 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6649 , cls_11 , 0.0000 , 0.0960 , 0.0059 , 8205128.2051 , 2.0000 , 0.8239 , 0.6689 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.9697 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6652 , cls_11 , 0.0000 , 0.0900 , 0.0071 , 4347826.0870 , 1.5000 , 0.8946 , 0.6746 , 0.6304 , 0.0000 , 0.0000 , 0.0000 , 3.9040 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6655 , cls_11 , 0.0000 , 0.4380 , 0.0150 , 5347985.3480 , 3.6500 , 0.6224 , 0.7014 , 0.5788 , 0.0000 , 0.0000 , 0.0000 , 11.8721 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6668 , cls_11 , 0.0000 , 0.0720 , 0.0059 , 7272727.2727 , 1.7143 , 0.8714 , 0.7585 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 13.1094 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6671 , cls_11 , 0.0000 , 0.0540 , 0.0045 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 8.7329 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6672 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6907 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6681 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.4372 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6693 , cls_11 , 0.0000 , 0.1920 , 0.0111 , 5925925.9259 , 2.6667 , 0.7559 , 0.8041 , 0.5093 , 0.0000 , 0.0000 , 0.0000 , 38.9044 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6702 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.9239 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6721 , cls_11 , 0.0000 , 0.0480 , 0.0041 , 4444444.4444 , 1.1429 , 0.9685 , 0.5506 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 3.9874 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6731 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.1212 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6733 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 6060606.0606 , 1.4286 , 0.9110 , 0.7357 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 10.7849 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6737 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.3850 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6740 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.3691 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6752 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 5185185.1852 , 1.1667 , 0.9673 , 0.4270 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 13.0685 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6761 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 32.4185 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6762 , cls_11 , 0.0000 , 0.0780 , 0.0062 , 7878787.8788 , 1.8571 , 0.8541 , 0.8352 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 8.8704 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6764 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.7004 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6770 , cls_11 , 0.0000 , 0.0840 , 0.0072 , 6666666.6667 , 1.7500 , 0.8605 , 0.7826 , 0.4405 , 0.0000 , 0.0000 , 0.0000 , 37.2521 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6778 , cls_11 , 0.0000 , 0.0720 , 0.0054 , 6666666.6667 , 1.7143 , 0.8797 , 0.6605 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 4.5275 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6781 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.2594 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6782 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4714 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6787 , cls_11 , 0.0000 , 0.0480 , 0.0042 , 6666666.6667 , 1.3333 , 0.9273 , 0.6817 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.6022 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6798 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 48.5413 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6799 , cls_11 , 0.0000 , 1.0620 , 0.0462 , 3699059.5611 , 4.9167 , 0.4531 , 0.9011 , 0.6949 , 0.0000 , 0.0000 , 0.0000 , 56.3247 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6830 , cls_11 , 0.0000 , 0.0540 , 0.0051 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 12.9491 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6831 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6000 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6838 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5600 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6839 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 6000000.0000 , 1.2857 , 0.9243 , 0.6817 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 10.1596 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6843 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 31.8053 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6849 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 21.6664 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6851 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 5454545.4545 , 1.2857 , 0.9338 , 0.6584 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 6.9821 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6853 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 28.0339 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6857 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 25.2124 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6861 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 70.0396 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6870 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.2167 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6878 , cls_11 , 0.0000 , 0.1500 , 0.0085 , 7246376.8116 , 2.5000 , 0.7741 , 0.6981 , 0.4275 , 0.0000 , 0.0000 , 0.0000 , 8.4430 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6879 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.7028 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6881 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.0211 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6886 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 21.8052 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6889 , cls_11 , 0.0000 , 0.0720 , 0.0046 , 8000000.0000 , 1.7143 , 0.8625 , 0.6255 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 16.9430 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6893 , cls_11 , 0.0000 , 0.3840 , 0.0162 , 6095238.0952 , 3.7647 , 0.6359 , 0.8576 , 0.5310 , 0.0000 , 0.0000 , 0.0000 , 22.0794 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6898 , cls_11 , 0.0000 , 0.0720 , 0.0069 , 8888888.8889 , 2.0000 , 0.8529 , 0.8603 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 5.3405 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6916 , cls_11 , 0.0000 , 0.0780 , 0.0047 , 7878787.8788 , 1.8571 , 0.8541 , 0.6498 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 4.9802 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6919 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0622 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6923 , cls_11 , 0.0000 , 0.0780 , 0.0056 , 7878787.8788 , 1.8571 , 0.8541 , 0.5881 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 14.0729 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6924 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 10.3127 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6925 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.9788 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6926 , cls_11 , 0.0000 , 0.3120 , 0.0157 , 4502164.5022 , 2.8889 , 0.7014 , 0.7999 , 0.6234 , 0.0000 , 0.0000 , 0.0000 , 24.9465 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6943 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.5844 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6960 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.7426 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6963 , cls_11 , 0.0000 , 0.0900 , 0.0068 , 9090909.0909 , 2.1429 , 0.8230 , 0.8081 , 0.3030 , 0.0000 , 0.0000 , 0.0000 , 15.3735 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6966 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.4434 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6968 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.2078 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6982 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2811 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6986 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9481 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6990 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 26.9269 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6997 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.3073 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7016 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6279 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7017 , cls_11 , 0.0000 , 0.1380 , 0.0082 , 4791666.6667 , 1.9167 , 0.8259 , 0.6082 , 0.5990 , 0.0000 , 0.0000 , 0.0000 , 35.1879 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7024 , cls_11 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 9.9531 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7039 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.9747 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7041 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8216 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7045 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.9641 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7048 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 8.5908 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7049 , cls_11 , 0.0000 , 0.3840 , 0.0208 , 3440860.2151 , 2.7826 , 0.6894 , 0.8075 , 0.7177 , 0.0000 , 0.0000 , 0.0000 , 28.3011 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7081 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.3718 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7085 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.9249 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7086 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.8073 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7091 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0999 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7092 , cls_11 , 0.0000 , 0.1860 , 0.0102 , 5585585.5856 , 2.3846 , 0.7664 , 0.7839 , 0.5495 , 0.0000 , 0.0000 , 0.0000 , 12.2828 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7100 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.6001 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7101 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 5.9365 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7105 , cls_11 , 0.0000 , 0.0600 , 0.0045 , 5128205.1282 , 1.2500 , 0.9278 , 0.5862 , 0.5897 , 0.0000 , 0.0000 , 0.0000 , 5.1961 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7108 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2030 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7110 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9593 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7126 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8084 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7144 , cls_11 , 0.0000 , 0.0720 , 0.0066 , 8888888.8889 , 2.0000 , 0.8529 , 0.8430 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 7.1172 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7146 , cls_11 , 0.0000 , 0.1260 , 0.0080 , 6666666.6667 , 2.1000 , 0.8066 , 0.7695 , 0.4683 , 0.0000 , 0.0000 , 0.0000 , 19.1927 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7147 , cls_11 , 0.0000 , 0.0840 , 0.0059 , 4666666.6667 , 1.5556 , 0.8961 , 0.6817 , 0.6083 , 0.0000 , 0.0000 , 0.0000 , 7.8725 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7151 , cls_11 , 0.0000 , 0.0600 , 0.0040 , 6666666.6667 , 1.4286 , 0.9016 , 0.4907 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 8.3669 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7154 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.2318 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7165 , cls_11 , 0.0000 , 0.0540 , 0.0041 , 6666666.6667 , 1.5000 , 0.9139 , 0.6903 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 21.5430 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7171 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 5.6699 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7181 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 19.8385 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7185 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.0133 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7186 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.2329 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7191 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 5.9281 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7199 , cls_11 , 0.0000 , 0.0720 , 0.0054 , 4210526.3158 , 1.3333 , 0.9263 , 0.6731 , 0.6491 , 0.0000 , 0.0000 , 0.0000 , 26.6507 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7200 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.9900 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7208 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7660 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7210 , cls_11 , 0.0000 , 0.0720 , 0.0058 , 5714285.7143 , 1.5000 , 0.8948 , 0.6637 , 0.5119 , 0.0000 , 0.0000 , 0.0000 , 31.2856 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7211 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.4755 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7216 , cls_11 , 0.0000 , 0.1560 , 0.0100 , 5416666.6667 , 2.1667 , 0.7959 , 0.8012 , 0.5677 , 0.0000 , 0.0000 , 0.0000 , 13.2510 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7217 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.0456 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7219 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.0595 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7221 , cls_11 , 0.0000 , 0.1500 , 0.0089 , 6944444.4444 , 2.5000 , 0.7780 , 0.7555 , 0.4514 , 0.0000 , 0.0000 , 0.0000 , 22.1446 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7238 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.1523 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7243 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 37.0247 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7251 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4120 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7256 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.3208 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7257 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8029 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7258 , cls_11 , 0.0000 , 0.8400 , 0.0297 , 5333333.3333 , 5.1852 , 0.4837 , 0.8363 , 0.5648 , 0.0000 , 0.0000 , 0.0000 , 90.0799 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7268 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.3923 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7269 , cls_11 , 0.0000 , 0.1920 , 0.0093 , 5765765.7658 , 2.4615 , 0.7584 , 0.6561 , 0.5450 , 0.0000 , 0.0000 , 0.0000 , 34.0414 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7271 , cls_11 , 0.0000 , 0.0960 , 0.0063 , 6274509.8039 , 1.7778 , 0.8491 , 0.6994 , 0.4902 , 0.0000 , 0.0000 , 0.0000 , 13.6947 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7280 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 37.7733 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7300 , cls_11 , 0.0000 , 0.8580 , 0.0290 , 3310185.1852 , 4.2059 , 0.5170 , 0.6924 , 0.7228 , 0.0000 , 0.0000 , 0.0000 , 89.2441 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7313 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.7721 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7323 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.8627 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7324 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.8437 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7334 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4446 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7351 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.3379 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7357 , cls_11 , 0.0000 , 0.1320 , 0.0082 , 3859649.1228 , 1.6923 , 0.8549 , 0.5435 , 0.6842 , 0.0000 , 0.0000 , 0.0000 , 31.3105 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7359 , cls_11 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 6.1091 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7361 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5609 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7362 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.7363 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7363 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.5099 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7366 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.6419 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 7.7537 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7367 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7488 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7372 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 43.2305 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7379 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 17.2496 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7381 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 31.6406 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7386 , cls_11 , 0.0000 , 0.0480 , 0.0040 , 4848484.8485 , 1.1429 , 0.9594 , 0.5881 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 12.3581 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7389 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.8439 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7393 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0033 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7396 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 12.1681 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7412 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 27.0280 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7417 , cls_11 , 0.0000 , 0.0480 , 0.0033 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.6239 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7431 , cls_11 , 0.0000 , 0.1260 , 0.0088 , 6086956.5217 , 2.1000 , 0.8152 , 0.8170 , 0.5217 , 0.0000 , 0.0000 , 0.0000 , 13.9365 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7432 , cls_11 , 0.0000 , 0.2580 , 0.0151 , 4154589.3720 , 2.5294 , 0.7424 , 0.8012 , 0.6498 , 0.0000 , 0.0000 , 0.0000 , 8.8980 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7436 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4518 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7438 , cls_11 , 0.0000 , 0.0900 , 0.0075 , 6250000.0000 , 1.8750 , 0.8579 , 0.7736 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 11.1985 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7439 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 14.7466 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7449 , cls_11 , 0.0000 , 0.4380 , 0.0193 , 4506172.8395 , 3.4762 , 0.6378 , 0.8116 , 0.6265 , 0.0000 , 0.0000 , 0.0000 , 17.2171 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7450 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 16.6627 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7455 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.4749 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7457 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.7120 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7460 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 5925925.9259 , 1.3333 , 0.9389 , 0.6630 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 13.9669 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7466 , cls_11 , 0.0000 , 0.0600 , 0.0064 , 6666666.6667 , 1.4286 , 0.9016 , 0.8128 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 8.4064 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7467 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.3074 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7480 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 11.7367 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7482 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6184 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7484 , cls_11 , 0.0000 , 0.0540 , 0.0051 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 17.8412 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7501 , cls_11 , 0.0000 , 0.2580 , 0.0142 , 5972222.2222 , 3.0714 , 0.7076 , 0.8302 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 27.4322 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7506 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.0372 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7508 , cls_11 , 0.0000 , 0.2280 , 0.0138 , 5390070.9220 , 2.7143 , 0.7376 , 0.7870 , 0.5638 , 0.0000 , 0.0000 , 0.0000 , 30.6384 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7515 , cls_11 , 0.0000 , 0.2280 , 0.0119 , 7676767.6768 , 3.1667 , 0.7054 , 0.8099 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 21.7351 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7516 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.6359 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7517 , cls_11 , 0.0000 , 0.1020 , 0.0067 , 6666666.6667 , 1.8889 , 0.8353 , 0.7857 , 0.4510 , 0.0000 , 0.0000 , 0.0000 , 16.8454 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7518 , cls_11 , 0.0000 , 0.1260 , 0.0078 , 4117647.0588 , 1.7500 , 0.8546 , 0.6618 , 0.6569 , 0.0000 , 0.0000 , 0.0000 , 11.0969 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7522 , cls_11 , 0.0000 , 0.1320 , 0.0112 , 6376811.5942 , 2.2000 , 0.8043 , 0.8895 , 0.4638 , 0.0000 , 0.0000 , 0.0000 , 7.5544 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7523 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7217 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7531 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 11.8331 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7532 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 26.9956 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7535 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.3921 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7536 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.1341 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7539 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 27.6124 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7542 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.4779 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7543 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.2952 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7544 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 12.8553 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7545 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 16.0250 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7549 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.9653 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7550 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 14.2025 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7551 , cls_11 , 0.0000 , 0.1200 , 0.0073 , 4938271.6049 , 1.8182 , 0.8427 , 0.5703 , 0.5864 , 0.0000 , 0.0000 , 0.0000 , 12.6484 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7570 , cls_11 , 0.0000 , 0.0960 , 0.0065 , 5079365.0794 , 1.6000 , 0.8700 , 0.6739 , 0.5794 , 0.0000 , 0.0000 , 0.0000 , 22.4579 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7572 , cls_11 , 0.0000 , 0.0900 , 0.0064 , 7692307.6923 , 1.8750 , 0.8382 , 0.7146 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 29.7542 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7581 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.6048 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 5.7355 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7583 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.9944 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7586 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 54.9896 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7591 , cls_11 , 0.0000 , 0.1560 , 0.0117 , 4952380.9524 , 2.1667 , 0.8047 , 0.8318 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 36.3052 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7597 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.4317 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7598 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0478 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7602 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6989 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7609 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.7041 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7613 , cls_11 , 0.0000 , 0.0960 , 0.0059 , 8205128.2051 , 2.0000 , 0.8239 , 0.7146 , 0.3462 , 0.0000 , 0.0000 , 0.0000 , 15.1597 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7619 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 4444444.4444 , 1.2500 , 0.9427 , 0.5342 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 22.5558 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7620 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.2547 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7622 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 12000000.0000 , 1.8000 , 0.8603 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5442 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7623 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.0867 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7624 , cls_11 , 0.0000 , 0.0720 , 0.0046 , 6666666.6667 , 1.7143 , 0.8797 , 0.7062 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 6.8096 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7631 , cls_11 , 0.0000 , 0.1680 , 0.0132 , 4912280.7018 , 2.1538 , 0.7944 , 0.8278 , 0.5789 , 0.0000 , 0.0000 , 0.0000 , 24.4334 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7632 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 21.7660 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7639 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.4117 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7666 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.7816 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7667 , cls_11 , 0.0000 , 0.1980 , 0.0126 , 4680851.0638 , 2.3571 , 0.7739 , 0.8383 , 0.6099 , 0.0000 , 0.0000 , 0.0000 , 80.5810 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7668 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 19.5221 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7669 , cls_11 , 0.0000 , 0.0840 , 0.0050 , 9333333.3333 , 2.0000 , 0.8294 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 17.2434 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7670 , cls_11 , 0.0000 , 0.1080 , 0.0068 , 8000000.0000 , 2.2500 , 0.8107 , 0.7419 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 9.8554 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7671 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.5253 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7675 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.5816 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7679 , cls_11 , 0.0000 , 0.1500 , 0.0101 , 6944444.4444 , 2.5000 , 0.7780 , 0.8487 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.5083 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7680 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 49.2101 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7684 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 15.2921 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7687 , cls_11 , 0.0000 , 0.3540 , 0.0163 , 5462962.9630 , 3.4706 , 0.6605 , 0.7731 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 17.9129 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7692 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 10.5176 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7700 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 16.7320 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7707 , cls_11 , 0.0000 , 0.0480 , 0.0046 , 7619047.6190 , 1.3333 , 0.9145 , 0.7772 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.2324 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7708 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.1443 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7717 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 39.0992 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7718 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 14.5927 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7740 , cls_11 , 0.0000 , 0.0480 , 0.0041 , 6666666.6667 , 1.3333 , 0.9273 , 0.7247 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 12.5030 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7741 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7890 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7742 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.4345 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7748 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 77.5026 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7749 , cls_11 , 0.0000 , 0.4800 , 0.0171 , 4134366.9251 , 3.4783 , 0.6274 , 0.6773 , 0.6537 , 0.0000 , 0.0000 , 0.0000 , 39.2556 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7762 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 27.9907 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7764 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.2210 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7779 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.2280 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7795 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.2325 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7798 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.8847 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7807 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 48.3251 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7810 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 16.1760 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7812 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 4285714.2857 , 1.1250 , 0.9589 , 0.4757 , 0.6310 , 0.0000 , 0.0000 , 0.0000 , 6.5279 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7819 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.0289 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7822 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 39.3974 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7832 , cls_11 , 0.0000 , 0.0780 , 0.0055 , 5777777.7778 , 1.6250 , 0.8838 , 0.6707 , 0.5444 , 0.0000 , 0.0000 , 0.0000 , 35.3165 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7834 , cls_11 , 0.0000 , 0.1080 , 0.0081 , 6000000.0000 , 2.0000 , 0.8378 , 0.7963 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 16.2813 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7849 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 10.0899 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7855 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.8732 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7862 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.8378 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7868 , cls_11 , 0.0000 , 0.0600 , 0.0056 , 7407407.4074 , 1.6667 , 0.8916 , 0.7708 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 70.2782 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7869 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.6967 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7872 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.8765 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7881 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 17.1488 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7894 , cls_11 , 0.0000 , 0.0480 , 0.0040 , 5925925.9259 , 1.3333 , 0.9389 , 0.6630 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.8806 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7899 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 5.7862 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7902 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.6478 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7905 , cls_11 , 0.0000 , 1.1820 , 0.0293 , 4741275.5716 , 5.7941 , 0.4068 , 0.6808 , 0.6209 , 0.0000 , 0.0000 , 0.0000 , 29.6601 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7906 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.6933 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7907 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 8.6886 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7908 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.2045 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7913 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.8406 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7914 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.5374 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7915 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.3287 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7916 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.8595 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7928 , cls_11 , 0.0000 , 0.0780 , 0.0071 , 3939393.9394 , 1.3000 , 0.9235 , 0.6888 , 0.6439 , 0.0000 , 0.0000 , 0.0000 , 34.1775 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7929 , cls_11 , 0.0000 , 0.3600 , 0.0160 , 4597701.1494 , 3.1579 , 0.6733 , 0.8431 , 0.6322 , 0.0000 , 0.0000 , 0.0000 , 64.8396 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7937 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.6327 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7948 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.7799 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7949 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3199 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7950 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 8.6581 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7955 , cls_11 , 0.0000 , 0.2220 , 0.0107 , 4484848.4848 , 2.4667 , 0.7598 , 0.6697 , 0.6515 , 0.0000 , 0.0000 , 0.0000 , 29.9751 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7958 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.4732 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7974 , cls_11 , 0.0000 , 0.0720 , 0.0069 , 7272727.2727 , 1.7143 , 0.8714 , 0.8292 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 14.2009 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7976 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 10.9191 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7980 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.2907 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7981 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 64.5853 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7983 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 62.5286 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7998 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 5.6545 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8012 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.2721 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8018 , cls_11 , 0.0000 , 0.0600 , 0.0041 , 9523809.5238 , 1.6667 , 0.8684 , 0.6927 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 23.9253 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8029 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.2173 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8030 , cls_11 , 0.0000 , 0.0720 , 0.0058 , 6153846.1538 , 1.5000 , 0.8875 , 0.7733 , 0.4872 , 0.0000 , 0.0000 , 0.0000 , 15.6232 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8032 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 33.7865 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8038 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3937 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8052 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.4302 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8053 , cls_11 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 8.3692 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8058 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 17.1572 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8066 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.1245 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8073 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.1104 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8077 , cls_11 , 0.0000 , 0.0960 , 0.0063 , 4444444.4444 , 1.6000 , 0.8838 , 0.5506 , 0.6458 , 0.0000 , 0.0000 , 0.0000 , 10.7279 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8084 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6783 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8085 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.1644 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8099 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 17.9615 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8106 , cls_11 , 0.0000 , 0.0420 , 0.0039 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 10.9255 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8107 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.5546 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8108 , cls_11 , 0.0000 , 0.0540 , 0.0040 , 6000000.0000 , 1.2857 , 0.9243 , 0.6021 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 7.6655 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8109 , cls_11 , 0.0000 , 0.0540 , 0.0038 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 15.4588 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8110 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.1923 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8112 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1637 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8113 , cls_11 , 0.0000 , 0.0480 , 0.0045 , 5925925.9259 , 1.3333 , 0.9389 , 0.7135 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 6.7893 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8114 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.3938 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8117 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 6666666.6667 , 1.4286 , 0.9016 , 0.7598 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 26.6098 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8149 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3509 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8157 , cls_11 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 8.5130 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8170 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 16.9379 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8201 , cls_11 , 0.0000 , 0.1500 , 0.0087 , 6666666.6667 , 2.5000 , 0.7818 , 0.8011 , 0.4733 , 0.0000 , 0.0000 , 0.0000 , 22.7823 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8210 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.3854 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8217 , cls_11 , 0.0000 , 0.0660 , 0.0053 , 10476190.4762 , 1.8333 , 0.8487 , 0.8019 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 24.7288 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8221 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5993 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8226 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 26.8255 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8229 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.4019 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8230 , cls_11 , 0.0000 , 0.3540 , 0.0183 , 4682539.6825 , 3.1053 , 0.6747 , 0.8355 , 0.6171 , 0.0000 , 0.0000 , 0.0000 , 12.9307 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8232 , cls_11 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.0218 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8235 , cls_11 , 0.0000 , 0.0720 , 0.0049 , 6153846.1538 , 1.5000 , 0.8875 , 0.6322 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.2850 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8238 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 65.8125 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8240 , cls_11 , 0.0000 , 0.1500 , 0.0123 , 3623188.4058 , 1.7857 , 0.8430 , 0.8241 , 0.6812 , 0.0000 , 0.0000 , 0.0000 , 46.5810 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8247 , cls_11 , 0.0000 , 0.7500 , 0.0229 , 4105090.3120 , 4.3103 , 0.5310 , 0.7468 , 0.6700 , 0.0000 , 0.0000 , 0.0000 , 39.0455 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8249 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.4602 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8251 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.8925 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8260 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.5251 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8261 , cls_11 , 0.0000 , 0.0660 , 0.0050 , 7333333.3333 , 1.5714 , 0.8812 , 0.7170 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 22.1825 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8267 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 87.4161 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8272 , cls_11 , 0.0000 , 0.5220 , 0.0306 , 4496124.0310 , 3.7826 , 0.6026 , 0.8945 , 0.6292 , 0.0000 , 0.0000 , 0.0000 , 27.7352 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8274 , cls_11 , 0.0000 , 0.0900 , 0.0077 , 5263157.8947 , 1.6667 , 0.8749 , 0.7914 , 0.5439 , 0.0000 , 0.0000 , 0.0000 , 21.9496 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8287 , cls_11 , 0.0000 , 0.1800 , 0.0098 , 5000000.0000 , 2.3077 , 0.7822 , 0.6817 , 0.6125 , 0.0000 , 0.0000 , 0.0000 , 14.6869 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8289 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2843 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8290 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.2055 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8301 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 16.5866 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8302 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.3684 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8304 , cls_11 , 0.0000 , 0.0600 , 0.0052 , 7407407.4074 , 1.6667 , 0.8916 , 0.7796 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 14.7404 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8305 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 41.4744 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8307 , cls_11 , 0.0000 , 0.1260 , 0.0102 , 4375000.0000 , 1.7500 , 0.8483 , 0.8012 , 0.6302 , 0.0000 , 0.0000 , 0.0000 , 32.8187 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8308 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 43.1601 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8309 , cls_11 , 0.0000 , 0.1320 , 0.0092 , 3188405.7971 , 1.5714 , 0.8758 , 0.6981 , 0.7246 , 0.0000 , 0.0000 , 0.0000 , 45.9995 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8311 , cls_11 , 0.0000 , 0.5220 , 0.0231 , 3333333.3333 , 3.2222 , 0.6305 , 0.8239 , 0.7270 , 0.0000 , 0.0000 , 0.0000 , 34.8670 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8313 , cls_11 , 0.0000 , 0.1260 , 0.0097 , 4666666.6667 , 1.9091 , 0.8416 , 0.7935 , 0.5944 , 0.0000 , 0.0000 , 0.0000 , 52.8828 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8320 , cls_11 , 0.0000 , 0.0780 , 0.0055 , 5777777.7778 , 1.6250 , 0.8838 , 0.6707 , 0.5111 , 0.0000 , 0.0000 , 0.0000 , 15.3593 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8321 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 12.6878 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8323 , cls_11 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 21.4634 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8324 , cls_11 , 0.0000 , 0.0720 , 0.0050 , 10000000.0000 , 2.0000 , 0.8423 , 0.7453 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 23.5936 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8328 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5055 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8340 , cls_11 , 0.0000 , 0.1020 , 0.0066 , 8717948.7179 , 2.1250 , 0.8105 , 0.7453 , 0.3077 , 0.0000 , 0.0000 , 0.0000 , 76.3825 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8351 , cls_11 , 0.0000 , 0.1320 , 0.0113 , 6111111.1111 , 2.2000 , 0.8083 , 0.8348 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 5.7052 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8354 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3747 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8357 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 71.6365 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8358 , cls_11 , 0.0000 , 0.1140 , 0.0096 , 7037037.0370 , 2.1111 , 0.8153 , 0.8502 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 36.5858 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8359 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.1843 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8360 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.8503 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8365 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.4369 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8366 , cls_11 , 0.0000 , 0.0720 , 0.0070 , 8000000.0000 , 1.7143 , 0.8625 , 0.8408 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 20.6264 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8368 , cls_11 , 0.0000 , 0.0780 , 0.0051 , 7878787.8788 , 1.8571 , 0.8541 , 0.7199 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 28.4185 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8370 , cls_11 , 0.0000 , 0.0540 , 0.0042 , 6666666.6667 , 1.5000 , 0.9139 , 0.6419 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 39.2719 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8378 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.3274 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8386 , cls_11 , 0.0000 , 0.3000 , 0.0144 , 5747126.4368 , 3.1250 , 0.6855 , 0.8502 , 0.5345 , 0.0000 , 0.0000 , 0.0000 , 28.3386 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8392 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2888 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8395 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 21.6141 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8399 , cls_11 , 0.0000 , 0.0540 , 0.0052 , 5454545.4545 , 1.2857 , 0.9338 , 0.6888 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 63.4172 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8415 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 15.4148 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8416 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.4148 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8420 , cls_11 , 0.0000 , 0.2100 , 0.0142 , 3589743.5897 , 2.0588 , 0.7918 , 0.8304 , 0.6974 , 0.0000 , 0.0000 , 0.0000 , 45.7755 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8425 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.9082 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8429 , cls_11 , 0.0000 , 0.0480 , 0.0042 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1007 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8435 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.6090 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8438 , cls_11 , 0.0000 , 0.0600 , 0.0046 , 4166666.6667 , 1.2500 , 0.9495 , 0.4008 , 0.6563 , 0.0000 , 0.0000 , 0.0000 , 8.5992 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8443 , cls_11 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 15.7414 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8444 , cls_11 , 0.0000 , 0.0960 , 0.0063 , 5614035.0877 , 1.7778 , 0.8600 , 0.6731 , 0.5439 , 0.0000 , 0.0000 , 0.0000 , 20.1087 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8446 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 30.9811 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8460 , cls_11 , 0.0000 , 0.0720 , 0.0064 , 6666666.6667 , 1.7143 , 0.8797 , 0.7753 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 7.8829 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8462 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.9520 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8463 , cls_11 , 0.0000 , 0.1500 , 0.0097 , 3787878.7879 , 1.7857 , 0.8382 , 0.6972 , 0.6742 , 0.0000 , 0.0000 , 0.0000 , 67.0653 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8473 , cls_11 , 0.0000 , 0.0840 , 0.0055 , 9333333.3333 , 2.0000 , 0.8294 , 0.8041 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.0501 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8474 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.1290 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8479 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.5088 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8484 , cls_11 , 0.0000 , 0.0900 , 0.0057 , 7692307.6923 , 1.8750 , 0.8382 , 0.6877 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 15.9850 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8485 , cls_11 , 0.0000 , 0.0540 , 0.0051 , 5000000.0000 , 1.2857 , 0.9427 , 0.7117 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 23.5958 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8489 , cls_11 , 0.0000 , 0.1260 , 0.0089 , 5185185.1852 , 1.9091 , 0.8309 , 0.7472 , 0.5679 , 0.0000 , 0.0000 , 0.0000 , 56.4860 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8491 , cls_11 , 0.0000 , 0.1740 , 0.0112 , 3790849.6732 , 1.9333 , 0.8157 , 0.7761 , 0.6863 , 0.0000 , 0.0000 , 0.0000 , 52.2981 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8494 , cls_11 , 0.0000 , 0.0840 , 0.0061 , 4666666.6667 , 1.5556 , 0.8961 , 0.5825 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 2.4009 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8498 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 9.6692 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8505 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.0513 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8506 , cls_11 , 0.0000 , 0.0660 , 0.0050 , 6666666.6667 , 1.5714 , 0.8903 , 0.7199 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 10.7264 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8507 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5825 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8511 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.3947 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8520 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 3.6084 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8526 , cls_11 , 0.0000 , 0.2040 , 0.0090 , 7311827.9570 , 2.8333 , 0.7272 , 0.7593 , 0.4462 , 0.0000 , 0.0000 , 0.0000 , 27.4285 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8546 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 20.3043 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8547 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 22.1486 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8549 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.8333 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8550 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.4101 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8555 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9672 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8556 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4683 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8560 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.6223 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8562 , cls_11 , 0.0000 , 0.0840 , 0.0059 , 10370370.3704 , 2.3333 , 0.8201 , 0.7838 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 63.8661 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8569 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 40.7530 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8581 , cls_11 , 0.0000 , 0.0840 , 0.0069 , 6666666.6667 , 1.7500 , 0.8605 , 0.8162 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 29.2967 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8582 , cls_11 , 0.0000 , 0.2220 , 0.0132 , 4404761.9048 , 2.4667 , 0.7616 , 0.6831 , 0.6369 , 0.0000 , 0.0000 , 0.0000 , 32.3259 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8584 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.5186 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8585 , cls_11 , 0.0000 , 0.3000 , 0.0154 , 5128205.1282 , 2.9412 , 0.6959 , 0.8294 , 0.5692 , 0.0000 , 0.0000 , 0.0000 , 23.6575 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8587 , cls_11 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 14.5897 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8608 , cls_11 , 0.0000 , 0.1140 , 0.0074 , 6666666.6667 , 2.1111 , 0.8204 , 0.7674 , 0.4474 , 0.0000 , 0.0000 , 0.0000 , 22.4418 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8612 , cls_11 , 0.0000 , 0.1080 , 0.0074 , 6666666.6667 , 2.0000 , 0.8277 , 0.7796 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 18.5552 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8614 , cls_11 , 0.0000 , 0.0480 , 0.0043 , 6666666.6667 , 1.3333 , 0.9273 , 0.7453 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 14.1892 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8615 , cls_11 , 0.0000 , 0.2160 , 0.0112 , 6857142.8571 , 3.0000 , 0.7240 , 0.7983 , 0.4619 , 0.0000 , 0.0000 , 0.0000 , 19.2802 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8617 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.9653 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8620 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.4800 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8641 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 22.9159 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8642 , cls_11 , 0.0000 , 0.5520 , 0.0222 , 5027322.4044 , 4.0000 , 0.5813 , 0.8399 , 0.5792 , 0.0000 , 0.0000 , 0.0000 , 30.0434 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8644 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.4187 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8645 , cls_11 , 0.0000 , 0.1740 , 0.0095 , 6236559.1398 , 2.4167 , 0.7661 , 0.7351 , 0.5054 , 0.0000 , 0.0000 , 0.0000 , 28.6735 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8650 , cls_11 , 0.0000 , 0.6480 , 0.0318 , 3789473.6842 , 3.8571 , 0.5714 , 0.8569 , 0.6886 , 0.0000 , 0.0000 , 0.0000 , 46.1881 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8663 , cls_11 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 76.9656 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8664 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 38.3554 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8669 , cls_11 , 0.0000 , 0.0660 , 0.0054 , 10476190.4762 , 1.8333 , 0.8487 , 0.8019 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 22.1234 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8671 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.4591 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8686 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 48.8257 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8695 , cls_11 , 0.0000 , 0.1200 , 0.0081 , 6060606.0606 , 2.0000 , 0.8224 , 0.8107 , 0.5076 , 0.0000 , 0.0000 , 0.0000 , 75.4640 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8705 , cls_11 , 0.0000 , 0.1140 , 0.0066 , 6333333.3333 , 2.1111 , 0.8252 , 0.6817 , 0.5250 , 0.0000 , 0.0000 , 0.0000 , 10.6349 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8711 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.5593 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 50.8369 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8721 , cls_11 , 0.0000 , 0.1440 , 0.0084 , 4848484.8485 , 2.0000 , 0.8186 , 0.6409 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 25.1887 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8725 , cls_11 , 0.0000 , 0.0780 , 0.0056 , 6190476.1905 , 1.6250 , 0.8770 , 0.7078 , 0.5119 , 0.0000 , 0.0000 , 0.0000 , 64.6636 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8727 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 41.3130 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8739 , cls_11 , 0.0000 , 0.1080 , 0.0107 , 7500000.0000 , 2.2500 , 0.8166 , 0.8855 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 3.5690 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8745 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 22.8999 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8753 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.1871 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8755 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 7619047.6190 , 1.3333 , 0.9145 , 0.6572 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 55.1388 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8757 , cls_11 , 0.0000 , 0.0720 , 0.0056 , 6153846.1538 , 1.5000 , 0.8875 , 0.6877 , 0.4872 , 0.0000 , 0.0000 , 0.0000 , 16.1001 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8763 , cls_11 , 0.0000 , 0.0600 , 0.0050 , 6666666.6667 , 1.4286 , 0.9016 , 0.7170 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.2806 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8776 , cls_11 , 0.0000 , 0.0900 , 0.0068 , 4761904.7619 , 1.5000 , 0.8851 , 0.7429 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 45.9812 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8798 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.1459 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8803 , cls_11 , 0.0000 , 0.2760 , 0.0121 , 5897435.8974 , 3.0667 , 0.6974 , 0.7057 , 0.5449 , 0.0000 , 0.0000 , 0.0000 , 19.8680 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8815 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 10.2728 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8824 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.0648 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8828 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 21.2164 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8834 , cls_11 , 0.0000 , 0.4920 , 0.0172 , 5412541.2541 , 3.9048 , 0.5985 , 0.7473 , 0.5545 , 0.0000 , 0.0000 , 0.0000 , 38.9811 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8835 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.0955 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8836 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8816 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8849 , cls_11 , 0.0000 , 0.0480 , 0.0034 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 8.9053 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8862 , cls_11 , 0.0000 , 0.0780 , 0.0063 , 5777777.7778 , 1.6250 , 0.8838 , 0.7384 , 0.5222 , 0.0000 , 0.0000 , 0.0000 , 9.9791 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8866 , cls_11 , 0.0000 , 0.0660 , 0.0052 , 6666666.6667 , 1.5714 , 0.8903 , 0.7357 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 4.2053 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8869 , cls_11 , 0.0000 , 0.0480 , 0.0042 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 16.7184 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8870 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.9116 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8871 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 10.5936 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8882 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 11.4936 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8894 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 37.8267 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8895 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.4606 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8896 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 22.3887 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8897 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.8271 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8898 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.4834 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8900 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.4178 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8908 , cls_11 , 0.0000 , 0.1140 , 0.0074 , 5757575.7576 , 1.9000 , 0.8345 , 0.7845 , 0.5227 , 0.0000 , 0.0000 , 0.0000 , 7.3193 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8922 , cls_11 , 0.0000 , 0.2100 , 0.0096 , 6481481.4815 , 2.9167 , 0.7335 , 0.6860 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 39.6207 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8923 , cls_11 , 0.0000 , 0.4500 , 0.0183 , 4098360.6557 , 3.2609 , 0.6412 , 0.6924 , 0.6612 , 0.0000 , 0.0000 , 0.0000 , 54.1662 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8936 , cls_11 , 0.0000 , 0.1020 , 0.0059 , 5964912.2807 , 1.8889 , 0.8460 , 0.5435 , 0.5351 , 0.0000 , 0.0000 , 0.0000 , 7.1784 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8938 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 7.8523 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8944 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 8.2292 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8945 , cls_11 , 0.0000 , 0.1020 , 0.0056 , 8717948.7179 , 2.1250 , 0.8105 , 0.7453 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 13.4652 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8946 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.9278 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8947 , cls_11 , 0.0000 , 0.0480 , 0.0042 , 4444444.4444 , 1.1429 , 0.9685 , 0.5506 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 12.6105 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8956 , cls_11 , 0.0000 , 0.1140 , 0.0074 , 4871794.8718 , 1.7273 , 0.8511 , 0.6322 , 0.5962 , 0.0000 , 0.0000 , 0.0000 , 8.7153 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8957 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 8.1591 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8960 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 39.3523 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8963 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 17.7859 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8980 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.6051 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8981 , cls_11 , 0.0000 , 0.0600 , 0.0043 , 6666666.6667 , 1.4286 , 0.9016 , 0.6894 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 3.4981 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8983 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 10.0209 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8987 , cls_11 , 0.0000 , 0.5400 , 0.0255 , 4651162.7907 , 3.9130 , 0.5926 , 0.8579 , 0.6176 , 0.0000 , 0.0000 , 0.0000 , 60.3346 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8988 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 16.5339 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9005 , cls_11 , 0.0000 , 0.1320 , 0.0105 , 4731182.7957 , 1.8333 , 0.8336 , 0.8026 , 0.5914 , 0.0000 , 0.0000 , 0.0000 , 10.1501 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9008 , cls_11 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 5.8856 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9014 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 14.7222 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9016 , cls_11 , 0.0000 , 0.1380 , 0.0086 , 7666666.6667 , 2.5556 , 0.7809 , 0.8256 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 54.2236 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9020 , cls_11 , 0.0000 , 0.2160 , 0.0114 , 4705882.3529 , 2.4000 , 0.7595 , 0.7306 , 0.6340 , 0.0000 , 0.0000 , 0.0000 , 30.5883 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9041 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 19.8079 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9043 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 19.8170 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9062 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9048 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9063 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.9324 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9065 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0229 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9068 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 8.0581 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9073 , cls_11 , 0.0000 , 0.0840 , 0.0058 , 5185185.1852 , 1.5556 , 0.8853 , 0.6048 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 40.1913 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9074 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 5185185.1852 , 1.1667 , 0.9673 , 0.4270 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 8.4629 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9075 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 9.8937 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9077 , cls_11 , 0.0000 , 0.1320 , 0.0094 , 4190476.1905 , 1.8333 , 0.8462 , 0.7691 , 0.6429 , 0.0000 , 0.0000 , 0.0000 , 31.7214 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9078 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 30.1949 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9079 , cls_11 , 0.0000 , 0.1140 , 0.0098 , 9743589.7436 , 2.3750 , 0.7860 , 0.9105 , 0.2692 , 0.0000 , 0.0000 , 0.0000 , 9.3130 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9097 , cls_11 , 0.0000 , 0.0540 , 0.0052 , 8571428.5714 , 1.5000 , 0.8902 , 0.8318 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 17.7649 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9100 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1753 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9101 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.8139 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9109 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.3433 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9119 , cls_11 , 0.0000 , 0.0480 , 0.0035 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 7.4913 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9126 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 31.9215 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9131 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.1212 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9135 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 9.7997 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9148 , cls_11 , 0.0000 , 0.1200 , 0.0068 , 8888888.8889 , 2.5000 , 0.7871 , 0.7062 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 20.6844 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9158 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 23.0320 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9159 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.6519 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9177 , cls_11 , 0.0000 , 0.4680 , 0.0193 , 3795620.4380 , 3.2500 , 0.6406 , 0.8081 , 0.6910 , 0.0000 , 0.0000 , 0.0000 , 68.1065 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9192 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5578 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9193 , cls_11 , 0.0000 , 0.0420 , 0.0030 , 7777777.7778 , 1.4000 , 0.9274 , 0.5506 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 12.2418 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9205 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.6442 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9214 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.4566 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9218 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 6.1598 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9220 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.1205 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9222 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.2863 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9223 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.3610 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9224 , cls_11 , 0.0000 , 0.1560 , 0.0105 , 8253968.2540 , 2.6000 , 0.7568 , 0.8773 , 0.3492 , 0.0000 , 0.0000 , 0.0000 , 45.2279 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9231 , cls_11 , 0.0000 , 0.2460 , 0.0106 , 5815602.8369 , 2.9286 , 0.7180 , 0.6480 , 0.5284 , 0.0000 , 0.0000 , 0.0000 , 25.1831 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9233 , cls_11 , 0.0000 , 0.0840 , 0.0062 , 6666666.6667 , 1.7500 , 0.8605 , 0.6927 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 10.5813 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9237 , cls_11 , 0.0000 , 0.2400 , 0.0132 , 3137254.9020 , 2.1053 , 0.7842 , 0.7075 , 0.7412 , 0.0000 , 0.0000 , 0.0000 , 33.5518 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9260 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.1816 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9267 , cls_11 , 0.0000 , 0.6120 , 0.0251 , 3756906.0773 , 3.7778 , 0.5849 , 0.7784 , 0.6851 , 0.0000 , 0.0000 , 0.0000 , 22.6513 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9269 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9769 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9271 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 17.2121 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9277 , cls_11 , 0.0000 , 0.1980 , 0.0122 , 5641025.6410 , 2.5385 , 0.7557 , 0.8282 , 0.5214 , 0.0000 , 0.0000 , 0.0000 , 18.7495 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9278 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.9178 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9279 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.6651 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9282 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 21.6698 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9311 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 16.5778 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9314 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7990 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9315 , cls_11 , 0.0000 , 0.0540 , 0.0041 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 5.7380 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9316 , cls_11 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.5103 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 10.7856 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9318 , cls_11 , 0.0000 , 0.3480 , 0.0229 , 5771144.2786 , 3.4118 , 0.6587 , 0.8836 , 0.5249 , 0.0000 , 0.0000 , 0.0000 , 29.5427 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9323 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1611 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9324 , cls_11 , 0.0000 , 0.5820 , 0.0245 , 5173333.3333 , 4.2174 , 0.5678 , 0.7949 , 0.5933 , 0.0000 , 0.0000 , 0.0000 , 22.1978 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9329 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 12.0891 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9337 , cls_11 , 0.0000 , 0.0600 , 0.0044 , 6060606.0606 , 1.4286 , 0.9110 , 0.6584 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 9.5396 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9340 , cls_11 , 0.0000 , 0.7620 , 0.0324 , 4212271.9735 , 4.3793 , 0.5251 , 0.8562 , 0.6526 , 0.0000 , 0.0000 , 0.0000 , 34.0296 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9346 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.9518 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9347 , cls_11 , 0.0000 , 0.0660 , 0.0051 , 4888888.8889 , 1.3750 , 0.9213 , 0.6327 , 0.5889 , 0.0000 , 0.0000 , 0.0000 , 13.1697 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9355 , cls_11 , 0.0000 , 0.1920 , 0.0135 , 7619047.6190 , 2.9091 , 0.7329 , 0.8804 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 25.7144 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9356 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 23.0248 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9360 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.7876 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9364 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.4122 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9371 , cls_11 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 53.3426 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9376 , cls_11 , 0.0000 , 0.4800 , 0.0200 , 2424242.4242 , 2.6667 , 0.6812 , 0.5736 , 0.7970 , 0.0000 , 0.0000 , 0.0000 , 40.2900 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9379 , cls_11 , 0.0000 , 0.0660 , 0.0066 , 7333333.3333 , 1.5714 , 0.8812 , 0.8256 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 6.4354 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9381 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.0436 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9382 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.5906 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9386 , cls_11 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 16.4352 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9393 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.5502 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9394 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.6082 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9399 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.0516 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9401 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 20.7603 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9406 , cls_11 , 0.0000 , 0.0960 , 0.0070 , 6274509.8039 , 1.7778 , 0.8491 , 0.7294 , 0.4804 , 0.0000 , 0.0000 , 0.0000 , 16.3213 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9410 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.8222 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9417 , cls_11 , 0.0000 , 0.0960 , 0.0082 , 5925925.9259 , 1.7778 , 0.8547 , 0.7972 , 0.5093 , 0.0000 , 0.0000 , 0.0000 , 6.1392 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9421 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9294 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9423 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.3950 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9424 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 54.4855 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9427 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 48.5566 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9429 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 38.9737 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9432 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.7168 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9434 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 17.0318 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9435 , cls_11 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.3267 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9440 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.9773 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9441 , cls_11 , 0.0000 , 0.1140 , 0.0083 , 5277777.7778 , 1.9000 , 0.8431 , 0.7555 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 17.2135 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9447 , cls_11 , 0.0000 , 0.0660 , 0.0053 , 4888888.8889 , 1.3750 , 0.9213 , 0.6327 , 0.5889 , 0.0000 , 0.0000 , 0.0000 , 25.5367 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9448 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 55.2627 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9456 , cls_11 , 0.0000 , 0.2280 , 0.0131 , 4293785.3107 , 2.3750 , 0.7598 , 0.7537 , 0.6497 , 0.0000 , 0.0000 , 0.0000 , 20.8765 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9457 , cls_11 , 0.0000 , 0.1500 , 0.0078 , 5555555.5556 , 2.2727 , 0.7992 , 0.6062 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 18.6941 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9459 , cls_11 , 0.0000 , 0.0720 , 0.0045 , 7272727.2727 , 1.7143 , 0.8714 , 0.6498 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 35.0919 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9464 , cls_11 , 0.0000 , 0.0540 , 0.0038 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 8.4492 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9465 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7086 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9472 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8295 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9478 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0765 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9479 , cls_11 , 0.0000 , 0.0540 , 0.0041 , 5000000.0000 , 1.2857 , 0.9427 , 0.4731 , 0.5972 , 0.0000 , 0.0000 , 0.0000 , 16.7200 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9482 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.8497 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9484 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 37.4277 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9485 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 15.6859 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9486 , cls_11 , 0.0000 , 0.0900 , 0.0065 , 5263157.8947 , 1.6667 , 0.8749 , 0.6640 , 0.5526 , 0.0000 , 0.0000 , 0.0000 , 13.7663 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9500 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 25.9064 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9501 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.9109 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9503 , cls_11 , 0.0000 , 0.0480 , 0.0044 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 40.8939 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9504 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 39.6678 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9505 , cls_11 , 0.0000 , 0.1320 , 0.0105 , 7333333.3333 , 2.4444 , 0.7912 , 0.8569 , 0.4083 , 0.0000 , 0.0000 , 0.0000 , 12.5596 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9513 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8424 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9516 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 42.6003 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9524 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.5727 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9525 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.6569 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9542 , cls_11 , 0.0000 , 0.1020 , 0.0075 , 4927536.2319 , 1.7000 , 0.8651 , 0.7712 , 0.6014 , 0.0000 , 0.0000 , 0.0000 , 5.5234 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9549 , cls_11 , 0.0000 , 0.2040 , 0.0113 , 2943722.9437 , 1.8889 , 0.8182 , 0.6229 , 0.7662 , 0.0000 , 0.0000 , 0.0000 , 53.7803 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9550 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 21.3033 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9553 , cls_11 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 15.9564 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9555 , cls_11 , 0.0000 , 0.0840 , 0.0053 , 6222222.2222 , 1.7500 , 0.8671 , 0.6327 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 13.0629 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9560 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.6332 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9566 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0394 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9571 , cls_11 , 0.0000 , 0.1140 , 0.0074 , 5507246.3768 , 1.9000 , 0.8388 , 0.7237 , 0.5507 , 0.0000 , 0.0000 , 0.0000 , 49.9683 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9578 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.3136 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9581 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.2940 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9582 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 11.9761 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9588 , cls_11 , 0.0000 , 0.1020 , 0.0072 , 7083333.3333 , 2.1250 , 0.8296 , 0.7983 , 0.4063 , 0.0000 , 0.0000 , 0.0000 , 16.7220 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9590 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.9478 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9592 , cls_11 , 0.0000 , 0.1080 , 0.0065 , 6315789.4737 , 2.0000 , 0.8328 , 0.6731 , 0.4912 , 0.0000 , 0.0000 , 0.0000 , 13.0472 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9593 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 10.0255 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9595 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.4538 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9599 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.4583 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9602 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6532 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9603 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 9.3733 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9604 , cls_11 , 0.0000 , 0.0780 , 0.0058 , 6666666.6667 , 1.6250 , 0.8698 , 0.7453 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 21.0868 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9606 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.4484 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9610 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.2878 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9619 , cls_11 , 0.0000 , 0.0660 , 0.0050 , 4888888.8889 , 1.3750 , 0.9213 , 0.6396 , 0.5889 , 0.0000 , 0.0000 , 0.0000 , 10.5974 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9628 , cls_11 , 0.0000 , 0.0660 , 0.0060 , 5238095.2381 , 1.3750 , 0.9142 , 0.7903 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 8.5163 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9630 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.6281 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9632 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.0331 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9633 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.2861 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9638 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.7843 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9642 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.0635 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9645 , cls_11 , 0.0000 , 0.0720 , 0.0049 , 10000000.0000 , 2.0000 , 0.8423 , 0.7004 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 7.7053 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9653 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 52.4976 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9659 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 43.3768 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9660 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 27.9392 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9662 , cls_11 , 0.0000 , 0.2340 , 0.0111 , 4406779.6610 , 2.4375 , 0.7529 , 0.7537 , 0.6525 , 0.0000 , 0.0000 , 0.0000 , 5.6247 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9663 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.8249 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9664 , cls_11 , 0.0000 , 0.0780 , 0.0050 , 6190476.1905 , 1.6250 , 0.8770 , 0.5652 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 14.0262 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9665 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 15.0380 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9666 , cls_11 , 0.0000 , 0.1860 , 0.0104 , 5904761.9048 , 2.5833 , 0.7611 , 0.7772 , 0.5143 , 0.0000 , 0.0000 , 0.0000 , 12.1611 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9667 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.5019 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9668 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.2648 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9670 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.7754 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9675 , cls_11 , 0.0000 , 0.1560 , 0.0080 , 5252525.2525 , 2.1667 , 0.7989 , 0.7180 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 19.3967 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9689 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.3468 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9692 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 18.2501 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9696 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.3453 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9700 , cls_11 , 0.0000 , 0.1200 , 0.0073 , 6349206.3492 , 2.0000 , 0.8180 , 0.6854 , 0.4603 , 0.0000 , 0.0000 , 0.0000 , 9.3629 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9712 , cls_11 , 0.0000 , 0.1380 , 0.0071 , 5897435.8974 , 2.0909 , 0.8054 , 0.6322 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 5.4632 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9717 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.7004 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 53.0652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9724 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 13.6994 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9726 , cls_11 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 9.6327 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9727 , cls_11 , 0.0000 , 0.1020 , 0.0067 , 4927536.2319 , 1.7000 , 0.8651 , 0.5988 , 0.5870 , 0.0000 , 0.0000 , 0.0000 , 5.2539 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9728 , cls_11 , 0.0000 , 0.1020 , 0.0067 , 4722222.2222 , 1.7000 , 0.8694 , 0.6974 , 0.5972 , 0.0000 , 0.0000 , 0.0000 , 6.4654 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9731 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.3199 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9733 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 19.0553 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9734 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.0557 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9737 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8823 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9738 , cls_11 , 0.0000 , 0.0720 , 0.0045 , 7272727.2727 , 1.7143 , 0.8714 , 0.5623 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 4.8576 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9739 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.0119 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9742 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5703 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9745 , cls_11 , 0.0000 , 0.0840 , 0.0057 , 5490196.0784 , 1.5556 , 0.8795 , 0.6268 , 0.5588 , 0.0000 , 0.0000 , 0.0000 , 44.0522 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9747 , cls_11 , 0.0000 , 0.0540 , 0.0046 , 4615384.6154 , 1.1250 , 0.9510 , 0.5862 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 13.8341 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9751 , cls_11 , 0.0000 , 0.1920 , 0.0116 , 4740740.7407 , 2.2857 , 0.7774 , 0.7623 , 0.5926 , 0.0000 , 0.0000 , 0.0000 , 25.0053 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9753 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.4435 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9754 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1545 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9767 , cls_11 , 0.0000 , 0.1080 , 0.0069 , 6000000.0000 , 2.0000 , 0.8378 , 0.6817 , 0.4917 , 0.0000 , 0.0000 , 0.0000 , 7.2762 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9769 , cls_11 , 0.0000 , 0.1620 , 0.0127 , 6923076.9231 , 2.4545 , 0.7671 , 0.8870 , 0.4423 , 0.0000 , 0.0000 , 0.0000 , 5.3910 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9783 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.6064 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9784 , cls_11 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 6.4646 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9785 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.2670 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9786 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2124 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9788 , cls_11 , 0.0000 , 0.0540 , 0.0034 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 6.8319 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9794 , cls_11 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 9.0007 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9795 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.6296 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9797 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8889 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9802 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.6909 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9803 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 43.2897 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9811 , cls_11 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 11.2629 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9826 , cls_11 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 9.4255 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9838 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 39.8696 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9851 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 8.0107 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9853 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 10.8797 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9865 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9133 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9873 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 9.9363 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9876 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 15.4544 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9880 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.6039 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9881 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2697 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9883 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 27.7247 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 14 , cls_190 , 0.0000 , 0.2760 , 0.0129 , 3297491.0394 , 2.3000 , 0.7547 , 0.6497 , 0.7240 , 0.0000 , 0.0000 , 0.0000 , 0.5448 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 16 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4278 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 67 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2097 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 69 , cls_190 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.5262 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 90 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.4174 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 116 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0142 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 124 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0681 , 0.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 145 , cls_190 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.5712 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 155 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0536 , 0.0930 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 227 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.9458 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 261 , cls_190 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.2007 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 525 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6128 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 536 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2503 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 557 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4510 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 558 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3485 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 569 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1511 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 827 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0828 , 0.0598 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 905 , cls_190 , 0.0000 , 0.0780 , 0.0061 , 5777777.7778 , 1.6250 , 0.8838 , 0.7384 , 0.5111 , 0.0000 , 0.0000 , 0.0000 , 0.0738 , 0.0598 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 986 , cls_190 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.0618 , 0.0858 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1283 , cls_190 , 0.0000 , 0.0540 , 0.0047 , 8571428.5714 , 1.5000 , 0.8902 , 0.8019 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 0.4962 , 0.0430 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1474 , cls_190 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0731 , 0.1024 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1487 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0880 , 0.0858 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1660 , cls_190 , 0.0000 , 0.2520 , 0.0126 , 3414634.1463 , 2.2105 , 0.7667 , 0.6284 , 0.7215 , 0.0000 , 0.0000 , 0.0000 , 0.1141 , 0.0430 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1698 , cls_190 , 0.0000 , 0.0960 , 0.0063 , 4102564.1026 , 1.4545 , 0.8923 , 0.5862 , 0.6603 , 0.0000 , 0.0000 , 0.0000 , 0.8298 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1699 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.6000 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1746 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.5821 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1883 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1771 , 0.0474 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2023 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0949 , 0.1025 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2100 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1475 , 0.0531 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2178 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1856 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2184 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2562 , 0.0564 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2280 , cls_190 , 0.0000 , 0.0660 , 0.0053 , 4313725.4902 , 1.2222 , 0.9344 , 0.6268 , 0.6176 , 0.0000 , 0.0000 , 0.0000 , 0.0915 , 0.0552 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2314 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9211 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2381 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1319 , 0.0457 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2397 , cls_190 , 0.0000 , 0.0660 , 0.0051 , 4888888.8889 , 1.3750 , 0.9213 , 0.6327 , 0.5778 , 0.0000 , 0.0000 , 0.0000 , 0.1484 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2447 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2982 , 0.0570 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2452 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0938 , 0.0663 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2504 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1141 , 0.0663 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2557 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0879 , 0.0979 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2602 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0937 , 0.0742 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2719 , cls_190 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.1331 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2778 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1741 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2820 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5885 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2821 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.8799 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2832 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1561 , 0.0552 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2873 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7719 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2876 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1245 , 0.0272 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2907 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1297 , 0.0272 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2933 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1389 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2960 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1075 , 0.0391 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3015 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1140 , 0.0391 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3107 , cls_190 , 0.0000 , 0.0480 , 0.0044 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 0.1219 , 0.0819 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3217 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1247 , 0.0713 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3236 , cls_190 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.0886 , 0.0541 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3284 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2272 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3306 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.1448 , 0.0607 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3340 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2239 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3376 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1410 , 0.0713 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3484 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7511 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3507 , cls_190 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3555 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3621 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7221 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3642 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.1710 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3741 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0727 , 0.0655 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3762 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.1045 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3767 , cls_190 , 0.0000 , 0.1320 , 0.0083 , 3577235.7724 , 1.6923 , 0.8631 , 0.6588 , 0.7033 , 0.0000 , 0.0000 , 0.0000 , 0.1306 , 0.0499 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3776 , cls_190 , 0.0000 , 0.1200 , 0.0079 , 3603603.6036 , 1.5385 , 0.8758 , 0.6319 , 0.7027 , 0.0000 , 0.0000 , 0.0000 , 0.3368 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3778 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1518 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3793 , cls_190 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.2062 , 0.0607 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3885 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3908 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3908 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3923 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3923 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.4970 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3980 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1985 , 0.0693 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4036 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2924 , 0.0499 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4202 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0583 , 0.0912 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4323 , cls_190 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 0.2893 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4359 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5120 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4431 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2153 , 0.0696 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4518 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4124 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4560 , cls_190 , 0.0000 , 0.0720 , 0.0048 , 5714285.7143 , 1.5000 , 0.8948 , 0.5652 , 0.5476 , 0.0000 , 0.0000 , 0.0000 , 0.2658 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4570 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1921 , 0.0845 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4586 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.6999 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4623 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6513 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4643 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.6641 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4666 , cls_190 , 0.0000 , 0.1020 , 0.0059 , 5396825.3968 , 1.7000 , 0.8559 , 0.5617 , 0.5635 , 0.0000 , 0.0000 , 0.0000 , 0.8544 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4702 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2578 , 0.0361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4747 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4879 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4756 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5168 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4764 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2021 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4779 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.3760 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4802 , cls_190 , 0.0000 , 0.0540 , 0.0043 , 6000000.0000 , 1.2857 , 0.9243 , 0.6894 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.0683 , 0.0285 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4806 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1658 , 0.0408 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4866 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5377 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4879 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0718 , 0.1149 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4881 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1642 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4895 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7812 , 0.0371 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4909 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2238 , 0.0424 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4929 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5146 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5035 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1733 , 0.0285 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5043 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1995 , 0.0391 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5160 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4248 , 0.0361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5306 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2804 , 0.0297 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5321 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1578 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5365 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0690 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5374 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1489 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5384 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.8727 , 0.0268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5409 , cls_190 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.9161 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5434 , cls_190 , 0.0000 , 0.1140 , 0.0091 , 5757575.7576 , 1.9000 , 0.8345 , 0.7759 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 1.1466 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5436 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.1689 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5455 , cls_190 , 0.0000 , 0.1080 , 0.0071 , 3870967.7419 , 1.5000 , 0.8826 , 0.5186 , 0.6720 , 0.0000 , 0.0000 , 0.0000 , 14.7854 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5484 , cls_190 , 0.0000 , 0.0720 , 0.0064 , 6153846.1538 , 1.5000 , 0.8875 , 0.8053 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 0.1844 , 0.0297 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5490 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4446 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5575 , cls_190 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 0.0784 , 0.0382 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5588 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.9451 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5589 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.7647 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5591 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.6204 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5606 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2924 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5608 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3490 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5647 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 28.3168 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5652 , cls_190 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.5296 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5688 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.7979 , 0.0268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5696 , cls_190 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.2477 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5733 , cls_190 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.6861 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5750 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1123 , 0.0426 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5776 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2032 , 0.0424 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5791 , cls_190 , 0.0000 , 1.8120 , 0.0464 , 2300952.3810 , 5.0333 , 0.3269 , 0.7941 , 0.8109 , 0.0000 , 0.0000 , 0.0000 , 9.4461 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5792 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 35.7096 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5813 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.1717 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5834 , cls_190 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 219.0034 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5844 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.6812 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5855 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0850 , 0.0569 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5858 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2978 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5862 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7380 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5889 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9455 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5890 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0336 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5893 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 19.8839 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5904 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2242 , 0.1262 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5918 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 175.4622 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5940 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.2309 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5971 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.1569 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5990 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1270 , 0.0426 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5997 , cls_190 , 0.0000 , 0.0840 , 0.0056 , 4666666.6667 , 1.5556 , 0.8961 , 0.5609 , 0.6083 , 0.0000 , 0.0000 , 0.0000 , 2.2580 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5999 , cls_190 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 14.1550 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6009 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 14.1932 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6019 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1014 , 0.0469 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6028 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 25.3648 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6032 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 175.9879 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6050 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 98.0437 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6089 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 88.0269 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6115 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 220.6923 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6137 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 68.0368 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6145 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 88.4844 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6158 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.1621 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6189 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.3514 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6195 , cls_190 , 0.0000 , 0.0480 , 0.0045 , 7619047.6190 , 1.3333 , 0.9145 , 0.7591 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 219.4248 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6214 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 219.2969 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6302 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 23.9781 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6394 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 44.0898 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6578 , cls_190 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.1251 , 0.0541 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6595 , cls_190 , 0.0000 , 0.0960 , 0.0063 , 7111111.1111 , 2.0000 , 0.8372 , 0.7191 , 0.4111 , 0.0000 , 0.0000 , 0.0000 , 98.0015 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6597 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.3231 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6627 , cls_190 , 0.0000 , 0.0480 , 0.0034 , 10666666.6667 , 1.6000 , 0.8838 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 23.3446 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6656 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1930 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6658 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.0782 , 0.0997 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6680 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 220.8887 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6691 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2303 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6711 , cls_190 , 0.0000 , 0.0480 , 0.0036 , 5925925.9259 , 1.3333 , 0.9389 , 0.4270 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 68.3786 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6715 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.3713 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6717 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1979 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6748 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.1635 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6771 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1598 , 0.0534 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6777 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 68.3264 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6792 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1824 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6807 , cls_190 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 26.5074 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6872 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.9002 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6873 , cls_190 , 0.0000 , 0.0420 , 0.0039 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 10.0016 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6882 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4602 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6887 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1942 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6906 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.6190 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6938 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.0428 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6942 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 12.3021 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6946 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.1372 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6948 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.2463 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6950 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.1042 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6957 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1889 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6981 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.8183 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7034 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8622 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7040 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4048 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7054 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1112 , 0.0524 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7102 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.5947 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7128 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1563 , 0.0443 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7170 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.9840 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7304 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4418 , 0.0443 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7320 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.5938 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7321 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.5785 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7373 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1772 , 0.0443 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7383 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4281 , 0.0408 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7446 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0879 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7486 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1015 , 0.0751 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7499 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.6766 , 0.0484 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7509 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4509 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7538 , cls_190 , 0.0000 , 0.0420 , 0.0035 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.6162 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7555 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9439 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7559 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4140 , 0.0433 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7582 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1227 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7642 , cls_190 , 0.0000 , 0.0600 , 0.0054 , 8333333.3333 , 1.6667 , 0.8805 , 0.7736 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 3.4820 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7646 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.1096 , 0.0430 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7699 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9471 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7714 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7214 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7737 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 12.1244 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7747 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.8664 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7750 , cls_190 , 0.0000 , 0.1500 , 0.0102 , 2976190.4762 , 1.6667 , 0.8649 , 0.6774 , 0.7470 , 0.0000 , 0.0000 , 0.0000 , 3.4302 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7783 , cls_190 , 0.0000 , 0.0480 , 0.0032 , 8888888.8889 , 1.6000 , 0.9002 , 0.5506 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.4339 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7784 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7552 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7806 , cls_190 , 0.0000 , 0.1980 , 0.0099 , 3666666.6667 , 2.0625 , 0.7990 , 0.4873 , 0.7083 , 0.0000 , 0.0000 , 0.0000 , 2.0628 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7850 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.3454 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7920 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 11.8298 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7947 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1362 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7951 , cls_190 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 14.5598 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7962 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.5050 , 0.0382 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7985 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.0355 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8022 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.2668 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8060 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1572 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8141 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9153 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8174 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.5601 , 0.0426 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8192 , cls_190 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 15.1905 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8193 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.8355 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8271 , cls_190 , 0.0000 , 0.0480 , 0.0037 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 0.4459 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8281 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4077 , 0.0323 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8297 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4268 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8322 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1077 , 0.0751 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8369 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.6767 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8434 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9165 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8488 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3676 , 0.0426 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8509 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4130 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8530 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2593 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8540 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3217 , 0.0323 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8544 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3775 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8583 , cls_190 , 0.0000 , 0.1500 , 0.0088 , 3703703.7037 , 1.7857 , 0.8406 , 0.6781 , 0.6963 , 0.0000 , 0.0000 , 0.0000 , 0.1189 , 0.0474 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8589 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2546 , 0.0430 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8613 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2923 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8622 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2747 , 0.0659 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8631 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2752 , 0.0400 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8702 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3679 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8723 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1318 , 0.0495 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8783 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2516 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8784 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2734 , 0.0537 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8793 , cls_190 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.1574 , 0.1165 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8993 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1817 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9030 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2240 , 0.0537 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9032 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2700 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9033 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2652 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9120 , cls_190 , 0.0000 , 0.0720 , 0.0055 , 6153846.1538 , 1.5000 , 0.8875 , 0.6322 , 0.4872 , 0.0000 , 0.0000 , 0.0000 , 0.2740 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9127 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1580 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9253 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1147 , 0.0589 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9280 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1089 , 0.0495 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9307 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1791 , 0.0272 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9385 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.5229 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9413 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1425 , 0.0641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9422 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1587 , 0.0815 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9458 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1735 , 0.0430 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9704 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1011 , 0.0391 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9732 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0948 , 0.0391 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9746 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1317 , 0.0752 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9814 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1085 , 0.0537 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9818 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0984 , 0.0495 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9847 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0531 , 0.1490 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 21 , cls_90 , 0.0000 , 0.0540 , 0.0040 , 8571428.5714 , 1.5000 , 0.8902 , 0.6572 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 0.3269 , 0.0323 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 52 , cls_90 , 0.0000 , 0.0480 , 0.0042 , 5925925.9259 , 1.3333 , 0.9389 , 0.6903 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 0.2798 , 0.0499 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 72 , cls_90 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.4625 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 77 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.1292 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 78 , cls_90 , 0.0000 , 0.5820 , 0.0234 , 2672176.3085 , 3.0313 , 0.6290 , 0.7596 , 0.7727 , 0.0000 , 0.0000 , 0.0000 , 14.1066 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 81 , cls_90 , 0.0000 , 0.0660 , 0.0055 , 4583333.3333 , 1.3750 , 0.9280 , 0.6488 , 0.6042 , 0.0000 , 0.0000 , 0.0000 , 7.0490 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 82 , cls_90 , 0.0000 , 0.1020 , 0.0079 , 3655913.9785 , 1.4167 , 0.8966 , 0.7420 , 0.6882 , 0.0000 , 0.0000 , 0.0000 , 4.4470 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 84 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.7674 , 0.0404 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 87 , cls_90 , 0.0000 , 0.0540 , 0.0047 , 4000000.0000 , 1.1250 , 0.9663 , 0.5756 , 0.6444 , 0.0000 , 0.0000 , 0.0000 , 1.5696 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 105 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0867 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 106 , cls_90 , 0.0000 , 0.2580 , 0.0132 , 3150183.1502 , 2.1500 , 0.7713 , 0.6592 , 0.7399 , 0.0000 , 0.0000 , 0.0000 , 4.5772 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 117 , cls_90 , 0.0000 , 0.0840 , 0.0064 , 7179487.1795 , 1.7500 , 0.8534 , 0.7453 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 1.3100 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 123 , cls_90 , 0.0000 , 0.0660 , 0.0044 , 6666666.6667 , 1.5714 , 0.8903 , 0.5170 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 0.5553 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 139 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.4870 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 163 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.8097 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 164 , cls_90 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 15.7523 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 171 , cls_90 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 3.2193 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 189 , cls_90 , 0.0000 , 0.0960 , 0.0063 , 6274509.8039 , 1.7778 , 0.8491 , 0.7075 , 0.4804 , 0.0000 , 0.0000 , 0.0000 , 3.4801 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 205 , cls_90 , 0.0000 , 0.0780 , 0.0056 , 4561403.5088 , 1.4444 , 0.9079 , 0.4624 , 0.6228 , 0.0000 , 0.0000 , 0.0000 , 1.2088 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 221 , cls_90 , 0.0000 , 0.1860 , 0.0129 , 3563218.3908 , 1.9375 , 0.8120 , 0.7748 , 0.6983 , 0.0000 , 0.0000 , 0.0000 , 10.1004 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 244 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.8061 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 264 , cls_90 , 0.0000 , 0.2880 , 0.0147 , 3764705.8824 , 2.5263 , 0.7333 , 0.7453 , 0.7039 , 0.0000 , 0.0000 , 0.0000 , 32.8302 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 288 , cls_90 , 0.0000 , 0.0660 , 0.0061 , 6111111.1111 , 1.5714 , 0.8988 , 0.8137 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.3637 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 289 , cls_90 , 0.0000 , 0.0960 , 0.0080 , 3232323.2323 , 1.3333 , 0.9184 , 0.6910 , 0.7172 , 0.0000 , 0.0000 , 0.0000 , 11.5301 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 290 , cls_90 , 0.0000 , 0.0540 , 0.0043 , 4615384.6154 , 1.1250 , 0.9510 , 0.5963 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 19.9891 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 291 , cls_90 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.8958 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 297 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4901 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 300 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3204 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 317 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3299 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 349 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.3449 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 365 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 53.2552 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 376 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1991 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 388 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5501 , 0.0446 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 395 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8539 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 402 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7577 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 411 , cls_90 , 0.0000 , 0.1740 , 0.0131 , 2648401.8265 , 1.6111 , 0.8556 , 0.7418 , 0.7740 , 0.0000 , 0.0000 , 0.0000 , 21.9514 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 413 , cls_90 , 0.0000 , 0.0600 , 0.0053 , 8333333.3333 , 1.6667 , 0.8805 , 0.7453 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 24.4172 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 427 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3962 , 0.0499 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 438 , cls_90 , 0.0000 , 0.2280 , 0.0114 , 6178861.7886 , 2.9231 , 0.7248 , 0.7350 , 0.5041 , 0.0000 , 0.0000 , 0.0000 , 12.8145 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 446 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.3743 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 448 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7836 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 469 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2611 , 0.0469 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 478 , cls_90 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.5489 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 495 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 35.2741 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 514 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.6944 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 526 , cls_90 , 0.0000 , 0.0540 , 0.0049 , 8571428.5714 , 1.5000 , 0.8902 , 0.8019 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 1.2019 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 531 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6426 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 541 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3346 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 548 , cls_90 , 0.0000 , 0.2940 , 0.0166 , 4242424.2424 , 2.7222 , 0.7177 , 0.8398 , 0.6450 , 0.0000 , 0.0000 , 0.0000 , 18.3028 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 561 , cls_90 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6488 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.0928 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 573 , cls_90 , 0.0000 , 0.0840 , 0.0058 , 5490196.0784 , 1.5556 , 0.8795 , 0.6670 , 0.5588 , 0.0000 , 0.0000 , 0.0000 , 1.4330 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 588 , cls_90 , 0.0000 , 0.0540 , 0.0040 , 6666666.6667 , 1.5000 , 0.9139 , 0.5416 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.3517 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 590 , cls_90 , 0.0000 , 0.0420 , 0.0039 , 5185185.1852 , 1.1667 , 0.9673 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 0.9361 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 613 , cls_90 , 0.0000 , 0.0780 , 0.0056 , 8666666.6667 , 1.8571 , 0.8453 , 0.6817 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 12.0789 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 648 , cls_90 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 2.0266 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 668 , cls_90 , 0.0000 , 0.1320 , 0.0099 , 3055555.5556 , 1.5714 , 0.8807 , 0.6696 , 0.7431 , 0.0000 , 0.0000 , 0.0000 , 5.8022 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 671 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 18.4076 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 694 , cls_90 , 0.0000 , 0.0480 , 0.0041 , 5333333.3333 , 1.1429 , 0.9495 , 0.6255 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 13.2778 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 697 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.1931 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 700 , cls_90 , 0.0000 , 0.1920 , 0.0109 , 5079365.0794 , 2.4615 , 0.7706 , 0.7808 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 6.9424 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 707 , cls_90 , 0.0000 , 0.0540 , 0.0042 , 5454545.4545 , 1.2857 , 0.9338 , 0.5623 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 1.3388 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 743 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 20.3645 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 755 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5894 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 764 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.1308 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 821 , cls_90 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 7.2861 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 847 , cls_90 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 12.3955 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 865 , cls_90 , 0.0000 , 0.0420 , 0.0035 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 1.1057 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 898 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1975 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 924 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.7195 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 947 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5458 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 948 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5184 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 950 , cls_90 , 0.0000 , 0.1140 , 0.0076 , 8444444.4444 , 2.3750 , 0.7986 , 0.7671 , 0.3111 , 0.0000 , 0.0000 , 0.0000 , 0.5831 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 960 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.1081 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 992 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1599 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1008 , cls_90 , 0.0000 , 0.0660 , 0.0051 , 5641025.6410 , 1.3750 , 0.9067 , 0.6877 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 0.1621 , 0.0569 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1043 , cls_90 , 0.0000 , 0.0540 , 0.0046 , 5454545.4545 , 1.2857 , 0.9338 , 0.6888 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 0.7285 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1077 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6607 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1095 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9349 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1110 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.4718 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1159 , cls_90 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3965 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1215 , cls_90 , 0.0000 , 0.1020 , 0.0063 , 8095238.0952 , 2.1250 , 0.8172 , 0.6927 , 0.3929 , 0.0000 , 0.0000 , 0.0000 , 4.2298 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1224 , cls_90 , 0.0000 , 0.1620 , 0.0090 , 5142857.1429 , 2.2500 , 0.7954 , 0.7424 , 0.5762 , 0.0000 , 0.0000 , 0.0000 , 5.3907 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1235 , cls_90 , 0.0000 , 0.0780 , 0.0061 , 4333333.3333 , 1.4444 , 0.9133 , 0.5609 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 1.0444 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1250 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.8544 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1295 , cls_90 , 0.0000 , 0.3000 , 0.0179 , 6944444.4444 , 3.5714 , 0.6687 , 0.8877 , 0.4479 , 0.0000 , 0.0000 , 0.0000 , 1.4712 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1318 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3792 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1363 , cls_90 , 0.0000 , 0.0540 , 0.0042 , 4615384.6154 , 1.1250 , 0.9510 , 0.5132 , 0.6154 , 0.0000 , 0.0000 , 0.0000 , 4.4870 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1370 , cls_90 , 0.0000 , 0.0840 , 0.0060 , 5833333.3333 , 1.7500 , 0.8735 , 0.6866 , 0.5313 , 0.0000 , 0.0000 , 0.0000 , 9.8124 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1384 , cls_90 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5728 , 0.0323 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1432 , cls_90 , 0.0000 , 0.0660 , 0.0048 , 9166666.6667 , 1.8333 , 0.8606 , 0.7453 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 32.5458 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1468 , cls_90 , 0.0000 , 0.0780 , 0.0058 , 4814814.8148 , 1.4444 , 0.9022 , 0.6474 , 0.6019 , 0.0000 , 0.0000 , 0.0000 , 2.0376 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1493 , cls_90 , 0.0000 , 0.0540 , 0.0038 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.3311 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1533 , cls_90 , 0.0000 , 0.4740 , 0.0269 , 4146981.6273 , 3.4348 , 0.6297 , 0.8588 , 0.6509 , 0.0000 , 0.0000 , 0.0000 , 4.8932 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1548 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 26.3824 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1562 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2253 , 0.0446 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1572 , cls_90 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.8408 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1599 , cls_90 , 0.0000 , 0.0660 , 0.0049 , 7333333.3333 , 1.5714 , 0.8812 , 0.6255 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 6.9267 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1617 , cls_90 , 0.0000 , 0.0780 , 0.0060 , 4561403.5088 , 1.4444 , 0.9079 , 0.6686 , 0.6053 , 0.0000 , 0.0000 , 0.0000 , 5.0072 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1664 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6867 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1762 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.7439 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1768 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.0124 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1770 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.9969 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1786 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.1024 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1789 , cls_90 , 0.0000 , 0.0540 , 0.0044 , 6000000.0000 , 1.2857 , 0.9243 , 0.6894 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 6.4650 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1810 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.9002 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1819 , cls_90 , 0.0000 , 0.0420 , 0.0035 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 0.1704 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1822 , cls_90 , 0.0000 , 0.0540 , 0.0042 , 6000000.0000 , 1.2857 , 0.9243 , 0.5609 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.2311 , 0.0626 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1848 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3824 , 0.0553 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1852 , cls_90 , 0.0000 , 0.0660 , 0.0041 , 9166666.6667 , 1.8333 , 0.8606 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.9955 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1892 , cls_90 , 0.0000 , 0.2280 , 0.0150 , 3781094.5274 , 2.2353 , 0.7728 , 0.8149 , 0.6915 , 0.0000 , 0.0000 , 0.0000 , 3.8328 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1916 , cls_90 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 7.3961 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1957 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.2253 , 0.0371 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1972 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8821 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2037 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.9062 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2046 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2476 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2142 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9723 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2229 , cls_90 , 0.0000 , 0.1860 , 0.0104 , 4133333.3333 , 2.0667 , 0.7963 , 0.6718 , 0.6633 , 0.0000 , 0.0000 , 0.0000 , 1.0655 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2230 , cls_90 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.5237 , 0.0480 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2292 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3244 , 0.0658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2368 , cls_90 , 0.0000 , 0.0840 , 0.0064 , 6222222.2222 , 1.7500 , 0.8671 , 0.7419 , 0.4778 , 0.0000 , 0.0000 , 0.0000 , 0.7498 , 0.0600 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2396 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.5415 , 0.0600 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2422 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3720 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2467 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.3145 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2506 , cls_90 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.8687 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2555 , cls_90 , 0.0000 , 0.0780 , 0.0059 , 4126984.1270 , 1.3000 , 0.9185 , 0.6658 , 0.6429 , 0.0000 , 0.0000 , 0.0000 , 2.0002 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2580 , cls_90 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.6580 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2657 , cls_90 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.4334 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2711 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5842 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2825 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5151 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2880 , cls_90 , 0.0000 , 0.2640 , 0.0143 , 5751633.9869 , 2.9333 , 0.7072 , 0.8002 , 0.5425 , 0.0000 , 0.0000 , 0.0000 , 1.6487 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2895 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4144 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2951 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.4124 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2981 , cls_90 , 0.0000 , 0.0540 , 0.0044 , 6000000.0000 , 1.2857 , 0.9243 , 0.6894 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 6.7168 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3030 , cls_90 , 0.0000 , 0.0480 , 0.0037 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 2.4411 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3034 , cls_90 , 0.0000 , 0.1920 , 0.0130 , 4183006.5359 , 2.1333 , 0.7901 , 0.8079 , 0.6601 , 0.0000 , 0.0000 , 0.0000 , 5.0964 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3054 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2423 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3068 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.8697 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3098 , cls_90 , 0.0000 , 0.0900 , 0.0057 , 5263157.8947 , 1.6667 , 0.8749 , 0.6278 , 0.5877 , 0.0000 , 0.0000 , 0.0000 , 13.5092 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3121 , cls_90 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.4769 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3142 , cls_90 , 0.0000 , 0.9000 , 0.0319 , 2320185.6148 , 3.5714 , 0.5373 , 0.6965 , 0.8090 , 0.0000 , 0.0000 , 0.0000 , 7.2591 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3198 , cls_90 , 0.0000 , 0.0540 , 0.0048 , 4000000.0000 , 1.1250 , 0.9663 , 0.5342 , 0.6444 , 0.0000 , 0.0000 , 0.0000 , 0.8411 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3388 , cls_90 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.8812 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3434 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7165 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3435 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.4357 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3461 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.3741 , 0.1222 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3478 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.3371 , 0.0451 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3518 , cls_90 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 1.3247 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3533 , cls_90 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.8328 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3582 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5503 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3643 , cls_90 , 0.0000 , 0.0720 , 0.0047 , 5714285.7143 , 1.5000 , 0.8948 , 0.5182 , 0.5595 , 0.0000 , 0.0000 , 0.0000 , 0.1714 , 0.0485 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3755 , cls_90 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 114.3032 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3780 , cls_90 , 0.0000 , 0.0540 , 0.0050 , 7500000.0000 , 1.5000 , 0.9026 , 0.8078 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.8935 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3790 , cls_90 , 0.0000 , 0.0660 , 0.0054 , 5641025.6410 , 1.3750 , 0.9067 , 0.6817 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 0.6021 , 0.1101 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3837 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6203 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3863 , cls_90 , 0.0000 , 0.0900 , 0.0055 , 6666666.6667 , 1.8750 , 0.8517 , 0.7753 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.5959 , 0.0306 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3880 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4113 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3943 , cls_90 , 0.0000 , 0.1560 , 0.0111 , 3466666.6667 , 1.7333 , 0.8420 , 0.6894 , 0.7033 , 0.0000 , 0.0000 , 0.0000 , 68.3669 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3952 , cls_90 , 0.0000 , 0.0660 , 0.0050 , 6666666.6667 , 1.5714 , 0.8903 , 0.7307 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 1.5542 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4065 , cls_90 , 0.0000 , 1.3680 , 0.0351 , 3213530.6554 , 5.1818 , 0.3931 , 0.7707 , 0.7347 , 0.0000 , 0.0000 , 0.0000 , 168.1071 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4084 , cls_90 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5506 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 97.2296 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4085 , cls_90 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 108.2050 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4138 , cls_90 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.2316 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4184 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0666 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4213 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8837 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4291 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9075 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4311 , cls_90 , 0.0000 , 0.0540 , 0.0044 , 5454545.4545 , 1.2857 , 0.9338 , 0.6498 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 44.0924 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4321 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1474 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4357 , cls_90 , 0.0000 , 0.0660 , 0.0050 , 12222222.2222 , 2.2000 , 0.8354 , 0.8302 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5842 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4358 , cls_90 , 0.0000 , 0.0480 , 0.0043 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 2.3341 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4397 , cls_90 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.7789 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4420 , cls_90 , 0.0000 , 3.0840 , 0.0575 , 2811047.3065 , 7.3429 , 0.1153 , 0.7811 , 0.7718 , 0.0000 , 0.0000 , 0.0000 , 90.4954 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4421 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 146.1608 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4463 , cls_90 , 0.0000 , 0.0840 , 0.0056 , 7777777.7778 , 2.0000 , 0.8460 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 34.3398 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4472 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 137.9827 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4484 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4406 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4502 , cls_90 , 0.0000 , 0.2040 , 0.0128 , 4358974.3590 , 2.2667 , 0.7763 , 0.8161 , 0.6410 , 0.0000 , 0.0000 , 0.0000 , 46.5699 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4506 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 96.6219 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4546 , cls_90 , 0.0000 , 0.1680 , 0.0094 , 4148148.1481 , 2.0000 , 0.8116 , 0.6419 , 0.6556 , 0.0000 , 0.0000 , 0.0000 , 95.5432 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4549 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7107 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4551 , cls_90 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 1.2327 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4569 , cls_90 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 49.5028 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4596 , cls_90 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 2.0407 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4597 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.9247 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4622 , cls_90 , 0.0000 , 0.1680 , 0.0103 , 3333333.3333 , 1.8667 , 0.8350 , 0.6774 , 0.7202 , 0.0000 , 0.0000 , 0.0000 , 53.3904 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4648 , cls_90 , 0.0000 , 0.0780 , 0.0058 , 4126984.1270 , 1.3000 , 0.9185 , 0.6068 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 273.6561 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4662 , cls_90 , 0.0000 , 0.1080 , 0.0067 , 5454545.4545 , 1.8000 , 0.8471 , 0.6215 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 61.3961 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4663 , cls_90 , 0.0000 , 0.6300 , 0.0395 , 2953586.4979 , 3.3871 , 0.6011 , 0.8626 , 0.7518 , 0.0000 , 0.0000 , 0.0000 , 27.9798 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4687 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1040 , 0.1140 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4695 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2033 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4708 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.9337 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4714 , cls_90 , 0.0000 , 0.0540 , 0.0039 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 310.8817 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4725 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.8795 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4726 , cls_90 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 19.5094 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4727 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 24.8787 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4731 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 79.9704 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4750 , cls_90 , 0.0000 , 0.0540 , 0.0044 , 6000000.0000 , 1.2857 , 0.9243 , 0.6255 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.3317 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4757 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 316.0280 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4773 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2612 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4774 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 71.0703 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4797 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 161.3734 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4813 , cls_90 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 80.3613 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4828 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4836 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4829 , cls_90 , 0.0000 , 0.0960 , 0.0064 , 7111111.1111 , 2.0000 , 0.8372 , 0.7347 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.1238 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4847 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9790 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4887 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.3326 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4893 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 66.0783 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4921 , cls_90 , 0.0000 , 0.0720 , 0.0059 , 8000000.0000 , 1.7143 , 0.8625 , 0.7805 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 246.3475 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4934 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 61.2683 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4960 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.5573 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4963 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 153.6715 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4992 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.1437 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4995 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 247.8643 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4996 , cls_90 , 0.0000 , 0.1020 , 0.0074 , 4927536.2319 , 1.7000 , 0.8651 , 0.7747 , 0.5725 , 0.0000 , 0.0000 , 0.0000 , 155.4466 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5054 , cls_90 , 0.0000 , 0.0480 , 0.0042 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.6994 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5070 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.5661 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5104 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2752 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5141 , cls_90 , 0.0000 , 0.0540 , 0.0046 , 5454545.4545 , 1.2857 , 0.9338 , 0.6584 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 246.6803 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5159 , cls_90 , 0.0000 , 0.0600 , 0.0053 , 4761904.7619 , 1.2500 , 0.9354 , 0.6637 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 4.5098 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5165 , cls_90 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 13.3959 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5171 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2887 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5184 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1447 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5249 , cls_90 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 97.5735 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5263 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.8683 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5305 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2987 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5310 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.9103 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5318 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 45.8015 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5341 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 32.9779 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5342 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 52.0590 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5344 , cls_90 , 0.0000 , 0.0660 , 0.0051 , 7333333.3333 , 1.5714 , 0.8812 , 0.7598 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 96.2310 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5360 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5318 , 0.0430 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5391 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.4066 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5395 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 21.1895 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5411 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1492 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5412 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 19.9100 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5463 , cls_90 , 0.0000 , 0.0600 , 0.0045 , 8333333.3333 , 1.6667 , 0.8805 , 0.6817 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 31.4130 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5527 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8198 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5528 , cls_90 , 0.0000 , 0.0540 , 0.0039 , 6000000.0000 , 1.2857 , 0.9243 , 0.5609 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 8.0387 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5530 , cls_90 , 0.0000 , 0.1140 , 0.0079 , 7037037.0370 , 2.1111 , 0.8153 , 0.8237 , 0.4352 , 0.0000 , 0.0000 , 0.0000 , 62.5907 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5531 , cls_90 , 0.0000 , 0.0900 , 0.0066 , 6250000.0000 , 1.8750 , 0.8579 , 0.7603 , 0.4896 , 0.0000 , 0.0000 , 0.0000 , 321.5823 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5596 , cls_90 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.0953 , 0.0330 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5624 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7486 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5627 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 27.3660 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5629 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 15.2224 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5630 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 10.1363 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5644 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.4467 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5657 , cls_90 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 34.2028 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5658 , cls_90 , 0.0000 , 0.3120 , 0.0146 , 4561403.5088 , 2.8889 , 0.7001 , 0.7901 , 0.6272 , 0.0000 , 0.0000 , 0.0000 , 15.8471 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5677 , cls_90 , 0.0000 , 0.1800 , 0.0120 , 4545454.5455 , 2.1429 , 0.7917 , 0.8163 , 0.6326 , 0.0000 , 0.0000 , 0.0000 , 56.4511 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5697 , cls_90 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 42.2096 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5724 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4296 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5730 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.1671 , 0.1158 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5745 , cls_90 , 0.0000 , 0.4560 , 0.0185 , 2753623.1884 , 2.7143 , 0.6783 , 0.6682 , 0.7790 , 0.0000 , 0.0000 , 0.0000 , 18.5785 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5746 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 62.6776 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5761 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 3.1613 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5774 , cls_90 , 0.0000 , 0.0780 , 0.0046 , 9629629.6296 , 2.1667 , 0.8359 , 0.6048 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 0.7360 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5789 , cls_90 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.9042 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5839 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.7663 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5846 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 24.8656 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5857 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2662 , 0.0631 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5873 , cls_90 , 0.0000 , 0.0480 , 0.0042 , 13333333.3333 , 2.0000 , 0.8645 , 0.8408 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 15.0395 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5895 , cls_90 , 0.0000 , 0.0480 , 0.0045 , 4848484.8485 , 1.1429 , 0.9594 , 0.6498 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 2.4989 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5906 , cls_90 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1370 , 0.0330 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5920 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8574 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5922 , cls_90 , 0.0000 , 0.1020 , 0.0090 , 4927536.2319 , 1.7000 , 0.8651 , 0.8021 , 0.5725 , 0.0000 , 0.0000 , 0.0000 , 8.3088 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5935 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4795 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5953 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 18.2539 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5954 , cls_90 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 8.7880 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5983 , cls_90 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 25.9460 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5985 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.2584 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6030 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1986 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6034 , cls_90 , 0.0000 , 0.0780 , 0.0053 , 4561403.5088 , 1.4444 , 0.9079 , 0.5829 , 0.6228 , 0.0000 , 0.0000 , 0.0000 , 8.3984 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6056 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 10.9417 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6094 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0991 , 0.0497 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6117 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 49.1356 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6118 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1927 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6122 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.8979 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6146 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5288 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6169 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8084 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6172 , cls_90 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.8745 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6173 , cls_90 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 8.0081 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6178 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 19.1960 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6225 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 12.6953 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6252 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5061 , 0.0285 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6253 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.2715 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6281 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.5833 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6282 , cls_90 , 0.0000 , 0.1560 , 0.0117 , 5416666.6667 , 2.1667 , 0.7959 , 0.8433 , 0.5521 , 0.0000 , 0.0000 , 0.0000 , 18.2774 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6303 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3749 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6364 , cls_90 , 0.0000 , 0.1980 , 0.0150 , 4888888.8889 , 2.3571 , 0.7696 , 0.8408 , 0.5778 , 0.0000 , 0.0000 , 0.0000 , 17.9998 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6383 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.4702 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6398 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5041 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6419 , cls_90 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.2773 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6434 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5750 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6435 , cls_90 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 13.9870 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6462 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7336 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6466 , cls_90 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4418 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6516 , cls_90 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 0.2469 , 0.0618 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6522 , cls_90 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.1207 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6534 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.3903 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6535 , cls_90 , 0.0000 , 0.3000 , 0.0198 , 5847953.2164 , 3.1250 , 0.6839 , 0.8940 , 0.5292 , 0.0000 , 0.0000 , 0.0000 , 6.2492 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6560 , cls_90 , 0.0000 , 0.0900 , 0.0058 , 5882352.9412 , 1.6667 , 0.8638 , 0.7294 , 0.5392 , 0.0000 , 0.0000 , 0.0000 , 6.9893 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6591 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0450 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6592 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.9830 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6594 , cls_90 , 0.0000 , 0.0900 , 0.0075 , 4761904.7619 , 1.5000 , 0.8851 , 0.7429 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 5.4146 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6606 , cls_90 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.7891 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6616 , cls_90 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 0.5939 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6644 , cls_90 , 0.0000 , 0.0600 , 0.0047 , 4166666.6667 , 1.2500 , 0.9495 , 0.4008 , 0.6563 , 0.0000 , 0.0000 , 0.0000 , 1.1180 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6654 , cls_90 , 0.0000 , 0.1140 , 0.0082 , 4523809.5238 , 1.7273 , 0.8588 , 0.7379 , 0.6310 , 0.0000 , 0.0000 , 0.0000 , 11.4957 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6660 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9886 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6661 , cls_90 , 0.0000 , 0.0720 , 0.0049 , 8888888.8889 , 2.0000 , 0.8529 , 0.7708 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.7992 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6774 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8537 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6812 , cls_90 , 0.0000 , 0.1440 , 0.0081 , 4848484.8485 , 2.0000 , 0.8186 , 0.5798 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 8.4209 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6885 , cls_90 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.7631 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6941 , cls_90 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4611 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6952 , cls_90 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.4076 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6985 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.8781 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7013 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9152 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7020 , cls_90 , 0.0000 , 0.0600 , 0.0053 , 4761904.7619 , 1.2500 , 0.9354 , 0.6927 , 0.5714 , 0.0000 , 0.0000 , 0.0000 , 10.1579 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7043 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4000 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7051 , cls_90 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.1811 , 0.0765 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7061 , cls_90 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 0.8653 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7065 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9292 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7074 , cls_90 , 0.0000 , 0.0480 , 0.0041 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 1.1696 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7098 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3047 , 0.0778 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7137 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8484 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7173 , cls_90 , 0.0000 , 0.0720 , 0.0047 , 7272727.2727 , 1.7143 , 0.8714 , 0.6888 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 1.1257 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7183 , cls_90 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.4696 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7224 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9894 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7226 , cls_90 , 0.0000 , 0.0420 , 0.0039 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 0.7491 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7273 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8219 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7318 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0714 , 0.1254 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7403 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3943 , 0.0481 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7425 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6202 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7426 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5979 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7659 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8650 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7789 , cls_90 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 4.1266 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7793 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.8040 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7828 , cls_90 , 0.0000 , 0.0720 , 0.0045 , 8000000.0000 , 1.7143 , 0.8625 , 0.6255 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 4.1135 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7854 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2544 , 0.0560 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7861 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3780 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7923 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.3740 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7953 , cls_90 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 0.4411 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7990 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5493 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8000 , cls_90 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.6191 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8004 , cls_90 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.6268 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8016 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2683 , 0.0560 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8027 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6216 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8044 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8367 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8075 , cls_90 , 0.0000 , 0.0540 , 0.0047 , 7500000.0000 , 1.5000 , 0.9026 , 0.7247 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 0.6203 , 0.0361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8092 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.0442 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8093 , cls_90 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.5054 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8200 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.5865 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8205 , cls_90 , 0.0000 , 0.0480 , 0.0043 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 0.3477 , 0.0433 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8234 , cls_90 , 0.0000 , 0.2460 , 0.0119 , 3796296.2963 , 2.4118 , 0.7597 , 0.6541 , 0.6991 , 0.0000 , 0.0000 , 0.0000 , 1.6699 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8284 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4863 , 0.0390 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8529 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 15.1999 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8552 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7708 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8591 , cls_90 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 0.6623 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8611 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4929 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8634 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5434 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8652 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7981 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8682 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5545 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8690 , cls_90 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.4442 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8718 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.1938 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8751 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.2956 , 0.0513 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8810 , cls_90 , 0.0000 , 0.0840 , 0.0056 , 8484848.4848 , 2.0000 , 0.8380 , 0.7357 , 0.3030 , 0.0000 , 0.0000 , 0.0000 , 0.7138 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8840 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0689 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8904 , cls_90 , 0.0000 , 0.0840 , 0.0070 , 5185185.1852 , 1.5556 , 0.8853 , 0.8024 , 0.5463 , 0.0000 , 0.0000 , 0.0000 , 4.4458 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8930 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.6380 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8933 , cls_90 , 0.0000 , 0.1080 , 0.0093 , 5714285.7143 , 1.8000 , 0.8426 , 0.8454 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.7995 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8966 , cls_90 , 0.0000 , 0.0480 , 0.0043 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 1.3897 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9038 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0896 , 0.0883 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9040 , cls_90 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.5573 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9048 , cls_90 , 0.0000 , 0.0600 , 0.0047 , 5128205.1282 , 1.2500 , 0.9278 , 0.5132 , 0.5641 , 0.0000 , 0.0000 , 0.0000 , 9.8228 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9056 , cls_90 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.4083 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9057 , cls_90 , 0.0000 , 0.0480 , 0.0038 , 7619047.6190 , 1.3333 , 0.9145 , 0.6572 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 1.1597 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9081 , cls_90 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 0.5066 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9130 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2327 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9149 , cls_90 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 1.1296 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9209 , cls_90 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.3803 , 0.0466 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9230 , cls_90 , 0.0000 , 0.1500 , 0.0104 , 5376344.0860 , 2.0833 , 0.8024 , 0.8026 , 0.5591 , 0.0000 , 0.0000 , 0.0000 , 0.8619 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9359 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3379 , 0.0532 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9442 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4305 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9535 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5966 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9569 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3082 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9605 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.1354 , 0.0516 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9620 , cls_90 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.3447 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9648 , cls_90 , 0.0000 , 0.0480 , 0.0040 , 4444444.4444 , 1.1429 , 0.9685 , 0.4731 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 1.3995 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9650 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7080 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9789 , cls_90 , 0.0000 , 0.1020 , 0.0091 , 4927536.2319 , 1.7000 , 0.8651 , 0.8355 , 0.5507 , 0.0000 , 0.0000 , 0.0000 , 0.1598 , 0.1075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9830 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3932 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9835 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.2726 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9862 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3286 , 0.0424 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 22 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4653 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 26 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2972 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 30 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3114 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 40 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3010 , 0.0313 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 54 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.8908 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 91 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4874 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 118 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.3909 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 120 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3549 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 122 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3932 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 126 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.5775 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 130 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9433 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 132 , cls_100 , 0.0000 , 0.1140 , 0.0070 , 7450980.3922 , 2.1111 , 0.8100 , 0.7919 , 0.4216 , 0.0000 , 0.0000 , 0.0000 , 2.6410 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 143 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.4579 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 157 , cls_100 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.2929 , 0.0497 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 201 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.5366 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 212 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 2.0242 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 220 , cls_100 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1882 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 224 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.1873 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 226 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4100 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 239 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9628 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 255 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5949 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 257 , cls_100 , 0.0000 , 0.0840 , 0.0055 , 8484848.4848 , 2.0000 , 0.8380 , 0.7585 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.5987 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 260 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1836 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 262 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8400 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 265 , cls_100 , 0.0000 , 0.0540 , 0.0052 , 8571428.5714 , 1.5000 , 0.8902 , 0.8318 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 4.0853 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 266 , cls_100 , 0.0000 , 0.0360 , 0.0031 , 5000000.0000 , 1.0000 , 0.9877 , 0.4341 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 6.6784 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 268 , cls_100 , 0.0000 , 0.0780 , 0.0056 , 5777777.7778 , 1.6250 , 0.8838 , 0.6396 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 0.6075 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 273 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7824 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 283 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3887 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 298 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.6383 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 315 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9593 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 316 , cls_100 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7234 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 323 , cls_100 , 0.0000 , 0.1200 , 0.0083 , 5128205.1282 , 1.8182 , 0.8389 , 0.7453 , 0.5897 , 0.0000 , 0.0000 , 0.0000 , 5.6031 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 329 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.2084 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 330 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4310 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 341 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.3444 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 343 , cls_100 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.9886 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 344 , cls_100 , 0.0000 , 0.1080 , 0.0076 , 7500000.0000 , 2.2500 , 0.8166 , 0.8370 , 0.3646 , 0.0000 , 0.0000 , 0.0000 , 4.0610 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 348 , cls_100 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 0.6029 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 360 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0637 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 364 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3650 , 0.0350 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 368 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7336 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 389 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4378 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 391 , cls_100 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 3.2514 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 394 , cls_100 , 0.0000 , 0.0600 , 0.0053 , 6666666.6667 , 1.4286 , 0.9016 , 0.7598 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.1242 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 397 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9902 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 405 , cls_100 , 0.0000 , 0.0660 , 0.0041 , 9166666.6667 , 1.8333 , 0.8606 , 0.5926 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 3.9508 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 419 , cls_100 , 0.0000 , 0.0780 , 0.0050 , 10833333.3333 , 2.1667 , 0.8255 , 0.6817 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.5636 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 421 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7278 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 429 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3661 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 451 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.9485 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 459 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.7385 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 463 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5785 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 467 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.3593 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 468 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.2591 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 471 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5302 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 491 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.9126 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 498 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8864 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 499 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7646 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 502 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9970 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 504 , cls_100 , 0.0000 , 0.0780 , 0.0060 , 6666666.6667 , 1.6250 , 0.8698 , 0.8053 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 7.1049 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 532 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2688 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 533 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.1469 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 542 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5890 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 544 , cls_100 , 0.0000 , 0.0540 , 0.0047 , 8571428.5714 , 1.5000 , 0.8902 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 2.9927 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 554 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.1703 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 560 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0456 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 574 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.8755 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 576 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4742 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 577 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.2622 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 579 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2175 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 589 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.2933 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 612 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3179 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 614 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.4990 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 618 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.9784 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 619 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5826 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 620 , cls_100 , 0.0000 , 0.0720 , 0.0058 , 8000000.0000 , 1.7143 , 0.8625 , 0.7805 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.8655 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 622 , cls_100 , 0.0000 , 0.0600 , 0.0043 , 7407407.4074 , 1.6667 , 0.8916 , 0.5416 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 1.2379 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 630 , cls_100 , 0.0000 , 0.0840 , 0.0052 , 8484848.4848 , 2.0000 , 0.8380 , 0.6584 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 0.6144 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 635 , cls_100 , 0.0000 , 0.0840 , 0.0053 , 7179487.1795 , 1.7500 , 0.8534 , 0.6322 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 2.8651 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 637 , cls_100 , 0.0000 , 0.1020 , 0.0074 , 7083333.3333 , 2.1250 , 0.8296 , 0.8041 , 0.4271 , 0.0000 , 0.0000 , 0.0000 , 0.4571 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 639 , cls_100 , 0.0000 , 0.0540 , 0.0047 , 12000000.0000 , 1.8000 , 0.8603 , 0.8447 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0845 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 647 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4694 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 653 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1417 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 661 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0612 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 662 , cls_100 , 0.0000 , 0.0600 , 0.0048 , 7407407.4074 , 1.6667 , 0.8916 , 0.7135 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 5.0245 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 665 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9132 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 667 , cls_100 , 0.0000 , 0.0540 , 0.0044 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.6878 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 669 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6590 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 672 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6846 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 701 , cls_100 , 0.0000 , 0.0840 , 0.0059 , 5185185.1852 , 1.5556 , 0.8853 , 0.7205 , 0.5741 , 0.0000 , 0.0000 , 0.0000 , 1.5598 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 705 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3610 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 711 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4303 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 716 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6910 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 746 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8118 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 752 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7233 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 763 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2987 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 771 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4253 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 774 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3148 , 0.0484 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 782 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5257 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 785 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0647 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 798 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.4473 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 800 , cls_100 , 0.0000 , 0.1140 , 0.0080 , 7037037.0370 , 2.1111 , 0.8153 , 0.8041 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 4.4009 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 820 , cls_100 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 1.1234 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 848 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.4613 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 858 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9873 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 866 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 0.9738 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 873 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2679 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 889 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.3094 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 895 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0140 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 902 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8812 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 911 , cls_100 , 0.0000 , 0.0540 , 0.0046 , 6666666.6667 , 1.5000 , 0.9139 , 0.7205 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.3893 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 913 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.6292 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 923 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6437 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 936 , cls_100 , 0.0000 , 0.0600 , 0.0040 , 6060606.0606 , 1.4286 , 0.9110 , 0.4613 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 0.5503 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 939 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2214 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 945 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.1303 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 946 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5545 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 961 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5784 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 965 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1212 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 975 , cls_100 , 0.0000 , 0.0600 , 0.0043 , 9523809.5238 , 1.6667 , 0.8684 , 0.7215 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 2.5757 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 982 , cls_100 , 0.0000 , 0.0540 , 0.0040 , 6000000.0000 , 1.2857 , 0.9243 , 0.6255 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 0.7584 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 991 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.4283 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1004 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1070 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1007 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5980 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1009 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5270 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1013 , cls_100 , 0.0000 , 0.1080 , 0.0074 , 7058823.5294 , 2.0000 , 0.8223 , 0.7768 , 0.4412 , 0.0000 , 0.0000 , 0.0000 , 1.3875 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1020 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7227 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1031 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6438 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1038 , cls_100 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.6544 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1040 , cls_100 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.5750 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1053 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5281 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1075 , cls_100 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.6231 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1109 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.9856 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1115 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4054 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1140 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6267 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1142 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 1.6518 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1169 , cls_100 , 0.0000 , 0.0600 , 0.0052 , 9523809.5238 , 1.6667 , 0.8684 , 0.7826 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 0.9412 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1205 , cls_100 , 0.0000 , 0.0840 , 0.0061 , 7777777.7778 , 2.0000 , 0.8460 , 0.7935 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 1.8088 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1211 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5535 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1216 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.4113 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1218 , cls_100 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 0.3815 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1241 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6484 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1252 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5957 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1263 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6372 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1281 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2208 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1282 , cls_100 , 0.0000 , 0.0540 , 0.0047 , 10000000.0000 , 1.8000 , 0.8762 , 0.8302 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.3972 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1287 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6320 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1306 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4655 , 0.0323 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1309 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4361 , 0.0350 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1312 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5444 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1319 , cls_100 , 0.0000 , 0.0480 , 0.0042 , 13333333.3333 , 2.0000 , 0.8645 , 0.8408 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 0.3947 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1337 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9259 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1346 , cls_100 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9106 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1352 , cls_100 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1929 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1375 , cls_100 , 0.0000 , 0.0600 , 0.0040 , 8333333.3333 , 1.6667 , 0.8805 , 0.5926 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 0.5647 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1386 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.4664 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1388 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.8704 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1393 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7732 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1402 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.9873 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1417 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0507 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1425 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1237 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1433 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4736 , 0.0331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1438 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.7623 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1466 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4140 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1490 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.6483 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1497 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9120 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1510 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.6535 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1522 , cls_100 , 0.0000 , 0.0480 , 0.0036 , 5925925.9259 , 1.3333 , 0.9389 , 0.4270 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 0.6592 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1530 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3691 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1536 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7096 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1549 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4065 , 0.0295 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1553 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.9542 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1555 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0758 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1558 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.6030 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1571 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3584 , 0.0339 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1573 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4494 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1602 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.7700 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1658 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3551 , 0.0382 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1676 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5710 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1688 , cls_100 , 0.0000 , 0.0660 , 0.0055 , 12222222.2222 , 2.2000 , 0.8354 , 0.8748 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3482 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1693 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6692 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1710 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3771 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1724 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4578 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1733 , cls_100 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.0312 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1750 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5743 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1766 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6381 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1780 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2650 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1781 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7656 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1812 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6501 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1827 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3423 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1834 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5472 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1842 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.2668 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1844 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.0269 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1850 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3499 , 0.0283 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1853 , cls_100 , 0.0000 , 0.1080 , 0.0074 , 3870967.7419 , 1.5000 , 0.8826 , 0.6842 , 0.6774 , 0.0000 , 0.0000 , 0.0000 , 1.8063 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1863 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4075 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1867 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4726 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1875 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2853 , 0.0454 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1907 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.0596 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1915 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9076 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1924 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.7969 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1926 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7294 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1936 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3120 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1941 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3433 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1954 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2359 , 0.0351 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1959 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5789 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1960 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.8229 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1964 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3961 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1976 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5306 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1991 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.1113 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2054 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3835 , 0.0268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2118 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.4719 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2126 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8360 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2128 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8471 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2143 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.1363 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2147 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.9857 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2173 , cls_100 , 0.0000 , 0.0600 , 0.0046 , 5555555.5556 , 1.4286 , 0.9196 , 0.5870 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 1.2690 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2175 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.9490 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2204 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3312 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2212 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.4733 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2217 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2151 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2218 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.1357 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2227 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.5905 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2235 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4207 , 0.0379 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2238 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4696 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2252 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6246 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2259 , cls_100 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 0.2582 , 0.0600 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2273 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7411 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2282 , cls_100 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.9296 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2306 , cls_100 , 0.0000 , 0.0660 , 0.0051 , 8148148.1481 , 1.8333 , 0.8713 , 0.7838 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.7393 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2309 , cls_100 , 0.0000 , 0.0600 , 0.0057 , 8333333.3333 , 1.6667 , 0.8805 , 0.8041 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 2.6307 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2317 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.1494 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2322 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3430 , 0.0402 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2340 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3457 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2346 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7009 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2358 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6412 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2360 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.4558 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2363 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1161 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2369 , cls_100 , 0.0000 , 0.0600 , 0.0055 , 9523809.5238 , 1.6667 , 0.8684 , 0.8217 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 2.9413 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2371 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1812 , 0.0514 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2378 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9989 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2394 , cls_100 , 0.0000 , 0.0540 , 0.0045 , 5000000.0000 , 1.2857 , 0.9427 , 0.5870 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 1.6937 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2395 , cls_100 , 0.0000 , 0.0600 , 0.0048 , 11111111.1111 , 2.0000 , 0.8548 , 0.7613 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 1.9809 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2424 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.3401 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2437 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8394 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2441 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.5202 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2451 , cls_100 , 0.0000 , 0.0960 , 0.0059 , 5614035.0877 , 1.7778 , 0.8600 , 0.5829 , 0.5614 , 0.0000 , 0.0000 , 0.0000 , 0.6630 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2466 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.8683 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2481 , cls_100 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.4145 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2501 , cls_100 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 1.3473 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2507 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4416 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2508 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 3.0645 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2527 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4506 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2554 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.5037 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2560 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.3842 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2568 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.4392 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2575 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2523 , 0.0600 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2579 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4320 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2587 , cls_100 , 0.0000 , 0.1020 , 0.0080 , 7555555.5556 , 2.1250 , 0.8236 , 0.8164 , 0.3556 , 0.0000 , 0.0000 , 0.0000 , 3.8456 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2596 , cls_100 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.5119 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2600 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.8419 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2616 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8451 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2624 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.9819 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2637 , cls_100 , 0.0000 , 0.0540 , 0.0043 , 6000000.0000 , 1.2857 , 0.9243 , 0.6817 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.5291 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2658 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.5750 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2678 , cls_100 , 0.0000 , 0.0600 , 0.0053 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.6875 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2689 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2769 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2691 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.8129 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2720 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4171 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2722 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9382 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2735 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9933 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2769 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9076 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2780 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8130 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2795 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4143 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2838 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.1940 , 0.0433 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2845 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3988 , 0.0331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2927 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.8892 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2972 , cls_100 , 0.0000 , 0.0480 , 0.0047 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.5043 , 0.0324 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2999 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5049 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3005 , cls_100 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.5926 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 0.5952 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3029 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.8124 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3035 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.2559 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3063 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 0.2904 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3090 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.7412 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3091 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0032 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3095 , cls_100 , 0.0000 , 0.0960 , 0.0060 , 8888888.8889 , 2.2857 , 0.8167 , 0.7117 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.8232 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3105 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7728 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3120 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6162 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3123 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8304 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3125 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9335 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3177 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.1779 , 0.0433 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3181 , cls_100 , 0.0000 , 0.0840 , 0.0076 , 9333333.3333 , 2.0000 , 0.8294 , 0.8799 , 0.2833 , 0.0000 , 0.0000 , 0.0000 , 0.6146 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3182 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4635 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3199 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9164 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3205 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.0385 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3208 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7834 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3210 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7272 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3241 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2544 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3257 , cls_100 , 0.0000 , 0.1080 , 0.0080 , 10909090.9091 , 2.5714 , 0.7835 , 0.8426 , 0.2121 , 0.0000 , 0.0000 , 0.0000 , 1.2432 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3262 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 0.8227 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3264 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 3.2756 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3269 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.3877 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3275 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8618 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3286 , cls_100 , 0.0000 , 0.0480 , 0.0041 , 5333333.3333 , 1.1429 , 0.9495 , 0.6255 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 3.1055 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3300 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3543 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3312 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6270 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3327 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2847 , 0.0361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3334 , cls_100 , 0.0000 , 0.1260 , 0.0076 , 7368421.0526 , 2.3333 , 0.7973 , 0.8065 , 0.4123 , 0.0000 , 0.0000 , 0.0000 , 0.7538 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3359 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9826 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3409 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.3304 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3443 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.3092 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3455 , cls_100 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 2.3310 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3462 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2511 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3491 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.8399 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3523 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0960 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3531 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6687 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3562 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2610 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3563 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.7137 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3570 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3632 , 0.0285 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3578 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.2614 , 0.0735 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3583 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7155 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3597 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.8010 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3600 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5866 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3606 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6461 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3614 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.4602 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3617 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.3496 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3622 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6564 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3632 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4604 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3637 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 1.4890 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3653 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 1.3359 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3665 , cls_100 , 0.0000 , 0.0660 , 0.0061 , 9166666.6667 , 1.8333 , 0.8606 , 0.8041 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 2.0712 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3685 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6251 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3690 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7084 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3691 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4702 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3704 , cls_100 , 0.0000 , 0.0600 , 0.0046 , 11111111.1111 , 2.0000 , 0.8548 , 0.7753 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 1.7088 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3706 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1068 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3715 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5055 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3786 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2772 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3796 , cls_100 , 0.0000 , 0.0660 , 0.0056 , 9166666.6667 , 1.8333 , 0.8606 , 0.8078 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.9869 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3809 , cls_100 , 0.0000 , 0.0960 , 0.0068 , 9696969.6970 , 2.2857 , 0.8090 , 0.8081 , 0.2879 , 0.0000 , 0.0000 , 0.0000 , 0.5727 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3828 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.7472 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3833 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2041 , 0.0564 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3841 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2580 , 0.0570 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3844 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.4066 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3853 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.3294 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3871 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.6326 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3872 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.9395 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3892 , cls_100 , 0.0000 , 0.0480 , 0.0043 , 6666666.6667 , 1.3333 , 0.9273 , 0.7247 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.6999 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3896 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2752 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3917 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3250 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3942 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.8125 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3978 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.2846 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3984 , cls_100 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 1.5690 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3999 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.5160 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4009 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.8742 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4031 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5020 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4051 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3119 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4064 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 1.1787 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4066 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8975 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4071 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2958 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4080 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3896 , 0.0366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4083 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6093 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4102 , cls_100 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 0.7696 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4118 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6813 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4127 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.3678 , 0.0330 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4140 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.6016 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4169 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4489 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4178 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5705 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4206 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8389 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4227 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5619 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4234 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8910 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4253 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8624 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4263 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.6831 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4274 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8045 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4276 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.8435 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4278 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.8753 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4279 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1998 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4286 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0105 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4302 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.3076 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4304 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9154 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4310 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0717 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4322 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3770 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4333 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.2057 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4334 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.3708 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4337 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9420 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4349 , cls_100 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.3607 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4361 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0695 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4370 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6617 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4375 , cls_100 , 0.0000 , 0.0720 , 0.0055 , 8000000.0000 , 1.7143 , 0.8625 , 0.7913 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 0.4605 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4399 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1308 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4401 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.3440 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4412 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8269 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4419 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5833 , 0.0313 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4423 , cls_100 , 0.0000 , 0.0960 , 0.0058 , 7111111.1111 , 2.0000 , 0.8372 , 0.6707 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.2002 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4437 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9729 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4443 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.5796 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4445 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0260 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4487 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2591 , 0.0601 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4497 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7143 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4503 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9091 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4504 , cls_100 , 0.0000 , 0.0600 , 0.0044 , 6666666.6667 , 1.4286 , 0.9016 , 0.6817 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 1.6519 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4516 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3562 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4517 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.3574 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4526 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1447 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4537 , cls_100 , 0.0000 , 0.0720 , 0.0067 , 8888888.8889 , 2.0000 , 0.8529 , 0.8727 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 0.5152 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4539 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5909 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4544 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9528 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4556 , cls_100 , 0.0000 , 0.0900 , 0.0058 , 8333333.3333 , 2.1429 , 0.8309 , 0.7495 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 1.0645 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4565 , cls_100 , 0.0000 , 0.0660 , 0.0075 , 7333333.3333 , 1.5714 , 0.8812 , 0.8739 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.4780 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4582 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.8188 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4587 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.2041 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4590 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5426 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4593 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6531 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4627 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.1948 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4646 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8572 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4652 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.3852 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4665 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7181 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4668 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 1.5398 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4669 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5598 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4684 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7406 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4688 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3272 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4706 , cls_100 , 0.0000 , 0.0600 , 0.0055 , 8333333.3333 , 1.6667 , 0.8805 , 0.8078 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 1.4220 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4709 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1082 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4728 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8059 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4730 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8291 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4758 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2620 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4759 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7437 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4775 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8631 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4778 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9329 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4782 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.3490 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4793 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9083 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4798 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7468 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4800 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.4657 , 0.0323 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4810 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.6893 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4812 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 1.0216 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4823 , cls_100 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.0448 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4849 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7830 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4852 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.5990 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4868 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.4964 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4871 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.0658 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4875 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.9821 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4878 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.7209 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4889 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.4515 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4894 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.0273 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4899 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8881 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4900 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2746 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4911 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.1165 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4914 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.6738 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4932 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2341 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4935 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4691 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4939 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4668 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4981 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9542 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4983 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4202 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4985 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5814 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4986 , cls_100 , 0.0000 , 0.0540 , 0.0051 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 0.9771 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4994 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3335 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5013 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3872 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5023 , cls_100 , 0.0000 , 0.0660 , 0.0047 , 7333333.3333 , 1.5714 , 0.8812 , 0.6894 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.7460 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5025 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.2782 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5028 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1297 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5041 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5961 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5053 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4378 , 0.0366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5060 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3079 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5061 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3028 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5076 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3303 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5080 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5431 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5081 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.7860 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5088 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3072 , 0.0426 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5093 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9757 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5094 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8404 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5096 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3941 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5098 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.2904 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5116 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9093 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5140 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6066 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5151 , cls_100 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.2891 , 0.0324 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5161 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1013 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5194 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.2006 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5195 , cls_100 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.0786 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5196 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.2788 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5205 , cls_100 , 0.0000 , 0.0540 , 0.0038 , 10000000.0000 , 1.8000 , 0.8762 , 0.7062 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.3982 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5251 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3900 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5252 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2677 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5255 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.8594 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5264 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.9205 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5269 , cls_100 , 0.0000 , 0.0960 , 0.0070 , 5925925.9259 , 1.7778 , 0.8547 , 0.6817 , 0.4907 , 0.0000 , 0.0000 , 0.0000 , 0.8451 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5272 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3200 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5302 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3670 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5311 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5588 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5334 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4389 , 0.0582 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5352 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3750 , 0.0324 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5362 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7237 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5368 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0164 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5369 , cls_100 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.5308 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5382 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3185 , 0.0426 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5390 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8668 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5394 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5854 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5422 , cls_100 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.7052 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5462 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7744 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5471 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1349 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5481 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.4546 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5497 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0453 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5501 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7799 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5503 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.1447 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5510 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1308 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5532 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.9319 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5551 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3896 , 0.0313 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5572 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1981 , 0.0313 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5574 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.1816 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5576 , cls_100 , 0.0000 , 0.0480 , 0.0038 , 10666666.6667 , 1.6000 , 0.8838 , 0.6463 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 0.6074 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5578 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.5459 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5587 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4316 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5594 , cls_100 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 1.2482 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5625 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8475 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5636 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3779 , 0.0376 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5654 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.1104 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5659 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6078 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5676 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2700 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5683 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9128 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5726 , cls_100 , 0.0000 , 0.0540 , 0.0045 , 6000000.0000 , 1.2857 , 0.9243 , 0.6817 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 0.4869 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5731 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4765 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5739 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.6934 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5760 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0036 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5762 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9313 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5763 , cls_100 , 0.0000 , 0.0600 , 0.0046 , 6666666.6667 , 1.4286 , 0.9016 , 0.7453 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 2.0491 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5775 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6621 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5784 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4873 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5790 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9840 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5793 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3155 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5800 , cls_100 , 0.0000 , 0.0660 , 0.0049 , 6666666.6667 , 1.5714 , 0.8903 , 0.6584 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 0.8354 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5804 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4073 , 0.0313 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5811 , cls_100 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 2.0071 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5812 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9129 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5815 , cls_100 , 0.0000 , 0.1020 , 0.0065 , 7555555.5556 , 2.1250 , 0.8236 , 0.7419 , 0.3778 , 0.0000 , 0.0000 , 0.0000 , 1.6424 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5819 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0408 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5827 , cls_100 , 0.0000 , 0.0480 , 0.0051 , 7619047.6190 , 1.3333 , 0.9145 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 0.4317 , 0.0330 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5841 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.4261 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5853 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.8387 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5870 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.1579 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5875 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1696 , 0.0339 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5892 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1362 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5898 , cls_100 , 0.0000 , 0.1440 , 0.0088 , 4444444.4444 , 2.0000 , 0.8275 , 0.6419 , 0.6296 , 0.0000 , 0.0000 , 0.0000 , 4.5606 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5900 , cls_100 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 11.0383 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5930 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.3985 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5932 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0402 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5942 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7156 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5947 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1280 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5949 , cls_100 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.0721 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5991 , cls_100 , 0.0000 , 0.0540 , 0.0038 , 12000000.0000 , 1.8000 , 0.8603 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9219 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6011 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5004 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6013 , cls_100 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.6021 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 3.4472 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6014 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1333 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6026 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8657 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6091 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1698 , 0.0339 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6095 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6673 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6107 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8062 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6116 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.7740 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6121 , cls_100 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 8.4919 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6130 , cls_100 , 0.0000 , 0.0660 , 0.0049 , 9166666.6667 , 1.8333 , 0.8606 , 0.7736 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.4995 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6148 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.6853 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6171 , cls_100 , 0.0000 , 0.0540 , 0.0040 , 6666666.6667 , 1.5000 , 0.9139 , 0.5593 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 4.4989 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6174 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6415 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6197 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4274 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6198 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5782 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6202 , cls_100 , 0.0000 , 0.1920 , 0.0083 , 7111111.1111 , 2.9091 , 0.7391 , 0.6735 , 0.4556 , 0.0000 , 0.0000 , 0.0000 , 1.8942 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6205 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8105 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6222 , cls_100 , 0.0000 , 0.0780 , 0.0055 , 5777777.7778 , 1.6250 , 0.8838 , 0.7419 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 2.5463 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6264 , cls_100 , 0.0000 , 0.0720 , 0.0055 , 10000000.0000 , 2.0000 , 0.8423 , 0.7736 , 0.2292 , 0.0000 , 0.0000 , 0.0000 , 0.4094 , 0.0541 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6317 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.7265 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6326 , cls_100 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.4132 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6350 , cls_100 , 0.0000 , 0.0840 , 0.0064 , 7179487.1795 , 1.7500 , 0.8534 , 0.7566 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 1.0542 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6354 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6629 , 0.0404 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6359 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.9138 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6363 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4784 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6396 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 4.2335 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6420 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.0801 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6423 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 1.6123 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6471 , cls_100 , 0.0000 , 0.0540 , 0.0039 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.6509 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6473 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8922 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6485 , cls_100 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.6630 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 0.4090 , 0.0366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6492 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4847 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6497 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.8181 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6515 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7351 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6517 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.2807 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6525 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.8689 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6533 , cls_100 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.3338 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6536 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1959 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6558 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.9602 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6563 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2068 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6566 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3752 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6567 , cls_100 , 0.0000 , 0.0780 , 0.0048 , 12380952.3810 , 2.1667 , 0.8141 , 0.8019 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 2.7093 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6581 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7546 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6584 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3435 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6590 , cls_100 , 0.0000 , 0.0540 , 0.0037 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.2156 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6604 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0913 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6615 , cls_100 , 0.0000 , 0.1080 , 0.0081 , 8571428.5714 , 2.2500 , 0.8045 , 0.8422 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.5706 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6622 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7143 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6625 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.3404 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6630 , cls_100 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.0592 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6637 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.8325 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6645 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5978 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6653 , cls_100 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.2588 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6662 , cls_100 , 0.0000 , 0.0600 , 0.0048 , 9523809.5238 , 1.6667 , 0.8684 , 0.8217 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 2.1087 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6670 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.7517 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6674 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0834 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6682 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.2831 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6684 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.0559 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6685 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6732 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6694 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.2720 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6697 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 2.6180 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6710 , cls_100 , 0.0000 , 0.2520 , 0.0108 , 7000000.0000 , 3.2308 , 0.6973 , 0.6582 , 0.4417 , 0.0000 , 0.0000 , 0.0000 , 3.4834 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6719 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.8906 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6725 , cls_100 , 0.0000 , 0.0540 , 0.0047 , 8571428.5714 , 1.5000 , 0.8902 , 0.8019 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 0.2856 , 0.0430 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6745 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5216 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6746 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2869 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6749 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0379 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6791 , cls_100 , 0.0000 , 0.0780 , 0.0057 , 8666666.6667 , 1.8571 , 0.8453 , 0.6559 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1334 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6824 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.7533 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6834 , cls_100 , 0.0000 , 0.1920 , 0.0105 , 6881720.4301 , 2.6667 , 0.7420 , 0.8214 , 0.4409 , 0.0000 , 0.0000 , 0.0000 , 3.3868 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6840 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.2838 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6855 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5046 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6866 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.1618 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6868 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9125 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6877 , cls_100 , 0.0000 , 0.1380 , 0.0097 , 7301587.3016 , 2.3000 , 0.7854 , 0.8297 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 4.8044 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6901 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.2263 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6913 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 1.1260 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6930 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7731 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6978 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.5016 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6988 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2207 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6992 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2432 , 0.0408 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7001 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.8465 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7008 , cls_100 , 0.0000 , 0.1200 , 0.0070 , 7017543.8596 , 2.2222 , 0.8085 , 0.6731 , 0.4386 , 0.0000 , 0.0000 , 0.0000 , 3.8959 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7014 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 3.5888 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7027 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3674 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7047 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 1.4936 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7050 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.9149 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7052 , cls_100 , 0.0000 , 0.0660 , 0.0044 , 10476190.4762 , 1.8333 , 0.8487 , 0.6927 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 1.7763 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7067 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.0633 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7070 , cls_100 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 7.4243 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7076 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5138 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7094 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9147 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7107 , cls_100 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.4469 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7119 , cls_100 , 0.0000 , 0.0480 , 0.0048 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.6984 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7124 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1697 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7135 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.2140 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7136 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9291 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7138 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5694 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7140 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 8.5770 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7141 , cls_100 , 0.0000 , 0.1320 , 0.0068 , 9166666.6667 , 2.7500 , 0.7713 , 0.7711 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 5.3064 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7149 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5241 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7161 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3363 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7176 , cls_100 , 0.0000 , 0.0600 , 0.0048 , 9523809.5238 , 1.6667 , 0.8684 , 0.7379 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 3.3727 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7188 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5159 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7193 , cls_100 , 0.0000 , 0.0720 , 0.0045 , 8888888.8889 , 2.0000 , 0.8529 , 0.6048 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 1.2658 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7194 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.0373 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7198 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8371 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7202 , cls_100 , 0.0000 , 0.1080 , 0.0062 , 5714285.7143 , 1.8000 , 0.8426 , 0.4955 , 0.5397 , 0.0000 , 0.0000 , 0.0000 , 4.3305 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7204 , cls_100 , 0.0000 , 0.0660 , 0.0048 , 9166666.6667 , 1.8333 , 0.8606 , 0.7004 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 7.1009 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7209 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1387 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7215 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4701 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7225 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4860 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7232 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.1709 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7233 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3622 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7236 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5440 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7240 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.2680 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7248 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3109 , 0.0430 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7249 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.9317 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7262 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7654 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7270 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.7410 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7281 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1517 , 0.0466 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7297 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6184 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7302 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4237 , 0.0351 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7312 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.1998 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7331 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4753 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7353 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0735 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7370 , cls_100 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.7453 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 1.2551 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7371 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.3257 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7385 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.9372 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7387 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7343 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7388 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 0.3105 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7402 , cls_100 , 0.0000 , 0.1260 , 0.0068 , 5833333.3333 , 2.1000 , 0.8194 , 0.6850 , 0.5347 , 0.0000 , 0.0000 , 0.0000 , 1.3682 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7407 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.1445 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7409 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 5185185.1852 , 1.1667 , 0.9673 , 0.4270 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 2.2979 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7414 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.3831 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7416 , cls_100 , 0.0000 , 0.1200 , 0.0089 , 7843137.2549 , 2.2222 , 0.7983 , 0.8268 , 0.4020 , 0.0000 , 0.0000 , 0.0000 , 2.1588 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7423 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.7560 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7428 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7085 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7430 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.0368 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7444 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.9509 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7445 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.0171 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7453 , cls_100 , 0.0000 , 0.0660 , 0.0049 , 6666666.6667 , 1.5714 , 0.8903 , 0.6498 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 1.9527 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7461 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5307 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7465 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0376 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7475 , cls_100 , 0.0000 , 0.0540 , 0.0042 , 6666666.6667 , 1.5000 , 0.9139 , 0.6419 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 2.1944 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7485 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3562 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7507 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1083 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7512 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4031 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7513 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.0889 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7519 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5373 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7529 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9132 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7561 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8380 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7587 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5392 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7594 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6722 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7596 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7775 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7653 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.9126 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7658 , cls_100 , 0.0000 , 0.0840 , 0.0056 , 7777777.7778 , 2.0000 , 0.8460 , 0.7366 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.1364 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7661 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.1525 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7664 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8849 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7689 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1829 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7723 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.9558 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7727 , cls_100 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 2.1872 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7736 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2311 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7754 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7675 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7768 , cls_100 , 0.0000 , 0.0720 , 0.0055 , 8888888.8889 , 2.0000 , 0.8529 , 0.7796 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 2.4454 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7782 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6044 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7785 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8899 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7790 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.6848 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7792 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.4597 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7796 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0583 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7797 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1719 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7816 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5093 , 0.0295 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7825 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5171 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7830 , cls_100 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.5619 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7837 , cls_100 , 0.0000 , 0.0480 , 0.0042 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 2.5042 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7842 , cls_100 , 0.0000 , 0.0480 , 0.0034 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 4.0588 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7843 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2772 , 0.0331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7852 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7532 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7865 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.2789 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7866 , cls_100 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.2171 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7877 , cls_100 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.5256 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7878 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9388 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7879 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7613 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7886 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.5862 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7888 , cls_100 , 0.0000 , 0.1080 , 0.0062 , 8000000.0000 , 2.2500 , 0.8107 , 0.6327 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 1.4722 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7890 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1331 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7896 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.7481 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7926 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6574 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7930 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.5997 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7931 , cls_100 , 0.0000 , 0.0480 , 0.0042 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 3.2945 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7943 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.5436 , 0.0268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7954 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 2.3310 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7967 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6609 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7968 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.8659 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7969 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6286 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7972 , cls_100 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.7453 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 5.2511 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7973 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 5333333.3333 , 1.1429 , 0.9495 , 0.6021 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 1.3504 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7977 , cls_100 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 2.3528 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7996 , cls_100 , 0.0000 , 0.0480 , 0.0042 , 5925925.9259 , 1.3333 , 0.9389 , 0.7135 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 2.4572 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8007 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2913 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8017 , cls_100 , 0.0000 , 0.0540 , 0.0041 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.5773 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8024 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9598 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8040 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4444 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8043 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8984 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8048 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0245 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8049 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9118 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8063 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.9837 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8064 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3785 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8067 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 3.0318 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8090 , cls_100 , 0.0000 , 0.0540 , 0.0048 , 10000000.0000 , 1.8000 , 0.8762 , 0.7935 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.9284 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8096 , cls_100 , 0.0000 , 0.0600 , 0.0050 , 8333333.3333 , 1.6667 , 0.8805 , 0.7736 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.2212 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8100 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.1000 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8102 , cls_100 , 0.0000 , 0.1200 , 0.0071 , 7407407.4074 , 2.2222 , 0.8035 , 0.7304 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 2.5731 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8104 , cls_100 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.5072 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8105 , cls_100 , 0.0000 , 0.0480 , 0.0032 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 3.2698 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8126 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0857 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8129 , cls_100 , 0.0000 , 0.0660 , 0.0052 , 12222222.2222 , 2.2000 , 0.8354 , 0.8302 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5800 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8143 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.3055 , 0.0323 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8151 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9881 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8155 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.7084 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8161 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6319 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8165 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9317 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8179 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.9835 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8181 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9238 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8186 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.7005 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8204 , cls_100 , 0.0000 , 0.0540 , 0.0049 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 0.6142 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8208 , cls_100 , 0.0000 , 0.1140 , 0.0063 , 7037037.0370 , 2.1111 , 0.8153 , 0.7425 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 1.9729 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8213 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7341 , 0.0272 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8220 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4509 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8224 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0624 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8242 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.8519 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8248 , cls_100 , 0.0000 , 0.0480 , 0.0046 , 7619047.6190 , 1.3333 , 0.9145 , 0.7772 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3384 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8256 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.8005 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8257 , cls_100 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2128 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8264 , cls_100 , 0.0000 , 0.0540 , 0.0037 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.1573 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8270 , cls_100 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 0.8872 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8278 , cls_100 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.0648 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8279 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7592 , 0.0272 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8283 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2212 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8286 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6140 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8293 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3624 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8299 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2914 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8314 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9839 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8316 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.4747 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8318 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.0065 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8326 , cls_100 , 0.0000 , 0.0660 , 0.0049 , 6111111.1111 , 1.5714 , 0.8988 , 0.6273 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 1.7967 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8347 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8803 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8350 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5891 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8364 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3602 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8384 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8142 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8389 , cls_100 , 0.0000 , 0.0900 , 0.0066 , 6666666.6667 , 1.8750 , 0.8517 , 0.7753 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 1.3077 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8394 , cls_100 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.5603 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8400 , cls_100 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.8509 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8408 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9679 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8412 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.3564 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8439 , cls_100 , 0.0000 , 0.0480 , 0.0043 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.5416 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8452 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.5539 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8454 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8074 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8461 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.4370 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8471 , cls_100 , 0.0000 , 0.0480 , 0.0042 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 1.2536 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8478 , cls_100 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3475 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8496 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.3547 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8500 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6068 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8518 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1966 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8523 , cls_100 , 0.0000 , 0.0660 , 0.0055 , 5238095.2381 , 1.3750 , 0.9142 , 0.7078 , 0.5357 , 0.0000 , 0.0000 , 0.0000 , 1.3646 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8527 , cls_100 , 0.0000 , 0.0420 , 0.0035 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 1.2619 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8553 , cls_100 , 0.0000 , 0.0960 , 0.0080 , 7619047.6190 , 2.0000 , 0.8307 , 0.8286 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 1.2857 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8558 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5572 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8566 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8280 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8576 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6058 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8586 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5397 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8592 , cls_100 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.8032 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8594 , cls_100 , 0.0000 , 0.0480 , 0.0034 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 2.1719 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8601 , cls_100 , 0.0000 , 0.0600 , 0.0040 , 8333333.3333 , 1.6667 , 0.8805 , 0.5926 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 3.2412 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8603 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0758 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8619 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8317 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8632 , cls_100 , 0.0000 , 0.1020 , 0.0070 , 7555555.5556 , 2.1250 , 0.8236 , 0.7419 , 0.4111 , 0.0000 , 0.0000 , 0.0000 , 2.1886 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8633 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.8556 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8635 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.1538 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8636 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1713 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8649 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9992 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8653 , cls_100 , 0.0000 , 0.0600 , 0.0041 , 9523809.5238 , 1.6667 , 0.8684 , 0.5544 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 2.4670 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8681 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.8857 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8689 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.3970 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8697 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0257 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8707 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5588 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8714 , cls_100 , 0.0000 , 0.0540 , 0.0038 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 2.9053 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8719 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0948 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8720 , cls_100 , 0.0000 , 0.1080 , 0.0071 , 8571428.5714 , 2.2500 , 0.8045 , 0.7772 , 0.3214 , 0.0000 , 0.0000 , 0.0000 , 2.5275 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8733 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.5289 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8735 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7041 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8740 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.3383 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8760 , cls_100 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.4471 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8791 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.8310 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8801 , cls_100 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.4476 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8805 , cls_100 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.3156 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8807 , cls_100 , 0.0000 , 0.0540 , 0.0046 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.7057 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8811 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4378 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8826 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 0.8384 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8830 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 0.7127 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8833 , cls_100 , 0.0000 , 0.0480 , 0.0043 , 6666666.6667 , 1.3333 , 0.9273 , 0.7247 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.9372 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8841 , cls_100 , 0.0000 , 0.0720 , 0.0059 , 7272727.2727 , 1.7143 , 0.8714 , 0.7940 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 3.3713 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8844 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0530 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8845 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.6954 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8850 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0918 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8853 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1662 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8859 , cls_100 , 0.0000 , 0.0480 , 0.0051 , 7619047.6190 , 1.3333 , 0.9145 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 1.4786 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8860 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4147 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8863 , cls_100 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.5541 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8865 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.7410 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8868 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9605 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8878 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5905 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8881 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.4036 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8883 , cls_100 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.3208 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8888 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 1.9951 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8909 , cls_100 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.2115 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8912 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.9863 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8928 , cls_100 , 0.0000 , 0.0720 , 0.0047 , 8000000.0000 , 1.7143 , 0.8625 , 0.5609 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 1.5968 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8931 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.3397 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8934 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8021 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8950 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2523 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8952 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.5229 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8954 , cls_100 , 0.0000 , 0.0600 , 0.0053 , 6060606.0606 , 1.4286 , 0.9110 , 0.7357 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 2.8930 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8959 , cls_100 , 0.0000 , 0.0600 , 0.0043 , 7407407.4074 , 1.6667 , 0.8916 , 0.6048 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 0.7514 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8962 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.5461 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8967 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0821 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8970 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2499 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8984 , cls_100 , 0.0000 , 0.1260 , 0.0093 , 7000000.0000 , 2.3333 , 0.8020 , 0.7805 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 1.3551 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8997 , cls_100 , 0.0000 , 0.1020 , 0.0073 , 7555555.5556 , 2.1250 , 0.8236 , 0.7613 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2.1507 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9001 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1203 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9027 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 1.8377 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9029 , cls_100 , 0.0000 , 0.0720 , 0.0055 , 8888888.8889 , 2.0000 , 0.8529 , 0.7453 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.2113 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9037 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4579 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9047 , cls_100 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9724 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9053 , cls_100 , 0.0000 , 0.0840 , 0.0058 , 7777777.7778 , 2.0000 , 0.8460 , 0.7753 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 1.3866 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9054 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7771 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9060 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4300 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9061 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.2637 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9086 , cls_100 , 0.0000 , 0.0480 , 0.0037 , 5333333.3333 , 1.1429 , 0.9495 , 0.4907 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 2.0010 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9093 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7720 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9111 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8388 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9114 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.0871 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9153 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.3589 , 0.0390 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9174 , cls_100 , 0.0000 , 0.0660 , 0.0065 , 7333333.3333 , 1.5714 , 0.8812 , 0.8041 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 0.8434 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9185 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5796 , 0.0350 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9188 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.3002 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9190 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4041 , 0.0390 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9196 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3457 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9198 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.6315 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9199 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9962 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9208 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2511 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9212 , cls_100 , 0.0000 , 0.0480 , 0.0038 , 7619047.6190 , 1.3333 , 0.9145 , 0.6572 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1474 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9226 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.6295 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9234 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.4444 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9241 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6582 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9242 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.6853 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9248 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6224 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9257 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6734 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9258 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.2702 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9261 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.1874 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9285 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2.7095 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9288 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8022 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9302 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.7107 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9313 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6187 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9321 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.0763 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9327 , cls_100 , 0.0000 , 0.0600 , 0.0047 , 6060606.0606 , 1.4286 , 0.9110 , 0.6584 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 2.0944 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9331 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4171 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9336 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1308 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9350 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.1385 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9383 , cls_100 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 1.8680 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9408 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6739 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9409 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8622 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9411 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2879 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9414 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7491 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9428 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8149 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9443 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7116 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9463 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7920 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9473 , cls_100 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 0.7346 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9487 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0914 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9494 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.7224 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9519 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5119 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9522 , cls_100 , 0.0000 , 0.0720 , 0.0052 , 6666666.6667 , 1.7143 , 0.8797 , 0.7366 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 1.9902 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9528 , cls_100 , 0.0000 , 0.0600 , 0.0050 , 4761904.7619 , 1.2500 , 0.9354 , 0.6039 , 0.5714 , 0.0000 , 0.0000 , 0.0000 , 0.5116 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9533 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4376 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9534 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7043 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9536 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8976 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9540 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0336 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9596 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9108 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9607 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2931 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9608 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.2618 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9615 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.7555 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9622 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4141 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9625 , cls_100 , 0.0000 , 0.0540 , 0.0037 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 3.1941 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9639 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9447 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9641 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5679 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9649 , cls_100 , 0.0000 , 0.0720 , 0.0060 , 8888888.8889 , 2.0000 , 0.8529 , 0.7838 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 1.2100 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9671 , cls_100 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.9741 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9673 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.7037 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9677 , cls_100 , 0.0000 , 0.0480 , 0.0045 , 4848484.8485 , 1.1429 , 0.9594 , 0.6498 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 0.8987 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9685 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.8301 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9698 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.2727 , 0.0430 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9705 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8300 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9719 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1953 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9744 , cls_100 , 0.0000 , 0.0600 , 0.0042 , 11111111.1111 , 2.0000 , 0.8548 , 0.8137 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.4611 , 0.0339 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9757 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2275 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9758 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4195 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9763 , cls_100 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.7153 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9765 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6378 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9779 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.4618 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9816 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4542 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9817 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.8530 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9821 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2648 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9823 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2090 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9825 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4208 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9834 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1959 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9842 , cls_100 , 0.0000 , 0.0600 , 0.0057 , 6060606.0606 , 1.4286 , 0.9110 , 0.7357 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 0.5512 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9852 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0714 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9858 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8312 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9869 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4190 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9871 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4459 , 0.0361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9882 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3930 , 0.0268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9884 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.0583 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 59 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.9138 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 96 , cls_130 , 0.0000 , 0.0540 , 0.0047 , 5000000.0000 , 1.2857 , 0.9427 , 0.6605 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 4.0494 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 98 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.2492 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 100 , cls_130 , 0.0000 , 0.1140 , 0.0082 , 5277777.7778 , 1.9000 , 0.8431 , 0.7196 , 0.5486 , 0.0000 , 0.0000 , 0.0000 , 15.4017 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 127 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.3583 , 0.0360 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 133 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.3047 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 149 , cls_130 , 0.0000 , 0.1140 , 0.0079 , 3333333.3333 , 1.4615 , 0.8916 , 0.6129 , 0.7325 , 0.0000 , 0.0000 , 0.0000 , 2.2892 , 0.0570 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 154 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4207 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 184 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 9.7740 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 207 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.2730 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 208 , cls_130 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 11.0211 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 209 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.6898 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 215 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4721 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 216 , cls_130 , 0.0000 , 0.1140 , 0.0088 , 5066666.6667 , 1.9000 , 0.8472 , 0.7513 , 0.5733 , 0.0000 , 0.0000 , 0.0000 , 6.5897 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 218 , cls_130 , 0.0000 , 0.2160 , 0.0150 , 3809523.8095 , 2.2500 , 0.7809 , 0.7979 , 0.6825 , 0.0000 , 0.0000 , 0.0000 , 4.1723 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 231 , cls_130 , 0.0000 , 0.0960 , 0.0059 , 8205128.2051 , 2.0000 , 0.8239 , 0.7763 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 2.4180 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 232 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3424 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 236 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5175 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 238 , cls_130 , 0.0000 , 0.1440 , 0.0113 , 4571428.5714 , 2.0000 , 0.8246 , 0.8293 , 0.6095 , 0.0000 , 0.0000 , 0.0000 , 26.4417 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 247 , cls_130 , 0.0000 , 0.1320 , 0.0100 , 2444444.4444 , 1.3750 , 0.9068 , 0.6396 , 0.7917 , 0.0000 , 0.0000 , 0.0000 , 6.8706 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 280 , cls_130 , 0.0000 , 0.0780 , 0.0056 , 6190476.1905 , 1.6250 , 0.8770 , 0.6572 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 16.5061 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 286 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.2103 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 307 , cls_130 , 0.0000 , 0.0540 , 0.0044 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.5164 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 308 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 14.1722 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 310 , cls_130 , 0.0000 , 0.1200 , 0.0079 , 6349206.3492 , 2.0000 , 0.8180 , 0.7547 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 13.4150 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 312 , cls_130 , 0.0000 , 0.0540 , 0.0039 , 6000000.0000 , 1.2857 , 0.9243 , 0.5609 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 20.7485 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 314 , cls_130 , 0.0000 , 0.0420 , 0.0037 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 29.6150 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 335 , cls_130 , 0.0000 , 0.2160 , 0.0131 , 5581395.3488 , 2.5714 , 0.7430 , 0.8112 , 0.5543 , 0.0000 , 0.0000 , 0.0000 , 11.1911 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 350 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.9845 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 361 , cls_130 , 0.0000 , 0.0480 , 0.0042 , 4444444.4444 , 1.1429 , 0.9685 , 0.4731 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 10.8678 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 367 , cls_130 , 0.0000 , 0.2880 , 0.0149 , 3516483.5165 , 2.4000 , 0.7404 , 0.8395 , 0.7125 , 0.0000 , 0.0000 , 0.0000 , 9.2760 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 372 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.8824 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 380 , cls_130 , 0.0000 , 0.0480 , 0.0039 , 5333333.3333 , 1.1429 , 0.9495 , 0.4907 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 9.3864 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 390 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.4163 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 392 , cls_130 , 0.0000 , 0.0720 , 0.0050 , 5000000.0000 , 1.5000 , 0.9083 , 0.4907 , 0.5938 , 0.0000 , 0.0000 , 0.0000 , 17.4629 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 404 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1162 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 406 , cls_130 , 0.0000 , 0.0540 , 0.0039 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 20.0473 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 409 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 30.1105 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 431 , cls_130 , 0.0000 , 0.3780 , 0.0167 , 2658227.8481 , 2.4231 , 0.7197 , 0.5636 , 0.7869 , 0.0000 , 0.0000 , 0.0000 , 634.8057 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 441 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9302 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 455 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 33.8951 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 488 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.7490 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 492 , cls_130 , 0.0000 , 0.1020 , 0.0090 , 5666666.6667 , 1.8889 , 0.8510 , 0.8727 , 0.4917 , 0.0000 , 0.0000 , 0.0000 , 18.9455 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 497 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4448 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 511 , cls_130 , 0.0000 , 0.0540 , 0.0039 , 5000000.0000 , 1.2857 , 0.9427 , 0.4123 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 633.0512 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 512 , cls_130 , 0.0000 , 0.0540 , 0.0041 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 197.0267 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 521 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6642 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 523 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.6721 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 524 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2255 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 537 , cls_130 , 0.0000 , 0.0660 , 0.0050 , 9166666.6667 , 1.8333 , 0.8606 , 0.7516 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 22.3524 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 543 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 22.1984 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 568 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.2104 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 586 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4071 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 593 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.9743 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 595 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9605 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 610 , cls_130 , 0.0000 , 0.2100 , 0.0135 , 3645833.3333 , 2.1875 , 0.7901 , 0.7889 , 0.7083 , 0.0000 , 0.0000 , 0.0000 , 22.4791 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 616 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.3946 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 621 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.2166 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 633 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.9760 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 638 , cls_130 , 0.0000 , 0.4500 , 0.0188 , 3496503.4965 , 3.1250 , 0.6565 , 0.8008 , 0.7203 , 0.0000 , 0.0000 , 0.0000 , 161.6794 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 657 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.4266 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 660 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 78.8852 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 677 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0413 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 683 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.5921 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 687 , cls_130 , 0.0000 , 5.4540 , 0.1126 , 2405716.5542 , 9.0000 , -0.1638 , 0.8393 , 0.8025 , 0.0000 , 0.0000 , 0.0000 , 114.3489 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 691 , cls_130 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 34.9218 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 713 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 11.0773 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 714 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 30.9476 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 728 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8941 , 0.0395 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 734 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.3679 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 738 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.0034 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 739 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 71.5275 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 741 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 167.5937 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 750 , cls_130 , 0.0000 , 0.0480 , 0.0043 , 7619047.6190 , 1.3333 , 0.9145 , 0.7591 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 21.2254 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 773 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.9945 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 802 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.3110 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 807 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.5741 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 810 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.8206 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 830 , cls_130 , 0.0000 , 0.1140 , 0.0073 , 4871794.8718 , 1.7273 , 0.8511 , 0.6963 , 0.6090 , 0.0000 , 0.0000 , 0.0000 , 7.2470 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 836 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 6.2952 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 837 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2537 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 838 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 9.5277 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 842 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 631.9568 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 870 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 16.5999 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 872 , cls_130 , 0.0000 , 0.0660 , 0.0045 , 5641025.6410 , 1.3750 , 0.9067 , 0.5963 , 0.5513 , 0.0000 , 0.0000 , 0.0000 , 79.5016 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 874 , cls_130 , 0.0000 , 0.0540 , 0.0051 , 5454545.4545 , 1.2857 , 0.9338 , 0.7357 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 138.5489 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 878 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.9676 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 880 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.2284 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 900 , cls_130 , 0.0000 , 0.0480 , 0.0047 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 43.6095 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 917 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.7127 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 925 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 31.4037 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 940 , cls_130 , 0.0000 , 0.3420 , 0.0247 , 2345679.0123 , 2.1923 , 0.7531 , 0.8166 , 0.7984 , 0.0000 , 0.0000 , 0.0000 , 7.5082 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 944 , cls_130 , 0.0000 , 0.0420 , 0.0037 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.3283 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 954 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 22.9758 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 964 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 638.1583 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 967 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 101.7220 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 994 , cls_130 , 0.0000 , 0.1020 , 0.0058 , 8717948.7179 , 2.1250 , 0.8105 , 0.6322 , 0.3462 , 0.0000 , 0.0000 , 0.0000 , 633.8538 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1000 , cls_130 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 48.3351 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1001 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 59.1455 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1018 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.2330 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1019 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 10.8892 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1035 , cls_130 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 48.2241 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1047 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.4721 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1049 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.5581 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1052 , cls_130 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 14.9563 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1058 , cls_130 , 0.0000 , 0.0600 , 0.0041 , 6060606.0606 , 1.4286 , 0.9110 , 0.5170 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 66.1749 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1065 , cls_130 , 0.0000 , 0.3900 , 0.0187 , 2813852.8139 , 2.6000 , 0.7074 , 0.7154 , 0.7706 , 0.0000 , 0.0000 , 0.0000 , 109.2185 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1070 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.5369 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1093 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.5468 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1108 , cls_130 , 0.0000 , 0.0960 , 0.0077 , 3232323.2323 , 1.3333 , 0.9184 , 0.6639 , 0.7222 , 0.0000 , 0.0000 , 0.0000 , 3.8719 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1119 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.0279 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1122 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.5076 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1132 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 128.5236 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1136 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 633.0630 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1146 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 16.7244 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1148 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.3286 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1156 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 14.3966 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1158 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.6124 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1177 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.1874 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1179 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 117.3997 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1181 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0608 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1183 , cls_130 , 0.0000 , 0.0900 , 0.0053 , 7692307.6923 , 1.8750 , 0.8382 , 0.6877 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 26.1794 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1185 , cls_130 , 0.0000 , 0.2760 , 0.0116 , 6258503.4014 , 3.2857 , 0.6921 , 0.7138 , 0.5102 , 0.0000 , 0.0000 , 0.0000 , 32.4758 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1187 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.5805 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1188 , cls_130 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 75.2005 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1192 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 23.9477 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1207 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.7492 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1214 , cls_130 , 0.0000 , 0.1380 , 0.0100 , 5679012.3457 , 2.0909 , 0.8091 , 0.7851 , 0.5247 , 0.0000 , 0.0000 , 0.0000 , 32.3571 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1228 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.6084 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1234 , cls_130 , 0.0000 , 3.8760 , 0.0705 , 2528870.6205 , 7.7831 , 0.0151 , 0.7975 , 0.7925 , 0.0000 , 0.0000 , 0.0000 , 114.4783 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1253 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.0432 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1266 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.9367 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1273 , cls_130 , 0.0000 , 0.2460 , 0.0128 , 3744292.2374 , 2.2778 , 0.7611 , 0.6952 , 0.6986 , 0.0000 , 0.0000 , 0.0000 , 24.9765 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1275 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.5387 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1279 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.5641 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1288 , cls_130 , 0.0000 , 0.2220 , 0.0151 , 3474178.4038 , 2.1765 , 0.7862 , 0.8155 , 0.7089 , 0.0000 , 0.0000 , 0.0000 , 36.1813 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1293 , cls_130 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 59.9164 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1297 , cls_130 , 0.0000 , 0.0600 , 0.0046 , 5128205.1282 , 1.2500 , 0.9278 , 0.5132 , 0.5769 , 0.0000 , 0.0000 , 0.0000 , 61.2100 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1298 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.9580 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1321 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7883 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1332 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 55.0592 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1344 , cls_130 , 0.0000 , 0.5760 , 0.0333 , 3368421.0526 , 3.4286 , 0.6083 , 0.8361 , 0.7211 , 0.0000 , 0.0000 , 0.0000 , 12.4177 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1348 , cls_130 , 0.0000 , 0.0720 , 0.0059 , 6666666.6667 , 1.7143 , 0.8797 , 0.7366 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 8.4601 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1349 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.0506 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1354 , cls_130 , 0.0000 , 0.1080 , 0.0075 , 5000000.0000 , 1.8000 , 0.8559 , 0.7649 , 0.5972 , 0.0000 , 0.0000 , 0.0000 , 140.9617 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1356 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.0488 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1378 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.9096 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1398 , cls_130 , 0.0000 , 0.0720 , 0.0046 , 6666666.6667 , 1.7143 , 0.8797 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.8000 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1427 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 175.0921 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1439 , cls_130 , 0.0000 , 0.0540 , 0.0038 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 34.0275 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1440 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 159.9813 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1445 , cls_130 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 196.0055 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1453 , cls_130 , 0.0000 , 0.0420 , 0.0039 , 5185185.1852 , 1.1667 , 0.9673 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 4.0642 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1454 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1509 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1460 , cls_130 , 0.0000 , 0.0540 , 0.0045 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.4313 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1464 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 506.7388 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1477 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.3281 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1492 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 63.2133 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1503 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.8233 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1504 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 70.8211 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1506 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 163.6503 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1539 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.8981 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1554 , cls_130 , 0.0000 , 0.0660 , 0.0053 , 4074074.0741 , 1.2222 , 0.9405 , 0.5676 , 0.6574 , 0.0000 , 0.0000 , 0.0000 , 76.9239 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1580 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.2636 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1582 , cls_130 , 0.0000 , 0.0780 , 0.0057 , 5416666.6667 , 1.6250 , 0.8902 , 0.6866 , 0.5521 , 0.0000 , 0.0000 , 0.0000 , 24.0047 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1583 , cls_130 , 0.0000 , 0.3780 , 0.0193 , 4200000.0000 , 3.1500 , 0.6728 , 0.8412 , 0.6567 , 0.0000 , 0.0000 , 0.0000 , 20.9726 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1585 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.1993 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1586 , cls_130 , 0.0000 , 0.0720 , 0.0059 , 7272727.2727 , 1.7143 , 0.8714 , 0.7845 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 5.7020 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1593 , cls_130 , 0.0000 , 0.3540 , 0.0151 , 3420289.8551 , 2.6818 , 0.7056 , 0.8163 , 0.7290 , 0.0000 , 0.0000 , 0.0000 , 110.0854 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1600 , cls_130 , 0.0000 , 0.5580 , 0.0333 , 3734939.7590 , 3.5769 , 0.6055 , 0.8813 , 0.6918 , 0.0000 , 0.0000 , 0.0000 , 365.2462 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1607 , cls_130 , 0.0000 , 0.0660 , 0.0049 , 5238095.2381 , 1.3750 , 0.9142 , 0.6039 , 0.5714 , 0.0000 , 0.0000 , 0.0000 , 106.8856 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1612 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.7400 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1651 , cls_130 , 0.0000 , 0.0900 , 0.0070 , 5263157.8947 , 1.6667 , 0.8749 , 0.7312 , 0.5526 , 0.0000 , 0.0000 , 0.0000 , 105.5361 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1657 , cls_130 , 0.0000 , 0.1860 , 0.0112 , 6078431.3725 , 2.5833 , 0.7584 , 0.8335 , 0.4951 , 0.0000 , 0.0000 , 0.0000 , 5.1102 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1659 , cls_130 , 0.0000 , 0.0660 , 0.0047 , 4888888.8889 , 1.3750 , 0.9213 , 0.4383 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 8.2279 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1667 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 509.1437 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1678 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9656 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1680 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.7835 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1691 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 103.3461 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1708 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 139.9680 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1715 , cls_130 , 0.0000 , 0.0480 , 0.0040 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 21.3199 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1716 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.2695 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1717 , cls_130 , 0.0000 , 0.0480 , 0.0034 , 6666666.6667 , 1.3333 , 0.9273 , 0.4907 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 15.3115 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1723 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.8683 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1737 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 506.0546 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1743 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.7460 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1754 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.2385 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1793 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.5941 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1794 , cls_130 , 0.0000 , 0.0660 , 0.0056 , 4583333.3333 , 1.3750 , 0.9280 , 0.6660 , 0.6146 , 0.0000 , 0.0000 , 0.0000 , 10.6080 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1799 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6809 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1839 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 10.8962 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1840 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.7020 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1843 , cls_130 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 2.3815 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1854 , cls_130 , 0.0000 , 0.1320 , 0.0083 , 3666666.6667 , 1.6923 , 0.8604 , 0.5647 , 0.7042 , 0.0000 , 0.0000 , 0.0000 , 329.3958 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1862 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.3235 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1877 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 505.3690 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1882 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.9146 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1889 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 192.3032 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1898 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 102.8247 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1903 , cls_130 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.6740 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1905 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.2787 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1923 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 12.3620 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1927 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 8.8054 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1944 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 64.2721 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1953 , cls_130 , 0.0000 , 0.0480 , 0.0043 , 6666666.6667 , 1.3333 , 0.9273 , 0.7453 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.4798 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1955 , cls_130 , 0.0000 , 0.0600 , 0.0055 , 7407407.4074 , 1.6667 , 0.8916 , 0.7708 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 2.9609 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1974 , cls_130 , 0.0000 , 0.0480 , 0.0043 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 4.7988 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1980 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.8864 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1988 , cls_130 , 0.0000 , 0.1860 , 0.0099 , 3333333.3333 , 1.9375 , 0.8192 , 0.5066 , 0.7285 , 0.0000 , 0.0000 , 0.0000 , 640.3324 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2022 , cls_130 , 0.0000 , 0.1380 , 0.0079 , 6133333.3333 , 2.3000 , 0.8017 , 0.7080 , 0.4933 , 0.0000 , 0.0000 , 0.0000 , 6.6458 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2024 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.9685 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2028 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.3094 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2043 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6222 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2044 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 14.0750 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2045 , cls_130 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.9616 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2053 , cls_130 , 0.0000 , 0.0840 , 0.0060 , 6666666.6667 , 1.7500 , 0.8605 , 0.7772 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 9.1268 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2065 , cls_130 , 0.0000 , 0.0780 , 0.0077 , 7878787.8788 , 1.8571 , 0.8541 , 0.8715 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 8.8288 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2066 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.4699 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2068 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.7414 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2072 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7939 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2091 , cls_130 , 0.0000 , 0.1620 , 0.0092 , 4736842.1053 , 2.0769 , 0.8036 , 0.6753 , 0.6096 , 0.0000 , 0.0000 , 0.0000 , 27.3690 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2097 , cls_130 , 0.0000 , 0.0540 , 0.0041 , 5454545.4545 , 1.2857 , 0.9338 , 0.6215 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 6.7171 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2107 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 431.5541 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2116 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.3069 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2120 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4150 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2122 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.4262 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2130 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 4.3757 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2149 , cls_130 , 0.0000 , 0.0480 , 0.0042 , 5925925.9259 , 1.3333 , 0.9389 , 0.7135 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 4.2051 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2156 , cls_130 , 0.0000 , 0.1920 , 0.0131 , 3232323.2323 , 1.8824 , 0.8175 , 0.7980 , 0.7298 , 0.0000 , 0.0000 , 0.0000 , 385.1573 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2165 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 15.7980 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2176 , cls_130 , 0.0000 , 0.1020 , 0.0082 , 4197530.8642 , 1.5455 , 0.8817 , 0.6846 , 0.6358 , 0.0000 , 0.0000 , 0.0000 , 4.2380 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2182 , cls_130 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 15.5523 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2183 , cls_130 , 0.0000 , 0.0540 , 0.0048 , 5454545.4545 , 1.2857 , 0.9338 , 0.7199 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 72.6500 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2196 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.3162 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2197 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1483 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2214 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6052 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2224 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.4010 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2236 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 158.2719 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2242 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4337 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2268 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.4784 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2271 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5149 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2284 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.8585 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2293 , cls_130 , 0.0000 , 0.1080 , 0.0082 , 4800000.0000 , 1.8000 , 0.8600 , 0.7279 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 12.5386 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2305 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8287 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2315 , cls_130 , 0.0000 , 0.1020 , 0.0080 , 5666666.6667 , 1.8889 , 0.8510 , 0.7375 , 0.5250 , 0.0000 , 0.0000 , 0.0000 , 11.6157 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2329 , cls_130 , 0.0000 , 0.0660 , 0.0052 , 5641025.6410 , 1.3750 , 0.9067 , 0.6817 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 7.5371 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2343 , cls_130 , 0.0000 , 0.0480 , 0.0044 , 7619047.6190 , 1.3333 , 0.9145 , 0.7772 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.7574 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2361 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.2124 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2364 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.6052 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2365 , cls_130 , 0.0000 , 0.0900 , 0.0062 , 3846153.8462 , 1.3636 , 0.9077 , 0.4292 , 0.6795 , 0.0000 , 0.0000 , 0.0000 , 14.6779 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2366 , cls_130 , 0.0000 , 0.0660 , 0.0054 , 3859649.1228 , 1.2222 , 0.9464 , 0.5435 , 0.6754 , 0.0000 , 0.0000 , 0.0000 , 10.6965 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2377 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 14.2988 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2385 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.5865 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2398 , cls_130 , 0.0000 , 0.1080 , 0.0075 , 3333333.3333 , 1.5000 , 0.8991 , 0.5274 , 0.7130 , 0.0000 , 0.0000 , 0.0000 , 8.8732 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2413 , cls_130 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.0574 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2415 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.3613 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2428 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 9.5959 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2431 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 631.5293 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2435 , cls_130 , 0.0000 , 0.0480 , 0.0039 , 4848484.8485 , 1.1429 , 0.9594 , 0.4398 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 7.6300 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2440 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7642 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2455 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 7.9752 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2462 , cls_130 , 0.0000 , 0.0720 , 0.0057 , 5714285.7143 , 1.5000 , 0.8948 , 0.6927 , 0.5119 , 0.0000 , 0.0000 , 0.0000 , 3.4968 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2474 , cls_130 , 0.0000 , 0.0720 , 0.0056 , 4444444.4444 , 1.3333 , 0.9206 , 0.6630 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 506.6361 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2486 , cls_130 , 0.0000 , 0.0900 , 0.0062 , 4545454.5455 , 1.5000 , 0.8899 , 0.5170 , 0.6288 , 0.0000 , 0.0000 , 0.0000 , 6.9875 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2500 , cls_130 , 0.0000 , 0.0780 , 0.0047 , 6666666.6667 , 1.6250 , 0.8698 , 0.6322 , 0.4744 , 0.0000 , 0.0000 , 0.0000 , 430.4453 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2524 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 284.1308 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2549 , cls_130 , 0.0000 , 0.0540 , 0.0046 , 6000000.0000 , 1.2857 , 0.9243 , 0.7170 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 41.6366 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2551 , cls_130 , 0.0000 , 0.1140 , 0.0082 , 5507246.3768 , 1.9000 , 0.8388 , 0.7980 , 0.5362 , 0.0000 , 0.0000 , 0.0000 , 9.9139 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2559 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.8718 , 0.0391 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2567 , cls_130 , 0.0000 , 0.1380 , 0.0068 , 6133333.3333 , 2.3000 , 0.8017 , 0.5639 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 22.4609 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2573 , cls_130 , 0.0000 , 0.1440 , 0.0102 , 6153846.1538 , 2.1818 , 0.7953 , 0.8585 , 0.4808 , 0.0000 , 0.0000 , 0.0000 , 34.4347 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2593 , cls_130 , 0.0000 , 0.0540 , 0.0042 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.5176 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2603 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 73.5301 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2619 , cls_130 , 0.0000 , 0.6360 , 0.0281 , 2066276.8031 , 2.8649 , 0.6359 , 0.7058 , 0.8333 , 0.0000 , 0.0000 , 0.0000 , 24.7357 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2621 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.3890 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2634 , cls_130 , 0.0000 , 0.3960 , 0.0149 , 5057471.2644 , 3.4737 , 0.6467 , 0.7030 , 0.5920 , 0.0000 , 0.0000 , 0.0000 , 9.9046 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2646 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.6822 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2653 , cls_130 , 0.0000 , 0.1440 , 0.0082 , 5714285.7143 , 2.1818 , 0.8024 , 0.6845 , 0.5298 , 0.0000 , 0.0000 , 0.0000 , 137.9989 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2660 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 8.0965 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2662 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 24.4182 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2665 , cls_130 , 0.0000 , 0.0600 , 0.0047 , 4166666.6667 , 1.2500 , 0.9495 , 0.5031 , 0.6563 , 0.0000 , 0.0000 , 0.0000 , 14.3902 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2669 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.4900 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2670 , cls_130 , 0.0000 , 0.1020 , 0.0075 , 8095238.0952 , 2.1250 , 0.8172 , 0.8162 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 3.7487 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2673 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.5036 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2674 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 34.4358 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2681 , cls_130 , 0.0000 , 0.0600 , 0.0046 , 6060606.0606 , 1.4286 , 0.9110 , 0.6498 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 17.0881 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2688 , cls_130 , 0.0000 , 0.1020 , 0.0089 , 4722222.2222 , 1.7000 , 0.8694 , 0.8234 , 0.5764 , 0.0000 , 0.0000 , 0.0000 , 7.9655 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2698 , cls_130 , 0.0000 , 0.0600 , 0.0048 , 4761904.7619 , 1.2500 , 0.9354 , 0.5544 , 0.6071 , 0.0000 , 0.0000 , 0.0000 , 5.5952 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2700 , cls_130 , 0.0000 , 0.0540 , 0.0043 , 6666666.6667 , 1.5000 , 0.9139 , 0.7205 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 10.8916 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2705 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 38.3970 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2721 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 71.1152 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2727 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 22.6937 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2734 , cls_130 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.0807 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2739 , cls_130 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 8.5849 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2748 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.0544 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2749 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 12.4732 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2766 , cls_130 , 0.0000 , 0.0720 , 0.0069 , 8888888.8889 , 2.0000 , 0.8529 , 0.8603 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 508.2862 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2787 , cls_130 , 0.0000 , 0.0660 , 0.0042 , 8148148.1481 , 1.8333 , 0.8713 , 0.6630 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 7.1668 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2794 , cls_130 , 0.0000 , 0.0480 , 0.0041 , 4102564.1026 , 1.0000 , 0.9771 , 0.3379 , 0.6410 , 0.0000 , 0.0000 , 0.0000 , 15.0568 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2804 , cls_130 , 0.0000 , 0.5940 , 0.0250 , 4285714.2857 , 3.9600 , 0.5796 , 0.8317 , 0.6418 , 0.0000 , 0.0000 , 0.0000 , 23.0357 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2813 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4116 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2814 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 6.0918 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2827 , cls_130 , 0.0000 , 0.0660 , 0.0047 , 6111111.1111 , 1.5714 , 0.8988 , 0.5506 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 231.5699 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2848 , cls_130 , 0.0000 , 0.3240 , 0.0164 , 4000000.0000 , 2.8421 , 0.7061 , 0.7514 , 0.6611 , 0.0000 , 0.0000 , 0.0000 , 33.7706 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2850 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.3725 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2851 , cls_130 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 16.2578 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2855 , cls_130 , 0.0000 , 0.0540 , 0.0050 , 8571428.5714 , 1.5000 , 0.8902 , 0.8019 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 515.4450 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2856 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 128.2361 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2863 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 4.4591 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2869 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6836 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2871 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.2609 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2879 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.7596 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2887 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 5925925.9259 , 1.3333 , 0.9389 , 0.5593 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 34.5153 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2891 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 41.2106 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2892 , cls_130 , 0.0000 , 0.0480 , 0.0034 , 13333333.3333 , 2.0000 , 0.8645 , 0.7170 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 13.5306 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2893 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.9257 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2897 , cls_130 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 3.7364 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2905 , cls_130 , 0.0000 , 0.1380 , 0.0102 , 2395833.3333 , 1.4375 , 0.9027 , 0.5595 , 0.8021 , 0.0000 , 0.0000 , 0.0000 , 41.9947 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2917 , cls_130 , 0.0000 , 0.3180 , 0.0153 , 5608465.6085 , 3.3125 , 0.6774 , 0.7554 , 0.5423 , 0.0000 , 0.0000 , 0.0000 , 35.4621 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2922 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.4715 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2923 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.7024 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2926 , cls_130 , 0.0000 , 0.0540 , 0.0042 , 5454545.4545 , 1.2857 , 0.9338 , 0.6498 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 4.9456 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2930 , cls_130 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.5799 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2941 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 17.6861 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2953 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5098 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2963 , cls_130 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 148.5919 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2976 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.5561 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2988 , cls_130 , 0.0000 , 0.0540 , 0.0048 , 10000000.0000 , 1.8000 , 0.8762 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 513.5244 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2990 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 46.0018 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2993 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 28.8369 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2998 , cls_130 , 0.0000 , 0.0840 , 0.0056 , 5185185.1852 , 1.5556 , 0.8853 , 0.5676 , 0.5926 , 0.0000 , 0.0000 , 0.0000 , 6.6608 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3000 , cls_130 , 0.0000 , 0.0780 , 0.0058 , 6190476.1905 , 1.6250 , 0.8770 , 0.6572 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 3.3677 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3003 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.2732 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3004 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.8047 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3007 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.4565 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3009 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 10.6074 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3019 , cls_130 , 0.0000 , 0.0900 , 0.0072 , 4545454.5455 , 1.5000 , 0.8899 , 0.7307 , 0.6136 , 0.0000 , 0.0000 , 0.0000 , 32.0126 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3025 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.1561 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3038 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 24.3815 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3043 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 16.0611 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3052 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 30.4085 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3058 , cls_130 , 0.0000 , 0.9420 , 0.0422 , 3105835.8061 , 4.2432 , 0.4988 , 0.8660 , 0.7453 , 0.0000 , 0.0000 , 0.0000 , 194.8511 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3064 , cls_130 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 14.3915 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3066 , cls_130 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.6021 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 9.3710 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3067 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.8884 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3076 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0780 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3077 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5423 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3082 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 21.1323 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3110 , cls_130 , 0.0000 , 0.0480 , 0.0043 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 16.0846 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3114 , cls_130 , 0.0000 , 0.1320 , 0.0083 , 3760683.7607 , 1.6923 , 0.8577 , 0.6027 , 0.7009 , 0.0000 , 0.0000 , 0.0000 , 31.2903 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3117 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.4700 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3135 , cls_130 , 0.0000 , 0.0840 , 0.0062 , 6222222.2222 , 1.7500 , 0.8671 , 0.7753 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 13.2805 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3139 , cls_130 , 0.0000 , 0.0600 , 0.0051 , 3703703.7037 , 1.1111 , 0.9624 , 0.4907 , 0.6759 , 0.0000 , 0.0000 , 0.0000 , 5.8692 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3140 , cls_130 , 0.0000 , 0.0540 , 0.0041 , 6666666.6667 , 1.5000 , 0.9139 , 0.5416 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.3951 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3145 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.2369 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3146 , cls_130 , 0.0000 , 0.0540 , 0.0040 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.7732 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3153 , cls_130 , 0.0000 , 0.5400 , 0.0264 , 3243243.2432 , 3.2143 , 0.6260 , 0.7969 , 0.7315 , 0.0000 , 0.0000 , 0.0000 , 64.6186 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3172 , cls_130 , 0.0000 , 0.0840 , 0.0069 , 4666666.6667 , 1.5556 , 0.8961 , 0.7453 , 0.6167 , 0.0000 , 0.0000 , 0.0000 , 39.7491 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3178 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.5416 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3188 , cls_130 , 0.0000 , 0.0780 , 0.0058 , 9629629.6296 , 2.1667 , 0.8359 , 0.7838 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 21.1125 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3191 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.4140 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3193 , cls_130 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.0779 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3204 , cls_130 , 0.0000 , 0.0900 , 0.0071 , 4000000.0000 , 1.5000 , 0.9035 , 0.6423 , 0.6600 , 0.0000 , 0.0000 , 0.0000 , 25.5070 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3215 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 44.5760 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3224 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.0432 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3227 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.9004 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3235 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7990 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3238 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.0822 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3247 , cls_130 , 0.0000 , 0.2700 , 0.0172 , 2586206.8966 , 2.0455 , 0.7854 , 0.7075 , 0.7845 , 0.0000 , 0.0000 , 0.0000 , 58.9614 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3250 , cls_130 , 0.0000 , 0.1680 , 0.0108 , 6222222.2222 , 2.5455 , 0.7716 , 0.8021 , 0.4778 , 0.0000 , 0.0000 , 0.0000 , 13.0946 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3251 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 17.1038 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3254 , cls_130 , 0.0000 , 0.0600 , 0.0050 , 7407407.4074 , 1.6667 , 0.8916 , 0.7135 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 38.7070 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3271 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.8166 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3272 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8486 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3273 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9200 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3277 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4591 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3296 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7437 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3297 , cls_130 , 0.0000 , 0.1140 , 0.0066 , 6031746.0317 , 1.9000 , 0.8299 , 0.5390 , 0.5159 , 0.0000 , 0.0000 , 0.0000 , 162.2828 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3308 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.1403 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3322 , cls_130 , 0.0000 , 0.1200 , 0.0097 , 4444444.4444 , 1.8182 , 0.8535 , 0.8272 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 33.5102 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3333 , cls_130 , 0.0000 , 0.0540 , 0.0041 , 5000000.0000 , 1.2857 , 0.9427 , 0.4731 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 2.7757 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3336 , cls_130 , 0.0000 , 0.0780 , 0.0047 , 8666666.6667 , 1.8571 , 0.8453 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1655 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3339 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.5490 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3343 , cls_130 , 0.0000 , 0.2280 , 0.0135 , 4021164.0212 , 2.3750 , 0.7665 , 0.7922 , 0.6640 , 0.0000 , 0.0000 , 0.0000 , 11.4434 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3352 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.7233 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3354 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.2592 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3356 , cls_130 , 0.0000 , 0.4200 , 0.0191 , 2456140.3509 , 2.5000 , 0.7075 , 0.6340 , 0.7991 , 0.0000 , 0.0000 , 0.0000 , 9.2998 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3375 , cls_130 , 0.0000 , 0.0600 , 0.0046 , 5128205.1282 , 1.2500 , 0.9278 , 0.5963 , 0.5769 , 0.0000 , 0.0000 , 0.0000 , 14.4260 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3399 , cls_130 , 0.0000 , 0.0540 , 0.0042 , 6666666.6667 , 1.5000 , 0.9139 , 0.7205 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 6.4246 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3401 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.2568 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3413 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.8185 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3419 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.8443 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3421 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.3101 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3424 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 18.4329 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3430 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.0756 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3436 , cls_130 , 0.0000 , 0.2520 , 0.0170 , 4912280.7018 , 2.6250 , 0.7299 , 0.8443 , 0.5906 , 0.0000 , 0.0000 , 0.0000 , 21.2236 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3446 , cls_130 , 0.0000 , 0.1800 , 0.0128 , 3389830.5085 , 1.8750 , 0.8225 , 0.7537 , 0.7119 , 0.0000 , 0.0000 , 0.0000 , 7.4424 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3447 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.5483 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3453 , cls_130 , 0.0000 , 0.0600 , 0.0048 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 18.2630 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3454 , cls_130 , 0.0000 , 0.0540 , 0.0047 , 8571428.5714 , 1.5000 , 0.8902 , 0.7826 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 18.5215 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3457 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.1216 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3467 , cls_130 , 0.0000 , 0.0480 , 0.0044 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 632.8054 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3469 , cls_130 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 13.5396 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3476 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 30.7473 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3477 , cls_130 , 0.0000 , 0.0780 , 0.0056 , 5777777.7778 , 1.6250 , 0.8838 , 0.7384 , 0.5111 , 0.0000 , 0.0000 , 0.0000 , 30.6488 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3481 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.0646 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3486 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.5363 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3489 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2927 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3494 , cls_130 , 0.0000 , 0.1260 , 0.0098 , 4117647.0588 , 1.7500 , 0.8546 , 0.7595 , 0.6520 , 0.0000 , 0.0000 , 0.0000 , 5.9364 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3505 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 75.8899 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3508 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9363 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3516 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8962 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3521 , cls_130 , 0.0000 , 0.8460 , 0.0301 , 4497607.6555 , 4.8621 , 0.4951 , 0.8505 , 0.6316 , 0.0000 , 0.0000 , 0.0000 , 98.7885 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3522 , cls_130 , 0.0000 , 0.1800 , 0.0091 , 6060606.0606 , 2.5000 , 0.7636 , 0.7374 , 0.5354 , 0.0000 , 0.0000 , 0.0000 , 16.0220 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3525 , cls_130 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 8.4857 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3530 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 7.4147 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3536 , cls_130 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 20.4816 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3541 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0963 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3544 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.8919 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3547 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 74.8431 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3549 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.7776 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3550 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 27.2421 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3567 , cls_130 , 0.0000 , 0.0600 , 0.0050 , 8333333.3333 , 1.6667 , 0.8805 , 0.8078 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 12.9814 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3591 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 152.5169 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3608 , cls_130 , 0.0000 , 0.0600 , 0.0064 , 6666666.6667 , 1.4286 , 0.9016 , 0.8128 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 49.4878 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3613 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.3157 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3618 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.2185 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3660 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.4600 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3662 , cls_130 , 0.0000 , 0.1020 , 0.0068 , 6666666.6667 , 1.8889 , 0.8353 , 0.6994 , 0.4510 , 0.0000 , 0.0000 , 0.0000 , 8.3442 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3672 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 35.6354 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3680 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.4972 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3692 , cls_130 , 0.0000 , 0.0600 , 0.0050 , 6060606.0606 , 1.4286 , 0.9110 , 0.7585 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 3.2614 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3696 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7855 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3697 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.8494 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3699 , cls_130 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 6.3813 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3700 , cls_130 , 0.0000 , 0.0900 , 0.0057 , 8333333.3333 , 2.1429 , 0.8309 , 0.7117 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 129.6009 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3705 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.7039 , 0.0283 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3714 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 30.5567 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3719 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.4253 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3725 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 635.5766 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3726 , cls_130 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 20.9214 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3727 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.6614 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3768 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.5972 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3772 , cls_130 , 0.0000 , 0.0960 , 0.0075 , 7111111.1111 , 2.0000 , 0.8372 , 0.8368 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.1038 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3783 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 27.1125 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3784 , cls_130 , 0.0000 , 0.2220 , 0.0145 , 4743589.7436 , 2.4667 , 0.7542 , 0.8381 , 0.6058 , 0.0000 , 0.0000 , 0.0000 , 15.8199 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3794 , cls_130 , 0.0000 , 0.1200 , 0.0087 , 4166666.6667 , 1.6667 , 0.8602 , 0.7209 , 0.6510 , 0.0000 , 0.0000 , 0.0000 , 4.2599 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3800 , cls_130 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.6021 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 48.8702 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3803 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0425 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3805 , cls_130 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 6.0124 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3810 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 75.6659 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3819 , cls_130 , 0.0000 , 0.0480 , 0.0043 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 27.7469 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3821 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 199.0541 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3843 , cls_130 , 0.0000 , 0.0660 , 0.0050 , 7333333.3333 , 1.5714 , 0.8812 , 0.7551 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 12.3017 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3848 , cls_130 , 0.0000 , 0.1800 , 0.0098 , 4444444.4444 , 2.1429 , 0.7940 , 0.6688 , 0.6370 , 0.0000 , 0.0000 , 0.0000 , 289.5402 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3849 , cls_130 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 10.5770 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3862 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 16.0048 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3870 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8417 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3875 , cls_130 , 0.0000 , 0.0540 , 0.0047 , 5454545.4545 , 1.2857 , 0.9338 , 0.6584 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 2.7884 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3876 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.5814 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3881 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 8.1389 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3882 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.5390 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3887 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 78.1868 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3888 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 5333333.3333 , 1.1429 , 0.9495 , 0.3634 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 12.1354 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3890 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.2505 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3893 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.4611 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3903 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 59.8418 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3911 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.0111 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3920 , cls_130 , 0.0000 , 0.0720 , 0.0066 , 4705882.3529 , 1.3333 , 0.9146 , 0.7595 , 0.5784 , 0.0000 , 0.0000 , 0.0000 , 9.2314 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3927 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.9381 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3929 , cls_130 , 0.0000 , 0.2940 , 0.0154 , 4666666.6667 , 2.8824 , 0.7084 , 0.7903 , 0.6095 , 0.0000 , 0.0000 , 0.0000 , 20.3737 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3934 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5506 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 10.5923 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3938 , cls_130 , 0.0000 , 0.3000 , 0.0155 , 4115226.3374 , 2.7778 , 0.7171 , 0.7402 , 0.6605 , 0.0000 , 0.0000 , 0.0000 , 25.3206 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3940 , cls_130 , 0.0000 , 0.0540 , 0.0043 , 5000000.0000 , 1.2857 , 0.9427 , 0.6180 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 16.4153 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3948 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0344 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3951 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.5701 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3954 , cls_130 , 0.0000 , 0.1020 , 0.0062 , 5964912.2807 , 1.8889 , 0.8460 , 0.7312 , 0.5088 , 0.0000 , 0.0000 , 0.0000 , 13.9145 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3969 , cls_130 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.2462 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3971 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 23.7418 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3975 , cls_130 , 0.0000 , 0.0540 , 0.0041 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 16.1355 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3977 , cls_130 , 0.0000 , 0.2460 , 0.0167 , 3141762.4521 , 2.1579 , 0.7798 , 0.8039 , 0.7299 , 0.0000 , 0.0000 , 0.0000 , 96.7397 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3979 , cls_130 , 0.0000 , 0.0420 , 0.0035 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 13.0393 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3981 , cls_130 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 16.5354 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3991 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 39.1288 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4007 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 43.2221 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4008 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.3007 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4014 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.5790 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4016 , cls_130 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.7530 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4023 , cls_130 , 0.0000 , 0.0660 , 0.0062 , 6111111.1111 , 1.5714 , 0.8988 , 0.7907 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 23.5734 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4027 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2480 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4028 , cls_130 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 27.0458 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4030 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 55.0850 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4043 , cls_130 , 0.0000 , 0.3960 , 0.0201 , 4888888.8889 , 3.4737 , 0.6498 , 0.8121 , 0.6056 , 0.0000 , 0.0000 , 0.0000 , 7.3135 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4054 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.9870 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4059 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.2339 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4061 , cls_130 , 0.0000 , 0.2220 , 0.0127 , 4654088.0503 , 2.4667 , 0.7561 , 0.7519 , 0.6321 , 0.0000 , 0.0000 , 0.0000 , 26.9923 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4073 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 14.0136 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4081 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 16.7403 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4088 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7349 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4092 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.2709 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4093 , cls_130 , 0.0000 , 0.6900 , 0.0354 , 4056437.3898 , 4.1071 , 0.5512 , 0.8780 , 0.6684 , 0.0000 , 0.0000 , 0.0000 , 85.1630 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4098 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3050 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4109 , cls_130 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6490 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4113 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 72.7319 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4115 , cls_130 , 0.0000 , 0.0600 , 0.0048 , 7407407.4074 , 1.6667 , 0.8916 , 0.7796 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 32.0167 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4119 , cls_130 , 0.0000 , 0.5040 , 0.0304 , 3128491.6201 , 3.1111 , 0.6442 , 0.8688 , 0.7412 , 0.0000 , 0.0000 , 0.0000 , 48.4424 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4122 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 19.7983 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4124 , cls_130 , 0.0000 , 0.2220 , 0.0166 , 2090395.4802 , 1.6818 , 0.8445 , 0.7964 , 0.8136 , 0.0000 , 0.0000 , 0.0000 , 58.0534 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4147 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 53.3965 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4154 , cls_130 , 0.0000 , 0.1140 , 0.0101 , 6333333.3333 , 2.1111 , 0.8252 , 0.8727 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 8.7322 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4172 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4106 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4182 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.4661 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4189 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 41.2354 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4197 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8158 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4200 , cls_130 , 0.0000 , 0.0660 , 0.0060 , 4888888.8889 , 1.3750 , 0.9213 , 0.7191 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 1.8620 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4214 , cls_130 , 0.0000 , 0.1320 , 0.0088 , 4444444.4444 , 1.8333 , 0.8400 , 0.7180 , 0.6313 , 0.0000 , 0.0000 , 0.0000 , 243.1056 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4217 , cls_130 , 0.0000 , 0.5280 , 0.0240 , 3492063.4921 , 3.3846 , 0.6236 , 0.8064 , 0.7143 , 0.0000 , 0.0000 , 0.0000 , 204.3960 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4223 , cls_130 , 0.0000 , 0.0900 , 0.0059 , 5882352.9412 , 1.6667 , 0.8638 , 0.5916 , 0.5196 , 0.0000 , 0.0000 , 0.0000 , 14.7158 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4230 , cls_130 , 0.0000 , 0.0540 , 0.0053 , 6666666.6667 , 1.5000 , 0.9139 , 0.7453 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 2.4696 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4231 , cls_130 , 0.0000 , 0.0480 , 0.0035 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 7.5899 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4238 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.8512 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4240 , cls_130 , 0.0000 , 0.1020 , 0.0060 , 5666666.6667 , 1.8889 , 0.8510 , 0.5825 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 13.1148 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4250 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 10.6761 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4262 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 489.4928 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4281 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 5833333.3333 , 1.1667 , 0.9553 , 0.6488 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 2.6377 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4284 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7584 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4289 , cls_130 , 0.0000 , 0.1020 , 0.0074 , 3434343.4343 , 1.4167 , 0.9035 , 0.5057 , 0.7020 , 0.0000 , 0.0000 , 0.0000 , 8.3000 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4292 , cls_130 , 0.0000 , 0.0480 , 0.0046 , 7619047.6190 , 1.3333 , 0.9145 , 0.7772 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 34.1176 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4303 , cls_130 , 0.0000 , 0.1140 , 0.0087 , 5507246.3768 , 1.9000 , 0.8388 , 0.7747 , 0.5435 , 0.0000 , 0.0000 , 0.0000 , 8.3467 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4306 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2532 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4308 , cls_130 , 0.0000 , 0.0960 , 0.0071 , 5925925.9259 , 1.7778 , 0.8547 , 0.7453 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 6.7724 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4314 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 24.4721 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4315 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 3.1098 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4317 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3901 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4325 , cls_130 , 0.0000 , 0.1020 , 0.0085 , 4197530.8642 , 1.5455 , 0.8817 , 0.7491 , 0.6481 , 0.0000 , 0.0000 , 0.0000 , 505.1390 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4332 , cls_130 , 0.0000 , 0.0780 , 0.0066 , 3333333.3333 , 1.1818 , 0.9419 , 0.6322 , 0.7115 , 0.0000 , 0.0000 , 0.0000 , 20.2591 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4346 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4650 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4352 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8866 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4356 , cls_130 , 0.0000 , 0.0540 , 0.0044 , 6666666.6667 , 1.5000 , 0.9139 , 0.6903 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 10.5063 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4360 , cls_130 , 0.0000 , 4.9800 , 0.1072 , 2901590.6310 , 9.4318 , -0.1078 , 0.9047 , 0.7639 , 0.0000 , 0.0000 , 0.0000 , 382.3045 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4363 , cls_130 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 36.1544 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4377 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 53.4847 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4383 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 23.5800 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4394 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.9942 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4395 , cls_130 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 3.5290 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4396 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.3874 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4404 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.4166 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4413 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.3993 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4440 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 44.6471 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4444 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.9841 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4475 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 2.1424 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4493 , cls_130 , 0.0000 , 0.0780 , 0.0066 , 6190476.1905 , 1.6250 , 0.8770 , 0.8286 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 27.4836 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4495 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.9916 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4499 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3305 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4513 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.2866 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4529 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 52.8248 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4531 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8394 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4542 , cls_130 , 0.0000 , 0.0720 , 0.0064 , 8000000.0000 , 1.7143 , 0.8625 , 0.8256 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 3.8585 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4547 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2972 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4558 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 50.5233 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4571 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5249 , 0.0272 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4574 , cls_130 , 0.0000 , 0.0600 , 0.0043 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 10.3795 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4595 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7470 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4610 , cls_130 , 0.0000 , 0.0600 , 0.0049 , 4444444.4444 , 1.2500 , 0.9427 , 0.6396 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 3.3057 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4633 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1138 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4636 , cls_130 , 0.0000 , 0.0780 , 0.0055 , 5416666.6667 , 1.6250 , 0.8902 , 0.6660 , 0.5521 , 0.0000 , 0.0000 , 0.0000 , 391.5887 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4637 , cls_130 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 25.4737 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4642 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.3960 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4650 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 9.9611 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4655 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7097 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4657 , cls_130 , 0.0000 , 0.1140 , 0.0073 , 6333333.3333 , 2.1111 , 0.8252 , 0.7963 , 0.4750 , 0.0000 , 0.0000 , 0.0000 , 82.7138 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4658 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 29.2088 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4694 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.2513 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4704 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 48.5277 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4711 , cls_130 , 0.0000 , 0.0780 , 0.0057 , 6190476.1905 , 1.6250 , 0.8770 , 0.6927 , 0.5119 , 0.0000 , 0.0000 , 0.0000 , 4.6989 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4723 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 108.8507 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4740 , cls_130 , 0.0000 , 0.0420 , 0.0039 , 5185185.1852 , 1.1667 , 0.9673 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 6.1355 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4746 , cls_130 , 0.0000 , 0.1140 , 0.0063 , 5507246.3768 , 1.9000 , 0.8388 , 0.6339 , 0.5797 , 0.0000 , 0.0000 , 0.0000 , 199.7150 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4761 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 5.3406 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4767 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 43.5730 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4768 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 44.9653 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4769 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 5000000.0000 , 1.0000 , 0.9877 , 0.4341 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 197.0585 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4786 , cls_130 , 0.0000 , 0.0540 , 0.0051 , 6666666.6667 , 1.5000 , 0.9139 , 0.7838 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 7.8147 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4801 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4533 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4811 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 3.8922 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4815 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8597 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4820 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 387.9784 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4834 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 7.4400 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4835 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.7067 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4844 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 44.1455 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4846 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 51.5006 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4859 , cls_130 , 0.0000 , 0.0600 , 0.0046 , 6666666.6667 , 1.4286 , 0.9016 , 0.6559 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 11.8639 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4863 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 216.8997 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4864 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 61.2245 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4870 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.5135 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4873 , cls_130 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.9105 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4888 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 22.3982 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4903 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.4885 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4904 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.4760 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4922 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.1662 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4925 , cls_130 , 0.0000 , 0.0660 , 0.0062 , 5238095.2381 , 1.3750 , 0.9142 , 0.7379 , 0.5357 , 0.0000 , 0.0000 , 0.0000 , 6.7693 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4936 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3094 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4938 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.7583 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4945 , cls_130 , 0.0000 , 0.0600 , 0.0048 , 4444444.4444 , 1.2500 , 0.9427 , 0.5225 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 5.0603 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4947 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 15.4168 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4958 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.3214 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4962 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8893 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4967 , cls_130 , 0.0000 , 0.0780 , 0.0070 , 7878787.8788 , 1.8571 , 0.8541 , 0.8292 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 8.4868 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4972 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 385.9245 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4976 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 480.4744 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5034 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.1175 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5040 , cls_130 , 0.0000 , 0.0540 , 0.0037 , 7500000.0000 , 1.5000 , 0.9026 , 0.6817 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 9.7457 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5052 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 9.9992 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5057 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3751 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5058 , cls_130 , 0.0000 , 0.0540 , 0.0043 , 5454545.4545 , 1.2857 , 0.9338 , 0.6498 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 22.4858 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5063 , cls_130 , 0.0000 , 0.0660 , 0.0045 , 6666666.6667 , 1.5714 , 0.8903 , 0.5881 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 481.4048 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5073 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3036 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5074 , cls_130 , 0.0000 , 0.0600 , 0.0046 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 302.7926 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5101 , cls_130 , 0.0000 , 0.0900 , 0.0067 , 6250000.0000 , 1.8750 , 0.8579 , 0.7603 , 0.4896 , 0.0000 , 0.0000 , 0.0000 , 533.0655 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5102 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 109.8551 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5105 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 75.6843 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5110 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 479.6943 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5118 , cls_130 , 0.0000 , 0.0840 , 0.0060 , 5185185.1852 , 1.5556 , 0.8853 , 0.6048 , 0.5741 , 0.0000 , 0.0000 , 0.0000 , 30.7737 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5130 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 267.7210 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5137 , cls_130 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 30.3024 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5145 , cls_130 , 0.0000 , 0.1140 , 0.0086 , 6031746.0317 , 1.9000 , 0.8299 , 0.7715 , 0.5159 , 0.0000 , 0.0000 , 0.0000 , 2.4863 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5152 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 137.9152 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5158 , cls_130 , 0.0000 , 0.1260 , 0.0074 , 5384615.3846 , 1.9091 , 0.8272 , 0.6689 , 0.5513 , 0.0000 , 0.0000 , 0.0000 , 88.4015 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5168 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.3858 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5177 , cls_130 , 0.0000 , 0.0660 , 0.0061 , 7333333.3333 , 1.5714 , 0.8812 , 0.8128 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 481.0652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5203 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 336.1154 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5220 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0816 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5228 , cls_130 , 0.0000 , 0.1560 , 0.0102 , 5416666.6667 , 2.1667 , 0.7959 , 0.8370 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 14.0602 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5232 , cls_130 , 0.0000 , 4.4100 , 0.1157 , 1850453.1722 , 7.1359 , -0.0522 , 0.8872 , 0.8464 , 0.0000 , 0.0000 , 0.0000 , 237.6598 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5235 , cls_130 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 562.7669 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5241 , cls_130 , 0.0000 , 0.1200 , 0.0076 , 6666666.6667 , 2.2222 , 0.8133 , 0.7401 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 247.5826 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5243 , cls_130 , 0.0000 , 0.0540 , 0.0040 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 9.2470 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5247 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.1184 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5265 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.6970 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5275 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 13.9746 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5286 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 36.5105 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5289 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1331 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5315 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.1942 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5317 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.2802 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5322 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 108.2794 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5330 , cls_130 , 0.0000 , 0.0480 , 0.0045 , 5925925.9259 , 1.3333 , 0.9389 , 0.7135 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 384.8756 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5363 , cls_130 , 0.0000 , 0.1200 , 0.0068 , 6666666.6667 , 2.2222 , 0.8133 , 0.7375 , 0.4917 , 0.0000 , 0.0000 , 0.0000 , 20.7828 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5375 , cls_130 , 0.0000 , 0.0480 , 0.0041 , 5925925.9259 , 1.3333 , 0.9389 , 0.6630 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 26.4051 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5393 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4144 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5405 , cls_130 , 0.0000 , 0.0600 , 0.0045 , 6666666.6667 , 1.4286 , 0.9016 , 0.6817 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 149.7714 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5406 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 150.0275 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5410 , cls_130 , 0.0000 , 0.3420 , 0.0219 , 3518518.5185 , 2.7143 , 0.7091 , 0.8571 , 0.7037 , 0.0000 , 0.0000 , 0.0000 , 14.8075 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5420 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 66.7163 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5439 , cls_130 , 0.0000 , 0.1080 , 0.0068 , 5217391.3043 , 1.8000 , 0.8516 , 0.6981 , 0.5942 , 0.0000 , 0.0000 , 0.0000 , 2.4372 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5441 , cls_130 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.6021 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 18.8036 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5451 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 98.6634 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5452 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 80.3648 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5461 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 1.7370 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5584 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 479.6977 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5605 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 102.1641 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5612 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 479.3253 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5617 , cls_130 , 0.0000 , 0.1080 , 0.0066 , 4800000.0000 , 1.8000 , 0.8600 , 0.5698 , 0.6133 , 0.0000 , 0.0000 , 0.0000 , 385.9664 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5639 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 194.6216 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5646 , cls_130 , 0.0000 , 0.1500 , 0.0096 , 4504504.5045 , 1.9231 , 0.8201 , 0.7229 , 0.6261 , 0.0000 , 0.0000 , 0.0000 , 48.4600 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5664 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 663.7720 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5670 , cls_130 , 0.0000 , 0.0600 , 0.0050 , 5555555.5556 , 1.4286 , 0.9196 , 0.7117 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 56.8552 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5678 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5773 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5679 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.7739 , 0.0450 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5700 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 23.5246 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5710 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 41.5845 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5711 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 26.5802 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5714 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 42.7601 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5732 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 33.8753 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5772 , cls_130 , 0.0000 , 0.1500 , 0.0082 , 4629629.6296 , 2.0833 , 0.8173 , 0.6839 , 0.6157 , 0.0000 , 0.0000 , 0.0000 , 668.0771 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5803 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 23.9761 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5805 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 81.8108 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5828 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.9545 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5829 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 20.2136 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5831 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 19.0740 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5843 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1941 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5847 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 1.3060 , 0.0309 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5860 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.2049 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5885 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 21.6841 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5894 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 383.7991 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5912 , cls_130 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 14.0266 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5917 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 115.3837 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5923 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7695 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5933 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.3245 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5937 , cls_130 , 0.0000 , 0.2820 , 0.0152 , 4017094.0171 , 2.6111 , 0.7305 , 0.8178 , 0.6688 , 0.0000 , 0.0000 , 0.0000 , 389.4586 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5975 , cls_130 , 0.0000 , 0.0600 , 0.0047 , 6666666.6667 , 1.4286 , 0.9016 , 0.6559 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 79.5261 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5981 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.7537 , 0.0306 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5998 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 49.9458 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6039 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8751 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6044 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 4242424.2424 , 1.0000 , 0.9883 , 0.4398 , 0.6212 , 0.0000 , 0.0000 , 0.0000 , 17.1668 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6074 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 29.5979 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6081 , cls_130 , 0.0000 , 0.0960 , 0.0076 , 6666666.6667 , 2.0000 , 0.8433 , 0.8433 , 0.4271 , 0.0000 , 0.0000 , 0.0000 , 242.9414 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6087 , cls_130 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 44.7109 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6099 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 151.4820 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6101 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 19.2444 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6102 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 9.4045 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6126 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 45.8569 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6133 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.2474 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6136 , cls_130 , 0.0000 , 0.0840 , 0.0069 , 7179487.1795 , 1.7500 , 0.8534 , 0.8161 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 20.4840 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6149 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 85.1368 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6155 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 12.8189 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6156 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.1796 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6186 , cls_130 , 0.0000 , 0.1080 , 0.0097 , 6315789.4737 , 2.0000 , 0.8328 , 0.8234 , 0.4737 , 0.0000 , 0.0000 , 0.0000 , 11.7593 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6191 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 17.9507 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6207 , cls_130 , 0.0000 , 0.0660 , 0.0049 , 9166666.6667 , 1.8333 , 0.8606 , 0.7453 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 20.6285 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6211 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 36.6409 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6221 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0753 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6248 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 13.5856 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6258 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 24.0738 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6259 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 109.1819 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6269 , cls_130 , 0.0000 , 0.0840 , 0.0065 , 3456790.1235 , 1.2727 , 0.9284 , 0.6137 , 0.7160 , 0.0000 , 0.0000 , 0.0000 , 14.5621 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6270 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 12.0696 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6305 , cls_130 , 0.0000 , 0.0420 , 0.0035 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 1.0072 , 0.0541 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6314 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 13.7753 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6330 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.5432 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6332 , cls_130 , 0.0000 , 0.0960 , 0.0080 , 4848484.8485 , 1.6000 , 0.8748 , 0.7606 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 3.2802 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6338 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 333.8298 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6340 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 29.8536 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6342 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 25.9567 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6344 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 159.2402 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6349 , cls_130 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 27.1193 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6374 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 533.6095 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6380 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.1363 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6388 , cls_130 , 0.0000 , 0.0540 , 0.0034 , 10000000.0000 , 1.8000 , 0.8762 , 0.5506 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 8.5806 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6405 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 21.3552 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6442 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.9849 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6446 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.9741 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6447 , cls_130 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 20.6334 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6448 , cls_130 , 0.0000 , 0.1080 , 0.0080 , 6000000.0000 , 2.0000 , 0.8378 , 0.7551 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.5782 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6449 , cls_130 , 0.0000 , 0.2640 , 0.0125 , 4731182.7957 , 2.7500 , 0.7257 , 0.6724 , 0.6237 , 0.0000 , 0.0000 , 0.0000 , 12.2936 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6456 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 5333333.3333 , 1.1429 , 0.9495 , 0.3634 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 7.4949 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6464 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8581 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6467 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.4228 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6469 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6734 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6482 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 135.1989 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6488 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 17.2071 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6500 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.7500 , 0.0283 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6510 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 73.5755 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6514 , cls_130 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 298.3597 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6524 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.8880 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6528 , cls_130 , 0.0000 , 0.0540 , 0.0041 , 5454545.4545 , 1.2857 , 0.9338 , 0.6215 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 4.9269 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6531 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.8822 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6555 , cls_130 , 0.0000 , 0.0840 , 0.0067 , 7179487.1795 , 1.7500 , 0.8534 , 0.8161 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 10.8742 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6565 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 5.9837 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6569 , cls_130 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 662.9799 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6576 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.5581 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6579 , cls_130 , 0.0000 , 0.2460 , 0.0157 , 4079601.9900 , 2.4118 , 0.7523 , 0.8501 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 12.4651 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6587 , cls_130 , 0.0000 , 0.0540 , 0.0043 , 8571428.5714 , 1.5000 , 0.8902 , 0.6927 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 12.6201 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6632 , cls_130 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.6995 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6663 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 17.2862 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6676 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.5876 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6698 , cls_130 , 0.0000 , 0.0840 , 0.0054 , 7777777.7778 , 2.0000 , 0.8460 , 0.6273 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 37.1406 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6699 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 23.3931 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6701 , cls_130 , 0.0000 , 0.0780 , 0.0074 , 8666666.6667 , 1.8571 , 0.8453 , 0.8687 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 20.1071 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6707 , cls_130 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9945 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6716 , cls_130 , 0.0000 , 0.1620 , 0.0097 , 6206896.5517 , 2.4545 , 0.7772 , 0.7692 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 8.3122 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6729 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 27.9106 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6730 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.7819 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6732 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.4215 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6736 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.3280 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6743 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.6675 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6755 , cls_130 , 0.0000 , 0.0660 , 0.0047 , 12222222.2222 , 2.2000 , 0.8354 , 0.7366 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4688 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6756 , cls_130 , 0.0000 , 0.1140 , 0.0070 , 6666666.6667 , 2.1111 , 0.8204 , 0.6976 , 0.4561 , 0.0000 , 0.0000 , 0.0000 , 9.4908 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6758 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3902 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6763 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 11.1240 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6775 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 5833333.3333 , 1.1667 , 0.9553 , 0.6488 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 8.6741 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6780 , cls_130 , 0.0000 , 0.1200 , 0.0085 , 6349206.3492 , 2.0000 , 0.8180 , 0.7547 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.2059 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6784 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.8810 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6786 , cls_130 , 0.0000 , 0.1140 , 0.0065 , 6333333.3333 , 2.1111 , 0.8252 , 0.6082 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 13.7041 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6796 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.2025 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6817 , cls_130 , 0.0000 , 0.1440 , 0.0123 , 5000000.0000 , 2.0000 , 0.8155 , 0.8550 , 0.5781 , 0.0000 , 0.0000 , 0.0000 , 57.1763 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6822 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.4723 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6823 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.3146 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6825 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7121 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6852 , cls_130 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 15.7063 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6860 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.1316 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6862 , cls_130 , 0.0000 , 0.1200 , 0.0073 , 6666666.6667 , 2.2222 , 0.8133 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 6.7473 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6869 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 6.3184 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6884 , cls_130 , 0.0000 , 0.1140 , 0.0068 , 5507246.3768 , 1.9000 , 0.8388 , 0.6429 , 0.5290 , 0.0000 , 0.0000 , 0.0000 , 6.6621 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6907 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.1834 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6921 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.4877 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6928 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.0091 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6935 , cls_130 , 0.0000 , 0.0840 , 0.0053 , 6222222.2222 , 1.7500 , 0.8671 , 0.6396 , 0.5222 , 0.0000 , 0.0000 , 0.0000 , 7.9809 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6939 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5221 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6949 , cls_130 , 0.0000 , 0.0540 , 0.0040 , 5454545.4545 , 1.2857 , 0.9338 , 0.5170 , 0.5758 , 0.0000 , 0.0000 , 0.0000 , 7.1500 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6953 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.5809 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6962 , cls_130 , 0.0000 , 0.0600 , 0.0039 , 9523809.5238 , 1.6667 , 0.8684 , 0.6435 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 27.1032 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6973 , cls_130 , 0.0000 , 0.0720 , 0.0053 , 6153846.1538 , 1.5000 , 0.8875 , 0.6322 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 7.7240 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6975 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5709 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6976 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.6985 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6987 , cls_130 , 0.0000 , 0.1680 , 0.0087 , 5333333.3333 , 2.3333 , 0.7863 , 0.6723 , 0.5762 , 0.0000 , 0.0000 , 0.0000 , 8.2112 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6989 , cls_130 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 8.7935 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6994 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.5811 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6998 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.5381 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7003 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5683 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7010 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8050 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7012 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.9179 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7033 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3154 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7044 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7844 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7059 , cls_130 , 0.0000 , 0.0600 , 0.0043 , 9523809.5238 , 1.6667 , 0.8684 , 0.7379 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 7.1051 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7062 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.5031 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7082 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.3141 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7090 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.7695 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7115 , cls_130 , 0.0000 , 0.0660 , 0.0052 , 5641025.6410 , 1.3750 , 0.9067 , 0.7286 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 2.4189 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7131 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1617 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7142 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 6.0054 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7148 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5250 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7164 , cls_130 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.3287 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7166 , cls_130 , 0.0000 , 0.0540 , 0.0046 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 5.8195 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7168 , cls_130 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 3.4414 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7172 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.0073 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7180 , cls_130 , 0.0000 , 0.0540 , 0.0053 , 6000000.0000 , 1.2857 , 0.9243 , 0.7598 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 5.2399 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7192 , cls_130 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.7004 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.8249 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7242 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 7.1902 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7245 , cls_130 , 0.0000 , 0.0840 , 0.0070 , 5833333.3333 , 1.7500 , 0.8735 , 0.7736 , 0.4896 , 0.0000 , 0.0000 , 0.0000 , 1.2882 , 0.0400 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7254 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5676 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7278 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.7351 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7288 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5761 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7294 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.2037 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7295 , cls_130 , 0.0000 , 0.0660 , 0.0047 , 5238095.2381 , 1.3750 , 0.9142 , 0.6435 , 0.5714 , 0.0000 , 0.0000 , 0.0000 , 6.4272 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7296 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.5045 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7298 , cls_130 , 0.0000 , 0.1020 , 0.0064 , 5666666.6667 , 1.8889 , 0.8510 , 0.7004 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 5.7662 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7308 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2576 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7310 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.5827 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7315 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6863 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7316 , cls_130 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0763 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7326 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9301 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7342 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.3539 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7346 , cls_130 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.0731 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7352 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.7050 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7368 , cls_130 , 0.0000 , 0.0540 , 0.0040 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 6.2600 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7378 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.3525 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7399 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.2117 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7400 , cls_130 , 0.0000 , 0.2460 , 0.0133 , 3596491.2281 , 2.2778 , 0.7653 , 0.7506 , 0.6996 , 0.0000 , 0.0000 , 0.0000 , 15.8349 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7406 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 6.7796 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7413 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6840 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7420 , cls_130 , 0.0000 , 0.1140 , 0.0072 , 9047619.0476 , 2.3750 , 0.7925 , 0.8365 , 0.3214 , 0.0000 , 0.0000 , 0.0000 , 8.4025 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7422 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1639 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7454 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.2855 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7458 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 106.3806 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7464 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7883 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7471 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.0186 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7478 , cls_130 , 0.0000 , 0.0780 , 0.0060 , 7222222.2222 , 1.8571 , 0.8622 , 0.7366 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.7150 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7490 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.1514 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7494 , cls_130 , 0.0000 , 0.0600 , 0.0058 , 8333333.3333 , 1.6667 , 0.8805 , 0.8078 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 34.1218 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7497 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6488 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 10.2638 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7502 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.2864 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7504 , cls_130 , 0.0000 , 0.0960 , 0.0068 , 5925925.9259 , 1.7778 , 0.8547 , 0.6474 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 6.4377 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7514 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.6066 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7526 , cls_130 , 0.0000 , 0.1140 , 0.0076 , 5757575.7576 , 1.9000 , 0.8345 , 0.7759 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 19.2352 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7537 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.8231 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7548 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2385 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7556 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.4933 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7565 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4560 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7573 , cls_130 , 0.0000 , 0.0480 , 0.0038 , 5333333.3333 , 1.1429 , 0.9495 , 0.5609 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 3.2249 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7584 , cls_130 , 0.0000 , 0.0780 , 0.0046 , 7878787.8788 , 1.8571 , 0.8541 , 0.6584 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 4.5657 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7585 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.1290 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7592 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.0908 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7600 , cls_130 , 0.0000 , 0.1380 , 0.0088 , 5111111.1111 , 2.0909 , 0.8195 , 0.7436 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 15.1269 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7606 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6746 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7611 , cls_130 , 0.0000 , 0.1740 , 0.0083 , 4715447.1545 , 2.2308 , 0.7932 , 0.4673 , 0.6423 , 0.0000 , 0.0000 , 0.0000 , 3.8459 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7625 , cls_130 , 0.0000 , 0.1260 , 0.0081 , 4516129.0323 , 1.7500 , 0.8450 , 0.6597 , 0.6237 , 0.0000 , 0.0000 , 0.0000 , 8.0528 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7635 , cls_130 , 0.0000 , 0.0540 , 0.0038 , 6666666.6667 , 1.5000 , 0.9139 , 0.5416 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 5.4045 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7640 , cls_130 , 0.0000 , 0.2880 , 0.0136 , 5818181.8182 , 3.2000 , 0.6914 , 0.7791 , 0.5212 , 0.0000 , 0.0000 , 0.0000 , 11.2598 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7641 , cls_130 , 0.0000 , 0.0480 , 0.0038 , 5333333.3333 , 1.1429 , 0.9495 , 0.5609 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 6.9666 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7644 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 6.9496 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7648 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.4954 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7649 , cls_130 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 10.6204 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7654 , cls_130 , 0.0000 , 0.0540 , 0.0044 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 5.4486 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7662 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.4752 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7673 , cls_130 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 15.9409 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7676 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.8644 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7681 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 12.6804 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7715 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 13.4939 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7726 , cls_130 , 0.0000 , 0.0600 , 0.0049 , 5555555.5556 , 1.4286 , 0.9196 , 0.7062 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 6.5143 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7732 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9200 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7753 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 184.4570 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7756 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 22.8669 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7759 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 14.2291 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7760 , cls_130 , 0.0000 , 0.0540 , 0.0046 , 6666666.6667 , 1.5000 , 0.9139 , 0.7205 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.7128 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7763 , cls_130 , 0.0000 , 0.1260 , 0.0094 , 7777777.7778 , 2.3333 , 0.7923 , 0.8327 , 0.3796 , 0.0000 , 0.0000 , 0.0000 , 9.3442 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7780 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.2037 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7786 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.2874 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7787 , cls_130 , 0.0000 , 1.7400 , 0.0938 , 2164986.9354 , 4.8333 , 0.3451 , 0.9327 , 0.8143 , 0.0000 , 0.0000 , 0.0000 , 60.0412 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7800 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2145 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7805 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.6921 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7814 , cls_130 , 0.0000 , 0.1980 , 0.0128 , 4400000.0000 , 2.2000 , 0.7801 , 0.7919 , 0.6400 , 0.0000 , 0.0000 , 0.0000 , 4.7260 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7815 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.3690 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7821 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.7352 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7824 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 183.5412 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7835 , cls_130 , 0.0000 , 0.0780 , 0.0052 , 7222222.2222 , 1.8571 , 0.8622 , 0.7062 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 9.7353 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7841 , cls_130 , 0.0000 , 0.3720 , 0.0155 , 4305555.5556 , 3.1000 , 0.6734 , 0.7555 , 0.6597 , 0.0000 , 0.0000 , 0.0000 , 24.8216 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7863 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.3449 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7867 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2270 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7874 , cls_130 , 0.0000 , 0.1140 , 0.0072 , 6666666.6667 , 2.1111 , 0.8204 , 0.6976 , 0.4298 , 0.0000 , 0.0000 , 0.0000 , 4.5946 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7876 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2220 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7882 , cls_130 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 17.4056 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7898 , cls_130 , 0.0000 , 0.2340 , 0.0110 , 4642857.1429 , 2.6000 , 0.7477 , 0.6572 , 0.6518 , 0.0000 , 0.0000 , 0.0000 , 35.7649 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7918 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9614 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7919 , cls_130 , 0.0000 , 0.0480 , 0.0031 , 10666666.6667 , 1.6000 , 0.8838 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 7.9232 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7935 , cls_130 , 0.0000 , 0.0900 , 0.0065 , 6250000.0000 , 1.8750 , 0.8579 , 0.7736 , 0.4688 , 0.0000 , 0.0000 , 0.0000 , 4.5589 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7946 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6067 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7959 , cls_130 , 0.0000 , 0.0780 , 0.0062 , 6190476.1905 , 1.6250 , 0.8770 , 0.8019 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 7.2070 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7964 , cls_130 , 0.0000 , 0.1080 , 0.0083 , 6666666.6667 , 2.0000 , 0.8277 , 0.8502 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.0902 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7975 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.2265 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7988 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.7101 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7993 , cls_130 , 0.0000 , 0.0780 , 0.0068 , 7878787.8788 , 1.8571 , 0.8541 , 0.8107 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 4.0301 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7995 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.6637 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8014 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5952 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8065 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5883 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8082 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7578 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8083 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7467 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8097 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1271 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8098 , cls_130 , 0.0000 , 0.0600 , 0.0037 , 11111111.1111 , 2.0000 , 0.8548 , 0.5506 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.6156 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8124 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.1896 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8134 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1354 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8135 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 17.2429 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8137 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.5903 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8158 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3929 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8175 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 5.8303 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8182 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.7367 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8185 , cls_130 , 0.0000 , 0.0600 , 0.0049 , 7407407.4074 , 1.6667 , 0.8916 , 0.7453 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 9.2040 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8187 , cls_130 , 0.0000 , 0.0840 , 0.0074 , 5833333.3333 , 1.7500 , 0.8735 , 0.7453 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 5.1302 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8198 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6313 , 0.0495 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8225 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.7258 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8250 , cls_130 , 0.0000 , 0.0600 , 0.0051 , 7407407.4074 , 1.6667 , 0.8916 , 0.7453 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 18.3326 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8252 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.3921 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8253 , cls_130 , 0.0000 , 0.0840 , 0.0052 , 5490196.0784 , 1.5556 , 0.8795 , 0.6452 , 0.5784 , 0.0000 , 0.0000 , 0.0000 , 25.1937 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8258 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.6836 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8265 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.2796 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8329 , cls_130 , 0.0000 , 0.0480 , 0.0040 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 2.5655 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8335 , cls_130 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.6048 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 19.7661 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8343 , cls_130 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.7319 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8348 , cls_130 , 0.0000 , 0.0600 , 0.0053 , 6060606.0606 , 1.4286 , 0.9110 , 0.7940 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 26.2794 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8375 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5915 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8396 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.1324 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8398 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.1077 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8403 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.3694 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8404 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.6864 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8406 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 7.0660 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8421 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.3802 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8428 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.5849 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8441 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1287 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8442 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1338 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8448 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 13.7368 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8465 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 10.8537 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8466 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 15.7274 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8469 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 11.5903 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8483 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1985 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8487 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 26.1290 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8492 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.4069 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8512 , cls_130 , 0.0000 , 0.0780 , 0.0056 , 7878787.8788 , 1.8571 , 0.8541 , 0.7307 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 57.7577 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8561 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9640 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8567 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 113.2511 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8575 , cls_130 , 0.0000 , 0.2220 , 0.0215 , 3474178.4038 , 2.1765 , 0.7862 , 0.8632 , 0.6925 , 0.0000 , 0.0000 , 0.0000 , 52.4073 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8597 , cls_130 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 181.2141 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8660 , cls_130 , 0.0000 , 0.3360 , 0.0263 , 4341085.2713 , 2.9474 , 0.6915 , 0.9158 , 0.6279 , 0.0000 , 0.0000 , 0.0000 , 119.6026 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8673 , cls_130 , 0.0000 , 0.0480 , 0.0045 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 2.5604 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8704 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 1.6003 , 0.0433 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8738 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 31.2617 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8761 , cls_130 , 0.0000 , 0.6660 , 0.0293 , 3523809.5238 , 3.8276 , 0.5717 , 0.7751 , 0.7040 , 0.0000 , 0.0000 , 0.0000 , 126.7940 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8767 , cls_130 , 0.0000 , 0.7440 , 0.0271 , 2821387.9408 , 3.5429 , 0.5665 , 0.7681 , 0.7622 , 0.0000 , 0.0000 , 0.0000 , 48.6548 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8771 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.3337 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8780 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.3265 , 0.0481 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8782 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.2868 , 0.0283 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8821 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 44.0094 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8901 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9720 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8961 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.7734 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8974 , cls_130 , 0.0000 , 0.1620 , 0.0104 , 6428571.4286 , 2.4545 , 0.7739 , 0.8190 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 80.5732 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9025 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 27.6657 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9034 , cls_130 , 0.0000 , 0.1260 , 0.0089 , 2800000.0000 , 1.4000 , 0.8974 , 0.5319 , 0.7600 , 0.0000 , 0.0000 , 0.0000 , 75.8699 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9045 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4992 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9049 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 19.5813 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9051 , cls_130 , 0.0000 , 0.1320 , 0.0068 , 9777777.7778 , 2.7500 , 0.7657 , 0.7419 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 21.9478 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9055 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 20.6101 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9058 , cls_130 , 0.0000 , 0.1080 , 0.0060 , 6666666.6667 , 2.0000 , 0.8277 , 0.5593 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 16.7486 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9076 , cls_130 , 0.0000 , 0.1080 , 0.0069 , 5000000.0000 , 1.8000 , 0.8559 , 0.6405 , 0.5764 , 0.0000 , 0.0000 , 0.0000 , 1.9329 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9133 , cls_130 , 0.0000 , 0.0540 , 0.0043 , 4285714.2857 , 1.1250 , 0.9589 , 0.4757 , 0.6429 , 0.0000 , 0.0000 , 0.0000 , 17.9077 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9164 , cls_130 , 0.0000 , 0.0780 , 0.0048 , 10833333.3333 , 2.1667 , 0.8255 , 0.7453 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 13.0880 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9165 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.6852 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9169 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.6076 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9173 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 15.2290 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9187 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.0034 , 0.0630 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9200 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 14.7654 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9201 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.4374 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9243 , cls_130 , 0.0000 , 0.1500 , 0.0085 , 4504504.5045 , 1.9231 , 0.8201 , 0.6231 , 0.6441 , 0.0000 , 0.0000 , 0.0000 , 46.7290 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9259 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.5737 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9262 , cls_130 , 0.0000 , 0.1080 , 0.0089 , 6666666.6667 , 2.0000 , 0.8277 , 0.7897 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 12.8905 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9264 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 47.9844 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9274 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.2913 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9276 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.2963 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9292 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6689 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9293 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 8.0081 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9300 , cls_130 , 0.0000 , 0.0780 , 0.0062 , 6190476.1905 , 1.6250 , 0.8770 , 0.7379 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 8.0145 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9305 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 55.5119 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9334 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 8.6662 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9335 , cls_130 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 10.2970 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9341 , cls_130 , 0.0000 , 0.4020 , 0.0233 , 3602150.5376 , 2.9130 , 0.6760 , 0.8214 , 0.7003 , 0.0000 , 0.0000 , 0.0000 , 195.1471 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9344 , cls_130 , 0.0000 , 0.0480 , 0.0042 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 14.5689 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9354 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1744 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9366 , cls_130 , 0.0000 , 0.0540 , 0.0041 , 5454545.4545 , 1.2857 , 0.9338 , 0.5881 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 18.8942 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9375 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 19.4233 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9378 , cls_130 , 0.0000 , 0.1080 , 0.0075 , 5454545.4545 , 1.8000 , 0.8471 , 0.7112 , 0.5379 , 0.0000 , 0.0000 , 0.0000 , 32.4720 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9380 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.3440 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9391 , cls_130 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 6.5561 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9392 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.9068 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9403 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.8519 , 0.0721 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9446 , cls_130 , 0.0000 , 0.2640 , 0.0130 , 5751633.9869 , 2.9333 , 0.7072 , 0.7776 , 0.5425 , 0.0000 , 0.0000 , 0.0000 , 10.5501 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9450 , cls_130 , 0.0000 , 0.0600 , 0.0046 , 9523809.5238 , 1.6667 , 0.8684 , 0.7826 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 14.8930 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9466 , cls_130 , 0.0000 , 0.0780 , 0.0052 , 7222222.2222 , 1.8571 , 0.8622 , 0.6944 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 3.6726 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9470 , cls_130 , 0.0000 , 0.0480 , 0.0039 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 6.6796 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9471 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 19.3485 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9476 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.8983 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9477 , cls_130 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.4220 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9483 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1241 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9492 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 6.0218 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9496 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 47.8349 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9509 , cls_130 , 0.0000 , 0.1260 , 0.0079 , 5185185.1852 , 1.9091 , 0.8309 , 0.7314 , 0.5617 , 0.0000 , 0.0000 , 0.0000 , 5.6229 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9510 , cls_130 , 0.0000 , 0.0720 , 0.0050 , 6666666.6667 , 1.7143 , 0.8797 , 0.6273 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 9.0152 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9523 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.2320 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9541 , cls_130 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.4091 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9546 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 17.6196 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9548 , cls_130 , 0.0000 , 0.0780 , 0.0051 , 7878787.8788 , 1.8571 , 0.8541 , 0.5881 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 15.3003 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9556 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.3220 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9557 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 1.5451 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9558 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7858 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9565 , cls_130 , 0.0000 , 0.1560 , 0.0111 , 5098039.2157 , 2.1667 , 0.8018 , 0.8233 , 0.5882 , 0.0000 , 0.0000 , 0.0000 , 8.3753 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9574 , cls_130 , 0.0000 , 0.0900 , 0.0070 , 4000000.0000 , 1.5000 , 0.9035 , 0.6817 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 7.5760 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9577 , cls_130 , 0.0000 , 0.0660 , 0.0052 , 5238095.2381 , 1.3750 , 0.9142 , 0.7258 , 0.5595 , 0.0000 , 0.0000 , 0.0000 , 16.4530 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9591 , cls_130 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9898 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9612 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7819 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9614 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.8222 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9621 , cls_130 , 0.0000 , 0.0660 , 0.0049 , 5641025.6410 , 1.3750 , 0.9067 , 0.5963 , 0.5256 , 0.0000 , 0.0000 , 0.0000 , 5.0778 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9634 , cls_130 , 0.0000 , 0.0540 , 0.0038 , 6666666.6667 , 1.5000 , 0.9139 , 0.6419 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 1.7076 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9643 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0234 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9680 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1472 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9684 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 16.7351 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9686 , cls_130 , 0.0000 , 0.1740 , 0.0100 , 3717948.7179 , 1.9333 , 0.8178 , 0.6105 , 0.6827 , 0.0000 , 0.0000 , 0.0000 , 28.5367 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9707 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.8942 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9709 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.6240 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9711 , cls_130 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 9.6023 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9715 , cls_130 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.8967 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9723 , cls_130 , 0.0000 , 0.0480 , 0.0047 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.4826 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9736 , cls_130 , 0.0000 , 0.0600 , 0.0049 , 7407407.4074 , 1.6667 , 0.8916 , 0.7838 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2.6451 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9759 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6604 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9761 , cls_130 , 0.0000 , 0.1080 , 0.0090 , 6666666.6667 , 2.0000 , 0.8277 , 0.8121 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 1.5477 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9768 , cls_130 , 0.0000 , 0.0540 , 0.0045 , 5454545.4545 , 1.2857 , 0.9338 , 0.6498 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 9.9412 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9770 , cls_130 , 0.0000 , 0.0780 , 0.0056 , 7222222.2222 , 1.8571 , 0.8622 , 0.6944 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.6249 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9775 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.5115 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9800 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8609 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9805 , cls_130 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 8.5745 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9806 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.5099 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9810 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6707 , 0.0630 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9831 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7797 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9856 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2649 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9866 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.1421 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9874 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1588 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9877 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.3420 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9888 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2665 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 83 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4546 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 104 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1301 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 131 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9657 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 141 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.2930 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 162 , cls_60 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 0.9268 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 188 , cls_60 , 0.0000 , 0.0960 , 0.0084 , 10666666.6667 , 2.2857 , 0.8007 , 0.9021 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 0.6104 , 0.0390 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 190 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.5694 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 193 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3329 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 248 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3122 , 0.0560 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 254 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3667 , 0.0418 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 324 , cls_60 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.7110 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 334 , cls_60 , 0.0000 , 0.0600 , 0.0040 , 6060606.0606 , 1.4286 , 0.9110 , 0.4398 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 0.9788 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 342 , cls_60 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 0.9716 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 393 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8828 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 410 , cls_60 , 0.0000 , 0.0600 , 0.0045 , 7407407.4074 , 1.6667 , 0.8916 , 0.7135 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 1.0533 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 412 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.1613 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 430 , cls_60 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.6124 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 432 , cls_60 , 0.0000 , 0.0480 , 0.0043 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 1.8382 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 445 , cls_60 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.4354 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 500 , cls_60 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.0933 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 556 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5697 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 559 , cls_60 , 0.0000 , 0.1320 , 0.0097 , 7719298.2456 , 2.4444 , 0.7866 , 0.8139 , 0.3772 , 0.0000 , 0.0000 , 0.0000 , 0.5474 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 565 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.6652 , 0.0711 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 575 , cls_60 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.7716 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 584 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2341 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 599 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.9550 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 607 , cls_60 , 0.0000 , 0.0420 , 0.0035 , 5185185.1852 , 1.1667 , 0.9673 , 0.4270 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 0.7431 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 636 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.6404 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 641 , cls_60 , 0.0000 , 0.1320 , 0.0084 , 4888888.8889 , 2.0000 , 0.8303 , 0.7613 , 0.5944 , 0.0000 , 0.0000 , 0.0000 , 1.4251 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 644 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.3998 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 679 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.4906 , 0.0424 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 690 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2872 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 693 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9257 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 717 , cls_60 , 0.0000 , 0.0720 , 0.0056 , 5333333.3333 , 1.5000 , 0.9017 , 0.6396 , 0.5444 , 0.0000 , 0.0000 , 0.0000 , 2.7773 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 718 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.9634 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 727 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4896 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 742 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5516 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 747 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.9994 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 751 , cls_60 , 0.0000 , 0.1020 , 0.0071 , 6666666.6667 , 1.8889 , 0.8353 , 0.7453 , 0.4706 , 0.0000 , 0.0000 , 0.0000 , 2.2295 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 754 , cls_60 , 0.0000 , 0.0600 , 0.0046 , 6060606.0606 , 1.4286 , 0.9110 , 0.6498 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.8571 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 756 , cls_60 , 0.0000 , 0.0540 , 0.0041 , 6000000.0000 , 1.2857 , 0.9243 , 0.5609 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 9.2130 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 799 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.6083 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 805 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0097 , 0.0503 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 822 , cls_60 , 0.0000 , 0.0540 , 0.0040 , 12000000.0000 , 1.8000 , 0.8603 , 0.6817 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0645 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 826 , cls_60 , 0.0000 , 0.1740 , 0.0092 , 5225225.2252 , 2.2308 , 0.7830 , 0.6999 , 0.5721 , 0.0000 , 0.0000 , 0.0000 , 10.0932 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 854 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.1353 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 864 , cls_60 , 0.0000 , 0.0900 , 0.0071 , 5263157.8947 , 1.6667 , 0.8749 , 0.7282 , 0.5614 , 0.0000 , 0.0000 , 0.0000 , 2.7789 , 0.0390 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 884 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.7297 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 892 , cls_60 , 0.0000 , 0.2460 , 0.0149 , 2679738.5621 , 1.9524 , 0.7975 , 0.7300 , 0.7794 , 0.0000 , 0.0000 , 0.0000 , 39.8424 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 897 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9070 , 0.0313 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 903 , cls_60 , 0.0000 , 0.0600 , 0.0044 , 5555555.5556 , 1.4286 , 0.9196 , 0.5506 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 7.8530 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 934 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3111 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 966 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.2050 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 971 , cls_60 , 0.0000 , 0.0600 , 0.0048 , 4166666.6667 , 1.2500 , 0.9495 , 0.5473 , 0.6458 , 0.0000 , 0.0000 , 0.0000 , 0.4580 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 972 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.1551 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 976 , cls_60 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.7534 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1011 , cls_60 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5457 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1037 , cls_60 , 0.0000 , 0.2820 , 0.0147 , 5310734.4633 , 2.9375 , 0.7034 , 0.8331 , 0.5650 , 0.0000 , 0.0000 , 0.0000 , 12.7619 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1059 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.6252 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1064 , cls_60 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 1.0687 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1078 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6696 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1104 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.4451 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1137 , cls_60 , 0.0000 , 0.0660 , 0.0055 , 4583333.3333 , 1.3750 , 0.9280 , 0.7004 , 0.5938 , 0.0000 , 0.0000 , 0.0000 , 2.6904 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1139 , cls_60 , 0.0000 , 0.1500 , 0.0104 , 4166666.6667 , 1.9231 , 0.8282 , 0.7805 , 0.6417 , 0.0000 , 0.0000 , 0.0000 , 17.8577 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1160 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7995 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1165 , cls_60 , 0.0000 , 0.1560 , 0.0105 , 6933333.3333 , 2.6000 , 0.7725 , 0.8408 , 0.4600 , 0.0000 , 0.0000 , 0.0000 , 4.5147 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1175 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3703 , 0.0541 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1196 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.1138 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1236 , cls_60 , 0.0000 , 0.0480 , 0.0031 , 10666666.6667 , 1.6000 , 0.8838 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.1830 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1239 , cls_60 , 0.0000 , 0.0780 , 0.0070 , 4333333.3333 , 1.4444 , 0.9133 , 0.7139 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 2.4329 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1251 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5624 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1271 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.2557 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1272 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8444 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1277 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1294 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1296 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.2015 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1314 , cls_60 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.8847 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1320 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.7629 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1326 , cls_60 , 0.0000 , 0.0600 , 0.0049 , 6060606.0606 , 1.4286 , 0.9110 , 0.6888 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 44.4415 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1328 , cls_60 , 0.0000 , 0.1260 , 0.0100 , 2745098.0392 , 1.4000 , 0.8997 , 0.6040 , 0.7680 , 0.0000 , 0.0000 , 0.0000 , 4.2856 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1336 , cls_60 , 0.0000 , 0.0420 , 0.0037 , 4666666.6667 , 1.0000 , 0.9782 , 0.4907 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 4.1602 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1338 , cls_60 , 0.0000 , 0.1200 , 0.0084 , 5128205.1282 , 1.8182 , 0.8389 , 0.7170 , 0.5577 , 0.0000 , 0.0000 , 0.0000 , 4.0810 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1360 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 15.1580 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1362 , cls_60 , 0.0000 , 0.5040 , 0.0200 , 3010752.6882 , 3.0000 , 0.6481 , 0.6563 , 0.7527 , 0.0000 , 0.0000 , 0.0000 , 39.7054 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1365 , cls_60 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.6716 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1385 , cls_60 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.7418 , 0.0330 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1407 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2328 , 0.0454 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1424 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3577 , 0.0390 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1462 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.2140 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1475 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0075 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1550 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6301 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1603 , cls_60 , 0.0000 , 0.0480 , 0.0051 , 7619047.6190 , 1.3333 , 0.9145 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 7.7590 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1618 , cls_60 , 0.0000 , 0.0960 , 0.0059 , 5333333.3333 , 1.7778 , 0.8651 , 0.5103 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 99.5029 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1642 , cls_60 , 0.0000 , 1.4280 , 0.0405 , 2044673.5395 , 4.2500 , 0.4150 , 0.7132 , 0.8316 , 0.0000 , 0.0000 , 0.0000 , 48.6771 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1685 , cls_60 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7685 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1709 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.0994 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1769 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.2125 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1784 , cls_60 , 0.0000 , 0.2580 , 0.0172 , 1493055.5556 , 1.5357 , 0.8619 , 0.6113 , 0.8724 , 0.0000 , 0.0000 , 0.0000 , 94.3760 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1787 , cls_60 , 0.0000 , 0.0660 , 0.0045 , 5238095.2381 , 1.3750 , 0.9142 , 0.4757 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 198.2878 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1792 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2239 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1795 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7965 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1821 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3942 , 0.0537 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1826 , cls_60 , 0.0000 , 0.0540 , 0.0045 , 4285714.2857 , 1.1250 , 0.9589 , 0.5652 , 0.6310 , 0.0000 , 0.0000 , 0.0000 , 3.6764 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1847 , cls_60 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.0143 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1855 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2355 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1895 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8523 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1925 , cls_60 , 0.0000 , 0.0900 , 0.0070 , 3448275.8621 , 1.3636 , 0.9197 , 0.6193 , 0.7126 , 0.0000 , 0.0000 , 0.0000 , 38.9461 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1942 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6214 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1948 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7201 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1994 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.8746 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2015 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.6707 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2038 , cls_60 , 0.0000 , 0.0540 , 0.0038 , 6666666.6667 , 1.5000 , 0.9139 , 0.5416 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 14.1029 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2047 , cls_60 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 0.4800 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2076 , cls_60 , 0.0000 , 0.1620 , 0.0096 , 6206896.5517 , 2.4545 , 0.7772 , 0.7587 , 0.4885 , 0.0000 , 0.0000 , 0.0000 , 2.7742 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2079 , cls_60 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.1006 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2080 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 171.0616 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2088 , cls_60 , 0.0000 , 0.6360 , 0.0325 , 1845082.6806 , 2.6500 , 0.6486 , 0.7949 , 0.8477 , 0.0000 , 0.0000 , 0.0000 , 4.3362 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2127 , cls_60 , 0.0000 , 0.0480 , 0.0033 , 7619047.6190 , 1.3333 , 0.9145 , 0.5048 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 0.8164 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2135 , cls_60 , 0.0000 , 0.1800 , 0.0115 , 4166666.6667 , 2.1429 , 0.8006 , 0.7019 , 0.6458 , 0.0000 , 0.0000 , 0.0000 , 2.9253 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2137 , cls_60 , 0.0000 , 0.0720 , 0.0061 , 4210526.3158 , 1.3333 , 0.9263 , 0.7154 , 0.6316 , 0.0000 , 0.0000 , 0.0000 , 8.6649 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2138 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 15.7425 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2206 , cls_60 , 0.0000 , 0.1080 , 0.0074 , 4444444.4444 , 1.6364 , 0.8680 , 0.7062 , 0.6235 , 0.0000 , 0.0000 , 0.0000 , 77.0162 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2209 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 196.6609 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2253 , cls_60 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 11.9461 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2255 , cls_60 , 0.0000 , 0.0780 , 0.0059 , 4333333.3333 , 1.4444 , 0.9133 , 0.6894 , 0.6333 , 0.0000 , 0.0000 , 0.0000 , 19.5903 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2320 , cls_60 , 0.0000 , 0.0600 , 0.0042 , 8333333.3333 , 1.6667 , 0.8805 , 0.7453 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 4.2636 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2324 , cls_60 , 0.0000 , 0.9780 , 0.0411 , 2173333.3333 , 3.6222 , 0.5213 , 0.8041 , 0.8177 , 0.0000 , 0.0000 , 0.0000 , 28.4961 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2330 , cls_60 , 0.0000 , 0.0420 , 0.0031 , 6666666.6667 , 1.1667 , 0.9421 , 0.4757 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 6.4236 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2367 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6762 , 0.0516 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2379 , cls_60 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.7253 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2418 , cls_60 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 0.5674 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2502 , cls_60 , 0.0000 , 0.0720 , 0.0058 , 4444444.4444 , 1.3333 , 0.9206 , 0.6817 , 0.6296 , 0.0000 , 0.0000 , 0.0000 , 18.2882 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2526 , cls_60 , 0.0000 , 0.0480 , 0.0040 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 0.6306 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2544 , cls_60 , 0.0000 , 0.2100 , 0.0133 , 2621722.8464 , 1.8421 , 0.8267 , 0.6637 , 0.7734 , 0.0000 , 0.0000 , 0.0000 , 15.6219 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2576 , cls_60 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 1.3647 , 0.0607 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2588 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.6391 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2590 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.8127 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2652 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5665 , 0.0384 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2684 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7359 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2733 , cls_60 , 0.0000 , 0.0600 , 0.0044 , 5128205.1282 , 1.2500 , 0.9278 , 0.5526 , 0.5769 , 0.0000 , 0.0000 , 0.0000 , 2.3712 , 0.0437 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2935 , cls_60 , 0.0000 , 0.0600 , 0.0049 , 4761904.7619 , 1.2500 , 0.9354 , 0.5652 , 0.6071 , 0.0000 , 0.0000 , 0.0000 , 3.5056 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2964 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.7743 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3051 , cls_60 , 0.0000 , 0.0660 , 0.0046 , 5238095.2381 , 1.3750 , 0.9142 , 0.5652 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 2.6820 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3055 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.8773 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3079 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2727 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3096 , cls_60 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.8856 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3097 , cls_60 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.5632 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3106 , cls_60 , 0.0000 , 0.2100 , 0.0176 , 4242424.2424 , 2.3333 , 0.7744 , 0.8761 , 0.6485 , 0.0000 , 0.0000 , 0.0000 , 11.1758 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3113 , cls_60 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.3105 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3124 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0242 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3150 , cls_60 , 0.0000 , 0.0600 , 0.0055 , 8333333.3333 , 1.6667 , 0.8805 , 0.7963 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 2.5686 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3156 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6346 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3158 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.9703 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3163 , cls_60 , 0.0000 , 0.0600 , 0.0055 , 8333333.3333 , 1.6667 , 0.8805 , 0.7736 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 4.5189 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3164 , cls_60 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.1882 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3180 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0194 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3189 , cls_60 , 0.0000 , 0.0420 , 0.0035 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.7168 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3207 , cls_60 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 5.6286 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3214 , cls_60 , 0.0000 , 0.0660 , 0.0057 , 5641025.6410 , 1.3750 , 0.9067 , 0.7453 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.5718 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3239 , cls_60 , 0.0000 , 0.1020 , 0.0055 , 5964912.2807 , 1.8889 , 0.8460 , 0.5829 , 0.5614 , 0.0000 , 0.0000 , 0.0000 , 2.8486 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3263 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.6918 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3285 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.5336 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3341 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3606 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3367 , cls_60 , 0.0000 , 0.0780 , 0.0061 , 3939393.9394 , 1.3000 , 0.9235 , 0.6498 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 3.5111 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3391 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2425 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3402 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 11.8438 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3408 , cls_60 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.8446 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3425 , cls_60 , 0.0000 , 0.1080 , 0.0071 , 4444444.4444 , 1.6364 , 0.8680 , 0.6456 , 0.6358 , 0.0000 , 0.0000 , 0.0000 , 8.5568 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3449 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9742 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3534 , cls_60 , 0.0000 , 0.0720 , 0.0056 , 3636363.6364 , 1.2000 , 0.9422 , 0.5170 , 0.7045 , 0.0000 , 0.0000 , 0.0000 , 0.9217 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3537 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 12.4603 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3553 , cls_60 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 25.9891 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3576 , cls_60 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 14.4098 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3623 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 0.6890 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3638 , cls_60 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 74.4148 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3651 , cls_60 , 0.0000 , 0.2220 , 0.0156 , 2569444.4444 , 1.8500 , 0.8198 , 0.7521 , 0.7795 , 0.0000 , 0.0000 , 0.0000 , 9.2047 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3686 , cls_60 , 0.0000 , 0.9420 , 0.0313 , 2907407.4074 , 4.1316 , 0.5045 , 0.7526 , 0.7574 , 0.0000 , 0.0000 , 0.0000 , 9.4710 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3687 , cls_60 , 0.0000 , 0.0960 , 0.0063 , 3809523.8095 , 1.4545 , 0.9002 , 0.5116 , 0.6905 , 0.0000 , 0.0000 , 0.0000 , 24.8115 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3688 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.5324 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3693 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 1.3447 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3707 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.8510 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3709 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8037 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3746 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.0765 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3747 , cls_60 , 0.0000 , 0.0900 , 0.0067 , 4761904.7619 , 1.5000 , 0.8851 , 0.7243 , 0.6032 , 0.0000 , 0.0000 , 0.0000 , 5.2860 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3797 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4329 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3808 , cls_60 , 0.0000 , 0.2160 , 0.0123 , 4528301.8868 , 2.4000 , 0.7633 , 0.7104 , 0.6258 , 0.0000 , 0.0000 , 0.0000 , 7.9911 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3827 , cls_60 , 0.0000 , 0.0600 , 0.0051 , 5128205.1282 , 1.2500 , 0.9278 , 0.6877 , 0.5641 , 0.0000 , 0.0000 , 0.0000 , 7.8797 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3858 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.6222 , 0.0384 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3915 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 23.1877 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3925 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4135 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3950 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2876 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4039 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5520 , 0.1077 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4050 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.3355 , 0.0323 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4117 , cls_60 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 11.9858 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4137 , cls_60 , 0.0000 , 0.0540 , 0.0040 , 6000000.0000 , 1.2857 , 0.9243 , 0.5609 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 43.4095 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4161 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.6945 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4185 , cls_60 , 0.0000 , 0.6600 , 0.0270 , 2864583.3333 , 3.4375 , 0.5934 , 0.7183 , 0.7598 , 0.0000 , 0.0000 , 0.0000 , 9.7429 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4228 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.7506 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4236 , cls_60 , 0.0000 , 0.0420 , 0.0036 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.3987 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4275 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 10.8925 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4283 , cls_60 , 0.0000 , 0.0540 , 0.0036 , 7500000.0000 , 1.5000 , 0.9026 , 0.4907 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 1.1747 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4341 , cls_60 , 0.0000 , 0.0600 , 0.0047 , 5128205.1282 , 1.2500 , 0.9278 , 0.6877 , 0.5641 , 0.0000 , 0.0000 , 0.0000 , 90.8603 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4343 , cls_60 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 73.0850 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4344 , cls_60 , 0.0000 , 0.0600 , 0.0043 , 9523809.5238 , 1.6667 , 0.8684 , 0.7215 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 2.4423 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4355 , cls_60 , 0.0000 , 0.1680 , 0.0106 , 2666666.6667 , 1.6471 , 0.8603 , 0.6723 , 0.7643 , 0.0000 , 0.0000 , 0.0000 , 7.9251 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4374 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4614 , 0.0573 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4464 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9170 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4467 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6122 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4471 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.3894 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4480 , cls_60 , 0.0000 , 0.0540 , 0.0044 , 5454545.4545 , 1.2857 , 0.9338 , 0.6888 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 1.2893 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4482 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0873 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4483 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.7432 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4501 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6682 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4514 , cls_60 , 0.0000 , 0.0540 , 0.0044 , 8571428.5714 , 1.5000 , 0.8902 , 0.7215 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 1.2629 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4543 , cls_60 , 0.0000 , 0.0600 , 0.0047 , 5555555.5556 , 1.4286 , 0.9196 , 0.6605 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 16.1367 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4572 , cls_60 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 0.4857 , 0.0497 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4581 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8341 , 0.0421 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4588 , cls_60 , 0.0000 , 0.1140 , 0.0086 , 7037037.0370 , 2.1111 , 0.8153 , 0.8462 , 0.4537 , 0.0000 , 0.0000 , 0.0000 , 4.3902 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4602 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6843 , 0.0421 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4625 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.2546 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4628 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1452 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4632 , cls_60 , 0.0000 , 0.1020 , 0.0073 , 6296296.2963 , 1.8889 , 0.8408 , 0.6630 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.0150 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4647 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.8682 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4676 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.5646 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4685 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5673 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4686 , cls_60 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 1.2688 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4712 , cls_60 , 0.0000 , 0.0540 , 0.0038 , 7500000.0000 , 1.5000 , 0.9026 , 0.4907 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.3710 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4720 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7529 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4736 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.7431 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4751 , cls_60 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 0.4963 , 0.0417 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4780 , cls_60 , 0.0000 , 0.0780 , 0.0066 , 5777777.7778 , 1.6250 , 0.8838 , 0.7384 , 0.5111 , 0.0000 , 0.0000 , 0.0000 , 4.8588 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4784 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4503 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4869 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7739 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4876 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0963 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4880 , cls_60 , 0.0000 , 0.8940 , 0.0463 , 1888466.4132 , 3.2391 , 0.5598 , 0.8720 , 0.8409 , 0.0000 , 0.0000 , 0.0000 , 3.1677 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4886 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9255 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4892 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8522 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4898 , cls_60 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 1.3202 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4902 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.0705 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4912 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5128 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4915 , cls_60 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.5713 , 0.0395 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4920 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1621 , 0.0306 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4931 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7342 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4941 , cls_60 , 0.0000 , 0.0960 , 0.0078 , 5614035.0877 , 1.7778 , 0.8600 , 0.8234 , 0.5351 , 0.0000 , 0.0000 , 0.0000 , 1.6118 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4949 , cls_60 , 0.0000 , 0.0780 , 0.0049 , 6666666.6667 , 1.6250 , 0.8698 , 0.6877 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 2.1443 , 0.0484 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4950 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0765 , 0.0350 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4961 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.8744 , 0.0306 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5097 , cls_60 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.9927 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5125 , cls_60 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.9293 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5133 , cls_60 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.9728 , 0.0350 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5213 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.5514 , 0.0404 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5222 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7851 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5231 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0068 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5233 , cls_60 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.8041 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 11.6133 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5271 , cls_60 , 0.0000 , 0.0600 , 0.0049 , 7407407.4074 , 1.6667 , 0.8916 , 0.7135 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 1.8010 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5343 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.6139 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5392 , cls_60 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.2075 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5442 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8727 , 0.0577 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5446 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2787 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5454 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.5882 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5464 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5439 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5470 , cls_60 , 0.0000 , 0.0600 , 0.0057 , 4444444.4444 , 1.2500 , 0.9427 , 0.6396 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 5.5362 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5500 , cls_60 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.7528 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5502 , cls_60 , 0.0000 , 0.0480 , 0.0044 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 1.4626 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5515 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6236 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5529 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3153 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5548 , cls_60 , 0.0000 , 0.0780 , 0.0075 , 5416666.6667 , 1.6250 , 0.8902 , 0.8330 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.9102 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5550 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8005 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5568 , cls_60 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.6029 , 0.0390 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5569 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9524 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5570 , cls_60 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 2.3013 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5577 , cls_60 , 0.0000 , 0.0660 , 0.0052 , 3666666.6667 , 1.2222 , 0.9520 , 0.3634 , 0.6917 , 0.0000 , 0.0000 , 0.0000 , 4.0761 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5595 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.2077 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5600 , cls_60 , 0.0000 , 0.0660 , 0.0054 , 4074074.0741 , 1.2222 , 0.9405 , 0.5676 , 0.6574 , 0.0000 , 0.0000 , 0.0000 , 2.9125 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5610 , cls_60 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.5048 , 0.0577 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5628 , cls_60 , 0.0000 , 0.1200 , 0.0098 , 4301075.2688 , 1.6667 , 0.8569 , 0.7678 , 0.6452 , 0.0000 , 0.0000 , 0.0000 , 0.8435 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5643 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.9174 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5645 , cls_60 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.8659 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5656 , cls_60 , 0.0000 , 0.0600 , 0.0043 , 6060606.0606 , 1.4286 , 0.9110 , 0.5623 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 2.0246 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5703 , cls_60 , 0.0000 , 0.0780 , 0.0062 , 4561403.5088 , 1.4444 , 0.9079 , 0.7154 , 0.6140 , 0.0000 , 0.0000 , 0.0000 , 2.6656 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5729 , cls_60 , 0.0000 , 0.0540 , 0.0054 , 7500000.0000 , 1.5000 , 0.9026 , 0.8078 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3463 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5769 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1233 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5801 , cls_60 , 0.0000 , 0.3180 , 0.0268 , 2849462.3656 , 2.3043 , 0.7449 , 0.8437 , 0.7554 , 0.0000 , 0.0000 , 0.0000 , 1.2393 , 0.0331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5816 , cls_60 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.2929 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5818 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.1137 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5821 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.6042 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5824 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.1809 , 0.0570 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5924 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6261 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5925 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.5990 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5931 , cls_60 , 0.0000 , 0.1860 , 0.0115 , 3333333.3333 , 1.9375 , 0.8192 , 0.6612 , 0.7204 , 0.0000 , 0.0000 , 0.0000 , 1.0268 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5952 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.5519 , 0.0272 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5958 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.7129 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5984 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4687 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6012 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6323 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6017 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.4626 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6045 , cls_60 , 0.0000 , 0.0780 , 0.0084 , 6666666.6667 , 1.6250 , 0.8698 , 0.8643 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 1.1582 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6093 , cls_60 , 0.0000 , 0.1020 , 0.0083 , 3655913.9785 , 1.4167 , 0.8966 , 0.7782 , 0.6774 , 0.0000 , 0.0000 , 0.0000 , 1.6136 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6141 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.4526 , 0.0404 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6176 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.0496 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6179 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1679 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6201 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5919 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6228 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.8762 , 0.0540 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6238 , cls_60 , 0.0000 , 0.0960 , 0.0078 , 4848484.8485 , 1.6000 , 0.8748 , 0.8169 , 0.5758 , 0.0000 , 0.0000 , 0.0000 , 1.3493 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6250 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1189 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6263 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4252 , 0.0376 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6283 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.8320 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6286 , cls_60 , 0.0000 , 0.0600 , 0.0048 , 4166666.6667 , 1.2500 , 0.9495 , 0.5031 , 0.6354 , 0.0000 , 0.0000 , 0.0000 , 1.9499 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6304 , cls_60 , 0.0000 , 0.1560 , 0.0110 , 5252525.2525 , 2.1667 , 0.7989 , 0.7950 , 0.5707 , 0.0000 , 0.0000 , 0.0000 , 6.8120 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6307 , cls_60 , 0.0000 , 0.0360 , 0.0034 , 5000000.0000 , 1.0000 , 0.9877 , 0.4907 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 6.4050 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6309 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5697 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6334 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.4257 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6346 , cls_60 , 0.0000 , 0.0480 , 0.0038 , 5333333.3333 , 1.1429 , 0.9495 , 0.6255 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 1.6601 , 0.0331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6357 , cls_60 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 0.4820 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6358 , cls_60 , 0.0000 , 0.0660 , 0.0050 , 4313725.4902 , 1.2222 , 0.9344 , 0.5916 , 0.6471 , 0.0000 , 0.0000 , 0.0000 , 0.8659 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6360 , cls_60 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.5892 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6365 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9837 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6409 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1612 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6437 , cls_60 , 0.0000 , 0.1200 , 0.0097 , 1904761.9048 , 1.1765 , 0.9516 , 0.3895 , 0.8357 , 0.0000 , 0.0000 , 0.0000 , 1.8154 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6472 , cls_60 , 0.0000 , 0.2160 , 0.0177 , 5853658.5366 , 2.7692 , 0.7385 , 0.9095 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.8626 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6503 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.7856 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6505 , cls_60 , 0.0000 , 0.1020 , 0.0082 , 5151515.1515 , 1.7000 , 0.8606 , 0.7845 , 0.5758 , 0.0000 , 0.0000 , 0.0000 , 2.3105 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6551 , cls_60 , 0.0000 , 0.0540 , 0.0040 , 5000000.0000 , 1.2857 , 0.9427 , 0.5506 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 0.9397 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6603 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8753 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6605 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.5471 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6607 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1470 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6624 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4326 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6647 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.5418 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6678 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5814 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6696 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6481 , 0.0576 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6790 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.3525 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6832 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5338 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6864 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9278 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6867 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 1.2244 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6874 , cls_60 , 0.0000 , 0.0540 , 0.0040 , 8571428.5714 , 1.5000 , 0.8902 , 0.6572 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.2965 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6876 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6225 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6883 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.5225 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6912 , cls_60 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3573 , 0.0638 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6944 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4250 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6972 , cls_60 , 0.0000 , 0.0960 , 0.0070 , 3440860.2151 , 1.3333 , 0.9114 , 0.6597 , 0.7151 , 0.0000 , 0.0000 , 0.0000 , 2.1279 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6974 , cls_60 , 0.0000 , 0.1080 , 0.0100 , 4800000.0000 , 1.8000 , 0.8600 , 0.8640 , 0.5600 , 0.0000 , 0.0000 , 0.0000 , 2.9447 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6984 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6354 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7011 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.7717 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7019 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6348 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7066 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.0638 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7088 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5442 , 0.0576 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7182 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6494 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7214 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5486 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7272 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5263 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7305 , cls_60 , 0.0000 , 0.1560 , 0.0095 , 4684684.6847 , 2.0000 , 0.8103 , 0.6999 , 0.6171 , 0.0000 , 0.0000 , 0.0000 , 4.1194 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7306 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4100 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7319 , cls_60 , 0.0000 , 0.0420 , 0.0036 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 0.6515 , 0.0571 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7338 , cls_60 , 0.0000 , 0.0780 , 0.0063 , 6666666.6667 , 1.6250 , 0.8698 , 0.7733 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 8.6985 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7339 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 13.3763 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7364 , cls_60 , 0.0000 , 0.0600 , 0.0049 , 3703703.7037 , 1.1111 , 0.9624 , 0.4410 , 0.6852 , 0.0000 , 0.0000 , 0.0000 , 0.7783 , 0.0511 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7424 , cls_60 , 0.0000 , 0.0600 , 0.0054 , 6666666.6667 , 1.4286 , 0.9016 , 0.8128 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 0.4122 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7588 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8008 , 0.0437 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7637 , cls_60 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.5899 , 0.0525 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7729 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2748 , 0.0450 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7788 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2563 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7791 , cls_60 , 0.0000 , 0.0660 , 0.0047 , 7333333.3333 , 1.5714 , 0.8812 , 0.6559 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.0567 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7844 , cls_60 , 0.0000 , 0.1740 , 0.0134 , 1914191.4191 , 1.3810 , 0.8953 , 0.5797 , 0.8251 , 0.0000 , 0.0000 , 0.0000 , 0.6626 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7887 , cls_60 , 0.0000 , 0.0780 , 0.0055 , 7222222.2222 , 1.8571 , 0.8622 , 0.7649 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.7894 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7924 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2283 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7934 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.6408 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7971 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.6379 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7991 , cls_60 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 1.7253 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8010 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.7607 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8015 , cls_60 , 0.0000 , 0.0660 , 0.0052 , 10476190.4762 , 1.8333 , 0.8487 , 0.7826 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 0.5164 , 0.0518 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8074 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.4231 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8094 , cls_60 , 0.0000 , 0.1260 , 0.0083 , 6666666.6667 , 2.1000 , 0.8066 , 0.7547 , 0.4603 , 0.0000 , 0.0000 , 0.0000 , 2.0951 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8103 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.5485 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8130 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.2449 , 0.0450 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8147 , cls_60 , 0.0000 , 0.0540 , 0.0042 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 0.7471 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8154 , cls_60 , 0.0000 , 0.0780 , 0.0053 , 5416666.6667 , 1.6250 , 0.8902 , 0.5031 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 2.3291 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8184 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6009 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8196 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.3152 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8254 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3308 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8300 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.0813 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8337 , cls_60 , 0.0000 , 0.0480 , 0.0032 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.7212 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8363 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6639 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8382 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.0437 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8391 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.3808 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8393 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0351 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8410 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.2655 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8411 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9440 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8413 , cls_60 , 0.0000 , 0.0840 , 0.0061 , 5185185.1852 , 1.5556 , 0.8853 , 0.7135 , 0.5926 , 0.0000 , 0.0000 , 0.0000 , 5.5931 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8414 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 3.2025 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8445 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6150 , 0.0484 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8497 , cls_60 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.0390 , 0.0360 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8502 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0502 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8503 , cls_60 , 0.0000 , 0.0660 , 0.0047 , 5238095.2381 , 1.3750 , 0.9142 , 0.5652 , 0.5595 , 0.0000 , 0.0000 , 0.0000 , 2.4669 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8525 , cls_60 , 0.0000 , 0.0540 , 0.0045 , 5454545.4545 , 1.2857 , 0.9338 , 0.5881 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 1.2478 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8535 , cls_60 , 0.0000 , 0.2640 , 0.0175 , 4731182.7957 , 2.7500 , 0.7257 , 0.8603 , 0.6210 , 0.0000 , 0.0000 , 0.0000 , 6.5636 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8543 , cls_60 , 0.0000 , 0.0840 , 0.0059 , 3888888.8889 , 1.4000 , 0.9154 , 0.4731 , 0.6736 , 0.0000 , 0.0000 , 0.0000 , 0.5543 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8551 , cls_60 , 0.0000 , 0.0540 , 0.0047 , 4000000.0000 , 1.1250 , 0.9663 , 0.5225 , 0.6556 , 0.0000 , 0.0000 , 0.0000 , 5.7670 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8590 , cls_60 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 8.4816 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8595 , cls_60 , 0.0000 , 0.1080 , 0.0066 , 8571428.5714 , 2.2500 , 0.8045 , 0.8181 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 20.2182 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8648 , cls_60 , 0.0000 , 0.0600 , 0.0056 , 7407407.4074 , 1.6667 , 0.8916 , 0.8024 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 0.8582 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8698 , cls_60 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.8190 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8700 , cls_60 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 1.8303 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8736 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2194 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8742 , cls_60 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 0.1514 , 0.0726 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8749 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.4843 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8754 , cls_60 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.7448 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8762 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2321 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8778 , cls_60 , 0.0000 , 0.0600 , 0.0051 , 5128205.1282 , 1.2500 , 0.9278 , 0.6689 , 0.5641 , 0.0000 , 0.0000 , 0.0000 , 1.1042 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8806 , cls_60 , 0.0000 , 0.1740 , 0.0092 , 5370370.3704 , 2.4167 , 0.7804 , 0.7838 , 0.5509 , 0.0000 , 0.0000 , 0.0000 , 8.1066 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8842 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.9268 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8875 , cls_60 , 0.0000 , 0.0480 , 0.0041 , 5333333.3333 , 1.1429 , 0.9495 , 0.6255 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 1.7844 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8885 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1980 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8903 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.7704 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8929 , cls_60 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.5616 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8932 , cls_60 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 7.3666 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8990 , cls_60 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0688 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8996 , cls_60 , 0.0000 , 0.0540 , 0.0045 , 6000000.0000 , 1.2857 , 0.9243 , 0.6817 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.0318 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9019 , cls_60 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 2.9119 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9028 , cls_60 , 0.0000 , 0.0480 , 0.0041 , 5925925.9259 , 1.3333 , 0.9389 , 0.6630 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.3091 , 0.0330 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9042 , cls_60 , 0.0000 , 0.0480 , 0.0041 , 4444444.4444 , 1.1429 , 0.9685 , 0.5225 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 0.5162 , 0.0395 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9080 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5125 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9082 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.6946 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9087 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2564 , 0.0511 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9096 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.3414 , 0.0633 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9098 , cls_60 , 0.0000 , 0.1140 , 0.0095 , 2945736.4341 , 1.3571 , 0.9056 , 0.7329 , 0.7287 , 0.0000 , 0.0000 , 0.0000 , 0.8031 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9110 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.7265 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9118 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1551 , 0.0759 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9121 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9282 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9128 , cls_60 , 0.0000 , 0.0480 , 0.0040 , 4848484.8485 , 1.1429 , 0.9594 , 0.5170 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 1.3794 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9156 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6188 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9284 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.5401 , 0.0408 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9289 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.1456 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9351 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5889 , 0.0484 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9390 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.7612 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9488 , cls_60 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 1.4192 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9489 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.2740 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9537 , cls_60 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.4834 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9539 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3712 , 0.0722 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9552 , cls_60 , 0.0000 , 0.0600 , 0.0057 , 3333333.3333 , 1.1111 , 0.9741 , 0.5609 , 0.6917 , 0.0000 , 0.0000 , 0.0000 , 1.1889 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9586 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.0169 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9631 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1165 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9636 , cls_60 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.7146 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9640 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9388 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9699 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.4049 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9702 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.3217 , 0.0726 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9743 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2322 , 0.0633 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9766 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4247 , 0.0306 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9774 , cls_60 , 0.0000 , 0.0540 , 0.0042 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 0.6652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9812 , cls_60 , 0.0000 , 0.0480 , 0.0047 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.3956 , 0.0391 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9857 , cls_60 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.6392 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9859 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0443 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9863 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6200 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9875 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1568 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 111 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0110 , 0.0930 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 246 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0301 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 321 , cls_40 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0634 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 433 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3124 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 461 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0690 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 464 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0607 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 882 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0554 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 896 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0256 , 0.0603 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 910 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0543 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 958 , cls_40 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.0521 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 977 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0914 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1149 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0928 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1265 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0737 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1420 , cls_40 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.0163 , 0.1061 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1537 , cls_40 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.0496 , 0.0306 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1588 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0192 , 0.0376 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1639 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0145 , 0.1140 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1722 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0269 , 0.0376 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1818 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0260 , 0.0658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1935 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0861 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2011 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1029 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2033 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0478 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2285 , cls_40 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.0478 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2350 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0393 , 0.0433 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2439 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1323 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2446 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0170 , 0.0811 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2490 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0312 , 0.0603 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2494 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0590 , 0.0309 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2540 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0307 , 0.0433 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2623 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0560 , 0.0309 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2702 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0250 , 0.0525 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2799 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0643 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2844 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0760 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2919 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0312 , 0.0497 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3103 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0431 , 0.0306 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3299 , cls_40 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0253 , 0.0497 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3499 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0208 , 0.0960 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3502 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0220 , 0.0886 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3815 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0313 , 0.0693 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4379 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.1589 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4380 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0992 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4474 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0233 , 0.0361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4505 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0324 , 0.0361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4536 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0246 , 0.1300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4554 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6225 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4555 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6289 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4630 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0100 , 0.0836 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4661 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0341 , 0.0366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4735 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0321 , 0.0755 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4808 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0436 , 0.0366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5071 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0173 , 0.0892 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5153 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1946 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5179 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0328 , 0.0890 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5197 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0116 , 0.0836 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5208 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1921 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5290 , cls_40 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0537 , 0.0446 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5304 , cls_40 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 0.0615 , 0.0382 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5428 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0465 , 0.0781 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5432 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0997 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5511 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0443 , 0.0390 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5542 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3609 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5543 , cls_40 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.2385 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5581 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0583 , 0.0551 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5593 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.1131 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5709 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1986 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5723 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1603 , 0.0297 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5845 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0930 , 0.0361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5856 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0410 , 0.0390 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5869 , cls_40 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 0.2495 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5871 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.1800 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5896 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2002 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5979 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2012 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5988 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0295 , 0.0518 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6004 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.0914 , 0.0361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6054 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5941 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6161 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2044 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6162 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.1588 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6196 , cls_40 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6489 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6233 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0456 , 0.0534 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6278 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7430 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6385 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0887 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6463 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2248 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6478 , cls_40 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0337 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6548 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0362 , 0.0840 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6557 , cls_40 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2151 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6585 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0846 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6589 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0758 , 0.0324 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6593 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2263 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6621 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1668 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6623 , cls_40 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1634 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6665 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0350 , 0.0534 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6819 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0484 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6895 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0853 , 0.0324 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6903 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.1061 , 0.0313 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6908 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0684 , 0.0612 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6945 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1587 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7015 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0435 , 0.0785 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7064 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1322 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7307 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0649 , 0.0552 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7505 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0595 , 0.0418 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7568 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0791 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7612 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0578 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7678 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0608 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7719 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.1912 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7720 , cls_40 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.0982 , 0.0366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7733 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0841 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7774 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0213 , 0.0841 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7847 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2371 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7857 , cls_40 , 0.0000 , 0.0600 , 0.0054 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 0.0931 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7895 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1029 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7961 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0534 , 0.0418 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7989 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0497 , 0.0674 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8009 , cls_40 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3654 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8055 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0292 , 0.0700 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8070 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0998 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8146 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3813 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8233 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0342 , 0.0466 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8317 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0372 , 0.0566 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8397 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0367 , 0.0741 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8534 , cls_40 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.0221 , 0.0700 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8743 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0221 , 0.0789 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8864 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0464 , 0.0371 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8969 , cls_40 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0363 , 0.0671 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9139 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0267 , 0.0949 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9142 , cls_40 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0296 , 0.0607 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9170 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0296 , 0.0779 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9216 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0454 , 0.0371 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9567 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0324 , 0.0484 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9616 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0674 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9669 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0129 , 0.1513 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9721 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0313 , 0.0607 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9782 , cls_40 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.0213 , 0.0589 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9827 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0579 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 142 , cls_180 , 0.0000 , 0.0720 , 0.0050 , 7272727.2727 , 1.7143 , 0.8714 , 0.7307 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 1.0295 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 213 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.4833 , 0.1295 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 293 , cls_180 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.0421 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 306 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6376 , 0.0503 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 374 , cls_180 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.4661 , 0.0618 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 563 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7132 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 626 , cls_180 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.7667 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 676 , cls_180 , 0.0000 , 0.0960 , 0.0068 , 3678160.9195 , 1.4545 , 0.9041 , 0.5656 , 0.6954 , 0.0000 , 0.0000 , 0.0000 , 0.7782 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 772 , cls_180 , 0.0000 , 0.0600 , 0.0046 , 7407407.4074 , 1.6667 , 0.8916 , 0.7796 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 1.0781 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 849 , cls_180 , 0.0000 , 0.2820 , 0.0133 , 5136612.0219 , 2.9375 , 0.7065 , 0.7462 , 0.5710 , 0.0000 , 0.0000 , 0.0000 , 12.7824 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 857 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1773 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 901 , cls_180 , 0.0000 , 0.4140 , 0.0241 , 1982758.6207 , 2.2258 , 0.7350 , 0.8292 , 0.8297 , 0.0000 , 0.0000 , 0.0000 , 6.9162 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 930 , cls_180 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.1742 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 933 , cls_180 , 0.0000 , 0.0660 , 0.0051 , 5641025.6410 , 1.3750 , 0.9067 , 0.7146 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 47.0041 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1030 , cls_180 , 0.0000 , 0.1320 , 0.0088 , 3333333.3333 , 1.5714 , 0.8709 , 0.6685 , 0.7235 , 0.0000 , 0.0000 , 0.0000 , 5.6732 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1068 , cls_180 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.2139 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1168 , cls_180 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.6374 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1180 , cls_180 , 0.0000 , 0.0660 , 0.0048 , 4888888.8889 , 1.3750 , 0.9213 , 0.5225 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 1.8091 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1276 , cls_180 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8323 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1302 , cls_180 , 0.0000 , 0.0540 , 0.0041 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 1.6157 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1345 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5898 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1350 , cls_180 , 0.0000 , 0.0420 , 0.0031 , 6666666.6667 , 1.1667 , 0.9421 , 0.4757 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 0.4206 , 0.0295 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1387 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8412 , 0.0671 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1451 , cls_180 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.4140 , 0.0295 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1463 , cls_180 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.4253 , 0.0618 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1661 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8448 , 0.1396 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1763 , cls_180 , 0.0000 , 0.0600 , 0.0046 , 8333333.3333 , 1.6667 , 0.8805 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 99.8383 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1851 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.6439 , 0.0492 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1893 , cls_180 , 0.0000 , 0.0840 , 0.0062 , 3888888.8889 , 1.4000 , 0.9154 , 0.5299 , 0.6806 , 0.0000 , 0.0000 , 0.0000 , 15.2800 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1917 , cls_180 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.5273 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1945 , cls_180 , 0.0000 , 1.8120 , 0.0610 , 1564361.5644 , 4.1944 , 0.3552 , 0.7614 , 0.8691 , 0.0000 , 0.0000 , 0.0000 , 21.3218 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1950 , cls_180 , 0.0000 , 0.3120 , 0.0206 , 1456582.6331 , 1.6774 , 0.8301 , 0.5932 , 0.8725 , 0.0000 , 0.0000 , 0.0000 , 1.5787 , 0.0480 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1999 , cls_180 , 0.0000 , 0.0660 , 0.0048 , 4583333.3333 , 1.3750 , 0.9280 , 0.5031 , 0.6354 , 0.0000 , 0.0000 , 0.0000 , 261.1901 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2016 , cls_180 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 326.9056 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2061 , cls_180 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 80.5512 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2083 , cls_180 , 0.0000 , 0.1080 , 0.0082 , 2666666.6667 , 1.2857 , 0.9248 , 0.5593 , 0.7667 , 0.0000 , 0.0000 , 0.0000 , 13.5231 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2109 , cls_180 , 0.0000 , 0.0600 , 0.0047 , 4166666.6667 , 1.2500 , 0.9495 , 0.5031 , 0.6458 , 0.0000 , 0.0000 , 0.0000 , 4.4456 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2110 , cls_180 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.0923 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2155 , cls_180 , 0.0000 , 0.0600 , 0.0050 , 6060606.0606 , 1.4286 , 0.9110 , 0.7357 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 263.6568 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2205 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9976 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2231 , cls_180 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.2287 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2233 , cls_180 , 0.0000 , 0.0720 , 0.0059 , 5714285.7143 , 1.5000 , 0.8948 , 0.7903 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 44.9606 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2256 , cls_180 , 0.0000 , 0.0600 , 0.0055 , 5128205.1282 , 1.2500 , 0.9278 , 0.7453 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 322.9694 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2326 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 85.7863 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2449 , cls_180 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 25.8846 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2450 , cls_180 , 0.0000 , 0.1560 , 0.0097 , 2751322.7513 , 1.6250 , 0.8680 , 0.5664 , 0.7672 , 0.0000 , 0.0000 , 0.0000 , 48.2356 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2521 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 17.6096 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2543 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 162.9280 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2601 , cls_180 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 28.7447 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2626 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.5763 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2679 , cls_180 , 0.0000 , 0.0540 , 0.0040 , 6666666.6667 , 1.5000 , 0.9139 , 0.6048 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 16.9314 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2682 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 161.6137 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2723 , cls_180 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 21.2866 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2764 , cls_180 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 20.5898 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3056 , cls_180 , 0.0000 , 0.0900 , 0.0064 , 3846153.8462 , 1.3636 , 0.9077 , 0.5132 , 0.6795 , 0.0000 , 0.0000 , 0.0000 , 713.0124 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3057 , cls_180 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 88.8630 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3099 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.6311 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3101 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 17.1998 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3102 , cls_180 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 27.7133 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3126 , cls_180 , 0.0000 , 3.2040 , 0.0799 , 1261516.6549 , 4.9907 , 0.1208 , 0.7515 , 0.8958 , 0.0000 , 0.0000 , 0.0000 , 14.4231 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3649 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.6751 , 0.1006 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3976 , cls_180 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 15.9211 , 0.0408 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4188 , cls_180 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.2468 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4216 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3132 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4243 , cls_180 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.6156 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4364 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5401 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4978 , cls_180 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.9147 , 0.0886 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5075 , cls_180 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 282.7857 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5103 , cls_180 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 113.6831 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5128 , cls_180 , 0.0000 , 0.0480 , 0.0048 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 217.4896 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5170 , cls_180 , 0.0000 , 0.1140 , 0.0085 , 2695035.4610 , 1.3571 , 0.9160 , 0.5632 , 0.7730 , 0.0000 , 0.0000 , 0.0000 , 28.6011 , 0.0295 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5323 , cls_180 , 0.0000 , 0.0540 , 0.0043 , 4615384.6154 , 1.1250 , 0.9510 , 0.5132 , 0.6282 , 0.0000 , 0.0000 , 0.0000 , 706.0154 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5324 , cls_180 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 353.5950 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5380 , cls_180 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2.3415 , 0.0924 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5444 , cls_180 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 29.9184 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5650 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2400 , 0.0962 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5691 , cls_180 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.4068 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5701 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2222 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5735 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4895 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5768 , cls_180 , 0.0000 , 0.0780 , 0.0067 , 5098039.2157 , 1.4444 , 0.8964 , 0.7360 , 0.5588 , 0.0000 , 0.0000 , 0.0000 , 8.0841 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5795 , cls_180 , 0.0000 , 0.0600 , 0.0044 , 6666666.6667 , 1.4286 , 0.9016 , 0.6559 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 3.8398 , 0.0771 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5849 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3402 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5851 , cls_180 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 6.6389 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6023 , cls_180 , 0.0000 , 0.0840 , 0.0073 , 5833333.3333 , 1.7500 , 0.8735 , 0.8330 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 33.6460 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6046 , cls_180 , 0.0000 , 1.2780 , 0.0625 , 1708784.5969 , 3.6724 , 0.4661 , 0.7855 , 0.8508 , 0.0000 , 0.0000 , 0.0000 , 4.5817 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6060 , cls_180 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.4280 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6124 , cls_180 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 2.5588 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6163 , cls_180 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.5246 , 0.0450 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6204 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1140 , 0.0437 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6287 , cls_180 , 0.0000 , 0.0720 , 0.0049 , 8000000.0000 , 1.7143 , 0.8625 , 0.6894 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 0.6145 , 0.0573 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6308 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1141 , 0.0589 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7132 , cls_180 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.9662 , 0.0732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7757 , cls_180 , 0.0000 , 0.1800 , 0.0119 , 3921568.6275 , 2.0000 , 0.8069 , 0.6937 , 0.6699 , 0.0000 , 0.0000 , 0.0000 , 52.1747 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8694 , cls_180 , 0.0000 , 0.1740 , 0.0160 , 4296296.2963 , 2.0714 , 0.8026 , 0.8925 , 0.6185 , 0.0000 , 0.0000 , 0.0000 , 0.5184 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8729 , cls_180 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.0843 , 0.0780 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8741 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.6426 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8817 , cls_180 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.1901 , 0.0908 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8887 , cls_180 , 0.0000 , 0.0660 , 0.0055 , 6111111.1111 , 1.5714 , 0.8988 , 0.7753 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 0.3525 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8917 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5323 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8949 , cls_180 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.2166 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 217 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0057 , 0.2126 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 366 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0560 , 0.0618 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 698 , cls_61 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0454 , 0.0384 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 792 , cls_61 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.6255 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 1.0376 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 876 , cls_61 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2300 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 904 , cls_61 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 0.7241 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 935 , cls_61 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.2715 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 937 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3925 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1005 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2398 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1199 , cls_61 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0430 , 0.0642 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1831 , cls_61 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.0681 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1965 , cls_61 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.3816 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2062 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1752 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2063 , cls_61 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.5911 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2082 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1738 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2139 , cls_61 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.6113 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2522 , cls_61 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5311 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2541 , cls_61 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.6817 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 0.1624 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2542 , cls_61 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2356 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2627 , cls_61 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4428 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2680 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6374 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2724 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1346 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4970 , cls_61 , 0.0000 , 0.0420 , 0.0036 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.1436 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4988 , cls_61 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0195 , 0.0618 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5078 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4250 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5079 , cls_61 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.4023 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 604 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0082 , 0.0874 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 640 , cls_110 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0042 , 0.1052 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 845 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0079 , 0.0874 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1576 , cls_110 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0062 , 0.0886 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1706 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0604 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1872 , cls_110 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0912 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1943 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0746 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1963 , cls_110 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0802 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2763 , cls_110 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0078 , 0.1024 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4738 , cls_110 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0088 , 0.1084 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5326 , cls_110 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0043 , 0.1036 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5626 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0303 , 0.0853 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6199 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0154 , 0.0990 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6224 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1779 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6260 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0045 , 0.1036 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6306 , cls_110 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0803 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6502 , cls_110 , 0.0000 , 0.1020 , 0.0097 , 6296296.2963 , 1.8889 , 0.8408 , 0.8451 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 0.0336 , 0.0361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6504 , cls_110 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0064 , 0.0711 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7184 , cls_110 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0045 , 0.0711 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7241 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0155 , 0.0990 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7696 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0305 , 0.0391 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7758 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0118 , 0.0633 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7933 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0273 , 0.0391 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8371 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0151 , 0.0633 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8680 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0099 , 0.0914 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8809 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0230 , 0.0601 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8857 , cls_110 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0211 , 0.0592 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9116 , cls_110 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0181 , 0.0454 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9138 , cls_110 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0285 , 0.0454 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9438 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4036 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9461 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4034 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9514 , cls_110 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0111 , 0.0769 +LID , PID , TYPE , AREA , PERIM , GYRATE , PARA , SHAPE , FRAC , CIRCLE , CONTIG , CORE , NCORE , CAI , PROX , ENN +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 510.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 8 , cls_71 , 1.5300 , 960.0000 , 68.6567 , 627.4510 , 1.7778 , 1.1376 , 0.7453 , 0.4706 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 18 , cls_71 , 1.5300 , 1020.0000 , 92.7726 , 666.6667 , 1.8889 , 1.1502 , 0.8537 , 0.4412 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 38 , cls_71 , 0.6300 , 480.0000 , 38.1979 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 342.0526 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 45 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 408.0441 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 62 , cls_71 , 1.8900 , 900.0000 , 65.8336 , 476.1905 , 1.5000 , 1.1001 , 0.6658 , 0.5873 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 64 , cls_71 , 0.9900 , 840.0000 , 66.6470 , 848.4848 , 2.0000 , 1.1624 , 0.8571 , 0.3485 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 67 , cls_71 , 1.0800 , 780.0000 , 60.7440 , 722.2222 , 1.8571 , 1.1355 , 0.7649 , 0.3750 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 78 , cls_71 , 2.4300 , 1860.0000 , 125.3710 , 765.4321 , 2.8182 , 1.2165 , 0.8873 , 0.3642 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 81 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 100 , cls_71 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 582.4946 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 131 , cls_71 , 2.9700 , 1620.0000 , 90.9210 , 545.4545 , 2.2500 , 1.1659 , 0.7122 , 0.5758 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 136 , cls_71 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 138 , cls_71 , 1.9800 , 900.0000 , 60.3999 , 454.5455 , 1.5000 , 1.0949 , 0.4715 , 0.6212 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 366.1967 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 145 , cls_71 , 4.9500 , 2760.0000 , 238.6824 , 557.5758 , 3.0667 , 1.2094 , 0.9274 , 0.5455 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 147 , cls_71 , 6.0300 , 3420.0000 , 209.1185 , 567.1642 , 3.3529 , 1.2267 , 0.8767 , 0.5448 , 6.0300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 156 , cls_71 , 2.1600 , 1800.0000 , 155.0600 , 833.3333 , 3.0000 , 1.2242 , 0.8998 , 0.3611 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 159 , cls_71 , 7.9200 , 1800.0000 , 117.7192 , 227.2727 , 1.5789 , 1.0832 , 0.5690 , 0.8125 , 7.9200 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 160 , cls_71 , 1.8000 , 1140.0000 , 101.8113 , 633.3333 , 2.1111 , 1.1538 , 0.8623 , 0.4667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 168 , cls_71 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 169 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 177 , cls_71 , 5.8500 , 2940.0000 , 128.4057 , 502.5641 , 2.8824 , 1.2025 , 0.7055 , 0.6000 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 179 , cls_71 , 1.4400 , 780.0000 , 54.7772 , 541.6667 , 1.6250 , 1.1014 , 0.6082 , 0.5729 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 180 , cls_71 , 1.2600 , 660.0000 , 54.9643 , 523.8095 , 1.3750 , 1.0816 , 0.6637 , 0.5595 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 185 , cls_71 , 1.9800 , 1200.0000 , 82.5570 , 606.0606 , 2.0000 , 1.1530 , 0.6704 , 0.5076 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 188 , cls_71 , 14.8500 , 4740.0000 , 176.5881 , 319.1919 , 3.0385 , 1.1887 , 0.6783 , 0.7424 , 14.8500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 197 , cls_71 , 0.6300 , 540.0000 , 43.8985 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 203 , cls_71 , 0.9900 , 780.0000 , 54.8862 , 787.8788 , 1.8571 , 1.1463 , 0.7307 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 208 , cls_71 , 1.7100 , 1140.0000 , 71.7080 , 666.6667 , 2.1111 , 1.1599 , 0.7531 , 0.4649 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 211 , cls_71 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 213 , cls_71 , 1.4400 , 960.0000 , 66.4021 , 666.6667 , 2.0000 , 1.1448 , 0.7247 , 0.4583 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 223 , cls_71 , 3.5100 , 1920.0000 , 116.4815 , 547.0085 , 2.4615 , 1.1798 , 0.8014 , 0.5256 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 229 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 231 , cls_71 , 0.5400 , 420.0000 , 34.6040 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 232 , cls_71 , 7.3800 , 3360.0000 , 178.6629 , 455.2846 , 2.9474 , 1.2014 , 0.8675 , 0.6402 , 7.3800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 234 , cls_71 , 0.8100 , 420.0000 , 35.4985 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 237 , cls_71 , 1.7100 , 1320.0000 , 78.4611 , 771.9298 , 2.4444 , 1.1899 , 0.8065 , 0.4298 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 238 , cls_71 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 239 , cls_71 , 5.1300 , 3420.0000 , 208.3330 , 666.6667 , 3.5625 , 1.2450 , 0.8810 , 0.4795 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 258.0698 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 245 , cls_71 , 2.4300 , 1500.0000 , 72.6765 , 617.2840 , 2.2727 , 1.1739 , 0.5955 , 0.5123 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 260 , cls_71 , 2.4300 , 1380.0000 , 72.0920 , 567.9012 , 2.0909 , 1.1573 , 0.5354 , 0.5617 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 278 , cls_71 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 292 , cls_71 , 0.6300 , 480.0000 , 39.8596 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 293 , cls_71 , 0.5400 , 480.0000 , 40.9189 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 294 , cls_71 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 295 , cls_71 , 4.9500 , 3300.0000 , 314.4296 , 666.6667 , 3.6667 , 1.2425 , 0.9558 , 0.4636 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 305 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 307 , cls_71 , 3.9600 , 2220.0000 , 110.3488 , 560.6061 , 2.6429 , 1.1938 , 0.7097 , 0.5644 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 320 , cls_71 , 1.3500 , 780.0000 , 47.8001 , 577.7778 , 1.6250 , 1.1089 , 0.3414 , 0.5556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 332 , cls_71 , 7.5600 , 2760.0000 , 144.0559 , 365.0794 , 2.4211 , 1.1638 , 0.7899 , 0.6964 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 333 , cls_71 , 1.5300 , 1020.0000 , 65.0110 , 666.6667 , 1.8889 , 1.1502 , 0.7595 , 0.4608 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 334 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 366.1967 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 336 , cls_71 , 1.2600 , 780.0000 , 60.0041 , 619.0476 , 1.6250 , 1.1170 , 0.6927 , 0.4762 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 337 , cls_71 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 258.0698 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 343 , cls_71 , 1.7100 , 720.0000 , 53.8890 , 421.0526 , 1.3333 , 1.0656 , 0.5435 , 0.6579 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 344 , cls_71 , 0.6300 , 600.0000 , 42.7757 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 345 , cls_71 , 1.1700 , 960.0000 , 62.6605 , 820.5128 , 2.0000 , 1.1702 , 0.7701 , 0.3718 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 348 , cls_71 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 359 , cls_71 , 0.9000 , 600.0000 , 45.6384 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 365 , cls_71 , 3.1500 , 1440.0000 , 86.2222 , 457.1429 , 2.0000 , 1.1366 , 0.7249 , 0.6286 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 373 , cls_71 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 377 , cls_71 , 0.6300 , 600.0000 , 53.6428 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 379 , cls_71 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 392 , cls_71 , 1.8000 , 1320.0000 , 119.3948 , 733.3333 , 2.4444 , 1.1837 , 0.8981 , 0.4167 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 393 , cls_71 , 1.0800 , 720.0000 , 59.5080 , 666.6667 , 1.7143 , 1.1183 , 0.7935 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 405 , cls_71 , 1.3500 , 1020.0000 , 86.5748 , 755.5556 , 2.1250 , 1.1653 , 0.8198 , 0.3889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 407 , cls_71 , 0.6300 , 660.0000 , 46.6756 , 1047.6190 , 1.8333 , 1.1673 , 0.7379 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 408 , cls_71 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 410 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 415 , cls_71 , 0.8100 , 540.0000 , 45.0223 , 666.6667 , 1.5000 , 1.0901 , 0.7135 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 420 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 423 , cls_71 , 2.3400 , 1620.0000 , 114.0290 , 692.3077 , 2.4545 , 1.1936 , 0.8727 , 0.4359 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 441 , cls_71 , 7.2900 , 1440.0000 , 107.2222 , 197.5309 , 1.3333 , 1.0514 , 0.4425 , 0.8333 , 7.2900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 451 , cls_71 , 1.2600 , 660.0000 , 55.5465 , 523.8095 , 1.3750 , 1.0816 , 0.7258 , 0.5476 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 453 , cls_71 , 0.8100 , 720.0000 , 61.5680 , 888.8889 , 2.0000 , 1.1540 , 0.8451 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 459 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 468 , cls_71 , 1.0800 , 840.0000 , 58.4571 , 777.7778 , 2.0000 , 1.1515 , 0.7495 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 483 , cls_71 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 490 , cls_71 , 0.5400 , 540.0000 , 44.2081 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 494 , cls_71 , 1.8900 , 1200.0000 , 81.7723 , 634.9206 , 2.0000 , 1.1585 , 0.7547 , 0.5000 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 506 , cls_71 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 508 , cls_71 , 2.3400 , 1440.0000 , 101.4750 , 615.3846 , 2.1818 , 1.1701 , 0.8345 , 0.5256 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 509 , cls_71 , 1.1700 , 960.0000 , 78.8274 , 820.5128 , 2.0000 , 1.1702 , 0.8783 , 0.3590 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 510 , cls_71 , 0.5400 , 540.0000 , 45.6494 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 527 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 533 , cls_71 , 0.5400 , 420.0000 , 34.6040 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 541 , cls_71 , 0.4500 , 480.0000 , 36.7251 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 300.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 543 , cls_71 , 9.5400 , 4500.0000 , 240.4357 , 471.6981 , 3.5714 , 1.2255 , 0.8631 , 0.6132 , 9.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 547 , cls_71 , 0.7200 , 540.0000 , 48.3771 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 559 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 563 , cls_71 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 566 , cls_71 , 1.0800 , 1020.0000 , 71.1494 , 944.4444 , 2.4286 , 1.1933 , 0.7753 , 0.2917 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 568 , cls_71 , 0.6300 , 420.0000 , 32.0282 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 569 , cls_71 , 2.9700 , 1620.0000 , 186.2952 , 545.4545 , 2.2500 , 1.1659 , 0.9229 , 0.5000 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 580 , cls_71 , 1.0800 , 720.0000 , 45.5469 , 666.6667 , 1.7143 , 1.1183 , 0.5506 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 584 , cls_71 , 0.5400 , 600.0000 , 56.0086 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 585 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 247.3863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 586 , cls_71 , 0.6300 , 420.0000 , 32.0282 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 587 , cls_71 , 1.6200 , 1080.0000 , 62.4545 , 666.6667 , 2.0000 , 1.1552 , 0.6048 , 0.4815 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 588 , cls_71 , 2.1600 , 1680.0000 , 81.4195 , 777.7778 , 2.8000 , 1.2104 , 0.6850 , 0.3958 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 589 , cls_71 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 591 , cls_71 , 1.1700 , 600.0000 , 44.7324 , 512.8205 , 1.2500 , 1.0698 , 0.5963 , 0.5769 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 596 , cls_71 , 1.5300 , 660.0000 , 53.8950 , 431.3725 , 1.2222 , 1.0598 , 0.5837 , 0.6373 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 598 , cls_71 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 602 , cls_71 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 608 , cls_71 , 1.8000 , 1020.0000 , 60.1934 , 566.6667 , 1.8889 , 1.1311 , 0.5609 , 0.5417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 610 , cls_71 , 1.7100 , 960.0000 , 79.1898 , 561.4035 , 1.7778 , 1.1246 , 0.8065 , 0.5088 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 612 , cls_71 , 1.3500 , 840.0000 , 66.3944 , 622.2222 , 1.7500 , 1.1245 , 0.8090 , 0.5111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 615 , cls_71 , 0.6300 , 480.0000 , 34.7434 , 761.9048 , 1.3333 , 1.0945 , 0.5048 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 247.3863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 620 , cls_71 , 8.5500 , 3780.0000 , 185.1651 , 442.1053 , 3.1500 , 1.2066 , 0.7376 , 0.6404 , 8.5500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 626 , cls_71 , 2.1600 , 1200.0000 , 67.3655 , 555.5556 , 2.0000 , 1.1430 , 0.5870 , 0.5625 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 629 , cls_71 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 642 , cls_71 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 652 , cls_71 , 0.5400 , 480.0000 , 34.2951 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 654 , cls_71 , 0.9000 , 480.0000 , 39.0917 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 663 , cls_71 , 1.2600 , 960.0000 , 74.3848 , 761.9048 , 2.0000 , 1.1610 , 0.8318 , 0.3929 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 667 , cls_71 , 1.0800 , 660.0000 , 48.4442 , 611.1111 , 1.5714 , 1.0996 , 0.6605 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 677 , cls_71 , 0.5400 , 480.0000 , 48.3776 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 682 , cls_71 , 0.5400 , 540.0000 , 40.5020 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 686 , cls_71 , 0.5400 , 600.0000 , 49.6257 , 1111.1111 , 2.0000 , 1.1661 , 0.8137 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 688 , cls_71 , 1.9800 , 1020.0000 , 66.1752 , 515.1515 , 1.7000 , 1.1202 , 0.6704 , 0.5758 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 696 , cls_71 , 1.5300 , 1020.0000 , 85.7256 , 666.6667 , 1.8889 , 1.1502 , 0.8727 , 0.4118 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 704 , cls_71 , 1.3500 , 1140.0000 , 101.5893 , 844.4444 , 2.3750 , 1.1887 , 0.8939 , 0.3222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 709 , cls_71 , 2.6100 , 1320.0000 , 79.3305 , 505.7471 , 2.0000 , 1.1405 , 0.6450 , 0.5977 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 717 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 721 , cls_71 , 1.3500 , 900.0000 , 79.5230 , 666.6667 , 1.8750 , 1.1390 , 0.7753 , 0.4556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 725 , cls_71 , 0.6300 , 600.0000 , 52.0134 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 726 , cls_71 , 1.8000 , 1440.0000 , 82.5126 , 800.0000 , 2.6667 , 1.2015 , 0.7963 , 0.3750 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 735 , cls_71 , 1.9800 , 1140.0000 , 80.5609 , 575.7576 , 1.9000 , 1.1427 , 0.7430 , 0.5152 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 747 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 342.0526 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 757 , cls_71 , 0.7200 , 480.0000 , 37.4149 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 763 , cls_71 , 0.5400 , 540.0000 , 37.1566 , 1000.0000 , 1.8000 , 1.1415 , 0.7613 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 764 , cls_71 , 2.5200 , 1140.0000 , 85.2876 , 452.3810 , 1.7273 , 1.1155 , 0.7607 , 0.6250 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 772 , cls_71 , 1.8000 , 660.0000 , 52.0513 , 366.6667 , 1.2222 , 1.0422 , 0.4341 , 0.7000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 777 , cls_71 , 0.6300 , 480.0000 , 38.6744 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 782 , cls_71 , 0.9000 , 660.0000 , 58.0499 , 733.3333 , 1.5714 , 1.1216 , 0.8041 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 784 , cls_71 , 0.6300 , 480.0000 , 36.0130 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 270.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 786 , cls_71 , 0.8100 , 540.0000 , 43.8377 , 666.6667 , 1.5000 , 1.0901 , 0.7135 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 787 , cls_71 , 0.5400 , 540.0000 , 44.6040 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 789 , cls_71 , 0.6300 , 480.0000 , 37.5457 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 790 , cls_71 , 0.8100 , 480.0000 , 39.4281 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 791 , cls_71 , 0.4500 , 480.0000 , 36.4884 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 218.4033 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 792 , cls_71 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 793 , cls_71 , 0.9000 , 840.0000 , 72.3248 , 933.3333 , 2.0000 , 1.1745 , 0.8232 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 811 , cls_71 , 0.5400 , 540.0000 , 43.2414 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 816 , cls_71 , 2.0700 , 960.0000 , 58.5086 , 463.7681 , 1.6000 , 1.1030 , 0.4951 , 0.6377 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 819 , cls_71 , 2.3400 , 1680.0000 , 100.5663 , 717.9487 , 2.5455 , 1.2008 , 0.7453 , 0.4295 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 821 , cls_71 , 3.9600 , 1440.0000 , 96.8979 , 363.6364 , 1.7143 , 1.1120 , 0.6584 , 0.6970 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 822 , cls_71 , 0.7200 , 660.0000 , 46.6041 , 916.6667 , 1.8333 , 1.1497 , 0.7736 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 825 , cls_71 , 2.1600 , 900.0000 , 63.8700 , 416.6667 , 1.5000 , 1.0853 , 0.6180 , 0.6458 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 831 , cls_71 , 0.9000 , 600.0000 , 52.9625 , 666.6667 , 1.4286 , 1.1006 , 0.7551 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 843 , cls_71 , 5.7600 , 2340.0000 , 109.5022 , 406.2500 , 2.4375 , 1.1626 , 0.6025 , 0.6719 , 5.7600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 848 , cls_71 , 3.1500 , 1500.0000 , 87.1514 , 476.1905 , 2.0833 , 1.1444 , 0.5911 , 0.6190 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 852 , cls_71 , 1.2600 , 1020.0000 , 74.2030 , 809.5238 , 2.1250 , 1.1738 , 0.7379 , 0.3810 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 858 , cls_71 , 0.9000 , 720.0000 , 58.9496 , 800.0000 , 1.7143 , 1.1407 , 0.8232 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 864 , cls_71 , 1.8900 , 900.0000 , 62.4534 , 476.1905 , 1.5000 , 1.1001 , 0.5886 , 0.6032 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 876 , cls_71 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 878 , cls_71 , 1.7100 , 1140.0000 , 64.8774 , 666.6667 , 2.1111 , 1.1599 , 0.6976 , 0.5175 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 890 , cls_71 , 0.6300 , 420.0000 , 35.6454 , 666.6667 , 1.1667 , 1.0640 , 0.6572 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 891 , cls_71 , 0.5400 , 420.0000 , 32.0363 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 892 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 895 , cls_71 , 4.5000 , 2220.0000 , 111.5808 , 493.3333 , 2.4667 , 1.1795 , 0.7256 , 0.6100 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 270.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 900 , cls_71 , 6.1200 , 2820.0000 , 157.1816 , 460.7843 , 2.7647 , 1.1900 , 0.7888 , 0.6127 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 905 , cls_71 , 0.5400 , 420.0000 , 35.0749 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 908 , cls_71 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 919 , cls_71 , 1.0800 , 840.0000 , 67.2003 , 777.7778 , 2.0000 , 1.1515 , 0.7935 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 929 , cls_71 , 1.7100 , 1020.0000 , 89.1992 , 596.4912 , 1.8889 , 1.1370 , 0.8488 , 0.4737 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 932 , cls_71 , 0.5400 , 480.0000 , 34.4042 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 935 , cls_71 , 7.0200 , 2460.0000 , 135.1749 , 350.4274 , 2.2778 , 1.1509 , 0.7440 , 0.7115 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 936 , cls_71 , 4.2300 , 1200.0000 , 87.5537 , 283.6879 , 1.4286 , 1.0709 , 0.5632 , 0.7553 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 937 , cls_71 , 0.6300 , 660.0000 , 52.6853 , 1047.6190 , 1.8333 , 1.1673 , 0.8019 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 300.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 939 , cls_71 , 0.4500 , 480.0000 , 38.4853 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 943 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 944 , cls_71 , 6.1200 , 3120.0000 , 220.9105 , 509.8039 , 3.0588 , 1.2084 , 0.9239 , 0.5637 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 945 , cls_71 , 1.0800 , 840.0000 , 60.0151 , 777.7778 , 2.0000 , 1.1515 , 0.7366 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 950 , cls_71 , 1.1700 , 840.0000 , 71.6994 , 717.9487 , 1.7500 , 1.1416 , 0.8294 , 0.3846 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 961 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 324.4996 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 962 , cls_71 , 0.7200 , 480.0000 , 38.0386 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 966 , cls_71 , 1.1700 , 840.0000 , 69.3800 , 717.9487 , 1.7500 , 1.1416 , 0.7146 , 0.3974 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 970 , cls_71 , 12.1500 , 5220.0000 , 230.7214 , 429.6296 , 3.6250 , 1.2255 , 0.7966 , 0.6741 , 12.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 976 , cls_71 , 0.9900 , 780.0000 , 51.4346 , 787.8788 , 1.8571 , 1.1463 , 0.7199 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 983 , cls_71 , 5.1300 , 1380.0000 , 93.6662 , 269.0058 , 1.4375 , 1.0776 , 0.5706 , 0.7778 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 989 , cls_71 , 4.8600 , 2820.0000 , 185.9728 , 580.2469 , 3.1333 , 1.2155 , 0.8638 , 0.5401 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 993 , cls_71 , 0.7200 , 780.0000 , 65.8446 , 1083.3333 , 2.1667 , 1.1874 , 0.8433 , 0.2083 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 995 , cls_71 , 0.5400 , 480.0000 , 37.6942 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 997 , cls_71 , 0.9000 , 660.0000 , 52.0546 , 733.3333 , 1.5714 , 1.1216 , 0.7913 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 999 , cls_71 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1012 , cls_71 , 0.7200 , 600.0000 , 44.4136 , 833.3333 , 1.6667 , 1.1283 , 0.7247 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1014 , cls_71 , 0.7200 , 480.0000 , 36.3494 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1019 , cls_71 , 0.9900 , 720.0000 , 59.8869 , 727.2727 , 1.7143 , 1.1289 , 0.8055 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1030 , cls_71 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1031 , cls_71 , 1.4400 , 720.0000 , 57.2337 , 500.0000 , 1.5000 , 1.0847 , 0.6866 , 0.5729 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1032 , cls_71 , 0.5400 , 480.0000 , 41.7873 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1038 , cls_71 , 0.5400 , 480.0000 , 43.5357 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1047 , cls_71 , 1.6200 , 660.0000 , 52.7038 , 407.4074 , 1.2222 , 1.0536 , 0.6243 , 0.6574 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1052 , cls_71 , 1.0800 , 480.0000 , 39.8550 , 444.4444 , 1.1429 , 1.0310 , 0.3888 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1054 , cls_71 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1064 , cls_71 , 0.9000 , 660.0000 , 62.1236 , 733.3333 , 1.5714 , 1.1216 , 0.8128 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1065 , cls_71 , 1.4400 , 780.0000 , 61.3495 , 541.6667 , 1.6250 , 1.1014 , 0.7209 , 0.5521 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1074 , cls_71 , 0.4500 , 420.0000 , 35.2060 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1077 , cls_71 , 0.5400 , 540.0000 , 41.8664 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1090 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1096 , cls_71 , 1.0800 , 540.0000 , 41.6800 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1097 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1108 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 391.1521 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1114 , cls_71 , 6.3900 , 3360.0000 , 154.5020 , 525.8216 , 3.2941 , 1.2171 , 0.7175 , 0.5610 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1119 , cls_71 , 0.7200 , 600.0000 , 46.5360 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1121 , cls_71 , 4.1400 , 2640.0000 , 129.2924 , 637.6812 , 3.1429 , 1.2214 , 0.8322 , 0.4928 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1123 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 516.1395 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1124 , cls_71 , 1.1700 , 960.0000 , 95.9360 , 820.5128 , 2.0000 , 1.1702 , 0.8783 , 0.3590 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1132 , cls_71 , 3.4200 , 1680.0000 , 90.0128 , 491.2281 , 2.1538 , 1.1571 , 0.6129 , 0.6228 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1135 , cls_71 , 0.6300 , 600.0000 , 48.9180 , 952.3810 , 1.6667 , 1.1455 , 0.8286 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1139 , cls_71 , 1.8000 , 840.0000 , 68.3786 , 466.6667 , 1.5556 , 1.0915 , 0.7375 , 0.6083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1141 , cls_71 , 0.7200 , 540.0000 , 42.1325 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1145 , cls_71 , 0.9000 , 600.0000 , 51.3376 , 666.6667 , 1.4286 , 1.1006 , 0.7805 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1146 , cls_71 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1147 , cls_71 , 0.9900 , 780.0000 , 55.8373 , 787.8788 , 1.8571 , 1.1463 , 0.7940 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1148 , cls_71 , 22.7700 , 7320.0000 , 260.2420 , 321.4756 , 3.8125 , 1.2179 , 0.7522 , 0.7319 , 22.7700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1149 , cls_71 , 3.9600 , 2700.0000 , 128.6412 , 681.8182 , 3.2143 , 1.2307 , 0.8249 , 0.4886 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1159 , cls_71 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1160 , cls_71 , 0.9900 , 480.0000 , 37.6899 , 484.8485 , 1.1429 , 1.0407 , 0.2997 , 0.6061 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1170 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 284.6050 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1172 , cls_71 , 2.3400 , 1080.0000 , 69.3857 , 461.5385 , 1.6364 , 1.1130 , 0.6322 , 0.6282 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1177 , cls_71 , 0.9000 , 480.0000 , 42.8067 , 533.3333 , 1.1429 , 1.0516 , 0.6559 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 218.4033 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1183 , cls_71 , 6.6600 , 1980.0000 , 127.5339 , 297.2973 , 1.8333 , 1.1173 , 0.6536 , 0.7477 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1186 , cls_71 , 0.6300 , 600.0000 , 44.8064 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1200 , cls_71 , 1.6200 , 1200.0000 , 71.9617 , 740.7407 , 2.2222 , 1.1769 , 0.7661 , 0.4444 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1204 , cls_71 , 1.5300 , 720.0000 , 49.4717 , 470.5882 , 1.3333 , 1.0779 , 0.5190 , 0.6275 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1206 , cls_71 , 1.3500 , 900.0000 , 68.8415 , 666.6667 , 1.8750 , 1.1390 , 0.8248 , 0.4222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1209 , cls_71 , 0.8100 , 1020.0000 , 67.4788 , 1259.2593 , 2.8333 , 1.2314 , 0.8451 , 0.1667 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1212 , cls_71 , 0.8100 , 480.0000 , 37.2049 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1214 , cls_71 , 2.3400 , 1560.0000 , 104.0707 , 666.6667 , 2.3636 , 1.1861 , 0.8529 , 0.4679 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 553.1727 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1216 , cls_71 , 1.6200 , 600.0000 , 50.9278 , 370.3704 , 1.1111 , 1.0339 , 0.4410 , 0.6759 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1217 , cls_71 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 313.2092 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1221 , cls_71 , 0.9000 , 720.0000 , 69.9835 , 800.0000 , 1.7143 , 1.1407 , 0.8279 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1223 , cls_71 , 3.6900 , 2220.0000 , 151.9885 , 601.6260 , 2.8462 , 1.2018 , 0.8880 , 0.5081 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1225 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1228 , cls_71 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1255 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 216.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1256 , cls_71 , 0.6300 , 420.0000 , 39.4421 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1257 , cls_71 , 0.9000 , 900.0000 , 68.4908 , 1000.0000 , 2.1429 , 1.1897 , 0.8041 , 0.2333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1261 , cls_71 , 0.7200 , 540.0000 , 35.3087 , 750.0000 , 1.5000 , 1.1046 , 0.4907 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1274 , cls_71 , 0.5400 , 540.0000 , 50.7673 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1275 , cls_71 , 4.2300 , 1560.0000 , 97.0182 , 368.7943 , 1.8571 , 1.1201 , 0.7081 , 0.6879 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1276 , cls_71 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 313.2092 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1282 , cls_71 , 2.5200 , 1080.0000 , 84.0436 , 428.5714 , 1.6364 , 1.1048 , 0.7258 , 0.6429 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1285 , cls_71 , 0.8100 , 480.0000 , 41.1101 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1286 , cls_71 , 0.7200 , 420.0000 , 36.4343 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1287 , cls_71 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1289 , cls_71 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1292 , cls_71 , 0.6300 , 480.0000 , 38.9733 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1297 , cls_71 , 4.1400 , 2100.0000 , 125.7758 , 507.2464 , 2.5000 , 1.1783 , 0.8035 , 0.5870 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1305 , cls_71 , 1.0800 , 840.0000 , 63.9540 , 777.7778 , 2.0000 , 1.1515 , 0.7649 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1306 , cls_71 , 1.7100 , 1140.0000 , 92.7379 , 666.6667 , 2.1111 , 1.1599 , 0.8376 , 0.4912 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1310 , cls_71 , 3.1500 , 2100.0000 , 103.3450 , 666.6667 , 2.9167 , 1.2094 , 0.7983 , 0.4810 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1313 , cls_71 , 0.7200 , 480.0000 , 39.0587 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1321 , cls_71 , 1.2600 , 900.0000 , 69.5152 , 714.2857 , 1.8750 , 1.1473 , 0.8217 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1323 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1325 , cls_71 , 0.4500 , 480.0000 , 32.2893 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1327 , cls_71 , 28.8000 , 4620.0000 , 250.7454 , 160.4167 , 2.1389 , 1.1219 , 0.5178 , 0.8672 , 28.8000 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1360 , cls_71 , 1.7100 , 720.0000 , 56.8595 , 421.0526 , 1.3333 , 1.0656 , 0.6278 , 0.6404 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1367 , cls_71 , 0.9000 , 660.0000 , 56.0622 , 733.3333 , 1.5714 , 1.1216 , 0.7913 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1369 , cls_71 , 2.2500 , 1380.0000 , 81.1035 , 613.3333 , 2.3000 , 1.1662 , 0.7551 , 0.5000 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1370 , cls_71 , 0.9000 , 420.0000 , 41.1550 , 466.6667 , 1.0000 , 1.0223 , 0.5609 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1373 , cls_71 , 1.8000 , 840.0000 , 60.9232 , 466.6667 , 1.5556 , 1.0915 , 0.6559 , 0.6083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 335.4102 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1391 , cls_71 , 0.9900 , 660.0000 , 51.7945 , 666.6667 , 1.5714 , 1.1100 , 0.6888 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1393 , cls_71 , 0.8100 , 660.0000 , 54.2035 , 814.8148 , 1.8333 , 1.1347 , 0.8237 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1401 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1404 , cls_71 , 5.4000 , 1620.0000 , 97.1745 , 300.0000 , 1.6875 , 1.1020 , 0.6062 , 0.7556 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1406 , cls_71 , 0.6300 , 660.0000 , 45.9448 , 1047.6190 , 1.8333 , 1.1673 , 0.6927 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1411 , cls_71 , 0.9000 , 540.0000 , 47.8942 , 600.0000 , 1.2857 , 1.0775 , 0.6894 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1419 , cls_71 , 0.8100 , 480.0000 , 38.2547 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1420 , cls_71 , 0.6300 , 540.0000 , 43.4899 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1426 , cls_71 , 0.9900 , 780.0000 , 62.2651 , 787.8788 , 1.8571 , 1.1463 , 0.7585 , 0.3636 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1429 , cls_71 , 0.7200 , 480.0000 , 35.9597 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1431 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 930.4837 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1434 , cls_71 , 1.8900 , 840.0000 , 62.4656 , 444.4444 , 1.4000 , 1.0860 , 0.6854 , 0.6270 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1437 , cls_71 , 0.4500 , 600.0000 , 43.8363 , 1333.3333 , 2.0000 , 1.1913 , 0.8128 , 0.1333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1439 , cls_71 , 0.6300 , 540.0000 , 35.6893 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1442 , cls_71 , 0.8100 , 600.0000 , 47.4582 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1445 , cls_71 , 2.5200 , 1680.0000 , 93.2392 , 666.6667 , 2.5455 , 1.1920 , 0.7890 , 0.4762 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1448 , cls_71 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1452 , cls_71 , 0.9000 , 480.0000 , 38.4984 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1458 , cls_71 , 1.0800 , 840.0000 , 53.0222 , 777.7778 , 2.0000 , 1.1515 , 0.7062 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1460 , cls_71 , 0.7200 , 540.0000 , 38.2992 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1481 , cls_71 , 0.9900 , 540.0000 , 41.1532 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5606 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1483 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1497 , cls_71 , 2.4300 , 840.0000 , 65.9292 , 345.6790 , 1.2727 , 1.0590 , 0.5703 , 0.6975 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1504 , cls_71 , 4.0500 , 1500.0000 , 86.5076 , 370.3704 , 1.7857 , 1.1173 , 0.6076 , 0.7074 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1506 , cls_71 , 1.8900 , 720.0000 , 57.1119 , 380.9524 , 1.2000 , 1.0547 , 0.4858 , 0.6746 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1509 , cls_71 , 3.0600 , 1500.0000 , 82.0194 , 490.1961 , 2.0833 , 1.1477 , 0.7768 , 0.6275 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1510 , cls_71 , 0.5400 , 540.0000 , 45.9196 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1522 , cls_71 , 0.8100 , 480.0000 , 37.0980 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1523 , cls_71 , 2.7000 , 1620.0000 , 94.4456 , 600.0000 , 2.4545 , 1.1768 , 0.7366 , 0.4889 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1524 , cls_71 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 234.3075 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1525 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1530 , cls_71 , 1.2600 , 660.0000 , 55.0189 , 523.8095 , 1.3750 , 1.0816 , 0.6572 , 0.5476 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1535 , cls_71 , 1.4400 , 840.0000 , 61.0852 , 583.3333 , 1.7500 , 1.1169 , 0.7921 , 0.5417 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1537 , cls_71 , 2.1600 , 1200.0000 , 72.3128 , 555.5556 , 2.0000 , 1.1430 , 0.7296 , 0.5486 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1544 , cls_71 , 0.6300 , 540.0000 , 41.6567 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 408.0441 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1546 , cls_71 , 0.5400 , 480.0000 , 34.2081 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1552 , cls_71 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 247.3863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1553 , cls_71 , 3.4200 , 1440.0000 , 84.5490 , 421.0526 , 1.8462 , 1.1276 , 0.6129 , 0.6491 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1557 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1562 , cls_71 , 0.8100 , 720.0000 , 62.2352 , 888.8889 , 2.0000 , 1.1540 , 0.8024 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1563 , cls_71 , 2.1600 , 1380.0000 , 82.3613 , 638.8889 , 2.3000 , 1.1710 , 0.6944 , 0.4861 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1565 , cls_71 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1566 , cls_71 , 3.4200 , 2340.0000 , 115.3788 , 684.2105 , 3.0000 , 1.2206 , 0.7327 , 0.4649 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1567 , cls_71 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1570 , cls_71 , 1.2600 , 1080.0000 , 65.5499 , 857.1429 , 2.2500 , 1.1859 , 0.7903 , 0.3214 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1577 , cls_71 , 3.0600 , 1800.0000 , 108.4497 , 588.2353 , 2.5000 , 1.1830 , 0.7857 , 0.5245 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1598 , cls_71 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1599 , cls_71 , 0.6300 , 600.0000 , 51.7050 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1611 , cls_71 , 17.4600 , 4260.0000 , 172.8767 , 243.9863 , 2.5357 , 1.1550 , 0.4875 , 0.8015 , 17.4600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1635 , cls_71 , 0.8100 , 540.0000 , 39.5888 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1639 , cls_71 , 1.4400 , 1200.0000 , 73.5301 , 833.3333 , 2.5000 , 1.1914 , 0.8197 , 0.3750 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1642 , cls_71 , 0.7200 , 480.0000 , 40.6729 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1648 , cls_71 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1653 , cls_71 , 12.3300 , 3600.0000 , 176.6479 , 291.9708 , 2.5000 , 1.1606 , 0.7696 , 0.7652 , 12.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1665 , cls_71 , 1.4400 , 1020.0000 , 67.7310 , 708.3333 , 2.1250 , 1.1574 , 0.7453 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1666 , cls_71 , 1.1700 , 840.0000 , 52.3711 , 717.9487 , 1.7500 , 1.1416 , 0.6877 , 0.4359 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1668 , cls_71 , 3.6900 , 2040.0000 , 108.0580 , 552.8455 , 2.6154 , 1.1857 , 0.7100 , 0.5650 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1671 , cls_71 , 1.4400 , 900.0000 , 71.1937 , 625.0000 , 1.8750 , 1.1313 , 0.8131 , 0.4792 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1673 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1675 , cls_71 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1685 , cls_71 , 0.8100 , 480.0000 , 37.0114 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1694 , cls_71 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1695 , cls_71 , 0.6300 , 540.0000 , 47.5450 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 408.0441 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1697 , cls_71 , 0.5400 , 480.0000 , 36.6356 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1698 , cls_71 , 0.8100 , 540.0000 , 42.4845 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1703 , cls_71 , 1.7100 , 900.0000 , 56.4344 , 526.3158 , 1.6667 , 1.1114 , 0.5829 , 0.5877 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1713 , cls_71 , 2.0700 , 1560.0000 , 92.4371 , 753.6232 , 2.6000 , 1.2007 , 0.7862 , 0.3986 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1714 , cls_71 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1718 , cls_71 , 2.7000 , 1080.0000 , 70.1943 , 400.0000 , 1.6364 , 1.0973 , 0.6102 , 0.6778 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1728 , cls_71 , 0.6300 , 480.0000 , 34.5524 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1732 , cls_71 , 0.5400 , 540.0000 , 50.2074 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1734 , cls_71 , 2.7900 , 1440.0000 , 94.9587 , 516.1290 , 2.0000 , 1.1500 , 0.7664 , 0.5860 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1735 , cls_71 , 0.6300 , 540.0000 , 46.6930 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1736 , cls_71 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 284.6050 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1739 , cls_71 , 1.3500 , 1020.0000 , 58.1669 , 755.5556 , 2.1250 , 1.1653 , 0.6707 , 0.4000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1743 , cls_71 , 0.7200 , 420.0000 , 32.6407 , 583.3333 , 1.1667 , 1.0480 , 0.4341 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1744 , cls_71 , 0.7200 , 540.0000 , 41.2327 , 750.0000 , 1.5000 , 1.1046 , 0.6082 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1747 , cls_71 , 1.1700 , 960.0000 , 79.7737 , 820.5128 , 2.0000 , 1.1702 , 0.8294 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1749 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1753 , cls_71 , 2.9700 , 1020.0000 , 71.8651 , 343.4343 , 1.4167 , 1.0761 , 0.6036 , 0.7121 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1755 , cls_71 , 1.5300 , 900.0000 , 65.4151 , 588.2353 , 1.6667 , 1.1242 , 0.7595 , 0.5098 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1758 , cls_71 , 0.8100 , 600.0000 , 49.4533 , 740.7407 , 1.6667 , 1.1135 , 0.8024 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1764 , cls_71 , 0.9000 , 720.0000 , 51.2584 , 800.0000 , 1.7143 , 1.1407 , 0.7453 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1787 , cls_71 , 1.7100 , 1500.0000 , 76.1764 , 877.1930 , 2.7778 , 1.2162 , 0.7282 , 0.3596 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1788 , cls_71 , 1.0800 , 540.0000 , 40.5335 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1789 , cls_71 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1793 , cls_71 , 1.3500 , 660.0000 , 49.5615 , 488.8889 , 1.3750 , 1.0738 , 0.6180 , 0.5889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 256.3201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1800 , cls_71 , 0.7200 , 720.0000 , 59.5220 , 1000.0000 , 2.0000 , 1.1693 , 0.8078 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1801 , cls_71 , 2.2500 , 1260.0000 , 87.7338 , 560.0000 , 2.1000 , 1.1481 , 0.8128 , 0.5467 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1803 , cls_71 , 6.7500 , 4140.0000 , 171.8021 , 613.3333 , 3.8333 , 1.2486 , 0.8225 , 0.5156 , 6.7500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1805 , cls_71 , 0.7200 , 600.0000 , 51.3851 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1808 , cls_71 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1810 , cls_71 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1826 , cls_71 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1828 , cls_71 , 1.5300 , 1080.0000 , 71.5645 , 705.8824 , 2.0000 , 1.1620 , 0.7835 , 0.4510 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1830 , cls_71 , 1.3500 , 600.0000 , 48.4917 , 444.4444 , 1.2500 , 1.0537 , 0.5756 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1837 , cls_71 , 1.4400 , 960.0000 , 61.2765 , 666.6667 , 2.0000 , 1.1448 , 0.7209 , 0.4792 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1846 , cls_71 , 0.7200 , 480.0000 , 37.7419 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1852 , cls_71 , 0.6300 , 480.0000 , 38.5288 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1858 , cls_71 , 0.5400 , 480.0000 , 45.6657 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1865 , cls_71 , 2.7900 , 1380.0000 , 93.7412 , 494.6237 , 1.9167 , 1.1417 , 0.7664 , 0.5968 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1867 , cls_71 , 0.5400 , 600.0000 , 50.8115 , 1111.1111 , 2.0000 , 1.1661 , 0.8090 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1871 , cls_71 , 0.6300 , 420.0000 , 36.7148 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1874 , cls_71 , 2.0700 , 1320.0000 , 90.7351 , 637.6812 , 2.2000 , 1.1671 , 0.8035 , 0.4783 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1890 , cls_71 , 1.8900 , 1140.0000 , 69.0519 , 603.1746 , 1.9000 , 1.1481 , 0.5886 , 0.4921 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1894 , cls_71 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1903 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1911 , cls_71 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1920 , cls_71 , 1.2600 , 600.0000 , 44.3860 , 476.1905 , 1.2500 , 1.0614 , 0.5182 , 0.6071 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1924 , cls_71 , 1.0800 , 900.0000 , 70.5741 , 833.3333 , 2.1429 , 1.1663 , 0.8283 , 0.3056 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1931 , cls_71 , 0.6300 , 480.0000 , 37.8035 , 761.9048 , 1.3333 , 1.0945 , 0.6572 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1936 , cls_71 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1937 , cls_71 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1941 , cls_71 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 258.0698 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1949 , cls_71 , 0.4500 , 540.0000 , 37.6054 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1951 , cls_71 , 0.6300 , 540.0000 , 55.0296 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1955 , cls_71 , 0.9900 , 600.0000 , 48.9606 , 606.0606 , 1.4286 , 1.0892 , 0.6888 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1960 , cls_71 , 2.0700 , 1380.0000 , 99.7352 , 666.6667 , 2.3000 , 1.1760 , 0.8382 , 0.4493 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1961 , cls_71 , 1.2600 , 720.0000 , 51.2076 , 571.4286 , 1.5000 , 1.1000 , 0.6927 , 0.5476 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 424.2641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1963 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1965 , cls_71 , 0.6300 , 480.0000 , 44.9395 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1967 , cls_71 , 0.8100 , 600.0000 , 47.5311 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1976 , cls_71 , 2.4300 , 1500.0000 , 77.8872 , 617.2840 , 2.2727 , 1.1739 , 0.7250 , 0.5247 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1978 , cls_71 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1991 , cls_71 , 1.3500 , 1200.0000 , 114.8936 , 888.8889 , 2.5000 , 1.1995 , 0.8968 , 0.3000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2000 , cls_71 , 1.3500 , 660.0000 , 51.5121 , 488.8889 , 1.3750 , 1.0738 , 0.6396 , 0.6000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2002 , cls_71 , 3.5100 , 1980.0000 , 92.5727 , 564.1026 , 2.5385 , 1.1857 , 0.6180 , 0.5598 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2005 , cls_71 , 0.6300 , 540.0000 , 47.0539 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2008 , cls_71 , 0.5400 , 600.0000 , 43.9881 , 1111.1111 , 2.0000 , 1.1661 , 0.7366 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2012 , cls_71 , 1.5300 , 780.0000 , 61.1390 , 509.8039 , 1.4444 , 1.0945 , 0.7453 , 0.5882 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2017 , cls_71 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2018 , cls_71 , 0.5400 , 540.0000 , 36.6811 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2020 , cls_71 , 2.6100 , 1740.0000 , 108.7262 , 666.6667 , 2.6364 , 1.1948 , 0.8607 , 0.4655 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2021 , cls_71 , 0.6300 , 540.0000 , 36.9294 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2029 , cls_71 , 0.9000 , 600.0000 , 50.5598 , 666.6667 , 1.4286 , 1.1006 , 0.7453 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2030 , cls_71 , 2.7900 , 1020.0000 , 76.3828 , 365.5914 , 1.4167 , 1.0827 , 0.6916 , 0.6774 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2031 , cls_71 , 1.0800 , 840.0000 , 60.9171 , 777.7778 , 2.0000 , 1.1515 , 0.7117 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2035 , cls_71 , 0.5400 , 480.0000 , 40.0496 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2055 , cls_71 , 29.4300 , 12300.0000 , 361.9153 , 417.9409 , 5.5405 , 1.2755 , 0.8541 , 0.6692 , 29.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2057 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 295.4657 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2059 , cls_71 , 0.5400 , 540.0000 , 48.0664 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2060 , cls_71 , 1.6200 , 1140.0000 , 72.1151 , 703.7037 , 2.1111 , 1.1663 , 0.6474 , 0.4630 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2063 , cls_71 , 0.8100 , 420.0000 , 34.3573 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2067 , cls_71 , 0.9000 , 780.0000 , 53.8942 , 866.6667 , 1.8571 , 1.1583 , 0.6559 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2071 , cls_71 , 0.7200 , 780.0000 , 62.1343 , 1083.3333 , 2.1667 , 1.1874 , 0.8433 , 0.2083 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2075 , cls_71 , 0.8100 , 540.0000 , 43.9441 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2079 , cls_71 , 1.6200 , 960.0000 , 65.0771 , 592.5926 , 1.7778 , 1.1309 , 0.7453 , 0.5370 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2081 , cls_71 , 11.5200 , 4800.0000 , 182.3780 , 416.6667 , 3.4783 , 1.2167 , 0.7359 , 0.6693 , 11.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2085 , cls_71 , 3.5100 , 1620.0000 , 96.9811 , 461.5385 , 2.0769 , 1.1473 , 0.7079 , 0.6282 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2090 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2091 , cls_71 , 0.9000 , 720.0000 , 63.1306 , 800.0000 , 1.7143 , 1.1407 , 0.7913 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2097 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2099 , cls_71 , 1.2600 , 780.0000 , 50.4525 , 619.0476 , 1.6250 , 1.1170 , 0.6039 , 0.5119 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2113 , cls_71 , 18.7200 , 7080.0000 , 244.8577 , 378.2051 , 4.0690 , 1.2321 , 0.7673 , 0.6923 , 18.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2120 , cls_71 , 2.5200 , 840.0000 , 67.1326 , 333.3333 , 1.2727 , 1.0552 , 0.5182 , 0.7143 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2123 , cls_71 , 0.4500 , 480.0000 , 39.8827 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2126 , cls_71 , 0.7200 , 540.0000 , 47.0454 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2134 , cls_71 , 0.8100 , 540.0000 , 39.5237 , 666.6667 , 1.5000 , 1.0901 , 0.6419 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2135 , cls_71 , 0.7200 , 540.0000 , 43.3788 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2142 , cls_71 , 1.8000 , 1320.0000 , 90.3657 , 733.3333 , 2.4444 , 1.1837 , 0.7823 , 0.4167 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2144 , cls_71 , 0.5400 , 540.0000 , 38.4713 , 1000.0000 , 1.8000 , 1.1415 , 0.7062 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 270.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2146 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2148 , cls_71 , 0.9900 , 660.0000 , 60.4055 , 666.6667 , 1.5714 , 1.1100 , 0.7845 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2160 , cls_71 , 4.5900 , 1140.0000 , 92.5262 , 248.3660 , 1.2667 , 1.0532 , 0.6040 , 0.7843 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2164 , cls_71 , 25.6500 , 10380.0000 , 284.6532 , 404.6784 , 5.0882 , 1.2624 , 0.7209 , 0.6772 , 25.6500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2166 , cls_71 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2177 , cls_71 , 5.0400 , 2700.0000 , 111.1556 , 535.7143 , 3.0000 , 1.2033 , 0.6774 , 0.6042 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2179 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2184 , cls_71 , 0.9900 , 540.0000 , 44.0171 , 545.4545 , 1.2857 , 1.0663 , 0.6584 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2186 , cls_71 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2193 , cls_71 , 1.6200 , 1380.0000 , 86.4004 , 851.8519 , 2.5556 , 1.2058 , 0.7838 , 0.3519 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2206 , cls_71 , 0.9900 , 960.0000 , 60.1077 , 969.6970 , 2.2857 , 1.1914 , 0.7940 , 0.2879 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2208 , cls_71 , 9.0000 , 3780.0000 , 155.0915 , 420.0000 , 3.1500 , 1.2012 , 0.6976 , 0.6650 , 9.0000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2210 , cls_71 , 1.6200 , 660.0000 , 50.4736 , 407.4074 , 1.2222 , 1.0536 , 0.4907 , 0.6574 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2215 , cls_71 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2235 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2245 , cls_71 , 0.8100 , 720.0000 , 62.5856 , 888.8889 , 2.0000 , 1.1540 , 0.8024 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2246 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2250 , cls_71 , 0.6300 , 600.0000 , 37.5067 , 952.3810 , 1.6667 , 1.1455 , 0.5544 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2252 , cls_71 , 0.9000 , 720.0000 , 52.1672 , 800.0000 , 1.7143 , 1.1407 , 0.7453 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2254 , cls_71 , 0.7200 , 540.0000 , 48.4530 , 750.0000 , 1.5000 , 1.1046 , 0.7453 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2271 , cls_71 , 1.7100 , 960.0000 , 59.6975 , 561.4035 , 1.7778 , 1.1246 , 0.5348 , 0.5526 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2277 , cls_71 , 13.5000 , 6300.0000 , 179.6540 , 466.6667 , 4.2000 , 1.2464 , 0.6944 , 0.6356 , 13.5000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2281 , cls_71 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2301 , cls_71 , 3.4200 , 1860.0000 , 92.7449 , 543.8596 , 2.3846 , 1.1766 , 0.7050 , 0.5570 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 466.6905 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2303 , cls_71 , 1.9800 , 1080.0000 , 72.4977 , 545.4545 , 1.8000 , 1.1317 , 0.7112 , 0.5379 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2316 , cls_71 , 0.5400 , 480.0000 , 39.1655 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2317 , cls_71 , 0.9900 , 720.0000 , 47.6852 , 727.2727 , 1.7143 , 1.1289 , 0.6584 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2318 , cls_71 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2321 , cls_71 , 1.1700 , 960.0000 , 67.2979 , 820.5128 , 2.0000 , 1.1702 , 0.8053 , 0.3333 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2325 , cls_71 , 15.1200 , 6540.0000 , 237.2927 , 432.5397 , 4.1923 , 1.2408 , 0.8503 , 0.6538 , 15.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2327 , cls_71 , 1.8000 , 840.0000 , 69.9312 , 466.6667 , 1.5556 , 1.0915 , 0.7598 , 0.5917 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2340 , cls_71 , 0.9000 , 720.0000 , 56.5818 , 800.0000 , 1.7143 , 1.1407 , 0.7551 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2342 , cls_71 , 1.6200 , 960.0000 , 69.9556 , 592.5926 , 1.7778 , 1.1309 , 0.7731 , 0.5093 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2350 , cls_71 , 6.3900 , 3660.0000 , 172.7676 , 572.7700 , 3.5882 , 1.2325 , 0.8265 , 0.5423 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2352 , cls_71 , 1.5300 , 900.0000 , 67.6838 , 588.2353 , 1.6667 , 1.1242 , 0.7958 , 0.5294 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2354 , cls_71 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2364 , cls_71 , 1.0800 , 720.0000 , 55.2236 , 666.6667 , 1.7143 , 1.1183 , 0.7649 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2374 , cls_71 , 0.9000 , 780.0000 , 54.4659 , 866.6667 , 1.8571 , 1.1583 , 0.8041 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 774.2093 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2384 , cls_71 , 0.9900 , 780.0000 , 61.2695 , 787.8788 , 1.8571 , 1.1463 , 0.7357 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2385 , cls_71 , 0.8100 , 600.0000 , 41.1023 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 283.0194 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2387 , cls_71 , 3.6900 , 2340.0000 , 132.7223 , 634.1463 , 3.0000 , 1.2118 , 0.8455 , 0.4959 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2390 , cls_71 , 0.6300 , 420.0000 , 36.7148 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2391 , cls_71 , 0.9900 , 840.0000 , 48.0849 , 848.4848 , 2.0000 , 1.1624 , 0.6584 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2400 , cls_71 , 2.2500 , 1560.0000 , 105.8168 , 693.3333 , 2.6000 , 1.1907 , 0.8160 , 0.4267 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2403 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 240.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2409 , cls_71 , 0.7200 , 600.0000 , 46.1769 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2412 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 330.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2413 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 295.4657 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2420 , cls_71 , 0.7200 , 360.0000 , 34.3237 , 500.0000 , 1.0000 , 1.0133 , 0.4907 , 0.5417 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 283.0194 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2426 , cls_71 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2427 , cls_71 , 2.7900 , 1560.0000 , 100.3069 , 559.1398 , 2.1667 , 1.1657 , 0.7866 , 0.5323 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2429 , cls_71 , 0.7200 , 600.0000 , 45.4252 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2433 , cls_71 , 1.3500 , 1020.0000 , 64.3150 , 755.5556 , 2.1250 , 1.1653 , 0.6707 , 0.3889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2437 , cls_71 , 0.9900 , 660.0000 , 56.5439 , 666.6667 , 1.5714 , 1.1100 , 0.7845 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2440 , cls_71 , 0.6300 , 540.0000 , 42.4126 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2441 , cls_71 , 0.5400 , 600.0000 , 43.2514 , 1111.1111 , 2.0000 , 1.1661 , 0.6944 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2456 , cls_71 , 0.7200 , 600.0000 , 52.5196 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2460 , cls_71 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 403.6087 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2467 , cls_71 , 3.4200 , 2160.0000 , 100.6435 , 631.5789 , 2.7692 , 1.2053 , 0.7312 , 0.4956 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2468 , cls_71 , 2.9700 , 840.0000 , 66.8825 , 282.8283 , 1.1667 , 1.0384 , 0.4244 , 0.7576 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2474 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2475 , cls_71 , 1.5300 , 1200.0000 , 66.9281 , 784.3137 , 2.2222 , 1.1839 , 0.6670 , 0.4020 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2482 , cls_71 , 15.7500 , 4440.0000 , 168.2221 , 281.9048 , 2.7407 , 1.1719 , 0.5239 , 0.7752 , 15.7500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2484 , cls_71 , 0.9900 , 660.0000 , 55.2740 , 666.6667 , 1.5714 , 1.1100 , 0.7357 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2491 , cls_71 , 1.5300 , 900.0000 , 59.5883 , 588.2353 , 1.6667 , 1.1242 , 0.6670 , 0.5098 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2503 , cls_71 , 1.2600 , 660.0000 , 50.5028 , 523.8095 , 1.3750 , 1.0816 , 0.6572 , 0.5833 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2504 , cls_71 , 4.3200 , 2700.0000 , 113.0634 , 625.0000 , 3.2143 , 1.2207 , 0.7284 , 0.5139 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2510 , cls_71 , 0.9000 , 480.0000 , 38.8304 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2518 , cls_71 , 6.2100 , 1980.0000 , 111.1939 , 318.8406 , 1.9412 , 1.1244 , 0.6414 , 0.7415 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2523 , cls_71 , 6.3900 , 3420.0000 , 153.1244 , 535.2113 , 3.3529 , 1.2203 , 0.8136 , 0.5657 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2533 , cls_71 , 42.0300 , 13080.0000 , 387.1036 , 311.2063 , 4.9545 , 1.2499 , 0.7954 , 0.7523 , 42.0300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2536 , cls_71 , 3.2400 , 1440.0000 , 108.2419 , 444.4444 , 2.0000 , 1.1335 , 0.8237 , 0.6250 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2540 , cls_71 , 0.7200 , 540.0000 , 36.4343 , 750.0000 , 1.5000 , 1.1046 , 0.4907 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2545 , cls_71 , 3.7800 , 2580.0000 , 149.9040 , 682.5397 , 3.3077 , 1.2276 , 0.8891 , 0.4563 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2548 , cls_71 , 0.8100 , 660.0000 , 62.9497 , 814.8148 , 1.8333 , 1.1347 , 0.8237 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 271.6616 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2549 , cls_71 , 0.4500 , 480.0000 , 34.8693 , 1066.6667 , 1.6000 , 1.1383 , 0.5103 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 240.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2559 , cls_71 , 1.3500 , 600.0000 , 51.3315 , 444.4444 , 1.2500 , 1.0537 , 0.6396 , 0.6111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2572 , cls_71 , 2.0700 , 1260.0000 , 79.8733 , 608.6957 , 2.1000 , 1.1577 , 0.7747 , 0.5072 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2574 , cls_71 , 0.9900 , 720.0000 , 44.0613 , 727.2727 , 1.7143 , 1.1289 , 0.5881 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2585 , cls_71 , 2.7000 , 1200.0000 , 81.4768 , 444.4444 , 1.8182 , 1.1180 , 0.7384 , 0.6389 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 466.6905 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2590 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2592 , cls_71 , 0.9900 , 540.0000 , 43.0104 , 545.4545 , 1.2857 , 1.0663 , 0.5623 , 0.5303 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2595 , cls_71 , 3.8700 , 2220.0000 , 108.2505 , 573.6434 , 2.6429 , 1.1964 , 0.6958 , 0.5233 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2613 , cls_71 , 0.5400 , 600.0000 , 48.1119 , 1111.1111 , 2.0000 , 1.1661 , 0.8472 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 271.6616 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2617 , cls_71 , 0.9000 , 420.0000 , 36.0266 , 466.6667 , 1.0000 , 1.0223 , 0.3634 , 0.6000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2620 , cls_71 , 0.7200 , 720.0000 , 43.2584 , 1000.0000 , 2.0000 , 1.1693 , 0.6488 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2628 , cls_71 , 0.5400 , 600.0000 , 50.6913 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2645 , cls_71 , 1.0800 , 1020.0000 , 60.9416 , 944.4444 , 2.4286 , 1.1933 , 0.8302 , 0.3194 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2647 , cls_71 , 3.8700 , 1440.0000 , 91.5186 , 372.0930 , 1.7143 , 1.1144 , 0.5320 , 0.6744 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2655 , cls_71 , 6.1200 , 2820.0000 , 161.9037 , 460.7843 , 2.7647 , 1.1900 , 0.7919 , 0.6373 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2666 , cls_71 , 0.8100 , 720.0000 , 47.1204 , 888.8889 , 2.0000 , 1.1540 , 0.6630 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2669 , cls_71 , 19.4400 , 8640.0000 , 346.8026 , 444.4444 , 4.8000 , 1.2610 , 0.9060 , 0.6420 , 19.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2673 , cls_71 , 3.0600 , 1320.0000 , 87.5279 , 431.3725 , 1.8333 , 1.1229 , 0.7035 , 0.6422 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2684 , cls_71 , 2.4300 , 1800.0000 , 89.0199 , 740.7407 , 2.7273 , 1.2100 , 0.7250 , 0.4383 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2688 , cls_71 , 23.0400 , 6900.0000 , 218.4113 , 299.4792 , 3.5938 , 1.2072 , 0.6129 , 0.7643 , 23.0400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2690 , cls_71 , 0.6300 , 480.0000 , 42.6470 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2692 , cls_71 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2701 , cls_71 , 0.4500 , 480.0000 , 41.8667 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2704 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2720 , cls_71 , 0.8100 , 480.0000 , 37.0980 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2723 , cls_71 , 10.5300 , 4260.0000 , 202.0714 , 404.5584 , 3.2273 , 1.2055 , 0.8121 , 0.6724 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2725 , cls_71 , 2.8800 , 960.0000 , 71.5157 , 333.3333 , 1.3333 , 1.0675 , 0.5926 , 0.7240 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2743 , cls_71 , 0.4500 , 540.0000 , 42.7915 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2750 , cls_71 , 3.7800 , 2220.0000 , 124.7096 , 587.3016 , 2.8462 , 1.1990 , 0.8169 , 0.5278 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2771 , cls_71 , 0.7200 , 660.0000 , 54.5256 , 916.6667 , 1.8333 , 1.1497 , 0.8078 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2776 , cls_71 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2778 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2781 , cls_71 , 0.6300 , 660.0000 , 57.5398 , 1047.6190 , 1.8333 , 1.1673 , 0.8318 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2782 , cls_71 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2783 , cls_71 , 1.7100 , 900.0000 , 62.9727 , 526.3158 , 1.6667 , 1.1114 , 0.7506 , 0.5614 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2788 , cls_71 , 0.8100 , 540.0000 , 47.7019 , 666.6667 , 1.5000 , 1.0901 , 0.7135 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2789 , cls_71 , 1.2600 , 1200.0000 , 70.5120 , 952.3810 , 2.5000 , 1.2082 , 0.6927 , 0.2857 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2790 , cls_71 , 0.6300 , 600.0000 , 42.9709 , 952.3810 , 1.6667 , 1.1455 , 0.7826 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2792 , cls_71 , 9.0900 , 3840.0000 , 158.3180 , 422.4422 , 3.0476 , 1.2029 , 0.6428 , 0.6601 , 9.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2798 , cls_71 , 5.2200 , 2340.0000 , 103.0239 , 448.2759 , 2.4375 , 1.1731 , 0.6658 , 0.6552 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2799 , cls_71 , 1.1700 , 780.0000 , 52.1540 , 666.6667 , 1.6250 , 1.1258 , 0.6817 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2807 , cls_71 , 0.5400 , 480.0000 , 38.2843 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2813 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2815 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2826 , cls_71 , 1.1700 , 660.0000 , 49.1699 , 564.1026 , 1.3750 , 1.0902 , 0.6322 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2831 , cls_71 , 2.3400 , 1560.0000 , 110.0401 , 666.6667 , 2.3636 , 1.1861 , 0.8643 , 0.4872 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2832 , cls_71 , 0.5400 , 420.0000 , 39.3630 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2835 , cls_71 , 1.5300 , 1020.0000 , 73.3615 , 666.6667 , 1.8889 , 1.1502 , 0.7595 , 0.4706 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2836 , cls_71 , 1.1700 , 480.0000 , 42.1224 , 410.2564 , 1.0000 , 1.0222 , 0.4292 , 0.6410 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2845 , cls_71 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2847 , cls_71 , 3.3300 , 1380.0000 , 77.8129 , 414.4144 , 1.7692 , 1.1223 , 0.5556 , 0.6667 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2860 , cls_71 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2867 , cls_71 , 0.8100 , 600.0000 , 48.6632 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2878 , cls_71 , 0.7200 , 540.0000 , 37.9846 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2879 , cls_71 , 0.8100 , 660.0000 , 53.1928 , 814.8148 , 1.8333 , 1.1347 , 0.7708 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2882 , cls_71 , 1.6200 , 960.0000 , 56.0976 , 592.5926 , 1.7778 , 1.1309 , 0.5593 , 0.5370 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2888 , cls_71 , 2.1600 , 960.0000 , 63.5694 , 444.4444 , 1.6000 , 1.0983 , 0.6566 , 0.6458 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 342.0526 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2890 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2891 , cls_71 , 1.8000 , 900.0000 , 58.0138 , 500.0000 , 1.6667 , 1.1055 , 0.6512 , 0.6000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2893 , cls_71 , 1.1700 , 900.0000 , 78.3578 , 769.2308 , 1.8750 , 1.1564 , 0.8676 , 0.3590 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2904 , cls_71 , 0.9900 , 1020.0000 , 78.7987 , 1030.3030 , 2.4286 , 1.2046 , 0.8653 , 0.2424 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2909 , cls_71 , 2.5200 , 900.0000 , 68.1821 , 357.1429 , 1.3636 , 1.0688 , 0.5544 , 0.6964 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2914 , cls_71 , 0.7200 , 480.0000 , 37.2585 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2915 , cls_71 , 4.5000 , 2640.0000 , 166.6294 , 586.6667 , 2.9333 , 1.2119 , 0.8279 , 0.5467 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2925 , cls_71 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2939 , cls_71 , 0.7200 , 480.0000 , 38.7769 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2941 , cls_71 , 0.6300 , 540.0000 , 39.7181 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2942 , cls_71 , 0.6300 , 540.0000 , 41.6567 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2950 , cls_71 , 1.8000 , 780.0000 , 57.7782 , 433.3333 , 1.4444 , 1.0763 , 0.5825 , 0.6417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2959 , cls_71 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2965 , cls_71 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2972 , cls_71 , 2.2500 , 1380.0000 , 91.2802 , 613.3333 , 2.3000 , 1.1662 , 0.8232 , 0.5067 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2983 , cls_71 , 1.3500 , 600.0000 , 48.0035 , 444.4444 , 1.2500 , 1.0537 , 0.5342 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2992 , cls_71 , 0.4500 , 480.0000 , 33.6384 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3003 , cls_71 , 1.3500 , 900.0000 , 61.6069 , 666.6667 , 1.8750 , 1.1390 , 0.7419 , 0.4778 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3008 , cls_71 , 1.8000 , 1080.0000 , 72.7968 , 600.0000 , 2.0000 , 1.1428 , 0.7004 , 0.5250 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3010 , cls_71 , 9.9000 , 6000.0000 , 370.4153 , 606.0606 , 4.7619 , 1.2715 , 0.9301 , 0.5091 , 9.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3034 , cls_71 , 0.8100 , 420.0000 , 37.1582 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3035 , cls_71 , 0.8100 , 480.0000 , 37.0980 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 342.0526 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3042 , cls_71 , 2.7900 , 1560.0000 , 89.8305 , 559.1398 , 2.1667 , 1.1657 , 0.7278 , 0.5538 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3044 , cls_71 , 1.6200 , 780.0000 , 56.0611 , 481.4815 , 1.4444 , 1.0880 , 0.6903 , 0.6111 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3051 , cls_71 , 1.4400 , 960.0000 , 62.7980 , 666.6667 , 2.0000 , 1.1448 , 0.6660 , 0.4583 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3058 , cls_71 , 1.0800 , 660.0000 , 50.8284 , 611.1111 , 1.5714 , 1.0996 , 0.7495 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3069 , cls_71 , 0.9000 , 600.0000 , 44.1899 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3070 , cls_71 , 1.0800 , 660.0000 , 57.3579 , 611.1111 , 1.5714 , 1.0996 , 0.7753 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3071 , cls_71 , 7.6500 , 2580.0000 , 128.2479 , 337.2549 , 2.2632 , 1.1506 , 0.7067 , 0.7255 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3076 , cls_71 , 0.7200 , 660.0000 , 50.3932 , 916.6667 , 1.8333 , 1.1497 , 0.7453 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3080 , cls_71 , 6.1200 , 2160.0000 , 119.5753 , 352.9412 , 2.1176 , 1.1416 , 0.7547 , 0.7132 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3086 , cls_71 , 5.1300 , 3660.0000 , 136.8732 , 713.4503 , 3.8125 , 1.2575 , 0.7261 , 0.4444 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3087 , cls_71 , 2.6100 , 900.0000 , 73.7043 , 344.8276 , 1.3636 , 1.0651 , 0.5851 , 0.7011 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 234.3075 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3098 , cls_71 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3103 , cls_71 , 0.6300 , 480.0000 , 35.6654 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3106 , cls_71 , 0.7200 , 420.0000 , 35.9030 , 583.3333 , 1.1667 , 1.0480 , 0.6082 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3112 , cls_71 , 1.8900 , 1020.0000 , 60.5217 , 539.6825 , 1.7000 , 1.1255 , 0.5886 , 0.5556 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3114 , cls_71 , 4.3200 , 1200.0000 , 91.5268 , 277.7778 , 1.4286 , 1.0688 , 0.6180 , 0.7604 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3115 , cls_71 , 0.9900 , 600.0000 , 48.2800 , 606.0606 , 1.4286 , 1.0892 , 0.6498 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3123 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3132 , cls_71 , 2.1600 , 1140.0000 , 63.8772 , 527.7778 , 1.9000 , 1.1327 , 0.5299 , 0.5833 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3134 , cls_71 , 0.7200 , 720.0000 , 44.4529 , 1000.0000 , 2.0000 , 1.1693 , 0.7004 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3141 , cls_71 , 6.1200 , 3060.0000 , 159.0731 , 500.0000 , 3.0000 , 1.2049 , 0.8150 , 0.6029 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3146 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3151 , cls_71 , 0.6300 , 480.0000 , 42.6470 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 342.0526 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3156 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3157 , cls_71 , 9.0900 , 2460.0000 , 137.7430 , 270.6271 , 1.9524 , 1.1249 , 0.6589 , 0.7772 , 9.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3162 , cls_71 , 0.6300 , 600.0000 , 41.3448 , 952.3810 , 1.6667 , 1.1455 , 0.5544 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3165 , cls_71 , 1.5300 , 1080.0000 , 67.8633 , 705.8824 , 2.0000 , 1.1620 , 0.7294 , 0.4510 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3168 , cls_71 , 1.2600 , 600.0000 , 52.8113 , 476.1905 , 1.2500 , 1.0614 , 0.6637 , 0.5833 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3175 , cls_71 , 0.5400 , 540.0000 , 46.3821 , 1000.0000 , 1.8000 , 1.1415 , 0.7935 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3193 , cls_71 , 1.8000 , 720.0000 , 58.5760 , 400.0000 , 1.3333 , 1.0600 , 0.6082 , 0.6583 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3197 , cls_71 , 1.1700 , 720.0000 , 58.7019 , 615.3846 , 1.5000 , 1.1087 , 0.6817 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3198 , cls_71 , 1.0800 , 600.0000 , 41.5981 , 555.5556 , 1.4286 , 1.0790 , 0.5225 , 0.5556 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3208 , cls_71 , 0.8100 , 780.0000 , 62.2227 , 962.9630 , 2.1667 , 1.1718 , 0.8024 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3211 , cls_71 , 0.6300 , 420.0000 , 33.6998 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3213 , cls_71 , 0.6300 , 480.0000 , 35.1139 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3219 , cls_71 , 0.7200 , 480.0000 , 34.3383 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3227 , cls_71 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3229 , cls_71 , 5.9400 , 2160.0000 , 123.4002 , 363.6364 , 2.1176 , 1.1447 , 0.7592 , 0.6970 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3238 , cls_71 , 1.1700 , 840.0000 , 52.3618 , 717.9487 , 1.7500 , 1.1416 , 0.7146 , 0.4231 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3240 , cls_71 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3241 , cls_71 , 3.5100 , 1500.0000 , 88.3111 , 427.3504 , 1.9231 , 1.1326 , 0.7130 , 0.6496 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3243 , cls_71 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3244 , cls_71 , 0.7200 , 480.0000 , 42.9938 , 666.6667 , 1.3333 , 1.0780 , 0.7453 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3256 , cls_71 , 0.7200 , 780.0000 , 55.4707 , 1083.3333 , 2.1667 , 1.1874 , 0.8078 , 0.2083 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3260 , cls_71 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3266 , cls_71 , 0.5400 , 420.0000 , 36.6787 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3275 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3282 , cls_71 , 0.7200 , 540.0000 , 44.4061 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3303 , cls_71 , 0.7200 , 600.0000 , 44.5738 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3308 , cls_71 , 3.6000 , 1500.0000 , 92.5981 , 416.6667 , 1.9231 , 1.1299 , 0.7598 , 0.6625 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3312 , cls_71 , 1.1700 , 720.0000 , 52.5841 , 615.3846 , 1.5000 , 1.1087 , 0.7146 , 0.4872 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3326 , cls_71 , 0.8100 , 600.0000 , 66.6667 , 740.7407 , 1.6667 , 1.1135 , 0.8603 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3328 , cls_71 , 0.6300 , 480.0000 , 41.6937 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3332 , cls_71 , 1.4400 , 840.0000 , 52.7894 , 583.3333 , 1.7500 , 1.1169 , 0.4907 , 0.5417 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3333 , cls_71 , 0.7200 , 600.0000 , 48.1845 , 833.3333 , 1.6667 , 1.1283 , 0.7247 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3335 , cls_71 , 5.4900 , 2040.0000 , 102.2342 , 371.5847 , 2.1250 , 1.1425 , 0.5431 , 0.6995 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3337 , cls_71 , 0.9000 , 480.0000 , 39.0917 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3339 , cls_71 , 0.6300 , 600.0000 , 55.9537 , 952.3810 , 1.6667 , 1.1455 , 0.8286 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3348 , cls_71 , 3.8700 , 1500.0000 , 87.0706 , 387.5969 , 1.7857 , 1.1221 , 0.6513 , 0.6667 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3360 , cls_71 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3366 , cls_71 , 0.4500 , 480.0000 , 34.6834 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3371 , cls_71 , 4.9500 , 1800.0000 , 103.3747 , 363.6364 , 2.0000 , 1.1303 , 0.6390 , 0.6909 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3380 , cls_71 , 1.3500 , 600.0000 , 50.9089 , 444.4444 , 1.2500 , 1.0537 , 0.6180 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 342.0526 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3388 , cls_71 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3389 , cls_71 , 2.5200 , 1320.0000 , 91.9044 , 523.8095 , 2.0000 , 1.1444 , 0.7826 , 0.5714 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3391 , cls_71 , 0.9000 , 600.0000 , 54.4170 , 666.6667 , 1.4286 , 1.1006 , 0.7551 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3393 , cls_71 , 12.0600 , 4800.0000 , 189.8201 , 398.0100 , 3.3333 , 1.2120 , 0.7594 , 0.6841 , 12.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3399 , cls_71 , 0.5400 , 480.0000 , 43.3747 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3408 , cls_71 , 13.1400 , 5820.0000 , 209.9529 , 442.9224 , 3.8800 , 1.2358 , 0.8318 , 0.6518 , 13.1400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3409 , cls_71 , 2.7000 , 1260.0000 , 81.7800 , 466.6667 , 1.9091 , 1.1276 , 0.7062 , 0.6278 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3415 , cls_71 , 18.9900 , 8940.0000 , 311.3514 , 470.7741 , 4.9667 , 1.2690 , 0.8060 , 0.6058 , 18.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3416 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3426 , cls_71 , 4.3200 , 2040.0000 , 121.5752 , 472.2222 , 2.4286 , 1.1682 , 0.8283 , 0.6181 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3428 , cls_71 , 0.4500 , 420.0000 , 35.2060 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3432 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3446 , cls_71 , 2.0700 , 1320.0000 , 109.2365 , 637.6812 , 2.2000 , 1.1671 , 0.8571 , 0.4783 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3450 , cls_71 , 0.9000 , 600.0000 , 49.1550 , 666.6667 , 1.4286 , 1.1006 , 0.7170 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3451 , cls_71 , 1.6200 , 840.0000 , 56.0489 , 518.5185 , 1.5556 , 1.1033 , 0.5593 , 0.5648 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3452 , cls_71 , 1.0800 , 840.0000 , 52.3874 , 777.7778 , 2.0000 , 1.1515 , 0.7649 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3461 , cls_71 , 3.7800 , 2280.0000 , 198.4201 , 603.1746 , 2.9231 , 1.2041 , 0.9262 , 0.5040 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3467 , cls_71 , 1.7100 , 1320.0000 , 84.4883 , 771.9298 , 2.4444 , 1.1899 , 0.7781 , 0.4035 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3469 , cls_71 , 2.3400 , 1500.0000 , 79.7197 , 641.0256 , 2.2727 , 1.1783 , 0.6877 , 0.5256 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3473 , cls_71 , 10.5300 , 3780.0000 , 199.7124 , 358.9744 , 2.8636 , 1.1849 , 0.7423 , 0.7009 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3474 , cls_71 , 0.5400 , 480.0000 , 33.2625 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3489 , cls_71 , 1.0800 , 540.0000 , 49.2240 , 500.0000 , 1.2857 , 1.0563 , 0.6605 , 0.5556 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3504 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3506 , cls_71 , 10.5300 , 5340.0000 , 204.6814 , 507.1225 , 4.0455 , 1.2446 , 0.7729 , 0.5926 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3508 , cls_71 , 2.7000 , 1020.0000 , 70.0382 , 377.7778 , 1.5455 , 1.0861 , 0.5225 , 0.6778 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3511 , cls_71 , 2.7900 , 1320.0000 , 81.6623 , 473.1183 , 1.8333 , 1.1330 , 0.6053 , 0.6129 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3523 , cls_71 , 0.8100 , 600.0000 , 43.2659 , 740.7407 , 1.6667 , 1.1135 , 0.6419 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3525 , cls_71 , 1.5300 , 600.0000 , 50.9331 , 392.1569 , 1.1111 , 1.0400 , 0.5190 , 0.6471 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3542 , cls_71 , 9.2700 , 4020.0000 , 246.2429 , 433.6570 , 3.1905 , 1.2088 , 0.8498 , 0.6343 , 9.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3547 , cls_71 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3548 , cls_71 , 2.0700 , 1320.0000 , 92.3925 , 637.6812 , 2.2000 , 1.1671 , 0.7237 , 0.4855 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3549 , cls_71 , 0.6300 , 540.0000 , 43.4899 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3551 , cls_71 , 1.0800 , 480.0000 , 44.3713 , 444.4444 , 1.1429 , 1.0310 , 0.5506 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3565 , cls_71 , 1.9800 , 900.0000 , 71.2018 , 454.5455 , 1.5000 , 1.0949 , 0.7112 , 0.6061 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3569 , cls_71 , 2.4300 , 1380.0000 , 98.2410 , 567.9012 , 2.0909 , 1.1573 , 0.7491 , 0.5494 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 240.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3583 , cls_71 , 0.8100 , 480.0000 , 42.6382 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3584 , cls_71 , 2.2500 , 1140.0000 , 75.3655 , 506.6667 , 1.9000 , 1.1281 , 0.6423 , 0.5933 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3592 , cls_71 , 0.9000 , 720.0000 , 59.0159 , 800.0000 , 1.7143 , 1.1407 , 0.8128 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3627 , cls_71 , 11.0700 , 5100.0000 , 233.3577 , 460.7046 , 3.6957 , 1.2313 , 0.8307 , 0.6260 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3630 , cls_71 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3633 , cls_71 , 0.6300 , 660.0000 , 46.7334 , 1047.6190 , 1.8333 , 1.1673 , 0.5544 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3648 , cls_71 , 0.5400 , 480.0000 , 34.1421 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3652 , cls_71 , 0.7200 , 600.0000 , 54.8863 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3653 , cls_71 , 1.4400 , 1440.0000 , 85.2539 , 1000.0000 , 3.0000 , 1.2295 , 0.8802 , 0.2917 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3655 , cls_71 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3670 , cls_71 , 0.6300 , 420.0000 , 32.7573 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3671 , cls_71 , 1.6200 , 1500.0000 , 73.0214 , 925.9259 , 2.7778 , 1.2230 , 0.7661 , 0.3426 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3682 , cls_71 , 0.8100 , 660.0000 , 52.8038 , 814.8148 , 1.8333 , 1.1347 , 0.7838 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3691 , cls_71 , 0.9900 , 540.0000 , 41.1532 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5606 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3692 , cls_71 , 1.6200 , 1080.0000 , 73.9758 , 666.6667 , 2.0000 , 1.1552 , 0.7661 , 0.4537 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3693 , cls_71 , 3.3300 , 2340.0000 , 129.6726 , 702.7027 , 3.0000 , 1.2237 , 0.8419 , 0.4595 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3700 , cls_71 , 2.4300 , 1680.0000 , 141.4327 , 691.3580 , 2.5455 , 1.1963 , 0.8980 , 0.4444 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3713 , cls_71 , 2.7900 , 1500.0000 , 83.8358 , 537.6344 , 2.0833 , 1.1580 , 0.6276 , 0.5753 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3717 , cls_71 , 2.0700 , 1380.0000 , 81.2730 , 666.6667 , 2.3000 , 1.1760 , 0.7657 , 0.4638 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3718 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3730 , cls_71 , 0.9000 , 900.0000 , 52.4083 , 1000.0000 , 2.1429 , 1.1897 , 0.6817 , 0.2833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3736 , cls_71 , 1.7100 , 780.0000 , 53.5768 , 456.1404 , 1.4444 , 1.0820 , 0.5348 , 0.6228 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3737 , cls_71 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3750 , cls_71 , 3.4200 , 1500.0000 , 126.6209 , 438.5965 , 1.9231 , 1.1354 , 0.7932 , 0.6360 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3751 , cls_71 , 0.8100 , 600.0000 , 47.6583 , 740.7407 , 1.6667 , 1.1135 , 0.7453 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3763 , cls_71 , 0.8100 , 720.0000 , 52.9270 , 888.8889 , 2.0000 , 1.1540 , 0.7205 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3764 , cls_71 , 0.9900 , 720.0000 , 58.1343 , 727.2727 , 1.7143 , 1.1289 , 0.8107 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3766 , cls_71 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3768 , cls_71 , 0.9000 , 660.0000 , 50.0531 , 733.3333 , 1.5714 , 1.1216 , 0.7913 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3780 , cls_71 , 5.6700 , 2700.0000 , 121.5848 , 476.1905 , 2.8125 , 1.1904 , 0.7224 , 0.6058 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3781 , cls_71 , 0.4500 , 480.0000 , 34.4419 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3782 , cls_71 , 1.8900 , 1200.0000 , 74.0353 , 634.9206 , 2.0000 , 1.1585 , 0.7429 , 0.5079 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3799 , cls_71 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3807 , cls_71 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3810 , cls_71 , 0.8100 , 720.0000 , 53.3942 , 888.8889 , 2.0000 , 1.1540 , 0.7708 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3818 , cls_71 , 4.3200 , 1920.0000 , 119.5326 , 444.4444 , 2.2857 , 1.1568 , 0.7377 , 0.6285 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3823 , cls_71 , 0.5400 , 600.0000 , 44.9605 , 1111.1111 , 2.0000 , 1.1661 , 0.7753 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3825 , cls_71 , 2.3400 , 840.0000 , 63.6697 , 358.9744 , 1.2727 , 1.0630 , 0.5862 , 0.7051 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 283.0194 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3828 , cls_71 , 0.9000 , 540.0000 , 43.2999 , 600.0000 , 1.2857 , 1.0775 , 0.5609 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3836 , cls_71 , 1.8000 , 1320.0000 , 101.9267 , 733.3333 , 2.4444 , 1.1837 , 0.8447 , 0.4000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3843 , cls_71 , 0.7200 , 600.0000 , 57.8608 , 833.3333 , 1.6667 , 1.1283 , 0.8078 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3851 , cls_71 , 4.3200 , 1800.0000 , 92.5315 , 416.6667 , 2.1429 , 1.1447 , 0.5539 , 0.6771 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3853 , cls_71 , 0.8100 , 480.0000 , 35.9962 , 592.5926 , 1.3333 , 1.0639 , 0.4270 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3854 , cls_71 , 3.0600 , 1200.0000 , 85.1956 , 392.1569 , 1.6667 , 1.1044 , 0.7660 , 0.6667 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3856 , cls_71 , 2.3400 , 960.0000 , 63.2722 , 410.2564 , 1.4545 , 1.0895 , 0.5862 , 0.6667 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3879 , cls_71 , 0.9900 , 600.0000 , 42.8844 , 606.0606 , 1.4286 , 1.0892 , 0.6584 , 0.5152 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3887 , cls_71 , 1.7100 , 1380.0000 , 88.1783 , 807.0175 , 2.5556 , 1.1991 , 0.8663 , 0.4035 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3891 , cls_71 , 1.0800 , 720.0000 , 60.4251 , 666.6667 , 1.7143 , 1.1183 , 0.7117 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3895 , cls_71 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3896 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3897 , cls_71 , 0.5400 , 480.0000 , 46.2366 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3902 , cls_71 , 20.5200 , 8640.0000 , 330.2611 , 421.0526 , 4.6452 , 1.2554 , 0.8710 , 0.6564 , 20.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3912 , cls_71 , 10.4400 , 3720.0000 , 177.1734 , 356.3218 , 2.8182 , 1.1830 , 0.7509 , 0.7098 , 10.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3928 , cls_71 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3932 , cls_71 , 17.4600 , 5820.0000 , 226.0414 , 333.3333 , 3.4643 , 1.2067 , 0.7440 , 0.7251 , 17.4600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3948 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3950 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3951 , cls_71 , 2.3400 , 1140.0000 , 70.2090 , 487.1795 , 1.7273 , 1.1237 , 0.6105 , 0.6154 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3978 , cls_71 , 6.3000 , 1740.0000 , 123.9645 , 276.1905 , 1.7059 , 1.0995 , 0.7078 , 0.7714 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3981 , cls_71 , 0.9000 , 600.0000 , 46.6235 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3985 , cls_71 , 0.7200 , 660.0000 , 59.6223 , 916.6667 , 1.8333 , 1.1497 , 0.8433 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3992 , cls_71 , 0.5400 , 480.0000 , 44.0739 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3996 , cls_71 , 0.6300 , 420.0000 , 32.0129 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4001 , cls_71 , 0.7200 , 600.0000 , 45.3561 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4007 , cls_71 , 0.8100 , 420.0000 , 35.4002 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4017 , cls_71 , 1.2600 , 660.0000 , 45.7343 , 523.8095 , 1.3750 , 1.0816 , 0.4757 , 0.5833 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4018 , cls_71 , 0.6300 , 420.0000 , 33.5934 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4024 , cls_71 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4035 , cls_71 , 0.7200 , 540.0000 , 41.3535 , 750.0000 , 1.5000 , 1.1046 , 0.7247 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4073 , cls_71 , 2.1600 , 1200.0000 , 96.3363 , 555.5556 , 2.0000 , 1.1430 , 0.7907 , 0.5347 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4077 , cls_71 , 2.3400 , 1620.0000 , 83.4376 , 692.3077 , 2.4545 , 1.1936 , 0.7170 , 0.4744 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4084 , cls_71 , 0.5400 , 540.0000 , 50.2074 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 331.3608 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4088 , cls_71 , 3.7800 , 1380.0000 , 78.3426 , 365.0794 , 1.7692 , 1.1088 , 0.5094 , 0.7222 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4091 , cls_71 , 4.4100 , 2520.0000 , 111.1488 , 571.4286 , 3.0000 , 1.2055 , 0.6628 , 0.5476 , 4.4100 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4098 , cls_71 , 2.7000 , 1620.0000 , 107.6556 , 600.0000 , 2.4545 , 1.1768 , 0.7792 , 0.5333 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4107 , cls_71 , 1.4400 , 840.0000 , 59.5023 , 583.3333 , 1.7500 , 1.1169 , 0.7247 , 0.5208 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4118 , cls_71 , 0.9000 , 540.0000 , 42.8090 , 600.0000 , 1.2857 , 1.0775 , 0.6021 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4125 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4127 , cls_71 , 1.3500 , 540.0000 , 44.4478 , 400.0000 , 1.1250 , 1.0316 , 0.4383 , 0.6556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 330.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4141 , cls_71 , 6.5700 , 2940.0000 , 142.3558 , 447.4886 , 2.7222 , 1.1899 , 0.7641 , 0.6370 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4147 , cls_71 , 0.4500 , 480.0000 , 41.8667 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 218.4033 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4158 , cls_71 , 1.7100 , 660.0000 , 54.0835 , 385.9649 , 1.2222 , 1.0477 , 0.5348 , 0.6754 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4159 , cls_71 , 1.5300 , 600.0000 , 49.1913 , 392.1569 , 1.1111 , 1.0400 , 0.5190 , 0.6667 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4160 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4169 , cls_71 , 4.6800 , 2100.0000 , 120.6585 , 448.7179 , 2.3333 , 1.1649 , 0.7057 , 0.6410 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4172 , cls_71 , 1.2600 , 480.0000 , 43.8161 , 380.9524 , 1.0000 , 1.0141 , 0.4757 , 0.6548 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4179 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4181 , cls_71 , 0.5400 , 420.0000 , 35.0749 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4185 , cls_71 , 1.7100 , 1200.0000 , 77.2873 , 701.7544 , 2.2222 , 1.1704 , 0.7781 , 0.4386 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4189 , cls_71 , 1.8900 , 960.0000 , 74.0611 , 507.9365 , 1.6000 , 1.1132 , 0.7547 , 0.5714 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4190 , cls_71 , 0.8100 , 540.0000 , 39.8365 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4195 , cls_71 , 1.3500 , 1200.0000 , 65.3878 , 888.8889 , 2.5000 , 1.1995 , 0.7384 , 0.3111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4220 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4245 , cls_71 , 7.4700 , 3660.0000 , 154.7623 , 489.9598 , 3.2105 , 1.2154 , 0.7834 , 0.6124 , 7.4700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4254 , cls_71 , 0.6300 , 420.0000 , 31.6352 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4256 , cls_71 , 0.6300 , 540.0000 , 41.5515 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4274 , cls_71 , 1.4400 , 840.0000 , 65.3805 , 583.3333 , 1.7500 , 1.1169 , 0.7516 , 0.5208 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 234.3075 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4275 , cls_71 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4280 , cls_71 , 0.6300 , 480.0000 , 39.2020 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4283 , cls_71 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 488.3646 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4287 , cls_71 , 1.0800 , 540.0000 , 41.4002 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4293 , cls_71 , 0.7200 , 720.0000 , 53.7875 , 1000.0000 , 2.0000 , 1.1693 , 0.8041 , 0.2500 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4295 , cls_71 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4303 , cls_71 , 0.6300 , 600.0000 , 40.2819 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4304 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4326 , cls_71 , 4.2300 , 2820.0000 , 130.8171 , 666.6667 , 3.3571 , 1.2313 , 0.7606 , 0.4610 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4334 , cls_71 , 3.6000 , 1080.0000 , 74.9325 , 300.0000 , 1.3846 , 1.0673 , 0.4341 , 0.7458 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4342 , cls_71 , 1.6200 , 900.0000 , 55.1385 , 555.5556 , 1.6667 , 1.1176 , 0.5676 , 0.5648 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4349 , cls_71 , 1.2600 , 1140.0000 , 85.2175 , 904.7619 , 2.3750 , 1.1974 , 0.8629 , 0.3095 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4361 , cls_71 , 0.8100 , 420.0000 , 34.7671 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4367 , cls_71 , 0.9000 , 540.0000 , 44.9909 , 600.0000 , 1.2857 , 1.0775 , 0.7170 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4368 , cls_71 , 0.9900 , 900.0000 , 65.7967 , 909.0909 , 2.1429 , 1.1774 , 0.8444 , 0.3030 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4369 , cls_71 , 0.9000 , 420.0000 , 36.0063 , 466.6667 , 1.0000 , 1.0223 , 0.4907 , 0.5833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4373 , cls_71 , 13.2300 , 2760.0000 , 187.9083 , 208.6168 , 1.8400 , 1.1086 , 0.7283 , 0.8220 , 13.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4383 , cls_71 , 1.8900 , 1320.0000 , 69.2376 , 698.4127 , 2.2000 , 1.1778 , 0.6387 , 0.4524 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4384 , cls_71 , 3.3300 , 2280.0000 , 149.5144 , 684.6847 , 2.9231 , 1.2188 , 0.8912 , 0.4730 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4388 , cls_71 , 0.9000 , 840.0000 , 55.6296 , 933.3333 , 2.0000 , 1.1745 , 0.7170 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4404 , cls_71 , 1.3500 , 1080.0000 , 70.8736 , 800.0000 , 2.2500 , 1.1773 , 0.7613 , 0.4000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 335.4102 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4409 , cls_71 , 1.2600 , 840.0000 , 55.1816 , 666.6667 , 1.7500 , 1.1327 , 0.5544 , 0.4762 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4415 , cls_71 , 1.2600 , 900.0000 , 61.5953 , 714.2857 , 1.8750 , 1.1473 , 0.6927 , 0.4643 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4417 , cls_71 , 0.6300 , 420.0000 , 35.6454 , 666.6667 , 1.1667 , 1.0640 , 0.6572 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4419 , cls_71 , 0.6300 , 420.0000 , 35.6333 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4420 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4421 , cls_71 , 1.2600 , 600.0000 , 45.4526 , 476.1905 , 1.2500 , 1.0614 , 0.5652 , 0.5833 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4425 , cls_71 , 0.9900 , 900.0000 , 57.3259 , 909.0909 , 2.1429 , 1.1774 , 0.7199 , 0.3030 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4440 , cls_71 , 3.2400 , 1680.0000 , 107.4131 , 518.5185 , 2.3333 , 1.1632 , 0.7637 , 0.5787 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4442 , cls_71 , 0.9900 , 780.0000 , 60.6715 , 787.8788 , 1.8571 , 1.1463 , 0.7357 , 0.3636 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4454 , cls_71 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4473 , cls_71 , 2.6100 , 1380.0000 , 91.4375 , 528.7356 , 2.0909 , 1.1492 , 0.7160 , 0.5690 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4476 , cls_71 , 1.6200 , 1260.0000 , 72.4458 , 777.7778 , 2.3333 , 1.1870 , 0.7425 , 0.3704 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4483 , cls_71 , 0.8100 , 600.0000 , 39.3833 , 740.7407 , 1.6667 , 1.1135 , 0.5416 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4491 , cls_71 , 0.6300 , 480.0000 , 38.0364 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4494 , cls_71 , 0.9900 , 780.0000 , 47.7186 , 787.8788 , 1.8571 , 1.1463 , 0.6584 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4499 , cls_71 , 1.4400 , 1320.0000 , 88.3928 , 916.6667 , 2.7500 , 1.2113 , 0.8502 , 0.3438 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4502 , cls_71 , 3.3300 , 960.0000 , 72.6959 , 288.2883 , 1.2308 , 1.0526 , 0.5289 , 0.7613 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4509 , cls_71 , 2.5200 , 1380.0000 , 75.2366 , 547.6190 , 2.0909 , 1.1532 , 0.6637 , 0.5655 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4514 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4518 , cls_71 , 1.0800 , 600.0000 , 41.3485 , 555.5556 , 1.4286 , 1.0790 , 0.4731 , 0.5556 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4520 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4535 , cls_71 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4537 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4544 , cls_71 , 7.2000 , 3600.0000 , 146.2260 , 500.0000 , 3.3333 , 1.2164 , 0.7453 , 0.6125 , 7.2000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4560 , cls_71 , 0.8100 , 600.0000 , 53.6080 , 740.7407 , 1.6667 , 1.1135 , 0.7453 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4565 , cls_71 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4569 , cls_71 , 0.6300 , 600.0000 , 45.3283 , 952.3810 , 1.6667 , 1.1455 , 0.7215 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4588 , cls_71 , 2.5200 , 1560.0000 , 102.7474 , 619.0476 , 2.3636 , 1.1774 , 0.7670 , 0.5000 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4616 , cls_71 , 3.1500 , 2280.0000 , 118.7704 , 723.8095 , 3.1667 , 1.2253 , 0.8079 , 0.4333 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4618 , cls_71 , 1.2600 , 1080.0000 , 71.0047 , 857.1429 , 2.2500 , 1.1859 , 0.7258 , 0.3095 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4620 , cls_71 , 9.6300 , 3900.0000 , 176.1765 , 404.9844 , 3.0952 , 1.1995 , 0.7748 , 0.6698 , 9.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4622 , cls_71 , 1.8000 , 1200.0000 , 97.6366 , 666.6667 , 2.2222 , 1.1643 , 0.8739 , 0.4833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4634 , cls_71 , 0.8100 , 780.0000 , 65.2697 , 962.9630 , 2.1667 , 1.1718 , 0.8237 , 0.2593 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 488.3646 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4641 , cls_71 , 0.9000 , 660.0000 , 45.6723 , 733.3333 , 1.5714 , 1.1216 , 0.6817 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4642 , cls_71 , 0.9000 , 600.0000 , 46.2527 , 666.6667 , 1.4286 , 1.1006 , 0.6255 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4644 , cls_71 , 0.7200 , 480.0000 , 39.6270 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4649 , cls_71 , 0.9900 , 960.0000 , 73.7390 , 969.6970 , 2.2857 , 1.1914 , 0.7940 , 0.2727 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4652 , cls_71 , 0.5400 , 420.0000 , 36.1803 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4654 , cls_71 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4661 , cls_71 , 9.8100 , 1800.0000 , 128.8762 , 183.4862 , 1.4286 , 1.0631 , 0.6504 , 0.8440 , 9.8100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4672 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4691 , cls_71 , 1.7100 , 1200.0000 , 78.0196 , 701.7544 , 2.2222 , 1.1704 , 0.7859 , 0.4649 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4692 , cls_71 , 2.1600 , 1200.0000 , 79.6229 , 555.5556 , 2.0000 , 1.1430 , 0.7062 , 0.5556 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4697 , cls_71 , 0.5400 , 600.0000 , 45.2643 , 1111.1111 , 2.0000 , 1.1661 , 0.7753 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4709 , cls_71 , 0.6300 , 540.0000 , 42.0510 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4745 , cls_71 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4754 , cls_71 , 1.2600 , 960.0000 , 64.3592 , 761.9048 , 2.0000 , 1.1610 , 0.7258 , 0.4048 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4772 , cls_71 , 0.7200 , 720.0000 , 53.3375 , 1000.0000 , 2.0000 , 1.1693 , 0.7736 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 276.5863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4792 , cls_71 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4808 , cls_71 , 0.9900 , 540.0000 , 40.3151 , 545.4545 , 1.2857 , 1.0663 , 0.5170 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4811 , cls_71 , 2.3400 , 1560.0000 , 133.6660 , 666.6667 , 2.3636 , 1.1861 , 0.8851 , 0.4551 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4819 , cls_71 , 3.6900 , 1320.0000 , 99.1573 , 357.7236 , 1.6923 , 1.1029 , 0.7178 , 0.7033 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4821 , cls_71 , 6.3000 , 2640.0000 , 113.8329 , 419.0476 , 2.5882 , 1.1750 , 0.6723 , 0.6786 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4824 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4826 , cls_71 , 2.5200 , 2100.0000 , 112.1705 , 833.3333 , 3.1818 , 1.2360 , 0.7258 , 0.3750 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4841 , cls_71 , 10.0800 , 3600.0000 , 151.3662 , 357.1429 , 2.7273 , 1.1809 , 0.7258 , 0.7128 , 10.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4844 , cls_71 , 0.7200 , 720.0000 , 49.6345 , 1000.0000 , 2.0000 , 1.1693 , 0.7963 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4848 , cls_71 , 0.9900 , 600.0000 , 44.4561 , 606.0606 , 1.4286 , 1.0892 , 0.5881 , 0.5000 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4854 , cls_71 , 0.7200 , 480.0000 , 38.9141 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4855 , cls_71 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4867 , cls_71 , 1.5300 , 960.0000 , 67.4014 , 627.4510 , 1.7778 , 1.1376 , 0.7035 , 0.4804 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4872 , cls_71 , 1.8000 , 1020.0000 , 79.7568 , 566.6667 , 1.8889 , 1.1311 , 0.7963 , 0.5333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4878 , cls_71 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4889 , cls_71 , 2.1600 , 900.0000 , 76.8252 , 416.6667 , 1.5000 , 1.0853 , 0.7366 , 0.6389 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4897 , cls_71 , 0.9900 , 480.0000 , 40.6162 , 484.8485 , 1.1429 , 1.0407 , 0.5623 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4902 , cls_71 , 2.8800 , 1560.0000 , 89.7018 , 541.6667 , 2.1667 , 1.1621 , 0.6262 , 0.5625 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4903 , cls_71 , 1.1700 , 720.0000 , 60.1910 , 615.3846 , 1.5000 , 1.1087 , 0.6817 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4908 , cls_71 , 1.1700 , 780.0000 , 50.3521 , 666.6667 , 1.6250 , 1.1258 , 0.6689 , 0.4872 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4918 , cls_71 , 2.3400 , 1380.0000 , 87.5092 , 589.7436 , 2.0909 , 1.1617 , 0.7566 , 0.5128 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4919 , cls_71 , 0.9900 , 540.0000 , 39.8399 , 545.4545 , 1.2857 , 1.0663 , 0.5170 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4939 , cls_71 , 3.0600 , 1140.0000 , 77.8126 , 372.5490 , 1.5833 , 1.0945 , 0.5916 , 0.6863 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4940 , cls_71 , 0.8100 , 360.0000 , 32.1895 , 444.4444 , 1.0000 , 1.0000 , 0.3634 , 0.5926 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4945 , cls_71 , 6.5700 , 2340.0000 , 153.0218 , 356.1644 , 2.1667 , 1.1488 , 0.8005 , 0.7055 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4951 , cls_71 , 0.6300 , 480.0000 , 40.5326 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4955 , cls_71 , 0.6300 , 480.0000 , 44.7920 , 761.9048 , 1.3333 , 1.0945 , 0.7591 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4960 , cls_71 , 0.7200 , 480.0000 , 38.3750 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4964 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4966 , cls_71 , 2.4300 , 1200.0000 , 74.0558 , 493.8272 , 1.8182 , 1.1297 , 0.5955 , 0.5864 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4969 , cls_71 , 0.9900 , 480.0000 , 40.6162 , 484.8485 , 1.1429 , 1.0407 , 0.5623 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4971 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4976 , cls_71 , 1.4400 , 780.0000 , 64.1878 , 541.6667 , 1.6250 , 1.1014 , 0.7603 , 0.5417 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4991 , cls_71 , 15.2100 , 4860.0000 , 298.6076 , 319.5266 , 3.1154 , 1.1905 , 0.8482 , 0.7347 , 15.2100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5005 , cls_71 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5006 , cls_71 , 0.9000 , 480.0000 , 41.3283 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5016 , cls_71 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5021 , cls_71 , 0.9900 , 720.0000 , 48.6573 , 727.2727 , 1.7143 , 1.1289 , 0.6888 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5033 , cls_71 , 0.8100 , 720.0000 , 51.8515 , 888.8889 , 2.0000 , 1.1540 , 0.6903 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5034 , cls_71 , 34.9200 , 8400.0000 , 325.9041 , 240.5498 , 3.5000 , 1.1987 , 0.7495 , 0.7981 , 34.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5045 , cls_71 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5048 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5059 , cls_71 , 4.1400 , 1740.0000 , 107.1961 , 420.2899 , 2.0714 , 1.1429 , 0.7143 , 0.6594 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5069 , cls_71 , 0.5400 , 480.0000 , 34.3237 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5078 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5079 , cls_71 , 1.7100 , 1200.0000 , 78.7553 , 701.7544 , 2.2222 , 1.1704 , 0.7154 , 0.4474 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5080 , cls_71 , 0.7200 , 540.0000 , 44.0725 , 750.0000 , 1.5000 , 1.1046 , 0.7453 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5081 , cls_71 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5090 , cls_71 , 0.6300 , 480.0000 , 37.2230 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5093 , cls_71 , 0.4500 , 540.0000 , 40.3503 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5106 , cls_71 , 2.0700 , 1080.0000 , 79.4855 , 521.7391 , 1.8000 , 1.1267 , 0.7184 , 0.5725 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5107 , cls_71 , 0.9900 , 600.0000 , 49.7018 , 606.0606 , 1.4286 , 1.0892 , 0.7357 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5111 , cls_71 , 2.7000 , 960.0000 , 74.5046 , 355.5556 , 1.4545 , 1.0743 , 0.6496 , 0.7000 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5118 , cls_71 , 1.7100 , 1080.0000 , 72.1899 , 631.5789 , 2.0000 , 1.1488 , 0.7718 , 0.4912 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5121 , cls_71 , 0.4500 , 540.0000 , 40.6455 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5123 , cls_71 , 0.9900 , 540.0000 , 41.3824 , 545.4545 , 1.2857 , 1.0663 , 0.5170 , 0.5606 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 276.5863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5140 , cls_71 , 1.3500 , 1080.0000 , 69.7025 , 800.0000 , 2.2500 , 1.1773 , 0.7419 , 0.3667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5148 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5169 , cls_71 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5173 , cls_71 , 0.8100 , 660.0000 , 50.1012 , 814.8148 , 1.8333 , 1.1347 , 0.7796 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 308.8689 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5191 , cls_71 , 1.2600 , 900.0000 , 56.2991 , 714.2857 , 1.8750 , 1.1473 , 0.6637 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 390.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5198 , cls_71 , 21.2400 , 10320.0000 , 269.4637 , 485.8757 , 5.5484 , 1.2808 , 0.7506 , 0.6215 , 21.2400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5202 , cls_71 , 0.6300 , 600.0000 , 42.2767 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5204 , cls_71 , 1.0800 , 960.0000 , 80.0634 , 888.8889 , 2.2857 , 1.1802 , 0.8694 , 0.3472 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5221 , cls_71 , 2.7000 , 1740.0000 , 95.0012 , 644.4444 , 2.6364 , 1.1908 , 0.7062 , 0.4833 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5241 , cls_71 , 1.0800 , 840.0000 , 53.9426 , 777.7778 , 2.0000 , 1.1515 , 0.7062 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5242 , cls_71 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 512.6402 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5249 , cls_71 , 9.2700 , 4800.0000 , 175.6245 , 517.7994 , 3.8095 , 1.2398 , 0.7976 , 0.5906 , 9.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5263 , cls_71 , 2.6100 , 1260.0000 , 72.2366 , 482.7586 , 1.9091 , 1.1313 , 0.5656 , 0.6092 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 690.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5266 , cls_71 , 1.0800 , 600.0000 , 45.1161 , 555.5556 , 1.4286 , 1.0790 , 0.5506 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5276 , cls_71 , 22.4100 , 7380.0000 , 262.6066 , 329.3173 , 3.8438 , 1.2208 , 0.7523 , 0.7316 , 22.4100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5277 , cls_71 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5278 , cls_71 , 0.6300 , 480.0000 , 34.6438 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 360.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5281 , cls_71 , 2.8800 , 1320.0000 , 79.7582 , 458.3333 , 1.8333 , 1.1295 , 0.7026 , 0.6302 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5283 , cls_71 , 0.9000 , 840.0000 , 64.3835 , 933.3333 , 2.0000 , 1.1745 , 0.8041 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5284 , cls_71 , 0.5400 , 600.0000 , 44.1421 , 1111.1111 , 2.0000 , 1.1661 , 0.6180 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5296 , cls_71 , 3.3300 , 1440.0000 , 78.7561 , 432.4324 , 1.8462 , 1.1305 , 0.5556 , 0.6486 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5300 , cls_71 , 0.5400 , 600.0000 , 52.4985 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5304 , cls_71 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5305 , cls_71 , 2.1600 , 1500.0000 , 82.1031 , 694.4444 , 2.5000 , 1.1877 , 0.7366 , 0.5000 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 330.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5341 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5351 , cls_71 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5362 , cls_71 , 2.6100 , 1380.0000 , 92.8692 , 528.7356 , 2.0909 , 1.1492 , 0.8087 , 0.5690 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5363 , cls_71 , 12.5100 , 4140.0000 , 184.7025 , 330.9353 , 2.8750 , 1.1830 , 0.6373 , 0.7314 , 12.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5412 , cls_71 , 6.5700 , 1500.0000 , 105.5115 , 228.3105 , 1.3889 , 1.0686 , 0.5869 , 0.8059 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5414 , cls_71 , 0.8100 , 600.0000 , 43.5296 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5419 , cls_71 , 2.2500 , 840.0000 , 64.6046 , 373.3333 , 1.4000 , 1.0672 , 0.5579 , 0.6800 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5436 , cls_71 , 3.5100 , 2220.0000 , 164.2914 , 632.4786 , 2.8462 , 1.2075 , 0.9275 , 0.5214 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5438 , cls_71 , 2.1600 , 1620.0000 , 110.1316 , 750.0000 , 2.7000 , 1.2031 , 0.8694 , 0.3958 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5440 , cls_71 , 0.5400 , 480.0000 , 44.0739 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5441 , cls_71 , 0.9000 , 660.0000 , 57.8642 , 733.3333 , 1.5714 , 1.1216 , 0.8041 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5454 , cls_71 , 0.5400 , 420.0000 , 34.6040 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5467 , cls_71 , 0.9900 , 960.0000 , 53.7060 , 969.6970 , 2.2857 , 1.1914 , 0.7307 , 0.3030 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5469 , cls_71 , 0.9000 , 480.0000 , 37.6863 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5473 , cls_71 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5477 , cls_71 , 2.8800 , 1860.0000 , 94.9085 , 645.8333 , 2.5833 , 1.1963 , 0.7209 , 0.5052 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5479 , cls_71 , 3.5100 , 1740.0000 , 86.7510 , 495.7265 , 2.2308 , 1.1610 , 0.6645 , 0.6154 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5483 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5484 , cls_71 , 1.0800 , 840.0000 , 57.2633 , 777.7778 , 2.0000 , 1.1515 , 0.7753 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5490 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5498 , cls_71 , 1.0800 , 900.0000 , 88.1709 , 833.3333 , 2.1429 , 1.1663 , 0.8472 , 0.3056 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5513 , cls_71 , 0.8100 , 660.0000 , 42.4284 , 814.8148 , 1.8333 , 1.1347 , 0.6048 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5526 , cls_71 , 8.4600 , 3300.0000 , 183.3226 , 390.0709 , 2.7500 , 1.1838 , 0.8253 , 0.6986 , 8.4600 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5542 , cls_71 , 2.2500 , 960.0000 , 60.5702 , 426.6667 , 1.6000 , 1.0938 , 0.5103 , 0.6467 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5545 , cls_71 , 0.6300 , 480.0000 , 36.2380 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5548 , cls_71 , 1.4400 , 840.0000 , 59.8781 , 583.3333 , 1.7500 , 1.1169 , 0.6866 , 0.5313 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 456.9464 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5558 , cls_71 , 2.0700 , 1020.0000 , 61.6741 , 492.7536 , 1.7000 , 1.1152 , 0.5495 , 0.5942 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5578 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5582 , cls_71 , 2.7900 , 1500.0000 , 82.5044 , 537.6344 , 2.0833 , 1.1580 , 0.6964 , 0.5645 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5586 , cls_71 , 4.4100 , 2580.0000 , 129.7641 , 585.0340 , 3.0714 , 1.2099 , 0.7834 , 0.5306 , 4.4100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5587 , cls_71 , 1.1700 , 780.0000 , 53.6351 , 666.6667 , 1.6250 , 1.1258 , 0.7763 , 0.4872 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5602 , cls_71 , 0.4500 , 540.0000 , 45.2808 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5603 , cls_71 , 4.6800 , 1860.0000 , 105.7535 , 397.4359 , 2.0667 , 1.1423 , 0.6322 , 0.6827 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5608 , cls_71 , 0.9000 , 660.0000 , 64.9958 , 733.3333 , 1.5714 , 1.1216 , 0.8256 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5621 , cls_71 , 0.5400 , 600.0000 , 43.9320 , 1111.1111 , 2.0000 , 1.1661 , 0.7613 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5632 , cls_71 , 0.6300 , 600.0000 , 46.2962 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 456.9464 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5656 , cls_71 , 1.8000 , 900.0000 , 69.1907 , 500.0000 , 1.6667 , 1.1055 , 0.7004 , 0.5833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5678 , cls_71 , 0.6300 , 480.0000 , 38.6744 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 234.3075 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5679 , cls_71 , 1.0800 , 1020.0000 , 76.9000 , 944.4444 , 2.4286 , 1.1933 , 0.8694 , 0.2917 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5680 , cls_71 , 2.4300 , 1380.0000 , 71.0113 , 567.9012 , 2.0909 , 1.1573 , 0.7036 , 0.5679 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5683 , cls_71 , 5.1300 , 3000.0000 , 255.2332 , 584.7953 , 3.1250 , 1.2208 , 0.9302 , 0.5088 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5684 , cls_71 , 1.9800 , 1260.0000 , 111.6291 , 636.3636 , 2.1000 , 1.1629 , 0.8679 , 0.4470 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5693 , cls_71 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5698 , cls_71 , 0.7200 , 540.0000 , 38.9581 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5705 , cls_71 , 0.7200 , 540.0000 , 39.6270 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5721 , cls_71 , 0.9000 , 660.0000 , 43.3746 , 733.3333 , 1.5714 , 1.1216 , 0.7170 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5734 , cls_71 , 0.6300 , 420.0000 , 33.6998 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5749 , cls_71 , 0.8100 , 540.0000 , 41.5822 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5751 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 256.3201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5755 , cls_71 , 0.5400 , 420.0000 , 37.5676 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 270.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5762 , cls_71 , 0.8100 , 600.0000 , 42.0562 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 216.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5763 , cls_71 , 0.7200 , 420.0000 , 35.2219 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 553.1727 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5767 , cls_71 , 2.6100 , 1140.0000 , 90.7408 , 436.7816 , 1.7273 , 1.1116 , 0.8258 , 0.6092 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5789 , cls_71 , 0.7200 , 420.0000 , 34.4171 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5818 , cls_71 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5874 , cls_71 , 0.6300 , 480.0000 , 35.0310 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5910 , cls_71 , 60.3000 , 14580.0000 , 428.5188 , 241.7910 , 4.6731 , 1.2324 , 0.7541 , 0.8040 , 60.3000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5970 , cls_71 , 13.7700 , 3000.0000 , 159.9426 , 217.8649 , 2.0000 , 1.1189 , 0.5819 , 0.8181 , 13.7700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5972 , cls_71 , 1.2600 , 960.0000 , 90.1762 , 761.9048 , 2.0000 , 1.1610 , 0.8629 , 0.3810 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5973 , cls_71 , 2.4300 , 1320.0000 , 84.4392 , 543.2099 , 2.0000 , 1.1485 , 0.7036 , 0.5556 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5980 , cls_71 , 1.0800 , 540.0000 , 45.4262 , 500.0000 , 1.2857 , 1.0563 , 0.6180 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5982 , cls_71 , 0.9900 , 960.0000 , 66.7095 , 969.6970 , 2.2857 , 1.1914 , 0.7845 , 0.3182 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5984 , cls_71 , 0.9000 , 600.0000 , 59.3872 , 666.6667 , 1.4286 , 1.1006 , 0.8041 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6005 , cls_71 , 2.5200 , 1320.0000 , 86.7066 , 523.8095 , 2.0000 , 1.1444 , 0.6435 , 0.5536 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6010 , cls_71 , 1.1700 , 600.0000 , 46.4948 , 512.8205 , 1.2500 , 1.0698 , 0.5862 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6012 , cls_71 , 2.7900 , 1980.0000 , 110.2541 , 709.6774 , 2.7500 , 1.2123 , 0.8075 , 0.4677 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6027 , cls_71 , 1.2600 , 1080.0000 , 77.7406 , 857.1429 , 2.2500 , 1.1859 , 0.8217 , 0.3214 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6033 , cls_71 , 1.0800 , 600.0000 , 49.2200 , 555.5556 , 1.4286 , 1.0790 , 0.6944 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6035 , cls_71 , 11.1600 , 2760.0000 , 147.2713 , 247.3118 , 2.0000 , 1.1248 , 0.6545 , 0.7930 , 11.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6040 , cls_71 , 1.4400 , 720.0000 , 52.3894 , 500.0000 , 1.5000 , 1.0847 , 0.6082 , 0.5729 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6067 , cls_71 , 0.5400 , 540.0000 , 52.9083 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6068 , cls_71 , 0.9000 , 660.0000 , 55.3638 , 733.3333 , 1.5714 , 1.1216 , 0.8128 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6084 , cls_71 , 0.8100 , 840.0000 , 61.1045 , 1037.0370 , 2.3333 , 1.1883 , 0.8315 , 0.2222 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6085 , cls_71 , 1.3500 , 960.0000 , 54.7266 , 711.1111 , 2.0000 , 1.1526 , 0.6707 , 0.4667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6089 , cls_71 , 0.6300 , 480.0000 , 37.4341 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6099 , cls_71 , 0.9000 , 600.0000 , 49.2306 , 666.6667 , 1.4286 , 1.1006 , 0.7551 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6111 , cls_71 , 1.1700 , 960.0000 , 56.4440 , 820.5128 , 2.0000 , 1.1702 , 0.6322 , 0.3846 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6115 , cls_71 , 0.5400 , 420.0000 , 39.3630 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6116 , cls_71 , 33.4800 , 8160.0000 , 281.2164 , 243.7276 , 3.4872 , 1.1981 , 0.5896 , 0.7979 , 33.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6121 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6123 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6124 , cls_71 , 0.6300 , 600.0000 , 47.4616 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 364.9658 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6127 , cls_71 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 331.3608 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6138 , cls_71 , 1.3500 , 720.0000 , 48.0496 , 533.3333 , 1.5000 , 1.0921 , 0.5756 , 0.5556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6145 , cls_71 , 2.1600 , 840.0000 , 60.2518 , 388.8889 , 1.4000 , 1.0715 , 0.5814 , 0.6806 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6147 , cls_71 , 0.9000 , 840.0000 , 53.9448 , 933.3333 , 2.0000 , 1.1745 , 0.6894 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6148 , cls_71 , 0.5400 , 420.0000 , 39.3630 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6151 , cls_71 , 5.0400 , 2700.0000 , 130.8964 , 535.7143 , 3.0000 , 1.2033 , 0.7884 , 0.5863 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6155 , cls_71 , 7.8300 , 2280.0000 , 114.4591 , 291.1877 , 2.0000 , 1.1263 , 0.5569 , 0.7605 , 7.8300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6159 , cls_71 , 0.5400 , 480.0000 , 40.5020 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6162 , cls_71 , 1.2600 , 660.0000 , 60.9434 , 523.8095 , 1.3750 , 1.0816 , 0.7078 , 0.5476 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6164 , cls_71 , 0.8100 , 600.0000 , 47.6141 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6169 , cls_71 , 2.0700 , 1020.0000 , 65.5003 , 492.7536 , 1.7000 , 1.1152 , 0.6555 , 0.6014 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6173 , cls_71 , 1.4400 , 840.0000 , 58.9462 , 583.3333 , 1.7500 , 1.1169 , 0.6866 , 0.5313 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6175 , cls_71 , 2.1600 , 1560.0000 , 106.3925 , 722.2222 , 2.6000 , 1.1956 , 0.8732 , 0.4097 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6180 , cls_71 , 2.1600 , 1380.0000 , 90.8654 , 638.8889 , 2.3000 , 1.1710 , 0.7935 , 0.4792 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6190 , cls_71 , 1.0800 , 780.0000 , 57.8949 , 722.2222 , 1.8571 , 1.1355 , 0.7753 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6194 , cls_71 , 0.5400 , 480.0000 , 37.0246 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6206 , cls_71 , 1.5300 , 1140.0000 , 83.4592 , 745.0980 , 2.1111 , 1.1733 , 0.7958 , 0.4314 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6210 , cls_71 , 1.4400 , 780.0000 , 50.5002 , 541.6667 , 1.6250 , 1.1014 , 0.4907 , 0.5833 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6228 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6232 , cls_71 , 4.6800 , 1320.0000 , 92.4681 , 282.0513 , 1.4667 , 1.0785 , 0.6421 , 0.7660 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6235 , cls_71 , 0.4500 , 600.0000 , 36.2076 , 1333.3333 , 2.0000 , 1.1913 , 0.6817 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6239 , cls_71 , 0.8100 , 420.0000 , 34.8518 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6252 , cls_71 , 3.4200 , 1620.0000 , 100.4604 , 473.6842 , 2.0769 , 1.1502 , 0.7154 , 0.6140 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6254 , cls_71 , 2.5200 , 1740.0000 , 128.0940 , 690.4762 , 2.6364 , 1.1989 , 0.8629 , 0.4583 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6257 , cls_71 , 0.7200 , 720.0000 , 58.8025 , 1000.0000 , 2.0000 , 1.1693 , 0.7736 , 0.2500 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6265 , cls_71 , 1.8000 , 840.0000 , 53.3293 , 466.6667 , 1.5556 , 1.0915 , 0.5103 , 0.6417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6275 , cls_71 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6282 , cls_71 , 0.6300 , 480.0000 , 34.1942 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6283 , cls_71 , 1.6200 , 840.0000 , 61.0012 , 518.5185 , 1.5556 , 1.1033 , 0.6243 , 0.5556 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6284 , cls_71 , 0.9900 , 780.0000 , 69.8413 , 787.8788 , 1.8571 , 1.1463 , 0.8556 , 0.3485 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6289 , cls_71 , 1.0800 , 660.0000 , 55.1018 , 611.1111 , 1.5714 , 1.0996 , 0.7366 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6292 , cls_71 , 3.1500 , 1080.0000 , 71.2659 , 342.8571 , 1.5000 , 1.0810 , 0.4993 , 0.7238 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6298 , cls_71 , 1.0800 , 660.0000 , 48.5619 , 611.1111 , 1.5714 , 1.0996 , 0.7062 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6308 , cls_71 , 0.6300 , 540.0000 , 38.6698 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6309 , cls_71 , 4.1400 , 3120.0000 , 244.7327 , 753.6232 , 3.7143 , 1.2528 , 0.9514 , 0.4384 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6317 , cls_71 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6318 , cls_71 , 1.3500 , 960.0000 , 58.0338 , 711.1111 , 2.0000 , 1.1526 , 0.6707 , 0.4111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6324 , cls_71 , 2.9700 , 1860.0000 , 93.3250 , 626.2626 , 2.5833 , 1.1928 , 0.8133 , 0.4949 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6326 , cls_71 , 14.3100 , 3000.0000 , 159.4837 , 209.6436 , 1.9231 , 1.1153 , 0.7005 , 0.8302 , 14.3100 , 1.0000 , 100.0000 , 0.0000 , 234.3075 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6328 , cls_71 , 1.9800 , 1140.0000 , 81.4037 , 575.7576 , 1.9000 , 1.1427 , 0.7112 , 0.5379 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6330 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 240.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6347 , cls_71 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6349 , cls_71 , 2.3400 , 1380.0000 , 103.9660 , 589.7436 , 2.0909 , 1.1617 , 0.8676 , 0.5321 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6351 , cls_71 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6354 , cls_71 , 3.4200 , 1200.0000 , 77.0660 , 350.8772 , 1.5385 , 1.0927 , 0.6129 , 0.7105 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6356 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6360 , cls_71 , 1.3500 , 780.0000 , 55.8761 , 577.7778 , 1.6250 , 1.1089 , 0.7384 , 0.5111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6363 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6364 , cls_71 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6366 , cls_71 , 0.5400 , 660.0000 , 54.6257 , 1222.2222 , 2.2000 , 1.1882 , 0.8302 , 0.1667 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 271.6616 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6367 , cls_71 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6368 , cls_71 , 0.4500 , 540.0000 , 37.0835 , 1200.0000 , 1.8000 , 1.1663 , 0.6463 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6371 , cls_71 , 0.8100 , 780.0000 , 52.5611 , 962.9630 , 2.1667 , 1.1718 , 0.8237 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6373 , cls_71 , 0.5400 , 540.0000 , 46.9258 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6384 , cls_71 , 0.7200 , 600.0000 , 49.1247 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6404 , cls_71 , 1.2600 , 780.0000 , 56.8889 , 619.0476 , 1.6250 , 1.1170 , 0.6039 , 0.4881 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6405 , cls_71 , 1.1700 , 780.0000 , 57.2472 , 666.6667 , 1.6250 , 1.1258 , 0.7733 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 432.6662 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6407 , cls_71 , 0.6300 , 480.0000 , 33.2209 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6409 , cls_71 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6417 , cls_71 , 1.3500 , 900.0000 , 86.2694 , 666.6667 , 1.8750 , 1.1390 , 0.8434 , 0.4222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6424 , cls_71 , 0.7200 , 600.0000 , 50.9457 , 833.3333 , 1.6667 , 1.1283 , 0.7963 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6425 , cls_71 , 2.2500 , 1740.0000 , 115.6987 , 773.3333 , 2.9000 , 1.2125 , 0.8498 , 0.4333 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6434 , cls_71 , 2.8800 , 1500.0000 , 78.7680 , 520.8333 , 2.0833 , 1.1544 , 0.6488 , 0.5521 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6436 , cls_71 , 10.7100 , 3120.0000 , 155.3231 , 291.3165 , 2.3636 , 1.1500 , 0.7086 , 0.7591 , 10.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6440 , cls_71 , 0.8100 , 540.0000 , 38.6950 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6442 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6450 , cls_71 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6453 , cls_71 , 0.8100 , 720.0000 , 54.5626 , 888.8889 , 2.0000 , 1.1540 , 0.8121 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6461 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6467 , cls_71 , 1.1700 , 600.0000 , 49.9597 , 512.8205 , 1.2500 , 1.0698 , 0.6689 , 0.5769 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 300.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6483 , cls_71 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6484 , cls_71 , 0.6300 , 480.0000 , 39.6042 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6487 , cls_71 , 0.7200 , 420.0000 , 35.9822 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6488 , cls_71 , 0.5400 , 600.0000 , 53.8676 , 1111.1111 , 2.0000 , 1.1661 , 0.8472 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6490 , cls_71 , 0.7200 , 660.0000 , 41.2327 , 916.6667 , 1.8333 , 1.1497 , 0.6488 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6498 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6504 , cls_71 , 1.5300 , 1080.0000 , 93.6650 , 705.8824 , 2.0000 , 1.1620 , 0.8408 , 0.4216 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6506 , cls_71 , 0.7200 , 420.0000 , 34.4171 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6519 , cls_71 , 2.6100 , 1380.0000 , 91.4950 , 528.7356 , 2.0909 , 1.1492 , 0.7522 , 0.5517 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6520 , cls_71 , 7.4700 , 4260.0000 , 165.7456 , 570.2811 , 3.7368 , 1.2424 , 0.8503 , 0.5542 , 7.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6538 , cls_71 , 0.7200 , 780.0000 , 55.1301 , 1083.3333 , 2.1667 , 1.1874 , 0.8244 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6541 , cls_71 , 5.8500 , 3660.0000 , 159.5309 , 625.6410 , 3.5882 , 1.2424 , 0.8157 , 0.5103 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6546 , cls_71 , 0.5400 , 420.0000 , 32.0711 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 283.0194 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6548 , cls_71 , 3.6900 , 1920.0000 , 122.3816 , 520.3252 , 2.4615 , 1.1742 , 0.8200 , 0.5813 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6549 , cls_71 , 0.9900 , 540.0000 , 50.7933 , 545.4545 , 1.2857 , 1.0663 , 0.7357 , 0.5000 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6558 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6566 , cls_71 , 0.6300 , 480.0000 , 42.7536 , 761.9048 , 1.3333 , 1.0945 , 0.7591 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6570 , cls_71 , 0.7200 , 600.0000 , 43.1076 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6571 , cls_71 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6573 , cls_71 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 218.4033 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6576 , cls_71 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6577 , cls_71 , 0.7200 , 540.0000 , 45.4837 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6584 , cls_71 , 2.7000 , 780.0000 , 65.5345 , 288.8889 , 1.1818 , 1.0336 , 0.4838 , 0.7389 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6594 , cls_71 , 0.9900 , 720.0000 , 48.3435 , 727.2727 , 1.7143 , 1.1289 , 0.5881 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6609 , cls_71 , 0.8100 , 600.0000 , 43.9161 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6610 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6614 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6646 , cls_71 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6648 , cls_71 , 0.4500 , 480.0000 , 34.8693 , 1066.6667 , 1.6000 , 1.1383 , 0.5103 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 216.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6663 , cls_71 , 26.9100 , 11400.0000 , 340.1716 , 423.6343 , 5.4286 , 1.2725 , 0.7894 , 0.6616 , 26.9100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6668 , cls_71 , 2.1600 , 1800.0000 , 144.8894 , 833.3333 , 3.0000 , 1.2242 , 0.9101 , 0.3819 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6670 , cls_71 , 1.8900 , 720.0000 , 55.9375 , 380.9524 , 1.2000 , 1.0547 , 0.4955 , 0.6746 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6672 , cls_71 , 0.7200 , 660.0000 , 61.1940 , 916.6667 , 1.8333 , 1.1497 , 0.8433 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6677 , cls_71 , 0.6300 , 660.0000 , 58.9216 , 1047.6190 , 1.8333 , 1.1673 , 0.8629 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 331.3608 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6684 , cls_71 , 1.6200 , 720.0000 , 53.3581 , 444.4444 , 1.3333 , 1.0715 , 0.6630 , 0.6296 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6694 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 268.3282 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6701 , cls_71 , 9.6300 , 4860.0000 , 180.0102 , 504.6729 , 3.8571 , 1.2379 , 0.7045 , 0.5919 , 9.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6708 , cls_71 , 0.6300 , 600.0000 , 47.6661 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6711 , cls_71 , 0.6300 , 600.0000 , 46.7330 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6724 , cls_71 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6727 , cls_71 , 1.8000 , 840.0000 , 76.1336 , 466.6667 , 1.5556 , 1.0915 , 0.7805 , 0.5917 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6735 , cls_71 , 0.9000 , 480.0000 , 36.9527 , 533.3333 , 1.1429 , 1.0516 , 0.5103 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 256.3201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6746 , cls_71 , 1.7100 , 720.0000 , 53.3472 , 421.0526 , 1.3333 , 1.0656 , 0.6034 , 0.6491 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6748 , cls_71 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6753 , cls_71 , 5.0400 , 2640.0000 , 131.2211 , 523.8095 , 2.9333 , 1.1992 , 0.7398 , 0.5774 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6764 , cls_71 , 0.7200 , 480.0000 , 34.4013 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6765 , cls_71 , 5.8500 , 3120.0000 , 124.7997 , 533.3333 , 3.0588 , 1.2133 , 0.6322 , 0.5795 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6777 , cls_71 , 0.7200 , 420.0000 , 35.0117 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 494.7727 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6781 , cls_71 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6782 , cls_71 , 4.0500 , 1920.0000 , 110.8711 , 474.0741 , 2.2857 , 1.1639 , 0.6817 , 0.5963 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6784 , cls_71 , 0.8100 , 780.0000 , 54.9262 , 962.9630 , 2.1667 , 1.1718 , 0.6903 , 0.2593 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6788 , cls_71 , 0.6300 , 600.0000 , 41.2227 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6798 , cls_71 , 1.4400 , 960.0000 , 63.5975 , 666.6667 , 2.0000 , 1.1448 , 0.7209 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6802 , cls_71 , 0.5400 , 660.0000 , 54.6257 , 1222.2222 , 2.2000 , 1.1882 , 0.8302 , 0.1667 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6803 , cls_71 , 0.7200 , 780.0000 , 71.5160 , 1083.3333 , 2.1667 , 1.1874 , 0.8855 , 0.2083 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6804 , cls_71 , 2.4300 , 1980.0000 , 98.5265 , 814.8148 , 3.0000 , 1.2288 , 0.6846 , 0.3519 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6805 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6817 , cls_71 , 0.8100 , 600.0000 , 45.9624 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6821 , cls_71 , 1.0800 , 600.0000 , 47.6401 , 555.5556 , 1.4286 , 1.0790 , 0.7062 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6824 , cls_71 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6832 , cls_71 , 0.7200 , 540.0000 , 39.6884 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6843 , cls_71 , 1.5300 , 1320.0000 , 79.7804 , 862.7451 , 2.4444 , 1.2037 , 0.8150 , 0.3725 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6846 , cls_71 , 1.5300 , 1020.0000 , 71.0228 , 666.6667 , 1.8889 , 1.1502 , 0.7595 , 0.4608 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6854 , cls_71 , 3.0600 , 1560.0000 , 85.4450 , 509.8039 , 2.1667 , 1.1552 , 0.7014 , 0.6029 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6861 , cls_71 , 0.8100 , 660.0000 , 49.4453 , 814.8148 , 1.8333 , 1.1347 , 0.6630 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6865 , cls_71 , 0.5400 , 540.0000 , 39.2705 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6882 , cls_71 , 0.9000 , 720.0000 , 61.1075 , 800.0000 , 1.7143 , 1.1407 , 0.8041 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6888 , cls_71 , 1.2600 , 960.0000 , 55.7354 , 761.9048 , 2.0000 , 1.1610 , 0.6039 , 0.4167 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6896 , cls_71 , 0.7200 , 780.0000 , 45.3928 , 1083.3333 , 2.1667 , 1.1874 , 0.7516 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6898 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6901 , cls_71 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6906 , cls_71 , 0.5400 , 480.0000 , 42.4118 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6907 , cls_71 , 2.4300 , 1080.0000 , 76.2663 , 444.4444 , 1.6364 , 1.1088 , 0.6456 , 0.6173 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6914 , cls_71 , 1.0800 , 600.0000 , 47.3519 , 555.5556 , 1.4286 , 1.0790 , 0.5506 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6916 , cls_71 , 10.5300 , 4800.0000 , 183.3571 , 455.8405 , 3.6364 , 1.2262 , 0.8024 , 0.6197 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6935 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6937 , cls_71 , 1.4400 , 1020.0000 , 77.1063 , 708.3333 , 2.1250 , 1.1574 , 0.7453 , 0.3958 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6940 , cls_71 , 1.2600 , 900.0000 , 52.0334 , 714.2857 , 1.8750 , 1.1473 , 0.6039 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6950 , cls_71 , 1.0800 , 900.0000 , 57.1694 , 833.3333 , 2.1429 , 1.1663 , 0.7062 , 0.3472 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6962 , cls_71 , 1.0800 , 660.0000 , 42.5482 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6971 , cls_71 , 0.6300 , 480.0000 , 41.5469 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6972 , cls_71 , 0.7200 , 540.0000 , 51.8938 , 750.0000 , 1.5000 , 1.1046 , 0.8078 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6973 , cls_71 , 0.7200 , 540.0000 , 47.4067 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6975 , cls_71 , 1.1700 , 600.0000 , 48.3303 , 512.8205 , 1.2500 , 1.0698 , 0.6322 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6982 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6983 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6985 , cls_71 , 4.3200 , 1140.0000 , 88.1783 , 263.8889 , 1.3571 , 1.0592 , 0.5814 , 0.7778 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6989 , cls_71 , 0.9000 , 900.0000 , 51.3399 , 1000.0000 , 2.1429 , 1.1897 , 0.6894 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7002 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7008 , cls_71 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7011 , cls_71 , 1.4400 , 960.0000 , 73.6088 , 666.6667 , 2.0000 , 1.1448 , 0.7711 , 0.4688 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7012 , cls_71 , 6.6600 , 3000.0000 , 145.0104 , 450.4505 , 2.7778 , 1.1921 , 0.8299 , 0.6441 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7014 , cls_71 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7018 , cls_71 , 2.6100 , 1140.0000 , 84.0657 , 436.7816 , 1.7273 , 1.1116 , 0.7471 , 0.6264 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7021 , cls_71 , 3.2400 , 1140.0000 , 85.1782 , 351.8519 , 1.5833 , 1.0885 , 0.5593 , 0.7037 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7029 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7032 , cls_71 , 1.5300 , 780.0000 , 58.5974 , 509.8039 , 1.4444 , 1.0945 , 0.7360 , 0.5784 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7038 , cls_71 , 3.0600 , 2340.0000 , 121.3613 , 764.7059 , 3.2500 , 1.2338 , 0.8142 , 0.3873 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7052 , cls_71 , 0.6300 , 600.0000 , 44.5386 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7061 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7062 , cls_71 , 1.1700 , 600.0000 , 48.3610 , 512.8205 , 1.2500 , 1.0698 , 0.6689 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7071 , cls_71 , 0.4500 , 420.0000 , 31.3192 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7079 , cls_71 , 5.3100 , 1800.0000 , 98.0023 , 338.9831 , 1.8750 , 1.1230 , 0.6388 , 0.7232 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7083 , cls_71 , 0.6300 , 480.0000 , 37.4341 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7088 , cls_71 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7104 , cls_71 , 1.0800 , 540.0000 , 42.2363 , 500.0000 , 1.2857 , 1.0563 , 0.5225 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7114 , cls_71 , 0.6300 , 480.0000 , 37.3024 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7116 , cls_71 , 1.9800 , 1260.0000 , 76.2796 , 636.3636 , 2.1000 , 1.1629 , 0.8120 , 0.5152 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7120 , cls_71 , 1.5300 , 900.0000 , 65.8699 , 588.2353 , 1.6667 , 1.1242 , 0.8134 , 0.5000 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7121 , cls_71 , 0.8100 , 480.0000 , 37.2189 , 592.5926 , 1.3333 , 1.0639 , 0.5593 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7125 , cls_71 , 0.7200 , 600.0000 , 56.5435 , 833.3333 , 1.6667 , 1.1283 , 0.7963 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7142 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7149 , cls_71 , 10.7100 , 4620.0000 , 174.7669 , 431.3725 , 3.5000 , 1.2178 , 0.7184 , 0.6583 , 10.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7155 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7158 , cls_71 , 3.1500 , 1560.0000 , 90.8186 , 495.2381 , 2.1667 , 1.1520 , 0.6435 , 0.6000 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7165 , cls_71 , 0.9900 , 660.0000 , 56.8836 , 666.6667 , 1.5714 , 1.1100 , 0.7357 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7169 , cls_71 , 0.5400 , 480.0000 , 44.0957 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7171 , cls_71 , 0.7200 , 480.0000 , 42.5542 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7172 , cls_71 , 0.8100 , 480.0000 , 37.7746 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7183 , cls_71 , 0.7200 , 720.0000 , 54.1585 , 1000.0000 , 2.0000 , 1.1693 , 0.7453 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7188 , cls_71 , 0.5400 , 480.0000 , 34.3237 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7201 , cls_71 , 6.6600 , 1620.0000 , 105.9425 , 243.2432 , 1.5000 , 1.0812 , 0.5289 , 0.7905 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7210 , cls_71 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7213 , cls_71 , 1.9800 , 1080.0000 , 64.8443 , 545.4545 , 1.8000 , 1.1317 , 0.5690 , 0.5530 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7214 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7215 , cls_71 , 0.7200 , 780.0000 , 57.8808 , 1083.3333 , 2.1667 , 1.1874 , 0.7736 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7222 , cls_71 , 0.9000 , 600.0000 , 48.0965 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7227 , cls_71 , 3.8700 , 1920.0000 , 112.7545 , 496.1240 , 2.2857 , 1.1689 , 0.7262 , 0.6047 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7235 , cls_71 , 0.9000 , 480.0000 , 41.8547 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7238 , cls_71 , 31.2300 , 5460.0000 , 237.1653 , 174.8319 , 2.3947 , 1.1412 , 0.5364 , 0.8492 , 31.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7239 , cls_71 , 1.0800 , 720.0000 , 51.2407 , 666.6667 , 1.7143 , 1.1183 , 0.6273 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7241 , cls_71 , 1.9800 , 1200.0000 , 73.3764 , 606.0606 , 2.0000 , 1.1530 , 0.7812 , 0.5227 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7246 , cls_71 , 0.9000 , 840.0000 , 58.2550 , 933.3333 , 2.0000 , 1.1745 , 0.7551 , 0.2833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7263 , cls_71 , 0.6300 , 660.0000 , 46.4075 , 1047.6190 , 1.8333 , 1.1673 , 0.7591 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7271 , cls_71 , 8.3700 , 2160.0000 , 130.8001 , 258.0645 , 1.8000 , 1.1101 , 0.6356 , 0.7849 , 8.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7272 , cls_71 , 1.4400 , 840.0000 , 57.0818 , 583.3333 , 1.7500 , 1.1169 , 0.6488 , 0.5208 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7274 , cls_71 , 1.4400 , 960.0000 , 82.0250 , 666.6667 , 2.0000 , 1.1448 , 0.7603 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7277 , cls_71 , 3.3300 , 1680.0000 , 95.2801 , 504.5045 , 2.1538 , 1.1601 , 0.7735 , 0.5856 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7280 , cls_71 , 0.7200 , 660.0000 , 47.0102 , 916.6667 , 1.8333 , 1.1497 , 0.7516 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7284 , cls_71 , 0.5400 , 540.0000 , 49.3994 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7285 , cls_71 , 3.1500 , 1200.0000 , 85.0616 , 380.9524 , 1.6667 , 1.1014 , 0.7009 , 0.6857 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7288 , cls_71 , 2.7900 , 1140.0000 , 74.4303 , 408.6022 , 1.5833 , 1.1044 , 0.5931 , 0.6613 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7290 , cls_71 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7296 , cls_71 , 0.9900 , 480.0000 , 39.7998 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7297 , cls_71 , 1.3500 , 900.0000 , 50.5820 , 666.6667 , 1.8750 , 1.1390 , 0.5342 , 0.5000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7298 , cls_71 , 0.8100 , 840.0000 , 59.7035 , 1037.0370 , 2.3333 , 1.1883 , 0.8121 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7301 , cls_71 , 1.4400 , 780.0000 , 74.8523 , 541.6667 , 1.6250 , 1.1014 , 0.7711 , 0.5208 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7308 , cls_71 , 3.8700 , 1680.0000 , 102.0538 , 434.1085 , 2.0000 , 1.1436 , 0.7329 , 0.6512 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7316 , cls_71 , 1.2600 , 1140.0000 , 74.1833 , 904.7619 , 2.3750 , 1.1974 , 0.7772 , 0.3214 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7319 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7321 , cls_71 , 0.8100 , 660.0000 , 55.0217 , 814.8148 , 1.8333 , 1.1347 , 0.7205 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7325 , cls_71 , 20.9700 , 7200.0000 , 287.1071 , 343.3476 , 3.8710 , 1.2234 , 0.8201 , 0.7217 , 20.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7332 , cls_71 , 0.5400 , 540.0000 , 41.3948 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7337 , cls_71 , 1.4400 , 900.0000 , 70.6731 , 625.0000 , 1.8750 , 1.1313 , 0.7711 , 0.4896 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7344 , cls_71 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7347 , cls_71 , 0.5400 , 540.0000 , 48.9907 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7349 , cls_71 , 10.7100 , 1980.0000 , 144.6627 , 184.8739 , 1.5000 , 1.0715 , 0.6259 , 0.8389 , 10.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7351 , cls_71 , 0.4500 , 480.0000 , 33.6384 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7356 , cls_71 , 2.0700 , 780.0000 , 68.9316 , 376.8116 , 1.3000 , 1.0612 , 0.6339 , 0.6667 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7358 , cls_71 , 0.8100 , 420.0000 , 36.2715 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7359 , cls_71 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7363 , cls_71 , 0.6300 , 480.0000 , 35.0995 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7369 , cls_71 , 8.1000 , 3180.0000 , 148.9828 , 392.5926 , 2.7895 , 1.1818 , 0.7353 , 0.6815 , 8.1000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7375 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7392 , cls_71 , 1.1700 , 780.0000 , 54.8835 , 666.6667 , 1.6250 , 1.1258 , 0.7733 , 0.4487 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7400 , cls_71 , 2.8800 , 1440.0000 , 91.4620 , 500.0000 , 2.0000 , 1.1465 , 0.7603 , 0.6042 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7402 , cls_71 , 0.5400 , 480.0000 , 41.7873 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7404 , cls_71 , 1.8900 , 1440.0000 , 106.9443 , 761.9048 , 2.4000 , 1.1955 , 0.8252 , 0.3968 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7405 , cls_71 , 1.8900 , 780.0000 , 67.7064 , 412.6984 , 1.3000 , 1.0710 , 0.7029 , 0.6429 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7410 , cls_71 , 0.7200 , 540.0000 , 40.9515 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7412 , cls_71 , 1.1700 , 900.0000 , 48.9989 , 769.2308 , 1.8750 , 1.1564 , 0.5963 , 0.4231 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7416 , cls_71 , 1.2600 , 840.0000 , 55.5912 , 666.6667 , 1.7500 , 1.1327 , 0.7258 , 0.4881 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7419 , cls_71 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7422 , cls_71 , 0.7200 , 540.0000 , 41.4756 , 750.0000 , 1.5000 , 1.1046 , 0.7453 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7431 , cls_71 , 2.4300 , 1560.0000 , 84.7360 , 641.9753 , 2.3636 , 1.1816 , 0.7356 , 0.4753 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7433 , cls_71 , 1.0800 , 660.0000 , 44.6631 , 611.1111 , 1.5714 , 1.0996 , 0.6180 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7438 , cls_71 , 0.5400 , 420.0000 , 37.5676 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7446 , cls_71 , 1.2600 , 720.0000 , 55.1622 , 571.4286 , 1.5000 , 1.1000 , 0.7258 , 0.5357 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7450 , cls_71 , 8.0100 , 4680.0000 , 182.0862 , 584.2697 , 4.1053 , 1.2514 , 0.7568 , 0.5524 , 8.0100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7455 , cls_71 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7460 , cls_71 , 0.9900 , 480.0000 , 38.3614 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7468 , cls_71 , 0.7200 , 420.0000 , 32.8556 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7473 , cls_71 , 0.8100 , 600.0000 , 49.8865 , 740.7407 , 1.6667 , 1.1135 , 0.7205 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7480 , cls_71 , 3.0600 , 1680.0000 , 94.9688 , 549.0196 , 2.3333 , 1.1696 , 0.7660 , 0.5588 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7488 , cls_71 , 1.7100 , 1440.0000 , 80.5863 , 842.1053 , 2.6667 , 1.2078 , 0.8065 , 0.3509 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7489 , cls_71 , 0.5400 , 480.0000 , 37.0246 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7492 , cls_71 , 1.5300 , 900.0000 , 64.7126 , 588.2353 , 1.6667 , 1.1242 , 0.6817 , 0.5294 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7496 , cls_71 , 1.1700 , 900.0000 , 76.3325 , 769.2308 , 1.8750 , 1.1564 , 0.8535 , 0.3718 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7500 , cls_71 , 0.8100 , 540.0000 , 40.7869 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7502 , cls_71 , 0.8100 , 360.0000 , 32.1895 , 444.4444 , 1.0000 , 1.0000 , 0.3634 , 0.5926 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7504 , cls_71 , 1.7100 , 1260.0000 , 72.2516 , 736.8421 , 2.3333 , 1.1804 , 0.7718 , 0.4298 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7510 , cls_71 , 1.3500 , 1140.0000 , 69.8342 , 844.4444 , 2.3750 , 1.1887 , 0.7753 , 0.3556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7511 , cls_71 , 2.2500 , 1500.0000 , 77.8718 , 666.6667 , 2.5000 , 1.1829 , 0.6817 , 0.4533 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7525 , cls_71 , 2.3400 , 1260.0000 , 71.7368 , 538.4615 , 1.9091 , 1.1436 , 0.7070 , 0.5577 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7526 , cls_71 , 0.9000 , 720.0000 , 67.4938 , 800.0000 , 1.7143 , 1.1407 , 0.8256 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7528 , cls_71 , 1.4400 , 780.0000 , 63.4050 , 541.6667 , 1.6250 , 1.1014 , 0.7603 , 0.5521 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7531 , cls_71 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7538 , cls_71 , 1.4400 , 720.0000 , 57.6492 , 500.0000 , 1.5000 , 1.0847 , 0.6660 , 0.5729 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7548 , cls_71 , 1.6200 , 780.0000 , 55.6579 , 481.4815 , 1.4444 , 1.0880 , 0.6048 , 0.6111 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7553 , cls_71 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7560 , cls_71 , 0.6300 , 540.0000 , 43.4745 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7562 , cls_71 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7573 , cls_71 , 1.7100 , 660.0000 , 54.5810 , 385.9649 , 1.2222 , 1.0477 , 0.5348 , 0.6667 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7592 , cls_71 , 2.2500 , 1200.0000 , 72.9859 , 533.3333 , 2.0000 , 1.1383 , 0.5698 , 0.5600 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7594 , cls_71 , 1.8000 , 900.0000 , 63.2155 , 500.0000 , 1.6667 , 1.1055 , 0.6559 , 0.6000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7616 , cls_71 , 2.7900 , 1320.0000 , 86.8385 , 473.1183 , 1.8333 , 1.1330 , 0.7965 , 0.5914 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7617 , cls_71 , 0.4500 , 540.0000 , 40.3503 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7622 , cls_71 , 1.1700 , 720.0000 , 54.6456 , 615.3846 , 1.5000 , 1.1087 , 0.6689 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7638 , cls_71 , 1.4400 , 900.0000 , 59.0719 , 625.0000 , 1.8750 , 1.1313 , 0.6866 , 0.5104 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7651 , cls_71 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7665 , cls_71 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7666 , cls_71 , 0.7200 , 540.0000 , 38.7617 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7667 , cls_71 , 0.6300 , 420.0000 , 35.6454 , 666.6667 , 1.1667 , 1.0640 , 0.6572 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7672 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7675 , cls_71 , 1.0800 , 540.0000 , 43.5027 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 335.4102 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7686 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7687 , cls_71 , 0.7200 , 540.0000 , 43.2584 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7690 , cls_71 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7700 , cls_71 , 0.5400 , 480.0000 , 42.2327 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7707 , cls_71 , 0.4500 , 480.0000 , 41.3902 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7709 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7717 , cls_71 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7730 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7733 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7734 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7739 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7740 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7746 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7754 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7759 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7770 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2 , cls_42 , 319.8600 , 58080.0000 , 897.6294 , 181.5794 , 8.0667 , 1.2796 , 0.6794 , 0.8509 , 319.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4 , cls_42 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 12 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 13 , cls_42 , 1.3500 , 600.0000 , 48.6233 , 444.4444 , 1.2500 , 1.0537 , 0.5756 , 0.6111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 14 , cls_42 , 5.3100 , 1560.0000 , 111.9792 , 293.7853 , 1.6250 , 1.0967 , 0.6921 , 0.7514 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 21 , cls_42 , 1.0800 , 480.0000 , 41.4288 , 444.4444 , 1.1429 , 1.0310 , 0.5506 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 23 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 26 , cls_42 , 0.8100 , 540.0000 , 39.0951 , 666.6667 , 1.5000 , 1.0901 , 0.5416 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 28 , cls_42 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 30 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 31 , cls_42 , 3.7800 , 1260.0000 , 104.0560 , 333.3333 , 1.6154 , 1.0916 , 0.7326 , 0.7103 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 33 , cls_42 , 341.2800 , 52020.0000 , 1177.5467 , 152.4262 , 6.9919 , 1.2595 , 0.8112 , 0.8763 , 341.2800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 39 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 41 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 46 , cls_42 , 15.1200 , 2880.0000 , 160.4965 , 190.4762 , 1.8462 , 1.1033 , 0.4967 , 0.8393 , 15.1200 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 49 , cls_42 , 41.5800 , 8940.0000 , 353.4408 , 215.0072 , 3.4651 , 1.1922 , 0.7957 , 0.8196 , 41.5800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 51 , cls_42 , 0.9900 , 540.0000 , 44.1070 , 545.4545 , 1.2857 , 1.0663 , 0.5623 , 0.5152 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 53 , cls_42 , 159.9300 , 27060.0000 , 616.7779 , 169.1990 , 5.3059 , 1.2348 , 0.6570 , 0.8599 , 159.9300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 60 , cls_42 , 37.3500 , 7500.0000 , 294.8308 , 200.8032 , 3.0488 , 1.1747 , 0.7179 , 0.8382 , 37.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 65 , cls_42 , 1.0800 , 540.0000 , 43.0372 , 500.0000 , 1.2857 , 1.0563 , 0.5225 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 70 , cls_42 , 102.6900 , 18420.0000 , 582.9050 , 179.3748 , 4.5147 , 1.2187 , 0.7331 , 0.8513 , 102.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 72 , cls_42 , 1.2600 , 600.0000 , 47.8683 , 476.1905 , 1.2500 , 1.0614 , 0.6435 , 0.6071 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 74 , cls_42 , 749.3400 , 141060.0000 , 1425.9677 , 188.2457 , 12.8470 , 1.3229 , 0.6271 , 0.8453 , 749.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 77 , cls_42 , 5.8500 , 1260.0000 , 96.4614 , 215.3846 , 1.2353 , 1.0481 , 0.5712 , 0.8154 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 79 , cls_42 , 1.1700 , 600.0000 , 46.7231 , 512.8205 , 1.2500 , 1.0698 , 0.5132 , 0.5385 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 86 , cls_42 , 17.7300 , 3300.0000 , 189.4560 , 186.1252 , 1.8966 , 1.1113 , 0.6865 , 0.8460 , 17.7300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 91 , cls_42 , 24.5700 , 5280.0000 , 259.5433 , 214.8962 , 2.5882 , 1.1578 , 0.7721 , 0.8242 , 24.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 99 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 102 , cls_42 , 1.0800 , 600.0000 , 45.0612 , 555.5556 , 1.4286 , 1.0790 , 0.4731 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 104 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 105 , cls_42 , 10.4400 , 3900.0000 , 155.2980 , 373.5632 , 2.9545 , 1.1911 , 0.6710 , 0.7011 , 10.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 118 , cls_42 , 2.1600 , 1200.0000 , 80.7613 , 555.5556 , 2.0000 , 1.1430 , 0.6605 , 0.5347 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 268.3282 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 161 , cls_42 , 1.0800 , 540.0000 , 45.8011 , 500.0000 , 1.2857 , 1.0563 , 0.6273 , 0.5556 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 167 , cls_42 , 1.2600 , 780.0000 , 64.6709 , 619.0476 , 1.6250 , 1.1170 , 0.7078 , 0.4881 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 176 , cls_42 , 8.7300 , 2760.0000 , 193.9300 , 316.1512 , 2.3000 , 1.1491 , 0.8184 , 0.7354 , 8.7300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 192 , cls_42 , 14.2200 , 2640.0000 , 170.4656 , 185.6540 , 1.6923 , 1.0944 , 0.6131 , 0.8502 , 14.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 207 , cls_42 , 1.0800 , 840.0000 , 60.0138 , 777.7778 , 2.0000 , 1.1515 , 0.7649 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 224 , cls_42 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 225 , cls_42 , 0.9900 , 600.0000 , 45.4275 , 606.0606 , 1.4286 , 1.0892 , 0.6584 , 0.5152 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 241 , cls_42 , 115.3800 , 23400.0000 , 485.9516 , 202.8081 , 5.4167 , 1.2428 , 0.5627 , 0.8306 , 115.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 250 , cls_42 , 2.3400 , 1320.0000 , 78.4389 , 564.1026 , 2.0000 , 1.1528 , 0.7566 , 0.5641 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 253 , cls_42 , 1.8900 , 780.0000 , 58.5873 , 412.6984 , 1.3000 , 1.0710 , 0.5886 , 0.6587 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 261 , cls_42 , 1.1700 , 540.0000 , 44.2044 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6026 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 269 , cls_42 , 4.0500 , 1800.0000 , 100.1703 , 444.4444 , 2.1429 , 1.1517 , 0.7541 , 0.6222 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 270 , cls_42 , 4.0500 , 1260.0000 , 87.9235 , 311.1111 , 1.5000 , 1.0845 , 0.6076 , 0.7481 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 281 , cls_42 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 285 , cls_42 , 1.5300 , 1080.0000 , 79.6731 , 705.8824 , 2.0000 , 1.1620 , 0.7568 , 0.4216 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 301 , cls_42 , 10.1700 , 1980.0000 , 134.6359 , 194.6903 , 1.5000 , 1.0763 , 0.5403 , 0.8319 , 10.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 304 , cls_42 , 9.0900 , 2700.0000 , 139.5518 , 297.0297 , 2.1429 , 1.1412 , 0.6945 , 0.7541 , 9.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 310 , cls_42 , 6.6600 , 3420.0000 , 150.2571 , 513.5135 , 3.1667 , 1.2157 , 0.7938 , 0.5901 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 338 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 339 , cls_42 , 0.6300 , 420.0000 , 35.6269 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 342 , cls_42 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 352 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 362 , cls_42 , 3.9600 , 1800.0000 , 137.3947 , 454.5455 , 2.1429 , 1.1541 , 0.7940 , 0.6174 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 380 , cls_42 , 2.0700 , 720.0000 , 62.3669 , 347.8261 , 1.2000 , 1.0451 , 0.5933 , 0.6884 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 390 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 409 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 412 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 425 , cls_42 , 1.9800 , 1140.0000 , 75.6035 , 575.7576 , 1.9000 , 1.1427 , 0.6704 , 0.5455 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 426 , cls_42 , 2.7900 , 900.0000 , 70.6059 , 322.5806 , 1.2500 , 1.0582 , 0.6053 , 0.7258 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 440 , cls_42 , 2.2500 , 1200.0000 , 73.7119 , 533.3333 , 2.0000 , 1.1383 , 0.7080 , 0.5667 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 454 , cls_42 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 462 , cls_42 , 2.4300 , 1080.0000 , 67.9796 , 444.4444 , 1.6364 , 1.1088 , 0.5955 , 0.6235 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 469 , cls_42 , 0.5400 , 420.0000 , 32.0783 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 479 , cls_42 , 0.5400 , 420.0000 , 33.6893 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 482 , cls_42 , 60.0300 , 10440.0000 , 343.4709 , 173.9130 , 3.3462 , 1.1826 , 0.6075 , 0.8556 , 60.0300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 499 , cls_42 , 1.8900 , 960.0000 , 74.2962 , 507.9365 , 1.6000 , 1.1132 , 0.7861 , 0.5714 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 500 , cls_42 , 0.7200 , 420.0000 , 35.0117 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 501 , cls_42 , 1.7100 , 1020.0000 , 65.5891 , 596.4912 , 1.8889 , 1.1370 , 0.5435 , 0.5088 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 545 , cls_42 , 0.8100 , 720.0000 , 56.4334 , 888.8889 , 2.0000 , 1.1540 , 0.7453 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 283.0194 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 546 , cls_42 , 4.0500 , 1380.0000 , 104.4628 , 340.7407 , 1.6429 , 1.1016 , 0.7047 , 0.7111 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 549 , cls_42 , 1.1700 , 660.0000 , 55.2267 , 564.1026 , 1.3750 , 1.0902 , 0.6689 , 0.5128 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 550 , cls_42 , 1.4400 , 840.0000 , 56.9280 , 583.3333 , 1.7500 , 1.1169 , 0.6660 , 0.5313 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 560 , cls_42 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 570 , cls_42 , 7.7400 , 2280.0000 , 123.6288 , 294.5736 , 2.0000 , 1.1274 , 0.6410 , 0.7539 , 7.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 597 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 603 , cls_42 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 605 , cls_42 , 5.0400 , 2040.0000 , 117.3096 , 404.7619 , 2.2667 , 1.1516 , 0.6146 , 0.6548 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 640 , cls_42 , 1.9800 , 660.0000 , 53.3482 , 333.3333 , 1.1000 , 1.0322 , 0.3168 , 0.7121 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 653 , cls_42 , 1.3500 , 660.0000 , 52.7250 , 488.8889 , 1.3750 , 1.0738 , 0.6707 , 0.5889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 659 , cls_42 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 661 , cls_42 , 13.5000 , 4980.0000 , 230.7101 , 368.8889 , 3.3200 , 1.2066 , 0.7477 , 0.7011 , 13.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 665 , cls_42 , 8.2800 , 3300.0000 , 136.6950 , 398.5507 , 2.7500 , 1.1860 , 0.6172 , 0.6649 , 8.2800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 683 , cls_42 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 687 , cls_42 , 3.2400 , 1680.0000 , 92.3312 , 518.5185 , 2.3333 , 1.1632 , 0.7135 , 0.6019 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 702 , cls_42 , 6.7500 , 1800.0000 , 106.9628 , 266.6667 , 1.6667 , 1.0988 , 0.5078 , 0.7800 , 6.7500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 730 , cls_42 , 2.6100 , 1380.0000 , 124.1917 , 528.7356 , 2.0909 , 1.1492 , 0.8789 , 0.5345 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 732 , cls_42 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 734 , cls_42 , 0.7200 , 540.0000 , 43.2584 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 740 , cls_42 , 0.9900 , 720.0000 , 61.1183 , 727.2727 , 1.7143 , 1.1289 , 0.7845 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 330.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 744 , cls_42 , 6.4800 , 3000.0000 , 137.0149 , 462.9630 , 2.9412 , 1.1951 , 0.7736 , 0.6042 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 776 , cls_42 , 1.4400 , 900.0000 , 72.0923 , 625.0000 , 1.8750 , 1.1313 , 0.7247 , 0.4792 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 781 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 830 , cls_42 , 1.3500 , 720.0000 , 57.2073 , 533.3333 , 1.5000 , 1.0921 , 0.6396 , 0.5444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 842 , cls_42 , 12.0600 , 2580.0000 , 144.9407 , 213.9303 , 1.7917 , 1.1058 , 0.5985 , 0.8308 , 12.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 849 , cls_42 , 17.9100 , 5280.0000 , 249.3695 , 294.8074 , 3.0345 , 1.1881 , 0.8221 , 0.7638 , 17.9100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 859 , cls_42 , 3.1500 , 1440.0000 , 100.8125 , 457.1429 , 2.0000 , 1.1366 , 0.7983 , 0.6238 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 862 , cls_42 , 0.6300 , 600.0000 , 47.7734 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 866 , cls_42 , 2.1600 , 960.0000 , 67.0165 , 444.4444 , 1.6000 , 1.0983 , 0.6273 , 0.6319 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 880 , cls_42 , 9.1800 , 3060.0000 , 133.5942 , 333.3333 , 2.4286 , 1.1621 , 0.6555 , 0.7386 , 9.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 887 , cls_42 , 1.0800 , 540.0000 , 43.1435 , 500.0000 , 1.2857 , 1.0563 , 0.5225 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 893 , cls_42 , 2.9700 , 1680.0000 , 100.1770 , 565.6566 , 2.3333 , 1.1730 , 0.7823 , 0.5606 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 894 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 901 , cls_42 , 1.1700 , 600.0000 , 46.2559 , 512.8205 , 1.2500 , 1.0698 , 0.5132 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 903 , cls_42 , 0.9900 , 540.0000 , 41.3038 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 910 , cls_42 , 0.4500 , 540.0000 , 38.5674 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 918 , cls_42 , 3.1500 , 2040.0000 , 105.6581 , 647.6190 , 2.8333 , 1.2038 , 0.7496 , 0.5000 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 923 , cls_42 , 3.6000 , 1740.0000 , 102.4381 , 483.3333 , 2.2308 , 1.1582 , 0.8049 , 0.6125 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 933 , cls_42 , 0.9000 , 480.0000 , 38.2744 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 951 , cls_42 , 4.8600 , 1740.0000 , 92.2819 , 358.0247 , 1.9333 , 1.1260 , 0.4981 , 0.7099 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 957 , cls_42 , 0.9000 , 540.0000 , 43.3139 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 964 , cls_42 , 2.7000 , 1260.0000 , 81.7730 , 466.6667 , 1.9091 , 1.1276 , 0.7191 , 0.6111 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1000 , cls_42 , 1.1700 , 660.0000 , 47.5081 , 564.1026 , 1.3750 , 1.0902 , 0.6322 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1003 , cls_42 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1013 , cls_42 , 0.9900 , 480.0000 , 39.5102 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1017 , cls_42 , 5.5800 , 2160.0000 , 115.7648 , 387.0968 , 2.2500 , 1.1513 , 0.6149 , 0.6801 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1021 , cls_42 , 0.9900 , 420.0000 , 37.5926 , 424.2424 , 1.0000 , 1.0117 , 0.4398 , 0.6212 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1023 , cls_42 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1027 , cls_42 , 180.9900 , 21240.0000 , 587.2023 , 117.3545 , 3.9333 , 1.1906 , 0.6521 , 0.9033 , 180.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1044 , cls_42 , 0.5400 , 420.0000 , 30.1379 , 777.7778 , 1.4000 , 1.0831 , 0.5506 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1046 , cls_42 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 216.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1051 , cls_42 , 1.4400 , 840.0000 , 61.4395 , 583.3333 , 1.7500 , 1.1169 , 0.6156 , 0.4896 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1053 , cls_42 , 1.3500 , 780.0000 , 48.8890 , 577.7778 , 1.6250 , 1.1089 , 0.5225 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1058 , cls_42 , 6.3900 , 2880.0000 , 156.0690 , 450.7042 , 2.8235 , 1.1892 , 0.7670 , 0.6268 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1059 , cls_42 , 13.2300 , 2760.0000 , 148.2661 , 208.6168 , 1.8400 , 1.1086 , 0.5435 , 0.8254 , 13.2300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1071 , cls_42 , 115.4700 , 21300.0000 , 572.5205 , 184.4635 , 4.9306 , 1.2293 , 0.7465 , 0.8483 , 115.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1079 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1086 , cls_42 , 8.3700 , 2100.0000 , 122.7790 , 250.8961 , 1.7500 , 1.1051 , 0.5598 , 0.7921 , 8.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1105 , cls_42 , 1.1700 , 600.0000 , 44.1196 , 512.8205 , 1.2500 , 1.0698 , 0.5132 , 0.5769 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1110 , cls_42 , 7.6500 , 2580.0000 , 145.1202 , 337.2549 , 2.2632 , 1.1506 , 0.7731 , 0.7196 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1112 , cls_42 , 0.9900 , 720.0000 , 53.7629 , 727.2727 , 1.7143 , 1.1289 , 0.7307 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1117 , cls_42 , 1.8900 , 960.0000 , 76.8496 , 507.9365 , 1.6000 , 1.1132 , 0.6996 , 0.5714 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1118 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1125 , cls_42 , 19.7100 , 7560.0000 , 248.3069 , 383.5616 , 4.2000 , 1.2376 , 0.7596 , 0.7002 , 19.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1137 , cls_42 , 0.8100 , 540.0000 , 42.1057 , 666.6667 , 1.5000 , 1.0901 , 0.6419 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1153 , cls_42 , 8.6400 , 3720.0000 , 196.3033 , 430.5556 , 3.1000 , 1.2027 , 0.7852 , 0.6597 , 8.6400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1158 , cls_42 , 9.7200 , 4920.0000 , 175.2351 , 506.1728 , 3.9048 , 1.2390 , 0.7182 , 0.6080 , 9.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1168 , cls_42 , 1.9800 , 1560.0000 , 72.1665 , 787.8788 , 2.6000 , 1.2061 , 0.5881 , 0.4091 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1169 , cls_42 , 1.1700 , 900.0000 , 87.6271 , 769.2308 , 1.8750 , 1.1564 , 0.8481 , 0.3590 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1185 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1192 , cls_42 , 21.6900 , 6180.0000 , 234.2988 , 284.9239 , 3.2188 , 1.1952 , 0.7061 , 0.7635 , 21.6900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1193 , cls_42 , 1.8900 , 720.0000 , 54.6341 , 380.9524 , 1.2000 , 1.0547 , 0.4955 , 0.6825 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1197 , cls_42 , 0.7200 , 540.0000 , 49.9341 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1203 , cls_42 , 6.3000 , 2700.0000 , 188.6165 , 428.5714 , 2.6471 , 1.1790 , 0.8583 , 0.6524 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1224 , cls_42 , 1.2600 , 840.0000 , 58.4272 , 666.6667 , 1.7500 , 1.1327 , 0.7524 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1242 , cls_42 , 11.1600 , 3360.0000 , 150.8061 , 301.0753 , 2.4348 , 1.1587 , 0.6797 , 0.7567 , 11.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1264 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1270 , cls_42 , 0.5400 , 420.0000 , 32.0363 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1293 , cls_42 , 49.1400 , 12060.0000 , 397.8885 , 245.4212 , 4.2766 , 1.2226 , 0.7716 , 0.7998 , 49.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1299 , cls_42 , 0.9900 , 720.0000 , 54.3699 , 727.2727 , 1.7143 , 1.1289 , 0.7845 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1307 , cls_42 , 1.0800 , 600.0000 , 43.9369 , 555.5556 , 1.4286 , 1.0790 , 0.5506 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1320 , cls_42 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1332 , cls_42 , 0.6300 , 480.0000 , 35.9986 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1344 , cls_42 , 1.7100 , 960.0000 , 64.9896 , 561.4035 , 1.7778 , 1.1246 , 0.6976 , 0.5526 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1350 , cls_42 , 0.4500 , 540.0000 , 42.7915 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1355 , cls_42 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1356 , cls_42 , 2.7900 , 1080.0000 , 68.0100 , 387.0968 , 1.5000 , 1.0938 , 0.5565 , 0.7043 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1357 , cls_42 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1392 , cls_42 , 1.8000 , 720.0000 , 53.0337 , 400.0000 , 1.3333 , 1.0600 , 0.4341 , 0.6667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1394 , cls_42 , 5.0400 , 2280.0000 , 114.4680 , 452.3810 , 2.5333 , 1.1721 , 0.6774 , 0.6310 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1405 , cls_42 , 17.5500 , 3720.0000 , 233.8043 , 211.9658 , 2.2143 , 1.1321 , 0.6904 , 0.8248 , 17.5500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1418 , cls_42 , 354.1500 , 57660.0000 , 978.9477 , 162.8124 , 7.6270 , 1.2700 , 0.6624 , 0.8658 , 354.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1428 , cls_42 , 0.6300 , 720.0000 , 45.7815 , 1142.8571 , 2.0000 , 1.1872 , 0.6927 , 0.1905 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1436 , cls_42 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1447 , cls_42 , 0.9000 , 480.0000 , 37.6863 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1449 , cls_42 , 1.2600 , 660.0000 , 45.8861 , 523.8095 , 1.3750 , 1.0816 , 0.5652 , 0.5714 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1453 , cls_42 , 142.4700 , 20160.0000 , 509.7927 , 141.5035 , 4.2000 , 1.2033 , 0.6352 , 0.8841 , 142.4700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1459 , cls_42 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 218.4033 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1468 , cls_42 , 0.6300 , 600.0000 , 45.9730 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1472 , cls_42 , 4.9500 , 1500.0000 , 86.9314 , 303.0303 , 1.6667 , 1.0966 , 0.4613 , 0.7697 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1482 , cls_42 , 2.8800 , 1080.0000 , 68.8506 , 375.0000 , 1.5000 , 1.0904 , 0.5422 , 0.6979 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1489 , cls_42 , 0.9900 , 660.0000 , 49.8288 , 666.6667 , 1.5714 , 1.1100 , 0.5881 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1494 , cls_42 , 1.9800 , 780.0000 , 59.5141 , 393.9394 , 1.3000 , 1.0660 , 0.6215 , 0.6591 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1496 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1502 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1512 , cls_42 , 4.3200 , 1800.0000 , 117.7209 , 416.6667 , 2.1429 , 1.1447 , 0.7825 , 0.6458 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1536 , cls_42 , 1.0800 , 720.0000 , 46.2366 , 666.6667 , 1.7143 , 1.1183 , 0.5506 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1545 , cls_42 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1549 , cls_42 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1559 , cls_42 , 1.3500 , 780.0000 , 62.6432 , 577.7778 , 1.6250 , 1.1089 , 0.7191 , 0.5000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 852.7602 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1560 , cls_42 , 1.6200 , 960.0000 , 73.9643 , 592.5926 , 1.7778 , 1.1309 , 0.7708 , 0.5185 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1561 , cls_42 , 23.8500 , 8340.0000 , 337.2884 , 349.6855 , 4.2121 , 1.2344 , 0.8444 , 0.7145 , 23.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1575 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1578 , cls_42 , 0.6300 , 420.0000 , 32.7573 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1579 , cls_42 , 0.7200 , 480.0000 , 36.7346 , 666.6667 , 1.3333 , 1.0780 , 0.6082 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1583 , cls_42 , 1.6200 , 1020.0000 , 65.0097 , 629.6296 , 1.8889 , 1.1434 , 0.6630 , 0.5000 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1588 , cls_42 , 3.7800 , 1680.0000 , 144.7961 , 444.4444 , 2.1538 , 1.1462 , 0.8615 , 0.6111 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1592 , cls_42 , 1.5300 , 780.0000 , 55.5953 , 509.8039 , 1.4444 , 1.0945 , 0.6268 , 0.5882 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1596 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1601 , cls_42 , 9.0000 , 2460.0000 , 140.1528 , 273.3333 , 2.0500 , 1.1259 , 0.6559 , 0.7733 , 9.0000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1603 , cls_42 , 5.1300 , 1500.0000 , 94.0666 , 292.3977 , 1.5625 , 1.0930 , 0.5731 , 0.7690 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1607 , cls_42 , 2.9700 , 840.0000 , 69.6625 , 282.8283 , 1.1667 , 1.0384 , 0.5057 , 0.7576 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1608 , cls_42 , 30.9600 , 7800.0000 , 267.6985 , 251.9380 , 3.4211 , 1.1984 , 0.7632 , 0.7975 , 30.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1614 , cls_42 , 2.2500 , 1380.0000 , 97.9574 , 613.3333 , 2.3000 , 1.1662 , 0.8128 , 0.5067 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1615 , cls_42 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1637 , cls_42 , 0.5400 , 480.0000 , 35.7844 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1660 , cls_42 , 1.3500 , 660.0000 , 52.9188 , 488.8889 , 1.3750 , 1.0738 , 0.6327 , 0.5889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1716 , cls_42 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1717 , cls_42 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1719 , cls_42 , 15.2100 , 4260.0000 , 192.4154 , 280.0789 , 2.7308 , 1.1684 , 0.6171 , 0.7702 , 15.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1730 , cls_42 , 7.9200 , 3840.0000 , 304.6805 , 484.8485 , 3.3684 , 1.2176 , 0.9120 , 0.5985 , 7.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1751 , cls_42 , 1.6200 , 1200.0000 , 59.9853 , 740.7407 , 2.2222 , 1.1769 , 0.5416 , 0.4537 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1752 , cls_42 , 0.9000 , 540.0000 , 41.2705 , 600.0000 , 1.2857 , 1.0775 , 0.6559 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1761 , cls_42 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1770 , cls_42 , 1.1700 , 660.0000 , 48.4639 , 564.1026 , 1.3750 , 1.0902 , 0.5862 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1772 , cls_42 , 5.4000 , 1980.0000 , 131.3022 , 366.6667 , 2.0625 , 1.1388 , 0.6944 , 0.6861 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1802 , cls_42 , 1.1700 , 540.0000 , 52.4931 , 461.5385 , 1.1250 , 1.0473 , 0.6877 , 0.5769 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1804 , cls_42 , 0.9900 , 480.0000 , 38.3497 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.6061 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1811 , cls_42 , 0.7200 , 540.0000 , 40.8846 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1817 , cls_42 , 1.1700 , 780.0000 , 50.3615 , 666.6667 , 1.6250 , 1.1258 , 0.6322 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1838 , cls_42 , 1.6200 , 660.0000 , 49.7272 , 407.4074 , 1.2222 , 1.0536 , 0.4907 , 0.6667 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1856 , cls_42 , 4.1400 , 1320.0000 , 90.6053 , 318.8406 , 1.5714 , 1.0910 , 0.6172 , 0.7283 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1864 , cls_42 , 0.7200 , 540.0000 , 44.4061 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1868 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1869 , cls_42 , 7.1100 , 2100.0000 , 116.1156 , 295.3586 , 1.9444 , 1.1213 , 0.6555 , 0.7595 , 7.1100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1873 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1875 , cls_42 , 101.7900 , 27720.0000 , 604.1650 , 272.3254 , 6.7941 , 1.2786 , 0.7012 , 0.7767 , 101.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1877 , cls_42 , 3.6000 , 1020.0000 , 74.2626 , 283.3333 , 1.3077 , 1.0564 , 0.4008 , 0.7667 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1883 , cls_42 , 59.1300 , 15240.0000 , 402.4766 , 257.7372 , 4.8846 , 1.2408 , 0.6965 , 0.7884 , 59.1300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1884 , cls_42 , 0.9000 , 660.0000 , 45.9884 , 733.3333 , 1.5714 , 1.1216 , 0.7170 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1886 , cls_42 , 2.0700 , 900.0000 , 61.8914 , 434.7826 , 1.5000 , 1.0900 , 0.5199 , 0.6449 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1888 , cls_42 , 0.9000 , 720.0000 , 59.8870 , 800.0000 , 1.7143 , 1.1407 , 0.7913 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1892 , cls_42 , 1.2600 , 780.0000 , 53.9762 , 619.0476 , 1.6250 , 1.1170 , 0.6039 , 0.5000 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1895 , cls_42 , 2.6100 , 1740.0000 , 84.3853 , 666.6667 , 2.6364 , 1.1948 , 0.6732 , 0.4885 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1904 , cls_42 , 19.4400 , 5940.0000 , 225.3145 , 305.5556 , 3.3000 , 1.1994 , 0.6532 , 0.7600 , 19.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1909 , cls_42 , 25.2900 , 7200.0000 , 254.0718 , 284.6975 , 3.5294 , 1.2050 , 0.6485 , 0.7663 , 25.2900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1918 , cls_42 , 4.0500 , 1440.0000 , 95.5116 , 355.5556 , 1.7143 , 1.1096 , 0.6817 , 0.7037 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1919 , cls_42 , 26.4600 , 5460.0000 , 220.0806 , 206.3492 , 2.6000 , 1.1563 , 0.4982 , 0.8277 , 26.4600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1923 , cls_42 , 9.6300 , 3000.0000 , 139.7163 , 311.5265 , 2.3810 , 1.1538 , 0.5742 , 0.7445 , 9.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1926 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1929 , cls_42 , 2.1600 , 1140.0000 , 73.7946 , 527.7778 , 1.9000 , 1.1327 , 0.7649 , 0.5694 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1939 , cls_42 , 1.8000 , 840.0000 , 60.4435 , 466.6667 , 1.5556 , 1.0915 , 0.6559 , 0.6083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1945 , cls_42 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1947 , cls_42 , 0.9000 , 780.0000 , 52.1419 , 866.6667 , 1.8571 , 1.1583 , 0.7170 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1952 , cls_42 , 1.1700 , 540.0000 , 44.7063 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6026 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1962 , cls_42 , 4.8600 , 2280.0000 , 137.4589 , 469.1358 , 2.5333 , 1.1761 , 0.7366 , 0.6204 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1979 , cls_42 , 22.5000 , 5760.0000 , 221.6759 , 256.0000 , 3.0000 , 1.1802 , 0.6742 , 0.7933 , 22.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2014 , cls_42 , 1.8000 , 1080.0000 , 74.4393 , 600.0000 , 2.0000 , 1.1428 , 0.6817 , 0.5083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2016 , cls_42 , 13.9500 , 4380.0000 , 207.9769 , 313.9785 , 2.9200 , 1.1816 , 0.6991 , 0.7495 , 13.9500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2026 , cls_42 , 0.5400 , 600.0000 , 57.4390 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2034 , cls_42 , 3.0600 , 1260.0000 , 85.3402 , 411.7647 , 1.7500 , 1.1139 , 0.7294 , 0.6618 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2036 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2048 , cls_42 , 1.9800 , 1020.0000 , 67.5417 , 515.1515 , 1.7000 , 1.1202 , 0.6704 , 0.5833 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2049 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2078 , cls_42 , 129.5100 , 13200.0000 , 470.2946 , 101.9226 , 2.8947 , 1.1513 , 0.4761 , 0.9160 , 129.5100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2082 , cls_42 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2094 , cls_42 , 3.5100 , 1440.0000 , 102.7962 , 410.2564 , 1.8462 , 1.1248 , 0.6349 , 0.6581 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2098 , cls_42 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2107 , cls_42 , 0.4500 , 360.0000 , 24.0000 , 800.0000 , 1.2000 , 1.0699 , 0.3634 , 0.4000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2111 , cls_42 , 0.6300 , 480.0000 , 40.0303 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2114 , cls_42 , 2.5200 , 1740.0000 , 96.2944 , 690.4762 , 2.6364 , 1.1989 , 0.6729 , 0.4583 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2127 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2131 , cls_42 , 1.0800 , 540.0000 , 42.9520 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2133 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2137 , cls_42 , 1.1700 , 960.0000 , 57.4596 , 820.5128 , 2.0000 , 1.1702 , 0.7286 , 0.3590 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2149 , cls_42 , 15.1200 , 3180.0000 , 164.7361 , 210.3175 , 2.0385 , 1.1199 , 0.6343 , 0.8274 , 15.1200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2153 , cls_42 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2158 , cls_42 , 161.9100 , 18900.0000 , 578.8516 , 116.7315 , 3.7059 , 1.1835 , 0.5822 , 0.9035 , 161.9100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2176 , cls_42 , 1.3500 , 780.0000 , 53.7557 , 577.7778 , 1.6250 , 1.1089 , 0.6869 , 0.5444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2181 , cls_42 , 1.9800 , 780.0000 , 60.0305 , 393.9394 , 1.3000 , 1.0660 , 0.6163 , 0.6667 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2189 , cls_42 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2190 , cls_42 , 2.4300 , 1200.0000 , 82.6715 , 493.8272 , 1.8182 , 1.1297 , 0.7645 , 0.5926 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2218 , cls_42 , 4.5900 , 1860.0000 , 147.6820 , 405.2288 , 2.0667 , 1.1444 , 0.8278 , 0.6699 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2242 , cls_42 , 1.0800 , 660.0000 , 54.2989 , 611.1111 , 1.5714 , 1.0996 , 0.7495 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2244 , cls_42 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2248 , cls_42 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2259 , cls_42 , 0.7200 , 540.0000 , 38.7036 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2262 , cls_42 , 0.7200 , 360.0000 , 34.3237 , 500.0000 , 1.0000 , 1.0133 , 0.4907 , 0.5417 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2267 , cls_42 , 14.0400 , 4260.0000 , 225.1046 , 303.4188 , 2.8400 , 1.1763 , 0.7853 , 0.7436 , 14.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2284 , cls_42 , 1.8900 , 1020.0000 , 60.9586 , 539.6825 , 1.7000 , 1.1255 , 0.5617 , 0.5635 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2288 , cls_42 , 1.6200 , 1080.0000 , 73.6100 , 666.6667 , 2.0000 , 1.1552 , 0.8430 , 0.4907 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2290 , cls_42 , 14.9400 , 4140.0000 , 205.0077 , 277.1084 , 2.6538 , 1.1653 , 0.7422 , 0.7721 , 14.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2292 , cls_42 , 0.7200 , 540.0000 , 43.2584 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2311 , cls_42 , 0.5400 , 480.0000 , 34.3237 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2319 , cls_42 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2324 , cls_42 , 0.9000 , 480.0000 , 42.9680 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2332 , cls_42 , 30.9600 , 8280.0000 , 275.0085 , 267.4419 , 3.6316 , 1.2078 , 0.7060 , 0.7820 , 30.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2338 , cls_42 , 5.1300 , 1440.0000 , 101.0772 , 280.7018 , 1.5000 , 1.0855 , 0.6077 , 0.7632 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2341 , cls_42 , 8.6400 , 2820.0000 , 138.7581 , 326.3889 , 2.3500 , 1.1539 , 0.6239 , 0.7326 , 8.6400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2347 , cls_42 , 1.2600 , 900.0000 , 63.7497 , 714.2857 , 1.8750 , 1.1473 , 0.7903 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2360 , cls_42 , 3.7800 , 2340.0000 , 98.8129 , 619.0476 , 3.0000 , 1.2090 , 0.6312 , 0.5317 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2373 , cls_42 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2389 , cls_42 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2393 , cls_42 , 11.9700 , 3000.0000 , 145.5200 , 250.6266 , 2.0833 , 1.1323 , 0.5411 , 0.7945 , 11.9700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2397 , cls_42 , 1.7100 , 840.0000 , 62.0538 , 491.2281 , 1.5556 , 1.0972 , 0.6686 , 0.5965 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2402 , cls_42 , 1.0800 , 600.0000 , 47.6300 , 555.5556 , 1.4286 , 1.0790 , 0.6180 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2416 , cls_42 , 0.9000 , 480.0000 , 37.5681 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2419 , cls_42 , 73.0800 , 16500.0000 , 462.5596 , 225.7800 , 4.8246 , 1.2331 , 0.7138 , 0.8153 , 73.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2422 , cls_42 , 0.5400 , 480.0000 , 33.6542 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2425 , cls_42 , 1.3500 , 660.0000 , 46.5885 , 488.8889 , 1.3750 , 1.0738 , 0.4383 , 0.6111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2454 , cls_42 , 2.1600 , 1080.0000 , 72.1992 , 500.0000 , 1.8000 , 1.1219 , 0.7117 , 0.5903 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2470 , cls_42 , 1.7100 , 1020.0000 , 60.5510 , 596.4912 , 1.8889 , 1.1370 , 0.6278 , 0.5351 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2480 , cls_42 , 3.4200 , 1320.0000 , 83.9448 , 385.9649 , 1.6923 , 1.1109 , 0.6129 , 0.6754 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2485 , cls_42 , 0.6300 , 540.0000 , 44.3642 , 857.1429 , 1.5000 , 1.1214 , 0.7215 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2496 , cls_42 , 1.8000 , 1200.0000 , 71.3192 , 666.6667 , 2.2222 , 1.1643 , 0.7004 , 0.4667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2497 , cls_42 , 42.5700 , 9360.0000 , 328.3299 , 219.8732 , 3.5455 , 1.1971 , 0.7323 , 0.8150 , 42.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2501 , cls_42 , 9.5400 , 1980.0000 , 133.9799 , 207.5472 , 1.5714 , 1.0823 , 0.5742 , 0.8270 , 9.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2516 , cls_42 , 0.7200 , 600.0000 , 43.2984 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2526 , cls_42 , 1.9800 , 900.0000 , 64.5809 , 454.5455 , 1.5000 , 1.0949 , 0.6704 , 0.6439 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2530 , cls_42 , 45.3600 , 7080.0000 , 280.7388 , 156.0847 , 2.6222 , 1.1484 , 0.5006 , 0.8694 , 45.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2541 , cls_42 , 2.1600 , 1140.0000 , 68.5646 , 527.7778 , 1.9000 , 1.1327 , 0.6180 , 0.5833 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2550 , cls_42 , 22.0500 , 4620.0000 , 196.8074 , 209.5238 , 2.4063 , 1.1463 , 0.5412 , 0.8313 , 22.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2552 , cls_42 , 3.0600 , 1440.0000 , 97.6906 , 470.5882 , 2.0000 , 1.1398 , 0.6670 , 0.6176 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2555 , cls_42 , 2.6100 , 1380.0000 , 77.0344 , 528.7356 , 2.0909 , 1.1492 , 0.6844 , 0.5862 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2557 , cls_42 , 1.7100 , 1080.0000 , 65.4231 , 631.5789 , 2.0000 , 1.1488 , 0.7282 , 0.5175 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2564 , cls_42 , 0.6300 , 420.0000 , 32.7472 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2566 , cls_42 , 22.2300 , 4680.0000 , 230.8428 , 210.5263 , 2.4375 , 1.1476 , 0.5829 , 0.8252 , 22.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2567 , cls_42 , 1.0800 , 720.0000 , 48.0974 , 666.6667 , 1.7143 , 1.1183 , 0.6605 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2579 , cls_42 , 0.5400 , 420.0000 , 32.6544 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2591 , cls_42 , 0.7200 , 600.0000 , 54.4240 , 833.3333 , 1.6667 , 1.1283 , 0.7963 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2593 , cls_42 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2597 , cls_42 , 1.0800 , 720.0000 , 53.6571 , 666.6667 , 1.7143 , 1.1183 , 0.7117 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2600 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2606 , cls_42 , 3.8700 , 1560.0000 , 89.9450 , 403.1008 , 1.8571 , 1.1296 , 0.6760 , 0.6783 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2608 , cls_42 , 31.4100 , 10020.0000 , 294.4014 , 319.0067 , 4.3947 , 1.2366 , 0.6866 , 0.7416 , 31.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2612 , cls_42 , 1.8900 , 780.0000 , 58.4378 , 412.6984 , 1.3000 , 1.0710 , 0.5390 , 0.6667 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2614 , cls_42 , 37.0800 , 10320.0000 , 426.9594 , 278.3172 , 4.1951 , 1.2252 , 0.8361 , 0.7727 , 37.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2625 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2631 , cls_42 , 0.7200 , 480.0000 , 35.8918 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2633 , cls_42 , 77.7600 , 11940.0000 , 436.5814 , 153.5494 , 3.3729 , 1.1798 , 0.7607 , 0.8717 , 77.7600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2641 , cls_42 , 0.9000 , 540.0000 , 42.3098 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2648 , cls_42 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2652 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2653 , cls_42 , 22.4100 , 4740.0000 , 208.2524 , 211.5127 , 2.4688 , 1.1490 , 0.6134 , 0.8266 , 22.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2659 , cls_42 , 0.7200 , 420.0000 , 32.8556 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2660 , cls_42 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2674 , cls_42 , 0.8100 , 420.0000 , 34.3573 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2676 , cls_42 , 0.9000 , 480.0000 , 41.3283 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2699 , cls_42 , 0.5400 , 420.0000 , 32.6544 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2706 , cls_42 , 3.5100 , 1020.0000 , 79.7440 , 290.5983 , 1.3077 , 1.0589 , 0.5444 , 0.7479 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2718 , cls_42 , 7.7400 , 3000.0000 , 149.2302 , 387.5969 , 2.6316 , 1.1762 , 0.7329 , 0.6744 , 7.7400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2734 , cls_42 , 15.8400 , 4260.0000 , 268.8969 , 268.9394 , 2.6296 , 1.1644 , 0.8233 , 0.7765 , 15.8400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2738 , cls_42 , 2.6100 , 1440.0000 , 96.0015 , 551.7241 , 2.1818 , 1.1576 , 0.8004 , 0.5575 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2741 , cls_42 , 3.8700 , 1500.0000 , 90.8460 , 387.5969 , 1.7857 , 1.1221 , 0.5620 , 0.6860 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2744 , cls_42 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2769 , cls_42 , 0.7200 , 540.0000 , 44.2910 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2772 , cls_42 , 3.1500 , 1500.0000 , 107.2184 , 476.1905 , 2.0833 , 1.1444 , 0.8181 , 0.6190 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 271.6616 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2817 , cls_42 , 0.6300 , 600.0000 , 43.5388 , 952.3810 , 1.6667 , 1.1455 , 0.7826 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2818 , cls_42 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2819 , cls_42 , 15.0300 , 2940.0000 , 204.9754 , 195.6088 , 1.8846 , 1.1073 , 0.7067 , 0.8363 , 15.0300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2830 , cls_42 , 2.5200 , 780.0000 , 63.9572 , 309.5238 , 1.1818 , 1.0406 , 0.5806 , 0.7321 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2834 , cls_42 , 0.4500 , 480.0000 , 39.9473 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2840 , cls_42 , 5.9400 , 1920.0000 , 119.3143 , 323.2323 , 1.8824 , 1.1233 , 0.6378 , 0.7374 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2849 , cls_42 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2861 , cls_42 , 1.5300 , 660.0000 , 52.2373 , 431.3725 , 1.2222 , 1.0598 , 0.5916 , 0.6275 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2863 , cls_42 , 13.5900 , 4080.0000 , 167.2904 , 300.2208 , 2.7200 , 1.1722 , 0.5057 , 0.7550 , 13.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2865 , cls_42 , 1.1700 , 540.0000 , 45.7895 , 461.5385 , 1.1250 , 1.0473 , 0.6322 , 0.6026 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2875 , cls_42 , 30.2400 , 9180.0000 , 270.1364 , 303.5714 , 4.1351 , 1.2264 , 0.6328 , 0.7535 , 30.2400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2892 , cls_42 , 2.1600 , 1200.0000 , 62.0898 , 555.5556 , 2.0000 , 1.1430 , 0.5870 , 0.5764 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2896 , cls_42 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2899 , cls_42 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2906 , cls_42 , 34.0200 , 12960.0000 , 349.2527 , 380.9524 , 5.5385 , 1.2692 , 0.7646 , 0.6900 , 34.0200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2910 , cls_42 , 14.6700 , 4860.0000 , 240.8473 , 331.2883 , 3.1154 , 1.1941 , 0.7366 , 0.7249 , 14.6700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2911 , cls_42 , 5.4900 , 2700.0000 , 155.5801 , 491.8033 , 2.8125 , 1.1939 , 0.8044 , 0.6066 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2913 , cls_42 , 0.4500 , 360.0000 , 24.0000 , 800.0000 , 1.2000 , 1.0699 , 0.3634 , 0.4000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2926 , cls_42 , 1.2600 , 660.0000 , 49.2878 , 523.8095 , 1.3750 , 1.0816 , 0.5544 , 0.5714 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 284.6050 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2943 , cls_42 , 1.4400 , 720.0000 , 53.0100 , 500.0000 , 1.5000 , 1.0847 , 0.6082 , 0.5938 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2944 , cls_42 , 0.6300 , 420.0000 , 32.0129 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2947 , cls_42 , 23.9400 , 8220.0000 , 261.6021 , 343.3584 , 4.1515 , 1.2317 , 0.6603 , 0.7180 , 23.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2948 , cls_42 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2954 , cls_42 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2963 , cls_42 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2967 , cls_42 , 1.9800 , 1140.0000 , 67.2786 , 575.7576 , 1.9000 , 1.1427 , 0.6704 , 0.5379 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2973 , cls_42 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2976 , cls_42 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2978 , cls_42 , 5.4900 , 2400.0000 , 128.6735 , 437.1585 , 2.5000 , 1.1723 , 0.6893 , 0.6475 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2994 , cls_42 , 2.2500 , 1380.0000 , 72.9290 , 613.3333 , 2.3000 , 1.1662 , 0.5639 , 0.5000 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2996 , cls_42 , 91.4400 , 18420.0000 , 489.8624 , 201.4436 , 4.7969 , 1.2290 , 0.6938 , 0.8330 , 91.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2997 , cls_42 , 1.0800 , 540.0000 , 44.4179 , 500.0000 , 1.2857 , 1.0563 , 0.6273 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2998 , cls_42 , 35.1000 , 12000.0000 , 296.6392 , 341.8803 , 5.0000 , 1.2541 , 0.6136 , 0.7115 , 35.1000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3012 , cls_42 , 0.8100 , 480.0000 , 38.3139 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3014 , cls_42 , 0.9000 , 540.0000 , 44.8947 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3016 , cls_42 , 0.6300 , 480.0000 , 35.3331 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3019 , cls_42 , 1.8000 , 1020.0000 , 71.9348 , 566.6667 , 1.8889 , 1.1311 , 0.7453 , 0.5417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3028 , cls_42 , 0.9900 , 780.0000 , 53.8276 , 787.8788 , 1.8571 , 1.1463 , 0.7357 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3033 , cls_42 , 8.8200 , 2700.0000 , 150.4577 , 306.1224 , 2.2500 , 1.1442 , 0.7239 , 0.7500 , 8.8200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3036 , cls_42 , 1.8000 , 780.0000 , 58.8574 , 433.3333 , 1.4444 , 1.0763 , 0.6082 , 0.6333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3048 , cls_42 , 19.5300 , 7560.0000 , 271.4818 , 387.0968 , 4.2000 , 1.2386 , 0.7638 , 0.6935 , 19.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3055 , cls_42 , 1.2600 , 660.0000 , 48.3102 , 523.8095 , 1.3750 , 1.0816 , 0.5652 , 0.5595 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3056 , cls_42 , 2.2500 , 720.0000 , 61.4230 , 320.0000 , 1.2000 , 1.0364 , 0.5639 , 0.7200 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3062 , cls_42 , 2.3400 , 1380.0000 , 76.4026 , 589.7436 , 2.0909 , 1.1617 , 0.6817 , 0.5321 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3066 , cls_42 , 0.8100 , 540.0000 , 43.2826 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3082 , cls_42 , 0.9000 , 720.0000 , 62.7418 , 800.0000 , 1.7143 , 1.1407 , 0.7913 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3089 , cls_42 , 4.9500 , 2460.0000 , 118.6238 , 496.9697 , 2.7333 , 1.1881 , 0.7130 , 0.5970 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3095 , cls_42 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3102 , cls_42 , 0.9000 , 660.0000 , 51.2667 , 733.3333 , 1.5714 , 1.1216 , 0.7453 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3107 , cls_42 , 4.1400 , 1140.0000 , 85.0929 , 275.3623 , 1.3571 , 1.0634 , 0.5495 , 0.7717 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3110 , cls_42 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3130 , cls_42 , 4.7700 , 1560.0000 , 98.9280 , 327.0440 , 1.7333 , 1.1076 , 0.6352 , 0.7296 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3139 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3143 , cls_42 , 2.7000 , 1200.0000 , 98.5592 , 444.4444 , 1.8182 , 1.1180 , 0.7671 , 0.6333 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3152 , cls_42 , 1.5300 , 840.0000 , 73.0264 , 549.0196 , 1.5556 , 1.1099 , 0.7595 , 0.5294 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3153 , cls_42 , 1.5300 , 600.0000 , 57.8853 , 392.1569 , 1.1111 , 1.0400 , 0.6268 , 0.6373 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3154 , cls_42 , 1.2600 , 720.0000 , 50.2595 , 571.4286 , 1.5000 , 1.1000 , 0.6039 , 0.5238 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3155 , cls_42 , 0.7200 , 420.0000 , 32.6407 , 583.3333 , 1.1667 , 1.0480 , 0.4341 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3163 , cls_42 , 0.9900 , 540.0000 , 41.7471 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3166 , cls_42 , 60.4800 , 8280.0000 , 321.8276 , 136.9048 , 2.6538 , 1.1471 , 0.5017 , 0.8876 , 60.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3171 , cls_42 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3174 , cls_42 , 1.8900 , 1020.0000 , 63.9621 , 539.6825 , 1.7000 , 1.1255 , 0.6387 , 0.5635 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3176 , cls_42 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3184 , cls_42 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3185 , cls_42 , 2.6100 , 1440.0000 , 74.3320 , 551.7241 , 2.1818 , 1.1576 , 0.6307 , 0.5690 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3186 , cls_42 , 0.7200 , 420.0000 , 36.4343 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3187 , cls_42 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3200 , cls_42 , 4.2300 , 1800.0000 , 103.8106 , 425.5319 , 2.1429 , 1.1470 , 0.7081 , 0.6454 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3201 , cls_42 , 0.7200 , 480.0000 , 38.7976 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3207 , cls_42 , 0.6300 , 420.0000 , 32.7472 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3210 , cls_42 , 2.2500 , 960.0000 , 61.4451 , 426.6667 , 1.6000 , 1.0938 , 0.5103 , 0.6600 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3214 , cls_42 , 0.7200 , 420.0000 , 35.0117 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3216 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3220 , cls_42 , 0.6300 , 420.0000 , 35.6333 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3234 , cls_42 , 0.9000 , 480.0000 , 38.2604 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3236 , cls_42 , 0.8100 , 420.0000 , 35.4985 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3237 , cls_42 , 5.9400 , 1620.0000 , 102.7862 , 272.7273 , 1.5882 , 1.0924 , 0.5798 , 0.7702 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3253 , cls_42 , 16.9200 , 4200.0000 , 176.1503 , 248.2270 , 2.5000 , 1.1557 , 0.5915 , 0.7917 , 16.9200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3255 , cls_42 , 23.8500 , 6000.0000 , 223.4985 , 251.5723 , 3.0303 , 1.1813 , 0.5471 , 0.7836 , 23.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3278 , cls_42 , 0.7200 , 600.0000 , 41.2191 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3301 , cls_42 , 11.8800 , 4320.0000 , 175.1525 , 363.6364 , 3.1304 , 1.1955 , 0.6535 , 0.7096 , 11.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3306 , cls_42 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3311 , cls_42 , 1.6200 , 720.0000 , 55.9809 , 444.4444 , 1.3333 , 1.0715 , 0.6630 , 0.6019 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3316 , cls_42 , 2.4300 , 1020.0000 , 89.3725 , 419.7531 , 1.5455 , 1.0975 , 0.7356 , 0.6173 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3317 , cls_42 , 49.7700 , 9360.0000 , 378.6878 , 188.0651 , 3.2500 , 1.1828 , 0.6655 , 0.8430 , 49.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3345 , cls_42 , 1.9800 , 840.0000 , 73.8663 , 424.2424 , 1.4000 , 1.0809 , 0.6888 , 0.6212 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3347 , cls_42 , 6.6600 , 2340.0000 , 120.5367 , 351.3514 , 2.1667 , 1.1474 , 0.5812 , 0.7095 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3357 , cls_42 , 2.8800 , 1260.0000 , 76.2660 , 437.5000 , 1.7500 , 1.1205 , 0.6082 , 0.6458 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3363 , cls_42 , 1.0800 , 660.0000 , 57.8785 , 611.1111 , 1.5714 , 1.0996 , 0.7495 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3368 , cls_42 , 15.1200 , 4980.0000 , 196.7903 , 329.3651 , 3.1923 , 1.1951 , 0.6577 , 0.7232 , 15.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3387 , cls_42 , 0.9900 , 540.0000 , 40.0335 , 545.4545 , 1.2857 , 1.0663 , 0.5170 , 0.5606 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3392 , cls_42 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3407 , cls_42 , 3.5100 , 1260.0000 , 87.6904 , 358.9744 , 1.6154 , 1.0993 , 0.6667 , 0.7094 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3410 , cls_42 , 1.0800 , 660.0000 , 48.7326 , 611.1111 , 1.5714 , 1.0996 , 0.6273 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3413 , cls_42 , 17.1000 , 3060.0000 , 179.2326 , 178.9474 , 1.8214 , 1.1021 , 0.4718 , 0.8474 , 17.1000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3414 , cls_42 , 0.6300 , 480.0000 , 38.1754 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3417 , cls_42 , 1.3500 , 1020.0000 , 99.2114 , 755.5556 , 2.1250 , 1.1653 , 0.8927 , 0.3333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3436 , cls_42 , 1.3500 , 600.0000 , 47.4395 , 444.4444 , 1.2500 , 1.0537 , 0.4383 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3437 , cls_42 , 1.2600 , 840.0000 , 58.0967 , 666.6667 , 1.7500 , 1.1327 , 0.7258 , 0.4762 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3441 , cls_42 , 0.7200 , 480.0000 , 37.9551 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3448 , cls_42 , 0.7200 , 540.0000 , 42.8679 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3449 , cls_42 , 1.7100 , 1380.0000 , 64.5941 , 807.0175 , 2.5556 , 1.1991 , 0.6278 , 0.3860 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3454 , cls_42 , 16.7400 , 5040.0000 , 228.9250 , 301.0753 , 3.0000 , 1.1870 , 0.7553 , 0.7455 , 16.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3455 , cls_42 , 1.7100 , 1020.0000 , 61.9090 , 596.4912 , 1.8889 , 1.1370 , 0.6640 , 0.5263 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3472 , cls_42 , 1.8000 , 1200.0000 , 80.5663 , 666.6667 , 2.2222 , 1.1643 , 0.7598 , 0.4667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3491 , cls_42 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3507 , cls_42 , 0.7200 , 480.0000 , 42.5542 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3514 , cls_42 , 10.9800 , 3360.0000 , 166.1622 , 306.0109 , 2.4348 , 1.1603 , 0.6652 , 0.7473 , 10.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3515 , cls_42 , 0.6300 , 420.0000 , 35.6269 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3519 , cls_42 , 31.7700 , 12120.0000 , 384.5807 , 381.4920 , 5.3158 , 1.2655 , 0.8275 , 0.6955 , 31.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3521 , cls_42 , 1.7100 , 780.0000 , 58.7960 , 456.1404 , 1.4444 , 1.0820 , 0.6731 , 0.6316 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3543 , cls_42 , 7.9200 , 1800.0000 , 111.7830 , 227.2727 , 1.5789 , 1.0832 , 0.4613 , 0.8087 , 7.9200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3550 , cls_42 , 2.0700 , 1020.0000 , 70.2505 , 492.7536 , 1.7000 , 1.1152 , 0.6710 , 0.6159 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3555 , cls_42 , 1.8000 , 720.0000 , 57.1308 , 400.0000 , 1.3333 , 1.0600 , 0.6082 , 0.6667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3563 , cls_42 , 0.4500 , 420.0000 , 35.2060 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3568 , cls_42 , 0.5400 , 480.0000 , 43.5357 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3577 , cls_42 , 6.6600 , 3000.0000 , 155.0659 , 450.4505 , 2.7778 , 1.1921 , 0.8089 , 0.6329 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3590 , cls_42 , 0.7200 , 540.0000 , 48.3771 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3601 , cls_42 , 19.6200 , 5760.0000 , 232.2369 , 293.5780 , 3.2000 , 1.1935 , 0.6715 , 0.7584 , 19.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3612 , cls_42 , 1.0800 , 540.0000 , 42.4652 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3628 , cls_42 , 18.7200 , 5880.0000 , 257.6547 , 314.1026 , 3.3793 , 1.2015 , 0.7314 , 0.7444 , 18.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3634 , cls_42 , 4.6800 , 1680.0000 , 133.9286 , 358.9744 , 1.8667 , 1.1234 , 0.7836 , 0.6891 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3637 , cls_42 , 2.0700 , 840.0000 , 60.8755 , 405.7971 , 1.4000 , 1.0761 , 0.6746 , 0.6667 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3649 , cls_42 , 0.9000 , 480.0000 , 37.6395 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3657 , cls_42 , 2.3400 , 1020.0000 , 65.6135 , 435.8974 , 1.5455 , 1.1016 , 0.6322 , 0.6474 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3683 , cls_42 , 1.2600 , 600.0000 , 51.9718 , 476.1905 , 1.2500 , 1.0614 , 0.6637 , 0.5833 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3697 , cls_42 , 0.9000 , 780.0000 , 51.3770 , 866.6667 , 1.8571 , 1.1583 , 0.6817 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3699 , cls_42 , 4.8600 , 2460.0000 , 142.2039 , 506.1728 , 2.7333 , 1.1901 , 0.7405 , 0.5833 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3703 , cls_42 , 7.6500 , 2940.0000 , 163.5300 , 384.3137 , 2.5789 , 1.1738 , 0.7075 , 0.6863 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3715 , cls_42 , 2.7000 , 780.0000 , 62.6984 , 288.8889 , 1.1818 , 1.0336 , 0.2793 , 0.7611 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3722 , cls_42 , 1.0800 , 780.0000 , 55.7286 , 722.2222 , 1.8571 , 1.1355 , 0.7117 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3728 , cls_42 , 1.4400 , 780.0000 , 60.2300 , 541.6667 , 1.6250 , 1.1014 , 0.7453 , 0.5521 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3733 , cls_42 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3734 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3745 , cls_42 , 20.3400 , 7320.0000 , 238.9188 , 359.8820 , 3.9355 , 1.2292 , 0.7340 , 0.7072 , 20.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3747 , cls_42 , 5.8500 , 1680.0000 , 105.8916 , 287.1795 , 1.6471 , 1.1006 , 0.6255 , 0.7615 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3749 , cls_42 , 0.5400 , 420.0000 , 34.6040 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3762 , cls_42 , 3.7800 , 1860.0000 , 104.6913 , 492.0635 , 2.3846 , 1.1655 , 0.7353 , 0.6071 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3765 , cls_42 , 0.6300 , 480.0000 , 32.7869 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3771 , cls_42 , 0.9900 , 540.0000 , 47.4224 , 545.4545 , 1.2857 , 1.0663 , 0.6888 , 0.5303 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3778 , cls_42 , 15.8400 , 4680.0000 , 202.1626 , 295.4545 , 2.8889 , 1.1801 , 0.6552 , 0.7509 , 15.8400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3783 , cls_42 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3785 , cls_42 , 1.5300 , 840.0000 , 57.2144 , 549.0196 , 1.5556 , 1.1099 , 0.6268 , 0.5490 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3790 , cls_42 , 7.0200 , 2040.0000 , 126.6914 , 290.5983 , 1.8889 , 1.1174 , 0.6972 , 0.7607 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3794 , cls_42 , 0.6300 , 600.0000 , 41.3448 , 952.3810 , 1.6667 , 1.1455 , 0.5544 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3811 , cls_42 , 1.5300 , 660.0000 , 55.0237 , 431.3725 , 1.2222 , 1.0598 , 0.6452 , 0.6275 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3817 , cls_42 , 2.6100 , 1080.0000 , 87.0044 , 413.7931 , 1.6364 , 1.1010 , 0.7648 , 0.6494 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3824 , cls_42 , 0.9000 , 420.0000 , 37.3261 , 466.6667 , 1.0000 , 1.0223 , 0.4907 , 0.5833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3826 , cls_42 , 0.5400 , 480.0000 , 40.5020 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3829 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3850 , cls_42 , 0.6300 , 480.0000 , 39.8596 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3852 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3858 , cls_42 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3862 , cls_42 , 13.3200 , 3360.0000 , 184.4326 , 252.2523 , 2.2400 , 1.1413 , 0.6817 , 0.7928 , 13.3200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3865 , cls_42 , 4.0500 , 1680.0000 , 99.5988 , 414.8148 , 2.0000 , 1.1387 , 0.7407 , 0.6667 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3876 , cls_42 , 4.0500 , 2220.0000 , 180.8146 , 548.1481 , 2.6429 , 1.1912 , 0.8809 , 0.5148 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3899 , cls_42 , 1.6200 , 720.0000 , 53.6294 , 444.4444 , 1.3333 , 1.0715 , 0.4907 , 0.6389 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3901 , cls_42 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3911 , cls_42 , 1.1700 , 600.0000 , 47.6986 , 512.8205 , 1.2500 , 1.0698 , 0.5132 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3917 , cls_42 , 1.3500 , 600.0000 , 45.8958 , 444.4444 , 1.2500 , 1.0537 , 0.5342 , 0.6333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3918 , cls_42 , 3.8700 , 2220.0000 , 110.4095 , 573.6434 , 2.6429 , 1.1964 , 0.7178 , 0.5349 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3921 , cls_42 , 0.5400 , 420.0000 , 32.0783 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3923 , cls_42 , 0.5400 , 480.0000 , 48.3776 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3924 , cls_42 , 2.1600 , 1560.0000 , 90.3800 , 722.2222 , 2.6000 , 1.1956 , 0.7388 , 0.4306 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3925 , cls_42 , 1.2600 , 600.0000 , 44.1094 , 476.1905 , 1.2500 , 1.0614 , 0.4757 , 0.6071 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3930 , cls_42 , 0.7200 , 540.0000 , 39.3274 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3939 , cls_42 , 3.7800 , 2040.0000 , 104.2235 , 539.6825 , 2.6154 , 1.1830 , 0.7429 , 0.5754 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3952 , cls_42 , 10.5300 , 3060.0000 , 172.4672 , 290.5983 , 2.3182 , 1.1483 , 0.7632 , 0.7578 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3956 , cls_42 , 27.9900 , 6960.0000 , 278.8862 , 248.6602 , 3.2222 , 1.1898 , 0.6928 , 0.7910 , 27.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3958 , cls_42 , 2.7000 , 1680.0000 , 93.0543 , 622.2222 , 2.5455 , 1.1839 , 0.7191 , 0.4944 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3964 , cls_42 , 5.4900 , 2640.0000 , 135.5491 , 480.8743 , 2.7500 , 1.1898 , 0.7519 , 0.6120 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3982 , cls_42 , 1.3500 , 720.0000 , 55.9989 , 533.3333 , 1.5000 , 1.0921 , 0.7419 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3984 , cls_42 , 1.3500 , 660.0000 , 57.3169 , 488.8889 , 1.3750 , 1.0738 , 0.6869 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3989 , cls_42 , 1.0800 , 600.0000 , 47.7367 , 555.5556 , 1.4286 , 1.0790 , 0.6180 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3993 , cls_42 , 2.7000 , 1200.0000 , 78.0248 , 444.4444 , 1.8182 , 1.1180 , 0.6735 , 0.6444 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3998 , cls_42 , 1.8000 , 720.0000 , 65.7301 , 400.0000 , 1.3333 , 1.0600 , 0.7170 , 0.6333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4000 , cls_42 , 11.8800 , 3480.0000 , 165.4628 , 292.9293 , 2.5217 , 1.1585 , 0.6876 , 0.7551 , 11.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4019 , cls_42 , 2.0700 , 1140.0000 , 62.5101 , 550.7246 , 1.9000 , 1.1376 , 0.4951 , 0.5797 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4023 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4033 , cls_42 , 0.7200 , 660.0000 , 44.6307 , 916.6667 , 1.8333 , 1.1497 , 0.7516 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4037 , cls_42 , 2.8800 , 1320.0000 , 83.3831 , 458.3333 , 1.8333 , 1.1295 , 0.5926 , 0.6146 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4038 , cls_42 , 3.1500 , 1140.0000 , 77.2065 , 361.9048 , 1.5833 , 1.0915 , 0.5406 , 0.6905 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4059 , cls_42 , 1.5300 , 960.0000 , 58.2558 , 627.4510 , 1.7778 , 1.1376 , 0.5916 , 0.5294 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4061 , cls_42 , 7.6500 , 2220.0000 , 126.7208 , 290.1961 , 1.9474 , 1.1239 , 0.5509 , 0.7569 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4065 , cls_42 , 1.8900 , 1140.0000 , 71.6573 , 603.1746 , 1.9000 , 1.1481 , 0.7243 , 0.5159 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4081 , cls_42 , 47.1600 , 9060.0000 , 316.9333 , 192.1120 , 3.2826 , 1.1827 , 0.6421 , 0.8426 , 47.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4089 , cls_42 , 1.6200 , 780.0000 , 58.6386 , 481.4815 , 1.4444 , 1.0880 , 0.6817 , 0.5926 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4095 , cls_42 , 1.6200 , 720.0000 , 50.8689 , 444.4444 , 1.3333 , 1.0715 , 0.4410 , 0.6389 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4096 , cls_42 , 0.8100 , 720.0000 , 44.5878 , 888.8889 , 2.0000 , 1.1540 , 0.7205 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4102 , cls_42 , 0.9000 , 600.0000 , 38.0920 , 666.6667 , 1.4286 , 1.1006 , 0.3634 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4103 , cls_42 , 3.5100 , 1380.0000 , 83.8913 , 393.1624 , 1.7692 , 1.1167 , 0.5034 , 0.6709 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4104 , cls_42 , 0.7200 , 660.0000 , 40.1473 , 916.6667 , 1.8333 , 1.1497 , 0.5926 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4113 , cls_42 , 1.0800 , 540.0000 , 39.7323 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4121 , cls_42 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4130 , cls_42 , 0.7200 , 420.0000 , 34.3237 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4131 , cls_42 , 1.5300 , 780.0000 , 51.8613 , 509.8039 , 1.4444 , 1.0945 , 0.5916 , 0.5882 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4143 , cls_42 , 3.8700 , 1260.0000 , 82.0139 , 325.5814 , 1.5000 , 1.0891 , 0.5155 , 0.7248 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4145 , cls_42 , 1.0800 , 720.0000 , 55.8812 , 666.6667 , 1.7143 , 1.1183 , 0.7366 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4161 , cls_42 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4170 , cls_42 , 2.7900 , 1620.0000 , 78.2337 , 580.6452 , 2.2500 , 1.1730 , 0.6507 , 0.5376 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4180 , cls_42 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4183 , cls_42 , 1.5300 , 780.0000 , 66.4078 , 509.8039 , 1.4444 , 1.0945 , 0.7075 , 0.5784 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4184 , cls_42 , 2.7900 , 1140.0000 , 75.5497 , 408.6022 , 1.5833 , 1.1044 , 0.5565 , 0.6774 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4187 , cls_42 , 0.6300 , 420.0000 , 31.6352 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4205 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4212 , cls_42 , 2.7900 , 960.0000 , 88.7247 , 344.0860 , 1.3333 , 1.0708 , 0.7420 , 0.6828 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4217 , cls_42 , 1.0800 , 540.0000 , 50.8894 , 500.0000 , 1.2857 , 1.0563 , 0.7117 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4218 , cls_42 , 6.2100 , 2400.0000 , 114.2351 , 386.4734 , 2.3529 , 1.1592 , 0.5146 , 0.6787 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4224 , cls_42 , 151.2900 , 34560.0000 , 847.7484 , 228.4355 , 7.0244 , 1.2740 , 0.8368 , 0.8158 , 151.2900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4236 , cls_42 , 4.5900 , 1860.0000 , 130.6003 , 405.2288 , 2.0667 , 1.1444 , 0.7586 , 0.6471 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4239 , cls_42 , 1.2600 , 780.0000 , 48.6274 , 619.0476 , 1.6250 , 1.1170 , 0.6039 , 0.5357 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4248 , cls_42 , 0.5400 , 420.0000 , 37.5676 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4250 , cls_42 , 7.2900 , 2700.0000 , 173.1184 , 370.3704 , 2.5000 , 1.1637 , 0.7349 , 0.6914 , 7.2900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4251 , cls_42 , 1.9800 , 720.0000 , 55.5471 , 363.6364 , 1.2000 , 1.0498 , 0.4715 , 0.6970 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4252 , cls_42 , 1.1700 , 660.0000 , 52.3513 , 564.1026 , 1.3750 , 1.0902 , 0.6817 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4263 , cls_42 , 2.0700 , 1020.0000 , 69.3122 , 492.7536 , 1.7000 , 1.1152 , 0.7237 , 0.5942 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4264 , cls_42 , 0.7200 , 600.0000 , 38.5499 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4267 , cls_42 , 75.8700 , 17820.0000 , 504.4147 , 234.8754 , 5.0339 , 1.2411 , 0.7679 , 0.8039 , 75.8700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4269 , cls_42 , 0.7200 , 540.0000 , 40.4443 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4279 , cls_42 , 11.5200 , 2940.0000 , 171.1970 , 255.2083 , 2.1304 , 1.1326 , 0.7288 , 0.7878 , 11.5200 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4291 , cls_42 , 5.3100 , 2640.0000 , 154.9546 , 497.1751 , 2.7500 , 1.1934 , 0.8312 , 0.6073 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4301 , cls_42 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4305 , cls_42 , 2.7000 , 1200.0000 , 81.7230 , 444.4444 , 1.8182 , 1.1180 , 0.7436 , 0.6278 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4307 , cls_42 , 0.7200 , 540.0000 , 39.6330 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4308 , cls_42 , 1.3500 , 780.0000 , 57.1586 , 577.7778 , 1.6250 , 1.1089 , 0.6707 , 0.5111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4311 , cls_42 , 1.7100 , 720.0000 , 53.9180 , 421.0526 , 1.3333 , 1.0656 , 0.6034 , 0.6579 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4319 , cls_42 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4323 , cls_42 , 0.8100 , 540.0000 , 41.2839 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4331 , cls_42 , 2.2500 , 1320.0000 , 82.4717 , 586.6667 , 2.2000 , 1.1574 , 0.7513 , 0.5200 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4345 , cls_42 , 0.7200 , 420.0000 , 32.8556 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4350 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4362 , cls_42 , 35.3700 , 7500.0000 , 279.5184 , 212.0441 , 3.1250 , 1.1798 , 0.7529 , 0.8265 , 35.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4364 , cls_42 , 0.6300 , 480.0000 , 34.9162 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4365 , cls_42 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4372 , cls_42 , 2.1600 , 960.0000 , 77.3354 , 444.4444 , 1.6000 , 1.0983 , 0.7388 , 0.6181 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4393 , cls_42 , 13.8600 , 5580.0000 , 211.2180 , 402.5974 , 3.7200 , 1.2232 , 0.7968 , 0.6677 , 13.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4397 , cls_42 , 3.6900 , 1740.0000 , 90.4003 , 471.5447 , 2.2308 , 1.1555 , 0.5984 , 0.6179 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4398 , cls_42 , 50.5800 , 7320.0000 , 303.0042 , 144.7212 , 2.5417 , 1.1439 , 0.4818 , 0.8799 , 50.5800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4399 , cls_42 , 0.9000 , 480.0000 , 37.7678 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4410 , cls_42 , 1.8000 , 1500.0000 , 91.1086 , 833.3333 , 2.7778 , 1.2098 , 0.8493 , 0.3833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4414 , cls_42 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4424 , cls_42 , 1.3500 , 600.0000 , 47.1743 , 444.4444 , 1.2500 , 1.0537 , 0.5756 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4434 , cls_42 , 2.1600 , 900.0000 , 61.4117 , 416.6667 , 1.5000 , 1.0853 , 0.5299 , 0.6458 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4435 , cls_42 , 1.0800 , 600.0000 , 41.8843 , 555.5556 , 1.4286 , 1.0790 , 0.4731 , 0.5556 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4437 , cls_42 , 20.5200 , 6540.0000 , 332.6395 , 318.7135 , 3.5161 , 1.2099 , 0.8230 , 0.7361 , 20.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4438 , cls_42 , 1.4400 , 660.0000 , 49.6605 , 458.3333 , 1.3750 , 1.0665 , 0.5031 , 0.6250 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4451 , cls_42 , 0.7200 , 420.0000 , 32.8177 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4456 , cls_42 , 2.4300 , 840.0000 , 71.0338 , 345.6790 , 1.2727 , 1.0590 , 0.5955 , 0.6975 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4457 , cls_42 , 1.0800 , 600.0000 , 45.1174 , 555.5556 , 1.4286 , 1.0790 , 0.5870 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4458 , cls_42 , 0.6300 , 420.0000 , 34.1790 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4480 , cls_42 , 2.4300 , 840.0000 , 61.0293 , 345.6790 , 1.2727 , 1.0590 , 0.4711 , 0.7160 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4492 , cls_42 , 2.6100 , 1620.0000 , 97.1339 , 620.6897 , 2.4545 , 1.1807 , 0.8004 , 0.5115 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4500 , cls_42 , 4.2300 , 1440.0000 , 92.6691 , 340.4255 , 1.7143 , 1.1051 , 0.5600 , 0.7305 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4512 , cls_42 , 2.7900 , 1200.0000 , 119.6981 , 430.1075 , 1.6667 , 1.1144 , 0.8482 , 0.6075 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4513 , cls_42 , 10.2600 , 3120.0000 , 164.4502 , 304.0936 , 2.3636 , 1.1543 , 0.6989 , 0.7500 , 10.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4519 , cls_42 , 115.0200 , 15900.0000 , 495.0826 , 138.2368 , 3.6806 , 1.1877 , 0.5389 , 0.8862 , 115.0200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4558 , cls_42 , 6.1200 , 1800.0000 , 118.8853 , 294.1176 , 1.7647 , 1.1086 , 0.6028 , 0.7623 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4589 , cls_42 , 0.9000 , 540.0000 , 48.5978 , 600.0000 , 1.2857 , 1.0775 , 0.7453 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4596 , cls_42 , 1.1700 , 540.0000 , 48.2378 , 461.5385 , 1.1250 , 1.0473 , 0.5862 , 0.5897 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4604 , cls_42 , 0.7200 , 480.0000 , 42.5542 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4605 , cls_42 , 0.9000 , 780.0000 , 51.4718 , 866.6667 , 1.8571 , 1.1583 , 0.8232 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4606 , cls_42 , 3.9600 , 1620.0000 , 92.4956 , 409.0909 , 1.9286 , 1.1342 , 0.5690 , 0.6780 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4607 , cls_42 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4608 , cls_42 , 14.8500 , 3540.0000 , 218.9207 , 238.3838 , 2.2692 , 1.1396 , 0.7180 , 0.8000 , 14.8500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4619 , cls_42 , 1.7100 , 660.0000 , 55.2318 , 385.9649 , 1.2222 , 1.0477 , 0.5435 , 0.6579 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4624 , cls_42 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 283.0194 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4629 , cls_42 , 1.5300 , 600.0000 , 48.2628 , 392.1569 , 1.1111 , 1.0400 , 0.4589 , 0.6765 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4632 , cls_42 , 0.8100 , 660.0000 , 53.6476 , 814.8148 , 1.8333 , 1.1347 , 0.7708 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4637 , cls_42 , 10.0800 , 3900.0000 , 205.6944 , 386.9048 , 2.9545 , 1.1948 , 0.8443 , 0.6815 , 10.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4646 , cls_42 , 2.0700 , 900.0000 , 79.3642 , 434.7826 , 1.5000 , 1.0900 , 0.7184 , 0.6232 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4655 , cls_42 , 40.0500 , 8940.0000 , 279.9035 , 223.2210 , 3.4651 , 1.1956 , 0.6172 , 0.8187 , 40.0500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4666 , cls_42 , 1.3500 , 780.0000 , 67.8852 , 577.7778 , 1.6250 , 1.1089 , 0.7753 , 0.5111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 318.9044 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4673 , cls_42 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4674 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4675 , cls_42 , 1.2600 , 600.0000 , 52.2686 , 476.1905 , 1.2500 , 1.0614 , 0.6572 , 0.5952 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4683 , cls_42 , 0.9900 , 840.0000 , 70.6138 , 848.4848 , 2.0000 , 1.1624 , 0.7845 , 0.3333 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 283.0194 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4684 , cls_42 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4711 , cls_42 , 0.7200 , 540.0000 , 40.3237 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4712 , cls_42 , 0.9900 , 600.0000 , 47.4031 , 606.0606 , 1.4286 , 1.0892 , 0.6584 , 0.5152 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4723 , cls_42 , 2.0700 , 840.0000 , 60.1090 , 405.7971 , 1.4000 , 1.0761 , 0.5495 , 0.6667 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4738 , cls_42 , 1.3500 , 840.0000 , 57.0262 , 622.2222 , 1.7500 , 1.1245 , 0.6327 , 0.4889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4746 , cls_42 , 33.7500 , 7620.0000 , 314.3531 , 225.7778 , 3.2564 , 1.1866 , 0.7770 , 0.8129 , 33.7500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4762 , cls_42 , 1.7100 , 1020.0000 , 58.1233 , 596.4912 , 1.8889 , 1.1370 , 0.6278 , 0.5526 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4770 , cls_42 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4771 , cls_42 , 0.9000 , 540.0000 , 43.0216 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4780 , cls_42 , 0.8100 , 360.0000 , 32.1895 , 444.4444 , 1.0000 , 1.0000 , 0.3634 , 0.5926 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4798 , cls_42 , 2.7900 , 900.0000 , 66.1056 , 322.5806 , 1.2500 , 1.0582 , 0.5186 , 0.7419 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4801 , cls_42 , 4.0500 , 1560.0000 , 98.1853 , 385.1852 , 1.8571 , 1.1247 , 0.7047 , 0.6889 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4804 , cls_42 , 0.6300 , 420.0000 , 33.4059 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4805 , cls_42 , 225.7200 , 42000.0000 , 906.9062 , 186.0712 , 6.9307 , 1.2658 , 0.7895 , 0.8474 , 225.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4807 , cls_42 , 0.6300 , 420.0000 , 34.1318 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4822 , cls_42 , 1.2600 , 600.0000 , 49.7240 , 476.1905 , 1.2500 , 1.0614 , 0.6572 , 0.5952 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4828 , cls_42 , 4.7700 , 2280.0000 , 111.6849 , 477.9874 , 2.5333 , 1.1781 , 0.6708 , 0.6006 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4832 , cls_42 , 37.4400 , 5400.0000 , 246.3439 , 144.2308 , 2.1951 , 1.1233 , 0.4623 , 0.8810 , 37.4400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4833 , cls_42 , 0.6300 , 540.0000 , 39.8122 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4838 , cls_42 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4857 , cls_42 , 2.0700 , 1020.0000 , 68.3974 , 492.7536 , 1.7000 , 1.1152 , 0.6043 , 0.5942 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4869 , cls_42 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4870 , cls_42 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4871 , cls_42 , 2.4300 , 1260.0000 , 77.3116 , 518.5185 , 1.9091 , 1.1393 , 0.6757 , 0.5741 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4873 , cls_42 , 0.5400 , 480.0000 , 36.6356 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4879 , cls_42 , 12.6900 , 5460.0000 , 196.6938 , 430.2600 , 3.7917 , 1.2286 , 0.7146 , 0.6466 , 12.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4888 , cls_42 , 0.8100 , 420.0000 , 36.2715 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4890 , cls_42 , 15.3900 , 4980.0000 , 197.3358 , 323.5867 , 3.0741 , 1.1934 , 0.6650 , 0.7368 , 15.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4895 , cls_42 , 1.5300 , 600.0000 , 48.3001 , 392.1569 , 1.1111 , 1.0400 , 0.3634 , 0.6667 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4898 , cls_42 , 2.0700 , 840.0000 , 62.6867 , 405.7971 , 1.4000 , 1.0761 , 0.5495 , 0.6522 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4904 , cls_42 , 1.8900 , 960.0000 , 81.9335 , 507.9365 , 1.6000 , 1.1132 , 0.7943 , 0.5794 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4906 , cls_42 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4913 , cls_42 , 3.1500 , 1620.0000 , 102.5046 , 514.2857 , 2.2500 , 1.1593 , 0.7591 , 0.5810 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4931 , cls_42 , 2.5200 , 960.0000 , 73.3896 , 380.9524 , 1.4545 , 1.0816 , 0.6435 , 0.6726 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4938 , cls_42 , 11.8800 , 3660.0000 , 178.9371 , 308.0808 , 2.6522 , 1.1671 , 0.7025 , 0.7374 , 11.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4944 , cls_42 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4953 , cls_42 , 0.9900 , 540.0000 , 42.9936 , 545.4545 , 1.2857 , 1.0663 , 0.6498 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4957 , cls_42 , 139.0500 , 17940.0000 , 519.3822 , 129.0183 , 3.7848 , 1.1889 , 0.6564 , 0.8926 , 139.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4959 , cls_42 , 1.2600 , 960.0000 , 55.5401 , 761.9048 , 2.0000 , 1.1610 , 0.7078 , 0.4167 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4967 , cls_42 , 3.9600 , 1260.0000 , 88.3763 , 318.1818 , 1.5000 , 1.0868 , 0.6888 , 0.7424 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4973 , cls_42 , 0.7200 , 540.0000 , 42.1325 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4984 , cls_42 , 7.1100 , 1920.0000 , 143.0251 , 270.0422 , 1.7778 , 1.1052 , 0.7414 , 0.7764 , 7.1100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5001 , cls_42 , 6.5700 , 1800.0000 , 108.1341 , 273.9726 , 1.6667 , 1.1015 , 0.5736 , 0.7671 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5002 , cls_42 , 0.7200 , 420.0000 , 36.9061 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5013 , cls_42 , 2.7000 , 1500.0000 , 78.9470 , 555.5556 , 2.2727 , 1.1617 , 0.6396 , 0.5722 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5020 , cls_42 , 2.5200 , 1560.0000 , 91.6946 , 619.0476 , 2.3636 , 1.1774 , 0.8019 , 0.5060 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5025 , cls_42 , 4.1400 , 1200.0000 , 82.1639 , 289.8551 , 1.4286 , 1.0730 , 0.5495 , 0.7572 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5029 , cls_42 , 1.0800 , 540.0000 , 43.5593 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5030 , cls_42 , 6.7500 , 2160.0000 , 134.0029 , 320.0000 , 2.0000 , 1.1316 , 0.7467 , 0.7311 , 6.7500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5040 , cls_42 , 1.1700 , 600.0000 , 46.3889 , 512.8205 , 1.2500 , 1.0698 , 0.6322 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5044 , cls_42 , 3.7800 , 1440.0000 , 94.2866 , 380.9524 , 1.8462 , 1.1169 , 0.7109 , 0.6905 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5052 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5060 , cls_42 , 1.0800 , 540.0000 , 41.7006 , 500.0000 , 1.2857 , 1.0563 , 0.3888 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5072 , cls_42 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5083 , cls_42 , 1.8000 , 900.0000 , 70.6793 , 500.0000 , 1.6667 , 1.1055 , 0.7004 , 0.5833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5095 , cls_42 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5096 , cls_42 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5104 , cls_42 , 4.1400 , 1560.0000 , 127.8018 , 376.8116 , 1.8571 , 1.1224 , 0.8129 , 0.6848 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5109 , cls_42 , 54.5400 , 7860.0000 , 325.6414 , 144.1144 , 2.6200 , 1.1482 , 0.5540 , 0.8784 , 54.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5116 , cls_42 , 3.7800 , 1620.0000 , 100.0213 , 428.5714 , 2.0769 , 1.1393 , 0.7429 , 0.6429 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5119 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5122 , cls_42 , 0.6300 , 540.0000 , 42.2923 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5126 , cls_42 , 0.8100 , 480.0000 , 39.2681 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5127 , cls_42 , 37.2600 , 7500.0000 , 272.6815 , 201.2882 , 3.0488 , 1.1750 , 0.6360 , 0.8337 , 37.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5141 , cls_42 , 1.0800 , 540.0000 , 42.0779 , 500.0000 , 1.2857 , 1.0563 , 0.5225 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5142 , cls_42 , 9.1800 , 2580.0000 , 152.6284 , 281.0458 , 2.0476 , 1.1322 , 0.6832 , 0.7663 , 9.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5145 , cls_42 , 73.8900 , 14280.0000 , 419.3715 , 193.2603 , 4.1034 , 1.2107 , 0.6311 , 0.8406 , 73.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5152 , cls_42 , 0.5400 , 480.0000 , 46.2366 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5155 , cls_42 , 1.3500 , 720.0000 , 57.4695 , 533.3333 , 1.5000 , 1.0921 , 0.6396 , 0.5444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5159 , cls_42 , 1.6200 , 720.0000 , 52.9458 , 444.4444 , 1.3333 , 1.0715 , 0.5593 , 0.6389 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5168 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5175 , cls_42 , 0.7200 , 420.0000 , 35.9030 , 583.3333 , 1.1667 , 1.0480 , 0.6082 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5181 , cls_42 , 0.8100 , 600.0000 , 38.0968 , 740.7407 , 1.6667 , 1.1135 , 0.5416 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5186 , cls_42 , 0.8100 , 660.0000 , 48.6327 , 814.8148 , 1.8333 , 1.1347 , 0.6419 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5190 , cls_42 , 4.3200 , 1500.0000 , 111.2413 , 347.2222 , 1.7857 , 1.1106 , 0.6850 , 0.7014 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5197 , cls_42 , 2.9700 , 1440.0000 , 99.7164 , 484.8485 , 2.0000 , 1.1431 , 0.7980 , 0.6212 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5199 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5201 , cls_42 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5205 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5210 , cls_42 , 0.9000 , 660.0000 , 45.6723 , 733.3333 , 1.5714 , 1.1216 , 0.6817 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5222 , cls_42 , 0.8100 , 480.0000 , 41.0340 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5224 , cls_42 , 5.1300 , 2520.0000 , 209.7921 , 491.2281 , 2.6250 , 1.1887 , 0.8574 , 0.5994 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5225 , cls_42 , 1.7100 , 720.0000 , 53.6231 , 421.0526 , 1.3333 , 1.0656 , 0.6034 , 0.6579 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5244 , cls_42 , 1.8900 , 840.0000 , 57.9380 , 444.4444 , 1.4000 , 1.0860 , 0.5886 , 0.6508 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5254 , cls_42 , 0.6300 , 600.0000 , 41.1241 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5271 , cls_42 , 6.9300 , 2040.0000 , 113.8264 , 294.3723 , 1.8889 , 1.1187 , 0.6300 , 0.7532 , 6.9300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5273 , cls_42 , 7.3800 , 3540.0000 , 145.4754 , 479.6748 , 3.1053 , 1.2107 , 0.6284 , 0.6077 , 7.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5282 , cls_42 , 1.7100 , 960.0000 , 67.6843 , 561.4035 , 1.7778 , 1.1246 , 0.6731 , 0.5351 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5315 , cls_42 , 1.5300 , 540.0000 , 48.8718 , 352.9412 , 1.0000 , 1.0182 , 0.4721 , 0.6765 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5319 , cls_42 , 0.5400 , 540.0000 , 41.7959 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5324 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5330 , cls_42 , 0.4500 , 360.0000 , 32.1688 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5337 , cls_42 , 0.6300 , 420.0000 , 33.6998 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5339 , cls_42 , 0.9900 , 660.0000 , 52.8968 , 666.6667 , 1.5714 , 1.1100 , 0.7845 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5348 , cls_42 , 9.4500 , 3420.0000 , 136.4878 , 361.9048 , 2.7143 , 1.1786 , 0.4453 , 0.7111 , 9.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5350 , cls_42 , 3.7800 , 1620.0000 , 86.7506 , 428.5714 , 2.0769 , 1.1393 , 0.5886 , 0.6468 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5353 , cls_42 , 0.9000 , 540.0000 , 45.2398 , 600.0000 , 1.2857 , 1.0775 , 0.6894 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5354 , cls_42 , 5.0400 , 2400.0000 , 111.8829 , 476.1905 , 2.6667 , 1.1816 , 0.6325 , 0.6220 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5355 , cls_42 , 44.8200 , 8880.0000 , 287.0137 , 198.1258 , 3.2889 , 1.1842 , 0.6029 , 0.8337 , 44.8200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5367 , cls_42 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5373 , cls_42 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5383 , cls_42 , 0.8100 , 660.0000 , 49.4759 , 814.8148 , 1.8333 , 1.1347 , 0.6630 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5387 , cls_42 , 0.7200 , 420.0000 , 33.2471 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5395 , cls_42 , 6.2100 , 1620.0000 , 106.0524 , 260.8696 , 1.5882 , 1.0880 , 0.5448 , 0.7802 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5399 , cls_42 , 4.8600 , 1320.0000 , 91.6662 , 271.6049 , 1.4667 , 1.0748 , 0.5291 , 0.7685 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5406 , cls_42 , 1.5300 , 720.0000 , 53.9460 , 470.5882 , 1.3333 , 1.0779 , 0.5916 , 0.6078 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5416 , cls_42 , 1.6200 , 900.0000 , 60.7298 , 555.5556 , 1.6667 , 1.1176 , 0.6243 , 0.5370 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5422 , cls_42 , 0.6300 , 540.0000 , 43.9738 , 857.1429 , 1.5000 , 1.1214 , 0.7215 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5442 , cls_42 , 1.2600 , 660.0000 , 60.6295 , 523.8095 , 1.3750 , 1.0816 , 0.7558 , 0.5357 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5448 , cls_42 , 1.1700 , 780.0000 , 49.6987 , 666.6667 , 1.6250 , 1.1258 , 0.6817 , 0.4872 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5449 , cls_42 , 1.1700 , 540.0000 , 44.4060 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5451 , cls_42 , 2.7900 , 960.0000 , 74.9496 , 344.0860 , 1.3333 , 1.0708 , 0.6507 , 0.7097 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5452 , cls_42 , 2.0700 , 1500.0000 , 82.4606 , 724.6377 , 2.5000 , 1.1928 , 0.6710 , 0.4348 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5455 , cls_42 , 34.7400 , 6120.0000 , 268.3860 , 176.1658 , 2.5500 , 1.1495 , 0.5838 , 0.8510 , 34.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5462 , cls_42 , 13.9500 , 6060.0000 , 191.7626 , 434.4086 , 4.0400 , 1.2364 , 0.6954 , 0.6505 , 13.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5481 , cls_42 , 4.5900 , 1680.0000 , 103.0089 , 366.0131 , 1.8667 , 1.1254 , 0.6937 , 0.6993 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5506 , cls_42 , 25.7400 , 6780.0000 , 260.0425 , 263.4033 , 3.3235 , 1.1936 , 0.7142 , 0.7826 , 25.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5523 , cls_42 , 1.3500 , 660.0000 , 50.2092 , 488.8889 , 1.3750 , 1.0738 , 0.6327 , 0.6111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5562 , cls_42 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5591 , cls_42 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5600 , cls_42 , 3.2400 , 1500.0000 , 88.3598 , 462.9630 , 2.0833 , 1.1413 , 0.7708 , 0.6343 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5606 , cls_42 , 0.5400 , 420.0000 , 32.0711 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5610 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5615 , cls_42 , 1.3500 , 660.0000 , 49.8613 , 488.8889 , 1.3750 , 1.0738 , 0.6180 , 0.5889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5619 , cls_42 , 0.8100 , 420.0000 , 37.1582 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5637 , cls_42 , 3.7800 , 1680.0000 , 86.8362 , 444.4444 , 2.1538 , 1.1462 , 0.6658 , 0.6389 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5653 , cls_42 , 1.0800 , 780.0000 , 63.7599 , 722.2222 , 1.8571 , 1.1355 , 0.7935 , 0.4444 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5655 , cls_42 , 0.7200 , 660.0000 , 42.1246 , 916.6667 , 1.8333 , 1.1497 , 0.7004 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5661 , cls_42 , 2.4300 , 1680.0000 , 83.7556 , 691.3580 , 2.5455 , 1.1963 , 0.7250 , 0.4938 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5662 , cls_42 , 9.5400 , 1860.0000 , 129.1004 , 194.9686 , 1.4762 , 1.0714 , 0.5885 , 0.8318 , 9.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5663 , cls_42 , 2.0700 , 1320.0000 , 92.3615 , 637.6812 , 2.2000 , 1.1671 , 0.7657 , 0.4855 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5670 , cls_42 , 2.5200 , 1380.0000 , 82.9574 , 547.6190 , 2.0909 , 1.1532 , 0.6435 , 0.5417 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5676 , cls_42 , 0.6300 , 480.0000 , 37.2411 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5699 , cls_42 , 0.5400 , 480.0000 , 31.5312 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5700 , cls_42 , 7.0200 , 2520.0000 , 170.5005 , 358.9744 , 2.3333 , 1.1552 , 0.8279 , 0.7030 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5714 , cls_42 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5719 , cls_42 , 1.0800 , 720.0000 , 62.8815 , 666.6667 , 1.7143 , 1.1183 , 0.7907 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5720 , cls_42 , 1.6200 , 840.0000 , 62.0052 , 518.5185 , 1.5556 , 1.1033 , 0.6860 , 0.5648 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5738 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5747 , cls_42 , 3.4200 , 1020.0000 , 100.2568 , 298.2456 , 1.3077 , 1.0615 , 0.7385 , 0.7237 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5761 , cls_42 , 0.8100 , 540.0000 , 36.9890 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 335.4102 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5765 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5768 , cls_42 , 1.0800 , 540.0000 , 42.2363 , 500.0000 , 1.2857 , 1.0563 , 0.5225 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5769 , cls_42 , 2.7000 , 1140.0000 , 95.4603 , 422.2222 , 1.7273 , 1.1079 , 0.8090 , 0.6278 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5774 , cls_42 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5775 , cls_42 , 0.8100 , 600.0000 , 51.8232 , 740.7407 , 1.6667 , 1.1135 , 0.7205 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5778 , cls_42 , 0.4500 , 360.0000 , 24.0000 , 800.0000 , 1.2000 , 1.0699 , 0.3634 , 0.4000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5780 , cls_42 , 1.2600 , 780.0000 , 60.9349 , 619.0476 , 1.6250 , 1.1170 , 0.6927 , 0.4881 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5811 , cls_42 , 0.9900 , 780.0000 , 59.5996 , 787.8788 , 1.8571 , 1.1463 , 0.7940 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5814 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5817 , cls_42 , 1.9800 , 1320.0000 , 148.9588 , 666.6667 , 2.2000 , 1.1723 , 0.9301 , 0.3636 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5904 , cls_42 , 82.9800 , 17100.0000 , 395.2617 , 206.0738 , 4.6721 , 1.2269 , 0.5086 , 0.8351 , 82.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5908 , cls_42 , 7.0200 , 1560.0000 , 112.7370 , 222.2222 , 1.4444 , 1.0693 , 0.6667 , 0.8162 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5909 , cls_42 , 9.9900 , 2940.0000 , 145.5451 , 294.2943 , 2.2273 , 1.1466 , 0.6914 , 0.7492 , 9.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5920 , cls_42 , 17.1900 , 3240.0000 , 183.2730 , 188.4817 , 1.9286 , 1.1111 , 0.5067 , 0.8368 , 17.1900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5925 , cls_42 , 0.4500 , 480.0000 , 33.6384 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5951 , cls_42 , 191.0700 , 34800.0000 , 630.9735 , 182.1322 , 6.2366 , 1.2544 , 0.5920 , 0.8502 , 191.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5958 , cls_42 , 82.1700 , 16080.0000 , 477.2758 , 195.6919 , 4.3934 , 1.2187 , 0.6909 , 0.8399 , 82.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5963 , cls_42 , 11.7900 , 4980.0000 , 188.0632 , 422.3919 , 3.6087 , 1.2206 , 0.7522 , 0.6514 , 11.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5964 , cls_42 , 5.0400 , 2520.0000 , 121.9490 , 500.0000 , 2.8000 , 1.1906 , 0.7806 , 0.5863 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5965 , cls_42 , 11.0700 , 2280.0000 , 134.1453 , 205.9621 , 1.6522 , 1.0927 , 0.4284 , 0.8238 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5966 , cls_42 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5967 , cls_42 , 7.0200 , 2460.0000 , 122.8349 , 350.4274 , 2.2778 , 1.1509 , 0.6349 , 0.7094 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5975 , cls_42 , 0.8100 , 540.0000 , 46.6303 , 666.6667 , 1.5000 , 1.0901 , 0.7135 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5983 , cls_42 , 3.6000 , 1440.0000 , 97.9357 , 400.0000 , 1.8462 , 1.1221 , 0.8041 , 0.6708 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5997 , cls_42 , 4.3200 , 1380.0000 , 95.5223 , 319.4444 , 1.6429 , 1.0950 , 0.6005 , 0.7292 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6000 , cls_42 , 4.2300 , 1260.0000 , 94.3442 , 297.8723 , 1.5000 , 1.0800 , 0.6188 , 0.7482 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6003 , cls_42 , 17.7300 , 5040.0000 , 287.4021 , 284.2640 , 2.8966 , 1.1814 , 0.8268 , 0.7563 , 17.7300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6007 , cls_42 , 61.9200 , 11760.0000 , 348.6769 , 189.9225 , 3.6981 , 1.1977 , 0.6782 , 0.8423 , 61.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6009 , cls_42 , 11.6100 , 2820.0000 , 161.8975 , 242.8941 , 2.0435 , 1.1247 , 0.6460 , 0.7894 , 11.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6013 , cls_42 , 0.9000 , 660.0000 , 54.7342 , 733.3333 , 1.5714 , 1.1216 , 0.7913 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6015 , cls_42 , 2.0700 , 780.0000 , 60.0541 , 376.8116 , 1.3000 , 1.0612 , 0.5495 , 0.6739 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6017 , cls_42 , 3.0600 , 840.0000 , 69.1484 , 274.5098 , 1.1667 , 1.0354 , 0.5136 , 0.7500 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6032 , cls_42 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6042 , cls_42 , 3.1500 , 1260.0000 , 86.5176 , 400.0000 , 1.7500 , 1.1108 , 0.7379 , 0.6667 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6045 , cls_42 , 0.8100 , 540.0000 , 40.8154 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6049 , cls_42 , 66.4200 , 9120.0000 , 398.1825 , 137.3080 , 2.7636 , 1.1535 , 0.6684 , 0.8875 , 66.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6071 , cls_42 , 0.6300 , 660.0000 , 43.8987 , 1047.6190 , 1.8333 , 1.1673 , 0.6572 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6078 , cls_42 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6082 , cls_42 , 79.8300 , 18540.0000 , 482.6829 , 232.2435 , 5.1500 , 1.2423 , 0.7900 , 0.8080 , 79.8300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6090 , cls_42 , 2.5200 , 1620.0000 , 91.1816 , 642.8571 , 2.4545 , 1.1848 , 0.7729 , 0.4940 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6097 , cls_42 , 0.9000 , 480.0000 , 44.0811 , 533.3333 , 1.1429 , 1.0516 , 0.6817 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6114 , cls_42 , 6.9300 , 2760.0000 , 133.8302 , 398.2684 , 2.5556 , 1.1729 , 0.7116 , 0.6840 , 6.9300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6122 , cls_42 , 2.7900 , 960.0000 , 67.0442 , 344.0860 , 1.3333 , 1.0708 , 0.5066 , 0.7204 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6131 , cls_42 , 1.5300 , 1140.0000 , 62.5491 , 745.0980 , 2.1111 , 1.1733 , 0.6452 , 0.4216 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6133 , cls_42 , 0.7200 , 480.0000 , 35.3038 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6135 , cls_42 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6146 , cls_42 , 0.8100 , 480.0000 , 38.9712 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6149 , cls_42 , 0.7200 , 420.0000 , 34.0413 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6156 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6161 , cls_42 , 0.4500 , 480.0000 , 41.8667 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6178 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6185 , cls_42 , 1.0800 , 600.0000 , 48.3183 , 555.5556 , 1.4286 , 1.0790 , 0.7062 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6191 , cls_42 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6196 , cls_42 , 0.5400 , 480.0000 , 39.0531 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6200 , cls_42 , 1.1700 , 540.0000 , 49.8851 , 461.5385 , 1.1250 , 1.0473 , 0.6322 , 0.5897 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6215 , cls_42 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6217 , cls_42 , 9.0000 , 2880.0000 , 188.2735 , 320.0000 , 2.4000 , 1.1535 , 0.8701 , 0.7300 , 9.0000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6220 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6223 , cls_42 , 2.1600 , 780.0000 , 60.5116 , 361.1111 , 1.3000 , 1.0567 , 0.5870 , 0.7014 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6225 , cls_42 , 7.1100 , 3840.0000 , 146.7436 , 540.0844 , 3.5556 , 1.2293 , 0.6857 , 0.5802 , 7.1100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6238 , cls_42 , 1.8000 , 960.0000 , 68.0653 , 533.3333 , 1.7778 , 1.1187 , 0.7004 , 0.5917 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6240 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6251 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6255 , cls_42 , 1.0800 , 720.0000 , 52.3180 , 666.6667 , 1.7143 , 1.1183 , 0.7117 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6269 , cls_42 , 0.7200 , 420.0000 , 32.8177 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6273 , cls_42 , 2.1600 , 1140.0000 , 62.6640 , 527.7778 , 1.9000 , 1.1327 , 0.5814 , 0.5972 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6280 , cls_42 , 2.0700 , 1140.0000 , 66.8933 , 550.7246 , 1.9000 , 1.1376 , 0.5199 , 0.5580 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6281 , cls_42 , 7.5600 , 2340.0000 , 125.7724 , 309.5238 , 2.0526 , 1.1344 , 0.6658 , 0.7440 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6291 , cls_42 , 1.5300 , 900.0000 , 62.2848 , 588.2353 , 1.6667 , 1.1242 , 0.7568 , 0.5098 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6293 , cls_42 , 5.5800 , 1380.0000 , 92.6267 , 247.3118 , 1.4375 , 1.0693 , 0.3927 , 0.7957 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6295 , cls_42 , 2.0700 , 780.0000 , 58.0766 , 376.8116 , 1.3000 , 1.0612 , 0.6043 , 0.6884 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6314 , cls_42 , 3.5100 , 1740.0000 , 100.6357 , 495.7265 , 2.2308 , 1.1610 , 0.6645 , 0.5983 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6338 , cls_42 , 1.7100 , 960.0000 , 90.6049 , 561.4035 , 1.7778 , 1.1246 , 0.8221 , 0.5263 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6345 , cls_42 , 0.8100 , 600.0000 , 49.8736 , 740.7407 , 1.6667 , 1.1135 , 0.7205 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6346 , cls_42 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6348 , cls_42 , 1.9800 , 1020.0000 , 62.2869 , 515.1515 , 1.7000 , 1.1202 , 0.6215 , 0.6136 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6355 , cls_42 , 22.2300 , 7680.0000 , 233.6574 , 345.4791 , 4.0000 , 1.2281 , 0.6911 , 0.7233 , 22.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6357 , cls_42 , 5.5800 , 2220.0000 , 110.8862 , 397.8495 , 2.3125 , 1.1563 , 0.6092 , 0.6801 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6362 , cls_42 , 0.7200 , 420.0000 , 34.4171 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6377 , cls_42 , 0.9900 , 480.0000 , 40.0167 , 484.8485 , 1.1429 , 1.0407 , 0.5623 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6389 , cls_42 , 0.9000 , 600.0000 , 58.7880 , 666.6667 , 1.4286 , 1.1006 , 0.7805 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6402 , cls_42 , 1.3500 , 1020.0000 , 62.3220 , 755.5556 , 2.1250 , 1.1653 , 0.6869 , 0.4111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6403 , cls_42 , 2.7900 , 1020.0000 , 76.9226 , 365.5914 , 1.4167 , 1.0827 , 0.6597 , 0.6882 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6408 , cls_42 , 1.8900 , 1020.0000 , 63.6486 , 539.6825 , 1.7000 , 1.1255 , 0.6658 , 0.5873 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6410 , cls_42 , 3.6000 , 1620.0000 , 98.8199 , 450.0000 , 2.0769 , 1.1445 , 0.6082 , 0.6458 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6420 , cls_42 , 33.7500 , 9540.0000 , 320.5655 , 282.6667 , 4.0769 , 1.2219 , 0.6988 , 0.7631 , 33.7500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6422 , cls_42 , 4.0500 , 1800.0000 , 92.3745 , 444.4444 , 2.1429 , 1.1517 , 0.6817 , 0.6481 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6430 , cls_42 , 3.0600 , 1920.0000 , 100.5386 , 627.4510 , 2.6667 , 1.1955 , 0.8041 , 0.5098 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6433 , cls_42 , 0.7200 , 480.0000 , 41.3524 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6439 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6443 , cls_42 , 10.8000 , 4020.0000 , 214.9097 , 372.2222 , 3.0455 , 1.1929 , 0.7854 , 0.6958 , 10.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6445 , cls_42 , 59.8500 , 13740.0000 , 448.4804 , 229.5739 , 4.4038 , 1.2241 , 0.7930 , 0.8103 , 59.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6449 , cls_42 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6455 , cls_42 , 0.4500 , 360.0000 , 32.1688 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6470 , cls_42 , 15.4800 , 4200.0000 , 191.4028 , 271.3178 , 2.5926 , 1.1643 , 0.6124 , 0.7800 , 15.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6471 , cls_42 , 1.0800 , 540.0000 , 43.6945 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6478 , cls_42 , 0.7200 , 420.0000 , 35.9030 , 583.3333 , 1.1667 , 1.0480 , 0.6082 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6511 , cls_42 , 0.4500 , 360.0000 , 32.1688 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6522 , cls_42 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6531 , cls_42 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6532 , cls_42 , 0.9900 , 660.0000 , 47.8575 , 666.6667 , 1.5714 , 1.1100 , 0.6888 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6533 , cls_42 , 8.0100 , 3180.0000 , 141.5338 , 397.0037 , 2.7895 , 1.1829 , 0.7124 , 0.6667 , 8.0100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6534 , cls_42 , 1.5300 , 840.0000 , 58.7763 , 549.0196 , 1.5556 , 1.1099 , 0.7294 , 0.5392 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6539 , cls_42 , 3.4200 , 1020.0000 , 74.4811 , 298.2456 , 1.3077 , 1.0615 , 0.5561 , 0.7456 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6552 , cls_42 , 0.7200 , 480.0000 , 40.1294 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6554 , cls_42 , 0.9000 , 480.0000 , 38.2744 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6555 , cls_42 , 5.5800 , 2640.0000 , 126.7010 , 473.1183 , 2.7500 , 1.1880 , 0.6778 , 0.6156 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6559 , cls_42 , 0.9000 , 660.0000 , 44.4331 , 733.3333 , 1.5714 , 1.1216 , 0.6021 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6567 , cls_42 , 3.6000 , 1680.0000 , 101.8188 , 466.6667 , 2.1538 , 1.1515 , 0.7695 , 0.6250 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6575 , cls_42 , 3.1500 , 1800.0000 , 92.1483 , 571.4286 , 2.5000 , 1.1796 , 0.6191 , 0.5476 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6595 , cls_42 , 0.9000 , 480.0000 , 37.0094 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6597 , cls_42 , 6.2100 , 1260.0000 , 102.6556 , 202.8986 , 1.2353 , 1.0425 , 0.5146 , 0.8188 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6604 , cls_42 , 4.5000 , 1320.0000 , 95.0309 , 293.3333 , 1.4667 , 1.0825 , 0.5103 , 0.7433 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6605 , cls_42 , 1.8900 , 1260.0000 , 77.3117 , 666.6667 , 2.1000 , 1.1684 , 0.7326 , 0.4603 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6607 , cls_42 , 0.7200 , 420.0000 , 33.5470 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6615 , cls_42 , 1.9800 , 1500.0000 , 69.0219 , 757.5758 , 2.5000 , 1.1982 , 0.6109 , 0.4167 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6616 , cls_42 , 8.6400 , 1800.0000 , 124.2532 , 208.3333 , 1.5000 , 1.0749 , 0.6144 , 0.8229 , 8.6400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6626 , cls_42 , 1.4400 , 1020.0000 , 66.2605 , 708.3333 , 2.1250 , 1.1574 , 0.7247 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6630 , cls_42 , 19.2600 , 8040.0000 , 268.8655 , 417.4455 , 4.4667 , 1.2501 , 0.7482 , 0.6659 , 19.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6652 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6654 , cls_42 , 0.6300 , 540.0000 , 43.7429 , 857.1429 , 1.5000 , 1.1214 , 0.7215 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6660 , cls_42 , 1.4400 , 720.0000 , 59.0421 , 500.0000 , 1.5000 , 1.0847 , 0.7209 , 0.5729 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6661 , cls_42 , 1.4400 , 900.0000 , 55.7492 , 625.0000 , 1.8750 , 1.1313 , 0.6660 , 0.5104 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6662 , cls_42 , 34.2000 , 6420.0000 , 279.6575 , 187.7193 , 2.7436 , 1.1585 , 0.6445 , 0.8404 , 34.2000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6704 , cls_42 , 0.6300 , 540.0000 , 43.7921 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6706 , cls_42 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6707 , cls_42 , 0.4500 , 420.0000 , 31.3192 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6710 , cls_42 , 2.4300 , 1380.0000 , 91.0450 , 567.9012 , 2.0909 , 1.1573 , 0.6757 , 0.5370 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6712 , cls_42 , 12.7800 , 3780.0000 , 203.9195 , 295.7746 , 2.6250 , 1.1653 , 0.7244 , 0.7512 , 12.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6718 , cls_42 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6734 , cls_42 , 3.4200 , 1320.0000 , 84.8079 , 385.9649 , 1.6923 , 1.1109 , 0.6129 , 0.6886 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6749 , cls_42 , 11.4300 , 3000.0000 , 148.5824 , 262.4672 , 2.1739 , 1.1368 , 0.5508 , 0.7861 , 11.4300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6758 , cls_42 , 18.9900 , 5820.0000 , 207.0343 , 306.4771 , 3.2333 , 1.1984 , 0.5802 , 0.7536 , 18.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6767 , cls_42 , 6.6600 , 3780.0000 , 145.4348 , 567.5676 , 3.5000 , 1.2337 , 0.6740 , 0.5518 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6768 , cls_42 , 0.9900 , 900.0000 , 71.1198 , 909.0909 , 2.1429 , 1.1774 , 0.7940 , 0.3182 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6772 , cls_42 , 0.7200 , 420.0000 , 32.8556 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6775 , cls_42 , 0.5400 , 420.0000 , 36.1803 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6779 , cls_42 , 0.6300 , 420.0000 , 39.4421 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6785 , cls_42 , 0.9900 , 600.0000 , 43.9411 , 606.0606 , 1.4286 , 1.0892 , 0.6888 , 0.5303 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6794 , cls_42 , 29.0700 , 7320.0000 , 278.1757 , 251.8060 , 3.3889 , 1.1943 , 0.6896 , 0.7936 , 29.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6807 , cls_42 , 0.9900 , 720.0000 , 51.4514 , 727.2727 , 1.7143 , 1.1289 , 0.6498 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6808 , cls_42 , 2.5200 , 1380.0000 , 85.1473 , 547.6190 , 2.0909 , 1.1532 , 0.7607 , 0.5417 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6819 , cls_42 , 0.7200 , 660.0000 , 53.0883 , 916.6667 , 1.8333 , 1.1497 , 0.7453 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6822 , cls_42 , 20.7000 , 5820.0000 , 225.9023 , 281.1594 , 3.1290 , 1.1899 , 0.6710 , 0.7746 , 20.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6829 , cls_42 , 0.4500 , 480.0000 , 39.8827 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6831 , cls_42 , 2.6100 , 840.0000 , 79.4804 , 321.8391 , 1.2727 , 1.0516 , 0.6817 , 0.7011 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6839 , cls_42 , 11.1600 , 3060.0000 , 151.7998 , 274.1935 , 2.2174 , 1.1426 , 0.6597 , 0.7755 , 11.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6859 , cls_42 , 1.0800 , 600.0000 , 41.4033 , 555.5556 , 1.4286 , 1.0790 , 0.5506 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6860 , cls_42 , 4.6800 , 2160.0000 , 103.0105 , 461.5385 , 2.4000 , 1.1701 , 0.6173 , 0.6218 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6877 , cls_42 , 0.6300 , 600.0000 , 38.3452 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6878 , cls_42 , 0.8100 , 540.0000 , 45.3567 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6880 , cls_42 , 2.3400 , 1020.0000 , 69.1422 , 435.8974 , 1.5455 , 1.1016 , 0.6280 , 0.6410 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6881 , cls_42 , 1.1700 , 780.0000 , 73.1409 , 666.6667 , 1.6250 , 1.1258 , 0.7701 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6897 , cls_42 , 0.5400 , 480.0000 , 39.1655 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6905 , cls_42 , 5.2200 , 2580.0000 , 126.0965 , 494.2529 , 2.6875 , 1.1911 , 0.6344 , 0.5948 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6925 , cls_42 , 1.4400 , 660.0000 , 54.5572 , 458.3333 , 1.3750 , 1.0665 , 0.6660 , 0.6146 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6948 , cls_42 , 0.8100 , 660.0000 , 42.2068 , 814.8148 , 1.8333 , 1.1347 , 0.6630 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6977 , cls_42 , 1.8000 , 1140.0000 , 71.9723 , 633.3333 , 2.1111 , 1.1538 , 0.7664 , 0.5083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6990 , cls_42 , 4.1400 , 1920.0000 , 132.1264 , 463.7681 , 2.2857 , 1.1615 , 0.8001 , 0.6196 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6997 , cls_42 , 1.3500 , 600.0000 , 51.9748 , 444.4444 , 1.2500 , 1.0537 , 0.6396 , 0.6000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7009 , cls_42 , 1.8900 , 1080.0000 , 81.8380 , 571.4286 , 1.8000 , 1.1371 , 0.7943 , 0.5317 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7010 , cls_42 , 1.5300 , 780.0000 , 52.5840 , 509.8039 , 1.4444 , 1.0945 , 0.5671 , 0.5686 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7013 , cls_42 , 6.4800 , 1680.0000 , 101.1904 , 259.2593 , 1.6471 , 1.0904 , 0.4410 , 0.7801 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7015 , cls_42 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7028 , cls_42 , 11.5200 , 3240.0000 , 145.5586 , 281.2500 , 2.3478 , 1.1493 , 0.5895 , 0.7721 , 11.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7033 , cls_42 , 16.9200 , 6060.0000 , 222.7054 , 358.1560 , 3.6071 , 1.2166 , 0.7744 , 0.7092 , 16.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7036 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7042 , cls_42 , 0.7200 , 420.0000 , 34.4171 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7051 , cls_42 , 0.7200 , 480.0000 , 42.5542 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7060 , cls_42 , 15.3000 , 6840.0000 , 265.9834 , 447.0588 , 4.2222 , 1.2471 , 0.7919 , 0.6451 , 15.3000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7066 , cls_42 , 1.7100 , 840.0000 , 56.8738 , 491.2281 , 1.5556 , 1.0972 , 0.6278 , 0.5965 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7070 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7072 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7075 , cls_42 , 12.9600 , 3060.0000 , 158.7905 , 236.1111 , 2.1250 , 1.1281 , 0.5766 , 0.8009 , 12.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7098 , cls_42 , 4.3200 , 1560.0000 , 115.1952 , 361.1111 , 1.8571 , 1.1179 , 0.6944 , 0.6910 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7099 , cls_42 , 9.3600 , 1800.0000 , 133.5549 , 192.3077 , 1.4286 , 1.0674 , 0.6249 , 0.8301 , 9.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7100 , cls_42 , 0.9900 , 600.0000 , 46.5487 , 606.0606 , 1.4286 , 1.0892 , 0.5623 , 0.4697 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7101 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7109 , cls_42 , 1.3500 , 900.0000 , 62.6754 , 666.6667 , 1.8750 , 1.1390 , 0.7191 , 0.4667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7112 , cls_42 , 0.9000 , 480.0000 , 36.5337 , 533.3333 , 1.1429 , 1.0516 , 0.3634 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7119 , cls_42 , 1.0800 , 600.0000 , 46.9687 , 555.5556 , 1.4286 , 1.0790 , 0.6605 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7128 , cls_42 , 1.3500 , 960.0000 , 68.8484 , 711.1111 , 2.0000 , 1.1526 , 0.6707 , 0.4333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7129 , cls_42 , 2.9700 , 1260.0000 , 74.9034 , 424.2424 , 1.7500 , 1.1171 , 0.5798 , 0.6414 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7134 , cls_42 , 13.3200 , 3900.0000 , 229.3869 , 292.7928 , 2.6000 , 1.1666 , 0.8295 , 0.7534 , 13.3200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7147 , cls_42 , 0.6300 , 540.0000 , 45.0936 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7173 , cls_42 , 1.2600 , 720.0000 , 58.7515 , 571.4286 , 1.5000 , 1.1000 , 0.7524 , 0.5238 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7177 , cls_42 , 0.6300 , 540.0000 , 37.5781 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 324.4996 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7184 , cls_42 , 46.1700 , 6600.0000 , 292.5698 , 142.9500 , 2.3913 , 1.1360 , 0.5802 , 0.8798 , 46.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7194 , cls_42 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 394.5884 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7211 , cls_42 , 1.0800 , 600.0000 , 51.8743 , 555.5556 , 1.4286 , 1.0790 , 0.7117 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7216 , cls_42 , 1.4400 , 660.0000 , 56.9091 , 458.3333 , 1.3750 , 1.0665 , 0.6156 , 0.5833 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7218 , cls_42 , 8.5500 , 2160.0000 , 121.9604 , 252.6316 , 1.8000 , 1.1080 , 0.5348 , 0.7860 , 8.5500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7225 , cls_42 , 4.2300 , 1320.0000 , 88.1008 , 312.0567 , 1.5714 , 1.0888 , 0.5901 , 0.7340 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7234 , cls_42 , 1.9800 , 1320.0000 , 84.5226 , 666.6667 , 2.2000 , 1.1723 , 0.7955 , 0.4697 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7237 , cls_42 , 4.1400 , 1800.0000 , 133.6196 , 434.7826 , 2.1429 , 1.1493 , 0.8506 , 0.6413 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7255 , cls_42 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7256 , cls_42 , 1.5300 , 720.0000 , 52.3305 , 470.5882 , 1.3333 , 1.0779 , 0.4721 , 0.6078 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7260 , cls_42 , 1.4400 , 1260.0000 , 68.7822 , 875.0000 , 2.6250 , 1.2016 , 0.7247 , 0.3229 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7270 , cls_42 , 0.8100 , 420.0000 , 35.4985 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 300.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7275 , cls_42 , 1.8900 , 1020.0000 , 71.1197 , 539.6825 , 1.7000 , 1.1255 , 0.7861 , 0.5635 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7293 , cls_42 , 2.3400 , 1740.0000 , 80.1911 , 743.5897 , 2.6364 , 1.2078 , 0.6322 , 0.4167 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7302 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7304 , cls_42 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7318 , cls_42 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 300.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7336 , cls_42 , 11.0700 , 3840.0000 , 173.1407 , 346.8835 , 2.7826 , 1.1825 , 0.7300 , 0.7182 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7341 , cls_42 , 0.9000 , 780.0000 , 60.9475 , 866.6667 , 1.8571 , 1.1583 , 0.7805 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7354 , cls_42 , 0.5400 , 480.0000 , 35.3553 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7355 , cls_42 , 7.3800 , 2640.0000 , 131.6105 , 357.7236 , 2.3158 , 1.1584 , 0.7008 , 0.7033 , 7.3800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7368 , cls_42 , 1.2600 , 720.0000 , 56.3514 , 571.4286 , 1.5000 , 1.1000 , 0.6927 , 0.5119 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7371 , cls_42 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7374 , cls_42 , 0.6300 , 420.0000 , 33.8650 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7379 , cls_42 , 1.2600 , 900.0000 , 70.6072 , 714.2857 , 1.8750 , 1.1473 , 0.7903 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7395 , cls_42 , 1.9800 , 1560.0000 , 94.9929 , 787.8788 , 2.6000 , 1.2061 , 0.8352 , 0.3939 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7401 , cls_42 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7418 , cls_42 , 0.7200 , 660.0000 , 42.4398 , 916.6667 , 1.8333 , 1.1497 , 0.6488 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7420 , cls_42 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7426 , cls_42 , 6.5700 , 2160.0000 , 140.3244 , 328.7671 , 2.0000 , 1.1343 , 0.7604 , 0.7215 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7432 , cls_42 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7440 , cls_42 , 7.5600 , 1920.0000 , 130.0930 , 253.9683 , 1.6842 , 1.0992 , 0.6909 , 0.7917 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7442 , cls_42 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7453 , cls_42 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7454 , cls_42 , 13.4100 , 2340.0000 , 160.2817 , 174.4966 , 1.5600 , 1.0794 , 0.5708 , 0.8535 , 13.4100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7456 , cls_42 , 1.0800 , 480.0000 , 39.8550 , 444.4444 , 1.1429 , 1.0310 , 0.3888 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7461 , cls_42 , 3.2400 , 1140.0000 , 76.1085 , 351.8519 , 1.5833 , 1.0885 , 0.6333 , 0.7083 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7476 , cls_42 , 4.5900 , 2100.0000 , 127.6071 , 457.5163 , 2.3333 , 1.1670 , 0.7971 , 0.6373 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7478 , cls_42 , 0.9900 , 660.0000 , 42.2147 , 666.6667 , 1.5714 , 1.1100 , 0.6215 , 0.5000 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7482 , cls_42 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7483 , cls_42 , 0.8100 , 600.0000 , 40.5900 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7485 , cls_42 , 2.8800 , 1260.0000 , 78.9854 , 437.5000 , 1.7500 , 1.1205 , 0.6082 , 0.6406 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7490 , cls_42 , 5.7600 , 1320.0000 , 98.6942 , 229.1667 , 1.3750 , 1.0581 , 0.5473 , 0.7995 , 5.7600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7493 , cls_42 , 2.5200 , 1200.0000 , 74.7226 , 476.1905 , 1.8182 , 1.1256 , 0.7541 , 0.6190 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7495 , cls_42 , 5.1300 , 1980.0000 , 100.8982 , 385.9649 , 2.0625 , 1.1442 , 0.5968 , 0.6871 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7501 , cls_42 , 2.6100 , 1560.0000 , 82.9548 , 597.7011 , 2.3636 , 1.1733 , 0.7160 , 0.5172 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7505 , cls_42 , 0.4500 , 360.0000 , 32.1688 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7512 , cls_42 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7522 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7530 , cls_42 , 0.6300 , 420.0000 , 35.6333 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7535 , cls_42 , 5.6700 , 1740.0000 , 97.6410 , 306.8783 , 1.8125 , 1.1101 , 0.5109 , 0.7593 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7542 , cls_42 , 0.7200 , 480.0000 , 39.1287 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7545 , cls_42 , 0.4500 , 480.0000 , 38.8161 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7549 , cls_42 , 2.8800 , 1440.0000 , 83.6234 , 500.0000 , 2.0000 , 1.1465 , 0.6156 , 0.5729 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7551 , cls_42 , 3.1500 , 1320.0000 , 80.8704 , 419.0476 , 1.8333 , 1.1198 , 0.5544 , 0.6524 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7555 , cls_42 , 2.9700 , 1260.0000 , 83.1820 , 424.2424 , 1.7500 , 1.1171 , 0.6036 , 0.6465 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7564 , cls_42 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 234.3075 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7565 , cls_42 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7567 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7574 , cls_42 , 3.8700 , 1320.0000 , 91.0016 , 341.0853 , 1.5714 , 1.0979 , 0.7368 , 0.7132 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7581 , cls_42 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7590 , cls_42 , 2.0700 , 960.0000 , 64.9295 , 463.7681 , 1.6000 , 1.1030 , 0.6555 , 0.6014 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7591 , cls_42 , 2.1600 , 1080.0000 , 77.4434 , 500.0000 , 1.8000 , 1.1219 , 0.6850 , 0.5764 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7595 , cls_42 , 2.2500 , 1140.0000 , 87.4828 , 506.6667 , 1.9000 , 1.1281 , 0.7551 , 0.5867 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7596 , cls_42 , 1.5300 , 660.0000 , 50.5724 , 431.3725 , 1.2222 , 1.0598 , 0.5671 , 0.6373 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7609 , cls_42 , 0.8100 , 720.0000 , 53.8327 , 888.8889 , 2.0000 , 1.1540 , 0.7796 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7627 , cls_42 , 0.9000 , 600.0000 , 41.4648 , 666.6667 , 1.4286 , 1.1006 , 0.6255 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7646 , cls_42 , 1.2600 , 780.0000 , 54.8324 , 619.0476 , 1.6250 , 1.1170 , 0.6572 , 0.5119 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7662 , cls_42 , 1.4400 , 660.0000 , 47.3845 , 458.3333 , 1.3750 , 1.0665 , 0.4907 , 0.6250 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7671 , cls_42 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7682 , cls_42 , 0.7200 , 420.0000 , 33.5470 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7683 , cls_42 , 1.3500 , 540.0000 , 46.9633 , 400.0000 , 1.1250 , 1.0316 , 0.5225 , 0.6444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7688 , cls_42 , 0.6300 , 480.0000 , 41.6937 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7689 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7693 , cls_42 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 335.4102 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7695 , cls_42 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7710 , cls_42 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 408.0441 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7723 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7750 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 240.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7751 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7761 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7762 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3 , cls_41 , 5.4000 , 1800.0000 , 101.6468 , 333.3333 , 1.8750 , 1.1213 , 0.6944 , 0.7222 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 11 , cls_41 , 15.6600 , 5820.0000 , 262.5703 , 371.6475 , 3.5926 , 1.2177 , 0.7697 , 0.6973 , 15.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 15 , cls_41 , 10.2600 , 5040.0000 , 261.6978 , 491.2281 , 3.8182 , 1.2374 , 0.8849 , 0.5980 , 10.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 20 , cls_41 , 2.5200 , 1200.0000 , 74.1603 , 476.1905 , 1.8182 , 1.1256 , 0.6039 , 0.6131 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 22 , cls_41 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 25 , cls_41 , 52.4700 , 17940.0000 , 489.4356 , 341.9097 , 6.1020 , 1.2769 , 0.8536 , 0.7187 , 52.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 34 , cls_41 , 3.7800 , 1320.0000 , 99.3064 , 349.2063 , 1.6923 , 1.1004 , 0.7229 , 0.7103 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 36 , cls_41 , 0.9000 , 480.0000 , 41.1698 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 43 , cls_41 , 2.6100 , 1020.0000 , 73.3274 , 390.8046 , 1.5455 , 1.0898 , 0.5851 , 0.6782 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 48 , cls_41 , 11.0700 , 3540.0000 , 174.6090 , 319.7832 , 2.5652 , 1.1685 , 0.6512 , 0.7358 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 50 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 54 , cls_41 , 2.1600 , 900.0000 , 66.5388 , 416.6667 , 1.5000 , 1.0853 , 0.6180 , 0.6389 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 55 , cls_41 , 2.6100 , 1080.0000 , 83.2888 , 413.7931 , 1.6364 , 1.1010 , 0.7522 , 0.6552 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 61 , cls_41 , 0.5400 , 480.0000 , 35.4634 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 63 , cls_41 , 5.4000 , 2520.0000 , 121.1643 , 466.6667 , 2.6250 , 1.1831 , 0.7062 , 0.6361 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 69 , cls_41 , 1.2600 , 720.0000 , 57.4666 , 571.4286 , 1.5000 , 1.1000 , 0.6927 , 0.5238 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 71 , cls_41 , 0.6300 , 720.0000 , 65.5622 , 1142.8571 , 2.0000 , 1.1872 , 0.8796 , 0.1905 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 75 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 331.3608 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 76 , cls_41 , 5.6700 , 2940.0000 , 202.1268 , 518.5185 , 3.0625 , 1.2059 , 0.8851 , 0.5688 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 80 , cls_41 , 24.1200 , 5460.0000 , 210.5312 , 226.3682 , 2.7576 , 1.1650 , 0.6460 , 0.8109 , 24.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 85 , cls_41 , 68.4900 , 16740.0000 , 373.4051 , 244.4152 , 4.9821 , 1.2412 , 0.5692 , 0.8011 , 68.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 87 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 88 , cls_41 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 90 , cls_41 , 4.6800 , 2160.0000 , 118.2704 , 461.5385 , 2.4000 , 1.1701 , 0.6342 , 0.6346 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 92 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 95 , cls_41 , 1.8900 , 1020.0000 , 78.4663 , 539.6825 , 1.7000 , 1.1255 , 0.7243 , 0.5397 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 96 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 101 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 103 , cls_41 , 5.3100 , 2520.0000 , 123.2978 , 474.5763 , 2.6250 , 1.1849 , 0.7238 , 0.6102 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 117 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 119 , cls_41 , 0.9000 , 480.0000 , 37.6863 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 125 , cls_41 , 0.7200 , 600.0000 , 48.1561 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 126 , cls_41 , 1.4400 , 1020.0000 , 68.1892 , 708.3333 , 2.1250 , 1.1574 , 0.7453 , 0.4375 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 128 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 130 , cls_41 , 0.8100 , 660.0000 , 64.9120 , 814.8148 , 1.8333 , 1.1347 , 0.8315 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 133 , cls_41 , 1.3500 , 840.0000 , 52.0180 , 622.2222 , 1.7500 , 1.1245 , 0.7062 , 0.5222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 143 , cls_41 , 4.6800 , 2400.0000 , 149.4585 , 512.8205 , 2.6667 , 1.1897 , 0.8124 , 0.5769 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 154 , cls_41 , 0.8100 , 600.0000 , 47.6384 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 155 , cls_41 , 1.3500 , 1140.0000 , 65.8264 , 844.4444 , 2.3750 , 1.1887 , 0.7419 , 0.3667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 163 , cls_41 , 1.5300 , 1020.0000 , 65.2792 , 666.6667 , 1.8889 , 1.1502 , 0.7768 , 0.4608 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 165 , cls_41 , 8.2800 , 2100.0000 , 116.7784 , 253.6232 , 1.7500 , 1.1062 , 0.5961 , 0.7935 , 8.2800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 166 , cls_41 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 174 , cls_41 , 1.4400 , 960.0000 , 59.0063 , 666.6667 , 2.0000 , 1.1448 , 0.6660 , 0.4896 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 183 , cls_41 , 1.6200 , 1080.0000 , 70.4240 , 666.6667 , 2.0000 , 1.1552 , 0.7453 , 0.4537 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 184 , cls_41 , 1.4400 , 720.0000 , 49.6806 , 500.0000 , 1.5000 , 1.0847 , 0.5473 , 0.6042 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 186 , cls_41 , 0.6300 , 660.0000 , 40.1911 , 1047.6190 , 1.8333 , 1.1673 , 0.6572 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 408.0441 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 194 , cls_41 , 97.8300 , 34920.0000 , 568.5681 , 356.9457 , 8.8182 , 1.3158 , 0.7046 , 0.7144 , 97.8300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 196 , cls_41 , 0.9900 , 480.0000 , 39.6462 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 198 , cls_41 , 0.8100 , 720.0000 , 50.8345 , 888.8889 , 2.0000 , 1.1540 , 0.7796 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 204 , cls_41 , 22.5900 , 5880.0000 , 212.7268 , 260.2922 , 3.0625 , 1.1832 , 0.6335 , 0.7882 , 22.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 212 , cls_41 , 1.8000 , 960.0000 , 63.2215 , 533.3333 , 1.7778 , 1.1187 , 0.5825 , 0.5667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 219 , cls_41 , 0.9900 , 660.0000 , 43.9196 , 666.6667 , 1.5714 , 1.1100 , 0.5881 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 221 , cls_41 , 33.1200 , 11400.0000 , 314.3506 , 344.2029 , 4.8718 , 1.2517 , 0.7591 , 0.7255 , 33.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 230 , cls_41 , 10.6200 , 5880.0000 , 296.7897 , 553.6723 , 4.4545 , 1.2603 , 0.8789 , 0.5593 , 10.6200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 235 , cls_41 , 0.6300 , 480.0000 , 33.5504 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 240 , cls_41 , 1.8000 , 1080.0000 , 74.9768 , 600.0000 , 2.0000 , 1.1428 , 0.7375 , 0.5083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 246 , cls_41 , 10.5300 , 3960.0000 , 185.4206 , 376.0684 , 3.0000 , 1.1929 , 0.8294 , 0.6980 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 248 , cls_41 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 251 , cls_41 , 1.0800 , 780.0000 , 71.1645 , 722.2222 , 1.8571 , 1.1355 , 0.7907 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 252 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 258 , cls_41 , 7.0200 , 2760.0000 , 172.1759 , 393.1624 , 2.5556 , 1.1715 , 0.8472 , 0.6838 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 259 , cls_41 , 1.1700 , 720.0000 , 49.5795 , 615.3846 , 1.5000 , 1.1087 , 0.5963 , 0.5128 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 263 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 264 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 276 , cls_41 , 0.6300 , 540.0000 , 42.2102 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 277 , cls_41 , 1.1700 , 660.0000 , 45.9371 , 564.1026 , 1.3750 , 1.0902 , 0.5963 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 279 , cls_41 , 24.5700 , 6780.0000 , 270.1427 , 275.9463 , 3.3235 , 1.1981 , 0.8048 , 0.7717 , 24.5700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 280 , cls_41 , 19.6200 , 4080.0000 , 229.5972 , 207.9511 , 2.2667 , 1.1369 , 0.7224 , 0.8257 , 19.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 286 , cls_41 , 7.0200 , 2400.0000 , 141.5867 , 341.8803 , 2.2222 , 1.1465 , 0.7578 , 0.7137 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 288 , cls_41 , 0.5400 , 480.0000 , 35.6392 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 296 , cls_41 , 5.9400 , 2340.0000 , 143.7316 , 393.9394 , 2.2941 , 1.1593 , 0.7747 , 0.6742 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 297 , cls_41 , 0.9000 , 480.0000 , 39.6448 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 300 , cls_41 , 3.3300 , 1020.0000 , 74.1059 , 306.3063 , 1.3077 , 1.0643 , 0.5470 , 0.7342 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 303 , cls_41 , 1.0800 , 540.0000 , 42.5327 , 500.0000 , 1.2857 , 1.0563 , 0.6273 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 308 , cls_41 , 3.4200 , 1500.0000 , 117.1024 , 438.5965 , 1.9231 , 1.1354 , 0.8343 , 0.6360 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 309 , cls_41 , 4.2300 , 2160.0000 , 112.2777 , 510.6383 , 2.5714 , 1.1812 , 0.7840 , 0.5922 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 312 , cls_41 , 3.6000 , 1380.0000 , 85.4362 , 383.3333 , 1.7692 , 1.1140 , 0.6282 , 0.6750 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 318 , cls_41 , 0.8100 , 480.0000 , 40.5745 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 321 , cls_41 , 0.8100 , 720.0000 , 45.4278 , 888.8889 , 2.0000 , 1.1540 , 0.6630 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 322 , cls_41 , 2.7900 , 1800.0000 , 134.4733 , 645.1613 , 2.5000 , 1.1936 , 0.8634 , 0.4731 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 325 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 327 , cls_41 , 8.1900 , 3240.0000 , 212.1955 , 395.6044 , 2.7000 , 1.1839 , 0.8072 , 0.6832 , 8.1900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 331 , cls_41 , 2.8800 , 1320.0000 , 96.8267 , 458.3333 , 1.8333 , 1.1295 , 0.7798 , 0.6094 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 340 , cls_41 , 1.8000 , 1320.0000 , 67.6133 , 733.3333 , 2.4444 , 1.1837 , 0.6255 , 0.4417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 350 , cls_41 , 0.9900 , 480.0000 , 39.5030 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 351 , cls_41 , 4.8600 , 2160.0000 , 114.9732 , 444.4444 , 2.4000 , 1.1660 , 0.6283 , 0.6327 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 358 , cls_41 , 0.5400 , 420.0000 , 32.6544 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 374 , cls_41 , 3.4200 , 1380.0000 , 85.1025 , 403.5088 , 1.7692 , 1.1195 , 0.6129 , 0.6623 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 378 , cls_41 , 3.0600 , 1320.0000 , 83.7033 , 431.3725 , 1.8333 , 1.1229 , 0.6169 , 0.6471 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 386 , cls_41 , 1.8900 , 1080.0000 , 69.5608 , 571.4286 , 1.8000 , 1.1371 , 0.6337 , 0.5476 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 411 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 414 , cls_41 , 0.7200 , 540.0000 , 43.4726 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 416 , cls_41 , 5.3100 , 1740.0000 , 96.8020 , 327.6836 , 1.8125 , 1.1168 , 0.5305 , 0.7373 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 418 , cls_41 , 4.0500 , 3000.0000 , 151.3483 , 740.7407 , 3.5714 , 1.2480 , 0.8451 , 0.4519 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 422 , cls_41 , 2.3400 , 1560.0000 , 88.4360 , 666.6667 , 2.3636 , 1.1861 , 0.6587 , 0.4679 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 431 , cls_41 , 2.7900 , 1020.0000 , 72.1161 , 365.5914 , 1.4167 , 1.0827 , 0.6053 , 0.6882 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 435 , cls_41 , 1.4400 , 720.0000 , 53.3910 , 500.0000 , 1.5000 , 1.0847 , 0.6488 , 0.5833 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 439 , cls_41 , 0.9900 , 660.0000 , 53.2784 , 666.6667 , 1.5714 , 1.1100 , 0.6584 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 443 , cls_41 , 8.5500 , 3780.0000 , 229.5937 , 442.1053 , 3.1500 , 1.2066 , 0.8419 , 0.6298 , 8.5500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 444 , cls_41 , 1.0800 , 780.0000 , 57.2785 , 722.2222 , 1.8571 , 1.1355 , 0.7366 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 447 , cls_41 , 10.7100 , 5160.0000 , 174.2756 , 481.7927 , 3.9091 , 1.2369 , 0.7280 , 0.6036 , 10.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 448 , cls_41 , 0.7200 , 420.0000 , 32.8177 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 452 , cls_41 , 11.8800 , 5340.0000 , 272.2941 , 449.4949 , 3.8696 , 1.2318 , 0.9005 , 0.6326 , 11.8800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 464 , cls_41 , 4.3200 , 2040.0000 , 129.9697 , 472.2222 , 2.4286 , 1.1682 , 0.7996 , 0.6181 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 467 , cls_41 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 472 , cls_41 , 7.5600 , 2460.0000 , 121.4240 , 325.3968 , 2.1579 , 1.1433 , 0.5617 , 0.7302 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 477 , cls_41 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 362.4914 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 484 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 485 , cls_41 , 1.8000 , 780.0000 , 65.0485 , 433.3333 , 1.4444 , 1.0763 , 0.6559 , 0.6417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 486 , cls_41 , 0.6300 , 480.0000 , 39.7492 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 493 , cls_41 , 0.4500 , 480.0000 , 38.6316 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 496 , cls_41 , 0.5400 , 480.0000 , 47.1916 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 497 , cls_41 , 0.7200 , 600.0000 , 44.6307 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 498 , cls_41 , 0.9900 , 660.0000 , 48.7171 , 666.6667 , 1.5714 , 1.1100 , 0.6888 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 502 , cls_41 , 1.0800 , 840.0000 , 57.4160 , 777.7778 , 2.0000 , 1.1515 , 0.7649 , 0.3750 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 503 , cls_41 , 2.3400 , 1080.0000 , 72.2561 , 461.5385 , 1.6364 , 1.1130 , 0.6322 , 0.6154 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 511 , cls_41 , 2.2500 , 780.0000 , 58.5577 , 346.6667 , 1.3000 , 1.0524 , 0.5103 , 0.7067 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 514 , cls_41 , 104.9400 , 34380.0000 , 584.9062 , 327.6158 , 8.3043 , 1.3069 , 0.7138 , 0.7363 , 104.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 516 , cls_41 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 256.3201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 518 , cls_41 , 0.6300 , 540.0000 , 39.8097 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 234.3075 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 520 , cls_41 , 29.4300 , 11280.0000 , 433.2340 , 383.2824 , 5.0811 , 1.2618 , 0.8757 , 0.6840 , 29.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 526 , cls_41 , 0.6300 , 540.0000 , 39.8122 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 529 , cls_41 , 1.4400 , 660.0000 , 48.5632 , 458.3333 , 1.3750 , 1.0665 , 0.5031 , 0.6250 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 532 , cls_41 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 535 , cls_41 , 0.9000 , 780.0000 , 54.5454 , 866.6667 , 1.8571 , 1.1583 , 0.7551 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 542 , cls_41 , 6.3000 , 3240.0000 , 146.5540 , 514.2857 , 3.1765 , 1.2120 , 0.7942 , 0.6000 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 556 , cls_41 , 32.7600 , 11640.0000 , 334.0560 , 355.3114 , 4.9744 , 1.2561 , 0.7599 , 0.7157 , 32.7600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 561 , cls_41 , 2.4300 , 1560.0000 , 94.2489 , 641.9753 , 2.3636 , 1.1816 , 0.7629 , 0.4938 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 564 , cls_41 , 1.5300 , 900.0000 , 70.7595 , 588.2353 , 1.6667 , 1.1242 , 0.7835 , 0.5098 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 565 , cls_41 , 3.5100 , 1740.0000 , 98.7669 , 495.7265 , 2.2308 , 1.1610 , 0.6180 , 0.5812 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 571 , cls_41 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 593 , cls_41 , 1.4400 , 720.0000 , 62.3810 , 500.0000 , 1.5000 , 1.0847 , 0.7209 , 0.5625 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 595 , cls_41 , 3.9600 , 2100.0000 , 98.2718 , 530.3030 , 2.5000 , 1.1833 , 0.6240 , 0.5871 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 601 , cls_41 , 6.2100 , 2220.0000 , 116.7202 , 357.4879 , 2.1765 , 1.1451 , 0.7254 , 0.7077 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 606 , cls_41 , 0.9900 , 840.0000 , 53.6278 , 848.4848 , 2.0000 , 1.1624 , 0.7845 , 0.3636 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 607 , cls_41 , 1.5300 , 720.0000 , 49.9890 , 470.5882 , 1.3333 , 1.0779 , 0.5190 , 0.6078 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 613 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 616 , cls_41 , 6.3000 , 2820.0000 , 153.0637 , 447.6190 , 2.7647 , 1.1869 , 0.8479 , 0.6286 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 618 , cls_41 , 0.6300 , 540.0000 , 43.2201 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 621 , cls_41 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 625 , cls_41 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 627 , cls_41 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 628 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 632 , cls_41 , 3.0600 , 2340.0000 , 110.4969 , 764.7059 , 3.2500 , 1.2338 , 0.7360 , 0.3873 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 638 , cls_41 , 0.6300 , 480.0000 , 39.6042 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 658 , cls_41 , 0.6300 , 540.0000 , 34.9446 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 660 , cls_41 , 0.9000 , 540.0000 , 49.2485 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 666 , cls_41 , 1.5300 , 1260.0000 , 70.8204 , 823.5294 , 2.3333 , 1.1940 , 0.7453 , 0.3824 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 671 , cls_41 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 673 , cls_41 , 3.5100 , 1920.0000 , 118.8819 , 547.0085 , 2.4615 , 1.1798 , 0.7722 , 0.5684 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 675 , cls_41 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 684 , cls_41 , 0.7200 , 540.0000 , 41.3531 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 690 , cls_41 , 4.8600 , 2100.0000 , 115.7312 , 432.0988 , 2.3333 , 1.1608 , 0.7049 , 0.6543 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 691 , cls_41 , 0.8100 , 480.0000 , 36.4646 , 592.5926 , 1.3333 , 1.0639 , 0.4270 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 692 , cls_41 , 69.3900 , 18900.0000 , 449.6909 , 272.3735 , 5.6250 , 1.2581 , 0.7214 , 0.7776 , 69.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 697 , cls_41 , 0.9000 , 720.0000 , 51.5483 , 800.0000 , 1.7143 , 1.1407 , 0.6894 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 701 , cls_41 , 0.7200 , 420.0000 , 34.3237 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 705 , cls_41 , 13.8600 , 5220.0000 , 184.4948 , 376.6234 , 3.4800 , 1.2119 , 0.7203 , 0.6937 , 13.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 707 , cls_41 , 0.7200 , 480.0000 , 41.1518 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 708 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 715 , cls_41 , 1.0800 , 660.0000 , 49.7721 , 611.1111 , 1.5714 , 1.0996 , 0.6944 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 716 , cls_41 , 1.5300 , 720.0000 , 50.8916 , 470.5882 , 1.3333 , 1.0779 , 0.5671 , 0.6078 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 722 , cls_41 , 6.3900 , 2040.0000 , 128.8193 , 319.2488 , 2.0000 , 1.1269 , 0.7325 , 0.7324 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 733 , cls_41 , 3.8700 , 1380.0000 , 80.8915 , 356.5891 , 1.6429 , 1.1064 , 0.4835 , 0.7093 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 741 , cls_41 , 2.2500 , 1620.0000 , 84.2759 , 720.0000 , 2.7000 , 1.1982 , 0.8011 , 0.4467 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 742 , cls_41 , 0.6300 , 540.0000 , 44.5896 , 857.1429 , 1.5000 , 1.1214 , 0.7215 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 743 , cls_41 , 5.2200 , 2160.0000 , 159.4085 , 413.7931 , 2.2500 , 1.1584 , 0.8468 , 0.6466 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 752 , cls_41 , 146.1600 , 42540.0000 , 750.5656 , 291.0509 , 8.7531 , 1.3064 , 0.7993 , 0.7631 , 146.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 759 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 760 , cls_41 , 0.7200 , 540.0000 , 46.7357 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 762 , cls_41 , 0.9900 , 840.0000 , 62.6151 , 848.4848 , 2.0000 , 1.1624 , 0.7199 , 0.3182 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 771 , cls_41 , 0.9900 , 660.0000 , 57.6351 , 666.6667 , 1.5714 , 1.1100 , 0.7704 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 780 , cls_41 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 794 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 795 , cls_41 , 1.2600 , 900.0000 , 70.9305 , 714.2857 , 1.8750 , 1.1473 , 0.8476 , 0.4286 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 806 , cls_41 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 808 , cls_41 , 2.1600 , 1320.0000 , 97.6616 , 611.1111 , 2.2000 , 1.1621 , 0.8487 , 0.4861 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 826 , cls_41 , 0.7200 , 600.0000 , 45.6201 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 829 , cls_41 , 0.9900 , 480.0000 , 39.7998 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 832 , cls_41 , 0.7200 , 660.0000 , 48.5598 , 916.6667 , 1.8333 , 1.1497 , 0.7736 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 833 , cls_41 , 7.9200 , 3780.0000 , 154.9660 , 477.2727 , 3.3158 , 1.2148 , 0.6685 , 0.6155 , 7.9200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 834 , cls_41 , 6.0300 , 3000.0000 , 142.5172 , 497.5124 , 2.9412 , 1.2029 , 0.7283 , 0.6070 , 6.0300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 838 , cls_41 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 840 , cls_41 , 1.1700 , 840.0000 , 54.1290 , 717.9487 , 1.7500 , 1.1416 , 0.7763 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 846 , cls_41 , 6.9300 , 3000.0000 , 130.1378 , 432.9004 , 2.7778 , 1.1879 , 0.5792 , 0.6407 , 6.9300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 853 , cls_41 , 14.2200 , 6120.0000 , 252.8621 , 430.3797 , 3.9231 , 1.2361 , 0.8125 , 0.6540 , 14.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 854 , cls_41 , 3.0600 , 1440.0000 , 107.5060 , 470.5882 , 2.0000 , 1.1398 , 0.8134 , 0.6029 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 860 , cls_41 , 13.5000 , 6000.0000 , 222.1171 , 444.4444 , 4.0000 , 1.2382 , 0.8171 , 0.6389 , 13.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 861 , cls_41 , 1.8900 , 1080.0000 , 62.3757 , 571.4286 , 1.8000 , 1.1371 , 0.6387 , 0.5556 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 867 , cls_41 , 2.7000 , 1680.0000 , 89.3907 , 622.2222 , 2.5455 , 1.1839 , 0.6944 , 0.4944 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 874 , cls_41 , 1.2600 , 600.0000 , 45.4783 , 476.1905 , 1.2500 , 1.0614 , 0.5652 , 0.6071 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 247.3863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 884 , cls_41 , 1.9800 , 900.0000 , 68.6099 , 454.5455 , 1.5000 , 1.0949 , 0.6704 , 0.6364 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 888 , cls_41 , 2.7000 , 1620.0000 , 83.8272 , 600.0000 , 2.4545 , 1.1768 , 0.6180 , 0.5056 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 889 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 896 , cls_41 , 1.0800 , 720.0000 , 47.3248 , 666.6667 , 1.7143 , 1.1183 , 0.5506 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 934 , cls_41 , 7.2900 , 2940.0000 , 143.6610 , 403.2922 , 2.7222 , 1.1789 , 0.6827 , 0.6564 , 7.2900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 942 , cls_41 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 948 , cls_41 , 0.6300 , 660.0000 , 48.2711 , 1047.6190 , 1.8333 , 1.1673 , 0.8217 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 949 , cls_41 , 22.9500 , 11820.0000 , 353.6617 , 515.0327 , 6.1563 , 1.2948 , 0.8374 , 0.5895 , 22.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 960 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 967 , cls_41 , 12.7800 , 6060.0000 , 215.6832 , 474.1784 , 4.2083 , 1.2456 , 0.7450 , 0.6221 , 12.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 972 , cls_41 , 1.0800 , 720.0000 , 47.6032 , 666.6667 , 1.7143 , 1.1183 , 0.6605 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 982 , cls_41 , 0.9900 , 660.0000 , 55.4625 , 666.6667 , 1.5714 , 1.1100 , 0.7845 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 988 , cls_41 , 3.8700 , 2760.0000 , 148.7710 , 713.1783 , 3.2857 , 1.2376 , 0.8712 , 0.4690 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 990 , cls_41 , 1.0800 , 660.0000 , 47.6948 , 611.1111 , 1.5714 , 1.0996 , 0.6273 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 991 , cls_41 , 4.5900 , 1800.0000 , 107.0021 , 392.1569 , 2.0000 , 1.1383 , 0.5941 , 0.6830 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 992 , cls_41 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 994 , cls_41 , 0.8100 , 480.0000 , 44.3352 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1002 , cls_41 , 1.0800 , 660.0000 , 49.9121 , 611.1111 , 1.5714 , 1.0996 , 0.6605 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1018 , cls_41 , 4.5900 , 2160.0000 , 108.5919 , 470.5882 , 2.4000 , 1.1722 , 0.7586 , 0.6144 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1022 , cls_41 , 0.6300 , 540.0000 , 47.1220 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1040 , cls_41 , 0.9900 , 660.0000 , 64.8679 , 666.6667 , 1.5714 , 1.1100 , 0.7940 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1043 , cls_41 , 143.3700 , 40800.0000 , 688.2945 , 284.5784 , 8.5000 , 1.3022 , 0.7851 , 0.7664 , 143.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1048 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1049 , cls_41 , 3.6000 , 1440.0000 , 94.2927 , 400.0000 , 1.8462 , 1.1221 , 0.6671 , 0.6792 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1055 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1056 , cls_41 , 3.5100 , 1440.0000 , 101.6565 , 410.2564 , 1.8462 , 1.1248 , 0.7316 , 0.6667 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1063 , cls_41 , 1.1700 , 720.0000 , 58.7925 , 615.3846 , 1.5000 , 1.1087 , 0.7566 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 301.4963 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1070 , cls_41 , 0.8100 , 480.0000 , 35.9838 , 592.5926 , 1.3333 , 1.0639 , 0.4270 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1078 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1085 , cls_41 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1088 , cls_41 , 1.4400 , 1080.0000 , 73.4164 , 750.0000 , 2.2500 , 1.1694 , 0.8502 , 0.4167 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1095 , cls_41 , 6.6600 , 2160.0000 , 105.4661 , 324.3243 , 2.0000 , 1.1330 , 0.5336 , 0.7635 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1098 , cls_41 , 0.8100 , 600.0000 , 54.5435 , 740.7407 , 1.6667 , 1.1135 , 0.7796 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1099 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1102 , cls_41 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1104 , cls_41 , 6.2100 , 2880.0000 , 176.0121 , 463.7681 , 2.8235 , 1.1923 , 0.7933 , 0.6159 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1109 , cls_41 , 6.6600 , 2640.0000 , 127.3087 , 396.3964 , 2.4444 , 1.1691 , 0.7212 , 0.6667 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1122 , cls_41 , 2.1600 , 1260.0000 , 95.2936 , 583.3333 , 2.1000 , 1.1528 , 0.7555 , 0.5139 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1127 , cls_41 , 35.3700 , 9420.0000 , 280.9166 , 266.3274 , 3.9250 , 1.2154 , 0.6192 , 0.7833 , 35.3700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1129 , cls_41 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1130 , cls_41 , 10.8000 , 4920.0000 , 175.2764 , 455.5556 , 3.7273 , 1.2278 , 0.7930 , 0.6417 , 10.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1136 , cls_41 , 1.2600 , 540.0000 , 44.0019 , 428.5714 , 1.1250 , 1.0391 , 0.4757 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1140 , cls_41 , 0.8100 , 540.0000 , 42.8204 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1142 , cls_41 , 0.9900 , 780.0000 , 62.2682 , 787.8788 , 1.8571 , 1.1463 , 0.8081 , 0.3333 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1143 , cls_41 , 5.1300 , 2220.0000 , 123.9802 , 432.7485 , 2.3125 , 1.1653 , 0.6774 , 0.6462 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1144 , cls_41 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1150 , cls_41 , 1.8900 , 1200.0000 , 113.5122 , 634.9206 , 2.0000 , 1.1585 , 0.8847 , 0.4683 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1151 , cls_41 , 2.6100 , 1080.0000 , 75.1933 , 413.7931 , 1.6364 , 1.1010 , 0.6307 , 0.6552 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1154 , cls_41 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1162 , cls_41 , 1.4400 , 660.0000 , 52.7972 , 458.3333 , 1.3750 , 1.0665 , 0.6082 , 0.6042 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1164 , cls_41 , 1.1700 , 660.0000 , 47.7330 , 564.1026 , 1.3750 , 1.0902 , 0.5963 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1165 , cls_41 , 0.4500 , 540.0000 , 43.5141 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1166 , cls_41 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1167 , cls_41 , 2.3400 , 1680.0000 , 114.9176 , 717.9487 , 2.5455 , 1.2008 , 0.8889 , 0.4103 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1171 , cls_41 , 2.2500 , 1080.0000 , 74.8310 , 480.0000 , 1.8000 , 1.1173 , 0.6255 , 0.6000 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1178 , cls_41 , 3.8700 , 1980.0000 , 120.7707 , 511.6279 , 2.3571 , 1.1747 , 0.8256 , 0.5775 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1179 , cls_41 , 4.9500 , 2700.0000 , 181.6857 , 545.4545 , 3.0000 , 1.2053 , 0.8599 , 0.5545 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1194 , cls_41 , 8.5500 , 2760.0000 , 136.4227 , 322.8070 , 2.3000 , 1.1512 , 0.6866 , 0.7351 , 8.5500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1201 , cls_41 , 0.7200 , 600.0000 , 44.2157 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1210 , cls_41 , 75.1500 , 23940.0000 , 466.8379 , 318.5629 , 6.8793 , 1.2856 , 0.7063 , 0.7397 , 75.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1215 , cls_41 , 0.9000 , 720.0000 , 53.6058 , 800.0000 , 1.7143 , 1.1407 , 0.7551 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1230 , cls_41 , 0.7200 , 480.0000 , 37.7396 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1232 , cls_41 , 0.6300 , 540.0000 , 40.4380 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1233 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1235 , cls_41 , 0.9900 , 900.0000 , 51.5154 , 909.0909 , 2.1429 , 1.1774 , 0.6584 , 0.3485 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1236 , cls_41 , 1.3500 , 840.0000 , 52.5370 , 622.2222 , 1.7500 , 1.1245 , 0.6869 , 0.5111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1241 , cls_41 , 3.5100 , 1620.0000 , 101.3623 , 461.5385 , 2.0769 , 1.1473 , 0.7832 , 0.6111 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1245 , cls_41 , 0.7200 , 540.0000 , 51.3072 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 375.8989 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1247 , cls_41 , 0.7200 , 540.0000 , 44.1428 , 750.0000 , 1.5000 , 1.1046 , 0.7247 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1248 , cls_41 , 10.1700 , 4560.0000 , 241.9890 , 448.3776 , 3.4545 , 1.2210 , 0.8492 , 0.6490 , 10.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1250 , cls_41 , 3.5100 , 1440.0000 , 85.5432 , 410.2564 , 1.8462 , 1.1248 , 0.6375 , 0.6667 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1252 , cls_41 , 1.4400 , 1020.0000 , 58.7141 , 708.3333 , 2.1250 , 1.1574 , 0.6488 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1253 , cls_41 , 2.1600 , 960.0000 , 71.8973 , 444.4444 , 1.6000 , 1.0983 , 0.7388 , 0.6181 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1280 , cls_41 , 0.5400 , 540.0000 , 36.6811 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1283 , cls_41 , 44.1900 , 13200.0000 , 362.0888 , 298.7101 , 4.8889 , 1.2465 , 0.7171 , 0.7634 , 44.1900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1314 , cls_41 , 0.4500 , 480.0000 , 38.8161 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1316 , cls_41 , 0.7200 , 480.0000 , 40.4605 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1322 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1326 , cls_41 , 1.4400 , 960.0000 , 56.1649 , 666.6667 , 2.0000 , 1.1448 , 0.5926 , 0.4375 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1330 , cls_41 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1333 , cls_41 , 1.3500 , 960.0000 , 53.9913 , 711.1111 , 2.0000 , 1.1526 , 0.6396 , 0.4444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1334 , cls_41 , 2.0700 , 1080.0000 , 66.4326 , 521.7391 , 1.8000 , 1.1267 , 0.7012 , 0.5797 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1337 , cls_41 , 9.4500 , 3720.0000 , 209.9297 , 393.6508 , 2.9524 , 1.1933 , 0.7833 , 0.6778 , 9.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1338 , cls_41 , 4.6800 , 2520.0000 , 126.5005 , 538.4615 , 2.8000 , 1.1988 , 0.7501 , 0.5769 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1345 , cls_41 , 3.9600 , 1860.0000 , 111.0972 , 469.6970 , 2.2143 , 1.1603 , 0.8088 , 0.6023 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1353 , cls_41 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1354 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 240.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1358 , cls_41 , 4.3200 , 1380.0000 , 88.4445 , 319.4444 , 1.6429 , 1.0950 , 0.6005 , 0.7257 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1362 , cls_41 , 0.7200 , 540.0000 , 44.7193 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1380 , cls_41 , 31.4100 , 14100.0000 , 514.1304 , 448.9016 , 6.1842 , 1.2906 , 0.8886 , 0.6375 , 31.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1381 , cls_41 , 0.7200 , 480.0000 , 36.9061 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1382 , cls_41 , 1.0800 , 660.0000 , 48.4493 , 611.1111 , 1.5714 , 1.0996 , 0.6273 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1385 , cls_41 , 2.0700 , 1260.0000 , 102.2173 , 608.6957 , 2.1000 , 1.1577 , 0.8536 , 0.4855 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1388 , cls_41 , 0.7200 , 600.0000 , 44.8641 , 833.3333 , 1.6667 , 1.1283 , 0.6817 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1412 , cls_41 , 0.7200 , 540.0000 , 44.8910 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1416 , cls_41 , 0.8100 , 600.0000 , 48.6575 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1421 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1424 , cls_41 , 5.1300 , 2220.0000 , 106.4705 , 432.7485 , 2.3125 , 1.1653 , 0.7351 , 0.6579 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1427 , cls_41 , 3.3300 , 2220.0000 , 106.2088 , 666.6667 , 2.8462 , 1.2136 , 0.7559 , 0.4910 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1432 , cls_41 , 13.9500 , 3660.0000 , 192.9324 , 262.3656 , 2.4400 , 1.1513 , 0.7014 , 0.7828 , 13.9500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1435 , cls_41 , 3.6000 , 1440.0000 , 82.1910 , 400.0000 , 1.8462 , 1.1221 , 0.5926 , 0.6833 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1440 , cls_41 , 11.7900 , 3660.0000 , 172.9696 , 310.4326 , 2.6522 , 1.1679 , 0.7988 , 0.7443 , 11.7900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1441 , cls_41 , 1.8000 , 1020.0000 , 58.8049 , 566.6667 , 1.8889 , 1.1311 , 0.5825 , 0.5500 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1450 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1451 , cls_41 , 9.4500 , 3300.0000 , 171.8583 , 349.2063 , 2.6190 , 1.1723 , 0.8153 , 0.7190 , 9.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1455 , cls_41 , 2.7900 , 960.0000 , 78.0080 , 344.0860 , 1.3333 , 1.0708 , 0.6597 , 0.7043 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1462 , cls_41 , 2.5200 , 900.0000 , 64.1313 , 357.1429 , 1.3636 , 1.0688 , 0.5182 , 0.7024 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1469 , cls_41 , 6.4800 , 1740.0000 , 119.7317 , 268.5185 , 1.7059 , 1.0967 , 0.6541 , 0.7685 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1470 , cls_41 , 5.3100 , 2040.0000 , 105.4874 , 384.1808 , 2.1250 , 1.1460 , 0.6244 , 0.6864 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1486 , cls_41 , 1.1700 , 660.0000 , 47.3873 , 564.1026 , 1.3750 , 1.0902 , 0.5963 , 0.5385 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1493 , cls_41 , 0.8100 , 480.0000 , 40.2769 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1498 , cls_41 , 1.2600 , 720.0000 , 58.1704 , 571.4286 , 1.5000 , 1.1000 , 0.7258 , 0.5119 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1499 , cls_41 , 12.9600 , 5280.0000 , 208.1165 , 407.4074 , 3.6667 , 1.2207 , 0.7637 , 0.6667 , 12.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1518 , cls_41 , 1.9800 , 1440.0000 , 99.3074 , 727.2727 , 2.4000 , 1.1899 , 0.8486 , 0.4394 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1521 , cls_41 , 54.9900 , 19800.0000 , 579.0028 , 360.0655 , 6.6000 , 1.2873 , 0.8893 , 0.7128 , 54.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1527 , cls_41 , 0.7200 , 600.0000 , 52.6397 , 833.3333 , 1.6667 , 1.1283 , 0.7963 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 276.5863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1551 , cls_41 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1564 , cls_41 , 0.9000 , 600.0000 , 52.2654 , 666.6667 , 1.4286 , 1.1006 , 0.7598 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1576 , cls_41 , 1.6200 , 840.0000 , 55.4466 , 518.5185 , 1.5556 , 1.1033 , 0.5593 , 0.5833 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1586 , cls_41 , 1.5300 , 1020.0000 , 58.1208 , 666.6667 , 1.8889 , 1.1502 , 0.6452 , 0.4804 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1587 , cls_41 , 1.3500 , 900.0000 , 70.4217 , 666.6667 , 1.8750 , 1.1390 , 0.7753 , 0.4667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1593 , cls_41 , 2.1600 , 1200.0000 , 66.9066 , 555.5556 , 2.0000 , 1.1430 , 0.6850 , 0.5694 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1600 , cls_41 , 1.1700 , 660.0000 , 52.3269 , 564.1026 , 1.3750 , 1.0902 , 0.7146 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1602 , cls_41 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1604 , cls_41 , 1.0800 , 780.0000 , 51.9572 , 722.2222 , 1.8571 , 1.1355 , 0.5506 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1605 , cls_41 , 3.6000 , 1440.0000 , 96.5888 , 400.0000 , 1.8462 , 1.1221 , 0.7186 , 0.6667 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1616 , cls_41 , 1.6200 , 660.0000 , 55.5500 , 407.4074 , 1.2222 , 1.0536 , 0.5593 , 0.6481 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1626 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1634 , cls_41 , 0.8100 , 780.0000 , 67.1280 , 962.9630 , 2.1667 , 1.1718 , 0.8430 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1646 , cls_41 , 2.4300 , 1200.0000 , 81.6012 , 493.8272 , 1.8182 , 1.1297 , 0.7629 , 0.6049 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1647 , cls_41 , 6.4800 , 3660.0000 , 188.1934 , 564.8148 , 3.5882 , 1.2310 , 0.8662 , 0.5509 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1654 , cls_41 , 0.5400 , 480.0000 , 41.3948 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 361.2478 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1659 , cls_41 , 1.0800 , 900.0000 , 58.5167 , 833.3333 , 2.1429 , 1.1663 , 0.7062 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1664 , cls_41 , 0.5400 , 540.0000 , 52.9083 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1667 , cls_41 , 53.2800 , 17400.0000 , 405.2762 , 326.5766 , 5.9184 , 1.2707 , 0.7043 , 0.7354 , 53.2800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1669 , cls_41 , 1.4400 , 840.0000 , 59.8482 , 583.3333 , 1.7500 , 1.1169 , 0.6866 , 0.5104 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1674 , cls_41 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1690 , cls_41 , 0.9000 , 540.0000 , 44.6335 , 600.0000 , 1.2857 , 1.0775 , 0.7170 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1700 , cls_41 , 28.1700 , 10620.0000 , 295.6583 , 376.9968 , 4.9167 , 1.2566 , 0.7120 , 0.7045 , 28.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1722 , cls_41 , 0.6300 , 480.0000 , 32.7869 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1725 , cls_41 , 2.1600 , 900.0000 , 73.2437 , 416.6667 , 1.5000 , 1.0853 , 0.7117 , 0.6458 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1731 , cls_41 , 0.4500 , 480.0000 , 38.5203 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1737 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1745 , cls_41 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1748 , cls_41 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1773 , cls_41 , 2.6100 , 960.0000 , 66.6993 , 367.8161 , 1.4545 , 1.0778 , 0.5656 , 0.6782 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1775 , cls_41 , 1.9800 , 1440.0000 , 77.4134 , 727.2727 , 2.4000 , 1.1899 , 0.7307 , 0.4470 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1784 , cls_41 , 0.7200 , 540.0000 , 41.6532 , 750.0000 , 1.5000 , 1.1046 , 0.7247 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1786 , cls_41 , 8.9100 , 4080.0000 , 180.8239 , 457.9125 , 3.4000 , 1.2156 , 0.8170 , 0.6414 , 8.9100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1806 , cls_41 , 17.3700 , 6060.0000 , 269.9545 , 348.8774 , 3.6071 , 1.2139 , 0.7584 , 0.7211 , 17.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1809 , cls_41 , 0.7200 , 540.0000 , 39.6270 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1815 , cls_41 , 35.1900 , 15180.0000 , 412.6089 , 431.3725 , 6.3250 , 1.2906 , 0.8271 , 0.6509 , 35.1900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1816 , cls_41 , 5.4900 , 2460.0000 , 112.0735 , 448.0874 , 2.5625 , 1.1768 , 0.6830 , 0.6503 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1819 , cls_41 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1848 , cls_41 , 1.8900 , 1380.0000 , 80.2614 , 730.1587 , 2.3000 , 1.1869 , 0.7326 , 0.4524 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1854 , cls_41 , 1.7100 , 660.0000 , 52.7464 , 385.9649 , 1.2222 , 1.0477 , 0.5348 , 0.6842 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1859 , cls_41 , 0.9000 , 600.0000 , 46.7590 , 666.6667 , 1.4286 , 1.1006 , 0.7170 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1861 , cls_41 , 0.7200 , 480.0000 , 34.5976 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1876 , cls_41 , 25.8300 , 9360.0000 , 323.5310 , 362.3693 , 4.5882 , 1.2451 , 0.8631 , 0.7038 , 25.8300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1878 , cls_41 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1881 , cls_41 , 2.8800 , 1560.0000 , 102.0985 , 541.6667 , 2.1667 , 1.1621 , 0.7603 , 0.5729 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1882 , cls_41 , 27.9900 , 11880.0000 , 355.2590 , 424.4373 , 5.5000 , 1.2751 , 0.8060 , 0.6629 , 27.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1889 , cls_41 , 2.9700 , 1320.0000 , 91.4001 , 444.4444 , 1.8333 , 1.1262 , 0.7374 , 0.6414 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1891 , cls_41 , 0.7200 , 480.0000 , 37.9511 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1893 , cls_41 , 4.8600 , 2520.0000 , 164.9929 , 518.5185 , 2.8000 , 1.1946 , 0.8281 , 0.5833 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1906 , cls_41 , 33.7500 , 15360.0000 , 400.7475 , 455.1111 , 6.5641 , 1.2967 , 0.8138 , 0.6373 , 33.7500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1910 , cls_41 , 0.7200 , 480.0000 , 37.1256 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1917 , cls_41 , 16.7400 , 4860.0000 , 190.0206 , 290.3226 , 2.8929 , 1.1810 , 0.6300 , 0.7625 , 16.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1942 , cls_41 , 2.6100 , 1860.0000 , 110.3586 , 712.6437 , 2.8182 , 1.2079 , 0.8004 , 0.4425 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1954 , cls_41 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1964 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1977 , cls_41 , 3.5100 , 1500.0000 , 80.9472 , 427.3504 , 1.9231 , 1.1326 , 0.5719 , 0.6624 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1980 , cls_41 , 0.9000 , 420.0000 , 36.2331 , 466.6667 , 1.0000 , 1.0223 , 0.4907 , 0.6000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1982 , cls_41 , 2.2500 , 1200.0000 , 94.0855 , 533.3333 , 2.0000 , 1.1383 , 0.8116 , 0.5667 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1983 , cls_41 , 0.7200 , 540.0000 , 36.1676 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1998 , cls_41 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2003 , cls_41 , 1.3500 , 780.0000 , 54.6605 , 577.7778 , 1.6250 , 1.1089 , 0.6707 , 0.5333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2013 , cls_41 , 1.1700 , 840.0000 , 64.2488 , 717.9487 , 1.7500 , 1.1416 , 0.7566 , 0.4231 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2024 , cls_41 , 232.2900 , 64200.0000 , 1083.4194 , 276.3787 , 10.4902 , 1.3212 , 0.8640 , 0.7780 , 232.2900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2033 , cls_41 , 2.5200 , 1800.0000 , 126.6783 , 714.2857 , 2.7273 , 1.2056 , 0.8521 , 0.4048 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2045 , cls_41 , 3.3300 , 1680.0000 , 92.6317 , 504.5045 , 2.1538 , 1.1601 , 0.7212 , 0.5901 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2056 , cls_41 , 13.5900 , 3960.0000 , 160.4342 , 291.3907 , 2.6400 , 1.1672 , 0.5560 , 0.7594 , 13.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2061 , cls_41 , 110.4300 , 34980.0000 , 706.2601 , 316.7617 , 8.2113 , 1.3046 , 0.8000 , 0.7399 , 110.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2066 , cls_41 , 1.8000 , 1200.0000 , 88.1143 , 666.6667 , 2.2222 , 1.1643 , 0.8128 , 0.4750 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2069 , cls_41 , 0.8100 , 480.0000 , 42.0388 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2070 , cls_41 , 0.6300 , 420.0000 , 33.6998 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2076 , cls_41 , 0.7200 , 600.0000 , 51.8859 , 833.3333 , 1.6667 , 1.1283 , 0.7736 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2084 , cls_41 , 4.1400 , 2400.0000 , 98.3781 , 579.7101 , 2.8571 , 1.2034 , 0.6764 , 0.5543 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2086 , cls_41 , 4.1400 , 1860.0000 , 110.1351 , 449.2754 , 2.2143 , 1.1555 , 0.7657 , 0.6341 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2092 , cls_41 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2104 , cls_41 , 5.8500 , 2340.0000 , 130.5946 , 400.0000 , 2.2941 , 1.1609 , 0.7805 , 0.6769 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2110 , cls_41 , 19.0800 , 6180.0000 , 302.6327 , 323.8994 , 3.4333 , 1.2078 , 0.8159 , 0.7335 , 19.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2117 , cls_41 , 0.6300 , 420.0000 , 35.4324 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2121 , cls_41 , 10.1700 , 2460.0000 , 129.0990 , 241.8879 , 1.8636 , 1.1139 , 0.4651 , 0.8024 , 10.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2128 , cls_41 , 0.6300 , 480.0000 , 35.8654 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2130 , cls_41 , 0.7200 , 420.0000 , 33.6163 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2141 , cls_41 , 1.8000 , 900.0000 , 79.5298 , 500.0000 , 1.6667 , 1.1055 , 0.7805 , 0.5667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2152 , cls_41 , 1.0800 , 960.0000 , 57.7543 , 888.8889 , 2.2857 , 1.1802 , 0.7117 , 0.3472 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2155 , cls_41 , 12.3300 , 3840.0000 , 191.8059 , 311.4355 , 2.6667 , 1.1716 , 0.7540 , 0.7372 , 12.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2157 , cls_41 , 0.9900 , 540.0000 , 44.1753 , 545.4545 , 1.2857 , 1.0663 , 0.6584 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2161 , cls_41 , 0.9000 , 540.0000 , 39.1935 , 600.0000 , 1.2857 , 1.0775 , 0.5609 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2167 , cls_41 , 1.0800 , 600.0000 , 48.8403 , 555.5556 , 1.4286 , 1.0790 , 0.6605 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2172 , cls_41 , 0.7200 , 600.0000 , 41.1043 , 833.3333 , 1.6667 , 1.1283 , 0.5926 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2173 , cls_41 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2174 , cls_41 , 0.9000 , 480.0000 , 38.0028 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2178 , cls_41 , 3.9600 , 1620.0000 , 104.0183 , 409.0909 , 1.9286 , 1.1342 , 0.6853 , 0.6591 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2187 , cls_41 , 14.9400 , 5100.0000 , 235.1684 , 341.3655 , 3.2692 , 1.2003 , 0.7499 , 0.7239 , 14.9400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2188 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2191 , cls_41 , 13.3200 , 4620.0000 , 207.3644 , 346.8468 , 3.0800 , 1.1953 , 0.7212 , 0.7162 , 13.3200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2195 , cls_41 , 1.2600 , 780.0000 , 52.6833 , 619.0476 , 1.6250 , 1.1170 , 0.6927 , 0.5238 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2199 , cls_41 , 0.9000 , 720.0000 , 64.0513 , 800.0000 , 1.7143 , 1.1407 , 0.8279 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2202 , cls_41 , 0.8100 , 540.0000 , 38.3595 , 666.6667 , 1.5000 , 1.0901 , 0.4270 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2207 , cls_41 , 0.9900 , 540.0000 , 42.2468 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2209 , cls_41 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2214 , cls_41 , 0.7200 , 540.0000 , 37.9715 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2223 , cls_41 , 0.7200 , 540.0000 , 49.9341 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 247.3863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2226 , cls_41 , 1.4400 , 840.0000 , 63.0616 , 583.3333 , 1.7500 , 1.1169 , 0.7453 , 0.5208 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2232 , cls_41 , 9.0900 , 4140.0000 , 186.9461 , 455.4455 , 3.2857 , 1.2161 , 0.8186 , 0.6304 , 9.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2234 , cls_41 , 1.5300 , 1140.0000 , 72.3059 , 745.0980 , 2.1111 , 1.1733 , 0.7453 , 0.4216 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2239 , cls_41 , 0.6300 , 480.0000 , 38.9131 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2240 , cls_41 , 1.0800 , 600.0000 , 49.5795 , 555.5556 , 1.4286 , 1.0790 , 0.7062 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2249 , cls_41 , 2.3400 , 1200.0000 , 88.3001 , 512.8205 , 1.8182 , 1.1339 , 0.8041 , 0.5641 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2253 , cls_41 , 0.8100 , 540.0000 , 40.0771 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2258 , cls_41 , 0.6300 , 420.0000 , 32.0129 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2272 , cls_41 , 3.1500 , 1740.0000 , 148.8746 , 552.3810 , 2.4167 , 1.1731 , 0.8629 , 0.5286 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2273 , cls_41 , 1.9800 , 780.0000 , 57.7684 , 393.9394 , 1.3000 , 1.0660 , 0.6215 , 0.6667 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2278 , cls_41 , 12.8700 , 7380.0000 , 244.1809 , 573.4266 , 5.1250 , 1.2784 , 0.8136 , 0.5571 , 12.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2279 , cls_41 , 5.6700 , 2880.0000 , 144.2295 , 507.9365 , 3.0000 , 1.2022 , 0.7370 , 0.5926 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2285 , cls_41 , 1.3500 , 1020.0000 , 66.9449 , 755.5556 , 2.1250 , 1.1653 , 0.7613 , 0.4111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2289 , cls_41 , 0.7200 , 480.0000 , 37.9511 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2291 , cls_41 , 0.9900 , 600.0000 , 48.1183 , 606.0606 , 1.4286 , 1.0892 , 0.7199 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2306 , cls_41 , 1.2600 , 960.0000 , 84.4020 , 761.9048 , 2.0000 , 1.1610 , 0.8629 , 0.3690 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2308 , cls_41 , 0.7200 , 420.0000 , 32.8177 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2310 , cls_41 , 0.7200 , 540.0000 , 38.7217 , 750.0000 , 1.5000 , 1.1046 , 0.6082 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2312 , cls_41 , 0.6300 , 480.0000 , 41.5468 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2315 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2322 , cls_41 , 0.9900 , 720.0000 , 60.9438 , 727.2727 , 1.7143 , 1.1289 , 0.7357 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2330 , cls_41 , 1.3500 , 660.0000 , 56.3288 , 488.8889 , 1.3750 , 1.0738 , 0.7191 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2331 , cls_41 , 1.4400 , 780.0000 , 66.9251 , 541.6667 , 1.6250 , 1.1014 , 0.6866 , 0.5521 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2333 , cls_41 , 1.4400 , 960.0000 , 65.6909 , 666.6667 , 2.0000 , 1.1448 , 0.7603 , 0.4583 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2346 , cls_41 , 4.5900 , 1860.0000 , 107.6855 , 405.2288 , 2.0667 , 1.1444 , 0.6753 , 0.6601 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2349 , cls_41 , 0.6300 , 540.0000 , 46.5440 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2353 , cls_41 , 1.2600 , 660.0000 , 50.9027 , 523.8095 , 1.3750 , 1.0816 , 0.6039 , 0.5595 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2358 , cls_41 , 6.4800 , 2700.0000 , 127.9689 , 416.6667 , 2.6471 , 1.1760 , 0.6860 , 0.6620 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2359 , cls_41 , 4.5000 , 2040.0000 , 99.5331 , 453.3333 , 2.2667 , 1.1637 , 0.6463 , 0.6367 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2363 , cls_41 , 0.9000 , 840.0000 , 71.2044 , 933.3333 , 2.0000 , 1.1745 , 0.8408 , 0.2833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2369 , cls_41 , 0.5400 , 480.0000 , 46.2366 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2371 , cls_41 , 0.7200 , 540.0000 , 56.9370 , 750.0000 , 1.5000 , 1.1046 , 0.8078 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2372 , cls_41 , 1.3500 , 1140.0000 , 81.6200 , 844.4444 , 2.3750 , 1.1887 , 0.8164 , 0.3333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2375 , cls_41 , 0.6300 , 540.0000 , 42.2194 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2377 , cls_41 , 2.7000 , 1440.0000 , 92.8462 , 533.3333 , 2.1818 , 1.1537 , 0.6735 , 0.5500 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2386 , cls_41 , 1.9800 , 1740.0000 , 162.3359 , 878.7879 , 2.9000 , 1.2282 , 0.9341 , 0.3712 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2392 , cls_41 , 1.8900 , 900.0000 , 60.7268 , 476.1905 , 1.5000 , 1.1001 , 0.5617 , 0.6032 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2395 , cls_41 , 9.5400 , 4020.0000 , 173.1325 , 421.3836 , 3.1905 , 1.2058 , 0.7735 , 0.6557 , 9.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2396 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2398 , cls_41 , 1.7100 , 960.0000 , 77.8499 , 561.4035 , 1.7778 , 1.1246 , 0.7718 , 0.5439 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2399 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2408 , cls_41 , 14.4000 , 3300.0000 , 169.8494 , 229.1667 , 2.1154 , 1.1308 , 0.5581 , 0.8052 , 14.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2414 , cls_41 , 1.4400 , 780.0000 , 61.0915 , 541.6667 , 1.6250 , 1.1014 , 0.7209 , 0.5313 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2421 , cls_41 , 1.6200 , 1080.0000 , 60.8451 , 666.6667 , 2.0000 , 1.1552 , 0.6048 , 0.4630 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2436 , cls_41 , 3.6000 , 1440.0000 , 88.8073 , 400.0000 , 1.8462 , 1.1221 , 0.7186 , 0.6667 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2439 , cls_41 , 1.4400 , 960.0000 , 71.1447 , 666.6667 , 2.0000 , 1.1448 , 0.7603 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2444 , cls_41 , 8.4600 , 3120.0000 , 188.1307 , 368.7943 , 2.6000 , 1.1739 , 0.8319 , 0.7004 , 8.4600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2446 , cls_41 , 2.7000 , 1380.0000 , 78.7435 , 511.1111 , 2.0909 , 1.1454 , 0.6735 , 0.5889 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2447 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2449 , cls_41 , 0.6300 , 480.0000 , 34.3594 , 761.9048 , 1.3333 , 1.0945 , 0.5048 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2450 , cls_41 , 1.3500 , 780.0000 , 58.3545 , 577.7778 , 1.6250 , 1.1089 , 0.6396 , 0.5333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2453 , cls_41 , 2.2500 , 1200.0000 , 80.0486 , 533.3333 , 2.0000 , 1.1383 , 0.7551 , 0.5667 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2457 , cls_41 , 3.1500 , 1560.0000 , 82.3930 , 495.2381 , 2.1667 , 1.1520 , 0.5796 , 0.6000 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2461 , cls_41 , 0.7200 , 480.0000 , 36.7346 , 666.6667 , 1.3333 , 1.0780 , 0.6082 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2463 , cls_41 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2465 , cls_41 , 15.6600 , 5700.0000 , 259.0976 , 363.9847 , 3.5185 , 1.2142 , 0.7952 , 0.7021 , 15.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2469 , cls_41 , 3.7800 , 1740.0000 , 97.3315 , 460.3175 , 2.2308 , 1.1528 , 0.6996 , 0.6349 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2472 , cls_41 , 0.9900 , 780.0000 , 58.2215 , 787.8788 , 1.8571 , 1.1463 , 0.8081 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2476 , cls_41 , 11.0700 , 3600.0000 , 194.6473 , 325.2033 , 2.6087 , 1.1714 , 0.8138 , 0.7344 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2493 , cls_41 , 4.7700 , 2520.0000 , 115.5850 , 528.3019 , 2.8000 , 1.1967 , 0.7537 , 0.5849 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2495 , cls_41 , 0.8100 , 420.0000 , 35.4985 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2499 , cls_41 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2502 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2506 , cls_41 , 4.5000 , 2760.0000 , 151.0828 , 613.3333 , 3.0667 , 1.2202 , 0.8363 , 0.5167 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2507 , cls_41 , 10.9800 , 4560.0000 , 189.1133 , 415.3005 , 3.3043 , 1.2129 , 0.7345 , 0.6694 , 10.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2508 , cls_41 , 5.0400 , 3000.0000 , 134.1166 , 595.2381 , 3.3333 , 1.2228 , 0.7859 , 0.5357 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2522 , cls_41 , 3.2400 , 1620.0000 , 99.7467 , 500.0000 , 2.2500 , 1.1562 , 0.7135 , 0.5787 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2528 , cls_41 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2532 , cls_41 , 0.9900 , 780.0000 , 58.2151 , 787.8788 , 1.8571 , 1.1463 , 0.7585 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2534 , cls_41 , 9.4500 , 4080.0000 , 231.5534 , 431.7460 , 3.2381 , 1.2094 , 0.8482 , 0.6429 , 9.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2539 , cls_41 , 2.8800 , 1320.0000 , 76.8657 , 458.3333 , 1.8333 , 1.1295 , 0.6156 , 0.6198 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2544 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2551 , cls_41 , 0.9000 , 480.0000 , 40.1869 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2575 , cls_41 , 1.4400 , 720.0000 , 60.9447 , 500.0000 , 1.5000 , 1.0847 , 0.7209 , 0.5729 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2578 , cls_41 , 2.7900 , 1860.0000 , 103.7789 , 666.6667 , 2.5833 , 1.2000 , 0.8246 , 0.4731 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2580 , cls_41 , 3.3300 , 1500.0000 , 111.2720 , 450.4505 , 1.9231 , 1.1383 , 0.8069 , 0.6306 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2583 , cls_41 , 2.1600 , 1020.0000 , 73.1984 , 472.2222 , 1.7000 , 1.1104 , 0.7296 , 0.6250 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2589 , cls_41 , 1.2600 , 840.0000 , 56.6047 , 666.6667 , 1.7500 , 1.1327 , 0.6572 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2594 , cls_41 , 0.5400 , 480.0000 , 44.0957 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2603 , cls_41 , 0.6300 , 540.0000 , 49.4379 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2605 , cls_41 , 6.0300 , 2040.0000 , 147.9816 , 338.3085 , 2.0000 , 1.1328 , 0.7807 , 0.7239 , 6.0300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2615 , cls_41 , 0.9000 , 780.0000 , 54.6803 , 866.6667 , 1.8571 , 1.1583 , 0.7598 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2618 , cls_41 , 14.2200 , 7260.0000 , 297.7755 , 510.5485 , 4.6538 , 1.2649 , 0.8795 , 0.5907 , 14.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2621 , cls_41 , 11.7900 , 4740.0000 , 203.8227 , 402.0356 , 3.4348 , 1.2122 , 0.7657 , 0.6781 , 11.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2626 , cls_41 , 1.1700 , 540.0000 , 42.2659 , 461.5385 , 1.1250 , 1.0473 , 0.4292 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2627 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2629 , cls_41 , 1.6200 , 1200.0000 , 77.9964 , 740.7407 , 2.2222 , 1.1769 , 0.7796 , 0.4259 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2635 , cls_41 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2643 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2646 , cls_41 , 2.3400 , 1800.0000 , 122.3251 , 769.2308 , 2.7273 , 1.2145 , 0.8792 , 0.3974 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2657 , cls_41 , 2.3400 , 1140.0000 , 87.4748 , 487.1795 , 1.7273 , 1.1237 , 0.7352 , 0.5833 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2658 , cls_41 , 0.7200 , 720.0000 , 48.1112 , 1000.0000 , 2.0000 , 1.1693 , 0.6817 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2664 , cls_41 , 1.5300 , 720.0000 , 51.0857 , 470.5882 , 1.3333 , 1.0779 , 0.5190 , 0.6176 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2667 , cls_41 , 0.9900 , 600.0000 , 46.2475 , 606.0606 , 1.4286 , 1.0892 , 0.7199 , 0.5152 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2671 , cls_41 , 1.3500 , 660.0000 , 50.5193 , 488.8889 , 1.3750 , 1.0738 , 0.5342 , 0.6000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 234.3075 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2672 , cls_41 , 5.4000 , 1740.0000 , 109.2510 , 322.2222 , 1.8125 , 1.1151 , 0.6496 , 0.7361 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 318.9044 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2680 , cls_41 , 1.4400 , 900.0000 , 55.1541 , 625.0000 , 1.8750 , 1.1313 , 0.6156 , 0.4896 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2682 , cls_41 , 1.7100 , 840.0000 , 60.9358 , 491.2281 , 1.5556 , 1.0972 , 0.6278 , 0.6053 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2683 , cls_41 , 0.8100 , 540.0000 , 51.1416 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2687 , cls_41 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2689 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2696 , cls_41 , 1.8000 , 840.0000 , 66.1115 , 466.6667 , 1.5556 , 1.0915 , 0.7004 , 0.6167 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2698 , cls_41 , 123.9300 , 28860.0000 , 615.9887 , 232.8734 , 6.4133 , 1.2664 , 0.7185 , 0.8120 , 123.9300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2702 , cls_41 , 0.7200 , 480.0000 , 37.7419 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2705 , cls_41 , 1.0800 , 540.0000 , 45.9566 , 500.0000 , 1.2857 , 1.0563 , 0.6180 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2708 , cls_41 , 0.7200 , 660.0000 , 58.2707 , 916.6667 , 1.8333 , 1.1497 , 0.7736 , 0.2500 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2710 , cls_41 , 2.5200 , 1020.0000 , 73.3822 , 404.7619 , 1.5455 , 1.0935 , 0.6927 , 0.6667 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2713 , cls_41 , 3.5100 , 2220.0000 , 111.6457 , 632.4786 , 2.8462 , 1.2075 , 0.7079 , 0.4915 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2722 , cls_41 , 0.8100 , 420.0000 , 34.3573 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2726 , cls_41 , 2.1600 , 1560.0000 , 111.0797 , 722.2222 , 2.6000 , 1.1956 , 0.8003 , 0.4375 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2731 , cls_41 , 1.9800 , 1080.0000 , 63.3332 , 545.4545 , 1.8000 , 1.1317 , 0.6215 , 0.5682 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2737 , cls_41 , 20.5200 , 8820.0000 , 270.6810 , 429.8246 , 4.7419 , 1.2588 , 0.7727 , 0.6586 , 20.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2742 , cls_41 , 1.6200 , 1140.0000 , 84.1811 , 703.7037 , 2.1111 , 1.1663 , 0.8451 , 0.3981 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2751 , cls_41 , 24.3900 , 7920.0000 , 309.1891 , 324.7232 , 4.0000 , 1.2239 , 0.8008 , 0.7417 , 24.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2756 , cls_41 , 14.1300 , 4680.0000 , 274.8304 , 331.2102 , 3.0000 , 1.1915 , 0.8415 , 0.7197 , 14.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2762 , cls_41 , 1.4400 , 1440.0000 , 109.8447 , 1000.0000 , 3.0000 , 1.2295 , 0.8991 , 0.2708 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2763 , cls_41 , 1.4400 , 720.0000 , 50.1790 , 500.0000 , 1.5000 , 1.0847 , 0.5031 , 0.6042 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2780 , cls_41 , 1.0800 , 540.0000 , 46.1714 , 500.0000 , 1.2857 , 1.0563 , 0.6180 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2784 , cls_41 , 0.9900 , 480.0000 , 39.8399 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2785 , cls_41 , 3.9600 , 1800.0000 , 93.6556 , 454.5455 , 2.1429 , 1.1541 , 0.6853 , 0.6439 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2787 , cls_41 , 2.0700 , 1200.0000 , 84.3248 , 579.7101 , 2.0000 , 1.1479 , 0.7847 , 0.5217 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2791 , cls_41 , 1.9800 , 1200.0000 , 74.5547 , 606.0606 , 2.0000 , 1.1530 , 0.7142 , 0.5303 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2793 , cls_41 , 5.1300 , 1860.0000 , 104.9419 , 362.5731 , 1.9375 , 1.1326 , 0.5464 , 0.7018 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2796 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2797 , cls_41 , 3.4200 , 1560.0000 , 102.2391 , 456.1404 , 2.0000 , 1.1429 , 0.7640 , 0.6272 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 216.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2805 , cls_41 , 3.0600 , 1560.0000 , 104.3846 , 509.8039 , 2.1667 , 1.1552 , 0.7802 , 0.5882 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2811 , cls_41 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2816 , cls_41 , 3.7800 , 1560.0000 , 96.2008 , 412.6984 , 2.0000 , 1.1321 , 0.6658 , 0.6706 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2822 , cls_41 , 13.8600 , 5700.0000 , 294.0287 , 411.2554 , 3.8000 , 1.2267 , 0.8608 , 0.6591 , 13.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2823 , cls_41 , 8.6400 , 4500.0000 , 214.6224 , 520.8333 , 3.7500 , 1.2362 , 0.8394 , 0.5729 , 8.6400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2827 , cls_41 , 3.4200 , 1860.0000 , 135.4027 , 543.8596 , 2.3846 , 1.1766 , 0.8614 , 0.5526 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2841 , cls_41 , 11.7000 , 3360.0000 , 155.0408 , 287.1795 , 2.4348 , 1.1540 , 0.6068 , 0.7654 , 11.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2842 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2848 , cls_41 , 0.5400 , 540.0000 , 47.0808 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2855 , cls_41 , 1.3500 , 600.0000 , 47.6719 , 444.4444 , 1.2500 , 1.0537 , 0.5225 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2857 , cls_41 , 6.3900 , 3360.0000 , 183.1552 , 525.8216 , 3.2941 , 1.2171 , 0.8452 , 0.5657 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2864 , cls_41 , 0.8100 , 660.0000 , 65.5015 , 814.8148 , 1.8333 , 1.1347 , 0.8237 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2869 , cls_41 , 3.5100 , 1500.0000 , 110.0492 , 427.3504 , 1.9231 , 1.1326 , 0.8174 , 0.6453 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2871 , cls_41 , 1.1700 , 660.0000 , 54.3969 , 564.1026 , 1.3750 , 1.0902 , 0.7286 , 0.5385 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2880 , cls_41 , 5.2200 , 2940.0000 , 135.9355 , 563.2184 , 3.0625 , 1.2151 , 0.7255 , 0.5776 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2881 , cls_41 , 1.8000 , 960.0000 , 70.7303 , 533.3333 , 1.7778 , 1.1187 , 0.6559 , 0.5667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2897 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2905 , cls_41 , 0.7200 , 540.0000 , 41.1795 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2917 , cls_41 , 5.2200 , 2160.0000 , 128.0331 , 413.7931 , 2.2500 , 1.1584 , 0.7748 , 0.6523 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2924 , cls_41 , 2.2500 , 1200.0000 , 93.0452 , 533.3333 , 2.0000 , 1.1383 , 0.8116 , 0.5467 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2930 , cls_41 , 1.1700 , 540.0000 , 43.1121 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2946 , cls_41 , 10.8000 , 4500.0000 , 187.3426 , 416.6667 , 3.4091 , 1.2124 , 0.7366 , 0.6556 , 10.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2961 , cls_41 , 14.8500 , 5520.0000 , 217.7215 , 371.7172 , 3.5385 , 1.2142 , 0.7974 , 0.6960 , 14.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2969 , cls_41 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2974 , cls_41 , 0.5400 , 600.0000 , 47.6942 , 1111.1111 , 2.0000 , 1.1661 , 0.7753 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2975 , cls_41 , 1.0800 , 660.0000 , 57.2612 , 611.1111 , 1.5714 , 1.0996 , 0.7907 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2981 , cls_41 , 27.6300 , 6300.0000 , 245.2221 , 228.0130 , 2.9167 , 1.1752 , 0.6216 , 0.8138 , 27.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2984 , cls_41 , 0.9900 , 480.0000 , 39.6518 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2985 , cls_41 , 0.6300 , 420.0000 , 32.0129 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2986 , cls_41 , 0.6300 , 540.0000 , 47.7623 , 857.1429 , 1.5000 , 1.1214 , 0.7591 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2987 , cls_41 , 1.0800 , 960.0000 , 78.4947 , 888.8889 , 2.2857 , 1.1802 , 0.8425 , 0.3194 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2991 , cls_41 , 4.6800 , 2760.0000 , 131.0663 , 589.7436 , 3.0667 , 1.2157 , 0.6817 , 0.5385 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2993 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2995 , cls_41 , 14.4000 , 6360.0000 , 259.4674 , 441.6667 , 4.0769 , 1.2412 , 0.8309 , 0.6427 , 14.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3002 , cls_41 , 3.7800 , 1560.0000 , 91.8299 , 412.6984 , 2.0000 , 1.1321 , 0.7285 , 0.6667 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3005 , cls_41 , 2.3400 , 1620.0000 , 89.3080 , 692.3077 , 2.4545 , 1.1936 , 0.7891 , 0.4679 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3009 , cls_41 , 8.9100 , 5160.0000 , 202.3168 , 579.1246 , 4.3000 , 1.2568 , 0.8543 , 0.5438 , 8.9100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3015 , cls_41 , 1.4400 , 1020.0000 , 73.5485 , 708.3333 , 2.1250 , 1.1574 , 0.7711 , 0.4375 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3018 , cls_41 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3040 , cls_41 , 2.9700 , 1200.0000 , 78.3765 , 404.0404 , 1.6667 , 1.1076 , 0.6145 , 0.6667 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3067 , cls_41 , 1.1700 , 540.0000 , 42.1438 , 461.5385 , 1.1250 , 1.0473 , 0.4292 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3068 , cls_41 , 2.5200 , 1200.0000 , 83.6661 , 476.1905 , 1.8182 , 1.1256 , 0.6927 , 0.6190 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3081 , cls_41 , 2.7000 , 1380.0000 , 105.5792 , 511.1111 , 2.0909 , 1.1454 , 0.7740 , 0.5833 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3088 , cls_41 , 1.2600 , 900.0000 , 73.7199 , 714.2857 , 1.8750 , 1.1473 , 0.8019 , 0.3929 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3093 , cls_41 , 0.6300 , 540.0000 , 38.2618 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3104 , cls_41 , 1.0800 , 660.0000 , 43.8606 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3105 , cls_41 , 0.9000 , 600.0000 , 47.4789 , 666.6667 , 1.4286 , 1.1006 , 0.6817 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3108 , cls_41 , 5.9400 , 2760.0000 , 151.1558 , 464.6465 , 2.7059 , 1.1893 , 0.7925 , 0.5934 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3116 , cls_41 , 2.0700 , 1080.0000 , 71.1034 , 521.7391 , 1.8000 , 1.1267 , 0.6339 , 0.5725 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3117 , cls_41 , 0.7200 , 420.0000 , 33.5470 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3120 , cls_41 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3121 , cls_41 , 1.0800 , 720.0000 , 52.8111 , 666.6667 , 1.7143 , 1.1183 , 0.7062 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3127 , cls_41 , 7.5600 , 3660.0000 , 179.5715 , 484.1270 , 3.2105 , 1.2141 , 0.7634 , 0.6071 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3129 , cls_41 , 0.7200 , 480.0000 , 47.8869 , 666.6667 , 1.3333 , 1.0780 , 0.7453 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3133 , cls_41 , 19.1700 , 6660.0000 , 225.3769 , 347.4178 , 3.7000 , 1.2196 , 0.5847 , 0.7167 , 19.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3136 , cls_41 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3140 , cls_41 , 2.3400 , 1140.0000 , 98.9100 , 487.1795 , 1.7273 , 1.1237 , 0.7891 , 0.5897 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3148 , cls_41 , 1.5300 , 1200.0000 , 72.8336 , 784.3137 , 2.2222 , 1.1839 , 0.6670 , 0.4118 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3158 , cls_41 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3173 , cls_41 , 0.6300 , 480.0000 , 35.6654 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3178 , cls_41 , 0.5400 , 480.0000 , 33.6542 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3183 , cls_41 , 0.9900 , 660.0000 , 44.8038 , 666.6667 , 1.5714 , 1.1100 , 0.5881 , 0.4697 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3188 , cls_41 , 1.1700 , 840.0000 , 51.4336 , 717.9487 , 1.7500 , 1.1416 , 0.7146 , 0.4487 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3190 , cls_41 , 14.4900 , 5460.0000 , 205.2148 , 376.8116 , 3.5000 , 1.2149 , 0.7320 , 0.6946 , 14.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3199 , cls_41 , 2.3400 , 1020.0000 , 74.1711 , 435.8974 , 1.5455 , 1.1016 , 0.6105 , 0.6282 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3202 , cls_41 , 1.8900 , 840.0000 , 63.0804 , 444.4444 , 1.4000 , 1.0860 , 0.6658 , 0.6190 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3205 , cls_41 , 2.3400 , 1500.0000 , 110.4943 , 641.0256 , 2.2727 , 1.1783 , 0.7584 , 0.4936 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3206 , cls_41 , 0.5400 , 600.0000 , 39.2951 , 1111.1111 , 2.0000 , 1.1661 , 0.6180 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3221 , cls_41 , 8.9100 , 3060.0000 , 180.3960 , 343.4343 , 2.5500 , 1.1651 , 0.6918 , 0.7155 , 8.9100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3223 , cls_41 , 1.0800 , 600.0000 , 48.7525 , 555.5556 , 1.4286 , 1.0790 , 0.6273 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3235 , cls_41 , 0.4500 , 480.0000 , 38.5203 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3246 , cls_41 , 10.3500 , 3420.0000 , 145.5419 , 330.4348 , 2.5909 , 1.1693 , 0.6710 , 0.7362 , 10.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3276 , cls_41 , 3.4200 , 1980.0000 , 175.9726 , 578.9474 , 2.5385 , 1.1886 , 0.8930 , 0.5351 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3279 , cls_41 , 0.7200 , 480.0000 , 36.3494 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3299 , cls_41 , 22.8600 , 8640.0000 , 313.9285 , 377.9528 , 4.5000 , 1.2444 , 0.8415 , 0.6844 , 22.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3309 , cls_41 , 165.3300 , 54120.0000 , 783.0477 , 327.3453 , 10.4884 , 1.3287 , 0.7502 , 0.7343 , 165.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3313 , cls_41 , 0.9000 , 660.0000 , 49.4362 , 733.3333 , 1.5714 , 1.1216 , 0.7805 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3341 , cls_41 , 7.1100 , 2460.0000 , 139.7266 , 345.9916 , 2.2778 , 1.1496 , 0.7394 , 0.7131 , 7.1100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3344 , cls_41 , 0.9000 , 540.0000 , 44.8947 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3346 , cls_41 , 2.9700 , 1320.0000 , 89.7523 , 444.4444 , 1.8333 , 1.1262 , 0.6910 , 0.6313 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3355 , cls_41 , 4.1400 , 1740.0000 , 121.0845 , 420.2899 , 2.0714 , 1.1429 , 0.7497 , 0.6377 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3367 , cls_41 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3372 , cls_41 , 17.3700 , 5040.0000 , 197.9171 , 290.1554 , 3.0000 , 1.1834 , 0.6142 , 0.7591 , 17.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3375 , cls_41 , 8.8200 , 2760.0000 , 147.3243 , 312.9252 , 2.3000 , 1.1481 , 0.7057 , 0.7262 , 8.8200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3384 , cls_41 , 3.8700 , 1620.0000 , 94.8791 , 418.6047 , 1.9286 , 1.1367 , 0.7329 , 0.6550 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3386 , cls_41 , 25.7400 , 9180.0000 , 338.9556 , 356.6434 , 4.5000 , 1.2423 , 0.7884 , 0.7191 , 25.7400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3403 , cls_41 , 5.6700 , 2160.0000 , 151.6322 , 380.9524 , 2.2500 , 1.1496 , 0.7938 , 0.6878 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3411 , cls_41 , 5.4000 , 2340.0000 , 152.0523 , 433.3333 , 2.4375 , 1.1695 , 0.8137 , 0.6417 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3421 , cls_41 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3424 , cls_41 , 0.4500 , 480.0000 , 41.4290 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3427 , cls_41 , 6.2100 , 2820.0000 , 171.4567 , 454.1063 , 2.7647 , 1.1885 , 0.8445 , 0.6304 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3447 , cls_41 , 1.1700 , 720.0000 , 59.9025 , 615.3846 , 1.5000 , 1.1087 , 0.7566 , 0.4872 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3453 , cls_41 , 1.6200 , 1140.0000 , 98.2173 , 703.7037 , 2.1111 , 1.1663 , 0.8585 , 0.4074 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3456 , cls_41 , 0.9000 , 660.0000 , 53.4805 , 733.3333 , 1.5714 , 1.1216 , 0.7551 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3465 , cls_41 , 1.9800 , 1320.0000 , 77.8271 , 666.6667 , 2.2000 , 1.1723 , 0.7845 , 0.5000 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3490 , cls_41 , 7.7400 , 3420.0000 , 155.2166 , 441.8605 , 3.0000 , 1.1995 , 0.7095 , 0.6492 , 7.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3496 , cls_41 , 4.5900 , 1740.0000 , 103.4378 , 379.0850 , 1.9333 , 1.1320 , 0.6490 , 0.6797 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3505 , cls_41 , 0.5400 , 480.0000 , 37.6942 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3513 , cls_41 , 0.9900 , 480.0000 , 39.5779 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3516 , cls_41 , 1.1700 , 900.0000 , 97.2042 , 769.2308 , 1.8750 , 1.1564 , 0.9043 , 0.2949 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3522 , cls_41 , 3.4200 , 1440.0000 , 90.5233 , 421.0526 , 1.8462 , 1.1276 , 0.6468 , 0.6447 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3530 , cls_41 , 27.9000 , 12420.0000 , 359.3150 , 445.1613 , 5.7500 , 1.2825 , 0.8383 , 0.6446 , 27.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3534 , cls_41 , 4.8600 , 1680.0000 , 90.1532 , 345.6790 , 1.8667 , 1.1195 , 0.5955 , 0.7222 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3540 , cls_41 , 1.8000 , 1260.0000 , 79.4328 , 700.0000 , 2.3333 , 1.1742 , 0.7746 , 0.4333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3544 , cls_41 , 10.4400 , 5640.0000 , 201.6117 , 540.2299 , 4.2727 , 1.2550 , 0.7782 , 0.5776 , 10.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3546 , cls_41 , 9.9000 , 4200.0000 , 204.4492 , 424.2424 , 3.3333 , 1.2095 , 0.8236 , 0.6636 , 9.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3560 , cls_41 , 1.1700 , 540.0000 , 43.5213 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6026 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3561 , cls_41 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3564 , cls_41 , 0.9000 , 540.0000 , 43.4220 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3571 , cls_41 , 3.6000 , 1020.0000 , 77.9590 , 283.3333 , 1.3077 , 1.0564 , 0.5647 , 0.7667 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3576 , cls_41 , 0.4500 , 360.0000 , 32.1688 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3586 , cls_41 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3587 , cls_41 , 11.7000 , 6480.0000 , 208.1255 , 553.8462 , 4.6957 , 1.2665 , 0.7913 , 0.5718 , 11.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3591 , cls_41 , 1.0800 , 780.0000 , 58.4202 , 722.2222 , 1.8571 , 1.1355 , 0.7062 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3606 , cls_41 , 8.4600 , 2820.0000 , 158.8162 , 333.3333 , 2.3500 , 1.1561 , 0.7649 , 0.7234 , 8.4600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3616 , cls_41 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3632 , cls_41 , 5.6700 , 1680.0000 , 110.0268 , 296.2963 , 1.7500 , 1.1037 , 0.6370 , 0.7460 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3638 , cls_41 , 1.1700 , 960.0000 , 67.9814 , 820.5128 , 2.0000 , 1.1702 , 0.7146 , 0.3590 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3640 , cls_41 , 16.2000 , 5280.0000 , 279.3500 , 325.9259 , 3.2593 , 1.1980 , 0.8707 , 0.7278 , 16.2000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3650 , cls_41 , 1.0800 , 480.0000 , 40.5020 , 444.4444 , 1.1429 , 1.0310 , 0.3888 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3654 , cls_41 , 3.0600 , 1740.0000 , 128.0002 , 568.6275 , 2.4167 , 1.1764 , 0.8617 , 0.5490 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3656 , cls_41 , 1.4400 , 660.0000 , 52.6746 , 458.3333 , 1.3750 , 1.0665 , 0.6660 , 0.6250 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3660 , cls_41 , 0.9000 , 540.0000 , 44.3597 , 600.0000 , 1.2857 , 1.0775 , 0.7170 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3665 , cls_41 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3678 , cls_41 , 0.6300 , 420.0000 , 32.7472 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3679 , cls_41 , 1.2600 , 960.0000 , 51.3398 , 761.9048 , 2.0000 , 1.1610 , 0.4757 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3680 , cls_41 , 12.4200 , 5700.0000 , 204.4832 , 458.9372 , 3.9583 , 1.2382 , 0.7933 , 0.6292 , 12.4200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3681 , cls_41 , 1.7100 , 1080.0000 , 73.6051 , 631.5789 , 2.0000 , 1.1488 , 0.6976 , 0.4825 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3686 , cls_41 , 1.3500 , 720.0000 , 57.4507 , 533.3333 , 1.5000 , 1.0921 , 0.7419 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3710 , cls_41 , 0.8100 , 600.0000 , 48.4359 , 740.7407 , 1.6667 , 1.1135 , 0.7708 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3712 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3743 , cls_41 , 1.7100 , 1080.0000 , 111.4999 , 631.5789 , 2.0000 , 1.1488 , 0.8641 , 0.4123 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3744 , cls_41 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3746 , cls_41 , 2.7900 , 1020.0000 , 85.6630 , 365.5914 , 1.4167 , 1.0827 , 0.6842 , 0.6720 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3759 , cls_41 , 2.9700 , 1500.0000 , 96.4430 , 505.0505 , 2.0833 , 1.1510 , 0.7254 , 0.5909 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3773 , cls_41 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3784 , cls_41 , 5.4000 , 2220.0000 , 146.9442 , 411.1111 , 2.3125 , 1.1598 , 0.8036 , 0.6639 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3802 , cls_41 , 17.3700 , 5220.0000 , 223.6171 , 300.5181 , 3.1071 , 1.1892 , 0.7377 , 0.7522 , 17.3700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3803 , cls_41 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3809 , cls_41 , 0.7200 , 420.0000 , 34.4171 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3812 , cls_41 , 4.7700 , 3300.0000 , 191.6651 , 691.8239 , 3.6667 , 1.2467 , 0.8746 , 0.4277 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3815 , cls_41 , 8.0100 , 2280.0000 , 117.3577 , 284.6442 , 2.0000 , 1.1240 , 0.5787 , 0.7659 , 8.0100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3822 , cls_41 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3840 , cls_41 , 0.7200 , 420.0000 , 36.9061 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3841 , cls_41 , 2.7900 , 1800.0000 , 105.4692 , 645.1613 , 2.5000 , 1.1936 , 0.6842 , 0.4892 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3847 , cls_41 , 96.4800 , 31740.0000 , 645.4884 , 328.9801 , 8.0152 , 1.3032 , 0.8149 , 0.7327 , 96.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3859 , cls_41 , 19.7100 , 7320.0000 , 252.6181 , 371.3851 , 4.0667 , 1.2323 , 0.7976 , 0.7009 , 19.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3861 , cls_41 , 4.8600 , 1980.0000 , 107.0399 , 407.4074 , 2.2000 , 1.1499 , 0.7621 , 0.6574 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3864 , cls_41 , 0.8100 , 420.0000 , 34.8518 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 276.5863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3873 , cls_41 , 2.8800 , 1920.0000 , 107.0257 , 666.6667 , 2.6667 , 1.2025 , 0.7190 , 0.4688 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3877 , cls_41 , 0.9000 , 540.0000 , 41.4714 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3880 , cls_41 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3885 , cls_41 , 0.8100 , 480.0000 , 44.3352 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3904 , cls_41 , 1.7100 , 960.0000 , 59.2007 , 561.4035 , 1.7778 , 1.1246 , 0.5435 , 0.5614 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3910 , cls_41 , 3.4200 , 1560.0000 , 103.1236 , 456.1404 , 2.0000 , 1.1429 , 0.7718 , 0.6009 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3914 , cls_41 , 0.6300 , 540.0000 , 37.0513 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3915 , cls_41 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3916 , cls_41 , 14.3100 , 7140.0000 , 255.3481 , 498.9518 , 4.5769 , 1.2614 , 0.7896 , 0.5996 , 14.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3931 , cls_41 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3934 , cls_41 , 0.9900 , 780.0000 , 58.0984 , 787.8788 , 1.8571 , 1.1463 , 0.7307 , 0.3636 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3935 , cls_41 , 0.8100 , 660.0000 , 50.1924 , 814.8148 , 1.8333 , 1.1347 , 0.6630 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3936 , cls_41 , 2.5200 , 1500.0000 , 108.9616 , 595.2381 , 2.2727 , 1.1696 , 0.8235 , 0.5060 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3943 , cls_41 , 1.9800 , 780.0000 , 67.5779 , 393.9394 , 1.3000 , 1.0660 , 0.6853 , 0.6515 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3947 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3961 , cls_41 , 0.8100 , 480.0000 , 36.6658 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3969 , cls_41 , 9.2700 , 3780.0000 , 166.1170 , 407.7670 , 3.0000 , 1.1981 , 0.7198 , 0.6828 , 9.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3972 , cls_41 , 0.6300 , 480.0000 , 38.1979 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3980 , cls_41 , 0.7200 , 480.0000 , 36.7346 , 666.6667 , 1.3333 , 1.0780 , 0.6082 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3986 , cls_41 , 0.7200 , 600.0000 , 42.9130 , 833.3333 , 1.6667 , 1.1283 , 0.6082 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4008 , cls_41 , 3.3300 , 1500.0000 , 94.2453 , 450.4505 , 1.9231 , 1.1383 , 0.7735 , 0.6261 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4013 , cls_41 , 2.0700 , 1020.0000 , 66.0782 , 492.7536 , 1.7000 , 1.1152 , 0.6555 , 0.5870 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4041 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4043 , cls_41 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4057 , cls_41 , 1.0800 , 780.0000 , 61.0040 , 722.2222 , 1.8571 , 1.1355 , 0.7935 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4058 , cls_41 , 147.9600 , 43440.0000 , 650.2774 , 293.5929 , 8.8293 , 1.3082 , 0.7385 , 0.7647 , 147.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4063 , cls_41 , 2.1600 , 1620.0000 , 100.4844 , 750.0000 , 2.7000 , 1.2031 , 0.8054 , 0.4097 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4074 , cls_41 , 0.7200 , 540.0000 , 44.1428 , 750.0000 , 1.5000 , 1.1046 , 0.7247 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4078 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4080 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4085 , cls_41 , 1.2600 , 600.0000 , 44.5679 , 476.1905 , 1.2500 , 1.0614 , 0.5182 , 0.6190 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4086 , cls_41 , 0.6300 , 480.0000 , 45.2901 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4087 , cls_41 , 24.3900 , 6960.0000 , 290.8928 , 285.3629 , 3.5152 , 1.2031 , 0.8565 , 0.7688 , 24.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4097 , cls_41 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4101 , cls_41 , 1.2600 , 780.0000 , 55.8432 , 619.0476 , 1.6250 , 1.1170 , 0.6572 , 0.4881 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4105 , cls_41 , 1.8900 , 1020.0000 , 63.4474 , 539.6825 , 1.7000 , 1.1255 , 0.6854 , 0.5714 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4123 , cls_41 , 1.1700 , 780.0000 , 54.1861 , 666.6667 , 1.6250 , 1.1258 , 0.6322 , 0.4487 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4124 , cls_41 , 2.0700 , 840.0000 , 58.6228 , 405.7971 , 1.4000 , 1.0761 , 0.4474 , 0.6594 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4126 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4146 , cls_41 , 1.9800 , 1320.0000 , 90.1680 , 666.6667 , 2.2000 , 1.1723 , 0.8271 , 0.4697 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4149 , cls_41 , 1.7100 , 1200.0000 , 76.0124 , 701.7544 , 2.2222 , 1.1704 , 0.7781 , 0.4561 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4154 , cls_41 , 6.3000 , 2040.0000 , 104.8608 , 323.8095 , 2.0000 , 1.1283 , 0.5182 , 0.7357 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4157 , cls_41 , 4.0500 , 2400.0000 , 115.3816 , 592.5926 , 2.8571 , 1.2059 , 0.6781 , 0.5370 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4182 , cls_41 , 2.7900 , 1380.0000 , 82.4903 , 494.6237 , 1.9167 , 1.1417 , 0.7119 , 0.5914 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4197 , cls_41 , 1.2600 , 840.0000 , 67.3864 , 666.6667 , 1.7500 , 1.1327 , 0.8019 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4198 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4214 , cls_41 , 3.6000 , 1800.0000 , 95.1389 , 500.0000 , 2.3077 , 1.1646 , 0.7516 , 0.5958 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4240 , cls_41 , 0.8100 , 600.0000 , 44.2562 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4253 , cls_41 , 0.8100 , 480.0000 , 35.4200 , 592.5926 , 1.3333 , 1.0639 , 0.4270 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4257 , cls_41 , 3.8700 , 1140.0000 , 83.2938 , 294.5736 , 1.3571 , 1.0702 , 0.6250 , 0.7481 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4265 , cls_41 , 3.4200 , 1320.0000 , 76.9901 , 385.9649 , 1.6923 , 1.1109 , 0.5012 , 0.7061 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4285 , cls_41 , 11.1600 , 4080.0000 , 200.0288 , 365.5914 , 2.9565 , 1.1921 , 0.8391 , 0.6935 , 11.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4289 , cls_41 , 1.1700 , 540.0000 , 43.7633 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4294 , cls_41 , 0.4500 , 480.0000 , 43.3217 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4310 , cls_41 , 6.3000 , 2880.0000 , 206.5083 , 457.1429 , 2.8235 , 1.1907 , 0.8999 , 0.6167 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4313 , cls_41 , 0.9000 , 480.0000 , 40.1869 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4321 , cls_41 , 5.8500 , 4140.0000 , 202.6456 , 707.6923 , 4.0588 , 1.2649 , 0.8304 , 0.4513 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4322 , cls_41 , 0.8100 , 480.0000 , 35.9962 , 592.5926 , 1.3333 , 1.0639 , 0.4270 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4325 , cls_41 , 3.6000 , 2220.0000 , 121.6258 , 616.6667 , 2.8462 , 1.2046 , 0.8188 , 0.5333 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4328 , cls_41 , 11.9700 , 5580.0000 , 224.9052 , 466.1654 , 3.8750 , 1.2385 , 0.7419 , 0.6216 , 11.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4333 , cls_41 , 12.2400 , 4620.0000 , 201.0956 , 377.4510 , 3.2083 , 1.2039 , 0.7998 , 0.7022 , 12.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4360 , cls_41 , 1.7100 , 840.0000 , 70.9740 , 491.2281 , 1.5556 , 1.0972 , 0.7154 , 0.5614 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4363 , cls_41 , 3.7800 , 2340.0000 , 149.8521 , 619.0476 , 3.0000 , 1.2090 , 0.8156 , 0.5040 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4386 , cls_41 , 0.7200 , 600.0000 , 38.1101 , 833.3333 , 1.6667 , 1.1283 , 0.6082 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4395 , cls_41 , 0.9900 , 660.0000 , 47.5413 , 666.6667 , 1.5714 , 1.1100 , 0.6498 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4402 , cls_41 , 1.5300 , 900.0000 , 56.7032 , 588.2353 , 1.6667 , 1.1242 , 0.6670 , 0.5392 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4406 , cls_41 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4412 , cls_41 , 0.7200 , 600.0000 , 42.4838 , 833.3333 , 1.6667 , 1.1283 , 0.5926 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4422 , cls_41 , 0.6300 , 480.0000 , 34.1942 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4433 , cls_41 , 0.9000 , 540.0000 , 38.2244 , 600.0000 , 1.2857 , 1.0775 , 0.4907 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4444 , cls_41 , 1.6200 , 900.0000 , 60.3023 , 555.5556 , 1.6667 , 1.1176 , 0.7205 , 0.5370 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4452 , cls_41 , 0.9000 , 660.0000 , 44.1899 , 733.3333 , 1.5714 , 1.1216 , 0.6255 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4468 , cls_41 , 1.5300 , 960.0000 , 98.6417 , 627.4510 , 1.7778 , 1.1376 , 0.8420 , 0.4510 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4469 , cls_41 , 1.9800 , 1200.0000 , 76.1677 , 606.0606 , 2.0000 , 1.1530 , 0.6704 , 0.5076 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4481 , cls_41 , 16.0200 , 5460.0000 , 323.6157 , 340.8240 , 3.3704 , 1.2047 , 0.8798 , 0.7200 , 16.0200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4490 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4493 , cls_41 , 2.5200 , 1440.0000 , 71.8352 , 571.4286 , 2.1818 , 1.1616 , 0.5182 , 0.5536 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4503 , cls_41 , 1.3500 , 780.0000 , 53.4373 , 577.7778 , 1.6250 , 1.1089 , 0.7062 , 0.5333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 300.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4521 , cls_41 , 33.6600 , 10680.0000 , 340.4544 , 317.2906 , 4.5641 , 1.2399 , 0.7459 , 0.7398 , 33.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4524 , cls_41 , 5.1300 , 1920.0000 , 124.3447 , 374.2690 , 2.0000 , 1.1385 , 0.7380 , 0.6901 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4532 , cls_41 , 2.0700 , 1020.0000 , 69.7057 , 492.7536 , 1.7000 , 1.1152 , 0.6746 , 0.5870 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4533 , cls_41 , 0.4500 , 480.0000 , 38.8161 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4534 , cls_41 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 234.3075 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4541 , cls_41 , 1.2600 , 720.0000 , 51.5741 , 571.4286 , 1.5000 , 1.1000 , 0.6572 , 0.5357 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4556 , cls_41 , 2.7000 , 1500.0000 , 83.6754 , 555.5556 , 2.2727 , 1.1617 , 0.7366 , 0.5667 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4559 , cls_41 , 0.8100 , 480.0000 , 37.2049 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4563 , cls_41 , 8.7300 , 4320.0000 , 193.8772 , 494.8454 , 3.6000 , 1.2279 , 0.7917 , 0.5842 , 8.7300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4564 , cls_41 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4572 , cls_41 , 0.4500 , 480.0000 , 43.3217 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4579 , cls_41 , 4.4100 , 2100.0000 , 141.0253 , 476.1905 , 2.5000 , 1.1714 , 0.8309 , 0.6088 , 4.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4582 , cls_41 , 30.9600 , 9180.0000 , 273.7070 , 296.5116 , 4.0263 , 1.2242 , 0.7491 , 0.7621 , 30.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4583 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4584 , cls_41 , 1.0800 , 720.0000 , 51.8518 , 666.6667 , 1.7143 , 1.1183 , 0.7062 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4585 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4610 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4638 , cls_41 , 0.9900 , 720.0000 , 55.6909 , 727.2727 , 1.7143 , 1.1289 , 0.7585 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4643 , cls_41 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4645 , cls_41 , 0.7200 , 840.0000 , 54.9815 , 1166.6667 , 2.3333 , 1.2041 , 0.7453 , 0.1875 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4648 , cls_41 , 0.7200 , 420.0000 , 34.3237 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4651 , cls_41 , 0.8100 , 480.0000 , 44.8842 , 592.5926 , 1.3333 , 1.0639 , 0.7135 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4653 , cls_41 , 2.3400 , 960.0000 , 74.8015 , 410.2564 , 1.4545 , 1.0895 , 0.6322 , 0.6603 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4660 , cls_41 , 0.8100 , 600.0000 , 42.1446 , 740.7407 , 1.6667 , 1.1135 , 0.6903 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4662 , cls_41 , 2.8800 , 1320.0000 , 98.8355 , 458.3333 , 1.8333 , 1.1295 , 0.7247 , 0.6250 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4664 , cls_41 , 9.7200 , 3900.0000 , 166.5575 , 401.2346 , 3.0952 , 1.1986 , 0.6352 , 0.6744 , 9.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4693 , cls_41 , 0.9000 , 600.0000 , 45.6723 , 666.6667 , 1.4286 , 1.1006 , 0.6817 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4694 , cls_41 , 2.2500 , 1200.0000 , 89.3851 , 533.3333 , 2.0000 , 1.1383 , 0.7659 , 0.5733 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4706 , cls_41 , 44.2800 , 14700.0000 , 411.7715 , 331.9783 , 5.4444 , 1.2629 , 0.7995 , 0.7354 , 44.2800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4713 , cls_41 , 8.8200 , 2880.0000 , 164.6081 , 326.5306 , 2.4000 , 1.1555 , 0.8277 , 0.7381 , 8.8200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4716 , cls_41 , 9.0900 , 3600.0000 , 155.9559 , 396.0396 , 2.8571 , 1.1916 , 0.6945 , 0.6832 , 9.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4719 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4720 , cls_41 , 7.7400 , 2820.0000 , 176.8888 , 364.3411 , 2.4737 , 1.1652 , 0.7849 , 0.6938 , 7.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4740 , cls_41 , 0.5400 , 420.0000 , 32.6544 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4742 , cls_41 , 13.3200 , 5880.0000 , 259.4594 , 441.4414 , 3.9200 , 1.2361 , 0.8467 , 0.6430 , 13.3200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4743 , cls_41 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4773 , cls_41 , 0.4500 , 540.0000 , 35.4868 , 1200.0000 , 1.8000 , 1.1663 , 0.6817 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4778 , cls_41 , 16.4700 , 4080.0000 , 199.9676 , 247.7231 , 2.4286 , 1.1535 , 0.7634 , 0.8033 , 16.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4779 , cls_41 , 11.8800 , 4800.0000 , 214.5831 , 404.0404 , 3.4783 , 1.2135 , 0.7826 , 0.6667 , 11.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4787 , cls_41 , 0.5400 , 420.0000 , 35.3225 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4791 , cls_41 , 21.5100 , 7680.0000 , 285.1137 , 357.0432 , 4.1290 , 1.2314 , 0.7858 , 0.7134 , 21.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4799 , cls_41 , 1.8000 , 960.0000 , 59.5405 , 533.3333 , 1.7778 , 1.1187 , 0.6082 , 0.5583 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4800 , cls_41 , 1.7100 , 1080.0000 , 63.1089 , 631.5789 , 2.0000 , 1.1488 , 0.5829 , 0.5000 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4825 , cls_41 , 6.3000 , 2400.0000 , 145.2300 , 380.9524 , 2.3529 , 1.1577 , 0.7363 , 0.6905 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4837 , cls_41 , 0.9900 , 720.0000 , 67.0900 , 727.2727 , 1.7143 , 1.1289 , 0.7845 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4852 , cls_41 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4876 , cls_41 , 4.0500 , 1800.0000 , 102.6381 , 444.4444 , 2.1429 , 1.1517 , 0.6155 , 0.6407 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4887 , cls_41 , 0.7200 , 480.0000 , 37.9511 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 301.4963 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4891 , cls_41 , 0.9000 , 660.0000 , 60.1173 , 733.3333 , 1.5714 , 1.1216 , 0.8041 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4893 , cls_41 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4907 , cls_41 , 0.8100 , 660.0000 , 44.1363 , 814.8148 , 1.8333 , 1.1347 , 0.6048 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4909 , cls_41 , 0.4500 , 480.0000 , 31.1479 , 1066.6667 , 1.6000 , 1.1383 , 0.5103 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4910 , cls_41 , 0.6300 , 480.0000 , 37.4341 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4911 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4915 , cls_41 , 2.1600 , 1200.0000 , 71.1552 , 555.5556 , 2.0000 , 1.1430 , 0.7062 , 0.5486 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4920 , cls_41 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4921 , cls_41 , 80.7300 , 23460.0000 , 540.5010 , 290.5983 , 6.5167 , 1.2759 , 0.7531 , 0.7653 , 80.7300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4928 , cls_41 , 0.6300 , 480.0000 , 43.3299 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4929 , cls_41 , 0.7200 , 540.0000 , 37.2958 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4930 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4937 , cls_41 , 1.0800 , 780.0000 , 62.5074 , 722.2222 , 1.8571 , 1.1355 , 0.7649 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4952 , cls_41 , 0.7200 , 420.0000 , 36.9061 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4965 , cls_41 , 0.5400 , 480.0000 , 34.3237 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4974 , cls_41 , 11.0700 , 3900.0000 , 206.9032 , 352.3035 , 2.8261 , 1.1851 , 0.7248 , 0.7046 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4975 , cls_41 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4977 , cls_41 , 2.2500 , 780.0000 , 59.9712 , 346.6667 , 1.3000 , 1.0524 , 0.3994 , 0.7067 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4983 , cls_41 , 9.0000 , 2580.0000 , 137.0715 , 286.6667 , 2.1500 , 1.1342 , 0.5469 , 0.7533 , 9.0000 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4997 , cls_41 , 0.5400 , 420.0000 , 33.6893 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5004 , cls_41 , 15.8400 , 5160.0000 , 262.9530 , 325.7576 , 3.1852 , 1.1964 , 0.8210 , 0.7292 , 15.8400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5008 , cls_41 , 20.4300 , 7380.0000 , 281.1287 , 361.2335 , 3.9677 , 1.2301 , 0.7530 , 0.6990 , 20.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5010 , cls_41 , 7.5600 , 2760.0000 , 147.4795 , 365.0794 , 2.4211 , 1.1638 , 0.7483 , 0.7024 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5019 , cls_41 , 5.1300 , 2280.0000 , 144.3125 , 444.4444 , 2.3750 , 1.1702 , 0.8075 , 0.6491 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5026 , cls_41 , 6.0300 , 3060.0000 , 183.9292 , 507.4627 , 3.0000 , 1.2065 , 0.8590 , 0.6045 , 6.0300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5043 , cls_41 , 5.4900 , 2280.0000 , 109.5115 , 415.3005 , 2.3750 , 1.1629 , 0.7069 , 0.6639 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5049 , cls_41 , 1.5300 , 900.0000 , 78.1483 , 588.2353 , 1.6667 , 1.1242 , 0.7958 , 0.5000 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5063 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5065 , cls_41 , 0.6300 , 480.0000 , 40.9485 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5076 , cls_41 , 1.0800 , 480.0000 , 39.4856 , 444.4444 , 1.1429 , 1.0310 , 0.3888 , 0.6250 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 301.4963 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5084 , cls_41 , 0.9000 , 540.0000 , 42.3960 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5088 , cls_41 , 0.7200 , 420.0000 , 32.8556 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5089 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5091 , cls_41 , 1.2600 , 480.0000 , 42.7902 , 380.9524 , 1.0000 , 1.0141 , 0.4429 , 0.6548 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5092 , cls_41 , 1.8900 , 1140.0000 , 67.9101 , 603.1746 , 1.9000 , 1.1481 , 0.7326 , 0.5397 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5098 , cls_41 , 2.7000 , 1140.0000 , 81.9876 , 422.2222 , 1.7273 , 1.1079 , 0.6944 , 0.6444 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5101 , cls_41 , 1.0800 , 720.0000 , 47.3743 , 666.6667 , 1.7143 , 1.1183 , 0.6180 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5124 , cls_41 , 3.1500 , 1980.0000 , 109.4885 , 628.5714 , 2.7500 , 1.1981 , 0.7424 , 0.5143 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5139 , cls_41 , 4.2300 , 1560.0000 , 99.2558 , 368.7943 , 1.8571 , 1.1201 , 0.7255 , 0.7057 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5147 , cls_41 , 3.4200 , 1380.0000 , 88.5815 , 403.5088 , 1.7692 , 1.1195 , 0.6686 , 0.6711 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5149 , cls_41 , 1.0800 , 540.0000 , 41.7129 , 500.0000 , 1.2857 , 1.0563 , 0.5225 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5156 , cls_41 , 2.6100 , 1620.0000 , 100.9486 , 620.6897 , 2.4545 , 1.1807 , 0.8087 , 0.5057 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5160 , cls_41 , 2.7900 , 1860.0000 , 91.7442 , 666.6667 , 2.5833 , 1.2000 , 0.7098 , 0.4839 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5163 , cls_41 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5165 , cls_41 , 0.6300 , 480.0000 , 36.9796 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5174 , cls_41 , 0.9900 , 720.0000 , 47.6980 , 727.2727 , 1.7143 , 1.1289 , 0.6584 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5178 , cls_41 , 6.1200 , 2460.0000 , 112.7775 , 401.9608 , 2.4118 , 1.1652 , 0.6537 , 0.6814 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5193 , cls_41 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5194 , cls_41 , 2.7000 , 1320.0000 , 111.4513 , 488.8889 , 2.0000 , 1.1367 , 0.8302 , 0.5889 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5200 , cls_41 , 2.6100 , 1380.0000 , 86.5138 , 528.7356 , 2.0909 , 1.1492 , 0.7522 , 0.5575 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5206 , cls_41 , 13.6800 , 3840.0000 , 164.2162 , 280.7018 , 2.5600 , 1.1613 , 0.6449 , 0.7697 , 13.6800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5214 , cls_41 , 1.8000 , 1020.0000 , 70.1918 , 566.6667 , 1.8889 , 1.1311 , 0.7375 , 0.5500 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5219 , cls_41 , 0.7200 , 480.0000 , 47.8869 , 666.6667 , 1.3333 , 1.0780 , 0.7453 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5233 , cls_41 , 12.6000 , 2880.0000 , 159.1775 , 228.5714 , 2.0000 , 1.1204 , 0.5116 , 0.8071 , 12.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5239 , cls_41 , 18.8100 , 6480.0000 , 292.4777 , 344.4976 , 3.7241 , 1.2170 , 0.7881 , 0.7241 , 18.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5243 , cls_41 , 2.1600 , 1440.0000 , 84.7675 , 666.6667 , 2.4000 , 1.1795 , 0.8054 , 0.4722 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5255 , cls_41 , 1.4400 , 840.0000 , 52.3101 , 583.3333 , 1.7500 , 1.1169 , 0.6156 , 0.5313 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5261 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5269 , cls_41 , 1.4400 , 600.0000 , 49.1209 , 416.6667 , 1.2500 , 1.0466 , 0.5473 , 0.6458 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5279 , cls_41 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5280 , cls_41 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5288 , cls_41 , 9.9000 , 3480.0000 , 197.9826 , 351.5152 , 2.7619 , 1.1768 , 0.8565 , 0.7136 , 9.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5294 , cls_41 , 0.5400 , 480.0000 , 34.1465 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5299 , cls_41 , 41.1300 , 11820.0000 , 381.4923 , 287.3815 , 4.5814 , 1.2364 , 0.6709 , 0.7644 , 41.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5302 , cls_41 , 3.7800 , 2160.0000 , 93.1731 , 571.4286 , 2.7692 , 1.1938 , 0.6739 , 0.5476 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5306 , cls_41 , 1.7100 , 1080.0000 , 89.9993 , 631.5789 , 2.0000 , 1.1488 , 0.8419 , 0.4737 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5307 , cls_41 , 1.2600 , 840.0000 , 68.4130 , 666.6667 , 1.7500 , 1.1327 , 0.7997 , 0.4643 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5328 , cls_41 , 3.8700 , 1620.0000 , 124.4352 , 418.6047 , 1.9286 , 1.1367 , 0.7987 , 0.6434 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5343 , cls_41 , 13.5900 , 5700.0000 , 227.6494 , 419.4260 , 3.8000 , 1.2288 , 0.7725 , 0.6523 , 13.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5344 , cls_41 , 0.6300 , 660.0000 , 44.4535 , 1047.6190 , 1.8333 , 1.1673 , 0.6572 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5345 , cls_41 , 0.8100 , 540.0000 , 48.6039 , 666.6667 , 1.5000 , 1.0901 , 0.7453 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5349 , cls_41 , 0.6300 , 540.0000 , 48.6563 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5352 , cls_41 , 11.5200 , 2760.0000 , 166.5020 , 239.5833 , 2.0000 , 1.1218 , 0.6236 , 0.8060 , 11.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5356 , cls_41 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5364 , cls_41 , 10.5300 , 4020.0000 , 214.5523 , 381.7664 , 3.0455 , 1.1955 , 0.7931 , 0.6809 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5365 , cls_41 , 1.6200 , 720.0000 , 62.2895 , 444.4444 , 1.3333 , 1.0715 , 0.7453 , 0.6111 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5366 , cls_41 , 0.7200 , 480.0000 , 37.9551 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5372 , cls_41 , 3.3300 , 1980.0000 , 138.2751 , 594.5946 , 2.5385 , 1.1917 , 0.8834 , 0.4955 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5374 , cls_41 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5380 , cls_41 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5382 , cls_41 , 0.6300 , 480.0000 , 34.5524 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5385 , cls_41 , 1.5300 , 780.0000 , 55.4755 , 509.8039 , 1.4444 , 1.0945 , 0.5916 , 0.5882 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5386 , cls_41 , 0.7200 , 420.0000 , 35.9030 , 583.3333 , 1.1667 , 1.0480 , 0.6082 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5396 , cls_41 , 0.9000 , 720.0000 , 61.0877 , 800.0000 , 1.7143 , 1.1407 , 0.7805 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5397 , cls_41 , 16.5600 , 6180.0000 , 200.5180 , 373.1884 , 3.6786 , 1.2220 , 0.6322 , 0.6957 , 16.5600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5402 , cls_41 , 1.0800 , 660.0000 , 43.9082 , 611.1111 , 1.5714 , 1.0996 , 0.6180 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5411 , cls_41 , 5.0400 , 1560.0000 , 106.5369 , 309.5238 , 1.7333 , 1.1020 , 0.6325 , 0.7411 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5424 , cls_41 , 2.7000 , 1380.0000 , 94.2282 , 511.1111 , 2.0909 , 1.1454 , 0.7503 , 0.5778 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5433 , cls_41 , 8.5500 , 2940.0000 , 148.3448 , 343.8596 , 2.4500 , 1.1623 , 0.7485 , 0.7140 , 8.5500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5434 , cls_41 , 0.9000 , 540.0000 , 43.3790 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5437 , cls_41 , 0.8100 , 420.0000 , 35.4002 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5439 , cls_41 , 2.4300 , 1200.0000 , 109.8545 , 493.8272 , 1.8182 , 1.1297 , 0.8423 , 0.5802 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5443 , cls_41 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5453 , cls_41 , 0.5400 , 480.0000 , 34.4042 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5456 , cls_41 , 0.6300 , 600.0000 , 37.3931 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5464 , cls_41 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5471 , cls_41 , 4.5000 , 2340.0000 , 120.1709 , 520.0000 , 2.6000 , 1.1894 , 0.7523 , 0.5767 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5475 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5482 , cls_41 , 4.0500 , 1860.0000 , 133.7542 , 459.2593 , 2.2143 , 1.1579 , 0.8175 , 0.6148 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5494 , cls_41 , 0.7200 , 540.0000 , 39.6884 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5495 , cls_41 , 19.1700 , 5880.0000 , 294.6597 , 306.7293 , 3.2667 , 1.1991 , 0.8364 , 0.7426 , 19.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5504 , cls_41 , 0.4500 , 480.0000 , 39.8827 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5508 , cls_41 , 5.9400 , 3960.0000 , 175.1695 , 666.6667 , 3.8824 , 1.2550 , 0.8687 , 0.4874 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5512 , cls_41 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5520 , cls_41 , 3.1500 , 1620.0000 , 79.2099 , 514.2857 , 2.2500 , 1.1593 , 0.6158 , 0.6000 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5525 , cls_41 , 6.9300 , 2820.0000 , 132.2151 , 406.9264 , 2.6111 , 1.1768 , 0.7223 , 0.6732 , 6.9300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5528 , cls_41 , 0.4500 , 420.0000 , 35.2060 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5529 , cls_41 , 7.6500 , 3360.0000 , 161.5002 , 439.2157 , 2.9474 , 1.1976 , 0.6798 , 0.6353 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5531 , cls_41 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5536 , cls_41 , 1.8000 , 660.0000 , 61.3097 , 366.6667 , 1.2222 , 1.0422 , 0.6255 , 0.6667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5547 , cls_41 , 0.6300 , 540.0000 , 43.7441 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5549 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5550 , cls_41 , 0.9000 , 480.0000 , 35.9876 , 533.3333 , 1.1429 , 1.0516 , 0.3634 , 0.5833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5552 , cls_41 , 1.7100 , 780.0000 , 64.4517 , 456.1404 , 1.4444 , 1.0820 , 0.6640 , 0.5877 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5565 , cls_41 , 10.3500 , 2340.0000 , 138.8013 , 226.0870 , 1.7727 , 1.1036 , 0.6522 , 0.8072 , 10.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5571 , cls_41 , 1.7100 , 1200.0000 , 71.2624 , 701.7544 , 2.2222 , 1.1704 , 0.7506 , 0.4561 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5576 , cls_41 , 2.9700 , 1380.0000 , 90.7966 , 464.6465 , 1.9167 , 1.1348 , 0.7122 , 0.6212 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5581 , cls_41 , 2.9700 , 1440.0000 , 80.4217 , 484.8485 , 2.0000 , 1.1431 , 0.6282 , 0.6061 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5584 , cls_41 , 10.6200 , 4560.0000 , 178.4572 , 429.3785 , 3.4545 , 1.2164 , 0.7517 , 0.6398 , 10.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5585 , cls_41 , 4.5900 , 1620.0000 , 97.7324 , 352.9412 , 1.8000 , 1.1186 , 0.6490 , 0.6993 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5590 , cls_41 , 1.9800 , 900.0000 , 61.5562 , 454.5455 , 1.5000 , 1.0949 , 0.5690 , 0.6288 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5611 , cls_41 , 0.5400 , 540.0000 , 45.3655 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5612 , cls_41 , 0.5400 , 600.0000 , 46.5957 , 1111.1111 , 2.0000 , 1.1661 , 0.7753 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5613 , cls_41 , 2.4300 , 840.0000 , 64.9831 , 345.6790 , 1.2727 , 1.0590 , 0.5291 , 0.7037 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5618 , cls_41 , 3.7800 , 1680.0000 , 110.5178 , 444.4444 , 2.1538 , 1.1462 , 0.7951 , 0.6190 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5620 , cls_41 , 0.6300 , 540.0000 , 47.8421 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5633 , cls_41 , 0.7200 , 360.0000 , 34.3237 , 500.0000 , 1.0000 , 1.0133 , 0.4907 , 0.5417 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 284.6050 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5635 , cls_41 , 2.8800 , 1920.0000 , 126.4174 , 666.6667 , 2.6667 , 1.2025 , 0.8433 , 0.4740 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5649 , cls_41 , 0.6300 , 480.0000 , 33.5088 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5654 , cls_41 , 6.0300 , 2400.0000 , 122.8835 , 398.0100 , 2.3529 , 1.1623 , 0.7399 , 0.6667 , 6.0300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5657 , cls_41 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5665 , cls_41 , 0.8100 , 420.0000 , 35.4002 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5666 , cls_41 , 0.6300 , 480.0000 , 43.3299 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5681 , cls_41 , 3.3300 , 1860.0000 , 89.9232 , 558.5586 , 2.3846 , 1.1797 , 0.7702 , 0.5676 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5688 , cls_41 , 0.6300 , 540.0000 , 41.0301 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5697 , cls_41 , 5.1300 , 2760.0000 , 174.3910 , 538.0117 , 2.8750 , 1.2054 , 0.8715 , 0.5556 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5701 , cls_41 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5704 , cls_41 , 2.9700 , 1920.0000 , 101.7747 , 646.4646 , 2.6667 , 1.1989 , 0.8257 , 0.4596 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5711 , cls_41 , 3.1500 , 1380.0000 , 80.5459 , 438.0952 , 1.9167 , 1.1283 , 0.5796 , 0.6381 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5713 , cls_41 , 0.7200 , 780.0000 , 51.4928 , 1083.3333 , 2.1667 , 1.1874 , 0.7516 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5724 , cls_41 , 1.9800 , 1200.0000 , 83.9749 , 606.0606 , 2.0000 , 1.1530 , 0.7430 , 0.4924 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5736 , cls_41 , 9.2700 , 3660.0000 , 213.1583 , 394.8220 , 2.9048 , 1.1924 , 0.8933 , 0.6602 , 9.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5737 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 323.1099 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5746 , cls_41 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5750 , cls_41 , 1.3500 , 660.0000 , 52.9934 , 488.8889 , 1.3750 , 1.0738 , 0.6707 , 0.5889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5756 , cls_41 , 1.5300 , 660.0000 , 55.1368 , 431.3725 , 1.2222 , 1.0598 , 0.6817 , 0.6176 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5770 , cls_41 , 3.2400 , 1320.0000 , 106.0388 , 407.4074 , 1.8333 , 1.1167 , 0.8270 , 0.6389 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5797 , cls_41 , 0.8100 , 480.0000 , 39.0222 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5803 , cls_41 , 0.8100 , 540.0000 , 44.8842 , 666.6667 , 1.5000 , 1.0901 , 0.6903 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5816 , cls_41 , 0.7200 , 600.0000 , 51.3342 , 833.3333 , 1.6667 , 1.1283 , 0.8078 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5892 , cls_41 , 70.6500 , 23160.0000 , 575.7530 , 327.8132 , 6.7719 , 1.2866 , 0.7898 , 0.7321 , 70.6500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5903 , cls_41 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5905 , cls_41 , 13.7700 , 6540.0000 , 276.8988 , 474.9455 , 4.3600 , 1.2507 , 0.8362 , 0.6176 , 13.7700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5912 , cls_41 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5923 , cls_41 , 138.7800 , 29400.0000 , 587.3056 , 211.8461 , 6.2025 , 1.2589 , 0.5695 , 0.8273 , 138.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5950 , cls_41 , 6.8400 , 2160.0000 , 116.9369 , 315.7895 , 2.0000 , 1.1302 , 0.7154 , 0.7215 , 6.8400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5957 , cls_41 , 3.8700 , 1200.0000 , 88.2395 , 310.0775 , 1.4286 , 1.0799 , 0.6513 , 0.7326 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5959 , cls_41 , 1.7100 , 1200.0000 , 78.1182 , 701.7544 , 2.2222 , 1.1704 , 0.7914 , 0.4474 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5962 , cls_41 , 2.7000 , 1440.0000 , 80.6212 , 533.3333 , 2.1818 , 1.1537 , 0.6180 , 0.5611 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5968 , cls_41 , 54.9900 , 14040.0000 , 453.4118 , 255.3191 , 4.6800 , 1.2352 , 0.8000 , 0.7916 , 54.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5971 , cls_41 , 3.1500 , 1200.0000 , 113.5636 , 380.9524 , 1.6667 , 1.1014 , 0.7591 , 0.6619 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5976 , cls_41 , 0.8100 , 720.0000 , 50.1962 , 888.8889 , 2.0000 , 1.1540 , 0.7135 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5981 , cls_41 , 9.6300 , 4620.0000 , 291.9342 , 479.7508 , 3.6667 , 1.2291 , 0.9162 , 0.5903 , 9.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5999 , cls_41 , 1.1700 , 660.0000 , 52.5330 , 564.1026 , 1.3750 , 1.0902 , 0.6877 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6001 , cls_41 , 5.3100 , 1680.0000 , 105.3974 , 316.3842 , 1.7500 , 1.1103 , 0.6995 , 0.7373 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6004 , cls_41 , 2.1600 , 1440.0000 , 97.1009 , 666.6667 , 2.4000 , 1.1795 , 0.7893 , 0.4097 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6006 , cls_41 , 15.2100 , 5040.0000 , 233.9312 , 331.3609 , 3.2308 , 1.1966 , 0.8802 , 0.7091 , 15.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6008 , cls_41 , 5.2200 , 2280.0000 , 130.2497 , 436.7816 , 2.3750 , 1.1683 , 0.7445 , 0.6351 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6011 , cls_41 , 106.9200 , 31140.0000 , 710.0140 , 291.2458 , 7.5217 , 1.2908 , 0.8165 , 0.7593 , 106.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6021 , cls_41 , 6.3900 , 2460.0000 , 127.3061 , 384.9765 , 2.4118 , 1.1607 , 0.7868 , 0.6761 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6023 , cls_41 , 0.8100 , 1020.0000 , 55.7903 , 1259.2593 , 2.8333 , 1.2314 , 0.8024 , 0.1852 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6025 , cls_41 , 0.8100 , 720.0000 , 56.1613 , 888.8889 , 2.0000 , 1.1540 , 0.7796 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6036 , cls_41 , 0.9000 , 660.0000 , 75.0000 , 733.3333 , 1.5714 , 1.1216 , 0.8739 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6039 , cls_41 , 1.7100 , 780.0000 , 62.2587 , 456.1404 , 1.4444 , 1.0820 , 0.7154 , 0.6228 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6054 , cls_41 , 0.7200 , 360.0000 , 34.3237 , 500.0000 , 1.0000 , 1.0133 , 0.4907 , 0.5417 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 240.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6061 , cls_41 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6069 , cls_41 , 5.9400 , 3000.0000 , 139.0859 , 505.0505 , 2.9412 , 1.2045 , 0.6876 , 0.5909 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6076 , cls_41 , 2.4300 , 1380.0000 , 77.7459 , 567.9012 , 2.0909 , 1.1573 , 0.6562 , 0.5556 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6077 , cls_41 , 0.6300 , 480.0000 , 35.1139 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6091 , cls_41 , 1.7100 , 960.0000 , 67.3977 , 561.4035 , 1.7778 , 1.1246 , 0.7154 , 0.5526 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6092 , cls_41 , 0.7200 , 480.0000 , 40.4605 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6098 , cls_41 , 17.2800 , 5880.0000 , 247.3546 , 340.2778 , 3.5000 , 1.2095 , 0.8332 , 0.7266 , 17.2800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6109 , cls_41 , 1.0800 , 660.0000 , 48.4217 , 611.1111 , 1.5714 , 1.0996 , 0.5870 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6113 , cls_41 , 0.6300 , 480.0000 , 36.8521 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6117 , cls_41 , 1.6200 , 720.0000 , 57.7019 , 444.4444 , 1.3333 , 1.0715 , 0.5676 , 0.6111 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6128 , cls_41 , 0.9000 , 600.0000 , 45.3871 , 666.6667 , 1.4286 , 1.1006 , 0.6255 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6141 , cls_41 , 4.4100 , 1980.0000 , 130.8864 , 448.9796 , 2.3571 , 1.1604 , 0.7906 , 0.6361 , 4.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6142 , cls_41 , 1.1700 , 720.0000 , 55.9914 , 615.3846 , 1.5000 , 1.1087 , 0.6877 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6143 , cls_41 , 3.0600 , 1200.0000 , 98.0873 , 392.1569 , 1.6667 , 1.1044 , 0.7438 , 0.6667 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6158 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6172 , cls_41 , 0.8100 , 540.0000 , 44.7453 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6174 , cls_41 , 4.5900 , 2580.0000 , 116.1588 , 562.0915 , 2.8667 , 1.2054 , 0.7403 , 0.5523 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6176 , cls_41 , 2.5200 , 1620.0000 , 118.0628 , 642.8571 , 2.4545 , 1.1848 , 0.8521 , 0.4940 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6186 , cls_41 , 0.8100 , 540.0000 , 41.5967 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 308.8689 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6192 , cls_41 , 0.6300 , 660.0000 , 46.3964 , 1047.6190 , 1.8333 , 1.1673 , 0.7826 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6193 , cls_41 , 2.7900 , 1200.0000 , 83.7635 , 430.1075 , 1.6667 , 1.1144 , 0.6842 , 0.6452 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6197 , cls_41 , 7.8300 , 3060.0000 , 143.6813 , 390.8046 , 2.6842 , 1.1785 , 0.7030 , 0.6820 , 7.8300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6202 , cls_41 , 6.3900 , 1740.0000 , 105.6619 , 272.3005 , 1.7059 , 1.0981 , 0.4921 , 0.7840 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6204 , cls_41 , 14.0400 , 5220.0000 , 214.8285 , 371.7949 , 3.4800 , 1.2106 , 0.7572 , 0.6934 , 14.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6216 , cls_41 , 64.8900 , 15180.0000 , 481.9682 , 233.9344 , 4.6852 , 1.2316 , 0.7783 , 0.8095 , 64.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6221 , cls_41 , 3.0600 , 1740.0000 , 105.3483 , 568.6275 , 2.4167 , 1.1764 , 0.7757 , 0.5539 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6222 , cls_41 , 54.9000 , 20160.0000 , 533.8883 , 367.2131 , 6.7200 , 1.2901 , 0.8678 , 0.7066 , 54.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6229 , cls_41 , 3.5100 , 1980.0000 , 116.7460 , 564.1026 , 2.5385 , 1.1857 , 0.8014 , 0.5299 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6233 , cls_41 , 1.5300 , 840.0000 , 70.5111 , 549.0196 , 1.5556 , 1.1099 , 0.7768 , 0.5196 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6241 , cls_41 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6242 , cls_41 , 18.1800 , 6480.0000 , 267.4518 , 356.4356 , 3.7241 , 1.2204 , 0.7603 , 0.7096 , 18.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6256 , cls_41 , 0.7200 , 420.0000 , 33.5470 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6258 , cls_41 , 1.9800 , 1260.0000 , 80.0248 , 636.3636 , 2.1000 , 1.1629 , 0.8068 , 0.5152 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6270 , cls_41 , 5.5800 , 3240.0000 , 143.2406 , 580.6452 , 3.3750 , 1.2255 , 0.7412 , 0.5457 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6272 , cls_41 , 0.6300 , 540.0000 , 42.4126 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6276 , cls_41 , 0.8100 , 540.0000 , 45.1184 , 666.6667 , 1.5000 , 1.0901 , 0.7453 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6303 , cls_41 , 0.7200 , 600.0000 , 40.1941 , 833.3333 , 1.6667 , 1.1283 , 0.6817 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6304 , cls_41 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6320 , cls_41 , 4.8600 , 2040.0000 , 117.7996 , 419.7531 , 2.2667 , 1.1554 , 0.7472 , 0.6574 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6327 , cls_41 , 1.5300 , 900.0000 , 57.2679 , 588.2353 , 1.6667 , 1.1242 , 0.6268 , 0.5294 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6331 , cls_41 , 29.2500 , 9840.0000 , 306.3933 , 336.4103 , 4.4324 , 1.2407 , 0.7544 , 0.7297 , 29.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6333 , cls_41 , 1.8000 , 900.0000 , 61.3075 , 500.0000 , 1.6667 , 1.1055 , 0.6082 , 0.5833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6350 , cls_41 , 1.3500 , 720.0000 , 50.8267 , 533.3333 , 1.5000 , 1.0921 , 0.6707 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6359 , cls_41 , 4.7700 , 1680.0000 , 91.3122 , 352.2013 , 1.8667 , 1.1214 , 0.6272 , 0.7013 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6372 , cls_41 , 1.8000 , 900.0000 , 59.9281 , 500.0000 , 1.6667 , 1.1055 , 0.7004 , 0.6000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6383 , cls_41 , 3.1500 , 1020.0000 , 71.2811 , 323.8095 , 1.4167 , 1.0700 , 0.4757 , 0.7238 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6413 , cls_41 , 1.4400 , 960.0000 , 63.1851 , 666.6667 , 2.0000 , 1.1448 , 0.7209 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6418 , cls_41 , 2.8800 , 1440.0000 , 85.4530 , 500.0000 , 2.0000 , 1.1465 , 0.7645 , 0.5781 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6423 , cls_41 , 0.6300 , 480.0000 , 36.9796 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6437 , cls_41 , 2.8800 , 1320.0000 , 83.7444 , 458.3333 , 1.8333 , 1.1295 , 0.5926 , 0.6094 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6441 , cls_41 , 2.2500 , 780.0000 , 61.9088 , 346.6667 , 1.3000 , 1.0524 , 0.5103 , 0.7000 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6446 , cls_41 , 19.5300 , 5580.0000 , 227.8282 , 285.7143 , 3.1000 , 1.1887 , 0.6806 , 0.7642 , 19.5300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6447 , cls_41 , 0.8100 , 660.0000 , 44.4512 , 814.8148 , 1.8333 , 1.1347 , 0.6048 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6448 , cls_41 , 0.6300 , 540.0000 , 43.4899 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6456 , cls_41 , 21.5100 , 6420.0000 , 225.9149 , 298.4658 , 3.4516 , 1.2022 , 0.5921 , 0.7545 , 21.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6460 , cls_41 , 2.7900 , 1440.0000 , 96.1907 , 516.1290 , 2.0000 , 1.1500 , 0.8075 , 0.5591 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6465 , cls_41 , 0.6300 , 540.0000 , 43.1336 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6466 , cls_41 , 0.9000 , 780.0000 , 52.5267 , 866.6667 , 1.8571 , 1.1583 , 0.7170 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6472 , cls_41 , 0.7200 , 480.0000 , 37.7396 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6473 , cls_41 , 2.5200 , 1260.0000 , 86.1257 , 500.0000 , 1.9091 , 1.1352 , 0.6927 , 0.5952 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6474 , cls_41 , 2.7900 , 1440.0000 , 90.8353 , 516.1290 , 2.0000 , 1.1500 , 0.5614 , 0.5806 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6489 , cls_41 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6496 , cls_41 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6512 , cls_41 , 1.7100 , 780.0000 , 56.6530 , 456.1404 , 1.4444 , 1.0820 , 0.6034 , 0.6316 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6513 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6523 , cls_41 , 1.0800 , 1380.0000 , 75.5883 , 1277.7778 , 3.2857 , 1.2584 , 0.8648 , 0.2083 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6527 , cls_41 , 0.8100 , 660.0000 , 47.8995 , 814.8148 , 1.8333 , 1.1347 , 0.7453 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6528 , cls_41 , 0.7200 , 600.0000 , 44.8677 , 833.3333 , 1.6667 , 1.1283 , 0.6082 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6535 , cls_41 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 424.2641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6550 , cls_41 , 48.6900 , 21660.0000 , 485.7365 , 444.8552 , 7.6809 , 1.3129 , 0.8603 , 0.6405 , 48.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6579 , cls_41 , 7.9200 , 4440.0000 , 184.5681 , 560.6061 , 3.8947 , 1.2433 , 0.7727 , 0.5549 , 7.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6592 , cls_41 , 0.9000 , 540.0000 , 43.5616 , 600.0000 , 1.2857 , 1.0775 , 0.6894 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6603 , cls_41 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6608 , cls_41 , 0.8100 , 420.0000 , 35.4002 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6621 , cls_41 , 3.7800 , 1560.0000 , 111.8078 , 412.6984 , 2.0000 , 1.1321 , 0.8097 , 0.6587 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6624 , cls_41 , 1.1700 , 660.0000 , 47.1088 , 564.1026 , 1.3750 , 1.0902 , 0.6877 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6632 , cls_41 , 32.9400 , 11820.0000 , 311.8881 , 358.8342 , 5.0513 , 1.2580 , 0.7727 , 0.7072 , 32.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6636 , cls_41 , 2.9700 , 1980.0000 , 106.0746 , 666.6667 , 2.7500 , 1.2049 , 0.7823 , 0.4798 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6650 , cls_41 , 0.9000 , 480.0000 , 40.0216 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6659 , cls_41 , 3.6000 , 1320.0000 , 89.4750 , 366.6667 , 1.6923 , 1.1055 , 0.5493 , 0.6875 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6665 , cls_41 , 16.7400 , 4740.0000 , 220.3606 , 283.1541 , 2.8214 , 1.1768 , 0.7369 , 0.7670 , 16.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6682 , cls_41 , 3.7800 , 1200.0000 , 82.2650 , 317.4603 , 1.5385 , 1.0823 , 0.5722 , 0.7341 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6685 , cls_41 , 0.5400 , 420.0000 , 41.3887 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6689 , cls_41 , 0.4500 , 600.0000 , 43.1137 , 1333.3333 , 2.0000 , 1.1913 , 0.8011 , 0.1333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 335.4102 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6696 , cls_41 , 0.9000 , 600.0000 , 43.4530 , 666.6667 , 1.4286 , 1.1006 , 0.6255 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6698 , cls_41 , 0.9000 , 840.0000 , 62.0346 , 933.3333 , 2.0000 , 1.1745 , 0.8232 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6705 , cls_41 , 11.1600 , 4440.0000 , 175.0602 , 397.8495 , 3.2174 , 1.2066 , 0.7098 , 0.6801 , 11.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6719 , cls_41 , 1.8000 , 900.0000 , 66.0363 , 500.0000 , 1.6667 , 1.1055 , 0.6082 , 0.5750 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6731 , cls_41 , 4.0500 , 2220.0000 , 104.0452 , 548.1481 , 2.6429 , 1.1912 , 0.6834 , 0.5667 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6732 , cls_41 , 4.3200 , 2520.0000 , 123.8825 , 583.3333 , 3.0000 , 1.2078 , 0.7753 , 0.5451 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6733 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6756 , cls_41 , 0.9000 , 660.0000 , 48.8057 , 733.3333 , 1.5714 , 1.1216 , 0.6817 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6783 , cls_41 , 1.0800 , 660.0000 , 50.4071 , 611.1111 , 1.5714 , 1.0996 , 0.6605 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6810 , cls_41 , 1.8900 , 780.0000 , 54.4413 , 412.6984 , 1.3000 , 1.0710 , 0.4652 , 0.6587 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6815 , cls_41 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6818 , cls_41 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6837 , cls_41 , 2.0700 , 1140.0000 , 69.6377 , 550.7246 , 1.9000 , 1.1376 , 0.7071 , 0.5652 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6845 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6866 , cls_41 , 3.6900 , 1260.0000 , 76.7632 , 341.4634 , 1.6154 , 1.0941 , 0.3858 , 0.7276 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6871 , cls_41 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6875 , cls_41 , 23.4900 , 7620.0000 , 442.7941 , 324.3934 , 3.8485 , 1.2214 , 0.9048 , 0.7280 , 23.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6879 , cls_41 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6891 , cls_41 , 1.1700 , 540.0000 , 41.1094 , 461.5385 , 1.1250 , 1.0473 , 0.3634 , 0.6282 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6918 , cls_41 , 0.4500 , 540.0000 , 39.1213 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6919 , cls_41 , 1.8900 , 1020.0000 , 65.2793 , 539.6825 , 1.7000 , 1.1255 , 0.6337 , 0.5635 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6927 , cls_41 , 3.9600 , 1320.0000 , 91.1595 , 333.3333 , 1.5714 , 1.0956 , 0.6338 , 0.7273 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6928 , cls_41 , 25.8300 , 8460.0000 , 356.6533 , 327.5261 , 4.1471 , 1.2288 , 0.7624 , 0.7230 , 25.8300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6931 , cls_41 , 0.5400 , 420.0000 , 38.0278 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6932 , cls_41 , 0.7200 , 480.0000 , 42.5542 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6941 , cls_41 , 1.1700 , 1020.0000 , 57.7644 , 871.7949 , 2.1250 , 1.1831 , 0.6322 , 0.3333 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6953 , cls_41 , 0.4500 , 480.0000 , 41.4290 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6956 , cls_41 , 0.9000 , 660.0000 , 53.4792 , 733.3333 , 1.5714 , 1.1216 , 0.7598 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6958 , cls_41 , 1.3500 , 780.0000 , 51.2273 , 577.7778 , 1.6250 , 1.1089 , 0.6707 , 0.5444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6964 , cls_41 , 0.8100 , 720.0000 , 50.2034 , 888.8889 , 2.0000 , 1.1540 , 0.7205 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6970 , cls_41 , 1.9800 , 1560.0000 , 93.8876 , 787.8788 , 2.6000 , 1.2061 , 0.7845 , 0.3864 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6978 , cls_41 , 0.9000 , 720.0000 , 52.2862 , 800.0000 , 1.7143 , 1.1407 , 0.6894 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6988 , cls_41 , 1.0800 , 720.0000 , 51.2809 , 666.6667 , 1.7143 , 1.1183 , 0.7062 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7005 , cls_41 , 1.3500 , 720.0000 , 59.3549 , 533.3333 , 1.5000 , 1.0921 , 0.7191 , 0.5556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7030 , cls_41 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7035 , cls_41 , 104.2200 , 25260.0000 , 656.1275 , 242.3719 , 6.1014 , 1.2630 , 0.7780 , 0.8007 , 104.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7057 , cls_41 , 0.6300 , 600.0000 , 52.4403 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7059 , cls_41 , 2.2500 , 840.0000 , 63.2287 , 373.3333 , 1.4000 , 1.0672 , 0.5639 , 0.6800 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7069 , cls_41 , 6.3900 , 2400.0000 , 158.6903 , 375.5869 , 2.3529 , 1.1562 , 0.7873 , 0.6761 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7074 , cls_41 , 36.0000 , 10740.0000 , 320.6156 , 298.3333 , 4.4750 , 1.2343 , 0.7485 , 0.7512 , 36.0000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7085 , cls_41 , 13.9500 , 5520.0000 , 217.5998 , 395.6989 , 3.6800 , 1.2207 , 0.7383 , 0.6720 , 13.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7091 , cls_41 , 0.7200 , 480.0000 , 43.0580 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7093 , cls_41 , 13.8600 , 4320.0000 , 169.4838 , 311.6883 , 2.8800 , 1.1799 , 0.6608 , 0.7522 , 13.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7097 , cls_41 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7103 , cls_41 , 3.6000 , 1080.0000 , 77.3644 , 300.0000 , 1.3846 , 1.0673 , 0.6255 , 0.7417 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7113 , cls_41 , 1.1700 , 780.0000 , 59.3286 , 666.6667 , 1.6250 , 1.1258 , 0.6817 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7126 , cls_41 , 1.2600 , 720.0000 , 49.7166 , 571.4286 , 1.5000 , 1.1000 , 0.5652 , 0.5238 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7127 , cls_41 , 1.6200 , 600.0000 , 48.7772 , 370.3704 , 1.1111 , 1.0339 , 0.4410 , 0.6852 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7130 , cls_41 , 1.4400 , 600.0000 , 50.2106 , 416.6667 , 1.2500 , 1.0466 , 0.6488 , 0.6354 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7133 , cls_41 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7140 , cls_41 , 17.6400 , 5880.0000 , 203.6318 , 333.3333 , 3.5000 , 1.2074 , 0.6869 , 0.7287 , 17.6400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7145 , cls_41 , 0.4500 , 480.0000 , 41.3902 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7148 , cls_41 , 0.5400 , 480.0000 , 39.6040 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7150 , cls_41 , 6.2100 , 3180.0000 , 151.4050 , 512.0773 , 3.1176 , 1.2102 , 0.7626 , 0.5797 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7153 , cls_41 , 2.6100 , 1080.0000 , 74.5434 , 413.7931 , 1.6364 , 1.1010 , 0.7453 , 0.6494 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7163 , cls_41 , 1.5300 , 900.0000 , 58.3490 , 588.2353 , 1.6667 , 1.1242 , 0.6268 , 0.5294 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7166 , cls_41 , 11.8800 , 3600.0000 , 171.1216 , 303.0303 , 2.6087 , 1.1643 , 0.7180 , 0.7576 , 11.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7167 , cls_41 , 1.0800 , 720.0000 , 50.2848 , 666.6667 , 1.7143 , 1.1183 , 0.7062 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7179 , cls_41 , 14.9400 , 6000.0000 , 215.4861 , 401.6064 , 3.8462 , 1.2276 , 0.6932 , 0.6867 , 14.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7197 , cls_41 , 8.6400 , 1860.0000 , 117.3482 , 215.2778 , 1.5500 , 1.0807 , 0.4123 , 0.8194 , 8.6400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7198 , cls_41 , 0.4500 , 540.0000 , 39.2900 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7199 , cls_41 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7205 , cls_41 , 15.3000 , 5700.0000 , 246.1979 , 372.5490 , 3.5185 , 1.2166 , 0.7670 , 0.6990 , 15.3000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7207 , cls_41 , 0.6300 , 480.0000 , 33.6844 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 300.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7209 , cls_41 , 0.7200 , 480.0000 , 37.6263 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7212 , cls_41 , 1.2600 , 600.0000 , 47.0688 , 476.1905 , 1.2500 , 1.0614 , 0.5544 , 0.6071 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7226 , cls_41 , 0.5400 , 540.0000 , 43.0278 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7228 , cls_41 , 3.2400 , 1560.0000 , 104.2893 , 481.4815 , 2.1667 , 1.1489 , 0.8033 , 0.6065 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7230 , cls_41 , 2.8800 , 1200.0000 , 90.0685 , 416.6667 , 1.6667 , 1.1110 , 0.7516 , 0.6510 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7240 , cls_41 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7248 , cls_41 , 1.2600 , 720.0000 , 59.2997 , 571.4286 , 1.5000 , 1.1000 , 0.7591 , 0.4881 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7252 , cls_41 , 1.8000 , 1140.0000 , 82.2155 , 633.3333 , 2.1111 , 1.1538 , 0.8502 , 0.4833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7258 , cls_41 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7261 , cls_41 , 0.6300 , 480.0000 , 40.4183 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7266 , cls_41 , 1.4400 , 840.0000 , 55.1582 , 583.3333 , 1.7500 , 1.1169 , 0.6082 , 0.5313 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7281 , cls_41 , 23.2200 , 4680.0000 , 200.7915 , 201.5504 , 2.3636 , 1.1436 , 0.4777 , 0.8340 , 23.2200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7282 , cls_41 , 5.9400 , 2100.0000 , 121.7213 , 353.5354 , 2.0588 , 1.1396 , 0.7438 , 0.7020 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7294 , cls_41 , 0.6300 , 480.0000 , 36.8521 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7300 , cls_41 , 0.4500 , 360.0000 , 24.0000 , 800.0000 , 1.2000 , 1.0699 , 0.3634 , 0.4000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7309 , cls_41 , 1.0800 , 660.0000 , 55.9028 , 611.1111 , 1.5714 , 1.0996 , 0.7117 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7320 , cls_41 , 4.5000 , 1920.0000 , 115.5068 , 426.6667 , 2.1333 , 1.1524 , 0.7827 , 0.6433 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7327 , cls_41 , 0.7200 , 600.0000 , 47.3983 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7352 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7361 , cls_41 , 7.8300 , 3540.0000 , 152.7921 , 452.1073 , 3.1053 , 1.2044 , 0.7265 , 0.6533 , 7.8300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7364 , cls_41 , 0.6300 , 540.0000 , 39.7882 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7365 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7382 , cls_41 , 2.0700 , 900.0000 , 72.5062 , 434.7826 , 1.5000 , 1.0900 , 0.6555 , 0.6377 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7385 , cls_41 , 0.4500 , 600.0000 , 33.9411 , 1333.3333 , 2.0000 , 1.1913 , 0.6463 , 0.1333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7389 , cls_41 , 3.3300 , 1200.0000 , 80.8238 , 360.3604 , 1.5385 , 1.0955 , 0.6231 , 0.7027 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7396 , cls_41 , 4.1400 , 1860.0000 , 104.9635 , 449.2754 , 2.2143 , 1.1555 , 0.6834 , 0.6304 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7417 , cls_41 , 0.9000 , 600.0000 , 48.7822 , 666.6667 , 1.4286 , 1.1006 , 0.7170 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7443 , cls_41 , 1.5300 , 780.0000 , 55.9635 , 509.8039 , 1.4444 , 1.0945 , 0.6817 , 0.5686 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7457 , cls_41 , 0.8100 , 600.0000 , 49.4675 , 740.7407 , 1.6667 , 1.1135 , 0.7838 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7471 , cls_41 , 6.2100 , 2700.0000 , 205.0555 , 434.7826 , 2.6471 , 1.1806 , 0.8740 , 0.6353 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7474 , cls_41 , 11.0700 , 5340.0000 , 207.3487 , 482.3848 , 3.8696 , 1.2393 , 0.7987 , 0.6152 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7481 , cls_41 , 0.8100 , 600.0000 , 46.2101 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7484 , cls_41 , 1.3500 , 840.0000 , 69.0713 , 622.2222 , 1.7500 , 1.1245 , 0.7753 , 0.4778 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7491 , cls_41 , 0.6300 , 420.0000 , 39.4421 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7506 , cls_41 , 2.8800 , 1560.0000 , 81.8468 , 541.6667 , 2.1667 , 1.1621 , 0.7190 , 0.5938 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7507 , cls_41 , 0.8100 , 540.0000 , 37.8729 , 666.6667 , 1.5000 , 1.0901 , 0.5416 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7521 , cls_41 , 3.3300 , 1560.0000 , 86.8023 , 468.4685 , 2.0000 , 1.1459 , 0.5973 , 0.6216 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7524 , cls_41 , 4.6800 , 2400.0000 , 132.3578 , 512.8205 , 2.6667 , 1.1897 , 0.7253 , 0.5833 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7541 , cls_41 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7546 , cls_41 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7550 , cls_41 , 0.9900 , 660.0000 , 49.8187 , 666.6667 , 1.5714 , 1.1100 , 0.6888 , 0.4697 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7552 , cls_41 , 1.0800 , 780.0000 , 56.5316 , 722.2222 , 1.8571 , 1.1355 , 0.7062 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7568 , cls_41 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7571 , cls_41 , 1.1700 , 720.0000 , 58.5044 , 615.3846 , 1.5000 , 1.1087 , 0.7733 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7572 , cls_41 , 2.1600 , 1320.0000 , 79.7388 , 611.1111 , 2.2000 , 1.1621 , 0.6405 , 0.5347 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7584 , cls_41 , 4.2300 , 1860.0000 , 115.8179 , 439.7163 , 2.2143 , 1.1532 , 0.7177 , 0.6489 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7587 , cls_41 , 8.3700 , 3540.0000 , 174.3975 , 422.9391 , 2.9500 , 1.1973 , 0.8497 , 0.6434 , 8.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7610 , cls_41 , 0.5400 , 480.0000 , 47.1916 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7619 , cls_41 , 3.3300 , 1140.0000 , 94.1583 , 342.3423 , 1.4615 , 1.0856 , 0.7353 , 0.7027 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7626 , cls_41 , 0.8100 , 480.0000 , 40.4904 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7628 , cls_41 , 2.4300 , 1380.0000 , 76.4274 , 567.9012 , 2.0909 , 1.1573 , 0.7036 , 0.5556 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7639 , cls_41 , 1.1700 , 660.0000 , 43.6399 , 564.1026 , 1.3750 , 1.0902 , 0.4827 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7641 , cls_41 , 0.6300 , 480.0000 , 34.8130 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7642 , cls_41 , 1.4400 , 720.0000 , 54.6434 , 500.0000 , 1.5000 , 1.0847 , 0.6866 , 0.5833 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7643 , cls_41 , 0.9000 , 780.0000 , 53.0961 , 866.6667 , 1.8571 , 1.1583 , 0.6894 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7644 , cls_41 , 1.6200 , 780.0000 , 61.5690 , 481.4815 , 1.4444 , 1.0880 , 0.7425 , 0.5833 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7647 , cls_41 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7648 , cls_41 , 2.2500 , 1320.0000 , 77.3617 , 586.6667 , 2.2000 , 1.1574 , 0.7551 , 0.5333 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7668 , cls_41 , 0.6300 , 480.0000 , 37.2411 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7670 , cls_41 , 0.7200 , 600.0000 , 48.2807 , 833.3333 , 1.6667 , 1.1283 , 0.7736 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7673 , cls_41 , 1.8900 , 840.0000 , 63.5943 , 444.4444 , 1.4000 , 1.0860 , 0.6658 , 0.6111 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7676 , cls_41 , 0.9000 , 600.0000 , 41.0958 , 666.6667 , 1.4286 , 1.1006 , 0.6255 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7681 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7699 , cls_41 , 0.9900 , 780.0000 , 63.0088 , 787.8788 , 1.8571 , 1.1463 , 0.7845 , 0.3636 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7711 , cls_41 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7715 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7716 , cls_41 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7718 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7720 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7721 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7736 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7741 , cls_41 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7745 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7747 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7758 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7769 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 9 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 10 , cls_81 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 17 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 19 , cls_81 , 2.2500 , 960.0000 , 65.7833 , 426.6667 , 1.6000 , 1.0938 , 0.6021 , 0.6533 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 42 , cls_81 , 7.9200 , 3540.0000 , 151.2047 , 446.9697 , 3.1053 , 1.2031 , 0.6704 , 0.6439 , 7.9200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 44 , cls_81 , 0.9000 , 540.0000 , 45.6804 , 600.0000 , 1.2857 , 1.0775 , 0.7170 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 84 , cls_81 , 1.3500 , 540.0000 , 45.1851 , 400.0000 , 1.1250 , 1.0316 , 0.4383 , 0.6556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 483.7355 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 149 , cls_81 , 3.4200 , 960.0000 , 74.1966 , 280.7018 , 1.2308 , 1.0499 , 0.5012 , 0.7588 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 181 , cls_81 , 1.0800 , 600.0000 , 45.2861 , 555.5556 , 1.4286 , 1.0790 , 0.5870 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 254.5584 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 205 , cls_81 , 6.3000 , 2640.0000 , 165.3476 , 419.0476 , 2.5882 , 1.1750 , 0.7799 , 0.6595 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 275 , cls_81 , 2.4300 , 1260.0000 , 88.8633 , 518.5185 , 1.9091 , 1.1393 , 0.6562 , 0.5741 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 313 , cls_81 , 8.7300 , 3420.0000 , 152.3502 , 391.7526 , 2.8500 , 1.1868 , 0.6653 , 0.6821 , 8.7300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 319 , cls_81 , 1.2600 , 540.0000 , 48.7154 , 428.5714 , 1.1250 , 1.0391 , 0.5544 , 0.6190 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 558.0323 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 360 , cls_81 , 1.8900 , 900.0000 , 62.6256 , 476.1905 , 1.5000 , 1.1001 , 0.6068 , 0.6270 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 502.8916 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 364 , cls_81 , 1.1700 , 540.0000 , 49.8851 , 461.5385 , 1.1250 , 1.0473 , 0.6322 , 0.5897 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 429.5346 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 385 , cls_81 , 5.5800 , 2700.0000 , 176.1234 , 483.8710 , 2.8125 , 1.1921 , 0.8246 , 0.6156 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 480.9366 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 406 , cls_81 , 1.8000 , 1020.0000 , 70.6588 , 566.6667 , 1.8889 , 1.1311 , 0.7139 , 0.5417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 504 , cls_81 , 7.2000 , 3180.0000 , 148.8430 , 441.6667 , 2.9444 , 1.1942 , 0.7882 , 0.6354 , 7.2000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 525 , cls_81 , 1.2600 , 900.0000 , 71.0023 , 714.2857 , 1.8750 , 1.1473 , 0.7903 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 458.9118 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 528 , cls_81 , 49.6800 , 13440.0000 , 573.8068 , 270.5314 , 4.7660 , 1.2381 , 0.8728 , 0.7835 , 49.6800 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 531 , cls_81 , 3.4200 , 1980.0000 , 133.9712 , 578.9474 , 2.5385 , 1.1886 , 0.8065 , 0.5395 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 538 , cls_81 , 4.9500 , 1980.0000 , 104.8123 , 400.0000 , 2.2000 , 1.1480 , 0.5856 , 0.6667 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 553 , cls_81 , 1.6200 , 1080.0000 , 62.0341 , 666.6667 , 2.0000 , 1.1552 , 0.6474 , 0.4352 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 594 , cls_81 , 1.8000 , 780.0000 , 67.8818 , 433.3333 , 1.4444 , 1.0763 , 0.7004 , 0.6167 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 420.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 604 , cls_81 , 1.1700 , 660.0000 , 50.2356 , 564.1026 , 1.3750 , 1.0902 , 0.6817 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 630 , cls_81 , 7.2000 , 2520.0000 , 127.5215 , 350.0000 , 2.3333 , 1.1526 , 0.5842 , 0.7104 , 7.2000 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 670 , cls_81 , 1.0800 , 540.0000 , 45.5703 , 500.0000 , 1.2857 , 1.0563 , 0.6273 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 502.8916 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 689 , cls_81 , 10.8000 , 4200.0000 , 166.0568 , 388.8889 , 3.1818 , 1.2005 , 0.6974 , 0.6806 , 10.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 775 , cls_81 , 8.9100 , 2220.0000 , 149.8578 , 249.1582 , 1.8500 , 1.1088 , 0.6918 , 0.7828 , 8.9100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 809 , cls_81 , 1.1700 , 1020.0000 , 78.1764 , 871.7949 , 2.1250 , 1.1831 , 0.8535 , 0.3205 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 850 , cls_81 , 4.9500 , 2280.0000 , 120.0414 , 460.6061 , 2.5333 , 1.1741 , 0.6942 , 0.6424 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 855 , cls_81 , 1.8900 , 1020.0000 , 77.4581 , 539.6825 , 1.7000 , 1.1255 , 0.7547 , 0.5556 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 856 , cls_81 , 2.5200 , 1080.0000 , 79.6342 , 428.5714 , 1.6364 , 1.1048 , 0.6729 , 0.6310 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 865 , cls_81 , 8.9100 , 3240.0000 , 161.2704 , 363.6364 , 2.7000 , 1.1752 , 0.6751 , 0.6936 , 8.9100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 868 , cls_81 , 1.3500 , 660.0000 , 56.5780 , 488.8889 , 1.3750 , 1.0738 , 0.7191 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 364.9658 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 885 , cls_81 , 19.2600 , 4560.0000 , 203.5469 , 236.7601 , 2.5333 , 1.1569 , 0.5878 , 0.8053 , 19.2600 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 915 , cls_81 , 2.6100 , 1320.0000 , 95.4709 , 505.7471 , 2.0000 , 1.1405 , 0.8097 , 0.5977 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 924 , cls_81 , 2.7900 , 1140.0000 , 80.8165 , 408.6022 , 1.5833 , 1.1044 , 0.7420 , 0.6452 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 978 , cls_81 , 14.4000 , 5160.0000 , 201.3530 , 358.3333 , 3.3077 , 1.2060 , 0.7190 , 0.7083 , 14.4000 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 981 , cls_81 , 2.6100 , 900.0000 , 64.1993 , 344.8276 , 1.3636 , 1.0651 , 0.4570 , 0.7241 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1009 , cls_81 , 4.0500 , 1920.0000 , 93.9957 , 474.0741 , 2.2857 , 1.1639 , 0.6688 , 0.6185 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1089 , cls_81 , 10.9800 , 4440.0000 , 200.8958 , 404.3716 , 3.2174 , 1.2083 , 0.7515 , 0.6790 , 10.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1116 , cls_81 , 4.5000 , 1260.0000 , 86.8728 , 280.0000 , 1.4000 , 1.0738 , 0.5103 , 0.7667 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 218.4033 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1126 , cls_81 , 1.9800 , 780.0000 , 57.5031 , 393.9394 , 1.3000 , 1.0660 , 0.5170 , 0.6818 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 296.9848 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1157 , cls_81 , 9.9000 , 3240.0000 , 152.8311 , 327.2727 , 2.5714 , 1.1644 , 0.6498 , 0.7364 , 9.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1174 , cls_81 , 8.8200 , 2280.0000 , 144.4806 , 258.5034 , 1.9000 , 1.1145 , 0.7239 , 0.7840 , 8.8200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1190 , cls_81 , 1.0800 , 660.0000 , 50.2263 , 611.1111 , 1.5714 , 1.0996 , 0.7649 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 540.8327 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1226 , cls_81 , 1.2600 , 1260.0000 , 92.7108 , 1000.0000 , 2.6250 , 1.2186 , 0.8913 , 0.2738 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1229 , cls_81 , 1.5300 , 840.0000 , 63.0942 , 549.0196 , 1.5556 , 1.1099 , 0.7035 , 0.5392 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1237 , cls_81 , 1.8000 , 1260.0000 , 92.2966 , 700.0000 , 2.3333 , 1.1742 , 0.8428 , 0.4500 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 296.9848 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1240 , cls_81 , 16.3800 , 4200.0000 , 183.5669 , 256.4103 , 2.5926 , 1.1588 , 0.6680 , 0.7830 , 16.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1262 , cls_81 , 1.3500 , 720.0000 , 51.0306 , 533.3333 , 1.5000 , 1.0921 , 0.5756 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 589.4065 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1265 , cls_81 , 3.7800 , 2040.0000 , 92.7655 , 539.6825 , 2.6154 , 1.1830 , 0.5886 , 0.5873 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1266 , cls_81 , 1.0800 , 660.0000 , 55.4321 , 611.1111 , 1.5714 , 1.0996 , 0.7366 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1296 , cls_81 , 1.5300 , 840.0000 , 61.3003 , 549.0196 , 1.5556 , 1.1099 , 0.6817 , 0.5392 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1352 , cls_81 , 31.2300 , 8760.0000 , 381.9980 , 280.4995 , 3.8421 , 1.2159 , 0.8247 , 0.7699 , 31.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1383 , cls_81 , 7.0200 , 1980.0000 , 119.5132 , 282.0513 , 1.8333 , 1.1120 , 0.5506 , 0.7607 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1473 , cls_81 , 2.6100 , 1560.0000 , 100.0838 , 597.7011 , 2.3636 , 1.1733 , 0.8329 , 0.5460 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1479 , cls_81 , 2.1600 , 1020.0000 , 79.9206 , 472.2222 , 1.7000 , 1.1104 , 0.6944 , 0.5972 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 458.9118 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1507 , cls_81 , 1.2600 , 780.0000 , 47.6915 , 619.0476 , 1.6250 , 1.1170 , 0.5652 , 0.5357 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 636.3961 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1519 , cls_81 , 1.0800 , 540.0000 , 40.5020 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1541 , cls_81 , 20.6100 , 5220.0000 , 213.9788 , 253.2751 , 2.8065 , 1.1726 , 0.7188 , 0.7969 , 20.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1568 , cls_81 , 1.1700 , 600.0000 , 49.0068 , 512.8205 , 1.2500 , 1.0698 , 0.6877 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1609 , cls_81 , 1.9800 , 780.0000 , 57.2243 , 393.9394 , 1.3000 , 1.0660 , 0.4613 , 0.6742 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 216.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1619 , cls_81 , 4.2300 , 1440.0000 , 91.6396 , 340.4255 , 1.7143 , 1.1051 , 0.5397 , 0.7128 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1623 , cls_81 , 2.4300 , 1320.0000 , 87.3485 , 543.2099 , 2.0000 , 1.1485 , 0.7677 , 0.5556 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1636 , cls_81 , 1.3500 , 1320.0000 , 74.7418 , 977.7778 , 2.7500 , 1.2195 , 0.7419 , 0.3000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1638 , cls_81 , 16.2900 , 5400.0000 , 226.4202 , 331.4917 , 3.3333 , 1.2012 , 0.7193 , 0.7385 , 16.2900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1640 , cls_81 , 1.0800 , 660.0000 , 46.6357 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1644 , cls_81 , 5.1300 , 1380.0000 , 92.4372 , 269.0058 , 1.4375 , 1.0776 , 0.5923 , 0.7778 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1662 , cls_81 , 68.7600 , 20100.0000 , 430.7369 , 292.3211 , 5.9821 , 1.2681 , 0.7301 , 0.7685 , 68.7600 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1727 , cls_81 , 3.3300 , 1560.0000 , 84.6250 , 468.4685 , 2.0000 , 1.1459 , 0.6376 , 0.6216 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 402.4922 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1733 , cls_81 , 2.1600 , 900.0000 , 66.3225 , 416.6667 , 1.5000 , 1.0853 , 0.6605 , 0.6528 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1746 , cls_81 , 1.4400 , 1020.0000 , 64.8470 , 708.3333 , 2.1250 , 1.1574 , 0.7900 , 0.4583 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1807 , cls_81 , 8.0100 , 2160.0000 , 122.8192 , 269.6629 , 1.8947 , 1.1144 , 0.5356 , 0.7659 , 8.0100 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1820 , cls_81 , 3.3300 , 1200.0000 , 85.0620 , 360.3604 , 1.5385 , 1.0955 , 0.6231 , 0.6982 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1827 , cls_81 , 7.5600 , 1920.0000 , 163.3555 , 253.9683 , 1.6842 , 1.0992 , 0.7660 , 0.7837 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 458.9118 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1835 , cls_81 , 1.1700 , 540.0000 , 42.9222 , 461.5385 , 1.1250 , 1.0473 , 0.4827 , 0.6026 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 313.2092 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1857 , cls_81 , 4.6800 , 1800.0000 , 100.8463 , 384.6154 , 2.0000 , 1.1362 , 0.5556 , 0.6763 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1860 , cls_81 , 10.2600 , 5580.0000 , 201.3741 , 543.8596 , 4.2273 , 1.2550 , 0.7865 , 0.5746 , 10.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1905 , cls_81 , 1.0800 , 660.0000 , 57.9137 , 611.1111 , 1.5714 , 1.0996 , 0.7117 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1940 , cls_81 , 1.5300 , 660.0000 , 54.0248 , 431.3725 , 1.2222 , 1.0598 , 0.6452 , 0.6373 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1999 , cls_81 , 45.9000 , 12360.0000 , 414.7629 , 269.2810 , 4.4783 , 1.2328 , 0.8361 , 0.7778 , 45.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2001 , cls_81 , 2.7900 , 1440.0000 , 81.2019 , 516.1290 , 2.0000 , 1.1500 , 0.6507 , 0.5699 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2022 , cls_81 , 3.7800 , 1800.0000 , 119.7548 , 476.1905 , 2.3077 , 1.1592 , 0.7861 , 0.5952 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 271.6616 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2037 , cls_81 , 5.2200 , 2100.0000 , 113.0793 , 402.2989 , 2.1875 , 1.1532 , 0.6973 , 0.6839 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2109 , cls_81 , 1.8900 , 960.0000 , 73.6103 , 507.9365 , 1.6000 , 1.1132 , 0.6996 , 0.5635 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2143 , cls_81 , 1.4400 , 960.0000 , 71.7222 , 666.6667 , 2.0000 , 1.1448 , 0.7603 , 0.4688 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2145 , cls_81 , 1.0800 , 840.0000 , 59.5743 , 777.7778 , 2.0000 , 1.1515 , 0.7878 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2162 , cls_81 , 1.1700 , 780.0000 , 59.0325 , 666.6667 , 1.6250 , 1.1258 , 0.7453 , 0.4359 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2169 , cls_81 , 5.5800 , 2520.0000 , 118.4169 , 451.6129 , 2.6250 , 1.1795 , 0.6597 , 0.6425 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2175 , cls_81 , 1.1700 , 780.0000 , 62.0247 , 666.6667 , 1.6250 , 1.1258 , 0.7286 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2182 , cls_81 , 43.1100 , 16320.0000 , 544.8001 , 378.5665 , 6.1818 , 1.2816 , 0.8978 , 0.6945 , 43.1100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2183 , cls_81 , 4.7700 , 2280.0000 , 100.1885 , 477.9874 , 2.5333 , 1.1781 , 0.6352 , 0.6195 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2200 , cls_81 , 1.1700 , 600.0000 , 43.1998 , 512.8205 , 1.2500 , 1.0698 , 0.5963 , 0.5897 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2213 , cls_81 , 6.9300 , 3240.0000 , 123.3175 , 467.5325 , 3.0000 , 1.2017 , 0.5375 , 0.6494 , 6.9300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2222 , cls_81 , 2.1600 , 720.0000 , 57.3378 , 333.3333 , 1.2000 , 1.0406 , 0.4990 , 0.7222 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2225 , cls_81 , 2.2500 , 900.0000 , 65.8761 , 400.0000 , 1.5000 , 1.0809 , 0.5639 , 0.6667 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2264 , cls_81 , 5.0400 , 3600.0000 , 137.4020 , 714.2857 , 4.0000 , 1.2565 , 0.8088 , 0.4375 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2323 , cls_81 , 1.0800 , 540.0000 , 43.0150 , 500.0000 , 1.2857 , 1.0563 , 0.6180 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 324.4996 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2337 , cls_81 , 4.7700 , 2520.0000 , 112.0183 , 528.3019 , 2.8000 , 1.1967 , 0.7414 , 0.6038 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2339 , cls_81 , 1.1700 , 480.0000 , 41.7161 , 410.2564 , 1.0000 , 1.0222 , 0.4827 , 0.6410 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2344 , cls_81 , 1.8900 , 840.0000 , 54.8229 , 444.4444 , 1.4000 , 1.0860 , 0.4858 , 0.6508 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2362 , cls_81 , 3.0600 , 1380.0000 , 88.8981 , 450.9804 , 1.9167 , 1.1315 , 0.8142 , 0.6225 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2368 , cls_81 , 3.4200 , 1500.0000 , 101.1931 , 438.5965 , 1.9231 , 1.1354 , 0.7674 , 0.6491 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2376 , cls_81 , 5.4000 , 2640.0000 , 170.4547 , 488.8889 , 2.7500 , 1.1916 , 0.8236 , 0.6083 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2380 , cls_81 , 1.3500 , 660.0000 , 51.1641 , 488.8889 , 1.3750 , 1.0738 , 0.6327 , 0.5889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2383 , cls_81 , 1.8900 , 1320.0000 , 65.7060 , 698.4127 , 2.2000 , 1.1778 , 0.6387 , 0.4762 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2407 , cls_81 , 1.1700 , 1020.0000 , 57.8736 , 871.7949 , 2.1250 , 1.1831 , 0.7701 , 0.3718 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2410 , cls_81 , 12.2400 , 2460.0000 , 146.2865 , 200.9804 , 1.7083 , 1.0963 , 0.5671 , 0.8321 , 12.2400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2423 , cls_81 , 1.8000 , 1020.0000 , 67.3904 , 566.6667 , 1.8889 , 1.1311 , 0.7746 , 0.5667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2428 , cls_81 , 1.9800 , 1260.0000 , 78.5365 , 636.3636 , 2.1000 , 1.1629 , 0.7307 , 0.5076 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2430 , cls_81 , 1.2600 , 780.0000 , 52.3611 , 619.0476 , 1.6250 , 1.1170 , 0.6039 , 0.5119 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 362.4914 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2432 , cls_81 , 2.7000 , 2220.0000 , 110.3985 , 822.2222 , 3.3636 , 1.2386 , 0.8090 , 0.3833 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2445 , cls_81 , 1.0800 , 900.0000 , 63.2198 , 833.3333 , 2.1429 , 1.1663 , 0.7117 , 0.3611 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2448 , cls_81 , 1.3500 , 660.0000 , 52.4641 , 488.8889 , 1.3750 , 1.0738 , 0.6869 , 0.5778 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2471 , cls_81 , 10.0800 , 2820.0000 , 145.2376 , 279.7619 , 2.1364 , 1.1385 , 0.6362 , 0.7649 , 10.0800 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2490 , cls_81 , 2.9700 , 840.0000 , 66.4857 , 282.8283 , 1.1667 , 1.0384 , 0.4322 , 0.7525 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2500 , cls_81 , 1.1700 , 720.0000 , 49.6486 , 615.3846 , 1.5000 , 1.1087 , 0.6322 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2512 , cls_81 , 8.1900 , 4200.0000 , 239.2821 , 512.8205 , 3.5000 , 1.2298 , 0.8970 , 0.5824 , 8.1900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2513 , cls_81 , 4.2300 , 1920.0000 , 95.4868 , 453.9007 , 2.2857 , 1.1591 , 0.5984 , 0.6241 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2517 , cls_81 , 8.8200 , 3180.0000 , 142.8093 , 360.5442 , 2.6500 , 1.1729 , 0.7406 , 0.7041 , 8.8200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2531 , cls_81 , 1.9800 , 1440.0000 , 72.8111 , 727.2727 , 2.4000 , 1.1899 , 0.6888 , 0.4394 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2553 , cls_81 , 2.7000 , 840.0000 , 64.4078 , 311.1111 , 1.2727 , 1.0481 , 0.4123 , 0.7444 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2556 , cls_81 , 3.4200 , 1620.0000 , 94.8964 , 473.6842 , 2.0769 , 1.1502 , 0.6753 , 0.6184 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2558 , cls_81 , 10.6200 , 3000.0000 , 158.7728 , 282.4859 , 2.2727 , 1.1440 , 0.7243 , 0.7712 , 10.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2581 , cls_81 , 5.7600 , 1620.0000 , 109.2455 , 281.2500 , 1.6875 , 1.0955 , 0.6619 , 0.7708 , 5.7600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2616 , cls_81 , 2.5200 , 1020.0000 , 70.8034 , 404.7619 , 1.5455 , 1.0935 , 0.5544 , 0.6667 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2634 , cls_81 , 1.8000 , 900.0000 , 56.7131 , 500.0000 , 1.6667 , 1.1055 , 0.5103 , 0.6000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2636 , cls_81 , 6.6600 , 2760.0000 , 153.7180 , 414.4144 , 2.5556 , 1.1771 , 0.7906 , 0.6667 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2662 , cls_81 , 1.6200 , 1320.0000 , 73.8642 , 814.8148 , 2.4444 , 1.1966 , 0.6903 , 0.3796 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2675 , cls_81 , 7.8300 , 3060.0000 , 136.8901 , 390.8046 , 2.6842 , 1.1785 , 0.6461 , 0.6935 , 7.8300 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2681 , cls_81 , 3.3300 , 1380.0000 , 79.5504 , 414.4144 , 1.7692 , 1.1223 , 0.5193 , 0.6757 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2700 , cls_81 , 5.4900 , 2520.0000 , 131.3617 , 459.0164 , 2.6250 , 1.1813 , 0.7196 , 0.6421 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2709 , cls_81 , 6.2100 , 3000.0000 , 163.3717 , 483.0918 , 2.9412 , 1.1997 , 0.8026 , 0.6111 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2715 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2739 , cls_81 , 1.8000 , 600.0000 , 52.1430 , 333.3333 , 1.1111 , 1.0228 , 0.4907 , 0.7000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2745 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2747 , cls_81 , 10.8900 , 2520.0000 , 162.2171 , 231.4050 , 1.9091 , 1.1115 , 0.6708 , 0.8017 , 10.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2748 , cls_81 , 1.1700 , 540.0000 , 42.4964 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2749 , cls_81 , 13.4100 , 4800.0000 , 207.4102 , 357.9418 , 3.2000 , 1.2011 , 0.7484 , 0.7002 , 13.4100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2767 , cls_81 , 3.3300 , 1500.0000 , 96.7591 , 450.4505 , 1.9231 , 1.1383 , 0.7056 , 0.6216 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2768 , cls_81 , 1.7100 , 900.0000 , 70.7215 , 526.3158 , 1.6667 , 1.1114 , 0.7718 , 0.5439 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2770 , cls_81 , 27.9000 , 6540.0000 , 272.4266 , 234.4086 , 3.0278 , 1.1802 , 0.6280 , 0.8038 , 27.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2773 , cls_81 , 3.0600 , 2220.0000 , 92.5477 , 725.4902 , 3.0833 , 1.2236 , 0.7595 , 0.4461 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2774 , cls_81 , 2.3400 , 1140.0000 , 87.8904 , 487.1795 , 1.7273 , 1.1237 , 0.7352 , 0.5833 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2777 , cls_81 , 1.0800 , 600.0000 , 46.6204 , 555.5556 , 1.4286 , 1.0790 , 0.6605 , 0.5556 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2786 , cls_81 , 1.6200 , 900.0000 , 58.7540 , 555.5556 , 1.6667 , 1.1176 , 0.6903 , 0.5463 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2794 , cls_81 , 3.5100 , 1620.0000 , 88.5076 , 461.5385 , 2.0769 , 1.1473 , 0.5756 , 0.6026 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2802 , cls_81 , 2.2500 , 1020.0000 , 71.2570 , 453.3333 , 1.7000 , 1.1059 , 0.6463 , 0.6267 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2808 , cls_81 , 2.8800 , 1200.0000 , 88.3495 , 416.6667 , 1.6667 , 1.1110 , 0.7026 , 0.6615 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2814 , cls_81 , 1.0800 , 540.0000 , 40.9341 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2828 , cls_81 , 8.4600 , 2460.0000 , 164.5867 , 290.7801 , 2.0500 , 1.1320 , 0.7606 , 0.7465 , 8.4600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2829 , cls_81 , 1.2600 , 540.0000 , 43.8599 , 428.5714 , 1.1250 , 1.0391 , 0.4757 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2846 , cls_81 , 2.6100 , 780.0000 , 64.9440 , 298.8506 , 1.1818 , 1.0370 , 0.4872 , 0.7356 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2851 , cls_81 , 5.4000 , 2220.0000 , 124.5691 , 411.1111 , 2.3125 , 1.1598 , 0.6396 , 0.6500 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2852 , cls_81 , 2.0700 , 1020.0000 , 74.3185 , 492.7536 , 1.7000 , 1.1152 , 0.7712 , 0.6014 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2853 , cls_81 , 1.6200 , 1260.0000 , 67.9253 , 777.7778 , 2.3333 , 1.1870 , 0.7205 , 0.4167 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2876 , cls_81 , 1.8000 , 720.0000 , 58.5569 , 400.0000 , 1.3333 , 1.0600 , 0.5609 , 0.6667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2894 , cls_81 , 1.6200 , 840.0000 , 57.0567 , 518.5185 , 1.5556 , 1.1033 , 0.6474 , 0.5741 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2903 , cls_81 , 2.2500 , 1080.0000 , 77.6342 , 480.0000 , 1.8000 , 1.1173 , 0.7256 , 0.6067 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2920 , cls_81 , 6.5700 , 1680.0000 , 106.3499 , 255.7078 , 1.5556 , 1.0890 , 0.4836 , 0.7808 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2931 , cls_81 , 1.0800 , 540.0000 , 40.3971 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2935 , cls_81 , 1.8900 , 780.0000 , 59.9760 , 412.6984 , 1.3000 , 1.0710 , 0.6337 , 0.6429 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2955 , cls_81 , 17.7300 , 4140.0000 , 207.9536 , 233.5025 , 2.3793 , 1.1488 , 0.5935 , 0.8029 , 17.7300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3004 , cls_81 , 21.7800 , 7020.0000 , 321.3056 , 322.3140 , 3.6563 , 1.2155 , 0.8041 , 0.7397 , 21.7800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3007 , cls_81 , 15.0300 , 4020.0000 , 164.9781 , 267.4651 , 2.5769 , 1.1598 , 0.5588 , 0.7904 , 15.0300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3020 , cls_81 , 4.2300 , 1320.0000 , 98.9791 , 312.0567 , 1.5714 , 1.0888 , 0.6915 , 0.7340 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3022 , cls_81 , 1.1700 , 780.0000 , 53.7135 , 666.6667 , 1.6250 , 1.1258 , 0.6877 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3024 , cls_81 , 1.4400 , 1200.0000 , 65.5097 , 833.3333 , 2.5000 , 1.1914 , 0.7004 , 0.3750 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3037 , cls_81 , 2.9700 , 1140.0000 , 72.9524 , 383.8384 , 1.5833 , 1.0977 , 0.6145 , 0.6970 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3047 , cls_81 , 1.1700 , 1080.0000 , 81.7830 , 923.0769 , 2.2500 , 1.1953 , 0.8727 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3085 , cls_81 , 63.9000 , 18480.0000 , 494.3061 , 289.2019 , 5.7037 , 1.2625 , 0.7450 , 0.7690 , 63.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3094 , cls_81 , 1.8900 , 1200.0000 , 84.4370 , 634.9206 , 2.0000 , 1.1585 , 0.7695 , 0.5000 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 331.3608 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3100 , cls_81 , 2.8800 , 1080.0000 , 77.1004 , 375.0000 , 1.5000 , 1.0904 , 0.6488 , 0.6927 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 295.4657 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3122 , cls_81 , 1.8000 , 660.0000 , 52.9555 , 366.6667 , 1.2222 , 1.0422 , 0.4907 , 0.6833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3144 , cls_81 , 7.0200 , 2040.0000 , 131.4446 , 290.5983 , 1.8889 , 1.1174 , 0.6944 , 0.7521 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3164 , cls_81 , 3.4200 , 2400.0000 , 122.2095 , 701.7544 , 3.0769 , 1.2255 , 0.8017 , 0.4605 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3169 , cls_81 , 7.2000 , 1980.0000 , 124.6118 , 275.0000 , 1.8333 , 1.1095 , 0.7114 , 0.7771 , 7.2000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3195 , cls_81 , 1.0800 , 720.0000 , 67.5795 , 666.6667 , 1.7143 , 1.1183 , 0.7649 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3226 , cls_81 , 1.8900 , 1320.0000 , 72.5961 , 698.4127 , 2.2000 , 1.1778 , 0.6658 , 0.4444 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3228 , cls_81 , 4.6800 , 2880.0000 , 117.4140 , 615.3846 , 3.2000 , 1.2236 , 0.7170 , 0.4968 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3239 , cls_81 , 0.9000 , 480.0000 , 40.0216 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3264 , cls_81 , 2.7900 , 1080.0000 , 77.2090 , 387.0968 , 1.5000 , 1.0938 , 0.6842 , 0.6774 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3296 , cls_81 , 1.5300 , 1140.0000 , 87.1237 , 745.0980 , 2.1111 , 1.1733 , 0.8507 , 0.4020 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3300 , cls_81 , 4.3200 , 1740.0000 , 150.6431 , 402.7778 , 2.0714 , 1.1384 , 0.8090 , 0.6597 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3302 , cls_81 , 1.1700 , 660.0000 , 47.6390 , 564.1026 , 1.3750 , 1.0902 , 0.5526 , 0.5385 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 295.4657 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3318 , cls_81 , 5.6700 , 2220.0000 , 119.2801 , 391.5344 , 2.3125 , 1.1546 , 0.6712 , 0.6640 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3395 , cls_81 , 5.8500 , 1980.0000 , 123.4928 , 338.4615 , 1.9412 , 1.1305 , 0.6689 , 0.7077 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3396 , cls_81 , 16.3800 , 7860.0000 , 244.0639 , 479.8535 , 4.8519 , 1.2632 , 0.8085 , 0.6181 , 16.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3444 , cls_81 , 1.5300 , 660.0000 , 57.5478 , 431.3725 , 1.2222 , 1.0598 , 0.5916 , 0.6078 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 483.7355 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3471 , cls_81 , 1.5300 , 1020.0000 , 62.8953 , 666.6667 , 1.8889 , 1.1502 , 0.6817 , 0.4804 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3485 , cls_81 , 1.1700 , 780.0000 , 67.8852 , 666.6667 , 1.6250 , 1.1258 , 0.8140 , 0.4487 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3528 , cls_81 , 1.5300 , 660.0000 , 48.7359 , 431.3725 , 1.2222 , 1.0598 , 0.4721 , 0.6373 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 240.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3545 , cls_81 , 1.0800 , 840.0000 , 53.8768 , 777.7778 , 2.0000 , 1.1515 , 0.7062 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 400.2499 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3559 , cls_81 , 3.5100 , 2580.0000 , 108.9066 , 735.0427 , 3.3077 , 1.2362 , 0.7793 , 0.4658 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3566 , cls_81 , 1.1700 , 480.0000 , 41.7161 , 410.2564 , 1.0000 , 1.0222 , 0.4827 , 0.6410 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3588 , cls_81 , 2.9700 , 1140.0000 , 74.1537 , 383.8384 , 1.5833 , 1.0977 , 0.6036 , 0.6970 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 349.8571 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3589 , cls_81 , 55.1700 , 14640.0000 , 508.0410 , 265.3616 , 4.8800 , 1.2413 , 0.8084 , 0.7798 , 55.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3593 , cls_81 , 3.1500 , 1320.0000 , 82.6367 , 419.0476 , 1.8333 , 1.1198 , 0.6948 , 0.6667 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 270.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3602 , cls_81 , 3.8700 , 1560.0000 , 114.0471 , 403.1008 , 1.8571 , 1.1296 , 0.7756 , 0.6628 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3672 , cls_81 , 68.5800 , 12720.0000 , 384.3006 , 185.4768 , 3.7857 , 1.2002 , 0.7565 , 0.8508 , 68.5800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3694 , cls_81 , 1.7100 , 780.0000 , 62.7268 , 456.1404 , 1.4444 , 1.0820 , 0.6976 , 0.6140 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 426.3801 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3727 , cls_81 , 4.2300 , 1980.0000 , 133.7728 , 468.0851 , 2.3571 , 1.1649 , 0.8305 , 0.6277 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3732 , cls_81 , 29.9700 , 4440.0000 , 271.9346 , 148.1481 , 2.0000 , 1.1121 , 0.7154 , 0.8749 , 29.9700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3748 , cls_81 , 4.2300 , 1380.0000 , 88.8215 , 326.2411 , 1.6429 , 1.0971 , 0.5397 , 0.7270 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3769 , cls_81 , 1.4400 , 960.0000 , 72.0670 , 666.6667 , 2.0000 , 1.1448 , 0.7711 , 0.4271 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3777 , cls_81 , 2.5200 , 720.0000 , 64.5154 , 285.7143 , 1.0909 , 1.0248 , 0.5116 , 0.7381 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3795 , cls_81 , 21.5100 , 3780.0000 , 197.5741 , 175.7322 , 2.0323 , 1.1159 , 0.5396 , 0.8487 , 21.5100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3820 , cls_81 , 1.7100 , 840.0000 , 65.8947 , 491.2281 , 1.5556 , 1.0972 , 0.6686 , 0.5789 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3830 , cls_81 , 1.1700 , 540.0000 , 45.0620 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6026 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3831 , cls_81 , 1.0800 , 840.0000 , 73.6856 , 777.7778 , 2.0000 , 1.1515 , 0.8283 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3832 , cls_81 , 1.7100 , 1320.0000 , 81.8518 , 771.9298 , 2.4444 , 1.1899 , 0.7781 , 0.4035 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3871 , cls_81 , 5.2200 , 1800.0000 , 147.7937 , 344.8276 , 1.8750 , 1.1248 , 0.8262 , 0.7098 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 295.4657 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3886 , cls_81 , 1.1700 , 600.0000 , 48.0648 , 512.8205 , 1.2500 , 1.0698 , 0.5862 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3890 , cls_81 , 2.0700 , 960.0000 , 67.8170 , 463.7681 , 1.6000 , 1.1030 , 0.7237 , 0.6087 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 335.4102 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3900 , cls_81 , 3.6900 , 1140.0000 , 81.4769 , 308.9431 , 1.4615 , 1.0750 , 0.5984 , 0.7358 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 318.9044 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3929 , cls_81 , 1.0800 , 600.0000 , 55.1828 , 555.5556 , 1.4286 , 1.0790 , 0.7366 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3945 , cls_81 , 1.0800 , 540.0000 , 41.6810 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 218.4033 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3953 , cls_81 , 4.8600 , 2340.0000 , 143.6142 , 481.4815 , 2.6000 , 1.1809 , 0.8729 , 0.5864 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3968 , cls_81 , 1.1700 , 780.0000 , 58.8370 , 666.6667 , 1.6250 , 1.1258 , 0.8053 , 0.4872 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4006 , cls_81 , 35.9100 , 9960.0000 , 320.7887 , 277.3601 , 4.1500 , 1.2227 , 0.6520 , 0.7744 , 35.9100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4039 , cls_81 , 1.5300 , 840.0000 , 60.4558 , 549.0196 , 1.5556 , 1.1099 , 0.7568 , 0.5686 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4049 , cls_81 , 1.6200 , 660.0000 , 54.0318 , 407.4074 , 1.2222 , 1.0536 , 0.5593 , 0.6574 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 818.8406 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4108 , cls_81 , 1.8900 , 600.0000 , 52.2591 , 317.4603 , 1.0000 , 1.0177 , 0.3478 , 0.7143 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4119 , cls_81 , 2.1600 , 1440.0000 , 76.4981 , 666.6667 , 2.4000 , 1.1795 , 0.7555 , 0.4792 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 379.4733 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4165 , cls_81 , 1.1700 , 720.0000 , 52.5457 , 615.3846 , 1.5000 , 1.1087 , 0.6877 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4168 , cls_81 , 216.9900 , 51840.0000 , 985.0386 , 238.9050 , 8.7273 , 1.2981 , 0.8221 , 0.8044 , 216.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4219 , cls_81 , 1.0800 , 840.0000 , 53.9727 , 777.7778 , 2.0000 , 1.1515 , 0.7495 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 300.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4229 , cls_81 , 1.1700 , 780.0000 , 55.2694 , 666.6667 , 1.6250 , 1.1258 , 0.7453 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 295.4657 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4277 , cls_81 , 4.2300 , 1620.0000 , 86.2513 , 382.9787 , 1.9286 , 1.1272 , 0.5397 , 0.6950 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4292 , cls_81 , 15.1200 , 5580.0000 , 193.5803 , 369.0476 , 3.5769 , 1.2142 , 0.6970 , 0.6984 , 15.1200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4298 , cls_81 , 1.9800 , 900.0000 , 73.3165 , 454.5455 , 1.5000 , 1.0949 , 0.7521 , 0.6061 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4389 , cls_81 , 6.5700 , 2700.0000 , 137.9299 , 410.9589 , 2.5000 , 1.1746 , 0.6545 , 0.6644 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4443 , cls_81 , 1.1700 , 480.0000 , 40.3966 , 410.2564 , 1.0000 , 1.0222 , 0.3379 , 0.6538 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4475 , cls_81 , 1.2600 , 840.0000 , 58.4076 , 666.6667 , 1.7500 , 1.1327 , 0.6572 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4496 , cls_81 , 6.3000 , 2940.0000 , 142.6840 , 466.6667 , 2.8824 , 1.1945 , 0.8249 , 0.6167 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4507 , cls_81 , 1.1700 , 480.0000 , 40.8086 , 410.2564 , 1.0000 , 1.0222 , 0.3379 , 0.6410 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4515 , cls_81 , 1.1700 , 720.0000 , 51.5751 , 615.3846 , 1.5000 , 1.1087 , 0.6322 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4543 , cls_81 , 1.5300 , 900.0000 , 57.5032 , 588.2353 , 1.6667 , 1.1242 , 0.6670 , 0.5490 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4627 , cls_81 , 2.7900 , 1200.0000 , 74.5178 , 430.1075 , 1.6667 , 1.1144 , 0.6276 , 0.6452 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4650 , cls_81 , 4.8600 , 1560.0000 , 93.0924 , 320.9877 , 1.7333 , 1.1057 , 0.6283 , 0.7500 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4670 , cls_81 , 1.8000 , 780.0000 , 54.7479 , 433.3333 , 1.4444 , 1.0763 , 0.5195 , 0.6417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4685 , cls_81 , 1.0800 , 600.0000 , 49.1649 , 555.5556 , 1.4286 , 1.0790 , 0.7366 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4726 , cls_81 , 1.8900 , 1320.0000 , 83.1480 , 698.4127 , 2.2000 , 1.1778 , 0.7547 , 0.4524 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4728 , cls_81 , 1.1700 , 720.0000 , 49.4207 , 615.3846 , 1.5000 , 1.1087 , 0.5963 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4729 , cls_81 , 6.1200 , 1800.0000 , 115.7810 , 294.1176 , 1.7647 , 1.1086 , 0.6874 , 0.7598 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4739 , cls_81 , 4.5000 , 2160.0000 , 119.9027 , 480.0000 , 2.4000 , 1.1744 , 0.7170 , 0.6100 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4741 , cls_81 , 5.4900 , 1680.0000 , 111.1649 , 306.0109 , 1.7500 , 1.1070 , 0.5802 , 0.7404 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4802 , cls_81 , 1.8000 , 840.0000 , 68.3322 , 466.6667 , 1.5556 , 1.0915 , 0.7170 , 0.6083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4829 , cls_81 , 1.5300 , 600.0000 , 47.3750 , 392.1569 , 1.1111 , 1.0400 , 0.4150 , 0.6765 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4842 , cls_81 , 1.5300 , 840.0000 , 71.0797 , 549.0196 , 1.5556 , 1.1099 , 0.7835 , 0.5490 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4843 , cls_81 , 1.1700 , 660.0000 , 50.0858 , 564.1026 , 1.3750 , 1.0902 , 0.6877 , 0.5385 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4847 , cls_81 , 5.1300 , 1920.0000 , 135.2080 , 374.2690 , 2.0000 , 1.1385 , 0.7548 , 0.7018 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4861 , cls_81 , 2.3400 , 960.0000 , 71.1936 , 410.2564 , 1.4545 , 1.0895 , 0.6280 , 0.6603 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4884 , cls_81 , 10.7100 , 3300.0000 , 193.9824 , 308.1232 , 2.5000 , 1.1597 , 0.7910 , 0.7381 , 10.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4932 , cls_81 , 1.1700 , 780.0000 , 60.4290 , 666.6667 , 1.6250 , 1.1258 , 0.7566 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4934 , cls_81 , 6.7500 , 3120.0000 , 145.4732 , 462.2222 , 2.8889 , 1.1977 , 0.7671 , 0.6333 , 6.7500 , 1.0000 , 100.0000 , 0.0000 , 258.0698 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5023 , cls_81 , 7.5600 , 2520.0000 , 136.1253 , 333.3333 , 2.2105 , 1.1476 , 0.7483 , 0.7321 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5028 , cls_81 , 1.4400 , 1020.0000 , 75.1564 , 708.3333 , 2.1250 , 1.1574 , 0.8370 , 0.4063 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5042 , cls_81 , 2.0700 , 900.0000 , 67.5359 , 434.7826 , 1.5000 , 1.0900 , 0.6339 , 0.6304 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5055 , cls_81 , 14.1300 , 3900.0000 , 241.3424 , 276.0085 , 2.5000 , 1.1607 , 0.8324 , 0.7665 , 14.1300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5062 , cls_81 , 31.9500 , 10140.0000 , 392.0228 , 317.3709 , 4.4474 , 1.2368 , 0.8132 , 0.7451 , 31.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5102 , cls_81 , 1.6200 , 720.0000 , 55.3891 , 444.4444 , 1.3333 , 1.0715 , 0.6243 , 0.6204 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 300.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5120 , cls_81 , 1.4400 , 540.0000 , 46.0383 , 375.0000 , 1.1250 , 1.0246 , 0.4008 , 0.6771 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5138 , cls_81 , 9.2700 , 2160.0000 , 139.6385 , 233.0097 , 1.7143 , 1.1002 , 0.6285 , 0.7929 , 9.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5164 , cls_81 , 2.2500 , 1020.0000 , 77.5324 , 453.3333 , 1.7000 , 1.1059 , 0.6423 , 0.6267 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5170 , cls_81 , 3.6000 , 1560.0000 , 121.8793 , 433.3333 , 2.0000 , 1.1374 , 0.8279 , 0.6417 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5172 , cls_81 , 13.6800 , 4200.0000 , 241.2762 , 307.0175 , 2.8000 , 1.1765 , 0.8263 , 0.7412 , 13.6800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5213 , cls_81 , 3.7800 , 1080.0000 , 79.7496 , 285.7143 , 1.3846 , 1.0623 , 0.4487 , 0.7579 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5220 , cls_81 , 2.7000 , 1380.0000 , 97.1458 , 511.1111 , 2.0909 , 1.1454 , 0.7671 , 0.5889 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5223 , cls_81 , 2.4300 , 1200.0000 , 71.9197 , 493.8272 , 1.8182 , 1.1297 , 0.6137 , 0.6049 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5237 , cls_81 , 1.3500 , 660.0000 , 47.2778 , 488.8889 , 1.3750 , 1.0738 , 0.5225 , 0.6111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 366.1967 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5274 , cls_81 , 2.0700 , 720.0000 , 56.0841 , 347.8261 , 1.2000 , 1.0451 , 0.4368 , 0.7029 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5297 , cls_81 , 1.8900 , 840.0000 , 57.3073 , 444.4444 , 1.4000 , 1.0860 , 0.4858 , 0.6349 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5301 , cls_81 , 2.7000 , 1200.0000 , 74.2110 , 444.4444 , 1.8182 , 1.1180 , 0.5756 , 0.6222 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5333 , cls_81 , 1.8900 , 1500.0000 , 86.8119 , 793.6508 , 2.5000 , 1.2038 , 0.6658 , 0.3889 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5401 , cls_81 , 3.8700 , 1500.0000 , 114.6591 , 387.5969 , 1.7857 , 1.1221 , 0.7650 , 0.6628 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5417 , cls_81 , 2.6100 , 1140.0000 , 75.4217 , 436.7816 , 1.7273 , 1.1116 , 0.5851 , 0.6379 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5474 , cls_81 , 4.1400 , 2160.0000 , 123.9791 , 521.7391 , 2.5714 , 1.1836 , 0.8152 , 0.5833 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 429.5346 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5476 , cls_81 , 2.4300 , 1440.0000 , 111.7573 , 592.5926 , 2.1818 , 1.1658 , 0.8942 , 0.4938 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 218.4033 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5511 , cls_81 , 1.6200 , 720.0000 , 56.4346 , 444.4444 , 1.3333 , 1.0715 , 0.6474 , 0.6204 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5530 , cls_81 , 5.4000 , 1500.0000 , 104.4698 , 277.7778 , 1.5625 , 1.0878 , 0.6721 , 0.7750 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 330.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5544 , cls_81 , 1.3500 , 720.0000 , 49.6313 , 533.3333 , 1.5000 , 1.0921 , 0.5342 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 254.5584 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5554 , cls_81 , 20.9700 , 8280.0000 , 297.2063 , 394.8498 , 4.4516 , 1.2462 , 0.8061 , 0.6774 , 20.9700 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5595 , cls_81 , 1.3500 , 600.0000 , 47.0983 , 444.4444 , 1.2500 , 1.0537 , 0.4383 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 394.5884 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5638 , cls_81 , 3.6900 , 1680.0000 , 95.1514 , 455.2846 , 2.1538 , 1.1488 , 0.7453 , 0.6260 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 318.9044 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5659 , cls_81 , 1.9800 , 720.0000 , 65.3107 , 363.6364 , 1.2000 , 1.0498 , 0.6498 , 0.6742 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5707 , cls_81 , 1.2600 , 1200.0000 , 90.6583 , 952.3810 , 2.5000 , 1.2082 , 0.8835 , 0.2857 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 254.5584 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5710 , cls_81 , 1.8900 , 660.0000 , 55.7271 , 349.2063 , 1.1000 , 1.0371 , 0.5390 , 0.6905 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5718 , cls_81 , 1.3500 , 960.0000 , 69.8493 , 711.1111 , 2.0000 , 1.1526 , 0.7347 , 0.4111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 284.6050 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5787 , cls_81 , 2.2500 , 1080.0000 , 91.6014 , 480.0000 , 1.8000 , 1.1173 , 0.7849 , 0.5933 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 603.7384 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5922 , cls_81 , 3.6000 , 1560.0000 , 97.9775 , 433.3333 , 2.0000 , 1.1374 , 0.7247 , 0.6417 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5960 , cls_81 , 1.5300 , 900.0000 , 57.9491 , 588.2353 , 1.6667 , 1.1242 , 0.5916 , 0.5490 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5998 , cls_81 , 8.1900 , 3420.0000 , 142.6476 , 417.5824 , 2.8500 , 1.1935 , 0.6520 , 0.6575 , 8.1900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6026 , cls_81 , 1.0800 , 660.0000 , 45.7121 , 611.1111 , 1.5714 , 1.0996 , 0.6605 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 530.7542 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6038 , cls_81 , 31.4100 , 8280.0000 , 253.4588 , 263.6103 , 3.6316 , 1.2065 , 0.6146 , 0.7837 , 31.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6041 , cls_81 , 1.0800 , 480.0000 , 40.4470 , 444.4444 , 1.1429 , 1.0310 , 0.5506 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6043 , cls_81 , 4.3200 , 2040.0000 , 118.0065 , 472.2222 , 2.4286 , 1.1682 , 0.7794 , 0.6146 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 216.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6051 , cls_81 , 2.2500 , 1980.0000 , 154.6714 , 880.0000 , 3.3000 , 1.2383 , 0.9381 , 0.3667 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 513.5173 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6059 , cls_81 , 1.6200 , 660.0000 , 57.6993 , 407.4074 , 1.2222 , 1.0536 , 0.6243 , 0.6481 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6074 , cls_81 , 4.0500 , 1860.0000 , 100.6945 , 459.2593 , 2.2143 , 1.1579 , 0.6817 , 0.6185 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6126 , cls_81 , 8.5500 , 3000.0000 , 141.1395 , 350.8772 , 2.5000 , 1.1659 , 0.5063 , 0.7140 , 8.5500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6139 , cls_81 , 1.9800 , 1200.0000 , 70.8708 , 606.0606 , 2.0000 , 1.1530 , 0.6498 , 0.5000 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6160 , cls_81 , 4.5000 , 1380.0000 , 88.3161 , 306.6667 , 1.5333 , 1.0908 , 0.6118 , 0.7500 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6218 , cls_81 , 5.7600 , 1500.0000 , 103.2351 , 260.4167 , 1.5625 , 1.0814 , 0.6503 , 0.7813 , 5.7600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6237 , cls_81 , 1.8900 , 1140.0000 , 69.5403 , 603.1746 , 1.9000 , 1.1481 , 0.6658 , 0.5159 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6250 , cls_81 , 12.9600 , 3240.0000 , 177.2224 , 250.0000 , 2.2500 , 1.1378 , 0.6755 , 0.7847 , 12.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6290 , cls_81 , 1.1700 , 720.0000 , 49.2779 , 615.3846 , 1.5000 , 1.1087 , 0.6322 , 0.5128 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6311 , cls_81 , 4.1400 , 1800.0000 , 104.4806 , 434.7826 , 2.1429 , 1.1493 , 0.6764 , 0.6341 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6316 , cls_81 , 38.3400 , 14160.0000 , 560.6769 , 369.3271 , 5.6190 , 1.2712 , 0.8945 , 0.6964 , 38.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6323 , cls_81 , 22.1400 , 4980.0000 , 229.7014 , 224.9322 , 2.5938 , 1.1581 , 0.6457 , 0.8096 , 22.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6342 , cls_81 , 1.0800 , 720.0000 , 52.7184 , 666.6667 , 1.7143 , 1.1183 , 0.7366 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6343 , cls_81 , 17.3700 , 5340.0000 , 202.5405 , 307.4266 , 3.1786 , 1.1930 , 0.6706 , 0.7513 , 17.3700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6358 , cls_81 , 105.1200 , 23340.0000 , 575.9630 , 222.0320 , 5.6377 , 1.2508 , 0.7912 , 0.8193 , 105.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6361 , cls_81 , 4.5900 , 2040.0000 , 105.6216 , 444.4444 , 2.2667 , 1.1616 , 0.6040 , 0.6340 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6370 , cls_81 , 1.0800 , 1020.0000 , 79.9317 , 944.4444 , 2.4286 , 1.1933 , 0.8946 , 0.3194 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6379 , cls_81 , 1.0800 , 540.0000 , 42.3748 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6381 , cls_81 , 1.8900 , 720.0000 , 55.9999 , 380.9524 , 1.2000 , 1.0547 , 0.4955 , 0.6905 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6395 , cls_81 , 2.1600 , 780.0000 , 62.1104 , 361.1111 , 1.3000 , 1.0567 , 0.4990 , 0.6944 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6396 , cls_81 , 4.0500 , 2280.0000 , 159.2924 , 562.9630 , 2.7143 , 1.1963 , 0.8344 , 0.5704 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6491 , cls_81 , 1.4400 , 960.0000 , 57.0496 , 666.6667 , 2.0000 , 1.1448 , 0.6866 , 0.5104 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6493 , cls_81 , 2.5200 , 1080.0000 , 74.1035 , 428.5714 , 1.6364 , 1.1048 , 0.5994 , 0.6548 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6495 , cls_81 , 2.7000 , 1440.0000 , 105.6581 , 533.3333 , 2.1818 , 1.1537 , 0.7613 , 0.5389 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6503 , cls_81 , 4.8600 , 1860.0000 , 98.5027 , 382.7160 , 2.0667 , 1.1383 , 0.5385 , 0.7222 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6521 , cls_81 , 1.2600 , 960.0000 , 56.1708 , 761.9048 , 2.0000 , 1.1610 , 0.6637 , 0.4048 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6524 , cls_81 , 18.9900 , 7980.0000 , 271.3166 , 420.2212 , 4.4333 , 1.2503 , 0.7672 , 0.6588 , 18.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6526 , cls_81 , 1.5300 , 780.0000 , 57.2730 , 509.8039 , 1.4444 , 1.0945 , 0.6994 , 0.5882 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6589 , cls_81 , 1.0800 , 600.0000 , 44.1690 , 555.5556 , 1.4286 , 1.0790 , 0.5870 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6593 , cls_81 , 1.1700 , 540.0000 , 43.1121 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6596 , cls_81 , 1.3500 , 720.0000 , 58.1254 , 533.3333 , 1.5000 , 1.0921 , 0.7347 , 0.5556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6613 , cls_81 , 6.5700 , 1800.0000 , 133.8519 , 273.9726 , 1.6667 , 1.1015 , 0.6952 , 0.7626 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6627 , cls_81 , 4.5900 , 1860.0000 , 105.0064 , 405.2288 , 2.0667 , 1.1444 , 0.6040 , 0.6536 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6629 , cls_81 , 12.3300 , 4920.0000 , 330.7024 , 399.0268 , 3.4167 , 1.2139 , 0.8797 , 0.6727 , 12.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6640 , cls_81 , 5.3100 , 1740.0000 , 97.6287 , 327.6836 , 1.8125 , 1.1168 , 0.5215 , 0.7345 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6669 , cls_81 , 5.1300 , 2160.0000 , 116.7822 , 421.0526 , 2.2500 , 1.1602 , 0.6716 , 0.6550 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6671 , cls_81 , 18.8100 , 5340.0000 , 190.1588 , 283.8915 , 3.0690 , 1.1852 , 0.5451 , 0.7775 , 18.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6695 , cls_81 , 1.9800 , 1560.0000 , 90.6182 , 787.8788 , 2.6000 , 1.2061 , 0.7606 , 0.4318 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6702 , cls_81 , 7.8300 , 3540.0000 , 147.0320 , 452.1073 , 3.1053 , 1.2044 , 0.7292 , 0.6418 , 7.8300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6725 , cls_81 , 1.1700 , 540.0000 , 43.1121 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6750 , cls_81 , 7.1100 , 3180.0000 , 153.2873 , 447.2574 , 2.9444 , 1.1956 , 0.7677 , 0.6329 , 7.1100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6751 , cls_81 , 1.9800 , 1320.0000 , 93.5679 , 666.6667 , 2.2000 , 1.1723 , 0.8081 , 0.4545 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6763 , cls_81 , 80.5500 , 9180.0000 , 387.0019 , 113.9665 , 2.5500 , 1.1381 , 0.6527 , 0.9071 , 80.5500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6770 , cls_81 , 1.2600 , 720.0000 , 57.4102 , 571.4286 , 1.5000 , 1.1000 , 0.6572 , 0.5357 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6786 , cls_81 , 9.6300 , 2940.0000 , 136.6688 , 305.2960 , 2.3333 , 1.1503 , 0.6470 , 0.7570 , 9.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6789 , cls_81 , 8.2800 , 2160.0000 , 126.7510 , 260.8696 , 1.8000 , 1.1112 , 0.6429 , 0.7826 , 8.2800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6816 , cls_81 , 14.3100 , 2760.0000 , 178.4876 , 192.8721 , 1.7692 , 1.1013 , 0.7062 , 0.8354 , 14.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6826 , cls_81 , 4.5900 , 1980.0000 , 102.5234 , 431.3725 , 2.2000 , 1.1560 , 0.5642 , 0.6373 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6828 , cls_81 , 1.1700 , 600.0000 , 48.0648 , 512.8205 , 1.2500 , 1.0698 , 0.6817 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6830 , cls_81 , 2.7000 , 960.0000 , 66.4550 , 355.5556 , 1.4545 , 1.0743 , 0.5506 , 0.7111 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6908 , cls_81 , 1.2600 , 780.0000 , 59.4563 , 619.0476 , 1.6250 , 1.1170 , 0.7558 , 0.4762 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6915 , cls_81 , 2.4300 , 1020.0000 , 79.0957 , 419.7531 , 1.5455 , 1.0975 , 0.6958 , 0.6358 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6921 , cls_81 , 3.8700 , 1320.0000 , 107.0847 , 341.0853 , 1.5714 , 1.0979 , 0.7329 , 0.7054 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6949 , cls_81 , 20.5200 , 9180.0000 , 283.8034 , 447.3684 , 4.9355 , 1.2653 , 0.7482 , 0.6462 , 20.5200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6954 , cls_81 , 1.0800 , 600.0000 , 46.0974 , 555.5556 , 1.4286 , 1.0790 , 0.6180 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 301.4963 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6981 , cls_81 , 3.7800 , 1440.0000 , 83.1152 , 380.9524 , 1.8462 , 1.1169 , 0.6097 , 0.6865 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7001 , cls_81 , 1.0800 , 660.0000 , 47.1285 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7037 , cls_81 , 4.3200 , 1680.0000 , 122.9270 , 388.8889 , 2.0000 , 1.1318 , 0.7694 , 0.6563 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7053 , cls_81 , 10.8900 , 4320.0000 , 166.3757 , 396.6942 , 3.2727 , 1.2044 , 0.7764 , 0.6736 , 10.8900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7055 , cls_81 , 25.7400 , 10260.0000 , 361.3529 , 398.6014 , 5.0294 , 1.2601 , 0.8395 , 0.6690 , 25.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7092 , cls_81 , 3.6900 , 1500.0000 , 120.2871 , 406.5041 , 1.9231 , 1.1272 , 0.7769 , 0.6423 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 218.4033 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7096 , cls_81 , 2.2500 , 900.0000 , 73.0162 , 400.0000 , 1.5000 , 1.0809 , 0.6463 , 0.6600 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7105 , cls_81 , 1.7100 , 1020.0000 , 68.1288 , 596.4912 , 1.8889 , 1.1370 , 0.6640 , 0.4912 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7123 , cls_81 , 1.4400 , 660.0000 , 49.0002 , 458.3333 , 1.3750 , 1.0665 , 0.4907 , 0.6146 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7139 , cls_81 , 2.4300 , 1680.0000 , 86.5581 , 691.3580 , 2.5455 , 1.1963 , 0.6757 , 0.4321 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7191 , cls_81 , 2.9700 , 1080.0000 , 76.9107 , 363.6364 , 1.5000 , 1.0872 , 0.6036 , 0.6869 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7193 , cls_81 , 1.3500 , 900.0000 , 64.9225 , 666.6667 , 1.8750 , 1.1390 , 0.7062 , 0.4556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7195 , cls_81 , 2.0700 , 720.0000 , 60.8760 , 347.8261 , 1.2000 , 1.0451 , 0.6043 , 0.6957 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7231 , cls_81 , 1.2600 , 840.0000 , 50.0627 , 666.6667 , 1.7500 , 1.1327 , 0.6039 , 0.5000 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7244 , cls_81 , 3.3300 , 1740.0000 , 98.6681 , 522.5225 , 2.2308 , 1.1668 , 0.7229 , 0.5721 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7249 , cls_81 , 1.6200 , 660.0000 , 51.8191 , 407.4074 , 1.2222 , 1.0536 , 0.4907 , 0.6667 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7268 , cls_81 , 4.7700 , 2640.0000 , 150.1034 , 553.4591 , 2.9333 , 1.2053 , 0.7720 , 0.5377 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7276 , cls_81 , 1.0800 , 720.0000 , 53.6665 , 666.6667 , 1.7143 , 1.1183 , 0.7062 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 268.3282 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7287 , cls_81 , 16.5600 , 5700.0000 , 223.4061 , 344.2029 , 3.3929 , 1.2086 , 0.6937 , 0.7129 , 16.5600 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7328 , cls_81 , 2.1600 , 1260.0000 , 79.0489 , 583.3333 , 2.1000 , 1.1528 , 0.7555 , 0.5278 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7339 , cls_81 , 1.4400 , 1140.0000 , 95.9812 , 791.6667 , 2.3750 , 1.1807 , 0.8758 , 0.3542 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 360.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7370 , cls_81 , 1.8000 , 780.0000 , 55.6614 , 433.3333 , 1.4444 , 1.0763 , 0.5609 , 0.6417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7378 , cls_81 , 6.1200 , 2100.0000 , 135.5975 , 343.1373 , 2.0588 , 1.1365 , 0.8316 , 0.7206 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7434 , cls_81 , 3.6000 , 1260.0000 , 90.1852 , 350.0000 , 1.6154 , 1.0966 , 0.6856 , 0.7167 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7445 , cls_81 , 1.6200 , 600.0000 , 50.6884 , 370.3704 , 1.1111 , 1.0339 , 0.5416 , 0.6759 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7452 , cls_81 , 11.3400 , 4740.0000 , 199.3292 , 417.9894 , 3.4348 , 1.2162 , 0.7682 , 0.6587 , 11.3400 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7462 , cls_81 , 1.1700 , 480.0000 , 41.1105 , 410.2564 , 1.0000 , 1.0222 , 0.3379 , 0.6410 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7479 , cls_81 , 2.0700 , 1200.0000 , 70.9491 , 579.7101 , 2.0000 , 1.1479 , 0.7657 , 0.5362 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7487 , cls_81 , 3.6900 , 1920.0000 , 98.8505 , 520.3252 , 2.4615 , 1.1742 , 0.6737 , 0.5813 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7540 , cls_81 , 2.9700 , 1080.0000 , 83.5876 , 363.6364 , 1.5000 , 1.0872 , 0.6145 , 0.6970 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7566 , cls_81 , 1.5300 , 900.0000 , 69.1307 , 588.2353 , 1.6667 , 1.1242 , 0.7294 , 0.5098 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7593 , cls_81 , 2.7000 , 1440.0000 , 81.6076 , 533.3333 , 2.1818 , 1.1537 , 0.7191 , 0.5722 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 780.5767 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7614 , cls_81 , 1.8000 , 840.0000 , 62.4728 , 466.6667 , 1.5556 , 1.0915 , 0.7004 , 0.6000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 240.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7615 , cls_81 , 1.8900 , 960.0000 , 80.5306 , 507.9365 , 1.6000 , 1.1132 , 0.7943 , 0.5556 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7636 , cls_81 , 0.8100 , 720.0000 , 49.6431 , 888.8889 , 2.0000 , 1.1540 , 0.6630 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7645 , cls_81 , 1.0800 , 960.0000 , 62.6859 , 888.8889 , 2.2857 , 1.1802 , 0.7495 , 0.3333 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7655 , cls_81 , 1.1700 , 720.0000 , 56.5439 , 615.3846 , 1.5000 , 1.1087 , 0.7763 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7669 , cls_81 , 1.1700 , 720.0000 , 52.4622 , 615.3846 , 1.5000 , 1.1087 , 0.7146 , 0.5128 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7702 , cls_81 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7706 , cls_81 , 0.7200 , 420.0000 , 35.9030 , 583.3333 , 1.1667 , 1.0480 , 0.6082 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7727 , cls_81 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7735 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7738 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 247.3863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7742 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7 , cls_21 , 13.4100 , 10560.0000 , 646.0736 , 787.4720 , 7.0400 , 1.3346 , 0.9768 , 0.3591 , 13.4100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 32 , cls_21 , 0.7200 , 600.0000 , 56.0353 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 216.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 37 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 52 , cls_21 , 2.7900 , 1560.0000 , 122.1231 , 559.1398 , 2.1667 , 1.1657 , 0.8706 , 0.5215 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 59 , cls_21 , 100.1700 , 41940.0000 , 1425.4356 , 418.6882 , 10.4328 , 1.3400 , 0.9530 , 0.6521 , 100.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 83 , cls_21 , 8.1000 , 6660.0000 , 458.8052 , 822.2222 , 5.8421 , 1.3126 , 0.9576 , 0.3204 , 8.1000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 97 , cls_21 , 0.3600 , 480.0000 , 34.3237 , 1333.3333 , 2.0000 , 1.1693 , 0.7170 , 0.1250 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 106 , cls_21 , 1.9800 , 1500.0000 , 91.8509 , 757.5758 , 2.5000 , 1.1982 , 0.8107 , 0.4167 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 108 , cls_21 , 0.6300 , 480.0000 , 42.0998 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 113 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 116 , cls_21 , 2.7900 , 1440.0000 , 90.9265 , 516.1290 , 2.0000 , 1.1500 , 0.7098 , 0.5860 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 121 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 123 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 146 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 152 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 158 , cls_21 , 9.0000 , 7020.0000 , 438.0803 , 780.0000 , 5.8500 , 1.3097 , 0.9549 , 0.3617 , 9.0000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 182 , cls_21 , 3.6900 , 2760.0000 , 244.1881 , 747.9675 , 3.5385 , 1.2432 , 0.9524 , 0.4106 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 206 , cls_21 , 3.8700 , 3420.0000 , 202.5409 , 883.7209 , 4.0714 , 1.2782 , 0.9105 , 0.3295 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 480.9366 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 217 , cls_21 , 1.8000 , 1560.0000 , 121.8252 , 866.6667 , 2.8889 , 1.2178 , 0.8943 , 0.3250 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 216.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 227 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 228 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 242 , cls_21 , 1.4400 , 960.0000 , 82.1256 , 666.6667 , 2.0000 , 1.1448 , 0.8433 , 0.4271 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 255 , cls_21 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 257 , cls_21 , 13.5000 , 7080.0000 , 398.2339 , 524.4444 , 4.7200 , 1.2662 , 0.9267 , 0.5700 , 13.5000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 314 , cls_21 , 11.6100 , 4080.0000 , 168.5841 , 351.4212 , 2.9565 , 1.1880 , 0.7473 , 0.7067 , 11.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 315 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 346 , cls_21 , 1.6200 , 1320.0000 , 118.1463 , 814.8148 , 2.4444 , 1.1966 , 0.9215 , 0.3333 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 354 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 361 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 367 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 369 , cls_21 , 0.5400 , 480.0000 , 37.6942 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 381 , cls_21 , 7.6500 , 5640.0000 , 364.2116 , 737.2549 , 4.9474 , 1.2897 , 0.9552 , 0.3647 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 395 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 413 , cls_21 , 0.5400 , 540.0000 , 48.0664 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 421 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 427 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 428 , cls_21 , 0.8100 , 600.0000 , 39.0352 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 437 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 457 , cls_21 , 0.8100 , 840.0000 , 75.6795 , 1037.0370 , 2.3333 , 1.1883 , 0.8919 , 0.2222 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 473 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 476 , cls_21 , 1.8900 , 1260.0000 , 78.2092 , 666.6667 , 2.1000 , 1.1684 , 0.6996 , 0.4921 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 487 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 489 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 505 , cls_21 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 519 , cls_21 , 6.5700 , 5220.0000 , 424.8050 , 794.5205 , 4.8333 , 1.2934 , 0.9663 , 0.3356 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 522 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 536 , cls_21 , 0.6300 , 720.0000 , 51.2577 , 1142.8571 , 2.0000 , 1.1872 , 0.7772 , 0.1905 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 537 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 539 , cls_21 , 1.4400 , 1080.0000 , 104.4920 , 750.0000 , 2.2500 , 1.1694 , 0.8822 , 0.3333 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 555 , cls_21 , 5.7600 , 3480.0000 , 177.5801 , 604.1667 , 3.6250 , 1.2350 , 0.8791 , 0.5052 , 5.7600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 572 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 573 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 575 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 582 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 634 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 639 , cls_21 , 0.5400 , 540.0000 , 52.9083 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 361.2478 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 644 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 645 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 648 , cls_21 , 1.1700 , 1080.0000 , 100.6016 , 923.0769 , 2.2500 , 1.1953 , 0.9026 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 656 , cls_21 , 5.5800 , 3840.0000 , 392.0106 , 688.1720 , 4.0000 , 1.2566 , 0.9712 , 0.3683 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 662 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 664 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 676 , cls_21 , 3.3300 , 2400.0000 , 254.3537 , 720.7207 , 3.0769 , 1.2286 , 0.9594 , 0.3423 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 679 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 685 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 694 , cls_21 , 0.8100 , 600.0000 , 61.5843 , 740.7407 , 1.6667 , 1.1135 , 0.8315 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 699 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 719 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 731 , cls_21 , 1.1700 , 840.0000 , 96.9231 , 717.9487 , 1.7500 , 1.1416 , 0.9026 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 737 , cls_21 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 753 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 755 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 758 , cls_21 , 1.2600 , 900.0000 , 68.5265 , 714.2857 , 1.8750 , 1.1473 , 0.7078 , 0.4167 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 766 , cls_21 , 1.8000 , 1080.0000 , 79.2340 , 600.0000 , 2.0000 , 1.1428 , 0.8041 , 0.5333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 767 , cls_21 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 769 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 785 , cls_21 , 0.7200 , 660.0000 , 60.7364 , 916.6667 , 1.8333 , 1.1497 , 0.8433 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 797 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 798 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 799 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 801 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 820 , cls_21 , 1.0800 , 840.0000 , 56.1449 , 777.7778 , 2.0000 , 1.1515 , 0.7117 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 823 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 824 , cls_21 , 2.0700 , 840.0000 , 60.0510 , 405.7971 , 1.4000 , 1.0761 , 0.5199 , 0.6522 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 827 , cls_21 , 10.1700 , 7740.0000 , 416.2078 , 761.0619 , 5.8636 , 1.3128 , 0.9416 , 0.4071 , 10.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 835 , cls_21 , 11.0700 , 5580.0000 , 169.1390 , 504.0650 , 4.0435 , 1.2468 , 0.6639 , 0.6003 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 836 , cls_21 , 0.5400 , 600.0000 , 41.5595 , 1111.1111 , 2.0000 , 1.1661 , 0.7062 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 851 , cls_21 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 857 , cls_21 , 0.9000 , 960.0000 , 84.4483 , 1066.6667 , 2.2857 , 1.2039 , 0.9021 , 0.2167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 218.4033 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 863 , cls_21 , 3.6000 , 3240.0000 , 227.4192 , 900.0000 , 4.1538 , 1.2767 , 0.9325 , 0.2792 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 871 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 872 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 873 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 886 , cls_21 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 906 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 907 , cls_21 , 1.8000 , 1380.0000 , 90.0406 , 766.6667 , 2.5556 , 1.1928 , 0.8128 , 0.4000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 912 , cls_21 , 1.5300 , 1560.0000 , 139.0820 , 1019.6078 , 2.8889 , 1.2384 , 0.9363 , 0.2647 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 917 , cls_21 , 0.9000 , 840.0000 , 65.2126 , 933.3333 , 2.0000 , 1.1745 , 0.8408 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 930 , cls_21 , 0.9900 , 900.0000 , 77.3677 , 909.0909 , 2.1429 , 1.1774 , 0.8761 , 0.3333 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 938 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 952 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 955 , cls_21 , 1.3500 , 1080.0000 , 72.4841 , 800.0000 , 2.2500 , 1.1773 , 0.7878 , 0.3667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 974 , cls_21 , 0.9000 , 660.0000 , 53.7760 , 733.3333 , 1.5714 , 1.1216 , 0.7805 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 975 , cls_21 , 34.2000 , 21060.0000 , 728.7611 , 615.7895 , 9.0000 , 1.3449 , 0.9533 , 0.5096 , 34.2000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 985 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1020 , cls_21 , 21.6000 , 15480.0000 , 856.9145 , 716.6667 , 8.3226 , 1.3451 , 0.9720 , 0.4090 , 21.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1024 , cls_21 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1025 , cls_21 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1026 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1028 , cls_21 , 0.4500 , 480.0000 , 36.7251 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1029 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1060 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1061 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1062 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1080 , cls_21 , 1.9800 , 1980.0000 , 170.3850 , 1000.0000 , 3.3000 , 1.2543 , 0.9521 , 0.2576 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1081 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1087 , cls_21 , 3.1500 , 2520.0000 , 236.5597 , 800.0000 , 3.5000 , 1.2446 , 0.9505 , 0.3381 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1091 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1093 , cls_21 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1106 , cls_21 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1107 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1152 , cls_21 , 0.6300 , 600.0000 , 43.1370 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1180 , cls_21 , 0.6300 , 540.0000 , 53.6363 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1181 , cls_21 , 0.6300 , 600.0000 , 55.4263 , 952.3810 , 1.6667 , 1.1455 , 0.8286 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1189 , cls_21 , 6.0300 , 3300.0000 , 182.0319 , 547.2637 , 3.2353 , 1.2202 , 0.8776 , 0.5299 , 6.0300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1191 , cls_21 , 0.9000 , 840.0000 , 71.3306 , 933.3333 , 2.0000 , 1.1745 , 0.8727 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1198 , cls_21 , 9.0900 , 4140.0000 , 185.1358 , 455.4455 , 3.2857 , 1.2161 , 0.8224 , 0.6271 , 9.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1207 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1218 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1238 , cls_21 , 2.7000 , 1920.0000 , 151.3601 , 711.1111 , 2.9091 , 1.2101 , 0.9068 , 0.4389 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1239 , cls_21 , 1.0800 , 1080.0000 , 96.6071 , 1000.0000 , 2.5714 , 1.2056 , 0.9068 , 0.2917 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1243 , cls_21 , 0.9000 , 660.0000 , 46.6301 , 733.3333 , 1.5714 , 1.1216 , 0.6894 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1258 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1279 , cls_21 , 0.6300 , 780.0000 , 50.6725 , 1238.0952 , 2.1667 , 1.2055 , 0.8019 , 0.1905 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1291 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1300 , cls_21 , 3.9600 , 3300.0000 , 227.3771 , 833.3333 , 3.9286 , 1.2687 , 0.9419 , 0.3371 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1302 , cls_21 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1308 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1329 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1349 , cls_21 , 2.8800 , 2340.0000 , 225.6987 , 812.5000 , 3.2500 , 1.2410 , 0.9525 , 0.3177 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1377 , cls_21 , 5.3100 , 1920.0000 , 116.7679 , 361.5819 , 2.0000 , 1.1349 , 0.7207 , 0.7006 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1400 , cls_21 , 2.4300 , 1920.0000 , 195.2667 , 790.1235 , 2.9091 , 1.2227 , 0.9463 , 0.3333 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1410 , cls_21 , 9.5400 , 7140.0000 , 367.5622 , 748.4277 , 5.6667 , 1.3060 , 0.9493 , 0.4245 , 9.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1414 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1423 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1430 , cls_21 , 5.6700 , 3480.0000 , 165.6031 , 613.7566 , 3.6250 , 1.2368 , 0.8654 , 0.5106 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1446 , cls_21 , 0.4500 , 480.0000 , 40.7346 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 853.8150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1477 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1490 , cls_21 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1491 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1516 , cls_21 , 3.4200 , 1560.0000 , 98.9515 , 456.1404 , 2.0000 , 1.1429 , 0.6442 , 0.6184 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1529 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1534 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1543 , cls_21 , 0.9000 , 600.0000 , 47.6590 , 666.6667 , 1.4286 , 1.1006 , 0.6817 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1558 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1571 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1574 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1585 , cls_21 , 0.7200 , 540.0000 , 47.9810 , 750.0000 , 1.5000 , 1.1046 , 0.7453 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1591 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1613 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1621 , cls_21 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 324.4996 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1629 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1630 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1661 , cls_21 , 0.4500 , 480.0000 , 41.4290 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1678 , cls_21 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1681 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1682 , cls_21 , 0.9900 , 840.0000 , 61.7569 , 848.4848 , 2.0000 , 1.1624 , 0.8107 , 0.3485 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1686 , cls_21 , 6.3000 , 5340.0000 , 490.5067 , 847.6190 , 5.2353 , 1.3025 , 0.9770 , 0.3167 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1689 , cls_21 , 0.7200 , 780.0000 , 63.7783 , 1083.3333 , 2.1667 , 1.1874 , 0.8041 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1691 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1692 , cls_21 , 1.5300 , 1200.0000 , 81.1634 , 784.3137 , 2.2222 , 1.1839 , 0.8547 , 0.4020 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1707 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1723 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1726 , cls_21 , 14.3100 , 10860.0000 , 741.1439 , 758.9099 , 6.9615 , 1.3320 , 0.9839 , 0.3648 , 14.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1760 , cls_21 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1762 , cls_21 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1774 , cls_21 , 11.3400 , 9180.0000 , 552.9234 , 809.5238 , 6.6522 , 1.3298 , 0.9532 , 0.3585 , 11.3400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1780 , cls_21 , 0.5400 , 420.0000 , 35.0749 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1781 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1814 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1822 , cls_21 , 1.7100 , 1200.0000 , 61.6705 , 701.7544 , 2.2222 , 1.1704 , 0.5435 , 0.4561 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1842 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1843 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1844 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1845 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1849 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1885 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1896 , cls_21 , 1.0800 , 840.0000 , 66.1937 , 777.7778 , 2.0000 , 1.1515 , 0.8472 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1900 , cls_21 , 2.6100 , 1740.0000 , 103.1510 , 666.6667 , 2.6364 , 1.1948 , 0.8004 , 0.4540 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1901 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1912 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1915 , cls_21 , 0.9900 , 720.0000 , 51.6273 , 727.2727 , 1.7143 , 1.1289 , 0.6888 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1916 , cls_21 , 4.1400 , 1980.0000 , 101.5268 , 478.2609 , 2.3571 , 1.1673 , 0.6981 , 0.5942 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1934 , cls_21 , 0.6300 , 420.0000 , 33.8650 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1968 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1971 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1975 , cls_21 , 1.0800 , 900.0000 , 70.3922 , 833.3333 , 2.1429 , 1.1663 , 0.8487 , 0.3056 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1986 , cls_21 , 0.4500 , 480.0000 , 34.9642 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2006 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2019 , cls_21 , 1.1700 , 1080.0000 , 82.3024 , 923.0769 , 2.2500 , 1.1953 , 0.8535 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2023 , cls_21 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2038 , cls_21 , 1.2600 , 1020.0000 , 88.7637 , 809.5238 , 2.1250 , 1.1738 , 0.8689 , 0.3810 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2039 , cls_21 , 2.7000 , 1560.0000 , 106.7911 , 577.7778 , 2.3636 , 1.1694 , 0.7935 , 0.5056 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2043 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2050 , cls_21 , 1.6200 , 900.0000 , 58.1310 , 555.5556 , 1.6667 , 1.1176 , 0.5676 , 0.5648 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2074 , cls_21 , 0.5400 , 540.0000 , 48.3666 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2089 , cls_21 , 3.8700 , 1680.0000 , 96.8775 , 434.1085 , 2.0000 , 1.1436 , 0.6301 , 0.6202 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2093 , cls_21 , 2.1600 , 1980.0000 , 114.7066 , 916.6667 , 3.3000 , 1.2433 , 0.8688 , 0.3056 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2101 , cls_21 , 90.8100 , 45900.0000 , 933.7608 , 505.4509 , 11.9531 , 1.3628 , 0.9072 , 0.5849 , 90.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2115 , cls_21 , 1.6200 , 1260.0000 , 100.2806 , 777.7778 , 2.3333 , 1.1870 , 0.8734 , 0.3796 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2136 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2151 , cls_21 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2168 , cls_21 , 4.9500 , 3840.0000 , 202.6632 , 775.7576 , 4.2667 , 1.2705 , 0.9167 , 0.3848 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2233 , cls_21 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2241 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2247 , cls_21 , 1.6200 , 1320.0000 , 137.1514 , 814.8148 , 2.4444 , 1.1966 , 0.9301 , 0.2870 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2257 , cls_21 , 1.7100 , 900.0000 , 63.2417 , 526.3158 , 1.6667 , 1.1114 , 0.6278 , 0.5526 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2260 , cls_21 , 0.8100 , 660.0000 , 47.6696 , 814.8148 , 1.8333 , 1.1347 , 0.7796 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2274 , cls_21 , 0.6300 , 540.0000 , 35.6654 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2275 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2298 , cls_21 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2299 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2304 , cls_21 , 8.1000 , 6900.0000 , 464.6146 , 851.8519 , 6.0526 , 1.3189 , 0.9583 , 0.3500 , 8.1000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2307 , cls_21 , 3.6900 , 3300.0000 , 152.4236 , 894.3089 , 4.2308 , 1.2772 , 0.8600 , 0.3252 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2329 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2345 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2401 , cls_21 , 1.2600 , 1200.0000 , 107.8625 , 952.3810 , 2.5000 , 1.2082 , 0.9143 , 0.2738 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2462 , cls_21 , 1.1700 , 1320.0000 , 109.1964 , 1128.2051 , 2.7500 , 1.2382 , 0.9204 , 0.2051 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2478 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2511 , cls_21 , 5.3100 , 4140.0000 , 343.5634 , 779.6610 , 4.3125 , 1.2761 , 0.9452 , 0.3362 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2515 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2520 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2524 , cls_21 , 11.6100 , 8760.0000 , 406.6189 , 754.5220 , 6.3478 , 1.3191 , 0.9321 , 0.4018 , 11.6100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2542 , cls_21 , 3.6900 , 1740.0000 , 87.4750 , 471.5447 , 2.2308 , 1.1555 , 0.5824 , 0.6179 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 390.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2571 , cls_21 , 64.5300 , 24900.0000 , 1364.7236 , 385.8670 , 7.6852 , 1.3061 , 0.9709 , 0.6778 , 64.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2587 , cls_21 , 0.9000 , 660.0000 , 53.2526 , 733.3333 , 1.5714 , 1.1216 , 0.7913 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2602 , cls_21 , 0.5400 , 480.0000 , 38.9881 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2609 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2642 , cls_21 , 1.7100 , 1380.0000 , 117.7603 , 807.0175 , 2.5556 , 1.1991 , 0.9070 , 0.3333 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2656 , cls_21 , 0.5400 , 660.0000 , 57.8384 , 1222.2222 , 2.2000 , 1.1882 , 0.8748 , 0.1667 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2733 , cls_21 , 5.1300 , 4380.0000 , 347.7076 , 853.8012 , 4.5625 , 1.2906 , 0.9674 , 0.3275 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2736 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2800 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2858 , cls_21 , 0.4500 , 480.0000 , 38.8328 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2872 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2898 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2919 , cls_21 , 1.5300 , 1620.0000 , 93.7142 , 1058.8235 , 3.0000 , 1.2462 , 0.8719 , 0.2549 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2923 , cls_21 , 1.7100 , 1260.0000 , 131.2905 , 736.8421 , 2.3333 , 1.1804 , 0.9188 , 0.3421 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2934 , cls_21 , 0.7200 , 600.0000 , 61.1818 , 833.3333 , 1.6667 , 1.1283 , 0.8502 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2937 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2952 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2953 , cls_21 , 4.7700 , 4080.0000 , 379.0298 , 855.3459 , 4.5333 , 1.2861 , 0.9740 , 0.3302 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2958 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2970 , cls_21 , 4.7700 , 3480.0000 , 158.7131 , 729.5597 , 3.8667 , 1.2566 , 0.8176 , 0.4434 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2989 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2990 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2999 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3017 , cls_21 , 0.5400 , 480.0000 , 37.0246 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3026 , cls_21 , 5.8500 , 3960.0000 , 229.3467 , 676.9231 , 3.8824 , 1.2568 , 0.9207 , 0.4179 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3049 , cls_21 , 1.8000 , 1380.0000 , 98.0125 , 766.6667 , 2.5556 , 1.1928 , 0.8447 , 0.4333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3050 , cls_21 , 6.8400 , 3240.0000 , 153.3011 , 473.6842 , 3.0000 , 1.2031 , 0.7883 , 0.6294 , 6.8400 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3054 , cls_21 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3078 , cls_21 , 1.6200 , 1440.0000 , 118.5638 , 888.8889 , 2.6667 , 1.2145 , 0.8652 , 0.3056 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3079 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3083 , cls_21 , 0.5400 , 480.0000 , 43.3747 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3084 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3113 , cls_21 , 23.5800 , 11340.0000 , 297.8882 , 480.9160 , 5.7273 , 1.2853 , 0.7851 , 0.6215 , 23.5800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3118 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3126 , cls_21 , 1.2600 , 1020.0000 , 71.5628 , 809.5238 , 2.1250 , 1.1738 , 0.7903 , 0.3810 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3160 , cls_21 , 2.8800 , 2340.0000 , 226.5855 , 812.5000 , 3.2500 , 1.2410 , 0.9503 , 0.3229 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3177 , cls_21 , 25.3800 , 9780.0000 , 319.1713 , 385.3428 , 4.7941 , 1.2539 , 0.8480 , 0.6809 , 25.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3180 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3182 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3217 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3224 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3230 , cls_21 , 5.6700 , 5160.0000 , 372.6211 , 910.0529 , 5.3750 , 1.3087 , 0.9550 , 0.3175 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3231 , cls_21 , 0.9900 , 660.0000 , 60.4768 , 666.6667 , 1.5714 , 1.1100 , 0.7845 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3232 , cls_21 , 5.2200 , 3240.0000 , 209.0174 , 620.6897 , 3.3750 , 1.2330 , 0.8928 , 0.4828 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3250 , cls_21 , 1.5300 , 840.0000 , 67.0038 , 549.0196 , 1.5556 , 1.1099 , 0.8014 , 0.5294 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3257 , cls_21 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3258 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3259 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3262 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3268 , cls_21 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3272 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3273 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3290 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3292 , cls_21 , 1.7100 , 1260.0000 , 89.7888 , 736.8421 , 2.3333 , 1.1804 , 0.7781 , 0.3947 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3293 , cls_21 , 2.7000 , 1860.0000 , 151.4523 , 688.8889 , 2.8182 , 1.2039 , 0.9142 , 0.4111 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3319 , cls_21 , 0.8100 , 600.0000 , 66.6667 , 740.7407 , 1.6667 , 1.1135 , 0.8603 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3329 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3353 , cls_21 , 0.9000 , 660.0000 , 67.6207 , 733.3333 , 1.5714 , 1.1216 , 0.8502 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3354 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3358 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3364 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3377 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3379 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3397 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3398 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3402 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3406 , cls_21 , 1.3500 , 720.0000 , 57.9328 , 533.3333 , 1.5000 , 1.0921 , 0.7613 , 0.5444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3412 , cls_21 , 0.4500 , 480.0000 , 34.4419 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3418 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3419 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3420 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3435 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3442 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3457 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3459 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3468 , cls_21 , 1.8000 , 1380.0000 , 101.1628 , 766.6667 , 2.5556 , 1.1928 , 0.8256 , 0.3917 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3477 , cls_21 , 0.5400 , 540.0000 , 49.9536 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3484 , cls_21 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3487 , cls_21 , 2.1600 , 1980.0000 , 167.2804 , 916.6667 , 3.3000 , 1.2433 , 0.9370 , 0.3403 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3499 , cls_21 , 8.1000 , 4320.0000 , 216.9669 , 533.3333 , 3.7895 , 1.2360 , 0.7731 , 0.5759 , 8.1000 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3501 , cls_21 , 0.8100 , 720.0000 , 59.9557 , 888.8889 , 2.0000 , 1.1540 , 0.8315 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3510 , cls_21 , 0.9000 , 480.0000 , 42.8067 , 533.3333 , 1.1429 , 1.0516 , 0.6559 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3533 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3552 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3554 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3557 , cls_21 , 5.7600 , 3240.0000 , 146.1275 , 562.5000 , 3.3750 , 1.2219 , 0.7603 , 0.5443 , 5.7600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3570 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3575 , cls_21 , 3.6000 , 2760.0000 , 113.9635 , 766.6667 , 3.5385 , 1.2461 , 0.7375 , 0.3958 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3594 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3595 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3597 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3608 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3611 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3636 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3658 , cls_21 , 1.8000 , 1320.0000 , 83.6502 , 733.3333 , 2.4444 , 1.1837 , 0.8041 , 0.4000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3663 , cls_21 , 0.8100 , 720.0000 , 69.6876 , 888.8889 , 2.0000 , 1.1540 , 0.8727 , 0.2593 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3664 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3673 , cls_21 , 0.8100 , 840.0000 , 66.8159 , 1037.0370 , 2.3333 , 1.1883 , 0.8854 , 0.2593 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3684 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3687 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3708 , cls_21 , 1.9800 , 1200.0000 , 91.2369 , 606.0606 , 2.0000 , 1.1530 , 0.8216 , 0.5076 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3723 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3735 , cls_21 , 0.9900 , 900.0000 , 72.7712 , 909.0909 , 2.1429 , 1.1774 , 0.8352 , 0.2879 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3739 , cls_21 , 0.8100 , 600.0000 , 66.6667 , 740.7407 , 1.6667 , 1.1135 , 0.8603 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3754 , cls_21 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3756 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3758 , cls_21 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3789 , cls_21 , 0.8100 , 600.0000 , 53.7499 , 740.7407 , 1.6667 , 1.1135 , 0.7838 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3792 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3798 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3800 , cls_21 , 2.6100 , 1260.0000 , 78.3221 , 482.7586 , 1.9091 , 1.1313 , 0.6732 , 0.6034 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3801 , cls_21 , 4.5900 , 2220.0000 , 107.9135 , 483.6601 , 2.4667 , 1.1774 , 0.6490 , 0.6209 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3804 , cls_21 , 3.5100 , 1980.0000 , 124.0974 , 564.1026 , 2.5385 , 1.1857 , 0.7613 , 0.5214 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3808 , cls_21 , 9.0000 , 5760.0000 , 245.8521 , 640.0000 , 4.8000 , 1.2750 , 0.9140 , 0.4750 , 9.0000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3814 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3834 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3838 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3839 , cls_21 , 0.8100 , 600.0000 , 44.4681 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3848 , cls_21 , 3.0600 , 2520.0000 , 233.5158 , 823.5294 , 3.5000 , 1.2481 , 0.9578 , 0.3235 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3872 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3875 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3878 , cls_21 , 0.6300 , 600.0000 , 46.1402 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3888 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3889 , cls_21 , 3.0600 , 2520.0000 , 121.7304 , 823.5294 , 3.5000 , 1.2481 , 0.8715 , 0.3725 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3892 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3893 , cls_21 , 0.7200 , 660.0000 , 44.7404 , 916.6667 , 1.8333 , 1.1497 , 0.7247 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3907 , cls_21 , 0.9000 , 720.0000 , 56.0494 , 800.0000 , 1.7143 , 1.1407 , 0.6817 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3940 , cls_21 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3942 , cls_21 , 2.7000 , 1680.0000 , 103.2050 , 622.2222 , 2.5455 , 1.1839 , 0.7436 , 0.4944 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3959 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3973 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3974 , cls_21 , 0.8100 , 900.0000 , 49.1768 , 1111.1111 , 2.5000 , 1.2036 , 0.7453 , 0.2407 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3975 , cls_21 , 1.8000 , 900.0000 , 77.7807 , 500.0000 , 1.6667 , 1.1055 , 0.7139 , 0.5667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3977 , cls_21 , 6.2100 , 3060.0000 , 135.7041 , 492.7536 , 3.0000 , 1.2033 , 0.7401 , 0.5821 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3991 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3994 , cls_21 , 2.7000 , 1680.0000 , 121.2351 , 622.2222 , 2.5455 , 1.1839 , 0.8559 , 0.4556 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3997 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4010 , cls_21 , 0.9900 , 780.0000 , 66.6469 , 787.8788 , 1.8571 , 1.1463 , 0.7704 , 0.3333 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4012 , cls_21 , 0.7200 , 660.0000 , 45.8217 , 916.6667 , 1.8333 , 1.1497 , 0.6488 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4015 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4021 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4022 , cls_21 , 2.0700 , 1620.0000 , 114.8715 , 782.6087 , 2.7000 , 1.2083 , 0.8874 , 0.3333 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4029 , cls_21 , 8.9100 , 5640.0000 , 204.3480 , 632.9966 , 4.7000 , 1.2724 , 0.8170 , 0.5101 , 8.9100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4030 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4036 , cls_21 , 6.1200 , 4860.0000 , 350.4960 , 794.1176 , 4.7647 , 1.2888 , 0.9175 , 0.3578 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4044 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4045 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4051 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4056 , cls_21 , 1.1700 , 1200.0000 , 90.7418 , 1025.6410 , 2.5000 , 1.2178 , 0.8866 , 0.2308 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4072 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4083 , cls_21 , 0.9900 , 600.0000 , 44.4070 , 606.0606 , 1.4286 , 1.0892 , 0.6584 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4109 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4116 , cls_21 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4129 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4132 , cls_21 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4136 , cls_21 , 0.4500 , 360.0000 , 24.0000 , 800.0000 , 1.2000 , 1.0699 , 0.3634 , 0.4000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4142 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 335.4102 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4150 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4153 , cls_21 , 0.7200 , 600.0000 , 42.8377 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4163 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4174 , cls_21 , 3.3300 , 2160.0000 , 128.7451 , 648.6486 , 2.7692 , 1.2084 , 0.8585 , 0.4595 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4176 , cls_21 , 0.6300 , 420.0000 , 31.6352 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4177 , cls_21 , 4.3200 , 2820.0000 , 167.2178 , 652.7778 , 3.3571 , 1.2289 , 0.8955 , 0.4410 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4191 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4192 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4193 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4200 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4202 , cls_21 , 2.2500 , 1560.0000 , 80.0016 , 693.3333 , 2.6000 , 1.1907 , 0.6817 , 0.4400 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4203 , cls_21 , 7.3800 , 3300.0000 , 151.2747 , 447.1545 , 2.8947 , 1.1982 , 0.7605 , 0.6382 , 7.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4207 , cls_21 , 3.3300 , 2160.0000 , 114.5105 , 648.6486 , 2.7692 , 1.2084 , 0.7092 , 0.4550 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4210 , cls_21 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4213 , cls_21 , 0.6300 , 600.0000 , 56.0622 , 952.3810 , 1.6667 , 1.1455 , 0.8463 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4216 , cls_21 , 0.9000 , 1020.0000 , 93.7748 , 1133.3333 , 2.4286 , 1.2172 , 0.9122 , 0.2333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4225 , cls_21 , 7.4700 , 6360.0000 , 391.1056 , 851.4056 , 5.5789 , 1.3138 , 0.9401 , 0.3213 , 7.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4226 , cls_21 , 0.7200 , 540.0000 , 52.8930 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4227 , cls_21 , 2.6100 , 1680.0000 , 93.1722 , 643.6782 , 2.5455 , 1.1879 , 0.6817 , 0.5000 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4230 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4234 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4241 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4242 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4262 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4286 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4288 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4290 , cls_21 , 5.5800 , 4560.0000 , 234.1455 , 817.2043 , 4.7500 , 1.2880 , 0.9291 , 0.3414 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4302 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4317 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4329 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4340 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4341 , cls_21 , 4.2300 , 2640.0000 , 122.7643 , 624.1135 , 3.1429 , 1.2189 , 0.7936 , 0.5177 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4343 , cls_21 , 0.7200 , 660.0000 , 61.6049 , 916.6667 , 1.8333 , 1.1497 , 0.8433 , 0.2500 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4351 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4352 , cls_21 , 2.4300 , 1800.0000 , 109.2780 , 740.7407 , 2.7273 , 1.2100 , 0.8101 , 0.4012 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4353 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4356 , cls_21 , 4.9500 , 3360.0000 , 261.1989 , 678.7879 , 3.7333 , 1.2458 , 0.9409 , 0.4515 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4377 , cls_21 , 0.5400 , 480.0000 , 41.3948 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4379 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4380 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4390 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4405 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4407 , cls_21 , 0.6300 , 600.0000 , 42.5700 , 952.3810 , 1.6667 , 1.1455 , 0.6572 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4411 , cls_21 , 2.6100 , 2700.0000 , 184.6182 , 1034.4828 , 4.0909 , 1.2812 , 0.9432 , 0.2701 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4423 , cls_21 , 1.0800 , 840.0000 , 72.4059 , 777.7778 , 2.0000 , 1.1515 , 0.8425 , 0.3611 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4446 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4449 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4461 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4462 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4463 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4466 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4478 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4479 , cls_21 , 0.4500 , 480.0000 , 36.4884 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4485 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4486 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4487 , cls_21 , 14.1300 , 6780.0000 , 261.1376 , 479.8301 , 4.3462 , 1.2540 , 0.8294 , 0.6093 , 14.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4488 , cls_21 , 0.8100 , 540.0000 , 47.8619 , 666.6667 , 1.5000 , 1.0901 , 0.7708 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 240.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4504 , cls_21 , 2.6100 , 1320.0000 , 92.0453 , 505.7471 , 2.0000 , 1.1405 , 0.7522 , 0.5632 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4511 , cls_21 , 2.9700 , 1680.0000 , 103.3077 , 565.6566 , 2.3333 , 1.1730 , 0.7899 , 0.5303 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4516 , cls_21 , 0.3600 , 420.0000 , 33.8800 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4522 , cls_21 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4526 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4527 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4528 , cls_21 , 6.5700 , 4560.0000 , 220.5931 , 694.0639 , 4.2222 , 1.2691 , 0.8643 , 0.4566 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4545 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4546 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4549 , cls_21 , 0.7200 , 420.0000 , 35.0117 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4550 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4552 , cls_21 , 0.4500 , 480.0000 , 43.3217 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4561 , cls_21 , 6.3000 , 5640.0000 , 430.2728 , 895.2381 , 5.5294 , 1.3124 , 0.9763 , 0.3310 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4567 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4573 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4574 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4578 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4590 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4591 , cls_21 , 1.4400 , 1260.0000 , 90.9223 , 875.0000 , 2.6250 , 1.2016 , 0.8727 , 0.3125 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4592 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4595 , cls_21 , 2.1600 , 1380.0000 , 71.7005 , 638.8889 , 2.3000 , 1.1710 , 0.7555 , 0.5139 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4600 , cls_21 , 1.4400 , 1020.0000 , 66.3036 , 708.3333 , 2.1250 , 1.1574 , 0.7983 , 0.3958 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4601 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4602 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4603 , cls_21 , 0.6300 , 540.0000 , 52.4221 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4609 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4617 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4636 , cls_21 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4640 , cls_21 , 52.9200 , 22620.0000 , 464.2465 , 427.4376 , 7.6939 , 1.3112 , 0.7883 , 0.6488 , 52.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4657 , cls_21 , 2.3400 , 2100.0000 , 177.6373 , 897.4359 , 3.1818 , 1.2451 , 0.9287 , 0.2692 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4665 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4681 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4682 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4689 , cls_21 , 0.7200 , 540.0000 , 54.1246 , 750.0000 , 1.5000 , 1.1046 , 0.8078 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4698 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4700 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4703 , cls_21 , 10.2600 , 3780.0000 , 188.1681 , 368.4211 , 2.8636 , 1.1875 , 0.7417 , 0.7047 , 10.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4704 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4705 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4707 , cls_21 , 0.7200 , 720.0000 , 64.9177 , 1000.0000 , 2.0000 , 1.1693 , 0.8502 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4715 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4717 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4721 , cls_21 , 1.6200 , 1260.0000 , 65.8226 , 777.7778 , 2.3333 , 1.1870 , 0.6817 , 0.4167 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4722 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4733 , cls_21 , 0.6300 , 780.0000 , 53.2534 , 1238.0952 , 2.1667 , 1.2055 , 0.7826 , 0.1667 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4737 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4748 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4751 , cls_21 , 1.5300 , 1260.0000 , 85.3162 , 823.5294 , 2.3333 , 1.1940 , 0.8150 , 0.3627 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4753 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4761 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4763 , cls_21 , 0.5400 , 540.0000 , 48.3666 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4768 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4781 , cls_21 , 60.0300 , 29640.0000 , 1757.3236 , 493.7531 , 9.5000 , 1.3394 , 0.9774 , 0.5705 , 60.0300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4783 , cls_21 , 0.8100 , 780.0000 , 62.4243 , 962.9630 , 2.1667 , 1.1718 , 0.8652 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4786 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4795 , cls_21 , 0.8100 , 540.0000 , 44.3575 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4796 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4803 , cls_21 , 6.2100 , 4860.0000 , 208.0496 , 782.6087 , 4.7647 , 1.2871 , 0.8863 , 0.3913 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4810 , cls_21 , 0.7200 , 480.0000 , 37.7419 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 258.0698 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4814 , cls_21 , 58.7700 , 31080.0000 , 676.6897 , 528.8412 , 9.9615 , 1.3487 , 0.9341 , 0.5755 , 58.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4815 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4817 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4827 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4830 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4831 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4834 , cls_21 , 1.7100 , 1380.0000 , 141.1058 , 807.0175 , 2.5556 , 1.1991 , 0.9256 , 0.3158 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4836 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4862 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4874 , cls_21 , 1.3500 , 1260.0000 , 107.8361 , 933.3333 , 2.6250 , 1.2097 , 0.8783 , 0.2556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4875 , cls_21 , 1.9800 , 1560.0000 , 156.1064 , 787.8788 , 2.6000 , 1.2061 , 0.9243 , 0.3182 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4912 , cls_21 , 0.4500 , 600.0000 , 50.9117 , 1333.3333 , 2.0000 , 1.1913 , 0.8727 , 0.1333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4914 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4933 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4936 , cls_21 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4947 , cls_21 , 1.5300 , 1500.0000 , 104.6755 , 980.3922 , 2.7778 , 1.2302 , 0.8585 , 0.2941 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4954 , cls_21 , 1.8900 , 1440.0000 , 139.8245 , 761.9048 , 2.4000 , 1.1955 , 0.9277 , 0.3175 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4956 , cls_21 , 0.8100 , 600.0000 , 60.9299 , 740.7407 , 1.6667 , 1.1135 , 0.8237 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4963 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4987 , cls_21 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4993 , cls_21 , 5.3100 , 4200.0000 , 432.9867 , 790.9605 , 4.3750 , 1.2788 , 0.9762 , 0.3164 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5000 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5009 , cls_21 , 4.8600 , 4380.0000 , 215.2391 , 901.2346 , 4.8667 , 1.2971 , 0.8916 , 0.2901 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5018 , cls_21 , 1.6200 , 1320.0000 , 109.7915 , 814.8148 , 2.4444 , 1.1966 , 0.9016 , 0.3519 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5022 , cls_21 , 0.9900 , 720.0000 , 68.6465 , 727.2727 , 1.7143 , 1.1289 , 0.8444 , 0.3636 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5047 , cls_21 , 4.2300 , 3480.0000 , 303.1492 , 822.6950 , 4.1429 , 1.2708 , 0.9484 , 0.3546 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5061 , cls_21 , 1.3500 , 900.0000 , 52.7275 , 666.6667 , 1.8750 , 1.1390 , 0.5756 , 0.4778 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 300.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5070 , cls_21 , 2.5200 , 2040.0000 , 125.8027 , 809.5238 , 3.0909 , 1.2303 , 0.9054 , 0.3988 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5077 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5087 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5131 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5154 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5158 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5177 , cls_21 , 2.4300 , 1800.0000 , 139.8450 , 740.7407 , 2.7273 , 1.2100 , 0.8873 , 0.3704 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5182 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5184 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5192 , cls_21 , 5.6700 , 4440.0000 , 254.4000 , 783.0688 , 4.6250 , 1.2813 , 0.9206 , 0.3545 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5217 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5226 , cls_21 , 3.0600 , 2160.0000 , 118.2069 , 705.8824 , 3.0000 , 1.2183 , 0.8041 , 0.4608 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5228 , cls_21 , 1.1700 , 960.0000 , 69.8561 , 820.5128 , 2.0000 , 1.1702 , 0.8140 , 0.3718 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5236 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5252 , cls_21 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5257 , cls_21 , 1.9800 , 1440.0000 , 139.3740 , 727.2727 , 2.4000 , 1.1899 , 0.9108 , 0.3712 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5259 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5264 , cls_21 , 1.2600 , 1020.0000 , 96.3164 , 809.5238 , 2.1250 , 1.1738 , 0.8951 , 0.3095 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5267 , cls_21 , 6.6600 , 4980.0000 , 311.3842 , 747.7477 , 4.6111 , 1.2834 , 0.9559 , 0.4189 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5295 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5309 , cls_21 , 1.4400 , 1020.0000 , 68.9513 , 708.3333 , 2.1250 , 1.1574 , 0.7963 , 0.4271 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5311 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5321 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5322 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5326 , cls_21 , 0.9900 , 840.0000 , 74.7167 , 848.4848 , 2.0000 , 1.1624 , 0.8715 , 0.3030 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5357 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5359 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5375 , cls_21 , 1.1700 , 840.0000 , 55.2628 , 717.9487 , 1.7500 , 1.1416 , 0.5862 , 0.4359 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5379 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5393 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5444 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5465 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5466 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5468 , cls_21 , 0.7200 , 660.0000 , 40.6395 , 916.6667 , 1.8333 , 1.1497 , 0.6488 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5489 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5500 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5522 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5540 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5546 , cls_21 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5553 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5559 , cls_21 , 1.5300 , 1200.0000 , 76.1257 , 784.3137 , 2.2222 , 1.1839 , 0.7453 , 0.3824 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5567 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5569 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5572 , cls_21 , 1.8000 , 960.0000 , 63.3611 , 533.3333 , 1.7778 , 1.1187 , 0.6512 , 0.5500 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5596 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5601 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5607 , cls_21 , 0.9000 , 840.0000 , 78.7620 , 933.3333 , 2.0000 , 1.1745 , 0.8776 , 0.2500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5609 , cls_21 , 1.0800 , 720.0000 , 43.5027 , 666.6667 , 1.7143 , 1.1183 , 0.5506 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5624 , cls_21 , 1.7100 , 960.0000 , 66.9513 , 561.4035 , 1.7778 , 1.1246 , 0.7154 , 0.5351 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5625 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5626 , cls_21 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5634 , cls_21 , 1.1700 , 960.0000 , 99.2970 , 820.5128 , 2.0000 , 1.1702 , 0.9070 , 0.2821 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5651 , cls_21 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5652 , cls_21 , 6.7500 , 4320.0000 , 245.1138 , 640.0000 , 4.0000 , 1.2563 , 0.9265 , 0.4578 , 6.7500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5664 , cls_21 , 48.2400 , 26040.0000 , 2428.0810 , 539.8010 , 9.2340 , 1.3420 , 0.9926 , 0.5121 , 48.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5671 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5673 , cls_21 , 1.0800 , 780.0000 , 48.9981 , 722.2222 , 1.8571 , 1.1355 , 0.6273 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5674 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5708 , cls_21 , 0.6300 , 420.0000 , 32.0282 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5728 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5729 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5730 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5733 , cls_21 , 0.5400 , 480.0000 , 40.6678 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5744 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5754 , cls_21 , 0.7200 , 600.0000 , 48.5617 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5757 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5759 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5760 , cls_21 , 0.7200 , 600.0000 , 43.8522 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5764 , cls_21 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5773 , cls_21 , 0.5400 , 480.0000 , 34.4042 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5781 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5800 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5804 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5805 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5806 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5807 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5821 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5823 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5824 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5831 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5832 , cls_21 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5834 , cls_21 , 3.0600 , 1980.0000 , 229.6359 , 647.0588 , 2.7500 , 1.2014 , 0.9520 , 0.3824 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5842 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5847 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5851 , cls_21 , 3.1500 , 1680.0000 , 148.8604 , 533.3333 , 2.3333 , 1.1663 , 0.8897 , 0.5333 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5859 , cls_21 , 9.9000 , 5580.0000 , 415.2594 , 563.6364 , 4.4286 , 1.2589 , 0.9543 , 0.5242 , 9.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5870 , cls_21 , 5.4900 , 3480.0000 , 421.6704 , 633.8798 , 3.6250 , 1.2404 , 0.9743 , 0.3825 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5877 , cls_21 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5878 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5879 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5880 , cls_21 , 1.0800 , 720.0000 , 76.1042 , 666.6667 , 1.7143 , 1.1183 , 0.8487 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5881 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5882 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5883 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5884 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5885 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5886 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5887 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5890 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5891 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5893 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5894 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5895 , cls_21 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5896 , cls_21 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5897 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5898 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5899 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5900 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5901 , cls_21 , 0.9000 , 660.0000 , 75.0000 , 733.3333 , 1.5714 , 1.1216 , 0.8739 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5902 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5906 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5907 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5911 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5916 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5919 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5921 , cls_21 , 16.3800 , 8580.0000 , 303.7200 , 523.8095 , 5.2963 , 1.2778 , 0.8865 , 0.5797 , 16.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5936 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5937 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5938 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5939 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5940 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5941 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5942 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5943 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5944 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5947 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5948 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5949 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5952 , cls_21 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5953 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5954 , cls_21 , 44.3700 , 18000.0000 , 674.0286 , 405.6795 , 6.6667 , 1.2938 , 0.9257 , 0.6521 , 44.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5955 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5956 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5961 , cls_21 , 12.0600 , 8700.0000 , 353.2831 , 721.3930 , 6.0417 , 1.3136 , 0.8823 , 0.4167 , 12.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5969 , cls_21 , 6.2100 , 5880.0000 , 490.8089 , 946.8599 , 5.7647 , 1.3216 , 0.9794 , 0.3261 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5974 , cls_21 , 3.9600 , 3540.0000 , 303.1571 , 893.9394 , 4.2143 , 1.2819 , 0.9630 , 0.3144 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5979 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5990 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5991 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5992 , cls_21 , 4.0500 , 3300.0000 , 262.3345 , 814.8148 , 3.9286 , 1.2660 , 0.9379 , 0.3407 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5994 , cls_21 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5995 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5996 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6002 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6029 , cls_21 , 0.7200 , 480.0000 , 34.5976 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6031 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6048 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6060 , cls_21 , 1.7100 , 1440.0000 , 140.3967 , 842.1053 , 2.6667 , 1.2078 , 0.9328 , 0.2982 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6062 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6065 , cls_21 , 1.7100 , 1320.0000 , 143.0690 , 771.9298 , 2.4444 , 1.1899 , 0.9332 , 0.2982 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6070 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6072 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6083 , cls_21 , 6.2100 , 3540.0000 , 203.6501 , 570.0483 , 3.4706 , 1.2297 , 0.9024 , 0.5411 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6103 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6105 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6112 , cls_21 , 6.5700 , 5520.0000 , 336.3246 , 840.1826 , 5.1111 , 1.3035 , 0.9477 , 0.3562 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6118 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6120 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6125 , cls_21 , 1.4400 , 1080.0000 , 114.5607 , 750.0000 , 2.2500 , 1.1694 , 0.8758 , 0.3021 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6137 , cls_21 , 0.7200 , 540.0000 , 51.8938 , 750.0000 , 1.5000 , 1.1046 , 0.8078 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6150 , cls_21 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6152 , cls_21 , 0.7200 , 600.0000 , 54.9378 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6154 , cls_21 , 1.5300 , 1260.0000 , 80.5216 , 823.5294 , 2.3333 , 1.1940 , 0.8268 , 0.3431 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6170 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6189 , cls_21 , 3.7800 , 2520.0000 , 211.8791 , 666.6667 , 3.2308 , 1.2231 , 0.9429 , 0.4365 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6207 , cls_21 , 0.8100 , 780.0000 , 58.8723 , 962.9630 , 2.1667 , 1.1718 , 0.8652 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6208 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6213 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6231 , cls_21 , 2.2500 , 1740.0000 , 101.2734 , 773.3333 , 2.9000 , 1.2125 , 0.8128 , 0.4333 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6243 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6260 , cls_21 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6264 , cls_21 , 1.8000 , 1560.0000 , 152.8595 , 866.6667 , 2.8889 , 1.2178 , 0.9264 , 0.3000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6287 , cls_21 , 3.5100 , 2640.0000 , 245.6336 , 752.1368 , 3.3846 , 1.2406 , 0.9449 , 0.3376 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6294 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6297 , cls_21 , 9.8100 , 7080.0000 , 250.6739 , 721.7125 , 5.6190 , 1.3014 , 0.8816 , 0.4128 , 9.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6305 , cls_21 , 0.9900 , 960.0000 , 86.8372 , 969.6970 , 2.2857 , 1.1914 , 0.8923 , 0.2879 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6310 , cls_21 , 0.8100 , 840.0000 , 77.3461 , 1037.0370 , 2.3333 , 1.1883 , 0.8919 , 0.2222 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6322 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6332 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6341 , cls_21 , 0.9000 , 780.0000 , 77.9003 , 866.6667 , 1.8571 , 1.1583 , 0.8832 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6352 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6387 , cls_21 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6391 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6393 , cls_21 , 0.9000 , 780.0000 , 59.1367 , 866.6667 , 1.8571 , 1.1583 , 0.8041 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6394 , cls_21 , 3.7800 , 2460.0000 , 143.7255 , 650.7937 , 3.1538 , 1.2185 , 0.8413 , 0.4722 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6398 , cls_21 , 1.4400 , 1020.0000 , 67.1782 , 708.3333 , 2.1250 , 1.1574 , 0.6156 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6415 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6426 , cls_21 , 1.5300 , 1200.0000 , 69.9862 , 784.3137 , 2.2222 , 1.1839 , 0.7568 , 0.3824 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6431 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6458 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6463 , cls_21 , 0.3600 , 480.0000 , 34.3237 , 1333.3333 , 2.0000 , 1.1693 , 0.7170 , 0.1250 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6475 , cls_21 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6477 , cls_21 , 1.8900 , 1500.0000 , 75.7559 , 793.6508 , 2.5000 , 1.2038 , 0.6854 , 0.3968 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6479 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6480 , cls_21 , 4.2300 , 3000.0000 , 166.1323 , 709.2199 , 3.5714 , 1.2429 , 0.8745 , 0.3936 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6482 , cls_21 , 0.5400 , 540.0000 , 48.3666 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6497 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6499 , cls_21 , 0.7200 , 600.0000 , 52.7551 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6500 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6505 , cls_21 , 1.3500 , 1080.0000 , 108.4443 , 800.0000 , 2.2500 , 1.1773 , 0.9030 , 0.3111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6515 , cls_21 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6516 , cls_21 , 1.1700 , 960.0000 , 99.1312 , 820.5128 , 2.0000 , 1.1702 , 0.9026 , 0.2821 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6542 , cls_21 , 2.9700 , 2160.0000 , 134.4748 , 727.2727 , 3.0000 , 1.2218 , 0.8590 , 0.4394 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6543 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6556 , cls_21 , 29.5200 , 15060.0000 , 885.4606 , 510.1626 , 6.7838 , 1.3074 , 0.9733 , 0.5534 , 29.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6560 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6565 , cls_21 , 1.8000 , 1620.0000 , 121.6139 , 900.0000 , 3.0000 , 1.2255 , 0.8981 , 0.3333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6568 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6572 , cls_21 , 0.5400 , 420.0000 , 36.7959 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6587 , cls_21 , 2.5200 , 1800.0000 , 154.6849 , 714.2857 , 2.7273 , 1.2056 , 0.9054 , 0.3810 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6591 , cls_21 , 2.0700 , 1740.0000 , 139.8096 , 840.5797 , 2.9000 , 1.2227 , 0.9099 , 0.2971 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6598 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6599 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6606 , cls_21 , 1.9800 , 1560.0000 , 158.3552 , 787.8788 , 2.6000 , 1.2061 , 0.9387 , 0.3106 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6611 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6622 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6623 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6625 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6628 , cls_21 , 0.5400 , 540.0000 , 48.0664 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6634 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6637 , cls_21 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6638 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6643 , cls_21 , 7.2900 , 5940.0000 , 370.6557 , 814.8148 , 5.5000 , 1.3045 , 0.9513 , 0.3107 , 7.2900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6645 , cls_21 , 1.1700 , 900.0000 , 95.8015 , 769.2308 , 1.8750 , 1.1564 , 0.8918 , 0.3205 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6673 , cls_21 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6674 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6676 , cls_21 , 0.4500 , 480.0000 , 36.7251 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6688 , cls_21 , 1.8000 , 1560.0000 , 136.3826 , 866.6667 , 2.8889 , 1.2178 , 0.9279 , 0.3083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6715 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6716 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6723 , cls_21 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6726 , cls_21 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6729 , cls_21 , 1.3500 , 1140.0000 , 110.4801 , 844.4444 , 2.3750 , 1.1887 , 0.9136 , 0.3000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6738 , cls_21 , 3.6000 , 1920.0000 , 100.5833 , 533.3333 , 2.4615 , 1.1769 , 0.7516 , 0.5917 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6741 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6754 , cls_21 , 0.5400 , 600.0000 , 50.6913 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6759 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6762 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6769 , cls_21 , 23.3100 , 11940.0000 , 591.5226 , 512.2265 , 6.0303 , 1.2948 , 0.9472 , 0.5650 , 23.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6778 , cls_21 , 1.4400 , 960.0000 , 68.9161 , 666.6667 , 2.0000 , 1.1448 , 0.7900 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6780 , cls_21 , 2.4300 , 1860.0000 , 204.5207 , 765.4321 , 2.8182 , 1.2165 , 0.9531 , 0.3025 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6791 , cls_21 , 0.7200 , 600.0000 , 40.6074 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6793 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6801 , cls_21 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6809 , cls_21 , 0.7200 , 720.0000 , 51.7104 , 1000.0000 , 2.0000 , 1.1693 , 0.7516 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6838 , cls_21 , 0.6300 , 540.0000 , 42.6879 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6840 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6841 , cls_21 , 1.6200 , 1380.0000 , 125.2447 , 851.8519 , 2.5556 , 1.2058 , 0.9184 , 0.2963 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6850 , cls_21 , 1.8000 , 1380.0000 , 101.5243 , 766.6667 , 2.5556 , 1.1928 , 0.8569 , 0.3917 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6852 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6853 , cls_21 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6862 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6864 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6869 , cls_21 , 0.5400 , 480.0000 , 36.6356 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6870 , cls_21 , 0.6300 , 540.0000 , 43.6383 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6872 , cls_21 , 1.5300 , 1560.0000 , 92.1417 , 1019.6078 , 2.8889 , 1.2384 , 0.8408 , 0.2843 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6874 , cls_21 , 1.8000 , 1800.0000 , 114.4677 , 1000.0000 , 3.3333 , 1.2470 , 0.9039 , 0.3167 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6883 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6917 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6926 , cls_21 , 3.7800 , 2340.0000 , 138.8720 , 619.0476 , 3.0000 , 1.2090 , 0.8205 , 0.5119 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6943 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6944 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6951 , cls_21 , 2.2500 , 1800.0000 , 130.7504 , 800.0000 , 3.0000 , 1.2193 , 0.9064 , 0.3800 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6957 , cls_21 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6959 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6961 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6963 , cls_21 , 2.7000 , 1740.0000 , 119.4364 , 644.4444 , 2.6364 , 1.1908 , 0.8021 , 0.4444 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6965 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6966 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6969 , cls_21 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6976 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6984 , cls_21 , 0.7200 , 420.0000 , 34.0413 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6986 , cls_21 , 0.9000 , 660.0000 , 62.1236 , 733.3333 , 1.5714 , 1.1216 , 0.8128 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6998 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7003 , cls_21 , 20.7000 , 12000.0000 , 368.7339 , 579.7101 , 6.4516 , 1.3082 , 0.8768 , 0.5435 , 20.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7022 , cls_21 , 3.9600 , 2520.0000 , 126.2100 , 636.3636 , 3.0000 , 1.2177 , 0.7357 , 0.4773 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7025 , cls_21 , 1.2600 , 1260.0000 , 112.1876 , 1000.0000 , 2.6250 , 1.2186 , 0.9193 , 0.2857 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7027 , cls_21 , 0.6300 , 420.0000 , 32.7472 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7045 , cls_21 , 0.5400 , 420.0000 , 33.6893 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 361.2478 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7049 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7050 , cls_21 , 0.8100 , 660.0000 , 54.6428 , 814.8148 , 1.8333 , 1.1347 , 0.8121 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7082 , cls_21 , 2.4300 , 1260.0000 , 95.1366 , 518.5185 , 1.9091 , 1.1393 , 0.8090 , 0.5741 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7106 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7110 , cls_21 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7115 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7136 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7144 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7154 , cls_21 , 0.8100 , 660.0000 , 64.7935 , 814.8148 , 1.8333 , 1.1347 , 0.8315 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7160 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7161 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7164 , cls_21 , 0.6300 , 540.0000 , 55.0296 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7170 , cls_21 , 2.1600 , 1920.0000 , 164.1424 , 888.8889 , 3.2000 , 1.2372 , 0.9389 , 0.3194 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7180 , cls_21 , 3.4200 , 2820.0000 , 140.6066 , 824.5614 , 3.6154 , 1.2564 , 0.8717 , 0.3684 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7182 , cls_21 , 0.7200 , 600.0000 , 56.1895 , 833.3333 , 1.6667 , 1.1283 , 0.7963 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7187 , cls_21 , 0.9900 , 1020.0000 , 80.2902 , 1030.3030 , 2.4286 , 1.2046 , 0.9060 , 0.2576 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7196 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7202 , cls_21 , 2.1600 , 1680.0000 , 141.4006 , 777.7778 , 2.8000 , 1.2104 , 0.8877 , 0.3056 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7203 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7204 , cls_21 , 2.5200 , 2100.0000 , 133.4912 , 833.3333 , 3.1818 , 1.2360 , 0.8655 , 0.3512 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7233 , cls_21 , 0.9000 , 840.0000 , 75.5077 , 933.3333 , 2.0000 , 1.1745 , 0.8585 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7242 , cls_21 , 1.3500 , 1200.0000 , 106.5002 , 888.8889 , 2.5000 , 1.1995 , 0.9082 , 0.3111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7245 , cls_21 , 2.9700 , 2280.0000 , 187.9429 , 767.6768 , 3.1667 , 1.2323 , 0.9291 , 0.3586 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7278 , cls_21 , 1.1700 , 780.0000 , 79.6124 , 666.6667 , 1.6250 , 1.1258 , 0.8161 , 0.3974 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7286 , cls_21 , 0.6300 , 540.0000 , 46.9616 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7295 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7305 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7307 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7313 , cls_21 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7317 , cls_21 , 1.8000 , 1500.0000 , 81.7629 , 833.3333 , 2.7778 , 1.2098 , 0.7139 , 0.3583 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7330 , cls_21 , 11.5200 , 4020.0000 , 176.0755 , 348.9583 , 2.9130 , 1.1863 , 0.6465 , 0.7018 , 11.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7335 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7343 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7366 , cls_21 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7373 , cls_21 , 3.9600 , 3360.0000 , 133.6244 , 848.4848 , 4.0000 , 1.2721 , 0.8120 , 0.3902 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7376 , cls_21 , 0.6300 , 600.0000 , 53.0155 , 952.3810 , 1.6667 , 1.1455 , 0.8286 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7381 , cls_21 , 1.8900 , 1620.0000 , 139.6628 , 857.1429 , 2.7000 , 1.2194 , 0.9177 , 0.3492 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7383 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7388 , cls_21 , 1.0800 , 720.0000 , 56.4126 , 666.6667 , 1.7143 , 1.1183 , 0.6605 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7390 , cls_21 , 5.1300 , 2160.0000 , 127.5805 , 421.0526 , 2.2500 , 1.1602 , 0.7689 , 0.6637 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7391 , cls_21 , 0.5400 , 480.0000 , 47.1916 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7397 , cls_21 , 0.9000 , 720.0000 , 72.2744 , 800.0000 , 1.7143 , 1.1407 , 0.8585 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7407 , cls_21 , 1.1700 , 720.0000 , 52.5423 , 615.3846 , 1.5000 , 1.1087 , 0.6877 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7411 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7415 , cls_21 , 2.6100 , 1980.0000 , 136.5109 , 758.6207 , 3.0000 , 1.2202 , 0.8652 , 0.3908 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7425 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7428 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 432.6662 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7435 , cls_21 , 0.9900 , 780.0000 , 82.6703 , 787.8788 , 1.8571 , 1.1463 , 0.8880 , 0.2879 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7437 , cls_21 , 1.0800 , 840.0000 , 82.6200 , 777.7778 , 2.0000 , 1.1515 , 0.8825 , 0.3194 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7463 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7465 , cls_21 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7470 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7475 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7514 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7515 , cls_21 , 3.9600 , 2700.0000 , 123.3780 , 681.8182 , 3.2143 , 1.2307 , 0.8068 , 0.4659 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7517 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7518 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7527 , cls_21 , 0.7200 , 780.0000 , 69.6073 , 1083.3333 , 2.1667 , 1.1874 , 0.8855 , 0.2083 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7537 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7539 , cls_21 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7543 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7554 , cls_21 , 0.4500 , 480.0000 , 40.7346 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7558 , cls_21 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7561 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7575 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7576 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7582 , cls_21 , 0.6300 , 540.0000 , 55.0296 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7586 , cls_21 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 258.0698 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7604 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7606 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7607 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7612 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7613 , cls_21 , 0.5400 , 480.0000 , 47.1916 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7618 , cls_21 , 2.4300 , 1800.0000 , 163.1905 , 740.7407 , 2.7273 , 1.2100 , 0.9339 , 0.3704 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7621 , cls_21 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7629 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7630 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7631 , cls_21 , 1.1700 , 720.0000 , 46.9305 , 615.3846 , 1.5000 , 1.1087 , 0.5862 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7632 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7656 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7657 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7659 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7663 , cls_21 , 0.9000 , 720.0000 , 53.7669 , 800.0000 , 1.7143 , 1.1407 , 0.7551 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7679 , cls_21 , 1.9800 , 840.0000 , 67.5757 , 424.2424 , 1.4000 , 1.0809 , 0.6498 , 0.6364 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7680 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7691 , cls_21 , 1.1700 , 960.0000 , 82.7632 , 820.5128 , 2.0000 , 1.1702 , 0.8408 , 0.3333 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7694 , cls_21 , 1.5300 , 1140.0000 , 88.5940 , 745.0980 , 2.1111 , 1.1733 , 0.8268 , 0.4020 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7712 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7714 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7719 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7724 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7726 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7729 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7749 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7755 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7763 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7765 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7766 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7768 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7771 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 16 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 752.3962 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 24 , cls_43 , 0.8100 , 540.0000 , 37.6740 , 666.6667 , 1.5000 , 1.0901 , 0.5593 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 752.3962 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 35 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 630.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 40 , cls_43 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 630.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 57 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 349.8571 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 132 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 240.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 139 , cls_43 , 0.5400 , 420.0000 , 36.6787 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 646.2198 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 141 , cls_43 , 0.6300 , 540.0000 , 38.1636 , 857.1429 , 1.5000 , 1.1214 , 0.7215 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 142 , cls_43 , 0.6300 , 480.0000 , 37.5717 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 153 , cls_43 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 934.3447 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 157 , cls_43 , 0.6300 , 540.0000 , 40.8348 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 351.1410 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 164 , cls_43 , 0.4500 , 480.0000 , 38.4853 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 247.3863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 170 , cls_43 , 1.5300 , 1200.0000 , 74.7853 , 784.3137 , 2.2222 , 1.1839 , 0.7075 , 0.3922 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 209 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 349.8571 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 222 , cls_43 , 0.5400 , 480.0000 , 36.9473 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 226 , cls_43 , 0.4500 , 480.0000 , 41.4290 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 262 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 240.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 265 , cls_43 , 0.4500 , 480.0000 , 36.4884 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 853.8150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 311 , cls_43 , 0.8100 , 540.0000 , 41.8644 , 666.6667 , 1.5000 , 1.0901 , 0.6419 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 317 , cls_43 , 0.9000 , 960.0000 , 62.3003 , 1066.6667 , 2.2857 , 1.2039 , 0.8041 , 0.2500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 1819.1482 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 323 , cls_43 , 0.5400 , 420.0000 , 32.0363 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 371.0795 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 324 , cls_43 , 0.4500 , 480.0000 , 40.7346 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 247.3863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 326 , cls_43 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 349 , cls_43 , 0.5400 , 540.0000 , 52.9083 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 371.0795 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 384 , cls_43 , 0.5400 , 540.0000 , 48.0278 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 387 , cls_43 , 0.8100 , 720.0000 , 53.7431 , 888.8889 , 2.0000 , 1.1540 , 0.7205 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 397 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 398 , cls_43 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 399 , cls_43 , 1.4400 , 840.0000 , 56.2488 , 583.3333 , 1.7500 , 1.1169 , 0.6156 , 0.5417 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 436 , cls_43 , 1.1700 , 900.0000 , 62.6560 , 769.2308 , 1.8750 , 1.1564 , 0.8345 , 0.4231 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 445 , cls_43 , 0.9000 , 600.0000 , 42.6407 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 449 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 624.2596 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 465 , cls_43 , 0.9000 , 840.0000 , 49.0138 , 933.3333 , 2.0000 , 1.1745 , 0.6255 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 391.1521 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 470 , cls_43 , 0.9000 , 780.0000 , 47.4999 , 866.6667 , 1.8571 , 1.1583 , 0.7170 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 471 , cls_43 , 0.5400 , 480.0000 , 37.6942 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 534 , cls_43 , 0.5400 , 480.0000 , 37.0246 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 548 , cls_43 , 0.4500 , 480.0000 , 39.9473 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 567 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 276.5863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 600 , cls_43 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 611 , cls_43 , 1.7100 , 1320.0000 , 69.1666 , 771.9298 , 2.4444 , 1.1899 , 0.6976 , 0.4298 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 617 , cls_43 , 0.4500 , 480.0000 , 38.4853 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 619 , cls_43 , 0.9000 , 600.0000 , 44.6009 , 666.6667 , 1.4286 , 1.1006 , 0.6021 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 276.5863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 637 , cls_43 , 0.9000 , 540.0000 , 40.8279 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 641 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 655 , cls_43 , 1.6200 , 1140.0000 , 76.7374 , 703.7037 , 2.1111 , 1.1663 , 0.7637 , 0.4259 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 669 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 510.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 700 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 713 , cls_43 , 0.7200 , 360.0000 , 34.3237 , 500.0000 , 1.0000 , 1.0133 , 0.4907 , 0.5417 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 577.0615 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 724 , cls_43 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 391.1521 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 728 , cls_43 , 0.6300 , 600.0000 , 58.3934 , 952.3810 , 1.6667 , 1.1455 , 0.8463 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 736 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 362.4914 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 756 , cls_43 , 0.4500 , 480.0000 , 37.4151 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 814 , cls_43 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 582.4946 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 920 , cls_43 , 0.8100 , 480.0000 , 36.0948 , 592.5926 , 1.3333 , 1.0639 , 0.5593 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 362.4914 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 926 , cls_43 , 3.4200 , 1380.0000 , 83.5321 , 403.5088 , 1.7692 , 1.1195 , 0.6278 , 0.6711 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 931 , cls_43 , 0.6300 , 420.0000 , 33.6998 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 456.9464 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 941 , cls_43 , 0.6300 , 420.0000 , 33.4059 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 510.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 946 , cls_43 , 1.1700 , 540.0000 , 41.3757 , 461.5385 , 1.1250 , 1.0473 , 0.4292 , 0.6282 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 403.6087 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 958 , cls_43 , 0.7200 , 600.0000 , 46.6261 , 833.3333 , 1.6667 , 1.1283 , 0.7963 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 977 , cls_43 , 0.6300 , 420.0000 , 36.7148 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1010 , cls_43 , 0.9000 , 720.0000 , 55.4675 , 800.0000 , 1.7143 , 1.1407 , 0.7598 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1045 , cls_43 , 1.5300 , 1380.0000 , 80.2573 , 901.9608 , 2.5556 , 1.2129 , 0.7919 , 0.3333 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1073 , cls_43 , 0.8100 , 540.0000 , 40.9481 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1084 , cls_43 , 1.1700 , 960.0000 , 58.5259 , 820.5128 , 2.0000 , 1.1702 , 0.6877 , 0.3718 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1101 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1111 , cls_43 , 0.4500 , 600.0000 , 46.6433 , 1333.3333 , 2.0000 , 1.1913 , 0.8128 , 0.1333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1134 , cls_43 , 0.4500 , 480.0000 , 38.6316 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1156 , cls_43 , 0.7200 , 480.0000 , 34.2319 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1163 , cls_43 , 0.8100 , 480.0000 , 37.6685 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1175 , cls_43 , 0.7200 , 480.0000 , 39.9808 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 456.9464 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1182 , cls_43 , 0.6300 , 480.0000 , 36.6240 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1199 , cls_43 , 0.4500 , 480.0000 , 41.3902 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 553.1727 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1234 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1249 , cls_43 , 0.7200 , 600.0000 , 40.0494 , 833.3333 , 1.6667 , 1.1283 , 0.4907 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 657.9514 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1324 , cls_43 , 0.8100 , 660.0000 , 42.1157 , 814.8148 , 1.8333 , 1.1347 , 0.6048 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 457.9301 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1343 , cls_43 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 577.0615 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1366 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 569.2100 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1454 , cls_43 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1533.2319 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1461 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 626.4184 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1485 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 531.6014 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1508 , cls_43 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1547 , cls_43 , 0.6300 , 540.0000 , 40.7480 , 857.1429 , 1.5000 , 1.1214 , 0.6572 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 342.0526 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1580 , cls_43 , 0.9900 , 900.0000 , 54.2730 , 909.0909 , 2.1429 , 1.1774 , 0.7199 , 0.3030 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1590 , cls_43 , 0.8100 , 660.0000 , 50.0106 , 814.8148 , 1.8333 , 1.1347 , 0.7453 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 450.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1594 , cls_43 , 0.4500 , 480.0000 , 36.4884 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 305.9412 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1597 , cls_43 , 0.9900 , 720.0000 , 55.0707 , 727.2727 , 1.7143 , 1.1289 , 0.7307 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 268.3282 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1631 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1632 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 271.6616 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1633 , cls_43 , 0.5400 , 540.0000 , 40.3534 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1656 , cls_43 , 1.2600 , 1020.0000 , 64.6832 , 809.5238 , 2.1250 , 1.1738 , 0.7258 , 0.3929 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1683 , cls_43 , 0.9900 , 840.0000 , 65.2158 , 848.4848 , 2.0000 , 1.1624 , 0.7940 , 0.3485 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1696 , cls_43 , 0.7200 , 660.0000 , 46.6641 , 916.6667 , 1.8333 , 1.1497 , 0.7453 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1729 , cls_43 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1756 , cls_43 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 416.7733 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1768 , cls_43 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 523.9275 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1792 , cls_43 , 0.5400 , 480.0000 , 43.3747 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 360.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1825 , cls_43 , 0.6300 , 540.0000 , 41.6567 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1836 , cls_43 , 1.1700 , 660.0000 , 48.2831 , 564.1026 , 1.3750 , 1.0902 , 0.6322 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1847 , cls_43 , 0.5400 , 540.0000 , 40.3225 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1853 , cls_43 , 0.6300 , 600.0000 , 43.9862 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1866 , cls_43 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1870 , cls_43 , 0.9900 , 720.0000 , 53.0421 , 727.2727 , 1.7143 , 1.1289 , 0.6888 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1887 , cls_43 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1922 , cls_43 , 0.4500 , 480.0000 , 34.9123 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 630.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1927 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1938 , cls_43 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 391.1521 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1943 , cls_43 , 0.9900 , 780.0000 , 52.5072 , 787.8788 , 1.8571 , 1.1463 , 0.7199 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 531.6014 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1946 , cls_43 , 0.5400 , 540.0000 , 38.2235 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1981 , cls_43 , 0.6300 , 480.0000 , 33.2209 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1987 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 416.7733 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2010 , cls_43 , 0.9000 , 840.0000 , 59.6788 , 933.3333 , 2.0000 , 1.1745 , 0.8232 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 453.9824 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2040 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2041 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2054 , cls_43 , 0.7200 , 540.0000 , 43.2233 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 240.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2077 , cls_43 , 0.6300 , 660.0000 , 42.0907 , 1047.6190 , 1.8333 , 1.1673 , 0.6435 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 379.4733 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2083 , cls_43 , 1.8000 , 1800.0000 , 78.3031 , 1000.0000 , 3.3333 , 1.2470 , 0.7004 , 0.2833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 301.4963 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2088 , cls_43 , 1.2600 , 720.0000 , 57.4151 , 571.4286 , 1.5000 , 1.1000 , 0.6572 , 0.5119 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 390.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2125 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 480.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2132 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 543.3231 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2159 , cls_43 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 301.4963 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2163 , cls_43 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 453.9824 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2216 , cls_43 , 0.7200 , 660.0000 , 47.7428 , 916.6667 , 1.8333 , 1.1497 , 0.7004 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 780.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2270 , cls_43 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2286 , cls_43 , 0.9000 , 720.0000 , 47.3346 , 800.0000 , 1.7143 , 1.1407 , 0.6255 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 379.4733 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2302 , cls_43 , 0.7200 , 660.0000 , 51.6602 , 916.6667 , 1.8333 , 1.1497 , 0.8041 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 351.1410 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2328 , cls_43 , 0.9000 , 720.0000 , 54.0102 , 800.0000 , 1.7143 , 1.1407 , 0.7170 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 390.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2351 , cls_43 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 573.1492 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2365 , cls_43 , 0.5400 , 540.0000 , 35.5020 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 618.4658 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2367 , cls_43 , 1.3500 , 1080.0000 , 75.3531 , 800.0000 , 2.2500 , 1.1773 , 0.8354 , 0.3667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 283.0194 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2404 , cls_43 , 0.9000 , 660.0000 , 42.4849 , 733.3333 , 1.5714 , 1.1216 , 0.6021 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 603.7384 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2406 , cls_43 , 0.7200 , 480.0000 , 37.7419 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 351.1410 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2418 , cls_43 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2431 , cls_43 , 0.7200 , 780.0000 , 50.0170 , 1083.3333 , 2.1667 , 1.1874 , 0.7247 , 0.2083 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 453.9824 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2479 , cls_43 , 0.6300 , 420.0000 , 32.0129 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 256.3201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2521 , cls_43 , 1.6200 , 600.0000 , 51.3014 , 370.3704 , 1.1111 , 1.0339 , 0.4907 , 0.6667 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 697.7822 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2535 , cls_43 , 0.4500 , 480.0000 , 36.7251 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 295.4657 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2538 , cls_43 , 0.9000 , 600.0000 , 41.6530 , 666.6667 , 1.4286 , 1.1006 , 0.5609 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 483.7355 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2546 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 948.6833 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2561 , cls_43 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 283.0194 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2568 , cls_43 , 0.5400 , 540.0000 , 43.2437 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2630 , cls_43 , 0.9000 , 600.0000 , 43.0010 , 666.6667 , 1.4286 , 1.1006 , 0.5609 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2637 , cls_43 , 0.9900 , 900.0000 , 71.0164 , 909.0909 , 2.1429 , 1.1774 , 0.8107 , 0.2879 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2638 , cls_43 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 349.8571 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2644 , cls_43 , 2.1600 , 1500.0000 , 104.1954 , 694.4444 , 2.5000 , 1.1877 , 0.8509 , 0.4653 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2685 , cls_43 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2697 , cls_43 , 0.7200 , 480.0000 , 37.7419 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 295.4657 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2707 , cls_43 , 0.4500 , 420.0000 , 31.3192 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 531.6014 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2727 , cls_43 , 0.5400 , 600.0000 , 39.2951 , 1111.1111 , 2.0000 , 1.1661 , 0.6180 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 536.6563 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2732 , cls_43 , 0.4500 , 480.0000 , 34.4419 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2753 , cls_43 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2804 , cls_43 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 284.6050 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2806 , cls_43 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2839 , cls_43 , 1.3500 , 720.0000 , 51.1934 , 533.3333 , 1.5000 , 1.0921 , 0.6327 , 0.5556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2859 , cls_43 , 0.6300 , 480.0000 , 37.8361 , 761.9048 , 1.3333 , 1.0945 , 0.6572 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 577.0615 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2877 , cls_43 , 0.9000 , 720.0000 , 45.8765 , 800.0000 , 1.7143 , 1.1407 , 0.6817 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 469.5743 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2886 , cls_43 , 0.5400 , 540.0000 , 45.5670 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2908 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 342.0526 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2921 , cls_43 , 0.8100 , 420.0000 , 34.7671 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 577.0615 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2929 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2940 , cls_43 , 0.8100 , 480.0000 , 39.7536 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2945 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2957 , cls_43 , 0.5400 , 540.0000 , 46.1179 , 1000.0000 , 1.8000 , 1.1415 , 0.7613 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2988 , cls_43 , 0.9000 , 780.0000 , 45.0873 , 866.6667 , 1.8571 , 1.1583 , 0.6255 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3001 , cls_43 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3027 , cls_43 , 0.7200 , 600.0000 , 49.7824 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3032 , cls_43 , 0.8100 , 660.0000 , 52.4523 , 814.8148 , 1.8333 , 1.1347 , 0.8121 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 391.1521 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3038 , cls_43 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3045 , cls_43 , 0.8100 , 480.0000 , 39.0751 , 592.5926 , 1.3333 , 1.0639 , 0.5593 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 366.1967 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3046 , cls_43 , 0.6300 , 600.0000 , 45.4326 , 952.3810 , 1.6667 , 1.1455 , 0.8019 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3052 , cls_43 , 0.8100 , 660.0000 , 55.2636 , 814.8148 , 1.8333 , 1.1347 , 0.7453 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3057 , cls_43 , 0.7200 , 540.0000 , 42.3868 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3065 , cls_43 , 0.4500 , 480.0000 , 34.9123 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 780.5767 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3075 , cls_43 , 0.9900 , 660.0000 , 46.1038 , 666.6667 , 1.5714 , 1.1100 , 0.5623 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3077 , cls_43 , 0.5400 , 480.0000 , 33.2625 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3090 , cls_43 , 0.5400 , 420.0000 , 36.1803 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 468.6150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3172 , cls_43 , 1.0800 , 660.0000 , 49.2084 , 611.1111 , 1.5714 , 1.0996 , 0.7495 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3189 , cls_43 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3196 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3203 , cls_43 , 0.4500 , 540.0000 , 41.4637 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3212 , cls_43 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 480.9366 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3245 , cls_43 , 0.6300 , 540.0000 , 41.4863 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 331.3608 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3294 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 366.1967 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3295 , cls_43 , 1.9800 , 1620.0000 , 120.1019 , 818.1818 , 2.7000 , 1.2137 , 0.8923 , 0.3561 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 426.3801 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3304 , cls_43 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3310 , cls_43 , 0.6300 , 540.0000 , 44.0493 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 420.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3340 , cls_43 , 0.4500 , 480.0000 , 38.4853 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 420.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3374 , cls_43 , 0.6300 , 480.0000 , 38.0309 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 465.7252 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3381 , cls_43 , 0.4500 , 480.0000 , 34.9123 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 421.0701 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3390 , cls_43 , 0.5400 , 540.0000 , 36.6787 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3394 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3422 , cls_43 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 421.0701 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3458 , cls_43 , 0.9900 , 840.0000 , 58.5858 , 848.4848 , 2.0000 , 1.1624 , 0.7307 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3486 , cls_43 , 0.9000 , 540.0000 , 40.4133 , 600.0000 , 1.2857 , 1.0775 , 0.5609 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3488 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3492 , cls_43 , 1.5300 , 1020.0000 , 68.8244 , 666.6667 , 1.8889 , 1.1502 , 0.6268 , 0.4608 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3524 , cls_43 , 0.4500 , 540.0000 , 45.2808 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3562 , cls_43 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3578 , cls_43 , 0.5400 , 480.0000 , 37.0783 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 725.6032 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3582 , cls_43 , 0.5400 , 480.0000 , 39.6040 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3625 , cls_43 , 1.0800 , 780.0000 , 54.5538 , 722.2222 , 1.8571 , 1.1355 , 0.7117 , 0.4444 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 550.7268 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3675 , cls_43 , 1.1700 , 840.0000 , 60.7654 , 717.9487 , 1.7500 , 1.1416 , 0.7566 , 0.4103 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3676 , cls_43 , 0.4500 , 480.0000 , 33.6384 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3677 , cls_43 , 0.9000 , 720.0000 , 49.1256 , 800.0000 , 1.7143 , 1.1407 , 0.7170 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3690 , cls_43 , 0.6300 , 480.0000 , 39.2020 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 256.3201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3696 , cls_43 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3720 , cls_43 , 0.9000 , 480.0000 , 39.2093 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 488.3646 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3767 , cls_43 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 216.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3827 , cls_43 , 0.9000 , 840.0000 , 58.9026 , 933.3333 , 2.0000 , 1.1745 , 0.7913 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 313.2092 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3849 , cls_43 , 0.7200 , 480.0000 , 38.5111 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3860 , cls_43 , 1.3500 , 1260.0000 , 114.7869 , 933.3333 , 2.6250 , 1.2097 , 0.9136 , 0.3000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3863 , cls_43 , 1.2600 , 960.0000 , 58.9336 , 761.9048 , 2.0000 , 1.1610 , 0.6572 , 0.4048 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3898 , cls_43 , 1.9800 , 1080.0000 , 65.1606 , 545.4545 , 1.8000 , 1.1317 , 0.6215 , 0.5606 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3913 , cls_43 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 488.3646 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3919 , cls_43 , 0.6300 , 480.0000 , 38.6744 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 617.7378 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3927 , cls_43 , 0.8100 , 660.0000 , 54.5126 , 814.8148 , 1.8333 , 1.1347 , 0.7205 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3933 , cls_43 , 0.7200 , 660.0000 , 42.1246 , 916.6667 , 1.8333 , 1.1497 , 0.7004 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3957 , cls_43 , 0.5400 , 600.0000 , 41.3041 , 1111.1111 , 2.0000 , 1.1661 , 0.7366 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 296.9848 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3979 , cls_43 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 550.7268 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4003 , cls_43 , 1.6200 , 1080.0000 , 67.7225 , 666.6667 , 2.0000 , 1.1552 , 0.6243 , 0.4630 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4034 , cls_43 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4042 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 313.2092 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4062 , cls_43 , 0.8100 , 960.0000 , 51.2118 , 1185.1852 , 2.6667 , 1.2180 , 0.6630 , 0.2222 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 296.9848 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4064 , cls_43 , 2.4300 , 1680.0000 , 85.6618 , 691.3580 , 2.5455 , 1.1963 , 0.8090 , 0.4630 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4079 , cls_43 , 0.9900 , 900.0000 , 66.4136 , 909.0909 , 2.1429 , 1.1774 , 0.7357 , 0.3182 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4082 , cls_43 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 313.2092 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4092 , cls_43 , 0.6300 , 540.0000 , 40.8275 , 857.1429 , 1.5000 , 1.1214 , 0.6572 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4122 , cls_43 , 0.7200 , 660.0000 , 40.3591 , 916.6667 , 1.8333 , 1.1497 , 0.5926 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4144 , cls_43 , 0.9900 , 840.0000 , 58.5889 , 848.4848 , 2.0000 , 1.1624 , 0.7704 , 0.3182 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4148 , cls_43 , 1.0800 , 840.0000 , 71.5181 , 777.7778 , 2.0000 , 1.1515 , 0.8425 , 0.3750 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 873.6132 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4186 , cls_43 , 1.1700 , 720.0000 , 50.7417 , 615.3846 , 1.5000 , 1.1087 , 0.6689 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4188 , cls_43 , 0.6300 , 600.0000 , 46.6558 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 429.5346 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4247 , cls_43 , 0.8100 , 480.0000 , 41.0340 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4271 , cls_43 , 0.7200 , 660.0000 , 39.9862 , 916.6667 , 1.8333 , 1.1497 , 0.6488 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4296 , cls_43 , 0.9000 , 660.0000 , 48.1253 , 733.3333 , 1.5714 , 1.1216 , 0.6817 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4306 , cls_43 , 0.9900 , 660.0000 , 47.9703 , 666.6667 , 1.5714 , 1.1100 , 0.6584 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 416.7733 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4346 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4348 , cls_43 , 0.6300 , 600.0000 , 45.7815 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4366 , cls_43 , 0.9000 , 840.0000 , 48.6722 , 933.3333 , 2.0000 , 1.1745 , 0.7453 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4370 , cls_43 , 0.6300 , 480.0000 , 35.3331 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4385 , cls_43 , 0.8100 , 660.0000 , 41.3273 , 814.8148 , 1.8333 , 1.1347 , 0.6048 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4396 , cls_43 , 1.1700 , 840.0000 , 49.7482 , 717.9487 , 1.7500 , 1.1416 , 0.6322 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4401 , cls_43 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4427 , cls_43 , 0.6300 , 600.0000 , 46.4074 , 952.3810 , 1.6667 , 1.1455 , 0.7826 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4439 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4441 , cls_43 , 1.0800 , 840.0000 , 57.1469 , 777.7778 , 2.0000 , 1.1515 , 0.6605 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 342.0526 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4460 , cls_43 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4470 , cls_43 , 0.6300 , 480.0000 , 40.6416 , 761.9048 , 1.3333 , 1.0945 , 0.6572 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4540 , cls_43 , 1.9800 , 1560.0000 , 85.9709 , 787.8788 , 2.6000 , 1.2061 , 0.7812 , 0.4167 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4586 , cls_43 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4623 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 576.2812 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4625 , cls_43 , 5.4900 , 3540.0000 , 137.1803 , 644.8087 , 3.6875 , 1.2435 , 0.7895 , 0.4973 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4663 , cls_43 , 0.6300 , 420.0000 , 31.6352 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4677 , cls_43 , 0.7200 , 480.0000 , 36.9260 , 666.6667 , 1.3333 , 1.0780 , 0.6082 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4695 , cls_43 , 2.4300 , 1800.0000 , 95.2555 , 740.7407 , 2.7273 , 1.2100 , 0.7677 , 0.4321 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4731 , cls_43 , 0.4500 , 480.0000 , 32.2893 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 603.7384 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4744 , cls_43 , 0.7200 , 480.0000 , 39.9808 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4758 , cls_43 , 1.0800 , 660.0000 , 43.5531 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4759 , cls_43 , 0.7200 , 420.0000 , 33.2471 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4760 , cls_43 , 0.6300 , 540.0000 , 45.9902 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4788 , cls_43 , 0.4500 , 540.0000 , 35.4868 , 1200.0000 , 1.8000 , 1.1663 , 0.6817 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4793 , cls_43 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4794 , cls_43 , 0.6300 , 600.0000 , 38.9314 , 952.3810 , 1.6667 , 1.1455 , 0.5544 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4806 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4846 , cls_43 , 1.5300 , 720.0000 , 49.1291 , 470.5882 , 1.3333 , 1.0779 , 0.5671 , 0.6275 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4865 , cls_43 , 0.5400 , 480.0000 , 32.3607 , 888.8889 , 1.6000 , 1.1141 , 0.4123 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 1129.2918 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4868 , cls_43 , 0.5400 , 420.0000 , 30.7844 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 531.6014 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4882 , cls_43 , 2.0700 , 1440.0000 , 71.7387 , 695.6522 , 2.4000 , 1.1846 , 0.7071 , 0.4855 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4885 , cls_43 , 0.9000 , 720.0000 , 53.8252 , 800.0000 , 1.7143 , 1.1407 , 0.7913 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4905 , cls_43 , 0.7200 , 660.0000 , 49.8974 , 916.6667 , 1.8333 , 1.1497 , 0.7736 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 611.8823 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4941 , cls_43 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4946 , cls_43 , 1.3500 , 780.0000 , 55.2780 , 577.7778 , 1.6250 , 1.1089 , 0.7062 , 0.5333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4958 , cls_43 , 0.7200 , 600.0000 , 39.9212 , 833.3333 , 1.6667 , 1.1283 , 0.5926 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4962 , cls_43 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4970 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4978 , cls_43 , 0.4500 , 420.0000 , 35.2060 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4979 , cls_43 , 1.7100 , 1440.0000 , 82.0793 , 842.1053 , 2.6667 , 1.2078 , 0.7718 , 0.3684 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4980 , cls_43 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4981 , cls_43 , 1.0800 , 1020.0000 , 68.2084 , 944.4444 , 2.4286 , 1.1933 , 0.7753 , 0.3194 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4994 , cls_43 , 2.8800 , 1500.0000 , 78.9049 , 520.8333 , 2.0833 , 1.1544 , 0.6394 , 0.5990 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5017 , cls_43 , 0.8100 , 600.0000 , 49.0185 , 740.7407 , 1.6667 , 1.1135 , 0.7796 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5024 , cls_43 , 1.0800 , 900.0000 , 65.2535 , 833.3333 , 2.1429 , 1.1663 , 0.7753 , 0.3611 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5031 , cls_43 , 0.7200 , 600.0000 , 43.1346 , 833.3333 , 1.6667 , 1.1283 , 0.6817 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5054 , cls_43 , 1.7100 , 1020.0000 , 62.7255 , 596.4912 , 1.8889 , 1.1370 , 0.6442 , 0.5263 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5100 , cls_43 , 0.7200 , 600.0000 , 45.1958 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5108 , cls_43 , 0.9900 , 720.0000 , 46.9068 , 727.2727 , 1.7143 , 1.1289 , 0.6498 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 295.4657 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5112 , cls_43 , 0.6300 , 720.0000 , 57.8896 , 1142.8571 , 2.0000 , 1.1872 , 0.8286 , 0.1905 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 240.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5144 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1064.0489 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5150 , cls_43 , 0.9900 , 660.0000 , 45.3788 , 666.6667 , 1.5714 , 1.1100 , 0.5623 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5161 , cls_43 , 0.8100 , 480.0000 , 36.2005 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 339.4113 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5162 , cls_43 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5196 , cls_43 , 0.4500 , 540.0000 , 39.2900 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5246 , cls_43 , 0.7200 , 480.0000 , 40.9288 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5262 , cls_43 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 295.4657 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5265 , cls_43 , 0.6300 , 600.0000 , 44.4967 , 952.3810 , 1.6667 , 1.1455 , 0.7215 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5312 , cls_43 , 0.7200 , 480.0000 , 43.0580 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 258.0698 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5331 , cls_43 , 0.6300 , 480.0000 , 36.6879 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5347 , cls_43 , 2.6100 , 1860.0000 , 94.4726 , 712.6437 , 2.8182 , 1.2079 , 0.7046 , 0.4310 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 632.8507 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5370 , cls_43 , 1.1700 , 960.0000 , 57.3497 , 820.5128 , 2.0000 , 1.1702 , 0.5963 , 0.3590 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5404 , cls_43 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 778.2673 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5450 , cls_43 , 0.9000 , 600.0000 , 42.4730 , 666.6667 , 1.4286 , 1.1006 , 0.5609 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 632.8507 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5491 , cls_43 , 0.6300 , 600.0000 , 46.9503 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 721.2489 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5493 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 674.1662 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5496 , cls_43 , 0.6300 , 600.0000 , 46.4274 , 952.3810 , 1.6667 , 1.1455 , 0.7826 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5502 , cls_43 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 752.3962 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5532 , cls_43 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 268.3282 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5577 , cls_43 , 0.4500 , 540.0000 , 40.1853 , 1200.0000 , 1.8000 , 1.1663 , 0.6817 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 774.2093 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5588 , cls_43 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5598 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 436.8066 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5709 , cls_43 , 0.5400 , 540.0000 , 46.3821 , 1000.0000 , 1.8000 , 1.1415 , 0.7935 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 436.8066 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5771 , cls_43 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 657.9514 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5794 , cls_43 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 840.5355 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5798 , cls_43 , 0.8100 , 780.0000 , 52.4124 , 962.9630 , 2.1667 , 1.1718 , 0.8024 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 318.9044 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5986 , cls_43 , 1.2600 , 960.0000 , 52.3602 , 761.9048 , 2.0000 , 1.1610 , 0.6435 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 408.0441 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6052 , cls_43 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6053 , cls_43 , 0.6300 , 600.0000 , 43.2374 , 952.3810 , 1.6667 , 1.1455 , 0.7215 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 216.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6073 , cls_43 , 1.9800 , 1320.0000 , 82.4187 , 666.6667 , 2.2000 , 1.1723 , 0.7430 , 0.4773 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6086 , cls_43 , 1.0800 , 600.0000 , 41.7862 , 555.5556 , 1.4286 , 1.0790 , 0.5506 , 0.5556 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6130 , cls_43 , 1.1700 , 780.0000 , 48.6763 , 666.6667 , 1.6250 , 1.1258 , 0.6322 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6144 , cls_43 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6157 , cls_43 , 0.8100 , 600.0000 , 45.0083 , 740.7407 , 1.6667 , 1.1135 , 0.7453 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 818.8406 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6163 , cls_43 , 0.5400 , 600.0000 , 37.0783 , 1111.1111 , 2.0000 , 1.1661 , 0.6180 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 339.4113 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6165 , cls_43 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6177 , cls_43 , 0.7200 , 780.0000 , 48.3303 , 1083.3333 , 2.1667 , 1.1874 , 0.7247 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6179 , cls_43 , 0.9000 , 780.0000 , 45.0136 , 866.6667 , 1.8571 , 1.1583 , 0.6894 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6181 , cls_43 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 657.9514 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6224 , cls_43 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6246 , cls_43 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6248 , cls_43 , 1.8900 , 900.0000 , 65.9842 , 476.1905 , 1.5000 , 1.1001 , 0.6739 , 0.6111 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6253 , cls_43 , 0.5400 , 540.0000 , 40.2334 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6271 , cls_43 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6274 , cls_43 , 0.6300 , 540.0000 , 45.0693 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 339.4113 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6288 , cls_43 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6306 , cls_43 , 1.0800 , 720.0000 , 48.5874 , 666.6667 , 1.7143 , 1.1183 , 0.6944 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6313 , cls_43 , 0.7200 , 540.0000 , 45.7978 , 750.0000 , 1.5000 , 1.1046 , 0.7453 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6321 , cls_43 , 1.2600 , 900.0000 , 58.2300 , 714.2857 , 1.8750 , 1.1473 , 0.6927 , 0.4286 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6325 , cls_43 , 2.0700 , 1020.0000 , 73.7698 , 492.7536 , 1.7000 , 1.1152 , 0.6981 , 0.6014 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6339 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 825.4090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6376 , cls_43 , 0.9900 , 720.0000 , 48.9457 , 727.2727 , 1.7143 , 1.1289 , 0.6498 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6385 , cls_43 , 5.4000 , 2880.0000 , 157.4150 , 533.3333 , 3.0000 , 1.2076 , 0.8031 , 0.5667 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6386 , cls_43 , 0.8100 , 660.0000 , 51.8004 , 814.8148 , 1.8333 , 1.1347 , 0.7205 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6390 , cls_43 , 1.4400 , 1020.0000 , 63.1943 , 708.3333 , 2.1250 , 1.1574 , 0.7603 , 0.4375 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6414 , cls_43 , 0.7200 , 540.0000 , 38.9051 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6416 , cls_43 , 0.7200 , 540.0000 , 41.5463 , 750.0000 , 1.5000 , 1.1046 , 0.6817 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6427 , cls_43 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 450.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6428 , cls_43 , 0.6300 , 480.0000 , 36.6879 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6435 , cls_43 , 0.6300 , 540.0000 , 49.2219 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6451 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6459 , cls_43 , 0.7200 , 480.0000 , 39.1789 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 474.3416 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6462 , cls_43 , 1.1700 , 780.0000 , 68.1022 , 666.6667 , 1.6250 , 1.1258 , 0.7763 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6501 , cls_43 , 0.4500 , 480.0000 , 34.9123 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6502 , cls_43 , 0.4500 , 480.0000 , 34.9642 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6510 , cls_43 , 0.8100 , 660.0000 , 57.6376 , 814.8148 , 1.8333 , 1.1347 , 0.7796 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6530 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6536 , cls_43 , 2.4300 , 1560.0000 , 95.0448 , 641.9753 , 2.3636 , 1.1816 , 0.7966 , 0.4877 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6537 , cls_43 , 0.6300 , 540.0000 , 42.4126 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6545 , cls_43 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6563 , cls_43 , 0.6300 , 480.0000 , 34.7715 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6582 , cls_43 , 0.8100 , 840.0000 , 60.1247 , 1037.0370 , 2.3333 , 1.1883 , 0.8237 , 0.2222 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6583 , cls_43 , 0.4500 , 600.0000 , 45.5013 , 1333.3333 , 2.0000 , 1.1913 , 0.7551 , 0.1333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6639 , cls_43 , 0.4500 , 540.0000 , 37.0110 , 1200.0000 , 1.8000 , 1.1663 , 0.6255 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 429.5346 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6647 , cls_43 , 0.5400 , 600.0000 , 42.6942 , 1111.1111 , 2.0000 , 1.1661 , 0.7613 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6649 , cls_43 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6666 , cls_43 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6678 , cls_43 , 2.5200 , 1500.0000 , 79.9728 , 595.2381 , 2.2727 , 1.1696 , 0.6845 , 0.5119 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6680 , cls_43 , 0.5400 , 480.0000 , 35.7844 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6681 , cls_43 , 0.6300 , 600.0000 , 43.5436 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6686 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 488.3646 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6703 , cls_43 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 660.6815 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6709 , cls_43 , 1.0800 , 660.0000 , 46.6795 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6745 , cls_43 , 0.9900 , 840.0000 , 76.7773 , 848.4848 , 2.0000 , 1.1624 , 0.8556 , 0.3333 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6773 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 474.3416 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6795 , cls_43 , 0.8100 , 540.0000 , 41.4799 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6800 , cls_43 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6820 , cls_43 , 0.4500 , 480.0000 , 38.8328 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6827 , cls_43 , 0.6300 , 600.0000 , 53.2139 , 952.3810 , 1.6667 , 1.1455 , 0.7826 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 432.6662 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6836 , cls_43 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 408.0441 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6857 , cls_43 , 2.2500 , 840.0000 , 61.4734 , 373.3333 , 1.4000 , 1.0672 , 0.4782 , 0.6867 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 313.2092 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6867 , cls_43 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6895 , cls_43 , 0.9000 , 960.0000 , 61.6037 , 1066.6667 , 2.2857 , 1.2039 , 0.8041 , 0.2333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6939 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 536.6563 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6968 , cls_43 , 1.8900 , 900.0000 , 62.7372 , 476.1905 , 1.5000 , 1.1001 , 0.5617 , 0.6032 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6980 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6987 , cls_43 , 0.4500 , 540.0000 , 45.2808 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6996 , cls_43 , 0.6300 , 480.0000 , 35.3271 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 270.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7019 , cls_43 , 1.8000 , 1320.0000 , 86.2522 , 733.3333 , 2.4444 , 1.1837 , 0.8336 , 0.4333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 351.1410 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7020 , cls_43 , 1.8900 , 1260.0000 , 71.7071 , 666.6667 , 2.1000 , 1.1684 , 0.7272 , 0.4603 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7118 , cls_43 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 390.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7135 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 234.3075 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7159 , cls_43 , 0.5400 , 420.0000 , 36.6787 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7243 , cls_43 , 0.4500 , 480.0000 , 36.4884 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 234.3075 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7264 , cls_43 , 0.6300 , 600.0000 , 48.6138 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 270.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7279 , cls_43 , 0.7200 , 600.0000 , 47.9333 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 390.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7311 , cls_43 , 0.4500 , 480.0000 , 38.4853 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7312 , cls_43 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7348 , cls_43 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 453.9824 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7350 , cls_43 , 0.6300 , 600.0000 , 44.8064 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 597.7458 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7357 , cls_43 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7360 , cls_43 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7372 , cls_43 , 0.6300 , 600.0000 , 40.5895 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7406 , cls_43 , 0.9000 , 1080.0000 , 61.2272 , 1200.0000 , 2.5714 , 1.2297 , 0.7598 , 0.2167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7413 , cls_43 , 0.5400 , 480.0000 , 41.3948 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 699.7142 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7436 , cls_43 , 0.5400 , 420.0000 , 39.3630 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7448 , cls_43 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7458 , cls_43 , 1.2600 , 600.0000 , 45.6584 , 476.1905 , 1.2500 , 1.0614 , 0.4757 , 0.5952 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7508 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 597.7458 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7523 , cls_43 , 0.9900 , 780.0000 , 50.6618 , 787.8788 , 1.8571 , 1.1463 , 0.6498 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 1204.8651 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7529 , cls_43 , 0.7200 , 600.0000 , 51.3591 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 465.7252 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7534 , cls_43 , 3.6000 , 2040.0000 , 98.2209 , 566.6667 , 2.6154 , 1.1885 , 0.6856 , 0.5292 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7536 , cls_43 , 0.7200 , 840.0000 , 49.5141 , 1166.6667 , 2.3333 , 1.2041 , 0.7004 , 0.2083 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7544 , cls_43 , 0.5400 , 600.0000 , 50.2074 , 1111.1111 , 2.0000 , 1.1661 , 0.8090 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 330.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7624 , cls_43 , 0.9900 , 840.0000 , 58.0348 , 848.4848 , 2.0000 , 1.1624 , 0.6888 , 0.3333 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7635 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 254.5584 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7640 , cls_43 , 0.6300 , 660.0000 , 43.7605 , 1047.6190 , 1.8333 , 1.1673 , 0.6927 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 947.2592 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7649 , cls_43 , 0.9000 , 660.0000 , 44.5742 , 733.3333 , 1.5714 , 1.1216 , 0.6255 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 577.0615 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7652 , cls_43 , 0.6300 , 660.0000 , 39.6128 , 1047.6190 , 1.8333 , 1.1673 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7653 , cls_43 , 2.3400 , 1560.0000 , 95.5518 , 666.6667 , 2.3636 , 1.1861 , 0.8086 , 0.4679 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7674 , cls_43 , 0.4500 , 480.0000 , 34.6834 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7685 , cls_43 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 453.9824 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7748 , cls_43 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 570.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7760 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7764 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 27 , cls_52 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 29 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 47 , cls_52 , 0.5400 , 600.0000 , 56.0086 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 58 , cls_52 , 1.8000 , 900.0000 , 75.6073 , 500.0000 , 1.6667 , 1.1055 , 0.8244 , 0.5500 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 305.9412 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 82 , cls_52 , 6.4800 , 2460.0000 , 160.3585 , 379.6296 , 2.4118 , 1.1592 , 0.7643 , 0.6852 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 93 , cls_52 , 0.9000 , 540.0000 , 43.6464 , 600.0000 , 1.2857 , 1.0775 , 0.6894 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 94 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 127 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 129 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 140 , cls_52 , 4.5000 , 1980.0000 , 148.7299 , 440.0000 , 2.2000 , 1.1582 , 0.8447 , 0.6267 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 189 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 191 , cls_52 , 1.2600 , 780.0000 , 52.2048 , 619.0476 , 1.6250 , 1.1170 , 0.6572 , 0.5119 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 193 , cls_52 , 0.8100 , 660.0000 , 56.6990 , 814.8148 , 1.8333 , 1.1347 , 0.8237 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 371.0795 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 195 , cls_52 , 2.7900 , 1560.0000 , 109.6601 , 559.1398 , 2.1667 , 1.1657 , 0.8046 , 0.5376 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 1100.2272 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 218 , cls_52 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 233 , cls_52 , 4.0500 , 2100.0000 , 111.2308 , 518.5185 , 2.5000 , 1.1808 , 0.7796 , 0.5815 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 218.4033 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 249 , cls_52 , 2.7900 , 1620.0000 , 100.3082 , 580.6452 , 2.2500 , 1.1730 , 0.7486 , 0.5376 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 266 , cls_52 , 2.6100 , 1620.0000 , 87.4788 , 620.6897 , 2.4545 , 1.1807 , 0.7305 , 0.4885 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 268 , cls_52 , 0.7200 , 480.0000 , 39.0707 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 305.9412 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 271 , cls_52 , 1.2600 , 960.0000 , 77.8598 , 761.9048 , 2.0000 , 1.1610 , 0.8463 , 0.3929 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 302 , cls_52 , 2.0700 , 900.0000 , 63.4804 , 434.7826 , 1.5000 , 1.0900 , 0.6339 , 0.6449 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 295.4657 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 353 , cls_52 , 1.4400 , 900.0000 , 63.3462 , 625.0000 , 1.8750 , 1.1313 , 0.7453 , 0.4688 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 363 , cls_52 , 0.7200 , 540.0000 , 42.1325 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 366 , cls_52 , 1.1700 , 660.0000 , 56.3332 , 564.1026 , 1.3750 , 1.0902 , 0.7453 , 0.5128 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 276.5863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 382 , cls_52 , 1.5300 , 1140.0000 , 59.7635 , 745.0980 , 2.1111 , 1.1733 , 0.5916 , 0.4412 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 383 , cls_52 , 6.6600 , 2040.0000 , 114.1263 , 306.3063 , 1.8889 , 1.1227 , 0.6090 , 0.7432 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 391 , cls_52 , 8.7300 , 3300.0000 , 155.0171 , 378.0069 , 2.7500 , 1.1805 , 0.7148 , 0.6993 , 8.7300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 396 , cls_52 , 1.8000 , 900.0000 , 63.5085 , 500.0000 , 1.6667 , 1.1055 , 0.7139 , 0.5917 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 403 , cls_52 , 1.2600 , 1080.0000 , 61.1978 , 857.1429 , 2.2500 , 1.1859 , 0.6927 , 0.3571 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 364.9658 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 404 , cls_52 , 2.7900 , 780.0000 , 65.2412 , 279.5699 , 1.0833 , 1.0302 , 0.3927 , 0.7527 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 433 , cls_52 , 1.3500 , 900.0000 , 71.1625 , 666.6667 , 1.8750 , 1.1390 , 0.8031 , 0.4556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 442 , cls_52 , 0.8100 , 480.0000 , 37.6685 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 662.7217 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 455 , cls_52 , 0.5400 , 540.0000 , 39.4317 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 456 , cls_52 , 3.7800 , 1440.0000 , 82.8855 , 380.9524 , 1.8462 , 1.1169 , 0.6739 , 0.6944 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 495 , cls_52 , 3.9600 , 1920.0000 , 132.0680 , 484.8485 , 2.2857 , 1.1663 , 0.8249 , 0.6023 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 515 , cls_52 , 0.5400 , 600.0000 , 52.4985 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 551 , cls_52 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 562 , cls_52 , 1.8000 , 1080.0000 , 68.9645 , 600.0000 , 2.0000 , 1.1428 , 0.6082 , 0.5167 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 614 , cls_52 , 0.4500 , 480.0000 , 34.4419 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 631 , cls_52 , 4.5900 , 1140.0000 , 83.3130 , 248.3660 , 1.2667 , 1.0532 , 0.5005 , 0.7908 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 276.5863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 650 , cls_52 , 1.8900 , 840.0000 , 61.0267 , 444.4444 , 1.4000 , 1.0860 , 0.5617 , 0.6190 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 678 , cls_52 , 0.7200 , 660.0000 , 56.4454 , 916.6667 , 1.8333 , 1.1497 , 0.8330 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 342.0526 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 706 , cls_52 , 1.8000 , 1560.0000 , 74.3955 , 866.6667 , 2.8889 , 1.2178 , 0.7453 , 0.3750 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 712 , cls_52 , 4.3200 , 1980.0000 , 167.4478 , 458.3333 , 2.3571 , 1.1626 , 0.8955 , 0.5938 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 720 , cls_52 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 417.8516 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 749 , cls_52 , 0.6300 , 480.0000 , 35.8654 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 751 , cls_52 , 4.1400 , 1080.0000 , 84.7702 , 260.8696 , 1.2857 , 1.0532 , 0.5314 , 0.7754 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 765 , cls_52 , 0.5400 , 420.0000 , 32.0711 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 551.5433 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 774 , cls_52 , 1.0800 , 900.0000 , 77.4294 , 833.3333 , 2.1429 , 1.1663 , 0.8648 , 0.3611 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 788 , cls_52 , 7.5600 , 2880.0000 , 141.5460 , 380.9524 , 2.5263 , 1.1714 , 0.6788 , 0.6925 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 305.9412 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 807 , cls_52 , 2.5200 , 1500.0000 , 103.0199 , 595.2381 , 2.2727 , 1.1696 , 0.8162 , 0.5238 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 812 , cls_52 , 2.7900 , 1920.0000 , 110.2786 , 688.1720 , 2.6667 , 1.2062 , 0.7996 , 0.4624 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 276.5863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 828 , cls_52 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 844 , cls_52 , 1.8000 , 1260.0000 , 70.8838 , 700.0000 , 2.3333 , 1.1742 , 0.7004 , 0.4833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 847 , cls_52 , 1.4400 , 900.0000 , 56.3853 , 625.0000 , 1.8750 , 1.1313 , 0.6082 , 0.4896 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 595.4830 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 875 , cls_52 , 1.9800 , 900.0000 , 83.3799 , 454.5455 , 1.5000 , 1.0949 , 0.7845 , 0.5985 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 877 , cls_52 , 2.7000 , 1440.0000 , 96.7840 , 533.3333 , 2.1818 , 1.1537 , 0.8109 , 0.5722 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 881 , cls_52 , 2.5200 , 1380.0000 , 77.8111 , 547.6190 , 2.0909 , 1.1532 , 0.6325 , 0.5595 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 882 , cls_52 , 0.5400 , 480.0000 , 34.1421 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 300.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 883 , cls_52 , 1.1700 , 960.0000 , 72.2802 , 820.5128 , 2.0000 , 1.1702 , 0.8053 , 0.3718 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 899 , cls_52 , 10.5300 , 2700.0000 , 138.9413 , 256.4103 , 2.0455 , 1.1267 , 0.6486 , 0.7892 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 913 , cls_52 , 4.0500 , 3000.0000 , 123.3655 , 740.7407 , 3.5714 , 1.2480 , 0.7838 , 0.4370 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 916 , cls_52 , 22.4100 , 4080.0000 , 199.1568 , 182.0616 , 2.1250 , 1.1246 , 0.5627 , 0.8487 , 22.4100 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 925 , cls_52 , 1.0800 , 720.0000 , 49.7106 , 666.6667 , 1.7143 , 1.1183 , 0.6273 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 540.8327 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 940 , cls_52 , 20.5200 , 6960.0000 , 223.4580 , 339.1813 , 3.7419 , 1.2200 , 0.7261 , 0.7266 , 20.5200 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 963 , cls_52 , 1.1700 , 540.0000 , 44.4060 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 318.9044 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 965 , cls_52 , 3.5100 , 1860.0000 , 101.0704 , 529.9145 , 2.3846 , 1.1737 , 0.7062 , 0.5812 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 971 , cls_52 , 0.8100 , 840.0000 , 67.7921 , 1037.0370 , 2.3333 , 1.1883 , 0.8315 , 0.2222 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 284.6050 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 987 , cls_52 , 1.0800 , 540.0000 , 44.2242 , 500.0000 , 1.2857 , 1.0563 , 0.6273 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 996 , cls_52 , 9.7200 , 3900.0000 , 144.0248 , 401.2346 , 3.0952 , 1.1986 , 0.5258 , 0.6929 , 9.7200 , 1.0000 , 100.0000 , 0.0000 , 300.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 998 , cls_52 , 23.8500 , 8340.0000 , 252.2016 , 349.6855 , 4.2121 , 1.2344 , 0.6153 , 0.7201 , 23.8500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1068 , cls_52 , 2.1600 , 1620.0000 , 79.4007 , 750.0000 , 2.7000 , 1.2031 , 0.6850 , 0.3889 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1092 , cls_52 , 2.6100 , 1260.0000 , 78.4334 , 482.7586 , 1.9091 , 1.1313 , 0.7160 , 0.6264 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1113 , cls_52 , 3.3300 , 1200.0000 , 85.9535 , 360.3604 , 1.5385 , 1.0955 , 0.6999 , 0.6982 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 254.5584 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1115 , cls_52 , 1.2600 , 900.0000 , 53.0634 , 714.2857 , 1.8750 , 1.1473 , 0.6572 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1128 , cls_52 , 0.9000 , 900.0000 , 80.4193 , 1000.0000 , 2.1429 , 1.1897 , 0.8873 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1131 , cls_52 , 4.5900 , 1380.0000 , 96.2833 , 300.6536 , 1.5333 , 1.0888 , 0.6412 , 0.7353 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1155 , cls_52 , 2.4300 , 900.0000 , 64.1378 , 370.3704 , 1.3636 , 1.0727 , 0.4944 , 0.7037 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1161 , cls_52 , 2.0700 , 1620.0000 , 90.1997 , 782.6087 , 2.7000 , 1.2083 , 0.7862 , 0.3841 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1176 , cls_52 , 1.3500 , 960.0000 , 70.2769 , 711.1111 , 2.0000 , 1.1526 , 0.8031 , 0.4444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 458.9118 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1188 , cls_52 , 2.3400 , 1560.0000 , 88.1823 , 666.6667 , 2.3636 , 1.1861 , 0.6963 , 0.4808 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1202 , cls_52 , 5.2200 , 2400.0000 , 117.3545 , 459.7701 , 2.5000 , 1.1778 , 0.5920 , 0.6207 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1205 , cls_52 , 1.7100 , 1080.0000 , 71.6063 , 631.5789 , 2.0000 , 1.1488 , 0.7506 , 0.5175 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1211 , cls_52 , 2.2500 , 720.0000 , 60.3945 , 320.0000 , 1.2000 , 1.0364 , 0.5698 , 0.7267 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 331.3608 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1222 , cls_52 , 2.4300 , 1620.0000 , 109.9800 , 666.6667 , 2.4545 , 1.1891 , 0.8678 , 0.4938 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1227 , cls_52 , 6.0300 , 2640.0000 , 142.9010 , 437.8109 , 2.5882 , 1.1796 , 0.8030 , 0.6617 , 6.0300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1244 , cls_52 , 2.8800 , 1140.0000 , 89.4229 , 395.8333 , 1.5833 , 1.1010 , 0.7711 , 0.6563 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1254 , cls_52 , 1.5300 , 780.0000 , 51.5295 , 509.8039 , 1.4444 , 1.0945 , 0.5837 , 0.5980 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1260 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 360.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1263 , cls_52 , 2.7000 , 1800.0000 , 88.1282 , 666.6667 , 2.7273 , 1.1975 , 0.6944 , 0.4667 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 271.6616 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1271 , cls_52 , 2.9700 , 1500.0000 , 106.8024 , 505.0505 , 2.0833 , 1.1510 , 0.8141 , 0.5859 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1273 , cls_52 , 1.5300 , 780.0000 , 51.6565 , 509.8039 , 1.4444 , 1.0945 , 0.6452 , 0.5686 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1281 , cls_52 , 4.7700 , 1500.0000 , 92.4597 , 314.4654 , 1.6667 , 1.1004 , 0.6030 , 0.7327 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1284 , cls_52 , 1.6200 , 600.0000 , 49.1590 , 370.3704 , 1.1111 , 1.0339 , 0.4410 , 0.6759 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1312 , cls_52 , 10.3500 , 4440.0000 , 172.8437 , 428.9855 , 3.3636 , 1.2145 , 0.7237 , 0.6551 , 10.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1339 , cls_52 , 4.4100 , 2700.0000 , 123.3024 , 612.2449 , 3.2143 , 1.2184 , 0.7906 , 0.5442 , 4.4100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1346 , cls_52 , 4.0500 , 1680.0000 , 91.4328 , 414.8148 , 2.0000 , 1.1387 , 0.6610 , 0.6556 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1374 , cls_52 , 2.6100 , 960.0000 , 66.5721 , 367.8161 , 1.4545 , 1.0778 , 0.5384 , 0.6897 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1379 , cls_52 , 8.2800 , 1860.0000 , 113.9310 , 224.6377 , 1.5500 , 1.0848 , 0.5159 , 0.8134 , 8.2800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1386 , cls_52 , 3.1500 , 1680.0000 , 91.8019 , 533.3333 , 2.3333 , 1.1663 , 0.7379 , 0.5762 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 360.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1387 , cls_52 , 3.4200 , 2040.0000 , 122.9443 , 596.4912 , 2.6154 , 1.1943 , 0.8569 , 0.5263 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1389 , cls_52 , 0.8100 , 600.0000 , 42.2756 , 740.7407 , 1.6667 , 1.1135 , 0.6419 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1402 , cls_52 , 1.2600 , 1020.0000 , 73.9241 , 809.5238 , 2.1250 , 1.1738 , 0.7903 , 0.3571 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1408 , cls_52 , 1.7100 , 900.0000 , 65.3098 , 526.3158 , 1.6667 , 1.1114 , 0.7506 , 0.5789 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1409 , cls_52 , 10.0800 , 4320.0000 , 235.7390 , 428.5714 , 3.2727 , 1.2125 , 0.8336 , 0.6563 , 10.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1464 , cls_52 , 1.2600 , 540.0000 , 45.4303 , 428.5714 , 1.1250 , 1.0391 , 0.5652 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1467 , cls_52 , 1.4400 , 1260.0000 , 75.7649 , 875.0000 , 2.6250 , 1.2016 , 0.7736 , 0.3333 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1503 , cls_52 , 2.5200 , 1560.0000 , 96.3663 , 619.0476 , 2.3636 , 1.1774 , 0.7772 , 0.5060 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1511 , cls_52 , 9.1800 , 4260.0000 , 180.1391 , 464.0523 , 3.3810 , 1.2200 , 0.7613 , 0.6324 , 9.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1520 , cls_52 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 216.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1532 , cls_52 , 1.1700 , 600.0000 , 43.7327 , 512.8205 , 1.2500 , 1.0698 , 0.4827 , 0.5769 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1548 , cls_52 , 1.4400 , 840.0000 , 68.9859 , 583.3333 , 1.7500 , 1.1169 , 0.8041 , 0.5104 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1569 , cls_52 , 1.4400 , 960.0000 , 75.2402 , 666.6667 , 2.0000 , 1.1448 , 0.7603 , 0.4375 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1624 , cls_52 , 3.1500 , 1560.0000 , 87.4190 , 495.2381 , 2.1667 , 1.1520 , 0.7249 , 0.6143 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1641 , cls_52 , 1.2600 , 840.0000 , 63.4251 , 666.6667 , 1.7500 , 1.1327 , 0.7903 , 0.4643 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1645 , cls_52 , 2.3400 , 960.0000 , 66.4959 , 410.2564 , 1.4545 , 1.0895 , 0.6105 , 0.6667 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 690.6519 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1649 , cls_52 , 18.0900 , 4800.0000 , 237.5845 , 265.3400 , 2.7586 , 1.1714 , 0.7233 , 0.7844 , 18.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1672 , cls_52 , 5.5800 , 2880.0000 , 115.2366 , 516.1290 , 3.0000 , 1.2039 , 0.7191 , 0.6102 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1684 , cls_52 , 1.8900 , 1260.0000 , 72.0943 , 666.6667 , 2.1000 , 1.1684 , 0.7477 , 0.4603 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1710 , cls_52 , 1.0800 , 480.0000 , 41.3948 , 444.4444 , 1.1429 , 1.0310 , 0.5225 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1750 , cls_52 , 6.4800 , 2340.0000 , 123.7432 , 361.1111 , 2.2941 , 1.1502 , 0.6690 , 0.7106 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1765 , cls_52 , 0.5400 , 480.0000 , 39.5782 , 888.8889 , 1.6000 , 1.1141 , 0.7062 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1785 , cls_52 , 3.6000 , 1620.0000 , 101.8250 , 450.0000 , 2.0769 , 1.1445 , 0.6986 , 0.6375 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1790 , cls_52 , 4.0500 , 1140.0000 , 78.4652 , 281.4815 , 1.3571 , 1.0656 , 0.3634 , 0.7630 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1823 , cls_52 , 0.7200 , 600.0000 , 50.3737 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1824 , cls_52 , 4.2300 , 1860.0000 , 108.7916 , 439.7163 , 2.2143 , 1.1532 , 0.7123 , 0.6383 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1831 , cls_52 , 1.0800 , 780.0000 , 50.0344 , 722.2222 , 1.8571 , 1.1355 , 0.6180 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1850 , cls_52 , 1.3500 , 540.0000 , 44.5860 , 400.0000 , 1.1250 , 1.0316 , 0.4383 , 0.6667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 276.5863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1950 , cls_52 , 1.1700 , 600.0000 , 47.7047 , 512.8205 , 1.2500 , 1.0698 , 0.6322 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1972 , cls_52 , 2.1600 , 1020.0000 , 76.4287 , 472.2222 , 1.7000 , 1.1104 , 0.7649 , 0.5972 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1984 , cls_52 , 7.4700 , 1740.0000 , 117.9746 , 232.9317 , 1.5263 , 1.0828 , 0.6356 , 0.8072 , 7.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1997 , cls_52 , 2.0700 , 1320.0000 , 75.4138 , 637.6812 , 2.2000 , 1.1671 , 0.6981 , 0.4855 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2009 , cls_52 , 2.3400 , 1200.0000 , 73.4020 , 512.8205 , 1.8182 , 1.1339 , 0.6322 , 0.5833 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2025 , cls_52 , 0.8100 , 660.0000 , 50.1924 , 814.8148 , 1.8333 , 1.1347 , 0.7135 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2042 , cls_52 , 0.6300 , 480.0000 , 33.2209 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2052 , cls_52 , 1.2600 , 1020.0000 , 54.6368 , 809.5238 , 2.1250 , 1.1738 , 0.6927 , 0.3929 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2065 , cls_52 , 1.6200 , 1020.0000 , 72.3958 , 629.6296 , 1.8889 , 1.1434 , 0.7661 , 0.5000 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2080 , cls_52 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2103 , cls_52 , 31.2300 , 9960.0000 , 317.0833 , 318.9241 , 4.3684 , 1.2362 , 0.7933 , 0.7454 , 31.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2106 , cls_52 , 7.1100 , 1980.0000 , 109.0916 , 278.4810 , 1.8333 , 1.1107 , 0.5894 , 0.7722 , 7.1100 , 1.0000 , 100.0000 , 0.0000 , 276.5863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2112 , cls_52 , 1.9800 , 1320.0000 , 82.1110 , 666.6667 , 2.2000 , 1.1723 , 0.7357 , 0.4848 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 547.4486 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2122 , cls_52 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 318.9044 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2139 , cls_52 , 5.0400 , 2940.0000 , 118.4459 , 583.3333 , 3.2667 , 1.2191 , 0.6572 , 0.5357 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2147 , cls_52 , 23.2200 , 4560.0000 , 212.7425 , 196.3824 , 2.3030 , 1.1394 , 0.5500 , 0.8404 , 23.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2154 , cls_52 , 1.0800 , 480.0000 , 41.3948 , 444.4444 , 1.1429 , 1.0310 , 0.5225 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2165 , cls_52 , 2.4300 , 840.0000 , 70.7324 , 345.6790 , 1.2727 , 1.0590 , 0.6846 , 0.6852 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2185 , cls_52 , 1.1700 , 1080.0000 , 63.9143 , 923.0769 , 2.2500 , 1.1953 , 0.6817 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2230 , cls_52 , 1.8000 , 1260.0000 , 71.2091 , 700.0000 , 2.3333 , 1.1742 , 0.7004 , 0.4583 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2251 , cls_52 , 0.4500 , 540.0000 , 39.2900 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2296 , cls_52 , 10.2600 , 3060.0000 , 152.2895 , 298.2456 , 2.3182 , 1.1509 , 0.6716 , 0.7588 , 10.2600 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2305 , cls_52 , 2.5200 , 1620.0000 , 128.6593 , 642.8571 , 2.4545 , 1.1848 , 0.8634 , 0.4702 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 606.7125 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2313 , cls_52 , 1.0800 , 660.0000 , 47.5334 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 416.7733 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2326 , cls_52 , 2.1600 , 1140.0000 , 66.4656 , 527.7778 , 1.9000 , 1.1327 , 0.6566 , 0.5903 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2336 , cls_52 , 0.5400 , 540.0000 , 44.6257 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 276.5863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2348 , cls_52 , 2.6100 , 1620.0000 , 101.2040 , 620.6897 , 2.4545 , 1.1807 , 0.7160 , 0.4943 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2379 , cls_52 , 1.9800 , 1260.0000 , 72.6545 , 636.3636 , 2.1000 , 1.1629 , 0.7199 , 0.5227 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2394 , cls_52 , 1.9800 , 1020.0000 , 65.6647 , 515.1515 , 1.7000 , 1.1202 , 0.6498 , 0.5758 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2438 , cls_52 , 1.3500 , 1020.0000 , 63.6539 , 755.5556 , 2.1250 , 1.1653 , 0.6707 , 0.3889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2458 , cls_52 , 3.3300 , 1380.0000 , 75.2907 , 414.4144 , 1.7692 , 1.1223 , 0.4457 , 0.6712 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 216.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2473 , cls_52 , 3.7800 , 1320.0000 , 84.1538 , 349.2063 , 1.6923 , 1.1004 , 0.4652 , 0.7103 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2486 , cls_52 , 1.5300 , 720.0000 , 49.5117 , 470.5882 , 1.3333 , 1.0779 , 0.4721 , 0.6275 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2487 , cls_52 , 3.6000 , 1260.0000 , 89.1021 , 350.0000 , 1.6154 , 1.0966 , 0.6255 , 0.7000 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2488 , cls_52 , 36.0000 , 14160.0000 , 347.1839 , 393.3333 , 5.9000 , 1.2775 , 0.7361 , 0.6896 , 36.0000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2489 , cls_52 , 1.8000 , 1200.0000 , 100.1400 , 666.6667 , 2.2222 , 1.1643 , 0.8336 , 0.4500 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2498 , cls_52 , 2.5200 , 1200.0000 , 77.1406 , 476.1905 , 1.8182 , 1.1256 , 0.7398 , 0.6131 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 416.7733 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2509 , cls_52 , 5.3100 , 3060.0000 , 156.6504 , 576.2712 , 3.1875 , 1.2206 , 0.8804 , 0.5537 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2525 , cls_52 , 1.5300 , 960.0000 , 66.8784 , 627.4510 , 1.7778 , 1.1376 , 0.7453 , 0.4804 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2586 , cls_52 , 21.6000 , 8400.0000 , 254.6458 , 388.8889 , 4.5161 , 1.2456 , 0.7825 , 0.6958 , 21.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2604 , cls_52 , 9.0000 , 3840.0000 , 182.7220 , 426.6667 , 3.2000 , 1.2039 , 0.8173 , 0.6617 , 9.0000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2654 , cls_52 , 1.2600 , 900.0000 , 67.7841 , 714.2857 , 1.8750 , 1.1473 , 0.7997 , 0.4286 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2661 , cls_52 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 216.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2665 , cls_52 , 1.0800 , 540.0000 , 41.0233 , 500.0000 , 1.2857 , 1.0563 , 0.5225 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2677 , cls_52 , 2.1600 , 1620.0000 , 94.5528 , 750.0000 , 2.7000 , 1.2031 , 0.7555 , 0.3889 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 216.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2693 , cls_52 , 0.6300 , 540.0000 , 42.0510 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 271.6616 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2716 , cls_52 , 0.8100 , 780.0000 , 55.5286 , 962.9630 , 2.1667 , 1.1718 , 0.7838 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2717 , cls_52 , 1.1700 , 600.0000 , 42.5772 , 512.8205 , 1.2500 , 1.0698 , 0.4292 , 0.5897 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2719 , cls_52 , 0.4500 , 480.0000 , 34.9642 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 531.6014 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2724 , cls_52 , 2.8800 , 960.0000 , 67.1065 , 333.3333 , 1.3333 , 1.0675 , 0.5206 , 0.7188 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 450.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2754 , cls_52 , 1.1700 , 840.0000 , 55.5310 , 717.9487 , 1.7500 , 1.1416 , 0.6877 , 0.4487 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2759 , cls_52 , 5.2200 , 2580.0000 , 134.2924 , 494.2529 , 2.6875 , 1.1911 , 0.7046 , 0.6121 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2801 , cls_52 , 2.8800 , 1380.0000 , 98.6284 , 479.1667 , 1.9167 , 1.1382 , 0.8221 , 0.5885 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 416.7733 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2844 , cls_52 , 3.6000 , 2220.0000 , 108.5551 , 616.6667 , 2.8462 , 1.2046 , 0.7170 , 0.5125 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 466.6905 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2850 , cls_52 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2874 , cls_52 , 2.3400 , 1320.0000 , 82.4840 , 564.1026 , 2.0000 , 1.1528 , 0.6877 , 0.5449 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2912 , cls_52 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2932 , cls_52 , 3.4200 , 2100.0000 , 118.0904 , 614.0351 , 2.6923 , 1.1999 , 0.7923 , 0.5351 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2933 , cls_52 , 0.9900 , 840.0000 , 58.9978 , 848.4848 , 2.0000 , 1.1624 , 0.7585 , 0.3333 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2938 , cls_52 , 0.9000 , 900.0000 , 60.7500 , 1000.0000 , 2.1429 , 1.1897 , 0.7453 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2966 , cls_52 , 3.7800 , 960.0000 , 75.9821 , 253.9683 , 1.2308 , 1.0400 , 0.3709 , 0.7778 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3000 , cls_52 , 1.3500 , 1080.0000 , 67.7572 , 800.0000 , 2.2500 , 1.1773 , 0.7191 , 0.3889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 335.4102 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3013 , cls_52 , 4.1400 , 1860.0000 , 107.4492 , 449.2754 , 2.2143 , 1.1555 , 0.7980 , 0.6304 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 852.7602 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3030 , cls_52 , 2.1600 , 1320.0000 , 96.4162 , 611.1111 , 2.2000 , 1.1621 , 0.7649 , 0.5000 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3072 , cls_52 , 2.7900 , 1380.0000 , 75.7053 , 494.6237 , 1.9167 , 1.1417 , 0.6507 , 0.6022 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3073 , cls_52 , 1.5300 , 780.0000 , 51.0982 , 509.8039 , 1.4444 , 1.0945 , 0.5190 , 0.5882 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3099 , cls_52 , 0.9000 , 840.0000 , 74.0780 , 933.3333 , 2.0000 , 1.1745 , 0.8585 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3128 , cls_52 , 1.6200 , 900.0000 , 72.3209 , 555.5556 , 1.6667 , 1.1176 , 0.7425 , 0.5463 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3142 , cls_52 , 1.3500 , 840.0000 , 58.9846 , 622.2222 , 1.7500 , 1.1245 , 0.6327 , 0.5000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3191 , cls_52 , 7.4700 , 3900.0000 , 224.9375 , 522.0884 , 3.4211 , 1.2267 , 0.8918 , 0.5763 , 7.4700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3225 , cls_52 , 7.4700 , 3540.0000 , 168.7389 , 473.8956 , 3.1053 , 1.2094 , 0.8143 , 0.6145 , 7.4700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3283 , cls_52 , 2.1600 , 1260.0000 , 73.9019 , 583.3333 , 2.1000 , 1.1528 , 0.6405 , 0.5417 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3284 , cls_52 , 4.8600 , 2640.0000 , 117.9669 , 543.2099 , 2.9333 , 1.2032 , 0.6596 , 0.5679 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3307 , cls_52 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 318.9044 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3314 , cls_52 , 9.5400 , 3600.0000 , 158.6721 , 377.3585 , 2.8571 , 1.1866 , 0.7854 , 0.6965 , 9.5400 , 1.0000 , 100.0000 , 0.0000 , 442.9447 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3338 , cls_52 , 27.7200 , 13920.0000 , 342.1640 , 502.1645 , 6.4444 , 1.3014 , 0.7223 , 0.6115 , 27.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3356 , cls_52 , 1.1700 , 780.0000 , 54.3428 , 666.6667 , 1.6250 , 1.1258 , 0.6689 , 0.4487 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 1290.3488 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3369 , cls_52 , 1.7100 , 720.0000 , 52.8412 , 421.0526 , 1.3333 , 1.0656 , 0.5162 , 0.6491 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3385 , cls_52 , 3.1500 , 2280.0000 , 100.5357 , 723.8095 , 3.1667 , 1.2253 , 0.8019 , 0.4571 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 324.4996 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3470 , cls_52 , 1.9800 , 1200.0000 , 84.1626 , 606.0606 , 2.0000 , 1.1530 , 0.8169 , 0.4621 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3482 , cls_52 , 2.8800 , 1080.0000 , 85.8347 , 375.0000 , 1.5000 , 1.0904 , 0.7337 , 0.6719 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3493 , cls_52 , 0.6300 , 480.0000 , 40.9485 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 882.3265 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3527 , cls_52 , 1.5300 , 1020.0000 , 56.4361 , 666.6667 , 1.8889 , 1.1502 , 0.6268 , 0.5098 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 218.4033 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3581 , cls_52 , 2.1600 , 1440.0000 , 67.4203 , 666.6667 , 2.4000 , 1.1795 , 0.6974 , 0.5417 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3585 , cls_52 , 8.0100 , 1740.0000 , 112.4766 , 217.2285 , 1.5263 , 1.0761 , 0.4655 , 0.8221 , 8.0100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3674 , cls_52 , 4.0500 , 1560.0000 , 89.2937 , 385.1852 , 1.8571 , 1.1247 , 0.7031 , 0.6852 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3716 , cls_52 , 26.9100 , 10740.0000 , 389.9495 , 399.1081 , 5.1143 , 1.2630 , 0.8490 , 0.6817 , 26.9100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3786 , cls_52 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3787 , cls_52 , 3.7800 , 2100.0000 , 105.2155 , 555.5556 , 2.6923 , 1.1885 , 0.6996 , 0.5635 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3821 , cls_52 , 4.2300 , 1740.0000 , 100.8139 , 411.3475 , 2.0714 , 1.1406 , 0.6899 , 0.6525 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3837 , cls_52 , 2.3400 , 960.0000 , 72.5522 , 410.2564 , 1.4545 , 1.0895 , 0.6689 , 0.6538 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3846 , cls_52 , 0.7200 , 540.0000 , 37.9551 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3881 , cls_52 , 3.0600 , 1920.0000 , 92.9614 , 627.4510 , 2.6667 , 1.1955 , 0.7075 , 0.5000 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3882 , cls_52 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3883 , cls_52 , 0.6300 , 600.0000 , 55.5313 , 952.3810 , 1.6667 , 1.1455 , 0.8217 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 349.8571 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3926 , cls_52 , 0.9000 , 600.0000 , 46.8599 , 666.6667 , 1.4286 , 1.1006 , 0.6817 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3938 , cls_52 , 1.5300 , 1200.0000 , 70.5269 , 784.3137 , 2.2222 , 1.1839 , 0.7453 , 0.4118 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3965 , cls_52 , 5.1300 , 1740.0000 , 100.9094 , 339.1813 , 1.8125 , 1.1203 , 0.6460 , 0.7339 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3971 , cls_52 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3983 , cls_52 , 8.5500 , 3840.0000 , 167.1545 , 449.1228 , 3.2000 , 1.2094 , 0.7797 , 0.6351 , 8.5500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4002 , cls_52 , 3.3300 , 960.0000 , 75.6741 , 288.2883 , 1.2308 , 1.0526 , 0.5556 , 0.7432 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4004 , cls_52 , 10.9800 , 3600.0000 , 161.5950 , 327.8689 , 2.6087 , 1.1722 , 0.5790 , 0.7281 , 10.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4005 , cls_52 , 3.7800 , 1800.0000 , 88.0469 , 476.1905 , 2.3077 , 1.1592 , 0.7045 , 0.6230 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4075 , cls_52 , 2.3400 , 720.0000 , 60.5508 , 307.6923 , 1.0909 , 1.0323 , 0.4292 , 0.7308 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4099 , cls_52 , 1.1700 , 660.0000 , 50.7567 , 564.1026 , 1.3750 , 1.0902 , 0.6817 , 0.5128 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4100 , cls_52 , 1.2600 , 840.0000 , 76.9502 , 666.6667 , 1.7500 , 1.1327 , 0.8019 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4171 , cls_52 , 1.7100 , 1260.0000 , 76.9222 , 736.8421 , 2.3333 , 1.1804 , 0.7282 , 0.4298 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4266 , cls_52 , 2.8800 , 1140.0000 , 75.4163 , 395.8333 , 1.5833 , 1.1010 , 0.6394 , 0.6719 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 1290.3488 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4297 , cls_52 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4300 , cls_52 , 3.8700 , 1860.0000 , 88.3921 , 480.6202 , 2.2143 , 1.1629 , 0.6779 , 0.6395 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 324.4996 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4327 , cls_52 , 5.4000 , 2340.0000 , 141.0240 , 433.3333 , 2.4375 , 1.1695 , 0.7706 , 0.6472 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4344 , cls_52 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4347 , cls_52 , 1.4400 , 840.0000 , 52.6859 , 583.3333 , 1.7500 , 1.1169 , 0.6082 , 0.5417 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4382 , cls_52 , 4.5000 , 1800.0000 , 97.4802 , 400.0000 , 2.0000 , 1.1404 , 0.5839 , 0.6833 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 323.1099 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4400 , cls_52 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4416 , cls_52 , 1.2600 , 780.0000 , 46.7238 , 619.0476 , 1.6250 , 1.1170 , 0.5182 , 0.5357 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4418 , cls_52 , 1.8000 , 1380.0000 , 87.9045 , 766.6667 , 2.5556 , 1.1928 , 0.8141 , 0.4333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 283.0194 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4426 , cls_52 , 13.1400 , 3660.0000 , 203.2833 , 278.5388 , 2.4400 , 1.1571 , 0.7641 , 0.7751 , 13.1400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4453 , cls_52 , 1.9800 , 960.0000 , 63.5422 , 484.8485 , 1.6000 , 1.1079 , 0.6163 , 0.5985 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4482 , cls_52 , 1.5300 , 1440.0000 , 88.9756 , 941.1765 , 2.6667 , 1.2217 , 0.7835 , 0.3137 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4497 , cls_52 , 1.5300 , 780.0000 , 52.1897 , 509.8039 , 1.4444 , 1.0945 , 0.5190 , 0.5686 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4517 , cls_52 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 607.4537 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4525 , cls_52 , 4.2300 , 2160.0000 , 130.0580 , 510.6383 , 2.5714 , 1.1812 , 0.8270 , 0.5957 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 641.3267 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4538 , cls_52 , 1.1700 , 540.0000 , 43.9888 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 296.9848 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4539 , cls_52 , 1.4400 , 900.0000 , 55.9622 , 625.0000 , 1.8750 , 1.1313 , 0.6156 , 0.5000 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4562 , cls_52 , 1.1700 , 780.0000 , 47.4108 , 666.6667 , 1.6250 , 1.1258 , 0.6322 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4587 , cls_52 , 10.7100 , 2220.0000 , 129.6979 , 207.2829 , 1.6818 , 1.0912 , 0.4195 , 0.8305 , 10.7100 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4621 , cls_52 , 5.4000 , 2520.0000 , 117.9868 , 466.6667 , 2.6250 , 1.1831 , 0.6735 , 0.6361 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4626 , cls_52 , 1.7100 , 1200.0000 , 73.4858 , 701.7544 , 2.2222 , 1.1704 , 0.8065 , 0.4825 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4676 , cls_52 , 1.3500 , 900.0000 , 61.5130 , 666.6667 , 1.8750 , 1.1390 , 0.7419 , 0.4667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 216.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4678 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 361.2478 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4730 , cls_52 , 3.0600 , 1560.0000 , 92.5272 , 509.8039 , 2.1667 , 1.1552 , 0.7328 , 0.5980 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4757 , cls_52 , 2.7900 , 1860.0000 , 112.1928 , 666.6667 , 2.5833 , 1.2000 , 0.7420 , 0.4570 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4809 , cls_52 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 361.2478 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4820 , cls_52 , 1.9800 , 1200.0000 , 84.6476 , 606.0606 , 2.0000 , 1.1530 , 0.8342 , 0.5000 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4823 , cls_52 , 1.6200 , 960.0000 , 56.2036 , 592.5926 , 1.7778 , 1.1309 , 0.6860 , 0.5556 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 256.3201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4839 , cls_52 , 13.7700 , 4680.0000 , 168.3966 , 339.8693 , 3.1200 , 1.1941 , 0.6534 , 0.7397 , 13.7700 , 1.0000 , 100.0000 , 0.0000 , 400.2499 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4845 , cls_52 , 1.4400 , 1020.0000 , 72.5529 , 708.3333 , 2.1250 , 1.1574 , 0.7453 , 0.4375 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4858 , cls_52 , 7.5600 , 2100.0000 , 126.3286 , 277.7778 , 1.8421 , 1.1152 , 0.5964 , 0.7679 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4917 , cls_52 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4942 , cls_52 , 1.3500 , 720.0000 , 56.9718 , 533.3333 , 1.5000 , 1.0921 , 0.7191 , 0.5444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4968 , cls_52 , 4.1400 , 1140.0000 , 85.0736 , 275.3623 , 1.3571 , 1.0634 , 0.4474 , 0.7645 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 1060.6602 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4982 , cls_52 , 6.3900 , 2400.0000 , 123.3121 , 375.5869 , 2.3529 , 1.1562 , 0.6103 , 0.6878 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 690.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5007 , cls_52 , 30.9600 , 5940.0000 , 267.9465 , 191.8605 , 2.6053 , 1.1553 , 0.7010 , 0.8425 , 30.9600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5064 , cls_52 , 8.7300 , 4440.0000 , 184.7155 , 508.5911 , 3.7000 , 1.2327 , 0.8412 , 0.5997 , 8.7300 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5171 , cls_52 , 1.2600 , 720.0000 , 47.6307 , 571.4286 , 1.5000 , 1.1000 , 0.6572 , 0.5595 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5195 , cls_52 , 1.0800 , 1020.0000 , 67.9664 , 944.4444 , 2.4286 , 1.1933 , 0.7366 , 0.2778 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5218 , cls_52 , 3.1500 , 1140.0000 , 74.6100 , 361.9048 , 1.5833 , 1.0915 , 0.5715 , 0.6952 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5240 , cls_52 , 1.2600 , 1200.0000 , 73.3435 , 952.3810 , 2.5000 , 1.2082 , 0.8217 , 0.2976 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5329 , cls_52 , 0.6300 , 540.0000 , 43.8985 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5342 , cls_52 , 0.9900 , 660.0000 , 46.2362 , 666.6667 , 1.5714 , 1.1100 , 0.5170 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 648.9992 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5346 , cls_52 , 17.2800 , 8040.0000 , 216.4981 , 465.2778 , 4.7857 , 1.2614 , 0.5992 , 0.6389 , 17.2800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5377 , cls_52 , 0.9000 , 900.0000 , 55.6178 , 1000.0000 , 2.1429 , 1.1897 , 0.6817 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 417.8516 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5403 , cls_52 , 2.2500 , 1680.0000 , 81.2901 , 746.6667 , 2.8000 , 1.2055 , 0.7391 , 0.4400 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5517 , cls_52 , 0.5400 , 540.0000 , 44.6257 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5533 , cls_52 , 2.5200 , 1380.0000 , 78.6849 , 547.6190 , 2.0909 , 1.1532 , 0.6729 , 0.5595 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5534 , cls_52 , 3.6900 , 1980.0000 , 96.2358 , 536.5854 , 2.5385 , 1.1800 , 0.6424 , 0.5935 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5563 , cls_52 , 1.2600 , 600.0000 , 49.1944 , 476.1905 , 1.2500 , 1.0614 , 0.6435 , 0.5833 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 690.6519 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5617 , cls_52 , 3.8700 , 1380.0000 , 83.9802 , 356.5891 , 1.6429 , 1.1064 , 0.6004 , 0.7016 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 540.8327 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5642 , cls_52 , 1.2600 , 840.0000 , 70.0096 , 666.6667 , 1.7500 , 1.1327 , 0.7903 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 417.8516 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5650 , cls_52 , 11.2500 , 1800.0000 , 129.3446 , 160.0000 , 1.3043 , 1.0505 , 0.3504 , 0.8640 , 11.2500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5660 , cls_52 , 2.1600 , 1260.0000 , 98.9072 , 583.3333 , 2.1000 , 1.1528 , 0.8234 , 0.5208 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5748 , cls_52 , 0.5400 , 420.0000 , 38.0278 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6034 , cls_52 , 9.9000 , 2820.0000 , 165.2632 , 284.8485 , 2.2381 , 1.1403 , 0.7064 , 0.7652 , 9.9000 , 1.0000 , 100.0000 , 0.0000 , 360.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6037 , cls_52 , 1.1700 , 540.0000 , 44.0133 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6026 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 360.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6064 , cls_52 , 24.6600 , 5520.0000 , 250.4716 , 223.8443 , 2.7059 , 1.1646 , 0.7222 , 0.8230 , 24.6600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6079 , cls_52 , 0.6300 , 420.0000 , 33.4059 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 637.8087 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6081 , cls_52 , 1.5300 , 720.0000 , 52.0443 , 470.5882 , 1.3333 , 1.0779 , 0.5837 , 0.6078 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 494.7727 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6110 , cls_52 , 23.7600 , 5040.0000 , 214.1524 , 212.1212 , 2.5455 , 1.1534 , 0.5093 , 0.8245 , 23.7600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6205 , cls_52 , 1.8000 , 780.0000 , 52.7075 , 433.3333 , 1.4444 , 1.0763 , 0.3789 , 0.6583 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 699.7142 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6226 , cls_52 , 1.4400 , 900.0000 , 53.0358 , 625.0000 , 1.8750 , 1.1313 , 0.6082 , 0.5313 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6227 , cls_52 , 0.8100 , 660.0000 , 54.1336 , 814.8148 , 1.8333 , 1.1347 , 0.7453 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6268 , cls_52 , 2.5200 , 1740.0000 , 88.7784 , 690.4762 , 2.6364 , 1.1989 , 0.7258 , 0.4643 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 755.3807 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6319 , cls_52 , 1.8000 , 960.0000 , 64.5865 , 533.3333 , 1.7778 , 1.1187 , 0.5195 , 0.5667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 364.9658 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6329 , cls_52 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 637.8087 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6378 , cls_52 , 2.7900 , 1800.0000 , 108.8044 , 645.1613 , 2.5000 , 1.1936 , 0.8276 , 0.4892 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6382 , cls_52 , 1.9800 , 1020.0000 , 62.5006 , 515.1515 , 1.7000 , 1.1202 , 0.5690 , 0.5985 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6397 , cls_52 , 3.7800 , 2220.0000 , 115.0489 , 587.3016 , 2.8462 , 1.1990 , 0.6594 , 0.5397 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6468 , cls_52 , 0.6300 , 600.0000 , 46.6558 , 952.3810 , 1.6667 , 1.1455 , 0.7215 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 960.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6485 , cls_52 , 10.4400 , 3240.0000 , 142.5523 , 310.3448 , 2.4545 , 1.1591 , 0.6589 , 0.7601 , 10.4400 , 1.0000 , 100.0000 , 0.0000 , 699.7142 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6578 , cls_52 , 1.6200 , 1380.0000 , 74.7033 , 851.8519 , 2.5556 , 1.2058 , 0.7637 , 0.3796 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6631 , cls_52 , 2.9700 , 1200.0000 , 87.1907 , 404.0404 , 1.6667 , 1.1076 , 0.7122 , 0.6667 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 684.1053 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6692 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 807.7747 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6813 , cls_52 , 0.9000 , 780.0000 , 51.0017 , 866.6667 , 1.8571 , 1.1583 , 0.7170 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6842 , cls_52 , 1.9800 , 1020.0000 , 76.0180 , 515.1515 , 1.7000 , 1.1202 , 0.7759 , 0.5758 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6844 , cls_52 , 1.0800 , 900.0000 , 52.6694 , 833.3333 , 2.1429 , 1.1663 , 0.7495 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6858 , cls_52 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 466.6905 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6899 , cls_52 , 5.1300 , 3240.0000 , 177.2626 , 631.5789 , 3.3750 , 1.2350 , 0.8255 , 0.5029 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6912 , cls_52 , 1.7100 , 1320.0000 , 80.6391 , 771.9298 , 2.4444 , 1.1899 , 0.8065 , 0.4211 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 390.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6933 , cls_52 , 1.7100 , 840.0000 , 54.1977 , 491.2281 , 1.5556 , 1.0972 , 0.4624 , 0.6053 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6934 , cls_52 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7024 , cls_52 , 0.4500 , 540.0000 , 38.5674 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7056 , cls_52 , 2.2500 , 960.0000 , 71.1640 , 426.6667 , 1.6000 , 1.0938 , 0.6255 , 0.6400 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7090 , cls_52 , 13.5900 , 5580.0000 , 199.7587 , 410.5960 , 3.7200 , 1.2252 , 0.7450 , 0.6689 , 13.5900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7094 , cls_52 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7095 , cls_52 , 42.8400 , 14700.0000 , 372.0373 , 343.1373 , 5.5682 , 1.2661 , 0.7357 , 0.7276 , 42.8400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7122 , cls_52 , 2.9700 , 1620.0000 , 75.8438 , 545.4545 , 2.2500 , 1.1659 , 0.5279 , 0.5859 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7132 , cls_52 , 2.6100 , 960.0000 , 67.0921 , 367.8161 , 1.4545 , 1.0778 , 0.5384 , 0.6954 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 984.0732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7137 , cls_52 , 1.6200 , 780.0000 , 60.2604 , 481.4815 , 1.4444 , 1.0880 , 0.6860 , 0.5926 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7138 , cls_52 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7146 , cls_52 , 4.5000 , 1500.0000 , 96.5173 , 333.3333 , 1.6667 , 1.1063 , 0.6559 , 0.7267 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7151 , cls_52 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 284.6050 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7185 , cls_52 , 3.0600 , 1740.0000 , 94.0446 , 568.6275 , 2.4167 , 1.1764 , 0.7035 , 0.5441 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7200 , cls_52 , 1.5300 , 1140.0000 , 81.3713 , 745.0980 , 2.1111 , 1.1733 , 0.8335 , 0.4118 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7224 , cls_52 , 0.6300 , 660.0000 , 50.8735 , 1047.6190 , 1.8333 , 1.1673 , 0.8019 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 502.8916 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7229 , cls_52 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 390.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7236 , cls_52 , 2.7900 , 1920.0000 , 139.3777 , 688.1720 , 2.6667 , 1.2062 , 0.8511 , 0.4409 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 258.0698 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7262 , cls_52 , 11.4300 , 4020.0000 , 170.5243 , 351.7060 , 2.9130 , 1.1871 , 0.7719 , 0.7205 , 11.4300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7289 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7292 , cls_52 , 1.9800 , 780.0000 , 56.4296 , 393.9394 , 1.3000 , 1.0660 , 0.5690 , 0.6667 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 502.8916 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7380 , cls_52 , 1.3500 , 540.0000 , 43.9830 , 400.0000 , 1.1250 , 1.0316 , 0.3414 , 0.6667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7394 , cls_52 , 0.6300 , 540.0000 , 37.6127 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7398 , cls_52 , 2.4300 , 900.0000 , 61.8474 , 370.3704 , 1.3636 , 1.0727 , 0.4364 , 0.6914 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7423 , cls_52 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 330.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7451 , cls_52 , 2.0700 , 1080.0000 , 69.7610 , 521.7391 , 1.8000 , 1.1267 , 0.7237 , 0.5652 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7509 , cls_52 , 3.6900 , 1320.0000 , 93.5006 , 357.7236 , 1.6923 , 1.1029 , 0.6189 , 0.6992 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7547 , cls_52 , 2.1600 , 780.0000 , 59.3674 , 361.1111 , 1.3000 , 1.0567 , 0.5814 , 0.7014 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7569 , cls_52 , 0.6300 , 540.0000 , 50.3451 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 630.7139 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7570 , cls_52 , 2.6100 , 1200.0000 , 72.8864 , 459.7701 , 1.8182 , 1.1217 , 0.6307 , 0.6322 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7583 , cls_52 , 2.1600 , 1140.0000 , 84.2119 , 527.7778 , 1.9000 , 1.1327 , 0.8054 , 0.5694 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 234.3075 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7589 , cls_52 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7620 , cls_52 , 0.5400 , 420.0000 , 35.0749 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7664 , cls_52 , 1.0800 , 660.0000 , 44.4875 , 611.1111 , 1.5714 , 1.0996 , 0.6273 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 300.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7697 , cls_52 , 0.5400 , 480.0000 , 38.9881 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7698 , cls_52 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7708 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7737 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7753 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 1477.3287 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 56 , cls_11 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 722.4957 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 73 , cls_11 , 44.1000 , 5880.0000 , 355.5592 , 133.3333 , 2.1778 , 1.1223 , 0.7723 , 0.8854 , 44.1000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 107 , cls_11 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 722.4957 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 134 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 150 , cls_11 , 0.9000 , 420.0000 , 41.1550 , 466.6667 , 1.0000 , 1.0223 , 0.5609 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 618.4658 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 151 , cls_11 , 0.9900 , 480.0000 , 37.2152 , 484.8485 , 1.1429 , 1.0407 , 0.2997 , 0.6061 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 630.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 175 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 178 , cls_11 , 1.9800 , 840.0000 , 74.9980 , 424.2424 , 1.4000 , 1.0809 , 0.7112 , 0.6364 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 735.4590 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 190 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1143.5471 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 287 , cls_11 , 4.8600 , 1560.0000 , 124.5999 , 320.9877 , 1.7333 , 1.1057 , 0.7753 , 0.7315 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 1381.9551 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 376 , cls_11 , 2.8800 , 1080.0000 , 88.4751 , 375.0000 , 1.5000 , 1.0904 , 0.7405 , 0.6875 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 402.4922 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 424 , cls_11 , 6.1200 , 1560.0000 , 136.1169 , 254.9020 , 1.5294 , 1.0826 , 0.7400 , 0.7770 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 632.8507 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 434 , cls_11 , 2.0700 , 840.0000 , 65.8134 , 405.7971 , 1.4000 , 1.0761 , 0.6981 , 0.6594 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 469.5743 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 463 , cls_11 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 618.4658 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 474 , cls_11 , 0.7200 , 540.0000 , 48.1110 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 517 , cls_11 , 4.5900 , 1200.0000 , 85.5475 , 261.4379 , 1.3333 , 1.0627 , 0.5642 , 0.7745 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 402.4922 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 574 , cls_11 , 13.1400 , 3000.0000 , 173.4107 , 228.3105 , 2.0000 , 1.1234 , 0.6952 , 0.8082 , 13.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 674 , cls_11 , 6.9300 , 2580.0000 , 138.7959 , 372.2944 , 2.3889 , 1.1608 , 0.6796 , 0.6926 , 6.9300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 779 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 216.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 813 , cls_11 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 906.9730 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 841 , cls_11 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 1083.7435 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 898 , cls_11 , 1.9800 , 840.0000 , 65.3829 , 424.2424 , 1.4000 , 1.0809 , 0.7112 , 0.6364 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 216.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 927 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1381.9551 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1035 , cls_11 , 1.0800 , 480.0000 , 40.1190 , 444.4444 , 1.1429 , 1.0310 , 0.3888 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 658.6350 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1039 , cls_11 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 1140.3947 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1057 , cls_11 , 0.6300 , 420.0000 , 31.6352 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 308.8689 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1066 , cls_11 , 2.4300 , 840.0000 , 68.5101 , 345.6790 , 1.2727 , 1.0590 , 0.5955 , 0.7160 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 1124.4999 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1069 , cls_11 , 5.3100 , 1800.0000 , 132.6369 , 338.9831 , 1.8750 , 1.1230 , 0.7777 , 0.7147 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 865.8522 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1187 , cls_11 , 0.8100 , 600.0000 , 41.6649 , 740.7407 , 1.6667 , 1.1135 , 0.5416 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 432.6662 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1195 , cls_11 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 308.8689 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1213 , cls_11 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 402.4922 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1298 , cls_11 , 0.9900 , 480.0000 , 39.4242 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 402.4922 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1315 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 432.6662 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1422 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1463 , cls_11 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1484 , cls_11 , 2.3400 , 1380.0000 , 98.2461 , 589.7436 , 2.0909 , 1.1617 , 0.7566 , 0.5449 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 247.3863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1505 , cls_11 , 4.5000 , 1560.0000 , 103.9465 , 346.6667 , 1.7333 , 1.1137 , 0.6463 , 0.7100 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 865.8522 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1595 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1452.4462 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1680 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 216.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1704 , cls_11 , 1.6200 , 540.0000 , 47.9560 , 333.3333 , 1.0000 , 1.0122 , 0.3259 , 0.7037 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 657.9514 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1754 , cls_11 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 247.3863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1763 , cls_11 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 216.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1832 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 582.4946 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1907 , cls_11 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 939.1486 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1928 , cls_11 , 0.7200 , 420.0000 , 33.2471 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1969 , cls_11 , 0.9900 , 480.0000 , 40.6481 , 484.8485 , 1.1429 , 1.0407 , 0.5623 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2028 , cls_11 , 2.5200 , 1080.0000 , 94.9987 , 428.5714 , 1.6364 , 1.1048 , 0.7772 , 0.6310 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 690.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2095 , cls_11 , 2.2500 , 1200.0000 , 88.5511 , 533.3333 , 2.0000 , 1.1383 , 0.8351 , 0.5800 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2105 , cls_11 , 3.8700 , 1380.0000 , 89.1087 , 356.5891 , 1.6429 , 1.1064 , 0.6250 , 0.7093 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 582.4946 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2156 , cls_11 , 1.9800 , 720.0000 , 56.4593 , 363.6364 , 1.2000 , 1.0498 , 0.5170 , 0.6970 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 384.1875 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2228 , cls_11 , 1.1700 , 540.0000 , 42.0052 , 461.5385 , 1.1250 , 1.0473 , 0.4292 , 0.6282 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2283 , cls_11 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 496.5884 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2293 , cls_11 , 1.5300 , 780.0000 , 60.3392 , 509.8039 , 1.4444 , 1.0945 , 0.7075 , 0.5784 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2294 , cls_11 , 3.8700 , 1320.0000 , 90.0650 , 341.0853 , 1.5714 , 1.0979 , 0.4977 , 0.7132 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2314 , cls_11 , 3.1500 , 1260.0000 , 76.6633 , 400.0000 , 1.7500 , 1.1108 , 0.5544 , 0.6762 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 300.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2334 , cls_11 , 1.0800 , 480.0000 , 39.4537 , 444.4444 , 1.1429 , 1.0310 , 0.3888 , 0.6250 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 384.1875 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2378 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1130.8846 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2382 , cls_11 , 1.1700 , 540.0000 , 45.2584 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 496.5884 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2411 , cls_11 , 4.6800 , 1560.0000 , 98.5846 , 333.3333 , 1.7333 , 1.1096 , 0.5526 , 0.7244 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 247.3863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2434 , cls_11 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2451 , cls_11 , 1.0800 , 480.0000 , 41.8529 , 444.4444 , 1.1429 , 1.0310 , 0.4731 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2477 , cls_11 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 735.4590 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2481 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2529 , cls_11 , 6.8400 , 2760.0000 , 182.3393 , 403.5088 , 2.5556 , 1.1743 , 0.8174 , 0.6601 , 6.8400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2547 , cls_11 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 384.1875 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2563 , cls_11 , 1.6200 , 660.0000 , 59.2042 , 407.4074 , 1.2222 , 1.0536 , 0.6048 , 0.6389 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 402.4922 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2573 , cls_11 , 1.6200 , 660.0000 , 55.2863 , 407.4074 , 1.2222 , 1.0536 , 0.6243 , 0.6574 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2619 , cls_11 , 1.6200 , 600.0000 , 52.0418 , 370.3704 , 1.1111 , 1.0339 , 0.5593 , 0.6759 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 510.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2679 , cls_11 , 0.8100 , 480.0000 , 41.1101 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 379.4733 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2691 , cls_11 , 1.3500 , 720.0000 , 57.6316 , 533.3333 , 1.5000 , 1.0921 , 0.7384 , 0.5444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2711 , cls_11 , 0.9000 , 480.0000 , 41.4714 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2728 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 402.4922 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2760 , cls_11 , 6.6600 , 1680.0000 , 131.3816 , 252.2523 , 1.5556 , 1.0877 , 0.7028 , 0.7950 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 550.7268 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2761 , cls_11 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2862 , cls_11 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 540.8327 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2884 , cls_11 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 379.4733 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2887 , cls_11 , 0.6300 , 480.0000 , 38.5703 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 674.1662 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2895 , cls_11 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 284.6050 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2900 , cls_11 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2918 , cls_11 , 1.2600 , 540.0000 , 43.2593 , 428.5714 , 1.1250 , 1.0391 , 0.3853 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 324.4996 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2928 , cls_11 , 0.9000 , 480.0000 , 37.6863 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 390.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2960 , cls_11 , 0.9000 , 540.0000 , 43.0920 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2968 , cls_11 , 0.9900 , 480.0000 , 40.6481 , 484.8485 , 1.1429 , 1.0407 , 0.5623 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 284.6050 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2980 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1651.0905 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3029 , cls_11 , 2.1600 , 900.0000 , 83.2642 , 416.6667 , 1.5000 , 1.0853 , 0.7769 , 0.6250 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3039 , cls_11 , 0.6300 , 480.0000 , 34.7715 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 390.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3061 , cls_11 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 632.8507 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3167 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 852.7602 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3179 , cls_11 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 483.7355 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3431 , cls_11 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 939.1486 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3483 , cls_11 , 0.7200 , 420.0000 , 33.5470 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3509 , cls_11 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 632.8507 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3538 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 295.4657 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3579 , cls_11 , 0.8100 , 480.0000 , 37.0510 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3689 , cls_11 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 284.6050 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3721 , cls_11 , 1.8900 , 660.0000 , 60.5023 , 349.2063 , 1.1000 , 1.0371 , 0.6337 , 0.6825 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 254.5584 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3731 , cls_11 , 0.4500 , 480.0000 , 31.1479 , 1066.6667 , 1.6000 , 1.1383 , 0.5103 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 859.0693 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3742 , cls_11 , 0.7200 , 420.0000 , 35.9822 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 295.4657 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3770 , cls_11 , 6.7500 , 1620.0000 , 110.1388 , 240.0000 , 1.5000 , 1.0798 , 0.6988 , 0.7978 , 6.7500 , 1.0000 , 100.0000 , 0.0000 , 254.5584 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3908 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 647.6110 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3920 , cls_11 , 3.4200 , 1140.0000 , 96.3172 , 333.3333 , 1.4615 , 1.0829 , 0.7050 , 0.7193 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 362.4914 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3960 , cls_11 , 0.7200 , 420.0000 , 32.6407 , 583.3333 , 1.1667 , 1.0480 , 0.4341 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 758.9466 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3988 , cls_11 , 0.9900 , 480.0000 , 39.6462 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 1263.2102 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4016 , cls_11 , 1.5300 , 720.0000 , 57.0888 , 470.5882 , 1.3333 , 1.0779 , 0.6452 , 0.6176 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4020 , cls_11 , 0.8100 , 660.0000 , 54.2876 , 814.8148 , 1.8333 , 1.1347 , 0.7838 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 902.4965 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4055 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1041.3933 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4066 , cls_11 , 1.2600 , 780.0000 , 63.8912 , 619.0476 , 1.6250 , 1.1170 , 0.7903 , 0.5000 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 737.9024 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4167 , cls_11 , 4.0500 , 1440.0000 , 110.0283 , 355.5556 , 1.7143 , 1.1096 , 0.7909 , 0.7000 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 362.4914 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4215 , cls_11 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4246 , cls_11 , 0.8100 , 420.0000 , 36.2715 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 402.4922 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4299 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 474.3416 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4394 , cls_11 , 0.4500 , 360.0000 , 24.0000 , 800.0000 , 1.2000 , 1.0699 , 0.3634 , 0.4000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 692.6038 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4413 , cls_11 , 0.9900 , 420.0000 , 37.5926 , 424.2424 , 1.0000 , 1.0117 , 0.4398 , 0.6212 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4471 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4474 , cls_11 , 1.2600 , 540.0000 , 43.2593 , 428.5714 , 1.1250 , 1.0391 , 0.3853 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 474.3416 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4536 , cls_11 , 3.5100 , 1020.0000 , 76.1152 , 290.5983 , 1.3077 , 1.0589 , 0.5034 , 0.7521 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 276.5863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4631 , cls_11 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 335.4102 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4659 , cls_11 , 2.1600 , 1080.0000 , 61.0031 , 500.0000 , 1.8000 , 1.1219 , 0.4990 , 0.5972 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4680 , cls_11 , 1.7100 , 840.0000 , 69.1712 , 491.2281 , 1.5556 , 1.0972 , 0.7154 , 0.5877 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 737.9024 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4859 , cls_11 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4883 , cls_11 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 577.0615 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4894 , cls_11 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 394.5884 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5066 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 442.9447 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5085 , cls_11 , 1.6200 , 720.0000 , 55.7310 , 444.4444 , 1.3333 , 1.0715 , 0.6243 , 0.6389 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5132 , cls_11 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 394.5884 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5137 , cls_11 , 0.8100 , 420.0000 , 34.8518 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 662.7217 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5180 , cls_11 , 1.9800 , 840.0000 , 67.6169 , 424.2424 , 1.4000 , 1.0809 , 0.6888 , 0.6439 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5203 , cls_11 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 442.9447 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5207 , cls_11 , 0.8100 , 480.0000 , 39.7442 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5238 , cls_11 , 0.9000 , 480.0000 , 39.0917 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 577.0615 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5318 , cls_11 , 1.5300 , 600.0000 , 49.8670 , 392.1569 , 1.1111 , 1.0400 , 0.5671 , 0.6667 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5327 , cls_11 , 1.2600 , 540.0000 , 43.1688 , 428.5714 , 1.1250 , 1.0391 , 0.4757 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5384 , cls_11 , 1.1700 , 600.0000 , 51.4790 , 512.8205 , 1.2500 , 1.0698 , 0.6877 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5405 , cls_11 , 3.7800 , 1500.0000 , 134.6097 , 396.8254 , 1.9231 , 1.1246 , 0.8034 , 0.6548 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 1101.4536 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5418 , cls_11 , 1.3500 , 600.0000 , 46.5398 , 444.4444 , 1.2500 , 1.0537 , 0.5225 , 0.6333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5589 , cls_11 , 1.0800 , 540.0000 , 41.2954 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 800.4998 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5677 , cls_11 , 0.5400 , 540.0000 , 49.3994 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 300.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5712 , cls_11 , 1.0800 , 600.0000 , 43.3520 , 555.5556 , 1.4286 , 1.0790 , 0.6273 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5782 , cls_11 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5783 , cls_11 , 0.9000 , 480.0000 , 39.3296 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5784 , cls_11 , 1.3500 , 600.0000 , 46.8199 , 444.4444 , 1.2500 , 1.0537 , 0.5225 , 0.6333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6056 , cls_11 , 0.7200 , 420.0000 , 35.0117 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 990.4544 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6104 , cls_11 , 0.9900 , 480.0000 , 37.2460 , 484.8485 , 1.1429 , 1.0407 , 0.4613 , 0.6061 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 1341.6408 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6140 , cls_11 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6198 , cls_11 , 0.9900 , 600.0000 , 50.6908 , 606.0606 , 1.4286 , 1.0892 , 0.6584 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 339.4113 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6285 , cls_11 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 666.1081 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6307 , cls_11 , 0.7200 , 480.0000 , 38.5111 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6400 , cls_11 , 1.2600 , 540.0000 , 43.1751 , 428.5714 , 1.1250 , 1.0391 , 0.4757 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 339.4113 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6588 , cls_11 , 1.2600 , 600.0000 , 47.0099 , 476.1905 , 1.2500 , 1.0614 , 0.6039 , 0.5952 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 390.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6667 , cls_11 , 2.4300 , 900.0000 , 65.2864 , 370.3704 , 1.3636 , 1.0727 , 0.5955 , 0.7037 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 591.6925 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6690 , cls_11 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 942.0191 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6730 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 390.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6737 , cls_11 , 0.9000 , 540.0000 , 39.8088 , 600.0000 , 1.2857 , 1.0775 , 0.5609 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 1064.0489 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6744 , cls_11 , 2.5200 , 840.0000 , 72.9465 , 333.3333 , 1.2727 , 1.0552 , 0.6039 , 0.7024 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6761 , cls_11 , 0.8100 , 480.0000 , 38.1857 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 603.7384 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6792 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 296.9848 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6945 , cls_11 , 4.2300 , 1320.0000 , 103.3566 , 312.0567 , 1.5714 , 1.0888 , 0.7255 , 0.7411 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6952 , cls_11 , 0.8100 , 480.0000 , 37.5807 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7054 , cls_11 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7089 , cls_11 , 0.7200 , 420.0000 , 34.0413 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 324.4996 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7131 , cls_11 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 591.6925 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7152 , cls_11 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 510.8816 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7178 , cls_11 , 1.3500 , 660.0000 , 48.8976 , 488.8889 , 1.3750 , 1.0738 , 0.5756 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7181 , cls_11 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 603.7384 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7206 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 335.4102 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7208 , cls_11 , 0.9900 , 480.0000 , 38.7500 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 735.4590 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7259 , cls_11 , 0.6300 , 420.0000 , 33.5934 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 335.4102 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7267 , cls_11 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 1854.4271 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7299 , cls_11 , 3.5100 , 1020.0000 , 75.6650 , 290.5983 , 1.3077 , 1.0589 , 0.5083 , 0.7607 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7323 , cls_11 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7345 , cls_11 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 324.4996 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7486 , cls_11 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 510.8816 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7503 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7533 , cls_11 , 0.9000 , 540.0000 , 40.9177 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 1064.0489 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 66 , cls_90 , 16.0200 , 6840.0000 , 431.7923 , 426.9663 , 4.2222 , 1.2423 , 0.9434 , 0.6573 , 16.0200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 68 , cls_90 , 1.0800 , 540.0000 , 42.0624 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 89 , cls_90 , 17.3700 , 5940.0000 , 301.7555 , 341.9689 , 3.5357 , 1.2106 , 0.8546 , 0.7150 , 17.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 124 , cls_90 , 16.4700 , 3900.0000 , 207.1632 , 236.7942 , 2.3214 , 1.1459 , 0.7306 , 0.8051 , 16.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 148 , cls_90 , 1.8900 , 1260.0000 , 70.1459 , 666.6667 , 2.1000 , 1.1684 , 0.7477 , 0.5079 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 187 , cls_90 , 0.7200 , 480.0000 , 41.8778 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 763.6753 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 201 , cls_90 , 1.1700 , 780.0000 , 55.9962 , 666.6667 , 1.6250 , 1.1258 , 0.7286 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 216 , cls_90 , 4.5000 , 1320.0000 , 85.6711 , 293.3333 , 1.4667 , 1.0825 , 0.5103 , 0.7567 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 274 , cls_90 , 0.6300 , 420.0000 , 39.4421 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 618.4658 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 306 , cls_90 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 660.6815 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 419 , cls_90 , 0.4500 , 480.0000 , 33.1847 , 1066.6667 , 1.6000 , 1.1383 , 0.6255 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 432 , cls_90 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1019.1173 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 446 , cls_90 , 0.9900 , 660.0000 , 43.9572 , 666.6667 , 1.5714 , 1.1100 , 0.5881 , 0.4697 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 466 , cls_90 , 1.1700 , 1080.0000 , 69.0410 , 923.0769 , 2.2500 , 1.1953 , 0.7763 , 0.3205 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 530.7542 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 492 , cls_90 , 0.6300 , 720.0000 , 46.6874 , 1142.8571 , 2.0000 , 1.1872 , 0.6572 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 512 , cls_90 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 513 , cls_90 , 0.9900 , 780.0000 , 54.4881 , 787.8788 , 1.8571 , 1.1463 , 0.7704 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 552 , cls_90 , 2.4300 , 960.0000 , 71.6682 , 395.0617 , 1.4545 , 1.0855 , 0.6562 , 0.6728 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 577 , cls_90 , 56.8800 , 15600.0000 , 947.1762 , 274.2616 , 5.0980 , 1.2480 , 0.9294 , 0.7706 , 56.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 583 , cls_90 , 1.4400 , 1080.0000 , 90.1308 , 750.0000 , 2.2500 , 1.1694 , 0.8605 , 0.3750 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 590 , cls_90 , 0.6300 , 540.0000 , 39.7526 , 857.1429 , 1.5000 , 1.1214 , 0.6572 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 216.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 592 , cls_90 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 609 , cls_90 , 38.9700 , 12180.0000 , 636.7763 , 312.5481 , 4.8333 , 1.2462 , 0.9381 , 0.7429 , 38.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 649 , cls_90 , 0.7200 , 420.0000 , 36.9061 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 672 , cls_90 , 0.6300 , 420.0000 , 32.7472 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 693 , cls_90 , 3.9600 , 2820.0000 , 127.8869 , 712.1212 , 3.3571 , 1.2390 , 0.8556 , 0.4508 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 703 , cls_90 , 3.6900 , 1560.0000 , 125.8525 , 422.7642 , 2.0000 , 1.1347 , 0.8353 , 0.6423 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 710 , cls_90 , 13.5000 , 5820.0000 , 368.9354 , 431.1111 , 3.8800 , 1.2330 , 0.9279 , 0.6467 , 13.5000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 746 , cls_90 , 1.3500 , 600.0000 , 45.1157 , 444.4444 , 1.2500 , 1.0537 , 0.4383 , 0.6333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 778 , cls_90 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 364.9658 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 810 , cls_90 , 124.7400 , 22680.0000 , 1186.3965 , 181.8182 , 5.0400 , 1.2315 , 0.9307 , 0.8509 , 124.7400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 845 , cls_90 , 0.5400 , 420.0000 , 32.0711 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 276.5863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 902 , cls_90 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 959 , cls_90 , 1.1700 , 660.0000 , 57.9982 , 564.1026 , 1.3750 , 1.0902 , 0.7453 , 0.5128 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 979 , cls_90 , 0.4500 , 480.0000 , 43.3217 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 980 , cls_90 , 4.4100 , 2160.0000 , 129.1771 , 489.7959 , 2.5714 , 1.1766 , 0.8667 , 0.6190 , 4.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 984 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1006 , cls_90 , 1.1700 , 600.0000 , 44.5394 , 512.8205 , 1.2500 , 1.0698 , 0.5963 , 0.5897 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1011 , cls_90 , 1.9800 , 1140.0000 , 65.3380 , 575.7576 , 1.9000 , 1.1427 , 0.6163 , 0.5606 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1015 , cls_90 , 41.1300 , 14640.0000 , 806.1224 , 355.9446 , 5.6744 , 1.2695 , 0.9601 , 0.7104 , 41.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1033 , cls_90 , 1.1700 , 600.0000 , 46.2559 , 512.8205 , 1.2500 , 1.0698 , 0.5132 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1036 , cls_90 , 0.7200 , 480.0000 , 47.8869 , 666.6667 , 1.3333 , 1.0780 , 0.7453 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1075 , cls_90 , 0.9900 , 720.0000 , 59.5635 , 727.2727 , 1.7143 , 1.1289 , 0.7704 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1076 , cls_90 , 0.5400 , 480.0000 , 38.9881 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1082 , cls_90 , 1.3500 , 660.0000 , 54.1420 , 488.8889 , 1.3750 , 1.0738 , 0.6707 , 0.5889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 577.0615 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1100 , cls_90 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1103 , cls_90 , 1.4400 , 720.0000 , 67.3865 , 500.0000 , 1.5000 , 1.0847 , 0.8041 , 0.5417 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1138 , cls_90 , 2.0700 , 1740.0000 , 131.5800 , 840.5797 , 2.9000 , 1.2227 , 0.8943 , 0.3696 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1173 , cls_90 , 0.8100 , 540.0000 , 42.0562 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1272 , cls_90 , 0.7200 , 480.0000 , 40.6729 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1304 , cls_90 , 0.5400 , 420.0000 , 30.1379 , 777.7778 , 1.4000 , 1.0831 , 0.5506 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 450.9989 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1347 , cls_90 , 1.1700 , 780.0000 , 65.1239 , 666.6667 , 1.6250 , 1.1258 , 0.8294 , 0.4487 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1361 , cls_90 , 0.9900 , 600.0000 , 43.6373 , 606.0606 , 1.4286 , 1.0892 , 0.6498 , 0.5000 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1378 , cls_90 , 9.7200 , 3060.0000 , 165.2925 , 314.8148 , 2.4286 , 1.1563 , 0.7277 , 0.7392 , 9.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1395 , cls_90 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1398 , cls_90 , 0.8100 , 600.0000 , 45.5297 , 740.7407 , 1.6667 , 1.1135 , 0.7453 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1399 , cls_90 , 0.8100 , 480.0000 , 41.1101 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 408.0441 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1417 , cls_90 , 1.1700 , 600.0000 , 44.4224 , 512.8205 , 1.2500 , 1.0698 , 0.5862 , 0.5769 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1425 , cls_90 , 0.8100 , 600.0000 , 49.5298 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1433 , cls_90 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1465 , cls_90 , 2.7900 , 1500.0000 , 120.8150 , 537.6344 , 2.0833 , 1.1580 , 0.8767 , 0.5484 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1478 , cls_90 , 0.9900 , 660.0000 , 56.0590 , 666.6667 , 1.5714 , 1.1100 , 0.7940 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 390.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1517 , cls_90 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 390.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1533 , cls_90 , 0.6300 , 480.0000 , 37.7674 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1625 , cls_90 , 4.0500 , 2340.0000 , 153.1031 , 577.7778 , 2.7857 , 1.2012 , 0.8765 , 0.5259 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1657 , cls_90 , 1.6200 , 1200.0000 , 73.2057 , 740.7407 , 2.2222 , 1.1769 , 0.7661 , 0.4074 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1701 , cls_90 , 0.9000 , 720.0000 , 62.5995 , 800.0000 , 1.7143 , 1.1407 , 0.8279 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1702 , cls_90 , 1.8000 , 720.0000 , 56.3419 , 400.0000 , 1.3333 , 1.0600 , 0.6082 , 0.6667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1791 , cls_90 , 0.6300 , 540.0000 , 37.9840 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1818 , cls_90 , 4.8600 , 2160.0000 , 149.5753 , 444.4444 , 2.4000 , 1.1660 , 0.8736 , 0.6420 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1851 , cls_90 , 0.8100 , 420.0000 , 35.4002 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 1060.6602 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1855 , cls_90 , 4.3200 , 1920.0000 , 123.3237 , 444.4444 , 2.2857 , 1.1568 , 0.7694 , 0.6389 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1925 , cls_90 , 12.1500 , 4320.0000 , 210.8679 , 355.5556 , 3.0000 , 1.1932 , 0.8248 , 0.7136 , 12.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1966 , cls_90 , 0.8100 , 660.0000 , 53.3943 , 814.8148 , 1.8333 , 1.1347 , 0.7838 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1985 , cls_90 , 1.0800 , 780.0000 , 58.2393 , 722.2222 , 1.8571 , 1.1355 , 0.7649 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1994 , cls_90 , 15.5700 , 4500.0000 , 240.3197 , 289.0173 , 2.7778 , 1.1753 , 0.8539 , 0.7611 , 15.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2015 , cls_90 , 0.8100 , 660.0000 , 47.6995 , 814.8148 , 1.8333 , 1.1347 , 0.7135 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2053 , cls_90 , 1.5300 , 1260.0000 , 84.0220 , 823.5294 , 2.3333 , 1.1940 , 0.8517 , 0.3725 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2064 , cls_90 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 300.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2138 , cls_90 , 6.8400 , 3660.0000 , 183.9722 , 535.0877 , 3.3889 , 1.2250 , 0.8368 , 0.5789 , 6.8400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2140 , cls_90 , 1.5300 , 1080.0000 , 81.0072 , 705.8824 , 2.0000 , 1.1620 , 0.7835 , 0.4412 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2237 , cls_90 , 1.7100 , 960.0000 , 72.6220 , 561.4035 , 1.7778 , 1.1246 , 0.7506 , 0.5263 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2238 , cls_90 , 0.9900 , 540.0000 , 43.2527 , 545.4545 , 1.2857 , 1.0663 , 0.5170 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 941.5413 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2243 , cls_90 , 1.7100 , 900.0000 , 67.0330 , 526.3158 , 1.6667 , 1.1114 , 0.7312 , 0.5526 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2263 , cls_90 , 1.1700 , 660.0000 , 45.5076 , 564.1026 , 1.3750 , 1.0902 , 0.6322 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2266 , cls_90 , 1.1700 , 840.0000 , 54.9415 , 717.9487 , 1.7500 , 1.1416 , 0.6817 , 0.4103 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2297 , cls_90 , 2.3400 , 1140.0000 , 73.6257 , 487.1795 , 1.7273 , 1.1237 , 0.7414 , 0.6090 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2357 , cls_90 , 5.3100 , 2220.0000 , 115.6657 , 418.0791 , 2.3125 , 1.1616 , 0.7258 , 0.6610 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2381 , cls_90 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2405 , cls_90 , 3.8700 , 2040.0000 , 108.1718 , 527.1318 , 2.4286 , 1.1804 , 0.7523 , 0.5581 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2417 , cls_90 , 0.8100 , 780.0000 , 57.0631 , 962.9630 , 2.1667 , 1.1718 , 0.7135 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2435 , cls_90 , 0.8100 , 480.0000 , 41.7795 , 592.5926 , 1.3333 , 1.0639 , 0.7135 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2443 , cls_90 , 5.9400 , 3180.0000 , 206.3315 , 535.3535 , 3.1176 , 1.2151 , 0.9177 , 0.5707 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2464 , cls_90 , 38.7000 , 10800.0000 , 492.9249 , 279.0698 , 4.2857 , 1.2282 , 0.8766 , 0.7705 , 38.7000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2483 , cls_90 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2527 , cls_90 , 4.0500 , 1380.0000 , 87.3347 , 340.7407 , 1.6429 , 1.1016 , 0.5416 , 0.7074 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2560 , cls_90 , 4.6800 , 1620.0000 , 123.1735 , 346.1538 , 1.8000 , 1.1166 , 0.7709 , 0.7147 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2565 , cls_90 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2584 , cls_90 , 0.6300 , 540.0000 , 43.6383 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2607 , cls_90 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2632 , cls_90 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2639 , cls_90 , 0.6300 , 480.0000 , 36.0298 , 761.9048 , 1.3333 , 1.0945 , 0.6572 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 276.5863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2640 , cls_90 , 1.0800 , 480.0000 , 42.0043 , 444.4444 , 1.1429 , 1.0310 , 0.5506 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2649 , cls_90 , 43.9200 , 10560.0000 , 579.7828 , 240.4372 , 3.9111 , 1.2128 , 0.9055 , 0.8040 , 43.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2668 , cls_90 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 566.0389 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2678 , cls_90 , 1.0800 , 780.0000 , 52.9365 , 722.2222 , 1.8571 , 1.1355 , 0.7649 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2721 , cls_90 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2730 , cls_90 , 8.9100 , 2760.0000 , 136.6047 , 309.7643 , 2.3000 , 1.1470 , 0.5514 , 0.7475 , 8.9100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2740 , cls_90 , 0.6300 , 420.0000 , 33.4059 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2746 , cls_90 , 0.8100 , 480.0000 , 42.9107 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 276.5863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2758 , cls_90 , 0.5400 , 480.0000 , 39.1655 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2765 , cls_90 , 1.5300 , 960.0000 , 59.1982 , 627.4510 , 1.7778 , 1.1376 , 0.7035 , 0.5098 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2766 , cls_90 , 2.3400 , 1080.0000 , 89.0716 , 461.5385 , 1.6364 , 1.1130 , 0.7763 , 0.5962 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2779 , cls_90 , 5.8500 , 2400.0000 , 172.1653 , 410.2564 , 2.3529 , 1.1655 , 0.8345 , 0.6667 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2795 , cls_90 , 0.7200 , 660.0000 , 49.6678 , 916.6667 , 1.8333 , 1.1497 , 0.8330 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2843 , cls_90 , 0.6300 , 540.0000 , 41.5274 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2883 , cls_90 , 3.1500 , 1140.0000 , 89.8413 , 361.9048 , 1.5833 , 1.0915 , 0.7591 , 0.7000 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2916 , cls_90 , 1.7100 , 1080.0000 , 61.0464 , 631.5789 , 2.0000 , 1.1488 , 0.6976 , 0.5263 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 566.0389 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2922 , cls_90 , 0.8100 , 540.0000 , 43.5839 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2951 , cls_90 , 10.1700 , 4980.0000 , 268.2021 , 489.6755 , 3.7727 , 1.2363 , 0.9081 , 0.5959 , 10.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2982 , cls_90 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3021 , cls_90 , 12.6000 , 5640.0000 , 351.5969 , 447.6190 , 3.9167 , 1.2349 , 0.9193 , 0.6310 , 12.6000 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3043 , cls_90 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3063 , cls_90 , 1.1700 , 840.0000 , 66.9521 , 717.9487 , 1.7500 , 1.1416 , 0.7566 , 0.3974 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3161 , cls_90 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3194 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3265 , cls_90 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 313.2092 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3315 , cls_90 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3330 , cls_90 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3331 , cls_90 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3336 , cls_90 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3361 , cls_90 , 0.6300 , 480.0000 , 32.7869 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3370 , cls_90 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 313.2092 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3429 , cls_90 , 4.5900 , 2100.0000 , 160.8361 , 457.5163 , 2.3333 , 1.1670 , 0.8600 , 0.6176 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3567 , cls_90 , 1.2600 , 900.0000 , 62.8255 , 714.2857 , 1.8750 , 1.1473 , 0.7591 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3573 , cls_90 , 0.9000 , 660.0000 , 46.5311 , 733.3333 , 1.5714 , 1.1216 , 0.7170 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 523.9275 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3603 , cls_90 , 2.7000 , 1860.0000 , 103.4689 , 688.8889 , 2.8182 , 1.2039 , 0.8472 , 0.4500 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3631 , cls_90 , 1.2600 , 600.0000 , 46.4775 , 476.1905 , 1.2500 , 1.0614 , 0.6039 , 0.6190 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3651 , cls_90 , 2.7000 , 1500.0000 , 125.5321 , 555.5556 , 2.2727 , 1.1617 , 0.8825 , 0.5167 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3707 , cls_90 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3711 , cls_90 , 1.0800 , 720.0000 , 53.6611 , 666.6667 , 1.7143 , 1.1183 , 0.7495 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 1141.5779 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3806 , cls_90 , 0.7200 , 480.0000 , 40.5811 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3833 , cls_90 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3855 , cls_90 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 240.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3909 , cls_90 , 2.3400 , 960.0000 , 75.0049 , 410.2564 , 1.4545 , 1.0895 , 0.7146 , 0.6538 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3941 , cls_90 , 17.8200 , 6660.0000 , 309.3546 , 373.7374 , 3.8276 , 1.2270 , 0.8722 , 0.6961 , 17.8200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3944 , cls_90 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 331.3608 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3949 , cls_90 , 13.8600 , 5580.0000 , 310.9582 , 402.5974 , 3.7200 , 1.2232 , 0.9155 , 0.6742 , 13.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3966 , cls_90 , 0.9900 , 540.0000 , 44.3266 , 545.4545 , 1.2857 , 1.0663 , 0.6498 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3967 , cls_90 , 1.8900 , 1380.0000 , 77.2054 , 730.1587 , 2.3000 , 1.1869 , 0.7943 , 0.4444 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4027 , cls_90 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 724.9828 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4076 , cls_90 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4106 , cls_90 , 0.6300 , 480.0000 , 35.9364 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 402.4922 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4117 , cls_90 , 2.1600 , 1380.0000 , 123.1513 , 638.8889 , 2.3000 , 1.1710 , 0.9156 , 0.4236 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4249 , cls_90 , 1.2600 , 1140.0000 , 68.7227 , 904.7619 , 2.3750 , 1.1974 , 0.8463 , 0.3214 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4270 , cls_90 , 0.4500 , 480.0000 , 43.3217 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4273 , cls_90 , 10.2600 , 4500.0000 , 295.6230 , 438.5965 , 3.4091 , 1.2177 , 0.9107 , 0.6389 , 10.2600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4320 , cls_90 , 45.9000 , 9240.0000 , 485.7434 , 201.3072 , 3.3478 , 1.1882 , 0.8669 , 0.8314 , 45.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4381 , cls_90 , 2.4300 , 1440.0000 , 139.0316 , 592.5926 , 2.1818 , 1.1658 , 0.8968 , 0.4753 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4436 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4459 , cls_90 , 2.1600 , 1320.0000 , 120.6396 , 611.1111 , 2.2000 , 1.1621 , 0.8666 , 0.4792 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4472 , cls_90 , 7.3800 , 3600.0000 , 205.0419 , 487.8049 , 3.1579 , 1.2137 , 0.8900 , 0.6016 , 7.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4498 , cls_90 , 1.0800 , 780.0000 , 60.2602 , 722.2222 , 1.8571 , 1.1355 , 0.7753 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4555 , cls_90 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4628 , cls_90 , 1.8900 , 1260.0000 , 95.2370 , 666.6667 , 2.1000 , 1.1684 , 0.8418 , 0.4444 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 636.3961 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4687 , cls_90 , 3.3300 , 1920.0000 , 99.5138 , 576.5766 , 2.4615 , 1.1857 , 0.7702 , 0.5225 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4696 , cls_90 , 3.0600 , 1740.0000 , 112.2286 , 568.6275 , 2.4167 , 1.1764 , 0.8581 , 0.5245 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4755 , cls_90 , 1.4400 , 960.0000 , 65.4362 , 666.6667 , 2.0000 , 1.1448 , 0.7603 , 0.4688 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4860 , cls_90 , 1.4400 , 720.0000 , 51.6457 , 500.0000 , 1.5000 , 1.0847 , 0.5926 , 0.5833 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4886 , cls_90 , 1.8900 , 1140.0000 , 82.2253 , 603.1746 , 1.9000 , 1.1481 , 0.6996 , 0.5079 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4900 , cls_90 , 0.9900 , 900.0000 , 54.0441 , 909.0909 , 2.1429 , 1.1774 , 0.7704 , 0.3485 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4901 , cls_90 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4916 , cls_90 , 0.8100 , 600.0000 , 46.4385 , 740.7407 , 1.6667 , 1.1135 , 0.6903 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4943 , cls_90 , 0.9000 , 540.0000 , 45.1026 , 600.0000 , 1.2857 , 1.0775 , 0.6894 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 780.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4961 , cls_90 , 1.1700 , 600.0000 , 48.4565 , 512.8205 , 1.2500 , 1.0698 , 0.5963 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4985 , cls_90 , 2.1600 , 1080.0000 , 78.2479 , 500.0000 , 1.8000 , 1.1219 , 0.7649 , 0.5833 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5046 , cls_90 , 19.2600 , 5820.0000 , 319.4556 , 302.1807 , 3.2333 , 1.1970 , 0.8746 , 0.7508 , 19.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5053 , cls_90 , 0.9000 , 600.0000 , 39.5679 , 666.6667 , 1.4286 , 1.1006 , 0.3634 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5073 , cls_90 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5136 , cls_90 , 1.3500 , 780.0000 , 56.8273 , 577.7778 , 1.6250 , 1.1089 , 0.7384 , 0.5222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5143 , cls_90 , 3.8700 , 2400.0000 , 137.1819 , 620.1550 , 2.8571 , 1.2111 , 0.8431 , 0.4922 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5146 , cls_90 , 1.3500 , 960.0000 , 59.9069 , 711.1111 , 2.0000 , 1.1526 , 0.7062 , 0.4333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5179 , cls_90 , 0.9000 , 480.0000 , 37.6957 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 450.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5298 , cls_90 , 0.9000 , 660.0000 , 57.2052 , 733.3333 , 1.5714 , 1.1216 , 0.8041 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 540.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5369 , cls_90 , 0.8100 , 480.0000 , 37.0510 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5394 , cls_90 , 0.7200 , 540.0000 , 43.1947 , 750.0000 , 1.5000 , 1.1046 , 0.7247 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 1092.0165 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5398 , cls_90 , 0.7200 , 660.0000 , 43.9441 , 916.6667 , 1.8333 , 1.1497 , 0.6817 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5420 , cls_90 , 1.0800 , 660.0000 , 60.6533 , 611.1111 , 1.5714 , 1.0996 , 0.7907 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5425 , cls_90 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 271.6616 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5463 , cls_90 , 0.7200 , 480.0000 , 38.5499 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5492 , cls_90 , 2.3400 , 1620.0000 , 123.8868 , 692.3077 , 2.4545 , 1.1936 , 0.9070 , 0.4487 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5497 , cls_90 , 0.9000 , 660.0000 , 40.7165 , 733.3333 , 1.5714 , 1.1216 , 0.6255 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5505 , cls_90 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5507 , cls_90 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 258.0698 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5527 , cls_90 , 13.9500 , 5580.0000 , 396.2766 , 400.0000 , 3.7200 , 1.2225 , 0.9393 , 0.6688 , 13.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5555 , cls_90 , 7.0200 , 1680.0000 , 134.2664 , 239.3162 , 1.5556 , 1.0826 , 0.6744 , 0.7906 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5560 , cls_90 , 1.1700 , 780.0000 , 49.3040 , 666.6667 , 1.6250 , 1.1258 , 0.6322 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5575 , cls_90 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5599 , cls_90 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5614 , cls_90 , 1.5300 , 1200.0000 , 101.7894 , 784.3137 , 2.2222 , 1.1839 , 0.8804 , 0.3627 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 258.0698 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5616 , cls_90 , 0.5400 , 420.0000 , 30.1379 , 777.7778 , 1.4000 , 1.0831 , 0.5506 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 390.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5682 , cls_90 , 1.2600 , 1080.0000 , 76.2569 , 857.1429 , 2.2500 , 1.1859 , 0.7997 , 0.2976 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 655.2099 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5687 , cls_90 , 1.0800 , 540.0000 , 42.6391 , 500.0000 , 1.2857 , 1.0563 , 0.6273 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5723 , cls_90 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5785 , cls_90 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5786 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5985 , cls_90 , 19.4400 , 6240.0000 , 402.4232 , 320.9877 , 3.4667 , 1.2075 , 0.8820 , 0.7353 , 19.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6014 , cls_90 , 0.8100 , 540.0000 , 39.8365 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6016 , cls_90 , 7.6500 , 1860.0000 , 125.5000 , 243.1373 , 1.6316 , 1.0924 , 0.6344 , 0.7961 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6050 , cls_90 , 3.3300 , 1800.0000 , 127.4279 , 540.5405 , 2.3077 , 1.1734 , 0.8606 , 0.5541 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6093 , cls_90 , 0.6300 , 480.0000 , 38.1273 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6096 , cls_90 , 0.6300 , 480.0000 , 43.9726 , 761.9048 , 1.3333 , 1.0945 , 0.7772 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 436.8066 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6219 , cls_90 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6234 , cls_90 , 3.1500 , 1560.0000 , 112.9340 , 495.2381 , 2.1667 , 1.1520 , 0.8293 , 0.5857 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6277 , cls_90 , 4.0500 , 1860.0000 , 135.6136 , 459.2593 , 2.2143 , 1.1579 , 0.8746 , 0.6185 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 424.2641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6365 , cls_90 , 0.8100 , 480.0000 , 44.8842 , 592.5926 , 1.3333 , 1.0639 , 0.7135 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6380 , cls_90 , 5.7600 , 1980.0000 , 136.0231 , 343.7500 , 2.0625 , 1.1321 , 0.7736 , 0.7109 , 5.7600 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6419 , cls_90 , 2.1600 , 1260.0000 , 93.5476 , 583.3333 , 2.1000 , 1.1528 , 0.8472 , 0.5069 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6421 , cls_90 , 1.1700 , 900.0000 , 56.0697 , 769.2308 , 1.8750 , 1.1564 , 0.6689 , 0.3974 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6464 , cls_90 , 0.9900 , 480.0000 , 42.2139 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 301.4963 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6540 , cls_90 , 1.3500 , 840.0000 , 67.7489 , 622.2222 , 1.7500 , 1.1245 , 0.7419 , 0.5000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6557 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6617 , cls_90 , 0.7200 , 540.0000 , 38.6692 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6618 , cls_90 , 1.1700 , 780.0000 , 53.5218 , 666.6667 , 1.6250 , 1.1258 , 0.6689 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6655 , cls_90 , 0.9000 , 600.0000 , 50.2625 , 666.6667 , 1.4286 , 1.1006 , 0.7453 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 424.2641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6774 , cls_90 , 2.1600 , 1200.0000 , 82.6503 , 555.5556 , 2.0000 , 1.1430 , 0.7649 , 0.5417 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6796 , cls_90 , 0.9900 , 720.0000 , 57.3299 , 727.2727 , 1.7143 , 1.1289 , 0.8107 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6799 , cls_90 , 1.4400 , 1020.0000 , 74.0087 , 708.3333 , 2.1250 , 1.1574 , 0.8078 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6856 , cls_90 , 0.9900 , 720.0000 , 55.1494 , 727.2727 , 1.7143 , 1.1289 , 0.7585 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6876 , cls_90 , 0.6300 , 540.0000 , 43.1336 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6892 , cls_90 , 1.8000 , 960.0000 , 63.6951 , 533.3333 , 1.7778 , 1.1187 , 0.7004 , 0.5750 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6904 , cls_90 , 1.4400 , 1020.0000 , 82.9782 , 708.3333 , 2.1250 , 1.1574 , 0.8370 , 0.4167 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 300.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6913 , cls_90 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6920 , cls_90 , 1.6200 , 900.0000 , 80.1732 , 555.5556 , 1.6667 , 1.1176 , 0.8041 , 0.5185 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 429.5346 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7065 , cls_90 , 1.2600 , 720.0000 , 60.1715 , 571.4286 , 1.5000 , 1.1000 , 0.7524 , 0.5238 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 300.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7086 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 810.5554 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7124 , cls_90 , 1.0800 , 780.0000 , 67.5436 , 722.2222 , 1.8571 , 1.1355 , 0.8090 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 617.7378 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7221 , cls_90 , 0.6300 , 420.0000 , 35.6333 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7251 , cls_90 , 0.5400 , 420.0000 , 32.6544 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7257 , cls_90 , 0.9900 , 480.0000 , 42.8900 , 484.8485 , 1.1429 , 1.0407 , 0.5881 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 474.3416 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7384 , cls_90 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7414 , cls_90 , 4.9500 , 2040.0000 , 128.0513 , 412.1212 , 2.2667 , 1.1535 , 0.7444 , 0.6576 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 1306.9813 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7439 , cls_90 , 0.8100 , 780.0000 , 67.2382 , 962.9630 , 2.1667 , 1.1718 , 0.8712 , 0.2593 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7449 , cls_90 , 0.8100 , 600.0000 , 48.5060 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 674.1662 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7459 , cls_90 , 1.3500 , 900.0000 , 76.8929 , 666.6667 , 1.8750 , 1.1390 , 0.8354 , 0.4333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7519 , cls_90 , 0.5400 , 600.0000 , 44.0957 , 1111.1111 , 2.0000 , 1.1661 , 0.7613 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7556 , cls_90 , 8.3700 , 3060.0000 , 180.8725 , 365.5914 , 2.5500 , 1.1716 , 0.8337 , 0.7097 , 8.3700 , 1.0000 , 100.0000 , 0.0000 , 402.4922 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7588 , cls_90 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 617.7378 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7608 , cls_90 , 2.4300 , 1080.0000 , 69.3930 , 444.4444 , 1.6364 , 1.1088 , 0.6180 , 0.6358 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7625 , cls_90 , 0.6300 , 660.0000 , 48.7968 , 1047.6190 , 1.8333 , 1.1673 , 0.8019 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7661 , cls_90 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7696 , cls_90 , 0.9900 , 540.0000 , 47.4224 , 545.4545 , 1.2857 , 1.0663 , 0.6888 , 0.5303 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7722 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7752 , cls_90 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 98 , cls_22 , 0.7200 , 660.0000 , 49.6678 , 916.6667 , 1.8333 , 1.1497 , 0.8330 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 109 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 111 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 114 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 120 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 122 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 137 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 144 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 162 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 171 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 172 , cls_22 , 0.7200 , 780.0000 , 47.8989 , 1083.3333 , 2.1667 , 1.1874 , 0.7516 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 199 , cls_22 , 0.7200 , 660.0000 , 56.7745 , 916.6667 , 1.8333 , 1.1497 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 200 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 202 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 210 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 236 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 243 , cls_22 , 1.3500 , 900.0000 , 75.0794 , 666.6667 , 1.8750 , 1.1390 , 0.7753 , 0.4667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 244 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 247 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 254 , cls_22 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 267 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 272 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 258.0698 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 273 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 282 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 301.4963 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 283 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 290 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 291 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 298 , cls_22 , 0.8100 , 480.0000 , 44.8842 , 592.5926 , 1.3333 , 1.0639 , 0.7135 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 328 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 329 , cls_22 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 335 , cls_22 , 1.8000 , 1140.0000 , 69.8709 , 633.3333 , 2.1111 , 1.1538 , 0.6559 , 0.4750 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 341 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 357 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 368 , cls_22 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 370 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 371 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 372 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 388 , cls_22 , 1.8900 , 1080.0000 , 70.3189 , 571.4286 , 1.8000 , 1.1371 , 0.7243 , 0.5317 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 394 , cls_22 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 416.7733 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 400 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 401 , cls_22 , 1.5300 , 1140.0000 , 102.7157 , 745.0980 , 2.1111 , 1.1733 , 0.8621 , 0.3725 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 402 , cls_22 , 0.3600 , 480.0000 , 42.4264 , 1333.3333 , 2.0000 , 1.1693 , 0.8408 , 0.1250 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 417 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 1041.3933 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 429 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 430 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 438 , cls_22 , 1.5300 , 1200.0000 , 66.0157 , 784.3137 , 2.2222 , 1.1839 , 0.6994 , 0.3922 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 450 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 458 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 461 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 480 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 488 , cls_22 , 2.9700 , 2040.0000 , 90.1766 , 686.8687 , 2.8333 , 1.2107 , 0.7324 , 0.4646 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 491 , cls_22 , 2.6100 , 1680.0000 , 86.4179 , 643.6782 , 2.5455 , 1.1879 , 0.7471 , 0.5000 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 507 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 523 , cls_22 , 0.9900 , 720.0000 , 51.5750 , 727.2727 , 1.7143 , 1.1289 , 0.6888 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 557 , cls_22 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 558 , cls_22 , 0.8100 , 660.0000 , 44.4586 , 814.8148 , 1.8333 , 1.1347 , 0.6048 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 579 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 581 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 658.6350 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 622 , cls_22 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 623 , cls_22 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 624 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 633 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 635 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 636 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 643 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 421.0701 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 647 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 657 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 1120.0893 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 668 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 680 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 681 , cls_22 , 46.3500 , 18600.0000 , 389.5811 , 401.2945 , 6.7391 , 1.2945 , 0.7400 , 0.6783 , 46.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 695 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 711 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 714 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 602.9925 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 727 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 729 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 745 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 361.2478 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 748 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 750 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 761 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 773 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 658.6350 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 783 , cls_22 , 0.4500 , 480.0000 , 39.9473 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 802 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 815 , cls_22 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 818 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 837 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 839 , cls_22 , 0.6300 , 480.0000 , 32.7869 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 869 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 870 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 879 , cls_22 , 0.4500 , 480.0000 , 31.1479 , 1066.6667 , 1.6000 , 1.1383 , 0.5103 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 904 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 909 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 914 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 921 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 947 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 956 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 969 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1005 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1016 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 1235.8398 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1034 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1037 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 602.9925 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1042 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1050 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1083 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1094 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 510.8816 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1133 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1196 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 823.7718 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1208 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 254.5584 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1219 , cls_22 , 36.9900 , 20880.0000 , 347.8814 , 564.4769 , 8.4878 , 1.3353 , 0.6903 , 0.5560 , 36.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1231 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1251 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1269 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1290 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1294 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1295 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 301.4963 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1309 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1335 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1336 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1348 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1351 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1363 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1364 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1365 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1375 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1390 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1407 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 301.4963 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1413 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1415 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1438 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1443 , cls_22 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1471 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1475 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1476 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1487 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1488 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1495 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1500 , cls_22 , 1.5300 , 1260.0000 , 79.4588 , 823.5294 , 2.3333 , 1.1940 , 0.7595 , 0.3431 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1501 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1513 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1514 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1526 , cls_22 , 2.8800 , 2160.0000 , 102.3540 , 750.0000 , 3.0000 , 1.2255 , 0.7749 , 0.4167 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1528 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1531 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1538 , cls_22 , 1.7100 , 1200.0000 , 80.0623 , 701.7544 , 2.2222 , 1.1704 , 0.8065 , 0.4386 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1539 , cls_22 , 0.6300 , 540.0000 , 46.5440 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1550 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1554 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1556 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1573 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1581 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1582 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1584 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1606 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1612 , cls_22 , 2.1600 , 1740.0000 , 83.3116 , 805.5556 , 2.9000 , 1.2174 , 0.7296 , 0.4028 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1617 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1620 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 351.1410 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1622 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1627 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1628 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1643 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1650 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1655 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1658 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1663 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1670 , cls_22 , 0.6300 , 600.0000 , 45.3423 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1676 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1679 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1687 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 351.1410 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1688 , cls_22 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1705 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1706 , cls_22 , 0.9000 , 660.0000 , 54.2792 , 733.3333 , 1.5714 , 1.1216 , 0.8128 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1711 , cls_22 , 0.6300 , 660.0000 , 46.4569 , 1047.6190 , 1.8333 , 1.1673 , 0.7379 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1712 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1715 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 296.9848 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1724 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1738 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1740 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1742 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1757 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1766 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 617.7378 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1771 , cls_22 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1777 , cls_22 , 1.1700 , 1020.0000 , 65.7107 , 871.7949 , 2.1250 , 1.1831 , 0.7286 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1782 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1783 , cls_22 , 1.2600 , 1020.0000 , 65.0568 , 809.5238 , 2.1250 , 1.1738 , 0.7078 , 0.4048 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1794 , cls_22 , 0.5400 , 600.0000 , 46.2366 , 1111.1111 , 2.0000 , 1.1661 , 0.7753 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1796 , cls_22 , 0.9900 , 780.0000 , 48.1268 , 787.8788 , 1.8571 , 1.1463 , 0.6498 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1797 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1813 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1829 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 296.9848 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1833 , cls_22 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 939.1486 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1834 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1841 , cls_22 , 1.0800 , 660.0000 , 42.8862 , 611.1111 , 1.5714 , 1.0996 , 0.4731 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1862 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1863 , cls_22 , 0.8100 , 720.0000 , 58.1031 , 888.8889 , 2.0000 , 1.1540 , 0.7796 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1872 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1897 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1898 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1908 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1914 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1921 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1930 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1932 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1933 , cls_22 , 0.7200 , 660.0000 , 46.5360 , 916.6667 , 1.8333 , 1.1497 , 0.6488 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1935 , cls_22 , 0.7200 , 420.0000 , 33.6957 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1944 , cls_22 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1948 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 480.9366 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1953 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 390.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1957 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1959 , cls_22 , 14.9400 , 7500.0000 , 242.2254 , 502.0080 , 4.8077 , 1.2651 , 0.7843 , 0.5894 , 14.9400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1973 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1988 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1989 , cls_22 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1993 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1995 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2007 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2011 , cls_22 , 0.7200 , 540.0000 , 37.6960 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2044 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2047 , cls_22 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2062 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 617.7378 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2068 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2072 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2102 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2108 , cls_22 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2118 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 324.4996 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2124 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2129 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2180 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2194 , cls_22 , 0.7200 , 600.0000 , 46.9447 , 833.3333 , 1.6667 , 1.1283 , 0.7247 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2196 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2198 , cls_22 , 0.9900 , 600.0000 , 44.8667 , 606.0606 , 1.4286 , 1.0892 , 0.6498 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2205 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2212 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2217 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2224 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2227 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2255 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2256 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2261 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2268 , cls_22 , 0.6300 , 480.0000 , 37.2411 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2276 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2280 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2282 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2287 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2320 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2335 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2356 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2361 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2366 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2388 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2442 , cls_22 , 1.1700 , 900.0000 , 57.5453 , 769.2308 , 1.8750 , 1.1564 , 0.7453 , 0.3974 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2455 , cls_22 , 4.0500 , 2340.0000 , 111.7359 , 577.7778 , 2.7857 , 1.2012 , 0.6903 , 0.5296 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2492 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2494 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2514 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2519 , cls_22 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2543 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2569 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2576 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2588 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2596 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2598 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2599 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2601 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2622 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2623 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2650 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 256.3201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2651 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2663 , cls_22 , 0.7200 , 660.0000 , 63.6018 , 916.6667 , 1.8333 , 1.1497 , 0.8605 , 0.2500 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2670 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2686 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2694 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2695 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 271.6616 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2703 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2712 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2714 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2735 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2752 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2755 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 474.3416 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2757 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2764 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 313.2092 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2775 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2812 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2820 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 313.2092 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2821 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 402.4922 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2824 , cls_22 , 0.9000 , 600.0000 , 42.2204 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2833 , cls_22 , 1.7100 , 1080.0000 , 86.5545 , 631.5789 , 2.0000 , 1.1488 , 0.8065 , 0.4912 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2837 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2838 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2854 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2856 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2866 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2873 , cls_22 , 5.4000 , 3780.0000 , 134.6086 , 700.0000 , 3.9375 , 1.2575 , 0.7733 , 0.4639 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2885 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2901 , cls_22 , 0.6300 , 540.0000 , 45.6441 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2907 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 566.0389 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2927 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2964 , cls_22 , 0.5400 , 480.0000 , 34.2081 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2971 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2977 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 351.1410 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3006 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3023 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3025 , cls_22 , 0.5400 , 480.0000 , 36.1803 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3031 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3041 , cls_22 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3060 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3064 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3074 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3092 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3096 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 313.2092 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3101 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 424.2641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3109 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3111 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3119 , cls_22 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3124 , cls_22 , 0.5400 , 480.0000 , 34.1421 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3125 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3131 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3137 , cls_22 , 7.4700 , 4920.0000 , 216.4701 , 658.6345 , 4.3158 , 1.2681 , 0.8532 , 0.4819 , 7.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3149 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3150 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3159 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 313.2092 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3170 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3181 , cls_22 , 1.9800 , 1380.0000 , 77.3857 , 696.9697 , 2.3000 , 1.1813 , 0.7585 , 0.4242 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3192 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3209 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3215 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3218 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3222 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3233 , cls_22 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3242 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3247 , cls_22 , 1.2600 , 840.0000 , 54.3809 , 666.6667 , 1.7500 , 1.1327 , 0.6637 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3248 , cls_22 , 0.9000 , 660.0000 , 68.4753 , 733.3333 , 1.5714 , 1.1216 , 0.8256 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3249 , cls_22 , 0.8100 , 540.0000 , 44.8842 , 666.6667 , 1.5000 , 1.0901 , 0.6903 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3251 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3252 , cls_22 , 1.1700 , 960.0000 , 93.6677 , 820.5128 , 2.0000 , 1.1702 , 0.8918 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3261 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 361.2478 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3269 , cls_22 , 0.7200 , 480.0000 , 42.5542 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3270 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3271 , cls_22 , 0.5400 , 480.0000 , 45.9276 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3274 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3285 , cls_22 , 0.9000 , 660.0000 , 75.0000 , 733.3333 , 1.5714 , 1.1216 , 0.8739 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3286 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3287 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3288 , cls_22 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3291 , cls_22 , 1.0800 , 840.0000 , 58.5720 , 777.7778 , 2.0000 , 1.1515 , 0.7649 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3297 , cls_22 , 1.4400 , 900.0000 , 77.5526 , 625.0000 , 1.8750 , 1.1313 , 0.7963 , 0.4688 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3298 , cls_22 , 1.8900 , 1200.0000 , 96.0792 , 634.9206 , 2.0000 , 1.1585 , 0.8048 , 0.4841 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3320 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3321 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3322 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3323 , cls_22 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3324 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3325 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3334 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3342 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3343 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3349 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3350 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3351 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3352 , cls_22 , 6.8400 , 4020.0000 , 382.1076 , 587.7193 , 3.7222 , 1.2418 , 0.9623 , 0.4825 , 6.8400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3359 , cls_22 , 0.4500 , 480.0000 , 40.7346 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3365 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3383 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3405 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 313.2092 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3425 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3430 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3438 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3440 , cls_22 , 0.6300 , 660.0000 , 43.8829 , 1047.6190 , 1.8333 , 1.1673 , 0.7826 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3463 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3464 , cls_22 , 1.1700 , 840.0000 , 66.2165 , 717.9487 , 1.7500 , 1.1416 , 0.8294 , 0.4231 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3466 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3475 , cls_22 , 0.5400 , 420.0000 , 41.3887 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3478 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 436.8066 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3479 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3500 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3512 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3520 , cls_22 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3526 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3532 , cls_22 , 1.4400 , 960.0000 , 81.2156 , 666.6667 , 2.0000 , 1.1448 , 0.8259 , 0.4375 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3535 , cls_22 , 0.5400 , 540.0000 , 45.5020 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3536 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3537 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3539 , cls_22 , 0.8100 , 600.0000 , 47.3088 , 740.7407 , 1.6667 , 1.1135 , 0.6903 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3574 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3580 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3596 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3598 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3599 , cls_22 , 0.7200 , 600.0000 , 46.0960 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3605 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3610 , cls_22 , 0.9000 , 660.0000 , 47.7468 , 733.3333 , 1.5714 , 1.1216 , 0.6255 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3613 , cls_22 , 1.3500 , 900.0000 , 69.8605 , 666.6667 , 1.8750 , 1.1390 , 0.7384 , 0.4444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3614 , cls_22 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3615 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3617 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3620 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3621 , cls_22 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3623 , cls_22 , 17.0100 , 11640.0000 , 234.6140 , 684.3034 , 6.9286 , 1.3244 , 0.7065 , 0.4594 , 17.0100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3624 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3635 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3639 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3641 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3643 , cls_22 , 2.2500 , 1320.0000 , 72.4483 , 586.6667 , 2.2000 , 1.1574 , 0.6255 , 0.5400 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3659 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3662 , cls_22 , 5.4000 , 3240.0000 , 234.2722 , 600.0000 , 3.3750 , 1.2292 , 0.9337 , 0.4750 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3666 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3667 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3668 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3669 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3688 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3695 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3698 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3701 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3704 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3705 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3706 , cls_22 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3714 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3719 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 270.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3724 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3725 , cls_22 , 1.3500 , 1080.0000 , 100.0332 , 800.0000 , 2.2500 , 1.1773 , 0.8927 , 0.3333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3755 , cls_22 , 5.9400 , 4320.0000 , 400.2876 , 727.2727 , 4.2353 , 1.2709 , 0.9680 , 0.3939 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3757 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3776 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3788 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 510.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3796 , cls_22 , 0.5400 , 480.0000 , 48.3776 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3797 , cls_22 , 1.4400 , 720.0000 , 66.5203 , 500.0000 , 1.5000 , 1.0847 , 0.8041 , 0.5417 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3819 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3842 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3857 , cls_22 , 0.5400 , 480.0000 , 32.3607 , 888.8889 , 1.6000 , 1.1141 , 0.4123 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3868 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3874 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3894 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3905 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3906 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3937 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 335.4102 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3987 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3990 , cls_22 , 2.1600 , 1140.0000 , 79.5481 , 527.7778 , 1.9000 , 1.1327 , 0.6850 , 0.5625 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3995 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4009 , cls_22 , 0.9900 , 780.0000 , 59.6467 , 787.8788 , 1.8571 , 1.1463 , 0.7585 , 0.3636 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4026 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4031 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4040 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4046 , cls_22 , 65.8800 , 36540.0000 , 511.4874 , 554.6448 , 11.0727 , 1.3614 , 0.7938 , 0.5767 , 65.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4050 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4052 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4060 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4068 , cls_22 , 3.0600 , 2220.0000 , 107.8375 , 725.4902 , 3.0833 , 1.2236 , 0.6840 , 0.4265 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4094 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4114 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4115 , cls_22 , 1.6200 , 1140.0000 , 80.1693 , 703.7037 , 2.1111 , 1.1663 , 0.8024 , 0.4167 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4120 , cls_22 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 878.2369 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4128 , cls_22 , 4.8600 , 3780.0000 , 129.5850 , 777.7778 , 4.2000 , 1.2698 , 0.7935 , 0.4074 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4133 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4134 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4139 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4151 , cls_22 , 1.4400 , 1020.0000 , 64.0899 , 708.3333 , 2.1250 , 1.1574 , 0.6866 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4156 , cls_22 , 2.7000 , 1740.0000 , 104.7678 , 644.4444 , 2.6364 , 1.1908 , 0.8332 , 0.4611 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4162 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4164 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4166 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4173 , cls_22 , 0.5400 , 480.0000 , 46.2366 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4194 , cls_22 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4199 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4201 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4206 , cls_22 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4208 , cls_22 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4209 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4211 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4221 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4222 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4223 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4228 , cls_22 , 7.2900 , 5280.0000 , 168.8526 , 724.2798 , 4.8889 , 1.2835 , 0.8270 , 0.4342 , 7.2900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4232 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4237 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4238 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4243 , cls_22 , 0.7200 , 540.0000 , 42.8777 , 750.0000 , 1.5000 , 1.1046 , 0.7453 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4255 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4258 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4261 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4276 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4282 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4284 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4309 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4312 , cls_22 , 0.5400 , 420.0000 , 41.3887 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4316 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4324 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 270.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4330 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 474.3416 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4332 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4335 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4338 , cls_22 , 0.9000 , 840.0000 , 47.3795 , 933.3333 , 2.0000 , 1.1745 , 0.6021 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4358 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4359 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4371 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4375 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4391 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4403 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4428 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4432 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4445 , cls_22 , 1.0800 , 1020.0000 , 56.8274 , 944.4444 , 2.4286 , 1.1933 , 0.6944 , 0.3333 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4447 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4455 , cls_22 , 1.2600 , 660.0000 , 47.0627 , 523.8095 , 1.3750 , 1.0816 , 0.5544 , 0.5714 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 335.4102 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4477 , cls_22 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4489 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 342.0526 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4495 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4501 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4508 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4510 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4523 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4531 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4547 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4548 , cls_22 , 2.0700 , 1740.0000 , 103.2525 , 840.5797 , 2.9000 , 1.2227 , 0.7184 , 0.3551 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4553 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4554 , cls_22 , 5.6700 , 3720.0000 , 203.5002 , 656.0847 , 3.8750 , 1.2489 , 0.8700 , 0.4577 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4557 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4566 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4568 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4570 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4571 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4580 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4581 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4593 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4597 , cls_22 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4598 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4599 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4615 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4630 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4633 , cls_22 , 0.5400 , 480.0000 , 48.3776 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4635 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4647 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4656 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 335.4102 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4658 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4669 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4671 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4679 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4688 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4690 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4699 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4708 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4710 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4714 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4724 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4725 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4727 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4734 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4735 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4736 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4747 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4752 , cls_22 , 0.6300 , 480.0000 , 39.1923 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4756 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4765 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4769 , cls_22 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4774 , cls_22 , 0.7200 , 600.0000 , 56.8929 , 833.3333 , 1.6667 , 1.1283 , 0.8244 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4775 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4776 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4785 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4789 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4797 , cls_22 , 0.7200 , 600.0000 , 40.2550 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4816 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4818 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4835 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4840 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4853 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4856 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4864 , cls_22 , 4.3200 , 3180.0000 , 155.4522 , 736.1111 , 3.7857 , 1.2514 , 0.8548 , 0.4410 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4866 , cls_22 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4880 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4896 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4899 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4922 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4924 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4925 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4926 , cls_22 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4935 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4949 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4950 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4972 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4986 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4988 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4990 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4992 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4995 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4996 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4998 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4999 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5003 , cls_22 , 0.8100 , 480.0000 , 37.5807 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5012 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5015 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5027 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5032 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5036 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5038 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5039 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5041 , cls_22 , 0.8100 , 480.0000 , 36.6302 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5050 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5051 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5056 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5058 , cls_22 , 0.8100 , 600.0000 , 40.9822 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5067 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5068 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5071 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5074 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5075 , cls_22 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5082 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 577.0615 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5086 , cls_22 , 1.2600 , 1140.0000 , 73.1370 , 904.7619 , 2.3750 , 1.1974 , 0.7772 , 0.2976 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5094 , cls_22 , 0.5400 , 600.0000 , 52.4985 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5097 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5103 , cls_22 , 0.5400 , 540.0000 , 43.2414 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5105 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5110 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5113 , cls_22 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5115 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5117 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5125 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5128 , cls_22 , 0.8100 , 600.0000 , 39.3957 , 740.7407 , 1.6667 , 1.1135 , 0.5593 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5130 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5134 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5135 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5151 , cls_22 , 1.0800 , 960.0000 , 63.5415 , 888.8889 , 2.2857 , 1.1802 , 0.7495 , 0.3194 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5153 , cls_22 , 0.6300 , 540.0000 , 45.0403 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5157 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5166 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5167 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5176 , cls_22 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 324.4996 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5187 , cls_22 , 0.8100 , 660.0000 , 42.6275 , 814.8148 , 1.8333 , 1.1347 , 0.6419 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5188 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5189 , cls_22 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5208 , cls_22 , 6.4800 , 2700.0000 , 112.1234 , 416.6667 , 2.6471 , 1.1760 , 0.6474 , 0.6759 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5211 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5212 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5215 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5216 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5227 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5229 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5231 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5234 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5235 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5245 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 364.9658 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5247 , cls_22 , 1.2600 , 780.0000 , 64.8000 , 619.0476 , 1.6250 , 1.1170 , 0.7524 , 0.5000 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5248 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5250 , cls_22 , 3.2400 , 2700.0000 , 127.3169 , 833.3333 , 3.7500 , 1.2545 , 0.8345 , 0.3704 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5253 , cls_22 , 1.7100 , 1440.0000 , 84.7296 , 842.1053 , 2.6667 , 1.2078 , 0.7932 , 0.3684 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5256 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5258 , cls_22 , 0.6300 , 540.0000 , 46.6496 , 857.1429 , 1.5000 , 1.1214 , 0.7591 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5260 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5270 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5272 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5275 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5285 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5287 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5293 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5303 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5313 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5314 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5316 , cls_22 , 0.6300 , 480.0000 , 43.9726 , 761.9048 , 1.3333 , 1.0945 , 0.7772 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5317 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5323 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5325 , cls_22 , 0.6300 , 540.0000 , 47.7722 , 857.1429 , 1.5000 , 1.1214 , 0.7591 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5332 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5334 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5335 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5336 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5340 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5361 , cls_22 , 0.6300 , 480.0000 , 37.4341 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5368 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5371 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5376 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5381 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5388 , cls_22 , 0.7200 , 540.0000 , 39.4336 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5389 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5391 , cls_22 , 0.3600 , 480.0000 , 42.4264 , 1333.3333 , 2.0000 , 1.1693 , 0.8408 , 0.1250 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5400 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5407 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5408 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5409 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5410 , cls_22 , 0.7200 , 480.0000 , 35.8918 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5426 , cls_22 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5427 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5429 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5430 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5432 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5435 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5447 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5457 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5458 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5459 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5460 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5461 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5470 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 247.3863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5472 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5478 , cls_22 , 1.2600 , 1140.0000 , 103.3608 , 904.7619 , 2.3750 , 1.1974 , 0.9036 , 0.3214 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5480 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5485 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5486 , cls_22 , 0.6300 , 420.0000 , 31.0908 , 666.6667 , 1.1667 , 1.0640 , 0.4757 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5487 , cls_22 , 0.6300 , 660.0000 , 41.9517 , 1047.6190 , 1.8333 , 1.1673 , 0.6927 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5488 , cls_22 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5503 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5509 , cls_22 , 0.5400 , 480.0000 , 40.0496 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5514 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5516 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5518 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5524 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5535 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5538 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5543 , cls_22 , 1.4400 , 840.0000 , 76.1715 , 583.3333 , 1.7500 , 1.1169 , 0.7736 , 0.4896 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5551 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5557 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5561 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5566 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5570 , cls_22 , 0.9000 , 600.0000 , 54.4170 , 666.6667 , 1.4286 , 1.1006 , 0.7551 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5573 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5574 , cls_22 , 0.5400 , 540.0000 , 40.9954 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5583 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5597 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5604 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5605 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5627 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5630 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5631 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5636 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5641 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5643 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5646 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5648 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5658 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5667 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5672 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5675 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5691 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5703 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5706 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5715 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5716 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5725 , cls_22 , 27.1800 , 13260.0000 , 1017.6607 , 487.8587 , 6.3143 , 1.2957 , 0.9786 , 0.5684 , 27.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5726 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5731 , cls_22 , 4.4100 , 2940.0000 , 117.4946 , 666.6667 , 3.5000 , 1.2343 , 0.7453 , 0.4558 , 4.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5735 , cls_22 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5742 , cls_22 , 81.1800 , 31860.0000 , 2638.5868 , 392.4612 , 8.7049 , 1.3203 , 0.9919 , 0.6447 , 81.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5753 , cls_22 , 1.1700 , 1020.0000 , 65.6601 , 871.7949 , 2.1250 , 1.1831 , 0.7981 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5758 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5790 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5796 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5799 , cls_22 , 0.6300 , 540.0000 , 52.4221 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5808 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5809 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5810 , cls_22 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5812 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5813 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5819 , cls_22 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5826 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5833 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5835 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5836 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5837 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5838 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5839 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5840 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5841 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5843 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5844 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5845 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5850 , cls_22 , 1.2600 , 960.0000 , 71.3251 , 761.9048 , 2.0000 , 1.1610 , 0.8286 , 0.3214 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5852 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5860 , cls_22 , 20.9700 , 10260.0000 , 851.1317 , 489.2704 , 5.5161 , 1.2812 , 0.9755 , 0.5622 , 20.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5861 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5862 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5863 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5873 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5875 , cls_22 , 5.4000 , 2820.0000 , 258.6317 , 522.2222 , 2.9375 , 1.2037 , 0.9389 , 0.5361 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5876 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5914 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5926 , cls_22 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5988 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5993 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6022 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6024 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6046 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6047 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6055 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6057 , cls_22 , 0.3600 , 420.0000 , 33.8800 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6063 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6080 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 180.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6087 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6088 , cls_22 , 0.5400 , 600.0000 , 57.4390 , 1111.1111 , 2.0000 , 1.1661 , 0.8472 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6101 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6102 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6106 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6129 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6132 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 240.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6134 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6136 , cls_22 , 2.3400 , 1260.0000 , 95.2789 , 538.4615 , 1.9091 , 1.1436 , 0.8140 , 0.5449 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6153 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6167 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6168 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6171 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6182 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6183 , cls_22 , 1.8000 , 1320.0000 , 92.0344 , 733.3333 , 2.4444 , 1.1837 , 0.8041 , 0.4000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6184 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6187 , cls_22 , 0.3600 , 420.0000 , 33.8800 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6188 , cls_22 , 0.6300 , 480.0000 , 36.5605 , 761.9048 , 1.3333 , 1.0945 , 0.6572 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6195 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6199 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6201 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6203 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6211 , cls_22 , 1.4400 , 1320.0000 , 90.9092 , 916.6667 , 2.7500 , 1.2113 , 0.8802 , 0.3229 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6212 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6236 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6244 , cls_22 , 1.1700 , 600.0000 , 48.1588 , 512.8205 , 1.2500 , 1.0698 , 0.5963 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6247 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6249 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6259 , cls_22 , 1.2600 , 540.0000 , 44.3376 , 428.5714 , 1.1250 , 1.0391 , 0.4757 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6261 , cls_22 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6263 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6266 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6267 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6279 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6286 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6296 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6299 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6301 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6312 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 169.7056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6315 , cls_22 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6334 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6335 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6336 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6337 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6340 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6344 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6353 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6369 , cls_22 , 0.7200 , 600.0000 , 38.8825 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6374 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6375 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6392 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6401 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6406 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6411 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6412 , cls_22 , 4.3200 , 2700.0000 , 129.9609 , 625.0000 , 3.2143 , 1.2207 , 0.7996 , 0.4896 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6432 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6438 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6444 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 483.7355 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6452 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 216.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6454 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6457 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6469 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6481 , cls_22 , 0.7200 , 540.0000 , 45.4837 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6486 , cls_22 , 1.3500 , 1320.0000 , 74.1926 , 977.7778 , 2.7500 , 1.2195 , 0.7384 , 0.2778 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6494 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6507 , cls_22 , 0.6300 , 540.0000 , 41.1850 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6508 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6514 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 666.1081 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6517 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6518 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6525 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6529 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6544 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6547 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6551 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6561 , cls_22 , 3.7800 , 2040.0000 , 104.2079 , 539.6825 , 2.6154 , 1.1830 , 0.7429 , 0.5833 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6562 , cls_22 , 2.7000 , 1860.0000 , 117.0912 , 688.8889 , 2.8182 , 1.2039 , 0.8137 , 0.4500 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6564 , cls_22 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6569 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6574 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 469.5743 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6580 , cls_22 , 0.7200 , 540.0000 , 36.4335 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6585 , cls_22 , 0.8100 , 600.0000 , 51.8610 , 740.7407 , 1.6667 , 1.1135 , 0.7796 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6586 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6590 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 276.5863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6600 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6612 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6620 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6633 , cls_22 , 0.5400 , 480.0000 , 34.3237 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6635 , cls_22 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6641 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6642 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6644 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 394.5884 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6651 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 600.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6656 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6658 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6664 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 450.9989 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6683 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6687 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 284.6050 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6691 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6693 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6697 , cls_22 , 0.9000 , 1140.0000 , 65.0471 , 1266.6667 , 2.7143 , 1.2416 , 0.7598 , 0.1667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6699 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6714 , cls_22 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6717 , cls_22 , 6.7500 , 4320.0000 , 166.1977 , 640.0000 , 4.0000 , 1.2563 , 0.7412 , 0.4889 , 6.7500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6720 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6722 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6728 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 240.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6739 , cls_22 , 1.7100 , 1440.0000 , 79.3431 , 842.1053 , 2.6667 , 1.2078 , 0.8065 , 0.3596 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6747 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6752 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 284.6050 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6755 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6757 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6766 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6771 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6776 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6787 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6797 , cls_22 , 0.9000 , 600.0000 , 55.2899 , 666.6667 , 1.4286 , 1.1006 , 0.7551 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6806 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6812 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6814 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6823 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 295.4657 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6825 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6834 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6835 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6848 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6849 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6851 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6855 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6873 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6884 , cls_22 , 0.7200 , 720.0000 , 56.2028 , 1000.0000 , 2.0000 , 1.1693 , 0.7516 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6886 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6887 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6889 , cls_22 , 0.5400 , 600.0000 , 41.5595 , 1111.1111 , 2.0000 , 1.1661 , 0.7062 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6890 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6900 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6902 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6903 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6910 , cls_22 , 0.7200 , 540.0000 , 41.2327 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6911 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6922 , cls_22 , 0.8100 , 600.0000 , 48.3090 , 740.7407 , 1.6667 , 1.1135 , 0.7205 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6930 , cls_22 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6936 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6938 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6947 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6955 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6960 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6967 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6974 , cls_22 , 0.5400 , 420.0000 , 38.0278 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6979 , cls_22 , 1.1700 , 900.0000 , 59.7874 , 769.2308 , 1.8750 , 1.1564 , 0.6689 , 0.3718 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6992 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6993 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6994 , cls_22 , 0.7200 , 600.0000 , 36.3650 , 833.3333 , 1.6667 , 1.1283 , 0.4907 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6999 , cls_22 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7000 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7004 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7006 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7016 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 305.9412 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7017 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7023 , cls_22 , 2.0700 , 1500.0000 , 69.9423 , 724.6377 , 2.5000 , 1.1928 , 0.6981 , 0.4565 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7026 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7031 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7034 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7039 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7040 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7041 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7043 , cls_22 , 13.7700 , 9000.0000 , 211.8043 , 653.5948 , 6.0000 , 1.3046 , 0.7546 , 0.4978 , 13.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7046 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 234.3075 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7058 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 483.7355 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7063 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7064 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 318.9044 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7067 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 305.9412 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7068 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7076 , cls_22 , 1.5300 , 900.0000 , 90.2067 , 588.2353 , 1.6667 , 1.1242 , 0.8420 , 0.4608 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7077 , cls_22 , 0.5400 , 480.0000 , 36.1803 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7084 , cls_22 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7087 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7102 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7107 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7108 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7111 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7117 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7141 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7143 , cls_22 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7156 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7157 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7162 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7168 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7174 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7175 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7176 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7189 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7190 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7217 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7219 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7220 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7223 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7232 , cls_22 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7247 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7250 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7253 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7254 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7265 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 318.9044 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7269 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7283 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 216.3331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7291 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7303 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7306 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7310 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7315 , cls_22 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7322 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7324 , cls_22 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7326 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 218.4033 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7329 , cls_22 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7331 , cls_22 , 0.8100 , 540.0000 , 47.8619 , 666.6667 , 1.5000 , 1.0901 , 0.7708 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7333 , cls_22 , 0.7200 , 540.0000 , 43.2032 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7338 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7340 , cls_22 , 2.6100 , 1680.0000 , 120.0802 , 643.6782 , 2.5455 , 1.1879 , 0.8722 , 0.4828 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7342 , cls_22 , 9.4500 , 4440.0000 , 166.6492 , 469.8413 , 3.5238 , 1.2241 , 0.8048 , 0.6206 , 9.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7346 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7353 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7367 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7377 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7399 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7403 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 394.5884 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7408 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7409 , cls_22 , 1.1700 , 1020.0000 , 91.5966 , 871.7949 , 2.1250 , 1.1831 , 0.8889 , 0.3333 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7421 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7427 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7429 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7430 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7441 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7444 , cls_22 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 240.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7447 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 324.4996 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7464 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7466 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7467 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7469 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7477 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7494 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7497 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7513 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7520 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7532 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7559 , cls_22 , 4.0500 , 2520.0000 , 96.3997 , 622.2222 , 3.0000 , 1.2151 , 0.6350 , 0.5259 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7563 , cls_22 , 0.9900 , 660.0000 , 57.5810 , 666.6667 , 1.5714 , 1.1100 , 0.7307 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7579 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7585 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7597 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7598 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7599 , cls_22 , 0.7200 , 540.0000 , 39.7693 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7600 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7601 , cls_22 , 0.9000 , 780.0000 , 59.7814 , 866.6667 , 1.8571 , 1.1583 , 0.8041 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7603 , cls_22 , 1.7100 , 1140.0000 , 65.7427 , 666.6667 , 2.1111 , 1.1599 , 0.6731 , 0.4474 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7605 , cls_22 , 2.8800 , 1380.0000 , 79.6086 , 479.1667 , 1.9167 , 1.1382 , 0.6518 , 0.6042 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7611 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7623 , cls_22 , 0.7200 , 660.0000 , 43.2584 , 916.6667 , 1.8333 , 1.1497 , 0.7004 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7637 , cls_22 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 573.1492 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7650 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7654 , cls_22 , 2.0700 , 1140.0000 , 71.6440 , 550.7246 , 1.9000 , 1.1376 , 0.7657 , 0.5580 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7677 , cls_22 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7692 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 570.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7705 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 240.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7713 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 757.1658 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7725 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 305.9412 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7744 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 888.4256 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7756 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 240.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7757 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7773 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7774 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 110 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 112 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 115 , cls_23 , 0.5400 , 420.0000 , 30.7844 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 173 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 214 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 215 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 220 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 1261.7845 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 284 , cls_23 , 2.1600 , 1740.0000 , 109.8822 , 805.5556 , 2.9000 , 1.2174 , 0.8598 , 0.3750 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 316 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 330 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 347 , cls_23 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 2117.2860 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 355 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 356 , cls_23 , 0.8100 , 600.0000 , 42.8660 , 740.7407 , 1.6667 , 1.1135 , 0.7205 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 389 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 475 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 258.0698 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 478 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 524 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 540 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 554 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 258.0698 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 576 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 578 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 599 , cls_23 , 1.2600 , 600.0000 , 46.5757 , 476.1905 , 1.2500 , 1.0614 , 0.4757 , 0.5952 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 646 , cls_23 , 0.4500 , 420.0000 , 31.3192 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 698 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 718 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 738 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 739 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 754 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 768 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 796 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 800 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 803 , cls_23 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 276.5863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 804 , cls_23 , 1.9800 , 1080.0000 , 77.2799 , 545.4545 , 1.8000 , 1.1317 , 0.7585 , 0.5606 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 817 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 897 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 922 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 953 , cls_23 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 954 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 973 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 986 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1001 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1007 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1008 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1041 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1120 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 254.5584 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1259 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1267 , cls_23 , 0.8100 , 480.0000 , 36.1507 , 592.5926 , 1.3333 , 1.0639 , 0.5593 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1277 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1301 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1317 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1318 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1319 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1328 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1341 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1342 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1359 , cls_23 , 1.0800 , 900.0000 , 69.4777 , 833.3333 , 2.1429 , 1.1663 , 0.8202 , 0.3472 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1368 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1376 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1384 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1396 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1397 , cls_23 , 3.2400 , 2160.0000 , 125.0018 , 666.6667 , 3.0000 , 1.2116 , 0.7304 , 0.4630 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1444 , cls_23 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1457 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1466 , cls_23 , 3.7800 , 2400.0000 , 174.6926 , 634.9206 , 3.0769 , 1.2138 , 0.8615 , 0.4921 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1492 , cls_23 , 0.9900 , 720.0000 , 68.3767 , 727.2727 , 1.7143 , 1.1289 , 0.8292 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1515 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1540 , cls_23 , 7.6500 , 3840.0000 , 180.2513 , 501.9608 , 3.3684 , 1.2213 , 0.8029 , 0.5882 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1542 , cls_23 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1555 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 1046.5658 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1572 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1618 , cls_23 , 0.6300 , 540.0000 , 45.1887 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1651 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1652 , cls_23 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1677 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1693 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1699 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1709 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1720 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1778 , cls_23 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1795 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1799 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1812 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1821 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1840 , cls_23 , 0.7200 , 480.0000 , 37.2880 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1880 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1913 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1958 , cls_23 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 324.4996 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1970 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1974 , cls_23 , 0.5400 , 480.0000 , 45.6657 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1992 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2027 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 400.2499 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2051 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2073 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 1046.5658 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2100 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2116 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2119 , cls_23 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 474.3416 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2171 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2197 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2204 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 474.3416 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2211 , cls_23 , 1.0800 , 900.0000 , 50.0311 , 833.3333 , 2.1429 , 1.1663 , 0.5506 , 0.3611 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2219 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2220 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2236 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2269 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2300 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2424 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2459 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2505 , cls_23 , 0.9000 , 600.0000 , 46.9778 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2562 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2570 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2582 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2610 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2611 , cls_23 , 1.1700 , 720.0000 , 50.0574 , 615.3846 , 1.5000 , 1.1087 , 0.6817 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2825 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 979.4897 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2889 , cls_23 , 3.3300 , 2160.0000 , 103.7745 , 648.6486 , 2.7692 , 1.2084 , 0.6921 , 0.4820 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2936 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2979 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3053 , cls_23 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3091 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 642.0280 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3135 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 342.0526 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3138 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 254.5584 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3204 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3267 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3277 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 254.5584 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3280 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3281 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3289 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 1113.6427 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3305 , cls_23 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3327 , cls_23 , 0.7200 , 480.0000 , 38.3750 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3373 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 330.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3376 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 300.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3378 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3382 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3404 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3434 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3439 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3443 , cls_23 , 0.6300 , 600.0000 , 49.2510 , 952.3810 , 1.6667 , 1.1455 , 0.8217 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3445 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3480 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3481 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3495 , cls_23 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3497 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3498 , cls_23 , 0.6300 , 420.0000 , 31.0908 , 666.6667 , 1.1667 , 1.0640 , 0.4757 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3502 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3503 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3517 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3518 , cls_23 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3531 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3541 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3553 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3558 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3572 , cls_23 , 0.7200 , 420.0000 , 32.6407 , 583.3333 , 1.1667 , 1.0480 , 0.4341 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3600 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3607 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3609 , cls_23 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3618 , cls_23 , 2.2500 , 1380.0000 , 78.4133 , 613.3333 , 2.3000 , 1.1662 , 0.5698 , 0.4867 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3622 , cls_23 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3642 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 301.4963 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3644 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 540.8327 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3645 , cls_23 , 3.3300 , 1260.0000 , 78.5432 , 378.3784 , 1.6154 , 1.1048 , 0.5143 , 0.6802 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3646 , cls_23 , 2.6100 , 1200.0000 , 74.3715 , 459.7701 , 1.8182 , 1.1217 , 0.6612 , 0.6149 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3647 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3661 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3685 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 256.3201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3702 , cls_23 , 0.9900 , 780.0000 , 51.7490 , 787.8788 , 1.8571 , 1.1463 , 0.6888 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3709 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3726 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3738 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3741 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3753 , cls_23 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3760 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3761 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3774 , cls_23 , 1.8000 , 900.0000 , 61.7535 , 500.0000 , 1.6667 , 1.1055 , 0.6082 , 0.5917 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3775 , cls_23 , 1.6200 , 1140.0000 , 126.0026 , 703.7037 , 2.1111 , 1.1663 , 0.9218 , 0.3333 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3779 , cls_23 , 1.9800 , 1260.0000 , 78.6529 , 636.3636 , 2.1000 , 1.1629 , 0.7357 , 0.4773 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3805 , cls_23 , 2.1600 , 1020.0000 , 71.8611 , 472.2222 , 1.7000 , 1.1104 , 0.6944 , 0.6042 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3816 , cls_23 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3844 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3845 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3866 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3867 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3869 , cls_23 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3946 , cls_23 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3962 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3963 , cls_23 , 0.5400 , 480.0000 , 47.1916 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3976 , cls_23 , 0.7200 , 600.0000 , 46.2463 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4014 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4025 , cls_23 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4028 , cls_23 , 0.6300 , 540.0000 , 45.2160 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4032 , cls_23 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4048 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4053 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4067 , cls_23 , 1.5300 , 960.0000 , 56.0468 , 627.4510 , 1.7778 , 1.1376 , 0.5916 , 0.5196 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4069 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4071 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4090 , cls_23 , 3.7800 , 1740.0000 , 91.3337 , 460.3175 , 2.2308 , 1.1528 , 0.5094 , 0.6270 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4093 , cls_23 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4110 , cls_23 , 0.5400 , 540.0000 , 50.7673 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4112 , cls_23 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4137 , cls_23 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4138 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4140 , cls_23 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4152 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4175 , cls_23 , 0.7200 , 540.0000 , 50.6601 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4178 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4204 , cls_23 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4231 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4235 , cls_23 , 0.3600 , 420.0000 , 33.8800 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4244 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4259 , cls_23 , 2.1600 , 1320.0000 , 78.4165 , 611.1111 , 2.2000 , 1.1621 , 0.6180 , 0.5000 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4268 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4314 , cls_23 , 0.7200 , 480.0000 , 40.1294 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4315 , cls_23 , 2.3400 , 1080.0000 , 75.4758 , 461.5385 , 1.6364 , 1.1130 , 0.6622 , 0.6218 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4318 , cls_23 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4336 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4337 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4339 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4354 , cls_23 , 0.8100 , 540.0000 , 38.3770 , 666.6667 , 1.5000 , 1.0901 , 0.4270 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4355 , cls_23 , 14.6700 , 7500.0000 , 212.6408 , 511.2474 , 4.8077 , 1.2670 , 0.7544 , 0.5777 , 14.6700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4357 , cls_23 , 0.9000 , 660.0000 , 66.0762 , 733.3333 , 1.5714 , 1.1216 , 0.8256 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4376 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4378 , cls_23 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4392 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4408 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4429 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4430 , cls_23 , 0.5400 , 540.0000 , 49.9536 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4431 , cls_23 , 1.0800 , 840.0000 , 56.7334 , 777.7778 , 2.0000 , 1.1515 , 0.6944 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4448 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4450 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4464 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4465 , cls_23 , 0.7200 , 660.0000 , 52.7889 , 916.6667 , 1.8333 , 1.1497 , 0.8041 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4467 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4484 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4505 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4506 , cls_23 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4529 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4530 , cls_23 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4551 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4575 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4576 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4577 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4594 , cls_23 , 1.0800 , 840.0000 , 54.5336 , 777.7778 , 2.0000 , 1.1515 , 0.6180 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4612 , cls_23 , 0.6300 , 540.0000 , 49.3648 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4613 , cls_23 , 0.6300 , 540.0000 , 37.1243 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4614 , cls_23 , 0.6300 , 420.0000 , 35.6454 , 666.6667 , 1.1667 , 1.0640 , 0.6572 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4639 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 523.9275 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4667 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4668 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4701 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4702 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4718 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4732 , cls_23 , 0.9900 , 780.0000 , 53.6565 , 787.8788 , 1.8571 , 1.1463 , 0.8055 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4750 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4766 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4767 , cls_23 , 4.8600 , 2820.0000 , 231.3821 , 580.2469 , 3.1333 , 1.2155 , 0.9234 , 0.5216 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4777 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 1410.3191 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4782 , cls_23 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4784 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4812 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4813 , cls_23 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4849 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4850 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4851 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4863 , cls_23 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4877 , cls_23 , 0.8100 , 660.0000 , 51.8498 , 814.8148 , 1.8333 , 1.1347 , 0.8121 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4892 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4923 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4927 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 488.3646 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4948 , cls_23 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4989 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5011 , cls_23 , 3.6000 , 3120.0000 , 159.2247 , 866.6667 , 4.0000 , 1.2695 , 0.7805 , 0.3583 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5014 , cls_23 , 0.3600 , 480.0000 , 36.9061 , 1333.3333 , 2.0000 , 1.1693 , 0.7453 , 0.1250 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5037 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5057 , cls_23 , 1.2600 , 1020.0000 , 75.3847 , 809.5238 , 2.1250 , 1.1738 , 0.7772 , 0.3571 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5099 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5114 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5129 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5133 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 394.5884 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5183 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5185 , cls_23 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5209 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5230 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5232 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5251 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5268 , cls_23 , 0.5400 , 420.0000 , 36.6787 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5290 , cls_23 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5291 , cls_23 , 1.0800 , 900.0000 , 69.2055 , 833.3333 , 2.1429 , 1.1663 , 0.8283 , 0.3472 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5292 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5308 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5310 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5320 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5338 , cls_23 , 0.8100 , 540.0000 , 44.7193 , 666.6667 , 1.5000 , 1.0901 , 0.7135 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5358 , cls_23 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5378 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 394.5884 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5390 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5392 , cls_23 , 1.2600 , 840.0000 , 69.3316 , 666.6667 , 1.7500 , 1.1327 , 0.8217 , 0.4762 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5423 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 735.4590 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5428 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5445 , cls_23 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5446 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5499 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5501 , cls_23 , 0.7200 , 480.0000 , 38.9141 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5515 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 732.3933 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5519 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 362.4914 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5521 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5537 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5556 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5568 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5580 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 362.4914 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5592 , cls_23 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5594 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5623 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5628 , cls_23 , 2.6100 , 1980.0000 , 125.2444 , 758.6207 , 3.0000 , 1.2202 , 0.8422 , 0.4023 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5645 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5668 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5669 , cls_23 , 0.5400 , 540.0000 , 46.8978 , 1000.0000 , 1.8000 , 1.1415 , 0.7935 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5694 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5696 , cls_23 , 3.2400 , 2040.0000 , 144.9034 , 629.6296 , 2.8333 , 1.2006 , 0.8419 , 0.4491 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5702 , cls_23 , 2.3400 , 1440.0000 , 78.5156 , 615.3846 , 2.1818 , 1.1701 , 0.6105 , 0.5064 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5717 , cls_23 , 0.9000 , 720.0000 , 46.0678 , 800.0000 , 1.7143 , 1.1407 , 0.5609 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5732 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5739 , cls_23 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5741 , cls_23 , 0.5400 , 420.0000 , 41.3887 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5745 , cls_23 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5752 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5777 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5779 , cls_23 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5788 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 174.9286 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5791 , cls_23 , 0.9000 , 720.0000 , 57.4219 , 800.0000 , 1.7143 , 1.1407 , 0.7170 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5793 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5801 , cls_23 , 3.4200 , 1980.0000 , 133.0098 , 578.9474 , 2.5385 , 1.1886 , 0.8278 , 0.5000 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5815 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5822 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5825 , cls_23 , 3.3300 , 1800.0000 , 118.4762 , 540.5405 , 2.3077 , 1.1734 , 0.8650 , 0.5315 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5827 , cls_23 , 0.7200 , 480.0000 , 39.2716 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5828 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5829 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5830 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5846 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5849 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5853 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5854 , cls_23 , 1.7100 , 1080.0000 , 87.2138 , 631.5789 , 2.0000 , 1.1488 , 0.8577 , 0.4561 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5855 , cls_23 , 0.9900 , 720.0000 , 81.8182 , 727.2727 , 1.7143 , 1.1289 , 0.8852 , 0.3030 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5856 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 390.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5857 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5858 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5864 , cls_23 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5865 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5866 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 732.3933 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5867 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 510.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5868 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 510.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5869 , cls_23 , 1.2600 , 720.0000 , 61.8068 , 571.4286 , 1.5000 , 1.1000 , 0.7903 , 0.5000 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5871 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5872 , cls_23 , 0.9900 , 1140.0000 , 68.0562 , 1151.5152 , 2.7143 , 1.2288 , 0.8107 , 0.1970 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5888 , cls_23 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5889 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5913 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5915 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5917 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5918 , cls_23 , 1.3500 , 960.0000 , 57.1751 , 711.1111 , 2.0000 , 1.1526 , 0.6396 , 0.3889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5924 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5927 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5930 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5931 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5932 , cls_23 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5933 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5934 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5935 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 570.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5945 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5946 , cls_23 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5987 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5989 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6018 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6019 , cls_23 , 1.3500 , 960.0000 , 71.7192 , 711.1111 , 2.0000 , 1.1526 , 0.7878 , 0.3889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6028 , cls_23 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6030 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6058 , cls_23 , 0.9000 , 840.0000 , 85.7712 , 933.3333 , 2.0000 , 1.1745 , 0.8701 , 0.2500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6094 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6100 , cls_23 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6108 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6119 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6166 , cls_23 , 1.9800 , 1080.0000 , 98.7586 , 545.4545 , 1.8000 , 1.1317 , 0.8169 , 0.5303 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6209 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6230 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6245 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 305.9412 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6262 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6278 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6300 , cls_23 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6302 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6429 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6476 , cls_23 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6492 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6553 , cls_23 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 979.4897 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6581 , cls_23 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6601 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6602 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6619 , cls_23 , 1.7100 , 900.0000 , 80.2359 , 526.3158 , 1.6667 , 1.1114 , 0.7859 , 0.5614 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6653 , cls_23 , 1.3500 , 780.0000 , 61.0818 , 577.7778 , 1.6250 , 1.1089 , 0.7347 , 0.5333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6657 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6675 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6700 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6713 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6721 , cls_23 , 1.3500 , 900.0000 , 72.0856 , 666.6667 , 1.8750 , 1.1390 , 0.7613 , 0.4444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6740 , cls_23 , 5.2200 , 3240.0000 , 130.1725 , 620.6897 , 3.3750 , 1.2330 , 0.7505 , 0.5000 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6742 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6743 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6790 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6833 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6863 , cls_23 , 0.6300 , 540.0000 , 49.5756 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6868 , cls_23 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6885 , cls_23 , 0.8100 , 480.0000 , 37.0332 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6893 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6894 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6929 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6942 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6991 , cls_23 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 1140.3947 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6995 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 979.4897 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7007 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7044 , cls_23 , 1.8000 , 1140.0000 , 68.9972 , 633.3333 , 2.1111 , 1.1538 , 0.7170 , 0.4833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7048 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7078 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 424.2641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7080 , cls_23 , 0.5400 , 540.0000 , 50.7673 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7081 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7273 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7314 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 576.2812 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7334 , cls_23 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7362 , cls_23 , 0.5400 , 540.0000 , 42.5265 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7386 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7387 , cls_23 , 0.7200 , 540.0000 , 44.1000 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7393 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7424 , cls_23 , 0.6300 , 600.0000 , 44.2944 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7498 , cls_23 , 0.9000 , 540.0000 , 46.8001 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7499 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7516 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7557 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7577 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7578 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7580 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7602 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7633 , cls_23 , 1.8000 , 1020.0000 , 62.9568 , 566.6667 , 1.8889 , 1.1311 , 0.6512 , 0.5250 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7634 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7658 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7660 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7678 , cls_23 , 0.8100 , 660.0000 , 54.8370 , 814.8148 , 1.8333 , 1.1347 , 0.7796 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7701 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7703 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7704 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7728 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7731 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7732 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7743 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 1152.5624 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7767 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7772 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 135 , cls_31 , 0.6300 , 420.0000 , 32.7573 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 1656.5325 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 256 , cls_31 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 960.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 289 , cls_31 , 9.0900 , 3240.0000 , 153.7574 , 356.4356 , 2.5714 , 1.1731 , 0.7304 , 0.7112 , 9.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 375 , cls_31 , 45.6300 , 12600.0000 , 412.8798 , 276.1341 , 4.5652 , 1.2363 , 0.6723 , 0.7758 , 45.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 481 , cls_31 , 0.8100 , 480.0000 , 37.0114 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 530 , cls_31 , 2.1600 , 1080.0000 , 62.4491 , 500.0000 , 1.8000 , 1.1219 , 0.5506 , 0.5903 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 218.4033 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 544 , cls_31 , 0.9900 , 840.0000 , 47.4283 , 848.4848 , 2.0000 , 1.1624 , 0.6498 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 651 , cls_31 , 1.7100 , 840.0000 , 54.0227 , 491.2281 , 1.5556 , 1.0972 , 0.4624 , 0.6053 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 723 , cls_31 , 1.2600 , 720.0000 , 54.8076 , 571.4286 , 1.5000 , 1.1000 , 0.7078 , 0.5238 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 218.4033 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 770 , cls_31 , 1.8900 , 1500.0000 , 82.5154 , 793.6508 , 2.5000 , 1.2038 , 0.7634 , 0.4048 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 870.5171 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 805 , cls_31 , 1.1700 , 1080.0000 , 58.5035 , 923.0769 , 2.2500 , 1.1953 , 0.8053 , 0.3333 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 911 , cls_31 , 0.4500 , 480.0000 , 34.6834 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 928 , cls_31 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 247.3863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 968 , cls_31 , 1.4400 , 900.0000 , 55.1534 , 625.0000 , 1.8750 , 1.1313 , 0.6488 , 0.5104 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1004 , cls_31 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 308.8689 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1067 , cls_31 , 0.8100 , 480.0000 , 40.7854 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1072 , cls_31 , 0.6300 , 480.0000 , 38.1979 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1184 , cls_31 , 1.0800 , 720.0000 , 62.4686 , 666.6667 , 1.7143 , 1.1183 , 0.7753 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 308.8689 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1220 , cls_31 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 421.0701 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1246 , cls_31 , 0.8100 , 540.0000 , 45.7793 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1268 , cls_31 , 0.7200 , 480.0000 , 36.3494 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 182.4829 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1278 , cls_31 , 2.1600 , 1020.0000 , 64.6726 , 472.2222 , 1.7000 , 1.1104 , 0.5814 , 0.6111 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1288 , cls_31 , 0.6300 , 480.0000 , 42.4966 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 870.5171 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1303 , cls_31 , 2.0700 , 1020.0000 , 72.6817 , 492.7536 , 1.7000 , 1.1152 , 0.7313 , 0.6014 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1311 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 364.9658 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1331 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1340 , cls_31 , 1.8000 , 1140.0000 , 114.9461 , 633.3333 , 2.1111 , 1.1538 , 0.8943 , 0.4250 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1371 , cls_31 , 0.9900 , 720.0000 , 57.5741 , 727.2727 , 1.7143 , 1.1289 , 0.7845 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1372 , cls_31 , 0.5400 , 480.0000 , 34.2081 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1403 , cls_31 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1456 , cls_31 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1474 , cls_31 , 0.5400 , 480.0000 , 37.6942 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 364.9658 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1480 , cls_31 , 0.6300 , 600.0000 , 40.5068 , 952.3810 , 1.6667 , 1.1455 , 0.7215 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 469.5743 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1610 , cls_31 , 2.6100 , 780.0000 , 63.8074 , 298.8506 , 1.1818 , 1.0370 , 0.5010 , 0.7414 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1708 , cls_31 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1721 , cls_31 , 1.5300 , 720.0000 , 57.1776 , 470.5882 , 1.3333 , 1.0779 , 0.6817 , 0.6078 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 831.9255 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1741 , cls_31 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1759 , cls_31 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1767 , cls_31 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1290.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1769 , cls_31 , 0.8100 , 540.0000 , 37.6907 , 666.6667 , 1.5000 , 1.0901 , 0.4270 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 1149.8261 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1776 , cls_31 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1779 , cls_31 , 2.9700 , 1860.0000 , 92.6235 , 626.2626 , 2.5833 , 1.1928 , 0.7180 , 0.5101 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1798 , cls_31 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1839 , cls_31 , 1.8900 , 1320.0000 , 73.1288 , 698.4127 , 2.2000 , 1.1778 , 0.7547 , 0.4683 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1879 , cls_31 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1902 , cls_31 , 0.8100 , 600.0000 , 41.3247 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1956 , cls_31 , 1.4400 , 1020.0000 , 75.1353 , 708.3333 , 2.1250 , 1.1574 , 0.7603 , 0.4583 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1990 , cls_31 , 3.5100 , 1920.0000 , 133.0811 , 547.0085 , 2.4615 , 1.1798 , 0.8413 , 0.5556 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2004 , cls_31 , 0.6300 , 480.0000 , 36.0298 , 761.9048 , 1.3333 , 1.0945 , 0.6572 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2032 , cls_31 , 0.7200 , 780.0000 , 45.2248 , 1083.3333 , 2.1667 , 1.1874 , 0.6488 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2046 , cls_31 , 4.7700 , 3120.0000 , 116.7387 , 654.0881 , 3.4667 , 1.2363 , 0.7519 , 0.5126 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2087 , cls_31 , 0.7200 , 420.0000 , 35.9822 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2096 , cls_31 , 1.4400 , 780.0000 , 62.0365 , 541.6667 , 1.6250 , 1.1014 , 0.7711 , 0.5521 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2150 , cls_31 , 1.0800 , 780.0000 , 49.8055 , 722.2222 , 1.8571 , 1.1355 , 0.6273 , 0.4444 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2170 , cls_31 , 2.4300 , 1380.0000 , 88.2835 , 567.9012 , 2.0909 , 1.1573 , 0.6180 , 0.5370 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2192 , cls_31 , 0.6300 , 420.0000 , 35.6454 , 666.6667 , 1.1667 , 1.0640 , 0.6572 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2201 , cls_31 , 0.6300 , 480.0000 , 33.5088 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2229 , cls_31 , 1.4400 , 720.0000 , 56.8755 , 500.0000 , 1.5000 , 1.0847 , 0.6866 , 0.5729 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2295 , cls_31 , 0.9000 , 660.0000 , 42.8196 , 733.3333 , 1.5714 , 1.1216 , 0.6255 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2309 , cls_31 , 1.3500 , 720.0000 , 49.2901 , 533.3333 , 1.5000 , 1.0921 , 0.5225 , 0.5778 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2343 , cls_31 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2355 , cls_31 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2370 , cls_31 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2415 , cls_31 , 0.7200 , 540.0000 , 38.5499 , 750.0000 , 1.5000 , 1.1046 , 0.6082 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2452 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2466 , cls_31 , 1.7100 , 1200.0000 , 75.4675 , 701.7544 , 2.2222 , 1.1704 , 0.7859 , 0.4649 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2537 , cls_31 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 993.6297 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2577 , cls_31 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2624 , cls_31 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2803 , cls_31 , 0.9000 , 600.0000 , 44.5379 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2809 , cls_31 , 0.6300 , 660.0000 , 58.9216 , 1047.6190 , 1.8333 , 1.1673 , 0.8629 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 907.9648 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2810 , cls_31 , 31.0500 , 6720.0000 , 230.2712 , 216.4251 , 2.9474 , 1.1745 , 0.6634 , 0.8285 , 31.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2868 , cls_31 , 0.5400 , 540.0000 , 33.7923 , 1000.0000 , 1.8000 , 1.1415 , 0.5506 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2870 , cls_31 , 0.5400 , 420.0000 , 32.0363 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 1234.3824 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2956 , cls_31 , 0.4500 , 540.0000 , 35.4868 , 1200.0000 , 1.8000 , 1.1663 , 0.6817 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3011 , cls_31 , 0.7200 , 420.0000 , 35.0117 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 540.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3059 , cls_31 , 2.7000 , 1440.0000 , 75.3169 , 533.3333 , 2.1818 , 1.1537 , 0.6396 , 0.5944 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3097 , cls_31 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 1347.6646 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3145 , cls_31 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 494.7727 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3147 , cls_31 , 2.1600 , 1020.0000 , 60.4585 , 472.2222 , 1.7000 , 1.1104 , 0.4990 , 0.6250 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3254 , cls_31 , 2.3400 , 1140.0000 , 67.0604 , 487.1795 , 1.7273 , 1.1237 , 0.5132 , 0.6090 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3263 , cls_31 , 0.5400 , 480.0000 , 39.2081 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 1376.4084 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3362 , cls_31 , 1.5300 , 1020.0000 , 63.4837 , 666.6667 , 1.8889 , 1.1502 , 0.6268 , 0.4608 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 417.8516 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3400 , cls_31 , 0.8100 , 780.0000 , 52.3501 , 962.9630 , 2.1667 , 1.1718 , 0.6048 , 0.2407 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 540.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3423 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3433 , cls_31 , 4.1400 , 1260.0000 , 92.0631 , 304.3478 , 1.5000 , 1.0822 , 0.6069 , 0.7355 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3460 , cls_31 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3476 , cls_31 , 4.0500 , 2460.0000 , 113.5758 , 607.4074 , 2.9286 , 1.2106 , 0.6903 , 0.5148 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3494 , cls_31 , 53.4600 , 8760.0000 , 440.0461 , 163.8608 , 2.9796 , 1.1664 , 0.7818 , 0.8664 , 53.4600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3529 , cls_31 , 0.9000 , 840.0000 , 64.9129 , 933.3333 , 2.0000 , 1.1745 , 0.8128 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3604 , cls_31 , 0.6300 , 600.0000 , 38.9314 , 952.3810 , 1.6667 , 1.1455 , 0.5544 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 480.9366 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3626 , cls_31 , 1.6200 , 660.0000 , 51.3952 , 407.4074 , 1.2222 , 1.0536 , 0.4907 , 0.6574 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 1251.7588 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3629 , cls_31 , 1.5300 , 900.0000 , 53.6695 , 588.2353 , 1.6667 , 1.1242 , 0.5671 , 0.5392 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 600.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3729 , cls_31 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 417.8516 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3752 , cls_31 , 0.4500 , 600.0000 , 38.1981 , 1333.3333 , 2.0000 , 1.1913 , 0.6817 , 0.1333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3772 , cls_31 , 2.6100 , 720.0000 , 61.5809 , 275.8621 , 1.0909 , 1.0213 , 0.2899 , 0.7586 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3793 , cls_31 , 4.9500 , 2160.0000 , 108.6757 , 436.3636 , 2.4000 , 1.1641 , 0.7142 , 0.6424 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3813 , cls_31 , 2.2500 , 840.0000 , 63.3875 , 373.3333 , 1.4000 , 1.0672 , 0.5319 , 0.6733 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3884 , cls_31 , 3.5100 , 1920.0000 , 98.3976 , 547.0085 , 2.4615 , 1.1798 , 0.7130 , 0.5684 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3903 , cls_31 , 2.6100 , 1500.0000 , 84.5305 , 574.7126 , 2.2727 , 1.1656 , 0.6517 , 0.5460 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3922 , cls_31 , 10.3500 , 1920.0000 , 131.4949 , 185.5072 , 1.4545 , 1.0693 , 0.5053 , 0.8464 , 10.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3954 , cls_31 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3955 , cls_31 , 0.9000 , 600.0000 , 49.9454 , 666.6667 , 1.4286 , 1.1006 , 0.7551 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3970 , cls_31 , 2.1600 , 960.0000 , 63.0858 , 444.4444 , 1.6000 , 1.0983 , 0.6566 , 0.6458 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 134.1641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3999 , cls_31 , 0.9000 , 480.0000 , 40.0216 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 469.5743 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4011 , cls_31 , 1.0800 , 540.0000 , 40.8330 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 218.4033 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4196 , cls_31 , 2.1600 , 1380.0000 , 92.9737 , 638.8889 , 2.3000 , 1.1710 , 0.8090 , 0.5000 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4233 , cls_31 , 0.6300 , 480.0000 , 37.7674 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 218.4033 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4272 , cls_31 , 2.8800 , 1620.0000 , 95.6315 , 562.5000 , 2.2500 , 1.1694 , 0.7026 , 0.5625 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 1251.7588 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4278 , cls_31 , 1.0800 , 900.0000 , 65.0233 , 833.3333 , 2.1429 , 1.1663 , 0.8202 , 0.3472 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4387 , cls_31 , 0.5400 , 480.0000 , 36.9473 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 1612.7616 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4686 , cls_31 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 270.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4749 , cls_31 , 1.7100 , 960.0000 , 63.4932 , 561.4035 , 1.7778 , 1.1246 , 0.7154 , 0.5526 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 997.2462 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4764 , cls_31 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 589.4065 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4790 , cls_31 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1506.2868 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4881 , cls_31 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 270.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5360 , cls_31 , 0.5400 , 480.0000 , 32.3607 , 888.8889 , 1.6000 , 1.1141 , 0.4123 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5413 , cls_31 , 1.5300 , 1200.0000 , 64.8944 , 784.3137 , 2.2222 , 1.1839 , 0.7035 , 0.3824 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5415 , cls_31 , 3.6000 , 1500.0000 , 108.4137 , 416.6667 , 1.9231 , 1.1299 , 0.7361 , 0.6583 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5421 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 593.9697 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5510 , cls_31 , 0.5400 , 540.0000 , 47.7506 , 1000.0000 , 1.8000 , 1.1415 , 0.7935 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5541 , cls_31 , 0.9000 , 480.0000 , 36.4556 , 533.3333 , 1.1429 , 1.0516 , 0.3634 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5579 , cls_31 , 1.7100 , 960.0000 , 83.4990 , 561.4035 , 1.7778 , 1.1246 , 0.8332 , 0.5088 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 240.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5622 , cls_31 , 4.7700 , 1920.0000 , 96.5457 , 402.5157 , 2.1333 , 1.1462 , 0.5471 , 0.6698 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 192.0937 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5629 , cls_31 , 1.5300 , 960.0000 , 53.7963 , 627.4510 , 1.7778 , 1.1376 , 0.6452 , 0.5196 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 284.6050 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5639 , cls_31 , 3.6000 , 1080.0000 , 77.2660 , 300.0000 , 1.3846 , 1.0673 , 0.5327 , 0.7375 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5640 , cls_31 , 0.6300 , 660.0000 , 40.1911 , 1047.6190 , 1.8333 , 1.1673 , 0.6572 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5685 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5686 , cls_31 , 1.2600 , 840.0000 , 69.3316 , 666.6667 , 1.7500 , 1.1327 , 0.8217 , 0.4762 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 210.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5689 , cls_31 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5692 , cls_31 , 4.7700 , 2100.0000 , 109.6413 , 440.2516 , 2.3333 , 1.1628 , 0.7091 , 0.6384 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5722 , cls_31 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 228.4732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5727 , cls_31 , 0.6300 , 420.0000 , 35.6269 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5743 , cls_31 , 0.7200 , 480.0000 , 37.6263 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 240.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5929 , cls_31 , 2.8800 , 1260.0000 , 76.0839 , 437.5000 , 1.7500 , 1.1205 , 0.7026 , 0.6563 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5978 , cls_31 , 1.7100 , 1140.0000 , 93.9303 , 666.6667 , 2.1111 , 1.1599 , 0.8419 , 0.4386 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 331.3608 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6020 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6044 , cls_31 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 752.3962 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6095 , cls_31 , 1.6200 , 600.0000 , 48.8542 , 370.3704 , 1.1111 , 1.0339 , 0.4410 , 0.6852 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 818.8406 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6107 , cls_31 , 0.6300 , 540.0000 , 46.6496 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6214 , cls_31 , 1.7100 , 840.0000 , 59.5320 , 491.2281 , 1.5556 , 1.0972 , 0.6640 , 0.6053 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 127.2792 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6399 , cls_31 , 0.6300 , 480.0000 , 34.3315 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 646.2198 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6509 , cls_31 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 735.4590 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6736 , cls_31 , 1.6200 , 1320.0000 , 68.4662 , 814.8148 , 2.4444 , 1.1966 , 0.7453 , 0.3889 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 445.9821 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6811 , cls_31 , 0.4500 , 540.0000 , 40.3503 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6847 , cls_31 , 1.7100 , 660.0000 , 52.2768 , 385.9649 , 1.2222 , 1.0477 , 0.5162 , 0.6754 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 1149.8261 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6909 , cls_31 , 6.3000 , 3000.0000 , 209.6455 , 476.1905 , 2.9412 , 1.1981 , 0.8771 , 0.6143 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6924 , cls_31 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 882.8363 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6946 , cls_31 , 0.9900 , 540.0000 , 44.4228 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5303 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 1094.8973 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7073 , cls_31 , 1.3500 , 540.0000 , 45.7296 , 400.0000 , 1.1250 , 1.0316 , 0.5342 , 0.6444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 882.8363 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7186 , cls_31 , 0.8100 , 1020.0000 , 55.8063 , 1259.2593 , 2.8333 , 1.2314 , 0.8121 , 0.1852 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 1905.1772 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7192 , cls_31 , 0.6300 , 480.0000 , 33.5504 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 445.9821 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7472 , cls_31 , 4.0500 , 1440.0000 , 86.2668 , 355.5556 , 1.7143 , 1.1096 , 0.6419 , 0.7148 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 2550.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7684 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 2550.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 299 , cls_24 , 2.7000 , 960.0000 , 73.2546 , 355.5556 , 1.4545 , 1.0743 , 0.6620 , 0.6944 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 460 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1996 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 3005.3951 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2058 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 2675.8924 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2221 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 725.6032 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2554 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 725.6032 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3401 , cls_24 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 258.0698 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3462 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 942.0191 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3556 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 258.0698 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3619 , cls_24 , 0.9000 , 480.0000 , 38.4984 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 606.7125 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3740 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 276.5863 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3791 , cls_24 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3835 , cls_24 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3870 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 540.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4047 , cls_24 , 0.8100 , 420.0000 , 34.7671 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4054 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4070 , cls_24 , 1.6200 , 600.0000 , 48.2171 , 370.3704 , 1.1111 , 1.0339 , 0.3259 , 0.6852 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4111 , cls_24 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4135 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 241.8677 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4155 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4260 , cls_24 , 1.3500 , 540.0000 , 46.5402 , 400.0000 , 1.1250 , 1.0316 , 0.5225 , 0.6556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4281 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4374 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4542 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 2075.4277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4611 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 361.2478 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5035 , cls_24 , 6.3000 , 1380.0000 , 103.1791 , 219.0476 , 1.3529 , 1.0576 , 0.5048 , 0.8238 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5286 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5289 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 450.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5539 , cls_24 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 349.8571 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5593 , cls_24 , 2.1600 , 720.0000 , 56.3080 , 333.3333 , 1.2000 , 1.0406 , 0.4123 , 0.7222 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 161.5549 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5644 , cls_24 , 0.9900 , 780.0000 , 49.5651 , 787.8788 , 1.8571 , 1.1463 , 0.5623 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 189.7367 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5647 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5690 , cls_24 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5695 , cls_24 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5740 , cls_24 , 0.8100 , 540.0000 , 51.0877 , 666.6667 , 1.5000 , 1.0901 , 0.7838 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 576.2812 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5766 , cls_24 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 690.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5772 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5776 , cls_24 , 1.0800 , 480.0000 , 40.4470 , 444.4444 , 1.1429 , 1.0310 , 0.5506 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5792 , cls_24 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 690.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5795 , cls_24 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 900.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5802 , cls_24 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5820 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5848 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5928 , cls_24 , 5.0400 , 1620.0000 , 91.7223 , 321.4286 , 1.8000 , 1.1090 , 0.3906 , 0.7381 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 488.3646 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5977 , cls_24 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6066 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6075 , cls_24 , 0.9000 , 600.0000 , 55.6539 , 666.6667 , 1.4286 , 1.1006 , 0.8128 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 576.2812 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6679 , cls_24 , 0.9000 , 420.0000 , 35.1126 , 466.6667 , 1.0000 , 1.0223 , 0.3634 , 0.6000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6760 , cls_24 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6923 , cls_24 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 2995.4966 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7047 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 400.2499 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 521 , cls_95 , 0.4500 , 480.0000 , 34.4419 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 3393.3170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1589 , cls_95 , 2.0700 , 1380.0000 , 95.3899 , 666.6667 , 2.3000 , 1.1760 , 0.8267 , 0.4710 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 2466.5766 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2203 , cls_95 , 1.6200 , 780.0000 , 51.6585 , 481.4815 , 1.4444 , 1.0880 , 0.4907 , 0.6296 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2231 , cls_95 , 2.6100 , 1440.0000 , 85.6557 , 551.7241 , 2.1818 , 1.1576 , 0.7815 , 0.5805 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2265 , cls_95 , 1.8900 , 1380.0000 , 85.2719 , 730.1587 , 2.3000 , 1.1869 , 0.7243 , 0.4127 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2729 , cls_95 , 1.7100 , 1140.0000 , 72.5970 , 666.6667 , 2.1111 , 1.1599 , 0.8017 , 0.4649 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2902 , cls_95 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2949 , cls_95 , 1.7100 , 720.0000 , 51.7139 , 421.0526 , 1.3333 , 1.0656 , 0.4099 , 0.6667 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 1159.1807 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2962 , cls_95 , 0.9000 , 420.0000 , 35.1126 , 466.6667 , 1.0000 , 1.0223 , 0.3634 , 0.6000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 2466.5766 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1899 , cls_82 , 13.0500 , 3180.0000 , 175.8835 , 243.6782 , 2.1200 , 1.1339 , 0.6631 , 0.8023 , 13.0500 , 1.0000 , 100.0000 , 0.0000 , 5550.7297 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5431 , cls_82 , 6.4800 , 2040.0000 , 111.2075 , 314.8148 , 2.0000 , 1.1254 , 0.5795 , 0.7454 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 1035.7606 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5564 , cls_82 , 1.7100 , 1200.0000 , 67.7481 , 701.7544 , 2.2222 , 1.1704 , 0.7581 , 0.4474 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 1035.7606 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6388 , cls_82 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 1914.6018 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 1 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 5 , cls_1 , 0.0148 , 130.0000 , 8.6143 , 8783.7838 , 2.6000 , 1.3933 , 0.7783 , 0.7613 , 0.0071 , 3.0000 , 47.9730 , 2.0625 , 2.8284 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 8 , cls_1 , 0.0005 , 12.0000 , 0.9921 , 24000.0000 , 1.2000 , 1.3652 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.2500 , 4.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 16 , cls_1 , 0.0014 , 20.0000 , 1.6339 , 14285.7143 , 1.2500 , 1.2197 , 0.5544 , 0.5952 , 0.0002 , 2.0000 , 14.2857 , 18.5000 , 2.8284 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 19 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2778 , 4.2426 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 22 , cls_1 , 0.0005 , 10.0000 , 0.8493 , 20000.0000 , 1.0000 , 1.1386 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.2320 , 4.1231 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 23 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 25 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 26 , cls_1 , 0.0003 , 8.0000 , 0.6667 , 26666.6667 , 1.0000 , 1.2619 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.2941 , 4.1231 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 2 , cls_3 , 0.0009 , 16.0000 , 1.2531 , 17777.7778 , 1.3333 , 1.2619 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 114.2500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 4 , cls_3 , 0.0457 , 348.0000 , 11.2509 , 7614.8796 , 4.0465 , 1.4583 , 0.6658 , 0.7848 , 0.0224 , 10.0000 , 49.0153 , 4.7500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 21 , cls_3 , 0.0010 , 16.0000 , 1.2400 , 16000.0000 , 1.1429 , 1.2041 , 0.4907 , 0.5500 , 0.0001 , 1.0000 , 10.0000 , 115.0000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 27 , cls_3 , 0.0003 , 8.0000 , 0.6667 , 26666.6667 , 1.0000 , 1.2619 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.5000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 3 , cls_2 , 0.0035 , 38.0000 , 2.4917 , 10857.1429 , 1.5833 , 1.2664 , 0.5796 , 0.6905 , 0.0011 , 1.0000 , 31.4286 , 0.1000 , 4.4721 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 6 , cls_2 , 0.0057 , 40.0000 , 3.1784 , 7017.5439 , 1.2500 , 1.1390 , 0.5520 , 0.7924 , 0.0028 , 1.0000 , 49.1228 , 0.0000 , 5.8310 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 7 , cls_2 , 0.0024 , 32.0000 , 2.5116 , 13333.3333 , 1.6000 , 1.3086 , 0.6850 , 0.6250 , 0.0004 , 3.0000 , 16.6667 , 0.3333 , 3.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 9 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4567 , 3.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 10 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.8667 , 3.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 11 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1000 , 4.4721 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 12 , cls_2 , 0.0003 , 8.0000 , 0.6667 , 26666.6667 , 1.0000 , 1.2619 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.8000 , 3.1623 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 13 , cls_2 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.2933 , 3.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 14 , cls_2 , 0.0004 , 8.0000 , 0.7071 , 20000.0000 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 24.5000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 15 , cls_2 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.1200 , 3.1623 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 17 , cls_2 , 0.0098 , 82.0000 , 6.2767 , 8367.3469 , 2.0500 , 1.3175 , 0.8112 , 0.7619 , 0.0044 , 2.0000 , 44.8980 , 3.0000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 18 , cls_2 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.5833 , 2.8284 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 20 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 24.7000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 24 , cls_2 , 0.0007 , 12.0000 , 0.9779 , 17142.8571 , 1.0000 , 1.1292 , 0.3144 , 0.5238 , 0.0001 , 1.0000 , 14.2857 , 12.2500 , 2.8284 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 1 , cls_1 , 0.0788 , 158.0000 , 11.8541 , 2005.0761 , 1.3860 , 1.1024 , 0.5393 , 0.9380 , 0.0656 , 1.0000 , 83.2487 , 10.2500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 3 , cls_1 , 0.0080 , 46.0000 , 3.8460 , 5750.0000 , 1.2778 , 1.1147 , 0.6475 , 0.8250 , 0.0045 , 1.0000 , 56.2500 , 99.2500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 4 , cls_1 , 0.0003 , 8.0000 , 0.6667 , 26666.6667 , 1.0000 , 1.2619 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 20.2500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 5 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 6 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 197.0000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 2 , cls_0 , 0.0215 , 108.0000 , 6.6280 , 5023.2558 , 1.8000 , 1.2274 , 0.6653 , 0.8581 , 0.0142 , 1.0000 , 66.0465 , 0.2000 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 7 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 43.0000 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 1 , cls_1 , 0.0864 , 356.0000 , 13.3289 , 4120.3704 , 3.0169 , 1.3277 , 0.4949 , 0.8808 , 0.0596 , 2.0000 , 68.9815 , 1.9722 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 3 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 96.0000 , 3.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 7 , cls_1 , 0.0006 , 12.0000 , 0.9118 , 20000.0000 , 1.2000 , 1.2263 , 0.4123 , 0.4722 , 0.0001 , 1.0000 , 16.6667 , 216.2000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 9 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 217.2000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 2 , cls_0 , 0.0190 , 190.0000 , 7.2052 , 10000.0000 , 3.3929 , 1.4716 , 0.7263 , 0.7325 , 0.0077 , 3.0000 , 40.5263 , 2.3815 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 4 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 21.6511 , 3.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 5 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 47.5400 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 6 , cls_0 , 0.0010 , 18.0000 , 1.3628 , 18000.0000 , 1.2857 , 1.3064 , 0.6255 , 0.5000 , 0.0001 , 1.0000 , 10.0000 , 0.0500 , 4.4721 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 8 , cls_0 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 16.2404 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 10 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.9250 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 11 , cls_0 , 0.0006 , 16.0000 , 1.1928 , 26666.6667 , 1.6000 , 1.5474 , 0.5756 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 48.7500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 12 , cls_0 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.6154 , 3.6056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 13 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 12.7265 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 1 , cls_0 , 0.0029 , 32.0000 , 2.6037 , 11034.4828 , 1.4545 , 1.2351 , 0.6844 , 0.6724 , 0.0007 , 1.0000 , 24.1379 , 0.7500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 4 , cls_0 , 0.0112 , 70.0000 , 4.8760 , 6250.0000 , 1.5909 , 1.2132 , 0.6522 , 0.8140 , 0.0061 , 1.0000 , 54.4643 , 3.0500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 6 , cls_0 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.6500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 7 , cls_0 , 0.0012 , 20.0000 , 1.3572 , 16666.6667 , 1.4286 , 1.2954 , 0.4123 , 0.5694 , 0.0003 , 1.0000 , 25.0000 , 28.6000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 8 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.6000 , 4.4721 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 12 , cls_0 , 0.0038 , 38.0000 , 3.0276 , 10000.0000 , 1.4615 , 1.2378 , 0.6686 , 0.7105 , 0.0011 , 1.0000 , 28.9474 , 0.0000 , 13.1529 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 13 , cls_0 , 0.0021 , 22.0000 , 1.8942 , 10476.1905 , 1.1000 , 1.1199 , 0.5886 , 0.6905 , 0.0006 , 1.0000 , 28.5714 , 0.0000 , 16.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 2 , cls_1 , 0.0249 , 216.0000 , 8.4308 , 8674.6988 , 3.3750 , 1.4460 , 0.7214 , 0.7577 , 0.0101 , 6.0000 , 40.5622 , 10.8000 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 9 , cls_1 , 0.0054 , 58.0000 , 3.4090 , 10740.7407 , 1.9333 , 1.3408 , 0.6646 , 0.7068 , 0.0018 , 1.0000 , 33.3333 , 49.8000 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 10 , cls_1 , 0.0023 , 32.0000 , 2.6589 , 13913.0435 , 1.6000 , 1.3264 , 0.7497 , 0.6232 , 0.0005 , 3.0000 , 21.7391 , 0.2000 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 14 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.6000 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 3 , cls_2 , 0.0079 , 46.0000 , 4.1065 , 5822.7848 , 1.2778 , 1.1179 , 0.6302 , 0.8270 , 0.0045 , 1.0000 , 56.9620 , 0.0000 , 7.6158 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 5 , cls_2 , 0.0466 , 162.0000 , 9.9772 , 3476.3948 , 1.8409 , 1.2048 , 0.6015 , 0.8995 , 0.0349 , 2.0000 , 74.8927 , 0.1250 , 2.8284 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 11 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 58.2500 , 2.8284 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 1 , cls_2 , 0.0243 , 158.0000 , 6.9072 , 6502.0576 , 2.4688 , 1.3385 , 0.5992 , 0.8155 , 0.0137 , 3.0000 , 56.3786 , 66.1346 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 4 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.6667 , 3.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 6 , cls_2 , 0.0249 , 236.0000 , 7.6866 , 9477.9116 , 3.6875 , 1.4781 , 0.7587 , 0.7470 , 0.0114 , 8.0000 , 45.7831 , 65.8047 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 15 , cls_2 , 0.0008 , 16.0000 , 1.2542 , 20000.0000 , 1.3333 , 1.3333 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 71.0115 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 18 , cls_2 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 81.6129 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 20 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 112.1500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 27 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 62.4167 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 32 , cls_2 , 0.0015 , 32.0000 , 2.1425 , 21333.3333 , 2.0000 , 1.5357 , 0.6396 , 0.4111 , 0.0000 , 0.0000 , 0.0000 , 19.1034 , 3.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 33 , cls_2 , 0.0015 , 28.0000 , 1.6842 , 18666.6667 , 1.7500 , 1.4371 , 0.6396 , 0.5333 , 0.0003 , 1.0000 , 20.0000 , 49.8000 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 38 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 62.3269 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 40 , cls_2 , 0.0006 , 12.0000 , 0.9776 , 20000.0000 , 1.2000 , 1.2263 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.8088 , 4.1231 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 44 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 16.0693 , 3.6056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 2 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 47.3000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 5 , cls_1 , 0.0007 , 14.0000 , 1.2238 , 20000.0000 , 1.1667 , 1.2876 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 15.1765 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 7 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.4500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 8 , cls_1 , 0.0224 , 426.0000 , 9.9294 , 19017.8571 , 7.1000 , 1.7252 , 0.7941 , 0.5156 , 0.0020 , 9.0000 , 8.9286 , 12.0729 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 9 , cls_1 , 0.0019 , 38.0000 , 2.2134 , 20000.0000 , 2.1111 , 1.5292 , 0.6278 , 0.4912 , 0.0001 , 1.0000 , 5.2632 , 26.8889 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 11 , cls_1 , 0.0010 , 24.0000 , 1.6380 , 24000.0000 , 1.7143 , 1.5563 , 0.6894 , 0.4000 , 0.0001 , 1.0000 , 10.0000 , 60.1000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 12 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 56.5000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 13 , cls_1 , 0.0007 , 14.0000 , 1.0676 , 20000.0000 , 1.1667 , 1.2876 , 0.5544 , 0.4524 , 0.0001 , 1.0000 , 14.2857 , 58.1000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 19 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 57.7500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 24 , cls_1 , 0.0021 , 42.0000 , 2.1599 , 20000.0000 , 2.1000 , 1.5447 , 0.6387 , 0.4841 , 0.0002 , 2.0000 , 9.5238 , 4.9400 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 29 , cls_1 , 0.0009 , 22.0000 , 1.5277 , 24444.4444 , 1.8333 , 1.5517 , 0.6048 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 52.4900 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 34 , cls_1 , 0.0008 , 16.0000 , 1.4270 , 20000.0000 , 1.3333 , 1.3333 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 11.1500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 36 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 44.8000 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 37 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9712 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 39 , cls_1 , 0.0011 , 26.0000 , 1.6004 , 23636.3636 , 1.8571 , 1.5612 , 0.6498 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 48.6538 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 41 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 45 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 44.8000 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 3 , cls_0 , 0.0112 , 112.0000 , 5.2254 , 10000.0000 , 2.5455 , 1.4124 , 0.7258 , 0.7292 , 0.0044 , 3.0000 , 39.2857 , 0.7750 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 10 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3077 , 3.6056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 14 , cls_0 , 0.0004 , 14.0000 , 1.0590 , 35000.0000 , 1.7500 , 1.8074 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0769 , 3.6056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 16 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 22.8000 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 17 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 22.7169 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 21 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 14.1538 , 2.8284 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 22 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.7569 , 3.6056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 23 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0769 , 3.6056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 25 , cls_0 , 0.0005 , 14.0000 , 1.0440 , 28000.0000 , 1.4000 , 1.5568 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.0154 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 26 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2000 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 28 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 18.2500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 30 , cls_0 , 0.0073 , 88.0000 , 3.9650 , 12054.7945 , 2.4444 , 1.4409 , 0.7095 , 0.6758 , 0.0026 , 1.0000 , 35.6164 , 0.5088 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 31 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6000 , 3.1623 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 35 , cls_0 , 0.0008 , 20.0000 , 1.5629 , 25000.0000 , 1.6667 , 1.5480 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 0.6346 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 42 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.5441 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 43 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 14.8500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 46 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.0000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 1 , cls_2 , 0.0243 , 158.0000 , 6.9072 , 6502.0576 , 2.4688 , 1.3385 , 0.5992 , 0.8155 , 0.0137 , 3.0000 , 56.3786 , 66.1346 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 3 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.6667 , 3.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 4 , cls_2 , 0.0249 , 236.0000 , 7.6866 , 9477.9116 , 3.6875 , 1.4781 , 0.7587 , 0.7470 , 0.0114 , 8.0000 , 45.7831 , 65.8047 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 7 , cls_2 , 0.0008 , 16.0000 , 1.2542 , 20000.0000 , 1.3333 , 1.3333 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 71.0115 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 10 , cls_2 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 81.6129 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 11 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 112.1500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 17 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 62.4167 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 21 , cls_2 , 0.0015 , 32.0000 , 2.1425 , 21333.3333 , 2.0000 , 1.5357 , 0.6396 , 0.4111 , 0.0000 , 0.0000 , 0.0000 , 19.1034 , 3.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 22 , cls_2 , 0.0015 , 28.0000 , 1.6842 , 18666.6667 , 1.7500 , 1.4371 , 0.6396 , 0.5333 , 0.0003 , 1.0000 , 20.0000 , 49.8000 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 24 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 62.3269 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 25 , cls_2 , 0.0006 , 12.0000 , 0.9776 , 20000.0000 , 1.2000 , 1.2263 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.8088 , 4.1231 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 28 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 16.0693 , 3.6056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 2 , cls_0 , 0.0112 , 112.0000 , 5.2254 , 10000.0000 , 2.5455 , 1.4124 , 0.7258 , 0.7292 , 0.0044 , 3.0000 , 39.2857 , 0.7750 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 5 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3077 , 3.6056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 6 , cls_0 , 0.0004 , 14.0000 , 1.0590 , 35000.0000 , 1.7500 , 1.8074 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0769 , 3.6056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 8 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 22.8000 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 9 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 22.7169 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 12 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 14.1538 , 2.8284 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 13 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.7569 , 3.6056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 14 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0769 , 3.6056 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 15 , cls_0 , 0.0005 , 14.0000 , 1.0440 , 28000.0000 , 1.4000 , 1.5568 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.0154 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 16 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2000 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 18 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 18.2500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 19 , cls_0 , 0.0073 , 88.0000 , 3.9650 , 12054.7945 , 2.4444 , 1.4409 , 0.7095 , 0.6758 , 0.0026 , 1.0000 , 35.6164 , 0.5088 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 20 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6000 , 3.1623 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 23 , cls_0 , 0.0008 , 20.0000 , 1.5629 , 25000.0000 , 1.6667 , 1.5480 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 0.6346 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 26 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.5441 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 27 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 14.8500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 29 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.0000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 1 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0853 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 3 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.6500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 7 , cls_1 , 0.0005 , 14.0000 , 1.2535 , 28000.0000 , 1.4000 , 1.5568 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.3059 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 9 , cls_1 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6200 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 11 , cls_1 , 0.0012 , 40.0000 , 2.8237 , 33333.3333 , 2.8571 , 1.8533 , 0.8283 , 0.2361 , 0.0000 , 0.0000 , 0.0000 , 4.7010 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 14 , cls_1 , 0.0009 , 28.0000 , 1.5214 , 31111.1111 , 2.3333 , 1.7712 , 0.6630 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.6038 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 16 , cls_1 , 0.0004 , 14.0000 , 1.0590 , 35000.0000 , 1.7500 , 1.8074 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8737 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 17 , cls_1 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.6462 , 2.8284 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 18 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.3800 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 22 , cls_1 , 0.0006 , 14.0000 , 1.2883 , 23333.3333 , 1.4000 , 1.3984 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.0996 , 2.8284 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 25 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.0808 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 28 , cls_1 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6230 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 33 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.6576 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 35 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4005 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 36 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.6000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 37 , cls_1 , 0.0007 , 22.0000 , 1.7551 , 31428.5714 , 1.8333 , 1.7521 , 0.8019 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 3.6440 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 40 , cls_1 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.0738 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 41 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.5723 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 45 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5192 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 46 , cls_1 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4833 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 47 , cls_1 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9384 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 49 , cls_1 , 0.0004 , 16.0000 , 1.2302 , 40000.0000 , 2.0000 , 2.0000 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 2.5134 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 52 , cls_1 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7154 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 53 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.6033 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 55 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.9896 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 56 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9441 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 57 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.3074 , 3.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 60 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.8715 , 2.8284 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 61 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.0883 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 62 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.1994 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 65 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.1353 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 67 , cls_1 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4222 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 68 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.8206 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 70 , cls_1 , 0.0021 , 52.0000 , 2.6900 , 24761.9048 , 2.6000 , 1.6850 , 0.7429 , 0.3730 , 0.0001 , 1.0000 , 4.7619 , 9.0925 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 71 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8492 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 72 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.7538 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 73 , cls_1 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0469 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 74 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.7483 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 76 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.4275 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 77 , cls_1 , 0.0006 , 18.0000 , 1.4987 , 30000.0000 , 1.8000 , 1.6789 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.6500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 78 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3150 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 79 , cls_1 , 0.0013 , 34.0000 , 2.4205 , 26153.8462 , 2.1250 , 1.6687 , 0.7566 , 0.3590 , 0.0000 , 0.0000 , 0.0000 , 13.0726 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 83 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.0910 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 86 , cls_1 , 0.0004 , 10.0000 , 0.7569 , 25000.0000 , 1.2500 , 1.3219 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.8681 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 87 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.3702 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 88 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5050 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 89 , cls_1 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.7138 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 90 , cls_1 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4210 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 92 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.1111 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 94 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.1388 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 95 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.0734 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 96 , cls_1 , 0.0004 , 12.0000 , 0.9802 , 30000.0000 , 1.5000 , 1.5850 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 8.4000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 101 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.3789 , 2.8284 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 102 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.6653 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 103 , cls_1 , 0.0003 , 8.0000 , 0.6667 , 26666.6667 , 1.0000 , 1.2619 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.5031 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 104 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.2996 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 108 , cls_1 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6178 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 110 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.7750 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 112 , cls_1 , 0.0012 , 34.0000 , 2.2123 , 28333.3333 , 2.4286 , 1.7225 , 0.8472 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 15.2458 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 114 , cls_1 , 0.0025 , 64.0000 , 3.3630 , 25600.0000 , 3.2000 , 1.7227 , 0.7864 , 0.3400 , 0.0000 , 0.0000 , 0.0000 , 11.9514 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 115 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0720 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 119 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.3988 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 121 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.2094 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 122 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3717 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 125 , cls_1 , 0.0013 , 36.0000 , 2.0561 , 27692.3077 , 2.2500 , 1.7133 , 0.6817 , 0.3205 , 0.0000 , 0.0000 , 0.0000 , 7.8163 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 126 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5769 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 132 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.2486 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 136 , cls_1 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5707 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 138 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.2569 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 140 , cls_1 , 0.0008 , 20.0000 , 1.3687 , 25000.0000 , 1.6667 , 1.5480 , 0.6488 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 7.7500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 145 , cls_1 , 0.0008 , 20.0000 , 1.3418 , 25000.0000 , 1.6667 , 1.5480 , 0.7004 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 3.8376 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 146 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.0366 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 147 , cls_1 , 0.0014 , 50.0000 , 2.7500 , 35714.2857 , 3.1250 , 1.9141 , 0.8162 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 10.0000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 154 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.3250 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 161 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7200 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 162 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.5368 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 163 , cls_1 , 0.0006 , 22.0000 , 1.5828 , 36666.6667 , 2.2000 , 1.9029 , 0.7935 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3088 , 2.8284 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 164 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1194 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 2 , cls_2 , 0.0519 , 1012.0000 , 12.1979 , 19499.0366 , 11.0000 , 1.7701 , 0.6873 , 0.5035 , 0.0029 , 19.0000 , 5.5877 , 6.7500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 6 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 129.7500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 13 , cls_2 , 0.0006 , 16.0000 , 1.1468 , 26666.6667 , 1.6000 , 1.5474 , 0.5756 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 129.7500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 50 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 129.7500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 124 , cls_2 , 0.0012 , 32.0000 , 1.8643 , 26666.6667 , 2.2857 , 1.6737 , 0.7062 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 130.5000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 141 , cls_2 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 133.0000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 143 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 130.5000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 169 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 129.7500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 4 , cls_0 , 0.0006 , 16.0000 , 1.4078 , 26666.6667 , 1.6000 , 1.5474 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.8738 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 5 , cls_0 , 0.0010 , 16.0000 , 1.3548 , 16000.0000 , 1.1429 , 1.2041 , 0.6255 , 0.5500 , 0.0001 , 1.0000 , 10.0000 , 3.6000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 8 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5953 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 10 , cls_0 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.3394 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 12 , cls_0 , 0.0005 , 14.0000 , 1.0440 , 28000.0000 , 1.4000 , 1.5568 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 9.8750 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 15 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8271 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 19 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.9306 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 20 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.5925 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 21 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.2917 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 23 , cls_0 , 0.0004 , 10.0000 , 0.8090 , 25000.0000 , 1.2500 , 1.3219 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.9468 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 24 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.2747 , 2.8284 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 26 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.7111 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 27 , cls_0 , 0.0005 , 14.0000 , 1.1503 , 28000.0000 , 1.4000 , 1.5568 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.5867 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 29 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.8940 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 30 , cls_0 , 0.0038 , 104.0000 , 5.1362 , 27368.4211 , 4.0000 , 1.7914 , 0.8332 , 0.3289 , 0.0001 , 1.0000 , 2.6316 , 6.9022 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 31 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.1385 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 32 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.1956 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 34 , cls_0 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.5556 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 38 , cls_0 , 0.0007 , 20.0000 , 1.5353 , 28571.4286 , 1.6667 , 1.6542 , 0.7379 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 6.2681 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 39 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.3497 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 42 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9896 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 43 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 44 , cls_0 , 0.0005 , 18.0000 , 1.3548 , 36000.0000 , 1.8000 , 1.8691 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2830 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 48 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.6406 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 51 , cls_0 , 0.0009 , 26.0000 , 1.7049 , 28888.8889 , 2.1667 , 1.7038 , 0.7135 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 6.0213 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 54 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9086 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 58 , cls_0 , 0.0003 , 12.0000 , 0.9428 , 40000.0000 , 1.5000 , 2.0000 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.2775 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 59 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.3694 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 63 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.0697 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 64 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.1638 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 66 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.9608 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 69 , cls_0 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.0546 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 75 , cls_0 , 0.0008 , 30.0000 , 2.0142 , 37500.0000 , 2.5000 , 1.9379 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9678 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 80 , cls_0 , 0.0004 , 10.0000 , 0.8838 , 25000.0000 , 1.2500 , 1.3219 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.8500 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 81 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.9880 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 82 , cls_0 , 0.0005 , 18.0000 , 1.3821 , 36000.0000 , 1.8000 , 1.8691 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1519 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 84 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.6416 , 3.1623 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 85 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.0786 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 91 , cls_0 , 0.0003 , 12.0000 , 0.9372 , 40000.0000 , 1.5000 , 2.0000 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.8675 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 93 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.4869 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 97 , cls_0 , 0.0005 , 14.0000 , 1.2294 , 28000.0000 , 1.4000 , 1.5568 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 6.3494 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 98 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.6388 , 3.1623 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 99 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1800 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 100 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4659 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 105 , cls_0 , 0.0007 , 26.0000 , 1.5333 , 37142.8571 , 2.1667 , 1.9238 , 0.6927 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 5.3760 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 106 , cls_0 , 0.0006 , 16.0000 , 1.3201 , 26666.6667 , 1.6000 , 1.5474 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.1569 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 107 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.1015 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 109 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.4606 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 111 , cls_0 , 0.0004 , 10.0000 , 0.8838 , 25000.0000 , 1.2500 , 1.3219 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.4675 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 113 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.6403 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 116 , cls_0 , 0.0007 , 12.0000 , 1.0616 , 17142.8571 , 1.0000 , 1.1292 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 10.3154 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 117 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1172 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 118 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.7672 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 120 , cls_0 , 0.0004 , 10.0000 , 0.8838 , 25000.0000 , 1.2500 , 1.3219 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.4032 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 123 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2400 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 127 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.6000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 128 , cls_0 , 0.0004 , 10.0000 , 0.7569 , 25000.0000 , 1.2500 , 1.3219 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.5770 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 129 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.9105 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 130 , cls_0 , 0.0007 , 18.0000 , 1.2743 , 25714.2857 , 1.5000 , 1.5459 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.9847 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 131 , cls_0 , 0.0008 , 20.0000 , 1.3127 , 25000.0000 , 1.6667 , 1.5480 , 0.6488 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 5.5899 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 133 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.2228 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 134 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3483 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 135 , cls_0 , 0.0005 , 14.0000 , 1.0440 , 28000.0000 , 1.4000 , 1.5568 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 6.0734 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 137 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.9163 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 139 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.5639 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 142 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.9756 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 144 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.2489 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 148 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7088 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 149 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3000 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 150 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.3802 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 151 , cls_0 , 0.0003 , 8.0000 , 0.6667 , 26666.6667 , 1.0000 , 1.2619 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.5522 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 152 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.7975 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 153 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.0400 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 155 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.0606 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 156 , cls_0 , 0.0010 , 28.0000 , 2.3163 , 28000.0000 , 2.0000 , 1.6902 , 0.8408 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.9161 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 157 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.0413 , 2.2361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 158 , cls_0 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4403 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 159 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.3579 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 160 , cls_0 , 0.0009 , 20.0000 , 1.4349 , 22222.2222 , 1.6667 , 1.4650 , 0.7135 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 4.4771 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 165 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2500 , 2.8284 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 166 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6222 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 167 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0288 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 168 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.6950 , 2.0000 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1 , cls_210 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.4492 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3 , cls_210 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.7017 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7 , cls_210 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.8544 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9 , cls_210 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.4038 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 13 , cls_210 , 0.0000 , 0.1680 , 0.0112 , 3333333.3333 , 1.8667 , 0.8350 , 0.7148 , 0.7173 , 0.0000 , 0.0000 , 0.0000 , 4.3729 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 24 , cls_210 , 0.0000 , 0.4560 , 0.0323 , 2638888.8889 , 2.7143 , 0.6828 , 0.9069 , 0.7726 , 0.0000 , 0.0000 , 0.0000 , 1.4148 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 73 , cls_210 , 0.0000 , 0.2220 , 0.0214 , 3425925.9259 , 2.1765 , 0.7877 , 0.9009 , 0.6875 , 0.0000 , 0.0000 , 0.0000 , 1.0972 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 75 , cls_210 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 20.6088 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 76 , cls_210 , 0.0000 , 0.0480 , 0.0043 , 5333333.3333 , 1.1429 , 0.9495 , 0.6559 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 4.8520 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 95 , cls_210 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.1866 , 0.0534 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 151 , cls_210 , 0.0000 , 0.0540 , 0.0044 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 6.2326 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 250 , cls_210 , 0.0000 , 0.0840 , 0.0074 , 4242424.2424 , 1.4000 , 0.9061 , 0.7430 , 0.6212 , 0.0000 , 0.0000 , 0.0000 , 3.1666 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 253 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6430 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 327 , cls_210 , 0.0000 , 0.0600 , 0.0053 , 6666666.6667 , 1.4286 , 0.9016 , 0.7805 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 17.2175 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 328 , cls_210 , 0.0000 , 0.0660 , 0.0054 , 4583333.3333 , 1.3750 , 0.9280 , 0.6082 , 0.5938 , 0.0000 , 0.0000 , 0.0000 , 5.6250 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 332 , cls_210 , 0.0000 , 0.8940 , 0.0327 , 3193997.8564 , 4.1389 , 0.5098 , 0.7205 , 0.7315 , 0.0000 , 0.0000 , 0.0000 , 2.9806 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 370 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8380 , 0.0228 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 530 , cls_210 , 0.0000 , 0.0480 , 0.0040 , 6666666.6667 , 1.3333 , 0.9273 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 8.1648 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 546 , cls_210 , 0.0000 , 0.0960 , 0.0079 , 2601626.0163 , 1.2308 , 0.9437 , 0.5500 , 0.7724 , 0.0000 , 0.0000 , 0.0000 , 0.3500 , 0.0495 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 564 , cls_210 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.4166 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 652 , cls_210 , 0.0000 , 0.0540 , 0.0041 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 41.3577 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 703 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9345 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 759 , cls_210 , 0.0000 , 0.0600 , 0.0049 , 5128205.1282 , 1.2500 , 0.9278 , 0.6817 , 0.5769 , 0.0000 , 0.0000 , 0.0000 , 0.5637 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 887 , cls_210 , 0.0000 , 0.2400 , 0.0173 , 2721088.4354 , 2.0000 , 0.8000 , 0.8210 , 0.7721 , 0.0000 , 0.0000 , 0.0000 , 2.6058 , 0.0240 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 953 , cls_210 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.1390 , 0.0240 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 980 , cls_210 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 39.2327 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1323 , cls_210 , 0.0000 , 0.1440 , 0.0106 , 4000000.0000 , 1.8462 , 0.8385 , 0.7516 , 0.6625 , 0.0000 , 0.0000 , 0.0000 , 0.3129 , 0.0684 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1380 , cls_210 , 0.0000 , 0.0660 , 0.0050 , 4313725.4902 , 1.2222 , 0.9344 , 0.4721 , 0.6569 , 0.0000 , 0.0000 , 0.0000 , 0.3538 , 0.0418 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1450 , cls_210 , 0.0000 , 0.1140 , 0.0074 , 4871794.8718 , 1.7273 , 0.8511 , 0.7146 , 0.6090 , 0.0000 , 0.0000 , 0.0000 , 1.1140 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1484 , cls_210 , 0.0000 , 0.0540 , 0.0041 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 0.2938 , 0.0751 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1544 , cls_210 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.3328 , 0.0418 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1720 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9115 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1748 , cls_210 , 0.0000 , 0.0540 , 0.0047 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 4.3979 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1779 , cls_210 , 0.0000 , 0.0660 , 0.0055 , 4313725.4902 , 1.2222 , 0.9344 , 0.6452 , 0.6275 , 0.0000 , 0.0000 , 0.0000 , 2.7838 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3760 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0496 , 0.2401 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4215 , cls_210 , 0.0000 , 0.1200 , 0.0103 , 2298850.5747 , 1.2500 , 0.9279 , 0.6398 , 0.7960 , 0.0000 , 0.0000 , 0.0000 , 0.0961 , 0.0510 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4664 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0258 , 0.2147 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4770 , cls_210 , 0.0000 , 0.0540 , 0.0054 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 0.3943 , 0.0342 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4955 , cls_210 , 0.0000 , 0.0660 , 0.0055 , 3492063.4921 , 1.1000 , 0.9574 , 0.4955 , 0.7063 , 0.0000 , 0.0000 , 0.0000 , 0.1706 , 0.0342 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5015 , cls_210 , 0.0000 , 0.0480 , 0.0033 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 1.5411 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5126 , cls_210 , 0.0000 , 0.0600 , 0.0046 , 5555555.5556 , 1.4286 , 0.9196 , 0.6273 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 0.9165 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5796 , cls_210 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.0457 , 0.1040 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5850 , cls_210 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.0444 , 0.0900 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6427 , cls_210 , 0.0000 , 0.1020 , 0.0076 , 5666666.6667 , 1.8889 , 0.8510 , 0.7805 , 0.5250 , 0.0000 , 0.0000 , 0.0000 , 0.0179 , 0.2147 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6934 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0314 , 0.1718 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8145 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0181 , 0.2170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8712 , cls_210 , 0.0000 , 0.0420 , 0.0035 , 4666666.6667 , 1.0000 , 0.9782 , 0.3634 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 0.0169 , 0.1718 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2 , cls_10 , 0.0000 , 1.2060 , 0.0298 , 5114503.8168 , 6.0909 , 0.3964 , 0.7683 , 0.5827 , 0.0000 , 0.0000 , 0.0000 , 1555.3549 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4 , cls_10 , 0.0000 , 0.0960 , 0.0073 , 4637681.1594 , 1.6000 , 0.8794 , 0.7475 , 0.6232 , 0.0000 , 0.0000 , 0.0000 , 77.6141 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 12 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 13.0466 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 18 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.3329 , 0.0255 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 32 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.7810 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 34 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.7860 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 36 , cls_10 , 0.0000 , 0.1500 , 0.0101 , 5376344.0860 , 2.0833 , 0.8024 , 0.8075 , 0.5645 , 0.0000 , 0.0000 , 0.0000 , 43.7438 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 38 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 34.5576 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 43 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 501.2706 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 46 , cls_10 , 0.0000 , 6.8880 , 0.0760 , 3838181.2103 , 12.7556 , -0.2704 , 0.8058 , 0.6895 , 0.0000 , 0.0000 , 0.0000 , 114.4976 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 61 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 402.4055 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 65 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 502.6459 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 68 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 44.3996 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 89 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3361 , 0.0331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 93 , cls_10 , 0.0000 , 0.0540 , 0.0042 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 9.5166 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 101 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 158.1933 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 115 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 64.1180 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 144 , cls_10 , 0.0000 , 0.0540 , 0.0047 , 5454545.4545 , 1.2857 , 0.9338 , 0.6498 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 20.0787 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 148 , cls_10 , 0.0000 , 0.1080 , 0.0081 , 6666666.6667 , 2.0000 , 0.8277 , 0.8419 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 23.2619 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 150 , cls_10 , 0.0000 , 0.4200 , 0.0171 , 3825136.6120 , 3.0435 , 0.6615 , 0.7018 , 0.6844 , 0.0000 , 0.0000 , 0.0000 , 36.6898 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 161 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 82.5719 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 165 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8917 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 177 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 14.2374 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 191 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.2639 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 199 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 12.1495 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 202 , cls_10 , 0.0000 , 0.0840 , 0.0062 , 5833333.3333 , 1.7500 , 0.8735 , 0.7209 , 0.5313 , 0.0000 , 0.0000 , 0.0000 , 13.0090 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 203 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 35.3362 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 214 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 35.7828 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 219 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0521 , 0.0228 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 223 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.5848 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 225 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 33.4585 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 229 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 24.8607 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 242 , cls_10 , 0.0000 , 0.4320 , 0.0175 , 3966942.1488 , 3.2727 , 0.6524 , 0.7655 , 0.6791 , 0.0000 , 0.0000 , 0.0000 , 20.9046 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 243 , cls_10 , 0.0000 , 0.0540 , 0.0040 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 35.0832 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 245 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.5139 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 256 , cls_10 , 0.0000 , 0.5400 , 0.0200 , 4081632.6531 , 3.6000 , 0.6043 , 0.7553 , 0.6735 , 0.0000 , 0.0000 , 0.0000 , 49.6820 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 272 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.7255 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 284 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 71.0646 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 292 , cls_10 , 0.0000 , 0.6000 , 0.0183 , 4938271.6049 , 4.1667 , 0.5652 , 0.6914 , 0.6037 , 0.0000 , 0.0000 , 0.0000 , 266.8293 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 295 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 13.3271 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 299 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.4167 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 302 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 14.4522 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 304 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 502.5968 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 340 , cls_10 , 0.0000 , 0.1860 , 0.0091 , 4920634.9206 , 2.3846 , 0.7787 , 0.6337 , 0.6071 , 0.0000 , 0.0000 , 0.0000 , 33.3679 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 345 , cls_10 , 0.0000 , 0.0780 , 0.0053 , 7878787.8788 , 1.8571 , 0.8541 , 0.7585 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 47.9199 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 347 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.7454 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 358 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 520.0818 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 363 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 29.0395 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 375 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 24.0690 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 384 , cls_10 , 0.0000 , 0.8280 , 0.0313 , 3087248.3221 , 3.9429 , 0.5320 , 0.7721 , 0.7483 , 0.0000 , 0.0000 , 0.0000 , 512.8531 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 401 , cls_10 , 0.0000 , 0.1140 , 0.0064 , 5507246.3768 , 1.9000 , 0.8388 , 0.5693 , 0.5797 , 0.0000 , 0.0000 , 0.0000 , 53.8399 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 407 , cls_10 , 0.0000 , 0.0660 , 0.0046 , 6666666.6667 , 1.5714 , 0.8903 , 0.5881 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 202.3687 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 416 , cls_10 , 0.0000 , 0.7560 , 0.0215 , 4590163.9344 , 4.5000 , 0.5199 , 0.7328 , 0.6275 , 0.0000 , 0.0000 , 0.0000 , 13.6703 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 420 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.8041 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 424 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 402.5571 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 428 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 401.8541 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 434 , cls_10 , 0.0000 , 0.0540 , 0.0040 , 12000000.0000 , 1.8000 , 0.8603 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8890 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 436 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.3961 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 462 , cls_10 , 0.0000 , 0.0720 , 0.0046 , 8000000.0000 , 1.7143 , 0.8625 , 0.6817 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 49.7406 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 465 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 50.6192 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 483 , cls_10 , 0.0000 , 0.6540 , 0.0214 , 3333333.3333 , 3.6333 , 0.5810 , 0.5948 , 0.7347 , 0.0000 , 0.0000 , 0.0000 , 81.7974 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 484 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 21.1008 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 501 , cls_10 , 0.0000 , 0.0540 , 0.0044 , 5000000.0000 , 1.2857 , 0.9427 , 0.6273 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 6.2150 , 0.0228 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 503 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.2480 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 507 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 32.8002 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 529 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 18.9939 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 540 , cls_10 , 0.0000 , 0.0540 , 0.0037 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 89.1034 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 551 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8908 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 580 , cls_10 , 0.0000 , 0.7860 , 0.0324 , 4906367.0412 , 4.8519 , 0.5056 , 0.8236 , 0.6170 , 0.0000 , 0.0000 , 0.0000 , 1589.3686 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 581 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 61.5515 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 582 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 14.4191 , 0.0255 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 585 , cls_10 , 0.0000 , 0.0840 , 0.0056 , 6666666.6667 , 1.7500 , 0.8605 , 0.6572 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 88.9859 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 609 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8450 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 624 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 44.7451 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 625 , cls_10 , 0.0000 , 0.0960 , 0.0078 , 6666666.6667 , 2.0000 , 0.8433 , 0.7516 , 0.4479 , 0.0000 , 0.0000 , 0.0000 , 24.3450 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 643 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5593 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 12.7629 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 645 , cls_10 , 0.0000 , 0.0600 , 0.0046 , 11111111.1111 , 2.0000 , 0.8548 , 0.7753 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 18.0740 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 651 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 67.0048 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 658 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 431.3051 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 663 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.0062 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 670 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 12.8276 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 674 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 42.2745 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 680 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 22.3071 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 681 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 45.1409 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 708 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.8232 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 710 , cls_10 , 0.0000 , 0.0660 , 0.0058 , 8148148.1481 , 1.8333 , 0.8713 , 0.8024 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 62.1572 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 729 , cls_10 , 0.0000 , 0.8640 , 0.0294 , 5189189.1892 , 5.1429 , 0.4791 , 0.8447 , 0.5946 , 0.0000 , 0.0000 , 0.0000 , 90.5968 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 740 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8504 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 744 , cls_10 , 0.0000 , 0.1980 , 0.0129 , 6111111.1111 , 2.7500 , 0.7482 , 0.8644 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 9.7241 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 745 , cls_10 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 15.8102 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 753 , cls_10 , 0.0000 , 0.1320 , 0.0076 , 8148148.1481 , 2.4444 , 0.7817 , 0.7796 , 0.3796 , 0.0000 , 0.0000 , 0.0000 , 28.2904 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 757 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 16.1504 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 768 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 25.0427 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 780 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 13.9612 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 783 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.9667 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 784 , cls_10 , 0.0000 , 0.1620 , 0.0105 , 6000000.0000 , 2.4545 , 0.7804 , 0.7613 , 0.5222 , 0.0000 , 0.0000 , 0.0000 , 17.5258 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 788 , cls_10 , 0.0000 , 0.0660 , 0.0049 , 6666666.6667 , 1.5714 , 0.8903 , 0.6584 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 16.8858 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 791 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 19.9409 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 793 , cls_10 , 0.0000 , 0.1200 , 0.0085 , 8888888.8889 , 2.5000 , 0.7871 , 0.7854 , 0.3222 , 0.0000 , 0.0000 , 0.0000 , 24.3410 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 794 , cls_10 , 0.0000 , 0.0720 , 0.0050 , 10000000.0000 , 2.0000 , 0.8423 , 0.7453 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 15.7660 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 795 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 54.1370 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 797 , cls_10 , 0.0000 , 0.1500 , 0.0086 , 6666666.6667 , 2.5000 , 0.7818 , 0.7820 , 0.4933 , 0.0000 , 0.0000 , 0.0000 , 82.0851 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 801 , cls_10 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6082 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 78.6604 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 814 , cls_10 , 0.0000 , 0.0480 , 0.0036 , 6666666.6667 , 1.3333 , 0.9273 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 9.7137 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 817 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.3568 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 818 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 17.7203 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 824 , cls_10 , 0.0000 , 0.0540 , 0.0043 , 6000000.0000 , 1.2857 , 0.9243 , 0.6021 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 20.9994 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 834 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.6054 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 843 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 71.0622 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 844 , cls_10 , 0.0000 , 0.1200 , 0.0065 , 6349206.3492 , 2.0000 , 0.8180 , 0.6068 , 0.5079 , 0.0000 , 0.0000 , 0.0000 , 72.8101 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 850 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.6695 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 855 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 422.1211 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 856 , cls_10 , 0.0000 , 0.0600 , 0.0038 , 7407407.4074 , 1.6667 , 0.8916 , 0.5416 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 99.1159 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 871 , cls_10 , 0.0000 , 0.1800 , 0.0108 , 6250000.0000 , 2.5000 , 0.7608 , 0.7645 , 0.5052 , 0.0000 , 0.0000 , 0.0000 , 25.9192 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 877 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.8520 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 906 , cls_10 , 0.0000 , 0.0540 , 0.0047 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 15.4339 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 907 , cls_10 , 0.0000 , 22.0440 , 0.1720 , 4056530.8601 , 23.5513 , -1.1720 , 0.8412 , 0.6742 , 0.0000 , 0.0000 , 0.0000 , 435.6893 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 908 , cls_10 , 0.0000 , 0.3300 , 0.0157 , 5392156.8627 , 3.2353 , 0.6744 , 0.8134 , 0.5662 , 0.0000 , 0.0000 , 0.0000 , 214.9613 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 920 , cls_10 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 10.7781 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 927 , cls_10 , 0.0000 , 0.0840 , 0.0065 , 7777777.7778 , 2.0000 , 0.8460 , 0.8090 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 50.0524 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 928 , cls_10 , 0.0000 , 0.0720 , 0.0045 , 10000000.0000 , 2.0000 , 0.8423 , 0.5926 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 22.8985 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 931 , cls_10 , 0.0000 , 0.1560 , 0.0089 , 8666666.6667 , 2.8889 , 0.7525 , 0.7170 , 0.3250 , 0.0000 , 0.0000 , 0.0000 , 48.3448 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 938 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 24.2925 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 941 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 46.4881 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 956 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.6597 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 985 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 501.7143 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 997 , cls_10 , 0.0000 , 0.0840 , 0.0056 , 4666666.6667 , 1.5556 , 0.8961 , 0.5609 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 8.3225 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 999 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.8677 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1032 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 21.7423 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1041 , cls_10 , 0.0000 , 0.0720 , 0.0051 , 5714285.7143 , 1.5000 , 0.8948 , 0.6572 , 0.5476 , 0.0000 , 0.0000 , 0.0000 , 74.2317 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1044 , cls_10 , 0.0000 , 0.0540 , 0.0044 , 4615384.6154 , 1.1250 , 0.9510 , 0.5963 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 24.4933 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1054 , cls_10 , 0.0000 , 0.0660 , 0.0049 , 9166666.6667 , 1.8333 , 0.8606 , 0.7516 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 29.1763 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1060 , cls_10 , 0.0000 , 0.2460 , 0.0139 , 8039215.6863 , 3.4167 , 0.6893 , 0.8507 , 0.3529 , 0.0000 , 0.0000 , 0.0000 , 610.3989 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1061 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.5323 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1071 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 217.7332 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1073 , cls_10 , 0.0000 , 0.1440 , 0.0091 , 6666666.6667 , 2.4000 , 0.7877 , 0.7388 , 0.4653 , 0.0000 , 0.0000 , 0.0000 , 11.2530 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1076 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 20.3302 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1084 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 114.4351 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1086 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 75.6035 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1087 , cls_10 , 0.0000 , 0.0600 , 0.0040 , 8333333.3333 , 1.6667 , 0.8805 , 0.6488 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 28.8126 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1094 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 521.9828 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1096 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 21.2402 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1099 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 33.0600 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1105 , cls_10 , 0.0000 , 0.8820 , 0.0241 , 5505617.9775 , 5.4444 , 0.4698 , 0.7142 , 0.5637 , 0.0000 , 0.0000 , 0.0000 , 625.1589 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1106 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.9428 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1111 , cls_10 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 100.7258 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1114 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 25.0035 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1127 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.0730 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1134 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 44.4906 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1143 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 716.5818 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1154 , cls_10 , 0.0000 , 0.1080 , 0.0069 , 8000000.0000 , 2.2500 , 0.8107 , 0.7753 , 0.3778 , 0.0000 , 0.0000 , 0.0000 , 47.0099 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1161 , cls_10 , 0.0000 , 0.0660 , 0.0042 , 9166666.6667 , 1.8333 , 0.8606 , 0.7004 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 21.7865 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1162 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.2075 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1163 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 24.5268 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1164 , cls_10 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 44.2988 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1166 , cls_10 , 0.0000 , 0.0720 , 0.0065 , 8000000.0000 , 1.7143 , 0.8625 , 0.8279 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 272.3470 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1167 , cls_10 , 0.0000 , 9.8940 , 0.1000 , 4559657.1271 , 16.6566 , -0.4729 , 0.8261 , 0.6328 , 0.0000 , 0.0000 , 0.0000 , 298.4636 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1170 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.0899 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1186 , cls_10 , 0.0000 , 0.3300 , 0.0183 , 4471544.7154 , 2.8947 , 0.6919 , 0.8340 , 0.6301 , 0.0000 , 0.0000 , 0.0000 , 507.1646 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1191 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.4395 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1193 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 23.3598 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1195 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 22.2658 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1198 , cls_10 , 0.0000 , 0.1260 , 0.0075 , 7000000.0000 , 2.3333 , 0.8020 , 0.7004 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 28.6038 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1200 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 33.5402 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1202 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 759.0079 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1221 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.1603 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1222 , cls_10 , 0.0000 , 0.0720 , 0.0054 , 5714285.7143 , 1.5000 , 0.8948 , 0.7558 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 22.4338 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1223 , cls_10 , 0.0000 , 0.0540 , 0.0043 , 4615384.6154 , 1.1250 , 0.9510 , 0.4292 , 0.6154 , 0.0000 , 0.0000 , 0.0000 , 32.5341 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1227 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 52.7906 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1233 , cls_10 , 0.0000 , 0.2760 , 0.0141 , 4577114.4279 , 2.7059 , 0.7213 , 0.7476 , 0.6368 , 0.0000 , 0.0000 , 0.0000 , 20.5499 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1240 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 81.3935 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1247 , cls_10 , 0.0000 , 0.2460 , 0.0119 , 3961352.6570 , 2.4118 , 0.7553 , 0.7573 , 0.6715 , 0.0000 , 0.0000 , 0.0000 , 1557.7706 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1261 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 11.2363 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1268 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 486.7986 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1270 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 191.5437 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1284 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 27.2167 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1286 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 501.8065 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1294 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 16.3839 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1300 , cls_10 , 0.0000 , 0.4020 , 0.0156 , 6118721.4612 , 3.7222 , 0.6271 , 0.7813 , 0.5205 , 0.0000 , 0.0000 , 0.0000 , 21.9098 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1301 , cls_10 , 0.0000 , 0.0480 , 0.0033 , 10666666.6667 , 1.6000 , 0.8838 , 0.6255 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 25.4719 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1311 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 57.1247 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1324 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 63.3279 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1325 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 66.6737 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1329 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.2243 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1340 , cls_10 , 0.0000 , 0.1080 , 0.0065 , 7500000.0000 , 2.2500 , 0.8166 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 607.2997 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1351 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 353.7167 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1366 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.2833 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1369 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 606.9388 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1372 , cls_10 , 0.0000 , 0.0600 , 0.0053 , 8333333.3333 , 1.6667 , 0.8805 , 0.8244 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 606.7607 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1377 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1513.5731 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1392 , cls_10 , 0.0000 , 0.1020 , 0.0064 , 6296296.2963 , 1.8889 , 0.8408 , 0.7304 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 23.9904 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1397 , cls_10 , 0.0000 , 0.2280 , 0.0135 , 5170068.0272 , 2.7143 , 0.7415 , 0.8291 , 0.5816 , 0.0000 , 0.0000 , 0.0000 , 299.1524 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1400 , cls_10 , 0.0000 , 0.2580 , 0.0116 , 6515151.5152 , 3.0714 , 0.6998 , 0.7845 , 0.4962 , 0.0000 , 0.0000 , 0.0000 , 1519.8223 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1405 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 28.4517 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1413 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.6375 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1430 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 504.0303 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1437 , cls_10 , 0.0000 , 0.0600 , 0.0046 , 7407407.4074 , 1.6667 , 0.8916 , 0.7708 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 15.0265 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1449 , cls_10 , 0.0000 , 0.1560 , 0.0091 , 8253968.2540 , 2.6000 , 0.7568 , 0.8156 , 0.3492 , 0.0000 , 0.0000 , 0.0000 , 304.6852 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1457 , cls_10 , 0.0000 , 0.1620 , 0.0099 , 5625000.0000 , 2.2500 , 0.7866 , 0.8012 , 0.5521 , 0.0000 , 0.0000 , 0.0000 , 38.8213 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1461 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 81.8285 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1473 , cls_10 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 33.5599 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1481 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 468.9978 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1486 , cls_10 , 0.0000 , 0.0960 , 0.0067 , 8205128.2051 , 2.0000 , 0.8239 , 0.7981 , 0.3590 , 0.0000 , 0.0000 , 0.0000 , 17.2812 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1488 , cls_10 , 0.0000 , 0.0660 , 0.0055 , 7333333.3333 , 1.5714 , 0.8812 , 0.7551 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 129.8768 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1491 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.8286 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1508 , cls_10 , 0.0000 , 0.0600 , 0.0048 , 7407407.4074 , 1.6667 , 0.8916 , 0.6630 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 115.0357 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1509 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 54.6020 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1512 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 35.0200 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1516 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 274.7219 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1525 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 72.8655 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1528 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 22.4201 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1538 , cls_10 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 81.5120 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1557 , cls_10 , 0.0000 , 0.0780 , 0.0054 , 6190476.1905 , 1.6250 , 0.8770 , 0.6039 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 78.2321 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1559 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 27.9684 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1570 , cls_10 , 0.0000 , 0.0960 , 0.0094 , 7619047.6190 , 2.0000 , 0.8307 , 0.8574 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 17.8033 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1575 , cls_10 , 0.0000 , 0.1980 , 0.0112 , 6111111.1111 , 2.7500 , 0.7482 , 0.7080 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 19.9923 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1584 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 485.8216 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1587 , cls_10 , 0.0000 , 0.1860 , 0.0100 , 5904761.9048 , 2.5833 , 0.7611 , 0.7591 , 0.5429 , 0.0000 , 0.0000 , 0.0000 , 305.8272 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1596 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 43.8156 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1601 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 26.6068 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1620 , cls_10 , 0.0000 , 0.0480 , 0.0040 , 4848484.8485 , 1.1429 , 0.9594 , 0.5170 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 22.7546 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1623 , cls_10 , 0.0000 , 0.0720 , 0.0050 , 8888888.8889 , 2.0000 , 0.8529 , 0.7796 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.6964 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1626 , cls_10 , 0.0000 , 0.3360 , 0.0123 , 6666666.6667 , 3.7333 , 0.6524 , 0.7379 , 0.4851 , 0.0000 , 0.0000 , 0.0000 , 623.0692 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1628 , cls_10 , 0.0000 , 0.2220 , 0.0115 , 4743589.7436 , 2.4667 , 0.7542 , 0.6817 , 0.6282 , 0.0000 , 0.0000 , 0.0000 , 621.6352 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1629 , cls_10 , 0.0000 , 0.0660 , 0.0050 , 7333333.3333 , 1.5714 , 0.8812 , 0.7170 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 535.7092 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1634 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.0370 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1638 , cls_10 , 0.0000 , 0.2220 , 0.0141 , 6166666.6667 , 2.8462 , 0.7293 , 0.8848 , 0.5083 , 0.0000 , 0.0000 , 0.0000 , 14.3439 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1640 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.8816 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1643 , cls_10 , 0.0000 , 0.2700 , 0.0133 , 7317073.1707 , 3.4615 , 0.6820 , 0.8432 , 0.4309 , 0.0000 , 0.0000 , 0.0000 , 22.2672 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1644 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.1958 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1646 , cls_10 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 12.1635 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1647 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.0539 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1649 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 17.1858 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1665 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 24.0560 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1670 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 608.4840 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1682 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 30.9072 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1700 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 247.6350 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1701 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 675.4386 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1705 , cls_10 , 0.0000 , 0.1260 , 0.0084 , 7368421.0526 , 2.3333 , 0.7973 , 0.7914 , 0.4298 , 0.0000 , 0.0000 , 0.0000 , 24.5561 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1713 , cls_10 , 0.0000 , 0.2100 , 0.0110 , 8045977.0115 , 3.1818 , 0.7143 , 0.8154 , 0.3793 , 0.0000 , 0.0000 , 0.0000 , 45.5414 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1718 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 486.0248 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1728 , cls_10 , 0.0000 , 0.1140 , 0.0068 , 8444444.4444 , 2.3750 , 0.7986 , 0.6869 , 0.3444 , 0.0000 , 0.0000 , 0.0000 , 9.6030 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1729 , cls_10 , 0.0000 , 0.0480 , 0.0044 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.2981 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1731 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 19.9854 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1734 , cls_10 , 0.0000 , 0.2940 , 0.0155 , 4666666.6667 , 2.8824 , 0.7084 , 0.7188 , 0.6333 , 0.0000 , 0.0000 , 0.0000 , 101.2005 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1738 , cls_10 , 0.0000 , 0.0840 , 0.0072 , 5185185.1852 , 1.5556 , 0.8853 , 0.8024 , 0.5463 , 0.0000 , 0.0000 , 0.0000 , 20.5297 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1747 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 288.4909 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1756 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 26.5007 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1758 , cls_10 , 0.0000 , 0.0360 , 0.0024 , 8000000.0000 , 1.2000 , 0.9413 , 0.3634 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 10.0676 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1788 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.8635 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1796 , cls_10 , 0.0000 , 0.0600 , 0.0040 , 8333333.3333 , 1.6667 , 0.8805 , 0.6488 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 165.2224 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1798 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1512.1566 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1802 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 20.7404 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1805 , cls_10 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 12.7367 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1808 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.9640 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1811 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.6884 , 0.0234 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1825 , cls_10 , 0.0000 , 0.2160 , 0.0116 , 6315789.4737 , 2.7692 , 0.7315 , 0.7923 , 0.5044 , 0.0000 , 0.0000 , 0.0000 , 54.5491 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1829 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.0606 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1846 , cls_10 , 0.0000 , 0.0660 , 0.0047 , 10476190.4762 , 1.8333 , 0.8487 , 0.7826 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 21.0853 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1856 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.9915 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1868 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 141.5061 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1873 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 8.2767 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1876 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.2524 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1878 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 54.3054 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1894 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 41.8654 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1910 , cls_10 , 0.0000 , 0.4320 , 0.0159 , 5274725.2747 , 3.6000 , 0.6263 , 0.7909 , 0.5861 , 0.0000 , 0.0000 , 0.0000 , 633.0468 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1911 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 251.3960 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1912 , cls_10 , 0.0000 , 0.0840 , 0.0059 , 5833333.3333 , 1.7500 , 0.8735 , 0.7247 , 0.5104 , 0.0000 , 0.0000 , 0.0000 , 14.6275 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1919 , cls_10 , 0.0000 , 0.3480 , 0.0183 , 3613707.1651 , 2.7619 , 0.7031 , 0.7275 , 0.6916 , 0.0000 , 0.0000 , 0.0000 , 127.8532 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1921 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 82.5371 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1946 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 121.0803 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1949 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 31.2648 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1961 , cls_10 , 0.0000 , 0.0780 , 0.0053 , 6190476.1905 , 1.6250 , 0.8770 , 0.6637 , 0.5119 , 0.0000 , 0.0000 , 0.0000 , 9.6254 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1966 , cls_10 , 0.0000 , 3.4200 , 0.0609 , 4332953.2497 , 9.5000 , 0.0647 , 0.8636 , 0.6490 , 0.0000 , 0.0000 , 0.0000 , 249.9487 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1982 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 133.0596 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1984 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.9894 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1985 , cls_10 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 10.5425 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1990 , cls_10 , 0.0000 , 0.1740 , 0.0080 , 7435897.4359 , 2.6364 , 0.7500 , 0.6587 , 0.4359 , 0.0000 , 0.0000 , 0.0000 , 502.2769 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1995 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1212.9406 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1996 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 92.0025 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1997 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 21.5204 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2001 , cls_10 , 0.0000 , 0.0540 , 0.0045 , 4285714.2857 , 1.1250 , 0.9589 , 0.5544 , 0.6310 , 0.0000 , 0.0000 , 0.0000 , 16.6889 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2009 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 611.4806 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2010 , cls_10 , 0.0000 , 0.0600 , 0.0052 , 11111111.1111 , 2.0000 , 0.8548 , 0.8472 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 41.6717 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2020 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 46.9664 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2048 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1513.0852 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2049 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1531.8282 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2055 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.5532 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2057 , cls_10 , 0.0000 , 0.0960 , 0.0053 , 7619047.6190 , 2.0000 , 0.8307 , 0.6572 , 0.4405 , 0.0000 , 0.0000 , 0.0000 , 11.7534 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2060 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 7.4349 , 0.0247 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2074 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 698.9980 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2078 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8394 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2084 , cls_10 , 0.0000 , 0.2640 , 0.0163 , 6984126.9841 , 3.3846 , 0.6898 , 0.8790 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 95.6176 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2095 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1510.9675 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2104 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 38.0352 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2106 , cls_10 , 0.0000 , 0.1080 , 0.0056 , 9230769.2308 , 2.2500 , 0.7979 , 0.6877 , 0.3462 , 0.0000 , 0.0000 , 0.0000 , 23.0259 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2112 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 7.1388 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2115 , cls_10 , 0.0000 , 0.0840 , 0.0068 , 6666666.6667 , 1.7500 , 0.8605 , 0.7903 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 637.0912 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2133 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 13.2442 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2151 , cls_10 , 0.0000 , 0.4740 , 0.0177 , 5917602.9963 , 4.1579 , 0.5983 , 0.8221 , 0.5337 , 0.0000 , 0.0000 , 0.0000 , 115.2569 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2154 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6178 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2159 , cls_10 , 0.0000 , 0.0960 , 0.0091 , 4444444.4444 , 1.6000 , 0.8838 , 0.8003 , 0.6042 , 0.0000 , 0.0000 , 0.0000 , 69.6452 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2164 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.7966 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2166 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 513.2560 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2171 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 607.5520 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2185 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.4278 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2190 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 43.5488 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2191 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 512.0527 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2194 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 488.6890 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2201 , cls_10 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 212.6007 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2210 , cls_10 , 0.0000 , 0.3060 , 0.0146 , 6666666.6667 , 3.4000 , 0.6688 , 0.7871 , 0.4641 , 0.0000 , 0.0000 , 0.0000 , 75.3471 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2220 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 154.5247 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2223 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 608.9122 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2234 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.6163 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2237 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 23.6698 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2240 , cls_10 , 0.0000 , 0.2460 , 0.0149 , 6666666.6667 , 3.1538 , 0.7056 , 0.8337 , 0.4431 , 0.0000 , 0.0000 , 0.0000 , 1195.6337 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2241 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 558.0800 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2250 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.5035 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2254 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 12.6213 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2260 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 39.8834 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2265 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 122.9233 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2278 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 37.6468 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2288 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 610.1252 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2289 , cls_10 , 0.0000 , 0.0720 , 0.0057 , 6153846.1538 , 1.5000 , 0.8875 , 0.7453 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 307.9114 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2290 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1511.8214 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2296 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 17.9938 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2300 , cls_10 , 0.0000 , 0.0780 , 0.0053 , 9629629.6296 , 2.1667 , 0.8359 , 0.8024 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 233.5589 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2301 , cls_10 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 184.9423 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2321 , cls_10 , 0.0000 , 0.1320 , 0.0081 , 7333333.3333 , 2.4444 , 0.7912 , 0.7746 , 0.4083 , 0.0000 , 0.0000 , 0.0000 , 9.5914 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2328 , cls_10 , 0.0000 , 0.0960 , 0.0079 , 6274509.8039 , 1.7778 , 0.8491 , 0.8014 , 0.4706 , 0.0000 , 0.0000 , 0.0000 , 7.2302 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2332 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 59.1511 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2333 , cls_10 , 0.0000 , 0.1140 , 0.0072 , 7450980.3922 , 2.1111 , 0.8100 , 0.7294 , 0.3922 , 0.0000 , 0.0000 , 0.0000 , 332.5108 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2334 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 520.4895 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2339 , cls_10 , 0.0000 , 0.0480 , 0.0043 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 307.0207 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2341 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 54.5900 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2348 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.7092 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2351 , cls_10 , 0.0000 , 0.2640 , 0.0132 , 4808743.1694 , 2.7500 , 0.7241 , 0.7702 , 0.6093 , 0.0000 , 0.0000 , 0.0000 , 9.7977 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2353 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 187.0473 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2355 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 53.6461 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2357 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 51.5498 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2359 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.8911 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2372 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 382.0546 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2375 , cls_10 , 0.0000 , 0.0780 , 0.0054 , 5777777.7778 , 1.6250 , 0.8838 , 0.6396 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 37.4658 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2386 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 185.8022 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2388 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1074.2101 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2392 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 488.0695 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2406 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.4042 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2408 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 228.8023 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2411 , cls_10 , 0.0000 , 9.7260 , 0.0911 , 4592718.5154 , 16.5408 , -0.4610 , 0.7979 , 0.6282 , 0.0000 , 0.0000 , 0.0000 , 572.8404 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2420 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 79.1006 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2423 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.7083 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2442 , cls_10 , 0.0000 , 0.1440 , 0.0087 , 8421052.6316 , 2.6667 , 0.7665 , 0.7781 , 0.3509 , 0.0000 , 0.0000 , 0.0000 , 49.9539 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2454 , cls_10 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 40.5553 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2458 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 608.8684 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2475 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 184.7889 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2476 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 228.4652 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2488 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1513.0594 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2493 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1797 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2495 , cls_10 , 0.0000 , 0.0600 , 0.0055 , 8333333.3333 , 1.6667 , 0.8805 , 0.7963 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.7575 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2497 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 10.6536 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2498 , cls_10 , 0.0000 , 0.0660 , 0.0052 , 7333333.3333 , 1.5714 , 0.8812 , 0.6817 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 13.2027 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2499 , cls_10 , 0.0000 , 0.0840 , 0.0075 , 5490196.0784 , 1.5556 , 0.8795 , 0.7919 , 0.5196 , 0.0000 , 0.0000 , 0.0000 , 13.2519 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2511 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 607.7809 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2532 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 19.1425 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2535 , cls_10 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 132.3491 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2537 , cls_10 , 0.0000 , 0.0540 , 0.0046 , 7500000.0000 , 1.5000 , 0.9026 , 0.7516 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 109.7046 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2548 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 50.2353 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2565 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 61.2125 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2571 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.1488 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2572 , cls_10 , 0.0000 , 0.0540 , 0.0045 , 6666666.6667 , 1.5000 , 0.9139 , 0.6903 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 227.3659 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2574 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 230.1779 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2578 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 43.5098 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2581 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 483.5527 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2586 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 613.3200 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2591 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 16.3755 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2594 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1511.8170 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2595 , cls_10 , 0.0000 , 0.1500 , 0.0092 , 5376344.0860 , 2.0833 , 0.8024 , 0.7119 , 0.5591 , 0.0000 , 0.0000 , 0.0000 , 1521.1909 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2604 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 229.6297 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2608 , cls_10 , 0.0000 , 0.0600 , 0.0047 , 6060606.0606 , 1.4286 , 0.9110 , 0.7357 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 63.1204 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2615 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 30.8704 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2622 , cls_10 , 0.0000 , 0.0720 , 0.0055 , 5714285.7143 , 1.5000 , 0.8948 , 0.6637 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 16.6027 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2625 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.7457 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2629 , cls_10 , 0.0000 , 0.8160 , 0.0215 , 5364891.5187 , 5.2308 , 0.4900 , 0.7646 , 0.5750 , 0.0000 , 0.0000 , 0.0000 , 622.1494 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2633 , cls_10 , 0.0000 , 0.0540 , 0.0040 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 57.3304 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2636 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 610.3413 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2639 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 608.9255 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2641 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 142.3301 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2644 , cls_10 , 0.0000 , 0.0660 , 0.0047 , 6666666.6667 , 1.5714 , 0.8903 , 0.7585 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 26.7194 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2648 , cls_10 , 0.0000 , 0.0600 , 0.0047 , 13333333.3333 , 2.0000 , 0.8392 , 0.8128 , 0.1333 , 0.0000 , 0.0000 , 0.0000 , 46.5408 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2649 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 35.0955 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2651 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 18.6512 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2654 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.9929 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2655 , cls_10 , 0.0000 , 0.0540 , 0.0034 , 8571428.5714 , 1.5000 , 0.8902 , 0.4757 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 10.6032 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2656 , cls_10 , 0.0000 , 0.0540 , 0.0046 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.4772 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2675 , cls_10 , 0.0000 , 0.0600 , 0.0042 , 9523809.5238 , 1.6667 , 0.8684 , 0.6572 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 15.7354 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2683 , cls_10 , 0.0000 , 0.0780 , 0.0059 , 8666666.6667 , 1.8571 , 0.8453 , 0.7598 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 63.5360 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2685 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 271.8145 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2690 , cls_10 , 0.0000 , 0.0420 , 0.0039 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 88.1622 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2692 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 59.4343 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2694 , cls_10 , 0.0000 , 0.2700 , 0.0114 , 5660377.3585 , 3.0000 , 0.7049 , 0.6626 , 0.5440 , 0.0000 , 0.0000 , 0.0000 , 148.9755 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2699 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1513.5324 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2701 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 28.4726 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2706 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 62.2428 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2709 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 597.5461 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2715 , cls_10 , 0.0000 , 0.0600 , 0.0047 , 11111111.1111 , 2.0000 , 0.8548 , 0.7753 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 608.1599 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2716 , cls_10 , 0.0000 , 0.0540 , 0.0042 , 5454545.4545 , 1.2857 , 0.9338 , 0.6584 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 19.6319 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2730 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 304.6998 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2731 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 270.5030 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2736 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 284.5771 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2742 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 61.3355 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2746 , cls_10 , 0.0000 , 0.0660 , 0.0043 , 7333333.3333 , 1.5714 , 0.8812 , 0.6894 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 10.4367 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2747 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.5483 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2750 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 199.5881 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2752 , cls_10 , 0.0000 , 0.0540 , 0.0041 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 138.3845 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2754 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 49.5025 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2760 , cls_10 , 0.0000 , 0.0480 , 0.0034 , 13333333.3333 , 2.0000 , 0.8645 , 0.7170 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 761.5309 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2761 , cls_10 , 0.0000 , 0.0720 , 0.0050 , 8000000.0000 , 1.7143 , 0.8625 , 0.6894 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 43.6303 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2781 , cls_10 , 0.0000 , 0.0780 , 0.0048 , 7222222.2222 , 1.8571 , 0.8622 , 0.5870 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 14.2414 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2785 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 601.1779 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2790 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 614.8170 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2797 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.6411 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2801 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 7.8273 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2803 , cls_10 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 12.7597 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2805 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 284.5411 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2806 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 244.3890 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2808 , cls_10 , 0.0000 , 0.0600 , 0.0049 , 9523809.5238 , 1.6667 , 0.8684 , 0.8019 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 479.8347 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2812 , cls_10 , 0.0000 , 0.0600 , 0.0042 , 11111111.1111 , 2.0000 , 0.8548 , 0.7753 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 285.8412 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2823 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 759.4540 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2824 , cls_10 , 0.0000 , 0.0840 , 0.0074 , 8484848.4848 , 2.0000 , 0.8380 , 0.8653 , 0.3030 , 0.0000 , 0.0000 , 0.0000 , 18.7328 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2843 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 613.6387 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2846 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 278.6911 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2849 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 200.9113 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2853 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 243.5323 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2864 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 610.1130 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2877 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1221.5751 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2883 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.5592 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2885 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 17.1436 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2886 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 20.7574 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2889 , cls_10 , 0.0000 , 0.0600 , 0.0052 , 7407407.4074 , 1.6667 , 0.8916 , 0.7838 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 446.7940 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2902 , cls_10 , 0.0000 , 0.0600 , 0.0040 , 9523809.5238 , 1.6667 , 0.8684 , 0.7379 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 496.9582 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2903 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 199.8062 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2908 , cls_10 , 0.0000 , 0.2100 , 0.0116 , 6481481.4815 , 2.9167 , 0.7335 , 0.8166 , 0.4907 , 0.0000 , 0.0000 , 0.0000 , 477.0069 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2909 , cls_10 , 0.0000 , 0.0840 , 0.0066 , 4912280.7018 , 1.5556 , 0.8908 , 0.6278 , 0.5877 , 0.0000 , 0.0000 , 0.0000 , 23.8934 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2910 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.1331 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2912 , cls_10 , 0.0000 , 2.2740 , 0.0457 , 5375886.5248 , 8.6136 , 0.2067 , 0.7990 , 0.5610 , 0.0000 , 0.0000 , 0.0000 , 360.1792 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2914 , cls_10 , 0.0000 , 0.3660 , 0.0171 , 5980392.1569 , 3.5882 , 0.6464 , 0.8537 , 0.5049 , 0.0000 , 0.0000 , 0.0000 , 451.9173 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2916 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 103.9249 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2925 , cls_10 , 0.0000 , 0.0540 , 0.0049 , 7500000.0000 , 1.5000 , 0.9026 , 0.7516 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 125.0312 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2931 , cls_10 , 0.0000 , 0.0660 , 0.0055 , 8148148.1481 , 1.8333 , 0.8713 , 0.8024 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 1514.4049 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2938 , cls_10 , 0.0000 , 0.1200 , 0.0076 , 7017543.8596 , 2.2222 , 0.8085 , 0.7914 , 0.4386 , 0.0000 , 0.0000 , 0.0000 , 19.3023 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2940 , cls_10 , 0.0000 , 0.2040 , 0.0104 , 6126126.1261 , 2.6154 , 0.7433 , 0.6921 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 35.6046 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2942 , cls_10 , 0.0000 , 0.0540 , 0.0045 , 5000000.0000 , 1.2857 , 0.9427 , 0.6605 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 173.7254 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2944 , cls_10 , 0.0000 , 4.2180 , 0.0617 , 5443283.0043 , 11.9153 , -0.0218 , 0.8098 , 0.5629 , 0.0000 , 0.0000 , 0.0000 , 925.3926 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2947 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 127.8705 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2954 , cls_10 , 0.0000 , 0.1380 , 0.0074 , 6666666.6667 , 2.3000 , 0.7938 , 0.6043 , 0.4638 , 0.0000 , 0.0000 , 0.0000 , 120.5663 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2970 , cls_10 , 0.0000 , 0.0540 , 0.0042 , 6000000.0000 , 1.2857 , 0.9243 , 0.6817 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 458.8857 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2971 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 617.4451 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2973 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 54.8227 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2974 , cls_10 , 0.0000 , 0.6600 , 0.0187 , 5820105.8201 , 4.7826 , 0.5314 , 0.6791 , 0.5450 , 0.0000 , 0.0000 , 0.0000 , 60.1421 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2975 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1511.0841 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2982 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 8.5389 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2984 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.9826 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2996 , cls_10 , 0.0000 , 0.2400 , 0.0123 , 5555555.5556 , 2.8571 , 0.7263 , 0.7284 , 0.5451 , 0.0000 , 0.0000 , 0.0000 , 330.0476 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3016 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 8.3933 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3017 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 26.0961 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3018 , cls_10 , 0.0000 , 0.1140 , 0.0094 , 6666666.6667 , 2.1111 , 0.8204 , 0.8641 , 0.4474 , 0.0000 , 0.0000 , 0.0000 , 134.9848 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3031 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 122.5848 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3040 , cls_10 , 0.0000 , 0.0900 , 0.0063 , 4545454.5455 , 1.5000 , 0.8899 , 0.6704 , 0.6288 , 0.0000 , 0.0000 , 0.0000 , 366.5004 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3042 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 280.1604 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3044 , cls_10 , 0.0000 , 0.0540 , 0.0037 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 593.7707 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3046 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 482.2503 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3048 , cls_10 , 0.0000 , 0.3000 , 0.0151 , 6289308.1761 , 3.3333 , 0.6774 , 0.8171 , 0.5031 , 0.0000 , 0.0000 , 0.0000 , 171.2206 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3053 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 609.8466 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3060 , cls_10 , 0.0000 , 0.1080 , 0.0075 , 7058823.5294 , 2.0000 , 0.8223 , 0.7857 , 0.4118 , 0.0000 , 0.0000 , 0.0000 , 232.3802 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3061 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.2808 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3069 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 117.1533 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3070 , cls_10 , 0.0000 , 0.0540 , 0.0037 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 504.3512 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3072 , cls_10 , 0.0000 , 0.3060 , 0.0115 , 5312500.0000 , 3.1875 , 0.6892 , 0.6503 , 0.5729 , 0.0000 , 0.0000 , 0.0000 , 94.9772 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3078 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 9.2121 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3080 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1628 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3081 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.1434 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3084 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 211.2091 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3092 , cls_10 , 0.0000 , 0.1080 , 0.0064 , 8000000.0000 , 2.2500 , 0.8107 , 0.7191 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 328.9838 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3100 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.7100 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3122 , cls_10 , 0.0000 , 0.1500 , 0.0105 , 6666666.6667 , 2.5000 , 0.7818 , 0.7919 , 0.4867 , 0.0000 , 0.0000 , 0.0000 , 17.2889 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3132 , cls_10 , 0.0000 , 0.0720 , 0.0055 , 8888888.8889 , 2.0000 , 0.8529 , 0.8024 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 298.9434 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3154 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 178.6819 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3160 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 80.8373 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3169 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 224.4059 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3175 , cls_10 , 0.0000 , 0.0600 , 0.0051 , 7407407.4074 , 1.6667 , 0.8916 , 0.7135 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 40.1329 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3183 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.4090 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3200 , cls_10 , 0.0000 , 0.6180 , 0.0213 , 4869976.3593 , 4.2917 , 0.5600 , 0.7905 , 0.6087 , 0.0000 , 0.0000 , 0.0000 , 1528.3604 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3201 , cls_10 , 0.0000 , 0.0780 , 0.0061 , 7222222.2222 , 1.8571 , 0.8622 , 0.7878 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 776.4414 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3202 , cls_10 , 0.0000 , 0.7560 , 0.0224 , 6461538.4615 , 5.4783 , 0.4936 , 0.7859 , 0.4949 , 0.0000 , 0.0000 , 0.0000 , 673.8194 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3229 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 83.6038 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3230 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 69.6414 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3231 , cls_10 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 53.8716 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3245 , cls_10 , 0.0000 , 0.0660 , 0.0051 , 5641025.6410 , 1.3750 , 0.9067 , 0.5963 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 27.0520 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3268 , cls_10 , 0.0000 , 0.1320 , 0.0087 , 8148148.1481 , 2.4444 , 0.7817 , 0.8121 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 698.5986 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3276 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 38.7328 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3282 , cls_10 , 0.0000 , 0.1080 , 0.0089 , 10909090.9091 , 2.5714 , 0.7835 , 0.8653 , 0.2273 , 0.0000 , 0.0000 , 0.0000 , 76.8925 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3288 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.3370 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3298 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 610.8584 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3301 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 594.2781 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3310 , cls_10 , 0.0000 , 0.0720 , 0.0051 , 6666666.6667 , 1.7143 , 0.8797 , 0.7062 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 43.1454 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3314 , cls_10 , 0.0000 , 0.2820 , 0.0140 , 6666666.6667 , 3.3571 , 0.6828 , 0.7840 , 0.4823 , 0.0000 , 0.0000 , 0.0000 , 56.2638 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3316 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 254.8457 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3331 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 39.4664 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3338 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 87.7114 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3345 , cls_10 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 274.4924 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3358 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 21.0984 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3364 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 109.7245 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3366 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.0921 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3380 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1511.2560 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3383 , cls_10 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 414.9518 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3385 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 123.0623 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3387 , cls_10 , 0.0000 , 1.1880 , 0.0292 , 6407766.9903 , 6.8276 , 0.3860 , 0.8004 , 0.4895 , 0.0000 , 0.0000 , 0.0000 , 1553.0333 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3389 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 129.2648 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3398 , cls_10 , 0.0000 , 0.0660 , 0.0046 , 8148148.1481 , 1.8333 , 0.8713 , 0.6419 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 592.5199 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3400 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 475.3436 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3433 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 52.8837 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3440 , cls_10 , 0.0000 , 0.0480 , 0.0036 , 6666666.6667 , 1.3333 , 0.9273 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 181.1427 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3444 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 478.5625 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3451 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 29.2990 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3473 , cls_10 , 0.0000 , 0.0720 , 0.0060 , 7272727.2727 , 1.7143 , 0.8714 , 0.8249 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 32.1688 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3490 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 594.8656 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3493 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.9078 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3498 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.4184 , 0.0258 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3509 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 593.2885 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3512 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 477.4496 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3515 , cls_10 , 0.0000 , 0.3420 , 0.0116 , 7600000.0000 , 3.8000 , 0.6382 , 0.6559 , 0.4200 , 0.0000 , 0.0000 , 0.0000 , 27.1835 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3528 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 517.0921 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3554 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.6263 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3556 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 25.2085 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3577 , cls_10 , 0.0000 , 0.0600 , 0.0039 , 8333333.3333 , 1.6667 , 0.8805 , 0.5926 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 22.8241 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3584 , cls_10 , 0.0000 , 0.9000 , 0.0243 , 4830917.8744 , 5.1724 , 0.4746 , 0.6953 , 0.6208 , 0.0000 , 0.0000 , 0.0000 , 180.2679 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3594 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 299.8786 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3602 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 15.8219 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3610 , cls_10 , 0.0000 , 0.1740 , 0.0097 , 5225225.2252 , 2.2308 , 0.7830 , 0.7572 , 0.5721 , 0.0000 , 0.0000 , 0.0000 , 341.6044 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3611 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 190.1913 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3612 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 222.9652 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3648 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1246.6445 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3650 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 162.0095 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3652 , cls_10 , 0.0000 , 0.0540 , 0.0042 , 8571428.5714 , 1.5000 , 0.8902 , 0.6927 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 9.1906 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3655 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 111.6268 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3656 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 198.4625 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3659 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 592.7642 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3666 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 41.8104 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3667 , cls_10 , 0.0000 , 0.1620 , 0.0086 , 4736842.1053 , 2.0769 , 0.8036 , 0.6663 , 0.6272 , 0.0000 , 0.0000 , 0.0000 , 43.1692 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3675 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 63.9539 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3679 , cls_10 , 0.0000 , 0.2640 , 0.0120 , 5866666.6667 , 2.9333 , 0.7054 , 0.6997 , 0.5567 , 0.0000 , 0.0000 , 0.0000 , 275.0457 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3681 , cls_10 , 0.0000 , 0.1260 , 0.0075 , 5384615.3846 , 1.9091 , 0.8272 , 0.7566 , 0.5641 , 0.0000 , 0.0000 , 0.0000 , 501.1648 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3703 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 601.2296 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3720 , cls_10 , 0.0000 , 0.1140 , 0.0079 , 7037037.0370 , 2.1111 , 0.8153 , 0.7135 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 81.4102 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3721 , cls_10 , 0.0000 , 0.4740 , 0.0221 , 6053639.8467 , 4.1579 , 0.5964 , 0.8646 , 0.5211 , 0.0000 , 0.0000 , 0.0000 , 719.4651 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3729 , cls_10 , 0.0000 , 0.1740 , 0.0093 , 4957264.9573 , 2.2308 , 0.7882 , 0.7542 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 611.1534 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3730 , cls_10 , 0.0000 , 0.1140 , 0.0066 , 5507246.3768 , 1.9000 , 0.8388 , 0.6043 , 0.5580 , 0.0000 , 0.0000 , 0.0000 , 602.7603 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3734 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 48.3236 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3735 , cls_10 , 0.0000 , 0.8700 , 0.0242 , 6401766.0044 , 5.8000 , 0.4622 , 0.8536 , 0.4890 , 0.0000 , 0.0000 , 0.0000 , 51.3367 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3737 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 22.2318 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3738 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1511.5729 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3750 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 136.7456 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3751 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 224.2864 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3752 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 223.9145 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3756 , cls_10 , 0.0000 , 0.8460 , 0.0216 , 5433526.0116 , 5.2222 , 0.4806 , 0.6727 , 0.5732 , 0.0000 , 0.0000 , 0.0000 , 26.6093 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3763 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 9.1504 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3764 , cls_10 , 0.0000 , 0.0540 , 0.0048 , 5454545.4545 , 1.2857 , 0.9338 , 0.6888 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 10.5669 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3766 , cls_10 , 0.0000 , 0.0780 , 0.0069 , 8666666.6667 , 1.8571 , 0.8453 , 0.8502 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 84.4921 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3773 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 601.1202 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3798 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 20.9131 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3801 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 36.5706 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3812 , cls_10 , 0.0000 , 0.0960 , 0.0065 , 5925925.9259 , 1.7778 , 0.8547 , 0.7637 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 187.7073 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3818 , cls_10 , 0.0000 , 0.5820 , 0.0201 , 4974358.9744 , 4.2174 , 0.5711 , 0.7934 , 0.5987 , 0.0000 , 0.0000 , 0.0000 , 618.3464 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3823 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 592.8739 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3825 , cls_10 , 0.0000 , 0.2340 , 0.0108 , 5777777.7778 , 2.7857 , 0.7268 , 0.7805 , 0.5259 , 0.0000 , 0.0000 , 0.0000 , 605.3406 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3839 , cls_10 , 0.0000 , 0.2040 , 0.0100 , 5151515.1515 , 2.4286 , 0.7597 , 0.7886 , 0.5985 , 0.0000 , 0.0000 , 0.0000 , 68.1034 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3845 , cls_10 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 141.2753 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3846 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 311.2361 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3854 , cls_10 , 0.0000 , 0.1560 , 0.0101 , 7536231.8841 , 2.6000 , 0.7649 , 0.8550 , 0.4203 , 0.0000 , 0.0000 , 0.0000 , 84.5567 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3855 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 47.1809 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3865 , cls_10 , 0.0000 , 0.1260 , 0.0082 , 7368421.0526 , 2.3333 , 0.7973 , 0.8234 , 0.4035 , 0.0000 , 0.0000 , 0.0000 , 239.9586 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3874 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 52.2413 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3886 , cls_10 , 0.0000 , 0.0540 , 0.0042 , 4615384.6154 , 1.1250 , 0.9510 , 0.4292 , 0.6282 , 0.0000 , 0.0000 , 0.0000 , 509.6031 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3907 , cls_10 , 0.0000 , 0.1500 , 0.0090 , 7575757.5758 , 2.5000 , 0.7701 , 0.7606 , 0.4318 , 0.0000 , 0.0000 , 0.0000 , 87.6610 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3910 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 593.1486 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3918 , cls_10 , 0.0000 , 0.0540 , 0.0035 , 7500000.0000 , 1.5000 , 0.9026 , 0.4907 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 57.8339 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3921 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 52.4451 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3937 , cls_10 , 0.0000 , 0.0600 , 0.0048 , 7407407.4074 , 1.6667 , 0.8916 , 0.7796 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 104.7260 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3947 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.4430 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3956 , cls_10 , 0.0000 , 0.1080 , 0.0076 , 7500000.0000 , 2.2500 , 0.8166 , 0.8078 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 126.4419 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3962 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 594.6854 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3963 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 70.5710 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3966 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 28.1665 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3968 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 46.3689 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3974 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 422.2906 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3985 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 758.2559 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3992 , cls_10 , 0.0000 , 0.5460 , 0.0218 , 5321637.4269 , 4.1364 , 0.5787 , 0.7767 , 0.5643 , 0.0000 , 0.0000 , 0.0000 , 99.0318 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3997 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 38.8267 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4000 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 154.2026 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4001 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 52.2310 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4025 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 54.6180 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4033 , cls_10 , 0.0000 , 0.5460 , 0.0173 , 5723270.4403 , 4.3333 , 0.5727 , 0.7404 , 0.5487 , 0.0000 , 0.0000 , 0.0000 , 81.8124 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4034 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 64.1251 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4035 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 161.3730 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4040 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 46.6364 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4055 , cls_10 , 0.0000 , 0.1440 , 0.0075 , 8888888.8889 , 2.6667 , 0.7617 , 0.7838 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 227.8401 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4058 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 45.5605 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4074 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.0246 , 0.0309 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4076 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 110.3463 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4079 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 29.0795 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4082 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 593.6364 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4086 , cls_10 , 0.0000 , 0.2760 , 0.0134 , 6258503.4014 , 3.2857 , 0.6921 , 0.7849 , 0.5068 , 0.0000 , 0.0000 , 0.0000 , 51.9262 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4087 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.5546 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4094 , cls_10 , 0.0000 , 0.6120 , 0.0177 , 5528455.2846 , 4.4348 , 0.5517 , 0.6639 , 0.5664 , 0.0000 , 0.0000 , 0.0000 , 131.9809 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4097 , cls_10 , 0.0000 , 0.0720 , 0.0064 , 8000000.0000 , 1.7143 , 0.8625 , 0.8502 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 592.9589 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4105 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 24.6143 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4106 , cls_10 , 0.0000 , 0.1740 , 0.0097 , 3515151.5152 , 1.9333 , 0.8238 , 0.6371 , 0.7091 , 0.0000 , 0.0000 , 0.0000 , 245.2185 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4107 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1214.3570 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4120 , cls_10 , 0.0000 , 0.1920 , 0.0111 , 7619047.6190 , 2.9091 , 0.7329 , 0.7148 , 0.4107 , 0.0000 , 0.0000 , 0.0000 , 41.1053 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4121 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 48.3685 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4125 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 224.3148 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4126 , cls_10 , 0.0000 , 0.1680 , 0.0104 , 6436781.6092 , 2.5455 , 0.7684 , 0.7522 , 0.4943 , 0.0000 , 0.0000 , 0.0000 , 32.1003 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4131 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 50.5209 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4134 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 34.1207 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4135 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 1514.6228 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4148 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 19.5019 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4151 , cls_10 , 0.0000 , 0.0780 , 0.0058 , 7878787.8788 , 1.8571 , 0.8541 , 0.7307 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 64.4948 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4152 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 593.7169 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4157 , cls_10 , 0.0000 , 0.1200 , 0.0072 , 7407407.4074 , 2.2222 , 0.8035 , 0.6903 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 1515.1045 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4177 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.7117 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4201 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 12.4835 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4219 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 18.2659 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4220 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 31.3196 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4221 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 68.0452 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4226 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 482.7817 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4233 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 5000000.0000 , 1.0000 , 0.9877 , 0.4907 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 55.2826 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4235 , cls_10 , 0.0000 , 0.0900 , 0.0061 , 7142857.1429 , 1.8750 , 0.8451 , 0.6637 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 28.1177 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4245 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.4587 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4247 , cls_10 , 0.0000 , 0.0480 , 0.0038 , 5333333.3333 , 1.1429 , 0.9495 , 0.5609 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 483.1751 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4248 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 594.1327 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4251 , cls_10 , 0.0000 , 0.1800 , 0.0094 , 6060606.0606 , 2.5000 , 0.7636 , 0.7834 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 595.8659 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4257 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 13.0785 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4266 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 70.2885 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4267 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 14.6297 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4293 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 50.0732 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4294 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 72.8778 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4297 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 34.7898 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4307 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 597.6484 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4312 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 46.5122 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4316 , cls_10 , 0.0000 , 0.2640 , 0.0116 , 5866666.6667 , 2.9333 , 0.7054 , 0.7551 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 53.9030 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4320 , cls_10 , 0.0000 , 0.0480 , 0.0040 , 4444444.4444 , 1.1429 , 0.9685 , 0.4731 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 9.4478 , 0.0309 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4327 , cls_10 , 0.0000 , 0.0780 , 0.0076 , 8666666.6667 , 1.8571 , 0.8453 , 0.8739 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 33.0373 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4329 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.1774 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4331 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 16.6367 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4345 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 22.5315 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4348 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.2828 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4354 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1212.2440 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4367 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 594.6603 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4368 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 301.4880 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4372 , cls_10 , 0.0000 , 0.0600 , 0.0040 , 9523809.5238 , 1.6667 , 0.8684 , 0.6927 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 19.2145 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4378 , cls_10 , 0.0000 , 0.2280 , 0.0108 , 6333333.3333 , 2.9231 , 0.7226 , 0.7186 , 0.4708 , 0.0000 , 0.0000 , 0.0000 , 32.4475 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4381 , cls_10 , 0.0000 , 0.0480 , 0.0044 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 36.7250 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4384 , cls_10 , 0.0000 , 0.0540 , 0.0037 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 47.5620 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4386 , cls_10 , 0.0000 , 0.0540 , 0.0042 , 7500000.0000 , 1.5000 , 0.9026 , 0.6817 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 12.3615 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4388 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 155.5341 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4392 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 35.3675 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4398 , cls_10 , 0.0000 , 0.0660 , 0.0043 , 9166666.6667 , 1.8333 , 0.8606 , 0.7516 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 37.7178 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4402 , cls_10 , 0.0000 , 0.6300 , 0.0204 , 6194690.2655 , 4.7727 , 0.5365 , 0.8241 , 0.5103 , 0.0000 , 0.0000 , 0.0000 , 120.5768 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4408 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.1656 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4415 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 124.2235 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4432 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.2295 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4433 , cls_10 , 0.0000 , 0.0780 , 0.0068 , 8666666.6667 , 1.8571 , 0.8453 , 0.8041 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 119.6554 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4436 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 47.3981 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4438 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.5252 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4439 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.4045 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4441 , cls_10 , 0.0000 , 0.0480 , 0.0034 , 10666666.6667 , 1.6000 , 0.8838 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 14.5241 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4442 , cls_10 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 593.7793 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4448 , cls_10 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 6.3256 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4461 , cls_10 , 0.0000 , 0.0840 , 0.0049 , 10370370.3704 , 2.3333 , 0.8201 , 0.6903 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 19.5896 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4465 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 37.2860 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4468 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.8433 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4469 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.5440 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4470 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 9.4372 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4478 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1210.8218 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4479 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1512.9018 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4494 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.9929 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4496 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 33.7732 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4500 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 186.5740 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4508 , cls_10 , 0.0000 , 0.0780 , 0.0057 , 7222222.2222 , 1.8571 , 0.8622 , 0.7117 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 18.1787 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4509 , cls_10 , 0.0000 , 0.0600 , 0.0044 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 1516.2865 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4519 , cls_10 , 0.0000 , 0.2280 , 0.0104 , 5757575.7576 , 2.7143 , 0.7313 , 0.6972 , 0.5265 , 0.0000 , 0.0000 , 0.0000 , 28.0299 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4523 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 47.2740 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4524 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 55.1914 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4532 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.8795 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4535 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 62.6691 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4540 , cls_10 , 0.0000 , 0.1380 , 0.0085 , 8518518.5185 , 2.5556 , 0.7715 , 0.7661 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 22.7740 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4553 , cls_10 , 0.0000 , 1.4460 , 0.0407 , 4426078.9715 , 6.1795 , 0.3555 , 0.8873 , 0.6391 , 0.0000 , 0.0000 , 0.0000 , 96.7536 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4562 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.9629 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4564 , cls_10 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 12.8042 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4566 , cls_10 , 0.0000 , 0.0540 , 0.0035 , 12000000.0000 , 1.8000 , 0.8603 , 0.6255 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 23.9955 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4568 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6484 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4573 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 674.2988 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4576 , cls_10 , 0.0000 , 0.0480 , 0.0035 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 1514.2277 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4577 , cls_10 , 0.0000 , 0.1800 , 0.0090 , 7692307.6923 , 2.7273 , 0.7419 , 0.7352 , 0.4103 , 0.0000 , 0.0000 , 0.0000 , 30.1614 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4580 , cls_10 , 0.0000 , 0.3120 , 0.0156 , 4952380.9524 , 3.0588 , 0.6923 , 0.8192 , 0.5905 , 0.0000 , 0.0000 , 0.0000 , 114.1790 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4589 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8863 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4592 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1211.2353 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4598 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 44.4166 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4601 , cls_10 , 0.0000 , 0.1320 , 0.0076 , 7333333.3333 , 2.4444 , 0.7912 , 0.8291 , 0.4083 , 0.0000 , 0.0000 , 0.0000 , 118.6079 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4604 , cls_10 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 10.9280 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4617 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.4326 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4619 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.7089 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4620 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.2164 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4626 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.5001 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4635 , cls_10 , 0.0000 , 0.0720 , 0.0045 , 8888888.8889 , 2.0000 , 0.8529 , 0.6630 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 21.1418 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4679 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.7098 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4682 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.5057 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4721 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.9297 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4734 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.6370 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4743 , cls_10 , 0.0000 , 0.0900 , 0.0065 , 9090909.0909 , 2.1429 , 0.8230 , 0.8081 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 23.7432 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4744 , cls_10 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 20.1687 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4752 , cls_10 , 0.0000 , 0.0900 , 0.0083 , 7142857.1429 , 1.8750 , 0.8451 , 0.8422 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 16.8535 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4754 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.6268 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4760 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1512.9657 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4771 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 44.7083 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4777 , cls_10 , 0.0000 , 0.1800 , 0.0121 , 6451612.9032 , 2.5000 , 0.7578 , 0.8299 , 0.4516 , 0.0000 , 0.0000 , 0.0000 , 12.4777 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4804 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.3390 , 0.0480 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4817 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 20.1034 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4822 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 109.3826 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4824 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 17.7959 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4826 , cls_10 , 0.0000 , 0.1980 , 0.0116 , 5238095.2381 , 2.5385 , 0.7628 , 0.7477 , 0.5754 , 0.0000 , 0.0000 , 0.0000 , 16.3031 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4830 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 14.3539 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4833 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4182 , 0.0366 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4840 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 14.1006 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4861 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 27.9318 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4867 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 12.6489 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4877 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1212.3133 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4883 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 103.7850 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4890 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 11.1594 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4907 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 12.8464 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4917 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.8902 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4953 , cls_10 , 0.0000 , 0.1860 , 0.0090 , 6078431.3725 , 2.5833 , 0.7584 , 0.6169 , 0.5147 , 0.0000 , 0.0000 , 0.0000 , 95.0229 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4956 , cls_10 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 23.8801 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4959 , cls_10 , 0.0000 , 0.0480 , 0.0042 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 7.6210 , 0.0408 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4974 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 46.5856 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4979 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.4293 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4982 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.0836 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4987 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1516.5605 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4991 , cls_10 , 0.0000 , 0.1620 , 0.0087 , 5454545.4545 , 2.2500 , 0.7896 , 0.6910 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 107.9559 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4997 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1512.8312 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4998 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1514.2924 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5003 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.0124 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5007 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 49.0149 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5017 , cls_10 , 0.0000 , 0.0540 , 0.0037 , 7500000.0000 , 1.5000 , 0.9026 , 0.6082 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 27.9649 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5018 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 83.9893 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5019 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 66.2924 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5030 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1513.3344 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5032 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1212.7709 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5036 , cls_10 , 0.0000 , 0.0660 , 0.0039 , 10476190.4762 , 1.8333 , 0.8487 , 0.6927 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 678.2183 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5038 , cls_10 , 0.0000 , 0.1260 , 0.0070 , 5000000.0000 , 1.9091 , 0.8346 , 0.6362 , 0.5893 , 0.0000 , 0.0000 , 0.0000 , 1517.5810 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5039 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1221.8642 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5045 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.3041 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5047 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 29.6060 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5048 , cls_10 , 0.0000 , 0.3960 , 0.0166 , 5569620.2532 , 3.6667 , 0.6381 , 0.7281 , 0.5380 , 0.0000 , 0.0000 , 0.0000 , 43.8452 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5051 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 30.6683 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5055 , cls_10 , 0.0000 , 0.0660 , 0.0050 , 10476190.4762 , 1.8333 , 0.8487 , 0.8019 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 9.9475 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5065 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.2199 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5069 , cls_10 , 0.0000 , 0.0540 , 0.0045 , 8571428.5714 , 1.5000 , 0.8902 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 11.2042 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5083 , cls_10 , 0.0000 , 0.1140 , 0.0084 , 6666666.6667 , 2.1111 , 0.8204 , 0.7932 , 0.4298 , 0.0000 , 0.0000 , 0.0000 , 16.0951 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5086 , cls_10 , 0.0000 , 0.0960 , 0.0076 , 5333333.3333 , 1.7778 , 0.8651 , 0.8141 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 40.4243 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5087 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.3831 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5089 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 46.0005 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5100 , cls_10 , 0.0000 , 0.6300 , 0.0301 , 4000000.0000 , 3.8889 , 0.5728 , 0.8544 , 0.6733 , 0.0000 , 0.0000 , 0.0000 , 1528.3663 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5106 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 26.7649 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5109 , cls_10 , 0.0000 , 0.4320 , 0.0259 , 6400000.0000 , 4.0000 , 0.6097 , 0.9180 , 0.4822 , 0.0000 , 0.0000 , 0.0000 , 36.7690 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5112 , cls_10 , 0.0000 , 0.1320 , 0.0084 , 5641025.6410 , 2.0000 , 0.8161 , 0.7146 , 0.5513 , 0.0000 , 0.0000 , 0.0000 , 34.0542 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5115 , cls_10 , 0.0000 , 0.0840 , 0.0057 , 9333333.3333 , 2.0000 , 0.8294 , 0.7551 , 0.2833 , 0.0000 , 0.0000 , 0.0000 , 17.4744 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5119 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.1651 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5120 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5500 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5124 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1217.4957 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5139 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 30.6649 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5143 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 3.1210 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5146 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1863 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5147 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1514.6310 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5157 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 32.5217 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5162 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.8605 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5174 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.7769 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5176 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 30.2266 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5185 , cls_10 , 0.0000 , 0.0840 , 0.0053 , 10370370.3704 , 2.3333 , 0.8201 , 0.7796 , 0.2407 , 0.0000 , 0.0000 , 0.0000 , 7.7385 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5187 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7290 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5189 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 32.4949 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5191 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 26.3129 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5198 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1214.4650 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5207 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.9817 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5211 , cls_10 , 0.0000 , 0.4740 , 0.0181 , 5486111.1111 , 3.9500 , 0.6047 , 0.8402 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 36.6343 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5215 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.4949 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5218 , cls_10 , 0.0000 , 0.4860 , 0.0193 , 5192307.6923 , 3.8571 , 0.6045 , 0.8385 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 12.9690 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5230 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 762.3601 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5236 , cls_10 , 0.0000 , 0.0900 , 0.0067 , 8333333.3333 , 2.1429 , 0.8309 , 0.7062 , 0.3194 , 0.0000 , 0.0000 , 0.0000 , 43.6754 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5239 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.9572 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5245 , cls_10 , 0.0000 , 0.0780 , 0.0062 , 7878787.8788 , 1.8571 , 0.8541 , 0.7845 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 9.9010 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5248 , cls_10 , 0.0000 , 0.0480 , 0.0042 , 13333333.3333 , 2.0000 , 0.8645 , 0.8408 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 30.3679 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5250 , cls_10 , 0.0000 , 0.0780 , 0.0049 , 9629629.6296 , 2.1667 , 0.8359 , 0.6630 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 2.9594 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5257 , cls_10 , 0.0000 , 0.0780 , 0.0061 , 6666666.6667 , 1.6250 , 0.8698 , 0.7931 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 17.2758 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5262 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.5907 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5277 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.8940 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5284 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 21.2430 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5285 , cls_10 , 0.0000 , 0.0780 , 0.0058 , 5416666.6667 , 1.6250 , 0.8902 , 0.7004 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 41.0584 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5287 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.1209 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5300 , cls_10 , 0.0000 , 0.0780 , 0.0062 , 6666666.6667 , 1.6250 , 0.8698 , 0.6877 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 304.3410 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5301 , cls_10 , 0.0000 , 0.1800 , 0.0090 , 6060606.0606 , 2.5000 , 0.7636 , 0.7406 , 0.5101 , 0.0000 , 0.0000 , 0.0000 , 45.2544 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5303 , cls_10 , 0.0000 , 0.0900 , 0.0074 , 7142857.1429 , 1.8750 , 0.8451 , 0.8463 , 0.3929 , 0.0000 , 0.0000 , 0.0000 , 28.3463 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5309 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 22.7936 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5320 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1518.6817 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5328 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 20.5503 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5331 , cls_10 , 0.0000 , 0.0480 , 0.0043 , 6666666.6667 , 1.3333 , 0.9273 , 0.7247 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 56.1357 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5336 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.1033 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5337 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.0353 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5338 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5352 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5345 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1517.5181 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5348 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1516.7980 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5349 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 75.3690 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5350 , cls_10 , 0.0000 , 0.0780 , 0.0057 , 6666666.6667 , 1.6250 , 0.8698 , 0.7453 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 32.6163 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5353 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 24.7761 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5359 , cls_10 , 0.0000 , 0.2340 , 0.0119 , 6842105.2632 , 3.0000 , 0.7114 , 0.8139 , 0.4649 , 0.0000 , 0.0000 , 0.0000 , 17.4803 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5364 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7699 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5367 , cls_10 , 0.0000 , 0.0960 , 0.0053 , 9696969.6970 , 2.2857 , 0.8090 , 0.6498 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 5.8732 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5373 , cls_10 , 0.0000 , 0.0480 , 0.0035 , 6666666.6667 , 1.3333 , 0.9273 , 0.4907 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 1218.2246 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5376 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1222.7823 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5379 , cls_10 , 0.0000 , 0.1440 , 0.0083 , 5333333.3333 , 2.1818 , 0.8091 , 0.6620 , 0.5444 , 0.0000 , 0.0000 , 0.0000 , 38.3320 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5386 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.5897 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5387 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.4445 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5400 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.0703 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5401 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 20.6094 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5404 , cls_10 , 0.0000 , 0.4140 , 0.0159 , 5679012.3457 , 3.8333 , 0.6280 , 0.7887 , 0.5412 , 0.0000 , 0.0000 , 0.0000 , 55.8657 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5408 , cls_10 , 0.0000 , 0.1800 , 0.0093 , 7692307.6923 , 2.7273 , 0.7419 , 0.7146 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 13.8994 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5414 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6686 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5416 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3619 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5424 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 87.7920 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5427 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 49.8124 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5429 , cls_10 , 0.0000 , 0.1080 , 0.0060 , 7500000.0000 , 2.2500 , 0.8166 , 0.7247 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 15.7092 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5440 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1218.6284 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5445 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 59.8150 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5458 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.1885 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5460 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.7786 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5468 , cls_10 , 0.0000 , 0.0540 , 0.0040 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1519.3840 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5476 , cls_10 , 0.0000 , 0.2220 , 0.0114 , 6491228.0702 , 2.8462 , 0.7246 , 0.7923 , 0.4737 , 0.0000 , 0.0000 , 0.0000 , 77.3479 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5480 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 23.6381 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5487 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 81.3064 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5492 , cls_10 , 0.0000 , 0.0600 , 0.0052 , 9523809.5238 , 1.6667 , 0.8684 , 0.8019 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 36.9049 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5495 , cls_10 , 0.0000 , 0.0660 , 0.0046 , 8148148.1481 , 1.8333 , 0.8713 , 0.6630 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 32.0873 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5504 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6875 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5506 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 679.4588 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5507 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1522.8206 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5508 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1521.2796 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5517 , cls_10 , 0.0000 , 0.0600 , 0.0062 , 8333333.3333 , 1.6667 , 0.8805 , 0.8502 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 32.4577 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5518 , cls_10 , 0.0000 , 0.0540 , 0.0044 , 6000000.0000 , 1.2857 , 0.9243 , 0.6894 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 57.6730 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5519 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 82.6544 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5523 , cls_10 , 0.0000 , 0.0960 , 0.0082 , 6666666.6667 , 2.0000 , 0.8433 , 0.8041 , 0.4271 , 0.0000 , 0.0000 , 0.0000 , 27.1707 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5534 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1215.9644 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5539 , cls_10 , 0.0000 , 0.0540 , 0.0039 , 12000000.0000 , 1.8000 , 0.8603 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 78.8132 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5540 , cls_10 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 56.0533 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5544 , cls_10 , 0.0000 , 2.4780 , 0.0542 , 4763552.4798 , 8.4286 , 0.1821 , 0.8695 , 0.6174 , 0.0000 , 0.0000 , 0.0000 , 149.1921 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5547 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 80.3968 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5549 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 157.1813 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5557 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 12.3447 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5559 , cls_10 , 0.0000 , 0.0480 , 0.0033 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 9.4456 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5561 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9009 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5563 , cls_10 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.2755 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5592 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.9357 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5597 , cls_10 , 0.0000 , 0.0780 , 0.0058 , 5777777.7778 , 1.6250 , 0.8838 , 0.6396 , 0.5222 , 0.0000 , 0.0000 , 0.0000 , 613.0032 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5609 , cls_10 , 0.0000 , 0.0840 , 0.0047 , 7179487.1795 , 1.7500 , 0.8534 , 0.5526 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 19.4589 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5613 , cls_10 , 0.0000 , 0.0660 , 0.0047 , 9166666.6667 , 1.8333 , 0.8606 , 0.6488 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 31.9784 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5616 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.7290 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5622 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 6666666.6667 , 1.3333 , 0.9273 , 0.6082 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 13.9938 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5633 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 388.0201 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5637 , cls_10 , 0.0000 , 0.0900 , 0.0058 , 7692307.6923 , 1.8750 , 0.8382 , 0.7931 , 0.4103 , 0.0000 , 0.0000 , 0.0000 , 157.2960 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5641 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.1994 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5649 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.3180 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5660 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.9791 , 0.0335 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5669 , cls_10 , 0.0000 , 0.3300 , 0.0145 , 5314009.6618 , 3.2353 , 0.6758 , 0.8200 , 0.5870 , 0.0000 , 0.0000 , 0.0000 , 92.4335 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5673 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.0708 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5674 , cls_10 , 0.0000 , 0.0540 , 0.0041 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.9007 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5680 , cls_10 , 0.0000 , 0.5460 , 0.0178 , 5321637.4269 , 4.1364 , 0.5787 , 0.7523 , 0.5702 , 0.0000 , 0.0000 , 0.0000 , 2667.2242 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5686 , cls_10 , 0.0000 , 0.0480 , 0.0039 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 132.0939 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5689 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.8009 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5693 , cls_10 , 0.0000 , 0.0780 , 0.0052 , 7878787.8788 , 1.8571 , 0.8541 , 0.7585 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 8.6730 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5694 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.6753 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5706 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 93.4058 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5713 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 154.0117 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5715 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 32.8248 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5716 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.9252 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5719 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.7615 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5721 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 13.0335 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5725 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 8.8977 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5727 , cls_10 , 0.0000 , 0.0780 , 0.0059 , 7878787.8788 , 1.8571 , 0.8541 , 0.6584 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 152.4916 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5728 , cls_10 , 0.0000 , 0.0600 , 0.0040 , 6666666.6667 , 1.4286 , 0.9016 , 0.6255 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 128.1946 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5738 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.6598 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5741 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.5217 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5744 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.2747 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5749 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 105.4074 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5759 , cls_10 , 0.0000 , 0.1500 , 0.0090 , 9803921.5686 , 2.7778 , 0.7475 , 0.7857 , 0.2941 , 0.0000 , 0.0000 , 0.0000 , 9.2174 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5764 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.5951 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5765 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.0431 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5767 , cls_10 , 0.0000 , 0.0660 , 0.0051 , 6111111.1111 , 1.5714 , 0.8988 , 0.7366 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 1520.3646 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5770 , cls_10 , 0.0000 , 0.0840 , 0.0057 , 6222222.2222 , 1.7500 , 0.8671 , 0.7347 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 289.8276 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5780 , cls_10 , 0.0000 , 0.1080 , 0.0061 , 8571428.5714 , 2.2500 , 0.8045 , 0.7258 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 25.1761 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5782 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 16.7258 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5786 , cls_10 , 0.0000 , 0.3540 , 0.0146 , 6555555.5556 , 3.6875 , 0.6445 , 0.7567 , 0.4750 , 0.0000 , 0.0000 , 0.0000 , 22.7862 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5794 , cls_10 , 0.0000 , 0.0540 , 0.0040 , 6666666.6667 , 1.5000 , 0.9139 , 0.5416 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 9.7953 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5799 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 146.1101 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5806 , cls_10 , 0.0000 , 0.1080 , 0.0067 , 8571428.5714 , 2.2500 , 0.8045 , 0.7591 , 0.3452 , 0.0000 , 0.0000 , 0.0000 , 14.6770 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5808 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.5262 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5814 , cls_10 , 0.0000 , 0.0720 , 0.0054 , 6666666.6667 , 1.7143 , 0.8797 , 0.7062 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 7.4484 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5825 , cls_10 , 0.0000 , 0.1260 , 0.0077 , 5384615.3846 , 1.9091 , 0.8272 , 0.6877 , 0.5449 , 0.0000 , 0.0000 , 0.0000 , 154.1562 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5832 , cls_10 , 0.0000 , 0.1260 , 0.0070 , 9333333.3333 , 2.6250 , 0.7761 , 0.7062 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 87.5558 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5833 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.2111 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5836 , cls_10 , 0.0000 , 0.2040 , 0.0100 , 4927536.2319 , 2.4286 , 0.7641 , 0.5961 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 12.6044 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5837 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.5733 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5842 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.5292 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5854 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 115.4532 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5864 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.9048 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5865 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.9818 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5867 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.1367 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5877 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1523.0081 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5915 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.8348 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5926 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4828 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5939 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.2208 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5941 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 14.6669 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5955 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.2404 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5968 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 15.9905 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5970 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 13.3082 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5976 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8496 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5978 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.4536 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5982 , cls_10 , 0.0000 , 0.0720 , 0.0049 , 10000000.0000 , 2.0000 , 0.8423 , 0.7004 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 17.7317 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5987 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 116.5308 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5989 , cls_10 , 0.0000 , 0.1440 , 0.0093 , 4848484.8485 , 2.0000 , 0.8186 , 0.7666 , 0.6212 , 0.0000 , 0.0000 , 0.0000 , 2154.5066 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6001 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.9109 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6015 , cls_10 , 0.0000 , 0.0720 , 0.0046 , 6666666.6667 , 1.7143 , 0.8797 , 0.5225 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 231.1327 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6029 , cls_10 , 0.0000 , 0.0600 , 0.0040 , 9523809.5238 , 1.6667 , 0.8684 , 0.6572 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 6.7633 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6038 , cls_10 , 0.0000 , 0.8940 , 0.0246 , 4556574.9235 , 4.9667 , 0.4807 , 0.7488 , 0.6399 , 0.0000 , 0.0000 , 0.0000 , 955.6815 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6043 , cls_10 , 0.0000 , 0.0420 , 0.0039 , 3888888.8889 , 1.0000 , 0.9977 , 0.3888 , 0.6389 , 0.0000 , 0.0000 , 0.0000 , 125.8948 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6049 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.4313 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6062 , cls_10 , 0.0000 , 0.0840 , 0.0052 , 7179487.1795 , 1.7500 , 0.8534 , 0.6877 , 0.4359 , 0.0000 , 0.0000 , 0.0000 , 2645.1014 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6063 , cls_10 , 0.0000 , 31.5300 , 0.1809 , 3327002.2159 , 25.5097 , -1.7524 , 0.7880 , 0.7313 , 0.0000 , 0.0000 , 0.0000 , 430.8574 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6071 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 61.0100 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6073 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 81.0392 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6076 , cls_10 , 0.0000 , 0.1080 , 0.0067 , 10909090.9091 , 2.5714 , 0.7835 , 0.8249 , 0.2424 , 0.0000 , 0.0000 , 0.0000 , 19.0662 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6077 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.2099 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6079 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 16.5139 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6080 , cls_10 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 16.5814 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6082 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.9134 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6083 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.3088 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6085 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 27.1361 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6088 , cls_10 , 0.0000 , 0.0720 , 0.0049 , 6666666.6667 , 1.7143 , 0.8797 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 17.5331 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6103 , cls_10 , 0.0000 , 0.0840 , 0.0058 , 5490196.0784 , 1.5556 , 0.8795 , 0.7035 , 0.5784 , 0.0000 , 0.0000 , 0.0000 , 31.2309 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6106 , cls_10 , 0.0000 , 0.1440 , 0.0081 , 5925925.9259 , 2.1818 , 0.7989 , 0.6562 , 0.5123 , 0.0000 , 0.0000 , 0.0000 , 155.5808 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6109 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.0555 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6110 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.9990 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6112 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.0735 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6113 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.5218 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6120 , cls_10 , 0.0000 , 0.0600 , 0.0046 , 9523809.5238 , 1.6667 , 0.8684 , 0.7772 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 4.2189 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6123 , cls_10 , 0.0000 , 0.0900 , 0.0058 , 7692307.6923 , 1.8750 , 0.8382 , 0.7286 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 625.1826 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6128 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 829.7967 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6134 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 18.5976 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6143 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7811 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6144 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.8344 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6152 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2662.7368 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6157 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 18.2900 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6159 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 33.1795 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6165 , cls_10 , 0.0000 , 0.0600 , 0.0050 , 7407407.4074 , 1.6667 , 0.8916 , 0.7135 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 8.6772 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6175 , cls_10 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.4715 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6184 , cls_10 , 0.0000 , 0.0720 , 0.0058 , 7272727.2727 , 1.7143 , 0.8714 , 0.8055 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 145.9560 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6192 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.1425 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6200 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.5807 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6209 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 21.5302 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6210 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.3600 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6212 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.5000 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6226 , cls_10 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 4.1290 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6239 , cls_10 , 0.0000 , 0.7920 , 0.0236 , 4631578.9474 , 4.7143 , 0.5084 , 0.7429 , 0.6237 , 0.0000 , 0.0000 , 0.0000 , 37.3037 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6241 , cls_10 , 0.0000 , 0.0600 , 0.0041 , 7407407.4074 , 1.6667 , 0.8916 , 0.6419 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 57.3227 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6246 , cls_10 , 0.0000 , 0.0720 , 0.0051 , 8888888.8889 , 2.0000 , 0.8529 , 0.6630 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 29.0586 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6249 , cls_10 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 11.1600 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6251 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.4872 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6254 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 84.6461 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6262 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 103.5285 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6266 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 18.3247 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6268 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 184.6966 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6275 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.9179 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6295 , cls_10 , 0.0000 , 0.0660 , 0.0056 , 5641025.6410 , 1.3750 , 0.9067 , 0.6877 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 71.9838 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6321 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 18.1568 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6322 , cls_10 , 0.0000 , 0.0720 , 0.0052 , 8888888.8889 , 2.0000 , 0.8529 , 0.7838 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 147.1049 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6323 , cls_10 , 0.0000 , 3.3360 , 0.0503 , 5475135.4013 , 10.4906 , 0.0712 , 0.7950 , 0.5677 , 0.0000 , 0.0000 , 0.0000 , 109.2889 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6335 , cls_10 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 281.4426 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6345 , cls_10 , 0.0000 , 0.2220 , 0.0127 , 6166666.6667 , 2.8462 , 0.7293 , 0.8141 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 183.2529 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6351 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 31.1134 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6352 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.7475 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6361 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 35.9063 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6369 , cls_10 , 0.0000 , 0.1200 , 0.0086 , 8333333.3333 , 2.5000 , 0.7928 , 0.8259 , 0.3646 , 0.0000 , 0.0000 , 0.0000 , 2659.0305 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6376 , cls_10 , 0.0000 , 0.0600 , 0.0049 , 8333333.3333 , 1.6667 , 0.8805 , 0.8041 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 92.4266 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6381 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 62.3484 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6382 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.2215 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6390 , cls_10 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 9.5539 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6393 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7494 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6397 , cls_10 , 0.0000 , 0.0540 , 0.0036 , 8571428.5714 , 1.5000 , 0.8902 , 0.5544 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 5.6953 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6399 , cls_10 , 0.0000 , 0.0600 , 0.0049 , 9523809.5238 , 1.6667 , 0.8684 , 0.7215 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 2136.5249 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6403 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 227.2277 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6418 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 62.1063 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6424 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 8.1973 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6430 , cls_10 , 0.0000 , 0.1200 , 0.0062 , 8333333.3333 , 2.5000 , 0.7928 , 0.6866 , 0.3854 , 0.0000 , 0.0000 , 0.0000 , 70.8291 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6450 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 28.4712 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6452 , cls_10 , 0.0000 , 0.0840 , 0.0061 , 8484848.4848 , 2.0000 , 0.8380 , 0.6888 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 184.1204 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6458 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 9.9120 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6468 , cls_10 , 0.0000 , 0.0660 , 0.0050 , 5641025.6410 , 1.3750 , 0.9067 , 0.5862 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 17.5619 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6470 , cls_10 , 0.0000 , 1.1760 , 0.0309 , 5164690.3821 , 6.1250 , 0.4024 , 0.7969 , 0.5810 , 0.0000 , 0.0000 , 0.0000 , 57.6517 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6475 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 554.9014 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6481 , cls_10 , 0.0000 , 0.2400 , 0.0101 , 5442176.8707 , 2.8571 , 0.7283 , 0.5922 , 0.5544 , 0.0000 , 0.0000 , 0.0000 , 2644.9491 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6491 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.2955 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6495 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.8286 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6499 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.2126 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6506 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2136.8818 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6519 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 179.3821 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6523 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 13.6617 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6529 , cls_10 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 10.6334 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6545 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 52.6769 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6546 , cls_10 , 0.0000 , 0.1920 , 0.0127 , 8888888.8889 , 3.2000 , 0.7195 , 0.8897 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 102.4248 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6556 , cls_10 , 0.0000 , 0.0660 , 0.0052 , 7333333.3333 , 1.5714 , 0.8812 , 0.8041 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 94.1198 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6568 , cls_10 , 0.0000 , 0.2100 , 0.0099 , 6862745.0980 , 2.9167 , 0.7284 , 0.7170 , 0.4559 , 0.0000 , 0.0000 , 0.0000 , 2657.6806 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6571 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2652.3138 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6577 , cls_10 , 0.0000 , 0.1560 , 0.0084 , 5252525.2525 , 2.1667 , 0.7989 , 0.6145 , 0.5707 , 0.0000 , 0.0000 , 0.0000 , 2696.8499 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6583 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 24.4211 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6602 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.2262 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6626 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.1468 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6628 , cls_10 , 0.0000 , 0.1680 , 0.0088 , 6913580.2469 , 2.5455 , 0.7618 , 0.7356 , 0.4568 , 0.0000 , 0.0000 , 0.0000 , 26.0262 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6650 , cls_10 , 0.0000 , 0.0900 , 0.0060 , 6666666.6667 , 1.8750 , 0.8517 , 0.7419 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 38.6086 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6669 , cls_10 , 0.0000 , 0.0900 , 0.0055 , 9090909.0909 , 2.1429 , 0.8230 , 0.7307 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 32.7228 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6677 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 22.0592 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6686 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.3141 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6687 , cls_10 , 0.0000 , 0.0780 , 0.0049 , 7878787.8788 , 1.8571 , 0.8541 , 0.5881 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 27.2691 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6688 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 16.1247 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6690 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 102.2022 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6700 , cls_10 , 0.0000 , 0.2220 , 0.0099 , 5248226.9504 , 2.6429 , 0.7444 , 0.6351 , 0.5887 , 0.0000 , 0.0000 , 0.0000 , 60.7767 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6703 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 25.7524 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6704 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 179.7830 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6708 , cls_10 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 51.7084 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6713 , cls_10 , 0.0000 , 0.1140 , 0.0069 , 5757575.7576 , 1.9000 , 0.8345 , 0.5881 , 0.5379 , 0.0000 , 0.0000 , 0.0000 , 21.5547 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6720 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 55.3416 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6722 , cls_10 , 0.0000 , 0.0960 , 0.0067 , 6274509.8039 , 1.7778 , 0.8491 , 0.7568 , 0.4902 , 0.0000 , 0.0000 , 0.0000 , 2648.2478 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6726 , cls_10 , 0.0000 , 0.0840 , 0.0055 , 7777777.7778 , 2.0000 , 0.8460 , 0.6273 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2638.5103 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6738 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 143.8492 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6742 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 19.0779 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6744 , cls_10 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 24.0152 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6747 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 17.9594 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6750 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.0201 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6759 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 306.7991 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6779 , cls_10 , 0.0000 , 0.0720 , 0.0063 , 7272727.2727 , 1.7143 , 0.8714 , 0.6888 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 40.9169 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6789 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 69.3243 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6797 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 114.2330 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6804 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 30.9777 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6805 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 34.3689 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6809 , cls_10 , 0.0000 , 0.0720 , 0.0064 , 8888888.8889 , 2.0000 , 0.8529 , 0.8315 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 32.5021 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6810 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 20.5298 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6813 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 339.7976 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6829 , cls_10 , 0.0000 , 0.2340 , 0.0112 , 5652173.9130 , 2.7857 , 0.7288 , 0.7350 , 0.5362 , 0.0000 , 0.0000 , 0.0000 , 47.6485 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6835 , cls_10 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 37.8324 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6836 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 30.0881 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6837 , cls_10 , 0.0000 , 0.4380 , 0.0171 , 7053140.0966 , 4.2941 , 0.5991 , 0.8123 , 0.4589 , 0.0000 , 0.0000 , 0.0000 , 83.8632 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6856 , cls_10 , 0.0000 , 0.0900 , 0.0053 , 8333333.3333 , 2.1429 , 0.8309 , 0.6605 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 352.8557 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6863 , cls_10 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 29.9783 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6880 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 32.6962 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6900 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 178.7021 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6904 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 30.7897 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6910 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.3297 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6915 , cls_10 , 0.0000 , 0.1560 , 0.0097 , 9629629.6296 , 2.8889 , 0.7434 , 0.8166 , 0.2870 , 0.0000 , 0.0000 , 0.0000 , 48.1701 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6929 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 217.6999 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6931 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 76.7142 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6937 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 176.9466 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6947 , cls_10 , 0.0000 , 0.0600 , 0.0044 , 8333333.3333 , 1.6667 , 0.8805 , 0.7004 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 31.0674 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6956 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 372.5364 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6959 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2641.8400 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6967 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 196.7202 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6970 , cls_10 , 0.0000 , 0.0720 , 0.0049 , 8000000.0000 , 1.7143 , 0.8625 , 0.7170 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 68.0678 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6971 , cls_10 , 0.0000 , 0.1260 , 0.0073 , 6363636.3636 , 2.1000 , 0.8110 , 0.7606 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 59.6149 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6983 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 135.1576 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6999 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2642.9816 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7000 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 825.5925 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7004 , cls_10 , 0.0000 , 0.1500 , 0.0088 , 5208333.3333 , 2.0833 , 0.8055 , 0.7247 , 0.5781 , 0.0000 , 0.0000 , 0.0000 , 32.8792 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7006 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 21.6606 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7009 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 176.5663 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7031 , cls_10 , 0.0000 , 0.0540 , 0.0044 , 4615384.6154 , 1.1250 , 0.9510 , 0.5132 , 0.5897 , 0.0000 , 0.0000 , 0.0000 , 23.6319 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7046 , cls_10 , 0.0000 , 0.4980 , 0.0198 , 6360153.2567 , 4.3684 , 0.5826 , 0.7878 , 0.5096 , 0.0000 , 0.0000 , 0.0000 , 57.6872 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7055 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 823.4105 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7057 , cls_10 , 0.0000 , 0.0900 , 0.0059 , 10000000.0000 , 2.1429 , 0.8146 , 0.7913 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 31.0921 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7068 , cls_10 , 0.0000 , 2.5560 , 0.0423 , 4797297.2973 , 8.6939 , 0.1711 , 0.7963 , 0.6177 , 0.0000 , 0.0000 , 0.0000 , 114.9733 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7069 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.4498 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7071 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 16.5855 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7072 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.9903 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7078 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 73.6546 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7079 , cls_10 , 0.0000 , 1.5060 , 0.0385 , 4152191.8941 , 6.1220 , 0.3477 , 0.7866 , 0.6671 , 0.0000 , 0.0000 , 0.0000 , 33.6688 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7087 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 5833333.3333 , 1.1667 , 0.9553 , 0.6488 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 2639.2818 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7096 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 39.2479 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7099 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 22.0639 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7112 , cls_10 , 0.0000 , 0.0840 , 0.0053 , 7777777.7778 , 2.0000 , 0.8460 , 0.7117 , 0.4028 , 0.0000 , 0.0000 , 0.0000 , 86.6162 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7117 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 104.5091 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7125 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2636.2458 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7130 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1326.1251 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7145 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 105.8652 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7163 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 23.6276 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7175 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.9948 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7177 , cls_10 , 0.0000 , 0.3420 , 0.0144 , 5588235.2941 , 3.3529 , 0.6648 , 0.7453 , 0.5564 , 0.0000 , 0.0000 , 0.0000 , 58.3662 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7189 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2638.0836 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7196 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.1754 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7205 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 146.8801 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7206 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 19.9624 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7228 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 22.8666 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7244 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 102.6657 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7253 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2636.1059 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7259 , cls_10 , 0.0000 , 0.1440 , 0.0074 , 6666666.6667 , 2.4000 , 0.7877 , 0.6850 , 0.4931 , 0.0000 , 0.0000 , 0.0000 , 2691.4339 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7263 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 24.5053 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7266 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 26.8967 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7267 , cls_10 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 29.2917 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7275 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 130.0886 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7279 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 132.3113 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7282 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 5000000.0000 , 1.0000 , 0.9877 , 0.4341 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 2637.2444 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7291 , cls_10 , 0.0000 , 0.2580 , 0.0112 , 5029239.7661 , 2.6875 , 0.7237 , 0.6716 , 0.5965 , 0.0000 , 0.0000 , 0.0000 , 2645.5354 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7293 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2112.1842 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7303 , cls_10 , 0.0000 , 0.1440 , 0.0082 , 7619047.6190 , 2.4000 , 0.7754 , 0.7695 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 48.3827 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7309 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 229.5992 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7337 , cls_10 , 0.0000 , 0.0600 , 0.0053 , 8333333.3333 , 1.6667 , 0.8805 , 0.8244 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 32.1065 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7374 , cls_10 , 0.0000 , 0.0720 , 0.0055 , 5714285.7143 , 1.5000 , 0.8948 , 0.6927 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 144.2810 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7376 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 30.9306 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7377 , cls_10 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 30.1586 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7384 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 42.0780 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7392 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 310.7332 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7398 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 49.9795 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7411 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 88.2093 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7418 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 33.9088 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7433 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 172.7546 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7452 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 41.4036 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7462 , cls_10 , 0.0000 , 0.1020 , 0.0083 , 10303030.3030 , 2.4286 , 0.7959 , 0.8715 , 0.2273 , 0.0000 , 0.0000 , 0.0000 , 2112.2540 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7470 , cls_10 , 0.0000 , 0.8580 , 0.0231 , 4790619.7655 , 4.9310 , 0.4868 , 0.7185 , 0.6147 , 0.0000 , 0.0000 , 0.0000 , 2667.5071 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7472 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 33.4918 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7476 , cls_10 , 0.0000 , 0.1740 , 0.0091 , 6041666.6667 , 2.4167 , 0.7691 , 0.7798 , 0.5469 , 0.0000 , 0.0000 , 0.0000 , 295.6107 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7491 , cls_10 , 0.0000 , 0.5160 , 0.0171 , 5791245.7912 , 4.3000 , 0.5832 , 0.7683 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 1371.2519 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7492 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 34.0652 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7496 , cls_10 , 0.0000 , 0.1500 , 0.0081 , 5952380.9524 , 2.2727 , 0.7925 , 0.7258 , 0.5298 , 0.0000 , 0.0000 , 0.0000 , 118.1846 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7498 , cls_10 , 0.0000 , 0.1560 , 0.0110 , 7222222.2222 , 2.6000 , 0.7687 , 0.8302 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 171.5632 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7510 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.0143 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7520 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 101.7360 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7540 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.2765 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7541 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 105.9903 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7577 , cls_10 , 0.0000 , 0.1980 , 0.0098 , 6285714.2857 , 2.7500 , 0.7456 , 0.6572 , 0.4905 , 0.0000 , 0.0000 , 0.0000 , 182.1816 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7601 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 20.4717 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7603 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 114.4839 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7608 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 83.6327 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7617 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 49.9986 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7628 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.0631 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7643 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 49.1527 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7645 , cls_10 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 114.5902 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7656 , cls_10 , 0.0000 , 0.2760 , 0.0118 , 5380116.9591 , 2.8750 , 0.7059 , 0.7176 , 0.5673 , 0.0000 , 0.0000 , 0.0000 , 35.5436 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7657 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 36.8733 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7682 , cls_10 , 0.0000 , 0.2940 , 0.0124 , 6282051.2821 , 3.2667 , 0.6810 , 0.6722 , 0.4968 , 0.0000 , 0.0000 , 0.0000 , 220.0773 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7685 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 72.4912 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7690 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 156.6515 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7693 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 132.9148 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7694 , cls_10 , 0.0000 , 0.0540 , 0.0039 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 31.3068 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7702 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 83.6356 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7713 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 132.4608 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7728 , cls_10 , 0.0000 , 0.0780 , 0.0050 , 5777777.7778 , 1.6250 , 0.8838 , 0.5756 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 26.3141 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7734 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 85.1494 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7739 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 426.4063 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7752 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 113.4163 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7765 , cls_10 , 0.0000 , 0.0960 , 0.0064 , 9696969.6970 , 2.2857 , 0.8090 , 0.8107 , 0.2879 , 0.0000 , 0.0000 , 0.0000 , 157.7980 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7766 , cls_10 , 0.0000 , 0.1380 , 0.0087 , 6969696.9697 , 2.3000 , 0.7897 , 0.7759 , 0.4470 , 0.0000 , 0.0000 , 0.0000 , 61.4870 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7767 , cls_10 , 0.0000 , 0.0780 , 0.0052 , 4814814.8148 , 1.4444 , 0.9022 , 0.4410 , 0.6204 , 0.0000 , 0.0000 , 0.0000 , 34.2739 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7769 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 43.5026 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7771 , cls_10 , 0.0000 , 0.0660 , 0.0041 , 8148148.1481 , 1.8333 , 0.8713 , 0.5416 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 105.9740 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7777 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2637.2345 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7801 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 107.5519 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7820 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2637.5658 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7823 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 207.3131 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7826 , cls_10 , 0.0000 , 0.0540 , 0.0044 , 8571428.5714 , 1.5000 , 0.8902 , 0.7591 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 55.1149 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7827 , cls_10 , 0.0000 , 0.1440 , 0.0067 , 7272727.2727 , 2.4000 , 0.7797 , 0.6853 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 165.0789 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7831 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 144.2039 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7839 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7213 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7846 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 142.9207 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7871 , cls_10 , 0.0000 , 0.1200 , 0.0072 , 5128205.1282 , 1.8182 , 0.8389 , 0.6587 , 0.5897 , 0.0000 , 0.0000 , 0.0000 , 2637.4504 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7884 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 138.3429 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7900 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.3377 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7903 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 12.8507 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7904 , cls_10 , 0.0000 , 0.0600 , 0.0041 , 11111111.1111 , 2.0000 , 0.8548 , 0.6944 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 22.7693 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7910 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1174.1441 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7922 , cls_10 , 0.0000 , 0.0600 , 0.0049 , 9523809.5238 , 1.6667 , 0.8684 , 0.8286 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 190.8756 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7925 , cls_10 , 0.0000 , 0.0480 , 0.0036 , 6666666.6667 , 1.3333 , 0.9273 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 84.8303 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7939 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 424.9180 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7941 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 624.8003 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7956 , cls_10 , 0.0000 , 0.0600 , 0.0036 , 9523809.5238 , 1.6667 , 0.8684 , 0.5544 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 246.9115 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7965 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 17.8505 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7966 , cls_10 , 0.0000 , 0.0960 , 0.0051 , 8205128.2051 , 2.0000 , 0.8239 , 0.6689 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 15.7065 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7978 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 638.0284 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7987 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 46.4381 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8003 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 14.4741 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8019 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 280.0809 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8021 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 142.4570 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8023 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 6666666.6667 , 1.3333 , 0.9273 , 0.4907 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 637.8996 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8025 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 66.1550 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8036 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 15.9012 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8037 , cls_10 , 0.0000 , 0.0660 , 0.0049 , 6666666.6667 , 1.5714 , 0.8903 , 0.7357 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 34.0093 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8041 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 11.1114 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8046 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2637.4311 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8059 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2133.8798 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8068 , cls_10 , 0.0000 , 0.1380 , 0.0077 , 7301587.3016 , 2.3000 , 0.7854 , 0.7243 , 0.4365 , 0.0000 , 0.0000 , 0.0000 , 17.5660 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8072 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 14.6988 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8081 , cls_10 , 0.0000 , 0.0900 , 0.0052 , 9090909.0909 , 2.1429 , 0.8230 , 0.6888 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2635.6900 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8095 , cls_10 , 0.0000 , 0.7680 , 0.0267 , 4467713.7871 , 4.5714 , 0.5185 , 0.8159 , 0.6405 , 0.0000 , 0.0000 , 0.0000 , 111.5248 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8120 , cls_10 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 44.7235 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8121 , cls_10 , 0.0000 , 0.1140 , 0.0067 , 6666666.6667 , 2.1111 , 0.8204 , 0.7154 , 0.4649 , 0.0000 , 0.0000 , 0.0000 , 38.4301 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8122 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 66.5218 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8136 , cls_10 , 0.0000 , 0.4560 , 0.0194 , 5277777.7778 , 3.8000 , 0.6157 , 0.8533 , 0.5677 , 0.0000 , 0.0000 , 0.0000 , 18.6481 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8138 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 29.9281 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8140 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 587.4099 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8142 , cls_10 , 0.0000 , 0.0540 , 0.0039 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1318.8657 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8159 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2112.8663 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8163 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1179.6026 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8176 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 72.7979 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8177 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 75.4073 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8188 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.6240 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8189 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.0483 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8190 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.3627 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8206 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2114.9699 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8207 , cls_10 , 0.0000 , 0.7440 , 0.0286 , 4920634.9206 , 4.7692 , 0.5180 , 0.8946 , 0.5883 , 0.0000 , 0.0000 , 0.0000 , 224.2850 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8215 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 128.3544 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8219 , cls_10 , 0.0000 , 0.0480 , 0.0034 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 14.8896 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8241 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 433.1895 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8244 , cls_10 , 0.0000 , 0.0720 , 0.0052 , 7272727.2727 , 1.7143 , 0.8714 , 0.6584 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 45.0897 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8245 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 45.7820 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8255 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.0222 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8263 , cls_10 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1319.8148 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8275 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 40.3451 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8276 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 50.0185 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8280 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 92.8767 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8282 , cls_10 , 0.0000 , 0.1860 , 0.0105 , 6458333.3333 , 2.5833 , 0.7527 , 0.7736 , 0.4896 , 0.0000 , 0.0000 , 0.0000 , 75.6404 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8292 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.4142 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8295 , cls_10 , 0.0000 , 0.1740 , 0.0088 , 8055555.5556 , 2.9000 , 0.7429 , 0.7769 , 0.3819 , 0.0000 , 0.0000 , 0.0000 , 8.3891 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8306 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2638.0489 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8315 , cls_10 , 0.0000 , 0.2040 , 0.0095 , 8395061.7284 , 3.0909 , 0.7152 , 0.7250 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 24.9082 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8319 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2635.0349 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8333 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1068.0520 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8334 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 333.9354 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8339 , cls_10 , 0.0000 , 0.1860 , 0.0096 , 6888888.8889 , 2.8182 , 0.7468 , 0.7436 , 0.4556 , 0.0000 , 0.0000 , 0.0000 , 57.4306 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8341 , cls_10 , 0.0000 , 0.1680 , 0.0109 , 6666666.6667 , 2.5455 , 0.7652 , 0.8261 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 49.7371 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8345 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.8489 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8346 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.1693 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8352 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.5703 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8353 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 14.0631 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8380 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.1345 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8401 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.1304 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8405 , cls_10 , 0.0000 , 0.0660 , 0.0067 , 9166666.6667 , 1.8333 , 0.8606 , 0.8605 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 26.6578 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8432 , cls_10 , 0.0000 , 0.2340 , 0.0104 , 8666666.6667 , 3.5455 , 0.6909 , 0.7567 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 11.8856 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8449 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.9730 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8450 , cls_10 , 0.0000 , 0.0960 , 0.0079 , 6666666.6667 , 2.0000 , 0.8433 , 0.8131 , 0.4479 , 0.0000 , 0.0000 , 0.0000 , 20.8945 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8453 , cls_10 , 0.0000 , 0.1320 , 0.0087 , 5057471.2644 , 2.0000 , 0.8269 , 0.7692 , 0.5977 , 0.0000 , 0.0000 , 0.0000 , 2634.9293 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8468 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 27.0699 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8475 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.1800 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8476 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 9.4887 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8482 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 423.6550 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8510 , cls_10 , 0.0000 , 0.3000 , 0.0156 , 5649717.5141 , 3.1250 , 0.6870 , 0.8461 , 0.5339 , 0.0000 , 0.0000 , 0.0000 , 81.6117 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8513 , cls_10 , 0.0000 , 0.0780 , 0.0057 , 8666666.6667 , 1.8571 , 0.8453 , 0.7805 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 23.0417 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8514 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 27.8951 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8515 , cls_10 , 0.0000 , 0.1020 , 0.0079 , 5666666.6667 , 1.8889 , 0.8510 , 0.7551 , 0.5250 , 0.0000 , 0.0000 , 0.0000 , 131.2251 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8516 , cls_10 , 0.0000 , 0.1560 , 0.0100 , 7536231.8841 , 2.6000 , 0.7649 , 0.7497 , 0.4275 , 0.0000 , 0.0000 , 0.0000 , 29.2093 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8528 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 660.5299 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8533 , cls_10 , 0.0000 , 0.0960 , 0.0055 , 5925925.9259 , 1.7778 , 0.8547 , 0.5593 , 0.5463 , 0.0000 , 0.0000 , 0.0000 , 2637.4765 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8539 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.3379 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8570 , cls_10 , 0.0000 , 0.1140 , 0.0062 , 6666666.6667 , 2.1111 , 0.8204 , 0.6731 , 0.4561 , 0.0000 , 0.0000 , 0.0000 , 66.2821 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8571 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.1253 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8572 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 25.4643 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8573 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.5527 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8577 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.6550 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8578 , cls_10 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 11.0301 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8579 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2641.3397 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8593 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1327.5353 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8596 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.2126 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8598 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 17.8640 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8600 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 17.0615 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8602 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.9829 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8604 , cls_10 , 0.0000 , 0.0900 , 0.0065 , 5263157.8947 , 1.6667 , 0.8749 , 0.6976 , 0.5526 , 0.0000 , 0.0000 , 0.0000 , 11.1873 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8605 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 8.8661 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8627 , cls_10 , 0.0000 , 0.0480 , 0.0040 , 4848484.8485 , 1.1429 , 0.9594 , 0.5170 , 0.5758 , 0.0000 , 0.0000 , 0.0000 , 20.0876 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8629 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 25.2550 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8638 , cls_10 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 12.6535 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8639 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.1025 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8646 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2634.4833 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8655 , cls_10 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 21.3529 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8656 , cls_10 , 0.0000 , 0.0660 , 0.0048 , 7333333.3333 , 1.5714 , 0.8812 , 0.7170 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 18.3127 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8668 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2108.2957 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8675 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2112.6011 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8678 , cls_10 , 0.0000 , 0.2400 , 0.0100 , 6837606.8376 , 3.0769 , 0.7074 , 0.6972 , 0.4786 , 0.0000 , 0.0000 , 0.0000 , 685.1173 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8683 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 50.0310 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8685 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 59.0380 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8687 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 17.0123 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8692 , cls_10 , 0.0000 , 0.0840 , 0.0059 , 7179487.1795 , 1.7500 , 0.8534 , 0.6877 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 13.8121 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8699 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 2635.0775 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8706 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2639.8020 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8713 , cls_10 , 0.0000 , 0.1260 , 0.0074 , 6666666.6667 , 2.1000 , 0.8066 , 0.6996 , 0.4683 , 0.0000 , 0.0000 , 0.0000 , 13.5145 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8715 , cls_10 , 0.0000 , 0.0600 , 0.0046 , 6060606.0606 , 1.4286 , 0.9110 , 0.6498 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 14.1453 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8732 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 17.6488 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8734 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 17.5984 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8748 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2109.3072 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8750 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1171.7359 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8756 , cls_10 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 20.1903 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8758 , cls_10 , 0.0000 , 0.0600 , 0.0042 , 8333333.3333 , 1.6667 , 0.8805 , 0.5926 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 15.3184 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8759 , cls_10 , 0.0000 , 0.2160 , 0.0091 , 6315789.4737 , 2.7692 , 0.7315 , 0.6278 , 0.5132 , 0.0000 , 0.0000 , 0.0000 , 20.2842 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8764 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 15.7577 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8765 , cls_10 , 0.0000 , 0.0960 , 0.0058 , 8888888.8889 , 2.2857 , 0.8167 , 0.7649 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 15.8695 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8766 , cls_10 , 0.0000 , 0.0660 , 0.0051 , 6111111.1111 , 1.5714 , 0.8988 , 0.7366 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 13.6442 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8768 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.8980 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8770 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7221 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8772 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 10.0023 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8787 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 21.0599 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8789 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 19.0188 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8792 , cls_10 , 0.0000 , 0.0840 , 0.0065 , 10370370.3704 , 2.3333 , 0.8201 , 0.7838 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 21.3916 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8794 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.9995 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8795 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.1163 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8802 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2635.8379 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8813 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.9516 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8816 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.0377 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8823 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.6821 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8825 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.7673 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8827 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.4980 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8847 , cls_10 , 0.0000 , 0.1560 , 0.0085 , 7878787.8788 , 2.6000 , 0.7609 , 0.7955 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 144.3959 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8852 , cls_10 , 0.0000 , 0.0540 , 0.0038 , 8571428.5714 , 1.5000 , 0.8902 , 0.6927 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 26.1471 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8861 , cls_10 , 0.0000 , 0.0840 , 0.0055 , 10370370.3704 , 2.3333 , 0.8201 , 0.7838 , 0.2407 , 0.0000 , 0.0000 , 0.0000 , 25.0368 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8876 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2642.9577 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8880 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.0993 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8884 , cls_10 , 0.0000 , 0.3420 , 0.0181 , 4691358.0247 , 3.1667 , 0.6809 , 0.8083 , 0.6235 , 0.0000 , 0.0000 , 0.0000 , 18.9633 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8889 , cls_10 , 0.0000 , 0.1260 , 0.0093 , 6363636.3636 , 2.1000 , 0.8110 , 0.8444 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 14.1306 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8891 , cls_10 , 0.0000 , 0.2460 , 0.0120 , 6356589.1473 , 2.9286 , 0.7099 , 0.7756 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 17.2515 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8911 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.9620 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8913 , cls_10 , 0.0000 , 0.0540 , 0.0047 , 8571428.5714 , 1.5000 , 0.8902 , 0.8019 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 21.4428 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8914 , cls_10 , 0.0000 , 0.1200 , 0.0080 , 5555555.5556 , 2.0000 , 0.8309 , 0.7296 , 0.5764 , 0.0000 , 0.0000 , 0.0000 , 22.6714 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8919 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.2671 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8935 , cls_10 , 0.0000 , 2.6280 , 0.0695 , 4717285.9451 , 8.7600 , 0.1619 , 0.9146 , 0.6225 , 0.0000 , 0.0000 , 0.0000 , 149.0167 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8937 , cls_10 , 0.0000 , 0.0840 , 0.0054 , 7777777.7778 , 2.0000 , 0.8460 , 0.7366 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 173.5666 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8940 , cls_10 , 0.0000 , 0.2400 , 0.0112 , 7619047.6190 , 3.3333 , 0.6979 , 0.7857 , 0.4143 , 0.0000 , 0.0000 , 0.0000 , 53.8484 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8953 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 13.8025 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8955 , cls_10 , 0.0000 , 0.0600 , 0.0049 , 7407407.4074 , 1.6667 , 0.8916 , 0.6419 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 12.7238 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8971 , cls_10 , 0.0000 , 0.1080 , 0.0064 , 10909090.9091 , 2.5714 , 0.7835 , 0.8055 , 0.2424 , 0.0000 , 0.0000 , 0.0000 , 17.8782 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8972 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 20.4741 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8975 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.9658 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8976 , cls_10 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 15.6254 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8979 , cls_10 , 0.0000 , 1.4280 , 0.0309 , 6055979.6438 , 7.2121 , 0.3405 , 0.8113 , 0.5210 , 0.0000 , 0.0000 , 0.0000 , 72.5535 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8992 , cls_10 , 0.0000 , 0.2340 , 0.0104 , 7647058.8235 , 3.2500 , 0.7016 , 0.8408 , 0.4020 , 0.0000 , 0.0000 , 0.0000 , 2658.6248 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8998 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 174.3063 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9003 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 29.3883 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9012 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2634.1634 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9017 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1065.4174 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9021 , cls_10 , 0.0000 , 0.5880 , 0.0185 , 5536723.1638 , 4.4545 , 0.5600 , 0.7881 , 0.5579 , 0.0000 , 0.0000 , 0.0000 , 412.0298 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9046 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 146.7119 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9064 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.5389 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9088 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.5930 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9091 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 14.1087 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9094 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 32.6327 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9095 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.0560 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9106 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 193.3612 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9140 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.9104 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9141 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.2121 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9150 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2634.0167 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9151 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2634.0331 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9160 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 129.7430 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9167 , cls_10 , 0.0000 , 0.0600 , 0.0047 , 13333333.3333 , 2.0000 , 0.8392 , 0.8128 , 0.1333 , 0.0000 , 0.0000 , 0.0000 , 140.3167 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9168 , cls_10 , 0.0000 , 0.0600 , 0.0045 , 6060606.0606 , 1.4286 , 0.9110 , 0.5623 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 51.2875 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9172 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 19.3946 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9176 , cls_10 , 0.0000 , 0.0600 , 0.0056 , 9523809.5238 , 1.6667 , 0.8684 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 21.5817 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9179 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 19.0455 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9182 , cls_10 , 0.0000 , 0.3720 , 0.0186 , 5585585.5856 , 3.4444 , 0.6495 , 0.8665 , 0.5541 , 0.0000 , 0.0000 , 0.0000 , 99.8345 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9183 , cls_10 , 0.0000 , 0.0540 , 0.0035 , 12000000.0000 , 1.8000 , 0.8603 , 0.6255 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 71.6513 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9195 , cls_10 , 0.0000 , 0.0660 , 0.0047 , 6666666.6667 , 1.5714 , 0.8903 , 0.6584 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 243.3982 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9207 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 24.1036 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9210 , cls_10 , 0.0000 , 0.0600 , 0.0054 , 8333333.3333 , 1.6667 , 0.8805 , 0.8041 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 21.3720 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9213 , cls_10 , 0.0000 , 0.0540 , 0.0041 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 73.7340 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9215 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 72.4152 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9217 , cls_10 , 0.0000 , 0.2940 , 0.0130 , 6282051.2821 , 3.2667 , 0.6810 , 0.7352 , 0.4872 , 0.0000 , 0.0000 , 0.0000 , 94.2893 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9235 , cls_10 , 0.0000 , 0.0480 , 0.0035 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 38.6216 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9238 , cls_10 , 0.0000 , 0.1020 , 0.0071 , 7555555.5556 , 2.1250 , 0.8236 , 0.7191 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 64.5834 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9239 , cls_10 , 0.0000 , 0.3540 , 0.0132 , 5539906.1033 , 3.4706 , 0.6593 , 0.6736 , 0.5704 , 0.0000 , 0.0000 , 0.0000 , 42.7537 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9240 , cls_10 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 35.7262 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9244 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 71.8809 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9245 , cls_10 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 38.0646 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9251 , cls_10 , 0.0000 , 0.0600 , 0.0045 , 5555555.5556 , 1.4286 , 0.9196 , 0.6180 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 2634.2827 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9268 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 57.7309 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9298 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8295 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9301 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 29.6564 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9304 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 32.2856 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9308 , cls_10 , 0.0000 , 0.5160 , 0.0198 , 5308641.9753 , 4.0952 , 0.5905 , 0.8103 , 0.5756 , 0.0000 , 0.0000 , 0.0000 , 62.7035 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9320 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2633.8219 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9325 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1158.0033 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9330 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 166.4437 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9338 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 167.2295 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9339 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 89.3498 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9342 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.1778 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9353 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2635.3286 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9357 , cls_10 , 0.0000 , 2.1900 , 0.0516 , 4724919.0939 , 7.9348 , 0.2242 , 0.8769 , 0.6256 , 0.0000 , 0.0000 , 0.0000 , 2683.4496 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9368 , cls_10 , 0.0000 , 0.1260 , 0.0072 , 7368421.0526 , 2.3333 , 0.7973 , 0.7581 , 0.4035 , 0.0000 , 0.0000 , 0.0000 , 133.6054 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9370 , cls_10 , 0.0000 , 0.3300 , 0.0139 , 4824561.4035 , 3.0556 , 0.6847 , 0.7674 , 0.6096 , 0.0000 , 0.0000 , 0.0000 , 181.2999 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9372 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.1311 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9373 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 33.6180 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9374 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.6662 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9395 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 28.8434 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9402 , cls_10 , 0.0000 , 0.1320 , 0.0076 , 4313725.4902 , 1.8333 , 0.8431 , 0.5583 , 0.6324 , 0.0000 , 0.0000 , 0.0000 , 44.9807 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9418 , cls_10 , 0.0000 , 0.4740 , 0.0154 , 5851851.8519 , 4.1579 , 0.5992 , 0.6754 , 0.5519 , 0.0000 , 0.0000 , 0.0000 , 186.0292 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9425 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 35.4285 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9455 , cls_10 , 0.0000 , 0.4500 , 0.0166 , 4761904.7619 , 3.5714 , 0.6274 , 0.7119 , 0.6175 , 0.0000 , 0.0000 , 0.0000 , 91.6751 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9468 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 158.6396 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9490 , cls_10 , 0.0000 , 0.1260 , 0.0074 , 6086956.5217 , 2.1000 , 0.8152 , 0.7862 , 0.5435 , 0.0000 , 0.0000 , 0.0000 , 308.1972 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9497 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.9255 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9520 , cls_10 , 0.0000 , 0.3660 , 0.0203 , 5147679.3249 , 3.3889 , 0.6598 , 0.8733 , 0.5928 , 0.0000 , 0.0000 , 0.0000 , 75.8319 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9538 , cls_10 , 0.0000 , 0.1620 , 0.0095 , 3333333.3333 , 1.8000 , 0.8406 , 0.5756 , 0.7253 , 0.0000 , 0.0000 , 0.0000 , 94.6152 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9563 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 183.1410 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9572 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 56.3481 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9601 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 24.7683 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9626 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 35.9575 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9654 , cls_10 , 0.0000 , 0.2040 , 0.0113 , 5528455.2846 , 2.6154 , 0.7530 , 0.7869 , 0.5325 , 0.0000 , 0.0000 , 0.0000 , 35.6348 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9655 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 59.9695 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9658 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 35.7005 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9661 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 31.2693 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9681 , cls_10 , 0.0000 , 0.0840 , 0.0061 , 6666666.6667 , 1.7500 , 0.8605 , 0.6927 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 161.3944 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9683 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 39.5222 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9687 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 25.8489 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9710 , cls_10 , 0.0000 , 0.1920 , 0.0151 , 6666666.6667 , 2.6667 , 0.7449 , 0.8833 , 0.4479 , 0.0000 , 0.0000 , 0.0000 , 178.4111 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9714 , cls_10 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 54.3007 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9730 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 662.6445 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9749 , cls_10 , 0.0000 , 0.0600 , 0.0043 , 11111111.1111 , 2.0000 , 0.8548 , 0.6944 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 71.2697 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9750 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 24.5401 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9752 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2106.8625 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9756 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2107.7780 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9760 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2108.8786 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9776 , cls_10 , 0.0000 , 0.0900 , 0.0078 , 7142857.1429 , 1.8750 , 0.8451 , 0.8019 , 0.3929 , 0.0000 , 0.0000 , 0.0000 , 15.9518 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9777 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 17.7397 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9780 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 31.9432 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9819 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 153.5524 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9824 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 122.2451 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9828 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 159.7262 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9843 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 68.5420 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9845 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 23.9751 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9846 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.8413 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9849 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2633.6886 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9854 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 653.0662 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9861 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 140.5115 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9868 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 50.4185 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9872 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 75.1267 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9878 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.2239 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9879 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 11.7977 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9886 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.6057 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9889 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 24.1337 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.6303 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 11 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5563 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 19 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7247 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 28 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.5819 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 31 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6882 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 35 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2773 , 0.0234 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 39 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4792 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 42 , cls_30 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.9682 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 44 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4813 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 50 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8247 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 55 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.6146 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 56 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 2.0814 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 58 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6205 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 62 , cls_30 , 0.0000 , 0.0540 , 0.0040 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.5591 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 86 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.2127 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 88 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.1809 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 94 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1962 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 97 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6784 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 108 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.6484 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 110 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.4421 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 112 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5798 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 114 , cls_30 , 0.0000 , 0.0480 , 0.0044 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.6691 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 121 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5799 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 125 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4677 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 129 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5976 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 136 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6016 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 137 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1433 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 138 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.9728 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 140 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8453 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 147 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4592 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 152 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.2293 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 153 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.0041 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 156 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.5103 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 3.5721 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 160 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.7887 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 166 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 7619047.6190 , 1.3333 , 0.9145 , 0.6572 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 1.3818 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 167 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.6751 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 168 , cls_30 , 0.0000 , 0.0780 , 0.0050 , 6666666.6667 , 1.6250 , 0.8698 , 0.6877 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 2.4680 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 170 , cls_30 , 0.0000 , 0.0780 , 0.0068 , 3939393.9394 , 1.3000 , 0.9235 , 0.7307 , 0.6439 , 0.0000 , 0.0000 , 0.0000 , 3.5988 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 172 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2477 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 175 , cls_30 , 0.0000 , 0.2460 , 0.0106 , 6666666.6667 , 3.1538 , 0.7056 , 0.7350 , 0.4756 , 0.0000 , 0.0000 , 0.0000 , 4.4247 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 178 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.6403 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 179 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3119 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 181 , cls_30 , 0.0000 , 0.1260 , 0.0108 , 5833333.3333 , 2.1000 , 0.8194 , 0.8202 , 0.5069 , 0.0000 , 0.0000 , 0.0000 , 3.0548 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 182 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.3143 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 183 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.9199 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 185 , cls_30 , 0.0000 , 0.0540 , 0.0042 , 4615384.6154 , 1.1250 , 0.9510 , 0.4292 , 0.6154 , 0.0000 , 0.0000 , 0.0000 , 8.4083 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 187 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.5530 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 194 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.3727 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 197 , cls_30 , 0.0000 , 0.0600 , 0.0054 , 4444444.4444 , 1.2500 , 0.9427 , 0.6327 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 2.3040 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 204 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3193 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 206 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.4544 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 210 , cls_30 , 0.0000 , 0.0600 , 0.0047 , 6666666.6667 , 1.4286 , 0.9016 , 0.6817 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.5100 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 211 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6777 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 222 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0337 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 228 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6589 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 233 , cls_30 , 0.0000 , 0.0600 , 0.0054 , 9523809.5238 , 1.6667 , 0.8684 , 0.8463 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 2.8567 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 234 , cls_30 , 0.0000 , 0.0660 , 0.0061 , 9166666.6667 , 1.8333 , 0.8606 , 0.8041 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 4.1383 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 235 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9903 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 240 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5590 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 249 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 9.3464 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 252 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 1.5624 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 258 , cls_30 , 0.0000 , 0.0600 , 0.0048 , 7407407.4074 , 1.6667 , 0.8916 , 0.7135 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 3.1479 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 263 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9382 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 267 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6527 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 269 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0387 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 271 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.5371 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 275 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.3092 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 278 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8605 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 281 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6224 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 282 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7854 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 285 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.4781 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 287 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0521 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 294 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.6825 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 303 , cls_30 , 0.0000 , 0.1080 , 0.0073 , 6000000.0000 , 2.0000 , 0.8378 , 0.7664 , 0.4917 , 0.0000 , 0.0000 , 0.0000 , 5.7623 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 305 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4429 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 309 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.8171 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 311 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6443 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 313 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.4956 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 319 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.0323 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 320 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.9210 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 331 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5673 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 333 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7465 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 336 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4068 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 337 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1701 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 338 , cls_30 , 0.0000 , 0.2040 , 0.0104 , 6296296.2963 , 2.8333 , 0.7408 , 0.7764 , 0.4954 , 0.0000 , 0.0000 , 0.0000 , 21.3413 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 339 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.7815 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 346 , cls_30 , 0.0000 , 0.0540 , 0.0043 , 6000000.0000 , 1.2857 , 0.9243 , 0.6255 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 2.7492 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 353 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.5208 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 355 , cls_30 , 0.0000 , 0.0720 , 0.0057 , 6666666.6667 , 1.7143 , 0.8797 , 0.7495 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 9.4170 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 357 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9247 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 359 , cls_30 , 0.0000 , 0.0780 , 0.0048 , 10833333.3333 , 2.1667 , 0.8255 , 0.6488 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.5518 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 369 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.4694 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 371 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 12.9847 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 379 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1292 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 381 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.6721 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 385 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.5494 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 387 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.7499 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 398 , cls_30 , 0.0000 , 0.1380 , 0.0069 , 9583333.3333 , 2.8750 , 0.7612 , 0.7736 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.1053 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 400 , cls_30 , 0.0000 , 0.0660 , 0.0050 , 5238095.2381 , 1.3750 , 0.9142 , 0.6637 , 0.5476 , 0.0000 , 0.0000 , 0.0000 , 7.4957 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 415 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.3614 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 417 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.7545 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 418 , cls_30 , 0.0000 , 0.2700 , 0.0110 , 7142857.1429 , 3.4615 , 0.6841 , 0.7109 , 0.4365 , 0.0000 , 0.0000 , 0.0000 , 13.5611 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 422 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3837 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 425 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7323 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 426 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.0580 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 440 , cls_30 , 0.0000 , 0.0600 , 0.0045 , 6666666.6667 , 1.4286 , 0.9016 , 0.6255 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 3.6011 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 449 , cls_30 , 0.0000 , 0.2280 , 0.0137 , 7916666.6667 , 3.1667 , 0.7028 , 0.8433 , 0.3854 , 0.0000 , 0.0000 , 0.0000 , 5.9546 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 450 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 2.2040 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 452 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.8902 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 454 , cls_30 , 0.0000 , 0.1560 , 0.0088 , 6666666.6667 , 2.3636 , 0.7761 , 0.7352 , 0.4808 , 0.0000 , 0.0000 , 0.0000 , 7.6653 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 457 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.3179 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 458 , cls_30 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 1.0481 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 466 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.1297 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 470 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.8351 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 472 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.1966 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 474 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1774 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 476 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.9675 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 477 , cls_30 , 0.0000 , 0.0540 , 0.0037 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 19.4074 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 479 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3548 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 481 , cls_30 , 0.0000 , 0.0660 , 0.0049 , 8148148.1481 , 1.8333 , 0.8713 , 0.7796 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.4837 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 489 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.5333 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 490 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 12.5654 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 494 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.8289 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 496 , cls_30 , 0.0000 , 0.1740 , 0.0105 , 6444444.4444 , 2.6364 , 0.7630 , 0.8472 , 0.5222 , 0.0000 , 0.0000 , 0.0000 , 5.5282 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 506 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.6578 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 508 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1772 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 513 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5615 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 516 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3570 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 517 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.7392 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 519 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8551 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 522 , cls_30 , 0.0000 , 0.0720 , 0.0057 , 8888888.8889 , 2.0000 , 0.8529 , 0.7838 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 14.5955 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 527 , cls_30 , 0.0000 , 0.0780 , 0.0059 , 6190476.1905 , 1.6250 , 0.8770 , 0.7558 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.9712 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 534 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8908 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 539 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7423 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 545 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9225 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 547 , cls_30 , 0.0000 , 0.1020 , 0.0078 , 6296296.2963 , 1.8889 , 0.8408 , 0.7453 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.8215 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 549 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8705 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 550 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4010 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 552 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3964 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 562 , cls_30 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7516 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 4.4586 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 566 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.7941 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 567 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 2.3008 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 572 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3474 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 578 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2.2246 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 583 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.5740 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 587 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 5.8804 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 592 , cls_30 , 0.0000 , 0.1020 , 0.0061 , 6296296.2963 , 1.8889 , 0.8408 , 0.6243 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 3.9734 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 598 , cls_30 , 0.0000 , 0.3240 , 0.0134 , 5454545.4545 , 3.1765 , 0.6767 , 0.7771 , 0.5783 , 0.0000 , 0.0000 , 0.0000 , 14.8684 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 603 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.2096 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 605 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.2315 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 608 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8907 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 617 , cls_30 , 0.0000 , 0.0840 , 0.0068 , 5490196.0784 , 1.5556 , 0.8795 , 0.7453 , 0.5392 , 0.0000 , 0.0000 , 0.0000 , 2.9728 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 623 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1088 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 631 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 9.2768 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 634 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.5969 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 642 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5823 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 646 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 6000000.0000 , 1.2857 , 0.9243 , 0.6817 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.2609 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 650 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6415 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 654 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 6060606.0606 , 1.4286 , 0.9110 , 0.6498 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 1.8666 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 664 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1346 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 666 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 5000000.0000 , 1.2857 , 0.9427 , 0.5506 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 2.7762 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 673 , cls_30 , 0.0000 , 0.0480 , 0.0043 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 1.0618 , 0.0319 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 678 , cls_30 , 0.0000 , 0.1020 , 0.0060 , 6666666.6667 , 1.8889 , 0.8353 , 0.6452 , 0.4314 , 0.0000 , 0.0000 , 0.0000 , 3.6818 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 686 , cls_30 , 0.0000 , 0.2220 , 0.0117 , 6851851.8519 , 3.0833 , 0.7197 , 0.7926 , 0.4491 , 0.0000 , 0.0000 , 0.0000 , 17.6923 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 688 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.8751 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 695 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.9027 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 699 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7367 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 706 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9768 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 709 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0694 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 719 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.4037 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 721 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 10.1634 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 722 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.6763 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 723 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0201 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 725 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 10000000.0000 , 1.8000 , 0.8762 , 0.7062 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.4421 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 726 , cls_30 , 0.0000 , 0.1440 , 0.0095 , 6153846.1538 , 2.1818 , 0.7953 , 0.8041 , 0.4936 , 0.0000 , 0.0000 , 0.0000 , 16.8826 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 730 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.0066 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 732 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.4313 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 733 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.1754 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 735 , cls_30 , 0.0000 , 0.0720 , 0.0055 , 10000000.0000 , 2.0000 , 0.8423 , 0.8433 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.4172 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 749 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.5674 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 760 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.7926 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 765 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.4677 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 767 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 6666666.6667 , 1.3333 , 0.9273 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 2.9005 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 777 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 10666666.6667 , 1.6000 , 0.8838 , 0.6463 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 4.2394 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 778 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7827 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 779 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.4021 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 781 , cls_30 , 0.0000 , 0.2160 , 0.0120 , 7272727.2727 , 3.0000 , 0.7188 , 0.8197 , 0.4343 , 0.0000 , 0.0000 , 0.0000 , 12.2298 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 786 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 2.5956 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 789 , cls_30 , 0.0000 , 0.0660 , 0.0049 , 7333333.3333 , 1.5714 , 0.8812 , 0.7913 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.9368 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 790 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3808 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 803 , cls_30 , 0.0000 , 0.0660 , 0.0047 , 6666666.6667 , 1.5714 , 0.8903 , 0.6584 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 3.7960 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 809 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9324 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 812 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 4.8298 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 813 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.4699 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 816 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1302 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 825 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.6635 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 828 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 2.2623 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 829 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.2227 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 833 , cls_30 , 0.0000 , 0.0600 , 0.0054 , 8333333.3333 , 1.6667 , 0.8805 , 0.8244 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 3.5630 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 839 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.7512 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 840 , cls_30 , 0.0000 , 0.0540 , 0.0042 , 8571428.5714 , 1.5000 , 0.8902 , 0.6927 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 17.6926 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 851 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5048 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 853 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4604 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 861 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8501 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 863 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.2631 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 867 , cls_30 , 0.0000 , 0.0720 , 0.0056 , 11428571.4286 , 2.0000 , 0.8307 , 0.8463 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 6.0116 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 868 , cls_30 , 0.0000 , 0.0960 , 0.0062 , 9696969.6970 , 2.2857 , 0.8090 , 0.8249 , 0.2879 , 0.0000 , 0.0000 , 0.0000 , 4.4481 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 869 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8136 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 879 , cls_30 , 0.0000 , 0.0960 , 0.0068 , 4848484.8485 , 1.6000 , 0.8748 , 0.6704 , 0.6061 , 0.0000 , 0.0000 , 0.0000 , 5.9535 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 881 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 7500000.0000 , 1.5000 , 0.9026 , 0.7516 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 2.9803 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 888 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9980 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 891 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 8.8775 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 893 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.2473 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 894 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.1929 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 909 , cls_30 , 0.0000 , 0.0660 , 0.0052 , 7333333.3333 , 1.5714 , 0.8812 , 0.7598 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 3.1023 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 914 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2643 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 918 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.7682 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 919 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5168 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 921 , cls_30 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 8.1927 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 922 , cls_30 , 0.0000 , 0.1380 , 0.0070 , 7666666.6667 , 2.5556 , 0.7809 , 0.6559 , 0.4250 , 0.0000 , 0.0000 , 0.0000 , 5.7024 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 926 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0633 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 929 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.4958 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 932 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4190 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 942 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.2275 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 943 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.1809 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 949 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.2489 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 957 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8676 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 963 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5990 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 968 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9582 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 969 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6859 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 973 , cls_30 , 0.0000 , 0.0720 , 0.0062 , 7272727.2727 , 1.7143 , 0.8714 , 0.7845 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 10.5706 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 974 , cls_30 , 0.0000 , 0.0600 , 0.0042 , 7407407.4074 , 1.6667 , 0.8916 , 0.6048 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 3.2107 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 978 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6982 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 983 , cls_30 , 0.0000 , 0.0540 , 0.0036 , 8571428.5714 , 1.5000 , 0.8902 , 0.5544 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 2.3702 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 987 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 6.1280 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 988 , cls_30 , 0.0000 , 0.0780 , 0.0068 , 6666666.6667 , 1.6250 , 0.8698 , 0.8140 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 5.2724 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 989 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8733 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 990 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.7762 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 995 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.7737 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 996 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.6208 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1002 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5995 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1006 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1955 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1012 , cls_30 , 0.0000 , 0.0720 , 0.0052 , 7272727.2727 , 1.7143 , 0.8714 , 0.6215 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 3.2306 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1016 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4438 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1021 , cls_30 , 0.0000 , 0.3060 , 0.0158 , 4788732.3944 , 3.0000 , 0.6989 , 0.8022 , 0.6056 , 0.0000 , 0.0000 , 0.0000 , 13.5573 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1022 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 22.1361 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1023 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.3250 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1024 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4703 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1025 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.3886 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1026 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.3951 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1027 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.9393 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1033 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.7385 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1039 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3725 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1046 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9932 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1048 , cls_30 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.6643 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1050 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6309 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1051 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 9.7604 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1055 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.3805 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1056 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0752 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1057 , cls_30 , 0.0000 , 0.0840 , 0.0064 , 7179487.1795 , 1.7500 , 0.8534 , 0.6877 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 4.5766 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1063 , cls_30 , 0.0000 , 0.0600 , 0.0048 , 6666666.6667 , 1.4286 , 0.9016 , 0.7170 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 2.7679 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1066 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4948 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1067 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3653 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1072 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2240 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1074 , cls_30 , 0.0000 , 0.0900 , 0.0065 , 6250000.0000 , 1.8750 , 0.8579 , 0.7247 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.4771 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1080 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1765 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1082 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7312 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1083 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.4919 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1085 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9722 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1088 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0661 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1090 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 4.4996 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1091 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.6370 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1101 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.3695 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1102 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4033 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1103 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.2199 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1112 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.0455 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1113 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7673 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1116 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9263 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1117 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2.2342 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1118 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.5205 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1123 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.4985 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1124 , cls_30 , 0.0000 , 0.0960 , 0.0060 , 5079365.0794 , 1.6000 , 0.8700 , 0.5617 , 0.5794 , 0.0000 , 0.0000 , 0.0000 , 6.8263 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1126 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5975 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1128 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.3915 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1129 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4985 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1131 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2916 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1133 , cls_30 , 0.0000 , 0.1080 , 0.0078 , 5454545.4545 , 1.8000 , 0.8471 , 0.8169 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 12.6811 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1135 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 6.4059 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1138 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 1.1871 , 0.0331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1141 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.6083 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1144 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.8725 , 0.0234 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1145 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7614 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1147 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3448 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1150 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4265 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1153 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5961 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1157 , cls_30 , 0.0000 , 0.0900 , 0.0055 , 6666666.6667 , 1.8750 , 0.8517 , 0.5756 , 0.4778 , 0.0000 , 0.0000 , 0.0000 , 21.3804 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1171 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.3380 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1172 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0258 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1173 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.1838 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1176 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.0224 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1178 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4625 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1182 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.6251 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1190 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3756 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1194 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.3934 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1203 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.5570 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1206 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0684 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1208 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9153 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1209 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1707 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1213 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.1234 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1219 , cls_30 , 0.0000 , 0.0660 , 0.0045 , 8148148.1481 , 1.8333 , 0.8713 , 0.7453 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 5.8576 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1220 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.7381 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1225 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.2964 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1230 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8865 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1243 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.0785 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1244 , cls_30 , 0.0000 , 0.0900 , 0.0070 , 7142857.1429 , 1.8750 , 0.8451 , 0.7558 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 1.2881 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1245 , cls_30 , 0.0000 , 0.0960 , 0.0059 , 7111111.1111 , 2.0000 , 0.8372 , 0.7191 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 13.5877 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1248 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.6865 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1256 , cls_30 , 0.0000 , 0.1200 , 0.0079 , 8333333.3333 , 2.5000 , 0.7928 , 0.8370 , 0.3438 , 0.0000 , 0.0000 , 0.0000 , 4.7100 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1257 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.1344 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1259 , cls_30 , 0.0000 , 0.0900 , 0.0064 , 7142857.1429 , 1.8750 , 0.8451 , 0.7558 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 21.2605 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1260 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.5850 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1264 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.1674 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1267 , cls_30 , 0.0000 , 0.0480 , 0.0042 , 5925925.9259 , 1.3333 , 0.9389 , 0.7135 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 9.8516 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1274 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.6530 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1278 , cls_30 , 0.0000 , 0.0660 , 0.0043 , 9166666.6667 , 1.8333 , 0.8606 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.0804 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1280 , cls_30 , 0.0000 , 0.0780 , 0.0059 , 5416666.6667 , 1.6250 , 0.8902 , 0.7247 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 10.3276 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1285 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.0306 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1291 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7227 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1292 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.7266 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1303 , cls_30 , 0.0000 , 0.1380 , 0.0070 , 8070175.4386 , 2.5556 , 0.7763 , 0.6686 , 0.3772 , 0.0000 , 0.0000 , 0.0000 , 4.5759 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1305 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.8322 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1308 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9492 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1310 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.9339 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1313 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5946 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1315 , cls_30 , 0.0000 , 0.2100 , 0.0118 , 5982905.9829 , 2.6923 , 0.7409 , 0.8097 , 0.5256 , 0.0000 , 0.0000 , 0.0000 , 11.4392 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1317 , cls_30 , 0.0000 , 0.1080 , 0.0084 , 8571428.5714 , 2.2500 , 0.8045 , 0.8318 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 6.8948 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1322 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.2107 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1327 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 2.9524 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1330 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.1024 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1333 , cls_30 , 0.0000 , 0.1320 , 0.0091 , 7333333.3333 , 2.4444 , 0.7912 , 0.8279 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.0479 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1335 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1930 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1339 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.8070 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1343 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9043 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1353 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.7634 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1355 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.3720 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1357 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 5.0890 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1359 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8544 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1364 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9243 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1368 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 5.3484 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1371 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.7267 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1373 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9297 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1376 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 14.5579 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1379 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5473 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1381 , cls_30 , 0.0000 , 0.0720 , 0.0054 , 7272727.2727 , 1.7143 , 0.8714 , 0.7704 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 3.3934 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1383 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8267 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1390 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.5454 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1394 , cls_30 , 0.0000 , 0.2340 , 0.0132 , 7222222.2222 , 3.2500 , 0.7066 , 0.8554 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.1832 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1395 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.1089 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1399 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.9349 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1401 , cls_30 , 0.0000 , 0.0720 , 0.0047 , 10000000.0000 , 2.0000 , 0.8423 , 0.7004 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.4772 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1406 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.9939 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1410 , cls_30 , 0.0000 , 0.0720 , 0.0055 , 5333333.3333 , 1.5000 , 0.9017 , 0.7384 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 6.7075 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1411 , cls_30 , 0.0000 , 0.0600 , 0.0048 , 9523809.5238 , 1.6667 , 0.8684 , 0.8019 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 9.6955 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1412 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.0325 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1416 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8390 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1422 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5556 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1428 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2170 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1429 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2806 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1434 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.0231 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1436 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7785 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1441 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 10.2448 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1443 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2546 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1446 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 12000000.0000 , 1.8000 , 0.8603 , 0.8447 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7228 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1447 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1702 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1452 , cls_30 , 0.0000 , 0.0900 , 0.0056 , 5882352.9412 , 1.6667 , 0.8638 , 0.5671 , 0.5294 , 0.0000 , 0.0000 , 0.0000 , 6.2237 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1455 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9692 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1456 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1327 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1459 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8687 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1465 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.1427 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1471 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9757 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1478 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9803 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1479 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.7087 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1489 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.5374 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1495 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.3760 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1500 , cls_30 , 0.0000 , 0.0480 , 0.0043 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 11.5820 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1501 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 1.4626 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1502 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.4210 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1507 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7164 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1513 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 2.9754 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1515 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 7.8623 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1518 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3062 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1520 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.3953 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1523 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5641 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1526 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0529 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1527 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7437 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1531 , cls_30 , 0.0000 , 0.0540 , 0.0042 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 2.8427 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1534 , cls_30 , 0.0000 , 0.0660 , 0.0042 , 9166666.6667 , 1.8333 , 0.8606 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7869 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1535 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1966 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1541 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.1692 , 0.0228 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1543 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.5113 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1545 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8341 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1546 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6962 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1552 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4855 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1556 , cls_30 , 0.0000 , 0.0660 , 0.0056 , 10476190.4762 , 1.8333 , 0.8487 , 0.8318 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 5.8550 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1560 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.3813 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1561 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8016 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1563 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.1577 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1564 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5630 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1567 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.3764 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1568 , cls_30 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.3719 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1574 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2568 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1577 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 7.4710 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1578 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6023 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1589 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8831 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1594 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.2965 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1597 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7753 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1604 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0484 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1605 , cls_30 , 0.0000 , 0.0540 , 0.0039 , 7500000.0000 , 1.5000 , 0.9026 , 0.6817 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 5.7048 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1608 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.4917 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1609 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7044 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1610 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6320 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1613 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6716 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1614 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3807 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1615 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.7559 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1616 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.1040 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1619 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2248 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1622 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.7336 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1624 , cls_30 , 0.0000 , 0.0840 , 0.0056 , 10370370.3704 , 2.3333 , 0.8201 , 0.7205 , 0.2407 , 0.0000 , 0.0000 , 0.0000 , 5.6503 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1630 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8472 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1631 , cls_30 , 0.0000 , 0.1500 , 0.0092 , 7936507.9365 , 2.5000 , 0.7659 , 0.8048 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 4.8720 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1632 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.4822 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1633 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9422 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1636 , cls_30 , 0.0000 , 0.0660 , 0.0044 , 12222222.2222 , 2.2000 , 0.8354 , 0.6944 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8217 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1637 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4092 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1641 , cls_30 , 0.0000 , 0.1200 , 0.0080 , 4597701.1494 , 1.8182 , 0.8500 , 0.6844 , 0.6379 , 0.0000 , 0.0000 , 0.0000 , 2.2728 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1645 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7122 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1650 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 5.3274 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1652 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.9500 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1655 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.0045 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1656 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.9387 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1663 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5794 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1666 , cls_30 , 0.0000 , 0.0660 , 0.0046 , 12222222.2222 , 2.2000 , 0.8354 , 0.7366 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1450 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1668 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.2778 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1673 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2702 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1675 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.5935 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1677 , cls_30 , 0.0000 , 0.1080 , 0.0072 , 7500000.0000 , 2.2500 , 0.8166 , 0.8131 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.0354 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1679 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1722 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1684 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6488 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1687 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.9028 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1690 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6342 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1695 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2064 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1696 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.4481 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1697 , cls_30 , 0.0000 , 0.1320 , 0.0081 , 6666666.6667 , 2.2000 , 0.8001 , 0.7845 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 31.8652 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1703 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 7500000.0000 , 1.5000 , 0.9026 , 0.7247 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 5.1357 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1707 , cls_30 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.9961 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1711 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.1164 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1712 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.0340 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1719 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6347 , 0.0258 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1721 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5602 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1727 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.2985 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1730 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8106 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1732 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 2.3242 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1735 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7378 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1736 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.4484 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1740 , cls_30 , 0.0000 , 0.0840 , 0.0055 , 7777777.7778 , 2.0000 , 0.8460 , 0.7062 , 0.4028 , 0.0000 , 0.0000 , 0.0000 , 13.6278 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1742 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 32.8647 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1744 , cls_30 , 0.0000 , 1.1760 , 0.0330 , 5632183.9080 , 6.3226 , 0.3967 , 0.8078 , 0.5503 , 0.0000 , 0.0000 , 0.0000 , 20.4324 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1745 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.0320 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1753 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.4456 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1755 , cls_30 , 0.0000 , 0.1020 , 0.0064 , 9444444.4444 , 2.4286 , 0.8034 , 0.7649 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 5.2259 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1757 , cls_30 , 0.0000 , 0.0960 , 0.0061 , 8205128.2051 , 2.0000 , 0.8239 , 0.7286 , 0.3718 , 0.0000 , 0.0000 , 0.0000 , 4.3109 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1759 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 3.5356 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1760 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 6666666.6667 , 1.3333 , 0.9273 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 5.5105 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1761 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2076 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1764 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7892 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1771 , cls_30 , 0.0000 , 0.0480 , 0.0042 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 3.8524 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1772 , cls_30 , 0.0000 , 0.0660 , 0.0047 , 12222222.2222 , 2.2000 , 0.8354 , 0.8137 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5634 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1775 , cls_30 , 0.0000 , 0.1500 , 0.0083 , 4504504.5045 , 1.9231 , 0.8201 , 0.6773 , 0.6486 , 0.0000 , 0.0000 , 0.0000 , 12.1011 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1777 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 4.3153 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1778 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.3032 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1782 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4762 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1790 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6245 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1791 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 13333333.3333 , 2.0000 , 0.8645 , 0.7170 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 2.4748 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1797 , cls_30 , 0.0000 , 0.0660 , 0.0056 , 7333333.3333 , 1.5714 , 0.8812 , 0.7598 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 11.6540 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1801 , cls_30 , 0.0000 , 0.1140 , 0.0067 , 8444444.4444 , 2.3750 , 0.7986 , 0.7878 , 0.3556 , 0.0000 , 0.0000 , 0.0000 , 2.9115 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1804 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6817 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1806 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7927 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1809 , cls_30 , 0.0000 , 0.1080 , 0.0064 , 7500000.0000 , 2.2500 , 0.8166 , 0.6866 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 3.6258 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1813 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0272 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1816 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7077 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1817 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9282 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1820 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.8592 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1824 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.6351 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1828 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.3477 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1830 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2127 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1832 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8239 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1833 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.7138 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1835 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 61.4592 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1845 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.4955 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1849 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.1648 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1857 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.3056 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1859 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.6129 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1861 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.9669 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1864 , cls_30 , 0.0000 , 0.1860 , 0.0111 , 7948717.9487 , 2.8182 , 0.7340 , 0.8171 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 10.4555 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1865 , cls_30 , 0.0000 , 0.1140 , 0.0060 , 9047619.0476 , 2.3750 , 0.7925 , 0.5652 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.6685 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1866 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.7920 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1869 , cls_30 , 0.0000 , 0.0840 , 0.0055 , 7777777.7778 , 2.0000 , 0.8460 , 0.7495 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.4621 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1874 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8013 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1879 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 14.9986 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1884 , cls_30 , 0.0000 , 0.0960 , 0.0078 , 8205128.2051 , 2.0000 , 0.8239 , 0.8438 , 0.3718 , 0.0000 , 0.0000 , 0.0000 , 3.1495 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1887 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.4165 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1888 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.8222 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1890 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0471 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1891 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9079 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1896 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1040 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1897 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.4915 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1900 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.9483 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1902 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.0565 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1904 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.7379 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1913 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7766 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1914 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2517 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1918 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1030 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1930 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.5403 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1933 , cls_30 , 0.0000 , 0.0840 , 0.0052 , 8484848.4848 , 2.0000 , 0.8380 , 0.5881 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.9465 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1934 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6894 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1939 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5660 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1951 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.5618 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1956 , cls_30 , 0.0000 , 0.0600 , 0.0048 , 6666666.6667 , 1.4286 , 0.9016 , 0.6817 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 6.6595 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1970 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.7789 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1971 , cls_30 , 0.0000 , 0.0780 , 0.0072 , 10833333.3333 , 2.1667 , 0.8255 , 0.8802 , 0.2292 , 0.0000 , 0.0000 , 0.0000 , 4.9510 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1973 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5899 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1975 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6926 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1978 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1969 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1979 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0833 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1981 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1987 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1983 , cls_30 , 0.0000 , 0.0660 , 0.0050 , 9166666.6667 , 1.8333 , 0.8606 , 0.7247 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 4.6296 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1986 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9518 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1987 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.2374 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1993 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 2.2588 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1998 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8433 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2002 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 48.6355 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2005 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2161 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2008 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9099 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2012 , cls_30 , 0.0000 , 0.1320 , 0.0081 , 9166666.6667 , 2.7500 , 0.7713 , 0.8370 , 0.3438 , 0.0000 , 0.0000 , 0.0000 , 4.3378 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2013 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7919 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2014 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.7308 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2017 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.7036 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2018 , cls_30 , 0.0000 , 0.0480 , 0.0048 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.4086 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2019 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0135 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2021 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 18.2075 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2025 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 9523809.5238 , 1.6667 , 0.8684 , 0.7379 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 2.3115 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2026 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 4444444.4444 , 1.1429 , 0.9685 , 0.5506 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 8.2694 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2029 , cls_30 , 0.0000 , 0.0660 , 0.0061 , 8148148.1481 , 1.8333 , 0.8713 , 0.8024 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 3.3592 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2030 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.0851 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2031 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2958 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2032 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.0383 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2035 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0812 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2036 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.6748 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2039 , cls_30 , 0.0000 , 0.0900 , 0.0063 , 7142857.1429 , 1.8750 , 0.8451 , 0.7078 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 2.0217 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2041 , cls_30 , 0.0000 , 0.0660 , 0.0055 , 8148148.1481 , 1.8333 , 0.8713 , 0.7796 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 29.0730 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2042 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2324 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2052 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1146 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2056 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.1207 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2058 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2134 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2059 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6521 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2064 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2265 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2069 , cls_30 , 0.0000 , 0.1620 , 0.0117 , 3913043.4783 , 1.9286 , 0.8233 , 0.8277 , 0.6630 , 0.0000 , 0.0000 , 0.0000 , 9.4389 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2071 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.3831 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2073 , cls_30 , 0.0000 , 0.0600 , 0.0040 , 9523809.5238 , 1.6667 , 0.8684 , 0.6435 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 4.8911 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2081 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6501 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2086 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.4642 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2087 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.9324 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2090 , cls_30 , 0.0000 , 0.1260 , 0.0075 , 5185185.1852 , 1.9091 , 0.8309 , 0.6456 , 0.5802 , 0.0000 , 0.0000 , 0.0000 , 4.6436 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2094 , cls_30 , 0.0000 , 0.0960 , 0.0062 , 7111111.1111 , 2.0000 , 0.8372 , 0.7191 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 16.2868 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2096 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4311 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2102 , cls_30 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 5.1800 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2105 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.2496 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2108 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4683 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2111 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7265 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2113 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.3192 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2121 , cls_30 , 0.0000 , 0.0960 , 0.0058 , 8205128.2051 , 2.0000 , 0.8239 , 0.6689 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 7.7531 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2123 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.4198 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2125 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8331 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2129 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 5.6509 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2132 , cls_30 , 0.0000 , 0.0840 , 0.0070 , 8484848.4848 , 2.0000 , 0.8380 , 0.8352 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.7198 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2136 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3458 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2141 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.0685 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2144 , cls_30 , 0.0000 , 0.1020 , 0.0065 , 7083333.3333 , 2.1250 , 0.8296 , 0.7963 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 6.8142 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2148 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6579 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2157 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.5268 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2158 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3417 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2161 , cls_30 , 0.0000 , 0.1860 , 0.0107 , 8266666.6667 , 3.1000 , 0.7306 , 0.8498 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 62.8746 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2163 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 50.8657 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2167 , cls_30 , 0.0000 , 0.3180 , 0.0150 , 4472573.8397 , 2.9444 , 0.6986 , 0.7516 , 0.6245 , 0.0000 , 0.0000 , 0.0000 , 13.8133 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2172 , cls_30 , 0.0000 , 0.0720 , 0.0049 , 6666666.6667 , 1.7143 , 0.8797 , 0.6180 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 11.4747 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2179 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2462 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2181 , cls_30 , 0.0000 , 0.0720 , 0.0056 , 8888888.8889 , 2.0000 , 0.8529 , 0.7838 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 4.1666 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2186 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7487 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2187 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3383 , 0.0342 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2188 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.3184 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2193 , cls_30 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 8.5883 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2200 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.5873 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2213 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 25.1891 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2222 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 15.8913 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2225 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.2086 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2226 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 3.7850 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2228 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.3883 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2232 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0325 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2243 , cls_30 , 0.0000 , 0.0780 , 0.0060 , 7878787.8788 , 1.8571 , 0.8541 , 0.7585 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 1.7172 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2244 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.3623 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2245 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.3874 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2247 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4351 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2251 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5664 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2258 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 11.1034 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2261 , cls_30 , 0.0000 , 0.2220 , 0.0092 , 6851851.8519 , 3.0833 , 0.7197 , 0.6654 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 5.4405 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2262 , cls_30 , 0.0000 , 0.0480 , 0.0032 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 9.7438 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2264 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.0658 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2272 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.3880 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2274 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 3.4108 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2276 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3384 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2287 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.6514 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2294 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4655 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2295 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.6366 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2297 , cls_30 , 0.0000 , 0.0540 , 0.0039 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.0147 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2298 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.2204 , 0.0391 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2299 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8385 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2304 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.7940 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2307 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.3217 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2308 , cls_30 , 0.0000 , 0.0660 , 0.0049 , 5641025.6410 , 1.3750 , 0.9067 , 0.5963 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 8.9963 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2310 , cls_30 , 0.0000 , 0.0660 , 0.0053 , 12222222.2222 , 2.2000 , 0.8354 , 0.8302 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.7475 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2311 , cls_30 , 0.0000 , 0.1080 , 0.0093 , 6666666.6667 , 2.0000 , 0.8277 , 0.8315 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 17.6074 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2312 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4171 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2316 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4020 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2318 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.4247 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2323 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8706 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2325 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5385 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2327 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2377 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2331 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6990 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2337 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.5049 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2338 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 2.9336 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2344 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.0135 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2345 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.8265 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2352 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3327 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2356 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7941 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2374 , cls_30 , 0.0000 , 0.0540 , 0.0050 , 7500000.0000 , 1.5000 , 0.9026 , 0.8078 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.0064 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2376 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4247 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2380 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 2.9485 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2382 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7911 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2383 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9591 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2384 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2504 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2390 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7695 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2393 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4603 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2399 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.5324 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2400 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4012 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2401 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2383 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2402 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7723 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2405 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8168 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2407 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3021 , 0.0301 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2409 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6950 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2410 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7795 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2414 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2549 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2417 , cls_30 , 0.0000 , 0.1620 , 0.0092 , 6000000.0000 , 2.4545 , 0.7804 , 0.7419 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 22.5305 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2426 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.4765 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2427 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.2577 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2429 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.4058 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2432 , cls_30 , 0.0000 , 0.0960 , 0.0072 , 5614035.0877 , 1.7778 , 0.8600 , 0.7581 , 0.5351 , 0.0000 , 0.0000 , 0.0000 , 7.9547 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2433 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.0199 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2434 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 9.8980 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2436 , cls_30 , 0.0000 , 0.0600 , 0.0048 , 7407407.4074 , 1.6667 , 0.8916 , 0.7796 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 22.6591 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2443 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5163 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2445 , cls_30 , 0.0000 , 0.0960 , 0.0058 , 7111111.1111 , 2.0000 , 0.8372 , 0.6396 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.7976 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2448 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5221 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2453 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1552 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2457 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6018 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2460 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 16.1678 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2464 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1706 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2469 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3729 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2471 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.7765 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2473 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1161 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2478 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.7062 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 10.6183 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2480 , cls_30 , 0.0000 , 0.1800 , 0.0122 , 5405405.4054 , 2.3077 , 0.7746 , 0.8268 , 0.5450 , 0.0000 , 0.0000 , 0.0000 , 14.8638 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2485 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.3382 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2489 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1829 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2491 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.0131 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2509 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4611 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2513 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.8411 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2514 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.5396 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2515 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.6982 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2516 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.7199 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2517 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 10.2507 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2523 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.3045 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2525 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 6.8837 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2529 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.4627 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2531 , cls_30 , 0.0000 , 0.0720 , 0.0064 , 10000000.0000 , 2.0000 , 0.8423 , 0.8585 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 17.8393 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2534 , cls_30 , 0.0000 , 0.0720 , 0.0054 , 8000000.0000 , 1.7143 , 0.8625 , 0.7913 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 3.3031 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2536 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.3836 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2538 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.7803 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2539 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6917 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2545 , cls_30 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 2.6937 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2546 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.5309 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2553 , cls_30 , 0.0000 , 0.1020 , 0.0067 , 5666666.6667 , 1.8889 , 0.8510 , 0.7139 , 0.5250 , 0.0000 , 0.0000 , 0.0000 , 7.0107 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2562 , cls_30 , 0.0000 , 0.1080 , 0.0068 , 5454545.4545 , 1.8000 , 0.8471 , 0.6704 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 3.4112 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2566 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 6.3639 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2569 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 6060606.0606 , 1.4286 , 0.9110 , 0.5881 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 2.1309 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2570 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.5853 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2582 , cls_30 , 0.0000 , 0.0840 , 0.0059 , 7777777.7778 , 2.0000 , 0.8460 , 0.7062 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 29.3718 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2584 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 29.2197 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2585 , cls_30 , 0.0000 , 0.1680 , 0.0091 , 8484848.4848 , 2.8000 , 0.7435 , 0.7940 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.8920 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2589 , cls_30 , 0.0000 , 0.3180 , 0.0152 , 6794871.7949 , 3.5333 , 0.6605 , 0.8186 , 0.4647 , 0.0000 , 0.0000 , 0.0000 , 16.8319 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2592 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9374 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2597 , cls_30 , 0.0000 , 0.2100 , 0.0120 , 7777777.7778 , 3.1818 , 0.7173 , 0.8472 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 5.6442 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2598 , cls_30 , 0.0000 , 0.0600 , 0.0047 , 7407407.4074 , 1.6667 , 0.8916 , 0.6630 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 6.8354 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2599 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9119 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2605 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9444 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2606 , cls_30 , 0.0000 , 0.0480 , 0.0051 , 7619047.6190 , 1.3333 , 0.9145 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 10.6570 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2607 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.7626 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2613 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.8387 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2620 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.4584 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2631 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7775 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2638 , cls_30 , 0.0000 , 0.1920 , 0.0099 , 5925925.9259 , 2.6667 , 0.7559 , 0.6839 , 0.5093 , 0.0000 , 0.0000 , 0.0000 , 9.5879 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2643 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 18.7845 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2661 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4456 , 0.0300 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2663 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1071 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2664 , cls_30 , 0.0000 , 0.0480 , 0.0044 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 5.6657 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2666 , cls_30 , 0.0000 , 0.0540 , 0.0049 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 10.0281 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2668 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1303 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2671 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.7671 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2677 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4312 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2686 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.9458 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2687 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.4556 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2696 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.9292 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2697 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.1306 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2704 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7326 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2707 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.5685 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2708 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.8422 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2710 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.2574 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2712 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3498 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2713 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.7019 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2714 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9101 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2728 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.5732 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2729 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 7.3749 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2732 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6673 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2737 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 8.5458 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2738 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.3345 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2740 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.5926 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 5.2957 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2744 , cls_30 , 0.0000 , 0.0780 , 0.0054 , 8666666.6667 , 1.8571 , 0.8453 , 0.7805 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 4.6880 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2745 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.4207 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2751 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1119 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2753 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 6.6669 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2755 , cls_30 , 0.0000 , 0.0480 , 0.0044 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.9615 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2757 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3719 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2758 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.8737 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2762 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6601 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2765 , cls_30 , 0.0000 , 0.0480 , 0.0042 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 3.2534 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2767 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.6724 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2768 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.9714 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2770 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7254 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2774 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.9781 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2776 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.9355 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2779 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3695 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2782 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.5625 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2784 , cls_30 , 0.0000 , 0.0720 , 0.0063 , 6666666.6667 , 1.7143 , 0.8797 , 0.7062 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.7039 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2788 , cls_30 , 0.0000 , 0.0600 , 0.0046 , 11111111.1111 , 2.0000 , 0.8548 , 0.7753 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 4.2530 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2789 , cls_30 , 0.0000 , 0.0720 , 0.0060 , 8000000.0000 , 1.7143 , 0.8625 , 0.7913 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 9.2733 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2793 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2140 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2798 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8120 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2800 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4565 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2802 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 2.3632 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2809 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0856 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2811 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4390 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2815 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.7140 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2817 , cls_30 , 0.0000 , 0.1860 , 0.0095 , 6262626.2626 , 2.5833 , 0.7556 , 0.7406 , 0.4949 , 0.0000 , 0.0000 , 0.0000 , 11.8009 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2818 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3722 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2826 , cls_30 , 0.0000 , 0.0660 , 0.0047 , 6111111.1111 , 1.5714 , 0.8988 , 0.6180 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.1773 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2829 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 7.3048 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2831 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.8213 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2833 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0406 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2834 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.6114 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2835 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9681 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2840 , cls_30 , 0.0000 , 0.0660 , 0.0053 , 5641025.6410 , 1.3750 , 0.9067 , 0.6877 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.9581 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2842 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9351 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2852 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.0662 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2854 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.4999 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2858 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.9096 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2860 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 5.1765 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2862 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 8.3165 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2867 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 6.5020 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2870 , cls_30 , 0.0000 , 0.0600 , 0.0053 , 6666666.6667 , 1.4286 , 0.9016 , 0.7598 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.2239 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2875 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1371 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2878 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1593 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2881 , cls_30 , 0.0000 , 0.1440 , 0.0071 , 10666666.6667 , 3.0000 , 0.7462 , 0.7419 , 0.2556 , 0.0000 , 0.0000 , 0.0000 , 2.2214 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2882 , cls_30 , 0.0000 , 0.1140 , 0.0064 , 9047619.0476 , 2.3750 , 0.7925 , 0.6927 , 0.2976 , 0.0000 , 0.0000 , 0.0000 , 4.6157 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2888 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0534 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2890 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9561 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2894 , cls_30 , 0.0000 , 0.0660 , 0.0050 , 7333333.3333 , 1.5714 , 0.8812 , 0.7551 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 12.0295 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2896 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 16.9872 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2898 , cls_30 , 0.0000 , 0.2460 , 0.0121 , 4408602.1505 , 2.5625 , 0.7445 , 0.7098 , 0.6425 , 0.0000 , 0.0000 , 0.0000 , 19.1127 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2900 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.5225 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2913 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5727 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2915 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9629 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2921 , cls_30 , 0.0000 , 0.0540 , 0.0039 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.8155 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2932 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0710 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2936 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.9683 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2937 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.2520 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2943 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7986 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2945 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.9303 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2946 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 4.5667 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2948 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7655 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2949 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5811 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2952 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.7310 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2955 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 14.4727 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2956 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6420 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2958 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.8697 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2962 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.9727 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2965 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.8303 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2968 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9112 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2969 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5924 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2978 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.2226 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2979 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6742 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2980 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.8977 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2985 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9105 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2986 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4121 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2987 , cls_30 , 0.0000 , 0.0540 , 0.0047 , 5454545.4545 , 1.2857 , 0.9338 , 0.6888 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 4.0712 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2994 , cls_30 , 0.0000 , 0.0660 , 0.0047 , 10476190.4762 , 1.8333 , 0.8487 , 0.7591 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 2.7988 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2995 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7250 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2997 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0492 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3001 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 10.2565 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3002 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 24.4691 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3006 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.7161 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3008 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2640 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3010 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4190 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3011 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7700 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3014 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 1.8760 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3020 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.6772 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3021 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7476 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3022 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9053 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3023 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.9810 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3024 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6206 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3026 , cls_30 , 0.0000 , 0.0840 , 0.0057 , 4912280.7018 , 1.5556 , 0.8908 , 0.5348 , 0.5965 , 0.0000 , 0.0000 , 0.0000 , 3.4503 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3027 , cls_30 , 0.0000 , 0.1860 , 0.0097 , 5040650.4065 , 2.3846 , 0.7763 , 0.7178 , 0.5854 , 0.0000 , 0.0000 , 0.0000 , 7.1583 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3028 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 8.1665 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3032 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.9960 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3033 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.7180 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3041 , cls_30 , 0.0000 , 0.0600 , 0.0041 , 8333333.3333 , 1.6667 , 0.8805 , 0.4907 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 4.1166 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3045 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0625 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3047 , cls_30 , 0.0000 , 0.0660 , 0.0052 , 9166666.6667 , 1.8333 , 0.8606 , 0.8330 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 16.2147 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3050 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.4148 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3059 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9880 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3062 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.2849 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3065 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.3314 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3073 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3003 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3085 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 8888888.8889 , 1.6000 , 0.9002 , 0.7062 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 2.8111 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3087 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5280 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3104 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4488 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3109 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6727 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3112 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5785 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3115 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.7698 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3119 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 7.7018 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3130 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.3529 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3131 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.1995 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3133 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.0682 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3136 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.5085 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3143 , cls_30 , 0.0000 , 0.2820 , 0.0159 , 4017094.0171 , 2.6111 , 0.7305 , 0.7753 , 0.6688 , 0.0000 , 0.0000 , 0.0000 , 13.0598 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3144 , cls_30 , 0.0000 , 0.2760 , 0.0130 , 5679012.3457 , 3.0667 , 0.7009 , 0.7693 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 5.1137 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3147 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3803 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3149 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5442 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3151 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0771 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3152 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0069 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3159 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0680 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3162 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.3898 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3173 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 4.5767 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3176 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6943 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3185 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6081 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3187 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6922 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3190 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.4156 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3197 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9028 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3203 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4249 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3211 , cls_30 , 0.0000 , 0.1020 , 0.0072 , 6296296.2963 , 1.8889 , 0.8408 , 0.6903 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.3170 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3216 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.0058 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3218 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 13333333.3333 , 2.0000 , 0.8392 , 0.8011 , 0.1333 , 0.0000 , 0.0000 , 0.0000 , 9.7690 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3219 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2047 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3220 , cls_30 , 0.0000 , 0.1200 , 0.0072 , 6060606.0606 , 2.0000 , 0.8224 , 0.7521 , 0.5379 , 0.0000 , 0.0000 , 0.0000 , 7.4150 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3221 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.2176 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3222 , cls_30 , 0.0000 , 0.0720 , 0.0053 , 6666666.6667 , 1.7143 , 0.8797 , 0.6180 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 7.2918 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3225 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3836 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3228 , cls_30 , 0.0000 , 0.0780 , 0.0064 , 8666666.6667 , 1.8571 , 0.8453 , 0.8408 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 6.0298 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3234 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.8186 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3240 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.9952 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3242 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.5629 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3243 , cls_30 , 0.0000 , 0.0600 , 0.0048 , 9523809.5238 , 1.6667 , 0.8684 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 2.3274 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3244 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.8546 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3248 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4281 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3249 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9088 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3252 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.0944 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3255 , cls_30 , 0.0000 , 0.0540 , 0.0042 , 6666666.6667 , 1.5000 , 0.9139 , 0.7135 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.6298 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3256 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5692 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3270 , cls_30 , 0.0000 , 0.0780 , 0.0056 , 9629629.6296 , 2.1667 , 0.8359 , 0.7838 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 9.0370 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3274 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 13.3466 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3278 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.6278 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3281 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.5258 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3287 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.5943 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3291 , cls_30 , 0.0000 , 0.1380 , 0.0082 , 7301587.3016 , 2.3000 , 0.7854 , 0.7943 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 5.2031 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3293 , cls_30 , 0.0000 , 0.0660 , 0.0045 , 7333333.3333 , 1.5714 , 0.8812 , 0.6021 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 3.7939 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3302 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.7893 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3305 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1392 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3309 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.0114 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3313 , cls_30 , 0.0000 , 0.1320 , 0.0080 , 7719298.2456 , 2.4444 , 0.7866 , 0.7282 , 0.3684 , 0.0000 , 0.0000 , 0.0000 , 9.6866 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3315 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.4986 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3317 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3591 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3320 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4576 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3321 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2303 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3323 , cls_30 , 0.0000 , 0.0780 , 0.0058 , 7222222.2222 , 1.8571 , 0.8622 , 0.8283 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.9701 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3324 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.1594 , 0.0228 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3325 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.0046 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3328 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 9.9404 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3335 , cls_30 , 0.0000 , 0.0540 , 0.0049 , 10000000.0000 , 1.8000 , 0.8762 , 0.8302 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.5132 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3344 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.7850 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3346 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.1837 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3347 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 8333333.3333 , 1.6667 , 0.8805 , 0.7004 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 7.1730 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3349 , cls_30 , 0.0000 , 0.0600 , 0.0046 , 6666666.6667 , 1.4286 , 0.9016 , 0.6894 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 5.2938 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3350 , cls_30 , 0.0000 , 0.1500 , 0.0093 , 5555555.5556 , 2.2727 , 0.7992 , 0.6944 , 0.5611 , 0.0000 , 0.0000 , 0.0000 , 4.4635 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3351 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9878 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3353 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5271 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3355 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 6666666.6667 , 1.3333 , 0.9273 , 0.6082 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 9.2311 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3360 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.2163 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3361 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 1.6619 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3365 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4622 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3369 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3473 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3370 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3871 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3371 , cls_30 , 0.0000 , 0.0540 , 0.0046 , 10000000.0000 , 1.8000 , 0.8762 , 0.7613 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.6011 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3372 , cls_30 , 0.0000 , 0.0660 , 0.0041 , 10476190.4762 , 1.8333 , 0.8487 , 0.6927 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 4.5824 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3377 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4694 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3378 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6234 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3382 , cls_30 , 0.0000 , 0.0540 , 0.0040 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.7763 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3384 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6047 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3386 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9506 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3392 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7711 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3393 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.8649 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3394 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 18.3324 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3396 , cls_30 , 0.0000 , 0.2640 , 0.0133 , 5534591.1950 , 2.9333 , 0.7108 , 0.7735 , 0.5503 , 0.0000 , 0.0000 , 0.0000 , 18.6535 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3397 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9426 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3406 , cls_30 , 0.0000 , 0.0960 , 0.0065 , 8205128.2051 , 2.0000 , 0.8239 , 0.6877 , 0.3205 , 0.0000 , 0.0000 , 0.0000 , 1.5414 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3407 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 3.5739 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3410 , cls_30 , 0.0000 , 0.0600 , 0.0057 , 11111111.1111 , 2.0000 , 0.8548 , 0.8472 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 2.6119 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3411 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8931 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3414 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8718 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3415 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.8332 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3416 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.2352 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3417 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 10.5344 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3418 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1536 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3420 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.9829 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3422 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 12000000.0000 , 1.8000 , 0.8603 , 0.8447 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7294 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3423 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 5.0180 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3427 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 8333333.3333 , 1.6667 , 0.8805 , 0.7004 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 7.5527 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3428 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.8136 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3431 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.4079 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3442 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9830 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3448 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.3286 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3450 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.5701 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3456 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6736 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3458 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.6911 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3459 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 7.5623 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3460 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9472 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3464 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.8645 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3470 , cls_30 , 0.0000 , 0.0480 , 0.0048 , 7619047.6190 , 1.3333 , 0.9145 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 4.0815 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3471 , cls_30 , 0.0000 , 0.0600 , 0.0040 , 7407407.4074 , 1.6667 , 0.8916 , 0.6630 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.8849 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3479 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.6204 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3485 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1940 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3497 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8127 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3500 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.5427 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3503 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.8121 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3506 , cls_30 , 0.0000 , 0.0540 , 0.0036 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.1723 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3511 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2723 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3513 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.4295 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3517 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9151 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3524 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7612 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3526 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5502 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3529 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8466 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3538 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3646 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3539 , cls_30 , 0.0000 , 0.0600 , 0.0045 , 11111111.1111 , 2.0000 , 0.8548 , 0.7613 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.0628 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3542 , cls_30 , 0.0000 , 0.1560 , 0.0096 , 5777777.7778 , 2.3636 , 0.7896 , 0.7419 , 0.5278 , 0.0000 , 0.0000 , 0.0000 , 4.6317 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3546 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 16.2664 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3548 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.4845 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3552 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.6235 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3557 , cls_30 , 0.0000 , 0.1020 , 0.0067 , 5666666.6667 , 1.8889 , 0.8510 , 0.7004 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 12.0258 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3558 , cls_30 , 0.0000 , 0.0480 , 0.0042 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.3727 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3561 , cls_30 , 0.0000 , 0.0840 , 0.0047 , 8484848.4848 , 2.0000 , 0.8380 , 0.6498 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 2.3752 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3564 , cls_30 , 0.0000 , 0.0660 , 0.0055 , 9166666.6667 , 1.8333 , 0.8606 , 0.8078 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.5110 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3565 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 6666666.6667 , 1.3333 , 0.9273 , 0.6817 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 6.0218 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3568 , cls_30 , 0.0000 , 0.1140 , 0.0086 , 6666666.6667 , 2.1111 , 0.8204 , 0.8221 , 0.4474 , 0.0000 , 0.0000 , 0.0000 , 4.5981 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3573 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.0939 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3574 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.8520 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3575 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.0695 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3579 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8867 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3581 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4094 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3585 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.6380 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3589 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.7403 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3590 , cls_30 , 0.0000 , 0.2580 , 0.0137 , 6991869.9187 , 3.3077 , 0.6935 , 0.8115 , 0.4593 , 0.0000 , 0.0000 , 0.0000 , 21.2907 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3592 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9063 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3593 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.5780 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3595 , cls_30 , 0.0000 , 0.0360 , 0.0024 , 8000000.0000 , 1.2000 , 0.9413 , 0.3634 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 3.2804 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3603 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.3491 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3604 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.2939 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3609 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1494 , 0.0339 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3620 , cls_30 , 0.0000 , 0.0600 , 0.0041 , 8333333.3333 , 1.6667 , 0.8805 , 0.6082 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 10.7376 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3624 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.6776 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3625 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4302 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3626 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0220 , 0.0421 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3628 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 2.3711 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3631 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.8759 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3635 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2526 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3644 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3008 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3646 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8101 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3658 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.4034 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3661 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1688 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3663 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5941 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3664 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.6388 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3668 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.1009 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3671 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6088 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3674 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 2.1685 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3676 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.7738 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3684 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9016 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3689 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2510 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3695 , cls_30 , 0.0000 , 0.1020 , 0.0090 , 5151515.1515 , 1.7000 , 0.8606 , 0.8081 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 6.0055 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3698 , cls_30 , 0.0000 , 0.0720 , 0.0051 , 7272727.2727 , 1.7143 , 0.8714 , 0.7199 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 3.5281 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3702 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1178 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3708 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.0081 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3710 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.3702 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3713 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7951 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3716 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.7295 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3717 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9837 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3718 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 8.0951 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3722 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5640 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3731 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6016 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3732 , cls_30 , 0.0000 , 0.1260 , 0.0091 , 7000000.0000 , 2.3333 , 0.8020 , 0.7823 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.7197 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3733 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 13.8068 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3736 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 12.0969 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3740 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5374 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3742 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.5481 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3745 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.5005 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3748 , cls_30 , 0.0000 , 0.1320 , 0.0091 , 7333333.3333 , 2.4444 , 0.7912 , 0.7805 , 0.4250 , 0.0000 , 0.0000 , 0.0000 , 9.7550 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3754 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9368 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3758 , cls_30 , 0.0000 , 0.1620 , 0.0079 , 5806451.6129 , 2.2500 , 0.7836 , 0.6092 , 0.5323 , 0.0000 , 0.0000 , 0.0000 , 8.3602 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3759 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8168 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3769 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.6888 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3777 , cls_30 , 0.0000 , 0.0540 , 0.0047 , 10000000.0000 , 1.8000 , 0.8762 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.1500 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3779 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3840 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3782 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.8741 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3785 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.4743 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3789 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.3139 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3791 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.6007 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3792 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.3128 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3795 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.3468 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3799 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.1402 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3802 , cls_30 , 0.0000 , 0.0900 , 0.0053 , 7692307.6923 , 1.8750 , 0.8382 , 0.6817 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 3.3605 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3804 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.9225 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3806 , cls_30 , 0.0000 , 0.0540 , 0.0039 , 12000000.0000 , 1.8000 , 0.8603 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2972 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3811 , cls_30 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 2.9985 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3816 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.0876 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3817 , cls_30 , 0.0000 , 0.1200 , 0.0076 , 5128205.1282 , 1.8182 , 0.8389 , 0.7070 , 0.5769 , 0.0000 , 0.0000 , 0.0000 , 27.2846 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3822 , cls_30 , 0.0000 , 0.1260 , 0.0067 , 7000000.0000 , 2.3333 , 0.8020 , 0.5825 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.3978 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3824 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.3677 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3826 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.4828 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3829 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.3595 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3832 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8531 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3835 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7966 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3838 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 8333333.3333 , 1.6667 , 0.8805 , 0.7453 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 1.8696 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3840 , cls_30 , 0.0000 , 0.0540 , 0.0047 , 8571428.5714 , 1.5000 , 0.8902 , 0.8019 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 5.8587 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3842 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4496 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3847 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.3278 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3850 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7308 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3851 , cls_30 , 0.0000 , 0.0780 , 0.0052 , 5777777.7778 , 1.6250 , 0.8838 , 0.5225 , 0.5444 , 0.0000 , 0.0000 , 0.0000 , 5.9956 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3852 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.3918 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3856 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.2066 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3857 , cls_30 , 0.0000 , 0.1080 , 0.0069 , 10909090.9091 , 2.5714 , 0.7835 , 0.8107 , 0.2424 , 0.0000 , 0.0000 , 0.0000 , 4.2036 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3861 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7318 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3866 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 12.0963 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3867 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 13.8775 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3868 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.7567 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3869 , cls_30 , 0.0000 , 0.0840 , 0.0061 , 5833333.3333 , 1.7500 , 0.8735 , 0.7711 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 13.4784 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3878 , cls_30 , 0.0000 , 0.0480 , 0.0030 , 13333333.3333 , 2.0000 , 0.8645 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9805 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3879 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.8448 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3891 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.7427 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3894 , cls_30 , 0.0000 , 0.2220 , 0.0118 , 5873015.8730 , 2.8462 , 0.7338 , 0.7982 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 6.9061 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3897 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6683 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3901 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8420 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3902 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1550 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3904 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.3883 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3906 , cls_30 , 0.0000 , 0.1680 , 0.0105 , 7179487.1795 , 2.5455 , 0.7584 , 0.7981 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 8.9766 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3912 , cls_30 , 0.0000 , 0.4200 , 0.0255 , 4666666.6667 , 3.5000 , 0.6427 , 0.8848 , 0.6167 , 0.0000 , 0.0000 , 0.0000 , 7.4324 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3913 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 23.4345 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3919 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6647 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3924 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1355 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3926 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 12000000.0000 , 1.8000 , 0.8603 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3877 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3930 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2784 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3931 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7968 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3933 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.6590 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3935 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.6467 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3939 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.3402 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3941 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9436 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3944 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 8333333.3333 , 1.6667 , 0.8805 , 0.7004 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 4.6124 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3946 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.9931 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3953 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.3914 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3955 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.2068 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3957 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1051 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3958 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.2838 , 0.0255 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3965 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.9794 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3967 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.2884 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3972 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7365 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3973 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2371 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3983 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2857 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3986 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 3.7826 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3990 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9044 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3993 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3242 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3995 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 14.2824 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4002 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.1821 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4004 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.2520 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4005 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6099 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4010 , cls_30 , 0.0000 , 0.1260 , 0.0072 , 6086956.5217 , 2.1000 , 0.8152 , 0.6555 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.7419 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4011 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 4.7609 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4012 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 3.9091 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4013 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7970 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4015 , cls_30 , 0.0000 , 0.4980 , 0.0225 , 6014492.7536 , 4.1500 , 0.5872 , 0.8940 , 0.5036 , 0.0000 , 0.0000 , 0.0000 , 20.1562 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4019 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.0401 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4020 , cls_30 , 0.0000 , 0.0540 , 0.0042 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 5.6138 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4022 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7515 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4024 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 5.3214 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4026 , cls_30 , 0.0000 , 0.0780 , 0.0058 , 9629629.6296 , 2.1667 , 0.8359 , 0.8121 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 3.8448 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4032 , cls_30 , 0.0000 , 0.1080 , 0.0066 , 8571428.5714 , 2.2500 , 0.8045 , 0.7772 , 0.3452 , 0.0000 , 0.0000 , 0.0000 , 4.6166 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4037 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6949 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4041 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.3354 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4044 , cls_30 , 0.0000 , 0.0900 , 0.0068 , 6666666.6667 , 1.8750 , 0.8517 , 0.7753 , 0.4556 , 0.0000 , 0.0000 , 0.0000 , 9.4592 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4047 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.8405 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4060 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 11.8026 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4069 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.7437 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4070 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2950 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4075 , cls_30 , 0.0000 , 0.0600 , 0.0053 , 6060606.0606 , 1.4286 , 0.9110 , 0.6498 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 5.2206 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4077 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 3.3133 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4089 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.2152 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4090 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1294 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4091 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6266 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4096 , cls_30 , 0.0000 , 0.0720 , 0.0062 , 6153846.1538 , 1.5000 , 0.8875 , 0.8053 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 6.2016 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4099 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8345 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4103 , cls_30 , 0.0000 , 0.1560 , 0.0104 , 6666666.6667 , 2.3636 , 0.7761 , 0.8294 , 0.4808 , 0.0000 , 0.0000 , 0.0000 , 8.0920 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4108 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.8811 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4111 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3540 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4114 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.8002 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4116 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1640 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4123 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.1916 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4128 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.0194 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4129 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.6984 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4132 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.4239 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4136 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.6124 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4141 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4341 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.5189 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4143 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1318 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4144 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.4976 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4145 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.9230 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4146 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.6242 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4150 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.7540 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4158 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.0909 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4160 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8923 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4162 , cls_30 , 0.0000 , 0.0360 , 0.0024 , 8000000.0000 , 1.2000 , 0.9413 , 0.3634 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 5.5115 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4163 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 5925925.9259 , 1.3333 , 0.9389 , 0.4270 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 2.4297 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4164 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8112 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4165 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8768 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4168 , cls_30 , 0.0000 , 0.0540 , 0.0040 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 6.2075 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4171 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.7579 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4173 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.9004 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4175 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.5398 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4176 , cls_30 , 0.0000 , 0.2520 , 0.0146 , 8235294.1176 , 3.5000 , 0.6833 , 0.9007 , 0.3529 , 0.0000 , 0.0000 , 0.0000 , 5.9576 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4179 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.8724 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4186 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.5788 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4190 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8139 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4191 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 7.0701 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4192 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.1417 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4193 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8734 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4196 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 7.7393 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4203 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.0387 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4205 , cls_30 , 0.0000 , 0.0780 , 0.0053 , 7878787.8788 , 1.8571 , 0.8541 , 0.6584 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 6.7772 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4207 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2650 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4208 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7724 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4218 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 21.2966 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4229 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9679 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4232 , cls_30 , 0.0000 , 0.0540 , 0.0051 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 8.7869 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4239 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0404 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4241 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3927 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4242 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1477 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4244 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.2444 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4249 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 8.2798 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4252 , cls_30 , 0.0000 , 0.0720 , 0.0057 , 5714285.7143 , 1.5000 , 0.8948 , 0.7558 , 0.5357 , 0.0000 , 0.0000 , 0.0000 , 16.0579 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4254 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.6758 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4258 , cls_30 , 0.0000 , 0.1020 , 0.0063 , 7083333.3333 , 2.1250 , 0.8296 , 0.7603 , 0.4688 , 0.0000 , 0.0000 , 0.0000 , 15.5526 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4259 , cls_30 , 0.0000 , 0.0840 , 0.0064 , 4666666.6667 , 1.5556 , 0.8961 , 0.6559 , 0.6083 , 0.0000 , 0.0000 , 0.0000 , 4.3444 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4261 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2962 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4264 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1198 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4272 , cls_30 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 13.7190 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4282 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5685 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4290 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0020 , 0.0351 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4295 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9380 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4298 , cls_30 , 0.0000 , 0.1500 , 0.0073 , 5952380.9524 , 2.2727 , 0.7925 , 0.5182 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 7.4156 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4299 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 6.4018 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4300 , cls_30 , 0.0000 , 0.1740 , 0.0094 , 6904761.9048 , 2.6364 , 0.7567 , 0.7903 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 26.1959 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4301 , cls_30 , 0.0000 , 0.1140 , 0.0061 , 6333333.3333 , 2.1111 , 0.8252 , 0.6082 , 0.5250 , 0.0000 , 0.0000 , 0.0000 , 21.0819 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4305 , cls_30 , 0.0000 , 0.4320 , 0.0177 , 6000000.0000 , 4.0000 , 0.6151 , 0.8161 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 4.9794 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4313 , cls_30 , 0.0000 , 0.1500 , 0.0070 , 6944444.4444 , 2.5000 , 0.7780 , 0.6850 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 8.0623 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4318 , cls_30 , 0.0000 , 0.0540 , 0.0046 , 10000000.0000 , 1.8000 , 0.8762 , 0.7613 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.8889 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4319 , cls_30 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 2.2533 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4326 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.8332 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4330 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.8872 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4335 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9232 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4338 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.9617 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4350 , cls_30 , 0.0000 , 0.3660 , 0.0148 , 6455026.4550 , 3.8125 , 0.6398 , 0.7849 , 0.5026 , 0.0000 , 0.0000 , 0.0000 , 14.3006 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4351 , cls_30 , 0.0000 , 0.1020 , 0.0075 , 7083333.3333 , 2.1250 , 0.8296 , 0.8078 , 0.4479 , 0.0000 , 0.0000 , 0.0000 , 6.6690 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4371 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.4670 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4376 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0736 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4390 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7422 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4391 , cls_30 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.5080 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4393 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.9354 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4403 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 6.3247 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4405 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 5.1456 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4407 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2489 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4409 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.0766 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4410 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.5971 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4418 , cls_30 , 0.0000 , 0.3120 , 0.0142 , 7878787.8788 , 3.7143 , 0.6513 , 0.7853 , 0.3712 , 0.0000 , 0.0000 , 0.0000 , 7.1348 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4425 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4349 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4428 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.3257 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4429 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1755 , 0.0351 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4430 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.7755 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4434 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.4909 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4446 , cls_30 , 0.0000 , 0.0600 , 0.0055 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 8.5029 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4447 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2970 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4451 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3822 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4453 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 5454545.4545 , 1.2857 , 0.9338 , 0.5170 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 2.2655 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4454 , cls_30 , 0.0000 , 0.0720 , 0.0060 , 7272727.2727 , 1.7143 , 0.8714 , 0.7199 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 2.9098 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4457 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 5.8493 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4460 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8579 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4473 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 5.0292 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4481 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0400 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4485 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4953 , 0.0295 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4486 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.4474 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4490 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.9971 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4491 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3978 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4492 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.7062 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 4.6373 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4498 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6311 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4515 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 3.9102 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4520 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.6272 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4521 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3013 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4522 , cls_30 , 0.0000 , 0.0900 , 0.0073 , 7692307.6923 , 1.8750 , 0.8382 , 0.7701 , 0.3590 , 0.0000 , 0.0000 , 0.0000 , 13.9666 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4530 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.2698 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4533 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.9932 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4545 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9188 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4552 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7765 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4557 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5101 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4559 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4151 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4563 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6024 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4567 , cls_30 , 0.0000 , 0.0540 , 0.0046 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.1799 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4579 , cls_30 , 0.0000 , 0.0960 , 0.0067 , 8888888.8889 , 2.2857 , 0.8167 , 0.8283 , 0.3194 , 0.0000 , 0.0000 , 0.0000 , 3.9301 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4584 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2395 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4585 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.5025 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4591 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1633 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4599 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 3.2218 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4606 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0719 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4607 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 3.9871 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4611 , cls_30 , 0.0000 , 0.0720 , 0.0059 , 11428571.4286 , 2.0000 , 0.8307 , 0.7772 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 3.5317 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4615 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9059 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4616 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9147 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4621 , cls_30 , 0.0000 , 0.0540 , 0.0038 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 4.9667 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4624 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.3653 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4634 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1040 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4639 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.8385 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4640 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.4951 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4645 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3184 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4651 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0507 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4653 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.0384 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4654 , cls_30 , 0.0000 , 0.0540 , 0.0051 , 6666666.6667 , 1.5000 , 0.9139 , 0.7838 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 3.9090 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4656 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6237 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4659 , cls_30 , 0.0000 , 0.2280 , 0.0129 , 6031746.0317 , 2.9231 , 0.7270 , 0.8692 , 0.4921 , 0.0000 , 0.0000 , 0.0000 , 7.2086 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4660 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.9238 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4671 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 4.4220 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4677 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8030 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4689 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.2243 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4691 , cls_30 , 0.0000 , 0.1680 , 0.0082 , 6222222.2222 , 2.5455 , 0.7716 , 0.6396 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 19.7656 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4696 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4838 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4697 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8895 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4698 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.6346 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4699 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6641 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4700 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2118 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4701 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.3660 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4707 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.5707 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4710 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.4676 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4717 , cls_30 , 0.0000 , 0.0780 , 0.0051 , 6666666.6667 , 1.6250 , 0.8698 , 0.6689 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 4.1316 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4718 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9919 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4719 , cls_30 , 0.0000 , 0.0720 , 0.0053 , 8000000.0000 , 1.7143 , 0.8625 , 0.7598 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 4.8322 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4724 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9065 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4729 , cls_30 , 0.0000 , 0.1140 , 0.0080 , 8444444.4444 , 2.3750 , 0.7986 , 0.7753 , 0.3111 , 0.0000 , 0.0000 , 0.0000 , 14.1481 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4733 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8338 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4749 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4240 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4765 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.9999 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4766 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.9752 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4772 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.5821 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4776 , cls_30 , 0.0000 , 0.0960 , 0.0090 , 5614035.0877 , 1.7778 , 0.8600 , 0.8221 , 0.5175 , 0.0000 , 0.0000 , 0.0000 , 7.3544 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4781 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9771 , 0.0362 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4783 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.0082 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4787 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4435 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4791 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.5349 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4794 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 8333333.3333 , 1.6667 , 0.8805 , 0.7004 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 4.4240 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4796 , cls_30 , 0.0000 , 0.1860 , 0.0093 , 5299145.2991 , 2.3846 , 0.7714 , 0.6599 , 0.5726 , 0.0000 , 0.0000 , 0.0000 , 8.1697 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4799 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.7778 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4805 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5744 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4807 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.1004 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4819 , cls_30 , 0.0000 , 0.0660 , 0.0044 , 7333333.3333 , 1.5714 , 0.8812 , 0.6255 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.6834 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4825 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4566 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4831 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9391 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4832 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9074 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4837 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.9004 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4839 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.5250 , 0.0256 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4841 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.8415 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4845 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9935 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4848 , cls_30 , 0.0000 , 0.0600 , 0.0052 , 5555555.5556 , 1.4286 , 0.9196 , 0.7062 , 0.5278 , 0.0000 , 0.0000 , 0.0000 , 7.9286 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4850 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6835 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4855 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.9376 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4856 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 11111111.1111 , 2.0000 , 0.8548 , 0.6944 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 8.1121 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4857 , cls_30 , 0.0000 , 0.0540 , 0.0046 , 8571428.5714 , 1.5000 , 0.8902 , 0.7826 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 5.3773 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4858 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.1350 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4860 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.3008 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4862 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.9948 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4872 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.1577 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4884 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4254 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4885 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4541 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4891 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6254 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4905 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7250 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4910 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.3515 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4913 , cls_30 , 0.0000 , 0.1080 , 0.0068 , 7500000.0000 , 2.2500 , 0.8166 , 0.7453 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 8.4650 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4916 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 5000000.0000 , 1.2857 , 0.9427 , 0.4731 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 3.0736 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4919 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.1919 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4923 , cls_30 , 0.0000 , 0.3300 , 0.0128 , 7801418.4397 , 3.9286 , 0.6424 , 0.7606 , 0.3936 , 0.0000 , 0.0000 , 0.0000 , 8.0493 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4927 , cls_30 , 0.0000 , 0.0540 , 0.0039 , 6000000.0000 , 1.2857 , 0.9243 , 0.6021 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 4.7411 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4928 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.0972 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4933 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.8286 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4937 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.0927 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4942 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 12.8774 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4944 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7890 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4952 , cls_30 , 0.0000 , 0.0660 , 0.0053 , 10476190.4762 , 1.8333 , 0.8487 , 0.8019 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 4.0046 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4954 , cls_30 , 0.0000 , 0.0600 , 0.0039 , 11111111.1111 , 2.0000 , 0.8548 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.3249 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4965 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.9879 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4968 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 10.2164 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4969 , cls_30 , 0.0000 , 0.1200 , 0.0069 , 11111111.1111 , 2.8571 , 0.7679 , 0.8090 , 0.2639 , 0.0000 , 0.0000 , 0.0000 , 5.0175 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4971 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3485 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4973 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8898 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4975 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3792 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4989 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 3.9903 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4999 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2134 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5001 , cls_30 , 0.0000 , 0.2400 , 0.0108 , 5925925.9259 , 2.8571 , 0.7203 , 0.7163 , 0.5407 , 0.0000 , 0.0000 , 0.0000 , 7.4301 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5004 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1793 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5005 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8251 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5006 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8859 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5008 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3017 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5009 , cls_30 , 0.0000 , 0.0540 , 0.0053 , 6000000.0000 , 1.2857 , 0.9243 , 0.7598 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 7.7667 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5010 , cls_30 , 0.0000 , 0.0720 , 0.0055 , 6153846.1538 , 1.5000 , 0.8875 , 0.6322 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.9476 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5014 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.9008 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5016 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.7889 , 0.0240 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5022 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4903 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5024 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1829 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5029 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.1586 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5033 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.2340 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5044 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.4220 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5049 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4229 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5050 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.4234 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5056 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.8164 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5062 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 3.9170 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5064 , cls_30 , 0.0000 , 0.0600 , 0.0047 , 6060606.0606 , 1.4286 , 0.9110 , 0.6498 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.7627 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5066 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.7423 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5077 , cls_30 , 0.0000 , 0.0480 , 0.0042 , 13333333.3333 , 2.0000 , 0.8645 , 0.8408 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 1.3160 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5082 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0756 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5084 , cls_30 , 0.0000 , 0.0660 , 0.0050 , 8148148.1481 , 1.8333 , 0.8713 , 0.8121 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 4.2946 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5090 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2598 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5091 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 8571428.5714 , 1.5000 , 0.8902 , 0.6927 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.9238 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5092 , cls_30 , 0.0000 , 0.0780 , 0.0065 , 5098039.2157 , 1.4444 , 0.8964 , 0.7075 , 0.5588 , 0.0000 , 0.0000 , 0.0000 , 3.6965 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5095 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.9242 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5099 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3604 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5114 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.8514 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5117 , cls_30 , 0.0000 , 0.1200 , 0.0078 , 8333333.3333 , 2.5000 , 0.7928 , 0.8370 , 0.3438 , 0.0000 , 0.0000 , 0.0000 , 6.6060 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5129 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.2227 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5132 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7684 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5135 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.2629 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5138 , cls_30 , 0.0000 , 0.0720 , 0.0056 , 8888888.8889 , 2.0000 , 0.8529 , 0.7708 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 3.6530 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5142 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6004 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5148 , cls_30 , 0.0000 , 0.0720 , 0.0047 , 7272727.2727 , 1.7143 , 0.8714 , 0.6498 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 12.3031 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5150 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 8.4953 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5163 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 6666666.6667 , 1.3333 , 0.9273 , 0.4907 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 2.8655 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5164 , cls_30 , 0.0000 , 0.1080 , 0.0079 , 8571428.5714 , 2.2500 , 0.8045 , 0.7903 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 2.5520 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5166 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.4555 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5175 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.8290 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5180 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8680 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5181 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 14.3211 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5183 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 9.1546 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5186 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.3916 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5188 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 12.7401 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5190 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.3328 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5192 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 5.4770 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5199 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.5847 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5200 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3987 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5201 , cls_30 , 0.0000 , 0.0720 , 0.0056 , 10000000.0000 , 2.0000 , 0.8423 , 0.8244 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.0004 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5204 , cls_30 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.8116 , 0.0234 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5206 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 10666666.6667 , 1.6000 , 0.8838 , 0.6463 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 4.5007 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5209 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3578 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5210 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7576 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5216 , cls_30 , 0.0000 , 0.1860 , 0.0097 , 6666666.6667 , 2.5833 , 0.7498 , 0.7965 , 0.4677 , 0.0000 , 0.0000 , 0.0000 , 8.9821 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5224 , cls_30 , 0.0000 , 0.0900 , 0.0062 , 9090909.0909 , 2.1429 , 0.8230 , 0.7845 , 0.3030 , 0.0000 , 0.0000 , 0.0000 , 3.0336 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5226 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.8508 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5227 , cls_30 , 0.0000 , 0.0840 , 0.0055 , 10370370.3704 , 2.3333 , 0.8201 , 0.7453 , 0.2407 , 0.0000 , 0.0000 , 0.0000 , 15.6866 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5229 , cls_30 , 0.0000 , 0.0540 , 0.0037 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.6431 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5234 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4481 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5237 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2161 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5240 , cls_30 , 0.0000 , 0.1860 , 0.0105 , 6458333.3333 , 2.5833 , 0.7527 , 0.7900 , 0.4688 , 0.0000 , 0.0000 , 0.0000 , 6.1580 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5242 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 5.6924 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5244 , cls_30 , 0.0000 , 0.3000 , 0.0124 , 5376344.0860 , 3.1250 , 0.6916 , 0.7533 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 5.9906 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5246 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 8.8550 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5256 , cls_30 , 0.0000 , 0.0780 , 0.0053 , 7222222.2222 , 1.8571 , 0.8622 , 0.6273 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.3987 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5258 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9939 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5259 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1361 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5260 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4683 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5261 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.7626 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5266 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 8.9579 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5270 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8378 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5273 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 16.0745 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5274 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.8163 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5276 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.2311 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5279 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.9262 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5282 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3804 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5283 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.5334 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5288 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.2917 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5291 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3959 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5293 , cls_30 , 0.0000 , 0.0960 , 0.0080 , 7619047.6190 , 2.0000 , 0.8307 , 0.8365 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 8.0471 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5295 , cls_30 , 0.0000 , 0.0600 , 0.0038 , 9523809.5238 , 1.6667 , 0.8684 , 0.6435 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 6.2188 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5307 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.9608 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5312 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 19.5646 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5314 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.8190 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5316 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 10000000.0000 , 1.8000 , 0.8762 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.2158 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5325 , cls_30 , 0.0000 , 0.0660 , 0.0052 , 4583333.3333 , 1.3750 , 0.9280 , 0.6488 , 0.6146 , 0.0000 , 0.0000 , 0.0000 , 2.3603 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5327 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.0263 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5329 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6966 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5347 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.7358 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5351 , cls_30 , 0.0000 , 0.1140 , 0.0071 , 7037037.0370 , 2.1111 , 0.8153 , 0.6243 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.5887 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5354 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.9805 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5355 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 3.5948 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5370 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1150 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5381 , cls_30 , 0.0000 , 0.0660 , 0.0044 , 7333333.3333 , 1.5714 , 0.8812 , 0.5609 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.8306 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5383 , cls_30 , 0.0000 , 0.1020 , 0.0075 , 5666666.6667 , 1.8889 , 0.8510 , 0.7139 , 0.5250 , 0.0000 , 0.0000 , 0.0000 , 5.5187 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5385 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.5766 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5389 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.5994 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5396 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2350 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5398 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3985 , 0.0285 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5399 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.7064 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5402 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.0922 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5403 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5543 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5413 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5800 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5415 , cls_30 , 0.0000 , 0.1020 , 0.0058 , 7555555.5556 , 2.1250 , 0.8236 , 0.7062 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.0587 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5418 , cls_30 , 0.0000 , 0.1380 , 0.0099 , 6133333.3333 , 2.3000 , 0.8017 , 0.7659 , 0.5067 , 0.0000 , 0.0000 , 0.0000 , 7.3718 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5419 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6180 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5423 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8808 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5425 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.3741 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5426 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.9633 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5430 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.3799 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5433 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2435 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5437 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.8045 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5443 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7019 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5448 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9602 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5449 , cls_30 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 6.9208 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5450 , cls_30 , 0.0000 , 0.0960 , 0.0078 , 9696969.6970 , 2.2857 , 0.8090 , 0.8679 , 0.2576 , 0.0000 , 0.0000 , 0.0000 , 5.8258 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5453 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.7101 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5465 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5744 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5466 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.9678 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5467 , cls_30 , 0.0000 , 0.1740 , 0.0115 , 8405797.1014 , 2.9000 , 0.7391 , 0.8738 , 0.3986 , 0.0000 , 0.0000 , 0.0000 , 5.4710 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5469 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6918 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5472 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.5605 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5473 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.4353 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5474 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1558 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5477 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0239 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5479 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.6778 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5482 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4720 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5486 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.6603 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5491 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.8988 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5493 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.4865 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5496 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.4230 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5505 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.2228 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5512 , cls_30 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 2.3893 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5513 , cls_30 , 0.0000 , 0.0900 , 0.0054 , 7692307.6923 , 1.8750 , 0.8382 , 0.7286 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 4.5419 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5520 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.4696 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5521 , cls_30 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.7062 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.1624 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5522 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.1590 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5524 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8590 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5526 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 6.0145 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5538 , cls_30 , 0.0000 , 0.0600 , 0.0047 , 9523809.5238 , 1.6667 , 0.8684 , 0.6927 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 1.4858 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5545 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1489 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5552 , cls_30 , 0.0000 , 0.0480 , 0.0047 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.3624 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5554 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4456 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5555 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.4448 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5556 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.1022 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5558 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2035 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5560 , cls_30 , 0.0000 , 0.1140 , 0.0079 , 6333333.3333 , 2.1111 , 0.8252 , 0.7805 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 5.6252 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5567 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.6195 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5573 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3325 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5580 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4465 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5583 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.0722 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5585 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.0674 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5598 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.5694 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5601 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5326 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5602 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2760 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5604 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7321 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5615 , cls_30 , 0.0000 , 0.0660 , 0.0049 , 10476190.4762 , 1.8333 , 0.8487 , 0.7826 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 4.8815 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5618 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.9640 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5620 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3013 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5623 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.9114 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5631 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.0266 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5634 , cls_30 , 0.0000 , 0.1020 , 0.0064 , 5964912.2807 , 1.8889 , 0.8460 , 0.6034 , 0.5263 , 0.0000 , 0.0000 , 0.0000 , 5.8897 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5638 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5328 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5640 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4408 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5642 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1639 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5651 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6868 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5655 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.1240 , 0.0488 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5663 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.1068 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5666 , cls_30 , 0.0000 , 0.1200 , 0.0065 , 6060606.0606 , 2.0000 , 0.8224 , 0.6498 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 6.7891 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5668 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1632 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5671 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.5062 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5672 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.3052 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5675 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.7399 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5681 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9325 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5682 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 4.9106 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5684 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.1713 , 0.0256 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5685 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.5431 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5687 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9768 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5690 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.1832 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5692 , cls_30 , 0.0000 , 0.0420 , 0.0037 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.7443 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5695 , cls_30 , 0.0000 , 0.0600 , 0.0045 , 6666666.6667 , 1.4286 , 0.9016 , 0.6817 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 16.2333 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5698 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9376 , 0.0335 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5699 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4070 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5704 , cls_30 , 0.0000 , 0.0660 , 0.0053 , 9166666.6667 , 1.8333 , 0.8606 , 0.8041 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.9818 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5707 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.2167 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5708 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6226 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5717 , cls_30 , 0.0000 , 0.0480 , 0.0044 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.9636 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5734 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.6025 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5740 , cls_30 , 0.0000 , 0.1380 , 0.0092 , 5111111.1111 , 2.0909 , 0.8195 , 0.7854 , 0.5778 , 0.0000 , 0.0000 , 0.0000 , 15.8054 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5743 , cls_30 , 0.0000 , 0.2280 , 0.0130 , 6495726.4957 , 2.9231 , 0.7203 , 0.8658 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 14.9417 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5747 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6088 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5748 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.9371 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5751 , cls_30 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.9225 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5752 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5869 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5753 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3685 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5755 , cls_30 , 0.0000 , 0.0660 , 0.0058 , 10476190.4762 , 1.8333 , 0.8487 , 0.8539 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 6.0160 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5756 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.2820 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5757 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 3.8907 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5758 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.3598 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5771 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 11.1872 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5773 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6809 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5777 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 3.2896 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5779 , cls_30 , 0.0000 , 0.0660 , 0.0050 , 5641025.6410 , 1.3750 , 0.9067 , 0.6817 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 4.5016 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5781 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0894 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5787 , cls_30 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.4704 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5788 , cls_30 , 0.0000 , 0.0900 , 0.0066 , 8333333.3333 , 2.1429 , 0.8309 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.4882 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5807 , cls_30 , 0.0000 , 0.0660 , 0.0051 , 6666666.6667 , 1.5714 , 0.8903 , 0.6584 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 4.2516 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5809 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7445 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5820 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 1.6916 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5822 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3763 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5838 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 18.7599 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5848 , cls_30 , 0.0000 , 0.0660 , 0.0055 , 5641025.6410 , 1.3750 , 0.9067 , 0.6689 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 1.4319 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5852 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 5.0511 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5861 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.5961 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5876 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.5631 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5878 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 9.3686 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5880 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0817 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5881 , cls_30 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.9445 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5883 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.5504 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5884 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.5292 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5886 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1025 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5888 , cls_30 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 2.5795 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5891 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.9322 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5897 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 10.2801 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5901 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.4323 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5907 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6552 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5908 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7591 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5913 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8831 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5916 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.0707 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5921 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2410 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5927 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6445 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5936 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9874 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5938 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2560 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5944 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1330 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5948 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.1337 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5951 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.9069 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5959 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7046 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5962 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 4.0301 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5963 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4123 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5965 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6365 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5966 , cls_30 , 0.0000 , 0.0540 , 0.0038 , 7500000.0000 , 1.5000 , 0.9026 , 0.4907 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.3850 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5969 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 5.0015 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5973 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3443 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5986 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.5199 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5994 , cls_30 , 0.0000 , 0.0600 , 0.0046 , 9523809.5238 , 1.6667 , 0.8684 , 0.7591 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 4.2834 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5995 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.1962 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6003 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8868 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6005 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.2232 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6006 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5734 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6020 , cls_30 , 0.0000 , 0.0540 , 0.0046 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.1012 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6021 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6236 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6022 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 6.4479 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6024 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4242 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6025 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.9087 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6027 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9705 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6036 , cls_30 , 0.0000 , 0.1740 , 0.0084 , 11372549.0196 , 3.2222 , 0.7137 , 0.7595 , 0.2353 , 0.0000 , 0.0000 , 0.0000 , 5.6616 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6037 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.4179 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6040 , cls_30 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.7057 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6042 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.8404 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6047 , cls_30 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 6.8482 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6055 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.6466 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6057 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5451 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6059 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4945 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6061 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6836 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6064 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.5536 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6065 , cls_30 , 0.0000 , 0.1140 , 0.0068 , 7916666.6667 , 2.3750 , 0.8044 , 0.7900 , 0.4063 , 0.0000 , 0.0000 , 0.0000 , 7.0092 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6067 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1835 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6068 , cls_30 , 0.0000 , 0.1080 , 0.0074 , 8571428.5714 , 2.2500 , 0.8045 , 0.7772 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 5.0566 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6072 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6332 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6075 , cls_30 , 0.0000 , 0.1920 , 0.0097 , 6881720.4301 , 2.6667 , 0.7420 , 0.7866 , 0.4624 , 0.0000 , 0.0000 , 0.0000 , 9.1397 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6084 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.0427 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6090 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4470 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6096 , cls_30 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 8.2508 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6100 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2544 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6108 , cls_30 , 0.0000 , 0.0780 , 0.0056 , 7222222.2222 , 1.8571 , 0.8622 , 0.7649 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 11.8978 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6119 , cls_30 , 0.0000 , 0.0600 , 0.0037 , 7407407.4074 , 1.6667 , 0.8916 , 0.4270 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 2.3431 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6125 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4358 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6129 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.6723 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6131 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.4336 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6132 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.7330 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6138 , cls_30 , 0.0000 , 0.1140 , 0.0091 , 6333333.3333 , 2.1111 , 0.8252 , 0.8141 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 8.1821 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6147 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4647 , 0.0339 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6167 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.1691 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6168 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.1460 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6170 , cls_30 , 0.0000 , 0.4020 , 0.0170 , 5654008.4388 , 3.7222 , 0.6339 , 0.8431 , 0.5359 , 0.0000 , 0.0000 , 0.0000 , 8.5204 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6177 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.5528 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6180 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.1490 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6182 , cls_30 , 0.0000 , 0.0720 , 0.0062 , 11428571.4286 , 2.0000 , 0.8307 , 0.8286 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 9.3552 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6185 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2388 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6187 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 9523809.5238 , 1.6667 , 0.8684 , 0.6927 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 3.3442 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6193 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5664 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6203 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.0666 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6206 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8650 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6208 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 5.3283 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6216 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 4.8839 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6219 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 24.0356 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6220 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 9.7207 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6223 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.0126 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6227 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2703 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6229 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 7.6004 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6232 , cls_30 , 0.0000 , 0.0480 , 0.0044 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 5.0473 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6235 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.6725 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6237 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0312 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6244 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.0505 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6245 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.5881 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6247 , cls_30 , 0.0000 , 0.0720 , 0.0053 , 5000000.0000 , 1.5000 , 0.9083 , 0.6488 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 8.6394 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6256 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9891 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6261 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.8412 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6267 , cls_30 , 0.0000 , 0.2160 , 0.0131 , 6666666.6667 , 3.0000 , 0.7265 , 0.8451 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 12.6548 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6272 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.8089 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6276 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.6491 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6284 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.1574 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6285 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4319 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6288 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2068 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6290 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.8219 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6292 , cls_30 , 0.0000 , 0.1380 , 0.0080 , 7301587.3016 , 2.3000 , 0.7854 , 0.7634 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 5.2181 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6297 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.9513 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6300 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 22.7479 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6310 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2653 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6312 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.4457 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6316 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0181 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6318 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.1096 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6319 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8131 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6320 , cls_30 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 11.2402 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6327 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.3324 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6333 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.9367 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6336 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2687 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6337 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.4989 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6339 , cls_30 , 0.0000 , 0.0540 , 0.0051 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 6.0093 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6341 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2168 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6343 , cls_30 , 0.0000 , 0.0900 , 0.0067 , 7692307.6923 , 1.8750 , 0.8382 , 0.8345 , 0.4103 , 0.0000 , 0.0000 , 0.0000 , 5.5121 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6348 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 2.0752 , 0.0255 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6355 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.2005 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6362 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.6489 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6366 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0543 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6367 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.3208 , 0.0323 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6368 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.8657 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6370 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.5022 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6371 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.7403 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6375 , cls_30 , 0.0000 , 0.1020 , 0.0082 , 7555555.5556 , 2.1250 , 0.8236 , 0.8508 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 9.8676 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6377 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2215 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6378 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.0797 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6379 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2435 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6386 , cls_30 , 0.0000 , 0.0780 , 0.0055 , 6666666.6667 , 1.6250 , 0.8698 , 0.7763 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 15.9788 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6387 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.9012 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6404 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 5.0243 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6407 , cls_30 , 0.0000 , 0.0960 , 0.0080 , 8888888.8889 , 2.2857 , 0.8167 , 0.8806 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 8.4245 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6408 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5308 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6410 , cls_30 , 0.0000 , 0.0720 , 0.0066 , 8888888.8889 , 2.0000 , 0.8529 , 0.8568 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.6142 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6412 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.0703 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6415 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 8.8749 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6416 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3658 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6421 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7724 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6426 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 6.6959 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6432 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 13.5944 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6433 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 1.7421 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6439 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1760 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6440 , cls_30 , 0.0000 , 0.0660 , 0.0051 , 7333333.3333 , 1.5714 , 0.8812 , 0.7170 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 6.0858 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6441 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6075 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6443 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2843 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6445 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 6.0081 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6454 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.1937 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6455 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1790 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6457 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.4136 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6459 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.6651 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6461 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1196 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6474 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.7849 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6476 , cls_30 , 0.0000 , 0.0660 , 0.0046 , 6666666.6667 , 1.5714 , 0.8903 , 0.7357 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 9.6199 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6479 , cls_30 , 0.0000 , 0.0780 , 0.0069 , 8666666.6667 , 1.8571 , 0.8453 , 0.8569 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 7.4393 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6480 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.3809 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6484 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9128 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6487 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2811 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6489 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 5.9363 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6490 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.8320 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6493 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9665 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6501 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6782 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6508 , cls_30 , 0.0000 , 0.0540 , 0.0047 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 7.7952 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6509 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.7311 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6511 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4091 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6521 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3337 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6530 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 7.0995 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6532 , cls_30 , 0.0000 , 0.0780 , 0.0056 , 5098039.2157 , 1.4444 , 0.8964 , 0.7075 , 0.5686 , 0.0000 , 0.0000 , 0.0000 , 11.9186 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6539 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 6.1961 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6542 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5848 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6550 , cls_30 , 0.0000 , 0.0720 , 0.0048 , 10000000.0000 , 2.0000 , 0.8423 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.3004 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6552 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.7031 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6554 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7906 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6561 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.5465 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6564 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 9.6541 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6570 , cls_30 , 0.0000 , 0.0900 , 0.0071 , 6666666.6667 , 1.8750 , 0.8517 , 0.8031 , 0.4778 , 0.0000 , 0.0000 , 0.0000 , 9.7557 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6572 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.0727 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6574 , cls_30 , 0.0000 , 0.1620 , 0.0092 , 7200000.0000 , 2.7000 , 0.7635 , 0.8116 , 0.4467 , 0.0000 , 0.0000 , 0.0000 , 6.2562 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6575 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.1728 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6580 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.6281 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6588 , cls_30 , 0.0000 , 0.0720 , 0.0054 , 7272727.2727 , 1.7143 , 0.8714 , 0.7585 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 9.2411 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6598 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.2537 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6600 , cls_30 , 0.0000 , 0.1740 , 0.0115 , 6444444.4444 , 2.6364 , 0.7630 , 0.8272 , 0.4944 , 0.0000 , 0.0000 , 0.0000 , 11.7560 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6608 , cls_30 , 0.0000 , 0.0660 , 0.0047 , 10476190.4762 , 1.8333 , 0.8487 , 0.7826 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 5.3408 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6617 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.2456 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6619 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.6406 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6620 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5269 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6629 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.5367 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6631 , cls_30 , 0.0000 , 0.1920 , 0.0091 , 7356321.8391 , 2.9091 , 0.7360 , 0.7828 , 0.4368 , 0.0000 , 0.0000 , 0.0000 , 9.5348 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6636 , cls_30 , 0.0000 , 0.2640 , 0.0114 , 6984126.9841 , 3.3846 , 0.6898 , 0.7623 , 0.4563 , 0.0000 , 0.0000 , 0.0000 , 6.5376 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6638 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 6.9951 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6639 , cls_30 , 0.0000 , 0.0600 , 0.0042 , 6060606.0606 , 1.4286 , 0.9110 , 0.5881 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 7.9464 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6640 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8625 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6641 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 5925925.9259 , 1.3333 , 0.9389 , 0.4270 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 6.5965 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6643 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.3424 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6651 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 8571428.5714 , 1.5000 , 0.8902 , 0.7215 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 12.9916 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6657 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.4310 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6664 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8270 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6666 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.1820 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6667 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4570 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6675 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.4429 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6679 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2863 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6683 , cls_30 , 0.0000 , 0.0540 , 0.0046 , 6666666.6667 , 1.5000 , 0.9139 , 0.7453 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 18.0128 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6692 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5499 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6695 , cls_30 , 0.0000 , 0.1260 , 0.0072 , 8235294.1176 , 2.3333 , 0.7872 , 0.7595 , 0.3627 , 0.0000 , 0.0000 , 0.0000 , 8.2833 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6705 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8978 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6706 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7766 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6709 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6122 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6712 , cls_30 , 0.0000 , 0.0660 , 0.0046 , 7333333.3333 , 1.5714 , 0.8812 , 0.6255 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.9762 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6714 , cls_30 , 0.0000 , 0.3420 , 0.0151 , 5588235.2941 , 3.3529 , 0.6648 , 0.7243 , 0.5662 , 0.0000 , 0.0000 , 0.0000 , 12.5237 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6718 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.8847 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6723 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.0054 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6724 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.9794 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6727 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.1488 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6728 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2408 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6734 , cls_30 , 0.0000 , 0.0660 , 0.0049 , 6111111.1111 , 1.5714 , 0.8988 , 0.5506 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 5.5638 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6735 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.8886 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6739 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.8080 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6741 , cls_30 , 0.0000 , 0.0660 , 0.0046 , 6111111.1111 , 1.5714 , 0.8988 , 0.5506 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 6.3493 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6751 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 17.4564 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6753 , cls_30 , 0.0000 , 0.0600 , 0.0052 , 11111111.1111 , 2.0000 , 0.8548 , 0.8472 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 10.2967 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6757 , cls_30 , 0.0000 , 0.0720 , 0.0066 , 8888888.8889 , 2.0000 , 0.8529 , 0.8451 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7633 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6760 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 2.5978 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6766 , cls_30 , 0.0000 , 0.0900 , 0.0059 , 7692307.6923 , 1.8750 , 0.8382 , 0.6877 , 0.3590 , 0.0000 , 0.0000 , 0.0000 , 6.2032 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6768 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.3904 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6769 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4393 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6772 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9378 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6773 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 4.5572 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6776 , cls_30 , 0.0000 , 0.0720 , 0.0048 , 6153846.1538 , 1.5000 , 0.8875 , 0.5862 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 6.1004 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6783 , cls_30 , 0.0000 , 0.1080 , 0.0066 , 6666666.6667 , 2.0000 , 0.8277 , 0.6903 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 9.1370 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6785 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.1451 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6788 , cls_30 , 0.0000 , 0.0420 , 0.0030 , 7777777.7778 , 1.4000 , 0.9274 , 0.5506 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 7.5721 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6793 , cls_30 , 0.0000 , 0.0780 , 0.0049 , 7222222.2222 , 1.8571 , 0.8622 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.0241 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6794 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.4155 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6795 , cls_30 , 0.0000 , 0.0480 , 0.0043 , 7619047.6190 , 1.3333 , 0.9145 , 0.7215 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 6.7895 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6800 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.0772 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6803 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9569 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6806 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 10.1766 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6808 , cls_30 , 0.0000 , 0.0660 , 0.0041 , 10476190.4762 , 1.8333 , 0.8487 , 0.7379 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 7.8864 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6811 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4006 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6814 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5328 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6815 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9732 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6818 , cls_30 , 0.0000 , 0.1200 , 0.0067 , 10256410.2564 , 2.5000 , 0.7746 , 0.7146 , 0.2564 , 0.0000 , 0.0000 , 0.0000 , 7.4394 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6820 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6768 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6821 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0061 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6826 , cls_30 , 0.0000 , 0.0900 , 0.0058 , 7692307.6923 , 1.8750 , 0.8382 , 0.6322 , 0.3718 , 0.0000 , 0.0000 , 0.0000 , 6.2751 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6827 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.4534 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6828 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6205 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6833 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.9619 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6842 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.2444 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6844 , cls_30 , 0.0000 , 0.1920 , 0.0111 , 8205128.2051 , 2.9091 , 0.7264 , 0.8285 , 0.3782 , 0.0000 , 0.0000 , 0.0000 , 9.4691 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6846 , cls_30 , 0.0000 , 0.0600 , 0.0054 , 8333333.3333 , 1.6667 , 0.8805 , 0.7453 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 9.2019 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6848 , cls_30 , 0.0000 , 0.0840 , 0.0069 , 7777777.7778 , 2.0000 , 0.8460 , 0.8283 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 5.0546 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6854 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.1290 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6858 , cls_30 , 0.0000 , 0.0720 , 0.0049 , 6153846.1538 , 1.5000 , 0.8875 , 0.5132 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.2602 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6875 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0915 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6890 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 14.0192 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6892 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.5601 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6894 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.3930 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6896 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.7311 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6897 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 7.9798 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6899 , cls_30 , 0.0000 , 0.1260 , 0.0087 , 6666666.6667 , 2.1000 , 0.8066 , 0.7695 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 15.0030 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6911 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0078 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6914 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8246 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6918 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.9282 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6920 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.8567 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6922 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 6.0027 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6927 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.2860 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6932 , cls_30 , 0.0000 , 0.0600 , 0.0045 , 9523809.5238 , 1.6667 , 0.8684 , 0.7215 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 6.1163 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6933 , cls_30 , 0.0000 , 0.0660 , 0.0045 , 6666666.6667 , 1.5714 , 0.8903 , 0.5881 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 4.9928 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6936 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 6.1505 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6951 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 6666666.6667 , 1.3333 , 0.9273 , 0.5926 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 8.6578 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6954 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4643 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6955 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.5879 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6958 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8470 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6961 , cls_30 , 0.0000 , 0.1140 , 0.0075 , 5066666.6667 , 1.9000 , 0.8472 , 0.6463 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 5.1761 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6964 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.6824 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6965 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 19.0779 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6969 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1781 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6979 , cls_30 , 0.0000 , 0.0900 , 0.0068 , 7692307.6923 , 1.8750 , 0.8382 , 0.7931 , 0.3590 , 0.0000 , 0.0000 , 0.0000 , 8.1440 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6991 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.0452 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6993 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.6363 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7005 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2108 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7007 , cls_30 , 0.0000 , 0.0480 , 0.0048 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.4730 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7022 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 9.4774 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7023 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.5965 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7026 , cls_30 , 0.0000 , 0.2220 , 0.0124 , 5362318.8406 , 2.6429 , 0.7424 , 0.7862 , 0.5580 , 0.0000 , 0.0000 , 0.0000 , 14.1964 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7028 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.7784 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7030 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.0849 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7032 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.2184 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7035 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6848 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7038 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.5788 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7042 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.1395 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7053 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.8137 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7056 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1974 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7058 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4142 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7060 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.5032 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7063 , cls_30 , 0.0000 , 0.1440 , 0.0096 , 4571428.5714 , 2.0000 , 0.8246 , 0.7379 , 0.6190 , 0.0000 , 0.0000 , 0.0000 , 12.2940 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7073 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 12.1750 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7075 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.4195 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7077 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.7001 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7080 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9288 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7089 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.5384 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7093 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0784 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7095 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.5715 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7103 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6340 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7104 , cls_30 , 0.0000 , 0.0780 , 0.0069 , 7222222.2222 , 1.8571 , 0.8622 , 0.8531 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 23.8583 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7109 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.0730 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7111 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.1489 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7113 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 11.8557 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7116 , cls_30 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 6.0474 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7118 , cls_30 , 0.0000 , 0.0900 , 0.0078 , 6250000.0000 , 1.8750 , 0.8579 , 0.8244 , 0.4688 , 0.0000 , 0.0000 , 0.0000 , 3.4275 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7120 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6030 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7122 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9405 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7123 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5308 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7127 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7839 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7129 , cls_30 , 0.0000 , 0.0720 , 0.0046 , 7272727.2727 , 1.7143 , 0.8714 , 0.5170 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 6.5672 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7133 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0061 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7134 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2712 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7139 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 13.9178 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7143 , cls_30 , 0.0000 , 0.1260 , 0.0089 , 8235294.1176 , 2.3333 , 0.7872 , 0.8680 , 0.3627 , 0.0000 , 0.0000 , 0.0000 , 12.0369 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7150 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 4.5294 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7152 , cls_30 , 0.0000 , 0.0780 , 0.0063 , 7878787.8788 , 1.8571 , 0.8541 , 0.7585 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 4.8666 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7155 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.0184 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7156 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.4775 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7158 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.5199 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7159 , cls_30 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 6.1758 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7160 , cls_30 , 0.0000 , 0.0900 , 0.0060 , 9090909.0909 , 2.1429 , 0.8230 , 0.7357 , 0.3030 , 0.0000 , 0.0000 , 0.0000 , 6.1596 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7167 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 6.3826 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7169 , cls_30 , 0.0000 , 0.0840 , 0.0054 , 8484848.4848 , 2.0000 , 0.8380 , 0.7307 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 7.1816 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7178 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 10.8769 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7179 , cls_30 , 0.0000 , 0.1620 , 0.0083 , 6666666.6667 , 2.4545 , 0.7706 , 0.7629 , 0.4938 , 0.0000 , 0.0000 , 0.0000 , 9.6384 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7187 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.1881 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7195 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 5.1648 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7197 , cls_30 , 0.0000 , 0.1740 , 0.0100 , 6041666.6667 , 2.4167 , 0.7691 , 0.7983 , 0.5156 , 0.0000 , 0.0000 , 0.0000 , 4.8023 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7203 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.4023 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7207 , cls_30 , 0.0000 , 0.0600 , 0.0046 , 5555555.5556 , 1.4286 , 0.9196 , 0.6605 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 8.5685 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7212 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.5439 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7213 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.6312 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7218 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 15.5055 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7223 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 9523809.5238 , 1.6667 , 0.8684 , 0.7826 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 4.3057 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7227 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4016 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7229 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.2425 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7230 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 3.9420 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7234 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6332 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7246 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1541 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7250 , cls_30 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 7.6879 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7252 , cls_30 , 0.0000 , 0.0900 , 0.0068 , 7692307.6923 , 1.8750 , 0.8382 , 0.8053 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 6.6888 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7255 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.8422 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7260 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1219 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7261 , cls_30 , 0.0000 , 0.0900 , 0.0087 , 7692307.6923 , 1.8750 , 0.8382 , 0.8676 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.0380 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7264 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9573 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7276 , cls_30 , 0.0000 , 0.0840 , 0.0065 , 9333333.3333 , 2.0000 , 0.8294 , 0.8256 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 11.3924 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7283 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.5801 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7284 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 11.0842 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7286 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.7908 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7287 , cls_30 , 0.0000 , 0.0600 , 0.0054 , 7407407.4074 , 1.6667 , 0.8916 , 0.7796 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.5882 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7289 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.7294 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7290 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9628 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7292 , cls_30 , 0.0000 , 0.1320 , 0.0075 , 5866666.6667 , 2.2000 , 0.8123 , 0.6718 , 0.5133 , 0.0000 , 0.0000 , 0.0000 , 15.0011 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7299 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 6666666.6667 , 1.3333 , 0.9273 , 0.4907 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 3.8411 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7301 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.0220 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7311 , cls_30 , 0.0000 , 0.1200 , 0.0083 , 9523809.5238 , 2.5000 , 0.7810 , 0.8476 , 0.2738 , 0.0000 , 0.0000 , 0.0000 , 11.1136 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7314 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.6410 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7317 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6364 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7322 , cls_30 , 0.0000 , 0.1920 , 0.0119 , 6666666.6667 , 2.6667 , 0.7449 , 0.8502 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 4.2076 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7325 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 7.3913 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7327 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9276 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7329 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6861 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7330 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 6666666.6667 , 1.4286 , 0.9016 , 0.5609 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 4.6045 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7333 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.6383 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7335 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4014 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7336 , cls_30 , 0.0000 , 0.1500 , 0.0091 , 8333333.3333 , 2.7778 , 0.7616 , 0.8141 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 4.3053 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7341 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9990 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7343 , cls_30 , 0.0000 , 0.0540 , 0.0046 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.8549 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7344 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 6666666.6667 , 1.4286 , 0.9016 , 0.4907 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 11.9081 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7345 , cls_30 , 0.0000 , 0.0780 , 0.0051 , 8666666.6667 , 1.8571 , 0.8453 , 0.6817 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 15.8160 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7347 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.3580 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7348 , cls_30 , 0.0000 , 0.0720 , 0.0060 , 5714285.7143 , 1.5000 , 0.8948 , 0.7591 , 0.5119 , 0.0000 , 0.0000 , 0.0000 , 16.8771 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7350 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 9.5092 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7355 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.1202 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7356 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5506 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 7.6191 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7358 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.2353 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7365 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 5.6880 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7390 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1471 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7391 , cls_30 , 0.0000 , 0.0540 , 0.0042 , 8571428.5714 , 1.5000 , 0.8902 , 0.6927 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 6.2259 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7394 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2801 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7395 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1048 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7397 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.8018 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7401 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2486 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7405 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.9406 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7410 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.3371 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7415 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 6.5212 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7421 , cls_30 , 0.0000 , 0.2880 , 0.0137 , 6153846.1538 , 3.2000 , 0.6863 , 0.7891 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 8.7785 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7427 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3223 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7437 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8331 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7440 , cls_30 , 0.0000 , 0.0540 , 0.0037 , 7500000.0000 , 1.5000 , 0.9026 , 0.6082 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.7119 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7441 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9824 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7447 , cls_30 , 0.0000 , 0.0540 , 0.0036 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.9217 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7451 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.2102 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7456 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 2.3545 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7459 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.1075 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7463 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.5983 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7468 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.8773 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7473 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.9878 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7477 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.1699 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7479 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 5.7479 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7481 , cls_30 , 0.0000 , 0.0480 , 0.0032 , 8888888.8889 , 1.6000 , 0.9002 , 0.5506 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.6204 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7483 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.3695 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7487 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2641 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7488 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.9164 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7489 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.8254 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7493 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.5756 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7495 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1717 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7500 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.8234 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7503 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 7.6140 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7521 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.0616 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7524 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3818 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7525 , cls_30 , 0.0000 , 0.0480 , 0.0043 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 7.0459 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7527 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0030 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7530 , cls_30 , 0.0000 , 0.1680 , 0.0102 , 7777777.7778 , 2.8000 , 0.7512 , 0.8283 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 6.4205 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7533 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.0690 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7534 , cls_30 , 0.0000 , 0.3240 , 0.0136 , 5714285.7143 , 3.3750 , 0.6724 , 0.7018 , 0.5529 , 0.0000 , 0.0000 , 0.0000 , 14.4943 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7546 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.5414 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7547 , cls_30 , 0.0000 , 0.0600 , 0.0050 , 9523809.5238 , 1.6667 , 0.8684 , 0.8286 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 8.8195 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7554 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 6666666.6667 , 1.5000 , 0.9139 , 0.5416 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.0406 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7557 , cls_30 , 0.0000 , 0.1020 , 0.0058 , 11333333.3333 , 2.4286 , 0.7877 , 0.7913 , 0.2167 , 0.0000 , 0.0000 , 0.0000 , 7.0118 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7558 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.6113 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7560 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7104 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7564 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.6307 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7567 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6628 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7571 , cls_30 , 0.0000 , 0.0660 , 0.0048 , 8148148.1481 , 1.8333 , 0.8713 , 0.7453 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 2.8360 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7574 , cls_30 , 0.0000 , 0.0660 , 0.0053 , 6666666.6667 , 1.5714 , 0.8903 , 0.7357 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 12.0163 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7575 , cls_30 , 0.0000 , 0.0660 , 0.0043 , 9166666.6667 , 1.8333 , 0.8606 , 0.7516 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 14.1117 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7578 , cls_30 , 0.0000 , 0.0600 , 0.0055 , 8333333.3333 , 1.6667 , 0.8805 , 0.8078 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 8.9115 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7579 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.9560 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7580 , cls_30 , 0.0000 , 0.0600 , 0.0057 , 8333333.3333 , 1.6667 , 0.8805 , 0.8078 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 4.9665 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7589 , cls_30 , 0.0000 , 0.0600 , 0.0049 , 8333333.3333 , 1.6667 , 0.8805 , 0.7453 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 5.1826 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7590 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5111 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7595 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3940 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7599 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5544 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7604 , cls_30 , 0.0000 , 0.0600 , 0.0051 , 6666666.6667 , 1.4286 , 0.9016 , 0.7598 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.9328 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7605 , cls_30 , 0.0000 , 0.1080 , 0.0059 , 9230769.2308 , 2.2500 , 0.7979 , 0.7453 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.3836 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7610 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.1098 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7614 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8365 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7615 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6429 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7616 , cls_30 , 0.0000 , 0.0720 , 0.0060 , 8000000.0000 , 1.7143 , 0.8625 , 0.7805 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 7.3035 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7618 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.9657 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7621 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.7357 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7627 , cls_30 , 0.0000 , 0.0600 , 0.0055 , 11111111.1111 , 2.0000 , 0.8548 , 0.8531 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 6.6060 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7629 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.4283 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7633 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8312 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7636 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.2453 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7638 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.6484 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7647 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6463 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.5965 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7650 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.3914 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7651 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 8.7280 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7652 , cls_30 , 0.0000 , 0.0660 , 0.0056 , 12222222.2222 , 2.2000 , 0.8354 , 0.8137 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6202 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7655 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 8.0829 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7663 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.8602 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7672 , cls_30 , 0.0000 , 0.1800 , 0.0112 , 6666666.6667 , 2.7273 , 0.7548 , 0.8361 , 0.4222 , 0.0000 , 0.0000 , 0.0000 , 12.9255 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7674 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5495 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7677 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 8.3486 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7683 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.4583 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7686 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3224 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7691 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7969 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7697 , cls_30 , 0.0000 , 0.1020 , 0.0077 , 8095238.0952 , 2.1250 , 0.8172 , 0.8019 , 0.3690 , 0.0000 , 0.0000 , 0.0000 , 8.0527 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7703 , cls_30 , 0.0000 , 0.1680 , 0.0086 , 9333333.3333 , 3.1111 , 0.7353 , 0.8128 , 0.3083 , 0.0000 , 0.0000 , 0.0000 , 10.9354 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7706 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3776 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7709 , cls_30 , 0.0000 , 0.0840 , 0.0058 , 8484848.4848 , 2.0000 , 0.8380 , 0.8249 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 7.8838 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7710 , cls_30 , 0.0000 , 0.2280 , 0.0121 , 6846846.8468 , 2.9231 , 0.7155 , 0.7778 , 0.4459 , 0.0000 , 0.0000 , 0.0000 , 6.4031 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7711 , cls_30 , 0.0000 , 0.0540 , 0.0042 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 6.4619 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7712 , cls_30 , 0.0000 , 0.1200 , 0.0082 , 7843137.2549 , 2.2222 , 0.7983 , 0.7595 , 0.3725 , 0.0000 , 0.0000 , 0.0000 , 6.7918 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7716 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.0967 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7721 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.4235 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7722 , cls_30 , 0.0000 , 0.1500 , 0.0128 , 8333333.3333 , 2.7778 , 0.7616 , 0.9024 , 0.3250 , 0.0000 , 0.0000 , 0.0000 , 5.8564 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7724 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.7494 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7725 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.9012 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7730 , cls_30 , 0.0000 , 0.0840 , 0.0055 , 9333333.3333 , 2.0000 , 0.8294 , 0.7598 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 23.2022 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7731 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.9293 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7738 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7592 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7743 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 5.6326 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7744 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.2303 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7746 , cls_30 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.5841 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7755 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.8918 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7761 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6242 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7770 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.5410 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7773 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 10.8187 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7775 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.2066 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7776 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7395 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7778 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7078 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7781 , cls_30 , 0.0000 , 0.1020 , 0.0064 , 8095238.0952 , 2.1250 , 0.8172 , 0.7078 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.5736 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7794 , cls_30 , 0.0000 , 0.2460 , 0.0145 , 6666666.6667 , 3.1538 , 0.7056 , 0.8534 , 0.4797 , 0.0000 , 0.0000 , 0.0000 , 15.2715 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7799 , cls_30 , 0.0000 , 0.0660 , 0.0050 , 6111111.1111 , 1.5714 , 0.8988 , 0.7366 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 8.1520 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7802 , cls_30 , 0.0000 , 0.1020 , 0.0074 , 6296296.2963 , 1.8889 , 0.8408 , 0.8024 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 9.1119 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7804 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1304 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7808 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6263 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7809 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.1304 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7811 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9705 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7813 , cls_30 , 0.0000 , 0.0540 , 0.0047 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.1596 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7818 , cls_30 , 0.0000 , 0.0480 , 0.0032 , 10666666.6667 , 1.6000 , 0.8838 , 0.6463 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 7.2659 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7833 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6994 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7836 , cls_30 , 0.0000 , 0.0480 , 0.0042 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 15.2853 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7840 , cls_30 , 0.0000 , 0.1140 , 0.0074 , 6333333.3333 , 2.1111 , 0.8252 , 0.7004 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 18.8156 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7845 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.4139 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7848 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7082 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7851 , cls_30 , 0.0000 , 0.0720 , 0.0047 , 8000000.0000 , 1.7143 , 0.8625 , 0.6894 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 6.4000 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7856 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 6.2704 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7858 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0802 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7859 , cls_30 , 0.0000 , 0.0960 , 0.0063 , 6274509.8039 , 1.7778 , 0.8491 , 0.7075 , 0.5098 , 0.0000 , 0.0000 , 0.0000 , 5.9149 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7870 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.0376 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7873 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 4.7130 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7880 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3994 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7883 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9765 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7885 , cls_30 , 0.0000 , 0.0840 , 0.0057 , 7777777.7778 , 2.0000 , 0.8460 , 0.7117 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 6.0694 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7889 , cls_30 , 0.0000 , 0.1200 , 0.0071 , 5797101.4493 , 2.0000 , 0.8267 , 0.7012 , 0.5435 , 0.0000 , 0.0000 , 0.0000 , 10.2143 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7891 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 9.4744 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7892 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.4262 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7901 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.9632 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7909 , cls_30 , 0.0000 , 0.0780 , 0.0062 , 7878787.8788 , 1.8571 , 0.8541 , 0.7845 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 10.2363 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7911 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4684 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7912 , cls_30 , 0.0000 , 0.0480 , 0.0033 , 7619047.6190 , 1.3333 , 0.9145 , 0.5048 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 4.4438 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7917 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7000 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7932 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 9.2035 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7936 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7107 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7938 , cls_30 , 0.0000 , 0.0960 , 0.0065 , 7619047.6190 , 2.0000 , 0.8307 , 0.7379 , 0.3929 , 0.0000 , 0.0000 , 0.0000 , 6.8546 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7940 , cls_30 , 0.0000 , 0.0480 , 0.0044 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.6162 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7944 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1893 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7945 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 5.5065 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7952 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9646 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7957 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9225 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7960 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.9830 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7963 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.2490 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7970 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.1182 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7979 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4564 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7982 , cls_30 , 0.0000 , 0.0540 , 0.0048 , 10000000.0000 , 1.8000 , 0.8762 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.0370 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7984 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.7090 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7986 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5831 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7992 , cls_30 , 0.0000 , 0.0780 , 0.0071 , 8666666.6667 , 1.8571 , 0.8453 , 0.8569 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 8.6413 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7994 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4503 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7997 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 8333333.3333 , 1.6667 , 0.8805 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 31.5130 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7999 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.1313 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8001 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1037 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8002 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.5573 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8005 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3723 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8006 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.1599 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8008 , cls_30 , 0.0000 , 0.0720 , 0.0046 , 6666666.6667 , 1.7143 , 0.8797 , 0.5506 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 8.8142 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8011 , cls_30 , 0.0000 , 0.0840 , 0.0062 , 9333333.3333 , 2.0000 , 0.8294 , 0.7598 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 8.2992 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8013 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.0634 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8020 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.6978 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8031 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.4108 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8034 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.9364 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8035 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.5552 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8039 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.3442 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8042 , cls_30 , 0.0000 , 0.1260 , 0.0085 , 5600000.0000 , 2.1000 , 0.8233 , 0.8116 , 0.5533 , 0.0000 , 0.0000 , 0.0000 , 8.8453 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8045 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.2886 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8047 , cls_30 , 0.0000 , 0.0840 , 0.0069 , 5185185.1852 , 1.5556 , 0.8853 , 0.7897 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 7.9859 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8050 , cls_30 , 0.0000 , 0.0780 , 0.0050 , 12380952.3810 , 2.1667 , 0.8141 , 0.7591 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 5.1762 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8051 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9889 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8056 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.4485 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8057 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0651 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8061 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.6431 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8069 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 16.0860 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8076 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0611 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8078 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 8333333.3333 , 1.6667 , 0.8805 , 0.6488 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.1710 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8079 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 7.0040 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8087 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.7515 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8089 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8096 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8101 , cls_30 , 0.0000 , 0.2760 , 0.0151 , 8070175.4386 , 3.5385 , 0.6700 , 0.8547 , 0.3816 , 0.0000 , 0.0000 , 0.0000 , 18.7588 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8111 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.6874 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8115 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0216 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8116 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.0310 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8118 , cls_30 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 10.0015 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8119 , cls_30 , 0.0000 , 0.1440 , 0.0093 , 7272727.2727 , 2.4000 , 0.7797 , 0.7521 , 0.4015 , 0.0000 , 0.0000 , 0.0000 , 6.3401 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8123 , cls_30 , 0.0000 , 0.0960 , 0.0071 , 6666666.6667 , 2.0000 , 0.8433 , 0.8131 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 12.0932 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8125 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.6573 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8127 , cls_30 , 0.0000 , 0.0720 , 0.0076 , 7272727.2727 , 1.7143 , 0.8714 , 0.8444 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 12.3723 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8128 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.3680 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8132 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.2328 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8133 , cls_30 , 0.0000 , 0.1320 , 0.0085 , 7333333.3333 , 2.4444 , 0.7912 , 0.8141 , 0.4250 , 0.0000 , 0.0000 , 0.0000 , 21.5266 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8139 , cls_30 , 0.0000 , 0.0660 , 0.0050 , 7333333.3333 , 1.5714 , 0.8812 , 0.6021 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 7.0804 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8144 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3791 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8148 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.2684 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8150 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4036 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8156 , cls_30 , 0.0000 , 0.0900 , 0.0083 , 7142857.1429 , 1.8750 , 0.8451 , 0.8365 , 0.3690 , 0.0000 , 0.0000 , 0.0000 , 4.1000 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8160 , cls_30 , 0.0000 , 0.0720 , 0.0052 , 8888888.8889 , 2.0000 , 0.8529 , 0.7838 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 7.6419 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8164 , cls_30 , 0.0000 , 0.1380 , 0.0105 , 5476190.4762 , 2.0909 , 0.8126 , 0.8261 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 6.8860 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8167 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.8029 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8168 , cls_30 , 0.0000 , 0.0900 , 0.0068 , 6250000.0000 , 1.8750 , 0.8579 , 0.8131 , 0.4896 , 0.0000 , 0.0000 , 0.0000 , 6.3170 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8169 , cls_30 , 0.0000 , 0.0660 , 0.0052 , 6666666.6667 , 1.5714 , 0.8903 , 0.7845 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 8.3012 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8171 , cls_30 , 0.0000 , 0.1320 , 0.0077 , 6666666.6667 , 2.2000 , 0.8001 , 0.7845 , 0.4470 , 0.0000 , 0.0000 , 0.0000 , 8.5236 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8172 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 11.0703 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8191 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0494 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8194 , cls_30 , 0.0000 , 0.0480 , 0.0051 , 7619047.6190 , 1.3333 , 0.9145 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 2.7199 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8195 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2835 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8197 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.7695 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8199 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3983 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8202 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5812 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8209 , cls_30 , 0.0000 , 0.0480 , 0.0033 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.9775 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8211 , cls_30 , 0.0000 , 0.0720 , 0.0050 , 6153846.1538 , 1.5000 , 0.8875 , 0.5963 , 0.4872 , 0.0000 , 0.0000 , 0.0000 , 12.9455 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8212 , cls_30 , 0.0000 , 0.0900 , 0.0069 , 4000000.0000 , 1.5000 , 0.9035 , 0.6255 , 0.6533 , 0.0000 , 0.0000 , 0.0000 , 11.9186 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8214 , cls_30 , 0.0000 , 0.1740 , 0.0101 , 8405797.1014 , 2.9000 , 0.7391 , 0.7847 , 0.3478 , 0.0000 , 0.0000 , 0.0000 , 18.9020 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8216 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 15.6559 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8218 , cls_30 , 0.0000 , 0.0960 , 0.0067 , 6274509.8039 , 1.7778 , 0.8491 , 0.7595 , 0.4706 , 0.0000 , 0.0000 , 0.0000 , 21.2478 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8222 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.9540 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8223 , cls_30 , 0.0000 , 0.0780 , 0.0052 , 8666666.6667 , 1.8571 , 0.8453 , 0.6894 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 7.2696 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8227 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2462 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8228 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6528 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8231 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 12000000.0000 , 1.8000 , 0.8603 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8039 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8236 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.6127 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8237 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.9100 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8239 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.0775 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8243 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4977 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8246 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.4257 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8259 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9290 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8262 , cls_30 , 0.0000 , 0.0960 , 0.0070 , 8888888.8889 , 2.2857 , 0.8167 , 0.8202 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 7.0502 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8266 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9974 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8268 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.6272 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8269 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9548 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8273 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.8277 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8291 , cls_30 , 0.0000 , 0.1800 , 0.0102 , 5128205.1282 , 2.3077 , 0.7797 , 0.6645 , 0.5726 , 0.0000 , 0.0000 , 0.0000 , 12.1953 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8294 , cls_30 , 0.0000 , 0.0660 , 0.0051 , 5641025.6410 , 1.3750 , 0.9067 , 0.5963 , 0.5256 , 0.0000 , 0.0000 , 0.0000 , 13.2458 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8298 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3608 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8303 , cls_30 , 0.0000 , 0.0600 , 0.0050 , 6060606.0606 , 1.4286 , 0.9110 , 0.7307 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 8.1565 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8310 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.0123 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8312 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 6.5230 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8325 , cls_30 , 0.0000 , 0.1800 , 0.0144 , 8000000.0000 , 3.0000 , 0.7384 , 0.8902 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 5.7855 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8327 , cls_30 , 0.0000 , 0.0960 , 0.0065 , 9696969.6970 , 2.2857 , 0.8090 , 0.7357 , 0.2424 , 0.0000 , 0.0000 , 0.0000 , 3.1437 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8330 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 10.7061 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8331 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.5506 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8332 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1811 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8336 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 11111111.1111 , 2.0000 , 0.8548 , 0.7062 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.3768 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8338 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3556 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8342 , cls_30 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.7040 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8344 , cls_30 , 0.0000 , 0.1560 , 0.0100 , 4814814.8148 , 2.1667 , 0.8075 , 0.7998 , 0.6019 , 0.0000 , 0.0000 , 0.0000 , 13.6136 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8349 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7773 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8355 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4634 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8356 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2645 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8361 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6264 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8362 , cls_30 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.7499 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8372 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 8.5562 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8373 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.0347 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8374 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 5.8017 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8376 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 12.2897 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8377 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8248 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8379 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.1333 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8381 , cls_30 , 0.0000 , 0.0780 , 0.0069 , 7222222.2222 , 1.8571 , 0.8622 , 0.7935 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.8550 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8383 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 2.2605 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8385 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2895 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8387 , cls_30 , 0.0000 , 0.0480 , 0.0045 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 5.1037 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8402 , cls_30 , 0.0000 , 0.1080 , 0.0073 , 6315789.4737 , 2.0000 , 0.8328 , 0.7154 , 0.4912 , 0.0000 , 0.0000 , 0.0000 , 10.9027 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8407 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.3603 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8417 , cls_30 , 0.0000 , 0.1080 , 0.0067 , 5454545.4545 , 1.8000 , 0.8471 , 0.7357 , 0.5530 , 0.0000 , 0.0000 , 0.0000 , 8.5439 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8419 , cls_30 , 0.0000 , 0.0840 , 0.0056 , 6666666.6667 , 1.7500 , 0.8605 , 0.6637 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 4.6029 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8422 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.7215 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 6.8929 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8424 , cls_30 , 0.0000 , 0.1440 , 0.0112 , 6666666.6667 , 2.4000 , 0.7877 , 0.8531 , 0.4653 , 0.0000 , 0.0000 , 0.0000 , 14.9924 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8427 , cls_30 , 0.0000 , 0.1080 , 0.0085 , 4000000.0000 , 1.6364 , 0.8791 , 0.7753 , 0.6500 , 0.0000 , 0.0000 , 0.0000 , 7.0127 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8431 , cls_30 , 0.0000 , 0.0660 , 0.0062 , 5641025.6410 , 1.3750 , 0.9067 , 0.8053 , 0.4872 , 0.0000 , 0.0000 , 0.0000 , 14.0028 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8433 , cls_30 , 0.0000 , 0.0960 , 0.0073 , 7111111.1111 , 2.0000 , 0.8372 , 0.7854 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 10.7365 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8436 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.4319 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8437 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9938 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8440 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.8048 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8447 , cls_30 , 0.0000 , 0.0780 , 0.0065 , 6666666.6667 , 1.6250 , 0.8698 , 0.7453 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 6.0130 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8451 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 5.1998 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8455 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.1807 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8456 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2586 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8457 , cls_30 , 0.0000 , 0.1860 , 0.0110 , 7126436.7816 , 2.8182 , 0.7437 , 0.7587 , 0.4483 , 0.0000 , 0.0000 , 0.0000 , 3.7189 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8458 , cls_30 , 0.0000 , 0.0720 , 0.0052 , 7272727.2727 , 1.7143 , 0.8714 , 0.6888 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 5.4441 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8459 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9180 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8464 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8468 , 0.0255 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8467 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.3098 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8470 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5185185.1852 , 1.1667 , 0.9673 , 0.4270 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 7.9608 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8477 , cls_30 , 0.0000 , 0.0840 , 0.0064 , 7777777.7778 , 2.0000 , 0.8460 , 0.7366 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 3.3986 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8480 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7670 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8481 , cls_30 , 0.0000 , 0.0900 , 0.0056 , 10000000.0000 , 2.1429 , 0.8146 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.2169 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8486 , cls_30 , 0.0000 , 0.0420 , 0.0037 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.0870 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8490 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.6771 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8495 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.0914 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8499 , cls_30 , 0.0000 , 0.0720 , 0.0043 , 8888888.8889 , 2.0000 , 0.8529 , 0.6630 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 2.1644 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8501 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 5.1637 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8508 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.2974 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8517 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7542 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8519 , cls_30 , 0.0000 , 0.1380 , 0.0083 , 6969696.9697 , 2.3000 , 0.7897 , 0.7759 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 10.3607 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8521 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 17.6470 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8522 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.1839 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8531 , cls_30 , 0.0000 , 0.1200 , 0.0064 , 8333333.3333 , 2.5000 , 0.7928 , 0.7209 , 0.3646 , 0.0000 , 0.0000 , 0.0000 , 6.4022 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8532 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.6132 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8536 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.2964 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8537 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1908 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8538 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 4285714.2857 , 1.1250 , 0.9589 , 0.4429 , 0.6310 , 0.0000 , 0.0000 , 0.0000 , 10.6667 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8542 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 1.5118 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8545 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3482 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8548 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0576 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8554 , cls_30 , 0.0000 , 0.1140 , 0.0092 , 8444444.4444 , 2.3750 , 0.7986 , 0.8531 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7903 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8557 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 7.7975 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8559 , cls_30 , 0.0000 , 0.0540 , 0.0037 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 11.1700 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8563 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7969 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8564 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9062 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8565 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.1175 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8568 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7008 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8574 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.2159 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8580 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.3633 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8599 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6067 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8606 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6335 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8607 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.6532 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8609 , cls_30 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.4011 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8610 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1547 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8616 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 4848484.8485 , 1.1429 , 0.9594 , 0.4398 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 9.3038 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8618 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 4.6811 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8621 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6405 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8623 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7294 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8625 , cls_30 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 3.4090 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8626 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.7806 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8628 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7940 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8630 , cls_30 , 0.0000 , 0.1800 , 0.0151 , 6896551.7241 , 2.7273 , 0.7517 , 0.8988 , 0.4138 , 0.0000 , 0.0000 , 0.0000 , 5.7242 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8647 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7686 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8651 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.5808 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8654 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3673 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8657 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1056 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8659 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4130 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8661 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5785 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8662 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1153 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8665 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3549 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8666 , cls_30 , 0.0000 , 0.0900 , 0.0057 , 8333333.3333 , 2.1429 , 0.8309 , 0.7117 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 5.6903 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8667 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1216 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8670 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 9.0961 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8672 , cls_30 , 0.0000 , 0.0720 , 0.0053 , 4444444.4444 , 1.3333 , 0.9206 , 0.6474 , 0.6296 , 0.0000 , 0.0000 , 0.0000 , 6.0161 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8674 , cls_30 , 0.0000 , 0.0540 , 0.0051 , 6666666.6667 , 1.5000 , 0.9139 , 0.7708 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 4.2129 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8676 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.6227 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8677 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8236 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8679 , cls_30 , 0.0000 , 0.0600 , 0.0049 , 7407407.4074 , 1.6667 , 0.8916 , 0.7453 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.0590 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8684 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.6954 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8688 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0678 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8691 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4121 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8693 , cls_30 , 0.0000 , 0.0720 , 0.0069 , 8888888.8889 , 2.0000 , 0.8529 , 0.8430 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.1727 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8696 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 4.2946 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8701 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.7635 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8703 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3959 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8708 , cls_30 , 0.0000 , 0.0600 , 0.0051 , 9523809.5238 , 1.6667 , 0.8684 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 9.2607 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8709 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.2676 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8716 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 6000000.0000 , 1.2857 , 0.9243 , 0.6255 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 3.5816 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8717 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5876 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8722 , cls_30 , 0.0000 , 0.0840 , 0.0058 , 6666666.6667 , 1.7500 , 0.8605 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 4.6653 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8724 , cls_30 , 0.0000 , 0.0480 , 0.0043 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 7.8920 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8726 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.1078 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8730 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7834 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8731 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4975 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8737 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 6.3744 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8746 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.0403 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8752 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.0076 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8773 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8569 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8774 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7013 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8775 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3767 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8777 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.3593 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8779 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0997 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8785 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.2634 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8786 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2878 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8788 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4161 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8790 , cls_30 , 0.0000 , 0.0840 , 0.0058 , 8484848.4848 , 2.0000 , 0.8380 , 0.7585 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 4.3179 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8797 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7968 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8799 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1376 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8800 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.4030 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8804 , cls_30 , 0.0000 , 0.0780 , 0.0047 , 10833333.3333 , 2.1667 , 0.8255 , 0.6817 , 0.2292 , 0.0000 , 0.0000 , 0.0000 , 7.5923 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8808 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0517 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8812 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 7.6313 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8818 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2915 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8820 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.8040 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8822 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.7363 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8829 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.5118 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8831 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.2149 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8832 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.7617 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8837 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.7454 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8838 , cls_30 , 0.0000 , 0.0600 , 0.0041 , 6666666.6667 , 1.4286 , 0.9016 , 0.6255 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 5.8475 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8839 , cls_30 , 0.0000 , 0.0600 , 0.0046 , 11111111.1111 , 2.0000 , 0.8548 , 0.7753 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 4.3315 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8846 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.3059 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8848 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9639 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8855 , cls_30 , 0.0000 , 0.1680 , 0.0122 , 6436781.6092 , 2.5455 , 0.7684 , 0.8761 , 0.4713 , 0.0000 , 0.0000 , 0.0000 , 7.8423 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8867 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.4565 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8873 , cls_30 , 0.0000 , 0.0900 , 0.0061 , 8333333.3333 , 2.1429 , 0.8309 , 0.7907 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 4.5146 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8874 , cls_30 , 0.0000 , 0.0540 , 0.0040 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7063 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8877 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3147 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8879 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.6483 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8890 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9953 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8892 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.3773 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8893 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.0464 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8899 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.6238 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8902 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6608 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8905 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5780 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8906 , cls_30 , 0.0000 , 0.0540 , 0.0040 , 12000000.0000 , 1.8000 , 0.8603 , 0.6817 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7446 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8907 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5305 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8910 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.2740 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8915 , cls_30 , 0.0000 , 0.0720 , 0.0049 , 10000000.0000 , 2.0000 , 0.8423 , 0.7516 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 3.6998 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8916 , cls_30 , 0.0000 , 0.0540 , 0.0038 , 12000000.0000 , 1.8000 , 0.8603 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6311 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8918 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4852 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8920 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.8656 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8924 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.5900 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8925 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 4.1236 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8926 , cls_30 , 0.0000 , 0.0600 , 0.0050 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 6.9220 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8927 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4505 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8939 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7782 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8941 , cls_30 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.7613 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.7647 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8942 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 11.0450 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8958 , cls_30 , 0.0000 , 0.0660 , 0.0051 , 6666666.6667 , 1.5714 , 0.8903 , 0.7585 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 6.8821 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8964 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6068 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8968 , cls_30 , 0.0000 , 0.0960 , 0.0058 , 13333333.3333 , 2.6667 , 0.7820 , 0.7963 , 0.1458 , 0.0000 , 0.0000 , 0.0000 , 4.9476 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8973 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6770 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8977 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2516 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8982 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.8904 , 0.0234 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8985 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4588 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8986 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5404 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8989 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0909 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8994 , cls_30 , 0.0000 , 0.0840 , 0.0063 , 11666666.6667 , 2.3333 , 0.8100 , 0.8623 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.6677 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8995 , cls_30 , 0.0000 , 0.0960 , 0.0078 , 9696969.6970 , 2.2857 , 0.8090 , 0.8653 , 0.2576 , 0.0000 , 0.0000 , 0.0000 , 4.6648 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8999 , cls_30 , 0.0000 , 0.0780 , 0.0075 , 7878787.8788 , 1.8571 , 0.8541 , 0.8653 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 5.1116 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9000 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6013 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9004 , cls_30 , 0.0000 , 0.0600 , 0.0057 , 9523809.5238 , 1.6667 , 0.8684 , 0.8463 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 10.7692 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9006 , cls_30 , 0.0000 , 0.0540 , 0.0047 , 6666666.6667 , 1.5000 , 0.9139 , 0.7205 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.0944 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9007 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4857 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9009 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5302 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9010 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.5779 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9011 , cls_30 , 0.0000 , 0.1080 , 0.0077 , 10000000.0000 , 2.5714 , 0.7909 , 0.8302 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.6705 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9013 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9527 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9015 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.6131 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9018 , cls_30 , 0.0000 , 0.0960 , 0.0070 , 5925925.9259 , 1.7778 , 0.8547 , 0.7731 , 0.4907 , 0.0000 , 0.0000 , 0.0000 , 4.6944 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9022 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8887 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9024 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8970 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9031 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.9342 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9035 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2136 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9036 , cls_30 , 0.0000 , 0.0600 , 0.0049 , 5128205.1282 , 1.2500 , 0.9278 , 0.6322 , 0.5769 , 0.0000 , 0.0000 , 0.0000 , 6.8276 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9050 , cls_30 , 0.0000 , 0.1020 , 0.0057 , 11333333.3333 , 2.4286 , 0.7877 , 0.7170 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 5.4538 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9052 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5474 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9067 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.4861 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9069 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4672 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9071 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.9308 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9072 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5048 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9083 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.9328 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9085 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 6.2301 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9089 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5000 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9090 , cls_30 , 0.0000 , 0.1020 , 0.0072 , 5151515.1515 , 1.7000 , 0.8606 , 0.6888 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 2.8676 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9092 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.6687 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9099 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8502 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9102 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1849 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9103 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 5.5739 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9104 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.7034 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9105 , cls_30 , 0.0000 , 0.0720 , 0.0063 , 8888888.8889 , 2.0000 , 0.8529 , 0.8237 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 5.7491 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9108 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.5915 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9113 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.2633 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9117 , cls_30 , 0.0000 , 0.0660 , 0.0049 , 9166666.6667 , 1.8333 , 0.8606 , 0.7516 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 5.6661 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9122 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5002 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9123 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.6375 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9124 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.8398 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9129 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.6497 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9132 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.0822 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9136 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0806 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9137 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 5.1675 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9143 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0617 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9144 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 2.6831 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9145 , cls_30 , 0.0000 , 0.0780 , 0.0063 , 8666666.6667 , 1.8571 , 0.8453 , 0.8232 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 1.4724 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9146 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7214 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9147 , cls_30 , 0.0000 , 0.0720 , 0.0060 , 8888888.8889 , 2.0000 , 0.8529 , 0.8430 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 5.1285 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9152 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.1961 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9154 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1238 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9155 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2487 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9157 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3335 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9161 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.8359 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9162 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.2362 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9163 , cls_30 , 0.0000 , 0.1200 , 0.0072 , 8888888.8889 , 2.5000 , 0.7871 , 0.7753 , 0.3222 , 0.0000 , 0.0000 , 0.0000 , 3.8586 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9166 , cls_30 , 0.0000 , 0.0660 , 0.0045 , 10476190.4762 , 1.8333 , 0.8487 , 0.6927 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 3.3375 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9175 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4601 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9180 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0197 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9181 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6276 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9184 , cls_30 , 0.0000 , 0.0720 , 0.0046 , 8000000.0000 , 1.7143 , 0.8625 , 0.6817 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.7907 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9189 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8831 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9194 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5231 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9202 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.1687 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9204 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2322 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9206 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0390 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9219 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.0493 , 0.0228 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9221 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6662 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9225 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.0342 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9228 , cls_30 , 0.0000 , 0.0780 , 0.0063 , 7878787.8788 , 1.8571 , 0.8541 , 0.8107 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 8.2930 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9232 , cls_30 , 0.0000 , 0.0540 , 0.0038 , 6000000.0000 , 1.2857 , 0.9243 , 0.4907 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 3.9497 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9236 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4706 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9250 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.6938 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9252 , cls_30 , 0.0000 , 0.0660 , 0.0054 , 8148148.1481 , 1.8333 , 0.8713 , 0.7838 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.2739 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9254 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0951 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9255 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2544 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9256 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.4176 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9263 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.2848 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9265 , cls_30 , 0.0000 , 0.0660 , 0.0051 , 5641025.6410 , 1.3750 , 0.9067 , 0.6817 , 0.5256 , 0.0000 , 0.0000 , 0.0000 , 6.2010 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9270 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2362 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9272 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9787 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9273 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.6076 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9275 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2535 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9281 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.9508 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9283 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 5.9383 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9286 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.3115 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9287 , cls_30 , 0.0000 , 0.1020 , 0.0074 , 7555555.5556 , 2.1250 , 0.8236 , 0.7878 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 8.6606 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9290 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4715 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9291 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.5694 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9294 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.3645 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9296 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.7609 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9297 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2850 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9299 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.6027 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9303 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.8059 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9306 , cls_30 , 0.0000 , 0.1200 , 0.0085 , 6349206.3492 , 2.0000 , 0.8180 , 0.7861 , 0.4921 , 0.0000 , 0.0000 , 0.0000 , 2.6850 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9309 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.2804 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9310 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2896 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9312 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1855 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9317 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1653 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9319 , cls_30 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.7247 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 6.6587 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9322 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4120 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9326 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 5925925.9259 , 1.3333 , 0.9389 , 0.6630 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 4.4512 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9333 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1039 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9343 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5036 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9345 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 4.2718 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9349 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9959 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9352 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6887 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9361 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7422 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9362 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 3.7191 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9365 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9369 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9367 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.4937 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9369 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5727 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9377 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 2.5462 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9384 , cls_30 , 0.0000 , 0.1200 , 0.0084 , 7843137.2549 , 2.2222 , 0.7983 , 0.8268 , 0.3725 , 0.0000 , 0.0000 , 0.0000 , 5.4257 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9387 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4659 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9388 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4756 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9389 , cls_30 , 0.0000 , 0.1140 , 0.0069 , 7037037.0370 , 2.1111 , 0.8153 , 0.6903 , 0.4352 , 0.0000 , 0.0000 , 0.0000 , 3.2176 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9396 , cls_30 , 0.0000 , 0.0540 , 0.0050 , 10000000.0000 , 1.8000 , 0.8762 , 0.8302 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.1877 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9397 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9153 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9398 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.9770 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9400 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3289 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9404 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6743 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9405 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0591 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9407 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.2038 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9412 , cls_30 , 0.0000 , 0.0480 , 0.0045 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 5.9165 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9416 , cls_30 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 5.0727 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9419 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4596 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9420 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8881 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9430 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8201 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9431 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 1.3035 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9437 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.5153 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9439 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.5267 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9445 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.9356 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9449 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.4253 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9451 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0169 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9452 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1413 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9454 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.1687 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9460 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.1402 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9462 , cls_30 , 0.0000 , 0.0600 , 0.0054 , 6666666.6667 , 1.4286 , 0.9016 , 0.7598 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.7469 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9467 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.0063 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9469 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.5896 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9474 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.6453 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9475 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.4768 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9480 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5405 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9481 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.2010 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9491 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6559 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9493 , cls_30 , 0.0000 , 0.0720 , 0.0052 , 6666666.6667 , 1.7143 , 0.8797 , 0.6605 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.4358 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9495 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2269 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9498 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5411 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9499 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0983 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9502 , cls_30 , 0.0000 , 0.0540 , 0.0050 , 8571428.5714 , 1.5000 , 0.8902 , 0.8019 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 3.2155 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9506 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.7803 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9507 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4476 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9508 , cls_30 , 0.0000 , 0.0720 , 0.0057 , 6666666.6667 , 1.7143 , 0.8797 , 0.7366 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.3981 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9511 , cls_30 , 0.0000 , 0.0600 , 0.0045 , 8333333.3333 , 1.6667 , 0.8805 , 0.6488 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 5.2312 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9512 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.4917 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9515 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.8994 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9517 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2.4853 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9521 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5727 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9526 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0317 , 0.0272 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9529 , cls_30 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.9284 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9530 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4193 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9531 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8568 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9543 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2816 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9544 , cls_30 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.5593 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 8.2960 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9551 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.5759 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9554 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 1.8477 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9559 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 3.7685 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9561 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.6161 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9562 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6756 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9564 , cls_30 , 0.0000 , 0.0600 , 0.0039 , 7407407.4074 , 1.6667 , 0.8916 , 0.6048 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 2.4933 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9570 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.8077 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9573 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.7502 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9576 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.7573 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9579 , cls_30 , 0.0000 , 0.0600 , 0.0048 , 6666666.6667 , 1.4286 , 0.9016 , 0.7170 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 2.9219 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9580 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.6057 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9583 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.0347 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9584 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7813 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9585 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7435 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9587 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3704 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9589 , cls_30 , 0.0000 , 0.1260 , 0.0065 , 8750000.0000 , 2.6250 , 0.7818 , 0.7247 , 0.3854 , 0.0000 , 0.0000 , 0.0000 , 2.2108 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9594 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.8986 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9597 , cls_30 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 8.7260 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9600 , cls_30 , 0.0000 , 0.0720 , 0.0049 , 4705882.3529 , 1.3333 , 0.9146 , 0.4721 , 0.6176 , 0.0000 , 0.0000 , 0.0000 , 2.6614 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9609 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.2615 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9611 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4992 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9613 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7144 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9618 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.8157 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9623 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.4487 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9624 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 5000000.0000 , 1.2857 , 0.9427 , 0.6605 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 4.1647 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9627 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6434 , 0.0417 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9629 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7503 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9635 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2249 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9637 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.3187 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9646 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4393 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9647 , cls_30 , 0.0000 , 0.1320 , 0.0077 , 5238095.2381 , 2.0000 , 0.8234 , 0.6845 , 0.5774 , 0.0000 , 0.0000 , 0.0000 , 5.9935 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9651 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8373 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9652 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8803 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9656 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.6377 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9657 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9584 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9672 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6847 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9674 , cls_30 , 0.0000 , 0.1200 , 0.0072 , 7017543.8596 , 2.2222 , 0.8085 , 0.6731 , 0.4386 , 0.0000 , 0.0000 , 0.0000 , 2.0807 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9676 , cls_30 , 0.0000 , 0.0600 , 0.0046 , 7407407.4074 , 1.6667 , 0.8916 , 0.6630 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.4732 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9678 , cls_30 , 0.0000 , 0.1020 , 0.0068 , 8095238.0952 , 2.1250 , 0.8172 , 0.7591 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 4.4708 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9679 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.7869 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9688 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8292 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9690 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.6461 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9691 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7338 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9693 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.4357 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9694 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.5740 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9695 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 4848484.8485 , 1.1429 , 0.9594 , 0.4613 , 0.5758 , 0.0000 , 0.0000 , 0.0000 , 3.2717 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9697 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9556 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9703 , cls_30 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 2.9329 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9706 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 5.7854 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9708 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.2309 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9713 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.1942 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9716 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.2892 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9720 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6061 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9725 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 5000000.0000 , 1.0000 , 0.9877 , 0.4341 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 2.2062 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9729 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9646 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9735 , cls_30 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.5351 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9740 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8338 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9748 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.2691 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9755 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9038 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9762 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7295 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9771 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9518 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9778 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.2108 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9781 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.7804 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9787 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9997 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9792 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3489 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9793 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 3.8248 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9796 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.3302 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9798 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.2897 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9799 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.8765 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9801 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.7060 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9804 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.5784 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9807 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.8371 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9808 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2772 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9813 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.4803 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9815 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7709 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9820 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.6688 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9822 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.9295 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9829 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2179 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9832 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0375 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9833 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 6666666.6667 , 1.3333 , 0.9273 , 0.7247 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.5833 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9836 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8962 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9840 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8079 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9841 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3419 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9844 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7973 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9848 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3139 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9850 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4849 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9855 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.7879 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9860 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.8474 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9864 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5463 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9867 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.0075 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9870 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8848 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9887 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4655 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9896 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8 , cls_70 , 0.0000 , 0.0660 , 0.0054 , 8148148.1481 , 1.8333 , 0.8713 , 0.7708 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 3.4419 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 17 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 21.0898 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 20 , cls_70 , 0.0000 , 0.1380 , 0.0087 , 4380952.3810 , 1.9167 , 0.8351 , 0.7009 , 0.6381 , 0.0000 , 0.0000 , 0.0000 , 164.3456 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 27 , cls_70 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.6419 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 3.8737 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 29 , cls_70 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.5414 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 41 , cls_70 , 0.0000 , 0.2820 , 0.0165 , 2191142.1911 , 1.9583 , 0.7970 , 0.5675 , 0.8124 , 0.0000 , 0.0000 , 0.0000 , 7.5642 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 51 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9780 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 53 , cls_70 , 0.0000 , 0.1020 , 0.0074 , 4533333.3333 , 1.7000 , 0.8737 , 0.6997 , 0.6400 , 0.0000 , 0.0000 , 0.0000 , 1.8145 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 71 , cls_70 , 0.0000 , 0.1500 , 0.0132 , 5747126.4368 , 2.2727 , 0.7959 , 0.8914 , 0.4885 , 0.0000 , 0.0000 , 0.0000 , 311.4212 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 74 , cls_70 , 0.0000 , 2.1300 , 0.0708 , 1913230.9351 , 5.0000 , 0.2802 , 0.8954 , 0.8378 , 0.0000 , 0.0000 , 0.0000 , 107.2564 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 79 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 252.8600 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 80 , cls_70 , 0.0000 , 1.6260 , 0.0663 , 1636473.4300 , 4.0448 , 0.3904 , 0.8301 , 0.8590 , 0.0000 , 0.0000 , 0.0000 , 87.6225 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 92 , cls_70 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 12.1168 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 102 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 58.2469 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 119 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.1972 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 146 , cls_70 , 0.0000 , 0.8100 , 0.0331 , 1386748.8444 , 2.6471 , 0.6211 , 0.5786 , 0.8855 , 0.0000 , 0.0000 , 0.0000 , 39.1357 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 196 , cls_70 , 0.0000 , 0.0840 , 0.0059 , 5185185.1852 , 1.5556 , 0.8853 , 0.5676 , 0.5741 , 0.0000 , 0.0000 , 0.0000 , 51.0614 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 230 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 20.3234 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 251 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 163.6194 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 270 , cls_70 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 9.6199 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 274 , cls_70 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 39.0197 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 296 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 163.9561 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 301 , cls_70 , 0.0000 , 0.1620 , 0.0116 , 5142857.1429 , 2.2500 , 0.7954 , 0.8293 , 0.5857 , 0.0000 , 0.0000 , 0.0000 , 4.1614 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 325 , cls_70 , 0.0000 , 0.2100 , 0.0200 , 2745098.0392 , 1.8421 , 0.8214 , 0.8507 , 0.7510 , 0.0000 , 0.0000 , 0.0000 , 146.2225 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 414 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.9962 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 437 , cls_70 , 0.0000 , 0.0780 , 0.0061 , 7222222.2222 , 1.8571 , 0.8622 , 0.8137 , 0.4028 , 0.0000 , 0.0000 , 0.0000 , 222.8204 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 444 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7896 , 0.0446 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 456 , cls_70 , 0.0000 , 0.0900 , 0.0077 , 5263157.8947 , 1.6667 , 0.8749 , 0.7506 , 0.5614 , 0.0000 , 0.0000 , 0.0000 , 318.4506 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 473 , cls_70 , 0.0000 , 0.1260 , 0.0090 , 2800000.0000 , 1.4000 , 0.8974 , 0.6483 , 0.7700 , 0.0000 , 0.0000 , 0.0000 , 19.2379 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 485 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.2976 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 487 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 38.1454 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 515 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 254.4499 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 518 , cls_70 , 0.0000 , 0.1080 , 0.0094 , 4137931.0345 , 1.6364 , 0.8755 , 0.7866 , 0.6379 , 0.0000 , 0.0000 , 0.0000 , 39.4088 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 571 , cls_70 , 0.0000 , 0.0600 , 0.0049 , 4444444.4444 , 1.2500 , 0.9427 , 0.5225 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 61.6805 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 600 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 318.6527 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 601 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 260.8886 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 656 , cls_70 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.6339 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 692 , cls_70 , 0.0000 , 0.0600 , 0.0047 , 4444444.4444 , 1.2500 , 0.9427 , 0.5225 , 0.6333 , 0.0000 , 0.0000 , 0.0000 , 270.7034 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 715 , cls_70 , 0.0000 , 0.2460 , 0.0176 , 1798245.6140 , 1.6400 , 0.8458 , 0.7385 , 0.8454 , 0.0000 , 0.0000 , 0.0000 , 47.0788 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 720 , cls_70 , 0.0000 , 0.9540 , 0.0571 , 1763727.1215 , 3.1800 , 0.5492 , 0.8767 , 0.8500 , 0.0000 , 0.0000 , 0.0000 , 56.7801 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 731 , cls_70 , 0.0000 , 0.1080 , 0.0077 , 2790697.6744 , 1.2857 , 0.9194 , 0.4356 , 0.7674 , 0.0000 , 0.0000 , 0.0000 , 20.0364 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 737 , cls_70 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 3.0052 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 769 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.4855 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 775 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.4164 , 0.0362 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 804 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.4583 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 831 , cls_70 , 0.0000 , 0.4740 , 0.0219 , 1803652.9680 , 2.2571 , 0.7179 , 0.5600 , 0.8527 , 0.0000 , 0.0000 , 0.0000 , 61.5457 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 852 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6207 , 0.0240 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 885 , cls_70 , 0.0000 , 0.0600 , 0.0048 , 6060606.0606 , 1.4286 , 0.9110 , 0.7199 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 131.9805 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 951 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.1266 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 979 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 52.7578 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 981 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 131.3927 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1003 , cls_70 , 0.0000 , 0.0600 , 0.0048 , 4444444.4444 , 1.2500 , 0.9427 , 0.5756 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 15.0446 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1010 , cls_70 , 0.0000 , 0.1440 , 0.0109 , 4324324.3243 , 1.8462 , 0.8303 , 0.7978 , 0.6441 , 0.0000 , 0.0000 , 0.0000 , 140.7734 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1014 , cls_70 , 0.0000 , 0.7200 , 0.0327 , 1587301.5873 , 2.6667 , 0.6356 , 0.7079 , 0.8661 , 0.0000 , 0.0000 , 0.0000 , 7.8670 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1089 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.1525 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1098 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.1521 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1120 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7647 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1189 , cls_70 , 0.0000 , 0.1500 , 0.0099 , 4504504.5045 , 1.9231 , 0.8201 , 0.7397 , 0.6441 , 0.0000 , 0.0000 , 0.0000 , 6.2061 , 0.0443 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1246 , cls_70 , 0.0000 , 0.1020 , 0.0083 , 3655913.9785 , 1.4167 , 0.8966 , 0.7278 , 0.6935 , 0.0000 , 0.0000 , 0.0000 , 3.6080 , 0.0247 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1254 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 14.0411 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1262 , cls_70 , 0.0000 , 0.0900 , 0.0071 , 5000000.0000 , 1.6667 , 0.8801 , 0.7551 , 0.5750 , 0.0000 , 0.0000 , 0.0000 , 80.0717 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1299 , cls_70 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 41.2564 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1304 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 9.4617 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1307 , cls_70 , 0.0000 , 0.0540 , 0.0047 , 4615384.6154 , 1.1250 , 0.9510 , 0.5862 , 0.5897 , 0.0000 , 0.0000 , 0.0000 , 5.5866 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1334 , cls_70 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 38.1026 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1342 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.5718 , 0.0301 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1347 , cls_70 , 0.0000 , 0.1020 , 0.0081 , 2982456.1404 , 1.3077 , 0.9195 , 0.6731 , 0.7368 , 0.0000 , 0.0000 , 0.0000 , 2.9707 , 0.0532 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1367 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.5187 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1403 , cls_70 , 0.0000 , 0.0540 , 0.0046 , 6666666.6667 , 1.5000 , 0.9139 , 0.7453 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 61.1706 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1415 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 21.8630 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1418 , cls_70 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 6.3734 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1419 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1078 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1423 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.9534 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1431 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.1710 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1470 , cls_70 , 0.0000 , 0.1500 , 0.0099 , 3875968.9922 , 1.7857 , 0.8358 , 0.7040 , 0.6744 , 0.0000 , 0.0000 , 0.0000 , 36.5103 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1482 , cls_70 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 12.5176 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1496 , cls_70 , 0.0000 , 0.0840 , 0.0076 , 5185185.1852 , 1.5556 , 0.8853 , 0.8166 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 6.6083 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1511 , cls_70 , 0.0000 , 0.1860 , 0.0121 , 3039215.6863 , 1.8235 , 0.8294 , 0.7360 , 0.7525 , 0.0000 , 0.0000 , 0.0000 , 34.4262 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1532 , cls_70 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 22.9160 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1542 , cls_70 , 0.0000 , 0.4560 , 0.0182 , 2598290.5983 , 2.7143 , 0.6845 , 0.5834 , 0.7812 , 0.0000 , 0.0000 , 0.0000 , 1.7201 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1566 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 4444444.4444 , 1.0000 , 1.0000 , 0.3634 , 0.5926 , 0.0000 , 0.0000 , 0.0000 , 14.6896 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1581 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.5502 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1595 , cls_70 , 0.0000 , 0.0600 , 0.0052 , 4761904.7619 , 1.2500 , 0.9354 , 0.6637 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 9.1593 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1606 , cls_70 , 0.0000 , 0.0660 , 0.0053 , 3859649.1228 , 1.2222 , 0.9464 , 0.5435 , 0.6754 , 0.0000 , 0.0000 , 0.0000 , 5.2309 , 0.0268 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1683 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5094 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1689 , cls_70 , 0.0000 , 0.2160 , 0.0133 , 2033898.3051 , 1.6364 , 0.8525 , 0.5780 , 0.8291 , 0.0000 , 0.0000 , 0.0000 , 20.9697 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1694 , cls_70 , 0.0000 , 0.1080 , 0.0076 , 3333333.3333 , 1.5000 , 0.8991 , 0.4850 , 0.7269 , 0.0000 , 0.0000 , 0.0000 , 23.7232 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1702 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.0472 , 0.0309 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1739 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 42.8622 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1741 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.7416 , 0.0268 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1749 , cls_70 , 0.0000 , 0.0540 , 0.0048 , 6666666.6667 , 1.5000 , 0.9139 , 0.7838 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 5.2573 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1752 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9704 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1767 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 39.3632 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1800 , cls_70 , 0.0000 , 0.0600 , 0.0050 , 6666666.6667 , 1.4286 , 0.9016 , 0.6817 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.6431 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1803 , cls_70 , 0.0000 , 0.0600 , 0.0048 , 4444444.4444 , 1.2500 , 0.9427 , 0.5756 , 0.6333 , 0.0000 , 0.0000 , 0.0000 , 5.3815 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1807 , cls_70 , 0.0000 , 0.0540 , 0.0049 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 5.8969 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1841 , cls_70 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 3.9292 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1870 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.5641 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1937 , cls_70 , 0.0000 , 0.1380 , 0.0084 , 3407407.4074 , 1.6429 , 0.8620 , 0.6506 , 0.7222 , 0.0000 , 0.0000 , 0.0000 , 10.7371 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1938 , cls_70 , 0.0000 , 0.0540 , 0.0046 , 5000000.0000 , 1.2857 , 0.9427 , 0.6180 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 6.9818 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1940 , cls_70 , 0.0000 , 0.0480 , 0.0037 , 4848484.8485 , 1.1429 , 0.9594 , 0.2997 , 0.6061 , 0.0000 , 0.0000 , 0.0000 , 4.2358 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1977 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7322 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2000 , cls_70 , 0.0000 , 0.0840 , 0.0067 , 2828282.8283 , 1.1667 , 0.9513 , 0.3536 , 0.7626 , 0.0000 , 0.0000 , 0.0000 , 6.4715 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2034 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.6138 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2040 , cls_70 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 3.9924 , 0.0362 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2050 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0699 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2093 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 2.6315 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2103 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.4750 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2146 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.4255 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2153 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9469 , 0.0234 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2162 , cls_70 , 0.0000 , 0.0540 , 0.0045 , 4615384.6154 , 1.1250 , 0.9510 , 0.5963 , 0.6154 , 0.0000 , 0.0000 , 0.0000 , 4.6056 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2174 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.5473 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2189 , cls_70 , 0.0000 , 0.0480 , 0.0038 , 5333333.3333 , 1.1429 , 0.9495 , 0.4907 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 3.0489 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2202 , cls_70 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 15.5785 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2203 , cls_70 , 0.0000 , 0.3780 , 0.0212 , 1516245.4874 , 1.8529 , 0.7871 , 0.5746 , 0.8700 , 0.0000 , 0.0000 , 0.0000 , 28.5438 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2211 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.1870 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2239 , cls_70 , 0.0000 , 0.0840 , 0.0075 , 2916666.6667 , 1.1667 , 0.9477 , 0.6262 , 0.7396 , 0.0000 , 0.0000 , 0.0000 , 3.5396 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2246 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6782 , 0.0234 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2248 , cls_70 , 0.0000 , 0.3240 , 0.0202 , 2208588.9571 , 2.0769 , 0.7704 , 0.7332 , 0.8139 , 0.0000 , 0.0000 , 0.0000 , 5.0562 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2269 , cls_70 , 0.0000 , 0.0540 , 0.0048 , 3529411.7647 , 1.0000 , 0.9801 , 0.4721 , 0.6863 , 0.0000 , 0.0000 , 0.0000 , 5.8030 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2270 , cls_70 , 0.0000 , 0.0600 , 0.0045 , 5555555.5556 , 1.4286 , 0.9196 , 0.5506 , 0.5278 , 0.0000 , 0.0000 , 0.0000 , 8.9181 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2275 , cls_70 , 0.0000 , 0.0720 , 0.0062 , 3200000.0000 , 1.2000 , 0.9566 , 0.5639 , 0.7133 , 0.0000 , 0.0000 , 0.0000 , 14.6307 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2302 , cls_70 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 11.9028 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2342 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7032 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2354 , cls_70 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.9186 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2387 , cls_70 , 0.0000 , 0.2280 , 0.0140 , 2945736.4341 , 2.0000 , 0.7998 , 0.7423 , 0.7422 , 0.0000 , 0.0000 , 0.0000 , 3.6187 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2389 , cls_70 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 2.0901 , 0.0618 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2391 , cls_70 , 0.0000 , 0.0660 , 0.0052 , 7333333.3333 , 1.5714 , 0.8812 , 0.6255 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 12.1971 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2403 , cls_70 , 0.0000 , 0.1080 , 0.0083 , 3157894.7368 , 1.3846 , 0.9052 , 0.6442 , 0.7368 , 0.0000 , 0.0000 , 0.0000 , 77.5451 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2416 , cls_70 , 0.0000 , 0.0840 , 0.0057 , 4666666.6667 , 1.5556 , 0.8961 , 0.5609 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 8.0206 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2425 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 16.4021 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2430 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 3.2044 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2461 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.3814 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2465 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.4206 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2520 , cls_70 , 0.0000 , 0.3780 , 0.0208 , 2142857.1429 , 2.2500 , 0.7442 , 0.7469 , 0.8180 , 0.0000 , 0.0000 , 0.0000 , 24.9703 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2530 , cls_70 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.0076 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2611 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9105 , 0.0618 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2640 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7634 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2650 , cls_70 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 19.2574 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2741 , cls_70 , 0.0000 , 0.0600 , 0.0050 , 4166666.6667 , 1.2500 , 0.9495 , 0.5473 , 0.6458 , 0.0000 , 0.0000 , 0.0000 , 4.2071 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2743 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.5528 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2756 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.0434 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2777 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.2932 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2791 , cls_70 , 0.0000 , 0.0540 , 0.0044 , 4615384.6154 , 1.1250 , 0.9510 , 0.5862 , 0.6154 , 0.0000 , 0.0000 , 0.0000 , 1.7806 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2796 , cls_70 , 0.0000 , 0.4500 , 0.0198 , 2645502.6455 , 2.6786 , 0.6853 , 0.6022 , 0.7769 , 0.0000 , 0.0000 , 0.0000 , 45.8465 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2836 , cls_70 , 0.0000 , 0.1020 , 0.0072 , 3777777.7778 , 1.5455 , 0.8930 , 0.6707 , 0.6889 , 0.0000 , 0.0000 , 0.0000 , 2.4564 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2839 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.3089 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2901 , cls_70 , 0.0000 , 0.2220 , 0.0100 , 5736434.1085 , 2.6429 , 0.7360 , 0.6513 , 0.5426 , 0.0000 , 0.0000 , 0.0000 , 2.3606 , 0.0360 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2906 , cls_70 , 0.0000 , 0.0420 , 0.0034 , 5185185.1852 , 1.1667 , 0.9673 , 0.4270 , 0.5741 , 0.0000 , 0.0000 , 0.0000 , 6.1047 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2911 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7885 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2957 , cls_70 , 0.0000 , 0.2280 , 0.0164 , 1481481.4815 , 1.4074 , 0.8846 , 0.5473 , 0.8743 , 0.0000 , 0.0000 , 0.0000 , 51.3571 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2989 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5525 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3012 , cls_70 , 0.0000 , 0.3000 , 0.0260 , 3333333.3333 , 2.5000 , 0.7387 , 0.8830 , 0.7150 , 0.0000 , 0.0000 , 0.0000 , 5.6297 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3155 , cls_70 , 0.0000 , 0.0840 , 0.0072 , 4666666.6667 , 1.5556 , 0.8961 , 0.7598 , 0.6083 , 0.0000 , 0.0000 , 0.0000 , 8.7074 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3157 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 14.6238 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3170 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.4232 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3171 , cls_70 , 0.0000 , 0.0480 , 0.0039 , 5333333.3333 , 1.1429 , 0.9495 , 0.6021 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 5.2874 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3179 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.6014 , 0.0418 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3196 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0042 , 0.0272 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3206 , cls_70 , 0.0000 , 0.5880 , 0.0349 , 1666666.6667 , 2.4500 , 0.6791 , 0.7969 , 0.8605 , 0.0000 , 0.0000 , 0.0000 , 15.9389 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3209 , cls_70 , 0.0000 , 0.0600 , 0.0053 , 4761904.7619 , 1.2500 , 0.9354 , 0.6927 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 50.4399 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3266 , cls_70 , 0.0000 , 0.0660 , 0.0054 , 4074074.0741 , 1.2222 , 0.9405 , 0.5593 , 0.6574 , 0.0000 , 0.0000 , 0.0000 , 4.4276 , 0.0247 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3295 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.4657 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3311 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2282 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3326 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3587 , 0.0362 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3330 , cls_70 , 0.0000 , 0.0960 , 0.0089 , 8205128.2051 , 2.0000 , 0.8239 , 0.8783 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.5841 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3363 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7124 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3368 , cls_70 , 0.0000 , 0.2460 , 0.0169 , 2507645.2599 , 1.9524 , 0.8052 , 0.7628 , 0.7875 , 0.0000 , 0.0000 , 0.0000 , 20.2355 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3374 , cls_70 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.5255 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3395 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.3535 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3429 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.1336 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3432 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9597 , 0.0234 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3439 , cls_70 , 0.0000 , 0.0360 , 0.0031 , 5000000.0000 , 1.0000 , 0.9877 , 0.4341 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 2.6598 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3465 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.0221 , 0.0760 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3474 , cls_70 , 0.0000 , 0.0600 , 0.0052 , 3703703.7037 , 1.1111 , 0.9624 , 0.5416 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 1.9315 , 0.0626 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3480 , cls_70 , 0.0000 , 0.0540 , 0.0044 , 4285714.2857 , 1.1250 , 0.9589 , 0.4429 , 0.6310 , 0.0000 , 0.0000 , 0.0000 , 2.8032 , 0.0297 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3483 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9461 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3492 , cls_70 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.7187 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3519 , cls_70 , 0.0000 , 0.1020 , 0.0060 , 8095238.0952 , 2.1250 , 0.8172 , 0.6927 , 0.3452 , 0.0000 , 0.0000 , 0.0000 , 1.2130 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3532 , cls_70 , 0.0000 , 0.0780 , 0.0063 , 2988505.7471 , 1.1818 , 0.9544 , 0.4942 , 0.7471 , 0.0000 , 0.0000 , 0.0000 , 3.5259 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3543 , cls_70 , 0.0000 , 0.0720 , 0.0054 , 4444444.4444 , 1.3333 , 0.9206 , 0.6048 , 0.6296 , 0.0000 , 0.0000 , 0.0000 , 2.7056 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3580 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3935 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3588 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.4441 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3598 , cls_70 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0598 , 0.0395 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3599 , cls_70 , 0.0000 , 0.0780 , 0.0054 , 5098039.2157 , 1.4444 , 0.8964 , 0.6268 , 0.5784 , 0.0000 , 0.0000 , 0.0000 , 5.0380 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3605 , cls_70 , 0.0000 , 0.0660 , 0.0040 , 6666666.6667 , 1.5714 , 0.8903 , 0.5170 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 1.0111 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3615 , cls_70 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.3160 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3630 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.1673 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3639 , cls_70 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.2709 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3654 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.4672 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3657 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.6565 , 0.0240 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3678 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 12.7894 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3694 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 33.4301 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3723 , cls_70 , 0.0000 , 0.1080 , 0.0072 , 4137931.0345 , 1.6364 , 0.8755 , 0.6193 , 0.6494 , 0.0000 , 0.0000 , 0.0000 , 7.3118 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3757 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0886 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3787 , cls_70 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.6729 , 0.0342 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3814 , cls_70 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.9153 , 0.0240 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3834 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7429 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3864 , cls_70 , 0.0000 , 0.0840 , 0.0060 , 5490196.0784 , 1.5556 , 0.8795 , 0.7075 , 0.5588 , 0.0000 , 0.0000 , 0.0000 , 8.2622 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3873 , cls_70 , 0.0000 , 0.0900 , 0.0064 , 3448275.8621 , 1.3636 , 0.9197 , 0.4942 , 0.7184 , 0.0000 , 0.0000 , 0.0000 , 5.6904 , 0.0301 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3883 , cls_70 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 10.4032 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3900 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7135 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3914 , cls_70 , 0.0000 , 0.0540 , 0.0045 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 13.3491 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3916 , cls_70 , 0.0000 , 0.0780 , 0.0069 , 7878787.8788 , 1.8571 , 0.8541 , 0.8426 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.9464 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3949 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6419 , 0.0446 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4046 , cls_70 , 0.0000 , 0.0540 , 0.0044 , 6000000.0000 , 1.2857 , 0.9243 , 0.6894 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.1701 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4052 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.2637 , 0.0454 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4062 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 42.4849 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4063 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 32.4722 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4095 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.8881 , 0.0268 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4101 , cls_70 , 0.0000 , 0.1380 , 0.0087 , 4646464.6465 , 1.9167 , 0.8291 , 0.6933 , 0.6162 , 0.0000 , 0.0000 , 0.0000 , 178.7865 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4130 , cls_70 , 0.0000 , 0.0540 , 0.0047 , 6000000.0000 , 1.2857 , 0.9243 , 0.7170 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 20.3247 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4139 , cls_70 , 0.0000 , 0.2940 , 0.0146 , 2401960.7843 , 2.0417 , 0.7786 , 0.3465 , 0.8064 , 0.0000 , 0.0000 , 0.0000 , 17.9747 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4142 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9182 , 0.0297 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4156 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 1.8174 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4170 , cls_70 , 0.0000 , 0.0600 , 0.0050 , 4444444.4444 , 1.2500 , 0.9427 , 0.5225 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 44.5856 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4199 , cls_70 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.0448 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4212 , cls_70 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.3513 , 0.0285 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4237 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.2338 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4255 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6981 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4270 , cls_70 , 0.0000 , 5.6700 , 0.1151 , 1801029.1595 , 7.9412 , -0.2018 , 0.8782 , 0.8504 , 0.0000 , 0.0000 , 0.0000 , 453.0094 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4273 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 886.3652 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4277 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 22.3807 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4288 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.2675 , 0.0285 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4309 , cls_70 , 0.0000 , 0.3360 , 0.0167 , 2986666.6667 , 2.4348 , 0.7296 , 0.6455 , 0.7507 , 0.0000 , 0.0000 , 0.0000 , 59.1595 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4324 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8488 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4328 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 17.8000 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4336 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 35.8257 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4340 , cls_70 , 0.0000 , 0.1020 , 0.0073 , 4047619.0476 , 1.5455 , 0.8856 , 0.5806 , 0.6488 , 0.0000 , 0.0000 , 0.0000 , 353.0305 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4342 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 47.8173 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4362 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.8507 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4373 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.5616 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4389 , cls_70 , 0.0000 , 0.3180 , 0.0163 , 3642611.6838 , 2.6500 , 0.7190 , 0.6988 , 0.6993 , 0.0000 , 0.0000 , 0.0000 , 428.1605 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4400 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9596 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4406 , cls_70 , 0.0000 , 0.1320 , 0.0103 , 4190476.1905 , 1.8333 , 0.8462 , 0.7826 , 0.6381 , 0.0000 , 0.0000 , 0.0000 , 18.2620 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4422 , cls_70 , 0.0000 , 0.0960 , 0.0087 , 4266666.6667 , 1.6000 , 0.8881 , 0.8011 , 0.6200 , 0.0000 , 0.0000 , 0.0000 , 113.8244 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4424 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 37.7534 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4427 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3367 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4435 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.9101 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4449 , cls_70 , 0.0000 , 0.0600 , 0.0047 , 4444444.4444 , 1.2500 , 0.9427 , 0.5756 , 0.6333 , 0.0000 , 0.0000 , 0.0000 , 3.4564 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4458 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.2039 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4459 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 17.6982 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4466 , cls_70 , 0.0000 , 0.0600 , 0.0047 , 6666666.6667 , 1.4286 , 0.9016 , 0.7598 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 883.9293 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4488 , cls_70 , 0.0000 , 0.1320 , 0.0109 , 4190476.1905 , 1.8333 , 0.8462 , 0.8079 , 0.6381 , 0.0000 , 0.0000 , 0.0000 , 5.9924 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4507 , cls_70 , 0.0000 , 0.9960 , 0.0444 , 2157244.9643 , 3.6087 , 0.5170 , 0.8086 , 0.8164 , 0.0000 , 0.0000 , 0.0000 , 171.4581 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4511 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.5346 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4525 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 17.2513 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4538 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 876.3504 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4550 , cls_70 , 0.0000 , 0.0540 , 0.0046 , 3750000.0000 , 1.1250 , 0.9734 , 0.4008 , 0.6771 , 0.0000 , 0.0000 , 0.0000 , 30.1917 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4583 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 6.0475 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4594 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5881 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4608 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.6021 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 3.4182 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4629 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 132.2735 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4641 , cls_70 , 0.0000 , 0.0480 , 0.0045 , 5925925.9259 , 1.3333 , 0.9389 , 0.7135 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 702.2781 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4649 , cls_70 , 0.0000 , 0.2580 , 0.0142 , 4623655.9140 , 2.6875 , 0.7318 , 0.8595 , 0.6425 , 0.0000 , 0.0000 , 0.0000 , 161.2588 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4672 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2779 , 0.0351 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4713 , cls_70 , 0.0000 , 0.0660 , 0.0044 , 7333333.3333 , 1.5714 , 0.8812 , 0.6021 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 79.3692 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4715 , cls_70 , 0.0000 , 0.1440 , 0.0097 , 2352941.1765 , 1.4118 , 0.8986 , 0.4589 , 0.8039 , 0.0000 , 0.0000 , 0.0000 , 1.6114 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4716 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1161 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4722 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.2967 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4732 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 881.3067 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4737 , cls_70 , 0.0000 , 0.2040 , 0.0113 , 5151515.1515 , 2.4286 , 0.7597 , 0.7357 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 127.9364 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4748 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 68.7908 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4763 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.8459 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4803 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 1.6951 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4827 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 875.7868 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4842 , cls_70 , 0.0000 , 0.6060 , 0.0295 , 1614708.2334 , 2.4634 , 0.6758 , 0.6572 , 0.8669 , 0.0000 , 0.0000 , 0.0000 , 5.7757 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4853 , cls_70 , 0.0000 , 0.1440 , 0.0111 , 3333333.3333 , 1.7143 , 0.8582 , 0.7235 , 0.7188 , 0.0000 , 0.0000 , 0.0000 , 91.7246 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4897 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 883.4859 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4940 , cls_70 , 0.0000 , 0.0960 , 0.0077 , 5925925.9259 , 1.7778 , 0.8547 , 0.8121 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 728.3027 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4943 , cls_70 , 0.0000 , 0.0540 , 0.0044 , 4285714.2857 , 1.1250 , 0.9589 , 0.4757 , 0.6429 , 0.0000 , 0.0000 , 0.0000 , 5.4266 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4984 , cls_70 , 0.0000 , 0.2280 , 0.0135 , 3127572.0165 , 2.1111 , 0.7931 , 0.7708 , 0.7366 , 0.0000 , 0.0000 , 0.0000 , 922.1003 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4990 , cls_70 , 0.0000 , 0.0660 , 0.0059 , 3859649.1228 , 1.2222 , 0.9464 , 0.6278 , 0.6579 , 0.0000 , 0.0000 , 0.0000 , 6.3629 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5000 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 4666666.6667 , 1.0000 , 0.9782 , 0.4907 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 3.6607 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5020 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.9775 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5026 , cls_70 , 0.0000 , 0.2580 , 0.0136 , 2606060.6061 , 2.0476 , 0.7925 , 0.6163 , 0.7864 , 0.0000 , 0.0000 , 0.0000 , 833.9084 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5031 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8657 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5037 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2740 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5046 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2399 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5059 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0605 , 0.0474 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5072 , cls_70 , 0.0000 , 0.0780 , 0.0068 , 3333333.3333 , 1.1818 , 0.9419 , 0.6322 , 0.7051 , 0.0000 , 0.0000 , 0.0000 , 3.8386 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5108 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.7966 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5113 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 270.5242 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5122 , cls_70 , 0.0000 , 0.0960 , 0.0074 , 3232323.2323 , 1.3333 , 0.9184 , 0.6145 , 0.7323 , 0.0000 , 0.0000 , 0.0000 , 4.4246 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5123 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7756 , 0.0228 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5154 , cls_70 , 0.0000 , 0.1260 , 0.0101 , 2857142.8571 , 1.5000 , 0.8950 , 0.6495 , 0.7585 , 0.0000 , 0.0000 , 0.0000 , 7.0201 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5155 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0223 , 0.0234 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5156 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 141.4247 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5167 , cls_70 , 0.0000 , 0.0600 , 0.0053 , 5555555.5556 , 1.4286 , 0.9196 , 0.7117 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 8.7292 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5173 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 13.3553 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5223 , cls_70 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.1099 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5238 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 271.0139 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5267 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 704.0129 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5292 , cls_70 , 0.0000 , 0.0600 , 0.0050 , 6060606.0606 , 1.4286 , 0.9110 , 0.6498 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 2.2900 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5313 , cls_70 , 0.0000 , 0.2460 , 0.0114 , 4019607.8431 , 2.4118 , 0.7538 , 0.6028 , 0.6740 , 0.0000 , 0.0000 , 0.0000 , 400.7938 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5319 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 720.5295 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5333 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 100.1459 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5340 , cls_70 , 0.0000 , 2.1780 , 0.0598 , 1510611.7353 , 4.4815 , 0.2868 , 0.7111 , 0.8748 , 0.0000 , 0.0000 , 0.0000 , 827.8822 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5358 , cls_70 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 51.5480 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5372 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.7902 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5421 , cls_70 , 0.0000 , 0.2700 , 0.0141 , 2439024.3902 , 1.9565 , 0.7921 , 0.6520 , 0.7886 , 0.0000 , 0.0000 , 0.0000 , 12.6592 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5457 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 72.0378 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5488 , cls_70 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 55.9796 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5498 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 578.1996 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5499 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 422.2168 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5514 , cls_70 , 0.0000 , 0.2100 , 0.0147 , 2160493.8272 , 1.6667 , 0.8497 , 0.6437 , 0.8148 , 0.0000 , 0.0000 , 0.0000 , 12.0659 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5533 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5034 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5537 , cls_70 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.5284 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5571 , cls_70 , 0.0000 , 0.6840 , 0.0299 , 2846441.9476 , 3.4545 , 0.5857 , 0.7621 , 0.7640 , 0.0000 , 0.0000 , 0.0000 , 961.1448 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5586 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.0979 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5603 , cls_70 , 0.0000 , 0.1260 , 0.0106 , 3181818.1818 , 1.5000 , 0.8827 , 0.7853 , 0.7197 , 0.0000 , 0.0000 , 0.0000 , 69.9257 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5702 , cls_70 , 0.0000 , 0.0480 , 0.0044 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 2.1614 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5705 , cls_70 , 0.0000 , 0.5280 , 0.0247 , 2256410.2564 , 2.6667 , 0.6686 , 0.6530 , 0.8115 , 0.0000 , 0.0000 , 0.0000 , 21.8073 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5722 , cls_70 , 0.0000 , 0.1620 , 0.0132 , 5142857.1429 , 2.2500 , 0.7954 , 0.8458 , 0.5571 , 0.0000 , 0.0000 , 0.0000 , 70.2997 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5737 , cls_70 , 0.0000 , 0.3000 , 0.0184 , 2645502.6455 , 2.1739 , 0.7639 , 0.7258 , 0.7817 , 0.0000 , 0.0000 , 0.0000 , 87.2531 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5742 , cls_70 , 0.0000 , 0.0840 , 0.0060 , 5833333.3333 , 1.7500 , 0.8735 , 0.7004 , 0.5313 , 0.0000 , 0.0000 , 0.0000 , 61.1771 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5783 , cls_70 , 0.0000 , 0.2460 , 0.0164 , 3549783.5498 , 2.2778 , 0.7667 , 0.8118 , 0.6991 , 0.0000 , 0.0000 , 0.0000 , 16.4940 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5817 , cls_70 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 184.6002 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5826 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 26.5394 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5840 , cls_70 , 0.0000 , 0.1440 , 0.0081 , 5161290.3226 , 2.0000 , 0.8123 , 0.6842 , 0.5860 , 0.0000 , 0.0000 , 0.0000 , 414.5630 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5874 , cls_70 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8130 , 0.0342 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5899 , cls_70 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 409.4249 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5902 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 112.9018 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5929 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.5019 , 0.0361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5934 , cls_70 , 0.0000 , 0.0780 , 0.0059 , 5098039.2157 , 1.4444 , 0.8964 , 0.7453 , 0.5882 , 0.0000 , 0.0000 , 0.0000 , 6.6288 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5950 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 46.9113 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5961 , cls_70 , 0.0000 , 0.1260 , 0.0091 , 3111111.1111 , 1.5000 , 0.8853 , 0.6129 , 0.7407 , 0.0000 , 0.0000 , 0.0000 , 9.7098 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5980 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.3553 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6051 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 23.5824 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6058 , cls_70 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.1132 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6069 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.8894 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6092 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1816 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6097 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 33.3802 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6105 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3097 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6140 , cls_70 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 13.7527 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6151 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 4444444.4444 , 1.1429 , 0.9685 , 0.4731 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 35.2320 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6154 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9979 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6188 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.0812 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6190 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 17.8572 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6217 , cls_70 , 0.0000 , 0.0540 , 0.0047 , 6000000.0000 , 1.2857 , 0.9243 , 0.6817 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 96.4394 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6231 , cls_70 , 0.0000 , 0.0660 , 0.0052 , 5238095.2381 , 1.3750 , 0.9142 , 0.7379 , 0.5476 , 0.0000 , 0.0000 , 0.0000 , 3.4272 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6234 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7954 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6236 , cls_70 , 0.0000 , 0.0540 , 0.0051 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 3.3959 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6242 , cls_70 , 0.0000 , 0.0720 , 0.0057 , 3636363.6364 , 1.2000 , 0.9422 , 0.5881 , 0.6970 , 0.0000 , 0.0000 , 0.0000 , 5.2820 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6243 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6938 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6265 , cls_70 , 0.0000 , 0.0660 , 0.0047 , 5238095.2381 , 1.3750 , 0.9142 , 0.5544 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 3.3877 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6296 , cls_70 , 0.0000 , 0.1140 , 0.0077 , 3619047.6190 , 1.5833 , 0.8825 , 0.6572 , 0.7000 , 0.0000 , 0.0000 , 0.0000 , 13.5314 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6298 , cls_70 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 18.4725 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6331 , cls_70 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 52.8326 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6353 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.2253 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6356 , cls_70 , 0.0000 , 0.6120 , 0.0255 , 3090909.0909 , 3.4000 , 0.6032 , 0.7743 , 0.7462 , 0.0000 , 0.0000 , 0.0000 , 16.8585 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6384 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4535 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6402 , cls_70 , 0.0000 , 0.0480 , 0.0042 , 4102564.1026 , 1.0000 , 0.9771 , 0.4827 , 0.6410 , 0.0000 , 0.0000 , 0.0000 , 3.7538 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6406 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3008 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6411 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0063 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6413 , cls_70 , 0.0000 , 0.0600 , 0.0048 , 4761904.7619 , 1.2500 , 0.9354 , 0.5652 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 9.9604 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6428 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 30.2761 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6429 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.8252 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6436 , cls_70 , 0.0000 , 0.7380 , 0.0360 , 1240544.6293 , 2.3654 , 0.6596 , 0.6655 , 0.8921 , 0.0000 , 0.0000 , 0.0000 , 115.4602 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6438 , cls_70 , 0.0000 , 0.0540 , 0.0045 , 5454545.4545 , 1.2857 , 0.9338 , 0.6498 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 4.1006 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6444 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4987 , 0.0255 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6477 , cls_70 , 0.0000 , 0.0780 , 0.0060 , 4561403.5088 , 1.4444 , 0.9079 , 0.6442 , 0.6228 , 0.0000 , 0.0000 , 0.0000 , 4.5181 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6483 , cls_70 , 0.0000 , 0.0540 , 0.0051 , 7500000.0000 , 1.5000 , 0.9026 , 0.7963 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.3072 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6496 , cls_70 , 0.0000 , 0.0540 , 0.0046 , 6666666.6667 , 1.5000 , 0.9139 , 0.7135 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 20.2188 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6527 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 19.2769 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6540 , cls_70 , 0.0000 , 0.0840 , 0.0053 , 6666666.6667 , 1.7500 , 0.8605 , 0.7078 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 8.2355 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6549 , cls_70 , 0.0000 , 0.0540 , 0.0045 , 4615384.6154 , 1.1250 , 0.9510 , 0.5132 , 0.6154 , 0.0000 , 0.0000 , 0.0000 , 3.2601 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6553 , cls_70 , 0.0000 , 0.1200 , 0.0086 , 3508771.9298 , 1.5385 , 0.8788 , 0.6976 , 0.6974 , 0.0000 , 0.0000 , 0.0000 , 13.8502 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6559 , cls_70 , 0.0000 , 0.1500 , 0.0098 , 2976190.4762 , 1.6667 , 0.8649 , 0.6522 , 0.7649 , 0.0000 , 0.0000 , 0.0000 , 24.9070 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6562 , cls_70 , 0.0000 , 0.1140 , 0.0077 , 5066666.6667 , 1.9000 , 0.8472 , 0.6021 , 0.5733 , 0.0000 , 0.0000 , 0.0000 , 11.8793 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6582 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.6224 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6601 , cls_70 , 0.0000 , 0.1440 , 0.0089 , 5517241.3793 , 2.1818 , 0.8058 , 0.7522 , 0.5402 , 0.0000 , 0.0000 , 0.0000 , 46.8023 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6633 , cls_70 , 0.0000 , 0.0660 , 0.0057 , 3333333.3333 , 1.1000 , 0.9627 , 0.5170 , 0.7045 , 0.0000 , 0.0000 , 0.0000 , 2.0408 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6634 , cls_70 , 0.0000 , 0.1140 , 0.0082 , 4871794.8718 , 1.7273 , 0.8511 , 0.7763 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 3.7260 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6642 , cls_70 , 0.0000 , 0.0960 , 0.0067 , 3555555.5556 , 1.4545 , 0.9078 , 0.4838 , 0.7111 , 0.0000 , 0.0000 , 0.0000 , 7.2136 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6659 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.1768 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6673 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 17.9802 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6689 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 347.2931 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6754 , cls_70 , 0.0000 , 0.0540 , 0.0043 , 4615384.6154 , 1.1250 , 0.9510 , 0.5132 , 0.6282 , 0.0000 , 0.0000 , 0.0000 , 104.3579 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6765 , cls_70 , 0.0000 , 0.0780 , 0.0068 , 5777777.7778 , 1.6250 , 0.8838 , 0.8164 , 0.4889 , 0.0000 , 0.0000 , 0.0000 , 7.1130 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6767 , cls_70 , 0.0000 , 0.0420 , 0.0038 , 4242424.2424 , 1.0000 , 0.9883 , 0.4398 , 0.6212 , 0.0000 , 0.0000 , 0.0000 , 7.2007 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6801 , cls_70 , 0.0000 , 0.0420 , 0.0038 , 4242424.2424 , 1.0000 , 0.9883 , 0.4398 , 0.6212 , 0.0000 , 0.0000 , 0.0000 , 14.3911 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6802 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.9875 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6816 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.5439 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6841 , cls_70 , 0.0000 , 0.0420 , 0.0035 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 10.1907 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6845 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 8.4278 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6847 , cls_70 , 0.0000 , 0.2760 , 0.0187 , 4200913.2420 , 2.5556 , 0.7297 , 0.8643 , 0.6393 , 0.0000 , 0.0000 , 0.0000 , 8.2269 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6850 , cls_70 , 0.0000 , 0.0540 , 0.0041 , 5454545.4545 , 1.2857 , 0.9338 , 0.5170 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 6.9395 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6859 , cls_70 , 0.0000 , 0.0720 , 0.0062 , 4210526.3158 , 1.3333 , 0.9263 , 0.6442 , 0.6316 , 0.0000 , 0.0000 , 0.0000 , 36.4451 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6865 , cls_70 , 0.0000 , 0.0540 , 0.0035 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.2185 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6871 , cls_70 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 19.3084 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6888 , cls_70 , 0.0000 , 0.0900 , 0.0064 , 4166666.6667 , 1.5000 , 0.8991 , 0.5870 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 52.6984 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6891 , cls_70 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 4.6357 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6902 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 14.0924 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6905 , cls_70 , 0.0000 , 0.1500 , 0.0080 , 6172839.5062 , 2.2727 , 0.7891 , 0.6846 , 0.5309 , 0.0000 , 0.0000 , 0.0000 , 10.7887 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6909 , cls_70 , 0.0000 , 0.1860 , 0.0098 , 4052287.5817 , 2.0667 , 0.7984 , 0.6392 , 0.6699 , 0.0000 , 0.0000 , 0.0000 , 18.9342 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6917 , cls_70 , 0.0000 , 0.0900 , 0.0067 , 3225806.4516 , 1.2500 , 0.9272 , 0.5565 , 0.7312 , 0.0000 , 0.0000 , 0.0000 , 22.8212 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6940 , cls_70 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 50.1318 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6977 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 31.1094 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6980 , cls_70 , 0.0000 , 0.0840 , 0.0069 , 4057971.0145 , 1.4000 , 0.9108 , 0.7313 , 0.6449 , 0.0000 , 0.0000 , 0.0000 , 10.1616 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6995 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.8507 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6996 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.7957 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7002 , cls_70 , 0.0000 , 0.2880 , 0.0169 , 2406015.0376 , 2.0000 , 0.7821 , 0.7295 , 0.7920 , 0.0000 , 0.0000 , 0.0000 , 13.1681 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7018 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 175.3232 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7021 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9584 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7025 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.5779 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7029 , cls_70 , 0.0000 , 0.0480 , 0.0043 , 5333333.3333 , 1.1429 , 0.9495 , 0.6559 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 3.9363 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7036 , cls_70 , 0.0000 , 0.0660 , 0.0043 , 10476190.4762 , 1.8333 , 0.8487 , 0.5544 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 15.5013 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7037 , cls_70 , 0.0000 , 0.0540 , 0.0038 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 13.2448 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7083 , cls_70 , 0.0000 , 0.0780 , 0.0060 , 4814814.8148 , 1.4444 , 0.9022 , 0.6474 , 0.5741 , 0.0000 , 0.0000 , 0.0000 , 6.2244 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7084 , cls_70 , 0.0000 , 0.3660 , 0.0194 , 2074829.9320 , 2.1786 , 0.7544 , 0.6703 , 0.8223 , 0.0000 , 0.0000 , 0.0000 , 18.2003 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7097 , cls_70 , 0.0000 , 0.0720 , 0.0058 , 4000000.0000 , 1.3333 , 0.9318 , 0.6082 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 3.0467 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7106 , cls_70 , 0.0000 , 0.0840 , 0.0057 , 5185185.1852 , 1.5556 , 0.8853 , 0.5593 , 0.5926 , 0.0000 , 0.0000 , 0.0000 , 16.8541 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7114 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.6668 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7121 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2854 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7153 , cls_70 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 51.9379 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7157 , cls_70 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 21.9364 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7162 , cls_70 , 0.0000 , 0.1560 , 0.0124 , 3270440.2516 , 1.7333 , 0.8484 , 0.7200 , 0.7201 , 0.0000 , 0.0000 , 0.0000 , 9.6783 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7174 , cls_70 , 0.0000 , 0.0600 , 0.0038 , 13333333.3333 , 2.0000 , 0.8392 , 0.6817 , 0.1333 , 0.0000 , 0.0000 , 0.0000 , 12.3932 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7190 , cls_70 , 0.0000 , 0.0840 , 0.0075 , 4666666.6667 , 1.5556 , 0.8961 , 0.7551 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 21.9911 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7201 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.0008 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7220 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.6618 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7222 , cls_70 , 0.0000 , 0.0480 , 0.0037 , 5333333.3333 , 1.1429 , 0.9495 , 0.4907 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 36.5917 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7231 , cls_70 , 0.0000 , 0.0480 , 0.0039 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 4.5693 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7235 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 6.5246 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7237 , cls_70 , 0.0000 , 0.0540 , 0.0040 , 5000000.0000 , 1.2857 , 0.9427 , 0.4123 , 0.5972 , 0.0000 , 0.0000 , 0.0000 , 18.3677 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7239 , cls_70 , 0.0000 , 0.0540 , 0.0046 , 4000000.0000 , 1.1250 , 0.9663 , 0.5342 , 0.6556 , 0.0000 , 0.0000 , 0.0000 , 14.9728 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7247 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.2106 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7265 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.9006 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7274 , cls_70 , 0.0000 , 0.0600 , 0.0046 , 5128205.1282 , 1.2500 , 0.9278 , 0.6322 , 0.5769 , 0.0000 , 0.0000 , 0.0000 , 9.5831 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7277 , cls_70 , 0.0000 , 0.2700 , 0.0139 , 3896103.8961 , 2.5000 , 0.7411 , 0.7056 , 0.6818 , 0.0000 , 0.0000 , 0.0000 , 18.5714 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7285 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1626 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7328 , cls_70 , 0.0000 , 0.0600 , 0.0048 , 5555555.5556 , 1.4286 , 0.9196 , 0.6273 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.7355 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7332 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.5581 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7340 , cls_70 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.4642 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7349 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.5989 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7354 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.0361 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7360 , cls_70 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 2.5823 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7369 , cls_70 , 0.0000 , 0.0780 , 0.0061 , 4126984.1270 , 1.3000 , 0.9185 , 0.6337 , 0.6508 , 0.0000 , 0.0000 , 0.0000 , 3.5041 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7375 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.9161 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7380 , cls_70 , 0.0000 , 0.0720 , 0.0057 , 3809523.8095 , 1.2000 , 0.9371 , 0.5886 , 0.6746 , 0.0000 , 0.0000 , 0.0000 , 6.9678 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7382 , cls_70 , 0.0000 , 0.0840 , 0.0069 , 3589743.5897 , 1.2727 , 0.9242 , 0.6105 , 0.6923 , 0.0000 , 0.0000 , 0.0000 , 16.0371 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7404 , cls_70 , 0.0000 , 0.0480 , 0.0039 , 4848484.8485 , 1.1429 , 0.9594 , 0.4398 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 14.0390 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7408 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3870 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7419 , cls_70 , 0.0000 , 0.0960 , 0.0076 , 4637681.1594 , 1.6000 , 0.8794 , 0.6710 , 0.6087 , 0.0000 , 0.0000 , 0.0000 , 9.1077 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7429 , cls_70 , 0.0000 , 0.0840 , 0.0070 , 4444444.4444 , 1.4000 , 0.9012 , 0.7243 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 2.8521 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7434 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 33.5586 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7435 , cls_70 , 0.0000 , 0.1380 , 0.0092 , 3650793.6508 , 1.7692 , 0.8544 , 0.6505 , 0.6905 , 0.0000 , 0.0000 , 0.0000 , 36.7247 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7442 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.4413 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7443 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 9.6409 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7448 , cls_70 , 0.0000 , 0.0600 , 0.0044 , 6060606.0606 , 1.4286 , 0.9110 , 0.5170 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 8.2094 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7469 , cls_70 , 0.0000 , 0.1920 , 0.0128 , 2424242.4242 , 1.6842 , 0.8505 , 0.5835 , 0.7973 , 0.0000 , 0.0000 , 0.0000 , 3.2261 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7474 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.6255 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 6.3369 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7511 , cls_70 , 0.0000 , 0.0480 , 0.0041 , 4444444.4444 , 1.1429 , 0.9685 , 0.5506 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 14.6576 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7528 , cls_70 , 0.0000 , 0.0540 , 0.0043 , 5454545.4545 , 1.2857 , 0.9338 , 0.6215 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 2.8062 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7552 , cls_70 , 0.0000 , 0.1560 , 0.0103 , 3333333.3333 , 1.7333 , 0.8463 , 0.6817 , 0.7083 , 0.0000 , 0.0000 , 0.0000 , 6.9419 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7553 , cls_70 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 6.2023 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7562 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 7.0127 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7563 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 18.5907 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7566 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.6800 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7569 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 20.4563 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7576 , cls_70 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 18.3886 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7593 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.4172 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7607 , cls_70 , 0.0000 , 0.1320 , 0.0136 , 5866666.6667 , 2.2000 , 0.8123 , 0.9044 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 78.1576 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7626 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.4888 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7630 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.6731 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7634 , cls_70 , 0.0000 , 0.3900 , 0.0209 , 2888888.8889 , 2.6000 , 0.7046 , 0.7075 , 0.7511 , 0.0000 , 0.0000 , 0.0000 , 48.6541 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7660 , cls_70 , 0.0000 , 0.1440 , 0.0088 , 3265306.1224 , 1.7143 , 0.8605 , 0.5201 , 0.7347 , 0.0000 , 0.0000 , 0.0000 , 47.6582 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7665 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.7959 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7688 , cls_70 , 0.0000 , 0.0780 , 0.0059 , 3939393.9394 , 1.3000 , 0.9235 , 0.5690 , 0.6742 , 0.0000 , 0.0000 , 0.0000 , 5.6080 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7695 , cls_70 , 0.0000 , 0.1320 , 0.0081 , 4313725.4902 , 1.8333 , 0.8431 , 0.5916 , 0.6422 , 0.0000 , 0.0000 , 0.0000 , 8.1276 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7698 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.7971 , 0.0342 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7701 , cls_70 , 0.0000 , 0.3000 , 0.0153 , 3174603.1746 , 2.3810 , 0.7439 , 0.6739 , 0.7270 , 0.0000 , 0.0000 , 0.0000 , 49.1640 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7704 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1174 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7705 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 4666666.6667 , 1.0000 , 0.9782 , 0.3634 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 3.3590 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7735 , cls_70 , 0.0000 , 0.4440 , 0.0199 , 2582897.0332 , 2.6429 , 0.6906 , 0.6247 , 0.7775 , 0.0000 , 0.0000 , 0.0000 , 56.5883 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7745 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.8569 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7751 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7652 , 0.0309 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7772 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.0730 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7803 , cls_70 , 0.0000 , 0.3840 , 0.0182 , 3069544.3645 , 2.6667 , 0.7012 , 0.6975 , 0.7434 , 0.0000 , 0.0000 , 0.0000 , 19.2967 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7817 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.6652 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7829 , cls_70 , 0.0000 , 0.0600 , 0.0047 , 9523809.5238 , 1.6667 , 0.8684 , 0.7379 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 5.8899 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7838 , cls_70 , 0.0000 , 0.1320 , 0.0083 , 5238095.2381 , 2.0000 , 0.8234 , 0.7558 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 10.3876 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7853 , cls_70 , 0.0000 , 0.0660 , 0.0050 , 4313725.4902 , 1.2222 , 0.9344 , 0.5190 , 0.6373 , 0.0000 , 0.0000 , 0.0000 , 3.6506 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7860 , cls_70 , 0.0000 , 0.0840 , 0.0061 , 5490196.0784 , 1.5556 , 0.8795 , 0.6268 , 0.5490 , 0.0000 , 0.0000 , 0.0000 , 6.4419 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7864 , cls_70 , 0.0000 , 0.0660 , 0.0063 , 6666666.6667 , 1.5714 , 0.8903 , 0.7845 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 25.5875 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7875 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6210 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7893 , cls_70 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 12.1615 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7897 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.3978 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7921 , cls_70 , 0.0000 , 0.2280 , 0.0119 , 3619047.6190 , 2.2353 , 0.7774 , 0.6532 , 0.6976 , 0.0000 , 0.0000 , 0.0000 , 4.4136 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7927 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.9078 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7942 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.5153 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8026 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 16.6922 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8028 , cls_70 , 0.0000 , 0.0480 , 0.0037 , 6666666.6667 , 1.3333 , 0.9273 , 0.4907 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 8.0432 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8033 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.6526 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8054 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5891 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8062 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 6.6945 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8071 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.6219 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8080 , cls_70 , 0.0000 , 0.0780 , 0.0059 , 3466666.6667 , 1.3000 , 0.9375 , 0.3878 , 0.7133 , 0.0000 , 0.0000 , 0.0000 , 21.0129 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8086 , cls_70 , 0.0000 , 0.0840 , 0.0078 , 4912280.7018 , 1.5556 , 0.8908 , 0.7312 , 0.5614 , 0.0000 , 0.0000 , 0.0000 , 6.1017 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8088 , cls_70 , 0.0000 , 0.1260 , 0.0090 , 2916666.6667 , 1.5000 , 0.8927 , 0.5814 , 0.7535 , 0.0000 , 0.0000 , 0.0000 , 2.3637 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8091 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.4012 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8131 , cls_70 , 0.0000 , 0.1380 , 0.0126 , 3262411.3475 , 1.6429 , 0.8668 , 0.7951 , 0.7092 , 0.0000 , 0.0000 , 0.0000 , 15.0160 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8152 , cls_70 , 0.0000 , 0.1320 , 0.0093 , 3859649.1228 , 1.6923 , 0.8549 , 0.6753 , 0.6711 , 0.0000 , 0.0000 , 0.0000 , 2.1437 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8153 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1591 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8162 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.3360 , 0.0330 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8166 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.5850 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8173 , cls_70 , 0.0000 , 0.1200 , 0.0121 , 3174603.1746 , 1.5385 , 0.8899 , 0.7781 , 0.7143 , 0.0000 , 0.0000 , 0.0000 , 3.9417 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8178 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.4279 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8180 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.1855 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8183 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 19.2531 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8203 , cls_70 , 0.0000 , 0.0840 , 0.0077 , 3733333.3333 , 1.4000 , 0.9199 , 0.7453 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 4.3493 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8277 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8451 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8285 , cls_70 , 0.0000 , 0.0780 , 0.0063 , 3768115.9420 , 1.3000 , 0.9283 , 0.6339 , 0.6739 , 0.0000 , 0.0000 , 0.0000 , 22.8023 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8288 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 20.3839 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8296 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.8172 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8367 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1511 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8388 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.4561 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8390 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.2672 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8409 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.5609 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 0.8207 , 0.0379 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8418 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1308 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8423 , cls_70 , 0.0000 , 0.0960 , 0.0091 , 6666666.6667 , 2.0000 , 0.8433 , 0.8370 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 4.8243 , 0.0268 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8426 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 19.2073 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8430 , cls_70 , 0.0000 , 0.6540 , 0.0358 , 2195367.5730 , 2.9459 , 0.6227 , 0.8749 , 0.8112 , 0.0000 , 0.0000 , 0.0000 , 41.0391 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8472 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 46.5552 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8493 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 4848484.8485 , 1.1429 , 0.9594 , 0.5170 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 35.0722 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8504 , cls_70 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.5529 , 0.0342 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8524 , cls_70 , 0.0000 , 0.0780 , 0.0059 , 4333333.3333 , 1.4444 , 0.9133 , 0.6559 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 1.0479 , 0.0350 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8541 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 12.2982 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8588 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2263 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8624 , cls_70 , 0.0000 , 0.1560 , 0.0124 , 2795698.9247 , 1.6250 , 0.8661 , 0.7351 , 0.7527 , 0.0000 , 0.0000 , 0.0000 , 8.2176 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8637 , cls_70 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 48.6205 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8640 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.6840 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8643 , cls_70 , 0.0000 , 0.0660 , 0.0059 , 5641025.6410 , 1.3750 , 0.9067 , 0.7453 , 0.5256 , 0.0000 , 0.0000 , 0.0000 , 2.0217 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8658 , cls_70 , 0.0000 , 0.1680 , 0.0120 , 3456790.1235 , 1.8667 , 0.8310 , 0.8176 , 0.7006 , 0.0000 , 0.0000 , 0.0000 , 57.1444 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8710 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1820 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8728 , cls_70 , 0.0000 , 0.1320 , 0.0105 , 4190476.1905 , 1.8333 , 0.8462 , 0.7983 , 0.6429 , 0.0000 , 0.0000 , 0.0000 , 7.1102 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8744 , cls_70 , 0.0000 , 0.1260 , 0.0077 , 4375000.0000 , 1.7500 , 0.8483 , 0.5799 , 0.6406 , 0.0000 , 0.0000 , 0.0000 , 4.7133 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8747 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6068 , 0.0351 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8769 , cls_70 , 0.0000 , 0.0540 , 0.0051 , 6666666.6667 , 1.5000 , 0.9139 , 0.7708 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 8.1913 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8781 , cls_70 , 0.0000 , 0.0660 , 0.0057 , 4074074.0741 , 1.2222 , 0.9405 , 0.5676 , 0.6481 , 0.0000 , 0.0000 , 0.0000 , 2.4660 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8796 , cls_70 , 0.0000 , 0.2280 , 0.0137 , 2911877.3946 , 2.0000 , 0.8010 , 0.7459 , 0.7471 , 0.0000 , 0.0000 , 0.0000 , 19.7951 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8814 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.1888 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8819 , cls_70 , 0.0000 , 0.2820 , 0.0240 , 3966244.7257 , 2.6111 , 0.7317 , 0.8792 , 0.6624 , 0.0000 , 0.0000 , 0.0000 , 61.2257 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8843 , cls_70 , 0.0000 , 0.2100 , 0.0148 , 2713178.2946 , 1.8421 , 0.8227 , 0.8292 , 0.7636 , 0.0000 , 0.0000 , 0.0000 , 5.3277 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8851 , cls_70 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 11.4210 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8854 , cls_70 , 0.0000 , 0.2880 , 0.0167 , 4324324.3243 , 2.6667 , 0.7194 , 0.8249 , 0.6419 , 0.0000 , 0.0000 , 0.0000 , 14.1692 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8856 , cls_70 , 0.0000 , 0.0600 , 0.0053 , 4166666.6667 , 1.2500 , 0.9495 , 0.6082 , 0.6354 , 0.0000 , 0.0000 , 0.0000 , 11.7920 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8858 , cls_70 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 26.7130 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8872 , cls_70 , 0.0000 , 0.0540 , 0.0042 , 6666666.6667 , 1.5000 , 0.9139 , 0.6419 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 2.1480 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8886 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.3536 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8921 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 2.9411 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8943 , cls_70 , 0.0000 , 0.2760 , 0.0154 , 2598870.0565 , 2.0909 , 0.7809 , 0.6326 , 0.7754 , 0.0000 , 0.0000 , 0.0000 , 7.3151 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8948 , cls_70 , 0.0000 , 0.1320 , 0.0102 , 2065727.6995 , 1.2941 , 0.9275 , 0.4921 , 0.8263 , 0.0000 , 0.0000 , 0.0000 , 16.1232 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8951 , cls_70 , 0.0000 , 0.0840 , 0.0065 , 3456790.1235 , 1.2727 , 0.9284 , 0.5955 , 0.7160 , 0.0000 , 0.0000 , 0.0000 , 26.2497 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8965 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0764 , 0.0240 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8978 , cls_70 , 0.0000 , 0.1800 , 0.0129 , 2857142.8571 , 1.7647 , 0.8416 , 0.6916 , 0.7548 , 0.0000 , 0.0000 , 0.0000 , 22.1045 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8991 , cls_70 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5506 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 3.9306 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9002 , cls_70 , 0.0000 , 0.0780 , 0.0067 , 3611111.1111 , 1.3000 , 0.9330 , 0.6605 , 0.6875 , 0.0000 , 0.0000 , 0.0000 , 8.8577 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9023 , cls_70 , 0.0000 , 0.0660 , 0.0056 , 6666666.6667 , 1.5714 , 0.8903 , 0.7357 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 5.3509 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9026 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 7.1628 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9039 , cls_70 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 2.3459 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9044 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2800 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9059 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.8442 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9066 , cls_70 , 0.0000 , 0.0540 , 0.0047 , 4000000.0000 , 1.1250 , 0.9663 , 0.5225 , 0.6556 , 0.0000 , 0.0000 , 0.0000 , 34.8212 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9070 , cls_70 , 0.0000 , 0.0780 , 0.0056 , 3939393.9394 , 1.3000 , 0.9235 , 0.4715 , 0.6818 , 0.0000 , 0.0000 , 0.0000 , 2.0099 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9084 , cls_70 , 0.0000 , 0.0660 , 0.0053 , 4888888.8889 , 1.3750 , 0.9213 , 0.6707 , 0.5778 , 0.0000 , 0.0000 , 0.0000 , 23.1231 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9107 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.9448 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9112 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 26.5296 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9115 , cls_70 , 0.0000 , 0.1140 , 0.0092 , 2585034.0136 , 1.3571 , 0.9210 , 0.6101 , 0.7789 , 0.0000 , 0.0000 , 0.0000 , 26.3564 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9125 , cls_70 , 0.0000 , 0.0960 , 0.0078 , 2807017.5439 , 1.2308 , 0.9347 , 0.5348 , 0.7588 , 0.0000 , 0.0000 , 0.0000 , 3.2330 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9134 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.0392 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9171 , cls_70 , 0.0000 , 0.0480 , 0.0045 , 7619047.6190 , 1.3333 , 0.9145 , 0.7591 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.4062 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9178 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.7220 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9186 , cls_70 , 0.0000 , 0.1140 , 0.0096 , 5277777.7778 , 1.9000 , 0.8431 , 0.8348 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 6.5733 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9191 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9312 , 0.0828 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9197 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9808 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9203 , cls_70 , 0.0000 , 0.1680 , 0.0123 , 4786324.7863 , 2.1538 , 0.7970 , 0.8472 , 0.5855 , 0.0000 , 0.0000 , 0.0000 , 10.9132 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9211 , cls_70 , 0.0000 , 0.0720 , 0.0058 , 4444444.4444 , 1.3333 , 0.9206 , 0.6860 , 0.6296 , 0.0000 , 0.0000 , 0.0000 , 18.2592 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9227 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.6353 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9229 , cls_70 , 0.0000 , 0.0960 , 0.0081 , 5333333.3333 , 1.7778 , 0.8651 , 0.8041 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 3.3773 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9246 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 4848484.8485 , 1.1429 , 0.9594 , 0.5881 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 2.6227 , 0.0272 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9247 , cls_70 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.4921 , 0.0859 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9249 , cls_70 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.0867 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9266 , cls_70 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 6.1088 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9295 , cls_70 , 0.0000 , 0.1320 , 0.0104 , 2573099.4152 , 1.3750 , 0.9006 , 0.6989 , 0.7778 , 0.0000 , 0.0000 , 0.0000 , 4.9566 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9328 , cls_70 , 0.0000 , 0.1260 , 0.0094 , 5384615.3846 , 1.9091 , 0.8272 , 0.8294 , 0.5577 , 0.0000 , 0.0000 , 0.0000 , 7.6407 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9332 , cls_70 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1840 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9348 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.8291 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9358 , cls_70 , 0.0000 , 0.0720 , 0.0059 , 5714285.7143 , 1.5000 , 0.8948 , 0.7258 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 10.3416 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9363 , cls_70 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.1127 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9415 , cls_70 , 0.0000 , 0.1200 , 0.0082 , 5555555.5556 , 2.0000 , 0.8309 , 0.7935 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 4.2910 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9426 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8777 , 0.0285 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9433 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.9321 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9436 , cls_70 , 0.0000 , 0.0600 , 0.0051 , 4166666.6667 , 1.2500 , 0.9495 , 0.6082 , 0.6354 , 0.0000 , 0.0000 , 0.0000 , 8.0826 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9444 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2063 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9453 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.0672 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9518 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5125 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9527 , cls_70 , 0.0000 , 0.0360 , 0.0034 , 5000000.0000 , 1.0000 , 0.9877 , 0.4907 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 1.2052 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9532 , cls_70 , 0.0000 , 0.1380 , 0.0104 , 4380952.3810 , 1.9167 , 0.8351 , 0.7087 , 0.6333 , 0.0000 , 0.0000 , 0.0000 , 4.8561 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9545 , cls_70 , 0.0000 , 0.0480 , 0.0039 , 4444444.4444 , 1.1429 , 0.9685 , 0.3888 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 3.7001 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9547 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 4666666.6667 , 1.0000 , 0.9782 , 0.3634 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 3.3258 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9568 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4514 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9575 , cls_70 , 0.0000 , 0.0540 , 0.0043 , 5454545.4545 , 1.2857 , 0.9338 , 0.6498 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 3.8684 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9598 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.8065 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9617 , cls_70 , 0.0000 , 0.0660 , 0.0046 , 5641025.6410 , 1.3750 , 0.9067 , 0.5132 , 0.5513 , 0.0000 , 0.0000 , 0.0000 , 6.3088 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9644 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5391 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9682 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2157 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9701 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 4848484.8485 , 1.1429 , 0.9594 , 0.5170 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 2.0219 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9718 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.5380 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9722 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.4756 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9741 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4270 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9764 , cls_70 , 0.0000 , 0.0660 , 0.0055 , 6111111.1111 , 1.5714 , 0.8988 , 0.7117 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 1.3004 , 0.0362 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9772 , cls_70 , 0.0000 , 0.0780 , 0.0070 , 3095238.0952 , 1.1818 , 0.9504 , 0.6325 , 0.7202 , 0.0000 , 0.0000 , 0.0000 , 2.7832 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9773 , cls_70 , 0.0000 , 0.0540 , 0.0046 , 5454545.4545 , 1.2857 , 0.9338 , 0.6584 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 1.9914 , 0.0330 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9790 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.8859 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9791 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.6882 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9809 , cls_70 , 0.0000 , 0.0780 , 0.0078 , 5098039.2157 , 1.4444 , 0.8964 , 0.7919 , 0.5392 , 0.0000 , 0.0000 , 0.0000 , 1.8064 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9837 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.5084 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9839 , cls_70 , 0.0000 , 0.0840 , 0.0086 , 5833333.3333 , 1.7500 , 0.8735 , 0.8595 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 3.9063 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9885 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.9419 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 10 , cls_11 , 0.0000 , 0.0840 , 0.0060 , 4242424.2424 , 1.4000 , 0.9061 , 0.6163 , 0.6591 , 0.0000 , 0.0000 , 0.0000 , 6.6854 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 15 , cls_11 , 0.0000 , 0.1140 , 0.0085 , 4367816.0920 , 1.7273 , 0.8624 , 0.7305 , 0.6207 , 0.0000 , 0.0000 , 0.0000 , 4.5622 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 23 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5636 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 25 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 74.2526 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 33 , cls_11 , 0.0000 , 2.3460 , 0.0506 , 3590449.9541 , 7.2407 , 0.2121 , 0.8108 , 0.7094 , 0.0000 , 0.0000 , 0.0000 , 28.7732 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 37 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 183.0658 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 45 , cls_11 , 0.0000 , 0.1440 , 0.0099 , 4324324.3243 , 1.8462 , 0.8303 , 0.7056 , 0.6396 , 0.0000 , 0.0000 , 0.0000 , 35.5611 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 47 , cls_11 , 0.0000 , 0.2100 , 0.0138 , 2140672.7829 , 1.6667 , 0.8509 , 0.6423 , 0.8119 , 0.0000 , 0.0000 , 0.0000 , 19.1471 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 48 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 17.2441 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 49 , cls_11 , 0.0000 , 0.0720 , 0.0052 , 7272727.2727 , 1.7143 , 0.8714 , 0.7845 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 7.0135 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 57 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4783 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 60 , cls_11 , 0.0000 , 0.1980 , 0.0131 , 6111111.1111 , 2.7500 , 0.7482 , 0.8744 , 0.4954 , 0.0000 , 0.0000 , 0.0000 , 4.4401 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 63 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.0800 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 64 , cls_11 , 0.0000 , 0.0840 , 0.0066 , 9333333.3333 , 2.0000 , 0.8294 , 0.8041 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 6.6402 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 66 , cls_11 , 0.0000 , 0.0900 , 0.0066 , 7692307.6923 , 1.8750 , 0.8382 , 0.8053 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 3.7398 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 70 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.4338 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 85 , cls_11 , 0.0000 , 0.0600 , 0.0051 , 5555555.5556 , 1.4286 , 0.9196 , 0.7062 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 24.3268 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 99 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.2597 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 103 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.1889 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 107 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.9752 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 109 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7887 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 113 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 183.2941 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 128 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 25.0981 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 134 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4656 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 135 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.4959 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 158 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7041 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 159 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5713 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 169 , cls_11 , 0.0000 , 0.4680 , 0.0183 , 4952380.9524 , 3.7143 , 0.6162 , 0.8022 , 0.5984 , 0.0000 , 0.0000 , 0.0000 , 14.3451 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 173 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.3041 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 174 , cls_11 , 0.0000 , 0.0360 , 0.0024 , 8000000.0000 , 1.2000 , 0.9413 , 0.3634 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 16.6687 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 176 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 183.7286 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 180 , cls_11 , 0.0000 , 0.3600 , 0.0144 , 4938271.6049 , 3.3333 , 0.6667 , 0.6330 , 0.5947 , 0.0000 , 0.0000 , 0.0000 , 25.9420 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 186 , cls_11 , 0.0000 , 0.0540 , 0.0041 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 5.5063 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 192 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 2.3553 , 0.0270 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 195 , cls_11 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 12.8192 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 198 , cls_11 , 0.0000 , 0.1440 , 0.0088 , 5517241.3793 , 2.1818 , 0.8058 , 0.7285 , 0.5460 , 0.0000 , 0.0000 , 0.0000 , 12.1975 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 200 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.1638 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 237 , cls_11 , 0.0000 , 0.0780 , 0.0065 , 6190476.1905 , 1.6250 , 0.8770 , 0.8019 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 6.4742 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 241 , cls_11 , 0.0000 , 0.0900 , 0.0070 , 8333333.3333 , 2.1429 , 0.8309 , 0.8202 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.9249 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 259 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.8621 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 276 , cls_11 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 38.5483 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 277 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 33.6096 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 279 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4717 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 318 , cls_11 , 0.0000 , 0.1740 , 0.0130 , 3452380.9524 , 1.9333 , 0.8258 , 0.8153 , 0.7083 , 0.0000 , 0.0000 , 0.0000 , 5.7352 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 322 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3523 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 326 , cls_11 , 0.0000 , 0.1260 , 0.0066 , 6363636.3636 , 2.1000 , 0.8110 , 0.6215 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 156.3899 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 351 , cls_11 , 0.0000 , 0.0840 , 0.0050 , 8484848.4848 , 2.0000 , 0.8380 , 0.6888 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 10.4774 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 352 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.5154 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 354 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 4.3107 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 356 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4254 , 0.0247 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 362 , cls_11 , 0.0000 , 0.0960 , 0.0077 , 2735042.7350 , 1.2308 , 0.9377 , 0.4482 , 0.7650 , 0.0000 , 0.0000 , 0.0000 , 4.8691 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 373 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 147.2565 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 377 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.5248 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 378 , cls_11 , 0.0000 , 0.1500 , 0.0090 , 5952380.9524 , 2.2727 , 0.7925 , 0.7258 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 11.2303 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 382 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6332 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 383 , cls_11 , 0.0000 , 0.0900 , 0.0078 , 7142857.1429 , 1.8750 , 0.8451 , 0.8476 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.4659 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 386 , cls_11 , 0.0000 , 0.0720 , 0.0053 , 4210526.3158 , 1.3333 , 0.9263 , 0.5435 , 0.6579 , 0.0000 , 0.0000 , 0.0000 , 5.3221 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 396 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.7245 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 399 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 44.0559 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 403 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.7550 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 408 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6205 , 0.0234 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 423 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 148.0308 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 435 , cls_11 , 0.0000 , 0.0720 , 0.0059 , 4444444.4444 , 1.3333 , 0.9206 , 0.6860 , 0.6204 , 0.0000 , 0.0000 , 0.0000 , 2.3967 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 439 , cls_11 , 0.0000 , 0.0780 , 0.0055 , 6190476.1905 , 1.6250 , 0.8770 , 0.6039 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 6.2265 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 442 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 32.1685 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 443 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 29.1164 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 447 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.3177 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 453 , cls_11 , 0.0000 , 0.0480 , 0.0041 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 4.5776 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 460 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.8745 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 475 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.2509 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 480 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7426 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 482 , cls_11 , 0.0000 , 0.0600 , 0.0046 , 6666666.6667 , 1.4286 , 0.9016 , 0.7453 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.7982 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 486 , cls_11 , 0.0000 , 0.1140 , 0.0078 , 5277777.7778 , 1.9000 , 0.8431 , 0.7366 , 0.5764 , 0.0000 , 0.0000 , 0.0000 , 32.6682 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 493 , cls_11 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 18.6844 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 505 , cls_11 , 0.0000 , 2.1540 , 0.0531 , 3955922.8650 , 7.1800 , 0.2375 , 0.8645 , 0.6873 , 0.0000 , 0.0000 , 0.0000 , 89.1631 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 509 , cls_11 , 0.0000 , 0.0720 , 0.0060 , 7272727.2727 , 1.7143 , 0.8714 , 0.7845 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 9.3798 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 510 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.3197 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 520 , cls_11 , 0.0000 , 0.0600 , 0.0038 , 8333333.3333 , 1.6667 , 0.8805 , 0.6082 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 16.8616 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 528 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.3184 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 535 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.6682 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 538 , cls_11 , 0.0000 , 0.0600 , 0.0050 , 7407407.4074 , 1.6667 , 0.8916 , 0.8024 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 5.0233 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 553 , cls_11 , 0.0000 , 0.5640 , 0.0193 , 3405797.1014 , 3.3571 , 0.6119 , 0.7027 , 0.7310 , 0.0000 , 0.0000 , 0.0000 , 18.1997 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 555 , cls_11 , 0.0000 , 0.1200 , 0.0087 , 5797101.4493 , 2.0000 , 0.8267 , 0.7847 , 0.5217 , 0.0000 , 0.0000 , 0.0000 , 54.7471 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 570 , cls_11 , 0.0000 , 0.0780 , 0.0064 , 6190476.1905 , 1.6250 , 0.8770 , 0.8162 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 2.9158 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 591 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 37.5304 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 594 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5506 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 596 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5904 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 597 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 6.8619 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 602 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.7263 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 606 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.7708 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 611 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7418 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 615 , cls_11 , 0.0000 , 0.1140 , 0.0072 , 5066666.6667 , 1.9000 , 0.8472 , 0.7080 , 0.5800 , 0.0000 , 0.0000 , 0.0000 , 55.2116 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 627 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 11.2820 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 628 , cls_11 , 0.0000 , 0.0900 , 0.0056 , 6250000.0000 , 1.8750 , 0.8579 , 0.6082 , 0.5104 , 0.0000 , 0.0000 , 0.0000 , 8.6443 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 629 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6113 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 632 , cls_11 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 6.5395 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 649 , cls_11 , 0.0000 , 0.1200 , 0.0071 , 7843137.2549 , 2.2222 , 0.7983 , 0.7835 , 0.3922 , 0.0000 , 0.0000 , 0.0000 , 42.0433 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 655 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 9.1430 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 659 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.4160 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 675 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 16.7263 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 682 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.7399 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 684 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1242 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 685 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.8901 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 689 , cls_11 , 0.0000 , 0.0720 , 0.0056 , 6666666.6667 , 1.7143 , 0.8797 , 0.7366 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.3571 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 696 , cls_11 , 0.0000 , 0.0900 , 0.0082 , 5882352.9412 , 1.6667 , 0.8638 , 0.8335 , 0.4902 , 0.0000 , 0.0000 , 0.0000 , 3.8737 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 702 , cls_11 , 0.0000 , 0.2100 , 0.0113 , 4575163.3987 , 2.3333 , 0.7668 , 0.6180 , 0.6046 , 0.0000 , 0.0000 , 0.0000 , 18.3662 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 704 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 44.0264 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 712 , cls_11 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 7.7198 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 724 , cls_11 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 8.3270 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 736 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.2652 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 748 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.9528 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 758 , cls_11 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 15.8928 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 761 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 69.8785 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 762 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 123.2824 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 766 , cls_11 , 0.0000 , 0.0720 , 0.0051 , 6153846.1538 , 1.5000 , 0.8875 , 0.6689 , 0.4872 , 0.0000 , 0.0000 , 0.0000 , 33.9743 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 770 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8898 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 776 , cls_11 , 0.0000 , 0.0840 , 0.0058 , 7777777.7778 , 2.0000 , 0.8460 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 3.1507 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 787 , cls_11 , 0.0000 , 0.1140 , 0.0086 , 3958333.3333 , 1.5833 , 0.8728 , 0.7603 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 9.6409 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 796 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 56.2289 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 806 , cls_11 , 0.0000 , 0.0540 , 0.0053 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 10.6013 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 808 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.6839 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 811 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.2838 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 815 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 4761904.7619 , 1.2500 , 0.9354 , 0.5544 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 4.0391 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 819 , cls_11 , 0.0000 , 0.0780 , 0.0049 , 8666666.6667 , 1.8571 , 0.8453 , 0.6559 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.0157 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 823 , cls_11 , 0.0000 , 0.0600 , 0.0054 , 7407407.4074 , 1.6667 , 0.8916 , 0.7838 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 19.2258 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 832 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.0839 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 835 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.4397 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 841 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2644 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 846 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.2528 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 859 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 24.8392 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 860 , cls_11 , 0.0000 , 0.0900 , 0.0056 , 5000000.0000 , 1.6667 , 0.8801 , 0.5103 , 0.6167 , 0.0000 , 0.0000 , 0.0000 , 186.4900 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 862 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7887 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 875 , cls_11 , 0.0000 , 0.0720 , 0.0049 , 4705882.3529 , 1.3333 , 0.9146 , 0.4721 , 0.6176 , 0.0000 , 0.0000 , 0.0000 , 4.9419 , 0.0247 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 883 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.8925 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 886 , cls_11 , 0.0000 , 0.0900 , 0.0068 , 8333333.3333 , 2.1429 , 0.8309 , 0.8090 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.7078 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 890 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8412 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 899 , cls_11 , 0.0000 , 0.1380 , 0.0080 , 4144144.1441 , 1.7692 , 0.8409 , 0.6138 , 0.6802 , 0.0000 , 0.0000 , 0.0000 , 9.1241 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 912 , cls_11 , 0.0000 , 0.0840 , 0.0053 , 8484848.4848 , 2.0000 , 0.8380 , 0.7845 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 27.8380 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 915 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 7.9636 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 916 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2673 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 952 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2532 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 955 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8958 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 959 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3307 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 962 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6525 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 970 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.3787 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 984 , cls_11 , 0.0000 , 0.0900 , 0.0058 , 6666666.6667 , 1.8750 , 0.8517 , 0.7062 , 0.4889 , 0.0000 , 0.0000 , 0.0000 , 9.6405 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 993 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.6115 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 998 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4486 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1015 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 9.1755 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1017 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3741 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1028 , cls_11 , 0.0000 , 0.0660 , 0.0051 , 8148148.1481 , 1.8333 , 0.8713 , 0.7796 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 16.1740 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1029 , cls_11 , 0.0000 , 0.1740 , 0.0115 , 3276836.1582 , 1.8125 , 0.8315 , 0.7401 , 0.7316 , 0.0000 , 0.0000 , 0.0000 , 7.4698 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1034 , cls_11 , 0.0000 , 0.0660 , 0.0048 , 5238095.2381 , 1.3750 , 0.9142 , 0.6927 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 8.9720 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1036 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 51.4154 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1042 , cls_11 , 0.0000 , 0.2220 , 0.0099 , 4654088.0503 , 2.4667 , 0.7561 , 0.6007 , 0.6415 , 0.0000 , 0.0000 , 0.0000 , 32.2144 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1045 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 7.6061 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1062 , cls_11 , 0.0000 , 0.1800 , 0.0109 , 3921568.6275 , 2.0000 , 0.8069 , 0.7339 , 0.6765 , 0.0000 , 0.0000 , 0.0000 , 8.2923 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1069 , cls_11 , 0.0000 , 0.0720 , 0.0052 , 6666666.6667 , 1.7143 , 0.8797 , 0.7117 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 2.7118 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1079 , cls_11 , 0.0000 , 0.0540 , 0.0050 , 5000000.0000 , 1.2857 , 0.9427 , 0.7117 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 12.9421 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1081 , cls_11 , 0.0000 , 0.1560 , 0.0115 , 4444444.4444 , 2.0000 , 0.8157 , 0.8282 , 0.6368 , 0.0000 , 0.0000 , 0.0000 , 22.3989 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1092 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.1899 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1097 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.5266 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1100 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 9.3130 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1107 , cls_11 , 0.0000 , 0.0660 , 0.0047 , 8148148.1481 , 1.8333 , 0.8713 , 0.7135 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 54.0044 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1121 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 6.1782 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1125 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5222 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1130 , cls_11 , 0.0000 , 0.2880 , 0.0139 , 5079365.0794 , 3.0000 , 0.7040 , 0.7445 , 0.5820 , 0.0000 , 0.0000 , 0.0000 , 7.4232 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1151 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 36.3645 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1152 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 156.8381 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1155 , cls_11 , 0.0000 , 0.0480 , 0.0040 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 5.1496 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1174 , cls_11 , 0.0000 , 0.0600 , 0.0049 , 3703703.7037 , 1.1111 , 0.9624 , 0.4907 , 0.6759 , 0.0000 , 0.0000 , 0.0000 , 65.8599 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1184 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0420 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1197 , cls_11 , 0.0000 , 0.0840 , 0.0060 , 4057971.0145 , 1.4000 , 0.9108 , 0.4474 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 20.7268 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1201 , cls_11 , 0.0000 , 0.1020 , 0.0091 , 5666666.6667 , 1.8889 , 0.8510 , 0.7913 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 24.7719 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1204 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 154.3066 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1210 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 184.5343 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1212 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1117 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1217 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5871 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1226 , cls_11 , 0.0000 , 0.1500 , 0.0085 , 3703703.7037 , 1.7857 , 0.8406 , 0.6155 , 0.7000 , 0.0000 , 0.0000 , 0.0000 , 47.9986 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1229 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.9515 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1231 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 154.8574 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1232 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 50.4450 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1237 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5191 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1238 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 15.5425 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1242 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 15.5678 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1249 , cls_11 , 0.0000 , 0.5280 , 0.0200 , 5101449.2754 , 4.0000 , 0.5892 , 0.7899 , 0.5928 , 0.0000 , 0.0000 , 0.0000 , 45.2098 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1255 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6429 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1258 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4826 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1269 , cls_11 , 0.0000 , 0.0960 , 0.0078 , 4444444.4444 , 1.6000 , 0.8838 , 0.7495 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 11.6375 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1289 , cls_11 , 0.0000 , 0.0480 , 0.0040 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 4.8714 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1290 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1123 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1316 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 12.5008 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1331 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8036 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1341 , cls_11 , 0.0000 , 0.2160 , 0.0156 , 5581395.3488 , 2.5714 , 0.7430 , 0.8864 , 0.5155 , 0.0000 , 0.0000 , 0.0000 , 103.0602 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1358 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5567 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1361 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6321 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1374 , cls_11 , 0.0000 , 0.3900 , 0.0187 , 3209876.5432 , 2.7083 , 0.6935 , 0.7629 , 0.7346 , 0.0000 , 0.0000 , 0.0000 , 45.2738 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1382 , cls_11 , 0.0000 , 0.0780 , 0.0057 , 4126984.1270 , 1.3000 , 0.9185 , 0.5886 , 0.6508 , 0.0000 , 0.0000 , 0.0000 , 213.5781 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1389 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0578 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1391 , cls_11 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 18.5874 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1396 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 66.3862 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1404 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 36.7008 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1408 , cls_11 , 0.0000 , 0.2280 , 0.0153 , 3206751.0549 , 2.1111 , 0.7904 , 0.8164 , 0.7300 , 0.0000 , 0.0000 , 0.0000 , 3.8766 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1409 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.6907 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1414 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9618 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1421 , cls_11 , 0.0000 , 1.3980 , 0.0394 , 3256464.0112 , 5.2955 , 0.3857 , 0.8135 , 0.7334 , 0.0000 , 0.0000 , 0.0000 , 52.6031 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1426 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.4161 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1435 , cls_11 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.4445 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1442 , cls_11 , 0.0000 , 0.0600 , 0.0044 , 5555555.5556 , 1.4286 , 0.9196 , 0.6273 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 9.2512 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1444 , cls_11 , 0.0000 , 0.0660 , 0.0046 , 7333333.3333 , 1.5714 , 0.8812 , 0.6894 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 16.1814 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1448 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 43.2618 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1458 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 80.2658 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1467 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 5.1418 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1469 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.9041 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1472 , cls_11 , 0.0000 , 0.0660 , 0.0064 , 9166666.6667 , 1.8333 , 0.8606 , 0.8605 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.3666 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1476 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2491 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1480 , cls_11 , 0.0000 , 0.0960 , 0.0069 , 3809523.8095 , 1.4545 , 0.9002 , 0.6729 , 0.6726 , 0.0000 , 0.0000 , 0.0000 , 125.0889 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1483 , cls_11 , 0.0000 , 0.2760 , 0.0124 , 6814814.8148 , 3.2857 , 0.6845 , 0.7838 , 0.4556 , 0.0000 , 0.0000 , 0.0000 , 164.5103 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1485 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.9309 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1494 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2703 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1498 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5653 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1499 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.6491 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1505 , cls_11 , 0.0000 , 0.0660 , 0.0052 , 3666666.6667 , 1.2222 , 0.9520 , 0.4341 , 0.6917 , 0.0000 , 0.0000 , 0.0000 , 34.8995 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1514 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5937 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1517 , cls_11 , 0.0000 , 0.1620 , 0.0115 , 4864864.8649 , 2.0769 , 0.8009 , 0.8167 , 0.6081 , 0.0000 , 0.0000 , 0.0000 , 9.8294 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1519 , cls_11 , 0.0000 , 0.1200 , 0.0083 , 7017543.8596 , 2.2222 , 0.8085 , 0.8017 , 0.4474 , 0.0000 , 0.0000 , 0.0000 , 16.2247 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1521 , cls_11 , 0.0000 , 0.0840 , 0.0064 , 7777777.7778 , 2.0000 , 0.8460 , 0.7907 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 4.2379 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1524 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 158.7431 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1529 , cls_11 , 0.0000 , 0.0780 , 0.0049 , 6190476.1905 , 1.6250 , 0.8770 , 0.6435 , 0.5476 , 0.0000 , 0.0000 , 0.0000 , 26.2067 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1540 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.7041 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1547 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.1016 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1551 , cls_11 , 0.0000 , 0.1260 , 0.0078 , 6666666.6667 , 2.1000 , 0.8066 , 0.6658 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 8.1496 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1565 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 162.1444 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1569 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 40.6001 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1579 , cls_11 , 0.0000 , 0.1980 , 0.0116 , 5945945.9459 , 2.5385 , 0.7508 , 0.8323 , 0.5225 , 0.0000 , 0.0000 , 0.0000 , 16.6836 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1590 , cls_11 , 0.0000 , 0.1140 , 0.0084 , 4871794.8718 , 1.7273 , 0.8511 , 0.7836 , 0.5962 , 0.0000 , 0.0000 , 0.0000 , 21.0500 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1591 , cls_11 , 0.0000 , 0.0660 , 0.0042 , 10476190.4762 , 1.8333 , 0.8487 , 0.5544 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 56.6759 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1592 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.5603 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1598 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2055 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1611 , cls_11 , 0.0000 , 0.0900 , 0.0056 , 7142857.1429 , 1.8750 , 0.8451 , 0.6572 , 0.4405 , 0.0000 , 0.0000 , 0.0000 , 39.8019 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1621 , cls_11 , 0.0000 , 0.2460 , 0.0127 , 4632768.3616 , 2.5625 , 0.7396 , 0.7942 , 0.6356 , 0.0000 , 0.0000 , 0.0000 , 4.7769 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1625 , cls_11 , 0.0000 , 0.0660 , 0.0050 , 6111111.1111 , 1.5714 , 0.8988 , 0.6605 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.3102 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1627 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.0643 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1635 , cls_11 , 0.0000 , 0.3480 , 0.0144 , 4833333.3333 , 3.2222 , 0.6749 , 0.6156 , 0.6125 , 0.0000 , 0.0000 , 0.0000 , 69.0003 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1648 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 9.0297 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1653 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.7787 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1654 , cls_11 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 9.4905 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1662 , cls_11 , 0.0000 , 0.0660 , 0.0048 , 6111111.1111 , 1.5714 , 0.8988 , 0.6273 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.3002 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1669 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 6666666.6667 , 1.5000 , 0.9139 , 0.7453 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 11.7565 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1671 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 10.2948 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1672 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 19.1351 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1674 , cls_11 , 0.0000 , 0.3660 , 0.0155 , 4107744.1077 , 3.0500 , 0.6810 , 0.7548 , 0.6768 , 0.0000 , 0.0000 , 0.0000 , 47.1710 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1681 , cls_11 , 0.0000 , 0.0540 , 0.0034 , 10000000.0000 , 1.8000 , 0.8762 , 0.5756 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 187.9857 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1686 , cls_11 , 0.0000 , 0.1980 , 0.0129 , 4313725.4902 , 2.2000 , 0.7821 , 0.7689 , 0.6340 , 0.0000 , 0.0000 , 0.0000 , 8.1169 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1692 , cls_11 , 0.0000 , 0.0540 , 0.0047 , 5000000.0000 , 1.2857 , 0.9427 , 0.6180 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 11.9397 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1704 , cls_11 , 0.0000 , 1.3920 , 0.0428 , 3580246.9136 , 5.5238 , 0.3804 , 0.8813 , 0.7095 , 0.0000 , 0.0000 , 0.0000 , 127.1832 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1714 , cls_11 , 0.0000 , 0.1860 , 0.0093 , 4592592.5926 , 2.2143 , 0.7856 , 0.5787 , 0.6370 , 0.0000 , 0.0000 , 0.0000 , 6.8574 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1725 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 26.5027 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1726 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.9184 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1751 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 13.5780 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1765 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.1111 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1773 , cls_11 , 0.0000 , 0.0780 , 0.0047 , 8666666.6667 , 1.8571 , 0.8453 , 0.6255 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 9.8637 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1774 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 14.2869 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1776 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 5333333.3333 , 1.1429 , 0.9495 , 0.4907 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 7.3573 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1783 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 82.1488 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1785 , cls_11 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 3.9968 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1814 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.3693 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1815 , cls_11 , 0.0000 , 0.0540 , 0.0040 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 14.3797 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1823 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 34.0791 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1836 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 14.7161 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1837 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.0613 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1838 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.3651 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1858 , cls_11 , 0.0000 , 0.0540 , 0.0038 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 15.3449 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1860 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 9.3327 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1871 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 20.2275 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1880 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.9042 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1881 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 6.7638 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1885 , cls_11 , 0.0000 , 0.1200 , 0.0073 , 4301075.2688 , 1.6667 , 0.8569 , 0.5356 , 0.6559 , 0.0000 , 0.0000 , 0.0000 , 21.2018 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1886 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0951 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1899 , cls_11 , 0.0000 , 0.2700 , 0.0136 , 5172413.7931 , 2.8125 , 0.7133 , 0.7285 , 0.5862 , 0.0000 , 0.0000 , 0.0000 , 18.5867 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1901 , cls_11 , 0.0000 , 0.0480 , 0.0043 , 5925925.9259 , 1.3333 , 0.9389 , 0.6630 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 67.5246 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1906 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 91.9896 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1908 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 31.0422 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1909 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.5934 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1920 , cls_11 , 0.0000 , 0.0660 , 0.0044 , 5641025.6410 , 1.3750 , 0.9067 , 0.5132 , 0.5641 , 0.0000 , 0.0000 , 0.0000 , 9.1135 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1922 , cls_11 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 11.9135 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1928 , cls_11 , 0.0000 , 0.0600 , 0.0056 , 8333333.3333 , 1.6667 , 0.8805 , 0.8244 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 21.4206 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1929 , cls_11 , 0.0000 , 0.1740 , 0.0086 , 6041666.6667 , 2.4167 , 0.7691 , 0.6740 , 0.5156 , 0.0000 , 0.0000 , 0.0000 , 67.7352 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1931 , cls_11 , 0.0000 , 0.0780 , 0.0055 , 7878787.8788 , 1.8571 , 0.8541 , 0.7357 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 5.7194 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1932 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 10.0498 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1947 , cls_11 , 0.0000 , 0.0840 , 0.0054 , 6666666.6667 , 1.7500 , 0.8605 , 0.7258 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 3.5929 , 0.0295 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1952 , cls_11 , 0.0000 , 0.1620 , 0.0095 , 4615384.6154 , 2.0769 , 0.8062 , 0.6599 , 0.6197 , 0.0000 , 0.0000 , 0.0000 , 116.5855 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1958 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 92.8386 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1962 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.6911 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1967 , cls_11 , 0.0000 , 0.0720 , 0.0051 , 8000000.0000 , 1.7143 , 0.8625 , 0.6894 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 18.5805 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1968 , cls_11 , 0.0000 , 0.0600 , 0.0046 , 7407407.4074 , 1.6667 , 0.8916 , 0.5416 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 21.9284 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1969 , cls_11 , 0.0000 , 0.1020 , 0.0079 , 4358974.3590 , 1.5455 , 0.8777 , 0.7352 , 0.6346 , 0.0000 , 0.0000 , 0.0000 , 8.8611 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1989 , cls_11 , 0.0000 , 0.0840 , 0.0071 , 3111111.1111 , 1.2727 , 0.9403 , 0.6327 , 0.7278 , 0.0000 , 0.0000 , 0.0000 , 5.2029 , 0.0313 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1992 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 15.2410 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2003 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.7384 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2004 , cls_11 , 0.0000 , 0.1080 , 0.0077 , 8000000.0000 , 2.2500 , 0.8107 , 0.8198 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 105.7681 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2006 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.3173 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2007 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2036 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2027 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.5710 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2051 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 115.4578 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2067 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 20.7248 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2070 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 28.8889 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2075 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.3581 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2077 , cls_11 , 0.0000 , 0.0780 , 0.0053 , 5777777.7778 , 1.6250 , 0.8838 , 0.6707 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 10.8833 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2085 , cls_11 , 0.0000 , 0.0660 , 0.0048 , 6111111.1111 , 1.5714 , 0.8988 , 0.7117 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 8.3014 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2089 , cls_11 , 0.0000 , 0.0720 , 0.0052 , 5000000.0000 , 1.5000 , 0.9083 , 0.6156 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 18.7664 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2092 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 46.8120 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2098 , cls_11 , 0.0000 , 0.1080 , 0.0081 , 4615384.6154 , 1.6364 , 0.8641 , 0.6817 , 0.6154 , 0.0000 , 0.0000 , 0.0000 , 7.7961 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2099 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 22.9120 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2101 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 65.1401 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2114 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.3868 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2117 , cls_11 , 0.0000 , 0.0900 , 0.0080 , 4166666.6667 , 1.5000 , 0.8991 , 0.7769 , 0.6319 , 0.0000 , 0.0000 , 0.0000 , 16.2458 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2119 , cls_11 , 0.0000 , 0.2100 , 0.0131 , 4575163.3987 , 2.3333 , 0.7668 , 0.8397 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 43.0586 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2124 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 3.7926 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2131 , cls_11 , 0.0000 , 0.0720 , 0.0054 , 8888888.8889 , 2.0000 , 0.8529 , 0.7453 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 123.9336 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2134 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 22.3684 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2140 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.1808 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2145 , cls_11 , 0.0000 , 0.0720 , 0.0050 , 8888888.8889 , 2.0000 , 0.8529 , 0.7708 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 15.2934 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2150 , cls_11 , 0.0000 , 0.0840 , 0.0057 , 6666666.6667 , 1.7500 , 0.8605 , 0.6927 , 0.4405 , 0.0000 , 0.0000 , 0.0000 , 100.6800 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2152 , cls_11 , 0.0000 , 0.0960 , 0.0063 , 4102564.1026 , 1.4545 , 0.8923 , 0.5862 , 0.6603 , 0.0000 , 0.0000 , 0.0000 , 125.9634 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2160 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.1299 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2168 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7246 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2169 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.1514 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2170 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.8595 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2177 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.4128 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2180 , cls_11 , 0.0000 , 0.0900 , 0.0063 , 4545454.5455 , 1.5000 , 0.8899 , 0.6704 , 0.6136 , 0.0000 , 0.0000 , 0.0000 , 123.8086 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2192 , cls_11 , 0.0000 , 0.0660 , 0.0053 , 6111111.1111 , 1.5714 , 0.8988 , 0.6944 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 21.8069 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2195 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 31.3026 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2198 , cls_11 , 0.0000 , 0.2040 , 0.0104 , 5666666.6667 , 2.6154 , 0.7506 , 0.7247 , 0.5292 , 0.0000 , 0.0000 , 0.0000 , 25.0321 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2199 , cls_11 , 0.0000 , 0.0540 , 0.0041 , 6666666.6667 , 1.5000 , 0.9139 , 0.7205 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 40.6423 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2207 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8756 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2208 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.5591 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2215 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.1439 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2216 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.6008 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2219 , cls_11 , 0.0000 , 0.1800 , 0.0100 , 5555555.5556 , 2.5000 , 0.7719 , 0.7926 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 21.4449 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2221 , cls_11 , 0.0000 , 0.2820 , 0.0135 , 5310734.4633 , 2.9375 , 0.7034 , 0.8300 , 0.5565 , 0.0000 , 0.0000 , 0.0000 , 8.4234 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2249 , cls_11 , 0.0000 , 0.1440 , 0.0090 , 7619047.6190 , 2.4000 , 0.7754 , 0.8252 , 0.4206 , 0.0000 , 0.0000 , 0.0000 , 127.0312 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2257 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.4578 , 0.0331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2263 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 21.1540 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2266 , cls_11 , 0.0000 , 0.0540 , 0.0048 , 4285714.2857 , 1.1250 , 0.9589 , 0.6039 , 0.6190 , 0.0000 , 0.0000 , 0.0000 , 29.4884 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2267 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 10.4596 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2277 , cls_11 , 0.0000 , 0.8100 , 0.0284 , 4545454.5455 , 4.6552 , 0.5046 , 0.8126 , 0.6237 , 0.0000 , 0.0000 , 0.0000 , 91.3034 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2279 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 5000000.0000 , 1.2857 , 0.9427 , 0.4731 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 20.0879 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2281 , cls_11 , 0.0000 , 0.1800 , 0.0110 , 2941176.4706 , 1.7647 , 0.8383 , 0.7004 , 0.7574 , 0.0000 , 0.0000 , 0.0000 , 14.4553 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2283 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 15.0447 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2286 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.6114 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2291 , cls_11 , 0.0000 , 0.1980 , 0.0126 , 4888888.8889 , 2.3571 , 0.7696 , 0.8121 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 77.2181 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2303 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4066 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2313 , cls_11 , 0.0000 , 0.0660 , 0.0053 , 9166666.6667 , 1.8333 , 0.8606 , 0.8041 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.3410 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2319 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 29.2998 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2335 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 25.8513 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2336 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.2901 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2347 , cls_11 , 0.0000 , 0.0480 , 0.0041 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 4.8504 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2349 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 5833333.3333 , 1.1667 , 0.9553 , 0.6488 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 4.0239 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2362 , cls_11 , 0.0000 , 0.3300 , 0.0204 , 4471544.7154 , 2.8947 , 0.6919 , 0.8675 , 0.6220 , 0.0000 , 0.0000 , 0.0000 , 39.1872 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2370 , cls_11 , 0.0000 , 0.2100 , 0.0115 , 5691056.9106 , 2.6923 , 0.7456 , 0.7116 , 0.5244 , 0.0000 , 0.0000 , 0.0000 , 4.9562 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2373 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 24.2999 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2404 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5949 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2412 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 5000000.0000 , 1.2857 , 0.9427 , 0.5506 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 54.4068 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2419 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.4160 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2421 , cls_11 , 0.0000 , 0.5040 , 0.0251 , 3236994.2197 , 3.1111 , 0.6408 , 0.7766 , 0.7360 , 0.0000 , 0.0000 , 0.0000 , 25.1151 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2438 , cls_11 , 0.0000 , 0.2400 , 0.0127 , 6504065.0407 , 3.0769 , 0.7118 , 0.8059 , 0.4715 , 0.0000 , 0.0000 , 0.0000 , 59.1468 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2444 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.4303 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2456 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 34.4723 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2459 , cls_11 , 0.0000 , 0.0480 , 0.0048 , 7619047.6190 , 1.3333 , 0.9145 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 11.4434 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2463 , cls_11 , 0.0000 , 0.0540 , 0.0038 , 12000000.0000 , 1.8000 , 0.8603 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.8229 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2468 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.1013 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2470 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7816 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2472 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.8032 , 0.0297 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2477 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.0675 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2479 , cls_11 , 0.0000 , 0.0780 , 0.0074 , 6190476.1905 , 1.6250 , 0.8770 , 0.8162 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 20.2213 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2482 , cls_11 , 0.0000 , 0.0540 , 0.0038 , 6000000.0000 , 1.2857 , 0.9243 , 0.4907 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 5.6311 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2483 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 9.0372 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2484 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.9076 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2487 , cls_11 , 0.0000 , 1.0680 , 0.0319 , 4512040.5577 , 5.3939 , 0.4368 , 0.7889 , 0.6331 , 0.0000 , 0.0000 , 0.0000 , 69.7806 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2492 , cls_11 , 0.0000 , 0.0840 , 0.0059 , 4242424.2424 , 1.4000 , 0.9061 , 0.5881 , 0.6439 , 0.0000 , 0.0000 , 0.0000 , 49.4741 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2496 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1278 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2503 , cls_11 , 0.0000 , 0.8280 , 0.0249 , 3650793.6508 , 4.3125 , 0.5174 , 0.7370 , 0.7004 , 0.0000 , 0.0000 , 0.0000 , 69.7569 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2505 , cls_11 , 0.0000 , 0.0840 , 0.0065 , 7777777.7778 , 2.0000 , 0.8460 , 0.7935 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.1652 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2510 , cls_11 , 0.0000 , 0.7320 , 0.0291 , 4046434.4942 , 4.2069 , 0.5379 , 0.8008 , 0.6675 , 0.0000 , 0.0000 , 0.0000 , 27.4546 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2512 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.0089 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2518 , cls_11 , 0.0000 , 0.0780 , 0.0069 , 7878787.8788 , 1.8571 , 0.8541 , 0.8249 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 4.6648 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2519 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9542 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2528 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 53.9162 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2533 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1356 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2547 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 27.4738 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2550 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 25.7841 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2552 , cls_11 , 0.0000 , 0.1080 , 0.0081 , 4800000.0000 , 1.8000 , 0.8600 , 0.8128 , 0.5733 , 0.0000 , 0.0000 , 0.0000 , 33.0506 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2556 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8777 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2558 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.4434 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2561 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1586 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2563 , cls_11 , 0.0000 , 0.3660 , 0.0145 , 3800623.0530 , 2.9048 , 0.6886 , 0.6470 , 0.6994 , 0.0000 , 0.0000 , 0.0000 , 93.8344 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2564 , cls_11 , 0.0000 , 0.0840 , 0.0055 , 6666666.6667 , 1.7500 , 0.8605 , 0.6927 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 69.5333 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2577 , cls_11 , 0.0000 , 0.1740 , 0.0097 , 4296296.2963 , 2.0714 , 0.8026 , 0.7031 , 0.6444 , 0.0000 , 0.0000 , 0.0000 , 62.6803 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2583 , cls_11 , 0.0000 , 0.5940 , 0.0275 , 4177215.1899 , 3.8077 , 0.5818 , 0.8719 , 0.6561 , 0.0000 , 0.0000 , 0.0000 , 39.9276 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2609 , cls_11 , 0.0000 , 0.0540 , 0.0049 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 48.6479 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2610 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 31.1226 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2612 , cls_11 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 17.3601 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2614 , cls_11 , 0.0000 , 0.0540 , 0.0041 , 7500000.0000 , 1.5000 , 0.9026 , 0.7516 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 8.4562 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2617 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.6311 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2618 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 7.6112 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2628 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 70.0506 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2630 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 24.8292 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2632 , cls_11 , 0.0000 , 0.0660 , 0.0046 , 6111111.1111 , 1.5714 , 0.8988 , 0.6180 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 67.9610 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2635 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 4666666.6667 , 1.0000 , 0.9782 , 0.4907 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 33.4997 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2642 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 8.0105 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2645 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 6.1458 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2647 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.7196 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2659 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.0052 , 0.0297 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2667 , cls_11 , 0.0000 , 0.0960 , 0.0063 , 5614035.0877 , 1.7778 , 0.8600 , 0.6976 , 0.5439 , 0.0000 , 0.0000 , 0.0000 , 17.5105 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2672 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 5333333.3333 , 1.1429 , 0.9495 , 0.3634 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 11.0619 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2676 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0186 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2693 , cls_11 , 0.0000 , 0.0840 , 0.0057 , 5185185.1852 , 1.5556 , 0.8853 , 0.5676 , 0.5741 , 0.0000 , 0.0000 , 0.0000 , 9.2146 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2695 , cls_11 , 0.0000 , 0.0720 , 0.0053 , 5000000.0000 , 1.5000 , 0.9083 , 0.6082 , 0.5729 , 0.0000 , 0.0000 , 0.0000 , 6.5428 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2703 , cls_11 , 0.0000 , 0.8940 , 0.0299 , 4071038.2514 , 4.6563 , 0.4896 , 0.8191 , 0.6571 , 0.0000 , 0.0000 , 0.0000 , 57.2967 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2717 , cls_11 , 0.0000 , 0.0660 , 0.0046 , 8148148.1481 , 1.8333 , 0.8713 , 0.7205 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 15.7513 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2718 , cls_11 , 0.0000 , 0.1020 , 0.0055 , 7555555.5556 , 2.1250 , 0.8236 , 0.6707 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.3964 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2725 , cls_11 , 0.0000 , 0.0600 , 0.0067 , 7407407.4074 , 1.6667 , 0.8916 , 0.8603 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 33.5926 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2726 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 22.5419 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2759 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 81.1224 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2771 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2094 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2772 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.7943 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2773 , cls_11 , 0.0000 , 0.0600 , 0.0053 , 4761904.7619 , 1.2500 , 0.9354 , 0.6637 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 10.8625 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2775 , cls_11 , 0.0000 , 0.0540 , 0.0040 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 14.3267 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2783 , cls_11 , 0.0000 , 0.0960 , 0.0078 , 3137254.9020 , 1.3333 , 0.9218 , 0.6268 , 0.7255 , 0.0000 , 0.0000 , 0.0000 , 13.5364 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2786 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 37.6713 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2792 , cls_11 , 0.0000 , 0.0540 , 0.0040 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 24.8122 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2807 , cls_11 , 0.0000 , 0.1020 , 0.0075 , 4197530.8642 , 1.5455 , 0.8817 , 0.7182 , 0.6420 , 0.0000 , 0.0000 , 0.0000 , 89.4390 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2810 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.3187 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2816 , cls_11 , 0.0000 , 0.4140 , 0.0152 , 5000000.0000 , 3.4500 , 0.6392 , 0.7244 , 0.5906 , 0.0000 , 0.0000 , 0.0000 , 46.5495 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2819 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 4615384.6154 , 1.1250 , 0.9510 , 0.5963 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 11.1983 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2822 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 39.5878 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2828 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.0661 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2830 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 18.9333 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2837 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.7256 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2841 , cls_11 , 0.0000 , 0.1620 , 0.0100 , 4090909.0909 , 1.9286 , 0.8186 , 0.7267 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 96.7485 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2847 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 28.3432 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2857 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 4444444.4444 , 1.2500 , 0.9427 , 0.5756 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 35.5870 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2859 , cls_11 , 0.0000 , 0.0660 , 0.0051 , 6111111.1111 , 1.5714 , 0.8988 , 0.7062 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 24.2651 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2861 , cls_11 , 0.0000 , 0.0600 , 0.0044 , 7407407.4074 , 1.6667 , 0.8916 , 0.6903 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 44.5122 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2865 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 30.4889 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2866 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 13.7289 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2868 , cls_11 , 0.0000 , 0.0660 , 0.0049 , 5641025.6410 , 1.3750 , 0.9067 , 0.6817 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 9.2612 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2872 , cls_11 , 0.0000 , 0.0900 , 0.0061 , 4000000.0000 , 1.5000 , 0.9035 , 0.5698 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 12.5905 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2874 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 59.1123 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2884 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.6669 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2899 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.0957 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2904 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5209 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2918 , cls_11 , 0.0000 , 0.4320 , 0.0178 , 3076923.0769 , 2.8800 , 0.6777 , 0.6754 , 0.7425 , 0.0000 , 0.0000 , 0.0000 , 21.3081 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2920 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 56.6992 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2924 , cls_11 , 0.0000 , 0.1500 , 0.0079 , 7575757.5758 , 2.5000 , 0.7701 , 0.7357 , 0.4318 , 0.0000 , 0.0000 , 0.0000 , 23.1829 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2928 , cls_11 , 0.0000 , 0.1260 , 0.0092 , 6363636.3636 , 2.1000 , 0.8110 , 0.7845 , 0.4773 , 0.0000 , 0.0000 , 0.0000 , 14.2124 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2929 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 4615384.6154 , 1.1250 , 0.9510 , 0.4827 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 5.9756 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2934 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 47.4395 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2939 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3218 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2950 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.7620 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2959 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9402 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2961 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1504 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2966 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 26.3968 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2967 , cls_11 , 0.0000 , 0.1080 , 0.0069 , 6666666.6667 , 2.0000 , 0.8277 , 0.6048 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 28.7337 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2977 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.1082 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2983 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1308 , 0.0360 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2991 , cls_11 , 0.0000 , 0.0600 , 0.0064 , 6666666.6667 , 1.4286 , 0.9016 , 0.8128 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 9.4158 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2992 , cls_11 , 0.0000 , 0.1560 , 0.0112 , 3537414.9660 , 1.8571 , 0.8398 , 0.7600 , 0.6905 , 0.0000 , 0.0000 , 0.0000 , 30.9808 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3013 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 16.3752 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3036 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.2752 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3037 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2455 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3039 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 40.3025 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3049 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.6908 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3071 , cls_11 , 0.0000 , 0.1020 , 0.0098 , 8717948.7179 , 2.1250 , 0.8105 , 0.8918 , 0.2949 , 0.0000 , 0.0000 , 0.0000 , 71.1923 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3074 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 30.9727 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3075 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 8.3560 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3083 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.9691 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3086 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 86.3660 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3088 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 71.6382 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3089 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 41.7060 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3093 , cls_11 , 0.0000 , 0.4980 , 0.0175 , 4160401.0025 , 3.4583 , 0.6193 , 0.7105 , 0.6704 , 0.0000 , 0.0000 , 0.0000 , 37.3467 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3094 , cls_11 , 0.0000 , 0.0600 , 0.0053 , 6666666.6667 , 1.4286 , 0.9016 , 0.7598 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.9897 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3108 , cls_11 , 0.0000 , 0.1560 , 0.0111 , 4126984.1270 , 2.0000 , 0.8233 , 0.8069 , 0.6468 , 0.0000 , 0.0000 , 0.0000 , 19.1222 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3111 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 80.1244 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3116 , cls_11 , 0.0000 , 0.0780 , 0.0060 , 6190476.1905 , 1.6250 , 0.8770 , 0.7903 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 93.6699 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3118 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 35.1593 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3127 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 14.2785 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3128 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 45.3785 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3129 , cls_11 , 0.0000 , 1.2780 , 0.0368 , 4717607.9734 , 6.0857 , 0.3860 , 0.8410 , 0.6218 , 0.0000 , 0.0000 , 0.0000 , 109.0710 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3134 , cls_11 , 0.0000 , 0.3120 , 0.0166 , 3209876.5432 , 2.4762 , 0.7356 , 0.7444 , 0.7361 , 0.0000 , 0.0000 , 0.0000 , 81.6224 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3137 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 40.8356 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3138 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 24.2746 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3141 , cls_11 , 0.0000 , 0.2820 , 0.0121 , 5310734.4633 , 2.9375 , 0.7034 , 0.6934 , 0.5678 , 0.0000 , 0.0000 , 0.0000 , 43.2502 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3148 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.4338 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3161 , cls_11 , 0.0000 , 0.1080 , 0.0072 , 4800000.0000 , 1.8000 , 0.8600 , 0.7256 , 0.6133 , 0.0000 , 0.0000 , 0.0000 , 53.9541 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3165 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 22.7200 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3166 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 21.6085 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3167 , cls_11 , 0.0000 , 0.0420 , 0.0039 , 5185185.1852 , 1.1667 , 0.9673 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 56.5124 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3168 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.2468 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3174 , cls_11 , 0.0000 , 0.1320 , 0.0081 , 8148148.1481 , 2.4444 , 0.7817 , 0.7425 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 36.1394 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3184 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.9604 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3186 , cls_11 , 0.0000 , 0.7620 , 0.0258 , 4810606.0606 , 4.7037 , 0.5143 , 0.8679 , 0.6165 , 0.0000 , 0.0000 , 0.0000 , 112.9136 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3192 , cls_11 , 0.0000 , 0.1620 , 0.0088 , 7826086.9565 , 2.7000 , 0.7560 , 0.7497 , 0.4058 , 0.0000 , 0.0000 , 0.0000 , 17.3103 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3194 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 39.7067 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3195 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.4357 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3212 , cls_11 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 15.6692 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3213 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 20.2961 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3223 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 39.6243 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3226 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.2926 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3232 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 14.8306 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3233 , cls_11 , 0.0000 , 0.2460 , 0.0137 , 5694444.4444 , 2.9286 , 0.7199 , 0.7825 , 0.5313 , 0.0000 , 0.0000 , 0.0000 , 17.5281 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3237 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.8688 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3246 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 15.9129 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3253 , cls_11 , 0.0000 , 0.0660 , 0.0044 , 6111111.1111 , 1.5714 , 0.8988 , 0.5506 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 15.7554 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3258 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7353 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3259 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.5829 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3260 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.3252 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3261 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 47.4196 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3265 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.1403 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3267 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 21.4602 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3279 , cls_11 , 0.0000 , 0.2220 , 0.0153 , 4043715.8470 , 2.3125 , 0.7703 , 0.7800 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 31.7440 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3280 , cls_11 , 0.0000 , 0.1980 , 0.0115 , 3055555.5556 , 1.9412 , 0.8188 , 0.5852 , 0.7477 , 0.0000 , 0.0000 , 0.0000 , 39.0825 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3283 , cls_11 , 0.0000 , 0.6540 , 0.0244 , 3460317.4603 , 3.7586 , 0.5775 , 0.6229 , 0.7246 , 0.0000 , 0.0000 , 0.0000 , 24.0414 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3289 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 23.4262 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3290 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 24.8773 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3292 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 58.9074 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3294 , cls_11 , 0.0000 , 0.0840 , 0.0066 , 6666666.6667 , 1.7500 , 0.8605 , 0.7772 , 0.4405 , 0.0000 , 0.0000 , 0.0000 , 48.0339 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3303 , cls_11 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 40.8284 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3304 , cls_11 , 0.0000 , 0.3360 , 0.0150 , 3971631.2057 , 2.8000 , 0.7002 , 0.7081 , 0.6720 , 0.0000 , 0.0000 , 0.0000 , 24.3198 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3307 , cls_11 , 0.0000 , 0.1320 , 0.0091 , 3859649.1228 , 1.6923 , 0.8549 , 0.7154 , 0.6842 , 0.0000 , 0.0000 , 0.0000 , 42.8127 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3318 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 68.7410 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3319 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 36.8549 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3329 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 19.7091 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3332 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 54.8981 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3337 , cls_11 , 0.0000 , 0.0600 , 0.0051 , 6060606.0606 , 1.4286 , 0.9110 , 0.7357 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 14.2199 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3342 , cls_11 , 0.0000 , 0.2280 , 0.0123 , 5507246.3768 , 2.7143 , 0.7355 , 0.7790 , 0.5507 , 0.0000 , 0.0000 , 0.0000 , 76.3663 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3348 , cls_11 , 0.0000 , 0.1080 , 0.0070 , 3750000.0000 , 1.5000 , 0.8861 , 0.5206 , 0.6927 , 0.0000 , 0.0000 , 0.0000 , 39.7730 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3357 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.6488 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.2538 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3362 , cls_11 , 0.0000 , 0.1800 , 0.0104 , 5405405.4054 , 2.3077 , 0.7746 , 0.6921 , 0.5676 , 0.0000 , 0.0000 , 0.0000 , 97.8595 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3373 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 40.8656 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3379 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 21.5120 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3381 , cls_11 , 0.0000 , 0.0600 , 0.0044 , 7407407.4074 , 1.6667 , 0.8916 , 0.6630 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 30.8361 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3390 , cls_11 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 56.1010 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3403 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.7017 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3404 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.6107 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3405 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.9622 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3412 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 130.1764 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3426 , cls_11 , 0.0000 , 0.0720 , 0.0067 , 6153846.1538 , 1.5000 , 0.8875 , 0.7566 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 17.9429 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3437 , cls_11 , 0.0000 , 0.0960 , 0.0061 , 7619047.6190 , 2.0000 , 0.8307 , 0.7078 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 143.0644 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3438 , cls_11 , 0.0000 , 0.0600 , 0.0054 , 7407407.4074 , 1.6667 , 0.8916 , 0.7838 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.7386 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3441 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7604 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3445 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 25.3129 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3452 , cls_11 , 0.0000 , 0.0840 , 0.0058 , 5185185.1852 , 1.5556 , 0.8853 , 0.6474 , 0.5463 , 0.0000 , 0.0000 , 0.0000 , 18.3608 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3463 , cls_11 , 0.0000 , 0.6060 , 0.0222 , 3400673.4007 , 3.4828 , 0.5963 , 0.7034 , 0.7189 , 0.0000 , 0.0000 , 0.0000 , 257.0134 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3466 , cls_11 , 0.0000 , 0.3900 , 0.0186 , 3359173.1266 , 2.8261 , 0.6889 , 0.7385 , 0.7222 , 0.0000 , 0.0000 , 0.0000 , 31.0486 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3468 , cls_11 , 0.0000 , 0.1140 , 0.0083 , 6031746.0317 , 1.9000 , 0.8299 , 0.8498 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 65.3015 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3472 , cls_11 , 0.0000 , 0.4320 , 0.0194 , 4752475.2475 , 3.4286 , 0.6356 , 0.8238 , 0.6155 , 0.0000 , 0.0000 , 0.0000 , 51.6295 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3475 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.3366 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3482 , cls_11 , 0.0000 , 0.0660 , 0.0057 , 3859649.1228 , 1.2222 , 0.9464 , 0.6442 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 98.2333 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3487 , cls_11 , 0.0000 , 0.1020 , 0.0069 , 7083333.3333 , 2.1250 , 0.8296 , 0.7247 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 25.1716 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3488 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.9919 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3495 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 49.0410 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3496 , cls_11 , 0.0000 , 0.1920 , 0.0114 , 3742690.0585 , 2.0000 , 0.8017 , 0.7261 , 0.6813 , 0.0000 , 0.0000 , 0.0000 , 22.3086 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3501 , cls_11 , 0.0000 , 4.3500 , 0.0714 , 4037872.4589 , 10.3571 , -0.0370 , 0.7934 , 0.6739 , 0.0000 , 0.0000 , 0.0000 , 81.2152 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3504 , cls_11 , 0.0000 , 0.5040 , 0.0192 , 5233644.8598 , 4.0000 , 0.5965 , 0.7019 , 0.5810 , 0.0000 , 0.0000 , 0.0000 , 32.4125 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3510 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.5845 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3514 , cls_11 , 0.0000 , 0.0540 , 0.0047 , 5000000.0000 , 1.2857 , 0.9427 , 0.6180 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 12.1502 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3520 , cls_11 , 0.0000 , 0.0720 , 0.0058 , 4705882.3529 , 1.3333 , 0.9146 , 0.7035 , 0.5980 , 0.0000 , 0.0000 , 0.0000 , 30.5348 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3527 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 21.3741 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3535 , cls_11 , 0.0000 , 0.2700 , 0.0133 , 3092783.5052 , 2.2500 , 0.7654 , 0.4722 , 0.7440 , 0.0000 , 0.0000 , 0.0000 , 23.4210 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3540 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 83.5418 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3545 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 43.2356 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3551 , cls_11 , 0.0000 , 0.1080 , 0.0093 , 6666666.6667 , 2.0000 , 0.8277 , 0.8430 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 40.6847 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3555 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.9682 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3559 , cls_11 , 0.0000 , 0.8040 , 0.0261 , 3952802.3599 , 4.3226 , 0.5178 , 0.8069 , 0.6799 , 0.0000 , 0.0000 , 0.0000 , 41.1527 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3560 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.5855 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3566 , cls_11 , 0.0000 , 0.0600 , 0.0045 , 6666666.6667 , 1.4286 , 0.9016 , 0.6817 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 45.3599 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3569 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 86.8502 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3571 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 82.7702 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3572 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 50.0151 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3586 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 309.0186 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3587 , cls_11 , 0.0000 , 0.1260 , 0.0076 , 7368421.0526 , 2.3333 , 0.7973 , 0.7914 , 0.4298 , 0.0000 , 0.0000 , 0.0000 , 387.9034 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3596 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.5646 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3601 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 10.8961 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3607 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.4424 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3616 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 83.1113 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3619 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.2095 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3627 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4615 , 0.0331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3629 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 307.2682 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3633 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 21.5949 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3634 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 22.3153 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3636 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.4046 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3640 , cls_11 , 0.0000 , 0.1140 , 0.0075 , 5066666.6667 , 1.9000 , 0.8472 , 0.7256 , 0.5800 , 0.0000 , 0.0000 , 0.0000 , 12.5145 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3641 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 48.8148 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3645 , cls_11 , 0.0000 , 0.1320 , 0.0075 , 7719298.2456 , 2.4444 , 0.7866 , 0.6442 , 0.4123 , 0.0000 , 0.0000 , 0.0000 , 24.9732 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3647 , cls_11 , 0.0000 , 0.1320 , 0.0082 , 6376811.5942 , 2.2000 , 0.8043 , 0.6746 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 13.5818 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3669 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 12.2457 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3670 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.1695 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3673 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8181 , 0.0331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3677 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 53.9636 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3682 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 33.3255 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3683 , cls_11 , 0.0000 , 0.0960 , 0.0073 , 4637681.1594 , 1.6000 , 0.8794 , 0.7600 , 0.6014 , 0.0000 , 0.0000 , 0.0000 , 25.4349 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3701 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.9433 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3711 , cls_11 , 0.0000 , 0.1260 , 0.0105 , 5185185.1852 , 1.9091 , 0.8309 , 0.8255 , 0.5679 , 0.0000 , 0.0000 , 0.0000 , 18.7448 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3712 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 14.0074 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3724 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 43.8989 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3728 , cls_11 , 0.0000 , 0.6300 , 0.0192 , 5691056.9106 , 4.5652 , 0.5431 , 0.7898 , 0.5285 , 0.0000 , 0.0000 , 0.0000 , 45.7351 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3739 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 19.8553 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3743 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.4498 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3744 , cls_11 , 0.0000 , 0.1380 , 0.0108 , 3333333.3333 , 1.6429 , 0.8644 , 0.6965 , 0.7138 , 0.0000 , 0.0000 , 0.0000 , 22.5268 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3749 , cls_11 , 0.0000 , 0.0960 , 0.0071 , 6666666.6667 , 2.0000 , 0.8433 , 0.7453 , 0.4479 , 0.0000 , 0.0000 , 0.0000 , 307.9646 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3753 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 20.5915 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3761 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.8068 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3765 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 125.3922 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3770 , cls_11 , 0.0000 , 0.1860 , 0.0116 , 6262626.2626 , 2.5833 , 0.7556 , 0.8204 , 0.4596 , 0.0000 , 0.0000 , 0.0000 , 51.1770 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3771 , cls_11 , 0.0000 , 0.0720 , 0.0061 , 6666666.6667 , 1.7143 , 0.8797 , 0.7907 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 42.3635 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3774 , cls_11 , 0.0000 , 0.1020 , 0.0077 , 6296296.2963 , 1.8889 , 0.8408 , 0.7304 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 9.2391 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3775 , cls_11 , 0.0000 , 0.1980 , 0.0104 , 4888888.8889 , 2.3571 , 0.7696 , 0.7372 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 19.5267 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3781 , cls_11 , 0.0000 , 0.1740 , 0.0092 , 3866666.6667 , 1.9333 , 0.8136 , 0.5026 , 0.6800 , 0.0000 , 0.0000 , 0.0000 , 302.0846 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3788 , cls_11 , 0.0000 , 0.1140 , 0.0067 , 6333333.3333 , 2.1111 , 0.8252 , 0.6559 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 307.4163 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3807 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 11.2227 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3813 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 304.1938 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3820 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.5593 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 13.5783 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3830 , cls_11 , 0.0000 , 0.0660 , 0.0055 , 6666666.6667 , 1.5714 , 0.8903 , 0.8081 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 35.2360 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3831 , cls_11 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 11.0315 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3836 , cls_11 , 0.0000 , 0.0480 , 0.0042 , 4848484.8485 , 1.1429 , 0.9594 , 0.5881 , 0.5758 , 0.0000 , 0.0000 , 0.0000 , 12.6155 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3859 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 11.2329 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3860 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1973 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3877 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 8.5417 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3884 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.1889 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3889 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 42.5917 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3895 , cls_11 , 0.0000 , 0.8100 , 0.0297 , 3846153.8462 , 4.3548 , 0.5183 , 0.7544 , 0.6902 , 0.0000 , 0.0000 , 0.0000 , 12.2913 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3898 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 33.1958 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3899 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 12.1464 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3905 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 73.4059 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3909 , cls_11 , 0.0000 , 0.1320 , 0.0090 , 4313725.4902 , 1.8333 , 0.8431 , 0.7075 , 0.6471 , 0.0000 , 0.0000 , 0.0000 , 31.4466 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3922 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 31.5669 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3928 , cls_11 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.8920 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3932 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.7886 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3936 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 151.3268 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3945 , cls_11 , 0.0000 , 0.2640 , 0.0164 , 5432098.7654 , 2.9333 , 0.7125 , 0.8916 , 0.5463 , 0.0000 , 0.0000 , 0.0000 , 22.7216 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3959 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 308.8854 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3960 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.6996 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3961 , cls_11 , 0.0000 , 0.6240 , 0.0261 , 4917257.6832 , 4.3333 , 0.5571 , 0.8747 , 0.5910 , 0.0000 , 0.0000 , 0.0000 , 27.7898 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3964 , cls_11 , 0.0000 , 0.0600 , 0.0043 , 5128205.1282 , 1.2500 , 0.9278 , 0.4292 , 0.5897 , 0.0000 , 0.0000 , 0.0000 , 20.5682 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3970 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 15.6436 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3982 , cls_11 , 0.0000 , 0.1020 , 0.0070 , 3777777.7778 , 1.5455 , 0.8930 , 0.6180 , 0.6889 , 0.0000 , 0.0000 , 0.0000 , 120.3198 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3987 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 9.5903 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3988 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5485 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3989 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.7180 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3994 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 74.2876 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3996 , cls_11 , 0.0000 , 0.0840 , 0.0051 , 9333333.3333 , 2.0000 , 0.8294 , 0.7170 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 92.4958 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3998 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 36.5709 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4003 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 34.5600 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4006 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.9638 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4017 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.9842 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4018 , cls_11 , 0.0000 , 0.0480 , 0.0042 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 18.8160 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4021 , cls_11 , 0.0000 , 0.1800 , 0.0096 , 6060606.0606 , 2.5000 , 0.7636 , 0.7571 , 0.5202 , 0.0000 , 0.0000 , 0.0000 , 14.3981 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4029 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.8979 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4038 , cls_11 , 0.0000 , 0.0720 , 0.0054 , 5714285.7143 , 1.5000 , 0.8948 , 0.6927 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 48.3146 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4042 , cls_11 , 0.0000 , 0.1140 , 0.0064 , 7037037.0370 , 2.1111 , 0.8153 , 0.7135 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 29.6255 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4045 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 64.2758 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4048 , cls_11 , 0.0000 , 0.1560 , 0.0108 , 6190476.1905 , 2.3636 , 0.7830 , 0.8261 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 14.7954 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4049 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 17.4143 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4053 , cls_11 , 0.0000 , 0.1020 , 0.0067 , 4197530.8642 , 1.5455 , 0.8817 , 0.6846 , 0.6420 , 0.0000 , 0.0000 , 0.0000 , 302.5762 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4056 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 313.6532 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4057 , cls_11 , 0.0000 , 0.1800 , 0.0115 , 4651162.7907 , 2.1429 , 0.7894 , 0.8331 , 0.6124 , 0.0000 , 0.0000 , 0.0000 , 81.3341 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4067 , cls_11 , 0.0000 , 0.1560 , 0.0083 , 5591397.8495 , 2.1667 , 0.7928 , 0.6053 , 0.5538 , 0.0000 , 0.0000 , 0.0000 , 12.5345 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4068 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 48.6490 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4072 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.7355 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4078 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 35.0589 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4100 , cls_11 , 0.0000 , 0.0660 , 0.0044 , 8148148.1481 , 1.8333 , 0.8713 , 0.6903 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 42.3631 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4104 , cls_11 , 0.0000 , 0.2640 , 0.0118 , 3809523.8095 , 2.4444 , 0.7473 , 0.6596 , 0.6797 , 0.0000 , 0.0000 , 0.0000 , 66.9213 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4110 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.3715 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4112 , cls_11 , 0.0000 , 0.2280 , 0.0107 , 3377777.7778 , 2.1111 , 0.7848 , 0.5679 , 0.7267 , 0.0000 , 0.0000 , 0.0000 , 11.2654 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4133 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 64.9673 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4149 , cls_11 , 0.0000 , 0.0840 , 0.0055 , 5490196.0784 , 1.5556 , 0.8795 , 0.5916 , 0.5490 , 0.0000 , 0.0000 , 0.0000 , 48.6099 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4153 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 22.8910 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4155 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.9501 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4159 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 8.9462 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4166 , cls_11 , 0.0000 , 0.1620 , 0.0096 , 3461538.4615 , 1.8000 , 0.8364 , 0.6280 , 0.7179 , 0.0000 , 0.0000 , 0.0000 , 28.5743 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4167 , cls_11 , 0.0000 , 0.4620 , 0.0187 , 4207650.2732 , 3.3478 , 0.6335 , 0.7610 , 0.6475 , 0.0000 , 0.0000 , 0.0000 , 45.0887 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4174 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 10.6652 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4180 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 4615384.6154 , 1.1250 , 0.9510 , 0.5132 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 18.4023 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4181 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 7.6752 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4183 , cls_11 , 0.0000 , 0.0720 , 0.0064 , 4444444.4444 , 1.3333 , 0.9206 , 0.6903 , 0.6204 , 0.0000 , 0.0000 , 0.0000 , 26.4322 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4187 , cls_11 , 0.0000 , 0.0540 , 0.0037 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 304.1265 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4194 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 24.5962 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4195 , cls_11 , 0.0000 , 0.1320 , 0.0103 , 7719298.2456 , 2.4444 , 0.7866 , 0.8365 , 0.3947 , 0.0000 , 0.0000 , 0.0000 , 34.5788 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4198 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.7419 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4204 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 50.0774 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4209 , cls_11 , 0.0000 , 0.0540 , 0.0038 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 11.6664 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4210 , cls_11 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 12.3207 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4211 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 13.5563 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4222 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.8066 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4224 , cls_11 , 0.0000 , 0.0600 , 0.0051 , 5555555.5556 , 1.4286 , 0.9196 , 0.7062 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 13.6057 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4225 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.3639 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4246 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.6802 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4256 , cls_11 , 0.0000 , 0.4080 , 0.0186 , 3976608.1871 , 3.0909 , 0.6634 , 0.7514 , 0.6827 , 0.0000 , 0.0000 , 0.0000 , 29.4118 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4260 , cls_11 , 0.0000 , 0.0960 , 0.0049 , 7619047.6190 , 2.0000 , 0.8307 , 0.4757 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 22.3337 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4265 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 82.8421 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4268 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 43.1360 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4269 , cls_11 , 0.0000 , 0.0840 , 0.0062 , 6222222.2222 , 1.7500 , 0.8671 , 0.7671 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 16.2657 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4271 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.5460 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4280 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 32.5185 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4285 , cls_11 , 0.0000 , 0.0960 , 0.0072 , 5614035.0877 , 1.7778 , 0.8600 , 0.7718 , 0.5526 , 0.0000 , 0.0000 , 0.0000 , 18.4407 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4287 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.0187 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4296 , cls_11 , 0.0000 , 0.1020 , 0.0083 , 4722222.2222 , 1.7000 , 0.8694 , 0.8234 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 48.8719 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4339 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 39.3751 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4347 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 37.6594 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4353 , cls_11 , 0.0000 , 0.1500 , 0.0096 , 4629629.6296 , 2.0833 , 0.8173 , 0.6082 , 0.6204 , 0.0000 , 0.0000 , 0.0000 , 15.1768 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4365 , cls_11 , 0.0000 , 0.0720 , 0.0053 , 8888888.8889 , 2.0000 , 0.8529 , 0.7453 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 19.1951 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4366 , cls_11 , 0.0000 , 0.1080 , 0.0063 , 6315789.4737 , 2.0000 , 0.8328 , 0.5829 , 0.4649 , 0.0000 , 0.0000 , 0.0000 , 11.0041 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4369 , cls_11 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 50.1906 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4382 , cls_11 , 0.0000 , 0.0480 , 0.0051 , 7619047.6190 , 1.3333 , 0.9145 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 14.5810 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4385 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 23.6518 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4387 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2955 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4411 , cls_11 , 0.0000 , 0.0720 , 0.0047 , 6666666.6667 , 1.7143 , 0.8797 , 0.5225 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 11.6096 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4414 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 10.5244 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4416 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5593 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 6.6970 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4417 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.2543 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4426 , cls_11 , 0.0000 , 0.1260 , 0.0078 , 4242424.2424 , 1.7500 , 0.8515 , 0.6409 , 0.6515 , 0.0000 , 0.0000 , 0.0000 , 11.6229 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4450 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 18.2532 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4452 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 16.9458 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4455 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 243.8568 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4456 , cls_11 , 0.0000 , 0.0720 , 0.0063 , 8000000.0000 , 1.7143 , 0.8625 , 0.8128 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 46.6519 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4462 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5248 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4476 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 31.6171 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4477 , cls_11 , 0.0000 , 0.1140 , 0.0084 , 8444444.4444 , 2.3750 , 0.7986 , 0.8606 , 0.3556 , 0.0000 , 0.0000 , 0.0000 , 19.7261 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4489 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.5268 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4510 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.8059 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4512 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 19.5322 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4527 , cls_11 , 0.0000 , 0.0720 , 0.0053 , 5714285.7143 , 1.5000 , 0.8948 , 0.6927 , 0.5357 , 0.0000 , 0.0000 , 0.0000 , 13.8923 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4528 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.6723 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4534 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4820 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4541 , cls_11 , 0.0000 , 0.0480 , 0.0044 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.0458 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4548 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 8571428.5714 , 1.5000 , 0.8902 , 0.7591 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 12.4220 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4561 , cls_11 , 0.0000 , 0.1560 , 0.0096 , 5252525.2525 , 2.1667 , 0.7989 , 0.6378 , 0.5758 , 0.0000 , 0.0000 , 0.0000 , 12.2373 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4575 , cls_11 , 0.0000 , 0.1140 , 0.0084 , 6666666.6667 , 2.1111 , 0.8204 , 0.7932 , 0.4649 , 0.0000 , 0.0000 , 0.0000 , 13.0359 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4578 , cls_11 , 0.0000 , 0.0780 , 0.0059 , 6190476.1905 , 1.6250 , 0.8770 , 0.7078 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 243.0199 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4600 , cls_11 , 0.0000 , 0.0600 , 0.0048 , 5555555.5556 , 1.4286 , 0.9196 , 0.6944 , 0.5278 , 0.0000 , 0.0000 , 0.0000 , 27.5415 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4603 , cls_11 , 0.0000 , 0.0540 , 0.0036 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.1029 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4605 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.8267 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4609 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 14.3792 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4612 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.3228 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4613 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 19.4086 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4614 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.1223 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4618 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 30.4709 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4631 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 8571428.5714 , 1.5000 , 0.8902 , 0.7591 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 22.6010 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4638 , cls_11 , 0.0000 , 0.0480 , 0.0046 , 7619047.6190 , 1.3333 , 0.9145 , 0.7772 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 18.3461 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4644 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.8838 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4667 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.0974 , 0.0335 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4670 , cls_11 , 0.0000 , 0.2460 , 0.0136 , 3961352.6570 , 2.4118 , 0.7553 , 0.7511 , 0.6812 , 0.0000 , 0.0000 , 0.0000 , 13.3741 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4673 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 4615384.6154 , 1.1250 , 0.9510 , 0.5132 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 20.2341 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4674 , cls_11 , 0.0000 , 0.0420 , 0.0039 , 5185185.1852 , 1.1667 , 0.9673 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 21.5609 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4675 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 15.9248 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4678 , cls_11 , 0.0000 , 0.1380 , 0.0104 , 4791666.6667 , 1.9167 , 0.8259 , 0.7798 , 0.5938 , 0.0000 , 0.0000 , 0.0000 , 37.8074 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4680 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 6000000.0000 , 1.2857 , 0.9243 , 0.7170 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 4.4730 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4681 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1557 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4683 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.9330 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4690 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 61.8969 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4692 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.8161 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4693 , cls_11 , 0.0000 , 0.1860 , 0.0088 , 4305555.5556 , 2.2143 , 0.7921 , 0.6405 , 0.6458 , 0.0000 , 0.0000 , 0.0000 , 15.8809 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4703 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 9.2955 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4705 , cls_11 , 0.0000 , 0.0900 , 0.0062 , 5000000.0000 , 1.6667 , 0.8801 , 0.6894 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 11.3885 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4739 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 6000000.0000 , 1.2857 , 0.9243 , 0.6894 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 18.7241 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4741 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 14.9354 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4742 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 5333333.3333 , 1.1429 , 0.9495 , 0.4907 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 11.0137 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4745 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.7479 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4753 , cls_11 , 0.0000 , 0.1260 , 0.0090 , 5600000.0000 , 2.1000 , 0.8233 , 0.7864 , 0.5267 , 0.0000 , 0.0000 , 0.0000 , 3.9329 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4755 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.5735 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4762 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.2207 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4785 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.0506 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4788 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.9444 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4789 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.2301 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4790 , cls_11 , 0.0000 , 0.0900 , 0.0056 , 5555555.5556 , 1.6667 , 0.8694 , 0.6474 , 0.5463 , 0.0000 , 0.0000 , 0.0000 , 26.2397 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4792 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.2524 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4795 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.2273 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4809 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.8201 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4814 , cls_11 , 0.0000 , 0.1080 , 0.0076 , 5714285.7143 , 1.8000 , 0.8426 , 0.7353 , 0.5159 , 0.0000 , 0.0000 , 0.0000 , 16.9108 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4816 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.9476 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4818 , cls_11 , 0.0000 , 0.1380 , 0.0081 , 5287356.3218 , 2.0909 , 0.8161 , 0.7748 , 0.5747 , 0.0000 , 0.0000 , 0.0000 , 15.6765 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4821 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5093 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4836 , cls_11 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 21.0391 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4838 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.5416 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 45.8743 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4843 , cls_11 , 0.0000 , 0.0900 , 0.0063 , 5263157.8947 , 1.6667 , 0.8749 , 0.7312 , 0.5702 , 0.0000 , 0.0000 , 0.0000 , 17.3183 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4851 , cls_11 , 0.0000 , 0.0600 , 0.0053 , 6060606.0606 , 1.4286 , 0.9110 , 0.7357 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 3.3213 , 0.0421 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4854 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.9736 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4865 , cls_11 , 0.0000 , 0.1320 , 0.0077 , 6376811.5942 , 2.2000 , 0.8043 , 0.7184 , 0.5217 , 0.0000 , 0.0000 , 0.0000 , 21.2795 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4874 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 22.1020 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4882 , cls_11 , 0.0000 , 0.2160 , 0.0110 , 4285714.2857 , 2.4000 , 0.7688 , 0.7041 , 0.6458 , 0.0000 , 0.0000 , 0.0000 , 20.8003 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4896 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.8868 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4901 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.0900 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4906 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 16.7342 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4908 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4879 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4918 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 5333333.3333 , 1.1429 , 0.9495 , 0.5609 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 2.9286 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4924 , cls_11 , 0.0000 , 0.0720 , 0.0050 , 6153846.1538 , 1.5000 , 0.8875 , 0.6877 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 13.8193 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4926 , cls_11 , 0.0000 , 0.0720 , 0.0065 , 8888888.8889 , 2.0000 , 0.8529 , 0.8430 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.3034 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4930 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.6869 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4946 , cls_11 , 0.0000 , 0.0840 , 0.0053 , 7777777.7778 , 2.0000 , 0.8460 , 0.7117 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 47.9455 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4948 , cls_11 , 0.0000 , 0.6960 , 0.0267 , 5087719.2982 , 4.6400 , 0.5304 , 0.8134 , 0.5855 , 0.0000 , 0.0000 , 0.0000 , 20.5153 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4951 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 27.4717 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4957 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5850 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4964 , cls_11 , 0.0000 , 0.6360 , 0.0225 , 6253687.3156 , 4.8182 , 0.5337 , 0.8509 , 0.5029 , 0.0000 , 0.0000 , 0.0000 , 45.4294 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4966 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 15.3542 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4977 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 6.7200 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4980 , cls_11 , 0.0000 , 0.0480 , 0.0045 , 7619047.6190 , 1.3333 , 0.9145 , 0.7591 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7777 , 0.0469 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4993 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.2798 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5002 , cls_11 , 0.0000 , 0.1440 , 0.0090 , 5517241.3793 , 2.1818 , 0.8058 , 0.7046 , 0.5402 , 0.0000 , 0.0000 , 0.0000 , 20.9426 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5011 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.2230 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5012 , cls_11 , 0.0000 , 0.0720 , 0.0051 , 5000000.0000 , 1.5000 , 0.9083 , 0.6488 , 0.5938 , 0.0000 , 0.0000 , 0.0000 , 9.3802 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5021 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.5711 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5027 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8224 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5042 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 9.7121 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5067 , cls_11 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 5.2415 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5068 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1843 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5085 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.6048 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 10.2212 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5107 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9154 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5111 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4700 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5121 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.0436 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5127 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.4244 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5131 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.7003 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5134 , cls_11 , 0.0000 , 0.1560 , 0.0093 , 4952380.9524 , 2.1667 , 0.8047 , 0.7703 , 0.6048 , 0.0000 , 0.0000 , 0.0000 , 9.2665 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5136 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 6.4150 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5144 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.4861 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5149 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.9153 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5169 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.5223 , 0.0228 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5172 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 10.9119 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5178 , cls_11 , 0.0000 , 0.1320 , 0.0102 , 5866666.6667 , 2.2000 , 0.8123 , 0.8498 , 0.5067 , 0.0000 , 0.0000 , 0.0000 , 8.9638 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5182 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.7368 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5193 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 9.6662 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5202 , cls_11 , 0.0000 , 0.0660 , 0.0042 , 8148148.1481 , 1.8333 , 0.8713 , 0.5593 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.7403 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5212 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.6792 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5214 , cls_11 , 0.0000 , 0.0540 , 0.0040 , 6666666.6667 , 1.5000 , 0.9139 , 0.6419 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 3.3552 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5217 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.6337 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5219 , cls_11 , 0.0000 , 0.1080 , 0.0073 , 4285714.2857 , 1.6364 , 0.8718 , 0.6572 , 0.6310 , 0.0000 , 0.0000 , 0.0000 , 4.7350 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5221 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6610 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5225 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 39.9158 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5253 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 35.8467 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5254 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 38.0148 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5268 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8879 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5278 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.2356 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5280 , cls_11 , 0.0000 , 0.0660 , 0.0053 , 7333333.3333 , 1.5714 , 0.8812 , 0.7170 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 10.5182 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5281 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.6154 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5294 , cls_11 , 0.0000 , 0.1980 , 0.0099 , 5641025.6410 , 2.5385 , 0.7557 , 0.6837 , 0.5299 , 0.0000 , 0.0000 , 0.0000 , 35.4255 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5296 , cls_11 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 16.3860 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5297 , cls_11 , 0.0000 , 0.1500 , 0.0088 , 5747126.4368 , 2.2727 , 0.7959 , 0.7160 , 0.5115 , 0.0000 , 0.0000 , 0.0000 , 23.0335 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5298 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.6951 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5299 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6231 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5308 , cls_11 , 0.0000 , 0.1020 , 0.0065 , 6666666.6667 , 1.8889 , 0.8353 , 0.7075 , 0.4608 , 0.0000 , 0.0000 , 0.0000 , 12.7116 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5332 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 14.1085 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5335 , cls_11 , 0.0000 , 0.0480 , 0.0043 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.8990 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5339 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8765 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5346 , cls_11 , 0.0000 , 0.0720 , 0.0054 , 8000000.0000 , 1.7143 , 0.8625 , 0.7598 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 15.7872 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5356 , cls_11 , 0.0000 , 0.1320 , 0.0111 , 5641025.6410 , 2.0000 , 0.8161 , 0.8554 , 0.5192 , 0.0000 , 0.0000 , 0.0000 , 23.4562 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5357 , cls_11 , 0.0000 , 0.1980 , 0.0110 , 3928571.4286 , 2.2000 , 0.7917 , 0.7148 , 0.6726 , 0.0000 , 0.0000 , 0.0000 , 18.5726 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5361 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1041 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5366 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 7619047.6190 , 1.3333 , 0.9145 , 0.6572 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 8.4494 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5371 , cls_11 , 0.0000 , 0.6360 , 0.0230 , 3113069.0162 , 3.4194 , 0.5938 , 0.6838 , 0.7401 , 0.0000 , 0.0000 , 0.0000 , 52.1422 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5377 , cls_11 , 0.0000 , 0.0660 , 0.0046 , 5238095.2381 , 1.3750 , 0.9142 , 0.4757 , 0.5595 , 0.0000 , 0.0000 , 0.0000 , 3.6773 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5378 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 6.6080 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5388 , cls_11 , 0.0000 , 0.0660 , 0.0046 , 6111111.1111 , 1.5714 , 0.8988 , 0.5506 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.2972 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5397 , cls_11 , 0.0000 , 0.0540 , 0.0042 , 6666666.6667 , 1.5000 , 0.9139 , 0.7205 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 4.5498 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5407 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.0408 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5417 , cls_11 , 0.0000 , 0.1920 , 0.0119 , 4637681.1594 , 2.2857 , 0.7796 , 0.7756 , 0.6123 , 0.0000 , 0.0000 , 0.0000 , 98.4303 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5431 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.1720 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5435 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.0055 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5438 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2559 , 0.0335 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5447 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 53.0543 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5456 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.1093 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5459 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.4468 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5475 , cls_11 , 0.0000 , 0.0900 , 0.0064 , 5000000.0000 , 1.6667 , 0.8801 , 0.7170 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 8.8717 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5478 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.2119 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5483 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 43.6112 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5485 , cls_11 , 0.0000 , 0.1620 , 0.0116 , 3272727.2727 , 1.8000 , 0.8426 , 0.7704 , 0.7242 , 0.0000 , 0.0000 , 0.0000 , 56.8164 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5489 , cls_11 , 0.0000 , 0.0900 , 0.0064 , 5263157.8947 , 1.6667 , 0.8749 , 0.6686 , 0.5614 , 0.0000 , 0.0000 , 0.0000 , 11.4141 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5494 , cls_11 , 0.0000 , 0.0720 , 0.0051 , 10000000.0000 , 2.0000 , 0.8423 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.3358 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5509 , cls_11 , 0.0000 , 0.1140 , 0.0091 , 5757575.7576 , 1.9000 , 0.8345 , 0.8342 , 0.5076 , 0.0000 , 0.0000 , 0.0000 , 43.8825 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5516 , cls_11 , 0.0000 , 0.4680 , 0.0197 , 3537414.9660 , 3.1200 , 0.6474 , 0.7625 , 0.7075 , 0.0000 , 0.0000 , 0.0000 , 36.1684 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5525 , cls_11 , 0.0000 , 0.1260 , 0.0080 , 4375000.0000 , 1.7500 , 0.8483 , 0.6740 , 0.6406 , 0.0000 , 0.0000 , 0.0000 , 10.1710 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5535 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.6109 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5536 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.3699 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5541 , cls_11 , 0.0000 , 0.2160 , 0.0125 , 4615384.6154 , 2.4000 , 0.7614 , 0.7963 , 0.6186 , 0.0000 , 0.0000 , 0.0000 , 17.7945 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5546 , cls_11 , 0.0000 , 0.1620 , 0.0095 , 3600000.0000 , 1.8000 , 0.8322 , 0.5026 , 0.6967 , 0.0000 , 0.0000 , 0.0000 , 66.3364 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5553 , cls_11 , 0.0000 , 0.0480 , 0.0035 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 24.4546 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5562 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 3.5470 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5564 , cls_11 , 0.0000 , 0.0480 , 0.0032 , 8888888.8889 , 1.6000 , 0.9002 , 0.5506 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.3570 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5565 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8796 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5566 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1425 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5579 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 9.0481 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5582 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.0341 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5590 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3021 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5599 , cls_11 , 0.0000 , 0.0540 , 0.0037 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.4835 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5607 , cls_11 , 0.0000 , 0.6720 , 0.0241 , 4080145.7195 , 4.0000 , 0.5567 , 0.8110 , 0.6794 , 0.0000 , 0.0000 , 0.0000 , 33.5380 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5611 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 15.7618 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5614 , cls_11 , 0.0000 , 0.0540 , 0.0041 , 5454545.4545 , 1.2857 , 0.9338 , 0.5170 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 6.6179 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5619 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.7634 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5621 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.7645 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5632 , cls_11 , 0.0000 , 0.3180 , 0.0174 , 3099415.2047 , 2.4091 , 0.7358 , 0.7881 , 0.7442 , 0.0000 , 0.0000 , 0.0000 , 32.3507 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5635 , cls_11 , 0.0000 , 0.1800 , 0.0119 , 3636363.6364 , 2.0000 , 0.8149 , 0.7940 , 0.6909 , 0.0000 , 0.0000 , 0.0000 , 9.9200 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5648 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.2627 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5653 , cls_11 , 0.0000 , 0.1140 , 0.0081 , 6333333.3333 , 2.1111 , 0.8252 , 0.7963 , 0.4917 , 0.0000 , 0.0000 , 0.0000 , 3.4780 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5661 , cls_11 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 68.4619 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5662 , cls_11 , 0.0000 , 0.2160 , 0.0107 , 5581395.3488 , 2.5714 , 0.7430 , 0.7329 , 0.5504 , 0.0000 , 0.0000 , 0.0000 , 49.0672 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5665 , cls_11 , 0.0000 , 0.1260 , 0.0087 , 3500000.0000 , 1.6154 , 0.8721 , 0.6512 , 0.7083 , 0.0000 , 0.0000 , 0.0000 , 3.6197 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5667 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 19.0338 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5712 , cls_11 , 0.0000 , 0.2040 , 0.0093 , 7083333.3333 , 2.8333 , 0.7301 , 0.7026 , 0.4427 , 0.0000 , 0.0000 , 0.0000 , 65.1966 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5718 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5744 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5720 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6257 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5736 , cls_11 , 0.0000 , 0.0540 , 0.0042 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 5.1764 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5754 , cls_11 , 0.0000 , 0.1200 , 0.0073 , 7017543.8596 , 2.2222 , 0.8085 , 0.7282 , 0.4561 , 0.0000 , 0.0000 , 0.0000 , 70.2529 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5766 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5888 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5778 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 55.5748 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5785 , cls_11 , 0.0000 , 0.0540 , 0.0052 , 7500000.0000 , 1.5000 , 0.9026 , 0.8078 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 23.5724 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5797 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.6681 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5798 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.9762 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5802 , cls_11 , 0.0000 , 0.0720 , 0.0066 , 7272727.2727 , 1.7143 , 0.8714 , 0.8352 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 48.0288 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5810 , cls_11 , 0.0000 , 0.3660 , 0.0185 , 5495495.4955 , 3.3889 , 0.6539 , 0.8723 , 0.5338 , 0.0000 , 0.0000 , 0.0000 , 22.2171 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5823 , cls_11 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 16.8779 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5830 , cls_11 , 0.0000 , 0.1560 , 0.0092 , 4561403.5088 , 2.0000 , 0.8130 , 0.6220 , 0.6009 , 0.0000 , 0.0000 , 0.0000 , 25.6793 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5835 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 11.7490 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5859 , cls_11 , 0.0000 , 0.0660 , 0.0048 , 4313725.4902 , 1.2222 , 0.9344 , 0.4589 , 0.6471 , 0.0000 , 0.0000 , 0.0000 , 31.1104 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5863 , cls_11 , 0.0000 , 0.2520 , 0.0120 , 5714285.7143 , 3.0000 , 0.7156 , 0.7177 , 0.5272 , 0.0000 , 0.0000 , 0.0000 , 25.8796 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5866 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 22.9228 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5868 , cls_11 , 0.0000 , 0.0480 , 0.0034 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 4.4753 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5872 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.2969 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5879 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.4432 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5882 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 13.0374 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5887 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 21.5213 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5903 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.4107 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5905 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.1153 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5909 , cls_11 , 0.0000 , 0.2220 , 0.0115 , 4743589.7436 , 2.4667 , 0.7542 , 0.7644 , 0.6058 , 0.0000 , 0.0000 , 0.0000 , 16.8322 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5910 , cls_11 , 0.0000 , 0.0660 , 0.0039 , 9166666.6667 , 1.8333 , 0.8606 , 0.5926 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 39.8178 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5911 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 18.8437 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5914 , cls_11 , 0.0000 , 0.0660 , 0.0045 , 5238095.2381 , 1.3750 , 0.9142 , 0.4757 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 25.5061 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5919 , cls_11 , 0.0000 , 0.0600 , 0.0040 , 8333333.3333 , 1.6667 , 0.8805 , 0.6082 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 21.0138 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5928 , cls_11 , 0.0000 , 0.1380 , 0.0078 , 6969696.9697 , 2.3000 , 0.7897 , 0.7585 , 0.4924 , 0.0000 , 0.0000 , 0.0000 , 62.2860 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5943 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 32.4209 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5945 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.2429 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5946 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2612 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5956 , cls_11 , 0.0000 , 0.1560 , 0.0101 , 2587064.6766 , 1.5294 , 0.8752 , 0.5580 , 0.7761 , 0.0000 , 0.0000 , 0.0000 , 60.9770 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5957 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 73.0745 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5960 , cls_11 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.7215 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 9.8079 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5964 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 43.4142 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5967 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 12.4978 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5972 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.9384 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5974 , cls_11 , 0.0000 , 0.1500 , 0.0096 , 6172839.5062 , 2.2727 , 0.7891 , 0.7851 , 0.4938 , 0.0000 , 0.0000 , 0.0000 , 28.4317 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5977 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.0684 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5992 , cls_11 , 0.0000 , 0.9240 , 0.0296 , 4156545.2092 , 4.8125 , 0.4797 , 0.8255 , 0.6572 , 0.0000 , 0.0000 , 0.0000 , 31.7556 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5993 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 69.2227 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5996 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 22.5553 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6000 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 16.0498 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6002 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 9523809.5238 , 1.6667 , 0.8684 , 0.8019 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 15.0663 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6007 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.2492 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6008 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.3396 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6010 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.8901 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6016 , cls_11 , 0.0000 , 0.0840 , 0.0070 , 3333333.3333 , 1.2727 , 0.9325 , 0.5806 , 0.7143 , 0.0000 , 0.0000 , 0.0000 , 5.4571 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6018 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.7036 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6031 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.8985 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6033 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0311 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6035 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.7382 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6041 , cls_11 , 0.0000 , 0.0600 , 0.0042 , 6666666.6667 , 1.4286 , 0.9016 , 0.6255 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 12.8130 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6048 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 38.1869 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6052 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.1351 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6053 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2924 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6066 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 41.8007 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6070 , cls_11 , 0.0000 , 0.0480 , 0.0041 , 6666666.6667 , 1.3333 , 0.9273 , 0.7247 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 39.5205 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6078 , cls_11 , 0.0000 , 0.3540 , 0.0163 , 3608562.6911 , 2.8095 , 0.7001 , 0.7732 , 0.7064 , 0.0000 , 0.0000 , 0.0000 , 41.0603 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6086 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.5477 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6098 , cls_11 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 9.9369 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6104 , cls_11 , 0.0000 , 0.4080 , 0.0191 , 5528455.2846 , 3.5789 , 0.6331 , 0.8504 , 0.5528 , 0.0000 , 0.0000 , 0.0000 , 27.9146 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6111 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 30.4885 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6114 , cls_11 , 0.0000 , 0.1260 , 0.0085 , 7777777.7778 , 2.3333 , 0.7923 , 0.8166 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.4519 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6127 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 7.7685 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6135 , cls_11 , 0.0000 , 0.2640 , 0.0131 , 5751633.9869 , 2.9333 , 0.7072 , 0.7871 , 0.5425 , 0.0000 , 0.0000 , 0.0000 , 42.9548 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6139 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 13.4311 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6142 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7740 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6150 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.6254 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6153 , cls_11 , 0.0000 , 0.0780 , 0.0051 , 6666666.6667 , 1.6250 , 0.8698 , 0.6322 , 0.4744 , 0.0000 , 0.0000 , 0.0000 , 18.1033 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6160 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 11.8829 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6164 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0329 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6166 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.7873 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6181 , cls_11 , 0.0000 , 0.0600 , 0.0046 , 5555555.5556 , 1.4286 , 0.9196 , 0.6180 , 0.5278 , 0.0000 , 0.0000 , 0.0000 , 7.1399 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6183 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 20.5393 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6194 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.3419 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6213 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 16.9011 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6215 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5107 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6218 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.2176 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6230 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 57.3776 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6240 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 22.6431 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6255 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.7844 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6257 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.1978 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6271 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.9317 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6273 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.5194 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6274 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.8284 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6277 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.4241 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6279 , cls_11 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 6.1103 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6280 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7247 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 5.0045 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6289 , cls_11 , 0.0000 , 0.1200 , 0.0067 , 8333333.3333 , 2.5000 , 0.7928 , 0.7921 , 0.3854 , 0.0000 , 0.0000 , 0.0000 , 12.3413 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6291 , cls_11 , 0.0000 , 0.1020 , 0.0082 , 5396825.3968 , 1.7000 , 0.8559 , 0.7911 , 0.5476 , 0.0000 , 0.0000 , 0.0000 , 21.7419 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6293 , cls_11 , 0.0000 , 0.0900 , 0.0060 , 8333333.3333 , 2.1429 , 0.8309 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 40.2703 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6294 , cls_11 , 0.0000 , 0.1200 , 0.0069 , 5555555.5556 , 2.0000 , 0.8309 , 0.6566 , 0.5486 , 0.0000 , 0.0000 , 0.0000 , 72.9727 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6299 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.4081 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6301 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.5137 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6311 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.5066 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6313 , cls_11 , 0.0000 , 0.1080 , 0.0081 , 8000000.0000 , 2.2500 , 0.8107 , 0.8164 , 0.3222 , 0.0000 , 0.0000 , 0.0000 , 9.1815 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6315 , cls_11 , 0.0000 , 0.1020 , 0.0063 , 6296296.2963 , 1.8889 , 0.8408 , 0.6243 , 0.4907 , 0.0000 , 0.0000 , 0.0000 , 30.8902 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6324 , cls_11 , 0.0000 , 0.0780 , 0.0060 , 7878787.8788 , 1.8571 , 0.8541 , 0.7199 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 7.2427 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6325 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.6242 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6328 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.5097 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6329 , cls_11 , 0.0000 , 0.0660 , 0.0046 , 10476190.4762 , 1.8333 , 0.8487 , 0.6927 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 8.6533 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6347 , cls_11 , 0.0000 , 0.0900 , 0.0069 , 5263157.8947 , 1.6667 , 0.8749 , 0.7312 , 0.5351 , 0.0000 , 0.0000 , 0.0000 , 12.4133 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6372 , cls_11 , 0.0000 , 0.0840 , 0.0075 , 3733333.3333 , 1.4000 , 0.9199 , 0.6718 , 0.6733 , 0.0000 , 0.0000 , 0.0000 , 15.8292 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6373 , cls_11 , 0.0000 , 0.0720 , 0.0045 , 7272727.2727 , 1.7143 , 0.8714 , 0.5170 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 11.0139 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6389 , cls_11 , 0.0000 , 0.0660 , 0.0058 , 10476190.4762 , 1.8333 , 0.8487 , 0.8318 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 7.3613 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6391 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.6400 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6392 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.4534 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6395 , cls_11 , 0.0000 , 0.0960 , 0.0057 , 5925925.9259 , 1.7778 , 0.8547 , 0.6243 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 6.9883 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6400 , cls_11 , 0.0000 , 0.0660 , 0.0053 , 4583333.3333 , 1.3750 , 0.9280 , 0.6156 , 0.6146 , 0.0000 , 0.0000 , 0.0000 , 11.6943 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6401 , cls_11 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 26.5804 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6414 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.1182 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6417 , cls_11 , 0.0000 , 0.0600 , 0.0042 , 6666666.6667 , 1.4286 , 0.9016 , 0.6021 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 23.6085 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6422 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.3903 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6425 , cls_11 , 0.0000 , 0.1260 , 0.0066 , 7000000.0000 , 2.3333 , 0.8020 , 0.7375 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 5.9358 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6431 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1051 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6451 , cls_11 , 0.0000 , 0.0600 , 0.0041 , 7407407.4074 , 1.6667 , 0.8916 , 0.6048 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 13.8329 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6453 , cls_11 , 0.0000 , 0.0540 , 0.0048 , 8571428.5714 , 1.5000 , 0.8902 , 0.7591 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 16.1276 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6460 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.0201 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6465 , cls_11 , 0.0000 , 0.0720 , 0.0049 , 6153846.1538 , 1.5000 , 0.8875 , 0.6322 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 14.5221 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6486 , cls_11 , 0.0000 , 0.0780 , 0.0052 , 6190476.1905 , 1.6250 , 0.8770 , 0.5652 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 29.6542 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6494 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2771 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6498 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5786 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6507 , cls_11 , 0.0000 , 0.1980 , 0.0172 , 4583333.3333 , 2.3571 , 0.7760 , 0.8897 , 0.6042 , 0.0000 , 0.0000 , 0.0000 , 17.4123 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6512 , cls_11 , 0.0000 , 0.1200 , 0.0095 , 4761904.7619 , 1.8182 , 0.8464 , 0.7890 , 0.6071 , 0.0000 , 0.0000 , 0.0000 , 9.7705 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6513 , cls_11 , 0.0000 , 0.1200 , 0.0100 , 4761904.7619 , 1.8182 , 0.8464 , 0.8162 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 9.1833 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6518 , cls_11 , 0.0000 , 0.0720 , 0.0050 , 8888888.8889 , 2.0000 , 0.8529 , 0.7135 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 9.1250 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6520 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 8.6168 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6526 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.2002 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6537 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 26.3990 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6538 , cls_11 , 0.0000 , 0.3960 , 0.0189 , 4230769.2308 , 3.1429 , 0.6632 , 0.8320 , 0.6474 , 0.0000 , 0.0000 , 0.0000 , 26.6743 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6541 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.2338 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6543 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.6962 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6544 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 5454545.4545 , 1.2857 , 0.9338 , 0.4398 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 18.1689 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6547 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.5090 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6573 , cls_11 , 0.0000 , 0.3240 , 0.0125 , 5142857.1429 , 3.1765 , 0.6821 , 0.6347 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 10.8638 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6586 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.6299 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6596 , cls_11 , 0.0000 , 0.1740 , 0.0095 , 6666666.6667 , 2.6364 , 0.7599 , 0.7692 , 0.4885 , 0.0000 , 0.0000 , 0.0000 , 14.3047 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6599 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 15.6756 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6609 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 24.2637 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6610 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 32.1714 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6611 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.0894 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6612 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.7115 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6613 , cls_11 , 0.0000 , 0.2460 , 0.0148 , 3904761.9048 , 2.4118 , 0.7568 , 0.7883 , 0.6714 , 0.0000 , 0.0000 , 0.0000 , 22.4507 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6614 , cls_11 , 0.0000 , 0.1320 , 0.0083 , 5641025.6410 , 2.0000 , 0.8161 , 0.6587 , 0.5256 , 0.0000 , 0.0000 , 0.0000 , 23.2815 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6618 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.6128 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6635 , cls_11 , 0.0000 , 0.0780 , 0.0049 , 6666666.6667 , 1.6250 , 0.8698 , 0.6322 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 36.1248 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6646 , cls_11 , 0.0000 , 0.0780 , 0.0049 , 6666666.6667 , 1.6250 , 0.8698 , 0.5963 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 4.8553 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6648 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 11.8821 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6649 , cls_11 , 0.0000 , 0.0960 , 0.0059 , 8205128.2051 , 2.0000 , 0.8239 , 0.6689 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.9697 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6652 , cls_11 , 0.0000 , 0.0900 , 0.0071 , 4347826.0870 , 1.5000 , 0.8946 , 0.6746 , 0.6304 , 0.0000 , 0.0000 , 0.0000 , 3.9040 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6655 , cls_11 , 0.0000 , 0.4380 , 0.0150 , 5347985.3480 , 3.6500 , 0.6224 , 0.7014 , 0.5788 , 0.0000 , 0.0000 , 0.0000 , 11.8721 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6668 , cls_11 , 0.0000 , 0.0720 , 0.0059 , 7272727.2727 , 1.7143 , 0.8714 , 0.7585 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 13.1094 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6671 , cls_11 , 0.0000 , 0.0540 , 0.0045 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 8.7329 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6672 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6907 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6681 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.4372 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6693 , cls_11 , 0.0000 , 0.1920 , 0.0111 , 5925925.9259 , 2.6667 , 0.7559 , 0.8041 , 0.5093 , 0.0000 , 0.0000 , 0.0000 , 38.9044 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6702 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.9239 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6721 , cls_11 , 0.0000 , 0.0480 , 0.0041 , 4444444.4444 , 1.1429 , 0.9685 , 0.5506 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 3.9874 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6731 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.1212 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6733 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 6060606.0606 , 1.4286 , 0.9110 , 0.7357 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 10.7849 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6737 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.3850 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6740 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.3691 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6752 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 5185185.1852 , 1.1667 , 0.9673 , 0.4270 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 13.0685 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6761 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 32.4185 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6762 , cls_11 , 0.0000 , 0.0780 , 0.0062 , 7878787.8788 , 1.8571 , 0.8541 , 0.8352 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 8.8704 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6764 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.7004 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6770 , cls_11 , 0.0000 , 0.0840 , 0.0072 , 6666666.6667 , 1.7500 , 0.8605 , 0.7826 , 0.4405 , 0.0000 , 0.0000 , 0.0000 , 37.2521 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6778 , cls_11 , 0.0000 , 0.0720 , 0.0054 , 6666666.6667 , 1.7143 , 0.8797 , 0.6605 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 4.5275 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6781 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.2594 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6782 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4714 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6787 , cls_11 , 0.0000 , 0.0480 , 0.0042 , 6666666.6667 , 1.3333 , 0.9273 , 0.6817 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.6022 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6798 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 48.5413 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6799 , cls_11 , 0.0000 , 1.0620 , 0.0462 , 3699059.5611 , 4.9167 , 0.4531 , 0.9011 , 0.6949 , 0.0000 , 0.0000 , 0.0000 , 56.3247 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6830 , cls_11 , 0.0000 , 0.0540 , 0.0051 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 12.9491 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6831 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6000 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6838 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5600 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6839 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 6000000.0000 , 1.2857 , 0.9243 , 0.6817 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 10.1596 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6843 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 31.8053 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6849 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 21.6664 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6851 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 5454545.4545 , 1.2857 , 0.9338 , 0.6584 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 6.9821 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6853 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 28.0339 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6857 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 25.2124 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6861 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 70.0396 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6870 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.2167 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6878 , cls_11 , 0.0000 , 0.1500 , 0.0085 , 7246376.8116 , 2.5000 , 0.7741 , 0.6981 , 0.4275 , 0.0000 , 0.0000 , 0.0000 , 8.4430 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6879 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.7028 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6881 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.0211 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6886 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 21.8052 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6889 , cls_11 , 0.0000 , 0.0720 , 0.0046 , 8000000.0000 , 1.7143 , 0.8625 , 0.6255 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 16.9430 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6893 , cls_11 , 0.0000 , 0.3840 , 0.0162 , 6095238.0952 , 3.7647 , 0.6359 , 0.8576 , 0.5310 , 0.0000 , 0.0000 , 0.0000 , 22.0794 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6898 , cls_11 , 0.0000 , 0.0720 , 0.0069 , 8888888.8889 , 2.0000 , 0.8529 , 0.8603 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 5.3405 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6916 , cls_11 , 0.0000 , 0.0780 , 0.0047 , 7878787.8788 , 1.8571 , 0.8541 , 0.6498 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 4.9802 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6919 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0622 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6923 , cls_11 , 0.0000 , 0.0780 , 0.0056 , 7878787.8788 , 1.8571 , 0.8541 , 0.5881 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 14.0729 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6924 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 10.3127 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6925 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.9788 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6926 , cls_11 , 0.0000 , 0.3120 , 0.0157 , 4502164.5022 , 2.8889 , 0.7014 , 0.7999 , 0.6234 , 0.0000 , 0.0000 , 0.0000 , 24.9465 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6943 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.5844 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6960 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.7426 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6963 , cls_11 , 0.0000 , 0.0900 , 0.0068 , 9090909.0909 , 2.1429 , 0.8230 , 0.8081 , 0.3030 , 0.0000 , 0.0000 , 0.0000 , 15.3735 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6966 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.4434 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6968 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.2078 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6982 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2811 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6986 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9481 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6990 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 26.9269 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6997 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.3073 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7016 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6279 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7017 , cls_11 , 0.0000 , 0.1380 , 0.0082 , 4791666.6667 , 1.9167 , 0.8259 , 0.6082 , 0.5990 , 0.0000 , 0.0000 , 0.0000 , 35.1879 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7024 , cls_11 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 9.9531 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7039 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.9747 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7041 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8216 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7045 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.9641 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7048 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 8.5908 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7049 , cls_11 , 0.0000 , 0.3840 , 0.0208 , 3440860.2151 , 2.7826 , 0.6894 , 0.8075 , 0.7177 , 0.0000 , 0.0000 , 0.0000 , 28.3011 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7081 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.3718 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7085 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.9249 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7086 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.8073 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7091 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0999 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7092 , cls_11 , 0.0000 , 0.1860 , 0.0102 , 5585585.5856 , 2.3846 , 0.7664 , 0.7839 , 0.5495 , 0.0000 , 0.0000 , 0.0000 , 12.2828 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7100 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.6001 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7101 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 5.9365 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7105 , cls_11 , 0.0000 , 0.0600 , 0.0045 , 5128205.1282 , 1.2500 , 0.9278 , 0.5862 , 0.5897 , 0.0000 , 0.0000 , 0.0000 , 5.1961 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7108 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2030 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7110 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9593 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7126 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8084 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7144 , cls_11 , 0.0000 , 0.0720 , 0.0066 , 8888888.8889 , 2.0000 , 0.8529 , 0.8430 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 7.1172 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7146 , cls_11 , 0.0000 , 0.1260 , 0.0080 , 6666666.6667 , 2.1000 , 0.8066 , 0.7695 , 0.4683 , 0.0000 , 0.0000 , 0.0000 , 19.1927 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7147 , cls_11 , 0.0000 , 0.0840 , 0.0059 , 4666666.6667 , 1.5556 , 0.8961 , 0.6817 , 0.6083 , 0.0000 , 0.0000 , 0.0000 , 7.8725 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7151 , cls_11 , 0.0000 , 0.0600 , 0.0040 , 6666666.6667 , 1.4286 , 0.9016 , 0.4907 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 8.3669 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7154 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.2318 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7165 , cls_11 , 0.0000 , 0.0540 , 0.0041 , 6666666.6667 , 1.5000 , 0.9139 , 0.6903 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 21.5430 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7171 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 5.6699 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7181 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 19.8385 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7185 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.0133 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7186 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.2329 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7191 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 5.9281 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7199 , cls_11 , 0.0000 , 0.0720 , 0.0054 , 4210526.3158 , 1.3333 , 0.9263 , 0.6731 , 0.6491 , 0.0000 , 0.0000 , 0.0000 , 26.6507 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7200 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.9900 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7208 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7660 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7210 , cls_11 , 0.0000 , 0.0720 , 0.0058 , 5714285.7143 , 1.5000 , 0.8948 , 0.6637 , 0.5119 , 0.0000 , 0.0000 , 0.0000 , 31.2856 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7211 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.4755 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7216 , cls_11 , 0.0000 , 0.1560 , 0.0100 , 5416666.6667 , 2.1667 , 0.7959 , 0.8012 , 0.5677 , 0.0000 , 0.0000 , 0.0000 , 13.2510 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7217 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.0456 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7219 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.0595 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7221 , cls_11 , 0.0000 , 0.1500 , 0.0089 , 6944444.4444 , 2.5000 , 0.7780 , 0.7555 , 0.4514 , 0.0000 , 0.0000 , 0.0000 , 22.1446 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7238 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.1523 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7243 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 37.0247 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7251 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4120 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7256 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.3208 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7257 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8029 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7258 , cls_11 , 0.0000 , 0.8400 , 0.0297 , 5333333.3333 , 5.1852 , 0.4837 , 0.8363 , 0.5648 , 0.0000 , 0.0000 , 0.0000 , 90.0799 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7268 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.3923 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7269 , cls_11 , 0.0000 , 0.1920 , 0.0093 , 5765765.7658 , 2.4615 , 0.7584 , 0.6561 , 0.5450 , 0.0000 , 0.0000 , 0.0000 , 34.0414 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7271 , cls_11 , 0.0000 , 0.0960 , 0.0063 , 6274509.8039 , 1.7778 , 0.8491 , 0.6994 , 0.4902 , 0.0000 , 0.0000 , 0.0000 , 13.6947 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7280 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 37.7733 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7300 , cls_11 , 0.0000 , 0.8580 , 0.0290 , 3310185.1852 , 4.2059 , 0.5170 , 0.6924 , 0.7228 , 0.0000 , 0.0000 , 0.0000 , 89.2441 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7313 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.7721 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7323 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.8627 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7324 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.8437 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7334 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4446 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7351 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.3379 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7357 , cls_11 , 0.0000 , 0.1320 , 0.0082 , 3859649.1228 , 1.6923 , 0.8549 , 0.5435 , 0.6842 , 0.0000 , 0.0000 , 0.0000 , 31.3105 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7359 , cls_11 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 6.1091 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7361 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5609 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7362 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.7363 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7363 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.5099 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7366 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.6419 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 7.7537 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7367 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7488 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7372 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 43.2305 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7379 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 17.2496 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7381 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 31.6406 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7386 , cls_11 , 0.0000 , 0.0480 , 0.0040 , 4848484.8485 , 1.1429 , 0.9594 , 0.5881 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 12.3581 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7389 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.8439 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7393 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0033 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7396 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 12.1681 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7412 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 27.0280 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7417 , cls_11 , 0.0000 , 0.0480 , 0.0033 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.6239 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7431 , cls_11 , 0.0000 , 0.1260 , 0.0088 , 6086956.5217 , 2.1000 , 0.8152 , 0.8170 , 0.5217 , 0.0000 , 0.0000 , 0.0000 , 13.9365 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7432 , cls_11 , 0.0000 , 0.2580 , 0.0151 , 4154589.3720 , 2.5294 , 0.7424 , 0.8012 , 0.6498 , 0.0000 , 0.0000 , 0.0000 , 8.8980 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7436 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4518 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7438 , cls_11 , 0.0000 , 0.0900 , 0.0075 , 6250000.0000 , 1.8750 , 0.8579 , 0.7736 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 11.1985 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7439 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 14.7466 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7449 , cls_11 , 0.0000 , 0.4380 , 0.0193 , 4506172.8395 , 3.4762 , 0.6378 , 0.8116 , 0.6265 , 0.0000 , 0.0000 , 0.0000 , 17.2171 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7450 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 16.6627 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7455 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.4749 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7457 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.7120 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7460 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 5925925.9259 , 1.3333 , 0.9389 , 0.6630 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 13.9669 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7466 , cls_11 , 0.0000 , 0.0600 , 0.0064 , 6666666.6667 , 1.4286 , 0.9016 , 0.8128 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 8.4064 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7467 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.3074 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7480 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 11.7367 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7482 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6184 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7484 , cls_11 , 0.0000 , 0.0540 , 0.0051 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 17.8412 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7501 , cls_11 , 0.0000 , 0.2580 , 0.0142 , 5972222.2222 , 3.0714 , 0.7076 , 0.8302 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 27.4322 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7506 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.0372 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7508 , cls_11 , 0.0000 , 0.2280 , 0.0138 , 5390070.9220 , 2.7143 , 0.7376 , 0.7870 , 0.5638 , 0.0000 , 0.0000 , 0.0000 , 30.6384 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7515 , cls_11 , 0.0000 , 0.2280 , 0.0119 , 7676767.6768 , 3.1667 , 0.7054 , 0.8099 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 21.7351 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7516 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.6359 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7517 , cls_11 , 0.0000 , 0.1020 , 0.0067 , 6666666.6667 , 1.8889 , 0.8353 , 0.7857 , 0.4510 , 0.0000 , 0.0000 , 0.0000 , 16.8454 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7518 , cls_11 , 0.0000 , 0.1260 , 0.0078 , 4117647.0588 , 1.7500 , 0.8546 , 0.6618 , 0.6569 , 0.0000 , 0.0000 , 0.0000 , 11.0969 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7522 , cls_11 , 0.0000 , 0.1320 , 0.0112 , 6376811.5942 , 2.2000 , 0.8043 , 0.8895 , 0.4638 , 0.0000 , 0.0000 , 0.0000 , 7.5544 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7523 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7217 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7531 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 11.8331 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7532 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 26.9956 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7535 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.3921 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7536 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.1341 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7539 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 27.6124 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7542 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.4779 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7543 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.2952 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7544 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 12.8553 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7545 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 16.0250 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7549 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.9653 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7550 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 14.2025 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7551 , cls_11 , 0.0000 , 0.1200 , 0.0073 , 4938271.6049 , 1.8182 , 0.8427 , 0.5703 , 0.5864 , 0.0000 , 0.0000 , 0.0000 , 12.6484 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7570 , cls_11 , 0.0000 , 0.0960 , 0.0065 , 5079365.0794 , 1.6000 , 0.8700 , 0.6739 , 0.5794 , 0.0000 , 0.0000 , 0.0000 , 22.4579 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7572 , cls_11 , 0.0000 , 0.0900 , 0.0064 , 7692307.6923 , 1.8750 , 0.8382 , 0.7146 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 29.7542 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7581 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.6048 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 5.7355 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7583 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.9944 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7586 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 54.9896 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7591 , cls_11 , 0.0000 , 0.1560 , 0.0117 , 4952380.9524 , 2.1667 , 0.8047 , 0.8318 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 36.3052 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7597 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.4317 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7598 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0478 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7602 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6989 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7609 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.7041 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7613 , cls_11 , 0.0000 , 0.0960 , 0.0059 , 8205128.2051 , 2.0000 , 0.8239 , 0.7146 , 0.3462 , 0.0000 , 0.0000 , 0.0000 , 15.1597 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7619 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 4444444.4444 , 1.2500 , 0.9427 , 0.5342 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 22.5558 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7620 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.2547 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7622 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 12000000.0000 , 1.8000 , 0.8603 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5442 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7623 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.0867 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7624 , cls_11 , 0.0000 , 0.0720 , 0.0046 , 6666666.6667 , 1.7143 , 0.8797 , 0.7062 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 6.8096 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7631 , cls_11 , 0.0000 , 0.1680 , 0.0132 , 4912280.7018 , 2.1538 , 0.7944 , 0.8278 , 0.5789 , 0.0000 , 0.0000 , 0.0000 , 24.4334 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7632 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 21.7660 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7639 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.4117 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7666 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.7816 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7667 , cls_11 , 0.0000 , 0.1980 , 0.0126 , 4680851.0638 , 2.3571 , 0.7739 , 0.8383 , 0.6099 , 0.0000 , 0.0000 , 0.0000 , 80.5810 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7668 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 19.5221 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7669 , cls_11 , 0.0000 , 0.0840 , 0.0050 , 9333333.3333 , 2.0000 , 0.8294 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 17.2434 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7670 , cls_11 , 0.0000 , 0.1080 , 0.0068 , 8000000.0000 , 2.2500 , 0.8107 , 0.7419 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 9.8554 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7671 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.5253 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7675 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.5816 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7679 , cls_11 , 0.0000 , 0.1500 , 0.0101 , 6944444.4444 , 2.5000 , 0.7780 , 0.8487 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.5083 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7680 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 49.2101 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7684 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 15.2921 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7687 , cls_11 , 0.0000 , 0.3540 , 0.0163 , 5462962.9630 , 3.4706 , 0.6605 , 0.7731 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 17.9129 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7692 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 10.5176 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7700 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 16.7320 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7707 , cls_11 , 0.0000 , 0.0480 , 0.0046 , 7619047.6190 , 1.3333 , 0.9145 , 0.7772 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.2324 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7708 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.1443 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7717 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 39.0992 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7718 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 14.5927 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7740 , cls_11 , 0.0000 , 0.0480 , 0.0041 , 6666666.6667 , 1.3333 , 0.9273 , 0.7247 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 12.5030 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7741 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7890 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7742 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.4345 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7748 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 77.5026 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7749 , cls_11 , 0.0000 , 0.4800 , 0.0171 , 4134366.9251 , 3.4783 , 0.6274 , 0.6773 , 0.6537 , 0.0000 , 0.0000 , 0.0000 , 39.2556 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7762 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 27.9907 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7764 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.2210 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7779 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.2280 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7795 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.2325 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7798 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.8847 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7807 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 48.3251 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7810 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 16.1760 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7812 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 4285714.2857 , 1.1250 , 0.9589 , 0.4757 , 0.6310 , 0.0000 , 0.0000 , 0.0000 , 6.5279 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7819 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.0289 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7822 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 39.3974 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7832 , cls_11 , 0.0000 , 0.0780 , 0.0055 , 5777777.7778 , 1.6250 , 0.8838 , 0.6707 , 0.5444 , 0.0000 , 0.0000 , 0.0000 , 35.3165 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7834 , cls_11 , 0.0000 , 0.1080 , 0.0081 , 6000000.0000 , 2.0000 , 0.8378 , 0.7963 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 16.2813 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7849 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 10.0899 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7855 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.8732 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7862 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.8378 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7868 , cls_11 , 0.0000 , 0.0600 , 0.0056 , 7407407.4074 , 1.6667 , 0.8916 , 0.7708 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 70.2782 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7869 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.6967 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7872 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.8765 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7881 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 17.1488 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7894 , cls_11 , 0.0000 , 0.0480 , 0.0040 , 5925925.9259 , 1.3333 , 0.9389 , 0.6630 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.8806 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7899 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 5.7862 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7902 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.6478 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7905 , cls_11 , 0.0000 , 1.1820 , 0.0293 , 4741275.5716 , 5.7941 , 0.4068 , 0.6808 , 0.6209 , 0.0000 , 0.0000 , 0.0000 , 29.6601 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7906 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.6933 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7907 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 8.6886 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7908 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.2045 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7913 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.8406 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7914 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.5374 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7915 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.3287 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7916 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.8595 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7928 , cls_11 , 0.0000 , 0.0780 , 0.0071 , 3939393.9394 , 1.3000 , 0.9235 , 0.6888 , 0.6439 , 0.0000 , 0.0000 , 0.0000 , 34.1775 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7929 , cls_11 , 0.0000 , 0.3600 , 0.0160 , 4597701.1494 , 3.1579 , 0.6733 , 0.8431 , 0.6322 , 0.0000 , 0.0000 , 0.0000 , 64.8396 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7937 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.6327 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7948 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.7799 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7949 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3199 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7950 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 8.6581 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7955 , cls_11 , 0.0000 , 0.2220 , 0.0107 , 4484848.4848 , 2.4667 , 0.7598 , 0.6697 , 0.6515 , 0.0000 , 0.0000 , 0.0000 , 29.9751 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7958 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.4732 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7974 , cls_11 , 0.0000 , 0.0720 , 0.0069 , 7272727.2727 , 1.7143 , 0.8714 , 0.8292 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 14.2009 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7976 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 10.9191 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7980 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.2907 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7981 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 64.5853 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7983 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 62.5286 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7998 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 5.6545 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8012 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.2721 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8018 , cls_11 , 0.0000 , 0.0600 , 0.0041 , 9523809.5238 , 1.6667 , 0.8684 , 0.6927 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 23.9253 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8029 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.2173 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8030 , cls_11 , 0.0000 , 0.0720 , 0.0058 , 6153846.1538 , 1.5000 , 0.8875 , 0.7733 , 0.4872 , 0.0000 , 0.0000 , 0.0000 , 15.6232 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8032 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 33.7865 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8038 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3937 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8052 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.4302 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8053 , cls_11 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 8.3692 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8058 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 17.1572 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8066 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.1245 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8073 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.1104 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8077 , cls_11 , 0.0000 , 0.0960 , 0.0063 , 4444444.4444 , 1.6000 , 0.8838 , 0.5506 , 0.6458 , 0.0000 , 0.0000 , 0.0000 , 10.7279 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8084 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6783 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8085 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.1644 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8099 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 17.9615 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8106 , cls_11 , 0.0000 , 0.0420 , 0.0039 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 10.9255 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8107 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.5546 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8108 , cls_11 , 0.0000 , 0.0540 , 0.0040 , 6000000.0000 , 1.2857 , 0.9243 , 0.6021 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 7.6655 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8109 , cls_11 , 0.0000 , 0.0540 , 0.0038 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 15.4588 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8110 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.1923 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8112 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1637 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8113 , cls_11 , 0.0000 , 0.0480 , 0.0045 , 5925925.9259 , 1.3333 , 0.9389 , 0.7135 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 6.7893 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8114 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.3938 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8117 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 6666666.6667 , 1.4286 , 0.9016 , 0.7598 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 26.6098 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8149 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3509 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8157 , cls_11 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 8.5130 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8170 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 16.9379 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8201 , cls_11 , 0.0000 , 0.1500 , 0.0087 , 6666666.6667 , 2.5000 , 0.7818 , 0.8011 , 0.4733 , 0.0000 , 0.0000 , 0.0000 , 22.7823 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8210 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.3854 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8217 , cls_11 , 0.0000 , 0.0660 , 0.0053 , 10476190.4762 , 1.8333 , 0.8487 , 0.8019 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 24.7288 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8221 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5993 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8226 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 26.8255 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8229 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.4019 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8230 , cls_11 , 0.0000 , 0.3540 , 0.0183 , 4682539.6825 , 3.1053 , 0.6747 , 0.8355 , 0.6171 , 0.0000 , 0.0000 , 0.0000 , 12.9307 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8232 , cls_11 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.0218 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8235 , cls_11 , 0.0000 , 0.0720 , 0.0049 , 6153846.1538 , 1.5000 , 0.8875 , 0.6322 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.2850 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8238 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 65.8125 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8240 , cls_11 , 0.0000 , 0.1500 , 0.0123 , 3623188.4058 , 1.7857 , 0.8430 , 0.8241 , 0.6812 , 0.0000 , 0.0000 , 0.0000 , 46.5810 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8247 , cls_11 , 0.0000 , 0.7500 , 0.0229 , 4105090.3120 , 4.3103 , 0.5310 , 0.7468 , 0.6700 , 0.0000 , 0.0000 , 0.0000 , 39.0455 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8249 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.4602 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8251 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.8925 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8260 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.5251 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8261 , cls_11 , 0.0000 , 0.0660 , 0.0050 , 7333333.3333 , 1.5714 , 0.8812 , 0.7170 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 22.1825 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8267 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 87.4161 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8272 , cls_11 , 0.0000 , 0.5220 , 0.0306 , 4496124.0310 , 3.7826 , 0.6026 , 0.8945 , 0.6292 , 0.0000 , 0.0000 , 0.0000 , 27.7352 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8274 , cls_11 , 0.0000 , 0.0900 , 0.0077 , 5263157.8947 , 1.6667 , 0.8749 , 0.7914 , 0.5439 , 0.0000 , 0.0000 , 0.0000 , 21.9496 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8287 , cls_11 , 0.0000 , 0.1800 , 0.0098 , 5000000.0000 , 2.3077 , 0.7822 , 0.6817 , 0.6125 , 0.0000 , 0.0000 , 0.0000 , 14.6869 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8289 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2843 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8290 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.2055 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8301 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 16.5866 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8302 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.3684 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8304 , cls_11 , 0.0000 , 0.0600 , 0.0052 , 7407407.4074 , 1.6667 , 0.8916 , 0.7796 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 14.7404 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8305 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 41.4744 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8307 , cls_11 , 0.0000 , 0.1260 , 0.0102 , 4375000.0000 , 1.7500 , 0.8483 , 0.8012 , 0.6302 , 0.0000 , 0.0000 , 0.0000 , 32.8187 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8308 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 43.1601 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8309 , cls_11 , 0.0000 , 0.1320 , 0.0092 , 3188405.7971 , 1.5714 , 0.8758 , 0.6981 , 0.7246 , 0.0000 , 0.0000 , 0.0000 , 45.9995 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8311 , cls_11 , 0.0000 , 0.5220 , 0.0231 , 3333333.3333 , 3.2222 , 0.6305 , 0.8239 , 0.7270 , 0.0000 , 0.0000 , 0.0000 , 34.8670 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8313 , cls_11 , 0.0000 , 0.1260 , 0.0097 , 4666666.6667 , 1.9091 , 0.8416 , 0.7935 , 0.5944 , 0.0000 , 0.0000 , 0.0000 , 52.8828 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8320 , cls_11 , 0.0000 , 0.0780 , 0.0055 , 5777777.7778 , 1.6250 , 0.8838 , 0.6707 , 0.5111 , 0.0000 , 0.0000 , 0.0000 , 15.3593 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8321 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 12.6878 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8323 , cls_11 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 21.4634 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8324 , cls_11 , 0.0000 , 0.0720 , 0.0050 , 10000000.0000 , 2.0000 , 0.8423 , 0.7453 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 23.5936 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8328 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5055 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8340 , cls_11 , 0.0000 , 0.1020 , 0.0066 , 8717948.7179 , 2.1250 , 0.8105 , 0.7453 , 0.3077 , 0.0000 , 0.0000 , 0.0000 , 76.3825 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8351 , cls_11 , 0.0000 , 0.1320 , 0.0113 , 6111111.1111 , 2.2000 , 0.8083 , 0.8348 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 5.7052 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8354 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3747 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8357 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 71.6365 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8358 , cls_11 , 0.0000 , 0.1140 , 0.0096 , 7037037.0370 , 2.1111 , 0.8153 , 0.8502 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 36.5858 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8359 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.1843 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8360 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.8503 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8365 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.4369 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8366 , cls_11 , 0.0000 , 0.0720 , 0.0070 , 8000000.0000 , 1.7143 , 0.8625 , 0.8408 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 20.6264 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8368 , cls_11 , 0.0000 , 0.0780 , 0.0051 , 7878787.8788 , 1.8571 , 0.8541 , 0.7199 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 28.4185 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8370 , cls_11 , 0.0000 , 0.0540 , 0.0042 , 6666666.6667 , 1.5000 , 0.9139 , 0.6419 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 39.2719 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8378 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.3274 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8386 , cls_11 , 0.0000 , 0.3000 , 0.0144 , 5747126.4368 , 3.1250 , 0.6855 , 0.8502 , 0.5345 , 0.0000 , 0.0000 , 0.0000 , 28.3386 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8392 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2888 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8395 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 21.6141 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8399 , cls_11 , 0.0000 , 0.0540 , 0.0052 , 5454545.4545 , 1.2857 , 0.9338 , 0.6888 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 63.4172 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8415 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 15.4148 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8416 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.4148 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8420 , cls_11 , 0.0000 , 0.2100 , 0.0142 , 3589743.5897 , 2.0588 , 0.7918 , 0.8304 , 0.6974 , 0.0000 , 0.0000 , 0.0000 , 45.7755 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8425 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.9082 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8429 , cls_11 , 0.0000 , 0.0480 , 0.0042 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1007 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8435 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.6090 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8438 , cls_11 , 0.0000 , 0.0600 , 0.0046 , 4166666.6667 , 1.2500 , 0.9495 , 0.4008 , 0.6563 , 0.0000 , 0.0000 , 0.0000 , 8.5992 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8443 , cls_11 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 15.7414 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8444 , cls_11 , 0.0000 , 0.0960 , 0.0063 , 5614035.0877 , 1.7778 , 0.8600 , 0.6731 , 0.5439 , 0.0000 , 0.0000 , 0.0000 , 20.1087 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8446 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 30.9811 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8460 , cls_11 , 0.0000 , 0.0720 , 0.0064 , 6666666.6667 , 1.7143 , 0.8797 , 0.7753 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 7.8829 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8462 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.9520 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8463 , cls_11 , 0.0000 , 0.1500 , 0.0097 , 3787878.7879 , 1.7857 , 0.8382 , 0.6972 , 0.6742 , 0.0000 , 0.0000 , 0.0000 , 67.0653 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8473 , cls_11 , 0.0000 , 0.0840 , 0.0055 , 9333333.3333 , 2.0000 , 0.8294 , 0.8041 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.0501 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8474 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.1290 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8479 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.5088 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8484 , cls_11 , 0.0000 , 0.0900 , 0.0057 , 7692307.6923 , 1.8750 , 0.8382 , 0.6877 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 15.9850 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8485 , cls_11 , 0.0000 , 0.0540 , 0.0051 , 5000000.0000 , 1.2857 , 0.9427 , 0.7117 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 23.5958 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8489 , cls_11 , 0.0000 , 0.1260 , 0.0089 , 5185185.1852 , 1.9091 , 0.8309 , 0.7472 , 0.5679 , 0.0000 , 0.0000 , 0.0000 , 56.4860 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8491 , cls_11 , 0.0000 , 0.1740 , 0.0112 , 3790849.6732 , 1.9333 , 0.8157 , 0.7761 , 0.6863 , 0.0000 , 0.0000 , 0.0000 , 52.2981 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8494 , cls_11 , 0.0000 , 0.0840 , 0.0061 , 4666666.6667 , 1.5556 , 0.8961 , 0.5825 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 2.4009 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8498 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 9.6692 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8505 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.0513 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8506 , cls_11 , 0.0000 , 0.0660 , 0.0050 , 6666666.6667 , 1.5714 , 0.8903 , 0.7199 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 10.7264 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8507 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5825 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8511 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.3947 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8520 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 3.6084 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8526 , cls_11 , 0.0000 , 0.2040 , 0.0090 , 7311827.9570 , 2.8333 , 0.7272 , 0.7593 , 0.4462 , 0.0000 , 0.0000 , 0.0000 , 27.4285 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8546 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 20.3043 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8547 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 22.1486 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8549 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.8333 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8550 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.4101 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8555 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9672 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8556 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4683 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8560 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.6223 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8562 , cls_11 , 0.0000 , 0.0840 , 0.0059 , 10370370.3704 , 2.3333 , 0.8201 , 0.7838 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 63.8661 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8569 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 40.7530 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8581 , cls_11 , 0.0000 , 0.0840 , 0.0069 , 6666666.6667 , 1.7500 , 0.8605 , 0.8162 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 29.2967 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8582 , cls_11 , 0.0000 , 0.2220 , 0.0132 , 4404761.9048 , 2.4667 , 0.7616 , 0.6831 , 0.6369 , 0.0000 , 0.0000 , 0.0000 , 32.3259 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8584 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.5186 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8585 , cls_11 , 0.0000 , 0.3000 , 0.0154 , 5128205.1282 , 2.9412 , 0.6959 , 0.8294 , 0.5692 , 0.0000 , 0.0000 , 0.0000 , 23.6575 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8587 , cls_11 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 14.5897 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8608 , cls_11 , 0.0000 , 0.1140 , 0.0074 , 6666666.6667 , 2.1111 , 0.8204 , 0.7674 , 0.4474 , 0.0000 , 0.0000 , 0.0000 , 22.4418 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8612 , cls_11 , 0.0000 , 0.1080 , 0.0074 , 6666666.6667 , 2.0000 , 0.8277 , 0.7796 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 18.5552 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8614 , cls_11 , 0.0000 , 0.0480 , 0.0043 , 6666666.6667 , 1.3333 , 0.9273 , 0.7453 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 14.1892 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8615 , cls_11 , 0.0000 , 0.2160 , 0.0112 , 6857142.8571 , 3.0000 , 0.7240 , 0.7983 , 0.4619 , 0.0000 , 0.0000 , 0.0000 , 19.2802 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8617 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.9653 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8620 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.4800 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8641 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 22.9159 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8642 , cls_11 , 0.0000 , 0.5520 , 0.0222 , 5027322.4044 , 4.0000 , 0.5813 , 0.8399 , 0.5792 , 0.0000 , 0.0000 , 0.0000 , 30.0434 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8644 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.4187 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8645 , cls_11 , 0.0000 , 0.1740 , 0.0095 , 6236559.1398 , 2.4167 , 0.7661 , 0.7351 , 0.5054 , 0.0000 , 0.0000 , 0.0000 , 28.6735 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8650 , cls_11 , 0.0000 , 0.6480 , 0.0318 , 3789473.6842 , 3.8571 , 0.5714 , 0.8569 , 0.6886 , 0.0000 , 0.0000 , 0.0000 , 46.1881 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8663 , cls_11 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 76.9656 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8664 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 38.3554 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8669 , cls_11 , 0.0000 , 0.0660 , 0.0054 , 10476190.4762 , 1.8333 , 0.8487 , 0.8019 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 22.1234 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8671 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.4591 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8686 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 48.8257 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8695 , cls_11 , 0.0000 , 0.1200 , 0.0081 , 6060606.0606 , 2.0000 , 0.8224 , 0.8107 , 0.5076 , 0.0000 , 0.0000 , 0.0000 , 75.4640 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8705 , cls_11 , 0.0000 , 0.1140 , 0.0066 , 6333333.3333 , 2.1111 , 0.8252 , 0.6817 , 0.5250 , 0.0000 , 0.0000 , 0.0000 , 10.6349 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8711 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.5593 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 50.8369 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8721 , cls_11 , 0.0000 , 0.1440 , 0.0084 , 4848484.8485 , 2.0000 , 0.8186 , 0.6409 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 25.1887 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8725 , cls_11 , 0.0000 , 0.0780 , 0.0056 , 6190476.1905 , 1.6250 , 0.8770 , 0.7078 , 0.5119 , 0.0000 , 0.0000 , 0.0000 , 64.6636 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8727 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 41.3130 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8739 , cls_11 , 0.0000 , 0.1080 , 0.0107 , 7500000.0000 , 2.2500 , 0.8166 , 0.8855 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 3.5690 , 0.0270 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8745 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 22.8999 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8753 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.1871 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8755 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 7619047.6190 , 1.3333 , 0.9145 , 0.6572 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 55.1388 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8757 , cls_11 , 0.0000 , 0.0720 , 0.0056 , 6153846.1538 , 1.5000 , 0.8875 , 0.6877 , 0.4872 , 0.0000 , 0.0000 , 0.0000 , 16.1001 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8763 , cls_11 , 0.0000 , 0.0600 , 0.0050 , 6666666.6667 , 1.4286 , 0.9016 , 0.7170 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.2806 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8776 , cls_11 , 0.0000 , 0.0900 , 0.0068 , 4761904.7619 , 1.5000 , 0.8851 , 0.7429 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 45.9812 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8798 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.1459 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8803 , cls_11 , 0.0000 , 0.2760 , 0.0121 , 5897435.8974 , 3.0667 , 0.6974 , 0.7057 , 0.5449 , 0.0000 , 0.0000 , 0.0000 , 19.8680 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8815 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 10.2728 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8824 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.0648 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8828 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 21.2164 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8834 , cls_11 , 0.0000 , 0.4920 , 0.0172 , 5412541.2541 , 3.9048 , 0.5985 , 0.7473 , 0.5545 , 0.0000 , 0.0000 , 0.0000 , 38.9811 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8835 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.0955 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8836 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8816 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8849 , cls_11 , 0.0000 , 0.0480 , 0.0034 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 8.9053 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8862 , cls_11 , 0.0000 , 0.0780 , 0.0063 , 5777777.7778 , 1.6250 , 0.8838 , 0.7384 , 0.5222 , 0.0000 , 0.0000 , 0.0000 , 9.9791 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8866 , cls_11 , 0.0000 , 0.0660 , 0.0052 , 6666666.6667 , 1.5714 , 0.8903 , 0.7357 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 4.2053 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8869 , cls_11 , 0.0000 , 0.0480 , 0.0042 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 16.7184 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8870 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.9116 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8871 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 10.5936 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8882 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 11.4936 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8894 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 37.8267 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8895 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.4606 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8896 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 22.3887 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8897 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.8271 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8898 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.4834 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8900 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.4178 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8908 , cls_11 , 0.0000 , 0.1140 , 0.0074 , 5757575.7576 , 1.9000 , 0.8345 , 0.7845 , 0.5227 , 0.0000 , 0.0000 , 0.0000 , 7.3193 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8922 , cls_11 , 0.0000 , 0.2100 , 0.0096 , 6481481.4815 , 2.9167 , 0.7335 , 0.6860 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 39.6207 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8923 , cls_11 , 0.0000 , 0.4500 , 0.0183 , 4098360.6557 , 3.2609 , 0.6412 , 0.6924 , 0.6612 , 0.0000 , 0.0000 , 0.0000 , 54.1662 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8936 , cls_11 , 0.0000 , 0.1020 , 0.0059 , 5964912.2807 , 1.8889 , 0.8460 , 0.5435 , 0.5351 , 0.0000 , 0.0000 , 0.0000 , 7.1784 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8938 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 7.8523 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8944 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 8.2292 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8945 , cls_11 , 0.0000 , 0.1020 , 0.0056 , 8717948.7179 , 2.1250 , 0.8105 , 0.7453 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 13.4652 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8946 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.9278 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8947 , cls_11 , 0.0000 , 0.0480 , 0.0042 , 4444444.4444 , 1.1429 , 0.9685 , 0.5506 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 12.6105 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8956 , cls_11 , 0.0000 , 0.1140 , 0.0074 , 4871794.8718 , 1.7273 , 0.8511 , 0.6322 , 0.5962 , 0.0000 , 0.0000 , 0.0000 , 8.7153 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8957 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 8.1591 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8960 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 39.3523 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8963 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 17.7859 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8980 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.6051 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8981 , cls_11 , 0.0000 , 0.0600 , 0.0043 , 6666666.6667 , 1.4286 , 0.9016 , 0.6894 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 3.4981 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8983 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 10.0209 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8987 , cls_11 , 0.0000 , 0.5400 , 0.0255 , 4651162.7907 , 3.9130 , 0.5926 , 0.8579 , 0.6176 , 0.0000 , 0.0000 , 0.0000 , 60.3346 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8988 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 16.5339 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9005 , cls_11 , 0.0000 , 0.1320 , 0.0105 , 4731182.7957 , 1.8333 , 0.8336 , 0.8026 , 0.5914 , 0.0000 , 0.0000 , 0.0000 , 10.1501 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9008 , cls_11 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 5.8856 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9014 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 14.7222 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9016 , cls_11 , 0.0000 , 0.1380 , 0.0086 , 7666666.6667 , 2.5556 , 0.7809 , 0.8256 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 54.2236 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9020 , cls_11 , 0.0000 , 0.2160 , 0.0114 , 4705882.3529 , 2.4000 , 0.7595 , 0.7306 , 0.6340 , 0.0000 , 0.0000 , 0.0000 , 30.5883 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9041 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 19.8079 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9043 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 19.8170 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9062 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9048 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9063 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.9324 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9065 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0229 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9068 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 8.0581 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9073 , cls_11 , 0.0000 , 0.0840 , 0.0058 , 5185185.1852 , 1.5556 , 0.8853 , 0.6048 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 40.1913 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9074 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 5185185.1852 , 1.1667 , 0.9673 , 0.4270 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 8.4629 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9075 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 9.8937 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9077 , cls_11 , 0.0000 , 0.1320 , 0.0094 , 4190476.1905 , 1.8333 , 0.8462 , 0.7691 , 0.6429 , 0.0000 , 0.0000 , 0.0000 , 31.7214 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9078 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 30.1949 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9079 , cls_11 , 0.0000 , 0.1140 , 0.0098 , 9743589.7436 , 2.3750 , 0.7860 , 0.9105 , 0.2692 , 0.0000 , 0.0000 , 0.0000 , 9.3130 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9097 , cls_11 , 0.0000 , 0.0540 , 0.0052 , 8571428.5714 , 1.5000 , 0.8902 , 0.8318 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 17.7649 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9100 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1753 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9101 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.8139 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9109 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.3433 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9119 , cls_11 , 0.0000 , 0.0480 , 0.0035 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 7.4913 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9126 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 31.9215 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9131 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.1212 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9135 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 9.7997 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9148 , cls_11 , 0.0000 , 0.1200 , 0.0068 , 8888888.8889 , 2.5000 , 0.7871 , 0.7062 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 20.6844 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9158 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 23.0320 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9159 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.6519 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9177 , cls_11 , 0.0000 , 0.4680 , 0.0193 , 3795620.4380 , 3.2500 , 0.6406 , 0.8081 , 0.6910 , 0.0000 , 0.0000 , 0.0000 , 68.1065 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9192 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5578 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9193 , cls_11 , 0.0000 , 0.0420 , 0.0030 , 7777777.7778 , 1.4000 , 0.9274 , 0.5506 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 12.2418 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9205 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.6442 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9214 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.4566 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9218 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 6.1598 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9220 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.1205 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9222 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.2863 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9223 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.3610 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9224 , cls_11 , 0.0000 , 0.1560 , 0.0105 , 8253968.2540 , 2.6000 , 0.7568 , 0.8773 , 0.3492 , 0.0000 , 0.0000 , 0.0000 , 45.2279 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9231 , cls_11 , 0.0000 , 0.2460 , 0.0106 , 5815602.8369 , 2.9286 , 0.7180 , 0.6480 , 0.5284 , 0.0000 , 0.0000 , 0.0000 , 25.1831 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9233 , cls_11 , 0.0000 , 0.0840 , 0.0062 , 6666666.6667 , 1.7500 , 0.8605 , 0.6927 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 10.5813 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9237 , cls_11 , 0.0000 , 0.2400 , 0.0132 , 3137254.9020 , 2.1053 , 0.7842 , 0.7075 , 0.7412 , 0.0000 , 0.0000 , 0.0000 , 33.5518 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9260 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.1816 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9267 , cls_11 , 0.0000 , 0.6120 , 0.0251 , 3756906.0773 , 3.7778 , 0.5849 , 0.7784 , 0.6851 , 0.0000 , 0.0000 , 0.0000 , 22.6513 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9269 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9769 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9271 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 17.2121 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9277 , cls_11 , 0.0000 , 0.1980 , 0.0122 , 5641025.6410 , 2.5385 , 0.7557 , 0.8282 , 0.5214 , 0.0000 , 0.0000 , 0.0000 , 18.7495 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9278 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.9178 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9279 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.6651 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9282 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 21.6698 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9311 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 16.5778 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9314 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7990 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9315 , cls_11 , 0.0000 , 0.0540 , 0.0041 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 5.7380 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9316 , cls_11 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.5103 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 10.7856 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9318 , cls_11 , 0.0000 , 0.3480 , 0.0229 , 5771144.2786 , 3.4118 , 0.6587 , 0.8836 , 0.5249 , 0.0000 , 0.0000 , 0.0000 , 29.5427 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9323 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1611 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9324 , cls_11 , 0.0000 , 0.5820 , 0.0245 , 5173333.3333 , 4.2174 , 0.5678 , 0.7949 , 0.5933 , 0.0000 , 0.0000 , 0.0000 , 22.1978 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9329 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 12.0891 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9337 , cls_11 , 0.0000 , 0.0600 , 0.0044 , 6060606.0606 , 1.4286 , 0.9110 , 0.6584 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 9.5396 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9340 , cls_11 , 0.0000 , 0.7620 , 0.0324 , 4212271.9735 , 4.3793 , 0.5251 , 0.8562 , 0.6526 , 0.0000 , 0.0000 , 0.0000 , 34.0296 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9346 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.9518 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9347 , cls_11 , 0.0000 , 0.0660 , 0.0051 , 4888888.8889 , 1.3750 , 0.9213 , 0.6327 , 0.5889 , 0.0000 , 0.0000 , 0.0000 , 13.1697 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9355 , cls_11 , 0.0000 , 0.1920 , 0.0135 , 7619047.6190 , 2.9091 , 0.7329 , 0.8804 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 25.7144 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9356 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 23.0248 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9360 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.7876 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9364 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.4122 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9371 , cls_11 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 53.3426 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9376 , cls_11 , 0.0000 , 0.4800 , 0.0200 , 2424242.4242 , 2.6667 , 0.6812 , 0.5736 , 0.7970 , 0.0000 , 0.0000 , 0.0000 , 40.2900 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9379 , cls_11 , 0.0000 , 0.0660 , 0.0066 , 7333333.3333 , 1.5714 , 0.8812 , 0.8256 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 6.4354 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9381 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.0436 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9382 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.5906 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9386 , cls_11 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 16.4352 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9393 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.5502 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9394 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.6082 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9399 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.0516 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9401 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 20.7603 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9406 , cls_11 , 0.0000 , 0.0960 , 0.0070 , 6274509.8039 , 1.7778 , 0.8491 , 0.7294 , 0.4804 , 0.0000 , 0.0000 , 0.0000 , 16.3213 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9410 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.8222 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9417 , cls_11 , 0.0000 , 0.0960 , 0.0082 , 5925925.9259 , 1.7778 , 0.8547 , 0.7972 , 0.5093 , 0.0000 , 0.0000 , 0.0000 , 6.1392 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9421 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9294 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9423 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.3950 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9424 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 54.4855 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9427 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 48.5566 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9429 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 38.9737 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9432 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.7168 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9434 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 17.0318 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9435 , cls_11 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.3267 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9440 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.9773 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9441 , cls_11 , 0.0000 , 0.1140 , 0.0083 , 5277777.7778 , 1.9000 , 0.8431 , 0.7555 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 17.2135 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9447 , cls_11 , 0.0000 , 0.0660 , 0.0053 , 4888888.8889 , 1.3750 , 0.9213 , 0.6327 , 0.5889 , 0.0000 , 0.0000 , 0.0000 , 25.5367 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9448 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 55.2627 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9456 , cls_11 , 0.0000 , 0.2280 , 0.0131 , 4293785.3107 , 2.3750 , 0.7598 , 0.7537 , 0.6497 , 0.0000 , 0.0000 , 0.0000 , 20.8765 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9457 , cls_11 , 0.0000 , 0.1500 , 0.0078 , 5555555.5556 , 2.2727 , 0.7992 , 0.6062 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 18.6941 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9459 , cls_11 , 0.0000 , 0.0720 , 0.0045 , 7272727.2727 , 1.7143 , 0.8714 , 0.6498 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 35.0919 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9464 , cls_11 , 0.0000 , 0.0540 , 0.0038 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 8.4492 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9465 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7086 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9472 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8295 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9478 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0765 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9479 , cls_11 , 0.0000 , 0.0540 , 0.0041 , 5000000.0000 , 1.2857 , 0.9427 , 0.4731 , 0.5972 , 0.0000 , 0.0000 , 0.0000 , 16.7200 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9482 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.8497 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9484 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 37.4277 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9485 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 15.6859 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9486 , cls_11 , 0.0000 , 0.0900 , 0.0065 , 5263157.8947 , 1.6667 , 0.8749 , 0.6640 , 0.5526 , 0.0000 , 0.0000 , 0.0000 , 13.7663 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9500 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 25.9064 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9501 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.9109 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9503 , cls_11 , 0.0000 , 0.0480 , 0.0044 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 40.8939 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9504 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 39.6678 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9505 , cls_11 , 0.0000 , 0.1320 , 0.0105 , 7333333.3333 , 2.4444 , 0.7912 , 0.8569 , 0.4083 , 0.0000 , 0.0000 , 0.0000 , 12.5596 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9513 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8424 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9516 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 42.6003 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9524 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.5727 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9525 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.6569 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9542 , cls_11 , 0.0000 , 0.1020 , 0.0075 , 4927536.2319 , 1.7000 , 0.8651 , 0.7712 , 0.6014 , 0.0000 , 0.0000 , 0.0000 , 5.5234 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9549 , cls_11 , 0.0000 , 0.2040 , 0.0113 , 2943722.9437 , 1.8889 , 0.8182 , 0.6229 , 0.7662 , 0.0000 , 0.0000 , 0.0000 , 53.7803 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9550 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 21.3033 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9553 , cls_11 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 15.9564 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9555 , cls_11 , 0.0000 , 0.0840 , 0.0053 , 6222222.2222 , 1.7500 , 0.8671 , 0.6327 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 13.0629 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9560 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.6332 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9566 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0394 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9571 , cls_11 , 0.0000 , 0.1140 , 0.0074 , 5507246.3768 , 1.9000 , 0.8388 , 0.7237 , 0.5507 , 0.0000 , 0.0000 , 0.0000 , 49.9683 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9578 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.3136 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9581 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.2940 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9582 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 11.9761 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9588 , cls_11 , 0.0000 , 0.1020 , 0.0072 , 7083333.3333 , 2.1250 , 0.8296 , 0.7983 , 0.4063 , 0.0000 , 0.0000 , 0.0000 , 16.7220 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9590 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.9478 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9592 , cls_11 , 0.0000 , 0.1080 , 0.0065 , 6315789.4737 , 2.0000 , 0.8328 , 0.6731 , 0.4912 , 0.0000 , 0.0000 , 0.0000 , 13.0472 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9593 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 10.0255 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9595 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.4538 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9599 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.4583 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9602 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6532 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9603 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 9.3733 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9604 , cls_11 , 0.0000 , 0.0780 , 0.0058 , 6666666.6667 , 1.6250 , 0.8698 , 0.7453 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 21.0868 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9606 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.4484 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9610 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.2878 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9619 , cls_11 , 0.0000 , 0.0660 , 0.0050 , 4888888.8889 , 1.3750 , 0.9213 , 0.6396 , 0.5889 , 0.0000 , 0.0000 , 0.0000 , 10.5974 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9628 , cls_11 , 0.0000 , 0.0660 , 0.0060 , 5238095.2381 , 1.3750 , 0.9142 , 0.7903 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 8.5163 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9630 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.6281 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9632 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.0331 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9633 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.2861 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9638 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.7843 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9642 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.0635 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9645 , cls_11 , 0.0000 , 0.0720 , 0.0049 , 10000000.0000 , 2.0000 , 0.8423 , 0.7004 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 7.7053 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9653 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 52.4976 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9659 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 43.3768 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9660 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 27.9392 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9662 , cls_11 , 0.0000 , 0.2340 , 0.0111 , 4406779.6610 , 2.4375 , 0.7529 , 0.7537 , 0.6525 , 0.0000 , 0.0000 , 0.0000 , 5.6247 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9663 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.8249 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9664 , cls_11 , 0.0000 , 0.0780 , 0.0050 , 6190476.1905 , 1.6250 , 0.8770 , 0.5652 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 14.0262 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9665 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 15.0380 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9666 , cls_11 , 0.0000 , 0.1860 , 0.0104 , 5904761.9048 , 2.5833 , 0.7611 , 0.7772 , 0.5143 , 0.0000 , 0.0000 , 0.0000 , 12.1611 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9667 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.5019 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9668 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.2648 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9670 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.7754 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9675 , cls_11 , 0.0000 , 0.1560 , 0.0080 , 5252525.2525 , 2.1667 , 0.7989 , 0.7180 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 19.3967 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9689 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.3468 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9692 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 18.2501 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9696 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.3453 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9700 , cls_11 , 0.0000 , 0.1200 , 0.0073 , 6349206.3492 , 2.0000 , 0.8180 , 0.6854 , 0.4603 , 0.0000 , 0.0000 , 0.0000 , 9.3629 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9712 , cls_11 , 0.0000 , 0.1380 , 0.0071 , 5897435.8974 , 2.0909 , 0.8054 , 0.6322 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 5.4632 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9717 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.7004 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 53.0652 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9724 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 13.6994 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9726 , cls_11 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 9.6327 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9727 , cls_11 , 0.0000 , 0.1020 , 0.0067 , 4927536.2319 , 1.7000 , 0.8651 , 0.5988 , 0.5870 , 0.0000 , 0.0000 , 0.0000 , 5.2539 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9728 , cls_11 , 0.0000 , 0.1020 , 0.0067 , 4722222.2222 , 1.7000 , 0.8694 , 0.6974 , 0.5972 , 0.0000 , 0.0000 , 0.0000 , 6.4654 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9731 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.3199 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9733 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 19.0553 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9734 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.0557 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9737 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8823 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9738 , cls_11 , 0.0000 , 0.0720 , 0.0045 , 7272727.2727 , 1.7143 , 0.8714 , 0.5623 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 4.8576 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9739 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.0119 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9742 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5703 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9745 , cls_11 , 0.0000 , 0.0840 , 0.0057 , 5490196.0784 , 1.5556 , 0.8795 , 0.6268 , 0.5588 , 0.0000 , 0.0000 , 0.0000 , 44.0522 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9747 , cls_11 , 0.0000 , 0.0540 , 0.0046 , 4615384.6154 , 1.1250 , 0.9510 , 0.5862 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 13.8341 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9751 , cls_11 , 0.0000 , 0.1920 , 0.0116 , 4740740.7407 , 2.2857 , 0.7774 , 0.7623 , 0.5926 , 0.0000 , 0.0000 , 0.0000 , 25.0053 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9753 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.4435 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9754 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1545 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9767 , cls_11 , 0.0000 , 0.1080 , 0.0069 , 6000000.0000 , 2.0000 , 0.8378 , 0.6817 , 0.4917 , 0.0000 , 0.0000 , 0.0000 , 7.2762 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9769 , cls_11 , 0.0000 , 0.1620 , 0.0127 , 6923076.9231 , 2.4545 , 0.7671 , 0.8870 , 0.4423 , 0.0000 , 0.0000 , 0.0000 , 5.3910 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9783 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.6064 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9784 , cls_11 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 6.4646 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9785 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.2670 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9786 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2124 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9788 , cls_11 , 0.0000 , 0.0540 , 0.0034 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 6.8319 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9794 , cls_11 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 9.0007 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9795 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.6296 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9797 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8889 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9802 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.6909 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9803 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 43.2897 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9811 , cls_11 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 11.2629 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9826 , cls_11 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 9.4255 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9838 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 39.8696 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9851 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 8.0107 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9853 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 10.8797 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9865 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9133 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9873 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 9.9363 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9876 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 15.4544 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9880 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.6039 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9881 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2697 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9883 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 27.7247 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 14 , cls_190 , 0.0000 , 0.2760 , 0.0129 , 3297491.0394 , 2.3000 , 0.7547 , 0.6497 , 0.7240 , 0.0000 , 0.0000 , 0.0000 , 0.5448 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 16 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4278 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 67 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2097 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 69 , cls_190 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.5262 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 90 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.4174 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 116 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0142 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 124 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0681 , 0.1320 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 145 , cls_190 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.5712 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 155 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0536 , 0.0930 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 227 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.9458 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 261 , cls_190 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.2007 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 525 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6128 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 536 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2503 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 557 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4510 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 558 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3485 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 569 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1511 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 827 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0828 , 0.0598 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 905 , cls_190 , 0.0000 , 0.0780 , 0.0061 , 5777777.7778 , 1.6250 , 0.8838 , 0.7384 , 0.5111 , 0.0000 , 0.0000 , 0.0000 , 0.0738 , 0.0598 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 986 , cls_190 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.0618 , 0.0858 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1283 , cls_190 , 0.0000 , 0.0540 , 0.0047 , 8571428.5714 , 1.5000 , 0.8902 , 0.8019 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 0.4962 , 0.0430 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1474 , cls_190 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0731 , 0.1024 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1487 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0880 , 0.0858 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1660 , cls_190 , 0.0000 , 0.2520 , 0.0126 , 3414634.1463 , 2.2105 , 0.7667 , 0.6284 , 0.7215 , 0.0000 , 0.0000 , 0.0000 , 0.1141 , 0.0430 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1698 , cls_190 , 0.0000 , 0.0960 , 0.0063 , 4102564.1026 , 1.4545 , 0.8923 , 0.5862 , 0.6603 , 0.0000 , 0.0000 , 0.0000 , 0.8298 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1699 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.6000 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1746 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.5821 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1883 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1771 , 0.0474 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2023 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0949 , 0.1025 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2100 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1475 , 0.0531 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2178 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1856 , 0.0234 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2184 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2562 , 0.0564 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2280 , cls_190 , 0.0000 , 0.0660 , 0.0053 , 4313725.4902 , 1.2222 , 0.9344 , 0.6268 , 0.6176 , 0.0000 , 0.0000 , 0.0000 , 0.0915 , 0.0552 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2314 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9211 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2381 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1319 , 0.0457 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2397 , cls_190 , 0.0000 , 0.0660 , 0.0051 , 4888888.8889 , 1.3750 , 0.9213 , 0.6327 , 0.5778 , 0.0000 , 0.0000 , 0.0000 , 0.1484 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2447 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2982 , 0.0570 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2452 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0938 , 0.0663 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2504 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1141 , 0.0663 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2557 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0879 , 0.0979 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2602 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0937 , 0.0742 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2719 , cls_190 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.1331 , 0.0247 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2778 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1741 , 0.0247 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2820 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5885 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2821 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.8799 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2832 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1561 , 0.0552 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2873 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7719 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2876 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1245 , 0.0272 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2907 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1297 , 0.0272 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2933 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1389 , 0.0300 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2960 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1075 , 0.0391 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3015 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1140 , 0.0391 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3107 , cls_190 , 0.0000 , 0.0480 , 0.0044 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 0.1219 , 0.0819 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3217 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1247 , 0.0713 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3236 , cls_190 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.0886 , 0.0541 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3284 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2272 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3306 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.1448 , 0.0607 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3340 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2239 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3376 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1410 , 0.0713 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3484 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7511 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3507 , cls_190 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3555 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3621 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7221 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3642 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.1710 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3741 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0727 , 0.0655 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3762 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.1045 , 0.0240 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3767 , cls_190 , 0.0000 , 0.1320 , 0.0083 , 3577235.7724 , 1.6923 , 0.8631 , 0.6588 , 0.7033 , 0.0000 , 0.0000 , 0.0000 , 0.1306 , 0.0499 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3776 , cls_190 , 0.0000 , 0.1200 , 0.0079 , 3603603.6036 , 1.5385 , 0.8758 , 0.6319 , 0.7027 , 0.0000 , 0.0000 , 0.0000 , 0.3368 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3778 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1518 , 0.0240 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3793 , cls_190 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.2062 , 0.0607 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3885 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3908 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3908 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3923 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3923 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.4970 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3980 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1985 , 0.0693 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4036 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2924 , 0.0499 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4202 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0583 , 0.0912 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4323 , cls_190 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 0.2893 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4359 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5120 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4431 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2153 , 0.0696 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4518 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4124 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4560 , cls_190 , 0.0000 , 0.0720 , 0.0048 , 5714285.7143 , 1.5000 , 0.8948 , 0.5652 , 0.5476 , 0.0000 , 0.0000 , 0.0000 , 0.2658 , 0.0234 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4570 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1921 , 0.0845 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4586 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.6999 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4623 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6513 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4643 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.6641 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4666 , cls_190 , 0.0000 , 0.1020 , 0.0059 , 5396825.3968 , 1.7000 , 0.8559 , 0.5617 , 0.5635 , 0.0000 , 0.0000 , 0.0000 , 0.8544 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4702 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2578 , 0.0361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4747 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4879 , 0.0234 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4756 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5168 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4764 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2021 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4779 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.3760 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4802 , cls_190 , 0.0000 , 0.0540 , 0.0043 , 6000000.0000 , 1.2857 , 0.9243 , 0.6894 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.0683 , 0.0285 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4806 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1658 , 0.0408 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4866 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5377 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4879 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0718 , 0.1149 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4881 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1642 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4895 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7812 , 0.0371 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4909 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2238 , 0.0424 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4929 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5146 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5035 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1733 , 0.0285 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5043 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1995 , 0.0391 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5160 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4248 , 0.0361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5306 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2804 , 0.0297 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5321 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1578 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5365 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0690 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5374 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1489 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5384 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.8727 , 0.0268 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5409 , cls_190 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.9161 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5434 , cls_190 , 0.0000 , 0.1140 , 0.0091 , 5757575.7576 , 1.9000 , 0.8345 , 0.7759 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 1.1466 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5436 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.1689 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5455 , cls_190 , 0.0000 , 0.1080 , 0.0071 , 3870967.7419 , 1.5000 , 0.8826 , 0.5186 , 0.6720 , 0.0000 , 0.0000 , 0.0000 , 14.7854 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5484 , cls_190 , 0.0000 , 0.0720 , 0.0064 , 6153846.1538 , 1.5000 , 0.8875 , 0.8053 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 0.1844 , 0.0297 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5490 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4446 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5575 , cls_190 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 0.0784 , 0.0382 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5588 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.9451 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5589 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.7647 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5591 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.6204 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5606 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2924 , 0.0300 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5608 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3490 , 0.0300 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5647 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 28.3168 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5652 , cls_190 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.5296 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5688 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.7979 , 0.0268 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5696 , cls_190 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.2477 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5733 , cls_190 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.6861 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5750 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1123 , 0.0426 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5776 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2032 , 0.0424 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5791 , cls_190 , 0.0000 , 1.8120 , 0.0464 , 2300952.3810 , 5.0333 , 0.3269 , 0.7941 , 0.8109 , 0.0000 , 0.0000 , 0.0000 , 9.4461 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5792 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 35.7096 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5813 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.1717 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5834 , cls_190 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 219.0034 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5844 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.6812 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5855 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0850 , 0.0569 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5858 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2978 , 0.0301 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5862 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7380 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5889 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9455 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5890 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0336 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5893 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 19.8839 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5904 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2242 , 0.1262 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5918 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 175.4622 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5940 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.2309 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5971 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.1569 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5990 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1270 , 0.0426 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5997 , cls_190 , 0.0000 , 0.0840 , 0.0056 , 4666666.6667 , 1.5556 , 0.8961 , 0.5609 , 0.6083 , 0.0000 , 0.0000 , 0.0000 , 2.2580 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5999 , cls_190 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 14.1550 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6009 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 14.1932 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6019 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1014 , 0.0469 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6028 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 25.3648 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6032 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 175.9879 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6050 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 98.0437 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6089 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 88.0269 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6115 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 220.6923 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6137 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 68.0368 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6145 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 88.4844 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6158 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.1621 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6189 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.3514 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6195 , cls_190 , 0.0000 , 0.0480 , 0.0045 , 7619047.6190 , 1.3333 , 0.9145 , 0.7591 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 219.4248 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6214 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 219.2969 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6302 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 23.9781 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6394 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 44.0898 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6578 , cls_190 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.1251 , 0.0541 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6595 , cls_190 , 0.0000 , 0.0960 , 0.0063 , 7111111.1111 , 2.0000 , 0.8372 , 0.7191 , 0.4111 , 0.0000 , 0.0000 , 0.0000 , 98.0015 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6597 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.3231 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6627 , cls_190 , 0.0000 , 0.0480 , 0.0034 , 10666666.6667 , 1.6000 , 0.8838 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 23.3446 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6656 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1930 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6658 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.0782 , 0.0997 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6680 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 220.8887 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6691 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2303 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6711 , cls_190 , 0.0000 , 0.0480 , 0.0036 , 5925925.9259 , 1.3333 , 0.9389 , 0.4270 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 68.3786 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6715 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.3713 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6717 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1979 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6748 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.1635 , 0.0258 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6771 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1598 , 0.0534 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6777 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 68.3264 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6792 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1824 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6807 , cls_190 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 26.5074 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6872 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.9002 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6873 , cls_190 , 0.0000 , 0.0420 , 0.0039 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 10.0016 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6882 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4602 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6887 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1942 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6906 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.6190 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6938 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.0428 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6942 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 12.3021 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6946 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.1372 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6948 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.2463 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6950 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.1042 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6957 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1889 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6981 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.8183 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7034 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8622 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7040 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4048 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7054 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1112 , 0.0524 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7102 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.5947 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7128 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1563 , 0.0443 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7170 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.9840 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7304 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4418 , 0.0443 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7320 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.5938 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7321 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.5785 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7373 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1772 , 0.0443 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7383 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4281 , 0.0408 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7446 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0879 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7486 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1015 , 0.0751 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7499 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.6766 , 0.0484 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7509 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4509 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7538 , cls_190 , 0.0000 , 0.0420 , 0.0035 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.6162 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7555 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9439 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7559 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4140 , 0.0433 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7582 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1227 , 0.0342 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7642 , cls_190 , 0.0000 , 0.0600 , 0.0054 , 8333333.3333 , 1.6667 , 0.8805 , 0.7736 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 3.4820 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7646 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.1096 , 0.0430 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7699 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9471 , 0.0255 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7714 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7214 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7737 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 12.1244 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7747 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.8664 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7750 , cls_190 , 0.0000 , 0.1500 , 0.0102 , 2976190.4762 , 1.6667 , 0.8649 , 0.6774 , 0.7470 , 0.0000 , 0.0000 , 0.0000 , 3.4302 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7783 , cls_190 , 0.0000 , 0.0480 , 0.0032 , 8888888.8889 , 1.6000 , 0.9002 , 0.5506 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.4339 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7784 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7552 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7806 , cls_190 , 0.0000 , 0.1980 , 0.0099 , 3666666.6667 , 2.0625 , 0.7990 , 0.4873 , 0.7083 , 0.0000 , 0.0000 , 0.0000 , 2.0628 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7850 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.3454 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7920 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 11.8298 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7947 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1362 , 0.0342 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7951 , cls_190 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 14.5598 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7962 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.5050 , 0.0382 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7985 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.0355 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8022 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.2668 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8060 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1572 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8141 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9153 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8174 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.5601 , 0.0426 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8192 , cls_190 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 15.1905 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8193 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.8355 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8271 , cls_190 , 0.0000 , 0.0480 , 0.0037 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 0.4459 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8281 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4077 , 0.0323 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8297 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4268 , 0.0228 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8322 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1077 , 0.0751 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8369 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.6767 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8434 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9165 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8488 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3676 , 0.0426 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8509 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4130 , 0.0301 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8530 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2593 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8540 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3217 , 0.0323 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8544 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3775 , 0.0234 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8583 , cls_190 , 0.0000 , 0.1500 , 0.0088 , 3703703.7037 , 1.7857 , 0.8406 , 0.6781 , 0.6963 , 0.0000 , 0.0000 , 0.0000 , 0.1189 , 0.0474 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8589 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2546 , 0.0430 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8613 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2923 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8622 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2747 , 0.0659 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8631 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2752 , 0.0400 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8702 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3679 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8723 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1318 , 0.0495 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8783 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2516 , 0.0301 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8784 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2734 , 0.0537 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8793 , cls_190 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.1574 , 0.1165 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8993 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1817 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9030 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2240 , 0.0537 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9032 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2700 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9033 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2652 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9120 , cls_190 , 0.0000 , 0.0720 , 0.0055 , 6153846.1538 , 1.5000 , 0.8875 , 0.6322 , 0.4872 , 0.0000 , 0.0000 , 0.0000 , 0.2740 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9127 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1580 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9253 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1147 , 0.0589 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9280 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1089 , 0.0495 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9307 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1791 , 0.0272 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9385 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.5229 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9413 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1425 , 0.0641 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9422 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1587 , 0.0815 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9458 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1735 , 0.0430 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9704 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1011 , 0.0391 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9732 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0948 , 0.0391 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9746 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1317 , 0.0752 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9814 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1085 , 0.0537 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9818 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0984 , 0.0495 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9847 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0531 , 0.1490 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 21 , cls_90 , 0.0000 , 0.0540 , 0.0040 , 8571428.5714 , 1.5000 , 0.8902 , 0.6572 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 0.3269 , 0.0323 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 52 , cls_90 , 0.0000 , 0.0480 , 0.0042 , 5925925.9259 , 1.3333 , 0.9389 , 0.6903 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 0.2798 , 0.0499 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 72 , cls_90 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.4625 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 77 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.1292 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 78 , cls_90 , 0.0000 , 0.5820 , 0.0234 , 2672176.3085 , 3.0313 , 0.6290 , 0.7596 , 0.7727 , 0.0000 , 0.0000 , 0.0000 , 14.1066 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 81 , cls_90 , 0.0000 , 0.0660 , 0.0055 , 4583333.3333 , 1.3750 , 0.9280 , 0.6488 , 0.6042 , 0.0000 , 0.0000 , 0.0000 , 7.0490 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 82 , cls_90 , 0.0000 , 0.1020 , 0.0079 , 3655913.9785 , 1.4167 , 0.8966 , 0.7420 , 0.6882 , 0.0000 , 0.0000 , 0.0000 , 4.4470 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 84 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.7674 , 0.0404 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 87 , cls_90 , 0.0000 , 0.0540 , 0.0047 , 4000000.0000 , 1.1250 , 0.9663 , 0.5756 , 0.6444 , 0.0000 , 0.0000 , 0.0000 , 1.5696 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 105 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0867 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 106 , cls_90 , 0.0000 , 0.2580 , 0.0132 , 3150183.1502 , 2.1500 , 0.7713 , 0.6592 , 0.7399 , 0.0000 , 0.0000 , 0.0000 , 4.5772 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 117 , cls_90 , 0.0000 , 0.0840 , 0.0064 , 7179487.1795 , 1.7500 , 0.8534 , 0.7453 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 1.3100 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 123 , cls_90 , 0.0000 , 0.0660 , 0.0044 , 6666666.6667 , 1.5714 , 0.8903 , 0.5170 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 0.5553 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 139 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.4870 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 163 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.8097 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 164 , cls_90 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 15.7523 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 171 , cls_90 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 3.2193 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 189 , cls_90 , 0.0000 , 0.0960 , 0.0063 , 6274509.8039 , 1.7778 , 0.8491 , 0.7075 , 0.4804 , 0.0000 , 0.0000 , 0.0000 , 3.4801 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 205 , cls_90 , 0.0000 , 0.0780 , 0.0056 , 4561403.5088 , 1.4444 , 0.9079 , 0.4624 , 0.6228 , 0.0000 , 0.0000 , 0.0000 , 1.2088 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 221 , cls_90 , 0.0000 , 0.1860 , 0.0129 , 3563218.3908 , 1.9375 , 0.8120 , 0.7748 , 0.6983 , 0.0000 , 0.0000 , 0.0000 , 10.1004 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 244 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.8061 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 264 , cls_90 , 0.0000 , 0.2880 , 0.0147 , 3764705.8824 , 2.5263 , 0.7333 , 0.7453 , 0.7039 , 0.0000 , 0.0000 , 0.0000 , 32.8302 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 288 , cls_90 , 0.0000 , 0.0660 , 0.0061 , 6111111.1111 , 1.5714 , 0.8988 , 0.8137 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.3637 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 289 , cls_90 , 0.0000 , 0.0960 , 0.0080 , 3232323.2323 , 1.3333 , 0.9184 , 0.6910 , 0.7172 , 0.0000 , 0.0000 , 0.0000 , 11.5301 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 290 , cls_90 , 0.0000 , 0.0540 , 0.0043 , 4615384.6154 , 1.1250 , 0.9510 , 0.5963 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 19.9891 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 291 , cls_90 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.8958 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 297 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4901 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 300 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3204 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 317 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3299 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 349 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.3449 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 365 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 53.2552 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 376 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1991 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 388 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5501 , 0.0446 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 395 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8539 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 402 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7577 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 411 , cls_90 , 0.0000 , 0.1740 , 0.0131 , 2648401.8265 , 1.6111 , 0.8556 , 0.7418 , 0.7740 , 0.0000 , 0.0000 , 0.0000 , 21.9514 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 413 , cls_90 , 0.0000 , 0.0600 , 0.0053 , 8333333.3333 , 1.6667 , 0.8805 , 0.7453 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 24.4172 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 427 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3962 , 0.0499 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 438 , cls_90 , 0.0000 , 0.2280 , 0.0114 , 6178861.7886 , 2.9231 , 0.7248 , 0.7350 , 0.5041 , 0.0000 , 0.0000 , 0.0000 , 12.8145 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 446 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.3743 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 448 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7836 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 469 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2611 , 0.0469 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 478 , cls_90 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.5489 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 495 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 35.2741 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 514 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.6944 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 526 , cls_90 , 0.0000 , 0.0540 , 0.0049 , 8571428.5714 , 1.5000 , 0.8902 , 0.8019 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 1.2019 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 531 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6426 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 541 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3346 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 548 , cls_90 , 0.0000 , 0.2940 , 0.0166 , 4242424.2424 , 2.7222 , 0.7177 , 0.8398 , 0.6450 , 0.0000 , 0.0000 , 0.0000 , 18.3028 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 561 , cls_90 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6488 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.0928 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 573 , cls_90 , 0.0000 , 0.0840 , 0.0058 , 5490196.0784 , 1.5556 , 0.8795 , 0.6670 , 0.5588 , 0.0000 , 0.0000 , 0.0000 , 1.4330 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 588 , cls_90 , 0.0000 , 0.0540 , 0.0040 , 6666666.6667 , 1.5000 , 0.9139 , 0.5416 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.3517 , 0.0342 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 590 , cls_90 , 0.0000 , 0.0420 , 0.0039 , 5185185.1852 , 1.1667 , 0.9673 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 0.9361 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 613 , cls_90 , 0.0000 , 0.0780 , 0.0056 , 8666666.6667 , 1.8571 , 0.8453 , 0.6817 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 12.0789 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 648 , cls_90 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 2.0266 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 668 , cls_90 , 0.0000 , 0.1320 , 0.0099 , 3055555.5556 , 1.5714 , 0.8807 , 0.6696 , 0.7431 , 0.0000 , 0.0000 , 0.0000 , 5.8022 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 671 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 18.4076 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 694 , cls_90 , 0.0000 , 0.0480 , 0.0041 , 5333333.3333 , 1.1429 , 0.9495 , 0.6255 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 13.2778 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 697 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.1931 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 700 , cls_90 , 0.0000 , 0.1920 , 0.0109 , 5079365.0794 , 2.4615 , 0.7706 , 0.7808 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 6.9424 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 707 , cls_90 , 0.0000 , 0.0540 , 0.0042 , 5454545.4545 , 1.2857 , 0.9338 , 0.5623 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 1.3388 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 743 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 20.3645 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 755 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5894 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 764 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.1308 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 821 , cls_90 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 7.2861 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 847 , cls_90 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 12.3955 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 865 , cls_90 , 0.0000 , 0.0420 , 0.0035 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 1.1057 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 898 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1975 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 924 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.7195 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 947 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5458 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 948 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5184 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 950 , cls_90 , 0.0000 , 0.1140 , 0.0076 , 8444444.4444 , 2.3750 , 0.7986 , 0.7671 , 0.3111 , 0.0000 , 0.0000 , 0.0000 , 0.5831 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 960 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.1081 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 992 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1599 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1008 , cls_90 , 0.0000 , 0.0660 , 0.0051 , 5641025.6410 , 1.3750 , 0.9067 , 0.6877 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 0.1621 , 0.0569 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1043 , cls_90 , 0.0000 , 0.0540 , 0.0046 , 5454545.4545 , 1.2857 , 0.9338 , 0.6888 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 0.7285 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1077 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6607 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1095 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9349 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1110 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.4718 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1159 , cls_90 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3965 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1215 , cls_90 , 0.0000 , 0.1020 , 0.0063 , 8095238.0952 , 2.1250 , 0.8172 , 0.6927 , 0.3929 , 0.0000 , 0.0000 , 0.0000 , 4.2298 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1224 , cls_90 , 0.0000 , 0.1620 , 0.0090 , 5142857.1429 , 2.2500 , 0.7954 , 0.7424 , 0.5762 , 0.0000 , 0.0000 , 0.0000 , 5.3907 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1235 , cls_90 , 0.0000 , 0.0780 , 0.0061 , 4333333.3333 , 1.4444 , 0.9133 , 0.5609 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 1.0444 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1250 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.8544 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1295 , cls_90 , 0.0000 , 0.3000 , 0.0179 , 6944444.4444 , 3.5714 , 0.6687 , 0.8877 , 0.4479 , 0.0000 , 0.0000 , 0.0000 , 1.4712 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1318 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3792 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1363 , cls_90 , 0.0000 , 0.0540 , 0.0042 , 4615384.6154 , 1.1250 , 0.9510 , 0.5132 , 0.6154 , 0.0000 , 0.0000 , 0.0000 , 4.4870 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1370 , cls_90 , 0.0000 , 0.0840 , 0.0060 , 5833333.3333 , 1.7500 , 0.8735 , 0.6866 , 0.5313 , 0.0000 , 0.0000 , 0.0000 , 9.8124 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1384 , cls_90 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5728 , 0.0323 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1432 , cls_90 , 0.0000 , 0.0660 , 0.0048 , 9166666.6667 , 1.8333 , 0.8606 , 0.7453 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 32.5458 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1468 , cls_90 , 0.0000 , 0.0780 , 0.0058 , 4814814.8148 , 1.4444 , 0.9022 , 0.6474 , 0.6019 , 0.0000 , 0.0000 , 0.0000 , 2.0376 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1493 , cls_90 , 0.0000 , 0.0540 , 0.0038 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.3311 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1533 , cls_90 , 0.0000 , 0.4740 , 0.0269 , 4146981.6273 , 3.4348 , 0.6297 , 0.8588 , 0.6509 , 0.0000 , 0.0000 , 0.0000 , 4.8932 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1548 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 26.3824 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1562 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2253 , 0.0446 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1572 , cls_90 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.8408 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1599 , cls_90 , 0.0000 , 0.0660 , 0.0049 , 7333333.3333 , 1.5714 , 0.8812 , 0.6255 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 6.9267 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1617 , cls_90 , 0.0000 , 0.0780 , 0.0060 , 4561403.5088 , 1.4444 , 0.9079 , 0.6686 , 0.6053 , 0.0000 , 0.0000 , 0.0000 , 5.0072 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1664 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6867 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1762 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.7439 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1768 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.0124 , 0.0270 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1770 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.9969 , 0.0270 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1786 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.1024 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1789 , cls_90 , 0.0000 , 0.0540 , 0.0044 , 6000000.0000 , 1.2857 , 0.9243 , 0.6894 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 6.4650 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1810 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.9002 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1819 , cls_90 , 0.0000 , 0.0420 , 0.0035 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 0.1704 , 0.0342 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1822 , cls_90 , 0.0000 , 0.0540 , 0.0042 , 6000000.0000 , 1.2857 , 0.9243 , 0.5609 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.2311 , 0.0626 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1848 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3824 , 0.0553 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1852 , cls_90 , 0.0000 , 0.0660 , 0.0041 , 9166666.6667 , 1.8333 , 0.8606 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.9955 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1892 , cls_90 , 0.0000 , 0.2280 , 0.0150 , 3781094.5274 , 2.2353 , 0.7728 , 0.8149 , 0.6915 , 0.0000 , 0.0000 , 0.0000 , 3.8328 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1916 , cls_90 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 7.3961 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1957 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.2253 , 0.0371 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1972 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8821 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2037 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.9062 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2046 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2476 , 0.0342 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2142 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9723 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2229 , cls_90 , 0.0000 , 0.1860 , 0.0104 , 4133333.3333 , 2.0667 , 0.7963 , 0.6718 , 0.6633 , 0.0000 , 0.0000 , 0.0000 , 1.0655 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2230 , cls_90 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.5237 , 0.0480 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2292 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3244 , 0.0658 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2368 , cls_90 , 0.0000 , 0.0840 , 0.0064 , 6222222.2222 , 1.7500 , 0.8671 , 0.7419 , 0.4778 , 0.0000 , 0.0000 , 0.0000 , 0.7498 , 0.0600 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2396 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.5415 , 0.0600 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2422 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3720 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2467 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.3145 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2506 , cls_90 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.8687 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2555 , cls_90 , 0.0000 , 0.0780 , 0.0059 , 4126984.1270 , 1.3000 , 0.9185 , 0.6658 , 0.6429 , 0.0000 , 0.0000 , 0.0000 , 2.0002 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2580 , cls_90 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.6580 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2657 , cls_90 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.4334 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2711 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5842 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2825 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5151 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2880 , cls_90 , 0.0000 , 0.2640 , 0.0143 , 5751633.9869 , 2.9333 , 0.7072 , 0.8002 , 0.5425 , 0.0000 , 0.0000 , 0.0000 , 1.6487 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2895 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4144 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2951 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.4124 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2981 , cls_90 , 0.0000 , 0.0540 , 0.0044 , 6000000.0000 , 1.2857 , 0.9243 , 0.6894 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 6.7168 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3030 , cls_90 , 0.0000 , 0.0480 , 0.0037 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 2.4411 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3034 , cls_90 , 0.0000 , 0.1920 , 0.0130 , 4183006.5359 , 2.1333 , 0.7901 , 0.8079 , 0.6601 , 0.0000 , 0.0000 , 0.0000 , 5.0964 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3054 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2423 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3068 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.8697 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3098 , cls_90 , 0.0000 , 0.0900 , 0.0057 , 5263157.8947 , 1.6667 , 0.8749 , 0.6278 , 0.5877 , 0.0000 , 0.0000 , 0.0000 , 13.5092 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3121 , cls_90 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.4769 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3142 , cls_90 , 0.0000 , 0.9000 , 0.0319 , 2320185.6148 , 3.5714 , 0.5373 , 0.6965 , 0.8090 , 0.0000 , 0.0000 , 0.0000 , 7.2591 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3198 , cls_90 , 0.0000 , 0.0540 , 0.0048 , 4000000.0000 , 1.1250 , 0.9663 , 0.5342 , 0.6444 , 0.0000 , 0.0000 , 0.0000 , 0.8411 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3388 , cls_90 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.8812 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3434 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7165 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3435 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.4357 , 0.0319 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3461 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.3741 , 0.1222 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3478 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.3371 , 0.0451 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3518 , cls_90 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 1.3247 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3533 , cls_90 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.8328 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3582 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5503 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3643 , cls_90 , 0.0000 , 0.0720 , 0.0047 , 5714285.7143 , 1.5000 , 0.8948 , 0.5182 , 0.5595 , 0.0000 , 0.0000 , 0.0000 , 0.1714 , 0.0485 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3755 , cls_90 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 114.3032 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3780 , cls_90 , 0.0000 , 0.0540 , 0.0050 , 7500000.0000 , 1.5000 , 0.9026 , 0.8078 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.8935 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3790 , cls_90 , 0.0000 , 0.0660 , 0.0054 , 5641025.6410 , 1.3750 , 0.9067 , 0.6817 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 0.6021 , 0.1101 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3837 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6203 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3863 , cls_90 , 0.0000 , 0.0900 , 0.0055 , 6666666.6667 , 1.8750 , 0.8517 , 0.7753 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.5959 , 0.0306 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3880 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4113 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3943 , cls_90 , 0.0000 , 0.1560 , 0.0111 , 3466666.6667 , 1.7333 , 0.8420 , 0.6894 , 0.7033 , 0.0000 , 0.0000 , 0.0000 , 68.3669 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3952 , cls_90 , 0.0000 , 0.0660 , 0.0050 , 6666666.6667 , 1.5714 , 0.8903 , 0.7307 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 1.5542 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4065 , cls_90 , 0.0000 , 1.3680 , 0.0351 , 3213530.6554 , 5.1818 , 0.3931 , 0.7707 , 0.7347 , 0.0000 , 0.0000 , 0.0000 , 168.1071 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4084 , cls_90 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5506 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 97.2296 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4085 , cls_90 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 108.2050 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4138 , cls_90 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.2316 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4184 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0666 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4213 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8837 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4291 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9075 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4311 , cls_90 , 0.0000 , 0.0540 , 0.0044 , 5454545.4545 , 1.2857 , 0.9338 , 0.6498 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 44.0924 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4321 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1474 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4357 , cls_90 , 0.0000 , 0.0660 , 0.0050 , 12222222.2222 , 2.2000 , 0.8354 , 0.8302 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5842 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4358 , cls_90 , 0.0000 , 0.0480 , 0.0043 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 2.3341 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4397 , cls_90 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.7789 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4420 , cls_90 , 0.0000 , 3.0840 , 0.0575 , 2811047.3065 , 7.3429 , 0.1153 , 0.7811 , 0.7718 , 0.0000 , 0.0000 , 0.0000 , 90.4954 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4421 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 146.1608 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4463 , cls_90 , 0.0000 , 0.0840 , 0.0056 , 7777777.7778 , 2.0000 , 0.8460 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 34.3398 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4472 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 137.9827 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4484 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4406 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4502 , cls_90 , 0.0000 , 0.2040 , 0.0128 , 4358974.3590 , 2.2667 , 0.7763 , 0.8161 , 0.6410 , 0.0000 , 0.0000 , 0.0000 , 46.5699 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4506 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 96.6219 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4546 , cls_90 , 0.0000 , 0.1680 , 0.0094 , 4148148.1481 , 2.0000 , 0.8116 , 0.6419 , 0.6556 , 0.0000 , 0.0000 , 0.0000 , 95.5432 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4549 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7107 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4551 , cls_90 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 1.2327 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4569 , cls_90 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 49.5028 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4596 , cls_90 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 2.0407 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4597 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.9247 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4622 , cls_90 , 0.0000 , 0.1680 , 0.0103 , 3333333.3333 , 1.8667 , 0.8350 , 0.6774 , 0.7202 , 0.0000 , 0.0000 , 0.0000 , 53.3904 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4648 , cls_90 , 0.0000 , 0.0780 , 0.0058 , 4126984.1270 , 1.3000 , 0.9185 , 0.6068 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 273.6561 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4662 , cls_90 , 0.0000 , 0.1080 , 0.0067 , 5454545.4545 , 1.8000 , 0.8471 , 0.6215 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 61.3961 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4663 , cls_90 , 0.0000 , 0.6300 , 0.0395 , 2953586.4979 , 3.3871 , 0.6011 , 0.8626 , 0.7518 , 0.0000 , 0.0000 , 0.0000 , 27.9798 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4687 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1040 , 0.1140 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4695 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2033 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4708 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.9337 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4714 , cls_90 , 0.0000 , 0.0540 , 0.0039 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 310.8817 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4725 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.8795 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4726 , cls_90 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 19.5094 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4727 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 24.8787 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4731 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 79.9704 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4750 , cls_90 , 0.0000 , 0.0540 , 0.0044 , 6000000.0000 , 1.2857 , 0.9243 , 0.6255 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.3317 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4757 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 316.0280 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4773 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2612 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4774 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 71.0703 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4797 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 161.3734 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4813 , cls_90 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 80.3613 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4828 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4836 , 0.0258 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4829 , cls_90 , 0.0000 , 0.0960 , 0.0064 , 7111111.1111 , 2.0000 , 0.8372 , 0.7347 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.1238 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4847 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9790 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4887 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.3326 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4893 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 66.0783 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4921 , cls_90 , 0.0000 , 0.0720 , 0.0059 , 8000000.0000 , 1.7143 , 0.8625 , 0.7805 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 246.3475 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4934 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 61.2683 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4960 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.5573 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4963 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 153.6715 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4992 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.1437 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4995 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 247.8643 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4996 , cls_90 , 0.0000 , 0.1020 , 0.0074 , 4927536.2319 , 1.7000 , 0.8651 , 0.7747 , 0.5725 , 0.0000 , 0.0000 , 0.0000 , 155.4466 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5054 , cls_90 , 0.0000 , 0.0480 , 0.0042 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.6994 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5070 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.5661 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5104 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2752 , 0.0319 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5141 , cls_90 , 0.0000 , 0.0540 , 0.0046 , 5454545.4545 , 1.2857 , 0.9338 , 0.6584 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 246.6803 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5159 , cls_90 , 0.0000 , 0.0600 , 0.0053 , 4761904.7619 , 1.2500 , 0.9354 , 0.6637 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 4.5098 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5165 , cls_90 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 13.3959 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5171 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2887 , 0.0258 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5184 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1447 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5249 , cls_90 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 97.5735 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5263 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.8683 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5305 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2987 , 0.0258 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5310 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.9103 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5318 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 45.8015 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5341 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 32.9779 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5342 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 52.0590 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5344 , cls_90 , 0.0000 , 0.0660 , 0.0051 , 7333333.3333 , 1.5714 , 0.8812 , 0.7598 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 96.2310 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5360 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5318 , 0.0430 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5391 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.4066 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5395 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 21.1895 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5411 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1492 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5412 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 19.9100 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5463 , cls_90 , 0.0000 , 0.0600 , 0.0045 , 8333333.3333 , 1.6667 , 0.8805 , 0.6817 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 31.4130 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5527 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8198 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5528 , cls_90 , 0.0000 , 0.0540 , 0.0039 , 6000000.0000 , 1.2857 , 0.9243 , 0.5609 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 8.0387 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5530 , cls_90 , 0.0000 , 0.1140 , 0.0079 , 7037037.0370 , 2.1111 , 0.8153 , 0.8237 , 0.4352 , 0.0000 , 0.0000 , 0.0000 , 62.5907 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5531 , cls_90 , 0.0000 , 0.0900 , 0.0066 , 6250000.0000 , 1.8750 , 0.8579 , 0.7603 , 0.4896 , 0.0000 , 0.0000 , 0.0000 , 321.5823 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5596 , cls_90 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.0953 , 0.0330 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5624 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7486 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5627 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 27.3660 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5629 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 15.2224 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5630 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 10.1363 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5644 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.4467 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5657 , cls_90 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 34.2028 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5658 , cls_90 , 0.0000 , 0.3120 , 0.0146 , 4561403.5088 , 2.8889 , 0.7001 , 0.7901 , 0.6272 , 0.0000 , 0.0000 , 0.0000 , 15.8471 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5677 , cls_90 , 0.0000 , 0.1800 , 0.0120 , 4545454.5455 , 2.1429 , 0.7917 , 0.8163 , 0.6326 , 0.0000 , 0.0000 , 0.0000 , 56.4511 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5697 , cls_90 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 42.2096 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5724 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4296 , 0.0335 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5730 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.1671 , 0.1158 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5745 , cls_90 , 0.0000 , 0.4560 , 0.0185 , 2753623.1884 , 2.7143 , 0.6783 , 0.6682 , 0.7790 , 0.0000 , 0.0000 , 0.0000 , 18.5785 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5746 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 62.6776 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5761 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 3.1613 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5774 , cls_90 , 0.0000 , 0.0780 , 0.0046 , 9629629.6296 , 2.1667 , 0.8359 , 0.6048 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 0.7360 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5789 , cls_90 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.9042 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5839 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.7663 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5846 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 24.8656 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5857 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2662 , 0.0631 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5873 , cls_90 , 0.0000 , 0.0480 , 0.0042 , 13333333.3333 , 2.0000 , 0.8645 , 0.8408 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 15.0395 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5895 , cls_90 , 0.0000 , 0.0480 , 0.0045 , 4848484.8485 , 1.1429 , 0.9594 , 0.6498 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 2.4989 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5906 , cls_90 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1370 , 0.0330 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5920 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8574 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5922 , cls_90 , 0.0000 , 0.1020 , 0.0090 , 4927536.2319 , 1.7000 , 0.8651 , 0.8021 , 0.5725 , 0.0000 , 0.0000 , 0.0000 , 8.3088 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5935 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4795 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5953 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 18.2539 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5954 , cls_90 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 8.7880 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5983 , cls_90 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 25.9460 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5985 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.2584 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6030 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1986 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6034 , cls_90 , 0.0000 , 0.0780 , 0.0053 , 4561403.5088 , 1.4444 , 0.9079 , 0.5829 , 0.6228 , 0.0000 , 0.0000 , 0.0000 , 8.3984 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6056 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 10.9417 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6094 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0991 , 0.0497 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6117 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 49.1356 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6118 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1927 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6122 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.8979 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6146 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5288 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6169 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8084 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6172 , cls_90 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.8745 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6173 , cls_90 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 8.0081 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6178 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 19.1960 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6225 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 12.6953 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6252 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5061 , 0.0285 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6253 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.2715 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6281 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.5833 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6282 , cls_90 , 0.0000 , 0.1560 , 0.0117 , 5416666.6667 , 2.1667 , 0.7959 , 0.8433 , 0.5521 , 0.0000 , 0.0000 , 0.0000 , 18.2774 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6303 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3749 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6364 , cls_90 , 0.0000 , 0.1980 , 0.0150 , 4888888.8889 , 2.3571 , 0.7696 , 0.8408 , 0.5778 , 0.0000 , 0.0000 , 0.0000 , 17.9998 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6383 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.4702 , 0.0228 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6398 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5041 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6419 , cls_90 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.2773 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6434 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5750 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6435 , cls_90 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 13.9870 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6462 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7336 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6466 , cls_90 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4418 , 0.0301 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6516 , cls_90 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 0.2469 , 0.0618 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6522 , cls_90 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.1207 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6534 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.3903 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6535 , cls_90 , 0.0000 , 0.3000 , 0.0198 , 5847953.2164 , 3.1250 , 0.6839 , 0.8940 , 0.5292 , 0.0000 , 0.0000 , 0.0000 , 6.2492 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6560 , cls_90 , 0.0000 , 0.0900 , 0.0058 , 5882352.9412 , 1.6667 , 0.8638 , 0.7294 , 0.5392 , 0.0000 , 0.0000 , 0.0000 , 6.9893 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6591 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0450 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6592 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.9830 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6594 , cls_90 , 0.0000 , 0.0900 , 0.0075 , 4761904.7619 , 1.5000 , 0.8851 , 0.7429 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 5.4146 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6606 , cls_90 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.7891 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6616 , cls_90 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 0.5939 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6644 , cls_90 , 0.0000 , 0.0600 , 0.0047 , 4166666.6667 , 1.2500 , 0.9495 , 0.4008 , 0.6563 , 0.0000 , 0.0000 , 0.0000 , 1.1180 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6654 , cls_90 , 0.0000 , 0.1140 , 0.0082 , 4523809.5238 , 1.7273 , 0.8588 , 0.7379 , 0.6310 , 0.0000 , 0.0000 , 0.0000 , 11.4957 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6660 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9886 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6661 , cls_90 , 0.0000 , 0.0720 , 0.0049 , 8888888.8889 , 2.0000 , 0.8529 , 0.7708 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.7992 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6774 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8537 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6812 , cls_90 , 0.0000 , 0.1440 , 0.0081 , 4848484.8485 , 2.0000 , 0.8186 , 0.5798 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 8.4209 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6885 , cls_90 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.7631 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6941 , cls_90 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4611 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6952 , cls_90 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.4076 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6985 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.8781 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7013 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9152 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7020 , cls_90 , 0.0000 , 0.0600 , 0.0053 , 4761904.7619 , 1.2500 , 0.9354 , 0.6927 , 0.5714 , 0.0000 , 0.0000 , 0.0000 , 10.1579 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7043 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4000 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7051 , cls_90 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.1811 , 0.0765 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7061 , cls_90 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 0.8653 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7065 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9292 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7074 , cls_90 , 0.0000 , 0.0480 , 0.0041 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 1.1696 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7098 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3047 , 0.0778 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7137 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8484 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7173 , cls_90 , 0.0000 , 0.0720 , 0.0047 , 7272727.2727 , 1.7143 , 0.8714 , 0.6888 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 1.1257 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7183 , cls_90 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.4696 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7224 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9894 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7226 , cls_90 , 0.0000 , 0.0420 , 0.0039 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 0.7491 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7273 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8219 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7318 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0714 , 0.1254 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7403 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3943 , 0.0481 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7425 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6202 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7426 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5979 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7659 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8650 , 0.0342 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7789 , cls_90 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 4.1266 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7793 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.8040 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7828 , cls_90 , 0.0000 , 0.0720 , 0.0045 , 8000000.0000 , 1.7143 , 0.8625 , 0.6255 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 4.1135 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7854 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2544 , 0.0560 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7861 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3780 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7923 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.3740 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7953 , cls_90 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 0.4411 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7990 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5493 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8000 , cls_90 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.6191 , 0.0342 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8004 , cls_90 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.6268 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8016 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2683 , 0.0560 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8027 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6216 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8044 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8367 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8075 , cls_90 , 0.0000 , 0.0540 , 0.0047 , 7500000.0000 , 1.5000 , 0.9026 , 0.7247 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 0.6203 , 0.0361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8092 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.0442 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8093 , cls_90 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.5054 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8200 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.5865 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8205 , cls_90 , 0.0000 , 0.0480 , 0.0043 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 0.3477 , 0.0433 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8234 , cls_90 , 0.0000 , 0.2460 , 0.0119 , 3796296.2963 , 2.4118 , 0.7597 , 0.6541 , 0.6991 , 0.0000 , 0.0000 , 0.0000 , 1.6699 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8284 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4863 , 0.0390 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8529 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 15.1999 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8552 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7708 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8591 , cls_90 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 0.6623 , 0.0301 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8611 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4929 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8634 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5434 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8652 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7981 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8682 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5545 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8690 , cls_90 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.4442 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8718 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.1938 , 0.0300 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8751 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.2956 , 0.0513 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8810 , cls_90 , 0.0000 , 0.0840 , 0.0056 , 8484848.4848 , 2.0000 , 0.8380 , 0.7357 , 0.3030 , 0.0000 , 0.0000 , 0.0000 , 0.7138 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8840 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0689 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8904 , cls_90 , 0.0000 , 0.0840 , 0.0070 , 5185185.1852 , 1.5556 , 0.8853 , 0.8024 , 0.5463 , 0.0000 , 0.0000 , 0.0000 , 4.4458 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8930 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.6380 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8933 , cls_90 , 0.0000 , 0.1080 , 0.0093 , 5714285.7143 , 1.8000 , 0.8426 , 0.8454 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.7995 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8966 , cls_90 , 0.0000 , 0.0480 , 0.0043 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 1.3897 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9038 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0896 , 0.0883 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9040 , cls_90 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.5573 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9048 , cls_90 , 0.0000 , 0.0600 , 0.0047 , 5128205.1282 , 1.2500 , 0.9278 , 0.5132 , 0.5641 , 0.0000 , 0.0000 , 0.0000 , 9.8228 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9056 , cls_90 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.4083 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9057 , cls_90 , 0.0000 , 0.0480 , 0.0038 , 7619047.6190 , 1.3333 , 0.9145 , 0.6572 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 1.1597 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9081 , cls_90 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 0.5066 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9130 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2327 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9149 , cls_90 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 1.1296 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9209 , cls_90 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.3803 , 0.0466 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9230 , cls_90 , 0.0000 , 0.1500 , 0.0104 , 5376344.0860 , 2.0833 , 0.8024 , 0.8026 , 0.5591 , 0.0000 , 0.0000 , 0.0000 , 0.8619 , 0.0240 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9359 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3379 , 0.0532 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9442 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4305 , 0.0335 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9535 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5966 , 0.0301 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9569 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3082 , 0.0335 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9605 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.1354 , 0.0516 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9620 , cls_90 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.3447 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9648 , cls_90 , 0.0000 , 0.0480 , 0.0040 , 4444444.4444 , 1.1429 , 0.9685 , 0.4731 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 1.3995 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9650 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7080 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9789 , cls_90 , 0.0000 , 0.1020 , 0.0091 , 4927536.2319 , 1.7000 , 0.8651 , 0.8355 , 0.5507 , 0.0000 , 0.0000 , 0.0000 , 0.1598 , 0.1075 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9830 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3932 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9835 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.2726 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9862 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3286 , 0.0424 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 22 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4653 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 26 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2972 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 30 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3114 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 40 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3010 , 0.0313 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 54 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.8908 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 91 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4874 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 118 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.3909 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 120 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3549 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 122 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3932 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 126 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.5775 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 130 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9433 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 132 , cls_100 , 0.0000 , 0.1140 , 0.0070 , 7450980.3922 , 2.1111 , 0.8100 , 0.7919 , 0.4216 , 0.0000 , 0.0000 , 0.0000 , 2.6410 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 143 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.4579 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 157 , cls_100 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.2929 , 0.0497 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 201 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.5366 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 212 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 2.0242 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 220 , cls_100 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1882 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 224 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.1873 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 226 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4100 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 239 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9628 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 255 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5949 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 257 , cls_100 , 0.0000 , 0.0840 , 0.0055 , 8484848.4848 , 2.0000 , 0.8380 , 0.7585 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.5987 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 260 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1836 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 262 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8400 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 265 , cls_100 , 0.0000 , 0.0540 , 0.0052 , 8571428.5714 , 1.5000 , 0.8902 , 0.8318 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 4.0853 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 266 , cls_100 , 0.0000 , 0.0360 , 0.0031 , 5000000.0000 , 1.0000 , 0.9877 , 0.4341 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 6.6784 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 268 , cls_100 , 0.0000 , 0.0780 , 0.0056 , 5777777.7778 , 1.6250 , 0.8838 , 0.6396 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 0.6075 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 273 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7824 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 283 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3887 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 298 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.6383 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 315 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9593 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 316 , cls_100 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7234 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 323 , cls_100 , 0.0000 , 0.1200 , 0.0083 , 5128205.1282 , 1.8182 , 0.8389 , 0.7453 , 0.5897 , 0.0000 , 0.0000 , 0.0000 , 5.6031 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 329 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.2084 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 330 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4310 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 341 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.3444 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 343 , cls_100 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.9886 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 344 , cls_100 , 0.0000 , 0.1080 , 0.0076 , 7500000.0000 , 2.2500 , 0.8166 , 0.8370 , 0.3646 , 0.0000 , 0.0000 , 0.0000 , 4.0610 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 348 , cls_100 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 0.6029 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 360 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0637 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 364 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3650 , 0.0350 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 368 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7336 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 389 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4378 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 391 , cls_100 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 3.2514 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 394 , cls_100 , 0.0000 , 0.0600 , 0.0053 , 6666666.6667 , 1.4286 , 0.9016 , 0.7598 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.1242 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 397 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9902 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 405 , cls_100 , 0.0000 , 0.0660 , 0.0041 , 9166666.6667 , 1.8333 , 0.8606 , 0.5926 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 3.9508 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 419 , cls_100 , 0.0000 , 0.0780 , 0.0050 , 10833333.3333 , 2.1667 , 0.8255 , 0.6817 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.5636 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 421 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7278 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 429 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3661 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 451 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.9485 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 459 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.7385 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 463 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5785 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 467 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.3593 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 468 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.2591 , 0.0319 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 471 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5302 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 491 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.9126 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 498 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8864 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 499 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7646 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 502 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9970 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 504 , cls_100 , 0.0000 , 0.0780 , 0.0060 , 6666666.6667 , 1.6250 , 0.8698 , 0.8053 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 7.1049 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 532 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2688 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 533 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.1469 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 542 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5890 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 544 , cls_100 , 0.0000 , 0.0540 , 0.0047 , 8571428.5714 , 1.5000 , 0.8902 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 2.9927 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 554 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.1703 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 560 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0456 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 574 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.8755 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 576 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4742 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 577 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.2622 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 579 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2175 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 589 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.2933 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 612 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3179 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 614 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.4990 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 618 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.9784 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 619 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5826 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 620 , cls_100 , 0.0000 , 0.0720 , 0.0058 , 8000000.0000 , 1.7143 , 0.8625 , 0.7805 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.8655 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 622 , cls_100 , 0.0000 , 0.0600 , 0.0043 , 7407407.4074 , 1.6667 , 0.8916 , 0.5416 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 1.2379 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 630 , cls_100 , 0.0000 , 0.0840 , 0.0052 , 8484848.4848 , 2.0000 , 0.8380 , 0.6584 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 0.6144 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 635 , cls_100 , 0.0000 , 0.0840 , 0.0053 , 7179487.1795 , 1.7500 , 0.8534 , 0.6322 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 2.8651 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 637 , cls_100 , 0.0000 , 0.1020 , 0.0074 , 7083333.3333 , 2.1250 , 0.8296 , 0.8041 , 0.4271 , 0.0000 , 0.0000 , 0.0000 , 0.4571 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 639 , cls_100 , 0.0000 , 0.0540 , 0.0047 , 12000000.0000 , 1.8000 , 0.8603 , 0.8447 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0845 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 647 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4694 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 653 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1417 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 661 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0612 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 662 , cls_100 , 0.0000 , 0.0600 , 0.0048 , 7407407.4074 , 1.6667 , 0.8916 , 0.7135 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 5.0245 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 665 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9132 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 667 , cls_100 , 0.0000 , 0.0540 , 0.0044 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.6878 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 669 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6590 , 0.0228 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 672 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6846 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 701 , cls_100 , 0.0000 , 0.0840 , 0.0059 , 5185185.1852 , 1.5556 , 0.8853 , 0.7205 , 0.5741 , 0.0000 , 0.0000 , 0.0000 , 1.5598 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 705 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3610 , 0.0319 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 711 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4303 , 0.0319 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 716 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6910 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 746 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8118 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 752 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7233 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 763 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2987 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 771 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4253 , 0.0258 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 774 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3148 , 0.0484 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 782 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5257 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 785 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0647 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 798 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.4473 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 800 , cls_100 , 0.0000 , 0.1140 , 0.0080 , 7037037.0370 , 2.1111 , 0.8153 , 0.8041 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 4.4009 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 820 , cls_100 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 1.1234 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 848 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.4613 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 858 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9873 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 866 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 0.9738 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 873 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2679 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 889 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.3094 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 895 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0140 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 902 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8812 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 911 , cls_100 , 0.0000 , 0.0540 , 0.0046 , 6666666.6667 , 1.5000 , 0.9139 , 0.7205 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.3893 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 913 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.6292 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 923 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6437 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 936 , cls_100 , 0.0000 , 0.0600 , 0.0040 , 6060606.0606 , 1.4286 , 0.9110 , 0.4613 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 0.5503 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 939 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2214 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 945 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.1303 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 946 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5545 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 961 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5784 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 965 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1212 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 975 , cls_100 , 0.0000 , 0.0600 , 0.0043 , 9523809.5238 , 1.6667 , 0.8684 , 0.7215 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 2.5757 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 982 , cls_100 , 0.0000 , 0.0540 , 0.0040 , 6000000.0000 , 1.2857 , 0.9243 , 0.6255 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 0.7584 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 991 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.4283 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1004 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1070 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1007 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5980 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1009 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5270 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1013 , cls_100 , 0.0000 , 0.1080 , 0.0074 , 7058823.5294 , 2.0000 , 0.8223 , 0.7768 , 0.4412 , 0.0000 , 0.0000 , 0.0000 , 1.3875 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1020 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7227 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1031 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6438 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1038 , cls_100 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.6544 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1040 , cls_100 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.5750 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1053 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5281 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1075 , cls_100 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.6231 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1109 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.9856 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1115 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4054 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1140 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6267 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1142 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 1.6518 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1169 , cls_100 , 0.0000 , 0.0600 , 0.0052 , 9523809.5238 , 1.6667 , 0.8684 , 0.7826 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 0.9412 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1205 , cls_100 , 0.0000 , 0.0840 , 0.0061 , 7777777.7778 , 2.0000 , 0.8460 , 0.7935 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 1.8088 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1211 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5535 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1216 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.4113 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1218 , cls_100 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 0.3815 , 0.0342 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1241 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6484 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1252 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5957 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1263 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6372 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1281 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2208 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1282 , cls_100 , 0.0000 , 0.0540 , 0.0047 , 10000000.0000 , 1.8000 , 0.8762 , 0.8302 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.3972 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1287 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6320 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1306 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4655 , 0.0323 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1309 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4361 , 0.0350 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1312 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5444 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1319 , cls_100 , 0.0000 , 0.0480 , 0.0042 , 13333333.3333 , 2.0000 , 0.8645 , 0.8408 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 0.3947 , 0.0300 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1337 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9259 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1346 , cls_100 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9106 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1352 , cls_100 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1929 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1375 , cls_100 , 0.0000 , 0.0600 , 0.0040 , 8333333.3333 , 1.6667 , 0.8805 , 0.5926 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 0.5647 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1386 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.4664 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1388 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.8704 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1393 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7732 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1402 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.9873 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1417 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0507 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1425 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1237 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1433 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4736 , 0.0331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1438 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.7623 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1466 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4140 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1490 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.6483 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1497 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9120 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1510 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.6535 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1522 , cls_100 , 0.0000 , 0.0480 , 0.0036 , 5925925.9259 , 1.3333 , 0.9389 , 0.4270 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 0.6592 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1530 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3691 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1536 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7096 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1549 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4065 , 0.0295 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1553 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.9542 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1555 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0758 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1558 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.6030 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1571 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3584 , 0.0339 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1573 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4494 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1602 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.7700 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1658 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3551 , 0.0382 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1676 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5710 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1688 , cls_100 , 0.0000 , 0.0660 , 0.0055 , 12222222.2222 , 2.2000 , 0.8354 , 0.8748 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3482 , 0.0228 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1693 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6692 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1710 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3771 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1724 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4578 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1733 , cls_100 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.0312 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1750 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5743 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1766 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6381 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1780 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2650 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1781 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7656 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1812 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6501 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1827 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3423 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1834 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5472 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1842 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.2668 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1844 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.0269 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1850 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3499 , 0.0283 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1853 , cls_100 , 0.0000 , 0.1080 , 0.0074 , 3870967.7419 , 1.5000 , 0.8826 , 0.6842 , 0.6774 , 0.0000 , 0.0000 , 0.0000 , 1.8063 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1863 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4075 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1867 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4726 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1875 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2853 , 0.0454 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1907 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.0596 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1915 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9076 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1924 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.7969 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1926 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7294 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1936 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3120 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1941 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3433 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1954 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2359 , 0.0351 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1959 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5789 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1960 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.8229 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1964 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3961 , 0.0228 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1976 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5306 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1991 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.1113 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2054 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3835 , 0.0268 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2118 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.4719 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2126 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8360 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2128 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8471 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2143 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.1363 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2147 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.9857 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2173 , cls_100 , 0.0000 , 0.0600 , 0.0046 , 5555555.5556 , 1.4286 , 0.9196 , 0.5870 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 1.2690 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2175 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.9490 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2204 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3312 , 0.0319 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2212 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.4733 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2217 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2151 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2218 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.1357 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2227 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.5905 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2235 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4207 , 0.0379 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2238 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4696 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2252 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6246 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2259 , cls_100 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 0.2582 , 0.0600 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2273 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7411 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2282 , cls_100 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.9296 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2306 , cls_100 , 0.0000 , 0.0660 , 0.0051 , 8148148.1481 , 1.8333 , 0.8713 , 0.7838 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.7393 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2309 , cls_100 , 0.0000 , 0.0600 , 0.0057 , 8333333.3333 , 1.6667 , 0.8805 , 0.8041 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 2.6307 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2317 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.1494 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2322 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3430 , 0.0402 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2340 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3457 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2346 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7009 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2358 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6412 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2360 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.4558 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2363 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1161 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2369 , cls_100 , 0.0000 , 0.0600 , 0.0055 , 9523809.5238 , 1.6667 , 0.8684 , 0.8217 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 2.9413 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2371 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1812 , 0.0514 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2378 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9989 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2394 , cls_100 , 0.0000 , 0.0540 , 0.0045 , 5000000.0000 , 1.2857 , 0.9427 , 0.5870 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 1.6937 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2395 , cls_100 , 0.0000 , 0.0600 , 0.0048 , 11111111.1111 , 2.0000 , 0.8548 , 0.7613 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 1.9809 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2424 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.3401 , 0.0319 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2437 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8394 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2441 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.5202 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2451 , cls_100 , 0.0000 , 0.0960 , 0.0059 , 5614035.0877 , 1.7778 , 0.8600 , 0.5829 , 0.5614 , 0.0000 , 0.0000 , 0.0000 , 0.6630 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2466 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.8683 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2481 , cls_100 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.4145 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2501 , cls_100 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 1.3473 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2507 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4416 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2508 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 3.0645 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2527 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4506 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2554 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.5037 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2560 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.3842 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2568 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.4392 , 0.0256 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2575 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2523 , 0.0600 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2579 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4320 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2587 , cls_100 , 0.0000 , 0.1020 , 0.0080 , 7555555.5556 , 2.1250 , 0.8236 , 0.8164 , 0.3556 , 0.0000 , 0.0000 , 0.0000 , 3.8456 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2596 , cls_100 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.5119 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2600 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.8419 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2616 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8451 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2624 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.9819 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2637 , cls_100 , 0.0000 , 0.0540 , 0.0043 , 6000000.0000 , 1.2857 , 0.9243 , 0.6817 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.5291 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2658 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.5750 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2678 , cls_100 , 0.0000 , 0.0600 , 0.0053 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.6875 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2689 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2769 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2691 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.8129 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2720 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4171 , 0.0300 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2722 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9382 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2735 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9933 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2769 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9076 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2780 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8130 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2795 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4143 , 0.0256 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2838 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.1940 , 0.0433 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2845 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3988 , 0.0331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2927 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.8892 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2972 , cls_100 , 0.0000 , 0.0480 , 0.0047 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.5043 , 0.0324 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2999 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5049 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3005 , cls_100 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.5926 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 0.5952 , 0.0256 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3029 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.8124 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3035 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.2559 , 0.0247 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3063 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 0.2904 , 0.0255 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3090 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.7412 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3091 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0032 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3095 , cls_100 , 0.0000 , 0.0960 , 0.0060 , 8888888.8889 , 2.2857 , 0.8167 , 0.7117 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.8232 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3105 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7728 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3120 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6162 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3123 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8304 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3125 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9335 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3177 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.1779 , 0.0433 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3181 , cls_100 , 0.0000 , 0.0840 , 0.0076 , 9333333.3333 , 2.0000 , 0.8294 , 0.8799 , 0.2833 , 0.0000 , 0.0000 , 0.0000 , 0.6146 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3182 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4635 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3199 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9164 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3205 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.0385 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3208 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7834 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3210 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7272 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3241 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2544 , 0.0247 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3257 , cls_100 , 0.0000 , 0.1080 , 0.0080 , 10909090.9091 , 2.5714 , 0.7835 , 0.8426 , 0.2121 , 0.0000 , 0.0000 , 0.0000 , 1.2432 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3262 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 0.8227 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3264 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 3.2756 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3269 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.3877 , 0.0255 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3275 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8618 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3286 , cls_100 , 0.0000 , 0.0480 , 0.0041 , 5333333.3333 , 1.1429 , 0.9495 , 0.6255 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 3.1055 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3300 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3543 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3312 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6270 , 0.0270 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3327 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2847 , 0.0361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3334 , cls_100 , 0.0000 , 0.1260 , 0.0076 , 7368421.0526 , 2.3333 , 0.7973 , 0.8065 , 0.4123 , 0.0000 , 0.0000 , 0.0000 , 0.7538 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3359 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9826 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3409 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.3304 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3443 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.3092 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3455 , cls_100 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 2.3310 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3462 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2511 , 0.0342 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3491 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.8399 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3523 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0960 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3531 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6687 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3562 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2610 , 0.0319 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3563 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.7137 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3570 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3632 , 0.0285 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3578 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.2614 , 0.0735 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3583 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7155 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3597 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.8010 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3600 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5866 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3606 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6461 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3614 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.4602 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3617 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.3496 , 0.0247 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3622 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6564 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3632 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4604 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3637 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 1.4890 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3653 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 1.3359 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3665 , cls_100 , 0.0000 , 0.0660 , 0.0061 , 9166666.6667 , 1.8333 , 0.8606 , 0.8041 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 2.0712 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3685 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6251 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3690 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7084 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3691 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4702 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3704 , cls_100 , 0.0000 , 0.0600 , 0.0046 , 11111111.1111 , 2.0000 , 0.8548 , 0.7753 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 1.7088 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3706 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1068 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3715 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5055 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3786 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2772 , 0.0319 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3796 , cls_100 , 0.0000 , 0.0660 , 0.0056 , 9166666.6667 , 1.8333 , 0.8606 , 0.8078 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.9869 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3809 , cls_100 , 0.0000 , 0.0960 , 0.0068 , 9696969.6970 , 2.2857 , 0.8090 , 0.8081 , 0.2879 , 0.0000 , 0.0000 , 0.0000 , 0.5727 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3828 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.7472 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3833 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2041 , 0.0564 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3841 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2580 , 0.0570 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3844 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.4066 , 0.0247 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3853 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.3294 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3871 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.6326 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3872 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.9395 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3892 , cls_100 , 0.0000 , 0.0480 , 0.0043 , 6666666.6667 , 1.3333 , 0.9273 , 0.7247 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.6999 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3896 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2752 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3917 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3250 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3942 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.8125 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3978 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.2846 , 0.0319 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3984 , cls_100 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 1.5690 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3999 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.5160 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4009 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.8742 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4031 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5020 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4051 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3119 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4064 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 1.1787 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4066 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8975 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4071 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2958 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4080 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3896 , 0.0366 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4083 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6093 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4102 , cls_100 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 0.7696 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4118 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6813 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4127 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.3678 , 0.0330 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4140 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.6016 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4169 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4489 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4178 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5705 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4206 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8389 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4227 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5619 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4234 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8910 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4253 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8624 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4263 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.6831 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4274 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8045 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4276 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.8435 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4278 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.8753 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4279 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1998 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4286 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0105 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4302 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.3076 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4304 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9154 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4310 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0717 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4322 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3770 , 0.0255 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4333 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.2057 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4334 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.3708 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4337 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9420 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4349 , cls_100 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.3607 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4361 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0695 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4370 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6617 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4375 , cls_100 , 0.0000 , 0.0720 , 0.0055 , 8000000.0000 , 1.7143 , 0.8625 , 0.7913 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 0.4605 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4399 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1308 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4401 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.3440 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4412 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8269 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4419 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5833 , 0.0313 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4423 , cls_100 , 0.0000 , 0.0960 , 0.0058 , 7111111.1111 , 2.0000 , 0.8372 , 0.6707 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.2002 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4437 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9729 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4443 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.5796 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4445 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0260 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4487 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2591 , 0.0601 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4497 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7143 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4503 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9091 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4504 , cls_100 , 0.0000 , 0.0600 , 0.0044 , 6666666.6667 , 1.4286 , 0.9016 , 0.6817 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 1.6519 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4516 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3562 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4517 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.3574 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4526 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1447 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4537 , cls_100 , 0.0000 , 0.0720 , 0.0067 , 8888888.8889 , 2.0000 , 0.8529 , 0.8727 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 0.5152 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4539 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5909 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4544 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9528 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4556 , cls_100 , 0.0000 , 0.0900 , 0.0058 , 8333333.3333 , 2.1429 , 0.8309 , 0.7495 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 1.0645 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4565 , cls_100 , 0.0000 , 0.0660 , 0.0075 , 7333333.3333 , 1.5714 , 0.8812 , 0.8739 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.4780 , 0.0247 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4582 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.8188 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4587 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.2041 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4590 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5426 , 0.0240 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4593 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6531 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4627 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.1948 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4646 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8572 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4652 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.3852 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4665 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7181 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4668 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 1.5398 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4669 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5598 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4684 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7406 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4688 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3272 , 0.0256 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4706 , cls_100 , 0.0000 , 0.0600 , 0.0055 , 8333333.3333 , 1.6667 , 0.8805 , 0.8078 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 1.4220 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4709 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1082 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4728 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8059 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4730 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8291 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4758 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2620 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4759 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7437 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4775 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8631 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4778 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9329 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4782 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.3490 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4793 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9083 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4798 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7468 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4800 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.4657 , 0.0323 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4810 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.6893 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4812 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 1.0216 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4823 , cls_100 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.0448 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4849 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7830 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4852 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.5990 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4868 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.4964 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4871 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.0658 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4875 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.9821 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4878 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.7209 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4889 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.4515 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4894 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.0273 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4899 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8881 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4900 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2746 , 0.0270 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4911 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.1165 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4914 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.6738 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4932 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2341 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4935 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4691 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4939 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4668 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4981 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9542 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4983 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4202 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4985 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5814 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4986 , cls_100 , 0.0000 , 0.0540 , 0.0051 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 0.9771 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4994 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3335 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5013 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3872 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5023 , cls_100 , 0.0000 , 0.0660 , 0.0047 , 7333333.3333 , 1.5714 , 0.8812 , 0.6894 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.7460 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5025 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.2782 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5028 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1297 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5041 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5961 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5053 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4378 , 0.0366 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5060 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3079 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5061 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3028 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5076 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3303 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5080 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5431 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5081 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.7860 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5088 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3072 , 0.0426 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5093 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9757 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5094 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8404 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5096 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3941 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5098 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.2904 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5116 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9093 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5140 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6066 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5151 , cls_100 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.2891 , 0.0324 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5161 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1013 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5194 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.2006 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5195 , cls_100 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.0786 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5196 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.2788 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5205 , cls_100 , 0.0000 , 0.0540 , 0.0038 , 10000000.0000 , 1.8000 , 0.8762 , 0.7062 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.3982 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5251 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3900 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5252 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2677 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5255 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.8594 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5264 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.9205 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5269 , cls_100 , 0.0000 , 0.0960 , 0.0070 , 5925925.9259 , 1.7778 , 0.8547 , 0.6817 , 0.4907 , 0.0000 , 0.0000 , 0.0000 , 0.8451 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5272 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3200 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5302 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3670 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5311 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5588 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5334 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4389 , 0.0582 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5352 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3750 , 0.0324 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5362 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7237 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5368 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0164 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5369 , cls_100 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.5308 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5382 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3185 , 0.0426 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5390 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8668 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5394 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5854 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5422 , cls_100 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.7052 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5462 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7744 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5471 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1349 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5481 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.4546 , 0.0255 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5497 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0453 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5501 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7799 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5503 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.1447 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5510 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1308 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5532 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.9319 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5551 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3896 , 0.0313 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5572 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1981 , 0.0313 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5574 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.1816 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5576 , cls_100 , 0.0000 , 0.0480 , 0.0038 , 10666666.6667 , 1.6000 , 0.8838 , 0.6463 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 0.6074 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5578 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.5459 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5587 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4316 , 0.0319 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5594 , cls_100 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 1.2482 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5625 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8475 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5636 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3779 , 0.0376 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5654 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.1104 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5659 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6078 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5676 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2700 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5683 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9128 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5726 , cls_100 , 0.0000 , 0.0540 , 0.0045 , 6000000.0000 , 1.2857 , 0.9243 , 0.6817 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 0.4869 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5731 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4765 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5739 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.6934 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5760 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0036 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5762 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9313 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5763 , cls_100 , 0.0000 , 0.0600 , 0.0046 , 6666666.6667 , 1.4286 , 0.9016 , 0.7453 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 2.0491 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5775 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6621 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5784 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4873 , 0.0319 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5790 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9840 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5793 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3155 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5800 , cls_100 , 0.0000 , 0.0660 , 0.0049 , 6666666.6667 , 1.5714 , 0.8903 , 0.6584 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 0.8354 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5804 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4073 , 0.0313 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5811 , cls_100 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 2.0071 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5812 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9129 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5815 , cls_100 , 0.0000 , 0.1020 , 0.0065 , 7555555.5556 , 2.1250 , 0.8236 , 0.7419 , 0.3778 , 0.0000 , 0.0000 , 0.0000 , 1.6424 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5819 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0408 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5827 , cls_100 , 0.0000 , 0.0480 , 0.0051 , 7619047.6190 , 1.3333 , 0.9145 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 0.4317 , 0.0330 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5841 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.4261 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5853 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.8387 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5870 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.1579 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5875 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1696 , 0.0339 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5892 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1362 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5898 , cls_100 , 0.0000 , 0.1440 , 0.0088 , 4444444.4444 , 2.0000 , 0.8275 , 0.6419 , 0.6296 , 0.0000 , 0.0000 , 0.0000 , 4.5606 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5900 , cls_100 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 11.0383 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5930 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.3985 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5932 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0402 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5942 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7156 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5947 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1280 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5949 , cls_100 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.0721 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5991 , cls_100 , 0.0000 , 0.0540 , 0.0038 , 12000000.0000 , 1.8000 , 0.8603 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9219 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6011 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5004 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6013 , cls_100 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.6021 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 3.4472 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6014 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1333 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6026 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8657 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6091 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1698 , 0.0339 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6095 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6673 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6107 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8062 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6116 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.7740 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6121 , cls_100 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 8.4919 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6130 , cls_100 , 0.0000 , 0.0660 , 0.0049 , 9166666.6667 , 1.8333 , 0.8606 , 0.7736 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.4995 , 0.0234 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6148 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.6853 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6171 , cls_100 , 0.0000 , 0.0540 , 0.0040 , 6666666.6667 , 1.5000 , 0.9139 , 0.5593 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 4.4989 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6174 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6415 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6197 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4274 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6198 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5782 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6202 , cls_100 , 0.0000 , 0.1920 , 0.0083 , 7111111.1111 , 2.9091 , 0.7391 , 0.6735 , 0.4556 , 0.0000 , 0.0000 , 0.0000 , 1.8942 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6205 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8105 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6222 , cls_100 , 0.0000 , 0.0780 , 0.0055 , 5777777.7778 , 1.6250 , 0.8838 , 0.7419 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 2.5463 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6264 , cls_100 , 0.0000 , 0.0720 , 0.0055 , 10000000.0000 , 2.0000 , 0.8423 , 0.7736 , 0.2292 , 0.0000 , 0.0000 , 0.0000 , 0.4094 , 0.0541 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6317 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.7265 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6326 , cls_100 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.4132 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6350 , cls_100 , 0.0000 , 0.0840 , 0.0064 , 7179487.1795 , 1.7500 , 0.8534 , 0.7566 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 1.0542 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6354 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6629 , 0.0404 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6359 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.9138 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6363 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4784 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6396 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 4.2335 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6420 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.0801 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6423 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 1.6123 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6471 , cls_100 , 0.0000 , 0.0540 , 0.0039 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.6509 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6473 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8922 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6485 , cls_100 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.6630 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 0.4090 , 0.0366 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6492 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4847 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6497 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.8181 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6515 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7351 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6517 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.2807 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6525 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.8689 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6533 , cls_100 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.3338 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6536 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1959 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6558 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.9602 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6563 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2068 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6566 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3752 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6567 , cls_100 , 0.0000 , 0.0780 , 0.0048 , 12380952.3810 , 2.1667 , 0.8141 , 0.8019 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 2.7093 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6581 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7546 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6584 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3435 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6590 , cls_100 , 0.0000 , 0.0540 , 0.0037 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.2156 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6604 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0913 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6615 , cls_100 , 0.0000 , 0.1080 , 0.0081 , 8571428.5714 , 2.2500 , 0.8045 , 0.8422 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.5706 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6622 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7143 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6625 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.3404 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6630 , cls_100 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.0592 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6637 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.8325 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6645 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5978 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6653 , cls_100 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.2588 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6662 , cls_100 , 0.0000 , 0.0600 , 0.0048 , 9523809.5238 , 1.6667 , 0.8684 , 0.8217 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 2.1087 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6670 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.7517 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6674 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0834 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6682 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.2831 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6684 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.0559 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6685 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6732 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6694 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.2720 , 0.0258 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6697 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 2.6180 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6710 , cls_100 , 0.0000 , 0.2520 , 0.0108 , 7000000.0000 , 3.2308 , 0.6973 , 0.6582 , 0.4417 , 0.0000 , 0.0000 , 0.0000 , 3.4834 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6719 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.8906 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6725 , cls_100 , 0.0000 , 0.0540 , 0.0047 , 8571428.5714 , 1.5000 , 0.8902 , 0.8019 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 0.2856 , 0.0430 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6745 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5216 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6746 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2869 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6749 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0379 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6791 , cls_100 , 0.0000 , 0.0780 , 0.0057 , 8666666.6667 , 1.8571 , 0.8453 , 0.6559 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1334 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6824 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.7533 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6834 , cls_100 , 0.0000 , 0.1920 , 0.0105 , 6881720.4301 , 2.6667 , 0.7420 , 0.8214 , 0.4409 , 0.0000 , 0.0000 , 0.0000 , 3.3868 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6840 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.2838 , 0.0258 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6855 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5046 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6866 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.1618 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6868 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9125 , 0.0240 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6877 , cls_100 , 0.0000 , 0.1380 , 0.0097 , 7301587.3016 , 2.3000 , 0.7854 , 0.8297 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 4.8044 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6901 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.2263 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6913 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 1.1260 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6930 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7731 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6978 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.5016 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6988 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2207 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6992 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2432 , 0.0408 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7001 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.8465 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7008 , cls_100 , 0.0000 , 0.1200 , 0.0070 , 7017543.8596 , 2.2222 , 0.8085 , 0.6731 , 0.4386 , 0.0000 , 0.0000 , 0.0000 , 3.8959 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7014 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 3.5888 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7027 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3674 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7047 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 1.4936 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7050 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.9149 , 0.0228 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7052 , cls_100 , 0.0000 , 0.0660 , 0.0044 , 10476190.4762 , 1.8333 , 0.8487 , 0.6927 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 1.7763 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7067 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.0633 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7070 , cls_100 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 7.4243 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7076 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5138 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7094 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9147 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7107 , cls_100 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.4469 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7119 , cls_100 , 0.0000 , 0.0480 , 0.0048 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.6984 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7124 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1697 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7135 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.2140 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7136 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9291 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7138 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5694 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7140 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 8.5770 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7141 , cls_100 , 0.0000 , 0.1320 , 0.0068 , 9166666.6667 , 2.7500 , 0.7713 , 0.7711 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 5.3064 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7149 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5241 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7161 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3363 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7176 , cls_100 , 0.0000 , 0.0600 , 0.0048 , 9523809.5238 , 1.6667 , 0.8684 , 0.7379 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 3.3727 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7188 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5159 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7193 , cls_100 , 0.0000 , 0.0720 , 0.0045 , 8888888.8889 , 2.0000 , 0.8529 , 0.6048 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 1.2658 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7194 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.0373 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7198 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8371 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7202 , cls_100 , 0.0000 , 0.1080 , 0.0062 , 5714285.7143 , 1.8000 , 0.8426 , 0.4955 , 0.5397 , 0.0000 , 0.0000 , 0.0000 , 4.3305 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7204 , cls_100 , 0.0000 , 0.0660 , 0.0048 , 9166666.6667 , 1.8333 , 0.8606 , 0.7004 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 7.1009 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7209 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1387 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7215 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4701 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7225 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4860 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7232 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.1709 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7233 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3622 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7236 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5440 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7240 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.2680 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7248 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3109 , 0.0430 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7249 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.9317 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7262 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7654 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7270 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.7410 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7281 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1517 , 0.0466 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7297 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6184 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7302 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4237 , 0.0351 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7312 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.1998 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7331 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4753 , 0.0300 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7353 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0735 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7370 , cls_100 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.7453 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 1.2551 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7371 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.3257 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7385 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.9372 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7387 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7343 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7388 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 0.3105 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7402 , cls_100 , 0.0000 , 0.1260 , 0.0068 , 5833333.3333 , 2.1000 , 0.8194 , 0.6850 , 0.5347 , 0.0000 , 0.0000 , 0.0000 , 1.3682 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7407 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.1445 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7409 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 5185185.1852 , 1.1667 , 0.9673 , 0.4270 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 2.2979 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7414 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.3831 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7416 , cls_100 , 0.0000 , 0.1200 , 0.0089 , 7843137.2549 , 2.2222 , 0.7983 , 0.8268 , 0.4020 , 0.0000 , 0.0000 , 0.0000 , 2.1588 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7423 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.7560 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7428 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7085 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7430 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.0368 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7444 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.9509 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7445 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.0171 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7453 , cls_100 , 0.0000 , 0.0660 , 0.0049 , 6666666.6667 , 1.5714 , 0.8903 , 0.6498 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 1.9527 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7461 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5307 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7465 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0376 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7475 , cls_100 , 0.0000 , 0.0540 , 0.0042 , 6666666.6667 , 1.5000 , 0.9139 , 0.6419 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 2.1944 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7485 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3562 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7507 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1083 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7512 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4031 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7513 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.0889 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7519 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5373 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7529 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9132 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7561 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8380 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7587 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5392 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7594 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6722 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7596 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7775 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7653 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.9126 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7658 , cls_100 , 0.0000 , 0.0840 , 0.0056 , 7777777.7778 , 2.0000 , 0.8460 , 0.7366 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.1364 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7661 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.1525 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7664 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8849 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7689 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1829 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7723 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.9558 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7727 , cls_100 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 2.1872 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7736 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2311 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7754 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7675 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7768 , cls_100 , 0.0000 , 0.0720 , 0.0055 , 8888888.8889 , 2.0000 , 0.8529 , 0.7796 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 2.4454 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7782 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6044 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7785 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8899 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7790 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.6848 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7792 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.4597 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7796 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0583 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7797 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1719 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7816 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5093 , 0.0295 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7825 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5171 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7830 , cls_100 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.5619 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7837 , cls_100 , 0.0000 , 0.0480 , 0.0042 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 2.5042 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7842 , cls_100 , 0.0000 , 0.0480 , 0.0034 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 4.0588 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7843 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2772 , 0.0331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7852 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7532 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7865 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.2789 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7866 , cls_100 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.2171 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7877 , cls_100 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.5256 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7878 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9388 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7879 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7613 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7886 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.5862 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7888 , cls_100 , 0.0000 , 0.1080 , 0.0062 , 8000000.0000 , 2.2500 , 0.8107 , 0.6327 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 1.4722 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7890 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1331 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7896 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.7481 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7926 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6574 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7930 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.5997 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7931 , cls_100 , 0.0000 , 0.0480 , 0.0042 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 3.2945 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7943 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.5436 , 0.0268 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7954 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 2.3310 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7967 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6609 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7968 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.8659 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7969 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6286 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7972 , cls_100 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.7453 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 5.2511 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7973 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 5333333.3333 , 1.1429 , 0.9495 , 0.6021 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 1.3504 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7977 , cls_100 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 2.3528 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7996 , cls_100 , 0.0000 , 0.0480 , 0.0042 , 5925925.9259 , 1.3333 , 0.9389 , 0.7135 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 2.4572 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8007 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2913 , 0.0335 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8017 , cls_100 , 0.0000 , 0.0540 , 0.0041 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.5773 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8024 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9598 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8040 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4444 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8043 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8984 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8048 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0245 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8049 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9118 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8063 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.9837 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8064 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3785 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8067 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 3.0318 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8090 , cls_100 , 0.0000 , 0.0540 , 0.0048 , 10000000.0000 , 1.8000 , 0.8762 , 0.7935 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.9284 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8096 , cls_100 , 0.0000 , 0.0600 , 0.0050 , 8333333.3333 , 1.6667 , 0.8805 , 0.7736 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.2212 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8100 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.1000 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8102 , cls_100 , 0.0000 , 0.1200 , 0.0071 , 7407407.4074 , 2.2222 , 0.8035 , 0.7304 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 2.5731 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8104 , cls_100 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.5072 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8105 , cls_100 , 0.0000 , 0.0480 , 0.0032 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 3.2698 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8126 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0857 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8129 , cls_100 , 0.0000 , 0.0660 , 0.0052 , 12222222.2222 , 2.2000 , 0.8354 , 0.8302 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5800 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8143 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.3055 , 0.0323 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8151 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9881 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8155 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.7084 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8161 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6319 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8165 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9317 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8179 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.9835 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8181 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9238 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8186 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.7005 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8204 , cls_100 , 0.0000 , 0.0540 , 0.0049 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 0.6142 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8208 , cls_100 , 0.0000 , 0.1140 , 0.0063 , 7037037.0370 , 2.1111 , 0.8153 , 0.7425 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 1.9729 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8213 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7341 , 0.0272 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8220 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4509 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8224 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0624 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8242 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.8519 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8248 , cls_100 , 0.0000 , 0.0480 , 0.0046 , 7619047.6190 , 1.3333 , 0.9145 , 0.7772 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3384 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8256 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.8005 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8257 , cls_100 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2128 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8264 , cls_100 , 0.0000 , 0.0540 , 0.0037 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.1573 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8270 , cls_100 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 0.8872 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8278 , cls_100 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.0648 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8279 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7592 , 0.0272 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8283 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2212 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8286 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6140 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8293 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3624 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8299 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2914 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8314 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9839 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8316 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.4747 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8318 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.0065 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8326 , cls_100 , 0.0000 , 0.0660 , 0.0049 , 6111111.1111 , 1.5714 , 0.8988 , 0.6273 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 1.7967 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8347 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8803 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8350 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5891 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8364 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3602 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8384 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8142 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8389 , cls_100 , 0.0000 , 0.0900 , 0.0066 , 6666666.6667 , 1.8750 , 0.8517 , 0.7753 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 1.3077 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8394 , cls_100 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.5603 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8400 , cls_100 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.8509 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8408 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9679 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8412 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.3564 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8439 , cls_100 , 0.0000 , 0.0480 , 0.0043 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.5416 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8452 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.5539 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8454 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8074 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8461 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.4370 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8471 , cls_100 , 0.0000 , 0.0480 , 0.0042 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 1.2536 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8478 , cls_100 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3475 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8496 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.3547 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8500 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6068 , 0.0258 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8518 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1966 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8523 , cls_100 , 0.0000 , 0.0660 , 0.0055 , 5238095.2381 , 1.3750 , 0.9142 , 0.7078 , 0.5357 , 0.0000 , 0.0000 , 0.0000 , 1.3646 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8527 , cls_100 , 0.0000 , 0.0420 , 0.0035 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 1.2619 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8553 , cls_100 , 0.0000 , 0.0960 , 0.0080 , 7619047.6190 , 2.0000 , 0.8307 , 0.8286 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 1.2857 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8558 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5572 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8566 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8280 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8576 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6058 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8586 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5397 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8592 , cls_100 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.8032 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8594 , cls_100 , 0.0000 , 0.0480 , 0.0034 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 2.1719 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8601 , cls_100 , 0.0000 , 0.0600 , 0.0040 , 8333333.3333 , 1.6667 , 0.8805 , 0.5926 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 3.2412 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8603 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0758 , 0.0258 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8619 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8317 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8632 , cls_100 , 0.0000 , 0.1020 , 0.0070 , 7555555.5556 , 2.1250 , 0.8236 , 0.7419 , 0.4111 , 0.0000 , 0.0000 , 0.0000 , 2.1886 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8633 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.8556 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8635 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.1538 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8636 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1713 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8649 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9992 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8653 , cls_100 , 0.0000 , 0.0600 , 0.0041 , 9523809.5238 , 1.6667 , 0.8684 , 0.5544 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 2.4670 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8681 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.8857 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8689 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.3970 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8697 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0257 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8707 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5588 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8714 , cls_100 , 0.0000 , 0.0540 , 0.0038 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 2.9053 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8719 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0948 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8720 , cls_100 , 0.0000 , 0.1080 , 0.0071 , 8571428.5714 , 2.2500 , 0.8045 , 0.7772 , 0.3214 , 0.0000 , 0.0000 , 0.0000 , 2.5275 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8733 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.5289 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8735 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7041 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8740 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.3383 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8760 , cls_100 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.4471 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8791 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.8310 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8801 , cls_100 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.4476 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8805 , cls_100 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.3156 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8807 , cls_100 , 0.0000 , 0.0540 , 0.0046 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.7057 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8811 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4378 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8826 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 0.8384 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8830 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 0.7127 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8833 , cls_100 , 0.0000 , 0.0480 , 0.0043 , 6666666.6667 , 1.3333 , 0.9273 , 0.7247 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.9372 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8841 , cls_100 , 0.0000 , 0.0720 , 0.0059 , 7272727.2727 , 1.7143 , 0.8714 , 0.7940 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 3.3713 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8844 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0530 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8845 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.6954 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8850 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0918 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8853 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1662 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8859 , cls_100 , 0.0000 , 0.0480 , 0.0051 , 7619047.6190 , 1.3333 , 0.9145 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 1.4786 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8860 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4147 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8863 , cls_100 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.5541 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8865 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.7410 , 0.0247 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8868 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9605 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8878 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5905 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8881 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.4036 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8883 , cls_100 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.3208 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8888 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 1.9951 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8909 , cls_100 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.2115 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8912 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.9863 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8928 , cls_100 , 0.0000 , 0.0720 , 0.0047 , 8000000.0000 , 1.7143 , 0.8625 , 0.5609 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 1.5968 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8931 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.3397 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8934 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8021 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8950 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2523 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8952 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.5229 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8954 , cls_100 , 0.0000 , 0.0600 , 0.0053 , 6060606.0606 , 1.4286 , 0.9110 , 0.7357 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 2.8930 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8959 , cls_100 , 0.0000 , 0.0600 , 0.0043 , 7407407.4074 , 1.6667 , 0.8916 , 0.6048 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 0.7514 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8962 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.5461 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8967 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0821 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8970 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2499 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8984 , cls_100 , 0.0000 , 0.1260 , 0.0093 , 7000000.0000 , 2.3333 , 0.8020 , 0.7805 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 1.3551 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8997 , cls_100 , 0.0000 , 0.1020 , 0.0073 , 7555555.5556 , 2.1250 , 0.8236 , 0.7613 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2.1507 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9001 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1203 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9027 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 1.8377 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9029 , cls_100 , 0.0000 , 0.0720 , 0.0055 , 8888888.8889 , 2.0000 , 0.8529 , 0.7453 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.2113 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9037 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4579 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9047 , cls_100 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9724 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9053 , cls_100 , 0.0000 , 0.0840 , 0.0058 , 7777777.7778 , 2.0000 , 0.8460 , 0.7753 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 1.3866 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9054 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7771 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9060 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4300 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9061 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.2637 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9086 , cls_100 , 0.0000 , 0.0480 , 0.0037 , 5333333.3333 , 1.1429 , 0.9495 , 0.4907 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 2.0010 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9093 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7720 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9111 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8388 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9114 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.0871 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9153 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.3589 , 0.0390 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9174 , cls_100 , 0.0000 , 0.0660 , 0.0065 , 7333333.3333 , 1.5714 , 0.8812 , 0.8041 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 0.8434 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9185 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5796 , 0.0350 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9188 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.3002 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9190 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4041 , 0.0390 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9196 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3457 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9198 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.6315 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9199 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9962 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9208 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2511 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9212 , cls_100 , 0.0000 , 0.0480 , 0.0038 , 7619047.6190 , 1.3333 , 0.9145 , 0.6572 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1474 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9226 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.6295 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9234 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.4444 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9241 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6582 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9242 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.6853 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9248 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6224 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9257 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6734 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9258 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.2702 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9261 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.1874 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9285 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2.7095 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9288 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8022 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9302 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.7107 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9313 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6187 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9321 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.0763 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9327 , cls_100 , 0.0000 , 0.0600 , 0.0047 , 6060606.0606 , 1.4286 , 0.9110 , 0.6584 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 2.0944 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9331 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4171 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9336 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1308 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9350 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.1385 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9383 , cls_100 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 1.8680 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9408 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6739 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9409 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8622 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9411 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2879 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9414 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7491 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9428 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8149 , 0.0234 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9443 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7116 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9463 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7920 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9473 , cls_100 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 0.7346 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9487 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0914 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9494 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.7224 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9519 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5119 , 0.0234 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9522 , cls_100 , 0.0000 , 0.0720 , 0.0052 , 6666666.6667 , 1.7143 , 0.8797 , 0.7366 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 1.9902 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9528 , cls_100 , 0.0000 , 0.0600 , 0.0050 , 4761904.7619 , 1.2500 , 0.9354 , 0.6039 , 0.5714 , 0.0000 , 0.0000 , 0.0000 , 0.5116 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9533 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4376 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9534 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7043 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9536 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8976 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9540 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0336 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9596 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9108 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9607 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2931 , 0.0270 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9608 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.2618 , 0.0270 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9615 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.7555 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9622 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4141 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9625 , cls_100 , 0.0000 , 0.0540 , 0.0037 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 3.1941 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9639 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9447 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9641 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5679 , 0.0270 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9649 , cls_100 , 0.0000 , 0.0720 , 0.0060 , 8888888.8889 , 2.0000 , 0.8529 , 0.7838 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 1.2100 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9671 , cls_100 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.9741 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9673 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.7037 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9677 , cls_100 , 0.0000 , 0.0480 , 0.0045 , 4848484.8485 , 1.1429 , 0.9594 , 0.6498 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 0.8987 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9685 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.8301 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9698 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.2727 , 0.0430 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9705 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8300 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9719 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1953 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9744 , cls_100 , 0.0000 , 0.0600 , 0.0042 , 11111111.1111 , 2.0000 , 0.8548 , 0.8137 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.4611 , 0.0339 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9757 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2275 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9758 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4195 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9763 , cls_100 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.7153 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9765 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6378 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9779 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.4618 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9816 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4542 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9817 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.8530 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9821 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2648 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9823 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2090 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9825 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4208 , 0.0300 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9834 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1959 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9842 , cls_100 , 0.0000 , 0.0600 , 0.0057 , 6060606.0606 , 1.4286 , 0.9110 , 0.7357 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 0.5512 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9852 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0714 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9858 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8312 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9869 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4190 , 0.0319 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9871 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4459 , 0.0361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9882 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3930 , 0.0268 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9884 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.0583 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 59 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.9138 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 96 , cls_130 , 0.0000 , 0.0540 , 0.0047 , 5000000.0000 , 1.2857 , 0.9427 , 0.6605 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 4.0494 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 98 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.2492 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 100 , cls_130 , 0.0000 , 0.1140 , 0.0082 , 5277777.7778 , 1.9000 , 0.8431 , 0.7196 , 0.5486 , 0.0000 , 0.0000 , 0.0000 , 15.4017 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 127 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.3583 , 0.0360 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 133 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.3047 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 149 , cls_130 , 0.0000 , 0.1140 , 0.0079 , 3333333.3333 , 1.4615 , 0.8916 , 0.6129 , 0.7325 , 0.0000 , 0.0000 , 0.0000 , 2.2892 , 0.0570 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 154 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4207 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 184 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 9.7740 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 207 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.2730 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 208 , cls_130 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 11.0211 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 209 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.6898 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 215 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4721 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 216 , cls_130 , 0.0000 , 0.1140 , 0.0088 , 5066666.6667 , 1.9000 , 0.8472 , 0.7513 , 0.5733 , 0.0000 , 0.0000 , 0.0000 , 6.5897 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 218 , cls_130 , 0.0000 , 0.2160 , 0.0150 , 3809523.8095 , 2.2500 , 0.7809 , 0.7979 , 0.6825 , 0.0000 , 0.0000 , 0.0000 , 4.1723 , 0.0255 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 231 , cls_130 , 0.0000 , 0.0960 , 0.0059 , 8205128.2051 , 2.0000 , 0.8239 , 0.7763 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 2.4180 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 232 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3424 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 236 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5175 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 238 , cls_130 , 0.0000 , 0.1440 , 0.0113 , 4571428.5714 , 2.0000 , 0.8246 , 0.8293 , 0.6095 , 0.0000 , 0.0000 , 0.0000 , 26.4417 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 247 , cls_130 , 0.0000 , 0.1320 , 0.0100 , 2444444.4444 , 1.3750 , 0.9068 , 0.6396 , 0.7917 , 0.0000 , 0.0000 , 0.0000 , 6.8706 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 280 , cls_130 , 0.0000 , 0.0780 , 0.0056 , 6190476.1905 , 1.6250 , 0.8770 , 0.6572 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 16.5061 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 286 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.2103 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 307 , cls_130 , 0.0000 , 0.0540 , 0.0044 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.5164 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 308 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 14.1722 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 310 , cls_130 , 0.0000 , 0.1200 , 0.0079 , 6349206.3492 , 2.0000 , 0.8180 , 0.7547 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 13.4150 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 312 , cls_130 , 0.0000 , 0.0540 , 0.0039 , 6000000.0000 , 1.2857 , 0.9243 , 0.5609 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 20.7485 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 314 , cls_130 , 0.0000 , 0.0420 , 0.0037 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 29.6150 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 335 , cls_130 , 0.0000 , 0.2160 , 0.0131 , 5581395.3488 , 2.5714 , 0.7430 , 0.8112 , 0.5543 , 0.0000 , 0.0000 , 0.0000 , 11.1911 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 350 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.9845 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 361 , cls_130 , 0.0000 , 0.0480 , 0.0042 , 4444444.4444 , 1.1429 , 0.9685 , 0.4731 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 10.8678 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 367 , cls_130 , 0.0000 , 0.2880 , 0.0149 , 3516483.5165 , 2.4000 , 0.7404 , 0.8395 , 0.7125 , 0.0000 , 0.0000 , 0.0000 , 9.2760 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 372 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.8824 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 380 , cls_130 , 0.0000 , 0.0480 , 0.0039 , 5333333.3333 , 1.1429 , 0.9495 , 0.4907 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 9.3864 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 390 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.4163 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 392 , cls_130 , 0.0000 , 0.0720 , 0.0050 , 5000000.0000 , 1.5000 , 0.9083 , 0.4907 , 0.5938 , 0.0000 , 0.0000 , 0.0000 , 17.4629 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 404 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1162 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 406 , cls_130 , 0.0000 , 0.0540 , 0.0039 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 20.0473 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 409 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 30.1105 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 431 , cls_130 , 0.0000 , 0.3780 , 0.0167 , 2658227.8481 , 2.4231 , 0.7197 , 0.5636 , 0.7869 , 0.0000 , 0.0000 , 0.0000 , 634.8057 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 441 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9302 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 455 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 33.8951 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 488 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.7490 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 492 , cls_130 , 0.0000 , 0.1020 , 0.0090 , 5666666.6667 , 1.8889 , 0.8510 , 0.8727 , 0.4917 , 0.0000 , 0.0000 , 0.0000 , 18.9455 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 497 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4448 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 511 , cls_130 , 0.0000 , 0.0540 , 0.0039 , 5000000.0000 , 1.2857 , 0.9427 , 0.4123 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 633.0512 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 512 , cls_130 , 0.0000 , 0.0540 , 0.0041 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 197.0267 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 521 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6642 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 523 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.6721 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 524 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2255 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 537 , cls_130 , 0.0000 , 0.0660 , 0.0050 , 9166666.6667 , 1.8333 , 0.8606 , 0.7516 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 22.3524 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 543 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 22.1984 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 568 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.2104 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 586 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4071 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 593 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.9743 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 595 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9605 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 610 , cls_130 , 0.0000 , 0.2100 , 0.0135 , 3645833.3333 , 2.1875 , 0.7901 , 0.7889 , 0.7083 , 0.0000 , 0.0000 , 0.0000 , 22.4791 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 616 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.3946 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 621 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.2166 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 633 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.9760 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 638 , cls_130 , 0.0000 , 0.4500 , 0.0188 , 3496503.4965 , 3.1250 , 0.6565 , 0.8008 , 0.7203 , 0.0000 , 0.0000 , 0.0000 , 161.6794 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 657 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.4266 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 660 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 78.8852 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 677 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0413 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 683 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.5921 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 687 , cls_130 , 0.0000 , 5.4540 , 0.1126 , 2405716.5542 , 9.0000 , -0.1638 , 0.8393 , 0.8025 , 0.0000 , 0.0000 , 0.0000 , 114.3489 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 691 , cls_130 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 34.9218 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 713 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 11.0773 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 714 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 30.9476 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 728 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8941 , 0.0395 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 734 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.3679 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 738 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.0034 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 739 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 71.5275 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 741 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 167.5937 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 750 , cls_130 , 0.0000 , 0.0480 , 0.0043 , 7619047.6190 , 1.3333 , 0.9145 , 0.7591 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 21.2254 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 773 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.9945 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 802 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.3110 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 807 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.5741 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 810 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.8206 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 830 , cls_130 , 0.0000 , 0.1140 , 0.0073 , 4871794.8718 , 1.7273 , 0.8511 , 0.6963 , 0.6090 , 0.0000 , 0.0000 , 0.0000 , 7.2470 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 836 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 6.2952 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 837 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2537 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 838 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 9.5277 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 842 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 631.9568 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 870 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 16.5999 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 872 , cls_130 , 0.0000 , 0.0660 , 0.0045 , 5641025.6410 , 1.3750 , 0.9067 , 0.5963 , 0.5513 , 0.0000 , 0.0000 , 0.0000 , 79.5016 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 874 , cls_130 , 0.0000 , 0.0540 , 0.0051 , 5454545.4545 , 1.2857 , 0.9338 , 0.7357 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 138.5489 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 878 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.9676 , 0.0300 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 880 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.2284 , 0.0240 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 900 , cls_130 , 0.0000 , 0.0480 , 0.0047 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 43.6095 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 917 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.7127 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 925 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 31.4037 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 940 , cls_130 , 0.0000 , 0.3420 , 0.0247 , 2345679.0123 , 2.1923 , 0.7531 , 0.8166 , 0.7984 , 0.0000 , 0.0000 , 0.0000 , 7.5082 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 944 , cls_130 , 0.0000 , 0.0420 , 0.0037 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.3283 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 954 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 22.9758 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 964 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 638.1583 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 967 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 101.7220 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 994 , cls_130 , 0.0000 , 0.1020 , 0.0058 , 8717948.7179 , 2.1250 , 0.8105 , 0.6322 , 0.3462 , 0.0000 , 0.0000 , 0.0000 , 633.8538 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1000 , cls_130 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 48.3351 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1001 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 59.1455 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1018 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.2330 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1019 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 10.8892 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1035 , cls_130 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 48.2241 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1047 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.4721 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1049 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.5581 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1052 , cls_130 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 14.9563 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1058 , cls_130 , 0.0000 , 0.0600 , 0.0041 , 6060606.0606 , 1.4286 , 0.9110 , 0.5170 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 66.1749 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1065 , cls_130 , 0.0000 , 0.3900 , 0.0187 , 2813852.8139 , 2.6000 , 0.7074 , 0.7154 , 0.7706 , 0.0000 , 0.0000 , 0.0000 , 109.2185 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1070 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.5369 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1093 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.5468 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1108 , cls_130 , 0.0000 , 0.0960 , 0.0077 , 3232323.2323 , 1.3333 , 0.9184 , 0.6639 , 0.7222 , 0.0000 , 0.0000 , 0.0000 , 3.8719 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1119 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.0279 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1122 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.5076 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1132 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 128.5236 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1136 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 633.0630 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1146 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 16.7244 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1148 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.3286 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1156 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 14.3966 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1158 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.6124 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1177 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.1874 , 0.0300 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1179 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 117.3997 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1181 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0608 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1183 , cls_130 , 0.0000 , 0.0900 , 0.0053 , 7692307.6923 , 1.8750 , 0.8382 , 0.6877 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 26.1794 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1185 , cls_130 , 0.0000 , 0.2760 , 0.0116 , 6258503.4014 , 3.2857 , 0.6921 , 0.7138 , 0.5102 , 0.0000 , 0.0000 , 0.0000 , 32.4758 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1187 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.5805 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1188 , cls_130 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 75.2005 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1192 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 23.9477 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1207 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.7492 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1214 , cls_130 , 0.0000 , 0.1380 , 0.0100 , 5679012.3457 , 2.0909 , 0.8091 , 0.7851 , 0.5247 , 0.0000 , 0.0000 , 0.0000 , 32.3571 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1228 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.6084 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1234 , cls_130 , 0.0000 , 3.8760 , 0.0705 , 2528870.6205 , 7.7831 , 0.0151 , 0.7975 , 0.7925 , 0.0000 , 0.0000 , 0.0000 , 114.4783 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1253 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.0432 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1266 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.9367 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1273 , cls_130 , 0.0000 , 0.2460 , 0.0128 , 3744292.2374 , 2.2778 , 0.7611 , 0.6952 , 0.6986 , 0.0000 , 0.0000 , 0.0000 , 24.9765 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1275 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.5387 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1279 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.5641 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1288 , cls_130 , 0.0000 , 0.2220 , 0.0151 , 3474178.4038 , 2.1765 , 0.7862 , 0.8155 , 0.7089 , 0.0000 , 0.0000 , 0.0000 , 36.1813 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1293 , cls_130 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 59.9164 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1297 , cls_130 , 0.0000 , 0.0600 , 0.0046 , 5128205.1282 , 1.2500 , 0.9278 , 0.5132 , 0.5769 , 0.0000 , 0.0000 , 0.0000 , 61.2100 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1298 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.9580 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1321 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7883 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1332 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 55.0592 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1344 , cls_130 , 0.0000 , 0.5760 , 0.0333 , 3368421.0526 , 3.4286 , 0.6083 , 0.8361 , 0.7211 , 0.0000 , 0.0000 , 0.0000 , 12.4177 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1348 , cls_130 , 0.0000 , 0.0720 , 0.0059 , 6666666.6667 , 1.7143 , 0.8797 , 0.7366 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 8.4601 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1349 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.0506 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1354 , cls_130 , 0.0000 , 0.1080 , 0.0075 , 5000000.0000 , 1.8000 , 0.8559 , 0.7649 , 0.5972 , 0.0000 , 0.0000 , 0.0000 , 140.9617 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1356 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.0488 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1378 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.9096 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1398 , cls_130 , 0.0000 , 0.0720 , 0.0046 , 6666666.6667 , 1.7143 , 0.8797 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.8000 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1427 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 175.0921 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1439 , cls_130 , 0.0000 , 0.0540 , 0.0038 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 34.0275 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1440 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 159.9813 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1445 , cls_130 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 196.0055 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1453 , cls_130 , 0.0000 , 0.0420 , 0.0039 , 5185185.1852 , 1.1667 , 0.9673 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 4.0642 , 0.0240 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1454 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1509 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1460 , cls_130 , 0.0000 , 0.0540 , 0.0045 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.4313 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1464 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 506.7388 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1477 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.3281 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1492 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 63.2133 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1503 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.8233 , 0.0258 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1504 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 70.8211 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1506 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 163.6503 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1539 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.8981 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1554 , cls_130 , 0.0000 , 0.0660 , 0.0053 , 4074074.0741 , 1.2222 , 0.9405 , 0.5676 , 0.6574 , 0.0000 , 0.0000 , 0.0000 , 76.9239 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1580 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.2636 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1582 , cls_130 , 0.0000 , 0.0780 , 0.0057 , 5416666.6667 , 1.6250 , 0.8902 , 0.6866 , 0.5521 , 0.0000 , 0.0000 , 0.0000 , 24.0047 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1583 , cls_130 , 0.0000 , 0.3780 , 0.0193 , 4200000.0000 , 3.1500 , 0.6728 , 0.8412 , 0.6567 , 0.0000 , 0.0000 , 0.0000 , 20.9726 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1585 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.1993 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1586 , cls_130 , 0.0000 , 0.0720 , 0.0059 , 7272727.2727 , 1.7143 , 0.8714 , 0.7845 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 5.7020 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1593 , cls_130 , 0.0000 , 0.3540 , 0.0151 , 3420289.8551 , 2.6818 , 0.7056 , 0.8163 , 0.7290 , 0.0000 , 0.0000 , 0.0000 , 110.0854 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1600 , cls_130 , 0.0000 , 0.5580 , 0.0333 , 3734939.7590 , 3.5769 , 0.6055 , 0.8813 , 0.6918 , 0.0000 , 0.0000 , 0.0000 , 365.2462 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1607 , cls_130 , 0.0000 , 0.0660 , 0.0049 , 5238095.2381 , 1.3750 , 0.9142 , 0.6039 , 0.5714 , 0.0000 , 0.0000 , 0.0000 , 106.8856 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1612 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.7400 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1651 , cls_130 , 0.0000 , 0.0900 , 0.0070 , 5263157.8947 , 1.6667 , 0.8749 , 0.7312 , 0.5526 , 0.0000 , 0.0000 , 0.0000 , 105.5361 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1657 , cls_130 , 0.0000 , 0.1860 , 0.0112 , 6078431.3725 , 2.5833 , 0.7584 , 0.8335 , 0.4951 , 0.0000 , 0.0000 , 0.0000 , 5.1102 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1659 , cls_130 , 0.0000 , 0.0660 , 0.0047 , 4888888.8889 , 1.3750 , 0.9213 , 0.4383 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 8.2279 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1667 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 509.1437 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1678 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9656 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1680 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.7835 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1691 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 103.3461 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1708 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 139.9680 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1715 , cls_130 , 0.0000 , 0.0480 , 0.0040 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 21.3199 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1716 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.2695 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1717 , cls_130 , 0.0000 , 0.0480 , 0.0034 , 6666666.6667 , 1.3333 , 0.9273 , 0.4907 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 15.3115 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1723 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.8683 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1737 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 506.0546 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1743 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.7460 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1754 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.2385 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1793 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.5941 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1794 , cls_130 , 0.0000 , 0.0660 , 0.0056 , 4583333.3333 , 1.3750 , 0.9280 , 0.6660 , 0.6146 , 0.0000 , 0.0000 , 0.0000 , 10.6080 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1799 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6809 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1839 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 10.8962 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1840 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.7020 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1843 , cls_130 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 2.3815 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1854 , cls_130 , 0.0000 , 0.1320 , 0.0083 , 3666666.6667 , 1.6923 , 0.8604 , 0.5647 , 0.7042 , 0.0000 , 0.0000 , 0.0000 , 329.3958 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1862 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.3235 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1877 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 505.3690 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1882 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.9146 , 0.0228 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1889 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 192.3032 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1898 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 102.8247 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1903 , cls_130 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.6740 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1905 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.2787 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1923 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 12.3620 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1927 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 8.8054 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1944 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 64.2721 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1953 , cls_130 , 0.0000 , 0.0480 , 0.0043 , 6666666.6667 , 1.3333 , 0.9273 , 0.7453 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.4798 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1955 , cls_130 , 0.0000 , 0.0600 , 0.0055 , 7407407.4074 , 1.6667 , 0.8916 , 0.7708 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 2.9609 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1974 , cls_130 , 0.0000 , 0.0480 , 0.0043 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 4.7988 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1980 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.8864 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1988 , cls_130 , 0.0000 , 0.1860 , 0.0099 , 3333333.3333 , 1.9375 , 0.8192 , 0.5066 , 0.7285 , 0.0000 , 0.0000 , 0.0000 , 640.3324 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2022 , cls_130 , 0.0000 , 0.1380 , 0.0079 , 6133333.3333 , 2.3000 , 0.8017 , 0.7080 , 0.4933 , 0.0000 , 0.0000 , 0.0000 , 6.6458 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2024 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.9685 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2028 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.3094 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2043 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6222 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2044 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 14.0750 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2045 , cls_130 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.9616 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2053 , cls_130 , 0.0000 , 0.0840 , 0.0060 , 6666666.6667 , 1.7500 , 0.8605 , 0.7772 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 9.1268 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2065 , cls_130 , 0.0000 , 0.0780 , 0.0077 , 7878787.8788 , 1.8571 , 0.8541 , 0.8715 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 8.8288 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2066 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.4699 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2068 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.7414 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2072 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7939 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2091 , cls_130 , 0.0000 , 0.1620 , 0.0092 , 4736842.1053 , 2.0769 , 0.8036 , 0.6753 , 0.6096 , 0.0000 , 0.0000 , 0.0000 , 27.3690 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2097 , cls_130 , 0.0000 , 0.0540 , 0.0041 , 5454545.4545 , 1.2857 , 0.9338 , 0.6215 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 6.7171 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2107 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 431.5541 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2116 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.3069 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2120 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4150 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2122 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.4262 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2130 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 4.3757 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2149 , cls_130 , 0.0000 , 0.0480 , 0.0042 , 5925925.9259 , 1.3333 , 0.9389 , 0.7135 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 4.2051 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2156 , cls_130 , 0.0000 , 0.1920 , 0.0131 , 3232323.2323 , 1.8824 , 0.8175 , 0.7980 , 0.7298 , 0.0000 , 0.0000 , 0.0000 , 385.1573 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2165 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 15.7980 , 0.0247 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2176 , cls_130 , 0.0000 , 0.1020 , 0.0082 , 4197530.8642 , 1.5455 , 0.8817 , 0.6846 , 0.6358 , 0.0000 , 0.0000 , 0.0000 , 4.2380 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2182 , cls_130 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 15.5523 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2183 , cls_130 , 0.0000 , 0.0540 , 0.0048 , 5454545.4545 , 1.2857 , 0.9338 , 0.7199 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 72.6500 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2196 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.3162 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2197 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1483 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2214 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6052 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2224 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.4010 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2236 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 158.2719 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2242 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4337 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2268 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.4784 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2271 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5149 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2284 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.8585 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2293 , cls_130 , 0.0000 , 0.1080 , 0.0082 , 4800000.0000 , 1.8000 , 0.8600 , 0.7279 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 12.5386 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2305 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8287 , 0.0240 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2315 , cls_130 , 0.0000 , 0.1020 , 0.0080 , 5666666.6667 , 1.8889 , 0.8510 , 0.7375 , 0.5250 , 0.0000 , 0.0000 , 0.0000 , 11.6157 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2329 , cls_130 , 0.0000 , 0.0660 , 0.0052 , 5641025.6410 , 1.3750 , 0.9067 , 0.6817 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 7.5371 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2343 , cls_130 , 0.0000 , 0.0480 , 0.0044 , 7619047.6190 , 1.3333 , 0.9145 , 0.7772 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.7574 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2361 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.2124 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2364 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.6052 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2365 , cls_130 , 0.0000 , 0.0900 , 0.0062 , 3846153.8462 , 1.3636 , 0.9077 , 0.4292 , 0.6795 , 0.0000 , 0.0000 , 0.0000 , 14.6779 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2366 , cls_130 , 0.0000 , 0.0660 , 0.0054 , 3859649.1228 , 1.2222 , 0.9464 , 0.5435 , 0.6754 , 0.0000 , 0.0000 , 0.0000 , 10.6965 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2377 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 14.2988 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2385 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.5865 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2398 , cls_130 , 0.0000 , 0.1080 , 0.0075 , 3333333.3333 , 1.5000 , 0.8991 , 0.5274 , 0.7130 , 0.0000 , 0.0000 , 0.0000 , 8.8732 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2413 , cls_130 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.0574 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2415 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.3613 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2428 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 9.5959 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2431 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 631.5293 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2435 , cls_130 , 0.0000 , 0.0480 , 0.0039 , 4848484.8485 , 1.1429 , 0.9594 , 0.4398 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 7.6300 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2440 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7642 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2455 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 7.9752 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2462 , cls_130 , 0.0000 , 0.0720 , 0.0057 , 5714285.7143 , 1.5000 , 0.8948 , 0.6927 , 0.5119 , 0.0000 , 0.0000 , 0.0000 , 3.4968 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2474 , cls_130 , 0.0000 , 0.0720 , 0.0056 , 4444444.4444 , 1.3333 , 0.9206 , 0.6630 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 506.6361 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2486 , cls_130 , 0.0000 , 0.0900 , 0.0062 , 4545454.5455 , 1.5000 , 0.8899 , 0.5170 , 0.6288 , 0.0000 , 0.0000 , 0.0000 , 6.9875 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2500 , cls_130 , 0.0000 , 0.0780 , 0.0047 , 6666666.6667 , 1.6250 , 0.8698 , 0.6322 , 0.4744 , 0.0000 , 0.0000 , 0.0000 , 430.4453 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2524 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 284.1308 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2549 , cls_130 , 0.0000 , 0.0540 , 0.0046 , 6000000.0000 , 1.2857 , 0.9243 , 0.7170 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 41.6366 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2551 , cls_130 , 0.0000 , 0.1140 , 0.0082 , 5507246.3768 , 1.9000 , 0.8388 , 0.7980 , 0.5362 , 0.0000 , 0.0000 , 0.0000 , 9.9139 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2559 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.8718 , 0.0391 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2567 , cls_130 , 0.0000 , 0.1380 , 0.0068 , 6133333.3333 , 2.3000 , 0.8017 , 0.5639 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 22.4609 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2573 , cls_130 , 0.0000 , 0.1440 , 0.0102 , 6153846.1538 , 2.1818 , 0.7953 , 0.8585 , 0.4808 , 0.0000 , 0.0000 , 0.0000 , 34.4347 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2593 , cls_130 , 0.0000 , 0.0540 , 0.0042 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.5176 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2603 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 73.5301 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2619 , cls_130 , 0.0000 , 0.6360 , 0.0281 , 2066276.8031 , 2.8649 , 0.6359 , 0.7058 , 0.8333 , 0.0000 , 0.0000 , 0.0000 , 24.7357 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2621 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.3890 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2634 , cls_130 , 0.0000 , 0.3960 , 0.0149 , 5057471.2644 , 3.4737 , 0.6467 , 0.7030 , 0.5920 , 0.0000 , 0.0000 , 0.0000 , 9.9046 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2646 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.6822 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2653 , cls_130 , 0.0000 , 0.1440 , 0.0082 , 5714285.7143 , 2.1818 , 0.8024 , 0.6845 , 0.5298 , 0.0000 , 0.0000 , 0.0000 , 137.9989 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2660 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 8.0965 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2662 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 24.4182 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2665 , cls_130 , 0.0000 , 0.0600 , 0.0047 , 4166666.6667 , 1.2500 , 0.9495 , 0.5031 , 0.6563 , 0.0000 , 0.0000 , 0.0000 , 14.3902 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2669 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.4900 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2670 , cls_130 , 0.0000 , 0.1020 , 0.0075 , 8095238.0952 , 2.1250 , 0.8172 , 0.8162 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 3.7487 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2673 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.5036 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2674 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 34.4358 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2681 , cls_130 , 0.0000 , 0.0600 , 0.0046 , 6060606.0606 , 1.4286 , 0.9110 , 0.6498 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 17.0881 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2688 , cls_130 , 0.0000 , 0.1020 , 0.0089 , 4722222.2222 , 1.7000 , 0.8694 , 0.8234 , 0.5764 , 0.0000 , 0.0000 , 0.0000 , 7.9655 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2698 , cls_130 , 0.0000 , 0.0600 , 0.0048 , 4761904.7619 , 1.2500 , 0.9354 , 0.5544 , 0.6071 , 0.0000 , 0.0000 , 0.0000 , 5.5952 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2700 , cls_130 , 0.0000 , 0.0540 , 0.0043 , 6666666.6667 , 1.5000 , 0.9139 , 0.7205 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 10.8916 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2705 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 38.3970 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2721 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 71.1152 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2727 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 22.6937 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2734 , cls_130 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.0807 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2739 , cls_130 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 8.5849 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2748 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.0544 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2749 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 12.4732 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2766 , cls_130 , 0.0000 , 0.0720 , 0.0069 , 8888888.8889 , 2.0000 , 0.8529 , 0.8603 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 508.2862 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2787 , cls_130 , 0.0000 , 0.0660 , 0.0042 , 8148148.1481 , 1.8333 , 0.8713 , 0.6630 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 7.1668 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2794 , cls_130 , 0.0000 , 0.0480 , 0.0041 , 4102564.1026 , 1.0000 , 0.9771 , 0.3379 , 0.6410 , 0.0000 , 0.0000 , 0.0000 , 15.0568 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2804 , cls_130 , 0.0000 , 0.5940 , 0.0250 , 4285714.2857 , 3.9600 , 0.5796 , 0.8317 , 0.6418 , 0.0000 , 0.0000 , 0.0000 , 23.0357 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2813 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4116 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2814 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 6.0918 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2827 , cls_130 , 0.0000 , 0.0660 , 0.0047 , 6111111.1111 , 1.5714 , 0.8988 , 0.5506 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 231.5699 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2848 , cls_130 , 0.0000 , 0.3240 , 0.0164 , 4000000.0000 , 2.8421 , 0.7061 , 0.7514 , 0.6611 , 0.0000 , 0.0000 , 0.0000 , 33.7706 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2850 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.3725 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2851 , cls_130 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 16.2578 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2855 , cls_130 , 0.0000 , 0.0540 , 0.0050 , 8571428.5714 , 1.5000 , 0.8902 , 0.8019 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 515.4450 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2856 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 128.2361 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2863 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 4.4591 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2869 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6836 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2871 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.2609 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2879 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.7596 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2887 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 5925925.9259 , 1.3333 , 0.9389 , 0.5593 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 34.5153 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2891 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 41.2106 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2892 , cls_130 , 0.0000 , 0.0480 , 0.0034 , 13333333.3333 , 2.0000 , 0.8645 , 0.7170 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 13.5306 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2893 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.9257 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2897 , cls_130 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 3.7364 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2905 , cls_130 , 0.0000 , 0.1380 , 0.0102 , 2395833.3333 , 1.4375 , 0.9027 , 0.5595 , 0.8021 , 0.0000 , 0.0000 , 0.0000 , 41.9947 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2917 , cls_130 , 0.0000 , 0.3180 , 0.0153 , 5608465.6085 , 3.3125 , 0.6774 , 0.7554 , 0.5423 , 0.0000 , 0.0000 , 0.0000 , 35.4621 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2922 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.4715 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2923 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.7024 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2926 , cls_130 , 0.0000 , 0.0540 , 0.0042 , 5454545.4545 , 1.2857 , 0.9338 , 0.6498 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 4.9456 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2930 , cls_130 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.5799 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2941 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 17.6861 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2953 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5098 , 0.0247 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2963 , cls_130 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 148.5919 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2976 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.5561 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2988 , cls_130 , 0.0000 , 0.0540 , 0.0048 , 10000000.0000 , 1.8000 , 0.8762 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 513.5244 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2990 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 46.0018 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2993 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 28.8369 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2998 , cls_130 , 0.0000 , 0.0840 , 0.0056 , 5185185.1852 , 1.5556 , 0.8853 , 0.5676 , 0.5926 , 0.0000 , 0.0000 , 0.0000 , 6.6608 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3000 , cls_130 , 0.0000 , 0.0780 , 0.0058 , 6190476.1905 , 1.6250 , 0.8770 , 0.6572 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 3.3677 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3003 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.2732 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3004 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.8047 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3007 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.4565 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3009 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 10.6074 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3019 , cls_130 , 0.0000 , 0.0900 , 0.0072 , 4545454.5455 , 1.5000 , 0.8899 , 0.7307 , 0.6136 , 0.0000 , 0.0000 , 0.0000 , 32.0126 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3025 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.1561 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3038 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 24.3815 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3043 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 16.0611 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3052 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 30.4085 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3058 , cls_130 , 0.0000 , 0.9420 , 0.0422 , 3105835.8061 , 4.2432 , 0.4988 , 0.8660 , 0.7453 , 0.0000 , 0.0000 , 0.0000 , 194.8511 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3064 , cls_130 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 14.3915 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3066 , cls_130 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.6021 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 9.3710 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3067 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.8884 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3076 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0780 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3077 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5423 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3082 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 21.1323 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3110 , cls_130 , 0.0000 , 0.0480 , 0.0043 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 16.0846 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3114 , cls_130 , 0.0000 , 0.1320 , 0.0083 , 3760683.7607 , 1.6923 , 0.8577 , 0.6027 , 0.7009 , 0.0000 , 0.0000 , 0.0000 , 31.2903 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3117 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.4700 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3135 , cls_130 , 0.0000 , 0.0840 , 0.0062 , 6222222.2222 , 1.7500 , 0.8671 , 0.7753 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 13.2805 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3139 , cls_130 , 0.0000 , 0.0600 , 0.0051 , 3703703.7037 , 1.1111 , 0.9624 , 0.4907 , 0.6759 , 0.0000 , 0.0000 , 0.0000 , 5.8692 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3140 , cls_130 , 0.0000 , 0.0540 , 0.0041 , 6666666.6667 , 1.5000 , 0.9139 , 0.5416 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.3951 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3145 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.2369 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3146 , cls_130 , 0.0000 , 0.0540 , 0.0040 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.7732 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3153 , cls_130 , 0.0000 , 0.5400 , 0.0264 , 3243243.2432 , 3.2143 , 0.6260 , 0.7969 , 0.7315 , 0.0000 , 0.0000 , 0.0000 , 64.6186 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3172 , cls_130 , 0.0000 , 0.0840 , 0.0069 , 4666666.6667 , 1.5556 , 0.8961 , 0.7453 , 0.6167 , 0.0000 , 0.0000 , 0.0000 , 39.7491 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3178 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.5416 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3188 , cls_130 , 0.0000 , 0.0780 , 0.0058 , 9629629.6296 , 2.1667 , 0.8359 , 0.7838 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 21.1125 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3191 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.4140 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3193 , cls_130 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.0779 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3204 , cls_130 , 0.0000 , 0.0900 , 0.0071 , 4000000.0000 , 1.5000 , 0.9035 , 0.6423 , 0.6600 , 0.0000 , 0.0000 , 0.0000 , 25.5070 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3215 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 44.5760 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3224 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.0432 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3227 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.9004 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3235 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7990 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3238 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.0822 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3247 , cls_130 , 0.0000 , 0.2700 , 0.0172 , 2586206.8966 , 2.0455 , 0.7854 , 0.7075 , 0.7845 , 0.0000 , 0.0000 , 0.0000 , 58.9614 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3250 , cls_130 , 0.0000 , 0.1680 , 0.0108 , 6222222.2222 , 2.5455 , 0.7716 , 0.8021 , 0.4778 , 0.0000 , 0.0000 , 0.0000 , 13.0946 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3251 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 17.1038 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3254 , cls_130 , 0.0000 , 0.0600 , 0.0050 , 7407407.4074 , 1.6667 , 0.8916 , 0.7135 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 38.7070 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3271 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.8166 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3272 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8486 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3273 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9200 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3277 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4591 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3296 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7437 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3297 , cls_130 , 0.0000 , 0.1140 , 0.0066 , 6031746.0317 , 1.9000 , 0.8299 , 0.5390 , 0.5159 , 0.0000 , 0.0000 , 0.0000 , 162.2828 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3308 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.1403 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3322 , cls_130 , 0.0000 , 0.1200 , 0.0097 , 4444444.4444 , 1.8182 , 0.8535 , 0.8272 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 33.5102 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3333 , cls_130 , 0.0000 , 0.0540 , 0.0041 , 5000000.0000 , 1.2857 , 0.9427 , 0.4731 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 2.7757 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3336 , cls_130 , 0.0000 , 0.0780 , 0.0047 , 8666666.6667 , 1.8571 , 0.8453 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1655 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3339 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.5490 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3343 , cls_130 , 0.0000 , 0.2280 , 0.0135 , 4021164.0212 , 2.3750 , 0.7665 , 0.7922 , 0.6640 , 0.0000 , 0.0000 , 0.0000 , 11.4434 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3352 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.7233 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3354 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.2592 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3356 , cls_130 , 0.0000 , 0.4200 , 0.0191 , 2456140.3509 , 2.5000 , 0.7075 , 0.6340 , 0.7991 , 0.0000 , 0.0000 , 0.0000 , 9.2998 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3375 , cls_130 , 0.0000 , 0.0600 , 0.0046 , 5128205.1282 , 1.2500 , 0.9278 , 0.5963 , 0.5769 , 0.0000 , 0.0000 , 0.0000 , 14.4260 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3399 , cls_130 , 0.0000 , 0.0540 , 0.0042 , 6666666.6667 , 1.5000 , 0.9139 , 0.7205 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 6.4246 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3401 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.2568 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3413 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.8185 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3419 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.8443 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3421 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.3101 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3424 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 18.4329 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3430 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.0756 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3436 , cls_130 , 0.0000 , 0.2520 , 0.0170 , 4912280.7018 , 2.6250 , 0.7299 , 0.8443 , 0.5906 , 0.0000 , 0.0000 , 0.0000 , 21.2236 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3446 , cls_130 , 0.0000 , 0.1800 , 0.0128 , 3389830.5085 , 1.8750 , 0.8225 , 0.7537 , 0.7119 , 0.0000 , 0.0000 , 0.0000 , 7.4424 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3447 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.5483 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3453 , cls_130 , 0.0000 , 0.0600 , 0.0048 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 18.2630 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3454 , cls_130 , 0.0000 , 0.0540 , 0.0047 , 8571428.5714 , 1.5000 , 0.8902 , 0.7826 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 18.5215 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3457 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.1216 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3467 , cls_130 , 0.0000 , 0.0480 , 0.0044 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 632.8054 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3469 , cls_130 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 13.5396 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3476 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 30.7473 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3477 , cls_130 , 0.0000 , 0.0780 , 0.0056 , 5777777.7778 , 1.6250 , 0.8838 , 0.7384 , 0.5111 , 0.0000 , 0.0000 , 0.0000 , 30.6488 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3481 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.0646 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3486 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.5363 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3489 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2927 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3494 , cls_130 , 0.0000 , 0.1260 , 0.0098 , 4117647.0588 , 1.7500 , 0.8546 , 0.7595 , 0.6520 , 0.0000 , 0.0000 , 0.0000 , 5.9364 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3505 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 75.8899 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3508 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9363 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3516 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8962 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3521 , cls_130 , 0.0000 , 0.8460 , 0.0301 , 4497607.6555 , 4.8621 , 0.4951 , 0.8505 , 0.6316 , 0.0000 , 0.0000 , 0.0000 , 98.7885 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3522 , cls_130 , 0.0000 , 0.1800 , 0.0091 , 6060606.0606 , 2.5000 , 0.7636 , 0.7374 , 0.5354 , 0.0000 , 0.0000 , 0.0000 , 16.0220 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3525 , cls_130 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 8.4857 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3530 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 7.4147 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3536 , cls_130 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 20.4816 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3541 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0963 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3544 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.8919 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3547 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 74.8431 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3549 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.7776 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3550 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 27.2421 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3567 , cls_130 , 0.0000 , 0.0600 , 0.0050 , 8333333.3333 , 1.6667 , 0.8805 , 0.8078 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 12.9814 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3591 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 152.5169 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3608 , cls_130 , 0.0000 , 0.0600 , 0.0064 , 6666666.6667 , 1.4286 , 0.9016 , 0.8128 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 49.4878 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3613 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.3157 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3618 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.2185 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3660 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.4600 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3662 , cls_130 , 0.0000 , 0.1020 , 0.0068 , 6666666.6667 , 1.8889 , 0.8353 , 0.6994 , 0.4510 , 0.0000 , 0.0000 , 0.0000 , 8.3442 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3672 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 35.6354 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3680 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.4972 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3692 , cls_130 , 0.0000 , 0.0600 , 0.0050 , 6060606.0606 , 1.4286 , 0.9110 , 0.7585 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 3.2614 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3696 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7855 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3697 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.8494 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3699 , cls_130 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 6.3813 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3700 , cls_130 , 0.0000 , 0.0900 , 0.0057 , 8333333.3333 , 2.1429 , 0.8309 , 0.7117 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 129.6009 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3705 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.7039 , 0.0283 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3714 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 30.5567 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3719 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.4253 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3725 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 635.5766 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3726 , cls_130 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 20.9214 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3727 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.6614 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3768 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.5972 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3772 , cls_130 , 0.0000 , 0.0960 , 0.0075 , 7111111.1111 , 2.0000 , 0.8372 , 0.8368 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.1038 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3783 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 27.1125 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3784 , cls_130 , 0.0000 , 0.2220 , 0.0145 , 4743589.7436 , 2.4667 , 0.7542 , 0.8381 , 0.6058 , 0.0000 , 0.0000 , 0.0000 , 15.8199 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3794 , cls_130 , 0.0000 , 0.1200 , 0.0087 , 4166666.6667 , 1.6667 , 0.8602 , 0.7209 , 0.6510 , 0.0000 , 0.0000 , 0.0000 , 4.2599 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3800 , cls_130 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.6021 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 48.8702 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3803 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0425 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3805 , cls_130 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 6.0124 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3810 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 75.6659 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3819 , cls_130 , 0.0000 , 0.0480 , 0.0043 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 27.7469 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3821 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 199.0541 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3843 , cls_130 , 0.0000 , 0.0660 , 0.0050 , 7333333.3333 , 1.5714 , 0.8812 , 0.7551 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 12.3017 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3848 , cls_130 , 0.0000 , 0.1800 , 0.0098 , 4444444.4444 , 2.1429 , 0.7940 , 0.6688 , 0.6370 , 0.0000 , 0.0000 , 0.0000 , 289.5402 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3849 , cls_130 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 10.5770 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3862 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 16.0048 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3870 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8417 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3875 , cls_130 , 0.0000 , 0.0540 , 0.0047 , 5454545.4545 , 1.2857 , 0.9338 , 0.6584 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 2.7884 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3876 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.5814 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3881 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 8.1389 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3882 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.5390 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3887 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 78.1868 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3888 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 5333333.3333 , 1.1429 , 0.9495 , 0.3634 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 12.1354 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3890 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.2505 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3893 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.4611 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3903 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 59.8418 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3911 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.0111 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3920 , cls_130 , 0.0000 , 0.0720 , 0.0066 , 4705882.3529 , 1.3333 , 0.9146 , 0.7595 , 0.5784 , 0.0000 , 0.0000 , 0.0000 , 9.2314 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3927 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.9381 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3929 , cls_130 , 0.0000 , 0.2940 , 0.0154 , 4666666.6667 , 2.8824 , 0.7084 , 0.7903 , 0.6095 , 0.0000 , 0.0000 , 0.0000 , 20.3737 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3934 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5506 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 10.5923 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3938 , cls_130 , 0.0000 , 0.3000 , 0.0155 , 4115226.3374 , 2.7778 , 0.7171 , 0.7402 , 0.6605 , 0.0000 , 0.0000 , 0.0000 , 25.3206 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3940 , cls_130 , 0.0000 , 0.0540 , 0.0043 , 5000000.0000 , 1.2857 , 0.9427 , 0.6180 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 16.4153 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3948 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0344 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3951 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.5701 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3954 , cls_130 , 0.0000 , 0.1020 , 0.0062 , 5964912.2807 , 1.8889 , 0.8460 , 0.7312 , 0.5088 , 0.0000 , 0.0000 , 0.0000 , 13.9145 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3969 , cls_130 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.2462 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3971 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 23.7418 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3975 , cls_130 , 0.0000 , 0.0540 , 0.0041 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 16.1355 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3977 , cls_130 , 0.0000 , 0.2460 , 0.0167 , 3141762.4521 , 2.1579 , 0.7798 , 0.8039 , 0.7299 , 0.0000 , 0.0000 , 0.0000 , 96.7397 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3979 , cls_130 , 0.0000 , 0.0420 , 0.0035 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 13.0393 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3981 , cls_130 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 16.5354 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3991 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 39.1288 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4007 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 43.2221 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4008 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.3007 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4014 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.5790 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4016 , cls_130 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.7530 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4023 , cls_130 , 0.0000 , 0.0660 , 0.0062 , 6111111.1111 , 1.5714 , 0.8988 , 0.7907 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 23.5734 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4027 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2480 , 0.0247 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4028 , cls_130 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 27.0458 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4030 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 55.0850 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4043 , cls_130 , 0.0000 , 0.3960 , 0.0201 , 4888888.8889 , 3.4737 , 0.6498 , 0.8121 , 0.6056 , 0.0000 , 0.0000 , 0.0000 , 7.3135 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4054 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.9870 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4059 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.2339 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4061 , cls_130 , 0.0000 , 0.2220 , 0.0127 , 4654088.0503 , 2.4667 , 0.7561 , 0.7519 , 0.6321 , 0.0000 , 0.0000 , 0.0000 , 26.9923 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4073 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 14.0136 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4081 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 16.7403 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4088 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7349 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4092 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.2709 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4093 , cls_130 , 0.0000 , 0.6900 , 0.0354 , 4056437.3898 , 4.1071 , 0.5512 , 0.8780 , 0.6684 , 0.0000 , 0.0000 , 0.0000 , 85.1630 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4098 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3050 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4109 , cls_130 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6490 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4113 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 72.7319 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4115 , cls_130 , 0.0000 , 0.0600 , 0.0048 , 7407407.4074 , 1.6667 , 0.8916 , 0.7796 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 32.0167 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4119 , cls_130 , 0.0000 , 0.5040 , 0.0304 , 3128491.6201 , 3.1111 , 0.6442 , 0.8688 , 0.7412 , 0.0000 , 0.0000 , 0.0000 , 48.4424 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4122 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 19.7983 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4124 , cls_130 , 0.0000 , 0.2220 , 0.0166 , 2090395.4802 , 1.6818 , 0.8445 , 0.7964 , 0.8136 , 0.0000 , 0.0000 , 0.0000 , 58.0534 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4147 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 53.3965 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4154 , cls_130 , 0.0000 , 0.1140 , 0.0101 , 6333333.3333 , 2.1111 , 0.8252 , 0.8727 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 8.7322 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4172 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4106 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4182 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.4661 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4189 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 41.2354 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4197 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8158 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4200 , cls_130 , 0.0000 , 0.0660 , 0.0060 , 4888888.8889 , 1.3750 , 0.9213 , 0.7191 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 1.8620 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4214 , cls_130 , 0.0000 , 0.1320 , 0.0088 , 4444444.4444 , 1.8333 , 0.8400 , 0.7180 , 0.6313 , 0.0000 , 0.0000 , 0.0000 , 243.1056 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4217 , cls_130 , 0.0000 , 0.5280 , 0.0240 , 3492063.4921 , 3.3846 , 0.6236 , 0.8064 , 0.7143 , 0.0000 , 0.0000 , 0.0000 , 204.3960 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4223 , cls_130 , 0.0000 , 0.0900 , 0.0059 , 5882352.9412 , 1.6667 , 0.8638 , 0.5916 , 0.5196 , 0.0000 , 0.0000 , 0.0000 , 14.7158 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4230 , cls_130 , 0.0000 , 0.0540 , 0.0053 , 6666666.6667 , 1.5000 , 0.9139 , 0.7453 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 2.4696 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4231 , cls_130 , 0.0000 , 0.0480 , 0.0035 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 7.5899 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4238 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.8512 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4240 , cls_130 , 0.0000 , 0.1020 , 0.0060 , 5666666.6667 , 1.8889 , 0.8510 , 0.5825 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 13.1148 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4250 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 10.6761 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4262 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 489.4928 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4281 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 5833333.3333 , 1.1667 , 0.9553 , 0.6488 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 2.6377 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4284 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7584 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4289 , cls_130 , 0.0000 , 0.1020 , 0.0074 , 3434343.4343 , 1.4167 , 0.9035 , 0.5057 , 0.7020 , 0.0000 , 0.0000 , 0.0000 , 8.3000 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4292 , cls_130 , 0.0000 , 0.0480 , 0.0046 , 7619047.6190 , 1.3333 , 0.9145 , 0.7772 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 34.1176 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4303 , cls_130 , 0.0000 , 0.1140 , 0.0087 , 5507246.3768 , 1.9000 , 0.8388 , 0.7747 , 0.5435 , 0.0000 , 0.0000 , 0.0000 , 8.3467 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4306 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2532 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4308 , cls_130 , 0.0000 , 0.0960 , 0.0071 , 5925925.9259 , 1.7778 , 0.8547 , 0.7453 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 6.7724 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4314 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 24.4721 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4315 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 3.1098 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4317 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3901 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4325 , cls_130 , 0.0000 , 0.1020 , 0.0085 , 4197530.8642 , 1.5455 , 0.8817 , 0.7491 , 0.6481 , 0.0000 , 0.0000 , 0.0000 , 505.1390 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4332 , cls_130 , 0.0000 , 0.0780 , 0.0066 , 3333333.3333 , 1.1818 , 0.9419 , 0.6322 , 0.7115 , 0.0000 , 0.0000 , 0.0000 , 20.2591 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4346 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4650 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4352 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8866 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4356 , cls_130 , 0.0000 , 0.0540 , 0.0044 , 6666666.6667 , 1.5000 , 0.9139 , 0.6903 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 10.5063 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4360 , cls_130 , 0.0000 , 4.9800 , 0.1072 , 2901590.6310 , 9.4318 , -0.1078 , 0.9047 , 0.7639 , 0.0000 , 0.0000 , 0.0000 , 382.3045 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4363 , cls_130 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 36.1544 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4377 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 53.4847 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4383 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 23.5800 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4394 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.9942 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4395 , cls_130 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 3.5290 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4396 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.3874 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4404 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.4166 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4413 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.3993 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4440 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 44.6471 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4444 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.9841 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4475 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 2.1424 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4493 , cls_130 , 0.0000 , 0.0780 , 0.0066 , 6190476.1905 , 1.6250 , 0.8770 , 0.8286 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 27.4836 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4495 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.9916 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4499 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3305 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4513 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.2866 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4529 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 52.8248 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4531 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8394 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4542 , cls_130 , 0.0000 , 0.0720 , 0.0064 , 8000000.0000 , 1.7143 , 0.8625 , 0.8256 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 3.8585 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4547 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2972 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4558 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 50.5233 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4571 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5249 , 0.0272 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4574 , cls_130 , 0.0000 , 0.0600 , 0.0043 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 10.3795 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4595 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7470 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4610 , cls_130 , 0.0000 , 0.0600 , 0.0049 , 4444444.4444 , 1.2500 , 0.9427 , 0.6396 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 3.3057 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4633 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1138 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4636 , cls_130 , 0.0000 , 0.0780 , 0.0055 , 5416666.6667 , 1.6250 , 0.8902 , 0.6660 , 0.5521 , 0.0000 , 0.0000 , 0.0000 , 391.5887 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4637 , cls_130 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 25.4737 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4642 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.3960 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4650 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 9.9611 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4655 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7097 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4657 , cls_130 , 0.0000 , 0.1140 , 0.0073 , 6333333.3333 , 2.1111 , 0.8252 , 0.7963 , 0.4750 , 0.0000 , 0.0000 , 0.0000 , 82.7138 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4658 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 29.2088 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4694 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.2513 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4704 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 48.5277 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4711 , cls_130 , 0.0000 , 0.0780 , 0.0057 , 6190476.1905 , 1.6250 , 0.8770 , 0.6927 , 0.5119 , 0.0000 , 0.0000 , 0.0000 , 4.6989 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4723 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 108.8507 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4740 , cls_130 , 0.0000 , 0.0420 , 0.0039 , 5185185.1852 , 1.1667 , 0.9673 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 6.1355 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4746 , cls_130 , 0.0000 , 0.1140 , 0.0063 , 5507246.3768 , 1.9000 , 0.8388 , 0.6339 , 0.5797 , 0.0000 , 0.0000 , 0.0000 , 199.7150 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4761 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 5.3406 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4767 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 43.5730 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4768 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 44.9653 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4769 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 5000000.0000 , 1.0000 , 0.9877 , 0.4341 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 197.0585 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4786 , cls_130 , 0.0000 , 0.0540 , 0.0051 , 6666666.6667 , 1.5000 , 0.9139 , 0.7838 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 7.8147 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4801 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4533 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4811 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 3.8922 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4815 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8597 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4820 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 387.9784 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4834 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 7.4400 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4835 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.7067 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4844 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 44.1455 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4846 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 51.5006 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4859 , cls_130 , 0.0000 , 0.0600 , 0.0046 , 6666666.6667 , 1.4286 , 0.9016 , 0.6559 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 11.8639 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4863 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 216.8997 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4864 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 61.2245 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4870 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.5135 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4873 , cls_130 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.9105 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4888 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 22.3982 , 0.0247 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4903 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.4885 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4904 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.4760 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4922 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.1662 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4925 , cls_130 , 0.0000 , 0.0660 , 0.0062 , 5238095.2381 , 1.3750 , 0.9142 , 0.7379 , 0.5357 , 0.0000 , 0.0000 , 0.0000 , 6.7693 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4936 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3094 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4938 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.7583 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4945 , cls_130 , 0.0000 , 0.0600 , 0.0048 , 4444444.4444 , 1.2500 , 0.9427 , 0.5225 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 5.0603 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4947 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 15.4168 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4958 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.3214 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4962 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8893 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4967 , cls_130 , 0.0000 , 0.0780 , 0.0070 , 7878787.8788 , 1.8571 , 0.8541 , 0.8292 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 8.4868 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4972 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 385.9245 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4976 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 480.4744 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5034 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.1175 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5040 , cls_130 , 0.0000 , 0.0540 , 0.0037 , 7500000.0000 , 1.5000 , 0.9026 , 0.6817 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 9.7457 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5052 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 9.9992 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5057 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3751 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5058 , cls_130 , 0.0000 , 0.0540 , 0.0043 , 5454545.4545 , 1.2857 , 0.9338 , 0.6498 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 22.4858 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5063 , cls_130 , 0.0000 , 0.0660 , 0.0045 , 6666666.6667 , 1.5714 , 0.8903 , 0.5881 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 481.4048 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5073 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3036 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5074 , cls_130 , 0.0000 , 0.0600 , 0.0046 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 302.7926 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5101 , cls_130 , 0.0000 , 0.0900 , 0.0067 , 6250000.0000 , 1.8750 , 0.8579 , 0.7603 , 0.4896 , 0.0000 , 0.0000 , 0.0000 , 533.0655 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5102 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 109.8551 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5105 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 75.6843 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5110 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 479.6943 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5118 , cls_130 , 0.0000 , 0.0840 , 0.0060 , 5185185.1852 , 1.5556 , 0.8853 , 0.6048 , 0.5741 , 0.0000 , 0.0000 , 0.0000 , 30.7737 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5130 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 267.7210 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5137 , cls_130 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 30.3024 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5145 , cls_130 , 0.0000 , 0.1140 , 0.0086 , 6031746.0317 , 1.9000 , 0.8299 , 0.7715 , 0.5159 , 0.0000 , 0.0000 , 0.0000 , 2.4863 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5152 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 137.9152 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5158 , cls_130 , 0.0000 , 0.1260 , 0.0074 , 5384615.3846 , 1.9091 , 0.8272 , 0.6689 , 0.5513 , 0.0000 , 0.0000 , 0.0000 , 88.4015 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5168 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.3858 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5177 , cls_130 , 0.0000 , 0.0660 , 0.0061 , 7333333.3333 , 1.5714 , 0.8812 , 0.8128 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 481.0652 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5203 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 336.1154 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5220 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0816 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5228 , cls_130 , 0.0000 , 0.1560 , 0.0102 , 5416666.6667 , 2.1667 , 0.7959 , 0.8370 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 14.0602 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5232 , cls_130 , 0.0000 , 4.4100 , 0.1157 , 1850453.1722 , 7.1359 , -0.0522 , 0.8872 , 0.8464 , 0.0000 , 0.0000 , 0.0000 , 237.6598 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5235 , cls_130 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 562.7669 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5241 , cls_130 , 0.0000 , 0.1200 , 0.0076 , 6666666.6667 , 2.2222 , 0.8133 , 0.7401 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 247.5826 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5243 , cls_130 , 0.0000 , 0.0540 , 0.0040 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 9.2470 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5247 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.1184 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5265 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.6970 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5275 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 13.9746 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5286 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 36.5105 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5289 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1331 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5315 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.1942 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5317 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.2802 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5322 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 108.2794 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5330 , cls_130 , 0.0000 , 0.0480 , 0.0045 , 5925925.9259 , 1.3333 , 0.9389 , 0.7135 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 384.8756 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5363 , cls_130 , 0.0000 , 0.1200 , 0.0068 , 6666666.6667 , 2.2222 , 0.8133 , 0.7375 , 0.4917 , 0.0000 , 0.0000 , 0.0000 , 20.7828 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5375 , cls_130 , 0.0000 , 0.0480 , 0.0041 , 5925925.9259 , 1.3333 , 0.9389 , 0.6630 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 26.4051 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5393 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4144 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5405 , cls_130 , 0.0000 , 0.0600 , 0.0045 , 6666666.6667 , 1.4286 , 0.9016 , 0.6817 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 149.7714 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5406 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 150.0275 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5410 , cls_130 , 0.0000 , 0.3420 , 0.0219 , 3518518.5185 , 2.7143 , 0.7091 , 0.8571 , 0.7037 , 0.0000 , 0.0000 , 0.0000 , 14.8075 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5420 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 66.7163 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5439 , cls_130 , 0.0000 , 0.1080 , 0.0068 , 5217391.3043 , 1.8000 , 0.8516 , 0.6981 , 0.5942 , 0.0000 , 0.0000 , 0.0000 , 2.4372 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5441 , cls_130 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.6021 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 18.8036 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5451 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 98.6634 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5452 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 80.3648 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5461 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 1.7370 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5584 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 479.6977 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5605 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 102.1641 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5612 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 479.3253 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5617 , cls_130 , 0.0000 , 0.1080 , 0.0066 , 4800000.0000 , 1.8000 , 0.8600 , 0.5698 , 0.6133 , 0.0000 , 0.0000 , 0.0000 , 385.9664 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5639 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 194.6216 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5646 , cls_130 , 0.0000 , 0.1500 , 0.0096 , 4504504.5045 , 1.9231 , 0.8201 , 0.7229 , 0.6261 , 0.0000 , 0.0000 , 0.0000 , 48.4600 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5664 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 663.7720 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5670 , cls_130 , 0.0000 , 0.0600 , 0.0050 , 5555555.5556 , 1.4286 , 0.9196 , 0.7117 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 56.8552 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5678 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5773 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5679 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.7739 , 0.0450 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5700 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 23.5246 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5710 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 41.5845 , 0.0256 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5711 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 26.5802 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5714 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 42.7601 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5732 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 33.8753 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5772 , cls_130 , 0.0000 , 0.1500 , 0.0082 , 4629629.6296 , 2.0833 , 0.8173 , 0.6839 , 0.6157 , 0.0000 , 0.0000 , 0.0000 , 668.0771 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5803 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 23.9761 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5805 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 81.8108 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5828 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.9545 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5829 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 20.2136 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5831 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 19.0740 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5843 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1941 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5847 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 1.3060 , 0.0309 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5860 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.2049 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5885 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 21.6841 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5894 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 383.7991 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5912 , cls_130 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 14.0266 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5917 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 115.3837 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5923 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7695 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5933 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.3245 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5937 , cls_130 , 0.0000 , 0.2820 , 0.0152 , 4017094.0171 , 2.6111 , 0.7305 , 0.8178 , 0.6688 , 0.0000 , 0.0000 , 0.0000 , 389.4586 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5975 , cls_130 , 0.0000 , 0.0600 , 0.0047 , 6666666.6667 , 1.4286 , 0.9016 , 0.6559 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 79.5261 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5981 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.7537 , 0.0306 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5998 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 49.9458 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6039 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8751 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6044 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 4242424.2424 , 1.0000 , 0.9883 , 0.4398 , 0.6212 , 0.0000 , 0.0000 , 0.0000 , 17.1668 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6074 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 29.5979 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6081 , cls_130 , 0.0000 , 0.0960 , 0.0076 , 6666666.6667 , 2.0000 , 0.8433 , 0.8433 , 0.4271 , 0.0000 , 0.0000 , 0.0000 , 242.9414 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6087 , cls_130 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 44.7109 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6099 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 151.4820 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6101 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 19.2444 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6102 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 9.4045 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6126 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 45.8569 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6133 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.2474 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6136 , cls_130 , 0.0000 , 0.0840 , 0.0069 , 7179487.1795 , 1.7500 , 0.8534 , 0.8161 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 20.4840 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6149 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 85.1368 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6155 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 12.8189 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6156 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.1796 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6186 , cls_130 , 0.0000 , 0.1080 , 0.0097 , 6315789.4737 , 2.0000 , 0.8328 , 0.8234 , 0.4737 , 0.0000 , 0.0000 , 0.0000 , 11.7593 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6191 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 17.9507 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6207 , cls_130 , 0.0000 , 0.0660 , 0.0049 , 9166666.6667 , 1.8333 , 0.8606 , 0.7453 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 20.6285 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6211 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 36.6409 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6221 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0753 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6248 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 13.5856 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6258 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 24.0738 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6259 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 109.1819 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6269 , cls_130 , 0.0000 , 0.0840 , 0.0065 , 3456790.1235 , 1.2727 , 0.9284 , 0.6137 , 0.7160 , 0.0000 , 0.0000 , 0.0000 , 14.5621 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6270 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 12.0696 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6305 , cls_130 , 0.0000 , 0.0420 , 0.0035 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 1.0072 , 0.0541 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6314 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 13.7753 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6330 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.5432 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6332 , cls_130 , 0.0000 , 0.0960 , 0.0080 , 4848484.8485 , 1.6000 , 0.8748 , 0.7606 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 3.2802 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6338 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 333.8298 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6340 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 29.8536 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6342 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 25.9567 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6344 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 159.2402 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6349 , cls_130 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 27.1193 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6374 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 533.6095 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6380 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.1363 , 0.0234 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6388 , cls_130 , 0.0000 , 0.0540 , 0.0034 , 10000000.0000 , 1.8000 , 0.8762 , 0.5506 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 8.5806 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6405 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 21.3552 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6442 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.9849 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6446 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.9741 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6447 , cls_130 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 20.6334 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6448 , cls_130 , 0.0000 , 0.1080 , 0.0080 , 6000000.0000 , 2.0000 , 0.8378 , 0.7551 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.5782 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6449 , cls_130 , 0.0000 , 0.2640 , 0.0125 , 4731182.7957 , 2.7500 , 0.7257 , 0.6724 , 0.6237 , 0.0000 , 0.0000 , 0.0000 , 12.2936 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6456 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 5333333.3333 , 1.1429 , 0.9495 , 0.3634 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 7.4949 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6464 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8581 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6467 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.4228 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6469 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6734 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6482 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 135.1989 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6488 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 17.2071 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6500 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.7500 , 0.0283 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6510 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 73.5755 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6514 , cls_130 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 298.3597 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6524 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.8880 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6528 , cls_130 , 0.0000 , 0.0540 , 0.0041 , 5454545.4545 , 1.2857 , 0.9338 , 0.6215 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 4.9269 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6531 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.8822 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6555 , cls_130 , 0.0000 , 0.0840 , 0.0067 , 7179487.1795 , 1.7500 , 0.8534 , 0.8161 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 10.8742 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6565 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 5.9837 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6569 , cls_130 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 662.9799 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6576 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.5581 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6579 , cls_130 , 0.0000 , 0.2460 , 0.0157 , 4079601.9900 , 2.4118 , 0.7523 , 0.8501 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 12.4651 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6587 , cls_130 , 0.0000 , 0.0540 , 0.0043 , 8571428.5714 , 1.5000 , 0.8902 , 0.6927 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 12.6201 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6632 , cls_130 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.6995 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6663 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 17.2862 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6676 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.5876 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6698 , cls_130 , 0.0000 , 0.0840 , 0.0054 , 7777777.7778 , 2.0000 , 0.8460 , 0.6273 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 37.1406 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6699 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 23.3931 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6701 , cls_130 , 0.0000 , 0.0780 , 0.0074 , 8666666.6667 , 1.8571 , 0.8453 , 0.8687 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 20.1071 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6707 , cls_130 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9945 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6716 , cls_130 , 0.0000 , 0.1620 , 0.0097 , 6206896.5517 , 2.4545 , 0.7772 , 0.7692 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 8.3122 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6729 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 27.9106 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6730 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.7819 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6732 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.4215 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6736 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.3280 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6743 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.6675 , 0.0270 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6755 , cls_130 , 0.0000 , 0.0660 , 0.0047 , 12222222.2222 , 2.2000 , 0.8354 , 0.7366 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4688 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6756 , cls_130 , 0.0000 , 0.1140 , 0.0070 , 6666666.6667 , 2.1111 , 0.8204 , 0.6976 , 0.4561 , 0.0000 , 0.0000 , 0.0000 , 9.4908 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6758 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3902 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6763 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 11.1240 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6775 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 5833333.3333 , 1.1667 , 0.9553 , 0.6488 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 8.6741 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6780 , cls_130 , 0.0000 , 0.1200 , 0.0085 , 6349206.3492 , 2.0000 , 0.8180 , 0.7547 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.2059 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6784 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.8810 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6786 , cls_130 , 0.0000 , 0.1140 , 0.0065 , 6333333.3333 , 2.1111 , 0.8252 , 0.6082 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 13.7041 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6796 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.2025 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6817 , cls_130 , 0.0000 , 0.1440 , 0.0123 , 5000000.0000 , 2.0000 , 0.8155 , 0.8550 , 0.5781 , 0.0000 , 0.0000 , 0.0000 , 57.1763 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6822 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.4723 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6823 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.3146 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6825 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7121 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6852 , cls_130 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 15.7063 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6860 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.1316 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6862 , cls_130 , 0.0000 , 0.1200 , 0.0073 , 6666666.6667 , 2.2222 , 0.8133 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 6.7473 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6869 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 6.3184 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6884 , cls_130 , 0.0000 , 0.1140 , 0.0068 , 5507246.3768 , 1.9000 , 0.8388 , 0.6429 , 0.5290 , 0.0000 , 0.0000 , 0.0000 , 6.6621 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6907 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.1834 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6921 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.4877 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6928 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.0091 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6935 , cls_130 , 0.0000 , 0.0840 , 0.0053 , 6222222.2222 , 1.7500 , 0.8671 , 0.6396 , 0.5222 , 0.0000 , 0.0000 , 0.0000 , 7.9809 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6939 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5221 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6949 , cls_130 , 0.0000 , 0.0540 , 0.0040 , 5454545.4545 , 1.2857 , 0.9338 , 0.5170 , 0.5758 , 0.0000 , 0.0000 , 0.0000 , 7.1500 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6953 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.5809 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6962 , cls_130 , 0.0000 , 0.0600 , 0.0039 , 9523809.5238 , 1.6667 , 0.8684 , 0.6435 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 27.1032 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6973 , cls_130 , 0.0000 , 0.0720 , 0.0053 , 6153846.1538 , 1.5000 , 0.8875 , 0.6322 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 7.7240 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6975 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5709 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6976 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.6985 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6987 , cls_130 , 0.0000 , 0.1680 , 0.0087 , 5333333.3333 , 2.3333 , 0.7863 , 0.6723 , 0.5762 , 0.0000 , 0.0000 , 0.0000 , 8.2112 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6989 , cls_130 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 8.7935 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6994 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.5811 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6998 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.5381 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7003 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5683 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7010 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8050 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7012 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.9179 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7033 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3154 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7044 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7844 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7059 , cls_130 , 0.0000 , 0.0600 , 0.0043 , 9523809.5238 , 1.6667 , 0.8684 , 0.7379 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 7.1051 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7062 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.5031 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7082 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.3141 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7090 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.7695 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7115 , cls_130 , 0.0000 , 0.0660 , 0.0052 , 5641025.6410 , 1.3750 , 0.9067 , 0.7286 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 2.4189 , 0.0228 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7131 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1617 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7142 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 6.0054 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7148 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5250 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7164 , cls_130 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.3287 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7166 , cls_130 , 0.0000 , 0.0540 , 0.0046 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 5.8195 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7168 , cls_130 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 3.4414 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7172 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.0073 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7180 , cls_130 , 0.0000 , 0.0540 , 0.0053 , 6000000.0000 , 1.2857 , 0.9243 , 0.7598 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 5.2399 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7192 , cls_130 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.7004 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.8249 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7242 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 7.1902 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7245 , cls_130 , 0.0000 , 0.0840 , 0.0070 , 5833333.3333 , 1.7500 , 0.8735 , 0.7736 , 0.4896 , 0.0000 , 0.0000 , 0.0000 , 1.2882 , 0.0400 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7254 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5676 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7278 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.7351 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7288 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5761 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7294 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.2037 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7295 , cls_130 , 0.0000 , 0.0660 , 0.0047 , 5238095.2381 , 1.3750 , 0.9142 , 0.6435 , 0.5714 , 0.0000 , 0.0000 , 0.0000 , 6.4272 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7296 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.5045 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7298 , cls_130 , 0.0000 , 0.1020 , 0.0064 , 5666666.6667 , 1.8889 , 0.8510 , 0.7004 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 5.7662 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7308 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2576 , 0.0234 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7310 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.5827 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7315 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6863 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7316 , cls_130 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0763 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7326 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9301 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7342 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.3539 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7346 , cls_130 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.0731 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7352 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.7050 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7368 , cls_130 , 0.0000 , 0.0540 , 0.0040 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 6.2600 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7378 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.3525 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7399 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.2117 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7400 , cls_130 , 0.0000 , 0.2460 , 0.0133 , 3596491.2281 , 2.2778 , 0.7653 , 0.7506 , 0.6996 , 0.0000 , 0.0000 , 0.0000 , 15.8349 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7406 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 6.7796 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7413 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6840 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7420 , cls_130 , 0.0000 , 0.1140 , 0.0072 , 9047619.0476 , 2.3750 , 0.7925 , 0.8365 , 0.3214 , 0.0000 , 0.0000 , 0.0000 , 8.4025 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7422 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1639 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7454 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.2855 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7458 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 106.3806 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7464 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7883 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7471 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.0186 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7478 , cls_130 , 0.0000 , 0.0780 , 0.0060 , 7222222.2222 , 1.8571 , 0.8622 , 0.7366 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.7150 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7490 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.1514 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7494 , cls_130 , 0.0000 , 0.0600 , 0.0058 , 8333333.3333 , 1.6667 , 0.8805 , 0.8078 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 34.1218 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7497 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6488 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 10.2638 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7502 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.2864 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7504 , cls_130 , 0.0000 , 0.0960 , 0.0068 , 5925925.9259 , 1.7778 , 0.8547 , 0.6474 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 6.4377 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7514 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.6066 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7526 , cls_130 , 0.0000 , 0.1140 , 0.0076 , 5757575.7576 , 1.9000 , 0.8345 , 0.7759 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 19.2352 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7537 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.8231 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7548 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2385 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7556 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.4933 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7565 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4560 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7573 , cls_130 , 0.0000 , 0.0480 , 0.0038 , 5333333.3333 , 1.1429 , 0.9495 , 0.5609 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 3.2249 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7584 , cls_130 , 0.0000 , 0.0780 , 0.0046 , 7878787.8788 , 1.8571 , 0.8541 , 0.6584 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 4.5657 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7585 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.1290 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7592 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.0908 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7600 , cls_130 , 0.0000 , 0.1380 , 0.0088 , 5111111.1111 , 2.0909 , 0.8195 , 0.7436 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 15.1269 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7606 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6746 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7611 , cls_130 , 0.0000 , 0.1740 , 0.0083 , 4715447.1545 , 2.2308 , 0.7932 , 0.4673 , 0.6423 , 0.0000 , 0.0000 , 0.0000 , 3.8459 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7625 , cls_130 , 0.0000 , 0.1260 , 0.0081 , 4516129.0323 , 1.7500 , 0.8450 , 0.6597 , 0.6237 , 0.0000 , 0.0000 , 0.0000 , 8.0528 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7635 , cls_130 , 0.0000 , 0.0540 , 0.0038 , 6666666.6667 , 1.5000 , 0.9139 , 0.5416 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 5.4045 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7640 , cls_130 , 0.0000 , 0.2880 , 0.0136 , 5818181.8182 , 3.2000 , 0.6914 , 0.7791 , 0.5212 , 0.0000 , 0.0000 , 0.0000 , 11.2598 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7641 , cls_130 , 0.0000 , 0.0480 , 0.0038 , 5333333.3333 , 1.1429 , 0.9495 , 0.5609 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 6.9666 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7644 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 6.9496 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7648 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.4954 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7649 , cls_130 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 10.6204 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7654 , cls_130 , 0.0000 , 0.0540 , 0.0044 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 5.4486 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7662 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.4752 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7673 , cls_130 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 15.9409 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7676 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.8644 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7681 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 12.6804 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7715 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 13.4939 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7726 , cls_130 , 0.0000 , 0.0600 , 0.0049 , 5555555.5556 , 1.4286 , 0.9196 , 0.7062 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 6.5143 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7732 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9200 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7753 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 184.4570 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7756 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 22.8669 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7759 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 14.2291 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7760 , cls_130 , 0.0000 , 0.0540 , 0.0046 , 6666666.6667 , 1.5000 , 0.9139 , 0.7205 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.7128 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7763 , cls_130 , 0.0000 , 0.1260 , 0.0094 , 7777777.7778 , 2.3333 , 0.7923 , 0.8327 , 0.3796 , 0.0000 , 0.0000 , 0.0000 , 9.3442 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7780 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.2037 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7786 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.2874 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7787 , cls_130 , 0.0000 , 1.7400 , 0.0938 , 2164986.9354 , 4.8333 , 0.3451 , 0.9327 , 0.8143 , 0.0000 , 0.0000 , 0.0000 , 60.0412 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7800 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2145 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7805 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.6921 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7814 , cls_130 , 0.0000 , 0.1980 , 0.0128 , 4400000.0000 , 2.2000 , 0.7801 , 0.7919 , 0.6400 , 0.0000 , 0.0000 , 0.0000 , 4.7260 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7815 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.3690 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7821 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.7352 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7824 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 183.5412 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7835 , cls_130 , 0.0000 , 0.0780 , 0.0052 , 7222222.2222 , 1.8571 , 0.8622 , 0.7062 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 9.7353 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7841 , cls_130 , 0.0000 , 0.3720 , 0.0155 , 4305555.5556 , 3.1000 , 0.6734 , 0.7555 , 0.6597 , 0.0000 , 0.0000 , 0.0000 , 24.8216 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7863 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.3449 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7867 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2270 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7874 , cls_130 , 0.0000 , 0.1140 , 0.0072 , 6666666.6667 , 2.1111 , 0.8204 , 0.6976 , 0.4298 , 0.0000 , 0.0000 , 0.0000 , 4.5946 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7876 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2220 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7882 , cls_130 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 17.4056 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7898 , cls_130 , 0.0000 , 0.2340 , 0.0110 , 4642857.1429 , 2.6000 , 0.7477 , 0.6572 , 0.6518 , 0.0000 , 0.0000 , 0.0000 , 35.7649 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7918 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9614 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7919 , cls_130 , 0.0000 , 0.0480 , 0.0031 , 10666666.6667 , 1.6000 , 0.8838 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 7.9232 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7935 , cls_130 , 0.0000 , 0.0900 , 0.0065 , 6250000.0000 , 1.8750 , 0.8579 , 0.7736 , 0.4688 , 0.0000 , 0.0000 , 0.0000 , 4.5589 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7946 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6067 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7959 , cls_130 , 0.0000 , 0.0780 , 0.0062 , 6190476.1905 , 1.6250 , 0.8770 , 0.8019 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 7.2070 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7964 , cls_130 , 0.0000 , 0.1080 , 0.0083 , 6666666.6667 , 2.0000 , 0.8277 , 0.8502 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.0902 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7975 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.2265 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7988 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.7101 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7993 , cls_130 , 0.0000 , 0.0780 , 0.0068 , 7878787.8788 , 1.8571 , 0.8541 , 0.8107 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 4.0301 , 0.0256 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7995 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.6637 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8014 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5952 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8065 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5883 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8082 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7578 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8083 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7467 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8097 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1271 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8098 , cls_130 , 0.0000 , 0.0600 , 0.0037 , 11111111.1111 , 2.0000 , 0.8548 , 0.5506 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.6156 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8124 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.1896 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8134 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1354 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8135 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 17.2429 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8137 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.5903 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8158 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3929 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8175 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 5.8303 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8182 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.7367 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8185 , cls_130 , 0.0000 , 0.0600 , 0.0049 , 7407407.4074 , 1.6667 , 0.8916 , 0.7453 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 9.2040 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8187 , cls_130 , 0.0000 , 0.0840 , 0.0074 , 5833333.3333 , 1.7500 , 0.8735 , 0.7453 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 5.1302 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8198 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6313 , 0.0495 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8225 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.7258 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8250 , cls_130 , 0.0000 , 0.0600 , 0.0051 , 7407407.4074 , 1.6667 , 0.8916 , 0.7453 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 18.3326 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8252 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.3921 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8253 , cls_130 , 0.0000 , 0.0840 , 0.0052 , 5490196.0784 , 1.5556 , 0.8795 , 0.6452 , 0.5784 , 0.0000 , 0.0000 , 0.0000 , 25.1937 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8258 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.6836 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8265 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.2796 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8329 , cls_130 , 0.0000 , 0.0480 , 0.0040 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 2.5655 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8335 , cls_130 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.6048 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 19.7661 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8343 , cls_130 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.7319 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8348 , cls_130 , 0.0000 , 0.0600 , 0.0053 , 6060606.0606 , 1.4286 , 0.9110 , 0.7940 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 26.2794 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8375 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5915 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8396 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.1324 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8398 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.1077 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8403 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.3694 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8404 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.6864 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8406 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 7.0660 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8421 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.3802 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8428 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.5849 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8441 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1287 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8442 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1338 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8448 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 13.7368 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8465 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 10.8537 , 0.0228 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8466 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 15.7274 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8469 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 11.5903 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8483 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1985 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8487 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 26.1290 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8492 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.4069 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8512 , cls_130 , 0.0000 , 0.0780 , 0.0056 , 7878787.8788 , 1.8571 , 0.8541 , 0.7307 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 57.7577 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8561 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9640 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8567 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 113.2511 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8575 , cls_130 , 0.0000 , 0.2220 , 0.0215 , 3474178.4038 , 2.1765 , 0.7862 , 0.8632 , 0.6925 , 0.0000 , 0.0000 , 0.0000 , 52.4073 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8597 , cls_130 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 181.2141 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8660 , cls_130 , 0.0000 , 0.3360 , 0.0263 , 4341085.2713 , 2.9474 , 0.6915 , 0.9158 , 0.6279 , 0.0000 , 0.0000 , 0.0000 , 119.6026 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8673 , cls_130 , 0.0000 , 0.0480 , 0.0045 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 2.5604 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8704 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 1.6003 , 0.0433 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8738 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 31.2617 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8761 , cls_130 , 0.0000 , 0.6660 , 0.0293 , 3523809.5238 , 3.8276 , 0.5717 , 0.7751 , 0.7040 , 0.0000 , 0.0000 , 0.0000 , 126.7940 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8767 , cls_130 , 0.0000 , 0.7440 , 0.0271 , 2821387.9408 , 3.5429 , 0.5665 , 0.7681 , 0.7622 , 0.0000 , 0.0000 , 0.0000 , 48.6548 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8771 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.3337 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8780 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.3265 , 0.0481 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8782 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.2868 , 0.0283 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8821 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 44.0094 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8901 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9720 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8961 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.7734 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8974 , cls_130 , 0.0000 , 0.1620 , 0.0104 , 6428571.4286 , 2.4545 , 0.7739 , 0.8190 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 80.5732 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9025 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 27.6657 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9034 , cls_130 , 0.0000 , 0.1260 , 0.0089 , 2800000.0000 , 1.4000 , 0.8974 , 0.5319 , 0.7600 , 0.0000 , 0.0000 , 0.0000 , 75.8699 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9045 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4992 , 0.0256 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9049 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 19.5813 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9051 , cls_130 , 0.0000 , 0.1320 , 0.0068 , 9777777.7778 , 2.7500 , 0.7657 , 0.7419 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 21.9478 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9055 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 20.6101 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9058 , cls_130 , 0.0000 , 0.1080 , 0.0060 , 6666666.6667 , 2.0000 , 0.8277 , 0.5593 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 16.7486 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9076 , cls_130 , 0.0000 , 0.1080 , 0.0069 , 5000000.0000 , 1.8000 , 0.8559 , 0.6405 , 0.5764 , 0.0000 , 0.0000 , 0.0000 , 1.9329 , 0.0256 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9133 , cls_130 , 0.0000 , 0.0540 , 0.0043 , 4285714.2857 , 1.1250 , 0.9589 , 0.4757 , 0.6429 , 0.0000 , 0.0000 , 0.0000 , 17.9077 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9164 , cls_130 , 0.0000 , 0.0780 , 0.0048 , 10833333.3333 , 2.1667 , 0.8255 , 0.7453 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 13.0880 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9165 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.6852 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9169 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.6076 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9173 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 15.2290 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9187 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.0034 , 0.0630 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9200 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 14.7654 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9201 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.4374 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9243 , cls_130 , 0.0000 , 0.1500 , 0.0085 , 4504504.5045 , 1.9231 , 0.8201 , 0.6231 , 0.6441 , 0.0000 , 0.0000 , 0.0000 , 46.7290 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9259 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.5737 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9262 , cls_130 , 0.0000 , 0.1080 , 0.0089 , 6666666.6667 , 2.0000 , 0.8277 , 0.7897 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 12.8905 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9264 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 47.9844 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9274 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.2913 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9276 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.2963 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9292 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6689 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9293 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 8.0081 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9300 , cls_130 , 0.0000 , 0.0780 , 0.0062 , 6190476.1905 , 1.6250 , 0.8770 , 0.7379 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 8.0145 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9305 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 55.5119 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9334 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 8.6662 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9335 , cls_130 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 10.2970 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9341 , cls_130 , 0.0000 , 0.4020 , 0.0233 , 3602150.5376 , 2.9130 , 0.6760 , 0.8214 , 0.7003 , 0.0000 , 0.0000 , 0.0000 , 195.1471 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9344 , cls_130 , 0.0000 , 0.0480 , 0.0042 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 14.5689 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9354 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1744 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9366 , cls_130 , 0.0000 , 0.0540 , 0.0041 , 5454545.4545 , 1.2857 , 0.9338 , 0.5881 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 18.8942 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9375 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 19.4233 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9378 , cls_130 , 0.0000 , 0.1080 , 0.0075 , 5454545.4545 , 1.8000 , 0.8471 , 0.7112 , 0.5379 , 0.0000 , 0.0000 , 0.0000 , 32.4720 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9380 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.3440 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9391 , cls_130 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 6.5561 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9392 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.9068 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9403 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.8519 , 0.0721 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9446 , cls_130 , 0.0000 , 0.2640 , 0.0130 , 5751633.9869 , 2.9333 , 0.7072 , 0.7776 , 0.5425 , 0.0000 , 0.0000 , 0.0000 , 10.5501 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9450 , cls_130 , 0.0000 , 0.0600 , 0.0046 , 9523809.5238 , 1.6667 , 0.8684 , 0.7826 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 14.8930 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9466 , cls_130 , 0.0000 , 0.0780 , 0.0052 , 7222222.2222 , 1.8571 , 0.8622 , 0.6944 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 3.6726 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9470 , cls_130 , 0.0000 , 0.0480 , 0.0039 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 6.6796 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9471 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 19.3485 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9476 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.8983 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9477 , cls_130 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.4220 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9483 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1241 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9492 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 6.0218 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9496 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 47.8349 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9509 , cls_130 , 0.0000 , 0.1260 , 0.0079 , 5185185.1852 , 1.9091 , 0.8309 , 0.7314 , 0.5617 , 0.0000 , 0.0000 , 0.0000 , 5.6229 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9510 , cls_130 , 0.0000 , 0.0720 , 0.0050 , 6666666.6667 , 1.7143 , 0.8797 , 0.6273 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 9.0152 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9523 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.2320 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9541 , cls_130 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.4091 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9546 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 17.6196 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9548 , cls_130 , 0.0000 , 0.0780 , 0.0051 , 7878787.8788 , 1.8571 , 0.8541 , 0.5881 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 15.3003 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9556 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.3220 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9557 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 1.5451 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9558 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7858 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9565 , cls_130 , 0.0000 , 0.1560 , 0.0111 , 5098039.2157 , 2.1667 , 0.8018 , 0.8233 , 0.5882 , 0.0000 , 0.0000 , 0.0000 , 8.3753 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9574 , cls_130 , 0.0000 , 0.0900 , 0.0070 , 4000000.0000 , 1.5000 , 0.9035 , 0.6817 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 7.5760 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9577 , cls_130 , 0.0000 , 0.0660 , 0.0052 , 5238095.2381 , 1.3750 , 0.9142 , 0.7258 , 0.5595 , 0.0000 , 0.0000 , 0.0000 , 16.4530 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9591 , cls_130 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9898 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9612 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7819 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9614 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.8222 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9621 , cls_130 , 0.0000 , 0.0660 , 0.0049 , 5641025.6410 , 1.3750 , 0.9067 , 0.5963 , 0.5256 , 0.0000 , 0.0000 , 0.0000 , 5.0778 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9634 , cls_130 , 0.0000 , 0.0540 , 0.0038 , 6666666.6667 , 1.5000 , 0.9139 , 0.6419 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 1.7076 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9643 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0234 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9680 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1472 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9684 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 16.7351 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9686 , cls_130 , 0.0000 , 0.1740 , 0.0100 , 3717948.7179 , 1.9333 , 0.8178 , 0.6105 , 0.6827 , 0.0000 , 0.0000 , 0.0000 , 28.5367 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9707 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.8942 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9709 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.6240 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9711 , cls_130 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 9.6023 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9715 , cls_130 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.8967 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9723 , cls_130 , 0.0000 , 0.0480 , 0.0047 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.4826 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9736 , cls_130 , 0.0000 , 0.0600 , 0.0049 , 7407407.4074 , 1.6667 , 0.8916 , 0.7838 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2.6451 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9759 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6604 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9761 , cls_130 , 0.0000 , 0.1080 , 0.0090 , 6666666.6667 , 2.0000 , 0.8277 , 0.8121 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 1.5477 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9768 , cls_130 , 0.0000 , 0.0540 , 0.0045 , 5454545.4545 , 1.2857 , 0.9338 , 0.6498 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 9.9412 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9770 , cls_130 , 0.0000 , 0.0780 , 0.0056 , 7222222.2222 , 1.8571 , 0.8622 , 0.6944 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.6249 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9775 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.5115 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9800 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8609 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9805 , cls_130 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 8.5745 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9806 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.5099 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9810 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6707 , 0.0630 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9831 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7797 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9856 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2649 , 0.0300 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9866 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.1421 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9874 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1588 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9877 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.3420 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9888 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2665 , 0.0319 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 83 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4546 , 0.0301 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 104 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1301 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 131 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9657 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 141 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.2930 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 162 , cls_60 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 0.9268 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 188 , cls_60 , 0.0000 , 0.0960 , 0.0084 , 10666666.6667 , 2.2857 , 0.8007 , 0.9021 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 0.6104 , 0.0390 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 190 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.5694 , 0.0300 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 193 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3329 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 248 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3122 , 0.0560 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 254 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3667 , 0.0418 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 324 , cls_60 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.7110 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 334 , cls_60 , 0.0000 , 0.0600 , 0.0040 , 6060606.0606 , 1.4286 , 0.9110 , 0.4398 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 0.9788 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 342 , cls_60 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 0.9716 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 393 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8828 , 0.0247 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 410 , cls_60 , 0.0000 , 0.0600 , 0.0045 , 7407407.4074 , 1.6667 , 0.8916 , 0.7135 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 1.0533 , 0.0240 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 412 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.1613 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 430 , cls_60 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.6124 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 432 , cls_60 , 0.0000 , 0.0480 , 0.0043 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 1.8382 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 445 , cls_60 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.4354 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 500 , cls_60 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.0933 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 556 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5697 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 559 , cls_60 , 0.0000 , 0.1320 , 0.0097 , 7719298.2456 , 2.4444 , 0.7866 , 0.8139 , 0.3772 , 0.0000 , 0.0000 , 0.0000 , 0.5474 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 565 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.6652 , 0.0711 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 575 , cls_60 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.7716 , 0.0240 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 584 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2341 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 599 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.9550 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 607 , cls_60 , 0.0000 , 0.0420 , 0.0035 , 5185185.1852 , 1.1667 , 0.9673 , 0.4270 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 0.7431 , 0.0240 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 636 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.6404 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 641 , cls_60 , 0.0000 , 0.1320 , 0.0084 , 4888888.8889 , 2.0000 , 0.8303 , 0.7613 , 0.5944 , 0.0000 , 0.0000 , 0.0000 , 1.4251 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 644 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.3998 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 679 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.4906 , 0.0424 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 690 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2872 , 0.0270 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 693 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9257 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 717 , cls_60 , 0.0000 , 0.0720 , 0.0056 , 5333333.3333 , 1.5000 , 0.9017 , 0.6396 , 0.5444 , 0.0000 , 0.0000 , 0.0000 , 2.7773 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 718 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.9634 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 727 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4896 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 742 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5516 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 747 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.9994 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 751 , cls_60 , 0.0000 , 0.1020 , 0.0071 , 6666666.6667 , 1.8889 , 0.8353 , 0.7453 , 0.4706 , 0.0000 , 0.0000 , 0.0000 , 2.2295 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 754 , cls_60 , 0.0000 , 0.0600 , 0.0046 , 6060606.0606 , 1.4286 , 0.9110 , 0.6498 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.8571 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 756 , cls_60 , 0.0000 , 0.0540 , 0.0041 , 6000000.0000 , 1.2857 , 0.9243 , 0.5609 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 9.2130 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 799 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.6083 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 805 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0097 , 0.0503 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 822 , cls_60 , 0.0000 , 0.0540 , 0.0040 , 12000000.0000 , 1.8000 , 0.8603 , 0.6817 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0645 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 826 , cls_60 , 0.0000 , 0.1740 , 0.0092 , 5225225.2252 , 2.2308 , 0.7830 , 0.6999 , 0.5721 , 0.0000 , 0.0000 , 0.0000 , 10.0932 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 854 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.1353 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 864 , cls_60 , 0.0000 , 0.0900 , 0.0071 , 5263157.8947 , 1.6667 , 0.8749 , 0.7282 , 0.5614 , 0.0000 , 0.0000 , 0.0000 , 2.7789 , 0.0390 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 884 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.7297 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 892 , cls_60 , 0.0000 , 0.2460 , 0.0149 , 2679738.5621 , 1.9524 , 0.7975 , 0.7300 , 0.7794 , 0.0000 , 0.0000 , 0.0000 , 39.8424 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 897 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9070 , 0.0313 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 903 , cls_60 , 0.0000 , 0.0600 , 0.0044 , 5555555.5556 , 1.4286 , 0.9196 , 0.5506 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 7.8530 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 934 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3111 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 966 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.2050 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 971 , cls_60 , 0.0000 , 0.0600 , 0.0048 , 4166666.6667 , 1.2500 , 0.9495 , 0.5473 , 0.6458 , 0.0000 , 0.0000 , 0.0000 , 0.4580 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 972 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.1551 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 976 , cls_60 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.7534 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1011 , cls_60 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5457 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1037 , cls_60 , 0.0000 , 0.2820 , 0.0147 , 5310734.4633 , 2.9375 , 0.7034 , 0.8331 , 0.5650 , 0.0000 , 0.0000 , 0.0000 , 12.7619 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1059 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.6252 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1064 , cls_60 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 1.0687 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1078 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6696 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1104 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.4451 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1137 , cls_60 , 0.0000 , 0.0660 , 0.0055 , 4583333.3333 , 1.3750 , 0.9280 , 0.7004 , 0.5938 , 0.0000 , 0.0000 , 0.0000 , 2.6904 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1139 , cls_60 , 0.0000 , 0.1500 , 0.0104 , 4166666.6667 , 1.9231 , 0.8282 , 0.7805 , 0.6417 , 0.0000 , 0.0000 , 0.0000 , 17.8577 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1160 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7995 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1165 , cls_60 , 0.0000 , 0.1560 , 0.0105 , 6933333.3333 , 2.6000 , 0.7725 , 0.8408 , 0.4600 , 0.0000 , 0.0000 , 0.0000 , 4.5147 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1175 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3703 , 0.0541 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1196 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.1138 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1236 , cls_60 , 0.0000 , 0.0480 , 0.0031 , 10666666.6667 , 1.6000 , 0.8838 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.1830 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1239 , cls_60 , 0.0000 , 0.0780 , 0.0070 , 4333333.3333 , 1.4444 , 0.9133 , 0.7139 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 2.4329 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1251 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5624 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1271 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.2557 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1272 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8444 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1277 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1294 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1296 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.2015 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1314 , cls_60 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.8847 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1320 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.7629 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1326 , cls_60 , 0.0000 , 0.0600 , 0.0049 , 6060606.0606 , 1.4286 , 0.9110 , 0.6888 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 44.4415 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1328 , cls_60 , 0.0000 , 0.1260 , 0.0100 , 2745098.0392 , 1.4000 , 0.8997 , 0.6040 , 0.7680 , 0.0000 , 0.0000 , 0.0000 , 4.2856 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1336 , cls_60 , 0.0000 , 0.0420 , 0.0037 , 4666666.6667 , 1.0000 , 0.9782 , 0.4907 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 4.1602 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1338 , cls_60 , 0.0000 , 0.1200 , 0.0084 , 5128205.1282 , 1.8182 , 0.8389 , 0.7170 , 0.5577 , 0.0000 , 0.0000 , 0.0000 , 4.0810 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1360 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 15.1580 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1362 , cls_60 , 0.0000 , 0.5040 , 0.0200 , 3010752.6882 , 3.0000 , 0.6481 , 0.6563 , 0.7527 , 0.0000 , 0.0000 , 0.0000 , 39.7054 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1365 , cls_60 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.6716 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1385 , cls_60 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.7418 , 0.0330 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1407 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2328 , 0.0454 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1424 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3577 , 0.0390 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1462 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.2140 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1475 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0075 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1550 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6301 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1603 , cls_60 , 0.0000 , 0.0480 , 0.0051 , 7619047.6190 , 1.3333 , 0.9145 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 7.7590 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1618 , cls_60 , 0.0000 , 0.0960 , 0.0059 , 5333333.3333 , 1.7778 , 0.8651 , 0.5103 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 99.5029 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1642 , cls_60 , 0.0000 , 1.4280 , 0.0405 , 2044673.5395 , 4.2500 , 0.4150 , 0.7132 , 0.8316 , 0.0000 , 0.0000 , 0.0000 , 48.6771 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1685 , cls_60 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7685 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1709 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.0994 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1769 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.2125 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1784 , cls_60 , 0.0000 , 0.2580 , 0.0172 , 1493055.5556 , 1.5357 , 0.8619 , 0.6113 , 0.8724 , 0.0000 , 0.0000 , 0.0000 , 94.3760 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1787 , cls_60 , 0.0000 , 0.0660 , 0.0045 , 5238095.2381 , 1.3750 , 0.9142 , 0.4757 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 198.2878 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1792 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2239 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1795 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7965 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1821 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3942 , 0.0537 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1826 , cls_60 , 0.0000 , 0.0540 , 0.0045 , 4285714.2857 , 1.1250 , 0.9589 , 0.5652 , 0.6310 , 0.0000 , 0.0000 , 0.0000 , 3.6764 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1847 , cls_60 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.0143 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1855 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2355 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1895 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8523 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1925 , cls_60 , 0.0000 , 0.0900 , 0.0070 , 3448275.8621 , 1.3636 , 0.9197 , 0.6193 , 0.7126 , 0.0000 , 0.0000 , 0.0000 , 38.9461 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1942 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6214 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1948 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7201 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1994 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.8746 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2015 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.6707 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2038 , cls_60 , 0.0000 , 0.0540 , 0.0038 , 6666666.6667 , 1.5000 , 0.9139 , 0.5416 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 14.1029 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2047 , cls_60 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 0.4800 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2076 , cls_60 , 0.0000 , 0.1620 , 0.0096 , 6206896.5517 , 2.4545 , 0.7772 , 0.7587 , 0.4885 , 0.0000 , 0.0000 , 0.0000 , 2.7742 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2079 , cls_60 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.1006 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2080 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 171.0616 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2088 , cls_60 , 0.0000 , 0.6360 , 0.0325 , 1845082.6806 , 2.6500 , 0.6486 , 0.7949 , 0.8477 , 0.0000 , 0.0000 , 0.0000 , 4.3362 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2127 , cls_60 , 0.0000 , 0.0480 , 0.0033 , 7619047.6190 , 1.3333 , 0.9145 , 0.5048 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 0.8164 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2135 , cls_60 , 0.0000 , 0.1800 , 0.0115 , 4166666.6667 , 2.1429 , 0.8006 , 0.7019 , 0.6458 , 0.0000 , 0.0000 , 0.0000 , 2.9253 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2137 , cls_60 , 0.0000 , 0.0720 , 0.0061 , 4210526.3158 , 1.3333 , 0.9263 , 0.7154 , 0.6316 , 0.0000 , 0.0000 , 0.0000 , 8.6649 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2138 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 15.7425 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2206 , cls_60 , 0.0000 , 0.1080 , 0.0074 , 4444444.4444 , 1.6364 , 0.8680 , 0.7062 , 0.6235 , 0.0000 , 0.0000 , 0.0000 , 77.0162 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2209 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 196.6609 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2253 , cls_60 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 11.9461 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2255 , cls_60 , 0.0000 , 0.0780 , 0.0059 , 4333333.3333 , 1.4444 , 0.9133 , 0.6894 , 0.6333 , 0.0000 , 0.0000 , 0.0000 , 19.5903 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2320 , cls_60 , 0.0000 , 0.0600 , 0.0042 , 8333333.3333 , 1.6667 , 0.8805 , 0.7453 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 4.2636 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2324 , cls_60 , 0.0000 , 0.9780 , 0.0411 , 2173333.3333 , 3.6222 , 0.5213 , 0.8041 , 0.8177 , 0.0000 , 0.0000 , 0.0000 , 28.4961 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2330 , cls_60 , 0.0000 , 0.0420 , 0.0031 , 6666666.6667 , 1.1667 , 0.9421 , 0.4757 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 6.4236 , 0.0270 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2367 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6762 , 0.0516 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2379 , cls_60 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.7253 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2418 , cls_60 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 0.5674 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2502 , cls_60 , 0.0000 , 0.0720 , 0.0058 , 4444444.4444 , 1.3333 , 0.9206 , 0.6817 , 0.6296 , 0.0000 , 0.0000 , 0.0000 , 18.2882 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2526 , cls_60 , 0.0000 , 0.0480 , 0.0040 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 0.6306 , 0.0335 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2544 , cls_60 , 0.0000 , 0.2100 , 0.0133 , 2621722.8464 , 1.8421 , 0.8267 , 0.6637 , 0.7734 , 0.0000 , 0.0000 , 0.0000 , 15.6219 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2576 , cls_60 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 1.3647 , 0.0607 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2588 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.6391 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2590 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.8127 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2652 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5665 , 0.0384 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2684 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7359 , 0.0335 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2733 , cls_60 , 0.0000 , 0.0600 , 0.0044 , 5128205.1282 , 1.2500 , 0.9278 , 0.5526 , 0.5769 , 0.0000 , 0.0000 , 0.0000 , 2.3712 , 0.0437 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2935 , cls_60 , 0.0000 , 0.0600 , 0.0049 , 4761904.7619 , 1.2500 , 0.9354 , 0.5652 , 0.6071 , 0.0000 , 0.0000 , 0.0000 , 3.5056 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2964 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.7743 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3051 , cls_60 , 0.0000 , 0.0660 , 0.0046 , 5238095.2381 , 1.3750 , 0.9142 , 0.5652 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 2.6820 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3055 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.8773 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3079 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2727 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3096 , cls_60 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.8856 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3097 , cls_60 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.5632 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3106 , cls_60 , 0.0000 , 0.2100 , 0.0176 , 4242424.2424 , 2.3333 , 0.7744 , 0.8761 , 0.6485 , 0.0000 , 0.0000 , 0.0000 , 11.1758 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3113 , cls_60 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.3105 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3124 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0242 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3150 , cls_60 , 0.0000 , 0.0600 , 0.0055 , 8333333.3333 , 1.6667 , 0.8805 , 0.7963 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 2.5686 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3156 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6346 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3158 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.9703 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3163 , cls_60 , 0.0000 , 0.0600 , 0.0055 , 8333333.3333 , 1.6667 , 0.8805 , 0.7736 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 4.5189 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3164 , cls_60 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.1882 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3180 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0194 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3189 , cls_60 , 0.0000 , 0.0420 , 0.0035 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.7168 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3207 , cls_60 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 5.6286 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3214 , cls_60 , 0.0000 , 0.0660 , 0.0057 , 5641025.6410 , 1.3750 , 0.9067 , 0.7453 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.5718 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3239 , cls_60 , 0.0000 , 0.1020 , 0.0055 , 5964912.2807 , 1.8889 , 0.8460 , 0.5829 , 0.5614 , 0.0000 , 0.0000 , 0.0000 , 2.8486 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3263 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.6918 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3285 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.5336 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3341 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3606 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3367 , cls_60 , 0.0000 , 0.0780 , 0.0061 , 3939393.9394 , 1.3000 , 0.9235 , 0.6498 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 3.5111 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3391 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2425 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3402 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 11.8438 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3408 , cls_60 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.8446 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3425 , cls_60 , 0.0000 , 0.1080 , 0.0071 , 4444444.4444 , 1.6364 , 0.8680 , 0.6456 , 0.6358 , 0.0000 , 0.0000 , 0.0000 , 8.5568 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3449 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9742 , 0.0258 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3534 , cls_60 , 0.0000 , 0.0720 , 0.0056 , 3636363.6364 , 1.2000 , 0.9422 , 0.5170 , 0.7045 , 0.0000 , 0.0000 , 0.0000 , 0.9217 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3537 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 12.4603 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3553 , cls_60 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 25.9891 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3576 , cls_60 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 14.4098 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3623 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 0.6890 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3638 , cls_60 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 74.4148 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3651 , cls_60 , 0.0000 , 0.2220 , 0.0156 , 2569444.4444 , 1.8500 , 0.8198 , 0.7521 , 0.7795 , 0.0000 , 0.0000 , 0.0000 , 9.2047 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3686 , cls_60 , 0.0000 , 0.9420 , 0.0313 , 2907407.4074 , 4.1316 , 0.5045 , 0.7526 , 0.7574 , 0.0000 , 0.0000 , 0.0000 , 9.4710 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3687 , cls_60 , 0.0000 , 0.0960 , 0.0063 , 3809523.8095 , 1.4545 , 0.9002 , 0.5116 , 0.6905 , 0.0000 , 0.0000 , 0.0000 , 24.8115 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3688 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.5324 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3693 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 1.3447 , 0.0342 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3707 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.8510 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3709 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8037 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3746 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.0765 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3747 , cls_60 , 0.0000 , 0.0900 , 0.0067 , 4761904.7619 , 1.5000 , 0.8851 , 0.7243 , 0.6032 , 0.0000 , 0.0000 , 0.0000 , 5.2860 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3797 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4329 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3808 , cls_60 , 0.0000 , 0.2160 , 0.0123 , 4528301.8868 , 2.4000 , 0.7633 , 0.7104 , 0.6258 , 0.0000 , 0.0000 , 0.0000 , 7.9911 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3827 , cls_60 , 0.0000 , 0.0600 , 0.0051 , 5128205.1282 , 1.2500 , 0.9278 , 0.6877 , 0.5641 , 0.0000 , 0.0000 , 0.0000 , 7.8797 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3858 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.6222 , 0.0384 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3915 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 23.1877 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3925 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4135 , 0.0256 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3950 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2876 , 0.0300 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4039 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5520 , 0.1077 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4050 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.3355 , 0.0323 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4117 , cls_60 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 11.9858 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4137 , cls_60 , 0.0000 , 0.0540 , 0.0040 , 6000000.0000 , 1.2857 , 0.9243 , 0.5609 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 43.4095 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4161 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.6945 , 0.0300 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4185 , cls_60 , 0.0000 , 0.6600 , 0.0270 , 2864583.3333 , 3.4375 , 0.5934 , 0.7183 , 0.7598 , 0.0000 , 0.0000 , 0.0000 , 9.7429 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4228 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.7506 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4236 , cls_60 , 0.0000 , 0.0420 , 0.0036 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.3987 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4275 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 10.8925 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4283 , cls_60 , 0.0000 , 0.0540 , 0.0036 , 7500000.0000 , 1.5000 , 0.9026 , 0.4907 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 1.1747 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4341 , cls_60 , 0.0000 , 0.0600 , 0.0047 , 5128205.1282 , 1.2500 , 0.9278 , 0.6877 , 0.5641 , 0.0000 , 0.0000 , 0.0000 , 90.8603 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4343 , cls_60 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 73.0850 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4344 , cls_60 , 0.0000 , 0.0600 , 0.0043 , 9523809.5238 , 1.6667 , 0.8684 , 0.7215 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 2.4423 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4355 , cls_60 , 0.0000 , 0.1680 , 0.0106 , 2666666.6667 , 1.6471 , 0.8603 , 0.6723 , 0.7643 , 0.0000 , 0.0000 , 0.0000 , 7.9251 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4374 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4614 , 0.0573 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4464 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9170 , 0.0301 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4467 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6122 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4471 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.3894 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4480 , cls_60 , 0.0000 , 0.0540 , 0.0044 , 5454545.4545 , 1.2857 , 0.9338 , 0.6888 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 1.2893 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4482 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0873 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4483 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.7432 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4501 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6682 , 0.0301 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4514 , cls_60 , 0.0000 , 0.0540 , 0.0044 , 8571428.5714 , 1.5000 , 0.8902 , 0.7215 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 1.2629 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4543 , cls_60 , 0.0000 , 0.0600 , 0.0047 , 5555555.5556 , 1.4286 , 0.9196 , 0.6605 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 16.1367 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4572 , cls_60 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 0.4857 , 0.0497 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4581 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8341 , 0.0421 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4588 , cls_60 , 0.0000 , 0.1140 , 0.0086 , 7037037.0370 , 2.1111 , 0.8153 , 0.8462 , 0.4537 , 0.0000 , 0.0000 , 0.0000 , 4.3902 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4602 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6843 , 0.0421 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4625 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.2546 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4628 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1452 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4632 , cls_60 , 0.0000 , 0.1020 , 0.0073 , 6296296.2963 , 1.8889 , 0.8408 , 0.6630 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.0150 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4647 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.8682 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4676 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.5646 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4685 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5673 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4686 , cls_60 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 1.2688 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4712 , cls_60 , 0.0000 , 0.0540 , 0.0038 , 7500000.0000 , 1.5000 , 0.9026 , 0.4907 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.3710 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4720 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7529 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4736 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.7431 , 0.0335 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4751 , cls_60 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 0.4963 , 0.0417 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4780 , cls_60 , 0.0000 , 0.0780 , 0.0066 , 5777777.7778 , 1.6250 , 0.8838 , 0.7384 , 0.5111 , 0.0000 , 0.0000 , 0.0000 , 4.8588 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4784 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4503 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4869 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7739 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4876 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0963 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4880 , cls_60 , 0.0000 , 0.8940 , 0.0463 , 1888466.4132 , 3.2391 , 0.5598 , 0.8720 , 0.8409 , 0.0000 , 0.0000 , 0.0000 , 3.1677 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4886 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9255 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4892 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8522 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4898 , cls_60 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 1.3202 , 0.0300 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4902 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.0705 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4912 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5128 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4915 , cls_60 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.5713 , 0.0395 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4920 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1621 , 0.0306 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4931 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7342 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4941 , cls_60 , 0.0000 , 0.0960 , 0.0078 , 5614035.0877 , 1.7778 , 0.8600 , 0.8234 , 0.5351 , 0.0000 , 0.0000 , 0.0000 , 1.6118 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4949 , cls_60 , 0.0000 , 0.0780 , 0.0049 , 6666666.6667 , 1.6250 , 0.8698 , 0.6877 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 2.1443 , 0.0484 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4950 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0765 , 0.0350 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4961 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.8744 , 0.0306 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5097 , cls_60 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.9927 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5125 , cls_60 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.9293 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5133 , cls_60 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.9728 , 0.0350 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5213 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.5514 , 0.0404 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5222 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7851 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5231 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0068 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5233 , cls_60 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.8041 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 11.6133 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5271 , cls_60 , 0.0000 , 0.0600 , 0.0049 , 7407407.4074 , 1.6667 , 0.8916 , 0.7135 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 1.8010 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5343 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.6139 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5392 , cls_60 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.2075 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5442 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8727 , 0.0577 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5446 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2787 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5454 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.5882 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5464 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5439 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5470 , cls_60 , 0.0000 , 0.0600 , 0.0057 , 4444444.4444 , 1.2500 , 0.9427 , 0.6396 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 5.5362 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5500 , cls_60 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.7528 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5502 , cls_60 , 0.0000 , 0.0480 , 0.0044 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 1.4626 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5515 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6236 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5529 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3153 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5548 , cls_60 , 0.0000 , 0.0780 , 0.0075 , 5416666.6667 , 1.6250 , 0.8902 , 0.8330 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.9102 , 0.0270 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5550 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8005 , 0.0270 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5568 , cls_60 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.6029 , 0.0390 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5569 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9524 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5570 , cls_60 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 2.3013 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5577 , cls_60 , 0.0000 , 0.0660 , 0.0052 , 3666666.6667 , 1.2222 , 0.9520 , 0.3634 , 0.6917 , 0.0000 , 0.0000 , 0.0000 , 4.0761 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5595 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.2077 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5600 , cls_60 , 0.0000 , 0.0660 , 0.0054 , 4074074.0741 , 1.2222 , 0.9405 , 0.5676 , 0.6574 , 0.0000 , 0.0000 , 0.0000 , 2.9125 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5610 , cls_60 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.5048 , 0.0577 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5628 , cls_60 , 0.0000 , 0.1200 , 0.0098 , 4301075.2688 , 1.6667 , 0.8569 , 0.7678 , 0.6452 , 0.0000 , 0.0000 , 0.0000 , 0.8435 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5643 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.9174 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5645 , cls_60 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.8659 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5656 , cls_60 , 0.0000 , 0.0600 , 0.0043 , 6060606.0606 , 1.4286 , 0.9110 , 0.5623 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 2.0246 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5703 , cls_60 , 0.0000 , 0.0780 , 0.0062 , 4561403.5088 , 1.4444 , 0.9079 , 0.7154 , 0.6140 , 0.0000 , 0.0000 , 0.0000 , 2.6656 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5729 , cls_60 , 0.0000 , 0.0540 , 0.0054 , 7500000.0000 , 1.5000 , 0.9026 , 0.8078 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3463 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5769 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1233 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5801 , cls_60 , 0.0000 , 0.3180 , 0.0268 , 2849462.3656 , 2.3043 , 0.7449 , 0.8437 , 0.7554 , 0.0000 , 0.0000 , 0.0000 , 1.2393 , 0.0331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5816 , cls_60 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.2929 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5818 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.1137 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5821 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.6042 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5824 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.1809 , 0.0570 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5924 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6261 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5925 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.5990 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5931 , cls_60 , 0.0000 , 0.1860 , 0.0115 , 3333333.3333 , 1.9375 , 0.8192 , 0.6612 , 0.7204 , 0.0000 , 0.0000 , 0.0000 , 1.0268 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5952 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.5519 , 0.0272 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5958 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.7129 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5984 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4687 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6012 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6323 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6017 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.4626 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6045 , cls_60 , 0.0000 , 0.0780 , 0.0084 , 6666666.6667 , 1.6250 , 0.8698 , 0.8643 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 1.1582 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6093 , cls_60 , 0.0000 , 0.1020 , 0.0083 , 3655913.9785 , 1.4167 , 0.8966 , 0.7782 , 0.6774 , 0.0000 , 0.0000 , 0.0000 , 1.6136 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6141 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.4526 , 0.0404 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6176 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.0496 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6179 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1679 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6201 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5919 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6228 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.8762 , 0.0540 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6238 , cls_60 , 0.0000 , 0.0960 , 0.0078 , 4848484.8485 , 1.6000 , 0.8748 , 0.8169 , 0.5758 , 0.0000 , 0.0000 , 0.0000 , 1.3493 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6250 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1189 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6263 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4252 , 0.0376 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6283 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.8320 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6286 , cls_60 , 0.0000 , 0.0600 , 0.0048 , 4166666.6667 , 1.2500 , 0.9495 , 0.5031 , 0.6354 , 0.0000 , 0.0000 , 0.0000 , 1.9499 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6304 , cls_60 , 0.0000 , 0.1560 , 0.0110 , 5252525.2525 , 2.1667 , 0.7989 , 0.7950 , 0.5707 , 0.0000 , 0.0000 , 0.0000 , 6.8120 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6307 , cls_60 , 0.0000 , 0.0360 , 0.0034 , 5000000.0000 , 1.0000 , 0.9877 , 0.4907 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 6.4050 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6309 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5697 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6334 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.4257 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6346 , cls_60 , 0.0000 , 0.0480 , 0.0038 , 5333333.3333 , 1.1429 , 0.9495 , 0.6255 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 1.6601 , 0.0331 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6357 , cls_60 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 0.4820 , 0.0228 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6358 , cls_60 , 0.0000 , 0.0660 , 0.0050 , 4313725.4902 , 1.2222 , 0.9344 , 0.5916 , 0.6471 , 0.0000 , 0.0000 , 0.0000 , 0.8659 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6360 , cls_60 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.5892 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6365 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9837 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6409 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1612 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6437 , cls_60 , 0.0000 , 0.1200 , 0.0097 , 1904761.9048 , 1.1765 , 0.9516 , 0.3895 , 0.8357 , 0.0000 , 0.0000 , 0.0000 , 1.8154 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6472 , cls_60 , 0.0000 , 0.2160 , 0.0177 , 5853658.5366 , 2.7692 , 0.7385 , 0.9095 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.8626 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6503 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.7856 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6505 , cls_60 , 0.0000 , 0.1020 , 0.0082 , 5151515.1515 , 1.7000 , 0.8606 , 0.7845 , 0.5758 , 0.0000 , 0.0000 , 0.0000 , 2.3105 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6551 , cls_60 , 0.0000 , 0.0540 , 0.0040 , 5000000.0000 , 1.2857 , 0.9427 , 0.5506 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 0.9397 , 0.0300 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6603 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8753 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6605 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.5471 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6607 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1470 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6624 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4326 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6647 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.5418 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6678 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5814 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6696 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6481 , 0.0576 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6790 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.3525 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6832 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5338 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6864 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9278 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6867 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 1.2244 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6874 , cls_60 , 0.0000 , 0.0540 , 0.0040 , 8571428.5714 , 1.5000 , 0.8902 , 0.6572 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.2965 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6876 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6225 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6883 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.5225 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6912 , cls_60 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3573 , 0.0638 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6944 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4250 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6972 , cls_60 , 0.0000 , 0.0960 , 0.0070 , 3440860.2151 , 1.3333 , 0.9114 , 0.6597 , 0.7151 , 0.0000 , 0.0000 , 0.0000 , 2.1279 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6974 , cls_60 , 0.0000 , 0.1080 , 0.0100 , 4800000.0000 , 1.8000 , 0.8600 , 0.8640 , 0.5600 , 0.0000 , 0.0000 , 0.0000 , 2.9447 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6984 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6354 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7011 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.7717 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7019 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6348 , 0.0319 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7066 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.0638 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7088 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5442 , 0.0576 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7182 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6494 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7214 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5486 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7272 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5263 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7305 , cls_60 , 0.0000 , 0.1560 , 0.0095 , 4684684.6847 , 2.0000 , 0.8103 , 0.6999 , 0.6171 , 0.0000 , 0.0000 , 0.0000 , 4.1194 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7306 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4100 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7319 , cls_60 , 0.0000 , 0.0420 , 0.0036 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 0.6515 , 0.0571 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7338 , cls_60 , 0.0000 , 0.0780 , 0.0063 , 6666666.6667 , 1.6250 , 0.8698 , 0.7733 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 8.6985 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7339 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 13.3763 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7364 , cls_60 , 0.0000 , 0.0600 , 0.0049 , 3703703.7037 , 1.1111 , 0.9624 , 0.4410 , 0.6852 , 0.0000 , 0.0000 , 0.0000 , 0.7783 , 0.0511 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7424 , cls_60 , 0.0000 , 0.0600 , 0.0054 , 6666666.6667 , 1.4286 , 0.9016 , 0.8128 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 0.4122 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7588 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8008 , 0.0437 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7637 , cls_60 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.5899 , 0.0525 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7729 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2748 , 0.0450 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7788 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2563 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7791 , cls_60 , 0.0000 , 0.0660 , 0.0047 , 7333333.3333 , 1.5714 , 0.8812 , 0.6559 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.0567 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7844 , cls_60 , 0.0000 , 0.1740 , 0.0134 , 1914191.4191 , 1.3810 , 0.8953 , 0.5797 , 0.8251 , 0.0000 , 0.0000 , 0.0000 , 0.6626 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7887 , cls_60 , 0.0000 , 0.0780 , 0.0055 , 7222222.2222 , 1.8571 , 0.8622 , 0.7649 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.7894 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7924 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2283 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7934 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.6408 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7971 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.6379 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7991 , cls_60 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 1.7253 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8010 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.7607 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8015 , cls_60 , 0.0000 , 0.0660 , 0.0052 , 10476190.4762 , 1.8333 , 0.8487 , 0.7826 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 0.5164 , 0.0518 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8074 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.4231 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8094 , cls_60 , 0.0000 , 0.1260 , 0.0083 , 6666666.6667 , 2.1000 , 0.8066 , 0.7547 , 0.4603 , 0.0000 , 0.0000 , 0.0000 , 2.0951 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8103 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.5485 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8130 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.2449 , 0.0450 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8147 , cls_60 , 0.0000 , 0.0540 , 0.0042 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 0.7471 , 0.0175 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8154 , cls_60 , 0.0000 , 0.0780 , 0.0053 , 5416666.6667 , 1.6250 , 0.8902 , 0.5031 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 2.3291 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8184 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6009 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8196 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.3152 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8254 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3308 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8300 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.0813 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8337 , cls_60 , 0.0000 , 0.0480 , 0.0032 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.7212 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8363 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6639 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8382 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.0437 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8391 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.3808 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8393 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0351 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8410 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.2655 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8411 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9440 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8413 , cls_60 , 0.0000 , 0.0840 , 0.0061 , 5185185.1852 , 1.5556 , 0.8853 , 0.7135 , 0.5926 , 0.0000 , 0.0000 , 0.0000 , 5.5931 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8414 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 3.2025 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8445 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6150 , 0.0484 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8497 , cls_60 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.0390 , 0.0360 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8502 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0502 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8503 , cls_60 , 0.0000 , 0.0660 , 0.0047 , 5238095.2381 , 1.3750 , 0.9142 , 0.5652 , 0.5595 , 0.0000 , 0.0000 , 0.0000 , 2.4669 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8525 , cls_60 , 0.0000 , 0.0540 , 0.0045 , 5454545.4545 , 1.2857 , 0.9338 , 0.5881 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 1.2478 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8535 , cls_60 , 0.0000 , 0.2640 , 0.0175 , 4731182.7957 , 2.7500 , 0.7257 , 0.8603 , 0.6210 , 0.0000 , 0.0000 , 0.0000 , 6.5636 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8543 , cls_60 , 0.0000 , 0.0840 , 0.0059 , 3888888.8889 , 1.4000 , 0.9154 , 0.4731 , 0.6736 , 0.0000 , 0.0000 , 0.0000 , 0.5543 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8551 , cls_60 , 0.0000 , 0.0540 , 0.0047 , 4000000.0000 , 1.1250 , 0.9663 , 0.5225 , 0.6556 , 0.0000 , 0.0000 , 0.0000 , 5.7670 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8590 , cls_60 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 8.4816 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8595 , cls_60 , 0.0000 , 0.1080 , 0.0066 , 8571428.5714 , 2.2500 , 0.8045 , 0.8181 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 20.2182 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8648 , cls_60 , 0.0000 , 0.0600 , 0.0056 , 7407407.4074 , 1.6667 , 0.8916 , 0.8024 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 0.8582 , 0.0182 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8698 , cls_60 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.8190 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8700 , cls_60 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 1.8303 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8736 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2194 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8742 , cls_60 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 0.1514 , 0.0726 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8749 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.4843 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8754 , cls_60 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.7448 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8762 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2321 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8778 , cls_60 , 0.0000 , 0.0600 , 0.0051 , 5128205.1282 , 1.2500 , 0.9278 , 0.6689 , 0.5641 , 0.0000 , 0.0000 , 0.0000 , 1.1042 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8806 , cls_60 , 0.0000 , 0.1740 , 0.0092 , 5370370.3704 , 2.4167 , 0.7804 , 0.7838 , 0.5509 , 0.0000 , 0.0000 , 0.0000 , 8.1066 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8842 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.9268 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8875 , cls_60 , 0.0000 , 0.0480 , 0.0041 , 5333333.3333 , 1.1429 , 0.9495 , 0.6255 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 1.7844 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8885 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1980 , 0.0342 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8903 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.7704 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8929 , cls_60 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.5616 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8932 , cls_60 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 7.3666 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8990 , cls_60 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0688 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8996 , cls_60 , 0.0000 , 0.0540 , 0.0045 , 6000000.0000 , 1.2857 , 0.9243 , 0.6817 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.0318 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9019 , cls_60 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 2.9119 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9028 , cls_60 , 0.0000 , 0.0480 , 0.0041 , 5925925.9259 , 1.3333 , 0.9389 , 0.6630 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.3091 , 0.0330 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9042 , cls_60 , 0.0000 , 0.0480 , 0.0041 , 4444444.4444 , 1.1429 , 0.9685 , 0.5225 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 0.5162 , 0.0395 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9080 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5125 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9082 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.6946 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9087 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2564 , 0.0511 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9096 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.3414 , 0.0633 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9098 , cls_60 , 0.0000 , 0.1140 , 0.0095 , 2945736.4341 , 1.3571 , 0.9056 , 0.7329 , 0.7287 , 0.0000 , 0.0000 , 0.0000 , 0.8031 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9110 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.7265 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9118 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1551 , 0.0759 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9121 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9282 , 0.0300 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9128 , cls_60 , 0.0000 , 0.0480 , 0.0040 , 4848484.8485 , 1.1429 , 0.9594 , 0.5170 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 1.3794 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9156 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6188 , 0.0300 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9284 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.5401 , 0.0408 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9289 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.1456 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9351 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5889 , 0.0484 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9390 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.7612 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9488 , cls_60 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 1.4192 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9489 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.2740 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9537 , cls_60 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.4834 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9539 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3712 , 0.0722 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9552 , cls_60 , 0.0000 , 0.0600 , 0.0057 , 3333333.3333 , 1.1111 , 0.9741 , 0.5609 , 0.6917 , 0.0000 , 0.0000 , 0.0000 , 1.1889 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9586 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.0169 , 0.0210 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9631 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1165 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9636 , cls_60 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.7146 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9640 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9388 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9699 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.4049 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9702 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.3217 , 0.0726 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9743 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2322 , 0.0633 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9766 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4247 , 0.0306 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9774 , cls_60 , 0.0000 , 0.0540 , 0.0042 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 0.6652 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9812 , cls_60 , 0.0000 , 0.0480 , 0.0047 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.3956 , 0.0391 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9857 , cls_60 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.6392 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9859 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0443 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9863 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6200 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9875 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1568 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 111 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0110 , 0.0930 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 246 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0301 , 0.0342 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 321 , cls_40 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0634 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 433 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3124 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 461 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0690 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 464 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0607 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 882 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0554 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 896 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0256 , 0.0603 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 910 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0543 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 958 , cls_40 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.0521 , 0.0301 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 977 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0914 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1149 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0928 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1265 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0737 , 0.0301 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1420 , cls_40 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.0163 , 0.1061 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1537 , cls_40 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.0496 , 0.0306 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1588 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0192 , 0.0376 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1639 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0145 , 0.1140 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1722 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0269 , 0.0376 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1818 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0260 , 0.0658 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1935 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0861 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2011 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1029 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2033 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0478 , 0.0247 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2285 , cls_40 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.0478 , 0.0228 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2350 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0393 , 0.0433 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2439 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1323 , 0.0228 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2446 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0170 , 0.0811 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2490 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0312 , 0.0603 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2494 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0590 , 0.0309 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2540 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0307 , 0.0433 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2623 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0560 , 0.0309 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2702 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0250 , 0.0525 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2799 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0643 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2844 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0760 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2919 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0312 , 0.0497 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3103 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0431 , 0.0306 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3299 , cls_40 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0253 , 0.0497 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3499 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0208 , 0.0960 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3502 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0220 , 0.0886 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3815 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0313 , 0.0693 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4379 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.1589 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4380 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0992 , 0.0270 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4474 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0233 , 0.0361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4505 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0324 , 0.0361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4536 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0246 , 0.1300 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4554 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6225 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4555 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6289 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4630 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0100 , 0.0836 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4661 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0341 , 0.0366 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4735 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0321 , 0.0755 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4808 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0436 , 0.0366 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5071 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0173 , 0.0892 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5153 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1946 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5179 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0328 , 0.0890 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5197 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0116 , 0.0836 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5208 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1921 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5290 , cls_40 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0537 , 0.0446 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5304 , cls_40 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 0.0615 , 0.0382 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5428 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0465 , 0.0781 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5432 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0997 , 0.0335 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5511 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0443 , 0.0390 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5542 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3609 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5543 , cls_40 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.2385 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5581 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0583 , 0.0551 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5593 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.1131 , 0.0342 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5709 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1986 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5723 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1603 , 0.0297 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5845 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0930 , 0.0361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5856 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0410 , 0.0390 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5869 , cls_40 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 0.2495 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5871 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.1800 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5896 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2002 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5979 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2012 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5988 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0295 , 0.0518 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6004 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.0914 , 0.0361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6054 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5941 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6161 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2044 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6162 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.1588 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6196 , cls_40 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6489 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6233 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0456 , 0.0534 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6278 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7430 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6385 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0887 , 0.0234 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6463 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2248 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6478 , cls_40 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0337 , 0.0335 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6548 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0362 , 0.0840 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6557 , cls_40 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2151 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6585 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0846 , 0.0234 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6589 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0758 , 0.0324 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6593 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2263 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6621 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1668 , 0.0190 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6623 , cls_40 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1634 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6665 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0350 , 0.0534 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6819 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0484 , 0.0335 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6895 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0853 , 0.0324 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6903 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.1061 , 0.0313 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6908 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0684 , 0.0612 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6945 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1587 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7015 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0435 , 0.0785 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7064 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1322 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7307 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0649 , 0.0552 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7505 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0595 , 0.0418 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7568 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0791 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7612 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0578 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7678 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0608 , 0.0242 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7719 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.1912 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7720 , cls_40 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.0982 , 0.0366 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7733 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0841 , 0.0192 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7774 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0213 , 0.0841 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7847 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2371 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7857 , cls_40 , 0.0000 , 0.0600 , 0.0054 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 0.0931 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7895 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1029 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7961 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0534 , 0.0418 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7989 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0497 , 0.0674 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8009 , cls_40 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3654 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8055 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0292 , 0.0700 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8070 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0998 , 0.0170 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8146 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3813 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8233 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0342 , 0.0466 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8317 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0372 , 0.0566 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8397 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0367 , 0.0741 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8534 , cls_40 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.0221 , 0.0700 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8743 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0221 , 0.0789 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8864 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0464 , 0.0371 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8969 , cls_40 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0363 , 0.0671 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9139 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0267 , 0.0949 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9142 , cls_40 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0296 , 0.0607 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9170 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0296 , 0.0779 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9216 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0454 , 0.0371 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9567 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0324 , 0.0484 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9616 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0674 , 0.0234 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9669 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0129 , 0.1513 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9721 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0313 , 0.0607 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9782 , cls_40 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.0213 , 0.0589 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9827 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0579 , 0.0234 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 142 , cls_180 , 0.0000 , 0.0720 , 0.0050 , 7272727.2727 , 1.7143 , 0.8714 , 0.7307 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 1.0295 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 213 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.4833 , 0.1295 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 293 , cls_180 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.0421 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 306 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6376 , 0.0503 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 374 , cls_180 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.4661 , 0.0618 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 563 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7132 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 626 , cls_180 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.7667 , 0.0216 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 676 , cls_180 , 0.0000 , 0.0960 , 0.0068 , 3678160.9195 , 1.4545 , 0.9041 , 0.5656 , 0.6954 , 0.0000 , 0.0000 , 0.0000 , 0.7782 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 772 , cls_180 , 0.0000 , 0.0600 , 0.0046 , 7407407.4074 , 1.6667 , 0.8916 , 0.7796 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 1.0781 , 0.0319 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 849 , cls_180 , 0.0000 , 0.2820 , 0.0133 , 5136612.0219 , 2.9375 , 0.7065 , 0.7462 , 0.5710 , 0.0000 , 0.0000 , 0.0000 , 12.7824 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 857 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1773 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 901 , cls_180 , 0.0000 , 0.4140 , 0.0241 , 1982758.6207 , 2.2258 , 0.7350 , 0.8292 , 0.8297 , 0.0000 , 0.0000 , 0.0000 , 6.9162 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 930 , cls_180 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.1742 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 933 , cls_180 , 0.0000 , 0.0660 , 0.0051 , 5641025.6410 , 1.3750 , 0.9067 , 0.7146 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 47.0041 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1030 , cls_180 , 0.0000 , 0.1320 , 0.0088 , 3333333.3333 , 1.5714 , 0.8709 , 0.6685 , 0.7235 , 0.0000 , 0.0000 , 0.0000 , 5.6732 , 0.0201 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1068 , cls_180 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.2139 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1168 , cls_180 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.6374 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1180 , cls_180 , 0.0000 , 0.0660 , 0.0048 , 4888888.8889 , 1.3750 , 0.9213 , 0.5225 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 1.8091 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1276 , cls_180 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8323 , 0.0256 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1302 , cls_180 , 0.0000 , 0.0540 , 0.0041 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 1.6157 , 0.0218 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1345 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5898 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1350 , cls_180 , 0.0000 , 0.0420 , 0.0031 , 6666666.6667 , 1.1667 , 0.9421 , 0.4757 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 0.4206 , 0.0295 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1387 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8412 , 0.0671 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1451 , cls_180 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.4140 , 0.0295 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1463 , cls_180 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.4253 , 0.0618 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1661 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8448 , 0.1396 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1763 , cls_180 , 0.0000 , 0.0600 , 0.0046 , 8333333.3333 , 1.6667 , 0.8805 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 99.8383 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1851 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.6439 , 0.0492 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1893 , cls_180 , 0.0000 , 0.0840 , 0.0062 , 3888888.8889 , 1.4000 , 0.9154 , 0.5299 , 0.6806 , 0.0000 , 0.0000 , 0.0000 , 15.2800 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1917 , cls_180 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.5273 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1945 , cls_180 , 0.0000 , 1.8120 , 0.0610 , 1564361.5644 , 4.1944 , 0.3552 , 0.7614 , 0.8691 , 0.0000 , 0.0000 , 0.0000 , 21.3218 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1950 , cls_180 , 0.0000 , 0.3120 , 0.0206 , 1456582.6331 , 1.6774 , 0.8301 , 0.5932 , 0.8725 , 0.0000 , 0.0000 , 0.0000 , 1.5787 , 0.0480 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1999 , cls_180 , 0.0000 , 0.0660 , 0.0048 , 4583333.3333 , 1.3750 , 0.9280 , 0.5031 , 0.6354 , 0.0000 , 0.0000 , 0.0000 , 261.1901 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2016 , cls_180 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 326.9056 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2061 , cls_180 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 80.5512 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2083 , cls_180 , 0.0000 , 0.1080 , 0.0082 , 2666666.6667 , 1.2857 , 0.9248 , 0.5593 , 0.7667 , 0.0000 , 0.0000 , 0.0000 , 13.5231 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2109 , cls_180 , 0.0000 , 0.0600 , 0.0047 , 4166666.6667 , 1.2500 , 0.9495 , 0.5031 , 0.6458 , 0.0000 , 0.0000 , 0.0000 , 4.4456 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2110 , cls_180 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.0923 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2155 , cls_180 , 0.0000 , 0.0600 , 0.0050 , 6060606.0606 , 1.4286 , 0.9110 , 0.7357 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 263.6568 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2205 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9976 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2231 , cls_180 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.2287 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2233 , cls_180 , 0.0000 , 0.0720 , 0.0059 , 5714285.7143 , 1.5000 , 0.8948 , 0.7903 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 44.9606 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2256 , cls_180 , 0.0000 , 0.0600 , 0.0055 , 5128205.1282 , 1.2500 , 0.9278 , 0.7453 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 322.9694 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2326 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 85.7863 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2449 , cls_180 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 25.8846 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2450 , cls_180 , 0.0000 , 0.1560 , 0.0097 , 2751322.7513 , 1.6250 , 0.8680 , 0.5664 , 0.7672 , 0.0000 , 0.0000 , 0.0000 , 48.2356 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2521 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 17.6096 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2543 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 162.9280 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2601 , cls_180 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 28.7447 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2626 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.5763 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2679 , cls_180 , 0.0000 , 0.0540 , 0.0040 , 6666666.6667 , 1.5000 , 0.9139 , 0.6048 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 16.9314 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2682 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 161.6137 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2723 , cls_180 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 21.2866 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2764 , cls_180 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 20.5898 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3056 , cls_180 , 0.0000 , 0.0900 , 0.0064 , 3846153.8462 , 1.3636 , 0.9077 , 0.5132 , 0.6795 , 0.0000 , 0.0000 , 0.0000 , 713.0124 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3057 , cls_180 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 88.8630 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3099 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.6311 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3101 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 17.1998 , 0.0124 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3102 , cls_180 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 27.7133 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3126 , cls_180 , 0.0000 , 3.2040 , 0.0799 , 1261516.6549 , 4.9907 , 0.1208 , 0.7515 , 0.8958 , 0.0000 , 0.0000 , 0.0000 , 14.4231 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3649 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.6751 , 0.1006 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3976 , cls_180 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 15.9211 , 0.0408 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4188 , cls_180 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.2468 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4216 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3132 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4243 , cls_180 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.6156 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4364 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5401 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4978 , cls_180 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.9147 , 0.0886 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5075 , cls_180 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 282.7857 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5103 , cls_180 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 113.6831 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5128 , cls_180 , 0.0000 , 0.0480 , 0.0048 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 217.4896 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5170 , cls_180 , 0.0000 , 0.1140 , 0.0085 , 2695035.4610 , 1.3571 , 0.9160 , 0.5632 , 0.7730 , 0.0000 , 0.0000 , 0.0000 , 28.6011 , 0.0295 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5323 , cls_180 , 0.0000 , 0.0540 , 0.0043 , 4615384.6154 , 1.1250 , 0.9510 , 0.5132 , 0.6282 , 0.0000 , 0.0000 , 0.0000 , 706.0154 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5324 , cls_180 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 353.5950 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5380 , cls_180 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2.3415 , 0.0924 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5444 , cls_180 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 29.9184 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5650 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2400 , 0.0962 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5691 , cls_180 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.4068 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5701 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2222 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5735 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4895 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5768 , cls_180 , 0.0000 , 0.0780 , 0.0067 , 5098039.2157 , 1.4444 , 0.8964 , 0.7360 , 0.5588 , 0.0000 , 0.0000 , 0.0000 , 8.0841 , 0.0085 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5795 , cls_180 , 0.0000 , 0.0600 , 0.0044 , 6666666.6667 , 1.4286 , 0.9016 , 0.6559 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 3.8398 , 0.0771 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5849 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3402 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5851 , cls_180 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 6.6389 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6023 , cls_180 , 0.0000 , 0.0840 , 0.0073 , 5833333.3333 , 1.7500 , 0.8735 , 0.8330 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 33.6460 , 0.0150 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6046 , cls_180 , 0.0000 , 1.2780 , 0.0625 , 1708784.5969 , 3.6724 , 0.4661 , 0.7855 , 0.8508 , 0.0000 , 0.0000 , 0.0000 , 4.5817 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6060 , cls_180 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.4280 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6124 , cls_180 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 2.5588 , 0.0134 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6163 , cls_180 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.5246 , 0.0450 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6204 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1140 , 0.0437 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6287 , cls_180 , 0.0000 , 0.0720 , 0.0049 , 8000000.0000 , 1.7143 , 0.8625 , 0.6894 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 0.6145 , 0.0573 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6308 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1141 , 0.0589 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7132 , cls_180 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.9662 , 0.0732 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7757 , cls_180 , 0.0000 , 0.1800 , 0.0119 , 3921568.6275 , 2.0000 , 0.8069 , 0.6937 , 0.6699 , 0.0000 , 0.0000 , 0.0000 , 52.1747 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8694 , cls_180 , 0.0000 , 0.1740 , 0.0160 , 4296296.2963 , 2.0714 , 0.8026 , 0.8925 , 0.6185 , 0.0000 , 0.0000 , 0.0000 , 0.5184 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8729 , cls_180 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.0843 , 0.0780 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8741 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.6426 , 0.0108 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8817 , cls_180 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.1901 , 0.0908 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8887 , cls_180 , 0.0000 , 0.0660 , 0.0055 , 6111111.1111 , 1.5714 , 0.8988 , 0.7753 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 0.3525 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8917 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5323 , 0.0180 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8949 , cls_180 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.2166 , 0.0301 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 217 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0057 , 0.2126 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 366 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0560 , 0.0618 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 698 , cls_61 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0454 , 0.0384 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 792 , cls_61 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.6255 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 1.0376 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 876 , cls_61 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2300 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 904 , cls_61 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 0.7241 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 935 , cls_61 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.2715 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 937 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3925 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1005 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2398 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1199 , cls_61 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0430 , 0.0642 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1831 , cls_61 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.0681 , 0.0335 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1965 , cls_61 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.3816 , 0.0095 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2062 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1752 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2063 , cls_61 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.5911 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2082 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1738 , 0.0120 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2139 , cls_61 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.6113 , 0.0060 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2522 , cls_61 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5311 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2541 , cls_61 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.6817 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 0.1624 , 0.0127 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2542 , cls_61 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2356 , 0.0153 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2627 , cls_61 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4428 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2680 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6374 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2724 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1346 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4970 , cls_61 , 0.0000 , 0.0420 , 0.0036 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.1436 , 0.0162 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4988 , cls_61 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0195 , 0.0618 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5078 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4250 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5079 , cls_61 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.4023 , 0.0090 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 604 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0082 , 0.0874 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 640 , cls_110 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0042 , 0.1052 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 845 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0079 , 0.0874 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1576 , cls_110 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0062 , 0.0886 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1706 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0604 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1872 , cls_110 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0912 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1943 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0746 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1963 , cls_110 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0802 , 0.0212 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2763 , cls_110 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0078 , 0.1024 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4738 , cls_110 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0088 , 0.1084 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5326 , cls_110 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0043 , 0.1036 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5626 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0303 , 0.0853 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6199 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0154 , 0.0990 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6224 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1779 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6260 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0045 , 0.1036 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6306 , cls_110 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0803 , 0.0277 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6502 , cls_110 , 0.0000 , 0.1020 , 0.0097 , 6296296.2963 , 1.8889 , 0.8408 , 0.8451 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 0.0336 , 0.0361 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6504 , cls_110 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0064 , 0.0711 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7184 , cls_110 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0045 , 0.0711 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7241 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0155 , 0.0990 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7696 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0305 , 0.0391 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7758 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0118 , 0.0633 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7933 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0273 , 0.0391 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8371 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0151 , 0.0633 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8680 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0099 , 0.0914 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8809 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0230 , 0.0601 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8857 , cls_110 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0211 , 0.0592 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9116 , cls_110 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0181 , 0.0454 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9138 , cls_110 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0285 , 0.0454 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9438 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4036 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9461 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4034 , 0.0067 +C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9514 , cls_110 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0111 , 0.0769 diff --git a/landscapemetrics.Rproj b/landscapemetrics.Rproj index 1e63ef0ff..969d30df0 100644 --- a/landscapemetrics.Rproj +++ b/landscapemetrics.Rproj @@ -1,23 +1,23 @@ -Version: 1.0 - -RestoreWorkspace: Default -SaveWorkspace: Default -AlwaysSaveHistory: Default - -EnableCodeIndexing: Yes -UseSpacesForTab: Yes -NumSpacesForTab: 4 -Encoding: UTF-8 - -RnwWeave: Sweave -LaTeX: pdfLaTeX - -AutoAppendNewline: Yes -StripTrailingWhitespace: Yes -LineEndingConversion: Posix - -BuildType: Package -PackageUseDevtools: Yes -PackageInstallArgs: --no-multiarch --with-keep.source -PackageCheckArgs: --no-multiarch --as-cran -PackageRoxygenize: rd,collate,namespace,vignette +Version: 1.0 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 4 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX + +AutoAppendNewline: Yes +StripTrailingWhitespace: Yes +LineEndingConversion: Posix + +BuildType: Package +PackageUseDevtools: Yes +PackageInstallArgs: --no-multiarch --with-keep.source +PackageCheckArgs: --no-multiarch --as-cran +PackageRoxygenize: rd,collate,namespace,vignette diff --git a/man/get_unique_values.Rd b/man/get_unique_values.Rd index 3d5a89c81..a8d7d01bc 100644 --- a/man/get_unique_values.Rd +++ b/man/get_unique_values.Rd @@ -1,40 +1,40 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/get_unique_values.R -\name{get_unique_values} -\alias{get_unique_values} -\title{get_unique_values} -\usage{ -get_unique_values(x, simplify = FALSE, verbose = TRUE) -} -\arguments{ -\item{x}{Vector, matrix, raster, stars, or terra object or list of previous.} - -\item{simplify}{If true, a vector will be returned instead of a list for -1-dimensional input} - -\item{verbose}{If true, warning messages are printend} -} -\description{ -This function returns the unique values of an object. -} -\details{ -Fast and memory friendly Rcpp implementation to find the unique values of an object. -} -\examples{ -landscape <- terra::unwrap(landscape) - -get_unique_values(landscape) - -landscape_stack <- c(landscape, landscape, landscape) -get_unique_values(landscape_stack) - -landscape_matrix <-terra::as.matrix(landscape, wide = TRUE) -get_unique_values(landscape_matrix) - -x_vec <- c(1, 2, 1, 1, 2, 2) -get_unique_values(x_vec) - -landscape_list <- list(landscape, landscape_matrix, x_vec) -get_unique_values(landscape_list) - -} +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/get_unique_values.R +\name{get_unique_values} +\alias{get_unique_values} +\title{get_unique_values} +\usage{ +get_unique_values(x, simplify = FALSE, verbose = TRUE) +} +\arguments{ +\item{x}{Vector, matrix, raster, stars, or terra object or list of previous.} + +\item{simplify}{If true, a vector will be returned instead of a list for +1-dimensional input} + +\item{verbose}{If true, warning messages are printend} +} +\description{ +This function returns the unique values of an object. +} +\details{ +Fast and memory friendly Rcpp implementation to find the unique values of an object. +} +\examples{ +landscape <- terra::unwrap(landscape) + +get_unique_values(landscape) + +landscape_stack <- c(landscape, landscape, landscape) +get_unique_values(landscape_stack) + +landscape_matrix <-terra::as.matrix(landscape, wide = TRUE) +get_unique_values(landscape_matrix) + +x_vec <- c(1, 2, 1, 1, 2, 2) +get_unique_values(x_vec) + +landscape_list <- list(landscape, landscape_matrix, x_vec) +get_unique_values(landscape_list) + +} diff --git a/src/RcppExports.cpp b/src/RcppExports.cpp index b2c95526b..00c28f04d 100644 --- a/src/RcppExports.cpp +++ b/src/RcppExports.cpp @@ -1,229 +1,229 @@ -// Generated by using Rcpp::compileAttributes() -> do not edit by hand -// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 - -#include -#include - -using namespace Rcpp; - -#ifdef RCPP_USE_GLOBAL_ROSTREAM -Rcpp::Rostream& Rcpp::Rcout = Rcpp::Rcpp_cout_get(); -Rcpp::Rostream& Rcpp::Rcerr = Rcpp::Rcpp_cerr_get(); -#endif - -// rcpp_ccl -void rcpp_ccl(IntegerMatrix mat, int directions); -RcppExport SEXP _landscapemetrics_rcpp_ccl(SEXP matSEXP, SEXP directionsSEXP) { -BEGIN_RCPP - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< IntegerMatrix >::type mat(matSEXP); - Rcpp::traits::input_parameter< int >::type directions(directionsSEXP); - rcpp_ccl(mat, directions); - return R_NilValue; -END_RCPP -} -// rcpp_xy_from_matrix -IntegerMatrix rcpp_xy_from_matrix(arma::imat x, Rcpp::Nullable cell); -RcppExport SEXP _landscapemetrics_rcpp_xy_from_matrix(SEXP xSEXP, SEXP cellSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< arma::imat >::type x(xSEXP); - Rcpp::traits::input_parameter< Rcpp::Nullable >::type cell(cellSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_xy_from_matrix(x, cell)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_cell_from_xy -IntegerVector rcpp_cell_from_xy(arma::imat x, IntegerMatrix y); -RcppExport SEXP _landscapemetrics_rcpp_cell_from_xy(SEXP xSEXP, SEXP ySEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< arma::imat >::type x(xSEXP); - Rcpp::traits::input_parameter< IntegerMatrix >::type y(ySEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_cell_from_xy(x, y)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_create_neighborhood -IntegerMatrix rcpp_create_neighborhood(arma::imat directions); -RcppExport SEXP _landscapemetrics_rcpp_create_neighborhood(SEXP directionsSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< arma::imat >::type directions(directionsSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_create_neighborhood(directions)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_boundaries -IntegerMatrix rcpp_get_boundaries(const IntegerMatrix xx, int directions); -RcppExport SEXP _landscapemetrics_rcpp_get_boundaries(SEXP xxSEXP, SEXP directionsSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const IntegerMatrix >::type xx(xxSEXP); - Rcpp::traits::input_parameter< int >::type directions(directionsSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_boundaries(xx, directions)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_circle -DataFrame rcpp_get_circle(IntegerMatrix mat, const double resolution_xy); -RcppExport SEXP _landscapemetrics_rcpp_get_circle(SEXP matSEXP, SEXP resolution_xySEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< IntegerMatrix >::type mat(matSEXP); - Rcpp::traits::input_parameter< const double >::type resolution_xy(resolution_xySEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_circle(mat, resolution_xy)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_composition_vector -IntegerVector rcpp_get_composition_vector(const Rcpp::NumericVector& x); -RcppExport SEXP _landscapemetrics_rcpp_get_composition_vector(SEXP xSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const Rcpp::NumericVector& >::type x(xSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_composition_vector(x)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_coocurrence_matrix -IntegerMatrix rcpp_get_coocurrence_matrix(const IntegerMatrix x, const arma::imat directions); -RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix(SEXP xSEXP, SEXP directionsSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); - Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix(x, directions)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_coocurrence_matrix_diag -IntegerVector rcpp_get_coocurrence_matrix_diag(const IntegerMatrix x, const arma::imat directions); -RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix_diag(SEXP xSEXP, SEXP directionsSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); - Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix_diag(x, directions)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_coocurrence_matrix_single -IntegerMatrix rcpp_get_coocurrence_matrix_single(const IntegerMatrix x, const arma::imat directions, const int single_class); -RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix_single(SEXP xSEXP, SEXP directionsSEXP, SEXP single_classSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); - Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); - Rcpp::traits::input_parameter< const int >::type single_class(single_classSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix_single(x, directions, single_class)); - return rcpp_result_gen; -END_RCPP -} -// triangular_index -int triangular_index(int r, int c); -RcppExport SEXP _landscapemetrics_triangular_index(SEXP rSEXP, SEXP cSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< int >::type r(rSEXP); - Rcpp::traits::input_parameter< int >::type c(cSEXP); - rcpp_result_gen = Rcpp::wrap(triangular_index(r, c)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_coocurrence_vector -NumericVector rcpp_get_coocurrence_vector(IntegerMatrix x, arma::imat directions, bool ordered); -RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_vector(SEXP xSEXP, SEXP directionsSEXP, SEXP orderedSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< IntegerMatrix >::type x(xSEXP); - Rcpp::traits::input_parameter< arma::imat >::type directions(directionsSEXP); - Rcpp::traits::input_parameter< bool >::type ordered(orderedSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_vector(x, directions, ordered)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_entropy -double rcpp_get_entropy(NumericVector x, std::string base); -RcppExport SEXP _landscapemetrics_rcpp_get_entropy(SEXP xSEXP, SEXP baseSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< NumericVector >::type x(xSEXP); - Rcpp::traits::input_parameter< std::string >::type base(baseSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_entropy(x, base)); - return rcpp_result_gen; -END_RCPP -} -// find_min -NumericVector find_min(const NumericMatrix& points, int i, int m); -RcppExport SEXP _landscapemetrics_find_min(SEXP pointsSEXP, SEXP iSEXP, SEXP mSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const NumericMatrix& >::type points(pointsSEXP); - Rcpp::traits::input_parameter< int >::type i(iSEXP); - Rcpp::traits::input_parameter< int >::type m(mSEXP); - rcpp_result_gen = Rcpp::wrap(find_min(points, i, m)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_nearest_neighbor -NumericMatrix rcpp_get_nearest_neighbor(const NumericMatrix& points); -RcppExport SEXP _landscapemetrics_rcpp_get_nearest_neighbor(SEXP pointsSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const NumericMatrix& >::type points(pointsSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_nearest_neighbor(points)); - return rcpp_result_gen; -END_RCPP -} -// rcpp_get_unique_values -std::vector rcpp_get_unique_values(const Rcpp::IntegerVector& x, bool na_omit); -RcppExport SEXP _landscapemetrics_rcpp_get_unique_values(SEXP xSEXP, SEXP na_omitSEXP) { -BEGIN_RCPP - Rcpp::RObject rcpp_result_gen; - Rcpp::RNGScope rcpp_rngScope_gen; - Rcpp::traits::input_parameter< const Rcpp::IntegerVector& >::type x(xSEXP); - Rcpp::traits::input_parameter< bool >::type na_omit(na_omitSEXP); - rcpp_result_gen = Rcpp::wrap(rcpp_get_unique_values(x, na_omit)); - return rcpp_result_gen; -END_RCPP -} - -static const R_CallMethodDef CallEntries[] = { - {"_landscapemetrics_rcpp_ccl", (DL_FUNC) &_landscapemetrics_rcpp_ccl, 2}, - {"_landscapemetrics_rcpp_xy_from_matrix", (DL_FUNC) &_landscapemetrics_rcpp_xy_from_matrix, 2}, - {"_landscapemetrics_rcpp_cell_from_xy", (DL_FUNC) &_landscapemetrics_rcpp_cell_from_xy, 2}, - {"_landscapemetrics_rcpp_create_neighborhood", (DL_FUNC) &_landscapemetrics_rcpp_create_neighborhood, 1}, - {"_landscapemetrics_rcpp_get_boundaries", (DL_FUNC) &_landscapemetrics_rcpp_get_boundaries, 2}, - {"_landscapemetrics_rcpp_get_circle", (DL_FUNC) &_landscapemetrics_rcpp_get_circle, 2}, - {"_landscapemetrics_rcpp_get_composition_vector", (DL_FUNC) &_landscapemetrics_rcpp_get_composition_vector, 1}, - {"_landscapemetrics_rcpp_get_coocurrence_matrix", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix, 2}, - {"_landscapemetrics_rcpp_get_coocurrence_matrix_diag", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix_diag, 2}, - {"_landscapemetrics_rcpp_get_coocurrence_matrix_single", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix_single, 3}, - {"_landscapemetrics_triangular_index", (DL_FUNC) &_landscapemetrics_triangular_index, 2}, - {"_landscapemetrics_rcpp_get_coocurrence_vector", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_vector, 3}, - {"_landscapemetrics_rcpp_get_entropy", (DL_FUNC) &_landscapemetrics_rcpp_get_entropy, 2}, - {"_landscapemetrics_find_min", (DL_FUNC) &_landscapemetrics_find_min, 3}, - {"_landscapemetrics_rcpp_get_nearest_neighbor", (DL_FUNC) &_landscapemetrics_rcpp_get_nearest_neighbor, 1}, - {"_landscapemetrics_rcpp_get_unique_values", (DL_FUNC) &_landscapemetrics_rcpp_get_unique_values, 2}, - {NULL, NULL, 0} -}; - -RcppExport void R_init_landscapemetrics(DllInfo *dll) { - R_registerRoutines(dll, NULL, CallEntries, NULL, NULL); - R_useDynamicSymbols(dll, FALSE); -} +// Generated by using Rcpp::compileAttributes() -> do not edit by hand +// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 + +#include +#include + +using namespace Rcpp; + +#ifdef RCPP_USE_GLOBAL_ROSTREAM +Rcpp::Rostream& Rcpp::Rcout = Rcpp::Rcpp_cout_get(); +Rcpp::Rostream& Rcpp::Rcerr = Rcpp::Rcpp_cerr_get(); +#endif + +// rcpp_ccl +void rcpp_ccl(IntegerMatrix mat, int directions); +RcppExport SEXP _landscapemetrics_rcpp_ccl(SEXP matSEXP, SEXP directionsSEXP) { +BEGIN_RCPP + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< IntegerMatrix >::type mat(matSEXP); + Rcpp::traits::input_parameter< int >::type directions(directionsSEXP); + rcpp_ccl(mat, directions); + return R_NilValue; +END_RCPP +} +// rcpp_xy_from_matrix +IntegerMatrix rcpp_xy_from_matrix(arma::imat x, Rcpp::Nullable cell); +RcppExport SEXP _landscapemetrics_rcpp_xy_from_matrix(SEXP xSEXP, SEXP cellSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< arma::imat >::type x(xSEXP); + Rcpp::traits::input_parameter< Rcpp::Nullable >::type cell(cellSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_xy_from_matrix(x, cell)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_cell_from_xy +IntegerVector rcpp_cell_from_xy(arma::imat x, IntegerMatrix y); +RcppExport SEXP _landscapemetrics_rcpp_cell_from_xy(SEXP xSEXP, SEXP ySEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< arma::imat >::type x(xSEXP); + Rcpp::traits::input_parameter< IntegerMatrix >::type y(ySEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_cell_from_xy(x, y)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_create_neighborhood +IntegerMatrix rcpp_create_neighborhood(arma::imat directions); +RcppExport SEXP _landscapemetrics_rcpp_create_neighborhood(SEXP directionsSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< arma::imat >::type directions(directionsSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_create_neighborhood(directions)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_boundaries +IntegerMatrix rcpp_get_boundaries(const IntegerMatrix xx, int directions); +RcppExport SEXP _landscapemetrics_rcpp_get_boundaries(SEXP xxSEXP, SEXP directionsSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const IntegerMatrix >::type xx(xxSEXP); + Rcpp::traits::input_parameter< int >::type directions(directionsSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_boundaries(xx, directions)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_circle +DataFrame rcpp_get_circle(IntegerMatrix mat, const double resolution_xy); +RcppExport SEXP _landscapemetrics_rcpp_get_circle(SEXP matSEXP, SEXP resolution_xySEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< IntegerMatrix >::type mat(matSEXP); + Rcpp::traits::input_parameter< const double >::type resolution_xy(resolution_xySEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_circle(mat, resolution_xy)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_composition_vector +IntegerVector rcpp_get_composition_vector(const Rcpp::NumericVector& x); +RcppExport SEXP _landscapemetrics_rcpp_get_composition_vector(SEXP xSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const Rcpp::NumericVector& >::type x(xSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_composition_vector(x)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_coocurrence_matrix +IntegerMatrix rcpp_get_coocurrence_matrix(const IntegerMatrix x, const arma::imat directions); +RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix(SEXP xSEXP, SEXP directionsSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); + Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix(x, directions)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_coocurrence_matrix_diag +IntegerVector rcpp_get_coocurrence_matrix_diag(const IntegerMatrix x, const arma::imat directions); +RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix_diag(SEXP xSEXP, SEXP directionsSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); + Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix_diag(x, directions)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_coocurrence_matrix_single +IntegerMatrix rcpp_get_coocurrence_matrix_single(const IntegerMatrix x, const arma::imat directions, const int single_class); +RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_matrix_single(SEXP xSEXP, SEXP directionsSEXP, SEXP single_classSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const IntegerMatrix >::type x(xSEXP); + Rcpp::traits::input_parameter< const arma::imat >::type directions(directionsSEXP); + Rcpp::traits::input_parameter< const int >::type single_class(single_classSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_matrix_single(x, directions, single_class)); + return rcpp_result_gen; +END_RCPP +} +// triangular_index +int triangular_index(int r, int c); +RcppExport SEXP _landscapemetrics_triangular_index(SEXP rSEXP, SEXP cSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< int >::type r(rSEXP); + Rcpp::traits::input_parameter< int >::type c(cSEXP); + rcpp_result_gen = Rcpp::wrap(triangular_index(r, c)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_coocurrence_vector +NumericVector rcpp_get_coocurrence_vector(IntegerMatrix x, arma::imat directions, bool ordered); +RcppExport SEXP _landscapemetrics_rcpp_get_coocurrence_vector(SEXP xSEXP, SEXP directionsSEXP, SEXP orderedSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< IntegerMatrix >::type x(xSEXP); + Rcpp::traits::input_parameter< arma::imat >::type directions(directionsSEXP); + Rcpp::traits::input_parameter< bool >::type ordered(orderedSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_coocurrence_vector(x, directions, ordered)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_entropy +double rcpp_get_entropy(NumericVector x, std::string base); +RcppExport SEXP _landscapemetrics_rcpp_get_entropy(SEXP xSEXP, SEXP baseSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< NumericVector >::type x(xSEXP); + Rcpp::traits::input_parameter< std::string >::type base(baseSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_entropy(x, base)); + return rcpp_result_gen; +END_RCPP +} +// find_min +NumericVector find_min(const NumericMatrix& points, int i, int m); +RcppExport SEXP _landscapemetrics_find_min(SEXP pointsSEXP, SEXP iSEXP, SEXP mSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const NumericMatrix& >::type points(pointsSEXP); + Rcpp::traits::input_parameter< int >::type i(iSEXP); + Rcpp::traits::input_parameter< int >::type m(mSEXP); + rcpp_result_gen = Rcpp::wrap(find_min(points, i, m)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_nearest_neighbor +NumericMatrix rcpp_get_nearest_neighbor(const NumericMatrix& points); +RcppExport SEXP _landscapemetrics_rcpp_get_nearest_neighbor(SEXP pointsSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const NumericMatrix& >::type points(pointsSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_nearest_neighbor(points)); + return rcpp_result_gen; +END_RCPP +} +// rcpp_get_unique_values +std::vector rcpp_get_unique_values(const Rcpp::IntegerVector& x, bool na_omit); +RcppExport SEXP _landscapemetrics_rcpp_get_unique_values(SEXP xSEXP, SEXP na_omitSEXP) { +BEGIN_RCPP + Rcpp::RObject rcpp_result_gen; + Rcpp::RNGScope rcpp_rngScope_gen; + Rcpp::traits::input_parameter< const Rcpp::IntegerVector& >::type x(xSEXP); + Rcpp::traits::input_parameter< bool >::type na_omit(na_omitSEXP); + rcpp_result_gen = Rcpp::wrap(rcpp_get_unique_values(x, na_omit)); + return rcpp_result_gen; +END_RCPP +} + +static const R_CallMethodDef CallEntries[] = { + {"_landscapemetrics_rcpp_ccl", (DL_FUNC) &_landscapemetrics_rcpp_ccl, 2}, + {"_landscapemetrics_rcpp_xy_from_matrix", (DL_FUNC) &_landscapemetrics_rcpp_xy_from_matrix, 2}, + {"_landscapemetrics_rcpp_cell_from_xy", (DL_FUNC) &_landscapemetrics_rcpp_cell_from_xy, 2}, + {"_landscapemetrics_rcpp_create_neighborhood", (DL_FUNC) &_landscapemetrics_rcpp_create_neighborhood, 1}, + {"_landscapemetrics_rcpp_get_boundaries", (DL_FUNC) &_landscapemetrics_rcpp_get_boundaries, 2}, + {"_landscapemetrics_rcpp_get_circle", (DL_FUNC) &_landscapemetrics_rcpp_get_circle, 2}, + {"_landscapemetrics_rcpp_get_composition_vector", (DL_FUNC) &_landscapemetrics_rcpp_get_composition_vector, 1}, + {"_landscapemetrics_rcpp_get_coocurrence_matrix", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix, 2}, + {"_landscapemetrics_rcpp_get_coocurrence_matrix_diag", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix_diag, 2}, + {"_landscapemetrics_rcpp_get_coocurrence_matrix_single", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_matrix_single, 3}, + {"_landscapemetrics_triangular_index", (DL_FUNC) &_landscapemetrics_triangular_index, 2}, + {"_landscapemetrics_rcpp_get_coocurrence_vector", (DL_FUNC) &_landscapemetrics_rcpp_get_coocurrence_vector, 3}, + {"_landscapemetrics_rcpp_get_entropy", (DL_FUNC) &_landscapemetrics_rcpp_get_entropy, 2}, + {"_landscapemetrics_find_min", (DL_FUNC) &_landscapemetrics_find_min, 3}, + {"_landscapemetrics_rcpp_get_nearest_neighbor", (DL_FUNC) &_landscapemetrics_rcpp_get_nearest_neighbor, 1}, + {"_landscapemetrics_rcpp_get_unique_values", (DL_FUNC) &_landscapemetrics_rcpp_get_unique_values, 2}, + {NULL, NULL, 0} +}; + +RcppExport void R_init_landscapemetrics(DllInfo *dll) { + R_registerRoutines(dll, NULL, CallEntries, NULL, NULL); + R_useDynamicSymbols(dll, FALSE); +} diff --git a/src/rcpp_get_coocurrence_matrix.cpp b/src/rcpp_get_coocurrence_matrix.cpp index 289f3f5ec..931048e34 100644 --- a/src/rcpp_get_coocurrence_matrix.cpp +++ b/src/rcpp_get_coocurrence_matrix.cpp @@ -1,74 +1,74 @@ -#include "rcpp_get_coocurrence_matrix.h" -#include "rcpp_create_neighborhood.h" -#include "rcpp_get_unique_values.h" -#include "rcpp_get_class_index_map.h" - -// [[Rcpp::export]] -IntegerMatrix rcpp_get_coocurrence_matrix(const IntegerMatrix x, - const arma::imat directions) { - const int na = NA_INTEGER; - const unsigned ncols = x.ncol(); - const unsigned nrows = x.nrow(); - - std::vector classes = rcpp_get_unique_values(x); - std::map class_index = get_class_index_map(classes); - - unsigned n_classes = class_index.size(); - IntegerMatrix cooc_mat(n_classes, n_classes); - - // create neighbors coordinates - IntegerMatrix tmp = rcpp_create_neighborhood(directions); - int neigh_len = tmp.nrow(); - std::vector > neig_coords; - for (int row = 0; row < neigh_len; row++) { - IntegerVector a = tmp.row(row); - std::vector b(a.begin(), a.end()); - neig_coords.push_back(b); - } - - // NAs need an index, otherwise they are counted as neighbors of class[0] - class_index.insert(std::make_pair(na, n_classes)); - - for (unsigned col = 0; col < ncols; col++) { - for (unsigned row = 0; row < nrows; row++) { - const int tmp = x[col * nrows + row]; - if (tmp == na) - continue; - unsigned focal_class = class_index[tmp]; - for (int h = 0; h < neigh_len; h++) { - int neig_col = neig_coords[h][0] + col; - int neig_row = neig_coords[h][1] + row; - if (neig_col >= 0 && - neig_row >= 0 && - neig_col < ncols && - neig_row < nrows) { - const int tmp = x[neig_col * nrows + neig_row]; - if (tmp == na) - continue; - unsigned neig_class = class_index[tmp]; - cooc_mat(focal_class,neig_class)++; - } - } - } - } - - // add names - List u_names = List::create(classes, classes); - cooc_mat.attr("dimnames") = u_names; - return cooc_mat; -} - -/*** R -library(terra) -library(dplyr) -test <- terra::unwrap(landscapemetrics::augusta_nlcd) -# test <- raster("~/Desktop/lc_2008_4bit_clip.tif") # produces a matrix filled with NA ???? -mat <- terra::as.matrix(test, wide = TRUE) -four <- as.matrix(4) -rcpp_get_coocurrence_matrix(mat, four) - - -lsm_p_contig(test) - -rcpp_get_unique_values(mat) -*/ +#include "rcpp_get_coocurrence_matrix.h" +#include "rcpp_create_neighborhood.h" +#include "rcpp_get_unique_values.h" +#include "rcpp_get_class_index_map.h" + +// [[Rcpp::export]] +IntegerMatrix rcpp_get_coocurrence_matrix(const IntegerMatrix x, + const arma::imat directions) { + const int na = NA_INTEGER; + const unsigned ncols = x.ncol(); + const unsigned nrows = x.nrow(); + + std::vector classes = rcpp_get_unique_values(x); + std::map class_index = get_class_index_map(classes); + + unsigned n_classes = class_index.size(); + IntegerMatrix cooc_mat(n_classes, n_classes); + + // create neighbors coordinates + IntegerMatrix tmp = rcpp_create_neighborhood(directions); + int neigh_len = tmp.nrow(); + std::vector > neig_coords; + for (int row = 0; row < neigh_len; row++) { + IntegerVector a = tmp.row(row); + std::vector b(a.begin(), a.end()); + neig_coords.push_back(b); + } + + // NAs need an index, otherwise they are counted as neighbors of class[0] + class_index.insert(std::make_pair(na, n_classes)); + + for (unsigned col = 0; col < ncols; col++) { + for (unsigned row = 0; row < nrows; row++) { + const int tmp = x[col * nrows + row]; + if (tmp == na) + continue; + unsigned focal_class = class_index[tmp]; + for (int h = 0; h < neigh_len; h++) { + int neig_col = neig_coords[h][0] + col; + int neig_row = neig_coords[h][1] + row; + if (neig_col >= 0 && + neig_row >= 0 && + neig_col < ncols && + neig_row < nrows) { + const int tmp = x[neig_col * nrows + neig_row]; + if (tmp == na) + continue; + unsigned neig_class = class_index[tmp]; + cooc_mat(focal_class,neig_class)++; + } + } + } + } + + // add names + List u_names = List::create(classes, classes); + cooc_mat.attr("dimnames") = u_names; + return cooc_mat; +} + +/*** R +library(terra) +library(dplyr) +test <- terra::unwrap(landscapemetrics::augusta_nlcd) +# test <- raster("~/Desktop/lc_2008_4bit_clip.tif") # produces a matrix filled with NA ???? +mat <- terra::as.matrix(test, wide = TRUE) +four <- as.matrix(4) +rcpp_get_coocurrence_matrix(mat, four) + + +lsm_p_contig(test) + +rcpp_get_unique_values(mat) +*/ diff --git a/src/rcpp_get_coocurrence_matrix_diag.cpp b/src/rcpp_get_coocurrence_matrix_diag.cpp index 6d2c6fa92..93f2039ac 100644 --- a/src/rcpp_get_coocurrence_matrix_diag.cpp +++ b/src/rcpp_get_coocurrence_matrix_diag.cpp @@ -1,78 +1,78 @@ -//#include "rcpp_get_coocurrence_matrix.h" -#include "rcpp_get_class_index_map.h" -#include "rcpp_get_coocurrence_matrix_diag.h" -#include "rcpp_create_neighborhood.h" -#include "rcpp_get_unique_values.h" - -// [[Rcpp::export]] -IntegerVector rcpp_get_coocurrence_matrix_diag(const IntegerMatrix x, - const arma::imat directions) { - const int na = NA_INTEGER; - const unsigned ncols = x.ncol(); - const unsigned nrows = x.nrow(); - - std::vector patches = rcpp_get_unique_values(x); - std::map patch_index = get_class_index_map(patches); - - unsigned n_classes = patch_index.size(); - std::vector cooc_mat_diag(n_classes); - - // create neighbors coordinates - IntegerMatrix tmp = rcpp_create_neighborhood(directions); - int neigh_len = tmp.nrow(); - std::vector > neig_coords; - for (int row = 0; row < neigh_len; row++) { - IntegerVector a = tmp.row(row); - std::vector b(a.begin(), a.end()); - neig_coords.push_back(b); - } - // NAs need an index, otherwise they are counted as neighbors of class[0] - patch_index.insert(std::make_pair(na, n_classes)); - - for (unsigned col = 0; col < ncols; col++) { - for (unsigned row = 0; row < nrows; row++) { - const int tmp = x[col * nrows + row]; - if (tmp == na) - continue; - unsigned focal_patch = patch_index[tmp]; - for (int h = 0; h < neigh_len; h++) { - int neig_col = neig_coords[h][0] + col; - int neig_row = neig_coords[h][1] + row; - if (neig_col >= 0 && - neig_row >= 0 && - neig_col < ncols && - neig_row < nrows) { - const int tmp = x[neig_col * nrows + neig_row]; - const unsigned neig_patch = patch_index[tmp]; - if (neig_patch == focal_patch) - cooc_mat_diag[neig_patch]++; - } - } - } - } - - IntegerVector result(n_classes); - for (unsigned i = 0; i < cooc_mat_diag.size(); i++) { - result(i) = cooc_mat_diag[i]; - } - - // add names - //List u_names = List::create(patches); - result.attr("names") = patches; - return result; -} - -/*** R -library(terra) -library(dplyr) -test <- terra::unwrap(landscapemetrics::augusta_nlcd) -# test <- raster("~/Desktop/lc_2008_4bit_clip.tif") # produces a matrix filled with NA ???? -mat <- terra::as.matrix(test, wide = TRUE) -four <- as.matrix(4) -rcpp_get_coocurrence_matrix(mat, four) - - -lsm_p_contig(test) - -rcpp_get_unique_values(mat) -*/ +//#include "rcpp_get_coocurrence_matrix.h" +#include "rcpp_get_class_index_map.h" +#include "rcpp_get_coocurrence_matrix_diag.h" +#include "rcpp_create_neighborhood.h" +#include "rcpp_get_unique_values.h" + +// [[Rcpp::export]] +IntegerVector rcpp_get_coocurrence_matrix_diag(const IntegerMatrix x, + const arma::imat directions) { + const int na = NA_INTEGER; + const unsigned ncols = x.ncol(); + const unsigned nrows = x.nrow(); + + std::vector patches = rcpp_get_unique_values(x); + std::map patch_index = get_class_index_map(patches); + + unsigned n_classes = patch_index.size(); + std::vector cooc_mat_diag(n_classes); + + // create neighbors coordinates + IntegerMatrix tmp = rcpp_create_neighborhood(directions); + int neigh_len = tmp.nrow(); + std::vector > neig_coords; + for (int row = 0; row < neigh_len; row++) { + IntegerVector a = tmp.row(row); + std::vector b(a.begin(), a.end()); + neig_coords.push_back(b); + } + // NAs need an index, otherwise they are counted as neighbors of class[0] + patch_index.insert(std::make_pair(na, n_classes)); + + for (unsigned col = 0; col < ncols; col++) { + for (unsigned row = 0; row < nrows; row++) { + const int tmp = x[col * nrows + row]; + if (tmp == na) + continue; + unsigned focal_patch = patch_index[tmp]; + for (int h = 0; h < neigh_len; h++) { + int neig_col = neig_coords[h][0] + col; + int neig_row = neig_coords[h][1] + row; + if (neig_col >= 0 && + neig_row >= 0 && + neig_col < ncols && + neig_row < nrows) { + const int tmp = x[neig_col * nrows + neig_row]; + const unsigned neig_patch = patch_index[tmp]; + if (neig_patch == focal_patch) + cooc_mat_diag[neig_patch]++; + } + } + } + } + + IntegerVector result(n_classes); + for (unsigned i = 0; i < cooc_mat_diag.size(); i++) { + result(i) = cooc_mat_diag[i]; + } + + // add names + //List u_names = List::create(patches); + result.attr("names") = patches; + return result; +} + +/*** R +library(terra) +library(dplyr) +test <- terra::unwrap(landscapemetrics::augusta_nlcd) +# test <- raster("~/Desktop/lc_2008_4bit_clip.tif") # produces a matrix filled with NA ???? +mat <- terra::as.matrix(test, wide = TRUE) +four <- as.matrix(4) +rcpp_get_coocurrence_matrix(mat, four) + + +lsm_p_contig(test) + +rcpp_get_unique_values(mat) +*/ diff --git a/src/rcpp_get_coocurrence_matrix_single.cpp b/src/rcpp_get_coocurrence_matrix_single.cpp index 557b8c45f..596c87579 100644 --- a/src/rcpp_get_coocurrence_matrix_single.cpp +++ b/src/rcpp_get_coocurrence_matrix_single.cpp @@ -1,75 +1,75 @@ -#include "rcpp_get_coocurrence_matrix_single.h" -#include "rcpp_create_neighborhood.h" -#include "rcpp_get_unique_values.h" -#include "rcpp_get_class_index_map.h" - -// [[Rcpp::export]] -IntegerMatrix rcpp_get_coocurrence_matrix_single(const IntegerMatrix x, - const arma::imat directions, - const int single_class) { - const int na = NA_INTEGER; - const unsigned ncols = x.ncol(); - const unsigned nrows = x.nrow(); - - std::vector classes = rcpp_get_unique_values(x); - std::map class_index = get_class_index_map(classes); - - unsigned n_classes = class_index.size(); - IntegerMatrix cooc_mat(n_classes, 1); - - // create neighbors coordinates - IntegerMatrix tmp = rcpp_create_neighborhood(directions); - int neigh_len = tmp.nrow(); - std::vector > neig_coords; - for (int row = 0; row < neigh_len; row++) { - IntegerVector a = tmp.row(row); - std::vector b(a.begin(), a.end()); - neig_coords.push_back(b); - } - - // NAs need an index, otherwise they are counted as neighbors of class[0] - class_index.insert(std::make_pair(na, n_classes)); - - int single_class_index = class_index[single_class]; - - for (unsigned col = 0; col < ncols; col++) { - for (unsigned row = 0; row < nrows; row++) { - const int tmp = x[col * nrows + row]; - if (tmp == na) - continue; - int focal_class = class_index[tmp]; - if (focal_class != single_class_index) - continue; - for (int h = 0; h < neigh_len; h++) { - int neig_col = neig_coords[h][0] + col; - int neig_row = neig_coords[h][1] + row; - if (neig_col >= 0 && - neig_row >= 0 && - neig_col < ncols && - neig_row < nrows) { - const int tmp = x[neig_col * nrows + neig_row]; - if (tmp == na) - continue; - unsigned neig_class = class_index[tmp]; - cooc_mat(neig_class,focal_class)++; - } - } - } - } - - // add names - List u_names = List::create(classes, single_class); - cooc_mat.attr("dimnames") = u_names; - return cooc_mat; -} - -/*** R -library(terra) -library(dplyr) -test <- terra::unwrap(landscapemetrics::augusta_nlcd) -# test <- raster("~/Desktop/lc_2008_4bit_clip.tif") # produces a matrix filled with NA ???? -mat <- terra::as.matrix(test, wide = TRUE) -four <- as.matrix(4) -rcpp_get_coocurrence_matrix(mat, four) -rcpp_get_coocurrence_matrix_single(mat, four, 11) -*/ +#include "rcpp_get_coocurrence_matrix_single.h" +#include "rcpp_create_neighborhood.h" +#include "rcpp_get_unique_values.h" +#include "rcpp_get_class_index_map.h" + +// [[Rcpp::export]] +IntegerMatrix rcpp_get_coocurrence_matrix_single(const IntegerMatrix x, + const arma::imat directions, + const int single_class) { + const int na = NA_INTEGER; + const unsigned ncols = x.ncol(); + const unsigned nrows = x.nrow(); + + std::vector classes = rcpp_get_unique_values(x); + std::map class_index = get_class_index_map(classes); + + unsigned n_classes = class_index.size(); + IntegerMatrix cooc_mat(n_classes, 1); + + // create neighbors coordinates + IntegerMatrix tmp = rcpp_create_neighborhood(directions); + int neigh_len = tmp.nrow(); + std::vector > neig_coords; + for (int row = 0; row < neigh_len; row++) { + IntegerVector a = tmp.row(row); + std::vector b(a.begin(), a.end()); + neig_coords.push_back(b); + } + + // NAs need an index, otherwise they are counted as neighbors of class[0] + class_index.insert(std::make_pair(na, n_classes)); + + int single_class_index = class_index[single_class]; + + for (unsigned col = 0; col < ncols; col++) { + for (unsigned row = 0; row < nrows; row++) { + const int tmp = x[col * nrows + row]; + if (tmp == na) + continue; + int focal_class = class_index[tmp]; + if (focal_class != single_class_index) + continue; + for (int h = 0; h < neigh_len; h++) { + int neig_col = neig_coords[h][0] + col; + int neig_row = neig_coords[h][1] + row; + if (neig_col >= 0 && + neig_row >= 0 && + neig_col < ncols && + neig_row < nrows) { + const int tmp = x[neig_col * nrows + neig_row]; + if (tmp == na) + continue; + unsigned neig_class = class_index[tmp]; + cooc_mat(neig_class,focal_class)++; + } + } + } + } + + // add names + List u_names = List::create(classes, single_class); + cooc_mat.attr("dimnames") = u_names; + return cooc_mat; +} + +/*** R +library(terra) +library(dplyr) +test <- terra::unwrap(landscapemetrics::augusta_nlcd) +# test <- raster("~/Desktop/lc_2008_4bit_clip.tif") # produces a matrix filled with NA ???? +mat <- terra::as.matrix(test, wide = TRUE) +four <- as.matrix(4) +rcpp_get_coocurrence_matrix(mat, four) +rcpp_get_coocurrence_matrix_single(mat, four, 11) +*/ diff --git a/src/rcpp_get_nearest_neighbor.cpp b/src/rcpp_get_nearest_neighbor.cpp index f34193030..f5ad6a926 100644 --- a/src/rcpp_get_nearest_neighbor.cpp +++ b/src/rcpp_get_nearest_neighbor.cpp @@ -1,144 +1,144 @@ -#include -using namespace Rcpp; - -inline double compute_d2(double x1, double y1, double x2, double y2) { - - double dx = x2 - x1; - double dy = y2 - y1; - - return dx * dx + dy * dy; -} - -// [[Rcpp::export]] -NumericVector find_min(const NumericMatrix& points, int i, int m) { - - double x_i = points(i, 0), y_i = points(i, 1), id_i = points(i, 2); - - double x_k, x_min, x_max, d, d0 = R_PosInf; - - int k, id0; - - NumericVector dist_vec (2, 0.0); - - // Search before i - x_min = R_NegInf; - for (k = i - 1; k >= 0; k--) { - if (points(k, 2) == id_i) continue; - x_k = points(k, 0); - if (x_k > x_min) { - d = compute_d2(x_i, y_i, x_k, points(k, 1)); - if (d < d0) { - d0 = d; - id0 = points(k, 2); - x_min = x_i - ::sqrt(d0); - } - } else { - // No need to search further - break; - } - } - // Search after i - x_max = R_PosInf; - for (k = i + 1; k < m; k++) { - if (points(k, 2) == id_i) continue; - x_k = points(k, 0); - if (x_k < x_max) { - d = compute_d2(x_i, y_i, x_k, points(k, 1)); - if (d < d0) { - d0 = d; - id0 = points(k, 2); - x_max = x_i + ::sqrt(d0); - } - } else { - // No need to search further - break; - } - } - - dist_vec(0) = ::sqrt(d0); - dist_vec(1) = id0; - - return(dist_vec); -} - -//' @title First nearest neighbor distance -//' -//' @description Efficiently calculate the distance to the first nearest neighbor. -//' Quasi linear runtime. -//' -//' @param points A two numeric matrix, where the first two columns are x and y -//' -//' @return Vector -//' -//' @author Florian Privé \email{florian.prive.21@gmail.com} -//' -//' @keywords internal -//' -//' @name rcpp_get_nearest_neighbor -//' @export -// [[Rcpp::export]] -NumericMatrix rcpp_get_nearest_neighbor(const NumericMatrix& points) { - - int nrows = points.nrow(); - NumericMatrix distances(nrows, 2); - - for (int i = 0; i < nrows; i++) { - - distances(i, _) = find_min(points, i, nrows); - } - - return distances; -} - - -/*** R -landscape_labeled <- get_patches(landscape) - -patches_class <- landscape_labeled[[1]][[1]] - -class_boundaries <- terra::boundaries(patches_class, directions = 4, falseval = NA) - -terra::values(class_boundaries)[terra::values(!is.na(class_boundaries))] <- - terra::values(patches_class)[terra::values(!is.na(class_boundaries))] - -points_class <- terra::xyFromCell(class_boundaries, cell = 1:terra::ncell(class_boundaries)) |> - cbind(terra::values(class_boundaries, mat = FALSE)) |> - stats::na.omit() |> - tibble::as.tibble() |> - purrr::set_names(c("x", "y", "id")) |> - dplyr::arrange(id, -y) - -X2 <- as.matrix(points_class) - -res <- landscapemetrics:::rcpp_get_nearest_neighbor(X2) - -find_closest <- function(X) { - ord <- order(X[, 1]) - num <- seq_along(ord) - rank <- match(num, ord) - - res <- rcpp_get_nearest_neighbor(X[ord,]) - - unname(cbind(num, res[rank], X[, 3])) - } - -res2 <- find_closest(X2) - -stopifnot(identical(res[, 2], res2[, 2])) - -microbenchmark::microbenchmark(landscapemetrics:::rcpp_get_nearest_neighbor(X2), - find_closest(X2)) -X3 <- X2[rep(seq_len(nrow(X2)), 50),] - -microbenchmark::microbenchmark(landscapemetrics:::rcpp_get_nearest_neighbor(X3), - find_closest(X3), - times = 20) - -stopifnot(identical( - landscapemetrics:::rcpp_get_nearest_neighbor(X3), - find_closest(X3) -)) - -# compute_d2(X2[1, 1], X2[1, 2], X2[1, 1], X2[1, 2]) -# compute_d2(X2[2, 1], X2[2, 2], X2[1, 1], X2[1, 2]) - */ +#include +using namespace Rcpp; + +inline double compute_d2(double x1, double y1, double x2, double y2) { + + double dx = x2 - x1; + double dy = y2 - y1; + + return dx * dx + dy * dy; +} + +// [[Rcpp::export]] +NumericVector find_min(const NumericMatrix& points, int i, int m) { + + double x_i = points(i, 0), y_i = points(i, 1), id_i = points(i, 2); + + double x_k, x_min, x_max, d, d0 = R_PosInf; + + int k, id0; + + NumericVector dist_vec (2, 0.0); + + // Search before i + x_min = R_NegInf; + for (k = i - 1; k >= 0; k--) { + if (points(k, 2) == id_i) continue; + x_k = points(k, 0); + if (x_k > x_min) { + d = compute_d2(x_i, y_i, x_k, points(k, 1)); + if (d < d0) { + d0 = d; + id0 = points(k, 2); + x_min = x_i - ::sqrt(d0); + } + } else { + // No need to search further + break; + } + } + // Search after i + x_max = R_PosInf; + for (k = i + 1; k < m; k++) { + if (points(k, 2) == id_i) continue; + x_k = points(k, 0); + if (x_k < x_max) { + d = compute_d2(x_i, y_i, x_k, points(k, 1)); + if (d < d0) { + d0 = d; + id0 = points(k, 2); + x_max = x_i + ::sqrt(d0); + } + } else { + // No need to search further + break; + } + } + + dist_vec(0) = ::sqrt(d0); + dist_vec(1) = id0; + + return(dist_vec); +} + +//' @title First nearest neighbor distance +//' +//' @description Efficiently calculate the distance to the first nearest neighbor. +//' Quasi linear runtime. +//' +//' @param points A two numeric matrix, where the first two columns are x and y +//' +//' @return Vector +//' +//' @author Florian Privé \email{florian.prive.21@gmail.com} +//' +//' @keywords internal +//' +//' @name rcpp_get_nearest_neighbor +//' @export +// [[Rcpp::export]] +NumericMatrix rcpp_get_nearest_neighbor(const NumericMatrix& points) { + + int nrows = points.nrow(); + NumericMatrix distances(nrows, 2); + + for (int i = 0; i < nrows; i++) { + + distances(i, _) = find_min(points, i, nrows); + } + + return distances; +} + + +/*** R +landscape_labeled <- get_patches(landscape) + +patches_class <- landscape_labeled[[1]][[1]] + +class_boundaries <- terra::boundaries(patches_class, directions = 4, falseval = NA) + +terra::values(class_boundaries)[terra::values(!is.na(class_boundaries))] <- + terra::values(patches_class)[terra::values(!is.na(class_boundaries))] + +points_class <- terra::xyFromCell(class_boundaries, cell = 1:terra::ncell(class_boundaries)) |> + cbind(terra::values(class_boundaries, mat = FALSE)) |> + stats::na.omit() |> + tibble::as.tibble() |> + purrr::set_names(c("x", "y", "id")) |> + dplyr::arrange(id, -y) + +X2 <- as.matrix(points_class) + +res <- landscapemetrics:::rcpp_get_nearest_neighbor(X2) + +find_closest <- function(X) { + ord <- order(X[, 1]) + num <- seq_along(ord) + rank <- match(num, ord) + + res <- rcpp_get_nearest_neighbor(X[ord,]) + + unname(cbind(num, res[rank], X[, 3])) + } + +res2 <- find_closest(X2) + +stopifnot(identical(res[, 2], res2[, 2])) + +microbenchmark::microbenchmark(landscapemetrics:::rcpp_get_nearest_neighbor(X2), + find_closest(X2)) +X3 <- X2[rep(seq_len(nrow(X2)), 50),] + +microbenchmark::microbenchmark(landscapemetrics:::rcpp_get_nearest_neighbor(X3), + find_closest(X3), + times = 20) + +stopifnot(identical( + landscapemetrics:::rcpp_get_nearest_neighbor(X3), + find_closest(X3) +)) + +# compute_d2(X2[1, 1], X2[1, 2], X2[1, 1], X2[1, 2]) +# compute_d2(X2[2, 1], X2[2, 2], X2[1, 1], X2[1, 2]) + */ diff --git a/tests/testthat.R b/tests/testthat.R index c4474c436..39955bcb1 100644 --- a/tests/testthat.R +++ b/tests/testthat.R @@ -1,5 +1,5 @@ -library(testthat) -library(landscapemetrics) -library(terra) - -test_check("landscapemetrics") +library(testthat) +library(landscapemetrics) +library(terra) + +test_check("landscapemetrics") diff --git a/tests/testthat/helper-landscapes.R b/tests/testthat/helper-landscapes.R index c56338086..22d0f4992 100644 --- a/tests/testthat/helper-landscapes.R +++ b/tests/testthat/helper-landscapes.R @@ -1,24 +1,24 @@ -# create landscapes - -landscape <- terra::unwrap(landscape) -augusta_nlcd <- terra::unwrap(augusta_nlcd) -podlasie_ccilc <- terra::unwrap(podlasie_ccilc) - -landscape_matrix <- terra::as.matrix(landscape, wide = TRUE) - -landscape_stack <- c(landscape, landscape) - -landscape_list <- list(landscape, landscape) - -landscape_simple <- landscape -landscape_simple[terra::values(landscape_simple, mat = FALSE) == 2] <- 1 - -landscape_uniform <- landscape -terra::values(landscape_uniform) <- 1 - -landscape_diff_res <- terra::aggregate(landscape, fact = c(1,2)) - -landscape_NA <- landscape -terra::values(landscape_NA) <- NA - -# landscape_stars <- stars::st_as_stars(landscape) +# create landscapes + +landscape <- terra::unwrap(landscape) +augusta_nlcd <- terra::unwrap(augusta_nlcd) +podlasie_ccilc <- terra::unwrap(podlasie_ccilc) + +landscape_matrix <- terra::as.matrix(landscape, wide = TRUE) + +landscape_stack <- c(landscape, landscape) + +landscape_list <- list(landscape, landscape) + +landscape_simple <- landscape +landscape_simple[terra::values(landscape_simple, mat = FALSE) == 2] <- 1 + +landscape_uniform <- landscape +terra::values(landscape_uniform) <- 1 + +landscape_diff_res <- terra::aggregate(landscape, fact = c(1,2)) + +landscape_NA <- landscape +terra::values(landscape_NA) <- NA + +# landscape_stars <- stars::st_as_stars(landscape) diff --git a/tests/testthat/helper-points.R b/tests/testthat/helper-points.R index 225fe59da..de940f43c 100644 --- a/tests/testthat/helper-points.R +++ b/tests/testthat/helper-points.R @@ -1,18 +1,18 @@ - -points_matrix <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) - -# points_sp <- sp::SpatialPoints(matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE)) -# -# points_spdf <- sp::SpatialPointsDataFrame(matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE), -# data = data.frame(ID = rep(1,3))) - -# points_point <- sf::st_point(matrix(c(10, 5), ncol = 2, byrow = TRUE)) -# -# points_multipoint <- sf::st_multipoint(matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE)) -# -# points_sfc <- sf::st_sfc(sf::st_multipoint(matrix(c(10, 5, 25, 15), ncol = 2, byrow = TRUE)), -# sf::st_multipoint(matrix(c(5, 25, 15, 25), ncol = 2, byrow = TRUE))) -# -# points_sf <- sf::st_sf(geometry = sf::st_sfc(sf::st_multipoint(matrix(c(10, 5, 25, 15, 5, 25), -# ncol = 2, byrow = TRUE))), -# ID = 3) + +points_matrix <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) + +# points_sp <- sp::SpatialPoints(matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE)) +# +# points_spdf <- sp::SpatialPointsDataFrame(matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE), +# data = data.frame(ID = rep(1,3))) + +# points_point <- sf::st_point(matrix(c(10, 5), ncol = 2, byrow = TRUE)) +# +# points_multipoint <- sf::st_multipoint(matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE)) +# +# points_sfc <- sf::st_sfc(sf::st_multipoint(matrix(c(10, 5, 25, 15), ncol = 2, byrow = TRUE)), +# sf::st_multipoint(matrix(c(5, 25, 15, 25), ncol = 2, byrow = TRUE))) +# +# points_sf <- sf::st_sf(geometry = sf::st_sfc(sf::st_multipoint(matrix(c(10, 5, 25, 15, 5, 25), +# ncol = 2, byrow = TRUE))), +# ID = 3) diff --git a/tests/testthat/test-calculate-lsm.R b/tests/testthat/test-calculate-lsm.R index bee79bee3..b78964eef 100644 --- a/tests/testthat/test-calculate-lsm.R +++ b/tests/testthat/test-calculate-lsm.R @@ -1,130 +1,130 @@ -context("calculate_lsm") - -test_that("calculate_lsm can take different raster inputs", { - - expect_is(calculate_lsm(landscape, what = "lsm_l_ta", - verbose = FALSE), "tbl_df") - expect_is(calculate_lsm(landscape_stack, what = "lsm_l_ta", - verbose = FALSE), "tbl_df") - expect_is(calculate_lsm(landscape_list, what = "lsm_l_ta", - verbose = FALSE), "tbl_df") - -}) - -test_that("calculate_lsm can calculate patch metrics", { - - patch_metrics <- calculate_lsm(landscape, what = "patch", - verbose = FALSE) - - expect_is(patch_metrics, "tbl_df") - expect_true(all(patch_metrics$level == "patch")) - expect_true(ncol(patch_metrics) > 0) -}) - -test_that("calculate_lsm can calculate class metrics", { - - class_metrics <- calculate_lsm(landscape, what = "class", - verbose = FALSE) - - expect_is(class_metrics, "tbl_df") - expect_true(all(class_metrics$level == "class")) - expect_true(ncol(class_metrics) > 0) -}) - -test_that("calculate_lsm can calculate landscape metrics", { - - landscape_metrics <- calculate_lsm(landscape, what = "landscape", - verbose = FALSE) - - expect_is(landscape_metrics, "tbl_df") - expect_true(all(landscape_metrics$level == "landscape")) - expect_true(ncol(landscape_metrics) > 0) -}) - -test_that("calculate_lsm can take all metrics", { - - all_metrics <- calculate_lsm(landscape, - verbose = FALSE) - - expect_true(all(all_metrics$level %in% c("patch", "class","landscape"))) - expect_is(all_metrics, "tbl_df") - expect_true(ncol(all_metrics) > 0) -}) - -test_that("calculate_lsm can take specific metrics", { - - specific_metrics <- calculate_lsm(landscape, - what = c("lsm_p_enn", "lsm_c_ed"), - verbose = FALSE) - - expect_true(all(specific_metrics$metric %in% c("ed", "enn"))) - expect_is(specific_metrics, "tbl_df") - expect_true(ncol(specific_metrics) > 0) -}) - -test_that("calculate_lsm can take level argument", { - - specific_metrics_patch <- calculate_lsm(landscape, - level = "patch", - verbose = FALSE) - - specific_metrics_class <- calculate_lsm(landscape, - level = "class", - verbose = FALSE) - - specific_metrics_landscape <- calculate_lsm(landscape, - level = "landscape", - verbose = FALSE) - - expect_true(all(specific_metrics_patch$level == "patch")) - expect_true(all(specific_metrics_class$level == "class")) - expect_true(all(specific_metrics_landscape$level == "landscape")) -}) - - -test_that("calculate_lsm can take metric argument", { - - specific_metrics_area <- calculate_lsm(landscape, - metric = "area", - verbose = FALSE) - - metrics <- vapply(strsplit(specific_metrics_area$metric, - split = "_"), FUN = function(x) x[1], - FUN.VALUE = character(1)) - - expect_true(all(metrics == "area")) -}) - -test_that("calculate_lsm can take name argument", { - - specific_metrics_name <- calculate_lsm(landscape, name = "core area", - verbose = FALSE) - - metrics <- vapply(strsplit(specific_metrics_name$metric, - split = "_"), FUN = function(x) x[1], - FUN.VALUE = character(1)) - - expect_true(all(metrics == "core")) -}) - -test_that("calculate_lsm can take type argument", { - - specific_metrics_type <- calculate_lsm(landscape, - type = "aggregation metric", - full_name = TRUE, - verbose = FALSE) - - expect_true(all(specific_metrics_type$type == "aggregation metric")) -}) - -test_that("NA is returned if no cell has a value", { - - all_metric <- list_lsm() - - result <- calculate_lsm(landscape_NA, - verbose = FALSE) - - expect_equal(object = nrow(result), expected = nrow(all_metric)) - expect_true(object = all(result$metric %in% all_metric$metric)) - expect_true(object = all(is.na(result$value))) -}) +context("calculate_lsm") + +test_that("calculate_lsm can take different raster inputs", { + + expect_is(calculate_lsm(landscape, what = "lsm_l_ta", + verbose = FALSE), "tbl_df") + expect_is(calculate_lsm(landscape_stack, what = "lsm_l_ta", + verbose = FALSE), "tbl_df") + expect_is(calculate_lsm(landscape_list, what = "lsm_l_ta", + verbose = FALSE), "tbl_df") + +}) + +test_that("calculate_lsm can calculate patch metrics", { + + patch_metrics <- calculate_lsm(landscape, what = "patch", + verbose = FALSE) + + expect_is(patch_metrics, "tbl_df") + expect_true(all(patch_metrics$level == "patch")) + expect_true(ncol(patch_metrics) > 0) +}) + +test_that("calculate_lsm can calculate class metrics", { + + class_metrics <- calculate_lsm(landscape, what = "class", + verbose = FALSE) + + expect_is(class_metrics, "tbl_df") + expect_true(all(class_metrics$level == "class")) + expect_true(ncol(class_metrics) > 0) +}) + +test_that("calculate_lsm can calculate landscape metrics", { + + landscape_metrics <- calculate_lsm(landscape, what = "landscape", + verbose = FALSE) + + expect_is(landscape_metrics, "tbl_df") + expect_true(all(landscape_metrics$level == "landscape")) + expect_true(ncol(landscape_metrics) > 0) +}) + +test_that("calculate_lsm can take all metrics", { + + all_metrics <- calculate_lsm(landscape, + verbose = FALSE) + + expect_true(all(all_metrics$level %in% c("patch", "class","landscape"))) + expect_is(all_metrics, "tbl_df") + expect_true(ncol(all_metrics) > 0) +}) + +test_that("calculate_lsm can take specific metrics", { + + specific_metrics <- calculate_lsm(landscape, + what = c("lsm_p_enn", "lsm_c_ed"), + verbose = FALSE) + + expect_true(all(specific_metrics$metric %in% c("ed", "enn"))) + expect_is(specific_metrics, "tbl_df") + expect_true(ncol(specific_metrics) > 0) +}) + +test_that("calculate_lsm can take level argument", { + + specific_metrics_patch <- calculate_lsm(landscape, + level = "patch", + verbose = FALSE) + + specific_metrics_class <- calculate_lsm(landscape, + level = "class", + verbose = FALSE) + + specific_metrics_landscape <- calculate_lsm(landscape, + level = "landscape", + verbose = FALSE) + + expect_true(all(specific_metrics_patch$level == "patch")) + expect_true(all(specific_metrics_class$level == "class")) + expect_true(all(specific_metrics_landscape$level == "landscape")) +}) + + +test_that("calculate_lsm can take metric argument", { + + specific_metrics_area <- calculate_lsm(landscape, + metric = "area", + verbose = FALSE) + + metrics <- vapply(strsplit(specific_metrics_area$metric, + split = "_"), FUN = function(x) x[1], + FUN.VALUE = character(1)) + + expect_true(all(metrics == "area")) +}) + +test_that("calculate_lsm can take name argument", { + + specific_metrics_name <- calculate_lsm(landscape, name = "core area", + verbose = FALSE) + + metrics <- vapply(strsplit(specific_metrics_name$metric, + split = "_"), FUN = function(x) x[1], + FUN.VALUE = character(1)) + + expect_true(all(metrics == "core")) +}) + +test_that("calculate_lsm can take type argument", { + + specific_metrics_type <- calculate_lsm(landscape, + type = "aggregation metric", + full_name = TRUE, + verbose = FALSE) + + expect_true(all(specific_metrics_type$type == "aggregation metric")) +}) + +test_that("NA is returned if no cell has a value", { + + all_metric <- list_lsm() + + result <- calculate_lsm(landscape_NA, + verbose = FALSE) + + expect_equal(object = nrow(result), expected = nrow(all_metric)) + expect_true(object = all(result$metric %in% all_metric$metric)) + expect_true(object = all(is.na(result$value))) +}) diff --git a/tests/testthat/test-check-landscape.R b/tests/testthat/test-check-landscape.R index 4e4dbf288..99cad60e2 100644 --- a/tests/testthat/test-check-landscape.R +++ b/tests/testthat/test-check-landscape.R @@ -1,72 +1,72 @@ -context("check_landscape") - -test_that("check_landscape works for augusta_nlcd", { - - check_tibble <- check_landscape(augusta_nlcd, - verbose = FALSE) - - expect_true(check_tibble$OK == cli::symbol$tick) -}) - -test_that("check_landscape works (not) for podlasie_ccilc", { - - check_tibble <- check_landscape(podlasie_ccilc, - verbose = FALSE) - - expect_true(check_tibble$OK == cli::symbol$cross) -}) - -test_that("check_landscape works (maybe) for landscape", { - - check_tibble <- check_landscape(landscape, - verbose = FALSE) - - expect_true(check_tibble$OK == cli::symbol$fancy_question_mark) -}) - -test_that("check_landscape works (maybe) for landscape stack", { - - check_tibble <- check_landscape(landscape_stack, - verbose = FALSE) - - expect_true(all(check_tibble$OK == cli::symbol$fancy_question_mark)) -}) - -test_that("check_landscape works (maybe) for landscape list", { - - check_tibble <- check_landscape(landscape_list, - verbose = FALSE) - - expect_true(all(check_tibble$OK == cli::symbol$fancy_question_mark)) -}) - -test_that("check_landscape works does not work for double values", { - - landscape[] <- 1.5 - - check_tibble <- check_landscape(landscape, - verbose = FALSE) - - expect_true(all(check_tibble$OK == cli::symbol$cross)) -}) - -test_that("check_landscape works return warning for > 30 classes", { - - augusta_nlcd[] <- sample(1:35, size = 298760, replace = TRUE) - - check_tibble <- check_landscape(augusta_nlcd, - verbose = FALSE) - - expect_true(all(check_tibble$OK == cli::symbol$fancy_question_mark)) -}) - -test_that("check_landscape returns warning if all cells area NA", { - - check_tibble <- check_landscape(landscape_NA, - verbose = FALSE) - - expect_true(object = all(check_tibble$OK == cli::symbol$cross)) - expect_true(object = is.na(check_tibble$class)) - expect_equal(object = check_tibble$n_classes, expected = 0) - -}) +context("check_landscape") + +test_that("check_landscape works for augusta_nlcd", { + + check_tibble <- check_landscape(augusta_nlcd, + verbose = FALSE) + + expect_true(check_tibble$OK == cli::symbol$tick) +}) + +test_that("check_landscape works (not) for podlasie_ccilc", { + + check_tibble <- check_landscape(podlasie_ccilc, + verbose = FALSE) + + expect_true(check_tibble$OK == cli::symbol$cross) +}) + +test_that("check_landscape works (maybe) for landscape", { + + check_tibble <- check_landscape(landscape, + verbose = FALSE) + + expect_true(check_tibble$OK == cli::symbol$fancy_question_mark) +}) + +test_that("check_landscape works (maybe) for landscape stack", { + + check_tibble <- check_landscape(landscape_stack, + verbose = FALSE) + + expect_true(all(check_tibble$OK == cli::symbol$fancy_question_mark)) +}) + +test_that("check_landscape works (maybe) for landscape list", { + + check_tibble <- check_landscape(landscape_list, + verbose = FALSE) + + expect_true(all(check_tibble$OK == cli::symbol$fancy_question_mark)) +}) + +test_that("check_landscape works does not work for double values", { + + landscape[] <- 1.5 + + check_tibble <- check_landscape(landscape, + verbose = FALSE) + + expect_true(all(check_tibble$OK == cli::symbol$cross)) +}) + +test_that("check_landscape works return warning for > 30 classes", { + + augusta_nlcd[] <- sample(1:35, size = 298760, replace = TRUE) + + check_tibble <- check_landscape(augusta_nlcd, + verbose = FALSE) + + expect_true(all(check_tibble$OK == cli::symbol$fancy_question_mark)) +}) + +test_that("check_landscape returns warning if all cells area NA", { + + check_tibble <- check_landscape(landscape_NA, + verbose = FALSE) + + expect_true(object = all(check_tibble$OK == cli::symbol$cross)) + expect_true(object = is.na(check_tibble$class)) + expect_equal(object = check_tibble$n_classes, expected = 0) + +}) diff --git a/tests/testthat/test-construct-buffer.R b/tests/testthat/test-construct-buffer.R index 835e22666..636342d14 100644 --- a/tests/testthat/test-construct-buffer.R +++ b/tests/testthat/test-construct-buffer.R @@ -1,30 +1,30 @@ -context("construct_buffer") - -sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) -points_sf <- sf::st_multipoint(sample_points) - -test_that("construct_buffer is typestable", { - - expect_is(construct_buffer(sample_points, shape = "circle", size = 5), "sf") - expect_is(construct_buffer(points_sf, shape = "square", size = 5), "sf") -}) - -test_that("construct_buffer can return a matrix", { - - expect_is(construct_buffer(sample_points, - shape = "circle", size = 5, - return_sf = FALSE), "matrix") - - expect_is(construct_buffer(points_sf, - shape = "circle", size = 5, - return_sf = FALSE), "matrix") -}) - -test_that("construct_buffer returns error for unkown shape", { - - shape <- "3D" - - expect_error(construct_buffer(sample_points, shape = "3D", size = 5), - regexp = paste0("Shape option " , shape, " unkown."), - fixed = TRUE) -}) +context("construct_buffer") + +sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) +points_sf <- sf::st_multipoint(sample_points) + +test_that("construct_buffer is typestable", { + + expect_is(construct_buffer(sample_points, shape = "circle", size = 5), "sf") + expect_is(construct_buffer(points_sf, shape = "square", size = 5), "sf") +}) + +test_that("construct_buffer can return a matrix", { + + expect_is(construct_buffer(sample_points, + shape = "circle", size = 5, + return_sf = FALSE), "matrix") + + expect_is(construct_buffer(points_sf, + shape = "circle", size = 5, + return_sf = FALSE), "matrix") +}) + +test_that("construct_buffer returns error for unkown shape", { + + shape <- "3D" + + expect_error(construct_buffer(sample_points, shape = "3D", size = 5), + regexp = paste0("Shape option " , shape, " unkown."), + fixed = TRUE) +}) diff --git a/tests/testthat/test-different-classes.R b/tests/testthat/test-different-classes.R index fbff8017d..236e65bde 100644 --- a/tests/testthat/test-different-classes.R +++ b/tests/testthat/test-different-classes.R @@ -1,12 +1,12 @@ -context("test different classes") - -landscape_stack = c(landscape) -# landscape_stars = stars::st_as_stars(landscape) -landscape_list = list(landscape) - -ent_landscape = lsm_l_ent(landscape) - -expect_equal(ent_landscape, lsm_l_ent(landscape_stack)) -# expect_equal(ent_landscape_raster, lsm_l_ent(landscape_stars)) -expect_equal(ent_landscape, lsm_l_ent(landscape_list)) - +context("test different classes") + +landscape_stack = c(landscape) +# landscape_stars = stars::st_as_stars(landscape) +landscape_list = list(landscape) + +ent_landscape = lsm_l_ent(landscape) + +expect_equal(ent_landscape, lsm_l_ent(landscape_stack)) +# expect_equal(ent_landscape_raster, lsm_l_ent(landscape_stars)) +expect_equal(ent_landscape, lsm_l_ent(landscape_list)) + diff --git a/tests/testthat/test-extract-lsm.R b/tests/testthat/test-extract-lsm.R index 425f991c0..581b002c9 100644 --- a/tests/testthat/test-extract-lsm.R +++ b/tests/testthat/test-extract-lsm.R @@ -1,127 +1,127 @@ -context("extract_lsm") - -sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) - -x1 <- c(1, 5, 15, 10) -y1 <- c(1, 5, 15, 25) - -x2 <- c(10, 25) -y2 <- c(5, 5) - -# sample_lines <- sp::SpatialLines(list(sp::Lines(list(sp::Line(cbind(x1, y1)), -# sp::Line(cbind(x2, y2))), ID = "a"))) - -test_that("extract_lsm returns correct metrics", { - - patch_area <- extract_lsm(landscape, - y = sample_points, - what = "lsm_p_area", - type = "aggregation metric", - verbose = FALSE) - - expect_true(all(patch_area$metric == "area")) - - patch_core <- extract_lsm(landscape, - y = sample_points, - type = "core area metric", - full_name = TRUE, - verbose = FALSE) - - expect_true(all(patch_core$type == "core area metric")) - - patch_all <- extract_lsm(landscape, - y = sample_points, - verbose = FALSE) - - expect_true(all(unique(patch_all$metric) == list_lsm(level = "patch")[,1])) -}) - -# test_that("extract_lsm works for lines", { -# -# result <- extract_lsm(landscape, -# y = sample_lines, -# what = "lsm_p_area", -# verbose = FALSE) -# -# expect_is(result, "tbl_df") -# expect_true(all(result$metric %in% "area")) -# }) - -test_that("extract_lsm forwards arguments to calculate_lsm", { - - result <- extract_lsm(landscape, - y = sample_points, - what = "lsm_p_core", - edge_depth = 100, - verbose = FALSE) - - expect_true(all(result$value == 0)) -}) - -test_that("extract_lsm uses extract_ids", { - - result <- extract_lsm(landscape, - y = sample_points, - extract_id = c(5, 25, 15), - what = "lsm_p_area", - verbose = FALSE) - - expect_equal(result$extract_id, expected = c(5, 15, 25)) - - result_wrong_id <- extract_lsm(landscape, - y = sample_points, - extract_id = c(1, 5, 25, 15), - what = "lsm_p_area", - verbose = FALSE) - - expect_equal(result_wrong_id$extract_id, expected = 1:3) -}) - -test_that("extract_lsm works for all data types", { - - result_stack <- extract_lsm(landscape = landscape_stack, - y = sample_points, - what = "lsm_p_area", - verbose = FALSE) - - result_list <- extract_lsm(landscape = landscape_list, - y = sample_points, - what = "lsm_p_area", - verbose = FALSE) - - expect_is(result_stack, "tbl_df") - expect_is(result_list, "tbl_df") - - expect_equal(object = result_stack$layer, - expected = c(1, 1, 1, 2, 2, 2)) - expect_equal(object = result_list$layer, - expected = c(1, 1, 1, 2, 2, 2)) - - expect_true("area" %in% result_stack$metric) - expect_true("area" %in% result_list$metric) -}) - -test_that("extract_lsm returns warnings", { - - expect_warning(extract_lsm(landscape, - y = sample_points, - extract_id = c(15, 25, 5, 1), - what = "lsm_p_area"), - regexp = "Length of extract_id is not identical to length of y. Using 1...n as extract_id.", - fixed = TRUE) -}) - -test_that("extract_lsm throws errors", { - - expect_error(extract_lsm(landscape, - y = sample_points, - what = "lsm_l_ta", - verbose = FALSE), - regexp = "'extract_lsm()' only takes patch level metrics.", - fixed = TRUE) - - expect_error(extract_lsm(landscape, y = 1:3), - regexp = "'y' must be a matrix or sf object.", - fixed = TRUE) -}) - +context("extract_lsm") + +sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) + +x1 <- c(1, 5, 15, 10) +y1 <- c(1, 5, 15, 25) + +x2 <- c(10, 25) +y2 <- c(5, 5) + +# sample_lines <- sp::SpatialLines(list(sp::Lines(list(sp::Line(cbind(x1, y1)), +# sp::Line(cbind(x2, y2))), ID = "a"))) + +test_that("extract_lsm returns correct metrics", { + + patch_area <- extract_lsm(landscape, + y = sample_points, + what = "lsm_p_area", + type = "aggregation metric", + verbose = FALSE) + + expect_true(all(patch_area$metric == "area")) + + patch_core <- extract_lsm(landscape, + y = sample_points, + type = "core area metric", + full_name = TRUE, + verbose = FALSE) + + expect_true(all(patch_core$type == "core area metric")) + + patch_all <- extract_lsm(landscape, + y = sample_points, + verbose = FALSE) + + expect_true(all(unique(patch_all$metric) == list_lsm(level = "patch")[,1])) +}) + +# test_that("extract_lsm works for lines", { +# +# result <- extract_lsm(landscape, +# y = sample_lines, +# what = "lsm_p_area", +# verbose = FALSE) +# +# expect_is(result, "tbl_df") +# expect_true(all(result$metric %in% "area")) +# }) + +test_that("extract_lsm forwards arguments to calculate_lsm", { + + result <- extract_lsm(landscape, + y = sample_points, + what = "lsm_p_core", + edge_depth = 100, + verbose = FALSE) + + expect_true(all(result$value == 0)) +}) + +test_that("extract_lsm uses extract_ids", { + + result <- extract_lsm(landscape, + y = sample_points, + extract_id = c(5, 25, 15), + what = "lsm_p_area", + verbose = FALSE) + + expect_equal(result$extract_id, expected = c(5, 15, 25)) + + result_wrong_id <- extract_lsm(landscape, + y = sample_points, + extract_id = c(1, 5, 25, 15), + what = "lsm_p_area", + verbose = FALSE) + + expect_equal(result_wrong_id$extract_id, expected = 1:3) +}) + +test_that("extract_lsm works for all data types", { + + result_stack <- extract_lsm(landscape = landscape_stack, + y = sample_points, + what = "lsm_p_area", + verbose = FALSE) + + result_list <- extract_lsm(landscape = landscape_list, + y = sample_points, + what = "lsm_p_area", + verbose = FALSE) + + expect_is(result_stack, "tbl_df") + expect_is(result_list, "tbl_df") + + expect_equal(object = result_stack$layer, + expected = c(1, 1, 1, 2, 2, 2)) + expect_equal(object = result_list$layer, + expected = c(1, 1, 1, 2, 2, 2)) + + expect_true("area" %in% result_stack$metric) + expect_true("area" %in% result_list$metric) +}) + +test_that("extract_lsm returns warnings", { + + expect_warning(extract_lsm(landscape, + y = sample_points, + extract_id = c(15, 25, 5, 1), + what = "lsm_p_area"), + regexp = "Length of extract_id is not identical to length of y. Using 1...n as extract_id.", + fixed = TRUE) +}) + +test_that("extract_lsm throws errors", { + + expect_error(extract_lsm(landscape, + y = sample_points, + what = "lsm_l_ta", + verbose = FALSE), + regexp = "'extract_lsm()' only takes patch level metrics.", + fixed = TRUE) + + expect_error(extract_lsm(landscape, y = 1:3), + regexp = "'y' must be a matrix or sf object.", + fixed = TRUE) +}) + diff --git a/tests/testthat/test-get-adjacencies.R b/tests/testthat/test-get-adjacencies.R index 742e80b5e..acca7cc65 100644 --- a/tests/testthat/test-get-adjacencies.R +++ b/tests/testthat/test-get-adjacencies.R @@ -1,81 +1,81 @@ -context("get_adjacencies") - -test_that("get_adjacencies runs for all data types", { - - raster_layer <- get_adjacencies(landscape) - raster_stack <- get_adjacencies(landscape_stack) - raster_list <- get_adjacencies(landscape_list) - raster_matrix <- get_adjacencies(landscape_matrix) - - expect_is(raster_layer, "list") - expect_is(raster_stack, "list") - expect_is(raster_list, "list") - expect_is(raster_matrix, "list") -}) - -test_that("get_adjacencies runs and returns a matrix", { - - adjacencies_full <- get_adjacencies(landscape, - neighbourhood = 4, what = "full") - - adjacencies_like <- get_adjacencies(landscape, - neighbourhood = 4, what = "like") - - adjacencies_unlike <- get_adjacencies(landscape, - neighbourhood = 4, what = "unlike") - - adjacencies_triangle <- get_adjacencies(landscape, - neighbourhood = 4, what = "triangle") - - expect_true(all(!is.na(adjacencies_full[[1]]))) - expect_true(all(is.na(adjacencies_like[[1]][-c(1, 5, 9)]))) - expect_true(all(is.na(adjacencies_unlike[[1]][-c(2, 3, 6)]))) - expect_true(all(is.na(adjacencies_triangle[[1]][-c(1, 2, 3, 5, 6, 9)]))) -}) - -test_that("get_adjacencies runs also for the upper triangle", { - - adjacencies_upperfull <- get_adjacencies(landscape, - neighbourhood = 4, what = "full", upper = TRUE) - - adjacencies_upperlike <- get_adjacencies(landscape, - neighbourhood = 4, what = "like", upper = TRUE) - - adjacencies_upperunlike <- get_adjacencies(landscape, - neighbourhood = 4, what = "unlike", upper = TRUE) - - adjacencies_uppertriangle <- get_adjacencies(landscape, - neighbourhood = 4, what = "triangle", upper = TRUE) - - expect_true(all(!is.na(adjacencies_upperfull[[1]]))) - expect_true(all(is.na(adjacencies_upperlike[[1]][-c(1, 5, 9)]))) - expect_true(all(is.na(adjacencies_upperunlike[[1]][-c(4, 7,8)]))) - expect_true(all(is.na(adjacencies_uppertriangle[[1]][-c(1, 4, 5, 7, 8, 9)]))) -}) - -test_that("get_adjacencies works for different values of neighborhood than 4", { - - new_ras <- terra::rast(nrows = 3, ncols = 3, vals = c(rep(1, 8), 2)) - - adjacencies_4 <- get_adjacencies(new_ras, neighbourhood = 4) - adjacencies_8 <- get_adjacencies(new_ras, neighbourhood = 8) - - diagonal_matrix <- matrix(c(1, NA, 1, - NA, 0, NA, - 1, NA, 1), 3, 3, byrow = TRUE) - - adjacencies_diag <- get_adjacencies(new_ras, diagonal_matrix) - - expect_equivalent(adjacencies_4[[1]], matrix(c(20L, 2L, 2L, 0L), ncol = 2)) - expect_equivalent(adjacencies_8[[1]], matrix(c(34L, 3L, 3L, 0L), ncol = 2)) - expect_equivalent(adjacencies_diag[[1]], matrix(c(14L, 1L, 1L, 0L), ncol = 2)) - -}) - - -test_that("get_adjacencies returns error", { - - expect_error(get_adjacencies(landscape, neighbourhood = 12), - regexp = "neighbourhood must be either 4, 8 or a binary matrix where the ones define the neighbourhood.") -}) - +context("get_adjacencies") + +test_that("get_adjacencies runs for all data types", { + + raster_layer <- get_adjacencies(landscape) + raster_stack <- get_adjacencies(landscape_stack) + raster_list <- get_adjacencies(landscape_list) + raster_matrix <- get_adjacencies(landscape_matrix) + + expect_is(raster_layer, "list") + expect_is(raster_stack, "list") + expect_is(raster_list, "list") + expect_is(raster_matrix, "list") +}) + +test_that("get_adjacencies runs and returns a matrix", { + + adjacencies_full <- get_adjacencies(landscape, + neighbourhood = 4, what = "full") + + adjacencies_like <- get_adjacencies(landscape, + neighbourhood = 4, what = "like") + + adjacencies_unlike <- get_adjacencies(landscape, + neighbourhood = 4, what = "unlike") + + adjacencies_triangle <- get_adjacencies(landscape, + neighbourhood = 4, what = "triangle") + + expect_true(all(!is.na(adjacencies_full[[1]]))) + expect_true(all(is.na(adjacencies_like[[1]][-c(1, 5, 9)]))) + expect_true(all(is.na(adjacencies_unlike[[1]][-c(2, 3, 6)]))) + expect_true(all(is.na(adjacencies_triangle[[1]][-c(1, 2, 3, 5, 6, 9)]))) +}) + +test_that("get_adjacencies runs also for the upper triangle", { + + adjacencies_upperfull <- get_adjacencies(landscape, + neighbourhood = 4, what = "full", upper = TRUE) + + adjacencies_upperlike <- get_adjacencies(landscape, + neighbourhood = 4, what = "like", upper = TRUE) + + adjacencies_upperunlike <- get_adjacencies(landscape, + neighbourhood = 4, what = "unlike", upper = TRUE) + + adjacencies_uppertriangle <- get_adjacencies(landscape, + neighbourhood = 4, what = "triangle", upper = TRUE) + + expect_true(all(!is.na(adjacencies_upperfull[[1]]))) + expect_true(all(is.na(adjacencies_upperlike[[1]][-c(1, 5, 9)]))) + expect_true(all(is.na(adjacencies_upperunlike[[1]][-c(4, 7,8)]))) + expect_true(all(is.na(adjacencies_uppertriangle[[1]][-c(1, 4, 5, 7, 8, 9)]))) +}) + +test_that("get_adjacencies works for different values of neighborhood than 4", { + + new_ras <- terra::rast(nrows = 3, ncols = 3, vals = c(rep(1, 8), 2)) + + adjacencies_4 <- get_adjacencies(new_ras, neighbourhood = 4) + adjacencies_8 <- get_adjacencies(new_ras, neighbourhood = 8) + + diagonal_matrix <- matrix(c(1, NA, 1, + NA, 0, NA, + 1, NA, 1), 3, 3, byrow = TRUE) + + adjacencies_diag <- get_adjacencies(new_ras, diagonal_matrix) + + expect_equivalent(adjacencies_4[[1]], matrix(c(20L, 2L, 2L, 0L), ncol = 2)) + expect_equivalent(adjacencies_8[[1]], matrix(c(34L, 3L, 3L, 0L), ncol = 2)) + expect_equivalent(adjacencies_diag[[1]], matrix(c(14L, 1L, 1L, 0L), ncol = 2)) + +}) + + +test_that("get_adjacencies returns error", { + + expect_error(get_adjacencies(landscape, neighbourhood = 12), + regexp = "neighbourhood must be either 4, 8 or a binary matrix where the ones define the neighbourhood.") +}) + diff --git a/tests/testthat/test-get-boundaries.R b/tests/testthat/test-get-boundaries.R index a2b364ace..7e22eecba 100644 --- a/tests/testthat/test-get-boundaries.R +++ b/tests/testthat/test-get-boundaries.R @@ -1,76 +1,76 @@ -context("get_boundaries") - -classes_lsm <- get_patches(landscape)[[1]] - -test_that("get_boundaries works for all data types", { - - raster_layer <- get_boundaries(classes_lsm[[1]]) - raster_stack <- get_boundaries(c(classes_lsm)) - raster_list <- get_boundaries(classes_lsm) - - expect_true(all(sapply(raster_layer, inherits, what = "SpatRaster"))) - expect_true(all(sapply(raster_stack, inherits, what = "SpatRaster"))) - expect_true(all(sapply(raster_list, inherits, what = "SpatRaster"))) - - expect_true(terra::ext(raster_layer[[1]]) == terra::ext(landscape)) - - expect_length(object = raster_list, n = length(classes_lsm)) -}) - -test_that("get_boundaries returns matrix", { - - raster_layer <- get_boundaries(classes_lsm[[1]], return_raster = FALSE) - raster_stack <- get_boundaries(c(classes_lsm), return_raster = FALSE) - raster_list <- get_boundaries(classes_lsm, return_raster = FALSE) - - expect_true(all(sapply(raster_layer, inherits, what = "matrix"))) - expect_true(all(sapply(raster_stack, inherits, what = "matrix"))) - expect_true(all(sapply(raster_list, inherits, what = "matrix"))) - - expect_length(object = raster_list, n = length(classes_lsm)) -}) - -test_that("get_boundaries return either 1/0 or 1/NA", { - - result_10 <- get_boundaries(classes_lsm[[1]], as_NA = FALSE) - - result_NA <- get_boundaries(classes_lsm[[1]], as_NA = TRUE) - - expect_equal(object = get_unique_values(result_10[[1]], simplify = TRUE), - expected = c(0, 1)) - - expect_equal(object = get_unique_values(result_NA[[1]], simplify = TRUE), - expected = 1) -}) - -test_that("get_boundaries can increase edge_depth", { - - result_depth_1 <- get_boundaries(classes_lsm[[1]], edge_depth = 1) - result_depth_3 <- get_boundaries(classes_lsm[[1]], edge_depth = 3) - - check <- sum(terra::values(result_depth_1[[1]], mat = FALSE), na.rm = TRUE) < - sum(terra::values(result_depth_3[[1]], mat = FALSE), na.rm = TRUE) - - expect_true(object = check) -}) - -test_that("get_boundaries can use original patch id", { - - result <- get_boundaries(classes_lsm[[1]], patch_id = TRUE) - - expect_equal(object = get_unique_values(result[[1]], simplify = TRUE), - expected = c(0, get_unique_values(classes_lsm[[1]], - simplify = TRUE))) -}) - -test_that("get_boundaries can consider boundary", { - - result <- get_boundaries(classes_lsm[[1]], consider_boundary = FALSE) - result_boundary <- get_boundaries(classes_lsm[[1]], consider_boundary = TRUE) - - check <- sum(terra::values(result[[1]], mat = FALSE), na.rm = TRUE) > - sum(terra::values(result_boundary[[1]], mat = FALSE), na.rm = TRUE) - - expect_true(object = check) - -}) +context("get_boundaries") + +classes_lsm <- get_patches(landscape)[[1]] + +test_that("get_boundaries works for all data types", { + + raster_layer <- get_boundaries(classes_lsm[[1]]) + raster_stack <- get_boundaries(c(classes_lsm)) + raster_list <- get_boundaries(classes_lsm) + + expect_true(all(sapply(raster_layer, inherits, what = "SpatRaster"))) + expect_true(all(sapply(raster_stack, inherits, what = "SpatRaster"))) + expect_true(all(sapply(raster_list, inherits, what = "SpatRaster"))) + + expect_true(terra::ext(raster_layer[[1]]) == terra::ext(landscape)) + + expect_length(object = raster_list, n = length(classes_lsm)) +}) + +test_that("get_boundaries returns matrix", { + + raster_layer <- get_boundaries(classes_lsm[[1]], return_raster = FALSE) + raster_stack <- get_boundaries(c(classes_lsm), return_raster = FALSE) + raster_list <- get_boundaries(classes_lsm, return_raster = FALSE) + + expect_true(all(sapply(raster_layer, inherits, what = "matrix"))) + expect_true(all(sapply(raster_stack, inherits, what = "matrix"))) + expect_true(all(sapply(raster_list, inherits, what = "matrix"))) + + expect_length(object = raster_list, n = length(classes_lsm)) +}) + +test_that("get_boundaries return either 1/0 or 1/NA", { + + result_10 <- get_boundaries(classes_lsm[[1]], as_NA = FALSE) + + result_NA <- get_boundaries(classes_lsm[[1]], as_NA = TRUE) + + expect_equal(object = get_unique_values(result_10[[1]], simplify = TRUE), + expected = c(0, 1)) + + expect_equal(object = get_unique_values(result_NA[[1]], simplify = TRUE), + expected = 1) +}) + +test_that("get_boundaries can increase edge_depth", { + + result_depth_1 <- get_boundaries(classes_lsm[[1]], edge_depth = 1) + result_depth_3 <- get_boundaries(classes_lsm[[1]], edge_depth = 3) + + check <- sum(terra::values(result_depth_1[[1]], mat = FALSE), na.rm = TRUE) < + sum(terra::values(result_depth_3[[1]], mat = FALSE), na.rm = TRUE) + + expect_true(object = check) +}) + +test_that("get_boundaries can use original patch id", { + + result <- get_boundaries(classes_lsm[[1]], patch_id = TRUE) + + expect_equal(object = get_unique_values(result[[1]], simplify = TRUE), + expected = c(0, get_unique_values(classes_lsm[[1]], + simplify = TRUE))) +}) + +test_that("get_boundaries can consider boundary", { + + result <- get_boundaries(classes_lsm[[1]], consider_boundary = FALSE) + result_boundary <- get_boundaries(classes_lsm[[1]], consider_boundary = TRUE) + + check <- sum(terra::values(result[[1]], mat = FALSE), na.rm = TRUE) > + sum(terra::values(result_boundary[[1]], mat = FALSE), na.rm = TRUE) + + expect_true(object = check) + +}) diff --git a/tests/testthat/test-get-centroids.R b/tests/testthat/test-get-centroids.R index 21eda96d2..3cb234e8c 100644 --- a/tests/testthat/test-get-centroids.R +++ b/tests/testthat/test-get-centroids.R @@ -1,54 +1,54 @@ -context("get_centroids") - -test_that("get_centroids runs for all data types", { - - raster_layer <- get_centroids(landscape) - raster_stack <- get_centroids(landscape_stack) - raster_list <- get_centroids(landscape_list) - - expect_is(raster_layer, "tbl_df") - expect_is(raster_stack, "tbl_df") - expect_is(raster_list, "tbl_df") -}) - -test_that("get_centroids returns in every column the correct type", { - - centroids <- get_centroids(landscape) - - expect_type(centroids$layer, "integer") - expect_type(centroids$level, "character") - expect_type(centroids$class, "integer") - expect_type(centroids$id, "integer") - expect_type(centroids$x, "double") - expect_type(centroids$y, "double") -}) - -test_that("get_centroids returns centroid for each patch", { - - centroids <- get_centroids(landscape) - - np <- lsm_l_np(landscape) - - expect_true(object = nrow(centroids) == np$value) -}) - -test_that("get_centroids allows to set cell_center", { - - expect_warning(get_centroids(landscape, cell_center = TRUE), - regexp = "For some patches several cell centers are returned as centroid.") - - centroids <- get_centroids(landscape, cell_center = TRUE, - verbose = FALSE) - - np <- lsm_l_np(landscape) - - expect_true(object = nrow(centroids) > np$value) -}) - -test_that("get_centroids can return sf", { - - centroids_sp <- get_centroids(landscape, cell_center = TRUE, - return_sf = TRUE) - - expect_is(centroids_sp, "sf") -}) +context("get_centroids") + +test_that("get_centroids runs for all data types", { + + raster_layer <- get_centroids(landscape) + raster_stack <- get_centroids(landscape_stack) + raster_list <- get_centroids(landscape_list) + + expect_is(raster_layer, "tbl_df") + expect_is(raster_stack, "tbl_df") + expect_is(raster_list, "tbl_df") +}) + +test_that("get_centroids returns in every column the correct type", { + + centroids <- get_centroids(landscape) + + expect_type(centroids$layer, "integer") + expect_type(centroids$level, "character") + expect_type(centroids$class, "integer") + expect_type(centroids$id, "integer") + expect_type(centroids$x, "double") + expect_type(centroids$y, "double") +}) + +test_that("get_centroids returns centroid for each patch", { + + centroids <- get_centroids(landscape) + + np <- lsm_l_np(landscape) + + expect_true(object = nrow(centroids) == np$value) +}) + +test_that("get_centroids allows to set cell_center", { + + expect_warning(get_centroids(landscape, cell_center = TRUE), + regexp = "For some patches several cell centers are returned as centroid.") + + centroids <- get_centroids(landscape, cell_center = TRUE, + verbose = FALSE) + + np <- lsm_l_np(landscape) + + expect_true(object = nrow(centroids) > np$value) +}) + +test_that("get_centroids can return sf", { + + centroids_sp <- get_centroids(landscape, cell_center = TRUE, + return_sf = TRUE) + + expect_is(centroids_sp, "sf") +}) diff --git a/tests/testthat/test-get-circumscribungcircle.R b/tests/testthat/test-get-circumscribungcircle.R index 25b7cd48a..ea5c3f660 100644 --- a/tests/testthat/test-get-circumscribungcircle.R +++ b/tests/testthat/test-get-circumscribungcircle.R @@ -1,51 +1,51 @@ -context("get_circumscribingcircle") - -test_that("get_circumscribingcircle has one radius for each patch", { - - circle <- get_circumscribingcircle(landscape) - - expect_equal(nrow(circle), - expected = lsm_l_np(landscape)$value) - - expect_true(object = all(all(circle$value != 0), - all(!is.na(circle$value)), - all(!is.infinite(circle$value)))) - - expect_is(circle, class = "tbl") -}) - -test_that("get_circumscribingcircle has one radius for each class", { - - circle <- get_circumscribingcircle(landscape, level = "class") - - expect_equal(nrow(circle), - expected = lsm_l_pr(landscape)$value) - - expect_true(object = all(all(circle$value != 0), - all(!is.na(circle$value)), - all(!is.infinite(circle$value)))) -}) - -test_that("get_circumscribingcircle works for all data type matrix", { - - result_stack <- get_circumscribingcircle(landscape_stack, level = "class") - result_list <- get_circumscribingcircle(landscape_list, level = "class") - - expect_equal(object = unique(result_stack$layer), expected = c(1, 2)) - expect_equal(object = unique(result_list$layer), expected = c(1, 2)) - - expect_equal(nrow(result_stack), expected = sum(lsm_l_pr(landscape_stack)$value)) - expect_equal(nrow(result_list), expected = sum(lsm_l_pr(landscape_list)$value)) -}) - -test_that("get_circumscribingcircle returns errors", { - - expect_error(object = get_circumscribingcircle(landscape, level = "landscape"), - regexp = "The 'level' argument must be either 'patch' or 'class'.") - - expect_error(object = get_circumscribingcircle(landscape_diff_res), - regexp = "The area of the circumscribing circle is currently only implemented for equal resolutions.") - - expect_error(object = get_circumscribingcircle(list(terra::as.matrix(landscape, wide = TRUE))), - regexp = "Please provide a 'SpatRaster', 'stars'-object, or a list with 'SpatRaster'.") -}) +context("get_circumscribingcircle") + +test_that("get_circumscribingcircle has one radius for each patch", { + + circle <- get_circumscribingcircle(landscape) + + expect_equal(nrow(circle), + expected = lsm_l_np(landscape)$value) + + expect_true(object = all(all(circle$value != 0), + all(!is.na(circle$value)), + all(!is.infinite(circle$value)))) + + expect_is(circle, class = "tbl") +}) + +test_that("get_circumscribingcircle has one radius for each class", { + + circle <- get_circumscribingcircle(landscape, level = "class") + + expect_equal(nrow(circle), + expected = lsm_l_pr(landscape)$value) + + expect_true(object = all(all(circle$value != 0), + all(!is.na(circle$value)), + all(!is.infinite(circle$value)))) +}) + +test_that("get_circumscribingcircle works for all data type matrix", { + + result_stack <- get_circumscribingcircle(landscape_stack, level = "class") + result_list <- get_circumscribingcircle(landscape_list, level = "class") + + expect_equal(object = unique(result_stack$layer), expected = c(1, 2)) + expect_equal(object = unique(result_list$layer), expected = c(1, 2)) + + expect_equal(nrow(result_stack), expected = sum(lsm_l_pr(landscape_stack)$value)) + expect_equal(nrow(result_list), expected = sum(lsm_l_pr(landscape_list)$value)) +}) + +test_that("get_circumscribingcircle returns errors", { + + expect_error(object = get_circumscribingcircle(landscape, level = "landscape"), + regexp = "The 'level' argument must be either 'patch' or 'class'.") + + expect_error(object = get_circumscribingcircle(landscape_diff_res), + regexp = "The area of the circumscribing circle is currently only implemented for equal resolutions.") + + expect_error(object = get_circumscribingcircle(list(terra::as.matrix(landscape, wide = TRUE))), + regexp = "Please provide a 'SpatRaster', 'stars'-object, or a list with 'SpatRaster'.") +}) diff --git a/tests/testthat/test-get-nearestneighbour.R b/tests/testthat/test-get-nearestneighbour.R index 590cee06b..fea6518af 100644 --- a/tests/testthat/test-get-nearestneighbour.R +++ b/tests/testthat/test-get-nearestneighbour.R @@ -1,33 +1,33 @@ -context("get_nearestneighbour") - -# get patches for class 1 -class_1 <- get_patches(landscape, class = 1)[[1]][[1]] - -all_classes <- get_patches(landscape)[[1]] - -test_that("get_nearestneighbour works for all data types", { - - raster_layer <- get_nearestneighbour(class_1) - raster_stack <- get_nearestneighbour(c(all_classes)) - raster_list <- get_nearestneighbour(all_classes) - - expect_is(raster_layer, "tbl_df") - expect_is(raster_stack, "tbl_df") - expect_is(raster_list, "tbl_df") -}) - -test_that("get_nearestneighbour returns value for each patch", { - - np <- lsm_l_np(class_1) - raster_layer <- get_nearestneighbour(class_1) - - expect_true(object = np$value == nrow(raster_layer)) -}) - -test_that("get_nearestneighbour can return focal and neighbour ID", { - - raster_layer <- get_nearestneighbour(class_1, return_id = TRUE) - - expect_true(object = ncol(raster_layer) == 4) - expect_true(object = all(raster_layer$id != raster_layer$id_neighbour)) -}) +context("get_nearestneighbour") + +# get patches for class 1 +class_1 <- get_patches(landscape, class = 1)[[1]][[1]] + +all_classes <- get_patches(landscape)[[1]] + +test_that("get_nearestneighbour works for all data types", { + + raster_layer <- get_nearestneighbour(class_1) + raster_stack <- get_nearestneighbour(c(all_classes)) + raster_list <- get_nearestneighbour(all_classes) + + expect_is(raster_layer, "tbl_df") + expect_is(raster_stack, "tbl_df") + expect_is(raster_list, "tbl_df") +}) + +test_that("get_nearestneighbour returns value for each patch", { + + np <- lsm_l_np(class_1) + raster_layer <- get_nearestneighbour(class_1) + + expect_true(object = np$value == nrow(raster_layer)) +}) + +test_that("get_nearestneighbour can return focal and neighbour ID", { + + raster_layer <- get_nearestneighbour(class_1, return_id = TRUE) + + expect_true(object = ncol(raster_layer) == 4) + expect_true(object = all(raster_layer$id != raster_layer$id_neighbour)) +}) diff --git a/tests/testthat/test-get-patches.R b/tests/testthat/test-get-patches.R index 9f466215c..5e2a34a6e 100644 --- a/tests/testthat/test-get-patches.R +++ b/tests/testthat/test-get-patches.R @@ -1,31 +1,31 @@ -context("get_patches") - -class_1_landscape_4 <- get_patches(landscape, 1, 4) -class_1_landscape_8 <- get_patches(landscape, 1, 8) -all_classes_landscape_4 <- get_patches(landscape, "all", 4) -all_classes_landscape_8 <- get_patches(landscape, "all", 8) - -test_that("get_patches runs and returns a list", { - expect_is(class_1_landscape_4, "list") - expect_is(class_1_landscape_8, "list") - expect_is(all_classes_landscape_4, "list") - expect_is(all_classes_landscape_4, "list") - - expect_is(class_1_landscape_4[[1]][[1]], "SpatRaster") - expect_is(all_classes_landscape_4[[1]][[1]], "SpatRaster") - - expect_true(length(all_classes_landscape_4[[1]]) == 3) -}) - -test_that("get_patches can handle all raster inputs", { - expect_is(get_patches(landscape), "list") - expect_is(get_patches(landscape_stack), "list") - expect_is(get_patches(landscape_list), "list") -}) - -test_that("get_patches labels the patches correctly", { - expect_true(length(get_unique_values(class_1_landscape_8[[1]], simplify = TRUE)) == 9) - expect_true(length(get_unique_values(class_1_landscape_4[[1]], simplify = TRUE)) == 11) - expect_true(length(which(terra::values(class_1_landscape_8[[1]][[1]], mat = FALSE) == 3)) == 72) - expect_true(length(which(terra::values(class_1_landscape_4[[1]][[1]], mat = FALSE) == 3)) == 71) -}) +context("get_patches") + +class_1_landscape_4 <- get_patches(landscape, 1, 4) +class_1_landscape_8 <- get_patches(landscape, 1, 8) +all_classes_landscape_4 <- get_patches(landscape, "all", 4) +all_classes_landscape_8 <- get_patches(landscape, "all", 8) + +test_that("get_patches runs and returns a list", { + expect_is(class_1_landscape_4, "list") + expect_is(class_1_landscape_8, "list") + expect_is(all_classes_landscape_4, "list") + expect_is(all_classes_landscape_4, "list") + + expect_is(class_1_landscape_4[[1]][[1]], "SpatRaster") + expect_is(all_classes_landscape_4[[1]][[1]], "SpatRaster") + + expect_true(length(all_classes_landscape_4[[1]]) == 3) +}) + +test_that("get_patches can handle all raster inputs", { + expect_is(get_patches(landscape), "list") + expect_is(get_patches(landscape_stack), "list") + expect_is(get_patches(landscape_list), "list") +}) + +test_that("get_patches labels the patches correctly", { + expect_true(length(get_unique_values(class_1_landscape_8[[1]], simplify = TRUE)) == 9) + expect_true(length(get_unique_values(class_1_landscape_4[[1]], simplify = TRUE)) == 11) + expect_true(length(which(terra::values(class_1_landscape_8[[1]][[1]], mat = FALSE) == 3)) == 72) + expect_true(length(which(terra::values(class_1_landscape_4[[1]][[1]], mat = FALSE) == 3)) == 71) +}) diff --git a/tests/testthat/test-get-unique-values.R b/tests/testthat/test-get-unique-values.R index 57910a019..2a80fe5a9 100644 --- a/tests/testthat/test-get-unique-values.R +++ b/tests/testthat/test-get-unique-values.R @@ -1,68 +1,68 @@ -context("get_unique_values") - -vector_x <- as.integer(c(1, 1, 1, 2, 1, 2, 2)) -list_x <- list(landscape, landscape_matrix, vector_x) -list_y <- list(list_x, landscape_stack) - -test_that("get_unique_values works for vector", { - - expect_is(get_unique_values(vector_x), class = "list") - expect_length(get_unique_values(vector_x), n = 1) - - expect_is(get_unique_values(vector_x, simplify = TRUE), - class = "integer") - expect_equal(get_unique_values(vector_x, simplify = TRUE), - expected = c(1, 2)) - - expect_warning(get_unique_values(as.numeric(vector_x)), - regexp = "Double values will be converted to integer.", - fixed = TRUE) -}) - -test_that("get_unique_values works for matrix", { - - expect_is(get_unique_values(landscape_matrix), class = "list") - expect_length(get_unique_values(landscape_matrix), n = 1) - - expect_is(get_unique_values(landscape_matrix, simplify = TRUE), - class = "integer") - expect_equal(get_unique_values(landscape_matrix, simplify = TRUE), - expected = c(1, 2, 3)) -}) - -test_that("get_unique_values works for list", { - - expect_is(get_unique_values(list_x), class = "list") - expect_length(get_unique_values(list_x), n = 3) - - expect_warning(get_unique_values(list_x, simplify = TRUE), - regexp = "Not able to simplify input with more than one layer.", - fixed = TRUE) -}) - -test_that("get_unique_values works for RasterLayers", { - - expect_is(get_unique_values(landscape), class = "list") - expect_length(get_unique_values(landscape), n = 1) - - expect_is(get_unique_values(landscape, simplify = TRUE), class = "integer") - expect_equal(get_unique_values(landscape, simplify = TRUE), - expected = c(1, 2, 3)) -}) - -test_that("get_unique_values works for RasterStack", { - - expect_is(get_unique_values(landscape_stack), class = "list") - expect_length(get_unique_values(landscape_stack), n = 2) - - expect_warning(get_unique_values(landscape_stack, simplify = TRUE), - regexp = "Not able to simplify input with more than one layer.", - fixed = TRUE) -}) - -test_that("get_unique_values works only for correct data types", { - -expect_error(get_unique_values(list_y), - regexp = "Input must be vector, matrix, raster, stars, or terra object or list of previous.", - fixed = TRUE) -}) +context("get_unique_values") + +vector_x <- as.integer(c(1, 1, 1, 2, 1, 2, 2)) +list_x <- list(landscape, landscape_matrix, vector_x) +list_y <- list(list_x, landscape_stack) + +test_that("get_unique_values works for vector", { + + expect_is(get_unique_values(vector_x), class = "list") + expect_length(get_unique_values(vector_x), n = 1) + + expect_is(get_unique_values(vector_x, simplify = TRUE), + class = "integer") + expect_equal(get_unique_values(vector_x, simplify = TRUE), + expected = c(1, 2)) + + expect_warning(get_unique_values(as.numeric(vector_x)), + regexp = "Double values will be converted to integer.", + fixed = TRUE) +}) + +test_that("get_unique_values works for matrix", { + + expect_is(get_unique_values(landscape_matrix), class = "list") + expect_length(get_unique_values(landscape_matrix), n = 1) + + expect_is(get_unique_values(landscape_matrix, simplify = TRUE), + class = "integer") + expect_equal(get_unique_values(landscape_matrix, simplify = TRUE), + expected = c(1, 2, 3)) +}) + +test_that("get_unique_values works for list", { + + expect_is(get_unique_values(list_x), class = "list") + expect_length(get_unique_values(list_x), n = 3) + + expect_warning(get_unique_values(list_x, simplify = TRUE), + regexp = "Not able to simplify input with more than one layer.", + fixed = TRUE) +}) + +test_that("get_unique_values works for RasterLayers", { + + expect_is(get_unique_values(landscape), class = "list") + expect_length(get_unique_values(landscape), n = 1) + + expect_is(get_unique_values(landscape, simplify = TRUE), class = "integer") + expect_equal(get_unique_values(landscape, simplify = TRUE), + expected = c(1, 2, 3)) +}) + +test_that("get_unique_values works for RasterStack", { + + expect_is(get_unique_values(landscape_stack), class = "list") + expect_length(get_unique_values(landscape_stack), n = 2) + + expect_warning(get_unique_values(landscape_stack, simplify = TRUE), + regexp = "Not able to simplify input with more than one layer.", + fixed = TRUE) +}) + +test_that("get_unique_values works only for correct data types", { + +expect_error(get_unique_values(list_y), + regexp = "Input must be vector, matrix, raster, stars, or terra object or list of previous.", + fixed = TRUE) +}) diff --git a/tests/testthat/test-landscape_as_list.R b/tests/testthat/test-landscape_as_list.R index d51b8a125..152444965 100644 --- a/tests/testthat/test-landscape_as_list.R +++ b/tests/testthat/test-landscape_as_list.R @@ -1,9 +1,9 @@ -context("landscape_as_list") - -test_that("landscape_as_list returns a list", { - expect_is(landscape_as_list(landscape), "list") - expect_is(landscape_as_list(landscape_stack), "list") - expect_is(landscape_as_list(landscape_list), "list") - expect_is(landscape_as_list(landscape_matrix), "list") - - }) +context("landscape_as_list") + +test_that("landscape_as_list returns a list", { + expect_is(landscape_as_list(landscape), "list") + expect_is(landscape_as_list(landscape_stack), "list") + expect_is(landscape_as_list(landscape_list), "list") + expect_is(landscape_as_list(landscape_matrix), "list") + + }) diff --git a/tests/testthat/test-lsm-c-ai.R b/tests/testthat/test-lsm-c-ai.R index a051888b4..916948d54 100644 --- a/tests/testthat/test-lsm-c-ai.R +++ b/tests/testthat/test-lsm-c-ai.R @@ -1,33 +1,33 @@ -context("class level lsm_c_ai metric") - -landscapemetrics_class_landscape_value <- lsm_c_ai(landscape) - -test_that("lsm_c_ai is typestable", { - expect_is(lsm_c_ai(landscape), "tbl_df") - expect_is(lsm_c_ai(landscape_stack), "tbl_df") - expect_is(lsm_c_ai(landscape_list), "tbl_df") -}) - -test_that("lsm_c_ai returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_ai handles NAs correctly", { - r <- terra::rast(nrow = 10, ncol = 10) - r[] <- 1 - expect_equal(lsm_c_ai(r)$value, 100) - r[1, 1] <- NA - expect_equal(lsm_c_ai(r)$value, 100) - r[2, 5] <- NA - expect_equal(lsm_c_ai(r)$value, 98.86364, tolerance = .00001) -}) - -test_that("lsm_c_ai returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_ai metric") + +landscapemetrics_class_landscape_value <- lsm_c_ai(landscape) + +test_that("lsm_c_ai is typestable", { + expect_is(lsm_c_ai(landscape), "tbl_df") + expect_is(lsm_c_ai(landscape_stack), "tbl_df") + expect_is(lsm_c_ai(landscape_list), "tbl_df") +}) + +test_that("lsm_c_ai returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_ai handles NAs correctly", { + r <- terra::rast(nrow = 10, ncol = 10) + r[] <- 1 + expect_equal(lsm_c_ai(r)$value, 100) + r[1, 1] <- NA + expect_equal(lsm_c_ai(r)$value, 100) + r[2, 5] <- NA + expect_equal(lsm_c_ai(r)$value, 98.86364, tolerance = .00001) +}) + +test_that("lsm_c_ai returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-area-cv.R b/tests/testthat/test-lsm-c-area-cv.R index b975e0464..63ebe747f 100644 --- a/tests/testthat/test-lsm-c-area-cv.R +++ b/tests/testthat/test-lsm-c-area-cv.R @@ -1,23 +1,23 @@ -context("class level lsm_c_area_cv cv metric") - -landscapemetrics_class_landscape_value <- lsm_c_area_cv(landscape) - -test_that("lsm_c_area_cv is typestable", { - expect_is(lsm_c_area_cv(landscape), "tbl_df") - expect_is(lsm_c_area_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_area_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_c_area_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_area_cv returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_area_cv cv metric") + +landscapemetrics_class_landscape_value <- lsm_c_area_cv(landscape) + +test_that("lsm_c_area_cv is typestable", { + expect_is(lsm_c_area_cv(landscape), "tbl_df") + expect_is(lsm_c_area_cv(landscape_stack), "tbl_df") + expect_is(lsm_c_area_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_c_area_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_area_cv returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-area-mn.R b/tests/testthat/test-lsm-c-area-mn.R index 9edc6ef06..c6fcace98 100644 --- a/tests/testthat/test-lsm-c-area-mn.R +++ b/tests/testthat/test-lsm-c-area-mn.R @@ -1,24 +1,24 @@ -context("class level lsm_c_area_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_area_mn(landscape) - -test_that("lsm_c_area_mn is typestable", { - expect_is(lsm_c_area_mn(landscape), "tbl_df") - expect_is(lsm_c_area_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_area_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_c_area_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_area_mn returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - - +context("class level lsm_c_area_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_area_mn(landscape) + +test_that("lsm_c_area_mn is typestable", { + expect_is(lsm_c_area_mn(landscape), "tbl_df") + expect_is(lsm_c_area_mn(landscape_stack), "tbl_df") + expect_is(lsm_c_area_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_c_area_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_area_mn returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-c-area-sd.R b/tests/testthat/test-lsm-c-area-sd.R index 6acc7e53a..194bce2de 100644 --- a/tests/testthat/test-lsm-c-area-sd.R +++ b/tests/testthat/test-lsm-c-area-sd.R @@ -1,23 +1,23 @@ -context("class level lsm_c_area_sd metric") - -landscapemetrics_class_landscape_value <- lsm_c_area_sd(landscape) - -test_that("lsm_c_area_sd is typestable", { - expect_is(lsm_c_area_sd(landscape), "tbl_df") - expect_is(lsm_c_area_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_area_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_area_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_area_sd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_area_sd metric") + +landscapemetrics_class_landscape_value <- lsm_c_area_sd(landscape) + +test_that("lsm_c_area_sd is typestable", { + expect_is(lsm_c_area_sd(landscape), "tbl_df") + expect_is(lsm_c_area_sd(landscape_stack), "tbl_df") + expect_is(lsm_c_area_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_area_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_area_sd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-ca.R b/tests/testthat/test-lsm-c-ca.R index 83176b093..8b0188f69 100644 --- a/tests/testthat/test-lsm-c-ca.R +++ b/tests/testthat/test-lsm-c-ca.R @@ -1,25 +1,25 @@ -context("class level lsm_c_ca metric") - -landscapemetrics_class_landscape_value <- lsm_c_ca(landscape) - -test_that("lsm_c_ca is typestable", { - expect_is(lsm_c_ca(landscape), "tbl_df") - expect_is(lsm_c_ca(landscape_stack), "tbl_df") - expect_is(lsm_c_ca(landscape_list), "tbl_df") -}) - -test_that("lsm_c_ca returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_ca returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - - - +context("class level lsm_c_ca metric") + +landscapemetrics_class_landscape_value <- lsm_c_ca(landscape) + +test_that("lsm_c_ca is typestable", { + expect_is(lsm_c_ca(landscape), "tbl_df") + expect_is(lsm_c_ca(landscape_stack), "tbl_df") + expect_is(lsm_c_ca(landscape_list), "tbl_df") +}) + +test_that("lsm_c_ca returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_ca returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + + + diff --git a/tests/testthat/test-lsm-c-cai-cv.R b/tests/testthat/test-lsm-c-cai-cv.R index 578022b6f..d83d93eaa 100644 --- a/tests/testthat/test-lsm-c-cai-cv.R +++ b/tests/testthat/test-lsm-c-cai-cv.R @@ -1,24 +1,24 @@ -context("class level lsm_c_cai_cv metric") - -landscapemetrics_class_landscape_value <- lsm_c_cai_cv(landscape) - -test_that("lsm_c_cai_cv is typestable", { - expect_is(lsm_c_cai_cv(landscape), "tbl_df") - expect_is(lsm_c_cai_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_cai_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_c_cai_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_cai_cv returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - - +context("class level lsm_c_cai_cv metric") + +landscapemetrics_class_landscape_value <- lsm_c_cai_cv(landscape) + +test_that("lsm_c_cai_cv is typestable", { + expect_is(lsm_c_cai_cv(landscape), "tbl_df") + expect_is(lsm_c_cai_cv(landscape_stack), "tbl_df") + expect_is(lsm_c_cai_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_c_cai_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_cai_cv returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-c-cai-mn.R b/tests/testthat/test-lsm-c-cai-mn.R index c7aae6034..63b0a1402 100644 --- a/tests/testthat/test-lsm-c-cai-mn.R +++ b/tests/testthat/test-lsm-c-cai-mn.R @@ -1,24 +1,24 @@ -context("class level lsm_c_cai_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_cai_mn(landscape) - -test_that("lsm_c_cai_mn is typestable", { - expect_is(lsm_c_cai_mn(landscape), "tbl_df") - expect_is(lsm_c_cai_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_cai_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_c_cai_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_cai_mn returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - - +context("class level lsm_c_cai_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_cai_mn(landscape) + +test_that("lsm_c_cai_mn is typestable", { + expect_is(lsm_c_cai_mn(landscape), "tbl_df") + expect_is(lsm_c_cai_mn(landscape_stack), "tbl_df") + expect_is(lsm_c_cai_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_c_cai_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_cai_mn returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-c-cai-sd.R b/tests/testthat/test-lsm-c-cai-sd.R index 9ca8f9950..22d240179 100644 --- a/tests/testthat/test-lsm-c-cai-sd.R +++ b/tests/testthat/test-lsm-c-cai-sd.R @@ -1,22 +1,22 @@ -context("class level lsm_c_cai_sd metric") - -landscapemetrics_class_landscape_value <- lsm_c_cai_sd(landscape) - -test_that("lsm_c_cai_sd is typestable", { - expect_is(lsm_c_cai_sd(landscape), "tbl_df") - expect_is(lsm_c_cai_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_cai_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_cai_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_cai_sd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_cai_sd metric") + +landscapemetrics_class_landscape_value <- lsm_c_cai_sd(landscape) + +test_that("lsm_c_cai_sd is typestable", { + expect_is(lsm_c_cai_sd(landscape), "tbl_df") + expect_is(lsm_c_cai_sd(landscape_stack), "tbl_df") + expect_is(lsm_c_cai_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_cai_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_cai_sd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-circle-cv.R b/tests/testthat/test-lsm-c-circle-cv.R index 9f2121dfe..0e15f821d 100644 --- a/tests/testthat/test-lsm-c-circle-cv.R +++ b/tests/testthat/test-lsm-c-circle-cv.R @@ -1,25 +1,25 @@ -context("class level lsm_c_circle_cv metric") - -landscapemetrics_class_landscape_value <- lsm_c_circle_cv(landscape) - -test_that("lsm_c_circle_cv is typestable", { - expect_is(lsm_c_circle_cv(landscape), "tbl_df") - expect_is(lsm_c_circle_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_circle_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_c_circle_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_circle_cv returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - - - +context("class level lsm_c_circle_cv metric") + +landscapemetrics_class_landscape_value <- lsm_c_circle_cv(landscape) + +test_that("lsm_c_circle_cv is typestable", { + expect_is(lsm_c_circle_cv(landscape), "tbl_df") + expect_is(lsm_c_circle_cv(landscape_stack), "tbl_df") + expect_is(lsm_c_circle_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_c_circle_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_circle_cv returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + + + diff --git a/tests/testthat/test-lsm-c-circle-mn.R b/tests/testthat/test-lsm-c-circle-mn.R index 06e06a2b3..9f3bd80a1 100644 --- a/tests/testthat/test-lsm-c-circle-mn.R +++ b/tests/testthat/test-lsm-c-circle-mn.R @@ -1,23 +1,23 @@ -context("class level lsm_c_circle_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_circle_mn(landscape) - -test_that("lsm_c_circle_mn is typestable", { - expect_is(lsm_c_circle_mn(landscape), "tbl_df") - expect_is(lsm_c_circle_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_circle_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_c_circle_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_circle_mn returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_circle_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_circle_mn(landscape) + +test_that("lsm_c_circle_mn is typestable", { + expect_is(lsm_c_circle_mn(landscape), "tbl_df") + expect_is(lsm_c_circle_mn(landscape_stack), "tbl_df") + expect_is(lsm_c_circle_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_c_circle_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_circle_mn returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-circle-sd.R b/tests/testthat/test-lsm-c-circle-sd.R index 0d6424b7e..8d6ca9f94 100644 --- a/tests/testthat/test-lsm-c-circle-sd.R +++ b/tests/testthat/test-lsm-c-circle-sd.R @@ -1,23 +1,23 @@ -context("class level lsm_c_circle_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_circle_sd(landscape) - -test_that("lsm_c_circle_sd is typestable", { - expect_is(lsm_c_circle_sd(landscape), "tbl_df") - expect_is(lsm_c_circle_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_circle_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_circle_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_circle_sd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_circle_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_circle_sd(landscape) + +test_that("lsm_c_circle_sd is typestable", { + expect_is(lsm_c_circle_sd(landscape), "tbl_df") + expect_is(lsm_c_circle_sd(landscape_stack), "tbl_df") + expect_is(lsm_c_circle_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_circle_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_circle_sd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-clumpy.R b/tests/testthat/test-lsm-c-clumpy.R index 8bf5429d4..38f50b261 100644 --- a/tests/testthat/test-lsm-c-clumpy.R +++ b/tests/testthat/test-lsm-c-clumpy.R @@ -1,23 +1,23 @@ -context("class level lsm_c_clumpy metric") - -landscapemetrics_class_landscape_value <- lsm_c_clumpy(landscape) - -test_that("lsm_c_clumpy is typestable", { - expect_is(lsm_c_clumpy(landscape), "tbl_df") - expect_is(lsm_c_clumpy(landscape_stack), "tbl_df") - expect_is(lsm_c_clumpy(landscape_list), "tbl_df") -}) - -test_that("lsm_c_clumpy returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_clumpy returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_clumpy metric") + +landscapemetrics_class_landscape_value <- lsm_c_clumpy(landscape) + +test_that("lsm_c_clumpy is typestable", { + expect_is(lsm_c_clumpy(landscape), "tbl_df") + expect_is(lsm_c_clumpy(landscape_stack), "tbl_df") + expect_is(lsm_c_clumpy(landscape_list), "tbl_df") +}) + +test_that("lsm_c_clumpy returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_clumpy returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-cohesion.R b/tests/testthat/test-lsm-c-cohesion.R index 9ee0052a7..d480c8886 100644 --- a/tests/testthat/test-lsm-c-cohesion.R +++ b/tests/testthat/test-lsm-c-cohesion.R @@ -1,24 +1,24 @@ -context("class level lsm_c_cohesion metric") - -landscapemetrics_class_landscape_value <- lsm_c_cohesion(landscape) - -test_that("lsm_c_cohesion is typestable", { - expect_is(lsm_c_cohesion(landscape), "tbl_df") - expect_is(lsm_c_cohesion(landscape_stack), "tbl_df") - expect_is(lsm_c_cohesion(landscape_list), "tbl_df") -}) - -test_that("lsm_c_cohesion returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_cohesion returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - - +context("class level lsm_c_cohesion metric") + +landscapemetrics_class_landscape_value <- lsm_c_cohesion(landscape) + +test_that("lsm_c_cohesion is typestable", { + expect_is(lsm_c_cohesion(landscape), "tbl_df") + expect_is(lsm_c_cohesion(landscape_stack), "tbl_df") + expect_is(lsm_c_cohesion(landscape_list), "tbl_df") +}) + +test_that("lsm_c_cohesion returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_cohesion returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-c-contig-cv.R b/tests/testthat/test-lsm-c-contig-cv.R index 3dc3ae36a..2bff747e7 100644 --- a/tests/testthat/test-lsm-c-contig-cv.R +++ b/tests/testthat/test-lsm-c-contig-cv.R @@ -1,24 +1,24 @@ -context("class level lsm_c_contig_cv metric") - -landscapemetrics_class_landscape_value <- lsm_c_contig_cv(landscape) - -test_that("lsm_c_contig_cv is typestable", { - expect_is(lsm_c_contig_cv(landscape), "tbl_df") - expect_is(lsm_c_contig_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_contig_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_c_contig_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_contig_cv returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - - +context("class level lsm_c_contig_cv metric") + +landscapemetrics_class_landscape_value <- lsm_c_contig_cv(landscape) + +test_that("lsm_c_contig_cv is typestable", { + expect_is(lsm_c_contig_cv(landscape), "tbl_df") + expect_is(lsm_c_contig_cv(landscape_stack), "tbl_df") + expect_is(lsm_c_contig_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_c_contig_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_contig_cv returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-c-contig-mn.R b/tests/testthat/test-lsm-c-contig-mn.R index c74b67812..0aa0b5ba7 100644 --- a/tests/testthat/test-lsm-c-contig-mn.R +++ b/tests/testthat/test-lsm-c-contig-mn.R @@ -1,24 +1,24 @@ -context("class level lsm_c_contig_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_contig_mn(landscape) - -test_that("lsm_c_contig_mn is typestable", { - expect_is(lsm_c_contig_mn(landscape), "tbl_df") - expect_is(lsm_c_contig_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_contig_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_c_contig_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_contig_mn returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - - +context("class level lsm_c_contig_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_contig_mn(landscape) + +test_that("lsm_c_contig_mn is typestable", { + expect_is(lsm_c_contig_mn(landscape), "tbl_df") + expect_is(lsm_c_contig_mn(landscape_stack), "tbl_df") + expect_is(lsm_c_contig_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_c_contig_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_contig_mn returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-c-contig-sd.R b/tests/testthat/test-lsm-c-contig-sd.R index 19df5d3fe..a8dbda24d 100644 --- a/tests/testthat/test-lsm-c-contig-sd.R +++ b/tests/testthat/test-lsm-c-contig-sd.R @@ -1,24 +1,24 @@ -context("class level lsm_contig_sd metric") - -landscapemetrics_class_landscape_value <- lsm_c_contig_sd(landscape) - -test_that("lsm_c_contig_sd is typestable", { - expect_is(lsm_c_contig_sd(landscape), "tbl_df") - expect_is(lsm_c_contig_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_contig_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_contig_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_contig_sd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - - +context("class level lsm_contig_sd metric") + +landscapemetrics_class_landscape_value <- lsm_c_contig_sd(landscape) + +test_that("lsm_c_contig_sd is typestable", { + expect_is(lsm_c_contig_sd(landscape), "tbl_df") + expect_is(lsm_c_contig_sd(landscape_stack), "tbl_df") + expect_is(lsm_c_contig_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_contig_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_contig_sd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-c-core-cv.R b/tests/testthat/test-lsm-c-core-cv.R index 081a0afdd..6e54728d4 100644 --- a/tests/testthat/test-lsm-c-core-cv.R +++ b/tests/testthat/test-lsm-c-core-cv.R @@ -1,22 +1,22 @@ -context("class level lsm_c_core_cv metric") - -landscapemetrics_class_landscape_value <- lsm_c_core_cv(landscape) - -test_that("lsm_c_core_cv is typestable", { - expect_is(lsm_c_core_cv(landscape), "tbl_df") - expect_is(lsm_c_core_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_core_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_c_core_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_core_cv returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_core_cv metric") + +landscapemetrics_class_landscape_value <- lsm_c_core_cv(landscape) + +test_that("lsm_c_core_cv is typestable", { + expect_is(lsm_c_core_cv(landscape), "tbl_df") + expect_is(lsm_c_core_cv(landscape_stack), "tbl_df") + expect_is(lsm_c_core_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_c_core_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_core_cv returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-core-mn.R b/tests/testthat/test-lsm-c-core-mn.R index 79e6b7b22..5cd749051 100644 --- a/tests/testthat/test-lsm-c-core-mn.R +++ b/tests/testthat/test-lsm-c-core-mn.R @@ -1,22 +1,22 @@ -context("class level lsm_c_core_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_core_mn(landscape) - -test_that("lsm_c_core_mn is typestable", { - expect_is(lsm_c_core_mn(landscape), "tbl_df") - expect_is(lsm_c_core_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_core_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_c_core_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_core_mn returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_core_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_core_mn(landscape) + +test_that("lsm_c_core_mn is typestable", { + expect_is(lsm_c_core_mn(landscape), "tbl_df") + expect_is(lsm_c_core_mn(landscape_stack), "tbl_df") + expect_is(lsm_c_core_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_c_core_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_core_mn returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-core-sd.R b/tests/testthat/test-lsm-c-core-sd.R index a3b32e6af..dd07c64d1 100644 --- a/tests/testthat/test-lsm-c-core-sd.R +++ b/tests/testthat/test-lsm-c-core-sd.R @@ -1,22 +1,22 @@ -context("class level lsm_c_core_sd metric") - -landscapemetrics_class_landscape_value <- lsm_c_core_sd(landscape) - -test_that("lsm_c_core_sd is typestable", { - expect_is(lsm_c_core_sd(landscape), "tbl_df") - expect_is(lsm_c_core_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_core_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_core_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_core_sd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_core_sd metric") + +landscapemetrics_class_landscape_value <- lsm_c_core_sd(landscape) + +test_that("lsm_c_core_sd is typestable", { + expect_is(lsm_c_core_sd(landscape), "tbl_df") + expect_is(lsm_c_core_sd(landscape_stack), "tbl_df") + expect_is(lsm_c_core_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_core_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_core_sd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-cpland.R b/tests/testthat/test-lsm-c-cpland.R index 701874347..d3205df94 100644 --- a/tests/testthat/test-lsm-c-cpland.R +++ b/tests/testthat/test-lsm-c-cpland.R @@ -1,23 +1,23 @@ -context("class level lsm_c_cpland metric") - -landscapemetrics_class_landscape_value <- lsm_c_cpland(landscape) - -test_that("lsm_c_cpland is typestable", { - expect_is(lsm_c_cpland(landscape), "tbl_df") - expect_is(lsm_c_cpland(landscape_stack), "tbl_df") - expect_is(lsm_c_cpland(landscape_list), "tbl_df") -}) - -test_that("lsm_c_cpland returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_cpland returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_cpland metric") + +landscapemetrics_class_landscape_value <- lsm_c_cpland(landscape) + +test_that("lsm_c_cpland is typestable", { + expect_is(lsm_c_cpland(landscape), "tbl_df") + expect_is(lsm_c_cpland(landscape_stack), "tbl_df") + expect_is(lsm_c_cpland(landscape_list), "tbl_df") +}) + +test_that("lsm_c_cpland returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_cpland returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-dcad.R b/tests/testthat/test-lsm-c-dcad.R index 4b913f0cf..6f6687eb9 100644 --- a/tests/testthat/test-lsm-c-dcad.R +++ b/tests/testthat/test-lsm-c-dcad.R @@ -1,23 +1,23 @@ -context("class level lsm_c_dcad metric") - -landscapemetrics_class_landscape_value <- lsm_c_dcad(landscape) - -test_that("lsm_c_dcad is typestable", { - expect_is(lsm_c_dcad(landscape), "tbl_df") - expect_is(lsm_c_dcad(landscape_stack), "tbl_df") - expect_is(lsm_c_dcad(landscape_list), "tbl_df") -}) - -test_that("lsm_c_dcad returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_dcad returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_dcad metric") + +landscapemetrics_class_landscape_value <- lsm_c_dcad(landscape) + +test_that("lsm_c_dcad is typestable", { + expect_is(lsm_c_dcad(landscape), "tbl_df") + expect_is(lsm_c_dcad(landscape_stack), "tbl_df") + expect_is(lsm_c_dcad(landscape_list), "tbl_df") +}) + +test_that("lsm_c_dcad returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_dcad returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-dcore_cv.R b/tests/testthat/test-lsm-c-dcore_cv.R index 3b2df0d46..674ec4e9c 100644 --- a/tests/testthat/test-lsm-c-dcore_cv.R +++ b/tests/testthat/test-lsm-c-dcore_cv.R @@ -1,22 +1,22 @@ -context("class level lsm_cdore_cv metric") - -landscapemetrics_class_landscape_value <- lsm_c_dcore_cv(landscape) - -test_that("lsm_c_dcore_cv is typestable", { - expect_is(lsm_c_dcore_cv(landscape), "tbl_df") - expect_is(lsm_c_dcore_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_dcore_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_c_dcore_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_dcore_cv returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_cdore_cv metric") + +landscapemetrics_class_landscape_value <- lsm_c_dcore_cv(landscape) + +test_that("lsm_c_dcore_cv is typestable", { + expect_is(lsm_c_dcore_cv(landscape), "tbl_df") + expect_is(lsm_c_dcore_cv(landscape_stack), "tbl_df") + expect_is(lsm_c_dcore_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_c_dcore_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_dcore_cv returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-dcore_mn.R b/tests/testthat/test-lsm-c-dcore_mn.R index e1a1cf66b..1d381970f 100644 --- a/tests/testthat/test-lsm-c-dcore_mn.R +++ b/tests/testthat/test-lsm-c-dcore_mn.R @@ -1,22 +1,22 @@ -context("class level lsm_c_dore_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_dcore_mn(landscape) - -test_that("lsm_c_dcore_mn is typestable", { - expect_is(lsm_c_dcore_mn(landscape), "tbl_df") - expect_is(lsm_c_dcore_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_dcore_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_c_dcore_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_dcore_mn returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_dore_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_dcore_mn(landscape) + +test_that("lsm_c_dcore_mn is typestable", { + expect_is(lsm_c_dcore_mn(landscape), "tbl_df") + expect_is(lsm_c_dcore_mn(landscape_stack), "tbl_df") + expect_is(lsm_c_dcore_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_c_dcore_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_dcore_mn returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-dcore_sd.R b/tests/testthat/test-lsm-c-dcore_sd.R index 8e6c235ac..5acaf6309 100644 --- a/tests/testthat/test-lsm-c-dcore_sd.R +++ b/tests/testthat/test-lsm-c-dcore_sd.R @@ -1,22 +1,22 @@ -context("class level lsm_c_dore_sd metric") - -landscapemetrics_class_landscape_value <- lsm_c_dcore_sd(landscape) - -test_that("lsm_c_dcore_sd is typestable", { - expect_is(lsm_c_dcore_sd(landscape), "tbl_df") - expect_is(lsm_c_dcore_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_dcore_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_dcore_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_dcore_sd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_dore_sd metric") + +landscapemetrics_class_landscape_value <- lsm_c_dcore_sd(landscape) + +test_that("lsm_c_dcore_sd is typestable", { + expect_is(lsm_c_dcore_sd(landscape), "tbl_df") + expect_is(lsm_c_dcore_sd(landscape_stack), "tbl_df") + expect_is(lsm_c_dcore_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_dcore_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_dcore_sd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-division.R b/tests/testthat/test-lsm-c-division.R index dd6e18ad1..74dc94509 100644 --- a/tests/testthat/test-lsm-c-division.R +++ b/tests/testthat/test-lsm-c-division.R @@ -1,23 +1,23 @@ -context("class level lsm_c_division metric") - -landscapemetrics_class_landscape_value <- lsm_c_division(landscape) - -test_that("lsm_c_division is typestable", { - expect_is(lsm_c_division(landscape), "tbl_df") - expect_is(lsm_c_division(landscape_stack), "tbl_df") - expect_is(lsm_c_division(landscape_list), "tbl_df") -}) - -test_that("lsm_c_division returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_division returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_division metric") + +landscapemetrics_class_landscape_value <- lsm_c_division(landscape) + +test_that("lsm_c_division is typestable", { + expect_is(lsm_c_division(landscape), "tbl_df") + expect_is(lsm_c_division(landscape_stack), "tbl_df") + expect_is(lsm_c_division(landscape_list), "tbl_df") +}) + +test_that("lsm_c_division returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_division returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-ed.R b/tests/testthat/test-lsm-c-ed.R index 7ff506137..09d3c4417 100644 --- a/tests/testthat/test-lsm-c-ed.R +++ b/tests/testthat/test-lsm-c-ed.R @@ -1,23 +1,23 @@ -context("class level lsm_c_ed metric") - -landscapemetrics_class_landscape_value <- lsm_c_ed(landscape) - -test_that("lsm_c_ed is typestable", { - expect_is(lsm_c_ed(landscape), "tbl_df") - expect_is(lsm_c_ed(landscape_stack), "tbl_df") - expect_is(lsm_c_ed(landscape_list), "tbl_df") -}) - -test_that("lsm_c_ed returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_ed returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_ed metric") + +landscapemetrics_class_landscape_value <- lsm_c_ed(landscape) + +test_that("lsm_c_ed is typestable", { + expect_is(lsm_c_ed(landscape), "tbl_df") + expect_is(lsm_c_ed(landscape_stack), "tbl_df") + expect_is(lsm_c_ed(landscape_list), "tbl_df") +}) + +test_that("lsm_c_ed returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_ed returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-enn-cv.R b/tests/testthat/test-lsm-c-enn-cv.R index b64b53479..e5f8bf9cf 100644 --- a/tests/testthat/test-lsm-c-enn-cv.R +++ b/tests/testthat/test-lsm-c-enn-cv.R @@ -1,22 +1,22 @@ -context("class level lsm_c_enn_cv metric") - -landscapemetrics_class_landscape_value <- lsm_c_enn_cv(landscape) - -test_that("lsm_c_enn_cv is typestable", { - expect_is(lsm_c_enn_cv(landscape), "tbl_df") - expect_is(lsm_c_enn_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_enn_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_c_enn_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_enn_cv returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_enn_cv metric") + +landscapemetrics_class_landscape_value <- lsm_c_enn_cv(landscape) + +test_that("lsm_c_enn_cv is typestable", { + expect_is(lsm_c_enn_cv(landscape), "tbl_df") + expect_is(lsm_c_enn_cv(landscape_stack), "tbl_df") + expect_is(lsm_c_enn_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_c_enn_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_enn_cv returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-enn-mn.R b/tests/testthat/test-lsm-c-enn-mn.R index 5fdddc3cb..2aac564c7 100644 --- a/tests/testthat/test-lsm-c-enn-mn.R +++ b/tests/testthat/test-lsm-c-enn-mn.R @@ -1,22 +1,22 @@ -context("class level lsm_c_enn_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_enn_mn(landscape) - -test_that("lsm_c_enn_mn is typestable", { - expect_is(lsm_c_enn_mn(landscape), "tbl_df") - expect_is(lsm_c_enn_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_enn_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_c_enn_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_enn_mn returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_enn_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_enn_mn(landscape) + +test_that("lsm_c_enn_mn is typestable", { + expect_is(lsm_c_enn_mn(landscape), "tbl_df") + expect_is(lsm_c_enn_mn(landscape_stack), "tbl_df") + expect_is(lsm_c_enn_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_c_enn_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_enn_mn returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-enn-sd.R b/tests/testthat/test-lsm-c-enn-sd.R index aae3af86f..9d79c2878 100644 --- a/tests/testthat/test-lsm-c-enn-sd.R +++ b/tests/testthat/test-lsm-c-enn-sd.R @@ -1,22 +1,22 @@ -context("class level lsm_c_enn_sd metric") - -landscapemetrics_class_landscape_value <- lsm_c_enn_sd(landscape) - -test_that("lsm_c_enn_sd is typestable", { - expect_is(lsm_c_enn_sd(landscape), "tbl_df") - expect_is(lsm_c_enn_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_enn_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_enn_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_enn_sd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_enn_sd metric") + +landscapemetrics_class_landscape_value <- lsm_c_enn_sd(landscape) + +test_that("lsm_c_enn_sd is typestable", { + expect_is(lsm_c_enn_sd(landscape), "tbl_df") + expect_is(lsm_c_enn_sd(landscape_stack), "tbl_df") + expect_is(lsm_c_enn_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_enn_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_enn_sd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-frac-cv.R b/tests/testthat/test-lsm-c-frac-cv.R index ac5177e42..5831a60f4 100644 --- a/tests/testthat/test-lsm-c-frac-cv.R +++ b/tests/testthat/test-lsm-c-frac-cv.R @@ -1,22 +1,22 @@ -context("class level lsm_c_lsm_c_frac_cv metric") - -landscapemetrics_class_landscape_value <- lsm_c_frac_cv(landscape) - -test_that("lsm_c_frac_cv is typestable", { - expect_is(lsm_c_frac_cv(landscape), "tbl_df") - expect_is(lsm_c_frac_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_frac_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_c_frac_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_frac_cv returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_lsm_c_frac_cv metric") + +landscapemetrics_class_landscape_value <- lsm_c_frac_cv(landscape) + +test_that("lsm_c_frac_cv is typestable", { + expect_is(lsm_c_frac_cv(landscape), "tbl_df") + expect_is(lsm_c_frac_cv(landscape_stack), "tbl_df") + expect_is(lsm_c_frac_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_c_frac_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_frac_cv returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-frac-mn.R b/tests/testthat/test-lsm-c-frac-mn.R index 55375a0cd..3d6ec3478 100644 --- a/tests/testthat/test-lsm-c-frac-mn.R +++ b/tests/testthat/test-lsm-c-frac-mn.R @@ -1,22 +1,22 @@ -context("class level lsm_c_frac_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_frac_mn(landscape) - -test_that("lsm_c_frac_mn is typestable", { - expect_is(lsm_c_frac_mn(landscape), "tbl_df") - expect_is(lsm_c_frac_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_frac_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_c_frac_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_frac_mn returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_frac_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_frac_mn(landscape) + +test_that("lsm_c_frac_mn is typestable", { + expect_is(lsm_c_frac_mn(landscape), "tbl_df") + expect_is(lsm_c_frac_mn(landscape_stack), "tbl_df") + expect_is(lsm_c_frac_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_c_frac_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_frac_mn returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-frac-sd.R b/tests/testthat/test-lsm-c-frac-sd.R index e4e34aac8..a09abdd72 100644 --- a/tests/testthat/test-lsm-c-frac-sd.R +++ b/tests/testthat/test-lsm-c-frac-sd.R @@ -1,22 +1,22 @@ -context("class level lsm_c_frac_sd metric") - -landscapemetrics_class_landscape_value <- lsm_c_frac_sd(landscape) - -test_that("lsm_c_frac_sd is typestable", { - expect_is(lsm_c_frac_sd(landscape), "tbl_df") - expect_is(lsm_c_frac_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_frac_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_frac_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_frac_sd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_frac_sd metric") + +landscapemetrics_class_landscape_value <- lsm_c_frac_sd(landscape) + +test_that("lsm_c_frac_sd is typestable", { + expect_is(lsm_c_frac_sd(landscape), "tbl_df") + expect_is(lsm_c_frac_sd(landscape_stack), "tbl_df") + expect_is(lsm_c_frac_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_frac_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_frac_sd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-gyrate-cv.R b/tests/testthat/test-lsm-c-gyrate-cv.R index 320d7f5f2..71544e022 100644 --- a/tests/testthat/test-lsm-c-gyrate-cv.R +++ b/tests/testthat/test-lsm-c-gyrate-cv.R @@ -1,22 +1,22 @@ -context("class level lsm_c_gyrate_cv metric") - -landscapemetrics_class_landscape_value <- lsm_c_gyrate_cv(landscape) - -test_that("lsm_c_gyrate_cv is typestable", { - expect_is(lsm_c_gyrate_cv(landscape), "tbl_df") - expect_is(lsm_c_gyrate_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_gyrate_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_c_gyrate_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_gyrate_cv returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_gyrate_cv metric") + +landscapemetrics_class_landscape_value <- lsm_c_gyrate_cv(landscape) + +test_that("lsm_c_gyrate_cv is typestable", { + expect_is(lsm_c_gyrate_cv(landscape), "tbl_df") + expect_is(lsm_c_gyrate_cv(landscape_stack), "tbl_df") + expect_is(lsm_c_gyrate_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_c_gyrate_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_gyrate_cv returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-gyrate-mn.R b/tests/testthat/test-lsm-c-gyrate-mn.R index 32d0cdcec..9fd559791 100644 --- a/tests/testthat/test-lsm-c-gyrate-mn.R +++ b/tests/testthat/test-lsm-c-gyrate-mn.R @@ -1,22 +1,22 @@ -context("class level lsm_c_gyrate_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_gyrate_mn(landscape) - -test_that("lsm_c_gyrate_mn is typestable", { - expect_is(lsm_c_gyrate_mn(landscape), "tbl_df") - expect_is(lsm_c_gyrate_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_gyrate_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_c_gyrate_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_gyrate_mn returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_gyrate_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_gyrate_mn(landscape) + +test_that("lsm_c_gyrate_mn is typestable", { + expect_is(lsm_c_gyrate_mn(landscape), "tbl_df") + expect_is(lsm_c_gyrate_mn(landscape_stack), "tbl_df") + expect_is(lsm_c_gyrate_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_c_gyrate_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_gyrate_mn returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-gyrate-sd.R b/tests/testthat/test-lsm-c-gyrate-sd.R index 167f9f3e6..a8407bce1 100644 --- a/tests/testthat/test-lsm-c-gyrate-sd.R +++ b/tests/testthat/test-lsm-c-gyrate-sd.R @@ -1,22 +1,22 @@ -context("class level lsm_c_gyrate_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_gyrate_sd(landscape) - -test_that("lsm_c_gyrate_sd is typestable", { - expect_is(lsm_c_gyrate_sd(landscape), "tbl_df") - expect_is(lsm_c_gyrate_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_gyrate_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_gyrate_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_gyrate_sd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_gyrate_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_gyrate_sd(landscape) + +test_that("lsm_c_gyrate_sd is typestable", { + expect_is(lsm_c_gyrate_sd(landscape), "tbl_df") + expect_is(lsm_c_gyrate_sd(landscape_stack), "tbl_df") + expect_is(lsm_c_gyrate_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_gyrate_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_gyrate_sd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-iji.R b/tests/testthat/test-lsm-c-iji.R index 486301fc6..467d30d5a 100644 --- a/tests/testthat/test-lsm-c-iji.R +++ b/tests/testthat/test-lsm-c-iji.R @@ -1,33 +1,33 @@ -context("class level lsm_c_iji metric") - -landscapemetrics_class_landscape_value <- lsm_c_iji(landscape) - -test_that("lsm_c_iji is typestable", { - - expect_is(lsm_c_iji(landscape), "tbl_df") - expect_is(lsm_c_iji(landscape_stack), "tbl_df") - expect_is(lsm_c_iji(landscape_list), "tbl_df") -}) - -test_that("lsm_c_iji returns the desired number of columns", { - - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_iji returns in every column the correct type", { - - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - -test_that("lsm_c_iji returns warning for less than 3 classes", { - - expect_warning(lsm_c_iji(landscape_simple), - regexp = "Number of classes must be >= 3, IJI = NA.", - fixed = TRUE) -}) - +context("class level lsm_c_iji metric") + +landscapemetrics_class_landscape_value <- lsm_c_iji(landscape) + +test_that("lsm_c_iji is typestable", { + + expect_is(lsm_c_iji(landscape), "tbl_df") + expect_is(lsm_c_iji(landscape_stack), "tbl_df") + expect_is(lsm_c_iji(landscape_list), "tbl_df") +}) + +test_that("lsm_c_iji returns the desired number of columns", { + + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_iji returns in every column the correct type", { + + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + +test_that("lsm_c_iji returns warning for less than 3 classes", { + + expect_warning(lsm_c_iji(landscape_simple), + regexp = "Number of classes must be >= 3, IJI = NA.", + fixed = TRUE) +}) + diff --git a/tests/testthat/test-lsm-c-lpi.R b/tests/testthat/test-lsm-c-lpi.R index 76c4088b2..eb58f9535 100644 --- a/tests/testthat/test-lsm-c-lpi.R +++ b/tests/testthat/test-lsm-c-lpi.R @@ -1,23 +1,23 @@ -context("class level lsm_c_lpi metric") - -landscapemetrics_class_landscape_value <- lsm_c_lpi(landscape) - -test_that("lsm_c_lpi is typestable", { - expect_is(lsm_c_lpi(landscape), "tbl_df") - expect_is(lsm_c_lpi(landscape_stack), "tbl_df") - expect_is(lsm_c_lpi(landscape_list), "tbl_df") -}) - -test_that("lsm_c_lpi returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_lpi returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_lpi metric") + +landscapemetrics_class_landscape_value <- lsm_c_lpi(landscape) + +test_that("lsm_c_lpi is typestable", { + expect_is(lsm_c_lpi(landscape), "tbl_df") + expect_is(lsm_c_lpi(landscape_stack), "tbl_df") + expect_is(lsm_c_lpi(landscape_list), "tbl_df") +}) + +test_that("lsm_c_lpi returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_lpi returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-lsi.R b/tests/testthat/test-lsm-c-lsi.R index 9c6968b34..8a6f83e31 100644 --- a/tests/testthat/test-lsm-c-lsi.R +++ b/tests/testthat/test-lsm-c-lsi.R @@ -1,23 +1,23 @@ -context("class level lsm_c_lsi metric") - -landscapemetrics_class_landscape_value <- lsm_c_lsi(landscape) - -test_that("lsm_c_lsi is typestable", { - expect_is(lsm_c_lsi(landscape), "tbl_df") - expect_is(lsm_c_lsi(landscape_stack), "tbl_df") - expect_is(lsm_c_lsi(landscape_list), "tbl_df") -}) - -test_that("lsm_c_lsi returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_lsi returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_lsi metric") + +landscapemetrics_class_landscape_value <- lsm_c_lsi(landscape) + +test_that("lsm_c_lsi is typestable", { + expect_is(lsm_c_lsi(landscape), "tbl_df") + expect_is(lsm_c_lsi(landscape_stack), "tbl_df") + expect_is(lsm_c_lsi(landscape_list), "tbl_df") +}) + +test_that("lsm_c_lsi returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_lsi returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-mesh.R b/tests/testthat/test-lsm-c-mesh.R index a8c762d53..dffe4a300 100644 --- a/tests/testthat/test-lsm-c-mesh.R +++ b/tests/testthat/test-lsm-c-mesh.R @@ -1,23 +1,23 @@ -context("class level lsm_c_mesh metric") - -landscapemetrics_class_landscape_value <- lsm_c_mesh(landscape) - -test_that("lsm_c_mesh is typestable", { - expect_is(lsm_c_mesh(landscape), "tbl_df") - expect_is(lsm_c_mesh(landscape_stack), "tbl_df") - expect_is(lsm_c_mesh(landscape_list), "tbl_df") -}) - -test_that("lsm_c_mesh returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_mesh returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_mesh metric") + +landscapemetrics_class_landscape_value <- lsm_c_mesh(landscape) + +test_that("lsm_c_mesh is typestable", { + expect_is(lsm_c_mesh(landscape), "tbl_df") + expect_is(lsm_c_mesh(landscape_stack), "tbl_df") + expect_is(lsm_c_mesh(landscape_list), "tbl_df") +}) + +test_that("lsm_c_mesh returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_mesh returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-ndca.R b/tests/testthat/test-lsm-c-ndca.R index cdd32de90..c360506f1 100644 --- a/tests/testthat/test-lsm-c-ndca.R +++ b/tests/testthat/test-lsm-c-ndca.R @@ -1,23 +1,23 @@ -context("class level lsm_c_ndca metric") - -landscapemetrics_class_landscape_value <- lsm_c_ndca(landscape) - -test_that("lsm_c_ndca is typestable", { - expect_is(lsm_c_ndca(landscape), "tbl_df") - expect_is(lsm_c_ndca(landscape_stack), "tbl_df") - expect_is(lsm_c_ndca(landscape_list), "tbl_df") -}) - -test_that("lsm_c_ndca returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_ndca returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_ndca metric") + +landscapemetrics_class_landscape_value <- lsm_c_ndca(landscape) + +test_that("lsm_c_ndca is typestable", { + expect_is(lsm_c_ndca(landscape), "tbl_df") + expect_is(lsm_c_ndca(landscape_stack), "tbl_df") + expect_is(lsm_c_ndca(landscape_list), "tbl_df") +}) + +test_that("lsm_c_ndca returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_ndca returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-nlsi.R b/tests/testthat/test-lsm-c-nlsi.R index 78bc66cef..7fedf97d0 100644 --- a/tests/testthat/test-lsm-c-nlsi.R +++ b/tests/testthat/test-lsm-c-nlsi.R @@ -1,30 +1,30 @@ -context("class level lsm_c_nlsi metric") - -landscapemetrics_class_landscape_value <- lsm_c_nlsi(landscape) - -test_that("lsm_c_nlsi is typestable", { - expect_is(lsm_c_nlsi(landscape), "tbl_df") - expect_is(lsm_c_nlsi(landscape_stack), "tbl_df") - expect_is(lsm_c_nlsi(landscape_list), "tbl_df") -}) - -test_that("lsm_c_nlsi returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_nlsi returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - -test_that("lsm_c_nlsi returns NA if not defined", { - - landscape_na <- landscape - landscape_na[] <- 5 - - expect_warning(lsm_c_nlsi(landscape_na), regexp = "NAs introduced by lsm_c_nlsi.") -}) +context("class level lsm_c_nlsi metric") + +landscapemetrics_class_landscape_value <- lsm_c_nlsi(landscape) + +test_that("lsm_c_nlsi is typestable", { + expect_is(lsm_c_nlsi(landscape), "tbl_df") + expect_is(lsm_c_nlsi(landscape_stack), "tbl_df") + expect_is(lsm_c_nlsi(landscape_list), "tbl_df") +}) + +test_that("lsm_c_nlsi returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_nlsi returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + +test_that("lsm_c_nlsi returns NA if not defined", { + + landscape_na <- landscape + landscape_na[] <- 5 + + expect_warning(lsm_c_nlsi(landscape_na), regexp = "NAs introduced by lsm_c_nlsi.") +}) diff --git a/tests/testthat/test-lsm-c-np.R b/tests/testthat/test-lsm-c-np.R index efb3dd44b..cdae8086f 100644 --- a/tests/testthat/test-lsm-c-np.R +++ b/tests/testthat/test-lsm-c-np.R @@ -1,23 +1,23 @@ -context("class level lsm_c_np metric") - -landscapemetrics_class_landscape_value <- lsm_c_np(landscape) - -test_that("lsm_c_np is typestable", { - expect_is(lsm_c_np(landscape), "tbl_df") - expect_is(lsm_c_np(landscape_stack), "tbl_df") - expect_is(lsm_c_np(landscape_list), "tbl_df") -}) - -test_that("lsm_c_np returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_np returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_np metric") + +landscapemetrics_class_landscape_value <- lsm_c_np(landscape) + +test_that("lsm_c_np is typestable", { + expect_is(lsm_c_np(landscape), "tbl_df") + expect_is(lsm_c_np(landscape_stack), "tbl_df") + expect_is(lsm_c_np(landscape_list), "tbl_df") +}) + +test_that("lsm_c_np returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_np returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-pafrac.R b/tests/testthat/test-lsm-c-pafrac.R index ba7e8547c..f133e2507 100644 --- a/tests/testthat/test-lsm-c-pafrac.R +++ b/tests/testthat/test-lsm-c-pafrac.R @@ -1,36 +1,36 @@ -context("class level lsm_c_pafrac metric") - -landscapemetrics_class_landscape_value <- lsm_c_pafrac(landscape, - verbose = FALSE) - -test_that("lsm_c_pafrac is typestable", { - - expect_is(lsm_c_pafrac(landscape, - verbose = FALSE), "tbl_df") - expect_is(lsm_c_pafrac(landscape_stack, - verbose = FALSE), "tbl_df") - expect_is(lsm_c_pafrac(landscape_list, - verbose = FALSE), "tbl_df") -}) - -test_that("lsm_c_pafrac returns the desired number of columns", { - - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_pafrac returns in every column the correct type", { - - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - -test_that("lsm_c_pafrac throws warning for less than 10 patches", { - - expect_warning(lsm_c_pafrac(landscape_uniform), - regexp = "Class 1: PAFRAC = NA for class with < 10 patches", - fixed = TRUE) -}) +context("class level lsm_c_pafrac metric") + +landscapemetrics_class_landscape_value <- lsm_c_pafrac(landscape, + verbose = FALSE) + +test_that("lsm_c_pafrac is typestable", { + + expect_is(lsm_c_pafrac(landscape, + verbose = FALSE), "tbl_df") + expect_is(lsm_c_pafrac(landscape_stack, + verbose = FALSE), "tbl_df") + expect_is(lsm_c_pafrac(landscape_list, + verbose = FALSE), "tbl_df") +}) + +test_that("lsm_c_pafrac returns the desired number of columns", { + + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_pafrac returns in every column the correct type", { + + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + +test_that("lsm_c_pafrac throws warning for less than 10 patches", { + + expect_warning(lsm_c_pafrac(landscape_uniform), + regexp = "Class 1: PAFRAC = NA for class with < 10 patches", + fixed = TRUE) +}) diff --git a/tests/testthat/test-lsm-c-para-cv.R b/tests/testthat/test-lsm-c-para-cv.R index 919a7b58a..7da349131 100644 --- a/tests/testthat/test-lsm-c-para-cv.R +++ b/tests/testthat/test-lsm-c-para-cv.R @@ -1,22 +1,22 @@ -context("class level lsm_c_para_cv metric") - -landscapemetrics_class_landscape_value <- lsm_c_para_cv(landscape) - -test_that("lsm_c_para_cv is typestable", { - expect_is(lsm_c_para_cv(landscape), "tbl_df") - expect_is(lsm_c_para_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_para_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_c_para_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_para_cv returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_para_cv metric") + +landscapemetrics_class_landscape_value <- lsm_c_para_cv(landscape) + +test_that("lsm_c_para_cv is typestable", { + expect_is(lsm_c_para_cv(landscape), "tbl_df") + expect_is(lsm_c_para_cv(landscape_stack), "tbl_df") + expect_is(lsm_c_para_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_c_para_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_para_cv returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-para-mn.R b/tests/testthat/test-lsm-c-para-mn.R index 13293a8d6..89d3655ce 100644 --- a/tests/testthat/test-lsm-c-para-mn.R +++ b/tests/testthat/test-lsm-c-para-mn.R @@ -1,22 +1,22 @@ -context("class level lsm_c_para_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_para_mn(landscape) - -test_that("lsm_c_para_mn is typestable", { - expect_is(lsm_c_para_mn(landscape), "tbl_df") - expect_is(lsm_c_para_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_para_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_c_para_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_para_mn returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_para_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_para_mn(landscape) + +test_that("lsm_c_para_mn is typestable", { + expect_is(lsm_c_para_mn(landscape), "tbl_df") + expect_is(lsm_c_para_mn(landscape_stack), "tbl_df") + expect_is(lsm_c_para_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_c_para_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_para_mn returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-para-sd.R b/tests/testthat/test-lsm-c-para-sd.R index ba3cd720a..48ac1e8dc 100644 --- a/tests/testthat/test-lsm-c-para-sd.R +++ b/tests/testthat/test-lsm-c-para-sd.R @@ -1,22 +1,22 @@ -context("class level lsm_c_para_sd metric") - -landscapemetrics_class_landscape_value <- lsm_c_para_sd(landscape) - -test_that("lsm_c_para_sd is typestable", { - expect_is(lsm_c_para_sd(landscape), "tbl_df") - expect_is(lsm_c_para_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_para_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_para_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_para_sd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_para_sd metric") + +landscapemetrics_class_landscape_value <- lsm_c_para_sd(landscape) + +test_that("lsm_c_para_sd is typestable", { + expect_is(lsm_c_para_sd(landscape), "tbl_df") + expect_is(lsm_c_para_sd(landscape_stack), "tbl_df") + expect_is(lsm_c_para_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_para_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_para_sd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-pd.R b/tests/testthat/test-lsm-c-pd.R index eaa94a374..a1257c9b1 100644 --- a/tests/testthat/test-lsm-c-pd.R +++ b/tests/testthat/test-lsm-c-pd.R @@ -1,23 +1,23 @@ -context("class level lsm_c_pd metric") - -landscapemetrics_class_landscape_value <- lsm_c_pd(landscape) - -test_that("lsm_c_pd is typestable", { - expect_is(lsm_c_pd(landscape), "tbl_df") - expect_is(lsm_c_pd(landscape_stack), "tbl_df") - expect_is(lsm_c_pd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_pd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_pd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_pd metric") + +landscapemetrics_class_landscape_value <- lsm_c_pd(landscape) + +test_that("lsm_c_pd is typestable", { + expect_is(lsm_c_pd(landscape), "tbl_df") + expect_is(lsm_c_pd(landscape_stack), "tbl_df") + expect_is(lsm_c_pd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_pd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_pd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-pladj.R b/tests/testthat/test-lsm-c-pladj.R index 08fdd1b53..041e0bfa3 100644 --- a/tests/testthat/test-lsm-c-pladj.R +++ b/tests/testthat/test-lsm-c-pladj.R @@ -1,23 +1,23 @@ -context("class level lsm_c_pladj metric") - -landscapemetrics_class_landscape_value <- lsm_c_pladj(landscape) - -test_that("lsm_c_pladj is typestable", { - expect_is(lsm_c_pladj(landscape), "tbl_df") - expect_is(lsm_c_pladj(landscape_stack), "tbl_df") - expect_is(lsm_c_pladj(landscape_list), "tbl_df") -}) - -test_that("lsm_c_pladj returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_pladj returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_pladj metric") + +landscapemetrics_class_landscape_value <- lsm_c_pladj(landscape) + +test_that("lsm_c_pladj is typestable", { + expect_is(lsm_c_pladj(landscape), "tbl_df") + expect_is(lsm_c_pladj(landscape_stack), "tbl_df") + expect_is(lsm_c_pladj(landscape_list), "tbl_df") +}) + +test_that("lsm_c_pladj returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_pladj returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-pland.R b/tests/testthat/test-lsm-c-pland.R index f517c69f9..986261b39 100644 --- a/tests/testthat/test-lsm-c-pland.R +++ b/tests/testthat/test-lsm-c-pland.R @@ -1,23 +1,23 @@ -context("class level lsm_c_pland metric") - -landscapemetrics_class_landscape_value <- lsm_c_pland(landscape) - -test_that("lsm_c_pland is typestable", { - expect_is(lsm_c_pland(landscape), "tbl_df") - expect_is(lsm_c_pland(landscape_stack), "tbl_df") - expect_is(lsm_c_pland(landscape_list), "tbl_df") -}) - -test_that("lsm_c_pland returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_pland returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_pland metric") + +landscapemetrics_class_landscape_value <- lsm_c_pland(landscape) + +test_that("lsm_c_pland is typestable", { + expect_is(lsm_c_pland(landscape), "tbl_df") + expect_is(lsm_c_pland(landscape_stack), "tbl_df") + expect_is(lsm_c_pland(landscape_list), "tbl_df") +}) + +test_that("lsm_c_pland returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_pland returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-shape-cv.R b/tests/testthat/test-lsm-c-shape-cv.R index 723381f47..525b02efa 100644 --- a/tests/testthat/test-lsm-c-shape-cv.R +++ b/tests/testthat/test-lsm-c-shape-cv.R @@ -1,22 +1,22 @@ -context("class level lsm_c_shape_cv metric") - -landscapemetrics_class_landscape_value <- lsm_c_shape_cv(landscape) - -test_that("lsm_c_shape_cv is typestable", { - expect_is(lsm_c_shape_cv(landscape), "tbl_df") - expect_is(lsm_c_shape_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_shape_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_c_shape_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_shape_cv returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_shape_cv metric") + +landscapemetrics_class_landscape_value <- lsm_c_shape_cv(landscape) + +test_that("lsm_c_shape_cv is typestable", { + expect_is(lsm_c_shape_cv(landscape), "tbl_df") + expect_is(lsm_c_shape_cv(landscape_stack), "tbl_df") + expect_is(lsm_c_shape_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_c_shape_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_shape_cv returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-shape-mn.R b/tests/testthat/test-lsm-c-shape-mn.R index c17f841de..31ec7f74b 100644 --- a/tests/testthat/test-lsm-c-shape-mn.R +++ b/tests/testthat/test-lsm-c-shape-mn.R @@ -1,22 +1,22 @@ -context("class level lsm_c_shape_mn metric") - -landscapemetrics_class_landscape_value <- lsm_c_shape_mn(landscape) - -test_that("lsm_c_shape_mn is typestable", { - expect_is(lsm_c_shape_mn(landscape), "tbl_df") - expect_is(lsm_c_shape_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_shape_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_c_shape_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_shape_mn returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_shape_mn metric") + +landscapemetrics_class_landscape_value <- lsm_c_shape_mn(landscape) + +test_that("lsm_c_shape_mn is typestable", { + expect_is(lsm_c_shape_mn(landscape), "tbl_df") + expect_is(lsm_c_shape_mn(landscape_stack), "tbl_df") + expect_is(lsm_c_shape_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_c_shape_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_shape_mn returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-shape-sd.R b/tests/testthat/test-lsm-c-shape-sd.R index a2015c7eb..934fd6d3d 100644 --- a/tests/testthat/test-lsm-c-shape-sd.R +++ b/tests/testthat/test-lsm-c-shape-sd.R @@ -1,22 +1,22 @@ -context("class level lsm_c_shape_sd metric") - -landscapemetrics_class_landscape_value <- lsm_c_shape_sd(landscape) - -test_that("lsm_c_shape_sd is typestable", { - expect_is(lsm_c_shape_sd(landscape), "tbl_df") - expect_is(lsm_c_shape_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_shape_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_c_shape_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_shape_sd returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) +context("class level lsm_c_shape_sd metric") + +landscapemetrics_class_landscape_value <- lsm_c_shape_sd(landscape) + +test_that("lsm_c_shape_sd is typestable", { + expect_is(lsm_c_shape_sd(landscape), "tbl_df") + expect_is(lsm_c_shape_sd(landscape_stack), "tbl_df") + expect_is(lsm_c_shape_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_c_shape_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_shape_sd returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-c-split.R b/tests/testthat/test-lsm-c-split.R index 075ef4b6b..1625d3061 100644 --- a/tests/testthat/test-lsm-c-split.R +++ b/tests/testthat/test-lsm-c-split.R @@ -1,23 +1,23 @@ -context("class level lsm_c_split metric") - -landscapemetrics_class_landscape_value <- lsm_c_split(landscape) - -test_that("lsm_c_split is typestable", { - expect_is(lsm_c_split(landscape), "tbl_df") - expect_is(lsm_c_split(landscape_stack), "tbl_df") - expect_is(lsm_c_split(landscape_list), "tbl_df") -}) - -test_that("lsm_c_split returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_split returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_split metric") + +landscapemetrics_class_landscape_value <- lsm_c_split(landscape) + +test_that("lsm_c_split is typestable", { + expect_is(lsm_c_split(landscape), "tbl_df") + expect_is(lsm_c_split(landscape_stack), "tbl_df") + expect_is(lsm_c_split(landscape_list), "tbl_df") +}) + +test_that("lsm_c_split returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_split returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-tca.R b/tests/testthat/test-lsm-c-tca.R index bc76bd2bc..d9f4e4965 100644 --- a/tests/testthat/test-lsm-c-tca.R +++ b/tests/testthat/test-lsm-c-tca.R @@ -1,23 +1,23 @@ -context("class level lsm_c_tca metric") - -landscapemetrics_class_landscape_value <- lsm_c_tca(landscape) - -test_that("lsm_c_tca is typestable", { - expect_is(lsm_c_tca(landscape), "tbl_df") - expect_is(lsm_c_tca(landscape_stack), "tbl_df") - expect_is(lsm_c_tca(landscape_list), "tbl_df") -}) - -test_that("lsm_c_tca returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_tca returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - +context("class level lsm_c_tca metric") + +landscapemetrics_class_landscape_value <- lsm_c_tca(landscape) + +test_that("lsm_c_tca is typestable", { + expect_is(lsm_c_tca(landscape), "tbl_df") + expect_is(lsm_c_tca(landscape_stack), "tbl_df") + expect_is(lsm_c_tca(landscape_list), "tbl_df") +}) + +test_that("lsm_c_tca returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_tca returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-c-te.R b/tests/testthat/test-lsm-c-te.R index 20c92641a..2e0390621 100644 --- a/tests/testthat/test-lsm-c-te.R +++ b/tests/testthat/test-lsm-c-te.R @@ -1,51 +1,51 @@ -context("class level lsm_c_te metric") - -landscapemetrics_class_landscape_value <- lsm_c_te(landscape) - -test_lsm <- matrix(data = NA, nrow = 25, ncol = 30) - -test_lsm[c(5:7), c(5:7)] <- 1 -test_lsm[4, 6] <- 1 -test_lsm[6, 8] <- 1 -test_lsm[8, 6] <- 1 -test_lsm[6, 4] <- 1 -test_lsm[6, 6] <- 2 - -test_lsm <- terra::rast(test_lsm) - -test_that("lsm_c_te is typestable", { - expect_is(lsm_c_te(landscape), "tbl_df") - expect_is(lsm_c_te(landscape_stack), "tbl_df") - expect_is(lsm_c_te(landscape_list), "tbl_df") -}) - -test_that("lsm_c_te returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_c_te returns in every column the correct type", { - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - -test_that("lsm_l_te equals 0 if only one patch is present", { - result <- lsm_c_te(landscape_uniform, count_boundary = FALSE) - expect_equal(result$value, 0) -}) - -test_that("lsm_c_te can handle raster with different xy resolution", { - expect_is(lsm_c_te(landscape_diff_res), "tbl_df") -}) - -test_that("lsm_c_te is the same if count_boundary = FALSE and vice versa", { - - result_cbF <- lsm_c_te(test_lsm, count_boundary = FALSE) - result_cbT <- lsm_c_te(test_lsm, count_boundary = TRUE) - - expect_true(result_cbF$value[[1]] == result_cbF$value[[2]]) - expect_true(result_cbT$value[[1]] != result_cbF$value[[2]]) -}) +context("class level lsm_c_te metric") + +landscapemetrics_class_landscape_value <- lsm_c_te(landscape) + +test_lsm <- matrix(data = NA, nrow = 25, ncol = 30) + +test_lsm[c(5:7), c(5:7)] <- 1 +test_lsm[4, 6] <- 1 +test_lsm[6, 8] <- 1 +test_lsm[8, 6] <- 1 +test_lsm[6, 4] <- 1 +test_lsm[6, 6] <- 2 + +test_lsm <- terra::rast(test_lsm) + +test_that("lsm_c_te is typestable", { + expect_is(lsm_c_te(landscape), "tbl_df") + expect_is(lsm_c_te(landscape_stack), "tbl_df") + expect_is(lsm_c_te(landscape_list), "tbl_df") +}) + +test_that("lsm_c_te returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_c_te returns in every column the correct type", { + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + +test_that("lsm_l_te equals 0 if only one patch is present", { + result <- lsm_c_te(landscape_uniform, count_boundary = FALSE) + expect_equal(result$value, 0) +}) + +test_that("lsm_c_te can handle raster with different xy resolution", { + expect_is(lsm_c_te(landscape_diff_res), "tbl_df") +}) + +test_that("lsm_c_te is the same if count_boundary = FALSE and vice versa", { + + result_cbF <- lsm_c_te(test_lsm, count_boundary = FALSE) + result_cbT <- lsm_c_te(test_lsm, count_boundary = TRUE) + + expect_true(result_cbF$value[[1]] == result_cbF$value[[2]]) + expect_true(result_cbT$value[[1]] != result_cbF$value[[2]]) +}) diff --git a/tests/testthat/test-lsm-l-ai.R b/tests/testthat/test-lsm-l-ai.R index 2cc9b9062..0ae75b53a 100644 --- a/tests/testthat/test-lsm-l-ai.R +++ b/tests/testthat/test-lsm-l-ai.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_ai metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_ai(landscape) - -test_that("lsm_l_ai is typestable", { - expect_is(lsm_l_ai(landscape), "tbl_df") - expect_is(lsm_l_ai(landscape_stack), "tbl_df") - expect_is(lsm_l_ai(landscape_list), "tbl_df") -}) - -test_that("lsm_l_ai returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_ai returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_ai metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_ai(landscape) + +test_that("lsm_l_ai is typestable", { + expect_is(lsm_l_ai(landscape), "tbl_df") + expect_is(lsm_l_ai(landscape_stack), "tbl_df") + expect_is(lsm_l_ai(landscape_list), "tbl_df") +}) + +test_that("lsm_l_ai returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_ai returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-area-cv.R b/tests/testthat/test-lsm-l-area-cv.R index f81203321..241f29566 100644 --- a/tests/testthat/test-lsm-l-area-cv.R +++ b/tests/testthat/test-lsm-l-area-cv.R @@ -1,22 +1,22 @@ -context("landscape level lsm_l_area_cv metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_area_cv(landscape) - -test_that("lsm_l_area_cv is typestable", { - expect_is(lsm_l_area_cv(landscape), "tbl_df") - expect_is(lsm_l_area_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_area_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_l_area_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_area_cv returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_area_cv metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_area_cv(landscape) + +test_that("lsm_l_area_cv is typestable", { + expect_is(lsm_l_area_cv(landscape), "tbl_df") + expect_is(lsm_l_area_cv(landscape_stack), "tbl_df") + expect_is(lsm_l_area_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_l_area_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_area_cv returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-area-mn.R b/tests/testthat/test-lsm-l-area-mn.R index 55b36934c..4f4a3d959 100644 --- a/tests/testthat/test-lsm-l-area-mn.R +++ b/tests/testthat/test-lsm-l-area-mn.R @@ -1,24 +1,24 @@ -context("landscape level lsm_l_area_mn metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_area_mn(landscape) - -test_that("lsm_l_area_mn is typestable", { - expect_is(lsm_l_area_mn(landscape), "tbl_df") - expect_is(lsm_l_area_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_area_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_l_area_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_area_mn returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_area_mn metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_area_mn(landscape) + +test_that("lsm_l_area_mn is typestable", { + expect_is(lsm_l_area_mn(landscape), "tbl_df") + expect_is(lsm_l_area_mn(landscape_stack), "tbl_df") + expect_is(lsm_l_area_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_l_area_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_area_mn returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-area-sd.R b/tests/testthat/test-lsm-l-area-sd.R index cce3eb137..111b438d3 100644 --- a/tests/testthat/test-lsm-l-area-sd.R +++ b/tests/testthat/test-lsm-l-area-sd.R @@ -1,24 +1,24 @@ -context("landscape level lsm_l_area_sd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_area_sd(landscape) - -test_that("lsm_l_area_sd is typestable", { - expect_is(lsm_l_area_sd(landscape), "tbl_df") - expect_is(lsm_l_area_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_area_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_area_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_area_sd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_area_sd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_area_sd(landscape) + +test_that("lsm_l_area_sd is typestable", { + expect_is(lsm_l_area_sd(landscape), "tbl_df") + expect_is(lsm_l_area_sd(landscape_stack), "tbl_df") + expect_is(lsm_l_area_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_area_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_area_sd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-cai-cv.R b/tests/testthat/test-lsm-l-cai-cv.R index 306bc56c7..dfed1b911 100644 --- a/tests/testthat/test-lsm-l-cai-cv.R +++ b/tests/testthat/test-lsm-l-cai-cv.R @@ -1,24 +1,24 @@ -context("landscape level lsm_l_cai_cv metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_cai_cv(landscape) - -test_that("lsm_l_cai_cv is typestable", { - expect_is(lsm_l_cai_cv(landscape), "tbl_df") - expect_is(lsm_l_cai_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_cai_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_l_cai_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_cai_cv returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_cai_cv metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_cai_cv(landscape) + +test_that("lsm_l_cai_cv is typestable", { + expect_is(lsm_l_cai_cv(landscape), "tbl_df") + expect_is(lsm_l_cai_cv(landscape_stack), "tbl_df") + expect_is(lsm_l_cai_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_l_cai_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_cai_cv returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-cai-mn.R b/tests/testthat/test-lsm-l-cai-mn.R index 4494c3f28..9410586c8 100644 --- a/tests/testthat/test-lsm-l-cai-mn.R +++ b/tests/testthat/test-lsm-l-cai-mn.R @@ -1,24 +1,24 @@ -context("landscape level lsm_l_cai_mn metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_cai_mn(landscape) - -test_that("lsm_l_cai_mn is typestable", { - expect_is(lsm_l_cai_mn(landscape), "tbl_df") - expect_is(lsm_l_cai_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_cai_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_l_cai_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_cai_mn returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_cai_mn metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_cai_mn(landscape) + +test_that("lsm_l_cai_mn is typestable", { + expect_is(lsm_l_cai_mn(landscape), "tbl_df") + expect_is(lsm_l_cai_mn(landscape_stack), "tbl_df") + expect_is(lsm_l_cai_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_l_cai_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_cai_mn returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-cai-sd.R b/tests/testthat/test-lsm-l-cai-sd.R index 71513863c..839b0958f 100644 --- a/tests/testthat/test-lsm-l-cai-sd.R +++ b/tests/testthat/test-lsm-l-cai-sd.R @@ -1,24 +1,24 @@ -context("landscape level lsm_l_cai_sd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_cai_sd(landscape) - -test_that("lsm_l_cai_sd is typestable", { - expect_is(lsm_l_cai_sd(landscape), "tbl_df") - expect_is(lsm_l_cai_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_cai_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_cai_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_cai_sd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_cai_sd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_cai_sd(landscape) + +test_that("lsm_l_cai_sd is typestable", { + expect_is(lsm_l_cai_sd(landscape), "tbl_df") + expect_is(lsm_l_cai_sd(landscape_stack), "tbl_df") + expect_is(lsm_l_cai_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_cai_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_cai_sd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-circle-cv.R b/tests/testthat/test-lsm-l-circle-cv.R index 793f4acc0..85ee9db79 100644 --- a/tests/testthat/test-lsm-l-circle-cv.R +++ b/tests/testthat/test-lsm-l-circle-cv.R @@ -1,24 +1,24 @@ -context("landscape level lsm_l_circle_cv metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_circle_cv(landscape) - -test_that("lsm_l_circle_cv is typestable", { - expect_is(lsm_l_circle_cv(landscape), "tbl_df") - expect_is(lsm_l_circle_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_circle_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_l_circle_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_circle_cv returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_circle_cv metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_circle_cv(landscape) + +test_that("lsm_l_circle_cv is typestable", { + expect_is(lsm_l_circle_cv(landscape), "tbl_df") + expect_is(lsm_l_circle_cv(landscape_stack), "tbl_df") + expect_is(lsm_l_circle_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_l_circle_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_circle_cv returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-circle-mn.R b/tests/testthat/test-lsm-l-circle-mn.R index 7014d25db..e4a24f298 100644 --- a/tests/testthat/test-lsm-l-circle-mn.R +++ b/tests/testthat/test-lsm-l-circle-mn.R @@ -1,24 +1,24 @@ -context("landscape level lsm_l_circle_mn metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_circle_mn(landscape) - -test_that("lsm_l_circle_mn is typestable", { - expect_is(lsm_l_circle_mn(landscape), "tbl_df") - expect_is(lsm_l_circle_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_circle_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_l_circle_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_circle_mn returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_circle_mn metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_circle_mn(landscape) + +test_that("lsm_l_circle_mn is typestable", { + expect_is(lsm_l_circle_mn(landscape), "tbl_df") + expect_is(lsm_l_circle_mn(landscape_stack), "tbl_df") + expect_is(lsm_l_circle_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_l_circle_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_circle_mn returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-circle-sd.R b/tests/testthat/test-lsm-l-circle-sd.R index f56301628..16a9b8ccb 100644 --- a/tests/testthat/test-lsm-l-circle-sd.R +++ b/tests/testthat/test-lsm-l-circle-sd.R @@ -1,24 +1,24 @@ -context("landscape level lsm_l_circle_sd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_circle_sd(landscape) - -test_that("lsm_l_circle_sd is typestable", { - expect_is(lsm_l_circle_sd(landscape), "tbl_df") - expect_is(lsm_l_circle_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_circle_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_circle_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_circle_sd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_circle_sd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_circle_sd(landscape) + +test_that("lsm_l_circle_sd is typestable", { + expect_is(lsm_l_circle_sd(landscape), "tbl_df") + expect_is(lsm_l_circle_sd(landscape_stack), "tbl_df") + expect_is(lsm_l_circle_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_circle_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_circle_sd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-cohesion.R b/tests/testthat/test-lsm-l-cohesion.R index 79251ae26..468d4aefc 100644 --- a/tests/testthat/test-lsm-l-cohesion.R +++ b/tests/testthat/test-lsm-l-cohesion.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_cohesion metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_cohesion(landscape) - -test_that("lsm_l_cohesion is typestable", { - expect_is(lsm_l_cohesion(landscape), "tbl_df") - expect_is(lsm_l_cohesion(landscape_stack), "tbl_df") - expect_is(lsm_l_cohesion(landscape_list), "tbl_df") -}) - -test_that("lsm_l_cohesion returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_cohesion returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_cohesion metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_cohesion(landscape) + +test_that("lsm_l_cohesion is typestable", { + expect_is(lsm_l_cohesion(landscape), "tbl_df") + expect_is(lsm_l_cohesion(landscape_stack), "tbl_df") + expect_is(lsm_l_cohesion(landscape_list), "tbl_df") +}) + +test_that("lsm_l_cohesion returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_cohesion returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-condent.R b/tests/testthat/test-lsm-l-condent.R index 2ffca1f93..e16bb9dbc 100644 --- a/tests/testthat/test-lsm-l-condent.R +++ b/tests/testthat/test-lsm-l-condent.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_condent metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_condent(landscape) - -test_that("lsm_l_condent is typestable", { - expect_is(lsm_l_condent(landscape), "tbl_df") - expect_is(lsm_l_condent(landscape_stack), "tbl_df") - expect_is(lsm_l_condent(landscape_list), "tbl_df") -}) - -test_that("lsm_l_condent returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_condent returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_condent metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_condent(landscape) + +test_that("lsm_l_condent is typestable", { + expect_is(lsm_l_condent(landscape), "tbl_df") + expect_is(lsm_l_condent(landscape_stack), "tbl_df") + expect_is(lsm_l_condent(landscape_list), "tbl_df") +}) + +test_that("lsm_l_condent returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_condent returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-contag.R b/tests/testthat/test-lsm-l-contag.R index 4739e3254..e58370251 100644 --- a/tests/testthat/test-lsm-l-contag.R +++ b/tests/testthat/test-lsm-l-contag.R @@ -1,32 +1,32 @@ -context("landscape level lsm_l_contag metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_contag(landscape) - -test_that("lsm_l_contag is typestable", { - - expect_is(lsm_l_contag(landscape), "tbl_df") - expect_is(lsm_l_contag(landscape_stack), "tbl_df") - expect_is(lsm_l_contag(landscape_list), "tbl_df") -}) - -test_that("lsm_l_contag returns the desired number of columns", { - - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_contag returns in every column the correct type", { - - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - -test_that("lsm_l_contag returns warning for less than 2 classes", { - - expect_warning(lsm_l_contag(landscape_uniform), - regexp = "Number of classes must be >= 2: CONTAG = NA.", - fixed = TRUE) - }) +context("landscape level lsm_l_contag metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_contag(landscape) + +test_that("lsm_l_contag is typestable", { + + expect_is(lsm_l_contag(landscape), "tbl_df") + expect_is(lsm_l_contag(landscape_stack), "tbl_df") + expect_is(lsm_l_contag(landscape_list), "tbl_df") +}) + +test_that("lsm_l_contag returns the desired number of columns", { + + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_contag returns in every column the correct type", { + + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + +test_that("lsm_l_contag returns warning for less than 2 classes", { + + expect_warning(lsm_l_contag(landscape_uniform), + regexp = "Number of classes must be >= 2: CONTAG = NA.", + fixed = TRUE) + }) diff --git a/tests/testthat/test-lsm-l-contig-cv.R b/tests/testthat/test-lsm-l-contig-cv.R index 8c3c125cd..012406a5e 100644 --- a/tests/testthat/test-lsm-l-contig-cv.R +++ b/tests/testthat/test-lsm-l-contig-cv.R @@ -1,22 +1,22 @@ -context("landscape level lsm_l_contig_cv metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_contig_cv(landscape) - -test_that("lsm_l_contig_cv is typestable", { - expect_is(lsm_l_contig_cv(landscape), "tbl_df") - expect_is(lsm_l_contig_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_contig_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_l_contig_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_contig_cv returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_contig_cv metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_contig_cv(landscape) + +test_that("lsm_l_contig_cv is typestable", { + expect_is(lsm_l_contig_cv(landscape), "tbl_df") + expect_is(lsm_l_contig_cv(landscape_stack), "tbl_df") + expect_is(lsm_l_contig_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_l_contig_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_contig_cv returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-contig-mn.R b/tests/testthat/test-lsm-l-contig-mn.R index baf178ceb..3b3104c3e 100644 --- a/tests/testthat/test-lsm-l-contig-mn.R +++ b/tests/testthat/test-lsm-l-contig-mn.R @@ -1,22 +1,22 @@ -context("landscape level lsm_l_contig_mn metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_contig_mn(landscape) - -test_that("lsm_l_contig_mn is typestable", { - expect_is(lsm_l_contig_mn(landscape), "tbl_df") - expect_is(lsm_l_contig_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_contig_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_l_contig_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_contig_mn returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_contig_mn metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_contig_mn(landscape) + +test_that("lsm_l_contig_mn is typestable", { + expect_is(lsm_l_contig_mn(landscape), "tbl_df") + expect_is(lsm_l_contig_mn(landscape_stack), "tbl_df") + expect_is(lsm_l_contig_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_l_contig_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_contig_mn returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-contig-sd.R b/tests/testthat/test-lsm-l-contig-sd.R index d94304407..e14b22fa8 100644 --- a/tests/testthat/test-lsm-l-contig-sd.R +++ b/tests/testthat/test-lsm-l-contig-sd.R @@ -1,22 +1,22 @@ -context("landscape level lsm_l_contig_sd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_contig_sd(landscape) - -test_that("lsm_l_contig_sd is typestable", { - expect_is(lsm_l_contig_sd(landscape), "tbl_df") - expect_is(lsm_l_contig_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_contig_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_contig_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_contig_sd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_contig_sd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_contig_sd(landscape) + +test_that("lsm_l_contig_sd is typestable", { + expect_is(lsm_l_contig_sd(landscape), "tbl_df") + expect_is(lsm_l_contig_sd(landscape_stack), "tbl_df") + expect_is(lsm_l_contig_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_contig_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_contig_sd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-core-cv.R b/tests/testthat/test-lsm-l-core-cv.R index 6271457ad..57d86ea9c 100644 --- a/tests/testthat/test-lsm-l-core-cv.R +++ b/tests/testthat/test-lsm-l-core-cv.R @@ -1,24 +1,24 @@ -context("landscape level lsm_l_core_cv metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_core_cv(landscape) - -test_that("lsm_l_core_cv is typestable", { - expect_is(lsm_l_core_cv(landscape), "tbl_df") - expect_is(lsm_l_core_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_core_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_l_core_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_core_cv returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_core_cv metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_core_cv(landscape) + +test_that("lsm_l_core_cv is typestable", { + expect_is(lsm_l_core_cv(landscape), "tbl_df") + expect_is(lsm_l_core_cv(landscape_stack), "tbl_df") + expect_is(lsm_l_core_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_l_core_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_core_cv returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-core-mn.R b/tests/testthat/test-lsm-l-core-mn.R index a02cb430f..270638edc 100644 --- a/tests/testthat/test-lsm-l-core-mn.R +++ b/tests/testthat/test-lsm-l-core-mn.R @@ -1,24 +1,24 @@ -context("landscape level lsm_l_core_mn metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_core_mn(landscape) - -test_that("lsm_l_core_mn is typestable", { - expect_is(lsm_l_core_mn(landscape), "tbl_df") - expect_is(lsm_l_core_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_core_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_l_core_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_core_mn returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_core_mn metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_core_mn(landscape) + +test_that("lsm_l_core_mn is typestable", { + expect_is(lsm_l_core_mn(landscape), "tbl_df") + expect_is(lsm_l_core_mn(landscape_stack), "tbl_df") + expect_is(lsm_l_core_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_l_core_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_core_mn returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-core-sd.R b/tests/testthat/test-lsm-l-core-sd.R index 3d813bafd..e02ad76b8 100644 --- a/tests/testthat/test-lsm-l-core-sd.R +++ b/tests/testthat/test-lsm-l-core-sd.R @@ -1,24 +1,24 @@ -context("landscape level lsm_l_core_sd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_core_sd(landscape) - -test_that("lsm_l_core_sd is typestable", { - expect_is(lsm_l_core_sd(landscape), "tbl_df") - expect_is(lsm_l_core_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_core_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_core_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_core_sd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_core_sd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_core_sd(landscape) + +test_that("lsm_l_core_sd is typestable", { + expect_is(lsm_l_core_sd(landscape), "tbl_df") + expect_is(lsm_l_core_sd(landscape_stack), "tbl_df") + expect_is(lsm_l_core_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_core_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_core_sd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-dcad.R b/tests/testthat/test-lsm-l-dcad.R index 8f2eb6078..97cb771ce 100644 --- a/tests/testthat/test-lsm-l-dcad.R +++ b/tests/testthat/test-lsm-l-dcad.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_dcad metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_dcad(landscape) - -test_that("lsm_l_dcad is typestable", { - expect_is(lsm_l_dcad(landscape), "tbl_df") - expect_is(lsm_l_dcad(landscape_stack), "tbl_df") - expect_is(lsm_l_dcad(landscape_list), "tbl_df") -}) - -test_that("lsm_l_dcad returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_dcad returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_dcad metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_dcad(landscape) + +test_that("lsm_l_dcad is typestable", { + expect_is(lsm_l_dcad(landscape), "tbl_df") + expect_is(lsm_l_dcad(landscape_stack), "tbl_df") + expect_is(lsm_l_dcad(landscape_list), "tbl_df") +}) + +test_that("lsm_l_dcad returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_dcad returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-dcore-cv.R b/tests/testthat/test-lsm-l-dcore-cv.R index 7959ec830..b4b666e03 100644 --- a/tests/testthat/test-lsm-l-dcore-cv.R +++ b/tests/testthat/test-lsm-l-dcore-cv.R @@ -1,24 +1,24 @@ -context("landscape level lsm_l_dcore_cv metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_dcore_cv(landscape) - -test_that("lsm_l_dcore_cv is typestable", { - expect_is(lsm_l_dcore_cv(landscape), "tbl_df") - expect_is(lsm_l_dcore_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_dcore_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_l_dcore_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_dcore_cv returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_dcore_cv metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_dcore_cv(landscape) + +test_that("lsm_l_dcore_cv is typestable", { + expect_is(lsm_l_dcore_cv(landscape), "tbl_df") + expect_is(lsm_l_dcore_cv(landscape_stack), "tbl_df") + expect_is(lsm_l_dcore_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_l_dcore_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_dcore_cv returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-dcore-mn.R b/tests/testthat/test-lsm-l-dcore-mn.R index 11cb10afd..96777c3ac 100644 --- a/tests/testthat/test-lsm-l-dcore-mn.R +++ b/tests/testthat/test-lsm-l-dcore-mn.R @@ -1,24 +1,24 @@ -context("landscape level lsm_l_dcore_mn metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_dcore_mn(landscape) - -test_that("lsm_l_dcore_mn is typestable", { - expect_is(lsm_l_dcore_mn(landscape), "tbl_df") - expect_is(lsm_l_dcore_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_dcore_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_l_dcore_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_dcore_mn returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_dcore_mn metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_dcore_mn(landscape) + +test_that("lsm_l_dcore_mn is typestable", { + expect_is(lsm_l_dcore_mn(landscape), "tbl_df") + expect_is(lsm_l_dcore_mn(landscape_stack), "tbl_df") + expect_is(lsm_l_dcore_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_l_dcore_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_dcore_mn returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-dcore-sd.R b/tests/testthat/test-lsm-l-dcore-sd.R index abfbde038..b6eaef4c0 100644 --- a/tests/testthat/test-lsm-l-dcore-sd.R +++ b/tests/testthat/test-lsm-l-dcore-sd.R @@ -1,24 +1,24 @@ -context("landscape level lsm_l_dcore_sd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_dcore_sd(landscape) - -test_that("lsm_l_dcore_sd is typestable", { - expect_is(lsm_l_dcore_sd(landscape), "tbl_df") - expect_is(lsm_l_dcore_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_dcore_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_dcore_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_dcore_sd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_dcore_sd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_dcore_sd(landscape) + +test_that("lsm_l_dcore_sd is typestable", { + expect_is(lsm_l_dcore_sd(landscape), "tbl_df") + expect_is(lsm_l_dcore_sd(landscape_stack), "tbl_df") + expect_is(lsm_l_dcore_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_dcore_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_dcore_sd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-division.R b/tests/testthat/test-lsm-l-division.R index c3f927aed..35e2c0ccf 100644 --- a/tests/testthat/test-lsm-l-division.R +++ b/tests/testthat/test-lsm-l-division.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_division metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_division(landscape) - -test_that("lsm_l_division is typestable", { - expect_is(lsm_l_division(landscape), "tbl_df") - expect_is(lsm_l_division(landscape_stack), "tbl_df") - expect_is(lsm_l_division(landscape_list), "tbl_df") -}) - -test_that("lsm_l_division returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_division returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_division metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_division(landscape) + +test_that("lsm_l_division is typestable", { + expect_is(lsm_l_division(landscape), "tbl_df") + expect_is(lsm_l_division(landscape_stack), "tbl_df") + expect_is(lsm_l_division(landscape_list), "tbl_df") +}) + +test_that("lsm_l_division returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_division returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-ed.R b/tests/testthat/test-lsm-l-ed.R index 0ebb0336b..5e29a9d04 100644 --- a/tests/testthat/test-lsm-l-ed.R +++ b/tests/testthat/test-lsm-l-ed.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_ed metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_ed(landscape) - -test_that("lsm_l_ed is typestable", { - expect_is(lsm_l_ed(landscape), "tbl_df") - expect_is(lsm_l_ed(landscape_stack), "tbl_df") - expect_is(lsm_l_ed(landscape_list), "tbl_df") -}) - -test_that("lsm_l_ed returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_ed returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_ed metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_ed(landscape) + +test_that("lsm_l_ed is typestable", { + expect_is(lsm_l_ed(landscape), "tbl_df") + expect_is(lsm_l_ed(landscape_stack), "tbl_df") + expect_is(lsm_l_ed(landscape_list), "tbl_df") +}) + +test_that("lsm_l_ed returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_ed returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-enn-cv.R b/tests/testthat/test-lsm-l-enn-cv.R index 3838a94ba..98165216d 100644 --- a/tests/testthat/test-lsm-l-enn-cv.R +++ b/tests/testthat/test-lsm-l-enn-cv.R @@ -1,24 +1,24 @@ -context("landscape level lsm_l_enn_cv metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_enn_cv(landscape) - -test_that("lsm_l_enn_cv is typestable", { - expect_is(lsm_l_enn_cv(landscape), "tbl_df") - expect_is(lsm_l_enn_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_enn_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_l_enn_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_enn_cv returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_enn_cv metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_enn_cv(landscape) + +test_that("lsm_l_enn_cv is typestable", { + expect_is(lsm_l_enn_cv(landscape), "tbl_df") + expect_is(lsm_l_enn_cv(landscape_stack), "tbl_df") + expect_is(lsm_l_enn_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_l_enn_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_enn_cv returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-enn-mn.R b/tests/testthat/test-lsm-l-enn-mn.R index cf316b061..c5dde3938 100644 --- a/tests/testthat/test-lsm-l-enn-mn.R +++ b/tests/testthat/test-lsm-l-enn-mn.R @@ -1,24 +1,24 @@ -context("landscape level lsm_l_enn_mn metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_enn_mn(landscape) - -test_that("lsm_l_enn_mn is typestable", { - expect_is(lsm_l_enn_mn(landscape), "tbl_df") - expect_is(lsm_l_enn_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_enn_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_l_enn_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_enn_mn returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_enn_mn metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_enn_mn(landscape) + +test_that("lsm_l_enn_mn is typestable", { + expect_is(lsm_l_enn_mn(landscape), "tbl_df") + expect_is(lsm_l_enn_mn(landscape_stack), "tbl_df") + expect_is(lsm_l_enn_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_l_enn_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_enn_mn returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-enn-sd.R b/tests/testthat/test-lsm-l-enn-sd.R index adc166d82..137e20972 100644 --- a/tests/testthat/test-lsm-l-enn-sd.R +++ b/tests/testthat/test-lsm-l-enn-sd.R @@ -1,24 +1,24 @@ -context("landscape level lsm_l_enn_sd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_enn_sd(landscape) - -test_that("lsm_l_enn_sd is typestable", { - expect_is(lsm_l_enn_sd(landscape), "tbl_df") - expect_is(lsm_l_enn_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_enn_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_enn_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_enn_sd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - - +context("landscape level lsm_l_enn_sd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_enn_sd(landscape) + +test_that("lsm_l_enn_sd is typestable", { + expect_is(lsm_l_enn_sd(landscape), "tbl_df") + expect_is(lsm_l_enn_sd(landscape_stack), "tbl_df") + expect_is(lsm_l_enn_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_enn_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_enn_sd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-l-ent.R b/tests/testthat/test-lsm-l-ent.R index 12f1672ad..5a9651b56 100644 --- a/tests/testthat/test-lsm-l-ent.R +++ b/tests/testthat/test-lsm-l-ent.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_ent metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_ent(landscape) - -test_that("lsm_l_ent is typestable", { - expect_is(lsm_l_ent(landscape), "tbl_df") - expect_is(lsm_l_ent(landscape_stack), "tbl_df") - expect_is(lsm_l_ent(landscape_list), "tbl_df") -}) - -test_that("lsm_l_ent returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_ent returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_ent metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_ent(landscape) + +test_that("lsm_l_ent is typestable", { + expect_is(lsm_l_ent(landscape), "tbl_df") + expect_is(lsm_l_ent(landscape_stack), "tbl_df") + expect_is(lsm_l_ent(landscape_list), "tbl_df") +}) + +test_that("lsm_l_ent returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_ent returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-frac-cv.R b/tests/testthat/test-lsm-l-frac-cv.R index 3b9e5392f..3a4e72a80 100644 --- a/tests/testthat/test-lsm-l-frac-cv.R +++ b/tests/testthat/test-lsm-l-frac-cv.R @@ -1,22 +1,22 @@ -context("landscape level lsm_l_frac_cv metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_frac_cv(landscape) - -test_that("lsm_l_frac_cv is typestable", { - expect_is(lsm_l_frac_cv(landscape), "tbl_df") - expect_is(lsm_l_frac_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_frac_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_l_frac_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_frac_cv returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_frac_cv metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_frac_cv(landscape) + +test_that("lsm_l_frac_cv is typestable", { + expect_is(lsm_l_frac_cv(landscape), "tbl_df") + expect_is(lsm_l_frac_cv(landscape_stack), "tbl_df") + expect_is(lsm_l_frac_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_l_frac_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_frac_cv returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-frac-mn.R b/tests/testthat/test-lsm-l-frac-mn.R index 1961207aa..50b21c81a 100644 --- a/tests/testthat/test-lsm-l-frac-mn.R +++ b/tests/testthat/test-lsm-l-frac-mn.R @@ -1,22 +1,22 @@ -context("landscape level lsm_l_frac_mn metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_frac_mn(landscape) - -test_that("lsm_l_frac_mn is typestable", { - expect_is(lsm_l_frac_mn(landscape), "tbl_df") - expect_is(lsm_l_frac_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_frac_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_l_frac_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_frac_mn returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_frac_mn metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_frac_mn(landscape) + +test_that("lsm_l_frac_mn is typestable", { + expect_is(lsm_l_frac_mn(landscape), "tbl_df") + expect_is(lsm_l_frac_mn(landscape_stack), "tbl_df") + expect_is(lsm_l_frac_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_l_frac_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_frac_mn returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-frac-sd.R b/tests/testthat/test-lsm-l-frac-sd.R index f8c24f4c7..76eaa66bb 100644 --- a/tests/testthat/test-lsm-l-frac-sd.R +++ b/tests/testthat/test-lsm-l-frac-sd.R @@ -1,22 +1,22 @@ -context("landscape level lsm_l_frac_sd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_frac_sd(landscape) - -test_that("lsm_l_frac_sd is typestable", { - expect_is(lsm_l_frac_sd(landscape), "tbl_df") - expect_is(lsm_l_frac_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_frac_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_frac_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_frac_sd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_frac_sd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_frac_sd(landscape) + +test_that("lsm_l_frac_sd is typestable", { + expect_is(lsm_l_frac_sd(landscape), "tbl_df") + expect_is(lsm_l_frac_sd(landscape_stack), "tbl_df") + expect_is(lsm_l_frac_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_frac_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_frac_sd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-gyrate-cv.R b/tests/testthat/test-lsm-l-gyrate-cv.R index 1dede7a9f..f71d48c72 100644 --- a/tests/testthat/test-lsm-l-gyrate-cv.R +++ b/tests/testthat/test-lsm-l-gyrate-cv.R @@ -1,22 +1,22 @@ -context("landscape level lsm_l_gyrate_cv metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_cv(landscape) - -test_that("lsm_l_gyrate_cv is typestable", { - expect_is(lsm_l_gyrate_cv(landscape), "tbl_df") - expect_is(lsm_l_gyrate_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_gyrate_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_l_gyrate_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_gyrate_cv returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_gyrate_cv metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_cv(landscape) + +test_that("lsm_l_gyrate_cv is typestable", { + expect_is(lsm_l_gyrate_cv(landscape), "tbl_df") + expect_is(lsm_l_gyrate_cv(landscape_stack), "tbl_df") + expect_is(lsm_l_gyrate_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_l_gyrate_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_gyrate_cv returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-gyrate-mn.R b/tests/testthat/test-lsm-l-gyrate-mn.R index ffa742085..520b01872 100644 --- a/tests/testthat/test-lsm-l-gyrate-mn.R +++ b/tests/testthat/test-lsm-l-gyrate-mn.R @@ -1,22 +1,22 @@ -context("landscape level lsm_l_gyrate_mn metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_mn(landscape) - -test_that("lsm_l_gyrate_mn is typestable", { - expect_is(lsm_l_gyrate_mn(landscape), "tbl_df") - expect_is(lsm_l_gyrate_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_gyrate_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_l_gyrate_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_gyrate_mn returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_gyrate_mn metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_mn(landscape) + +test_that("lsm_l_gyrate_mn is typestable", { + expect_is(lsm_l_gyrate_mn(landscape), "tbl_df") + expect_is(lsm_l_gyrate_mn(landscape_stack), "tbl_df") + expect_is(lsm_l_gyrate_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_l_gyrate_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_gyrate_mn returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-gyrate-sd.R b/tests/testthat/test-lsm-l-gyrate-sd.R index affc60ea1..1c022a71c 100644 --- a/tests/testthat/test-lsm-l-gyrate-sd.R +++ b/tests/testthat/test-lsm-l-gyrate-sd.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_gyrate_sd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_sd(landscape) - -test_that("lsm_l_gyrate_sd is typestable", { - expect_is(lsm_l_gyrate_sd(landscape), "tbl_df") - expect_is(lsm_l_gyrate_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_gyrate_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_gyrate_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_gyrate_sd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_gyrate_sd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_sd(landscape) + +test_that("lsm_l_gyrate_sd is typestable", { + expect_is(lsm_l_gyrate_sd(landscape), "tbl_df") + expect_is(lsm_l_gyrate_sd(landscape_stack), "tbl_df") + expect_is(lsm_l_gyrate_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_gyrate_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_gyrate_sd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-iji.R b/tests/testthat/test-lsm-l-iji.R index b63df6938..c84a4f42c 100644 --- a/tests/testthat/test-lsm-l-iji.R +++ b/tests/testthat/test-lsm-l-iji.R @@ -1,33 +1,33 @@ -context("landscape level lsm_l_iji metric") - -landscapemetrics_class_landscape_value <- lsm_l_iji(landscape) - -test_that("lsm_l_iji is typestable", { - - expect_is(lsm_l_iji(landscape), "tbl_df") - expect_is(lsm_l_iji(landscape_stack), "tbl_df") - expect_is(lsm_l_iji(landscape_list), "tbl_df") -}) - -test_that("lsm_l_iji returns the desired number of columns", { - - expect_equal(ncol(landscapemetrics_class_landscape_value), 6) -}) - -test_that("lsm_l_iji returns in every column the correct type", { - - expect_type(landscapemetrics_class_landscape_value$layer, "integer") - expect_type(landscapemetrics_class_landscape_value$level, "character") - expect_type(landscapemetrics_class_landscape_value$class, "integer") - expect_type(landscapemetrics_class_landscape_value$id, "integer") - expect_type(landscapemetrics_class_landscape_value$metric, "character") - expect_type(landscapemetrics_class_landscape_value$value, "double") -}) - -test_that("lsm_l_iji returns warning for less than 3 classes", { - - expect_warning(lsm_l_iji(landscape_simple), - regexp = "Number of classes must be >= 3, IJI = NA.", - fixed = TRUE) -}) - +context("landscape level lsm_l_iji metric") + +landscapemetrics_class_landscape_value <- lsm_l_iji(landscape) + +test_that("lsm_l_iji is typestable", { + + expect_is(lsm_l_iji(landscape), "tbl_df") + expect_is(lsm_l_iji(landscape_stack), "tbl_df") + expect_is(lsm_l_iji(landscape_list), "tbl_df") +}) + +test_that("lsm_l_iji returns the desired number of columns", { + + expect_equal(ncol(landscapemetrics_class_landscape_value), 6) +}) + +test_that("lsm_l_iji returns in every column the correct type", { + + expect_type(landscapemetrics_class_landscape_value$layer, "integer") + expect_type(landscapemetrics_class_landscape_value$level, "character") + expect_type(landscapemetrics_class_landscape_value$class, "integer") + expect_type(landscapemetrics_class_landscape_value$id, "integer") + expect_type(landscapemetrics_class_landscape_value$metric, "character") + expect_type(landscapemetrics_class_landscape_value$value, "double") +}) + +test_that("lsm_l_iji returns warning for less than 3 classes", { + + expect_warning(lsm_l_iji(landscape_simple), + regexp = "Number of classes must be >= 3, IJI = NA.", + fixed = TRUE) +}) + diff --git a/tests/testthat/test-lsm-l-joinent.R b/tests/testthat/test-lsm-l-joinent.R index 9e9548a16..2912a7d98 100644 --- a/tests/testthat/test-lsm-l-joinent.R +++ b/tests/testthat/test-lsm-l-joinent.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_joinent metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_joinent(landscape) - -test_that("lsm_l_joinent is typestable", { - expect_is(lsm_l_joinent(landscape), "tbl_df") - expect_is(lsm_l_joinent(landscape_stack), "tbl_df") - expect_is(lsm_l_joinent(landscape_list), "tbl_df") -}) - -test_that("lsm_l_joinent returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_joinent returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_joinent metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_joinent(landscape) + +test_that("lsm_l_joinent is typestable", { + expect_is(lsm_l_joinent(landscape), "tbl_df") + expect_is(lsm_l_joinent(landscape_stack), "tbl_df") + expect_is(lsm_l_joinent(landscape_list), "tbl_df") +}) + +test_that("lsm_l_joinent returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_joinent returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-lpi.R b/tests/testthat/test-lsm-l-lpi.R index 5ace97c4a..c58caaa8c 100644 --- a/tests/testthat/test-lsm-l-lpi.R +++ b/tests/testthat/test-lsm-l-lpi.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_lpi metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_lpi(landscape) - -test_that("lsm_l_lpi is typestable", { - expect_is(lsm_l_lpi(landscape), "tbl_df") - expect_is(lsm_l_lpi(landscape_stack), "tbl_df") - expect_is(lsm_l_lpi(landscape_list), "tbl_df") -}) - -test_that("lsm_l_lpi returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_lpi returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_lpi metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_lpi(landscape) + +test_that("lsm_l_lpi is typestable", { + expect_is(lsm_l_lpi(landscape), "tbl_df") + expect_is(lsm_l_lpi(landscape_stack), "tbl_df") + expect_is(lsm_l_lpi(landscape_list), "tbl_df") +}) + +test_that("lsm_l_lpi returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_lpi returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-lsi.R b/tests/testthat/test-lsm-l-lsi.R index dd54addd8..83ff0a4c2 100644 --- a/tests/testthat/test-lsm-l-lsi.R +++ b/tests/testthat/test-lsm-l-lsi.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_lsi metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_lsi(landscape) - -test_that("lsm_l_lsi is typestable", { - expect_is(lsm_l_lsi(landscape), "tbl_df") - expect_is(lsm_l_lsi(landscape_stack), "tbl_df") - expect_is(lsm_l_lsi(landscape_list), "tbl_df") -}) - -test_that("lsm_l_lsi returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_lsi returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_lsi metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_lsi(landscape) + +test_that("lsm_l_lsi is typestable", { + expect_is(lsm_l_lsi(landscape), "tbl_df") + expect_is(lsm_l_lsi(landscape_stack), "tbl_df") + expect_is(lsm_l_lsi(landscape_list), "tbl_df") +}) + +test_that("lsm_l_lsi returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_lsi returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-mesh.R b/tests/testthat/test-lsm-l-mesh.R index fbd055d58..c2d79f73d 100644 --- a/tests/testthat/test-lsm-l-mesh.R +++ b/tests/testthat/test-lsm-l-mesh.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_mesh metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_mesh(landscape) - -test_that("lsm_l_mesh is typestable", { - expect_is(lsm_l_mesh(landscape), "tbl_df") - expect_is(lsm_l_mesh(landscape_stack), "tbl_df") - expect_is(lsm_l_mesh(landscape_list), "tbl_df") -}) - -test_that("lsm_l_mesh returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_mesh returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_mesh metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_mesh(landscape) + +test_that("lsm_l_mesh is typestable", { + expect_is(lsm_l_mesh(landscape), "tbl_df") + expect_is(lsm_l_mesh(landscape_stack), "tbl_df") + expect_is(lsm_l_mesh(landscape_list), "tbl_df") +}) + +test_that("lsm_l_mesh returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_mesh returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-msidi.R b/tests/testthat/test-lsm-l-msidi.R index 67241a932..9a1c1ed51 100644 --- a/tests/testthat/test-lsm-l-msidi.R +++ b/tests/testthat/test-lsm-l-msidi.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_msidi metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_msidi(landscape) - -test_that("lsm_l_msidi is typestable", { - expect_is(lsm_l_msidi(landscape), "tbl_df") - expect_is(lsm_l_msidi(landscape_stack), "tbl_df") - expect_is(lsm_l_msidi(landscape_list), "tbl_df") -}) - -test_that("lsm_l_msidi returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_msidi returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_msidi metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_msidi(landscape) + +test_that("lsm_l_msidi is typestable", { + expect_is(lsm_l_msidi(landscape), "tbl_df") + expect_is(lsm_l_msidi(landscape_stack), "tbl_df") + expect_is(lsm_l_msidi(landscape_list), "tbl_df") +}) + +test_that("lsm_l_msidi returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_msidi returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-msiei.R b/tests/testthat/test-lsm-l-msiei.R index 67a7ed9ad..ead1821aa 100644 --- a/tests/testthat/test-lsm-l-msiei.R +++ b/tests/testthat/test-lsm-l-msiei.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_msiei metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_msiei(landscape) - -test_that("lsm_l_msiei is typestable", { - expect_is(lsm_l_msiei(landscape), "tbl_df") - expect_is(lsm_l_msiei(landscape_stack), "tbl_df") - expect_is(lsm_l_msiei(landscape_list), "tbl_df") -}) - -test_that("lsm_l_msiei returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_msiei returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_msiei metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_msiei(landscape) + +test_that("lsm_l_msiei is typestable", { + expect_is(lsm_l_msiei(landscape), "tbl_df") + expect_is(lsm_l_msiei(landscape_stack), "tbl_df") + expect_is(lsm_l_msiei(landscape_list), "tbl_df") +}) + +test_that("lsm_l_msiei returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_msiei returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-mutinf.R b/tests/testthat/test-lsm-l-mutinf.R index abf1dc39f..033f38846 100644 --- a/tests/testthat/test-lsm-l-mutinf.R +++ b/tests/testthat/test-lsm-l-mutinf.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_mutinf metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_mutinf(landscape) - -test_that("lsm_l_mutinf is typestable", { - expect_is(lsm_l_mutinf(landscape), "tbl_df") - expect_is(lsm_l_mutinf(landscape_stack), "tbl_df") - expect_is(lsm_l_mutinf(landscape_list), "tbl_df") -}) - -test_that("lsm_l_mutinf returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_mutinf returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_mutinf metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_mutinf(landscape) + +test_that("lsm_l_mutinf is typestable", { + expect_is(lsm_l_mutinf(landscape), "tbl_df") + expect_is(lsm_l_mutinf(landscape_stack), "tbl_df") + expect_is(lsm_l_mutinf(landscape_list), "tbl_df") +}) + +test_that("lsm_l_mutinf returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_mutinf returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-ndca.R b/tests/testthat/test-lsm-l-ndca.R index b58b3c974..4beefc089 100644 --- a/tests/testthat/test-lsm-l-ndca.R +++ b/tests/testthat/test-lsm-l-ndca.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_ndca metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_ndca(landscape) - -test_that("lsm_l_ndca is typestable", { - expect_is(lsm_l_ndca(landscape), "tbl_df") - expect_is(lsm_l_ndca(landscape_stack), "tbl_df") - expect_is(lsm_l_ndca(landscape_list), "tbl_df") -}) - -test_that("lsm_l_ndca returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_ndca returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_ndca metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_ndca(landscape) + +test_that("lsm_l_ndca is typestable", { + expect_is(lsm_l_ndca(landscape), "tbl_df") + expect_is(lsm_l_ndca(landscape_stack), "tbl_df") + expect_is(lsm_l_ndca(landscape_list), "tbl_df") +}) + +test_that("lsm_l_ndca returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_ndca returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-np.R b/tests/testthat/test-lsm-l-np.R index 724ae6151..0369b07f5 100644 --- a/tests/testthat/test-lsm-l-np.R +++ b/tests/testthat/test-lsm-l-np.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_np metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_np(landscape) - -test_that("lsm_l_np is typestable", { - expect_is(lsm_l_np(landscape), "tbl_df") - expect_is(lsm_l_np(landscape_stack), "tbl_df") - expect_is(lsm_l_np(landscape_list), "tbl_df") -}) - -test_that("lsm_l_np returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_np returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_np metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_np(landscape) + +test_that("lsm_l_np is typestable", { + expect_is(lsm_l_np(landscape), "tbl_df") + expect_is(lsm_l_np(landscape_stack), "tbl_df") + expect_is(lsm_l_np(landscape_list), "tbl_df") +}) + +test_that("lsm_l_np returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_np returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-pafrac.R b/tests/testthat/test-lsm-l-pafrac.R index afd2d2397..30d7de007 100644 --- a/tests/testthat/test-lsm-l-pafrac.R +++ b/tests/testthat/test-lsm-l-pafrac.R @@ -1,32 +1,32 @@ -context("landscape level lsm_l_pafrac metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_pafrac(landscape) - -test_that("lsm_l_pafrac is typestable", { - - expect_is(lsm_l_pafrac(landscape), "tbl_df") - expect_is(lsm_l_pafrac(landscape_stack), "tbl_df") - expect_is(lsm_l_pafrac(landscape_list), "tbl_df") -}) - -test_that("lsm_l_pafrac returns the desired number of columns", { - - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_pafrac returns in every column the correct type", { - - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - -test_that("lsm_l_pafrac throws error for less than 10 patches", { - - expect_warning(lsm_l_pafrac(landscape_uniform), - regexp = "PAFRAC = NA for NP < 10", - fixed = TRUE) -}) +context("landscape level lsm_l_pafrac metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_pafrac(landscape) + +test_that("lsm_l_pafrac is typestable", { + + expect_is(lsm_l_pafrac(landscape), "tbl_df") + expect_is(lsm_l_pafrac(landscape_stack), "tbl_df") + expect_is(lsm_l_pafrac(landscape_list), "tbl_df") +}) + +test_that("lsm_l_pafrac returns the desired number of columns", { + + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_pafrac returns in every column the correct type", { + + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + +test_that("lsm_l_pafrac throws error for less than 10 patches", { + + expect_warning(lsm_l_pafrac(landscape_uniform), + regexp = "PAFRAC = NA for NP < 10", + fixed = TRUE) +}) diff --git a/tests/testthat/test-lsm-l-para-cv.R b/tests/testthat/test-lsm-l-para-cv.R index b865101ae..8ef5e2d04 100644 --- a/tests/testthat/test-lsm-l-para-cv.R +++ b/tests/testthat/test-lsm-l-para-cv.R @@ -1,22 +1,22 @@ -context("landscape level lsm_l_para_cv metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_para_cv(landscape) - -test_that("lsm_l_para_cv is typestable", { - expect_is(lsm_l_para_cv(landscape), "tbl_df") - expect_is(lsm_l_para_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_para_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_l_para_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_para_cv returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_para_cv metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_para_cv(landscape) + +test_that("lsm_l_para_cv is typestable", { + expect_is(lsm_l_para_cv(landscape), "tbl_df") + expect_is(lsm_l_para_cv(landscape_stack), "tbl_df") + expect_is(lsm_l_para_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_l_para_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_para_cv returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-para-mn.R b/tests/testthat/test-lsm-l-para-mn.R index 343ab2bb7..fa871a8a9 100644 --- a/tests/testthat/test-lsm-l-para-mn.R +++ b/tests/testthat/test-lsm-l-para-mn.R @@ -1,22 +1,22 @@ -context("landscape level lsm_l_para_mn metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_para_mn(landscape) - -test_that("lsm_l_para_mn is typestable", { - expect_is(lsm_l_para_mn(landscape), "tbl_df") - expect_is(lsm_l_para_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_para_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_l_para_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_para_mn returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_para_mn metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_para_mn(landscape) + +test_that("lsm_l_para_mn is typestable", { + expect_is(lsm_l_para_mn(landscape), "tbl_df") + expect_is(lsm_l_para_mn(landscape_stack), "tbl_df") + expect_is(lsm_l_para_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_l_para_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_para_mn returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-para-sd.R b/tests/testthat/test-lsm-l-para-sd.R index 1e4c69fdf..01b2e3fc2 100644 --- a/tests/testthat/test-lsm-l-para-sd.R +++ b/tests/testthat/test-lsm-l-para-sd.R @@ -1,22 +1,22 @@ -context("landscape level lsm_l_para_sd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_para_sd(landscape) - -test_that("lsm_l_para_sd is typestable", { - expect_is(lsm_l_para_sd(landscape), "tbl_df") - expect_is(lsm_l_para_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_para_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_para_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_para_sd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_para_sd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_para_sd(landscape) + +test_that("lsm_l_para_sd is typestable", { + expect_is(lsm_l_para_sd(landscape), "tbl_df") + expect_is(lsm_l_para_sd(landscape_stack), "tbl_df") + expect_is(lsm_l_para_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_para_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_para_sd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-pd.R b/tests/testthat/test-lsm-l-pd.R index a101690eb..f4fa6a4b1 100644 --- a/tests/testthat/test-lsm-l-pd.R +++ b/tests/testthat/test-lsm-l-pd.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_pd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_pd(landscape) - -test_that("lsm_l_pd is typestable", { - expect_is(lsm_l_pd(landscape), "tbl_df") - expect_is(lsm_l_pd(landscape_stack), "tbl_df") - expect_is(lsm_l_pd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_pd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_pd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_pd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_pd(landscape) + +test_that("lsm_l_pd is typestable", { + expect_is(lsm_l_pd(landscape), "tbl_df") + expect_is(lsm_l_pd(landscape_stack), "tbl_df") + expect_is(lsm_l_pd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_pd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_pd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-pladj.R b/tests/testthat/test-lsm-l-pladj.R index 3a13bc066..07ab4e496 100644 --- a/tests/testthat/test-lsm-l-pladj.R +++ b/tests/testthat/test-lsm-l-pladj.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_pladj metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_pladj(landscape) - -test_that("lsm_l_pladj is typestable", { - expect_is(lsm_l_pladj(landscape), "tbl_df") - expect_is(lsm_l_pladj(landscape_stack), "tbl_df") - expect_is(lsm_l_pladj(landscape_list), "tbl_df") -}) - -test_that("lsm_l_pladj returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_pladj returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_pladj metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_pladj(landscape) + +test_that("lsm_l_pladj is typestable", { + expect_is(lsm_l_pladj(landscape), "tbl_df") + expect_is(lsm_l_pladj(landscape_stack), "tbl_df") + expect_is(lsm_l_pladj(landscape_list), "tbl_df") +}) + +test_that("lsm_l_pladj returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_pladj returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-pr.R b/tests/testthat/test-lsm-l-pr.R index 11bdb628d..c60384070 100644 --- a/tests/testthat/test-lsm-l-pr.R +++ b/tests/testthat/test-lsm-l-pr.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_pr metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_pr(landscape) - -test_that("lsm_l_pr is typestable", { - expect_is(lsm_l_pr(landscape), "tbl_df") - expect_is(lsm_l_pr(landscape_stack), "tbl_df") - expect_is(lsm_l_pr(landscape_list), "tbl_df") -}) - -test_that("lsm_l_pr returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_pr returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_pr metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_pr(landscape) + +test_that("lsm_l_pr is typestable", { + expect_is(lsm_l_pr(landscape), "tbl_df") + expect_is(lsm_l_pr(landscape_stack), "tbl_df") + expect_is(lsm_l_pr(landscape_list), "tbl_df") +}) + +test_that("lsm_l_pr returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_pr returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-prd.R b/tests/testthat/test-lsm-l-prd.R index b02e6b5d7..3572522b7 100644 --- a/tests/testthat/test-lsm-l-prd.R +++ b/tests/testthat/test-lsm-l-prd.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_prd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_prd(landscape) - -test_that("lsm_l_prd is typestable", { - expect_is(lsm_l_prd(landscape), "tbl_df") - expect_is(lsm_l_prd(landscape_stack), "tbl_df") - expect_is(lsm_l_prd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_prd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_prd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_prd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_prd(landscape) + +test_that("lsm_l_prd is typestable", { + expect_is(lsm_l_prd(landscape), "tbl_df") + expect_is(lsm_l_prd(landscape_stack), "tbl_df") + expect_is(lsm_l_prd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_prd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_prd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-relmutinf.R b/tests/testthat/test-lsm-l-relmutinf.R index da4cfadd8..0a19ca67d 100644 --- a/tests/testthat/test-lsm-l-relmutinf.R +++ b/tests/testthat/test-lsm-l-relmutinf.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_relmutinf metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_relmutinf(landscape) - -test_that("lsm_l_relmutinf is typestable", { - expect_is(lsm_l_relmutinf(landscape), "tbl_df") - expect_is(lsm_l_relmutinf(landscape_stack), "tbl_df") - expect_is(lsm_l_relmutinf(landscape_list), "tbl_df") -}) - -test_that("lsm_l_relmutinf returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_relmutinf returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_relmutinf metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_relmutinf(landscape) + +test_that("lsm_l_relmutinf is typestable", { + expect_is(lsm_l_relmutinf(landscape), "tbl_df") + expect_is(lsm_l_relmutinf(landscape_stack), "tbl_df") + expect_is(lsm_l_relmutinf(landscape_list), "tbl_df") +}) + +test_that("lsm_l_relmutinf returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_relmutinf returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-rpr.R b/tests/testthat/test-lsm-l-rpr.R index 1e74fa54d..8db94035f 100644 --- a/tests/testthat/test-lsm-l-rpr.R +++ b/tests/testthat/test-lsm-l-rpr.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_rpr metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_rpr(landscape, classes_max = 5) - -test_that("lsm_l_rpr is typestable", { - expect_is(lsm_l_rpr(landscape, classes_max = 5), "tbl_df") - expect_is(lsm_l_rpr(landscape_stack, classes_max = 5), "tbl_df") - expect_is(lsm_l_rpr(landscape_list, classes_max = 5), "tbl_df") -}) - -test_that("lsm_l_rpr returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_rpr returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_rpr metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_rpr(landscape, classes_max = 5) + +test_that("lsm_l_rpr is typestable", { + expect_is(lsm_l_rpr(landscape, classes_max = 5), "tbl_df") + expect_is(lsm_l_rpr(landscape_stack, classes_max = 5), "tbl_df") + expect_is(lsm_l_rpr(landscape_list, classes_max = 5), "tbl_df") +}) + +test_that("lsm_l_rpr returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_rpr returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-shape-cv.R b/tests/testthat/test-lsm-l-shape-cv.R index 71eb5150d..1e1e6ba11 100644 --- a/tests/testthat/test-lsm-l-shape-cv.R +++ b/tests/testthat/test-lsm-l-shape-cv.R @@ -1,22 +1,22 @@ -context("landscape level lsm_l_shape_cv metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_shape_cv(landscape) - -test_that("lsm_l_shape_cv is typestable", { - expect_is(lsm_l_shape_cv(landscape), "tbl_df") - expect_is(lsm_l_shape_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_shape_cv(landscape_list), "tbl_df") -}) - -test_that("lsm_l_shape_cv returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_shape_cv returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_shape_cv metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_shape_cv(landscape) + +test_that("lsm_l_shape_cv is typestable", { + expect_is(lsm_l_shape_cv(landscape), "tbl_df") + expect_is(lsm_l_shape_cv(landscape_stack), "tbl_df") + expect_is(lsm_l_shape_cv(landscape_list), "tbl_df") +}) + +test_that("lsm_l_shape_cv returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_shape_cv returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-shape-mn.R b/tests/testthat/test-lsm-l-shape-mn.R index a891344f1..c5d486dde 100644 --- a/tests/testthat/test-lsm-l-shape-mn.R +++ b/tests/testthat/test-lsm-l-shape-mn.R @@ -1,22 +1,22 @@ -context("landscape level lsm_l_shape_mn metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_shape_mn(landscape) - -test_that("lsm_l_shape_mn is typestable", { - expect_is(lsm_l_shape_mn(landscape), "tbl_df") - expect_is(lsm_l_shape_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_shape_mn(landscape_list), "tbl_df") -}) - -test_that("lsm_l_shape_mn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_shape_mn returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_shape_mn metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_shape_mn(landscape) + +test_that("lsm_l_shape_mn is typestable", { + expect_is(lsm_l_shape_mn(landscape), "tbl_df") + expect_is(lsm_l_shape_mn(landscape_stack), "tbl_df") + expect_is(lsm_l_shape_mn(landscape_list), "tbl_df") +}) + +test_that("lsm_l_shape_mn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_shape_mn returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-shape-sd.R b/tests/testthat/test-lsm-l-shape-sd.R index 759533409..601dd9b8f 100644 --- a/tests/testthat/test-lsm-l-shape-sd.R +++ b/tests/testthat/test-lsm-l-shape-sd.R @@ -1,22 +1,22 @@ -context("landscape level lsm_l_shape_sd metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_shape_sd(landscape) - -test_that("lsm_l_shape_sd is typestable", { - expect_is(lsm_l_shape_sd(landscape), "tbl_df") - expect_is(lsm_l_shape_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_shape_sd(landscape_list), "tbl_df") -}) - -test_that("lsm_l_shape_sd returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_shape_sd returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) +context("landscape level lsm_l_shape_sd metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_shape_sd(landscape) + +test_that("lsm_l_shape_sd is typestable", { + expect_is(lsm_l_shape_sd(landscape), "tbl_df") + expect_is(lsm_l_shape_sd(landscape_stack), "tbl_df") + expect_is(lsm_l_shape_sd(landscape_list), "tbl_df") +}) + +test_that("lsm_l_shape_sd returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_shape_sd returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-l-shdi.R b/tests/testthat/test-lsm-l-shdi.R index 038900626..b23718928 100644 --- a/tests/testthat/test-lsm-l-shdi.R +++ b/tests/testthat/test-lsm-l-shdi.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_shdi metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_shdi(landscape) - -test_that("lsm_l_shdi is typestable", { - expect_is(lsm_l_shdi(landscape), "tbl_df") - expect_is(lsm_l_shdi(landscape_stack), "tbl_df") - expect_is(lsm_l_shdi(landscape_list), "tbl_df") -}) - -test_that("lsm_l_shdi returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_shdi returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_shdi metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_shdi(landscape) + +test_that("lsm_l_shdi is typestable", { + expect_is(lsm_l_shdi(landscape), "tbl_df") + expect_is(lsm_l_shdi(landscape_stack), "tbl_df") + expect_is(lsm_l_shdi(landscape_list), "tbl_df") +}) + +test_that("lsm_l_shdi returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_shdi returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-shei.R b/tests/testthat/test-lsm-l-shei.R index ba3ecae54..c32158a26 100644 --- a/tests/testthat/test-lsm-l-shei.R +++ b/tests/testthat/test-lsm-l-shei.R @@ -1,30 +1,30 @@ -context("landscape level lsm_l_shei metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_shei(landscape) - - - -test_that("lsm_l_shei is typestable", { - expect_is(lsm_l_shei(landscape), "tbl_df") - expect_is(lsm_l_shei(landscape_stack), "tbl_df") - expect_is(lsm_l_shei(landscape_list), "tbl_df") -}) - -test_that("lsm_l_shei returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_shei returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - -landscape[] = 1 -test_that("lsm_l_shei returns 0 when only one patch present", { - expect_equal(lsm_l_shei(landscape)$value, 0) -}) - +context("landscape level lsm_l_shei metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_shei(landscape) + + + +test_that("lsm_l_shei is typestable", { + expect_is(lsm_l_shei(landscape), "tbl_df") + expect_is(lsm_l_shei(landscape_stack), "tbl_df") + expect_is(lsm_l_shei(landscape_list), "tbl_df") +}) + +test_that("lsm_l_shei returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_shei returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + +landscape[] = 1 +test_that("lsm_l_shei returns 0 when only one patch present", { + expect_equal(lsm_l_shei(landscape)$value, 0) +}) + diff --git a/tests/testthat/test-lsm-l-sidi.R b/tests/testthat/test-lsm-l-sidi.R index d0b020704..bb0307722 100644 --- a/tests/testthat/test-lsm-l-sidi.R +++ b/tests/testthat/test-lsm-l-sidi.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_sidi metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_sidi(landscape) - -test_that("lsm_l_sidi is typestable", { - expect_is(lsm_l_sidi(landscape), "tbl_df") - expect_is(lsm_l_sidi(landscape_stack), "tbl_df") - expect_is(lsm_l_sidi(landscape_list), "tbl_df") -}) - -test_that("lsm_l_sidi returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_sidi returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_sidi metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_sidi(landscape) + +test_that("lsm_l_sidi is typestable", { + expect_is(lsm_l_sidi(landscape), "tbl_df") + expect_is(lsm_l_sidi(landscape_stack), "tbl_df") + expect_is(lsm_l_sidi(landscape_list), "tbl_df") +}) + +test_that("lsm_l_sidi returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_sidi returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-siei.R b/tests/testthat/test-lsm-l-siei.R index 9d226278c..7e6d577f1 100644 --- a/tests/testthat/test-lsm-l-siei.R +++ b/tests/testthat/test-lsm-l-siei.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_siei metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_siei(landscape) - -test_that("lsm_l_siei is typestable", { - expect_is(lsm_l_siei(landscape), "tbl_df") - expect_is(lsm_l_siei(landscape_stack), "tbl_df") - expect_is(lsm_l_siei(landscape_list), "tbl_df") -}) - -test_that("lsm_l_siei returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_siei returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_siei metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_siei(landscape) + +test_that("lsm_l_siei is typestable", { + expect_is(lsm_l_siei(landscape), "tbl_df") + expect_is(lsm_l_siei(landscape_stack), "tbl_df") + expect_is(lsm_l_siei(landscape_list), "tbl_df") +}) + +test_that("lsm_l_siei returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_siei returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-split.R b/tests/testthat/test-lsm-l-split.R index 6834893e0..9566955db 100644 --- a/tests/testthat/test-lsm-l-split.R +++ b/tests/testthat/test-lsm-l-split.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_split metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_split(landscape) - -test_that("lsm_l_split is typestable", { - expect_is(lsm_l_split(landscape), "tbl_df") - expect_is(lsm_l_split(landscape_stack), "tbl_df") - expect_is(lsm_l_split(landscape_list), "tbl_df") -}) - -test_that("lsm_l_split returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_split returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_split metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_split(landscape) + +test_that("lsm_l_split is typestable", { + expect_is(lsm_l_split(landscape), "tbl_df") + expect_is(lsm_l_split(landscape_stack), "tbl_df") + expect_is(lsm_l_split(landscape_list), "tbl_df") +}) + +test_that("lsm_l_split returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_split returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-ta.R b/tests/testthat/test-lsm-l-ta.R index 41eea4974..14fd1a2bd 100644 --- a/tests/testthat/test-lsm-l-ta.R +++ b/tests/testthat/test-lsm-l-ta.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_ta metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_ta(landscape) - -test_that("lsm_l_ta is typestable", { - expect_is(lsm_l_ta(landscape), "tbl_df") - expect_is(lsm_l_ta(landscape_stack), "tbl_df") - expect_is(lsm_l_ta(landscape_list), "tbl_df") -}) - -test_that("lsm_l_ta returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_ta returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_ta metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_ta(landscape) + +test_that("lsm_l_ta is typestable", { + expect_is(lsm_l_ta(landscape), "tbl_df") + expect_is(lsm_l_ta(landscape_stack), "tbl_df") + expect_is(lsm_l_ta(landscape_list), "tbl_df") +}) + +test_that("lsm_l_ta returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_ta returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-tca.R b/tests/testthat/test-lsm-l-tca.R index 89d7ebb53..08cd619cb 100644 --- a/tests/testthat/test-lsm-l-tca.R +++ b/tests/testthat/test-lsm-l-tca.R @@ -1,23 +1,23 @@ -context("landscape level lsm_l_tca metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_tca(landscape) - -test_that("lsm_l_tca is typestable", { - expect_is(lsm_l_tca(landscape), "tbl_df") - expect_is(lsm_l_tca(landscape_stack), "tbl_df") - expect_is(lsm_l_tca(landscape_list), "tbl_df") -}) - -test_that("lsm_l_tca returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_tca returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - +context("landscape level lsm_l_tca metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_tca(landscape) + +test_that("lsm_l_tca is typestable", { + expect_is(lsm_l_tca(landscape), "tbl_df") + expect_is(lsm_l_tca(landscape_stack), "tbl_df") + expect_is(lsm_l_tca(landscape_list), "tbl_df") +}) + +test_that("lsm_l_tca returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_tca returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-lsm-l-te.R b/tests/testthat/test-lsm-l-te.R index 270ee7f7b..9044e6ddd 100644 --- a/tests/testthat/test-lsm-l-te.R +++ b/tests/testthat/test-lsm-l-te.R @@ -1,56 +1,56 @@ -context("landscape level lsm_l_te metric") - -landscapemetrics_landscape_landscape_value <- lsm_l_te(landscape) - -test_lsm <- matrix(data = NA, nrow = 25, ncol = 30) - -test_lsm[c(5:7), c(5:7)] <- 1 -test_lsm[4, 6] <- 1 -test_lsm[6, 8] <- 1 -test_lsm[8, 6] <- 1 -test_lsm[6, 4] <- 1 -test_lsm[6, 6] <- 2 - -test_lsm <- terra::rast(test_lsm) - -test_that("lsm_l_te is typestable", { - expect_is(lsm_l_te(landscape), "tbl_df") - expect_is(lsm_l_te(landscape_stack), "tbl_df") - expect_is(lsm_l_te(landscape_list), "tbl_df") -}) - -test_that("lsm_l_te returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) -}) - -test_that("lsm_l_te returns in every column the correct type", { - expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") - expect_type(landscapemetrics_landscape_landscape_value$level, "character") - expect_type(landscapemetrics_landscape_landscape_value$class, "integer") - expect_type(landscapemetrics_landscape_landscape_value$id, "integer") - expect_type(landscapemetrics_landscape_landscape_value$metric, "character") - expect_type(landscapemetrics_landscape_landscape_value$value, "double") -}) - -test_that("lsm_l_te option count_boundary is working", { - te_with_boundary <- lsm_l_te(landscape, count_boundary = TRUE) - te_without_boundary <- lsm_l_te(landscape, count_boundary = FALSE) - expect_lt(te_without_boundary$value, te_with_boundary$value) -}) - -test_that("lsm_l_te can handle raster with different xy resolution", { - expect_is(lsm_l_te(landscape_diff_res), "tbl_df") -}) - - -test_that("lsm_l_te is the same if count_boundary = FALSE", { - - result_cbF <- lsm_c_te(test_lsm, count_boundary = FALSE) - result_cbT <- lsm_c_te(test_lsm, count_boundary = TRUE) - - result_l_cbF <- lsm_l_te(test_lsm, count_boundary = FALSE) - result_l_cbT <- lsm_l_te(test_lsm, count_boundary = TRUE) - - expect_true(all(result_l_cbF$value == result_cbF$value)) - expect_true(all(result_l_cbT$value == max(result_cbT$value))) -}) +context("landscape level lsm_l_te metric") + +landscapemetrics_landscape_landscape_value <- lsm_l_te(landscape) + +test_lsm <- matrix(data = NA, nrow = 25, ncol = 30) + +test_lsm[c(5:7), c(5:7)] <- 1 +test_lsm[4, 6] <- 1 +test_lsm[6, 8] <- 1 +test_lsm[8, 6] <- 1 +test_lsm[6, 4] <- 1 +test_lsm[6, 6] <- 2 + +test_lsm <- terra::rast(test_lsm) + +test_that("lsm_l_te is typestable", { + expect_is(lsm_l_te(landscape), "tbl_df") + expect_is(lsm_l_te(landscape_stack), "tbl_df") + expect_is(lsm_l_te(landscape_list), "tbl_df") +}) + +test_that("lsm_l_te returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_landscape_landscape_value), 6) +}) + +test_that("lsm_l_te returns in every column the correct type", { + expect_type(landscapemetrics_landscape_landscape_value$layer, "integer") + expect_type(landscapemetrics_landscape_landscape_value$level, "character") + expect_type(landscapemetrics_landscape_landscape_value$class, "integer") + expect_type(landscapemetrics_landscape_landscape_value$id, "integer") + expect_type(landscapemetrics_landscape_landscape_value$metric, "character") + expect_type(landscapemetrics_landscape_landscape_value$value, "double") +}) + +test_that("lsm_l_te option count_boundary is working", { + te_with_boundary <- lsm_l_te(landscape, count_boundary = TRUE) + te_without_boundary <- lsm_l_te(landscape, count_boundary = FALSE) + expect_lt(te_without_boundary$value, te_with_boundary$value) +}) + +test_that("lsm_l_te can handle raster with different xy resolution", { + expect_is(lsm_l_te(landscape_diff_res), "tbl_df") +}) + + +test_that("lsm_l_te is the same if count_boundary = FALSE", { + + result_cbF <- lsm_c_te(test_lsm, count_boundary = FALSE) + result_cbT <- lsm_c_te(test_lsm, count_boundary = TRUE) + + result_l_cbF <- lsm_l_te(test_lsm, count_boundary = FALSE) + result_l_cbT <- lsm_l_te(test_lsm, count_boundary = TRUE) + + expect_true(all(result_l_cbF$value == result_cbF$value)) + expect_true(all(result_l_cbT$value == max(result_cbT$value))) +}) diff --git a/tests/testthat/test-lsm-p-area.R b/tests/testthat/test-lsm-p-area.R index 9b3ee5ba7..2614cc930 100644 --- a/tests/testthat/test-lsm-p-area.R +++ b/tests/testthat/test-lsm-p-area.R @@ -1,24 +1,24 @@ -context("patch level lsm_p_area metric") - -landscapemetrics_patch_landscape_value <- lsm_p_area(landscape) - -test_that("lsm_p_area is typestable", { - expect_is(lsm_p_area(landscape), "tbl_df") - expect_is(lsm_p_area(landscape_stack), "tbl_df") - expect_is(lsm_p_area(landscape_list), "tbl_df") -}) - -test_that("lsm_p_area returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) -}) - -test_that("lsm_p_area returns in every column the correct type", { - expect_type(landscapemetrics_patch_landscape_value$layer, "integer") - expect_type(landscapemetrics_patch_landscape_value$level, "character") - expect_type(landscapemetrics_patch_landscape_value$class, "integer") - expect_type(landscapemetrics_patch_landscape_value$id, "integer") - expect_type(landscapemetrics_patch_landscape_value$metric, "character") - expect_type(landscapemetrics_patch_landscape_value$value, "double") -}) - - +context("patch level lsm_p_area metric") + +landscapemetrics_patch_landscape_value <- lsm_p_area(landscape) + +test_that("lsm_p_area is typestable", { + expect_is(lsm_p_area(landscape), "tbl_df") + expect_is(lsm_p_area(landscape_stack), "tbl_df") + expect_is(lsm_p_area(landscape_list), "tbl_df") +}) + +test_that("lsm_p_area returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) +}) + +test_that("lsm_p_area returns in every column the correct type", { + expect_type(landscapemetrics_patch_landscape_value$layer, "integer") + expect_type(landscapemetrics_patch_landscape_value$level, "character") + expect_type(landscapemetrics_patch_landscape_value$class, "integer") + expect_type(landscapemetrics_patch_landscape_value$id, "integer") + expect_type(landscapemetrics_patch_landscape_value$metric, "character") + expect_type(landscapemetrics_patch_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-p-cai.R b/tests/testthat/test-lsm-p-cai.R index 1f1ad16cf..0ebf8fe8f 100644 --- a/tests/testthat/test-lsm-p-cai.R +++ b/tests/testthat/test-lsm-p-cai.R @@ -1,22 +1,22 @@ -context("patch level lsm_p_cai metric") - -landscapemetrics_patch_landscape_value <- lsm_p_cai(landscape) - -test_that("lsm_p_cai is typestable", { - expect_is(lsm_p_cai(landscape), "tbl_df") - expect_is(lsm_p_cai(landscape_stack), "tbl_df") - expect_is(lsm_p_cai(landscape_list), "tbl_df") -}) - -test_that("lsm_p_cai returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) -}) - -test_that("lsm_p_cai returns in every column the correct type", { - expect_type(landscapemetrics_patch_landscape_value$layer, "integer") - expect_type(landscapemetrics_patch_landscape_value$level, "character") - expect_type(landscapemetrics_patch_landscape_value$class, "integer") - expect_type(landscapemetrics_patch_landscape_value$id, "integer") - expect_type(landscapemetrics_patch_landscape_value$metric, "character") - expect_type(landscapemetrics_patch_landscape_value$value, "double") -}) +context("patch level lsm_p_cai metric") + +landscapemetrics_patch_landscape_value <- lsm_p_cai(landscape) + +test_that("lsm_p_cai is typestable", { + expect_is(lsm_p_cai(landscape), "tbl_df") + expect_is(lsm_p_cai(landscape_stack), "tbl_df") + expect_is(lsm_p_cai(landscape_list), "tbl_df") +}) + +test_that("lsm_p_cai returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) +}) + +test_that("lsm_p_cai returns in every column the correct type", { + expect_type(landscapemetrics_patch_landscape_value$layer, "integer") + expect_type(landscapemetrics_patch_landscape_value$level, "character") + expect_type(landscapemetrics_patch_landscape_value$class, "integer") + expect_type(landscapemetrics_patch_landscape_value$id, "integer") + expect_type(landscapemetrics_patch_landscape_value$metric, "character") + expect_type(landscapemetrics_patch_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-p-circle.R b/tests/testthat/test-lsm-p-circle.R index fa880f139..c2895809e 100644 --- a/tests/testthat/test-lsm-p-circle.R +++ b/tests/testthat/test-lsm-p-circle.R @@ -1,27 +1,27 @@ -context("patch level lsm_p_circle metric") - -landscapemetrics_patch_landscape_value <- lsm_p_circle(landscape) - -test_that("lsm_p_circle is typestable", { - expect_is(lsm_p_circle(landscape), "tbl_df") - expect_is(lsm_p_circle(landscape_stack), "tbl_df") - expect_is(lsm_p_circle(landscape_list), "tbl_df") -}) - -test_that("lsm_p_circle returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) -}) - -test_that("lsm_p_circle returns in every column the correct type", { - expect_type(landscapemetrics_patch_landscape_value$layer, "integer") - expect_type(landscapemetrics_patch_landscape_value$level, "character") - expect_type(landscapemetrics_patch_landscape_value$class, "integer") - expect_type(landscapemetrics_patch_landscape_value$id, "integer") - expect_type(landscapemetrics_patch_landscape_value$metric, "character") - expect_type(landscapemetrics_patch_landscape_value$value, "double") -}) - -test_that("lsm_p_circle can also handle irregular sized cells", { - expect_error(object = lsm_p_circle(landscape_diff_res), - regexp = "The area of the circumscribing circle is currently only implemented for equal resolutions.") -}) +context("patch level lsm_p_circle metric") + +landscapemetrics_patch_landscape_value <- lsm_p_circle(landscape) + +test_that("lsm_p_circle is typestable", { + expect_is(lsm_p_circle(landscape), "tbl_df") + expect_is(lsm_p_circle(landscape_stack), "tbl_df") + expect_is(lsm_p_circle(landscape_list), "tbl_df") +}) + +test_that("lsm_p_circle returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) +}) + +test_that("lsm_p_circle returns in every column the correct type", { + expect_type(landscapemetrics_patch_landscape_value$layer, "integer") + expect_type(landscapemetrics_patch_landscape_value$level, "character") + expect_type(landscapemetrics_patch_landscape_value$class, "integer") + expect_type(landscapemetrics_patch_landscape_value$id, "integer") + expect_type(landscapemetrics_patch_landscape_value$metric, "character") + expect_type(landscapemetrics_patch_landscape_value$value, "double") +}) + +test_that("lsm_p_circle can also handle irregular sized cells", { + expect_error(object = lsm_p_circle(landscape_diff_res), + regexp = "The area of the circumscribing circle is currently only implemented for equal resolutions.") +}) diff --git a/tests/testthat/test-lsm-p-contig.R b/tests/testthat/test-lsm-p-contig.R index 1d13a02c7..8472b94c2 100644 --- a/tests/testthat/test-lsm-p-contig.R +++ b/tests/testthat/test-lsm-p-contig.R @@ -1,24 +1,24 @@ -context("patch level lsm_p_contig metric") - -landscapemetrics_patch_landscape_value <- lsm_p_contig(landscape) - -test_that("lsm_p_contig is typestable", { - expect_is(lsm_p_contig(landscape), "tbl_df") - expect_is(lsm_p_contig(landscape_stack), "tbl_df") - expect_is(lsm_p_contig(landscape_list), "tbl_df") -}) - -test_that("lsm_p_contig returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) -}) - -test_that("lsm_p_contig returns in every column the correct type", { - expect_type(landscapemetrics_patch_landscape_value$layer, "integer") - expect_type(landscapemetrics_patch_landscape_value$level, "character") - expect_type(landscapemetrics_patch_landscape_value$class, "integer") - expect_type(landscapemetrics_patch_landscape_value$id, "integer") - expect_type(landscapemetrics_patch_landscape_value$metric, "character") - expect_type(landscapemetrics_patch_landscape_value$value, "double") -}) - - +context("patch level lsm_p_contig metric") + +landscapemetrics_patch_landscape_value <- lsm_p_contig(landscape) + +test_that("lsm_p_contig is typestable", { + expect_is(lsm_p_contig(landscape), "tbl_df") + expect_is(lsm_p_contig(landscape_stack), "tbl_df") + expect_is(lsm_p_contig(landscape_list), "tbl_df") +}) + +test_that("lsm_p_contig returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) +}) + +test_that("lsm_p_contig returns in every column the correct type", { + expect_type(landscapemetrics_patch_landscape_value$layer, "integer") + expect_type(landscapemetrics_patch_landscape_value$level, "character") + expect_type(landscapemetrics_patch_landscape_value$class, "integer") + expect_type(landscapemetrics_patch_landscape_value$id, "integer") + expect_type(landscapemetrics_patch_landscape_value$metric, "character") + expect_type(landscapemetrics_patch_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-p-core.R b/tests/testthat/test-lsm-p-core.R index b891ee0e6..d66ca1313 100644 --- a/tests/testthat/test-lsm-p-core.R +++ b/tests/testthat/test-lsm-p-core.R @@ -1,33 +1,33 @@ -context("patch level lsm_p_core metric") - -landscapemetrics_patch_landscape_value <- lsm_p_core(landscape) - -test_that("lsm_p_core works for a single class landscape", { - landscape_single_patch <- landscape - landscape_single_patch[] <- 1 - result <- lsm_p_core(landscape_single_patch, consider_boundary = TRUE) - expect_equal(result$value, 0.09) -}) - -test_that("lsm_p_core is typestable", { - expect_is(lsm_p_core(landscape), "tbl_df") - expect_is(lsm_p_core(landscape_stack), "tbl_df") - expect_is(lsm_p_core(landscape_list), "tbl_df") -}) - -test_that("lsm_p_core returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) -}) - -test_that("lsm_p_core returns in every column the correct type", { - expect_type(landscapemetrics_patch_landscape_value$layer, "integer") - expect_type(landscapemetrics_patch_landscape_value$level, "character") - expect_type(landscapemetrics_patch_landscape_value$class, "integer") - expect_type(landscapemetrics_patch_landscape_value$id, "integer") - expect_type(landscapemetrics_patch_landscape_value$metric, "character") - expect_type(landscapemetrics_patch_landscape_value$value, "double") -}) - -test_that("lsm_p_core can set edge depth typestable", { - expect_is(lsm_p_core(landscape, edge_depth = 3), "tbl_df") -}) +context("patch level lsm_p_core metric") + +landscapemetrics_patch_landscape_value <- lsm_p_core(landscape) + +test_that("lsm_p_core works for a single class landscape", { + landscape_single_patch <- landscape + landscape_single_patch[] <- 1 + result <- lsm_p_core(landscape_single_patch, consider_boundary = TRUE) + expect_equal(result$value, 0.09) +}) + +test_that("lsm_p_core is typestable", { + expect_is(lsm_p_core(landscape), "tbl_df") + expect_is(lsm_p_core(landscape_stack), "tbl_df") + expect_is(lsm_p_core(landscape_list), "tbl_df") +}) + +test_that("lsm_p_core returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) +}) + +test_that("lsm_p_core returns in every column the correct type", { + expect_type(landscapemetrics_patch_landscape_value$layer, "integer") + expect_type(landscapemetrics_patch_landscape_value$level, "character") + expect_type(landscapemetrics_patch_landscape_value$class, "integer") + expect_type(landscapemetrics_patch_landscape_value$id, "integer") + expect_type(landscapemetrics_patch_landscape_value$metric, "character") + expect_type(landscapemetrics_patch_landscape_value$value, "double") +}) + +test_that("lsm_p_core can set edge depth typestable", { + expect_is(lsm_p_core(landscape, edge_depth = 3), "tbl_df") +}) diff --git a/tests/testthat/test-lsm-p-enn.R b/tests/testthat/test-lsm-p-enn.R index 6dfc6bdb8..b50479400 100644 --- a/tests/testthat/test-lsm-p-enn.R +++ b/tests/testthat/test-lsm-p-enn.R @@ -1,24 +1,24 @@ -context("patch level lsm_p_enn metric") - -landscapemetrics_patch_landscape_value <- lsm_p_enn(landscape) - -test_that("lsm_p_enn is typestable", { - expect_is(lsm_p_enn(landscape), "tbl_df") - expect_is(lsm_p_enn(landscape_stack), "tbl_df") - expect_is(lsm_p_enn(landscape_list), "tbl_df") -}) - -test_that("lsm_p_enn returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) -}) - -test_that("lsm_p_enn returns in every column the correct type", { - expect_type(landscapemetrics_patch_landscape_value$layer, "integer") - expect_type(landscapemetrics_patch_landscape_value$level, "character") - expect_type(landscapemetrics_patch_landscape_value$class, "integer") - expect_type(landscapemetrics_patch_landscape_value$id, "integer") - expect_type(landscapemetrics_patch_landscape_value$metric, "character") - expect_type(landscapemetrics_patch_landscape_value$value, "double") -}) - - +context("patch level lsm_p_enn metric") + +landscapemetrics_patch_landscape_value <- lsm_p_enn(landscape) + +test_that("lsm_p_enn is typestable", { + expect_is(lsm_p_enn(landscape), "tbl_df") + expect_is(lsm_p_enn(landscape_stack), "tbl_df") + expect_is(lsm_p_enn(landscape_list), "tbl_df") +}) + +test_that("lsm_p_enn returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) +}) + +test_that("lsm_p_enn returns in every column the correct type", { + expect_type(landscapemetrics_patch_landscape_value$layer, "integer") + expect_type(landscapemetrics_patch_landscape_value$level, "character") + expect_type(landscapemetrics_patch_landscape_value$class, "integer") + expect_type(landscapemetrics_patch_landscape_value$id, "integer") + expect_type(landscapemetrics_patch_landscape_value$metric, "character") + expect_type(landscapemetrics_patch_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-p-frac.R b/tests/testthat/test-lsm-p-frac.R index 6843a1db3..cf14de99a 100644 --- a/tests/testthat/test-lsm-p-frac.R +++ b/tests/testthat/test-lsm-p-frac.R @@ -1,24 +1,24 @@ -context("patch level lsm_p_frac metric") - -landscapemetrics_patch_landscape_value <- lsm_p_frac(landscape) - -test_that("lsm_p_frac is typestable", { - expect_is(lsm_p_frac(landscape), "tbl_df") - expect_is(lsm_p_frac(landscape_stack), "tbl_df") - expect_is(lsm_p_frac(landscape_list), "tbl_df") -}) - -test_that("lsm_p_frac returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) -}) - -test_that("lsm_p_frac returns in every column the correct type", { - expect_type(landscapemetrics_patch_landscape_value$layer, "integer") - expect_type(landscapemetrics_patch_landscape_value$level, "character") - expect_type(landscapemetrics_patch_landscape_value$class, "integer") - expect_type(landscapemetrics_patch_landscape_value$id, "integer") - expect_type(landscapemetrics_patch_landscape_value$metric, "character") - expect_type(landscapemetrics_patch_landscape_value$value, "double") -}) - - +context("patch level lsm_p_frac metric") + +landscapemetrics_patch_landscape_value <- lsm_p_frac(landscape) + +test_that("lsm_p_frac is typestable", { + expect_is(lsm_p_frac(landscape), "tbl_df") + expect_is(lsm_p_frac(landscape_stack), "tbl_df") + expect_is(lsm_p_frac(landscape_list), "tbl_df") +}) + +test_that("lsm_p_frac returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) +}) + +test_that("lsm_p_frac returns in every column the correct type", { + expect_type(landscapemetrics_patch_landscape_value$layer, "integer") + expect_type(landscapemetrics_patch_landscape_value$level, "character") + expect_type(landscapemetrics_patch_landscape_value$class, "integer") + expect_type(landscapemetrics_patch_landscape_value$id, "integer") + expect_type(landscapemetrics_patch_landscape_value$metric, "character") + expect_type(landscapemetrics_patch_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-p-gyrate.R b/tests/testthat/test-lsm-p-gyrate.R index bb23836af..3a7bdcac1 100644 --- a/tests/testthat/test-lsm-p-gyrate.R +++ b/tests/testthat/test-lsm-p-gyrate.R @@ -1,30 +1,30 @@ -context("patch level lsm_p_gyrate metric") - -landscapemetrics_patch_landscape_value <- lsm_p_gyrate(landscape) - -test_that("lsm_p_gyrate is typestable", { - expect_is(lsm_p_gyrate(landscape), "tbl_df") - expect_is(lsm_p_gyrate(landscape_stack), "tbl_df") - expect_is(lsm_p_gyrate(landscape_list), "tbl_df") -}) - -test_that("lsm_p_gyrate returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) -}) - -test_that("lsm_p_gyrate can force centroid to be within patch", { - - result_a <- lsm_p_gyrate(landscape) - result_b <- lsm_p_gyrate(landscape, cell_center = TRUE) - - expect_true(object = any(result_a$value != result_b$value)) -}) - -test_that("lsm_p_gyrate returns in every column the correct type", { - expect_type(landscapemetrics_patch_landscape_value$layer, "integer") - expect_type(landscapemetrics_patch_landscape_value$level, "character") - expect_type(landscapemetrics_patch_landscape_value$class, "integer") - expect_type(landscapemetrics_patch_landscape_value$id, "integer") - expect_type(landscapemetrics_patch_landscape_value$metric, "character") - expect_type(landscapemetrics_patch_landscape_value$value, "double") -}) +context("patch level lsm_p_gyrate metric") + +landscapemetrics_patch_landscape_value <- lsm_p_gyrate(landscape) + +test_that("lsm_p_gyrate is typestable", { + expect_is(lsm_p_gyrate(landscape), "tbl_df") + expect_is(lsm_p_gyrate(landscape_stack), "tbl_df") + expect_is(lsm_p_gyrate(landscape_list), "tbl_df") +}) + +test_that("lsm_p_gyrate returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) +}) + +test_that("lsm_p_gyrate can force centroid to be within patch", { + + result_a <- lsm_p_gyrate(landscape) + result_b <- lsm_p_gyrate(landscape, cell_center = TRUE) + + expect_true(object = any(result_a$value != result_b$value)) +}) + +test_that("lsm_p_gyrate returns in every column the correct type", { + expect_type(landscapemetrics_patch_landscape_value$layer, "integer") + expect_type(landscapemetrics_patch_landscape_value$level, "character") + expect_type(landscapemetrics_patch_landscape_value$class, "integer") + expect_type(landscapemetrics_patch_landscape_value$id, "integer") + expect_type(landscapemetrics_patch_landscape_value$metric, "character") + expect_type(landscapemetrics_patch_landscape_value$value, "double") +}) diff --git a/tests/testthat/test-lsm-p-nca.R b/tests/testthat/test-lsm-p-nca.R index 921002e5e..f1bbd4b98 100644 --- a/tests/testthat/test-lsm-p-nca.R +++ b/tests/testthat/test-lsm-p-nca.R @@ -1,24 +1,24 @@ -context("patch level lsm_p_nca metric") - -landscapemetrics_patch_landscape_value <- lsm_p_ncore(landscape) - -test_that("lsm_p_ncore is typestable", { - expect_is(lsm_p_ncore(landscape), "tbl_df") - expect_is(lsm_p_ncore(landscape_stack), "tbl_df") - expect_is(lsm_p_ncore(landscape_list), "tbl_df") -}) - -test_that("lsm_p_ncore returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) -}) - -test_that("lsm_p_ncore returns in every column the correct type", { - expect_type(landscapemetrics_patch_landscape_value$layer, "integer") - expect_type(landscapemetrics_patch_landscape_value$level, "character") - expect_type(landscapemetrics_patch_landscape_value$class, "integer") - expect_type(landscapemetrics_patch_landscape_value$id, "integer") - expect_type(landscapemetrics_patch_landscape_value$metric, "character") - expect_type(landscapemetrics_patch_landscape_value$value, "double") -}) - - +context("patch level lsm_p_nca metric") + +landscapemetrics_patch_landscape_value <- lsm_p_ncore(landscape) + +test_that("lsm_p_ncore is typestable", { + expect_is(lsm_p_ncore(landscape), "tbl_df") + expect_is(lsm_p_ncore(landscape_stack), "tbl_df") + expect_is(lsm_p_ncore(landscape_list), "tbl_df") +}) + +test_that("lsm_p_ncore returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) +}) + +test_that("lsm_p_ncore returns in every column the correct type", { + expect_type(landscapemetrics_patch_landscape_value$layer, "integer") + expect_type(landscapemetrics_patch_landscape_value$level, "character") + expect_type(landscapemetrics_patch_landscape_value$class, "integer") + expect_type(landscapemetrics_patch_landscape_value$id, "integer") + expect_type(landscapemetrics_patch_landscape_value$metric, "character") + expect_type(landscapemetrics_patch_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-p-para.R b/tests/testthat/test-lsm-p-para.R index f67d42e7c..6b621844a 100644 --- a/tests/testthat/test-lsm-p-para.R +++ b/tests/testthat/test-lsm-p-para.R @@ -1,24 +1,24 @@ -context("patch level lsm_p_para metric") - -landscapemetrics_patch_landscape_value <- lsm_p_para(landscape) - -test_that("lsm_p_para is typestable", { - expect_is(lsm_p_para(landscape), "tbl_df") - expect_is(lsm_p_para(landscape_stack), "tbl_df") - expect_is(lsm_p_para(landscape_list), "tbl_df") -}) - -test_that("lsm_p_para returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) -}) - -test_that("lsm_p_para returns in every column the correct type", { - expect_type(landscapemetrics_patch_landscape_value$layer, "integer") - expect_type(landscapemetrics_patch_landscape_value$level, "character") - expect_type(landscapemetrics_patch_landscape_value$class, "integer") - expect_type(landscapemetrics_patch_landscape_value$id, "integer") - expect_type(landscapemetrics_patch_landscape_value$metric, "character") - expect_type(landscapemetrics_patch_landscape_value$value, "double") -}) - - +context("patch level lsm_p_para metric") + +landscapemetrics_patch_landscape_value <- lsm_p_para(landscape) + +test_that("lsm_p_para is typestable", { + expect_is(lsm_p_para(landscape), "tbl_df") + expect_is(lsm_p_para(landscape_stack), "tbl_df") + expect_is(lsm_p_para(landscape_list), "tbl_df") +}) + +test_that("lsm_p_para returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) +}) + +test_that("lsm_p_para returns in every column the correct type", { + expect_type(landscapemetrics_patch_landscape_value$layer, "integer") + expect_type(landscapemetrics_patch_landscape_value$level, "character") + expect_type(landscapemetrics_patch_landscape_value$class, "integer") + expect_type(landscapemetrics_patch_landscape_value$id, "integer") + expect_type(landscapemetrics_patch_landscape_value$metric, "character") + expect_type(landscapemetrics_patch_landscape_value$value, "double") +}) + + diff --git a/tests/testthat/test-lsm-p-perim.R b/tests/testthat/test-lsm-p-perim.R index 1096e0f8e..33e309971 100644 --- a/tests/testthat/test-lsm-p-perim.R +++ b/tests/testthat/test-lsm-p-perim.R @@ -1,26 +1,26 @@ -context("patch level lsm_p_perim metric") - -result <- lsm_p_perim(landscape) - -test_that("lsm_p_perim is typestable", { - expect_is(lsm_p_perim(landscape), "tbl_df") - expect_is(lsm_p_perim(landscape_stack), "tbl_df") - expect_is(lsm_p_perim(landscape_list), "tbl_df") -}) - -test_that("lsm_p_perim returns the desired number of columns", { - expect_equal(ncol(result), 6) -}) - -test_that("lsm_p_perim returns in every column the correct type", { - expect_type(result$layer, "integer") - expect_type(result$level, "character") - expect_type(result$class, "integer") - expect_type(result$id, "integer") - expect_type(result$metric, "character") - expect_type(result$value, "double") -}) - -test_that("lsm_p_perim can also handle irregular sized cells", { - expect_is(lsm_p_perim(landscape_diff_res), "tbl_df") -}) +context("patch level lsm_p_perim metric") + +result <- lsm_p_perim(landscape) + +test_that("lsm_p_perim is typestable", { + expect_is(lsm_p_perim(landscape), "tbl_df") + expect_is(lsm_p_perim(landscape_stack), "tbl_df") + expect_is(lsm_p_perim(landscape_list), "tbl_df") +}) + +test_that("lsm_p_perim returns the desired number of columns", { + expect_equal(ncol(result), 6) +}) + +test_that("lsm_p_perim returns in every column the correct type", { + expect_type(result$layer, "integer") + expect_type(result$level, "character") + expect_type(result$class, "integer") + expect_type(result$id, "integer") + expect_type(result$metric, "character") + expect_type(result$value, "double") +}) + +test_that("lsm_p_perim can also handle irregular sized cells", { + expect_is(lsm_p_perim(landscape_diff_res), "tbl_df") +}) diff --git a/tests/testthat/test-lsm-p-shape.R b/tests/testthat/test-lsm-p-shape.R index d8c09a7b0..61701f3cc 100644 --- a/tests/testthat/test-lsm-p-shape.R +++ b/tests/testthat/test-lsm-p-shape.R @@ -1,23 +1,23 @@ -context("patch level lsm_p_shape metric") - -landscapemetrics_patch_landscape_value <- lsm_p_shape(landscape) - -test_that("lsm_p_shape is typestable", { - expect_is(lsm_p_shape(landscape), "tbl_df") - expect_is(lsm_p_shape(landscape_stack), "tbl_df") - expect_is(lsm_p_shape(landscape_list), "tbl_df") -}) - -test_that("lsm_p_shape returns the desired number of columns", { - expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) -}) - -test_that("lsm_p_shape returns in every column the correct type", { - expect_type(landscapemetrics_patch_landscape_value$layer, "integer") - expect_type(landscapemetrics_patch_landscape_value$level, "character") - expect_type(landscapemetrics_patch_landscape_value$class, "integer") - expect_type(landscapemetrics_patch_landscape_value$id, "integer") - expect_type(landscapemetrics_patch_landscape_value$metric, "character") - expect_type(landscapemetrics_patch_landscape_value$value, "double") -}) - +context("patch level lsm_p_shape metric") + +landscapemetrics_patch_landscape_value <- lsm_p_shape(landscape) + +test_that("lsm_p_shape is typestable", { + expect_is(lsm_p_shape(landscape), "tbl_df") + expect_is(lsm_p_shape(landscape_stack), "tbl_df") + expect_is(lsm_p_shape(landscape_list), "tbl_df") +}) + +test_that("lsm_p_shape returns the desired number of columns", { + expect_equal(ncol(landscapemetrics_patch_landscape_value), 6) +}) + +test_that("lsm_p_shape returns in every column the correct type", { + expect_type(landscapemetrics_patch_landscape_value$layer, "integer") + expect_type(landscapemetrics_patch_landscape_value$level, "character") + expect_type(landscapemetrics_patch_landscape_value$class, "integer") + expect_type(landscapemetrics_patch_landscape_value$id, "integer") + expect_type(landscapemetrics_patch_landscape_value$metric, "character") + expect_type(landscapemetrics_patch_landscape_value$value, "double") +}) + diff --git a/tests/testthat/test-matrix-to-raster.R b/tests/testthat/test-matrix-to-raster.R index 312308f13..b7efaf6c1 100644 --- a/tests/testthat/test-matrix-to-raster.R +++ b/tests/testthat/test-matrix-to-raster.R @@ -1,48 +1,48 @@ -context("matrix_to_raster") - -landscape_matrix <-terra::as.matrix(landscape, wide = TRUE) - -test_that("matrix_to_raster works with provided landscape", { - - landscape_new <- matrix_to_raster(matrix =landscape_matrix, - landscape = landscape) - - expect_is(landscape_new, class = "SpatRaster") - expect_true(terra::ext(landscape_new) == terra::ext(landscape)) -}) - -test_that("matrix_to_raster works with x, resolution, crs arguments", { - - landscape_new <- matrix_to_raster(matrix = landscape_matrix, - extent = terra::ext(landscape), - resolution = terra::res(landscape), - crs = terra::crs(landscape)) - - expect_is(landscape_new, class = "SpatRaster") - expect_true(terra::ext(landscape_new) == terra::ext(landscape)) -}) - -test_that("matrix_to_raster works with provided empty landscape", { - - landscape_empty <- terra::rast(x = terra::ext(landscape), - resolution = terra::res(landscape), - crs = terra::crs(landscape)) - - landscape_new <- matrix_to_raster(matrix =landscape_matrix, - landscape = landscape_empty, - landscape_empty = TRUE) - - expect_is(landscape_new, class = "SpatRaster") - expect_true(terra::ext(landscape_new) == terra::ext(landscape)) -}) - -test_that("matrix_to_raster writes on disk", { - - landscape_new <- matrix_to_raster(matrix =landscape_matrix, - landscape = landscape, - to_disk = TRUE) - - expect_is(landscape_new, class = "SpatRaster") - expect_true(terra::ext(landscape_new) == terra::ext(landscape)) - expect_false(terra::inMemory(landscape_new)) -}) +context("matrix_to_raster") + +landscape_matrix <-terra::as.matrix(landscape, wide = TRUE) + +test_that("matrix_to_raster works with provided landscape", { + + landscape_new <- matrix_to_raster(matrix =landscape_matrix, + landscape = landscape) + + expect_is(landscape_new, class = "SpatRaster") + expect_true(terra::ext(landscape_new) == terra::ext(landscape)) +}) + +test_that("matrix_to_raster works with x, resolution, crs arguments", { + + landscape_new <- matrix_to_raster(matrix = landscape_matrix, + extent = terra::ext(landscape), + resolution = terra::res(landscape), + crs = terra::crs(landscape)) + + expect_is(landscape_new, class = "SpatRaster") + expect_true(terra::ext(landscape_new) == terra::ext(landscape)) +}) + +test_that("matrix_to_raster works with provided empty landscape", { + + landscape_empty <- terra::rast(x = terra::ext(landscape), + resolution = terra::res(landscape), + crs = terra::crs(landscape)) + + landscape_new <- matrix_to_raster(matrix =landscape_matrix, + landscape = landscape_empty, + landscape_empty = TRUE) + + expect_is(landscape_new, class = "SpatRaster") + expect_true(terra::ext(landscape_new) == terra::ext(landscape)) +}) + +test_that("matrix_to_raster writes on disk", { + + landscape_new <- matrix_to_raster(matrix =landscape_matrix, + landscape = landscape, + to_disk = TRUE) + + expect_is(landscape_new, class = "SpatRaster") + expect_true(terra::ext(landscape_new) == terra::ext(landscape)) + expect_false(terra::inMemory(landscape_new)) +}) diff --git a/tests/testthat/test-options-landscapemetrics.R b/tests/testthat/test-options-landscapemetrics.R index 6afead93b..bd75aa491 100644 --- a/tests/testthat/test-options-landscapemetrics.R +++ b/tests/testthat/test-options-landscapemetrics.R @@ -1,13 +1,13 @@ -context("options_landscapemetrics") - -test_that("option parameters work", { - - options(to_disk = TRUE) - - patches <- get_patches(landscape) - - expect_true(object = getOption("to_disk")) - expect_false(object = all(vapply(patches[[1]], terra::inMemory, FUN.VALUE = logical(1)))) -}) - -options(to_disk = NULL) +context("options_landscapemetrics") + +test_that("option parameters work", { + + options(to_disk = TRUE) + + patches <- get_patches(landscape) + + expect_true(object = getOption("to_disk")) + expect_false(object = all(vapply(patches[[1]], terra::inMemory, FUN.VALUE = logical(1)))) +}) + +options(to_disk = NULL) diff --git a/tests/testthat/test-pad-raster.R b/tests/testthat/test-pad-raster.R index 301871faa..8e4aeb132 100644 --- a/tests/testthat/test-pad-raster.R +++ b/tests/testthat/test-pad-raster.R @@ -1,60 +1,60 @@ -context("pad_raster") - -test_that("pad_raster can handle all raster inputs", { - - landscape_matrix <-terra::as.matrix(landscape, wide = TRUE) - - expect_is(pad_raster(landscape), "list") - expect_is(pad_raster(landscape_stack), "list") - expect_is(pad_raster(landscape_list), "list") - expect_is(pad_raster(landscape_matrix, return_raster = FALSE, to_disk = FALSE), "list") -}) - -test_that("pad_raster adds correct number of rows/cols", { - - result_a <- pad_raster(landscape, pad_raster_cells = 1, global = TRUE)[[1]] - - result_b <- pad_raster(landscape, pad_raster_cells = 5, global = TRUE)[[1]] - - # original landscape is 30 x 30 and adding 1 rows/cols in each direction - expect_equal(object = terra::nrow(result_a), expected = 32) - expect_equal(object = terra::nrow(result_a), expected = 32) - - # original landscape is 30 x 30 and adding 5 rows/cols in each direction - expect_equal(object = terra::nrow(result_b), expected = 40) - expect_equal(object = terra::nrow(result_b), expected = 40) -}) - -test_that("pad_raster can add different padding values", { - - result <- pad_raster(landscape, pad_raster_value = NA)[[1]] - - expect_true(anyNA(terra::values(result, mat = FALSE))) -}) - -test_that("pad_raster can return RasterLayer and matrix", { - - raster_layer <- pad_raster(landscape)[[1]] - - mat <- pad_raster(landscape, return_raster = FALSE)[[1]] - - expect_is(object = raster_layer, class = "SpatRaster") - - expect_is(object = mat, class = "matrix") -}) - -test_that("pad_raster can return write to disk", { - - result <- pad_raster(landscape, to_disk = TRUE) - - expect_false(object = terra::inMemory(result[[1]])) -}) - -test_that("pad_raster returns warning for matrix and return_raster = TRUE", { - - expect_warning(object = pad_raster(landscape_matrix, return_raster = TRUE), - regexp = "'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.") - - expect_warning(object = pad_raster(landscape_matrix, to_disk = TRUE), - regexp = "'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.") -}) +context("pad_raster") + +test_that("pad_raster can handle all raster inputs", { + + landscape_matrix <-terra::as.matrix(landscape, wide = TRUE) + + expect_is(pad_raster(landscape), "list") + expect_is(pad_raster(landscape_stack), "list") + expect_is(pad_raster(landscape_list), "list") + expect_is(pad_raster(landscape_matrix, return_raster = FALSE, to_disk = FALSE), "list") +}) + +test_that("pad_raster adds correct number of rows/cols", { + + result_a <- pad_raster(landscape, pad_raster_cells = 1, global = TRUE)[[1]] + + result_b <- pad_raster(landscape, pad_raster_cells = 5, global = TRUE)[[1]] + + # original landscape is 30 x 30 and adding 1 rows/cols in each direction + expect_equal(object = terra::nrow(result_a), expected = 32) + expect_equal(object = terra::nrow(result_a), expected = 32) + + # original landscape is 30 x 30 and adding 5 rows/cols in each direction + expect_equal(object = terra::nrow(result_b), expected = 40) + expect_equal(object = terra::nrow(result_b), expected = 40) +}) + +test_that("pad_raster can add different padding values", { + + result <- pad_raster(landscape, pad_raster_value = NA)[[1]] + + expect_true(anyNA(terra::values(result, mat = FALSE))) +}) + +test_that("pad_raster can return RasterLayer and matrix", { + + raster_layer <- pad_raster(landscape)[[1]] + + mat <- pad_raster(landscape, return_raster = FALSE)[[1]] + + expect_is(object = raster_layer, class = "SpatRaster") + + expect_is(object = mat, class = "matrix") +}) + +test_that("pad_raster can return write to disk", { + + result <- pad_raster(landscape, to_disk = TRUE) + + expect_false(object = terra::inMemory(result[[1]])) +}) + +test_that("pad_raster returns warning for matrix and return_raster = TRUE", { + + expect_warning(object = pad_raster(landscape_matrix, return_raster = TRUE), + regexp = "'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.") + + expect_warning(object = pad_raster(landscape_matrix, to_disk = TRUE), + regexp = "'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.") +}) diff --git a/tests/testthat/test-raster-to-points.R b/tests/testthat/test-raster-to-points.R index a86de94dd..b1a2f3c8b 100644 --- a/tests/testthat/test-raster-to-points.R +++ b/tests/testthat/test-raster-to-points.R @@ -1,41 +1,41 @@ -context("raster_to_points") - -test_that("raster_to_points works for all data type", { - - result_layer <- raster_to_points(landscape) - result_stack <- raster_to_points(landscape_stack) - result_list <- raster_to_points(landscape_list) - - expect_is(result_layer, class = "matrix") - expect_is(result_stack, class = "matrix") - expect_is(result_list, class = "matrix") - - expect_equal(object = nrow(result_layer), - expected = terra::ncell(landscape)) - - expect_equal(object = nrow(result_stack), - expected = terra::ncell(landscape_stack) * - terra::nlyr(landscape_stack)) - - expect_equal(object = nrow(result_list), - expected = (terra::ncell(landscape_list[[1]]) + - terra::ncell(landscape_list[[2]])) / 2 * - length(landscape_list)) -}) - -test_that("raster_to_points considers NAs", { - - landscape_NA <- landscape - landscape_NA[1, 1] <- NA - - result <- raster_to_points(landscape_NA, return_NA = FALSE) - result_NA <- raster_to_points(landscape_NA, return_NA = TRUE) - - expect_true(any(!is.na(result))) - expect_true(any(is.na(result_NA))) - - expect_equal(object = nrow(result), - expected = terra::ncell(landscape) - 1) - expect_equal(object = nrow(result_NA), - expected = terra::ncell(landscape)) -}) +context("raster_to_points") + +test_that("raster_to_points works for all data type", { + + result_layer <- raster_to_points(landscape) + result_stack <- raster_to_points(landscape_stack) + result_list <- raster_to_points(landscape_list) + + expect_is(result_layer, class = "matrix") + expect_is(result_stack, class = "matrix") + expect_is(result_list, class = "matrix") + + expect_equal(object = nrow(result_layer), + expected = terra::ncell(landscape)) + + expect_equal(object = nrow(result_stack), + expected = terra::ncell(landscape_stack) * + terra::nlyr(landscape_stack)) + + expect_equal(object = nrow(result_list), + expected = (terra::ncell(landscape_list[[1]]) + + terra::ncell(landscape_list[[2]])) / 2 * + length(landscape_list)) +}) + +test_that("raster_to_points considers NAs", { + + landscape_NA <- landscape + landscape_NA[1, 1] <- NA + + result <- raster_to_points(landscape_NA, return_NA = FALSE) + result_NA <- raster_to_points(landscape_NA, return_NA = TRUE) + + expect_true(any(!is.na(result))) + expect_true(any(is.na(result_NA))) + + expect_equal(object = nrow(result), + expected = terra::ncell(landscape) - 1) + expect_equal(object = nrow(result_NA), + expected = terra::ncell(landscape)) +}) diff --git a/tests/testthat/test-rcpp-get-coocurrence-matrix.R b/tests/testthat/test-rcpp-get-coocurrence-matrix.R index 81d8d9ea3..68c4b9b71 100644 --- a/tests/testthat/test-rcpp-get-coocurrence-matrix.R +++ b/tests/testthat/test-rcpp-get-coocurrence-matrix.R @@ -1,72 +1,72 @@ -context("coocurrence matrix") - -foo <- function(x, directions = "rook") { - - adjacencies <- terra::adjacent(x = x, cells = 1:terra::ncell(x), - directions = directions, pairs = TRUE) - - r <- table(terra::values(x, mat = FALSE)[adjacencies[,1]], - terra::values(x, mat = FALSE)[adjacencies[,2]]) - - matrix(r, nrow = nrow(r), ncol = ncol(r)) -} - -landscape_na <- terra::rast(matrix(c(1, 1, NA, 2, 2, 1), ncol = 2)) - -land_true1 <- foo(landscape) -land_true2 <- foo(podlasie_ccilc) -land_true3 <- foo(landscape_na) -land_true4 <- foo(landscape, "queen") - -land_result1 <- rcpp_get_coocurrence_matrix(terra::as.matrix(landscape, wide = TRUE), directions = as.matrix(4)) -land_result2 <- rcpp_get_coocurrence_matrix(terra::as.matrix(podlasie_ccilc, wide = TRUE), directions = as.matrix(4)) -land_result3 <- rcpp_get_coocurrence_matrix(terra::as.matrix(landscape_na, wide = TRUE), directions = as.matrix(4)) -land_result4 <- rcpp_get_coocurrence_matrix(terra::as.matrix(landscape, wide = TRUE), directions = as.matrix(8)) - -test_that("rcpp_get_coocurrence_matrix results are correct", { - expect_equivalent(land_result1, land_true1) - expect_equivalent(land_result2, land_true2) - expect_equivalent(land_result3, land_true3) - expect_equivalent(land_result4, land_true4) -}) - -test_that("rcpp_get_coocurrence_matrix is typestable", { - expect_is(land_result1, "matrix") -}) - -context("coocurrence vector") - -land_true1_v <- as.vector(land_true1) -land_true4_v <- as.vector(land_true4) - -land_result1_v <- rcpp_get_coocurrence_vector(terra::as.matrix(landscape, wide = TRUE), directions = as.matrix(4)) -land_result4_v <- rcpp_get_coocurrence_vector(terra::as.matrix(landscape, wide = TRUE), directions = as.matrix(8)) - -test_that("rcpp_get_coocurrence_vector results are correct", { - expect_equivalent(land_result1_v, land_true1_v) - expect_equivalent(land_result4_v, land_true4_v) -}) - -test_that("rcpp_get_coocurrence_vector is typestable", { - expect_is(land_result1_v, "numeric") -}) - -context("composition vector") - -land_true1_cv <- unclass(table(terra::values(landscape, mat = FALSE))) - -land_result1_cv <- rcpp_get_composition_vector(terra::as.matrix(landscape, wide = TRUE)) - -test_that("rcpp_get_composition_vector results are correct", { - expect_equivalent(land_result1_cv, land_true1_cv) -}) - -test_that("rcpp_get_composition_vector is typestable", { - expect_is(land_result1_cv, "integer") -}) - -test_that("triangular_index works properly", { - expect_equal(triangular_index(0, 0), 0) - expect_equal(triangular_index(2, 1), 4) - expect_type(triangular_index(0, 1), "integer") -}) +context("coocurrence matrix") + +foo <- function(x, directions = "rook") { + + adjacencies <- terra::adjacent(x = x, cells = 1:terra::ncell(x), + directions = directions, pairs = TRUE) + + r <- table(terra::values(x, mat = FALSE)[adjacencies[,1]], + terra::values(x, mat = FALSE)[adjacencies[,2]]) + + matrix(r, nrow = nrow(r), ncol = ncol(r)) +} + +landscape_na <- terra::rast(matrix(c(1, 1, NA, 2, 2, 1), ncol = 2)) + +land_true1 <- foo(landscape) +land_true2 <- foo(podlasie_ccilc) +land_true3 <- foo(landscape_na) +land_true4 <- foo(landscape, "queen") + +land_result1 <- rcpp_get_coocurrence_matrix(terra::as.matrix(landscape, wide = TRUE), directions = as.matrix(4)) +land_result2 <- rcpp_get_coocurrence_matrix(terra::as.matrix(podlasie_ccilc, wide = TRUE), directions = as.matrix(4)) +land_result3 <- rcpp_get_coocurrence_matrix(terra::as.matrix(landscape_na, wide = TRUE), directions = as.matrix(4)) +land_result4 <- rcpp_get_coocurrence_matrix(terra::as.matrix(landscape, wide = TRUE), directions = as.matrix(8)) + +test_that("rcpp_get_coocurrence_matrix results are correct", { + expect_equivalent(land_result1, land_true1) + expect_equivalent(land_result2, land_true2) + expect_equivalent(land_result3, land_true3) + expect_equivalent(land_result4, land_true4) +}) + +test_that("rcpp_get_coocurrence_matrix is typestable", { + expect_is(land_result1, "matrix") +}) + +context("coocurrence vector") + +land_true1_v <- as.vector(land_true1) +land_true4_v <- as.vector(land_true4) + +land_result1_v <- rcpp_get_coocurrence_vector(terra::as.matrix(landscape, wide = TRUE), directions = as.matrix(4)) +land_result4_v <- rcpp_get_coocurrence_vector(terra::as.matrix(landscape, wide = TRUE), directions = as.matrix(8)) + +test_that("rcpp_get_coocurrence_vector results are correct", { + expect_equivalent(land_result1_v, land_true1_v) + expect_equivalent(land_result4_v, land_true4_v) +}) + +test_that("rcpp_get_coocurrence_vector is typestable", { + expect_is(land_result1_v, "numeric") +}) + +context("composition vector") + +land_true1_cv <- unclass(table(terra::values(landscape, mat = FALSE))) + +land_result1_cv <- rcpp_get_composition_vector(terra::as.matrix(landscape, wide = TRUE)) + +test_that("rcpp_get_composition_vector results are correct", { + expect_equivalent(land_result1_cv, land_true1_cv) +}) + +test_that("rcpp_get_composition_vector is typestable", { + expect_is(land_result1_cv, "integer") +}) + +test_that("triangular_index works properly", { + expect_equal(triangular_index(0, 0), 0) + expect_equal(triangular_index(2, 1), 4) + expect_type(triangular_index(0, 1), "integer") +}) diff --git a/tests/testthat/test-sample-lsm.R b/tests/testthat/test-sample-lsm.R index e7183f89f..d990876b1 100644 --- a/tests/testthat/test-sample-lsm.R +++ b/tests/testthat/test-sample-lsm.R @@ -1,202 +1,202 @@ -context("sample_lsm") - -# use a matrix -sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) - -# use sp points -points_sf <- sf::st_multipoint(sample_points) - -# # use polygons -# poly_1 <- sp::Polygon(cbind(c(2.5, 2.5, 17.5, 17.5), -# c(-2.5, 12.5, 12.5, -2.5))) -# poly_2 <- sp::Polygon(cbind(c(7.5, 7.5, 23.5, 23.5), -# c(-7.5, 23.5, 23.5, -7.5))) -# poly_1 <- sp::Polygons(list(poly_1), "p1") -# poly_2 <- sp::Polygons(list(poly_2), "p2") - -# sample_plots <- sp::SpatialPolygons(list(poly_1, poly_2)) - -# wrong plots -sample_points_wrong <- cbind(sample_points, 1) - -# # use lines -# x1 <- c(1, 5, 15, 10) -# y1 <- c(1, 5, 15, 25) -# -# x2 <- c(10, 25) -# y2 <- c(5, 5) -# -# sample_lines <- sp::SpatialLines(list(sp::Lines(list(sp::Line(cbind(x1, y1)), -# sp::Line(cbind(x2, y2))), ID = "a"))) - -test_that("sample_lsm works for a matrix", { - - result_mat <- sample_lsm(landscape, - y = sample_points, size = 5, - shape = "circle", - what = c("lsm_l_ta", "lsm_l_np"), - verbose = FALSE) - - expect_is(object = result_mat, class = "tbl_df") - expect_true(all(c("np", "ta") %in% result_mat$metric)) -}) - -test_that("sample_lsm works for sf points", { - - result_sp <- sample_lsm(landscape, - y = points_sf, size = 5, - shape = "square", - what = "lsm_l_np", - verbose = FALSE) - - expect_is(object = result_sp, class = "tbl_df") - - expect_true(all(c("np") %in% result_sp$metric)) -}) - -# test_that("sample_lsm works for polygons ", { -# -# result_poly <- sample_lsm(landscape, -# y = sample_plots, size = 5, -# level = "patch", -# verbose = FALSE) -# -# expect_is(object = result_poly, class = "tbl_df") -# -# expect_true(all("patch" %in% result_poly$level)) -# -# }) - -# test_that("sample_lsm works for lines ", { -# -# result_lines <- sample_lsm(landscape, -# y = sample_lines, -# size = 5, -# level = "landscape", -# verbose = FALSE) -# -# expect_is(object = result_lines, class = "tbl_df") -# -# expect_true(all("landscape" %in% result_lines$level)) -# }) - -test_that("sample_lsm forwards arguments to calculate_lsm", { - - result_mat <- sample_lsm(landscape, - y = sample_points, size = 5, - shape = "circle", - what = "lsm_p_core", - edge_depth = 100, - verbose = FALSE) - - expect_true(all(result_mat$value == 0)) -}) - -test_that("sample_lsm uses sample_ids", { - - result <- sample_lsm(landscape, - y = sample_points, - plot_id = c(5, 25, 15), - size = 15, - shape = "circle", - what = "lsm_l_ta", - verbose = FALSE) - - expect_equal(result$plot_id, expected = c(5, 15, 25)) - - result_wrong_id <- sample_lsm(landscape, - y = sample_points, - plot_id = c(5, 25, 15, 1), - size = 15, - shape = "circle", - what = "lsm_l_ta", - verbose = FALSE) - - expect_equal(result_wrong_id$plot_id, expected = 1:3) -}) - - -test_that("sample_lsm can return all classes", { - - result_mat <- sample_lsm(landscape, - y = sample_points, - size = 5, - shape = "circle", - what = c("lsm_c_ca", "lsm_l_ta"), - all_classes = TRUE, - verbose = FALSE) - - # 3 classes * 3 sample plots + 3 landscape level metrics - expect_equal(object = nrow(result_mat), expected = 12) - - expect_equal(object = result_mat$class, expected = c(1, 2, 3, NA, - 1, 2, 3, NA, - 1, 2, 3, NA)) -}) - - -test_that("sample_lsm works for all data type", { - - result_stack <- sample_lsm(landscape_stack, - y = sample_points, - size = 5, - what = "lsm_l_ta", - verbose = FALSE) - - result_list <- sample_lsm(landscape_list, - y = sample_points, - size = 5, - what = "lsm_l_ta", - verbose = FALSE) - - expect_is(result_stack, class = "tbl_df") - expect_is(result_list, class = "tbl_df") - - expect_equal(object = result_stack$layer, - expected = c(1, 1, 1, 2, 2, 2)) - expect_equal(object = result_list$layer, - expected = c(1, 1, 1, 2, 2, 2)) - - expect_true("ta" %in% result_stack$metric) - expect_true("ta" %in% result_list$metric) - -}) - -test_that("sample_lsm returns errors", { - - expect_error(sample_lsm(landscape, - y = 1:3, - size = 5), - regexp = "landscapemetrics currently only supports matrix, sf points or polygon features for landscape metric sampling.", - fixed = TRUE) - - expect_error(sample_lsm(landscape, - y = sample_points, - size = c(5, 15), - what = "lsm_l_ta"), - regexp = "Please provide only one value as size argument (size > 0).", - fixed = TRUE) -}) - -test_that("sample_lsm returns warnings", { - - expect_warning(sample_lsm(landscape, - y = sample_points_wrong, size = 5, - what = "lsm_l_pr"), - regexp = "'y' should be a two column matrix including x- and y-coordinates.", - fixed = TRUE) - - expect_warning(sample_lsm(landscape, - y = sample_points, size = 50, what = "lsm_l_ta"), - regexp = "The 'perecentage_inside' is below 90% for at least one buffer.", - fixed = TRUE) - - expect_warning(sample_lsm(landscape, - y = sample_points, - plot_id = c(5, 25, 15, 1), - size = 15, - shape = "circle", - what = "lsm_l_ta"), - regexp = "Length of plot_id is not identical to length of y. Using 1...n as plot_id.", - fixed = TRUE) -}) +context("sample_lsm") + +# use a matrix +sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) + +# use sp points +points_sf <- sf::st_multipoint(sample_points) + +# # use polygons +# poly_1 <- sp::Polygon(cbind(c(2.5, 2.5, 17.5, 17.5), +# c(-2.5, 12.5, 12.5, -2.5))) +# poly_2 <- sp::Polygon(cbind(c(7.5, 7.5, 23.5, 23.5), +# c(-7.5, 23.5, 23.5, -7.5))) +# poly_1 <- sp::Polygons(list(poly_1), "p1") +# poly_2 <- sp::Polygons(list(poly_2), "p2") + +# sample_plots <- sp::SpatialPolygons(list(poly_1, poly_2)) + +# wrong plots +sample_points_wrong <- cbind(sample_points, 1) + +# # use lines +# x1 <- c(1, 5, 15, 10) +# y1 <- c(1, 5, 15, 25) +# +# x2 <- c(10, 25) +# y2 <- c(5, 5) +# +# sample_lines <- sp::SpatialLines(list(sp::Lines(list(sp::Line(cbind(x1, y1)), +# sp::Line(cbind(x2, y2))), ID = "a"))) + +test_that("sample_lsm works for a matrix", { + + result_mat <- sample_lsm(landscape, + y = sample_points, size = 5, + shape = "circle", + what = c("lsm_l_ta", "lsm_l_np"), + verbose = FALSE) + + expect_is(object = result_mat, class = "tbl_df") + expect_true(all(c("np", "ta") %in% result_mat$metric)) +}) + +test_that("sample_lsm works for sf points", { + + result_sp <- sample_lsm(landscape, + y = points_sf, size = 5, + shape = "square", + what = "lsm_l_np", + verbose = FALSE) + + expect_is(object = result_sp, class = "tbl_df") + + expect_true(all(c("np") %in% result_sp$metric)) +}) + +# test_that("sample_lsm works for polygons ", { +# +# result_poly <- sample_lsm(landscape, +# y = sample_plots, size = 5, +# level = "patch", +# verbose = FALSE) +# +# expect_is(object = result_poly, class = "tbl_df") +# +# expect_true(all("patch" %in% result_poly$level)) +# +# }) + +# test_that("sample_lsm works for lines ", { +# +# result_lines <- sample_lsm(landscape, +# y = sample_lines, +# size = 5, +# level = "landscape", +# verbose = FALSE) +# +# expect_is(object = result_lines, class = "tbl_df") +# +# expect_true(all("landscape" %in% result_lines$level)) +# }) + +test_that("sample_lsm forwards arguments to calculate_lsm", { + + result_mat <- sample_lsm(landscape, + y = sample_points, size = 5, + shape = "circle", + what = "lsm_p_core", + edge_depth = 100, + verbose = FALSE) + + expect_true(all(result_mat$value == 0)) +}) + +test_that("sample_lsm uses sample_ids", { + + result <- sample_lsm(landscape, + y = sample_points, + plot_id = c(5, 25, 15), + size = 15, + shape = "circle", + what = "lsm_l_ta", + verbose = FALSE) + + expect_equal(result$plot_id, expected = c(5, 15, 25)) + + result_wrong_id <- sample_lsm(landscape, + y = sample_points, + plot_id = c(5, 25, 15, 1), + size = 15, + shape = "circle", + what = "lsm_l_ta", + verbose = FALSE) + + expect_equal(result_wrong_id$plot_id, expected = 1:3) +}) + + +test_that("sample_lsm can return all classes", { + + result_mat <- sample_lsm(landscape, + y = sample_points, + size = 5, + shape = "circle", + what = c("lsm_c_ca", "lsm_l_ta"), + all_classes = TRUE, + verbose = FALSE) + + # 3 classes * 3 sample plots + 3 landscape level metrics + expect_equal(object = nrow(result_mat), expected = 12) + + expect_equal(object = result_mat$class, expected = c(1, 2, 3, NA, + 1, 2, 3, NA, + 1, 2, 3, NA)) +}) + + +test_that("sample_lsm works for all data type", { + + result_stack <- sample_lsm(landscape_stack, + y = sample_points, + size = 5, + what = "lsm_l_ta", + verbose = FALSE) + + result_list <- sample_lsm(landscape_list, + y = sample_points, + size = 5, + what = "lsm_l_ta", + verbose = FALSE) + + expect_is(result_stack, class = "tbl_df") + expect_is(result_list, class = "tbl_df") + + expect_equal(object = result_stack$layer, + expected = c(1, 1, 1, 2, 2, 2)) + expect_equal(object = result_list$layer, + expected = c(1, 1, 1, 2, 2, 2)) + + expect_true("ta" %in% result_stack$metric) + expect_true("ta" %in% result_list$metric) + +}) + +test_that("sample_lsm returns errors", { + + expect_error(sample_lsm(landscape, + y = 1:3, + size = 5), + regexp = "landscapemetrics currently only supports matrix, sf points or polygon features for landscape metric sampling.", + fixed = TRUE) + + expect_error(sample_lsm(landscape, + y = sample_points, + size = c(5, 15), + what = "lsm_l_ta"), + regexp = "Please provide only one value as size argument (size > 0).", + fixed = TRUE) +}) + +test_that("sample_lsm returns warnings", { + + expect_warning(sample_lsm(landscape, + y = sample_points_wrong, size = 5, + what = "lsm_l_pr"), + regexp = "'y' should be a two column matrix including x- and y-coordinates.", + fixed = TRUE) + + expect_warning(sample_lsm(landscape, + y = sample_points, size = 50, what = "lsm_l_ta"), + regexp = "The 'perecentage_inside' is below 90% for at least one buffer.", + fixed = TRUE) + + expect_warning(sample_lsm(landscape, + y = sample_points, + plot_id = c(5, 25, 15, 1), + size = 15, + shape = "circle", + what = "lsm_l_ta"), + regexp = "Length of plot_id is not identical to length of y. Using 1...n as plot_id.", + fixed = TRUE) +}) diff --git a/tests/testthat/test-show-cores.R b/tests/testthat/test-show-cores.R index 2ee7e1493..de832878b 100644 --- a/tests/testthat/test-show-cores.R +++ b/tests/testthat/test-show-cores.R @@ -1,50 +1,50 @@ -context("show_cores") - -cores_landscape <- show_cores(landscape) - -cores_landscape_stack <- show_cores(landscape_stack, class = 1) - -cores_landscape_list <- show_cores(landscape_list, class = c(2,3)) - -test_that("show_cores returns a plot for each list entry", { - - - expect_true(all(vapply(cores_landscape, FUN = function(x) - inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) - - expect_true(all(vapply(cores_landscape_stack, FUN = function(x) - inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) - - expect_true(all(vapply(cores_landscape_list, FUN = function(x) - inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) -}) - -test_that("show_cores returns a plot for class = global", { - - expect_true(all(vapply(show_cores(landscape, class = "global"), FUN = function(x) - inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) - -}) - -test_that("show_patches returns error if class is not present", { - - expect_error(show_cores(landscape, class = 42), - regexp = "class must at least contain one value of a class contained in the landscape.", - fixed = TRUE) -}) - -test_that("show_cores can increase edge_depth", { - - expect_true(all(vapply(show_cores(landscape, edge_depth = 3, class = "global"), - FUN = function(x) inherits(x = x, c("gg","ggplot")), - FUN.VALUE = logical(1)))) - -}) - -test_that("show_cores returns warnning for wrong combination of class argument", { - - expect_warning(show_cores(landscape, class = c(1, "global")), - regexp = "'global' and 'all' can't be combined with any other class-argument.", - fixed = TRUE) -}) - +context("show_cores") + +cores_landscape <- show_cores(landscape) + +cores_landscape_stack <- show_cores(landscape_stack, class = 1) + +cores_landscape_list <- show_cores(landscape_list, class = c(2,3)) + +test_that("show_cores returns a plot for each list entry", { + + + expect_true(all(vapply(cores_landscape, FUN = function(x) + inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) + + expect_true(all(vapply(cores_landscape_stack, FUN = function(x) + inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) + + expect_true(all(vapply(cores_landscape_list, FUN = function(x) + inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) +}) + +test_that("show_cores returns a plot for class = global", { + + expect_true(all(vapply(show_cores(landscape, class = "global"), FUN = function(x) + inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) + +}) + +test_that("show_patches returns error if class is not present", { + + expect_error(show_cores(landscape, class = 42), + regexp = "class must at least contain one value of a class contained in the landscape.", + fixed = TRUE) +}) + +test_that("show_cores can increase edge_depth", { + + expect_true(all(vapply(show_cores(landscape, edge_depth = 3, class = "global"), + FUN = function(x) inherits(x = x, c("gg","ggplot")), + FUN.VALUE = logical(1)))) + +}) + +test_that("show_cores returns warnning for wrong combination of class argument", { + + expect_warning(show_cores(landscape, class = c(1, "global")), + regexp = "'global' and 'all' can't be combined with any other class-argument.", + fixed = TRUE) +}) + diff --git a/tests/testthat/test-show-correlation.R b/tests/testthat/test-show-correlation.R index 697ab7dc1..a5e73a10b 100644 --- a/tests/testthat/test-show-correlation.R +++ b/tests/testthat/test-show-correlation.R @@ -1,59 +1,59 @@ -context("show_correlation") - -# patch level -metrics_patch <- calculate_lsm(landscape, - what = 'patch', - verbose = FALSE) - -metrics_plot_patch <- show_correlation(metrics_patch) - -# class level -metrics_class <- calculate_lsm(landscape, what = 'class', - verbose = FALSE) - -metrics_plot_class <- show_correlation(metrics_class) - -# patch and class level -metrics_mult <- calculate_lsm(landscape, - what = c("patch", "class"), - verbose = FALSE) - -metrics_plot_mult <- show_correlation(metrics_mult) - -# landscape level -metrics_land <- calculate_lsm(landscape_stack, - level = "landscape", - type = "area and edge metric", - verbose = FALSE) - -metrics_plot_land <- show_correlation(metrics_land) - -# correlation tibble -correlations <- calculate_correlation(metrics_mult) - -metrics_plot_class_corr <- show_correlation(correlations) - -test_that("show_correlation returns a plot on patch level", { - - expect_true(inherits(x = metrics_plot_patch, what = c("gg","ggplot"))) -}) - -test_that("show_correlation returns a plot on class level", { - - expect_true(inherits(x = metrics_plot_class, what = c("gg","ggplot"))) -}) - -test_that("show_correlation returns a plot for patch and class level", { - - expect_true(inherits(x = metrics_plot_mult, what = c("gg","ggplot"))) -}) - -test_that("show_correlation returns a plot for landscape level", { - - expect_true(inherits(x = metrics_plot_land, what = c("gg","ggplot"))) -}) - -test_that("show_correlation returns a plot for correlation list", { - - expect_true(inherits(x = metrics_plot_class_corr, what = c("gg","ggplot"))) -}) +context("show_correlation") + +# patch level +metrics_patch <- calculate_lsm(landscape, + what = 'patch', + verbose = FALSE) + +metrics_plot_patch <- show_correlation(metrics_patch) + +# class level +metrics_class <- calculate_lsm(landscape, what = 'class', + verbose = FALSE) + +metrics_plot_class <- show_correlation(metrics_class) + +# patch and class level +metrics_mult <- calculate_lsm(landscape, + what = c("patch", "class"), + verbose = FALSE) + +metrics_plot_mult <- show_correlation(metrics_mult) + +# landscape level +metrics_land <- calculate_lsm(landscape_stack, + level = "landscape", + type = "area and edge metric", + verbose = FALSE) + +metrics_plot_land <- show_correlation(metrics_land) + +# correlation tibble +correlations <- calculate_correlation(metrics_mult) + +metrics_plot_class_corr <- show_correlation(correlations) + +test_that("show_correlation returns a plot on patch level", { + + expect_true(inherits(x = metrics_plot_patch, what = c("gg","ggplot"))) +}) + +test_that("show_correlation returns a plot on class level", { + + expect_true(inherits(x = metrics_plot_class, what = c("gg","ggplot"))) +}) + +test_that("show_correlation returns a plot for patch and class level", { + + expect_true(inherits(x = metrics_plot_mult, what = c("gg","ggplot"))) +}) + +test_that("show_correlation returns a plot for landscape level", { + + expect_true(inherits(x = metrics_plot_land, what = c("gg","ggplot"))) +}) + +test_that("show_correlation returns a plot for correlation list", { + + expect_true(inherits(x = metrics_plot_class_corr, what = c("gg","ggplot"))) +}) diff --git a/tests/testthat/test-show-lsm.R b/tests/testthat/test-show-lsm.R index 8f637f4ce..139d3b2a2 100644 --- a/tests/testthat/test-show-lsm.R +++ b/tests/testthat/test-show-lsm.R @@ -1,47 +1,47 @@ -context("test-show-lsm") - -test_that("show_lsm returns a plot", { - - patches_area <- show_lsm(landscape, what = "lsm_p_area") - - expect_is(patches_area[[1]], "ggplot") - -}) - -test_that("show_lsm returns a facet plot", { - - patches_area <- show_lsm(landscape, what = "lsm_p_area", - class = c(1, 3), - labels = FALSE) - - expect_is(patches_area[[1]]$facet, "FacetWrap") -}) - -test_that("show_lsm can handle stacks, bricks and lists", { - - plots_list <- show_lsm(landscape_list, what = "lsm_p_area") - plots_stack <- show_lsm(landscape_stack, what = "lsm_p_area") - - expect_is(plots_list[[1]], "ggplot") - expect_is(plots_list[[2]], "ggplot") - - expect_is(plots_stack[[1]], "ggplot") - expect_is(plots_stack[[2]], "ggplot") - -}) - -test_that("show_lsm returns warnings and errors", { - - expect_warning(show_lsm(landscape, what = "lsm_p_area", class = c(1, "global")), - regexp = "'global' and 'all' can't be combined with any other class-argument.", - fixed = TRUE) - - expect_error(show_lsm(landscape, what = "lsm_p_invented_metric"), - regexp = "Please provide one patch level metric only. To list available metrics, run list_lsm(level = 'patch').", - fixed = TRUE) - - expect_error(show_lsm(landscape, what = "lsm_p_area", class = 5), - regexp = "'class' must contain at least one value of a class existing in the landscape.", - fixed = TRUE) -}) - +context("test-show-lsm") + +test_that("show_lsm returns a plot", { + + patches_area <- show_lsm(landscape, what = "lsm_p_area") + + expect_is(patches_area[[1]], "ggplot") + +}) + +test_that("show_lsm returns a facet plot", { + + patches_area <- show_lsm(landscape, what = "lsm_p_area", + class = c(1, 3), + labels = FALSE) + + expect_is(patches_area[[1]]$facet, "FacetWrap") +}) + +test_that("show_lsm can handle stacks, bricks and lists", { + + plots_list <- show_lsm(landscape_list, what = "lsm_p_area") + plots_stack <- show_lsm(landscape_stack, what = "lsm_p_area") + + expect_is(plots_list[[1]], "ggplot") + expect_is(plots_list[[2]], "ggplot") + + expect_is(plots_stack[[1]], "ggplot") + expect_is(plots_stack[[2]], "ggplot") + +}) + +test_that("show_lsm returns warnings and errors", { + + expect_warning(show_lsm(landscape, what = "lsm_p_area", class = c(1, "global")), + regexp = "'global' and 'all' can't be combined with any other class-argument.", + fixed = TRUE) + + expect_error(show_lsm(landscape, what = "lsm_p_invented_metric"), + regexp = "Please provide one patch level metric only. To list available metrics, run list_lsm(level = 'patch').", + fixed = TRUE) + + expect_error(show_lsm(landscape, what = "lsm_p_area", class = 5), + regexp = "'class' must contain at least one value of a class existing in the landscape.", + fixed = TRUE) +}) + diff --git a/tests/testthat/test-show-patches.R b/tests/testthat/test-show-patches.R index f81629b13..3a8e7d27c 100644 --- a/tests/testthat/test-show-patches.R +++ b/tests/testthat/test-show-patches.R @@ -1,31 +1,31 @@ -context("show_patches") - -patches_landscape <- show_patches(landscape) - - -patches_landscape_stack <- show_patches(landscape_stack, class = 1) - -patches_landscape_list <- show_patches(landscape_list, class = c(2,3)) - -test_that("show_patches returns a plot for each list entry", { - - expect_true(all(vapply(patches_landscape, FUN = function(x) - inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) - - expect_true(all(vapply(patches_landscape_stack, FUN = function(x) - inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) - - expect_true(all(vapply(patches_landscape_list, FUN = function(x) - inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) -}) - -test_that("show_patches returns warnings and errors", { - - expect_warning(show_patches(landscape, class = c(1, "global")), - regexp = "'global' and 'all' can't be combined with any other class-argument.", - fixed = TRUE) - - expect_error(show_patches(landscape, class = 42), - regexp = "'class' must at least contain one value of a class contained in the landscape.", - fixed = TRUE) -}) +context("show_patches") + +patches_landscape <- show_patches(landscape) + + +patches_landscape_stack <- show_patches(landscape_stack, class = 1) + +patches_landscape_list <- show_patches(landscape_list, class = c(2,3)) + +test_that("show_patches returns a plot for each list entry", { + + expect_true(all(vapply(patches_landscape, FUN = function(x) + inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) + + expect_true(all(vapply(patches_landscape_stack, FUN = function(x) + inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) + + expect_true(all(vapply(patches_landscape_list, FUN = function(x) + inherits(x = x, c("gg","ggplot")), FUN.VALUE = logical(1)))) +}) + +test_that("show_patches returns warnings and errors", { + + expect_warning(show_patches(landscape, class = c(1, "global")), + regexp = "'global' and 'all' can't be combined with any other class-argument.", + fixed = TRUE) + + expect_error(show_patches(landscape, class = 42), + regexp = "'class' must at least contain one value of a class contained in the landscape.", + fixed = TRUE) +}) diff --git a/tests/testthat/test-spatialize-lsm.R b/tests/testthat/test-spatialize-lsm.R index 59dc7d33b..6ec00590b 100644 --- a/tests/testthat/test-spatialize-lsm.R +++ b/tests/testthat/test-spatialize-lsm.R @@ -1,79 +1,79 @@ -context("spatialize_lsm") - -test_that("spatialize_lsm returns all selected metrics", { - - result <- spatialize_lsm(landscape, what = c("lsm_p_area", - "lsm_p_contig", - "lsm_p_perim"), - verbose = FALSE) - - expect_length(object = result, n = 1) - - expect_equal(object = names(result[[1]]), - - expected = c("lsm_p_area", "lsm_p_contig", "lsm_p_perim")) - - expect_true(object = all(sapply(result[[1]], class) == "SpatRaster")) -}) - -test_that("spatialize_lsm returns returns correct type of metrics", { - - metrics <- list_lsm(level = "patch", type = "shape metric", simplify = TRUE) - - result <- spatialize_lsm(landscape, type = "shape metric", - verbose = FALSE) - - result_all <- spatialize_lsm(landscape, verbose = FALSE) - - expect_equal(object = names(result[[1]]), - expected = metrics) - - expect_equal(object = names(result_all[[1]]), - expected = list_lsm(level = "patch", simplify = TRUE)) -}) - -test_that("spatialize_lsm returns CRS", { - - result <- spatialize_lsm(podlasie_ccilc, what = "lsm_p_area", - verbose = FALSE) - - expect_equal(object = terra::crs(result[[1]][[1]], proj = TRUE), - expected = terra::crs(podlasie_ccilc, proj = TRUE)) -}) - -test_that("spatialize_lsm forwards arguments to calculate_lsm", { - - result <- spatialize_lsm(landscape, what = "lsm_p_core", - verbose = FALSE, edge_depth = 10) - - expect_true(all(result[[1]][[1]][] == 0)) -}) - -test_that("spatialize_lsm works for all data types", { - - expect_length(object = spatialize_lsm(landscape_stack, - what = "lsm_p_area", - verbose = FALSE), n = 2) - - expect_length(object = spatialize_lsm(list(landscape, landscape), - what = "lsm_p_area", - verbose = FALSE), n = 2) -}) - -test_that("spatialize_lsm uses temp file", { - - result <- spatialize_lsm(landscape, what = "lsm_p_area", - to_disk = TRUE, - verbose = FALSE) - - expect_false(terra::inMemory(result[[1]]$lsm_p_area)) -}) - - -test_that("spatialize_lsm returns all errors", { - - expect_error(spatialize_lsm(landscape, what = "lsm_l_ta", - verbose = FALSE), - regexp = "'spatialize_lsm()' only takes patch level metrics.", - fixed = TRUE) -}) +context("spatialize_lsm") + +test_that("spatialize_lsm returns all selected metrics", { + + result <- spatialize_lsm(landscape, what = c("lsm_p_area", + "lsm_p_contig", + "lsm_p_perim"), + verbose = FALSE) + + expect_length(object = result, n = 1) + + expect_equal(object = names(result[[1]]), + + expected = c("lsm_p_area", "lsm_p_contig", "lsm_p_perim")) + + expect_true(object = all(sapply(result[[1]], class) == "SpatRaster")) +}) + +test_that("spatialize_lsm returns returns correct type of metrics", { + + metrics <- list_lsm(level = "patch", type = "shape metric", simplify = TRUE) + + result <- spatialize_lsm(landscape, type = "shape metric", + verbose = FALSE) + + result_all <- spatialize_lsm(landscape, verbose = FALSE) + + expect_equal(object = names(result[[1]]), + expected = metrics) + + expect_equal(object = names(result_all[[1]]), + expected = list_lsm(level = "patch", simplify = TRUE)) +}) + +test_that("spatialize_lsm returns CRS", { + + result <- spatialize_lsm(podlasie_ccilc, what = "lsm_p_area", + verbose = FALSE) + + expect_equal(object = terra::crs(result[[1]][[1]], proj = TRUE), + expected = terra::crs(podlasie_ccilc, proj = TRUE)) +}) + +test_that("spatialize_lsm forwards arguments to calculate_lsm", { + + result <- spatialize_lsm(landscape, what = "lsm_p_core", + verbose = FALSE, edge_depth = 10) + + expect_true(all(result[[1]][[1]][] == 0)) +}) + +test_that("spatialize_lsm works for all data types", { + + expect_length(object = spatialize_lsm(landscape_stack, + what = "lsm_p_area", + verbose = FALSE), n = 2) + + expect_length(object = spatialize_lsm(list(landscape, landscape), + what = "lsm_p_area", + verbose = FALSE), n = 2) +}) + +test_that("spatialize_lsm uses temp file", { + + result <- spatialize_lsm(landscape, what = "lsm_p_area", + to_disk = TRUE, + verbose = FALSE) + + expect_false(terra::inMemory(result[[1]]$lsm_p_area)) +}) + + +test_that("spatialize_lsm returns all errors", { + + expect_error(spatialize_lsm(landscape, what = "lsm_l_ta", + verbose = FALSE), + regexp = "'spatialize_lsm()' only takes patch level metrics.", + fixed = TRUE) +}) diff --git a/tests/testthat/test-unique-values.R b/tests/testthat/test-unique-values.R index 0e9058d27..cbe38541e 100644 --- a/tests/testthat/test-unique-values.R +++ b/tests/testthat/test-unique-values.R @@ -1,13 +1,13 @@ -context("get_unique_values") - -test_that("get_unique_values returns values for RasterLayer", { - expect_length(get_unique_values(landscape)[[1]], n = 3) -}) - -test_that("get_unique_values returns values for a matrix", { - expect_length(get_unique_values(terra::as.matrix(landscape, wide = TRUE))[[1]], n = 3) -}) - -test_that("get_unique_values returns values for a matrix", { - expect_length(get_unique_values(terra::as.matrix(landscape, wide = TRUE))[[1]], n = 3) -}) +context("get_unique_values") + +test_that("get_unique_values returns values for RasterLayer", { + expect_length(get_unique_values(landscape)[[1]], n = 3) +}) + +test_that("get_unique_values returns values for a matrix", { + expect_length(get_unique_values(terra::as.matrix(landscape, wide = TRUE))[[1]], n = 3) +}) + +test_that("get_unique_values returns values for a matrix", { + expect_length(get_unique_values(terra::as.matrix(landscape, wide = TRUE))[[1]], n = 3) +}) diff --git a/tests/testthat/test-unpad-raster.R b/tests/testthat/test-unpad-raster.R index 186932d02..d7efdbcf3 100644 --- a/tests/testthat/test-unpad-raster.R +++ b/tests/testthat/test-unpad-raster.R @@ -1,57 +1,57 @@ -context("unpad_raster") - -lsm_padded <- pad_raster(landscape)[[1]] -stack_padded <- c(pad_raster(landscape_stack)) -matrix_padded <- pad_raster(landscape_matrix, return_raster = FALSE)[[1]] -list_padded <- list(lsm_padded, matrix_padded) - -lsm_padded_large <- pad_raster(landscape, pad_raster_cells = 5)[[1]] - -test_that("unpad_raster can handle all raster inputs", { - - expect_is(object = unpad_raster(lsm_padded), class = "list") - expect_is(object = unpad_raster(stack_padded), class = "list") - expect_is(object = unpad_raster(list_padded), class = "list") - expect_is(object = unpad_raster(matrix_padded, return_raster = FALSE), class = "list") -}) - -test_that("unpad_raster removes correct number of rows/cols", { - - result_a <- unpad_raster(lsm_padded, unpad_raster_cells = 1)[[1]] - - result_b <- unpad_raster(lsm_padded_large, unpad_raster_cells = 5)[[1]] - - # original landscape is 30 x 30 and removing 5 rows/cols in each direction - expect_equal(object = terra::nrow(result_a), expected = 30) - expect_equal(object = terra::nrow(result_a), expected = 30) - - # original landscape is 30 x 30 and removing 5 rows/cols in each direction - expect_equal(object = terra::nrow(result_b), expected = 30) - expect_equal(object = terra::nrow(result_b), expected = 30) -}) - -test_that("unpad_raster can return RasterLayer and matrix", { - - expect_is(object = unpad_raster(lsm_padded)[[1]], - class = "SpatRaster") - - expect_is(object = unpad_raster(matrix_padded, return_raster = FALSE)[[1]], - class = "matrix") -}) - -test_that("unpad_raster can return write to disk", { - - result <- unpad_raster(lsm_padded, to_disk = TRUE) - - expect_false(object = terra::inMemory(result[[1]])) -}) - -test_that("unpad_raster returns warning for matrix and return_raster = TRUE", { - - expect_warning(object = unpad_raster(matrix_padded, return_raster = TRUE), - regexp = "'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.") - - expect_warning(object = unpad_raster(matrix_padded, to_disk = TRUE), - regexp = "'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.") -}) - +context("unpad_raster") + +lsm_padded <- pad_raster(landscape)[[1]] +stack_padded <- c(pad_raster(landscape_stack)) +matrix_padded <- pad_raster(landscape_matrix, return_raster = FALSE)[[1]] +list_padded <- list(lsm_padded, matrix_padded) + +lsm_padded_large <- pad_raster(landscape, pad_raster_cells = 5)[[1]] + +test_that("unpad_raster can handle all raster inputs", { + + expect_is(object = unpad_raster(lsm_padded), class = "list") + expect_is(object = unpad_raster(stack_padded), class = "list") + expect_is(object = unpad_raster(list_padded), class = "list") + expect_is(object = unpad_raster(matrix_padded, return_raster = FALSE), class = "list") +}) + +test_that("unpad_raster removes correct number of rows/cols", { + + result_a <- unpad_raster(lsm_padded, unpad_raster_cells = 1)[[1]] + + result_b <- unpad_raster(lsm_padded_large, unpad_raster_cells = 5)[[1]] + + # original landscape is 30 x 30 and removing 5 rows/cols in each direction + expect_equal(object = terra::nrow(result_a), expected = 30) + expect_equal(object = terra::nrow(result_a), expected = 30) + + # original landscape is 30 x 30 and removing 5 rows/cols in each direction + expect_equal(object = terra::nrow(result_b), expected = 30) + expect_equal(object = terra::nrow(result_b), expected = 30) +}) + +test_that("unpad_raster can return RasterLayer and matrix", { + + expect_is(object = unpad_raster(lsm_padded)[[1]], + class = "SpatRaster") + + expect_is(object = unpad_raster(matrix_padded, return_raster = FALSE)[[1]], + class = "matrix") +}) + +test_that("unpad_raster can return write to disk", { + + result <- unpad_raster(lsm_padded, to_disk = TRUE) + + expect_false(object = terra::inMemory(result[[1]])) +}) + +test_that("unpad_raster returns warning for matrix and return_raster = TRUE", { + + expect_warning(object = unpad_raster(matrix_padded, return_raster = TRUE), + regexp = "'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.") + + expect_warning(object = unpad_raster(matrix_padded, to_disk = TRUE), + regexp = "'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.") +}) + diff --git a/tests/testthat/test-window-lsm.R b/tests/testthat/test-window-lsm.R index 3e1d6655c..6807cc197 100644 --- a/tests/testthat/test-window-lsm.R +++ b/tests/testthat/test-window-lsm.R @@ -1,45 +1,45 @@ -context("window_lsm") - -window <- matrix(1, nrow = 11, ncol = 11) - -window_even <- matrix(1, nrow = 10, ncol = 10) - -test_that("window_lsm returns a list with selected metrics", { - - result <- window_lsm(landscape, window = window, what = c("lsm_l_pr", "lsm_l_joinent")) - - expect_equal(names(result[[1]]), expected = c("lsm_l_joinent", "lsm_l_pr")) - - expect_length(result[[1]], n = 2) -}) - -test_that("window_lsm takes argument", { - - result <- window_lsm(landscape, window = window, what = "lsm_l_core_mn", edge_depth = 10) - - expect_true(all(result[[1]][[1]][] == 0)) -}) - -test_that("window_lsm returns works for all data types", { - - expect_is(window_lsm(landscape, window = window, what = "lsm_l_pr"), - class = "list") - - expect_is(window_lsm(landscape_stack, window = window, what = "lsm_l_pr"), - class = "list") - - expect_is(window_lsm(landscape_list, window = window, what = "lsm_l_pr"), - class = "list") -}) - -test_that("window_lsm returns all errors", { - - expect_error(window_lsm(landscape, window = window, what = "lsm_p_area"), - regexp = "'window_lsm()' is only able to calculate landscape level metrics.", - fixed = TRUE) - - expect_error(window_lsm(landscape, window = window_even, what = "lsm_l_pr"), - regexp = "The window must have uneven sides.", - fixed = TRUE) -}) - +context("window_lsm") + +window <- matrix(1, nrow = 11, ncol = 11) + +window_even <- matrix(1, nrow = 10, ncol = 10) + +test_that("window_lsm returns a list with selected metrics", { + + result <- window_lsm(landscape, window = window, what = c("lsm_l_pr", "lsm_l_joinent")) + + expect_equal(names(result[[1]]), expected = c("lsm_l_joinent", "lsm_l_pr")) + + expect_length(result[[1]], n = 2) +}) + +test_that("window_lsm takes argument", { + + result <- window_lsm(landscape, window = window, what = "lsm_l_core_mn", edge_depth = 10) + + expect_true(all(result[[1]][[1]][] == 0)) +}) + +test_that("window_lsm returns works for all data types", { + + expect_is(window_lsm(landscape, window = window, what = "lsm_l_pr"), + class = "list") + + expect_is(window_lsm(landscape_stack, window = window, what = "lsm_l_pr"), + class = "list") + + expect_is(window_lsm(landscape_list, window = window, what = "lsm_l_pr"), + class = "list") +}) + +test_that("window_lsm returns all errors", { + + expect_error(window_lsm(landscape, window = window, what = "lsm_p_area"), + regexp = "'window_lsm()' is only able to calculate landscape level metrics.", + fixed = TRUE) + + expect_error(window_lsm(landscape, window = window_even, what = "lsm_l_pr"), + regexp = "The window must have uneven sides.", + fixed = TRUE) +}) + diff --git a/tests/testthat/test_fragstats.R b/tests/testthat/test_fragstats.R index 1050c6908..bc8ab8937 100644 --- a/tests/testthat/test_fragstats.R +++ b/tests/testthat/test_fragstats.R @@ -1,1942 +1,1942 @@ -# #### Class level #### -# -# context("class level lsm_c_ai cv metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, AI) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_ai(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_ai results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_area_cv cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(AREA)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_area_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_area_cv results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_area_mn metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, AREA_MN) -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_area_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_area_mn results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_area_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(AREA)) -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_area_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_area_sd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_ca metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, CA) -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_ca(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_ca results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_cai_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(CAI)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_cai_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_cai_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(CAI)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_cai_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_cai_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(CAI)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_cai_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_circle_cv metric") -# -# landscapemetrics_class_landscape_value <- lsm_c_circle_cv(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test missing -# -# -# context("class level lsm_c_circle_mn metric") -# -# landscapemetrics_class_landscape_value <- lsm_c_circle_mn(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test missing -# -# -# context("class level lsm_c_circle_mn metric") -# -# landscapemetrics_class_landscape_value <- lsm_c_circle_sd(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test missing -# -# -# context("class level lsm_c_clumpy metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, CLUMPY) -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_clumpy(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_clumpy results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_cohesion metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, COHESION) -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_cohesion(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_cohesion results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_contig_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(CONTIG)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_contig_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_contig_cv results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_contig_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(CONTIG)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_contig_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_contig_mn results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_contig_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(CONTIG)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_contig_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_contig_sd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_core_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(CORE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_core_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_core_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(CORE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_core_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_core_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(CORE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_core_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_cpland metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, CPLAND) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_cpland(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_dcad metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, DCAD) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_dcad(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_cdore_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(NCORE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_dcore_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_dore_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(NCORE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_dcore_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_dore_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(NCORE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_dcore_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_division metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, DIVISION) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_division(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_division results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_ed metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, ED) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_ed(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_ed results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_enn_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(ENN)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_enn_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_enn_cv results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_enn_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(ENN)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_enn_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_enn_mn results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_enn_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(ENN)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_enn_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_enn_sd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_lsm_c_frac_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(FRAC)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_frac_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_frac_cv results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_frac_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(FRAC)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_frac_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_frac_mn results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level frac_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(FRAC)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_frac_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_frac_sd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_gyrate_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(GYRATE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_gyrate_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_gyrate_cv results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_gyrate_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(GYRATE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_gyrate_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_gyrate_mn results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_gyrate_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(GYRATE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_gyrate_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_gyrate_sd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_iji metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, IJI) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_iji(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_iji results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_lpi metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, LPI) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_lpi(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_lpi results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_lsi metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, LSI) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_lsi(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_lsi results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_mesh metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, MESH) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_mesh(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_mesh results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_ndca metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, NDCA) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_ndca(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_ndca results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_nlsi metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, NLSI) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_nlsi(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_nlsi results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_np metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, NP) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_np(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_np results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_pafrac metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, PAFRAC) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_pafrac(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_pafrac results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_para_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(PARA)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_para_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_para_cv results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_para_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(PARA)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_para_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_para_mn results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_para_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(PARA)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_para_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_para_sd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_pd metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, PD) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_pd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_pd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_pladj metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, PLADJ) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_pladj(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_pladj results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_pland metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, PLAND) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_pland(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_pland results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_shape_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(SHAPE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_shape_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_shape_cv results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_shape_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(SHAPE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_shape_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_shape_mn results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_shape_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(SHAPE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_shape_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_shape_sd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_split metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, SPLIT) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_split(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_split results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_tca metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, TCA) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_tca(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_tca results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_te metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, TE) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_te(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_te results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# #### Landscape level #### -# -# -# context("landscape level lsm_l_ai metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$AI -# landscapemetrics_landscape_landscape_value <- lsm_l_ai(landscape) -# -# test_that("lsm_l_ai results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level area_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(AREA)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_area_cv(landscape) -# -# test_that("lsm_l_area_cv results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level area_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(AREA)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_area_cv(landscape) -# -# test_that("lsm_l_area_mn results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level area_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(AREA)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_area_sd(landscape) -# -# test_that("lsm_l_area_sd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_cai_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(CAI)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_cai_cv(landscape) -# -# # Different core algorithm -# # test_that("lsm_l_cai_cv results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_cai_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(CAI)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_cai_mn(landscape) -# -# # Different core algorithm -# # test_that("lsm_l_cai_mn results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_cai_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(CAI)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_cai_sd(landscape) -# -# # Different core algorithm -# # test_that("lsm_l_cai_sd results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_circle_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(CIRCLE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_circle_cv(landscape) -# -# # see https://r-spatialecology.github.io/landscapemetrics/ for more information -# # test_that("lsm_l_circle_cv results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_circle_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(CIRCLE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_circle_mn(landscape) -# -# # see https://r-spatialecology.github.io/landscapemetrics/ for more information -# # test_that("lsm_l_circle_mn results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_circle_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(CIRCLE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_circle_sd(landscape) -# -# # see https://r-spatialecology.github.io/landscapemetrics/ for more information -# # test_that("lsm_l_circle_sd results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_cohesion metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$COHESION -# landscapemetrics_landscape_landscape_value <- lsm_l_cohesion(landscape) -# -# test_that("lsm_l_cohesion results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_contag metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$CONTAG -# landscapemetrics_landscape_landscape_value <- lsm_l_contag(landscape) -# -# test_that("lsm_l_contag results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_contig_cv metric") -# -# # FRAGSTATS already rounds on patch level -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(CONTIG)) -# -# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_contig(landscape), value = round(value, 4)), value = function(x) sd(x) / mean(x) * 100)(value)) -# -# test_that("lsm_l_contig_cv results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_contig_mn metric") -# -# # FRAGSTATS already rounds on patch level -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(CONTIG)) -# -# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_contig(landscape), value = round(value, 4)), value = mean(value)) -# -# test_that("lsm_l_contig_mn results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_contig_sd metric") -# -# # FRAGSTATS already rounds on patch level -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(CONTIG)) -# -# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_contig(landscape), value = round(value, 4)), value = sd(value)) -# -# test_that("lsm_l_contig_sd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_core_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(CORE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_core_cv(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/ -# # test_that("lsm_l_core_cv results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_core_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(CORE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_core_mn(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/ -# # test_that("lsm_l_core_mn results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_core_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(CORE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_core_sd(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/ -# # test_that("lsm_l_core_sd results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level _lsm_l_dcad metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$DCAD -# landscapemetrics_landscape_landscape_value <- lsm_l_dcad(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/ -# # test_that("lsm_l_dcad results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_dcore_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(NCORE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_dcore_cv(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/ -# # test_that("lsm_l_dcore_cv results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_dcore_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(NCORE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_dcore_mn(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/ -# # test_that("lsm_l_dcore_mn results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_dcore_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(NCORE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_dcore_sd(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/ -# # test_that("lsm_l_dcore_sd results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_division metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$DIVISION -# landscapemetrics_landscape_landscape_value <- lsm_l_division(landscape) -# -# test_that("lsm_l_division results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_ed metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$ED -# landscapemetrics_landscape_landscape_value <- lsm_l_ed(landscape) -# -# test_that("lsm_l_ed results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_enn_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(ENN)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_enn_cv(landscape) -# -# test_that("lsm_l_enn_cv results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_enn_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(ENN)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_enn_mn(landscape) -# -# test_that("lsm_l_enn_mn results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_enn_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(ENN)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_enn_sd(landscape) -# -# test_that("lsm_l_enn_sd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_frac_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(FRAC)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_frac_cv(landscape) -# -# test_that("lsm_l_frac_cv results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_frac_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(FRAC)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_frac_mn(landscape) -# -# test_that("lsm_l_frac_mn results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_frac_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(FRAC)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_frac_sd(landscape) -# -# test_that("lsm_l_frac_sd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_gyrate_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(GYRATE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_cv(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_l_gyrate_cv results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_gyrate_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(GYRATE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_mn(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_l_gyrate_mn results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_gyrate_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(GYRATE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_sd(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_l_gyrate_sd results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_lpi metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$LPI -# landscapemetrics_landscape_landscape_value <- lsm_l_lpi(landscape) -# -# test_that("lsm_l_lpi results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_lsi metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$LSI -# landscapemetrics_landscape_landscape_value <- lsm_l_lsi(landscape) -# -# test_that("lsm_l_lsi results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_mesh metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$MESH -# landscapemetrics_landscape_landscape_value <- lsm_l_mesh(landscape) -# -# test_that("lsm_l_mesh results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_msidi metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$MSIDI -# landscapemetrics_landscape_landscape_value <- lsm_l_msidi(landscape) -# -# test_that("lsm_l_msidi results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_msiei metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$MSIEI -# landscapemetrics_landscape_landscape_value <- lsm_l_msiei(landscape) -# -# test_that("lsm_l_msiei results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_ndca metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$NDCA -# landscapemetrics_landscape_landscape_value <- lsm_l_ndca(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_l_ndca results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_np metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$NP -# landscapemetrics_landscape_landscape_value <- lsm_l_np(landscape) -# -# test_that("lsm_l_np results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_pafrac metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$PAFRAC -# landscapemetrics_landscape_landscape_value <- lsm_l_pafrac(landscape) -# -# test_that("lsm_l_pafrac results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_para_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(PARA)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_para_cv(landscape) -# -# test_that("lsm_l_para_cv results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_para_mn metric") -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(PARA) / 10000) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_para_mn(landscape) -# -# test_that("lsm_l_para_mn results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_para_sd metric") -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(PARA) / 10000) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_para_sd(landscape) -# -# test_that("lsm_l_para_sd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_pd metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$PD -# landscapemetrics_landscape_landscape_value <- lsm_l_pd(landscape) -# -# test_that("lsm_l_pd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_pladj metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$PLADJ -# landscapemetrics_landscape_landscape_value <- lsm_l_pladj(landscape) -# -# test_that("lsm_l_pladj results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_pr metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$PR -# landscapemetrics_landscape_landscape_value <- lsm_l_pr(landscape) -# -# test_that("lsm_l_pr results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_prd metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$NP -# landscapemetrics_landscape_landscape_value <- lsm_l_prd(landscape) -# -# test_that("lsm_l_prd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_rpr metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$RPR -# landscapemetrics_landscape_landscape_value <- lsm_l_rpr(landscape, classes_max = 5) -# -# test_that("lsm_l_rpr results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_shape_cv metric") -# -# # FRAGSTATS already rounds on patch level -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(SHAPE)) -# -# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_shape(landscape), value = round(value, 4)), value = function(x) sd(x) / mean(x) * 100)(value)) -# -# test_that("lsm_l_shape_cv results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_shape_mn metric") -# -# # FRAGSTATS already rounds on patch level -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(SHAPE)) -# -# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_shape(landscape), value = round(value, 4)), value = mean(value)) -# -# test_that("lsm_l_shape_mn results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_shape_sd metric") -# -# # FRAGSTATS already rounds on patch level -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(SHAPE)) -# -# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_shape(landscape), value = round(value, 4)), value = sd(value)) -# -# test_that("lsm_l_shape_sd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_shdi metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SHDI -# landscapemetrics_landscape_landscape_value <- lsm_l_shdi(landscape) -# -# test_that("lsm_l_shdi results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_shei metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SHEI -# landscapemetrics_landscape_landscape_value <- lsm_l_shei(landscape) -# -# test_that("lsm_l_shei results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_sidi metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SIDI -# landscapemetrics_landscape_landscape_value <- lsm_l_sidi(landscape) -# -# test_that("lsm_l_sidi results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_siei metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SIEI -# landscapemetrics_landscape_landscape_value <- lsm_l_siei(landscape) -# -# test_that("lsm_l_siei results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_split metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SPLIT -# landscapemetrics_landscape_landscape_value <- lsm_l_split(landscape) -# -# test_that("lsm_l_split results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_ta metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$TA -# landscapemetrics_landscape_landscape_value <- lsm_l_ta(landscape) -# -# test_that("lsm_l_ta results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_tca metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$TCA -# landscapemetrics_landscape_landscape_value <- lsm_l_tca(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_l_tca results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_te metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$TE -# landscapemetrics_landscape_landscape_value <- lsm_l_te(landscape) -# -# test_that("lsm_l_te results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# #### Patch level #### -# -# -# context("patch level lsm_p_area metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$AREA -# landscapemetrics_patch_landscape_value <- lsm_p_area(landscape) -# -# test_that("lsm_p_area results are equal to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_cai metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$CAI -# landscapemetrics_patch_landscape_value <- lsm_p_cai(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_p_cai results are equal to fragstats", { -# # expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# # round(landscapemetrics_patch_landscape_value$value, 4))) -# # }) -# -# -# context("patch level lsm_p_circle metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$CIRCLE -# landscapemetrics_patch_landscape_value <- lsm_p_circle(landscape) -# -# test_that("lsm_p_circle results are equal to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_contig metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$CONTIG -# landscapemetrics_patch_landscape_value <- lsm_p_contig(landscape) -# -# test_that("lsm_p_contig results are equal to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_core metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$CORE -# landscapemetrics_patch_landscape_value <- lsm_p_core(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_p_core results are equal to fragstats", { -# # expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# # round(landscapemetrics_patch_landscape_value$value, 4))) -# # }) -# -# -# context("patch level lsm_p_enn metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$ENN -# landscapemetrics_patch_landscape_value <- lsm_p_enn(landscape) -# -# test_that("lsm_p_enn results are comparable to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_frac metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$FRAC -# landscapemetrics_patch_landscape_value <- lsm_p_frac(landscape) -# -# test_that("lsm_p_frac results are comparable to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_gyrate metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$GYRATE -# landscapemetrics_patch_landscape_value <- lsm_p_gyrate(landscape) -# -# test_that("lsm_p_gyrate results are comparable to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_nca metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$NCORE -# landscapemetrics_patch_landscape_value <- lsm_p_ncore(landscape) -# -# test_that("lsm_p_ncore results are comparable to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_para metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$PARA -# landscapemetrics_patch_landscape_value <- lsm_p_para(landscape) -# -# test_that("lsm_p_para results are equal to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_perim metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$PERIM -# landscapemetrics_patch_landscape_value <- lsm_p_perim(landscape) -# -# test_that("lsm_p_perim results are equal to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_shape metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$SHAPE -# landscapemetrics_patch_landscape_value <- lsm_p_shape(landscape) -# -# test_that("lsm_p_shape results are equal to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# #### END #### +# #### Class level #### +# +# context("class level lsm_c_ai cv metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, AI) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_ai(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_ai results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_area_cv cv metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(AREA)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_area_cv(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_area_cv results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_area_mn metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, AREA_MN) +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_area_mn(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_area_mn results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_area_sd metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = sd(AREA)) +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_area_sd(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_area_sd results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_ca metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, CA) +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_ca(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_ca results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_cai_cv metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(CAI)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_cai_cv(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_cai_cv results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_c_cai_mn metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = mean(CAI)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_cai_mn(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_cai_cv results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_c_cai_sd metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = sd(CAI)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_cai_sd(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_cai_cv results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_c_circle_cv metric") +# +# landscapemetrics_class_landscape_value <- lsm_c_circle_cv(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test missing +# +# +# context("class level lsm_c_circle_mn metric") +# +# landscapemetrics_class_landscape_value <- lsm_c_circle_mn(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test missing +# +# +# context("class level lsm_c_circle_mn metric") +# +# landscapemetrics_class_landscape_value <- lsm_c_circle_sd(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test missing +# +# +# context("class level lsm_c_clumpy metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, CLUMPY) +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_clumpy(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_clumpy results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_cohesion metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, COHESION) +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_cohesion(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_cohesion results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_contig_cv metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(CONTIG)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_contig_cv(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_contig_cv results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_contig_mn metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = mean(CONTIG)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_contig_mn(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_contig_mn results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_contig_sd metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = sd(CONTIG)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_contig_sd(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_contig_sd results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_core_cv metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(CORE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_core_cv(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_cai_cv results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_c_core_mn metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = mean(CORE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_core_mn(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_cai_cv results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_c_core_sd metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = sd(CORE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_core_sd(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_cai_cv results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_c_cpland metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, CPLAND) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_cpland(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_cai_cv results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_c_dcad metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, DCAD) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_dcad(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_cai_cv results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_cdore_cv metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(NCORE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_dcore_cv(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_cai_cv results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_c_dore_mn metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = mean(NCORE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_dcore_mn(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_cai_cv results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_c_dore_sd metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = sd(NCORE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_dcore_sd(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_cai_cv results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_c_division metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, DIVISION) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_division(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_division results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_ed metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, ED) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_ed(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_ed results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_enn_cv metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(ENN)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_enn_cv(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_enn_cv results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_enn_mn metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = mean(ENN)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_enn_mn(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_enn_mn results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_enn_sd metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = sd(ENN)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_enn_sd(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_enn_sd results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_lsm_c_frac_cv metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(FRAC)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_frac_cv(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_frac_cv results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_frac_mn metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = mean(FRAC)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_frac_mn(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_frac_mn results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level frac_sd metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = sd(FRAC)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_frac_sd(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_frac_sd results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_gyrate_cv metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(GYRATE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_gyrate_cv(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_gyrate_cv results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_gyrate_mn metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = mean(GYRATE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_gyrate_mn(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_gyrate_mn results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_gyrate_mn metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = sd(GYRATE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_gyrate_sd(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_gyrate_sd results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_iji metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, IJI) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_iji(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_iji results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_lpi metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, LPI) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_lpi(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_lpi results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_lsi metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, LSI) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_lsi(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_lsi results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_mesh metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, MESH) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_mesh(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_mesh results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_ndca metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, NDCA) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_ndca(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_c_ndca results are equal to fragstats", { +# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# # }) +# +# +# context("class level lsm_c_nlsi metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, NLSI) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_nlsi(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_nlsi results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_np metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, NP) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_np(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_np results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_pafrac metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, PAFRAC) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_pafrac(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_pafrac results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_para_cv metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(PARA)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_para_cv(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_para_cv results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_para_mn metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = mean(PARA)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_para_mn(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_para_mn results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_para_sd metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = sd(PARA)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_para_sd(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_para_sd results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_pd metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, PD) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_pd(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_pd results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_pladj metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, PLADJ) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_pladj(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_pladj results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_pland metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, PLAND) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_pland(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_pland results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_shape_cv metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(SHAPE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_shape_cv(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_shape_cv results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_shape_mn metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = mean(SHAPE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_shape_mn(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_shape_mn results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_shape_sd metric") +# +# fragstats_class_landscape_value <- fragstats_patch_landscape %>% +# dplyr::group_by(TYPE) %>% +# dplyr::summarize(metric = sd(SHAPE)) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_shape_sd(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_shape_sd results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_split metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, SPLIT) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_split(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_split results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_tca metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, TCA) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_tca(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_tca results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# context("class level lsm_c_te metric") +# +# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, +# TYPE, TE) +# +# names(fragstats_class_landscape_value) <- c("class", "value") +# +# landscapemetrics_class_landscape_value <- lsm_c_te(landscape) +# +# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, +# y = landscapemetrics_class_landscape_value, +# by = "class", +# suffix = c(".fs", ".lsm")) +# +# test_that("lsm_c_te results are equal to fragstats", { +# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) +# }) +# +# +# #### Landscape level #### +# +# +# context("landscape level lsm_l_ai metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$AI +# landscapemetrics_landscape_landscape_value <- lsm_l_ai(landscape) +# +# test_that("lsm_l_ai results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level area_cv metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(AREA)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_area_cv(landscape) +# +# test_that("lsm_l_area_cv results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level area_mn metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(AREA)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_area_cv(landscape) +# +# test_that("lsm_l_area_mn results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level area_sd metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = sd(AREA)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_area_sd(landscape) +# +# test_that("lsm_l_area_sd results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_cai_cv metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(CAI)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_cai_cv(landscape) +# +# # Different core algorithm +# # test_that("lsm_l_cai_cv results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_cai_mn metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(CAI)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_cai_mn(landscape) +# +# # Different core algorithm +# # test_that("lsm_l_cai_mn results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_cai_sd metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = sd(CAI)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_cai_sd(landscape) +# +# # Different core algorithm +# # test_that("lsm_l_cai_sd results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_circle_cv metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(CIRCLE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_circle_cv(landscape) +# +# # see https://r-spatialecology.github.io/landscapemetrics/ for more information +# # test_that("lsm_l_circle_cv results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_circle_mn metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(CIRCLE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_circle_mn(landscape) +# +# # see https://r-spatialecology.github.io/landscapemetrics/ for more information +# # test_that("lsm_l_circle_mn results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_circle_sd metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = sd(CIRCLE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_circle_sd(landscape) +# +# # see https://r-spatialecology.github.io/landscapemetrics/ for more information +# # test_that("lsm_l_circle_sd results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_cohesion metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$COHESION +# landscapemetrics_landscape_landscape_value <- lsm_l_cohesion(landscape) +# +# test_that("lsm_l_cohesion results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_contag metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$CONTAG +# landscapemetrics_landscape_landscape_value <- lsm_l_contag(landscape) +# +# test_that("lsm_l_contag results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_contig_cv metric") +# +# # FRAGSTATS already rounds on patch level +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(CONTIG)) +# +# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_contig(landscape), value = round(value, 4)), value = function(x) sd(x) / mean(x) * 100)(value)) +# +# test_that("lsm_l_contig_cv results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_contig_mn metric") +# +# # FRAGSTATS already rounds on patch level +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(CONTIG)) +# +# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_contig(landscape), value = round(value, 4)), value = mean(value)) +# +# test_that("lsm_l_contig_mn results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_contig_sd metric") +# +# # FRAGSTATS already rounds on patch level +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = sd(CONTIG)) +# +# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_contig(landscape), value = round(value, 4)), value = sd(value)) +# +# test_that("lsm_l_contig_sd results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_core_cv metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(CORE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_core_cv(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/ +# # test_that("lsm_l_core_cv results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_core_mn metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(CORE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_core_mn(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/ +# # test_that("lsm_l_core_mn results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_core_sd metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = sd(CORE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_core_sd(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/ +# # test_that("lsm_l_core_sd results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level _lsm_l_dcad metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$DCAD +# landscapemetrics_landscape_landscape_value <- lsm_l_dcad(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/ +# # test_that("lsm_l_dcad results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_dcore_cv metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(NCORE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_dcore_cv(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/ +# # test_that("lsm_l_dcore_cv results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_dcore_mn metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(NCORE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_dcore_mn(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/ +# # test_that("lsm_l_dcore_mn results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_dcore_sd metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = sd(NCORE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_dcore_sd(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/ +# # test_that("lsm_l_dcore_sd results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_division metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$DIVISION +# landscapemetrics_landscape_landscape_value <- lsm_l_division(landscape) +# +# test_that("lsm_l_division results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_ed metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$ED +# landscapemetrics_landscape_landscape_value <- lsm_l_ed(landscape) +# +# test_that("lsm_l_ed results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_enn_cv metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(ENN)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_enn_cv(landscape) +# +# test_that("lsm_l_enn_cv results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_enn_mn metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(ENN)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_enn_mn(landscape) +# +# test_that("lsm_l_enn_mn results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_enn_sd metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = sd(ENN)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_enn_sd(landscape) +# +# test_that("lsm_l_enn_sd results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_frac_cv metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(FRAC)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_frac_cv(landscape) +# +# test_that("lsm_l_frac_cv results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_frac_mn metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(FRAC)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_frac_mn(landscape) +# +# test_that("lsm_l_frac_mn results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_frac_sd metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = sd(FRAC)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_frac_sd(landscape) +# +# test_that("lsm_l_frac_sd results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_gyrate_cv metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(GYRATE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_cv(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_l_gyrate_cv results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_gyrate_mn metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(GYRATE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_mn(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_l_gyrate_mn results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_gyrate_sd metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(GYRATE)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_sd(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_l_gyrate_sd results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_lpi metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$LPI +# landscapemetrics_landscape_landscape_value <- lsm_l_lpi(landscape) +# +# test_that("lsm_l_lpi results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_lsi metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$LSI +# landscapemetrics_landscape_landscape_value <- lsm_l_lsi(landscape) +# +# test_that("lsm_l_lsi results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_mesh metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$MESH +# landscapemetrics_landscape_landscape_value <- lsm_l_mesh(landscape) +# +# test_that("lsm_l_mesh results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_msidi metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$MSIDI +# landscapemetrics_landscape_landscape_value <- lsm_l_msidi(landscape) +# +# test_that("lsm_l_msidi results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_msiei metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$MSIEI +# landscapemetrics_landscape_landscape_value <- lsm_l_msiei(landscape) +# +# test_that("lsm_l_msiei results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_ndca metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$NDCA +# landscapemetrics_landscape_landscape_value <- lsm_l_ndca(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_l_ndca results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_np metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$NP +# landscapemetrics_landscape_landscape_value <- lsm_l_np(landscape) +# +# test_that("lsm_l_np results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_pafrac metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$PAFRAC +# landscapemetrics_landscape_landscape_value <- lsm_l_pafrac(landscape) +# +# test_that("lsm_l_pafrac results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_para_cv metric") +# +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(PARA)) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_para_cv(landscape) +# +# test_that("lsm_l_para_cv results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_para_mn metric") +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(PARA) / 10000) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_para_mn(landscape) +# +# test_that("lsm_l_para_mn results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_para_sd metric") +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = sd(PARA) / 10000) +# +# landscapemetrics_landscape_landscape_value <- lsm_l_para_sd(landscape) +# +# test_that("lsm_l_para_sd results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_pd metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$PD +# landscapemetrics_landscape_landscape_value <- lsm_l_pd(landscape) +# +# test_that("lsm_l_pd results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_pladj metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$PLADJ +# landscapemetrics_landscape_landscape_value <- lsm_l_pladj(landscape) +# +# test_that("lsm_l_pladj results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_pr metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$PR +# landscapemetrics_landscape_landscape_value <- lsm_l_pr(landscape) +# +# test_that("lsm_l_pr results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_prd metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$NP +# landscapemetrics_landscape_landscape_value <- lsm_l_prd(landscape) +# +# test_that("lsm_l_prd results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_rpr metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$RPR +# landscapemetrics_landscape_landscape_value <- lsm_l_rpr(landscape, classes_max = 5) +# +# test_that("lsm_l_rpr results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_shape_cv metric") +# +# # FRAGSTATS already rounds on patch level +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(SHAPE)) +# +# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_shape(landscape), value = round(value, 4)), value = function(x) sd(x) / mean(x) * 100)(value)) +# +# test_that("lsm_l_shape_cv results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_shape_mn metric") +# +# # FRAGSTATS already rounds on patch level +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = mean(SHAPE)) +# +# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_shape(landscape), value = round(value, 4)), value = mean(value)) +# +# test_that("lsm_l_shape_mn results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_shape_sd metric") +# +# # FRAGSTATS already rounds on patch level +# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% +# dplyr::summarize(value = sd(SHAPE)) +# +# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_shape(landscape), value = round(value, 4)), value = sd(value)) +# +# test_that("lsm_l_shape_sd results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_shdi metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SHDI +# landscapemetrics_landscape_landscape_value <- lsm_l_shdi(landscape) +# +# test_that("lsm_l_shdi results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_shei metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SHEI +# landscapemetrics_landscape_landscape_value <- lsm_l_shei(landscape) +# +# test_that("lsm_l_shei results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_sidi metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SIDI +# landscapemetrics_landscape_landscape_value <- lsm_l_sidi(landscape) +# +# test_that("lsm_l_sidi results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_siei metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SIEI +# landscapemetrics_landscape_landscape_value <- lsm_l_siei(landscape) +# +# test_that("lsm_l_siei results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_split metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SPLIT +# landscapemetrics_landscape_landscape_value <- lsm_l_split(landscape) +# +# test_that("lsm_l_split results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_ta metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$TA +# landscapemetrics_landscape_landscape_value <- lsm_l_ta(landscape) +# +# test_that("lsm_l_ta results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# context("landscape level lsm_l_tca metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$TCA +# landscapemetrics_landscape_landscape_value <- lsm_l_tca(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_l_tca results are equal to fragstats", { +# # expect_true(round(fragstats_landscape_landscape_value, 4) == +# # round(landscapemetrics_landscape_landscape_value$value, 4)) +# # }) +# +# +# context("landscape level lsm_l_te metric") +# +# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$TE +# landscapemetrics_landscape_landscape_value <- lsm_l_te(landscape) +# +# test_that("lsm_l_te results are equal to fragstats", { +# expect_true(round(fragstats_landscape_landscape_value, 4) == +# round(landscapemetrics_landscape_landscape_value$value, 4)) +# }) +# +# +# #### Patch level #### +# +# +# context("patch level lsm_p_area metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$AREA +# landscapemetrics_patch_landscape_value <- lsm_p_area(landscape) +# +# test_that("lsm_p_area results are equal to fragstats", { +# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# round(landscapemetrics_patch_landscape_value$value, 4))) +# }) +# +# +# context("patch level lsm_p_cai metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$CAI +# landscapemetrics_patch_landscape_value <- lsm_p_cai(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_p_cai results are equal to fragstats", { +# # expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# # round(landscapemetrics_patch_landscape_value$value, 4))) +# # }) +# +# +# context("patch level lsm_p_circle metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$CIRCLE +# landscapemetrics_patch_landscape_value <- lsm_p_circle(landscape) +# +# test_that("lsm_p_circle results are equal to fragstats", { +# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# round(landscapemetrics_patch_landscape_value$value, 4))) +# }) +# +# +# context("patch level lsm_p_contig metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$CONTIG +# landscapemetrics_patch_landscape_value <- lsm_p_contig(landscape) +# +# test_that("lsm_p_contig results are equal to fragstats", { +# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# round(landscapemetrics_patch_landscape_value$value, 4))) +# }) +# +# +# context("patch level lsm_p_core metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$CORE +# landscapemetrics_patch_landscape_value <- lsm_p_core(landscape) +# +# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html +# # test_that("lsm_p_core results are equal to fragstats", { +# # expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# # round(landscapemetrics_patch_landscape_value$value, 4))) +# # }) +# +# +# context("patch level lsm_p_enn metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$ENN +# landscapemetrics_patch_landscape_value <- lsm_p_enn(landscape) +# +# test_that("lsm_p_enn results are comparable to fragstats", { +# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# round(landscapemetrics_patch_landscape_value$value, 4))) +# }) +# +# +# context("patch level lsm_p_frac metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$FRAC +# landscapemetrics_patch_landscape_value <- lsm_p_frac(landscape) +# +# test_that("lsm_p_frac results are comparable to fragstats", { +# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# round(landscapemetrics_patch_landscape_value$value, 4))) +# }) +# +# +# context("patch level lsm_p_gyrate metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$GYRATE +# landscapemetrics_patch_landscape_value <- lsm_p_gyrate(landscape) +# +# test_that("lsm_p_gyrate results are comparable to fragstats", { +# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# round(landscapemetrics_patch_landscape_value$value, 4))) +# }) +# +# +# context("patch level lsm_p_nca metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$NCORE +# landscapemetrics_patch_landscape_value <- lsm_p_ncore(landscape) +# +# test_that("lsm_p_ncore results are comparable to fragstats", { +# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# round(landscapemetrics_patch_landscape_value$value, 4))) +# }) +# +# +# context("patch level lsm_p_para metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$PARA +# landscapemetrics_patch_landscape_value <- lsm_p_para(landscape) +# +# test_that("lsm_p_para results are equal to fragstats", { +# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# round(landscapemetrics_patch_landscape_value$value, 4))) +# }) +# +# +# context("patch level lsm_p_perim metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$PERIM +# landscapemetrics_patch_landscape_value <- lsm_p_perim(landscape) +# +# test_that("lsm_p_perim results are equal to fragstats", { +# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# round(landscapemetrics_patch_landscape_value$value, 4))) +# }) +# +# +# context("patch level lsm_p_shape metric") +# +# fragstats_patch_landscape_value <- fragstats_patch_landscape$SHAPE +# landscapemetrics_patch_landscape_value <- lsm_p_shape(landscape) +# +# test_that("lsm_p_shape results are equal to fragstats", { +# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% +# round(landscapemetrics_patch_landscape_value$value, 4))) +# }) +# +# #### END #### diff --git a/vignettes/articles/comparing_tools.Rmd b/vignettes/articles/comparing_tools.Rmd index 0a2dab045..cf72052cb 100644 --- a/vignettes/articles/comparing_tools.Rmd +++ b/vignettes/articles/comparing_tools.Rmd @@ -1,357 +1,357 @@ ---- -title: "Differences FRAGSTATS|landscapemetrics|SDMTools" -date: "`r Sys.Date()`" -output: rmarkdown::html_vignette -vignette: > - %\VignetteIndexEntry{Differences FRAGSTATS|landscapemetrics|SDMTools} - %\VignetteEncoding{UTF-8} - %\VignetteEngine{knitr::rmarkdown} -editor_options: - chunk_output_type: console ---- - -```{r load_libraries_hidden, message = FALSE, warning = FALSE, include = FALSE} -library(landscapemetrics) -library(raster) -library(terra) -library(SDMTools) # remotes::install_version("SDMTools", version = "1.1-221.2") - -library(dplyr) -library(purrr) - -# internal data needs to be unwrapped -landscape <- terra::unwrap(landscapemetrics::landscape) -``` - -> The comparison is currently outdated because the example landscape slightly changed and we trying to re-calculate the FRAGSTATS results currently. - -# Comparison with FRAGSTATS - -**landscapemetrics** re-implements landscape metrics as they are mostly described in the FRAGSTATS software (McGarigal *et al.* 2012). Therefore, we compared our results with the results of FRAGSTATS. In the process, we recognized a few differences between the results. - -Some metrics in FRAGSTATS are interdependent across scales. Thus, if there is a deviation at the patch level, it propagates through the class- and landscape-level. We list the metrics with deviations at the lowest level. - -Unfortunately, we do not have access to the source code of FRAGSTATS. Therefore, we are not able to finally explain the present differences between the results, nevertheless, we try to guess the most likely reasons. - -## General differences - -Firstly, the patch ID is ordered in a different way, due to technical reasons (how connected patches are specified). Therefore, one has to pay attention comparing the results on patch level for FRAGSTATS and **landscapemetrics**. - -All double precision floating point numbers are rounded after the 4th decimal place in FRAGSTATS. Contrastingly, we do not round the numbers. Naturally, this can lead to small deviations between the results. - -There are quite a few metrics on class- and landscape-level that summarise patch level metrics (e.g. the mean, standard deviation (*sd*) or coefficient of variation (*cv*) of all values belonging to class *i*). While the results are identical for single patches and the mean of all patches, there are some slight differences between `lanscapemetrics` and FRAGSTATS for the standard deviation and the coefficent of variation. **landscapemetrics** uses base `R` functions for that, so we should assume that the calculation of such indices is correct. - -In the following, we are comparing the *cv* for the patch area. We are including the *cv* calculated from all patch areas and the actual output of FRAGSTATS as well as the output of **landscapemetrics**. Interestingly, the *cv* calculated from all patches of FRAGSTATS is identical to the cv of **landscapemetrics**, but the actual result of FRAGSTATS is slightly different. - -```{r} -# function to calculate coefficient of variation -cv <- function(x) { - (sd(x) / mean(x)) * 100 -} - -# CV calculated from patch values of FRAGSTATS -fragstats_calculated <- fragstats_patch_landscape |> - dplyr::group_by(TYPE) |> - dplyr::summarise(cv = cv(AREA)) |> - purrr::set_names("class", "fragstats_calculated") - -# Output of FRAGSTATS -fragstats_output <- fragstats_class_landscape |> - dplyr::select(TYPE, AREA_CV) |> - purrr::set_names("class", "fragstats_output") - -# Output of landscapemetrics -landscapemetrics_output <- lsm_c_area_cv(landscape) |> - dplyr::select(class, value) |> - purrr::set_names("class", "landscapemetrics") - -fragstats <- dplyr::full_join(x = fragstats_output, y = fragstats_calculated, - by = "class") - -cv_full <- dplyr::full_join(x = fragstats, y = landscapemetrics_output, - by = "class") -``` - - -
- -```{r} -knitr::kable(cbind(cv_full)) -``` - -
- -As for the *cv*, the results for the *sd* are similiar. The result calculated from all patch areas of FRAGSTATS is identical to the result of **landscapemetrics**, but not the actual result of FRAGSTATS. - -```{r} -# SD calculated from patch values of FRAGSTATS -fragstats_calculated <- fragstats_patch_landscape |> - dplyr::group_by(TYPE) |> - dplyr::summarise(sd = sd(AREA)) |> - purrr::set_names("class", "fragstats_calculated") - - -# Output of FRAGSTATS -fragstats_output <- fragstats_class_landscape |> - dplyr::select(TYPE, AREA_SD) |> - purrr::set_names("class", "fragstats_output") - -# Output of landscapemetrics -landscapemetrics_output <- lsm_c_area_sd(landscape) |> - dplyr::select(class, value) |> - purrr::set_names("class", "landscapemetrics") - -fragstats <- dplyr::full_join(x = fragstats_output, y = fragstats_calculated, - by = "class") - -sd_full <- dplyr::full_join(x = fragstats, y = landscapemetrics_output, - by = "class") -``` - - -
- -```{r} -knitr::kable(cbind(cv_full)) -``` - -
- -## Specific differences - -### GYRATE metric - -According to FRAGSTATS the radius of gyration for a patch consisting of only a single cell should equal GYRATE = 0. - -> [...] GYRATE = 0 when the patch consists of a single cell [...] - -However, for patches containing a single cell FRAGSTATS returns a value of *GYRATE = 0.5*. In the following table, patches with an area of *area = 0.0001* consist of only one cell. - -```{r} -# Calculate patch area -fragstats_area <- fragstats_patch_landscape |> - dplyr::select(PID, AREA) |> - purrr::set_names("id", "fragstats_area") - -landscapemetrics_area <- lsm_p_area(landscape) |> - dplyr::select(id, value) |> - purrr::set_names("id", "landscapemetrics_area") - -# Calculate GYRATE -fragstats_gyrate <- fragstats_patch_landscape |> - dplyr::select(PID, GYRATE) |> - purrr::set_names("id", "fragstats_gyrate") - -landscapemetrics_gyrate <- lsm_p_gyrate(landscape) |> - dplyr::select(id, value) |> - purrr::set_names("id", "landscapemetrics_gyrate") - -fragstats <- dplyr::full_join(x = fragstats_area, y = fragstats_gyrate, - by = "id") |> - dplyr::filter(fragstats_area == 0.0001) - -landscapemetrics <- dplyr::full_join(x = landscapemetrics_area, - y = landscapemetrics_gyrate, by = "id") |> - dplyr::filter(landscapemetrics_area == 0.0001) -``` - - -
- -```{r} -knitr::kable(cbind(fragstats, landscapemetrics)) -``` - -
- -Additionally, we recognized small differences for all other patches as well. However, we could not find an explanation for this difference, yet. - -#### Error propagation (for metrics based on *GYRATE* metric) - -##### Class level - -- GYRATE_CV (`lsm_c_gyrate_cv`) -- GYRATE_MN (`lsm_c_gyrate_mn`) -- GYRATE_SD (`lsm_c_gyrate_sd`) - -##### Landscape level - -- GYRATE_CV (`lsm_l_gyrate_cv`) -- GYRATE_MN (`lsm_l_gyrate_mn`) -- GYRATE_SD (`lsm_l_gyrate_sd`) - -### PARA metric - -The documentation of FRAGSTATS defines the perimeter-area ratio the following: - -> [...] PARA equals the ratio of the patch perimeter (m) to area (m2). [...] - -Contrastingly, the output of FRAGSTATS gives the result as the ratio of the patch perimeter in meters to area in hectares. - -We implemented PARA as documented in the FRAGSTATS manual using square meters. Nevertheless, the differences between the softwares are only based on different units, as shown by converting the FRAGSTATS output to meters per square meters. - -```{r} -# Output of FRAGSTATS -fragstats <- fragstats_patch_landscape |> - dplyr::select(PID, AREA, PERIM, PARA) |> - purrr::set_names("id", "area", "perim", "para") |> - dplyr::mutate(para_calculated_ha = perim / area, - para_calculated_m = perim / (area * 10000)) |> - dplyr::arrange(area) - -# Output of landscapemetrics -area_landscapmetrics <- lsm_p_area(landscape) |> - dplyr::select(id, value) |> - purrr::set_names("id", "area") - -perim_landscapmetrics <- lsm_p_perim(landscape) |> - dplyr::select(id, value) |> - purrr::set_names("id", "perim") - -para_landscapemetrics <- lsm_p_para(landscape) |> - dplyr::select(id, value) |> - purrr::set_names("id", "para") - -landscapemetrics <- dplyr::full_join(x = area_landscapmetrics, - y = perim_landscapmetrics, - by = "id") |> - dplyr::full_join(para_landscapemetrics, by = "id") |> - dplyr::mutate(para_calculated_ha = perim / area, - para_calculated_m = perim / (area * 10000)) |> - dplyr::arrange(area) -``` - - -
- -```{r} -knitr::kable(cbind(fragstats, landscapemetrics)) -``` - -
- -#### Error propagation (for metrics based on **PARA** metric) - -##### Class level -- PARA_MN (`lsm_c_para_mn`) -- PARA_SD (`lsm_c_para_sd`) - -### CIRCLE metric -According to FRAGSTATS, for patches with only one cell CIRCLE = 0. - -> [...] CIRCLE = 0 for one cell patches. [...] - -Nevertheless, because also patches with only one cell have a dimension in the raster context, we decided to calculate the CIRCLE metric for such patches. - -```{r} -# Output of FRAGSTATS -fragstats <- fragstats_patch_landscape |> - dplyr::select(PID, AREA, CIRCLE) |> - purrr::set_names("id_fs", "area_fs", "circle_fs") |> - dplyr::filter(area_fs == 0.0001) - -# Output of landscapemetrics -area_landscapmetrics <- lsm_p_area(landscape) |> - dplyr::select(id, value) |> - purrr::set_names("id_lsm", "area_lsm") - -circle_landscapmetrics <- lsm_p_circle(landscape) |> - dplyr::select(id, value) |> - purrr::set_names("id_lsm", "circle_lsm") - -landscapemetrics <- dplyr::full_join(x = area_landscapmetrics, y = circle_landscapmetrics, - by = "id_lsm") |> - dplyr::filter(area_lsm == 0.0001) -``` - - -
- -```{r} -knitr::kable(cbind(fragstats, landscapemetrics)) -``` - -
- -It seems like FRAGSTATS uses the largest distance between the corner points of the cells to calculate the diameter of the circumscribing circle. However, this does not necessarily result in the correct circumscribing circle. While this approach works well for more compact patch shapes, there are some cases in which the approach fails. One example are T-shaped patches. Contrastingly to FRAGSTATS, our algorithm calculates the true circumscribing circle also for such patches. - -```{r} -# create matrix -mat <- matrix(data = NA, nrow = 13, ncol = 13) - -# create T-shaped patches -mat[4:9, 7] <- 1 -mat[4, 4:10] <- 1 - -# convert to terra -ras <- terra::rast(mat, xmin = 0, xmax = 13, ymin = 0, ymax = 13) - -# get circumscribing circle -circle_lsm <- get_circumscribingcircle(ras) - -# construct circle using diameter / 2 -circle_lsm <- construct_buffer(coords = matrix(c(circle_lsm$center_x, - circle_lsm$center_y), - nrow = 1, ncol = 2), - shape = "circle", size = circle_lsm$value / 2, - return_sp = FALSE) - -# calculate max distance between corner points of cells -circle_max_dist <- dist(matrix(data = c(3, 10, 7, 4), byrow = TRUE, nrow = 2, ncol = 2)) - -# construct circle using diamter /2 -circle_max_dist <- construct_buffer(coords = matrix(c(6.5, 7.5), nrow = 1, ncol = 2), - shape = "circle", size = circle_max_dist / 2, - return_sp = FALSE) - -# plot results -plot(ras, col = "#D5B528", legend = FALSE) -polygon(circle_lsm, border = "#84A98E", lwd = 2.5) # green circle -polygon(circle_max_dist, border = "#922418", lwd = 2.5) # red circle - -``` - -# Comparison with SDMTools - -`SDMTools` (VanDerWal et al. 2014) (still available, but apparently not longer maintained) offers landscape metrics on patch and class level. However, it does not return the same results as FRAGSTATS. The main reason for this are different standard defaults (e.g. `SDMTools` always considers the global landscape boundary) and that `SDMTools` returns results in map units and not in m^2/hectar, as FRAGSTATS/**landscapemetrics**. This also explains differences between our package and `SDMTools`. - -[Joseph Stachelek](https://github.com/jsta) was so nice to remind us of these issues and provided the comparison. - -## Patch metrics -To get all availabel metrics on e.g. patch level with `SDMTools`, you have to make a binary landscape for every class in your landscape, perform connected components labelling on it and then calculate the patch metrics. - -```{r} -# binarize every class in the landscape and calculate patch metrics -sdmtools_result <- lapply(raster::unique(landscape), FUN = function(x){ - tmp_land <- landscape - raster::values(tmp_land)[raster::values(tmp_land) != x] <- NA - raster::values(tmp_land)[raster::values(tmp_land) == x] <- 1 - ccl <- SDMTools::ConnCompLabel(tmp_land) - PatchStat(ccl) -}) - -# combine to one data frame -sdmtools_result <- dplyr::bind_rows(sdmtools_result, .id = "Class") -``` - -**landscapemetrics** offers for such tasks the function `get_patches` and for the metrics itself all of that is done internally. To get all metrics on patch level with **landscapemetrics** you could for example do: - -```{r} -patch_metrics <- calculate_lsm(landscape, what = "patch") -``` - - -
- -```{r} -knitr::kable(bind_rows(sdmtools_result)) -``` - -
- -## References - -- McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: https://www.umass.edu/landeco/ - -- Jeremy VanDerWal, Lorena Falconi, Stephanie Januchowski, Luke Shoo and Collin Storlie (2014). SDMTools: Species Distribution Modelling Tools: Tools for processing data associated with species distribution modelling exercises. R package version 1.1-221. https://CRAN.R-project.org/package=SDMTools - +--- +title: "Differences FRAGSTATS|landscapemetrics|SDMTools" +date: "`r Sys.Date()`" +output: rmarkdown::html_vignette +vignette: > + %\VignetteIndexEntry{Differences FRAGSTATS|landscapemetrics|SDMTools} + %\VignetteEncoding{UTF-8} + %\VignetteEngine{knitr::rmarkdown} +editor_options: + chunk_output_type: console +--- + +```{r load_libraries_hidden, message = FALSE, warning = FALSE, include = FALSE} +library(landscapemetrics) +library(raster) +library(terra) +library(SDMTools) # remotes::install_version("SDMTools", version = "1.1-221.2") + +library(dplyr) +library(purrr) + +# internal data needs to be unwrapped +landscape <- terra::unwrap(landscapemetrics::landscape) +``` + +> The comparison is currently outdated because the example landscape slightly changed and we trying to re-calculate the FRAGSTATS results currently. + +# Comparison with FRAGSTATS + +**landscapemetrics** re-implements landscape metrics as they are mostly described in the FRAGSTATS software (McGarigal *et al.* 2012). Therefore, we compared our results with the results of FRAGSTATS. In the process, we recognized a few differences between the results. + +Some metrics in FRAGSTATS are interdependent across scales. Thus, if there is a deviation at the patch level, it propagates through the class- and landscape-level. We list the metrics with deviations at the lowest level. + +Unfortunately, we do not have access to the source code of FRAGSTATS. Therefore, we are not able to finally explain the present differences between the results, nevertheless, we try to guess the most likely reasons. + +## General differences + +Firstly, the patch ID is ordered in a different way, due to technical reasons (how connected patches are specified). Therefore, one has to pay attention comparing the results on patch level for FRAGSTATS and **landscapemetrics**. + +All double precision floating point numbers are rounded after the 4th decimal place in FRAGSTATS. Contrastingly, we do not round the numbers. Naturally, this can lead to small deviations between the results. + +There are quite a few metrics on class- and landscape-level that summarise patch level metrics (e.g. the mean, standard deviation (*sd*) or coefficient of variation (*cv*) of all values belonging to class *i*). While the results are identical for single patches and the mean of all patches, there are some slight differences between `lanscapemetrics` and FRAGSTATS for the standard deviation and the coefficent of variation. **landscapemetrics** uses base `R` functions for that, so we should assume that the calculation of such indices is correct. + +In the following, we are comparing the *cv* for the patch area. We are including the *cv* calculated from all patch areas and the actual output of FRAGSTATS as well as the output of **landscapemetrics**. Interestingly, the *cv* calculated from all patches of FRAGSTATS is identical to the cv of **landscapemetrics**, but the actual result of FRAGSTATS is slightly different. + +```{r} +# function to calculate coefficient of variation +cv <- function(x) { + (sd(x) / mean(x)) * 100 +} + +# CV calculated from patch values of FRAGSTATS +fragstats_calculated <- fragstats_patch_landscape |> + dplyr::group_by(TYPE) |> + dplyr::summarise(cv = cv(AREA)) |> + purrr::set_names("class", "fragstats_calculated") + +# Output of FRAGSTATS +fragstats_output <- fragstats_class_landscape |> + dplyr::select(TYPE, AREA_CV) |> + purrr::set_names("class", "fragstats_output") + +# Output of landscapemetrics +landscapemetrics_output <- lsm_c_area_cv(landscape) |> + dplyr::select(class, value) |> + purrr::set_names("class", "landscapemetrics") + +fragstats <- dplyr::full_join(x = fragstats_output, y = fragstats_calculated, + by = "class") + +cv_full <- dplyr::full_join(x = fragstats, y = landscapemetrics_output, + by = "class") +``` + + +
+ +```{r} +knitr::kable(cbind(cv_full)) +``` + +
+ +As for the *cv*, the results for the *sd* are similiar. The result calculated from all patch areas of FRAGSTATS is identical to the result of **landscapemetrics**, but not the actual result of FRAGSTATS. + +```{r} +# SD calculated from patch values of FRAGSTATS +fragstats_calculated <- fragstats_patch_landscape |> + dplyr::group_by(TYPE) |> + dplyr::summarise(sd = sd(AREA)) |> + purrr::set_names("class", "fragstats_calculated") + + +# Output of FRAGSTATS +fragstats_output <- fragstats_class_landscape |> + dplyr::select(TYPE, AREA_SD) |> + purrr::set_names("class", "fragstats_output") + +# Output of landscapemetrics +landscapemetrics_output <- lsm_c_area_sd(landscape) |> + dplyr::select(class, value) |> + purrr::set_names("class", "landscapemetrics") + +fragstats <- dplyr::full_join(x = fragstats_output, y = fragstats_calculated, + by = "class") + +sd_full <- dplyr::full_join(x = fragstats, y = landscapemetrics_output, + by = "class") +``` + + +
+ +```{r} +knitr::kable(cbind(cv_full)) +``` + +
+ +## Specific differences + +### GYRATE metric + +According to FRAGSTATS the radius of gyration for a patch consisting of only a single cell should equal GYRATE = 0. + +> [...] GYRATE = 0 when the patch consists of a single cell [...] + +However, for patches containing a single cell FRAGSTATS returns a value of *GYRATE = 0.5*. In the following table, patches with an area of *area = 0.0001* consist of only one cell. + +```{r} +# Calculate patch area +fragstats_area <- fragstats_patch_landscape |> + dplyr::select(PID, AREA) |> + purrr::set_names("id", "fragstats_area") + +landscapemetrics_area <- lsm_p_area(landscape) |> + dplyr::select(id, value) |> + purrr::set_names("id", "landscapemetrics_area") + +# Calculate GYRATE +fragstats_gyrate <- fragstats_patch_landscape |> + dplyr::select(PID, GYRATE) |> + purrr::set_names("id", "fragstats_gyrate") + +landscapemetrics_gyrate <- lsm_p_gyrate(landscape) |> + dplyr::select(id, value) |> + purrr::set_names("id", "landscapemetrics_gyrate") + +fragstats <- dplyr::full_join(x = fragstats_area, y = fragstats_gyrate, + by = "id") |> + dplyr::filter(fragstats_area == 0.0001) + +landscapemetrics <- dplyr::full_join(x = landscapemetrics_area, + y = landscapemetrics_gyrate, by = "id") |> + dplyr::filter(landscapemetrics_area == 0.0001) +``` + + +
+ +```{r} +knitr::kable(cbind(fragstats, landscapemetrics)) +``` + +
+ +Additionally, we recognized small differences for all other patches as well. However, we could not find an explanation for this difference, yet. + +#### Error propagation (for metrics based on *GYRATE* metric) + +##### Class level + +- GYRATE_CV (`lsm_c_gyrate_cv`) +- GYRATE_MN (`lsm_c_gyrate_mn`) +- GYRATE_SD (`lsm_c_gyrate_sd`) + +##### Landscape level + +- GYRATE_CV (`lsm_l_gyrate_cv`) +- GYRATE_MN (`lsm_l_gyrate_mn`) +- GYRATE_SD (`lsm_l_gyrate_sd`) + +### PARA metric + +The documentation of FRAGSTATS defines the perimeter-area ratio the following: + +> [...] PARA equals the ratio of the patch perimeter (m) to area (m2). [...] + +Contrastingly, the output of FRAGSTATS gives the result as the ratio of the patch perimeter in meters to area in hectares. + +We implemented PARA as documented in the FRAGSTATS manual using square meters. Nevertheless, the differences between the softwares are only based on different units, as shown by converting the FRAGSTATS output to meters per square meters. + +```{r} +# Output of FRAGSTATS +fragstats <- fragstats_patch_landscape |> + dplyr::select(PID, AREA, PERIM, PARA) |> + purrr::set_names("id", "area", "perim", "para") |> + dplyr::mutate(para_calculated_ha = perim / area, + para_calculated_m = perim / (area * 10000)) |> + dplyr::arrange(area) + +# Output of landscapemetrics +area_landscapmetrics <- lsm_p_area(landscape) |> + dplyr::select(id, value) |> + purrr::set_names("id", "area") + +perim_landscapmetrics <- lsm_p_perim(landscape) |> + dplyr::select(id, value) |> + purrr::set_names("id", "perim") + +para_landscapemetrics <- lsm_p_para(landscape) |> + dplyr::select(id, value) |> + purrr::set_names("id", "para") + +landscapemetrics <- dplyr::full_join(x = area_landscapmetrics, + y = perim_landscapmetrics, + by = "id") |> + dplyr::full_join(para_landscapemetrics, by = "id") |> + dplyr::mutate(para_calculated_ha = perim / area, + para_calculated_m = perim / (area * 10000)) |> + dplyr::arrange(area) +``` + + +
+ +```{r} +knitr::kable(cbind(fragstats, landscapemetrics)) +``` + +
+ +#### Error propagation (for metrics based on **PARA** metric) + +##### Class level +- PARA_MN (`lsm_c_para_mn`) +- PARA_SD (`lsm_c_para_sd`) + +### CIRCLE metric +According to FRAGSTATS, for patches with only one cell CIRCLE = 0. + +> [...] CIRCLE = 0 for one cell patches. [...] + +Nevertheless, because also patches with only one cell have a dimension in the raster context, we decided to calculate the CIRCLE metric for such patches. + +```{r} +# Output of FRAGSTATS +fragstats <- fragstats_patch_landscape |> + dplyr::select(PID, AREA, CIRCLE) |> + purrr::set_names("id_fs", "area_fs", "circle_fs") |> + dplyr::filter(area_fs == 0.0001) + +# Output of landscapemetrics +area_landscapmetrics <- lsm_p_area(landscape) |> + dplyr::select(id, value) |> + purrr::set_names("id_lsm", "area_lsm") + +circle_landscapmetrics <- lsm_p_circle(landscape) |> + dplyr::select(id, value) |> + purrr::set_names("id_lsm", "circle_lsm") + +landscapemetrics <- dplyr::full_join(x = area_landscapmetrics, y = circle_landscapmetrics, + by = "id_lsm") |> + dplyr::filter(area_lsm == 0.0001) +``` + + +
+ +```{r} +knitr::kable(cbind(fragstats, landscapemetrics)) +``` + +
+ +It seems like FRAGSTATS uses the largest distance between the corner points of the cells to calculate the diameter of the circumscribing circle. However, this does not necessarily result in the correct circumscribing circle. While this approach works well for more compact patch shapes, there are some cases in which the approach fails. One example are T-shaped patches. Contrastingly to FRAGSTATS, our algorithm calculates the true circumscribing circle also for such patches. + +```{r} +# create matrix +mat <- matrix(data = NA, nrow = 13, ncol = 13) + +# create T-shaped patches +mat[4:9, 7] <- 1 +mat[4, 4:10] <- 1 + +# convert to terra +ras <- terra::rast(mat, xmin = 0, xmax = 13, ymin = 0, ymax = 13) + +# get circumscribing circle +circle_lsm <- get_circumscribingcircle(ras) + +# construct circle using diameter / 2 +circle_lsm <- construct_buffer(coords = matrix(c(circle_lsm$center_x, + circle_lsm$center_y), + nrow = 1, ncol = 2), + shape = "circle", size = circle_lsm$value / 2, + return_sp = FALSE) + +# calculate max distance between corner points of cells +circle_max_dist <- dist(matrix(data = c(3, 10, 7, 4), byrow = TRUE, nrow = 2, ncol = 2)) + +# construct circle using diamter /2 +circle_max_dist <- construct_buffer(coords = matrix(c(6.5, 7.5), nrow = 1, ncol = 2), + shape = "circle", size = circle_max_dist / 2, + return_sp = FALSE) + +# plot results +plot(ras, col = "#D5B528", legend = FALSE) +polygon(circle_lsm, border = "#84A98E", lwd = 2.5) # green circle +polygon(circle_max_dist, border = "#922418", lwd = 2.5) # red circle + +``` + +# Comparison with SDMTools + +`SDMTools` (VanDerWal et al. 2014) (still available, but apparently not longer maintained) offers landscape metrics on patch and class level. However, it does not return the same results as FRAGSTATS. The main reason for this are different standard defaults (e.g. `SDMTools` always considers the global landscape boundary) and that `SDMTools` returns results in map units and not in m^2/hectar, as FRAGSTATS/**landscapemetrics**. This also explains differences between our package and `SDMTools`. + +[Joseph Stachelek](https://github.com/jsta) was so nice to remind us of these issues and provided the comparison. + +## Patch metrics +To get all availabel metrics on e.g. patch level with `SDMTools`, you have to make a binary landscape for every class in your landscape, perform connected components labelling on it and then calculate the patch metrics. + +```{r} +# binarize every class in the landscape and calculate patch metrics +sdmtools_result <- lapply(raster::unique(landscape), FUN = function(x){ + tmp_land <- landscape + raster::values(tmp_land)[raster::values(tmp_land) != x] <- NA + raster::values(tmp_land)[raster::values(tmp_land) == x] <- 1 + ccl <- SDMTools::ConnCompLabel(tmp_land) + PatchStat(ccl) +}) + +# combine to one data frame +sdmtools_result <- dplyr::bind_rows(sdmtools_result, .id = "Class") +``` + +**landscapemetrics** offers for such tasks the function `get_patches` and for the metrics itself all of that is done internally. To get all metrics on patch level with **landscapemetrics** you could for example do: + +```{r} +patch_metrics <- calculate_lsm(landscape, what = "patch") +``` + + +
+ +```{r} +knitr::kable(bind_rows(sdmtools_result)) +``` + +
+ +## References + +- McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: https://www.umass.edu/landeco/ + +- Jeremy VanDerWal, Lorena Falconi, Stephanie Januchowski, Luke Shoo and Collin Storlie (2014). SDMTools: Species Distribution Modelling Tools: Tools for processing data associated with species distribution modelling exercises. R package version 1.1-221. https://CRAN.R-project.org/package=SDMTools + diff --git a/vignettes/articles/general_background.Rmd b/vignettes/articles/general_background.Rmd index 3381662aa..6491dbcbd 100644 --- a/vignettes/articles/general_background.Rmd +++ b/vignettes/articles/general_background.Rmd @@ -1,75 +1,75 @@ ---- -title: "General background" -date: "`r Sys.Date()`" -output: rmarkdown::html_vignette -vignette: > - %\VignetteIndexEntry{General background} - %\VignetteEncoding{UTF-8} - %\VignetteEngine{knitr::rmarkdown} -editor_options: - chunk_output_type: console ---- - -```{r, echo = FALSE} -library(terra) -``` - -# Introduction - -Ecology and landscape ecology mainly studies interactions between organisms and their environment. In a wider sense, the environment perceived by the organism can be defined as a landscape. This can spread from huge areas for e.g. mobile, large-bodied mammals to much smaller areas for e.g. immobile insects and always depends on the research question. - -Landscape metrics are tools to characterize a landscape. This includes mainly describing the composition and configuration of a landscape. While the composition basically describes how much of the landscape is occupied by a certain land cover type, the configuration mainly describes the spatial arrangement of the landcover types. The basic idea of landscape metrics is to condense as much information as possible into single number. - -The **landscapemetrics** package supports **terra** spatial objects. A raster (sometimes also referred to as grid) contains spatial information by dividing the landscape into discrete cells. Consequently, the cells are the smallest "resolution of information". Because **landscapemetrics** deals with categorical data, each cell has to be assigned to a discrete class (see Fig. 1 for details). -These classes must be positive integer numbers. - -```{r fig.height=4, fig.align="center", fig.cap="Fig 1.: a) and b) are the same landscape, but with a continous (a) and categorical (b) representation. A continuous landscape would typically be expected from remote sensing imagery or interpolated enviromental data. Categorical landscapes are mostly classified as percieved by humans, e.g. in land cover and use classes.", echo = FALSE, results = TRUE, message = FALSE, warning = FALSE, error = FALSE} - -lsm_a <- terra::unwrap(landscapemetrics:::landscape_background$`a) Continous Landscape`) -lsm_b <- terra::unwrap(landscapemetrics:::landscape_background$`b) Categorical Landscape`) - -terra::plot(c(lsm_a, lsm_b)) -``` - -## Levels of landscape metrics - -**Landscape metrics** can be calculated for three different levels (or "scales"). Each level contains information about different aspects of the landscape. Level of interest depends largely on the research question. Often, even a combination of several levels can be useful. Similar, also the decision of which metric to use depends on the research question asked. - -**A patch** is defined as neighboring cells belonging to the same class `i`. Hereby, **landscapemetrics** uses the 8-neighbors rule (Queen's case) to identify patches. Patch level metrics are calculated for every patch in the landscape, regardless of the class that the patch belongs to. The output will match the number of patches present in the landscape. These metrics are also often the basis for metrics of the other two levels. - -**Class level metrics** summaries all patches belonging to one class `i`. These metrics can be either the "distribution" of patch level metrics of all patches of class `i` (e.g. the mean) or consider only patches of class `i` for the calculations of the metric. Regardless of the mathematical background, the output will always match the number of classes present. Class level metrics are suitable to describe the composition and configuration of the landscape. - -**Landscape level metrics** summaries the whole landscape into one value. This can either be done by summarising metrics of lower levels or calculating a metric including all patches and classes. Following, the output will always be just one number.Landscape level metrics are suitable for condensing information about the landscape into just one value. - -## Classes of landscape metrics - -There are six different classes of landscape metrics implemented in **landscapemetrics**: - -1. **Area and edge metrics** describe the size of patches and classes and the amount of edge. An edge is defined as the border between two patches of class `i` and `k` in meters. These metrics mainly characterize the composition of the landscape and are able to show dominance or rareness of classes. - -2. **Shape metrics** describe the shape of patches, mainly by using its area and perimeter. This can be important for many research questions, because e.g. even though, being equal in size, long and narrow patches has probably different characteristics than a squared patch of the same size. - -3. **Core metrics** describe the area of patches that are not an edge. These metrics can be interesting for research questions in which e.g. only areas that are not influenced by neighboring patches of a different class are of interest. - -4. **Aggregation metrics** describe if patches (of the same class) are rather clumped (aggregated) or tend to be isolated. Following, these metrics describe mainly the spatial configuration of the landscape. - -5. **Diversity metrics** are only available on the landscape level. They describe the abundance and dominance/rareness of classes. Thereby, they show the diversity of present classes. - -6. **Complexity metrics** -For more information, please see [New Metrics outside FRAGSTATS](https://r-spatialecology.github.io/landscapemetrics/articles/articles/new_metrics.html). - -## Other software to calculate landscape metrics - -There are already software packages available to calculate landscape metrics, the most famous one probably being the stand-alone software FRAGSTATS (McGarigal *et al.* 2012). But also add-ons to GIS software are available, e.g. r.le (Baker & Cai 1992) or its successor r.li for GRASS GIS. Lastly, also an R package, namely `SDMTools` (VanDerWal *et al.* 2014), can be used. - -Nevertheless, we decided to re-implement most of the metrics available in [FRAGSTATS](https://www.umass.edu/landeco/research/fragstats/documents/fragstats_documents.html). We wanted to provide a comprehensive collection of landscape metrics in R. While FRAGSTATS is an extensive collection it is only available for Windows. Note, that even though we tried to re-implement the metrics as described in the FRAGSTATS manual, there are some differences ([Differences FRAGSTATS|landscapemetrics](https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html)). Further, `SDMTools` contains only a subset of metrics and does not cover all levels ([General background](https://r-spatialecology.github.io/landscapemetrics/articles/articles/general-background.html)). Lastly, we want to start a collection of landscape metrics being open source and easily extendable by new (future) landscape metrics (see [CONTRIBUTING](CONTRIBUTING.md)). Also, one major advantage of **landscapemetrics** are the utility functions for e.g. the visualization or sampling of landscape metrics. - -Those were the main reasons we implemented **landscapemetrics**, however, we want to fully appreciate and acknowledge the already present software. - -### References - -- Baker, W.L. and Cai, Y. 1992. The r.le programs for multiscale analysis of landscape structure using the GRASS geographical information system. Landscape Ecology 7(4):291-302. - -- McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: - -- VanDerWal, J., Falconi, L., Januchowski, S., Shoo, L., and Storlie, C. 2014. SDMTools: Species Distribution Modelling Tools: Tools for processing data associated with species distribution modelling exercises. R package version 1.1-221. +--- +title: "General background" +date: "`r Sys.Date()`" +output: rmarkdown::html_vignette +vignette: > + %\VignetteIndexEntry{General background} + %\VignetteEncoding{UTF-8} + %\VignetteEngine{knitr::rmarkdown} +editor_options: + chunk_output_type: console +--- + +```{r, echo = FALSE} +library(terra) +``` + +# Introduction + +Ecology and landscape ecology mainly studies interactions between organisms and their environment. In a wider sense, the environment perceived by the organism can be defined as a landscape. This can spread from huge areas for e.g. mobile, large-bodied mammals to much smaller areas for e.g. immobile insects and always depends on the research question. + +Landscape metrics are tools to characterize a landscape. This includes mainly describing the composition and configuration of a landscape. While the composition basically describes how much of the landscape is occupied by a certain land cover type, the configuration mainly describes the spatial arrangement of the landcover types. The basic idea of landscape metrics is to condense as much information as possible into single number. + +The **landscapemetrics** package supports **terra** spatial objects. A raster (sometimes also referred to as grid) contains spatial information by dividing the landscape into discrete cells. Consequently, the cells are the smallest "resolution of information". Because **landscapemetrics** deals with categorical data, each cell has to be assigned to a discrete class (see Fig. 1 for details). +These classes must be positive integer numbers. + +```{r fig.height=4, fig.align="center", fig.cap="Fig 1.: a) and b) are the same landscape, but with a continous (a) and categorical (b) representation. A continuous landscape would typically be expected from remote sensing imagery or interpolated enviromental data. Categorical landscapes are mostly classified as percieved by humans, e.g. in land cover and use classes.", echo = FALSE, results = TRUE, message = FALSE, warning = FALSE, error = FALSE} + +lsm_a <- terra::unwrap(landscapemetrics:::landscape_background$`a) Continous Landscape`) +lsm_b <- terra::unwrap(landscapemetrics:::landscape_background$`b) Categorical Landscape`) + +terra::plot(c(lsm_a, lsm_b)) +``` + +## Levels of landscape metrics + +**Landscape metrics** can be calculated for three different levels (or "scales"). Each level contains information about different aspects of the landscape. Level of interest depends largely on the research question. Often, even a combination of several levels can be useful. Similar, also the decision of which metric to use depends on the research question asked. + +**A patch** is defined as neighboring cells belonging to the same class `i`. Hereby, **landscapemetrics** uses the 8-neighbors rule (Queen's case) to identify patches. Patch level metrics are calculated for every patch in the landscape, regardless of the class that the patch belongs to. The output will match the number of patches present in the landscape. These metrics are also often the basis for metrics of the other two levels. + +**Class level metrics** summaries all patches belonging to one class `i`. These metrics can be either the "distribution" of patch level metrics of all patches of class `i` (e.g. the mean) or consider only patches of class `i` for the calculations of the metric. Regardless of the mathematical background, the output will always match the number of classes present. Class level metrics are suitable to describe the composition and configuration of the landscape. + +**Landscape level metrics** summaries the whole landscape into one value. This can either be done by summarising metrics of lower levels or calculating a metric including all patches and classes. Following, the output will always be just one number.Landscape level metrics are suitable for condensing information about the landscape into just one value. + +## Classes of landscape metrics + +There are six different classes of landscape metrics implemented in **landscapemetrics**: + +1. **Area and edge metrics** describe the size of patches and classes and the amount of edge. An edge is defined as the border between two patches of class `i` and `k` in meters. These metrics mainly characterize the composition of the landscape and are able to show dominance or rareness of classes. + +2. **Shape metrics** describe the shape of patches, mainly by using its area and perimeter. This can be important for many research questions, because e.g. even though, being equal in size, long and narrow patches has probably different characteristics than a squared patch of the same size. + +3. **Core metrics** describe the area of patches that are not an edge. These metrics can be interesting for research questions in which e.g. only areas that are not influenced by neighboring patches of a different class are of interest. + +4. **Aggregation metrics** describe if patches (of the same class) are rather clumped (aggregated) or tend to be isolated. Following, these metrics describe mainly the spatial configuration of the landscape. + +5. **Diversity metrics** are only available on the landscape level. They describe the abundance and dominance/rareness of classes. Thereby, they show the diversity of present classes. + +6. **Complexity metrics** +For more information, please see [New Metrics outside FRAGSTATS](https://r-spatialecology.github.io/landscapemetrics/articles/articles/new_metrics.html). + +## Other software to calculate landscape metrics + +There are already software packages available to calculate landscape metrics, the most famous one probably being the stand-alone software FRAGSTATS (McGarigal *et al.* 2012). But also add-ons to GIS software are available, e.g. r.le (Baker & Cai 1992) or its successor r.li for GRASS GIS. Lastly, also an R package, namely `SDMTools` (VanDerWal *et al.* 2014), can be used. + +Nevertheless, we decided to re-implement most of the metrics available in [FRAGSTATS](https://www.umass.edu/landeco/research/fragstats/documents/fragstats_documents.html). We wanted to provide a comprehensive collection of landscape metrics in R. While FRAGSTATS is an extensive collection it is only available for Windows. Note, that even though we tried to re-implement the metrics as described in the FRAGSTATS manual, there are some differences ([Differences FRAGSTATS|landscapemetrics](https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html)). Further, `SDMTools` contains only a subset of metrics and does not cover all levels ([General background](https://r-spatialecology.github.io/landscapemetrics/articles/articles/general-background.html)). Lastly, we want to start a collection of landscape metrics being open source and easily extendable by new (future) landscape metrics (see [CONTRIBUTING](CONTRIBUTING.md)). Also, one major advantage of **landscapemetrics** are the utility functions for e.g. the visualization or sampling of landscape metrics. + +Those were the main reasons we implemented **landscapemetrics**, however, we want to fully appreciate and acknowledge the already present software. + +### References + +- Baker, W.L. and Cai, Y. 1992. The r.le programs for multiscale analysis of landscape structure using the GRASS geographical information system. Landscape Ecology 7(4):291-302. + +- McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: + +- VanDerWal, J., Falconi, L., Januchowski, S., Shoo, L., and Storlie, C. 2014. SDMTools: Species Distribution Modelling Tools: Tools for processing data associated with species distribution modelling exercises. R package version 1.1-221. diff --git a/vignettes/articles/guide_moving_window.Rmd b/vignettes/articles/guide_moving_window.Rmd index 548a42ba2..2b0fd2357 100644 --- a/vignettes/articles/guide_moving_window.Rmd +++ b/vignettes/articles/guide_moving_window.Rmd @@ -1,75 +1,75 @@ ---- -title: "Moving window" -date: "`r Sys.Date()`" -output: rmarkdown::html_vignette -vignette: > - %\VignetteIndexEntry{Moving window} - %\VignetteEncoding{UTF-8} - %\VignetteEngine{knitr::rmarkdown} -editor_options: - chunk_output_type: console ---- - -Results of a landscape analysis are scale dependent (Šímová 2012). One approach to deal with this is by using a moving window (Hagen-Zanker 2016). For each focal cell in the landscape, a matrix is used to specify the neighborhood and the metric value of this local neighborhood is assigned to each focal cell (Fletcher 2018). Thereby, the windows are allowed to overlap (McGarigal et al. 2012). The result of a moving window analysis is a raster with an identical extent as the input, however, each cell now describes the neighborhood in regard to the variability of the chosen metric (Hagen-Zanker 2016). Of course, the selection of the matrix size largely influences the scale of the result (Hagen-Zanker 2016). - -## Implementation in **landscapemetrics** - -We provide the function `window_lsm()` in **landscapemetrics** to analyse an input raster using the moving window approach. The function allows to specify the neighborhood using a matrix using the `raster::focal()` function internally. Currently, only the landscape level metrics are possible to calculate and they can be specified similarly to `calculate_lsm()`. For details, see `?list_lsm()`. - -```{r packages, message = FALSE} -library(landscapemetrics) -library(terra) - -library(ggplot2) - -# internal data needs to be unwrapped -landscape <- terra::unwrap(landscapemetrics::landscape) -``` - -First, we need to specify the local neighborhood matrix. This matrix must have sides defined as odd numbers, in which the focal cell is always the center cell (for more details, see `?terra::focal()`). - -```{r neighbourhood-matrix} -moving_window <- matrix(1, nrow = 3, ncol = 3) -moving_window -``` - -Now, we can easily pass this matrix to `window_lsm()` together with the input landscape. For this example, we want to calculate the number of classes (`lsm_l_pr`) and the joint entropy (`lsm_l_joinent`) for the local neighborhoods. - -```{r moving-window} -result <- window_lsm(landscape, window = moving_window, what = c("lsm_l_pr", "lsm_l_joinent")) -result -``` - -To be type-stable, the result will be a nested list. The first level includes all layers of a `SpatRaster` (only one if a `SpatRaster` is provided), the second level all selected metrics. The resulting `SpatRaster` describe the local neighborhood according to the moving window around each focal cell. In the case of `lsm_l_pr` this the number of classes present. - -```{r plot-result, echo = FALSE, fig.align = "center"} -result_stack <- raster::stack(landscape, result[[1]]$lsm_l_pr) - -ggplot(data = raster::as.data.frame(landscape, xy = TRUE)) + - geom_raster(aes(x = x, y = y, fill = factor(clumps))) + - scale_fill_viridis_d(name = "Landscape class") + - coord_equal() + - theme(axis.line = element_blank(), axis.ticks = element_blank(), - axis.text = element_blank(), axis.title = element_blank(), - legend.position = "bottom") - -ggplot(data = raster::as.data.frame(result[[1]]$lsm_l_pr, xy = TRUE)) + - geom_raster(ggplot2::aes(x = x, y = y, fill = factor(layer))) + - scale_fill_viridis_d(name = "Number of classes", option = "C") + - coord_equal() + - theme(axis.line = element_blank(), axis.ticks = element_blank(), - axis.text = element_blank(), axis.title = element_blank(), - legend.position = "bottom") -``` - -In the future, we also plan to allow class level metrics, however, patch metrics are not meaningful (McGarigal 2012) and will not be included in the future. - -### References - -- Fletcher, R., Fortin, M.-J. 2018. Spatial Ecology and Conservation Modeling: Applications with R. Springer International Publishing. 523 pages - -- Hagen-Zanker, A. 2016. A computational framework for generalized moving windows and its application to landscape pattern analysis. International journal of applied earth observation and geoinformation, 44, 205-216. - -- McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: - -- Šímová, P., & Gdulová, K. 2012. Landscape indices behavior: A review of scale effects. Applied Geography, 34, 385–394. +--- +title: "Moving window" +date: "`r Sys.Date()`" +output: rmarkdown::html_vignette +vignette: > + %\VignetteIndexEntry{Moving window} + %\VignetteEncoding{UTF-8} + %\VignetteEngine{knitr::rmarkdown} +editor_options: + chunk_output_type: console +--- + +Results of a landscape analysis are scale dependent (Šímová 2012). One approach to deal with this is by using a moving window (Hagen-Zanker 2016). For each focal cell in the landscape, a matrix is used to specify the neighborhood and the metric value of this local neighborhood is assigned to each focal cell (Fletcher 2018). Thereby, the windows are allowed to overlap (McGarigal et al. 2012). The result of a moving window analysis is a raster with an identical extent as the input, however, each cell now describes the neighborhood in regard to the variability of the chosen metric (Hagen-Zanker 2016). Of course, the selection of the matrix size largely influences the scale of the result (Hagen-Zanker 2016). + +## Implementation in **landscapemetrics** + +We provide the function `window_lsm()` in **landscapemetrics** to analyse an input raster using the moving window approach. The function allows to specify the neighborhood using a matrix using the `raster::focal()` function internally. Currently, only the landscape level metrics are possible to calculate and they can be specified similarly to `calculate_lsm()`. For details, see `?list_lsm()`. + +```{r packages, message = FALSE} +library(landscapemetrics) +library(terra) + +library(ggplot2) + +# internal data needs to be unwrapped +landscape <- terra::unwrap(landscapemetrics::landscape) +``` + +First, we need to specify the local neighborhood matrix. This matrix must have sides defined as odd numbers, in which the focal cell is always the center cell (for more details, see `?terra::focal()`). + +```{r neighbourhood-matrix} +moving_window <- matrix(1, nrow = 3, ncol = 3) +moving_window +``` + +Now, we can easily pass this matrix to `window_lsm()` together with the input landscape. For this example, we want to calculate the number of classes (`lsm_l_pr`) and the joint entropy (`lsm_l_joinent`) for the local neighborhoods. + +```{r moving-window} +result <- window_lsm(landscape, window = moving_window, what = c("lsm_l_pr", "lsm_l_joinent")) +result +``` + +To be type-stable, the result will be a nested list. The first level includes all layers of a `SpatRaster` (only one if a `SpatRaster` is provided), the second level all selected metrics. The resulting `SpatRaster` describe the local neighborhood according to the moving window around each focal cell. In the case of `lsm_l_pr` this the number of classes present. + +```{r plot-result, echo = FALSE, fig.align = "center"} +result_stack <- raster::stack(landscape, result[[1]]$lsm_l_pr) + +ggplot(data = raster::as.data.frame(landscape, xy = TRUE)) + + geom_raster(aes(x = x, y = y, fill = factor(clumps))) + + scale_fill_viridis_d(name = "Landscape class") + + coord_equal() + + theme(axis.line = element_blank(), axis.ticks = element_blank(), + axis.text = element_blank(), axis.title = element_blank(), + legend.position = "bottom") + +ggplot(data = raster::as.data.frame(result[[1]]$lsm_l_pr, xy = TRUE)) + + geom_raster(ggplot2::aes(x = x, y = y, fill = factor(layer))) + + scale_fill_viridis_d(name = "Number of classes", option = "C") + + coord_equal() + + theme(axis.line = element_blank(), axis.ticks = element_blank(), + axis.text = element_blank(), axis.title = element_blank(), + legend.position = "bottom") +``` + +In the future, we also plan to allow class level metrics, however, patch metrics are not meaningful (McGarigal 2012) and will not be included in the future. + +### References + +- Fletcher, R., Fortin, M.-J. 2018. Spatial Ecology and Conservation Modeling: Applications with R. Springer International Publishing. 523 pages + +- Hagen-Zanker, A. 2016. A computational framework for generalized moving windows and its application to landscape pattern analysis. International journal of applied earth observation and geoinformation, 44, 205-216. + +- McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: + +- Šímová, P., & Gdulová, K. 2012. Landscape indices behavior: A review of scale effects. Applied Geography, 34, 385–394. diff --git a/vignettes/articles/guide_sample_lsm.Rmd b/vignettes/articles/guide_sample_lsm.Rmd index 1a21942d7..023f83288 100644 --- a/vignettes/articles/guide_sample_lsm.Rmd +++ b/vignettes/articles/guide_sample_lsm.Rmd @@ -1,113 +1,113 @@ ---- -title: "Sampling around points of interest" -date: "`r Sys.Date()`" -output: rmarkdown::html_vignette -vignette: > - %\VignetteIndexEntry{Sampling around points of interest} - %\VignetteEncoding{UTF-8} - %\VignetteEngine{knitr::rmarkdown} -editor_options: - chunk_output_type: console ---- - -```{r packages, message = FALSE} -library(landscapemetrics) -library(terra) -library(sf) - -library(ggplot2) - -# internal data needs to be unwrapped -landscape <- terra::unwrap(landscapemetrics::landscape) -``` - -**landscapemetrics** provides several functions to sample metrics *at* or *around* sample points. On possible application for this feature could be a study in which the study organism only encounters the landscape within a local neighborhood of sample points. For most functions, sample points can be provided as a 2-column matrix(x- and y-coordinate), or [**sf**](https://cran.r-project.org/web/packages/sf/index.html) objects (Pebesma 2018) are supported. - -First, we create some example sample locations. - -```{r, collapse = TRUE} -# create some example points -(points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE)) - -# # create some example lines -# x1 <- c(1, 5, 15, 10) -# y1 <- c(1, 5, 15, 25) -# x2 <- c(10, 25) -# y2 <- c(5, 5) -# -# sample_lines <- sf::st_multilinestring(x = list(cbind(x1, y1), cbind(x2, y2))) -``` - -## Extract landscape metrics at sample points - -`extract_lsm()` returns the metrics of all patches in which a sample point is located. However, since this only makes sense for individual patches, it's only possible to extract patch-level metrics. - -```{r, echo = FALSE, fig.align = "center"} -ggplot(data = terra::as.data.frame(landscape, xy = TRUE)) + - geom_raster(aes(x = x, y = y, fill = factor(clumps))) + - geom_point(data = data.frame(x = points[, 1], y = points[, 2]), - aes(x = x, y = y), pch = 19, size = 1.5, color = "red") + - # geom_path(data = data.frame(x = c(x1, x2), y = c(y1, y2), id = c(1, 1, 1, 1, 2, 2)), - # aes(x = x, y = y, group = id), size = 1, color = "red") + - scale_fill_viridis_d(name = "Landscape class") + - coord_equal() + - theme_minimal() + - theme(axis.line = element_blank(), axis.ticks = element_blank(), - axis.text = element_blank(), axis.title = element_blank(), - legend.position = "bottom") -``` - -Now, it's straightforward to extract e.g. the patch area of all patches in which a sample point is located. Similar to all functions calculating several landscape metrics, the selected metrics can be specified by various arguments (see `list_lsm()` for more details). The resulting tibble includes one extra column (compared to `calculate_lsm()`), indicating the ID of the sample points. - -Because three sample points were provided and only the patch area was requested, the resulting tibble also has three rows - one for each sample point. The first and the second sample point are actually located in the same patch and following also the area is identical. The third sample point is located in a much smaller patch. The *tibble* gives also information about the patch ids and the land-cover classes in which sample points are located. - -```{r, collapse = TRUE} -extract_lsm(landscape, y = points, what = "lsm_p_area") -``` - - - - - -```{r, collapse = TRUE, echo = FALSE, eval = FALSE} -extract_lsm(landscape, y = sample_lines, type = "core area metric") -``` - -## Sample landscape metrics at sample points - -To sample landscape metrics within a certain buffer *around* sample points, there is `sample_lsm()`. Now, the size of the buffers around the sample locations must be specified. The functions clips the landscape within the buffer (in other words sample plots) and calculates the selected metrics. - -The resulting `tibble` includes two extra columns. Again, the id of the sample point is included. Furthermore, the size of the actual sampled landscape can be different to the provided size due to two reasons. Firstly, because clipping raster cells using a circle or a sample plot not directly at a cell center lead to inaccuracies. Secondly, sample plots can exceed the landscape boundary. Therefore, we report the actual clipped sample plot area relative in relation to the theoretical, maximum sample plot area e.g. a sample plot only half within the landscape will have a `percentage_inside = 50`. - -```{r, echo = FALSE, fig.align = "center"} -sample_plots <- data.frame(construct_buffer(coords = points, shape = "circle", - size = 10, return_sf = FALSE)) - -ggplot(data = terra::as.data.frame(landscape, xy = TRUE)) + - geom_raster(aes(x = x, y = y, fill = factor(clumps))) + - geom_polygon(data = sample_plots, aes(x = sample_plots[, 1], y = sample_plots[, 2], - group = sample_plots[, 3]), - col = "red", fill = NA) + - geom_point(data = data.frame(x = points[, 1], y = points[, 2]), - aes(x = x, y = y), pch = 19, size = 1.5, color = "red") + - scale_fill_viridis_d(name = "Landscape class") + - coord_equal() + - theme_minimal() + - theme(axis.line = element_blank(), axis.ticks = element_blank(), - axis.text = element_blank(), axis.title = element_blank(), - legend.position = "bottom") -``` - -```{r, collapse = TRUE} -sample_lsm(landscape, y = points, size = 10, - level = "landscape", type = "diversity metric", - classes_max = 3, verbose = FALSE) -``` - - - -### References - -Pebesma, E., 2018. Simple Features for R: Standardized Support for Spatial Vector Data. The R Journal, https://journal.r-project.org/archive/2018/RJ-2018-009/ - -Roger S. Bivand, Edzer Pebesma, Virgilio Gomez-Rubio, 2013. Applied spatial data analysis with R, Second edition. Springer, NY. http://www.asdar-book.org/ +--- +title: "Sampling around points of interest" +date: "`r Sys.Date()`" +output: rmarkdown::html_vignette +vignette: > + %\VignetteIndexEntry{Sampling around points of interest} + %\VignetteEncoding{UTF-8} + %\VignetteEngine{knitr::rmarkdown} +editor_options: + chunk_output_type: console +--- + +```{r packages, message = FALSE} +library(landscapemetrics) +library(terra) +library(sf) + +library(ggplot2) + +# internal data needs to be unwrapped +landscape <- terra::unwrap(landscapemetrics::landscape) +``` + +**landscapemetrics** provides several functions to sample metrics *at* or *around* sample points. On possible application for this feature could be a study in which the study organism only encounters the landscape within a local neighborhood of sample points. For most functions, sample points can be provided as a 2-column matrix(x- and y-coordinate), or [**sf**](https://cran.r-project.org/web/packages/sf/index.html) objects (Pebesma 2018) are supported. + +First, we create some example sample locations. + +```{r, collapse = TRUE} +# create some example points +(points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE)) + +# # create some example lines +# x1 <- c(1, 5, 15, 10) +# y1 <- c(1, 5, 15, 25) +# x2 <- c(10, 25) +# y2 <- c(5, 5) +# +# sample_lines <- sf::st_multilinestring(x = list(cbind(x1, y1), cbind(x2, y2))) +``` + +## Extract landscape metrics at sample points + +`extract_lsm()` returns the metrics of all patches in which a sample point is located. However, since this only makes sense for individual patches, it's only possible to extract patch-level metrics. + +```{r, echo = FALSE, fig.align = "center"} +ggplot(data = terra::as.data.frame(landscape, xy = TRUE)) + + geom_raster(aes(x = x, y = y, fill = factor(clumps))) + + geom_point(data = data.frame(x = points[, 1], y = points[, 2]), + aes(x = x, y = y), pch = 19, size = 1.5, color = "red") + + # geom_path(data = data.frame(x = c(x1, x2), y = c(y1, y2), id = c(1, 1, 1, 1, 2, 2)), + # aes(x = x, y = y, group = id), size = 1, color = "red") + + scale_fill_viridis_d(name = "Landscape class") + + coord_equal() + + theme_minimal() + + theme(axis.line = element_blank(), axis.ticks = element_blank(), + axis.text = element_blank(), axis.title = element_blank(), + legend.position = "bottom") +``` + +Now, it's straightforward to extract e.g. the patch area of all patches in which a sample point is located. Similar to all functions calculating several landscape metrics, the selected metrics can be specified by various arguments (see `list_lsm()` for more details). The resulting tibble includes one extra column (compared to `calculate_lsm()`), indicating the ID of the sample points. + +Because three sample points were provided and only the patch area was requested, the resulting tibble also has three rows - one for each sample point. The first and the second sample point are actually located in the same patch and following also the area is identical. The third sample point is located in a much smaller patch. The *tibble* gives also information about the patch ids and the land-cover classes in which sample points are located. + +```{r, collapse = TRUE} +extract_lsm(landscape, y = points, what = "lsm_p_area") +``` + + + + + +```{r, collapse = TRUE, echo = FALSE, eval = FALSE} +extract_lsm(landscape, y = sample_lines, type = "core area metric") +``` + +## Sample landscape metrics at sample points + +To sample landscape metrics within a certain buffer *around* sample points, there is `sample_lsm()`. Now, the size of the buffers around the sample locations must be specified. The functions clips the landscape within the buffer (in other words sample plots) and calculates the selected metrics. + +The resulting `tibble` includes two extra columns. Again, the id of the sample point is included. Furthermore, the size of the actual sampled landscape can be different to the provided size due to two reasons. Firstly, because clipping raster cells using a circle or a sample plot not directly at a cell center lead to inaccuracies. Secondly, sample plots can exceed the landscape boundary. Therefore, we report the actual clipped sample plot area relative in relation to the theoretical, maximum sample plot area e.g. a sample plot only half within the landscape will have a `percentage_inside = 50`. + +```{r, echo = FALSE, fig.align = "center"} +sample_plots <- data.frame(construct_buffer(coords = points, shape = "circle", + size = 10, return_sf = FALSE)) + +ggplot(data = terra::as.data.frame(landscape, xy = TRUE)) + + geom_raster(aes(x = x, y = y, fill = factor(clumps))) + + geom_polygon(data = sample_plots, aes(x = sample_plots[, 1], y = sample_plots[, 2], + group = sample_plots[, 3]), + col = "red", fill = NA) + + geom_point(data = data.frame(x = points[, 1], y = points[, 2]), + aes(x = x, y = y), pch = 19, size = 1.5, color = "red") + + scale_fill_viridis_d(name = "Landscape class") + + coord_equal() + + theme_minimal() + + theme(axis.line = element_blank(), axis.ticks = element_blank(), + axis.text = element_blank(), axis.title = element_blank(), + legend.position = "bottom") +``` + +```{r, collapse = TRUE} +sample_lsm(landscape, y = points, size = 10, + level = "landscape", type = "diversity metric", + classes_max = 3, verbose = FALSE) +``` + + + +### References + +Pebesma, E., 2018. Simple Features for R: Standardized Support for Spatial Vector Data. The R Journal, https://journal.r-project.org/archive/2018/RJ-2018-009/ + +Roger S. Bivand, Edzer Pebesma, Virgilio Gomez-Rubio, 2013. Applied spatial data analysis with R, Second edition. Springer, NY. http://www.asdar-book.org/ diff --git a/vignettes/articles/landscape_distribution_statistics.Rmd b/vignettes/articles/landscape_distribution_statistics.Rmd index 50bbdc5c5..a29e93bcf 100644 --- a/vignettes/articles/landscape_distribution_statistics.Rmd +++ b/vignettes/articles/landscape_distribution_statistics.Rmd @@ -1,104 +1,104 @@ ---- -title: "Landscape distribution statistics" -date: "`r Sys.Date()`" -output: rmarkdown::html_vignette -vignette: > - %\VignetteIndexEntry{Landscape distribution statistics} - %\VignetteEncoding{UTF-8} - %\VignetteEngine{knitr::rmarkdown} -editor_options: - chunk_output_type: console ---- - -Landscape distribution statistics summarise the properties of all patches belonging to the same class *i* or of all patches in the landscape together (McGarigal et al. 2012). -This includes, for example, the mean, the coefficient of variation, or the standard deviation of a certain metric. -These measures are implemented in the **landscapemetrics** package and are indicated by the corresponding suffixes (`_mn`, `_cv`, `_sd`). -However, other distribution statistics also might be of interest. -Even though they are not implemented in **landscapemetrics**, R allows to calculate them straightforwardly. - -```{r packages, message = FALSE} -library(landscapemetrics) -library(terra) - -library(dplyr) - -# internal data needs to be unwrapped -landscape <- terra::unwrap(landscapemetrics::landscape) -``` - -## Implemented distribution statistics ## - -The already implemented distribution statistics on class- and landscape-level are indicated by the corresponding suffixes (`_mn` = mean, `_cv` = Coefficient of variation , `_sd` = Standard deviation) and can be calculted without any further calculations needed. - -```{r implemented} -# calculate mean shape index on class level -mean_shape_c <- lsm_c_shape_mn(landscape) - -# calculate standard deviation of shape index on landscape level -sd_shape_l <- lsm_l_shape_sd(landscape) -``` - -## Area-weighted mean - -First, we want to calculate the metric of interest on the patch level. -Additionally, we want the patch area of each patch. - -```{r mean_a} -# calculate required metric for each patch (e.g. lsm_p_shape) -metric_patch <- lsm_p_shape(landscape) - -# calculate area for each patch -area_patch <- lsm_p_area(landscape) -``` - -Now, we should join the metric value with the area of each patch, multiply the two values, and calculate the area-weighted mean. -To calculate the area-weighted mean on landscape-level, comment out the `dplyr::group_by()` line. - -```{r mean_b} -# calculate weighted mean -metric_wght_mean <- dplyr::left_join(x = metric_patch, y = area_patch, - by = c("layer", "level", "class", "id")) %>% - dplyr::mutate(value.w = value.x * value.y) %>% - dplyr::group_by(class) %>% - dplyr::summarise(value.am = sum(value.w) / sum(value.y)) - -metric_wght_mean -``` - -## Range - -The range equals to the minimum value subtracted from the maximum value of the metric of interest for each patch (McGarigal et al. 2012). -This can be calculated using the `min()/max()` function or the `range()` function. - -```{r range} -# class level -metric_range_c <- dplyr::group_by(metric_patch, class) %>% - dplyr::summarise(range = max(value) - min(value)) - -# landscape level -metric_range_l <- diff(range(metric_patch$value)) - -metric_range_c -metric_range_l -``` - -## Median - -The median equals to the value that divides all (ordered) values into two equal groups. -There is a base R function available, `median()`, that can be applied to values grouped by class or all values (landscape-level). - -```{r median} -# class level -metric_md_c <- dplyr::group_by(metric_patch, class) %>% - dplyr::summarise(median = median(value)) - -# landscape level -metric_md_l <- median(metric_patch$value) - -metric_md_c -metric_md_l -``` - -### References - -- McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: +--- +title: "Landscape distribution statistics" +date: "`r Sys.Date()`" +output: rmarkdown::html_vignette +vignette: > + %\VignetteIndexEntry{Landscape distribution statistics} + %\VignetteEncoding{UTF-8} + %\VignetteEngine{knitr::rmarkdown} +editor_options: + chunk_output_type: console +--- + +Landscape distribution statistics summarise the properties of all patches belonging to the same class *i* or of all patches in the landscape together (McGarigal et al. 2012). +This includes, for example, the mean, the coefficient of variation, or the standard deviation of a certain metric. +These measures are implemented in the **landscapemetrics** package and are indicated by the corresponding suffixes (`_mn`, `_cv`, `_sd`). +However, other distribution statistics also might be of interest. +Even though they are not implemented in **landscapemetrics**, R allows to calculate them straightforwardly. + +```{r packages, message = FALSE} +library(landscapemetrics) +library(terra) + +library(dplyr) + +# internal data needs to be unwrapped +landscape <- terra::unwrap(landscapemetrics::landscape) +``` + +## Implemented distribution statistics ## + +The already implemented distribution statistics on class- and landscape-level are indicated by the corresponding suffixes (`_mn` = mean, `_cv` = Coefficient of variation , `_sd` = Standard deviation) and can be calculted without any further calculations needed. + +```{r implemented} +# calculate mean shape index on class level +mean_shape_c <- lsm_c_shape_mn(landscape) + +# calculate standard deviation of shape index on landscape level +sd_shape_l <- lsm_l_shape_sd(landscape) +``` + +## Area-weighted mean + +First, we want to calculate the metric of interest on the patch level. +Additionally, we want the patch area of each patch. + +```{r mean_a} +# calculate required metric for each patch (e.g. lsm_p_shape) +metric_patch <- lsm_p_shape(landscape) + +# calculate area for each patch +area_patch <- lsm_p_area(landscape) +``` + +Now, we should join the metric value with the area of each patch, multiply the two values, and calculate the area-weighted mean. +To calculate the area-weighted mean on landscape-level, comment out the `dplyr::group_by()` line. + +```{r mean_b} +# calculate weighted mean +metric_wght_mean <- dplyr::left_join(x = metric_patch, y = area_patch, + by = c("layer", "level", "class", "id")) %>% + dplyr::mutate(value.w = value.x * value.y) %>% + dplyr::group_by(class) %>% + dplyr::summarise(value.am = sum(value.w) / sum(value.y)) + +metric_wght_mean +``` + +## Range + +The range equals to the minimum value subtracted from the maximum value of the metric of interest for each patch (McGarigal et al. 2012). +This can be calculated using the `min()/max()` function or the `range()` function. + +```{r range} +# class level +metric_range_c <- dplyr::group_by(metric_patch, class) %>% + dplyr::summarise(range = max(value) - min(value)) + +# landscape level +metric_range_l <- diff(range(metric_patch$value)) + +metric_range_c +metric_range_l +``` + +## Median + +The median equals to the value that divides all (ordered) values into two equal groups. +There is a base R function available, `median()`, that can be applied to values grouped by class or all values (landscape-level). + +```{r median} +# class level +metric_md_c <- dplyr::group_by(metric_patch, class) %>% + dplyr::summarise(median = median(value)) + +# landscape level +metric_md_l <- median(metric_patch$value) + +metric_md_c +metric_md_l +``` + +### References + +- McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: diff --git a/vignettes/articles/new_metrics.Rmd b/vignettes/articles/new_metrics.Rmd index 2f779a20d..12dd21dd5 100644 --- a/vignettes/articles/new_metrics.Rmd +++ b/vignettes/articles/new_metrics.Rmd @@ -1,61 +1,61 @@ ---- -title: "New metrics outside FRAGSTATS" -date: "`r Sys.Date()`" -output: rmarkdown::html_vignette -vignette: > - %\VignetteIndexEntry{New metrics outside FRAGSTATS} - %\VignetteEncoding{UTF-8} - %\VignetteEngine{knitr::rmarkdown} -editor_options: - chunk_output_type: console ---- - -```{r setup, include = FALSE} -knitr::opts_chunk$set( - collapse = TRUE, - comment = "#>" -) -``` - -```{r load_libraries_hidden, eval=TRUE, echo=FALSE, message=FALSE, results='hide'} -library(landscapemetrics) - -# internal data needs to be unwrapped -landscape <- terra::unwrap(landscapemetrics::landscape) -``` - -One of the reason to start **landscapemetrics** was also to have a collection of metrics that are not included in FRAGSTATS. This vignette will highlight them and provide references for further reading on them. - -## Information theory-based framework for the analysis of landscape patterns - -> Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x - -Information-theoretical framework can be applied to derive four metrics of landscape complexity: Marginal entropy `[H(x)]`, Conditional entropy `[H(y|x)]`, Joint entropy `[H(x, y)]`, and Mutual information `[I(y,x)]`. - -All of these metrics are implemented in **landscapemetrics**: - -- [lsm_l_ent](https://r-spatialecology.github.io/landscapemetrics/reference/lsm_l_ent.html) - Marginal entropy `[H(x)]`. -It represents a diversity (thematic complexity, composition) of spatial categories. -It is calculated as the entropy of the marginal distribution. -- [lsm_l_condent](https://r-spatialecology.github.io/landscapemetrics/reference/lsm_l_condent.html) - Conditional entropy `[H(y|x)]`. -It represents a configurational complexity (geometric intricacy) of a spatial pattern. -If the value of **conditional entropy** is small, cells of one category are predominantly adjacent to only one category of cells. -On the other hand, the high value of **conditional entropy** shows that cells of one category are adjacent to cells of many different categories. -- [lsm_l_joinent](https://r-spatialecology.github.io/landscapemetrics/reference/lsm_l_joinent.html) - Joint entropy `[H(x, y)]`. -It is an overall spatio-thematic complexity metric. -It represents the uncertainty in determining a category of the focus cell and the category of the adjacent cell. -In other words, it measures diversity of values in a co-occurrence matrix -- the smaller the diversity, the larger the value of **joint entropy**. -- [lsm_l_mutinf](https://r-spatialecology.github.io/landscapemetrics/reference/lsm_l_mutinf.html) - Mutual information `[I(y,x)]`. -It quantifies the information that one random variable (x) provides about another random variable (y). -It tells how much easier is to predict a category of an adjacent cell if the category of the focus cell is known. -Mutual information disambiguates landscape pattern types characterized by the same value of overall complexity. -- [lsm_l_relmutinf](https://r-spatialecology.github.io/landscapemetrics/reference/lsm_l_relmutinf.html) - Relative mutual information. -Due to the spatial autocorrelation, the value of mutual information tends to grow with a diversity of the landscape (marginal entropy). -To adjust this tendency, it is possible to calculate relative mutual information by dividing the mutual information by the marginal entropy. -Relative mutual information always has a range between 0 and 1 and can be used to compare spatial data with different number and distribution of categories. - -
-

-

- -For more information read the [Information theory provides a consistent framework for the analysis of spatial patterns](https://nowosad.github.io/post/ent-bp1/) blog post. +--- +title: "New metrics outside FRAGSTATS" +date: "`r Sys.Date()`" +output: rmarkdown::html_vignette +vignette: > + %\VignetteIndexEntry{New metrics outside FRAGSTATS} + %\VignetteEncoding{UTF-8} + %\VignetteEngine{knitr::rmarkdown} +editor_options: + chunk_output_type: console +--- + +```{r setup, include = FALSE} +knitr::opts_chunk$set( + collapse = TRUE, + comment = "#>" +) +``` + +```{r load_libraries_hidden, eval=TRUE, echo=FALSE, message=FALSE, results='hide'} +library(landscapemetrics) + +# internal data needs to be unwrapped +landscape <- terra::unwrap(landscapemetrics::landscape) +``` + +One of the reason to start **landscapemetrics** was also to have a collection of metrics that are not included in FRAGSTATS. This vignette will highlight them and provide references for further reading on them. + +## Information theory-based framework for the analysis of landscape patterns + +> Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x + +Information-theoretical framework can be applied to derive four metrics of landscape complexity: Marginal entropy `[H(x)]`, Conditional entropy `[H(y|x)]`, Joint entropy `[H(x, y)]`, and Mutual information `[I(y,x)]`. + +All of these metrics are implemented in **landscapemetrics**: + +- [lsm_l_ent](https://r-spatialecology.github.io/landscapemetrics/reference/lsm_l_ent.html) - Marginal entropy `[H(x)]`. +It represents a diversity (thematic complexity, composition) of spatial categories. +It is calculated as the entropy of the marginal distribution. +- [lsm_l_condent](https://r-spatialecology.github.io/landscapemetrics/reference/lsm_l_condent.html) - Conditional entropy `[H(y|x)]`. +It represents a configurational complexity (geometric intricacy) of a spatial pattern. +If the value of **conditional entropy** is small, cells of one category are predominantly adjacent to only one category of cells. +On the other hand, the high value of **conditional entropy** shows that cells of one category are adjacent to cells of many different categories. +- [lsm_l_joinent](https://r-spatialecology.github.io/landscapemetrics/reference/lsm_l_joinent.html) - Joint entropy `[H(x, y)]`. +It is an overall spatio-thematic complexity metric. +It represents the uncertainty in determining a category of the focus cell and the category of the adjacent cell. +In other words, it measures diversity of values in a co-occurrence matrix -- the smaller the diversity, the larger the value of **joint entropy**. +- [lsm_l_mutinf](https://r-spatialecology.github.io/landscapemetrics/reference/lsm_l_mutinf.html) - Mutual information `[I(y,x)]`. +It quantifies the information that one random variable (x) provides about another random variable (y). +It tells how much easier is to predict a category of an adjacent cell if the category of the focus cell is known. +Mutual information disambiguates landscape pattern types characterized by the same value of overall complexity. +- [lsm_l_relmutinf](https://r-spatialecology.github.io/landscapemetrics/reference/lsm_l_relmutinf.html) - Relative mutual information. +Due to the spatial autocorrelation, the value of mutual information tends to grow with a diversity of the landscape (marginal entropy). +To adjust this tendency, it is possible to calculate relative mutual information by dividing the mutual information by the marginal entropy. +Relative mutual information always has a range between 0 and 1 and can be used to compare spatial data with different number and distribution of categories. + +
+

+

+ +For more information read the [Information theory provides a consistent framework for the analysis of spatial patterns](https://nowosad.github.io/post/ent-bp1/) blog post. diff --git a/vignettes/articles/publication_record.Rmd b/vignettes/articles/publication_record.Rmd index 6df92563b..70886f26e 100644 --- a/vignettes/articles/publication_record.Rmd +++ b/vignettes/articles/publication_record.Rmd @@ -1,26 +1,26 @@ ---- -title: Publication record -date: "`r Sys.Date()`" -output: rmarkdown::html_vignette -vignette: > - %\VignetteIndexEntry{Publication record} - %\VignetteEncoding{UTF-8} - %\VignetteEngine{knitr::rmarkdown} ---- - -We are always happy to hear from you if you used **landscapemetrics** for a publication. You can either just drop us an e-mail or [file an issue on GitHub](https://github.com/r-spatialecology/landscapemetrics/issues/new/). - -To cite **landscapemetrics** or acknowledge its use, please cite the following Software note, substituting the version of the application that you used for ‘ver. 0’: - -

- -> Hesselbarth, M.H.K., Sciaini, M., With, K.A., Wiegand, K., Nowosad, J. 2019. -*landscapemetrics*: an open‐source R tool to calculate landscape metrics. Ecography, 42: 1648-1657 (ver. 0). - -

- -You can get more information about how to cite the package using `citation("landscapemetrics")`. - -## A list of publications - -To see all papers that already used **landscapemetrics**, please [click here](https://scholar.google.com/scholar?start=0&hl=en&scisbd=2&as_sdt=80000005&cites=2286255906926357874&scipsc=). +--- +title: Publication record +date: "`r Sys.Date()`" +output: rmarkdown::html_vignette +vignette: > + %\VignetteIndexEntry{Publication record} + %\VignetteEncoding{UTF-8} + %\VignetteEngine{knitr::rmarkdown} +--- + +We are always happy to hear from you if you used **landscapemetrics** for a publication. You can either just drop us an e-mail or [file an issue on GitHub](https://github.com/r-spatialecology/landscapemetrics/issues/new/). + +To cite **landscapemetrics** or acknowledge its use, please cite the following Software note, substituting the version of the application that you used for ‘ver. 0’: + +

+ +> Hesselbarth, M.H.K., Sciaini, M., With, K.A., Wiegand, K., Nowosad, J. 2019. +*landscapemetrics*: an open‐source R tool to calculate landscape metrics. Ecography, 42: 1648-1657 (ver. 0). + +

+ +You can get more information about how to cite the package using `citation("landscapemetrics")`. + +## A list of publications + +To see all papers that already used **landscapemetrics**, please [click here](https://scholar.google.com/scholar?start=0&hl=en&scisbd=2&as_sdt=80000005&cites=2286255906926357874&scipsc=). diff --git a/vignettes/articles/utility.Rmd b/vignettes/articles/utility.Rmd index d6097f037..cfa46408d 100644 --- a/vignettes/articles/utility.Rmd +++ b/vignettes/articles/utility.Rmd @@ -1,186 +1,186 @@ ---- -title: "Utility functions" -date: "`r Sys.Date()`" -output: rmarkdown::html_vignette -vignette: > - %\VignetteIndexEntry{Utility functions} - %\VignetteEncoding{UTF-8} - %\VignetteEngine{knitr::rmarkdown} -editor_options: - chunk_output_type: console ---- - -```{r setup, include = FALSE} -knitr::opts_chunk$set( - collapse = TRUE, - comment = "#>" -) -``` - -```{r load_libraries_hidden, eval=TRUE, echo=FALSE, message=FALSE, results='hide'} -library(landscapemetrics) -library(terra) - -library(bench) -library(dplyr) -library(purrr) -``` - -## Visualisization functions - -### Visualizing landscapes -We can use the `plot` function from **terra** to have look at our landscape. - -```{r fig.height=12, fig.asp=0.50, fig.align='center', fig.retina = 2} -# Plot landscape -plot(landscape) -``` - -This is how we typically inspect our landscape, but which also makes it quite hard to relate to the landscape metrics we are interested in. This why we show in the following how to dissect this landscape visually into the compoments, that drive the calculation of landscape metrics. - -### Visualizing patches - -To visualize patches in a landscape and encode each patch with an ID that can be used to compare a landscape metric with the actual landscape you can use the auxiliary visualisation function `show_patches()`: - -```{r fig.height=12, fig.asp=0.50, fig.align='center', fig.retina = 2} -# Plot landscape + landscape with labeled patches -show_patches(landscape) -``` - -You can also plot all patches of each class grouped. - -```{r fig.width=7, fig.height=7, fig.asp=0.50, fig.align='center', fig.retina = 2} -# show patches of all classes -show_patches(landscape, class = "all", labels = FALSE) -``` - -To show only the core area, there is the visualization function `show_cores`. The arguments are similar to `show_patches()` - -```{r fig.width=7, fig.height=7, fig.asp=0.50, fig.align='center', fig.retina = 2} -# show core area of class 1 and 3 -show_cores(landscape, class = c(1, 2), labels = FALSE) -``` - -Lastly, you can also "fill" the colours of each patch according to its value of a certain patch level metric, e.g. the patch area, using `show_lsm()`. You can chose if the label should be the patch id or the actual value of the landscape metric (`label_lsm = TRUE/FALSE`). To get the result as a *RasterLayer*, there is `spatialize_lsm()`. - -```{r fig.width=7, fig.height=7, fig.asp=0.50, fig.align='center', fig.retina = 2} -# fill patch according to area -show_lsm(landscape, what = "lsm_p_area", class = "global", label_lsm = TRUE) -``` - -## Show correlation - -Selecting meaningful landscape metrics for your field of research is difficult, as many landscape metrics are very abstract and the common approach is often simply to calculate as many as possible. - -To select at the least that ones for your landscape and research question that are not highly correlated, you can use the function `show_correlation()` to get a first insight into the correlation of the metrics you calculated: - -```{r fig.width=7, fig.height=7, fig.align="center", fig.asp=0.50, fig.align='center', fig.retina = 2} -metrics <- calculate_lsm(landscape, what = "patch") -show_correlation(metrics, method = "pearson") -``` - -## Building blocks - -### Get patches -**landscapemetrics** makes internally heavy use of an connected labeling algorithm and exports an re-implementation of this algorithm (`get_patches`). The function return a list, where each list entry includes all patches of the corresponding class. The patches are labeld from 1...to n. - -```{r} -# get a list of all patches for each class -get_patches(landscape) -``` - -### Get adjacencies -Adjacencies are a central part for landscape metrics, so calculating them quick and in a flexible way is key for e.g. developing new metrics. Hence, **landscapemetrics** exports a function that can calculate adjacencies in any number if directions when provided with a binary matrix (NA / 1 - NA are cells that would be left out for looking at adjacencies). - -```{r} -# calculate full adjacency matrix -get_adjacencies(landscape, neighbourhood = 4) - -# count diagonal neighbour adjacencies -diagonal_matrix <- matrix(c(1, NA, 1, - NA, 0, NA, - 1, NA, 1), 3, 3, byrow = TRUE) -get_adjacencies(landscape, diagonal_matrix) - -# equivalent with the raster package: -adj_terra <- function(x){ - adjacencies <- terra::adjacent(x, 1:terra::ncell(x), "rook", pairs=TRUE) - table(terra::values(x, mat = FALSE)[adjacencies[,1]], - terra::values(x, mat = FALSE)[adjacencies[,2]]) -} - -# compare the two implementations -bench::mark( - get_adjacencies(landscape, neighbourhood = 4), - adj_terra(landscape), - iterations = 250, - check = FALSE -) - -adj_terra(landscape) == get_adjacencies(landscape, 4)[[1]] -``` - -### Get nearest neighbour - -**landscapemetrics** implements a memory efficient and quite fast way to calculate the nearest neighbour between classes in a raster (or matrix). - -```{r} -# run connected labeling for podlasie raster -patches <- get_patches(landscape, class = 1) - -# calculate the minimum distance between patches in a landscape -min_dist <- get_nearestneighbour(patches$layer_1$class_1) - -# create a function that would do the same with the raster package -nn_terra <- function(patches) { - - np_class <- terra::values(patches[[1]][[1]]) |> - na.omit() |> - unique() |> - length() - - points_class <- terra::as.data.frame(patches[[1]][[1]], xy = TRUE) - - minimum_distance <- seq_len(np_class) |> - purrr::map_dbl(function(patch_ij) { - - patch_focal <- dplyr::filter(points_class, lyr.1 == patch_ij) |> - dplyr::select(x, y) |> - as.matrix(ncol = 2) - - patch_others <- dplyr::filter(points_class, lyr.1 != patch_ij) |> - dplyr::select(x, y) |> - as.matrix(ncol = 2) - - minimum_distance <- terra::distance(patch_focal, patch_others, - lonlat = FALSE) |> - min() - }) - - data.frame(id = unique(sort(points_class$lyr.1)), distance = minimum_distance) - -} - - -# compare the two implementations -bench::mark( - get_nearestneighbour(patches$layer_1$class_1)[, 2:3], - nn_terra(patches$layer_1$class_1), - iterations = 250, check = FALSE -) - -# check if results are identical -get_nearestneighbour(patches$layer_1$class_1)[, 2:3] == nn_terra(patches$layer_1$class_1) -``` - -### Get circumscribing circle - -To get the smallest circumscribing circle that includes all cells of the patch, simply run `get_circumscribingcircle()`. The result returns the diameter for each circle that includes all cells of each patch. This includes not only the cell centers but the whole cells using the cells corners. - -```{r} -# get all patches of class 1 -class_1 <- get_patches(landscape, class = 1) - -# get smallest circumscribing circle for each patch -circle <- get_circumscribingcircle(class_1$layer_1$class_1) -``` +--- +title: "Utility functions" +date: "`r Sys.Date()`" +output: rmarkdown::html_vignette +vignette: > + %\VignetteIndexEntry{Utility functions} + %\VignetteEncoding{UTF-8} + %\VignetteEngine{knitr::rmarkdown} +editor_options: + chunk_output_type: console +--- + +```{r setup, include = FALSE} +knitr::opts_chunk$set( + collapse = TRUE, + comment = "#>" +) +``` + +```{r load_libraries_hidden, eval=TRUE, echo=FALSE, message=FALSE, results='hide'} +library(landscapemetrics) +library(terra) + +library(bench) +library(dplyr) +library(purrr) +``` + +## Visualisization functions + +### Visualizing landscapes +We can use the `plot` function from **terra** to have look at our landscape. + +```{r fig.height=12, fig.asp=0.50, fig.align='center', fig.retina = 2} +# Plot landscape +plot(landscape) +``` + +This is how we typically inspect our landscape, but which also makes it quite hard to relate to the landscape metrics we are interested in. This why we show in the following how to dissect this landscape visually into the compoments, that drive the calculation of landscape metrics. + +### Visualizing patches + +To visualize patches in a landscape and encode each patch with an ID that can be used to compare a landscape metric with the actual landscape you can use the auxiliary visualisation function `show_patches()`: + +```{r fig.height=12, fig.asp=0.50, fig.align='center', fig.retina = 2} +# Plot landscape + landscape with labeled patches +show_patches(landscape) +``` + +You can also plot all patches of each class grouped. + +```{r fig.width=7, fig.height=7, fig.asp=0.50, fig.align='center', fig.retina = 2} +# show patches of all classes +show_patches(landscape, class = "all", labels = FALSE) +``` + +To show only the core area, there is the visualization function `show_cores`. The arguments are similar to `show_patches()` + +```{r fig.width=7, fig.height=7, fig.asp=0.50, fig.align='center', fig.retina = 2} +# show core area of class 1 and 3 +show_cores(landscape, class = c(1, 2), labels = FALSE) +``` + +Lastly, you can also "fill" the colours of each patch according to its value of a certain patch level metric, e.g. the patch area, using `show_lsm()`. You can chose if the label should be the patch id or the actual value of the landscape metric (`label_lsm = TRUE/FALSE`). To get the result as a *RasterLayer*, there is `spatialize_lsm()`. + +```{r fig.width=7, fig.height=7, fig.asp=0.50, fig.align='center', fig.retina = 2} +# fill patch according to area +show_lsm(landscape, what = "lsm_p_area", class = "global", label_lsm = TRUE) +``` + +## Show correlation + +Selecting meaningful landscape metrics for your field of research is difficult, as many landscape metrics are very abstract and the common approach is often simply to calculate as many as possible. + +To select at the least that ones for your landscape and research question that are not highly correlated, you can use the function `show_correlation()` to get a first insight into the correlation of the metrics you calculated: + +```{r fig.width=7, fig.height=7, fig.align="center", fig.asp=0.50, fig.align='center', fig.retina = 2} +metrics <- calculate_lsm(landscape, what = "patch") +show_correlation(metrics, method = "pearson") +``` + +## Building blocks + +### Get patches +**landscapemetrics** makes internally heavy use of an connected labeling algorithm and exports an re-implementation of this algorithm (`get_patches`). The function return a list, where each list entry includes all patches of the corresponding class. The patches are labeld from 1...to n. + +```{r} +# get a list of all patches for each class +get_patches(landscape) +``` + +### Get adjacencies +Adjacencies are a central part for landscape metrics, so calculating them quick and in a flexible way is key for e.g. developing new metrics. Hence, **landscapemetrics** exports a function that can calculate adjacencies in any number if directions when provided with a binary matrix (NA / 1 - NA are cells that would be left out for looking at adjacencies). + +```{r} +# calculate full adjacency matrix +get_adjacencies(landscape, neighbourhood = 4) + +# count diagonal neighbour adjacencies +diagonal_matrix <- matrix(c(1, NA, 1, + NA, 0, NA, + 1, NA, 1), 3, 3, byrow = TRUE) +get_adjacencies(landscape, diagonal_matrix) + +# equivalent with the raster package: +adj_terra <- function(x){ + adjacencies <- terra::adjacent(x, 1:terra::ncell(x), "rook", pairs=TRUE) + table(terra::values(x, mat = FALSE)[adjacencies[,1]], + terra::values(x, mat = FALSE)[adjacencies[,2]]) +} + +# compare the two implementations +bench::mark( + get_adjacencies(landscape, neighbourhood = 4), + adj_terra(landscape), + iterations = 250, + check = FALSE +) + +adj_terra(landscape) == get_adjacencies(landscape, 4)[[1]] +``` + +### Get nearest neighbour + +**landscapemetrics** implements a memory efficient and quite fast way to calculate the nearest neighbour between classes in a raster (or matrix). + +```{r} +# run connected labeling for podlasie raster +patches <- get_patches(landscape, class = 1) + +# calculate the minimum distance between patches in a landscape +min_dist <- get_nearestneighbour(patches$layer_1$class_1) + +# create a function that would do the same with the raster package +nn_terra <- function(patches) { + + np_class <- terra::values(patches[[1]][[1]]) |> + na.omit() |> + unique() |> + length() + + points_class <- terra::as.data.frame(patches[[1]][[1]], xy = TRUE) + + minimum_distance <- seq_len(np_class) |> + purrr::map_dbl(function(patch_ij) { + + patch_focal <- dplyr::filter(points_class, lyr.1 == patch_ij) |> + dplyr::select(x, y) |> + as.matrix(ncol = 2) + + patch_others <- dplyr::filter(points_class, lyr.1 != patch_ij) |> + dplyr::select(x, y) |> + as.matrix(ncol = 2) + + minimum_distance <- terra::distance(patch_focal, patch_others, + lonlat = FALSE) |> + min() + }) + + data.frame(id = unique(sort(points_class$lyr.1)), distance = minimum_distance) + +} + + +# compare the two implementations +bench::mark( + get_nearestneighbour(patches$layer_1$class_1)[, 2:3], + nn_terra(patches$layer_1$class_1), + iterations = 250, check = FALSE +) + +# check if results are identical +get_nearestneighbour(patches$layer_1$class_1)[, 2:3] == nn_terra(patches$layer_1$class_1) +``` + +### Get circumscribing circle + +To get the smallest circumscribing circle that includes all cells of the patch, simply run `get_circumscribingcircle()`. The result returns the diameter for each circle that includes all cells of each patch. This includes not only the cell centers but the whole cells using the cells corners. + +```{r} +# get all patches of class 1 +class_1 <- get_patches(landscape, class = 1) + +# get smallest circumscribing circle for each patch +circle <- get_circumscribingcircle(class_1$layer_1$class_1) +``` diff --git a/vignettes/get_started.Rmd b/vignettes/get_started.Rmd index 50edda59a..5def8d82f 100644 --- a/vignettes/get_started.Rmd +++ b/vignettes/get_started.Rmd @@ -1,185 +1,185 @@ ---- -title: "Get started" -date: "`r Sys.Date()`" -output: rmarkdown::html_vignette -vignette: > - %\VignetteIndexEntry{Get started} - %\VignetteEncoding{UTF-8} - %\VignetteEngine{knitr::rmarkdown} -editor_options: - chunk_output_type: console ---- - -```{r setup, include = FALSE} -knitr::opts_chunk$set( - collapse = TRUE, - comment = "#>" -) -``` - -```{r load_libraries_hidden, eval=TRUE, echo=FALSE, message=FALSE, results='hide'} -library(landscapemetrics) -library(terra) -library(dplyr) - -# internal data needs to be unwrapped -landscape <- terra::unwrap(landscapemetrics::landscape) -augusta_nlcd <- terra::unwrap(landscapemetrics::augusta_nlcd) -podlasie_ccilc <- terra::unwrap(landscapemetrics::podlasie_ccilc) -``` - -## Design - -All functions in **landscapemetrics** start with `lsm_` (for landscapemetrics). The second part of the name specifies the level (patch - `p`, class - `c` or landscape - `l`). The last part of the function name is the abbreviation of the corresponding metric (e.g. `enn`for the euclidean nearest-neighbor distance): - -``` -# general structure -lsm_"level"_"metric" - -# Patch level -## lsm_p_"metric" -lsm_p_enn() - -# Class level -## lsm_c_"metric" -lsm_c_enn() - -# Landscape level -## lsm_p_"metric" -lsm_l_enn() -``` - -All functions return an identical structured tibble: - -

- -| layer | level | class | id | metric | value -| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | -| 1 | patch | 1 | 1 | landscape metric | x | -| 1 | class | 1 | NA | landscape metric | x | -| 1 | landscape | NA | NA | landscape metric | x | - -

- -## Checking your landscape - -Before using **landscapemetrics** and calculating landscape metrics in general, -it makes sense to check your landscape. If your landscape has some properties that restrict the calculation or interpretation of landscape metrics, that should be detected with `check_landscape`: - -```{r} -# import raster -# for local file: rast("pathtoyourraster/raster.asc") -# ... or any other raster file type, geotiff, ... - -# Check your landscape -check_landscape(landscape) # because CRS is unkown, not clear - -check_landscape(podlasie_ccilc) # wrong units - -check_landscape(augusta_nlcd) # everything is ok -``` - -The **requirements** to calculate meaningful landscape metrics are: - -1. The distance units of your projection are **meter**, as the package converts units internally and returns results in either meters, square meters or hectares. For more information see the help file of each function. - -2. Your raster encodes landscape classes as integers (1, 2, 3, 4, ..., *n*). - -3. Landscape metrics describe *categorical* landscapes, that means that your landscape needs to be classified (we throw a warning if you have more than 30 classes to make sure you work with a classified landscape). - -## Using **landscapemetrics** - -If you are sure that your landscape is suitable for the calculation of landscape metrics, **landscapemetrics** makes this quite easy: - -```{r, message=FALSE} -# import raster -# for local file: rast("pathtoyourraster/raster.asc") -# ... or any other raster file type, geotiff, ... - -# Calculate e.g. perimeter of all patches -lsm_p_perim(landscape) -``` - -### Using **landscapemetrics** in a tidy workflow - -Every function in *landscapemetrics* accept data as its first argument, which makes piping a natural workflow. A possible use case is that you would load your spatial data, calculate some landscape metrics and then use the resulting tibble in further analyses. - -```{r, message=FALSE} -# all patch IDs of class 2 with an ENN > 2.5 -subsample_patches <- landscape |> - lsm_p_enn() |> - dplyr::filter(class == 2 & value > 2.5) |> - dplyr::pull(id) - -# show results -subsample_patches -``` - -### Use multiple metric functions - -To list all available metrics, just use the `list_lsm()` function. Here, you can specify e.g. a level or type of metrics. - -```{r} -# list all available metrics -list_lsm() - -# list only aggregation metrics at landscape level and just return function name -list_lsm(level = "landscape", - type = "aggregation metric", - simplify = TRUE) - -# you can also combine arguments and only return the function names -list_lsm(level = c("patch", "landscape"), - type = "core area metric", - simplify = TRUE) -``` - -As the result of every function always returns a `tibble`, combining the metrics that were selected for your research question is straightforward: - -```{r, message=FALSE} -# bind results from different metric functions -patch_metrics <- dplyr::bind_rows( - lsm_p_cai(landscape), - lsm_p_circle(landscape), - lsm_p_enn(landscape) -) - -# look at the results -patch_metrics -``` - -All metrics are abbreviated in the result `tibble`. Therefore, we provide a `tibble` containing the full metric names, as well as the class of each metric (`lsm_abbreviations_names`). Using e.g. the `left_join()` function of the `dplyr` package one could join a result `tibble` and the abbreviations `tibble`. - -```{r, message=FALSE} - -# bind results from different metric functions -patch_metrics <- dplyr::bind_rows( - lsm_p_cai(landscape), - lsm_p_circle(landscape), - lsm_p_enn(landscape) - ) -# look at the results -patch_metrics_full_names <- dplyr::left_join(x = patch_metrics, - y = lsm_abbreviations_names, - by = "metric") -patch_metrics_full_names -``` - - -Additionally, we provide a wrapper where the desired metrics can be specified as a vector of strings. Because all metrics regardless of the level return an identical `tibble`, different levels can be mixed. It is also possible to calculate all available metrics at a certain level using e.g. `level = "patch"`. Additionally, similar to `list_lsm()` you can also specify e.g. a certain group of metrics. Of course, you can also include the full names and information of all metrics using `full_name = TRUE`. - -```{r, message=FALSE} -# calculate certain metrics -calculate_lsm(landscape, - what = c("lsm_c_pland", "lsm_l_ta", "lsm_l_te")) - -# calculate all aggregation metrics on patch and landscape level -calculate_lsm(landscape, - type = "aggregation metric", - level = c("patch", "landscape")) - -# show full information of all metrics -calculate_lsm(landscape, - what = c("lsm_c_pland", "lsm_l_ta", "lsm_l_te"), - full_name = TRUE) -``` +--- +title: "Get started" +date: "`r Sys.Date()`" +output: rmarkdown::html_vignette +vignette: > + %\VignetteIndexEntry{Get started} + %\VignetteEncoding{UTF-8} + %\VignetteEngine{knitr::rmarkdown} +editor_options: + chunk_output_type: console +--- + +```{r setup, include = FALSE} +knitr::opts_chunk$set( + collapse = TRUE, + comment = "#>" +) +``` + +```{r load_libraries_hidden, eval=TRUE, echo=FALSE, message=FALSE, results='hide'} +library(landscapemetrics) +library(terra) +library(dplyr) + +# internal data needs to be unwrapped +landscape <- terra::unwrap(landscapemetrics::landscape) +augusta_nlcd <- terra::unwrap(landscapemetrics::augusta_nlcd) +podlasie_ccilc <- terra::unwrap(landscapemetrics::podlasie_ccilc) +``` + +## Design + +All functions in **landscapemetrics** start with `lsm_` (for landscapemetrics). The second part of the name specifies the level (patch - `p`, class - `c` or landscape - `l`). The last part of the function name is the abbreviation of the corresponding metric (e.g. `enn`for the euclidean nearest-neighbor distance): + +``` +# general structure +lsm_"level"_"metric" + +# Patch level +## lsm_p_"metric" +lsm_p_enn() + +# Class level +## lsm_c_"metric" +lsm_c_enn() + +# Landscape level +## lsm_p_"metric" +lsm_l_enn() +``` + +All functions return an identical structured tibble: + +

+ +| layer | level | class | id | metric | value +| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | +| 1 | patch | 1 | 1 | landscape metric | x | +| 1 | class | 1 | NA | landscape metric | x | +| 1 | landscape | NA | NA | landscape metric | x | + +

+ +## Checking your landscape + +Before using **landscapemetrics** and calculating landscape metrics in general, +it makes sense to check your landscape. If your landscape has some properties that restrict the calculation or interpretation of landscape metrics, that should be detected with `check_landscape`: + +```{r} +# import raster +# for local file: rast("pathtoyourraster/raster.asc") +# ... or any other raster file type, geotiff, ... + +# Check your landscape +check_landscape(landscape) # because CRS is unkown, not clear + +check_landscape(podlasie_ccilc) # wrong units + +check_landscape(augusta_nlcd) # everything is ok +``` + +The **requirements** to calculate meaningful landscape metrics are: + +1. The distance units of your projection are **meter**, as the package converts units internally and returns results in either meters, square meters or hectares. For more information see the help file of each function. + +2. Your raster encodes landscape classes as integers (1, 2, 3, 4, ..., *n*). + +3. Landscape metrics describe *categorical* landscapes, that means that your landscape needs to be classified (we throw a warning if you have more than 30 classes to make sure you work with a classified landscape). + +## Using **landscapemetrics** + +If you are sure that your landscape is suitable for the calculation of landscape metrics, **landscapemetrics** makes this quite easy: + +```{r, message=FALSE} +# import raster +# for local file: rast("pathtoyourraster/raster.asc") +# ... or any other raster file type, geotiff, ... + +# Calculate e.g. perimeter of all patches +lsm_p_perim(landscape) +``` + +### Using **landscapemetrics** in a tidy workflow + +Every function in *landscapemetrics* accept data as its first argument, which makes piping a natural workflow. A possible use case is that you would load your spatial data, calculate some landscape metrics and then use the resulting tibble in further analyses. + +```{r, message=FALSE} +# all patch IDs of class 2 with an ENN > 2.5 +subsample_patches <- landscape |> + lsm_p_enn() |> + dplyr::filter(class == 2 & value > 2.5) |> + dplyr::pull(id) + +# show results +subsample_patches +``` + +### Use multiple metric functions + +To list all available metrics, just use the `list_lsm()` function. Here, you can specify e.g. a level or type of metrics. + +```{r} +# list all available metrics +list_lsm() + +# list only aggregation metrics at landscape level and just return function name +list_lsm(level = "landscape", + type = "aggregation metric", + simplify = TRUE) + +# you can also combine arguments and only return the function names +list_lsm(level = c("patch", "landscape"), + type = "core area metric", + simplify = TRUE) +``` + +As the result of every function always returns a `tibble`, combining the metrics that were selected for your research question is straightforward: + +```{r, message=FALSE} +# bind results from different metric functions +patch_metrics <- dplyr::bind_rows( + lsm_p_cai(landscape), + lsm_p_circle(landscape), + lsm_p_enn(landscape) +) + +# look at the results +patch_metrics +``` + +All metrics are abbreviated in the result `tibble`. Therefore, we provide a `tibble` containing the full metric names, as well as the class of each metric (`lsm_abbreviations_names`). Using e.g. the `left_join()` function of the `dplyr` package one could join a result `tibble` and the abbreviations `tibble`. + +```{r, message=FALSE} + +# bind results from different metric functions +patch_metrics <- dplyr::bind_rows( + lsm_p_cai(landscape), + lsm_p_circle(landscape), + lsm_p_enn(landscape) + ) +# look at the results +patch_metrics_full_names <- dplyr::left_join(x = patch_metrics, + y = lsm_abbreviations_names, + by = "metric") +patch_metrics_full_names +``` + + +Additionally, we provide a wrapper where the desired metrics can be specified as a vector of strings. Because all metrics regardless of the level return an identical `tibble`, different levels can be mixed. It is also possible to calculate all available metrics at a certain level using e.g. `level = "patch"`. Additionally, similar to `list_lsm()` you can also specify e.g. a certain group of metrics. Of course, you can also include the full names and information of all metrics using `full_name = TRUE`. + +```{r, message=FALSE} +# calculate certain metrics +calculate_lsm(landscape, + what = c("lsm_c_pland", "lsm_l_ta", "lsm_l_te")) + +# calculate all aggregation metrics on patch and landscape level +calculate_lsm(landscape, + type = "aggregation metric", + level = c("patch", "landscape")) + +# show full information of all metrics +calculate_lsm(landscape, + what = c("lsm_c_pland", "lsm_l_ta", "lsm_l_te"), + full_name = TRUE) +``` From c1e728d2fb9484bc54f374b970c077bd5bcc6fb1 Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Tue, 14 Mar 2023 19:25:32 +0100 Subject: [PATCH 012/101] updates param description --- R/calculate_lsm.R | 2 +- R/extract_lsm.R | 2 +- R/get_adjacencies.R | 2 +- R/get_centroids.R | 2 +- R/get_patches.R | 2 +- R/landscape_as_list.R | 2 +- R/lsm_c_ai.R | 2 +- R/lsm_c_area_cv.R | 2 +- R/lsm_c_area_mn.R | 2 +- R/lsm_c_area_sd.R | 2 +- R/lsm_c_ca.R | 2 +- R/lsm_c_cai_cv.R | 2 +- R/lsm_c_cai_mn.R | 2 +- R/lsm_c_cai_sd.R | 2 +- R/lsm_c_circle_cv.R | 2 +- R/lsm_c_circle_mn.R | 2 +- R/lsm_c_circle_sd.R | 2 +- R/lsm_c_clumpy.R | 2 +- R/lsm_c_cohesion.R | 2 +- R/lsm_c_contig_cv.R | 2 +- R/lsm_c_contig_mn.R | 2 +- R/lsm_c_contig_sd.R | 2 +- R/lsm_c_core_cv.R | 2 +- R/lsm_c_core_mn.R | 2 +- R/lsm_c_core_sd.R | 2 +- R/lsm_c_cpland.R | 2 +- R/lsm_c_dcad.R | 2 +- R/lsm_c_dcore_cv.R | 2 +- R/lsm_c_dcore_mn.R | 2 +- R/lsm_c_dcore_sd.R | 2 +- R/lsm_c_division.R | 2 +- R/lsm_c_ed.R | 2 +- R/lsm_c_enn_cv.R | 2 +- R/lsm_c_enn_mn.R | 2 +- R/lsm_c_enn_sd.R | 2 +- R/lsm_c_frac_cv.R | 2 +- R/lsm_c_frac_mn.R | 2 +- R/lsm_c_frac_sd.R | 2 +- R/lsm_c_gyrate_cv.R | 2 +- R/lsm_c_gyrate_mn.R | 2 +- R/lsm_c_gyrate_sd.R | 2 +- R/lsm_c_iji.R | 2 +- R/lsm_c_lpi.R | 2 +- R/lsm_c_lsi.R | 2 +- R/lsm_c_mesh.R | 2 +- R/lsm_c_ndca.R | 2 +- R/lsm_c_nlsi.R | 2 +- R/lsm_c_np.R | 2 +- R/lsm_c_pafrac.R | 2 +- R/lsm_c_para_cv.R | 2 +- R/lsm_c_para_mn.R | 2 +- R/lsm_c_para_sd.R | 2 +- R/lsm_c_pd.R | 2 +- R/lsm_c_pladj.R | 2 +- R/lsm_c_pland.R | 2 +- R/lsm_c_shape_cv.R | 2 +- R/lsm_c_shape_mn.R | 2 +- R/lsm_c_shape_sd.R | 2 +- R/lsm_c_split.R | 2 +- R/lsm_c_tca.R | 2 +- R/lsm_c_te.R | 2 +- R/lsm_l_ai.R | 2 +- R/lsm_l_area_cv.R | 2 +- R/lsm_l_area_mn.R | 2 +- R/lsm_l_area_sd.R | 2 +- R/lsm_l_cai_cv.R | 2 +- R/lsm_l_cai_mn.R | 2 +- R/lsm_l_cai_sd.R | 2 +- R/lsm_l_circle_cv.R | 2 +- R/lsm_l_circle_mn.R | 2 +- R/lsm_l_circle_sd.R | 2 +- R/lsm_l_cohesion.R | 2 +- R/lsm_l_condent.R | 2 +- R/lsm_l_contag.R | 2 +- R/lsm_l_contig_cv.R | 2 +- R/lsm_l_contig_mn.R | 2 +- R/lsm_l_contig_sd.R | 2 +- R/lsm_l_core_cv.R | 2 +- R/lsm_l_core_mn.R | 2 +- R/lsm_l_core_sd.R | 2 +- R/lsm_l_dcad.R | 2 +- R/lsm_l_dcore_cv.R | 2 +- R/lsm_l_dcore_mn.R | 2 +- R/lsm_l_dcore_sd.R | 2 +- R/lsm_l_division.R | 2 +- R/lsm_l_ed.R | 2 +- R/lsm_l_enn_cv.R | 2 +- R/lsm_l_enn_mn.R | 2 +- R/lsm_l_enn_sd.R | 2 +- R/lsm_l_ent.R | 2 +- R/lsm_l_frac_cv.R | 2 +- R/lsm_l_frac_mn.R | 2 +- R/lsm_l_frac_sd.R | 2 +- R/lsm_l_gyrate_cv.R | 2 +- R/lsm_l_gyrate_mn.R | 2 +- R/lsm_l_gyrate_sd.R | 2 +- R/lsm_l_iji.R | 2 +- R/lsm_l_joinent.R | 2 +- R/lsm_l_lpi.R | 2 +- R/lsm_l_lsi.R | 2 +- R/lsm_l_mesh.R | 2 +- R/lsm_l_msidi.R | 2 +- R/lsm_l_msiei.R | 2 +- R/lsm_l_mutinf.R | 2 +- R/lsm_l_ndca.R | 2 +- R/lsm_l_np.R | 2 +- R/lsm_l_pafrac.R | 2 +- R/lsm_l_para_cv.R | 2 +- R/lsm_l_para_mn.R | 2 +- R/lsm_l_para_sd.R | 2 +- R/lsm_l_pd.R | 2 +- R/lsm_l_pladj.R | 2 +- R/lsm_l_pr.R | 2 +- R/lsm_l_prd.R | 2 +- R/lsm_l_relmutinf.R | 2 +- R/lsm_l_rpr.R | 2 +- R/lsm_l_shape_cv.R | 2 +- R/lsm_l_shape_mn.R | 2 +- R/lsm_l_shape_sd.R | 2 +- R/lsm_l_shdi.R | 2 +- R/lsm_l_shei.R | 2 +- R/lsm_l_sidi.R | 2 +- R/lsm_l_siei.R | 2 +- R/lsm_l_split.R | 2 +- R/lsm_l_ta.R | 2 +- R/lsm_l_tca.R | 2 +- R/lsm_l_te.R | 2 +- R/lsm_p_area.R | 2 +- R/lsm_p_cai.R | 2 +- R/lsm_p_circle.R | 2 +- R/lsm_p_contig.R | 2 +- R/lsm_p_core.R | 2 +- R/lsm_p_enn.R | 2 +- R/lsm_p_frac.R | 2 +- R/lsm_p_gyrate.R | 2 +- R/lsm_p_ncore.R | 2 +- R/lsm_p_para.R | 2 +- R/lsm_p_perim.R | 6 +++--- R/lsm_p_shape.R | 2 +- R/pad_raster.R | 2 +- R/raster_to_points.R | 2 +- R/sample_lsm.R | 2 +- R/spatialize_lsm.R | 2 +- R/unpad_raster.R | 2 +- R/window_lsm.R | 2 +- man/calculate_lsm.Rd | 2 +- man/extract_lsm.Rd | 2 +- man/get_adjacencies.Rd | 2 +- man/get_centroids.Rd | 2 +- man/get_patches.Rd | 2 +- man/landscape_as_list.Rd | 2 +- man/lsm_c_ai.Rd | 2 +- man/lsm_c_area_cv.Rd | 2 +- man/lsm_c_area_mn.Rd | 2 +- man/lsm_c_area_sd.Rd | 2 +- man/lsm_c_ca.Rd | 2 +- man/lsm_c_cai_cv.Rd | 2 +- man/lsm_c_cai_mn.Rd | 2 +- man/lsm_c_cai_sd.Rd | 2 +- man/lsm_c_circle_cv.Rd | 2 +- man/lsm_c_circle_mn.Rd | 2 +- man/lsm_c_circle_sd.Rd | 2 +- man/lsm_c_clumpy.Rd | 2 +- man/lsm_c_cohesion.Rd | 2 +- man/lsm_c_contig_cv.Rd | 2 +- man/lsm_c_contig_mn.Rd | 2 +- man/lsm_c_contig_sd.Rd | 2 +- man/lsm_c_core_cv.Rd | 2 +- man/lsm_c_core_mn.Rd | 2 +- man/lsm_c_core_sd.Rd | 2 +- man/lsm_c_cpland.Rd | 2 +- man/lsm_c_dcad.Rd | 2 +- man/lsm_c_dcore_cv.Rd | 2 +- man/lsm_c_dcore_mn.Rd | 2 +- man/lsm_c_dcore_sd.Rd | 2 +- man/lsm_c_division.Rd | 2 +- man/lsm_c_ed.Rd | 2 +- man/lsm_c_enn_cv.Rd | 2 +- man/lsm_c_enn_mn.Rd | 2 +- man/lsm_c_enn_sd.Rd | 2 +- man/lsm_c_frac_cv.Rd | 2 +- man/lsm_c_frac_mn.Rd | 2 +- man/lsm_c_frac_sd.Rd | 2 +- man/lsm_c_gyrate_cv.Rd | 2 +- man/lsm_c_gyrate_mn.Rd | 2 +- man/lsm_c_gyrate_sd.Rd | 2 +- man/lsm_c_iji.Rd | 2 +- man/lsm_c_lpi.Rd | 2 +- man/lsm_c_lsi.Rd | 2 +- man/lsm_c_mesh.Rd | 2 +- man/lsm_c_ndca.Rd | 2 +- man/lsm_c_nlsi.Rd | 2 +- man/lsm_c_np.Rd | 2 +- man/lsm_c_pafrac.Rd | 2 +- man/lsm_c_para_cv.Rd | 2 +- man/lsm_c_para_mn.Rd | 2 +- man/lsm_c_para_sd.Rd | 2 +- man/lsm_c_pd.Rd | 2 +- man/lsm_c_pladj.Rd | 2 +- man/lsm_c_pland.Rd | 2 +- man/lsm_c_shape_cv.Rd | 2 +- man/lsm_c_shape_mn.Rd | 2 +- man/lsm_c_shape_sd.Rd | 2 +- man/lsm_c_split.Rd | 2 +- man/lsm_c_tca.Rd | 2 +- man/lsm_c_te.Rd | 2 +- man/lsm_l_ai.Rd | 2 +- man/lsm_l_area_cv.Rd | 2 +- man/lsm_l_area_mn.Rd | 2 +- man/lsm_l_area_sd.Rd | 2 +- man/lsm_l_cai_cv.Rd | 2 +- man/lsm_l_cai_mn.Rd | 2 +- man/lsm_l_cai_sd.Rd | 2 +- man/lsm_l_circle_cv.Rd | 2 +- man/lsm_l_circle_mn.Rd | 2 +- man/lsm_l_circle_sd.Rd | 2 +- man/lsm_l_cohesion.Rd | 2 +- man/lsm_l_condent.Rd | 2 +- man/lsm_l_contag.Rd | 2 +- man/lsm_l_contig_cv.Rd | 2 +- man/lsm_l_contig_mn.Rd | 2 +- man/lsm_l_contig_sd.Rd | 2 +- man/lsm_l_core_cv.Rd | 2 +- man/lsm_l_core_mn.Rd | 2 +- man/lsm_l_core_sd.Rd | 2 +- man/lsm_l_dcad.Rd | 2 +- man/lsm_l_dcore_cv.Rd | 2 +- man/lsm_l_dcore_mn.Rd | 2 +- man/lsm_l_dcore_sd.Rd | 2 +- man/lsm_l_division.Rd | 2 +- man/lsm_l_ed.Rd | 2 +- man/lsm_l_enn_cv.Rd | 2 +- man/lsm_l_enn_mn.Rd | 2 +- man/lsm_l_enn_sd.Rd | 2 +- man/lsm_l_ent.Rd | 2 +- man/lsm_l_frac_cv.Rd | 2 +- man/lsm_l_frac_mn.Rd | 2 +- man/lsm_l_frac_sd.Rd | 2 +- man/lsm_l_gyrate_cv.Rd | 2 +- man/lsm_l_gyrate_mn.Rd | 2 +- man/lsm_l_gyrate_sd.Rd | 2 +- man/lsm_l_iji.Rd | 2 +- man/lsm_l_joinent.Rd | 2 +- man/lsm_l_lpi.Rd | 2 +- man/lsm_l_lsi.Rd | 2 +- man/lsm_l_mesh.Rd | 2 +- man/lsm_l_msidi.Rd | 2 +- man/lsm_l_msiei.Rd | 2 +- man/lsm_l_mutinf.Rd | 2 +- man/lsm_l_ndca.Rd | 2 +- man/lsm_l_np.Rd | 2 +- man/lsm_l_pafrac.Rd | 2 +- man/lsm_l_para_cv.Rd | 2 +- man/lsm_l_para_mn.Rd | 2 +- man/lsm_l_para_sd.Rd | 2 +- man/lsm_l_pd.Rd | 2 +- man/lsm_l_pladj.Rd | 2 +- man/lsm_l_pr.Rd | 2 +- man/lsm_l_prd.Rd | 2 +- man/lsm_l_relmutinf.Rd | 2 +- man/lsm_l_rpr.Rd | 2 +- man/lsm_l_shape_cv.Rd | 2 +- man/lsm_l_shape_mn.Rd | 2 +- man/lsm_l_shape_sd.Rd | 2 +- man/lsm_l_shdi.Rd | 2 +- man/lsm_l_shei.Rd | 2 +- man/lsm_l_sidi.Rd | 2 +- man/lsm_l_siei.Rd | 2 +- man/lsm_l_split.Rd | 2 +- man/lsm_l_ta.Rd | 2 +- man/lsm_l_tca.Rd | 2 +- man/lsm_l_te.Rd | 2 +- man/lsm_p_area.Rd | 2 +- man/lsm_p_cai.Rd | 2 +- man/lsm_p_circle.Rd | 2 +- man/lsm_p_contig.Rd | 2 +- man/lsm_p_core.Rd | 2 +- man/lsm_p_enn.Rd | 2 +- man/lsm_p_frac.Rd | 2 +- man/lsm_p_gyrate.Rd | 2 +- man/lsm_p_ncore.Rd | 2 +- man/lsm_p_para.Rd | 2 +- man/lsm_p_perim.Rd | 6 +++--- man/lsm_p_shape.Rd | 2 +- man/pad_raster.Rd | 2 +- man/raster_to_points.Rd | 2 +- man/sample_lsm.Rd | 2 +- man/spatialize_lsm.Rd | 2 +- man/unpad_raster.Rd | 2 +- man/window_lsm.Rd | 2 +- 290 files changed, 294 insertions(+), 294 deletions(-) diff --git a/R/calculate_lsm.R b/R/calculate_lsm.R index d5ca9e429..3f294888b 100644 --- a/R/calculate_lsm.R +++ b/R/calculate_lsm.R @@ -2,7 +2,7 @@ #' #' @description Calculate a selected group of metrics #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param level Level of metrics. Either 'patch', 'class' or 'landscape' (or vector with combination). #' @param metric Abbreviation of metrics (e.g. 'area'). #' @param name Full name of metrics (e.g. 'core area'). diff --git a/R/extract_lsm.R b/R/extract_lsm.R index 7db37798c..a7636b5b0 100644 --- a/R/extract_lsm.R +++ b/R/extract_lsm.R @@ -2,7 +2,7 @@ #' #' @description Extract metrics #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param y 2-column matrix with coordinates or sf point or line geometries. #' @param extract_id Vector with id of sample points. If not provided, sample #' points will be labelled 1...n. diff --git a/R/get_adjacencies.R b/R/get_adjacencies.R index 79f3bfcb7..d66ee6876 100644 --- a/R/get_adjacencies.R +++ b/R/get_adjacencies.R @@ -2,7 +2,7 @@ #' #' @description Fast calculation of adjacencies between classes in a raster #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param neighbourhood The number of directions in which cell adjacencies are #' considered as neighbours: 4 (rook's case), 8 (queen's case) or a binary matrix #' where the ones define the neighbourhood. The default is 4. diff --git a/R/get_centroids.R b/R/get_centroids.R index 27af52ef7..40bfe9e3c 100644 --- a/R/get_centroids.R +++ b/R/get_centroids.R @@ -2,7 +2,7 @@ #' #' @description Centroid of patches #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param cell_center If true, the coordinates of the centroid are forced to be diff --git a/R/get_patches.R b/R/get_patches.R index 286af5a17..2ebc5da25 100644 --- a/R/get_patches.R +++ b/R/get_patches.R @@ -2,7 +2,7 @@ #' #' @description Connected components labeling to derive patches in a landscape. #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param class Either "all" (default) for every class in the raster, or specify diff --git a/R/landscape_as_list.R b/R/landscape_as_list.R index 0ba9f70bd..c8f2ed12e 100644 --- a/R/landscape_as_list.R +++ b/R/landscape_as_list.R @@ -2,7 +2,7 @@ #' #' @description Convert raster input to list #' -#' @param landscape SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters #' #' @details Mainly for internal use #' diff --git a/R/lsm_c_ai.R b/R/lsm_c_ai.R index 05fa04cb3..5f9215c62 100644 --- a/R/lsm_c_ai.R +++ b/R/lsm_c_ai.R @@ -2,7 +2,7 @@ #' #' @description Aggregation index (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters #' #' @details #' \deqn{AI = \Bigg[\frac{g_{ii}}{max-g_{ii}} \Bigg](100) } diff --git a/R/lsm_c_area_cv.R b/R/lsm_c_area_cv.R index 3bac98c2b..7156635f4 100644 --- a/R/lsm_c_area_cv.R +++ b/R/lsm_c_area_cv.R @@ -2,7 +2,7 @@ #' #' @description Coefficient of variation of patch area (Area and edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' #' @details diff --git a/R/lsm_c_area_mn.R b/R/lsm_c_area_mn.R index 12eb6c480..1384c56ab 100644 --- a/R/lsm_c_area_mn.R +++ b/R/lsm_c_area_mn.R @@ -2,7 +2,7 @@ #' #' @description Mean of patch area (Area and edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' #' @details diff --git a/R/lsm_c_area_sd.R b/R/lsm_c_area_sd.R index ab7a87e01..a3127247e 100644 --- a/R/lsm_c_area_sd.R +++ b/R/lsm_c_area_sd.R @@ -2,7 +2,7 @@ #' #' @description Standard deviation of patch area (Area and edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_c_ca.R b/R/lsm_c_ca.R index 267d5bb78..04a7027d1 100644 --- a/R/lsm_c_ca.R +++ b/R/lsm_c_ca.R @@ -2,7 +2,7 @@ #' #' @description Total (class) area (Area and edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_c_cai_cv.R b/R/lsm_c_cai_cv.R index bf6d6997e..ef3a4b6b9 100644 --- a/R/lsm_c_cai_cv.R +++ b/R/lsm_c_cai_cv.R @@ -2,7 +2,7 @@ #' #' @description Coefficient of variation of core area index (Core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_c_cai_mn.R b/R/lsm_c_cai_mn.R index f3faaaf30..2ccf31a65 100644 --- a/R/lsm_c_cai_mn.R +++ b/R/lsm_c_cai_mn.R @@ -2,7 +2,7 @@ #' #' @description Mean of core area index (Core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_c_cai_sd.R b/R/lsm_c_cai_sd.R index 58303861f..fd7a38777 100644 --- a/R/lsm_c_cai_sd.R +++ b/R/lsm_c_cai_sd.R @@ -2,7 +2,7 @@ #' #' @description Standard deviation of core area index (Core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_c_circle_cv.R b/R/lsm_c_circle_cv.R index faa4954c1..327bc880d 100644 --- a/R/lsm_c_circle_cv.R +++ b/R/lsm_c_circle_cv.R @@ -2,7 +2,7 @@ #' #' @description Coefficient of variation of related circumscribing circle (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_c_circle_mn.R b/R/lsm_c_circle_mn.R index e5fef9b1d..8427e3d1b 100644 --- a/R/lsm_c_circle_mn.R +++ b/R/lsm_c_circle_mn.R @@ -2,7 +2,7 @@ #' #' @description Mean of related circumscribing circle (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_c_circle_sd.R b/R/lsm_c_circle_sd.R index cedbff630..11a57a53f 100644 --- a/R/lsm_c_circle_sd.R +++ b/R/lsm_c_circle_sd.R @@ -2,7 +2,7 @@ #' #' @description Standard deviation of related circumscribing circle (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' #' @details diff --git a/R/lsm_c_clumpy.R b/R/lsm_c_clumpy.R index afb023f4f..890ba46bc 100644 --- a/R/lsm_c_clumpy.R +++ b/R/lsm_c_clumpy.R @@ -2,7 +2,7 @@ #' #' @description Clumpiness index (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters #' #' @details #' \deqn{Given G_{i} = \Bigg(\frac{g_{ii}}{ (\sum\limits_{k=1}^m g_{ik}) - min e_{i}} \Bigg)} diff --git a/R/lsm_c_cohesion.R b/R/lsm_c_cohesion.R index db88da010..5c1612310 100644 --- a/R/lsm_c_cohesion.R +++ b/R/lsm_c_cohesion.R @@ -2,7 +2,7 @@ #' #' @description Patch Cohesion Index (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_c_contig_cv.R b/R/lsm_c_contig_cv.R index c961fc10f..3231d0488 100644 --- a/R/lsm_c_contig_cv.R +++ b/R/lsm_c_contig_cv.R @@ -2,7 +2,7 @@ #' #' @description Coefficient of variation of Contiguity index (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' #' @details diff --git a/R/lsm_c_contig_mn.R b/R/lsm_c_contig_mn.R index af386eec8..bd5f1d0e0 100644 --- a/R/lsm_c_contig_mn.R +++ b/R/lsm_c_contig_mn.R @@ -2,7 +2,7 @@ #' #' @description Mean of Contiguity index (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' #' @details diff --git a/R/lsm_c_contig_sd.R b/R/lsm_c_contig_sd.R index 9d677e973..6349915e8 100644 --- a/R/lsm_c_contig_sd.R +++ b/R/lsm_c_contig_sd.R @@ -2,7 +2,7 @@ #' #' @description Standard deviation of Contiguity index (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' #' @details diff --git a/R/lsm_c_core_cv.R b/R/lsm_c_core_cv.R index fa7493b55..fcfff124b 100644 --- a/R/lsm_c_core_cv.R +++ b/R/lsm_c_core_cv.R @@ -2,7 +2,7 @@ #' #' @description Coefficient of variation of core area (Core area metric) #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param consider_boundary Logical if cells that only neighbour the landscape #' boundary should be considered as core #' @param edge_depth Distance (in cells) a cell has the be away from the patch diff --git a/R/lsm_c_core_mn.R b/R/lsm_c_core_mn.R index d2778405a..95d06a736 100644 --- a/R/lsm_c_core_mn.R +++ b/R/lsm_c_core_mn.R @@ -2,7 +2,7 @@ #' #' @description Mean of core area (Core area metric) #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param consider_boundary Logical if cells that only neighbour the landscape #' boundary should be considered as core #' @param edge_depth Distance (in cells) a cell has the be away from the patch diff --git a/R/lsm_c_core_sd.R b/R/lsm_c_core_sd.R index d05487c2b..7b6c1cac0 100644 --- a/R/lsm_c_core_sd.R +++ b/R/lsm_c_core_sd.R @@ -2,7 +2,7 @@ #' #' @description Standard deviation patch core area (class level) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape #' boundary should be considered as core diff --git a/R/lsm_c_cpland.R b/R/lsm_c_cpland.R index 68fcd847e..5c86163b3 100644 --- a/R/lsm_c_cpland.R +++ b/R/lsm_c_cpland.R @@ -2,7 +2,7 @@ #' #' @description Core area percentage of landscape (Core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_c_dcad.R b/R/lsm_c_dcad.R index b686bd4a8..4ec58f086 100644 --- a/R/lsm_c_dcad.R +++ b/R/lsm_c_dcad.R @@ -2,7 +2,7 @@ # #' @description Disjunct core area density (core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_c_dcore_cv.R b/R/lsm_c_dcore_cv.R index 2d00f97e3..b04e2fab1 100644 --- a/R/lsm_c_dcore_cv.R +++ b/R/lsm_c_dcore_cv.R @@ -2,7 +2,7 @@ #' #' @description Coefficient of variation number of disjunct core areas (Core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_c_dcore_mn.R b/R/lsm_c_dcore_mn.R index d2bf48a16..b4a190dcd 100644 --- a/R/lsm_c_dcore_mn.R +++ b/R/lsm_c_dcore_mn.R @@ -2,7 +2,7 @@ #' #' @description Mean number of disjunct core areas (Core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_c_dcore_sd.R b/R/lsm_c_dcore_sd.R index 07ca05036..56e4da612 100644 --- a/R/lsm_c_dcore_sd.R +++ b/R/lsm_c_dcore_sd.R @@ -2,7 +2,7 @@ #' #' @description Standard deviation number of disjunct core areas (Core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_c_division.R b/R/lsm_c_division.R index 7b1a462f4..78cfd7022 100644 --- a/R/lsm_c_division.R +++ b/R/lsm_c_division.R @@ -2,7 +2,7 @@ #' #' @description Landscape division index (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' #' @details diff --git a/R/lsm_c_ed.R b/R/lsm_c_ed.R index 831f483c8..32a096282 100644 --- a/R/lsm_c_ed.R +++ b/R/lsm_c_ed.R @@ -2,7 +2,7 @@ #' #' @description Edge Density (Area and Edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param count_boundary Count landscape boundary as edge. #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_c_enn_cv.R b/R/lsm_c_enn_cv.R index 808b9a42f..090b32711 100644 --- a/R/lsm_c_enn_cv.R +++ b/R/lsm_c_enn_cv.R @@ -2,7 +2,7 @@ #' #' @description Coefficient of variation of euclidean nearest-neighbor distance (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' @param verbose Print warning message if not sufficient patches are present #' diff --git a/R/lsm_c_enn_mn.R b/R/lsm_c_enn_mn.R index 5b966fb87..76b2cc280 100644 --- a/R/lsm_c_enn_mn.R +++ b/R/lsm_c_enn_mn.R @@ -2,7 +2,7 @@ #' #' @description Mean of euclidean nearest-neighbor distance (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' @param verbose Print warning message if not sufficient patches are present #' diff --git a/R/lsm_c_enn_sd.R b/R/lsm_c_enn_sd.R index 5e9501f77..85808c209 100644 --- a/R/lsm_c_enn_sd.R +++ b/R/lsm_c_enn_sd.R @@ -2,7 +2,7 @@ #' #' @description Standard deviation of euclidean nearest-neighbor distance (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' @param verbose Print warning message if not sufficient patches are present #' diff --git a/R/lsm_c_frac_cv.R b/R/lsm_c_frac_cv.R index 99e466eaf..afa9b7ec8 100644 --- a/R/lsm_c_frac_cv.R +++ b/R/lsm_c_frac_cv.R @@ -2,7 +2,7 @@ #' #' @description Coefficient of variation fractal dimension index (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_c_frac_mn.R b/R/lsm_c_frac_mn.R index 91e009c8c..d9434f0ae 100644 --- a/R/lsm_c_frac_mn.R +++ b/R/lsm_c_frac_mn.R @@ -2,7 +2,7 @@ #' #' @description Mean fractal dimension index (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_c_frac_sd.R b/R/lsm_c_frac_sd.R index 41a082086..58cee3565 100644 --- a/R/lsm_c_frac_sd.R +++ b/R/lsm_c_frac_sd.R @@ -2,7 +2,7 @@ #' #' @description Standard deviation fractal dimension index (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_c_gyrate_cv.R b/R/lsm_c_gyrate_cv.R index 5f074e5be..19df8f566 100644 --- a/R/lsm_c_gyrate_cv.R +++ b/R/lsm_c_gyrate_cv.R @@ -2,7 +2,7 @@ #' #' @description Coefficient of variation radius of gyration (Area and edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param cell_center If true, the coordinates of the centroid are forced to be diff --git a/R/lsm_c_gyrate_mn.R b/R/lsm_c_gyrate_mn.R index 07aec7ff1..b302e2f45 100644 --- a/R/lsm_c_gyrate_mn.R +++ b/R/lsm_c_gyrate_mn.R @@ -2,7 +2,7 @@ #' #' @description Mean radius of gyration (Area and edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param cell_center If true, the coordinates of the centroid are forced to be diff --git a/R/lsm_c_gyrate_sd.R b/R/lsm_c_gyrate_sd.R index 7a92b875c..1af9faad2 100644 --- a/R/lsm_c_gyrate_sd.R +++ b/R/lsm_c_gyrate_sd.R @@ -2,7 +2,7 @@ #' #' @description Standard deviation radius of gyration (Area and edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param cell_center If true, the coordinates of the centroid are forced to be diff --git a/R/lsm_c_iji.R b/R/lsm_c_iji.R index f7cfb0df7..180de09ce 100644 --- a/R/lsm_c_iji.R +++ b/R/lsm_c_iji.R @@ -2,7 +2,7 @@ # #' @description Interspersion and Juxtaposition index (Aggregation metric) # -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param verbose Print warning message if not sufficient patches are present # #' @details diff --git a/R/lsm_c_lpi.R b/R/lsm_c_lpi.R index 86f2d7aa1..d54186651 100644 --- a/R/lsm_c_lpi.R +++ b/R/lsm_c_lpi.R @@ -2,7 +2,7 @@ #' #' @description Largest patch index (Area and Edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_c_lsi.R b/R/lsm_c_lsi.R index 31e1db443..433a42e6e 100644 --- a/R/lsm_c_lsi.R +++ b/R/lsm_c_lsi.R @@ -2,7 +2,7 @@ #' #' @description Landscape shape index (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' #' @details #' \deqn{LSI = \frac{e_{i}} {\min e_{i}}} diff --git a/R/lsm_c_mesh.R b/R/lsm_c_mesh.R index 35752aeab..7528037b2 100644 --- a/R/lsm_c_mesh.R +++ b/R/lsm_c_mesh.R @@ -2,7 +2,7 @@ #' #' @description Effective Mesh Size (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_c_ndca.R b/R/lsm_c_ndca.R index c80bb3e7b..07163db57 100644 --- a/R/lsm_c_ndca.R +++ b/R/lsm_c_ndca.R @@ -2,7 +2,7 @@ #' #' @description Number of disjunct core areas (Core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_c_nlsi.R b/R/lsm_c_nlsi.R index 532377097..170e9ffc9 100644 --- a/R/lsm_c_nlsi.R +++ b/R/lsm_c_nlsi.R @@ -2,7 +2,7 @@ #' #' @description Normalized landscape shape index (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' #' @details #' \deqn{nLSI = \frac{e_{i} - \min e_{i}} {\max e_{i} - \min e_{i}}} diff --git a/R/lsm_c_np.R b/R/lsm_c_np.R index bfb898a2e..b62c83684 100644 --- a/R/lsm_c_np.R +++ b/R/lsm_c_np.R @@ -2,7 +2,7 @@ #' #' @description Number of patches (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_c_pafrac.R b/R/lsm_c_pafrac.R index 1007f54e6..144661827 100644 --- a/R/lsm_c_pafrac.R +++ b/R/lsm_c_pafrac.R @@ -2,7 +2,7 @@ #' #' @description Perimeter-Area Fractal Dimension (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param verbose Print warning message if not sufficient patches are present diff --git a/R/lsm_c_para_cv.R b/R/lsm_c_para_cv.R index 47a625849..e8d61dd9d 100644 --- a/R/lsm_c_para_cv.R +++ b/R/lsm_c_para_cv.R @@ -2,7 +2,7 @@ #' #' @description Coefficient of variation perimeter-area ratio (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_c_para_mn.R b/R/lsm_c_para_mn.R index 63ac35972..f89f9573b 100644 --- a/R/lsm_c_para_mn.R +++ b/R/lsm_c_para_mn.R @@ -2,7 +2,7 @@ #' #' @description Mean perimeter-area ratio (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_c_para_sd.R b/R/lsm_c_para_sd.R index c214d3a9f..761d42f47 100644 --- a/R/lsm_c_para_sd.R +++ b/R/lsm_c_para_sd.R @@ -2,7 +2,7 @@ #' #' @description Standard deviation perimeter-area ratio (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_c_pd.R b/R/lsm_c_pd.R index 524ff05dc..eed1386eb 100644 --- a/R/lsm_c_pd.R +++ b/R/lsm_c_pd.R @@ -2,7 +2,7 @@ #' #' @description Patch density (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_c_pladj.R b/R/lsm_c_pladj.R index e8056d76e..580485fb2 100644 --- a/R/lsm_c_pladj.R +++ b/R/lsm_c_pladj.R @@ -2,7 +2,7 @@ #' #' @description Percentage of Like Adjacencies (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' #' @details #' \deqn{PLADJ = (\frac{g_{ij}} {\sum \limits_{k = 1}^{m} g_{ik}}) * 100} diff --git a/R/lsm_c_pland.R b/R/lsm_c_pland.R index 5a07cce62..09b98a44a 100644 --- a/R/lsm_c_pland.R +++ b/R/lsm_c_pland.R @@ -2,7 +2,7 @@ #' #' @description Percentage of landscape of class (Area and Edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_c_shape_cv.R b/R/lsm_c_shape_cv.R index 3fe050718..64a93c722 100644 --- a/R/lsm_c_shape_cv.R +++ b/R/lsm_c_shape_cv.R @@ -2,7 +2,7 @@ #' #' @description Covariance of variation shape index (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_c_shape_mn.R b/R/lsm_c_shape_mn.R index ae92e461e..d56a54b83 100644 --- a/R/lsm_c_shape_mn.R +++ b/R/lsm_c_shape_mn.R @@ -2,7 +2,7 @@ #' #' @description Mean shape index (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_c_shape_sd.R b/R/lsm_c_shape_sd.R index 47f7db135..91bf04783 100644 --- a/R/lsm_c_shape_sd.R +++ b/R/lsm_c_shape_sd.R @@ -2,7 +2,7 @@ #' #' @description Standard deviation shape index (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_c_split.R b/R/lsm_c_split.R index ac4d4a386..048963b17 100644 --- a/R/lsm_c_split.R +++ b/R/lsm_c_split.R @@ -2,7 +2,7 @@ #' #' @description Splitting index (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_c_tca.R b/R/lsm_c_tca.R index 40949f856..64e685c17 100644 --- a/R/lsm_c_tca.R +++ b/R/lsm_c_tca.R @@ -2,7 +2,7 @@ #' #' @description Total core area (Core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_c_te.R b/R/lsm_c_te.R index fbbf7a26c..2f72838b7 100644 --- a/R/lsm_c_te.R +++ b/R/lsm_c_te.R @@ -2,7 +2,7 @@ #' #' @description Total (class) edge (Area and Edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param count_boundary Include landscape boundary in edge length #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). diff --git a/R/lsm_l_ai.R b/R/lsm_l_ai.R index c0cb6fea9..aa3b2eb77 100644 --- a/R/lsm_l_ai.R +++ b/R/lsm_l_ai.R @@ -2,7 +2,7 @@ #' #' @description Aggregation index (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters #' #' @details #' \deqn{AI = \Bigg[\sum\limits_{i=1}^m \Big( \frac{g_{ii}}{max-g_{ii}} \Big) P_{i} \Bigg](100) } diff --git a/R/lsm_l_area_cv.R b/R/lsm_l_area_cv.R index 46eb4a983..a3b010f95 100644 --- a/R/lsm_l_area_cv.R +++ b/R/lsm_l_area_cv.R @@ -2,7 +2,7 @@ #' #' @description Coefficient of variation of patch area (Area and edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' #' @details diff --git a/R/lsm_l_area_mn.R b/R/lsm_l_area_mn.R index 4ebf1e595..ad4b1f80d 100644 --- a/R/lsm_l_area_mn.R +++ b/R/lsm_l_area_mn.R @@ -2,7 +2,7 @@ #' #' @description Mean of patch area (Area and edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' #' @details diff --git a/R/lsm_l_area_sd.R b/R/lsm_l_area_sd.R index ccb72db83..fae686774 100644 --- a/R/lsm_l_area_sd.R +++ b/R/lsm_l_area_sd.R @@ -2,7 +2,7 @@ #' #' @description Standard deviation of patch area (Area and edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' #' @details diff --git a/R/lsm_l_cai_cv.R b/R/lsm_l_cai_cv.R index c8e8af90a..f7d4f7f5d 100644 --- a/R/lsm_l_cai_cv.R +++ b/R/lsm_l_cai_cv.R @@ -2,7 +2,7 @@ #' #' @description Coefficient of variation of core area index (Core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_l_cai_mn.R b/R/lsm_l_cai_mn.R index 96224fbaa..50af60ffa 100644 --- a/R/lsm_l_cai_mn.R +++ b/R/lsm_l_cai_mn.R @@ -2,7 +2,7 @@ #' #' @description Mean of core area index (Core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_l_cai_sd.R b/R/lsm_l_cai_sd.R index 8ad7463c1..649e9e8b1 100644 --- a/R/lsm_l_cai_sd.R +++ b/R/lsm_l_cai_sd.R @@ -2,7 +2,7 @@ #' #' @description Standard deviation of core area index (Core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_l_circle_cv.R b/R/lsm_l_circle_cv.R index 7e36813d3..9225787ff 100644 --- a/R/lsm_l_circle_cv.R +++ b/R/lsm_l_circle_cv.R @@ -2,7 +2,7 @@ #' #' @description Coefficient of variation of related circumscribing circle (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' #' @details diff --git a/R/lsm_l_circle_mn.R b/R/lsm_l_circle_mn.R index c789feac5..6c07e3038 100644 --- a/R/lsm_l_circle_mn.R +++ b/R/lsm_l_circle_mn.R @@ -2,7 +2,7 @@ #' #' @description Mean of related circumscribing circle (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' #' @details diff --git a/R/lsm_l_circle_sd.R b/R/lsm_l_circle_sd.R index 4f7d78553..63699db26 100644 --- a/R/lsm_l_circle_sd.R +++ b/R/lsm_l_circle_sd.R @@ -2,7 +2,7 @@ #' #' @description Standard deviation of related circumscribing circle (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_l_cohesion.R b/R/lsm_l_cohesion.R index 69c6d5f14..444befd2f 100644 --- a/R/lsm_l_cohesion.R +++ b/R/lsm_l_cohesion.R @@ -2,7 +2,7 @@ #' #' @description Patch Cohesion Index (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' #' @details diff --git a/R/lsm_l_condent.R b/R/lsm_l_condent.R index dc24117e1..834d49129 100644 --- a/R/lsm_l_condent.R +++ b/R/lsm_l_condent.R @@ -2,7 +2,7 @@ #' #' @description Conditional entropy \\[H(y|x)\\] #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: #' 4 (rook's case) or 8 (queen's case). The default is 4. #' @param ordered The type of pairs considered. diff --git a/R/lsm_l_contag.R b/R/lsm_l_contag.R index db386bc53..c62d93656 100644 --- a/R/lsm_l_contag.R +++ b/R/lsm_l_contag.R @@ -2,7 +2,7 @@ #' #' @description Contagion (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param verbose Print warning message if not sufficient patches are present #' #' @details diff --git a/R/lsm_l_contig_cv.R b/R/lsm_l_contig_cv.R index 770a03d43..ca3269994 100644 --- a/R/lsm_l_contig_cv.R +++ b/R/lsm_l_contig_cv.R @@ -2,7 +2,7 @@ #' #' @description Coefficient of variation of Contiguity index (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' #' @details diff --git a/R/lsm_l_contig_mn.R b/R/lsm_l_contig_mn.R index ce6bcf4d1..430dd2b45 100644 --- a/R/lsm_l_contig_mn.R +++ b/R/lsm_l_contig_mn.R @@ -2,7 +2,7 @@ #' #' @description Mean of Contiguity index (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' #' @details diff --git a/R/lsm_l_contig_sd.R b/R/lsm_l_contig_sd.R index d22b6cd32..989e058b1 100644 --- a/R/lsm_l_contig_sd.R +++ b/R/lsm_l_contig_sd.R @@ -2,7 +2,7 @@ #' #' @description Standard deviation of Contiguity index (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' #' @details diff --git a/R/lsm_l_core_cv.R b/R/lsm_l_core_cv.R index 3c45259ea..ff4dff263 100644 --- a/R/lsm_l_core_cv.R +++ b/R/lsm_l_core_cv.R @@ -2,7 +2,7 @@ #' #' @description Coefficient of variation of core area (Core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_l_core_mn.R b/R/lsm_l_core_mn.R index 938c19b5b..b699582cf 100644 --- a/R/lsm_l_core_mn.R +++ b/R/lsm_l_core_mn.R @@ -2,7 +2,7 @@ #' #' @description Mean of core area (Core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_l_core_sd.R b/R/lsm_l_core_sd.R index 7c2329950..81de76805 100644 --- a/R/lsm_l_core_sd.R +++ b/R/lsm_l_core_sd.R @@ -2,7 +2,7 @@ #' #' @description Standard deviation of patch core area (class level) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_l_dcad.R b/R/lsm_l_dcad.R index 03be2a310..25bd0b0ba 100644 --- a/R/lsm_l_dcad.R +++ b/R/lsm_l_dcad.R @@ -2,7 +2,7 @@ # #' @description Disjunct core area density (core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_l_dcore_cv.R b/R/lsm_l_dcore_cv.R index ac4992ab2..57a5bbed1 100644 --- a/R/lsm_l_dcore_cv.R +++ b/R/lsm_l_dcore_cv.R @@ -2,7 +2,7 @@ #' #' @description Coefficient of variation number of disjunct core areas (Core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_l_dcore_mn.R b/R/lsm_l_dcore_mn.R index e51fb2597..c45cf4eff 100644 --- a/R/lsm_l_dcore_mn.R +++ b/R/lsm_l_dcore_mn.R @@ -2,7 +2,7 @@ #' #' @description Mean number of disjunct core areas (Core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_l_dcore_sd.R b/R/lsm_l_dcore_sd.R index 21950acdb..a6774720b 100644 --- a/R/lsm_l_dcore_sd.R +++ b/R/lsm_l_dcore_sd.R @@ -2,7 +2,7 @@ #' #' @description Standard deviation number of disjunct core areas (Core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_l_division.R b/R/lsm_l_division.R index 4c632cd1d..730356f25 100644 --- a/R/lsm_l_division.R +++ b/R/lsm_l_division.R @@ -2,7 +2,7 @@ #' #' @description Landscape division index (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' #' @details diff --git a/R/lsm_l_ed.R b/R/lsm_l_ed.R index 3de974413..045b18e23 100644 --- a/R/lsm_l_ed.R +++ b/R/lsm_l_ed.R @@ -2,7 +2,7 @@ #' #' @description Edge Density (Area and Edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param count_boundary Count landscape boundary as edge #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_l_enn_cv.R b/R/lsm_l_enn_cv.R index abc6872da..da8527266 100644 --- a/R/lsm_l_enn_cv.R +++ b/R/lsm_l_enn_cv.R @@ -2,7 +2,7 @@ #' #' @description Coefficient of variation of euclidean nearest-neighbor distance (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' @param verbose Print warning message if not sufficient patches are present #' diff --git a/R/lsm_l_enn_mn.R b/R/lsm_l_enn_mn.R index fe9b906f7..434256836 100644 --- a/R/lsm_l_enn_mn.R +++ b/R/lsm_l_enn_mn.R @@ -2,7 +2,7 @@ #' #' @description Mean of euclidean nearest-neighbor distance (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' @param verbose Print warning message if not sufficient patches are present #' diff --git a/R/lsm_l_enn_sd.R b/R/lsm_l_enn_sd.R index 2d27d9245..5e0cba0b3 100644 --- a/R/lsm_l_enn_sd.R +++ b/R/lsm_l_enn_sd.R @@ -2,7 +2,7 @@ #' #' @description Standard deviation of euclidean nearest-neighbor distance (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case). #' @param verbose Print warning message if not sufficient patches are present #' diff --git a/R/lsm_l_ent.R b/R/lsm_l_ent.R index cbd1dd0aa..71ae8f0f4 100644 --- a/R/lsm_l_ent.R +++ b/R/lsm_l_ent.R @@ -2,7 +2,7 @@ #' #' @description Marginal entropy \\[H(x)\\] #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: #' 4 (rook's case) or 8 (queen's case). The default is 4. #' @param base The unit in which entropy is measured. diff --git a/R/lsm_l_frac_cv.R b/R/lsm_l_frac_cv.R index 52dfb0ece..34cd1933c 100644 --- a/R/lsm_l_frac_cv.R +++ b/R/lsm_l_frac_cv.R @@ -2,7 +2,7 @@ #' #' @description Coefficient of variation fractal dimension index (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_l_frac_mn.R b/R/lsm_l_frac_mn.R index eef03ab31..f1bf611a6 100644 --- a/R/lsm_l_frac_mn.R +++ b/R/lsm_l_frac_mn.R @@ -2,7 +2,7 @@ #' #' @description Mean fractal dimension index (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_l_frac_sd.R b/R/lsm_l_frac_sd.R index 428773913..a372a50b3 100644 --- a/R/lsm_l_frac_sd.R +++ b/R/lsm_l_frac_sd.R @@ -2,7 +2,7 @@ #' #' @description Standard deviation fractal dimension index (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_l_gyrate_cv.R b/R/lsm_l_gyrate_cv.R index 64fce3a34..4b2f2e055 100644 --- a/R/lsm_l_gyrate_cv.R +++ b/R/lsm_l_gyrate_cv.R @@ -2,7 +2,7 @@ #' #' @description Coefficient of variation radius of gyration (Area and edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param cell_center If true, the coordinates of the centroid are forced to be diff --git a/R/lsm_l_gyrate_mn.R b/R/lsm_l_gyrate_mn.R index 390bfe652..45c75f149 100644 --- a/R/lsm_l_gyrate_mn.R +++ b/R/lsm_l_gyrate_mn.R @@ -2,7 +2,7 @@ #' #' @description Mean radius of gyration (Area and edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param cell_center If true, the coordinates of the centroid are forced to be diff --git a/R/lsm_l_gyrate_sd.R b/R/lsm_l_gyrate_sd.R index e3d79b73c..081a0abe1 100644 --- a/R/lsm_l_gyrate_sd.R +++ b/R/lsm_l_gyrate_sd.R @@ -2,7 +2,7 @@ #' #' @description Standard deviation radius of gyration (Area and edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param cell_center If true, the coordinates of the centroid are forced to be diff --git a/R/lsm_l_iji.R b/R/lsm_l_iji.R index e8a76054d..f7576101f 100644 --- a/R/lsm_l_iji.R +++ b/R/lsm_l_iji.R @@ -2,7 +2,7 @@ # #' @description Interspersion and Juxtaposition index (Aggregation metric) # -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param verbose Print warning message if not sufficient patches are present # #' @details diff --git a/R/lsm_l_joinent.R b/R/lsm_l_joinent.R index 8ba0512ba..ed6e6a261 100644 --- a/R/lsm_l_joinent.R +++ b/R/lsm_l_joinent.R @@ -2,7 +2,7 @@ #' #' @description Joint entropy \\[H(x, y)\\] #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: #' 4 (rook's case) or 8 (queen's case). The default is 4. #' @param ordered The type of pairs considered. diff --git a/R/lsm_l_lpi.R b/R/lsm_l_lpi.R index 97cb32c54..e62383d4e 100644 --- a/R/lsm_l_lpi.R +++ b/R/lsm_l_lpi.R @@ -2,7 +2,7 @@ #' #' @description Largest patch index (Area and Edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_l_lsi.R b/R/lsm_l_lsi.R index e95ed20c4..9f067715b 100644 --- a/R/lsm_l_lsi.R +++ b/R/lsm_l_lsi.R @@ -2,7 +2,7 @@ #' #' @description Landscape shape index (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' #' @details #' \deqn{LSI = \frac{E} {\min E}} diff --git a/R/lsm_l_mesh.R b/R/lsm_l_mesh.R index 004317791..e28f79246 100644 --- a/R/lsm_l_mesh.R +++ b/R/lsm_l_mesh.R @@ -2,7 +2,7 @@ #' #' @description Effective Mesh Size (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_l_msidi.R b/R/lsm_l_msidi.R index 11754608b..9756d434e 100644 --- a/R/lsm_l_msidi.R +++ b/R/lsm_l_msidi.R @@ -2,7 +2,7 @@ #' #' @description Modified Simpson's diversity index (Diversity metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_l_msiei.R b/R/lsm_l_msiei.R index ef02db48a..1c6745a0a 100644 --- a/R/lsm_l_msiei.R +++ b/R/lsm_l_msiei.R @@ -2,7 +2,7 @@ #' #' @description Modified Simpson's evenness index (Diversity metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_l_mutinf.R b/R/lsm_l_mutinf.R index a4ccc071a..eaa688928 100644 --- a/R/lsm_l_mutinf.R +++ b/R/lsm_l_mutinf.R @@ -2,7 +2,7 @@ #' #' @description Mutual information \\[I(y,x)\\] #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: #' 4 (rook's case) or 8 (queen's case). The default is 4. #' @param ordered The type of pairs considered. diff --git a/R/lsm_l_ndca.R b/R/lsm_l_ndca.R index 7d7ffb4e2..f10e34079 100644 --- a/R/lsm_l_ndca.R +++ b/R/lsm_l_ndca.R @@ -2,7 +2,7 @@ #' #' @description Number of disjunct core areas (Core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_l_np.R b/R/lsm_l_np.R index 450dc0216..6fb4a309d 100644 --- a/R/lsm_l_np.R +++ b/R/lsm_l_np.R @@ -2,7 +2,7 @@ #' #' @description Number of patches (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_l_pafrac.R b/R/lsm_l_pafrac.R index 6dc280a7b..3cd4f52c4 100644 --- a/R/lsm_l_pafrac.R +++ b/R/lsm_l_pafrac.R @@ -2,7 +2,7 @@ #' #' @description Perimeter-Area Fractal Dimension (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param verbose Print warning message if not sufficient patches are present diff --git a/R/lsm_l_para_cv.R b/R/lsm_l_para_cv.R index a4d15d8d3..d754bb95f 100644 --- a/R/lsm_l_para_cv.R +++ b/R/lsm_l_para_cv.R @@ -2,7 +2,7 @@ #' #' @description Coefficient of variation perimeter-area ratio (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_l_para_mn.R b/R/lsm_l_para_mn.R index 6d7c1d185..9f5d8d483 100644 --- a/R/lsm_l_para_mn.R +++ b/R/lsm_l_para_mn.R @@ -2,7 +2,7 @@ #' #' @description Mean perimeter-area ratio (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_l_para_sd.R b/R/lsm_l_para_sd.R index 528c6ff6a..009d551be 100644 --- a/R/lsm_l_para_sd.R +++ b/R/lsm_l_para_sd.R @@ -2,7 +2,7 @@ #' #' @description Standard deviation perimeter-area ratio (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_l_pd.R b/R/lsm_l_pd.R index 6c04d0f04..c17f493c6 100644 --- a/R/lsm_l_pd.R +++ b/R/lsm_l_pd.R @@ -2,7 +2,7 @@ #' #' @description Patch density (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_l_pladj.R b/R/lsm_l_pladj.R index e9d9c5c91..031838e34 100644 --- a/R/lsm_l_pladj.R +++ b/R/lsm_l_pladj.R @@ -2,7 +2,7 @@ #' #' @description Percentage of Like Adjacencies (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' #' @details #' \deqn{PLADJ = (\frac{g_{ij}} {\sum \limits_{k = 1}^{m} g_{ik}}) * 100} diff --git a/R/lsm_l_pr.R b/R/lsm_l_pr.R index 920f0ffb1..d1689d53c 100644 --- a/R/lsm_l_pr.R +++ b/R/lsm_l_pr.R @@ -2,7 +2,7 @@ #' #' @description Patch richness (Diversity metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' #' @details #' \deqn{PR = m} diff --git a/R/lsm_l_prd.R b/R/lsm_l_prd.R index 4bdd29eb0..c04f7d430 100644 --- a/R/lsm_l_prd.R +++ b/R/lsm_l_prd.R @@ -2,7 +2,7 @@ #' #' @description Patch richness density (Diversity metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_l_relmutinf.R b/R/lsm_l_relmutinf.R index 2d3b185e2..a97a5b06d 100644 --- a/R/lsm_l_relmutinf.R +++ b/R/lsm_l_relmutinf.R @@ -2,7 +2,7 @@ #' #' @description Relative mutual information #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param neighbourhood The number of directions in which cell adjacencies are considered as neighbours: #' 4 (rook's case) or 8 (queen's case). The default is 4. #' @param ordered The type of pairs considered. diff --git a/R/lsm_l_rpr.R b/R/lsm_l_rpr.R index 2e978dbc7..fec647c38 100644 --- a/R/lsm_l_rpr.R +++ b/R/lsm_l_rpr.R @@ -2,7 +2,7 @@ #' #' @description Relative patch richness (Diversity metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param classes_max Potential maximum number of present classes #' @param verbose Print warning message if not sufficient patches are present #' diff --git a/R/lsm_l_shape_cv.R b/R/lsm_l_shape_cv.R index e3ba05f7f..16fb68c90 100644 --- a/R/lsm_l_shape_cv.R +++ b/R/lsm_l_shape_cv.R @@ -2,7 +2,7 @@ #' #' @description Coefficient of variation shape index (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_l_shape_mn.R b/R/lsm_l_shape_mn.R index ac76863b1..e3182b021 100644 --- a/R/lsm_l_shape_mn.R +++ b/R/lsm_l_shape_mn.R @@ -2,7 +2,7 @@ #' #' @description Mean shape index (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_l_shape_sd.R b/R/lsm_l_shape_sd.R index 16f1374cc..97f1cc282 100644 --- a/R/lsm_l_shape_sd.R +++ b/R/lsm_l_shape_sd.R @@ -2,7 +2,7 @@ #' #' @description Standard deviation shape index (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_l_shdi.R b/R/lsm_l_shdi.R index f8ff45d5d..440a17f08 100644 --- a/R/lsm_l_shdi.R +++ b/R/lsm_l_shdi.R @@ -2,7 +2,7 @@ #' #' @description Shannon's diversity index (Diversity metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' #' @details #' \deqn{SHDI = - \sum \limits_{i = 1}^{m} (P_{i} * \ln P_{i})} diff --git a/R/lsm_l_shei.R b/R/lsm_l_shei.R index e83957303..bf2c4dea3 100644 --- a/R/lsm_l_shei.R +++ b/R/lsm_l_shei.R @@ -2,7 +2,7 @@ #' #' @description Shannons's evenness index (Diversity metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' #' @details #' \deqn{SHEI = \frac{- \sum \limits_{i = 1} ^ {m} (P_{i} * \ln P_{i})} {\ln m}} diff --git a/R/lsm_l_sidi.R b/R/lsm_l_sidi.R index 05a14d603..f225031be 100644 --- a/R/lsm_l_sidi.R +++ b/R/lsm_l_sidi.R @@ -2,7 +2,7 @@ #' #' @description Simpson's diversity index (Diversity metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_l_siei.R b/R/lsm_l_siei.R index 7224aad41..6181e3115 100644 --- a/R/lsm_l_siei.R +++ b/R/lsm_l_siei.R @@ -2,7 +2,7 @@ #' #' @description Simpson's evenness index (Diversity metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_l_split.R b/R/lsm_l_split.R index 8c2d9c582..8f43dc230 100644 --- a/R/lsm_l_split.R +++ b/R/lsm_l_split.R @@ -2,7 +2,7 @@ #' #' @description Splitting index (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_l_ta.R b/R/lsm_l_ta.R index 0d6521bc5..e3ac25d34 100644 --- a/R/lsm_l_ta.R +++ b/R/lsm_l_ta.R @@ -2,7 +2,7 @@ #' #' @description Total area (Area and edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_l_tca.R b/R/lsm_l_tca.R index ced9fe1d4..616947370 100644 --- a/R/lsm_l_tca.R +++ b/R/lsm_l_tca.R @@ -2,7 +2,7 @@ #' #' @description Total core area (Core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_l_te.R b/R/lsm_l_te.R index 7d0706390..ef8afa372 100644 --- a/R/lsm_l_te.R +++ b/R/lsm_l_te.R @@ -2,7 +2,7 @@ #' #' @description Total edge (Area and Edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param count_boundary Include landscape boundary in edge length #' #' @details diff --git a/R/lsm_p_area.R b/R/lsm_p_area.R index 8daa43ea8..6051b754a 100644 --- a/R/lsm_p_area.R +++ b/R/lsm_p_area.R @@ -2,7 +2,7 @@ #' #' @description Patch area (Area and edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_p_cai.R b/R/lsm_p_cai.R index 5457a816a..9d3bae103 100644 --- a/R/lsm_p_cai.R +++ b/R/lsm_p_cai.R @@ -2,7 +2,7 @@ #' #' @description Core area index (Core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_p_circle.R b/R/lsm_p_circle.R index 88eb0f91b..deaa15d57 100644 --- a/R/lsm_p_circle.R +++ b/R/lsm_p_circle.R @@ -2,7 +2,7 @@ #' #' @description Related Circumscribing Circle (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_p_contig.R b/R/lsm_p_contig.R index 03f340417..d35b25e0d 100644 --- a/R/lsm_p_contig.R +++ b/R/lsm_p_contig.R @@ -2,7 +2,7 @@ #' #' @description Contiguity index (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_p_core.R b/R/lsm_p_core.R index db3d89bd0..78c822965 100644 --- a/R/lsm_p_core.R +++ b/R/lsm_p_core.R @@ -2,7 +2,7 @@ #' #' @description Core area (Core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_p_enn.R b/R/lsm_p_enn.R index ff499af42..040c026e9 100644 --- a/R/lsm_p_enn.R +++ b/R/lsm_p_enn.R @@ -2,7 +2,7 @@ #' #' @description Euclidean Nearest-Neighbor Distance (Aggregation metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param verbose Print warning message if not sufficient patches are present diff --git a/R/lsm_p_frac.R b/R/lsm_p_frac.R index 1ecb52f68..ba4c4c6a6 100644 --- a/R/lsm_p_frac.R +++ b/R/lsm_p_frac.R @@ -2,7 +2,7 @@ #' #' @description Fractal dimension index (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_p_gyrate.R b/R/lsm_p_gyrate.R index ee198ab83..899dc4f39 100644 --- a/R/lsm_p_gyrate.R +++ b/R/lsm_p_gyrate.R @@ -2,7 +2,7 @@ #' #' @description Radius of Gyration (Area and edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param cell_center If true, the coordinates of the centroid are forced to be diff --git a/R/lsm_p_ncore.R b/R/lsm_p_ncore.R index 82cb6793b..a45081b2b 100644 --- a/R/lsm_p_ncore.R +++ b/R/lsm_p_ncore.R @@ -2,7 +2,7 @@ #' #' @description Number of core areas (Core area metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param consider_boundary Logical if cells that only neighbour the landscape diff --git a/R/lsm_p_para.R b/R/lsm_p_para.R index eabd53d80..4279b4a5b 100644 --- a/R/lsm_p_para.R +++ b/R/lsm_p_para.R @@ -2,7 +2,7 @@ #' #' @description Perimeter-Area ratio (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, stack, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/lsm_p_perim.R b/R/lsm_p_perim.R index 023d0cd44..c4bd9ed87 100644 --- a/R/lsm_p_perim.R +++ b/R/lsm_p_perim.R @@ -1,8 +1,8 @@ #' PERIM (patch level) #' -#' @description Perimeter (Area and edge metric)) +#' @description Perimeter (Area and edge metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @@ -23,7 +23,7 @@ #' @return tibble #' #' @examples -#' lsm_p_perim(terra::unwrap(landscape)) +#' lsm_p_perim() #' #' @aliases lsm_p_perim #' @rdname lsm_p_perim diff --git a/R/lsm_p_shape.R b/R/lsm_p_shape.R index 3064fe965..b45698ab3 100644 --- a/R/lsm_p_shape.R +++ b/R/lsm_p_shape.R @@ -2,7 +2,7 @@ #' #' @description Shape index (Shape metric) #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' diff --git a/R/pad_raster.R b/R/pad_raster.R index 304f79bad..51d39f1d8 100644 --- a/R/pad_raster.R +++ b/R/pad_raster.R @@ -2,7 +2,7 @@ #' #' @description Adding padding to raster #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param pad_raster_value Value of cells added #' @param pad_raster_cells Number of rows and columns added #' @param global Only pad around the raster extent or also NA holes "inside" diff --git a/R/raster_to_points.R b/R/raster_to_points.R index ea420e5c7..1b8a9098d 100644 --- a/R/raster_to_points.R +++ b/R/raster_to_points.R @@ -2,7 +2,7 @@ #' #' @description Raster to points #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param return_NA If true, NA cells are also included #' #' @details diff --git a/R/sample_lsm.R b/R/sample_lsm.R index 7e12811ca..64fba3764 100644 --- a/R/sample_lsm.R +++ b/R/sample_lsm.R @@ -2,7 +2,7 @@ #' #' @description Sample metrics #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param y 2-column matrix with coordinates, sf points or sf polygons. #' @param plot_id Vector with id of sample points. If not provided, sample #' points will be labelled 1...n. diff --git a/R/spatialize_lsm.R b/R/spatialize_lsm.R index 8964d657e..6916a0697 100644 --- a/R/spatialize_lsm.R +++ b/R/spatialize_lsm.R @@ -2,7 +2,7 @@ #' #' @description Spatialize landscape metric values #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param level Level of metrics. Either 'patch', 'class' or 'landscape' (or vector with combination). #' @param metric Abbreviation of metrics (e.g. 'area'). #' @param name Full name of metrics (e.g. 'core area') diff --git a/R/unpad_raster.R b/R/unpad_raster.R index ce5d79528..681d7a874 100644 --- a/R/unpad_raster.R +++ b/R/unpad_raster.R @@ -2,7 +2,7 @@ #' #' @description Adding padding to raster #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param unpad_raster_cells Number of rows and columns added #' @param return_raster If false, matrix is returned #' @param to_disk Logical argument, if FALSE results of get_patches are hold diff --git a/R/window_lsm.R b/R/window_lsm.R index 21f694ee9..636698a56 100644 --- a/R/window_lsm.R +++ b/R/window_lsm.R @@ -2,7 +2,7 @@ #' #' @description Moving window #' -#' @param landscape Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. +#' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param window Moving window matrix. #' @param level Level of metrics. Either 'patch', 'class' or 'landscape' (or vector with combination). #' @param metric Abbreviation of metrics (e.g. 'area'). diff --git a/man/calculate_lsm.Rd b/man/calculate_lsm.Rd index c2d350c42..d9c289510 100644 --- a/man/calculate_lsm.Rd +++ b/man/calculate_lsm.Rd @@ -26,7 +26,7 @@ calculate_lsm( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{level}{Level of metrics. Either 'patch', 'class' or 'landscape' (or vector with combination).} diff --git a/man/extract_lsm.Rd b/man/extract_lsm.Rd index a6b31943e..3fd50c0bd 100644 --- a/man/extract_lsm.Rd +++ b/man/extract_lsm.Rd @@ -19,7 +19,7 @@ extract_lsm( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{y}{2-column matrix with coordinates or sf point or line geometries.} diff --git a/man/get_adjacencies.Rd b/man/get_adjacencies.Rd index 8cec8a91f..4dda194f4 100644 --- a/man/get_adjacencies.Rd +++ b/man/get_adjacencies.Rd @@ -7,7 +7,7 @@ get_adjacencies(landscape, neighbourhood = 4, what = "full", upper = FALSE) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{neighbourhood}{The number of directions in which cell adjacencies are considered as neighbours: 4 (rook's case), 8 (queen's case) or a binary matrix diff --git a/man/get_centroids.Rd b/man/get_centroids.Rd index 984a7c8f8..0165e1f1a 100644 --- a/man/get_centroids.Rd +++ b/man/get_centroids.Rd @@ -13,7 +13,7 @@ get_centroids( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/get_patches.Rd b/man/get_patches.Rd index 47cdb4734..7e77f72a1 100644 --- a/man/get_patches.Rd +++ b/man/get_patches.Rd @@ -13,7 +13,7 @@ get_patches( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{class}{Either "all" (default) for every class in the raster, or specify class value. See Details.} diff --git a/man/landscape_as_list.Rd b/man/landscape_as_list.Rd index 8f7354908..f58fe9a99 100644 --- a/man/landscape_as_list.Rd +++ b/man/landscape_as_list.Rd @@ -31,7 +31,7 @@ landscape_as_list(landscape) \method{landscape_as_list}{numeric}(landscape) } \arguments{ -\item{landscape}{SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters} } \value{ list diff --git a/man/lsm_c_ai.Rd b/man/lsm_c_ai.Rd index 48fcd6717..f3f17add5 100644 --- a/man/lsm_c_ai.Rd +++ b/man/lsm_c_ai.Rd @@ -7,7 +7,7 @@ lsm_c_ai(landscape) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters} } \value{ tibble diff --git a/man/lsm_c_area_cv.Rd b/man/lsm_c_area_cv.Rd index 7fae87258..dbd4dd312 100644 --- a/man/lsm_c_area_cv.Rd +++ b/man/lsm_c_area_cv.Rd @@ -7,7 +7,7 @@ lsm_c_area_cv(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} } diff --git a/man/lsm_c_area_mn.Rd b/man/lsm_c_area_mn.Rd index 79abb491b..2d02e5c3c 100644 --- a/man/lsm_c_area_mn.Rd +++ b/man/lsm_c_area_mn.Rd @@ -7,7 +7,7 @@ lsm_c_area_mn(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} } diff --git a/man/lsm_c_area_sd.Rd b/man/lsm_c_area_sd.Rd index 7fb344599..a9e54dc64 100644 --- a/man/lsm_c_area_sd.Rd +++ b/man/lsm_c_area_sd.Rd @@ -7,7 +7,7 @@ lsm_c_area_sd(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_ca.Rd b/man/lsm_c_ca.Rd index c52e3c174..22911256b 100644 --- a/man/lsm_c_ca.Rd +++ b/man/lsm_c_ca.Rd @@ -7,7 +7,7 @@ lsm_c_ca(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_cai_cv.Rd b/man/lsm_c_cai_cv.Rd index efe3679c0..bb3911eac 100644 --- a/man/lsm_c_cai_cv.Rd +++ b/man/lsm_c_cai_cv.Rd @@ -12,7 +12,7 @@ lsm_c_cai_cv( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_cai_mn.Rd b/man/lsm_c_cai_mn.Rd index 29eed4149..bb2093fdf 100644 --- a/man/lsm_c_cai_mn.Rd +++ b/man/lsm_c_cai_mn.Rd @@ -12,7 +12,7 @@ lsm_c_cai_mn( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_cai_sd.Rd b/man/lsm_c_cai_sd.Rd index 297e6aac2..dcd935031 100644 --- a/man/lsm_c_cai_sd.Rd +++ b/man/lsm_c_cai_sd.Rd @@ -12,7 +12,7 @@ lsm_c_cai_sd( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_circle_cv.Rd b/man/lsm_c_circle_cv.Rd index 56820cf35..32ed86044 100644 --- a/man/lsm_c_circle_cv.Rd +++ b/man/lsm_c_circle_cv.Rd @@ -7,7 +7,7 @@ lsm_c_circle_cv(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_circle_mn.Rd b/man/lsm_c_circle_mn.Rd index bf3f0caf4..979ab9fd9 100644 --- a/man/lsm_c_circle_mn.Rd +++ b/man/lsm_c_circle_mn.Rd @@ -7,7 +7,7 @@ lsm_c_circle_mn(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_circle_sd.Rd b/man/lsm_c_circle_sd.Rd index 0759336c1..e3a5ca79a 100644 --- a/man/lsm_c_circle_sd.Rd +++ b/man/lsm_c_circle_sd.Rd @@ -7,7 +7,7 @@ lsm_c_circle_sd(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} } diff --git a/man/lsm_c_clumpy.Rd b/man/lsm_c_clumpy.Rd index 386ef77a8..56a1bcf03 100644 --- a/man/lsm_c_clumpy.Rd +++ b/man/lsm_c_clumpy.Rd @@ -7,7 +7,7 @@ lsm_c_clumpy(landscape) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters} } \value{ tibble diff --git a/man/lsm_c_cohesion.Rd b/man/lsm_c_cohesion.Rd index a468a79d6..33a2b3dff 100644 --- a/man/lsm_c_cohesion.Rd +++ b/man/lsm_c_cohesion.Rd @@ -7,7 +7,7 @@ lsm_c_cohesion(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_contig_cv.Rd b/man/lsm_c_contig_cv.Rd index 6c867a121..0c0f5f86f 100644 --- a/man/lsm_c_contig_cv.Rd +++ b/man/lsm_c_contig_cv.Rd @@ -7,7 +7,7 @@ lsm_c_contig_cv(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} } diff --git a/man/lsm_c_contig_mn.Rd b/man/lsm_c_contig_mn.Rd index b5b84964f..ccb136f7c 100644 --- a/man/lsm_c_contig_mn.Rd +++ b/man/lsm_c_contig_mn.Rd @@ -7,7 +7,7 @@ lsm_c_contig_mn(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} } diff --git a/man/lsm_c_contig_sd.Rd b/man/lsm_c_contig_sd.Rd index b6408f54e..d0e405d2a 100644 --- a/man/lsm_c_contig_sd.Rd +++ b/man/lsm_c_contig_sd.Rd @@ -7,7 +7,7 @@ lsm_c_contig_sd(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} } diff --git a/man/lsm_c_core_cv.Rd b/man/lsm_c_core_cv.Rd index 393b3fe3c..3b8303cda 100644 --- a/man/lsm_c_core_cv.Rd +++ b/man/lsm_c_core_cv.Rd @@ -12,7 +12,7 @@ lsm_c_core_cv( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_core_mn.Rd b/man/lsm_c_core_mn.Rd index 800a03bdf..48dcddf32 100644 --- a/man/lsm_c_core_mn.Rd +++ b/man/lsm_c_core_mn.Rd @@ -12,7 +12,7 @@ lsm_c_core_mn( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_core_sd.Rd b/man/lsm_c_core_sd.Rd index a829e84d5..72f21e2ec 100644 --- a/man/lsm_c_core_sd.Rd +++ b/man/lsm_c_core_sd.Rd @@ -12,7 +12,7 @@ lsm_c_core_sd( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_cpland.Rd b/man/lsm_c_cpland.Rd index ae4e903b1..bb70fec27 100644 --- a/man/lsm_c_cpland.Rd +++ b/man/lsm_c_cpland.Rd @@ -12,7 +12,7 @@ lsm_c_cpland( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_dcad.Rd b/man/lsm_c_dcad.Rd index 0bddef745..6dda05e77 100644 --- a/man/lsm_c_dcad.Rd +++ b/man/lsm_c_dcad.Rd @@ -12,7 +12,7 @@ lsm_c_dcad( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_dcore_cv.Rd b/man/lsm_c_dcore_cv.Rd index 24c5a0f6a..f9ffe0b8d 100644 --- a/man/lsm_c_dcore_cv.Rd +++ b/man/lsm_c_dcore_cv.Rd @@ -12,7 +12,7 @@ lsm_c_dcore_cv( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_dcore_mn.Rd b/man/lsm_c_dcore_mn.Rd index b7456bfa3..f85297b6e 100644 --- a/man/lsm_c_dcore_mn.Rd +++ b/man/lsm_c_dcore_mn.Rd @@ -12,7 +12,7 @@ lsm_c_dcore_mn( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_dcore_sd.Rd b/man/lsm_c_dcore_sd.Rd index b5c17356f..10df9c976 100644 --- a/man/lsm_c_dcore_sd.Rd +++ b/man/lsm_c_dcore_sd.Rd @@ -12,7 +12,7 @@ lsm_c_dcore_sd( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_division.Rd b/man/lsm_c_division.Rd index 59ff297c1..6985c2f6a 100644 --- a/man/lsm_c_division.Rd +++ b/man/lsm_c_division.Rd @@ -7,7 +7,7 @@ lsm_c_division(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} } diff --git a/man/lsm_c_ed.Rd b/man/lsm_c_ed.Rd index c115ea991..4b9c438ec 100644 --- a/man/lsm_c_ed.Rd +++ b/man/lsm_c_ed.Rd @@ -7,7 +7,7 @@ lsm_c_ed(landscape, count_boundary = FALSE, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{count_boundary}{Count landscape boundary as edge.} diff --git a/man/lsm_c_enn_cv.Rd b/man/lsm_c_enn_cv.Rd index 742644a16..cc57501c0 100644 --- a/man/lsm_c_enn_cv.Rd +++ b/man/lsm_c_enn_cv.Rd @@ -7,7 +7,7 @@ lsm_c_enn_cv(landscape, directions = 8, verbose = TRUE) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_enn_mn.Rd b/man/lsm_c_enn_mn.Rd index 827685753..2b1185d87 100644 --- a/man/lsm_c_enn_mn.Rd +++ b/man/lsm_c_enn_mn.Rd @@ -7,7 +7,7 @@ lsm_c_enn_mn(landscape, directions = 8, verbose = TRUE) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_enn_sd.Rd b/man/lsm_c_enn_sd.Rd index 94eecc456..1df5348c7 100644 --- a/man/lsm_c_enn_sd.Rd +++ b/man/lsm_c_enn_sd.Rd @@ -7,7 +7,7 @@ lsm_c_enn_sd(landscape, directions = 8, verbose = TRUE) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_frac_cv.Rd b/man/lsm_c_frac_cv.Rd index b3a12068e..1e3c0450a 100644 --- a/man/lsm_c_frac_cv.Rd +++ b/man/lsm_c_frac_cv.Rd @@ -7,7 +7,7 @@ lsm_c_frac_cv(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_frac_mn.Rd b/man/lsm_c_frac_mn.Rd index 3e00f80e1..f1fe403d0 100644 --- a/man/lsm_c_frac_mn.Rd +++ b/man/lsm_c_frac_mn.Rd @@ -7,7 +7,7 @@ lsm_c_frac_mn(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_frac_sd.Rd b/man/lsm_c_frac_sd.Rd index 0808616f4..1f76509f5 100644 --- a/man/lsm_c_frac_sd.Rd +++ b/man/lsm_c_frac_sd.Rd @@ -7,7 +7,7 @@ lsm_c_frac_sd(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_gyrate_cv.Rd b/man/lsm_c_gyrate_cv.Rd index b1a751abe..3b0cba9c9 100644 --- a/man/lsm_c_gyrate_cv.Rd +++ b/man/lsm_c_gyrate_cv.Rd @@ -7,7 +7,7 @@ lsm_c_gyrate_cv(landscape, directions = 8, cell_center = FALSE) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_gyrate_mn.Rd b/man/lsm_c_gyrate_mn.Rd index 68bc79f9a..51d5295cc 100644 --- a/man/lsm_c_gyrate_mn.Rd +++ b/man/lsm_c_gyrate_mn.Rd @@ -7,7 +7,7 @@ lsm_c_gyrate_mn(landscape, directions = 8, cell_center = FALSE) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_gyrate_sd.Rd b/man/lsm_c_gyrate_sd.Rd index 475d96208..b9d65479f 100644 --- a/man/lsm_c_gyrate_sd.Rd +++ b/man/lsm_c_gyrate_sd.Rd @@ -7,7 +7,7 @@ lsm_c_gyrate_sd(landscape, directions = 8, cell_center = FALSE) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_iji.Rd b/man/lsm_c_iji.Rd index f9bbabf69..1d799c409 100644 --- a/man/lsm_c_iji.Rd +++ b/man/lsm_c_iji.Rd @@ -7,7 +7,7 @@ lsm_c_iji(landscape, verbose = TRUE) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{verbose}{Print warning message if not sufficient patches are present} } diff --git a/man/lsm_c_lpi.Rd b/man/lsm_c_lpi.Rd index e1f78c487..c85971a8d 100644 --- a/man/lsm_c_lpi.Rd +++ b/man/lsm_c_lpi.Rd @@ -7,7 +7,7 @@ lsm_c_lpi(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_lsi.Rd b/man/lsm_c_lsi.Rd index a29a1d064..a2464fb25 100644 --- a/man/lsm_c_lsi.Rd +++ b/man/lsm_c_lsi.Rd @@ -7,7 +7,7 @@ lsm_c_lsi(landscape) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} } \value{ tibble diff --git a/man/lsm_c_mesh.Rd b/man/lsm_c_mesh.Rd index d3c24f078..2ad1484fc 100644 --- a/man/lsm_c_mesh.Rd +++ b/man/lsm_c_mesh.Rd @@ -7,7 +7,7 @@ lsm_c_mesh(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_ndca.Rd b/man/lsm_c_ndca.Rd index 1adee71aa..d81c8c4c1 100644 --- a/man/lsm_c_ndca.Rd +++ b/man/lsm_c_ndca.Rd @@ -12,7 +12,7 @@ lsm_c_ndca( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_nlsi.Rd b/man/lsm_c_nlsi.Rd index f7eacc1b4..bb43f613d 100644 --- a/man/lsm_c_nlsi.Rd +++ b/man/lsm_c_nlsi.Rd @@ -7,7 +7,7 @@ lsm_c_nlsi(landscape) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} } \value{ tibble diff --git a/man/lsm_c_np.Rd b/man/lsm_c_np.Rd index ffc5b3fb7..d5623574e 100644 --- a/man/lsm_c_np.Rd +++ b/man/lsm_c_np.Rd @@ -7,7 +7,7 @@ lsm_c_np(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_pafrac.Rd b/man/lsm_c_pafrac.Rd index a4b47b0b2..12f9ebca7 100644 --- a/man/lsm_c_pafrac.Rd +++ b/man/lsm_c_pafrac.Rd @@ -7,7 +7,7 @@ lsm_c_pafrac(landscape, directions = 8, verbose = TRUE) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_para_cv.Rd b/man/lsm_c_para_cv.Rd index 87a5f757e..8ea77c9a8 100644 --- a/man/lsm_c_para_cv.Rd +++ b/man/lsm_c_para_cv.Rd @@ -7,7 +7,7 @@ lsm_c_para_cv(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_para_mn.Rd b/man/lsm_c_para_mn.Rd index 75142250a..4b77ec0a3 100644 --- a/man/lsm_c_para_mn.Rd +++ b/man/lsm_c_para_mn.Rd @@ -7,7 +7,7 @@ lsm_c_para_mn(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_para_sd.Rd b/man/lsm_c_para_sd.Rd index 983b64652..2890adc52 100644 --- a/man/lsm_c_para_sd.Rd +++ b/man/lsm_c_para_sd.Rd @@ -7,7 +7,7 @@ lsm_c_para_sd(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_pd.Rd b/man/lsm_c_pd.Rd index 8b9aa8337..41074469b 100644 --- a/man/lsm_c_pd.Rd +++ b/man/lsm_c_pd.Rd @@ -7,7 +7,7 @@ lsm_c_pd(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_pladj.Rd b/man/lsm_c_pladj.Rd index f7be5dd07..6b181dc73 100644 --- a/man/lsm_c_pladj.Rd +++ b/man/lsm_c_pladj.Rd @@ -7,7 +7,7 @@ lsm_c_pladj(landscape) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} } \value{ tibble diff --git a/man/lsm_c_pland.Rd b/man/lsm_c_pland.Rd index f8de9bc57..dbe0f6c6b 100644 --- a/man/lsm_c_pland.Rd +++ b/man/lsm_c_pland.Rd @@ -7,7 +7,7 @@ lsm_c_pland(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_shape_cv.Rd b/man/lsm_c_shape_cv.Rd index 6afbab071..d0f0df928 100644 --- a/man/lsm_c_shape_cv.Rd +++ b/man/lsm_c_shape_cv.Rd @@ -7,7 +7,7 @@ lsm_c_shape_cv(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_shape_mn.Rd b/man/lsm_c_shape_mn.Rd index a6a1c52b6..c51ab2389 100644 --- a/man/lsm_c_shape_mn.Rd +++ b/man/lsm_c_shape_mn.Rd @@ -7,7 +7,7 @@ lsm_c_shape_mn(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_shape_sd.Rd b/man/lsm_c_shape_sd.Rd index 3992c7b2a..b1887e8ca 100644 --- a/man/lsm_c_shape_sd.Rd +++ b/man/lsm_c_shape_sd.Rd @@ -7,7 +7,7 @@ lsm_c_shape_sd(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_split.Rd b/man/lsm_c_split.Rd index 894053dd2..d5bbb6cd0 100644 --- a/man/lsm_c_split.Rd +++ b/man/lsm_c_split.Rd @@ -7,7 +7,7 @@ lsm_c_split(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_tca.Rd b/man/lsm_c_tca.Rd index 6ff72a8e0..5bd679ebe 100644 --- a/man/lsm_c_tca.Rd +++ b/man/lsm_c_tca.Rd @@ -7,7 +7,7 @@ lsm_c_tca(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_c_te.Rd b/man/lsm_c_te.Rd index cfd23e065..df3807c76 100644 --- a/man/lsm_c_te.Rd +++ b/man/lsm_c_te.Rd @@ -7,7 +7,7 @@ lsm_c_te(landscape, count_boundary = FALSE, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{count_boundary}{Include landscape boundary in edge length} diff --git a/man/lsm_l_ai.Rd b/man/lsm_l_ai.Rd index 1c8884576..8cde50d0d 100644 --- a/man/lsm_l_ai.Rd +++ b/man/lsm_l_ai.Rd @@ -7,7 +7,7 @@ lsm_l_ai(landscape) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters} } \value{ tibble diff --git a/man/lsm_l_area_cv.Rd b/man/lsm_l_area_cv.Rd index 477a72b6e..953f103a7 100644 --- a/man/lsm_l_area_cv.Rd +++ b/man/lsm_l_area_cv.Rd @@ -7,7 +7,7 @@ lsm_l_area_cv(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} } diff --git a/man/lsm_l_area_mn.Rd b/man/lsm_l_area_mn.Rd index a9f4cb230..fe8c16021 100644 --- a/man/lsm_l_area_mn.Rd +++ b/man/lsm_l_area_mn.Rd @@ -7,7 +7,7 @@ lsm_l_area_mn(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} } diff --git a/man/lsm_l_area_sd.Rd b/man/lsm_l_area_sd.Rd index 38bb67f5b..08236dc19 100644 --- a/man/lsm_l_area_sd.Rd +++ b/man/lsm_l_area_sd.Rd @@ -7,7 +7,7 @@ lsm_l_area_sd(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} } diff --git a/man/lsm_l_cai_cv.Rd b/man/lsm_l_cai_cv.Rd index 36243a3e6..e9eb0d5fb 100644 --- a/man/lsm_l_cai_cv.Rd +++ b/man/lsm_l_cai_cv.Rd @@ -12,7 +12,7 @@ lsm_l_cai_cv( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_cai_mn.Rd b/man/lsm_l_cai_mn.Rd index e99214920..89086a93b 100644 --- a/man/lsm_l_cai_mn.Rd +++ b/man/lsm_l_cai_mn.Rd @@ -12,7 +12,7 @@ lsm_l_cai_mn( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_cai_sd.Rd b/man/lsm_l_cai_sd.Rd index ba42eec8e..148eaea9d 100644 --- a/man/lsm_l_cai_sd.Rd +++ b/man/lsm_l_cai_sd.Rd @@ -12,7 +12,7 @@ lsm_l_cai_sd( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_circle_cv.Rd b/man/lsm_l_circle_cv.Rd index 2b9a42d07..da6fb560a 100644 --- a/man/lsm_l_circle_cv.Rd +++ b/man/lsm_l_circle_cv.Rd @@ -7,7 +7,7 @@ lsm_l_circle_cv(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} } diff --git a/man/lsm_l_circle_mn.Rd b/man/lsm_l_circle_mn.Rd index 513058a5a..a104126d4 100644 --- a/man/lsm_l_circle_mn.Rd +++ b/man/lsm_l_circle_mn.Rd @@ -7,7 +7,7 @@ lsm_l_circle_mn(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} } diff --git a/man/lsm_l_circle_sd.Rd b/man/lsm_l_circle_sd.Rd index af1fd103d..5a32961a5 100644 --- a/man/lsm_l_circle_sd.Rd +++ b/man/lsm_l_circle_sd.Rd @@ -7,7 +7,7 @@ lsm_l_circle_sd(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_cohesion.Rd b/man/lsm_l_cohesion.Rd index db88eddd9..f1082c0d5 100644 --- a/man/lsm_l_cohesion.Rd +++ b/man/lsm_l_cohesion.Rd @@ -7,7 +7,7 @@ lsm_l_cohesion(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} } diff --git a/man/lsm_l_condent.Rd b/man/lsm_l_condent.Rd index c2af0719a..520bbd060 100644 --- a/man/lsm_l_condent.Rd +++ b/man/lsm_l_condent.Rd @@ -7,7 +7,7 @@ lsm_l_condent(landscape, neighbourhood = 4, ordered = TRUE, base = "log2") } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{neighbourhood}{The number of directions in which cell adjacencies are considered as neighbours: 4 (rook's case) or 8 (queen's case). The default is 4.} diff --git a/man/lsm_l_contag.Rd b/man/lsm_l_contag.Rd index fd61e07fd..20ed1ddd8 100644 --- a/man/lsm_l_contag.Rd +++ b/man/lsm_l_contag.Rd @@ -7,7 +7,7 @@ lsm_l_contag(landscape, verbose = TRUE) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{verbose}{Print warning message if not sufficient patches are present} } diff --git a/man/lsm_l_contig_cv.Rd b/man/lsm_l_contig_cv.Rd index b0d23118e..4d02b3fed 100644 --- a/man/lsm_l_contig_cv.Rd +++ b/man/lsm_l_contig_cv.Rd @@ -7,7 +7,7 @@ lsm_l_contig_cv(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} } diff --git a/man/lsm_l_contig_mn.Rd b/man/lsm_l_contig_mn.Rd index e514fb55e..902b9fd36 100644 --- a/man/lsm_l_contig_mn.Rd +++ b/man/lsm_l_contig_mn.Rd @@ -7,7 +7,7 @@ lsm_l_contig_mn(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} } diff --git a/man/lsm_l_contig_sd.Rd b/man/lsm_l_contig_sd.Rd index 334ac794b..12693ad41 100644 --- a/man/lsm_l_contig_sd.Rd +++ b/man/lsm_l_contig_sd.Rd @@ -7,7 +7,7 @@ lsm_l_contig_sd(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} } diff --git a/man/lsm_l_core_cv.Rd b/man/lsm_l_core_cv.Rd index 3ac51ac90..1acac3316 100644 --- a/man/lsm_l_core_cv.Rd +++ b/man/lsm_l_core_cv.Rd @@ -12,7 +12,7 @@ lsm_l_core_cv( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_core_mn.Rd b/man/lsm_l_core_mn.Rd index 31e4454d6..30f59bbaa 100644 --- a/man/lsm_l_core_mn.Rd +++ b/man/lsm_l_core_mn.Rd @@ -12,7 +12,7 @@ lsm_l_core_mn( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_core_sd.Rd b/man/lsm_l_core_sd.Rd index 10151ba65..59c07d1b0 100644 --- a/man/lsm_l_core_sd.Rd +++ b/man/lsm_l_core_sd.Rd @@ -12,7 +12,7 @@ lsm_l_core_sd( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_dcad.Rd b/man/lsm_l_dcad.Rd index bdca6a818..ce4403a0f 100644 --- a/man/lsm_l_dcad.Rd +++ b/man/lsm_l_dcad.Rd @@ -12,7 +12,7 @@ lsm_l_dcad( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_dcore_cv.Rd b/man/lsm_l_dcore_cv.Rd index b744c7acb..99f1b7656 100644 --- a/man/lsm_l_dcore_cv.Rd +++ b/man/lsm_l_dcore_cv.Rd @@ -12,7 +12,7 @@ lsm_l_dcore_cv( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_dcore_mn.Rd b/man/lsm_l_dcore_mn.Rd index ef47bad89..cfd15c1a0 100644 --- a/man/lsm_l_dcore_mn.Rd +++ b/man/lsm_l_dcore_mn.Rd @@ -12,7 +12,7 @@ lsm_l_dcore_mn( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_dcore_sd.Rd b/man/lsm_l_dcore_sd.Rd index 505ae2142..750949b08 100644 --- a/man/lsm_l_dcore_sd.Rd +++ b/man/lsm_l_dcore_sd.Rd @@ -12,7 +12,7 @@ lsm_l_dcore_sd( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_division.Rd b/man/lsm_l_division.Rd index cb7d6dd28..7cd2d4e69 100644 --- a/man/lsm_l_division.Rd +++ b/man/lsm_l_division.Rd @@ -7,7 +7,7 @@ lsm_l_division(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} } diff --git a/man/lsm_l_ed.Rd b/man/lsm_l_ed.Rd index d128ed21c..180aa2dfb 100644 --- a/man/lsm_l_ed.Rd +++ b/man/lsm_l_ed.Rd @@ -7,7 +7,7 @@ lsm_l_ed(landscape, count_boundary = FALSE, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{count_boundary}{Count landscape boundary as edge} diff --git a/man/lsm_l_enn_cv.Rd b/man/lsm_l_enn_cv.Rd index c1dc8d168..24e24d2b8 100644 --- a/man/lsm_l_enn_cv.Rd +++ b/man/lsm_l_enn_cv.Rd @@ -7,7 +7,7 @@ lsm_l_enn_cv(landscape, directions = 8, verbose = TRUE) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_enn_mn.Rd b/man/lsm_l_enn_mn.Rd index eb6c23640..0270de202 100644 --- a/man/lsm_l_enn_mn.Rd +++ b/man/lsm_l_enn_mn.Rd @@ -7,7 +7,7 @@ lsm_l_enn_mn(landscape, directions = 8, verbose = TRUE) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_enn_sd.Rd b/man/lsm_l_enn_sd.Rd index 51095c0f9..d90562378 100644 --- a/man/lsm_l_enn_sd.Rd +++ b/man/lsm_l_enn_sd.Rd @@ -7,7 +7,7 @@ lsm_l_enn_sd(landscape, directions = 8, verbose = TRUE) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_ent.Rd b/man/lsm_l_ent.Rd index a3e22a888..11589a2dc 100644 --- a/man/lsm_l_ent.Rd +++ b/man/lsm_l_ent.Rd @@ -7,7 +7,7 @@ lsm_l_ent(landscape, neighbourhood = 4, base = "log2") } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{neighbourhood}{The number of directions in which cell adjacencies are considered as neighbours: 4 (rook's case) or 8 (queen's case). The default is 4.} diff --git a/man/lsm_l_frac_cv.Rd b/man/lsm_l_frac_cv.Rd index edb26161b..7fc694507 100644 --- a/man/lsm_l_frac_cv.Rd +++ b/man/lsm_l_frac_cv.Rd @@ -7,7 +7,7 @@ lsm_l_frac_cv(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_frac_mn.Rd b/man/lsm_l_frac_mn.Rd index 3acc13b91..b53c99272 100644 --- a/man/lsm_l_frac_mn.Rd +++ b/man/lsm_l_frac_mn.Rd @@ -7,7 +7,7 @@ lsm_l_frac_mn(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_frac_sd.Rd b/man/lsm_l_frac_sd.Rd index deb029af0..89a831130 100644 --- a/man/lsm_l_frac_sd.Rd +++ b/man/lsm_l_frac_sd.Rd @@ -7,7 +7,7 @@ lsm_l_frac_sd(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_gyrate_cv.Rd b/man/lsm_l_gyrate_cv.Rd index 7306fc63b..9f194bca0 100644 --- a/man/lsm_l_gyrate_cv.Rd +++ b/man/lsm_l_gyrate_cv.Rd @@ -7,7 +7,7 @@ lsm_l_gyrate_cv(landscape, directions = 8, cell_center = FALSE) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_gyrate_mn.Rd b/man/lsm_l_gyrate_mn.Rd index 024f62282..144a9853c 100644 --- a/man/lsm_l_gyrate_mn.Rd +++ b/man/lsm_l_gyrate_mn.Rd @@ -7,7 +7,7 @@ lsm_l_gyrate_mn(landscape, directions = 8, cell_center = FALSE) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_gyrate_sd.Rd b/man/lsm_l_gyrate_sd.Rd index 2b578c375..d24a340e7 100644 --- a/man/lsm_l_gyrate_sd.Rd +++ b/man/lsm_l_gyrate_sd.Rd @@ -7,7 +7,7 @@ lsm_l_gyrate_sd(landscape, directions = 8, cell_center = FALSE) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_iji.Rd b/man/lsm_l_iji.Rd index c7a92d690..ea539818a 100644 --- a/man/lsm_l_iji.Rd +++ b/man/lsm_l_iji.Rd @@ -7,7 +7,7 @@ lsm_l_iji(landscape, verbose = TRUE) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{verbose}{Print warning message if not sufficient patches are present} } diff --git a/man/lsm_l_joinent.Rd b/man/lsm_l_joinent.Rd index aa25823af..7b499e474 100644 --- a/man/lsm_l_joinent.Rd +++ b/man/lsm_l_joinent.Rd @@ -7,7 +7,7 @@ lsm_l_joinent(landscape, neighbourhood = 4, ordered = TRUE, base = "log2") } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{neighbourhood}{The number of directions in which cell adjacencies are considered as neighbours: 4 (rook's case) or 8 (queen's case). The default is 4.} diff --git a/man/lsm_l_lpi.Rd b/man/lsm_l_lpi.Rd index 6e2acb0b9..43e9b929a 100644 --- a/man/lsm_l_lpi.Rd +++ b/man/lsm_l_lpi.Rd @@ -7,7 +7,7 @@ lsm_l_lpi(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_lsi.Rd b/man/lsm_l_lsi.Rd index 928edab1e..37bc10910 100644 --- a/man/lsm_l_lsi.Rd +++ b/man/lsm_l_lsi.Rd @@ -7,7 +7,7 @@ lsm_l_lsi(landscape) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} } \value{ tibble diff --git a/man/lsm_l_mesh.Rd b/man/lsm_l_mesh.Rd index 7e08e7abb..06b6cee29 100644 --- a/man/lsm_l_mesh.Rd +++ b/man/lsm_l_mesh.Rd @@ -7,7 +7,7 @@ lsm_l_mesh(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_msidi.Rd b/man/lsm_l_msidi.Rd index e616e9e0c..9acac2c67 100644 --- a/man/lsm_l_msidi.Rd +++ b/man/lsm_l_msidi.Rd @@ -7,7 +7,7 @@ lsm_l_msidi(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_msiei.Rd b/man/lsm_l_msiei.Rd index c7fa7deeb..61383d72d 100644 --- a/man/lsm_l_msiei.Rd +++ b/man/lsm_l_msiei.Rd @@ -7,7 +7,7 @@ lsm_l_msiei(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_mutinf.Rd b/man/lsm_l_mutinf.Rd index ee77fcb5f..0653b4d82 100644 --- a/man/lsm_l_mutinf.Rd +++ b/man/lsm_l_mutinf.Rd @@ -7,7 +7,7 @@ lsm_l_mutinf(landscape, neighbourhood = 4, ordered = TRUE, base = "log2") } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{neighbourhood}{The number of directions in which cell adjacencies are considered as neighbours: 4 (rook's case) or 8 (queen's case). The default is 4.} diff --git a/man/lsm_l_ndca.Rd b/man/lsm_l_ndca.Rd index f77ff9a42..1683d9d48 100644 --- a/man/lsm_l_ndca.Rd +++ b/man/lsm_l_ndca.Rd @@ -12,7 +12,7 @@ lsm_l_ndca( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_np.Rd b/man/lsm_l_np.Rd index 54c8f4201..84bef73d9 100644 --- a/man/lsm_l_np.Rd +++ b/man/lsm_l_np.Rd @@ -7,7 +7,7 @@ lsm_l_np(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_pafrac.Rd b/man/lsm_l_pafrac.Rd index ed802e24b..3f7d17be1 100644 --- a/man/lsm_l_pafrac.Rd +++ b/man/lsm_l_pafrac.Rd @@ -7,7 +7,7 @@ lsm_l_pafrac(landscape, directions = 8, verbose = TRUE) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_para_cv.Rd b/man/lsm_l_para_cv.Rd index 8b770acb1..8001ed69e 100644 --- a/man/lsm_l_para_cv.Rd +++ b/man/lsm_l_para_cv.Rd @@ -7,7 +7,7 @@ lsm_l_para_cv(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_para_mn.Rd b/man/lsm_l_para_mn.Rd index f00bda887..a9a4502db 100644 --- a/man/lsm_l_para_mn.Rd +++ b/man/lsm_l_para_mn.Rd @@ -7,7 +7,7 @@ lsm_l_para_mn(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_para_sd.Rd b/man/lsm_l_para_sd.Rd index 0087d7bf9..efe1ca593 100644 --- a/man/lsm_l_para_sd.Rd +++ b/man/lsm_l_para_sd.Rd @@ -7,7 +7,7 @@ lsm_l_para_sd(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_pd.Rd b/man/lsm_l_pd.Rd index bd650d487..3c73cd650 100644 --- a/man/lsm_l_pd.Rd +++ b/man/lsm_l_pd.Rd @@ -7,7 +7,7 @@ lsm_l_pd(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_pladj.Rd b/man/lsm_l_pladj.Rd index 63a191326..289e9f708 100644 --- a/man/lsm_l_pladj.Rd +++ b/man/lsm_l_pladj.Rd @@ -7,7 +7,7 @@ lsm_l_pladj(landscape) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} } \value{ tibble diff --git a/man/lsm_l_pr.Rd b/man/lsm_l_pr.Rd index 0d837c7ff..f1945b6d9 100644 --- a/man/lsm_l_pr.Rd +++ b/man/lsm_l_pr.Rd @@ -7,7 +7,7 @@ lsm_l_pr(landscape) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} } \value{ tibble diff --git a/man/lsm_l_prd.Rd b/man/lsm_l_prd.Rd index 2ae92c574..6ce807b08 100644 --- a/man/lsm_l_prd.Rd +++ b/man/lsm_l_prd.Rd @@ -7,7 +7,7 @@ lsm_l_prd(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_relmutinf.Rd b/man/lsm_l_relmutinf.Rd index 9c4fc7909..2414f82b1 100644 --- a/man/lsm_l_relmutinf.Rd +++ b/man/lsm_l_relmutinf.Rd @@ -7,7 +7,7 @@ lsm_l_relmutinf(landscape, neighbourhood = 4, ordered = TRUE, base = "log2") } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{neighbourhood}{The number of directions in which cell adjacencies are considered as neighbours: 4 (rook's case) or 8 (queen's case). The default is 4.} diff --git a/man/lsm_l_rpr.Rd b/man/lsm_l_rpr.Rd index 32bac1790..bc50bf50b 100644 --- a/man/lsm_l_rpr.Rd +++ b/man/lsm_l_rpr.Rd @@ -7,7 +7,7 @@ lsm_l_rpr(landscape, classes_max = NULL, verbose = TRUE) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{classes_max}{Potential maximum number of present classes} diff --git a/man/lsm_l_shape_cv.Rd b/man/lsm_l_shape_cv.Rd index d5e5c894f..ae3f003d0 100644 --- a/man/lsm_l_shape_cv.Rd +++ b/man/lsm_l_shape_cv.Rd @@ -7,7 +7,7 @@ lsm_l_shape_cv(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_shape_mn.Rd b/man/lsm_l_shape_mn.Rd index b58b4bcb6..a03ab9bc7 100644 --- a/man/lsm_l_shape_mn.Rd +++ b/man/lsm_l_shape_mn.Rd @@ -7,7 +7,7 @@ lsm_l_shape_mn(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_shape_sd.Rd b/man/lsm_l_shape_sd.Rd index 99c03b9bd..ba9648415 100644 --- a/man/lsm_l_shape_sd.Rd +++ b/man/lsm_l_shape_sd.Rd @@ -7,7 +7,7 @@ lsm_l_shape_sd(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_shdi.Rd b/man/lsm_l_shdi.Rd index 07a60b77b..623291d4a 100644 --- a/man/lsm_l_shdi.Rd +++ b/man/lsm_l_shdi.Rd @@ -7,7 +7,7 @@ lsm_l_shdi(landscape) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} } \value{ tibble diff --git a/man/lsm_l_shei.Rd b/man/lsm_l_shei.Rd index f5a704415..655000134 100644 --- a/man/lsm_l_shei.Rd +++ b/man/lsm_l_shei.Rd @@ -7,7 +7,7 @@ lsm_l_shei(landscape) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} } \value{ tibble diff --git a/man/lsm_l_sidi.Rd b/man/lsm_l_sidi.Rd index 4bc3a1ea5..4ffc3861c 100644 --- a/man/lsm_l_sidi.Rd +++ b/man/lsm_l_sidi.Rd @@ -7,7 +7,7 @@ lsm_l_sidi(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_siei.Rd b/man/lsm_l_siei.Rd index e4561464f..62804c038 100644 --- a/man/lsm_l_siei.Rd +++ b/man/lsm_l_siei.Rd @@ -7,7 +7,7 @@ lsm_l_siei(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_split.Rd b/man/lsm_l_split.Rd index f7a217e4a..571ec664c 100644 --- a/man/lsm_l_split.Rd +++ b/man/lsm_l_split.Rd @@ -7,7 +7,7 @@ lsm_l_split(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_ta.Rd b/man/lsm_l_ta.Rd index 6105a03e9..53eb367f5 100644 --- a/man/lsm_l_ta.Rd +++ b/man/lsm_l_ta.Rd @@ -7,7 +7,7 @@ lsm_l_ta(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_tca.Rd b/man/lsm_l_tca.Rd index f4169412c..907e9e7dd 100644 --- a/man/lsm_l_tca.Rd +++ b/man/lsm_l_tca.Rd @@ -7,7 +7,7 @@ lsm_l_tca(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_l_te.Rd b/man/lsm_l_te.Rd index 5912ac976..73059be47 100644 --- a/man/lsm_l_te.Rd +++ b/man/lsm_l_te.Rd @@ -7,7 +7,7 @@ lsm_l_te(landscape, count_boundary = FALSE) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{count_boundary}{Include landscape boundary in edge length} } diff --git a/man/lsm_p_area.Rd b/man/lsm_p_area.Rd index 94fc7d9b2..e53e11432 100644 --- a/man/lsm_p_area.Rd +++ b/man/lsm_p_area.Rd @@ -7,7 +7,7 @@ lsm_p_area(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_p_cai.Rd b/man/lsm_p_cai.Rd index d512109d1..b8c652ebf 100644 --- a/man/lsm_p_cai.Rd +++ b/man/lsm_p_cai.Rd @@ -7,7 +7,7 @@ lsm_p_cai(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_p_circle.Rd b/man/lsm_p_circle.Rd index 7cc480cc2..4e69116f8 100644 --- a/man/lsm_p_circle.Rd +++ b/man/lsm_p_circle.Rd @@ -7,7 +7,7 @@ lsm_p_circle(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_p_contig.Rd b/man/lsm_p_contig.Rd index 010c91367..901c74cb7 100644 --- a/man/lsm_p_contig.Rd +++ b/man/lsm_p_contig.Rd @@ -7,7 +7,7 @@ lsm_p_contig(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_p_core.Rd b/man/lsm_p_core.Rd index 894b70f1d..7a6ba4e26 100644 --- a/man/lsm_p_core.Rd +++ b/man/lsm_p_core.Rd @@ -12,7 +12,7 @@ lsm_p_core( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_p_enn.Rd b/man/lsm_p_enn.Rd index e3739aa76..33c9009b5 100644 --- a/man/lsm_p_enn.Rd +++ b/man/lsm_p_enn.Rd @@ -7,7 +7,7 @@ lsm_p_enn(landscape, directions = 8, verbose = TRUE) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_p_frac.Rd b/man/lsm_p_frac.Rd index 905f2eb96..04192f25f 100644 --- a/man/lsm_p_frac.Rd +++ b/man/lsm_p_frac.Rd @@ -7,7 +7,7 @@ lsm_p_frac(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_p_gyrate.Rd b/man/lsm_p_gyrate.Rd index 927a2c60d..aa17ec741 100644 --- a/man/lsm_p_gyrate.Rd +++ b/man/lsm_p_gyrate.Rd @@ -7,7 +7,7 @@ lsm_p_gyrate(landscape, directions = 8, cell_center = FALSE) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_p_ncore.Rd b/man/lsm_p_ncore.Rd index 954342df9..11eceeb41 100644 --- a/man/lsm_p_ncore.Rd +++ b/man/lsm_p_ncore.Rd @@ -12,7 +12,7 @@ lsm_p_ncore( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_p_para.Rd b/man/lsm_p_para.Rd index ac3d0b0bd..6f8c3b6bd 100644 --- a/man/lsm_p_para.Rd +++ b/man/lsm_p_para.Rd @@ -7,7 +7,7 @@ lsm_p_para(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, stack, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/lsm_p_perim.Rd b/man/lsm_p_perim.Rd index a2719fb4a..49455e8c0 100644 --- a/man/lsm_p_perim.Rd +++ b/man/lsm_p_perim.Rd @@ -7,7 +7,7 @@ lsm_p_perim(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} @@ -16,7 +16,7 @@ connected: 4 (rook's case) or 8 (queen's case).} tibble } \description{ -Perimeter (Area and edge metric)) +Perimeter (Area and edge metric) } \details{ \deqn{PERIM = p_{ij}} @@ -33,7 +33,7 @@ patch area (larger perimeter for larger patches), but also patch shape complexity increases.} } \examples{ -lsm_p_perim(terra::unwrap(landscape)) +lsm_p_perim() } \references{ diff --git a/man/lsm_p_shape.Rd b/man/lsm_p_shape.Rd index 6141ba651..5ee5bae34 100644 --- a/man/lsm_p_shape.Rd +++ b/man/lsm_p_shape.Rd @@ -7,7 +7,7 @@ lsm_p_shape(landscape, directions = 8) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} diff --git a/man/pad_raster.Rd b/man/pad_raster.Rd index c1c870151..e9b648938 100644 --- a/man/pad_raster.Rd +++ b/man/pad_raster.Rd @@ -14,7 +14,7 @@ pad_raster( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{pad_raster_value}{Value of cells added} diff --git a/man/raster_to_points.Rd b/man/raster_to_points.Rd index d2728d6f9..b20a0308d 100644 --- a/man/raster_to_points.Rd +++ b/man/raster_to_points.Rd @@ -7,7 +7,7 @@ raster_to_points(landscape, return_NA = TRUE) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{return_NA}{If true, NA cells are also included} } diff --git a/man/sample_lsm.Rd b/man/sample_lsm.Rd index 3a334fd90..abffeb94a 100644 --- a/man/sample_lsm.Rd +++ b/man/sample_lsm.Rd @@ -18,7 +18,7 @@ sample_lsm( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{y}{2-column matrix with coordinates, sf points or sf polygons.} diff --git a/man/spatialize_lsm.Rd b/man/spatialize_lsm.Rd index eb30aedfc..04b8be61c 100644 --- a/man/spatialize_lsm.Rd +++ b/man/spatialize_lsm.Rd @@ -18,7 +18,7 @@ spatialize_lsm( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{level}{Level of metrics. Either 'patch', 'class' or 'landscape' (or vector with combination).} diff --git a/man/unpad_raster.Rd b/man/unpad_raster.Rd index 279c50cbd..5bd0ae2be 100644 --- a/man/unpad_raster.Rd +++ b/man/unpad_raster.Rd @@ -12,7 +12,7 @@ unpad_raster( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{unpad_raster_cells}{Number of rows and columns added} diff --git a/man/window_lsm.Rd b/man/window_lsm.Rd index 9e70cb553..55bf2bb27 100644 --- a/man/window_lsm.Rd +++ b/man/window_lsm.Rd @@ -17,7 +17,7 @@ window_lsm( ) } \arguments{ -\item{landscape}{Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.} +\item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} \item{window}{Moving window matrix.} From 99e1e6585eafc7f2be5e14496ea34e42545c884d Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Tue, 14 Mar 2023 20:47:33 +0100 Subject: [PATCH 013/101] improves docs for lsm_p_* --- R/lsm_p_area.R | 5 +++-- R/lsm_p_cai.R | 5 +++-- R/lsm_p_circle.R | 5 +++-- R/lsm_p_contig.R | 9 ++++----- R/lsm_p_core.R | 5 +++-- R/lsm_p_enn.R | 5 +++-- R/lsm_p_frac.R | 5 +++-- R/lsm_p_gyrate.R | 5 +++-- R/lsm_p_ncore.R | 5 +++-- R/lsm_p_para.R | 5 +++-- R/lsm_p_perim.R | 5 +++-- R/raster_to_points.R | 5 +++-- man/lsm_p_area.Rd | 3 ++- man/lsm_p_cai.Rd | 3 ++- man/lsm_p_circle.Rd | 3 ++- man/lsm_p_contig.Rd | 3 ++- man/lsm_p_core.Rd | 3 ++- man/lsm_p_enn.Rd | 3 ++- man/lsm_p_frac.Rd | 3 ++- man/lsm_p_gyrate.Rd | 3 ++- man/lsm_p_ncore.Rd | 3 ++- man/lsm_p_para.Rd | 3 ++- man/lsm_p_perim.Rd | 3 ++- man/raster_to_points.Rd | 3 ++- 24 files changed, 61 insertions(+), 39 deletions(-) diff --git a/R/lsm_p_area.R b/R/lsm_p_area.R index 6051b754a..65a839359 100644 --- a/R/lsm_p_area.R +++ b/R/lsm_p_area.R @@ -33,7 +33,8 @@ #' @return tibble #' #' @examples -#' lsm_p_area(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_p_area(landscape) #' #' @aliases lsm_p_area #' @rdname lsm_p_area @@ -68,7 +69,7 @@ lsm_p_area_calc <- function(landscape, directions, resolution = NULL){ resolution <- terra::res(landscape) - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/R/lsm_p_cai.R b/R/lsm_p_cai.R index 9d3bae103..efe89afd7 100644 --- a/R/lsm_p_cai.R +++ b/R/lsm_p_cai.R @@ -41,7 +41,8 @@ #' @return tibble #' #' @examples -#' lsm_p_cai(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_p_cai(landscape) #' #' @aliases lsm_p_cai #' @rdname lsm_p_cai @@ -80,7 +81,7 @@ lsm_p_cai_calc <- function(landscape, directions, consider_boundary, edge_depth, if (!inherits(x = landscape, what = "matrix")) { resolution <- terra::res(landscape) - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/R/lsm_p_circle.R b/R/lsm_p_circle.R index deaa15d57..8391f029f 100644 --- a/R/lsm_p_circle.R +++ b/R/lsm_p_circle.R @@ -34,7 +34,8 @@ #' @return tibble #' #' @examples -#' lsm_p_circle(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_p_circle(landscape) #' #' @aliases lsm_p_circle #' @rdname lsm_p_circle @@ -76,7 +77,7 @@ lsm_p_circle_calc <- function(landscape, directions, resolution = NULL) { resolution <- terra::res(landscape) # convert to matrix - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # check if resolution is identical diff --git a/R/lsm_p_contig.R b/R/lsm_p_contig.R index d35b25e0d..b77cb6c7d 100644 --- a/R/lsm_p_contig.R +++ b/R/lsm_p_contig.R @@ -42,7 +42,8 @@ #' @return tibble #' #' @examples -#' lsm_p_contig(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_p_contig(landscape) #' #' @aliases lsm_p_contig #' @rdname lsm_p_contig @@ -76,7 +77,7 @@ lsm_p_contig_calc <- function(landscape, directions) { # convert to matrix if (!inherits(x = landscape, what = "matrix")) { - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA @@ -125,9 +126,7 @@ lsm_p_contig_calc <- function(landscape, directions) { directions = as.matrix(straigth_matrix)) * 2 # calculated contiguity - contiguity <- (((diagonal_neighbours + - straigth_neighbours + - n_cells) / + contiguity <- (((diagonal_neighbours + straigth_neighbours + n_cells) / n_cells) - 1) / 12 class <- patches_class diff --git a/R/lsm_p_core.R b/R/lsm_p_core.R index 78c822965..c75818553 100644 --- a/R/lsm_p_core.R +++ b/R/lsm_p_core.R @@ -39,7 +39,8 @@ #' @return tibble #' #' @examples -#' lsm_p_core(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_p_core(landscape) #' #' @aliases lsm_p_core #' @rdname lsm_p_core @@ -75,7 +76,7 @@ lsm_p_core_calc <- function(landscape, directions, consider_boundary, edge_depth if (!inherits(x = landscape, what = "matrix")) { resolution <- terra::res(landscape) - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/R/lsm_p_enn.R b/R/lsm_p_enn.R index 040c026e9..dc31b46df 100644 --- a/R/lsm_p_enn.R +++ b/R/lsm_p_enn.R @@ -35,7 +35,8 @@ #' @return tibble #' #' @examples -#' lsm_p_enn(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_p_enn(landscape) #' #' @aliases lsm_p_enn #' @rdname lsm_p_enn @@ -77,7 +78,7 @@ lsm_p_enn_calc <- function(landscape, directions, verbose, points <- raster_to_points(landscape)[, 2:4] # convert to matrix - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/R/lsm_p_frac.R b/R/lsm_p_frac.R index ba4c4c6a6..3b433ac8c 100644 --- a/R/lsm_p_frac.R +++ b/R/lsm_p_frac.R @@ -34,7 +34,8 @@ #' @return tibble #' #' @examples -#' lsm_p_frac(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_p_frac(landscape) #' #' @aliases lsm_p_frac #' @rdname lsm_p_frac @@ -70,7 +71,7 @@ lsm_p_frac_calc <- function(landscape, directions, resolution = NULL){ if (!inherits(x = landscape, what = "matrix")) { resolution <- terra::res(landscape) - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/R/lsm_p_gyrate.R b/R/lsm_p_gyrate.R index 899dc4f39..d520dff3e 100644 --- a/R/lsm_p_gyrate.R +++ b/R/lsm_p_gyrate.R @@ -36,7 +36,8 @@ #' @return tibble #' #' @examples -#' lsm_p_gyrate(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_p_gyrate(landscape) #' #' @aliases lsm_p_gyrate #' @rdname lsm_p_gyrate @@ -78,7 +79,7 @@ lsm_p_gyrate_calc <- function(landscape, directions, cell_center, points <- raster_to_points(landscape)[, 2:4] # convert to matrix - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/R/lsm_p_ncore.R b/R/lsm_p_ncore.R index a45081b2b..da3e358e9 100644 --- a/R/lsm_p_ncore.R +++ b/R/lsm_p_ncore.R @@ -41,7 +41,8 @@ #' @return tibble #' #' @examples -#' lsm_p_ncore(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_p_ncore(landscape) #' #' @aliases lsm_p_ncore #' @rdname lsm_p_ncore @@ -83,7 +84,7 @@ lsm_p_ncore_calc <- function(landscape, directions, consider_boundary, edge_dept points <- raster_to_points(landscape)[, 2:4] # convert to matrix - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/R/lsm_p_para.R b/R/lsm_p_para.R index 4279b4a5b..f14815753 100644 --- a/R/lsm_p_para.R +++ b/R/lsm_p_para.R @@ -34,7 +34,8 @@ #' @return tibble #' #' @examples -#' lsm_p_para(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_p_para(landscape) #' #' @aliases lsm_p_para #' @rdname lsm_p_para @@ -66,7 +67,7 @@ lsm_p_para_calc <- function(landscape, directions, resolution = NULL){ # convert to matrix if (!inherits(x = landscape, what = "matrix")) { resolution <- terra::res(landscape) - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/R/lsm_p_perim.R b/R/lsm_p_perim.R index c4bd9ed87..ba44ac1be 100644 --- a/R/lsm_p_perim.R +++ b/R/lsm_p_perim.R @@ -23,7 +23,8 @@ #' @return tibble #' #' @examples -#' lsm_p_perim() +#' landscape <- terra::rast(landscape) +#' lsm_p_perim(landscape) #' #' @aliases lsm_p_perim #' @rdname lsm_p_perim @@ -55,7 +56,7 @@ lsm_p_perim_calc <- function(landscape, directions, resolution = NULL) { # convert to matrix if (!inherits(x = landscape, what = "matrix")) { resolution <- terra::res(landscape) - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/R/raster_to_points.R b/R/raster_to_points.R index 1b8a9098d..206f99d56 100644 --- a/R/raster_to_points.R +++ b/R/raster_to_points.R @@ -12,7 +12,8 @@ #' @return matrix #' #' @examples -#' raster_to_points(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' raster_to_points(landscape) #' #' @aliases raster_to_points #' @rdname raster_to_points @@ -45,7 +46,7 @@ raster_to_points_internal <- function(landscape, return_NA) { nrow = terra::ncell(landscape), ncol = 3) # get coordinates - xyz[, c(1,2)] <- terra::xyFromCell(landscape, cell = 1:terra::ncell(landscape)) + xyz[, c(1, 2)] <- terra::xyFromCell(landscape, cell = 1:terra::ncell(landscape)) # add values including NA xyz[, 3] <- terra::values(landscape, mat = FALSE) diff --git a/man/lsm_p_area.Rd b/man/lsm_p_area.Rd index e53e11432..a160a9755 100644 --- a/man/lsm_p_area.Rd +++ b/man/lsm_p_area.Rd @@ -33,7 +33,8 @@ metric is the simplest measure of composition. \subsection{Behaviour}{Increases, without limit, as the patch size increases.} } \examples{ -lsm_p_area(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_p_area(landscape) } \references{ diff --git a/man/lsm_p_cai.Rd b/man/lsm_p_cai.Rd index b8c652ebf..cce82edbf 100644 --- a/man/lsm_p_cai.Rd +++ b/man/lsm_p_cai.Rd @@ -41,7 +41,8 @@ relative, it is comparable among patches with different area. approaches CAI = 100 with increasing percentage of core area within a patch.} } \examples{ -lsm_p_cai(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_p_cai(landscape) } \references{ diff --git a/man/lsm_p_circle.Rd b/man/lsm_p_circle.Rd index 4e69116f8..0bb3ff915 100644 --- a/man/lsm_p_circle.Rd +++ b/man/lsm_p_circle.Rd @@ -35,7 +35,8 @@ of the patch and is comparable among patches with different area. a linear patch.} } \examples{ -lsm_p_circle(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_p_circle(landscape) } \references{ diff --git a/man/lsm_p_contig.Rd b/man/lsm_p_contig.Rd index 901c74cb7..31934a052 100644 --- a/man/lsm_p_contig.Rd +++ b/man/lsm_p_contig.Rd @@ -44,7 +44,8 @@ patch cells in the rookie case result in larger contiguity index values. of 1 (fully connected patch).} } \examples{ -lsm_p_contig(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_p_contig(landscape) } \references{ diff --git a/man/lsm_p_core.Rd b/man/lsm_p_core.Rd index 7a6ba4e26..496c5215b 100644 --- a/man/lsm_p_core.Rd +++ b/man/lsm_p_core.Rd @@ -46,7 +46,8 @@ and the patch shape simplifies (more core area). CORE = 0 when every cell in the patch is an edge.} } \examples{ -lsm_p_core(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_p_core(landscape) } \references{ diff --git a/man/lsm_p_enn.Rd b/man/lsm_p_enn.Rd index 33c9009b5..29fada6b8 100644 --- a/man/lsm_p_enn.Rd +++ b/man/lsm_p_enn.Rd @@ -38,7 +38,8 @@ as the distance between neighbouring patches of the same class i increases, i.e. more isolated.} } \examples{ -lsm_p_enn(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_p_enn(landscape) } \references{ diff --git a/man/lsm_p_frac.Rd b/man/lsm_p_frac.Rd index 04192f25f..d4955d8b2 100644 --- a/man/lsm_p_frac.Rd +++ b/man/lsm_p_frac.Rd @@ -34,7 +34,8 @@ patch form will not change the ratio. for a irregular patch shape.} } \examples{ -lsm_p_frac(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_p_frac(landscape) } \references{ diff --git a/man/lsm_p_gyrate.Rd b/man/lsm_p_gyrate.Rd index aa17ec741..932f5e14a 100644 --- a/man/lsm_p_gyrate.Rd +++ b/man/lsm_p_gyrate.Rd @@ -40,7 +40,8 @@ cells to all possible cell-center centroids. Increases, without limit, when only one patch is present.} } \examples{ -lsm_p_gyrate(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_p_gyrate(landscape) } \references{ diff --git a/man/lsm_p_ncore.Rd b/man/lsm_p_ncore.Rd index 11eceeb41..385f487ed 100644 --- a/man/lsm_p_ncore.Rd +++ b/man/lsm_p_ncore.Rd @@ -47,7 +47,8 @@ tibble Number of core areas (Core area metric) } \examples{ -lsm_p_ncore(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_p_ncore(landscape) } \references{ diff --git a/man/lsm_p_para.Rd b/man/lsm_p_para.Rd index 6f8c3b6bd..cc0b76513 100644 --- a/man/lsm_p_para.Rd +++ b/man/lsm_p_para.Rd @@ -34,7 +34,8 @@ the patch size while not changing the patch form will change the ratio. increases.} } \examples{ -lsm_p_para(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_p_para(landscape) } \references{ diff --git a/man/lsm_p_perim.Rd b/man/lsm_p_perim.Rd index 49455e8c0..bbc233895 100644 --- a/man/lsm_p_perim.Rd +++ b/man/lsm_p_perim.Rd @@ -33,7 +33,8 @@ patch area (larger perimeter for larger patches), but also patch shape complexity increases.} } \examples{ -lsm_p_perim() +landscape <- terra::rast(landscape) +lsm_p_perim(landscape) } \references{ diff --git a/man/raster_to_points.Rd b/man/raster_to_points.Rd index b20a0308d..472f16f82 100644 --- a/man/raster_to_points.Rd +++ b/man/raster_to_points.Rd @@ -22,7 +22,8 @@ Wrapper around terra::xyFromCell and terra::getValues to get raster_to_points function including NA values } \examples{ -raster_to_points(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +raster_to_points(landscape) } \keyword{internal} From 3655025a9a079738973a3543c82e9ef1c11f38a0 Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Wed, 15 Mar 2023 10:53:18 +0100 Subject: [PATCH 014/101] updates docs of lsm_c --- R/lsm_c_ai.R | 3 ++- R/lsm_c_area_cv.R | 3 ++- R/lsm_c_area_mn.R | 3 ++- R/lsm_c_area_sd.R | 3 ++- R/lsm_c_ca.R | 3 ++- R/lsm_c_cai_cv.R | 3 ++- R/lsm_c_cai_mn.R | 3 ++- R/lsm_c_cai_sd.R | 3 ++- R/lsm_c_circle_cv.R | 3 ++- R/lsm_c_circle_mn.R | 3 ++- R/lsm_c_circle_sd.R | 3 ++- R/lsm_c_clumpy.R | 3 ++- R/lsm_c_cohesion.R | 3 ++- R/lsm_c_contig_cv.R | 3 ++- R/lsm_c_contig_mn.R | 3 ++- R/lsm_c_contig_sd.R | 3 ++- R/lsm_c_core_cv.R | 3 ++- R/lsm_c_core_mn.R | 3 ++- R/lsm_c_core_sd.R | 3 ++- R/lsm_c_cpland.R | 5 +++-- R/lsm_c_dcad.R | 3 ++- R/lsm_c_dcore_cv.R | 3 ++- R/lsm_c_dcore_mn.R | 3 ++- R/lsm_c_dcore_sd.R | 3 ++- R/lsm_c_division.R | 3 ++- R/lsm_c_ed.R | 5 +++-- R/lsm_c_enn_cv.R | 3 ++- R/lsm_c_enn_mn.R | 3 ++- R/lsm_c_enn_sd.R | 3 ++- R/lsm_c_frac_cv.R | 3 ++- R/lsm_c_frac_mn.R | 3 ++- R/lsm_c_frac_sd.R | 3 ++- R/lsm_c_gyrate_cv.R | 3 ++- R/lsm_c_gyrate_mn.R | 3 ++- R/lsm_c_gyrate_sd.R | 3 ++- R/lsm_c_iji.R | 5 +++-- R/lsm_c_lpi.R | 3 ++- R/lsm_c_lsi.R | 5 +++-- R/lsm_c_mesh.R | 3 ++- R/lsm_c_ndca.R | 3 ++- R/lsm_c_nlsi.R | 5 +++-- R/lsm_c_np.R | 5 +++-- R/lsm_c_pafrac.R | 5 +++-- R/lsm_c_para_cv.R | 3 ++- R/lsm_c_para_mn.R | 3 ++- R/lsm_c_para_sd.R | 3 ++- R/lsm_c_pd.R | 5 +++-- R/lsm_c_pladj.R | 5 +++-- R/lsm_c_pland.R | 3 ++- R/lsm_c_shape_cv.R | 3 ++- R/lsm_c_shape_mn.R | 3 ++- R/lsm_c_shape_sd.R | 3 ++- R/lsm_c_split.R | 3 ++- R/lsm_c_tca.R | 3 ++- R/lsm_c_te.R | 5 +++-- man/lsm_c_ai.Rd | 3 ++- man/lsm_c_area_cv.Rd | 3 ++- man/lsm_c_area_mn.Rd | 3 ++- man/lsm_c_area_sd.Rd | 3 ++- man/lsm_c_ca.Rd | 3 ++- man/lsm_c_cai_cv.Rd | 3 ++- man/lsm_c_cai_mn.Rd | 3 ++- man/lsm_c_cai_sd.Rd | 3 ++- man/lsm_c_circle_cv.Rd | 3 ++- man/lsm_c_circle_mn.Rd | 3 ++- man/lsm_c_circle_sd.Rd | 3 ++- man/lsm_c_clumpy.Rd | 3 ++- man/lsm_c_cohesion.Rd | 3 ++- man/lsm_c_contig_cv.Rd | 3 ++- man/lsm_c_contig_mn.Rd | 3 ++- man/lsm_c_contig_sd.Rd | 3 ++- man/lsm_c_core_cv.Rd | 3 ++- man/lsm_c_core_mn.Rd | 3 ++- man/lsm_c_core_sd.Rd | 3 ++- man/lsm_c_cpland.Rd | 3 ++- man/lsm_c_dcad.Rd | 3 ++- man/lsm_c_dcore_cv.Rd | 3 ++- man/lsm_c_dcore_mn.Rd | 3 ++- man/lsm_c_dcore_sd.Rd | 3 ++- man/lsm_c_division.Rd | 3 ++- man/lsm_c_ed.Rd | 3 ++- man/lsm_c_enn_cv.Rd | 3 ++- man/lsm_c_enn_mn.Rd | 3 ++- man/lsm_c_enn_sd.Rd | 3 ++- man/lsm_c_frac_cv.Rd | 3 ++- man/lsm_c_frac_mn.Rd | 3 ++- man/lsm_c_frac_sd.Rd | 3 ++- man/lsm_c_gyrate_cv.Rd | 3 ++- man/lsm_c_gyrate_mn.Rd | 3 ++- man/lsm_c_gyrate_sd.Rd | 3 ++- man/lsm_c_iji.Rd | 3 ++- man/lsm_c_lpi.Rd | 3 ++- man/lsm_c_lsi.Rd | 3 ++- man/lsm_c_mesh.Rd | 3 ++- man/lsm_c_ndca.Rd | 3 ++- man/lsm_c_nlsi.Rd | 3 ++- man/lsm_c_np.Rd | 3 ++- man/lsm_c_pafrac.Rd | 3 ++- man/lsm_c_para_cv.Rd | 3 ++- man/lsm_c_para_mn.Rd | 3 ++- man/lsm_c_para_sd.Rd | 3 ++- man/lsm_c_pd.Rd | 3 ++- man/lsm_c_pladj.Rd | 3 ++- man/lsm_c_pland.Rd | 3 ++- man/lsm_c_shape_cv.Rd | 3 ++- man/lsm_c_shape_mn.Rd | 3 ++- man/lsm_c_shape_sd.Rd | 3 ++- man/lsm_c_split.Rd | 3 ++- man/lsm_c_tca.Rd | 3 ++- man/lsm_c_te.Rd | 3 ++- 110 files changed, 230 insertions(+), 120 deletions(-) diff --git a/R/lsm_c_ai.R b/R/lsm_c_ai.R index 5f9215c62..ed5c2f54d 100644 --- a/R/lsm_c_ai.R +++ b/R/lsm_c_ai.R @@ -25,7 +25,8 @@ #' \code{\link{lsm_l_ai}} #' #' @examples -#' lsm_c_ai(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_ai(landscape) #' #' @aliases lsm_c_ai #' @rdname lsm_c_ai diff --git a/R/lsm_c_area_cv.R b/R/lsm_c_area_cv.R index 7156635f4..7df01771c 100644 --- a/R/lsm_c_area_cv.R +++ b/R/lsm_c_area_cv.R @@ -30,7 +30,8 @@ #' @return tibble #' #' @examples -#' lsm_c_area_cv(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_area_cv(landscape) #' #' @aliases lsm_c_area_cv #' @rdname lsm_c_area_cv diff --git a/R/lsm_c_area_mn.R b/R/lsm_c_area_mn.R index 1384c56ab..3cc97b792 100644 --- a/R/lsm_c_area_mn.R +++ b/R/lsm_c_area_mn.R @@ -32,7 +32,8 @@ #' @return tibble #' #' @examples -#' lsm_c_area_mn(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_area_mn(landscape) #' #' @aliases lsm_c_area_mn #' @rdname lsm_c_area_mn diff --git a/R/lsm_c_area_sd.R b/R/lsm_c_area_sd.R index a3127247e..7ba22b8c1 100644 --- a/R/lsm_c_area_sd.R +++ b/R/lsm_c_area_sd.R @@ -32,7 +32,8 @@ #' @return tibble #' #' @examples -#' lsm_c_area_sd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_area_sd(landscape) #' #' @aliases lsm_c_area_sd #' @rdname lsm_c_area_sd diff --git a/R/lsm_c_ca.R b/R/lsm_c_ca.R index 04a7027d1..f69b572ef 100644 --- a/R/lsm_c_ca.R +++ b/R/lsm_c_ca.R @@ -31,7 +31,8 @@ #' @return tibble #' #' @examples -#' lsm_c_ca(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_ca(landscape) #' #' @aliases lsm_c_ca #' @rdname lsm_c_ca diff --git a/R/lsm_c_cai_cv.R b/R/lsm_c_cai_cv.R index ef3a4b6b9..f1a14621d 100644 --- a/R/lsm_c_cai_cv.R +++ b/R/lsm_c_cai_cv.R @@ -39,7 +39,8 @@ #' @return tibble #' #' @examples -#' lsm_c_cai_cv(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_cai_cv(landscape) #' #' @aliases lsm_c_cai_cv #' @rdname lsm_c_cai_cv diff --git a/R/lsm_c_cai_mn.R b/R/lsm_c_cai_mn.R index 2ccf31a65..5b2698478 100644 --- a/R/lsm_c_cai_mn.R +++ b/R/lsm_c_cai_mn.R @@ -37,7 +37,8 @@ #' @return tibble #' #' @examples -#' lsm_c_cai_mn(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_cai_mn(landscape) #' #' @aliases lsm_c_cai_mn #' @rdname lsm_c_cai_mn diff --git a/R/lsm_c_cai_sd.R b/R/lsm_c_cai_sd.R index fd7a38777..c89fb690c 100644 --- a/R/lsm_c_cai_sd.R +++ b/R/lsm_c_cai_sd.R @@ -39,7 +39,8 @@ #' @return tibble #' #' @examples -#' lsm_c_cai_sd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_cai_sd(landscape) #' #' @aliases lsm_c_cai_sd #' @rdname lsm_c_cai_sd diff --git a/R/lsm_c_circle_cv.R b/R/lsm_c_circle_cv.R index 327bc880d..2418be4c4 100644 --- a/R/lsm_c_circle_cv.R +++ b/R/lsm_c_circle_cv.R @@ -35,7 +35,8 @@ #' @return tibble #' #' @examples -#' lsm_c_circle_cv(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_circle_cv(landscape) #' #' @aliases lsm_c_circle_cv #' @rdname lsm_c_circle_cv diff --git a/R/lsm_c_circle_mn.R b/R/lsm_c_circle_mn.R index 8427e3d1b..78da9edfe 100644 --- a/R/lsm_c_circle_mn.R +++ b/R/lsm_c_circle_mn.R @@ -33,7 +33,8 @@ #' @return tibble #' #' @examples -#' lsm_c_circle_mn(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_circle_mn(landscape) #' #' @aliases lsm_c_circle_mn #' @rdname lsm_c_circle_mn diff --git a/R/lsm_c_circle_sd.R b/R/lsm_c_circle_sd.R index 11a57a53f..d9b5d60ea 100644 --- a/R/lsm_c_circle_sd.R +++ b/R/lsm_c_circle_sd.R @@ -33,7 +33,8 @@ #' @return tibble #' #' @examples -#' lsm_c_circle_sd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_circle_sd(landscape) #' #' @aliases lsm_c_circle_sd #' @rdname lsm_c_circle_sd diff --git a/R/lsm_c_clumpy.R b/R/lsm_c_clumpy.R index 890ba46bc..71fa722f0 100644 --- a/R/lsm_c_clumpy.R +++ b/R/lsm_c_clumpy.R @@ -26,7 +26,8 @@ #' @return tibble #' #' @examples -#' lsm_c_clumpy(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_clumpy(landscape) #' #' @aliases lsm_c_clumpy #' @rdname lsm_c_clumpy diff --git a/R/lsm_c_cohesion.R b/R/lsm_c_cohesion.R index 5c1612310..7da0398e5 100644 --- a/R/lsm_c_cohesion.R +++ b/R/lsm_c_cohesion.R @@ -29,7 +29,8 @@ #' @return tibble #' #' @examples -#' lsm_c_cohesion(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_cohesion(landscape) #' #' @aliases lsm_c_cohesion #' @rdname lsm_c_cohesion diff --git a/R/lsm_c_contig_cv.R b/R/lsm_c_contig_cv.R index 3231d0488..fc744887f 100644 --- a/R/lsm_c_contig_cv.R +++ b/R/lsm_c_contig_cv.R @@ -41,7 +41,8 @@ #' @return tibble #' #' @examples -#' lsm_c_contig_cv(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_contig_cv(landscape) #' #' @aliases lsm_c_contig_cv #' @rdname lsm_c_contig_cv diff --git a/R/lsm_c_contig_mn.R b/R/lsm_c_contig_mn.R index bd5f1d0e0..1632cc647 100644 --- a/R/lsm_c_contig_mn.R +++ b/R/lsm_c_contig_mn.R @@ -40,7 +40,8 @@ #' @return tibble #' #' @examples -#' lsm_c_contig_mn(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_contig_mn(landscape) #' #' @aliases lsm_c_contig_mn #' @rdname lsm_c_contig_mn diff --git a/R/lsm_c_contig_sd.R b/R/lsm_c_contig_sd.R index 6349915e8..e3edc6651 100644 --- a/R/lsm_c_contig_sd.R +++ b/R/lsm_c_contig_sd.R @@ -41,7 +41,8 @@ #' @return tibble #' #' @examples -#' lsm_c_contig_sd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_contig_sd(landscape) #' #' @aliases lsm_c_contig_sd #' @rdname lsm_c_contig_sd diff --git a/R/lsm_c_core_cv.R b/R/lsm_c_core_cv.R index fcfff124b..f9498377a 100644 --- a/R/lsm_c_core_cv.R +++ b/R/lsm_c_core_cv.R @@ -34,7 +34,8 @@ #' @return tibble #' #' @examples -#' lsm_c_core_cv(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_core_cv(landscape) #' #' @aliases lsm_c_core_cv #' @rdname lsm_c_core_cv diff --git a/R/lsm_c_core_mn.R b/R/lsm_c_core_mn.R index 95d06a736..44b270a6d 100644 --- a/R/lsm_c_core_mn.R +++ b/R/lsm_c_core_mn.R @@ -33,7 +33,8 @@ #' @return tibble #' #' @examples -#' lsm_c_core_mn(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_core_mn(landscape) #' #' @aliases lsm_c_core_mn #' @rdname lsm_c_core_mn diff --git a/R/lsm_c_core_sd.R b/R/lsm_c_core_sd.R index 7b6c1cac0..47ba16329 100644 --- a/R/lsm_c_core_sd.R +++ b/R/lsm_c_core_sd.R @@ -35,7 +35,8 @@ #' @return tibble #' #' @examples -#' lsm_c_core_sd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_core_sd(landscape) #' #' @aliases lsm_c_core_sd #' @rdname lsm_c_core_sd diff --git a/R/lsm_c_cpland.R b/R/lsm_c_cpland.R index 5c86163b3..7ff9230be 100644 --- a/R/lsm_c_cpland.R +++ b/R/lsm_c_cpland.R @@ -31,7 +31,8 @@ #' @return tibble #' #' @examples -#' lsm_c_cpland(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_cpland(landscape) #' #' @aliases lsm_c_cpland #' @rdname lsm_c_cpland @@ -66,7 +67,7 @@ lsm_c_cpland_calc <- function(landscape, directions, consider_boundary, edge_dep if (!inherits(x = landscape, what = "matrix")) { resolution <- terra::res(landscape) - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/R/lsm_c_dcad.R b/R/lsm_c_dcad.R index 4ec58f086..44682b03d 100644 --- a/R/lsm_c_dcad.R +++ b/R/lsm_c_dcad.R @@ -35,7 +35,8 @@ #' @return tibble #' #' @examples -#' lsm_c_dcad(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_dcad(landscape) #' #' @aliases lsm_c_dcad #' @rdname lsm_c_dcad diff --git a/R/lsm_c_dcore_cv.R b/R/lsm_c_dcore_cv.R index b04e2fab1..430dbb82e 100644 --- a/R/lsm_c_dcore_cv.R +++ b/R/lsm_c_dcore_cv.R @@ -38,7 +38,8 @@ #' @return tibble #' #' @examples -#' lsm_c_dcore_cv(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_dcore_cv(landscape) #' #' @aliases lsm_c_dcore_cv #' @rdname lsm_c_dcore_cv diff --git a/R/lsm_c_dcore_mn.R b/R/lsm_c_dcore_mn.R index b4a190dcd..8e1e6cfa7 100644 --- a/R/lsm_c_dcore_mn.R +++ b/R/lsm_c_dcore_mn.R @@ -36,7 +36,8 @@ #' @return tibble #' #' @examples -#' lsm_c_dcore_mn(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_dcore_mn(landscape) #' #' @aliases lsm_c_dcore_mn #' @rdname lsm_c_dcore_mn diff --git a/R/lsm_c_dcore_sd.R b/R/lsm_c_dcore_sd.R index 56e4da612..9f3d3177d 100644 --- a/R/lsm_c_dcore_sd.R +++ b/R/lsm_c_dcore_sd.R @@ -39,7 +39,8 @@ #' @return tibble #' #' @examples -#' lsm_c_dcore_sd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_dcore_sd(landscape) #' #' @aliases lsm_c_dcore_sd #' @rdname lsm_c_dcore_sd diff --git a/R/lsm_c_division.R b/R/lsm_c_division.R index 78cfd7022..73682e9af 100644 --- a/R/lsm_c_division.R +++ b/R/lsm_c_division.R @@ -27,7 +27,8 @@ #' @return tibble #' #' @examples -#' lsm_c_division(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_division(landscape) #' #' @aliases lsm_c_division #' @rdname lsm_c_division diff --git a/R/lsm_c_ed.R b/R/lsm_c_ed.R index 32a096282..0eeb13f1a 100644 --- a/R/lsm_c_ed.R +++ b/R/lsm_c_ed.R @@ -33,7 +33,8 @@ #' @return tibble #' #' @examples -#' lsm_c_ed(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_ed(landscape) #' #' @aliases lsm_c_ed #' @rdname lsm_c_ed @@ -69,7 +70,7 @@ lsm_c_ed_calc <- function(landscape, count_boundary, directions, resolution = NU if (!inherits(x = landscape, what = "matrix")) { resolution <- terra::res(landscape) - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all cells are NA diff --git a/R/lsm_c_enn_cv.R b/R/lsm_c_enn_cv.R index 090b32711..457dbbeb6 100644 --- a/R/lsm_c_enn_cv.R +++ b/R/lsm_c_enn_cv.R @@ -34,7 +34,8 @@ #' @return tibble #' #' @examples -#' lsm_c_enn_cv(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_enn_cv(landscape) #' #' @aliases lsm_c_enn_cv #' @rdname lsm_c_enn_cv diff --git a/R/lsm_c_enn_mn.R b/R/lsm_c_enn_mn.R index 76b2cc280..90ef626a9 100644 --- a/R/lsm_c_enn_mn.R +++ b/R/lsm_c_enn_mn.R @@ -35,7 +35,8 @@ #' @return tibble #' #' @examples -#' lsm_c_enn_mn(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_enn_mn(landscape) #' #' @aliases lsm_c_enn_mn #' @rdname lsm_c_enn_mn diff --git a/R/lsm_c_enn_sd.R b/R/lsm_c_enn_sd.R index 85808c209..d35db6aa0 100644 --- a/R/lsm_c_enn_sd.R +++ b/R/lsm_c_enn_sd.R @@ -35,7 +35,8 @@ #' @return tibble #' #' @examples -#' lsm_c_enn_sd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_enn_sd(landscape) #' #' @aliases lsm_c_enn_sd #' @rdname lsm_c_enn_sd diff --git a/R/lsm_c_frac_cv.R b/R/lsm_c_frac_cv.R index afa9b7ec8..c5b3363ae 100644 --- a/R/lsm_c_frac_cv.R +++ b/R/lsm_c_frac_cv.R @@ -33,7 +33,8 @@ #' @return tibble #' #' @examples -#' lsm_c_frac_cv(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_frac_cv(landscape) #' #' @aliases lsm_c_frac_cv #' @rdname lsm_c_frac_cv diff --git a/R/lsm_c_frac_mn.R b/R/lsm_c_frac_mn.R index d9434f0ae..fed3ef9d4 100644 --- a/R/lsm_c_frac_mn.R +++ b/R/lsm_c_frac_mn.R @@ -31,7 +31,8 @@ #' \code{\link{lsm_l_frac_cv}} #' #' @examples -#' lsm_c_frac_mn(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_frac_mn(landscape) #' #' @aliases lsm_c_frac_mn #' @rdname lsm_c_frac_mn diff --git a/R/lsm_c_frac_sd.R b/R/lsm_c_frac_sd.R index 58cee3565..07f15f9da 100644 --- a/R/lsm_c_frac_sd.R +++ b/R/lsm_c_frac_sd.R @@ -33,7 +33,8 @@ #' @return tibble #' #' @examples -#' lsm_c_frac_sd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_frac_sd(landscape) #' #' @aliases lsm_c_frac_sd #' @rdname lsm_c_frac_sd diff --git a/R/lsm_c_gyrate_cv.R b/R/lsm_c_gyrate_cv.R index 19df8f566..49a452b76 100644 --- a/R/lsm_c_gyrate_cv.R +++ b/R/lsm_c_gyrate_cv.R @@ -40,7 +40,8 @@ #' @return tibble #' #' @examples -#' lsm_c_gyrate_cv(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_gyrate_cv(landscape) #' #' @aliases lsm_c_gyrate_cv #' @rdname lsm_c_gyrate_cv diff --git a/R/lsm_c_gyrate_mn.R b/R/lsm_c_gyrate_mn.R index b302e2f45..2ce8ba90e 100644 --- a/R/lsm_c_gyrate_mn.R +++ b/R/lsm_c_gyrate_mn.R @@ -39,7 +39,8 @@ #' @return tibble #' #' @examples -#' lsm_c_gyrate_mn(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_gyrate_mn(landscape) #' #' @aliases lsm_c_gyrate_mn #' @rdname lsm_c_gyrate_mn diff --git a/R/lsm_c_gyrate_sd.R b/R/lsm_c_gyrate_sd.R index 1af9faad2..32f58436b 100644 --- a/R/lsm_c_gyrate_sd.R +++ b/R/lsm_c_gyrate_sd.R @@ -39,7 +39,8 @@ #' @return tibble #' #' @examples -#' lsm_c_gyrate_sd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_gyrate_sd(landscape) #' #' @aliases lsm_c_gyrate_sd #' @rdname lsm_c_gyrate_sd diff --git a/R/lsm_c_iji.R b/R/lsm_c_iji.R index 180de09ce..038c9656d 100644 --- a/R/lsm_c_iji.R +++ b/R/lsm_c_iji.R @@ -26,7 +26,8 @@ #' @return tibble # #' @examples -#'lsm_c_iji(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_iji(landscape) # #' @aliases lsm_c_iji #' @rdname lsm_c_iji @@ -62,7 +63,7 @@ lsm_c_iji_calc <- function(landscape, verbose) { # conver to matrix if (!inherits(x = landscape, what = "matrix")) { - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all cells are NA diff --git a/R/lsm_c_lpi.R b/R/lsm_c_lpi.R index d54186651..c49d695e8 100644 --- a/R/lsm_c_lpi.R +++ b/R/lsm_c_lpi.R @@ -28,7 +28,8 @@ #' @return tibble #' #' @examples -#' lsm_c_lpi(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_lpi(landscape) #' #' @aliases lsm_c_lpi #' @rdname lsm_c_lpi diff --git a/R/lsm_c_lsi.R b/R/lsm_c_lsi.R index 433a42e6e..7a1ac5b18 100644 --- a/R/lsm_c_lsi.R +++ b/R/lsm_c_lsi.R @@ -26,7 +26,8 @@ #' @return tibble #' #' @examples -#' lsm_c_lsi(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_lsi(landscape) #' #' @aliases lsm_c_lsi #' @rdname lsm_c_lsi @@ -61,7 +62,7 @@ lsm_c_lsi_calc <- function(landscape) { if (!inherits(x = landscape, what = "matrix")) { resolution <- terra::res(landscape) - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all cells are NA diff --git a/R/lsm_c_mesh.R b/R/lsm_c_mesh.R index 7528037b2..8a2ff3748 100644 --- a/R/lsm_c_mesh.R +++ b/R/lsm_c_mesh.R @@ -29,7 +29,8 @@ #' @return tibble #' #' @examples -#' lsm_c_mesh(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_mesh(landscape) #' #' @aliases lsm_c_mesh #' @rdname lsm_c_mesh diff --git a/R/lsm_c_ndca.R b/R/lsm_c_ndca.R index 07163db57..612bca745 100644 --- a/R/lsm_c_ndca.R +++ b/R/lsm_c_ndca.R @@ -36,7 +36,8 @@ #' @return tibble #' #' @examples -#' lsm_c_ndca(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_ndca(landscape) #' #' @aliases lsm_c_ndca #' @rdname lsm_c_ndca diff --git a/R/lsm_c_nlsi.R b/R/lsm_c_nlsi.R index 170e9ffc9..70b68274e 100644 --- a/R/lsm_c_nlsi.R +++ b/R/lsm_c_nlsi.R @@ -30,7 +30,8 @@ #' @return tibble #' #' @examples -#' lsm_c_nlsi(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_nlsi(landscape) #' #' @aliases lsm_c_nlsi #' @rdname lsm_c_nlsi @@ -65,7 +66,7 @@ lsm_c_nlsi_calc <- function(landscape) { if (!inherits(x = landscape, what = "matrix")) { resolution <- terra::res(landscape) - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all cells are NA diff --git a/R/lsm_c_np.R b/R/lsm_c_np.R index b62c83684..142763ab8 100644 --- a/R/lsm_c_np.R +++ b/R/lsm_c_np.R @@ -24,7 +24,8 @@ #' @return tibble #' #' @examples -#' lsm_c_np(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_np(landscape) #' #' @aliases lsm_c_np #' @rdname lsm_c_np @@ -55,7 +56,7 @@ lsm_c_np_calc <- function(landscape, directions){ # convert to matrix if (!inherits(x = landscape, what = "matrix")) { - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all cells are NA diff --git a/R/lsm_c_pafrac.R b/R/lsm_c_pafrac.R index 144661827..4b1756b6f 100644 --- a/R/lsm_c_pafrac.R +++ b/R/lsm_c_pafrac.R @@ -32,7 +32,8 @@ #' @return tibble #' #' @examples -#' lsm_c_pafrac(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_pafrac(landscape) #' #' @aliases lsm_c_pafrac #' @rdname lsm_c_pafrac @@ -70,7 +71,7 @@ lsm_c_pafrac_calc <- function(landscape, directions, verbose, resolution = NULL) if (!inherits(x = landscape, what = "matrix")) { resolution <- terra::res(landscape) - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/R/lsm_c_para_cv.R b/R/lsm_c_para_cv.R index e8d61dd9d..112c5a71e 100644 --- a/R/lsm_c_para_cv.R +++ b/R/lsm_c_para_cv.R @@ -33,7 +33,8 @@ #' @return tibble #' #' @examples -#' lsm_c_para_cv(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_para_cv(landscape) #' #' @aliases lsm_c_para_cv #' @rdname lsm_c_para_cv diff --git a/R/lsm_c_para_mn.R b/R/lsm_c_para_mn.R index f89f9573b..edbc801ac 100644 --- a/R/lsm_c_para_mn.R +++ b/R/lsm_c_para_mn.R @@ -34,7 +34,8 @@ #' @return tibble #' #' @examples -#' lsm_c_para_mn(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_para_mn(landscape) #' #' @aliases lsm_c_para_mn #' @rdname lsm_c_para_mn diff --git a/R/lsm_c_para_sd.R b/R/lsm_c_para_sd.R index 761d42f47..bbbd67315 100644 --- a/R/lsm_c_para_sd.R +++ b/R/lsm_c_para_sd.R @@ -34,7 +34,8 @@ #' @return tibble #' #' @examples -#' lsm_c_para_sd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_para_sd(landscape) #' #' @aliases lsm_c_para_sd #' @rdname lsm_c_para_sd diff --git a/R/lsm_c_pd.R b/R/lsm_c_pd.R index eed1386eb..f9080ec94 100644 --- a/R/lsm_c_pd.R +++ b/R/lsm_c_pd.R @@ -29,7 +29,8 @@ #' @return tibble #' #' @examples -#' lsm_c_pd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_pd(landscape) #' #' @aliases lsm_c_pd #' @rdname lsm_c_pd @@ -62,7 +63,7 @@ lsm_c_pd_calc <- function(landscape, directions, resolution = NULL) { if (!inherits(x = landscape, what = "matrix")) { resolution <- terra::res(landscape) - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all cells are NA diff --git a/R/lsm_c_pladj.R b/R/lsm_c_pladj.R index 580485fb2..76f448857 100644 --- a/R/lsm_c_pladj.R +++ b/R/lsm_c_pladj.R @@ -22,7 +22,8 @@ #' @return tibble #' #' @examples -#' lsm_c_pladj(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_pladj(landscape) #' #' @aliases lsm_c_pladj #' @rdname lsm_c_pladj @@ -52,7 +53,7 @@ lsm_c_pladj_calc <- function(landscape) { # convert to matrix if (!inherits(x = landscape, what = "matrix")) { - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all cells are NA diff --git a/R/lsm_c_pland.R b/R/lsm_c_pland.R index 09b98a44a..9350c1d5a 100644 --- a/R/lsm_c_pland.R +++ b/R/lsm_c_pland.R @@ -27,7 +27,8 @@ #' @return tibble #' #' @examples -#' lsm_c_pland(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_pland(landscape) #' #' @aliases lsm_c_pland #' @rdname lsm_c_pland diff --git a/R/lsm_c_shape_cv.R b/R/lsm_c_shape_cv.R index 64a93c722..03c21ffe6 100644 --- a/R/lsm_c_shape_cv.R +++ b/R/lsm_c_shape_cv.R @@ -31,7 +31,8 @@ #' @return tibble #' #' @examples -#' lsm_c_shape_cv(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_shape_cv(landscape) #' #' @aliases lsm_c_shape_cv #' @rdname lsm_c_shape_cv diff --git a/R/lsm_c_shape_mn.R b/R/lsm_c_shape_mn.R index d56a54b83..f416c404f 100644 --- a/R/lsm_c_shape_mn.R +++ b/R/lsm_c_shape_mn.R @@ -32,7 +32,8 @@ #' @return tibble #' #' @examples -#' lsm_c_shape_mn(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_shape_mn(landscape) #' #' @aliases lsm_c_shape_mn #' @rdname lsm_c_shape_mn diff --git a/R/lsm_c_shape_sd.R b/R/lsm_c_shape_sd.R index 91bf04783..240fdd35c 100644 --- a/R/lsm_c_shape_sd.R +++ b/R/lsm_c_shape_sd.R @@ -32,7 +32,8 @@ #' @return tibble #' #' @examples -#' lsm_c_shape_sd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_shape_sd(landscape) #' #' @aliases lsm_c_shape_sd #' @rdname lsm_c_shape_sd diff --git a/R/lsm_c_split.R b/R/lsm_c_split.R index 048963b17..0edf6f2cb 100644 --- a/R/lsm_c_split.R +++ b/R/lsm_c_split.R @@ -27,7 +27,8 @@ #' @return tibble #' #' @examples -#' lsm_c_split(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_split(landscape) #' #' @aliases lsm_c_split #' @rdname lsm_c_split diff --git a/R/lsm_c_tca.R b/R/lsm_c_tca.R index 64e685c17..76c40b54c 100644 --- a/R/lsm_c_tca.R +++ b/R/lsm_c_tca.R @@ -35,7 +35,8 @@ #' @return tibble #' #' @examples -#' lsm_c_tca(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_tca(landscape) #' #' @aliases lsm_c_tca #' @rdname lsm_c_tca diff --git a/R/lsm_c_te.R b/R/lsm_c_te.R index 2f72838b7..853193a9c 100644 --- a/R/lsm_c_te.R +++ b/R/lsm_c_te.R @@ -29,7 +29,8 @@ #' @return tibble #' #' @examples -#' lsm_c_te(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_c_te(landscape) #' #' @aliases lsm_c_te #' @rdname lsm_c_te @@ -64,7 +65,7 @@ lsm_c_te_calc <- function(landscape, count_boundary, directions, resolution = NU if (!inherits(x = landscape, what = "matrix")) { resolution <- terra::res(landscape) - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/man/lsm_c_ai.Rd b/man/lsm_c_ai.Rd index f3f17add5..ac4c359c0 100644 --- a/man/lsm_c_ai.Rd +++ b/man/lsm_c_ai.Rd @@ -31,7 +31,8 @@ The metric is based on he adjacency matrix and the the single-count method. for maximally aggregated classes.} } \examples{ -lsm_c_ai(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_ai(landscape) } \references{ diff --git a/man/lsm_c_area_cv.Rd b/man/lsm_c_area_cv.Rd index dbd4dd312..76a08d5dd 100644 --- a/man/lsm_c_area_cv.Rd +++ b/man/lsm_c_area_cv.Rd @@ -32,7 +32,8 @@ the landscape and is easily comparable because it is scaled to the mean. Increases, without limit, as the variation of patch areas increases.} } \examples{ -lsm_c_area_cv(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_area_cv(landscape) } \references{ diff --git a/man/lsm_c_area_mn.Rd b/man/lsm_c_area_mn.Rd index 2d02e5c3c..3ea3673f8 100644 --- a/man/lsm_c_area_mn.Rd +++ b/man/lsm_c_area_mn.Rd @@ -33,7 +33,8 @@ class area (\code{\link{lsm_c_ca}}), it can also give an an idea of patch struct limit, as the patch areas increase.} } \examples{ -lsm_c_area_mn(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_area_mn(landscape) } \references{ diff --git a/man/lsm_c_area_sd.Rd b/man/lsm_c_area_sd.Rd index a9e54dc64..9d1781023 100644 --- a/man/lsm_c_area_sd.Rd +++ b/man/lsm_c_area_sd.Rd @@ -33,7 +33,8 @@ the landscape. Increases, without limit, as the variation of patch areas increases.} } \examples{ -lsm_c_area_sd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_area_sd(landscape) } \references{ diff --git a/man/lsm_c_ca.Rd b/man/lsm_c_ca.Rd index 22911256b..35ee9cc65 100644 --- a/man/lsm_c_ca.Rd +++ b/man/lsm_c_ca.Rd @@ -36,7 +36,8 @@ become small. Increases, without limit, as the patch areas of class i become large. CA = TA if only one class is present.} } \examples{ -lsm_c_ca(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_ca(landscape) } \references{ diff --git a/man/lsm_c_cai_cv.Rd b/man/lsm_c_cai_cv.Rd index bb3911eac..183eceaef 100644 --- a/man/lsm_c_cai_cv.Rd +++ b/man/lsm_c_cai_cv.Rd @@ -48,7 +48,8 @@ for all patches. Increases, without limit, as the variation of the core area indices increases.} } \examples{ -lsm_c_cai_cv(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_cai_cv(landscape) } \references{ diff --git a/man/lsm_c_cai_mn.Rd b/man/lsm_c_cai_mn.Rd index bb2093fdf..8538253f5 100644 --- a/man/lsm_c_cai_mn.Rd +++ b/man/lsm_c_cai_mn.Rd @@ -45,7 +45,8 @@ value than itself (rook's case). approaches CAI_MN = 100 with increasing percentage of core area within patches.} } \examples{ -lsm_c_cai_mn(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_cai_mn(landscape) } \references{ diff --git a/man/lsm_c_cai_sd.Rd b/man/lsm_c_cai_sd.Rd index dcd935031..b0cd56bcc 100644 --- a/man/lsm_c_cai_sd.Rd +++ b/man/lsm_c_cai_sd.Rd @@ -47,7 +47,8 @@ for all patches. Increases, without limit, as the variation of core area indices increases.} } \examples{ -lsm_c_cai_sd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_cai_sd(landscape) } \references{ diff --git a/man/lsm_c_circle_cv.Rd b/man/lsm_c_circle_cv.Rd index 32ed86044..d8e856dee 100644 --- a/man/lsm_c_circle_cv.Rd +++ b/man/lsm_c_circle_cv.Rd @@ -36,7 +36,8 @@ for all patches. Increases, without limit, as the variation of related circumscr circles increases.} } \examples{ -lsm_c_circle_cv(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_circle_cv(landscape) } \references{ diff --git a/man/lsm_c_circle_mn.Rd b/man/lsm_c_circle_mn.Rd index 979ab9fd9..2c7eaab19 100644 --- a/man/lsm_c_circle_mn.Rd +++ b/man/lsm_c_circle_mn.Rd @@ -34,7 +34,8 @@ of all patches is small. Increases, without limit, as the related circumscribing increase.} } \examples{ -lsm_c_circle_mn(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_circle_mn(landscape) } \references{ diff --git a/man/lsm_c_circle_sd.Rd b/man/lsm_c_circle_sd.Rd index e3a5ca79a..d822aee88 100644 --- a/man/lsm_c_circle_sd.Rd +++ b/man/lsm_c_circle_sd.Rd @@ -34,7 +34,8 @@ for all patches. Increases, without limit, as the variation of related circumscr circles increases.} } \examples{ -lsm_c_circle_sd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_circle_sd(landscape) } \references{ diff --git a/man/lsm_c_clumpy.Rd b/man/lsm_c_clumpy.Rd index 56a1bcf03..1d1713259 100644 --- a/man/lsm_c_clumpy.Rd +++ b/man/lsm_c_clumpy.Rd @@ -35,7 +35,8 @@ the double-count method. and 1 for maximally aggregated classes.} } \examples{ -lsm_c_clumpy(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_clumpy(landscape) } \references{ diff --git a/man/lsm_c_cohesion.Rd b/man/lsm_c_cohesion.Rd index 33a2b3dff..93aafa74b 100644 --- a/man/lsm_c_cohesion.Rd +++ b/man/lsm_c_cohesion.Rd @@ -34,7 +34,8 @@ configuration of the landscape. Increases if patches of class i become more aggregated.} } \examples{ -lsm_c_cohesion(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_cohesion(landscape) } \references{ diff --git a/man/lsm_c_contig_cv.Rd b/man/lsm_c_contig_cv.Rd index 0c0f5f86f..366ee227a 100644 --- a/man/lsm_c_contig_cv.Rd +++ b/man/lsm_c_contig_cv.Rd @@ -43,7 +43,8 @@ identical for all patches. Increases, without limit, as the variation of CONTIG increases.} } \examples{ -lsm_c_contig_cv(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_contig_cv(landscape) } \references{ diff --git a/man/lsm_c_contig_mn.Rd b/man/lsm_c_contig_mn.Rd index ccb136f7c..9b3fe397c 100644 --- a/man/lsm_c_contig_mn.Rd +++ b/man/lsm_c_contig_mn.Rd @@ -42,7 +42,8 @@ patch cells in the rookie case result in larger contiguity index values. patches.} } \examples{ -lsm_c_contig_mn(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_contig_mn(landscape) } \references{ diff --git a/man/lsm_c_contig_sd.Rd b/man/lsm_c_contig_sd.Rd index d0e405d2a..0ded42905 100644 --- a/man/lsm_c_contig_sd.Rd +++ b/man/lsm_c_contig_sd.Rd @@ -43,7 +43,8 @@ identical for all patches. Increases, without limit, as the variation of CONTIG increases.} } \examples{ -lsm_c_contig_sd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_contig_sd(landscape) } \references{ diff --git a/man/lsm_c_core_cv.Rd b/man/lsm_c_core_cv.Rd index 3b8303cda..2652b9f28 100644 --- a/man/lsm_c_core_cv.Rd +++ b/man/lsm_c_core_cv.Rd @@ -44,7 +44,8 @@ because it is scaled to the mean. Increases, without limit, as the variation of patch core areas increases.} } \examples{ -lsm_c_core_cv(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_core_cv(landscape) } \references{ diff --git a/man/lsm_c_core_mn.Rd b/man/lsm_c_core_mn.Rd index 48dcddf32..e263e130e 100644 --- a/man/lsm_c_core_mn.Rd +++ b/man/lsm_c_core_mn.Rd @@ -42,7 +42,8 @@ neighbour with a different value than themselves (rook's case). without limit, as the core area indices increase.} } \examples{ -lsm_c_core_mn(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_core_mn(landscape) } \references{ diff --git a/man/lsm_c_core_sd.Rd b/man/lsm_c_core_sd.Rd index 72f21e2ec..e2da205a6 100644 --- a/man/lsm_c_core_sd.Rd +++ b/man/lsm_c_core_sd.Rd @@ -43,7 +43,8 @@ differences among patches of the same class i in the landscape. Increases, without limit, as the variation of patch core areas increases.} } \examples{ -lsm_c_core_sd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_core_sd(landscape) } \references{ diff --git a/man/lsm_c_cpland.Rd b/man/lsm_c_cpland.Rd index bb70fec27..3921b94b9 100644 --- a/man/lsm_c_cpland.Rd +++ b/man/lsm_c_cpland.Rd @@ -46,7 +46,8 @@ the amount of core area increases, i.e. patches become larger while being rather in shape.} } \examples{ -lsm_c_cpland(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_cpland(landscape) } \references{ diff --git a/man/lsm_c_dcad.Rd b/man/lsm_c_dcad.Rd index 6dda05e77..571009772 100644 --- a/man/lsm_c_dcad.Rd +++ b/man/lsm_c_dcad.Rd @@ -47,7 +47,8 @@ a disjunct core area. Increases, without limit, as disjunct core areas become mo present, i.e. patches becoming larger and less complex.} } \examples{ -lsm_c_dcad(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_dcad(landscape) } \references{ diff --git a/man/lsm_c_dcore_cv.Rd b/man/lsm_c_dcore_cv.Rd index f9ffe0b8d..33f77dc49 100644 --- a/man/lsm_c_dcore_cv.Rd +++ b/man/lsm_c_dcore_cv.Rd @@ -47,7 +47,8 @@ core areas. Increases, without limit, as the variation of number of disjunct cor increases.} } \examples{ -lsm_c_dcore_cv(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_dcore_cv(landscape) } \references{ diff --git a/man/lsm_c_dcore_mn.Rd b/man/lsm_c_dcore_mn.Rd index f85297b6e..b4484f346 100644 --- a/man/lsm_c_dcore_mn.Rd +++ b/man/lsm_c_dcore_mn.Rd @@ -44,7 +44,8 @@ core areas, whereby a core area is a 'patch within the patch' containing only co without limit, as the number of disjunct core areas increases.} } \examples{ -lsm_c_dcore_mn(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_dcore_mn(landscape) } \references{ diff --git a/man/lsm_c_dcore_sd.Rd b/man/lsm_c_dcore_sd.Rd index 10df9c976..8853c78ff 100644 --- a/man/lsm_c_dcore_sd.Rd +++ b/man/lsm_c_dcore_sd.Rd @@ -47,7 +47,8 @@ core areas. Increases, without limit, as the variation of number of disjunct cor increases.} } \examples{ -lsm_c_dcore_sd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_dcore_sd(landscape) } \references{ diff --git a/man/lsm_c_division.Rd b/man/lsm_c_division.Rd index 6985c2f6a..fe4681fbc 100644 --- a/man/lsm_c_division.Rd +++ b/man/lsm_c_division.Rd @@ -32,7 +32,8 @@ division index is negatively correlated with the effective mesh size (\code{\l DIVISION = 1 if all patches of class i are single cells.} } \examples{ -lsm_c_division(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_division(landscape) } \references{ diff --git a/man/lsm_c_ed.Rd b/man/lsm_c_ed.Rd index 4b9c438ec..2782b9e22 100644 --- a/man/lsm_c_ed.Rd +++ b/man/lsm_c_ed.Rd @@ -38,7 +38,8 @@ boundary is not included) and increases, without limit, as the landscapes become patchy} } \examples{ -lsm_c_ed(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_ed(landscape) } \references{ diff --git a/man/lsm_c_enn_cv.Rd b/man/lsm_c_enn_cv.Rd index cc57501c0..682097acd 100644 --- a/man/lsm_c_enn_cv.Rd +++ b/man/lsm_c_enn_cv.Rd @@ -37,7 +37,8 @@ scaled to the mean, it is easily comparable among different landscapes. identical for all patches. Increases, without limit, as the variation of ENN increases.} } \examples{ -lsm_c_enn_cv(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_enn_cv(landscape) } \references{ diff --git a/man/lsm_c_enn_mn.Rd b/man/lsm_c_enn_mn.Rd index 2b1185d87..07f07d33d 100644 --- a/man/lsm_c_enn_mn.Rd +++ b/man/lsm_c_enn_mn.Rd @@ -37,7 +37,8 @@ as the distance between neighbouring patches of the same class i increases, i.e. more isolated.} } \examples{ -lsm_c_enn_mn(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_enn_mn(landscape) } \references{ diff --git a/man/lsm_c_enn_sd.Rd b/man/lsm_c_enn_sd.Rd index 1df5348c7..788d483f9 100644 --- a/man/lsm_c_enn_sd.Rd +++ b/man/lsm_c_enn_sd.Rd @@ -37,7 +37,8 @@ scaled to the mean, it is easily comparable among different landscapes. identical for all patches. Increases, without limit, as the variation of ENN increases.} } \examples{ -lsm_c_enn_sd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_enn_sd(landscape) } \references{ diff --git a/man/lsm_c_frac_cv.Rd b/man/lsm_c_frac_cv.Rd index 1e3c0450a..44e114167 100644 --- a/man/lsm_c_frac_cv.Rd +++ b/man/lsm_c_frac_cv.Rd @@ -35,7 +35,8 @@ for all patches. Increases, without limit, as the variation of the fractal dimen indices increases.} } \examples{ -lsm_c_frac_cv(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_frac_cv(landscape) } \references{ diff --git a/man/lsm_c_frac_mn.Rd b/man/lsm_c_frac_mn.Rd index f1fe403d0..fa8c9dbf2 100644 --- a/man/lsm_c_frac_mn.Rd +++ b/man/lsm_c_frac_mn.Rd @@ -31,7 +31,8 @@ scaled to the mean and comparable among different landscapes. if all patches are irregular.} } \examples{ -lsm_c_frac_mn(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_frac_mn(landscape) } \references{ diff --git a/man/lsm_c_frac_sd.Rd b/man/lsm_c_frac_sd.Rd index 1f76509f5..0148e795a 100644 --- a/man/lsm_c_frac_sd.Rd +++ b/man/lsm_c_frac_sd.Rd @@ -34,7 +34,8 @@ for all patches. Increases, without limit, as the variation of the fractal dimen indices increases.} } \examples{ -lsm_c_frac_sd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_frac_sd(landscape) } \references{ diff --git a/man/lsm_c_gyrate_cv.Rd b/man/lsm_c_gyrate_cv.Rd index 3b0cba9c9..0e9aa0502 100644 --- a/man/lsm_c_gyrate_cv.Rd +++ b/man/lsm_c_gyrate_cv.Rd @@ -43,7 +43,8 @@ for all patches. Increases, without limit, as the variation of the radius of gyr increases.} } \examples{ -lsm_c_gyrate_cv(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_gyrate_cv(landscape) } \references{ diff --git a/man/lsm_c_gyrate_mn.Rd b/man/lsm_c_gyrate_mn.Rd index 51d5295cc..b1b32d5b9 100644 --- a/man/lsm_c_gyrate_mn.Rd +++ b/man/lsm_c_gyrate_mn.Rd @@ -41,7 +41,8 @@ cells to all possible cell-center centroids. without limit, when only one patch is present.} } \examples{ -lsm_c_gyrate_mn(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_gyrate_mn(landscape) } \references{ diff --git a/man/lsm_c_gyrate_sd.Rd b/man/lsm_c_gyrate_sd.Rd index b9d65479f..3550f2954 100644 --- a/man/lsm_c_gyrate_sd.Rd +++ b/man/lsm_c_gyrate_sd.Rd @@ -42,7 +42,8 @@ for all patches. Increases, without limit, as the variation of the radius of gyr increases.} } \examples{ -lsm_c_gyrate_sd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_gyrate_sd(landscape) } \references{ diff --git a/man/lsm_c_iji.Rd b/man/lsm_c_iji.Rd index 1d799c409..bf9e3fdac 100644 --- a/man/lsm_c_iji.Rd +++ b/man/lsm_c_iji.Rd @@ -33,7 +33,8 @@ diagonal of the adjacency table). The number of classes to calculate IJI must be and equals 100 when a class is equally adjacent to all other classes.} } \examples{ -lsm_c_iji(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_iji(landscape) } \references{ McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis diff --git a/man/lsm_c_lpi.Rd b/man/lsm_c_lpi.Rd index c85971a8d..8c3fce53b 100644 --- a/man/lsm_c_lpi.Rd +++ b/man/lsm_c_lpi.Rd @@ -33,7 +33,8 @@ measure of dominance. and equals LPI = 100 when only one patch is present} } \examples{ -lsm_c_lpi(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_lpi(landscape) } \references{ diff --git a/man/lsm_c_lsi.Rd b/man/lsm_c_lsi.Rd index a2464fb25..1dc33da13 100644 --- a/man/lsm_c_lsi.Rd +++ b/man/lsm_c_lsi.Rd @@ -31,7 +31,8 @@ patches are maximally aggregated. Increases, without limit, as the length of the actual edges increases, i.e. the patches become less compact.} } \examples{ -lsm_c_lsi(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_lsi(landscape) } \references{ diff --git a/man/lsm_c_mesh.Rd b/man/lsm_c_mesh.Rd index 2ad1484fc..5c3a6ff16 100644 --- a/man/lsm_c_mesh.Rd +++ b/man/lsm_c_mesh.Rd @@ -34,7 +34,8 @@ perfectly, negatively correlated to \code{\link{lsm_c_division}}. one cell and equals total area if only one patch is present.} } \examples{ -lsm_c_mesh(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_mesh(landscape) } \references{ diff --git a/man/lsm_c_ndca.Rd b/man/lsm_c_ndca.Rd index d81c8c4c1..d89ee2a4c 100644 --- a/man/lsm_c_ndca.Rd +++ b/man/lsm_c_ndca.Rd @@ -48,7 +48,8 @@ an edge. NDCA increases, with out limit, as core area increases and patch shapes disjunct core areas (i.e. patch shapes become rather complex).} } \examples{ -lsm_c_ndca(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_ndca(landscape) } \references{ diff --git a/man/lsm_c_nlsi.Rd b/man/lsm_c_nlsi.Rd index bb43f613d..27d88f0a4 100644 --- a/man/lsm_c_nlsi.Rd +++ b/man/lsm_c_nlsi.Rd @@ -35,7 +35,8 @@ increases the more disaggregated patches are and equals nLSI = 1 for a maximal d (i.e. a "checkerboard pattern").} } \examples{ -lsm_c_nlsi(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_nlsi(landscape) } \references{ diff --git a/man/lsm_c_np.Rd b/man/lsm_c_np.Rd index d5623574e..0bab50f55 100644 --- a/man/lsm_c_np.Rd +++ b/man/lsm_c_np.Rd @@ -31,7 +31,8 @@ necessarily contain information about the configuration or composition of the cl increases, without limit, as the number of patches increases} } \examples{ -lsm_c_np(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_np(landscape) } \references{ diff --git a/man/lsm_c_pafrac.Rd b/man/lsm_c_pafrac.Rd index 12f9ebca7..c0e5538cd 100644 --- a/man/lsm_c_pafrac.Rd +++ b/man/lsm_c_pafrac.Rd @@ -38,7 +38,8 @@ issue. approaches PAFRAC = 2 for irregular shapes} } \examples{ -lsm_c_pafrac(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_pafrac(landscape) } \references{ diff --git a/man/lsm_c_para_cv.Rd b/man/lsm_c_para_cv.Rd index 8ea77c9a8..a525cb60b 100644 --- a/man/lsm_c_para_cv.Rd +++ b/man/lsm_c_para_cv.Rd @@ -35,7 +35,8 @@ all patches. Increases, without limit, as the variation of the perimeter-area ra increases.} } \examples{ -lsm_c_para_cv(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_para_cv(landscape) } \references{ diff --git a/man/lsm_c_para_mn.Rd b/man/lsm_c_para_mn.Rd index 4b77ec0a3..92e64fe5d 100644 --- a/man/lsm_c_para_mn.Rd +++ b/man/lsm_c_para_mn.Rd @@ -35,7 +35,8 @@ i.e. the form approaches a rather small square. Increases, without limit, as PAR i.e. patches become more complex.} } \examples{ -lsm_c_para_mn(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_para_mn(landscape) } \references{ diff --git a/man/lsm_c_para_sd.Rd b/man/lsm_c_para_sd.Rd index 2890adc52..83a5b165a 100644 --- a/man/lsm_c_para_sd.Rd +++ b/man/lsm_c_para_sd.Rd @@ -35,7 +35,8 @@ all patches. Increases, without limit, as the variation of the perimeter-area ra increases.} } \examples{ -lsm_c_para_sd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_para_sd(landscape) } \references{ diff --git a/man/lsm_c_pd.Rd b/man/lsm_c_pd.Rd index 41074469b..76d414bcd 100644 --- a/man/lsm_c_pd.Rd +++ b/man/lsm_c_pd.Rd @@ -34,7 +34,8 @@ landscapes with different total area are possible. if every cell is a different patch.} } \examples{ -lsm_c_pd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_pd(landscape) } \references{ diff --git a/man/lsm_c_pladj.Rd b/man/lsm_c_pladj.Rd index 6b181dc73..40cf2c3aa 100644 --- a/man/lsm_c_pladj.Rd +++ b/man/lsm_c_pladj.Rd @@ -31,7 +31,8 @@ i.e. every cell is a different patch. Equals PLADJ = 100 when the only one patch is present.} } \examples{ -lsm_c_pladj(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_pladj(landscape) } \references{ diff --git a/man/lsm_c_pland.Rd b/man/lsm_c_pland.Rd index dbe0f6c6b..6ceda05e2 100644 --- a/man/lsm_c_pland.Rd +++ b/man/lsm_c_pland.Rd @@ -33,7 +33,8 @@ character directly comparable among landscapes with different total areas. Equals PLAND = 100 when only one patch is present.} } \examples{ -lsm_c_pland(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_pland(landscape) } \references{ diff --git a/man/lsm_c_shape_cv.Rd b/man/lsm_c_shape_cv.Rd index d0f0df928..da9aa7089 100644 --- a/man/lsm_c_shape_cv.Rd +++ b/man/lsm_c_shape_cv.Rd @@ -33,7 +33,8 @@ equals the perimeter if the patch would be maximally compact. Increases, without limit, as the variation of the shape index increases.} } \examples{ -lsm_c_shape_cv(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_shape_cv(landscape) } \references{ diff --git a/man/lsm_c_shape_mn.Rd b/man/lsm_c_shape_mn.Rd index c51ab2389..0e9df3b11 100644 --- a/man/lsm_c_shape_mn.Rd +++ b/man/lsm_c_shape_mn.Rd @@ -33,7 +33,8 @@ equals the perimeter if the patch would be maximally compact. Increases, without limit, as the shapes of patches become more complex.} } \examples{ -lsm_c_shape_mn(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_shape_mn(landscape) } \references{ diff --git a/man/lsm_c_shape_sd.Rd b/man/lsm_c_shape_sd.Rd index b1887e8ca..4a384ab5e 100644 --- a/man/lsm_c_shape_sd.Rd +++ b/man/lsm_c_shape_sd.Rd @@ -33,7 +33,8 @@ equals the perimeter if the patch would be maximally compact. Increases, without limit, as the variation of the shape index increases.} } \examples{ -lsm_c_shape_sd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_shape_sd(landscape) } \references{ diff --git a/man/lsm_c_split.Rd b/man/lsm_c_split.Rd index d5bbb6cd0..857fd50af 100644 --- a/man/lsm_c_split.Rd +++ b/man/lsm_c_split.Rd @@ -32,7 +32,8 @@ class i would be divided into equally sized patches. the number of patches of class i increases and is limited if all cells are a patch} } \examples{ -lsm_c_split(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_split(landscape) } \references{ diff --git a/man/lsm_c_tca.Rd b/man/lsm_c_tca.Rd index 5bd679ebe..f6fd7635e 100644 --- a/man/lsm_c_tca.Rd +++ b/man/lsm_c_tca.Rd @@ -43,7 +43,8 @@ and patch shapes simplify. TCA = 0 when every cell in every patch of class i is an edge.} } \examples{ -lsm_c_tca(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_tca(landscape) } \references{ diff --git a/man/lsm_c_te.Rd b/man/lsm_c_te.Rd index df3807c76..9ba536854 100644 --- a/man/lsm_c_te.Rd +++ b/man/lsm_c_te.Rd @@ -35,7 +35,8 @@ making comparisons among landscapes with different total areas difficult. If as landscape becomes more fragmented} } \examples{ -lsm_c_te(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_c_te(landscape) } \references{ From b1871d86fd95e6dd1c2d2c6db8e3ae2e6a41015a Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Thu, 16 Mar 2023 14:52:11 +0100 Subject: [PATCH 015/101] improves lsm_l_* docs --- R/lsm_l_ai.R | 5 +++-- R/lsm_l_area_cv.R | 3 ++- R/lsm_l_area_mn.R | 3 ++- R/lsm_l_area_sd.R | 3 ++- R/lsm_l_cai_cv.R | 3 ++- R/lsm_l_cai_mn.R | 3 ++- R/lsm_l_cai_sd.R | 3 ++- R/lsm_l_circle_cv.R | 3 ++- R/lsm_l_circle_mn.R | 3 ++- R/lsm_l_circle_sd.R | 3 ++- R/lsm_l_cohesion.R | 5 +++-- R/lsm_l_condent.R | 5 +++-- R/lsm_l_contag.R | 3 ++- R/lsm_l_contig_sd.R | 5 +++-- R/lsm_l_core_cv.R | 3 ++- R/lsm_l_core_mn.R | 3 ++- R/lsm_l_core_sd.R | 3 ++- R/lsm_l_dcad.R | 3 ++- R/lsm_l_dcore_cv.R | 3 ++- R/lsm_l_dcore_mn.R | 3 ++- R/lsm_l_dcore_sd.R | 3 ++- R/lsm_l_division.R | 3 ++- R/lsm_l_ed.R | 5 +++-- R/lsm_l_enn_cv.R | 3 ++- R/lsm_l_enn_mn.R | 3 ++- R/lsm_l_enn_sd.R | 3 ++- R/lsm_l_ent.R | 5 +++-- R/lsm_l_frac_cv.R | 3 ++- R/lsm_l_frac_mn.R | 3 ++- R/lsm_l_frac_sd.R | 3 ++- R/lsm_l_gyrate_cv.R | 3 ++- R/lsm_l_gyrate_mn.R | 3 ++- R/lsm_l_gyrate_sd.R | 3 ++- R/lsm_l_iji.R | 5 +++-- R/lsm_l_joinent.R | 5 +++-- R/lsm_l_lpi.R | 3 ++- R/lsm_l_lsi.R | 5 +++-- R/lsm_l_mesh.R | 3 ++- R/lsm_l_msidi.R | 5 +++-- R/lsm_l_msiei.R | 3 ++- R/lsm_l_mutinf.R | 5 +++-- R/lsm_l_ndca.R | 3 ++- R/lsm_l_np.R | 3 ++- R/lsm_l_pafrac.R | 3 ++- R/lsm_l_para_cv.R | 3 ++- R/lsm_l_para_mn.R | 3 ++- R/lsm_l_para_sd.R | 3 ++- R/lsm_l_pd.R | 5 +++-- R/lsm_l_pladj.R | 5 +++-- R/lsm_l_pr.R | 7 ++++--- R/lsm_l_prd.R | 3 ++- R/lsm_l_relmutinf.R | 7 ++++--- R/lsm_l_rpr.R | 3 ++- R/lsm_l_shape_cv.R | 3 ++- R/lsm_l_shape_mn.R | 3 ++- R/lsm_l_shape_sd.R | 3 ++- R/lsm_l_shdi.R | 3 ++- R/lsm_l_shei.R | 3 ++- R/lsm_l_sidi.R | 3 ++- R/lsm_l_siei.R | 3 ++- R/lsm_l_split.R | 3 ++- R/lsm_l_ta.R | 3 ++- R/lsm_l_tca.R | 3 ++- R/lsm_l_te.R | 5 +++-- man/lsm_l_ai.Rd | 3 ++- man/lsm_l_area_cv.Rd | 3 ++- man/lsm_l_area_mn.Rd | 3 ++- man/lsm_l_area_sd.Rd | 3 ++- man/lsm_l_cai_cv.Rd | 3 ++- man/lsm_l_cai_mn.Rd | 3 ++- man/lsm_l_cai_sd.Rd | 3 ++- man/lsm_l_circle_cv.Rd | 3 ++- man/lsm_l_circle_mn.Rd | 3 ++- man/lsm_l_circle_sd.Rd | 3 ++- man/lsm_l_cohesion.Rd | 3 ++- man/lsm_l_condent.Rd | 3 ++- man/lsm_l_contag.Rd | 3 ++- man/lsm_l_contig_sd.Rd | 5 +++-- man/lsm_l_core_cv.Rd | 3 ++- man/lsm_l_core_mn.Rd | 3 ++- man/lsm_l_core_sd.Rd | 3 ++- man/lsm_l_dcad.Rd | 3 ++- man/lsm_l_dcore_cv.Rd | 3 ++- man/lsm_l_dcore_mn.Rd | 3 ++- man/lsm_l_dcore_sd.Rd | 3 ++- man/lsm_l_division.Rd | 3 ++- man/lsm_l_ed.Rd | 3 ++- man/lsm_l_enn_cv.Rd | 3 ++- man/lsm_l_enn_mn.Rd | 3 ++- man/lsm_l_enn_sd.Rd | 3 ++- man/lsm_l_ent.Rd | 3 ++- man/lsm_l_frac_cv.Rd | 3 ++- man/lsm_l_frac_mn.Rd | 3 ++- man/lsm_l_frac_sd.Rd | 3 ++- man/lsm_l_gyrate_cv.Rd | 3 ++- man/lsm_l_gyrate_mn.Rd | 3 ++- man/lsm_l_gyrate_sd.Rd | 3 ++- man/lsm_l_iji.Rd | 3 ++- man/lsm_l_joinent.Rd | 3 ++- man/lsm_l_lpi.Rd | 3 ++- man/lsm_l_lsi.Rd | 3 ++- man/lsm_l_mesh.Rd | 3 ++- man/lsm_l_msidi.Rd | 3 ++- man/lsm_l_msiei.Rd | 3 ++- man/lsm_l_mutinf.Rd | 3 ++- man/lsm_l_ndca.Rd | 3 ++- man/lsm_l_np.Rd | 3 ++- man/lsm_l_pafrac.Rd | 3 ++- man/lsm_l_para_cv.Rd | 3 ++- man/lsm_l_para_mn.Rd | 3 ++- man/lsm_l_para_sd.Rd | 3 ++- man/lsm_l_pd.Rd | 3 ++- man/lsm_l_pladj.Rd | 3 ++- man/lsm_l_pr.Rd | 3 ++- man/lsm_l_prd.Rd | 3 ++- man/lsm_l_relmutinf.Rd | 3 ++- man/lsm_l_rpr.Rd | 3 ++- man/lsm_l_shape_cv.Rd | 3 ++- man/lsm_l_shape_mn.Rd | 3 ++- man/lsm_l_shape_sd.Rd | 3 ++- man/lsm_l_shdi.Rd | 3 ++- man/lsm_l_shei.Rd | 3 ++- man/lsm_l_sidi.Rd | 3 ++- man/lsm_l_siei.Rd | 3 ++- man/lsm_l_split.Rd | 3 ++- man/lsm_l_ta.Rd | 3 ++- man/lsm_l_tca.Rd | 3 ++- man/lsm_l_te.Rd | 3 ++- 128 files changed, 275 insertions(+), 147 deletions(-) diff --git a/R/lsm_l_ai.R b/R/lsm_l_ai.R index aa3b2eb77..bfd21f772 100644 --- a/R/lsm_l_ai.R +++ b/R/lsm_l_ai.R @@ -26,7 +26,8 @@ #' \code{\link{lsm_c_ai}} #' #' @examples -#' lsm_l_ai(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_ai(landscape) #' #' @aliases lsm_l_ai #' @rdname lsm_l_ai @@ -61,7 +62,7 @@ lsm_l_ai_calc <- function(landscape, resolution = NULL) { if (!inherits(x = landscape, what = "matrix")) { resolution <- terra::res(landscape) - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/R/lsm_l_area_cv.R b/R/lsm_l_area_cv.R index a3b010f95..e2607edd0 100644 --- a/R/lsm_l_area_cv.R +++ b/R/lsm_l_area_cv.R @@ -30,7 +30,8 @@ #' @return tibble #' #' @examples -#' lsm_l_area_cv(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_area_cv(landscape) #' #' @aliases lsm_l_area_cv #' @rdname lsm_l_area_cv diff --git a/R/lsm_l_area_mn.R b/R/lsm_l_area_mn.R index ad4b1f80d..9b3284fd3 100644 --- a/R/lsm_l_area_mn.R +++ b/R/lsm_l_area_mn.R @@ -32,7 +32,8 @@ #' @return tibble #' #' @examples -#' lsm_l_area_mn(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_area_mn(landscape) #' #' @aliases lsm_l_area_mn #' @rdname lsm_l_area_mn diff --git a/R/lsm_l_area_sd.R b/R/lsm_l_area_sd.R index fae686774..3a6f3b29e 100644 --- a/R/lsm_l_area_sd.R +++ b/R/lsm_l_area_sd.R @@ -30,7 +30,8 @@ #' @return tibble #' #' @examples -#' lsm_l_area_sd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_area_sd(landscape) #' #' @aliases lsm_l_area_sd #' @rdname lsm_l_area_sd diff --git a/R/lsm_l_cai_cv.R b/R/lsm_l_cai_cv.R index f7d4f7f5d..3e54c7705 100644 --- a/R/lsm_l_cai_cv.R +++ b/R/lsm_l_cai_cv.R @@ -39,7 +39,8 @@ #' @return tibble #' #' @examples -#' lsm_l_cai_cv(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_cai_cv(landscape) #' #' @aliases lsm_l_cai_cv #' @rdname lsm_l_cai_cv diff --git a/R/lsm_l_cai_mn.R b/R/lsm_l_cai_mn.R index 50af60ffa..79a835d81 100644 --- a/R/lsm_l_cai_mn.R +++ b/R/lsm_l_cai_mn.R @@ -37,7 +37,8 @@ #' @return tibble #' #' @examples -#' lsm_l_cai_mn(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_cai_mn(landscape) #' #' @aliases lsm_l_cai_mn #' @rdname lsm_l_cai_mn diff --git a/R/lsm_l_cai_sd.R b/R/lsm_l_cai_sd.R index 649e9e8b1..96bd2f95d 100644 --- a/R/lsm_l_cai_sd.R +++ b/R/lsm_l_cai_sd.R @@ -39,7 +39,8 @@ #' @return tibble #' #' @examples -#' lsm_l_cai_sd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_cai_sd(landscape) #' #' @aliases lsm_l_cai_sd #' @rdname lsm_l_cai_sd diff --git a/R/lsm_l_circle_cv.R b/R/lsm_l_circle_cv.R index 9225787ff..183a7da00 100644 --- a/R/lsm_l_circle_cv.R +++ b/R/lsm_l_circle_cv.R @@ -33,7 +33,8 @@ #' @return tibble #' #' @examples -#' lsm_l_circle_cv(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_circle_cv(landscape) #' #' @aliases lsm_l_circle_cv #' @rdname lsm_l_circle_cv diff --git a/R/lsm_l_circle_mn.R b/R/lsm_l_circle_mn.R index 6c07e3038..ffe82412b 100644 --- a/R/lsm_l_circle_mn.R +++ b/R/lsm_l_circle_mn.R @@ -32,7 +32,8 @@ #' @return tibble #' #' @examples -#' lsm_l_circle_mn(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_circle_mn(landscape) #' #' @aliases lsm_l_circle_mn #' @rdname lsm_l_circle_mn diff --git a/R/lsm_l_circle_sd.R b/R/lsm_l_circle_sd.R index 63699db26..6a1c2940e 100644 --- a/R/lsm_l_circle_sd.R +++ b/R/lsm_l_circle_sd.R @@ -34,7 +34,8 @@ #' @return tibble #' #' @examples -#' lsm_l_circle_sd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_circle_sd(landscape) #' #' @aliases lsm_l_circle_sd #' @rdname lsm_l_circle_sd diff --git a/R/lsm_l_cohesion.R b/R/lsm_l_cohesion.R index 444befd2f..9d8c55f5c 100644 --- a/R/lsm_l_cohesion.R +++ b/R/lsm_l_cohesion.R @@ -24,7 +24,8 @@ #' @return tibble #' #' @examples -#' lsm_l_cohesion(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_cohesion(landscape) #' #' @aliases lsm_l_cohesion #' @rdname lsm_l_cohesion @@ -60,7 +61,7 @@ lsm_l_cohesion_calc <- function(landscape, directions, resolution = NULL) { if (!inherits(x = landscape, what = "matrix")) { resolution <- terra::res(landscape) - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/R/lsm_l_condent.R b/R/lsm_l_condent.R index 834d49129..82b8d6e62 100644 --- a/R/lsm_l_condent.R +++ b/R/lsm_l_condent.R @@ -26,7 +26,8 @@ #' @return tibble #' #' @examples -#' lsm_l_condent(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_condent(landscape) #' #' @aliases lsm_l_condent #' @rdname lsm_l_condent @@ -60,7 +61,7 @@ lsm_l_condent_calc <- function(landscape, neighbourhood, ordered, base){ # convert to raster to matrix if (!inherits(x = landscape, what = "matrix")) { - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/R/lsm_l_contag.R b/R/lsm_l_contag.R index c62d93656..74f543ba7 100644 --- a/R/lsm_l_contag.R +++ b/R/lsm_l_contag.R @@ -29,7 +29,8 @@ #' @return tibble #' #' @examples -#' lsm_l_contag(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_contag(landscape) #' #' @aliases lsm_l_contag #' @rdname lsm_l_contag diff --git a/R/lsm_l_contig_sd.R b/R/lsm_l_contig_sd.R index 989e058b1..bb94b9caa 100644 --- a/R/lsm_l_contig_sd.R +++ b/R/lsm_l_contig_sd.R @@ -18,7 +18,7 @@ #' ``` #' filter_matrix <- matrix(c(1, 2, 1, #' 2, 1, 2, -#' 1, 2, 1), 3, 3, byrow = T) +#' 1, 2, 1), 3, 3, byrow = TRUE) #' ``` #' ... is then used to weight orthogonally contiguous pixels more heavily than #' diagonally contiguous pixels. Therefore, larger and more connections between @@ -41,7 +41,8 @@ #' @return tibble #' #' @examples -#' lsm_l_contig_sd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_contig_sd(landscape) #' #' @aliases lsm_l_contig_sd #' @rdname lsm_l_contig_sd diff --git a/R/lsm_l_core_cv.R b/R/lsm_l_core_cv.R index ff4dff263..d8cece1ba 100644 --- a/R/lsm_l_core_cv.R +++ b/R/lsm_l_core_cv.R @@ -36,7 +36,8 @@ #' @return tibble #' #' @examples -#' lsm_l_core_cv(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_core_cv(landscape) #' #' @aliases lsm_l_core_cv #' @rdname lsm_l_core_cv diff --git a/R/lsm_l_core_mn.R b/R/lsm_l_core_mn.R index b699582cf..35b6b16f6 100644 --- a/R/lsm_l_core_mn.R +++ b/R/lsm_l_core_mn.R @@ -35,7 +35,8 @@ #' @return tibble #' #' @examples -#' lsm_l_core_mn(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_core_mn(landscape) #' #' @aliases lsm_l_core_mn #' @rdname lsm_l_core_mn diff --git a/R/lsm_l_core_sd.R b/R/lsm_l_core_sd.R index 81de76805..37d2f4b71 100644 --- a/R/lsm_l_core_sd.R +++ b/R/lsm_l_core_sd.R @@ -36,7 +36,8 @@ #' @return tibble #' #' @examples -#' lsm_l_core_sd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_core_sd(landscape) #' #' @aliases lsm_l_core_sd #' @rdname lsm_l_core_sd diff --git a/R/lsm_l_dcad.R b/R/lsm_l_dcad.R index 25bd0b0ba..0689247f2 100644 --- a/R/lsm_l_dcad.R +++ b/R/lsm_l_dcad.R @@ -35,7 +35,8 @@ #' @return tibble #' #' @examples -#' lsm_l_dcad(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_dcad(landscape) #' #' @aliases lsm_l_dcad #' @rdname lsm_l_dcad diff --git a/R/lsm_l_dcore_cv.R b/R/lsm_l_dcore_cv.R index 57a5bbed1..7d61516f2 100644 --- a/R/lsm_l_dcore_cv.R +++ b/R/lsm_l_dcore_cv.R @@ -38,7 +38,8 @@ #' @return tibble #' #' @examples -#' lsm_l_dcore_cv(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_dcore_cv(landscape) #' #' @aliases lsm_l_dcore_cv #' @rdname lsm_l_dcore_cv diff --git a/R/lsm_l_dcore_mn.R b/R/lsm_l_dcore_mn.R index c45cf4eff..0bbce8296 100644 --- a/R/lsm_l_dcore_mn.R +++ b/R/lsm_l_dcore_mn.R @@ -36,7 +36,8 @@ #' @return tibble #' #' @examples -#' lsm_l_dcore_mn(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_dcore_mn(landscape) #' #' @aliases lsm_l_dcore_mn #' @rdname lsm_l_dcore_mn diff --git a/R/lsm_l_dcore_sd.R b/R/lsm_l_dcore_sd.R index a6774720b..520250f3d 100644 --- a/R/lsm_l_dcore_sd.R +++ b/R/lsm_l_dcore_sd.R @@ -38,7 +38,8 @@ #' @return tibble #' #' @examples -#' lsm_l_dcore_sd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_dcore_sd(landscape) #' #' @aliases lsm_l_dcore_sd #' @rdname lsm_l_dcore_sd diff --git a/R/lsm_l_division.R b/R/lsm_l_division.R index 730356f25..87df4d7e8 100644 --- a/R/lsm_l_division.R +++ b/R/lsm_l_division.R @@ -27,7 +27,8 @@ #' @return tibble #' #' @examples -#' lsm_l_division(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_division(landscape) #' #' @aliases lsm_l_division #' @rdname lsm_l_division diff --git a/R/lsm_l_ed.R b/R/lsm_l_ed.R index 045b18e23..0bd0d2029 100644 --- a/R/lsm_l_ed.R +++ b/R/lsm_l_ed.R @@ -33,7 +33,8 @@ #' @return tibble #' #' @examples -#' lsm_l_ed(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_ed(landscape) #' #' @aliases lsm_l_ed #' @rdname lsm_l_ed @@ -68,7 +69,7 @@ lsm_l_ed_calc <- function(landscape, count_boundary, directions, resolution = NU if (!inherits(x = landscape, what = "matrix")) { resolution <- terra::res(landscape) - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/R/lsm_l_enn_cv.R b/R/lsm_l_enn_cv.R index da8527266..167a2cb85 100644 --- a/R/lsm_l_enn_cv.R +++ b/R/lsm_l_enn_cv.R @@ -34,7 +34,8 @@ #' @return tibble #' #' @examples -#' lsm_l_enn_cv(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_enn_cv(landscape) #' #' @aliases lsm_l_enn_cv #' @rdname lsm_l_enn_cv diff --git a/R/lsm_l_enn_mn.R b/R/lsm_l_enn_mn.R index 434256836..426870c0c 100644 --- a/R/lsm_l_enn_mn.R +++ b/R/lsm_l_enn_mn.R @@ -35,7 +35,8 @@ #' @return tibble #' #' @examples -#' lsm_l_enn_mn(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_enn_mn(landscape) #' #' @aliases lsm_l_enn_mn #' @rdname lsm_l_enn_mn diff --git a/R/lsm_l_enn_sd.R b/R/lsm_l_enn_sd.R index 5e0cba0b3..a0ddc57e8 100644 --- a/R/lsm_l_enn_sd.R +++ b/R/lsm_l_enn_sd.R @@ -35,7 +35,8 @@ #' @return tibble #' #' @examples -#' lsm_l_enn_sd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_enn_sd(landscape) #' #' @aliases lsm_l_enn_sd #' @rdname lsm_l_enn_sd diff --git a/R/lsm_l_ent.R b/R/lsm_l_ent.R index 71ae8f0f4..5fe128a2d 100644 --- a/R/lsm_l_ent.R +++ b/R/lsm_l_ent.R @@ -21,7 +21,8 @@ #' @return tibble #' #' @examples -#' lsm_l_ent(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_ent(landscape) #' #' @aliases lsm_l_ent #' @rdname lsm_l_ent @@ -53,7 +54,7 @@ lsm_l_ent_calc <- function(landscape, neighbourhood, base){ # convert to matrix if (!inherits(x = landscape, what = "matrix")) { - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/R/lsm_l_frac_cv.R b/R/lsm_l_frac_cv.R index 34cd1933c..8f2403be2 100644 --- a/R/lsm_l_frac_cv.R +++ b/R/lsm_l_frac_cv.R @@ -33,7 +33,8 @@ #' @return tibble #' #' @examples -#' lsm_l_frac_cv(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_frac_cv(landscape) #' #' @aliases lsm_l_frac_cv #' @rdname lsm_l_frac_cv diff --git a/R/lsm_l_frac_mn.R b/R/lsm_l_frac_mn.R index f1bf611a6..42ae0f111 100644 --- a/R/lsm_l_frac_mn.R +++ b/R/lsm_l_frac_mn.R @@ -33,7 +33,8 @@ #' @return tibble #' #' @examples -#' lsm_l_frac_mn(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_frac_mn(landscape) #' #' @aliases lsm_l_frac_mn #' @rdname lsm_l_frac_mn diff --git a/R/lsm_l_frac_sd.R b/R/lsm_l_frac_sd.R index a372a50b3..ae2eb1789 100644 --- a/R/lsm_l_frac_sd.R +++ b/R/lsm_l_frac_sd.R @@ -33,7 +33,8 @@ #' @return tibble #' #' @examples -#' lsm_l_frac_sd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_frac_sd(landscape) #' #' @aliases lsm_l_frac_sd #' @rdname lsm_l_frac_sd diff --git a/R/lsm_l_gyrate_cv.R b/R/lsm_l_gyrate_cv.R index 4b2f2e055..eb23f42bf 100644 --- a/R/lsm_l_gyrate_cv.R +++ b/R/lsm_l_gyrate_cv.R @@ -40,7 +40,8 @@ #' @return tibble #' #' @examples -#' lsm_l_gyrate_cv(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_gyrate_cv(landscape) #' #' @aliases lsm_l_gyrate_cv #' @rdname lsm_l_gyrate_cv diff --git a/R/lsm_l_gyrate_mn.R b/R/lsm_l_gyrate_mn.R index 45c75f149..b8c0fa7e8 100644 --- a/R/lsm_l_gyrate_mn.R +++ b/R/lsm_l_gyrate_mn.R @@ -39,7 +39,8 @@ #' @return tibble #' #' @examples -#' lsm_l_gyrate_mn(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_gyrate_mn(landscape) #' #' @aliases lsm_l_gyrate_mn #' @rdname lsm_l_gyrate_mn diff --git a/R/lsm_l_gyrate_sd.R b/R/lsm_l_gyrate_sd.R index 081a0abe1..5034cb319 100644 --- a/R/lsm_l_gyrate_sd.R +++ b/R/lsm_l_gyrate_sd.R @@ -39,7 +39,8 @@ #' @return tibble #' #' @examples -#' lsm_l_gyrate_sd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_gyrate_sd(landscape) #' #' @aliases lsm_l_gyrate_sd #' @rdname lsm_l_gyrate_sd diff --git a/R/lsm_l_iji.R b/R/lsm_l_iji.R index f7576101f..76f91bd8d 100644 --- a/R/lsm_l_iji.R +++ b/R/lsm_l_iji.R @@ -27,7 +27,8 @@ #' @return tibble # #' @examples -#'lsm_l_iji(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_iji(landscape) # #' @aliases lsm_l_iji #' @rdname lsm_l_iji @@ -63,7 +64,7 @@ lsm_l_iji_calc <- function(landscape, verbose) { # convert to matrix if (!inherits(x = landscape, what = "matrix")) { - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/R/lsm_l_joinent.R b/R/lsm_l_joinent.R index ed6e6a261..b638cdd12 100644 --- a/R/lsm_l_joinent.R +++ b/R/lsm_l_joinent.R @@ -24,7 +24,8 @@ #' @return tibble #' #' @examples -#' lsm_l_joinent(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_joinent(landscape) #' #' @aliases lsm_l_joinent #' @rdname lsm_l_joinent @@ -58,7 +59,7 @@ lsm_l_joinent_calc <- function(landscape, neighbourhood, ordered, base){ # convert to matrix if (!inherits(x = landscape, what = "matrix")) { - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/R/lsm_l_lpi.R b/R/lsm_l_lpi.R index e62383d4e..0c6c62c26 100644 --- a/R/lsm_l_lpi.R +++ b/R/lsm_l_lpi.R @@ -28,7 +28,8 @@ #' @return tibble #' #' @examples -#' lsm_l_lpi(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_lpi(landscape) #' #' @aliases lsm_l_lpi #' @rdname lsm_l_lpi diff --git a/R/lsm_l_lsi.R b/R/lsm_l_lsi.R index 9f067715b..26ed038ca 100644 --- a/R/lsm_l_lsi.R +++ b/R/lsm_l_lsi.R @@ -26,7 +26,8 @@ #' @return tibble #' #' @examples -#' lsm_l_lsi(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_lsi(landscape) #' #' @aliases lsm_l_lsi #' @rdname lsm_l_lsi @@ -61,7 +62,7 @@ lsm_l_lsi_calc <- function(landscape) { if (!inherits(x = landscape, what = "matrix")) { resolution <- terra::res(landscape) - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/R/lsm_l_mesh.R b/R/lsm_l_mesh.R index e28f79246..f61a9367a 100644 --- a/R/lsm_l_mesh.R +++ b/R/lsm_l_mesh.R @@ -29,7 +29,8 @@ #' @return tibble #' #' @examples -#' lsm_l_mesh(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_mesh(landscape) #' #' @aliases lsm_l_mesh #' @rdname lsm_l_mesh diff --git a/R/lsm_l_msidi.R b/R/lsm_l_msidi.R index 9756d434e..0918af4e1 100644 --- a/R/lsm_l_msidi.R +++ b/R/lsm_l_msidi.R @@ -23,7 +23,8 @@ #' @return tibble #' #' @examples -#' lsm_l_msidi(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_msidi(landscape) #' #' @aliases lsm_l_msidi #' @rdname lsm_l_msidi @@ -63,7 +64,7 @@ lsm_l_msidi_calc <- function(landscape, directions, resolution = NULL) { if (!inherits(x = landscape, what = "matrix")) { resolution <- terra::res(landscape) - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/R/lsm_l_msiei.R b/R/lsm_l_msiei.R index 1c6745a0a..01c373173 100644 --- a/R/lsm_l_msiei.R +++ b/R/lsm_l_msiei.R @@ -23,7 +23,8 @@ #' @return tibble #' #' @examples -#' lsm_l_msiei(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_msiei(landscape) #' #' @aliases lsm_l_msiei #' @rdname lsm_l_msiei diff --git a/R/lsm_l_mutinf.R b/R/lsm_l_mutinf.R index eaa688928..102aad62c 100644 --- a/R/lsm_l_mutinf.R +++ b/R/lsm_l_mutinf.R @@ -25,7 +25,8 @@ #' @return tibble #' #' @examples -#' lsm_l_mutinf(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_mutinf(landscape) #' #' @aliases lsm_l_mutinf #' @rdname lsm_l_mutinf @@ -59,7 +60,7 @@ lsm_l_mutinf_calc <- function(landscape, neighbourhood, ordered, base){ # convert to matrix if (!inherits(x = landscape, what = "matrix")) { - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/R/lsm_l_ndca.R b/R/lsm_l_ndca.R index f10e34079..759d3b579 100644 --- a/R/lsm_l_ndca.R +++ b/R/lsm_l_ndca.R @@ -35,7 +35,8 @@ #' @return tibble #' #' @examples -#' lsm_l_ndca(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_ndca(landscape) #' #' @aliases lsm_l_ndca #' @rdname lsm_l_ndca diff --git a/R/lsm_l_np.R b/R/lsm_l_np.R index 6fb4a309d..d9822f28a 100644 --- a/R/lsm_l_np.R +++ b/R/lsm_l_np.R @@ -25,7 +25,8 @@ #' @return tibble #' #' @examples -#' lsm_l_np(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_np(landscape) #' #' @aliases lsm_l_np #' @rdname lsm_l_np diff --git a/R/lsm_l_pafrac.R b/R/lsm_l_pafrac.R index 3cd4f52c4..22f87bf36 100644 --- a/R/lsm_l_pafrac.R +++ b/R/lsm_l_pafrac.R @@ -32,7 +32,8 @@ #' @return tibble #' #' @examples -#' lsm_l_pafrac(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_pafrac(landscape) #' #' @aliases lsm_l_pafrac #' @rdname lsm_l_pafrac diff --git a/R/lsm_l_para_cv.R b/R/lsm_l_para_cv.R index d754bb95f..6712273a0 100644 --- a/R/lsm_l_para_cv.R +++ b/R/lsm_l_para_cv.R @@ -33,7 +33,8 @@ #' @return tibble #' #' @examples -#' lsm_l_para_cv(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_para_cv(landscape) #' #' @aliases lsm_l_para_cv #' @rdname lsm_l_para_cv diff --git a/R/lsm_l_para_mn.R b/R/lsm_l_para_mn.R index 9f5d8d483..90582910a 100644 --- a/R/lsm_l_para_mn.R +++ b/R/lsm_l_para_mn.R @@ -34,7 +34,8 @@ #' @return tibble #' #' @examples -#' lsm_l_para_mn(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_para_mn(landscape) #' #' @aliases lsm_l_para_mn #' @rdname lsm_l_para_mn diff --git a/R/lsm_l_para_sd.R b/R/lsm_l_para_sd.R index 009d551be..d7c4da1a6 100644 --- a/R/lsm_l_para_sd.R +++ b/R/lsm_l_para_sd.R @@ -34,7 +34,8 @@ #' @return tibble #' #' @examples -#' lsm_l_para_sd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_para_sd(landscape) #' #' @aliases lsm_l_para_sd #' @rdname lsm_l_para_sd diff --git a/R/lsm_l_pd.R b/R/lsm_l_pd.R index c17f493c6..ac31fd686 100644 --- a/R/lsm_l_pd.R +++ b/R/lsm_l_pd.R @@ -29,7 +29,8 @@ #' @return tibble #' #' @examples -#' lsm_l_pd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_pd(landscape) #' #' @aliases lsm_l_pd #' @rdname lsm_l_pd @@ -61,7 +62,7 @@ lsm_l_pd_calc <- function(landscape, directions, resolution = NULL) { if (!inherits(x = landscape, what = "matrix")) { resolution <- terra::res(landscape) - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/R/lsm_l_pladj.R b/R/lsm_l_pladj.R index 031838e34..3baa9d29c 100644 --- a/R/lsm_l_pladj.R +++ b/R/lsm_l_pladj.R @@ -22,7 +22,8 @@ #' @return tibble #' #' @examples -#' lsm_l_pladj(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_pladj(landscape) #' #' @aliases lsm_l_pladj #' @rdname lsm_l_pladj @@ -51,7 +52,7 @@ lsm_l_pladj <- function(landscape) { lsm_l_pladj_calc <- function(landscape) { if (!inherits(x = landscape, what = "matrix")) { - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/R/lsm_l_pr.R b/R/lsm_l_pr.R index d1689d53c..e7d282cc1 100644 --- a/R/lsm_l_pr.R +++ b/R/lsm_l_pr.R @@ -20,7 +20,8 @@ #' @return tibble #' #' @examples -#' lsm_l_pr(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_pr(landscape) #' #' @aliases lsm_l_pr #' @rdname lsm_l_pr @@ -59,9 +60,9 @@ lsm_l_pr_calc <- function(landscape){ value = as.double(NA))) } - return(tibble::tibble(level = 'landscape', + return(tibble::tibble(level = "landscape", class = as.integer(NA), id = as.integer(NA), - metric = 'pr', + metric = "pr", value = as.double(richness))) } diff --git a/R/lsm_l_prd.R b/R/lsm_l_prd.R index c04f7d430..85d30c5e8 100644 --- a/R/lsm_l_prd.R +++ b/R/lsm_l_prd.R @@ -24,7 +24,8 @@ #' @return tibble #' #' @examples -#' lsm_l_prd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_prd(landscape) #' #' @aliases lsm_l_prd #' @rdname lsm_l_prd diff --git a/R/lsm_l_relmutinf.R b/R/lsm_l_relmutinf.R index a97a5b06d..6d505f6ee 100644 --- a/R/lsm_l_relmutinf.R +++ b/R/lsm_l_relmutinf.R @@ -25,7 +25,8 @@ #' @return tibble #' #' @examples -#' lsm_l_relmutinf(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_relmutinf(landscape) #' #' @aliases lsm_l_relmutinf #' @rdname lsm_l_relmutinf @@ -59,7 +60,7 @@ lsm_l_relmutinf_calc <- function(landscape, neighbourhood, ordered, base){ # convert to matrix if (!inherits(x = landscape, what = "matrix")) { - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA @@ -83,7 +84,7 @@ lsm_l_relmutinf_calc <- function(landscape, neighbourhood, ordered, base){ cplx <- rcpp_get_entropy(coh, base) conf <- cplx - comp aggr <- comp - conf - rel <- ifelse(aggr == 0, 1, aggr / comp) + rel <- ifelse(aggr == 0, 1, aggr / comp) return(tibble::tibble(level = "landscape", class = as.integer(NA), diff --git a/R/lsm_l_rpr.R b/R/lsm_l_rpr.R index fec647c38..4075624fd 100644 --- a/R/lsm_l_rpr.R +++ b/R/lsm_l_rpr.R @@ -24,7 +24,8 @@ #' @return tibble #' #' @examples -#' lsm_l_rpr(terra::unwrap(landscape), classes_max = 5) +#' landscape <- terra::rast(landscape) +#' lsm_l_rpr(landscape, classes_max = 5) #' #' @aliases lsm_l_rpr #' @rdname lsm_l_rpr diff --git a/R/lsm_l_shape_cv.R b/R/lsm_l_shape_cv.R index 16fb68c90..41506b90f 100644 --- a/R/lsm_l_shape_cv.R +++ b/R/lsm_l_shape_cv.R @@ -31,7 +31,8 @@ #' @return tibble #' #' @examples -#' lsm_l_shape_cv(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_shape_cv(landscape) #' #' @aliases lsm_l_shape_cv #' @rdname lsm_l_shape_cv diff --git a/R/lsm_l_shape_mn.R b/R/lsm_l_shape_mn.R index e3182b021..581e70ac9 100644 --- a/R/lsm_l_shape_mn.R +++ b/R/lsm_l_shape_mn.R @@ -32,7 +32,8 @@ #' @return tibble #' #' @examples -#' lsm_l_shape_mn(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_shape_mn(landscape) #' #' @aliases lsm_l_shape_mn #' @rdname lsm_l_shape_mn diff --git a/R/lsm_l_shape_sd.R b/R/lsm_l_shape_sd.R index 97f1cc282..782d52e19 100644 --- a/R/lsm_l_shape_sd.R +++ b/R/lsm_l_shape_sd.R @@ -32,7 +32,8 @@ #' @return tibble #' #' @examples -#' lsm_l_shape_sd(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_shape_sd(landscape) #' #' @aliases lsm_l_shape_sd #' @rdname lsm_l_shape_sd diff --git a/R/lsm_l_shdi.R b/R/lsm_l_shdi.R index 440a17f08..b4b632e1c 100644 --- a/R/lsm_l_shdi.R +++ b/R/lsm_l_shdi.R @@ -23,7 +23,8 @@ #' @return tibble #' #' @examples -#' lsm_l_shdi(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_shdi(landscape) #' #' @aliases lsm_l_shdi #' @rdname lsm_l_shdi diff --git a/R/lsm_l_shei.R b/R/lsm_l_shei.R index bf2c4dea3..a95f2de4f 100644 --- a/R/lsm_l_shei.R +++ b/R/lsm_l_shei.R @@ -25,7 +25,8 @@ #' @return tibble #' #' @examples -#' lsm_l_shei(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_shei(landscape) #' #' @aliases lsm_l_shei #' @rdname lsm_l_shei diff --git a/R/lsm_l_sidi.R b/R/lsm_l_sidi.R index f225031be..92a5ac4ac 100644 --- a/R/lsm_l_sidi.R +++ b/R/lsm_l_sidi.R @@ -28,7 +28,8 @@ #' @return tibble #' #' @examples -#' lsm_l_sidi(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_sidi(landscape) #' #' @aliases lsm_l_sidi #' @rdname lsm_l_sidi diff --git a/R/lsm_l_siei.R b/R/lsm_l_siei.R index 6181e3115..bf3017330 100644 --- a/R/lsm_l_siei.R +++ b/R/lsm_l_siei.R @@ -28,7 +28,8 @@ #' @return tibble #' #' @examples -#' lsm_l_siei(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_siei(landscape) #' #' @aliases lsm_l_siei #' @rdname lsm_l_siei diff --git a/R/lsm_l_split.R b/R/lsm_l_split.R index 8f43dc230..c0502259b 100644 --- a/R/lsm_l_split.R +++ b/R/lsm_l_split.R @@ -27,7 +27,8 @@ #' @return tibble #' #' @examples -#' lsm_l_split(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_split(landscape) #' #' @aliases lsm_l_split #' @rdname lsm_l_split diff --git a/R/lsm_l_ta.R b/R/lsm_l_ta.R index e3ac25d34..3d977b603 100644 --- a/R/lsm_l_ta.R +++ b/R/lsm_l_ta.R @@ -26,7 +26,8 @@ #' @return tibble #' #' @examples -#' lsm_l_ta(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_ta(landscape) #' #' @aliases lsm_l_ta #' @rdname lsm_l_ta diff --git a/R/lsm_l_tca.R b/R/lsm_l_tca.R index 616947370..1e6f2fcb4 100644 --- a/R/lsm_l_tca.R +++ b/R/lsm_l_tca.R @@ -34,7 +34,8 @@ #' @return tibble #' #' @examples -#' lsm_l_tca(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_tca(landscape) #' #' @aliases lsm_l_tca #' @rdname lsm_l_tca diff --git a/R/lsm_l_te.R b/R/lsm_l_te.R index ef8afa372..a491951bc 100644 --- a/R/lsm_l_te.R +++ b/R/lsm_l_te.R @@ -27,7 +27,8 @@ #' @return tibble #' #' @examples -#' lsm_l_te(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_te(landscape) #' #' @aliases lsm_l_te #' @rdname lsm_l_te @@ -60,7 +61,7 @@ lsm_l_te_calc <- function(landscape, count_boundary, resolution = NULL){ if (!inherits(x = landscape, what = "matrix")) { resolution <- terra::res(landscape) - landscape <-terra::as.matrix(landscape, wide = TRUE) + landscape <- terra::as.matrix(landscape, wide = TRUE) } # all values NA diff --git a/man/lsm_l_ai.Rd b/man/lsm_l_ai.Rd index 8cde50d0d..68fe00711 100644 --- a/man/lsm_l_ai.Rd +++ b/man/lsm_l_ai.Rd @@ -33,7 +33,8 @@ The metric is based on he adjacency matrix and the single-count method. for maximally aggregated classes.} } \examples{ -lsm_l_ai(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_ai(landscape) } \references{ diff --git a/man/lsm_l_area_cv.Rd b/man/lsm_l_area_cv.Rd index 953f103a7..d3c314cb7 100644 --- a/man/lsm_l_area_cv.Rd +++ b/man/lsm_l_area_cv.Rd @@ -32,7 +32,8 @@ easily comparable because it is scaled to the mean. Increases, without limit, as the variation of patch areas increases.} } \examples{ -lsm_l_area_cv(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_area_cv(landscape) } \references{ diff --git a/man/lsm_l_area_mn.Rd b/man/lsm_l_area_mn.Rd index fe8c16021..d51b1a4c0 100644 --- a/man/lsm_l_area_mn.Rd +++ b/man/lsm_l_area_mn.Rd @@ -33,7 +33,8 @@ landscape area (\code{\link{lsm_l_ta}}), it can also give an an idea of patch st limit, as the patch areas increase.} } \examples{ -lsm_l_area_mn(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_area_mn(landscape) } \references{ diff --git a/man/lsm_l_area_sd.Rd b/man/lsm_l_area_sd.Rd index 08236dc19..56da39d36 100644 --- a/man/lsm_l_area_sd.Rd +++ b/man/lsm_l_area_sd.Rd @@ -31,7 +31,8 @@ the differences among all patches in the landscape. Increases, without limit, as the variation of patch areas increases.} } \examples{ -lsm_l_area_sd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_area_sd(landscape) } \references{ diff --git a/man/lsm_l_cai_cv.Rd b/man/lsm_l_cai_cv.Rd index e9eb0d5fb..bce34b51f 100644 --- a/man/lsm_l_cai_cv.Rd +++ b/man/lsm_l_cai_cv.Rd @@ -48,7 +48,8 @@ all patches. Increases, without limit, as the variation of the core area indices increases.} } \examples{ -lsm_l_cai_cv(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_cai_cv(landscape) } \references{ diff --git a/man/lsm_l_cai_mn.Rd b/man/lsm_l_cai_mn.Rd index 89086a93b..5c25445cc 100644 --- a/man/lsm_l_cai_mn.Rd +++ b/man/lsm_l_cai_mn.Rd @@ -45,7 +45,8 @@ value than itself (rook's case). approaches CAI_MN = 100 with increasing percentage of core area within patches.} } \examples{ -lsm_l_cai_mn(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_cai_mn(landscape) } \references{ diff --git a/man/lsm_l_cai_sd.Rd b/man/lsm_l_cai_sd.Rd index 148eaea9d..0a4fb000c 100644 --- a/man/lsm_l_cai_sd.Rd +++ b/man/lsm_l_cai_sd.Rd @@ -47,7 +47,8 @@ all patches. Increases, without limit, as the variation of core area indices increases.} } \examples{ -lsm_l_cai_sd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_cai_sd(landscape) } \references{ diff --git a/man/lsm_l_circle_cv.Rd b/man/lsm_l_circle_cv.Rd index da6fb560a..8040e87da 100644 --- a/man/lsm_l_circle_cv.Rd +++ b/man/lsm_l_circle_cv.Rd @@ -34,7 +34,8 @@ for all patches. Increases, without limit, as the variation of related circumscr circles increases.} } \examples{ -lsm_l_circle_cv(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_circle_cv(landscape) } \references{ diff --git a/man/lsm_l_circle_mn.Rd b/man/lsm_l_circle_mn.Rd index a104126d4..9706c7656 100644 --- a/man/lsm_l_circle_mn.Rd +++ b/man/lsm_l_circle_mn.Rd @@ -33,7 +33,8 @@ of all patches is small. Increases, without limit, as the related circumscribing increase.} } \examples{ -lsm_l_circle_mn(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_circle_mn(landscape) } \references{ diff --git a/man/lsm_l_circle_sd.Rd b/man/lsm_l_circle_sd.Rd index 5a32961a5..ddd596fe5 100644 --- a/man/lsm_l_circle_sd.Rd +++ b/man/lsm_l_circle_sd.Rd @@ -35,7 +35,8 @@ for all patches. Increases, without limit, as the variation of related circumscr circles increases.} } \examples{ -lsm_l_circle_sd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_circle_sd(landscape) } \references{ diff --git a/man/lsm_l_cohesion.Rd b/man/lsm_l_cohesion.Rd index f1082c0d5..f43752fac 100644 --- a/man/lsm_l_cohesion.Rd +++ b/man/lsm_l_cohesion.Rd @@ -29,7 +29,8 @@ COHESION is an 'Aggregation metric'. \subsection{Behaviour}{Unknown} } \examples{ -lsm_l_cohesion(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_cohesion(landscape) } \references{ diff --git a/man/lsm_l_condent.Rd b/man/lsm_l_condent.Rd index 520bbd060..b125a0a63 100644 --- a/man/lsm_l_condent.Rd +++ b/man/lsm_l_condent.Rd @@ -32,7 +32,8 @@ It measures a only a geometric intricacy (configurational complexity) of a landscape pattern. } \examples{ -lsm_l_condent(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_condent(landscape) } \references{ diff --git a/man/lsm_l_contag.Rd b/man/lsm_l_contag.Rd index 20ed1ddd8..24a3d4c4b 100644 --- a/man/lsm_l_contag.Rd +++ b/man/lsm_l_contag.Rd @@ -39,7 +39,8 @@ The number of classes to calculate CONTAG must be >= than 2. and 100 indicates that all cells are equally adjacent to all other classes.} } \examples{ -lsm_l_contag(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_contag(landscape) } \references{ diff --git a/man/lsm_l_contig_sd.Rd b/man/lsm_l_contig_sd.Rd index 12693ad41..fb850b76a 100644 --- a/man/lsm_l_contig_sd.Rd +++ b/man/lsm_l_contig_sd.Rd @@ -29,7 +29,7 @@ to NA. A nine cell focal filter matrix: \if{html}{\out{
}}\preformatted{filter_matrix <- matrix(c(1, 2, 1, 2, 1, 2, - 1, 2, 1), 3, 3, byrow = T) + 1, 2, 1), 3, 3, byrow = TRUE) }\if{html}{\out{
}} ... is then used to weight orthogonally contiguous pixels more heavily than @@ -43,7 +43,8 @@ identical for all patches. Increases, without limit, as the variation of CONTIG increases.} } \examples{ -lsm_l_contig_sd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_contig_sd(landscape) } \references{ diff --git a/man/lsm_l_core_cv.Rd b/man/lsm_l_core_cv.Rd index 1acac3316..806b62600 100644 --- a/man/lsm_l_core_cv.Rd +++ b/man/lsm_l_core_cv.Rd @@ -45,7 +45,8 @@ because it is scaled to the mean. Increases, without limit, as the variation of patch core areas increases.} } \examples{ -lsm_l_core_cv(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_core_cv(landscape) } \references{ diff --git a/man/lsm_l_core_mn.Rd b/man/lsm_l_core_mn.Rd index 30f59bbaa..f8f86606a 100644 --- a/man/lsm_l_core_mn.Rd +++ b/man/lsm_l_core_mn.Rd @@ -43,7 +43,8 @@ neighbour with a different value than themselves (rook's case). without limit, as the core area indices increase.} } \examples{ -lsm_l_core_mn(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_core_mn(landscape) } \references{ diff --git a/man/lsm_l_core_sd.Rd b/man/lsm_l_core_sd.Rd index 59c07d1b0..9c71cacd4 100644 --- a/man/lsm_l_core_sd.Rd +++ b/man/lsm_l_core_sd.Rd @@ -44,7 +44,8 @@ differences among all patches in the landscape. Increases, without limit, as the variation of patch core areas increases.} } \examples{ -lsm_l_core_sd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_core_sd(landscape) } \references{ diff --git a/man/lsm_l_dcad.Rd b/man/lsm_l_dcad.Rd index ce4403a0f..49d521321 100644 --- a/man/lsm_l_dcad.Rd +++ b/man/lsm_l_dcad.Rd @@ -47,7 +47,8 @@ a disjunct core area. Increases, without limit, as disjunct core areas become mo present, i.e. patches becoming larger and less complex.} } \examples{ -lsm_l_dcad(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_dcad(landscape) } \references{ diff --git a/man/lsm_l_dcore_cv.Rd b/man/lsm_l_dcore_cv.Rd index 99f1b7656..fe412aed5 100644 --- a/man/lsm_l_dcore_cv.Rd +++ b/man/lsm_l_dcore_cv.Rd @@ -47,7 +47,8 @@ core areas. Increases, without limit, as the variation of number of disjunct cor increases.} } \examples{ -lsm_l_dcore_cv(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_dcore_cv(landscape) } \references{ diff --git a/man/lsm_l_dcore_mn.Rd b/man/lsm_l_dcore_mn.Rd index cfd15c1a0..7ee8e5e69 100644 --- a/man/lsm_l_dcore_mn.Rd +++ b/man/lsm_l_dcore_mn.Rd @@ -44,7 +44,8 @@ whereby a core area is a 'patch within the patch' containing only core cells. without limit, as the number of disjunct core areas increases.} } \examples{ -lsm_l_dcore_mn(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_dcore_mn(landscape) } \references{ diff --git a/man/lsm_l_dcore_sd.Rd b/man/lsm_l_dcore_sd.Rd index 750949b08..7bb382d40 100644 --- a/man/lsm_l_dcore_sd.Rd +++ b/man/lsm_l_dcore_sd.Rd @@ -46,7 +46,8 @@ core areas. Increases, without limit, as the variation of number of disjunct cor increases.} } \examples{ -lsm_l_dcore_sd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_dcore_sd(landscape) } \references{ diff --git a/man/lsm_l_division.Rd b/man/lsm_l_division.Rd index 7cd2d4e69..42afdfe37 100644 --- a/man/lsm_l_division.Rd +++ b/man/lsm_l_division.Rd @@ -32,7 +32,8 @@ division index is negatively correlated with the effective mesh size (\code{\li DIVISION = 1 if all patches of class i are single cells.} } \examples{ -lsm_l_division(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_division(landscape) } \references{ diff --git a/man/lsm_l_ed.Rd b/man/lsm_l_ed.Rd index 180aa2dfb..3c71d4279 100644 --- a/man/lsm_l_ed.Rd +++ b/man/lsm_l_ed.Rd @@ -38,7 +38,8 @@ boundary is not included) and increases, without limit, as the landscapes become patchy} } \examples{ -lsm_l_ed(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_ed(landscape) } \references{ diff --git a/man/lsm_l_enn_cv.Rd b/man/lsm_l_enn_cv.Rd index 24e24d2b8..7d8919354 100644 --- a/man/lsm_l_enn_cv.Rd +++ b/man/lsm_l_enn_cv.Rd @@ -37,7 +37,8 @@ scaled to the mean, it is easily comparable among different landscapes. identical for all patches. Increases, without limit, as the variation of ENN increases.} } \examples{ -lsm_l_enn_cv(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_enn_cv(landscape) } \references{ diff --git a/man/lsm_l_enn_mn.Rd b/man/lsm_l_enn_mn.Rd index 0270de202..e2eda315c 100644 --- a/man/lsm_l_enn_mn.Rd +++ b/man/lsm_l_enn_mn.Rd @@ -37,7 +37,8 @@ as the distance between neighbouring patches of the same class i increases, i.e. more isolated.} } \examples{ -lsm_l_enn_mn(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_enn_mn(landscape) } \references{ diff --git a/man/lsm_l_enn_sd.Rd b/man/lsm_l_enn_sd.Rd index d90562378..1ce301367 100644 --- a/man/lsm_l_enn_sd.Rd +++ b/man/lsm_l_enn_sd.Rd @@ -37,7 +37,8 @@ scaled to the mean, it is easily comparable among different landscapes. identical for all patches. Increases, without limit, as the variation of ENN increases.} } \examples{ -lsm_l_enn_sd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_enn_sd(landscape) } \references{ diff --git a/man/lsm_l_ent.Rd b/man/lsm_l_ent.Rd index 11589a2dc..da186abf4 100644 --- a/man/lsm_l_ent.Rd +++ b/man/lsm_l_ent.Rd @@ -26,7 +26,8 @@ Marginal entropy \[H(x)\] It measures a diversity (thematic complexity) of landscape classes. } \examples{ -lsm_l_ent(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_ent(landscape) } \references{ diff --git a/man/lsm_l_frac_cv.Rd b/man/lsm_l_frac_cv.Rd index 7fc694507..60476d65f 100644 --- a/man/lsm_l_frac_cv.Rd +++ b/man/lsm_l_frac_cv.Rd @@ -35,7 +35,8 @@ for all patches. Increases, without limit, as the variation of the fractal dimen indices increases.} } \examples{ -lsm_l_frac_cv(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_frac_cv(landscape) } \references{ diff --git a/man/lsm_l_frac_mn.Rd b/man/lsm_l_frac_mn.Rd index b53c99272..b0fa1db0e 100644 --- a/man/lsm_l_frac_mn.Rd +++ b/man/lsm_l_frac_mn.Rd @@ -34,7 +34,8 @@ scaled to the mean and comparable among different landscapes. if all patches are irregular.} } \examples{ -lsm_l_frac_mn(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_frac_mn(landscape) } \references{ diff --git a/man/lsm_l_frac_sd.Rd b/man/lsm_l_frac_sd.Rd index 89a831130..60f7f4d84 100644 --- a/man/lsm_l_frac_sd.Rd +++ b/man/lsm_l_frac_sd.Rd @@ -34,7 +34,8 @@ for all patches. Increases, without limit, as the variation of the fractal dimen indices increases.} } \examples{ -lsm_l_frac_sd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_frac_sd(landscape) } \references{ diff --git a/man/lsm_l_gyrate_cv.Rd b/man/lsm_l_gyrate_cv.Rd index 9f194bca0..24c06b97c 100644 --- a/man/lsm_l_gyrate_cv.Rd +++ b/man/lsm_l_gyrate_cv.Rd @@ -43,7 +43,8 @@ for all patches. Increases, without limit, as the variation of the radius of gyr increases.} } \examples{ -lsm_l_gyrate_cv(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_gyrate_cv(landscape) } \references{ diff --git a/man/lsm_l_gyrate_mn.Rd b/man/lsm_l_gyrate_mn.Rd index 144a9853c..d9e528faf 100644 --- a/man/lsm_l_gyrate_mn.Rd +++ b/man/lsm_l_gyrate_mn.Rd @@ -41,7 +41,8 @@ cells to all possible cell-center centroids. without limit, when only one patch is present.} } \examples{ -lsm_l_gyrate_mn(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_gyrate_mn(landscape) } \references{ diff --git a/man/lsm_l_gyrate_sd.Rd b/man/lsm_l_gyrate_sd.Rd index d24a340e7..b37d7a0b0 100644 --- a/man/lsm_l_gyrate_sd.Rd +++ b/man/lsm_l_gyrate_sd.Rd @@ -42,7 +42,8 @@ for all patches. Increases, without limit, as the variation of the radius of gyr increases.} } \examples{ -lsm_l_gyrate_sd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_gyrate_sd(landscape) } \references{ diff --git a/man/lsm_l_iji.Rd b/man/lsm_l_iji.Rd index ea539818a..288185e9c 100644 --- a/man/lsm_l_iji.Rd +++ b/man/lsm_l_iji.Rd @@ -34,7 +34,8 @@ diagonal of the adjacency table). The number of classes to calculate IJI must be and equals 100 when a class is equally adjacent to all other classes.} } \examples{ -lsm_l_iji(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_iji(landscape) } \references{ McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis diff --git a/man/lsm_l_joinent.Rd b/man/lsm_l_joinent.Rd index 7b499e474..1abd33d9a 100644 --- a/man/lsm_l_joinent.Rd +++ b/man/lsm_l_joinent.Rd @@ -30,7 +30,8 @@ Joint entropy \[H(x, y)\] Complexity of a landscape pattern. An overall spatio-thematic complexity metric. } \examples{ -lsm_l_joinent(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_joinent(landscape) } \references{ diff --git a/man/lsm_l_lpi.Rd b/man/lsm_l_lpi.Rd index 43e9b929a..e83705505 100644 --- a/man/lsm_l_lpi.Rd +++ b/man/lsm_l_lpi.Rd @@ -33,7 +33,8 @@ measure of dominance. and equals LPI = 100 when only one patch is present} } \examples{ -lsm_l_lpi(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_lpi(landscape) } \references{ diff --git a/man/lsm_l_lsi.Rd b/man/lsm_l_lsi.Rd index 37bc10910..e07e6c48a 100644 --- a/man/lsm_l_lsi.Rd +++ b/man/lsm_l_lsi.Rd @@ -31,7 +31,8 @@ Increases, without limit, as the length of the actual edges increases, i.e. the patches become less compact.} } \examples{ -lsm_l_lsi(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_lsi(landscape) } \references{ diff --git a/man/lsm_l_mesh.Rd b/man/lsm_l_mesh.Rd index 06b6cee29..a8e8f258d 100644 --- a/man/lsm_l_mesh.Rd +++ b/man/lsm_l_mesh.Rd @@ -34,7 +34,8 @@ perfectly, negatively correlated to \code{\link{lsm_c_division}}. one cell and equals total area if only one patch is present.} } \examples{ -lsm_l_mesh(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_mesh(landscape) } \references{ diff --git a/man/lsm_l_msidi.Rd b/man/lsm_l_msidi.Rd index 9acac2c67..84426e16f 100644 --- a/man/lsm_l_msidi.Rd +++ b/man/lsm_l_msidi.Rd @@ -30,7 +30,8 @@ MSIDI is a 'Diversity metric'. limit, as the amount of patches with equally distributed landscape proportions increases} } \examples{ -lsm_l_msidi(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_msidi(landscape) } \references{ diff --git a/man/lsm_l_msiei.Rd b/man/lsm_l_msiei.Rd index 61383d72d..99a85132c 100644 --- a/man/lsm_l_msiei.Rd +++ b/man/lsm_l_msiei.Rd @@ -28,7 +28,8 @@ MSIEI is a 'Diversity metric'. MSIEI = 1 as the proportional distribution of patches becomes more even} } \examples{ -lsm_l_msiei(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_msiei(landscape) } \references{ diff --git a/man/lsm_l_mutinf.Rd b/man/lsm_l_mutinf.Rd index 0653b4d82..ece7fade8 100644 --- a/man/lsm_l_mutinf.Rd +++ b/man/lsm_l_mutinf.Rd @@ -31,7 +31,8 @@ It disambiguates landscape pattern types characterize by the same value of an overall complexity (\code{\link{lsm_l_joinent}}). } \examples{ -lsm_l_mutinf(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_mutinf(landscape) } \references{ diff --git a/man/lsm_l_ndca.Rd b/man/lsm_l_ndca.Rd index 1683d9d48..7d5555ebe 100644 --- a/man/lsm_l_ndca.Rd +++ b/man/lsm_l_ndca.Rd @@ -48,7 +48,8 @@ an edge cell. NDCA increases, with out limit, as core area increases and patch s disjunct core areas (i.e. patch shapes become rather complex).} } \examples{ -lsm_l_ndca(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_ndca(landscape) } \references{ diff --git a/man/lsm_l_np.Rd b/man/lsm_l_np.Rd index 84bef73d9..dda823363 100644 --- a/man/lsm_l_np.Rd +++ b/man/lsm_l_np.Rd @@ -32,7 +32,8 @@ composition of the landscape. increases, without limit, as the number of patches increases} } \examples{ -lsm_l_np(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_np(landscape) } \references{ diff --git a/man/lsm_l_pafrac.Rd b/man/lsm_l_pafrac.Rd index 3f7d17be1..929aaed11 100644 --- a/man/lsm_l_pafrac.Rd +++ b/man/lsm_l_pafrac.Rd @@ -38,7 +38,8 @@ issue. approaches PAFRAC = 2 for irregular shapes} } \examples{ -lsm_l_pafrac(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_pafrac(landscape) } \references{ diff --git a/man/lsm_l_para_cv.Rd b/man/lsm_l_para_cv.Rd index 8001ed69e..3135ad109 100644 --- a/man/lsm_l_para_cv.Rd +++ b/man/lsm_l_para_cv.Rd @@ -35,7 +35,8 @@ all patches. Increases, without limit, as the variation of the perimeter-area ra increases.} } \examples{ -lsm_l_para_cv(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_para_cv(landscape) } \references{ diff --git a/man/lsm_l_para_mn.Rd b/man/lsm_l_para_mn.Rd index a9a4502db..9f082f3fc 100644 --- a/man/lsm_l_para_mn.Rd +++ b/man/lsm_l_para_mn.Rd @@ -35,7 +35,8 @@ i.e. the form approaches a rather small square. Increases, without limit, as PAR i.e. patches become more complex.} } \examples{ -lsm_l_para_mn(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_para_mn(landscape) } \references{ diff --git a/man/lsm_l_para_sd.Rd b/man/lsm_l_para_sd.Rd index efe1ca593..e027c06ff 100644 --- a/man/lsm_l_para_sd.Rd +++ b/man/lsm_l_para_sd.Rd @@ -35,7 +35,8 @@ all patches. Increases, without limit, as the variation of the perimeter-area ra increases.} } \examples{ -lsm_l_para_sd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_para_sd(landscape) } \references{ diff --git a/man/lsm_l_pd.Rd b/man/lsm_l_pd.Rd index 3c73cd650..14a03b375 100644 --- a/man/lsm_l_pd.Rd +++ b/man/lsm_l_pd.Rd @@ -34,7 +34,8 @@ comparisons among landscapes with different total area are possible. if every cell is a different patch.} } \examples{ -lsm_l_pd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_pd(landscape) } \references{ diff --git a/man/lsm_l_pladj.Rd b/man/lsm_l_pladj.Rd index 289e9f708..002eccce6 100644 --- a/man/lsm_l_pladj.Rd +++ b/man/lsm_l_pladj.Rd @@ -31,7 +31,8 @@ i.e. every cell is a different patch. Equals PLADJ = 100 when the only one patch is present.} } \examples{ -lsm_l_pladj(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_pladj(landscape) } \references{ diff --git a/man/lsm_l_pr.Rd b/man/lsm_l_pr.Rd index f1945b6d9..760224fc0 100644 --- a/man/lsm_l_pr.Rd +++ b/man/lsm_l_pr.Rd @@ -29,7 +29,8 @@ different total areas. limit, as the number of classes increases} } \examples{ -lsm_l_pr(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_pr(landscape) } \references{ diff --git a/man/lsm_l_prd.Rd b/man/lsm_l_prd.Rd index 6ce807b08..5142daf81 100644 --- a/man/lsm_l_prd.Rd +++ b/man/lsm_l_prd.Rd @@ -34,7 +34,8 @@ is rather large. Increases, without limit, as the number of classes increases an total landscape area decreases.} } \examples{ -lsm_l_prd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_prd(landscape) } \references{ diff --git a/man/lsm_l_relmutinf.Rd b/man/lsm_l_relmutinf.Rd index 2414f82b1..504ff9127 100644 --- a/man/lsm_l_relmutinf.Rd +++ b/man/lsm_l_relmutinf.Rd @@ -31,7 +31,8 @@ Due to the spatial autocorrelation, the value of mutual information tends to gro When the value of mutual information equals to 0, then relative mutual information is 1. } \examples{ -lsm_l_relmutinf(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_relmutinf(landscape) } \references{ diff --git a/man/lsm_l_rpr.Rd b/man/lsm_l_rpr.Rd index bc50bf50b..3c0489bbb 100644 --- a/man/lsm_l_rpr.Rd +++ b/man/lsm_l_rpr.Rd @@ -35,7 +35,8 @@ the functions returns \code{NA}. but the maximum number of classes is large. Equals RPR = 100 when m = m_max} } \examples{ -lsm_l_rpr(terra::unwrap(landscape), classes_max = 5) +landscape <- terra::rast(landscape) +lsm_l_rpr(landscape, classes_max = 5) } \references{ diff --git a/man/lsm_l_shape_cv.Rd b/man/lsm_l_shape_cv.Rd index ae3f003d0..3850028bf 100644 --- a/man/lsm_l_shape_cv.Rd +++ b/man/lsm_l_shape_cv.Rd @@ -33,7 +33,8 @@ equals the perimeter if the patch would be maximally compact. Increases, without limit, as the variation of the shape index increases.} } \examples{ -lsm_l_shape_cv(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_shape_cv(landscape) } \references{ diff --git a/man/lsm_l_shape_mn.Rd b/man/lsm_l_shape_mn.Rd index a03ab9bc7..9c3a2c60c 100644 --- a/man/lsm_l_shape_mn.Rd +++ b/man/lsm_l_shape_mn.Rd @@ -33,7 +33,8 @@ equals the perimeter if the patch would be maximally compact. Increases, without limit, as the shapes of patches become more complex.} } \examples{ -lsm_l_shape_mn(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_shape_mn(landscape) } \references{ diff --git a/man/lsm_l_shape_sd.Rd b/man/lsm_l_shape_sd.Rd index ba9648415..81349ac8f 100644 --- a/man/lsm_l_shape_sd.Rd +++ b/man/lsm_l_shape_sd.Rd @@ -33,7 +33,8 @@ equals the perimeter if the patch would be maximally compact. Increases, without limit, as the variation of the shape index increases.} } \examples{ -lsm_l_shape_sd(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_shape_sd(landscape) } \references{ diff --git a/man/lsm_l_shdi.Rd b/man/lsm_l_shdi.Rd index 623291d4a..d082f346f 100644 --- a/man/lsm_l_shdi.Rd +++ b/man/lsm_l_shdi.Rd @@ -29,7 +29,8 @@ without limit, as the number of classes increases while the proportions are equally distributed} } \examples{ -lsm_l_shdi(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_shdi(landscape) } \references{ diff --git a/man/lsm_l_shei.Rd b/man/lsm_l_shei.Rd index 655000134..653714ee3 100644 --- a/man/lsm_l_shei.Rd +++ b/man/lsm_l_shei.Rd @@ -30,7 +30,8 @@ measure of dominance. when the proportion of classes is completely equally distributed} } \examples{ -lsm_l_shei(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_shei(landscape) } \references{ diff --git a/man/lsm_l_sidi.Rd b/man/lsm_l_sidi.Rd index 4ffc3861c..5ed1be58d 100644 --- a/man/lsm_l_sidi.Rd +++ b/man/lsm_l_sidi.Rd @@ -34,7 +34,8 @@ SIDI < 1 when the number of class types increases while the proportions are equa distributed} } \examples{ -lsm_l_sidi(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_sidi(landscape) } \references{ diff --git a/man/lsm_l_siei.Rd b/man/lsm_l_siei.Rd index 62804c038..cb6f8b839 100644 --- a/man/lsm_l_siei.Rd +++ b/man/lsm_l_siei.Rd @@ -34,7 +34,8 @@ SIEI = 1 when the number of class types increases while the proportions are equally distributed} } \examples{ -lsm_l_siei(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_siei(landscape) } \references{ diff --git a/man/lsm_l_split.Rd b/man/lsm_l_split.Rd index 571ec664c..9854b8add 100644 --- a/man/lsm_l_split.Rd +++ b/man/lsm_l_split.Rd @@ -32,7 +32,8 @@ landscape would be divided into equally sized patches. the number of patches increases and is limited if all cells are a patch} } \examples{ -lsm_l_split(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_split(landscape) } \references{ diff --git a/man/lsm_l_ta.Rd b/man/lsm_l_ta.Rd index 53eb367f5..74724cfa6 100644 --- a/man/lsm_l_ta.Rd +++ b/man/lsm_l_ta.Rd @@ -31,7 +31,8 @@ in the landscape. It is the area of the observation area. without limit, as the size of the landscape increases.} } \examples{ -lsm_l_ta(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_ta(landscape) } \references{ diff --git a/man/lsm_l_tca.Rd b/man/lsm_l_tca.Rd index 907e9e7dd..0d0c9704c 100644 --- a/man/lsm_l_tca.Rd +++ b/man/lsm_l_tca.Rd @@ -42,7 +42,8 @@ because the sum of edges increase as patches are less aggregated. and patch shapes simplify. TCA = 0 when every cell in every patch is an edge.} } \examples{ -lsm_l_tca(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_tca(landscape) } \references{ diff --git a/man/lsm_l_te.Rd b/man/lsm_l_te.Rd index 73059be47..649ecba01 100644 --- a/man/lsm_l_te.Rd +++ b/man/lsm_l_te.Rd @@ -32,7 +32,8 @@ landscape boundary are included. as landscape becomes more fragmented} } \examples{ -lsm_l_te(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_te(landscape) } \references{ From be383dee1b6ef96474545496a7b0860de9d9fa1d Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Fri, 17 Mar 2023 11:07:00 +0100 Subject: [PATCH 016/101] imrpoves docs --- R/calculate_correlation.R | 3 ++- R/check_landscape.R | 9 ++++++--- R/data.R | 6 +++--- R/data_info.R | 9 ++++++--- R/landscape_as_list.R | 3 ++- R/landscapemetrics-package.R | 26 +++++--------------------- R/matrix_to_raster.R | 10 +++++----- R/pad_raster.R | 3 ++- R/proj_info.R | 10 +++++++--- R/sample_lsm.R | 6 +++--- R/show_cores.R | 2 +- R/show_correlation.R | 3 +-- R/show_lsm.R | 2 +- R/show_patches.R | 2 +- R/spatialize_lsm.R | 3 ++- R/unpad_raster.R | 3 ++- R/window_lsm.R | 4 +++- man/augusta_nlcd.Rd | 2 +- man/calculate_correlation.Rd | 3 ++- man/check_landscape.Rd | 9 ++++++--- man/data_info.Rd | 9 ++++++--- man/landscape.Rd | 2 +- man/landscape_as_list.Rd | 3 ++- man/landscapemetrics.Rd | 8 ++++---- man/matrix_to_raster.Rd | 10 +++++----- man/pad_raster.Rd | 3 ++- man/podlasie_ccilc.Rd | 2 +- man/proj_info.Rd | 10 +++++++--- man/sample_lsm.Rd | 4 ++-- man/show_cores.Rd | 2 +- man/show_correlation.Rd | 3 +-- man/show_lsm.Rd | 2 +- man/show_patches.Rd | 2 +- man/spatialize_lsm.Rd | 3 ++- man/unpad_raster.Rd | 3 ++- man/window_lsm.Rd | 4 +++- 36 files changed, 102 insertions(+), 86 deletions(-) diff --git a/R/calculate_correlation.R b/R/calculate_correlation.R index 2cd35e65c..60c846a84 100644 --- a/R/calculate_correlation.R +++ b/R/calculate_correlation.R @@ -14,7 +14,8 @@ #' @return list #' #' @examples -#' metrics <- calculate_lsm(terra::unwrap(landscape), what = c("patch", "class")) +#' landscape <- terra::rast(landscape) +#' metrics <- calculate_lsm(landscape, what = c("patch", "class")) #' calculate_correlation(metrics, method = "pearson") #' #' @aliases calculate_correlation diff --git a/R/check_landscape.R b/R/check_landscape.R index de55af92f..305a3a2e3 100644 --- a/R/check_landscape.R +++ b/R/check_landscape.R @@ -15,9 +15,12 @@ #' @return tibble #' #' @examples -#' check_landscape(terra::unwrap(augusta_nlcd)) -#' check_landscape(terra::unwrap(podlasie_ccilc)) -#' check_landscape(c(terra::unwrap(landscape), terra::unwrap(landscape))) +#' augusta_nlcd <- terra::rast(augusta_nlcd) +#' check_landscape(augusta_nlcd) +#' podlasie_ccilc <- terra::rast(podlasie_ccilc) +#' check_landscape(podlasie_ccilc) +#' landscape <- terra::rast(landscape) +#' check_landscape(c(landscape, landscape)) #' #' @aliases check_landscape #' @rdname check_landscape diff --git a/R/data.R b/R/data.R index 08497046e..3a02f5037 100644 --- a/R/data.R +++ b/R/data.R @@ -3,7 +3,7 @@ #' An example map to show landscapetools functionality #' generated with the `nlm_randomcluster()` algorithm. #' -#' @format A raster layer object. +#' @format A raster object. #' @source Simulated neutral landscape model with R. https://github.com/ropensci/NLMR/ "landscape" @@ -12,7 +12,7 @@ #' A real landscape of area near Augusta, Georgia obtained from the National #' Land Cover Database (NLCD) #' -#' @format A raster layer object. +#' @format A raster object. #' @source https://www.mrlc.gov/nlcd2011.php #' @references Homer, C.G., Dewitz, J.A., Yang, L., Jin, S., Danielson, P., Xian, G., Coulston, J., Herold, N.D., Wickham, J.D., and Megown, K., 2015, Completion of the 2011 National Land Cover Database for the conterminous United States-Representing a decade of land cover change information. Photogrammetric Engineering and Remote Sensing, v. 81, no. 5, p. 345-354 "augusta_nlcd" @@ -22,7 +22,7 @@ #' A real landscape of the Podlasie region in Poland from the ESA CCI Land #' Cover #' -#' @format A raster layer object. +#' @format A raster object. #' @source http://maps.elie.ucl.ac.be/CCI/viewer/ "podlasie_ccilc" diff --git a/R/data_info.R b/R/data_info.R index 39f83e687..f6e2ee93c 100644 --- a/R/data_info.R +++ b/R/data_info.R @@ -10,9 +10,12 @@ #' @return raster #' #' @examples -#' data_info(terra::unwrap(landscape)) -#' data_info(terra::unwrap(augusta_nlcd)) -#' data_info(terra::unwrap(podlasie_ccilc)) +#' augusta_nlcd <- terra::rast(augusta_nlcd) +#' data_info(augusta_nlcd) +#' podlasie_ccilc <- terra::rast(podlasie_ccilc) +#' data_info(podlasie_ccilc) +#' landscape <- terra::rast(landscape) +#' data_info(landscape) #' #' @aliases data_info #' @rdname data_info diff --git a/R/landscape_as_list.R b/R/landscape_as_list.R index c8f2ed12e..f8cd9d9eb 100644 --- a/R/landscape_as_list.R +++ b/R/landscape_as_list.R @@ -9,7 +9,8 @@ #' @return list #' #' @examples -#' landscape_as_list(c(terra::unwrap(landscape), terra::unwrap(landscape))) +#' landscape <- terra::rast(landscape) +#' landscape_as_list(c(landscape, landscape)) #' #' @aliases landscape_as_list #' @rdname landscape_as_list diff --git a/R/landscapemetrics-package.R b/R/landscapemetrics-package.R index 34138e0fd..131484c0a 100644 --- a/R/landscapemetrics-package.R +++ b/R/landscapemetrics-package.R @@ -1,11 +1,11 @@ #' @title landscapemetrics #' #' @description -#' Calculates landscape metrics for categorical landscape patterns in a tidy workflow. +#' Calculates landscape metrics for categorical landscape patterns in a tidy workflow. #' 'landscapemetrics' reimplements the most common metrics from 'FRAGSTATS' () -#' and new ones from the current literature on landscape metrics. This package -#' supports 'terra' SpatRaster objects as input arguments. It further provides -#' utility functionn to visualize patches, select metrics and building blocks to +#' and adds new ones from the current literature on landscape metrics. This package +#' supports 'terra' SpatRaster objects as input arguments. It further provides +#' utility functions to visualize patches, select metrics and building blocks to #' develop new metrics. #' #' @name landscapemetrics @@ -15,20 +15,4 @@ #' @keywords internal "_PACKAGE" -globalVariables(c("class_name", "class.get_patches", "count", "crs", - "dist", - "extract_id", - "function_name", - "global", - "id", - "label", "landscape", "lsm_abbreviations_names", "layer", "layer2", "level", - "metric", "metric_new", "metric_1", "metric_2", "minp", - "n", "name", "n_classes", - "OK", - "patch_id", - "raster_sample_plots", - "type", - "unpad_raster_value", - "value", "values", - "x", "x_centroid", - "y", "y_centroid")) +globalVariables(c("label", "metric_1", "metric_2", "value", "values", "x", "y")) diff --git a/R/matrix_to_raster.R b/R/matrix_to_raster.R index 19afafccf..82b65af03 100644 --- a/R/matrix_to_raster.R +++ b/R/matrix_to_raster.R @@ -3,10 +3,10 @@ #' @description Convert matrix to raster #' #' @param matrix matrix with values. -#' @param landscape RasterLayer. -#' @param landscape_empty If true, RasterLayer is landscape_empty -#' @param extent Extent of RasterLayer. -#' @param resolution Resolution of RasterLayer. +#' @param landscape SpatRaster +#' @param landscape_empty If true, SpatRaster is landscape_empty +#' @param extent Extent of SpatRaster +#' @param resolution Resolution of SpatRaster #' @param crs CRS of raster layer. #' @param to_disk If TRUE raster will be saved to disk. #' @@ -17,7 +17,7 @@ #' @return raster #' #' @examples -#' augusta_nlcd <- terra::unwrap(augusta_nlcd) +#' augusta_nlcd <- terra::rast(augusta_nlcd) #' #' test_matrix <- terra::as.matrix(augusta_nlcd, wide = TRUE) #' matrix_to_raster(matrix = test_matrix, landscape = augusta_nlcd) diff --git a/R/pad_raster.R b/R/pad_raster.R index 51d39f1d8..7a4ed78c3 100644 --- a/R/pad_raster.R +++ b/R/pad_raster.R @@ -17,7 +17,8 @@ #' @return raster #' #' @examples -#' pad_raster(terra::unwrap(landscape), pad_raster_value = -1, pad_raster_cells = 2) +#' landscape <- terra::rast(landscape) +#' pad_raster(landscape, pad_raster_value = -1, pad_raster_cells = 2) #' #' @aliases pad_raster #' @rdname pad_raster diff --git a/R/proj_info.R b/R/proj_info.R index ddfbda070..adb1f6bbb 100644 --- a/R/proj_info.R +++ b/R/proj_info.R @@ -10,9 +10,13 @@ #' @return raster #' #' @examples -#' proj_info(terra::unwrap(landscape)) -#' proj_info(terra::unwrap(augusta_nlcd)) -#' proj_info(terra::unwrap(podlasie_ccilc)) +#' +#' augusta_nlcd <- terra::rast(augusta_nlcd) +#' proj_info(augusta_nlcd) +#' podlasie_ccilc <- terra::rast(podlasie_ccilc) +#' proj_info(podlasie_ccilc) +#' landscape <- terra::rast(landscape) +#' proj_info(landscape) #' #' @aliases proj_info #' @rdname proj_info diff --git a/R/sample_lsm.R b/R/sample_lsm.R index 64fba3764..31812cf0c 100644 --- a/R/sample_lsm.R +++ b/R/sample_lsm.R @@ -8,7 +8,7 @@ #' points will be labelled 1...n. #' @param shape String specifying plot shape. Either "circle" or "square" #' @param size Approximated size of sample plot. Equals the radius for circles or half of -#' the side-length for squares in mapunits. For lines size equals the width of the buffer. +#' the side-length for squares in map units. For lines size equals the width of the buffer. #' @param all_classes Logical if NA should be returned for classes not present in some sample plots. #' @param return_raster Logical if the clipped raster of the sample plot should #' be returned @@ -40,7 +40,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::unwrap(landscape) +#' landscape <- terra::rast(landscape) #' #' # use a matrix #' sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) @@ -162,7 +162,7 @@ sample_lsm_int <- function(landscape, } # get area of all polygons - maximum_area <-sf::st_area(y) / 10000 + maximum_area <- sf::st_area(y) / 10000 number_plots <- nrow(y) diff --git a/R/show_cores.R b/R/show_cores.R index 9123b5ed1..2b90e4231 100644 --- a/R/show_cores.R +++ b/R/show_cores.R @@ -20,7 +20,7 @@ #' @return ggplot #' #' @examples -#' landscape <- terra::unwrap(landscape) +#' landscape <- terra::rast(landscape) #' #' # show "global" core area #' show_cores(landscape, class = "global", labels = FALSE) diff --git a/R/show_correlation.R b/R/show_correlation.R index 3877064fd..1544617b2 100644 --- a/R/show_correlation.R +++ b/R/show_correlation.R @@ -16,7 +16,7 @@ #' @return ggplot #' #' @examples -#' landscape <- terra::unwrap(landscape) +#' landscape <- terra::rast(landscape) #' #' metrics <- calculate_lsm(landscape, what = c("patch", "class")) #' show_correlation(data = metrics, method = "pearson") @@ -25,7 +25,6 @@ #' metrics <- calculate_lsm(landscape, what = c("patch", "class"))#' #' correlations <- calculate_correlation(metrics) #' show_correlation(data = correlations, method = "pearson") -#' #' } #' #' @aliases show_correlation diff --git a/R/show_lsm.R b/R/show_lsm.R index 42f306146..e368df24c 100644 --- a/R/show_lsm.R +++ b/R/show_lsm.R @@ -19,7 +19,7 @@ #' @return ggplot #' #' @examples -#' landscape <- terra::unwrap(landscape) +#' landscape <- terra::rast(landscape) #' #' show_lsm(landscape, what = "lsm_p_area", directions = 4) #' show_lsm(landscape, what = "lsm_p_shape", class = c(1, 2), label_lsm = TRUE) diff --git a/R/show_patches.R b/R/show_patches.R index 7c080de72..c2be75288 100644 --- a/R/show_patches.R +++ b/R/show_patches.R @@ -15,7 +15,7 @@ #' @return ggplot #' #' @examples -#' landscape <- terra::unwrap(landscape) +#' landscape <- terra::rast(landscape) #' #' show_patches(landscape) #' show_patches(landscape, class = c(1, 2)) diff --git a/R/spatialize_lsm.R b/R/spatialize_lsm.R index 6916a0697..288e62711 100644 --- a/R/spatialize_lsm.R +++ b/R/spatialize_lsm.R @@ -29,7 +29,8 @@ #' @return list #' #' @examples -#' spatialize_lsm(terra::unwrap(landscape), what = "lsm_p_area") +#' landscape <- terra::rast(landscape) +#' spatialize_lsm(landscape, what = "lsm_p_area") #' #' @aliases spatialize_lsm #' diff --git a/R/unpad_raster.R b/R/unpad_raster.R index 681d7a874..8d55ed760 100644 --- a/R/unpad_raster.R +++ b/R/unpad_raster.R @@ -15,7 +15,8 @@ #' @return raster #' #' @examples -#' lsm_padded <- pad_raster(terra::unwrap(landscape), pad_raster_cells = 2, pad_raster_value = -1) +#' landscape <- terra::rast(landscape) +#' lsm_padded <- pad_raster(landscape, pad_raster_cells = 2, pad_raster_value = -1) #' unpad_raster(lsm_padded[[1]], unpad_raster_cells = 2) #' #' @aliases unpad_raster diff --git a/R/window_lsm.R b/R/window_lsm.R index 636698a56..75ca1f6d1 100644 --- a/R/window_lsm.R +++ b/R/window_lsm.R @@ -18,7 +18,7 @@ #' metrics are allowed) for a local neighbourhood. The neighbourhood can be specified using a matrix. For more #' details, see \code{?terra::focal()}. The result will be a \code{RasterLayer} in which each focal cell includes #' the value of its neighbourhood and thereby allows to show gradients and variability in the landscape (Hagen-Zanker 2016). -#' To be type stable, the acutally result is always a nested list (first level for \code{RasterStack} layers, second level +#' To be type stable, the actual result is always a nested list (first level for \code{RasterStack} layers, second level #' for selected landscape metrics). #' #' @seealso @@ -30,6 +30,8 @@ #' #' @examples #' \dontrun{ +#' landscape <- terra::rast(landscape) +#' landscape_stack <- c(landscape, landscape) #' window <- matrix(1, nrow = 5,ncol = 5) #' window_lsm(landscape, window = window, what = c("lsm_l_pr", "lsm_l_joinent")) #' window_lsm(landscape_stack, window = window, what = c("lsm_l_pr", "lsm_l_joinent")) diff --git a/man/augusta_nlcd.Rd b/man/augusta_nlcd.Rd index 65c500398..909d34493 100644 --- a/man/augusta_nlcd.Rd +++ b/man/augusta_nlcd.Rd @@ -5,7 +5,7 @@ \alias{augusta_nlcd} \title{Augusta NLCD 2011} \format{ -A raster layer object. +A raster object. } \source{ https://www.mrlc.gov/nlcd2011.php diff --git a/man/calculate_correlation.Rd b/man/calculate_correlation.Rd index fc8367853..2a250ac1b 100644 --- a/man/calculate_correlation.Rd +++ b/man/calculate_correlation.Rd @@ -32,7 +32,8 @@ for the landscape level more than one landscape needs to be present. All input must be structured as returned by the \strong{landscapemetrics} package. } \examples{ -metrics <- calculate_lsm(terra::unwrap(landscape), what = c("patch", "class")) +landscape <- terra::rast(landscape) +metrics <- calculate_lsm(landscape, what = c("patch", "class")) calculate_correlation(metrics, method = "pearson") } diff --git a/man/check_landscape.Rd b/man/check_landscape.Rd index c30215018..aacfef437 100644 --- a/man/check_landscape.Rd +++ b/man/check_landscape.Rd @@ -26,8 +26,11 @@ units of the coordinate reference system, a class of the input landscape's values and the number of classes found in the landscape. } \examples{ -check_landscape(terra::unwrap(augusta_nlcd)) -check_landscape(terra::unwrap(podlasie_ccilc)) -check_landscape(c(terra::unwrap(landscape), terra::unwrap(landscape))) +augusta_nlcd <- terra::rast(augusta_nlcd) +check_landscape(augusta_nlcd) +podlasie_ccilc <- terra::rast(podlasie_ccilc) +check_landscape(podlasie_ccilc) +landscape <- terra::rast(landscape) +check_landscape(c(landscape, landscape)) } diff --git a/man/data_info.Rd b/man/data_info.Rd index 64113cdd4..dbd0239e4 100644 --- a/man/data_info.Rd +++ b/man/data_info.Rd @@ -19,9 +19,12 @@ Data info Check class of raster values and number of classes } \examples{ -data_info(terra::unwrap(landscape)) -data_info(terra::unwrap(augusta_nlcd)) -data_info(terra::unwrap(podlasie_ccilc)) +augusta_nlcd <- terra::rast(augusta_nlcd) +data_info(augusta_nlcd) +podlasie_ccilc <- terra::rast(podlasie_ccilc) +data_info(podlasie_ccilc) +landscape <- terra::rast(landscape) +data_info(landscape) } \keyword{internal} diff --git a/man/landscape.Rd b/man/landscape.Rd index 9bcb85075..8ca17bd68 100644 --- a/man/landscape.Rd +++ b/man/landscape.Rd @@ -5,7 +5,7 @@ \alias{landscape} \title{Example map (random cluster neutral landscape model).} \format{ -A raster layer object. +A raster object. } \source{ Simulated neutral landscape model with R. https://github.com/ropensci/NLMR/ diff --git a/man/landscape_as_list.Rd b/man/landscape_as_list.Rd index f58fe9a99..58dd097d9 100644 --- a/man/landscape_as_list.Rd +++ b/man/landscape_as_list.Rd @@ -43,6 +43,7 @@ Convert raster input to list Mainly for internal use } \examples{ -landscape_as_list(c(terra::unwrap(landscape), terra::unwrap(landscape))) +landscape <- terra::rast(landscape) +landscape_as_list(c(landscape, landscape)) } diff --git a/man/landscapemetrics.Rd b/man/landscapemetrics.Rd index e6e1b2ccd..c075e4597 100644 --- a/man/landscapemetrics.Rd +++ b/man/landscapemetrics.Rd @@ -6,11 +6,11 @@ \alias{landscapemetrics-package} \title{landscapemetrics} \description{ -Calculates landscape metrics for categorical landscape patterns in a tidy workflow. +Calculates landscape metrics for categorical landscape patterns in a tidy workflow. 'landscapemetrics' reimplements the most common metrics from 'FRAGSTATS' (\url{https://www.umass.edu/landeco/}) -and new ones from the current literature on landscape metrics. This package -supports 'terra' SpatRaster objects as input arguments. It further provides -utility functionn to visualize patches, select metrics and building blocks to +and adds new ones from the current literature on landscape metrics. This package +supports 'terra' SpatRaster objects as input arguments. It further provides +utility functions to visualize patches, select metrics and building blocks to develop new metrics. } \seealso{ diff --git a/man/matrix_to_raster.Rd b/man/matrix_to_raster.Rd index e53d1c8a1..b1abaf199 100644 --- a/man/matrix_to_raster.Rd +++ b/man/matrix_to_raster.Rd @@ -17,13 +17,13 @@ matrix_to_raster( \arguments{ \item{matrix}{matrix with values.} -\item{landscape}{RasterLayer.} +\item{landscape}{SpatRaster} -\item{landscape_empty}{If true, RasterLayer is landscape_empty} +\item{landscape_empty}{If true, SpatRaster is landscape_empty} -\item{extent}{Extent of RasterLayer.} +\item{extent}{Extent of SpatRaster} -\item{resolution}{Resolution of RasterLayer.} +\item{resolution}{Resolution of SpatRaster} \item{crs}{CRS of raster layer.} @@ -40,7 +40,7 @@ Converts \code{matrix} to a raster with same characteristics as \code{landscape} \code{landscape} or \code{extent}, \code{resolution} and \code{crs} must be specified. } \examples{ -augusta_nlcd <- terra::unwrap(augusta_nlcd) +augusta_nlcd <- terra::rast(augusta_nlcd) test_matrix <- terra::as.matrix(augusta_nlcd, wide = TRUE) matrix_to_raster(matrix = test_matrix, landscape = augusta_nlcd) diff --git a/man/pad_raster.Rd b/man/pad_raster.Rd index e9b648938..edab98a70 100644 --- a/man/pad_raster.Rd +++ b/man/pad_raster.Rd @@ -38,7 +38,8 @@ Adding padding to raster Adds equally (in all four directions) additional cells around the raster } \examples{ -pad_raster(terra::unwrap(landscape), pad_raster_value = -1, pad_raster_cells = 2) +landscape <- terra::rast(landscape) +pad_raster(landscape, pad_raster_value = -1, pad_raster_cells = 2) } \keyword{internal} diff --git a/man/podlasie_ccilc.Rd b/man/podlasie_ccilc.Rd index b0c91d83b..fed892a25 100644 --- a/man/podlasie_ccilc.Rd +++ b/man/podlasie_ccilc.Rd @@ -5,7 +5,7 @@ \alias{podlasie_ccilc} \title{Podlasie ESA CCI LC} \format{ -A raster layer object. +A raster object. } \source{ http://maps.elie.ucl.ac.be/CCI/viewer/ diff --git a/man/proj_info.Rd b/man/proj_info.Rd index 29fb4643d..61e52b5b2 100644 --- a/man/proj_info.Rd +++ b/man/proj_info.Rd @@ -19,9 +19,13 @@ Projection info Check projection of RasterLayer } \examples{ -proj_info(terra::unwrap(landscape)) -proj_info(terra::unwrap(augusta_nlcd)) -proj_info(terra::unwrap(podlasie_ccilc)) + +augusta_nlcd <- terra::rast(augusta_nlcd) +proj_info(augusta_nlcd) +podlasie_ccilc <- terra::rast(podlasie_ccilc) +proj_info(podlasie_ccilc) +landscape <- terra::rast(landscape) +proj_info(landscape) } \keyword{internal} diff --git a/man/sample_lsm.Rd b/man/sample_lsm.Rd index abffeb94a..f1e0a5db7 100644 --- a/man/sample_lsm.Rd +++ b/man/sample_lsm.Rd @@ -28,7 +28,7 @@ points will be labelled 1...n.} \item{shape}{String specifying plot shape. Either "circle" or "square"} \item{size}{Approximated size of sample plot. Equals the radius for circles or half of -the side-length for squares in mapunits. For lines size equals the width of the buffer.} +the side-length for squares in map units. For lines size equals the width of the buffer.} \item{all_classes}{Logical if NA should be returned for classes not present in some sample plots.} @@ -65,7 +65,7 @@ automatically all possibilities are selected. Therefore, to get \strong{all} available metrics, don't specify any of the above arguments. } \examples{ -landscape <- terra::unwrap(landscape) +landscape <- terra::rast(landscape) # use a matrix sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) diff --git a/man/show_cores.Rd b/man/show_cores.Rd index b5b6efaf9..73758e571 100644 --- a/man/show_cores.Rd +++ b/man/show_cores.Rd @@ -45,7 +45,7 @@ The functions plots the core area of patches labeled with the corresponding patch id. The edges are the grey cells surrounding the patches and are always shown. } \examples{ -landscape <- terra::unwrap(landscape) +landscape <- terra::rast(landscape) # show "global" core area show_cores(landscape, class = "global", labels = FALSE) diff --git a/man/show_correlation.Rd b/man/show_correlation.Rd index b4ff76ea5..bffb0baf1 100644 --- a/man/show_correlation.Rd +++ b/man/show_correlation.Rd @@ -38,7 +38,7 @@ for the landscape level more than one landscape needs to be present. All input must be structured as returned by the \strong{landscapemetrics} package. } \examples{ -landscape <- terra::unwrap(landscape) +landscape <- terra::rast(landscape) metrics <- calculate_lsm(landscape, what = c("patch", "class")) show_correlation(data = metrics, method = "pearson") @@ -47,7 +47,6 @@ show_correlation(data = metrics, method = "pearson") metrics <- calculate_lsm(landscape, what = c("patch", "class"))#' correlations <- calculate_correlation(metrics) show_correlation(data = correlations, method = "pearson") - } } diff --git a/man/show_lsm.Rd b/man/show_lsm.Rd index 74f0a2a53..66a02630a 100644 --- a/man/show_lsm.Rd +++ b/man/show_lsm.Rd @@ -48,7 +48,7 @@ Show landscape metrics on patch level printed in their corresponding patch. The function plots all patches with a fill corresponding to the value of the chosen landscape metric on patch level. } \examples{ -landscape <- terra::unwrap(landscape) +landscape <- terra::rast(landscape) show_lsm(landscape, what = "lsm_p_area", directions = 4) show_lsm(landscape, what = "lsm_p_shape", class = c(1, 2), label_lsm = TRUE) diff --git a/man/show_patches.Rd b/man/show_patches.Rd index 7c43d9f19..6c2ef1e05 100644 --- a/man/show_patches.Rd +++ b/man/show_patches.Rd @@ -36,7 +36,7 @@ The functions plots the landscape with the patches labeled with the corresponding patch id. } \examples{ -landscape <- terra::unwrap(landscape) +landscape <- terra::rast(landscape) show_patches(landscape) show_patches(landscape, class = c(1, 2)) diff --git a/man/spatialize_lsm.Rd b/man/spatialize_lsm.Rd index 04b8be61c..d581d1a4a 100644 --- a/man/spatialize_lsm.Rd +++ b/man/spatialize_lsm.Rd @@ -54,7 +54,8 @@ The second level contains a \code{RasterLayer} for each selected metric value of the patch it belongs to. Only patch level metrics are allowed. } \examples{ -spatialize_lsm(terra::unwrap(landscape), what = "lsm_p_area") +landscape <- terra::rast(landscape) +spatialize_lsm(landscape, what = "lsm_p_area") } \seealso{ diff --git a/man/unpad_raster.Rd b/man/unpad_raster.Rd index 5bd0ae2be..b73112de9 100644 --- a/man/unpad_raster.Rd +++ b/man/unpad_raster.Rd @@ -32,7 +32,8 @@ Adding padding to raster Removes equally (in all four directions) additional cells around the raster } \examples{ -lsm_padded <- pad_raster(terra::unwrap(landscape), pad_raster_cells = 2, pad_raster_value = -1) +landscape <- terra::rast(landscape) +lsm_padded <- pad_raster(landscape, pad_raster_cells = 2, pad_raster_value = -1) unpad_raster(lsm_padded[[1]], unpad_raster_cells = 2) } diff --git a/man/window_lsm.Rd b/man/window_lsm.Rd index 55bf2bb27..a909f0d95 100644 --- a/man/window_lsm.Rd +++ b/man/window_lsm.Rd @@ -47,11 +47,13 @@ The function calculates for each focal cell the selected landscape metrics (curr metrics are allowed) for a local neighbourhood. The neighbourhood can be specified using a matrix. For more details, see \code{?terra::focal()}. The result will be a \code{RasterLayer} in which each focal cell includes the value of its neighbourhood and thereby allows to show gradients and variability in the landscape (Hagen-Zanker 2016). -To be type stable, the acutally result is always a nested list (first level for \code{RasterStack} layers, second level +To be type stable, the actual result is always a nested list (first level for \code{RasterStack} layers, second level for selected landscape metrics). } \examples{ \dontrun{ +landscape <- terra::rast(landscape) +landscape_stack <- c(landscape, landscape) window <- matrix(1, nrow = 5,ncol = 5) window_lsm(landscape, window = window, what = c("lsm_l_pr", "lsm_l_joinent")) window_lsm(landscape_stack, window = window, what = c("lsm_l_pr", "lsm_l_joinent")) From 74f9f9d0b3b5879ce3e700d516f456f4b424b595 Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Sat, 18 Mar 2023 14:12:20 +0100 Subject: [PATCH 017/101] improves docs --- R/get_adjacencies.R | 6 +++--- R/get_boundaries.R | 5 +++-- R/get_centroids.R | 3 ++- R/get_circumscribingcircle.R | 8 +++++--- R/get_nearestneighbour.R | 5 +++-- R/get_patches.R | 2 +- R/get_unique_values.R | 6 +++--- man/get_adjacencies.Rd | 6 +++--- man/get_boundaries.Rd | 5 +++-- man/get_centroids.Rd | 3 ++- man/get_circumscribingcircle.Rd | 8 +++++--- man/get_nearestneighbour.Rd | 5 +++-- man/get_patches.Rd | 2 +- man/get_unique_values.Rd | 6 +++--- 14 files changed, 40 insertions(+), 30 deletions(-) diff --git a/R/get_adjacencies.R b/R/get_adjacencies.R index d66ee6876..d3bab8919 100644 --- a/R/get_adjacencies.R +++ b/R/get_adjacencies.R @@ -26,12 +26,12 @@ #' @return matrix with adjacencies between classes in a raster and between cells from the same class. #' #' @examples -#' landscape <- terra::unwrap(landscape) +#' landscape <- terra::rast(landscape) #' # calculate full adjacency matrix #' get_adjacencies(landscape, 4) #' -#' # equivalent with the raster package: -#' adjacencies <- terra::adjacent(landscape, 1:terra::ncell(landscape), "rook", pairs=TRUE) +#' # equivalent with the terra package: +#' adjacencies <- terra::adjacent(landscape, 1:terra::ncell(landscape), "rook", pairs = TRUE) #' table(terra::values(landscape, mat = FALSE)[adjacencies[,1]], #' terra::values(landscape, mat = FALSE)[adjacencies[,2]]) #' diff --git a/R/get_boundaries.R b/R/get_boundaries.R index 94422caac..c3ee7b747 100644 --- a/R/get_boundaries.R +++ b/R/get_boundaries.R @@ -2,7 +2,7 @@ #' #' @description Get boundary cells of patches #' -#' @param landscape RasterLayer or matrix. +#' @param landscape SpatRaster or matrix. #' @param consider_boundary Logical if cells that only neighbour the landscape #' boundary should be considered as edge. #' @param edge_depth Distance (in cells) a cell has the be away from the patch @@ -20,7 +20,8 @@ #' @return List with RasterLayer or matrix #' #' @examples -#' class_1 <- get_patches(terra::unwrap(landscape), class = 1)[[1]][[1]] +#' landscape <- terra::rast(landscape) +#' class_1 <- get_patches(landscape, class = 1)[[1]][[1]] #' #' get_boundaries(class_1) #' get_boundaries(class_1, return_raster = FALSE) diff --git a/R/get_centroids.R b/R/get_centroids.R index 40bfe9e3c..b587a640e 100644 --- a/R/get_centroids.R +++ b/R/get_centroids.R @@ -18,7 +18,8 @@ #' #' @examples #' # get centroid location -#' get_centroids(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' get_centroids(landscape) #' #' @aliases get_centroids #' @rdname get_centroids diff --git a/R/get_circumscribingcircle.R b/R/get_circumscribingcircle.R index 6700c97cd..d12348ee4 100644 --- a/R/get_circumscribingcircle.R +++ b/R/get_circumscribingcircle.R @@ -2,7 +2,7 @@ #' #' @description Diameter of the circumscribing circle around patches #' -#' @param landscape RasterLayer or matrix (with x, y, id columns) +#' @param landscape SpatRaster or matrix (with x, y, id columns) #' @param directions The number of directions in which patches should be #' connected: 4 (rook's case) or 8 (queen's case). #' @param level Either 'patch' or 'class' for the corresponding level. @@ -16,11 +16,13 @@ #' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). #' #' @examples +#' landscape <- terra::rast(landscape) +#' #' # get circle around each patch -#' get_circumscribingcircle(terra::unwrap(landscape)) +#' get_circumscribingcircle(landscape) #' #' # get circle around whole class -#' get_circumscribingcircle(terra::unwrap(landscape), level = "class") +#' get_circumscribingcircle(landscape, level = "class") #' #' @aliases get_circumscribingcircle #' @rdname get_circumscribingcircle diff --git a/R/get_nearestneighbour.R b/R/get_nearestneighbour.R index 32ae713ed..cfb8014fc 100644 --- a/R/get_nearestneighbour.R +++ b/R/get_nearestneighbour.R @@ -2,7 +2,7 @@ #' #' @description Euclidean distance to nearest neighbour #' -#' @param landscape RasterLayer or matrix (with x,y,id columns). +#' @param landscape SpatRaster or matrix (with x,y,id columns). #' @param return_id If TRUE, also the patch ID of the nearest neighbour is returned. #' #' @details @@ -18,7 +18,8 @@ #' #' @examples #' # get patches for class 1 -#' class_1 <- get_patches(terra::unwrap(landscape), class = 2)[[1]][[1]] +#' landscape <- terra::rast(landscape) +#' class_1 <- get_patches(landscape, class = 2)[[1]][[1]] #' #' # calculate the distance between patches #' get_nearestneighbour(class_1) diff --git a/R/get_patches.R b/R/get_patches.R index 2ebc5da25..9202959bb 100644 --- a/R/get_patches.R +++ b/R/get_patches.R @@ -34,7 +34,7 @@ #' @return List #' #' @examples -#' landscape <- terra::unwrap(landscape) +#' landscape <- terra::rast(landscape) #' #' # check for patches of class 1 #' patched_raster <- get_patches(landscape, class = 1) diff --git a/R/get_unique_values.R b/R/get_unique_values.R index 5bac51b06..ce8b38c4e 100644 --- a/R/get_unique_values.R +++ b/R/get_unique_values.R @@ -5,20 +5,20 @@ #' @param x Vector, matrix, raster, stars, or terra object or list of previous. #' @param simplify If true, a vector will be returned instead of a list for #' 1-dimensional input -#' @param verbose If true, warning messages are printend +#' @param verbose If true, warning messages are printed #' #' @details #' Fast and memory friendly Rcpp implementation to find the unique values of an object. #' #' @examples -#' landscape <- terra::unwrap(landscape) +#' landscape <- terra::rast(landscape) #' #' get_unique_values(landscape) #' #' landscape_stack <- c(landscape, landscape, landscape) #' get_unique_values(landscape_stack) #' -#' landscape_matrix <-terra::as.matrix(landscape, wide = TRUE) +#' landscape_matrix <- terra::as.matrix(landscape, wide = TRUE) #' get_unique_values(landscape_matrix) #' #' x_vec <- c(1, 2, 1, 1, 2, 2) diff --git a/man/get_adjacencies.Rd b/man/get_adjacencies.Rd index 4dda194f4..15967a9a0 100644 --- a/man/get_adjacencies.Rd +++ b/man/get_adjacencies.Rd @@ -38,12 +38,12 @@ like adjacencies, a count for how many edges a shared in each class with the sam The "unlike" adjacencies are counting the cellwise edges between different classes. } \examples{ -landscape <- terra::unwrap(landscape) +landscape <- terra::rast(landscape) # calculate full adjacency matrix get_adjacencies(landscape, 4) -# equivalent with the raster package: -adjacencies <- terra::adjacent(landscape, 1:terra::ncell(landscape), "rook", pairs=TRUE) +# equivalent with the terra package: +adjacencies <- terra::adjacent(landscape, 1:terra::ncell(landscape), "rook", pairs = TRUE) table(terra::values(landscape, mat = FALSE)[adjacencies[,1]], terra::values(landscape, mat = FALSE)[adjacencies[,2]]) diff --git a/man/get_boundaries.Rd b/man/get_boundaries.Rd index 96ea0451c..583a51aeb 100644 --- a/man/get_boundaries.Rd +++ b/man/get_boundaries.Rd @@ -14,7 +14,7 @@ get_boundaries( ) } \arguments{ -\item{landscape}{RasterLayer or matrix.} +\item{landscape}{SpatRaster or matrix.} \item{consider_boundary}{Logical if cells that only neighbour the landscape boundary should be considered as edge.} @@ -41,7 +41,8 @@ cell or a cell with a different value than itself. Non-boundary cells only neighbour cells with the same value than themself. } \examples{ -class_1 <- get_patches(terra::unwrap(landscape), class = 1)[[1]][[1]] +landscape <- terra::rast(landscape) +class_1 <- get_patches(landscape, class = 1)[[1]][[1]] get_boundaries(class_1) get_boundaries(class_1, return_raster = FALSE) diff --git a/man/get_centroids.Rd b/man/get_centroids.Rd index 0165e1f1a..ad9d39bb5 100644 --- a/man/get_centroids.Rd +++ b/man/get_centroids.Rd @@ -36,6 +36,7 @@ centroid is defined as the cell center that is the closest to the mean location. } \examples{ # get centroid location -get_centroids(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +get_centroids(landscape) } diff --git a/man/get_circumscribingcircle.Rd b/man/get_circumscribingcircle.Rd index a3adeac80..8edce2880 100644 --- a/man/get_circumscribingcircle.Rd +++ b/man/get_circumscribingcircle.Rd @@ -7,7 +7,7 @@ get_circumscribingcircle(landscape, directions = 8, level = "patch") } \arguments{ -\item{landscape}{RasterLayer or matrix (with x, y, id columns)} +\item{landscape}{SpatRaster or matrix (with x, y, id columns)} \item{directions}{The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).} @@ -23,11 +23,13 @@ is based on the maximum distance between the corners of each cell. This ensures cells of the patch are included in the patch. } \examples{ +landscape <- terra::rast(landscape) + # get circle around each patch -get_circumscribingcircle(terra::unwrap(landscape)) +get_circumscribingcircle(landscape) # get circle around whole class -get_circumscribingcircle(terra::unwrap(landscape), level = "class") +get_circumscribingcircle(landscape, level = "class") } \references{ diff --git a/man/get_nearestneighbour.Rd b/man/get_nearestneighbour.Rd index 2928c393e..71d491336 100644 --- a/man/get_nearestneighbour.Rd +++ b/man/get_nearestneighbour.Rd @@ -7,7 +7,7 @@ get_nearestneighbour(landscape, return_id = FALSE) } \arguments{ -\item{landscape}{RasterLayer or matrix (with x,y,id columns).} +\item{landscape}{SpatRaster or matrix (with x,y,id columns).} \item{return_id}{If TRUE, also the patch ID of the nearest neighbour is returned.} } @@ -24,7 +24,8 @@ might be returned. } \examples{ # get patches for class 1 -class_1 <- get_patches(terra::unwrap(landscape), class = 2)[[1]][[1]] +landscape <- terra::rast(landscape) +class_1 <- get_patches(landscape, class = 2)[[1]][[1]] # calculate the distance between patches get_nearestneighbour(class_1) diff --git a/man/get_patches.Rd b/man/get_patches.Rd index 7e77f72a1..db4621fc3 100644 --- a/man/get_patches.Rd +++ b/man/get_patches.Rd @@ -48,7 +48,7 @@ this option can be set globally, so that every function that internally uses \code{get_patches} can make use of that. } \examples{ -landscape <- terra::unwrap(landscape) +landscape <- terra::rast(landscape) # check for patches of class 1 patched_raster <- get_patches(landscape, class = 1) diff --git a/man/get_unique_values.Rd b/man/get_unique_values.Rd index a8d7d01bc..85467b696 100644 --- a/man/get_unique_values.Rd +++ b/man/get_unique_values.Rd @@ -12,7 +12,7 @@ get_unique_values(x, simplify = FALSE, verbose = TRUE) \item{simplify}{If true, a vector will be returned instead of a list for 1-dimensional input} -\item{verbose}{If true, warning messages are printend} +\item{verbose}{If true, warning messages are printed} } \description{ This function returns the unique values of an object. @@ -21,14 +21,14 @@ This function returns the unique values of an object. Fast and memory friendly Rcpp implementation to find the unique values of an object. } \examples{ -landscape <- terra::unwrap(landscape) +landscape <- terra::rast(landscape) get_unique_values(landscape) landscape_stack <- c(landscape, landscape, landscape) get_unique_values(landscape_stack) -landscape_matrix <-terra::as.matrix(landscape, wide = TRUE) +landscape_matrix <- terra::as.matrix(landscape, wide = TRUE) get_unique_values(landscape_matrix) x_vec <- c(1, 2, 1, 1, 2, 2) From 9ef71f780523683147edf53c1e89cbc70e86617f Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Sat, 18 Mar 2023 14:16:04 +0100 Subject: [PATCH 018/101] completes unusing unwrap --- R/calculate_lsm.R | 7 ++++--- R/data.R | 3 ++- R/extract_lsm.R | 6 ++++-- R/lsm_l_contig_cv.R | 3 ++- R/lsm_l_contig_mn.R | 3 ++- R/lsm_p_shape.R | 3 ++- man/calculate_lsm.Rd | 7 ++++--- man/extract_lsm.Rd | 6 ++++-- man/lsm_abbreviations_names.Rd | 3 ++- man/lsm_l_contig_cv.Rd | 3 ++- man/lsm_l_contig_mn.Rd | 3 ++- man/lsm_p_shape.Rd | 3 ++- tests/testthat/helper-landscapes.R | 6 +++--- 13 files changed, 35 insertions(+), 21 deletions(-) diff --git a/R/calculate_lsm.R b/R/calculate_lsm.R index 3f294888b..2c186f398 100644 --- a/R/calculate_lsm.R +++ b/R/calculate_lsm.R @@ -45,9 +45,10 @@ #' #' @examples #' \dontrun{ -#' calculate_lsm(terra::unwrap(landscape), progress = TRUE) -#' calculate_lsm(terra::unwrap(landscape), what = c("patch", "lsm_c_te", "lsm_l_pr")) -#' calculate_lsm(terra::unwrap(landscape), level = c("class", "landscape"), +#' landscape <- terra::rast(landscape) +#' calculate_lsm(landscape, progress = TRUE) +#' calculate_lsm(landscape, what = c("patch", "lsm_c_te", "lsm_l_pr")) +#' calculate_lsm(landscape, level = c("class", "landscape"), #' type = "aggregation metric") #' } #' diff --git a/R/data.R b/R/data.R index 3a02f5037..7d66becd4 100644 --- a/R/data.R +++ b/R/data.R @@ -118,7 +118,8 @@ #' a more readable results tibble or for visualizing your results. #' #' @examples -#' patch_area <- lsm_p_area(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' patch_area <- lsm_p_area(landscape) #' patch_area <- merge(x = patch_area, y = lsm_abbreviations_names, by = c("level", "metric")) #' #' @format A tibble object. diff --git a/R/extract_lsm.R b/R/extract_lsm.R index a7636b5b0..7bede6550 100644 --- a/R/extract_lsm.R +++ b/R/extract_lsm.R @@ -30,9 +30,11 @@ #' @return tibble #' #' @examples +#' landscape <- terra::rast(landscape) +#' #' points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) -#' extract_lsm(terra::unwrap(landscape), y = points) -#' extract_lsm(terra::unwrap(landscape), y = points, type = "aggregation metric") +#' extract_lsm(landscape, y = points) +#' extract_lsm(landscape, y = points, type = "aggregation metric") #' #' \dontrun{ #' # use lines diff --git a/R/lsm_l_contig_cv.R b/R/lsm_l_contig_cv.R index ca3269994..315c7bc56 100644 --- a/R/lsm_l_contig_cv.R +++ b/R/lsm_l_contig_cv.R @@ -41,7 +41,8 @@ #' @return tibble #' #' @examples -#' lsm_l_contig_cv(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_contig_cv(landscape) #' #' @aliases lsm_l_contig_cv #' @rdname lsm_l_contig_cv diff --git a/R/lsm_l_contig_mn.R b/R/lsm_l_contig_mn.R index 430dd2b45..021e143af 100644 --- a/R/lsm_l_contig_mn.R +++ b/R/lsm_l_contig_mn.R @@ -40,7 +40,8 @@ #' @return tibble #' #' @examples -#' lsm_l_contig_mn(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_l_contig_mn(landscape) #' #' @aliases lsm_l_contig_mn #' @rdname lsm_l_contig_mn diff --git a/R/lsm_p_shape.R b/R/lsm_p_shape.R index b45698ab3..fe58c59a7 100644 --- a/R/lsm_p_shape.R +++ b/R/lsm_p_shape.R @@ -33,7 +33,8 @@ #' @return tibble #' #' @examples -#' lsm_p_shape(terra::unwrap(landscape)) +#' landscape <- terra::rast(landscape) +#' lsm_p_shape(landscape) #' #' @aliases lsm_p_shape #' @rdname lsm_p_shape diff --git a/man/calculate_lsm.Rd b/man/calculate_lsm.Rd index d9c289510..2c8153853 100644 --- a/man/calculate_lsm.Rd +++ b/man/calculate_lsm.Rd @@ -87,9 +87,10 @@ above arguments. } \examples{ \dontrun{ -calculate_lsm(terra::unwrap(landscape), progress = TRUE) -calculate_lsm(terra::unwrap(landscape), what = c("patch", "lsm_c_te", "lsm_l_pr")) -calculate_lsm(terra::unwrap(landscape), level = c("class", "landscape"), +landscape <- terra::rast(landscape) +calculate_lsm(landscape, progress = TRUE) +calculate_lsm(landscape, what = c("patch", "lsm_c_te", "lsm_l_pr")) +calculate_lsm(landscape, level = c("class", "landscape"), type = "aggregation metric") } diff --git a/man/extract_lsm.Rd b/man/extract_lsm.Rd index 3fd50c0bd..934c24ce6 100644 --- a/man/extract_lsm.Rd +++ b/man/extract_lsm.Rd @@ -58,9 +58,11 @@ other \code{lsm}-function of \code{landscapemetrics}. Returns a tibble with chos metrics and the ID of the spatial objects. } \examples{ +landscape <- terra::rast(landscape) + points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) -extract_lsm(terra::unwrap(landscape), y = points) -extract_lsm(terra::unwrap(landscape), y = points, type = "aggregation metric") +extract_lsm(landscape, y = points) +extract_lsm(landscape, y = points, type = "aggregation metric") \dontrun{ # use lines diff --git a/man/lsm_abbreviations_names.Rd b/man/lsm_abbreviations_names.Rd index 1837755b3..43c5bfeaa 100644 --- a/man/lsm_abbreviations_names.Rd +++ b/man/lsm_abbreviations_names.Rd @@ -20,7 +20,8 @@ Can be used after calculating the metric(s) with a join to have a more readable results tibble or for visualizing your results. } \examples{ -patch_area <- lsm_p_area(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +patch_area <- lsm_p_area(landscape) patch_area <- merge(x = patch_area, y = lsm_abbreviations_names, by = c("level", "metric")) } diff --git a/man/lsm_l_contig_cv.Rd b/man/lsm_l_contig_cv.Rd index 4d02b3fed..4f2ff7a73 100644 --- a/man/lsm_l_contig_cv.Rd +++ b/man/lsm_l_contig_cv.Rd @@ -43,7 +43,8 @@ identical for all patches. Increases, without limit, as the variation of CONTIG increases.} } \examples{ -lsm_l_contig_cv(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_contig_cv(landscape) } \references{ diff --git a/man/lsm_l_contig_mn.Rd b/man/lsm_l_contig_mn.Rd index 902b9fd36..2252b1877 100644 --- a/man/lsm_l_contig_mn.Rd +++ b/man/lsm_l_contig_mn.Rd @@ -42,7 +42,8 @@ patch cells in the rookie case result in larger contiguity index values. patches.} } \examples{ -lsm_l_contig_mn(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_l_contig_mn(landscape) } \references{ diff --git a/man/lsm_p_shape.Rd b/man/lsm_p_shape.Rd index 5ee5bae34..9dddb0e29 100644 --- a/man/lsm_p_shape.Rd +++ b/man/lsm_p_shape.Rd @@ -33,7 +33,8 @@ equals the perimeter if the patch would be maximally compact. increases, without limit, as the patch shape becomes more complex.} } \examples{ -lsm_p_shape(terra::unwrap(landscape)) +landscape <- terra::rast(landscape) +lsm_p_shape(landscape) } \references{ diff --git a/tests/testthat/helper-landscapes.R b/tests/testthat/helper-landscapes.R index 22d0f4992..6698fcc14 100644 --- a/tests/testthat/helper-landscapes.R +++ b/tests/testthat/helper-landscapes.R @@ -1,8 +1,8 @@ # create landscapes -landscape <- terra::unwrap(landscape) -augusta_nlcd <- terra::unwrap(augusta_nlcd) -podlasie_ccilc <- terra::unwrap(podlasie_ccilc) +landscape <- terra::rast(landscape) +augusta_nlcd <- terra::rast(augusta_nlcd) +podlasie_ccilc <- terra::rast(podlasie_ccilc) landscape_matrix <- terra::as.matrix(landscape, wide = TRUE) From 042aec8e551062b3fed2c8140467204a12da68f9 Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Sat, 18 Mar 2023 14:30:02 +0100 Subject: [PATCH 019/101] cleans get_started --- vignettes/get_started.Rmd | 45 ++++++++++++++++++++++----------------- 1 file changed, 26 insertions(+), 19 deletions(-) diff --git a/vignettes/get_started.Rmd b/vignettes/get_started.Rmd index 5def8d82f..8f37748f0 100644 --- a/vignettes/get_started.Rmd +++ b/vignettes/get_started.Rmd @@ -22,15 +22,17 @@ library(landscapemetrics) library(terra) library(dplyr) -# internal data needs to be unwrapped -landscape <- terra::unwrap(landscapemetrics::landscape) -augusta_nlcd <- terra::unwrap(landscapemetrics::augusta_nlcd) -podlasie_ccilc <- terra::unwrap(landscapemetrics::podlasie_ccilc) +# internal data needs to be read +landscape <- terra::rast(landscape) +augusta_nlcd <- terra::rast(augusta_nlcd) +podlasie_ccilc <- terra::rast(podlasie_ccilc) ``` ## Design -All functions in **landscapemetrics** start with `lsm_` (for landscapemetrics). The second part of the name specifies the level (patch - `p`, class - `c` or landscape - `l`). The last part of the function name is the abbreviation of the corresponding metric (e.g. `enn`for the euclidean nearest-neighbor distance): +Most functions in **landscapemetrics** start with `lsm_` (for **l**and**s**cape**m**etrics). +The second part of the name specifies the level (patch - `p`, class - `c` or landscape - `l`). +The last part of the function name is the abbreviation of the corresponding metric (e.g., `enn`for the euclidean nearest-neighbor distance): ``` # general structure @@ -49,7 +51,7 @@ lsm_c_enn() lsm_l_enn() ``` -All functions return an identical structured tibble: +All `lsm_` functions return an identically structured tibble:

@@ -63,8 +65,8 @@ All functions return an identical structured tibble: ## Checking your landscape -Before using **landscapemetrics** and calculating landscape metrics in general, -it makes sense to check your landscape. If your landscape has some properties that restrict the calculation or interpretation of landscape metrics, that should be detected with `check_landscape`: +Before using **landscapemetrics** and calculating landscape metrics in general, it makes sense to check your landscape. +If your landscape has some properties that restrict the calculation or interpretation of landscape metrics, that should be detected with `check_landscape`: ```{r} # import raster @@ -72,7 +74,7 @@ it makes sense to check your landscape. If your landscape has some properties th # ... or any other raster file type, geotiff, ... # Check your landscape -check_landscape(landscape) # because CRS is unkown, not clear +check_landscape(landscape) # because CRS is unknown, not clear check_landscape(podlasie_ccilc) # wrong units @@ -81,10 +83,9 @@ check_landscape(augusta_nlcd) # everything is ok The **requirements** to calculate meaningful landscape metrics are: -1. The distance units of your projection are **meter**, as the package converts units internally and returns results in either meters, square meters or hectares. For more information see the help file of each function. - +1. The distance units of your projection are **meters**, as the package converts units internally and returns results in either meters, square meters or hectares. +For more information see the help file of each function. 2. Your raster encodes landscape classes as integers (1, 2, 3, 4, ..., *n*). - 3. Landscape metrics describe *categorical* landscapes, that means that your landscape needs to be classified (we throw a warning if you have more than 30 classes to make sure you work with a classified landscape). ## Using **landscapemetrics** @@ -102,7 +103,8 @@ lsm_p_perim(landscape) ### Using **landscapemetrics** in a tidy workflow -Every function in *landscapemetrics* accept data as its first argument, which makes piping a natural workflow. A possible use case is that you would load your spatial data, calculate some landscape metrics and then use the resulting tibble in further analyses. +Every function in *landscapemetrics* accept data as its first argument, which makes piping a natural workflow. +A possible use case is that you would load your spatial data, calculate some landscape metrics and then use the resulting tibble in further analyses. ```{r, message=FALSE} # all patch IDs of class 2 with an ENN > 2.5 @@ -117,7 +119,8 @@ subsample_patches ### Use multiple metric functions -To list all available metrics, just use the `list_lsm()` function. Here, you can specify e.g. a level or type of metrics. +To list all available metrics, just use the `list_lsm()` function. +Here, you can specify, for example, a level or type of metrics. ```{r} # list all available metrics @@ -134,7 +137,7 @@ list_lsm(level = c("patch", "landscape"), simplify = TRUE) ``` -As the result of every function always returns a `tibble`, combining the metrics that were selected for your research question is straightforward: +Every function returns a `tibble`, thus combining the metrics that were selected for your research question is straightforward: ```{r, message=FALSE} # bind results from different metric functions @@ -148,10 +151,11 @@ patch_metrics <- dplyr::bind_rows( patch_metrics ``` -All metrics are abbreviated in the result `tibble`. Therefore, we provide a `tibble` containing the full metric names, as well as the class of each metric (`lsm_abbreviations_names`). Using e.g. the `left_join()` function of the `dplyr` package one could join a result `tibble` and the abbreviations `tibble`. +All metrics are abbreviated in the result `tibble`. +Therefore, we provide a `tibble` containing the full metric names, as well as the class of each metric (`lsm_abbreviations_names`). +Using e.g. the `left_join()` function of the **dplyr** package one could join a result `tibble` and the abbreviations `tibble`. ```{r, message=FALSE} - # bind results from different metric functions patch_metrics <- dplyr::bind_rows( lsm_p_cai(landscape), @@ -165,8 +169,11 @@ patch_metrics_full_names <- dplyr::left_join(x = patch_metrics, patch_metrics_full_names ``` - -Additionally, we provide a wrapper where the desired metrics can be specified as a vector of strings. Because all metrics regardless of the level return an identical `tibble`, different levels can be mixed. It is also possible to calculate all available metrics at a certain level using e.g. `level = "patch"`. Additionally, similar to `list_lsm()` you can also specify e.g. a certain group of metrics. Of course, you can also include the full names and information of all metrics using `full_name = TRUE`. +Additionally, we provide a wrapper where the desired metrics can be specified as a vector of strings. +Because all metrics regardless of the level return an identical `tibble`, different levels can be mixed. +It is also possible to calculate all available metrics at a certain level using, e.g., `level = "patch"`. +Additionally, similar to `list_lsm()` you can also specify, e.g., a certain group of metrics. +Of course, you can also include the full names and information of all metrics using `full_name = TRUE`. ```{r, message=FALSE} # calculate certain metrics From 5760b0948f03990846b82f3345dfcb9eb5d7a64e Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Sun, 19 Mar 2023 14:04:04 +0100 Subject: [PATCH 020/101] cleans all vignettes --- vignettes/articles/comparing_tools.Rmd | 65 +++++++++++------ vignettes/articles/general_background.Rmd | 73 +++++++++++++------ vignettes/articles/guide_moving_window.Rmd | 40 ++++++---- .../landscape_distribution_statistics.Rmd | 25 +++---- vignettes/articles/new_metrics.Rmd | 9 ++- vignettes/articles/publication_record.Rmd | 3 +- vignettes/articles/utility.Rmd | 38 +++++++--- 7 files changed, 168 insertions(+), 85 deletions(-) diff --git a/vignettes/articles/comparing_tools.Rmd b/vignettes/articles/comparing_tools.Rmd index cf72052cb..67912dda4 100644 --- a/vignettes/articles/comparing_tools.Rmd +++ b/vignettes/articles/comparing_tools.Rmd @@ -15,33 +15,44 @@ library(landscapemetrics) library(raster) library(terra) library(SDMTools) # remotes::install_version("SDMTools", version = "1.1-221.2") - library(dplyr) library(purrr) -# internal data needs to be unwrapped -landscape <- terra::unwrap(landscapemetrics::landscape) +# internal data needs to be read +landscape <- terra::rast(landscape) ``` > The comparison is currently outdated because the example landscape slightly changed and we trying to re-calculate the FRAGSTATS results currently. # Comparison with FRAGSTATS -**landscapemetrics** re-implements landscape metrics as they are mostly described in the FRAGSTATS software (McGarigal *et al.* 2012). Therefore, we compared our results with the results of FRAGSTATS. In the process, we recognized a few differences between the results. +**landscapemetrics** re-implements landscape metrics as they are mostly described in the FRAGSTATS software (McGarigal *et al.* 2012). +Therefore, we compared our results with the results of FRAGSTATS. +In the process, we recognized a few differences between the results. -Some metrics in FRAGSTATS are interdependent across scales. Thus, if there is a deviation at the patch level, it propagates through the class- and landscape-level. We list the metrics with deviations at the lowest level. +Some metrics in FRAGSTATS are interdependent across scales. +Thus, if there is a deviation at the patch level, it propagates through the class- and landscape-level. +We list the metrics with deviations at the lowest level. -Unfortunately, we do not have access to the source code of FRAGSTATS. Therefore, we are not able to finally explain the present differences between the results, nevertheless, we try to guess the most likely reasons. +Unfortunately, we do not have access to the source code of FRAGSTATS. +Therefore, we are not able to finally explain the present differences between the results, nevertheless, we try to guess the most likely reasons. ## General differences -Firstly, the patch ID is ordered in a different way, due to technical reasons (how connected patches are specified). Therefore, one has to pay attention comparing the results on patch level for FRAGSTATS and **landscapemetrics**. +Firstly, the patch ID is ordered in a different way, due to technical reasons (how connected patches are specified). +Therefore, one has to pay attention comparing the results on patch level for FRAGSTATS and **landscapemetrics**. -All double precision floating point numbers are rounded after the 4th decimal place in FRAGSTATS. Contrastingly, we do not round the numbers. Naturally, this can lead to small deviations between the results. +All double precision floating point numbers are rounded after the 4th decimal place in FRAGSTATS. +Contrastingly, we do not round the numbers. +Naturally, this can lead to small deviations between the results. -There are quite a few metrics on class- and landscape-level that summarise patch level metrics (e.g. the mean, standard deviation (*sd*) or coefficient of variation (*cv*) of all values belonging to class *i*). While the results are identical for single patches and the mean of all patches, there are some slight differences between `lanscapemetrics` and FRAGSTATS for the standard deviation and the coefficent of variation. **landscapemetrics** uses base `R` functions for that, so we should assume that the calculation of such indices is correct. +There are quite a few metrics on class- and landscape-level that summarise patch level metrics (e.g., the mean, standard deviation (*sd*) or coefficient of variation (*cv*) of all values belonging to class *i*). +While the results are identical for single patches and the mean of all patches, there are some slight differences between `lanscapemetrics` and FRAGSTATS for the standard deviation and the coefficient of variation. +**landscapemetrics** uses base `R` functions for that, so we should assume that the calculation of such indices is correct. -In the following, we are comparing the *cv* for the patch area. We are including the *cv* calculated from all patch areas and the actual output of FRAGSTATS as well as the output of **landscapemetrics**. Interestingly, the *cv* calculated from all patches of FRAGSTATS is identical to the cv of **landscapemetrics**, but the actual result of FRAGSTATS is slightly different. +In the following, we are comparing the *cv* for the patch area. +We are including the *cv* calculated from all patch areas and the actual output of FRAGSTATS as well as the output of **landscapemetrics**. +Interestingly, the *cv* calculated from all patches of FRAGSTATS is identical to the cv of **landscapemetrics**, but the actual result of FRAGSTATS is slightly different. ```{r} # function to calculate coefficient of variation @@ -81,7 +92,8 @@ knitr::kable(cbind(cv_full)) -As for the *cv*, the results for the *sd* are similiar. The result calculated from all patch areas of FRAGSTATS is identical to the result of **landscapemetrics**, but not the actual result of FRAGSTATS. +As for the *cv*, the results for the *sd* are similar. +The result calculated from all patch areas of FRAGSTATS is identical to the result of **landscapemetrics**, but not the actual result of FRAGSTATS. ```{r} # SD calculated from patch values of FRAGSTATS @@ -90,7 +102,6 @@ fragstats_calculated <- fragstats_patch_landscape |> dplyr::summarise(sd = sd(AREA)) |> purrr::set_names("class", "fragstats_calculated") - # Output of FRAGSTATS fragstats_output <- fragstats_class_landscape |> dplyr::select(TYPE, AREA_SD) |> @@ -125,7 +136,8 @@ According to FRAGSTATS the radius of gyration for a patch consisting of only a s > [...] GYRATE = 0 when the patch consists of a single cell [...] -However, for patches containing a single cell FRAGSTATS returns a value of *GYRATE = 0.5*. In the following table, patches with an area of *area = 0.0001* consist of only one cell. +However, for patches containing a single cell FRAGSTATS returns a value of *GYRATE = 0.5*. +In the following table, patches with an area of *area = 0.0001* consist of only one cell. ```{r} # Calculate patch area @@ -164,7 +176,8 @@ knitr::kable(cbind(fragstats, landscapemetrics)) -Additionally, we recognized small differences for all other patches as well. However, we could not find an explanation for this difference, yet. +Additionally, we recognized small differences for all other patches as well. +However, we could not find an explanation for this difference, yet. #### Error propagation (for metrics based on *GYRATE* metric) @@ -188,7 +201,8 @@ The documentation of FRAGSTATS defines the perimeter-area ratio the following: Contrastingly, the output of FRAGSTATS gives the result as the ratio of the patch perimeter in meters to area in hectares. -We implemented PARA as documented in the FRAGSTATS manual using square meters. Nevertheless, the differences between the softwares are only based on different units, as shown by converting the FRAGSTATS output to meters per square meters. +We implemented PARA as documented in the FRAGSTATS manual using square meters. +Nevertheless, the differences between the softwares are only based on different units, as shown by converting the FRAGSTATS output to meters per square meters. ```{r} # Output of FRAGSTATS @@ -233,10 +247,12 @@ knitr::kable(cbind(fragstats, landscapemetrics)) #### Error propagation (for metrics based on **PARA** metric) ##### Class level + - PARA_MN (`lsm_c_para_mn`) - PARA_SD (`lsm_c_para_sd`) ### CIRCLE metric + According to FRAGSTATS, for patches with only one cell CIRCLE = 0. > [...] CIRCLE = 0 for one cell patches. [...] @@ -273,7 +289,11 @@ knitr::kable(cbind(fragstats, landscapemetrics)) -It seems like FRAGSTATS uses the largest distance between the corner points of the cells to calculate the diameter of the circumscribing circle. However, this does not necessarily result in the correct circumscribing circle. While this approach works well for more compact patch shapes, there are some cases in which the approach fails. One example are T-shaped patches. Contrastingly to FRAGSTATS, our algorithm calculates the true circumscribing circle also for such patches. +It seems like FRAGSTATS uses the largest distance between the corner points of the cells to calculate the diameter of the circumscribing circle. +However, this does not necessarily result in the correct circumscribing circle. +While this approach works well for more compact patch shapes, there are some cases in which the approach fails. +One example are T-shaped patches. +Contrastingly to FRAGSTATS, our algorithm calculates the true circumscribing circle also for such patches. ```{r} # create matrix @@ -313,12 +333,15 @@ polygon(circle_max_dist, border = "#922418", lwd = 2.5) # red circle # Comparison with SDMTools -`SDMTools` (VanDerWal et al. 2014) (still available, but apparently not longer maintained) offers landscape metrics on patch and class level. However, it does not return the same results as FRAGSTATS. The main reason for this are different standard defaults (e.g. `SDMTools` always considers the global landscape boundary) and that `SDMTools` returns results in map units and not in m^2/hectar, as FRAGSTATS/**landscapemetrics**. This also explains differences between our package and `SDMTools`. +`SDMTools` (VanDerWal et al. 2014) (still available, but apparently not longer maintained) offers landscape metrics on patch and class level. +However, it does not return the same results as FRAGSTATS. +The main reason for this are different standard defaults (e.g., `SDMTools` always considers the global landscape boundary) and that `SDMTools` returns results in map units and not in m^2/hectar, as FRAGSTATS/**landscapemetrics**. This also explains differences between our package and `SDMTools`. -[Joseph Stachelek](https://github.com/jsta) was so nice to remind us of these issues and provided the comparison. +[Jemma Stachelek](https://github.com/jsta) was so nice to remind us of these issues and provided the comparison. ## Patch metrics -To get all availabel metrics on e.g. patch level with `SDMTools`, you have to make a binary landscape for every class in your landscape, perform connected components labelling on it and then calculate the patch metrics. + +To get all available metrics on, e.g., patch level with `SDMTools`, you have to make a binary landscape for every class in your landscape, perform connected components labelling on it and then calculate the patch metrics. ```{r} # binarize every class in the landscape and calculate patch metrics @@ -334,7 +357,8 @@ sdmtools_result <- lapply(raster::unique(landscape), FUN = function(x){ sdmtools_result <- dplyr::bind_rows(sdmtools_result, .id = "Class") ``` -**landscapemetrics** offers for such tasks the function `get_patches` and for the metrics itself all of that is done internally. To get all metrics on patch level with **landscapemetrics** you could for example do: +**landscapemetrics** offers for such tasks the function `get_patches()` and for the metrics itself all of that is done internally. +To get all metrics on patch level with **landscapemetrics** you could for example do: ```{r} patch_metrics <- calculate_lsm(landscape, what = "patch") @@ -352,6 +376,5 @@ knitr::kable(bind_rows(sdmtools_result)) ## References - McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: https://www.umass.edu/landeco/ - - Jeremy VanDerWal, Lorena Falconi, Stephanie Januchowski, Luke Shoo and Collin Storlie (2014). SDMTools: Species Distribution Modelling Tools: Tools for processing data associated with species distribution modelling exercises. R package version 1.1-221. https://CRAN.R-project.org/package=SDMTools diff --git a/vignettes/articles/general_background.Rmd b/vignettes/articles/general_background.Rmd index 6491dbcbd..24becbd61 100644 --- a/vignettes/articles/general_background.Rmd +++ b/vignettes/articles/general_background.Rmd @@ -16,60 +16,91 @@ library(terra) # Introduction -Ecology and landscape ecology mainly studies interactions between organisms and their environment. In a wider sense, the environment perceived by the organism can be defined as a landscape. This can spread from huge areas for e.g. mobile, large-bodied mammals to much smaller areas for e.g. immobile insects and always depends on the research question. - -Landscape metrics are tools to characterize a landscape. This includes mainly describing the composition and configuration of a landscape. While the composition basically describes how much of the landscape is occupied by a certain land cover type, the configuration mainly describes the spatial arrangement of the landcover types. The basic idea of landscape metrics is to condense as much information as possible into single number. - -The **landscapemetrics** package supports **terra** spatial objects. A raster (sometimes also referred to as grid) contains spatial information by dividing the landscape into discrete cells. Consequently, the cells are the smallest "resolution of information". Because **landscapemetrics** deals with categorical data, each cell has to be assigned to a discrete class (see Fig. 1 for details). +Ecology and landscape ecology mainly studies interactions between organisms and their environment. +In a wider sense, the environment perceived by the organism can be defined as a landscape. +This can spread from huge areas for, e.g., mobile, large-bodied mammals to much smaller areas for, e.g., immobile insects and always depends on the research question. + +Landscape metrics are tools to characterize a landscape. +This includes mainly describing the composition and configuration of a landscape. +While the composition basically describes how much of the landscape is occupied by a certain land cover type, the configuration mainly describes the spatial arrangement of the land cover types. +The basic idea of landscape metrics is to condense as much information as possible into single number. + +The **landscapemetrics** package supports **terra** spatial objects. +A raster (sometimes also referred to as grid) contains spatial information by dividing the landscape into discrete cells. +Consequently, the cells are the smallest "resolution of information". +Because **landscapemetrics** deals with categorical data, each cell has to be assigned to a discrete class (see Fig. 1 for details). These classes must be positive integer numbers. ```{r fig.height=4, fig.align="center", fig.cap="Fig 1.: a) and b) are the same landscape, but with a continous (a) and categorical (b) representation. A continuous landscape would typically be expected from remote sensing imagery or interpolated enviromental data. Categorical landscapes are mostly classified as percieved by humans, e.g. in land cover and use classes.", echo = FALSE, results = TRUE, message = FALSE, warning = FALSE, error = FALSE} - -lsm_a <- terra::unwrap(landscapemetrics:::landscape_background$`a) Continous Landscape`) -lsm_b <- terra::unwrap(landscapemetrics:::landscape_background$`b) Categorical Landscape`) +lsm_a <- terra::rast(landscapemetrics:::landscape_background$`a) Continous Landscape`) +lsm_b <- terra::rast(landscapemetrics:::landscape_background$`b) Categorical Landscape`) terra::plot(c(lsm_a, lsm_b)) ``` ## Levels of landscape metrics -**Landscape metrics** can be calculated for three different levels (or "scales"). Each level contains information about different aspects of the landscape. Level of interest depends largely on the research question. Often, even a combination of several levels can be useful. Similar, also the decision of which metric to use depends on the research question asked. +**Landscape metrics** can be calculated for three different levels (or "scales"). +Each level contains information about different aspects of the landscape. +Level of interest depends largely on the research question, and often a combination of several levels can be useful. +Similar, also the decision of which metric to use depends on the research question asked. -**A patch** is defined as neighboring cells belonging to the same class `i`. Hereby, **landscapemetrics** uses the 8-neighbors rule (Queen's case) to identify patches. Patch level metrics are calculated for every patch in the landscape, regardless of the class that the patch belongs to. The output will match the number of patches present in the landscape. These metrics are also often the basis for metrics of the other two levels. +**A patch** is defined as neighboring cells belonging to the same class `i`. +Hereby, **landscapemetrics** uses the 8-neighbors rule (Queen's case) to identify patches. +Patch level metrics are calculated for every patch in the landscape, regardless of the class that the patch belongs to. +The output will match the number of patches present in the landscape. +These metrics are also often the basis for metrics of the other two levels. -**Class level metrics** summaries all patches belonging to one class `i`. These metrics can be either the "distribution" of patch level metrics of all patches of class `i` (e.g. the mean) or consider only patches of class `i` for the calculations of the metric. Regardless of the mathematical background, the output will always match the number of classes present. Class level metrics are suitable to describe the composition and configuration of the landscape. +**Class level metrics** summaries all patches belonging to one class `i`. +These metrics can be either the "distribution" of patch level metrics of all patches of class `i` (e.g., the mean) or consider only patches of class `i` for the calculations of the metric. +Regardless of the mathematical background, the output will always match the number of classes present. +Class level metrics are suitable to describe the composition and configuration of the landscape. -**Landscape level metrics** summaries the whole landscape into one value. This can either be done by summarising metrics of lower levels or calculating a metric including all patches and classes. Following, the output will always be just one number.Landscape level metrics are suitable for condensing information about the landscape into just one value. +**Landscape level metrics** summaries the whole landscape into one value. +This can either be done by summarising metrics of lower levels or calculating a metric including all patches and classes. +Following, the output will always be just one number. +Landscape level metrics are suitable for condensing information about the landscape into just one value. ## Classes of landscape metrics There are six different classes of landscape metrics implemented in **landscapemetrics**: -1. **Area and edge metrics** describe the size of patches and classes and the amount of edge. An edge is defined as the border between two patches of class `i` and `k` in meters. These metrics mainly characterize the composition of the landscape and are able to show dominance or rareness of classes. +1. **Area and edge metrics** describe the size of patches and classes and the amount of edge. +An edge is defined as the border between two patches of class `i` and `k` in meters. +These metrics mainly characterize the composition of the landscape and are able to show dominance or rareness of classes. -2. **Shape metrics** describe the shape of patches, mainly by using its area and perimeter. This can be important for many research questions, because e.g. even though, being equal in size, long and narrow patches has probably different characteristics than a squared patch of the same size. +2. **Shape metrics** describe the shape of patches, mainly by using its area and perimeter. +This can be important for many research questions, because, e.g., even though, being equal in size, long and narrow patches have probably different characteristics than a squared patch of the same size. -3. **Core metrics** describe the area of patches that are not an edge. These metrics can be interesting for research questions in which e.g. only areas that are not influenced by neighboring patches of a different class are of interest. +3. **Core metrics** describe the area of patches that are not an edge. +These metrics can be interesting for research questions in which, e.g., only areas that are not influenced by neighboring patches of a different class are of interest. -4. **Aggregation metrics** describe if patches (of the same class) are rather clumped (aggregated) or tend to be isolated. Following, these metrics describe mainly the spatial configuration of the landscape. +4. **Aggregation metrics** describe if patches (of the same class) are rather clumped (aggregated) or tend to be isolated. +Following, these metrics describe mainly the spatial configuration of the landscape. -5. **Diversity metrics** are only available on the landscape level. They describe the abundance and dominance/rareness of classes. Thereby, they show the diversity of present classes. +5. **Diversity metrics** are only available on the landscape level. +They describe the abundance and dominance/rareness of classes. Thereby, they show the diversity of present classes. 6. **Complexity metrics** For more information, please see [New Metrics outside FRAGSTATS](https://r-spatialecology.github.io/landscapemetrics/articles/articles/new_metrics.html). ## Other software to calculate landscape metrics -There are already software packages available to calculate landscape metrics, the most famous one probably being the stand-alone software FRAGSTATS (McGarigal *et al.* 2012). But also add-ons to GIS software are available, e.g. r.le (Baker & Cai 1992) or its successor r.li for GRASS GIS. Lastly, also an R package, namely `SDMTools` (VanDerWal *et al.* 2014), can be used. +There are already software packages available to calculate landscape metrics, the most famous one probably being the stand-alone software FRAGSTATS (McGarigal *et al.* 2012). But also add-ons to GIS software are available, e.g. r.le (Baker & Cai 1992) or its successor r.li for GRASS GIS. +Lastly, also an R package, namely `SDMTools` (VanDerWal *et al.* 2014), can be used. -Nevertheless, we decided to re-implement most of the metrics available in [FRAGSTATS](https://www.umass.edu/landeco/research/fragstats/documents/fragstats_documents.html). We wanted to provide a comprehensive collection of landscape metrics in R. While FRAGSTATS is an extensive collection it is only available for Windows. Note, that even though we tried to re-implement the metrics as described in the FRAGSTATS manual, there are some differences ([Differences FRAGSTATS|landscapemetrics](https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html)). Further, `SDMTools` contains only a subset of metrics and does not cover all levels ([General background](https://r-spatialecology.github.io/landscapemetrics/articles/articles/general-background.html)). Lastly, we want to start a collection of landscape metrics being open source and easily extendable by new (future) landscape metrics (see [CONTRIBUTING](CONTRIBUTING.md)). Also, one major advantage of **landscapemetrics** are the utility functions for e.g. the visualization or sampling of landscape metrics. +Nevertheless, we decided to re-implement most of the metrics available in [FRAGSTATS](https://www.umass.edu/landeco/research/fragstats/documents/fragstats_documents.html). +We wanted to provide a comprehensive collection of landscape metrics in R. +While FRAGSTATS is an extensive collection it is only available for Windows. +Note, that even though we tried to re-implement the metrics as described in the FRAGSTATS manual, there are some differences ([Differences FRAGSTATS|landscapemetrics](https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html)). +Further, `SDMTools` contains only a subset of metrics and does not cover all levels ([General background](https://r-spatialecology.github.io/landscapemetrics/articles/articles/general-background.html)). +Lastly, we want to start a collection of landscape metrics being open source and easily extendable by new (future) landscape metrics (see [CONTRIBUTING](CONTRIBUTING.md)). +Also, one major advantage of **landscapemetrics** are the utility functions for, e.g., the visualization or sampling of landscape metrics. Those were the main reasons we implemented **landscapemetrics**, however, we want to fully appreciate and acknowledge the already present software. ### References - Baker, W.L. and Cai, Y. 1992. The r.le programs for multiscale analysis of landscape structure using the GRASS geographical information system. Landscape Ecology 7(4):291-302. - - McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: - - VanDerWal, J., Falconi, L., Januchowski, S., Shoo, L., and Storlie, C. 2014. SDMTools: Species Distribution Modelling Tools: Tools for processing data associated with species distribution modelling exercises. R package version 1.1-221. diff --git a/vignettes/articles/guide_moving_window.Rmd b/vignettes/articles/guide_moving_window.Rmd index 2b0fd2357..264a61992 100644 --- a/vignettes/articles/guide_moving_window.Rmd +++ b/vignettes/articles/guide_moving_window.Rmd @@ -10,42 +10,53 @@ editor_options: chunk_output_type: console --- -Results of a landscape analysis are scale dependent (Šímová 2012). One approach to deal with this is by using a moving window (Hagen-Zanker 2016). For each focal cell in the landscape, a matrix is used to specify the neighborhood and the metric value of this local neighborhood is assigned to each focal cell (Fletcher 2018). Thereby, the windows are allowed to overlap (McGarigal et al. 2012). The result of a moving window analysis is a raster with an identical extent as the input, however, each cell now describes the neighborhood in regard to the variability of the chosen metric (Hagen-Zanker 2016). Of course, the selection of the matrix size largely influences the scale of the result (Hagen-Zanker 2016). +Results of a landscape analysis are scale dependent (Šímová 2012). +One approach to deal with this is by using a moving window (Hagen-Zanker 2016). +For each focal cell in the landscape, a matrix is used to specify the neighborhood and the metric value of this local neighborhood is assigned to each focal cell (Fletcher 2018). +Thereby, the windows are allowed to overlap (McGarigal et al. 2012). +The result of a moving window analysis is a raster with an identical extent as the input, however, each cell now describes the neighborhood in regard to the variability of the chosen metric (Hagen-Zanker 2016). +Of course, the selection of the matrix size largely influences the scale of the result (Hagen-Zanker 2016). ## Implementation in **landscapemetrics** -We provide the function `window_lsm()` in **landscapemetrics** to analyse an input raster using the moving window approach. The function allows to specify the neighborhood using a matrix using the `raster::focal()` function internally. Currently, only the landscape level metrics are possible to calculate and they can be specified similarly to `calculate_lsm()`. For details, see `?list_lsm()`. +We provide the function `window_lsm()` in **landscapemetrics** to analyse an input raster using the moving window approach. The function allows to specify the neighborhood using a matrix using the `terra::focal()` function internally. +Currently, only the landscape level metrics are possible to calculate and they can be specified similarly to `calculate_lsm()`. +For details, see `?list_lsm()`. ```{r packages, message = FALSE} library(landscapemetrics) library(terra) - library(ggplot2) -# internal data needs to be unwrapped -landscape <- terra::unwrap(landscapemetrics::landscape) +# internal data needs to be read +landscape <- terra::rast(landscape) ``` -First, we need to specify the local neighborhood matrix. This matrix must have sides defined as odd numbers, in which the focal cell is always the center cell (for more details, see `?terra::focal()`). +First, we need to specify the local neighborhood matrix. +This matrix must have sides defined as odd numbers, in which the focal cell is always the center cell (for more details, see `?terra::focal()`). ```{r neighbourhood-matrix} moving_window <- matrix(1, nrow = 3, ncol = 3) moving_window ``` -Now, we can easily pass this matrix to `window_lsm()` together with the input landscape. For this example, we want to calculate the number of classes (`lsm_l_pr`) and the joint entropy (`lsm_l_joinent`) for the local neighborhoods. +Now, we can easily pass this matrix to `window_lsm()` together with the input landscape. +For this example, we want to calculate the number of classes (`lsm_l_pr`) and the joint entropy (`lsm_l_joinent`) for the local neighborhoods. ```{r moving-window} result <- window_lsm(landscape, window = moving_window, what = c("lsm_l_pr", "lsm_l_joinent")) result ``` -To be type-stable, the result will be a nested list. The first level includes all layers of a `SpatRaster` (only one if a `SpatRaster` is provided), the second level all selected metrics. The resulting `SpatRaster` describe the local neighborhood according to the moving window around each focal cell. In the case of `lsm_l_pr` this the number of classes present. +To be type-stable, the result will be a nested list. +The first level includes all layers of a `SpatRaster` (only one if a `SpatRaster` is provided), the second level contains all selected metrics. +The resulting `SpatRaster` describe the local neighborhood according to the moving window around each focal cell. +In the case of `lsm_l_pr` this the number of classes present. ```{r plot-result, echo = FALSE, fig.align = "center"} -result_stack <- raster::stack(landscape, result[[1]]$lsm_l_pr) +result_stack <- c(landscape, result[[1]]$lsm_l_pr) -ggplot(data = raster::as.data.frame(landscape, xy = TRUE)) + +ggplot(data = terra::as.data.frame(result_stack[[1]], xy = TRUE)) + geom_raster(aes(x = x, y = y, fill = factor(clumps))) + scale_fill_viridis_d(name = "Landscape class") + coord_equal() + @@ -53,8 +64,8 @@ ggplot(data = raster::as.data.frame(landscape, xy = TRUE)) + axis.text = element_blank(), axis.title = element_blank(), legend.position = "bottom") -ggplot(data = raster::as.data.frame(result[[1]]$lsm_l_pr, xy = TRUE)) + - geom_raster(ggplot2::aes(x = x, y = y, fill = factor(layer))) + +ggplot(data = terra::as.data.frame(result_stack[[2]], xy = TRUE)) + + geom_raster(ggplot2::aes(x = x, y = y, fill = factor(clumps))) + scale_fill_viridis_d(name = "Number of classes", option = "C") + coord_equal() + theme(axis.line = element_blank(), axis.ticks = element_blank(), @@ -62,14 +73,11 @@ ggplot(data = raster::as.data.frame(result[[1]]$lsm_l_pr, xy = TRUE)) + legend.position = "bottom") ``` -In the future, we also plan to allow class level metrics, however, patch metrics are not meaningful (McGarigal 2012) and will not be included in the future. +In the future, we also plan to allow class level metrics, however, patch metrics are not meaningful (McGarigal 2012) and will not be added in the future. ### References - Fletcher, R., Fortin, M.-J. 2018. Spatial Ecology and Conservation Modeling: Applications with R. Springer International Publishing. 523 pages - - Hagen-Zanker, A. 2016. A computational framework for generalized moving windows and its application to landscape pattern analysis. International journal of applied earth observation and geoinformation, 44, 205-216. - - McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: - - Šímová, P., & Gdulová, K. 2012. Landscape indices behavior: A review of scale effects. Applied Geography, 34, 385–394. diff --git a/vignettes/articles/landscape_distribution_statistics.Rmd b/vignettes/articles/landscape_distribution_statistics.Rmd index a29e93bcf..b184770fa 100644 --- a/vignettes/articles/landscape_distribution_statistics.Rmd +++ b/vignettes/articles/landscape_distribution_statistics.Rmd @@ -19,16 +19,15 @@ Even though they are not implemented in **landscapemetrics**, R allows to calcul ```{r packages, message = FALSE} library(landscapemetrics) library(terra) - library(dplyr) -# internal data needs to be unwrapped -landscape <- terra::unwrap(landscapemetrics::landscape) +# internal data needs to be read +landscape <- terra::rast(landscape) ``` ## Implemented distribution statistics ## -The already implemented distribution statistics on class- and landscape-level are indicated by the corresponding suffixes (`_mn` = mean, `_cv` = Coefficient of variation , `_sd` = Standard deviation) and can be calculted without any further calculations needed. +The already implemented distribution statistics on class- and landscape-level are indicated by the corresponding suffixes (`_mn` = mean, `_cv` = Coefficient of variation , `_sd` = Standard deviation) and can be calculated directly. ```{r implemented} # calculate mean shape index on class level @@ -46,9 +45,11 @@ Additionally, we want the patch area of each patch. ```{r mean_a} # calculate required metric for each patch (e.g. lsm_p_shape) metric_patch <- lsm_p_shape(landscape) +metric_patch # calculate area for each patch area_patch <- lsm_p_area(landscape) +area_patch ``` Now, we should join the metric value with the area of each patch, multiply the two values, and calculate the area-weighted mean. @@ -57,9 +58,9 @@ To calculate the area-weighted mean on landscape-level, comment out the `dplyr:: ```{r mean_b} # calculate weighted mean metric_wght_mean <- dplyr::left_join(x = metric_patch, y = area_patch, - by = c("layer", "level", "class", "id")) %>% - dplyr::mutate(value.w = value.x * value.y) %>% - dplyr::group_by(class) %>% + by = c("layer", "level", "class", "id")) |> + dplyr::mutate(value.w = value.x * value.y) |> + dplyr::group_by(class) |> dplyr::summarise(value.am = sum(value.w) / sum(value.y)) metric_wght_mean @@ -72,13 +73,12 @@ This can be calculated using the `min()/max()` function or the `range()` functio ```{r range} # class level -metric_range_c <- dplyr::group_by(metric_patch, class) %>% +metric_range_c <- dplyr::group_by(metric_patch, class) |> dplyr::summarise(range = max(value) - min(value)) +metric_range_c # landscape level metric_range_l <- diff(range(metric_patch$value)) - -metric_range_c metric_range_l ``` @@ -89,13 +89,12 @@ There is a base R function available, `median()`, that can be applied to values ```{r median} # class level -metric_md_c <- dplyr::group_by(metric_patch, class) %>% +metric_md_c <- dplyr::group_by(metric_patch, class) |> dplyr::summarise(median = median(value)) +metric_md_c # landscape level metric_md_l <- median(metric_patch$value) - -metric_md_c metric_md_l ``` diff --git a/vignettes/articles/new_metrics.Rmd b/vignettes/articles/new_metrics.Rmd index 12dd21dd5..384912bf8 100644 --- a/vignettes/articles/new_metrics.Rmd +++ b/vignettes/articles/new_metrics.Rmd @@ -20,11 +20,12 @@ knitr::opts_chunk$set( ```{r load_libraries_hidden, eval=TRUE, echo=FALSE, message=FALSE, results='hide'} library(landscapemetrics) -# internal data needs to be unwrapped -landscape <- terra::unwrap(landscapemetrics::landscape) +# internal data needs to be read +landscape <- terra::rast(landscape) ``` -One of the reason to start **landscapemetrics** was also to have a collection of metrics that are not included in FRAGSTATS. This vignette will highlight them and provide references for further reading on them. +One of the reason to start **landscapemetrics** was also to have a collection of metrics that are not included in FRAGSTATS. +This vignette will highlight them and provide references for further reading on them. ## Information theory-based framework for the analysis of landscape patterns @@ -58,4 +59,4 @@ Relative mutual information always has a range between 0 and 1 and can be used t

-For more information read the [Information theory provides a consistent framework for the analysis of spatial patterns](https://nowosad.github.io/post/ent-bp1/) blog post. +For more information read the [Information theory provides a consistent framework for the analysis of spatial patterns](https://jakubnowosad.com/posts/2019-06-25-ent-bp1/) blog post. diff --git a/vignettes/articles/publication_record.Rmd b/vignettes/articles/publication_record.Rmd index 70886f26e..88e3969de 100644 --- a/vignettes/articles/publication_record.Rmd +++ b/vignettes/articles/publication_record.Rmd @@ -8,7 +8,8 @@ vignette: > %\VignetteEngine{knitr::rmarkdown} --- -We are always happy to hear from you if you used **landscapemetrics** for a publication. You can either just drop us an e-mail or [file an issue on GitHub](https://github.com/r-spatialecology/landscapemetrics/issues/new/). +We are always happy to hear from you if you used **landscapemetrics** for a publication. +You can either just drop us an e-mail or [file an issue on GitHub](https://github.com/r-spatialecology/landscapemetrics/issues/new/). To cite **landscapemetrics** or acknowledge its use, please cite the following Software note, substituting the version of the application that you used for ‘ver. 0’: diff --git a/vignettes/articles/utility.Rmd b/vignettes/articles/utility.Rmd index cfa46408d..f5de676f3 100644 --- a/vignettes/articles/utility.Rmd +++ b/vignettes/articles/utility.Rmd @@ -20,15 +20,18 @@ knitr::opts_chunk$set( ```{r load_libraries_hidden, eval=TRUE, echo=FALSE, message=FALSE, results='hide'} library(landscapemetrics) library(terra) - library(bench) library(dplyr) library(purrr) + +# internal data needs to be read +landscape <- terra::rast(landscape) ``` ## Visualisization functions ### Visualizing landscapes + We can use the `plot` function from **terra** to have look at our landscape. ```{r fig.height=12, fig.asp=0.50, fig.align='center', fig.retina = 2} @@ -36,7 +39,8 @@ We can use the `plot` function from **terra** to have look at our landscape. plot(landscape) ``` -This is how we typically inspect our landscape, but which also makes it quite hard to relate to the landscape metrics we are interested in. This why we show in the following how to dissect this landscape visually into the compoments, that drive the calculation of landscape metrics. +This is how we typically inspect our landscape, but which also makes it quite hard to relate to the landscape metrics we are interested in. +This why we show in the following how to dissect this landscape visually into the components, that drive the calculation of landscape metrics. ### Visualizing patches @@ -54,20 +58,28 @@ You can also plot all patches of each class grouped. show_patches(landscape, class = "all", labels = FALSE) ``` -To show only the core area, there is the visualization function `show_cores`. The arguments are similar to `show_patches()` +To show only the core area, there is the visualization function `show_cores`. +The arguments are similar to `show_patches()`: ```{r fig.width=7, fig.height=7, fig.asp=0.50, fig.align='center', fig.retina = 2} # show core area of class 1 and 3 show_cores(landscape, class = c(1, 2), labels = FALSE) ``` -Lastly, you can also "fill" the colours of each patch according to its value of a certain patch level metric, e.g. the patch area, using `show_lsm()`. You can chose if the label should be the patch id or the actual value of the landscape metric (`label_lsm = TRUE/FALSE`). To get the result as a *RasterLayer*, there is `spatialize_lsm()`. +Lastly, you can also "fill" the colours of each patch according to its value of a certain patch level metric, e.g., the patch area, using `show_lsm()`. +You can chose if the label should be the patch id or the actual value of the landscape metric (`label_lsm = TRUE/FALSE`). ```{r fig.width=7, fig.height=7, fig.asp=0.50, fig.align='center', fig.retina = 2} # fill patch according to area show_lsm(landscape, what = "lsm_p_area", class = "global", label_lsm = TRUE) ``` +To get the result as a *SpatRaster*, there is `spatialize_lsm()`. + +```{r} +spatialize_lsm(landscape, what = "lsm_p_area") +``` + ## Show correlation Selecting meaningful landscape metrics for your field of research is difficult, as many landscape metrics are very abstract and the common approach is often simply to calculate as many as possible. @@ -82,7 +94,10 @@ show_correlation(metrics, method = "pearson") ## Building blocks ### Get patches -**landscapemetrics** makes internally heavy use of an connected labeling algorithm and exports an re-implementation of this algorithm (`get_patches`). The function return a list, where each list entry includes all patches of the corresponding class. The patches are labeld from 1...to n. + +**landscapemetrics** makes internally heavy use of an connected labeling algorithm and exports an re-implementation of this algorithm (`get_patches()`). +This function return a list, where each list entry includes all patches of the corresponding class. +The patches are labeled from 1...to n. ```{r} # get a list of all patches for each class @@ -90,7 +105,9 @@ get_patches(landscape) ``` ### Get adjacencies -Adjacencies are a central part for landscape metrics, so calculating them quick and in a flexible way is key for e.g. developing new metrics. Hence, **landscapemetrics** exports a function that can calculate adjacencies in any number if directions when provided with a binary matrix (NA / 1 - NA are cells that would be left out for looking at adjacencies). + +Adjacencies are a central part for landscape metrics, so calculating them quick and in a flexible way is key for, e.g., developing new metrics. +Hence, **landscapemetrics** exports a function that can calculate adjacencies in any number if directions when provided with a binary matrix (NA / 1 - NA are cells that would be left out for looking at adjacencies). ```{r} # calculate full adjacency matrix @@ -102,7 +119,7 @@ diagonal_matrix <- matrix(c(1, NA, 1, 1, NA, 1), 3, 3, byrow = TRUE) get_adjacencies(landscape, diagonal_matrix) -# equivalent with the raster package: +# equivalent with the terra package: adj_terra <- function(x){ adjacencies <- terra::adjacent(x, 1:terra::ncell(x), "rook", pairs=TRUE) table(terra::values(x, mat = FALSE)[adjacencies[,1]], @@ -125,7 +142,7 @@ adj_terra(landscape) == get_adjacencies(landscape, 4)[[1]] **landscapemetrics** implements a memory efficient and quite fast way to calculate the nearest neighbour between classes in a raster (or matrix). ```{r} -# run connected labeling for podlasie raster +# run connected labeling for raster patches <- get_patches(landscape, class = 1) # calculate the minimum distance between patches in a landscape @@ -175,7 +192,9 @@ get_nearestneighbour(patches$layer_1$class_1)[, 2:3] == nn_terra(patches$layer_1 ### Get circumscribing circle -To get the smallest circumscribing circle that includes all cells of the patch, simply run `get_circumscribingcircle()`. The result returns the diameter for each circle that includes all cells of each patch. This includes not only the cell centers but the whole cells using the cells corners. +To get the smallest circumscribing circle that includes all cells of the patch, simply run `get_circumscribingcircle()`. +The result returns the diameter for each circle that includes all cells of each patch. +This includes not only the cell centers but the whole cells using the cells corners. ```{r} # get all patches of class 1 @@ -183,4 +202,5 @@ class_1 <- get_patches(landscape, class = 1) # get smallest circumscribing circle for each patch circle <- get_circumscribingcircle(class_1$layer_1$class_1) +circle ``` From 5f08924c974fd41c5146383f3a4e6d6d79c68895 Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Sun, 19 Mar 2023 14:10:30 +0100 Subject: [PATCH 021/101] updates readme --- README.Rmd | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.Rmd b/README.Rmd index 68a9526fd..f31bbc5bc 100644 --- a/README.Rmd +++ b/README.Rmd @@ -105,8 +105,8 @@ Every function follows the same implementation design, so the usage is quite str library(landscapemetrics) library(terra) -# internal data needs to be unwrapped -landscape <- terra::unwrap(landscapemetrics::landscape) +# internal data needs to be read +landscape <- terra::rast(landscape) # landscape raster plot(landscape) diff --git a/README.md b/README.md index 67bbc4470..e71be5614 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ -README last updated: 2023-03-13 +README last updated: 2023-03-19 | CI | Development | CRAN | License | |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------| @@ -117,8 +117,8 @@ quite straightforward: library(landscapemetrics) library(terra) -# internal data needs to be unwrapped -landscape <- terra::unwrap(landscapemetrics::landscape) +# internal data needs to be read +landscape <- terra::rast(landscape) # landscape raster plot(landscape) From aceab157b2b954e7fe792afe7c1a51f38896e3a1 Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Sun, 19 Mar 2023 14:12:44 +0100 Subject: [PATCH 022/101] completes moving to terra::rast --- src/rcpp_get_coocurrence_matrix.cpp | 2 +- src/rcpp_get_coocurrence_matrix_diag.cpp | 2 +- src/rcpp_get_coocurrence_matrix_single.cpp | 2 +- vignettes/articles/guide_sample_lsm.Rmd | 32 ++++++++++++++++------ 4 files changed, 26 insertions(+), 12 deletions(-) diff --git a/src/rcpp_get_coocurrence_matrix.cpp b/src/rcpp_get_coocurrence_matrix.cpp index 931048e34..87a02a743 100644 --- a/src/rcpp_get_coocurrence_matrix.cpp +++ b/src/rcpp_get_coocurrence_matrix.cpp @@ -61,7 +61,7 @@ IntegerMatrix rcpp_get_coocurrence_matrix(const IntegerMatrix x, /*** R library(terra) library(dplyr) -test <- terra::unwrap(landscapemetrics::augusta_nlcd) +test <- terra::rast(landscapemetrics::augusta_nlcd) # test <- raster("~/Desktop/lc_2008_4bit_clip.tif") # produces a matrix filled with NA ???? mat <- terra::as.matrix(test, wide = TRUE) four <- as.matrix(4) diff --git a/src/rcpp_get_coocurrence_matrix_diag.cpp b/src/rcpp_get_coocurrence_matrix_diag.cpp index 93f2039ac..af7dbede9 100644 --- a/src/rcpp_get_coocurrence_matrix_diag.cpp +++ b/src/rcpp_get_coocurrence_matrix_diag.cpp @@ -65,7 +65,7 @@ IntegerVector rcpp_get_coocurrence_matrix_diag(const IntegerMatrix x, /*** R library(terra) library(dplyr) -test <- terra::unwrap(landscapemetrics::augusta_nlcd) +test <- terra::rast(landscapemetrics::augusta_nlcd) # test <- raster("~/Desktop/lc_2008_4bit_clip.tif") # produces a matrix filled with NA ???? mat <- terra::as.matrix(test, wide = TRUE) four <- as.matrix(4) diff --git a/src/rcpp_get_coocurrence_matrix_single.cpp b/src/rcpp_get_coocurrence_matrix_single.cpp index 596c87579..97d0b713c 100644 --- a/src/rcpp_get_coocurrence_matrix_single.cpp +++ b/src/rcpp_get_coocurrence_matrix_single.cpp @@ -66,7 +66,7 @@ IntegerMatrix rcpp_get_coocurrence_matrix_single(const IntegerMatrix x, /*** R library(terra) library(dplyr) -test <- terra::unwrap(landscapemetrics::augusta_nlcd) +test <- terra::rast(landscapemetrics::augusta_nlcd) # test <- raster("~/Desktop/lc_2008_4bit_clip.tif") # produces a matrix filled with NA ???? mat <- terra::as.matrix(test, wide = TRUE) four <- as.matrix(4) diff --git a/vignettes/articles/guide_sample_lsm.Rmd b/vignettes/articles/guide_sample_lsm.Rmd index 023f83288..a05d9c52b 100644 --- a/vignettes/articles/guide_sample_lsm.Rmd +++ b/vignettes/articles/guide_sample_lsm.Rmd @@ -14,14 +14,15 @@ editor_options: library(landscapemetrics) library(terra) library(sf) - library(ggplot2) -# internal data needs to be unwrapped -landscape <- terra::unwrap(landscapemetrics::landscape) +# internal data needs to be read +landscape <- terra::rast(landscapemetrics::landscape) ``` -**landscapemetrics** provides several functions to sample metrics *at* or *around* sample points. On possible application for this feature could be a study in which the study organism only encounters the landscape within a local neighborhood of sample points. For most functions, sample points can be provided as a 2-column matrix(x- and y-coordinate), or [**sf**](https://cran.r-project.org/web/packages/sf/index.html) objects (Pebesma 2018) are supported. +**landscapemetrics** provides several functions to sample metrics *at* or *around* sample points. +On possible application for this feature could be a study in which the study organism only encounters the landscape within a local neighborhood of sample points. +For most functions, sample points can be provided as a 2-column matrix(x- and y-coordinate), or [**sf**](https://cran.r-project.org/web/packages/sf/index.html) objects (Pebesma 2018) are supported. First, we create some example sample locations. @@ -40,7 +41,8 @@ First, we create some example sample locations. ## Extract landscape metrics at sample points -`extract_lsm()` returns the metrics of all patches in which a sample point is located. However, since this only makes sense for individual patches, it's only possible to extract patch-level metrics. +`extract_lsm()` returns the metrics of all patches in which a sample point is located. +However, since this only makes sense for individual patches, it's only possible to extract patch-level metrics. ```{r, echo = FALSE, fig.align = "center"} ggplot(data = terra::as.data.frame(landscape, xy = TRUE)) + @@ -57,9 +59,14 @@ ggplot(data = terra::as.data.frame(landscape, xy = TRUE)) + legend.position = "bottom") ``` -Now, it's straightforward to extract e.g. the patch area of all patches in which a sample point is located. Similar to all functions calculating several landscape metrics, the selected metrics can be specified by various arguments (see `list_lsm()` for more details). The resulting tibble includes one extra column (compared to `calculate_lsm()`), indicating the ID of the sample points. +Now, it's straightforward to extract e.g. the patch area of all patches in which a sample point is located. +Similar to all functions calculating several landscape metrics, the selected metrics can be specified by various arguments (see `list_lsm()` for more details). +The resulting tibble includes one extra column (compared to `calculate_lsm()`), indicating the ID of the sample points. -Because three sample points were provided and only the patch area was requested, the resulting tibble also has three rows - one for each sample point. The first and the second sample point are actually located in the same patch and following also the area is identical. The third sample point is located in a much smaller patch. The *tibble* gives also information about the patch ids and the land-cover classes in which sample points are located. +Because three sample points were provided and only the patch area was requested, the resulting tibble also has three rows - one for each sample point. +The first and the second sample point are actually located in the same patch and following also the area is identical. +The third sample point is located in a much smaller patch. +The *tibble* gives also information about the patch ids and the land-cover classes in which sample points are located. ```{r, collapse = TRUE} extract_lsm(landscape, y = points, what = "lsm_p_area") @@ -75,9 +82,16 @@ extract_lsm(landscape, y = sample_lines, type = "core area metric") ## Sample landscape metrics at sample points -To sample landscape metrics within a certain buffer *around* sample points, there is `sample_lsm()`. Now, the size of the buffers around the sample locations must be specified. The functions clips the landscape within the buffer (in other words sample plots) and calculates the selected metrics. +To sample landscape metrics within a certain buffer *around* sample points, there is `sample_lsm()`. +Now, the size of the buffers around the sample locations must be specified. +The functions clips the landscape within the buffer (in other words sample plots) and calculates the selected metrics. -The resulting `tibble` includes two extra columns. Again, the id of the sample point is included. Furthermore, the size of the actual sampled landscape can be different to the provided size due to two reasons. Firstly, because clipping raster cells using a circle or a sample plot not directly at a cell center lead to inaccuracies. Secondly, sample plots can exceed the landscape boundary. Therefore, we report the actual clipped sample plot area relative in relation to the theoretical, maximum sample plot area e.g. a sample plot only half within the landscape will have a `percentage_inside = 50`. +The resulting `tibble` includes two extra columns. +Again, the id of the sample point is included. +Furthermore, the size of the actual sampled landscape can be different to the provided size due to two reasons. +Firstly, because clipping raster cells using a circle or a sample plot not directly at a cell center lead to inaccuracies. +Secondly, sample plots can exceed the landscape boundary. +Therefore, we report the actual clipped sample plot area relative in relation to the theoretical, maximum sample plot area e.g. a sample plot only half within the landscape will have a `percentage_inside = 50`. ```{r, echo = FALSE, fig.align = "center"} sample_plots <- data.frame(construct_buffer(coords = points, shape = "circle", From 52d8a8f8312c072fb08f8f0da5fd7e41154a9e4e Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Tue, 21 Mar 2023 10:35:37 +0100 Subject: [PATCH 023/101] cleans code --- R/calculate_correlation.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/calculate_correlation.R b/R/calculate_correlation.R index 60c846a84..656cc0bd9 100644 --- a/R/calculate_correlation.R +++ b/R/calculate_correlation.R @@ -132,7 +132,7 @@ calculate_correlation <- function(metrics, method = "pearson", metric_2 = colnames(correlation_matrix_landscape)[col(correlation_matrix_landscape)], value = c(correlation_matrix_landscape)) - # only complete casses + # only complete cases landscape <- tibble::as_tibble(correlation_matrix_landscape_df[stats::complete.cases(correlation_matrix_landscape_df), ]) } } @@ -147,7 +147,7 @@ calculate_correlation <- function(metrics, method = "pearson", # only return tibble if possible if (simplify) { - if (length(correlation_list) == 1 ) { + if (length(correlation_list) == 1) { correlation_list <- correlation_list[[1]] } else{ warning("Simplifying only possible if one level is present.", call. = FALSE) From 271e85a2c3ab3b55b2079a489c1d1bf5ce7ffada Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Tue, 21 Mar 2023 11:10:45 +0100 Subject: [PATCH 024/101] adds better file reading --- R/calculate_correlation.R | 2 +- R/calculate_lsm.R | 2 +- R/check_landscape.R | 6 +++--- R/data.R | 2 +- R/data_info.R | 6 +++--- R/extract_lsm.R | 2 +- R/get_adjacencies.R | 2 +- R/get_boundaries.R | 2 +- R/get_centroids.R | 2 +- R/get_circumscribingcircle.R | 2 +- R/get_nearestneighbour.R | 2 +- R/get_patches.R | 2 +- R/get_unique_values.R | 2 +- R/landscape_as_list.R | 10 +++++----- R/lsm_c_ai.R | 2 +- R/lsm_c_area_cv.R | 2 +- R/lsm_c_area_mn.R | 2 +- R/lsm_c_area_sd.R | 2 +- R/lsm_c_ca.R | 2 +- R/lsm_c_cai_cv.R | 2 +- R/lsm_c_cai_mn.R | 2 +- R/lsm_c_cai_sd.R | 2 +- R/lsm_c_circle_cv.R | 2 +- R/lsm_c_circle_mn.R | 2 +- R/lsm_c_circle_sd.R | 2 +- R/lsm_c_clumpy.R | 2 +- R/lsm_c_cohesion.R | 2 +- R/lsm_c_contig_cv.R | 2 +- R/lsm_c_contig_mn.R | 2 +- R/lsm_c_contig_sd.R | 2 +- R/lsm_c_core_cv.R | 2 +- R/lsm_c_core_mn.R | 2 +- R/lsm_c_core_sd.R | 2 +- R/lsm_c_cpland.R | 2 +- R/lsm_c_dcad.R | 2 +- R/lsm_c_dcore_cv.R | 2 +- R/lsm_c_dcore_mn.R | 2 +- R/lsm_c_dcore_sd.R | 2 +- R/lsm_c_division.R | 2 +- R/lsm_c_ed.R | 2 +- R/lsm_c_enn_cv.R | 2 +- R/lsm_c_enn_mn.R | 2 +- R/lsm_c_enn_sd.R | 2 +- R/lsm_c_frac_cv.R | 2 +- R/lsm_c_frac_mn.R | 2 +- R/lsm_c_frac_sd.R | 2 +- R/lsm_c_gyrate_cv.R | 2 +- R/lsm_c_gyrate_mn.R | 2 +- R/lsm_c_gyrate_sd.R | 2 +- R/lsm_c_iji.R | 2 +- R/lsm_c_lpi.R | 2 +- R/lsm_c_lsi.R | 2 +- R/lsm_c_mesh.R | 2 +- R/lsm_c_ndca.R | 2 +- R/lsm_c_nlsi.R | 2 +- R/lsm_c_np.R | 2 +- R/lsm_c_pafrac.R | 2 +- R/lsm_c_para_cv.R | 2 +- R/lsm_c_para_mn.R | 2 +- R/lsm_c_para_sd.R | 2 +- R/lsm_c_pd.R | 2 +- R/lsm_c_pladj.R | 2 +- R/lsm_c_pland.R | 2 +- R/lsm_c_shape_cv.R | 2 +- R/lsm_c_shape_mn.R | 2 +- R/lsm_c_shape_sd.R | 2 +- R/lsm_c_split.R | 2 +- R/lsm_c_tca.R | 2 +- R/lsm_c_te.R | 2 +- R/lsm_l_ai.R | 2 +- R/lsm_l_area_cv.R | 2 +- R/lsm_l_area_mn.R | 2 +- R/lsm_l_area_sd.R | 2 +- R/lsm_l_cai_cv.R | 2 +- R/lsm_l_cai_mn.R | 2 +- R/lsm_l_cai_sd.R | 2 +- R/lsm_l_circle_cv.R | 2 +- R/lsm_l_circle_mn.R | 2 +- R/lsm_l_circle_sd.R | 2 +- R/lsm_l_cohesion.R | 2 +- R/lsm_l_condent.R | 2 +- R/lsm_l_contag.R | 2 +- R/lsm_l_contig_cv.R | 2 +- R/lsm_l_contig_mn.R | 2 +- R/lsm_l_contig_sd.R | 2 +- R/lsm_l_core_cv.R | 2 +- R/lsm_l_core_mn.R | 2 +- R/lsm_l_core_sd.R | 2 +- R/lsm_l_dcad.R | 2 +- R/lsm_l_dcore_cv.R | 2 +- R/lsm_l_dcore_mn.R | 2 +- R/lsm_l_dcore_sd.R | 2 +- R/lsm_l_division.R | 2 +- R/lsm_l_ed.R | 2 +- R/lsm_l_enn_cv.R | 2 +- R/lsm_l_enn_mn.R | 2 +- R/lsm_l_enn_sd.R | 2 +- R/lsm_l_ent.R | 2 +- R/lsm_l_frac_cv.R | 2 +- R/lsm_l_frac_mn.R | 2 +- R/lsm_l_frac_sd.R | 2 +- R/lsm_l_gyrate_cv.R | 2 +- R/lsm_l_gyrate_mn.R | 2 +- R/lsm_l_gyrate_sd.R | 2 +- R/lsm_l_iji.R | 2 +- R/lsm_l_joinent.R | 2 +- R/lsm_l_lpi.R | 2 +- R/lsm_l_lsi.R | 2 +- R/lsm_l_mesh.R | 2 +- R/lsm_l_msidi.R | 2 +- R/lsm_l_msiei.R | 2 +- R/lsm_l_mutinf.R | 2 +- R/lsm_l_ndca.R | 2 +- R/lsm_l_np.R | 2 +- R/lsm_l_pafrac.R | 2 +- R/lsm_l_para_cv.R | 2 +- R/lsm_l_para_mn.R | 2 +- R/lsm_l_para_sd.R | 2 +- R/lsm_l_pd.R | 2 +- R/lsm_l_pladj.R | 2 +- R/lsm_l_pr.R | 2 +- R/lsm_l_prd.R | 2 +- R/lsm_l_relmutinf.R | 2 +- R/lsm_l_rpr.R | 2 +- R/lsm_l_shape_cv.R | 2 +- R/lsm_l_shape_mn.R | 2 +- R/lsm_l_shape_sd.R | 2 +- R/lsm_l_shdi.R | 2 +- R/lsm_l_shei.R | 2 +- R/lsm_l_sidi.R | 2 +- R/lsm_l_siei.R | 2 +- R/lsm_l_split.R | 2 +- R/lsm_l_ta.R | 2 +- R/lsm_l_tca.R | 2 +- R/lsm_l_te.R | 2 +- R/lsm_p_area.R | 2 +- R/lsm_p_cai.R | 2 +- R/lsm_p_circle.R | 2 +- R/lsm_p_contig.R | 2 +- R/lsm_p_core.R | 2 +- R/lsm_p_enn.R | 2 +- R/lsm_p_frac.R | 2 +- R/lsm_p_gyrate.R | 2 +- R/lsm_p_ncore.R | 2 +- R/lsm_p_para.R | 2 +- R/lsm_p_perim.R | 2 +- R/lsm_p_shape.R | 2 +- R/matrix_to_raster.R | 2 +- R/pad_raster.R | 2 +- R/proj_info.R | 6 +++--- R/raster_to_points.R | 2 +- R/sample_lsm.R | 2 +- R/show_cores.R | 2 +- R/show_correlation.R | 2 +- R/show_lsm.R | 2 +- R/show_patches.R | 2 +- R/spatialize_lsm.R | 2 +- R/unpad_raster.R | 2 +- R/window_lsm.R | 2 +- README.Rmd | 2 +- README.md | 2 +- man/calculate_correlation.Rd | 2 +- man/calculate_lsm.Rd | 2 +- man/check_landscape.Rd | 6 +++--- man/data_info.Rd | 6 +++--- man/extract_lsm.Rd | 2 +- man/get_adjacencies.Rd | 2 +- man/get_boundaries.Rd | 2 +- man/get_centroids.Rd | 2 +- man/get_circumscribingcircle.Rd | 2 +- man/get_nearestneighbour.Rd | 2 +- man/get_patches.Rd | 2 +- man/get_unique_values.Rd | 2 +- man/landscape_as_list.Rd | 2 +- man/lsm_abbreviations_names.Rd | 2 +- man/lsm_c_ai.Rd | 2 +- man/lsm_c_area_cv.Rd | 2 +- man/lsm_c_area_mn.Rd | 2 +- man/lsm_c_area_sd.Rd | 2 +- man/lsm_c_ca.Rd | 2 +- man/lsm_c_cai_cv.Rd | 2 +- man/lsm_c_cai_mn.Rd | 2 +- man/lsm_c_cai_sd.Rd | 2 +- man/lsm_c_circle_cv.Rd | 2 +- man/lsm_c_circle_mn.Rd | 2 +- man/lsm_c_circle_sd.Rd | 2 +- man/lsm_c_clumpy.Rd | 2 +- man/lsm_c_cohesion.Rd | 2 +- man/lsm_c_contig_cv.Rd | 2 +- man/lsm_c_contig_mn.Rd | 2 +- man/lsm_c_contig_sd.Rd | 2 +- man/lsm_c_core_cv.Rd | 2 +- man/lsm_c_core_mn.Rd | 2 +- man/lsm_c_core_sd.Rd | 2 +- man/lsm_c_cpland.Rd | 2 +- man/lsm_c_dcad.Rd | 2 +- man/lsm_c_dcore_cv.Rd | 2 +- man/lsm_c_dcore_mn.Rd | 2 +- man/lsm_c_dcore_sd.Rd | 2 +- man/lsm_c_division.Rd | 2 +- man/lsm_c_ed.Rd | 2 +- man/lsm_c_enn_cv.Rd | 2 +- man/lsm_c_enn_mn.Rd | 2 +- man/lsm_c_enn_sd.Rd | 2 +- man/lsm_c_frac_cv.Rd | 2 +- man/lsm_c_frac_mn.Rd | 2 +- man/lsm_c_frac_sd.Rd | 2 +- man/lsm_c_gyrate_cv.Rd | 2 +- man/lsm_c_gyrate_mn.Rd | 2 +- man/lsm_c_gyrate_sd.Rd | 2 +- man/lsm_c_iji.Rd | 2 +- man/lsm_c_lpi.Rd | 2 +- man/lsm_c_lsi.Rd | 2 +- man/lsm_c_mesh.Rd | 2 +- man/lsm_c_ndca.Rd | 2 +- man/lsm_c_nlsi.Rd | 2 +- man/lsm_c_np.Rd | 2 +- man/lsm_c_pafrac.Rd | 2 +- man/lsm_c_para_cv.Rd | 2 +- man/lsm_c_para_mn.Rd | 2 +- man/lsm_c_para_sd.Rd | 2 +- man/lsm_c_pd.Rd | 2 +- man/lsm_c_pladj.Rd | 2 +- man/lsm_c_pland.Rd | 2 +- man/lsm_c_shape_cv.Rd | 2 +- man/lsm_c_shape_mn.Rd | 2 +- man/lsm_c_shape_sd.Rd | 2 +- man/lsm_c_split.Rd | 2 +- man/lsm_c_tca.Rd | 2 +- man/lsm_c_te.Rd | 2 +- man/lsm_l_ai.Rd | 2 +- man/lsm_l_area_cv.Rd | 2 +- man/lsm_l_area_mn.Rd | 2 +- man/lsm_l_area_sd.Rd | 2 +- man/lsm_l_cai_cv.Rd | 2 +- man/lsm_l_cai_mn.Rd | 2 +- man/lsm_l_cai_sd.Rd | 2 +- man/lsm_l_circle_cv.Rd | 2 +- man/lsm_l_circle_mn.Rd | 2 +- man/lsm_l_circle_sd.Rd | 2 +- man/lsm_l_cohesion.Rd | 2 +- man/lsm_l_condent.Rd | 2 +- man/lsm_l_contag.Rd | 2 +- man/lsm_l_contig_cv.Rd | 2 +- man/lsm_l_contig_mn.Rd | 2 +- man/lsm_l_contig_sd.Rd | 2 +- man/lsm_l_core_cv.Rd | 2 +- man/lsm_l_core_mn.Rd | 2 +- man/lsm_l_core_sd.Rd | 2 +- man/lsm_l_dcad.Rd | 2 +- man/lsm_l_dcore_cv.Rd | 2 +- man/lsm_l_dcore_mn.Rd | 2 +- man/lsm_l_dcore_sd.Rd | 2 +- man/lsm_l_division.Rd | 2 +- man/lsm_l_ed.Rd | 2 +- man/lsm_l_enn_cv.Rd | 2 +- man/lsm_l_enn_mn.Rd | 2 +- man/lsm_l_enn_sd.Rd | 2 +- man/lsm_l_ent.Rd | 2 +- man/lsm_l_frac_cv.Rd | 2 +- man/lsm_l_frac_mn.Rd | 2 +- man/lsm_l_frac_sd.Rd | 2 +- man/lsm_l_gyrate_cv.Rd | 2 +- man/lsm_l_gyrate_mn.Rd | 2 +- man/lsm_l_gyrate_sd.Rd | 2 +- man/lsm_l_iji.Rd | 2 +- man/lsm_l_joinent.Rd | 2 +- man/lsm_l_lpi.Rd | 2 +- man/lsm_l_lsi.Rd | 2 +- man/lsm_l_mesh.Rd | 2 +- man/lsm_l_msidi.Rd | 2 +- man/lsm_l_msiei.Rd | 2 +- man/lsm_l_mutinf.Rd | 2 +- man/lsm_l_ndca.Rd | 2 +- man/lsm_l_np.Rd | 2 +- man/lsm_l_pafrac.Rd | 2 +- man/lsm_l_para_cv.Rd | 2 +- man/lsm_l_para_mn.Rd | 2 +- man/lsm_l_para_sd.Rd | 2 +- man/lsm_l_pd.Rd | 2 +- man/lsm_l_pladj.Rd | 2 +- man/lsm_l_pr.Rd | 2 +- man/lsm_l_prd.Rd | 2 +- man/lsm_l_relmutinf.Rd | 2 +- man/lsm_l_rpr.Rd | 2 +- man/lsm_l_shape_cv.Rd | 2 +- man/lsm_l_shape_mn.Rd | 2 +- man/lsm_l_shape_sd.Rd | 2 +- man/lsm_l_shdi.Rd | 2 +- man/lsm_l_shei.Rd | 2 +- man/lsm_l_sidi.Rd | 2 +- man/lsm_l_siei.Rd | 2 +- man/lsm_l_split.Rd | 2 +- man/lsm_l_ta.Rd | 2 +- man/lsm_l_tca.Rd | 2 +- man/lsm_l_te.Rd | 2 +- man/lsm_p_area.Rd | 2 +- man/lsm_p_cai.Rd | 2 +- man/lsm_p_circle.Rd | 2 +- man/lsm_p_contig.Rd | 2 +- man/lsm_p_core.Rd | 2 +- man/lsm_p_enn.Rd | 2 +- man/lsm_p_frac.Rd | 2 +- man/lsm_p_gyrate.Rd | 2 +- man/lsm_p_ncore.Rd | 2 +- man/lsm_p_para.Rd | 2 +- man/lsm_p_perim.Rd | 2 +- man/lsm_p_shape.Rd | 2 +- man/matrix_to_raster.Rd | 2 +- man/pad_raster.Rd | 2 +- man/proj_info.Rd | 6 +++--- man/raster_to_points.Rd | 2 +- man/sample_lsm.Rd | 2 +- man/show_cores.Rd | 2 +- man/show_correlation.Rd | 2 +- man/show_lsm.Rd | 2 +- man/show_patches.Rd | 2 +- man/spatialize_lsm.Rd | 2 +- man/unpad_raster.Rd | 2 +- man/window_lsm.Rd | 2 +- tests/testthat/helper-landscapes.R | 6 +++--- vignettes/articles/comparing_tools.Rmd | 2 +- vignettes/articles/guide_moving_window.Rmd | 2 +- .../articles/landscape_distribution_statistics.Rmd | 2 +- vignettes/articles/new_metrics.Rmd | 2 +- vignettes/articles/utility.Rmd | 2 +- vignettes/get_started.Rmd | 6 +++--- 327 files changed, 347 insertions(+), 347 deletions(-) diff --git a/R/calculate_correlation.R b/R/calculate_correlation.R index 656cc0bd9..6f7f1a1af 100644 --- a/R/calculate_correlation.R +++ b/R/calculate_correlation.R @@ -14,7 +14,7 @@ #' @return list #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' metrics <- calculate_lsm(landscape, what = c("patch", "class")) #' calculate_correlation(metrics, method = "pearson") #' diff --git a/R/calculate_lsm.R b/R/calculate_lsm.R index 2c186f398..5de3870b8 100644 --- a/R/calculate_lsm.R +++ b/R/calculate_lsm.R @@ -45,7 +45,7 @@ #' #' @examples #' \dontrun{ -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' calculate_lsm(landscape, progress = TRUE) #' calculate_lsm(landscape, what = c("patch", "lsm_c_te", "lsm_l_pr")) #' calculate_lsm(landscape, level = c("class", "landscape"), diff --git a/R/check_landscape.R b/R/check_landscape.R index 305a3a2e3..46436f31f 100644 --- a/R/check_landscape.R +++ b/R/check_landscape.R @@ -15,11 +15,11 @@ #' @return tibble #' #' @examples -#' augusta_nlcd <- terra::rast(augusta_nlcd) +#' augusta_nlcd <- terra::rast(landscapemetrics::augusta_nlcd) #' check_landscape(augusta_nlcd) -#' podlasie_ccilc <- terra::rast(podlasie_ccilc) +#' podlasie_ccilc <- terra::rast(landscapemetrics::podlasie_ccilc) #' check_landscape(podlasie_ccilc) -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' check_landscape(c(landscape, landscape)) #' #' @aliases check_landscape diff --git a/R/data.R b/R/data.R index 7d66becd4..eea39d7ff 100644 --- a/R/data.R +++ b/R/data.R @@ -118,7 +118,7 @@ #' a more readable results tibble or for visualizing your results. #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' patch_area <- lsm_p_area(landscape) #' patch_area <- merge(x = patch_area, y = lsm_abbreviations_names, by = c("level", "metric")) #' diff --git a/R/data_info.R b/R/data_info.R index f6e2ee93c..24fa11b42 100644 --- a/R/data_info.R +++ b/R/data_info.R @@ -10,11 +10,11 @@ #' @return raster #' #' @examples -#' augusta_nlcd <- terra::rast(augusta_nlcd) +#' augusta_nlcd <- terra::rast(landscapemetrics::augusta_nlcd) #' data_info(augusta_nlcd) -#' podlasie_ccilc <- terra::rast(podlasie_ccilc) +#' podlasie_ccilc <- terra::rast(landscapemetrics::podlasie_ccilc) #' data_info(podlasie_ccilc) -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' data_info(landscape) #' #' @aliases data_info diff --git a/R/extract_lsm.R b/R/extract_lsm.R index 7bede6550..5cd4c489b 100644 --- a/R/extract_lsm.R +++ b/R/extract_lsm.R @@ -30,7 +30,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' #' points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) #' extract_lsm(landscape, y = points) diff --git a/R/get_adjacencies.R b/R/get_adjacencies.R index d3bab8919..68e88f0d1 100644 --- a/R/get_adjacencies.R +++ b/R/get_adjacencies.R @@ -26,7 +26,7 @@ #' @return matrix with adjacencies between classes in a raster and between cells from the same class. #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' # calculate full adjacency matrix #' get_adjacencies(landscape, 4) #' diff --git a/R/get_boundaries.R b/R/get_boundaries.R index c3ee7b747..a241acd6f 100644 --- a/R/get_boundaries.R +++ b/R/get_boundaries.R @@ -20,7 +20,7 @@ #' @return List with RasterLayer or matrix #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' class_1 <- get_patches(landscape, class = 1)[[1]][[1]] #' #' get_boundaries(class_1) diff --git a/R/get_centroids.R b/R/get_centroids.R index b587a640e..a4bb56f61 100644 --- a/R/get_centroids.R +++ b/R/get_centroids.R @@ -18,7 +18,7 @@ #' #' @examples #' # get centroid location -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' get_centroids(landscape) #' #' @aliases get_centroids diff --git a/R/get_circumscribingcircle.R b/R/get_circumscribingcircle.R index d12348ee4..41e8821ab 100644 --- a/R/get_circumscribingcircle.R +++ b/R/get_circumscribingcircle.R @@ -16,7 +16,7 @@ #' Based on C++ code from Project Nayuki (https://www.nayuki.io/page/smallest-enclosing-circle). #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' #' # get circle around each patch #' get_circumscribingcircle(landscape) diff --git a/R/get_nearestneighbour.R b/R/get_nearestneighbour.R index cfb8014fc..a724ff958 100644 --- a/R/get_nearestneighbour.R +++ b/R/get_nearestneighbour.R @@ -18,7 +18,7 @@ #' #' @examples #' # get patches for class 1 -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' class_1 <- get_patches(landscape, class = 2)[[1]][[1]] #' #' # calculate the distance between patches diff --git a/R/get_patches.R b/R/get_patches.R index 9202959bb..18a429218 100644 --- a/R/get_patches.R +++ b/R/get_patches.R @@ -34,7 +34,7 @@ #' @return List #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' #' # check for patches of class 1 #' patched_raster <- get_patches(landscape, class = 1) diff --git a/R/get_unique_values.R b/R/get_unique_values.R index ce8b38c4e..76d970ef4 100644 --- a/R/get_unique_values.R +++ b/R/get_unique_values.R @@ -11,7 +11,7 @@ #' Fast and memory friendly Rcpp implementation to find the unique values of an object. #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' #' get_unique_values(landscape) #' diff --git a/R/landscape_as_list.R b/R/landscape_as_list.R index f8cd9d9eb..c8d1831a5 100644 --- a/R/landscape_as_list.R +++ b/R/landscape_as_list.R @@ -9,7 +9,7 @@ #' @return list #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' landscape_as_list(c(landscape, landscape)) #' #' @aliases landscape_as_list @@ -31,7 +31,7 @@ landscape_as_list.SpatRaster <- function(landscape) { #' @export landscape_as_list.RasterLayer <- function(landscape) { - landscape <- terra::rast(landscape) + landscape <- terra::rast(landscapemetrics::landscape) landscape <- terra::as.list(landscape) return(landscape) @@ -41,7 +41,7 @@ landscape_as_list.RasterLayer <- function(landscape) { #' @export landscape_as_list.RasterBrick <- function(landscape) { - landscape <- terra::rast(landscape) + landscape <- terra::rast(landscapemetrics::landscape) landscape <- terra::as.list(landscape) return(landscape) @@ -51,7 +51,7 @@ landscape_as_list.RasterBrick <- function(landscape) { #' @export landscape_as_list.RasterStack <- function(landscape) { - landscape <- terra::rast(landscape) + landscape <- terra::rast(landscapemetrics::landscape) landscape <- terra::as.list(landscape) return(landscape) @@ -61,7 +61,7 @@ landscape_as_list.RasterStack <- function(landscape) { #' @export landscape_as_list.stars <- function(landscape) { - landscape <- terra::rast(landscape) + landscape <- terra::rast(landscapemetrics::landscape) landscape <- terra::as.list(landscape) return(landscape) diff --git a/R/lsm_c_ai.R b/R/lsm_c_ai.R index ed5c2f54d..d9db9f4db 100644 --- a/R/lsm_c_ai.R +++ b/R/lsm_c_ai.R @@ -25,7 +25,7 @@ #' \code{\link{lsm_l_ai}} #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_ai(landscape) #' #' @aliases lsm_c_ai diff --git a/R/lsm_c_area_cv.R b/R/lsm_c_area_cv.R index 7df01771c..480eae0c3 100644 --- a/R/lsm_c_area_cv.R +++ b/R/lsm_c_area_cv.R @@ -30,7 +30,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_area_cv(landscape) #' #' @aliases lsm_c_area_cv diff --git a/R/lsm_c_area_mn.R b/R/lsm_c_area_mn.R index 3cc97b792..97b511791 100644 --- a/R/lsm_c_area_mn.R +++ b/R/lsm_c_area_mn.R @@ -32,7 +32,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_area_mn(landscape) #' #' @aliases lsm_c_area_mn diff --git a/R/lsm_c_area_sd.R b/R/lsm_c_area_sd.R index 7ba22b8c1..21052ddb3 100644 --- a/R/lsm_c_area_sd.R +++ b/R/lsm_c_area_sd.R @@ -32,7 +32,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_area_sd(landscape) #' #' @aliases lsm_c_area_sd diff --git a/R/lsm_c_ca.R b/R/lsm_c_ca.R index f69b572ef..473cee6c1 100644 --- a/R/lsm_c_ca.R +++ b/R/lsm_c_ca.R @@ -31,7 +31,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_ca(landscape) #' #' @aliases lsm_c_ca diff --git a/R/lsm_c_cai_cv.R b/R/lsm_c_cai_cv.R index f1a14621d..866016f8a 100644 --- a/R/lsm_c_cai_cv.R +++ b/R/lsm_c_cai_cv.R @@ -39,7 +39,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_cai_cv(landscape) #' #' @aliases lsm_c_cai_cv diff --git a/R/lsm_c_cai_mn.R b/R/lsm_c_cai_mn.R index 5b2698478..23bd3ba27 100644 --- a/R/lsm_c_cai_mn.R +++ b/R/lsm_c_cai_mn.R @@ -37,7 +37,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_cai_mn(landscape) #' #' @aliases lsm_c_cai_mn diff --git a/R/lsm_c_cai_sd.R b/R/lsm_c_cai_sd.R index c89fb690c..219d27b92 100644 --- a/R/lsm_c_cai_sd.R +++ b/R/lsm_c_cai_sd.R @@ -39,7 +39,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_cai_sd(landscape) #' #' @aliases lsm_c_cai_sd diff --git a/R/lsm_c_circle_cv.R b/R/lsm_c_circle_cv.R index 2418be4c4..2adecf235 100644 --- a/R/lsm_c_circle_cv.R +++ b/R/lsm_c_circle_cv.R @@ -35,7 +35,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_circle_cv(landscape) #' #' @aliases lsm_c_circle_cv diff --git a/R/lsm_c_circle_mn.R b/R/lsm_c_circle_mn.R index 78da9edfe..cf70d180c 100644 --- a/R/lsm_c_circle_mn.R +++ b/R/lsm_c_circle_mn.R @@ -33,7 +33,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_circle_mn(landscape) #' #' @aliases lsm_c_circle_mn diff --git a/R/lsm_c_circle_sd.R b/R/lsm_c_circle_sd.R index d9b5d60ea..a18078f3b 100644 --- a/R/lsm_c_circle_sd.R +++ b/R/lsm_c_circle_sd.R @@ -33,7 +33,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_circle_sd(landscape) #' #' @aliases lsm_c_circle_sd diff --git a/R/lsm_c_clumpy.R b/R/lsm_c_clumpy.R index 71fa722f0..025643453 100644 --- a/R/lsm_c_clumpy.R +++ b/R/lsm_c_clumpy.R @@ -26,7 +26,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_clumpy(landscape) #' #' @aliases lsm_c_clumpy diff --git a/R/lsm_c_cohesion.R b/R/lsm_c_cohesion.R index 7da0398e5..690075f9c 100644 --- a/R/lsm_c_cohesion.R +++ b/R/lsm_c_cohesion.R @@ -29,7 +29,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_cohesion(landscape) #' #' @aliases lsm_c_cohesion diff --git a/R/lsm_c_contig_cv.R b/R/lsm_c_contig_cv.R index fc744887f..f9b24919f 100644 --- a/R/lsm_c_contig_cv.R +++ b/R/lsm_c_contig_cv.R @@ -41,7 +41,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_contig_cv(landscape) #' #' @aliases lsm_c_contig_cv diff --git a/R/lsm_c_contig_mn.R b/R/lsm_c_contig_mn.R index 1632cc647..e0f955938 100644 --- a/R/lsm_c_contig_mn.R +++ b/R/lsm_c_contig_mn.R @@ -40,7 +40,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_contig_mn(landscape) #' #' @aliases lsm_c_contig_mn diff --git a/R/lsm_c_contig_sd.R b/R/lsm_c_contig_sd.R index e3edc6651..8810df793 100644 --- a/R/lsm_c_contig_sd.R +++ b/R/lsm_c_contig_sd.R @@ -41,7 +41,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_contig_sd(landscape) #' #' @aliases lsm_c_contig_sd diff --git a/R/lsm_c_core_cv.R b/R/lsm_c_core_cv.R index f9498377a..d9e3adacf 100644 --- a/R/lsm_c_core_cv.R +++ b/R/lsm_c_core_cv.R @@ -34,7 +34,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_core_cv(landscape) #' #' @aliases lsm_c_core_cv diff --git a/R/lsm_c_core_mn.R b/R/lsm_c_core_mn.R index 44b270a6d..0ea6034d8 100644 --- a/R/lsm_c_core_mn.R +++ b/R/lsm_c_core_mn.R @@ -33,7 +33,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_core_mn(landscape) #' #' @aliases lsm_c_core_mn diff --git a/R/lsm_c_core_sd.R b/R/lsm_c_core_sd.R index 47ba16329..5c5f1e655 100644 --- a/R/lsm_c_core_sd.R +++ b/R/lsm_c_core_sd.R @@ -35,7 +35,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_core_sd(landscape) #' #' @aliases lsm_c_core_sd diff --git a/R/lsm_c_cpland.R b/R/lsm_c_cpland.R index 7ff9230be..eee7464f3 100644 --- a/R/lsm_c_cpland.R +++ b/R/lsm_c_cpland.R @@ -31,7 +31,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_cpland(landscape) #' #' @aliases lsm_c_cpland diff --git a/R/lsm_c_dcad.R b/R/lsm_c_dcad.R index 44682b03d..22caae09a 100644 --- a/R/lsm_c_dcad.R +++ b/R/lsm_c_dcad.R @@ -35,7 +35,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_dcad(landscape) #' #' @aliases lsm_c_dcad diff --git a/R/lsm_c_dcore_cv.R b/R/lsm_c_dcore_cv.R index 430dbb82e..b7769df27 100644 --- a/R/lsm_c_dcore_cv.R +++ b/R/lsm_c_dcore_cv.R @@ -38,7 +38,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_dcore_cv(landscape) #' #' @aliases lsm_c_dcore_cv diff --git a/R/lsm_c_dcore_mn.R b/R/lsm_c_dcore_mn.R index 8e1e6cfa7..685c08d21 100644 --- a/R/lsm_c_dcore_mn.R +++ b/R/lsm_c_dcore_mn.R @@ -36,7 +36,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_dcore_mn(landscape) #' #' @aliases lsm_c_dcore_mn diff --git a/R/lsm_c_dcore_sd.R b/R/lsm_c_dcore_sd.R index 9f3d3177d..4292fa11f 100644 --- a/R/lsm_c_dcore_sd.R +++ b/R/lsm_c_dcore_sd.R @@ -39,7 +39,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_dcore_sd(landscape) #' #' @aliases lsm_c_dcore_sd diff --git a/R/lsm_c_division.R b/R/lsm_c_division.R index 73682e9af..48a96b134 100644 --- a/R/lsm_c_division.R +++ b/R/lsm_c_division.R @@ -27,7 +27,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_division(landscape) #' #' @aliases lsm_c_division diff --git a/R/lsm_c_ed.R b/R/lsm_c_ed.R index 0eeb13f1a..9dbb2fd63 100644 --- a/R/lsm_c_ed.R +++ b/R/lsm_c_ed.R @@ -33,7 +33,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_ed(landscape) #' #' @aliases lsm_c_ed diff --git a/R/lsm_c_enn_cv.R b/R/lsm_c_enn_cv.R index 457dbbeb6..7f7ddbba8 100644 --- a/R/lsm_c_enn_cv.R +++ b/R/lsm_c_enn_cv.R @@ -34,7 +34,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_enn_cv(landscape) #' #' @aliases lsm_c_enn_cv diff --git a/R/lsm_c_enn_mn.R b/R/lsm_c_enn_mn.R index 90ef626a9..b74d53158 100644 --- a/R/lsm_c_enn_mn.R +++ b/R/lsm_c_enn_mn.R @@ -35,7 +35,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_enn_mn(landscape) #' #' @aliases lsm_c_enn_mn diff --git a/R/lsm_c_enn_sd.R b/R/lsm_c_enn_sd.R index d35db6aa0..aed7bcb52 100644 --- a/R/lsm_c_enn_sd.R +++ b/R/lsm_c_enn_sd.R @@ -35,7 +35,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_enn_sd(landscape) #' #' @aliases lsm_c_enn_sd diff --git a/R/lsm_c_frac_cv.R b/R/lsm_c_frac_cv.R index c5b3363ae..d7554c0eb 100644 --- a/R/lsm_c_frac_cv.R +++ b/R/lsm_c_frac_cv.R @@ -33,7 +33,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_frac_cv(landscape) #' #' @aliases lsm_c_frac_cv diff --git a/R/lsm_c_frac_mn.R b/R/lsm_c_frac_mn.R index fed3ef9d4..64c1ce3b3 100644 --- a/R/lsm_c_frac_mn.R +++ b/R/lsm_c_frac_mn.R @@ -31,7 +31,7 @@ #' \code{\link{lsm_l_frac_cv}} #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_frac_mn(landscape) #' #' @aliases lsm_c_frac_mn diff --git a/R/lsm_c_frac_sd.R b/R/lsm_c_frac_sd.R index 07f15f9da..8fb4bbe2e 100644 --- a/R/lsm_c_frac_sd.R +++ b/R/lsm_c_frac_sd.R @@ -33,7 +33,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_frac_sd(landscape) #' #' @aliases lsm_c_frac_sd diff --git a/R/lsm_c_gyrate_cv.R b/R/lsm_c_gyrate_cv.R index 49a452b76..aa829031c 100644 --- a/R/lsm_c_gyrate_cv.R +++ b/R/lsm_c_gyrate_cv.R @@ -40,7 +40,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_gyrate_cv(landscape) #' #' @aliases lsm_c_gyrate_cv diff --git a/R/lsm_c_gyrate_mn.R b/R/lsm_c_gyrate_mn.R index 2ce8ba90e..879ea3b5d 100644 --- a/R/lsm_c_gyrate_mn.R +++ b/R/lsm_c_gyrate_mn.R @@ -39,7 +39,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_gyrate_mn(landscape) #' #' @aliases lsm_c_gyrate_mn diff --git a/R/lsm_c_gyrate_sd.R b/R/lsm_c_gyrate_sd.R index 32f58436b..847b9ea01 100644 --- a/R/lsm_c_gyrate_sd.R +++ b/R/lsm_c_gyrate_sd.R @@ -39,7 +39,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_gyrate_sd(landscape) #' #' @aliases lsm_c_gyrate_sd diff --git a/R/lsm_c_iji.R b/R/lsm_c_iji.R index 038c9656d..2eaa2f329 100644 --- a/R/lsm_c_iji.R +++ b/R/lsm_c_iji.R @@ -26,7 +26,7 @@ #' @return tibble # #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_iji(landscape) # #' @aliases lsm_c_iji diff --git a/R/lsm_c_lpi.R b/R/lsm_c_lpi.R index c49d695e8..318aab937 100644 --- a/R/lsm_c_lpi.R +++ b/R/lsm_c_lpi.R @@ -28,7 +28,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_lpi(landscape) #' #' @aliases lsm_c_lpi diff --git a/R/lsm_c_lsi.R b/R/lsm_c_lsi.R index 7a1ac5b18..efba869b2 100644 --- a/R/lsm_c_lsi.R +++ b/R/lsm_c_lsi.R @@ -26,7 +26,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_lsi(landscape) #' #' @aliases lsm_c_lsi diff --git a/R/lsm_c_mesh.R b/R/lsm_c_mesh.R index 8a2ff3748..4a033324f 100644 --- a/R/lsm_c_mesh.R +++ b/R/lsm_c_mesh.R @@ -29,7 +29,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_mesh(landscape) #' #' @aliases lsm_c_mesh diff --git a/R/lsm_c_ndca.R b/R/lsm_c_ndca.R index 612bca745..c5f0af5ab 100644 --- a/R/lsm_c_ndca.R +++ b/R/lsm_c_ndca.R @@ -36,7 +36,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_ndca(landscape) #' #' @aliases lsm_c_ndca diff --git a/R/lsm_c_nlsi.R b/R/lsm_c_nlsi.R index 70b68274e..31908aeca 100644 --- a/R/lsm_c_nlsi.R +++ b/R/lsm_c_nlsi.R @@ -30,7 +30,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_nlsi(landscape) #' #' @aliases lsm_c_nlsi diff --git a/R/lsm_c_np.R b/R/lsm_c_np.R index 142763ab8..0e172dc58 100644 --- a/R/lsm_c_np.R +++ b/R/lsm_c_np.R @@ -24,7 +24,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_np(landscape) #' #' @aliases lsm_c_np diff --git a/R/lsm_c_pafrac.R b/R/lsm_c_pafrac.R index 4b1756b6f..72a13e9d0 100644 --- a/R/lsm_c_pafrac.R +++ b/R/lsm_c_pafrac.R @@ -32,7 +32,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_pafrac(landscape) #' #' @aliases lsm_c_pafrac diff --git a/R/lsm_c_para_cv.R b/R/lsm_c_para_cv.R index 112c5a71e..070a8bbb7 100644 --- a/R/lsm_c_para_cv.R +++ b/R/lsm_c_para_cv.R @@ -33,7 +33,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_para_cv(landscape) #' #' @aliases lsm_c_para_cv diff --git a/R/lsm_c_para_mn.R b/R/lsm_c_para_mn.R index edbc801ac..b54320add 100644 --- a/R/lsm_c_para_mn.R +++ b/R/lsm_c_para_mn.R @@ -34,7 +34,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_para_mn(landscape) #' #' @aliases lsm_c_para_mn diff --git a/R/lsm_c_para_sd.R b/R/lsm_c_para_sd.R index bbbd67315..fd56b5fe9 100644 --- a/R/lsm_c_para_sd.R +++ b/R/lsm_c_para_sd.R @@ -34,7 +34,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_para_sd(landscape) #' #' @aliases lsm_c_para_sd diff --git a/R/lsm_c_pd.R b/R/lsm_c_pd.R index f9080ec94..de37b0537 100644 --- a/R/lsm_c_pd.R +++ b/R/lsm_c_pd.R @@ -29,7 +29,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_pd(landscape) #' #' @aliases lsm_c_pd diff --git a/R/lsm_c_pladj.R b/R/lsm_c_pladj.R index 76f448857..d5a55c989 100644 --- a/R/lsm_c_pladj.R +++ b/R/lsm_c_pladj.R @@ -22,7 +22,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_pladj(landscape) #' #' @aliases lsm_c_pladj diff --git a/R/lsm_c_pland.R b/R/lsm_c_pland.R index 9350c1d5a..d36cbf5c2 100644 --- a/R/lsm_c_pland.R +++ b/R/lsm_c_pland.R @@ -27,7 +27,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_pland(landscape) #' #' @aliases lsm_c_pland diff --git a/R/lsm_c_shape_cv.R b/R/lsm_c_shape_cv.R index 03c21ffe6..7e8dd0e0b 100644 --- a/R/lsm_c_shape_cv.R +++ b/R/lsm_c_shape_cv.R @@ -31,7 +31,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_shape_cv(landscape) #' #' @aliases lsm_c_shape_cv diff --git a/R/lsm_c_shape_mn.R b/R/lsm_c_shape_mn.R index f416c404f..9d7cb8051 100644 --- a/R/lsm_c_shape_mn.R +++ b/R/lsm_c_shape_mn.R @@ -32,7 +32,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_shape_mn(landscape) #' #' @aliases lsm_c_shape_mn diff --git a/R/lsm_c_shape_sd.R b/R/lsm_c_shape_sd.R index 240fdd35c..eda8538e7 100644 --- a/R/lsm_c_shape_sd.R +++ b/R/lsm_c_shape_sd.R @@ -32,7 +32,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_shape_sd(landscape) #' #' @aliases lsm_c_shape_sd diff --git a/R/lsm_c_split.R b/R/lsm_c_split.R index 0edf6f2cb..67d8225eb 100644 --- a/R/lsm_c_split.R +++ b/R/lsm_c_split.R @@ -27,7 +27,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_split(landscape) #' #' @aliases lsm_c_split diff --git a/R/lsm_c_tca.R b/R/lsm_c_tca.R index 76c40b54c..06c01e009 100644 --- a/R/lsm_c_tca.R +++ b/R/lsm_c_tca.R @@ -35,7 +35,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_tca(landscape) #' #' @aliases lsm_c_tca diff --git a/R/lsm_c_te.R b/R/lsm_c_te.R index 853193a9c..543c72316 100644 --- a/R/lsm_c_te.R +++ b/R/lsm_c_te.R @@ -29,7 +29,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_c_te(landscape) #' #' @aliases lsm_c_te diff --git a/R/lsm_l_ai.R b/R/lsm_l_ai.R index bfd21f772..44a5ce7b2 100644 --- a/R/lsm_l_ai.R +++ b/R/lsm_l_ai.R @@ -26,7 +26,7 @@ #' \code{\link{lsm_c_ai}} #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_ai(landscape) #' #' @aliases lsm_l_ai diff --git a/R/lsm_l_area_cv.R b/R/lsm_l_area_cv.R index e2607edd0..1eb20fb3b 100644 --- a/R/lsm_l_area_cv.R +++ b/R/lsm_l_area_cv.R @@ -30,7 +30,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_area_cv(landscape) #' #' @aliases lsm_l_area_cv diff --git a/R/lsm_l_area_mn.R b/R/lsm_l_area_mn.R index 9b3284fd3..37bb7e452 100644 --- a/R/lsm_l_area_mn.R +++ b/R/lsm_l_area_mn.R @@ -32,7 +32,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_area_mn(landscape) #' #' @aliases lsm_l_area_mn diff --git a/R/lsm_l_area_sd.R b/R/lsm_l_area_sd.R index 3a6f3b29e..88ce5272e 100644 --- a/R/lsm_l_area_sd.R +++ b/R/lsm_l_area_sd.R @@ -30,7 +30,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_area_sd(landscape) #' #' @aliases lsm_l_area_sd diff --git a/R/lsm_l_cai_cv.R b/R/lsm_l_cai_cv.R index 3e54c7705..889d0eb35 100644 --- a/R/lsm_l_cai_cv.R +++ b/R/lsm_l_cai_cv.R @@ -39,7 +39,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_cai_cv(landscape) #' #' @aliases lsm_l_cai_cv diff --git a/R/lsm_l_cai_mn.R b/R/lsm_l_cai_mn.R index 79a835d81..c915de83d 100644 --- a/R/lsm_l_cai_mn.R +++ b/R/lsm_l_cai_mn.R @@ -37,7 +37,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_cai_mn(landscape) #' #' @aliases lsm_l_cai_mn diff --git a/R/lsm_l_cai_sd.R b/R/lsm_l_cai_sd.R index 96bd2f95d..2dd52fc37 100644 --- a/R/lsm_l_cai_sd.R +++ b/R/lsm_l_cai_sd.R @@ -39,7 +39,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_cai_sd(landscape) #' #' @aliases lsm_l_cai_sd diff --git a/R/lsm_l_circle_cv.R b/R/lsm_l_circle_cv.R index 183a7da00..87317ad1e 100644 --- a/R/lsm_l_circle_cv.R +++ b/R/lsm_l_circle_cv.R @@ -33,7 +33,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_circle_cv(landscape) #' #' @aliases lsm_l_circle_cv diff --git a/R/lsm_l_circle_mn.R b/R/lsm_l_circle_mn.R index ffe82412b..db4088d59 100644 --- a/R/lsm_l_circle_mn.R +++ b/R/lsm_l_circle_mn.R @@ -32,7 +32,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_circle_mn(landscape) #' #' @aliases lsm_l_circle_mn diff --git a/R/lsm_l_circle_sd.R b/R/lsm_l_circle_sd.R index 6a1c2940e..07c63d80a 100644 --- a/R/lsm_l_circle_sd.R +++ b/R/lsm_l_circle_sd.R @@ -34,7 +34,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_circle_sd(landscape) #' #' @aliases lsm_l_circle_sd diff --git a/R/lsm_l_cohesion.R b/R/lsm_l_cohesion.R index 9d8c55f5c..24ba970f9 100644 --- a/R/lsm_l_cohesion.R +++ b/R/lsm_l_cohesion.R @@ -24,7 +24,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_cohesion(landscape) #' #' @aliases lsm_l_cohesion diff --git a/R/lsm_l_condent.R b/R/lsm_l_condent.R index 82b8d6e62..82a50311d 100644 --- a/R/lsm_l_condent.R +++ b/R/lsm_l_condent.R @@ -26,7 +26,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_condent(landscape) #' #' @aliases lsm_l_condent diff --git a/R/lsm_l_contag.R b/R/lsm_l_contag.R index 74f543ba7..63765f881 100644 --- a/R/lsm_l_contag.R +++ b/R/lsm_l_contag.R @@ -29,7 +29,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_contag(landscape) #' #' @aliases lsm_l_contag diff --git a/R/lsm_l_contig_cv.R b/R/lsm_l_contig_cv.R index 315c7bc56..753c31f03 100644 --- a/R/lsm_l_contig_cv.R +++ b/R/lsm_l_contig_cv.R @@ -41,7 +41,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_contig_cv(landscape) #' #' @aliases lsm_l_contig_cv diff --git a/R/lsm_l_contig_mn.R b/R/lsm_l_contig_mn.R index 021e143af..6bedea2f0 100644 --- a/R/lsm_l_contig_mn.R +++ b/R/lsm_l_contig_mn.R @@ -40,7 +40,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_contig_mn(landscape) #' #' @aliases lsm_l_contig_mn diff --git a/R/lsm_l_contig_sd.R b/R/lsm_l_contig_sd.R index bb94b9caa..bda9a26fd 100644 --- a/R/lsm_l_contig_sd.R +++ b/R/lsm_l_contig_sd.R @@ -41,7 +41,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_contig_sd(landscape) #' #' @aliases lsm_l_contig_sd diff --git a/R/lsm_l_core_cv.R b/R/lsm_l_core_cv.R index d8cece1ba..7b7794a81 100644 --- a/R/lsm_l_core_cv.R +++ b/R/lsm_l_core_cv.R @@ -36,7 +36,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_core_cv(landscape) #' #' @aliases lsm_l_core_cv diff --git a/R/lsm_l_core_mn.R b/R/lsm_l_core_mn.R index 35b6b16f6..030c2dce7 100644 --- a/R/lsm_l_core_mn.R +++ b/R/lsm_l_core_mn.R @@ -35,7 +35,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_core_mn(landscape) #' #' @aliases lsm_l_core_mn diff --git a/R/lsm_l_core_sd.R b/R/lsm_l_core_sd.R index 37d2f4b71..84481b8a9 100644 --- a/R/lsm_l_core_sd.R +++ b/R/lsm_l_core_sd.R @@ -36,7 +36,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_core_sd(landscape) #' #' @aliases lsm_l_core_sd diff --git a/R/lsm_l_dcad.R b/R/lsm_l_dcad.R index 0689247f2..1b87913a6 100644 --- a/R/lsm_l_dcad.R +++ b/R/lsm_l_dcad.R @@ -35,7 +35,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_dcad(landscape) #' #' @aliases lsm_l_dcad diff --git a/R/lsm_l_dcore_cv.R b/R/lsm_l_dcore_cv.R index 7d61516f2..8811fbebe 100644 --- a/R/lsm_l_dcore_cv.R +++ b/R/lsm_l_dcore_cv.R @@ -38,7 +38,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_dcore_cv(landscape) #' #' @aliases lsm_l_dcore_cv diff --git a/R/lsm_l_dcore_mn.R b/R/lsm_l_dcore_mn.R index 0bbce8296..a96e7b520 100644 --- a/R/lsm_l_dcore_mn.R +++ b/R/lsm_l_dcore_mn.R @@ -36,7 +36,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_dcore_mn(landscape) #' #' @aliases lsm_l_dcore_mn diff --git a/R/lsm_l_dcore_sd.R b/R/lsm_l_dcore_sd.R index 520250f3d..3a4243006 100644 --- a/R/lsm_l_dcore_sd.R +++ b/R/lsm_l_dcore_sd.R @@ -38,7 +38,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_dcore_sd(landscape) #' #' @aliases lsm_l_dcore_sd diff --git a/R/lsm_l_division.R b/R/lsm_l_division.R index 87df4d7e8..71f9ded67 100644 --- a/R/lsm_l_division.R +++ b/R/lsm_l_division.R @@ -27,7 +27,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_division(landscape) #' #' @aliases lsm_l_division diff --git a/R/lsm_l_ed.R b/R/lsm_l_ed.R index 0bd0d2029..a68ff4ac4 100644 --- a/R/lsm_l_ed.R +++ b/R/lsm_l_ed.R @@ -33,7 +33,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_ed(landscape) #' #' @aliases lsm_l_ed diff --git a/R/lsm_l_enn_cv.R b/R/lsm_l_enn_cv.R index 167a2cb85..8f841eed4 100644 --- a/R/lsm_l_enn_cv.R +++ b/R/lsm_l_enn_cv.R @@ -34,7 +34,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_enn_cv(landscape) #' #' @aliases lsm_l_enn_cv diff --git a/R/lsm_l_enn_mn.R b/R/lsm_l_enn_mn.R index 426870c0c..c10fd07b6 100644 --- a/R/lsm_l_enn_mn.R +++ b/R/lsm_l_enn_mn.R @@ -35,7 +35,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_enn_mn(landscape) #' #' @aliases lsm_l_enn_mn diff --git a/R/lsm_l_enn_sd.R b/R/lsm_l_enn_sd.R index a0ddc57e8..a857565fd 100644 --- a/R/lsm_l_enn_sd.R +++ b/R/lsm_l_enn_sd.R @@ -35,7 +35,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_enn_sd(landscape) #' #' @aliases lsm_l_enn_sd diff --git a/R/lsm_l_ent.R b/R/lsm_l_ent.R index 5fe128a2d..1e0fee36e 100644 --- a/R/lsm_l_ent.R +++ b/R/lsm_l_ent.R @@ -21,7 +21,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_ent(landscape) #' #' @aliases lsm_l_ent diff --git a/R/lsm_l_frac_cv.R b/R/lsm_l_frac_cv.R index 8f2403be2..5fa99548e 100644 --- a/R/lsm_l_frac_cv.R +++ b/R/lsm_l_frac_cv.R @@ -33,7 +33,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_frac_cv(landscape) #' #' @aliases lsm_l_frac_cv diff --git a/R/lsm_l_frac_mn.R b/R/lsm_l_frac_mn.R index 42ae0f111..9d482594a 100644 --- a/R/lsm_l_frac_mn.R +++ b/R/lsm_l_frac_mn.R @@ -33,7 +33,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_frac_mn(landscape) #' #' @aliases lsm_l_frac_mn diff --git a/R/lsm_l_frac_sd.R b/R/lsm_l_frac_sd.R index ae2eb1789..742ca0d1d 100644 --- a/R/lsm_l_frac_sd.R +++ b/R/lsm_l_frac_sd.R @@ -33,7 +33,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_frac_sd(landscape) #' #' @aliases lsm_l_frac_sd diff --git a/R/lsm_l_gyrate_cv.R b/R/lsm_l_gyrate_cv.R index eb23f42bf..55d556908 100644 --- a/R/lsm_l_gyrate_cv.R +++ b/R/lsm_l_gyrate_cv.R @@ -40,7 +40,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_gyrate_cv(landscape) #' #' @aliases lsm_l_gyrate_cv diff --git a/R/lsm_l_gyrate_mn.R b/R/lsm_l_gyrate_mn.R index b8c0fa7e8..e9cbdc226 100644 --- a/R/lsm_l_gyrate_mn.R +++ b/R/lsm_l_gyrate_mn.R @@ -39,7 +39,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_gyrate_mn(landscape) #' #' @aliases lsm_l_gyrate_mn diff --git a/R/lsm_l_gyrate_sd.R b/R/lsm_l_gyrate_sd.R index 5034cb319..f223670da 100644 --- a/R/lsm_l_gyrate_sd.R +++ b/R/lsm_l_gyrate_sd.R @@ -39,7 +39,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_gyrate_sd(landscape) #' #' @aliases lsm_l_gyrate_sd diff --git a/R/lsm_l_iji.R b/R/lsm_l_iji.R index 76f91bd8d..80089d9f3 100644 --- a/R/lsm_l_iji.R +++ b/R/lsm_l_iji.R @@ -27,7 +27,7 @@ #' @return tibble # #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_iji(landscape) # #' @aliases lsm_l_iji diff --git a/R/lsm_l_joinent.R b/R/lsm_l_joinent.R index b638cdd12..6d7d85276 100644 --- a/R/lsm_l_joinent.R +++ b/R/lsm_l_joinent.R @@ -24,7 +24,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_joinent(landscape) #' #' @aliases lsm_l_joinent diff --git a/R/lsm_l_lpi.R b/R/lsm_l_lpi.R index 0c6c62c26..84f078a45 100644 --- a/R/lsm_l_lpi.R +++ b/R/lsm_l_lpi.R @@ -28,7 +28,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_lpi(landscape) #' #' @aliases lsm_l_lpi diff --git a/R/lsm_l_lsi.R b/R/lsm_l_lsi.R index 26ed038ca..c1d3a50ee 100644 --- a/R/lsm_l_lsi.R +++ b/R/lsm_l_lsi.R @@ -26,7 +26,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_lsi(landscape) #' #' @aliases lsm_l_lsi diff --git a/R/lsm_l_mesh.R b/R/lsm_l_mesh.R index f61a9367a..279efd45e 100644 --- a/R/lsm_l_mesh.R +++ b/R/lsm_l_mesh.R @@ -29,7 +29,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_mesh(landscape) #' #' @aliases lsm_l_mesh diff --git a/R/lsm_l_msidi.R b/R/lsm_l_msidi.R index 0918af4e1..06f2d97aa 100644 --- a/R/lsm_l_msidi.R +++ b/R/lsm_l_msidi.R @@ -23,7 +23,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_msidi(landscape) #' #' @aliases lsm_l_msidi diff --git a/R/lsm_l_msiei.R b/R/lsm_l_msiei.R index 01c373173..5ed38f271 100644 --- a/R/lsm_l_msiei.R +++ b/R/lsm_l_msiei.R @@ -23,7 +23,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_msiei(landscape) #' #' @aliases lsm_l_msiei diff --git a/R/lsm_l_mutinf.R b/R/lsm_l_mutinf.R index 102aad62c..b17aa1d87 100644 --- a/R/lsm_l_mutinf.R +++ b/R/lsm_l_mutinf.R @@ -25,7 +25,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_mutinf(landscape) #' #' @aliases lsm_l_mutinf diff --git a/R/lsm_l_ndca.R b/R/lsm_l_ndca.R index 759d3b579..fa3435302 100644 --- a/R/lsm_l_ndca.R +++ b/R/lsm_l_ndca.R @@ -35,7 +35,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_ndca(landscape) #' #' @aliases lsm_l_ndca diff --git a/R/lsm_l_np.R b/R/lsm_l_np.R index d9822f28a..e35f022d6 100644 --- a/R/lsm_l_np.R +++ b/R/lsm_l_np.R @@ -25,7 +25,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_np(landscape) #' #' @aliases lsm_l_np diff --git a/R/lsm_l_pafrac.R b/R/lsm_l_pafrac.R index 22f87bf36..d16721fb9 100644 --- a/R/lsm_l_pafrac.R +++ b/R/lsm_l_pafrac.R @@ -32,7 +32,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_pafrac(landscape) #' #' @aliases lsm_l_pafrac diff --git a/R/lsm_l_para_cv.R b/R/lsm_l_para_cv.R index 6712273a0..949812308 100644 --- a/R/lsm_l_para_cv.R +++ b/R/lsm_l_para_cv.R @@ -33,7 +33,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_para_cv(landscape) #' #' @aliases lsm_l_para_cv diff --git a/R/lsm_l_para_mn.R b/R/lsm_l_para_mn.R index 90582910a..1cbd61e29 100644 --- a/R/lsm_l_para_mn.R +++ b/R/lsm_l_para_mn.R @@ -34,7 +34,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_para_mn(landscape) #' #' @aliases lsm_l_para_mn diff --git a/R/lsm_l_para_sd.R b/R/lsm_l_para_sd.R index d7c4da1a6..98dd055f1 100644 --- a/R/lsm_l_para_sd.R +++ b/R/lsm_l_para_sd.R @@ -34,7 +34,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_para_sd(landscape) #' #' @aliases lsm_l_para_sd diff --git a/R/lsm_l_pd.R b/R/lsm_l_pd.R index ac31fd686..f249c7692 100644 --- a/R/lsm_l_pd.R +++ b/R/lsm_l_pd.R @@ -29,7 +29,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_pd(landscape) #' #' @aliases lsm_l_pd diff --git a/R/lsm_l_pladj.R b/R/lsm_l_pladj.R index 3baa9d29c..d062e5804 100644 --- a/R/lsm_l_pladj.R +++ b/R/lsm_l_pladj.R @@ -22,7 +22,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_pladj(landscape) #' #' @aliases lsm_l_pladj diff --git a/R/lsm_l_pr.R b/R/lsm_l_pr.R index e7d282cc1..267c469ad 100644 --- a/R/lsm_l_pr.R +++ b/R/lsm_l_pr.R @@ -20,7 +20,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_pr(landscape) #' #' @aliases lsm_l_pr diff --git a/R/lsm_l_prd.R b/R/lsm_l_prd.R index 85d30c5e8..8742279c7 100644 --- a/R/lsm_l_prd.R +++ b/R/lsm_l_prd.R @@ -24,7 +24,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_prd(landscape) #' #' @aliases lsm_l_prd diff --git a/R/lsm_l_relmutinf.R b/R/lsm_l_relmutinf.R index 6d505f6ee..c5388ca3a 100644 --- a/R/lsm_l_relmutinf.R +++ b/R/lsm_l_relmutinf.R @@ -25,7 +25,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_relmutinf(landscape) #' #' @aliases lsm_l_relmutinf diff --git a/R/lsm_l_rpr.R b/R/lsm_l_rpr.R index 4075624fd..4fd5d20f5 100644 --- a/R/lsm_l_rpr.R +++ b/R/lsm_l_rpr.R @@ -24,7 +24,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_rpr(landscape, classes_max = 5) #' #' @aliases lsm_l_rpr diff --git a/R/lsm_l_shape_cv.R b/R/lsm_l_shape_cv.R index 41506b90f..b5af243cc 100644 --- a/R/lsm_l_shape_cv.R +++ b/R/lsm_l_shape_cv.R @@ -31,7 +31,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_shape_cv(landscape) #' #' @aliases lsm_l_shape_cv diff --git a/R/lsm_l_shape_mn.R b/R/lsm_l_shape_mn.R index 581e70ac9..b999394b5 100644 --- a/R/lsm_l_shape_mn.R +++ b/R/lsm_l_shape_mn.R @@ -32,7 +32,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_shape_mn(landscape) #' #' @aliases lsm_l_shape_mn diff --git a/R/lsm_l_shape_sd.R b/R/lsm_l_shape_sd.R index 782d52e19..f7193d435 100644 --- a/R/lsm_l_shape_sd.R +++ b/R/lsm_l_shape_sd.R @@ -32,7 +32,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_shape_sd(landscape) #' #' @aliases lsm_l_shape_sd diff --git a/R/lsm_l_shdi.R b/R/lsm_l_shdi.R index b4b632e1c..b8637a285 100644 --- a/R/lsm_l_shdi.R +++ b/R/lsm_l_shdi.R @@ -23,7 +23,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_shdi(landscape) #' #' @aliases lsm_l_shdi diff --git a/R/lsm_l_shei.R b/R/lsm_l_shei.R index a95f2de4f..f413e5375 100644 --- a/R/lsm_l_shei.R +++ b/R/lsm_l_shei.R @@ -25,7 +25,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_shei(landscape) #' #' @aliases lsm_l_shei diff --git a/R/lsm_l_sidi.R b/R/lsm_l_sidi.R index 92a5ac4ac..c23ea5662 100644 --- a/R/lsm_l_sidi.R +++ b/R/lsm_l_sidi.R @@ -28,7 +28,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_sidi(landscape) #' #' @aliases lsm_l_sidi diff --git a/R/lsm_l_siei.R b/R/lsm_l_siei.R index bf3017330..a30dc5c4a 100644 --- a/R/lsm_l_siei.R +++ b/R/lsm_l_siei.R @@ -28,7 +28,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_siei(landscape) #' #' @aliases lsm_l_siei diff --git a/R/lsm_l_split.R b/R/lsm_l_split.R index c0502259b..b56cdd1ea 100644 --- a/R/lsm_l_split.R +++ b/R/lsm_l_split.R @@ -27,7 +27,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_split(landscape) #' #' @aliases lsm_l_split diff --git a/R/lsm_l_ta.R b/R/lsm_l_ta.R index 3d977b603..afbc37e86 100644 --- a/R/lsm_l_ta.R +++ b/R/lsm_l_ta.R @@ -26,7 +26,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_ta(landscape) #' #' @aliases lsm_l_ta diff --git a/R/lsm_l_tca.R b/R/lsm_l_tca.R index 1e6f2fcb4..9692d856d 100644 --- a/R/lsm_l_tca.R +++ b/R/lsm_l_tca.R @@ -34,7 +34,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_tca(landscape) #' #' @aliases lsm_l_tca diff --git a/R/lsm_l_te.R b/R/lsm_l_te.R index a491951bc..cfd64c036 100644 --- a/R/lsm_l_te.R +++ b/R/lsm_l_te.R @@ -27,7 +27,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_l_te(landscape) #' #' @aliases lsm_l_te diff --git a/R/lsm_p_area.R b/R/lsm_p_area.R index 65a839359..6b2e43fef 100644 --- a/R/lsm_p_area.R +++ b/R/lsm_p_area.R @@ -33,7 +33,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_p_area(landscape) #' #' @aliases lsm_p_area diff --git a/R/lsm_p_cai.R b/R/lsm_p_cai.R index efe89afd7..542d55aad 100644 --- a/R/lsm_p_cai.R +++ b/R/lsm_p_cai.R @@ -41,7 +41,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_p_cai(landscape) #' #' @aliases lsm_p_cai diff --git a/R/lsm_p_circle.R b/R/lsm_p_circle.R index 8391f029f..c69890dc4 100644 --- a/R/lsm_p_circle.R +++ b/R/lsm_p_circle.R @@ -34,7 +34,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_p_circle(landscape) #' #' @aliases lsm_p_circle diff --git a/R/lsm_p_contig.R b/R/lsm_p_contig.R index b77cb6c7d..de0568d7e 100644 --- a/R/lsm_p_contig.R +++ b/R/lsm_p_contig.R @@ -42,7 +42,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_p_contig(landscape) #' #' @aliases lsm_p_contig diff --git a/R/lsm_p_core.R b/R/lsm_p_core.R index c75818553..03d8a2da6 100644 --- a/R/lsm_p_core.R +++ b/R/lsm_p_core.R @@ -39,7 +39,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_p_core(landscape) #' #' @aliases lsm_p_core diff --git a/R/lsm_p_enn.R b/R/lsm_p_enn.R index dc31b46df..2d614b8ce 100644 --- a/R/lsm_p_enn.R +++ b/R/lsm_p_enn.R @@ -35,7 +35,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_p_enn(landscape) #' #' @aliases lsm_p_enn diff --git a/R/lsm_p_frac.R b/R/lsm_p_frac.R index 3b433ac8c..a65bbbba6 100644 --- a/R/lsm_p_frac.R +++ b/R/lsm_p_frac.R @@ -34,7 +34,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_p_frac(landscape) #' #' @aliases lsm_p_frac diff --git a/R/lsm_p_gyrate.R b/R/lsm_p_gyrate.R index d520dff3e..e4d06c1ac 100644 --- a/R/lsm_p_gyrate.R +++ b/R/lsm_p_gyrate.R @@ -36,7 +36,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_p_gyrate(landscape) #' #' @aliases lsm_p_gyrate diff --git a/R/lsm_p_ncore.R b/R/lsm_p_ncore.R index da3e358e9..ce3ea008d 100644 --- a/R/lsm_p_ncore.R +++ b/R/lsm_p_ncore.R @@ -41,7 +41,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_p_ncore(landscape) #' #' @aliases lsm_p_ncore diff --git a/R/lsm_p_para.R b/R/lsm_p_para.R index f14815753..c86dfa484 100644 --- a/R/lsm_p_para.R +++ b/R/lsm_p_para.R @@ -34,7 +34,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_p_para(landscape) #' #' @aliases lsm_p_para diff --git a/R/lsm_p_perim.R b/R/lsm_p_perim.R index ba44ac1be..cf09da93e 100644 --- a/R/lsm_p_perim.R +++ b/R/lsm_p_perim.R @@ -23,7 +23,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_p_perim(landscape) #' #' @aliases lsm_p_perim diff --git a/R/lsm_p_shape.R b/R/lsm_p_shape.R index fe58c59a7..f98b39781 100644 --- a/R/lsm_p_shape.R +++ b/R/lsm_p_shape.R @@ -33,7 +33,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_p_shape(landscape) #' #' @aliases lsm_p_shape diff --git a/R/matrix_to_raster.R b/R/matrix_to_raster.R index 82b65af03..c7f812872 100644 --- a/R/matrix_to_raster.R +++ b/R/matrix_to_raster.R @@ -17,7 +17,7 @@ #' @return raster #' #' @examples -#' augusta_nlcd <- terra::rast(augusta_nlcd) +#' augusta_nlcd <- terra::rast(landscapemetrics::augusta_nlcd) #' #' test_matrix <- terra::as.matrix(augusta_nlcd, wide = TRUE) #' matrix_to_raster(matrix = test_matrix, landscape = augusta_nlcd) diff --git a/R/pad_raster.R b/R/pad_raster.R index 7a4ed78c3..97d0ed1d8 100644 --- a/R/pad_raster.R +++ b/R/pad_raster.R @@ -17,7 +17,7 @@ #' @return raster #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' pad_raster(landscape, pad_raster_value = -1, pad_raster_cells = 2) #' #' @aliases pad_raster diff --git a/R/proj_info.R b/R/proj_info.R index adb1f6bbb..7cf41778c 100644 --- a/R/proj_info.R +++ b/R/proj_info.R @@ -11,11 +11,11 @@ #' #' @examples #' -#' augusta_nlcd <- terra::rast(augusta_nlcd) +#' augusta_nlcd <- terra::rast(landscapemetrics::augusta_nlcd) #' proj_info(augusta_nlcd) -#' podlasie_ccilc <- terra::rast(podlasie_ccilc) +#' podlasie_ccilc <- terra::rast(landscapemetrics::podlasie_ccilc) #' proj_info(podlasie_ccilc) -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' proj_info(landscape) #' #' @aliases proj_info diff --git a/R/raster_to_points.R b/R/raster_to_points.R index 206f99d56..656cd5d2e 100644 --- a/R/raster_to_points.R +++ b/R/raster_to_points.R @@ -12,7 +12,7 @@ #' @return matrix #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' raster_to_points(landscape) #' #' @aliases raster_to_points diff --git a/R/sample_lsm.R b/R/sample_lsm.R index 31812cf0c..044f424fe 100644 --- a/R/sample_lsm.R +++ b/R/sample_lsm.R @@ -40,7 +40,7 @@ #' @return tibble #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' #' # use a matrix #' sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) diff --git a/R/show_cores.R b/R/show_cores.R index 2b90e4231..2befe341a 100644 --- a/R/show_cores.R +++ b/R/show_cores.R @@ -20,7 +20,7 @@ #' @return ggplot #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' #' # show "global" core area #' show_cores(landscape, class = "global", labels = FALSE) diff --git a/R/show_correlation.R b/R/show_correlation.R index 1544617b2..fcc67e263 100644 --- a/R/show_correlation.R +++ b/R/show_correlation.R @@ -16,7 +16,7 @@ #' @return ggplot #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' #' metrics <- calculate_lsm(landscape, what = c("patch", "class")) #' show_correlation(data = metrics, method = "pearson") diff --git a/R/show_lsm.R b/R/show_lsm.R index e368df24c..859a2e089 100644 --- a/R/show_lsm.R +++ b/R/show_lsm.R @@ -19,7 +19,7 @@ #' @return ggplot #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' #' show_lsm(landscape, what = "lsm_p_area", directions = 4) #' show_lsm(landscape, what = "lsm_p_shape", class = c(1, 2), label_lsm = TRUE) diff --git a/R/show_patches.R b/R/show_patches.R index c2be75288..1f2cec72c 100644 --- a/R/show_patches.R +++ b/R/show_patches.R @@ -15,7 +15,7 @@ #' @return ggplot #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' #' show_patches(landscape) #' show_patches(landscape, class = c(1, 2)) diff --git a/R/spatialize_lsm.R b/R/spatialize_lsm.R index 288e62711..024dfc809 100644 --- a/R/spatialize_lsm.R +++ b/R/spatialize_lsm.R @@ -29,7 +29,7 @@ #' @return list #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' spatialize_lsm(landscape, what = "lsm_p_area") #' #' @aliases spatialize_lsm diff --git a/R/unpad_raster.R b/R/unpad_raster.R index 8d55ed760..1963611db 100644 --- a/R/unpad_raster.R +++ b/R/unpad_raster.R @@ -15,7 +15,7 @@ #' @return raster #' #' @examples -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' lsm_padded <- pad_raster(landscape, pad_raster_cells = 2, pad_raster_value = -1) #' unpad_raster(lsm_padded[[1]], unpad_raster_cells = 2) #' diff --git a/R/window_lsm.R b/R/window_lsm.R index 75ca1f6d1..69e838770 100644 --- a/R/window_lsm.R +++ b/R/window_lsm.R @@ -30,7 +30,7 @@ #' #' @examples #' \dontrun{ -#' landscape <- terra::rast(landscape) +#' landscape <- terra::rast(landscapemetrics::landscape) #' landscape_stack <- c(landscape, landscape) #' window <- matrix(1, nrow = 5,ncol = 5) #' window_lsm(landscape, window = window, what = c("lsm_l_pr", "lsm_l_joinent")) diff --git a/README.Rmd b/README.Rmd index f31bbc5bc..7d0f17a1d 100644 --- a/README.Rmd +++ b/README.Rmd @@ -106,7 +106,7 @@ library(landscapemetrics) library(terra) # internal data needs to be read -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) # landscape raster plot(landscape) diff --git a/README.md b/README.md index e71be5614..94493c77e 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ library(landscapemetrics) library(terra) # internal data needs to be read -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) # landscape raster plot(landscape) diff --git a/man/calculate_correlation.Rd b/man/calculate_correlation.Rd index 2a250ac1b..0a40ed550 100644 --- a/man/calculate_correlation.Rd +++ b/man/calculate_correlation.Rd @@ -32,7 +32,7 @@ for the landscape level more than one landscape needs to be present. All input must be structured as returned by the \strong{landscapemetrics} package. } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) metrics <- calculate_lsm(landscape, what = c("patch", "class")) calculate_correlation(metrics, method = "pearson") diff --git a/man/calculate_lsm.Rd b/man/calculate_lsm.Rd index 2c8153853..3600be176 100644 --- a/man/calculate_lsm.Rd +++ b/man/calculate_lsm.Rd @@ -87,7 +87,7 @@ above arguments. } \examples{ \dontrun{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) calculate_lsm(landscape, progress = TRUE) calculate_lsm(landscape, what = c("patch", "lsm_c_te", "lsm_l_pr")) calculate_lsm(landscape, level = c("class", "landscape"), diff --git a/man/check_landscape.Rd b/man/check_landscape.Rd index aacfef437..ccd213973 100644 --- a/man/check_landscape.Rd +++ b/man/check_landscape.Rd @@ -26,11 +26,11 @@ units of the coordinate reference system, a class of the input landscape's values and the number of classes found in the landscape. } \examples{ -augusta_nlcd <- terra::rast(augusta_nlcd) +augusta_nlcd <- terra::rast(landscapemetrics::augusta_nlcd) check_landscape(augusta_nlcd) -podlasie_ccilc <- terra::rast(podlasie_ccilc) +podlasie_ccilc <- terra::rast(landscapemetrics::podlasie_ccilc) check_landscape(podlasie_ccilc) -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) check_landscape(c(landscape, landscape)) } diff --git a/man/data_info.Rd b/man/data_info.Rd index dbd0239e4..3100d8f7e 100644 --- a/man/data_info.Rd +++ b/man/data_info.Rd @@ -19,11 +19,11 @@ Data info Check class of raster values and number of classes } \examples{ -augusta_nlcd <- terra::rast(augusta_nlcd) +augusta_nlcd <- terra::rast(landscapemetrics::augusta_nlcd) data_info(augusta_nlcd) -podlasie_ccilc <- terra::rast(podlasie_ccilc) +podlasie_ccilc <- terra::rast(landscapemetrics::podlasie_ccilc) data_info(podlasie_ccilc) -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) data_info(landscape) } diff --git a/man/extract_lsm.Rd b/man/extract_lsm.Rd index 934c24ce6..69514dc37 100644 --- a/man/extract_lsm.Rd +++ b/man/extract_lsm.Rd @@ -58,7 +58,7 @@ other \code{lsm}-function of \code{landscapemetrics}. Returns a tibble with chos metrics and the ID of the spatial objects. } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) extract_lsm(landscape, y = points) diff --git a/man/get_adjacencies.Rd b/man/get_adjacencies.Rd index 15967a9a0..24b50c4ca 100644 --- a/man/get_adjacencies.Rd +++ b/man/get_adjacencies.Rd @@ -38,7 +38,7 @@ like adjacencies, a count for how many edges a shared in each class with the sam The "unlike" adjacencies are counting the cellwise edges between different classes. } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) # calculate full adjacency matrix get_adjacencies(landscape, 4) diff --git a/man/get_boundaries.Rd b/man/get_boundaries.Rd index 583a51aeb..af4fe67f1 100644 --- a/man/get_boundaries.Rd +++ b/man/get_boundaries.Rd @@ -41,7 +41,7 @@ cell or a cell with a different value than itself. Non-boundary cells only neighbour cells with the same value than themself. } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) class_1 <- get_patches(landscape, class = 1)[[1]][[1]] get_boundaries(class_1) diff --git a/man/get_centroids.Rd b/man/get_centroids.Rd index ad9d39bb5..57b24258f 100644 --- a/man/get_centroids.Rd +++ b/man/get_centroids.Rd @@ -36,7 +36,7 @@ centroid is defined as the cell center that is the closest to the mean location. } \examples{ # get centroid location -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) get_centroids(landscape) } diff --git a/man/get_circumscribingcircle.Rd b/man/get_circumscribingcircle.Rd index 8edce2880..5bc4fd0c4 100644 --- a/man/get_circumscribingcircle.Rd +++ b/man/get_circumscribingcircle.Rd @@ -23,7 +23,7 @@ is based on the maximum distance between the corners of each cell. This ensures cells of the patch are included in the patch. } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) # get circle around each patch get_circumscribingcircle(landscape) diff --git a/man/get_nearestneighbour.Rd b/man/get_nearestneighbour.Rd index 71d491336..e85862965 100644 --- a/man/get_nearestneighbour.Rd +++ b/man/get_nearestneighbour.Rd @@ -24,7 +24,7 @@ might be returned. } \examples{ # get patches for class 1 -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) class_1 <- get_patches(landscape, class = 2)[[1]][[1]] # calculate the distance between patches diff --git a/man/get_patches.Rd b/man/get_patches.Rd index db4621fc3..09626c70d 100644 --- a/man/get_patches.Rd +++ b/man/get_patches.Rd @@ -48,7 +48,7 @@ this option can be set globally, so that every function that internally uses \code{get_patches} can make use of that. } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) # check for patches of class 1 patched_raster <- get_patches(landscape, class = 1) diff --git a/man/get_unique_values.Rd b/man/get_unique_values.Rd index 85467b696..3d01d2595 100644 --- a/man/get_unique_values.Rd +++ b/man/get_unique_values.Rd @@ -21,7 +21,7 @@ This function returns the unique values of an object. Fast and memory friendly Rcpp implementation to find the unique values of an object. } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) get_unique_values(landscape) diff --git a/man/landscape_as_list.Rd b/man/landscape_as_list.Rd index 58dd097d9..9ae380cc2 100644 --- a/man/landscape_as_list.Rd +++ b/man/landscape_as_list.Rd @@ -43,7 +43,7 @@ Convert raster input to list Mainly for internal use } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) landscape_as_list(c(landscape, landscape)) } diff --git a/man/lsm_abbreviations_names.Rd b/man/lsm_abbreviations_names.Rd index 43c5bfeaa..900e17380 100644 --- a/man/lsm_abbreviations_names.Rd +++ b/man/lsm_abbreviations_names.Rd @@ -20,7 +20,7 @@ Can be used after calculating the metric(s) with a join to have a more readable results tibble or for visualizing your results. } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) patch_area <- lsm_p_area(landscape) patch_area <- merge(x = patch_area, y = lsm_abbreviations_names, by = c("level", "metric")) diff --git a/man/lsm_c_ai.Rd b/man/lsm_c_ai.Rd index ac4c359c0..7d207e4ba 100644 --- a/man/lsm_c_ai.Rd +++ b/man/lsm_c_ai.Rd @@ -31,7 +31,7 @@ The metric is based on he adjacency matrix and the the single-count method. for maximally aggregated classes.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_ai(landscape) } diff --git a/man/lsm_c_area_cv.Rd b/man/lsm_c_area_cv.Rd index 76a08d5dd..ea68231f9 100644 --- a/man/lsm_c_area_cv.Rd +++ b/man/lsm_c_area_cv.Rd @@ -32,7 +32,7 @@ the landscape and is easily comparable because it is scaled to the mean. Increases, without limit, as the variation of patch areas increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_area_cv(landscape) } diff --git a/man/lsm_c_area_mn.Rd b/man/lsm_c_area_mn.Rd index 3ea3673f8..240ff271a 100644 --- a/man/lsm_c_area_mn.Rd +++ b/man/lsm_c_area_mn.Rd @@ -33,7 +33,7 @@ class area (\code{\link{lsm_c_ca}}), it can also give an an idea of patch struct limit, as the patch areas increase.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_area_mn(landscape) } diff --git a/man/lsm_c_area_sd.Rd b/man/lsm_c_area_sd.Rd index 9d1781023..12b735dac 100644 --- a/man/lsm_c_area_sd.Rd +++ b/man/lsm_c_area_sd.Rd @@ -33,7 +33,7 @@ the landscape. Increases, without limit, as the variation of patch areas increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_area_sd(landscape) } diff --git a/man/lsm_c_ca.Rd b/man/lsm_c_ca.Rd index 35ee9cc65..5aa896d71 100644 --- a/man/lsm_c_ca.Rd +++ b/man/lsm_c_ca.Rd @@ -36,7 +36,7 @@ become small. Increases, without limit, as the patch areas of class i become large. CA = TA if only one class is present.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_ca(landscape) } diff --git a/man/lsm_c_cai_cv.Rd b/man/lsm_c_cai_cv.Rd index 183eceaef..973e018aa 100644 --- a/man/lsm_c_cai_cv.Rd +++ b/man/lsm_c_cai_cv.Rd @@ -48,7 +48,7 @@ for all patches. Increases, without limit, as the variation of the core area indices increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_cai_cv(landscape) } diff --git a/man/lsm_c_cai_mn.Rd b/man/lsm_c_cai_mn.Rd index 8538253f5..36c61b4b1 100644 --- a/man/lsm_c_cai_mn.Rd +++ b/man/lsm_c_cai_mn.Rd @@ -45,7 +45,7 @@ value than itself (rook's case). approaches CAI_MN = 100 with increasing percentage of core area within patches.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_cai_mn(landscape) } diff --git a/man/lsm_c_cai_sd.Rd b/man/lsm_c_cai_sd.Rd index b0cd56bcc..04cc63303 100644 --- a/man/lsm_c_cai_sd.Rd +++ b/man/lsm_c_cai_sd.Rd @@ -47,7 +47,7 @@ for all patches. Increases, without limit, as the variation of core area indices increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_cai_sd(landscape) } diff --git a/man/lsm_c_circle_cv.Rd b/man/lsm_c_circle_cv.Rd index d8e856dee..737f201eb 100644 --- a/man/lsm_c_circle_cv.Rd +++ b/man/lsm_c_circle_cv.Rd @@ -36,7 +36,7 @@ for all patches. Increases, without limit, as the variation of related circumscr circles increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_circle_cv(landscape) } diff --git a/man/lsm_c_circle_mn.Rd b/man/lsm_c_circle_mn.Rd index 2c7eaab19..6ef3c1bae 100644 --- a/man/lsm_c_circle_mn.Rd +++ b/man/lsm_c_circle_mn.Rd @@ -34,7 +34,7 @@ of all patches is small. Increases, without limit, as the related circumscribing increase.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_circle_mn(landscape) } diff --git a/man/lsm_c_circle_sd.Rd b/man/lsm_c_circle_sd.Rd index d822aee88..c927f79e9 100644 --- a/man/lsm_c_circle_sd.Rd +++ b/man/lsm_c_circle_sd.Rd @@ -34,7 +34,7 @@ for all patches. Increases, without limit, as the variation of related circumscr circles increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_circle_sd(landscape) } diff --git a/man/lsm_c_clumpy.Rd b/man/lsm_c_clumpy.Rd index 1d1713259..10bc4e864 100644 --- a/man/lsm_c_clumpy.Rd +++ b/man/lsm_c_clumpy.Rd @@ -35,7 +35,7 @@ the double-count method. and 1 for maximally aggregated classes.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_clumpy(landscape) } diff --git a/man/lsm_c_cohesion.Rd b/man/lsm_c_cohesion.Rd index 93aafa74b..9e6e61d02 100644 --- a/man/lsm_c_cohesion.Rd +++ b/man/lsm_c_cohesion.Rd @@ -34,7 +34,7 @@ configuration of the landscape. Increases if patches of class i become more aggregated.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_cohesion(landscape) } diff --git a/man/lsm_c_contig_cv.Rd b/man/lsm_c_contig_cv.Rd index 366ee227a..add8be6f4 100644 --- a/man/lsm_c_contig_cv.Rd +++ b/man/lsm_c_contig_cv.Rd @@ -43,7 +43,7 @@ identical for all patches. Increases, without limit, as the variation of CONTIG increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_contig_cv(landscape) } diff --git a/man/lsm_c_contig_mn.Rd b/man/lsm_c_contig_mn.Rd index 9b3fe397c..18b95b20b 100644 --- a/man/lsm_c_contig_mn.Rd +++ b/man/lsm_c_contig_mn.Rd @@ -42,7 +42,7 @@ patch cells in the rookie case result in larger contiguity index values. patches.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_contig_mn(landscape) } diff --git a/man/lsm_c_contig_sd.Rd b/man/lsm_c_contig_sd.Rd index 0ded42905..3da08ce76 100644 --- a/man/lsm_c_contig_sd.Rd +++ b/man/lsm_c_contig_sd.Rd @@ -43,7 +43,7 @@ identical for all patches. Increases, without limit, as the variation of CONTIG increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_contig_sd(landscape) } diff --git a/man/lsm_c_core_cv.Rd b/man/lsm_c_core_cv.Rd index 2652b9f28..bea920f79 100644 --- a/man/lsm_c_core_cv.Rd +++ b/man/lsm_c_core_cv.Rd @@ -44,7 +44,7 @@ because it is scaled to the mean. Increases, without limit, as the variation of patch core areas increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_core_cv(landscape) } diff --git a/man/lsm_c_core_mn.Rd b/man/lsm_c_core_mn.Rd index e263e130e..6824b6613 100644 --- a/man/lsm_c_core_mn.Rd +++ b/man/lsm_c_core_mn.Rd @@ -42,7 +42,7 @@ neighbour with a different value than themselves (rook's case). without limit, as the core area indices increase.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_core_mn(landscape) } diff --git a/man/lsm_c_core_sd.Rd b/man/lsm_c_core_sd.Rd index e2da205a6..9011ba176 100644 --- a/man/lsm_c_core_sd.Rd +++ b/man/lsm_c_core_sd.Rd @@ -43,7 +43,7 @@ differences among patches of the same class i in the landscape. Increases, without limit, as the variation of patch core areas increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_core_sd(landscape) } diff --git a/man/lsm_c_cpland.Rd b/man/lsm_c_cpland.Rd index 3921b94b9..b7d40b568 100644 --- a/man/lsm_c_cpland.Rd +++ b/man/lsm_c_cpland.Rd @@ -46,7 +46,7 @@ the amount of core area increases, i.e. patches become larger while being rather in shape.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_cpland(landscape) } diff --git a/man/lsm_c_dcad.Rd b/man/lsm_c_dcad.Rd index 571009772..b182272c0 100644 --- a/man/lsm_c_dcad.Rd +++ b/man/lsm_c_dcad.Rd @@ -47,7 +47,7 @@ a disjunct core area. Increases, without limit, as disjunct core areas become mo present, i.e. patches becoming larger and less complex.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_dcad(landscape) } diff --git a/man/lsm_c_dcore_cv.Rd b/man/lsm_c_dcore_cv.Rd index 33f77dc49..6e1f501b6 100644 --- a/man/lsm_c_dcore_cv.Rd +++ b/man/lsm_c_dcore_cv.Rd @@ -47,7 +47,7 @@ core areas. Increases, without limit, as the variation of number of disjunct cor increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_dcore_cv(landscape) } diff --git a/man/lsm_c_dcore_mn.Rd b/man/lsm_c_dcore_mn.Rd index b4484f346..cf36fbdd8 100644 --- a/man/lsm_c_dcore_mn.Rd +++ b/man/lsm_c_dcore_mn.Rd @@ -44,7 +44,7 @@ core areas, whereby a core area is a 'patch within the patch' containing only co without limit, as the number of disjunct core areas increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_dcore_mn(landscape) } diff --git a/man/lsm_c_dcore_sd.Rd b/man/lsm_c_dcore_sd.Rd index 8853c78ff..70bd0dec7 100644 --- a/man/lsm_c_dcore_sd.Rd +++ b/man/lsm_c_dcore_sd.Rd @@ -47,7 +47,7 @@ core areas. Increases, without limit, as the variation of number of disjunct cor increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_dcore_sd(landscape) } diff --git a/man/lsm_c_division.Rd b/man/lsm_c_division.Rd index fe4681fbc..f2ea0625a 100644 --- a/man/lsm_c_division.Rd +++ b/man/lsm_c_division.Rd @@ -32,7 +32,7 @@ division index is negatively correlated with the effective mesh size (\code{\l DIVISION = 1 if all patches of class i are single cells.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_division(landscape) } diff --git a/man/lsm_c_ed.Rd b/man/lsm_c_ed.Rd index 2782b9e22..f5384ae93 100644 --- a/man/lsm_c_ed.Rd +++ b/man/lsm_c_ed.Rd @@ -38,7 +38,7 @@ boundary is not included) and increases, without limit, as the landscapes become patchy} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_ed(landscape) } diff --git a/man/lsm_c_enn_cv.Rd b/man/lsm_c_enn_cv.Rd index 682097acd..0befbdf4d 100644 --- a/man/lsm_c_enn_cv.Rd +++ b/man/lsm_c_enn_cv.Rd @@ -37,7 +37,7 @@ scaled to the mean, it is easily comparable among different landscapes. identical for all patches. Increases, without limit, as the variation of ENN increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_enn_cv(landscape) } diff --git a/man/lsm_c_enn_mn.Rd b/man/lsm_c_enn_mn.Rd index 07f07d33d..2bda3d086 100644 --- a/man/lsm_c_enn_mn.Rd +++ b/man/lsm_c_enn_mn.Rd @@ -37,7 +37,7 @@ as the distance between neighbouring patches of the same class i increases, i.e. more isolated.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_enn_mn(landscape) } diff --git a/man/lsm_c_enn_sd.Rd b/man/lsm_c_enn_sd.Rd index 788d483f9..5299a7933 100644 --- a/man/lsm_c_enn_sd.Rd +++ b/man/lsm_c_enn_sd.Rd @@ -37,7 +37,7 @@ scaled to the mean, it is easily comparable among different landscapes. identical for all patches. Increases, without limit, as the variation of ENN increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_enn_sd(landscape) } diff --git a/man/lsm_c_frac_cv.Rd b/man/lsm_c_frac_cv.Rd index 44e114167..555f64f19 100644 --- a/man/lsm_c_frac_cv.Rd +++ b/man/lsm_c_frac_cv.Rd @@ -35,7 +35,7 @@ for all patches. Increases, without limit, as the variation of the fractal dimen indices increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_frac_cv(landscape) } diff --git a/man/lsm_c_frac_mn.Rd b/man/lsm_c_frac_mn.Rd index fa8c9dbf2..ac882ff0f 100644 --- a/man/lsm_c_frac_mn.Rd +++ b/man/lsm_c_frac_mn.Rd @@ -31,7 +31,7 @@ scaled to the mean and comparable among different landscapes. if all patches are irregular.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_frac_mn(landscape) } diff --git a/man/lsm_c_frac_sd.Rd b/man/lsm_c_frac_sd.Rd index 0148e795a..f9b2ab8c1 100644 --- a/man/lsm_c_frac_sd.Rd +++ b/man/lsm_c_frac_sd.Rd @@ -34,7 +34,7 @@ for all patches. Increases, without limit, as the variation of the fractal dimen indices increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_frac_sd(landscape) } diff --git a/man/lsm_c_gyrate_cv.Rd b/man/lsm_c_gyrate_cv.Rd index 0e9aa0502..71c1d176a 100644 --- a/man/lsm_c_gyrate_cv.Rd +++ b/man/lsm_c_gyrate_cv.Rd @@ -43,7 +43,7 @@ for all patches. Increases, without limit, as the variation of the radius of gyr increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_gyrate_cv(landscape) } diff --git a/man/lsm_c_gyrate_mn.Rd b/man/lsm_c_gyrate_mn.Rd index b1b32d5b9..66a83d822 100644 --- a/man/lsm_c_gyrate_mn.Rd +++ b/man/lsm_c_gyrate_mn.Rd @@ -41,7 +41,7 @@ cells to all possible cell-center centroids. without limit, when only one patch is present.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_gyrate_mn(landscape) } diff --git a/man/lsm_c_gyrate_sd.Rd b/man/lsm_c_gyrate_sd.Rd index 3550f2954..abdee3ad8 100644 --- a/man/lsm_c_gyrate_sd.Rd +++ b/man/lsm_c_gyrate_sd.Rd @@ -42,7 +42,7 @@ for all patches. Increases, without limit, as the variation of the radius of gyr increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_gyrate_sd(landscape) } diff --git a/man/lsm_c_iji.Rd b/man/lsm_c_iji.Rd index bf9e3fdac..e7be0ec78 100644 --- a/man/lsm_c_iji.Rd +++ b/man/lsm_c_iji.Rd @@ -33,7 +33,7 @@ diagonal of the adjacency table). The number of classes to calculate IJI must be and equals 100 when a class is equally adjacent to all other classes.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_iji(landscape) } \references{ diff --git a/man/lsm_c_lpi.Rd b/man/lsm_c_lpi.Rd index 8c3fce53b..6f18429d6 100644 --- a/man/lsm_c_lpi.Rd +++ b/man/lsm_c_lpi.Rd @@ -33,7 +33,7 @@ measure of dominance. and equals LPI = 100 when only one patch is present} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_lpi(landscape) } diff --git a/man/lsm_c_lsi.Rd b/man/lsm_c_lsi.Rd index 1dc33da13..16c80a72e 100644 --- a/man/lsm_c_lsi.Rd +++ b/man/lsm_c_lsi.Rd @@ -31,7 +31,7 @@ patches are maximally aggregated. Increases, without limit, as the length of the actual edges increases, i.e. the patches become less compact.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_lsi(landscape) } diff --git a/man/lsm_c_mesh.Rd b/man/lsm_c_mesh.Rd index 5c3a6ff16..852b80ca8 100644 --- a/man/lsm_c_mesh.Rd +++ b/man/lsm_c_mesh.Rd @@ -34,7 +34,7 @@ perfectly, negatively correlated to \code{\link{lsm_c_division}}. one cell and equals total area if only one patch is present.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_mesh(landscape) } diff --git a/man/lsm_c_ndca.Rd b/man/lsm_c_ndca.Rd index d89ee2a4c..b6bfb76fd 100644 --- a/man/lsm_c_ndca.Rd +++ b/man/lsm_c_ndca.Rd @@ -48,7 +48,7 @@ an edge. NDCA increases, with out limit, as core area increases and patch shapes disjunct core areas (i.e. patch shapes become rather complex).} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_ndca(landscape) } diff --git a/man/lsm_c_nlsi.Rd b/man/lsm_c_nlsi.Rd index 27d88f0a4..87c221a09 100644 --- a/man/lsm_c_nlsi.Rd +++ b/man/lsm_c_nlsi.Rd @@ -35,7 +35,7 @@ increases the more disaggregated patches are and equals nLSI = 1 for a maximal d (i.e. a "checkerboard pattern").} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_nlsi(landscape) } diff --git a/man/lsm_c_np.Rd b/man/lsm_c_np.Rd index 0bab50f55..75c0cdf65 100644 --- a/man/lsm_c_np.Rd +++ b/man/lsm_c_np.Rd @@ -31,7 +31,7 @@ necessarily contain information about the configuration or composition of the cl increases, without limit, as the number of patches increases} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_np(landscape) } diff --git a/man/lsm_c_pafrac.Rd b/man/lsm_c_pafrac.Rd index c0e5538cd..d97118f4b 100644 --- a/man/lsm_c_pafrac.Rd +++ b/man/lsm_c_pafrac.Rd @@ -38,7 +38,7 @@ issue. approaches PAFRAC = 2 for irregular shapes} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_pafrac(landscape) } diff --git a/man/lsm_c_para_cv.Rd b/man/lsm_c_para_cv.Rd index a525cb60b..e7e156d43 100644 --- a/man/lsm_c_para_cv.Rd +++ b/man/lsm_c_para_cv.Rd @@ -35,7 +35,7 @@ all patches. Increases, without limit, as the variation of the perimeter-area ra increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_para_cv(landscape) } diff --git a/man/lsm_c_para_mn.Rd b/man/lsm_c_para_mn.Rd index 92e64fe5d..a1e63c107 100644 --- a/man/lsm_c_para_mn.Rd +++ b/man/lsm_c_para_mn.Rd @@ -35,7 +35,7 @@ i.e. the form approaches a rather small square. Increases, without limit, as PAR i.e. patches become more complex.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_para_mn(landscape) } diff --git a/man/lsm_c_para_sd.Rd b/man/lsm_c_para_sd.Rd index 83a5b165a..f638a39d9 100644 --- a/man/lsm_c_para_sd.Rd +++ b/man/lsm_c_para_sd.Rd @@ -35,7 +35,7 @@ all patches. Increases, without limit, as the variation of the perimeter-area ra increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_para_sd(landscape) } diff --git a/man/lsm_c_pd.Rd b/man/lsm_c_pd.Rd index 76d414bcd..843689f0d 100644 --- a/man/lsm_c_pd.Rd +++ b/man/lsm_c_pd.Rd @@ -34,7 +34,7 @@ landscapes with different total area are possible. if every cell is a different patch.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_pd(landscape) } diff --git a/man/lsm_c_pladj.Rd b/man/lsm_c_pladj.Rd index 40cf2c3aa..f9109d25b 100644 --- a/man/lsm_c_pladj.Rd +++ b/man/lsm_c_pladj.Rd @@ -31,7 +31,7 @@ i.e. every cell is a different patch. Equals PLADJ = 100 when the only one patch is present.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_pladj(landscape) } diff --git a/man/lsm_c_pland.Rd b/man/lsm_c_pland.Rd index 6ceda05e2..7b2adb425 100644 --- a/man/lsm_c_pland.Rd +++ b/man/lsm_c_pland.Rd @@ -33,7 +33,7 @@ character directly comparable among landscapes with different total areas. Equals PLAND = 100 when only one patch is present.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_pland(landscape) } diff --git a/man/lsm_c_shape_cv.Rd b/man/lsm_c_shape_cv.Rd index da9aa7089..7186bda8b 100644 --- a/man/lsm_c_shape_cv.Rd +++ b/man/lsm_c_shape_cv.Rd @@ -33,7 +33,7 @@ equals the perimeter if the patch would be maximally compact. Increases, without limit, as the variation of the shape index increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_shape_cv(landscape) } diff --git a/man/lsm_c_shape_mn.Rd b/man/lsm_c_shape_mn.Rd index 0e9df3b11..e394307ef 100644 --- a/man/lsm_c_shape_mn.Rd +++ b/man/lsm_c_shape_mn.Rd @@ -33,7 +33,7 @@ equals the perimeter if the patch would be maximally compact. Increases, without limit, as the shapes of patches become more complex.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_shape_mn(landscape) } diff --git a/man/lsm_c_shape_sd.Rd b/man/lsm_c_shape_sd.Rd index 4a384ab5e..48a4f39bd 100644 --- a/man/lsm_c_shape_sd.Rd +++ b/man/lsm_c_shape_sd.Rd @@ -33,7 +33,7 @@ equals the perimeter if the patch would be maximally compact. Increases, without limit, as the variation of the shape index increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_shape_sd(landscape) } diff --git a/man/lsm_c_split.Rd b/man/lsm_c_split.Rd index 857fd50af..020618007 100644 --- a/man/lsm_c_split.Rd +++ b/man/lsm_c_split.Rd @@ -32,7 +32,7 @@ class i would be divided into equally sized patches. the number of patches of class i increases and is limited if all cells are a patch} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_split(landscape) } diff --git a/man/lsm_c_tca.Rd b/man/lsm_c_tca.Rd index f6fd7635e..26840744e 100644 --- a/man/lsm_c_tca.Rd +++ b/man/lsm_c_tca.Rd @@ -43,7 +43,7 @@ and patch shapes simplify. TCA = 0 when every cell in every patch of class i is an edge.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_tca(landscape) } diff --git a/man/lsm_c_te.Rd b/man/lsm_c_te.Rd index 9ba536854..6c1f922c6 100644 --- a/man/lsm_c_te.Rd +++ b/man/lsm_c_te.Rd @@ -35,7 +35,7 @@ making comparisons among landscapes with different total areas difficult. If as landscape becomes more fragmented} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_c_te(landscape) } diff --git a/man/lsm_l_ai.Rd b/man/lsm_l_ai.Rd index 68fe00711..85818de6c 100644 --- a/man/lsm_l_ai.Rd +++ b/man/lsm_l_ai.Rd @@ -33,7 +33,7 @@ The metric is based on he adjacency matrix and the single-count method. for maximally aggregated classes.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_ai(landscape) } diff --git a/man/lsm_l_area_cv.Rd b/man/lsm_l_area_cv.Rd index d3c314cb7..7f460fbb9 100644 --- a/man/lsm_l_area_cv.Rd +++ b/man/lsm_l_area_cv.Rd @@ -32,7 +32,7 @@ easily comparable because it is scaled to the mean. Increases, without limit, as the variation of patch areas increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_area_cv(landscape) } diff --git a/man/lsm_l_area_mn.Rd b/man/lsm_l_area_mn.Rd index d51b1a4c0..749351d99 100644 --- a/man/lsm_l_area_mn.Rd +++ b/man/lsm_l_area_mn.Rd @@ -33,7 +33,7 @@ landscape area (\code{\link{lsm_l_ta}}), it can also give an an idea of patch st limit, as the patch areas increase.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_area_mn(landscape) } diff --git a/man/lsm_l_area_sd.Rd b/man/lsm_l_area_sd.Rd index 56da39d36..8bff906aa 100644 --- a/man/lsm_l_area_sd.Rd +++ b/man/lsm_l_area_sd.Rd @@ -31,7 +31,7 @@ the differences among all patches in the landscape. Increases, without limit, as the variation of patch areas increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_area_sd(landscape) } diff --git a/man/lsm_l_cai_cv.Rd b/man/lsm_l_cai_cv.Rd index bce34b51f..b3f4068c1 100644 --- a/man/lsm_l_cai_cv.Rd +++ b/man/lsm_l_cai_cv.Rd @@ -48,7 +48,7 @@ all patches. Increases, without limit, as the variation of the core area indices increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_cai_cv(landscape) } diff --git a/man/lsm_l_cai_mn.Rd b/man/lsm_l_cai_mn.Rd index 5c25445cc..57382d799 100644 --- a/man/lsm_l_cai_mn.Rd +++ b/man/lsm_l_cai_mn.Rd @@ -45,7 +45,7 @@ value than itself (rook's case). approaches CAI_MN = 100 with increasing percentage of core area within patches.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_cai_mn(landscape) } diff --git a/man/lsm_l_cai_sd.Rd b/man/lsm_l_cai_sd.Rd index 0a4fb000c..e2e6b25ba 100644 --- a/man/lsm_l_cai_sd.Rd +++ b/man/lsm_l_cai_sd.Rd @@ -47,7 +47,7 @@ all patches. Increases, without limit, as the variation of core area indices increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_cai_sd(landscape) } diff --git a/man/lsm_l_circle_cv.Rd b/man/lsm_l_circle_cv.Rd index 8040e87da..115a33627 100644 --- a/man/lsm_l_circle_cv.Rd +++ b/man/lsm_l_circle_cv.Rd @@ -34,7 +34,7 @@ for all patches. Increases, without limit, as the variation of related circumscr circles increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_circle_cv(landscape) } diff --git a/man/lsm_l_circle_mn.Rd b/man/lsm_l_circle_mn.Rd index 9706c7656..eb93f90c8 100644 --- a/man/lsm_l_circle_mn.Rd +++ b/man/lsm_l_circle_mn.Rd @@ -33,7 +33,7 @@ of all patches is small. Increases, without limit, as the related circumscribing increase.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_circle_mn(landscape) } diff --git a/man/lsm_l_circle_sd.Rd b/man/lsm_l_circle_sd.Rd index ddd596fe5..becde5acb 100644 --- a/man/lsm_l_circle_sd.Rd +++ b/man/lsm_l_circle_sd.Rd @@ -35,7 +35,7 @@ for all patches. Increases, without limit, as the variation of related circumscr circles increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_circle_sd(landscape) } diff --git a/man/lsm_l_cohesion.Rd b/man/lsm_l_cohesion.Rd index f43752fac..49d9c78de 100644 --- a/man/lsm_l_cohesion.Rd +++ b/man/lsm_l_cohesion.Rd @@ -29,7 +29,7 @@ COHESION is an 'Aggregation metric'. \subsection{Behaviour}{Unknown} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_cohesion(landscape) } diff --git a/man/lsm_l_condent.Rd b/man/lsm_l_condent.Rd index b125a0a63..3885045ea 100644 --- a/man/lsm_l_condent.Rd +++ b/man/lsm_l_condent.Rd @@ -32,7 +32,7 @@ It measures a only a geometric intricacy (configurational complexity) of a landscape pattern. } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_condent(landscape) } diff --git a/man/lsm_l_contag.Rd b/man/lsm_l_contag.Rd index 24a3d4c4b..95b844712 100644 --- a/man/lsm_l_contag.Rd +++ b/man/lsm_l_contag.Rd @@ -39,7 +39,7 @@ The number of classes to calculate CONTAG must be >= than 2. and 100 indicates that all cells are equally adjacent to all other classes.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_contag(landscape) } diff --git a/man/lsm_l_contig_cv.Rd b/man/lsm_l_contig_cv.Rd index 4f2ff7a73..42cd1dd1a 100644 --- a/man/lsm_l_contig_cv.Rd +++ b/man/lsm_l_contig_cv.Rd @@ -43,7 +43,7 @@ identical for all patches. Increases, without limit, as the variation of CONTIG increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_contig_cv(landscape) } diff --git a/man/lsm_l_contig_mn.Rd b/man/lsm_l_contig_mn.Rd index 2252b1877..e81b0e695 100644 --- a/man/lsm_l_contig_mn.Rd +++ b/man/lsm_l_contig_mn.Rd @@ -42,7 +42,7 @@ patch cells in the rookie case result in larger contiguity index values. patches.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_contig_mn(landscape) } diff --git a/man/lsm_l_contig_sd.Rd b/man/lsm_l_contig_sd.Rd index fb850b76a..3f951b2a1 100644 --- a/man/lsm_l_contig_sd.Rd +++ b/man/lsm_l_contig_sd.Rd @@ -43,7 +43,7 @@ identical for all patches. Increases, without limit, as the variation of CONTIG increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_contig_sd(landscape) } diff --git a/man/lsm_l_core_cv.Rd b/man/lsm_l_core_cv.Rd index 806b62600..0396ecf06 100644 --- a/man/lsm_l_core_cv.Rd +++ b/man/lsm_l_core_cv.Rd @@ -45,7 +45,7 @@ because it is scaled to the mean. Increases, without limit, as the variation of patch core areas increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_core_cv(landscape) } diff --git a/man/lsm_l_core_mn.Rd b/man/lsm_l_core_mn.Rd index f8f86606a..26599bd96 100644 --- a/man/lsm_l_core_mn.Rd +++ b/man/lsm_l_core_mn.Rd @@ -43,7 +43,7 @@ neighbour with a different value than themselves (rook's case). without limit, as the core area indices increase.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_core_mn(landscape) } diff --git a/man/lsm_l_core_sd.Rd b/man/lsm_l_core_sd.Rd index 9c71cacd4..e9f3a1c80 100644 --- a/man/lsm_l_core_sd.Rd +++ b/man/lsm_l_core_sd.Rd @@ -44,7 +44,7 @@ differences among all patches in the landscape. Increases, without limit, as the variation of patch core areas increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_core_sd(landscape) } diff --git a/man/lsm_l_dcad.Rd b/man/lsm_l_dcad.Rd index 49d521321..41e846846 100644 --- a/man/lsm_l_dcad.Rd +++ b/man/lsm_l_dcad.Rd @@ -47,7 +47,7 @@ a disjunct core area. Increases, without limit, as disjunct core areas become mo present, i.e. patches becoming larger and less complex.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_dcad(landscape) } diff --git a/man/lsm_l_dcore_cv.Rd b/man/lsm_l_dcore_cv.Rd index fe412aed5..bf9fb8d48 100644 --- a/man/lsm_l_dcore_cv.Rd +++ b/man/lsm_l_dcore_cv.Rd @@ -47,7 +47,7 @@ core areas. Increases, without limit, as the variation of number of disjunct cor increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_dcore_cv(landscape) } diff --git a/man/lsm_l_dcore_mn.Rd b/man/lsm_l_dcore_mn.Rd index 7ee8e5e69..c23996595 100644 --- a/man/lsm_l_dcore_mn.Rd +++ b/man/lsm_l_dcore_mn.Rd @@ -44,7 +44,7 @@ whereby a core area is a 'patch within the patch' containing only core cells. without limit, as the number of disjunct core areas increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_dcore_mn(landscape) } diff --git a/man/lsm_l_dcore_sd.Rd b/man/lsm_l_dcore_sd.Rd index 7bb382d40..ac3c6a7ca 100644 --- a/man/lsm_l_dcore_sd.Rd +++ b/man/lsm_l_dcore_sd.Rd @@ -46,7 +46,7 @@ core areas. Increases, without limit, as the variation of number of disjunct cor increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_dcore_sd(landscape) } diff --git a/man/lsm_l_division.Rd b/man/lsm_l_division.Rd index 42afdfe37..372cb24cf 100644 --- a/man/lsm_l_division.Rd +++ b/man/lsm_l_division.Rd @@ -32,7 +32,7 @@ division index is negatively correlated with the effective mesh size (\code{\li DIVISION = 1 if all patches of class i are single cells.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_division(landscape) } diff --git a/man/lsm_l_ed.Rd b/man/lsm_l_ed.Rd index 3c71d4279..d1a13f4af 100644 --- a/man/lsm_l_ed.Rd +++ b/man/lsm_l_ed.Rd @@ -38,7 +38,7 @@ boundary is not included) and increases, without limit, as the landscapes become patchy} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_ed(landscape) } diff --git a/man/lsm_l_enn_cv.Rd b/man/lsm_l_enn_cv.Rd index 7d8919354..f22485c5c 100644 --- a/man/lsm_l_enn_cv.Rd +++ b/man/lsm_l_enn_cv.Rd @@ -37,7 +37,7 @@ scaled to the mean, it is easily comparable among different landscapes. identical for all patches. Increases, without limit, as the variation of ENN increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_enn_cv(landscape) } diff --git a/man/lsm_l_enn_mn.Rd b/man/lsm_l_enn_mn.Rd index e2eda315c..f4674fc13 100644 --- a/man/lsm_l_enn_mn.Rd +++ b/man/lsm_l_enn_mn.Rd @@ -37,7 +37,7 @@ as the distance between neighbouring patches of the same class i increases, i.e. more isolated.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_enn_mn(landscape) } diff --git a/man/lsm_l_enn_sd.Rd b/man/lsm_l_enn_sd.Rd index 1ce301367..115459ac0 100644 --- a/man/lsm_l_enn_sd.Rd +++ b/man/lsm_l_enn_sd.Rd @@ -37,7 +37,7 @@ scaled to the mean, it is easily comparable among different landscapes. identical for all patches. Increases, without limit, as the variation of ENN increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_enn_sd(landscape) } diff --git a/man/lsm_l_ent.Rd b/man/lsm_l_ent.Rd index da186abf4..42ec83394 100644 --- a/man/lsm_l_ent.Rd +++ b/man/lsm_l_ent.Rd @@ -26,7 +26,7 @@ Marginal entropy \[H(x)\] It measures a diversity (thematic complexity) of landscape classes. } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_ent(landscape) } diff --git a/man/lsm_l_frac_cv.Rd b/man/lsm_l_frac_cv.Rd index 60476d65f..c9ac46882 100644 --- a/man/lsm_l_frac_cv.Rd +++ b/man/lsm_l_frac_cv.Rd @@ -35,7 +35,7 @@ for all patches. Increases, without limit, as the variation of the fractal dimen indices increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_frac_cv(landscape) } diff --git a/man/lsm_l_frac_mn.Rd b/man/lsm_l_frac_mn.Rd index b0fa1db0e..a06a8d7d1 100644 --- a/man/lsm_l_frac_mn.Rd +++ b/man/lsm_l_frac_mn.Rd @@ -34,7 +34,7 @@ scaled to the mean and comparable among different landscapes. if all patches are irregular.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_frac_mn(landscape) } diff --git a/man/lsm_l_frac_sd.Rd b/man/lsm_l_frac_sd.Rd index 60f7f4d84..f41c3386d 100644 --- a/man/lsm_l_frac_sd.Rd +++ b/man/lsm_l_frac_sd.Rd @@ -34,7 +34,7 @@ for all patches. Increases, without limit, as the variation of the fractal dimen indices increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_frac_sd(landscape) } diff --git a/man/lsm_l_gyrate_cv.Rd b/man/lsm_l_gyrate_cv.Rd index 24c06b97c..180d9f219 100644 --- a/man/lsm_l_gyrate_cv.Rd +++ b/man/lsm_l_gyrate_cv.Rd @@ -43,7 +43,7 @@ for all patches. Increases, without limit, as the variation of the radius of gyr increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_gyrate_cv(landscape) } diff --git a/man/lsm_l_gyrate_mn.Rd b/man/lsm_l_gyrate_mn.Rd index d9e528faf..ccb0478f7 100644 --- a/man/lsm_l_gyrate_mn.Rd +++ b/man/lsm_l_gyrate_mn.Rd @@ -41,7 +41,7 @@ cells to all possible cell-center centroids. without limit, when only one patch is present.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_gyrate_mn(landscape) } diff --git a/man/lsm_l_gyrate_sd.Rd b/man/lsm_l_gyrate_sd.Rd index b37d7a0b0..f04c61df3 100644 --- a/man/lsm_l_gyrate_sd.Rd +++ b/man/lsm_l_gyrate_sd.Rd @@ -42,7 +42,7 @@ for all patches. Increases, without limit, as the variation of the radius of gyr increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_gyrate_sd(landscape) } diff --git a/man/lsm_l_iji.Rd b/man/lsm_l_iji.Rd index 288185e9c..478c3d5a8 100644 --- a/man/lsm_l_iji.Rd +++ b/man/lsm_l_iji.Rd @@ -34,7 +34,7 @@ diagonal of the adjacency table). The number of classes to calculate IJI must be and equals 100 when a class is equally adjacent to all other classes.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_iji(landscape) } \references{ diff --git a/man/lsm_l_joinent.Rd b/man/lsm_l_joinent.Rd index 1abd33d9a..eb3a68dc5 100644 --- a/man/lsm_l_joinent.Rd +++ b/man/lsm_l_joinent.Rd @@ -30,7 +30,7 @@ Joint entropy \[H(x, y)\] Complexity of a landscape pattern. An overall spatio-thematic complexity metric. } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_joinent(landscape) } diff --git a/man/lsm_l_lpi.Rd b/man/lsm_l_lpi.Rd index e83705505..0e9f359ea 100644 --- a/man/lsm_l_lpi.Rd +++ b/man/lsm_l_lpi.Rd @@ -33,7 +33,7 @@ measure of dominance. and equals LPI = 100 when only one patch is present} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_lpi(landscape) } diff --git a/man/lsm_l_lsi.Rd b/man/lsm_l_lsi.Rd index e07e6c48a..624dba43c 100644 --- a/man/lsm_l_lsi.Rd +++ b/man/lsm_l_lsi.Rd @@ -31,7 +31,7 @@ Increases, without limit, as the length of the actual edges increases, i.e. the patches become less compact.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_lsi(landscape) } diff --git a/man/lsm_l_mesh.Rd b/man/lsm_l_mesh.Rd index a8e8f258d..62aa48c09 100644 --- a/man/lsm_l_mesh.Rd +++ b/man/lsm_l_mesh.Rd @@ -34,7 +34,7 @@ perfectly, negatively correlated to \code{\link{lsm_c_division}}. one cell and equals total area if only one patch is present.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_mesh(landscape) } diff --git a/man/lsm_l_msidi.Rd b/man/lsm_l_msidi.Rd index 84426e16f..0efbcf834 100644 --- a/man/lsm_l_msidi.Rd +++ b/man/lsm_l_msidi.Rd @@ -30,7 +30,7 @@ MSIDI is a 'Diversity metric'. limit, as the amount of patches with equally distributed landscape proportions increases} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_msidi(landscape) } diff --git a/man/lsm_l_msiei.Rd b/man/lsm_l_msiei.Rd index 99a85132c..016cdec34 100644 --- a/man/lsm_l_msiei.Rd +++ b/man/lsm_l_msiei.Rd @@ -28,7 +28,7 @@ MSIEI is a 'Diversity metric'. MSIEI = 1 as the proportional distribution of patches becomes more even} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_msiei(landscape) } diff --git a/man/lsm_l_mutinf.Rd b/man/lsm_l_mutinf.Rd index ece7fade8..55d9f7037 100644 --- a/man/lsm_l_mutinf.Rd +++ b/man/lsm_l_mutinf.Rd @@ -31,7 +31,7 @@ It disambiguates landscape pattern types characterize by the same value of an overall complexity (\code{\link{lsm_l_joinent}}). } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_mutinf(landscape) } diff --git a/man/lsm_l_ndca.Rd b/man/lsm_l_ndca.Rd index 7d5555ebe..4555c4d57 100644 --- a/man/lsm_l_ndca.Rd +++ b/man/lsm_l_ndca.Rd @@ -48,7 +48,7 @@ an edge cell. NDCA increases, with out limit, as core area increases and patch s disjunct core areas (i.e. patch shapes become rather complex).} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_ndca(landscape) } diff --git a/man/lsm_l_np.Rd b/man/lsm_l_np.Rd index dda823363..f4a576b59 100644 --- a/man/lsm_l_np.Rd +++ b/man/lsm_l_np.Rd @@ -32,7 +32,7 @@ composition of the landscape. increases, without limit, as the number of patches increases} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_np(landscape) } diff --git a/man/lsm_l_pafrac.Rd b/man/lsm_l_pafrac.Rd index 929aaed11..dd3fa9504 100644 --- a/man/lsm_l_pafrac.Rd +++ b/man/lsm_l_pafrac.Rd @@ -38,7 +38,7 @@ issue. approaches PAFRAC = 2 for irregular shapes} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_pafrac(landscape) } diff --git a/man/lsm_l_para_cv.Rd b/man/lsm_l_para_cv.Rd index 3135ad109..2303aaf8a 100644 --- a/man/lsm_l_para_cv.Rd +++ b/man/lsm_l_para_cv.Rd @@ -35,7 +35,7 @@ all patches. Increases, without limit, as the variation of the perimeter-area ra increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_para_cv(landscape) } diff --git a/man/lsm_l_para_mn.Rd b/man/lsm_l_para_mn.Rd index 9f082f3fc..e62350716 100644 --- a/man/lsm_l_para_mn.Rd +++ b/man/lsm_l_para_mn.Rd @@ -35,7 +35,7 @@ i.e. the form approaches a rather small square. Increases, without limit, as PAR i.e. patches become more complex.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_para_mn(landscape) } diff --git a/man/lsm_l_para_sd.Rd b/man/lsm_l_para_sd.Rd index e027c06ff..4b3dee344 100644 --- a/man/lsm_l_para_sd.Rd +++ b/man/lsm_l_para_sd.Rd @@ -35,7 +35,7 @@ all patches. Increases, without limit, as the variation of the perimeter-area ra increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_para_sd(landscape) } diff --git a/man/lsm_l_pd.Rd b/man/lsm_l_pd.Rd index 14a03b375..e1e78b000 100644 --- a/man/lsm_l_pd.Rd +++ b/man/lsm_l_pd.Rd @@ -34,7 +34,7 @@ comparisons among landscapes with different total area are possible. if every cell is a different patch.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_pd(landscape) } diff --git a/man/lsm_l_pladj.Rd b/man/lsm_l_pladj.Rd index 002eccce6..4a423bc19 100644 --- a/man/lsm_l_pladj.Rd +++ b/man/lsm_l_pladj.Rd @@ -31,7 +31,7 @@ i.e. every cell is a different patch. Equals PLADJ = 100 when the only one patch is present.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_pladj(landscape) } diff --git a/man/lsm_l_pr.Rd b/man/lsm_l_pr.Rd index 760224fc0..364aa52d2 100644 --- a/man/lsm_l_pr.Rd +++ b/man/lsm_l_pr.Rd @@ -29,7 +29,7 @@ different total areas. limit, as the number of classes increases} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_pr(landscape) } diff --git a/man/lsm_l_prd.Rd b/man/lsm_l_prd.Rd index 5142daf81..dca8bbc67 100644 --- a/man/lsm_l_prd.Rd +++ b/man/lsm_l_prd.Rd @@ -34,7 +34,7 @@ is rather large. Increases, without limit, as the number of classes increases an total landscape area decreases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_prd(landscape) } diff --git a/man/lsm_l_relmutinf.Rd b/man/lsm_l_relmutinf.Rd index 504ff9127..19d566a3c 100644 --- a/man/lsm_l_relmutinf.Rd +++ b/man/lsm_l_relmutinf.Rd @@ -31,7 +31,7 @@ Due to the spatial autocorrelation, the value of mutual information tends to gro When the value of mutual information equals to 0, then relative mutual information is 1. } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_relmutinf(landscape) } diff --git a/man/lsm_l_rpr.Rd b/man/lsm_l_rpr.Rd index 3c0489bbb..a040d8f0a 100644 --- a/man/lsm_l_rpr.Rd +++ b/man/lsm_l_rpr.Rd @@ -35,7 +35,7 @@ the functions returns \code{NA}. but the maximum number of classes is large. Equals RPR = 100 when m = m_max} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_rpr(landscape, classes_max = 5) } diff --git a/man/lsm_l_shape_cv.Rd b/man/lsm_l_shape_cv.Rd index 3850028bf..676297360 100644 --- a/man/lsm_l_shape_cv.Rd +++ b/man/lsm_l_shape_cv.Rd @@ -33,7 +33,7 @@ equals the perimeter if the patch would be maximally compact. Increases, without limit, as the variation of the shape index increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_shape_cv(landscape) } diff --git a/man/lsm_l_shape_mn.Rd b/man/lsm_l_shape_mn.Rd index 9c3a2c60c..c02fa66ad 100644 --- a/man/lsm_l_shape_mn.Rd +++ b/man/lsm_l_shape_mn.Rd @@ -33,7 +33,7 @@ equals the perimeter if the patch would be maximally compact. Increases, without limit, as the shapes of patches become more complex.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_shape_mn(landscape) } diff --git a/man/lsm_l_shape_sd.Rd b/man/lsm_l_shape_sd.Rd index 81349ac8f..11f2f38ef 100644 --- a/man/lsm_l_shape_sd.Rd +++ b/man/lsm_l_shape_sd.Rd @@ -33,7 +33,7 @@ equals the perimeter if the patch would be maximally compact. Increases, without limit, as the variation of the shape index increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_shape_sd(landscape) } diff --git a/man/lsm_l_shdi.Rd b/man/lsm_l_shdi.Rd index d082f346f..296ba10ef 100644 --- a/man/lsm_l_shdi.Rd +++ b/man/lsm_l_shdi.Rd @@ -29,7 +29,7 @@ without limit, as the number of classes increases while the proportions are equally distributed} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_shdi(landscape) } diff --git a/man/lsm_l_shei.Rd b/man/lsm_l_shei.Rd index 653714ee3..ab3263329 100644 --- a/man/lsm_l_shei.Rd +++ b/man/lsm_l_shei.Rd @@ -30,7 +30,7 @@ measure of dominance. when the proportion of classes is completely equally distributed} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_shei(landscape) } diff --git a/man/lsm_l_sidi.Rd b/man/lsm_l_sidi.Rd index 5ed1be58d..56cdbcde0 100644 --- a/man/lsm_l_sidi.Rd +++ b/man/lsm_l_sidi.Rd @@ -34,7 +34,7 @@ SIDI < 1 when the number of class types increases while the proportions are equa distributed} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_sidi(landscape) } diff --git a/man/lsm_l_siei.Rd b/man/lsm_l_siei.Rd index cb6f8b839..a31480eb2 100644 --- a/man/lsm_l_siei.Rd +++ b/man/lsm_l_siei.Rd @@ -34,7 +34,7 @@ SIEI = 1 when the number of class types increases while the proportions are equally distributed} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_siei(landscape) } diff --git a/man/lsm_l_split.Rd b/man/lsm_l_split.Rd index 9854b8add..4fcc95516 100644 --- a/man/lsm_l_split.Rd +++ b/man/lsm_l_split.Rd @@ -32,7 +32,7 @@ landscape would be divided into equally sized patches. the number of patches increases and is limited if all cells are a patch} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_split(landscape) } diff --git a/man/lsm_l_ta.Rd b/man/lsm_l_ta.Rd index 74724cfa6..c4fc169e9 100644 --- a/man/lsm_l_ta.Rd +++ b/man/lsm_l_ta.Rd @@ -31,7 +31,7 @@ in the landscape. It is the area of the observation area. without limit, as the size of the landscape increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_ta(landscape) } diff --git a/man/lsm_l_tca.Rd b/man/lsm_l_tca.Rd index 0d0c9704c..17f52a632 100644 --- a/man/lsm_l_tca.Rd +++ b/man/lsm_l_tca.Rd @@ -42,7 +42,7 @@ because the sum of edges increase as patches are less aggregated. and patch shapes simplify. TCA = 0 when every cell in every patch is an edge.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_tca(landscape) } diff --git a/man/lsm_l_te.Rd b/man/lsm_l_te.Rd index 649ecba01..a86b0c40d 100644 --- a/man/lsm_l_te.Rd +++ b/man/lsm_l_te.Rd @@ -32,7 +32,7 @@ landscape boundary are included. as landscape becomes more fragmented} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_l_te(landscape) } diff --git a/man/lsm_p_area.Rd b/man/lsm_p_area.Rd index a160a9755..e98b9ec2b 100644 --- a/man/lsm_p_area.Rd +++ b/man/lsm_p_area.Rd @@ -33,7 +33,7 @@ metric is the simplest measure of composition. \subsection{Behaviour}{Increases, without limit, as the patch size increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_p_area(landscape) } diff --git a/man/lsm_p_cai.Rd b/man/lsm_p_cai.Rd index cce82edbf..d6d6a25a3 100644 --- a/man/lsm_p_cai.Rd +++ b/man/lsm_p_cai.Rd @@ -41,7 +41,7 @@ relative, it is comparable among patches with different area. approaches CAI = 100 with increasing percentage of core area within a patch.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_p_cai(landscape) } diff --git a/man/lsm_p_circle.Rd b/man/lsm_p_circle.Rd index 0bb3ff915..96b76da9f 100644 --- a/man/lsm_p_circle.Rd +++ b/man/lsm_p_circle.Rd @@ -35,7 +35,7 @@ of the patch and is comparable among patches with different area. a linear patch.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_p_circle(landscape) } diff --git a/man/lsm_p_contig.Rd b/man/lsm_p_contig.Rd index 31934a052..a457fd879 100644 --- a/man/lsm_p_contig.Rd +++ b/man/lsm_p_contig.Rd @@ -44,7 +44,7 @@ patch cells in the rookie case result in larger contiguity index values. of 1 (fully connected patch).} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_p_contig(landscape) } diff --git a/man/lsm_p_core.Rd b/man/lsm_p_core.Rd index 496c5215b..d86e86395 100644 --- a/man/lsm_p_core.Rd +++ b/man/lsm_p_core.Rd @@ -46,7 +46,7 @@ and the patch shape simplifies (more core area). CORE = 0 when every cell in the patch is an edge.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_p_core(landscape) } diff --git a/man/lsm_p_enn.Rd b/man/lsm_p_enn.Rd index 29fada6b8..cc03c73ab 100644 --- a/man/lsm_p_enn.Rd +++ b/man/lsm_p_enn.Rd @@ -38,7 +38,7 @@ as the distance between neighbouring patches of the same class i increases, i.e. more isolated.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_p_enn(landscape) } diff --git a/man/lsm_p_frac.Rd b/man/lsm_p_frac.Rd index d4955d8b2..de98ccb48 100644 --- a/man/lsm_p_frac.Rd +++ b/man/lsm_p_frac.Rd @@ -34,7 +34,7 @@ patch form will not change the ratio. for a irregular patch shape.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_p_frac(landscape) } diff --git a/man/lsm_p_gyrate.Rd b/man/lsm_p_gyrate.Rd index 932f5e14a..7c61cdce6 100644 --- a/man/lsm_p_gyrate.Rd +++ b/man/lsm_p_gyrate.Rd @@ -40,7 +40,7 @@ cells to all possible cell-center centroids. Increases, without limit, when only one patch is present.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_p_gyrate(landscape) } diff --git a/man/lsm_p_ncore.Rd b/man/lsm_p_ncore.Rd index 385f487ed..d61e2715c 100644 --- a/man/lsm_p_ncore.Rd +++ b/man/lsm_p_ncore.Rd @@ -47,7 +47,7 @@ tibble Number of core areas (Core area metric) } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_p_ncore(landscape) } diff --git a/man/lsm_p_para.Rd b/man/lsm_p_para.Rd index cc0b76513..2c1d68f6e 100644 --- a/man/lsm_p_para.Rd +++ b/man/lsm_p_para.Rd @@ -34,7 +34,7 @@ the patch size while not changing the patch form will change the ratio. increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_p_para(landscape) } diff --git a/man/lsm_p_perim.Rd b/man/lsm_p_perim.Rd index bbc233895..6db121ba0 100644 --- a/man/lsm_p_perim.Rd +++ b/man/lsm_p_perim.Rd @@ -33,7 +33,7 @@ patch area (larger perimeter for larger patches), but also patch shape complexity increases.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_p_perim(landscape) } diff --git a/man/lsm_p_shape.Rd b/man/lsm_p_shape.Rd index 9dddb0e29..77a434884 100644 --- a/man/lsm_p_shape.Rd +++ b/man/lsm_p_shape.Rd @@ -33,7 +33,7 @@ equals the perimeter if the patch would be maximally compact. increases, without limit, as the patch shape becomes more complex.} } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_p_shape(landscape) } diff --git a/man/matrix_to_raster.Rd b/man/matrix_to_raster.Rd index b1abaf199..cef75e40e 100644 --- a/man/matrix_to_raster.Rd +++ b/man/matrix_to_raster.Rd @@ -40,7 +40,7 @@ Converts \code{matrix} to a raster with same characteristics as \code{landscape} \code{landscape} or \code{extent}, \code{resolution} and \code{crs} must be specified. } \examples{ -augusta_nlcd <- terra::rast(augusta_nlcd) +augusta_nlcd <- terra::rast(landscapemetrics::augusta_nlcd) test_matrix <- terra::as.matrix(augusta_nlcd, wide = TRUE) matrix_to_raster(matrix = test_matrix, landscape = augusta_nlcd) diff --git a/man/pad_raster.Rd b/man/pad_raster.Rd index edab98a70..c50ae0b62 100644 --- a/man/pad_raster.Rd +++ b/man/pad_raster.Rd @@ -38,7 +38,7 @@ Adding padding to raster Adds equally (in all four directions) additional cells around the raster } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) pad_raster(landscape, pad_raster_value = -1, pad_raster_cells = 2) } diff --git a/man/proj_info.Rd b/man/proj_info.Rd index 61e52b5b2..d53108278 100644 --- a/man/proj_info.Rd +++ b/man/proj_info.Rd @@ -20,11 +20,11 @@ Check projection of RasterLayer } \examples{ -augusta_nlcd <- terra::rast(augusta_nlcd) +augusta_nlcd <- terra::rast(landscapemetrics::augusta_nlcd) proj_info(augusta_nlcd) -podlasie_ccilc <- terra::rast(podlasie_ccilc) +podlasie_ccilc <- terra::rast(landscapemetrics::podlasie_ccilc) proj_info(podlasie_ccilc) -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) proj_info(landscape) } diff --git a/man/raster_to_points.Rd b/man/raster_to_points.Rd index 472f16f82..ce9d5d02c 100644 --- a/man/raster_to_points.Rd +++ b/man/raster_to_points.Rd @@ -22,7 +22,7 @@ Wrapper around terra::xyFromCell and terra::getValues to get raster_to_points function including NA values } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) raster_to_points(landscape) } diff --git a/man/sample_lsm.Rd b/man/sample_lsm.Rd index f1e0a5db7..0b64f8773 100644 --- a/man/sample_lsm.Rd +++ b/man/sample_lsm.Rd @@ -65,7 +65,7 @@ automatically all possibilities are selected. Therefore, to get \strong{all} available metrics, don't specify any of the above arguments. } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) # use a matrix sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) diff --git a/man/show_cores.Rd b/man/show_cores.Rd index 73758e571..aa6999b09 100644 --- a/man/show_cores.Rd +++ b/man/show_cores.Rd @@ -45,7 +45,7 @@ The functions plots the core area of patches labeled with the corresponding patch id. The edges are the grey cells surrounding the patches and are always shown. } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) # show "global" core area show_cores(landscape, class = "global", labels = FALSE) diff --git a/man/show_correlation.Rd b/man/show_correlation.Rd index bffb0baf1..cf142e10d 100644 --- a/man/show_correlation.Rd +++ b/man/show_correlation.Rd @@ -38,7 +38,7 @@ for the landscape level more than one landscape needs to be present. All input must be structured as returned by the \strong{landscapemetrics} package. } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) metrics <- calculate_lsm(landscape, what = c("patch", "class")) show_correlation(data = metrics, method = "pearson") diff --git a/man/show_lsm.Rd b/man/show_lsm.Rd index 66a02630a..1d6f9acc3 100644 --- a/man/show_lsm.Rd +++ b/man/show_lsm.Rd @@ -48,7 +48,7 @@ Show landscape metrics on patch level printed in their corresponding patch. The function plots all patches with a fill corresponding to the value of the chosen landscape metric on patch level. } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) show_lsm(landscape, what = "lsm_p_area", directions = 4) show_lsm(landscape, what = "lsm_p_shape", class = c(1, 2), label_lsm = TRUE) diff --git a/man/show_patches.Rd b/man/show_patches.Rd index 6c2ef1e05..427c05efe 100644 --- a/man/show_patches.Rd +++ b/man/show_patches.Rd @@ -36,7 +36,7 @@ The functions plots the landscape with the patches labeled with the corresponding patch id. } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) show_patches(landscape) show_patches(landscape, class = c(1, 2)) diff --git a/man/spatialize_lsm.Rd b/man/spatialize_lsm.Rd index d581d1a4a..ca3c2fa56 100644 --- a/man/spatialize_lsm.Rd +++ b/man/spatialize_lsm.Rd @@ -54,7 +54,7 @@ The second level contains a \code{RasterLayer} for each selected metric value of the patch it belongs to. Only patch level metrics are allowed. } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) spatialize_lsm(landscape, what = "lsm_p_area") } diff --git a/man/unpad_raster.Rd b/man/unpad_raster.Rd index b73112de9..20b4b60e3 100644 --- a/man/unpad_raster.Rd +++ b/man/unpad_raster.Rd @@ -32,7 +32,7 @@ Adding padding to raster Removes equally (in all four directions) additional cells around the raster } \examples{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) lsm_padded <- pad_raster(landscape, pad_raster_cells = 2, pad_raster_value = -1) unpad_raster(lsm_padded[[1]], unpad_raster_cells = 2) diff --git a/man/window_lsm.Rd b/man/window_lsm.Rd index a909f0d95..d76eb15f4 100644 --- a/man/window_lsm.Rd +++ b/man/window_lsm.Rd @@ -52,7 +52,7 @@ for selected landscape metrics). } \examples{ \dontrun{ -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) landscape_stack <- c(landscape, landscape) window <- matrix(1, nrow = 5,ncol = 5) window_lsm(landscape, window = window, what = c("lsm_l_pr", "lsm_l_joinent")) diff --git a/tests/testthat/helper-landscapes.R b/tests/testthat/helper-landscapes.R index 6698fcc14..eb0d6de9a 100644 --- a/tests/testthat/helper-landscapes.R +++ b/tests/testthat/helper-landscapes.R @@ -1,8 +1,8 @@ # create landscapes -landscape <- terra::rast(landscape) -augusta_nlcd <- terra::rast(augusta_nlcd) -podlasie_ccilc <- terra::rast(podlasie_ccilc) +landscape <- terra::rast(landscapemetrics::landscape) +augusta_nlcd <- terra::rast(landscapemetrics::augusta_nlcd) +podlasie_ccilc <- terra::rast(landscapemetrics::podlasie_ccilc) landscape_matrix <- terra::as.matrix(landscape, wide = TRUE) diff --git a/vignettes/articles/comparing_tools.Rmd b/vignettes/articles/comparing_tools.Rmd index 67912dda4..81d6c8d43 100644 --- a/vignettes/articles/comparing_tools.Rmd +++ b/vignettes/articles/comparing_tools.Rmd @@ -19,7 +19,7 @@ library(dplyr) library(purrr) # internal data needs to be read -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) ``` > The comparison is currently outdated because the example landscape slightly changed and we trying to re-calculate the FRAGSTATS results currently. diff --git a/vignettes/articles/guide_moving_window.Rmd b/vignettes/articles/guide_moving_window.Rmd index 264a61992..6323bac85 100644 --- a/vignettes/articles/guide_moving_window.Rmd +++ b/vignettes/articles/guide_moving_window.Rmd @@ -29,7 +29,7 @@ library(terra) library(ggplot2) # internal data needs to be read -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) ``` First, we need to specify the local neighborhood matrix. diff --git a/vignettes/articles/landscape_distribution_statistics.Rmd b/vignettes/articles/landscape_distribution_statistics.Rmd index b184770fa..ec981b2e7 100644 --- a/vignettes/articles/landscape_distribution_statistics.Rmd +++ b/vignettes/articles/landscape_distribution_statistics.Rmd @@ -22,7 +22,7 @@ library(terra) library(dplyr) # internal data needs to be read -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) ``` ## Implemented distribution statistics ## diff --git a/vignettes/articles/new_metrics.Rmd b/vignettes/articles/new_metrics.Rmd index 384912bf8..bcb027ea5 100644 --- a/vignettes/articles/new_metrics.Rmd +++ b/vignettes/articles/new_metrics.Rmd @@ -21,7 +21,7 @@ knitr::opts_chunk$set( library(landscapemetrics) # internal data needs to be read -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) ``` One of the reason to start **landscapemetrics** was also to have a collection of metrics that are not included in FRAGSTATS. diff --git a/vignettes/articles/utility.Rmd b/vignettes/articles/utility.Rmd index f5de676f3..a876754ee 100644 --- a/vignettes/articles/utility.Rmd +++ b/vignettes/articles/utility.Rmd @@ -25,7 +25,7 @@ library(dplyr) library(purrr) # internal data needs to be read -landscape <- terra::rast(landscape) +landscape <- terra::rast(landscapemetrics::landscape) ``` ## Visualisization functions diff --git a/vignettes/get_started.Rmd b/vignettes/get_started.Rmd index 8f37748f0..9bd501b96 100644 --- a/vignettes/get_started.Rmd +++ b/vignettes/get_started.Rmd @@ -23,9 +23,9 @@ library(terra) library(dplyr) # internal data needs to be read -landscape <- terra::rast(landscape) -augusta_nlcd <- terra::rast(augusta_nlcd) -podlasie_ccilc <- terra::rast(podlasie_ccilc) +landscape <- terra::rast(landscapemetrics::landscape) +augusta_nlcd <- terra::rast(landscapemetrics::augusta_nlcd) +podlasie_ccilc <- terra::rast(landscapemetrics::podlasie_ccilc) ``` ## Design From a775b3417f02c23d9835f5174a2b745dddf84349 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Wed, 22 Mar 2023 16:12:46 +0100 Subject: [PATCH 025/101] Use user argument and not internal data --- R/calculate_lsm.R | 2 +- R/landscape_as_list.R | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/R/calculate_lsm.R b/R/calculate_lsm.R index 5de3870b8..eac2bb248 100644 --- a/R/calculate_lsm.R +++ b/R/calculate_lsm.R @@ -200,7 +200,7 @@ calculate_lsm_internal <- function(landscape, "name", "type", "function_name") result <- merge(x = result, - y = landscapemetrics::lsm_abbreviations_names, + y = lsm_abbreviations_names, by = c("level", "metric"), all.x = TRUE, sort = FALSE, suffixes = c("", "")) diff --git a/R/landscape_as_list.R b/R/landscape_as_list.R index c8d1831a5..d0dcf54d7 100644 --- a/R/landscape_as_list.R +++ b/R/landscape_as_list.R @@ -31,7 +31,7 @@ landscape_as_list.SpatRaster <- function(landscape) { #' @export landscape_as_list.RasterLayer <- function(landscape) { - landscape <- terra::rast(landscapemetrics::landscape) + landscape <- terra::rast(landscape) landscape <- terra::as.list(landscape) return(landscape) @@ -41,7 +41,7 @@ landscape_as_list.RasterLayer <- function(landscape) { #' @export landscape_as_list.RasterBrick <- function(landscape) { - landscape <- terra::rast(landscapemetrics::landscape) + landscape <- terra::rast(landscape) landscape <- terra::as.list(landscape) return(landscape) @@ -51,7 +51,7 @@ landscape_as_list.RasterBrick <- function(landscape) { #' @export landscape_as_list.RasterStack <- function(landscape) { - landscape <- terra::rast(landscapemetrics::landscape) + landscape <- terra::rast(landscape) landscape <- terra::as.list(landscape) return(landscape) @@ -61,7 +61,7 @@ landscape_as_list.RasterStack <- function(landscape) { #' @export landscape_as_list.stars <- function(landscape) { - landscape <- terra::rast(landscapemetrics::landscape) + landscape <- terra::rast(landscape) landscape <- terra::as.list(landscape) return(landscape) From 4bce98620bb9fffd81c552f1b0722625be2dc814 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Wed, 22 Mar 2023 16:12:54 +0100 Subject: [PATCH 026/101] Update citation --- README.Rmd | 6 +++--- inst/CITATION | 11 ++++++----- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.Rmd b/README.Rmd index 7d0f17a1d..ebc4476d0 100644 --- a/README.Rmd +++ b/README.Rmd @@ -28,7 +28,7 @@ README last updated: `r Sys.Date()` -> Starting from v2.0.0 landscapemetrics does not support the 'raster' or 'sp' package anymore. They are replaced with 'terra' and 'sf', respectively. More information about the terra package can be found here: . +> Starting from v2.0.0, **landscapemetrics** does not support the `raster` or `sp` packages. They are replaced by `terra` and `sf`, respectively. More information about the `terra` package can be found here: . ## Overview @@ -38,12 +38,12 @@ README last updated: `r Sys.Date()` #### Citation -To cite **landscapemetrics** or acknowledge its use, please cite the following Software note, substituting the version of the application that you used for 'ver. 0': +To cite **landscapemetrics** or acknowledge its use, please cite the following Software note, substituting the version of the application that you used for 'v0.0':

Hesselbarth, M.H.K., Sciaini, M., With, K.A., Wiegand, K., Nowosad, J. 2019. -landscapemetrics: an open‐source R tool to calculate landscape metrics. Ecography, 42: 1648-1657 (ver. 0). +landscapemetrics: an open‐source R tool to calculate landscape metrics. Ecography, 42: 1648-1657 (v0.0).

diff --git a/inst/CITATION b/inst/CITATION index 5e99ddcd8..7a78e89b2 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -1,9 +1,10 @@ -citHeader("To cite landscapemetrics or acknowledge its use, please cite this Software note, substituting the version of the application that you used for ‘version 0’.") +citHeader("To cite landscapemetrics or acknowledge its use, please cite this Software note, substituting the version of the application that you used for ‘v0.0’.") -citEntry( - entry = "Article", +bibentry( + bibtype = "Article", title = {"landscapemetrics: an open-source R tool to calculate landscape metrics"}, - author = personList(as.person("Maximilian H.K. Hesselbarth"), + author = c( + as.person("Maximilian H.K. Hesselbarth"), as.person("Marco Sciaini"), as.person("Kimberly A. With"), as.person("Kerstin Wiegand"), @@ -12,4 +13,4 @@ citEntry( volume = {"42"}, year = {"2019"}, pages = {"1648-1657"}, - textVersion = "Hesselbarth, M.H.K., Sciaini, M., With, K.A., Wiegand, K., Nowosad, J. 2019. landscapemetrics: an open-source R tool to calculate landscape metrics. - Ecography 42:1648-1657(ver. 0).") + textVersion = "Hesselbarth, M.H.K., Sciaini, M., With, K.A., Wiegand, K., Nowosad, J. 2019. landscapemetrics: an open-source R tool to calculate landscape metrics. - Ecography 42:1648-1657 (v0.0).") From 345a2eff29d8cdc715e33120e950211adc7483fa Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Wed, 22 Mar 2023 16:19:10 +0100 Subject: [PATCH 027/101] Fix RCMD globals --- R/landscapemetrics-package.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/landscapemetrics-package.R b/R/landscapemetrics-package.R index 131484c0a..473ac9529 100644 --- a/R/landscapemetrics-package.R +++ b/R/landscapemetrics-package.R @@ -15,4 +15,4 @@ #' @keywords internal "_PACKAGE" -globalVariables(c("label", "metric_1", "metric_2", "value", "values", "x", "y")) +globalVariables(c("label", "lsm_abbreviations_names", "metric_1", "metric_2", "value", "values", "x", "y")) From d56fef0f399208a391a210db26ef5e89a40ef7ff Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Wed, 22 Mar 2023 16:45:46 +0100 Subject: [PATCH 028/101] @Nowosad Use inherits(sf) for extract_lsm() --- R/extract_lsm.R | 143 +++++++++++++++++++----------------------------- 1 file changed, 56 insertions(+), 87 deletions(-) diff --git a/R/extract_lsm.R b/R/extract_lsm.R index 5cd4c489b..cbd669f95 100644 --- a/R/extract_lsm.R +++ b/R/extract_lsm.R @@ -84,120 +84,89 @@ extract_lsm <- function(landscape, y, result[with(result, order(layer, extract_id, level, metric, class, id)), ] } -extract_lsm_internal <- function(landscape, - y, - extract_id, - metric, name, type, what, - directions, - progress, - verbose, - ...) { - - # get list of metrics to calculate - metrics_list <- list_lsm(level = "patch", - metric = metric, - name = name, - type = type, - what = what, - simplify = TRUE, - verbose = verbose) - - # check if only patch level metrics are selected - if (!all(metrics_list %in% list_lsm(level = "patch", simplify = TRUE))) { - - stop("'extract_lsm()' only takes patch level metrics.", call. = FALSE) - } - - # check if sf object is provided - if (inherits(x = y, what = "sf")) { - - # check if points have the right class - if (inherits(x = y, what = c("MULTIPOINT", "POINT"))) { - - y <- matrix(sf::st_coordinates(y)[, 1:2], ncol = 2) +extract_lsm_internal <- function(landscape, y, extract_id, metric, name, type, what, + directions, progress, verbose, ...) { + + # get list of metrics to calculate + metrics_list <- list_lsm(level = "patch", metric = metric, name = name, + type = type, what = what, simplify = TRUE, verbose = verbose) + + # check if only patch level metrics are selected + if (!all(metrics_list %in% list_lsm(level = "patch", simplify = TRUE))) { + + stop("'extract_lsm()' only takes patch level metrics.", call. = FALSE) } - else if (inherits(x = y, what = c("sf", "sfc"))) { + # convert to coords if sf object is provided + if (inherits(x = y, what = "sf") | inherits(x = y, what = "sfc") | inherits(x = y, what = "sfg") | + inherits(x = y, what = "SpatVector")) { - if (all(sf::st_geometry_type(y) %in% c("POINT", "MULTIPOINT"))) { + if (terra::geomtype(y) != "points") stop("landscapemetrics currently only supports point features for metrics extraction", + call. = FALSE) - y <- matrix(sf::st_coordinates(y)[, 1:2], ncol = 2) - } + y <- terra::vect(y) - else { + y <- matrix(terra::crds(y), ncol = 2) - stop( - "landscapemetrics currently only supports point features for landscape metrics extraction." - ) - } - } + } else if (!inherits(x = y, what = "matrix")) { - else if (inherits(x = y, what = c("LINESTRING", "POLYGON", - "MULTILINESTRING", "MULTIPOLYGON"))) { + stop("'y' must be a matrix or sf object.", call. = FALSE) - stop( - "landscapemetrics currently only supports sf point features for landscape metrics extraction." - ) } - } - else if (!inherits(x = y, what = "matrix")) { + # get patches of landscape + landscape_labeled <- get_patches(landscape, directions = directions,)[[1]] - stop("'y' must be a matrix or sf object.", - call. = FALSE) - } + # combine to one raster layer + landscape_id <- sum(terra::rast(landscape_labeled), na.rm = TRUE) - # get patches of landscape - landscape_labeled <- get_patches(landscape, directions = directions,)[[1]] + # get patch id of sample points + point_id <- cbind(ID = 1:nrow(y), terra::extract(x = landscape_id, y = y)) - # combine to one raster layer - landscape_id <- sum(terra::rast(landscape_labeled), na.rm = TRUE) + # rename df + names(point_id) <- c("extract_id", "id") - # get patch id of sample points - point_id <- cbind(ID = 1:nrow(y), terra::extract(x = landscape_id, y = y)) + # check if length is identical if ids are provided + if (!is.null(extract_id)) { - # rename df - names(point_id) <- c("extract_id", "id") + if (length(extract_id) != nrow(point_id)) { - # check if length is identical if ids are provided - if (!is.null(extract_id)) { + if (verbose) { - if (length(extract_id) != nrow(point_id)) { + warning("Length of extract_id is not identical to length of y. Using 1...n as extract_id.", + call. = FALSE) + } - if (verbose) { + extract_id <- seq_len(nrow(point_id)) - warning("Length of extract_id is not identical to length of y. Using 1...n as extract_id.", - call. = FALSE) } - - extract_id <- seq_len(nrow(point_id)) } - } - if (!is.null(extract_id)) { - point_id[, 1] <- extract_id - } + if (!is.null(extract_id)) { + point_id[, 1] <- extract_id + } + + point_id <- point_id[!duplicated(point_id), ] - point_id <- point_id[!duplicated(point_id), ] + # calculate metrics + # can we somehow calculate only the patches we actually want? + metrics <- calculate_lsm(landscape, + what = metrics_list, + directions = directions, + verbose = verbose, + progress = progress, ...) - # calculate metrics - # can we somehow calculate only the patches we actually want? - metrics <- calculate_lsm(landscape, - what = metrics_list, - directions = directions, - verbose = verbose, - progress = progress, ...) + # only patchs that contain a sample point + extract_metrics <- merge(x = metrics, y = point_id, + by = "id", + all.x = FALSE, all.y = FALSE, sort = FALSE) - # only patchs that contain a sample point - extract_metrics <- merge(x = metrics, y = point_id, - by = "id", - all.x = FALSE, all.y = FALSE, sort = FALSE) + # order cols + extract_metrics <- extract_metrics[, c(names(metrics), "extract_id")] - # order cols - extract_metrics <- extract_metrics[, c(names(metrics), "extract_id")] + # order rows + tibble::as_tibble(extract_metrics) - # order rows - tibble::as_tibble(extract_metrics) } From d784558bd29462efaadf3a06e5ce3bf66651d28c Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Sat, 25 Mar 2023 11:30:56 +0100 Subject: [PATCH 029/101] adds new example data --- data-raw/06_irregular_polygons.R | 17 +++++++++++++++++ data/irregular_areas.rda | Bin 0 -> 16675 bytes 2 files changed, 17 insertions(+) create mode 100644 data-raw/06_irregular_polygons.R create mode 100644 data/irregular_areas.rda diff --git a/data-raw/06_irregular_polygons.R b/data-raw/06_irregular_polygons.R new file mode 100644 index 000000000..e3260854f --- /dev/null +++ b/data-raw/06_irregular_polygons.R @@ -0,0 +1,17 @@ +library(landscapemetrics) +library(supercells) +library(motif) +library(sf) +library(terra) + +# prepare example data ---------------------------------------------------- +my_cat_raster = rast(landscapemetrics::augusta_nlcd) +my_cat_raster2 = lsp_signature(my_cat_raster, type = "cove", window = 5, ordered = FALSE) +my_cat_raster2 = lsp_add_terra(my_cat_raster2) +irregular_areas = supercells(my_cat_raster2[[-c(1, 2)]], k = 30, + compactness = 0.5, clean = TRUE, + dist_fun = "jensen-shannon") + +plot(my_cat_raster, type = "classes") +plot(vect(irregular_areas), add = TRUE) +usethis::use_data(irregular_areas) diff --git a/data/irregular_areas.rda b/data/irregular_areas.rda new file mode 100644 index 0000000000000000000000000000000000000000..8a2e6bdf73b915ac6dd68d0379404ef1376a6c12 GIT binary patch literal 16675 zcmbT7Q;aT5@aEsKZQHhO+qP%UoUv`&wr%5#ZQHi7-+!}vy~+MkSKXC#I@K42r-ijG zxtN5s$W^rbCO9|&_O-wNPxd&x0sja2v)j7f8<>H%-qiVLK~Dk+9YbjBe4F{@wVh47 zDC**ZMVfOMLkP(dHI&9lOmscu_9Q^c@k(wP*aX8_8X#k6$>LZGH26(3BILd>mRg#c`f>JY_g4DT! z5jKG8opr&4JkzQ)JskzAR5pX6G&BQKR`pTpJb8l&94QHMjCC+ejISa%NJ>0OsMJ4w zJ|9GmJY5#pbg*nM)4VhqMfD4+R75`bPbl6Pn~$O*qO6=xWG;q9WeMAqPdpQRDOu$iOF=PCju~Z4JZJ%5 zPDG-Vl#e_&q2M5kD&fMCWf^}NM=*Vfy{sak1pu-%hmE7uf`y=TjO`g3gbfUyTX4=N z$LyJj#riFZUrItUX6+d$MT~+XD4Q;53IL!0NI(~5$&um_s)nE#sUVP7ZkjrMjh7(HD5Z_ z=;D0x%=1cm$a-w(C|ogVy9H7`RIi3$lNB&xAHD94CN%o73F@@c&uq>XiyTVIbBAA> zFjyF|4?R1c{oYNI!cV>F=^@(!m*!-H5!k6(Zb)(_q5@NPM{^}nQB&RYD)ugnt{o9C za-`=1k^^rFndy#$+|yEvW4SiiohozCU}B|RisQ^KuEA5fyYDy!!*?$x@?U^HpAl6ai6fq?ob>O9d zoJ%DnO?{_+m?=3-D$D4%fB@B<*e3J`x7EjM5k7u=>?$Ne+_{14=dqIHseN(W42V<0 zm5(rAMYP{nQOMpBf>aQn)*(uY7qRNe!SKgBZC^l&f;s0JyT`3ci;gnEWlBO631sz; zKvdNm(}4~h!~A83wk~A=@cG8$c8>7i;Nt?ZWZI=p zLkXr@ExR%C@7$1Q2Q8){(MU1q8DjGs?(EAVKrL}|W;bdT(;y}M^0PZMoc?Vu_~X>6 zm=DdRR`Gq6@yny6goF)7$(FcZ8G&~3rgsh<&qWurwTauW8Jnxvi*HlTz9hW9wqp_q zRX&$o?6SVWOk+Nf1?%93Eqq1`=gT781_xUy=K84YTd6$0_%i3C_Y?%Y+B)K#?#5yl7n1N(75AdmB!eJ zuu;REyw%nR*J(2t>7j_`SOio790=7R)fl%Zq^U-R+m`I6D=%u)L*2^U4O~4PZ|(BM zsv6ANOp%f_YGrwuq?PxRSB@02NJONx;-#yE=a*%ch~RNo89Z4>BpT7oZxKq4uA#Et z__d}C%^QA(CUO4;PiS(Yjoq_rxko4pvu_K;jc*86Pc}oaZ*|VfyR(KFlEvfivvtH+ zoJAg$l11^0_P)fA`tVVy^D;m1Yk#x83C)Z5_cUgbG|jZBRX0(!G~#y&cLtWEKk@N% z9iF-!wphe3exqcn2_$f|Cae5&&s!Aq;jB(%O6=4rkmuLy^EL>5oOO6Gp$~uD@ z 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 literal 0 HcmV?d00001 From a36a76c5d9f121b68c3bcd7523fb6c0070647e25 Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Sat, 25 Mar 2023 11:33:04 +0100 Subject: [PATCH 030/101] adds new data docs --- R/data.R | 7 +++++++ man/irregular_areas.Rd | 16 ++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 man/irregular_areas.Rd diff --git a/R/data.R b/R/data.R index eea39d7ff..b9a866b53 100644 --- a/R/data.R +++ b/R/data.R @@ -124,3 +124,10 @@ #' #' @format A tibble object. "lsm_abbreviations_names" + +#' Irregular polygons +#' +#' An example irregular polygons for the area in `augusta_nlcd` +#' +#' @format An sf object. +"irregular_areas" diff --git a/man/irregular_areas.Rd b/man/irregular_areas.Rd new file mode 100644 index 000000000..4790bfd71 --- /dev/null +++ b/man/irregular_areas.Rd @@ -0,0 +1,16 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/data.R +\docType{data} +\name{irregular_areas} +\alias{irregular_areas} +\title{Irregular polygons} +\format{ +An sf object. +} +\usage{ +irregular_areas +} +\description{ +An example irregular polygons for the area in \code{augusta_nlcd} +} +\keyword{datasets} From 89555491531c3867fc2cf5a5680261ce33907014 Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Sat, 25 Mar 2023 11:51:21 +0100 Subject: [PATCH 031/101] improves new data --- data-raw/06_irregular_polygons.R | 3 ++- data/irregular_areas.rda | Bin 16675 -> 3557 bytes 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/data-raw/06_irregular_polygons.R b/data-raw/06_irregular_polygons.R index e3260854f..732d72312 100644 --- a/data-raw/06_irregular_polygons.R +++ b/data-raw/06_irregular_polygons.R @@ -14,4 +14,5 @@ irregular_areas = supercells(my_cat_raster2[[-c(1, 2)]], k = 30, plot(my_cat_raster, type = "classes") plot(vect(irregular_areas), add = TRUE) -usethis::use_data(irregular_areas) +irregular_areas = irregular_areas[1] +usethis::use_data(irregular_areas, overwrite = TRUE) diff --git a/data/irregular_areas.rda b/data/irregular_areas.rda index 8a2e6bdf73b915ac6dd68d0379404ef1376a6c12..14f2519d8b784e50366de5dd599ce056ac5206df 100644 GIT binary patch literal 3557 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 literal 16675 zcmbT7Q;aT5@aEsKZQHhO+qP%UoUv`&wr%5#ZQHi7-+!}vy~+MkSKXC#I@K42r-ijG zxtN5s$W^rbCO9|&_O-wNPxd&x0sja2v)j7f8<>H%-qiVLK~Dk+9YbjBe4F{@wVh47 zDC**ZMVfOMLkP(dHI&9lOmscu_9Q^c@k(wP*aX8_8X#k6$>LZGH26(3BILd>mRg#c`f>JY_g4DT! z5jKG8opr&4JkzQ)JskzAR5pX6G&BQKR`pTpJb8l&94QHMjCC+ejISa%NJ>0OsMJ4w zJ|9GmJY5#pbg*nM)4VhqMfD4+R75`bPbl6Pn~$O*qO6=xWG;q9WeMAqPdpQRDOu$iOF=PCju~Z4JZJ%5 zPDG-Vl#e_&q2M5kD&fMCWf^}NM=*Vfy{sak1pu-%hmE7uf`y=TjO`g3gbfUyTX4=N z$LyJj#riFZUrItUX6+d$MT~+XD4Q;53IL!0NI(~5$&um_s)nE#sUVP7ZkjrMjh7(HD5Z_ z=;D0x%=1cm$a-w(C|ogVy9H7`RIi3$lNB&xAHD94CN%o73F@@c&uq>XiyTVIbBAA> zFjyF|4?R1c{oYNI!cV>F=^@(!m*!-H5!k6(Zb)(_q5@NPM{^}nQB&RYD)ugnt{o9C za-`=1k^^rFndy#$+|yEvW4SiiohozCU}B|RisQ^KuEA5fyYDy!!*?$x@?U^HpAl6ai6fq?ob>O9d zoJ%DnO?{_+m?=3-D$D4%fB@B<*e3J`x7EjM5k7u=>?$Ne+_{14=dqIHseN(W42V<0 zm5(rAMYP{nQOMpBf>aQn)*(uY7qRNe!SKgBZC^l&f;s0JyT`3ci;gnEWlBO631sz; zKvdNm(}4~h!~A83wk~A=@cG8$c8>7i;Nt?ZWZI=p zLkXr@ExR%C@7$1Q2Q8){(MU1q8DjGs?(EAVKrL}|W;bdT(;y}M^0PZMoc?Vu_~X>6 zm=DdRR`Gq6@yny6goF)7$(FcZ8G&~3rgsh<&qWurwTauW8Jnxvi*HlTz9hW9wqp_q zRX&$o?6SVWOk+Nf1?%93Eqq1`=gT781_xUy=K84YTd6$0_%i3C_Y?%Y+B)K#?#5yl7n1N(75AdmB!eJ zuu;REyw%nR*J(2t>7j_`SOio790=7R)fl%Zq^U-R+m`I6D=%u)L*2^U4O~4PZ|(BM zsv6ANOp%f_YGrwuq?PxRSB@02NJONx;-#yE=a*%ch~RNo89Z4>BpT7oZxKq4uA#Et z__d}C%^QA(CUO4;PiS(Yjoq_rxko4pvu_K;jc*86Pc}oaZ*|VfyR(KFlEvfivvtH+ zoJAg$l11^0_P)fA`tVVy^D;m1Yk#x83C)Z5_cUgbG|jZBRX0(!G~#y&cLtWEKk@N% z9iF-!wphe3exqcn2_$f|Cae5&&s!Aq;jB(%O6=4rkmuLy^EL>5oOO6Gp$~uD@ z zf7RT^lqw5PbA#uyojMfDJtDJerEaSTxamvq$QA5{E?=lBE~vd|>*ZY(o*mheeqVP9 zwCA^{W!!N>wLDz$Vau(pJk_M|vDg|LIWdH6lIt_^fcG1b3)*yB$oem7@je^wD8KSt zdR#3&J!Bw`#@V}kR(A$Zu8rR~U|5#pjCh35op-%72CG}Mgo9N_x90JEc)cF2H8jC} z8}vjM0@Zu5U&CXvmnFQdt}s4ELITupwV>fhsmQUcr>qt!`@$zQP3|Gos!tueBq(-z znjigSYcB?=)A*9pX&4V~*?*^-hGU$>TV`%SawHgtZZHV&zvnYMW~?8vuq!NK@O`O+ zT4s{++b$14R}MISs_hM?w!~wl02wSashdnTuu_^y=UP+Hxo$U; zsHS8nc{ES60}-J>7%XjqV2!zCB}7hpJBYl>l1;1{>W!)DAohys(OxxVvtR6vlZfg= zGV(r{5Fh4SJTdFsuhnO#=s+hV_3otbF9nk;gb|DOOhF-h^1_WyL@KekDd~fTK(1pIy{zA84CW;o&1RL$du4NNJD|gdr+lkDH0Gh$QI9=M5#5W z-Yr)S7+UqVy40K{F-bBrsaRMk)skIJY(35s;fz{Xcwr;xvtsQSpm2WkOTU`J(8Xxh z`oau~r6d}KQ-b9Y5+Y#Ekx>yYg0m6<;+YDH`%V6gVZoyi^9o2fS}+Prt?>f2TQvm9 z!SXVkhU;yQ>Wvd)^!TKnliIJ%C2|J`&k;621?ufWGLf8a$hiL{B{G&0KrzoYbM4Y3 zJ7A_2mb{gNydB5QQg|aa6e_K4d_PQMhS%h;q30b2YmR;$|%e*leD5!`OuxJu=>WX;Ns(Y0UX>y5!OfIjyb^?^ig`VvuTl|rdW4e=c#oE3&hgx{UXAidopdq6 z7#LUg?ICgnL;6&IBNcj!ouQVtW8mk~LVN9Mh+(_)H|WBPl|wQW#vI}}&?p!6>kKmd zO3HksQIf>^g!8V*deu{lY4t}Vs=9>f;E3r-p2irkkf}QoVlOL3$H0m12!6g;c6G)8 zP$b?@0cJ>}6euXQS3mfd5!t^YO2E{#tR4IN%9^Aw`g3ALqsqBg-2(J{Ef{Ax+cB!O zK$h25^9_+Opx%^}RL&Xq1S<(rRy7?k<@S$!_5kP`Q3)wNcnX-ZrodFD9-$HX6RTC; zh<8A2z6&*yglx_onSX}ji5E)&x@M6T3!Yn8jnG8KD1yzjNfnIDL~>rmJnxfIAJq|K zV`d^mGdnsQXfef+w!F>b`M_XvqIh536FHuM4H$=cnyrupr2@FM*t7_*9DN(2*iii& zqbV)&qoRU<99|Z@x&T?G6FBLU`hooBh_ngs;_|n`m^uNtZd=4jk%!J7W|z1_oDbq( zOoO;EJ1LD@;YWrl2HqF};r{)^iW z{U9&$OHt5!!LjsdjD+Md;s9oL*`xS0Dd@qiUzL(TjTL(o)h;+;mrNCIKA1kaU+;2d z>K2#U#&h^#&fyhe3I_ry43_CT%?3;uHBw4# zSu7vg{US-9PTe^q$maVtr3M2}@7nGhiP#SBtb`pZqGPGKUxr0(bw&!u!CyXck*N?l z*D2+tCRw63SnK3Y)yqV__cqhKSLqFRez^;6hdqhl#?<1({ zMKGeHq-e4ff{RVd+CY#y=bXSu>N{kOgPlm0RN1tj{hcKff8PO^BCj2(=7q^lkn zOe}Ch-CRSbZ=F`M&VPhJH1WhVDTEm4HW!;Z7G^;_ zeyU(lnelhYXEw5`dGn{`8?UWVf&et4qWGk10k%62sRDkfaz>cSPeVFyE>++zBL_az zRMqa5*7BlQj9)pg8V|3I^`twvUsp=VbcDb)pE`!lgPmLHP4Y4ej^OQjqz97QH$bhyR<*0)f0?r)F|X^m-^6tmNLL-tN5}if{a4K4elQAb^7N8Gz{Lvq8#Y`AsBg_{VA3FcC-^_@5V2n=F_Fetej_@u0hIuP- zewo@{J3(v9^-{WlHV!v$+&iP{+JOmRv6y|Vspz|NZDaK7I_FnPhQ8#M@B66RvPs~f zY`*hlNYG}2r5CLqeM~7Z@7?dOkN$fioa=BRu()8^^(@~J*XSR(Z_;#h%Ml5gyFFNM z=CUgZD%J3)0hPR*QcbxSH5rX|Uc7TP*yIZ=Qc($k7o9y^pZ z3;pC<(~l(U*;ewDDqIMOUXSUj}(w|3P2V5Fol;T2g^Gqtz^UE%WwjgiK(uDVfg3B ze54%+(xd$^Mo+M)C*gzzg1A#2sA-?1sRr&jxlEvuyBq6Hg=EF5`F#+50C7V-v}D2Y26(*;Lp!rp^= z)bcIa3msuhpk&V4BFV#al=;M#bz3R&+7Jvv-t92Cs7UUg1p(>3oJ@tl5lDarn%T^A z<-0!*&$fL@TmD@M@z6UD>)T5iz~ATAun9>Pj8iNuIR^saHuwjUeUtBma?Cm>=L=1Z z{{Ee6G>o42PLoO6n`w!RwiReAqLIj)81RKa-ldnDcYqKauHrBMIPpQ^b4yx8bU&X!xSPc|YV2&sOX%1#mghJ>0O&lAubRxbQK!^yOWd8R!+nq6P zNg73Yo?%+4n36e^d|zH}H=jueS3OJy0A}=S6#obnOjw)42tpg&EPZz;e~)DCAazbR z`srl38H2EAl-N=BA%!U9r3)f8rn4aKXdMA!ON_bm{U=f2jSY9BIiglM6q_;;`Zmd; zFeBRDDFyMRGRI!HLA_8o0ThIWExRc|phuF_zfBZ< z^NjuU&fZWTF|@;CD~6pP*PTcOI#pn37=(pck&!2;-*EtQpztTD@rsU|J|H~e%xVL1 zFT-%n>XBix>6stopKb$`l34Y3cIzJ>fj4t(w&f|_saytopSJ>r&&U4?G!kuKV|&Ix z@*)?lIC{Lbrm9UxUR-#km@ONlwij0;o$6{KV4a!2!)Ld7kDqs2N!G$B2}-^!M_7DS z(=vj<7;Rmst5d1BKKyrvM{F)_U&JGnKiC^%P}ui)mjSZuwjcHrUtTfB8>PPr|wCo1Ju+%VF? zy95MPSaf)JX6&F_L|+1Gg{~O&Scq_UxhidBNPMwH6JJJEd@zAb+pbYlOm@7`ZbwJb zpKvbAw=*sm5Tgo__c)e2Kdw1#=T5tC$R>$E35)Oeib>?bugIJ*(Km?uG=aaKLQsDR z13vw=7sixn$Awde$r_--iReN|R2o1LL4}^J5M{Dtfq=$XflUO-f|16@!UY4R1Kx2& z3y4EWli2-{1Byc#IUOKTqmeO(0eA*!@9UDn$a^vQfJ1B{!fLUpm{n#jH5qJ zIZ8%DGgR_5jN{d*u`%IU+O^As)Go}JzXw-g?OetnkZ2|yMfyAc*`jF987 z2N{CiHAMd#)Jy8H^dkUYk|hcc#bkT!q>>Ui6p3K0?JMl$H>W8$KqcT5vfl6%yBqY zK2X#aq0Q+K#pC7dNDbMiMDX4KjL5g=;b#MxDNQRei9FmunJi5fUTmd(G)i`@>UaVo z$%ro$U~B04mu85h{ zkOAh@I%67>Pm&z<^>@3TOB=DV<_cWhE14+7)w__OF1?DcfiR*Px!NSo>Jy28kQa|o~ub0S;We%JF5x&-i*1bW5R4J~6lw;xwB zfFZUUsS{#k_}^h@dXy{mS2gy%@#+lw}pB5oR2U?BlUFZ;``lKN^s$;7oXVXOW`;elT&kWhHvKH@GX24`@L5PgJn>P{9ujFMDa4OG>NT>j&nt?O4qj!NNIIV{g+c%1hCoZuGzt*?4*`K z*A-~ckDfoi(l2H07-;gkt&CnHXR(lB_i-PFeh+l$Yy3TQv&VZOd-Xlrp(%Q3E$_61 zU+HXsrlxU?e4 zr^es8AXXat+@aN|WybAb#YJtukx6*y6JP_$TX?G?TgYS^|KJ^L8!^JbsFF@w`#}R4 zdeWg_64jo<+4h5HBfxG{_@Xan_pH*R^o0Xcr}qfEcI|QxRu3-cD5a${VqhBmaznxk zhkvr6Xxudd&qE3pG)rzeUf0tU+I|kOb6e+uKDq4Ju9~-H%UW$~ zkwmM$6?ah?P!G#u(I^S$ksfxUi`L)Qq2vriJWr%P@b&&2!9GRkg_&p|S(M|W|ssz_?LRNic=VC15isdqXU(HXh_ z0<}&W2UI38)3-A@*xJq5%+Tj6JNK}JjIlW3yHiLhDV2bXH_O?`FM5H@sMJIKm0IBW zmQaC{{RG6K@>AnzP@Mm@;7Vb83B{55vzQnAJ3JJags*SJ^|B7~V2!4V$n7KEBlro$ zI%p!&B-K)G@?Ea2j>Obl{)JzrZDUwZd%Til?R?9_E5inIU$Q>(IN!l@9k1`s6EHszW%I~0PCfl3aR4C^r9tE z*Y%IuvCKtj)dxY=!xR5;Z(R`${qgR{p|hW-WJk|W$&mlDmc>J+9E=?Z=6F{Mdli4( zb)>-A^Xcy6&l~(E!Dn{xAz9V*NwY?7(!-Bd4}EAQ3>6LacTscp*EToI%1zNwtJz^o zQ{09_8teNmPv>;FEQ`hS3AJ%0o)xzrSwTUolfHy`dUD)&3f4S^Y()R}Ce{ zDb3E(a@P+ixs+R87Syq(eM7?Y0{g*J%h#?jjLA_L%rqB^3*2Y=2<$D1a^fH^_`fj4 zbq{L`7k?Q!GSkxYM9GXx_(@XY5+(4QO!+-7+491H28Co*U}^%(0zw^kU!(#a2bV2~ zt8|(pd2_8sep!`$vY={iEZ)wT9hU?iD6-&_=upzwCS%*jCB*C+AM6C&LL^$l9q>0D z#^2qQ6dBHmocv%VS7fdh>RE=6)9S{%+^4kz|!EGtjtRtIHGv>W<5SQ>DMHe z{wQamUg_xVgiNHsduOl^(XwD~*5g*gqmP~@I}*E6=_?(E+m?eL{jo-%wwNJ|Of-Nb zq&=2!(@vX$2K5+F?OV{j#)N{rT2rHil%i4xqNX7fhl}^8l7*C_21f*#W058jGfSd} zBq9nM3I=KSLpfeS0i%IX!X_e(3;<%;NukpdK{|Ym!u6pF0G*`)-dTu*>jjRiK+!-X z9~+3&#!`4ulH$kl)|$w4WM5Md-w4+t?tzy-&CF4JL5e&}6CIvxBA0&@Y-xlcE-AdM zhi`egdUv@vxA_rgazp0WL$EIX47^K0LK|ePIL;YdQ5y**mJ0|j#CY*fPYxWYa}?(j zJ^r|CLF7X6#nb#HN09-0&#hKMZ2N$)H;K&Ok-?LbvzREsg)jEE>1;r&mpGRyX5 zAYpr3uQBh^yctOWl~00}g>wD`bNQ~T!rzFFt?rvIo9Zu;gHUTE2E(=7%L~=pu zY?J(MOO31xhv-v7n+r}xRmnf`Rd`?fUG7hT+rZ2~U_DnmkxwJ(On?R#CvZu45Ck5L zJ@bv%qODW9ZR*8y5oWd;CDDh6)xpI=yix6bLrW&(v4Z(1aVfrDk<7Pi9wM*pQXSg3 zo(Th6iXgw4?&>I(*n)Dp7jIT5wC|jV1q;f4l{B+38$!Y9d?&o$D-W0h`}$BspYK)% zRuM<|X>BB>qWWX15XVpOO*U>+zPBb(u`y%;X6^Yw8E*4^&$0 zo0~!Gs-}ZSCcD*Q=myHTF6kVYK0#g$ssTh#a25=-@sfc+oE%pFX@*im^gMc3R;!LT zh{@WI)_xOqW$==55j||*|1Zr>>foFdk={WURHOTx*3bndaFXbdC%?vd`gJvB?B&-B zrAS%Ilx*LJn?J8R1ZJvy8iB?+B-8AzKa{%Udefy*Lo(mhXh(Y>!cD@dHOwCVBm^Iw zxWgE<63Dzwhq2O#-8%c_lI-L7oEY7+>c(ryU%DN*@Xmy4s%yJR5el9O?8*X z*5n$i=XgTRB;hi#VGPupR<10#<9ngI@Of90CC~E*4RE-*Hvy)^J>lb=-dj_OBK+~7 zAb1Fr7aQA~$*g*N9L5J{b-P_i|IRv;E!D{rKP> z1&^vbnGNIw$JHt2VWFv?grX5>5JfKE?${m#i#Ec;A`7eUKWWa98d-n_8bRuiOIy+b zBD$!z4RfOI{rzX(;=`C!EXa&{VSwc^fvBb3aM?j0FA6HNOh88R@_8;K#Fcxm+pYRH zdKEe(y_yq>uF$##66rP$mz;OQxAgA4*9>>zBwbjAgCK(v4BTLlC<2}J7=(5j?yR?X z4W$Npm{)FuK;7X9mIJ~Lq#f(jT-%V?kKV*PmE!i^Q{}W;<4*@%357^lQLk6o=GMXR zWBLIO79k0>JmkA+T+ss1AAHUK247;{D=DLrz*C{_Ur+g|vcNG$lX?eQI1nLP_P69{ zGZ=lvdozU|$Y6~~hjlimEGuKEg0hlWuYcN?<}c6N++NLGYwIsV=!OG9M{9RroM?Au zKBH7eWZyO=cakapf8DT6cRpgPt`mo?qakVnRM6vxXyM=9y#<+kzI=^YRMFcWW}Trb3-*bJgkVl z6__IZiN~8i3LyYn8#wXE7!X0p?hbRC6_B5)TNK^N6)@(bib=pdQ{gWbKO<`5#c62Of<55-nibfCKZKj+B z^3T1wIf3AVBB)M?_`VsL=xE1GzF%DGVP{3Iq_SveV{ER`JatEAq^D*XeAWjIp;SOfGJWLQEU(9YG>< zh}Aaps9|Xml;vOi#*wy!#{e0Bjvlr|&hh$)hl+HQTTR;?KsyU_< z%lam)c*STDne&+HCE9q@0SX*vTJdS6As|>7v&lb~E^emlnV(E_VmJE)OAv$;N=0ZW zlmD`M;TAc(Z2T$XJ*)8kYQ1k>v@%iicNobu^9H+Lv15no{gG0bg>i}%49s+F%VxkJV(a|lJ#oXvJ&jZw=ea$0j143#j=ZZDHp|8JWJ2FASxl~Tf zpcCsk>|uHd2IQu5ns@EWN8x^uHhE0m4iYrbY^w&)shRhwSoVdLDoA!`9@K3ml7+u5 zV-~=ATl1hjS&hxMbIVX>-_WDrbL%Elnp-vrFTS~HP7?U0UKcOUJwIhyjP#%fM8pAp z*3A}}JQ|E&p3P`cl2weP!K*pY+YG!pv{iYFBiiF&kA@|RF=7D}225I?^iiRayg?JA z8Rfb1<+eVM+R^NokbLXq_9-Oy%!)+kjzubPD9&~l7~kb;Y2LJ|h7>sxibbb0{QCut zHrO>Zcp}~rAnuK#QJG@jO=W|?AItV-&@Sa^wBMfAXd3nqFYJ2gd9zhp!h=JLD*}5R zg+pU|foYCO&v1;;_lfE+Vx+x`$4MM5fb#N3LV0@@sDAhdqNyICg!T5V zSW5_a%N1dQ^{HzC5S!(k?EYGSBjst*k5y%sHr&zQcs!niII?oY8Q%TJB~cB(O4nrE zRLkClnOBJr>4>@s+4YXkieg-xCn83zGXE79lQut`S-%Et;izhuq~#LzTjq#JCArGM=_ z2uG}WaOx0G-?FN^Y2vC9C(k5l+U)^T|0-$^f`z}$ch2XEZW6?log2GUe=~Qvlo$+`zMiQ4b@5_QGc03qgmD=?^~zz3 zQ?T^Mo72>}#{T^j?k6o3DwKy%$FF^eEsvx;->bOSKwtzM(eN$^i9$OAE-jwhUawf| z5opn7L0RWTo1M?+*%O?b9w!%C<__(ps}Gh^~DNW6c{{BJ6Qv70t=ZiIve&tyqo2`ty;gY)`$_>*j{$r zIFsOA4-Yq)@*qwd_wiOB%!0+_7P)yXlU?WMcb&`OgNo_exX)iQouC}9be%8xP>|OB zry$B5^d~O0_T>1HdFxxHH12i{|8nlwFB47+jNh8W*ZIya|HrP$+{!Lsl6(t8r+GR& z&U+4y^|Ke5WN3C8gn`Ge?4s3Jh))Esb+f{6yT1TQdqKQr0lv3ciA@1}hL}UQSTL1P zy>K(OwEVP{2_UN1)URa*+RLP(jx&;<2Mh-24g$$dh=E$JQ5G&R(mJi(Akh3^Rm}ErB`u$Lo74)^6D3 zrA^qStOjTOmvlEI1kVNh`+Z70o>S0wx7(m#lc&l%kVLI*_6bTRdFyWh zv=@jaSHj8>&4HXh%E8r$2iHCpokmt2KWcTURVM+s@^DFZU1*^sMCBr=<`*%1{O1!t z3MB_v&k$$G4s975#iA|EP0F&Yyt(Yjm!009%B-fXu!Ra9*goEDVvD3?^tcTVp}fg$ zd2cT=KlP79`&E0*6eIcTqOiD{HCo3zr{Updkr{#GhRHxC$pf;gm_V`vEl0H*Miomu zgqHo{Lke4Q-=7W=mWjbZ8B%T?lFWa~h|xq5=qSQ(oFGrsRUcV167Q}x^@H9^F_@tO@#AzlkkjSKd2O~m~S1~wsm~j$(Org z?$y4!;0RbbUG>7u4`ay+i&zA0#l)B(diHX3$jyVUGP@uy+|ATkhTP;Du3Jk@T8G|i zpJ%ec!>3W0bWxfN{WJMY=Oe@C$XA$$HKu-X@piidNPJkv*d2VT>|i?`j?2g(nsgvd z7>x}&DHI2oY(;!h+HFtg&kcj?ScKZoyd&fc-J0->-H#j2rJb5*X8`0nj%5uE4(##_ zf9=oJJ_0Ylf%&-L$rVqAWPP#`?vZr=#$`?{<~81&XvI6r_CuqtXq%M($=k~z$Oq1D zDwr4l@LS+aSYL6f0QnK2PQvG?gn}QukkHD45h$9%y34!5W(L4J_$vE2o!xW1s*(KF@z=rixd~~g} zTWr@1DRa=U`{Yy5e@a2Y^$#Dx2c!J?&Nk?G#zt`Ii z#8qa*%vK835>Y})9ZFY}NIU+@*|jXr5|HjscMh7Dei zaQHT!fu`bH$bVNK@olnxBF0iu901Q>(SFb4HM-(D!B61HC;|)Ls`!TN*2GIz7xHzM z((&9G!<>4IB%eiBwPRQ>@DQ$7@hV$QPypic0J9nT5eQaD)8S65C_RK1Z8Tu%+agEF z*xTBL5sm(MKxi0Gg+_V;aswh^Pbs^o*N682o=f55sbLKCD33gY^|sK?NeolWa6uqg z3ae*wZ!k_mL<3z!p%~D3>09Ss)5DSdgcDuu32w=edaaaH!9QnxpL>5WpK_ZZrIU}i zj)NKiuwV1T9DK-Ux_i1SWd-U#za@UfQkBAVrU=*p@naceKT4AF}hWHnCWbNUv1T2~I^kzE2?0`0jVd~dRw2flf79-i9ax*b`TS=ME9 zbdjmg@pc^o7vQcmi|7vy7B7b6b_K2clS+BZ7qy~S-G?vHgpFA#8ITQU4kQW?#J2o( zav&tKy`j@A7dmu4aTP^JUm7-0hqvqnB{;_dB1YkzlEW5KD$sRn(#nSRw3vu3o*Q6n94ua;?5$q;kXk6v;>|5-LO&c|YVH$+g_1 zTq$iP-4Z?i(Zg+~13rGjg60c>!94qhWM#)f0zeNkCS@LDp6NX)Cd--Xi)7IFNOmYM zjHh`zRY#sjQ-y5_I;aa`Qqq(asybTY^G5``cUv9-e@cq)|rQotYS0GxWDDslP){zO?l~)P`=|3ApvT-m<3~ zPm7?GzLuvkZCby^z<_eRBGkLRh zrfF_G4UI0NFnZ6w%o5K-fZ`YgZ#WBx<>D&C=jqxJAxbG|6T$s!Jf*HJn`d~-!K>LM zIKt0HU2KfWsMjzBJ9JP)M0~%HRgaUPEc`2%RlzvXh2t<|p96!Ow$NqdA;$BZS#tt( z(Qfn>(^++x?Ps!>HsbTIAPNjbcq%7I$VZbO1ovkNvYn6uK&bY2a@B5Vp!SijYIM(gZ9!5x+CdtSgC(MU9iGK`9#h=w1R{`UAqh@nB}+nt zV3T*9k#*b>=4dFTfwf5RJq%8^x?%--H6+M1<(s7MsI+{DJ4tY!r}vDiw_n z?#h(u5zQZ3u@1z3s&X+KZ;@qOL_gXawl@y#6LlX-4n@GsE8*7{%66Z4xA1}{h-1C@ zNqm+lt($6E(Dwb?ry-Kh!4}4ZaT+Tm6Cs<>|Lj8iG%SD0bkfskh_7;FGi>&wRwK?+ zusghc&<15NXi&~vOImqlYCuY($ptUfVZ;J&!NOyv@s1I)p|n^55gSjXr7B9%n<;aK zF00#`cVB*=^ebUbcRaGlSxRmmz^QghRU**h&e9|pj4ALiMr@e*g69>^N^pyi&X##P zK$%hBOOmAviepGxK~jZYnL?AnaBc6zcBOS<34{oe+bH>VmO)2LwY*B}gqU!B;#(%F00c)99)ifCBUBPvs|k++YQQH%ZkS|zhnKxZWCnF8XXAdoIN#6-oL;# zW0dX@2CHJw1qc#?eGFG3{mBszB35qVpKZ4Mfp+OLm*29;)TsF!iK`n8UQ)QTxyq-G zY{Qg^kKPPJVt=7}x^L`6-9u!Eq3~)Rs)Q7?7>7HC*naaCO*PLzkf`alg;7*Qj62{A z&HyXfV;&)r1afCbt+PZ^a&+4K#EG@oWLMOH`s2Xo7TFvCSS|cpSN!WsKI4ax1@W(C z+#X-<+!JQH=?Z~oDLr%u<&#zBZcSy|&dg_tzV^o>#R(QU5#(7P-8xlhWhb&f9_PSQ zQ!PsK(Vtk~fN;5jk{<*`(yDVqwrkESxU3~h0v~=>^b{50rgeEa;#Y9^0^7~svRc^! z%kCtBYSE16Yk$yVbnfxNlMyn^F`S;->>~lQ!2CwhSIcupUN#yiMzCp@=%2aMrJ+|S z=9q_3)>Zq<tr6&VqG?rI{RY1A9N{pcZWQCr=3c%0Gi5B|rVG=ibtl zbKM2EEp9WR?#xPp!d>mq@+7_~6iZ>VR3!8~k)TKgP5gKvOvO$fj`KCZ@-HD`O)(fu z#S8vb8fidU#wrl8$6U)dZo@c}JK>^?PigR=HYI5IVqsW?+ACGVE&BGWk(>82y6CqO z%8u%6=}(ifbWy6FhEkUP-m9eL$8^4#S`>yNarEd~TeZa-S()0}*a+WOpR2o)syp^2 z1$FZ^Em1woZ`JM*fZkD)+=*vr8}#KYXZR9%`qp%U6eiUW3|lNxdBPGIR=JVD85srp z-LLRBw!o#8&Z!}3cAxg@B!+9bbKBkGkLq!K7zvVVcr~w~dv7bxFex4^_=XBv%E*xBsWQ!@F#2VtdD z+F+ogTJi~71iic{AU3f<;Uu^Rr3wBHob!pL(&&uF458sBeOliO<`@p|w5iraO~i1( z)~^ct=`Wbey!H%T1;!FtXu#EJJ9wjeN7ASvN5=%Y*Yu|$VeUQ;snR%c6Fw*7+Mfi? z`t0Vbe&MO0B{&KnfEc+40Lb8I4aC@}V7K;|fx23eDl)QYPtMnvjsZJ>7?B-RBM)4c zaK4#Ak9$g)D6p-~@|JL;j~Hkla0zvVECT|x1EYFsgBk?|Ybr|YkDaT@6glJ@U7h9> zTGxGC@Z9LK>I9PS;(?#RUiPyO5my62HKm$ElZde#qZ`?{Oi$$@Z-GfJkw$?3*pCc$ zy?0Z?*0f)rzAfd_6_vqy4XJ{b71>yhMLmrgUyFt2SQcBsc_j|n(fkD&SH7;qOVb@# z=|`*vWYef`m}3d+Tno1Lx?XFoU-`bMSr07Iq*sad%A3DR12wDd1&4wsabUEUEX&!u z9&)=I*VyDCk$d%-BOBU(CJWIz3ld@wu75}jw@`pN)30fsVw81Bc^TATEKx>}FY=`# z9%N=uiv6p=TGhk478nf^!UGe_>O^u}k;@Fd_39g6|&wV$lv&HxTB(N zrb`zyH%|pXi~1S!SIKv$+;?O{W$al2CkP6IIw|fFW&b4x6;!<;5pTq*DI)HjLun9;JLHmt5iX&?1*VnY8-*+tu-RyG@ji!f$-TsRl0x~dS(PXyww&so~q?*<&dO1G0IviW_zW0a7ttYoXkdZIOh}@(( zQL{mQrnPuK#ApSFLVPKC_hn~=hR_Z9T4nLL+4+`^_eYFXpiom=TzRq1%h@vUc82OA zyIo4Zb&UH@)d|jMw;ESZDCk1w)NA!}xaY~YKYK1|gm>8z?sGqGDarZb&_oWAW!|>sQ&!El4Mw*FZ2~5lvHE9KxeLlp! z5coD++9DEHz=gI8#TrsTv5&TIJknWzr<)Re7GGZ$tu4Gw zUZ8=T9a?f3HJL&Na9EIncmSOzS6Q2`wfW;Th8sala$QVSo$o4b8gZqCH|iS=VyQbHh}0Q7z{xQ!xM%;pgc^E1aC&s5y@ zS9lYbgoLRf8;4$kgY#-fxjXFRqR@`E+M}Pl*bg)?@_zyC*7vM9Zds_o1ruf=Rf3|) o35?SF_{*!gBa2THQ_J4MV?mHFZ>*+13cvha$rRy2LH{V+;6aw+^Z)<= From aff509f5906ff1483165ff3cb5e5ffc4e15de66f Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Sat, 25 Mar 2023 11:52:00 +0100 Subject: [PATCH 032/101] adds new vignette --- vignettes/articles/irregular_areas.Rmd | 95 ++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 vignettes/articles/irregular_areas.Rmd diff --git a/vignettes/articles/irregular_areas.Rmd b/vignettes/articles/irregular_areas.Rmd new file mode 100644 index 000000000..a7406b1b1 --- /dev/null +++ b/vignettes/articles/irregular_areas.Rmd @@ -0,0 +1,95 @@ +--- +title: "Calculating landscape metrics for irregular areas" +date: "`r Sys.Date()`" +output: rmarkdown::html_vignette +vignette: > + %\VignetteIndexEntry{Calculating landscape metrics for irregular areas} + %\VignetteEncoding{UTF-8} + %\VignetteEngine{knitr::rmarkdown} +editor_options: + chunk_output_type: console +--- + +Landscape metrics are quantitative measures that describe the composition and configuration of a landscape. +In this vignette, we will use the R package **landscapemetrics** to calculate landscape metrics for irregular areas. + +To get started, we first need to install and attach the required R packages. +We will use **landscapemetrics**, **sf**, **terra**, and **tidyr** in this example: + +```{r load_libraries, message = FALSE, warning = FALSE} +library(landscapemetrics) +library(sf) +library(terra) +library(tidyr) +``` + +Next, we need to read in our example data. +In this case, we will use the Augusta NLCD dataset and an example set of irregular polygons provided by the **landscapemetrics** package: + +```{r} +# read example data ---------------------------------------------------- +augusta_nlcd = rast(landscapemetrics::augusta_nlcd) +data("irregular_areas", package = "landscapemetrics") + +plot(augusta_nlcd, type = "classes") +plot(st_geometry(irregular_areas), add = TRUE) +``` + +In the code above, we read in the Augusta NLCD dataset as a raster object and the example irregular polygons as an `sf` object. +We then plot both of these objects together to visualize our data. + +We can calculate landscape metrics for **the whole landscape** using the `calculate_lsm()` function: + +```{r} +# calculate lsm for the whole landscape ----------------------------------- +all_landscape = calculate_lsm(augusta_nlcd, what = c("lsm_l_ent", "lsm_l_condent", + "lsm_l_mutinf", "lsm_l_joinent", + "lsm_l_relmutinf")) + +all_landscape +``` + +Here, we specify the `what` argument to calculate a set of landscape metrics that include entropy, conditional entropy, mutual information, joint entropy, and relative mutual information. +We store the calculated landscape metrics in the `all_landscape` object. + +On the other hand, we can also calculate landscape metrics for irregular polygons using the `sample_lsm()` function: + +```{r} +# calculate lsm for irregular polygons ------------------------------------ +irr_landscapes = sample_lsm(augusta_nlcd, irregular_areas, + what = c("lsm_l_ent", "lsm_l_condent", + "lsm_l_mutinf", "lsm_l_joinent", + "lsm_l_relmutinf")) + +irr_landscapes +``` + +Here, we use the `sample_lsm()` function to calculate the same set of landscape metrics for our example set of irregular polygons. +We store the results in the `irr_landscapes` object. + +We can connect the calculated landscape metric values to our original polygons using the `pivot_wider()` function: + +```{r} +# connect values to polygons ---------------------------------------------- +irr_landscapes_w = pivot_wider(irr_landscapes, + id_cols = plot_id, + names_from = metric, + values_from = value) + +irregular_areas = cbind(irregular_areas, irr_landscapes_w) +``` + +Here, we pivot the `irr_landscapes` object from a long format to a wide format using the `pivot_wider()` function. +We specify the `id_cols`, `names_from`, and `values_from` arguments to connect the calculated landscape metric values to our original polygons. +We then add the calculated landscape metrics as columns to our original `irregular_areas` object using `cbind()`. + +Finally, we can visualize the calculated landscape metrics using the `plot()` function: + +```{r} +# viz results ------------------------------------------------------------- +plot(irregular_areas["ent"]) +plot(irregular_areas["condent"]) +plot(irregular_areas["mutinf"]) +plot(irregular_areas["joinent"]) +plot(irregular_areas["relmutinf"]) +``` From 0d9b7054c25e193ea5e89e38dede7dee94747eae Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Mon, 27 Mar 2023 17:52:07 +0200 Subject: [PATCH 033/101] Fix/update sampling extracting using SpatVector --- DESCRIPTION | 6 +- NAMESPACE | 6 +- NEWS.md | 2 + R/construct_buffer.R | 90 ++++--------------------- R/extract_lsm.R | 23 ++----- R/get_centroids.R | 11 ++- R/points_as_mat.R | 50 ++++++++++++++ R/sample_lsm.R | 49 +++++--------- man/construct_buffer.Rd | 19 +----- man/extract_lsm.Rd | 2 +- man/points_as_mat.Rd | 21 ++++++ man/sample_lsm.Rd | 2 +- tests/testthat/helper-points.R | 36 +++++++--- tests/testthat/test-construct-buffer.R | 16 ++--- tests/testthat/test-extract-lsm.R | 2 +- tests/testthat/test-get-centroids.R | 18 +++-- tests/testthat/test-sample-lsm.R | 37 +--------- vignettes/articles/guide_sample_lsm.Rmd | 2 +- 18 files changed, 165 insertions(+), 227 deletions(-) create mode 100644 R/points_as_mat.R create mode 100644 man/points_as_mat.Rd diff --git a/DESCRIPTION b/DESCRIPTION index acdc94ad5..4f1f4c94a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -52,7 +52,6 @@ Imports: cli, ggplot2, Rcpp, - sf, stats, terra, tibble @@ -63,8 +62,9 @@ Suggests: rmarkdown, testthat Enhances: - stars, - raster + raster, + sf, + stars LinkingTo: Rcpp, RcppArmadillo diff --git a/NAMESPACE b/NAMESPACE index 3575532be..0aaacbc7c 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,10 +1,5 @@ # Generated by roxygen2: do not edit by hand -S3method(construct_buffer,MULTIPOINT) -S3method(construct_buffer,POINT) -S3method(construct_buffer,matrix) -S3method(construct_buffer,sf) -S3method(construct_buffer,sfc) S3method(landscape_as_list,RasterBrick) S3method(landscape_as_list,RasterLayer) S3method(landscape_as_list,RasterStack) @@ -164,6 +159,7 @@ export(lsm_p_shape) export(matrix_to_raster) export(options_landscapemetrics) export(pad_raster) +export(points_as_mat) export(proj_info) export(raster_to_points) export(rcpp_get_nearest_neighbor) diff --git a/NEWS.md b/NEWS.md index 077a6f30a..f80b94bb6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,8 @@ # landscapemetrics 2.0.0 * Improvements * `terra` and `sf` instead of `raster` and `sp` as underlying frameworks +* New functions + * `points_as_mat()` helper function # landscapemetrics 1.5.6 * Bugfixes diff --git a/R/construct_buffer.R b/R/construct_buffer.R index 6a5d4b968..d2a44f149 100644 --- a/R/construct_buffer.R +++ b/R/construct_buffer.R @@ -6,7 +6,7 @@ #' @param shape String specifying plot shape. Either "circle" or "square" #' @param size Size of sample plot. Equals the radius for circles or the #' side-length for squares in mapunits -#' @param return_sf If true, sf objects are returned. +#' @param return_vec If true, vector objects are returned. #' @param verbose Print warning messages. #' #' @return @@ -22,71 +22,10 @@ #' @keywords internal #' #' @export -construct_buffer <- function(coords, shape, size, return_sf, verbose) UseMethod("construct_buffer") +construct_buffer <- function(coords, shape , size, return_vec = TRUE, verbose = TRUE) { -#' @name construct_buffer -#' @export -construct_buffer.MULTIPOINT <- function(coords, shape, size, - return_sf = TRUE, verbose = TRUE) { - - coords <- matrix(sf::st_coordinates(coords)[, 1:2], ncol = 2) - - construct_buffer_internal(coords, shape, size, - return_sf = return_sf, verbose = verbose) -} - -#' @name construct_buffer -#' @export -construct_buffer.POINT <- function(coords, shape, size, - return_sf = TRUE, verbose = TRUE) { - - coords <- matrix(sf::st_coordinates(coords)[, 1:2], ncol = 2) - - construct_buffer_internal(coords, shape, size, - return_sf = return_sf, verbose = verbose) -} - -#' @name construct_buffer -#' @export -construct_buffer.sf <- function(coords, shape, size, - return_sf = TRUE, verbose = TRUE) { - - if (all(sf::st_geometry_type(coords) %in% c("POINT", "MULTIPOINT"))) { - - coords <- matrix(sf::st_coordinates(coords)[, 1:2], ncol = 2) - - construct_buffer_internal(coords, shape, size, - return_sf = return_sf, verbose = verbose) - } - - else{stop("Only POINT or MULTIPOINT features supported!!11!!1!!")} -} - -#' @name construct_buffer -#' @export -construct_buffer.sfc <- function(coords, shape, size, - return_sf = TRUE, verbose = TRUE) { - - if (all(sf::st_geometry_type(coords) %in% c("POINT", "MULTIPOINT"))) { - - coords <- matrix(sf::st_coordinates(coords)[, 1:2], ncol = 2) - - construct_buffer_internal(coords, shape, size, - return_sf = return_sf, verbose = verbose) - } - - else{stop("Only POINT or MULTIPOINT features supported!!11!!1!!")} -} - -#' @name construct_buffer -#' @export -construct_buffer.matrix <- function(coords, shape , size, return_sf = TRUE, verbose = TRUE) { - - construct_buffer_internal(coords, shape, size, - return_sf = return_sf, verbose = verbose) -} - -construct_buffer_internal <- function(coords, shape , size, return_sf = TRUE, verbose = TRUE) { + # make sure coords are matrix + coords <- points_as_mat(pts = coords) if (verbose) { @@ -115,28 +54,25 @@ construct_buffer_internal <- function(coords, shape , size, return_sf = TRUE, ve sample_plots <- cbind( matrix( - c(coords[, 1] - size, - coords[, 1] - size, - coords[, 1] + size, - coords[, 1] + size), + c(coords[, 1] - size, coords[, 1] - size, + coords[, 1] + size, coords[, 1] + size), ncol = 1), matrix( - c(coords[, 2] - size, - coords[, 2] + size, - coords[, 2] + size, - coords[, 2] - size), + c(coords[, 2] - size, coords[, 2] + size, + coords[, 2] + size, coords[, 2] - size), ncol = 1), rep(seq_len(nrow(coords)), times = 4) ) } - else{ + else { stop(paste0("Shape option ", shape, " unkown."), call. = FALSE) + } - if (return_sf) { + if (return_vec) { sample_plots <- split(sample_plots[, -3], sample_plots[, 3]) @@ -144,11 +80,11 @@ construct_buffer_internal <- function(coords, shape , size, return_sf = TRUE, ve mat <- matrix(x, ncol = 2) - sf::st_polygon(list(rbind(mat, mat[1, ]))) + terra::vect(x = mat, type = "polygon") }) - sample_plots <- sf::st_sf(data.frame(id = 1:nrow(coords), geom = sf::st_sfc(sample_plots))) + sample_plots <- terra::vect(sample_plots) } diff --git a/R/extract_lsm.R b/R/extract_lsm.R index cbd669f95..8663dea57 100644 --- a/R/extract_lsm.R +++ b/R/extract_lsm.R @@ -3,7 +3,7 @@ #' @description Extract metrics #' #' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. -#' @param y 2-column matrix with coordinates or sf point or line geometries. +#' @param y 2-column matrix with coordinates or sf point geometries. #' @param extract_id Vector with id of sample points. If not provided, sample #' points will be labelled 1...n. #' @param metric Abbreviation of metrics (e.g. 'area'). @@ -98,22 +98,8 @@ extract_lsm_internal <- function(landscape, y, extract_id, metric, name, type, w } - # convert to coords if sf object is provided - if (inherits(x = y, what = "sf") | inherits(x = y, what = "sfc") | inherits(x = y, what = "sfg") | - inherits(x = y, what = "SpatVector")) { - - if (terra::geomtype(y) != "points") stop("landscapemetrics currently only supports point features for metrics extraction", - call. = FALSE) - - y <- terra::vect(y) - - y <- matrix(terra::crds(y), ncol = 2) - - } else if (!inherits(x = y, what = "matrix")) { - - stop("'y' must be a matrix or sf object.", call. = FALSE) - - } + # convert to coordinates + y <- points_as_mat(pts = y) # get patches of landscape landscape_labeled <- get_patches(landscape, directions = directions,)[[1]] @@ -160,8 +146,7 @@ extract_lsm_internal <- function(landscape, y, extract_id, metric, name, type, w # only patchs that contain a sample point extract_metrics <- merge(x = metrics, y = point_id, - by = "id", - all.x = FALSE, all.y = FALSE, sort = FALSE) + by = "id", all.x = FALSE, all.y = FALSE, sort = FALSE) # order cols extract_metrics <- extract_metrics[, c(names(metrics), "extract_id")] diff --git a/R/get_centroids.R b/R/get_centroids.R index a4bb56f61..cfe3fbc58 100644 --- a/R/get_centroids.R +++ b/R/get_centroids.R @@ -7,7 +7,7 @@ #' connected: 4 (rook's case) or 8 (queen's case). #' @param cell_center If true, the coordinates of the centroid are forced to be #' a cell center within the patch. -#' @param return_sf If true, a sf object is returned. +#' @param return_vec If true, a sf object is returned. #' @param verbose Print warning messages #' #' @details @@ -26,11 +26,11 @@ #' #' @export get_centroids <- function(landscape, directions = 8, cell_center = FALSE, - return_sf = FALSE, verbose = TRUE) { + return_vec = FALSE, verbose = TRUE) { landscape <- landscape_as_list(landscape) - if (return_sf) { + if (return_vec) { crs <- terra::crs(landscape[[1]]) @@ -49,10 +49,9 @@ get_centroids <- function(landscape, directions = 8, cell_center = FALSE, result <- tibble::add_column(result, layer, .before = TRUE) - if (return_sf) { - - result <- sf::st_as_sf(result, coords = c("x","y"), crs = crs) + if (return_vec) { + result <- terra::vect(result, geom=c("x", "y"), crs = crs) } return(result) diff --git a/R/points_as_mat.R b/R/points_as_mat.R new file mode 100644 index 000000000..974022200 --- /dev/null +++ b/R/points_as_mat.R @@ -0,0 +1,50 @@ +#' points_as_mat +#' +#' @description Points as matrix +#' +#' @param pts SpatVector points or sf object +#' +#' @details +#' Converts sf points to coordinates matrix +#' +#' @return matrix +#' +#' @aliases points_as_mat +#' @rdname points_as_mat +#' +#' @keywords internal +#' +#' @export +points_as_mat = function(pts) { + + # convert to coords if sf object is provided + if (inherits(x = pts, what = "sf") | inherits(x = pts, what = "sfc") | inherits(x = pts, what = "sfg") | + inherits(x = pts, what = "SpatVector")) { + + # convert to terra + pts <- as(pts, "SpatVector") + + # check of points + if (terra::geomtype(pts) != "points") stop("landscapemetrics currently only supports point or polygon features.", + call. = FALSE) + + # get coords + mat <- matrix(terra::crds(pts), ncol = 2) + + return(mat) + + # already matrix provided + } else if (inherits(x = pts, what = "matrix")) { + + # return error if not just two cols + if (ncol(pts) != 2) stop("Please provide a matrix with coords, point or polygon object.", call. = FALSE) + + return(pts) + + # not supported class at all + } else { + + stop("'y' must be a matrix, SpatVecotr, or sf object.", call. = FALSE) + + } +} diff --git a/R/sample_lsm.R b/R/sample_lsm.R index 044f424fe..2b6f7cda9 100644 --- a/R/sample_lsm.R +++ b/R/sample_lsm.R @@ -3,7 +3,7 @@ #' @description Sample metrics #' #' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. -#' @param y 2-column matrix with coordinates, sf points or sf polygons. +#' @param y 2-column matrix with coordinates or sf point geometries. #' @param plot_id Vector with id of sample points. If not provided, sample #' points will be labelled 1...n. #' @param shape String specifying plot shape. Either "circle" or "square" @@ -107,46 +107,31 @@ sample_lsm_int <- function(landscape, } - if (inherits(x = y, what = "matrix") | inherits(x = y, what = "POINT") | inherits(x = y, what = "MULTIPOINT")) { + # check if y is sf object + if (inherits(x = y, what = "sf") | inherits(x = y, what = "sfc") | inherits(x = y, what = "sfg") | + inherits(x = y, what = "SpatVector")) { - if (ncol(y) != 2 & verbose) { - warning("'y' should be a two column matrix including x- and y-coordinates.", - call. = FALSE) - } - - # construct plot area around sample sample_points - y <- construct_buffer(coords = y, shape = shape, - size = size, verbose = verbose) - - } else if (inherits(x = y, what = "POLYGON") | inherits(x = y, what = "MULTIPOLYGON")) { # check for sf polygon classes - - y <- sf::st_sf(data.frame(id = 1:length(y), geom = sf::st_sfc(y))) - - } else if (inherits(x = y, what = "sf")) { + # convert to terra + y <- as(y, "SpatVector") - if (all(sf::st_geometry_type(y) %in% c("POINT", "MULTIPOINT"))) { + if (terra::geomtype(y) == "points") y <- construct_buffer(coords = y, shape = shape, size = size, + return_vec = TRUE, verbose = verbose) - # construct plot area around sample sample_points - y <- construct_buffer(coords = y, shape = shape, - size = size, verbose = verbose) + # y should be matrix or points + } else if (inherits(x = y, what = "matrix")) { - } else if (all(sf::st_geometry_type(y) %in% c("POLYGON", "MULTIPOLYGON"))) { + y <- construct_buffer(coords = y, shape = shape, size = size, + return_vec = TRUE, verbose = verbose) - print("Nothing to do") - - } else { - - stop("landscapemetrics currently only supports matrix, sf points or polygon features for landscape metric sampling.") - - } } else { - stop( - "landscapemetrics currently only supports matrix, sf points or polygon features for landscape metric sampling." - ) + stop("Please provide a matrix with coords, points or polygons object.", call. = FALSE) } + # check if y is a polygon + if (terra::geomtype(y) != "polygons") stop("Please provide polygon object.", call. = FALSE) + # check if length is identical if ids are provided if (!is.null(plot_id)) { @@ -162,7 +147,7 @@ sample_lsm_int <- function(landscape, } # get area of all polygons - maximum_area <- sf::st_area(y) / 10000 + maximum_area <- terra::expanse(y) / 10000 number_plots <- nrow(y) diff --git a/man/construct_buffer.Rd b/man/construct_buffer.Rd index c2f6f3541..603410635 100644 --- a/man/construct_buffer.Rd +++ b/man/construct_buffer.Rd @@ -2,24 +2,9 @@ % Please edit documentation in R/construct_buffer.R \name{construct_buffer} \alias{construct_buffer} -\alias{construct_buffer.MULTIPOINT} -\alias{construct_buffer.POINT} -\alias{construct_buffer.sf} -\alias{construct_buffer.sfc} -\alias{construct_buffer.matrix} \title{construct_buffer} \usage{ -construct_buffer(coords, shape, size, return_sf, verbose) - -\method{construct_buffer}{MULTIPOINT}(coords, shape, size, return_sf = TRUE, verbose = TRUE) - -\method{construct_buffer}{POINT}(coords, shape, size, return_sf = TRUE, verbose = TRUE) - -\method{construct_buffer}{sf}(coords, shape, size, return_sf = TRUE, verbose = TRUE) - -\method{construct_buffer}{sfc}(coords, shape, size, return_sf = TRUE, verbose = TRUE) - -\method{construct_buffer}{matrix}(coords, shape, size, return_sf = TRUE, verbose = TRUE) +construct_buffer(coords, shape, size, return_vec = TRUE, verbose = TRUE) } \arguments{ \item{coords}{SpatialPoints or 2-column matrix with coordinates of sample points} @@ -29,7 +14,7 @@ construct_buffer(coords, shape, size, return_sf, verbose) \item{size}{Size of sample plot. Equals the radius for circles or the side-length for squares in mapunits} -\item{return_sf}{If true, sf objects are returned.} +\item{return_vec}{If true, vector objects are returned.} \item{verbose}{Print warning messages.} } diff --git a/man/extract_lsm.Rd b/man/extract_lsm.Rd index 69514dc37..d4837e464 100644 --- a/man/extract_lsm.Rd +++ b/man/extract_lsm.Rd @@ -21,7 +21,7 @@ extract_lsm( \arguments{ \item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} -\item{y}{2-column matrix with coordinates or sf point or line geometries.} +\item{y}{2-column matrix with coordinates or sf point geometries.} \item{extract_id}{Vector with id of sample points. If not provided, sample points will be labelled 1...n.} diff --git a/man/points_as_mat.Rd b/man/points_as_mat.Rd new file mode 100644 index 000000000..131bc15b0 --- /dev/null +++ b/man/points_as_mat.Rd @@ -0,0 +1,21 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/points_as_mat.R +\name{points_as_mat} +\alias{points_as_mat} +\title{points_as_mat} +\usage{ +points_as_mat(pts) +} +\arguments{ +\item{pts}{sf object} +} +\value{ +matrix +} +\description{ +Points as matrix +} +\details{ +Converts sf points to coordinates matrix +} +\keyword{internal} diff --git a/man/sample_lsm.Rd b/man/sample_lsm.Rd index 0b64f8773..0d3f189ee 100644 --- a/man/sample_lsm.Rd +++ b/man/sample_lsm.Rd @@ -20,7 +20,7 @@ sample_lsm( \arguments{ \item{landscape}{A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.} -\item{y}{2-column matrix with coordinates, sf points or sf polygons.} +\item{y}{2-column matrix with coordinates or sf point geometries.} \item{plot_id}{Vector with id of sample points. If not provided, sample points will be labelled 1...n.} diff --git a/tests/testthat/helper-points.R b/tests/testthat/helper-points.R index de940f43c..36da96042 100644 --- a/tests/testthat/helper-points.R +++ b/tests/testthat/helper-points.R @@ -1,18 +1,36 @@ +sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) -points_matrix <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) +points_geom <- sf::st_multipoint(sample_points) # points_sp <- sp::SpatialPoints(matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE)) # # points_spdf <- sp::SpatialPointsDataFrame(matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE), # data = data.frame(ID = rep(1,3))) -# points_point <- sf::st_point(matrix(c(10, 5), ncol = 2, byrow = TRUE)) -# -# points_multipoint <- sf::st_multipoint(matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE)) +points_sfc <- sf::st_sfc(points_geom, points_geom) + +points_sf <- sf::st_sf(geometry = sf::st_sfc(points_geom), + ID = 3) + +# wrong plots +sample_points_wrong <- cbind(sample_points, 1) + +# # use polygons +# poly_1 <- sp::Polygon(cbind(c(2.5, 2.5, 17.5, 17.5), +# c(-2.5, 12.5, 12.5, -2.5))) +# poly_2 <- sp::Polygon(cbind(c(7.5, 7.5, 23.5, 23.5), +# c(-7.5, 23.5, 23.5, -7.5))) +# poly_1 <- sp::Polygons(list(poly_1), "p1") +# poly_2 <- sp::Polygons(list(poly_2), "p2") + +# sample_plots <- sp::SpatialPolygons(list(poly_1, poly_2)) + +# # use lines +# x1 <- c(1, 5, 15, 10) +# y1 <- c(1, 5, 15, 25) # -# points_sfc <- sf::st_sfc(sf::st_multipoint(matrix(c(10, 5, 25, 15), ncol = 2, byrow = TRUE)), -# sf::st_multipoint(matrix(c(5, 25, 15, 25), ncol = 2, byrow = TRUE))) +# x2 <- c(10, 25) +# y2 <- c(5, 5) # -# points_sf <- sf::st_sf(geometry = sf::st_sfc(sf::st_multipoint(matrix(c(10, 5, 25, 15, 5, 25), -# ncol = 2, byrow = TRUE))), -# ID = 3) +# sample_lines <- sp::SpatialLines(list(sp::Lines(list(sp::Line(cbind(x1, y1)), +# sp::Line(cbind(x2, y2))), ID = "a"))) diff --git a/tests/testthat/test-construct-buffer.R b/tests/testthat/test-construct-buffer.R index 636342d14..273bd16ac 100644 --- a/tests/testthat/test-construct-buffer.R +++ b/tests/testthat/test-construct-buffer.R @@ -1,23 +1,21 @@ context("construct_buffer") -sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) -points_sf <- sf::st_multipoint(sample_points) - test_that("construct_buffer is typestable", { - expect_is(construct_buffer(sample_points, shape = "circle", size = 5), "sf") - expect_is(construct_buffer(points_sf, shape = "square", size = 5), "sf") + expect_is(construct_buffer(sample_points, shape = "circle", size = 5), "SpatVector") + expect_is(construct_buffer(points_geom, shape = "square", size = 5), "SpatVector") + expect_is(construct_buffer(points_sfc, shape = "square", size = 5), "SpatVector") + }) test_that("construct_buffer can return a matrix", { expect_is(construct_buffer(sample_points, shape = "circle", size = 5, - return_sf = FALSE), "matrix") + return_vec = FALSE), "matrix") - expect_is(construct_buffer(points_sf, - shape = "circle", size = 5, - return_sf = FALSE), "matrix") + expect_is(construct_buffer(points_sf, shape = "circle", size = 5, + return_vec = FALSE), "matrix") }) test_that("construct_buffer returns error for unkown shape", { diff --git a/tests/testthat/test-extract-lsm.R b/tests/testthat/test-extract-lsm.R index 581b002c9..2af6b37c3 100644 --- a/tests/testthat/test-extract-lsm.R +++ b/tests/testthat/test-extract-lsm.R @@ -121,7 +121,7 @@ test_that("extract_lsm throws errors", { fixed = TRUE) expect_error(extract_lsm(landscape, y = 1:3), - regexp = "'y' must be a matrix or sf object.", + regexp = "'y' must be a matrix, SpatVecotr, or sf object.", fixed = TRUE) }) diff --git a/tests/testthat/test-get-centroids.R b/tests/testthat/test-get-centroids.R index 3cb234e8c..25afe3ba5 100644 --- a/tests/testthat/test-get-centroids.R +++ b/tests/testthat/test-get-centroids.R @@ -1,10 +1,12 @@ context("get_centroids") +centroids <- get_centroids(landscape, verbose = FALSE) + test_that("get_centroids runs for all data types", { - raster_layer <- get_centroids(landscape) - raster_stack <- get_centroids(landscape_stack) - raster_list <- get_centroids(landscape_list) + raster_layer <- get_centroids(landscape, verbose = FALSE) + raster_stack <- get_centroids(landscape_stack, verbose = FALSE) + raster_list <- get_centroids(landscape_list, verbose = FALSE) expect_is(raster_layer, "tbl_df") expect_is(raster_stack, "tbl_df") @@ -13,8 +15,6 @@ test_that("get_centroids runs for all data types", { test_that("get_centroids returns in every column the correct type", { - centroids <- get_centroids(landscape) - expect_type(centroids$layer, "integer") expect_type(centroids$level, "character") expect_type(centroids$class, "integer") @@ -25,8 +25,6 @@ test_that("get_centroids returns in every column the correct type", { test_that("get_centroids returns centroid for each patch", { - centroids <- get_centroids(landscape) - np <- lsm_l_np(landscape) expect_true(object = nrow(centroids) == np$value) @@ -47,8 +45,8 @@ test_that("get_centroids allows to set cell_center", { test_that("get_centroids can return sf", { - centroids_sp <- get_centroids(landscape, cell_center = TRUE, - return_sf = TRUE) + centroids_spat <- get_centroids(landscape, cell_center = TRUE, return_vec = TRUE, + verbose = FALSE) - expect_is(centroids_sp, "sf") + expect_is(centroids_spat, "SpatVector") }) diff --git a/tests/testthat/test-sample-lsm.R b/tests/testthat/test-sample-lsm.R index d990876b1..cfe76f63f 100644 --- a/tests/testthat/test-sample-lsm.R +++ b/tests/testthat/test-sample-lsm.R @@ -1,34 +1,5 @@ context("sample_lsm") -# use a matrix -sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) - -# use sp points -points_sf <- sf::st_multipoint(sample_points) - -# # use polygons -# poly_1 <- sp::Polygon(cbind(c(2.5, 2.5, 17.5, 17.5), -# c(-2.5, 12.5, 12.5, -2.5))) -# poly_2 <- sp::Polygon(cbind(c(7.5, 7.5, 23.5, 23.5), -# c(-7.5, 23.5, 23.5, -7.5))) -# poly_1 <- sp::Polygons(list(poly_1), "p1") -# poly_2 <- sp::Polygons(list(poly_2), "p2") - -# sample_plots <- sp::SpatialPolygons(list(poly_1, poly_2)) - -# wrong plots -sample_points_wrong <- cbind(sample_points, 1) - -# # use lines -# x1 <- c(1, 5, 15, 10) -# y1 <- c(1, 5, 15, 25) -# -# x2 <- c(10, 25) -# y2 <- c(5, 5) -# -# sample_lines <- sp::SpatialLines(list(sp::Lines(list(sp::Line(cbind(x1, y1)), -# sp::Line(cbind(x2, y2))), ID = "a"))) - test_that("sample_lsm works for a matrix", { result_mat <- sample_lsm(landscape, @@ -167,7 +138,7 @@ test_that("sample_lsm returns errors", { expect_error(sample_lsm(landscape, y = 1:3, size = 5), - regexp = "landscapemetrics currently only supports matrix, sf points or polygon features for landscape metric sampling.", + regexp = "Please provide a matrix with coords, points or polygons object.", fixed = TRUE) expect_error(sample_lsm(landscape, @@ -180,12 +151,6 @@ test_that("sample_lsm returns errors", { test_that("sample_lsm returns warnings", { - expect_warning(sample_lsm(landscape, - y = sample_points_wrong, size = 5, - what = "lsm_l_pr"), - regexp = "'y' should be a two column matrix including x- and y-coordinates.", - fixed = TRUE) - expect_warning(sample_lsm(landscape, y = sample_points, size = 50, what = "lsm_l_ta"), regexp = "The 'perecentage_inside' is below 90% for at least one buffer.", diff --git a/vignettes/articles/guide_sample_lsm.Rmd b/vignettes/articles/guide_sample_lsm.Rmd index a05d9c52b..94b93afa8 100644 --- a/vignettes/articles/guide_sample_lsm.Rmd +++ b/vignettes/articles/guide_sample_lsm.Rmd @@ -95,7 +95,7 @@ Therefore, we report the actual clipped sample plot area relative in relation to ```{r, echo = FALSE, fig.align = "center"} sample_plots <- data.frame(construct_buffer(coords = points, shape = "circle", - size = 10, return_sf = FALSE)) + size = 10, return_vec = FALSE)) ggplot(data = terra::as.data.frame(landscape, xy = TRUE)) + geom_raster(aes(x = x, y = y, fill = factor(clumps))) + From 15afaa7d80853eb00c964708aa397fd4fb1c3aad Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Tue, 28 Mar 2023 09:22:26 +0200 Subject: [PATCH 034/101] Clean tests --- DESCRIPTION | 2 + R/landscape_as_list.R | 2 +- R/points_as_mat.R | 6 +- R/sample_lsm.R | 4 +- man/get_centroids.Rd | 4 +- man/points_as_mat.Rd | 2 +- tests/testthat.R | 1 - tests/testthat/helper-landscapes.R | 4 +- tests/testthat/helper-points.R | 46 ++++----- tests/testthat/test-calculate-lsm.R | 6 ++ tests/testthat/test-construct-buffer.R | 5 +- tests/testthat/test-different-classes.R | 12 --- tests/testthat/test-extract-lsm.R | 71 ++++---------- .../{test_fragstats.R => test-fragstats.R} | 0 tests/testthat/test-matrix-to-raster.R | 2 +- tests/testthat/test-points-as-matrix.R | 13 +++ tests/testthat/test-sample-lsm.R | 98 +++++++------------ tests/testthat/test-show-patches.R | 1 - vignettes/articles/guide_sample_lsm.Rmd | 2 - 19 files changed, 109 insertions(+), 172 deletions(-) delete mode 100644 tests/testthat/test-different-classes.R rename tests/testthat/{test_fragstats.R => test-fragstats.R} (100%) create mode 100644 tests/testthat/test-points-as-matrix.R diff --git a/DESCRIPTION b/DESCRIPTION index 4f1f4c94a..53e39327d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -51,6 +51,7 @@ Depends: Imports: cli, ggplot2, + methods, Rcpp, stats, terra, @@ -64,6 +65,7 @@ Suggests: Enhances: raster, sf, + sp, stars LinkingTo: Rcpp, diff --git a/R/landscape_as_list.R b/R/landscape_as_list.R index d0dcf54d7..a70f7248c 100644 --- a/R/landscape_as_list.R +++ b/R/landscape_as_list.R @@ -61,7 +61,7 @@ landscape_as_list.RasterStack <- function(landscape) { #' @export landscape_as_list.stars <- function(landscape) { - landscape <- terra::rast(landscape) + landscape <- terra::rast(methods::as(landscape, "Raster")) landscape <- terra::as.list(landscape) return(landscape) diff --git a/R/points_as_mat.R b/R/points_as_mat.R index 974022200..e8c8fba99 100644 --- a/R/points_as_mat.R +++ b/R/points_as_mat.R @@ -19,10 +19,10 @@ points_as_mat = function(pts) { # convert to coords if sf object is provided if (inherits(x = pts, what = "sf") | inherits(x = pts, what = "sfc") | inherits(x = pts, what = "sfg") | - inherits(x = pts, what = "SpatVector")) { + inherits(x = pts, what = "SpatialPoints") | inherits(x = pts, what = "SpatVector")) { # convert to terra - pts <- as(pts, "SpatVector") + pts <- methods::as(pts, "SpatVector") # check of points if (terra::geomtype(pts) != "points") stop("landscapemetrics currently only supports point or polygon features.", @@ -44,7 +44,7 @@ points_as_mat = function(pts) { # not supported class at all } else { - stop("'y' must be a matrix, SpatVecotr, or sf object.", call. = FALSE) + stop("'y' must be a matrix, SpatVector, or sf object.", call. = FALSE) } } diff --git a/R/sample_lsm.R b/R/sample_lsm.R index 2b6f7cda9..52de97d6e 100644 --- a/R/sample_lsm.R +++ b/R/sample_lsm.R @@ -109,10 +109,10 @@ sample_lsm_int <- function(landscape, # check if y is sf object if (inherits(x = y, what = "sf") | inherits(x = y, what = "sfc") | inherits(x = y, what = "sfg") | - inherits(x = y, what = "SpatVector")) { + inherits(x = y, what = "SpatialPolygons") | inherits(x = y, what = "SpatVector")) { # convert to terra - y <- as(y, "SpatVector") + y <- methods::as(y, "SpatVector") if (terra::geomtype(y) == "points") y <- construct_buffer(coords = y, shape = shape, size = size, return_vec = TRUE, verbose = verbose) diff --git a/man/get_centroids.Rd b/man/get_centroids.Rd index 57b24258f..1f67d3c41 100644 --- a/man/get_centroids.Rd +++ b/man/get_centroids.Rd @@ -8,7 +8,7 @@ get_centroids( landscape, directions = 8, cell_center = FALSE, - return_sf = FALSE, + return_vec = FALSE, verbose = TRUE ) } @@ -21,7 +21,7 @@ connected: 4 (rook's case) or 8 (queen's case).} \item{cell_center}{If true, the coordinates of the centroid are forced to be a cell center within the patch.} -\item{return_sf}{If true, a sf object is returned.} +\item{return_vec}{If true, a sf object is returned.} \item{verbose}{Print warning messages} } diff --git a/man/points_as_mat.Rd b/man/points_as_mat.Rd index 131bc15b0..9bfe05a6c 100644 --- a/man/points_as_mat.Rd +++ b/man/points_as_mat.Rd @@ -7,7 +7,7 @@ points_as_mat(pts) } \arguments{ -\item{pts}{sf object} +\item{pts}{SpatVector points or sf object} } \value{ matrix diff --git a/tests/testthat.R b/tests/testthat.R index 39955bcb1..987d804ad 100644 --- a/tests/testthat.R +++ b/tests/testthat.R @@ -1,5 +1,4 @@ library(testthat) library(landscapemetrics) -library(terra) test_check("landscapemetrics") diff --git a/tests/testthat/helper-landscapes.R b/tests/testthat/helper-landscapes.R index eb0d6de9a..f6de50027 100644 --- a/tests/testthat/helper-landscapes.R +++ b/tests/testthat/helper-landscapes.R @@ -4,6 +4,8 @@ landscape <- terra::rast(landscapemetrics::landscape) augusta_nlcd <- terra::rast(landscapemetrics::augusta_nlcd) podlasie_ccilc <- terra::rast(landscapemetrics::podlasie_ccilc) +landscape_ras <- raster::raster(landscape) + landscape_matrix <- terra::as.matrix(landscape, wide = TRUE) landscape_stack <- c(landscape, landscape) @@ -21,4 +23,4 @@ landscape_diff_res <- terra::aggregate(landscape, fact = c(1,2)) landscape_NA <- landscape terra::values(landscape_NA) <- NA -# landscape_stars <- stars::st_as_stars(landscape) +augusta_nlcd_stars <- stars::st_as_stars(augusta_nlcd) diff --git a/tests/testthat/helper-points.R b/tests/testthat/helper-points.R index 36da96042..06266061c 100644 --- a/tests/testthat/helper-points.R +++ b/tests/testthat/helper-points.R @@ -1,36 +1,28 @@ sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) -points_geom <- sf::st_multipoint(sample_points) +points_multi <- sf::st_multipoint(sample_points) -# points_sp <- sp::SpatialPoints(matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE)) -# -# points_spdf <- sp::SpatialPointsDataFrame(matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE), -# data = data.frame(ID = rep(1,3))) +points_sp <- sp::SpatialPoints(sample_points) -points_sfc <- sf::st_sfc(points_geom, points_geom) +points_spdf <- sp::SpatialPointsDataFrame(sample_points, data = data.frame(ID = rep(1,3))) -points_sf <- sf::st_sf(geometry = sf::st_sfc(points_geom), - ID = 3) +points_sf <- sf::st_sfc(points_multi, points_multi) + +points_sfc <- sf::st_sf(geometry = sf::st_sfc(points_multi), + ID = 3) + +points_terra <- terra::vect(sample_points) # wrong plots sample_points_wrong <- cbind(sample_points, 1) -# # use polygons -# poly_1 <- sp::Polygon(cbind(c(2.5, 2.5, 17.5, 17.5), -# c(-2.5, 12.5, 12.5, -2.5))) -# poly_2 <- sp::Polygon(cbind(c(7.5, 7.5, 23.5, 23.5), -# c(-7.5, 23.5, 23.5, -7.5))) -# poly_1 <- sp::Polygons(list(poly_1), "p1") -# poly_2 <- sp::Polygons(list(poly_2), "p2") - -# sample_plots <- sp::SpatialPolygons(list(poly_1, poly_2)) - -# # use lines -# x1 <- c(1, 5, 15, 10) -# y1 <- c(1, 5, 15, 25) -# -# x2 <- c(10, 25) -# y2 <- c(5, 5) -# -# sample_lines <- sp::SpatialLines(list(sp::Lines(list(sp::Line(cbind(x1, y1)), -# sp::Line(cbind(x2, y2))), ID = "a"))) +# use polygons +poly_1 <- sf::st_polygon(list(cbind(c(2.5, 2.5, 17.5, 17.5, 2.5), + c(-2.5, 12.5, 12.5, -2.5, -2.5))), "p1") + +poly_2 <- sf::st_polygon(list(cbind(c(7.5, 7.5, 23.5, 23.5, 7.5), + c(-7.5, 23.5, 23.5, -7.5, -7.5))), "p2") + +sample_plots <- sf::st_sfc(poly_1, poly_2) + +sample_plots_sp <- as(sample_plots, "Spatial") diff --git a/tests/testthat/test-calculate-lsm.R b/tests/testthat/test-calculate-lsm.R index b78964eef..343ce0a63 100644 --- a/tests/testthat/test-calculate-lsm.R +++ b/tests/testthat/test-calculate-lsm.R @@ -9,6 +9,12 @@ test_that("calculate_lsm can take different raster inputs", { expect_is(calculate_lsm(landscape_list, what = "lsm_l_ta", verbose = FALSE), "tbl_df") + expect_is(calculate_lsm(landscape_ras, what = "lsm_l_ta", + verbose = FALSE), "tbl_df") + + expect_is(calculate_lsm(augusta_nlcd_stars, what = "lsm_l_ta", + verbose = FALSE), "tbl_df") + }) test_that("calculate_lsm can calculate patch metrics", { diff --git a/tests/testthat/test-construct-buffer.R b/tests/testthat/test-construct-buffer.R index 273bd16ac..d7084af97 100644 --- a/tests/testthat/test-construct-buffer.R +++ b/tests/testthat/test-construct-buffer.R @@ -3,15 +3,12 @@ context("construct_buffer") test_that("construct_buffer is typestable", { expect_is(construct_buffer(sample_points, shape = "circle", size = 5), "SpatVector") - expect_is(construct_buffer(points_geom, shape = "square", size = 5), "SpatVector") - expect_is(construct_buffer(points_sfc, shape = "square", size = 5), "SpatVector") }) test_that("construct_buffer can return a matrix", { - expect_is(construct_buffer(sample_points, - shape = "circle", size = 5, + expect_is(construct_buffer(sample_points, shape = "circle", size = 5, return_vec = FALSE), "matrix") expect_is(construct_buffer(points_sf, shape = "circle", size = 5, diff --git a/tests/testthat/test-different-classes.R b/tests/testthat/test-different-classes.R deleted file mode 100644 index 236e65bde..000000000 --- a/tests/testthat/test-different-classes.R +++ /dev/null @@ -1,12 +0,0 @@ -context("test different classes") - -landscape_stack = c(landscape) -# landscape_stars = stars::st_as_stars(landscape) -landscape_list = list(landscape) - -ent_landscape = lsm_l_ent(landscape) - -expect_equal(ent_landscape, lsm_l_ent(landscape_stack)) -# expect_equal(ent_landscape_raster, lsm_l_ent(landscape_stars)) -expect_equal(ent_landscape, lsm_l_ent(landscape_list)) - diff --git a/tests/testthat/test-extract-lsm.R b/tests/testthat/test-extract-lsm.R index 2af6b37c3..d049a8107 100644 --- a/tests/testthat/test-extract-lsm.R +++ b/tests/testthat/test-extract-lsm.R @@ -1,36 +1,19 @@ context("extract_lsm") -sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) - -x1 <- c(1, 5, 15, 10) -y1 <- c(1, 5, 15, 25) - -x2 <- c(10, 25) -y2 <- c(5, 5) - -# sample_lines <- sp::SpatialLines(list(sp::Lines(list(sp::Line(cbind(x1, y1)), -# sp::Line(cbind(x2, y2))), ID = "a"))) - test_that("extract_lsm returns correct metrics", { - patch_area <- extract_lsm(landscape, - y = sample_points, - what = "lsm_p_area", - type = "aggregation metric", - verbose = FALSE) + patch_area <- extract_lsm(landscape, y = sample_points, + what = "lsm_p_area", verbose = FALSE) expect_true(all(patch_area$metric == "area")) - patch_core <- extract_lsm(landscape, - y = sample_points, - type = "core area metric", - full_name = TRUE, + patch_core <- extract_lsm(landscape, y = sample_points, + type = "core area metric", full_name = TRUE, verbose = FALSE) expect_true(all(patch_core$type == "core area metric")) - patch_all <- extract_lsm(landscape, - y = sample_points, + patch_all <- extract_lsm(landscape, y = sample_points, verbose = FALSE) expect_true(all(unique(patch_all$metric) == list_lsm(level = "patch")[,1])) @@ -49,10 +32,8 @@ test_that("extract_lsm returns correct metrics", { test_that("extract_lsm forwards arguments to calculate_lsm", { - result <- extract_lsm(landscape, - y = sample_points, - what = "lsm_p_core", - edge_depth = 100, + result <- extract_lsm(landscape, y = sample_points, + what = "lsm_p_core", edge_depth = 100, verbose = FALSE) expect_true(all(result$value == 0)) @@ -60,34 +41,26 @@ test_that("extract_lsm forwards arguments to calculate_lsm", { test_that("extract_lsm uses extract_ids", { - result <- extract_lsm(landscape, - y = sample_points, - extract_id = c(5, 25, 15), - what = "lsm_p_area", + result <- extract_lsm(landscape, y = sample_points, + extract_id = c(5, 25, 15), what = "lsm_p_area", verbose = FALSE) expect_equal(result$extract_id, expected = c(5, 15, 25)) - result_wrong_id <- extract_lsm(landscape, - y = sample_points, + result_wrong_id <- extract_lsm(landscape, y = sample_points, extract_id = c(1, 5, 25, 15), - what = "lsm_p_area", - verbose = FALSE) + what = "lsm_p_area", verbose = FALSE) expect_equal(result_wrong_id$extract_id, expected = 1:3) }) test_that("extract_lsm works for all data types", { - result_stack <- extract_lsm(landscape = landscape_stack, - y = sample_points, - what = "lsm_p_area", - verbose = FALSE) + result_stack <- extract_lsm(landscape = landscape_stack, y = sample_points, + what = "lsm_p_area", verbose = FALSE) - result_list <- extract_lsm(landscape = landscape_list, - y = sample_points, - what = "lsm_p_area", - verbose = FALSE) + result_list <- extract_lsm(landscape = landscape_list, y = sample_points, + what = "lsm_p_area", verbose = FALSE) expect_is(result_stack, "tbl_df") expect_is(result_list, "tbl_df") @@ -103,25 +76,21 @@ test_that("extract_lsm works for all data types", { test_that("extract_lsm returns warnings", { - expect_warning(extract_lsm(landscape, - y = sample_points, - extract_id = c(15, 25, 5, 1), - what = "lsm_p_area"), + expect_warning(extract_lsm(landscape, y = sample_points, + extract_id = c(15, 25, 5, 1), what = "lsm_p_area"), regexp = "Length of extract_id is not identical to length of y. Using 1...n as extract_id.", fixed = TRUE) }) test_that("extract_lsm throws errors", { - expect_error(extract_lsm(landscape, - y = sample_points, - what = "lsm_l_ta", - verbose = FALSE), + expect_error(extract_lsm(landscape, y = sample_points, + what = "lsm_l_ta", verbose = FALSE), regexp = "'extract_lsm()' only takes patch level metrics.", fixed = TRUE) expect_error(extract_lsm(landscape, y = 1:3), - regexp = "'y' must be a matrix, SpatVecotr, or sf object.", + regexp = "'y' must be a matrix, SpatVector, or sf object.", fixed = TRUE) }) diff --git a/tests/testthat/test_fragstats.R b/tests/testthat/test-fragstats.R similarity index 100% rename from tests/testthat/test_fragstats.R rename to tests/testthat/test-fragstats.R diff --git a/tests/testthat/test-matrix-to-raster.R b/tests/testthat/test-matrix-to-raster.R index b7efaf6c1..4d9f9cbaa 100644 --- a/tests/testthat/test-matrix-to-raster.R +++ b/tests/testthat/test-matrix-to-raster.R @@ -1,6 +1,6 @@ context("matrix_to_raster") -landscape_matrix <-terra::as.matrix(landscape, wide = TRUE) +landscape_matrix <- terra::as.matrix(landscape, wide = TRUE) test_that("matrix_to_raster works with provided landscape", { diff --git a/tests/testthat/test-points-as-matrix.R b/tests/testthat/test-points-as-matrix.R new file mode 100644 index 000000000..ca71b7bcd --- /dev/null +++ b/tests/testthat/test-points-as-matrix.R @@ -0,0 +1,13 @@ +context("points_as_mat") + +test_that("points_as_mat returns matrix for all data types", { + + expect_is(points_as_mat(sample_points), "matrix") + expect_is(points_as_mat(points_sp), "matrix") + expect_is(points_as_mat(points_spdf), "matrix") + expect_is(points_as_mat(points_multi), "matrix") + expect_is(points_as_mat(points_sf), "matrix") + expect_is(points_as_mat(points_sfc), "matrix") + expect_is(points_as_mat(points_terra), "matrix") + +}) diff --git a/tests/testthat/test-sample-lsm.R b/tests/testthat/test-sample-lsm.R index cfe76f63f..e59832352 100644 --- a/tests/testthat/test-sample-lsm.R +++ b/tests/testthat/test-sample-lsm.R @@ -2,8 +2,7 @@ context("sample_lsm") test_that("sample_lsm works for a matrix", { - result_mat <- sample_lsm(landscape, - y = sample_points, size = 5, + result_mat <- sample_lsm(landscape, y = sample_points, size = 5, shape = "circle", what = c("lsm_l_ta", "lsm_l_np"), verbose = FALSE) @@ -14,10 +13,8 @@ test_that("sample_lsm works for a matrix", { test_that("sample_lsm works for sf points", { - result_sp <- sample_lsm(landscape, - y = points_sf, size = 5, - shape = "square", - what = "lsm_l_np", + result_sp <- sample_lsm(landscape, y = points_sf, size = 5, + shape = "square", what = "lsm_l_np", verbose = FALSE) expect_is(object = result_sp, class = "tbl_df") @@ -25,18 +22,18 @@ test_that("sample_lsm works for sf points", { expect_true(all(c("np") %in% result_sp$metric)) }) -# test_that("sample_lsm works for polygons ", { -# -# result_poly <- sample_lsm(landscape, -# y = sample_plots, size = 5, -# level = "patch", -# verbose = FALSE) -# -# expect_is(object = result_poly, class = "tbl_df") -# -# expect_true(all("patch" %in% result_poly$level)) -# -# }) +test_that("sample_lsm works for polygons ", { + + result_sf <- sample_lsm(landscape, y = sample_plots, size = 5, level = "patch", verbose = FALSE) + result_sp <- sample_lsm(landscape, y = sample_plots_sp, size = 5, level = "patch", verbose = FALSE) + + expect_is(object = result_sf, class = "tbl_df") + expect_is(object = result_sp, class = "tbl_df") + + expect_true(all("patch" %in% result_sf$level)) + expect_true(all("patch" %in% result_sp$level)) + +}) # test_that("sample_lsm works for lines ", { # @@ -53,35 +50,25 @@ test_that("sample_lsm works for sf points", { test_that("sample_lsm forwards arguments to calculate_lsm", { - result_mat <- sample_lsm(landscape, - y = sample_points, size = 5, - shape = "circle", - what = "lsm_p_core", - edge_depth = 100, - verbose = FALSE) + result_mat <- sample_lsm(landscape, y = sample_points, size = 5, + shape = "circle", what = "lsm_p_core", + edge_depth = 100, verbose = FALSE) expect_true(all(result_mat$value == 0)) }) test_that("sample_lsm uses sample_ids", { - result <- sample_lsm(landscape, - y = sample_points, - plot_id = c(5, 25, 15), - size = 15, - shape = "circle", - what = "lsm_l_ta", + result <- sample_lsm(landscape, y = sample_points, plot_id = c(5, 25, 15), + size = 15, shape = "circle", what = "lsm_l_ta", verbose = FALSE) expect_equal(result$plot_id, expected = c(5, 15, 25)) - result_wrong_id <- sample_lsm(landscape, - y = sample_points, + result_wrong_id <- sample_lsm(landscape, y = sample_points, plot_id = c(5, 25, 15, 1), - size = 15, - shape = "circle", - what = "lsm_l_ta", - verbose = FALSE) + size = 15, shape = "circle", + what = "lsm_l_ta", verbose = FALSE) expect_equal(result_wrong_id$plot_id, expected = 1:3) }) @@ -89,13 +76,9 @@ test_that("sample_lsm uses sample_ids", { test_that("sample_lsm can return all classes", { - result_mat <- sample_lsm(landscape, - y = sample_points, - size = 5, - shape = "circle", - what = c("lsm_c_ca", "lsm_l_ta"), - all_classes = TRUE, - verbose = FALSE) + result_mat <- sample_lsm(landscape, y = sample_points, + size = 5, shape = "circle", what = c("lsm_c_ca", "lsm_l_ta"), + all_classes = TRUE, verbose = FALSE) # 3 classes * 3 sample plots + 3 landscape level metrics expect_equal(object = nrow(result_mat), expected = 12) @@ -108,16 +91,12 @@ test_that("sample_lsm can return all classes", { test_that("sample_lsm works for all data type", { - result_stack <- sample_lsm(landscape_stack, - y = sample_points, - size = 5, - what = "lsm_l_ta", + result_stack <- sample_lsm(landscape_stack, y = sample_points, + size = 5, what = "lsm_l_ta", verbose = FALSE) - result_list <- sample_lsm(landscape_list, - y = sample_points, - size = 5, - what = "lsm_l_ta", + result_list <- sample_lsm(landscape_list, y = sample_points, + size = 5, what = "lsm_l_ta", verbose = FALSE) expect_is(result_stack, class = "tbl_df") @@ -135,15 +114,11 @@ test_that("sample_lsm works for all data type", { test_that("sample_lsm returns errors", { - expect_error(sample_lsm(landscape, - y = 1:3, - size = 5), + expect_error(sample_lsm(landscape, y = 1:3, size = 5), regexp = "Please provide a matrix with coords, points or polygons object.", fixed = TRUE) - expect_error(sample_lsm(landscape, - y = sample_points, - size = c(5, 15), + expect_error(sample_lsm(landscape, y = sample_points, size = c(5, 15), what = "lsm_l_ta"), regexp = "Please provide only one value as size argument (size > 0).", fixed = TRUE) @@ -156,12 +131,9 @@ test_that("sample_lsm returns warnings", { regexp = "The 'perecentage_inside' is below 90% for at least one buffer.", fixed = TRUE) - expect_warning(sample_lsm(landscape, - y = sample_points, - plot_id = c(5, 25, 15, 1), - size = 15, - shape = "circle", - what = "lsm_l_ta"), + expect_warning(sample_lsm(landscape, y = sample_points, + plot_id = c(5, 25, 15, 1), size = 15, + shape = "circle", what = "lsm_l_ta"), regexp = "Length of plot_id is not identical to length of y. Using 1...n as plot_id.", fixed = TRUE) }) diff --git a/tests/testthat/test-show-patches.R b/tests/testthat/test-show-patches.R index 3a8e7d27c..e08a0c5d3 100644 --- a/tests/testthat/test-show-patches.R +++ b/tests/testthat/test-show-patches.R @@ -2,7 +2,6 @@ context("show_patches") patches_landscape <- show_patches(landscape) - patches_landscape_stack <- show_patches(landscape_stack, class = 1) patches_landscape_list <- show_patches(landscape_list, class = c(2,3)) diff --git a/vignettes/articles/guide_sample_lsm.Rmd b/vignettes/articles/guide_sample_lsm.Rmd index 94b93afa8..7be820c47 100644 --- a/vignettes/articles/guide_sample_lsm.Rmd +++ b/vignettes/articles/guide_sample_lsm.Rmd @@ -118,8 +118,6 @@ sample_lsm(landscape, y = points, size = 10, classes_max = 3, verbose = FALSE) ``` - - ### References Pebesma, E., 2018. Simple Features for R: Standardized Support for Spatial Vector Data. The R Journal, https://journal.r-project.org/archive/2018/RJ-2018-009/ From 5db62ba4e79f2d5efb07adc34d899916fe2c1e09 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Tue, 28 Mar 2023 10:32:50 +0200 Subject: [PATCH 035/101] Adding enhances packages to testthat --- tests/testthat.R | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/testthat.R b/tests/testthat.R index 987d804ad..d6b5a55e9 100644 --- a/tests/testthat.R +++ b/tests/testthat.R @@ -1,4 +1,9 @@ library(testthat) library(landscapemetrics) +library(raster) +library(sf) +library(sp) +library(stars) + test_check("landscapemetrics") From c10fa24f6866ab95f0d6a04dac034f3d452a98a5 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Tue, 28 Mar 2023 11:02:43 +0200 Subject: [PATCH 036/101] Try to install enhances for tests and gh-actions --- .github/workflows/R-CMD-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 3c82896c2..813f7c9ba 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -42,7 +42,7 @@ jobs: - uses: r-lib/actions/setup-r-dependencies@v2 with: - extra-packages: any::rcmdcheck + extra-packages: any::rcmdcheck, any::raster, any::sf, any::sp, any::stars needs: check - uses: r-lib/actions/check-r-package@v2 From 2932ec7b640f5379f3a50d005a504ac705ba9360 Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Wed, 29 Mar 2023 13:54:48 +0200 Subject: [PATCH 037/101] fixes ci --- tests/testthat.R | 6 +----- vignettes/articles/comparing_tools.Rmd | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/testthat.R b/tests/testthat.R index d6b5a55e9..39955bcb1 100644 --- a/tests/testthat.R +++ b/tests/testthat.R @@ -1,9 +1,5 @@ library(testthat) library(landscapemetrics) - -library(raster) -library(sf) -library(sp) -library(stars) +library(terra) test_check("landscapemetrics") diff --git a/vignettes/articles/comparing_tools.Rmd b/vignettes/articles/comparing_tools.Rmd index 81d6c8d43..633ca885e 100644 --- a/vignettes/articles/comparing_tools.Rmd +++ b/vignettes/articles/comparing_tools.Rmd @@ -12,7 +12,6 @@ editor_options: ```{r load_libraries_hidden, message = FALSE, warning = FALSE, include = FALSE} library(landscapemetrics) -library(raster) library(terra) library(SDMTools) # remotes::install_version("SDMTools", version = "1.1-221.2") library(dplyr) From 0c338f793f0e76a599af6c8ba1831ff7cbcbba70 Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Wed, 29 Mar 2023 13:59:33 +0200 Subject: [PATCH 038/101] fixes typos --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 53e39327d..4d0d49fd1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -41,7 +41,7 @@ Description: Calculates landscape metrics for categorical landscape patterns in a tidy workflow. 'landscapemetrics' reimplements the most common metrics from 'FRAGSTATS' () and new ones from the current literature on landscape metrics. This package supports 'terra' SpatRaster objects - as input arguments. It further provides utility functionn to visualize patches, + as input arguments. It further provides utility functions to visualize patches, select metrics and building blocks to develop new metrics. License: GPL-3 URL: https://r-spatialecology.github.io/landscapemetrics/ From 2e6b3f6d2b3f85cd65db13694dbb8912601cf08c Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Wed, 29 Mar 2023 14:14:42 +0200 Subject: [PATCH 039/101] improves docs --- DESCRIPTION | 4 ++-- tests/testthat/helper-landscapes.R | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4d0d49fd1..3f02a7b8c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -61,10 +61,10 @@ Suggests: dplyr, knitr, rmarkdown, - testthat + testthat, + sf Enhances: raster, - sf, sp, stars LinkingTo: diff --git a/tests/testthat/helper-landscapes.R b/tests/testthat/helper-landscapes.R index f6de50027..7de285215 100644 --- a/tests/testthat/helper-landscapes.R +++ b/tests/testthat/helper-landscapes.R @@ -4,7 +4,7 @@ landscape <- terra::rast(landscapemetrics::landscape) augusta_nlcd <- terra::rast(landscapemetrics::augusta_nlcd) podlasie_ccilc <- terra::rast(landscapemetrics::podlasie_ccilc) -landscape_ras <- raster::raster(landscape) +# landscape_ras <- raster::raster(landscape) landscape_matrix <- terra::as.matrix(landscape, wide = TRUE) From f08963828022dd77ea5b95782e6b24d6e238b0ae Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Wed, 29 Mar 2023 15:18:02 +0200 Subject: [PATCH 040/101] Use testthat v3 --- DESCRIPTION | 10 ++--- tests/testthat/helper-landscapes.R | 2 +- tests/testthat/test-calculate-lsm.R | 22 +++++------ tests/testthat/test-calculate_correlation.R | 4 +- tests/testthat/test-check-landscape.R | 2 - tests/testthat/test-construct-buffer.R | 18 +++++---- tests/testthat/test-extract-lsm.R | 8 ++-- tests/testthat/test-get-adjacencies.R | 20 +++++----- tests/testthat/test-get-boundaries.R | 2 - tests/testthat/test-get-centroids.R | 10 ++--- .../testthat/test-get-circumscribungcircle.R | 4 +- tests/testthat/test-get-nearestneighbour.R | 8 ++-- tests/testthat/test-get-patches.R | 20 +++++----- tests/testthat/test-get-unique-values.R | 25 +++++++------ tests/testthat/test-landscape_as_list.R | 12 +++--- tests/testthat/test-list-lsm.R | 24 ++++++------ tests/testthat/test-lsm-c-ai.R | 8 ++-- tests/testthat/test-lsm-c-area-cv.R | 8 ++-- tests/testthat/test-lsm-c-area-mn.R | 8 ++-- tests/testthat/test-lsm-c-area-sd.R | 8 ++-- tests/testthat/test-lsm-c-ca.R | 8 ++-- tests/testthat/test-lsm-c-cai-cv.R | 8 ++-- tests/testthat/test-lsm-c-cai-mn.R | 8 ++-- tests/testthat/test-lsm-c-cai-sd.R | 8 ++-- tests/testthat/test-lsm-c-circle-cv.R | 8 ++-- tests/testthat/test-lsm-c-circle-mn.R | 8 ++-- tests/testthat/test-lsm-c-circle-sd.R | 8 ++-- tests/testthat/test-lsm-c-clumpy.R | 8 ++-- tests/testthat/test-lsm-c-cohesion.R | 8 ++-- tests/testthat/test-lsm-c-contig-cv.R | 8 ++-- tests/testthat/test-lsm-c-contig-mn.R | 8 ++-- tests/testthat/test-lsm-c-contig-sd.R | 8 ++-- tests/testthat/test-lsm-c-core-cv.R | 8 ++-- tests/testthat/test-lsm-c-core-mn.R | 8 ++-- tests/testthat/test-lsm-c-core-sd.R | 8 ++-- tests/testthat/test-lsm-c-cpland.R | 8 ++-- tests/testthat/test-lsm-c-dcad.R | 8 ++-- tests/testthat/test-lsm-c-dcore_cv.R | 8 ++-- tests/testthat/test-lsm-c-dcore_mn.R | 8 ++-- tests/testthat/test-lsm-c-dcore_sd.R | 8 ++-- tests/testthat/test-lsm-c-division.R | 8 ++-- tests/testthat/test-lsm-c-ed.R | 8 ++-- tests/testthat/test-lsm-c-enn-cv.R | 8 ++-- tests/testthat/test-lsm-c-enn-mn.R | 8 ++-- tests/testthat/test-lsm-c-enn-sd.R | 8 ++-- tests/testthat/test-lsm-c-frac-cv.R | 8 ++-- tests/testthat/test-lsm-c-frac-mn.R | 8 ++-- tests/testthat/test-lsm-c-frac-sd.R | 8 ++-- tests/testthat/test-lsm-c-gyrate-cv.R | 8 ++-- tests/testthat/test-lsm-c-gyrate-mn.R | 8 ++-- tests/testthat/test-lsm-c-gyrate-sd.R | 8 ++-- tests/testthat/test-lsm-c-iji.R | 8 ++-- tests/testthat/test-lsm-c-lpi.R | 8 ++-- tests/testthat/test-lsm-c-lsi.R | 8 ++-- tests/testthat/test-lsm-c-mesh.R | 8 ++-- tests/testthat/test-lsm-c-ndca.R | 8 ++-- tests/testthat/test-lsm-c-nlsi.R | 8 ++-- tests/testthat/test-lsm-c-np.R | 8 ++-- tests/testthat/test-lsm-c-pafrac.R | 11 ++---- tests/testthat/test-lsm-c-para-cv.R | 8 ++-- tests/testthat/test-lsm-c-para-mn.R | 8 ++-- tests/testthat/test-lsm-c-para-sd.R | 8 ++-- tests/testthat/test-lsm-c-pd.R | 8 ++-- tests/testthat/test-lsm-c-pladj.R | 8 ++-- tests/testthat/test-lsm-c-pland.R | 8 ++-- tests/testthat/test-lsm-c-shape-cv.R | 8 ++-- tests/testthat/test-lsm-c-shape-mn.R | 8 ++-- tests/testthat/test-lsm-c-shape-sd.R | 8 ++-- tests/testthat/test-lsm-c-split.R | 8 ++-- tests/testthat/test-lsm-c-tca.R | 8 ++-- tests/testthat/test-lsm-c-te.R | 10 ++--- tests/testthat/test-lsm-l-ai.R | 8 ++-- tests/testthat/test-lsm-l-area-cv.R | 8 ++-- tests/testthat/test-lsm-l-area-mn.R | 8 ++-- tests/testthat/test-lsm-l-area-sd.R | 8 ++-- tests/testthat/test-lsm-l-cai-cv.R | 8 ++-- tests/testthat/test-lsm-l-cai-mn.R | 8 ++-- tests/testthat/test-lsm-l-cai-sd.R | 8 ++-- tests/testthat/test-lsm-l-circle-cv.R | 8 ++-- tests/testthat/test-lsm-l-circle-mn.R | 8 ++-- tests/testthat/test-lsm-l-circle-sd.R | 8 ++-- tests/testthat/test-lsm-l-cohesion.R | 8 ++-- tests/testthat/test-lsm-l-condent.R | 8 ++-- tests/testthat/test-lsm-l-contag.R | 8 ++-- tests/testthat/test-lsm-l-contig-cv.R | 8 ++-- tests/testthat/test-lsm-l-contig-mn.R | 8 ++-- tests/testthat/test-lsm-l-contig-sd.R | 8 ++-- tests/testthat/test-lsm-l-core-cv.R | 8 ++-- tests/testthat/test-lsm-l-core-mn.R | 8 ++-- tests/testthat/test-lsm-l-core-sd.R | 8 ++-- tests/testthat/test-lsm-l-dcad.R | 8 ++-- tests/testthat/test-lsm-l-dcore-cv.R | 8 ++-- tests/testthat/test-lsm-l-dcore-mn.R | 8 ++-- tests/testthat/test-lsm-l-dcore-sd.R | 8 ++-- tests/testthat/test-lsm-l-division.R | 8 ++-- tests/testthat/test-lsm-l-ed.R | 8 ++-- tests/testthat/test-lsm-l-enn-cv.R | 8 ++-- tests/testthat/test-lsm-l-enn-mn.R | 8 ++-- tests/testthat/test-lsm-l-enn-sd.R | 8 ++-- tests/testthat/test-lsm-l-ent.R | 8 ++-- tests/testthat/test-lsm-l-frac-cv.R | 8 ++-- tests/testthat/test-lsm-l-frac-mn.R | 8 ++-- tests/testthat/test-lsm-l-frac-sd.R | 8 ++-- tests/testthat/test-lsm-l-gyrate-cv.R | 8 ++-- tests/testthat/test-lsm-l-gyrate-mn.R | 8 ++-- tests/testthat/test-lsm-l-gyrate-sd.R | 8 ++-- tests/testthat/test-lsm-l-iji.R | 8 ++-- tests/testthat/test-lsm-l-joinent.R | 8 ++-- tests/testthat/test-lsm-l-lpi.R | 8 ++-- tests/testthat/test-lsm-l-lsi.R | 8 ++-- tests/testthat/test-lsm-l-mesh.R | 8 ++-- tests/testthat/test-lsm-l-msidi.R | 8 ++-- tests/testthat/test-lsm-l-msiei.R | 8 ++-- tests/testthat/test-lsm-l-mutinf.R | 8 ++-- tests/testthat/test-lsm-l-ndca.R | 8 ++-- tests/testthat/test-lsm-l-np.R | 8 ++-- tests/testthat/test-lsm-l-pafrac.R | 8 ++-- tests/testthat/test-lsm-l-para-cv.R | 8 ++-- tests/testthat/test-lsm-l-para-mn.R | 8 ++-- tests/testthat/test-lsm-l-para-sd.R | 8 ++-- tests/testthat/test-lsm-l-pd.R | 8 ++-- tests/testthat/test-lsm-l-pladj.R | 8 ++-- tests/testthat/test-lsm-l-pr.R | 8 ++-- tests/testthat/test-lsm-l-prd.R | 8 ++-- tests/testthat/test-lsm-l-relmutinf.R | 8 ++-- tests/testthat/test-lsm-l-rpr.R | 8 ++-- tests/testthat/test-lsm-l-shape-cv.R | 8 ++-- tests/testthat/test-lsm-l-shape-mn.R | 8 ++-- tests/testthat/test-lsm-l-shape-sd.R | 8 ++-- tests/testthat/test-lsm-l-shdi.R | 8 ++-- tests/testthat/test-lsm-l-shei.R | 10 ++--- tests/testthat/test-lsm-l-sidi.R | 8 ++-- tests/testthat/test-lsm-l-siei.R | 8 ++-- tests/testthat/test-lsm-l-split.R | 8 ++-- tests/testthat/test-lsm-l-ta.R | 8 ++-- tests/testthat/test-lsm-l-tca.R | 8 ++-- tests/testthat/test-lsm-l-te.R | 10 ++--- tests/testthat/test-lsm-p-area.R | 8 ++-- tests/testthat/test-lsm-p-cai.R | 8 ++-- tests/testthat/test-lsm-p-circle.R | 8 ++-- tests/testthat/test-lsm-p-contig.R | 8 ++-- tests/testthat/test-lsm-p-core.R | 10 ++--- tests/testthat/test-lsm-p-enn.R | 8 ++-- tests/testthat/test-lsm-p-frac.R | 8 ++-- tests/testthat/test-lsm-p-gyrate.R | 8 ++-- tests/testthat/test-lsm-p-nca.R | 8 ++-- tests/testthat/test-lsm-p-para.R | 8 ++-- tests/testthat/test-lsm-p-perim.R | 10 ++--- tests/testthat/test-lsm-p-shape.R | 8 ++-- tests/testthat/test-matrix-to-raster.R | 10 ++--- .../testthat/test-options-landscapemetrics.R | 2 - tests/testthat/test-pad-raster.R | 18 ++++----- tests/testthat/test-points-as-matrix.R | 16 ++++---- tests/testthat/test-raster-to-points.R | 8 ++-- .../test-rcpp-get-coocurrence-matrix.R | 37 ++++++++++--------- tests/testthat/test-rcpp-get-entropy.R | 11 +++--- tests/testthat/test-rcpp_ccl.R | 2 - tests/testthat/test-rcpp_get_circle.R | 2 - tests/testthat/test-sample-lsm.R | 16 ++++---- tests/testthat/test-show-cores.R | 2 - tests/testthat/test-show-correlation.R | 2 - tests/testthat/test-show-lsm.R | 14 +++---- tests/testthat/test-show-patches.R | 2 - tests/testthat/test-spatialize-lsm.R | 2 - tests/testthat/test-unique-values.R | 2 - tests/testthat/test-unpad-raster.R | 19 +++++----- tests/testthat/test-window-lsm.R | 14 +++---- 167 files changed, 568 insertions(+), 879 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3f02a7b8c..eb586ed78 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -41,7 +41,7 @@ Description: Calculates landscape metrics for categorical landscape patterns in a tidy workflow. 'landscapemetrics' reimplements the most common metrics from 'FRAGSTATS' () and new ones from the current literature on landscape metrics. This package supports 'terra' SpatRaster objects - as input arguments. It further provides utility functions to visualize patches, + as input arguments. It further provides utility functionn to visualize patches, select metrics and building blocks to develop new metrics. License: GPL-3 URL: https://r-spatialecology.github.io/landscapemetrics/ @@ -52,7 +52,7 @@ Imports: cli, ggplot2, methods, - Rcpp, + Rcpp (>= 1.0.10), stats, terra, tibble @@ -61,8 +61,8 @@ Suggests: dplyr, knitr, rmarkdown, - testthat, - sf + sf, + testthat Enhances: raster, sp, @@ -73,7 +73,7 @@ LinkingTo: ByteCompile: true Encoding: UTF-8 LazyData: true +Config/testthat/edition: 3 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 -SystemRequirements: C++11 VignetteBuilder: knitr diff --git a/tests/testthat/helper-landscapes.R b/tests/testthat/helper-landscapes.R index 7de285215..f6de50027 100644 --- a/tests/testthat/helper-landscapes.R +++ b/tests/testthat/helper-landscapes.R @@ -4,7 +4,7 @@ landscape <- terra::rast(landscapemetrics::landscape) augusta_nlcd <- terra::rast(landscapemetrics::augusta_nlcd) podlasie_ccilc <- terra::rast(landscapemetrics::podlasie_ccilc) -# landscape_ras <- raster::raster(landscape) +landscape_ras <- raster::raster(landscape) landscape_matrix <- terra::as.matrix(landscape, wide = TRUE) diff --git a/tests/testthat/test-calculate-lsm.R b/tests/testthat/test-calculate-lsm.R index 343ce0a63..53add725b 100644 --- a/tests/testthat/test-calculate-lsm.R +++ b/tests/testthat/test-calculate-lsm.R @@ -1,18 +1,16 @@ -context("calculate_lsm") - test_that("calculate_lsm can take different raster inputs", { - expect_is(calculate_lsm(landscape, what = "lsm_l_ta", + expect_s3_class(calculate_lsm(landscape, what = "lsm_l_ta", verbose = FALSE), "tbl_df") - expect_is(calculate_lsm(landscape_stack, what = "lsm_l_ta", + expect_s3_class(calculate_lsm(landscape_stack, what = "lsm_l_ta", verbose = FALSE), "tbl_df") - expect_is(calculate_lsm(landscape_list, what = "lsm_l_ta", + expect_s3_class(calculate_lsm(landscape_list, what = "lsm_l_ta", verbose = FALSE), "tbl_df") - expect_is(calculate_lsm(landscape_ras, what = "lsm_l_ta", + expect_s3_class(calculate_lsm(landscape_ras, what = "lsm_l_ta", verbose = FALSE), "tbl_df") - expect_is(calculate_lsm(augusta_nlcd_stars, what = "lsm_l_ta", + expect_s3_class(calculate_lsm(augusta_nlcd_stars, what = "lsm_l_ta", verbose = FALSE), "tbl_df") }) @@ -22,7 +20,7 @@ test_that("calculate_lsm can calculate patch metrics", { patch_metrics <- calculate_lsm(landscape, what = "patch", verbose = FALSE) - expect_is(patch_metrics, "tbl_df") + expect_s3_class(patch_metrics, "tbl_df") expect_true(all(patch_metrics$level == "patch")) expect_true(ncol(patch_metrics) > 0) }) @@ -32,7 +30,7 @@ test_that("calculate_lsm can calculate class metrics", { class_metrics <- calculate_lsm(landscape, what = "class", verbose = FALSE) - expect_is(class_metrics, "tbl_df") + expect_s3_class(class_metrics, "tbl_df") expect_true(all(class_metrics$level == "class")) expect_true(ncol(class_metrics) > 0) }) @@ -42,7 +40,7 @@ test_that("calculate_lsm can calculate landscape metrics", { landscape_metrics <- calculate_lsm(landscape, what = "landscape", verbose = FALSE) - expect_is(landscape_metrics, "tbl_df") + expect_s3_class(landscape_metrics, "tbl_df") expect_true(all(landscape_metrics$level == "landscape")) expect_true(ncol(landscape_metrics) > 0) }) @@ -53,7 +51,7 @@ test_that("calculate_lsm can take all metrics", { verbose = FALSE) expect_true(all(all_metrics$level %in% c("patch", "class","landscape"))) - expect_is(all_metrics, "tbl_df") + expect_s3_class(all_metrics, "tbl_df") expect_true(ncol(all_metrics) > 0) }) @@ -64,7 +62,7 @@ test_that("calculate_lsm can take specific metrics", { verbose = FALSE) expect_true(all(specific_metrics$metric %in% c("ed", "enn"))) - expect_is(specific_metrics, "tbl_df") + expect_s3_class(specific_metrics, "tbl_df") expect_true(ncol(specific_metrics) > 0) }) diff --git a/tests/testthat/test-calculate_correlation.R b/tests/testthat/test-calculate_correlation.R index cb63d864b..b15e9d954 100644 --- a/tests/testthat/test-calculate_correlation.R +++ b/tests/testthat/test-calculate_correlation.R @@ -1,5 +1,3 @@ -context("calculate_correlation") - test_that("calculate_correlation returns a list if two levels are present", { metrics <- calculate_lsm(landscape_stack, @@ -23,7 +21,7 @@ test_that("calculate_correlation works on landscape level for RasterStacks", { result <- calculate_correlation(metrics, method = "pearson", simplify = TRUE) - expect_is(result, "tbl_df") + expect_s3_class(result, "tbl_df") }) test_that("calculate_correlation returns warnings", { diff --git a/tests/testthat/test-check-landscape.R b/tests/testthat/test-check-landscape.R index 99cad60e2..75b4d8f4a 100644 --- a/tests/testthat/test-check-landscape.R +++ b/tests/testthat/test-check-landscape.R @@ -1,5 +1,3 @@ -context("check_landscape") - test_that("check_landscape works for augusta_nlcd", { check_tibble <- check_landscape(augusta_nlcd, diff --git a/tests/testthat/test-construct-buffer.R b/tests/testthat/test-construct-buffer.R index d7084af97..a5f973b8d 100644 --- a/tests/testthat/test-construct-buffer.R +++ b/tests/testthat/test-construct-buffer.R @@ -1,18 +1,22 @@ -context("construct_buffer") - test_that("construct_buffer is typestable", { - expect_is(construct_buffer(sample_points, shape = "circle", size = 5), "SpatVector") + expect_s4_class(construct_buffer(sample_points, shape = "circle", size = 5), + "SpatVector") }) test_that("construct_buffer can return a matrix", { - expect_is(construct_buffer(sample_points, shape = "circle", size = 5, - return_vec = FALSE), "matrix") + circle_a <- construct_buffer(sample_points, shape = "circle", size = 5, + return_vec = FALSE) + + square <- construct_buffer(points_sf, shape = "square", size = 5, + return_vec = FALSE) + + expect_true(is.matrix(circle_a)) + + expect_true(is.matrix(square)) - expect_is(construct_buffer(points_sf, shape = "circle", size = 5, - return_vec = FALSE), "matrix") }) test_that("construct_buffer returns error for unkown shape", { diff --git a/tests/testthat/test-extract-lsm.R b/tests/testthat/test-extract-lsm.R index d049a8107..1a4f44d47 100644 --- a/tests/testthat/test-extract-lsm.R +++ b/tests/testthat/test-extract-lsm.R @@ -1,5 +1,3 @@ -context("extract_lsm") - test_that("extract_lsm returns correct metrics", { patch_area <- extract_lsm(landscape, y = sample_points, @@ -26,7 +24,7 @@ test_that("extract_lsm returns correct metrics", { # what = "lsm_p_area", # verbose = FALSE) # -# expect_is(result, "tbl_df") +# expect_s3_class(result, "tbl_df") # expect_true(all(result$metric %in% "area")) # }) @@ -62,8 +60,8 @@ test_that("extract_lsm works for all data types", { result_list <- extract_lsm(landscape = landscape_list, y = sample_points, what = "lsm_p_area", verbose = FALSE) - expect_is(result_stack, "tbl_df") - expect_is(result_list, "tbl_df") + expect_s3_class(result_stack, "tbl_df") + expect_s3_class(result_list, "tbl_df") expect_equal(object = result_stack$layer, expected = c(1, 1, 1, 2, 2, 2)) diff --git a/tests/testthat/test-get-adjacencies.R b/tests/testthat/test-get-adjacencies.R index acca7cc65..dd80fea24 100644 --- a/tests/testthat/test-get-adjacencies.R +++ b/tests/testthat/test-get-adjacencies.R @@ -1,5 +1,3 @@ -context("get_adjacencies") - test_that("get_adjacencies runs for all data types", { raster_layer <- get_adjacencies(landscape) @@ -7,10 +5,10 @@ test_that("get_adjacencies runs for all data types", { raster_list <- get_adjacencies(landscape_list) raster_matrix <- get_adjacencies(landscape_matrix) - expect_is(raster_layer, "list") - expect_is(raster_stack, "list") - expect_is(raster_list, "list") - expect_is(raster_matrix, "list") + expect_type(raster_layer, "list") + expect_type(raster_stack, "list") + expect_type(raster_list, "list") + expect_type(raster_matrix, "list") }) test_that("get_adjacencies runs and returns a matrix", { @@ -66,13 +64,15 @@ test_that("get_adjacencies works for different values of neighborhood than 4", { adjacencies_diag <- get_adjacencies(new_ras, diagonal_matrix) - expect_equivalent(adjacencies_4[[1]], matrix(c(20L, 2L, 2L, 0L), ncol = 2)) - expect_equivalent(adjacencies_8[[1]], matrix(c(34L, 3L, 3L, 0L), ncol = 2)) - expect_equivalent(adjacencies_diag[[1]], matrix(c(14L, 1L, 1L, 0L), ncol = 2)) + expect_equal(adjacencies_4[[1]], matrix(c(20L, 2L, 2L, 0L), ncol = 2, + dimnames = list(c("1","2"), c("1", "2")))) + expect_equal(adjacencies_8[[1]], matrix(c(34L, 3L, 3L, 0L), ncol = 2, + dimnames = list(c("1","2"), c("1", "2")))) + expect_equal(adjacencies_diag[[1]], matrix(c(14L, 1L, 1L, 0L), ncol = 2, + dimnames = list(c("1","2"), c("1", "2")))) }) - test_that("get_adjacencies returns error", { expect_error(get_adjacencies(landscape, neighbourhood = 12), diff --git a/tests/testthat/test-get-boundaries.R b/tests/testthat/test-get-boundaries.R index 7e22eecba..e6869e493 100644 --- a/tests/testthat/test-get-boundaries.R +++ b/tests/testthat/test-get-boundaries.R @@ -1,5 +1,3 @@ -context("get_boundaries") - classes_lsm <- get_patches(landscape)[[1]] test_that("get_boundaries works for all data types", { diff --git a/tests/testthat/test-get-centroids.R b/tests/testthat/test-get-centroids.R index 25afe3ba5..6a4af2c9b 100644 --- a/tests/testthat/test-get-centroids.R +++ b/tests/testthat/test-get-centroids.R @@ -1,5 +1,3 @@ -context("get_centroids") - centroids <- get_centroids(landscape, verbose = FALSE) test_that("get_centroids runs for all data types", { @@ -8,9 +6,9 @@ test_that("get_centroids runs for all data types", { raster_stack <- get_centroids(landscape_stack, verbose = FALSE) raster_list <- get_centroids(landscape_list, verbose = FALSE) - expect_is(raster_layer, "tbl_df") - expect_is(raster_stack, "tbl_df") - expect_is(raster_list, "tbl_df") + expect_s3_class(raster_layer, "tbl_df") + expect_s3_class(raster_stack, "tbl_df") + expect_s3_class(raster_list, "tbl_df") }) test_that("get_centroids returns in every column the correct type", { @@ -48,5 +46,5 @@ test_that("get_centroids can return sf", { centroids_spat <- get_centroids(landscape, cell_center = TRUE, return_vec = TRUE, verbose = FALSE) - expect_is(centroids_spat, "SpatVector") + expect_s4_class(centroids_spat, "SpatVector") }) diff --git a/tests/testthat/test-get-circumscribungcircle.R b/tests/testthat/test-get-circumscribungcircle.R index ea5c3f660..75048b5d0 100644 --- a/tests/testthat/test-get-circumscribungcircle.R +++ b/tests/testthat/test-get-circumscribungcircle.R @@ -1,5 +1,3 @@ -context("get_circumscribingcircle") - test_that("get_circumscribingcircle has one radius for each patch", { circle <- get_circumscribingcircle(landscape) @@ -11,7 +9,7 @@ test_that("get_circumscribingcircle has one radius for each patch", { all(!is.na(circle$value)), all(!is.infinite(circle$value)))) - expect_is(circle, class = "tbl") + expect_s3_class(circle, class = "tbl") }) test_that("get_circumscribingcircle has one radius for each class", { diff --git a/tests/testthat/test-get-nearestneighbour.R b/tests/testthat/test-get-nearestneighbour.R index fea6518af..cec4a488e 100644 --- a/tests/testthat/test-get-nearestneighbour.R +++ b/tests/testthat/test-get-nearestneighbour.R @@ -1,5 +1,3 @@ -context("get_nearestneighbour") - # get patches for class 1 class_1 <- get_patches(landscape, class = 1)[[1]][[1]] @@ -11,9 +9,9 @@ test_that("get_nearestneighbour works for all data types", { raster_stack <- get_nearestneighbour(c(all_classes)) raster_list <- get_nearestneighbour(all_classes) - expect_is(raster_layer, "tbl_df") - expect_is(raster_stack, "tbl_df") - expect_is(raster_list, "tbl_df") + expect_s3_class(raster_layer, "tbl_df") + expect_s3_class(raster_stack, "tbl_df") + expect_s3_class(raster_list, "tbl_df") }) test_that("get_nearestneighbour returns value for each patch", { diff --git a/tests/testthat/test-get-patches.R b/tests/testthat/test-get-patches.R index 5e2a34a6e..de54881d1 100644 --- a/tests/testthat/test-get-patches.R +++ b/tests/testthat/test-get-patches.R @@ -1,26 +1,24 @@ -context("get_patches") - class_1_landscape_4 <- get_patches(landscape, 1, 4) class_1_landscape_8 <- get_patches(landscape, 1, 8) all_classes_landscape_4 <- get_patches(landscape, "all", 4) all_classes_landscape_8 <- get_patches(landscape, "all", 8) test_that("get_patches runs and returns a list", { - expect_is(class_1_landscape_4, "list") - expect_is(class_1_landscape_8, "list") - expect_is(all_classes_landscape_4, "list") - expect_is(all_classes_landscape_4, "list") + expect_type(class_1_landscape_4, "list") + expect_type(class_1_landscape_8, "list") + expect_type(all_classes_landscape_4, "list") + expect_type(all_classes_landscape_4, "list") - expect_is(class_1_landscape_4[[1]][[1]], "SpatRaster") - expect_is(all_classes_landscape_4[[1]][[1]], "SpatRaster") + expect_s4_class(class_1_landscape_4[[1]][[1]], "SpatRaster") + expect_s4_class(all_classes_landscape_4[[1]][[1]], "SpatRaster") expect_true(length(all_classes_landscape_4[[1]]) == 3) }) test_that("get_patches can handle all raster inputs", { - expect_is(get_patches(landscape), "list") - expect_is(get_patches(landscape_stack), "list") - expect_is(get_patches(landscape_list), "list") + expect_type(get_patches(landscape), "list") + expect_type(get_patches(landscape_stack), "list") + expect_type(get_patches(landscape_list), "list") }) test_that("get_patches labels the patches correctly", { diff --git a/tests/testthat/test-get-unique-values.R b/tests/testthat/test-get-unique-values.R index 2a80fe5a9..50c8dcb89 100644 --- a/tests/testthat/test-get-unique-values.R +++ b/tests/testthat/test-get-unique-values.R @@ -1,16 +1,16 @@ -context("get_unique_values") - vector_x <- as.integer(c(1, 1, 1, 2, 1, 2, 2)) list_x <- list(landscape, landscape_matrix, vector_x) list_y <- list(list_x, landscape_stack) test_that("get_unique_values works for vector", { - expect_is(get_unique_values(vector_x), class = "list") + expect_type(get_unique_values(vector_x), type = "list") + expect_length(get_unique_values(vector_x), n = 1) - expect_is(get_unique_values(vector_x, simplify = TRUE), - class = "integer") + expect_type(get_unique_values(vector_x, simplify = TRUE), + type = "integer") + expect_equal(get_unique_values(vector_x, simplify = TRUE), expected = c(1, 2)) @@ -21,18 +21,19 @@ test_that("get_unique_values works for vector", { test_that("get_unique_values works for matrix", { - expect_is(get_unique_values(landscape_matrix), class = "list") + expect_type(get_unique_values(landscape_matrix), type = "list") + expect_length(get_unique_values(landscape_matrix), n = 1) - expect_is(get_unique_values(landscape_matrix, simplify = TRUE), - class = "integer") + expect_type(get_unique_values(landscape_matrix, simplify = TRUE), type = "integer") + expect_equal(get_unique_values(landscape_matrix, simplify = TRUE), expected = c(1, 2, 3)) }) test_that("get_unique_values works for list", { - expect_is(get_unique_values(list_x), class = "list") + expect_type(get_unique_values(list_x), type = "list") expect_length(get_unique_values(list_x), n = 3) expect_warning(get_unique_values(list_x, simplify = TRUE), @@ -42,17 +43,17 @@ test_that("get_unique_values works for list", { test_that("get_unique_values works for RasterLayers", { - expect_is(get_unique_values(landscape), class = "list") + expect_type(get_unique_values(landscape), type = "list") expect_length(get_unique_values(landscape), n = 1) - expect_is(get_unique_values(landscape, simplify = TRUE), class = "integer") + expect_type(get_unique_values(landscape, simplify = TRUE), type = "integer") expect_equal(get_unique_values(landscape, simplify = TRUE), expected = c(1, 2, 3)) }) test_that("get_unique_values works for RasterStack", { - expect_is(get_unique_values(landscape_stack), class = "list") + expect_type(get_unique_values(landscape_stack), type = "list") expect_length(get_unique_values(landscape_stack), n = 2) expect_warning(get_unique_values(landscape_stack, simplify = TRUE), diff --git a/tests/testthat/test-landscape_as_list.R b/tests/testthat/test-landscape_as_list.R index 152444965..ee9bc8bf3 100644 --- a/tests/testthat/test-landscape_as_list.R +++ b/tests/testthat/test-landscape_as_list.R @@ -1,9 +1,7 @@ -context("landscape_as_list") - test_that("landscape_as_list returns a list", { - expect_is(landscape_as_list(landscape), "list") - expect_is(landscape_as_list(landscape_stack), "list") - expect_is(landscape_as_list(landscape_list), "list") - expect_is(landscape_as_list(landscape_matrix), "list") + expect_type(landscape_as_list(landscape), "list") + expect_type(landscape_as_list(landscape_stack), "list") + expect_type(landscape_as_list(landscape_list), "list") + expect_type(landscape_as_list(landscape_matrix), "list") - }) +}) diff --git a/tests/testthat/test-list-lsm.R b/tests/testthat/test-list-lsm.R index ec45bdcb8..f67406d8e 100644 --- a/tests/testthat/test-list-lsm.R +++ b/tests/testthat/test-list-lsm.R @@ -1,5 +1,3 @@ -context("test-list_lsm") - test_that("all argument works for list_lsm()", { result_level <- list_lsm(level = "landscape") @@ -12,10 +10,10 @@ test_that("all argument works for list_lsm()", { expect_true(all(result_name$name == "patch area")) expect_true(all(result_type$type == "aggregation metric")) - expect_is(result_level, "data.frame") - expect_is(result_metric, "data.frame") - expect_is(result_name, "data.frame") - expect_is(result_type, "data.frame") + expect_s3_class(result_level, "data.frame") + expect_s3_class(result_metric, "data.frame") + expect_s3_class(result_name, "data.frame") + expect_s3_class(result_type, "data.frame") }) test_that("what argument still works for list_lsm()", { @@ -25,14 +23,14 @@ test_that("what argument still works for list_lsm()", { expect_true(all(result$level %in% c("patch", "landscape"))) expect_true(result$metric[result$level == "landscape"] == "ta") - expect_is(result, "data.frame") + expect_s3_class(result, "data.frame") }) test_that("simplify returns vector", { result <- list_lsm(simplify = TRUE) - expect_is(result, "character") + expect_type(result, "character") }) test_that("returns warning if what and other argument is specified", { @@ -67,11 +65,11 @@ test_that("Negative subset works for list_lsm()", { any(result_mixed$metric == "cai"))) - expect_is(result_level, "data.frame") - expect_is(result_metric, "data.frame") - expect_is(result_name, "data.frame") - expect_is(result_type, "data.frame") - expect_is(result_mixed, "data.frame") + expect_s3_class(result_level, "data.frame") + expect_s3_class(result_metric, "data.frame") + expect_s3_class(result_name, "data.frame") + expect_s3_class(result_type, "data.frame") + expect_s3_class(result_mixed, "data.frame") }) test_that("list_lsm returns error", { diff --git a/tests/testthat/test-lsm-c-ai.R b/tests/testthat/test-lsm-c-ai.R index 916948d54..244b810e2 100644 --- a/tests/testthat/test-lsm-c-ai.R +++ b/tests/testthat/test-lsm-c-ai.R @@ -1,11 +1,9 @@ -context("class level lsm_c_ai metric") - landscapemetrics_class_landscape_value <- lsm_c_ai(landscape) test_that("lsm_c_ai is typestable", { - expect_is(lsm_c_ai(landscape), "tbl_df") - expect_is(lsm_c_ai(landscape_stack), "tbl_df") - expect_is(lsm_c_ai(landscape_list), "tbl_df") + expect_s3_class(lsm_c_ai(landscape), "tbl_df") + expect_s3_class(lsm_c_ai(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_ai(landscape_list), "tbl_df") }) test_that("lsm_c_ai returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-area-cv.R b/tests/testthat/test-lsm-c-area-cv.R index 63ebe747f..ee16756b1 100644 --- a/tests/testthat/test-lsm-c-area-cv.R +++ b/tests/testthat/test-lsm-c-area-cv.R @@ -1,11 +1,9 @@ -context("class level lsm_c_area_cv cv metric") - landscapemetrics_class_landscape_value <- lsm_c_area_cv(landscape) test_that("lsm_c_area_cv is typestable", { - expect_is(lsm_c_area_cv(landscape), "tbl_df") - expect_is(lsm_c_area_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_area_cv(landscape_list), "tbl_df") + expect_s3_class(lsm_c_area_cv(landscape), "tbl_df") + expect_s3_class(lsm_c_area_cv(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_area_cv(landscape_list), "tbl_df") }) test_that("lsm_c_area_cv returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-area-mn.R b/tests/testthat/test-lsm-c-area-mn.R index c6fcace98..c4a81eb35 100644 --- a/tests/testthat/test-lsm-c-area-mn.R +++ b/tests/testthat/test-lsm-c-area-mn.R @@ -1,11 +1,9 @@ -context("class level lsm_c_area_mn metric") - landscapemetrics_class_landscape_value <- lsm_c_area_mn(landscape) test_that("lsm_c_area_mn is typestable", { - expect_is(lsm_c_area_mn(landscape), "tbl_df") - expect_is(lsm_c_area_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_area_mn(landscape_list), "tbl_df") + expect_s3_class(lsm_c_area_mn(landscape), "tbl_df") + expect_s3_class(lsm_c_area_mn(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_area_mn(landscape_list), "tbl_df") }) test_that("lsm_c_area_mn returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-area-sd.R b/tests/testthat/test-lsm-c-area-sd.R index 194bce2de..3025c6d9d 100644 --- a/tests/testthat/test-lsm-c-area-sd.R +++ b/tests/testthat/test-lsm-c-area-sd.R @@ -1,11 +1,9 @@ -context("class level lsm_c_area_sd metric") - landscapemetrics_class_landscape_value <- lsm_c_area_sd(landscape) test_that("lsm_c_area_sd is typestable", { - expect_is(lsm_c_area_sd(landscape), "tbl_df") - expect_is(lsm_c_area_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_area_sd(landscape_list), "tbl_df") + expect_s3_class(lsm_c_area_sd(landscape), "tbl_df") + expect_s3_class(lsm_c_area_sd(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_area_sd(landscape_list), "tbl_df") }) test_that("lsm_c_area_sd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-ca.R b/tests/testthat/test-lsm-c-ca.R index 8b0188f69..7e0eeab77 100644 --- a/tests/testthat/test-lsm-c-ca.R +++ b/tests/testthat/test-lsm-c-ca.R @@ -1,11 +1,9 @@ -context("class level lsm_c_ca metric") - landscapemetrics_class_landscape_value <- lsm_c_ca(landscape) test_that("lsm_c_ca is typestable", { - expect_is(lsm_c_ca(landscape), "tbl_df") - expect_is(lsm_c_ca(landscape_stack), "tbl_df") - expect_is(lsm_c_ca(landscape_list), "tbl_df") + expect_s3_class(lsm_c_ca(landscape), "tbl_df") + expect_s3_class(lsm_c_ca(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_ca(landscape_list), "tbl_df") }) test_that("lsm_c_ca returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-cai-cv.R b/tests/testthat/test-lsm-c-cai-cv.R index d83d93eaa..910f90b04 100644 --- a/tests/testthat/test-lsm-c-cai-cv.R +++ b/tests/testthat/test-lsm-c-cai-cv.R @@ -1,11 +1,9 @@ -context("class level lsm_c_cai_cv metric") - landscapemetrics_class_landscape_value <- lsm_c_cai_cv(landscape) test_that("lsm_c_cai_cv is typestable", { - expect_is(lsm_c_cai_cv(landscape), "tbl_df") - expect_is(lsm_c_cai_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_cai_cv(landscape_list), "tbl_df") + expect_s3_class(lsm_c_cai_cv(landscape), "tbl_df") + expect_s3_class(lsm_c_cai_cv(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_cai_cv(landscape_list), "tbl_df") }) test_that("lsm_c_cai_cv returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-cai-mn.R b/tests/testthat/test-lsm-c-cai-mn.R index 63b0a1402..e7d886eb1 100644 --- a/tests/testthat/test-lsm-c-cai-mn.R +++ b/tests/testthat/test-lsm-c-cai-mn.R @@ -1,11 +1,9 @@ -context("class level lsm_c_cai_mn metric") - landscapemetrics_class_landscape_value <- lsm_c_cai_mn(landscape) test_that("lsm_c_cai_mn is typestable", { - expect_is(lsm_c_cai_mn(landscape), "tbl_df") - expect_is(lsm_c_cai_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_cai_mn(landscape_list), "tbl_df") + expect_s3_class(lsm_c_cai_mn(landscape), "tbl_df") + expect_s3_class(lsm_c_cai_mn(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_cai_mn(landscape_list), "tbl_df") }) test_that("lsm_c_cai_mn returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-cai-sd.R b/tests/testthat/test-lsm-c-cai-sd.R index 22d240179..ddc881352 100644 --- a/tests/testthat/test-lsm-c-cai-sd.R +++ b/tests/testthat/test-lsm-c-cai-sd.R @@ -1,11 +1,9 @@ -context("class level lsm_c_cai_sd metric") - landscapemetrics_class_landscape_value <- lsm_c_cai_sd(landscape) test_that("lsm_c_cai_sd is typestable", { - expect_is(lsm_c_cai_sd(landscape), "tbl_df") - expect_is(lsm_c_cai_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_cai_sd(landscape_list), "tbl_df") + expect_s3_class(lsm_c_cai_sd(landscape), "tbl_df") + expect_s3_class(lsm_c_cai_sd(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_cai_sd(landscape_list), "tbl_df") }) test_that("lsm_c_cai_sd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-circle-cv.R b/tests/testthat/test-lsm-c-circle-cv.R index 0e15f821d..9d505ccdf 100644 --- a/tests/testthat/test-lsm-c-circle-cv.R +++ b/tests/testthat/test-lsm-c-circle-cv.R @@ -1,11 +1,9 @@ -context("class level lsm_c_circle_cv metric") - landscapemetrics_class_landscape_value <- lsm_c_circle_cv(landscape) test_that("lsm_c_circle_cv is typestable", { - expect_is(lsm_c_circle_cv(landscape), "tbl_df") - expect_is(lsm_c_circle_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_circle_cv(landscape_list), "tbl_df") + expect_s3_class(lsm_c_circle_cv(landscape), "tbl_df") + expect_s3_class(lsm_c_circle_cv(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_circle_cv(landscape_list), "tbl_df") }) test_that("lsm_c_circle_cv returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-circle-mn.R b/tests/testthat/test-lsm-c-circle-mn.R index 9f3bd80a1..c13ad9dc8 100644 --- a/tests/testthat/test-lsm-c-circle-mn.R +++ b/tests/testthat/test-lsm-c-circle-mn.R @@ -1,11 +1,9 @@ -context("class level lsm_c_circle_mn metric") - landscapemetrics_class_landscape_value <- lsm_c_circle_mn(landscape) test_that("lsm_c_circle_mn is typestable", { - expect_is(lsm_c_circle_mn(landscape), "tbl_df") - expect_is(lsm_c_circle_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_circle_mn(landscape_list), "tbl_df") + expect_s3_class(lsm_c_circle_mn(landscape), "tbl_df") + expect_s3_class(lsm_c_circle_mn(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_circle_mn(landscape_list), "tbl_df") }) test_that("lsm_c_circle_mn returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-circle-sd.R b/tests/testthat/test-lsm-c-circle-sd.R index 8d6ca9f94..f3c367cef 100644 --- a/tests/testthat/test-lsm-c-circle-sd.R +++ b/tests/testthat/test-lsm-c-circle-sd.R @@ -1,11 +1,9 @@ -context("class level lsm_c_circle_mn metric") - landscapemetrics_class_landscape_value <- lsm_c_circle_sd(landscape) test_that("lsm_c_circle_sd is typestable", { - expect_is(lsm_c_circle_sd(landscape), "tbl_df") - expect_is(lsm_c_circle_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_circle_sd(landscape_list), "tbl_df") + expect_s3_class(lsm_c_circle_sd(landscape), "tbl_df") + expect_s3_class(lsm_c_circle_sd(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_circle_sd(landscape_list), "tbl_df") }) test_that("lsm_c_circle_sd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-clumpy.R b/tests/testthat/test-lsm-c-clumpy.R index 38f50b261..2d9974499 100644 --- a/tests/testthat/test-lsm-c-clumpy.R +++ b/tests/testthat/test-lsm-c-clumpy.R @@ -1,11 +1,9 @@ -context("class level lsm_c_clumpy metric") - landscapemetrics_class_landscape_value <- lsm_c_clumpy(landscape) test_that("lsm_c_clumpy is typestable", { - expect_is(lsm_c_clumpy(landscape), "tbl_df") - expect_is(lsm_c_clumpy(landscape_stack), "tbl_df") - expect_is(lsm_c_clumpy(landscape_list), "tbl_df") + expect_s3_class(lsm_c_clumpy(landscape), "tbl_df") + expect_s3_class(lsm_c_clumpy(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_clumpy(landscape_list), "tbl_df") }) test_that("lsm_c_clumpy returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-cohesion.R b/tests/testthat/test-lsm-c-cohesion.R index d480c8886..7f0bba9e8 100644 --- a/tests/testthat/test-lsm-c-cohesion.R +++ b/tests/testthat/test-lsm-c-cohesion.R @@ -1,11 +1,9 @@ -context("class level lsm_c_cohesion metric") - landscapemetrics_class_landscape_value <- lsm_c_cohesion(landscape) test_that("lsm_c_cohesion is typestable", { - expect_is(lsm_c_cohesion(landscape), "tbl_df") - expect_is(lsm_c_cohesion(landscape_stack), "tbl_df") - expect_is(lsm_c_cohesion(landscape_list), "tbl_df") + expect_s3_class(lsm_c_cohesion(landscape), "tbl_df") + expect_s3_class(lsm_c_cohesion(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_cohesion(landscape_list), "tbl_df") }) test_that("lsm_c_cohesion returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-contig-cv.R b/tests/testthat/test-lsm-c-contig-cv.R index 2bff747e7..77410bcf3 100644 --- a/tests/testthat/test-lsm-c-contig-cv.R +++ b/tests/testthat/test-lsm-c-contig-cv.R @@ -1,11 +1,9 @@ -context("class level lsm_c_contig_cv metric") - landscapemetrics_class_landscape_value <- lsm_c_contig_cv(landscape) test_that("lsm_c_contig_cv is typestable", { - expect_is(lsm_c_contig_cv(landscape), "tbl_df") - expect_is(lsm_c_contig_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_contig_cv(landscape_list), "tbl_df") + expect_s3_class(lsm_c_contig_cv(landscape), "tbl_df") + expect_s3_class(lsm_c_contig_cv(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_contig_cv(landscape_list), "tbl_df") }) test_that("lsm_c_contig_cv returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-contig-mn.R b/tests/testthat/test-lsm-c-contig-mn.R index 0aa0b5ba7..f7a91e434 100644 --- a/tests/testthat/test-lsm-c-contig-mn.R +++ b/tests/testthat/test-lsm-c-contig-mn.R @@ -1,11 +1,9 @@ -context("class level lsm_c_contig_mn metric") - landscapemetrics_class_landscape_value <- lsm_c_contig_mn(landscape) test_that("lsm_c_contig_mn is typestable", { - expect_is(lsm_c_contig_mn(landscape), "tbl_df") - expect_is(lsm_c_contig_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_contig_mn(landscape_list), "tbl_df") + expect_s3_class(lsm_c_contig_mn(landscape), "tbl_df") + expect_s3_class(lsm_c_contig_mn(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_contig_mn(landscape_list), "tbl_df") }) test_that("lsm_c_contig_mn returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-contig-sd.R b/tests/testthat/test-lsm-c-contig-sd.R index a8dbda24d..11da99daa 100644 --- a/tests/testthat/test-lsm-c-contig-sd.R +++ b/tests/testthat/test-lsm-c-contig-sd.R @@ -1,11 +1,9 @@ -context("class level lsm_contig_sd metric") - landscapemetrics_class_landscape_value <- lsm_c_contig_sd(landscape) test_that("lsm_c_contig_sd is typestable", { - expect_is(lsm_c_contig_sd(landscape), "tbl_df") - expect_is(lsm_c_contig_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_contig_sd(landscape_list), "tbl_df") + expect_s3_class(lsm_c_contig_sd(landscape), "tbl_df") + expect_s3_class(lsm_c_contig_sd(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_contig_sd(landscape_list), "tbl_df") }) test_that("lsm_c_contig_sd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-core-cv.R b/tests/testthat/test-lsm-c-core-cv.R index 6e54728d4..3d032bb71 100644 --- a/tests/testthat/test-lsm-c-core-cv.R +++ b/tests/testthat/test-lsm-c-core-cv.R @@ -1,11 +1,9 @@ -context("class level lsm_c_core_cv metric") - landscapemetrics_class_landscape_value <- lsm_c_core_cv(landscape) test_that("lsm_c_core_cv is typestable", { - expect_is(lsm_c_core_cv(landscape), "tbl_df") - expect_is(lsm_c_core_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_core_cv(landscape_list), "tbl_df") + expect_s3_class(lsm_c_core_cv(landscape), "tbl_df") + expect_s3_class(lsm_c_core_cv(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_core_cv(landscape_list), "tbl_df") }) test_that("lsm_c_core_cv returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-core-mn.R b/tests/testthat/test-lsm-c-core-mn.R index 5cd749051..7d7459bce 100644 --- a/tests/testthat/test-lsm-c-core-mn.R +++ b/tests/testthat/test-lsm-c-core-mn.R @@ -1,11 +1,9 @@ -context("class level lsm_c_core_mn metric") - landscapemetrics_class_landscape_value <- lsm_c_core_mn(landscape) test_that("lsm_c_core_mn is typestable", { - expect_is(lsm_c_core_mn(landscape), "tbl_df") - expect_is(lsm_c_core_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_core_mn(landscape_list), "tbl_df") + expect_s3_class(lsm_c_core_mn(landscape), "tbl_df") + expect_s3_class(lsm_c_core_mn(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_core_mn(landscape_list), "tbl_df") }) test_that("lsm_c_core_mn returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-core-sd.R b/tests/testthat/test-lsm-c-core-sd.R index dd07c64d1..dc092333e 100644 --- a/tests/testthat/test-lsm-c-core-sd.R +++ b/tests/testthat/test-lsm-c-core-sd.R @@ -1,11 +1,9 @@ -context("class level lsm_c_core_sd metric") - landscapemetrics_class_landscape_value <- lsm_c_core_sd(landscape) test_that("lsm_c_core_sd is typestable", { - expect_is(lsm_c_core_sd(landscape), "tbl_df") - expect_is(lsm_c_core_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_core_sd(landscape_list), "tbl_df") + expect_s3_class(lsm_c_core_sd(landscape), "tbl_df") + expect_s3_class(lsm_c_core_sd(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_core_sd(landscape_list), "tbl_df") }) test_that("lsm_c_core_sd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-cpland.R b/tests/testthat/test-lsm-c-cpland.R index d3205df94..bb58878c9 100644 --- a/tests/testthat/test-lsm-c-cpland.R +++ b/tests/testthat/test-lsm-c-cpland.R @@ -1,11 +1,9 @@ -context("class level lsm_c_cpland metric") - landscapemetrics_class_landscape_value <- lsm_c_cpland(landscape) test_that("lsm_c_cpland is typestable", { - expect_is(lsm_c_cpland(landscape), "tbl_df") - expect_is(lsm_c_cpland(landscape_stack), "tbl_df") - expect_is(lsm_c_cpland(landscape_list), "tbl_df") + expect_s3_class(lsm_c_cpland(landscape), "tbl_df") + expect_s3_class(lsm_c_cpland(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_cpland(landscape_list), "tbl_df") }) test_that("lsm_c_cpland returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-dcad.R b/tests/testthat/test-lsm-c-dcad.R index 6f6687eb9..f40f2a083 100644 --- a/tests/testthat/test-lsm-c-dcad.R +++ b/tests/testthat/test-lsm-c-dcad.R @@ -1,11 +1,9 @@ -context("class level lsm_c_dcad metric") - landscapemetrics_class_landscape_value <- lsm_c_dcad(landscape) test_that("lsm_c_dcad is typestable", { - expect_is(lsm_c_dcad(landscape), "tbl_df") - expect_is(lsm_c_dcad(landscape_stack), "tbl_df") - expect_is(lsm_c_dcad(landscape_list), "tbl_df") + expect_s3_class(lsm_c_dcad(landscape), "tbl_df") + expect_s3_class(lsm_c_dcad(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_dcad(landscape_list), "tbl_df") }) test_that("lsm_c_dcad returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-dcore_cv.R b/tests/testthat/test-lsm-c-dcore_cv.R index 674ec4e9c..2512cec25 100644 --- a/tests/testthat/test-lsm-c-dcore_cv.R +++ b/tests/testthat/test-lsm-c-dcore_cv.R @@ -1,11 +1,9 @@ -context("class level lsm_cdore_cv metric") - landscapemetrics_class_landscape_value <- lsm_c_dcore_cv(landscape) test_that("lsm_c_dcore_cv is typestable", { - expect_is(lsm_c_dcore_cv(landscape), "tbl_df") - expect_is(lsm_c_dcore_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_dcore_cv(landscape_list), "tbl_df") + expect_s3_class(lsm_c_dcore_cv(landscape), "tbl_df") + expect_s3_class(lsm_c_dcore_cv(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_dcore_cv(landscape_list), "tbl_df") }) test_that("lsm_c_dcore_cv returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-dcore_mn.R b/tests/testthat/test-lsm-c-dcore_mn.R index 1d381970f..9296b6757 100644 --- a/tests/testthat/test-lsm-c-dcore_mn.R +++ b/tests/testthat/test-lsm-c-dcore_mn.R @@ -1,11 +1,9 @@ -context("class level lsm_c_dore_mn metric") - landscapemetrics_class_landscape_value <- lsm_c_dcore_mn(landscape) test_that("lsm_c_dcore_mn is typestable", { - expect_is(lsm_c_dcore_mn(landscape), "tbl_df") - expect_is(lsm_c_dcore_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_dcore_mn(landscape_list), "tbl_df") + expect_s3_class(lsm_c_dcore_mn(landscape), "tbl_df") + expect_s3_class(lsm_c_dcore_mn(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_dcore_mn(landscape_list), "tbl_df") }) test_that("lsm_c_dcore_mn returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-dcore_sd.R b/tests/testthat/test-lsm-c-dcore_sd.R index 5acaf6309..35b23e0db 100644 --- a/tests/testthat/test-lsm-c-dcore_sd.R +++ b/tests/testthat/test-lsm-c-dcore_sd.R @@ -1,11 +1,9 @@ -context("class level lsm_c_dore_sd metric") - landscapemetrics_class_landscape_value <- lsm_c_dcore_sd(landscape) test_that("lsm_c_dcore_sd is typestable", { - expect_is(lsm_c_dcore_sd(landscape), "tbl_df") - expect_is(lsm_c_dcore_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_dcore_sd(landscape_list), "tbl_df") + expect_s3_class(lsm_c_dcore_sd(landscape), "tbl_df") + expect_s3_class(lsm_c_dcore_sd(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_dcore_sd(landscape_list), "tbl_df") }) test_that("lsm_c_dcore_sd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-division.R b/tests/testthat/test-lsm-c-division.R index 74dc94509..f49b3c8f1 100644 --- a/tests/testthat/test-lsm-c-division.R +++ b/tests/testthat/test-lsm-c-division.R @@ -1,11 +1,9 @@ -context("class level lsm_c_division metric") - landscapemetrics_class_landscape_value <- lsm_c_division(landscape) test_that("lsm_c_division is typestable", { - expect_is(lsm_c_division(landscape), "tbl_df") - expect_is(lsm_c_division(landscape_stack), "tbl_df") - expect_is(lsm_c_division(landscape_list), "tbl_df") + expect_s3_class(lsm_c_division(landscape), "tbl_df") + expect_s3_class(lsm_c_division(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_division(landscape_list), "tbl_df") }) test_that("lsm_c_division returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-ed.R b/tests/testthat/test-lsm-c-ed.R index 09d3c4417..550a2ccc5 100644 --- a/tests/testthat/test-lsm-c-ed.R +++ b/tests/testthat/test-lsm-c-ed.R @@ -1,11 +1,9 @@ -context("class level lsm_c_ed metric") - landscapemetrics_class_landscape_value <- lsm_c_ed(landscape) test_that("lsm_c_ed is typestable", { - expect_is(lsm_c_ed(landscape), "tbl_df") - expect_is(lsm_c_ed(landscape_stack), "tbl_df") - expect_is(lsm_c_ed(landscape_list), "tbl_df") + expect_s3_class(lsm_c_ed(landscape), "tbl_df") + expect_s3_class(lsm_c_ed(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_ed(landscape_list), "tbl_df") }) test_that("lsm_c_ed returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-enn-cv.R b/tests/testthat/test-lsm-c-enn-cv.R index e5f8bf9cf..a7eac91c7 100644 --- a/tests/testthat/test-lsm-c-enn-cv.R +++ b/tests/testthat/test-lsm-c-enn-cv.R @@ -1,11 +1,9 @@ -context("class level lsm_c_enn_cv metric") - landscapemetrics_class_landscape_value <- lsm_c_enn_cv(landscape) test_that("lsm_c_enn_cv is typestable", { - expect_is(lsm_c_enn_cv(landscape), "tbl_df") - expect_is(lsm_c_enn_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_enn_cv(landscape_list), "tbl_df") + expect_s3_class(lsm_c_enn_cv(landscape), "tbl_df") + expect_s3_class(lsm_c_enn_cv(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_enn_cv(landscape_list), "tbl_df") }) test_that("lsm_c_enn_cv returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-enn-mn.R b/tests/testthat/test-lsm-c-enn-mn.R index 2aac564c7..636087b05 100644 --- a/tests/testthat/test-lsm-c-enn-mn.R +++ b/tests/testthat/test-lsm-c-enn-mn.R @@ -1,11 +1,9 @@ -context("class level lsm_c_enn_mn metric") - landscapemetrics_class_landscape_value <- lsm_c_enn_mn(landscape) test_that("lsm_c_enn_mn is typestable", { - expect_is(lsm_c_enn_mn(landscape), "tbl_df") - expect_is(lsm_c_enn_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_enn_mn(landscape_list), "tbl_df") + expect_s3_class(lsm_c_enn_mn(landscape), "tbl_df") + expect_s3_class(lsm_c_enn_mn(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_enn_mn(landscape_list), "tbl_df") }) test_that("lsm_c_enn_mn returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-enn-sd.R b/tests/testthat/test-lsm-c-enn-sd.R index 9d79c2878..45989fe60 100644 --- a/tests/testthat/test-lsm-c-enn-sd.R +++ b/tests/testthat/test-lsm-c-enn-sd.R @@ -1,11 +1,9 @@ -context("class level lsm_c_enn_sd metric") - landscapemetrics_class_landscape_value <- lsm_c_enn_sd(landscape) test_that("lsm_c_enn_sd is typestable", { - expect_is(lsm_c_enn_sd(landscape), "tbl_df") - expect_is(lsm_c_enn_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_enn_sd(landscape_list), "tbl_df") + expect_s3_class(lsm_c_enn_sd(landscape), "tbl_df") + expect_s3_class(lsm_c_enn_sd(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_enn_sd(landscape_list), "tbl_df") }) test_that("lsm_c_enn_sd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-frac-cv.R b/tests/testthat/test-lsm-c-frac-cv.R index 5831a60f4..ef55e822a 100644 --- a/tests/testthat/test-lsm-c-frac-cv.R +++ b/tests/testthat/test-lsm-c-frac-cv.R @@ -1,11 +1,9 @@ -context("class level lsm_c_lsm_c_frac_cv metric") - landscapemetrics_class_landscape_value <- lsm_c_frac_cv(landscape) test_that("lsm_c_frac_cv is typestable", { - expect_is(lsm_c_frac_cv(landscape), "tbl_df") - expect_is(lsm_c_frac_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_frac_cv(landscape_list), "tbl_df") + expect_s3_class(lsm_c_frac_cv(landscape), "tbl_df") + expect_s3_class(lsm_c_frac_cv(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_frac_cv(landscape_list), "tbl_df") }) test_that("lsm_c_frac_cv returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-frac-mn.R b/tests/testthat/test-lsm-c-frac-mn.R index 3d6ec3478..c25ce2d94 100644 --- a/tests/testthat/test-lsm-c-frac-mn.R +++ b/tests/testthat/test-lsm-c-frac-mn.R @@ -1,11 +1,9 @@ -context("class level lsm_c_frac_mn metric") - landscapemetrics_class_landscape_value <- lsm_c_frac_mn(landscape) test_that("lsm_c_frac_mn is typestable", { - expect_is(lsm_c_frac_mn(landscape), "tbl_df") - expect_is(lsm_c_frac_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_frac_mn(landscape_list), "tbl_df") + expect_s3_class(lsm_c_frac_mn(landscape), "tbl_df") + expect_s3_class(lsm_c_frac_mn(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_frac_mn(landscape_list), "tbl_df") }) test_that("lsm_c_frac_mn returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-frac-sd.R b/tests/testthat/test-lsm-c-frac-sd.R index a09abdd72..4b33afcf7 100644 --- a/tests/testthat/test-lsm-c-frac-sd.R +++ b/tests/testthat/test-lsm-c-frac-sd.R @@ -1,11 +1,9 @@ -context("class level lsm_c_frac_sd metric") - landscapemetrics_class_landscape_value <- lsm_c_frac_sd(landscape) test_that("lsm_c_frac_sd is typestable", { - expect_is(lsm_c_frac_sd(landscape), "tbl_df") - expect_is(lsm_c_frac_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_frac_sd(landscape_list), "tbl_df") + expect_s3_class(lsm_c_frac_sd(landscape), "tbl_df") + expect_s3_class(lsm_c_frac_sd(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_frac_sd(landscape_list), "tbl_df") }) test_that("lsm_c_frac_sd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-gyrate-cv.R b/tests/testthat/test-lsm-c-gyrate-cv.R index 71544e022..2c3891702 100644 --- a/tests/testthat/test-lsm-c-gyrate-cv.R +++ b/tests/testthat/test-lsm-c-gyrate-cv.R @@ -1,11 +1,9 @@ -context("class level lsm_c_gyrate_cv metric") - landscapemetrics_class_landscape_value <- lsm_c_gyrate_cv(landscape) test_that("lsm_c_gyrate_cv is typestable", { - expect_is(lsm_c_gyrate_cv(landscape), "tbl_df") - expect_is(lsm_c_gyrate_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_gyrate_cv(landscape_list), "tbl_df") + expect_s3_class(lsm_c_gyrate_cv(landscape), "tbl_df") + expect_s3_class(lsm_c_gyrate_cv(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_gyrate_cv(landscape_list), "tbl_df") }) test_that("lsm_c_gyrate_cv returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-gyrate-mn.R b/tests/testthat/test-lsm-c-gyrate-mn.R index 9fd559791..173e4837d 100644 --- a/tests/testthat/test-lsm-c-gyrate-mn.R +++ b/tests/testthat/test-lsm-c-gyrate-mn.R @@ -1,11 +1,9 @@ -context("class level lsm_c_gyrate_mn metric") - landscapemetrics_class_landscape_value <- lsm_c_gyrate_mn(landscape) test_that("lsm_c_gyrate_mn is typestable", { - expect_is(lsm_c_gyrate_mn(landscape), "tbl_df") - expect_is(lsm_c_gyrate_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_gyrate_mn(landscape_list), "tbl_df") + expect_s3_class(lsm_c_gyrate_mn(landscape), "tbl_df") + expect_s3_class(lsm_c_gyrate_mn(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_gyrate_mn(landscape_list), "tbl_df") }) test_that("lsm_c_gyrate_mn returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-gyrate-sd.R b/tests/testthat/test-lsm-c-gyrate-sd.R index a8407bce1..a956e150c 100644 --- a/tests/testthat/test-lsm-c-gyrate-sd.R +++ b/tests/testthat/test-lsm-c-gyrate-sd.R @@ -1,11 +1,9 @@ -context("class level lsm_c_gyrate_mn metric") - landscapemetrics_class_landscape_value <- lsm_c_gyrate_sd(landscape) test_that("lsm_c_gyrate_sd is typestable", { - expect_is(lsm_c_gyrate_sd(landscape), "tbl_df") - expect_is(lsm_c_gyrate_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_gyrate_sd(landscape_list), "tbl_df") + expect_s3_class(lsm_c_gyrate_sd(landscape), "tbl_df") + expect_s3_class(lsm_c_gyrate_sd(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_gyrate_sd(landscape_list), "tbl_df") }) test_that("lsm_c_gyrate_sd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-iji.R b/tests/testthat/test-lsm-c-iji.R index 467d30d5a..4b97890cd 100644 --- a/tests/testthat/test-lsm-c-iji.R +++ b/tests/testthat/test-lsm-c-iji.R @@ -1,12 +1,10 @@ -context("class level lsm_c_iji metric") - landscapemetrics_class_landscape_value <- lsm_c_iji(landscape) test_that("lsm_c_iji is typestable", { - expect_is(lsm_c_iji(landscape), "tbl_df") - expect_is(lsm_c_iji(landscape_stack), "tbl_df") - expect_is(lsm_c_iji(landscape_list), "tbl_df") + expect_s3_class(lsm_c_iji(landscape), "tbl_df") + expect_s3_class(lsm_c_iji(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_iji(landscape_list), "tbl_df") }) test_that("lsm_c_iji returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-lpi.R b/tests/testthat/test-lsm-c-lpi.R index eb58f9535..c20c03170 100644 --- a/tests/testthat/test-lsm-c-lpi.R +++ b/tests/testthat/test-lsm-c-lpi.R @@ -1,11 +1,9 @@ -context("class level lsm_c_lpi metric") - landscapemetrics_class_landscape_value <- lsm_c_lpi(landscape) test_that("lsm_c_lpi is typestable", { - expect_is(lsm_c_lpi(landscape), "tbl_df") - expect_is(lsm_c_lpi(landscape_stack), "tbl_df") - expect_is(lsm_c_lpi(landscape_list), "tbl_df") + expect_s3_class(lsm_c_lpi(landscape), "tbl_df") + expect_s3_class(lsm_c_lpi(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_lpi(landscape_list), "tbl_df") }) test_that("lsm_c_lpi returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-lsi.R b/tests/testthat/test-lsm-c-lsi.R index 8a6f83e31..04a1e4725 100644 --- a/tests/testthat/test-lsm-c-lsi.R +++ b/tests/testthat/test-lsm-c-lsi.R @@ -1,11 +1,9 @@ -context("class level lsm_c_lsi metric") - landscapemetrics_class_landscape_value <- lsm_c_lsi(landscape) test_that("lsm_c_lsi is typestable", { - expect_is(lsm_c_lsi(landscape), "tbl_df") - expect_is(lsm_c_lsi(landscape_stack), "tbl_df") - expect_is(lsm_c_lsi(landscape_list), "tbl_df") + expect_s3_class(lsm_c_lsi(landscape), "tbl_df") + expect_s3_class(lsm_c_lsi(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_lsi(landscape_list), "tbl_df") }) test_that("lsm_c_lsi returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-mesh.R b/tests/testthat/test-lsm-c-mesh.R index dffe4a300..14a555bb9 100644 --- a/tests/testthat/test-lsm-c-mesh.R +++ b/tests/testthat/test-lsm-c-mesh.R @@ -1,11 +1,9 @@ -context("class level lsm_c_mesh metric") - landscapemetrics_class_landscape_value <- lsm_c_mesh(landscape) test_that("lsm_c_mesh is typestable", { - expect_is(lsm_c_mesh(landscape), "tbl_df") - expect_is(lsm_c_mesh(landscape_stack), "tbl_df") - expect_is(lsm_c_mesh(landscape_list), "tbl_df") + expect_s3_class(lsm_c_mesh(landscape), "tbl_df") + expect_s3_class(lsm_c_mesh(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_mesh(landscape_list), "tbl_df") }) test_that("lsm_c_mesh returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-ndca.R b/tests/testthat/test-lsm-c-ndca.R index c360506f1..3045c758a 100644 --- a/tests/testthat/test-lsm-c-ndca.R +++ b/tests/testthat/test-lsm-c-ndca.R @@ -1,11 +1,9 @@ -context("class level lsm_c_ndca metric") - landscapemetrics_class_landscape_value <- lsm_c_ndca(landscape) test_that("lsm_c_ndca is typestable", { - expect_is(lsm_c_ndca(landscape), "tbl_df") - expect_is(lsm_c_ndca(landscape_stack), "tbl_df") - expect_is(lsm_c_ndca(landscape_list), "tbl_df") + expect_s3_class(lsm_c_ndca(landscape), "tbl_df") + expect_s3_class(lsm_c_ndca(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_ndca(landscape_list), "tbl_df") }) test_that("lsm_c_ndca returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-nlsi.R b/tests/testthat/test-lsm-c-nlsi.R index 7fedf97d0..d1094569a 100644 --- a/tests/testthat/test-lsm-c-nlsi.R +++ b/tests/testthat/test-lsm-c-nlsi.R @@ -1,11 +1,9 @@ -context("class level lsm_c_nlsi metric") - landscapemetrics_class_landscape_value <- lsm_c_nlsi(landscape) test_that("lsm_c_nlsi is typestable", { - expect_is(lsm_c_nlsi(landscape), "tbl_df") - expect_is(lsm_c_nlsi(landscape_stack), "tbl_df") - expect_is(lsm_c_nlsi(landscape_list), "tbl_df") + expect_s3_class(lsm_c_nlsi(landscape), "tbl_df") + expect_s3_class(lsm_c_nlsi(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_nlsi(landscape_list), "tbl_df") }) test_that("lsm_c_nlsi returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-np.R b/tests/testthat/test-lsm-c-np.R index cdae8086f..3ea4020fd 100644 --- a/tests/testthat/test-lsm-c-np.R +++ b/tests/testthat/test-lsm-c-np.R @@ -1,11 +1,9 @@ -context("class level lsm_c_np metric") - landscapemetrics_class_landscape_value <- lsm_c_np(landscape) test_that("lsm_c_np is typestable", { - expect_is(lsm_c_np(landscape), "tbl_df") - expect_is(lsm_c_np(landscape_stack), "tbl_df") - expect_is(lsm_c_np(landscape_list), "tbl_df") + expect_s3_class(lsm_c_np(landscape), "tbl_df") + expect_s3_class(lsm_c_np(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_np(landscape_list), "tbl_df") }) test_that("lsm_c_np returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-pafrac.R b/tests/testthat/test-lsm-c-pafrac.R index f133e2507..6fa2f6612 100644 --- a/tests/testthat/test-lsm-c-pafrac.R +++ b/tests/testthat/test-lsm-c-pafrac.R @@ -1,15 +1,12 @@ -context("class level lsm_c_pafrac metric") - -landscapemetrics_class_landscape_value <- lsm_c_pafrac(landscape, - verbose = FALSE) +landscapemetrics_class_landscape_value <- lsm_c_pafrac(landscape, verbose = FALSE) test_that("lsm_c_pafrac is typestable", { - expect_is(lsm_c_pafrac(landscape, + expect_s3_class(lsm_c_pafrac(landscape, verbose = FALSE), "tbl_df") - expect_is(lsm_c_pafrac(landscape_stack, + expect_s3_class(lsm_c_pafrac(landscape_stack, verbose = FALSE), "tbl_df") - expect_is(lsm_c_pafrac(landscape_list, + expect_s3_class(lsm_c_pafrac(landscape_list, verbose = FALSE), "tbl_df") }) diff --git a/tests/testthat/test-lsm-c-para-cv.R b/tests/testthat/test-lsm-c-para-cv.R index 7da349131..417c83a16 100644 --- a/tests/testthat/test-lsm-c-para-cv.R +++ b/tests/testthat/test-lsm-c-para-cv.R @@ -1,11 +1,9 @@ -context("class level lsm_c_para_cv metric") - landscapemetrics_class_landscape_value <- lsm_c_para_cv(landscape) test_that("lsm_c_para_cv is typestable", { - expect_is(lsm_c_para_cv(landscape), "tbl_df") - expect_is(lsm_c_para_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_para_cv(landscape_list), "tbl_df") + expect_s3_class(lsm_c_para_cv(landscape), "tbl_df") + expect_s3_class(lsm_c_para_cv(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_para_cv(landscape_list), "tbl_df") }) test_that("lsm_c_para_cv returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-para-mn.R b/tests/testthat/test-lsm-c-para-mn.R index 89d3655ce..36d996674 100644 --- a/tests/testthat/test-lsm-c-para-mn.R +++ b/tests/testthat/test-lsm-c-para-mn.R @@ -1,11 +1,9 @@ -context("class level lsm_c_para_mn metric") - landscapemetrics_class_landscape_value <- lsm_c_para_mn(landscape) test_that("lsm_c_para_mn is typestable", { - expect_is(lsm_c_para_mn(landscape), "tbl_df") - expect_is(lsm_c_para_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_para_mn(landscape_list), "tbl_df") + expect_s3_class(lsm_c_para_mn(landscape), "tbl_df") + expect_s3_class(lsm_c_para_mn(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_para_mn(landscape_list), "tbl_df") }) test_that("lsm_c_para_mn returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-para-sd.R b/tests/testthat/test-lsm-c-para-sd.R index 48ac1e8dc..02db65547 100644 --- a/tests/testthat/test-lsm-c-para-sd.R +++ b/tests/testthat/test-lsm-c-para-sd.R @@ -1,11 +1,9 @@ -context("class level lsm_c_para_sd metric") - landscapemetrics_class_landscape_value <- lsm_c_para_sd(landscape) test_that("lsm_c_para_sd is typestable", { - expect_is(lsm_c_para_sd(landscape), "tbl_df") - expect_is(lsm_c_para_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_para_sd(landscape_list), "tbl_df") + expect_s3_class(lsm_c_para_sd(landscape), "tbl_df") + expect_s3_class(lsm_c_para_sd(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_para_sd(landscape_list), "tbl_df") }) test_that("lsm_c_para_sd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-pd.R b/tests/testthat/test-lsm-c-pd.R index a1257c9b1..e5b6405b8 100644 --- a/tests/testthat/test-lsm-c-pd.R +++ b/tests/testthat/test-lsm-c-pd.R @@ -1,11 +1,9 @@ -context("class level lsm_c_pd metric") - landscapemetrics_class_landscape_value <- lsm_c_pd(landscape) test_that("lsm_c_pd is typestable", { - expect_is(lsm_c_pd(landscape), "tbl_df") - expect_is(lsm_c_pd(landscape_stack), "tbl_df") - expect_is(lsm_c_pd(landscape_list), "tbl_df") + expect_s3_class(lsm_c_pd(landscape), "tbl_df") + expect_s3_class(lsm_c_pd(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_pd(landscape_list), "tbl_df") }) test_that("lsm_c_pd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-pladj.R b/tests/testthat/test-lsm-c-pladj.R index 041e0bfa3..09b6a18e4 100644 --- a/tests/testthat/test-lsm-c-pladj.R +++ b/tests/testthat/test-lsm-c-pladj.R @@ -1,11 +1,9 @@ -context("class level lsm_c_pladj metric") - landscapemetrics_class_landscape_value <- lsm_c_pladj(landscape) test_that("lsm_c_pladj is typestable", { - expect_is(lsm_c_pladj(landscape), "tbl_df") - expect_is(lsm_c_pladj(landscape_stack), "tbl_df") - expect_is(lsm_c_pladj(landscape_list), "tbl_df") + expect_s3_class(lsm_c_pladj(landscape), "tbl_df") + expect_s3_class(lsm_c_pladj(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_pladj(landscape_list), "tbl_df") }) test_that("lsm_c_pladj returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-pland.R b/tests/testthat/test-lsm-c-pland.R index 986261b39..0de5d2a57 100644 --- a/tests/testthat/test-lsm-c-pland.R +++ b/tests/testthat/test-lsm-c-pland.R @@ -1,11 +1,9 @@ -context("class level lsm_c_pland metric") - landscapemetrics_class_landscape_value <- lsm_c_pland(landscape) test_that("lsm_c_pland is typestable", { - expect_is(lsm_c_pland(landscape), "tbl_df") - expect_is(lsm_c_pland(landscape_stack), "tbl_df") - expect_is(lsm_c_pland(landscape_list), "tbl_df") + expect_s3_class(lsm_c_pland(landscape), "tbl_df") + expect_s3_class(lsm_c_pland(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_pland(landscape_list), "tbl_df") }) test_that("lsm_c_pland returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-shape-cv.R b/tests/testthat/test-lsm-c-shape-cv.R index 525b02efa..2850f39d8 100644 --- a/tests/testthat/test-lsm-c-shape-cv.R +++ b/tests/testthat/test-lsm-c-shape-cv.R @@ -1,11 +1,9 @@ -context("class level lsm_c_shape_cv metric") - landscapemetrics_class_landscape_value <- lsm_c_shape_cv(landscape) test_that("lsm_c_shape_cv is typestable", { - expect_is(lsm_c_shape_cv(landscape), "tbl_df") - expect_is(lsm_c_shape_cv(landscape_stack), "tbl_df") - expect_is(lsm_c_shape_cv(landscape_list), "tbl_df") + expect_s3_class(lsm_c_shape_cv(landscape), "tbl_df") + expect_s3_class(lsm_c_shape_cv(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_shape_cv(landscape_list), "tbl_df") }) test_that("lsm_c_shape_cv returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-shape-mn.R b/tests/testthat/test-lsm-c-shape-mn.R index 31ec7f74b..d9119a33d 100644 --- a/tests/testthat/test-lsm-c-shape-mn.R +++ b/tests/testthat/test-lsm-c-shape-mn.R @@ -1,11 +1,9 @@ -context("class level lsm_c_shape_mn metric") - landscapemetrics_class_landscape_value <- lsm_c_shape_mn(landscape) test_that("lsm_c_shape_mn is typestable", { - expect_is(lsm_c_shape_mn(landscape), "tbl_df") - expect_is(lsm_c_shape_mn(landscape_stack), "tbl_df") - expect_is(lsm_c_shape_mn(landscape_list), "tbl_df") + expect_s3_class(lsm_c_shape_mn(landscape), "tbl_df") + expect_s3_class(lsm_c_shape_mn(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_shape_mn(landscape_list), "tbl_df") }) test_that("lsm_c_shape_mn returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-shape-sd.R b/tests/testthat/test-lsm-c-shape-sd.R index 934fd6d3d..5fa797984 100644 --- a/tests/testthat/test-lsm-c-shape-sd.R +++ b/tests/testthat/test-lsm-c-shape-sd.R @@ -1,11 +1,9 @@ -context("class level lsm_c_shape_sd metric") - landscapemetrics_class_landscape_value <- lsm_c_shape_sd(landscape) test_that("lsm_c_shape_sd is typestable", { - expect_is(lsm_c_shape_sd(landscape), "tbl_df") - expect_is(lsm_c_shape_sd(landscape_stack), "tbl_df") - expect_is(lsm_c_shape_sd(landscape_list), "tbl_df") + expect_s3_class(lsm_c_shape_sd(landscape), "tbl_df") + expect_s3_class(lsm_c_shape_sd(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_shape_sd(landscape_list), "tbl_df") }) test_that("lsm_c_shape_sd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-split.R b/tests/testthat/test-lsm-c-split.R index 1625d3061..b91ed2309 100644 --- a/tests/testthat/test-lsm-c-split.R +++ b/tests/testthat/test-lsm-c-split.R @@ -1,11 +1,9 @@ -context("class level lsm_c_split metric") - landscapemetrics_class_landscape_value <- lsm_c_split(landscape) test_that("lsm_c_split is typestable", { - expect_is(lsm_c_split(landscape), "tbl_df") - expect_is(lsm_c_split(landscape_stack), "tbl_df") - expect_is(lsm_c_split(landscape_list), "tbl_df") + expect_s3_class(lsm_c_split(landscape), "tbl_df") + expect_s3_class(lsm_c_split(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_split(landscape_list), "tbl_df") }) test_that("lsm_c_split returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-tca.R b/tests/testthat/test-lsm-c-tca.R index d9f4e4965..aa5879564 100644 --- a/tests/testthat/test-lsm-c-tca.R +++ b/tests/testthat/test-lsm-c-tca.R @@ -1,11 +1,9 @@ -context("class level lsm_c_tca metric") - landscapemetrics_class_landscape_value <- lsm_c_tca(landscape) test_that("lsm_c_tca is typestable", { - expect_is(lsm_c_tca(landscape), "tbl_df") - expect_is(lsm_c_tca(landscape_stack), "tbl_df") - expect_is(lsm_c_tca(landscape_list), "tbl_df") + expect_s3_class(lsm_c_tca(landscape), "tbl_df") + expect_s3_class(lsm_c_tca(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_tca(landscape_list), "tbl_df") }) test_that("lsm_c_tca returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-c-te.R b/tests/testthat/test-lsm-c-te.R index 2e0390621..a37e7a248 100644 --- a/tests/testthat/test-lsm-c-te.R +++ b/tests/testthat/test-lsm-c-te.R @@ -1,5 +1,3 @@ -context("class level lsm_c_te metric") - landscapemetrics_class_landscape_value <- lsm_c_te(landscape) test_lsm <- matrix(data = NA, nrow = 25, ncol = 30) @@ -14,9 +12,9 @@ test_lsm[6, 6] <- 2 test_lsm <- terra::rast(test_lsm) test_that("lsm_c_te is typestable", { - expect_is(lsm_c_te(landscape), "tbl_df") - expect_is(lsm_c_te(landscape_stack), "tbl_df") - expect_is(lsm_c_te(landscape_list), "tbl_df") + expect_s3_class(lsm_c_te(landscape), "tbl_df") + expect_s3_class(lsm_c_te(landscape_stack), "tbl_df") + expect_s3_class(lsm_c_te(landscape_list), "tbl_df") }) test_that("lsm_c_te returns the desired number of columns", { @@ -38,7 +36,7 @@ test_that("lsm_l_te equals 0 if only one patch is present", { }) test_that("lsm_c_te can handle raster with different xy resolution", { - expect_is(lsm_c_te(landscape_diff_res), "tbl_df") + expect_s3_class(lsm_c_te(landscape_diff_res), "tbl_df") }) test_that("lsm_c_te is the same if count_boundary = FALSE and vice versa", { diff --git a/tests/testthat/test-lsm-l-ai.R b/tests/testthat/test-lsm-l-ai.R index 0ae75b53a..41e800e2f 100644 --- a/tests/testthat/test-lsm-l-ai.R +++ b/tests/testthat/test-lsm-l-ai.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_ai metric") - landscapemetrics_landscape_landscape_value <- lsm_l_ai(landscape) test_that("lsm_l_ai is typestable", { - expect_is(lsm_l_ai(landscape), "tbl_df") - expect_is(lsm_l_ai(landscape_stack), "tbl_df") - expect_is(lsm_l_ai(landscape_list), "tbl_df") + expect_s3_class(lsm_l_ai(landscape), "tbl_df") + expect_s3_class(lsm_l_ai(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_ai(landscape_list), "tbl_df") }) test_that("lsm_l_ai returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-area-cv.R b/tests/testthat/test-lsm-l-area-cv.R index 241f29566..de9c3b43b 100644 --- a/tests/testthat/test-lsm-l-area-cv.R +++ b/tests/testthat/test-lsm-l-area-cv.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_area_cv metric") - landscapemetrics_landscape_landscape_value <- lsm_l_area_cv(landscape) test_that("lsm_l_area_cv is typestable", { - expect_is(lsm_l_area_cv(landscape), "tbl_df") - expect_is(lsm_l_area_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_area_cv(landscape_list), "tbl_df") + expect_s3_class(lsm_l_area_cv(landscape), "tbl_df") + expect_s3_class(lsm_l_area_cv(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_area_cv(landscape_list), "tbl_df") }) test_that("lsm_l_area_cv returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-area-mn.R b/tests/testthat/test-lsm-l-area-mn.R index 4f4a3d959..013d6cbd1 100644 --- a/tests/testthat/test-lsm-l-area-mn.R +++ b/tests/testthat/test-lsm-l-area-mn.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_area_mn metric") - landscapemetrics_landscape_landscape_value <- lsm_l_area_mn(landscape) test_that("lsm_l_area_mn is typestable", { - expect_is(lsm_l_area_mn(landscape), "tbl_df") - expect_is(lsm_l_area_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_area_mn(landscape_list), "tbl_df") + expect_s3_class(lsm_l_area_mn(landscape), "tbl_df") + expect_s3_class(lsm_l_area_mn(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_area_mn(landscape_list), "tbl_df") }) test_that("lsm_l_area_mn returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-area-sd.R b/tests/testthat/test-lsm-l-area-sd.R index 111b438d3..e54c22e1f 100644 --- a/tests/testthat/test-lsm-l-area-sd.R +++ b/tests/testthat/test-lsm-l-area-sd.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_area_sd metric") - landscapemetrics_landscape_landscape_value <- lsm_l_area_sd(landscape) test_that("lsm_l_area_sd is typestable", { - expect_is(lsm_l_area_sd(landscape), "tbl_df") - expect_is(lsm_l_area_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_area_sd(landscape_list), "tbl_df") + expect_s3_class(lsm_l_area_sd(landscape), "tbl_df") + expect_s3_class(lsm_l_area_sd(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_area_sd(landscape_list), "tbl_df") }) test_that("lsm_l_area_sd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-cai-cv.R b/tests/testthat/test-lsm-l-cai-cv.R index dfed1b911..0cd8bad45 100644 --- a/tests/testthat/test-lsm-l-cai-cv.R +++ b/tests/testthat/test-lsm-l-cai-cv.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_cai_cv metric") - landscapemetrics_landscape_landscape_value <- lsm_l_cai_cv(landscape) test_that("lsm_l_cai_cv is typestable", { - expect_is(lsm_l_cai_cv(landscape), "tbl_df") - expect_is(lsm_l_cai_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_cai_cv(landscape_list), "tbl_df") + expect_s3_class(lsm_l_cai_cv(landscape), "tbl_df") + expect_s3_class(lsm_l_cai_cv(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_cai_cv(landscape_list), "tbl_df") }) test_that("lsm_l_cai_cv returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-cai-mn.R b/tests/testthat/test-lsm-l-cai-mn.R index 9410586c8..221d894f1 100644 --- a/tests/testthat/test-lsm-l-cai-mn.R +++ b/tests/testthat/test-lsm-l-cai-mn.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_cai_mn metric") - landscapemetrics_landscape_landscape_value <- lsm_l_cai_mn(landscape) test_that("lsm_l_cai_mn is typestable", { - expect_is(lsm_l_cai_mn(landscape), "tbl_df") - expect_is(lsm_l_cai_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_cai_mn(landscape_list), "tbl_df") + expect_s3_class(lsm_l_cai_mn(landscape), "tbl_df") + expect_s3_class(lsm_l_cai_mn(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_cai_mn(landscape_list), "tbl_df") }) test_that("lsm_l_cai_mn returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-cai-sd.R b/tests/testthat/test-lsm-l-cai-sd.R index 839b0958f..52f8f9686 100644 --- a/tests/testthat/test-lsm-l-cai-sd.R +++ b/tests/testthat/test-lsm-l-cai-sd.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_cai_sd metric") - landscapemetrics_landscape_landscape_value <- lsm_l_cai_sd(landscape) test_that("lsm_l_cai_sd is typestable", { - expect_is(lsm_l_cai_sd(landscape), "tbl_df") - expect_is(lsm_l_cai_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_cai_sd(landscape_list), "tbl_df") + expect_s3_class(lsm_l_cai_sd(landscape), "tbl_df") + expect_s3_class(lsm_l_cai_sd(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_cai_sd(landscape_list), "tbl_df") }) test_that("lsm_l_cai_sd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-circle-cv.R b/tests/testthat/test-lsm-l-circle-cv.R index 85ee9db79..6295f9979 100644 --- a/tests/testthat/test-lsm-l-circle-cv.R +++ b/tests/testthat/test-lsm-l-circle-cv.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_circle_cv metric") - landscapemetrics_landscape_landscape_value <- lsm_l_circle_cv(landscape) test_that("lsm_l_circle_cv is typestable", { - expect_is(lsm_l_circle_cv(landscape), "tbl_df") - expect_is(lsm_l_circle_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_circle_cv(landscape_list), "tbl_df") + expect_s3_class(lsm_l_circle_cv(landscape), "tbl_df") + expect_s3_class(lsm_l_circle_cv(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_circle_cv(landscape_list), "tbl_df") }) test_that("lsm_l_circle_cv returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-circle-mn.R b/tests/testthat/test-lsm-l-circle-mn.R index e4a24f298..1f6a03115 100644 --- a/tests/testthat/test-lsm-l-circle-mn.R +++ b/tests/testthat/test-lsm-l-circle-mn.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_circle_mn metric") - landscapemetrics_landscape_landscape_value <- lsm_l_circle_mn(landscape) test_that("lsm_l_circle_mn is typestable", { - expect_is(lsm_l_circle_mn(landscape), "tbl_df") - expect_is(lsm_l_circle_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_circle_mn(landscape_list), "tbl_df") + expect_s3_class(lsm_l_circle_mn(landscape), "tbl_df") + expect_s3_class(lsm_l_circle_mn(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_circle_mn(landscape_list), "tbl_df") }) test_that("lsm_l_circle_mn returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-circle-sd.R b/tests/testthat/test-lsm-l-circle-sd.R index 16a9b8ccb..0f883e7a6 100644 --- a/tests/testthat/test-lsm-l-circle-sd.R +++ b/tests/testthat/test-lsm-l-circle-sd.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_circle_sd metric") - landscapemetrics_landscape_landscape_value <- lsm_l_circle_sd(landscape) test_that("lsm_l_circle_sd is typestable", { - expect_is(lsm_l_circle_sd(landscape), "tbl_df") - expect_is(lsm_l_circle_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_circle_sd(landscape_list), "tbl_df") + expect_s3_class(lsm_l_circle_sd(landscape), "tbl_df") + expect_s3_class(lsm_l_circle_sd(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_circle_sd(landscape_list), "tbl_df") }) test_that("lsm_l_circle_sd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-cohesion.R b/tests/testthat/test-lsm-l-cohesion.R index 468d4aefc..e11e6c2bc 100644 --- a/tests/testthat/test-lsm-l-cohesion.R +++ b/tests/testthat/test-lsm-l-cohesion.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_cohesion metric") - landscapemetrics_landscape_landscape_value <- lsm_l_cohesion(landscape) test_that("lsm_l_cohesion is typestable", { - expect_is(lsm_l_cohesion(landscape), "tbl_df") - expect_is(lsm_l_cohesion(landscape_stack), "tbl_df") - expect_is(lsm_l_cohesion(landscape_list), "tbl_df") + expect_s3_class(lsm_l_cohesion(landscape), "tbl_df") + expect_s3_class(lsm_l_cohesion(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_cohesion(landscape_list), "tbl_df") }) test_that("lsm_l_cohesion returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-condent.R b/tests/testthat/test-lsm-l-condent.R index e16bb9dbc..db6079fd8 100644 --- a/tests/testthat/test-lsm-l-condent.R +++ b/tests/testthat/test-lsm-l-condent.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_condent metric") - landscapemetrics_landscape_landscape_value <- lsm_l_condent(landscape) test_that("lsm_l_condent is typestable", { - expect_is(lsm_l_condent(landscape), "tbl_df") - expect_is(lsm_l_condent(landscape_stack), "tbl_df") - expect_is(lsm_l_condent(landscape_list), "tbl_df") + expect_s3_class(lsm_l_condent(landscape), "tbl_df") + expect_s3_class(lsm_l_condent(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_condent(landscape_list), "tbl_df") }) test_that("lsm_l_condent returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-contag.R b/tests/testthat/test-lsm-l-contag.R index e58370251..94da59fdc 100644 --- a/tests/testthat/test-lsm-l-contag.R +++ b/tests/testthat/test-lsm-l-contag.R @@ -1,12 +1,10 @@ -context("landscape level lsm_l_contag metric") - landscapemetrics_landscape_landscape_value <- lsm_l_contag(landscape) test_that("lsm_l_contag is typestable", { - expect_is(lsm_l_contag(landscape), "tbl_df") - expect_is(lsm_l_contag(landscape_stack), "tbl_df") - expect_is(lsm_l_contag(landscape_list), "tbl_df") + expect_s3_class(lsm_l_contag(landscape), "tbl_df") + expect_s3_class(lsm_l_contag(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_contag(landscape_list), "tbl_df") }) test_that("lsm_l_contag returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-contig-cv.R b/tests/testthat/test-lsm-l-contig-cv.R index 012406a5e..92eb92075 100644 --- a/tests/testthat/test-lsm-l-contig-cv.R +++ b/tests/testthat/test-lsm-l-contig-cv.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_contig_cv metric") - landscapemetrics_landscape_landscape_value <- lsm_l_contig_cv(landscape) test_that("lsm_l_contig_cv is typestable", { - expect_is(lsm_l_contig_cv(landscape), "tbl_df") - expect_is(lsm_l_contig_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_contig_cv(landscape_list), "tbl_df") + expect_s3_class(lsm_l_contig_cv(landscape), "tbl_df") + expect_s3_class(lsm_l_contig_cv(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_contig_cv(landscape_list), "tbl_df") }) test_that("lsm_l_contig_cv returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-contig-mn.R b/tests/testthat/test-lsm-l-contig-mn.R index 3b3104c3e..69b5ee095 100644 --- a/tests/testthat/test-lsm-l-contig-mn.R +++ b/tests/testthat/test-lsm-l-contig-mn.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_contig_mn metric") - landscapemetrics_landscape_landscape_value <- lsm_l_contig_mn(landscape) test_that("lsm_l_contig_mn is typestable", { - expect_is(lsm_l_contig_mn(landscape), "tbl_df") - expect_is(lsm_l_contig_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_contig_mn(landscape_list), "tbl_df") + expect_s3_class(lsm_l_contig_mn(landscape), "tbl_df") + expect_s3_class(lsm_l_contig_mn(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_contig_mn(landscape_list), "tbl_df") }) test_that("lsm_l_contig_mn returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-contig-sd.R b/tests/testthat/test-lsm-l-contig-sd.R index e14b22fa8..f5fb697ef 100644 --- a/tests/testthat/test-lsm-l-contig-sd.R +++ b/tests/testthat/test-lsm-l-contig-sd.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_contig_sd metric") - landscapemetrics_landscape_landscape_value <- lsm_l_contig_sd(landscape) test_that("lsm_l_contig_sd is typestable", { - expect_is(lsm_l_contig_sd(landscape), "tbl_df") - expect_is(lsm_l_contig_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_contig_sd(landscape_list), "tbl_df") + expect_s3_class(lsm_l_contig_sd(landscape), "tbl_df") + expect_s3_class(lsm_l_contig_sd(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_contig_sd(landscape_list), "tbl_df") }) test_that("lsm_l_contig_sd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-core-cv.R b/tests/testthat/test-lsm-l-core-cv.R index 57d86ea9c..4cbb04d92 100644 --- a/tests/testthat/test-lsm-l-core-cv.R +++ b/tests/testthat/test-lsm-l-core-cv.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_core_cv metric") - landscapemetrics_landscape_landscape_value <- lsm_l_core_cv(landscape) test_that("lsm_l_core_cv is typestable", { - expect_is(lsm_l_core_cv(landscape), "tbl_df") - expect_is(lsm_l_core_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_core_cv(landscape_list), "tbl_df") + expect_s3_class(lsm_l_core_cv(landscape), "tbl_df") + expect_s3_class(lsm_l_core_cv(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_core_cv(landscape_list), "tbl_df") }) test_that("lsm_l_core_cv returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-core-mn.R b/tests/testthat/test-lsm-l-core-mn.R index 270638edc..f6176f006 100644 --- a/tests/testthat/test-lsm-l-core-mn.R +++ b/tests/testthat/test-lsm-l-core-mn.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_core_mn metric") - landscapemetrics_landscape_landscape_value <- lsm_l_core_mn(landscape) test_that("lsm_l_core_mn is typestable", { - expect_is(lsm_l_core_mn(landscape), "tbl_df") - expect_is(lsm_l_core_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_core_mn(landscape_list), "tbl_df") + expect_s3_class(lsm_l_core_mn(landscape), "tbl_df") + expect_s3_class(lsm_l_core_mn(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_core_mn(landscape_list), "tbl_df") }) test_that("lsm_l_core_mn returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-core-sd.R b/tests/testthat/test-lsm-l-core-sd.R index e02ad76b8..759ac4e76 100644 --- a/tests/testthat/test-lsm-l-core-sd.R +++ b/tests/testthat/test-lsm-l-core-sd.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_core_sd metric") - landscapemetrics_landscape_landscape_value <- lsm_l_core_sd(landscape) test_that("lsm_l_core_sd is typestable", { - expect_is(lsm_l_core_sd(landscape), "tbl_df") - expect_is(lsm_l_core_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_core_sd(landscape_list), "tbl_df") + expect_s3_class(lsm_l_core_sd(landscape), "tbl_df") + expect_s3_class(lsm_l_core_sd(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_core_sd(landscape_list), "tbl_df") }) test_that("lsm_l_core_sd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-dcad.R b/tests/testthat/test-lsm-l-dcad.R index 97cb771ce..c9614af72 100644 --- a/tests/testthat/test-lsm-l-dcad.R +++ b/tests/testthat/test-lsm-l-dcad.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_dcad metric") - landscapemetrics_landscape_landscape_value <- lsm_l_dcad(landscape) test_that("lsm_l_dcad is typestable", { - expect_is(lsm_l_dcad(landscape), "tbl_df") - expect_is(lsm_l_dcad(landscape_stack), "tbl_df") - expect_is(lsm_l_dcad(landscape_list), "tbl_df") + expect_s3_class(lsm_l_dcad(landscape), "tbl_df") + expect_s3_class(lsm_l_dcad(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_dcad(landscape_list), "tbl_df") }) test_that("lsm_l_dcad returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-dcore-cv.R b/tests/testthat/test-lsm-l-dcore-cv.R index b4b666e03..65e1e54f9 100644 --- a/tests/testthat/test-lsm-l-dcore-cv.R +++ b/tests/testthat/test-lsm-l-dcore-cv.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_dcore_cv metric") - landscapemetrics_landscape_landscape_value <- lsm_l_dcore_cv(landscape) test_that("lsm_l_dcore_cv is typestable", { - expect_is(lsm_l_dcore_cv(landscape), "tbl_df") - expect_is(lsm_l_dcore_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_dcore_cv(landscape_list), "tbl_df") + expect_s3_class(lsm_l_dcore_cv(landscape), "tbl_df") + expect_s3_class(lsm_l_dcore_cv(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_dcore_cv(landscape_list), "tbl_df") }) test_that("lsm_l_dcore_cv returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-dcore-mn.R b/tests/testthat/test-lsm-l-dcore-mn.R index 96777c3ac..af626ef55 100644 --- a/tests/testthat/test-lsm-l-dcore-mn.R +++ b/tests/testthat/test-lsm-l-dcore-mn.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_dcore_mn metric") - landscapemetrics_landscape_landscape_value <- lsm_l_dcore_mn(landscape) test_that("lsm_l_dcore_mn is typestable", { - expect_is(lsm_l_dcore_mn(landscape), "tbl_df") - expect_is(lsm_l_dcore_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_dcore_mn(landscape_list), "tbl_df") + expect_s3_class(lsm_l_dcore_mn(landscape), "tbl_df") + expect_s3_class(lsm_l_dcore_mn(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_dcore_mn(landscape_list), "tbl_df") }) test_that("lsm_l_dcore_mn returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-dcore-sd.R b/tests/testthat/test-lsm-l-dcore-sd.R index b6eaef4c0..d760fecb7 100644 --- a/tests/testthat/test-lsm-l-dcore-sd.R +++ b/tests/testthat/test-lsm-l-dcore-sd.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_dcore_sd metric") - landscapemetrics_landscape_landscape_value <- lsm_l_dcore_sd(landscape) test_that("lsm_l_dcore_sd is typestable", { - expect_is(lsm_l_dcore_sd(landscape), "tbl_df") - expect_is(lsm_l_dcore_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_dcore_sd(landscape_list), "tbl_df") + expect_s3_class(lsm_l_dcore_sd(landscape), "tbl_df") + expect_s3_class(lsm_l_dcore_sd(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_dcore_sd(landscape_list), "tbl_df") }) test_that("lsm_l_dcore_sd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-division.R b/tests/testthat/test-lsm-l-division.R index 35e2c0ccf..42e1e2fd3 100644 --- a/tests/testthat/test-lsm-l-division.R +++ b/tests/testthat/test-lsm-l-division.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_division metric") - landscapemetrics_landscape_landscape_value <- lsm_l_division(landscape) test_that("lsm_l_division is typestable", { - expect_is(lsm_l_division(landscape), "tbl_df") - expect_is(lsm_l_division(landscape_stack), "tbl_df") - expect_is(lsm_l_division(landscape_list), "tbl_df") + expect_s3_class(lsm_l_division(landscape), "tbl_df") + expect_s3_class(lsm_l_division(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_division(landscape_list), "tbl_df") }) test_that("lsm_l_division returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-ed.R b/tests/testthat/test-lsm-l-ed.R index 5e29a9d04..2668016b8 100644 --- a/tests/testthat/test-lsm-l-ed.R +++ b/tests/testthat/test-lsm-l-ed.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_ed metric") - landscapemetrics_landscape_landscape_value <- lsm_l_ed(landscape) test_that("lsm_l_ed is typestable", { - expect_is(lsm_l_ed(landscape), "tbl_df") - expect_is(lsm_l_ed(landscape_stack), "tbl_df") - expect_is(lsm_l_ed(landscape_list), "tbl_df") + expect_s3_class(lsm_l_ed(landscape), "tbl_df") + expect_s3_class(lsm_l_ed(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_ed(landscape_list), "tbl_df") }) test_that("lsm_l_ed returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-enn-cv.R b/tests/testthat/test-lsm-l-enn-cv.R index 98165216d..c8bcd683c 100644 --- a/tests/testthat/test-lsm-l-enn-cv.R +++ b/tests/testthat/test-lsm-l-enn-cv.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_enn_cv metric") - landscapemetrics_landscape_landscape_value <- lsm_l_enn_cv(landscape) test_that("lsm_l_enn_cv is typestable", { - expect_is(lsm_l_enn_cv(landscape), "tbl_df") - expect_is(lsm_l_enn_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_enn_cv(landscape_list), "tbl_df") + expect_s3_class(lsm_l_enn_cv(landscape), "tbl_df") + expect_s3_class(lsm_l_enn_cv(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_enn_cv(landscape_list), "tbl_df") }) test_that("lsm_l_enn_cv returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-enn-mn.R b/tests/testthat/test-lsm-l-enn-mn.R index c5dde3938..b1c22a7d9 100644 --- a/tests/testthat/test-lsm-l-enn-mn.R +++ b/tests/testthat/test-lsm-l-enn-mn.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_enn_mn metric") - landscapemetrics_landscape_landscape_value <- lsm_l_enn_mn(landscape) test_that("lsm_l_enn_mn is typestable", { - expect_is(lsm_l_enn_mn(landscape), "tbl_df") - expect_is(lsm_l_enn_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_enn_mn(landscape_list), "tbl_df") + expect_s3_class(lsm_l_enn_mn(landscape), "tbl_df") + expect_s3_class(lsm_l_enn_mn(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_enn_mn(landscape_list), "tbl_df") }) test_that("lsm_l_enn_mn returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-enn-sd.R b/tests/testthat/test-lsm-l-enn-sd.R index 137e20972..318f84dfe 100644 --- a/tests/testthat/test-lsm-l-enn-sd.R +++ b/tests/testthat/test-lsm-l-enn-sd.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_enn_sd metric") - landscapemetrics_landscape_landscape_value <- lsm_l_enn_sd(landscape) test_that("lsm_l_enn_sd is typestable", { - expect_is(lsm_l_enn_sd(landscape), "tbl_df") - expect_is(lsm_l_enn_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_enn_sd(landscape_list), "tbl_df") + expect_s3_class(lsm_l_enn_sd(landscape), "tbl_df") + expect_s3_class(lsm_l_enn_sd(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_enn_sd(landscape_list), "tbl_df") }) test_that("lsm_l_enn_sd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-ent.R b/tests/testthat/test-lsm-l-ent.R index 5a9651b56..f7f6ae700 100644 --- a/tests/testthat/test-lsm-l-ent.R +++ b/tests/testthat/test-lsm-l-ent.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_ent metric") - landscapemetrics_landscape_landscape_value <- lsm_l_ent(landscape) test_that("lsm_l_ent is typestable", { - expect_is(lsm_l_ent(landscape), "tbl_df") - expect_is(lsm_l_ent(landscape_stack), "tbl_df") - expect_is(lsm_l_ent(landscape_list), "tbl_df") + expect_s3_class(lsm_l_ent(landscape), "tbl_df") + expect_s3_class(lsm_l_ent(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_ent(landscape_list), "tbl_df") }) test_that("lsm_l_ent returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-frac-cv.R b/tests/testthat/test-lsm-l-frac-cv.R index 3a4e72a80..eea15e997 100644 --- a/tests/testthat/test-lsm-l-frac-cv.R +++ b/tests/testthat/test-lsm-l-frac-cv.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_frac_cv metric") - landscapemetrics_landscape_landscape_value <- lsm_l_frac_cv(landscape) test_that("lsm_l_frac_cv is typestable", { - expect_is(lsm_l_frac_cv(landscape), "tbl_df") - expect_is(lsm_l_frac_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_frac_cv(landscape_list), "tbl_df") + expect_s3_class(lsm_l_frac_cv(landscape), "tbl_df") + expect_s3_class(lsm_l_frac_cv(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_frac_cv(landscape_list), "tbl_df") }) test_that("lsm_l_frac_cv returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-frac-mn.R b/tests/testthat/test-lsm-l-frac-mn.R index 50b21c81a..9b550f89f 100644 --- a/tests/testthat/test-lsm-l-frac-mn.R +++ b/tests/testthat/test-lsm-l-frac-mn.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_frac_mn metric") - landscapemetrics_landscape_landscape_value <- lsm_l_frac_mn(landscape) test_that("lsm_l_frac_mn is typestable", { - expect_is(lsm_l_frac_mn(landscape), "tbl_df") - expect_is(lsm_l_frac_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_frac_mn(landscape_list), "tbl_df") + expect_s3_class(lsm_l_frac_mn(landscape), "tbl_df") + expect_s3_class(lsm_l_frac_mn(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_frac_mn(landscape_list), "tbl_df") }) test_that("lsm_l_frac_mn returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-frac-sd.R b/tests/testthat/test-lsm-l-frac-sd.R index 76eaa66bb..e5026c7ea 100644 --- a/tests/testthat/test-lsm-l-frac-sd.R +++ b/tests/testthat/test-lsm-l-frac-sd.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_frac_sd metric") - landscapemetrics_landscape_landscape_value <- lsm_l_frac_sd(landscape) test_that("lsm_l_frac_sd is typestable", { - expect_is(lsm_l_frac_sd(landscape), "tbl_df") - expect_is(lsm_l_frac_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_frac_sd(landscape_list), "tbl_df") + expect_s3_class(lsm_l_frac_sd(landscape), "tbl_df") + expect_s3_class(lsm_l_frac_sd(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_frac_sd(landscape_list), "tbl_df") }) test_that("lsm_l_frac_sd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-gyrate-cv.R b/tests/testthat/test-lsm-l-gyrate-cv.R index f71d48c72..da6936e03 100644 --- a/tests/testthat/test-lsm-l-gyrate-cv.R +++ b/tests/testthat/test-lsm-l-gyrate-cv.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_gyrate_cv metric") - landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_cv(landscape) test_that("lsm_l_gyrate_cv is typestable", { - expect_is(lsm_l_gyrate_cv(landscape), "tbl_df") - expect_is(lsm_l_gyrate_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_gyrate_cv(landscape_list), "tbl_df") + expect_s3_class(lsm_l_gyrate_cv(landscape), "tbl_df") + expect_s3_class(lsm_l_gyrate_cv(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_gyrate_cv(landscape_list), "tbl_df") }) test_that("lsm_l_gyrate_cv returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-gyrate-mn.R b/tests/testthat/test-lsm-l-gyrate-mn.R index 520b01872..591acf3ac 100644 --- a/tests/testthat/test-lsm-l-gyrate-mn.R +++ b/tests/testthat/test-lsm-l-gyrate-mn.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_gyrate_mn metric") - landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_mn(landscape) test_that("lsm_l_gyrate_mn is typestable", { - expect_is(lsm_l_gyrate_mn(landscape), "tbl_df") - expect_is(lsm_l_gyrate_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_gyrate_mn(landscape_list), "tbl_df") + expect_s3_class(lsm_l_gyrate_mn(landscape), "tbl_df") + expect_s3_class(lsm_l_gyrate_mn(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_gyrate_mn(landscape_list), "tbl_df") }) test_that("lsm_l_gyrate_mn returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-gyrate-sd.R b/tests/testthat/test-lsm-l-gyrate-sd.R index 1c022a71c..153bba8a4 100644 --- a/tests/testthat/test-lsm-l-gyrate-sd.R +++ b/tests/testthat/test-lsm-l-gyrate-sd.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_gyrate_sd metric") - landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_sd(landscape) test_that("lsm_l_gyrate_sd is typestable", { - expect_is(lsm_l_gyrate_sd(landscape), "tbl_df") - expect_is(lsm_l_gyrate_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_gyrate_sd(landscape_list), "tbl_df") + expect_s3_class(lsm_l_gyrate_sd(landscape), "tbl_df") + expect_s3_class(lsm_l_gyrate_sd(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_gyrate_sd(landscape_list), "tbl_df") }) test_that("lsm_l_gyrate_sd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-iji.R b/tests/testthat/test-lsm-l-iji.R index c84a4f42c..4179b290b 100644 --- a/tests/testthat/test-lsm-l-iji.R +++ b/tests/testthat/test-lsm-l-iji.R @@ -1,12 +1,10 @@ -context("landscape level lsm_l_iji metric") - landscapemetrics_class_landscape_value <- lsm_l_iji(landscape) test_that("lsm_l_iji is typestable", { - expect_is(lsm_l_iji(landscape), "tbl_df") - expect_is(lsm_l_iji(landscape_stack), "tbl_df") - expect_is(lsm_l_iji(landscape_list), "tbl_df") + expect_s3_class(lsm_l_iji(landscape), "tbl_df") + expect_s3_class(lsm_l_iji(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_iji(landscape_list), "tbl_df") }) test_that("lsm_l_iji returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-joinent.R b/tests/testthat/test-lsm-l-joinent.R index 2912a7d98..68220a85e 100644 --- a/tests/testthat/test-lsm-l-joinent.R +++ b/tests/testthat/test-lsm-l-joinent.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_joinent metric") - landscapemetrics_landscape_landscape_value <- lsm_l_joinent(landscape) test_that("lsm_l_joinent is typestable", { - expect_is(lsm_l_joinent(landscape), "tbl_df") - expect_is(lsm_l_joinent(landscape_stack), "tbl_df") - expect_is(lsm_l_joinent(landscape_list), "tbl_df") + expect_s3_class(lsm_l_joinent(landscape), "tbl_df") + expect_s3_class(lsm_l_joinent(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_joinent(landscape_list), "tbl_df") }) test_that("lsm_l_joinent returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-lpi.R b/tests/testthat/test-lsm-l-lpi.R index c58caaa8c..30e6ae2ce 100644 --- a/tests/testthat/test-lsm-l-lpi.R +++ b/tests/testthat/test-lsm-l-lpi.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_lpi metric") - landscapemetrics_landscape_landscape_value <- lsm_l_lpi(landscape) test_that("lsm_l_lpi is typestable", { - expect_is(lsm_l_lpi(landscape), "tbl_df") - expect_is(lsm_l_lpi(landscape_stack), "tbl_df") - expect_is(lsm_l_lpi(landscape_list), "tbl_df") + expect_s3_class(lsm_l_lpi(landscape), "tbl_df") + expect_s3_class(lsm_l_lpi(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_lpi(landscape_list), "tbl_df") }) test_that("lsm_l_lpi returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-lsi.R b/tests/testthat/test-lsm-l-lsi.R index 83ff0a4c2..faf9c2e75 100644 --- a/tests/testthat/test-lsm-l-lsi.R +++ b/tests/testthat/test-lsm-l-lsi.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_lsi metric") - landscapemetrics_landscape_landscape_value <- lsm_l_lsi(landscape) test_that("lsm_l_lsi is typestable", { - expect_is(lsm_l_lsi(landscape), "tbl_df") - expect_is(lsm_l_lsi(landscape_stack), "tbl_df") - expect_is(lsm_l_lsi(landscape_list), "tbl_df") + expect_s3_class(lsm_l_lsi(landscape), "tbl_df") + expect_s3_class(lsm_l_lsi(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_lsi(landscape_list), "tbl_df") }) test_that("lsm_l_lsi returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-mesh.R b/tests/testthat/test-lsm-l-mesh.R index c2d79f73d..252208195 100644 --- a/tests/testthat/test-lsm-l-mesh.R +++ b/tests/testthat/test-lsm-l-mesh.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_mesh metric") - landscapemetrics_landscape_landscape_value <- lsm_l_mesh(landscape) test_that("lsm_l_mesh is typestable", { - expect_is(lsm_l_mesh(landscape), "tbl_df") - expect_is(lsm_l_mesh(landscape_stack), "tbl_df") - expect_is(lsm_l_mesh(landscape_list), "tbl_df") + expect_s3_class(lsm_l_mesh(landscape), "tbl_df") + expect_s3_class(lsm_l_mesh(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_mesh(landscape_list), "tbl_df") }) test_that("lsm_l_mesh returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-msidi.R b/tests/testthat/test-lsm-l-msidi.R index 9a1c1ed51..e7e985fe4 100644 --- a/tests/testthat/test-lsm-l-msidi.R +++ b/tests/testthat/test-lsm-l-msidi.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_msidi metric") - landscapemetrics_landscape_landscape_value <- lsm_l_msidi(landscape) test_that("lsm_l_msidi is typestable", { - expect_is(lsm_l_msidi(landscape), "tbl_df") - expect_is(lsm_l_msidi(landscape_stack), "tbl_df") - expect_is(lsm_l_msidi(landscape_list), "tbl_df") + expect_s3_class(lsm_l_msidi(landscape), "tbl_df") + expect_s3_class(lsm_l_msidi(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_msidi(landscape_list), "tbl_df") }) test_that("lsm_l_msidi returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-msiei.R b/tests/testthat/test-lsm-l-msiei.R index ead1821aa..c4985162b 100644 --- a/tests/testthat/test-lsm-l-msiei.R +++ b/tests/testthat/test-lsm-l-msiei.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_msiei metric") - landscapemetrics_landscape_landscape_value <- lsm_l_msiei(landscape) test_that("lsm_l_msiei is typestable", { - expect_is(lsm_l_msiei(landscape), "tbl_df") - expect_is(lsm_l_msiei(landscape_stack), "tbl_df") - expect_is(lsm_l_msiei(landscape_list), "tbl_df") + expect_s3_class(lsm_l_msiei(landscape), "tbl_df") + expect_s3_class(lsm_l_msiei(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_msiei(landscape_list), "tbl_df") }) test_that("lsm_l_msiei returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-mutinf.R b/tests/testthat/test-lsm-l-mutinf.R index 033f38846..d1730c1a8 100644 --- a/tests/testthat/test-lsm-l-mutinf.R +++ b/tests/testthat/test-lsm-l-mutinf.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_mutinf metric") - landscapemetrics_landscape_landscape_value <- lsm_l_mutinf(landscape) test_that("lsm_l_mutinf is typestable", { - expect_is(lsm_l_mutinf(landscape), "tbl_df") - expect_is(lsm_l_mutinf(landscape_stack), "tbl_df") - expect_is(lsm_l_mutinf(landscape_list), "tbl_df") + expect_s3_class(lsm_l_mutinf(landscape), "tbl_df") + expect_s3_class(lsm_l_mutinf(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_mutinf(landscape_list), "tbl_df") }) test_that("lsm_l_mutinf returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-ndca.R b/tests/testthat/test-lsm-l-ndca.R index 4beefc089..a11a578b4 100644 --- a/tests/testthat/test-lsm-l-ndca.R +++ b/tests/testthat/test-lsm-l-ndca.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_ndca metric") - landscapemetrics_landscape_landscape_value <- lsm_l_ndca(landscape) test_that("lsm_l_ndca is typestable", { - expect_is(lsm_l_ndca(landscape), "tbl_df") - expect_is(lsm_l_ndca(landscape_stack), "tbl_df") - expect_is(lsm_l_ndca(landscape_list), "tbl_df") + expect_s3_class(lsm_l_ndca(landscape), "tbl_df") + expect_s3_class(lsm_l_ndca(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_ndca(landscape_list), "tbl_df") }) test_that("lsm_l_ndca returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-np.R b/tests/testthat/test-lsm-l-np.R index 0369b07f5..9b52465f0 100644 --- a/tests/testthat/test-lsm-l-np.R +++ b/tests/testthat/test-lsm-l-np.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_np metric") - landscapemetrics_landscape_landscape_value <- lsm_l_np(landscape) test_that("lsm_l_np is typestable", { - expect_is(lsm_l_np(landscape), "tbl_df") - expect_is(lsm_l_np(landscape_stack), "tbl_df") - expect_is(lsm_l_np(landscape_list), "tbl_df") + expect_s3_class(lsm_l_np(landscape), "tbl_df") + expect_s3_class(lsm_l_np(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_np(landscape_list), "tbl_df") }) test_that("lsm_l_np returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-pafrac.R b/tests/testthat/test-lsm-l-pafrac.R index 30d7de007..0f20a4e3c 100644 --- a/tests/testthat/test-lsm-l-pafrac.R +++ b/tests/testthat/test-lsm-l-pafrac.R @@ -1,12 +1,10 @@ -context("landscape level lsm_l_pafrac metric") - landscapemetrics_landscape_landscape_value <- lsm_l_pafrac(landscape) test_that("lsm_l_pafrac is typestable", { - expect_is(lsm_l_pafrac(landscape), "tbl_df") - expect_is(lsm_l_pafrac(landscape_stack), "tbl_df") - expect_is(lsm_l_pafrac(landscape_list), "tbl_df") + expect_s3_class(lsm_l_pafrac(landscape), "tbl_df") + expect_s3_class(lsm_l_pafrac(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_pafrac(landscape_list), "tbl_df") }) test_that("lsm_l_pafrac returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-para-cv.R b/tests/testthat/test-lsm-l-para-cv.R index 8ef5e2d04..a2dce01ef 100644 --- a/tests/testthat/test-lsm-l-para-cv.R +++ b/tests/testthat/test-lsm-l-para-cv.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_para_cv metric") - landscapemetrics_landscape_landscape_value <- lsm_l_para_cv(landscape) test_that("lsm_l_para_cv is typestable", { - expect_is(lsm_l_para_cv(landscape), "tbl_df") - expect_is(lsm_l_para_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_para_cv(landscape_list), "tbl_df") + expect_s3_class(lsm_l_para_cv(landscape), "tbl_df") + expect_s3_class(lsm_l_para_cv(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_para_cv(landscape_list), "tbl_df") }) test_that("lsm_l_para_cv returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-para-mn.R b/tests/testthat/test-lsm-l-para-mn.R index fa871a8a9..c2ed1d166 100644 --- a/tests/testthat/test-lsm-l-para-mn.R +++ b/tests/testthat/test-lsm-l-para-mn.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_para_mn metric") - landscapemetrics_landscape_landscape_value <- lsm_l_para_mn(landscape) test_that("lsm_l_para_mn is typestable", { - expect_is(lsm_l_para_mn(landscape), "tbl_df") - expect_is(lsm_l_para_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_para_mn(landscape_list), "tbl_df") + expect_s3_class(lsm_l_para_mn(landscape), "tbl_df") + expect_s3_class(lsm_l_para_mn(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_para_mn(landscape_list), "tbl_df") }) test_that("lsm_l_para_mn returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-para-sd.R b/tests/testthat/test-lsm-l-para-sd.R index 01b2e3fc2..5bafef525 100644 --- a/tests/testthat/test-lsm-l-para-sd.R +++ b/tests/testthat/test-lsm-l-para-sd.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_para_sd metric") - landscapemetrics_landscape_landscape_value <- lsm_l_para_sd(landscape) test_that("lsm_l_para_sd is typestable", { - expect_is(lsm_l_para_sd(landscape), "tbl_df") - expect_is(lsm_l_para_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_para_sd(landscape_list), "tbl_df") + expect_s3_class(lsm_l_para_sd(landscape), "tbl_df") + expect_s3_class(lsm_l_para_sd(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_para_sd(landscape_list), "tbl_df") }) test_that("lsm_l_para_sd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-pd.R b/tests/testthat/test-lsm-l-pd.R index f4fa6a4b1..a307fa976 100644 --- a/tests/testthat/test-lsm-l-pd.R +++ b/tests/testthat/test-lsm-l-pd.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_pd metric") - landscapemetrics_landscape_landscape_value <- lsm_l_pd(landscape) test_that("lsm_l_pd is typestable", { - expect_is(lsm_l_pd(landscape), "tbl_df") - expect_is(lsm_l_pd(landscape_stack), "tbl_df") - expect_is(lsm_l_pd(landscape_list), "tbl_df") + expect_s3_class(lsm_l_pd(landscape), "tbl_df") + expect_s3_class(lsm_l_pd(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_pd(landscape_list), "tbl_df") }) test_that("lsm_l_pd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-pladj.R b/tests/testthat/test-lsm-l-pladj.R index 07ab4e496..d5b5c6d07 100644 --- a/tests/testthat/test-lsm-l-pladj.R +++ b/tests/testthat/test-lsm-l-pladj.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_pladj metric") - landscapemetrics_landscape_landscape_value <- lsm_l_pladj(landscape) test_that("lsm_l_pladj is typestable", { - expect_is(lsm_l_pladj(landscape), "tbl_df") - expect_is(lsm_l_pladj(landscape_stack), "tbl_df") - expect_is(lsm_l_pladj(landscape_list), "tbl_df") + expect_s3_class(lsm_l_pladj(landscape), "tbl_df") + expect_s3_class(lsm_l_pladj(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_pladj(landscape_list), "tbl_df") }) test_that("lsm_l_pladj returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-pr.R b/tests/testthat/test-lsm-l-pr.R index c60384070..eedf2a972 100644 --- a/tests/testthat/test-lsm-l-pr.R +++ b/tests/testthat/test-lsm-l-pr.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_pr metric") - landscapemetrics_landscape_landscape_value <- lsm_l_pr(landscape) test_that("lsm_l_pr is typestable", { - expect_is(lsm_l_pr(landscape), "tbl_df") - expect_is(lsm_l_pr(landscape_stack), "tbl_df") - expect_is(lsm_l_pr(landscape_list), "tbl_df") + expect_s3_class(lsm_l_pr(landscape), "tbl_df") + expect_s3_class(lsm_l_pr(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_pr(landscape_list), "tbl_df") }) test_that("lsm_l_pr returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-prd.R b/tests/testthat/test-lsm-l-prd.R index 3572522b7..fa90508b5 100644 --- a/tests/testthat/test-lsm-l-prd.R +++ b/tests/testthat/test-lsm-l-prd.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_prd metric") - landscapemetrics_landscape_landscape_value <- lsm_l_prd(landscape) test_that("lsm_l_prd is typestable", { - expect_is(lsm_l_prd(landscape), "tbl_df") - expect_is(lsm_l_prd(landscape_stack), "tbl_df") - expect_is(lsm_l_prd(landscape_list), "tbl_df") + expect_s3_class(lsm_l_prd(landscape), "tbl_df") + expect_s3_class(lsm_l_prd(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_prd(landscape_list), "tbl_df") }) test_that("lsm_l_prd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-relmutinf.R b/tests/testthat/test-lsm-l-relmutinf.R index 0a19ca67d..29a19d18e 100644 --- a/tests/testthat/test-lsm-l-relmutinf.R +++ b/tests/testthat/test-lsm-l-relmutinf.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_relmutinf metric") - landscapemetrics_landscape_landscape_value <- lsm_l_relmutinf(landscape) test_that("lsm_l_relmutinf is typestable", { - expect_is(lsm_l_relmutinf(landscape), "tbl_df") - expect_is(lsm_l_relmutinf(landscape_stack), "tbl_df") - expect_is(lsm_l_relmutinf(landscape_list), "tbl_df") + expect_s3_class(lsm_l_relmutinf(landscape), "tbl_df") + expect_s3_class(lsm_l_relmutinf(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_relmutinf(landscape_list), "tbl_df") }) test_that("lsm_l_relmutinf returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-rpr.R b/tests/testthat/test-lsm-l-rpr.R index 8db94035f..29cad4ef7 100644 --- a/tests/testthat/test-lsm-l-rpr.R +++ b/tests/testthat/test-lsm-l-rpr.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_rpr metric") - landscapemetrics_landscape_landscape_value <- lsm_l_rpr(landscape, classes_max = 5) test_that("lsm_l_rpr is typestable", { - expect_is(lsm_l_rpr(landscape, classes_max = 5), "tbl_df") - expect_is(lsm_l_rpr(landscape_stack, classes_max = 5), "tbl_df") - expect_is(lsm_l_rpr(landscape_list, classes_max = 5), "tbl_df") + expect_s3_class(lsm_l_rpr(landscape, classes_max = 5), "tbl_df") + expect_s3_class(lsm_l_rpr(landscape_stack, classes_max = 5), "tbl_df") + expect_s3_class(lsm_l_rpr(landscape_list, classes_max = 5), "tbl_df") }) test_that("lsm_l_rpr returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-shape-cv.R b/tests/testthat/test-lsm-l-shape-cv.R index 1e1e6ba11..5025673c6 100644 --- a/tests/testthat/test-lsm-l-shape-cv.R +++ b/tests/testthat/test-lsm-l-shape-cv.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_shape_cv metric") - landscapemetrics_landscape_landscape_value <- lsm_l_shape_cv(landscape) test_that("lsm_l_shape_cv is typestable", { - expect_is(lsm_l_shape_cv(landscape), "tbl_df") - expect_is(lsm_l_shape_cv(landscape_stack), "tbl_df") - expect_is(lsm_l_shape_cv(landscape_list), "tbl_df") + expect_s3_class(lsm_l_shape_cv(landscape), "tbl_df") + expect_s3_class(lsm_l_shape_cv(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_shape_cv(landscape_list), "tbl_df") }) test_that("lsm_l_shape_cv returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-shape-mn.R b/tests/testthat/test-lsm-l-shape-mn.R index c5d486dde..7fa0a50ef 100644 --- a/tests/testthat/test-lsm-l-shape-mn.R +++ b/tests/testthat/test-lsm-l-shape-mn.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_shape_mn metric") - landscapemetrics_landscape_landscape_value <- lsm_l_shape_mn(landscape) test_that("lsm_l_shape_mn is typestable", { - expect_is(lsm_l_shape_mn(landscape), "tbl_df") - expect_is(lsm_l_shape_mn(landscape_stack), "tbl_df") - expect_is(lsm_l_shape_mn(landscape_list), "tbl_df") + expect_s3_class(lsm_l_shape_mn(landscape), "tbl_df") + expect_s3_class(lsm_l_shape_mn(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_shape_mn(landscape_list), "tbl_df") }) test_that("lsm_l_shape_mn returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-shape-sd.R b/tests/testthat/test-lsm-l-shape-sd.R index 601dd9b8f..7bdf8122a 100644 --- a/tests/testthat/test-lsm-l-shape-sd.R +++ b/tests/testthat/test-lsm-l-shape-sd.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_shape_sd metric") - landscapemetrics_landscape_landscape_value <- lsm_l_shape_sd(landscape) test_that("lsm_l_shape_sd is typestable", { - expect_is(lsm_l_shape_sd(landscape), "tbl_df") - expect_is(lsm_l_shape_sd(landscape_stack), "tbl_df") - expect_is(lsm_l_shape_sd(landscape_list), "tbl_df") + expect_s3_class(lsm_l_shape_sd(landscape), "tbl_df") + expect_s3_class(lsm_l_shape_sd(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_shape_sd(landscape_list), "tbl_df") }) test_that("lsm_l_shape_sd returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-shdi.R b/tests/testthat/test-lsm-l-shdi.R index b23718928..5e565754a 100644 --- a/tests/testthat/test-lsm-l-shdi.R +++ b/tests/testthat/test-lsm-l-shdi.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_shdi metric") - landscapemetrics_landscape_landscape_value <- lsm_l_shdi(landscape) test_that("lsm_l_shdi is typestable", { - expect_is(lsm_l_shdi(landscape), "tbl_df") - expect_is(lsm_l_shdi(landscape_stack), "tbl_df") - expect_is(lsm_l_shdi(landscape_list), "tbl_df") + expect_s3_class(lsm_l_shdi(landscape), "tbl_df") + expect_s3_class(lsm_l_shdi(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_shdi(landscape_list), "tbl_df") }) test_that("lsm_l_shdi returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-shei.R b/tests/testthat/test-lsm-l-shei.R index c32158a26..9928c4166 100644 --- a/tests/testthat/test-lsm-l-shei.R +++ b/tests/testthat/test-lsm-l-shei.R @@ -1,13 +1,9 @@ -context("landscape level lsm_l_shei metric") - landscapemetrics_landscape_landscape_value <- lsm_l_shei(landscape) - - test_that("lsm_l_shei is typestable", { - expect_is(lsm_l_shei(landscape), "tbl_df") - expect_is(lsm_l_shei(landscape_stack), "tbl_df") - expect_is(lsm_l_shei(landscape_list), "tbl_df") + expect_s3_class(lsm_l_shei(landscape), "tbl_df") + expect_s3_class(lsm_l_shei(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_shei(landscape_list), "tbl_df") }) test_that("lsm_l_shei returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-sidi.R b/tests/testthat/test-lsm-l-sidi.R index bb0307722..c7e2297aa 100644 --- a/tests/testthat/test-lsm-l-sidi.R +++ b/tests/testthat/test-lsm-l-sidi.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_sidi metric") - landscapemetrics_landscape_landscape_value <- lsm_l_sidi(landscape) test_that("lsm_l_sidi is typestable", { - expect_is(lsm_l_sidi(landscape), "tbl_df") - expect_is(lsm_l_sidi(landscape_stack), "tbl_df") - expect_is(lsm_l_sidi(landscape_list), "tbl_df") + expect_s3_class(lsm_l_sidi(landscape), "tbl_df") + expect_s3_class(lsm_l_sidi(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_sidi(landscape_list), "tbl_df") }) test_that("lsm_l_sidi returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-siei.R b/tests/testthat/test-lsm-l-siei.R index 7e6d577f1..622407ce2 100644 --- a/tests/testthat/test-lsm-l-siei.R +++ b/tests/testthat/test-lsm-l-siei.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_siei metric") - landscapemetrics_landscape_landscape_value <- lsm_l_siei(landscape) test_that("lsm_l_siei is typestable", { - expect_is(lsm_l_siei(landscape), "tbl_df") - expect_is(lsm_l_siei(landscape_stack), "tbl_df") - expect_is(lsm_l_siei(landscape_list), "tbl_df") + expect_s3_class(lsm_l_siei(landscape), "tbl_df") + expect_s3_class(lsm_l_siei(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_siei(landscape_list), "tbl_df") }) test_that("lsm_l_siei returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-split.R b/tests/testthat/test-lsm-l-split.R index 9566955db..1659920f4 100644 --- a/tests/testthat/test-lsm-l-split.R +++ b/tests/testthat/test-lsm-l-split.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_split metric") - landscapemetrics_landscape_landscape_value <- lsm_l_split(landscape) test_that("lsm_l_split is typestable", { - expect_is(lsm_l_split(landscape), "tbl_df") - expect_is(lsm_l_split(landscape_stack), "tbl_df") - expect_is(lsm_l_split(landscape_list), "tbl_df") + expect_s3_class(lsm_l_split(landscape), "tbl_df") + expect_s3_class(lsm_l_split(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_split(landscape_list), "tbl_df") }) test_that("lsm_l_split returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-ta.R b/tests/testthat/test-lsm-l-ta.R index 14fd1a2bd..cc05cf1eb 100644 --- a/tests/testthat/test-lsm-l-ta.R +++ b/tests/testthat/test-lsm-l-ta.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_ta metric") - landscapemetrics_landscape_landscape_value <- lsm_l_ta(landscape) test_that("lsm_l_ta is typestable", { - expect_is(lsm_l_ta(landscape), "tbl_df") - expect_is(lsm_l_ta(landscape_stack), "tbl_df") - expect_is(lsm_l_ta(landscape_list), "tbl_df") + expect_s3_class(lsm_l_ta(landscape), "tbl_df") + expect_s3_class(lsm_l_ta(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_ta(landscape_list), "tbl_df") }) test_that("lsm_l_ta returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-tca.R b/tests/testthat/test-lsm-l-tca.R index 08cd619cb..edc99ab81 100644 --- a/tests/testthat/test-lsm-l-tca.R +++ b/tests/testthat/test-lsm-l-tca.R @@ -1,11 +1,9 @@ -context("landscape level lsm_l_tca metric") - landscapemetrics_landscape_landscape_value <- lsm_l_tca(landscape) test_that("lsm_l_tca is typestable", { - expect_is(lsm_l_tca(landscape), "tbl_df") - expect_is(lsm_l_tca(landscape_stack), "tbl_df") - expect_is(lsm_l_tca(landscape_list), "tbl_df") + expect_s3_class(lsm_l_tca(landscape), "tbl_df") + expect_s3_class(lsm_l_tca(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_tca(landscape_list), "tbl_df") }) test_that("lsm_l_tca returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-l-te.R b/tests/testthat/test-lsm-l-te.R index 9044e6ddd..ace3e4297 100644 --- a/tests/testthat/test-lsm-l-te.R +++ b/tests/testthat/test-lsm-l-te.R @@ -1,5 +1,3 @@ -context("landscape level lsm_l_te metric") - landscapemetrics_landscape_landscape_value <- lsm_l_te(landscape) test_lsm <- matrix(data = NA, nrow = 25, ncol = 30) @@ -14,9 +12,9 @@ test_lsm[6, 6] <- 2 test_lsm <- terra::rast(test_lsm) test_that("lsm_l_te is typestable", { - expect_is(lsm_l_te(landscape), "tbl_df") - expect_is(lsm_l_te(landscape_stack), "tbl_df") - expect_is(lsm_l_te(landscape_list), "tbl_df") + expect_s3_class(lsm_l_te(landscape), "tbl_df") + expect_s3_class(lsm_l_te(landscape_stack), "tbl_df") + expect_s3_class(lsm_l_te(landscape_list), "tbl_df") }) test_that("lsm_l_te returns the desired number of columns", { @@ -39,7 +37,7 @@ test_that("lsm_l_te option count_boundary is working", { }) test_that("lsm_l_te can handle raster with different xy resolution", { - expect_is(lsm_l_te(landscape_diff_res), "tbl_df") + expect_s3_class(lsm_l_te(landscape_diff_res), "tbl_df") }) diff --git a/tests/testthat/test-lsm-p-area.R b/tests/testthat/test-lsm-p-area.R index 2614cc930..3ddafb2f8 100644 --- a/tests/testthat/test-lsm-p-area.R +++ b/tests/testthat/test-lsm-p-area.R @@ -1,11 +1,9 @@ -context("patch level lsm_p_area metric") - landscapemetrics_patch_landscape_value <- lsm_p_area(landscape) test_that("lsm_p_area is typestable", { - expect_is(lsm_p_area(landscape), "tbl_df") - expect_is(lsm_p_area(landscape_stack), "tbl_df") - expect_is(lsm_p_area(landscape_list), "tbl_df") + expect_s3_class(lsm_p_area(landscape), "tbl_df") + expect_s3_class(lsm_p_area(landscape_stack), "tbl_df") + expect_s3_class(lsm_p_area(landscape_list), "tbl_df") }) test_that("lsm_p_area returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-p-cai.R b/tests/testthat/test-lsm-p-cai.R index 0ebf8fe8f..8cfcb6e03 100644 --- a/tests/testthat/test-lsm-p-cai.R +++ b/tests/testthat/test-lsm-p-cai.R @@ -1,11 +1,9 @@ -context("patch level lsm_p_cai metric") - landscapemetrics_patch_landscape_value <- lsm_p_cai(landscape) test_that("lsm_p_cai is typestable", { - expect_is(lsm_p_cai(landscape), "tbl_df") - expect_is(lsm_p_cai(landscape_stack), "tbl_df") - expect_is(lsm_p_cai(landscape_list), "tbl_df") + expect_s3_class(lsm_p_cai(landscape), "tbl_df") + expect_s3_class(lsm_p_cai(landscape_stack), "tbl_df") + expect_s3_class(lsm_p_cai(landscape_list), "tbl_df") }) test_that("lsm_p_cai returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-p-circle.R b/tests/testthat/test-lsm-p-circle.R index c2895809e..7c5e11301 100644 --- a/tests/testthat/test-lsm-p-circle.R +++ b/tests/testthat/test-lsm-p-circle.R @@ -1,11 +1,9 @@ -context("patch level lsm_p_circle metric") - landscapemetrics_patch_landscape_value <- lsm_p_circle(landscape) test_that("lsm_p_circle is typestable", { - expect_is(lsm_p_circle(landscape), "tbl_df") - expect_is(lsm_p_circle(landscape_stack), "tbl_df") - expect_is(lsm_p_circle(landscape_list), "tbl_df") + expect_s3_class(lsm_p_circle(landscape), "tbl_df") + expect_s3_class(lsm_p_circle(landscape_stack), "tbl_df") + expect_s3_class(lsm_p_circle(landscape_list), "tbl_df") }) test_that("lsm_p_circle returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-p-contig.R b/tests/testthat/test-lsm-p-contig.R index 8472b94c2..b72837f28 100644 --- a/tests/testthat/test-lsm-p-contig.R +++ b/tests/testthat/test-lsm-p-contig.R @@ -1,11 +1,9 @@ -context("patch level lsm_p_contig metric") - landscapemetrics_patch_landscape_value <- lsm_p_contig(landscape) test_that("lsm_p_contig is typestable", { - expect_is(lsm_p_contig(landscape), "tbl_df") - expect_is(lsm_p_contig(landscape_stack), "tbl_df") - expect_is(lsm_p_contig(landscape_list), "tbl_df") + expect_s3_class(lsm_p_contig(landscape), "tbl_df") + expect_s3_class(lsm_p_contig(landscape_stack), "tbl_df") + expect_s3_class(lsm_p_contig(landscape_list), "tbl_df") }) test_that("lsm_p_contig returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-p-core.R b/tests/testthat/test-lsm-p-core.R index d66ca1313..2d82f8c4f 100644 --- a/tests/testthat/test-lsm-p-core.R +++ b/tests/testthat/test-lsm-p-core.R @@ -1,5 +1,3 @@ -context("patch level lsm_p_core metric") - landscapemetrics_patch_landscape_value <- lsm_p_core(landscape) test_that("lsm_p_core works for a single class landscape", { @@ -10,9 +8,9 @@ test_that("lsm_p_core works for a single class landscape", { }) test_that("lsm_p_core is typestable", { - expect_is(lsm_p_core(landscape), "tbl_df") - expect_is(lsm_p_core(landscape_stack), "tbl_df") - expect_is(lsm_p_core(landscape_list), "tbl_df") + expect_s3_class(lsm_p_core(landscape), "tbl_df") + expect_s3_class(lsm_p_core(landscape_stack), "tbl_df") + expect_s3_class(lsm_p_core(landscape_list), "tbl_df") }) test_that("lsm_p_core returns the desired number of columns", { @@ -29,5 +27,5 @@ test_that("lsm_p_core returns in every column the correct type", { }) test_that("lsm_p_core can set edge depth typestable", { - expect_is(lsm_p_core(landscape, edge_depth = 3), "tbl_df") + expect_s3_class(lsm_p_core(landscape, edge_depth = 3), "tbl_df") }) diff --git a/tests/testthat/test-lsm-p-enn.R b/tests/testthat/test-lsm-p-enn.R index b50479400..f101842fc 100644 --- a/tests/testthat/test-lsm-p-enn.R +++ b/tests/testthat/test-lsm-p-enn.R @@ -1,11 +1,9 @@ -context("patch level lsm_p_enn metric") - landscapemetrics_patch_landscape_value <- lsm_p_enn(landscape) test_that("lsm_p_enn is typestable", { - expect_is(lsm_p_enn(landscape), "tbl_df") - expect_is(lsm_p_enn(landscape_stack), "tbl_df") - expect_is(lsm_p_enn(landscape_list), "tbl_df") + expect_s3_class(lsm_p_enn(landscape), "tbl_df") + expect_s3_class(lsm_p_enn(landscape_stack), "tbl_df") + expect_s3_class(lsm_p_enn(landscape_list), "tbl_df") }) test_that("lsm_p_enn returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-p-frac.R b/tests/testthat/test-lsm-p-frac.R index cf14de99a..6c5d6ec27 100644 --- a/tests/testthat/test-lsm-p-frac.R +++ b/tests/testthat/test-lsm-p-frac.R @@ -1,11 +1,9 @@ -context("patch level lsm_p_frac metric") - landscapemetrics_patch_landscape_value <- lsm_p_frac(landscape) test_that("lsm_p_frac is typestable", { - expect_is(lsm_p_frac(landscape), "tbl_df") - expect_is(lsm_p_frac(landscape_stack), "tbl_df") - expect_is(lsm_p_frac(landscape_list), "tbl_df") + expect_s3_class(lsm_p_frac(landscape), "tbl_df") + expect_s3_class(lsm_p_frac(landscape_stack), "tbl_df") + expect_s3_class(lsm_p_frac(landscape_list), "tbl_df") }) test_that("lsm_p_frac returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-p-gyrate.R b/tests/testthat/test-lsm-p-gyrate.R index 3a7bdcac1..06c29515c 100644 --- a/tests/testthat/test-lsm-p-gyrate.R +++ b/tests/testthat/test-lsm-p-gyrate.R @@ -1,11 +1,9 @@ -context("patch level lsm_p_gyrate metric") - landscapemetrics_patch_landscape_value <- lsm_p_gyrate(landscape) test_that("lsm_p_gyrate is typestable", { - expect_is(lsm_p_gyrate(landscape), "tbl_df") - expect_is(lsm_p_gyrate(landscape_stack), "tbl_df") - expect_is(lsm_p_gyrate(landscape_list), "tbl_df") + expect_s3_class(lsm_p_gyrate(landscape), "tbl_df") + expect_s3_class(lsm_p_gyrate(landscape_stack), "tbl_df") + expect_s3_class(lsm_p_gyrate(landscape_list), "tbl_df") }) test_that("lsm_p_gyrate returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-p-nca.R b/tests/testthat/test-lsm-p-nca.R index f1bbd4b98..e02b6b913 100644 --- a/tests/testthat/test-lsm-p-nca.R +++ b/tests/testthat/test-lsm-p-nca.R @@ -1,11 +1,9 @@ -context("patch level lsm_p_nca metric") - landscapemetrics_patch_landscape_value <- lsm_p_ncore(landscape) test_that("lsm_p_ncore is typestable", { - expect_is(lsm_p_ncore(landscape), "tbl_df") - expect_is(lsm_p_ncore(landscape_stack), "tbl_df") - expect_is(lsm_p_ncore(landscape_list), "tbl_df") + expect_s3_class(lsm_p_ncore(landscape), "tbl_df") + expect_s3_class(lsm_p_ncore(landscape_stack), "tbl_df") + expect_s3_class(lsm_p_ncore(landscape_list), "tbl_df") }) test_that("lsm_p_ncore returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-p-para.R b/tests/testthat/test-lsm-p-para.R index 6b621844a..6e3c31a2e 100644 --- a/tests/testthat/test-lsm-p-para.R +++ b/tests/testthat/test-lsm-p-para.R @@ -1,11 +1,9 @@ -context("patch level lsm_p_para metric") - landscapemetrics_patch_landscape_value <- lsm_p_para(landscape) test_that("lsm_p_para is typestable", { - expect_is(lsm_p_para(landscape), "tbl_df") - expect_is(lsm_p_para(landscape_stack), "tbl_df") - expect_is(lsm_p_para(landscape_list), "tbl_df") + expect_s3_class(lsm_p_para(landscape), "tbl_df") + expect_s3_class(lsm_p_para(landscape_stack), "tbl_df") + expect_s3_class(lsm_p_para(landscape_list), "tbl_df") }) test_that("lsm_p_para returns the desired number of columns", { diff --git a/tests/testthat/test-lsm-p-perim.R b/tests/testthat/test-lsm-p-perim.R index 33e309971..6cf792606 100644 --- a/tests/testthat/test-lsm-p-perim.R +++ b/tests/testthat/test-lsm-p-perim.R @@ -1,11 +1,9 @@ -context("patch level lsm_p_perim metric") - result <- lsm_p_perim(landscape) test_that("lsm_p_perim is typestable", { - expect_is(lsm_p_perim(landscape), "tbl_df") - expect_is(lsm_p_perim(landscape_stack), "tbl_df") - expect_is(lsm_p_perim(landscape_list), "tbl_df") + expect_s3_class(lsm_p_perim(landscape), "tbl_df") + expect_s3_class(lsm_p_perim(landscape_stack), "tbl_df") + expect_s3_class(lsm_p_perim(landscape_list), "tbl_df") }) test_that("lsm_p_perim returns the desired number of columns", { @@ -22,5 +20,5 @@ test_that("lsm_p_perim returns in every column the correct type", { }) test_that("lsm_p_perim can also handle irregular sized cells", { - expect_is(lsm_p_perim(landscape_diff_res), "tbl_df") + expect_s3_class(lsm_p_perim(landscape_diff_res), "tbl_df") }) diff --git a/tests/testthat/test-lsm-p-shape.R b/tests/testthat/test-lsm-p-shape.R index 61701f3cc..dc79afb91 100644 --- a/tests/testthat/test-lsm-p-shape.R +++ b/tests/testthat/test-lsm-p-shape.R @@ -1,11 +1,9 @@ -context("patch level lsm_p_shape metric") - landscapemetrics_patch_landscape_value <- lsm_p_shape(landscape) test_that("lsm_p_shape is typestable", { - expect_is(lsm_p_shape(landscape), "tbl_df") - expect_is(lsm_p_shape(landscape_stack), "tbl_df") - expect_is(lsm_p_shape(landscape_list), "tbl_df") + expect_s3_class(lsm_p_shape(landscape), "tbl_df") + expect_s3_class(lsm_p_shape(landscape_stack), "tbl_df") + expect_s3_class(lsm_p_shape(landscape_list), "tbl_df") }) test_that("lsm_p_shape returns the desired number of columns", { diff --git a/tests/testthat/test-matrix-to-raster.R b/tests/testthat/test-matrix-to-raster.R index 4d9f9cbaa..5325684c0 100644 --- a/tests/testthat/test-matrix-to-raster.R +++ b/tests/testthat/test-matrix-to-raster.R @@ -1,5 +1,3 @@ -context("matrix_to_raster") - landscape_matrix <- terra::as.matrix(landscape, wide = TRUE) test_that("matrix_to_raster works with provided landscape", { @@ -7,7 +5,7 @@ test_that("matrix_to_raster works with provided landscape", { landscape_new <- matrix_to_raster(matrix =landscape_matrix, landscape = landscape) - expect_is(landscape_new, class = "SpatRaster") + expect_s4_class(landscape_new, class = "SpatRaster") expect_true(terra::ext(landscape_new) == terra::ext(landscape)) }) @@ -18,7 +16,7 @@ test_that("matrix_to_raster works with x, resolution, crs arguments", { resolution = terra::res(landscape), crs = terra::crs(landscape)) - expect_is(landscape_new, class = "SpatRaster") + expect_s4_class(landscape_new, class = "SpatRaster") expect_true(terra::ext(landscape_new) == terra::ext(landscape)) }) @@ -32,7 +30,7 @@ test_that("matrix_to_raster works with provided empty landscape", { landscape = landscape_empty, landscape_empty = TRUE) - expect_is(landscape_new, class = "SpatRaster") + expect_s4_class(landscape_new, class = "SpatRaster") expect_true(terra::ext(landscape_new) == terra::ext(landscape)) }) @@ -42,7 +40,7 @@ test_that("matrix_to_raster writes on disk", { landscape = landscape, to_disk = TRUE) - expect_is(landscape_new, class = "SpatRaster") + expect_s4_class(landscape_new, class = "SpatRaster") expect_true(terra::ext(landscape_new) == terra::ext(landscape)) expect_false(terra::inMemory(landscape_new)) }) diff --git a/tests/testthat/test-options-landscapemetrics.R b/tests/testthat/test-options-landscapemetrics.R index bd75aa491..607b01447 100644 --- a/tests/testthat/test-options-landscapemetrics.R +++ b/tests/testthat/test-options-landscapemetrics.R @@ -1,5 +1,3 @@ -context("options_landscapemetrics") - test_that("option parameters work", { options(to_disk = TRUE) diff --git a/tests/testthat/test-pad-raster.R b/tests/testthat/test-pad-raster.R index 8e4aeb132..beaca380b 100644 --- a/tests/testthat/test-pad-raster.R +++ b/tests/testthat/test-pad-raster.R @@ -1,13 +1,11 @@ -context("pad_raster") - test_that("pad_raster can handle all raster inputs", { - landscape_matrix <-terra::as.matrix(landscape, wide = TRUE) + landscape_matrix <- terra::as.matrix(landscape, wide = TRUE) - expect_is(pad_raster(landscape), "list") - expect_is(pad_raster(landscape_stack), "list") - expect_is(pad_raster(landscape_list), "list") - expect_is(pad_raster(landscape_matrix, return_raster = FALSE, to_disk = FALSE), "list") + expect_type(pad_raster(landscape), "list") + expect_type(pad_raster(landscape_stack), "list") + expect_type(pad_raster(landscape_list), "list") + expect_type(pad_raster(landscape_matrix, return_raster = FALSE, to_disk = FALSE), "list") }) test_that("pad_raster adds correct number of rows/cols", { @@ -38,9 +36,10 @@ test_that("pad_raster can return RasterLayer and matrix", { mat <- pad_raster(landscape, return_raster = FALSE)[[1]] - expect_is(object = raster_layer, class = "SpatRaster") + expect_s4_class(object = raster_layer, class = "SpatRaster") + + expect_true(is.matrix(mat)) - expect_is(object = mat, class = "matrix") }) test_that("pad_raster can return write to disk", { @@ -58,3 +57,4 @@ test_that("pad_raster returns warning for matrix and return_raster = TRUE", { expect_warning(object = pad_raster(landscape_matrix, to_disk = TRUE), regexp = "'return_raster = TRUE' or 'to_disk = TRUE' not able for matrix input.") }) + diff --git a/tests/testthat/test-points-as-matrix.R b/tests/testthat/test-points-as-matrix.R index ca71b7bcd..f6d0c3615 100644 --- a/tests/testthat/test-points-as-matrix.R +++ b/tests/testthat/test-points-as-matrix.R @@ -1,13 +1,11 @@ -context("points_as_mat") - test_that("points_as_mat returns matrix for all data types", { - expect_is(points_as_mat(sample_points), "matrix") - expect_is(points_as_mat(points_sp), "matrix") - expect_is(points_as_mat(points_spdf), "matrix") - expect_is(points_as_mat(points_multi), "matrix") - expect_is(points_as_mat(points_sf), "matrix") - expect_is(points_as_mat(points_sfc), "matrix") - expect_is(points_as_mat(points_terra), "matrix") + expect_true(is.matrix(points_as_mat(sample_points))) + expect_true(is.matrix(points_as_mat(points_sp))) + expect_true(is.matrix(points_as_mat(points_spdf))) + expect_true(is.matrix(points_as_mat(points_multi))) + expect_true(is.matrix(points_as_mat(points_sf))) + expect_true(is.matrix(points_as_mat(points_sfc))) + expect_true(is.matrix(points_as_mat(points_terra))) }) diff --git a/tests/testthat/test-raster-to-points.R b/tests/testthat/test-raster-to-points.R index b1a2f3c8b..4aaaad480 100644 --- a/tests/testthat/test-raster-to-points.R +++ b/tests/testthat/test-raster-to-points.R @@ -1,14 +1,12 @@ -context("raster_to_points") - test_that("raster_to_points works for all data type", { result_layer <- raster_to_points(landscape) result_stack <- raster_to_points(landscape_stack) result_list <- raster_to_points(landscape_list) - expect_is(result_layer, class = "matrix") - expect_is(result_stack, class = "matrix") - expect_is(result_list, class = "matrix") + expect_true(is.matrix(result_layer)) + expect_true(is.matrix(result_stack)) + expect_true(is.matrix(result_list)) expect_equal(object = nrow(result_layer), expected = terra::ncell(landscape)) diff --git a/tests/testthat/test-rcpp-get-coocurrence-matrix.R b/tests/testthat/test-rcpp-get-coocurrence-matrix.R index 68c4b9b71..53cc91fb7 100644 --- a/tests/testthat/test-rcpp-get-coocurrence-matrix.R +++ b/tests/testthat/test-rcpp-get-coocurrence-matrix.R @@ -1,5 +1,3 @@ -context("coocurrence matrix") - foo <- function(x, directions = "rook") { adjacencies <- terra::adjacent(x = x, cells = 1:terra::ncell(x), @@ -19,22 +17,29 @@ land_true3 <- foo(landscape_na) land_true4 <- foo(landscape, "queen") land_result1 <- rcpp_get_coocurrence_matrix(terra::as.matrix(landscape, wide = TRUE), directions = as.matrix(4)) +dimnames(land_result1) <- NULL + land_result2 <- rcpp_get_coocurrence_matrix(terra::as.matrix(podlasie_ccilc, wide = TRUE), directions = as.matrix(4)) +dimnames(land_result2) <- NULL + land_result3 <- rcpp_get_coocurrence_matrix(terra::as.matrix(landscape_na, wide = TRUE), directions = as.matrix(4)) +dimnames(land_result3) <- NULL + land_result4 <- rcpp_get_coocurrence_matrix(terra::as.matrix(landscape, wide = TRUE), directions = as.matrix(8)) +dimnames(land_result4) <- NULL test_that("rcpp_get_coocurrence_matrix results are correct", { - expect_equivalent(land_result1, land_true1) - expect_equivalent(land_result2, land_true2) - expect_equivalent(land_result3, land_true3) - expect_equivalent(land_result4, land_true4) + expect_equal(land_result1, land_true1) + expect_equal(land_result2, land_true2) + expect_equal(land_result3, land_true3) + expect_equal(land_result4, land_true4) }) test_that("rcpp_get_coocurrence_matrix is typestable", { - expect_is(land_result1, "matrix") -}) -context("coocurrence vector") + expect_true(is.matrix(land_result1)) + +}) land_true1_v <- as.vector(land_true1) land_true4_v <- as.vector(land_true4) @@ -43,26 +48,24 @@ land_result1_v <- rcpp_get_coocurrence_vector(terra::as.matrix(landscape, wide = land_result4_v <- rcpp_get_coocurrence_vector(terra::as.matrix(landscape, wide = TRUE), directions = as.matrix(8)) test_that("rcpp_get_coocurrence_vector results are correct", { - expect_equivalent(land_result1_v, land_true1_v) - expect_equivalent(land_result4_v, land_true4_v) + expect_equal(land_result1_v, land_true1_v) + expect_equal(land_result4_v, land_true4_v) }) test_that("rcpp_get_coocurrence_vector is typestable", { - expect_is(land_result1_v, "numeric") + expect_type(land_result1_v, "double") }) -context("composition vector") - -land_true1_cv <- unclass(table(terra::values(landscape, mat = FALSE))) +land_true1_cv <- c(table(terra::values(landscape, mat = FALSE))) land_result1_cv <- rcpp_get_composition_vector(terra::as.matrix(landscape, wide = TRUE)) test_that("rcpp_get_composition_vector results are correct", { - expect_equivalent(land_result1_cv, land_true1_cv) + expect_equal(land_result1_cv, land_true1_cv) }) test_that("rcpp_get_composition_vector is typestable", { - expect_is(land_result1_cv, "integer") + expect_type(land_result1_cv, "integer") }) test_that("triangular_index works properly", { diff --git a/tests/testthat/test-rcpp-get-entropy.R b/tests/testthat/test-rcpp-get-entropy.R index d70da4254..656f6ddc9 100644 --- a/tests/testthat/test-rcpp-get-entropy.R +++ b/tests/testthat/test-rcpp-get-entropy.R @@ -1,7 +1,6 @@ -context("entropy") - buys <- c("no", "no", "yes", "yes", "yes", "no", "yes", "no", "yes", "yes", "yes", "yes", "yes", "no") + freqs <- table(buys) / length(buys) e_true1 <- -sum(freqs * log2(freqs)) @@ -13,11 +12,11 @@ e_result2 <- rcpp_get_entropy(freqs, "log") e_result3 <- rcpp_get_entropy(freqs, "log10") test_that("rcpp_get_entropy results are correct", { - expect_equivalent(e_result1, e_true1) - expect_equivalent(e_result2, e_true2) - expect_equivalent(e_result3, e_true3) + expect_equal(e_result1, e_true1) + expect_equal(e_result2, e_true2) + expect_equal(e_result3, e_true3) }) test_that("rcpp_get_entropy is typestable", { - expect_is(e_result1, "numeric") + expect_type(e_result1, "double") }) diff --git a/tests/testthat/test-rcpp_ccl.R b/tests/testthat/test-rcpp_ccl.R index eb5138869..6fb21d22f 100644 --- a/tests/testthat/test-rcpp_ccl.R +++ b/tests/testthat/test-rcpp_ccl.R @@ -1,5 +1,3 @@ -context("rcpp_ccl") - mat8 <- matrix(c(NA, 1L, NA, NA, 1L, 1L, 1L, NA), 4, 2) mat4 <- matrix(c(NA, 1L, NA, NA, 1L, 1L, 1L, NA), 4, 2) diff --git a/tests/testthat/test-rcpp_get_circle.R b/tests/testthat/test-rcpp_get_circle.R index f3987eb49..9c5d7577f 100644 --- a/tests/testthat/test-rcpp_get_circle.R +++ b/tests/testthat/test-rcpp_get_circle.R @@ -1,5 +1,3 @@ -context("circle") - # T-shaped patch with 7 cells horizontal and 6 cells vertical mat1 <- matrix(data = c(NA,5,NA,NA,NA,NA,NA, NA,5,NA,NA,NA,NA,NA, diff --git a/tests/testthat/test-sample-lsm.R b/tests/testthat/test-sample-lsm.R index e59832352..41e10956d 100644 --- a/tests/testthat/test-sample-lsm.R +++ b/tests/testthat/test-sample-lsm.R @@ -1,5 +1,3 @@ -context("sample_lsm") - test_that("sample_lsm works for a matrix", { result_mat <- sample_lsm(landscape, y = sample_points, size = 5, @@ -7,7 +5,7 @@ test_that("sample_lsm works for a matrix", { what = c("lsm_l_ta", "lsm_l_np"), verbose = FALSE) - expect_is(object = result_mat, class = "tbl_df") + expect_s3_class(object = result_mat, class = "tbl_df") expect_true(all(c("np", "ta") %in% result_mat$metric)) }) @@ -17,7 +15,7 @@ test_that("sample_lsm works for sf points", { shape = "square", what = "lsm_l_np", verbose = FALSE) - expect_is(object = result_sp, class = "tbl_df") + expect_s3_class(object = result_sp, class = "tbl_df") expect_true(all(c("np") %in% result_sp$metric)) }) @@ -27,8 +25,8 @@ test_that("sample_lsm works for polygons ", { result_sf <- sample_lsm(landscape, y = sample_plots, size = 5, level = "patch", verbose = FALSE) result_sp <- sample_lsm(landscape, y = sample_plots_sp, size = 5, level = "patch", verbose = FALSE) - expect_is(object = result_sf, class = "tbl_df") - expect_is(object = result_sp, class = "tbl_df") + expect_s3_class(object = result_sf, class = "tbl_df") + expect_s3_class(object = result_sp, class = "tbl_df") expect_true(all("patch" %in% result_sf$level)) expect_true(all("patch" %in% result_sp$level)) @@ -43,7 +41,7 @@ test_that("sample_lsm works for polygons ", { # level = "landscape", # verbose = FALSE) # -# expect_is(object = result_lines, class = "tbl_df") +# expect_s3_class(object = result_lines, class = "tbl_df") # # expect_true(all("landscape" %in% result_lines$level)) # }) @@ -99,8 +97,8 @@ test_that("sample_lsm works for all data type", { size = 5, what = "lsm_l_ta", verbose = FALSE) - expect_is(result_stack, class = "tbl_df") - expect_is(result_list, class = "tbl_df") + expect_s3_class(result_stack, class = "tbl_df") + expect_s3_class(result_list, class = "tbl_df") expect_equal(object = result_stack$layer, expected = c(1, 1, 1, 2, 2, 2)) diff --git a/tests/testthat/test-show-cores.R b/tests/testthat/test-show-cores.R index de832878b..d618d1bb4 100644 --- a/tests/testthat/test-show-cores.R +++ b/tests/testthat/test-show-cores.R @@ -1,5 +1,3 @@ -context("show_cores") - cores_landscape <- show_cores(landscape) cores_landscape_stack <- show_cores(landscape_stack, class = 1) diff --git a/tests/testthat/test-show-correlation.R b/tests/testthat/test-show-correlation.R index a5e73a10b..5087b5a43 100644 --- a/tests/testthat/test-show-correlation.R +++ b/tests/testthat/test-show-correlation.R @@ -1,5 +1,3 @@ -context("show_correlation") - # patch level metrics_patch <- calculate_lsm(landscape, what = 'patch', diff --git a/tests/testthat/test-show-lsm.R b/tests/testthat/test-show-lsm.R index 139d3b2a2..9fdb6704e 100644 --- a/tests/testthat/test-show-lsm.R +++ b/tests/testthat/test-show-lsm.R @@ -1,10 +1,8 @@ -context("test-show-lsm") - test_that("show_lsm returns a plot", { patches_area <- show_lsm(landscape, what = "lsm_p_area") - expect_is(patches_area[[1]], "ggplot") + expect_s3_class(patches_area[[1]], "ggplot") }) @@ -14,7 +12,7 @@ test_that("show_lsm returns a facet plot", { class = c(1, 3), labels = FALSE) - expect_is(patches_area[[1]]$facet, "FacetWrap") + expect_s3_class(patches_area[[1]]$facet, "FacetWrap") }) test_that("show_lsm can handle stacks, bricks and lists", { @@ -22,11 +20,11 @@ test_that("show_lsm can handle stacks, bricks and lists", { plots_list <- show_lsm(landscape_list, what = "lsm_p_area") plots_stack <- show_lsm(landscape_stack, what = "lsm_p_area") - expect_is(plots_list[[1]], "ggplot") - expect_is(plots_list[[2]], "ggplot") + expect_s3_class(plots_list[[1]], "ggplot") + expect_s3_class(plots_list[[2]], "ggplot") - expect_is(plots_stack[[1]], "ggplot") - expect_is(plots_stack[[2]], "ggplot") + expect_s3_class(plots_stack[[1]], "ggplot") + expect_s3_class(plots_stack[[2]], "ggplot") }) diff --git a/tests/testthat/test-show-patches.R b/tests/testthat/test-show-patches.R index e08a0c5d3..05b7e794d 100644 --- a/tests/testthat/test-show-patches.R +++ b/tests/testthat/test-show-patches.R @@ -1,5 +1,3 @@ -context("show_patches") - patches_landscape <- show_patches(landscape) patches_landscape_stack <- show_patches(landscape_stack, class = 1) diff --git a/tests/testthat/test-spatialize-lsm.R b/tests/testthat/test-spatialize-lsm.R index 6ec00590b..41b45bd80 100644 --- a/tests/testthat/test-spatialize-lsm.R +++ b/tests/testthat/test-spatialize-lsm.R @@ -1,5 +1,3 @@ -context("spatialize_lsm") - test_that("spatialize_lsm returns all selected metrics", { result <- spatialize_lsm(landscape, what = c("lsm_p_area", diff --git a/tests/testthat/test-unique-values.R b/tests/testthat/test-unique-values.R index cbe38541e..a8d982d85 100644 --- a/tests/testthat/test-unique-values.R +++ b/tests/testthat/test-unique-values.R @@ -1,5 +1,3 @@ -context("get_unique_values") - test_that("get_unique_values returns values for RasterLayer", { expect_length(get_unique_values(landscape)[[1]], n = 3) }) diff --git a/tests/testthat/test-unpad-raster.R b/tests/testthat/test-unpad-raster.R index d7efdbcf3..2805972f7 100644 --- a/tests/testthat/test-unpad-raster.R +++ b/tests/testthat/test-unpad-raster.R @@ -1,5 +1,3 @@ -context("unpad_raster") - lsm_padded <- pad_raster(landscape)[[1]] stack_padded <- c(pad_raster(landscape_stack)) matrix_padded <- pad_raster(landscape_matrix, return_raster = FALSE)[[1]] @@ -9,10 +7,11 @@ lsm_padded_large <- pad_raster(landscape, pad_raster_cells = 5)[[1]] test_that("unpad_raster can handle all raster inputs", { - expect_is(object = unpad_raster(lsm_padded), class = "list") - expect_is(object = unpad_raster(stack_padded), class = "list") - expect_is(object = unpad_raster(list_padded), class = "list") - expect_is(object = unpad_raster(matrix_padded, return_raster = FALSE), class = "list") + expect_type(object = unpad_raster(lsm_padded), type = "list") + expect_type(object = unpad_raster(stack_padded), type = "list") + expect_type(object = unpad_raster(list_padded, return_raster = FALSE), type = "list") + expect_type(object = unpad_raster(matrix_padded, return_raster = FALSE), + type = "list") }) test_that("unpad_raster removes correct number of rows/cols", { @@ -32,11 +31,13 @@ test_that("unpad_raster removes correct number of rows/cols", { test_that("unpad_raster can return RasterLayer and matrix", { - expect_is(object = unpad_raster(lsm_padded)[[1]], + expect_s4_class(object = unpad_raster(lsm_padded)[[1]], class = "SpatRaster") - expect_is(object = unpad_raster(matrix_padded, return_raster = FALSE)[[1]], - class = "matrix") + res_mat <- unpad_raster(matrix_padded, return_raster = FALSE)[[1]] + + expect_true(is.matrix(res_mat)) + }) test_that("unpad_raster can return write to disk", { diff --git a/tests/testthat/test-window-lsm.R b/tests/testthat/test-window-lsm.R index 6807cc197..50b4e533c 100644 --- a/tests/testthat/test-window-lsm.R +++ b/tests/testthat/test-window-lsm.R @@ -1,5 +1,3 @@ -context("window_lsm") - window <- matrix(1, nrow = 11, ncol = 11) window_even <- matrix(1, nrow = 10, ncol = 10) @@ -22,14 +20,14 @@ test_that("window_lsm takes argument", { test_that("window_lsm returns works for all data types", { - expect_is(window_lsm(landscape, window = window, what = "lsm_l_pr"), - class = "list") + expect_type(window_lsm(landscape, window = window, what = "lsm_l_pr"), + type = "list") - expect_is(window_lsm(landscape_stack, window = window, what = "lsm_l_pr"), - class = "list") + expect_type(window_lsm(landscape_stack, window = window, what = "lsm_l_pr"), + type = "list") - expect_is(window_lsm(landscape_list, window = window, what = "lsm_l_pr"), - class = "list") + expect_type(window_lsm(landscape_list, window = window, what = "lsm_l_pr"), + type = "list") }) test_that("window_lsm returns all errors", { From 2a2b7e9807d04b361bd70d5eda40bb2d31084f6d Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Thu, 30 Mar 2023 10:17:27 +0200 Subject: [PATCH 041/101] hide stars conversion --- tests/testthat/helper-landscapes.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/helper-landscapes.R b/tests/testthat/helper-landscapes.R index f6de50027..cc9194960 100644 --- a/tests/testthat/helper-landscapes.R +++ b/tests/testthat/helper-landscapes.R @@ -23,4 +23,4 @@ landscape_diff_res <- terra::aggregate(landscape, fact = c(1,2)) landscape_NA <- landscape terra::values(landscape_NA) <- NA -augusta_nlcd_stars <- stars::st_as_stars(augusta_nlcd) +# augusta_nlcd_stars <- stars::st_as_stars(augusta_nlcd) From 9c2095b3de5c1a99ed589c9a588273373db96f16 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Thu, 30 Mar 2023 10:25:55 +0200 Subject: [PATCH 042/101] Dont run any raster/stars tests for now --- .github/workflows/R-CMD-check.yaml | 2 +- tests/testthat/helper-landscapes.R | 2 +- tests/testthat/test-calculate-lsm.R | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 813f7c9ba..3c82896c2 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -42,7 +42,7 @@ jobs: - uses: r-lib/actions/setup-r-dependencies@v2 with: - extra-packages: any::rcmdcheck, any::raster, any::sf, any::sp, any::stars + extra-packages: any::rcmdcheck needs: check - uses: r-lib/actions/check-r-package@v2 diff --git a/tests/testthat/helper-landscapes.R b/tests/testthat/helper-landscapes.R index cc9194960..e4cbc089c 100644 --- a/tests/testthat/helper-landscapes.R +++ b/tests/testthat/helper-landscapes.R @@ -4,7 +4,7 @@ landscape <- terra::rast(landscapemetrics::landscape) augusta_nlcd <- terra::rast(landscapemetrics::augusta_nlcd) podlasie_ccilc <- terra::rast(landscapemetrics::podlasie_ccilc) -landscape_ras <- raster::raster(landscape) +# landscape_ras <- raster::raster(landscape) landscape_matrix <- terra::as.matrix(landscape, wide = TRUE) diff --git a/tests/testthat/test-calculate-lsm.R b/tests/testthat/test-calculate-lsm.R index 53add725b..d1ad31daf 100644 --- a/tests/testthat/test-calculate-lsm.R +++ b/tests/testthat/test-calculate-lsm.R @@ -7,11 +7,11 @@ test_that("calculate_lsm can take different raster inputs", { expect_s3_class(calculate_lsm(landscape_list, what = "lsm_l_ta", verbose = FALSE), "tbl_df") - expect_s3_class(calculate_lsm(landscape_ras, what = "lsm_l_ta", - verbose = FALSE), "tbl_df") + # expect_s3_class(calculate_lsm(landscape_ras, what = "lsm_l_ta", + # verbose = FALSE), "tbl_df") - expect_s3_class(calculate_lsm(augusta_nlcd_stars, what = "lsm_l_ta", - verbose = FALSE), "tbl_df") + # expect_s3_class(calculate_lsm(augusta_nlcd_stars, what = "lsm_l_ta", + # verbose = FALSE), "tbl_df") }) From 839ad74570c5d8e6695ed08fccf5b974c80205e9 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Thu, 30 Mar 2023 10:42:18 +0200 Subject: [PATCH 043/101] Remove all sf/sp tests for now --- tests/testthat/helper-points.R | 38 +++++++++++----------- tests/testthat/test-construct-buffer.R | 2 +- tests/testthat/test-points-as-matrix.R | 10 +++--- tests/testthat/test-sample-lsm.R | 44 +++++++++++++------------- 4 files changed, 47 insertions(+), 47 deletions(-) diff --git a/tests/testthat/helper-points.R b/tests/testthat/helper-points.R index 06266061c..08f0ebe4f 100644 --- a/tests/testthat/helper-points.R +++ b/tests/testthat/helper-points.R @@ -1,28 +1,28 @@ sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) -points_multi <- sf::st_multipoint(sample_points) - -points_sp <- sp::SpatialPoints(sample_points) - -points_spdf <- sp::SpatialPointsDataFrame(sample_points, data = data.frame(ID = rep(1,3))) - -points_sf <- sf::st_sfc(points_multi, points_multi) - -points_sfc <- sf::st_sf(geometry = sf::st_sfc(points_multi), - ID = 3) +# points_multi <- sf::st_multipoint(sample_points) +# +# points_sp <- sp::SpatialPoints(sample_points) +# +# points_spdf <- sp::SpatialPointsDataFrame(sample_points, data = data.frame(ID = rep(1,3))) +# +# points_sf <- sf::st_sfc(points_multi, points_multi) +# +# points_sfc <- sf::st_sf(geometry = sf::st_sfc(points_multi), +# ID = 3) points_terra <- terra::vect(sample_points) # wrong plots sample_points_wrong <- cbind(sample_points, 1) -# use polygons -poly_1 <- sf::st_polygon(list(cbind(c(2.5, 2.5, 17.5, 17.5, 2.5), - c(-2.5, 12.5, 12.5, -2.5, -2.5))), "p1") - -poly_2 <- sf::st_polygon(list(cbind(c(7.5, 7.5, 23.5, 23.5, 7.5), - c(-7.5, 23.5, 23.5, -7.5, -7.5))), "p2") - -sample_plots <- sf::st_sfc(poly_1, poly_2) +# # use polygons +# poly_1 <- sf::st_polygon(list(cbind(c(2.5, 2.5, 17.5, 17.5, 2.5), +# c(-2.5, 12.5, 12.5, -2.5, -2.5))), "p1") +# +# poly_2 <- sf::st_polygon(list(cbind(c(7.5, 7.5, 23.5, 23.5, 7.5), +# c(-7.5, 23.5, 23.5, -7.5, -7.5))), "p2") +# +# sample_plots <- sf::st_sfc(poly_1, poly_2) -sample_plots_sp <- as(sample_plots, "Spatial") +# sample_plots_sp <- as(sample_plots, "Spatial") diff --git a/tests/testthat/test-construct-buffer.R b/tests/testthat/test-construct-buffer.R index a5f973b8d..13e5b46fb 100644 --- a/tests/testthat/test-construct-buffer.R +++ b/tests/testthat/test-construct-buffer.R @@ -10,7 +10,7 @@ test_that("construct_buffer can return a matrix", { circle_a <- construct_buffer(sample_points, shape = "circle", size = 5, return_vec = FALSE) - square <- construct_buffer(points_sf, shape = "square", size = 5, + square <- construct_buffer(sample_points, shape = "square", size = 5, return_vec = FALSE) expect_true(is.matrix(circle_a)) diff --git a/tests/testthat/test-points-as-matrix.R b/tests/testthat/test-points-as-matrix.R index f6d0c3615..3e237b3a9 100644 --- a/tests/testthat/test-points-as-matrix.R +++ b/tests/testthat/test-points-as-matrix.R @@ -1,11 +1,11 @@ test_that("points_as_mat returns matrix for all data types", { expect_true(is.matrix(points_as_mat(sample_points))) - expect_true(is.matrix(points_as_mat(points_sp))) - expect_true(is.matrix(points_as_mat(points_spdf))) - expect_true(is.matrix(points_as_mat(points_multi))) - expect_true(is.matrix(points_as_mat(points_sf))) - expect_true(is.matrix(points_as_mat(points_sfc))) + # expect_true(is.matrix(points_as_mat(points_sp))) + # expect_true(is.matrix(points_as_mat(points_spdf))) + # expect_true(is.matrix(points_as_mat(points_multi))) + # expect_true(is.matrix(points_as_mat(points_sf))) + # expect_true(is.matrix(points_as_mat(points_sfc))) expect_true(is.matrix(points_as_mat(points_terra))) }) diff --git a/tests/testthat/test-sample-lsm.R b/tests/testthat/test-sample-lsm.R index 41e10956d..df3636631 100644 --- a/tests/testthat/test-sample-lsm.R +++ b/tests/testthat/test-sample-lsm.R @@ -9,29 +9,29 @@ test_that("sample_lsm works for a matrix", { expect_true(all(c("np", "ta") %in% result_mat$metric)) }) -test_that("sample_lsm works for sf points", { - - result_sp <- sample_lsm(landscape, y = points_sf, size = 5, - shape = "square", what = "lsm_l_np", - verbose = FALSE) - - expect_s3_class(object = result_sp, class = "tbl_df") - - expect_true(all(c("np") %in% result_sp$metric)) -}) - -test_that("sample_lsm works for polygons ", { - - result_sf <- sample_lsm(landscape, y = sample_plots, size = 5, level = "patch", verbose = FALSE) - result_sp <- sample_lsm(landscape, y = sample_plots_sp, size = 5, level = "patch", verbose = FALSE) - - expect_s3_class(object = result_sf, class = "tbl_df") - expect_s3_class(object = result_sp, class = "tbl_df") - - expect_true(all("patch" %in% result_sf$level)) - expect_true(all("patch" %in% result_sp$level)) +# test_that("sample_lsm works for sf points", { +# +# result_sp <- sample_lsm(landscape, y = points_sf, size = 5, +# shape = "square", what = "lsm_l_np", +# verbose = FALSE) +# +# expect_s3_class(object = result_sp, class = "tbl_df") +# +# expect_true(all(c("np") %in% result_sp$metric)) +# }) -}) +# test_that("sample_lsm works for polygons ", { +# +# result_sf <- sample_lsm(landscape, y = sample_plots, size = 5, level = "patch", verbose = FALSE) +# result_sp <- sample_lsm(landscape, y = sample_plots_sp, size = 5, level = "patch", verbose = FALSE) +# +# expect_s3_class(object = result_sf, class = "tbl_df") +# expect_s3_class(object = result_sp, class = "tbl_df") +# +# expect_true(all("patch" %in% result_sf$level)) +# expect_true(all("patch" %in% result_sp$level)) +# +# }) # test_that("sample_lsm works for lines ", { # From ce0fb42968d9bfe749321beac227681b786cdd62 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Thu, 30 Mar 2023 09:15:05 +0000 Subject: [PATCH 044/101] Re-build README.md --- README.md | 20 ++++++++------------ man/figures/README-unnamed-chunk-2-1.png | Bin 7630 -> 5434 bytes 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index cc45a920b..bc283c9e1 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,7 @@ -README last updated: 2023-03-19 - -README last updated: 2023-03-22 - +README last updated: 2023-03-30 | CI | Development | CRAN | License | |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------| @@ -16,10 +13,9 @@ README last updated: 2023-03-22 - -> Starting from v2.0.0 landscapemetrics does not support the ‘raster’ or -> ‘sp’ package anymore. They are replaced with ‘terra’ and ‘sf’, -> respectively. More information about the terra package can be found +> Starting from v2.0.0, **landscapemetrics** does not support the +> `raster` or `sp` packages. They are replaced by `terra` and `sf`, +> respectively. More information about the `terra` package can be found > here: . ## Overview @@ -42,12 +38,12 @@ the first argument and returns a `tibble`. To cite **landscapemetrics** or acknowledge its use, please cite the following Software note, substituting the version of the application -that you used for ‘ver. 0’: +that you used for ‘v0.0’:
For more information see [Publication @@ -147,7 +143,7 @@ lsm_p_enn(landscape) #> 8 1 patch 1 8 enn 4.12 #> 9 1 patch 1 9 enn 4.12 #> 10 1 patch 2 10 enn 4.47 -#> # … with 18 more rows +#> # ℹ 18 more rows # calculate the total area and total class edge length lsm_l_ta(landscape) @@ -184,7 +180,7 @@ calculate_lsm(landscape, level = "patch") #> 8 1 patch 1 8 area 0.0003 #> 9 1 patch 1 9 area 0.0005 #> 10 1 patch 2 10 area 0.0034 -#> # … with 326 more rows +#> # ℹ 326 more rows ``` ### Utility functions diff --git a/man/figures/README-unnamed-chunk-2-1.png b/man/figures/README-unnamed-chunk-2-1.png index f95e759bcf73292d8a73d9550f7ac29cee11f3a2..029d299f6bf1a3c4aac060910454db125fd5a46c 100644 GIT binary patch literal 5434 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 From d8893d1a69087fc087355c4a1d54e4b30fb84fcd Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Thu, 30 Mar 2023 12:02:55 +0200 Subject: [PATCH 045/101] Fix pkgddown --- _pkgdown.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index ade01ddf2..48fa611dc 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -40,8 +40,6 @@ reference: - landscape_as_list - list_lsm - sample_lsm - - scale_sample - - scale_window - spatialize_lsm - window_lsm From f59041e435a1251422e570f22ae63499e39125ae Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Thu, 30 Mar 2023 13:17:18 +0200 Subject: [PATCH 046/101] improves pkdown --- _pkgdown.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index 48fa611dc..f483d1cd6 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -91,21 +91,24 @@ navbar: - text: "Differences FRAGSTATS|landscapemetrics" icon: fa-edit href: articles/comparing_tools.html + - text: "Landscape distribution statistics" + icon: fa-comment + href: articles/landscape_distribution_statistics.html - text: "New Metrics outside FRAGSTATS" icon: fa-sticky-note href: articles/new_metrics.html - - text: "Utility functions" + - text: "Sample metrics" icon: fa-comment - href: articles/utility.html + href: articles/guide_sample_lsm.html - text: "Moving window" icon: fa-comment href: articles/guide_moving_window.html - - text: "Sample metrics" + - text: "Calculating landscape metrics for irregular areas" icon: fa-comment - href: articles/guide_sample_lsm.html - - text: "Landscape distribution statistics" + href: articles/irregular_areas.html + - text: "Utility functions" icon: fa-comment - href: articles/landscape_distribution_statistics.html + href: articles/utility.html - text: "Publication Record" icon: fa-file-text-o href: articles/publication_record.html @@ -117,7 +120,7 @@ navbar: contact: icon: fa-user - hreft: https://mhesselbarth.rbind.io + hreft: https://www.maxhesselbarth.com/ home: sidebar: From 4b75b6f1ad70ff4ed2500aafb321f4e6cfe4e66e Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Thu, 30 Mar 2023 13:23:55 +0200 Subject: [PATCH 047/101] adds missing rtopic --- _pkgdown.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_pkgdown.yml b/_pkgdown.yml index f483d1cd6..3a72e44a0 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -20,6 +20,7 @@ reference: - fragstats_landscape_landscape - fragstats_landscape_augusta_nlcd - fragstats_landscape_podlasie + - irregular_areas - title: Options for landscapemetrics contents: From fb4f0772e3558ff727a66e744b0f80128508606e Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Thu, 30 Mar 2023 14:01:44 +0200 Subject: [PATCH 048/101] Update DESCRIPTION Rcpp version --- DESCRIPTION | 9 ++++----- src/Makevars.win | 3 --- 2 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 src/Makevars.win diff --git a/DESCRIPTION b/DESCRIPTION index eb586ed78..bf6f43113 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -52,7 +52,7 @@ Imports: cli, ggplot2, methods, - Rcpp (>= 1.0.10), + Rcpp (>= 0.11.0), stats, terra, tibble @@ -60,13 +60,12 @@ Suggests: covr, dplyr, knitr, + raster, rmarkdown, sf, - testthat -Enhances: - raster, sp, - stars + stars, + testthat LinkingTo: Rcpp, RcppArmadillo diff --git a/src/Makevars.win b/src/Makevars.win deleted file mode 100644 index 53539de27..000000000 --- a/src/Makevars.win +++ /dev/null @@ -1,3 +0,0 @@ -PKG_CXX = clang++ - -PKG_CXX_STD = CXX11STD From 08bc7a393cbd2f1423f378f3209f877503fd68ed Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Thu, 30 Mar 2023 12:04:00 +0000 Subject: [PATCH 049/101] Re-write codemeta.json --- codemeta.json | 72 ++++++++++++++++++++++++++++++++++----------------- 1 file changed, 48 insertions(+), 24 deletions(-) diff --git a/codemeta.json b/codemeta.json index 6564c1165..5860fe06a 100644 --- a/codemeta.json +++ b/codemeta.json @@ -2,12 +2,12 @@ "@context": "https://doi.org/10.5063/schema/codemeta-2.0", "@type": "SoftwareSourceCode", "identifier": "landscapemetrics", - "description": "Calculates landscape metrics for categorical landscape patterns in a tidy workflow. 'landscapemetrics' reimplements the most common metrics from 'FRAGSTATS' () and new ones from the current literature on landscape metrics. This package supports 'raster' spatial objects and takes RasterLayer, RasterStacks, RasterBricks or lists of RasterLayer from the 'raster' package as input arguments. It further provides utility functions to visualize patches, select metrics and building blocks to develop new metrics.", + "description": "Calculates landscape metrics for categorical landscape patterns in a tidy workflow. 'landscapemetrics' reimplements the most common metrics from 'FRAGSTATS' () and new ones from the current literature on landscape metrics. This package supports 'terra' SpatRaster objects as input arguments. It further provides utility functionn to visualize patches, select metrics and building blocks to develop new metrics.", "name": "landscapemetrics: Landscape Metrics for Categorical Map Patterns", "codeRepository": "https://r-spatialecology.github.io/landscapemetrics/", "issueTracker": "https://github.com/r-spatialecology/landscapemetrics/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "1.5.6", + "version": "2.0.0", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -126,6 +126,18 @@ }, "sameAs": "https://CRAN.R-project.org/package=knitr" }, + { + "@type": "SoftwareApplication", + "identifier": "raster", + "name": "raster", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=raster" + }, { "@type": "SoftwareApplication", "identifier": "rmarkdown", @@ -140,15 +152,39 @@ }, { "@type": "SoftwareApplication", - "identifier": "terra", - "name": "terra", + "identifier": "sf", + "name": "sf", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", "name": "Comprehensive R Archive Network (CRAN)", "url": "https://cran.r-project.org" }, - "sameAs": "https://CRAN.R-project.org/package=terra" + "sameAs": "https://CRAN.R-project.org/package=sf" + }, + { + "@type": "SoftwareApplication", + "identifier": "sp", + "name": "sp", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=sp" + }, + { + "@type": "SoftwareApplication", + "identifier": "stars", + "name": "stars", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=stars" }, { "@type": "SoftwareApplication", @@ -203,7 +239,7 @@ "@type": "SoftwareApplication", "identifier": "Rcpp", "name": "Rcpp", - "version": ">= 1.0.10", + "version": ">= 0.11.0", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -213,35 +249,23 @@ "sameAs": "https://CRAN.R-project.org/package=Rcpp" }, "6": { - "@type": "SoftwareApplication", - "identifier": "sp", - "name": "sp", - "provider": { - "@id": "https://cran.r-project.org", - "@type": "Organization", - "name": "Comprehensive R Archive Network (CRAN)", - "url": "https://cran.r-project.org" - }, - "sameAs": "https://CRAN.R-project.org/package=sp" - }, - "7": { "@type": "SoftwareApplication", "identifier": "stats", "name": "stats" }, - "8": { + "7": { "@type": "SoftwareApplication", - "identifier": "raster", - "name": "raster", + "identifier": "terra", + "name": "terra", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", "name": "Comprehensive R Archive Network (CRAN)", "url": "https://cran.r-project.org" }, - "sameAs": "https://CRAN.R-project.org/package=raster" + "sameAs": "https://CRAN.R-project.org/package=terra" }, - "9": { + "8": { "@type": "SoftwareApplication", "identifier": "tibble", "name": "tibble", @@ -255,7 +279,7 @@ }, "SystemRequirements": null }, - "fileSize": "1876.844KB", + "fileSize": "1853.488KB", "citation": [ { "@type": "ScholarlyArticle", From c75b7162ad1b5127834c2e01153dc003c696c932 Mon Sep 17 00:00:00 2001 From: Maximilian Hesselbarth Date: Thu, 30 Mar 2023 14:59:45 +0200 Subject: [PATCH 050/101] Update README.Rmd --- README.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index ebc4476d0..fd2c3d959 100644 --- a/README.Rmd +++ b/README.Rmd @@ -24,7 +24,7 @@ README last updated: `r Sys.Date()` | CI | Development | CRAN | License | |----|-------------|------|---------| | [![R-CMD-check](https://github.com/r-spatialecology/landscapemetrics/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-spatialecology/landscapemetrics/actions/workflows/R-CMD-check.yaml) | [![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html) | [![CRAN status](https://www.r-pkg.org/badges/version/landscapemetrics)](https://cran.r-project.org/package=landscapemetrics) | [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) | -| [![codecov](https://app.codecov.io/gh/r-spatialecology/landscapemetrics/branch/main/graph/badge.svg?token=xjYJMNMGBU)](https://app.codecov.io/gh/r-spatialecology/landscapemetrics) | [![Project Status](http://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/) | [![CRAN downloads](http://cranlogs.r-pkg.org/badges/grand-total/landscapemetrics)](https://cran.r-project.org/package=landscapemetrics) | [![DOI](https://img.shields.io/badge/DOI-10.1111/ecog.04617-blue.svg)](https://doi.org/10.1111/ecog.04617) | +| [![codecov](https://codecov.io/gh/r-spatialecology/landscapemetrics/branch/main/graph/badge.svg?token=xjYJMNMGBU)](https://codecov.io/gh/r-spatialecology/landscapemetrics) | [![Project Status](http://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/) | [![CRAN downloads](http://cranlogs.r-pkg.org/badges/grand-total/landscapemetrics)](https://cran.r-project.org/package=landscapemetrics) | [![DOI](https://img.shields.io/badge/DOI-10.1111/ecog.04617-blue.svg)](https://doi.org/10.1111/ecog.04617) | From 3c4d8c4cafaa5c01e10d6ee68de5e8e4697e959a Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Thu, 30 Mar 2023 13:04:38 +0000 Subject: [PATCH 051/101] Re-build README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc283c9e1..c140f8c94 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ README last updated: 2023-03-30 | CI | Development | CRAN | License | |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------| | [![R-CMD-check](https://github.com/r-spatialecology/landscapemetrics/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-spatialecology/landscapemetrics/actions/workflows/R-CMD-check.yaml) | [![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html) | [![CRAN status](https://www.r-pkg.org/badges/version/landscapemetrics)](https://cran.r-project.org/package=landscapemetrics) | [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) | -| [![codecov](https://app.codecov.io/gh/r-spatialecology/landscapemetrics/branch/main/graph/badge.svg?token=xjYJMNMGBU)](https://app.codecov.io/gh/r-spatialecology/landscapemetrics) | [![Project Status](http://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/) | [![CRAN downloads](http://cranlogs.r-pkg.org/badges/grand-total/landscapemetrics)](https://cran.r-project.org/package=landscapemetrics) | [![DOI](https://img.shields.io/badge/DOI-10.1111/ecog.04617-blue.svg)](https://doi.org/10.1111/ecog.04617) | +| [![codecov](https://codecov.io/gh/r-spatialecology/landscapemetrics/branch/main/graph/badge.svg?token=xjYJMNMGBU)](https://codecov.io/gh/r-spatialecology/landscapemetrics) | [![Project Status](http://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/) | [![CRAN downloads](http://cranlogs.r-pkg.org/badges/grand-total/landscapemetrics)](https://cran.r-project.org/package=landscapemetrics) | [![DOI](https://img.shields.io/badge/DOI-10.1111/ecog.04617-blue.svg)](https://doi.org/10.1111/ecog.04617) | From c4085945c915ad5ceaae88bf939a9ae323db28c1 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Mon, 3 Apr 2023 09:49:03 +0200 Subject: [PATCH 052/101] Fix pkgdown for now (dont calc) and set R3.6 as mininum due to c++11 deps --- DESCRIPTION | 2 +- vignettes/articles/comparing_tools.Rmd | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index bf6f43113..9af892301 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -47,7 +47,7 @@ License: GPL-3 URL: https://r-spatialecology.github.io/landscapemetrics/ BugReports: https://github.com/r-spatialecology/landscapemetrics/issues Depends: - R (>= 3.1) + R (>= 3.6) Imports: cli, ggplot2, diff --git a/vignettes/articles/comparing_tools.Rmd b/vignettes/articles/comparing_tools.Rmd index 633ca885e..cd896f4d7 100644 --- a/vignettes/articles/comparing_tools.Rmd +++ b/vignettes/articles/comparing_tools.Rmd @@ -10,6 +10,10 @@ editor_options: chunk_output_type: console --- +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = FALSE, eval = FALSE) +``` + ```{r load_libraries_hidden, message = FALSE, warning = FALSE, include = FALSE} library(landscapemetrics) library(terra) From 20b722246bf45addd3c410fdc1bb5fc3a8b25940 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Mon, 3 Apr 2023 07:50:51 +0000 Subject: [PATCH 053/101] Re-write codemeta.json --- codemeta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codemeta.json b/codemeta.json index 5860fe06a..7207e9c1d 100644 --- a/codemeta.json +++ b/codemeta.json @@ -204,7 +204,7 @@ "@type": "SoftwareApplication", "identifier": "R", "name": "R", - "version": ">= 3.1" + "version": ">= 3.6" }, "2": { "@type": "SoftwareApplication", From 96e96ee1915513497f08e1edb3bdc2782d5f26d1 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Mon, 3 Apr 2023 10:21:49 +0200 Subject: [PATCH 054/101] Fix pkgdpwn --- .github/workflows/Deploy-pkgdown.yaml | 2 +- .github/workflows/Render-README.yaml | 2 +- R/data.R | 2 +- data-raw/01_landscapes.R | 2 ++ man/landscape.Rd | 2 +- vignettes/articles/comparing_tools.Rmd | 4 ++-- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Deploy-pkgdown.yaml b/.github/workflows/Deploy-pkgdown.yaml index e3fbd15f0..617aea6d9 100644 --- a/.github/workflows/Deploy-pkgdown.yaml +++ b/.github/workflows/Deploy-pkgdown.yaml @@ -31,7 +31,7 @@ jobs: - uses: r-lib/actions/setup-r-dependencies@v2 with: - extra-packages: any::pkgdown, any::bench, any::dplyr, any::landscapetools, any::purrr, any::stars, local::. + extra-packages: any::pkgdown, any::bench, any::dplyr, any::purrr, any::tidyr, local::. needs: website - name: Install SDMTools diff --git a/.github/workflows/Render-README.yaml b/.github/workflows/Render-README.yaml index 274078c01..0f2295a0e 100644 --- a/.github/workflows/Render-README.yaml +++ b/.github/workflows/Render-README.yaml @@ -27,7 +27,7 @@ jobs: - uses: r-lib/actions/setup-r-dependencies@v2 with: - extra-packages: any::rmarkdown, any::landscapetools, local::. + extra-packages: any::rmarkdown, local::. - name: Render README files run: Rscript -e 'rmarkdown::render("README.Rmd")' diff --git a/R/data.R b/R/data.R index b9a866b53..e040078dc 100644 --- a/R/data.R +++ b/R/data.R @@ -1,6 +1,6 @@ #' Example map (random cluster neutral landscape model). #' -#' An example map to show landscapetools functionality +#' An example map to show landscapemetrics functionality #' generated with the `nlm_randomcluster()` algorithm. #' #' @format A raster object. diff --git a/data-raw/01_landscapes.R b/data-raw/01_landscapes.R index 46f02d628..28d562b2d 100644 --- a/data-raw/01_landscapes.R +++ b/data-raw/01_landscapes.R @@ -1,7 +1,9 @@ library(NLMR) +library(landscapetools) library(terra) library(usethis) + #### Create example datasets #### set.seed(2018-05-12) diff --git a/man/landscape.Rd b/man/landscape.Rd index 8ca17bd68..dd04ecb96 100644 --- a/man/landscape.Rd +++ b/man/landscape.Rd @@ -14,7 +14,7 @@ Simulated neutral landscape model with R. https://github.com/ropensci/NLMR/ landscape } \description{ -An example map to show landscapetools functionality +An example map to show landscapemetrics functionality generated with the \code{nlm_randomcluster()} algorithm. } \keyword{datasets} diff --git a/vignettes/articles/comparing_tools.Rmd b/vignettes/articles/comparing_tools.Rmd index cd896f4d7..e36ff6429 100644 --- a/vignettes/articles/comparing_tools.Rmd +++ b/vignettes/articles/comparing_tools.Rmd @@ -25,7 +25,7 @@ library(purrr) landscape <- terra::rast(landscapemetrics::landscape) ``` -> The comparison is currently outdated because the example landscape slightly changed and we trying to re-calculate the FRAGSTATS results currently. +> The comparison is currently outdated because the example landscape slightly changed and we trying to re-calculate the FRAGSTATS results currently. Additionally, we cant install `SDMTools` anymore (R > 4.0). # Comparison with FRAGSTATS @@ -50,7 +50,7 @@ Contrastingly, we do not round the numbers. Naturally, this can lead to small deviations between the results. There are quite a few metrics on class- and landscape-level that summarise patch level metrics (e.g., the mean, standard deviation (*sd*) or coefficient of variation (*cv*) of all values belonging to class *i*). -While the results are identical for single patches and the mean of all patches, there are some slight differences between `lanscapemetrics` and FRAGSTATS for the standard deviation and the coefficient of variation. +While the results are identical for single patches and the mean of all patches, there are some slight differences between **lanscapemetrics** and FRAGSTATS for the standard deviation and the coefficient of variation. **landscapemetrics** uses base `R` functions for that, so we should assume that the calculation of such indices is correct. In the following, we are comparing the *cv* for the patch area. From c97d29204d7c389296f00aadd9147d290b8631f3 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Mon, 3 Apr 2023 10:46:09 +0200 Subject: [PATCH 055/101] Allow size=NULL for sampling --- R/sample_lsm.R | 31 ++++++++++++++++--------------- man/sample_lsm.Rd | 2 +- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/R/sample_lsm.R b/R/sample_lsm.R index 52de97d6e..d399303f0 100644 --- a/R/sample_lsm.R +++ b/R/sample_lsm.R @@ -50,8 +50,7 @@ #' @rdname sample_lsm #' #' @export -sample_lsm <- function(landscape, y, plot_id = NULL, - shape = "square", size, +sample_lsm <- function(landscape, y, plot_id = NULL, shape = "square", size = NULL, all_classes = FALSE, return_raster = FALSE, verbose = TRUE, progress = FALSE, ...) { @@ -91,17 +90,11 @@ sample_lsm <- function(landscape, y, plot_id = NULL, result[with(result, order(layer, plot_id, level, metric, class, id)), ] } -sample_lsm_int <- function(landscape, - y, - plot_id, - shape, size, - all_classes, - verbose, - progress, - ...) { +sample_lsm_int <- function(landscape, y, plot_id, shape, size, + all_classes, verbose, progress, ...) { # check if size argument is only one number - if (length(size) != 1 | any(size <= 0)) { + if ((length(size) != 1 | any(size <= 0)) & !is.null(size)) { stop("Please provide only one value as size argument (size > 0).", call. = FALSE) @@ -114,14 +107,22 @@ sample_lsm_int <- function(landscape, # convert to terra y <- methods::as(y, "SpatVector") - if (terra::geomtype(y) == "points") y <- construct_buffer(coords = y, shape = shape, size = size, - return_vec = TRUE, verbose = verbose) + if (terra::geomtype(y) == "points") { + + if (is.null(size)) stop("Please provide size argument.", call. = FALSE) + + y <- construct_buffer(coords = y, shape = shape, size = size, + return_vec = TRUE, verbose = verbose) + + } # y should be matrix or points } else if (inherits(x = y, what = "matrix")) { - y <- construct_buffer(coords = y, shape = shape, size = size, - return_vec = TRUE, verbose = verbose) + if (is.null(size)) stop("Please provide size argument.", call. = FALSE) + + y <- construct_buffer(coords = y, shape = shape, size = size, + return_vec = TRUE, verbose = verbose) } else { diff --git a/man/sample_lsm.Rd b/man/sample_lsm.Rd index 0d3f189ee..44ad92786 100644 --- a/man/sample_lsm.Rd +++ b/man/sample_lsm.Rd @@ -9,7 +9,7 @@ sample_lsm( y, plot_id = NULL, shape = "square", - size, + size = NULL, all_classes = FALSE, return_raster = FALSE, verbose = TRUE, From d1ea8c5e357e3aeeca6a63a28aac57b692e55ccc Mon Sep 17 00:00:00 2001 From: kalab-oto Date: Thu, 18 May 2023 10:57:00 +0200 Subject: [PATCH 056/101] docs: update fragstats references --- DESCRIPTION | 2 +- R/calculate_lsm.R | 7 +++---- R/landscapemetrics-package.R | 2 +- R/list_lsm.R | 7 +++---- R/lsm_c_ai.R | 7 +++---- R/lsm_c_area_cv.R | 7 +++---- R/lsm_c_area_mn.R | 7 +++---- R/lsm_c_area_sd.R | 7 +++---- R/lsm_c_ca.R | 7 +++---- R/lsm_c_cai_cv.R | 7 +++---- R/lsm_c_cai_mn.R | 7 +++---- R/lsm_c_cai_sd.R | 7 +++---- R/lsm_c_circle_cv.R | 7 +++---- R/lsm_c_circle_mn.R | 7 +++---- R/lsm_c_circle_sd.R | 7 +++---- R/lsm_c_clumpy.R | 7 +++---- R/lsm_c_cohesion.R | 7 +++---- R/lsm_c_contig_cv.R | 7 +++---- R/lsm_c_contig_mn.R | 7 +++---- R/lsm_c_contig_sd.R | 7 +++---- R/lsm_c_core_cv.R | 7 +++---- R/lsm_c_core_mn.R | 7 +++---- R/lsm_c_core_sd.R | 7 +++---- R/lsm_c_cpland.R | 7 +++---- R/lsm_c_dcad.R | 7 +++---- R/lsm_c_dcore_cv.R | 7 +++---- R/lsm_c_dcore_mn.R | 7 +++---- R/lsm_c_dcore_sd.R | 7 +++---- R/lsm_c_division.R | 7 +++---- R/lsm_c_ed.R | 7 +++---- R/lsm_c_enn_cv.R | 7 +++---- R/lsm_c_enn_mn.R | 7 +++---- R/lsm_c_enn_sd.R | 7 +++---- R/lsm_c_frac_cv.R | 7 +++---- R/lsm_c_frac_mn.R | 7 +++---- R/lsm_c_frac_sd.R | 7 +++---- R/lsm_c_gyrate_cv.R | 7 +++---- R/lsm_c_gyrate_mn.R | 7 +++---- R/lsm_c_gyrate_sd.R | 7 +++---- R/lsm_c_iji.R | 7 +++---- R/lsm_c_lpi.R | 7 +++---- R/lsm_c_lsi.R | 7 +++---- R/lsm_c_mesh.R | 7 +++---- R/lsm_c_ndca.R | 7 +++---- R/lsm_c_nlsi.R | 7 +++---- R/lsm_c_np.R | 7 +++---- R/lsm_c_pafrac.R | 7 +++---- R/lsm_c_para_cv.R | 7 +++---- R/lsm_c_para_mn.R | 7 +++---- R/lsm_c_para_sd.R | 7 +++---- R/lsm_c_pd.R | 7 +++---- R/lsm_c_pladj.R | 7 +++---- R/lsm_c_pland.R | 7 +++---- R/lsm_c_shape_cv.R | 7 +++---- R/lsm_c_shape_mn.R | 7 +++---- R/lsm_c_shape_sd.R | 7 +++---- R/lsm_c_split.R | 7 +++---- R/lsm_c_tca.R | 7 +++---- R/lsm_c_te.R | 7 +++---- R/lsm_l_ai.R | 7 +++---- R/lsm_l_area_cv.R | 7 +++---- R/lsm_l_area_mn.R | 7 +++---- R/lsm_l_area_sd.R | 7 +++---- R/lsm_l_cai_cv.R | 7 +++---- R/lsm_l_cai_mn.R | 7 +++---- R/lsm_l_cai_sd.R | 7 +++---- R/lsm_l_circle_cv.R | 7 +++---- R/lsm_l_circle_mn.R | 7 +++---- R/lsm_l_circle_sd.R | 7 +++---- R/lsm_l_cohesion.R | 7 +++---- R/lsm_l_contag.R | 7 +++---- R/lsm_l_contig_cv.R | 7 +++---- R/lsm_l_contig_mn.R | 7 +++---- R/lsm_l_contig_sd.R | 7 +++---- R/lsm_l_core_cv.R | 7 +++---- R/lsm_l_core_mn.R | 7 +++---- R/lsm_l_core_sd.R | 7 +++---- R/lsm_l_dcad.R | 7 +++---- R/lsm_l_dcore_cv.R | 7 +++---- R/lsm_l_dcore_mn.R | 7 +++---- R/lsm_l_dcore_sd.R | 7 +++---- R/lsm_l_division.R | 7 +++---- R/lsm_l_ed.R | 7 +++---- R/lsm_l_enn_cv.R | 7 +++---- R/lsm_l_enn_mn.R | 7 +++---- R/lsm_l_enn_sd.R | 7 +++---- R/lsm_l_frac_cv.R | 7 +++---- R/lsm_l_frac_mn.R | 7 +++---- R/lsm_l_frac_sd.R | 7 +++---- R/lsm_l_gyrate_cv.R | 7 +++---- R/lsm_l_gyrate_mn.R | 7 +++---- R/lsm_l_gyrate_sd.R | 7 +++---- R/lsm_l_iji.R | 7 +++---- R/lsm_l_lpi.R | 7 +++---- R/lsm_l_lsi.R | 7 +++---- R/lsm_l_mesh.R | 7 +++---- R/lsm_l_msidi.R | 7 +++---- R/lsm_l_msiei.R | 7 +++---- R/lsm_l_ndca.R | 7 +++---- R/lsm_l_np.R | 7 +++---- R/lsm_l_pafrac.R | 7 +++---- R/lsm_l_para_cv.R | 7 +++---- R/lsm_l_para_mn.R | 7 +++---- R/lsm_l_para_sd.R | 7 +++---- R/lsm_l_pd.R | 7 +++---- R/lsm_l_pladj.R | 7 +++---- R/lsm_l_pr.R | 7 +++---- R/lsm_l_prd.R | 7 +++---- R/lsm_l_rpr.R | 7 +++---- R/lsm_l_shape_cv.R | 7 +++---- R/lsm_l_shape_mn.R | 7 +++---- R/lsm_l_shape_sd.R | 7 +++---- R/lsm_l_shdi.R | 7 +++---- R/lsm_l_shei.R | 7 +++---- R/lsm_l_sidi.R | 7 +++---- R/lsm_l_siei.R | 7 +++---- R/lsm_l_split.R | 7 +++---- R/lsm_l_ta.R | 7 +++---- R/lsm_l_tca.R | 7 +++---- R/lsm_l_te.R | 7 +++---- R/lsm_p_area.R | 7 +++---- R/lsm_p_cai.R | 7 +++---- R/lsm_p_circle.R | 7 +++---- R/lsm_p_contig.R | 7 +++---- R/lsm_p_core.R | 7 +++---- R/lsm_p_enn.R | 7 +++---- R/lsm_p_frac.R | 7 +++---- R/lsm_p_gyrate.R | 7 +++---- R/lsm_p_ncore.R | 7 +++---- R/lsm_p_para.R | 7 +++---- R/lsm_p_perim.R | 7 +++---- R/lsm_p_shape.R | 7 +++---- R/window_lsm.R | 7 +++---- README.Rmd | 4 ++-- README.md | 9 ++++----- codemeta.json | 2 +- man/calculate_lsm.Rd | 7 +++---- man/landscapemetrics.Rd | 2 +- man/list_lsm.Rd | 7 +++---- man/lsm_c_ai.Rd | 7 +++---- man/lsm_c_area_cv.Rd | 7 +++---- man/lsm_c_area_mn.Rd | 7 +++---- man/lsm_c_area_sd.Rd | 7 +++---- man/lsm_c_ca.Rd | 7 +++---- man/lsm_c_cai_cv.Rd | 7 +++---- man/lsm_c_cai_mn.Rd | 7 +++---- man/lsm_c_cai_sd.Rd | 7 +++---- man/lsm_c_circle_cv.Rd | 7 +++---- man/lsm_c_circle_mn.Rd | 7 +++---- man/lsm_c_circle_sd.Rd | 7 +++---- man/lsm_c_clumpy.Rd | 7 +++---- man/lsm_c_cohesion.Rd | 7 +++---- man/lsm_c_contig_cv.Rd | 7 +++---- man/lsm_c_contig_mn.Rd | 7 +++---- man/lsm_c_contig_sd.Rd | 7 +++---- man/lsm_c_core_cv.Rd | 7 +++---- man/lsm_c_core_mn.Rd | 7 +++---- man/lsm_c_core_sd.Rd | 7 +++---- man/lsm_c_cpland.Rd | 7 +++---- man/lsm_c_dcad.Rd | 7 +++---- man/lsm_c_dcore_cv.Rd | 7 +++---- man/lsm_c_dcore_mn.Rd | 7 +++---- man/lsm_c_dcore_sd.Rd | 7 +++---- man/lsm_c_division.Rd | 7 +++---- man/lsm_c_ed.Rd | 7 +++---- man/lsm_c_enn_cv.Rd | 7 +++---- man/lsm_c_enn_mn.Rd | 7 +++---- man/lsm_c_enn_sd.Rd | 7 +++---- man/lsm_c_frac_cv.Rd | 7 +++---- man/lsm_c_frac_mn.Rd | 7 +++---- man/lsm_c_frac_sd.Rd | 7 +++---- man/lsm_c_gyrate_cv.Rd | 7 +++---- man/lsm_c_gyrate_mn.Rd | 7 +++---- man/lsm_c_gyrate_sd.Rd | 7 +++---- man/lsm_c_iji.Rd | 7 +++---- man/lsm_c_lpi.Rd | 7 +++---- man/lsm_c_lsi.Rd | 7 +++---- man/lsm_c_mesh.Rd | 7 +++---- man/lsm_c_ndca.Rd | 7 +++---- man/lsm_c_nlsi.Rd | 7 +++---- man/lsm_c_np.Rd | 7 +++---- man/lsm_c_pafrac.Rd | 7 +++---- man/lsm_c_para_cv.Rd | 7 +++---- man/lsm_c_para_mn.Rd | 7 +++---- man/lsm_c_para_sd.Rd | 7 +++---- man/lsm_c_pd.Rd | 7 +++---- man/lsm_c_pladj.Rd | 7 +++---- man/lsm_c_pland.Rd | 7 +++---- man/lsm_c_shape_cv.Rd | 7 +++---- man/lsm_c_shape_mn.Rd | 7 +++---- man/lsm_c_shape_sd.Rd | 7 +++---- man/lsm_c_split.Rd | 7 +++---- man/lsm_c_tca.Rd | 7 +++---- man/lsm_c_te.Rd | 7 +++---- man/lsm_l_ai.Rd | 7 +++---- man/lsm_l_area_cv.Rd | 7 +++---- man/lsm_l_area_mn.Rd | 7 +++---- man/lsm_l_area_sd.Rd | 7 +++---- man/lsm_l_cai_cv.Rd | 7 +++---- man/lsm_l_cai_mn.Rd | 7 +++---- man/lsm_l_cai_sd.Rd | 7 +++---- man/lsm_l_circle_cv.Rd | 7 +++---- man/lsm_l_circle_mn.Rd | 7 +++---- man/lsm_l_circle_sd.Rd | 7 +++---- man/lsm_l_cohesion.Rd | 7 +++---- man/lsm_l_contag.Rd | 7 +++---- man/lsm_l_contig_cv.Rd | 7 +++---- man/lsm_l_contig_mn.Rd | 7 +++---- man/lsm_l_contig_sd.Rd | 7 +++---- man/lsm_l_core_cv.Rd | 7 +++---- man/lsm_l_core_mn.Rd | 7 +++---- man/lsm_l_core_sd.Rd | 7 +++---- man/lsm_l_dcad.Rd | 7 +++---- man/lsm_l_dcore_cv.Rd | 7 +++---- man/lsm_l_dcore_mn.Rd | 7 +++---- man/lsm_l_dcore_sd.Rd | 7 +++---- man/lsm_l_division.Rd | 7 +++---- man/lsm_l_ed.Rd | 7 +++---- man/lsm_l_enn_cv.Rd | 7 +++---- man/lsm_l_enn_mn.Rd | 7 +++---- man/lsm_l_enn_sd.Rd | 7 +++---- man/lsm_l_frac_cv.Rd | 7 +++---- man/lsm_l_frac_mn.Rd | 7 +++---- man/lsm_l_frac_sd.Rd | 7 +++---- man/lsm_l_gyrate_cv.Rd | 7 +++---- man/lsm_l_gyrate_mn.Rd | 7 +++---- man/lsm_l_gyrate_sd.Rd | 7 +++---- man/lsm_l_iji.Rd | 7 +++---- man/lsm_l_lpi.Rd | 7 +++---- man/lsm_l_lsi.Rd | 7 +++---- man/lsm_l_mesh.Rd | 7 +++---- man/lsm_l_msidi.Rd | 7 +++---- man/lsm_l_msiei.Rd | 7 +++---- man/lsm_l_ndca.Rd | 7 +++---- man/lsm_l_np.Rd | 7 +++---- man/lsm_l_pafrac.Rd | 7 +++---- man/lsm_l_para_cv.Rd | 7 +++---- man/lsm_l_para_mn.Rd | 7 +++---- man/lsm_l_para_sd.Rd | 7 +++---- man/lsm_l_pd.Rd | 7 +++---- man/lsm_l_pladj.Rd | 7 +++---- man/lsm_l_pr.Rd | 7 +++---- man/lsm_l_prd.Rd | 7 +++---- man/lsm_l_rpr.Rd | 7 +++---- man/lsm_l_shape_cv.Rd | 7 +++---- man/lsm_l_shape_mn.Rd | 7 +++---- man/lsm_l_shape_sd.Rd | 7 +++---- man/lsm_l_shdi.Rd | 7 +++---- man/lsm_l_shei.Rd | 7 +++---- man/lsm_l_sidi.Rd | 7 +++---- man/lsm_l_siei.Rd | 7 +++---- man/lsm_l_split.Rd | 7 +++---- man/lsm_l_ta.Rd | 7 +++---- man/lsm_l_tca.Rd | 7 +++---- man/lsm_l_te.Rd | 7 +++---- man/lsm_p_area.Rd | 7 +++---- man/lsm_p_cai.Rd | 7 +++---- man/lsm_p_circle.Rd | 7 +++---- man/lsm_p_contig.Rd | 7 +++---- man/lsm_p_core.Rd | 7 +++---- man/lsm_p_enn.Rd | 7 +++---- man/lsm_p_frac.Rd | 7 +++---- man/lsm_p_gyrate.Rd | 7 +++---- man/lsm_p_ncore.Rd | 7 +++---- man/lsm_p_para.Rd | 7 +++---- man/lsm_p_perim.Rd | 7 +++---- man/lsm_p_shape.Rd | 7 +++---- man/window_lsm.Rd | 7 +++---- vignettes/articles/comparing_tools.Rmd | 4 ++-- vignettes/articles/general_background.Rmd | 6 +++--- vignettes/articles/guide_moving_window.Rmd | 2 +- vignettes/articles/landscape_distribution_statistics.Rmd | 2 +- 272 files changed, 803 insertions(+), 1066 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9af892301..702e72112 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -39,7 +39,7 @@ Authors@R: c(person("Maximilian H.K.", "Hesselbarth", Maintainer: Maximilian H.K. Hesselbarth Description: Calculates landscape metrics for categorical landscape patterns in a tidy workflow. 'landscapemetrics' reimplements the most common metrics from - 'FRAGSTATS' () and new ones from the current + 'FRAGSTATS' () and new ones from the current literature on landscape metrics. This package supports 'terra' SpatRaster objects as input arguments. It further provides utility functionn to visualize patches, select metrics and building blocks to develop new metrics. diff --git a/R/calculate_lsm.R b/R/calculate_lsm.R index eac2bb248..baa572119 100644 --- a/R/calculate_lsm.R +++ b/R/calculate_lsm.R @@ -56,10 +56,9 @@ #' @rdname calculate_lsm #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export calculate_lsm <- function(landscape, diff --git a/R/landscapemetrics-package.R b/R/landscapemetrics-package.R index 473ac9529..0b2f80f5e 100644 --- a/R/landscapemetrics-package.R +++ b/R/landscapemetrics-package.R @@ -2,7 +2,7 @@ #' #' @description #' Calculates landscape metrics for categorical landscape patterns in a tidy workflow. -#' 'landscapemetrics' reimplements the most common metrics from 'FRAGSTATS' () +#' 'landscapemetrics' reimplements the most common metrics from 'FRAGSTATS' () #' and adds new ones from the current literature on landscape metrics. This package #' supports 'terra' SpatRaster objects as input arguments. It further provides #' utility functions to visualize patches, select metrics and building blocks to diff --git a/R/list_lsm.R b/R/list_lsm.R index 923f01ab4..f281356d1 100644 --- a/R/list_lsm.R +++ b/R/list_lsm.R @@ -34,10 +34,9 @@ #' @rdname list_lsm #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export list_lsm <- function(level = NULL, diff --git a/R/lsm_c_ai.R b/R/lsm_c_ai.R index d9db9f4db..067c60a06 100644 --- a/R/lsm_c_ai.R +++ b/R/lsm_c_ai.R @@ -32,10 +32,9 @@ #' @rdname lsm_c_ai #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' He, H. S., DeZonia, B. E., & Mladenoff, D. J. 2000. An aggregation index (AI) #' to quantify spatial patterns of landscapes. Landscape ecology, 15(7), 591-601. diff --git a/R/lsm_c_area_cv.R b/R/lsm_c_area_cv.R index 480eae0c3..5dc5e8df2 100644 --- a/R/lsm_c_area_cv.R +++ b/R/lsm_c_area_cv.R @@ -37,10 +37,9 @@ #' @rdname lsm_c_area_cv #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_area_cv <- function(landscape, directions = 8) { diff --git a/R/lsm_c_area_mn.R b/R/lsm_c_area_mn.R index 97b511791..b44c62927 100644 --- a/R/lsm_c_area_mn.R +++ b/R/lsm_c_area_mn.R @@ -39,10 +39,9 @@ #' @rdname lsm_c_area_mn #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_area_mn <- function(landscape, directions = 8) { diff --git a/R/lsm_c_area_sd.R b/R/lsm_c_area_sd.R index 21052ddb3..575814662 100644 --- a/R/lsm_c_area_sd.R +++ b/R/lsm_c_area_sd.R @@ -39,10 +39,9 @@ #' @rdname lsm_c_area_sd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_area_sd <- function(landscape, directions = 8) { diff --git a/R/lsm_c_ca.R b/R/lsm_c_ca.R index 473cee6c1..da66b0ac7 100644 --- a/R/lsm_c_ca.R +++ b/R/lsm_c_ca.R @@ -38,10 +38,9 @@ #' @rdname lsm_c_ca #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_ca <- function(landscape, directions = 8) { diff --git a/R/lsm_c_cai_cv.R b/R/lsm_c_cai_cv.R index 866016f8a..242574afd 100644 --- a/R/lsm_c_cai_cv.R +++ b/R/lsm_c_cai_cv.R @@ -46,10 +46,9 @@ #' @rdname lsm_c_cai_cv #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_cai_cv <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { diff --git a/R/lsm_c_cai_mn.R b/R/lsm_c_cai_mn.R index 23bd3ba27..cd1afe5af 100644 --- a/R/lsm_c_cai_mn.R +++ b/R/lsm_c_cai_mn.R @@ -44,10 +44,9 @@ #' @rdname lsm_c_cai_mn #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_cai_mn <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { diff --git a/R/lsm_c_cai_sd.R b/R/lsm_c_cai_sd.R index 219d27b92..05e2c4fbe 100644 --- a/R/lsm_c_cai_sd.R +++ b/R/lsm_c_cai_sd.R @@ -46,10 +46,9 @@ #' @rdname lsm_c_cai_sd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_cai_sd <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { diff --git a/R/lsm_c_circle_cv.R b/R/lsm_c_circle_cv.R index 2adecf235..688901daf 100644 --- a/R/lsm_c_circle_cv.R +++ b/R/lsm_c_circle_cv.R @@ -42,10 +42,9 @@ #' @rdname lsm_c_circle_cv #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of #' landscape structure using the GRASS geographical information system. diff --git a/R/lsm_c_circle_mn.R b/R/lsm_c_circle_mn.R index cf70d180c..37f5faa82 100644 --- a/R/lsm_c_circle_mn.R +++ b/R/lsm_c_circle_mn.R @@ -40,10 +40,9 @@ #' @rdname lsm_c_circle_mn #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of #' landscape structure using the GRASS geographical information system. diff --git a/R/lsm_c_circle_sd.R b/R/lsm_c_circle_sd.R index a18078f3b..052377ee4 100644 --- a/R/lsm_c_circle_sd.R +++ b/R/lsm_c_circle_sd.R @@ -40,10 +40,9 @@ #' @rdname lsm_c_circle_sd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of #' landscape structure using the GRASS geographical information system. diff --git a/R/lsm_c_clumpy.R b/R/lsm_c_clumpy.R index 025643453..807a13cc1 100644 --- a/R/lsm_c_clumpy.R +++ b/R/lsm_c_clumpy.R @@ -33,10 +33,9 @@ #' @rdname lsm_c_clumpy #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_clumpy <- function(landscape) { diff --git a/R/lsm_c_cohesion.R b/R/lsm_c_cohesion.R index 690075f9c..8691926c7 100644 --- a/R/lsm_c_cohesion.R +++ b/R/lsm_c_cohesion.R @@ -36,10 +36,9 @@ #' @rdname lsm_c_cohesion #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Schumaker, N. H. 1996. Using landscape indices to predict habitat #' connectivity. Ecology, 77(4), 1210-1225. diff --git a/R/lsm_c_contig_cv.R b/R/lsm_c_contig_cv.R index f9b24919f..969e9c17c 100644 --- a/R/lsm_c_contig_cv.R +++ b/R/lsm_c_contig_cv.R @@ -48,10 +48,9 @@ #' @rdname lsm_c_contig_cv #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' LaGro, J. 1991. Assessing patch shape in landscape mosaics. #' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 diff --git a/R/lsm_c_contig_mn.R b/R/lsm_c_contig_mn.R index e0f955938..3fdfe4ea3 100644 --- a/R/lsm_c_contig_mn.R +++ b/R/lsm_c_contig_mn.R @@ -47,10 +47,9 @@ #' @rdname lsm_c_contig_mn #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' LaGro, J. 1991. Assessing patch shape in landscape mosaics. #' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 diff --git a/R/lsm_c_contig_sd.R b/R/lsm_c_contig_sd.R index 8810df793..10c866595 100644 --- a/R/lsm_c_contig_sd.R +++ b/R/lsm_c_contig_sd.R @@ -48,10 +48,9 @@ #' @rdname lsm_c_contig_sd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' LaGro, J. 1991. Assessing patch shape in landscape mosaics. #' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 diff --git a/R/lsm_c_core_cv.R b/R/lsm_c_core_cv.R index d9e3adacf..9832698d6 100644 --- a/R/lsm_c_core_cv.R +++ b/R/lsm_c_core_cv.R @@ -41,10 +41,9 @@ #' @rdname lsm_c_core_cv #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_core_cv <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { diff --git a/R/lsm_c_core_mn.R b/R/lsm_c_core_mn.R index 0ea6034d8..c16489839 100644 --- a/R/lsm_c_core_mn.R +++ b/R/lsm_c_core_mn.R @@ -40,10 +40,9 @@ #' @rdname lsm_c_core_mn #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_core_mn <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { diff --git a/R/lsm_c_core_sd.R b/R/lsm_c_core_sd.R index 5c5f1e655..a904f484e 100644 --- a/R/lsm_c_core_sd.R +++ b/R/lsm_c_core_sd.R @@ -42,10 +42,9 @@ #' @rdname lsm_c_core_sd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_core_sd <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { diff --git a/R/lsm_c_cpland.R b/R/lsm_c_cpland.R index eee7464f3..fa90f6c3e 100644 --- a/R/lsm_c_cpland.R +++ b/R/lsm_c_cpland.R @@ -38,10 +38,9 @@ #' @rdname lsm_c_cpland #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_cpland <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { diff --git a/R/lsm_c_dcad.R b/R/lsm_c_dcad.R index 22caae09a..1c1027f36 100644 --- a/R/lsm_c_dcad.R +++ b/R/lsm_c_dcad.R @@ -42,10 +42,9 @@ #' @rdname lsm_c_dcad #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_dcad <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { diff --git a/R/lsm_c_dcore_cv.R b/R/lsm_c_dcore_cv.R index b7769df27..b01492c98 100644 --- a/R/lsm_c_dcore_cv.R +++ b/R/lsm_c_dcore_cv.R @@ -45,10 +45,9 @@ #' @rdname lsm_c_dcore_cv #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_dcore_cv <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { diff --git a/R/lsm_c_dcore_mn.R b/R/lsm_c_dcore_mn.R index 685c08d21..b806363f2 100644 --- a/R/lsm_c_dcore_mn.R +++ b/R/lsm_c_dcore_mn.R @@ -43,10 +43,9 @@ #' @rdname lsm_c_dcore_mn #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_dcore_mn <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { diff --git a/R/lsm_c_dcore_sd.R b/R/lsm_c_dcore_sd.R index 4292fa11f..ff5aefbf0 100644 --- a/R/lsm_c_dcore_sd.R +++ b/R/lsm_c_dcore_sd.R @@ -46,10 +46,9 @@ #' @rdname lsm_c_dcore_sd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_dcore_sd <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { diff --git a/R/lsm_c_division.R b/R/lsm_c_division.R index 48a96b134..35add0628 100644 --- a/R/lsm_c_division.R +++ b/R/lsm_c_division.R @@ -34,10 +34,9 @@ #' @rdname lsm_c_division #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh #' size: new measures of landscape fragmentation. diff --git a/R/lsm_c_ed.R b/R/lsm_c_ed.R index 9dbb2fd63..834d11d02 100644 --- a/R/lsm_c_ed.R +++ b/R/lsm_c_ed.R @@ -40,10 +40,9 @@ #' @rdname lsm_c_ed #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_ed <- function(landscape, diff --git a/R/lsm_c_enn_cv.R b/R/lsm_c_enn_cv.R index 7f7ddbba8..ceff77d19 100644 --- a/R/lsm_c_enn_cv.R +++ b/R/lsm_c_enn_cv.R @@ -41,10 +41,9 @@ #' @rdname lsm_c_enn_cv #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape #' structure and breeding birds in the Oregon Coast Range. diff --git a/R/lsm_c_enn_mn.R b/R/lsm_c_enn_mn.R index b74d53158..e56641241 100644 --- a/R/lsm_c_enn_mn.R +++ b/R/lsm_c_enn_mn.R @@ -42,10 +42,9 @@ #' @rdname lsm_c_enn_mn #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape #' structure and breeding birds in the Oregon Coast Range. diff --git a/R/lsm_c_enn_sd.R b/R/lsm_c_enn_sd.R index aed7bcb52..94c38187d 100644 --- a/R/lsm_c_enn_sd.R +++ b/R/lsm_c_enn_sd.R @@ -42,10 +42,9 @@ #' @rdname lsm_c_enn_sd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape #' structure and breeding birds in the Oregon Coast Range. diff --git a/R/lsm_c_frac_cv.R b/R/lsm_c_frac_cv.R index d7554c0eb..3e4d5dd87 100644 --- a/R/lsm_c_frac_cv.R +++ b/R/lsm_c_frac_cv.R @@ -40,10 +40,9 @@ #' @rdname lsm_c_frac_cv #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. #' San Francisco. W. H. Freeman and Company. diff --git a/R/lsm_c_frac_mn.R b/R/lsm_c_frac_mn.R index 64c1ce3b3..17bd5ec50 100644 --- a/R/lsm_c_frac_mn.R +++ b/R/lsm_c_frac_mn.R @@ -38,10 +38,9 @@ #' @rdname lsm_c_frac_mn #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. #' San Francisco. W. H. Freeman and Company. diff --git a/R/lsm_c_frac_sd.R b/R/lsm_c_frac_sd.R index 8fb4bbe2e..e15b5eba6 100644 --- a/R/lsm_c_frac_sd.R +++ b/R/lsm_c_frac_sd.R @@ -40,10 +40,9 @@ #' @rdname lsm_c_frac_sd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. #' San Francisco. W. H. Freeman and Company. diff --git a/R/lsm_c_gyrate_cv.R b/R/lsm_c_gyrate_cv.R index aa829031c..7874b4e06 100644 --- a/R/lsm_c_gyrate_cv.R +++ b/R/lsm_c_gyrate_cv.R @@ -47,10 +47,9 @@ #' @rdname lsm_c_gyrate_cv #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales #' in fragmented landscapes. Conservation ecology, 1(1). diff --git a/R/lsm_c_gyrate_mn.R b/R/lsm_c_gyrate_mn.R index 879ea3b5d..274377a24 100644 --- a/R/lsm_c_gyrate_mn.R +++ b/R/lsm_c_gyrate_mn.R @@ -46,10 +46,9 @@ #' @rdname lsm_c_gyrate_mn #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales #' in fragmented landscapes. Conservation ecology, 1(1). diff --git a/R/lsm_c_gyrate_sd.R b/R/lsm_c_gyrate_sd.R index 847b9ea01..ed31426c3 100644 --- a/R/lsm_c_gyrate_sd.R +++ b/R/lsm_c_gyrate_sd.R @@ -46,10 +46,9 @@ #' @rdname lsm_c_gyrate_sd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales #' in fragmented landscapes. Conservation ecology, 1(1). diff --git a/R/lsm_c_iji.R b/R/lsm_c_iji.R index 2eaa2f329..2fc45fd18 100644 --- a/R/lsm_c_iji.R +++ b/R/lsm_c_iji.R @@ -33,10 +33,9 @@ #' @rdname lsm_c_iji # #' @references -#'McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#'Program for Categorical and Continuous Maps. Computer software program produced by -#'the authors at the University of Massachusetts, Amherst. Available at the following -#'web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #'McGarigal, K., & Marks, B. J. 1995. FRAGSTATS: spatial pattern analysis #'program for quantifying landscape structure. Gen. Tech. Rep. PNW-GTR-351. diff --git a/R/lsm_c_lpi.R b/R/lsm_c_lpi.R index 318aab937..4f9275c51 100644 --- a/R/lsm_c_lpi.R +++ b/R/lsm_c_lpi.R @@ -35,10 +35,9 @@ #' @rdname lsm_c_lpi #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_lpi <- function(landscape, directions = 8) { diff --git a/R/lsm_c_lsi.R b/R/lsm_c_lsi.R index efba869b2..bedbf6581 100644 --- a/R/lsm_c_lsi.R +++ b/R/lsm_c_lsi.R @@ -33,10 +33,9 @@ #' @rdname lsm_c_lsi #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". #' Wildl. Soc.Bull. 3:171-173. diff --git a/R/lsm_c_mesh.R b/R/lsm_c_mesh.R index 4a033324f..ec65609be 100644 --- a/R/lsm_c_mesh.R +++ b/R/lsm_c_mesh.R @@ -36,10 +36,9 @@ #' @rdname lsm_c_mesh #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh #' size: new measures of landscape fragmentation. diff --git a/R/lsm_c_ndca.R b/R/lsm_c_ndca.R index c5f0af5ab..36c04db45 100644 --- a/R/lsm_c_ndca.R +++ b/R/lsm_c_ndca.R @@ -43,10 +43,9 @@ #' @rdname lsm_c_ndca #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_ndca <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { diff --git a/R/lsm_c_nlsi.R b/R/lsm_c_nlsi.R index 31908aeca..f86fe0bf8 100644 --- a/R/lsm_c_nlsi.R +++ b/R/lsm_c_nlsi.R @@ -37,10 +37,9 @@ #' @rdname lsm_c_nlsi #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". #' Wildl. Soc.Bull. 3:171-173. diff --git a/R/lsm_c_np.R b/R/lsm_c_np.R index 0e172dc58..5cfc42141 100644 --- a/R/lsm_c_np.R +++ b/R/lsm_c_np.R @@ -31,10 +31,9 @@ #' @rdname lsm_c_np #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_np <- function(landscape, directions = 8) { diff --git a/R/lsm_c_pafrac.R b/R/lsm_c_pafrac.R index 72a13e9d0..d7342b6d5 100644 --- a/R/lsm_c_pafrac.R +++ b/R/lsm_c_pafrac.R @@ -39,10 +39,9 @@ #' @rdname lsm_c_pafrac #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Burrough, P. A. 1986. Principles of Geographical Information Systems for #' Land Resources Assessment. Monographs on Soil and Resources Survey No. 12. diff --git a/R/lsm_c_para_cv.R b/R/lsm_c_para_cv.R index 070a8bbb7..8100231ee 100644 --- a/R/lsm_c_para_cv.R +++ b/R/lsm_c_para_cv.R @@ -40,10 +40,9 @@ #' @rdname lsm_c_para_cv #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_para_cv <- function(landscape, directions = 8) { diff --git a/R/lsm_c_para_mn.R b/R/lsm_c_para_mn.R index b54320add..8a0d10db6 100644 --- a/R/lsm_c_para_mn.R +++ b/R/lsm_c_para_mn.R @@ -41,10 +41,9 @@ #' @rdname lsm_c_para_mn #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_para_mn <- function(landscape, directions = 8) { diff --git a/R/lsm_c_para_sd.R b/R/lsm_c_para_sd.R index fd56b5fe9..819104c31 100644 --- a/R/lsm_c_para_sd.R +++ b/R/lsm_c_para_sd.R @@ -41,10 +41,9 @@ #' @rdname lsm_c_para_sd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_para_sd <- function(landscape, directions = 8) { diff --git a/R/lsm_c_pd.R b/R/lsm_c_pd.R index de37b0537..20a116f47 100644 --- a/R/lsm_c_pd.R +++ b/R/lsm_c_pd.R @@ -36,10 +36,9 @@ #' @rdname lsm_c_pd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_pd <- function(landscape, directions = 8) { diff --git a/R/lsm_c_pladj.R b/R/lsm_c_pladj.R index d5a55c989..4bc17759d 100644 --- a/R/lsm_c_pladj.R +++ b/R/lsm_c_pladj.R @@ -29,10 +29,9 @@ #' @rdname lsm_c_pladj #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/. +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org. #' #' @export lsm_c_pladj <- function(landscape) { diff --git a/R/lsm_c_pland.R b/R/lsm_c_pland.R index d36cbf5c2..ad42267c4 100644 --- a/R/lsm_c_pland.R +++ b/R/lsm_c_pland.R @@ -34,10 +34,9 @@ #' @rdname lsm_c_pland #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_pland <- function(landscape, directions = 8) { diff --git a/R/lsm_c_shape_cv.R b/R/lsm_c_shape_cv.R index 7e8dd0e0b..349918ef2 100644 --- a/R/lsm_c_shape_cv.R +++ b/R/lsm_c_shape_cv.R @@ -38,10 +38,9 @@ #' @rdname lsm_c_shape_cv #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". #' Wildl. Soc.Bull. 3:171-173. diff --git a/R/lsm_c_shape_mn.R b/R/lsm_c_shape_mn.R index 9d7cb8051..1921d80ce 100644 --- a/R/lsm_c_shape_mn.R +++ b/R/lsm_c_shape_mn.R @@ -39,10 +39,9 @@ #' @rdname lsm_c_shape_mn #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". #' Wildl. Soc.Bull. 3:171-173. diff --git a/R/lsm_c_shape_sd.R b/R/lsm_c_shape_sd.R index eda8538e7..fd96d84c0 100644 --- a/R/lsm_c_shape_sd.R +++ b/R/lsm_c_shape_sd.R @@ -39,10 +39,9 @@ #' @rdname lsm_c_shape_sd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". #' Wildl. Soc.Bull. 3:171-173. diff --git a/R/lsm_c_split.R b/R/lsm_c_split.R index 67d8225eb..7d0560167 100644 --- a/R/lsm_c_split.R +++ b/R/lsm_c_split.R @@ -34,10 +34,9 @@ #' @rdname lsm_c_split #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh #' size: new measures of landscape fragmentation. diff --git a/R/lsm_c_tca.R b/R/lsm_c_tca.R index 06c01e009..5fab1989e 100644 --- a/R/lsm_c_tca.R +++ b/R/lsm_c_tca.R @@ -42,10 +42,9 @@ #' @rdname lsm_c_tca #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_tca <- function(landscape, directions = 8, consider_boundary = FALSE, edge_depth = 1) { diff --git a/R/lsm_c_te.R b/R/lsm_c_te.R index 543c72316..f39f71190 100644 --- a/R/lsm_c_te.R +++ b/R/lsm_c_te.R @@ -36,10 +36,9 @@ #' @rdname lsm_c_te #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_c_te <- function(landscape, diff --git a/R/lsm_l_ai.R b/R/lsm_l_ai.R index 44a5ce7b2..2ad41b147 100644 --- a/R/lsm_l_ai.R +++ b/R/lsm_l_ai.R @@ -33,10 +33,9 @@ #' @rdname lsm_l_ai #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' He, H. S., DeZonia, B. E., & Mladenoff, D. J. 2000. An aggregation index (AI) #' to quantify spatial patterns of landscapes. Landscape ecology, 15(7), 591-601. diff --git a/R/lsm_l_area_cv.R b/R/lsm_l_area_cv.R index 1eb20fb3b..82803068a 100644 --- a/R/lsm_l_area_cv.R +++ b/R/lsm_l_area_cv.R @@ -37,10 +37,9 @@ #' @rdname lsm_l_area_cv #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_area_cv <- function(landscape, directions = 8) { diff --git a/R/lsm_l_area_mn.R b/R/lsm_l_area_mn.R index 37bb7e452..ab9d48052 100644 --- a/R/lsm_l_area_mn.R +++ b/R/lsm_l_area_mn.R @@ -39,10 +39,9 @@ #' @rdname lsm_l_area_mn #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_area_mn <- function(landscape, directions = 8) { diff --git a/R/lsm_l_area_sd.R b/R/lsm_l_area_sd.R index 88ce5272e..2961e8b72 100644 --- a/R/lsm_l_area_sd.R +++ b/R/lsm_l_area_sd.R @@ -37,10 +37,9 @@ #' @rdname lsm_l_area_sd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_area_sd <- function(landscape, directions = 8) { diff --git a/R/lsm_l_cai_cv.R b/R/lsm_l_cai_cv.R index 889d0eb35..1f3e61f9c 100644 --- a/R/lsm_l_cai_cv.R +++ b/R/lsm_l_cai_cv.R @@ -46,10 +46,9 @@ #' @rdname lsm_l_cai_cv #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_cai_cv <- function(landscape, diff --git a/R/lsm_l_cai_mn.R b/R/lsm_l_cai_mn.R index c915de83d..35d758e1a 100644 --- a/R/lsm_l_cai_mn.R +++ b/R/lsm_l_cai_mn.R @@ -44,10 +44,9 @@ #' @rdname lsm_l_cai_mn #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_cai_mn <- function(landscape, diff --git a/R/lsm_l_cai_sd.R b/R/lsm_l_cai_sd.R index 2dd52fc37..71bd8ebc6 100644 --- a/R/lsm_l_cai_sd.R +++ b/R/lsm_l_cai_sd.R @@ -46,10 +46,9 @@ #' @rdname lsm_l_cai_sd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_cai_sd <- function(landscape, diff --git a/R/lsm_l_circle_cv.R b/R/lsm_l_circle_cv.R index 87317ad1e..de56e1bca 100644 --- a/R/lsm_l_circle_cv.R +++ b/R/lsm_l_circle_cv.R @@ -40,10 +40,9 @@ #' @rdname lsm_l_circle_cv #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of #' landscape structure using the GRASS geographical information system. diff --git a/R/lsm_l_circle_mn.R b/R/lsm_l_circle_mn.R index db4088d59..adebacaa4 100644 --- a/R/lsm_l_circle_mn.R +++ b/R/lsm_l_circle_mn.R @@ -39,10 +39,9 @@ #' @rdname lsm_l_circle_mn #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of #' landscape structure using the GRASS geographical information system. diff --git a/R/lsm_l_circle_sd.R b/R/lsm_l_circle_sd.R index 07c63d80a..4d8b929bf 100644 --- a/R/lsm_l_circle_sd.R +++ b/R/lsm_l_circle_sd.R @@ -41,10 +41,9 @@ #' @rdname lsm_l_circle_sd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of #' landscape structure using the GRASS geographical information system. diff --git a/R/lsm_l_cohesion.R b/R/lsm_l_cohesion.R index 24ba970f9..21c6bfa5e 100644 --- a/R/lsm_l_cohesion.R +++ b/R/lsm_l_cohesion.R @@ -31,10 +31,9 @@ #' @rdname lsm_l_cohesion #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Schumaker, N. H. 1996. Using landscape indices to predict habitat #' connectivity. Ecology, 77(4), 1210-1225. diff --git a/R/lsm_l_contag.R b/R/lsm_l_contag.R index 63765f881..2ebf02f4f 100644 --- a/R/lsm_l_contag.R +++ b/R/lsm_l_contag.R @@ -36,10 +36,9 @@ #' @rdname lsm_l_contag #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Riitters, K.H., O’Neill, R.V., Wickham, J.D. & Jones, K.B. (1996). A note on #' contagion indices for landscape analysis. Landscape ecology, 11, 197–202. diff --git a/R/lsm_l_contig_cv.R b/R/lsm_l_contig_cv.R index 753c31f03..0921049a4 100644 --- a/R/lsm_l_contig_cv.R +++ b/R/lsm_l_contig_cv.R @@ -48,10 +48,9 @@ #' @rdname lsm_l_contig_cv #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' LaGro, J. 1991. Assessing patch shape in landscape mosaics. #' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 diff --git a/R/lsm_l_contig_mn.R b/R/lsm_l_contig_mn.R index 6bedea2f0..b87858977 100644 --- a/R/lsm_l_contig_mn.R +++ b/R/lsm_l_contig_mn.R @@ -47,10 +47,9 @@ #' @rdname lsm_l_contig_mn #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' LaGro, J. 1991. Assessing patch shape in landscape mosaics. #' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 diff --git a/R/lsm_l_contig_sd.R b/R/lsm_l_contig_sd.R index bda9a26fd..d04c6dd56 100644 --- a/R/lsm_l_contig_sd.R +++ b/R/lsm_l_contig_sd.R @@ -48,10 +48,9 @@ #' @rdname lsm_l_contig_sd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' LaGro, J. 1991. Assessing patch shape in landscape mosaics. #' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 diff --git a/R/lsm_l_core_cv.R b/R/lsm_l_core_cv.R index 7b7794a81..e68704992 100644 --- a/R/lsm_l_core_cv.R +++ b/R/lsm_l_core_cv.R @@ -43,10 +43,9 @@ #' @rdname lsm_l_core_cv #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_core_cv <- function(landscape, diff --git a/R/lsm_l_core_mn.R b/R/lsm_l_core_mn.R index 030c2dce7..4a3d02a35 100644 --- a/R/lsm_l_core_mn.R +++ b/R/lsm_l_core_mn.R @@ -42,10 +42,9 @@ #' @rdname lsm_l_core_mn #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_core_mn <- function(landscape, diff --git a/R/lsm_l_core_sd.R b/R/lsm_l_core_sd.R index 84481b8a9..669ca668c 100644 --- a/R/lsm_l_core_sd.R +++ b/R/lsm_l_core_sd.R @@ -43,10 +43,9 @@ #' @rdname lsm_l_core_sd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_core_sd <- function(landscape, diff --git a/R/lsm_l_dcad.R b/R/lsm_l_dcad.R index 1b87913a6..9b3995982 100644 --- a/R/lsm_l_dcad.R +++ b/R/lsm_l_dcad.R @@ -42,10 +42,9 @@ #' @rdname lsm_l_dcad #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_dcad <- function(landscape, diff --git a/R/lsm_l_dcore_cv.R b/R/lsm_l_dcore_cv.R index 8811fbebe..3ba4c0c66 100644 --- a/R/lsm_l_dcore_cv.R +++ b/R/lsm_l_dcore_cv.R @@ -45,10 +45,9 @@ #' @rdname lsm_l_dcore_cv #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_dcore_cv <- function(landscape, diff --git a/R/lsm_l_dcore_mn.R b/R/lsm_l_dcore_mn.R index a96e7b520..0c17831e3 100644 --- a/R/lsm_l_dcore_mn.R +++ b/R/lsm_l_dcore_mn.R @@ -43,10 +43,9 @@ #' @rdname lsm_l_dcore_mn #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_dcore_mn <- function(landscape, diff --git a/R/lsm_l_dcore_sd.R b/R/lsm_l_dcore_sd.R index 3a4243006..63fc0b496 100644 --- a/R/lsm_l_dcore_sd.R +++ b/R/lsm_l_dcore_sd.R @@ -45,10 +45,9 @@ #' @rdname lsm_l_dcore_sd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_dcore_sd <- function(landscape, diff --git a/R/lsm_l_division.R b/R/lsm_l_division.R index 71f9ded67..d3e4c7d00 100644 --- a/R/lsm_l_division.R +++ b/R/lsm_l_division.R @@ -34,10 +34,9 @@ #' @rdname lsm_l_division #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh #' size: new measures of landscape fragmentation. diff --git a/R/lsm_l_ed.R b/R/lsm_l_ed.R index a68ff4ac4..d34fa8960 100644 --- a/R/lsm_l_ed.R +++ b/R/lsm_l_ed.R @@ -40,10 +40,9 @@ #' @rdname lsm_l_ed #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_ed <- function(landscape, diff --git a/R/lsm_l_enn_cv.R b/R/lsm_l_enn_cv.R index 8f841eed4..4c7c39f77 100644 --- a/R/lsm_l_enn_cv.R +++ b/R/lsm_l_enn_cv.R @@ -41,10 +41,9 @@ #' @rdname lsm_l_enn_cv #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape #' structure and breeding birds in the Oregon Coast Range. diff --git a/R/lsm_l_enn_mn.R b/R/lsm_l_enn_mn.R index c10fd07b6..fd3fa5f51 100644 --- a/R/lsm_l_enn_mn.R +++ b/R/lsm_l_enn_mn.R @@ -42,10 +42,9 @@ #' @rdname lsm_l_enn_mn #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape #' structure and breeding birds in the Oregon Coast Range. diff --git a/R/lsm_l_enn_sd.R b/R/lsm_l_enn_sd.R index a857565fd..409f8fd59 100644 --- a/R/lsm_l_enn_sd.R +++ b/R/lsm_l_enn_sd.R @@ -42,10 +42,9 @@ #' @rdname lsm_l_enn_sd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape #' structure and breeding birds in the Oregon Coast Range. diff --git a/R/lsm_l_frac_cv.R b/R/lsm_l_frac_cv.R index 5fa99548e..5f5804cc0 100644 --- a/R/lsm_l_frac_cv.R +++ b/R/lsm_l_frac_cv.R @@ -40,10 +40,9 @@ #' @rdname lsm_l_frac_cv #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. #' San Francisco. W. H. Freeman and Company. diff --git a/R/lsm_l_frac_mn.R b/R/lsm_l_frac_mn.R index 9d482594a..87ef21bfa 100644 --- a/R/lsm_l_frac_mn.R +++ b/R/lsm_l_frac_mn.R @@ -40,10 +40,9 @@ #' @rdname lsm_l_frac_mn #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. #' San Francisco. W. H. Freeman and Company. diff --git a/R/lsm_l_frac_sd.R b/R/lsm_l_frac_sd.R index 742ca0d1d..458fb35e6 100644 --- a/R/lsm_l_frac_sd.R +++ b/R/lsm_l_frac_sd.R @@ -40,10 +40,9 @@ #' @rdname lsm_l_frac_sd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. #' San Francisco. W. H. Freeman and Company. diff --git a/R/lsm_l_gyrate_cv.R b/R/lsm_l_gyrate_cv.R index 55d556908..144694f70 100644 --- a/R/lsm_l_gyrate_cv.R +++ b/R/lsm_l_gyrate_cv.R @@ -47,10 +47,9 @@ #' @rdname lsm_l_gyrate_cv #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales #' in fragmented landscapes. Conservation ecology, 1(1). diff --git a/R/lsm_l_gyrate_mn.R b/R/lsm_l_gyrate_mn.R index e9cbdc226..801999f8f 100644 --- a/R/lsm_l_gyrate_mn.R +++ b/R/lsm_l_gyrate_mn.R @@ -46,10 +46,9 @@ #' @rdname lsm_l_gyrate_mn #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales #' in fragmented landscapes. Conservation ecology, 1(1). diff --git a/R/lsm_l_gyrate_sd.R b/R/lsm_l_gyrate_sd.R index f223670da..422623520 100644 --- a/R/lsm_l_gyrate_sd.R +++ b/R/lsm_l_gyrate_sd.R @@ -46,10 +46,9 @@ #' @rdname lsm_l_gyrate_sd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales #' in fragmented landscapes. Conservation ecology, 1(1). diff --git a/R/lsm_l_iji.R b/R/lsm_l_iji.R index 80089d9f3..a7d1b8cdc 100644 --- a/R/lsm_l_iji.R +++ b/R/lsm_l_iji.R @@ -34,10 +34,9 @@ #' @rdname lsm_l_iji # #' @references -#'McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#'Program for Categorical and Continuous Maps. Computer software program produced by -#'the authors at the University of Massachusetts, Amherst. Available at the following -#'web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #'McGarigal, K., & Marks, B. J. 1995. FRAGSTATS: spatial pattern analysis #'program for quantifying landscape structure. Gen. Tech. Rep. PNW-GTR-351. diff --git a/R/lsm_l_lpi.R b/R/lsm_l_lpi.R index 84f078a45..aff738f4f 100644 --- a/R/lsm_l_lpi.R +++ b/R/lsm_l_lpi.R @@ -35,10 +35,9 @@ #' @rdname lsm_l_lpi #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_lpi <- function(landscape, directions = 8) { diff --git a/R/lsm_l_lsi.R b/R/lsm_l_lsi.R index c1d3a50ee..79b599162 100644 --- a/R/lsm_l_lsi.R +++ b/R/lsm_l_lsi.R @@ -33,10 +33,9 @@ #' @rdname lsm_l_lsi #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". #' Wildl. Soc.Bull. 3:171-173. diff --git a/R/lsm_l_mesh.R b/R/lsm_l_mesh.R index 279efd45e..64b16e38b 100644 --- a/R/lsm_l_mesh.R +++ b/R/lsm_l_mesh.R @@ -36,10 +36,9 @@ #' @rdname lsm_l_mesh #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh #' size: new measures of landscape fragmentation. diff --git a/R/lsm_l_msidi.R b/R/lsm_l_msidi.R index 06f2d97aa..5cf964d9c 100644 --- a/R/lsm_l_msidi.R +++ b/R/lsm_l_msidi.R @@ -30,10 +30,9 @@ #' @rdname lsm_l_msidi #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 #' diff --git a/R/lsm_l_msiei.R b/R/lsm_l_msiei.R index 5ed38f271..d5c32b369 100644 --- a/R/lsm_l_msiei.R +++ b/R/lsm_l_msiei.R @@ -30,10 +30,9 @@ #' @rdname lsm_l_msiei #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 #' diff --git a/R/lsm_l_ndca.R b/R/lsm_l_ndca.R index fa3435302..738891982 100644 --- a/R/lsm_l_ndca.R +++ b/R/lsm_l_ndca.R @@ -42,10 +42,9 @@ #' @rdname lsm_l_ndca #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_ndca <- function(landscape, diff --git a/R/lsm_l_np.R b/R/lsm_l_np.R index e35f022d6..bd51f011d 100644 --- a/R/lsm_l_np.R +++ b/R/lsm_l_np.R @@ -32,10 +32,9 @@ #' @rdname lsm_l_np #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_np <- function(landscape, directions = 8) { diff --git a/R/lsm_l_pafrac.R b/R/lsm_l_pafrac.R index d16721fb9..f35356295 100644 --- a/R/lsm_l_pafrac.R +++ b/R/lsm_l_pafrac.R @@ -39,10 +39,9 @@ #' @rdname lsm_l_pafrac #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Burrough, P. A. 1986. Principles of Geographical Information Systems for #' Land Resources Assessment. Monographs on Soil and Resources Survey No. 12. diff --git a/R/lsm_l_para_cv.R b/R/lsm_l_para_cv.R index 949812308..a41d17a5d 100644 --- a/R/lsm_l_para_cv.R +++ b/R/lsm_l_para_cv.R @@ -40,10 +40,9 @@ #' @rdname lsm_l_para_cv #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_para_cv <- function(landscape, directions = 8) { diff --git a/R/lsm_l_para_mn.R b/R/lsm_l_para_mn.R index 1cbd61e29..c286c3327 100644 --- a/R/lsm_l_para_mn.R +++ b/R/lsm_l_para_mn.R @@ -41,10 +41,9 @@ #' @rdname lsm_l_para_mn #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_para_mn <- function(landscape, directions = 8) { diff --git a/R/lsm_l_para_sd.R b/R/lsm_l_para_sd.R index 98dd055f1..46733d75a 100644 --- a/R/lsm_l_para_sd.R +++ b/R/lsm_l_para_sd.R @@ -41,10 +41,9 @@ #' @rdname lsm_l_para_sd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_para_sd <- function(landscape, directions = 8) { diff --git a/R/lsm_l_pd.R b/R/lsm_l_pd.R index f249c7692..5ac566aba 100644 --- a/R/lsm_l_pd.R +++ b/R/lsm_l_pd.R @@ -36,10 +36,9 @@ #' @rdname lsm_l_pd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_pd <- function(landscape, directions = 8) { diff --git a/R/lsm_l_pladj.R b/R/lsm_l_pladj.R index d062e5804..3993b97f5 100644 --- a/R/lsm_l_pladj.R +++ b/R/lsm_l_pladj.R @@ -29,10 +29,9 @@ #' @rdname lsm_l_pladj #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/. +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org. #' #' @export lsm_l_pladj <- function(landscape) { diff --git a/R/lsm_l_pr.R b/R/lsm_l_pr.R index 267c469ad..1055e3f8d 100644 --- a/R/lsm_l_pr.R +++ b/R/lsm_l_pr.R @@ -27,10 +27,9 @@ #' @rdname lsm_l_pr #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_pr <- function(landscape){ diff --git a/R/lsm_l_prd.R b/R/lsm_l_prd.R index 8742279c7..f59016bf0 100644 --- a/R/lsm_l_prd.R +++ b/R/lsm_l_prd.R @@ -31,10 +31,9 @@ #' @rdname lsm_l_prd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_prd <- function(landscape, directions = 8) { diff --git a/R/lsm_l_rpr.R b/R/lsm_l_rpr.R index 4fd5d20f5..5504cb394 100644 --- a/R/lsm_l_rpr.R +++ b/R/lsm_l_rpr.R @@ -31,10 +31,9 @@ #' @rdname lsm_l_rpr #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Romme, W. H. 1982. Fire and landscapediversity in subalpine forests of #' Yellowstone National Park.Ecol.Monogr. 52:199-221 diff --git a/R/lsm_l_shape_cv.R b/R/lsm_l_shape_cv.R index b5af243cc..3c1f474aa 100644 --- a/R/lsm_l_shape_cv.R +++ b/R/lsm_l_shape_cv.R @@ -38,10 +38,9 @@ #' @rdname lsm_l_shape_cv #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". #' Wildl. Soc.Bull. 3:171-173. diff --git a/R/lsm_l_shape_mn.R b/R/lsm_l_shape_mn.R index b999394b5..165c241f6 100644 --- a/R/lsm_l_shape_mn.R +++ b/R/lsm_l_shape_mn.R @@ -39,10 +39,9 @@ #' @rdname lsm_l_shape_mn #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". #' Wildl. Soc.Bull. 3:171-173. diff --git a/R/lsm_l_shape_sd.R b/R/lsm_l_shape_sd.R index f7193d435..91e0ba186 100644 --- a/R/lsm_l_shape_sd.R +++ b/R/lsm_l_shape_sd.R @@ -39,10 +39,9 @@ #' @rdname lsm_l_shape_sd #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". #' Wildl. Soc.Bull. 3:171-173. diff --git a/R/lsm_l_shdi.R b/R/lsm_l_shdi.R index b8637a285..c8322e1a6 100644 --- a/R/lsm_l_shdi.R +++ b/R/lsm_l_shdi.R @@ -30,10 +30,9 @@ #' @rdname lsm_l_shdi #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Shannon, C., and W. Weaver. 1949. The mathematical theory of #' communication. Univ. IllinoisPress, Urbana diff --git a/R/lsm_l_shei.R b/R/lsm_l_shei.R index f413e5375..72966ca69 100644 --- a/R/lsm_l_shei.R +++ b/R/lsm_l_shei.R @@ -32,10 +32,9 @@ #' @rdname lsm_l_shei #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Shannon, C., and W. Weaver. 1949. The mathematical theory of #' communication. Univ. IllinoisPress, Urbana diff --git a/R/lsm_l_sidi.R b/R/lsm_l_sidi.R index c23ea5662..6bf2b70eb 100644 --- a/R/lsm_l_sidi.R +++ b/R/lsm_l_sidi.R @@ -35,10 +35,9 @@ #' @rdname lsm_l_sidi #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 #' diff --git a/R/lsm_l_siei.R b/R/lsm_l_siei.R index a30dc5c4a..d6429bdb2 100644 --- a/R/lsm_l_siei.R +++ b/R/lsm_l_siei.R @@ -35,10 +35,9 @@ #' @rdname lsm_l_siei #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 #' diff --git a/R/lsm_l_split.R b/R/lsm_l_split.R index b56cdd1ea..57e1a8bd9 100644 --- a/R/lsm_l_split.R +++ b/R/lsm_l_split.R @@ -34,10 +34,9 @@ #' @rdname lsm_l_split #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh #' size: new measures of landscape fragmentation. diff --git a/R/lsm_l_ta.R b/R/lsm_l_ta.R index afbc37e86..2619a0ff4 100644 --- a/R/lsm_l_ta.R +++ b/R/lsm_l_ta.R @@ -33,10 +33,9 @@ #' @rdname lsm_l_ta #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_ta <- function(landscape, directions = 8) { diff --git a/R/lsm_l_tca.R b/R/lsm_l_tca.R index 9692d856d..c95a24270 100644 --- a/R/lsm_l_tca.R +++ b/R/lsm_l_tca.R @@ -41,10 +41,9 @@ #' @rdname lsm_l_tca #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_tca <- function(landscape, diff --git a/R/lsm_l_te.R b/R/lsm_l_te.R index cfd64c036..cdc1632e0 100644 --- a/R/lsm_l_te.R +++ b/R/lsm_l_te.R @@ -34,10 +34,9 @@ #' @rdname lsm_l_te #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_l_te <- function(landscape, count_boundary = FALSE) { diff --git a/R/lsm_p_area.R b/R/lsm_p_area.R index 6b2e43fef..08da9f162 100644 --- a/R/lsm_p_area.R +++ b/R/lsm_p_area.R @@ -40,10 +40,9 @@ #' @rdname lsm_p_area #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_p_area <- function(landscape, directions = 8) { diff --git a/R/lsm_p_cai.R b/R/lsm_p_cai.R index 542d55aad..97fead9d2 100644 --- a/R/lsm_p_cai.R +++ b/R/lsm_p_cai.R @@ -48,10 +48,9 @@ #' @rdname lsm_p_cai #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_p_cai <- function(landscape, diff --git a/R/lsm_p_circle.R b/R/lsm_p_circle.R index c69890dc4..f3114d7e4 100644 --- a/R/lsm_p_circle.R +++ b/R/lsm_p_circle.R @@ -41,10 +41,9 @@ #' @rdname lsm_p_circle #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of #' landscape structure using the GRASS geographical information system. diff --git a/R/lsm_p_contig.R b/R/lsm_p_contig.R index de0568d7e..2d8cfb7ba 100644 --- a/R/lsm_p_contig.R +++ b/R/lsm_p_contig.R @@ -49,10 +49,9 @@ #' @rdname lsm_p_contig #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' LaGro, J. 1991. Assessing patch shape in landscape mosaics. #' Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 diff --git a/R/lsm_p_core.R b/R/lsm_p_core.R index 03d8a2da6..02ac7ea9a 100644 --- a/R/lsm_p_core.R +++ b/R/lsm_p_core.R @@ -46,10 +46,9 @@ #' @rdname lsm_p_core #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_p_core <- function(landscape, directions = 8, diff --git a/R/lsm_p_enn.R b/R/lsm_p_enn.R index 2d614b8ce..5a098b59c 100644 --- a/R/lsm_p_enn.R +++ b/R/lsm_p_enn.R @@ -42,10 +42,9 @@ #' @rdname lsm_p_enn #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' McGarigal, K., and McComb, W. C. (1995). Relationships between landscape #' structure and breeding birds in the Oregon Coast Range. diff --git a/R/lsm_p_frac.R b/R/lsm_p_frac.R index a65bbbba6..737030410 100644 --- a/R/lsm_p_frac.R +++ b/R/lsm_p_frac.R @@ -41,10 +41,9 @@ #' @rdname lsm_p_frac #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. #' San Francisco. W. H. Freeman and Company. diff --git a/R/lsm_p_gyrate.R b/R/lsm_p_gyrate.R index e4d06c1ac..ed793599f 100644 --- a/R/lsm_p_gyrate.R +++ b/R/lsm_p_gyrate.R @@ -43,10 +43,9 @@ #' @rdname lsm_p_gyrate #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales #' in fragmented landscapes. Conservation ecology, 1(1). diff --git a/R/lsm_p_ncore.R b/R/lsm_p_ncore.R index ce3ea008d..a05c7488e 100644 --- a/R/lsm_p_ncore.R +++ b/R/lsm_p_ncore.R @@ -48,10 +48,9 @@ #' @rdname lsm_p_ncore #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_p_ncore <- function(landscape, diff --git a/R/lsm_p_para.R b/R/lsm_p_para.R index c86dfa484..8d392b6db 100644 --- a/R/lsm_p_para.R +++ b/R/lsm_p_para.R @@ -41,10 +41,9 @@ #' @rdname lsm_p_para #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_p_para <- function(landscape, directions = 8) { diff --git a/R/lsm_p_perim.R b/R/lsm_p_perim.R index cf09da93e..bee62a82e 100644 --- a/R/lsm_p_perim.R +++ b/R/lsm_p_perim.R @@ -30,10 +30,9 @@ #' @rdname lsm_p_perim #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export lsm_p_perim <- function(landscape, directions = 8) { diff --git a/R/lsm_p_shape.R b/R/lsm_p_shape.R index f98b39781..4b810ff86 100644 --- a/R/lsm_p_shape.R +++ b/R/lsm_p_shape.R @@ -40,10 +40,9 @@ #' @rdname lsm_p_shape #' #' @references -#' McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' web site: https://www.umass.edu/landeco/ +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' Patton, D. R. 1975. A diversity index for quantifying habitat "edge". #' Wildl. Soc.Bull. 3:171-173. diff --git a/R/window_lsm.R b/R/window_lsm.R index 69e838770..51523cc7e 100644 --- a/R/window_lsm.R +++ b/R/window_lsm.R @@ -51,10 +51,9 @@ #' and its application to landscape pattern analysis. International journal of applied #' earth observation and geoinformation, 44, 205-216. #' -#' McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis -#' Program for Categorical and Continuous Maps. Computer software program produced by -#' the authors at the University of Massachusetts, Amherst. Available at the following -#' website: +#' McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +#' Program for Categorical Maps. Computer software program produced by the authors; +#' available at the following web site: https://www.fragstats.org #' #' @export window_lsm <- function(landscape, diff --git a/README.Rmd b/README.Rmd index fd2c3d959..a9df4cefd 100644 --- a/README.Rmd +++ b/README.Rmd @@ -32,7 +32,7 @@ README last updated: `r Sys.Date()` ## Overview -**landscapemetrics** is a `R` package for calculating landscape metrics for categorical landscape patterns in a tidy workflow. The package can be used as a drop-in replacement for FRAGSTATS (McGarigal *et al.* 2012), as it offers a reproducible workflow for landscape analysis in a single environment. It also allows for calculations of four theoretical metrics of landscape complexity: a marginal entropy, a conditional entropy, a joint entropy, and a mutual information (Nowosad and Stepinski 2019). +**landscapemetrics** is a `R` package for calculating landscape metrics for categorical landscape patterns in a tidy workflow. The package can be used as a drop-in replacement for FRAGSTATS (McGarigal *et al.* 2023), as it offers a reproducible workflow for landscape analysis in a single environment. It also allows for calculations of four theoretical metrics of landscape complexity: a marginal entropy, a conditional entropy, a joint entropy, and a mutual information (Nowosad and Stepinski 2019). **landscapemetrics** supports **terra**, and **stars** and takes `SpatRaster` or `stars` spatial objects as input arguments. Every function can be used in a piped workflow, as it always takes the data as the first argument and returns a `tibble`. @@ -142,6 +142,6 @@ Maintainers and contributors must follow this repository’s [CODE OF CONDUCT](C ### References -McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical Maps. Computer software program produced by the authors; available at the following web site: Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x diff --git a/README.md b/README.md index c140f8c94..113ea70ee 100644 --- a/README.md +++ b/README.md @@ -212,11 +212,10 @@ CONDUCT](CODE_OF_CONDUCT.md). ### References -McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial -Pattern Analysis Program for Categorical and Continuous Maps. Computer -software program produced by the authors at the University of -Massachusetts, Amherst. Available at the following website: - +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial +Pattern Analysis Program for Categorical Maps. Computer software +program produced by the authors; available at the following web +site: Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework for quantification and classification of landscape patterns. diff --git a/codemeta.json b/codemeta.json index 7207e9c1d..ad0f0b264 100644 --- a/codemeta.json +++ b/codemeta.json @@ -2,7 +2,7 @@ "@context": "https://doi.org/10.5063/schema/codemeta-2.0", "@type": "SoftwareSourceCode", "identifier": "landscapemetrics", - "description": "Calculates landscape metrics for categorical landscape patterns in a tidy workflow. 'landscapemetrics' reimplements the most common metrics from 'FRAGSTATS' () and new ones from the current literature on landscape metrics. This package supports 'terra' SpatRaster objects as input arguments. It further provides utility functionn to visualize patches, select metrics and building blocks to develop new metrics.", + "description": "Calculates landscape metrics for categorical landscape patterns in a tidy workflow. 'landscapemetrics' reimplements the most common metrics from 'FRAGSTATS' () and new ones from the current literature on landscape metrics. This package supports 'terra' SpatRaster objects as input arguments. It further provides utility functionn to visualize patches, select metrics and building blocks to develop new metrics.", "name": "landscapemetrics: Landscape Metrics for Categorical Map Patterns", "codeRepository": "https://r-spatialecology.github.io/landscapemetrics/", "issueTracker": "https://github.com/r-spatialecology/landscapemetrics/issues", diff --git a/man/calculate_lsm.Rd b/man/calculate_lsm.Rd index 3600be176..0bcc90da9 100644 --- a/man/calculate_lsm.Rd +++ b/man/calculate_lsm.Rd @@ -96,10 +96,9 @@ type = "aggregation metric") } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{list_lsm}} diff --git a/man/landscapemetrics.Rd b/man/landscapemetrics.Rd index c075e4597..9f98b7a73 100644 --- a/man/landscapemetrics.Rd +++ b/man/landscapemetrics.Rd @@ -7,7 +7,7 @@ \title{landscapemetrics} \description{ Calculates landscape metrics for categorical landscape patterns in a tidy workflow. -'landscapemetrics' reimplements the most common metrics from 'FRAGSTATS' (\url{https://www.umass.edu/landeco/}) +'landscapemetrics' reimplements the most common metrics from 'FRAGSTATS' (\url{https://www.fragstats.org/}) and adds new ones from the current literature on landscape metrics. This package supports 'terra' SpatRaster objects as input arguments. It further provides utility functions to visualize patches, select metrics and building blocks to diff --git a/man/list_lsm.Rd b/man/list_lsm.Rd index 329833d89..9b122bd1a 100644 --- a/man/list_lsm.Rd +++ b/man/list_lsm.Rd @@ -56,8 +56,7 @@ list_lsm(what = c("lsm_c_tca", "lsm_l_ta")) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } diff --git a/man/lsm_c_ai.Rd b/man/lsm_c_ai.Rd index 7d207e4ba..3a3c2fc68 100644 --- a/man/lsm_c_ai.Rd +++ b/man/lsm_c_ai.Rd @@ -36,10 +36,9 @@ lsm_c_ai(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org He, H. S., DeZonia, B. E., & Mladenoff, D. J. 2000. An aggregation index (AI) to quantify spatial patterns of landscapes. Landscape ecology, 15(7), 591-601. diff --git a/man/lsm_c_area_cv.Rd b/man/lsm_c_area_cv.Rd index ea68231f9..6fea1e25e 100644 --- a/man/lsm_c_area_cv.Rd +++ b/man/lsm_c_area_cv.Rd @@ -37,10 +37,9 @@ lsm_c_area_cv(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_area}}, \cr diff --git a/man/lsm_c_area_mn.Rd b/man/lsm_c_area_mn.Rd index 240ff271a..31e3dc9a1 100644 --- a/man/lsm_c_area_mn.Rd +++ b/man/lsm_c_area_mn.Rd @@ -38,10 +38,9 @@ lsm_c_area_mn(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_area}}, diff --git a/man/lsm_c_area_sd.Rd b/man/lsm_c_area_sd.Rd index 12b735dac..40c2d3ce7 100644 --- a/man/lsm_c_area_sd.Rd +++ b/man/lsm_c_area_sd.Rd @@ -38,10 +38,9 @@ lsm_c_area_sd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_area}}, diff --git a/man/lsm_c_ca.Rd b/man/lsm_c_ca.Rd index 5aa896d71..fef7a35f5 100644 --- a/man/lsm_c_ca.Rd +++ b/man/lsm_c_ca.Rd @@ -41,10 +41,9 @@ lsm_c_ca(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_area}}, diff --git a/man/lsm_c_cai_cv.Rd b/man/lsm_c_cai_cv.Rd index 973e018aa..35e283171 100644 --- a/man/lsm_c_cai_cv.Rd +++ b/man/lsm_c_cai_cv.Rd @@ -53,10 +53,9 @@ lsm_c_cai_cv(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_cai}}, \cr diff --git a/man/lsm_c_cai_mn.Rd b/man/lsm_c_cai_mn.Rd index 36c61b4b1..b8e5731ab 100644 --- a/man/lsm_c_cai_mn.Rd +++ b/man/lsm_c_cai_mn.Rd @@ -50,10 +50,9 @@ lsm_c_cai_mn(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_cai}}, diff --git a/man/lsm_c_cai_sd.Rd b/man/lsm_c_cai_sd.Rd index 04cc63303..7b989f4f5 100644 --- a/man/lsm_c_cai_sd.Rd +++ b/man/lsm_c_cai_sd.Rd @@ -52,10 +52,9 @@ lsm_c_cai_sd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_cai}}, diff --git a/man/lsm_c_circle_cv.Rd b/man/lsm_c_circle_cv.Rd index 737f201eb..556ca90ed 100644 --- a/man/lsm_c_circle_cv.Rd +++ b/man/lsm_c_circle_cv.Rd @@ -41,10 +41,9 @@ lsm_c_circle_cv(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of landscape structure using the GRASS geographical information system. diff --git a/man/lsm_c_circle_mn.Rd b/man/lsm_c_circle_mn.Rd index 6ef3c1bae..a17344259 100644 --- a/man/lsm_c_circle_mn.Rd +++ b/man/lsm_c_circle_mn.Rd @@ -39,10 +39,9 @@ lsm_c_circle_mn(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of landscape structure using the GRASS geographical information system. diff --git a/man/lsm_c_circle_sd.Rd b/man/lsm_c_circle_sd.Rd index c927f79e9..a98f371f2 100644 --- a/man/lsm_c_circle_sd.Rd +++ b/man/lsm_c_circle_sd.Rd @@ -39,10 +39,9 @@ lsm_c_circle_sd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of landscape structure using the GRASS geographical information system. diff --git a/man/lsm_c_clumpy.Rd b/man/lsm_c_clumpy.Rd index 10bc4e864..30218910e 100644 --- a/man/lsm_c_clumpy.Rd +++ b/man/lsm_c_clumpy.Rd @@ -40,8 +40,7 @@ lsm_c_clumpy(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } diff --git a/man/lsm_c_cohesion.Rd b/man/lsm_c_cohesion.Rd index 9e6e61d02..738b0f7e5 100644 --- a/man/lsm_c_cohesion.Rd +++ b/man/lsm_c_cohesion.Rd @@ -39,10 +39,9 @@ lsm_c_cohesion(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Schumaker, N. H. 1996. Using landscape indices to predict habitat connectivity. Ecology, 77(4), 1210-1225. diff --git a/man/lsm_c_contig_cv.Rd b/man/lsm_c_contig_cv.Rd index add8be6f4..141e8f13b 100644 --- a/man/lsm_c_contig_cv.Rd +++ b/man/lsm_c_contig_cv.Rd @@ -48,10 +48,9 @@ lsm_c_contig_cv(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org LaGro, J. 1991. Assessing patch shape in landscape mosaics. Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 diff --git a/man/lsm_c_contig_mn.Rd b/man/lsm_c_contig_mn.Rd index 18b95b20b..4b284d658 100644 --- a/man/lsm_c_contig_mn.Rd +++ b/man/lsm_c_contig_mn.Rd @@ -47,10 +47,9 @@ lsm_c_contig_mn(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org LaGro, J. 1991. Assessing patch shape in landscape mosaics. Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 diff --git a/man/lsm_c_contig_sd.Rd b/man/lsm_c_contig_sd.Rd index 3da08ce76..52d51faaa 100644 --- a/man/lsm_c_contig_sd.Rd +++ b/man/lsm_c_contig_sd.Rd @@ -48,10 +48,9 @@ lsm_c_contig_sd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org LaGro, J. 1991. Assessing patch shape in landscape mosaics. Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 diff --git a/man/lsm_c_core_cv.Rd b/man/lsm_c_core_cv.Rd index bea920f79..47c50ea4e 100644 --- a/man/lsm_c_core_cv.Rd +++ b/man/lsm_c_core_cv.Rd @@ -49,10 +49,9 @@ lsm_c_core_cv(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_core}}, \cr diff --git a/man/lsm_c_core_mn.Rd b/man/lsm_c_core_mn.Rd index 6824b6613..5ad935502 100644 --- a/man/lsm_c_core_mn.Rd +++ b/man/lsm_c_core_mn.Rd @@ -47,10 +47,9 @@ lsm_c_core_mn(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_core}}, diff --git a/man/lsm_c_core_sd.Rd b/man/lsm_c_core_sd.Rd index 9011ba176..a3d8ad2c3 100644 --- a/man/lsm_c_core_sd.Rd +++ b/man/lsm_c_core_sd.Rd @@ -48,10 +48,9 @@ lsm_c_core_sd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_core}}, diff --git a/man/lsm_c_cpland.Rd b/man/lsm_c_cpland.Rd index b7d40b568..711c6ab8d 100644 --- a/man/lsm_c_cpland.Rd +++ b/man/lsm_c_cpland.Rd @@ -51,10 +51,9 @@ lsm_c_cpland(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_core}} and \code{\link{lsm_l_ta}} diff --git a/man/lsm_c_dcad.Rd b/man/lsm_c_dcad.Rd index b182272c0..3a35fe4b2 100644 --- a/man/lsm_c_dcad.Rd +++ b/man/lsm_c_dcad.Rd @@ -52,10 +52,9 @@ lsm_c_dcad(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_c_ndca}}, diff --git a/man/lsm_c_dcore_cv.Rd b/man/lsm_c_dcore_cv.Rd index 6e1f501b6..ba116c8f0 100644 --- a/man/lsm_c_dcore_cv.Rd +++ b/man/lsm_c_dcore_cv.Rd @@ -52,10 +52,9 @@ lsm_c_dcore_cv(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_ncore}}, \cr diff --git a/man/lsm_c_dcore_mn.Rd b/man/lsm_c_dcore_mn.Rd index cf36fbdd8..60096d0c8 100644 --- a/man/lsm_c_dcore_mn.Rd +++ b/man/lsm_c_dcore_mn.Rd @@ -49,10 +49,9 @@ lsm_c_dcore_mn(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_ncore}}, diff --git a/man/lsm_c_dcore_sd.Rd b/man/lsm_c_dcore_sd.Rd index 70bd0dec7..79ae909b2 100644 --- a/man/lsm_c_dcore_sd.Rd +++ b/man/lsm_c_dcore_sd.Rd @@ -52,10 +52,9 @@ lsm_c_dcore_sd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_ncore}}, diff --git a/man/lsm_c_division.Rd b/man/lsm_c_division.Rd index f2ea0625a..66135a29d 100644 --- a/man/lsm_c_division.Rd +++ b/man/lsm_c_division.Rd @@ -37,10 +37,9 @@ lsm_c_division(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh size: new measures of landscape fragmentation. diff --git a/man/lsm_c_ed.Rd b/man/lsm_c_ed.Rd index f5384ae93..2e7451fc1 100644 --- a/man/lsm_c_ed.Rd +++ b/man/lsm_c_ed.Rd @@ -43,10 +43,9 @@ lsm_c_ed(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_c_te}}, diff --git a/man/lsm_c_enn_cv.Rd b/man/lsm_c_enn_cv.Rd index 0befbdf4d..63ead5d21 100644 --- a/man/lsm_c_enn_cv.Rd +++ b/man/lsm_c_enn_cv.Rd @@ -42,10 +42,9 @@ lsm_c_enn_cv(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org McGarigal, K., and McComb, W. C. (1995). Relationships between landscape structure and breeding birds in the Oregon Coast Range. diff --git a/man/lsm_c_enn_mn.Rd b/man/lsm_c_enn_mn.Rd index 2bda3d086..d2c8404f0 100644 --- a/man/lsm_c_enn_mn.Rd +++ b/man/lsm_c_enn_mn.Rd @@ -42,10 +42,9 @@ lsm_c_enn_mn(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org McGarigal, K., and McComb, W. C. (1995). Relationships between landscape structure and breeding birds in the Oregon Coast Range. diff --git a/man/lsm_c_enn_sd.Rd b/man/lsm_c_enn_sd.Rd index 5299a7933..789d24517 100644 --- a/man/lsm_c_enn_sd.Rd +++ b/man/lsm_c_enn_sd.Rd @@ -42,10 +42,9 @@ lsm_c_enn_sd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org McGarigal, K., and McComb, W. C. (1995). Relationships between landscape structure and breeding birds in the Oregon Coast Range. diff --git a/man/lsm_c_frac_cv.Rd b/man/lsm_c_frac_cv.Rd index 555f64f19..1f89e3b04 100644 --- a/man/lsm_c_frac_cv.Rd +++ b/man/lsm_c_frac_cv.Rd @@ -40,10 +40,9 @@ lsm_c_frac_cv(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. San Francisco. W. H. Freeman and Company. diff --git a/man/lsm_c_frac_mn.Rd b/man/lsm_c_frac_mn.Rd index ac882ff0f..d1da6c11c 100644 --- a/man/lsm_c_frac_mn.Rd +++ b/man/lsm_c_frac_mn.Rd @@ -36,10 +36,9 @@ lsm_c_frac_mn(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. San Francisco. W. H. Freeman and Company. diff --git a/man/lsm_c_frac_sd.Rd b/man/lsm_c_frac_sd.Rd index f9b2ab8c1..0aeaf5619 100644 --- a/man/lsm_c_frac_sd.Rd +++ b/man/lsm_c_frac_sd.Rd @@ -39,10 +39,9 @@ lsm_c_frac_sd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. San Francisco. W. H. Freeman and Company. diff --git a/man/lsm_c_gyrate_cv.Rd b/man/lsm_c_gyrate_cv.Rd index 71c1d176a..7c8b71d4d 100644 --- a/man/lsm_c_gyrate_cv.Rd +++ b/man/lsm_c_gyrate_cv.Rd @@ -48,10 +48,9 @@ lsm_c_gyrate_cv(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales in fragmented landscapes. Conservation ecology, 1(1). diff --git a/man/lsm_c_gyrate_mn.Rd b/man/lsm_c_gyrate_mn.Rd index 66a83d822..2dde6eb51 100644 --- a/man/lsm_c_gyrate_mn.Rd +++ b/man/lsm_c_gyrate_mn.Rd @@ -46,10 +46,9 @@ lsm_c_gyrate_mn(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales in fragmented landscapes. Conservation ecology, 1(1). diff --git a/man/lsm_c_gyrate_sd.Rd b/man/lsm_c_gyrate_sd.Rd index abdee3ad8..f6fdf52ba 100644 --- a/man/lsm_c_gyrate_sd.Rd +++ b/man/lsm_c_gyrate_sd.Rd @@ -47,10 +47,9 @@ lsm_c_gyrate_sd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales in fragmented landscapes. Conservation ecology, 1(1). diff --git a/man/lsm_c_iji.Rd b/man/lsm_c_iji.Rd index e7be0ec78..6b4710a1e 100644 --- a/man/lsm_c_iji.Rd +++ b/man/lsm_c_iji.Rd @@ -37,10 +37,9 @@ landscape <- terra::rast(landscapemetrics::landscape) lsm_c_iji(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org McGarigal, K., & Marks, B. J. 1995. FRAGSTATS: spatial pattern analysis program for quantifying landscape structure. Gen. Tech. Rep. PNW-GTR-351. diff --git a/man/lsm_c_lpi.Rd b/man/lsm_c_lpi.Rd index 6f18429d6..b586fc5e1 100644 --- a/man/lsm_c_lpi.Rd +++ b/man/lsm_c_lpi.Rd @@ -38,10 +38,9 @@ lsm_c_lpi(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_area}}, diff --git a/man/lsm_c_lsi.Rd b/man/lsm_c_lsi.Rd index 16c80a72e..7ebae70aa 100644 --- a/man/lsm_c_lsi.Rd +++ b/man/lsm_c_lsi.Rd @@ -36,10 +36,9 @@ lsm_c_lsi(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Patton, D. R. 1975. A diversity index for quantifying habitat "edge". Wildl. Soc.Bull. 3:171-173. diff --git a/man/lsm_c_mesh.Rd b/man/lsm_c_mesh.Rd index 852b80ca8..2daec0781 100644 --- a/man/lsm_c_mesh.Rd +++ b/man/lsm_c_mesh.Rd @@ -39,10 +39,9 @@ lsm_c_mesh(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh size: new measures of landscape fragmentation. diff --git a/man/lsm_c_ndca.Rd b/man/lsm_c_ndca.Rd index b6bfb76fd..44eb1936e 100644 --- a/man/lsm_c_ndca.Rd +++ b/man/lsm_c_ndca.Rd @@ -53,10 +53,9 @@ lsm_c_ndca(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_c_tca}}, \cr diff --git a/man/lsm_c_nlsi.Rd b/man/lsm_c_nlsi.Rd index 87c221a09..6fc82bd3c 100644 --- a/man/lsm_c_nlsi.Rd +++ b/man/lsm_c_nlsi.Rd @@ -40,10 +40,9 @@ lsm_c_nlsi(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Patton, D. R. 1975. A diversity index for quantifying habitat "edge". Wildl. Soc.Bull. 3:171-173. diff --git a/man/lsm_c_np.Rd b/man/lsm_c_np.Rd index 75c0cdf65..7e3a34db9 100644 --- a/man/lsm_c_np.Rd +++ b/man/lsm_c_np.Rd @@ -36,10 +36,9 @@ lsm_c_np(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_l_np}} diff --git a/man/lsm_c_pafrac.Rd b/man/lsm_c_pafrac.Rd index d97118f4b..2a8f8e308 100644 --- a/man/lsm_c_pafrac.Rd +++ b/man/lsm_c_pafrac.Rd @@ -43,10 +43,9 @@ lsm_c_pafrac(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Burrough, P. A. 1986. Principles of Geographical Information Systems for Land Resources Assessment. Monographs on Soil and Resources Survey No. 12. diff --git a/man/lsm_c_para_cv.Rd b/man/lsm_c_para_cv.Rd index e7e156d43..7d593cad7 100644 --- a/man/lsm_c_para_cv.Rd +++ b/man/lsm_c_para_cv.Rd @@ -40,10 +40,9 @@ lsm_c_para_cv(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_para}}, \cr diff --git a/man/lsm_c_para_mn.Rd b/man/lsm_c_para_mn.Rd index a1e63c107..8257f3301 100644 --- a/man/lsm_c_para_mn.Rd +++ b/man/lsm_c_para_mn.Rd @@ -40,10 +40,9 @@ lsm_c_para_mn(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_para}}, diff --git a/man/lsm_c_para_sd.Rd b/man/lsm_c_para_sd.Rd index f638a39d9..a0bf69d61 100644 --- a/man/lsm_c_para_sd.Rd +++ b/man/lsm_c_para_sd.Rd @@ -40,10 +40,9 @@ lsm_c_para_sd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_para}}, diff --git a/man/lsm_c_pd.Rd b/man/lsm_c_pd.Rd index 843689f0d..5aaf29963 100644 --- a/man/lsm_c_pd.Rd +++ b/man/lsm_c_pd.Rd @@ -39,10 +39,9 @@ lsm_c_pd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_c_np}}, diff --git a/man/lsm_c_pladj.Rd b/man/lsm_c_pladj.Rd index f9109d25b..74be1039b 100644 --- a/man/lsm_c_pladj.Rd +++ b/man/lsm_c_pladj.Rd @@ -36,8 +36,7 @@ lsm_c_pladj(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/. +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org. } diff --git a/man/lsm_c_pland.Rd b/man/lsm_c_pland.Rd index 7b2adb425..e85cefc9b 100644 --- a/man/lsm_c_pland.Rd +++ b/man/lsm_c_pland.Rd @@ -38,10 +38,9 @@ lsm_c_pland(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_c_ca}}, diff --git a/man/lsm_c_shape_cv.Rd b/man/lsm_c_shape_cv.Rd index 7186bda8b..d4201f27b 100644 --- a/man/lsm_c_shape_cv.Rd +++ b/man/lsm_c_shape_cv.Rd @@ -38,10 +38,9 @@ lsm_c_shape_cv(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Patton, D. R. 1975. A diversity index for quantifying habitat "edge". Wildl. Soc.Bull. 3:171-173. diff --git a/man/lsm_c_shape_mn.Rd b/man/lsm_c_shape_mn.Rd index e394307ef..ee2b46070 100644 --- a/man/lsm_c_shape_mn.Rd +++ b/man/lsm_c_shape_mn.Rd @@ -38,10 +38,9 @@ lsm_c_shape_mn(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Patton, D. R. 1975. A diversity index for quantifying habitat "edge". Wildl. Soc.Bull. 3:171-173. diff --git a/man/lsm_c_shape_sd.Rd b/man/lsm_c_shape_sd.Rd index 48a4f39bd..18556cc09 100644 --- a/man/lsm_c_shape_sd.Rd +++ b/man/lsm_c_shape_sd.Rd @@ -38,10 +38,9 @@ lsm_c_shape_sd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Patton, D. R. 1975. A diversity index for quantifying habitat "edge". Wildl. Soc.Bull. 3:171-173. diff --git a/man/lsm_c_split.Rd b/man/lsm_c_split.Rd index 020618007..db1a4e0ed 100644 --- a/man/lsm_c_split.Rd +++ b/man/lsm_c_split.Rd @@ -37,10 +37,9 @@ lsm_c_split(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh size: new measures of landscape fragmentation. diff --git a/man/lsm_c_tca.Rd b/man/lsm_c_tca.Rd index 26840744e..8aa16aa71 100644 --- a/man/lsm_c_tca.Rd +++ b/man/lsm_c_tca.Rd @@ -48,10 +48,9 @@ lsm_c_tca(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_core}}, diff --git a/man/lsm_c_te.Rd b/man/lsm_c_te.Rd index 6c1f922c6..4ee57aaa0 100644 --- a/man/lsm_c_te.Rd +++ b/man/lsm_c_te.Rd @@ -40,10 +40,9 @@ lsm_c_te(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_perim}} diff --git a/man/lsm_l_ai.Rd b/man/lsm_l_ai.Rd index 85818de6c..0f8931263 100644 --- a/man/lsm_l_ai.Rd +++ b/man/lsm_l_ai.Rd @@ -38,10 +38,9 @@ lsm_l_ai(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org He, H. S., DeZonia, B. E., & Mladenoff, D. J. 2000. An aggregation index (AI) to quantify spatial patterns of landscapes. Landscape ecology, 15(7), 591-601. diff --git a/man/lsm_l_area_cv.Rd b/man/lsm_l_area_cv.Rd index 7f460fbb9..e4f677904 100644 --- a/man/lsm_l_area_cv.Rd +++ b/man/lsm_l_area_cv.Rd @@ -37,10 +37,9 @@ lsm_l_area_cv(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_area}}, \cr diff --git a/man/lsm_l_area_mn.Rd b/man/lsm_l_area_mn.Rd index 749351d99..7dcf11721 100644 --- a/man/lsm_l_area_mn.Rd +++ b/man/lsm_l_area_mn.Rd @@ -38,10 +38,9 @@ lsm_l_area_mn(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_area}}, diff --git a/man/lsm_l_area_sd.Rd b/man/lsm_l_area_sd.Rd index 8bff906aa..895b2d132 100644 --- a/man/lsm_l_area_sd.Rd +++ b/man/lsm_l_area_sd.Rd @@ -36,10 +36,9 @@ lsm_l_area_sd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_area}}, diff --git a/man/lsm_l_cai_cv.Rd b/man/lsm_l_cai_cv.Rd index b3f4068c1..a353b70bb 100644 --- a/man/lsm_l_cai_cv.Rd +++ b/man/lsm_l_cai_cv.Rd @@ -53,10 +53,9 @@ lsm_l_cai_cv(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_cai}}, \cr diff --git a/man/lsm_l_cai_mn.Rd b/man/lsm_l_cai_mn.Rd index 57382d799..8d223e4cd 100644 --- a/man/lsm_l_cai_mn.Rd +++ b/man/lsm_l_cai_mn.Rd @@ -50,10 +50,9 @@ lsm_l_cai_mn(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_cai}}, diff --git a/man/lsm_l_cai_sd.Rd b/man/lsm_l_cai_sd.Rd index e2e6b25ba..0aeef9597 100644 --- a/man/lsm_l_cai_sd.Rd +++ b/man/lsm_l_cai_sd.Rd @@ -52,10 +52,9 @@ lsm_l_cai_sd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_cai}}, diff --git a/man/lsm_l_circle_cv.Rd b/man/lsm_l_circle_cv.Rd index 115a33627..11b1dc9ef 100644 --- a/man/lsm_l_circle_cv.Rd +++ b/man/lsm_l_circle_cv.Rd @@ -39,10 +39,9 @@ lsm_l_circle_cv(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of landscape structure using the GRASS geographical information system. diff --git a/man/lsm_l_circle_mn.Rd b/man/lsm_l_circle_mn.Rd index eb93f90c8..e97b130f6 100644 --- a/man/lsm_l_circle_mn.Rd +++ b/man/lsm_l_circle_mn.Rd @@ -38,10 +38,9 @@ lsm_l_circle_mn(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of landscape structure using the GRASS geographical information system. diff --git a/man/lsm_l_circle_sd.Rd b/man/lsm_l_circle_sd.Rd index becde5acb..d5aef7b9b 100644 --- a/man/lsm_l_circle_sd.Rd +++ b/man/lsm_l_circle_sd.Rd @@ -40,10 +40,9 @@ lsm_l_circle_sd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of landscape structure using the GRASS geographical information system. diff --git a/man/lsm_l_cohesion.Rd b/man/lsm_l_cohesion.Rd index 49d9c78de..b8d604035 100644 --- a/man/lsm_l_cohesion.Rd +++ b/man/lsm_l_cohesion.Rd @@ -34,10 +34,9 @@ lsm_l_cohesion(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Schumaker, N. H. 1996. Using landscape indices to predict habitat connectivity. Ecology, 77(4), 1210-1225. diff --git a/man/lsm_l_contag.Rd b/man/lsm_l_contag.Rd index 95b844712..5e542c522 100644 --- a/man/lsm_l_contag.Rd +++ b/man/lsm_l_contag.Rd @@ -44,10 +44,9 @@ lsm_l_contag(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Riitters, K.H., O’Neill, R.V., Wickham, J.D. & Jones, K.B. (1996). A note on contagion indices for landscape analysis. Landscape ecology, 11, 197–202. diff --git a/man/lsm_l_contig_cv.Rd b/man/lsm_l_contig_cv.Rd index 42cd1dd1a..a0f1a955b 100644 --- a/man/lsm_l_contig_cv.Rd +++ b/man/lsm_l_contig_cv.Rd @@ -48,10 +48,9 @@ lsm_l_contig_cv(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org LaGro, J. 1991. Assessing patch shape in landscape mosaics. Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 diff --git a/man/lsm_l_contig_mn.Rd b/man/lsm_l_contig_mn.Rd index e81b0e695..a7d2a60c7 100644 --- a/man/lsm_l_contig_mn.Rd +++ b/man/lsm_l_contig_mn.Rd @@ -47,10 +47,9 @@ lsm_l_contig_mn(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org LaGro, J. 1991. Assessing patch shape in landscape mosaics. Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 diff --git a/man/lsm_l_contig_sd.Rd b/man/lsm_l_contig_sd.Rd index 3f951b2a1..c9862006b 100644 --- a/man/lsm_l_contig_sd.Rd +++ b/man/lsm_l_contig_sd.Rd @@ -48,10 +48,9 @@ lsm_l_contig_sd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org LaGro, J. 1991. Assessing patch shape in landscape mosaics. Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 diff --git a/man/lsm_l_core_cv.Rd b/man/lsm_l_core_cv.Rd index 0396ecf06..4865fd3a1 100644 --- a/man/lsm_l_core_cv.Rd +++ b/man/lsm_l_core_cv.Rd @@ -50,10 +50,9 @@ lsm_l_core_cv(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_core}}, \cr diff --git a/man/lsm_l_core_mn.Rd b/man/lsm_l_core_mn.Rd index 26599bd96..139d45255 100644 --- a/man/lsm_l_core_mn.Rd +++ b/man/lsm_l_core_mn.Rd @@ -48,10 +48,9 @@ lsm_l_core_mn(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_core}}, diff --git a/man/lsm_l_core_sd.Rd b/man/lsm_l_core_sd.Rd index e9f3a1c80..623fd74a3 100644 --- a/man/lsm_l_core_sd.Rd +++ b/man/lsm_l_core_sd.Rd @@ -49,10 +49,9 @@ lsm_l_core_sd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_core}}, diff --git a/man/lsm_l_dcad.Rd b/man/lsm_l_dcad.Rd index 41e846846..8376f0cfd 100644 --- a/man/lsm_l_dcad.Rd +++ b/man/lsm_l_dcad.Rd @@ -52,10 +52,9 @@ lsm_l_dcad(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_c_ndca}}, diff --git a/man/lsm_l_dcore_cv.Rd b/man/lsm_l_dcore_cv.Rd index bf9fb8d48..675b0c402 100644 --- a/man/lsm_l_dcore_cv.Rd +++ b/man/lsm_l_dcore_cv.Rd @@ -52,10 +52,9 @@ lsm_l_dcore_cv(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_ncore}}, \cr diff --git a/man/lsm_l_dcore_mn.Rd b/man/lsm_l_dcore_mn.Rd index c23996595..092ff4e9b 100644 --- a/man/lsm_l_dcore_mn.Rd +++ b/man/lsm_l_dcore_mn.Rd @@ -49,10 +49,9 @@ lsm_l_dcore_mn(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_ncore}}, diff --git a/man/lsm_l_dcore_sd.Rd b/man/lsm_l_dcore_sd.Rd index ac3c6a7ca..b2aa80237 100644 --- a/man/lsm_l_dcore_sd.Rd +++ b/man/lsm_l_dcore_sd.Rd @@ -51,10 +51,9 @@ lsm_l_dcore_sd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_ncore}}, diff --git a/man/lsm_l_division.Rd b/man/lsm_l_division.Rd index 372cb24cf..a12502788 100644 --- a/man/lsm_l_division.Rd +++ b/man/lsm_l_division.Rd @@ -37,10 +37,9 @@ lsm_l_division(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh size: new measures of landscape fragmentation. diff --git a/man/lsm_l_ed.Rd b/man/lsm_l_ed.Rd index d1a13f4af..51a4103b7 100644 --- a/man/lsm_l_ed.Rd +++ b/man/lsm_l_ed.Rd @@ -43,10 +43,9 @@ lsm_l_ed(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_l_te}}, diff --git a/man/lsm_l_enn_cv.Rd b/man/lsm_l_enn_cv.Rd index f22485c5c..dc7632cc9 100644 --- a/man/lsm_l_enn_cv.Rd +++ b/man/lsm_l_enn_cv.Rd @@ -42,10 +42,9 @@ lsm_l_enn_cv(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org McGarigal, K., and McComb, W. C. (1995). Relationships between landscape structure and breeding birds in the Oregon Coast Range. diff --git a/man/lsm_l_enn_mn.Rd b/man/lsm_l_enn_mn.Rd index f4674fc13..17ff48961 100644 --- a/man/lsm_l_enn_mn.Rd +++ b/man/lsm_l_enn_mn.Rd @@ -42,10 +42,9 @@ lsm_l_enn_mn(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org McGarigal, K., and McComb, W. C. (1995). Relationships between landscape structure and breeding birds in the Oregon Coast Range. diff --git a/man/lsm_l_enn_sd.Rd b/man/lsm_l_enn_sd.Rd index 115459ac0..cca56a044 100644 --- a/man/lsm_l_enn_sd.Rd +++ b/man/lsm_l_enn_sd.Rd @@ -42,10 +42,9 @@ lsm_l_enn_sd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org McGarigal, K., and McComb, W. C. (1995). Relationships between landscape structure and breeding birds in the Oregon Coast Range. diff --git a/man/lsm_l_frac_cv.Rd b/man/lsm_l_frac_cv.Rd index c9ac46882..adcfa9372 100644 --- a/man/lsm_l_frac_cv.Rd +++ b/man/lsm_l_frac_cv.Rd @@ -40,10 +40,9 @@ lsm_l_frac_cv(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. San Francisco. W. H. Freeman and Company. diff --git a/man/lsm_l_frac_mn.Rd b/man/lsm_l_frac_mn.Rd index a06a8d7d1..acdcc9d2a 100644 --- a/man/lsm_l_frac_mn.Rd +++ b/man/lsm_l_frac_mn.Rd @@ -39,10 +39,9 @@ lsm_l_frac_mn(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. San Francisco. W. H. Freeman and Company. diff --git a/man/lsm_l_frac_sd.Rd b/man/lsm_l_frac_sd.Rd index f41c3386d..6d1d47a03 100644 --- a/man/lsm_l_frac_sd.Rd +++ b/man/lsm_l_frac_sd.Rd @@ -39,10 +39,9 @@ lsm_l_frac_sd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. San Francisco. W. H. Freeman and Company. diff --git a/man/lsm_l_gyrate_cv.Rd b/man/lsm_l_gyrate_cv.Rd index 180d9f219..89a2822b8 100644 --- a/man/lsm_l_gyrate_cv.Rd +++ b/man/lsm_l_gyrate_cv.Rd @@ -48,10 +48,9 @@ lsm_l_gyrate_cv(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales in fragmented landscapes. Conservation ecology, 1(1). diff --git a/man/lsm_l_gyrate_mn.Rd b/man/lsm_l_gyrate_mn.Rd index ccb0478f7..c490ccea4 100644 --- a/man/lsm_l_gyrate_mn.Rd +++ b/man/lsm_l_gyrate_mn.Rd @@ -46,10 +46,9 @@ lsm_l_gyrate_mn(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales in fragmented landscapes. Conservation ecology, 1(1). diff --git a/man/lsm_l_gyrate_sd.Rd b/man/lsm_l_gyrate_sd.Rd index f04c61df3..937603177 100644 --- a/man/lsm_l_gyrate_sd.Rd +++ b/man/lsm_l_gyrate_sd.Rd @@ -47,10 +47,9 @@ lsm_l_gyrate_sd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales in fragmented landscapes. Conservation ecology, 1(1). diff --git a/man/lsm_l_iji.Rd b/man/lsm_l_iji.Rd index 478c3d5a8..577dad900 100644 --- a/man/lsm_l_iji.Rd +++ b/man/lsm_l_iji.Rd @@ -38,10 +38,9 @@ landscape <- terra::rast(landscapemetrics::landscape) lsm_l_iji(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org McGarigal, K., & Marks, B. J. 1995. FRAGSTATS: spatial pattern analysis program for quantifying landscape structure. Gen. Tech. Rep. PNW-GTR-351. diff --git a/man/lsm_l_lpi.Rd b/man/lsm_l_lpi.Rd index 0e9f359ea..dd5e79cf3 100644 --- a/man/lsm_l_lpi.Rd +++ b/man/lsm_l_lpi.Rd @@ -38,10 +38,9 @@ lsm_l_lpi(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_area}}, diff --git a/man/lsm_l_lsi.Rd b/man/lsm_l_lsi.Rd index 624dba43c..2746a8000 100644 --- a/man/lsm_l_lsi.Rd +++ b/man/lsm_l_lsi.Rd @@ -36,10 +36,9 @@ lsm_l_lsi(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Patton, D. R. 1975. A diversity index for quantifying habitat "edge". Wildl. Soc.Bull. 3:171-173. diff --git a/man/lsm_l_mesh.Rd b/man/lsm_l_mesh.Rd index 62aa48c09..317e4e942 100644 --- a/man/lsm_l_mesh.Rd +++ b/man/lsm_l_mesh.Rd @@ -39,10 +39,9 @@ lsm_l_mesh(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh size: new measures of landscape fragmentation. diff --git a/man/lsm_l_msidi.Rd b/man/lsm_l_msidi.Rd index 0efbcf834..b4387ae2e 100644 --- a/man/lsm_l_msidi.Rd +++ b/man/lsm_l_msidi.Rd @@ -35,10 +35,9 @@ lsm_l_msidi(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 diff --git a/man/lsm_l_msiei.Rd b/man/lsm_l_msiei.Rd index 016cdec34..38e9bde5a 100644 --- a/man/lsm_l_msiei.Rd +++ b/man/lsm_l_msiei.Rd @@ -33,10 +33,9 @@ lsm_l_msiei(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 diff --git a/man/lsm_l_ndca.Rd b/man/lsm_l_ndca.Rd index 4555c4d57..e79c436aa 100644 --- a/man/lsm_l_ndca.Rd +++ b/man/lsm_l_ndca.Rd @@ -53,10 +53,9 @@ lsm_l_ndca(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_c_tca}}, \cr diff --git a/man/lsm_l_np.Rd b/man/lsm_l_np.Rd index f4a576b59..8e9c2d863 100644 --- a/man/lsm_l_np.Rd +++ b/man/lsm_l_np.Rd @@ -37,10 +37,9 @@ lsm_l_np(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_c_np}} diff --git a/man/lsm_l_pafrac.Rd b/man/lsm_l_pafrac.Rd index dd3fa9504..5f9603e4c 100644 --- a/man/lsm_l_pafrac.Rd +++ b/man/lsm_l_pafrac.Rd @@ -43,10 +43,9 @@ lsm_l_pafrac(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Burrough, P. A. 1986. Principles of Geographical Information Systems for Land Resources Assessment. Monographs on Soil and Resources Survey No. 12. diff --git a/man/lsm_l_para_cv.Rd b/man/lsm_l_para_cv.Rd index 2303aaf8a..f72ef164b 100644 --- a/man/lsm_l_para_cv.Rd +++ b/man/lsm_l_para_cv.Rd @@ -40,10 +40,9 @@ lsm_l_para_cv(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_para}}, \cr diff --git a/man/lsm_l_para_mn.Rd b/man/lsm_l_para_mn.Rd index e62350716..5a4011b74 100644 --- a/man/lsm_l_para_mn.Rd +++ b/man/lsm_l_para_mn.Rd @@ -40,10 +40,9 @@ lsm_l_para_mn(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_para}}, diff --git a/man/lsm_l_para_sd.Rd b/man/lsm_l_para_sd.Rd index 4b3dee344..01d2bb3de 100644 --- a/man/lsm_l_para_sd.Rd +++ b/man/lsm_l_para_sd.Rd @@ -40,10 +40,9 @@ lsm_l_para_sd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_para}}, diff --git a/man/lsm_l_pd.Rd b/man/lsm_l_pd.Rd index e1e78b000..a227e3a0d 100644 --- a/man/lsm_l_pd.Rd +++ b/man/lsm_l_pd.Rd @@ -39,10 +39,9 @@ lsm_l_pd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_c_np}}, diff --git a/man/lsm_l_pladj.Rd b/man/lsm_l_pladj.Rd index 4a423bc19..3636f3daa 100644 --- a/man/lsm_l_pladj.Rd +++ b/man/lsm_l_pladj.Rd @@ -36,8 +36,7 @@ lsm_l_pladj(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/. +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org. } diff --git a/man/lsm_l_pr.Rd b/man/lsm_l_pr.Rd index 364aa52d2..631881e2e 100644 --- a/man/lsm_l_pr.Rd +++ b/man/lsm_l_pr.Rd @@ -34,8 +34,7 @@ lsm_l_pr(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } diff --git a/man/lsm_l_prd.Rd b/man/lsm_l_prd.Rd index dca8bbc67..9bbf47a5e 100644 --- a/man/lsm_l_prd.Rd +++ b/man/lsm_l_prd.Rd @@ -39,8 +39,7 @@ lsm_l_prd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } diff --git a/man/lsm_l_rpr.Rd b/man/lsm_l_rpr.Rd index a040d8f0a..3d56847de 100644 --- a/man/lsm_l_rpr.Rd +++ b/man/lsm_l_rpr.Rd @@ -40,10 +40,9 @@ lsm_l_rpr(landscape, classes_max = 5) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Romme, W. H. 1982. Fire and landscapediversity in subalpine forests of Yellowstone National Park.Ecol.Monogr. 52:199-221 diff --git a/man/lsm_l_shape_cv.Rd b/man/lsm_l_shape_cv.Rd index 676297360..0bb2e2b19 100644 --- a/man/lsm_l_shape_cv.Rd +++ b/man/lsm_l_shape_cv.Rd @@ -38,10 +38,9 @@ lsm_l_shape_cv(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Patton, D. R. 1975. A diversity index for quantifying habitat "edge". Wildl. Soc.Bull. 3:171-173. diff --git a/man/lsm_l_shape_mn.Rd b/man/lsm_l_shape_mn.Rd index c02fa66ad..8039908b9 100644 --- a/man/lsm_l_shape_mn.Rd +++ b/man/lsm_l_shape_mn.Rd @@ -38,10 +38,9 @@ lsm_l_shape_mn(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Patton, D. R. 1975. A diversity index for quantifying habitat "edge". Wildl. Soc.Bull. 3:171-173. diff --git a/man/lsm_l_shape_sd.Rd b/man/lsm_l_shape_sd.Rd index 11f2f38ef..1536cbcda 100644 --- a/man/lsm_l_shape_sd.Rd +++ b/man/lsm_l_shape_sd.Rd @@ -38,10 +38,9 @@ lsm_l_shape_sd(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Patton, D. R. 1975. A diversity index for quantifying habitat "edge". Wildl. Soc.Bull. 3:171-173. diff --git a/man/lsm_l_shdi.Rd b/man/lsm_l_shdi.Rd index 296ba10ef..559172f7b 100644 --- a/man/lsm_l_shdi.Rd +++ b/man/lsm_l_shdi.Rd @@ -34,10 +34,9 @@ lsm_l_shdi(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Shannon, C., and W. Weaver. 1949. The mathematical theory of communication. Univ. IllinoisPress, Urbana diff --git a/man/lsm_l_shei.Rd b/man/lsm_l_shei.Rd index ab3263329..2d84b0f64 100644 --- a/man/lsm_l_shei.Rd +++ b/man/lsm_l_shei.Rd @@ -35,10 +35,9 @@ lsm_l_shei(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Shannon, C., and W. Weaver. 1949. The mathematical theory of communication. Univ. IllinoisPress, Urbana diff --git a/man/lsm_l_sidi.Rd b/man/lsm_l_sidi.Rd index 56cdbcde0..9b689f76f 100644 --- a/man/lsm_l_sidi.Rd +++ b/man/lsm_l_sidi.Rd @@ -39,10 +39,9 @@ lsm_l_sidi(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 } diff --git a/man/lsm_l_siei.Rd b/man/lsm_l_siei.Rd index a31480eb2..c1d5eec0e 100644 --- a/man/lsm_l_siei.Rd +++ b/man/lsm_l_siei.Rd @@ -39,10 +39,9 @@ lsm_l_siei(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Simpson, E. H. 1949. Measurement of diversity. Nature 163:688 } diff --git a/man/lsm_l_split.Rd b/man/lsm_l_split.Rd index 4fcc95516..cc335dd71 100644 --- a/man/lsm_l_split.Rd +++ b/man/lsm_l_split.Rd @@ -37,10 +37,9 @@ lsm_l_split(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Jaeger, J. A. 2000. Landscape division, splitting index, and effective mesh size: new measures of landscape fragmentation. diff --git a/man/lsm_l_ta.Rd b/man/lsm_l_ta.Rd index c4fc169e9..15c9de3ad 100644 --- a/man/lsm_l_ta.Rd +++ b/man/lsm_l_ta.Rd @@ -36,10 +36,9 @@ lsm_l_ta(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_area}}, diff --git a/man/lsm_l_tca.Rd b/man/lsm_l_tca.Rd index 17f52a632..821a71897 100644 --- a/man/lsm_l_tca.Rd +++ b/man/lsm_l_tca.Rd @@ -47,10 +47,9 @@ lsm_l_tca(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_core}}, diff --git a/man/lsm_l_te.Rd b/man/lsm_l_te.Rd index a86b0c40d..440988872 100644 --- a/man/lsm_l_te.Rd +++ b/man/lsm_l_te.Rd @@ -37,10 +37,9 @@ lsm_l_te(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_perim}} diff --git a/man/lsm_p_area.Rd b/man/lsm_p_area.Rd index e98b9ec2b..0610f2339 100644 --- a/man/lsm_p_area.Rd +++ b/man/lsm_p_area.Rd @@ -38,10 +38,9 @@ lsm_p_area(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_c_area_mn}}, diff --git a/man/lsm_p_cai.Rd b/man/lsm_p_cai.Rd index d6d6a25a3..0bf8719c5 100644 --- a/man/lsm_p_cai.Rd +++ b/man/lsm_p_cai.Rd @@ -46,10 +46,9 @@ lsm_p_cai(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_core}}, diff --git a/man/lsm_p_circle.Rd b/man/lsm_p_circle.Rd index 96b76da9f..6c44eaa66 100644 --- a/man/lsm_p_circle.Rd +++ b/man/lsm_p_circle.Rd @@ -40,10 +40,9 @@ lsm_p_circle(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Baker, W. L., and Y. Cai. 1992. The r.le programs for multiscale analysis of landscape structure using the GRASS geographical information system. diff --git a/man/lsm_p_contig.Rd b/man/lsm_p_contig.Rd index a457fd879..59379e704 100644 --- a/man/lsm_p_contig.Rd +++ b/man/lsm_p_contig.Rd @@ -49,10 +49,9 @@ lsm_p_contig(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org LaGro, J. 1991. Assessing patch shape in landscape mosaics. Photogrammetric Engineering and Remote Sensing, 57(3), 285-293 diff --git a/man/lsm_p_core.Rd b/man/lsm_p_core.Rd index d86e86395..a8d072b20 100644 --- a/man/lsm_p_core.Rd +++ b/man/lsm_p_core.Rd @@ -51,10 +51,9 @@ lsm_p_core(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_c_core_mn}}, diff --git a/man/lsm_p_enn.Rd b/man/lsm_p_enn.Rd index cc03c73ab..de6c38ceb 100644 --- a/man/lsm_p_enn.Rd +++ b/man/lsm_p_enn.Rd @@ -43,10 +43,9 @@ lsm_p_enn(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org McGarigal, K., and McComb, W. C. (1995). Relationships between landscape structure and breeding birds in the Oregon Coast Range. diff --git a/man/lsm_p_frac.Rd b/man/lsm_p_frac.Rd index de98ccb48..a59f93d15 100644 --- a/man/lsm_p_frac.Rd +++ b/man/lsm_p_frac.Rd @@ -39,10 +39,9 @@ lsm_p_frac(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Mandelbrot, B. B. 1977. Fractals: Form, Chance, and Dimension. San Francisco. W. H. Freeman and Company. diff --git a/man/lsm_p_gyrate.Rd b/man/lsm_p_gyrate.Rd index 7c61cdce6..909a39d84 100644 --- a/man/lsm_p_gyrate.Rd +++ b/man/lsm_p_gyrate.Rd @@ -45,10 +45,9 @@ lsm_p_gyrate(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Keitt, T. H., Urban, D. L., & Milne, B. T. 1997. Detecting critical scales in fragmented landscapes. Conservation ecology, 1(1). diff --git a/man/lsm_p_ncore.Rd b/man/lsm_p_ncore.Rd index d61e2715c..bce857724 100644 --- a/man/lsm_p_ncore.Rd +++ b/man/lsm_p_ncore.Rd @@ -52,10 +52,9 @@ lsm_p_ncore(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_c_dcore_mn}}, diff --git a/man/lsm_p_para.Rd b/man/lsm_p_para.Rd index 2c1d68f6e..633222a5d 100644 --- a/man/lsm_p_para.Rd +++ b/man/lsm_p_para.Rd @@ -39,10 +39,9 @@ lsm_p_para(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{lsm_p_area}}, diff --git a/man/lsm_p_perim.Rd b/man/lsm_p_perim.Rd index 6db121ba0..5be3128e4 100644 --- a/man/lsm_p_perim.Rd +++ b/man/lsm_p_perim.Rd @@ -38,8 +38,7 @@ lsm_p_perim(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } diff --git a/man/lsm_p_shape.Rd b/man/lsm_p_shape.Rd index 77a434884..2f00e7301 100644 --- a/man/lsm_p_shape.Rd +++ b/man/lsm_p_shape.Rd @@ -38,10 +38,9 @@ lsm_p_shape(landscape) } \references{ -McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -web site: https://www.umass.edu/landeco/ +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org Patton, D. R. 1975. A diversity index for quantifying habitat "edge". Wildl. Soc.Bull. 3:171-173. diff --git a/man/window_lsm.Rd b/man/window_lsm.Rd index d76eb15f4..7c08ecedc 100644 --- a/man/window_lsm.Rd +++ b/man/window_lsm.Rd @@ -71,10 +71,9 @@ Hagen-Zanker, A. (2016). A computational framework for generalized moving window and its application to landscape pattern analysis. International journal of applied earth observation and geoinformation, 44, 205-216. -McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis -Program for Categorical and Continuous Maps. Computer software program produced by -the authors at the University of Massachusetts, Amherst. Available at the following -website: \url{https://www.umass.edu/landeco/} +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis +Program for Categorical Maps. Computer software program produced by the authors; +available at the following web site: https://www.fragstats.org } \seealso{ \code{\link{list_lsm}} \cr diff --git a/vignettes/articles/comparing_tools.Rmd b/vignettes/articles/comparing_tools.Rmd index e36ff6429..0605adb70 100644 --- a/vignettes/articles/comparing_tools.Rmd +++ b/vignettes/articles/comparing_tools.Rmd @@ -29,7 +29,7 @@ landscape <- terra::rast(landscapemetrics::landscape) # Comparison with FRAGSTATS -**landscapemetrics** re-implements landscape metrics as they are mostly described in the FRAGSTATS software (McGarigal *et al.* 2012). +**landscapemetrics** re-implements landscape metrics as they are mostly described in the FRAGSTATS software (McGarigal *et al.* 2023). Therefore, we compared our results with the results of FRAGSTATS. In the process, we recognized a few differences between the results. @@ -378,6 +378,6 @@ knitr::kable(bind_rows(sdmtools_result)) ## References -- McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: https://www.umass.edu/landeco/ +- McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical Maps. Computer software program produced by the authors; available at the following web site: https://www.fragstats.org - Jeremy VanDerWal, Lorena Falconi, Stephanie Januchowski, Luke Shoo and Collin Storlie (2014). SDMTools: Species Distribution Modelling Tools: Tools for processing data associated with species distribution modelling exercises. R package version 1.1-221. https://CRAN.R-project.org/package=SDMTools diff --git a/vignettes/articles/general_background.Rmd b/vignettes/articles/general_background.Rmd index 24becbd61..ecb01f6f0 100644 --- a/vignettes/articles/general_background.Rmd +++ b/vignettes/articles/general_background.Rmd @@ -86,10 +86,10 @@ For more information, please see [New Metrics outside FRAGSTATS](https://r-spati ## Other software to calculate landscape metrics -There are already software packages available to calculate landscape metrics, the most famous one probably being the stand-alone software FRAGSTATS (McGarigal *et al.* 2012). But also add-ons to GIS software are available, e.g. r.le (Baker & Cai 1992) or its successor r.li for GRASS GIS. +There are already software packages available to calculate landscape metrics, the most famous one probably being the stand-alone software FRAGSTATS (McGarigal *et al.* 2023). But also add-ons to GIS software are available, e.g. r.le (Baker & Cai 1992) or its successor r.li for GRASS GIS. Lastly, also an R package, namely `SDMTools` (VanDerWal *et al.* 2014), can be used. -Nevertheless, we decided to re-implement most of the metrics available in [FRAGSTATS](https://www.umass.edu/landeco/research/fragstats/documents/fragstats_documents.html). +Nevertheless, we decided to re-implement most of the metrics available in [FRAGSTATS](https://www.fragstats.org/index.php/documentation). We wanted to provide a comprehensive collection of landscape metrics in R. While FRAGSTATS is an extensive collection it is only available for Windows. Note, that even though we tried to re-implement the metrics as described in the FRAGSTATS manual, there are some differences ([Differences FRAGSTATS|landscapemetrics](https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html)). @@ -102,5 +102,5 @@ Those were the main reasons we implemented **landscapemetrics**, however, we wan ### References - Baker, W.L. and Cai, Y. 1992. The r.le programs for multiscale analysis of landscape structure using the GRASS geographical information system. Landscape Ecology 7(4):291-302. -- McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: +- McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical Maps. Computer software program produced by the authors; available at the following web site: - VanDerWal, J., Falconi, L., Januchowski, S., Shoo, L., and Storlie, C. 2014. SDMTools: Species Distribution Modelling Tools: Tools for processing data associated with species distribution modelling exercises. R package version 1.1-221. diff --git a/vignettes/articles/guide_moving_window.Rmd b/vignettes/articles/guide_moving_window.Rmd index 6323bac85..335a0c414 100644 --- a/vignettes/articles/guide_moving_window.Rmd +++ b/vignettes/articles/guide_moving_window.Rmd @@ -79,5 +79,5 @@ In the future, we also plan to allow class level metrics, however, patch metrics - Fletcher, R., Fortin, M.-J. 2018. Spatial Ecology and Conservation Modeling: Applications with R. Springer International Publishing. 523 pages - Hagen-Zanker, A. 2016. A computational framework for generalized moving windows and its application to landscape pattern analysis. International journal of applied earth observation and geoinformation, 44, 205-216. -- McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: +- McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical Maps. Computer software program produced by the authors; available at the following web site: - Šímová, P., & Gdulová, K. 2012. Landscape indices behavior: A review of scale effects. Applied Geography, 34, 385–394. diff --git a/vignettes/articles/landscape_distribution_statistics.Rmd b/vignettes/articles/landscape_distribution_statistics.Rmd index ec981b2e7..f993112b4 100644 --- a/vignettes/articles/landscape_distribution_statistics.Rmd +++ b/vignettes/articles/landscape_distribution_statistics.Rmd @@ -100,4 +100,4 @@ metric_md_l ### References -- McGarigal, K., Cushman, S.A., and Ene E. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following website: +- McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical Maps. Computer software program produced by the authors; available at the following web site: From 07fb5519d6846eac5d4137fb04c886b1533f0920 Mon Sep 17 00:00:00 2001 From: kalab-oto Date: Fri, 19 May 2023 09:36:20 +0200 Subject: [PATCH 057/101] fix: revert manual changes --- codemeta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codemeta.json b/codemeta.json index ad0f0b264..7207e9c1d 100644 --- a/codemeta.json +++ b/codemeta.json @@ -2,7 +2,7 @@ "@context": "https://doi.org/10.5063/schema/codemeta-2.0", "@type": "SoftwareSourceCode", "identifier": "landscapemetrics", - "description": "Calculates landscape metrics for categorical landscape patterns in a tidy workflow. 'landscapemetrics' reimplements the most common metrics from 'FRAGSTATS' () and new ones from the current literature on landscape metrics. This package supports 'terra' SpatRaster objects as input arguments. It further provides utility functionn to visualize patches, select metrics and building blocks to develop new metrics.", + "description": "Calculates landscape metrics for categorical landscape patterns in a tidy workflow. 'landscapemetrics' reimplements the most common metrics from 'FRAGSTATS' () and new ones from the current literature on landscape metrics. This package supports 'terra' SpatRaster objects as input arguments. It further provides utility functionn to visualize patches, select metrics and building blocks to develop new metrics.", "name": "landscapemetrics: Landscape Metrics for Categorical Map Patterns", "codeRepository": "https://r-spatialecology.github.io/landscapemetrics/", "issueTracker": "https://github.com/r-spatialecology/landscapemetrics/issues", From 8b0e1ad909d6eed0f4b83f1573c390795e257d57 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Mon, 22 May 2023 16:31:28 +0200 Subject: [PATCH 058/101] Bugfix in lsm_l_shei --- NEWS.md | 2 ++ R/lsm_l_shei.R | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index f80b94bb6..81cc84aa2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,8 @@ * `terra` and `sf` instead of `raster` and `sp` as underlying frameworks * New functions * `points_as_mat()` helper function +* Bugfixes + * There was a bug introduced previoulsy in the calculation of SHEI # landscapemetrics 1.5.6 * Bugfixes diff --git a/R/lsm_l_shei.R b/R/lsm_l_shei.R index f413e5375..cfe367982 100644 --- a/R/lsm_l_shei.R +++ b/R/lsm_l_shei.R @@ -73,11 +73,10 @@ lsm_l_shei_calc <- function(landscape, resolution = NULL){ prop <- prop$value / 100 - log_len_prop <- log(length(prop), exp(1)) - if (log_len_prop == 0){ + if (length(prop) == 1){ shei <- 0 } else { - shei <- sum(-prop * log_len_prop) / log_len_prop + shei <- -sum(prop * log(prop)) / log(length(prop)) } return(tibble::tibble(level = "landscape", From 6994e026a804a06282eb779b274144de100703d0 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Mon, 22 May 2023 16:40:47 +0200 Subject: [PATCH 059/101] Update to data structure and tests using new fragstats results I added stringr and tidyr to the suggests caused used in tests. But only 2x so could probably be replaced by base R, but I was too lazy --- .Rbuildignore | 1 - .gitignore | 1 - DESCRIPTION | 4 +- R/data.R | 88 - R/sysdata.rda | Bin 76835 -> 3566 bytes _pkgdown.yml | 9 - ...01_landscapes.R => 01_example_landscape.R} | 8 +- data-raw/02_real_landscapes.R | 9 + data-raw/03_fragstatmetrics_patch.R | 28 - ...lar_polygons.R => 03_irregular_polygons.R} | 2 +- data-raw/04_fragstatmetrics_class.R | 27 - data-raw/05_fragstatmetrics_landscape.R | 23 - data-raw/fragstats_results_class.txt | 48 - data-raw/fragstats_results_land.txt | 10 - data-raw/fragstats_results_patch.txt | 17969 ---------------- data/fragstats_class_augusta_nlcd.rda | Bin 5041 -> 0 bytes data/fragstats_class_landscape.rda | Bin 2276 -> 0 bytes data/fragstats_class_podlasie.rda | Bin 4636 -> 0 bytes data/fragstats_landscape_augusta_nlcd.rda | Bin 1367 -> 0 bytes data/fragstats_landscape_landscape.rda | Bin 1447 -> 0 bytes data/fragstats_landscape_podlasie.rda | Bin 1362 -> 0 bytes data/fragstats_patch_augusta_nlcd.rda | Bin 123594 -> 0 bytes data/fragstats_patch_landscape.rda | Bin 2091 -> 0 bytes data/fragstats_patch_podlasie.rda | Bin 139248 -> 0 bytes data/irregular_areas.rda | Bin 3557 -> 0 bytes data/lsm_abbreviations_names.rda | Bin 1753 -> 1770 bytes man/fragstats_class_augusta_nlcd.Rd | 18 - man/fragstats_class_landscape.Rd | 18 - man/fragstats_class_podlasie.Rd | 18 - man/fragstats_landscape_augusta_nlcd.Rd | 18 - man/fragstats_landscape_landscape.Rd | 18 - man/fragstats_landscape_podlasie.Rd | 18 - man/fragstats_patch_augusta_nlcd.Rd | 18 - man/fragstats_patch_landscape.Rd | 18 - man/fragstats_patch_podlasie.Rd | 18 - man/irregular_areas.Rd | 16 - tests/testthat.R | 4 + tests/testthat/fragstats/augusta_nlcd.class | 16 + tests/testthat/fragstats/augusta_nlcd.land | 2 + tests/testthat/fragstats/augusta_nlcd.patch | 17142 +++++++++++++++ tests/testthat/fragstats/landscape.class | 4 + tests/testthat/fragstats/landscape.land | 2 + tests/testthat/fragstats/landscape.patch | 29 + tests/testthat/helper-fragstats.R | 26 + tests/testthat/test-fragstats.R | 1993 +- vignettes/articles/irregular_areas.Rmd | 2 +- 46 files changed, 17297 insertions(+), 20328 deletions(-) rename data-raw/{01_landscapes.R => 01_example_landscape.R} (83%) delete mode 100644 data-raw/03_fragstatmetrics_patch.R rename data-raw/{06_irregular_polygons.R => 03_irregular_polygons.R} (90%) delete mode 100644 data-raw/04_fragstatmetrics_class.R delete mode 100644 data-raw/05_fragstatmetrics_landscape.R delete mode 100644 data-raw/fragstats_results_class.txt delete mode 100644 data-raw/fragstats_results_land.txt delete mode 100644 data-raw/fragstats_results_patch.txt delete mode 100644 data/fragstats_class_augusta_nlcd.rda delete mode 100644 data/fragstats_class_landscape.rda delete mode 100644 data/fragstats_class_podlasie.rda delete mode 100644 data/fragstats_landscape_augusta_nlcd.rda delete mode 100644 data/fragstats_landscape_landscape.rda delete mode 100644 data/fragstats_landscape_podlasie.rda delete mode 100644 data/fragstats_patch_augusta_nlcd.rda delete mode 100644 data/fragstats_patch_landscape.rda delete mode 100644 data/fragstats_patch_podlasie.rda delete mode 100644 data/irregular_areas.rda delete mode 100644 man/fragstats_class_augusta_nlcd.Rd delete mode 100644 man/fragstats_class_landscape.Rd delete mode 100644 man/fragstats_class_podlasie.Rd delete mode 100644 man/fragstats_landscape_augusta_nlcd.Rd delete mode 100644 man/fragstats_landscape_landscape.Rd delete mode 100644 man/fragstats_landscape_podlasie.Rd delete mode 100644 man/fragstats_patch_augusta_nlcd.Rd delete mode 100644 man/fragstats_patch_landscape.Rd delete mode 100644 man/fragstats_patch_podlasie.Rd delete mode 100644 man/irregular_areas.Rd create mode 100644 tests/testthat/fragstats/augusta_nlcd.class create mode 100644 tests/testthat/fragstats/augusta_nlcd.land create mode 100644 tests/testthat/fragstats/augusta_nlcd.patch create mode 100644 tests/testthat/fragstats/landscape.class create mode 100644 tests/testthat/fragstats/landscape.land create mode 100644 tests/testthat/fragstats/landscape.patch create mode 100644 tests/testthat/helper-fragstats.R diff --git a/.Rbuildignore b/.Rbuildignore index 757273e70..9336c3e31 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -21,6 +21,5 @@ vignettes/articles ^\.httr-oauth$ ^pkgdown ^\.github$ -test_data/ ^CODE_OF_CONDUCT\.md$ ^CRAN-SUBMISSION$ diff --git a/.gitignore b/.gitignore index b77954065..aa1926bcc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,4 @@ inst/doc src/*.o src/*.so src/*.dll -test_data/ ^CRAN-SUBMISSION$ diff --git a/DESCRIPTION b/DESCRIPTION index 9af892301..ce27a791d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -65,7 +65,9 @@ Suggests: sf, sp, stars, - testthat + stringr, + testthat, + tidyr LinkingTo: Rcpp, RcppArmadillo diff --git a/R/data.R b/R/data.R index e040078dc..24e19a32e 100644 --- a/R/data.R +++ b/R/data.R @@ -26,87 +26,6 @@ #' @source http://maps.elie.ucl.ac.be/CCI/viewer/ "podlasie_ccilc" -#' Fragstats results for landscapemetrics::landscape (patch level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on patch -#' level. -#' -#' @format A tibble object. -"fragstats_patch_landscape" - -#' Fragstats results for landscapemetrics::augusta_nlcd (patch level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on patch -#' level. -#' -#' @format A tibble object. -"fragstats_patch_augusta_nlcd" - -#' Fragstats results for landscapemetrics::podlasie (patch level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on patch -#' level. -#' -#' @format A tibble object. -"fragstats_patch_podlasie" - -#' Fragstats results for landscapemetrics::landscape (class level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on class -#' level. -#' -#' @format A tibble object. -"fragstats_class_landscape" - -#' Fragstats results for landscapemetrics::augusta_nlcd (class level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on class -#' level. -#' -#' @format A tibble object. -"fragstats_class_augusta_nlcd" - -#' Fragstats results for landscapemetrics::podlasie (class level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on class -#' level. -#' -#' @format A tibble object. -"fragstats_class_podlasie" - - -#' Fragstats results for landscapemetrics::landscape (landscape level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on landscape -#' level. -#' -#' @format A tibble object. -"fragstats_landscape_landscape" - -#' Fragstats results for landscapemetrics::augusta_nlcd (landscape level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on landscape -#' level. -#' -#' @format A tibble object. -"fragstats_landscape_augusta_nlcd" - -#' Fragstats results for landscapemetrics::podlasie_ccilc (landscape level) -#' -#' A single tibble for every spatial dataset included in landscapemetrics -#' that contains the FRAGSTAT results for every implemented metric on landscape -#' level. -#' -#' @format A tibble object. -"fragstats_landscape_podlasie" #' Tibble of abbreviations coming from FRAGSTATS #' @@ -124,10 +43,3 @@ #' #' @format A tibble object. "lsm_abbreviations_names" - -#' Irregular polygons -#' -#' An example irregular polygons for the area in `augusta_nlcd` -#' -#' @format An sf object. -"irregular_areas" diff --git a/R/sysdata.rda b/R/sysdata.rda index 0152139bc47dbe859e3e75082674b6b94ec486b8..5bd3f835d5bf77e0793b3c2d1aafd2ee2a2a49ae 100644 GIT binary patch literal 3566 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 GD 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 diff --git a/_pkgdown.yml b/_pkgdown.yml index 3a72e44a0..7054309f9 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -11,15 +11,6 @@ reference: - landscape - augusta_nlcd - podlasie_ccilc - - fragstats_patch_landscape - - fragstats_patch_augusta_nlcd - - fragstats_patch_podlasie - - fragstats_class_landscape - - fragstats_class_augusta_nlcd - - fragstats_class_podlasie - - fragstats_landscape_landscape - - fragstats_landscape_augusta_nlcd - - fragstats_landscape_podlasie - irregular_areas - title: Options for landscapemetrics diff --git a/data-raw/01_landscapes.R b/data-raw/01_example_landscape.R similarity index 83% rename from data-raw/01_landscapes.R rename to data-raw/01_example_landscape.R index 28d562b2d..854507fbe 100644 --- a/data-raw/01_landscapes.R +++ b/data-raw/01_example_landscape.R @@ -3,7 +3,6 @@ library(landscapetools) library(terra) library(usethis) - #### Create example datasets #### set.seed(2018-05-12) @@ -28,3 +27,10 @@ landscape_background <- list("a) Continous Landscape" = terra::wrap(terra::rast( "b) Categorical Landscape" = terra::wrap(terra::rast(landscape_categorical))) usethis::use_data(landscape_background, overwrite = TRUE, internal = TRUE) + +# library(terra) +# library(landscapemetrics) +# +# landscape <- terra::rast(landscapemetrics::landscape) +# +# writeRaster(x = landscape, filename = "C:/Users/hesselbarth/Desktop/landscape.tif", overwrite = TRUE) diff --git a/data-raw/02_real_landscapes.R b/data-raw/02_real_landscapes.R index d931679d3..48fd661ec 100644 --- a/data-raw/02_real_landscapes.R +++ b/data-raw/02_real_landscapes.R @@ -20,3 +20,12 @@ ccilc_filepath = "your_path" podlasie_ccilc = terra::wrap(terra::crop(terra::rast(ccilc_filepath), ccilc_bbox)) usethis::use_data(podlasie_ccilc, overwrite = TRUE) + +# library(terra) +# library(landscapemetrics) +# +# augusta_nlcd <- terra::rast(landscapemetrics::augusta_nlcd) +# podlasie_ccilc <- terra::rast(landscapemetrics::podlasie_ccilc) +# +# writeRaster(x = augusta_nlcd, filename = "C:/Users/hesselbarth/Desktop/augusta_nlcd.tif", overwrite = TRUE) +# writeRaster(x = podlasie_ccilc, filename = "C:/Users/hesselbarth/Desktop/podlasie_ccilc.tif", overwrite = TRUE) diff --git a/data-raw/03_fragstatmetrics_patch.R b/data-raw/03_fragstatmetrics_patch.R deleted file mode 100644 index 71162903c..000000000 --- a/data-raw/03_fragstatmetrics_patch.R +++ /dev/null @@ -1,28 +0,0 @@ -library(readr) -library(tidyverse) -library(stringr) -library(usethis) - -# load fragstats results for patch level -fragstats_patch <- read_csv("data-raw/fragstats_results_patch.txt") - -fragstats_patch$TYPE <- - as.numeric(str_split(fragstats_patch$TYPE, pattern = "_", - simplify = TRUE)[, 2]) - -# filter for augusta_nlcd raster -fragstats_patch_augusta_nlcd <- fragstats_patch %>% - filter(str_detect(LID, 'augusta_nlcd')) - -# filter for landscape raster -fragstats_patch_landscape <- fragstats_patch %>% - filter(str_detect(LID, 'landscape.tif')) - -# filter for podlasie raster -fragstats_patch_podlasie <- fragstats_patch %>% - filter(str_detect(LID, 'podlasie')) - -# save -------------------------------------------------------------------- -usethis::use_data(fragstats_patch_augusta_nlcd, overwrite = TRUE) -usethis::use_data(fragstats_patch_landscape, overwrite = TRUE) -usethis::use_data(fragstats_patch_podlasie, overwrite = TRUE) diff --git a/data-raw/06_irregular_polygons.R b/data-raw/03_irregular_polygons.R similarity index 90% rename from data-raw/06_irregular_polygons.R rename to data-raw/03_irregular_polygons.R index 732d72312..f95927f60 100644 --- a/data-raw/06_irregular_polygons.R +++ b/data-raw/03_irregular_polygons.R @@ -15,4 +15,4 @@ irregular_areas = supercells(my_cat_raster2[[-c(1, 2)]], k = 30, plot(my_cat_raster, type = "classes") plot(vect(irregular_areas), add = TRUE) irregular_areas = irregular_areas[1] -usethis::use_data(irregular_areas, overwrite = TRUE) +usethis::use_data(irregular_areas, overwrite = TRUE, internal = TRUE) diff --git a/data-raw/04_fragstatmetrics_class.R b/data-raw/04_fragstatmetrics_class.R deleted file mode 100644 index d18f7b4b3..000000000 --- a/data-raw/04_fragstatmetrics_class.R +++ /dev/null @@ -1,27 +0,0 @@ -library(readr) -library(tidyverse) -library(usethis) - -# load fragstats results for class level -fragstats_class <- read_csv("data-raw/fragstats_results_class.txt") - -fragstats_class$TYPE <- - as.numeric(str_split(fragstats_class$TYPE, pattern = "_", - simplify = TRUE)[, 2]) - -# filter for augusta_nlcd raster -fragstats_class_augusta_nlcd <- fragstats_class %>% - filter(str_detect(LID, 'augusta_nlcd')) - -# filter for landscape raster -fragstats_class_landscape <- fragstats_class %>% - filter(str_detect(LID, 'landscape.tif')) - -# filter for podlasie raster -fragstats_class_podlasie <- fragstats_class %>% - filter(str_detect(LID, 'podlasie')) - -# save -------------------------------------------------------------------- -usethis::use_data(fragstats_class_augusta_nlcd, overwrite = TRUE) -usethis::use_data(fragstats_class_landscape, overwrite = TRUE) -usethis::use_data(fragstats_class_podlasie, overwrite = TRUE) diff --git a/data-raw/05_fragstatmetrics_landscape.R b/data-raw/05_fragstatmetrics_landscape.R deleted file mode 100644 index bcce3c2e8..000000000 --- a/data-raw/05_fragstatmetrics_landscape.R +++ /dev/null @@ -1,23 +0,0 @@ -library(readr) -library(tidyverse) -library(usethis) - -# load fragstats results for landscape level -fragstats_landscape <- read_csv("data-raw/fragstats_results_land.txt") - -# filter for augusta_nlcd raster -fragstats_landscape_augusta_nlcd <- fragstats_landscape %>% - filter(str_detect(LID, 'augusta_nlcd')) - -# filter for landscape raster -fragstats_landscape_landscape <- fragstats_landscape %>% - filter(str_detect(LID, 'landscape.tif')) - -# filter for podlasie raster -fragstats_landscape_podlasie <- fragstats_landscape %>% - filter(str_detect(LID, 'podlasie')) - -# save -------------------------------------------------------------------- -usethis::use_data(fragstats_landscape_augusta_nlcd, overwrite = TRUE) -usethis::use_data(fragstats_landscape_landscape, overwrite = TRUE) -usethis::use_data(fragstats_landscape_podlasie, overwrite = TRUE) diff --git a/data-raw/fragstats_results_class.txt b/data-raw/fragstats_results_class.txt deleted file mode 100644 index 063e75a42..000000000 --- a/data-raw/fragstats_results_class.txt +++ /dev/null @@ -1,48 +0,0 @@ -LID , TYPE , CA , PLAND , NP , PD , LPI , TE , ED , LSI , AREA_MN , AREA_SD , AREA_CV , GYRATE_MN , GYRATE_SD , GYRATE_CV , SHAPE_MN , SHAPE_SD , SHAPE_CV , FRAC_MN , FRAC_SD , FRAC_CV , PARA_MN , PARA_SD , PARA_CV , CIRCLE_MN , CIRCLE_SD , CIRCLE_CV , CONTIG_MN , CONTIG_SD , CONTIG_CV , PAFRAC , TCA , CPLAND , NDCA , DCAD , CORE_MN , CORE_SD , CORE_CV , DCORE_MN , DCORE_SD , DCORE_CV , CAI_MN , CAI_SD , CAI_CV , PROX_MN , PROX_SD , PROX_CV , ENN_MN , ENN_SD , ENN_CV , CLUMPY , PLADJ , IJI , CONNECT , COHESION , DIVISION , MESH , SPLIT , AI , NLSI -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_71 , 2722.2300 , 10.1242 , 1307.0000 , 4.8608 , 0.2243 , 1368570.0000 , 50.8982 , 65.8448 , 2.0828 , 3.9525 , 189.7682 , 65.6448 , 48.8957 , 74.4853 , 1.7601 , 0.6502 , 36.9409 , 1.1180 , 0.0554 , 4.9593 , 692.8028 , 210.9493 , 30.4487 , 0.6762 , 0.1325 , 19.5935 , 0.4455 , 0.1510 , 33.8829 , 1.6061 , 2722.2300 , 10.1242 , 1307.0000 , 4.8608 , 2.0828 , 3.9525 , 189.7682 , 2.0828 , 3.9525 , 189.7682 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 113.1539 , 82.5035 , 72.9127 , 0.5825 , 62.1219 , 67.5580 , 0.0000 , 85.9163 , 1.0000 , 0.9702 , 27713.0965 , 62.4813 , 0.3752 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_42 , 8894.6100 , 33.0797 , 1024.0000 , 3.8083 , 2.7869 , 2233530.0000 , 83.0667 , 59.7170 , 8.6861 , 35.4549 , 408.1781 , 95.5321 , 118.2809 , 123.8127 , 1.8322 , 0.9509 , 51.8985 , 1.1092 , 0.0566 , 5.1070 , 555.4494 , 226.1167 , 40.7088 , 0.6313 , 0.1240 , 19.6359 , 0.5478 , 0.1721 , 31.4070 , 1.4888 , 8894.6100 , 33.0797 , 1024.0000 , 3.8083 , 8.6861 , 35.4549 , 408.1781 , 8.6861 , 35.4549 , 408.1781 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 88.5048 , 51.1318 , 57.7730 , 0.7199 , 80.9965 , 62.1756 , 0.0000 , 96.2324 , 0.9981 , 50.7461 , 529.8613 , 81.2550 , 0.1874 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_41 , 6735.4200 , 25.0495 , 1206.0000 , 4.4852 , 0.8639 , 2563290.0000 , 95.3307 , 78.5146 , 5.5849 , 16.0308 , 287.0366 , 96.0243 , 102.9498 , 107.2122 , 2.0357 , 1.1439 , 56.1917 , 1.1277 , 0.0622 , 5.5177 , 607.4275 , 208.8819 , 34.3880 , 0.6819 , 0.1223 , 17.9328 , 0.5087 , 0.1555 , 30.5765 , 1.6060 , 6735.4200 , 25.0495 , 1206.0000 , 4.4852 , 5.5849 , 16.0308 , 287.0366 , 5.5849 , 16.0308 , 287.0366 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 85.6311 , 45.2950 , 52.8956 , 0.6200 , 71.2539 , 66.9338 , 0.0000 , 94.2176 , 0.9995 , 12.9253 , 2080.2851 , 71.5157 , 0.2848 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_81 , 2557.0800 , 9.5100 , 401.0000 , 1.4913 , 0.8070 , 865200.0000 , 32.1774 , 42.9053 , 6.3768 , 15.1597 , 237.7339 , 108.0771 , 96.4045 , 89.1998 , 2.0432 , 0.9284 , 45.4385 , 1.1278 , 0.0587 , 5.2035 , 490.8791 , 185.4233 , 37.7737 , 0.6656 , 0.1266 , 19.0227 , 0.6004 , 0.1396 , 23.2462 , 1.6257 , 2557.0800 , 9.5100 , 401.0000 , 1.4913 , 6.3768 , 15.1597 , 237.7339 , 6.3768 , 15.1597 , 237.7339 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 143.2685 , 121.0112 , 84.4646 , 0.7229 , 74.4791 , 70.6395 , 0.0000 , 93.2938 , 0.9998 , 4.0338 , 6665.7708 , 74.9248 , 0.2508 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_21 , 1755.6300 , 6.5293 , 913.0000 , 3.3955 , 0.3725 , 1116090.0000 , 41.5082 , 66.7071 , 1.9229 , 6.8788 , 357.7281 , 77.0400 , 156.8833 , 203.6386 , 1.8122 , 1.3333 , 73.5719 , 1.0965 , 0.0944 , 8.6134 , 992.1591 , 271.6013 , 27.3748 , 0.5270 , 0.3523 , 66.8537 , 0.2251 , 0.1800 , 79.9454 , 1.6882 , 1755.6300 , 6.5293 , 913.0000 , 3.3955 , 1.9229 , 6.8788 , 357.7281 , 1.9229 , 6.8788 , 357.7281 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 74.0890 , 45.1998 , 61.0075 , 0.4918 , 52.1249 , 70.2312 , 0.0000 , 91.6649 , 0.9999 , 1.7323 , 15522.1511 , 52.5017 , 0.4750 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_43 , 328.2300 , 1.2207 , 421.0000 , 1.5657 , 0.0204 , 251370.0000 , 9.3486 , 34.8347 , 0.7796 , 0.5665 , 72.6616 , 43.5645 , 17.0447 , 39.1251 , 1.5747 , 0.4028 , 25.5768 , 1.1120 , 0.0487 , 4.3835 , 824.4720 , 173.5848 , 21.0541 , 0.6625 , 0.1129 , 17.0489 , 0.3542 , 0.1090 , 30.7868 , 1.8804 , 328.2300 , 1.2207 , 421.0000 , 1.5657 , 0.7796 , 0.5665 , 72.6616 , 0.7796 , 0.5665 , 72.6616 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 270.7591 , 240.6448 , 88.8778 , 0.4222 , 42.2128 , 54.1790 , 0.0000 , 69.3815 , 1.0000 , 0.0145 , 1849015.7562 , 42.9249 , 0.5708 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_52 , 1271.0700 , 4.7272 , 356.0000 , 1.3240 , 0.1593 , 544950.0000 , 20.2671 , 38.3403 , 3.5704 , 5.5139 , 154.4318 , 83.8576 , 56.4654 , 67.3349 , 1.9664 , 0.7645 , 38.8781 , 1.1311 , 0.0569 , 5.0275 , 601.8307 , 219.9766 , 36.5512 , 0.6732 , 0.1257 , 18.6742 , 0.5198 , 0.1636 , 31.4698 , 1.5682 , 1271.0700 , 4.7272 , 356.0000 , 1.3240 , 3.5704 , 5.5139 , 154.4318 , 3.5704 , 5.5139 , 154.4318 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 208.7435 , 215.5201 , 103.2464 , 0.6670 , 67.6945 , 60.3935 , 0.0000 , 88.9237 , 1.0000 , 0.5713 , 47064.4233 , 68.2698 , 0.3173 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_11 , 288.0000 , 1.0711 , 174.0000 , 0.6471 , 0.1640 , 111780.0000 , 4.1572 , 16.4386 , 1.6552 , 3.6174 , 218.5527 , 49.7985 , 37.4020 , 75.1066 , 1.2712 , 0.2787 , 21.9245 , 1.0600 , 0.0338 , 3.1875 , 555.8475 , 158.4750 , 28.5105 , 0.5681 , 0.1167 , 20.5450 , 0.5372 , 0.1240 , 23.0789 , 1.3818 , 288.0000 , 1.0711 , 174.0000 , 0.6471 , 1.6552 , 3.6174 , 218.5527 , 1.6552 , 3.6174 , 218.5527 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 457.5303 , 353.9196 , 77.3544 , 0.7170 , 70.7188 , 68.0808 , 0.0000 , 82.4650 , 1.0000 , 0.1024 , 262559.2366 , 72.0013 , 0.2800 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_90 , 952.2900 , 3.5416 , 254.0000 , 0.9446 , 0.4639 , 365970.0000 , 13.6107 , 29.8447 , 3.7492 , 10.5634 , 281.7516 , 93.5661 , 134.5377 , 143.7889 , 1.8168 , 0.7980 , 43.9257 , 1.1170 , 0.0570 , 5.1019 , 642.9317 , 188.2434 , 29.2789 , 0.7060 , 0.1356 , 19.2036 , 0.4763 , 0.1416 , 29.7355 , 1.5846 , 952.2900 , 3.5416 , 254.0000 , 0.9446 , 3.7492 , 10.5634 , 281.7516 , 3.7492 , 10.5634 , 281.7516 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 188.0288 , 212.8913 , 113.2227 , 0.7060 , 70.9479 , 54.6798 , 0.0000 , 91.8318 , 1.0000 , 1.1869 , 22655.0771 , 71.6454 , 0.2835 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_22 , 748.5300 , 2.7838 , 1047.0000 , 3.8939 , 0.3019 , 506970.0000 , 18.8546 , 46.4426 , 0.7149 , 3.9929 , 558.5025 , 32.9317 , 97.3690 , 295.6697 , 1.2813 , 0.7466 , 58.2706 , 1.0471 , 0.0653 , 6.2351 , 1097.3363 , 253.5958 , 23.1101 , 0.3562 , 0.3258 , 91.4539 , 0.1531 , 0.1649 , 107.7125 , 1.6073 , 748.5300 , 2.7838 , 1047.0000 , 3.8939 , 0.7149 , 3.9929 , 558.5025 , 0.7149 , 3.9929 , 558.5025 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 110.9334 , 117.8853 , 106.2667 , 0.4800 , 48.9059 , 56.0148 , 0.0000 , 89.4957 , 1.0000 , 0.6407 , 41966.5573 , 49.4499 , 0.5055 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_23 , 225.2700 , 0.8378 , 453.0000 , 1.6847 , 0.0546 , 167970.0000 , 6.2469 , 27.9208 , 0.4973 , 1.0135 , 203.8047 , 29.5895 , 27.7272 , 93.7062 , 1.2505 , 0.4610 , 36.8670 , 1.0493 , 0.0590 , 5.6232 , 1037.4167 , 274.3916 , 26.4495 , 0.3991 , 0.3138 , 78.6415 , 0.1898 , 0.1789 , 94.2388 , 1.5349 , 225.2700 , 0.8378 , 453.0000 , 1.6847 , 0.4973 , 1.0135 , 203.8047 , 0.4973 , 1.0135 , 203.8047 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 135.1786 , 202.6160 , 149.8876 , 0.4410 , 43.6676 , 43.4851 , 0.0000 , 73.5759 , 1.0000 , 0.0215 , 1252297.9670 , 44.5668 , 0.5543 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_31 , 341.4600 , 1.2699 , 154.0000 , 0.5727 , 0.1988 , 145560.0000 , 5.4135 , 19.6774 , 2.2173 , 6.1229 , 276.1445 , 59.1233 , 52.7225 , 89.1739 , 1.6342 , 0.5460 , 33.4121 , 1.1070 , 0.0531 , 4.7973 , 678.7613 , 215.1437 , 31.6965 , 0.6393 , 0.1139 , 17.8154 , 0.4606 , 0.1490 , 32.3589 , 1.5558 , 341.4600 , 1.2699 , 154.0000 , 0.5727 , 2.2173 , 6.1229 , 276.1445 , 2.2173 , 6.1229 , 276.1445 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 361.9887 , 467.6931 , 129.2010 , 0.6857 , 67.8440 , 71.7813 , 0.0000 , 87.6435 , 1.0000 , 0.2429 , 110708.9458 , 68.9711 , 0.3103 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_24 , 33.7500 , 0.1255 , 51.0000 , 0.1897 , 0.0234 , 16800.0000 , 0.6248 , 7.2564 , 0.6618 , 1.1530 , 174.2238 , 27.9759 , 19.8385 , 70.9127 , 1.1098 , 0.2020 , 18.2056 , 1.0306 , 0.0332 , 3.2249 , 923.4162 , 352.0225 , 38.1218 , 0.3583 , 0.2673 , 74.6091 , 0.2667 , 0.2494 , 93.5150 , 1.2347 , 33.7500 , 0.1255 , 51.0000 , 0.1897 , 0.6618 , 1.1530 , 174.2238 , 0.6618 , 1.1530 , 174.2238 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 470.9145 , 696.6505 , 147.9357 , 0.6564 , 62.2667 , 35.6319 , 0.0000 , 72.5293 , 1.0000 , 0.0034 , 8021707.3425 , 65.6821 , 0.3432 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_95 , 13.5000 , 0.0502 , 9.0000 , 0.0335 , 0.0097 , 8160.0000 , 0.3035 , 5.4400 , 1.5000 , 0.6828 , 45.5192 , 61.0702 , 22.6122 , 37.0267 , 1.7412 , 0.4589 , 26.3579 , 1.1197 , 0.0536 , 4.7855 , 647.6513 , 188.8427 , 29.1581 , 0.6429 , 0.1653 , 25.7126 , 0.4880 , 0.1368 , 28.0253 , NA , 13.5000 , 0.0502 , 9.0000 , 0.0335 , 1.5000 , 0.6828 , 45.5192 , 1.5000 , 0.6828 , 45.5192 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1109.4841 , 1247.2550 , 112.4176 , 0.5962 , 54.6667 , 71.3574 , 0.0000 , 77.1837 , 1.0000 , 0.0009 , 29575062.1604 , 59.6364 , 0.4036 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , cls_82 , 21.3300 , 0.0793 , 4.0000 , 0.0149 , 0.0485 , 6510.0000 , 0.2421 , 3.5161 , 5.3325 , 5.0369 , 94.4573 , 92.4598 , 58.9951 , 63.8062 , 1.8356 , 0.4888 , 26.6283 , 1.1074 , 0.0643 , 5.8050 , 648.3952 , 432.1629 , 66.6512 , 0.5002 , 0.2956 , 59.1012 , 0.4988 , 0.3179 , 63.7471 , NA , 21.3300 , 0.0793 , 4.0000 , 0.0149 , 5.3325 , 5.0369 , 94.4573 , 5.3325 , 5.0369 , 94.4573 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2384.2132 , 1863.0627 , 78.1416 , 0.8238 , 77.0042 , 70.6507 , 0.0000 , 89.4340 , 1.0000 , 0.0080 , 3359208.8216 , 82.3928 , 0.1761 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , cls_1 , 0.0179 , 19.8889 , 9.0000 , 10000.0000 , 16.4444 , 180.0000 , 2000.0000 , 3.6296 , 0.0020 , 0.0045 , 228.5906 , 1.6396 , 2.4907 , 151.9092 , 1.2278 , 0.4939 , 40.2283 , 1.1532 , 0.1538 , 13.3375 , 28192.9072 , 11617.9337 , 41.2087 , 0.3429 , 0.3141 , 91.6034 , 0.2606 , 0.2730 , 104.7691 , NA , 0.0073 , 8.1111 , 5.0000 , 5555.5556 , 0.0008 , 0.0022 , 274.2328 , 0.0015 , 0.0016 , 106.5151 , 6.9176 , 15.1833 , 219.4876 , 3.4574 , 6.0077 , 173.7633 , 3.6829 , 1.4503 , 39.3785 , 0.7322 , 72.6257 , 79.3188 , 13.8889 , 91.7646 , 0.9726 , 0.0025 , 36.5474 , 78.5498 , 0.2145 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , cls_3 , 0.0479 , 53.2222 , 4.0000 , 4444.4444 , 50.7778 , 321.0000 , 3566.6667 , 4.4091 , 0.0120 , 0.0195 , 162.6136 , 3.6027 , 4.4221 , 122.7440 , 1.8807 , 1.2560 , 66.7858 , 1.2965 , 0.0963 , 7.4303 , 17014.8310 , 6766.2580 , 39.7668 , 0.5790 , 0.0675 , 11.6649 , 0.5143 , 0.2000 , 38.8875 , NA , 0.0225 , 25.0000 , 11.0000 , 12222.2222 , 0.0056 , 0.0097 , 172.1802 , 0.0020 , 0.0030 , 145.4373 , 14.7538 , 20.1978 , 136.8985 , 59.1250 , 55.5063 , 93.8796 , 2.0000 , 0.0000 , 0.0000 , 0.6492 , 79.7495 , 98.4480 , 50.0000 , 98.1333 , 0.7419 , 0.0232 , 3.8749 , 83.5886 , 0.1748 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , cls_2 , 0.0242 , 26.8889 , 14.0000 , 15555.5556 , 10.8889 , 227.0000 , 2522.2222 , 4.1250 , 0.0017 , 0.0027 , 159.0109 , 1.4862 , 1.5885 , 106.8794 , 1.2012 , 0.3173 , 26.4173 , 1.2347 , 0.2383 , 19.3016 , 24051.3017 , 11159.9188 , 46.4005 , 0.4737 , 0.2286 , 48.2612 , 0.3575 , 0.2674 , 74.7963 , 1.2661 , 0.0088 , 9.7778 , 8.0000 , 8888.8889 , 0.0006 , 0.0013 , 204.1284 , 0.0011 , 0.0012 , 109.1856 , 11.1716 , 17.2197 , 154.1386 , 7.3645 , 8.1420 , 110.5572 , 3.1969 , 1.0322 , 32.2889 , 0.6974 , 72.7273 , 70.0272 , 16.4835 , 86.5997 , 0.9818 , 0.0016 , 54.8780 , 77.8761 , 0.2212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , cls_1 , 0.0873 , 80.1653 , 5.0000 , 4591.3682 , 72.3600 , 100.0000 , 918.2736 , 1.8333 , 0.0175 , 0.0308 , 176.5165 , 3.4733 , 4.3803 , 126.1116 , 1.1327 , 0.1661 , 14.6673 , 1.0958 , 0.0963 , 8.7847 , 22884.3486 , 16307.8318 , 71.2619 , 0.3610 , 0.2969 , 82.2357 , 0.3971 , 0.4054 , 102.0977 , NA , 0.0701 , 64.3710 , 2.0000 , 1836.5473 , 0.0140 , 0.0258 , 184.3711 , 0.0351 , 0.0306 , 87.1612 , 27.8997 , 35.2205 , 126.2397 , 65.5000 , 74.4634 , 113.6846 , 2.0000 , 0.0000 , 0.0000 , 0.8505 , 93.6999 , NA , 40.0000 , 98.4650 , 0.4710 , 0.0576 , 1.8904 , 97.0344 , 0.1142 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , cls_0 , 0.0216 , 19.8347 , 2.0000 , 1836.5473 , 19.7429 , 100.0000 , 918.2736 , 1.8667 , 0.0108 , 0.0107 , 99.0741 , 3.5640 , 3.0640 , 85.9707 , 1.4000 , 0.4000 , 28.5714 , 1.1137 , 0.1137 , 10.2074 , 22511.6279 , 17488.3721 , 77.6860 , 0.3327 , 0.3327 , 100.0000 , 0.4291 , 0.4291 , 100.0000 , NA , 0.0142 , 13.0395 , 1.0000 , 918.2736 , 0.0071 , 0.0071 , 100.0000 , 0.0142 , 0.0000 , 0.0000 , 33.0233 , 33.0233 , 100.0000 , 21.6000 , 21.4000 , 99.0741 , 2.2361 , 0.0000 , 0.0000 , 0.9193 , 87.0370 , NA , 100.0000 , 95.8498 , 0.9610 , 0.0042 , 25.6548 , 93.5323 , 0.0647 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , cls_1 , 0.0873 , 80.1653 , 4.0000 , 3673.0946 , 79.3388 , 251.0000 , 2304.8669 , 3.1500 , 0.0218 , 0.0373 , 170.8264 , 3.8102 , 5.4982 , 144.3031 , 1.5542 , 0.8484 , 54.5885 , 1.1810 , 0.1188 , 10.0594 , 23530.0926 , 13250.6266 , 56.3135 , 0.3495 , 0.2044 , 58.4966 , 0.3799 , 0.3351 , 88.2065 , NA , 0.0597 , 54.8209 , 3.0000 , 2754.8209 , 0.0149 , 0.0258 , 172.8185 , 0.0199 , 0.0279 , 140.3555 , 21.4120 , 28.2945 , 132.1431 , 132.8431 , 90.2068 , 67.9048 , 2.2500 , 0.4330 , 19.2450 , 0.6142 , 89.1753 , NA , 66.6667 , 99.4147 , 0.3705 , 0.0686 , 1.5886 , 92.3488 , 0.2945 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , cls_0 , 0.0216 , 19.8347 , 9.0000 , 8264.4628 , 17.4472 , 251.0000 , 2304.8669 , 4.2667 , 0.0024 , 0.0059 , 244.8308 , 1.4501 , 2.0576 , 141.8947 , 1.3643 , 0.7433 , 54.4860 , 1.2055 , 0.2036 , 16.8918 , 29777.7778 , 10418.4073 , 34.9872 , 0.3303 , 0.3008 , 91.0825 , 0.2295 , 0.2458 , 107.0923 , NA , 0.0078 , 7.1625 , 4.0000 , 3673.0946 , 0.0009 , 0.0024 , 278.7865 , 0.0020 , 0.0020 , 102.4037 , 5.6140 , 12.7311 , 226.7725 , 18.4311 , 17.3101 , 93.9177 , 2.5642 , 0.8708 , 33.9597 , 0.6959 , 70.3704 , NA , 36.1111 , 93.5556 , 0.9694 , 0.0033 , 32.7078 , 75.6219 , 0.2438 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , cls_0 , 0.0216 , 19.8347 , 7.0000 , 6427.9155 , 10.2847 , 140.0000 , 1285.5831 , 3.2333 , 0.0031 , 0.0035 , 114.6355 , 2.1291 , 1.4185 , 66.6261 , 1.2908 , 0.2301 , 17.8244 , 1.1947 , 0.0941 , 7.8760 , 17299.1438 , 11113.9496 , 64.2457 , 0.5041 , 0.2241 , 44.4542 , 0.5335 , 0.2687 , 50.3569 , NA , 0.0088 , 8.0808 , 5.0000 , 4591.3682 , 0.0013 , 0.0020 , 159.9328 , 0.0018 , 0.0022 , 124.1500 , 23.0173 , 17.4016 , 75.6022 , 6.8071 , 9.4714 , 139.1386 , 5.9464 , 5.5739 , 93.7352 , 0.7921 , 77.5463 , -0.0000 , 19.0476 , 88.1428 , 0.9870 , 0.0014 , 76.8880 , 83.3333 , 0.1667 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , cls_1 , 0.0327 , 30.0275 , 4.0000 , 3673.0946 , 22.8650 , 292.0000 , 2681.3590 , 4.1892 , 0.0082 , 0.0098 , 120.3429 , 3.7497 , 2.9060 , 77.5003 , 1.9771 , 0.8736 , 44.1882 , 1.2783 , 0.1672 , 13.0771 , 18332.1208 , 12648.3209 , 68.9954 , 0.5339 , 0.3098 , 58.0196 , 0.5219 , 0.3051 , 58.4636 , NA , 0.0124 , 11.3866 , 10.0000 , 9182.7365 , 0.0031 , 0.0041 , 132.0809 , 0.0012 , 0.0020 , 159.2696 , 23.9087 , 15.3501 , 64.2029 , 16.3500 , 19.6761 , 120.3429 , 2.2361 , 0.0000 , 0.0000 , 0.7267 , 76.2997 , 99.8781 , 33.3333 , 95.1170 , 0.9448 , 0.0060 , 18.1203 , 80.8752 , 0.1912 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , cls_2 , 0.0546 , 50.1377 , 3.0000 , 2754.8209 , 42.7916 , 152.0000 , 1395.7759 , 2.2553 , 0.0182 , 0.0203 , 111.7183 , 4.8612 , 3.9057 , 80.3435 , 1.3729 , 0.3498 , 25.4809 , 1.1076 , 0.0839 , 7.5782 , 16433.0599 , 16691.8520 , 101.5748 , 0.4106 , 0.2906 , 70.7681 , 0.5755 , 0.4080 , 70.8974 , NA , 0.0394 , 36.1800 , 3.0000 , 2754.8209 , 0.0131 , 0.0155 , 118.0249 , 0.0131 , 0.0111 , 84.4968 , 43.9516 , 31.9289 , 72.6457 , 19.4583 , 27.4299 , 140.9674 , 4.4242 , 2.2568 , 51.0097 , 0.8868 , 90.2930 , -0.0000 , 33.3333 , 97.5335 , 0.8116 , 0.0205 , 5.3086 , 94.3541 , 0.0566 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , cls_2 , 0.0546 , 50.1377 , 12.0000 , 11019.2837 , 22.8650 , 439.0000 , 4031.2213 , 5.4894 , 0.0046 , 0.0090 , 197.3713 , 1.9997 , 2.4277 , 121.4073 , 1.5575 , 0.7867 , 50.5116 , 1.2798 , 0.2138 , 16.7063 , 25776.1085 , 11082.5725 , 42.9955 , 0.4667 , 0.2800 , 59.9999 , 0.3258 , 0.2729 , 83.7565 , 1.4326 , 0.0254 , 23.3242 , 12.0000 , 11019.2837 , 0.0021 , 0.0047 , 221.5847 , 0.0021 , 0.0042 , 200.4938 , 10.1801 , 19.2159 , 188.7588 , 52.9088 , 30.3352 , 57.3348 , 2.4971 , 0.7174 , 28.7305 , 0.5951 , 76.3736 , 46.2463 , 30.3030 , 94.9889 , 0.8974 , 0.0112 , 9.7510 , 79.8086 , 0.2025 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , cls_1 , 0.0327 , 30.0275 , 17.0000 , 15610.6520 , 20.5693 , 630.0000 , 5785.1240 , 8.9189 , 0.0019 , 0.0052 , 267.9768 , 1.5757 , 2.1720 , 137.8435 , 1.6696 , 1.4171 , 84.8790 , 1.2874 , 0.2413 , 18.7439 , 28299.9215 , 8327.2515 , 29.4250 , 0.4338 , 0.2901 , 66.8754 , 0.2590 , 0.1981 , 76.4668 , 1.6749 , 0.0025 , 2.2957 , 14.0000 , 12855.8310 , 0.0001 , 0.0005 , 317.3389 , 0.0002 , 0.0001 , 76.8375 , 2.8236 , 4.6442 , 164.4783 , 32.5878 , 21.8931 , 67.1819 , 2.0417 , 0.0900 , 4.4079 , 0.3213 , 49.5413 , 95.1763 , 22.0588 , 93.5748 , 0.9566 , 0.0047 , 23.0459 , 52.5122 , 0.4749 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , cls_0 , 0.0216 , 19.8347 , 17.0000 , 15610.6520 , 10.2847 , 277.0000 , 2543.6180 , 5.0333 , 0.0013 , 0.0030 , 235.7368 , 1.1214 , 1.3185 , 117.5775 , 1.3023 , 0.4970 , 38.1606 , 1.2315 , 0.3203 , 26.0119 , 34120.8703 , 9662.9787 , 28.3198 , 0.2634 , 0.3210 , 121.8588 , 0.1437 , 0.2296 , 159.8359 , 1.4523 , 0.0070 , 6.4279 , 4.0000 , 3673.0946 , 0.0004 , 0.0012 , 283.9373 , 0.0018 , 0.0017 , 96.3412 , 4.4060 , 12.0828 , 274.2334 , 6.4863 , 8.1767 , 126.0602 , 2.5643 , 0.6514 , 25.4025 , 0.6245 , 65.0463 , 62.2786 , 13.2353 , 88.3848 , 0.9848 , 0.0017 , 65.8991 , 69.9005 , 0.3010 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , cls_2 , 0.0546 , 71.6535 , 12.0000 , 15748.0315 , 32.6772 , 43.0000 , 564.3045 , 5.4894 , 0.0046 , 0.0090 , 197.3713 , 1.9997 , 2.4277 , 121.4073 , 1.5575 , 0.7867 , 50.5116 , 1.2798 , 0.2138 , 16.7063 , 25776.1085 , 11082.5725 , 42.9955 , 0.4667 , 0.2800 , 59.9999 , 0.3258 , 0.2729 , 83.7565 , 1.4326 , 0.0254 , 33.3333 , 12.0000 , 15748.0315 , 0.0021 , 0.0047 , 221.5847 , 0.0021 , 0.0042 , 200.4938 , 10.1801 , 19.2159 , 188.7588 , 52.9088 , 30.3352 , 57.3348 , 2.4971 , 0.7174 , 28.7305 , 0.2877 , 76.3736 , NA , 30.3030 , 95.5727 , 0.7905 , 0.0160 , 4.7742 , 79.8086 , 0.2810 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , cls_0 , 0.0216 , 28.3465 , 17.0000 , 22309.7113 , 14.6982 , 43.0000 , 564.3045 , 5.0333 , 0.0013 , 0.0030 , 235.7368 , 1.1214 , 1.3185 , 117.5775 , 1.3023 , 0.4970 , 38.1606 , 1.2315 , 0.3203 , 26.0119 , 34120.8703 , 9662.9787 , 28.3198 , 0.2634 , 0.3210 , 121.8588 , 0.1437 , 0.2296 , 159.8359 , 1.4523 , 0.0070 , 9.1864 , 4.0000 , 5249.3438 , 0.0004 , 0.0012 , 283.9373 , 0.0018 , 0.0017 , 96.3412 , 4.4060 , 12.0828 , 274.2334 , 6.4863 , 8.1767 , 126.0602 , 2.5643 , 0.6514 , 25.4025 , 0.5799 , 65.0463 , NA , 13.2353 , 88.9280 , 0.9690 , 0.0024 , 32.2652 , 69.9005 , 0.3010 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , cls_1 , 0.0272 , 24.9770 , 78.0000 , 71625.3444 , 2.2957 , 806.0000 , 7401.2856 , 12.6970 , 0.0003 , 0.0004 , 128.6344 , 0.8557 , 0.6414 , 74.9509 , 1.2945 , 0.5294 , 40.8989 , 1.2969 , 0.3502 , 27.0025 , 35155.4961 , 5714.9830 , 16.2563 , 0.3433 , 0.3367 , 98.0720 , 0.1166 , 0.1265 , 108.4684 , 1.7375 , 0.0001 , 0.0918 , 1.0000 , 918.2736 , 0.0000 , 0.0000 , 877.4964 , 0.0001 , 0.0000 , 0.0000 , 0.0611 , 0.5357 , 877.4964 , 4.0694 , 2.7049 , 66.4697 , 2.1295 , 0.2346 , 11.0182 , -0.0206 , 22.9779 , 93.3957 , 9.5238 , 63.7373 , 0.9979 , 0.0002 , 470.9774 , 24.4618 , 0.7554 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , cls_2 , 0.0546 , 50.1377 , 8.0000 , 7346.1892 , 47.6584 , 1024.0000 , 9403.1221 , 11.5957 , 0.0068 , 0.0170 , 249.6737 , 2.2566 , 3.7841 , 167.6916 , 2.5170 , 3.2339 , 128.4851 , 1.3749 , 0.3013 , 21.9155 , 30770.7129 , 6508.1831 , 21.1506 , 0.4571 , 0.2764 , 60.4743 , 0.2018 , 0.1572 , 77.8926 , NA , 0.0029 , 2.6630 , 19.0000 , 17447.1993 , 0.0004 , 0.0010 , 264.5751 , 0.0002 , 0.0001 , 53.6426 , 0.6985 , 1.8479 , 264.5751 , 114.9688 , 40.9158 , 35.5886 , 2.0000 , 0.0000 , 0.0000 , 0.0443 , 50.0916 , 99.9604 , 32.1429 , 98.2898 , 0.7727 , 0.0248 , 4.3995 , 52.3445 , 0.4779 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , cls_0 , 0.0271 , 24.8852 , 83.0000 , 76216.7126 , 3.4894 , 782.0000 , 7180.8999 , 12.3636 , 0.0003 , 0.0005 , 139.0238 , 0.8169 , 0.6177 , 75.6193 , 1.2405 , 0.4409 , 35.5393 , 1.3122 , 0.3602 , 27.4478 , 34609.0477 , 6598.8502 , 19.0668 , 0.3595 , 0.3246 , 90.2763 , 0.1284 , 0.1389 , 108.1139 , 1.6789 , 0.0002 , 0.1837 , 2.0000 , 1836.5473 , 0.0000 , 0.0000 , 636.3961 , 0.0001 , 0.0000 , 0.0000 , 0.1522 , 1.1248 , 739.0638 , 4.1919 , 2.5049 , 59.7565 , 2.0963 , 0.2263 , 10.7965 , 0.0192 , 24.7232 , 94.3192 , 9.1978 , 62.3187 , 0.9978 , 0.0002 , 457.0023 , 26.3261 , 0.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_210 , 0.0000 , 0.6977 , 47.0000 , 30801029.9340 , 0.1834 , 3.8490 , 25224.0775 , 9.6957 , 0.0000 , 0.0000 , 210.9803 , 0.0060 , 0.0068 , 114.0488 , 1.3654 , 0.5507 , 40.3300 , 0.9217 , 0.0882 , 9.5702 , 6698418.0797 , 2731525.5140 , 40.7787 , 0.5985 , 0.1800 , 30.0699 , 0.4415 , 0.2156 , 48.8381 , 1.4043 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.3038 , 8.6861 , 201.8240 , 0.0477 , 0.0649 , 136.1189 , 0.7370 , 71.7244 , 73.4216 , 100.0000 , 88.8812 , 1.0000 , 0.0000 , 177096.8599 , 73.8790 , 0.2612 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_10 , 0.0000 , 28.4936 , 1455.0000 , 953521245.8296 , 6.2107 , 214.1220 , 1403229.3897 , 81.6886 , 0.0000 , 0.0000 , 1018.4799 , 0.0051 , 0.0095 , 186.0227 , 1.6618 , 1.4508 , 87.3085 , 0.8951 , 0.1595 , 17.8214 , 8968682.5785 , 2413922.3255 , 26.9150 , 0.6121 , 0.1682 , 27.4791 , 0.2936 , 0.1632 , 55.5798 , 1.6678 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 272.2382 , 561.7297 , 206.3376 , 0.0072 , 0.0031 , 43.3937 , 0.4838 , 62.7996 , 55.8522 , 100.0000 , 97.3978 , 0.9942 , 0.0000 , 171.1187 , 63.0869 , 0.3691 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_30 , 0.0000 , 9.5932 , 2636.0000 , 1727479040.5545 , 0.1368 , 115.3050 , 755641.0120 , 75.3125 , 0.0000 , 0.0000 , 150.0370 , 0.0033 , 0.0024 , 73.7676 , 1.3626 , 0.4613 , 33.8519 , 0.9306 , 0.0639 , 6.8624 , 9459789.9732 , 2141496.7175 , 22.6379 , 0.6137 , 0.1387 , 22.5960 , 0.2553 , 0.1329 , 52.0739 , 1.6586 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.5322 , 4.4490 , 80.4192 , 0.0086 , 0.0040 , 47.1754 , 0.3480 , 40.7316 , 63.6754 , 100.0000 , 70.4719 , 1.0000 , 0.0000 , 88102.0011 , 41.0547 , 0.5895 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_70 , 0.0000 , 13.9212 , 622.0000 , 407622140.8289 , 2.0631 , 58.7730 , 385163.6026 , 32.3312 , 0.0000 , 0.0000 , 471.7325 , 0.0058 , 0.0084 , 144.3008 , 1.3677 , 0.5522 , 40.3758 , 0.9208 , 0.0983 , 10.6725 , 6897224.6572 , 2938796.4546 , 42.6084 , 0.5841 , 0.1517 , 25.9736 , 0.4322 , 0.2245 , 51.9332 , 1.3731 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 46.3648 , 136.6725 , 294.7762 , 0.0122 , 0.0097 , 79.5465 , 0.7610 , 78.9052 , 74.4902 , 100.0000 , 94.0587 , 0.9993 , 0.0000 , 1380.2391 , 79.4234 , 0.2058 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_11 , 0.0000 , 18.0145 , 1696.0000 , 1111458441.8742 , 0.7060 , 140.6460 , 921710.9907 , 67.4657 , 0.0000 , 0.0000 , 287.0891 , 0.0049 , 0.0055 , 111.9899 , 1.5041 , 0.7359 , 48.9248 , 0.9089 , 0.1016 , 11.1785 , 8154604.4817 , 2577767.6707 , 31.6112 , 0.6008 , 0.1729 , 28.7810 , 0.3424 , 0.1876 , 54.7714 , 1.5482 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 24.7398 , 35.9769 , 145.4213 , 0.0080 , 0.0037 , 46.4028 , 0.5328 , 61.3447 , 38.3762 , 100.0000 , 88.6117 , 0.9998 , 0.0000 , 5654.7852 , 61.6982 , 0.3830 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_190 , 0.0000 , 1.1613 , 266.0000 , 174320722.6053 , 0.5161 , 8.3220 , 54537.4832 , 15.7528 , 0.0000 , 0.0000 , 733.5525 , 0.0024 , 0.0032 , 135.9894 , 1.1158 , 0.3296 , 29.5432 , 0.9743 , 0.0589 , 6.0477 , 11515421.0447 , 2841654.7982 , 24.6770 , 0.2330 , 0.2984 , 128.0369 , 0.1187 , 0.1907 , 160.7313 , 1.3912 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.3336 , 35.4741 , 343.2899 , 0.0283 , 0.0270 , 95.3243 , 0.6549 , 64.3982 , 54.0937 , 100.0000 , 88.9840 , 1.0000 , 0.0000 , 35984.1439 , 65.8872 , 0.3411 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_90 , 0.0000 , 3.7854 , 392.0000 , 256893696.4709 , 0.7190 , 26.0220 , 170532.8513 , 27.2236 , 0.0000 , 0.0000 , 442.8450 , 0.0042 , 0.0052 , 123.5897 , 1.3501 , 0.5787 , 42.8635 , 0.9288 , 0.0864 , 9.3005 , 8253451.3503 , 2521482.4846 , 30.5506 , 0.5972 , 0.1385 , 23.1887 , 0.3309 , 0.1829 , 55.2866 , 1.4916 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 17.2406 , 44.3314 , 257.1339 , 0.0162 , 0.0188 , 116.1275 , 0.6538 , 65.8538 , 49.7294 , 100.0000 , 90.2591 , 0.9999 , 0.0000 , 13272.8527 , 66.6903 , 0.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_100 , 0.0000 , 2.4666 , 971.0000 , 636336171.6155 , 0.0236 , 32.3160 , 211780.0177 , 41.6077 , 0.0000 , 0.0000 , 94.1405 , 0.0027 , 0.0015 , 55.2220 , 1.2567 , 0.3218 , 25.6023 , 0.9460 , 0.0481 , 5.0797 , 9824366.0674 , 2149342.8558 , 21.8777 , 0.5808 , 0.1694 , 29.1712 , 0.2282 , 0.1288 , 56.4221 , 1.6291 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.5436 , 1.3455 , 87.1669 , 0.0133 , 0.0095 , 70.9215 , 0.3427 , 35.3300 , 74.4836 , 100.0000 , 58.8925 , 1.0000 , 0.0000 , 846123.0708 , 35.8878 , 0.6411 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_130 , 0.0000 , 13.6411 , 1063.0000 , 696627549.3587 , 1.5618 , 83.4780 , 547065.6121 , 45.7672 , 0.0000 , 0.0000 , 650.4108 , 0.0046 , 0.0079 , 171.7275 , 1.3959 , 0.6602 , 47.2984 , 0.9224 , 0.0979 , 10.6142 , 8124418.8577 , 2377087.8691 , 29.2586 , 0.6098 , 0.1285 , 21.0766 , 0.3397 , 0.1750 , 51.5042 , 1.5091 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 46.0771 , 108.8373 , 236.2068 , 0.0106 , 0.0067 , 63.3754 , 0.6559 , 69.8223 , 58.7802 , 100.0000 , 93.7906 , 0.9992 , 0.0000 , 1319.2135 , 70.2857 , 0.2971 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_60 , 0.0000 , 4.2159 , 450.0000 , 294903478.0916 , 0.4577 , 26.3730 , 172833.0984 , 25.9529 , 0.0000 , 0.0000 , 370.2705 , 0.0041 , 0.0049 , 119.9135 , 1.3069 , 0.4351 , 33.2910 , 0.9350 , 0.0720 , 7.6991 , 8284360.8702 , 2816849.5735 , 34.0020 , 0.5770 , 0.1685 , 29.2077 , 0.3341 , 0.2003 , 59.9659 , 1.4053 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.1851 , 18.7488 , 303.1301 , 0.0178 , 0.0151 , 84.8370 , 0.6865 , 69.1382 , 81.0336 , 100.0000 , 87.7819 , 0.9999 , 0.0000 , 17211.1615 , 69.9703 , 0.3003 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_40 , 0.0000 , 0.1846 , 133.0000 , 87160361.3026 , 0.0047 , 2.8800 , 18873.8226 , 13.3611 , 0.0000 , 0.0000 , 50.3030 , 0.0019 , 0.0006 , 30.8628 , 1.1167 , 0.1674 , 14.9948 , 0.9695 , 0.0276 , 2.8421 , 10893424.0363 , 1965606.9148 , 18.0440 , 0.5073 , 0.2073 , 40.8665 , 0.1527 , 0.0960 , 62.8808 , 1.6201 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1047 , 0.1316 , 125.7393 , 0.0405 , 0.0283 , 69.8155 , 0.2444 , 23.1629 , 73.8115 , 100.0000 , 37.5879 , 1.0000 , 0.0000 , 31144296.0011 , 24.5763 , 0.7542 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_180 , 0.0000 , 3.7205 , 100.0000 , 65534106.2426 , 1.6644 , 11.4120 , 74787.5220 , 11.9623 , 0.0000 , 0.0000 , 502.5060 , 0.0059 , 0.0116 , 195.5106 , 1.3595 , 0.6110 , 44.9412 , 0.9212 , 0.1219 , 13.2283 , 7643042.9537 , 2899600.8954 , 37.9378 , 0.5902 , 0.1641 , 27.8020 , 0.3739 , 0.2188 , 58.4995 , 1.3743 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 49.9728 , 121.4334 , 242.9989 , 0.0249 , 0.0287 , 115.6674 , 0.8547 , 84.9239 , 60.3439 , 100.0000 , 96.4366 , 0.9996 , 0.0000 , 2751.9925 , 86.0079 , 0.1399 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_61 , 0.0000 , 0.0490 , 26.0000 , 17038867.6231 , 0.0059 , 0.6960 , 4561.1738 , 6.1053 , 0.0000 , 0.0000 , 63.2616 , 0.0023 , 0.0009 , 38.7573 , 1.1568 , 0.1798 , 15.5457 , 0.9575 , 0.0322 , 3.3620 , 10177350.4274 , 1880576.1800 , 18.4781 , 0.5794 , 0.1484 , 25.6133 , 0.1975 , 0.1061 , 53.7130 , 1.5813 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.5070 , 0.6676 , 131.6855 , 0.0260 , 0.0413 , 158.8766 , 0.3398 , 30.1205 , 48.8776 , 100.0000 , 47.6766 , 1.0000 , 0.0000 , 77482979.0000 , 34.0136 , 0.6599 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , cls_110 , 0.0000 , 0.0554 , 32.0000 , 20970913.9976 , 0.0106 , 0.7980 , 5229.6217 , 6.6500 , 0.0000 , 0.0000 , 95.5080 , 0.0021 , 0.0014 , 67.8029 , 1.1304 , 0.2196 , 19.4265 , 0.9648 , 0.0348 , 3.6032 , 10203703.7037 , 1531253.0619 , 15.0068 , 0.5792 , 0.1046 , 18.0672 , 0.1829 , 0.0740 , 40.4470 , 1.7336 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0539 , 0.0971 , 180.1341 , 0.0620 , 0.0321 , 51.8097 , 0.3270 , 29.2553 , 72.6102 , 100.0000 , 48.5650 , 1.0000 , 0.0000 , 54443532.5928 , 32.7381 , 0.6726 diff --git a/data-raw/fragstats_results_land.txt b/data-raw/fragstats_results_land.txt deleted file mode 100644 index 8a4be1671..000000000 --- a/data-raw/fragstats_results_land.txt +++ /dev/null @@ -1,10 +0,0 @@ -LID , TA , NP , PD , LPI , TE , ED , LSI , AREA_MN , AREA_SD , AREA_CV , GYRATE_MN , GYRATE_SD , GYRATE_CV , SHAPE_MN , SHAPE_SD , SHAPE_CV , FRAC_MN , FRAC_SD , FRAC_CV , PARA_MN , PARA_SD , PARA_CV , CIRCLE_MN , CIRCLE_SD , CIRCLE_CV , CONTIG_MN , CONTIG_SD , CONTIG_CV , PAFRAC , TCA , NDCA , DCAD , CORE_MN , CORE_SD , CORE_CV , DCORE_MN , DCORE_SD , DCORE_CV , CAI_MN , CAI_SD , CAI_CV , PROX_MN , PROX_SD , PROX_CV , ENN_MN , ENN_SD , ENN_CV , CONTAG , PLADJ , IJI , CONNECT , COHESION , DIVISION , MESH , SPLIT , PR , PRD , RPR , SHDI , SIDI , MSIDI , SHEI , SIEI , MSIEI , AI -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 26888.4000 , 7774.0000 , 28.9121 , 2.7869 , 5136360.0000 , 191.0251 , 79.2733 , 3.4588 , 15.5312 , 449.0402 , 71.1428 , 100.3339 , 141.0317 , 1.7225 , 0.9340 , 54.2246 , 1.1009 , 0.0700 , 6.3596 , 760.2004 , 307.8014 , 40.4895 , 0.5886 , 0.2457 , 41.7355 , 0.3973 , 0.2207 , 55.5385 , 1.5241 , 26888.4000 , 7774.0000 , 28.9121 , 3.4588 , 15.5312 , 449.0402 , 3.4588 , 15.5312 , 449.0402 , 100.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 136.2524 , 195.2105 , 143.2713 , 44.7716 , 71.1590 , 67.0666 , 0.0000 , 93.4343 , 0.9973 , 73.2002 , 367.3269 , 15.0000 , 0.0558 , 300.0000 , 1.9245 , 0.7995 , 1.6070 , 0.7107 , 0.8566 , 0.5934 , 71.5358 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 0.0900 , 27.0000 , 30000.0000 , 50.7778 , 364.0000 , 4044.4444 , 4.0333 , 0.0033 , 0.0089 , 268.3046 , 1.8509 , 2.6099 , 141.0083 , 1.3107 , 0.6511 , 49.6724 , 1.2167 , 0.2029 , 16.6762 , 24389.3968 , 11370.6361 , 46.6212 , 0.4457 , 0.2593 , 58.1737 , 0.3484 , 0.2730 , 78.3565 , 1.3741 , 0.0386 , 24.0000 , 26666.6667 , 0.0014 , 0.0044 , 308.6235 , 0.0016 , 0.0023 , 142.0436 , 10.2843 , 17.2678 , 167.9048 , 13.7304 , 29.3993 , 214.1187 , 3.1816 , 1.2427 , 39.0592 , 25.2955 , 76.4444 , 87.8348 , 17.2932 , 95.4062 , 0.6963 , 0.0273 , 3.2932 , 3.0000 , 3333.3333 , 60.0000 , 1.0101 , 0.6049 , 0.9286 , 0.9194 , 0.9073 , 0.8452 , 81.0504 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 0.1089 , 7.0000 , 6427.9155 , 72.3600 , 100.0000 , 918.2736 , 1.7576 , 0.0156 , 0.0268 , 172.5071 , 3.4992 , 4.0483 , 115.6915 , 1.2091 , 0.2829 , 23.3938 , 1.1009 , 0.1019 , 9.2527 , 22777.8569 , 16654.5218 , 73.1172 , 0.3529 , 0.3078 , 87.2164 , 0.4062 , 0.4125 , 101.5613 , NA , 0.0843 , 3.0000 , 2754.8209 , 0.0120 , 0.0224 , 185.9419 , 0.0281 , 0.0268 , 95.4113 , 29.3636 , 34.6843 , 118.1200 , 52.9571 , 66.9681 , 126.4571 , 2.0674 , 0.1066 , 5.1583 , 51.1726 , 92.3783 , NA , 45.4545 , 97.8219 , 0.4320 , 0.0619 , 1.7606 , 2.0000 , 1836.5473 , 40.0000 , 0.4981 , 0.3180 , 0.3827 , 0.7186 , 0.6360 , 0.5522 , 96.3398 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 0.1089 , 13.0000 , 11937.5574 , 79.3388 , 251.0000 , 2304.8669 , 2.9015 , 0.0084 , 0.0231 , 275.3353 , 2.1763 , 3.6632 , 168.3259 , 1.4227 , 0.7821 , 54.9734 , 1.1979 , 0.1821 , 15.2047 , 27855.4131 , 11725.3777 , 42.0937 , 0.3362 , 0.2749 , 81.7803 , 0.2758 , 0.2850 , 103.3200 , 1.3892 , 0.0675 , 7.0000 , 6427.9155 , 0.0052 , 0.0158 , 305.0300 , 0.0096 , 0.0204 , 211.3942 , 10.4750 , 20.2905 , 193.7053 , 53.6348 , 74.1595 , 138.2677 , 2.4675 , 0.7770 , 31.4879 , 40.0813 , 85.4454 , NA , 40.4762 , 98.1961 , 0.3399 , 0.0719 , 1.5150 , 2.0000 , 1836.5473 , 40.0000 , 0.4981 , 0.3180 , 0.3827 , 0.7186 , 0.6360 , 0.5522 , 89.0310 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 0.1089 , 14.0000 , 12855.8310 , 42.7916 , 292.0000 , 2681.3590 , 3.2121 , 0.0078 , 0.0125 , 160.9953 , 3.1776 , 2.8175 , 88.6685 , 1.5045 , 0.6009 , 39.9430 , 1.1999 , 0.1323 , 11.0295 , 17408.6907 , 12947.0445 , 74.3712 , 0.4926 , 0.2695 , 54.7058 , 0.5392 , 0.3142 , 58.2795 , 1.2977 , 0.0606 , 18.0000 , 16528.9256 , 0.0043 , 0.0089 , 206.7079 , 0.0034 , 0.0066 , 195.1048 , 27.7579 , 22.5576 , 81.2657 , 12.2446 , 18.6399 , 152.2288 , 4.5601 , 4.3742 , 95.9226 , 33.7154 , 83.5629 , 63.0161 , 23.3333 , 95.1317 , 0.7434 , 0.0279 , 3.8976 , 3.0000 , 2754.8209 , 60.0000 , 1.0283 , 0.6191 , 0.9653 , 0.9360 , 0.9287 , 0.8786 , 88.1208 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 0.1089 , 46.0000 , 42240.5877 , 22.8650 , 673.0000 , 6179.9816 , 6.0985 , 0.0024 , 0.0060 , 253.2093 , 1.5184 , 2.0108 , 132.4296 , 1.5046 , 1.0103 , 67.1499 , 1.2648 , 0.2684 , 21.2196 , 29792.7557 , 10204.4303 , 34.2514 , 0.3794 , 0.3126 , 82.3781 , 0.2338 , 0.2426 , 103.7614 , 1.5133 , 0.0349 , 30.0000 , 27548.2094 , 0.0008 , 0.0026 , 348.4265 , 0.0012 , 0.0029 , 249.9298 , 5.3275 , 12.9238 , 242.5869 , 28.2427 , 27.9737 , 99.0474 , 2.3536 , 0.5931 , 25.2012 , 19.0715 , 66.0698 , 77.8353 , 20.1183 , 93.4660 , 0.8389 , 0.0175 , 6.2066 , 3.0000 , 2754.8209 , 60.0000 , 1.0283 , 0.6191 , 0.9653 , 0.9360 , 0.9287 , 0.8786 , 69.6469 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 0.0762 , 29.0000 , 38057.7428 , 32.6772 , 43.0000 , 564.3045 , 6.9196 , 0.0026 , 0.0064 , 244.3984 , 1.4848 , 1.9092 , 128.5824 , 1.4079 , 0.6455 , 45.8481 , 1.2515 , 0.2822 , 22.5490 , 30667.8654 , 11065.7458 , 36.0825 , 0.3475 , 0.3207 , 92.2890 , 0.2190 , 0.2641 , 120.5938 , 1.4321 , 0.0324 , 16.0000 , 20997.3753 , 0.0011 , 0.0033 , 291.5349 , 0.0020 , 0.0038 , 186.3707 , 6.7953 , 15.6991 , 231.0292 , 25.6956 , 30.7038 , 119.4903 , 2.5365 , 0.6803 , 26.8207 , 45.6831 , 73.1627 , NA , 18.8119 , 93.9503 , 0.7595 , 0.0183 , 4.1589 , 2.0000 , 2624.6719 , 40.0000 , 0.5962 , 0.4062 , 0.5213 , 0.8601 , 0.8124 , 0.7520 , 77.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 0.1089 , 169.0000 , 155188.2461 , 47.6584 , 1306.0000 , 11992.6538 , 10.8939 , 0.0006 , 0.0040 , 617.5949 , 0.9030 , 1.0707 , 118.5824 , 1.3258 , 0.8894 , 67.0847 , 1.3081 , 0.3534 , 27.0156 , 34679.5583 , 6268.6153 , 18.0758 , 0.3566 , 0.3290 , 92.2434 , 0.1265 , 0.1354 , 107.0938 , 1.7272 , 0.0032 , 22.0000 , 20202.0202 , 0.0000 , 0.0002 , 1175.9803 , 0.0001 , 0.0001 , 53.7645 , 0.1360 , 0.9660 , 710.3699 , 9.3792 , 25.2924 , 269.6639 , 2.1071 , 0.2267 , 10.7595 , 5.4898 , 37.0064 , 96.9374 , 9.4498 , 92.8363 , 0.7684 , 0.0252 , 4.3176 , 3.0000 , 2754.8209 , 60.0000 , 1.0388 , 0.6243 , 0.9790 , 0.9455 , 0.9365 , 0.8911 , 38.9055 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 0.0002 , 9889.0000 , 6480667766.3290 , 6.2107 , 362.4960 , 2375585.1377 , 74.3252 , 0.0000 , 0.0000 , 886.3867 , 0.0041 , 0.0061 , 146.3992 , 1.4101 , 0.7646 , 54.2227 , 0.9235 , 0.0981 , 10.6244 , 8840827.3280 , 2596187.1879 , 29.3659 , 0.5912 , 0.1727 , 29.2107 , 0.2966 , 0.1785 , 60.1681 , 1.5417 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 55.5652 , 240.2393 , 432.3554 , 0.0114 , 0.0128 , 112.2721 , 40.0826 , 64.1220 , 61.1699 , 100.0000 , 94.3665 , 0.9920 , 0.0000 , 124.2834 , 14.0000 , 9174774.8740 , 280.0000 , 2.0147 , 0.8338 , 1.7944 , 0.7634 , 0.8979 , 0.6800 , 64.5935 diff --git a/data-raw/fragstats_results_patch.txt b/data-raw/fragstats_results_patch.txt deleted file mode 100644 index 51f955317..000000000 --- a/data-raw/fragstats_results_patch.txt +++ /dev/null @@ -1,17969 +0,0 @@ -LID , PID , TYPE , AREA , PERIM , GYRATE , PARA , SHAPE , FRAC , CIRCLE , CONTIG , CORE , NCORE , CAI , PROX , ENN -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 510.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 8 , cls_71 , 1.5300 , 960.0000 , 68.6567 , 627.4510 , 1.7778 , 1.1376 , 0.7453 , 0.4706 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 18 , cls_71 , 1.5300 , 1020.0000 , 92.7726 , 666.6667 , 1.8889 , 1.1502 , 0.8537 , 0.4412 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 38 , cls_71 , 0.6300 , 480.0000 , 38.1979 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 45 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 408.0441 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 62 , cls_71 , 1.8900 , 900.0000 , 65.8336 , 476.1905 , 1.5000 , 1.1001 , 0.6658 , 0.5873 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 64 , cls_71 , 0.9900 , 840.0000 , 66.6470 , 848.4848 , 2.0000 , 1.1624 , 0.8571 , 0.3485 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 67 , cls_71 , 1.0800 , 780.0000 , 60.7440 , 722.2222 , 1.8571 , 1.1355 , 0.7649 , 0.3750 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 78 , cls_71 , 2.4300 , 1860.0000 , 125.3710 , 765.4321 , 2.8182 , 1.2165 , 0.8873 , 0.3642 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 81 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 100 , cls_71 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 582.4946 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 131 , cls_71 , 2.9700 , 1620.0000 , 90.9210 , 545.4545 , 2.2500 , 1.1659 , 0.7122 , 0.5758 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 136 , cls_71 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 138 , cls_71 , 1.9800 , 900.0000 , 60.3999 , 454.5455 , 1.5000 , 1.0949 , 0.4715 , 0.6212 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 366.1967 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 145 , cls_71 , 4.9500 , 2760.0000 , 238.6824 , 557.5758 , 3.0667 , 1.2094 , 0.9274 , 0.5455 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 147 , cls_71 , 6.0300 , 3420.0000 , 209.1185 , 567.1642 , 3.3529 , 1.2267 , 0.8767 , 0.5448 , 6.0300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 156 , cls_71 , 2.1600 , 1800.0000 , 155.0600 , 833.3333 , 3.0000 , 1.2242 , 0.8998 , 0.3611 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 159 , cls_71 , 7.9200 , 1800.0000 , 117.7192 , 227.2727 , 1.5789 , 1.0832 , 0.5690 , 0.8125 , 7.9200 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 160 , cls_71 , 1.8000 , 1140.0000 , 101.8113 , 633.3333 , 2.1111 , 1.1538 , 0.8623 , 0.4667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 168 , cls_71 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 169 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 177 , cls_71 , 5.8500 , 2940.0000 , 128.4057 , 502.5641 , 2.8824 , 1.2025 , 0.7055 , 0.6000 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 179 , cls_71 , 1.4400 , 780.0000 , 54.7772 , 541.6667 , 1.6250 , 1.1014 , 0.6082 , 0.5729 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 180 , cls_71 , 1.2600 , 660.0000 , 54.9643 , 523.8095 , 1.3750 , 1.0816 , 0.6637 , 0.5595 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 185 , cls_71 , 1.9800 , 1200.0000 , 82.5570 , 606.0606 , 2.0000 , 1.1530 , 0.6704 , 0.5076 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 188 , cls_71 , 14.8500 , 4740.0000 , 176.5881 , 319.1919 , 3.0385 , 1.1887 , 0.6783 , 0.7424 , 14.8500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 197 , cls_71 , 0.6300 , 540.0000 , 43.8985 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 203 , cls_71 , 0.9900 , 780.0000 , 54.8862 , 787.8788 , 1.8571 , 1.1463 , 0.7307 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 208 , cls_71 , 1.7100 , 1140.0000 , 71.7080 , 666.6667 , 2.1111 , 1.1599 , 0.7531 , 0.4649 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 211 , cls_71 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 213 , cls_71 , 1.4400 , 960.0000 , 66.4021 , 666.6667 , 2.0000 , 1.1448 , 0.7247 , 0.4583 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 223 , cls_71 , 3.5100 , 1920.0000 , 116.4815 , 547.0085 , 2.4615 , 1.1798 , 0.8014 , 0.5256 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 229 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 231 , cls_71 , 0.5400 , 420.0000 , 34.6040 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 232 , cls_71 , 7.3800 , 3360.0000 , 178.6629 , 455.2846 , 2.9474 , 1.2014 , 0.8675 , 0.6402 , 7.3800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 234 , cls_71 , 0.8100 , 420.0000 , 35.4985 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 237 , cls_71 , 1.7100 , 1320.0000 , 78.4611 , 771.9298 , 2.4444 , 1.1899 , 0.8065 , 0.4298 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 238 , cls_71 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 239 , cls_71 , 5.1300 , 3420.0000 , 208.3330 , 666.6667 , 3.5625 , 1.2450 , 0.8810 , 0.4795 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 245 , cls_71 , 2.4300 , 1500.0000 , 72.6765 , 617.2840 , 2.2727 , 1.1739 , 0.5955 , 0.5123 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 260 , cls_71 , 2.4300 , 1380.0000 , 72.0920 , 567.9012 , 2.0909 , 1.1573 , 0.5354 , 0.5617 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 278 , cls_71 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 292 , cls_71 , 0.6300 , 480.0000 , 39.8596 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 293 , cls_71 , 0.5400 , 480.0000 , 40.9189 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 294 , cls_71 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 295 , cls_71 , 4.9500 , 3300.0000 , 314.4296 , 666.6667 , 3.6667 , 1.2425 , 0.9558 , 0.4636 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 305 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 307 , cls_71 , 3.9600 , 2220.0000 , 110.3488 , 560.6061 , 2.6429 , 1.1938 , 0.7097 , 0.5644 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 320 , cls_71 , 1.3500 , 780.0000 , 47.8001 , 577.7778 , 1.6250 , 1.1089 , 0.3414 , 0.5556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 332 , cls_71 , 7.5600 , 2760.0000 , 144.0559 , 365.0794 , 2.4211 , 1.1638 , 0.7899 , 0.6964 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 333 , cls_71 , 1.5300 , 1020.0000 , 65.0110 , 666.6667 , 1.8889 , 1.1502 , 0.7595 , 0.4608 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 334 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 366.1967 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 336 , cls_71 , 1.2600 , 780.0000 , 60.0041 , 619.0476 , 1.6250 , 1.1170 , 0.6927 , 0.4762 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 337 , cls_71 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 343 , cls_71 , 1.7100 , 720.0000 , 53.8890 , 421.0526 , 1.3333 , 1.0656 , 0.5435 , 0.6579 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 344 , cls_71 , 0.6300 , 600.0000 , 42.7757 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 345 , cls_71 , 1.1700 , 960.0000 , 62.6605 , 820.5128 , 2.0000 , 1.1702 , 0.7701 , 0.3718 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 348 , cls_71 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 359 , cls_71 , 0.9000 , 600.0000 , 45.6384 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 365 , cls_71 , 3.1500 , 1440.0000 , 86.2222 , 457.1429 , 2.0000 , 1.1366 , 0.7249 , 0.6286 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 373 , cls_71 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 377 , cls_71 , 0.6300 , 600.0000 , 53.6428 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 379 , cls_71 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 392 , cls_71 , 1.8000 , 1320.0000 , 119.3948 , 733.3333 , 2.4444 , 1.1837 , 0.8981 , 0.4167 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 393 , cls_71 , 1.0800 , 720.0000 , 59.5080 , 666.6667 , 1.7143 , 1.1183 , 0.7935 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 405 , cls_71 , 1.3500 , 1020.0000 , 86.5748 , 755.5556 , 2.1250 , 1.1653 , 0.8198 , 0.3889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 407 , cls_71 , 0.6300 , 660.0000 , 46.6756 , 1047.6190 , 1.8333 , 1.1673 , 0.7379 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 408 , cls_71 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 410 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 415 , cls_71 , 0.8100 , 540.0000 , 45.0223 , 666.6667 , 1.5000 , 1.0901 , 0.7135 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 420 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 423 , cls_71 , 2.3400 , 1620.0000 , 114.0290 , 692.3077 , 2.4545 , 1.1936 , 0.8727 , 0.4359 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 441 , cls_71 , 7.2900 , 1440.0000 , 107.2222 , 197.5309 , 1.3333 , 1.0514 , 0.4425 , 0.8333 , 7.2900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 451 , cls_71 , 1.2600 , 660.0000 , 55.5465 , 523.8095 , 1.3750 , 1.0816 , 0.7258 , 0.5476 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 453 , cls_71 , 0.8100 , 720.0000 , 61.5680 , 888.8889 , 2.0000 , 1.1540 , 0.8451 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 459 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 468 , cls_71 , 1.0800 , 840.0000 , 58.4571 , 777.7778 , 2.0000 , 1.1515 , 0.7495 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 483 , cls_71 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 490 , cls_71 , 0.5400 , 540.0000 , 44.2081 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 494 , cls_71 , 1.8900 , 1200.0000 , 81.7723 , 634.9206 , 2.0000 , 1.1585 , 0.7547 , 0.5000 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 506 , cls_71 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 508 , cls_71 , 2.3400 , 1440.0000 , 101.4750 , 615.3846 , 2.1818 , 1.1701 , 0.8345 , 0.5256 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 509 , cls_71 , 1.1700 , 960.0000 , 78.8274 , 820.5128 , 2.0000 , 1.1702 , 0.8783 , 0.3590 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 510 , cls_71 , 0.5400 , 540.0000 , 45.6494 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 527 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 533 , cls_71 , 0.5400 , 420.0000 , 34.6040 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 541 , cls_71 , 0.4500 , 480.0000 , 36.7251 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 543 , cls_71 , 9.5400 , 4500.0000 , 240.4357 , 471.6981 , 3.5714 , 1.2255 , 0.8631 , 0.6132 , 9.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 547 , cls_71 , 0.7200 , 540.0000 , 48.3771 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 559 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 563 , cls_71 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 566 , cls_71 , 1.0800 , 1020.0000 , 71.1494 , 944.4444 , 2.4286 , 1.1933 , 0.7753 , 0.2917 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 568 , cls_71 , 0.6300 , 420.0000 , 32.0282 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 569 , cls_71 , 2.9700 , 1620.0000 , 186.2952 , 545.4545 , 2.2500 , 1.1659 , 0.9229 , 0.5000 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 580 , cls_71 , 1.0800 , 720.0000 , 45.5469 , 666.6667 , 1.7143 , 1.1183 , 0.5506 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 584 , cls_71 , 0.5400 , 600.0000 , 56.0086 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 585 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 586 , cls_71 , 0.6300 , 420.0000 , 32.0282 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 587 , cls_71 , 1.6200 , 1080.0000 , 62.4545 , 666.6667 , 2.0000 , 1.1552 , 0.6048 , 0.4815 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 588 , cls_71 , 2.1600 , 1680.0000 , 81.4195 , 777.7778 , 2.8000 , 1.2104 , 0.6850 , 0.3958 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 589 , cls_71 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 591 , cls_71 , 1.1700 , 600.0000 , 44.7324 , 512.8205 , 1.2500 , 1.0698 , 0.5963 , 0.5769 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 596 , cls_71 , 1.5300 , 660.0000 , 53.8950 , 431.3725 , 1.2222 , 1.0598 , 0.5837 , 0.6373 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 598 , cls_71 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 602 , cls_71 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 608 , cls_71 , 1.8000 , 1020.0000 , 60.1934 , 566.6667 , 1.8889 , 1.1311 , 0.5609 , 0.5417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 610 , cls_71 , 1.7100 , 960.0000 , 79.1898 , 561.4035 , 1.7778 , 1.1246 , 0.8065 , 0.5088 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 612 , cls_71 , 1.3500 , 840.0000 , 66.3944 , 622.2222 , 1.7500 , 1.1245 , 0.8090 , 0.5111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 615 , cls_71 , 0.6300 , 480.0000 , 34.7434 , 761.9048 , 1.3333 , 1.0945 , 0.5048 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 620 , cls_71 , 8.5500 , 3780.0000 , 185.1651 , 442.1053 , 3.1500 , 1.2066 , 0.7376 , 0.6404 , 8.5500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 626 , cls_71 , 2.1600 , 1200.0000 , 67.3655 , 555.5556 , 2.0000 , 1.1430 , 0.5870 , 0.5625 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 629 , cls_71 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 642 , cls_71 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 652 , cls_71 , 0.5400 , 480.0000 , 34.2951 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 654 , cls_71 , 0.9000 , 480.0000 , 39.0917 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 663 , cls_71 , 1.2600 , 960.0000 , 74.3848 , 761.9048 , 2.0000 , 1.1610 , 0.8318 , 0.3929 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 667 , cls_71 , 1.0800 , 660.0000 , 48.4442 , 611.1111 , 1.5714 , 1.0996 , 0.6605 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 677 , cls_71 , 0.5400 , 480.0000 , 48.3776 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 682 , cls_71 , 0.5400 , 540.0000 , 40.5020 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 686 , cls_71 , 0.5400 , 600.0000 , 49.6257 , 1111.1111 , 2.0000 , 1.1661 , 0.8137 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 688 , cls_71 , 1.9800 , 1020.0000 , 66.1752 , 515.1515 , 1.7000 , 1.1202 , 0.6704 , 0.5758 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 696 , cls_71 , 1.5300 , 1020.0000 , 85.7256 , 666.6667 , 1.8889 , 1.1502 , 0.8727 , 0.4118 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 704 , cls_71 , 1.3500 , 1140.0000 , 101.5893 , 844.4444 , 2.3750 , 1.1887 , 0.8939 , 0.3222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 709 , cls_71 , 2.6100 , 1320.0000 , 79.3305 , 505.7471 , 2.0000 , 1.1405 , 0.6450 , 0.5977 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 717 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 721 , cls_71 , 1.3500 , 900.0000 , 79.5230 , 666.6667 , 1.8750 , 1.1390 , 0.7753 , 0.4556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 725 , cls_71 , 0.6300 , 600.0000 , 52.0134 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 726 , cls_71 , 1.8000 , 1440.0000 , 82.5126 , 800.0000 , 2.6667 , 1.2015 , 0.7963 , 0.3750 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 735 , cls_71 , 1.9800 , 1140.0000 , 80.5609 , 575.7576 , 1.9000 , 1.1427 , 0.7430 , 0.5152 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 747 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 757 , cls_71 , 0.7200 , 480.0000 , 37.4149 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 763 , cls_71 , 0.5400 , 540.0000 , 37.1566 , 1000.0000 , 1.8000 , 1.1415 , 0.7613 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 764 , cls_71 , 2.5200 , 1140.0000 , 85.2876 , 452.3810 , 1.7273 , 1.1155 , 0.7607 , 0.6250 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 772 , cls_71 , 1.8000 , 660.0000 , 52.0513 , 366.6667 , 1.2222 , 1.0422 , 0.4341 , 0.7000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 777 , cls_71 , 0.6300 , 480.0000 , 38.6744 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 782 , cls_71 , 0.9000 , 660.0000 , 58.0499 , 733.3333 , 1.5714 , 1.1216 , 0.8041 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 784 , cls_71 , 0.6300 , 480.0000 , 36.0130 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 270.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 786 , cls_71 , 0.8100 , 540.0000 , 43.8377 , 666.6667 , 1.5000 , 1.0901 , 0.7135 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 787 , cls_71 , 0.5400 , 540.0000 , 44.6040 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 789 , cls_71 , 0.6300 , 480.0000 , 37.5457 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 790 , cls_71 , 0.8100 , 480.0000 , 39.4281 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 791 , cls_71 , 0.4500 , 480.0000 , 36.4884 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 792 , cls_71 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 793 , cls_71 , 0.9000 , 840.0000 , 72.3248 , 933.3333 , 2.0000 , 1.1745 , 0.8232 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 811 , cls_71 , 0.5400 , 540.0000 , 43.2414 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 816 , cls_71 , 2.0700 , 960.0000 , 58.5086 , 463.7681 , 1.6000 , 1.1030 , 0.4951 , 0.6377 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 819 , cls_71 , 2.3400 , 1680.0000 , 100.5663 , 717.9487 , 2.5455 , 1.2008 , 0.7453 , 0.4295 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 821 , cls_71 , 3.9600 , 1440.0000 , 96.8979 , 363.6364 , 1.7143 , 1.1120 , 0.6584 , 0.6970 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 822 , cls_71 , 0.7200 , 660.0000 , 46.6041 , 916.6667 , 1.8333 , 1.1497 , 0.7736 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 825 , cls_71 , 2.1600 , 900.0000 , 63.8700 , 416.6667 , 1.5000 , 1.0853 , 0.6180 , 0.6458 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 831 , cls_71 , 0.9000 , 600.0000 , 52.9625 , 666.6667 , 1.4286 , 1.1006 , 0.7551 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 843 , cls_71 , 5.7600 , 2340.0000 , 109.5022 , 406.2500 , 2.4375 , 1.1626 , 0.6025 , 0.6719 , 5.7600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 848 , cls_71 , 3.1500 , 1500.0000 , 87.1514 , 476.1905 , 2.0833 , 1.1444 , 0.5911 , 0.6190 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 852 , cls_71 , 1.2600 , 1020.0000 , 74.2030 , 809.5238 , 2.1250 , 1.1738 , 0.7379 , 0.3810 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 858 , cls_71 , 0.9000 , 720.0000 , 58.9496 , 800.0000 , 1.7143 , 1.1407 , 0.8232 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 864 , cls_71 , 1.8900 , 900.0000 , 62.4534 , 476.1905 , 1.5000 , 1.1001 , 0.5886 , 0.6032 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 876 , cls_71 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 878 , cls_71 , 1.7100 , 1140.0000 , 64.8774 , 666.6667 , 2.1111 , 1.1599 , 0.6976 , 0.5175 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 890 , cls_71 , 0.6300 , 420.0000 , 35.6454 , 666.6667 , 1.1667 , 1.0640 , 0.6572 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 891 , cls_71 , 0.5400 , 420.0000 , 32.0363 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 892 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 895 , cls_71 , 4.5000 , 2220.0000 , 111.5808 , 493.3333 , 2.4667 , 1.1795 , 0.7256 , 0.6100 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 270.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 900 , cls_71 , 6.1200 , 2820.0000 , 157.1816 , 460.7843 , 2.7647 , 1.1900 , 0.7888 , 0.6127 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 905 , cls_71 , 0.5400 , 420.0000 , 35.0749 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 908 , cls_71 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 919 , cls_71 , 1.0800 , 840.0000 , 67.2003 , 777.7778 , 2.0000 , 1.1515 , 0.7935 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 929 , cls_71 , 1.7100 , 1020.0000 , 89.1992 , 596.4912 , 1.8889 , 1.1370 , 0.8488 , 0.4737 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 932 , cls_71 , 0.5400 , 480.0000 , 34.4042 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 935 , cls_71 , 7.0200 , 2460.0000 , 135.1749 , 350.4274 , 2.2778 , 1.1509 , 0.7440 , 0.7115 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 936 , cls_71 , 4.2300 , 1200.0000 , 87.5537 , 283.6879 , 1.4286 , 1.0709 , 0.5632 , 0.7553 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 937 , cls_71 , 0.6300 , 660.0000 , 52.6853 , 1047.6190 , 1.8333 , 1.1673 , 0.8019 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 939 , cls_71 , 0.4500 , 480.0000 , 38.4853 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 943 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 944 , cls_71 , 6.1200 , 3120.0000 , 220.9105 , 509.8039 , 3.0588 , 1.2084 , 0.9239 , 0.5637 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 945 , cls_71 , 1.0800 , 840.0000 , 60.0151 , 777.7778 , 2.0000 , 1.1515 , 0.7366 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 950 , cls_71 , 1.1700 , 840.0000 , 71.6994 , 717.9487 , 1.7500 , 1.1416 , 0.8294 , 0.3846 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 961 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 962 , cls_71 , 0.7200 , 480.0000 , 38.0386 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 966 , cls_71 , 1.1700 , 840.0000 , 69.3800 , 717.9487 , 1.7500 , 1.1416 , 0.7146 , 0.3974 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 970 , cls_71 , 12.1500 , 5220.0000 , 230.7214 , 429.6296 , 3.6250 , 1.2255 , 0.7966 , 0.6741 , 12.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 976 , cls_71 , 0.9900 , 780.0000 , 51.4346 , 787.8788 , 1.8571 , 1.1463 , 0.7199 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 983 , cls_71 , 5.1300 , 1380.0000 , 93.6662 , 269.0058 , 1.4375 , 1.0776 , 0.5706 , 0.7778 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 989 , cls_71 , 4.8600 , 2820.0000 , 185.9728 , 580.2469 , 3.1333 , 1.2155 , 0.8638 , 0.5401 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 993 , cls_71 , 0.7200 , 780.0000 , 65.8446 , 1083.3333 , 2.1667 , 1.1874 , 0.8433 , 0.2083 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 995 , cls_71 , 0.5400 , 480.0000 , 37.6942 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 997 , cls_71 , 0.9000 , 660.0000 , 52.0546 , 733.3333 , 1.5714 , 1.1216 , 0.7913 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 999 , cls_71 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1012 , cls_71 , 0.7200 , 600.0000 , 44.4136 , 833.3333 , 1.6667 , 1.1283 , 0.7247 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1014 , cls_71 , 0.7200 , 480.0000 , 36.3494 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1019 , cls_71 , 0.9900 , 720.0000 , 59.8869 , 727.2727 , 1.7143 , 1.1289 , 0.8055 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1030 , cls_71 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1031 , cls_71 , 1.4400 , 720.0000 , 57.2337 , 500.0000 , 1.5000 , 1.0847 , 0.6866 , 0.5729 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1032 , cls_71 , 0.5400 , 480.0000 , 41.7873 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1038 , cls_71 , 0.5400 , 480.0000 , 43.5357 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1047 , cls_71 , 1.6200 , 660.0000 , 52.7038 , 407.4074 , 1.2222 , 1.0536 , 0.6243 , 0.6574 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1052 , cls_71 , 1.0800 , 480.0000 , 39.8550 , 444.4444 , 1.1429 , 1.0310 , 0.3888 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1054 , cls_71 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1064 , cls_71 , 0.9000 , 660.0000 , 62.1236 , 733.3333 , 1.5714 , 1.1216 , 0.8128 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1065 , cls_71 , 1.4400 , 780.0000 , 61.3495 , 541.6667 , 1.6250 , 1.1014 , 0.7209 , 0.5521 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1074 , cls_71 , 0.4500 , 420.0000 , 35.2060 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1077 , cls_71 , 0.5400 , 540.0000 , 41.8664 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1090 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1096 , cls_71 , 1.0800 , 540.0000 , 41.6800 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1097 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1108 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 391.1521 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1114 , cls_71 , 6.3900 , 3360.0000 , 154.5020 , 525.8216 , 3.2941 , 1.2171 , 0.7175 , 0.5610 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1119 , cls_71 , 0.7200 , 600.0000 , 46.5360 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1121 , cls_71 , 4.1400 , 2640.0000 , 129.2924 , 637.6812 , 3.1429 , 1.2214 , 0.8322 , 0.4928 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1123 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 516.1395 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1124 , cls_71 , 1.1700 , 960.0000 , 95.9360 , 820.5128 , 2.0000 , 1.1702 , 0.8783 , 0.3590 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1132 , cls_71 , 3.4200 , 1680.0000 , 90.0128 , 491.2281 , 2.1538 , 1.1571 , 0.6129 , 0.6228 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1135 , cls_71 , 0.6300 , 600.0000 , 48.9180 , 952.3810 , 1.6667 , 1.1455 , 0.8286 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1139 , cls_71 , 1.8000 , 840.0000 , 68.3786 , 466.6667 , 1.5556 , 1.0915 , 0.7375 , 0.6083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1141 , cls_71 , 0.7200 , 540.0000 , 42.1325 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1145 , cls_71 , 0.9000 , 600.0000 , 51.3376 , 666.6667 , 1.4286 , 1.1006 , 0.7805 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1146 , cls_71 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1147 , cls_71 , 0.9900 , 780.0000 , 55.8373 , 787.8788 , 1.8571 , 1.1463 , 0.7940 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1148 , cls_71 , 22.7700 , 7320.0000 , 260.2420 , 321.4756 , 3.8125 , 1.2179 , 0.7522 , 0.7319 , 22.7700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1149 , cls_71 , 3.9600 , 2700.0000 , 128.6412 , 681.8182 , 3.2143 , 1.2307 , 0.8249 , 0.4886 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1159 , cls_71 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1160 , cls_71 , 0.9900 , 480.0000 , 37.6899 , 484.8485 , 1.1429 , 1.0407 , 0.2997 , 0.6061 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1170 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1172 , cls_71 , 2.3400 , 1080.0000 , 69.3857 , 461.5385 , 1.6364 , 1.1130 , 0.6322 , 0.6282 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1177 , cls_71 , 0.9000 , 480.0000 , 42.8067 , 533.3333 , 1.1429 , 1.0516 , 0.6559 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1183 , cls_71 , 6.6600 , 1980.0000 , 127.5339 , 297.2973 , 1.8333 , 1.1173 , 0.6536 , 0.7477 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1186 , cls_71 , 0.6300 , 600.0000 , 44.8064 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1200 , cls_71 , 1.6200 , 1200.0000 , 71.9617 , 740.7407 , 2.2222 , 1.1769 , 0.7661 , 0.4444 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1204 , cls_71 , 1.5300 , 720.0000 , 49.4717 , 470.5882 , 1.3333 , 1.0779 , 0.5190 , 0.6275 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1206 , cls_71 , 1.3500 , 900.0000 , 68.8415 , 666.6667 , 1.8750 , 1.1390 , 0.8248 , 0.4222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1209 , cls_71 , 0.8100 , 1020.0000 , 67.4788 , 1259.2593 , 2.8333 , 1.2314 , 0.8451 , 0.1667 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1212 , cls_71 , 0.8100 , 480.0000 , 37.2049 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1214 , cls_71 , 2.3400 , 1560.0000 , 104.0707 , 666.6667 , 2.3636 , 1.1861 , 0.8529 , 0.4679 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 553.1727 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1216 , cls_71 , 1.6200 , 600.0000 , 50.9278 , 370.3704 , 1.1111 , 1.0339 , 0.4410 , 0.6759 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1217 , cls_71 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1221 , cls_71 , 0.9000 , 720.0000 , 69.9835 , 800.0000 , 1.7143 , 1.1407 , 0.8279 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1223 , cls_71 , 3.6900 , 2220.0000 , 151.9885 , 601.6260 , 2.8462 , 1.2018 , 0.8880 , 0.5081 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1225 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1228 , cls_71 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1255 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1256 , cls_71 , 0.6300 , 420.0000 , 39.4421 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1257 , cls_71 , 0.9000 , 900.0000 , 68.4908 , 1000.0000 , 2.1429 , 1.1897 , 0.8041 , 0.2333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1261 , cls_71 , 0.7200 , 540.0000 , 35.3087 , 750.0000 , 1.5000 , 1.1046 , 0.4907 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1274 , cls_71 , 0.5400 , 540.0000 , 50.7673 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1275 , cls_71 , 4.2300 , 1560.0000 , 97.0182 , 368.7943 , 1.8571 , 1.1201 , 0.7081 , 0.6879 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1276 , cls_71 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1282 , cls_71 , 2.5200 , 1080.0000 , 84.0436 , 428.5714 , 1.6364 , 1.1048 , 0.7258 , 0.6429 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1285 , cls_71 , 0.8100 , 480.0000 , 41.1101 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1286 , cls_71 , 0.7200 , 420.0000 , 36.4343 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1287 , cls_71 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1289 , cls_71 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1292 , cls_71 , 0.6300 , 480.0000 , 38.9733 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1297 , cls_71 , 4.1400 , 2100.0000 , 125.7758 , 507.2464 , 2.5000 , 1.1783 , 0.8035 , 0.5870 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1305 , cls_71 , 1.0800 , 840.0000 , 63.9540 , 777.7778 , 2.0000 , 1.1515 , 0.7649 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1306 , cls_71 , 1.7100 , 1140.0000 , 92.7379 , 666.6667 , 2.1111 , 1.1599 , 0.8376 , 0.4912 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1310 , cls_71 , 3.1500 , 2100.0000 , 103.3450 , 666.6667 , 2.9167 , 1.2094 , 0.7983 , 0.4810 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1313 , cls_71 , 0.7200 , 480.0000 , 39.0587 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1321 , cls_71 , 1.2600 , 900.0000 , 69.5152 , 714.2857 , 1.8750 , 1.1473 , 0.8217 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1323 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1325 , cls_71 , 0.4500 , 480.0000 , 32.2893 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1327 , cls_71 , 28.8000 , 4620.0000 , 250.7454 , 160.4167 , 2.1389 , 1.1219 , 0.5178 , 0.8672 , 28.8000 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1360 , cls_71 , 1.7100 , 720.0000 , 56.8595 , 421.0526 , 1.3333 , 1.0656 , 0.6278 , 0.6404 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1367 , cls_71 , 0.9000 , 660.0000 , 56.0622 , 733.3333 , 1.5714 , 1.1216 , 0.7913 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1369 , cls_71 , 2.2500 , 1380.0000 , 81.1035 , 613.3333 , 2.3000 , 1.1662 , 0.7551 , 0.5000 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1370 , cls_71 , 0.9000 , 420.0000 , 41.1550 , 466.6667 , 1.0000 , 1.0223 , 0.5609 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1373 , cls_71 , 1.8000 , 840.0000 , 60.9232 , 466.6667 , 1.5556 , 1.0915 , 0.6559 , 0.6083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1391 , cls_71 , 0.9900 , 660.0000 , 51.7945 , 666.6667 , 1.5714 , 1.1100 , 0.6888 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1393 , cls_71 , 0.8100 , 660.0000 , 54.2035 , 814.8148 , 1.8333 , 1.1347 , 0.8237 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1401 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1404 , cls_71 , 5.4000 , 1620.0000 , 97.1745 , 300.0000 , 1.6875 , 1.1020 , 0.6062 , 0.7556 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1406 , cls_71 , 0.6300 , 660.0000 , 45.9448 , 1047.6190 , 1.8333 , 1.1673 , 0.6927 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1411 , cls_71 , 0.9000 , 540.0000 , 47.8942 , 600.0000 , 1.2857 , 1.0775 , 0.6894 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1419 , cls_71 , 0.8100 , 480.0000 , 38.2547 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1420 , cls_71 , 0.6300 , 540.0000 , 43.4899 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1426 , cls_71 , 0.9900 , 780.0000 , 62.2651 , 787.8788 , 1.8571 , 1.1463 , 0.7585 , 0.3636 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1429 , cls_71 , 0.7200 , 480.0000 , 35.9597 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1431 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 930.4837 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1434 , cls_71 , 1.8900 , 840.0000 , 62.4656 , 444.4444 , 1.4000 , 1.0860 , 0.6854 , 0.6270 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1437 , cls_71 , 0.4500 , 600.0000 , 43.8363 , 1333.3333 , 2.0000 , 1.1913 , 0.8128 , 0.1333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1439 , cls_71 , 0.6300 , 540.0000 , 35.6893 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1442 , cls_71 , 0.8100 , 600.0000 , 47.4582 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1445 , cls_71 , 2.5200 , 1680.0000 , 93.2392 , 666.6667 , 2.5455 , 1.1920 , 0.7890 , 0.4762 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1448 , cls_71 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1452 , cls_71 , 0.9000 , 480.0000 , 38.4984 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1458 , cls_71 , 1.0800 , 840.0000 , 53.0222 , 777.7778 , 2.0000 , 1.1515 , 0.7062 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1460 , cls_71 , 0.7200 , 540.0000 , 38.2992 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1481 , cls_71 , 0.9900 , 540.0000 , 41.1532 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5606 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1483 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1497 , cls_71 , 2.4300 , 840.0000 , 65.9292 , 345.6790 , 1.2727 , 1.0590 , 0.5703 , 0.6975 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1504 , cls_71 , 4.0500 , 1500.0000 , 86.5076 , 370.3704 , 1.7857 , 1.1173 , 0.6076 , 0.7074 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1506 , cls_71 , 1.8900 , 720.0000 , 57.1119 , 380.9524 , 1.2000 , 1.0547 , 0.4858 , 0.6746 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1509 , cls_71 , 3.0600 , 1500.0000 , 82.0194 , 490.1961 , 2.0833 , 1.1477 , 0.7768 , 0.6275 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1510 , cls_71 , 0.5400 , 540.0000 , 45.9196 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1522 , cls_71 , 0.8100 , 480.0000 , 37.0980 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1523 , cls_71 , 2.7000 , 1620.0000 , 94.4456 , 600.0000 , 2.4545 , 1.1768 , 0.7366 , 0.4889 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1524 , cls_71 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1525 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1530 , cls_71 , 1.2600 , 660.0000 , 55.0189 , 523.8095 , 1.3750 , 1.0816 , 0.6572 , 0.5476 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1535 , cls_71 , 1.4400 , 840.0000 , 61.0852 , 583.3333 , 1.7500 , 1.1169 , 0.7921 , 0.5417 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1537 , cls_71 , 2.1600 , 1200.0000 , 72.3128 , 555.5556 , 2.0000 , 1.1430 , 0.7296 , 0.5486 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1544 , cls_71 , 0.6300 , 540.0000 , 41.6567 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 408.0441 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1546 , cls_71 , 0.5400 , 480.0000 , 34.2081 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1552 , cls_71 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1553 , cls_71 , 3.4200 , 1440.0000 , 84.5490 , 421.0526 , 1.8462 , 1.1276 , 0.6129 , 0.6491 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1557 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1562 , cls_71 , 0.8100 , 720.0000 , 62.2352 , 888.8889 , 2.0000 , 1.1540 , 0.8024 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1563 , cls_71 , 2.1600 , 1380.0000 , 82.3613 , 638.8889 , 2.3000 , 1.1710 , 0.6944 , 0.4861 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1565 , cls_71 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1566 , cls_71 , 3.4200 , 2340.0000 , 115.3788 , 684.2105 , 3.0000 , 1.2206 , 0.7327 , 0.4649 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1567 , cls_71 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1570 , cls_71 , 1.2600 , 1080.0000 , 65.5499 , 857.1429 , 2.2500 , 1.1859 , 0.7903 , 0.3214 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1577 , cls_71 , 3.0600 , 1800.0000 , 108.4497 , 588.2353 , 2.5000 , 1.1830 , 0.7857 , 0.5245 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1598 , cls_71 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1599 , cls_71 , 0.6300 , 600.0000 , 51.7050 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1611 , cls_71 , 17.4600 , 4260.0000 , 172.8767 , 243.9863 , 2.5357 , 1.1550 , 0.4875 , 0.8015 , 17.4600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1635 , cls_71 , 0.8100 , 540.0000 , 39.5888 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1639 , cls_71 , 1.4400 , 1200.0000 , 73.5301 , 833.3333 , 2.5000 , 1.1914 , 0.8197 , 0.3750 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1642 , cls_71 , 0.7200 , 480.0000 , 40.6729 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1648 , cls_71 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1653 , cls_71 , 12.3300 , 3600.0000 , 176.6479 , 291.9708 , 2.5000 , 1.1606 , 0.7696 , 0.7652 , 12.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1665 , cls_71 , 1.4400 , 1020.0000 , 67.7310 , 708.3333 , 2.1250 , 1.1574 , 0.7453 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1666 , cls_71 , 1.1700 , 840.0000 , 52.3711 , 717.9487 , 1.7500 , 1.1416 , 0.6877 , 0.4359 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1668 , cls_71 , 3.6900 , 2040.0000 , 108.0580 , 552.8455 , 2.6154 , 1.1857 , 0.7100 , 0.5650 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1671 , cls_71 , 1.4400 , 900.0000 , 71.1937 , 625.0000 , 1.8750 , 1.1313 , 0.8131 , 0.4792 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1673 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1675 , cls_71 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1685 , cls_71 , 0.8100 , 480.0000 , 37.0114 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1694 , cls_71 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1695 , cls_71 , 0.6300 , 540.0000 , 47.5450 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 408.0441 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1697 , cls_71 , 0.5400 , 480.0000 , 36.6356 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1698 , cls_71 , 0.8100 , 540.0000 , 42.4845 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1703 , cls_71 , 1.7100 , 900.0000 , 56.4344 , 526.3158 , 1.6667 , 1.1114 , 0.5829 , 0.5877 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1713 , cls_71 , 2.0700 , 1560.0000 , 92.4371 , 753.6232 , 2.6000 , 1.2007 , 0.7862 , 0.3986 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1714 , cls_71 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1718 , cls_71 , 2.7000 , 1080.0000 , 70.1943 , 400.0000 , 1.6364 , 1.0973 , 0.6102 , 0.6778 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1728 , cls_71 , 0.6300 , 480.0000 , 34.5524 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1732 , cls_71 , 0.5400 , 540.0000 , 50.2074 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1734 , cls_71 , 2.7900 , 1440.0000 , 94.9587 , 516.1290 , 2.0000 , 1.1500 , 0.7664 , 0.5860 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1735 , cls_71 , 0.6300 , 540.0000 , 46.6930 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1736 , cls_71 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1739 , cls_71 , 1.3500 , 1020.0000 , 58.1669 , 755.5556 , 2.1250 , 1.1653 , 0.6707 , 0.4000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1743 , cls_71 , 0.7200 , 420.0000 , 32.6407 , 583.3333 , 1.1667 , 1.0480 , 0.4341 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1744 , cls_71 , 0.7200 , 540.0000 , 41.2327 , 750.0000 , 1.5000 , 1.1046 , 0.6082 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1747 , cls_71 , 1.1700 , 960.0000 , 79.7737 , 820.5128 , 2.0000 , 1.1702 , 0.8294 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1749 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1753 , cls_71 , 2.9700 , 1020.0000 , 71.8651 , 343.4343 , 1.4167 , 1.0761 , 0.6036 , 0.7121 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1755 , cls_71 , 1.5300 , 900.0000 , 65.4151 , 588.2353 , 1.6667 , 1.1242 , 0.7595 , 0.5098 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1758 , cls_71 , 0.8100 , 600.0000 , 49.4533 , 740.7407 , 1.6667 , 1.1135 , 0.8024 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1764 , cls_71 , 0.9000 , 720.0000 , 51.2584 , 800.0000 , 1.7143 , 1.1407 , 0.7453 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1787 , cls_71 , 1.7100 , 1500.0000 , 76.1764 , 877.1930 , 2.7778 , 1.2162 , 0.7282 , 0.3596 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1788 , cls_71 , 1.0800 , 540.0000 , 40.5335 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1789 , cls_71 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1793 , cls_71 , 1.3500 , 660.0000 , 49.5615 , 488.8889 , 1.3750 , 1.0738 , 0.6180 , 0.5889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 256.3201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1800 , cls_71 , 0.7200 , 720.0000 , 59.5220 , 1000.0000 , 2.0000 , 1.1693 , 0.8078 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1801 , cls_71 , 2.2500 , 1260.0000 , 87.7338 , 560.0000 , 2.1000 , 1.1481 , 0.8128 , 0.5467 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1803 , cls_71 , 6.7500 , 4140.0000 , 171.8021 , 613.3333 , 3.8333 , 1.2486 , 0.8225 , 0.5156 , 6.7500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1805 , cls_71 , 0.7200 , 600.0000 , 51.3851 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1808 , cls_71 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1810 , cls_71 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1826 , cls_71 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1828 , cls_71 , 1.5300 , 1080.0000 , 71.5645 , 705.8824 , 2.0000 , 1.1620 , 0.7835 , 0.4510 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1830 , cls_71 , 1.3500 , 600.0000 , 48.4917 , 444.4444 , 1.2500 , 1.0537 , 0.5756 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1837 , cls_71 , 1.4400 , 960.0000 , 61.2765 , 666.6667 , 2.0000 , 1.1448 , 0.7209 , 0.4792 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1846 , cls_71 , 0.7200 , 480.0000 , 37.7419 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1852 , cls_71 , 0.6300 , 480.0000 , 38.5288 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1858 , cls_71 , 0.5400 , 480.0000 , 45.6657 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1865 , cls_71 , 2.7900 , 1380.0000 , 93.7412 , 494.6237 , 1.9167 , 1.1417 , 0.7664 , 0.5968 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1867 , cls_71 , 0.5400 , 600.0000 , 50.8115 , 1111.1111 , 2.0000 , 1.1661 , 0.8090 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1871 , cls_71 , 0.6300 , 420.0000 , 36.7148 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1874 , cls_71 , 2.0700 , 1320.0000 , 90.7351 , 637.6812 , 2.2000 , 1.1671 , 0.8035 , 0.4783 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1890 , cls_71 , 1.8900 , 1140.0000 , 69.0519 , 603.1746 , 1.9000 , 1.1481 , 0.5886 , 0.4921 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1894 , cls_71 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1903 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1911 , cls_71 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1920 , cls_71 , 1.2600 , 600.0000 , 44.3860 , 476.1905 , 1.2500 , 1.0614 , 0.5182 , 0.6071 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1924 , cls_71 , 1.0800 , 900.0000 , 70.5741 , 833.3333 , 2.1429 , 1.1663 , 0.8283 , 0.3056 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1931 , cls_71 , 0.6300 , 480.0000 , 37.8035 , 761.9048 , 1.3333 , 1.0945 , 0.6572 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1936 , cls_71 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1937 , cls_71 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1941 , cls_71 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1949 , cls_71 , 0.4500 , 540.0000 , 37.6054 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1951 , cls_71 , 0.6300 , 540.0000 , 55.0296 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1955 , cls_71 , 0.9900 , 600.0000 , 48.9606 , 606.0606 , 1.4286 , 1.0892 , 0.6888 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1960 , cls_71 , 2.0700 , 1380.0000 , 99.7352 , 666.6667 , 2.3000 , 1.1760 , 0.8382 , 0.4493 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1961 , cls_71 , 1.2600 , 720.0000 , 51.2076 , 571.4286 , 1.5000 , 1.1000 , 0.6927 , 0.5476 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 424.2641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1963 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1965 , cls_71 , 0.6300 , 480.0000 , 44.9395 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1967 , cls_71 , 0.8100 , 600.0000 , 47.5311 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1976 , cls_71 , 2.4300 , 1500.0000 , 77.8872 , 617.2840 , 2.2727 , 1.1739 , 0.7250 , 0.5247 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1978 , cls_71 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1991 , cls_71 , 1.3500 , 1200.0000 , 114.8936 , 888.8889 , 2.5000 , 1.1995 , 0.8968 , 0.3000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2000 , cls_71 , 1.3500 , 660.0000 , 51.5121 , 488.8889 , 1.3750 , 1.0738 , 0.6396 , 0.6000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2002 , cls_71 , 3.5100 , 1980.0000 , 92.5727 , 564.1026 , 2.5385 , 1.1857 , 0.6180 , 0.5598 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2005 , cls_71 , 0.6300 , 540.0000 , 47.0539 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2008 , cls_71 , 0.5400 , 600.0000 , 43.9881 , 1111.1111 , 2.0000 , 1.1661 , 0.7366 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2012 , cls_71 , 1.5300 , 780.0000 , 61.1390 , 509.8039 , 1.4444 , 1.0945 , 0.7453 , 0.5882 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2017 , cls_71 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2018 , cls_71 , 0.5400 , 540.0000 , 36.6811 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2020 , cls_71 , 2.6100 , 1740.0000 , 108.7262 , 666.6667 , 2.6364 , 1.1948 , 0.8607 , 0.4655 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2021 , cls_71 , 0.6300 , 540.0000 , 36.9294 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2029 , cls_71 , 0.9000 , 600.0000 , 50.5598 , 666.6667 , 1.4286 , 1.1006 , 0.7453 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2030 , cls_71 , 2.7900 , 1020.0000 , 76.3828 , 365.5914 , 1.4167 , 1.0827 , 0.6916 , 0.6774 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2031 , cls_71 , 1.0800 , 840.0000 , 60.9171 , 777.7778 , 2.0000 , 1.1515 , 0.7117 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2035 , cls_71 , 0.5400 , 480.0000 , 40.0496 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2055 , cls_71 , 29.4300 , 12300.0000 , 361.9153 , 417.9409 , 5.5405 , 1.2755 , 0.8541 , 0.6692 , 29.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2057 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2059 , cls_71 , 0.5400 , 540.0000 , 48.0664 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2060 , cls_71 , 1.6200 , 1140.0000 , 72.1151 , 703.7037 , 2.1111 , 1.1663 , 0.6474 , 0.4630 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2063 , cls_71 , 0.8100 , 420.0000 , 34.3573 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2067 , cls_71 , 0.9000 , 780.0000 , 53.8942 , 866.6667 , 1.8571 , 1.1583 , 0.6559 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2071 , cls_71 , 0.7200 , 780.0000 , 62.1343 , 1083.3333 , 2.1667 , 1.1874 , 0.8433 , 0.2083 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2075 , cls_71 , 0.8100 , 540.0000 , 43.9441 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2079 , cls_71 , 1.6200 , 960.0000 , 65.0771 , 592.5926 , 1.7778 , 1.1309 , 0.7453 , 0.5370 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2081 , cls_71 , 11.5200 , 4800.0000 , 182.3780 , 416.6667 , 3.4783 , 1.2167 , 0.7359 , 0.6693 , 11.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2085 , cls_71 , 3.5100 , 1620.0000 , 96.9811 , 461.5385 , 2.0769 , 1.1473 , 0.7079 , 0.6282 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2090 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2091 , cls_71 , 0.9000 , 720.0000 , 63.1306 , 800.0000 , 1.7143 , 1.1407 , 0.7913 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2097 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2099 , cls_71 , 1.2600 , 780.0000 , 50.4525 , 619.0476 , 1.6250 , 1.1170 , 0.6039 , 0.5119 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2113 , cls_71 , 18.7200 , 7080.0000 , 244.8577 , 378.2051 , 4.0690 , 1.2321 , 0.7673 , 0.6923 , 18.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2120 , cls_71 , 2.5200 , 840.0000 , 67.1326 , 333.3333 , 1.2727 , 1.0552 , 0.5182 , 0.7143 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2123 , cls_71 , 0.4500 , 480.0000 , 39.8827 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2126 , cls_71 , 0.7200 , 540.0000 , 47.0454 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2134 , cls_71 , 0.8100 , 540.0000 , 39.5237 , 666.6667 , 1.5000 , 1.0901 , 0.6419 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2135 , cls_71 , 0.7200 , 540.0000 , 43.3788 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2142 , cls_71 , 1.8000 , 1320.0000 , 90.3657 , 733.3333 , 2.4444 , 1.1837 , 0.7823 , 0.4167 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2144 , cls_71 , 0.5400 , 540.0000 , 38.4713 , 1000.0000 , 1.8000 , 1.1415 , 0.7062 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 270.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2146 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2148 , cls_71 , 0.9900 , 660.0000 , 60.4055 , 666.6667 , 1.5714 , 1.1100 , 0.7845 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2160 , cls_71 , 4.5900 , 1140.0000 , 92.5262 , 248.3660 , 1.2667 , 1.0532 , 0.6040 , 0.7843 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2164 , cls_71 , 25.6500 , 10380.0000 , 284.6532 , 404.6784 , 5.0882 , 1.2624 , 0.7209 , 0.6772 , 25.6500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2166 , cls_71 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2177 , cls_71 , 5.0400 , 2700.0000 , 111.1556 , 535.7143 , 3.0000 , 1.2033 , 0.6774 , 0.6042 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2179 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2184 , cls_71 , 0.9900 , 540.0000 , 44.0171 , 545.4545 , 1.2857 , 1.0663 , 0.6584 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2186 , cls_71 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2193 , cls_71 , 1.6200 , 1380.0000 , 86.4004 , 851.8519 , 2.5556 , 1.2058 , 0.7838 , 0.3519 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2206 , cls_71 , 0.9900 , 960.0000 , 60.1077 , 969.6970 , 2.2857 , 1.1914 , 0.7940 , 0.2879 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2208 , cls_71 , 9.0000 , 3780.0000 , 155.0915 , 420.0000 , 3.1500 , 1.2012 , 0.6976 , 0.6650 , 9.0000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2210 , cls_71 , 1.6200 , 660.0000 , 50.4736 , 407.4074 , 1.2222 , 1.0536 , 0.4907 , 0.6574 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2215 , cls_71 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2235 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2245 , cls_71 , 0.8100 , 720.0000 , 62.5856 , 888.8889 , 2.0000 , 1.1540 , 0.8024 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2246 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2250 , cls_71 , 0.6300 , 600.0000 , 37.5067 , 952.3810 , 1.6667 , 1.1455 , 0.5544 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2252 , cls_71 , 0.9000 , 720.0000 , 52.1672 , 800.0000 , 1.7143 , 1.1407 , 0.7453 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2254 , cls_71 , 0.7200 , 540.0000 , 48.4530 , 750.0000 , 1.5000 , 1.1046 , 0.7453 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2271 , cls_71 , 1.7100 , 960.0000 , 59.6975 , 561.4035 , 1.7778 , 1.1246 , 0.5348 , 0.5526 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2277 , cls_71 , 13.5000 , 6300.0000 , 179.6540 , 466.6667 , 4.2000 , 1.2464 , 0.6944 , 0.6356 , 13.5000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2281 , cls_71 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2301 , cls_71 , 3.4200 , 1860.0000 , 92.7449 , 543.8596 , 2.3846 , 1.1766 , 0.7050 , 0.5570 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 466.6905 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2303 , cls_71 , 1.9800 , 1080.0000 , 72.4977 , 545.4545 , 1.8000 , 1.1317 , 0.7112 , 0.5379 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2316 , cls_71 , 0.5400 , 480.0000 , 39.1655 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2317 , cls_71 , 0.9900 , 720.0000 , 47.6852 , 727.2727 , 1.7143 , 1.1289 , 0.6584 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2318 , cls_71 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2321 , cls_71 , 1.1700 , 960.0000 , 67.2979 , 820.5128 , 2.0000 , 1.1702 , 0.8053 , 0.3333 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2325 , cls_71 , 15.1200 , 6540.0000 , 237.2927 , 432.5397 , 4.1923 , 1.2408 , 0.8503 , 0.6538 , 15.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2327 , cls_71 , 1.8000 , 840.0000 , 69.9312 , 466.6667 , 1.5556 , 1.0915 , 0.7598 , 0.5917 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2340 , cls_71 , 0.9000 , 720.0000 , 56.5818 , 800.0000 , 1.7143 , 1.1407 , 0.7551 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2342 , cls_71 , 1.6200 , 960.0000 , 69.9556 , 592.5926 , 1.7778 , 1.1309 , 0.7731 , 0.5093 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2350 , cls_71 , 6.3900 , 3660.0000 , 172.7676 , 572.7700 , 3.5882 , 1.2325 , 0.8265 , 0.5423 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2352 , cls_71 , 1.5300 , 900.0000 , 67.6838 , 588.2353 , 1.6667 , 1.1242 , 0.7958 , 0.5294 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2354 , cls_71 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2364 , cls_71 , 1.0800 , 720.0000 , 55.2236 , 666.6667 , 1.7143 , 1.1183 , 0.7649 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2374 , cls_71 , 0.9000 , 780.0000 , 54.4659 , 866.6667 , 1.8571 , 1.1583 , 0.8041 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 774.2093 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2384 , cls_71 , 0.9900 , 780.0000 , 61.2695 , 787.8788 , 1.8571 , 1.1463 , 0.7357 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2385 , cls_71 , 0.8100 , 600.0000 , 41.1023 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 283.0194 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2387 , cls_71 , 3.6900 , 2340.0000 , 132.7223 , 634.1463 , 3.0000 , 1.2118 , 0.8455 , 0.4959 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2390 , cls_71 , 0.6300 , 420.0000 , 36.7148 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2391 , cls_71 , 0.9900 , 840.0000 , 48.0849 , 848.4848 , 2.0000 , 1.1624 , 0.6584 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2400 , cls_71 , 2.2500 , 1560.0000 , 105.8168 , 693.3333 , 2.6000 , 1.1907 , 0.8160 , 0.4267 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2403 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2409 , cls_71 , 0.7200 , 600.0000 , 46.1769 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2412 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 330.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2413 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2420 , cls_71 , 0.7200 , 360.0000 , 34.3237 , 500.0000 , 1.0000 , 1.0133 , 0.4907 , 0.5417 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 283.0194 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2426 , cls_71 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2427 , cls_71 , 2.7900 , 1560.0000 , 100.3069 , 559.1398 , 2.1667 , 1.1657 , 0.7866 , 0.5323 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2429 , cls_71 , 0.7200 , 600.0000 , 45.4252 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2433 , cls_71 , 1.3500 , 1020.0000 , 64.3150 , 755.5556 , 2.1250 , 1.1653 , 0.6707 , 0.3889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2437 , cls_71 , 0.9900 , 660.0000 , 56.5439 , 666.6667 , 1.5714 , 1.1100 , 0.7845 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2440 , cls_71 , 0.6300 , 540.0000 , 42.4126 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2441 , cls_71 , 0.5400 , 600.0000 , 43.2514 , 1111.1111 , 2.0000 , 1.1661 , 0.6944 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2456 , cls_71 , 0.7200 , 600.0000 , 52.5196 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2460 , cls_71 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 403.6087 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2467 , cls_71 , 3.4200 , 2160.0000 , 100.6435 , 631.5789 , 2.7692 , 1.2053 , 0.7312 , 0.4956 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2468 , cls_71 , 2.9700 , 840.0000 , 66.8825 , 282.8283 , 1.1667 , 1.0384 , 0.4244 , 0.7576 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2474 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2475 , cls_71 , 1.5300 , 1200.0000 , 66.9281 , 784.3137 , 2.2222 , 1.1839 , 0.6670 , 0.4020 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2482 , cls_71 , 15.7500 , 4440.0000 , 168.2221 , 281.9048 , 2.7407 , 1.1719 , 0.5239 , 0.7752 , 15.7500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2484 , cls_71 , 0.9900 , 660.0000 , 55.2740 , 666.6667 , 1.5714 , 1.1100 , 0.7357 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2491 , cls_71 , 1.5300 , 900.0000 , 59.5883 , 588.2353 , 1.6667 , 1.1242 , 0.6670 , 0.5098 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2503 , cls_71 , 1.2600 , 660.0000 , 50.5028 , 523.8095 , 1.3750 , 1.0816 , 0.6572 , 0.5833 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2504 , cls_71 , 4.3200 , 2700.0000 , 113.0634 , 625.0000 , 3.2143 , 1.2207 , 0.7284 , 0.5139 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2510 , cls_71 , 0.9000 , 480.0000 , 38.8304 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2518 , cls_71 , 6.2100 , 1980.0000 , 111.1939 , 318.8406 , 1.9412 , 1.1244 , 0.6414 , 0.7415 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2523 , cls_71 , 6.3900 , 3420.0000 , 153.1244 , 535.2113 , 3.3529 , 1.2203 , 0.8136 , 0.5657 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2533 , cls_71 , 42.0300 , 13080.0000 , 387.1036 , 311.2063 , 4.9545 , 1.2499 , 0.7954 , 0.7523 , 42.0300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2536 , cls_71 , 3.2400 , 1440.0000 , 108.2419 , 444.4444 , 2.0000 , 1.1335 , 0.8237 , 0.6250 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2540 , cls_71 , 0.7200 , 540.0000 , 36.4343 , 750.0000 , 1.5000 , 1.1046 , 0.4907 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2545 , cls_71 , 3.7800 , 2580.0000 , 149.9040 , 682.5397 , 3.3077 , 1.2276 , 0.8891 , 0.4563 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2548 , cls_71 , 0.8100 , 660.0000 , 62.9497 , 814.8148 , 1.8333 , 1.1347 , 0.8237 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 271.6616 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2549 , cls_71 , 0.4500 , 480.0000 , 34.8693 , 1066.6667 , 1.6000 , 1.1383 , 0.5103 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2559 , cls_71 , 1.3500 , 600.0000 , 51.3315 , 444.4444 , 1.2500 , 1.0537 , 0.6396 , 0.6111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2572 , cls_71 , 2.0700 , 1260.0000 , 79.8733 , 608.6957 , 2.1000 , 1.1577 , 0.7747 , 0.5072 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2574 , cls_71 , 0.9900 , 720.0000 , 44.0613 , 727.2727 , 1.7143 , 1.1289 , 0.5881 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2585 , cls_71 , 2.7000 , 1200.0000 , 81.4768 , 444.4444 , 1.8182 , 1.1180 , 0.7384 , 0.6389 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 466.6905 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2590 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2592 , cls_71 , 0.9900 , 540.0000 , 43.0104 , 545.4545 , 1.2857 , 1.0663 , 0.5623 , 0.5303 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2595 , cls_71 , 3.8700 , 2220.0000 , 108.2505 , 573.6434 , 2.6429 , 1.1964 , 0.6958 , 0.5233 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2613 , cls_71 , 0.5400 , 600.0000 , 48.1119 , 1111.1111 , 2.0000 , 1.1661 , 0.8472 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 271.6616 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2617 , cls_71 , 0.9000 , 420.0000 , 36.0266 , 466.6667 , 1.0000 , 1.0223 , 0.3634 , 0.6000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2620 , cls_71 , 0.7200 , 720.0000 , 43.2584 , 1000.0000 , 2.0000 , 1.1693 , 0.6488 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2628 , cls_71 , 0.5400 , 600.0000 , 50.6913 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2645 , cls_71 , 1.0800 , 1020.0000 , 60.9416 , 944.4444 , 2.4286 , 1.1933 , 0.8302 , 0.3194 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2647 , cls_71 , 3.8700 , 1440.0000 , 91.5186 , 372.0930 , 1.7143 , 1.1144 , 0.5320 , 0.6744 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2655 , cls_71 , 6.1200 , 2820.0000 , 161.9037 , 460.7843 , 2.7647 , 1.1900 , 0.7919 , 0.6373 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2666 , cls_71 , 0.8100 , 720.0000 , 47.1204 , 888.8889 , 2.0000 , 1.1540 , 0.6630 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2669 , cls_71 , 19.4400 , 8640.0000 , 346.8026 , 444.4444 , 4.8000 , 1.2610 , 0.9060 , 0.6420 , 19.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2673 , cls_71 , 3.0600 , 1320.0000 , 87.5279 , 431.3725 , 1.8333 , 1.1229 , 0.7035 , 0.6422 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2684 , cls_71 , 2.4300 , 1800.0000 , 89.0199 , 740.7407 , 2.7273 , 1.2100 , 0.7250 , 0.4383 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2688 , cls_71 , 23.0400 , 6900.0000 , 218.4113 , 299.4792 , 3.5938 , 1.2072 , 0.6129 , 0.7643 , 23.0400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2690 , cls_71 , 0.6300 , 480.0000 , 42.6470 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2692 , cls_71 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2701 , cls_71 , 0.4500 , 480.0000 , 41.8667 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2704 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2720 , cls_71 , 0.8100 , 480.0000 , 37.0980 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2723 , cls_71 , 10.5300 , 4260.0000 , 202.0714 , 404.5584 , 3.2273 , 1.2055 , 0.8121 , 0.6724 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2725 , cls_71 , 2.8800 , 960.0000 , 71.5157 , 333.3333 , 1.3333 , 1.0675 , 0.5926 , 0.7240 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2743 , cls_71 , 0.4500 , 540.0000 , 42.7915 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2750 , cls_71 , 3.7800 , 2220.0000 , 124.7096 , 587.3016 , 2.8462 , 1.1990 , 0.8169 , 0.5278 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2771 , cls_71 , 0.7200 , 660.0000 , 54.5256 , 916.6667 , 1.8333 , 1.1497 , 0.8078 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2776 , cls_71 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2778 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2781 , cls_71 , 0.6300 , 660.0000 , 57.5398 , 1047.6190 , 1.8333 , 1.1673 , 0.8318 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2782 , cls_71 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2783 , cls_71 , 1.7100 , 900.0000 , 62.9727 , 526.3158 , 1.6667 , 1.1114 , 0.7506 , 0.5614 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2788 , cls_71 , 0.8100 , 540.0000 , 47.7019 , 666.6667 , 1.5000 , 1.0901 , 0.7135 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2789 , cls_71 , 1.2600 , 1200.0000 , 70.5120 , 952.3810 , 2.5000 , 1.2082 , 0.6927 , 0.2857 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2790 , cls_71 , 0.6300 , 600.0000 , 42.9709 , 952.3810 , 1.6667 , 1.1455 , 0.7826 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2792 , cls_71 , 9.0900 , 3840.0000 , 158.3180 , 422.4422 , 3.0476 , 1.2029 , 0.6428 , 0.6601 , 9.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2798 , cls_71 , 5.2200 , 2340.0000 , 103.0239 , 448.2759 , 2.4375 , 1.1731 , 0.6658 , 0.6552 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2799 , cls_71 , 1.1700 , 780.0000 , 52.1540 , 666.6667 , 1.6250 , 1.1258 , 0.6817 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2807 , cls_71 , 0.5400 , 480.0000 , 38.2843 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2813 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2815 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2826 , cls_71 , 1.1700 , 660.0000 , 49.1699 , 564.1026 , 1.3750 , 1.0902 , 0.6322 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2831 , cls_71 , 2.3400 , 1560.0000 , 110.0401 , 666.6667 , 2.3636 , 1.1861 , 0.8643 , 0.4872 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2832 , cls_71 , 0.5400 , 420.0000 , 39.3630 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2835 , cls_71 , 1.5300 , 1020.0000 , 73.3615 , 666.6667 , 1.8889 , 1.1502 , 0.7595 , 0.4706 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2836 , cls_71 , 1.1700 , 480.0000 , 42.1224 , 410.2564 , 1.0000 , 1.0222 , 0.4292 , 0.6410 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2845 , cls_71 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2847 , cls_71 , 3.3300 , 1380.0000 , 77.8129 , 414.4144 , 1.7692 , 1.1223 , 0.5556 , 0.6667 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2860 , cls_71 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2867 , cls_71 , 0.8100 , 600.0000 , 48.6632 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2878 , cls_71 , 0.7200 , 540.0000 , 37.9846 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2879 , cls_71 , 0.8100 , 660.0000 , 53.1928 , 814.8148 , 1.8333 , 1.1347 , 0.7708 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2882 , cls_71 , 1.6200 , 960.0000 , 56.0976 , 592.5926 , 1.7778 , 1.1309 , 0.5593 , 0.5370 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2888 , cls_71 , 2.1600 , 960.0000 , 63.5694 , 444.4444 , 1.6000 , 1.0983 , 0.6566 , 0.6458 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2890 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2891 , cls_71 , 1.8000 , 900.0000 , 58.0138 , 500.0000 , 1.6667 , 1.1055 , 0.6512 , 0.6000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2893 , cls_71 , 1.1700 , 900.0000 , 78.3578 , 769.2308 , 1.8750 , 1.1564 , 0.8676 , 0.3590 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2904 , cls_71 , 0.9900 , 1020.0000 , 78.7987 , 1030.3030 , 2.4286 , 1.2046 , 0.8653 , 0.2424 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2909 , cls_71 , 2.5200 , 900.0000 , 68.1821 , 357.1429 , 1.3636 , 1.0688 , 0.5544 , 0.6964 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2914 , cls_71 , 0.7200 , 480.0000 , 37.2585 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2915 , cls_71 , 4.5000 , 2640.0000 , 166.6294 , 586.6667 , 2.9333 , 1.2119 , 0.8279 , 0.5467 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2925 , cls_71 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2939 , cls_71 , 0.7200 , 480.0000 , 38.7769 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2941 , cls_71 , 0.6300 , 540.0000 , 39.7181 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2942 , cls_71 , 0.6300 , 540.0000 , 41.6567 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2950 , cls_71 , 1.8000 , 780.0000 , 57.7782 , 433.3333 , 1.4444 , 1.0763 , 0.5825 , 0.6417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2959 , cls_71 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2965 , cls_71 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2972 , cls_71 , 2.2500 , 1380.0000 , 91.2802 , 613.3333 , 2.3000 , 1.1662 , 0.8232 , 0.5067 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2983 , cls_71 , 1.3500 , 600.0000 , 48.0035 , 444.4444 , 1.2500 , 1.0537 , 0.5342 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2992 , cls_71 , 0.4500 , 480.0000 , 33.6384 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3003 , cls_71 , 1.3500 , 900.0000 , 61.6069 , 666.6667 , 1.8750 , 1.1390 , 0.7419 , 0.4778 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3008 , cls_71 , 1.8000 , 1080.0000 , 72.7968 , 600.0000 , 2.0000 , 1.1428 , 0.7004 , 0.5250 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3010 , cls_71 , 9.9000 , 6000.0000 , 370.4153 , 606.0606 , 4.7619 , 1.2715 , 0.9301 , 0.5091 , 9.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3034 , cls_71 , 0.8100 , 420.0000 , 37.1582 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3035 , cls_71 , 0.8100 , 480.0000 , 37.0980 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3042 , cls_71 , 2.7900 , 1560.0000 , 89.8305 , 559.1398 , 2.1667 , 1.1657 , 0.7278 , 0.5538 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3044 , cls_71 , 1.6200 , 780.0000 , 56.0611 , 481.4815 , 1.4444 , 1.0880 , 0.6903 , 0.6111 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3051 , cls_71 , 1.4400 , 960.0000 , 62.7980 , 666.6667 , 2.0000 , 1.1448 , 0.6660 , 0.4583 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3058 , cls_71 , 1.0800 , 660.0000 , 50.8284 , 611.1111 , 1.5714 , 1.0996 , 0.7495 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3069 , cls_71 , 0.9000 , 600.0000 , 44.1899 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3070 , cls_71 , 1.0800 , 660.0000 , 57.3579 , 611.1111 , 1.5714 , 1.0996 , 0.7753 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3071 , cls_71 , 7.6500 , 2580.0000 , 128.2479 , 337.2549 , 2.2632 , 1.1506 , 0.7067 , 0.7255 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3076 , cls_71 , 0.7200 , 660.0000 , 50.3932 , 916.6667 , 1.8333 , 1.1497 , 0.7453 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3080 , cls_71 , 6.1200 , 2160.0000 , 119.5753 , 352.9412 , 2.1176 , 1.1416 , 0.7547 , 0.7132 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3086 , cls_71 , 5.1300 , 3660.0000 , 136.8732 , 713.4503 , 3.8125 , 1.2575 , 0.7261 , 0.4444 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3087 , cls_71 , 2.6100 , 900.0000 , 73.7043 , 344.8276 , 1.3636 , 1.0651 , 0.5851 , 0.7011 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3098 , cls_71 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3103 , cls_71 , 0.6300 , 480.0000 , 35.6654 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3106 , cls_71 , 0.7200 , 420.0000 , 35.9030 , 583.3333 , 1.1667 , 1.0480 , 0.6082 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3112 , cls_71 , 1.8900 , 1020.0000 , 60.5217 , 539.6825 , 1.7000 , 1.1255 , 0.5886 , 0.5556 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3114 , cls_71 , 4.3200 , 1200.0000 , 91.5268 , 277.7778 , 1.4286 , 1.0688 , 0.6180 , 0.7604 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3115 , cls_71 , 0.9900 , 600.0000 , 48.2800 , 606.0606 , 1.4286 , 1.0892 , 0.6498 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3123 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3132 , cls_71 , 2.1600 , 1140.0000 , 63.8772 , 527.7778 , 1.9000 , 1.1327 , 0.5299 , 0.5833 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3134 , cls_71 , 0.7200 , 720.0000 , 44.4529 , 1000.0000 , 2.0000 , 1.1693 , 0.7004 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3141 , cls_71 , 6.1200 , 3060.0000 , 159.0731 , 500.0000 , 3.0000 , 1.2049 , 0.8150 , 0.6029 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3146 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3151 , cls_71 , 0.6300 , 480.0000 , 42.6470 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3156 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3157 , cls_71 , 9.0900 , 2460.0000 , 137.7430 , 270.6271 , 1.9524 , 1.1249 , 0.6589 , 0.7772 , 9.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3162 , cls_71 , 0.6300 , 600.0000 , 41.3448 , 952.3810 , 1.6667 , 1.1455 , 0.5544 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3165 , cls_71 , 1.5300 , 1080.0000 , 67.8633 , 705.8824 , 2.0000 , 1.1620 , 0.7294 , 0.4510 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3168 , cls_71 , 1.2600 , 600.0000 , 52.8113 , 476.1905 , 1.2500 , 1.0614 , 0.6637 , 0.5833 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3175 , cls_71 , 0.5400 , 540.0000 , 46.3821 , 1000.0000 , 1.8000 , 1.1415 , 0.7935 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3193 , cls_71 , 1.8000 , 720.0000 , 58.5760 , 400.0000 , 1.3333 , 1.0600 , 0.6082 , 0.6583 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3197 , cls_71 , 1.1700 , 720.0000 , 58.7019 , 615.3846 , 1.5000 , 1.1087 , 0.6817 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3198 , cls_71 , 1.0800 , 600.0000 , 41.5981 , 555.5556 , 1.4286 , 1.0790 , 0.5225 , 0.5556 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3208 , cls_71 , 0.8100 , 780.0000 , 62.2227 , 962.9630 , 2.1667 , 1.1718 , 0.8024 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3211 , cls_71 , 0.6300 , 420.0000 , 33.6998 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3213 , cls_71 , 0.6300 , 480.0000 , 35.1139 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3219 , cls_71 , 0.7200 , 480.0000 , 34.3383 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3227 , cls_71 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3229 , cls_71 , 5.9400 , 2160.0000 , 123.4002 , 363.6364 , 2.1176 , 1.1447 , 0.7592 , 0.6970 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3238 , cls_71 , 1.1700 , 840.0000 , 52.3618 , 717.9487 , 1.7500 , 1.1416 , 0.7146 , 0.4231 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3240 , cls_71 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3241 , cls_71 , 3.5100 , 1500.0000 , 88.3111 , 427.3504 , 1.9231 , 1.1326 , 0.7130 , 0.6496 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3243 , cls_71 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3244 , cls_71 , 0.7200 , 480.0000 , 42.9938 , 666.6667 , 1.3333 , 1.0780 , 0.7453 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3256 , cls_71 , 0.7200 , 780.0000 , 55.4707 , 1083.3333 , 2.1667 , 1.1874 , 0.8078 , 0.2083 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3260 , cls_71 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3266 , cls_71 , 0.5400 , 420.0000 , 36.6787 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3275 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3282 , cls_71 , 0.7200 , 540.0000 , 44.4061 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3303 , cls_71 , 0.7200 , 600.0000 , 44.5738 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3308 , cls_71 , 3.6000 , 1500.0000 , 92.5981 , 416.6667 , 1.9231 , 1.1299 , 0.7598 , 0.6625 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3312 , cls_71 , 1.1700 , 720.0000 , 52.5841 , 615.3846 , 1.5000 , 1.1087 , 0.7146 , 0.4872 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3326 , cls_71 , 0.8100 , 600.0000 , 66.6667 , 740.7407 , 1.6667 , 1.1135 , 0.8603 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3328 , cls_71 , 0.6300 , 480.0000 , 41.6937 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3332 , cls_71 , 1.4400 , 840.0000 , 52.7894 , 583.3333 , 1.7500 , 1.1169 , 0.4907 , 0.5417 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3333 , cls_71 , 0.7200 , 600.0000 , 48.1845 , 833.3333 , 1.6667 , 1.1283 , 0.7247 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3335 , cls_71 , 5.4900 , 2040.0000 , 102.2342 , 371.5847 , 2.1250 , 1.1425 , 0.5431 , 0.6995 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3337 , cls_71 , 0.9000 , 480.0000 , 39.0917 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3339 , cls_71 , 0.6300 , 600.0000 , 55.9537 , 952.3810 , 1.6667 , 1.1455 , 0.8286 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3348 , cls_71 , 3.8700 , 1500.0000 , 87.0706 , 387.5969 , 1.7857 , 1.1221 , 0.6513 , 0.6667 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3360 , cls_71 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3366 , cls_71 , 0.4500 , 480.0000 , 34.6834 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3371 , cls_71 , 4.9500 , 1800.0000 , 103.3747 , 363.6364 , 2.0000 , 1.1303 , 0.6390 , 0.6909 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3380 , cls_71 , 1.3500 , 600.0000 , 50.9089 , 444.4444 , 1.2500 , 1.0537 , 0.6180 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3388 , cls_71 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3389 , cls_71 , 2.5200 , 1320.0000 , 91.9044 , 523.8095 , 2.0000 , 1.1444 , 0.7826 , 0.5714 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3391 , cls_71 , 0.9000 , 600.0000 , 54.4170 , 666.6667 , 1.4286 , 1.1006 , 0.7551 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3393 , cls_71 , 12.0600 , 4800.0000 , 189.8201 , 398.0100 , 3.3333 , 1.2120 , 0.7594 , 0.6841 , 12.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3399 , cls_71 , 0.5400 , 480.0000 , 43.3747 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3408 , cls_71 , 13.1400 , 5820.0000 , 209.9529 , 442.9224 , 3.8800 , 1.2358 , 0.8318 , 0.6518 , 13.1400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3409 , cls_71 , 2.7000 , 1260.0000 , 81.7800 , 466.6667 , 1.9091 , 1.1276 , 0.7062 , 0.6278 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3415 , cls_71 , 18.9900 , 8940.0000 , 311.3514 , 470.7741 , 4.9667 , 1.2690 , 0.8060 , 0.6058 , 18.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3416 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3426 , cls_71 , 4.3200 , 2040.0000 , 121.5752 , 472.2222 , 2.4286 , 1.1682 , 0.8283 , 0.6181 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3428 , cls_71 , 0.4500 , 420.0000 , 35.2060 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3432 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3446 , cls_71 , 2.0700 , 1320.0000 , 109.2365 , 637.6812 , 2.2000 , 1.1671 , 0.8571 , 0.4783 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3450 , cls_71 , 0.9000 , 600.0000 , 49.1550 , 666.6667 , 1.4286 , 1.1006 , 0.7170 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3451 , cls_71 , 1.6200 , 840.0000 , 56.0489 , 518.5185 , 1.5556 , 1.1033 , 0.5593 , 0.5648 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3452 , cls_71 , 1.0800 , 840.0000 , 52.3874 , 777.7778 , 2.0000 , 1.1515 , 0.7649 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3461 , cls_71 , 3.7800 , 2280.0000 , 198.4201 , 603.1746 , 2.9231 , 1.2041 , 0.9262 , 0.5040 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3467 , cls_71 , 1.7100 , 1320.0000 , 84.4883 , 771.9298 , 2.4444 , 1.1899 , 0.7781 , 0.4035 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3469 , cls_71 , 2.3400 , 1500.0000 , 79.7197 , 641.0256 , 2.2727 , 1.1783 , 0.6877 , 0.5256 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3473 , cls_71 , 10.5300 , 3780.0000 , 199.7124 , 358.9744 , 2.8636 , 1.1849 , 0.7423 , 0.7009 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3474 , cls_71 , 0.5400 , 480.0000 , 33.2625 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3489 , cls_71 , 1.0800 , 540.0000 , 49.2240 , 500.0000 , 1.2857 , 1.0563 , 0.6605 , 0.5556 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3504 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3506 , cls_71 , 10.5300 , 5340.0000 , 204.6814 , 507.1225 , 4.0455 , 1.2446 , 0.7729 , 0.5926 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3508 , cls_71 , 2.7000 , 1020.0000 , 70.0382 , 377.7778 , 1.5455 , 1.0861 , 0.5225 , 0.6778 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3511 , cls_71 , 2.7900 , 1320.0000 , 81.6623 , 473.1183 , 1.8333 , 1.1330 , 0.6053 , 0.6129 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3523 , cls_71 , 0.8100 , 600.0000 , 43.2659 , 740.7407 , 1.6667 , 1.1135 , 0.6419 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3525 , cls_71 , 1.5300 , 600.0000 , 50.9331 , 392.1569 , 1.1111 , 1.0400 , 0.5190 , 0.6471 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3542 , cls_71 , 9.2700 , 4020.0000 , 246.2429 , 433.6570 , 3.1905 , 1.2088 , 0.8498 , 0.6343 , 9.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3547 , cls_71 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3548 , cls_71 , 2.0700 , 1320.0000 , 92.3925 , 637.6812 , 2.2000 , 1.1671 , 0.7237 , 0.4855 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3549 , cls_71 , 0.6300 , 540.0000 , 43.4899 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3551 , cls_71 , 1.0800 , 480.0000 , 44.3713 , 444.4444 , 1.1429 , 1.0310 , 0.5506 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3565 , cls_71 , 1.9800 , 900.0000 , 71.2018 , 454.5455 , 1.5000 , 1.0949 , 0.7112 , 0.6061 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3569 , cls_71 , 2.4300 , 1380.0000 , 98.2410 , 567.9012 , 2.0909 , 1.1573 , 0.7491 , 0.5494 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3583 , cls_71 , 0.8100 , 480.0000 , 42.6382 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3584 , cls_71 , 2.2500 , 1140.0000 , 75.3655 , 506.6667 , 1.9000 , 1.1281 , 0.6423 , 0.5933 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3592 , cls_71 , 0.9000 , 720.0000 , 59.0159 , 800.0000 , 1.7143 , 1.1407 , 0.8128 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3627 , cls_71 , 11.0700 , 5100.0000 , 233.3577 , 460.7046 , 3.6957 , 1.2313 , 0.8307 , 0.6260 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3630 , cls_71 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3633 , cls_71 , 0.6300 , 660.0000 , 46.7334 , 1047.6190 , 1.8333 , 1.1673 , 0.5544 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3648 , cls_71 , 0.5400 , 480.0000 , 34.1421 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3652 , cls_71 , 0.7200 , 600.0000 , 54.8863 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3653 , cls_71 , 1.4400 , 1440.0000 , 85.2539 , 1000.0000 , 3.0000 , 1.2295 , 0.8802 , 0.2917 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3655 , cls_71 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3670 , cls_71 , 0.6300 , 420.0000 , 32.7573 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3671 , cls_71 , 1.6200 , 1500.0000 , 73.0214 , 925.9259 , 2.7778 , 1.2230 , 0.7661 , 0.3426 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3682 , cls_71 , 0.8100 , 660.0000 , 52.8038 , 814.8148 , 1.8333 , 1.1347 , 0.7838 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3691 , cls_71 , 0.9900 , 540.0000 , 41.1532 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5606 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3692 , cls_71 , 1.6200 , 1080.0000 , 73.9758 , 666.6667 , 2.0000 , 1.1552 , 0.7661 , 0.4537 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3693 , cls_71 , 3.3300 , 2340.0000 , 129.6726 , 702.7027 , 3.0000 , 1.2237 , 0.8419 , 0.4595 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3700 , cls_71 , 2.4300 , 1680.0000 , 141.4327 , 691.3580 , 2.5455 , 1.1963 , 0.8980 , 0.4444 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3713 , cls_71 , 2.7900 , 1500.0000 , 83.8358 , 537.6344 , 2.0833 , 1.1580 , 0.6276 , 0.5753 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3717 , cls_71 , 2.0700 , 1380.0000 , 81.2730 , 666.6667 , 2.3000 , 1.1760 , 0.7657 , 0.4638 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3718 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3730 , cls_71 , 0.9000 , 900.0000 , 52.4083 , 1000.0000 , 2.1429 , 1.1897 , 0.6817 , 0.2833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3736 , cls_71 , 1.7100 , 780.0000 , 53.5768 , 456.1404 , 1.4444 , 1.0820 , 0.5348 , 0.6228 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3737 , cls_71 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3750 , cls_71 , 3.4200 , 1500.0000 , 126.6209 , 438.5965 , 1.9231 , 1.1354 , 0.7932 , 0.6360 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3751 , cls_71 , 0.8100 , 600.0000 , 47.6583 , 740.7407 , 1.6667 , 1.1135 , 0.7453 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3763 , cls_71 , 0.8100 , 720.0000 , 52.9270 , 888.8889 , 2.0000 , 1.1540 , 0.7205 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3764 , cls_71 , 0.9900 , 720.0000 , 58.1343 , 727.2727 , 1.7143 , 1.1289 , 0.8107 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3766 , cls_71 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3768 , cls_71 , 0.9000 , 660.0000 , 50.0531 , 733.3333 , 1.5714 , 1.1216 , 0.7913 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3780 , cls_71 , 5.6700 , 2700.0000 , 121.5848 , 476.1905 , 2.8125 , 1.1904 , 0.7224 , 0.6058 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3781 , cls_71 , 0.4500 , 480.0000 , 34.4419 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3782 , cls_71 , 1.8900 , 1200.0000 , 74.0353 , 634.9206 , 2.0000 , 1.1585 , 0.7429 , 0.5079 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3799 , cls_71 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3807 , cls_71 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3810 , cls_71 , 0.8100 , 720.0000 , 53.3942 , 888.8889 , 2.0000 , 1.1540 , 0.7708 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3818 , cls_71 , 4.3200 , 1920.0000 , 119.5326 , 444.4444 , 2.2857 , 1.1568 , 0.7377 , 0.6285 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3823 , cls_71 , 0.5400 , 600.0000 , 44.9605 , 1111.1111 , 2.0000 , 1.1661 , 0.7753 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3825 , cls_71 , 2.3400 , 840.0000 , 63.6697 , 358.9744 , 1.2727 , 1.0630 , 0.5862 , 0.7051 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 283.0194 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3828 , cls_71 , 0.9000 , 540.0000 , 43.2999 , 600.0000 , 1.2857 , 1.0775 , 0.5609 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3836 , cls_71 , 1.8000 , 1320.0000 , 101.9267 , 733.3333 , 2.4444 , 1.1837 , 0.8447 , 0.4000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3843 , cls_71 , 0.7200 , 600.0000 , 57.8608 , 833.3333 , 1.6667 , 1.1283 , 0.8078 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3851 , cls_71 , 4.3200 , 1800.0000 , 92.5315 , 416.6667 , 2.1429 , 1.1447 , 0.5539 , 0.6771 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3853 , cls_71 , 0.8100 , 480.0000 , 35.9962 , 592.5926 , 1.3333 , 1.0639 , 0.4270 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3854 , cls_71 , 3.0600 , 1200.0000 , 85.1956 , 392.1569 , 1.6667 , 1.1044 , 0.7660 , 0.6667 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3856 , cls_71 , 2.3400 , 960.0000 , 63.2722 , 410.2564 , 1.4545 , 1.0895 , 0.5862 , 0.6667 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3879 , cls_71 , 0.9900 , 600.0000 , 42.8844 , 606.0606 , 1.4286 , 1.0892 , 0.6584 , 0.5152 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3887 , cls_71 , 1.7100 , 1380.0000 , 88.1783 , 807.0175 , 2.5556 , 1.1991 , 0.8663 , 0.4035 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3891 , cls_71 , 1.0800 , 720.0000 , 60.4251 , 666.6667 , 1.7143 , 1.1183 , 0.7117 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3895 , cls_71 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3896 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3897 , cls_71 , 0.5400 , 480.0000 , 46.2366 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3902 , cls_71 , 20.5200 , 8640.0000 , 330.2611 , 421.0526 , 4.6452 , 1.2554 , 0.8710 , 0.6564 , 20.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3912 , cls_71 , 10.4400 , 3720.0000 , 177.1734 , 356.3218 , 2.8182 , 1.1830 , 0.7509 , 0.7098 , 10.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3928 , cls_71 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3932 , cls_71 , 17.4600 , 5820.0000 , 226.0414 , 333.3333 , 3.4643 , 1.2067 , 0.7440 , 0.7251 , 17.4600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3948 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3950 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3951 , cls_71 , 2.3400 , 1140.0000 , 70.2090 , 487.1795 , 1.7273 , 1.1237 , 0.6105 , 0.6154 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3978 , cls_71 , 6.3000 , 1740.0000 , 123.9645 , 276.1905 , 1.7059 , 1.0995 , 0.7078 , 0.7714 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3981 , cls_71 , 0.9000 , 600.0000 , 46.6235 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3985 , cls_71 , 0.7200 , 660.0000 , 59.6223 , 916.6667 , 1.8333 , 1.1497 , 0.8433 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3992 , cls_71 , 0.5400 , 480.0000 , 44.0739 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3996 , cls_71 , 0.6300 , 420.0000 , 32.0129 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4001 , cls_71 , 0.7200 , 600.0000 , 45.3561 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4007 , cls_71 , 0.8100 , 420.0000 , 35.4002 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4017 , cls_71 , 1.2600 , 660.0000 , 45.7343 , 523.8095 , 1.3750 , 1.0816 , 0.4757 , 0.5833 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4018 , cls_71 , 0.6300 , 420.0000 , 33.5934 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4024 , cls_71 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4035 , cls_71 , 0.7200 , 540.0000 , 41.3535 , 750.0000 , 1.5000 , 1.1046 , 0.7247 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4073 , cls_71 , 2.1600 , 1200.0000 , 96.3363 , 555.5556 , 2.0000 , 1.1430 , 0.7907 , 0.5347 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4077 , cls_71 , 2.3400 , 1620.0000 , 83.4376 , 692.3077 , 2.4545 , 1.1936 , 0.7170 , 0.4744 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4084 , cls_71 , 0.5400 , 540.0000 , 50.2074 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 331.3608 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4088 , cls_71 , 3.7800 , 1380.0000 , 78.3426 , 365.0794 , 1.7692 , 1.1088 , 0.5094 , 0.7222 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4091 , cls_71 , 4.4100 , 2520.0000 , 111.1488 , 571.4286 , 3.0000 , 1.2055 , 0.6628 , 0.5476 , 4.4100 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4098 , cls_71 , 2.7000 , 1620.0000 , 107.6556 , 600.0000 , 2.4545 , 1.1768 , 0.7792 , 0.5333 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4107 , cls_71 , 1.4400 , 840.0000 , 59.5023 , 583.3333 , 1.7500 , 1.1169 , 0.7247 , 0.5208 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4118 , cls_71 , 0.9000 , 540.0000 , 42.8090 , 600.0000 , 1.2857 , 1.0775 , 0.6021 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4125 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4127 , cls_71 , 1.3500 , 540.0000 , 44.4478 , 400.0000 , 1.1250 , 1.0316 , 0.4383 , 0.6556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 330.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4141 , cls_71 , 6.5700 , 2940.0000 , 142.3558 , 447.4886 , 2.7222 , 1.1899 , 0.7641 , 0.6370 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4147 , cls_71 , 0.4500 , 480.0000 , 41.8667 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4158 , cls_71 , 1.7100 , 660.0000 , 54.0835 , 385.9649 , 1.2222 , 1.0477 , 0.5348 , 0.6754 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4159 , cls_71 , 1.5300 , 600.0000 , 49.1913 , 392.1569 , 1.1111 , 1.0400 , 0.5190 , 0.6667 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4160 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4169 , cls_71 , 4.6800 , 2100.0000 , 120.6585 , 448.7179 , 2.3333 , 1.1649 , 0.7057 , 0.6410 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4172 , cls_71 , 1.2600 , 480.0000 , 43.8161 , 380.9524 , 1.0000 , 1.0141 , 0.4757 , 0.6548 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4179 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4181 , cls_71 , 0.5400 , 420.0000 , 35.0749 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4185 , cls_71 , 1.7100 , 1200.0000 , 77.2873 , 701.7544 , 2.2222 , 1.1704 , 0.7781 , 0.4386 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4189 , cls_71 , 1.8900 , 960.0000 , 74.0611 , 507.9365 , 1.6000 , 1.1132 , 0.7547 , 0.5714 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4190 , cls_71 , 0.8100 , 540.0000 , 39.8365 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4195 , cls_71 , 1.3500 , 1200.0000 , 65.3878 , 888.8889 , 2.5000 , 1.1995 , 0.7384 , 0.3111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4220 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4245 , cls_71 , 7.4700 , 3660.0000 , 154.7623 , 489.9598 , 3.2105 , 1.2154 , 0.7834 , 0.6124 , 7.4700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4254 , cls_71 , 0.6300 , 420.0000 , 31.6352 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4256 , cls_71 , 0.6300 , 540.0000 , 41.5515 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4274 , cls_71 , 1.4400 , 840.0000 , 65.3805 , 583.3333 , 1.7500 , 1.1169 , 0.7516 , 0.5208 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4275 , cls_71 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4280 , cls_71 , 0.6300 , 480.0000 , 39.2020 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4283 , cls_71 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 488.3646 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4287 , cls_71 , 1.0800 , 540.0000 , 41.4002 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4293 , cls_71 , 0.7200 , 720.0000 , 53.7875 , 1000.0000 , 2.0000 , 1.1693 , 0.8041 , 0.2500 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4295 , cls_71 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4303 , cls_71 , 0.6300 , 600.0000 , 40.2819 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4304 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4326 , cls_71 , 4.2300 , 2820.0000 , 130.8171 , 666.6667 , 3.3571 , 1.2313 , 0.7606 , 0.4610 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4334 , cls_71 , 3.6000 , 1080.0000 , 74.9325 , 300.0000 , 1.3846 , 1.0673 , 0.4341 , 0.7458 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4342 , cls_71 , 1.6200 , 900.0000 , 55.1385 , 555.5556 , 1.6667 , 1.1176 , 0.5676 , 0.5648 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4349 , cls_71 , 1.2600 , 1140.0000 , 85.2175 , 904.7619 , 2.3750 , 1.1974 , 0.8629 , 0.3095 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4361 , cls_71 , 0.8100 , 420.0000 , 34.7671 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4367 , cls_71 , 0.9000 , 540.0000 , 44.9909 , 600.0000 , 1.2857 , 1.0775 , 0.7170 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4368 , cls_71 , 0.9900 , 900.0000 , 65.7967 , 909.0909 , 2.1429 , 1.1774 , 0.8444 , 0.3030 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4369 , cls_71 , 0.9000 , 420.0000 , 36.0063 , 466.6667 , 1.0000 , 1.0223 , 0.4907 , 0.5833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4373 , cls_71 , 13.2300 , 2760.0000 , 187.9083 , 208.6168 , 1.8400 , 1.1086 , 0.7283 , 0.8220 , 13.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4383 , cls_71 , 1.8900 , 1320.0000 , 69.2376 , 698.4127 , 2.2000 , 1.1778 , 0.6387 , 0.4524 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4384 , cls_71 , 3.3300 , 2280.0000 , 149.5144 , 684.6847 , 2.9231 , 1.2188 , 0.8912 , 0.4730 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4388 , cls_71 , 0.9000 , 840.0000 , 55.6296 , 933.3333 , 2.0000 , 1.1745 , 0.7170 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4404 , cls_71 , 1.3500 , 1080.0000 , 70.8736 , 800.0000 , 2.2500 , 1.1773 , 0.7613 , 0.4000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4409 , cls_71 , 1.2600 , 840.0000 , 55.1816 , 666.6667 , 1.7500 , 1.1327 , 0.5544 , 0.4762 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4415 , cls_71 , 1.2600 , 900.0000 , 61.5953 , 714.2857 , 1.8750 , 1.1473 , 0.6927 , 0.4643 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4417 , cls_71 , 0.6300 , 420.0000 , 35.6454 , 666.6667 , 1.1667 , 1.0640 , 0.6572 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4419 , cls_71 , 0.6300 , 420.0000 , 35.6333 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4420 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4421 , cls_71 , 1.2600 , 600.0000 , 45.4526 , 476.1905 , 1.2500 , 1.0614 , 0.5652 , 0.5833 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4425 , cls_71 , 0.9900 , 900.0000 , 57.3259 , 909.0909 , 2.1429 , 1.1774 , 0.7199 , 0.3030 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4440 , cls_71 , 3.2400 , 1680.0000 , 107.4131 , 518.5185 , 2.3333 , 1.1632 , 0.7637 , 0.5787 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4442 , cls_71 , 0.9900 , 780.0000 , 60.6715 , 787.8788 , 1.8571 , 1.1463 , 0.7357 , 0.3636 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4454 , cls_71 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4473 , cls_71 , 2.6100 , 1380.0000 , 91.4375 , 528.7356 , 2.0909 , 1.1492 , 0.7160 , 0.5690 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4476 , cls_71 , 1.6200 , 1260.0000 , 72.4458 , 777.7778 , 2.3333 , 1.1870 , 0.7425 , 0.3704 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4483 , cls_71 , 0.8100 , 600.0000 , 39.3833 , 740.7407 , 1.6667 , 1.1135 , 0.5416 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4491 , cls_71 , 0.6300 , 480.0000 , 38.0364 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4494 , cls_71 , 0.9900 , 780.0000 , 47.7186 , 787.8788 , 1.8571 , 1.1463 , 0.6584 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4499 , cls_71 , 1.4400 , 1320.0000 , 88.3928 , 916.6667 , 2.7500 , 1.2113 , 0.8502 , 0.3438 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4502 , cls_71 , 3.3300 , 960.0000 , 72.6959 , 288.2883 , 1.2308 , 1.0526 , 0.5289 , 0.7613 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4509 , cls_71 , 2.5200 , 1380.0000 , 75.2366 , 547.6190 , 2.0909 , 1.1532 , 0.6637 , 0.5655 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4514 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4518 , cls_71 , 1.0800 , 600.0000 , 41.3485 , 555.5556 , 1.4286 , 1.0790 , 0.4731 , 0.5556 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4520 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4535 , cls_71 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4537 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4544 , cls_71 , 7.2000 , 3600.0000 , 146.2260 , 500.0000 , 3.3333 , 1.2164 , 0.7453 , 0.6125 , 7.2000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4560 , cls_71 , 0.8100 , 600.0000 , 53.6080 , 740.7407 , 1.6667 , 1.1135 , 0.7453 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4565 , cls_71 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4569 , cls_71 , 0.6300 , 600.0000 , 45.3283 , 952.3810 , 1.6667 , 1.1455 , 0.7215 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4588 , cls_71 , 2.5200 , 1560.0000 , 102.7474 , 619.0476 , 2.3636 , 1.1774 , 0.7670 , 0.5000 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4616 , cls_71 , 3.1500 , 2280.0000 , 118.7704 , 723.8095 , 3.1667 , 1.2253 , 0.8079 , 0.4333 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4618 , cls_71 , 1.2600 , 1080.0000 , 71.0047 , 857.1429 , 2.2500 , 1.1859 , 0.7258 , 0.3095 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4620 , cls_71 , 9.6300 , 3900.0000 , 176.1765 , 404.9844 , 3.0952 , 1.1995 , 0.7748 , 0.6698 , 9.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4622 , cls_71 , 1.8000 , 1200.0000 , 97.6366 , 666.6667 , 2.2222 , 1.1643 , 0.8739 , 0.4833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4634 , cls_71 , 0.8100 , 780.0000 , 65.2697 , 962.9630 , 2.1667 , 1.1718 , 0.8237 , 0.2593 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 488.3646 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4641 , cls_71 , 0.9000 , 660.0000 , 45.6723 , 733.3333 , 1.5714 , 1.1216 , 0.6817 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4642 , cls_71 , 0.9000 , 600.0000 , 46.2527 , 666.6667 , 1.4286 , 1.1006 , 0.6255 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4644 , cls_71 , 0.7200 , 480.0000 , 39.6270 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4649 , cls_71 , 0.9900 , 960.0000 , 73.7390 , 969.6970 , 2.2857 , 1.1914 , 0.7940 , 0.2727 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4652 , cls_71 , 0.5400 , 420.0000 , 36.1803 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4654 , cls_71 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4661 , cls_71 , 9.8100 , 1800.0000 , 128.8762 , 183.4862 , 1.4286 , 1.0631 , 0.6504 , 0.8440 , 9.8100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4672 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4691 , cls_71 , 1.7100 , 1200.0000 , 78.0196 , 701.7544 , 2.2222 , 1.1704 , 0.7859 , 0.4649 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4692 , cls_71 , 2.1600 , 1200.0000 , 79.6229 , 555.5556 , 2.0000 , 1.1430 , 0.7062 , 0.5556 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4697 , cls_71 , 0.5400 , 600.0000 , 45.2643 , 1111.1111 , 2.0000 , 1.1661 , 0.7753 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4709 , cls_71 , 0.6300 , 540.0000 , 42.0510 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4745 , cls_71 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4754 , cls_71 , 1.2600 , 960.0000 , 64.3592 , 761.9048 , 2.0000 , 1.1610 , 0.7258 , 0.4048 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4772 , cls_71 , 0.7200 , 720.0000 , 53.3375 , 1000.0000 , 2.0000 , 1.1693 , 0.7736 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4792 , cls_71 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4808 , cls_71 , 0.9900 , 540.0000 , 40.3151 , 545.4545 , 1.2857 , 1.0663 , 0.5170 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4811 , cls_71 , 2.3400 , 1560.0000 , 133.6660 , 666.6667 , 2.3636 , 1.1861 , 0.8851 , 0.4551 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4819 , cls_71 , 3.6900 , 1320.0000 , 99.1573 , 357.7236 , 1.6923 , 1.1029 , 0.7178 , 0.7033 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4821 , cls_71 , 6.3000 , 2640.0000 , 113.8329 , 419.0476 , 2.5882 , 1.1750 , 0.6723 , 0.6786 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4824 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4826 , cls_71 , 2.5200 , 2100.0000 , 112.1705 , 833.3333 , 3.1818 , 1.2360 , 0.7258 , 0.3750 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4841 , cls_71 , 10.0800 , 3600.0000 , 151.3662 , 357.1429 , 2.7273 , 1.1809 , 0.7258 , 0.7128 , 10.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4844 , cls_71 , 0.7200 , 720.0000 , 49.6345 , 1000.0000 , 2.0000 , 1.1693 , 0.7963 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4848 , cls_71 , 0.9900 , 600.0000 , 44.4561 , 606.0606 , 1.4286 , 1.0892 , 0.5881 , 0.5000 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4854 , cls_71 , 0.7200 , 480.0000 , 38.9141 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4855 , cls_71 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4867 , cls_71 , 1.5300 , 960.0000 , 67.4014 , 627.4510 , 1.7778 , 1.1376 , 0.7035 , 0.4804 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4872 , cls_71 , 1.8000 , 1020.0000 , 79.7568 , 566.6667 , 1.8889 , 1.1311 , 0.7963 , 0.5333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4878 , cls_71 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4889 , cls_71 , 2.1600 , 900.0000 , 76.8252 , 416.6667 , 1.5000 , 1.0853 , 0.7366 , 0.6389 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4897 , cls_71 , 0.9900 , 480.0000 , 40.6162 , 484.8485 , 1.1429 , 1.0407 , 0.5623 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4902 , cls_71 , 2.8800 , 1560.0000 , 89.7018 , 541.6667 , 2.1667 , 1.1621 , 0.6262 , 0.5625 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4903 , cls_71 , 1.1700 , 720.0000 , 60.1910 , 615.3846 , 1.5000 , 1.1087 , 0.6817 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4908 , cls_71 , 1.1700 , 780.0000 , 50.3521 , 666.6667 , 1.6250 , 1.1258 , 0.6689 , 0.4872 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4918 , cls_71 , 2.3400 , 1380.0000 , 87.5092 , 589.7436 , 2.0909 , 1.1617 , 0.7566 , 0.5128 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4919 , cls_71 , 0.9900 , 540.0000 , 39.8399 , 545.4545 , 1.2857 , 1.0663 , 0.5170 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4939 , cls_71 , 3.0600 , 1140.0000 , 77.8126 , 372.5490 , 1.5833 , 1.0945 , 0.5916 , 0.6863 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4940 , cls_71 , 0.8100 , 360.0000 , 32.1895 , 444.4444 , 1.0000 , 1.0000 , 0.3634 , 0.5926 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4945 , cls_71 , 6.5700 , 2340.0000 , 153.0218 , 356.1644 , 2.1667 , 1.1488 , 0.8005 , 0.7055 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4951 , cls_71 , 0.6300 , 480.0000 , 40.5326 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4955 , cls_71 , 0.6300 , 480.0000 , 44.7920 , 761.9048 , 1.3333 , 1.0945 , 0.7591 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4960 , cls_71 , 0.7200 , 480.0000 , 38.3750 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4964 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4966 , cls_71 , 2.4300 , 1200.0000 , 74.0558 , 493.8272 , 1.8182 , 1.1297 , 0.5955 , 0.5864 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4969 , cls_71 , 0.9900 , 480.0000 , 40.6162 , 484.8485 , 1.1429 , 1.0407 , 0.5623 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4971 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4976 , cls_71 , 1.4400 , 780.0000 , 64.1878 , 541.6667 , 1.6250 , 1.1014 , 0.7603 , 0.5417 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4991 , cls_71 , 15.2100 , 4860.0000 , 298.6076 , 319.5266 , 3.1154 , 1.1905 , 0.8482 , 0.7347 , 15.2100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5005 , cls_71 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5006 , cls_71 , 0.9000 , 480.0000 , 41.3283 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5016 , cls_71 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5021 , cls_71 , 0.9900 , 720.0000 , 48.6573 , 727.2727 , 1.7143 , 1.1289 , 0.6888 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5033 , cls_71 , 0.8100 , 720.0000 , 51.8515 , 888.8889 , 2.0000 , 1.1540 , 0.6903 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5034 , cls_71 , 34.9200 , 8400.0000 , 325.9041 , 240.5498 , 3.5000 , 1.1987 , 0.7495 , 0.7981 , 34.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5045 , cls_71 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5048 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5059 , cls_71 , 4.1400 , 1740.0000 , 107.1961 , 420.2899 , 2.0714 , 1.1429 , 0.7143 , 0.6594 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5069 , cls_71 , 0.5400 , 480.0000 , 34.3237 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5078 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5079 , cls_71 , 1.7100 , 1200.0000 , 78.7553 , 701.7544 , 2.2222 , 1.1704 , 0.7154 , 0.4474 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5080 , cls_71 , 0.7200 , 540.0000 , 44.0725 , 750.0000 , 1.5000 , 1.1046 , 0.7453 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5081 , cls_71 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5090 , cls_71 , 0.6300 , 480.0000 , 37.2230 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5093 , cls_71 , 0.4500 , 540.0000 , 40.3503 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5106 , cls_71 , 2.0700 , 1080.0000 , 79.4855 , 521.7391 , 1.8000 , 1.1267 , 0.7184 , 0.5725 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5107 , cls_71 , 0.9900 , 600.0000 , 49.7018 , 606.0606 , 1.4286 , 1.0892 , 0.7357 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5111 , cls_71 , 2.7000 , 960.0000 , 74.5046 , 355.5556 , 1.4545 , 1.0743 , 0.6496 , 0.7000 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5118 , cls_71 , 1.7100 , 1080.0000 , 72.1899 , 631.5789 , 2.0000 , 1.1488 , 0.7718 , 0.4912 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5121 , cls_71 , 0.4500 , 540.0000 , 40.6455 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5123 , cls_71 , 0.9900 , 540.0000 , 41.3824 , 545.4545 , 1.2857 , 1.0663 , 0.5170 , 0.5606 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5140 , cls_71 , 1.3500 , 1080.0000 , 69.7025 , 800.0000 , 2.2500 , 1.1773 , 0.7419 , 0.3667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5148 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5169 , cls_71 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5173 , cls_71 , 0.8100 , 660.0000 , 50.1012 , 814.8148 , 1.8333 , 1.1347 , 0.7796 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 308.8689 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5191 , cls_71 , 1.2600 , 900.0000 , 56.2991 , 714.2857 , 1.8750 , 1.1473 , 0.6637 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5198 , cls_71 , 21.2400 , 10320.0000 , 269.4637 , 485.8757 , 5.5484 , 1.2808 , 0.7506 , 0.6215 , 21.2400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5202 , cls_71 , 0.6300 , 600.0000 , 42.2767 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5204 , cls_71 , 1.0800 , 960.0000 , 80.0634 , 888.8889 , 2.2857 , 1.1802 , 0.8694 , 0.3472 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5221 , cls_71 , 2.7000 , 1740.0000 , 95.0012 , 644.4444 , 2.6364 , 1.1908 , 0.7062 , 0.4833 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5241 , cls_71 , 1.0800 , 840.0000 , 53.9426 , 777.7778 , 2.0000 , 1.1515 , 0.7062 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5242 , cls_71 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 512.6402 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5249 , cls_71 , 9.2700 , 4800.0000 , 175.6245 , 517.7994 , 3.8095 , 1.2398 , 0.7976 , 0.5906 , 9.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5263 , cls_71 , 2.6100 , 1260.0000 , 72.2366 , 482.7586 , 1.9091 , 1.1313 , 0.5656 , 0.6092 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 690.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5266 , cls_71 , 1.0800 , 600.0000 , 45.1161 , 555.5556 , 1.4286 , 1.0790 , 0.5506 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5276 , cls_71 , 22.4100 , 7380.0000 , 262.6066 , 329.3173 , 3.8438 , 1.2208 , 0.7523 , 0.7316 , 22.4100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5277 , cls_71 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5278 , cls_71 , 0.6300 , 480.0000 , 34.6438 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 360.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5281 , cls_71 , 2.8800 , 1320.0000 , 79.7582 , 458.3333 , 1.8333 , 1.1295 , 0.7026 , 0.6302 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5283 , cls_71 , 0.9000 , 840.0000 , 64.3835 , 933.3333 , 2.0000 , 1.1745 , 0.8041 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5284 , cls_71 , 0.5400 , 600.0000 , 44.1421 , 1111.1111 , 2.0000 , 1.1661 , 0.6180 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5296 , cls_71 , 3.3300 , 1440.0000 , 78.7561 , 432.4324 , 1.8462 , 1.1305 , 0.5556 , 0.6486 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5300 , cls_71 , 0.5400 , 600.0000 , 52.4985 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5304 , cls_71 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5305 , cls_71 , 2.1600 , 1500.0000 , 82.1031 , 694.4444 , 2.5000 , 1.1877 , 0.7366 , 0.5000 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 330.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5341 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5351 , cls_71 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5362 , cls_71 , 2.6100 , 1380.0000 , 92.8692 , 528.7356 , 2.0909 , 1.1492 , 0.8087 , 0.5690 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5363 , cls_71 , 12.5100 , 4140.0000 , 184.7025 , 330.9353 , 2.8750 , 1.1830 , 0.6373 , 0.7314 , 12.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5412 , cls_71 , 6.5700 , 1500.0000 , 105.5115 , 228.3105 , 1.3889 , 1.0686 , 0.5869 , 0.8059 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5414 , cls_71 , 0.8100 , 600.0000 , 43.5296 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5419 , cls_71 , 2.2500 , 840.0000 , 64.6046 , 373.3333 , 1.4000 , 1.0672 , 0.5579 , 0.6800 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5436 , cls_71 , 3.5100 , 2220.0000 , 164.2914 , 632.4786 , 2.8462 , 1.2075 , 0.9275 , 0.5214 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5438 , cls_71 , 2.1600 , 1620.0000 , 110.1316 , 750.0000 , 2.7000 , 1.2031 , 0.8694 , 0.3958 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5440 , cls_71 , 0.5400 , 480.0000 , 44.0739 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5441 , cls_71 , 0.9000 , 660.0000 , 57.8642 , 733.3333 , 1.5714 , 1.1216 , 0.8041 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5454 , cls_71 , 0.5400 , 420.0000 , 34.6040 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5467 , cls_71 , 0.9900 , 960.0000 , 53.7060 , 969.6970 , 2.2857 , 1.1914 , 0.7307 , 0.3030 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5469 , cls_71 , 0.9000 , 480.0000 , 37.6863 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5473 , cls_71 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5477 , cls_71 , 2.8800 , 1860.0000 , 94.9085 , 645.8333 , 2.5833 , 1.1963 , 0.7209 , 0.5052 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5479 , cls_71 , 3.5100 , 1740.0000 , 86.7510 , 495.7265 , 2.2308 , 1.1610 , 0.6645 , 0.6154 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5483 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5484 , cls_71 , 1.0800 , 840.0000 , 57.2633 , 777.7778 , 2.0000 , 1.1515 , 0.7753 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5490 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5498 , cls_71 , 1.0800 , 900.0000 , 88.1709 , 833.3333 , 2.1429 , 1.1663 , 0.8472 , 0.3056 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5513 , cls_71 , 0.8100 , 660.0000 , 42.4284 , 814.8148 , 1.8333 , 1.1347 , 0.6048 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5526 , cls_71 , 8.4600 , 3300.0000 , 183.3226 , 390.0709 , 2.7500 , 1.1838 , 0.8253 , 0.6986 , 8.4600 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5542 , cls_71 , 2.2500 , 960.0000 , 60.5702 , 426.6667 , 1.6000 , 1.0938 , 0.5103 , 0.6467 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5545 , cls_71 , 0.6300 , 480.0000 , 36.2380 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5548 , cls_71 , 1.4400 , 840.0000 , 59.8781 , 583.3333 , 1.7500 , 1.1169 , 0.6866 , 0.5313 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 456.9464 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5558 , cls_71 , 2.0700 , 1020.0000 , 61.6741 , 492.7536 , 1.7000 , 1.1152 , 0.5495 , 0.5942 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5578 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5582 , cls_71 , 2.7900 , 1500.0000 , 82.5044 , 537.6344 , 2.0833 , 1.1580 , 0.6964 , 0.5645 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5586 , cls_71 , 4.4100 , 2580.0000 , 129.7641 , 585.0340 , 3.0714 , 1.2099 , 0.7834 , 0.5306 , 4.4100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5587 , cls_71 , 1.1700 , 780.0000 , 53.6351 , 666.6667 , 1.6250 , 1.1258 , 0.7763 , 0.4872 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5602 , cls_71 , 0.4500 , 540.0000 , 45.2808 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5603 , cls_71 , 4.6800 , 1860.0000 , 105.7535 , 397.4359 , 2.0667 , 1.1423 , 0.6322 , 0.6827 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5608 , cls_71 , 0.9000 , 660.0000 , 64.9958 , 733.3333 , 1.5714 , 1.1216 , 0.8256 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5621 , cls_71 , 0.5400 , 600.0000 , 43.9320 , 1111.1111 , 2.0000 , 1.1661 , 0.7613 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5632 , cls_71 , 0.6300 , 600.0000 , 46.2962 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 456.9464 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5656 , cls_71 , 1.8000 , 900.0000 , 69.1907 , 500.0000 , 1.6667 , 1.1055 , 0.7004 , 0.5833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5678 , cls_71 , 0.6300 , 480.0000 , 38.6744 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5679 , cls_71 , 1.0800 , 1020.0000 , 76.9000 , 944.4444 , 2.4286 , 1.1933 , 0.8694 , 0.2917 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5680 , cls_71 , 2.4300 , 1380.0000 , 71.0113 , 567.9012 , 2.0909 , 1.1573 , 0.7036 , 0.5679 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5683 , cls_71 , 5.1300 , 3000.0000 , 255.2332 , 584.7953 , 3.1250 , 1.2208 , 0.9302 , 0.5088 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5684 , cls_71 , 1.9800 , 1260.0000 , 111.6291 , 636.3636 , 2.1000 , 1.1629 , 0.8679 , 0.4470 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5693 , cls_71 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5698 , cls_71 , 0.7200 , 540.0000 , 38.9581 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5705 , cls_71 , 0.7200 , 540.0000 , 39.6270 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5721 , cls_71 , 0.9000 , 660.0000 , 43.3746 , 733.3333 , 1.5714 , 1.1216 , 0.7170 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5734 , cls_71 , 0.6300 , 420.0000 , 33.6998 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5749 , cls_71 , 0.8100 , 540.0000 , 41.5822 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5751 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 256.3201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5755 , cls_71 , 0.5400 , 420.0000 , 37.5676 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 270.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5762 , cls_71 , 0.8100 , 600.0000 , 42.0562 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5763 , cls_71 , 0.7200 , 420.0000 , 35.2219 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 553.1727 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5767 , cls_71 , 2.6100 , 1140.0000 , 90.7408 , 436.7816 , 1.7273 , 1.1116 , 0.8258 , 0.6092 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5789 , cls_71 , 0.7200 , 420.0000 , 34.4171 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5818 , cls_71 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5874 , cls_71 , 0.6300 , 480.0000 , 35.0310 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5910 , cls_71 , 60.3000 , 14580.0000 , 428.5188 , 241.7910 , 4.6731 , 1.2324 , 0.7541 , 0.8040 , 60.3000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5970 , cls_71 , 13.7700 , 3000.0000 , 159.9426 , 217.8649 , 2.0000 , 1.1189 , 0.5819 , 0.8181 , 13.7700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5972 , cls_71 , 1.2600 , 960.0000 , 90.1762 , 761.9048 , 2.0000 , 1.1610 , 0.8629 , 0.3810 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5973 , cls_71 , 2.4300 , 1320.0000 , 84.4392 , 543.2099 , 2.0000 , 1.1485 , 0.7036 , 0.5556 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5980 , cls_71 , 1.0800 , 540.0000 , 45.4262 , 500.0000 , 1.2857 , 1.0563 , 0.6180 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5982 , cls_71 , 0.9900 , 960.0000 , 66.7095 , 969.6970 , 2.2857 , 1.1914 , 0.7845 , 0.3182 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5984 , cls_71 , 0.9000 , 600.0000 , 59.3872 , 666.6667 , 1.4286 , 1.1006 , 0.8041 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6005 , cls_71 , 2.5200 , 1320.0000 , 86.7066 , 523.8095 , 2.0000 , 1.1444 , 0.6435 , 0.5536 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6010 , cls_71 , 1.1700 , 600.0000 , 46.4948 , 512.8205 , 1.2500 , 1.0698 , 0.5862 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6012 , cls_71 , 2.7900 , 1980.0000 , 110.2541 , 709.6774 , 2.7500 , 1.2123 , 0.8075 , 0.4677 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6027 , cls_71 , 1.2600 , 1080.0000 , 77.7406 , 857.1429 , 2.2500 , 1.1859 , 0.8217 , 0.3214 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6033 , cls_71 , 1.0800 , 600.0000 , 49.2200 , 555.5556 , 1.4286 , 1.0790 , 0.6944 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6035 , cls_71 , 11.1600 , 2760.0000 , 147.2713 , 247.3118 , 2.0000 , 1.1248 , 0.6545 , 0.7930 , 11.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6040 , cls_71 , 1.4400 , 720.0000 , 52.3894 , 500.0000 , 1.5000 , 1.0847 , 0.6082 , 0.5729 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6067 , cls_71 , 0.5400 , 540.0000 , 52.9083 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6068 , cls_71 , 0.9000 , 660.0000 , 55.3638 , 733.3333 , 1.5714 , 1.1216 , 0.8128 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6084 , cls_71 , 0.8100 , 840.0000 , 61.1045 , 1037.0370 , 2.3333 , 1.1883 , 0.8315 , 0.2222 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6085 , cls_71 , 1.3500 , 960.0000 , 54.7266 , 711.1111 , 2.0000 , 1.1526 , 0.6707 , 0.4667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6089 , cls_71 , 0.6300 , 480.0000 , 37.4341 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6099 , cls_71 , 0.9000 , 600.0000 , 49.2306 , 666.6667 , 1.4286 , 1.1006 , 0.7551 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6111 , cls_71 , 1.1700 , 960.0000 , 56.4440 , 820.5128 , 2.0000 , 1.1702 , 0.6322 , 0.3846 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6115 , cls_71 , 0.5400 , 420.0000 , 39.3630 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6116 , cls_71 , 33.4800 , 8160.0000 , 281.2164 , 243.7276 , 3.4872 , 1.1981 , 0.5896 , 0.7979 , 33.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6121 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6123 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6124 , cls_71 , 0.6300 , 600.0000 , 47.4616 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 364.9658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6127 , cls_71 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 331.3608 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6138 , cls_71 , 1.3500 , 720.0000 , 48.0496 , 533.3333 , 1.5000 , 1.0921 , 0.5756 , 0.5556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6145 , cls_71 , 2.1600 , 840.0000 , 60.2518 , 388.8889 , 1.4000 , 1.0715 , 0.5814 , 0.6806 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6147 , cls_71 , 0.9000 , 840.0000 , 53.9448 , 933.3333 , 2.0000 , 1.1745 , 0.6894 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6148 , cls_71 , 0.5400 , 420.0000 , 39.3630 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6151 , cls_71 , 5.0400 , 2700.0000 , 130.8964 , 535.7143 , 3.0000 , 1.2033 , 0.7884 , 0.5863 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6155 , cls_71 , 7.8300 , 2280.0000 , 114.4591 , 291.1877 , 2.0000 , 1.1263 , 0.5569 , 0.7605 , 7.8300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6159 , cls_71 , 0.5400 , 480.0000 , 40.5020 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6162 , cls_71 , 1.2600 , 660.0000 , 60.9434 , 523.8095 , 1.3750 , 1.0816 , 0.7078 , 0.5476 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6164 , cls_71 , 0.8100 , 600.0000 , 47.6141 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6169 , cls_71 , 2.0700 , 1020.0000 , 65.5003 , 492.7536 , 1.7000 , 1.1152 , 0.6555 , 0.6014 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6173 , cls_71 , 1.4400 , 840.0000 , 58.9462 , 583.3333 , 1.7500 , 1.1169 , 0.6866 , 0.5313 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6175 , cls_71 , 2.1600 , 1560.0000 , 106.3925 , 722.2222 , 2.6000 , 1.1956 , 0.8732 , 0.4097 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6180 , cls_71 , 2.1600 , 1380.0000 , 90.8654 , 638.8889 , 2.3000 , 1.1710 , 0.7935 , 0.4792 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6190 , cls_71 , 1.0800 , 780.0000 , 57.8949 , 722.2222 , 1.8571 , 1.1355 , 0.7753 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6194 , cls_71 , 0.5400 , 480.0000 , 37.0246 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6206 , cls_71 , 1.5300 , 1140.0000 , 83.4592 , 745.0980 , 2.1111 , 1.1733 , 0.7958 , 0.4314 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6210 , cls_71 , 1.4400 , 780.0000 , 50.5002 , 541.6667 , 1.6250 , 1.1014 , 0.4907 , 0.5833 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6228 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6232 , cls_71 , 4.6800 , 1320.0000 , 92.4681 , 282.0513 , 1.4667 , 1.0785 , 0.6421 , 0.7660 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6235 , cls_71 , 0.4500 , 600.0000 , 36.2076 , 1333.3333 , 2.0000 , 1.1913 , 0.6817 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6239 , cls_71 , 0.8100 , 420.0000 , 34.8518 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6252 , cls_71 , 3.4200 , 1620.0000 , 100.4604 , 473.6842 , 2.0769 , 1.1502 , 0.7154 , 0.6140 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6254 , cls_71 , 2.5200 , 1740.0000 , 128.0940 , 690.4762 , 2.6364 , 1.1989 , 0.8629 , 0.4583 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6257 , cls_71 , 0.7200 , 720.0000 , 58.8025 , 1000.0000 , 2.0000 , 1.1693 , 0.7736 , 0.2500 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6265 , cls_71 , 1.8000 , 840.0000 , 53.3293 , 466.6667 , 1.5556 , 1.0915 , 0.5103 , 0.6417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6275 , cls_71 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6282 , cls_71 , 0.6300 , 480.0000 , 34.1942 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6283 , cls_71 , 1.6200 , 840.0000 , 61.0012 , 518.5185 , 1.5556 , 1.1033 , 0.6243 , 0.5556 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6284 , cls_71 , 0.9900 , 780.0000 , 69.8413 , 787.8788 , 1.8571 , 1.1463 , 0.8556 , 0.3485 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6289 , cls_71 , 1.0800 , 660.0000 , 55.1018 , 611.1111 , 1.5714 , 1.0996 , 0.7366 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6292 , cls_71 , 3.1500 , 1080.0000 , 71.2659 , 342.8571 , 1.5000 , 1.0810 , 0.4993 , 0.7238 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6298 , cls_71 , 1.0800 , 660.0000 , 48.5619 , 611.1111 , 1.5714 , 1.0996 , 0.7062 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6308 , cls_71 , 0.6300 , 540.0000 , 38.6698 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6309 , cls_71 , 4.1400 , 3120.0000 , 244.7327 , 753.6232 , 3.7143 , 1.2528 , 0.9514 , 0.4384 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6317 , cls_71 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6318 , cls_71 , 1.3500 , 960.0000 , 58.0338 , 711.1111 , 2.0000 , 1.1526 , 0.6707 , 0.4111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6324 , cls_71 , 2.9700 , 1860.0000 , 93.3250 , 626.2626 , 2.5833 , 1.1928 , 0.8133 , 0.4949 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6326 , cls_71 , 14.3100 , 3000.0000 , 159.4837 , 209.6436 , 1.9231 , 1.1153 , 0.7005 , 0.8302 , 14.3100 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6328 , cls_71 , 1.9800 , 1140.0000 , 81.4037 , 575.7576 , 1.9000 , 1.1427 , 0.7112 , 0.5379 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6330 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6347 , cls_71 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6349 , cls_71 , 2.3400 , 1380.0000 , 103.9660 , 589.7436 , 2.0909 , 1.1617 , 0.8676 , 0.5321 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6351 , cls_71 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6354 , cls_71 , 3.4200 , 1200.0000 , 77.0660 , 350.8772 , 1.5385 , 1.0927 , 0.6129 , 0.7105 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6356 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6360 , cls_71 , 1.3500 , 780.0000 , 55.8761 , 577.7778 , 1.6250 , 1.1089 , 0.7384 , 0.5111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6363 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6364 , cls_71 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6366 , cls_71 , 0.5400 , 660.0000 , 54.6257 , 1222.2222 , 2.2000 , 1.1882 , 0.8302 , 0.1667 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 271.6616 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6367 , cls_71 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6368 , cls_71 , 0.4500 , 540.0000 , 37.0835 , 1200.0000 , 1.8000 , 1.1663 , 0.6463 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6371 , cls_71 , 0.8100 , 780.0000 , 52.5611 , 962.9630 , 2.1667 , 1.1718 , 0.8237 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6373 , cls_71 , 0.5400 , 540.0000 , 46.9258 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6384 , cls_71 , 0.7200 , 600.0000 , 49.1247 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6404 , cls_71 , 1.2600 , 780.0000 , 56.8889 , 619.0476 , 1.6250 , 1.1170 , 0.6039 , 0.4881 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6405 , cls_71 , 1.1700 , 780.0000 , 57.2472 , 666.6667 , 1.6250 , 1.1258 , 0.7733 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 432.6662 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6407 , cls_71 , 0.6300 , 480.0000 , 33.2209 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6409 , cls_71 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6417 , cls_71 , 1.3500 , 900.0000 , 86.2694 , 666.6667 , 1.8750 , 1.1390 , 0.8434 , 0.4222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6424 , cls_71 , 0.7200 , 600.0000 , 50.9457 , 833.3333 , 1.6667 , 1.1283 , 0.7963 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6425 , cls_71 , 2.2500 , 1740.0000 , 115.6987 , 773.3333 , 2.9000 , 1.2125 , 0.8498 , 0.4333 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6434 , cls_71 , 2.8800 , 1500.0000 , 78.7680 , 520.8333 , 2.0833 , 1.1544 , 0.6488 , 0.5521 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6436 , cls_71 , 10.7100 , 3120.0000 , 155.3231 , 291.3165 , 2.3636 , 1.1500 , 0.7086 , 0.7591 , 10.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6440 , cls_71 , 0.8100 , 540.0000 , 38.6950 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6442 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6450 , cls_71 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6453 , cls_71 , 0.8100 , 720.0000 , 54.5626 , 888.8889 , 2.0000 , 1.1540 , 0.8121 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6461 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6467 , cls_71 , 1.1700 , 600.0000 , 49.9597 , 512.8205 , 1.2500 , 1.0698 , 0.6689 , 0.5769 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6483 , cls_71 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6484 , cls_71 , 0.6300 , 480.0000 , 39.6042 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6487 , cls_71 , 0.7200 , 420.0000 , 35.9822 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6488 , cls_71 , 0.5400 , 600.0000 , 53.8676 , 1111.1111 , 2.0000 , 1.1661 , 0.8472 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6490 , cls_71 , 0.7200 , 660.0000 , 41.2327 , 916.6667 , 1.8333 , 1.1497 , 0.6488 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6498 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6504 , cls_71 , 1.5300 , 1080.0000 , 93.6650 , 705.8824 , 2.0000 , 1.1620 , 0.8408 , 0.4216 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6506 , cls_71 , 0.7200 , 420.0000 , 34.4171 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6519 , cls_71 , 2.6100 , 1380.0000 , 91.4950 , 528.7356 , 2.0909 , 1.1492 , 0.7522 , 0.5517 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6520 , cls_71 , 7.4700 , 4260.0000 , 165.7456 , 570.2811 , 3.7368 , 1.2424 , 0.8503 , 0.5542 , 7.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6538 , cls_71 , 0.7200 , 780.0000 , 55.1301 , 1083.3333 , 2.1667 , 1.1874 , 0.8244 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6541 , cls_71 , 5.8500 , 3660.0000 , 159.5309 , 625.6410 , 3.5882 , 1.2424 , 0.8157 , 0.5103 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6546 , cls_71 , 0.5400 , 420.0000 , 32.0711 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 283.0194 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6548 , cls_71 , 3.6900 , 1920.0000 , 122.3816 , 520.3252 , 2.4615 , 1.1742 , 0.8200 , 0.5813 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6549 , cls_71 , 0.9900 , 540.0000 , 50.7933 , 545.4545 , 1.2857 , 1.0663 , 0.7357 , 0.5000 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6558 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6566 , cls_71 , 0.6300 , 480.0000 , 42.7536 , 761.9048 , 1.3333 , 1.0945 , 0.7591 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6570 , cls_71 , 0.7200 , 600.0000 , 43.1076 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6571 , cls_71 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6573 , cls_71 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6576 , cls_71 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6577 , cls_71 , 0.7200 , 540.0000 , 45.4837 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6584 , cls_71 , 2.7000 , 780.0000 , 65.5345 , 288.8889 , 1.1818 , 1.0336 , 0.4838 , 0.7389 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6594 , cls_71 , 0.9900 , 720.0000 , 48.3435 , 727.2727 , 1.7143 , 1.1289 , 0.5881 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6609 , cls_71 , 0.8100 , 600.0000 , 43.9161 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6610 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6614 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6646 , cls_71 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6648 , cls_71 , 0.4500 , 480.0000 , 34.8693 , 1066.6667 , 1.6000 , 1.1383 , 0.5103 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6663 , cls_71 , 26.9100 , 11400.0000 , 340.1716 , 423.6343 , 5.4286 , 1.2725 , 0.7894 , 0.6616 , 26.9100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6668 , cls_71 , 2.1600 , 1800.0000 , 144.8894 , 833.3333 , 3.0000 , 1.2242 , 0.9101 , 0.3819 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6670 , cls_71 , 1.8900 , 720.0000 , 55.9375 , 380.9524 , 1.2000 , 1.0547 , 0.4955 , 0.6746 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6672 , cls_71 , 0.7200 , 660.0000 , 61.1940 , 916.6667 , 1.8333 , 1.1497 , 0.8433 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6677 , cls_71 , 0.6300 , 660.0000 , 58.9216 , 1047.6190 , 1.8333 , 1.1673 , 0.8629 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 331.3608 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6684 , cls_71 , 1.6200 , 720.0000 , 53.3581 , 444.4444 , 1.3333 , 1.0715 , 0.6630 , 0.6296 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6694 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 268.3282 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6701 , cls_71 , 9.6300 , 4860.0000 , 180.0102 , 504.6729 , 3.8571 , 1.2379 , 0.7045 , 0.5919 , 9.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6708 , cls_71 , 0.6300 , 600.0000 , 47.6661 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6711 , cls_71 , 0.6300 , 600.0000 , 46.7330 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6724 , cls_71 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6727 , cls_71 , 1.8000 , 840.0000 , 76.1336 , 466.6667 , 1.5556 , 1.0915 , 0.7805 , 0.5917 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6735 , cls_71 , 0.9000 , 480.0000 , 36.9527 , 533.3333 , 1.1429 , 1.0516 , 0.5103 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 256.3201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6746 , cls_71 , 1.7100 , 720.0000 , 53.3472 , 421.0526 , 1.3333 , 1.0656 , 0.6034 , 0.6491 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6748 , cls_71 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6753 , cls_71 , 5.0400 , 2640.0000 , 131.2211 , 523.8095 , 2.9333 , 1.1992 , 0.7398 , 0.5774 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6764 , cls_71 , 0.7200 , 480.0000 , 34.4013 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6765 , cls_71 , 5.8500 , 3120.0000 , 124.7997 , 533.3333 , 3.0588 , 1.2133 , 0.6322 , 0.5795 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6777 , cls_71 , 0.7200 , 420.0000 , 35.0117 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 494.7727 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6781 , cls_71 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6782 , cls_71 , 4.0500 , 1920.0000 , 110.8711 , 474.0741 , 2.2857 , 1.1639 , 0.6817 , 0.5963 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6784 , cls_71 , 0.8100 , 780.0000 , 54.9262 , 962.9630 , 2.1667 , 1.1718 , 0.6903 , 0.2593 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6788 , cls_71 , 0.6300 , 600.0000 , 41.2227 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6798 , cls_71 , 1.4400 , 960.0000 , 63.5975 , 666.6667 , 2.0000 , 1.1448 , 0.7209 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6802 , cls_71 , 0.5400 , 660.0000 , 54.6257 , 1222.2222 , 2.2000 , 1.1882 , 0.8302 , 0.1667 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6803 , cls_71 , 0.7200 , 780.0000 , 71.5160 , 1083.3333 , 2.1667 , 1.1874 , 0.8855 , 0.2083 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6804 , cls_71 , 2.4300 , 1980.0000 , 98.5265 , 814.8148 , 3.0000 , 1.2288 , 0.6846 , 0.3519 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6805 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6817 , cls_71 , 0.8100 , 600.0000 , 45.9624 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6821 , cls_71 , 1.0800 , 600.0000 , 47.6401 , 555.5556 , 1.4286 , 1.0790 , 0.7062 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6824 , cls_71 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6832 , cls_71 , 0.7200 , 540.0000 , 39.6884 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6843 , cls_71 , 1.5300 , 1320.0000 , 79.7804 , 862.7451 , 2.4444 , 1.2037 , 0.8150 , 0.3725 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6846 , cls_71 , 1.5300 , 1020.0000 , 71.0228 , 666.6667 , 1.8889 , 1.1502 , 0.7595 , 0.4608 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6854 , cls_71 , 3.0600 , 1560.0000 , 85.4450 , 509.8039 , 2.1667 , 1.1552 , 0.7014 , 0.6029 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6861 , cls_71 , 0.8100 , 660.0000 , 49.4453 , 814.8148 , 1.8333 , 1.1347 , 0.6630 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6865 , cls_71 , 0.5400 , 540.0000 , 39.2705 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6882 , cls_71 , 0.9000 , 720.0000 , 61.1075 , 800.0000 , 1.7143 , 1.1407 , 0.8041 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6888 , cls_71 , 1.2600 , 960.0000 , 55.7354 , 761.9048 , 2.0000 , 1.1610 , 0.6039 , 0.4167 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6896 , cls_71 , 0.7200 , 780.0000 , 45.3928 , 1083.3333 , 2.1667 , 1.1874 , 0.7516 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6898 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6901 , cls_71 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6906 , cls_71 , 0.5400 , 480.0000 , 42.4118 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6907 , cls_71 , 2.4300 , 1080.0000 , 76.2663 , 444.4444 , 1.6364 , 1.1088 , 0.6456 , 0.6173 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6914 , cls_71 , 1.0800 , 600.0000 , 47.3519 , 555.5556 , 1.4286 , 1.0790 , 0.5506 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6916 , cls_71 , 10.5300 , 4800.0000 , 183.3571 , 455.8405 , 3.6364 , 1.2262 , 0.8024 , 0.6197 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6935 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6937 , cls_71 , 1.4400 , 1020.0000 , 77.1063 , 708.3333 , 2.1250 , 1.1574 , 0.7453 , 0.3958 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6940 , cls_71 , 1.2600 , 900.0000 , 52.0334 , 714.2857 , 1.8750 , 1.1473 , 0.6039 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6950 , cls_71 , 1.0800 , 900.0000 , 57.1694 , 833.3333 , 2.1429 , 1.1663 , 0.7062 , 0.3472 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6962 , cls_71 , 1.0800 , 660.0000 , 42.5482 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6971 , cls_71 , 0.6300 , 480.0000 , 41.5469 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6972 , cls_71 , 0.7200 , 540.0000 , 51.8938 , 750.0000 , 1.5000 , 1.1046 , 0.8078 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6973 , cls_71 , 0.7200 , 540.0000 , 47.4067 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6975 , cls_71 , 1.1700 , 600.0000 , 48.3303 , 512.8205 , 1.2500 , 1.0698 , 0.6322 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6982 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6983 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6985 , cls_71 , 4.3200 , 1140.0000 , 88.1783 , 263.8889 , 1.3571 , 1.0592 , 0.5814 , 0.7778 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6989 , cls_71 , 0.9000 , 900.0000 , 51.3399 , 1000.0000 , 2.1429 , 1.1897 , 0.6894 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7002 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7008 , cls_71 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7011 , cls_71 , 1.4400 , 960.0000 , 73.6088 , 666.6667 , 2.0000 , 1.1448 , 0.7711 , 0.4688 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7012 , cls_71 , 6.6600 , 3000.0000 , 145.0104 , 450.4505 , 2.7778 , 1.1921 , 0.8299 , 0.6441 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7014 , cls_71 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7018 , cls_71 , 2.6100 , 1140.0000 , 84.0657 , 436.7816 , 1.7273 , 1.1116 , 0.7471 , 0.6264 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7021 , cls_71 , 3.2400 , 1140.0000 , 85.1782 , 351.8519 , 1.5833 , 1.0885 , 0.5593 , 0.7037 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7029 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7032 , cls_71 , 1.5300 , 780.0000 , 58.5974 , 509.8039 , 1.4444 , 1.0945 , 0.7360 , 0.5784 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7038 , cls_71 , 3.0600 , 2340.0000 , 121.3613 , 764.7059 , 3.2500 , 1.2338 , 0.8142 , 0.3873 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7052 , cls_71 , 0.6300 , 600.0000 , 44.5386 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7061 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7062 , cls_71 , 1.1700 , 600.0000 , 48.3610 , 512.8205 , 1.2500 , 1.0698 , 0.6689 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7071 , cls_71 , 0.4500 , 420.0000 , 31.3192 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7079 , cls_71 , 5.3100 , 1800.0000 , 98.0023 , 338.9831 , 1.8750 , 1.1230 , 0.6388 , 0.7232 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7083 , cls_71 , 0.6300 , 480.0000 , 37.4341 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7088 , cls_71 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7104 , cls_71 , 1.0800 , 540.0000 , 42.2363 , 500.0000 , 1.2857 , 1.0563 , 0.5225 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7114 , cls_71 , 0.6300 , 480.0000 , 37.3024 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7116 , cls_71 , 1.9800 , 1260.0000 , 76.2796 , 636.3636 , 2.1000 , 1.1629 , 0.8120 , 0.5152 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7120 , cls_71 , 1.5300 , 900.0000 , 65.8699 , 588.2353 , 1.6667 , 1.1242 , 0.8134 , 0.5000 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7121 , cls_71 , 0.8100 , 480.0000 , 37.2189 , 592.5926 , 1.3333 , 1.0639 , 0.5593 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7125 , cls_71 , 0.7200 , 600.0000 , 56.5435 , 833.3333 , 1.6667 , 1.1283 , 0.7963 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7142 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7149 , cls_71 , 10.7100 , 4620.0000 , 174.7669 , 431.3725 , 3.5000 , 1.2178 , 0.7184 , 0.6583 , 10.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7155 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7158 , cls_71 , 3.1500 , 1560.0000 , 90.8186 , 495.2381 , 2.1667 , 1.1520 , 0.6435 , 0.6000 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7165 , cls_71 , 0.9900 , 660.0000 , 56.8836 , 666.6667 , 1.5714 , 1.1100 , 0.7357 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7169 , cls_71 , 0.5400 , 480.0000 , 44.0957 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7171 , cls_71 , 0.7200 , 480.0000 , 42.5542 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7172 , cls_71 , 0.8100 , 480.0000 , 37.7746 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7183 , cls_71 , 0.7200 , 720.0000 , 54.1585 , 1000.0000 , 2.0000 , 1.1693 , 0.7453 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7188 , cls_71 , 0.5400 , 480.0000 , 34.3237 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7201 , cls_71 , 6.6600 , 1620.0000 , 105.9425 , 243.2432 , 1.5000 , 1.0812 , 0.5289 , 0.7905 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7210 , cls_71 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7213 , cls_71 , 1.9800 , 1080.0000 , 64.8443 , 545.4545 , 1.8000 , 1.1317 , 0.5690 , 0.5530 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7214 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7215 , cls_71 , 0.7200 , 780.0000 , 57.8808 , 1083.3333 , 2.1667 , 1.1874 , 0.7736 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7222 , cls_71 , 0.9000 , 600.0000 , 48.0965 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7227 , cls_71 , 3.8700 , 1920.0000 , 112.7545 , 496.1240 , 2.2857 , 1.1689 , 0.7262 , 0.6047 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7235 , cls_71 , 0.9000 , 480.0000 , 41.8547 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7238 , cls_71 , 31.2300 , 5460.0000 , 237.1653 , 174.8319 , 2.3947 , 1.1412 , 0.5364 , 0.8492 , 31.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7239 , cls_71 , 1.0800 , 720.0000 , 51.2407 , 666.6667 , 1.7143 , 1.1183 , 0.6273 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7241 , cls_71 , 1.9800 , 1200.0000 , 73.3764 , 606.0606 , 2.0000 , 1.1530 , 0.7812 , 0.5227 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7246 , cls_71 , 0.9000 , 840.0000 , 58.2550 , 933.3333 , 2.0000 , 1.1745 , 0.7551 , 0.2833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7263 , cls_71 , 0.6300 , 660.0000 , 46.4075 , 1047.6190 , 1.8333 , 1.1673 , 0.7591 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7271 , cls_71 , 8.3700 , 2160.0000 , 130.8001 , 258.0645 , 1.8000 , 1.1101 , 0.6356 , 0.7849 , 8.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7272 , cls_71 , 1.4400 , 840.0000 , 57.0818 , 583.3333 , 1.7500 , 1.1169 , 0.6488 , 0.5208 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7274 , cls_71 , 1.4400 , 960.0000 , 82.0250 , 666.6667 , 2.0000 , 1.1448 , 0.7603 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7277 , cls_71 , 3.3300 , 1680.0000 , 95.2801 , 504.5045 , 2.1538 , 1.1601 , 0.7735 , 0.5856 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7280 , cls_71 , 0.7200 , 660.0000 , 47.0102 , 916.6667 , 1.8333 , 1.1497 , 0.7516 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7284 , cls_71 , 0.5400 , 540.0000 , 49.3994 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7285 , cls_71 , 3.1500 , 1200.0000 , 85.0616 , 380.9524 , 1.6667 , 1.1014 , 0.7009 , 0.6857 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7288 , cls_71 , 2.7900 , 1140.0000 , 74.4303 , 408.6022 , 1.5833 , 1.1044 , 0.5931 , 0.6613 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7290 , cls_71 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7296 , cls_71 , 0.9900 , 480.0000 , 39.7998 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7297 , cls_71 , 1.3500 , 900.0000 , 50.5820 , 666.6667 , 1.8750 , 1.1390 , 0.5342 , 0.5000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7298 , cls_71 , 0.8100 , 840.0000 , 59.7035 , 1037.0370 , 2.3333 , 1.1883 , 0.8121 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7301 , cls_71 , 1.4400 , 780.0000 , 74.8523 , 541.6667 , 1.6250 , 1.1014 , 0.7711 , 0.5208 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7308 , cls_71 , 3.8700 , 1680.0000 , 102.0538 , 434.1085 , 2.0000 , 1.1436 , 0.7329 , 0.6512 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7316 , cls_71 , 1.2600 , 1140.0000 , 74.1833 , 904.7619 , 2.3750 , 1.1974 , 0.7772 , 0.3214 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7319 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7321 , cls_71 , 0.8100 , 660.0000 , 55.0217 , 814.8148 , 1.8333 , 1.1347 , 0.7205 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7325 , cls_71 , 20.9700 , 7200.0000 , 287.1071 , 343.3476 , 3.8710 , 1.2234 , 0.8201 , 0.7217 , 20.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7332 , cls_71 , 0.5400 , 540.0000 , 41.3948 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7337 , cls_71 , 1.4400 , 900.0000 , 70.6731 , 625.0000 , 1.8750 , 1.1313 , 0.7711 , 0.4896 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7344 , cls_71 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7347 , cls_71 , 0.5400 , 540.0000 , 48.9907 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7349 , cls_71 , 10.7100 , 1980.0000 , 144.6627 , 184.8739 , 1.5000 , 1.0715 , 0.6259 , 0.8389 , 10.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7351 , cls_71 , 0.4500 , 480.0000 , 33.6384 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7356 , cls_71 , 2.0700 , 780.0000 , 68.9316 , 376.8116 , 1.3000 , 1.0612 , 0.6339 , 0.6667 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7358 , cls_71 , 0.8100 , 420.0000 , 36.2715 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7359 , cls_71 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7363 , cls_71 , 0.6300 , 480.0000 , 35.0995 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7369 , cls_71 , 8.1000 , 3180.0000 , 148.9828 , 392.5926 , 2.7895 , 1.1818 , 0.7353 , 0.6815 , 8.1000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7375 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7392 , cls_71 , 1.1700 , 780.0000 , 54.8835 , 666.6667 , 1.6250 , 1.1258 , 0.7733 , 0.4487 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7400 , cls_71 , 2.8800 , 1440.0000 , 91.4620 , 500.0000 , 2.0000 , 1.1465 , 0.7603 , 0.6042 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7402 , cls_71 , 0.5400 , 480.0000 , 41.7873 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7404 , cls_71 , 1.8900 , 1440.0000 , 106.9443 , 761.9048 , 2.4000 , 1.1955 , 0.8252 , 0.3968 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7405 , cls_71 , 1.8900 , 780.0000 , 67.7064 , 412.6984 , 1.3000 , 1.0710 , 0.7029 , 0.6429 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7410 , cls_71 , 0.7200 , 540.0000 , 40.9515 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7412 , cls_71 , 1.1700 , 900.0000 , 48.9989 , 769.2308 , 1.8750 , 1.1564 , 0.5963 , 0.4231 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7416 , cls_71 , 1.2600 , 840.0000 , 55.5912 , 666.6667 , 1.7500 , 1.1327 , 0.7258 , 0.4881 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7419 , cls_71 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7422 , cls_71 , 0.7200 , 540.0000 , 41.4756 , 750.0000 , 1.5000 , 1.1046 , 0.7453 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7431 , cls_71 , 2.4300 , 1560.0000 , 84.7360 , 641.9753 , 2.3636 , 1.1816 , 0.7356 , 0.4753 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7433 , cls_71 , 1.0800 , 660.0000 , 44.6631 , 611.1111 , 1.5714 , 1.0996 , 0.6180 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7438 , cls_71 , 0.5400 , 420.0000 , 37.5676 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7446 , cls_71 , 1.2600 , 720.0000 , 55.1622 , 571.4286 , 1.5000 , 1.1000 , 0.7258 , 0.5357 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7450 , cls_71 , 8.0100 , 4680.0000 , 182.0862 , 584.2697 , 4.1053 , 1.2514 , 0.7568 , 0.5524 , 8.0100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7455 , cls_71 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7460 , cls_71 , 0.9900 , 480.0000 , 38.3614 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7468 , cls_71 , 0.7200 , 420.0000 , 32.8556 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7473 , cls_71 , 0.8100 , 600.0000 , 49.8865 , 740.7407 , 1.6667 , 1.1135 , 0.7205 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7480 , cls_71 , 3.0600 , 1680.0000 , 94.9688 , 549.0196 , 2.3333 , 1.1696 , 0.7660 , 0.5588 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7488 , cls_71 , 1.7100 , 1440.0000 , 80.5863 , 842.1053 , 2.6667 , 1.2078 , 0.8065 , 0.3509 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7489 , cls_71 , 0.5400 , 480.0000 , 37.0246 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7492 , cls_71 , 1.5300 , 900.0000 , 64.7126 , 588.2353 , 1.6667 , 1.1242 , 0.6817 , 0.5294 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7496 , cls_71 , 1.1700 , 900.0000 , 76.3325 , 769.2308 , 1.8750 , 1.1564 , 0.8535 , 0.3718 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7500 , cls_71 , 0.8100 , 540.0000 , 40.7869 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7502 , cls_71 , 0.8100 , 360.0000 , 32.1895 , 444.4444 , 1.0000 , 1.0000 , 0.3634 , 0.5926 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7504 , cls_71 , 1.7100 , 1260.0000 , 72.2516 , 736.8421 , 2.3333 , 1.1804 , 0.7718 , 0.4298 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7510 , cls_71 , 1.3500 , 1140.0000 , 69.8342 , 844.4444 , 2.3750 , 1.1887 , 0.7753 , 0.3556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7511 , cls_71 , 2.2500 , 1500.0000 , 77.8718 , 666.6667 , 2.5000 , 1.1829 , 0.6817 , 0.4533 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7525 , cls_71 , 2.3400 , 1260.0000 , 71.7368 , 538.4615 , 1.9091 , 1.1436 , 0.7070 , 0.5577 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7526 , cls_71 , 0.9000 , 720.0000 , 67.4938 , 800.0000 , 1.7143 , 1.1407 , 0.8256 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7528 , cls_71 , 1.4400 , 780.0000 , 63.4050 , 541.6667 , 1.6250 , 1.1014 , 0.7603 , 0.5521 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7531 , cls_71 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7538 , cls_71 , 1.4400 , 720.0000 , 57.6492 , 500.0000 , 1.5000 , 1.0847 , 0.6660 , 0.5729 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7548 , cls_71 , 1.6200 , 780.0000 , 55.6579 , 481.4815 , 1.4444 , 1.0880 , 0.6048 , 0.6111 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7553 , cls_71 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7560 , cls_71 , 0.6300 , 540.0000 , 43.4745 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7562 , cls_71 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7573 , cls_71 , 1.7100 , 660.0000 , 54.5810 , 385.9649 , 1.2222 , 1.0477 , 0.5348 , 0.6667 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7592 , cls_71 , 2.2500 , 1200.0000 , 72.9859 , 533.3333 , 2.0000 , 1.1383 , 0.5698 , 0.5600 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7594 , cls_71 , 1.8000 , 900.0000 , 63.2155 , 500.0000 , 1.6667 , 1.1055 , 0.6559 , 0.6000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7616 , cls_71 , 2.7900 , 1320.0000 , 86.8385 , 473.1183 , 1.8333 , 1.1330 , 0.7965 , 0.5914 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7617 , cls_71 , 0.4500 , 540.0000 , 40.3503 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7622 , cls_71 , 1.1700 , 720.0000 , 54.6456 , 615.3846 , 1.5000 , 1.1087 , 0.6689 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7638 , cls_71 , 1.4400 , 900.0000 , 59.0719 , 625.0000 , 1.8750 , 1.1313 , 0.6866 , 0.5104 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7651 , cls_71 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7665 , cls_71 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7666 , cls_71 , 0.7200 , 540.0000 , 38.7617 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7667 , cls_71 , 0.6300 , 420.0000 , 35.6454 , 666.6667 , 1.1667 , 1.0640 , 0.6572 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7672 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7675 , cls_71 , 1.0800 , 540.0000 , 43.5027 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7686 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7687 , cls_71 , 0.7200 , 540.0000 , 43.2584 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7690 , cls_71 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7700 , cls_71 , 0.5400 , 480.0000 , 42.2327 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7707 , cls_71 , 0.4500 , 480.0000 , 41.3902 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7709 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7717 , cls_71 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7730 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7733 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7734 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7739 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7740 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7746 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7754 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7759 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7770 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2 , cls_42 , 319.8600 , 58080.0000 , 897.6294 , 181.5794 , 8.0667 , 1.2796 , 0.6794 , 0.8509 , 319.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4 , cls_42 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 12 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 13 , cls_42 , 1.3500 , 600.0000 , 48.6233 , 444.4444 , 1.2500 , 1.0537 , 0.5756 , 0.6111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 14 , cls_42 , 5.3100 , 1560.0000 , 111.9792 , 293.7853 , 1.6250 , 1.0967 , 0.6921 , 0.7514 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 21 , cls_42 , 1.0800 , 480.0000 , 41.4288 , 444.4444 , 1.1429 , 1.0310 , 0.5506 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 23 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 26 , cls_42 , 0.8100 , 540.0000 , 39.0951 , 666.6667 , 1.5000 , 1.0901 , 0.5416 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 28 , cls_42 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 30 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 31 , cls_42 , 3.7800 , 1260.0000 , 104.0560 , 333.3333 , 1.6154 , 1.0916 , 0.7326 , 0.7103 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 33 , cls_42 , 341.2800 , 52020.0000 , 1177.5467 , 152.4262 , 6.9919 , 1.2595 , 0.8112 , 0.8763 , 341.2800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 39 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 41 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 46 , cls_42 , 15.1200 , 2880.0000 , 160.4965 , 190.4762 , 1.8462 , 1.1033 , 0.4967 , 0.8393 , 15.1200 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 49 , cls_42 , 41.5800 , 8940.0000 , 353.4408 , 215.0072 , 3.4651 , 1.1922 , 0.7957 , 0.8196 , 41.5800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 51 , cls_42 , 0.9900 , 540.0000 , 44.1070 , 545.4545 , 1.2857 , 1.0663 , 0.5623 , 0.5152 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 53 , cls_42 , 159.9300 , 27060.0000 , 616.7779 , 169.1990 , 5.3059 , 1.2348 , 0.6570 , 0.8599 , 159.9300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 60 , cls_42 , 37.3500 , 7500.0000 , 294.8308 , 200.8032 , 3.0488 , 1.1747 , 0.7179 , 0.8382 , 37.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 65 , cls_42 , 1.0800 , 540.0000 , 43.0372 , 500.0000 , 1.2857 , 1.0563 , 0.5225 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 70 , cls_42 , 102.6900 , 18420.0000 , 582.9050 , 179.3748 , 4.5147 , 1.2187 , 0.7331 , 0.8513 , 102.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 72 , cls_42 , 1.2600 , 600.0000 , 47.8683 , 476.1905 , 1.2500 , 1.0614 , 0.6435 , 0.6071 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 74 , cls_42 , 749.3400 , 141060.0000 , 1425.9677 , 188.2457 , 12.8470 , 1.3229 , 0.6271 , 0.8453 , 749.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 77 , cls_42 , 5.8500 , 1260.0000 , 96.4614 , 215.3846 , 1.2353 , 1.0481 , 0.5712 , 0.8154 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 79 , cls_42 , 1.1700 , 600.0000 , 46.7231 , 512.8205 , 1.2500 , 1.0698 , 0.5132 , 0.5385 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 86 , cls_42 , 17.7300 , 3300.0000 , 189.4560 , 186.1252 , 1.8966 , 1.1113 , 0.6865 , 0.8460 , 17.7300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 91 , cls_42 , 24.5700 , 5280.0000 , 259.5433 , 214.8962 , 2.5882 , 1.1578 , 0.7721 , 0.8242 , 24.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 99 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 102 , cls_42 , 1.0800 , 600.0000 , 45.0612 , 555.5556 , 1.4286 , 1.0790 , 0.4731 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 104 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 105 , cls_42 , 10.4400 , 3900.0000 , 155.2980 , 373.5632 , 2.9545 , 1.1911 , 0.6710 , 0.7011 , 10.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 118 , cls_42 , 2.1600 , 1200.0000 , 80.7613 , 555.5556 , 2.0000 , 1.1430 , 0.6605 , 0.5347 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 268.3282 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 161 , cls_42 , 1.0800 , 540.0000 , 45.8011 , 500.0000 , 1.2857 , 1.0563 , 0.6273 , 0.5556 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 167 , cls_42 , 1.2600 , 780.0000 , 64.6709 , 619.0476 , 1.6250 , 1.1170 , 0.7078 , 0.4881 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 176 , cls_42 , 8.7300 , 2760.0000 , 193.9300 , 316.1512 , 2.3000 , 1.1491 , 0.8184 , 0.7354 , 8.7300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 192 , cls_42 , 14.2200 , 2640.0000 , 170.4656 , 185.6540 , 1.6923 , 1.0944 , 0.6131 , 0.8502 , 14.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 207 , cls_42 , 1.0800 , 840.0000 , 60.0138 , 777.7778 , 2.0000 , 1.1515 , 0.7649 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 224 , cls_42 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 225 , cls_42 , 0.9900 , 600.0000 , 45.4275 , 606.0606 , 1.4286 , 1.0892 , 0.6584 , 0.5152 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 241 , cls_42 , 115.3800 , 23400.0000 , 485.9516 , 202.8081 , 5.4167 , 1.2428 , 0.5627 , 0.8306 , 115.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 250 , cls_42 , 2.3400 , 1320.0000 , 78.4389 , 564.1026 , 2.0000 , 1.1528 , 0.7566 , 0.5641 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 253 , cls_42 , 1.8900 , 780.0000 , 58.5873 , 412.6984 , 1.3000 , 1.0710 , 0.5886 , 0.6587 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 261 , cls_42 , 1.1700 , 540.0000 , 44.2044 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6026 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 269 , cls_42 , 4.0500 , 1800.0000 , 100.1703 , 444.4444 , 2.1429 , 1.1517 , 0.7541 , 0.6222 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 270 , cls_42 , 4.0500 , 1260.0000 , 87.9235 , 311.1111 , 1.5000 , 1.0845 , 0.6076 , 0.7481 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 281 , cls_42 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 285 , cls_42 , 1.5300 , 1080.0000 , 79.6731 , 705.8824 , 2.0000 , 1.1620 , 0.7568 , 0.4216 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 301 , cls_42 , 10.1700 , 1980.0000 , 134.6359 , 194.6903 , 1.5000 , 1.0763 , 0.5403 , 0.8319 , 10.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 304 , cls_42 , 9.0900 , 2700.0000 , 139.5518 , 297.0297 , 2.1429 , 1.1412 , 0.6945 , 0.7541 , 9.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 310 , cls_42 , 6.6600 , 3420.0000 , 150.2571 , 513.5135 , 3.1667 , 1.2157 , 0.7938 , 0.5901 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 338 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 339 , cls_42 , 0.6300 , 420.0000 , 35.6269 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 342 , cls_42 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 352 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 362 , cls_42 , 3.9600 , 1800.0000 , 137.3947 , 454.5455 , 2.1429 , 1.1541 , 0.7940 , 0.6174 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 380 , cls_42 , 2.0700 , 720.0000 , 62.3669 , 347.8261 , 1.2000 , 1.0451 , 0.5933 , 0.6884 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 390 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 409 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 412 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 425 , cls_42 , 1.9800 , 1140.0000 , 75.6035 , 575.7576 , 1.9000 , 1.1427 , 0.6704 , 0.5455 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 426 , cls_42 , 2.7900 , 900.0000 , 70.6059 , 322.5806 , 1.2500 , 1.0582 , 0.6053 , 0.7258 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 440 , cls_42 , 2.2500 , 1200.0000 , 73.7119 , 533.3333 , 2.0000 , 1.1383 , 0.7080 , 0.5667 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 454 , cls_42 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 462 , cls_42 , 2.4300 , 1080.0000 , 67.9796 , 444.4444 , 1.6364 , 1.1088 , 0.5955 , 0.6235 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 469 , cls_42 , 0.5400 , 420.0000 , 32.0783 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 479 , cls_42 , 0.5400 , 420.0000 , 33.6893 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 482 , cls_42 , 60.0300 , 10440.0000 , 343.4709 , 173.9130 , 3.3462 , 1.1826 , 0.6075 , 0.8556 , 60.0300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 499 , cls_42 , 1.8900 , 960.0000 , 74.2962 , 507.9365 , 1.6000 , 1.1132 , 0.7861 , 0.5714 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 500 , cls_42 , 0.7200 , 420.0000 , 35.0117 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 501 , cls_42 , 1.7100 , 1020.0000 , 65.5891 , 596.4912 , 1.8889 , 1.1370 , 0.5435 , 0.5088 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 545 , cls_42 , 0.8100 , 720.0000 , 56.4334 , 888.8889 , 2.0000 , 1.1540 , 0.7453 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 283.0194 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 546 , cls_42 , 4.0500 , 1380.0000 , 104.4628 , 340.7407 , 1.6429 , 1.1016 , 0.7047 , 0.7111 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 549 , cls_42 , 1.1700 , 660.0000 , 55.2267 , 564.1026 , 1.3750 , 1.0902 , 0.6689 , 0.5128 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 550 , cls_42 , 1.4400 , 840.0000 , 56.9280 , 583.3333 , 1.7500 , 1.1169 , 0.6660 , 0.5313 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 560 , cls_42 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 570 , cls_42 , 7.7400 , 2280.0000 , 123.6288 , 294.5736 , 2.0000 , 1.1274 , 0.6410 , 0.7539 , 7.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 597 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 603 , cls_42 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 605 , cls_42 , 5.0400 , 2040.0000 , 117.3096 , 404.7619 , 2.2667 , 1.1516 , 0.6146 , 0.6548 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 640 , cls_42 , 1.9800 , 660.0000 , 53.3482 , 333.3333 , 1.1000 , 1.0322 , 0.3168 , 0.7121 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 653 , cls_42 , 1.3500 , 660.0000 , 52.7250 , 488.8889 , 1.3750 , 1.0738 , 0.6707 , 0.5889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 659 , cls_42 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 661 , cls_42 , 13.5000 , 4980.0000 , 230.7101 , 368.8889 , 3.3200 , 1.2066 , 0.7477 , 0.7011 , 13.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 665 , cls_42 , 8.2800 , 3300.0000 , 136.6950 , 398.5507 , 2.7500 , 1.1860 , 0.6172 , 0.6649 , 8.2800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 683 , cls_42 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 687 , cls_42 , 3.2400 , 1680.0000 , 92.3312 , 518.5185 , 2.3333 , 1.1632 , 0.7135 , 0.6019 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 702 , cls_42 , 6.7500 , 1800.0000 , 106.9628 , 266.6667 , 1.6667 , 1.0988 , 0.5078 , 0.7800 , 6.7500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 730 , cls_42 , 2.6100 , 1380.0000 , 124.1917 , 528.7356 , 2.0909 , 1.1492 , 0.8789 , 0.5345 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 732 , cls_42 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 734 , cls_42 , 0.7200 , 540.0000 , 43.2584 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 740 , cls_42 , 0.9900 , 720.0000 , 61.1183 , 727.2727 , 1.7143 , 1.1289 , 0.7845 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 330.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 744 , cls_42 , 6.4800 , 3000.0000 , 137.0149 , 462.9630 , 2.9412 , 1.1951 , 0.7736 , 0.6042 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 776 , cls_42 , 1.4400 , 900.0000 , 72.0923 , 625.0000 , 1.8750 , 1.1313 , 0.7247 , 0.4792 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 781 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 830 , cls_42 , 1.3500 , 720.0000 , 57.2073 , 533.3333 , 1.5000 , 1.0921 , 0.6396 , 0.5444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 842 , cls_42 , 12.0600 , 2580.0000 , 144.9407 , 213.9303 , 1.7917 , 1.1058 , 0.5985 , 0.8308 , 12.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 849 , cls_42 , 17.9100 , 5280.0000 , 249.3695 , 294.8074 , 3.0345 , 1.1881 , 0.8221 , 0.7638 , 17.9100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 859 , cls_42 , 3.1500 , 1440.0000 , 100.8125 , 457.1429 , 2.0000 , 1.1366 , 0.7983 , 0.6238 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 862 , cls_42 , 0.6300 , 600.0000 , 47.7734 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 866 , cls_42 , 2.1600 , 960.0000 , 67.0165 , 444.4444 , 1.6000 , 1.0983 , 0.6273 , 0.6319 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 880 , cls_42 , 9.1800 , 3060.0000 , 133.5942 , 333.3333 , 2.4286 , 1.1621 , 0.6555 , 0.7386 , 9.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 887 , cls_42 , 1.0800 , 540.0000 , 43.1435 , 500.0000 , 1.2857 , 1.0563 , 0.5225 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 893 , cls_42 , 2.9700 , 1680.0000 , 100.1770 , 565.6566 , 2.3333 , 1.1730 , 0.7823 , 0.5606 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 894 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 901 , cls_42 , 1.1700 , 600.0000 , 46.2559 , 512.8205 , 1.2500 , 1.0698 , 0.5132 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 903 , cls_42 , 0.9900 , 540.0000 , 41.3038 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 910 , cls_42 , 0.4500 , 540.0000 , 38.5674 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 918 , cls_42 , 3.1500 , 2040.0000 , 105.6581 , 647.6190 , 2.8333 , 1.2038 , 0.7496 , 0.5000 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 923 , cls_42 , 3.6000 , 1740.0000 , 102.4381 , 483.3333 , 2.2308 , 1.1582 , 0.8049 , 0.6125 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 933 , cls_42 , 0.9000 , 480.0000 , 38.2744 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 951 , cls_42 , 4.8600 , 1740.0000 , 92.2819 , 358.0247 , 1.9333 , 1.1260 , 0.4981 , 0.7099 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 957 , cls_42 , 0.9000 , 540.0000 , 43.3139 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 964 , cls_42 , 2.7000 , 1260.0000 , 81.7730 , 466.6667 , 1.9091 , 1.1276 , 0.7191 , 0.6111 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1000 , cls_42 , 1.1700 , 660.0000 , 47.5081 , 564.1026 , 1.3750 , 1.0902 , 0.6322 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1003 , cls_42 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1013 , cls_42 , 0.9900 , 480.0000 , 39.5102 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1017 , cls_42 , 5.5800 , 2160.0000 , 115.7648 , 387.0968 , 2.2500 , 1.1513 , 0.6149 , 0.6801 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1021 , cls_42 , 0.9900 , 420.0000 , 37.5926 , 424.2424 , 1.0000 , 1.0117 , 0.4398 , 0.6212 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1023 , cls_42 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1027 , cls_42 , 180.9900 , 21240.0000 , 587.2023 , 117.3545 , 3.9333 , 1.1906 , 0.6521 , 0.9033 , 180.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1044 , cls_42 , 0.5400 , 420.0000 , 30.1379 , 777.7778 , 1.4000 , 1.0831 , 0.5506 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1046 , cls_42 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1051 , cls_42 , 1.4400 , 840.0000 , 61.4395 , 583.3333 , 1.7500 , 1.1169 , 0.6156 , 0.4896 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1053 , cls_42 , 1.3500 , 780.0000 , 48.8890 , 577.7778 , 1.6250 , 1.1089 , 0.5225 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1058 , cls_42 , 6.3900 , 2880.0000 , 156.0690 , 450.7042 , 2.8235 , 1.1892 , 0.7670 , 0.6268 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1059 , cls_42 , 13.2300 , 2760.0000 , 148.2661 , 208.6168 , 1.8400 , 1.1086 , 0.5435 , 0.8254 , 13.2300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1071 , cls_42 , 115.4700 , 21300.0000 , 572.5205 , 184.4635 , 4.9306 , 1.2293 , 0.7465 , 0.8483 , 115.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1079 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1086 , cls_42 , 8.3700 , 2100.0000 , 122.7790 , 250.8961 , 1.7500 , 1.1051 , 0.5598 , 0.7921 , 8.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1105 , cls_42 , 1.1700 , 600.0000 , 44.1196 , 512.8205 , 1.2500 , 1.0698 , 0.5132 , 0.5769 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1110 , cls_42 , 7.6500 , 2580.0000 , 145.1202 , 337.2549 , 2.2632 , 1.1506 , 0.7731 , 0.7196 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1112 , cls_42 , 0.9900 , 720.0000 , 53.7629 , 727.2727 , 1.7143 , 1.1289 , 0.7307 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1117 , cls_42 , 1.8900 , 960.0000 , 76.8496 , 507.9365 , 1.6000 , 1.1132 , 0.6996 , 0.5714 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1118 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1125 , cls_42 , 19.7100 , 7560.0000 , 248.3069 , 383.5616 , 4.2000 , 1.2376 , 0.7596 , 0.7002 , 19.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1137 , cls_42 , 0.8100 , 540.0000 , 42.1057 , 666.6667 , 1.5000 , 1.0901 , 0.6419 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1153 , cls_42 , 8.6400 , 3720.0000 , 196.3033 , 430.5556 , 3.1000 , 1.2027 , 0.7852 , 0.6597 , 8.6400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1158 , cls_42 , 9.7200 , 4920.0000 , 175.2351 , 506.1728 , 3.9048 , 1.2390 , 0.7182 , 0.6080 , 9.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1168 , cls_42 , 1.9800 , 1560.0000 , 72.1665 , 787.8788 , 2.6000 , 1.2061 , 0.5881 , 0.4091 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1169 , cls_42 , 1.1700 , 900.0000 , 87.6271 , 769.2308 , 1.8750 , 1.1564 , 0.8481 , 0.3590 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1185 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1192 , cls_42 , 21.6900 , 6180.0000 , 234.2988 , 284.9239 , 3.2188 , 1.1952 , 0.7061 , 0.7635 , 21.6900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1193 , cls_42 , 1.8900 , 720.0000 , 54.6341 , 380.9524 , 1.2000 , 1.0547 , 0.4955 , 0.6825 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1197 , cls_42 , 0.7200 , 540.0000 , 49.9341 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1203 , cls_42 , 6.3000 , 2700.0000 , 188.6165 , 428.5714 , 2.6471 , 1.1790 , 0.8583 , 0.6524 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1224 , cls_42 , 1.2600 , 840.0000 , 58.4272 , 666.6667 , 1.7500 , 1.1327 , 0.7524 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1242 , cls_42 , 11.1600 , 3360.0000 , 150.8061 , 301.0753 , 2.4348 , 1.1587 , 0.6797 , 0.7567 , 11.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1264 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1270 , cls_42 , 0.5400 , 420.0000 , 32.0363 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1293 , cls_42 , 49.1400 , 12060.0000 , 397.8885 , 245.4212 , 4.2766 , 1.2226 , 0.7716 , 0.7998 , 49.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1299 , cls_42 , 0.9900 , 720.0000 , 54.3699 , 727.2727 , 1.7143 , 1.1289 , 0.7845 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1307 , cls_42 , 1.0800 , 600.0000 , 43.9369 , 555.5556 , 1.4286 , 1.0790 , 0.5506 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1320 , cls_42 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1332 , cls_42 , 0.6300 , 480.0000 , 35.9986 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1344 , cls_42 , 1.7100 , 960.0000 , 64.9896 , 561.4035 , 1.7778 , 1.1246 , 0.6976 , 0.5526 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1350 , cls_42 , 0.4500 , 540.0000 , 42.7915 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1355 , cls_42 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1356 , cls_42 , 2.7900 , 1080.0000 , 68.0100 , 387.0968 , 1.5000 , 1.0938 , 0.5565 , 0.7043 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1357 , cls_42 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1392 , cls_42 , 1.8000 , 720.0000 , 53.0337 , 400.0000 , 1.3333 , 1.0600 , 0.4341 , 0.6667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1394 , cls_42 , 5.0400 , 2280.0000 , 114.4680 , 452.3810 , 2.5333 , 1.1721 , 0.6774 , 0.6310 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1405 , cls_42 , 17.5500 , 3720.0000 , 233.8043 , 211.9658 , 2.2143 , 1.1321 , 0.6904 , 0.8248 , 17.5500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1418 , cls_42 , 354.1500 , 57660.0000 , 978.9477 , 162.8124 , 7.6270 , 1.2700 , 0.6624 , 0.8658 , 354.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1428 , cls_42 , 0.6300 , 720.0000 , 45.7815 , 1142.8571 , 2.0000 , 1.1872 , 0.6927 , 0.1905 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1436 , cls_42 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1447 , cls_42 , 0.9000 , 480.0000 , 37.6863 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1449 , cls_42 , 1.2600 , 660.0000 , 45.8861 , 523.8095 , 1.3750 , 1.0816 , 0.5652 , 0.5714 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1453 , cls_42 , 142.4700 , 20160.0000 , 509.7927 , 141.5035 , 4.2000 , 1.2033 , 0.6352 , 0.8841 , 142.4700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1459 , cls_42 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1468 , cls_42 , 0.6300 , 600.0000 , 45.9730 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1472 , cls_42 , 4.9500 , 1500.0000 , 86.9314 , 303.0303 , 1.6667 , 1.0966 , 0.4613 , 0.7697 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1482 , cls_42 , 2.8800 , 1080.0000 , 68.8506 , 375.0000 , 1.5000 , 1.0904 , 0.5422 , 0.6979 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1489 , cls_42 , 0.9900 , 660.0000 , 49.8288 , 666.6667 , 1.5714 , 1.1100 , 0.5881 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1494 , cls_42 , 1.9800 , 780.0000 , 59.5141 , 393.9394 , 1.3000 , 1.0660 , 0.6215 , 0.6591 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1496 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1502 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1512 , cls_42 , 4.3200 , 1800.0000 , 117.7209 , 416.6667 , 2.1429 , 1.1447 , 0.7825 , 0.6458 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1536 , cls_42 , 1.0800 , 720.0000 , 46.2366 , 666.6667 , 1.7143 , 1.1183 , 0.5506 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1545 , cls_42 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1549 , cls_42 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1559 , cls_42 , 1.3500 , 780.0000 , 62.6432 , 577.7778 , 1.6250 , 1.1089 , 0.7191 , 0.5000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 852.7602 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1560 , cls_42 , 1.6200 , 960.0000 , 73.9643 , 592.5926 , 1.7778 , 1.1309 , 0.7708 , 0.5185 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1561 , cls_42 , 23.8500 , 8340.0000 , 337.2884 , 349.6855 , 4.2121 , 1.2344 , 0.8444 , 0.7145 , 23.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1575 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1578 , cls_42 , 0.6300 , 420.0000 , 32.7573 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1579 , cls_42 , 0.7200 , 480.0000 , 36.7346 , 666.6667 , 1.3333 , 1.0780 , 0.6082 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1583 , cls_42 , 1.6200 , 1020.0000 , 65.0097 , 629.6296 , 1.8889 , 1.1434 , 0.6630 , 0.5000 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1588 , cls_42 , 3.7800 , 1680.0000 , 144.7961 , 444.4444 , 2.1538 , 1.1462 , 0.8615 , 0.6111 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1592 , cls_42 , 1.5300 , 780.0000 , 55.5953 , 509.8039 , 1.4444 , 1.0945 , 0.6268 , 0.5882 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1596 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1601 , cls_42 , 9.0000 , 2460.0000 , 140.1528 , 273.3333 , 2.0500 , 1.1259 , 0.6559 , 0.7733 , 9.0000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1603 , cls_42 , 5.1300 , 1500.0000 , 94.0666 , 292.3977 , 1.5625 , 1.0930 , 0.5731 , 0.7690 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1607 , cls_42 , 2.9700 , 840.0000 , 69.6625 , 282.8283 , 1.1667 , 1.0384 , 0.5057 , 0.7576 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1608 , cls_42 , 30.9600 , 7800.0000 , 267.6985 , 251.9380 , 3.4211 , 1.1984 , 0.7632 , 0.7975 , 30.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1614 , cls_42 , 2.2500 , 1380.0000 , 97.9574 , 613.3333 , 2.3000 , 1.1662 , 0.8128 , 0.5067 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1615 , cls_42 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1637 , cls_42 , 0.5400 , 480.0000 , 35.7844 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1660 , cls_42 , 1.3500 , 660.0000 , 52.9188 , 488.8889 , 1.3750 , 1.0738 , 0.6327 , 0.5889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1716 , cls_42 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1717 , cls_42 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1719 , cls_42 , 15.2100 , 4260.0000 , 192.4154 , 280.0789 , 2.7308 , 1.1684 , 0.6171 , 0.7702 , 15.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1730 , cls_42 , 7.9200 , 3840.0000 , 304.6805 , 484.8485 , 3.3684 , 1.2176 , 0.9120 , 0.5985 , 7.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1751 , cls_42 , 1.6200 , 1200.0000 , 59.9853 , 740.7407 , 2.2222 , 1.1769 , 0.5416 , 0.4537 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1752 , cls_42 , 0.9000 , 540.0000 , 41.2705 , 600.0000 , 1.2857 , 1.0775 , 0.6559 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1761 , cls_42 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1770 , cls_42 , 1.1700 , 660.0000 , 48.4639 , 564.1026 , 1.3750 , 1.0902 , 0.5862 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1772 , cls_42 , 5.4000 , 1980.0000 , 131.3022 , 366.6667 , 2.0625 , 1.1388 , 0.6944 , 0.6861 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1802 , cls_42 , 1.1700 , 540.0000 , 52.4931 , 461.5385 , 1.1250 , 1.0473 , 0.6877 , 0.5769 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1804 , cls_42 , 0.9900 , 480.0000 , 38.3497 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.6061 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1811 , cls_42 , 0.7200 , 540.0000 , 40.8846 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1817 , cls_42 , 1.1700 , 780.0000 , 50.3615 , 666.6667 , 1.6250 , 1.1258 , 0.6322 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1838 , cls_42 , 1.6200 , 660.0000 , 49.7272 , 407.4074 , 1.2222 , 1.0536 , 0.4907 , 0.6667 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1856 , cls_42 , 4.1400 , 1320.0000 , 90.6053 , 318.8406 , 1.5714 , 1.0910 , 0.6172 , 0.7283 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1864 , cls_42 , 0.7200 , 540.0000 , 44.4061 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1868 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1869 , cls_42 , 7.1100 , 2100.0000 , 116.1156 , 295.3586 , 1.9444 , 1.1213 , 0.6555 , 0.7595 , 7.1100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1873 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1875 , cls_42 , 101.7900 , 27720.0000 , 604.1650 , 272.3254 , 6.7941 , 1.2786 , 0.7012 , 0.7767 , 101.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1877 , cls_42 , 3.6000 , 1020.0000 , 74.2626 , 283.3333 , 1.3077 , 1.0564 , 0.4008 , 0.7667 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1883 , cls_42 , 59.1300 , 15240.0000 , 402.4766 , 257.7372 , 4.8846 , 1.2408 , 0.6965 , 0.7884 , 59.1300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1884 , cls_42 , 0.9000 , 660.0000 , 45.9884 , 733.3333 , 1.5714 , 1.1216 , 0.7170 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1886 , cls_42 , 2.0700 , 900.0000 , 61.8914 , 434.7826 , 1.5000 , 1.0900 , 0.5199 , 0.6449 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1888 , cls_42 , 0.9000 , 720.0000 , 59.8870 , 800.0000 , 1.7143 , 1.1407 , 0.7913 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1892 , cls_42 , 1.2600 , 780.0000 , 53.9762 , 619.0476 , 1.6250 , 1.1170 , 0.6039 , 0.5000 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1895 , cls_42 , 2.6100 , 1740.0000 , 84.3853 , 666.6667 , 2.6364 , 1.1948 , 0.6732 , 0.4885 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1904 , cls_42 , 19.4400 , 5940.0000 , 225.3145 , 305.5556 , 3.3000 , 1.1994 , 0.6532 , 0.7600 , 19.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1909 , cls_42 , 25.2900 , 7200.0000 , 254.0718 , 284.6975 , 3.5294 , 1.2050 , 0.6485 , 0.7663 , 25.2900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1918 , cls_42 , 4.0500 , 1440.0000 , 95.5116 , 355.5556 , 1.7143 , 1.1096 , 0.6817 , 0.7037 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1919 , cls_42 , 26.4600 , 5460.0000 , 220.0806 , 206.3492 , 2.6000 , 1.1563 , 0.4982 , 0.8277 , 26.4600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1923 , cls_42 , 9.6300 , 3000.0000 , 139.7163 , 311.5265 , 2.3810 , 1.1538 , 0.5742 , 0.7445 , 9.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1926 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1929 , cls_42 , 2.1600 , 1140.0000 , 73.7946 , 527.7778 , 1.9000 , 1.1327 , 0.7649 , 0.5694 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1939 , cls_42 , 1.8000 , 840.0000 , 60.4435 , 466.6667 , 1.5556 , 1.0915 , 0.6559 , 0.6083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1945 , cls_42 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1947 , cls_42 , 0.9000 , 780.0000 , 52.1419 , 866.6667 , 1.8571 , 1.1583 , 0.7170 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1952 , cls_42 , 1.1700 , 540.0000 , 44.7063 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6026 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1962 , cls_42 , 4.8600 , 2280.0000 , 137.4589 , 469.1358 , 2.5333 , 1.1761 , 0.7366 , 0.6204 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1979 , cls_42 , 22.5000 , 5760.0000 , 221.6759 , 256.0000 , 3.0000 , 1.1802 , 0.6742 , 0.7933 , 22.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2014 , cls_42 , 1.8000 , 1080.0000 , 74.4393 , 600.0000 , 2.0000 , 1.1428 , 0.6817 , 0.5083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2016 , cls_42 , 13.9500 , 4380.0000 , 207.9769 , 313.9785 , 2.9200 , 1.1816 , 0.6991 , 0.7495 , 13.9500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2026 , cls_42 , 0.5400 , 600.0000 , 57.4390 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2034 , cls_42 , 3.0600 , 1260.0000 , 85.3402 , 411.7647 , 1.7500 , 1.1139 , 0.7294 , 0.6618 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2036 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2048 , cls_42 , 1.9800 , 1020.0000 , 67.5417 , 515.1515 , 1.7000 , 1.1202 , 0.6704 , 0.5833 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2049 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2078 , cls_42 , 129.5100 , 13200.0000 , 470.2946 , 101.9226 , 2.8947 , 1.1513 , 0.4761 , 0.9160 , 129.5100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2082 , cls_42 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2094 , cls_42 , 3.5100 , 1440.0000 , 102.7962 , 410.2564 , 1.8462 , 1.1248 , 0.6349 , 0.6581 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2098 , cls_42 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2107 , cls_42 , 0.4500 , 360.0000 , 24.0000 , 800.0000 , 1.2000 , 1.0699 , 0.3634 , 0.4000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2111 , cls_42 , 0.6300 , 480.0000 , 40.0303 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2114 , cls_42 , 2.5200 , 1740.0000 , 96.2944 , 690.4762 , 2.6364 , 1.1989 , 0.6729 , 0.4583 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2127 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2131 , cls_42 , 1.0800 , 540.0000 , 42.9520 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2133 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2137 , cls_42 , 1.1700 , 960.0000 , 57.4596 , 820.5128 , 2.0000 , 1.1702 , 0.7286 , 0.3590 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2149 , cls_42 , 15.1200 , 3180.0000 , 164.7361 , 210.3175 , 2.0385 , 1.1199 , 0.6343 , 0.8274 , 15.1200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2153 , cls_42 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2158 , cls_42 , 161.9100 , 18900.0000 , 578.8516 , 116.7315 , 3.7059 , 1.1835 , 0.5822 , 0.9035 , 161.9100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2176 , cls_42 , 1.3500 , 780.0000 , 53.7557 , 577.7778 , 1.6250 , 1.1089 , 0.6869 , 0.5444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2181 , cls_42 , 1.9800 , 780.0000 , 60.0305 , 393.9394 , 1.3000 , 1.0660 , 0.6163 , 0.6667 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2189 , cls_42 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2190 , cls_42 , 2.4300 , 1200.0000 , 82.6715 , 493.8272 , 1.8182 , 1.1297 , 0.7645 , 0.5926 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2218 , cls_42 , 4.5900 , 1860.0000 , 147.6820 , 405.2288 , 2.0667 , 1.1444 , 0.8278 , 0.6699 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2242 , cls_42 , 1.0800 , 660.0000 , 54.2989 , 611.1111 , 1.5714 , 1.0996 , 0.7495 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2244 , cls_42 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2248 , cls_42 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2259 , cls_42 , 0.7200 , 540.0000 , 38.7036 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2262 , cls_42 , 0.7200 , 360.0000 , 34.3237 , 500.0000 , 1.0000 , 1.0133 , 0.4907 , 0.5417 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2267 , cls_42 , 14.0400 , 4260.0000 , 225.1046 , 303.4188 , 2.8400 , 1.1763 , 0.7853 , 0.7436 , 14.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2284 , cls_42 , 1.8900 , 1020.0000 , 60.9586 , 539.6825 , 1.7000 , 1.1255 , 0.5617 , 0.5635 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2288 , cls_42 , 1.6200 , 1080.0000 , 73.6100 , 666.6667 , 2.0000 , 1.1552 , 0.8430 , 0.4907 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2290 , cls_42 , 14.9400 , 4140.0000 , 205.0077 , 277.1084 , 2.6538 , 1.1653 , 0.7422 , 0.7721 , 14.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2292 , cls_42 , 0.7200 , 540.0000 , 43.2584 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2311 , cls_42 , 0.5400 , 480.0000 , 34.3237 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2319 , cls_42 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2324 , cls_42 , 0.9000 , 480.0000 , 42.9680 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2332 , cls_42 , 30.9600 , 8280.0000 , 275.0085 , 267.4419 , 3.6316 , 1.2078 , 0.7060 , 0.7820 , 30.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2338 , cls_42 , 5.1300 , 1440.0000 , 101.0772 , 280.7018 , 1.5000 , 1.0855 , 0.6077 , 0.7632 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2341 , cls_42 , 8.6400 , 2820.0000 , 138.7581 , 326.3889 , 2.3500 , 1.1539 , 0.6239 , 0.7326 , 8.6400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2347 , cls_42 , 1.2600 , 900.0000 , 63.7497 , 714.2857 , 1.8750 , 1.1473 , 0.7903 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2360 , cls_42 , 3.7800 , 2340.0000 , 98.8129 , 619.0476 , 3.0000 , 1.2090 , 0.6312 , 0.5317 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2373 , cls_42 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2389 , cls_42 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2393 , cls_42 , 11.9700 , 3000.0000 , 145.5200 , 250.6266 , 2.0833 , 1.1323 , 0.5411 , 0.7945 , 11.9700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2397 , cls_42 , 1.7100 , 840.0000 , 62.0538 , 491.2281 , 1.5556 , 1.0972 , 0.6686 , 0.5965 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2402 , cls_42 , 1.0800 , 600.0000 , 47.6300 , 555.5556 , 1.4286 , 1.0790 , 0.6180 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2416 , cls_42 , 0.9000 , 480.0000 , 37.5681 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2419 , cls_42 , 73.0800 , 16500.0000 , 462.5596 , 225.7800 , 4.8246 , 1.2331 , 0.7138 , 0.8153 , 73.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2422 , cls_42 , 0.5400 , 480.0000 , 33.6542 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2425 , cls_42 , 1.3500 , 660.0000 , 46.5885 , 488.8889 , 1.3750 , 1.0738 , 0.4383 , 0.6111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2454 , cls_42 , 2.1600 , 1080.0000 , 72.1992 , 500.0000 , 1.8000 , 1.1219 , 0.7117 , 0.5903 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2470 , cls_42 , 1.7100 , 1020.0000 , 60.5510 , 596.4912 , 1.8889 , 1.1370 , 0.6278 , 0.5351 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2480 , cls_42 , 3.4200 , 1320.0000 , 83.9448 , 385.9649 , 1.6923 , 1.1109 , 0.6129 , 0.6754 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2485 , cls_42 , 0.6300 , 540.0000 , 44.3642 , 857.1429 , 1.5000 , 1.1214 , 0.7215 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2496 , cls_42 , 1.8000 , 1200.0000 , 71.3192 , 666.6667 , 2.2222 , 1.1643 , 0.7004 , 0.4667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2497 , cls_42 , 42.5700 , 9360.0000 , 328.3299 , 219.8732 , 3.5455 , 1.1971 , 0.7323 , 0.8150 , 42.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2501 , cls_42 , 9.5400 , 1980.0000 , 133.9799 , 207.5472 , 1.5714 , 1.0823 , 0.5742 , 0.8270 , 9.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2516 , cls_42 , 0.7200 , 600.0000 , 43.2984 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2526 , cls_42 , 1.9800 , 900.0000 , 64.5809 , 454.5455 , 1.5000 , 1.0949 , 0.6704 , 0.6439 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2530 , cls_42 , 45.3600 , 7080.0000 , 280.7388 , 156.0847 , 2.6222 , 1.1484 , 0.5006 , 0.8694 , 45.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2541 , cls_42 , 2.1600 , 1140.0000 , 68.5646 , 527.7778 , 1.9000 , 1.1327 , 0.6180 , 0.5833 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2550 , cls_42 , 22.0500 , 4620.0000 , 196.8074 , 209.5238 , 2.4063 , 1.1463 , 0.5412 , 0.8313 , 22.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2552 , cls_42 , 3.0600 , 1440.0000 , 97.6906 , 470.5882 , 2.0000 , 1.1398 , 0.6670 , 0.6176 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2555 , cls_42 , 2.6100 , 1380.0000 , 77.0344 , 528.7356 , 2.0909 , 1.1492 , 0.6844 , 0.5862 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2557 , cls_42 , 1.7100 , 1080.0000 , 65.4231 , 631.5789 , 2.0000 , 1.1488 , 0.7282 , 0.5175 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2564 , cls_42 , 0.6300 , 420.0000 , 32.7472 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2566 , cls_42 , 22.2300 , 4680.0000 , 230.8428 , 210.5263 , 2.4375 , 1.1476 , 0.5829 , 0.8252 , 22.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2567 , cls_42 , 1.0800 , 720.0000 , 48.0974 , 666.6667 , 1.7143 , 1.1183 , 0.6605 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2579 , cls_42 , 0.5400 , 420.0000 , 32.6544 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2591 , cls_42 , 0.7200 , 600.0000 , 54.4240 , 833.3333 , 1.6667 , 1.1283 , 0.7963 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2593 , cls_42 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2597 , cls_42 , 1.0800 , 720.0000 , 53.6571 , 666.6667 , 1.7143 , 1.1183 , 0.7117 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2600 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2606 , cls_42 , 3.8700 , 1560.0000 , 89.9450 , 403.1008 , 1.8571 , 1.1296 , 0.6760 , 0.6783 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2608 , cls_42 , 31.4100 , 10020.0000 , 294.4014 , 319.0067 , 4.3947 , 1.2366 , 0.6866 , 0.7416 , 31.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2612 , cls_42 , 1.8900 , 780.0000 , 58.4378 , 412.6984 , 1.3000 , 1.0710 , 0.5390 , 0.6667 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2614 , cls_42 , 37.0800 , 10320.0000 , 426.9594 , 278.3172 , 4.1951 , 1.2252 , 0.8361 , 0.7727 , 37.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2625 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2631 , cls_42 , 0.7200 , 480.0000 , 35.8918 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2633 , cls_42 , 77.7600 , 11940.0000 , 436.5814 , 153.5494 , 3.3729 , 1.1798 , 0.7607 , 0.8717 , 77.7600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2641 , cls_42 , 0.9000 , 540.0000 , 42.3098 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2648 , cls_42 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2652 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2653 , cls_42 , 22.4100 , 4740.0000 , 208.2524 , 211.5127 , 2.4688 , 1.1490 , 0.6134 , 0.8266 , 22.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2659 , cls_42 , 0.7200 , 420.0000 , 32.8556 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2660 , cls_42 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2674 , cls_42 , 0.8100 , 420.0000 , 34.3573 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2676 , cls_42 , 0.9000 , 480.0000 , 41.3283 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2699 , cls_42 , 0.5400 , 420.0000 , 32.6544 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2706 , cls_42 , 3.5100 , 1020.0000 , 79.7440 , 290.5983 , 1.3077 , 1.0589 , 0.5444 , 0.7479 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2718 , cls_42 , 7.7400 , 3000.0000 , 149.2302 , 387.5969 , 2.6316 , 1.1762 , 0.7329 , 0.6744 , 7.7400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2734 , cls_42 , 15.8400 , 4260.0000 , 268.8969 , 268.9394 , 2.6296 , 1.1644 , 0.8233 , 0.7765 , 15.8400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2738 , cls_42 , 2.6100 , 1440.0000 , 96.0015 , 551.7241 , 2.1818 , 1.1576 , 0.8004 , 0.5575 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2741 , cls_42 , 3.8700 , 1500.0000 , 90.8460 , 387.5969 , 1.7857 , 1.1221 , 0.5620 , 0.6860 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2744 , cls_42 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2769 , cls_42 , 0.7200 , 540.0000 , 44.2910 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2772 , cls_42 , 3.1500 , 1500.0000 , 107.2184 , 476.1905 , 2.0833 , 1.1444 , 0.8181 , 0.6190 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 271.6616 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2817 , cls_42 , 0.6300 , 600.0000 , 43.5388 , 952.3810 , 1.6667 , 1.1455 , 0.7826 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2818 , cls_42 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2819 , cls_42 , 15.0300 , 2940.0000 , 204.9754 , 195.6088 , 1.8846 , 1.1073 , 0.7067 , 0.8363 , 15.0300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2830 , cls_42 , 2.5200 , 780.0000 , 63.9572 , 309.5238 , 1.1818 , 1.0406 , 0.5806 , 0.7321 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2834 , cls_42 , 0.4500 , 480.0000 , 39.9473 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2840 , cls_42 , 5.9400 , 1920.0000 , 119.3143 , 323.2323 , 1.8824 , 1.1233 , 0.6378 , 0.7374 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2849 , cls_42 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2861 , cls_42 , 1.5300 , 660.0000 , 52.2373 , 431.3725 , 1.2222 , 1.0598 , 0.5916 , 0.6275 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2863 , cls_42 , 13.5900 , 4080.0000 , 167.2904 , 300.2208 , 2.7200 , 1.1722 , 0.5057 , 0.7550 , 13.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2865 , cls_42 , 1.1700 , 540.0000 , 45.7895 , 461.5385 , 1.1250 , 1.0473 , 0.6322 , 0.6026 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2875 , cls_42 , 30.2400 , 9180.0000 , 270.1364 , 303.5714 , 4.1351 , 1.2264 , 0.6328 , 0.7535 , 30.2400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2892 , cls_42 , 2.1600 , 1200.0000 , 62.0898 , 555.5556 , 2.0000 , 1.1430 , 0.5870 , 0.5764 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2896 , cls_42 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2899 , cls_42 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2906 , cls_42 , 34.0200 , 12960.0000 , 349.2527 , 380.9524 , 5.5385 , 1.2692 , 0.7646 , 0.6900 , 34.0200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2910 , cls_42 , 14.6700 , 4860.0000 , 240.8473 , 331.2883 , 3.1154 , 1.1941 , 0.7366 , 0.7249 , 14.6700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2911 , cls_42 , 5.4900 , 2700.0000 , 155.5801 , 491.8033 , 2.8125 , 1.1939 , 0.8044 , 0.6066 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2913 , cls_42 , 0.4500 , 360.0000 , 24.0000 , 800.0000 , 1.2000 , 1.0699 , 0.3634 , 0.4000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2926 , cls_42 , 1.2600 , 660.0000 , 49.2878 , 523.8095 , 1.3750 , 1.0816 , 0.5544 , 0.5714 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2943 , cls_42 , 1.4400 , 720.0000 , 53.0100 , 500.0000 , 1.5000 , 1.0847 , 0.6082 , 0.5938 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2944 , cls_42 , 0.6300 , 420.0000 , 32.0129 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2947 , cls_42 , 23.9400 , 8220.0000 , 261.6021 , 343.3584 , 4.1515 , 1.2317 , 0.6603 , 0.7180 , 23.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2948 , cls_42 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2954 , cls_42 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2963 , cls_42 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2967 , cls_42 , 1.9800 , 1140.0000 , 67.2786 , 575.7576 , 1.9000 , 1.1427 , 0.6704 , 0.5379 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2973 , cls_42 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2976 , cls_42 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2978 , cls_42 , 5.4900 , 2400.0000 , 128.6735 , 437.1585 , 2.5000 , 1.1723 , 0.6893 , 0.6475 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2994 , cls_42 , 2.2500 , 1380.0000 , 72.9290 , 613.3333 , 2.3000 , 1.1662 , 0.5639 , 0.5000 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2996 , cls_42 , 91.4400 , 18420.0000 , 489.8624 , 201.4436 , 4.7969 , 1.2290 , 0.6938 , 0.8330 , 91.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2997 , cls_42 , 1.0800 , 540.0000 , 44.4179 , 500.0000 , 1.2857 , 1.0563 , 0.6273 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2998 , cls_42 , 35.1000 , 12000.0000 , 296.6392 , 341.8803 , 5.0000 , 1.2541 , 0.6136 , 0.7115 , 35.1000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3012 , cls_42 , 0.8100 , 480.0000 , 38.3139 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3014 , cls_42 , 0.9000 , 540.0000 , 44.8947 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3016 , cls_42 , 0.6300 , 480.0000 , 35.3331 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3019 , cls_42 , 1.8000 , 1020.0000 , 71.9348 , 566.6667 , 1.8889 , 1.1311 , 0.7453 , 0.5417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3028 , cls_42 , 0.9900 , 780.0000 , 53.8276 , 787.8788 , 1.8571 , 1.1463 , 0.7357 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3033 , cls_42 , 8.8200 , 2700.0000 , 150.4577 , 306.1224 , 2.2500 , 1.1442 , 0.7239 , 0.7500 , 8.8200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3036 , cls_42 , 1.8000 , 780.0000 , 58.8574 , 433.3333 , 1.4444 , 1.0763 , 0.6082 , 0.6333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3048 , cls_42 , 19.5300 , 7560.0000 , 271.4818 , 387.0968 , 4.2000 , 1.2386 , 0.7638 , 0.6935 , 19.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3055 , cls_42 , 1.2600 , 660.0000 , 48.3102 , 523.8095 , 1.3750 , 1.0816 , 0.5652 , 0.5595 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3056 , cls_42 , 2.2500 , 720.0000 , 61.4230 , 320.0000 , 1.2000 , 1.0364 , 0.5639 , 0.7200 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3062 , cls_42 , 2.3400 , 1380.0000 , 76.4026 , 589.7436 , 2.0909 , 1.1617 , 0.6817 , 0.5321 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3066 , cls_42 , 0.8100 , 540.0000 , 43.2826 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3082 , cls_42 , 0.9000 , 720.0000 , 62.7418 , 800.0000 , 1.7143 , 1.1407 , 0.7913 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3089 , cls_42 , 4.9500 , 2460.0000 , 118.6238 , 496.9697 , 2.7333 , 1.1881 , 0.7130 , 0.5970 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3095 , cls_42 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3102 , cls_42 , 0.9000 , 660.0000 , 51.2667 , 733.3333 , 1.5714 , 1.1216 , 0.7453 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3107 , cls_42 , 4.1400 , 1140.0000 , 85.0929 , 275.3623 , 1.3571 , 1.0634 , 0.5495 , 0.7717 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3110 , cls_42 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3130 , cls_42 , 4.7700 , 1560.0000 , 98.9280 , 327.0440 , 1.7333 , 1.1076 , 0.6352 , 0.7296 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3139 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3143 , cls_42 , 2.7000 , 1200.0000 , 98.5592 , 444.4444 , 1.8182 , 1.1180 , 0.7671 , 0.6333 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3152 , cls_42 , 1.5300 , 840.0000 , 73.0264 , 549.0196 , 1.5556 , 1.1099 , 0.7595 , 0.5294 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3153 , cls_42 , 1.5300 , 600.0000 , 57.8853 , 392.1569 , 1.1111 , 1.0400 , 0.6268 , 0.6373 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3154 , cls_42 , 1.2600 , 720.0000 , 50.2595 , 571.4286 , 1.5000 , 1.1000 , 0.6039 , 0.5238 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3155 , cls_42 , 0.7200 , 420.0000 , 32.6407 , 583.3333 , 1.1667 , 1.0480 , 0.4341 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3163 , cls_42 , 0.9900 , 540.0000 , 41.7471 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3166 , cls_42 , 60.4800 , 8280.0000 , 321.8276 , 136.9048 , 2.6538 , 1.1471 , 0.5017 , 0.8876 , 60.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3171 , cls_42 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3174 , cls_42 , 1.8900 , 1020.0000 , 63.9621 , 539.6825 , 1.7000 , 1.1255 , 0.6387 , 0.5635 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3176 , cls_42 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3184 , cls_42 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3185 , cls_42 , 2.6100 , 1440.0000 , 74.3320 , 551.7241 , 2.1818 , 1.1576 , 0.6307 , 0.5690 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3186 , cls_42 , 0.7200 , 420.0000 , 36.4343 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3187 , cls_42 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3200 , cls_42 , 4.2300 , 1800.0000 , 103.8106 , 425.5319 , 2.1429 , 1.1470 , 0.7081 , 0.6454 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3201 , cls_42 , 0.7200 , 480.0000 , 38.7976 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3207 , cls_42 , 0.6300 , 420.0000 , 32.7472 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3210 , cls_42 , 2.2500 , 960.0000 , 61.4451 , 426.6667 , 1.6000 , 1.0938 , 0.5103 , 0.6600 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3214 , cls_42 , 0.7200 , 420.0000 , 35.0117 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3216 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3220 , cls_42 , 0.6300 , 420.0000 , 35.6333 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3234 , cls_42 , 0.9000 , 480.0000 , 38.2604 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3236 , cls_42 , 0.8100 , 420.0000 , 35.4985 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3237 , cls_42 , 5.9400 , 1620.0000 , 102.7862 , 272.7273 , 1.5882 , 1.0924 , 0.5798 , 0.7702 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3253 , cls_42 , 16.9200 , 4200.0000 , 176.1503 , 248.2270 , 2.5000 , 1.1557 , 0.5915 , 0.7917 , 16.9200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3255 , cls_42 , 23.8500 , 6000.0000 , 223.4985 , 251.5723 , 3.0303 , 1.1813 , 0.5471 , 0.7836 , 23.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3278 , cls_42 , 0.7200 , 600.0000 , 41.2191 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3301 , cls_42 , 11.8800 , 4320.0000 , 175.1525 , 363.6364 , 3.1304 , 1.1955 , 0.6535 , 0.7096 , 11.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3306 , cls_42 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3311 , cls_42 , 1.6200 , 720.0000 , 55.9809 , 444.4444 , 1.3333 , 1.0715 , 0.6630 , 0.6019 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3316 , cls_42 , 2.4300 , 1020.0000 , 89.3725 , 419.7531 , 1.5455 , 1.0975 , 0.7356 , 0.6173 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3317 , cls_42 , 49.7700 , 9360.0000 , 378.6878 , 188.0651 , 3.2500 , 1.1828 , 0.6655 , 0.8430 , 49.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3345 , cls_42 , 1.9800 , 840.0000 , 73.8663 , 424.2424 , 1.4000 , 1.0809 , 0.6888 , 0.6212 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3347 , cls_42 , 6.6600 , 2340.0000 , 120.5367 , 351.3514 , 2.1667 , 1.1474 , 0.5812 , 0.7095 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3357 , cls_42 , 2.8800 , 1260.0000 , 76.2660 , 437.5000 , 1.7500 , 1.1205 , 0.6082 , 0.6458 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3363 , cls_42 , 1.0800 , 660.0000 , 57.8785 , 611.1111 , 1.5714 , 1.0996 , 0.7495 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3368 , cls_42 , 15.1200 , 4980.0000 , 196.7903 , 329.3651 , 3.1923 , 1.1951 , 0.6577 , 0.7232 , 15.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3387 , cls_42 , 0.9900 , 540.0000 , 40.0335 , 545.4545 , 1.2857 , 1.0663 , 0.5170 , 0.5606 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3392 , cls_42 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3407 , cls_42 , 3.5100 , 1260.0000 , 87.6904 , 358.9744 , 1.6154 , 1.0993 , 0.6667 , 0.7094 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3410 , cls_42 , 1.0800 , 660.0000 , 48.7326 , 611.1111 , 1.5714 , 1.0996 , 0.6273 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3413 , cls_42 , 17.1000 , 3060.0000 , 179.2326 , 178.9474 , 1.8214 , 1.1021 , 0.4718 , 0.8474 , 17.1000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3414 , cls_42 , 0.6300 , 480.0000 , 38.1754 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3417 , cls_42 , 1.3500 , 1020.0000 , 99.2114 , 755.5556 , 2.1250 , 1.1653 , 0.8927 , 0.3333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3436 , cls_42 , 1.3500 , 600.0000 , 47.4395 , 444.4444 , 1.2500 , 1.0537 , 0.4383 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3437 , cls_42 , 1.2600 , 840.0000 , 58.0967 , 666.6667 , 1.7500 , 1.1327 , 0.7258 , 0.4762 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3441 , cls_42 , 0.7200 , 480.0000 , 37.9551 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3448 , cls_42 , 0.7200 , 540.0000 , 42.8679 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3449 , cls_42 , 1.7100 , 1380.0000 , 64.5941 , 807.0175 , 2.5556 , 1.1991 , 0.6278 , 0.3860 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3454 , cls_42 , 16.7400 , 5040.0000 , 228.9250 , 301.0753 , 3.0000 , 1.1870 , 0.7553 , 0.7455 , 16.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3455 , cls_42 , 1.7100 , 1020.0000 , 61.9090 , 596.4912 , 1.8889 , 1.1370 , 0.6640 , 0.5263 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3472 , cls_42 , 1.8000 , 1200.0000 , 80.5663 , 666.6667 , 2.2222 , 1.1643 , 0.7598 , 0.4667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3491 , cls_42 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3507 , cls_42 , 0.7200 , 480.0000 , 42.5542 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3514 , cls_42 , 10.9800 , 3360.0000 , 166.1622 , 306.0109 , 2.4348 , 1.1603 , 0.6652 , 0.7473 , 10.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3515 , cls_42 , 0.6300 , 420.0000 , 35.6269 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3519 , cls_42 , 31.7700 , 12120.0000 , 384.5807 , 381.4920 , 5.3158 , 1.2655 , 0.8275 , 0.6955 , 31.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3521 , cls_42 , 1.7100 , 780.0000 , 58.7960 , 456.1404 , 1.4444 , 1.0820 , 0.6731 , 0.6316 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3543 , cls_42 , 7.9200 , 1800.0000 , 111.7830 , 227.2727 , 1.5789 , 1.0832 , 0.4613 , 0.8087 , 7.9200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3550 , cls_42 , 2.0700 , 1020.0000 , 70.2505 , 492.7536 , 1.7000 , 1.1152 , 0.6710 , 0.6159 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3555 , cls_42 , 1.8000 , 720.0000 , 57.1308 , 400.0000 , 1.3333 , 1.0600 , 0.6082 , 0.6667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3563 , cls_42 , 0.4500 , 420.0000 , 35.2060 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3568 , cls_42 , 0.5400 , 480.0000 , 43.5357 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3577 , cls_42 , 6.6600 , 3000.0000 , 155.0659 , 450.4505 , 2.7778 , 1.1921 , 0.8089 , 0.6329 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3590 , cls_42 , 0.7200 , 540.0000 , 48.3771 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3601 , cls_42 , 19.6200 , 5760.0000 , 232.2369 , 293.5780 , 3.2000 , 1.1935 , 0.6715 , 0.7584 , 19.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3612 , cls_42 , 1.0800 , 540.0000 , 42.4652 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3628 , cls_42 , 18.7200 , 5880.0000 , 257.6547 , 314.1026 , 3.3793 , 1.2015 , 0.7314 , 0.7444 , 18.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3634 , cls_42 , 4.6800 , 1680.0000 , 133.9286 , 358.9744 , 1.8667 , 1.1234 , 0.7836 , 0.6891 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3637 , cls_42 , 2.0700 , 840.0000 , 60.8755 , 405.7971 , 1.4000 , 1.0761 , 0.6746 , 0.6667 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3649 , cls_42 , 0.9000 , 480.0000 , 37.6395 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3657 , cls_42 , 2.3400 , 1020.0000 , 65.6135 , 435.8974 , 1.5455 , 1.1016 , 0.6322 , 0.6474 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3683 , cls_42 , 1.2600 , 600.0000 , 51.9718 , 476.1905 , 1.2500 , 1.0614 , 0.6637 , 0.5833 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3697 , cls_42 , 0.9000 , 780.0000 , 51.3770 , 866.6667 , 1.8571 , 1.1583 , 0.6817 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3699 , cls_42 , 4.8600 , 2460.0000 , 142.2039 , 506.1728 , 2.7333 , 1.1901 , 0.7405 , 0.5833 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3703 , cls_42 , 7.6500 , 2940.0000 , 163.5300 , 384.3137 , 2.5789 , 1.1738 , 0.7075 , 0.6863 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3715 , cls_42 , 2.7000 , 780.0000 , 62.6984 , 288.8889 , 1.1818 , 1.0336 , 0.2793 , 0.7611 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3722 , cls_42 , 1.0800 , 780.0000 , 55.7286 , 722.2222 , 1.8571 , 1.1355 , 0.7117 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3728 , cls_42 , 1.4400 , 780.0000 , 60.2300 , 541.6667 , 1.6250 , 1.1014 , 0.7453 , 0.5521 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3733 , cls_42 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3734 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3745 , cls_42 , 20.3400 , 7320.0000 , 238.9188 , 359.8820 , 3.9355 , 1.2292 , 0.7340 , 0.7072 , 20.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3747 , cls_42 , 5.8500 , 1680.0000 , 105.8916 , 287.1795 , 1.6471 , 1.1006 , 0.6255 , 0.7615 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3749 , cls_42 , 0.5400 , 420.0000 , 34.6040 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3762 , cls_42 , 3.7800 , 1860.0000 , 104.6913 , 492.0635 , 2.3846 , 1.1655 , 0.7353 , 0.6071 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3765 , cls_42 , 0.6300 , 480.0000 , 32.7869 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3771 , cls_42 , 0.9900 , 540.0000 , 47.4224 , 545.4545 , 1.2857 , 1.0663 , 0.6888 , 0.5303 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3778 , cls_42 , 15.8400 , 4680.0000 , 202.1626 , 295.4545 , 2.8889 , 1.1801 , 0.6552 , 0.7509 , 15.8400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3783 , cls_42 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3785 , cls_42 , 1.5300 , 840.0000 , 57.2144 , 549.0196 , 1.5556 , 1.1099 , 0.6268 , 0.5490 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3790 , cls_42 , 7.0200 , 2040.0000 , 126.6914 , 290.5983 , 1.8889 , 1.1174 , 0.6972 , 0.7607 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3794 , cls_42 , 0.6300 , 600.0000 , 41.3448 , 952.3810 , 1.6667 , 1.1455 , 0.5544 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3811 , cls_42 , 1.5300 , 660.0000 , 55.0237 , 431.3725 , 1.2222 , 1.0598 , 0.6452 , 0.6275 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3817 , cls_42 , 2.6100 , 1080.0000 , 87.0044 , 413.7931 , 1.6364 , 1.1010 , 0.7648 , 0.6494 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3824 , cls_42 , 0.9000 , 420.0000 , 37.3261 , 466.6667 , 1.0000 , 1.0223 , 0.4907 , 0.5833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3826 , cls_42 , 0.5400 , 480.0000 , 40.5020 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3829 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3850 , cls_42 , 0.6300 , 480.0000 , 39.8596 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3852 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3858 , cls_42 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3862 , cls_42 , 13.3200 , 3360.0000 , 184.4326 , 252.2523 , 2.2400 , 1.1413 , 0.6817 , 0.7928 , 13.3200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3865 , cls_42 , 4.0500 , 1680.0000 , 99.5988 , 414.8148 , 2.0000 , 1.1387 , 0.7407 , 0.6667 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3876 , cls_42 , 4.0500 , 2220.0000 , 180.8146 , 548.1481 , 2.6429 , 1.1912 , 0.8809 , 0.5148 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3899 , cls_42 , 1.6200 , 720.0000 , 53.6294 , 444.4444 , 1.3333 , 1.0715 , 0.4907 , 0.6389 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3901 , cls_42 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3911 , cls_42 , 1.1700 , 600.0000 , 47.6986 , 512.8205 , 1.2500 , 1.0698 , 0.5132 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3917 , cls_42 , 1.3500 , 600.0000 , 45.8958 , 444.4444 , 1.2500 , 1.0537 , 0.5342 , 0.6333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3918 , cls_42 , 3.8700 , 2220.0000 , 110.4095 , 573.6434 , 2.6429 , 1.1964 , 0.7178 , 0.5349 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3921 , cls_42 , 0.5400 , 420.0000 , 32.0783 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3923 , cls_42 , 0.5400 , 480.0000 , 48.3776 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3924 , cls_42 , 2.1600 , 1560.0000 , 90.3800 , 722.2222 , 2.6000 , 1.1956 , 0.7388 , 0.4306 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3925 , cls_42 , 1.2600 , 600.0000 , 44.1094 , 476.1905 , 1.2500 , 1.0614 , 0.4757 , 0.6071 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3930 , cls_42 , 0.7200 , 540.0000 , 39.3274 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3939 , cls_42 , 3.7800 , 2040.0000 , 104.2235 , 539.6825 , 2.6154 , 1.1830 , 0.7429 , 0.5754 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3952 , cls_42 , 10.5300 , 3060.0000 , 172.4672 , 290.5983 , 2.3182 , 1.1483 , 0.7632 , 0.7578 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3956 , cls_42 , 27.9900 , 6960.0000 , 278.8862 , 248.6602 , 3.2222 , 1.1898 , 0.6928 , 0.7910 , 27.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3958 , cls_42 , 2.7000 , 1680.0000 , 93.0543 , 622.2222 , 2.5455 , 1.1839 , 0.7191 , 0.4944 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3964 , cls_42 , 5.4900 , 2640.0000 , 135.5491 , 480.8743 , 2.7500 , 1.1898 , 0.7519 , 0.6120 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3982 , cls_42 , 1.3500 , 720.0000 , 55.9989 , 533.3333 , 1.5000 , 1.0921 , 0.7419 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3984 , cls_42 , 1.3500 , 660.0000 , 57.3169 , 488.8889 , 1.3750 , 1.0738 , 0.6869 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3989 , cls_42 , 1.0800 , 600.0000 , 47.7367 , 555.5556 , 1.4286 , 1.0790 , 0.6180 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3993 , cls_42 , 2.7000 , 1200.0000 , 78.0248 , 444.4444 , 1.8182 , 1.1180 , 0.6735 , 0.6444 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3998 , cls_42 , 1.8000 , 720.0000 , 65.7301 , 400.0000 , 1.3333 , 1.0600 , 0.7170 , 0.6333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4000 , cls_42 , 11.8800 , 3480.0000 , 165.4628 , 292.9293 , 2.5217 , 1.1585 , 0.6876 , 0.7551 , 11.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4019 , cls_42 , 2.0700 , 1140.0000 , 62.5101 , 550.7246 , 1.9000 , 1.1376 , 0.4951 , 0.5797 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4023 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4033 , cls_42 , 0.7200 , 660.0000 , 44.6307 , 916.6667 , 1.8333 , 1.1497 , 0.7516 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4037 , cls_42 , 2.8800 , 1320.0000 , 83.3831 , 458.3333 , 1.8333 , 1.1295 , 0.5926 , 0.6146 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4038 , cls_42 , 3.1500 , 1140.0000 , 77.2065 , 361.9048 , 1.5833 , 1.0915 , 0.5406 , 0.6905 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4059 , cls_42 , 1.5300 , 960.0000 , 58.2558 , 627.4510 , 1.7778 , 1.1376 , 0.5916 , 0.5294 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4061 , cls_42 , 7.6500 , 2220.0000 , 126.7208 , 290.1961 , 1.9474 , 1.1239 , 0.5509 , 0.7569 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4065 , cls_42 , 1.8900 , 1140.0000 , 71.6573 , 603.1746 , 1.9000 , 1.1481 , 0.7243 , 0.5159 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4081 , cls_42 , 47.1600 , 9060.0000 , 316.9333 , 192.1120 , 3.2826 , 1.1827 , 0.6421 , 0.8426 , 47.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4089 , cls_42 , 1.6200 , 780.0000 , 58.6386 , 481.4815 , 1.4444 , 1.0880 , 0.6817 , 0.5926 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4095 , cls_42 , 1.6200 , 720.0000 , 50.8689 , 444.4444 , 1.3333 , 1.0715 , 0.4410 , 0.6389 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4096 , cls_42 , 0.8100 , 720.0000 , 44.5878 , 888.8889 , 2.0000 , 1.1540 , 0.7205 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4102 , cls_42 , 0.9000 , 600.0000 , 38.0920 , 666.6667 , 1.4286 , 1.1006 , 0.3634 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4103 , cls_42 , 3.5100 , 1380.0000 , 83.8913 , 393.1624 , 1.7692 , 1.1167 , 0.5034 , 0.6709 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4104 , cls_42 , 0.7200 , 660.0000 , 40.1473 , 916.6667 , 1.8333 , 1.1497 , 0.5926 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4113 , cls_42 , 1.0800 , 540.0000 , 39.7323 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4121 , cls_42 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4130 , cls_42 , 0.7200 , 420.0000 , 34.3237 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4131 , cls_42 , 1.5300 , 780.0000 , 51.8613 , 509.8039 , 1.4444 , 1.0945 , 0.5916 , 0.5882 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4143 , cls_42 , 3.8700 , 1260.0000 , 82.0139 , 325.5814 , 1.5000 , 1.0891 , 0.5155 , 0.7248 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4145 , cls_42 , 1.0800 , 720.0000 , 55.8812 , 666.6667 , 1.7143 , 1.1183 , 0.7366 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4161 , cls_42 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4170 , cls_42 , 2.7900 , 1620.0000 , 78.2337 , 580.6452 , 2.2500 , 1.1730 , 0.6507 , 0.5376 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4180 , cls_42 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4183 , cls_42 , 1.5300 , 780.0000 , 66.4078 , 509.8039 , 1.4444 , 1.0945 , 0.7075 , 0.5784 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4184 , cls_42 , 2.7900 , 1140.0000 , 75.5497 , 408.6022 , 1.5833 , 1.1044 , 0.5565 , 0.6774 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4187 , cls_42 , 0.6300 , 420.0000 , 31.6352 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4205 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4212 , cls_42 , 2.7900 , 960.0000 , 88.7247 , 344.0860 , 1.3333 , 1.0708 , 0.7420 , 0.6828 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4217 , cls_42 , 1.0800 , 540.0000 , 50.8894 , 500.0000 , 1.2857 , 1.0563 , 0.7117 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4218 , cls_42 , 6.2100 , 2400.0000 , 114.2351 , 386.4734 , 2.3529 , 1.1592 , 0.5146 , 0.6787 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4224 , cls_42 , 151.2900 , 34560.0000 , 847.7484 , 228.4355 , 7.0244 , 1.2740 , 0.8368 , 0.8158 , 151.2900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4236 , cls_42 , 4.5900 , 1860.0000 , 130.6003 , 405.2288 , 2.0667 , 1.1444 , 0.7586 , 0.6471 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4239 , cls_42 , 1.2600 , 780.0000 , 48.6274 , 619.0476 , 1.6250 , 1.1170 , 0.6039 , 0.5357 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4248 , cls_42 , 0.5400 , 420.0000 , 37.5676 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4250 , cls_42 , 7.2900 , 2700.0000 , 173.1184 , 370.3704 , 2.5000 , 1.1637 , 0.7349 , 0.6914 , 7.2900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4251 , cls_42 , 1.9800 , 720.0000 , 55.5471 , 363.6364 , 1.2000 , 1.0498 , 0.4715 , 0.6970 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4252 , cls_42 , 1.1700 , 660.0000 , 52.3513 , 564.1026 , 1.3750 , 1.0902 , 0.6817 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4263 , cls_42 , 2.0700 , 1020.0000 , 69.3122 , 492.7536 , 1.7000 , 1.1152 , 0.7237 , 0.5942 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4264 , cls_42 , 0.7200 , 600.0000 , 38.5499 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4267 , cls_42 , 75.8700 , 17820.0000 , 504.4147 , 234.8754 , 5.0339 , 1.2411 , 0.7679 , 0.8039 , 75.8700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4269 , cls_42 , 0.7200 , 540.0000 , 40.4443 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4279 , cls_42 , 11.5200 , 2940.0000 , 171.1970 , 255.2083 , 2.1304 , 1.1326 , 0.7288 , 0.7878 , 11.5200 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4291 , cls_42 , 5.3100 , 2640.0000 , 154.9546 , 497.1751 , 2.7500 , 1.1934 , 0.8312 , 0.6073 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4301 , cls_42 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4305 , cls_42 , 2.7000 , 1200.0000 , 81.7230 , 444.4444 , 1.8182 , 1.1180 , 0.7436 , 0.6278 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4307 , cls_42 , 0.7200 , 540.0000 , 39.6330 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4308 , cls_42 , 1.3500 , 780.0000 , 57.1586 , 577.7778 , 1.6250 , 1.1089 , 0.6707 , 0.5111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4311 , cls_42 , 1.7100 , 720.0000 , 53.9180 , 421.0526 , 1.3333 , 1.0656 , 0.6034 , 0.6579 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4319 , cls_42 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4323 , cls_42 , 0.8100 , 540.0000 , 41.2839 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4331 , cls_42 , 2.2500 , 1320.0000 , 82.4717 , 586.6667 , 2.2000 , 1.1574 , 0.7513 , 0.5200 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4345 , cls_42 , 0.7200 , 420.0000 , 32.8556 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4350 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4362 , cls_42 , 35.3700 , 7500.0000 , 279.5184 , 212.0441 , 3.1250 , 1.1798 , 0.7529 , 0.8265 , 35.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4364 , cls_42 , 0.6300 , 480.0000 , 34.9162 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4365 , cls_42 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4372 , cls_42 , 2.1600 , 960.0000 , 77.3354 , 444.4444 , 1.6000 , 1.0983 , 0.7388 , 0.6181 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4393 , cls_42 , 13.8600 , 5580.0000 , 211.2180 , 402.5974 , 3.7200 , 1.2232 , 0.7968 , 0.6677 , 13.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4397 , cls_42 , 3.6900 , 1740.0000 , 90.4003 , 471.5447 , 2.2308 , 1.1555 , 0.5984 , 0.6179 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4398 , cls_42 , 50.5800 , 7320.0000 , 303.0042 , 144.7212 , 2.5417 , 1.1439 , 0.4818 , 0.8799 , 50.5800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4399 , cls_42 , 0.9000 , 480.0000 , 37.7678 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4410 , cls_42 , 1.8000 , 1500.0000 , 91.1086 , 833.3333 , 2.7778 , 1.2098 , 0.8493 , 0.3833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4414 , cls_42 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4424 , cls_42 , 1.3500 , 600.0000 , 47.1743 , 444.4444 , 1.2500 , 1.0537 , 0.5756 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4434 , cls_42 , 2.1600 , 900.0000 , 61.4117 , 416.6667 , 1.5000 , 1.0853 , 0.5299 , 0.6458 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4435 , cls_42 , 1.0800 , 600.0000 , 41.8843 , 555.5556 , 1.4286 , 1.0790 , 0.4731 , 0.5556 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4437 , cls_42 , 20.5200 , 6540.0000 , 332.6395 , 318.7135 , 3.5161 , 1.2099 , 0.8230 , 0.7361 , 20.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4438 , cls_42 , 1.4400 , 660.0000 , 49.6605 , 458.3333 , 1.3750 , 1.0665 , 0.5031 , 0.6250 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4451 , cls_42 , 0.7200 , 420.0000 , 32.8177 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4456 , cls_42 , 2.4300 , 840.0000 , 71.0338 , 345.6790 , 1.2727 , 1.0590 , 0.5955 , 0.6975 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4457 , cls_42 , 1.0800 , 600.0000 , 45.1174 , 555.5556 , 1.4286 , 1.0790 , 0.5870 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4458 , cls_42 , 0.6300 , 420.0000 , 34.1790 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4480 , cls_42 , 2.4300 , 840.0000 , 61.0293 , 345.6790 , 1.2727 , 1.0590 , 0.4711 , 0.7160 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4492 , cls_42 , 2.6100 , 1620.0000 , 97.1339 , 620.6897 , 2.4545 , 1.1807 , 0.8004 , 0.5115 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4500 , cls_42 , 4.2300 , 1440.0000 , 92.6691 , 340.4255 , 1.7143 , 1.1051 , 0.5600 , 0.7305 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4512 , cls_42 , 2.7900 , 1200.0000 , 119.6981 , 430.1075 , 1.6667 , 1.1144 , 0.8482 , 0.6075 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4513 , cls_42 , 10.2600 , 3120.0000 , 164.4502 , 304.0936 , 2.3636 , 1.1543 , 0.6989 , 0.7500 , 10.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4519 , cls_42 , 115.0200 , 15900.0000 , 495.0826 , 138.2368 , 3.6806 , 1.1877 , 0.5389 , 0.8862 , 115.0200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4558 , cls_42 , 6.1200 , 1800.0000 , 118.8853 , 294.1176 , 1.7647 , 1.1086 , 0.6028 , 0.7623 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4589 , cls_42 , 0.9000 , 540.0000 , 48.5978 , 600.0000 , 1.2857 , 1.0775 , 0.7453 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4596 , cls_42 , 1.1700 , 540.0000 , 48.2378 , 461.5385 , 1.1250 , 1.0473 , 0.5862 , 0.5897 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4604 , cls_42 , 0.7200 , 480.0000 , 42.5542 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4605 , cls_42 , 0.9000 , 780.0000 , 51.4718 , 866.6667 , 1.8571 , 1.1583 , 0.8232 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4606 , cls_42 , 3.9600 , 1620.0000 , 92.4956 , 409.0909 , 1.9286 , 1.1342 , 0.5690 , 0.6780 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4607 , cls_42 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4608 , cls_42 , 14.8500 , 3540.0000 , 218.9207 , 238.3838 , 2.2692 , 1.1396 , 0.7180 , 0.8000 , 14.8500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4619 , cls_42 , 1.7100 , 660.0000 , 55.2318 , 385.9649 , 1.2222 , 1.0477 , 0.5435 , 0.6579 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4624 , cls_42 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 283.0194 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4629 , cls_42 , 1.5300 , 600.0000 , 48.2628 , 392.1569 , 1.1111 , 1.0400 , 0.4589 , 0.6765 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4632 , cls_42 , 0.8100 , 660.0000 , 53.6476 , 814.8148 , 1.8333 , 1.1347 , 0.7708 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4637 , cls_42 , 10.0800 , 3900.0000 , 205.6944 , 386.9048 , 2.9545 , 1.1948 , 0.8443 , 0.6815 , 10.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4646 , cls_42 , 2.0700 , 900.0000 , 79.3642 , 434.7826 , 1.5000 , 1.0900 , 0.7184 , 0.6232 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4655 , cls_42 , 40.0500 , 8940.0000 , 279.9035 , 223.2210 , 3.4651 , 1.1956 , 0.6172 , 0.8187 , 40.0500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4666 , cls_42 , 1.3500 , 780.0000 , 67.8852 , 577.7778 , 1.6250 , 1.1089 , 0.7753 , 0.5111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 318.9044 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4673 , cls_42 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4674 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4675 , cls_42 , 1.2600 , 600.0000 , 52.2686 , 476.1905 , 1.2500 , 1.0614 , 0.6572 , 0.5952 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4683 , cls_42 , 0.9900 , 840.0000 , 70.6138 , 848.4848 , 2.0000 , 1.1624 , 0.7845 , 0.3333 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 283.0194 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4684 , cls_42 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4711 , cls_42 , 0.7200 , 540.0000 , 40.3237 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4712 , cls_42 , 0.9900 , 600.0000 , 47.4031 , 606.0606 , 1.4286 , 1.0892 , 0.6584 , 0.5152 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4723 , cls_42 , 2.0700 , 840.0000 , 60.1090 , 405.7971 , 1.4000 , 1.0761 , 0.5495 , 0.6667 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4738 , cls_42 , 1.3500 , 840.0000 , 57.0262 , 622.2222 , 1.7500 , 1.1245 , 0.6327 , 0.4889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4746 , cls_42 , 33.7500 , 7620.0000 , 314.3531 , 225.7778 , 3.2564 , 1.1866 , 0.7770 , 0.8129 , 33.7500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4762 , cls_42 , 1.7100 , 1020.0000 , 58.1233 , 596.4912 , 1.8889 , 1.1370 , 0.6278 , 0.5526 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4770 , cls_42 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4771 , cls_42 , 0.9000 , 540.0000 , 43.0216 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4780 , cls_42 , 0.8100 , 360.0000 , 32.1895 , 444.4444 , 1.0000 , 1.0000 , 0.3634 , 0.5926 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4798 , cls_42 , 2.7900 , 900.0000 , 66.1056 , 322.5806 , 1.2500 , 1.0582 , 0.5186 , 0.7419 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4801 , cls_42 , 4.0500 , 1560.0000 , 98.1853 , 385.1852 , 1.8571 , 1.1247 , 0.7047 , 0.6889 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4804 , cls_42 , 0.6300 , 420.0000 , 33.4059 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4805 , cls_42 , 225.7200 , 42000.0000 , 906.9062 , 186.0712 , 6.9307 , 1.2658 , 0.7895 , 0.8474 , 225.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4807 , cls_42 , 0.6300 , 420.0000 , 34.1318 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4822 , cls_42 , 1.2600 , 600.0000 , 49.7240 , 476.1905 , 1.2500 , 1.0614 , 0.6572 , 0.5952 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4828 , cls_42 , 4.7700 , 2280.0000 , 111.6849 , 477.9874 , 2.5333 , 1.1781 , 0.6708 , 0.6006 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4832 , cls_42 , 37.4400 , 5400.0000 , 246.3439 , 144.2308 , 2.1951 , 1.1233 , 0.4623 , 0.8810 , 37.4400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4833 , cls_42 , 0.6300 , 540.0000 , 39.8122 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4838 , cls_42 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4857 , cls_42 , 2.0700 , 1020.0000 , 68.3974 , 492.7536 , 1.7000 , 1.1152 , 0.6043 , 0.5942 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4869 , cls_42 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4870 , cls_42 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4871 , cls_42 , 2.4300 , 1260.0000 , 77.3116 , 518.5185 , 1.9091 , 1.1393 , 0.6757 , 0.5741 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4873 , cls_42 , 0.5400 , 480.0000 , 36.6356 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4879 , cls_42 , 12.6900 , 5460.0000 , 196.6938 , 430.2600 , 3.7917 , 1.2286 , 0.7146 , 0.6466 , 12.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4888 , cls_42 , 0.8100 , 420.0000 , 36.2715 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4890 , cls_42 , 15.3900 , 4980.0000 , 197.3358 , 323.5867 , 3.0741 , 1.1934 , 0.6650 , 0.7368 , 15.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4895 , cls_42 , 1.5300 , 600.0000 , 48.3001 , 392.1569 , 1.1111 , 1.0400 , 0.3634 , 0.6667 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4898 , cls_42 , 2.0700 , 840.0000 , 62.6867 , 405.7971 , 1.4000 , 1.0761 , 0.5495 , 0.6522 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4904 , cls_42 , 1.8900 , 960.0000 , 81.9335 , 507.9365 , 1.6000 , 1.1132 , 0.7943 , 0.5794 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4906 , cls_42 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4913 , cls_42 , 3.1500 , 1620.0000 , 102.5046 , 514.2857 , 2.2500 , 1.1593 , 0.7591 , 0.5810 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4931 , cls_42 , 2.5200 , 960.0000 , 73.3896 , 380.9524 , 1.4545 , 1.0816 , 0.6435 , 0.6726 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4938 , cls_42 , 11.8800 , 3660.0000 , 178.9371 , 308.0808 , 2.6522 , 1.1671 , 0.7025 , 0.7374 , 11.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4944 , cls_42 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4953 , cls_42 , 0.9900 , 540.0000 , 42.9936 , 545.4545 , 1.2857 , 1.0663 , 0.6498 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4957 , cls_42 , 139.0500 , 17940.0000 , 519.3822 , 129.0183 , 3.7848 , 1.1889 , 0.6564 , 0.8926 , 139.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4959 , cls_42 , 1.2600 , 960.0000 , 55.5401 , 761.9048 , 2.0000 , 1.1610 , 0.7078 , 0.4167 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4967 , cls_42 , 3.9600 , 1260.0000 , 88.3763 , 318.1818 , 1.5000 , 1.0868 , 0.6888 , 0.7424 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4973 , cls_42 , 0.7200 , 540.0000 , 42.1325 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4984 , cls_42 , 7.1100 , 1920.0000 , 143.0251 , 270.0422 , 1.7778 , 1.1052 , 0.7414 , 0.7764 , 7.1100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5001 , cls_42 , 6.5700 , 1800.0000 , 108.1341 , 273.9726 , 1.6667 , 1.1015 , 0.5736 , 0.7671 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5002 , cls_42 , 0.7200 , 420.0000 , 36.9061 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5013 , cls_42 , 2.7000 , 1500.0000 , 78.9470 , 555.5556 , 2.2727 , 1.1617 , 0.6396 , 0.5722 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5020 , cls_42 , 2.5200 , 1560.0000 , 91.6946 , 619.0476 , 2.3636 , 1.1774 , 0.8019 , 0.5060 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5025 , cls_42 , 4.1400 , 1200.0000 , 82.1639 , 289.8551 , 1.4286 , 1.0730 , 0.5495 , 0.7572 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5029 , cls_42 , 1.0800 , 540.0000 , 43.5593 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5030 , cls_42 , 6.7500 , 2160.0000 , 134.0029 , 320.0000 , 2.0000 , 1.1316 , 0.7467 , 0.7311 , 6.7500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5040 , cls_42 , 1.1700 , 600.0000 , 46.3889 , 512.8205 , 1.2500 , 1.0698 , 0.6322 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5044 , cls_42 , 3.7800 , 1440.0000 , 94.2866 , 380.9524 , 1.8462 , 1.1169 , 0.7109 , 0.6905 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5052 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5060 , cls_42 , 1.0800 , 540.0000 , 41.7006 , 500.0000 , 1.2857 , 1.0563 , 0.3888 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5072 , cls_42 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5083 , cls_42 , 1.8000 , 900.0000 , 70.6793 , 500.0000 , 1.6667 , 1.1055 , 0.7004 , 0.5833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5095 , cls_42 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5096 , cls_42 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5104 , cls_42 , 4.1400 , 1560.0000 , 127.8018 , 376.8116 , 1.8571 , 1.1224 , 0.8129 , 0.6848 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5109 , cls_42 , 54.5400 , 7860.0000 , 325.6414 , 144.1144 , 2.6200 , 1.1482 , 0.5540 , 0.8784 , 54.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5116 , cls_42 , 3.7800 , 1620.0000 , 100.0213 , 428.5714 , 2.0769 , 1.1393 , 0.7429 , 0.6429 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5119 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5122 , cls_42 , 0.6300 , 540.0000 , 42.2923 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5126 , cls_42 , 0.8100 , 480.0000 , 39.2681 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5127 , cls_42 , 37.2600 , 7500.0000 , 272.6815 , 201.2882 , 3.0488 , 1.1750 , 0.6360 , 0.8337 , 37.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5141 , cls_42 , 1.0800 , 540.0000 , 42.0779 , 500.0000 , 1.2857 , 1.0563 , 0.5225 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5142 , cls_42 , 9.1800 , 2580.0000 , 152.6284 , 281.0458 , 2.0476 , 1.1322 , 0.6832 , 0.7663 , 9.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5145 , cls_42 , 73.8900 , 14280.0000 , 419.3715 , 193.2603 , 4.1034 , 1.2107 , 0.6311 , 0.8406 , 73.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5152 , cls_42 , 0.5400 , 480.0000 , 46.2366 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5155 , cls_42 , 1.3500 , 720.0000 , 57.4695 , 533.3333 , 1.5000 , 1.0921 , 0.6396 , 0.5444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5159 , cls_42 , 1.6200 , 720.0000 , 52.9458 , 444.4444 , 1.3333 , 1.0715 , 0.5593 , 0.6389 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5168 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5175 , cls_42 , 0.7200 , 420.0000 , 35.9030 , 583.3333 , 1.1667 , 1.0480 , 0.6082 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5181 , cls_42 , 0.8100 , 600.0000 , 38.0968 , 740.7407 , 1.6667 , 1.1135 , 0.5416 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5186 , cls_42 , 0.8100 , 660.0000 , 48.6327 , 814.8148 , 1.8333 , 1.1347 , 0.6419 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5190 , cls_42 , 4.3200 , 1500.0000 , 111.2413 , 347.2222 , 1.7857 , 1.1106 , 0.6850 , 0.7014 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5197 , cls_42 , 2.9700 , 1440.0000 , 99.7164 , 484.8485 , 2.0000 , 1.1431 , 0.7980 , 0.6212 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5199 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5201 , cls_42 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5205 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5210 , cls_42 , 0.9000 , 660.0000 , 45.6723 , 733.3333 , 1.5714 , 1.1216 , 0.6817 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5222 , cls_42 , 0.8100 , 480.0000 , 41.0340 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5224 , cls_42 , 5.1300 , 2520.0000 , 209.7921 , 491.2281 , 2.6250 , 1.1887 , 0.8574 , 0.5994 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5225 , cls_42 , 1.7100 , 720.0000 , 53.6231 , 421.0526 , 1.3333 , 1.0656 , 0.6034 , 0.6579 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5244 , cls_42 , 1.8900 , 840.0000 , 57.9380 , 444.4444 , 1.4000 , 1.0860 , 0.5886 , 0.6508 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5254 , cls_42 , 0.6300 , 600.0000 , 41.1241 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5271 , cls_42 , 6.9300 , 2040.0000 , 113.8264 , 294.3723 , 1.8889 , 1.1187 , 0.6300 , 0.7532 , 6.9300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5273 , cls_42 , 7.3800 , 3540.0000 , 145.4754 , 479.6748 , 3.1053 , 1.2107 , 0.6284 , 0.6077 , 7.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5282 , cls_42 , 1.7100 , 960.0000 , 67.6843 , 561.4035 , 1.7778 , 1.1246 , 0.6731 , 0.5351 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5315 , cls_42 , 1.5300 , 540.0000 , 48.8718 , 352.9412 , 1.0000 , 1.0182 , 0.4721 , 0.6765 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5319 , cls_42 , 0.5400 , 540.0000 , 41.7959 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5324 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5330 , cls_42 , 0.4500 , 360.0000 , 32.1688 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5337 , cls_42 , 0.6300 , 420.0000 , 33.6998 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5339 , cls_42 , 0.9900 , 660.0000 , 52.8968 , 666.6667 , 1.5714 , 1.1100 , 0.7845 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5348 , cls_42 , 9.4500 , 3420.0000 , 136.4878 , 361.9048 , 2.7143 , 1.1786 , 0.4453 , 0.7111 , 9.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5350 , cls_42 , 3.7800 , 1620.0000 , 86.7506 , 428.5714 , 2.0769 , 1.1393 , 0.5886 , 0.6468 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5353 , cls_42 , 0.9000 , 540.0000 , 45.2398 , 600.0000 , 1.2857 , 1.0775 , 0.6894 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5354 , cls_42 , 5.0400 , 2400.0000 , 111.8829 , 476.1905 , 2.6667 , 1.1816 , 0.6325 , 0.6220 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5355 , cls_42 , 44.8200 , 8880.0000 , 287.0137 , 198.1258 , 3.2889 , 1.1842 , 0.6029 , 0.8337 , 44.8200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5367 , cls_42 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5373 , cls_42 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5383 , cls_42 , 0.8100 , 660.0000 , 49.4759 , 814.8148 , 1.8333 , 1.1347 , 0.6630 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5387 , cls_42 , 0.7200 , 420.0000 , 33.2471 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5395 , cls_42 , 6.2100 , 1620.0000 , 106.0524 , 260.8696 , 1.5882 , 1.0880 , 0.5448 , 0.7802 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5399 , cls_42 , 4.8600 , 1320.0000 , 91.6662 , 271.6049 , 1.4667 , 1.0748 , 0.5291 , 0.7685 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5406 , cls_42 , 1.5300 , 720.0000 , 53.9460 , 470.5882 , 1.3333 , 1.0779 , 0.5916 , 0.6078 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5416 , cls_42 , 1.6200 , 900.0000 , 60.7298 , 555.5556 , 1.6667 , 1.1176 , 0.6243 , 0.5370 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5422 , cls_42 , 0.6300 , 540.0000 , 43.9738 , 857.1429 , 1.5000 , 1.1214 , 0.7215 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5442 , cls_42 , 1.2600 , 660.0000 , 60.6295 , 523.8095 , 1.3750 , 1.0816 , 0.7558 , 0.5357 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5448 , cls_42 , 1.1700 , 780.0000 , 49.6987 , 666.6667 , 1.6250 , 1.1258 , 0.6817 , 0.4872 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5449 , cls_42 , 1.1700 , 540.0000 , 44.4060 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5451 , cls_42 , 2.7900 , 960.0000 , 74.9496 , 344.0860 , 1.3333 , 1.0708 , 0.6507 , 0.7097 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5452 , cls_42 , 2.0700 , 1500.0000 , 82.4606 , 724.6377 , 2.5000 , 1.1928 , 0.6710 , 0.4348 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5455 , cls_42 , 34.7400 , 6120.0000 , 268.3860 , 176.1658 , 2.5500 , 1.1495 , 0.5838 , 0.8510 , 34.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5462 , cls_42 , 13.9500 , 6060.0000 , 191.7626 , 434.4086 , 4.0400 , 1.2364 , 0.6954 , 0.6505 , 13.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5481 , cls_42 , 4.5900 , 1680.0000 , 103.0089 , 366.0131 , 1.8667 , 1.1254 , 0.6937 , 0.6993 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5506 , cls_42 , 25.7400 , 6780.0000 , 260.0425 , 263.4033 , 3.3235 , 1.1936 , 0.7142 , 0.7826 , 25.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5523 , cls_42 , 1.3500 , 660.0000 , 50.2092 , 488.8889 , 1.3750 , 1.0738 , 0.6327 , 0.6111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5562 , cls_42 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5591 , cls_42 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5600 , cls_42 , 3.2400 , 1500.0000 , 88.3598 , 462.9630 , 2.0833 , 1.1413 , 0.7708 , 0.6343 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5606 , cls_42 , 0.5400 , 420.0000 , 32.0711 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5610 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5615 , cls_42 , 1.3500 , 660.0000 , 49.8613 , 488.8889 , 1.3750 , 1.0738 , 0.6180 , 0.5889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5619 , cls_42 , 0.8100 , 420.0000 , 37.1582 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5637 , cls_42 , 3.7800 , 1680.0000 , 86.8362 , 444.4444 , 2.1538 , 1.1462 , 0.6658 , 0.6389 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5653 , cls_42 , 1.0800 , 780.0000 , 63.7599 , 722.2222 , 1.8571 , 1.1355 , 0.7935 , 0.4444 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5655 , cls_42 , 0.7200 , 660.0000 , 42.1246 , 916.6667 , 1.8333 , 1.1497 , 0.7004 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5661 , cls_42 , 2.4300 , 1680.0000 , 83.7556 , 691.3580 , 2.5455 , 1.1963 , 0.7250 , 0.4938 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5662 , cls_42 , 9.5400 , 1860.0000 , 129.1004 , 194.9686 , 1.4762 , 1.0714 , 0.5885 , 0.8318 , 9.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5663 , cls_42 , 2.0700 , 1320.0000 , 92.3615 , 637.6812 , 2.2000 , 1.1671 , 0.7657 , 0.4855 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5670 , cls_42 , 2.5200 , 1380.0000 , 82.9574 , 547.6190 , 2.0909 , 1.1532 , 0.6435 , 0.5417 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5676 , cls_42 , 0.6300 , 480.0000 , 37.2411 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5699 , cls_42 , 0.5400 , 480.0000 , 31.5312 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5700 , cls_42 , 7.0200 , 2520.0000 , 170.5005 , 358.9744 , 2.3333 , 1.1552 , 0.8279 , 0.7030 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5714 , cls_42 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5719 , cls_42 , 1.0800 , 720.0000 , 62.8815 , 666.6667 , 1.7143 , 1.1183 , 0.7907 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5720 , cls_42 , 1.6200 , 840.0000 , 62.0052 , 518.5185 , 1.5556 , 1.1033 , 0.6860 , 0.5648 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5738 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5747 , cls_42 , 3.4200 , 1020.0000 , 100.2568 , 298.2456 , 1.3077 , 1.0615 , 0.7385 , 0.7237 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5761 , cls_42 , 0.8100 , 540.0000 , 36.9890 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5765 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5768 , cls_42 , 1.0800 , 540.0000 , 42.2363 , 500.0000 , 1.2857 , 1.0563 , 0.5225 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5769 , cls_42 , 2.7000 , 1140.0000 , 95.4603 , 422.2222 , 1.7273 , 1.1079 , 0.8090 , 0.6278 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5774 , cls_42 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5775 , cls_42 , 0.8100 , 600.0000 , 51.8232 , 740.7407 , 1.6667 , 1.1135 , 0.7205 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5778 , cls_42 , 0.4500 , 360.0000 , 24.0000 , 800.0000 , 1.2000 , 1.0699 , 0.3634 , 0.4000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5780 , cls_42 , 1.2600 , 780.0000 , 60.9349 , 619.0476 , 1.6250 , 1.1170 , 0.6927 , 0.4881 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5811 , cls_42 , 0.9900 , 780.0000 , 59.5996 , 787.8788 , 1.8571 , 1.1463 , 0.7940 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5814 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5817 , cls_42 , 1.9800 , 1320.0000 , 148.9588 , 666.6667 , 2.2000 , 1.1723 , 0.9301 , 0.3636 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5904 , cls_42 , 82.9800 , 17100.0000 , 395.2617 , 206.0738 , 4.6721 , 1.2269 , 0.5086 , 0.8351 , 82.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5908 , cls_42 , 7.0200 , 1560.0000 , 112.7370 , 222.2222 , 1.4444 , 1.0693 , 0.6667 , 0.8162 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5909 , cls_42 , 9.9900 , 2940.0000 , 145.5451 , 294.2943 , 2.2273 , 1.1466 , 0.6914 , 0.7492 , 9.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5920 , cls_42 , 17.1900 , 3240.0000 , 183.2730 , 188.4817 , 1.9286 , 1.1111 , 0.5067 , 0.8368 , 17.1900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5925 , cls_42 , 0.4500 , 480.0000 , 33.6384 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5951 , cls_42 , 191.0700 , 34800.0000 , 630.9735 , 182.1322 , 6.2366 , 1.2544 , 0.5920 , 0.8502 , 191.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5958 , cls_42 , 82.1700 , 16080.0000 , 477.2758 , 195.6919 , 4.3934 , 1.2187 , 0.6909 , 0.8399 , 82.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5963 , cls_42 , 11.7900 , 4980.0000 , 188.0632 , 422.3919 , 3.6087 , 1.2206 , 0.7522 , 0.6514 , 11.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5964 , cls_42 , 5.0400 , 2520.0000 , 121.9490 , 500.0000 , 2.8000 , 1.1906 , 0.7806 , 0.5863 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5965 , cls_42 , 11.0700 , 2280.0000 , 134.1453 , 205.9621 , 1.6522 , 1.0927 , 0.4284 , 0.8238 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5966 , cls_42 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5967 , cls_42 , 7.0200 , 2460.0000 , 122.8349 , 350.4274 , 2.2778 , 1.1509 , 0.6349 , 0.7094 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5975 , cls_42 , 0.8100 , 540.0000 , 46.6303 , 666.6667 , 1.5000 , 1.0901 , 0.7135 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5983 , cls_42 , 3.6000 , 1440.0000 , 97.9357 , 400.0000 , 1.8462 , 1.1221 , 0.8041 , 0.6708 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5997 , cls_42 , 4.3200 , 1380.0000 , 95.5223 , 319.4444 , 1.6429 , 1.0950 , 0.6005 , 0.7292 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6000 , cls_42 , 4.2300 , 1260.0000 , 94.3442 , 297.8723 , 1.5000 , 1.0800 , 0.6188 , 0.7482 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6003 , cls_42 , 17.7300 , 5040.0000 , 287.4021 , 284.2640 , 2.8966 , 1.1814 , 0.8268 , 0.7563 , 17.7300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6007 , cls_42 , 61.9200 , 11760.0000 , 348.6769 , 189.9225 , 3.6981 , 1.1977 , 0.6782 , 0.8423 , 61.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6009 , cls_42 , 11.6100 , 2820.0000 , 161.8975 , 242.8941 , 2.0435 , 1.1247 , 0.6460 , 0.7894 , 11.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6013 , cls_42 , 0.9000 , 660.0000 , 54.7342 , 733.3333 , 1.5714 , 1.1216 , 0.7913 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6015 , cls_42 , 2.0700 , 780.0000 , 60.0541 , 376.8116 , 1.3000 , 1.0612 , 0.5495 , 0.6739 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6017 , cls_42 , 3.0600 , 840.0000 , 69.1484 , 274.5098 , 1.1667 , 1.0354 , 0.5136 , 0.7500 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6032 , cls_42 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6042 , cls_42 , 3.1500 , 1260.0000 , 86.5176 , 400.0000 , 1.7500 , 1.1108 , 0.7379 , 0.6667 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6045 , cls_42 , 0.8100 , 540.0000 , 40.8154 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6049 , cls_42 , 66.4200 , 9120.0000 , 398.1825 , 137.3080 , 2.7636 , 1.1535 , 0.6684 , 0.8875 , 66.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6071 , cls_42 , 0.6300 , 660.0000 , 43.8987 , 1047.6190 , 1.8333 , 1.1673 , 0.6572 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6078 , cls_42 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6082 , cls_42 , 79.8300 , 18540.0000 , 482.6829 , 232.2435 , 5.1500 , 1.2423 , 0.7900 , 0.8080 , 79.8300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6090 , cls_42 , 2.5200 , 1620.0000 , 91.1816 , 642.8571 , 2.4545 , 1.1848 , 0.7729 , 0.4940 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6097 , cls_42 , 0.9000 , 480.0000 , 44.0811 , 533.3333 , 1.1429 , 1.0516 , 0.6817 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6114 , cls_42 , 6.9300 , 2760.0000 , 133.8302 , 398.2684 , 2.5556 , 1.1729 , 0.7116 , 0.6840 , 6.9300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6122 , cls_42 , 2.7900 , 960.0000 , 67.0442 , 344.0860 , 1.3333 , 1.0708 , 0.5066 , 0.7204 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6131 , cls_42 , 1.5300 , 1140.0000 , 62.5491 , 745.0980 , 2.1111 , 1.1733 , 0.6452 , 0.4216 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6133 , cls_42 , 0.7200 , 480.0000 , 35.3038 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6135 , cls_42 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6146 , cls_42 , 0.8100 , 480.0000 , 38.9712 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6149 , cls_42 , 0.7200 , 420.0000 , 34.0413 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6156 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6161 , cls_42 , 0.4500 , 480.0000 , 41.8667 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6178 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6185 , cls_42 , 1.0800 , 600.0000 , 48.3183 , 555.5556 , 1.4286 , 1.0790 , 0.7062 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6191 , cls_42 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6196 , cls_42 , 0.5400 , 480.0000 , 39.0531 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6200 , cls_42 , 1.1700 , 540.0000 , 49.8851 , 461.5385 , 1.1250 , 1.0473 , 0.6322 , 0.5897 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6215 , cls_42 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6217 , cls_42 , 9.0000 , 2880.0000 , 188.2735 , 320.0000 , 2.4000 , 1.1535 , 0.8701 , 0.7300 , 9.0000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6220 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6223 , cls_42 , 2.1600 , 780.0000 , 60.5116 , 361.1111 , 1.3000 , 1.0567 , 0.5870 , 0.7014 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6225 , cls_42 , 7.1100 , 3840.0000 , 146.7436 , 540.0844 , 3.5556 , 1.2293 , 0.6857 , 0.5802 , 7.1100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6238 , cls_42 , 1.8000 , 960.0000 , 68.0653 , 533.3333 , 1.7778 , 1.1187 , 0.7004 , 0.5917 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6240 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6251 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6255 , cls_42 , 1.0800 , 720.0000 , 52.3180 , 666.6667 , 1.7143 , 1.1183 , 0.7117 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6269 , cls_42 , 0.7200 , 420.0000 , 32.8177 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6273 , cls_42 , 2.1600 , 1140.0000 , 62.6640 , 527.7778 , 1.9000 , 1.1327 , 0.5814 , 0.5972 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6280 , cls_42 , 2.0700 , 1140.0000 , 66.8933 , 550.7246 , 1.9000 , 1.1376 , 0.5199 , 0.5580 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6281 , cls_42 , 7.5600 , 2340.0000 , 125.7724 , 309.5238 , 2.0526 , 1.1344 , 0.6658 , 0.7440 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6291 , cls_42 , 1.5300 , 900.0000 , 62.2848 , 588.2353 , 1.6667 , 1.1242 , 0.7568 , 0.5098 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6293 , cls_42 , 5.5800 , 1380.0000 , 92.6267 , 247.3118 , 1.4375 , 1.0693 , 0.3927 , 0.7957 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6295 , cls_42 , 2.0700 , 780.0000 , 58.0766 , 376.8116 , 1.3000 , 1.0612 , 0.6043 , 0.6884 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6314 , cls_42 , 3.5100 , 1740.0000 , 100.6357 , 495.7265 , 2.2308 , 1.1610 , 0.6645 , 0.5983 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6338 , cls_42 , 1.7100 , 960.0000 , 90.6049 , 561.4035 , 1.7778 , 1.1246 , 0.8221 , 0.5263 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6345 , cls_42 , 0.8100 , 600.0000 , 49.8736 , 740.7407 , 1.6667 , 1.1135 , 0.7205 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6346 , cls_42 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6348 , cls_42 , 1.9800 , 1020.0000 , 62.2869 , 515.1515 , 1.7000 , 1.1202 , 0.6215 , 0.6136 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6355 , cls_42 , 22.2300 , 7680.0000 , 233.6574 , 345.4791 , 4.0000 , 1.2281 , 0.6911 , 0.7233 , 22.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6357 , cls_42 , 5.5800 , 2220.0000 , 110.8862 , 397.8495 , 2.3125 , 1.1563 , 0.6092 , 0.6801 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6362 , cls_42 , 0.7200 , 420.0000 , 34.4171 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6377 , cls_42 , 0.9900 , 480.0000 , 40.0167 , 484.8485 , 1.1429 , 1.0407 , 0.5623 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6389 , cls_42 , 0.9000 , 600.0000 , 58.7880 , 666.6667 , 1.4286 , 1.1006 , 0.7805 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6402 , cls_42 , 1.3500 , 1020.0000 , 62.3220 , 755.5556 , 2.1250 , 1.1653 , 0.6869 , 0.4111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6403 , cls_42 , 2.7900 , 1020.0000 , 76.9226 , 365.5914 , 1.4167 , 1.0827 , 0.6597 , 0.6882 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6408 , cls_42 , 1.8900 , 1020.0000 , 63.6486 , 539.6825 , 1.7000 , 1.1255 , 0.6658 , 0.5873 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6410 , cls_42 , 3.6000 , 1620.0000 , 98.8199 , 450.0000 , 2.0769 , 1.1445 , 0.6082 , 0.6458 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6420 , cls_42 , 33.7500 , 9540.0000 , 320.5655 , 282.6667 , 4.0769 , 1.2219 , 0.6988 , 0.7631 , 33.7500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6422 , cls_42 , 4.0500 , 1800.0000 , 92.3745 , 444.4444 , 2.1429 , 1.1517 , 0.6817 , 0.6481 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6430 , cls_42 , 3.0600 , 1920.0000 , 100.5386 , 627.4510 , 2.6667 , 1.1955 , 0.8041 , 0.5098 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6433 , cls_42 , 0.7200 , 480.0000 , 41.3524 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6439 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6443 , cls_42 , 10.8000 , 4020.0000 , 214.9097 , 372.2222 , 3.0455 , 1.1929 , 0.7854 , 0.6958 , 10.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6445 , cls_42 , 59.8500 , 13740.0000 , 448.4804 , 229.5739 , 4.4038 , 1.2241 , 0.7930 , 0.8103 , 59.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6449 , cls_42 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6455 , cls_42 , 0.4500 , 360.0000 , 32.1688 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6470 , cls_42 , 15.4800 , 4200.0000 , 191.4028 , 271.3178 , 2.5926 , 1.1643 , 0.6124 , 0.7800 , 15.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6471 , cls_42 , 1.0800 , 540.0000 , 43.6945 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6478 , cls_42 , 0.7200 , 420.0000 , 35.9030 , 583.3333 , 1.1667 , 1.0480 , 0.6082 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6511 , cls_42 , 0.4500 , 360.0000 , 32.1688 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6522 , cls_42 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6531 , cls_42 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6532 , cls_42 , 0.9900 , 660.0000 , 47.8575 , 666.6667 , 1.5714 , 1.1100 , 0.6888 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6533 , cls_42 , 8.0100 , 3180.0000 , 141.5338 , 397.0037 , 2.7895 , 1.1829 , 0.7124 , 0.6667 , 8.0100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6534 , cls_42 , 1.5300 , 840.0000 , 58.7763 , 549.0196 , 1.5556 , 1.1099 , 0.7294 , 0.5392 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6539 , cls_42 , 3.4200 , 1020.0000 , 74.4811 , 298.2456 , 1.3077 , 1.0615 , 0.5561 , 0.7456 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6552 , cls_42 , 0.7200 , 480.0000 , 40.1294 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6554 , cls_42 , 0.9000 , 480.0000 , 38.2744 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6555 , cls_42 , 5.5800 , 2640.0000 , 126.7010 , 473.1183 , 2.7500 , 1.1880 , 0.6778 , 0.6156 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6559 , cls_42 , 0.9000 , 660.0000 , 44.4331 , 733.3333 , 1.5714 , 1.1216 , 0.6021 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6567 , cls_42 , 3.6000 , 1680.0000 , 101.8188 , 466.6667 , 2.1538 , 1.1515 , 0.7695 , 0.6250 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6575 , cls_42 , 3.1500 , 1800.0000 , 92.1483 , 571.4286 , 2.5000 , 1.1796 , 0.6191 , 0.5476 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6595 , cls_42 , 0.9000 , 480.0000 , 37.0094 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6597 , cls_42 , 6.2100 , 1260.0000 , 102.6556 , 202.8986 , 1.2353 , 1.0425 , 0.5146 , 0.8188 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6604 , cls_42 , 4.5000 , 1320.0000 , 95.0309 , 293.3333 , 1.4667 , 1.0825 , 0.5103 , 0.7433 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6605 , cls_42 , 1.8900 , 1260.0000 , 77.3117 , 666.6667 , 2.1000 , 1.1684 , 0.7326 , 0.4603 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6607 , cls_42 , 0.7200 , 420.0000 , 33.5470 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6615 , cls_42 , 1.9800 , 1500.0000 , 69.0219 , 757.5758 , 2.5000 , 1.1982 , 0.6109 , 0.4167 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6616 , cls_42 , 8.6400 , 1800.0000 , 124.2532 , 208.3333 , 1.5000 , 1.0749 , 0.6144 , 0.8229 , 8.6400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6626 , cls_42 , 1.4400 , 1020.0000 , 66.2605 , 708.3333 , 2.1250 , 1.1574 , 0.7247 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6630 , cls_42 , 19.2600 , 8040.0000 , 268.8655 , 417.4455 , 4.4667 , 1.2501 , 0.7482 , 0.6659 , 19.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6652 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6654 , cls_42 , 0.6300 , 540.0000 , 43.7429 , 857.1429 , 1.5000 , 1.1214 , 0.7215 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6660 , cls_42 , 1.4400 , 720.0000 , 59.0421 , 500.0000 , 1.5000 , 1.0847 , 0.7209 , 0.5729 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6661 , cls_42 , 1.4400 , 900.0000 , 55.7492 , 625.0000 , 1.8750 , 1.1313 , 0.6660 , 0.5104 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6662 , cls_42 , 34.2000 , 6420.0000 , 279.6575 , 187.7193 , 2.7436 , 1.1585 , 0.6445 , 0.8404 , 34.2000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6704 , cls_42 , 0.6300 , 540.0000 , 43.7921 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6706 , cls_42 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6707 , cls_42 , 0.4500 , 420.0000 , 31.3192 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6710 , cls_42 , 2.4300 , 1380.0000 , 91.0450 , 567.9012 , 2.0909 , 1.1573 , 0.6757 , 0.5370 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6712 , cls_42 , 12.7800 , 3780.0000 , 203.9195 , 295.7746 , 2.6250 , 1.1653 , 0.7244 , 0.7512 , 12.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6718 , cls_42 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6734 , cls_42 , 3.4200 , 1320.0000 , 84.8079 , 385.9649 , 1.6923 , 1.1109 , 0.6129 , 0.6886 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6749 , cls_42 , 11.4300 , 3000.0000 , 148.5824 , 262.4672 , 2.1739 , 1.1368 , 0.5508 , 0.7861 , 11.4300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6758 , cls_42 , 18.9900 , 5820.0000 , 207.0343 , 306.4771 , 3.2333 , 1.1984 , 0.5802 , 0.7536 , 18.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6767 , cls_42 , 6.6600 , 3780.0000 , 145.4348 , 567.5676 , 3.5000 , 1.2337 , 0.6740 , 0.5518 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6768 , cls_42 , 0.9900 , 900.0000 , 71.1198 , 909.0909 , 2.1429 , 1.1774 , 0.7940 , 0.3182 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6772 , cls_42 , 0.7200 , 420.0000 , 32.8556 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6775 , cls_42 , 0.5400 , 420.0000 , 36.1803 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6779 , cls_42 , 0.6300 , 420.0000 , 39.4421 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6785 , cls_42 , 0.9900 , 600.0000 , 43.9411 , 606.0606 , 1.4286 , 1.0892 , 0.6888 , 0.5303 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6794 , cls_42 , 29.0700 , 7320.0000 , 278.1757 , 251.8060 , 3.3889 , 1.1943 , 0.6896 , 0.7936 , 29.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6807 , cls_42 , 0.9900 , 720.0000 , 51.4514 , 727.2727 , 1.7143 , 1.1289 , 0.6498 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6808 , cls_42 , 2.5200 , 1380.0000 , 85.1473 , 547.6190 , 2.0909 , 1.1532 , 0.7607 , 0.5417 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6819 , cls_42 , 0.7200 , 660.0000 , 53.0883 , 916.6667 , 1.8333 , 1.1497 , 0.7453 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6822 , cls_42 , 20.7000 , 5820.0000 , 225.9023 , 281.1594 , 3.1290 , 1.1899 , 0.6710 , 0.7746 , 20.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6829 , cls_42 , 0.4500 , 480.0000 , 39.8827 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6831 , cls_42 , 2.6100 , 840.0000 , 79.4804 , 321.8391 , 1.2727 , 1.0516 , 0.6817 , 0.7011 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6839 , cls_42 , 11.1600 , 3060.0000 , 151.7998 , 274.1935 , 2.2174 , 1.1426 , 0.6597 , 0.7755 , 11.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6859 , cls_42 , 1.0800 , 600.0000 , 41.4033 , 555.5556 , 1.4286 , 1.0790 , 0.5506 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6860 , cls_42 , 4.6800 , 2160.0000 , 103.0105 , 461.5385 , 2.4000 , 1.1701 , 0.6173 , 0.6218 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6877 , cls_42 , 0.6300 , 600.0000 , 38.3452 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6878 , cls_42 , 0.8100 , 540.0000 , 45.3567 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6880 , cls_42 , 2.3400 , 1020.0000 , 69.1422 , 435.8974 , 1.5455 , 1.1016 , 0.6280 , 0.6410 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6881 , cls_42 , 1.1700 , 780.0000 , 73.1409 , 666.6667 , 1.6250 , 1.1258 , 0.7701 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6897 , cls_42 , 0.5400 , 480.0000 , 39.1655 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6905 , cls_42 , 5.2200 , 2580.0000 , 126.0965 , 494.2529 , 2.6875 , 1.1911 , 0.6344 , 0.5948 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6925 , cls_42 , 1.4400 , 660.0000 , 54.5572 , 458.3333 , 1.3750 , 1.0665 , 0.6660 , 0.6146 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6948 , cls_42 , 0.8100 , 660.0000 , 42.2068 , 814.8148 , 1.8333 , 1.1347 , 0.6630 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6977 , cls_42 , 1.8000 , 1140.0000 , 71.9723 , 633.3333 , 2.1111 , 1.1538 , 0.7664 , 0.5083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6990 , cls_42 , 4.1400 , 1920.0000 , 132.1264 , 463.7681 , 2.2857 , 1.1615 , 0.8001 , 0.6196 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6997 , cls_42 , 1.3500 , 600.0000 , 51.9748 , 444.4444 , 1.2500 , 1.0537 , 0.6396 , 0.6000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7009 , cls_42 , 1.8900 , 1080.0000 , 81.8380 , 571.4286 , 1.8000 , 1.1371 , 0.7943 , 0.5317 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7010 , cls_42 , 1.5300 , 780.0000 , 52.5840 , 509.8039 , 1.4444 , 1.0945 , 0.5671 , 0.5686 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7013 , cls_42 , 6.4800 , 1680.0000 , 101.1904 , 259.2593 , 1.6471 , 1.0904 , 0.4410 , 0.7801 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7015 , cls_42 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7028 , cls_42 , 11.5200 , 3240.0000 , 145.5586 , 281.2500 , 2.3478 , 1.1493 , 0.5895 , 0.7721 , 11.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7033 , cls_42 , 16.9200 , 6060.0000 , 222.7054 , 358.1560 , 3.6071 , 1.2166 , 0.7744 , 0.7092 , 16.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7036 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7042 , cls_42 , 0.7200 , 420.0000 , 34.4171 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7051 , cls_42 , 0.7200 , 480.0000 , 42.5542 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7060 , cls_42 , 15.3000 , 6840.0000 , 265.9834 , 447.0588 , 4.2222 , 1.2471 , 0.7919 , 0.6451 , 15.3000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7066 , cls_42 , 1.7100 , 840.0000 , 56.8738 , 491.2281 , 1.5556 , 1.0972 , 0.6278 , 0.5965 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7070 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7072 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7075 , cls_42 , 12.9600 , 3060.0000 , 158.7905 , 236.1111 , 2.1250 , 1.1281 , 0.5766 , 0.8009 , 12.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7098 , cls_42 , 4.3200 , 1560.0000 , 115.1952 , 361.1111 , 1.8571 , 1.1179 , 0.6944 , 0.6910 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7099 , cls_42 , 9.3600 , 1800.0000 , 133.5549 , 192.3077 , 1.4286 , 1.0674 , 0.6249 , 0.8301 , 9.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7100 , cls_42 , 0.9900 , 600.0000 , 46.5487 , 606.0606 , 1.4286 , 1.0892 , 0.5623 , 0.4697 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7101 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7109 , cls_42 , 1.3500 , 900.0000 , 62.6754 , 666.6667 , 1.8750 , 1.1390 , 0.7191 , 0.4667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7112 , cls_42 , 0.9000 , 480.0000 , 36.5337 , 533.3333 , 1.1429 , 1.0516 , 0.3634 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7119 , cls_42 , 1.0800 , 600.0000 , 46.9687 , 555.5556 , 1.4286 , 1.0790 , 0.6605 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7128 , cls_42 , 1.3500 , 960.0000 , 68.8484 , 711.1111 , 2.0000 , 1.1526 , 0.6707 , 0.4333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7129 , cls_42 , 2.9700 , 1260.0000 , 74.9034 , 424.2424 , 1.7500 , 1.1171 , 0.5798 , 0.6414 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7134 , cls_42 , 13.3200 , 3900.0000 , 229.3869 , 292.7928 , 2.6000 , 1.1666 , 0.8295 , 0.7534 , 13.3200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7147 , cls_42 , 0.6300 , 540.0000 , 45.0936 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7173 , cls_42 , 1.2600 , 720.0000 , 58.7515 , 571.4286 , 1.5000 , 1.1000 , 0.7524 , 0.5238 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7177 , cls_42 , 0.6300 , 540.0000 , 37.5781 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7184 , cls_42 , 46.1700 , 6600.0000 , 292.5698 , 142.9500 , 2.3913 , 1.1360 , 0.5802 , 0.8798 , 46.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7194 , cls_42 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 394.5884 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7211 , cls_42 , 1.0800 , 600.0000 , 51.8743 , 555.5556 , 1.4286 , 1.0790 , 0.7117 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7216 , cls_42 , 1.4400 , 660.0000 , 56.9091 , 458.3333 , 1.3750 , 1.0665 , 0.6156 , 0.5833 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7218 , cls_42 , 8.5500 , 2160.0000 , 121.9604 , 252.6316 , 1.8000 , 1.1080 , 0.5348 , 0.7860 , 8.5500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7225 , cls_42 , 4.2300 , 1320.0000 , 88.1008 , 312.0567 , 1.5714 , 1.0888 , 0.5901 , 0.7340 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7234 , cls_42 , 1.9800 , 1320.0000 , 84.5226 , 666.6667 , 2.2000 , 1.1723 , 0.7955 , 0.4697 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7237 , cls_42 , 4.1400 , 1800.0000 , 133.6196 , 434.7826 , 2.1429 , 1.1493 , 0.8506 , 0.6413 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7255 , cls_42 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7256 , cls_42 , 1.5300 , 720.0000 , 52.3305 , 470.5882 , 1.3333 , 1.0779 , 0.4721 , 0.6078 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7260 , cls_42 , 1.4400 , 1260.0000 , 68.7822 , 875.0000 , 2.6250 , 1.2016 , 0.7247 , 0.3229 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7270 , cls_42 , 0.8100 , 420.0000 , 35.4985 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7275 , cls_42 , 1.8900 , 1020.0000 , 71.1197 , 539.6825 , 1.7000 , 1.1255 , 0.7861 , 0.5635 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7293 , cls_42 , 2.3400 , 1740.0000 , 80.1911 , 743.5897 , 2.6364 , 1.2078 , 0.6322 , 0.4167 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7302 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7304 , cls_42 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7318 , cls_42 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7336 , cls_42 , 11.0700 , 3840.0000 , 173.1407 , 346.8835 , 2.7826 , 1.1825 , 0.7300 , 0.7182 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7341 , cls_42 , 0.9000 , 780.0000 , 60.9475 , 866.6667 , 1.8571 , 1.1583 , 0.7805 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7354 , cls_42 , 0.5400 , 480.0000 , 35.3553 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7355 , cls_42 , 7.3800 , 2640.0000 , 131.6105 , 357.7236 , 2.3158 , 1.1584 , 0.7008 , 0.7033 , 7.3800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7368 , cls_42 , 1.2600 , 720.0000 , 56.3514 , 571.4286 , 1.5000 , 1.1000 , 0.6927 , 0.5119 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7371 , cls_42 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7374 , cls_42 , 0.6300 , 420.0000 , 33.8650 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7379 , cls_42 , 1.2600 , 900.0000 , 70.6072 , 714.2857 , 1.8750 , 1.1473 , 0.7903 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7395 , cls_42 , 1.9800 , 1560.0000 , 94.9929 , 787.8788 , 2.6000 , 1.2061 , 0.8352 , 0.3939 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7401 , cls_42 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7418 , cls_42 , 0.7200 , 660.0000 , 42.4398 , 916.6667 , 1.8333 , 1.1497 , 0.6488 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7420 , cls_42 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7426 , cls_42 , 6.5700 , 2160.0000 , 140.3244 , 328.7671 , 2.0000 , 1.1343 , 0.7604 , 0.7215 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7432 , cls_42 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7440 , cls_42 , 7.5600 , 1920.0000 , 130.0930 , 253.9683 , 1.6842 , 1.0992 , 0.6909 , 0.7917 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7442 , cls_42 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7453 , cls_42 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7454 , cls_42 , 13.4100 , 2340.0000 , 160.2817 , 174.4966 , 1.5600 , 1.0794 , 0.5708 , 0.8535 , 13.4100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7456 , cls_42 , 1.0800 , 480.0000 , 39.8550 , 444.4444 , 1.1429 , 1.0310 , 0.3888 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7461 , cls_42 , 3.2400 , 1140.0000 , 76.1085 , 351.8519 , 1.5833 , 1.0885 , 0.6333 , 0.7083 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7476 , cls_42 , 4.5900 , 2100.0000 , 127.6071 , 457.5163 , 2.3333 , 1.1670 , 0.7971 , 0.6373 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7478 , cls_42 , 0.9900 , 660.0000 , 42.2147 , 666.6667 , 1.5714 , 1.1100 , 0.6215 , 0.5000 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7482 , cls_42 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7483 , cls_42 , 0.8100 , 600.0000 , 40.5900 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7485 , cls_42 , 2.8800 , 1260.0000 , 78.9854 , 437.5000 , 1.7500 , 1.1205 , 0.6082 , 0.6406 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7490 , cls_42 , 5.7600 , 1320.0000 , 98.6942 , 229.1667 , 1.3750 , 1.0581 , 0.5473 , 0.7995 , 5.7600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7493 , cls_42 , 2.5200 , 1200.0000 , 74.7226 , 476.1905 , 1.8182 , 1.1256 , 0.7541 , 0.6190 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7495 , cls_42 , 5.1300 , 1980.0000 , 100.8982 , 385.9649 , 2.0625 , 1.1442 , 0.5968 , 0.6871 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7501 , cls_42 , 2.6100 , 1560.0000 , 82.9548 , 597.7011 , 2.3636 , 1.1733 , 0.7160 , 0.5172 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7505 , cls_42 , 0.4500 , 360.0000 , 32.1688 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7512 , cls_42 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7522 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7530 , cls_42 , 0.6300 , 420.0000 , 35.6333 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7535 , cls_42 , 5.6700 , 1740.0000 , 97.6410 , 306.8783 , 1.8125 , 1.1101 , 0.5109 , 0.7593 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7542 , cls_42 , 0.7200 , 480.0000 , 39.1287 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7545 , cls_42 , 0.4500 , 480.0000 , 38.8161 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7549 , cls_42 , 2.8800 , 1440.0000 , 83.6234 , 500.0000 , 2.0000 , 1.1465 , 0.6156 , 0.5729 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7551 , cls_42 , 3.1500 , 1320.0000 , 80.8704 , 419.0476 , 1.8333 , 1.1198 , 0.5544 , 0.6524 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7555 , cls_42 , 2.9700 , 1260.0000 , 83.1820 , 424.2424 , 1.7500 , 1.1171 , 0.6036 , 0.6465 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7564 , cls_42 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7565 , cls_42 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7567 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7574 , cls_42 , 3.8700 , 1320.0000 , 91.0016 , 341.0853 , 1.5714 , 1.0979 , 0.7368 , 0.7132 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7581 , cls_42 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7590 , cls_42 , 2.0700 , 960.0000 , 64.9295 , 463.7681 , 1.6000 , 1.1030 , 0.6555 , 0.6014 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7591 , cls_42 , 2.1600 , 1080.0000 , 77.4434 , 500.0000 , 1.8000 , 1.1219 , 0.6850 , 0.5764 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7595 , cls_42 , 2.2500 , 1140.0000 , 87.4828 , 506.6667 , 1.9000 , 1.1281 , 0.7551 , 0.5867 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7596 , cls_42 , 1.5300 , 660.0000 , 50.5724 , 431.3725 , 1.2222 , 1.0598 , 0.5671 , 0.6373 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7609 , cls_42 , 0.8100 , 720.0000 , 53.8327 , 888.8889 , 2.0000 , 1.1540 , 0.7796 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7627 , cls_42 , 0.9000 , 600.0000 , 41.4648 , 666.6667 , 1.4286 , 1.1006 , 0.6255 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7646 , cls_42 , 1.2600 , 780.0000 , 54.8324 , 619.0476 , 1.6250 , 1.1170 , 0.6572 , 0.5119 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7662 , cls_42 , 1.4400 , 660.0000 , 47.3845 , 458.3333 , 1.3750 , 1.0665 , 0.4907 , 0.6250 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7671 , cls_42 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7682 , cls_42 , 0.7200 , 420.0000 , 33.5470 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7683 , cls_42 , 1.3500 , 540.0000 , 46.9633 , 400.0000 , 1.1250 , 1.0316 , 0.5225 , 0.6444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7688 , cls_42 , 0.6300 , 480.0000 , 41.6937 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7689 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7693 , cls_42 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7695 , cls_42 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7710 , cls_42 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 408.0441 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7723 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7750 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7751 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7761 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7762 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3 , cls_41 , 5.4000 , 1800.0000 , 101.6468 , 333.3333 , 1.8750 , 1.1213 , 0.6944 , 0.7222 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 11 , cls_41 , 15.6600 , 5820.0000 , 262.5703 , 371.6475 , 3.5926 , 1.2177 , 0.7697 , 0.6973 , 15.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 15 , cls_41 , 10.2600 , 5040.0000 , 261.6978 , 491.2281 , 3.8182 , 1.2374 , 0.8849 , 0.5980 , 10.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 20 , cls_41 , 2.5200 , 1200.0000 , 74.1603 , 476.1905 , 1.8182 , 1.1256 , 0.6039 , 0.6131 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 22 , cls_41 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 25 , cls_41 , 52.4700 , 17940.0000 , 489.4356 , 341.9097 , 6.1020 , 1.2769 , 0.8536 , 0.7187 , 52.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 34 , cls_41 , 3.7800 , 1320.0000 , 99.3064 , 349.2063 , 1.6923 , 1.1004 , 0.7229 , 0.7103 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 36 , cls_41 , 0.9000 , 480.0000 , 41.1698 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 43 , cls_41 , 2.6100 , 1020.0000 , 73.3274 , 390.8046 , 1.5455 , 1.0898 , 0.5851 , 0.6782 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 48 , cls_41 , 11.0700 , 3540.0000 , 174.6090 , 319.7832 , 2.5652 , 1.1685 , 0.6512 , 0.7358 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 50 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 54 , cls_41 , 2.1600 , 900.0000 , 66.5388 , 416.6667 , 1.5000 , 1.0853 , 0.6180 , 0.6389 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 55 , cls_41 , 2.6100 , 1080.0000 , 83.2888 , 413.7931 , 1.6364 , 1.1010 , 0.7522 , 0.6552 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 61 , cls_41 , 0.5400 , 480.0000 , 35.4634 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 63 , cls_41 , 5.4000 , 2520.0000 , 121.1643 , 466.6667 , 2.6250 , 1.1831 , 0.7062 , 0.6361 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 69 , cls_41 , 1.2600 , 720.0000 , 57.4666 , 571.4286 , 1.5000 , 1.1000 , 0.6927 , 0.5238 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 71 , cls_41 , 0.6300 , 720.0000 , 65.5622 , 1142.8571 , 2.0000 , 1.1872 , 0.8796 , 0.1905 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 75 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 331.3608 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 76 , cls_41 , 5.6700 , 2940.0000 , 202.1268 , 518.5185 , 3.0625 , 1.2059 , 0.8851 , 0.5688 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 80 , cls_41 , 24.1200 , 5460.0000 , 210.5312 , 226.3682 , 2.7576 , 1.1650 , 0.6460 , 0.8109 , 24.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 85 , cls_41 , 68.4900 , 16740.0000 , 373.4051 , 244.4152 , 4.9821 , 1.2412 , 0.5692 , 0.8011 , 68.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 87 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 88 , cls_41 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 90 , cls_41 , 4.6800 , 2160.0000 , 118.2704 , 461.5385 , 2.4000 , 1.1701 , 0.6342 , 0.6346 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 92 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 95 , cls_41 , 1.8900 , 1020.0000 , 78.4663 , 539.6825 , 1.7000 , 1.1255 , 0.7243 , 0.5397 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 96 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 101 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 103 , cls_41 , 5.3100 , 2520.0000 , 123.2978 , 474.5763 , 2.6250 , 1.1849 , 0.7238 , 0.6102 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 117 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 119 , cls_41 , 0.9000 , 480.0000 , 37.6863 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 125 , cls_41 , 0.7200 , 600.0000 , 48.1561 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 126 , cls_41 , 1.4400 , 1020.0000 , 68.1892 , 708.3333 , 2.1250 , 1.1574 , 0.7453 , 0.4375 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 128 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 130 , cls_41 , 0.8100 , 660.0000 , 64.9120 , 814.8148 , 1.8333 , 1.1347 , 0.8315 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 133 , cls_41 , 1.3500 , 840.0000 , 52.0180 , 622.2222 , 1.7500 , 1.1245 , 0.7062 , 0.5222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 143 , cls_41 , 4.6800 , 2400.0000 , 149.4585 , 512.8205 , 2.6667 , 1.1897 , 0.8124 , 0.5769 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 154 , cls_41 , 0.8100 , 600.0000 , 47.6384 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 155 , cls_41 , 1.3500 , 1140.0000 , 65.8264 , 844.4444 , 2.3750 , 1.1887 , 0.7419 , 0.3667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 163 , cls_41 , 1.5300 , 1020.0000 , 65.2792 , 666.6667 , 1.8889 , 1.1502 , 0.7768 , 0.4608 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 165 , cls_41 , 8.2800 , 2100.0000 , 116.7784 , 253.6232 , 1.7500 , 1.1062 , 0.5961 , 0.7935 , 8.2800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 166 , cls_41 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 174 , cls_41 , 1.4400 , 960.0000 , 59.0063 , 666.6667 , 2.0000 , 1.1448 , 0.6660 , 0.4896 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 183 , cls_41 , 1.6200 , 1080.0000 , 70.4240 , 666.6667 , 2.0000 , 1.1552 , 0.7453 , 0.4537 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 184 , cls_41 , 1.4400 , 720.0000 , 49.6806 , 500.0000 , 1.5000 , 1.0847 , 0.5473 , 0.6042 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 186 , cls_41 , 0.6300 , 660.0000 , 40.1911 , 1047.6190 , 1.8333 , 1.1673 , 0.6572 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 408.0441 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 194 , cls_41 , 97.8300 , 34920.0000 , 568.5681 , 356.9457 , 8.8182 , 1.3158 , 0.7046 , 0.7144 , 97.8300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 196 , cls_41 , 0.9900 , 480.0000 , 39.6462 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 198 , cls_41 , 0.8100 , 720.0000 , 50.8345 , 888.8889 , 2.0000 , 1.1540 , 0.7796 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 204 , cls_41 , 22.5900 , 5880.0000 , 212.7268 , 260.2922 , 3.0625 , 1.1832 , 0.6335 , 0.7882 , 22.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 212 , cls_41 , 1.8000 , 960.0000 , 63.2215 , 533.3333 , 1.7778 , 1.1187 , 0.5825 , 0.5667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 219 , cls_41 , 0.9900 , 660.0000 , 43.9196 , 666.6667 , 1.5714 , 1.1100 , 0.5881 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 221 , cls_41 , 33.1200 , 11400.0000 , 314.3506 , 344.2029 , 4.8718 , 1.2517 , 0.7591 , 0.7255 , 33.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 230 , cls_41 , 10.6200 , 5880.0000 , 296.7897 , 553.6723 , 4.4545 , 1.2603 , 0.8789 , 0.5593 , 10.6200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 235 , cls_41 , 0.6300 , 480.0000 , 33.5504 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 240 , cls_41 , 1.8000 , 1080.0000 , 74.9768 , 600.0000 , 2.0000 , 1.1428 , 0.7375 , 0.5083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 246 , cls_41 , 10.5300 , 3960.0000 , 185.4206 , 376.0684 , 3.0000 , 1.1929 , 0.8294 , 0.6980 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 248 , cls_41 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 251 , cls_41 , 1.0800 , 780.0000 , 71.1645 , 722.2222 , 1.8571 , 1.1355 , 0.7907 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 252 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 258 , cls_41 , 7.0200 , 2760.0000 , 172.1759 , 393.1624 , 2.5556 , 1.1715 , 0.8472 , 0.6838 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 259 , cls_41 , 1.1700 , 720.0000 , 49.5795 , 615.3846 , 1.5000 , 1.1087 , 0.5963 , 0.5128 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 263 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 264 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 276 , cls_41 , 0.6300 , 540.0000 , 42.2102 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 277 , cls_41 , 1.1700 , 660.0000 , 45.9371 , 564.1026 , 1.3750 , 1.0902 , 0.5963 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 279 , cls_41 , 24.5700 , 6780.0000 , 270.1427 , 275.9463 , 3.3235 , 1.1981 , 0.8048 , 0.7717 , 24.5700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 280 , cls_41 , 19.6200 , 4080.0000 , 229.5972 , 207.9511 , 2.2667 , 1.1369 , 0.7224 , 0.8257 , 19.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 286 , cls_41 , 7.0200 , 2400.0000 , 141.5867 , 341.8803 , 2.2222 , 1.1465 , 0.7578 , 0.7137 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 288 , cls_41 , 0.5400 , 480.0000 , 35.6392 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 296 , cls_41 , 5.9400 , 2340.0000 , 143.7316 , 393.9394 , 2.2941 , 1.1593 , 0.7747 , 0.6742 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 297 , cls_41 , 0.9000 , 480.0000 , 39.6448 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 300 , cls_41 , 3.3300 , 1020.0000 , 74.1059 , 306.3063 , 1.3077 , 1.0643 , 0.5470 , 0.7342 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 303 , cls_41 , 1.0800 , 540.0000 , 42.5327 , 500.0000 , 1.2857 , 1.0563 , 0.6273 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 308 , cls_41 , 3.4200 , 1500.0000 , 117.1024 , 438.5965 , 1.9231 , 1.1354 , 0.8343 , 0.6360 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 309 , cls_41 , 4.2300 , 2160.0000 , 112.2777 , 510.6383 , 2.5714 , 1.1812 , 0.7840 , 0.5922 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 312 , cls_41 , 3.6000 , 1380.0000 , 85.4362 , 383.3333 , 1.7692 , 1.1140 , 0.6282 , 0.6750 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 318 , cls_41 , 0.8100 , 480.0000 , 40.5745 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 321 , cls_41 , 0.8100 , 720.0000 , 45.4278 , 888.8889 , 2.0000 , 1.1540 , 0.6630 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 322 , cls_41 , 2.7900 , 1800.0000 , 134.4733 , 645.1613 , 2.5000 , 1.1936 , 0.8634 , 0.4731 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 325 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 327 , cls_41 , 8.1900 , 3240.0000 , 212.1955 , 395.6044 , 2.7000 , 1.1839 , 0.8072 , 0.6832 , 8.1900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 331 , cls_41 , 2.8800 , 1320.0000 , 96.8267 , 458.3333 , 1.8333 , 1.1295 , 0.7798 , 0.6094 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 340 , cls_41 , 1.8000 , 1320.0000 , 67.6133 , 733.3333 , 2.4444 , 1.1837 , 0.6255 , 0.4417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 350 , cls_41 , 0.9900 , 480.0000 , 39.5030 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 351 , cls_41 , 4.8600 , 2160.0000 , 114.9732 , 444.4444 , 2.4000 , 1.1660 , 0.6283 , 0.6327 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 358 , cls_41 , 0.5400 , 420.0000 , 32.6544 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 374 , cls_41 , 3.4200 , 1380.0000 , 85.1025 , 403.5088 , 1.7692 , 1.1195 , 0.6129 , 0.6623 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 378 , cls_41 , 3.0600 , 1320.0000 , 83.7033 , 431.3725 , 1.8333 , 1.1229 , 0.6169 , 0.6471 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 386 , cls_41 , 1.8900 , 1080.0000 , 69.5608 , 571.4286 , 1.8000 , 1.1371 , 0.6337 , 0.5476 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 411 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 414 , cls_41 , 0.7200 , 540.0000 , 43.4726 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 416 , cls_41 , 5.3100 , 1740.0000 , 96.8020 , 327.6836 , 1.8125 , 1.1168 , 0.5305 , 0.7373 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 418 , cls_41 , 4.0500 , 3000.0000 , 151.3483 , 740.7407 , 3.5714 , 1.2480 , 0.8451 , 0.4519 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 422 , cls_41 , 2.3400 , 1560.0000 , 88.4360 , 666.6667 , 2.3636 , 1.1861 , 0.6587 , 0.4679 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 431 , cls_41 , 2.7900 , 1020.0000 , 72.1161 , 365.5914 , 1.4167 , 1.0827 , 0.6053 , 0.6882 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 435 , cls_41 , 1.4400 , 720.0000 , 53.3910 , 500.0000 , 1.5000 , 1.0847 , 0.6488 , 0.5833 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 439 , cls_41 , 0.9900 , 660.0000 , 53.2784 , 666.6667 , 1.5714 , 1.1100 , 0.6584 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 443 , cls_41 , 8.5500 , 3780.0000 , 229.5937 , 442.1053 , 3.1500 , 1.2066 , 0.8419 , 0.6298 , 8.5500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 444 , cls_41 , 1.0800 , 780.0000 , 57.2785 , 722.2222 , 1.8571 , 1.1355 , 0.7366 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 447 , cls_41 , 10.7100 , 5160.0000 , 174.2756 , 481.7927 , 3.9091 , 1.2369 , 0.7280 , 0.6036 , 10.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 448 , cls_41 , 0.7200 , 420.0000 , 32.8177 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 452 , cls_41 , 11.8800 , 5340.0000 , 272.2941 , 449.4949 , 3.8696 , 1.2318 , 0.9005 , 0.6326 , 11.8800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 464 , cls_41 , 4.3200 , 2040.0000 , 129.9697 , 472.2222 , 2.4286 , 1.1682 , 0.7996 , 0.6181 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 467 , cls_41 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 472 , cls_41 , 7.5600 , 2460.0000 , 121.4240 , 325.3968 , 2.1579 , 1.1433 , 0.5617 , 0.7302 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 477 , cls_41 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 362.4914 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 484 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 485 , cls_41 , 1.8000 , 780.0000 , 65.0485 , 433.3333 , 1.4444 , 1.0763 , 0.6559 , 0.6417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 486 , cls_41 , 0.6300 , 480.0000 , 39.7492 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 493 , cls_41 , 0.4500 , 480.0000 , 38.6316 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 496 , cls_41 , 0.5400 , 480.0000 , 47.1916 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 497 , cls_41 , 0.7200 , 600.0000 , 44.6307 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 498 , cls_41 , 0.9900 , 660.0000 , 48.7171 , 666.6667 , 1.5714 , 1.1100 , 0.6888 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 502 , cls_41 , 1.0800 , 840.0000 , 57.4160 , 777.7778 , 2.0000 , 1.1515 , 0.7649 , 0.3750 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 503 , cls_41 , 2.3400 , 1080.0000 , 72.2561 , 461.5385 , 1.6364 , 1.1130 , 0.6322 , 0.6154 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 511 , cls_41 , 2.2500 , 780.0000 , 58.5577 , 346.6667 , 1.3000 , 1.0524 , 0.5103 , 0.7067 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 514 , cls_41 , 104.9400 , 34380.0000 , 584.9062 , 327.6158 , 8.3043 , 1.3069 , 0.7138 , 0.7363 , 104.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 516 , cls_41 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 256.3201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 518 , cls_41 , 0.6300 , 540.0000 , 39.8097 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 520 , cls_41 , 29.4300 , 11280.0000 , 433.2340 , 383.2824 , 5.0811 , 1.2618 , 0.8757 , 0.6840 , 29.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 526 , cls_41 , 0.6300 , 540.0000 , 39.8122 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 529 , cls_41 , 1.4400 , 660.0000 , 48.5632 , 458.3333 , 1.3750 , 1.0665 , 0.5031 , 0.6250 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 532 , cls_41 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 535 , cls_41 , 0.9000 , 780.0000 , 54.5454 , 866.6667 , 1.8571 , 1.1583 , 0.7551 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 542 , cls_41 , 6.3000 , 3240.0000 , 146.5540 , 514.2857 , 3.1765 , 1.2120 , 0.7942 , 0.6000 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 556 , cls_41 , 32.7600 , 11640.0000 , 334.0560 , 355.3114 , 4.9744 , 1.2561 , 0.7599 , 0.7157 , 32.7600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 561 , cls_41 , 2.4300 , 1560.0000 , 94.2489 , 641.9753 , 2.3636 , 1.1816 , 0.7629 , 0.4938 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 564 , cls_41 , 1.5300 , 900.0000 , 70.7595 , 588.2353 , 1.6667 , 1.1242 , 0.7835 , 0.5098 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 565 , cls_41 , 3.5100 , 1740.0000 , 98.7669 , 495.7265 , 2.2308 , 1.1610 , 0.6180 , 0.5812 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 571 , cls_41 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 593 , cls_41 , 1.4400 , 720.0000 , 62.3810 , 500.0000 , 1.5000 , 1.0847 , 0.7209 , 0.5625 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 595 , cls_41 , 3.9600 , 2100.0000 , 98.2718 , 530.3030 , 2.5000 , 1.1833 , 0.6240 , 0.5871 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 601 , cls_41 , 6.2100 , 2220.0000 , 116.7202 , 357.4879 , 2.1765 , 1.1451 , 0.7254 , 0.7077 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 606 , cls_41 , 0.9900 , 840.0000 , 53.6278 , 848.4848 , 2.0000 , 1.1624 , 0.7845 , 0.3636 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 607 , cls_41 , 1.5300 , 720.0000 , 49.9890 , 470.5882 , 1.3333 , 1.0779 , 0.5190 , 0.6078 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 613 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 616 , cls_41 , 6.3000 , 2820.0000 , 153.0637 , 447.6190 , 2.7647 , 1.1869 , 0.8479 , 0.6286 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 618 , cls_41 , 0.6300 , 540.0000 , 43.2201 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 621 , cls_41 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 625 , cls_41 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 627 , cls_41 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 628 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 632 , cls_41 , 3.0600 , 2340.0000 , 110.4969 , 764.7059 , 3.2500 , 1.2338 , 0.7360 , 0.3873 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 638 , cls_41 , 0.6300 , 480.0000 , 39.6042 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 658 , cls_41 , 0.6300 , 540.0000 , 34.9446 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 660 , cls_41 , 0.9000 , 540.0000 , 49.2485 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 666 , cls_41 , 1.5300 , 1260.0000 , 70.8204 , 823.5294 , 2.3333 , 1.1940 , 0.7453 , 0.3824 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 671 , cls_41 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 673 , cls_41 , 3.5100 , 1920.0000 , 118.8819 , 547.0085 , 2.4615 , 1.1798 , 0.7722 , 0.5684 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 675 , cls_41 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 684 , cls_41 , 0.7200 , 540.0000 , 41.3531 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 690 , cls_41 , 4.8600 , 2100.0000 , 115.7312 , 432.0988 , 2.3333 , 1.1608 , 0.7049 , 0.6543 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 691 , cls_41 , 0.8100 , 480.0000 , 36.4646 , 592.5926 , 1.3333 , 1.0639 , 0.4270 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 692 , cls_41 , 69.3900 , 18900.0000 , 449.6909 , 272.3735 , 5.6250 , 1.2581 , 0.7214 , 0.7776 , 69.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 697 , cls_41 , 0.9000 , 720.0000 , 51.5483 , 800.0000 , 1.7143 , 1.1407 , 0.6894 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 701 , cls_41 , 0.7200 , 420.0000 , 34.3237 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 705 , cls_41 , 13.8600 , 5220.0000 , 184.4948 , 376.6234 , 3.4800 , 1.2119 , 0.7203 , 0.6937 , 13.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 707 , cls_41 , 0.7200 , 480.0000 , 41.1518 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 708 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 715 , cls_41 , 1.0800 , 660.0000 , 49.7721 , 611.1111 , 1.5714 , 1.0996 , 0.6944 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 716 , cls_41 , 1.5300 , 720.0000 , 50.8916 , 470.5882 , 1.3333 , 1.0779 , 0.5671 , 0.6078 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 722 , cls_41 , 6.3900 , 2040.0000 , 128.8193 , 319.2488 , 2.0000 , 1.1269 , 0.7325 , 0.7324 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 733 , cls_41 , 3.8700 , 1380.0000 , 80.8915 , 356.5891 , 1.6429 , 1.1064 , 0.4835 , 0.7093 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 741 , cls_41 , 2.2500 , 1620.0000 , 84.2759 , 720.0000 , 2.7000 , 1.1982 , 0.8011 , 0.4467 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 742 , cls_41 , 0.6300 , 540.0000 , 44.5896 , 857.1429 , 1.5000 , 1.1214 , 0.7215 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 743 , cls_41 , 5.2200 , 2160.0000 , 159.4085 , 413.7931 , 2.2500 , 1.1584 , 0.8468 , 0.6466 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 752 , cls_41 , 146.1600 , 42540.0000 , 750.5656 , 291.0509 , 8.7531 , 1.3064 , 0.7993 , 0.7631 , 146.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 759 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 760 , cls_41 , 0.7200 , 540.0000 , 46.7357 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 762 , cls_41 , 0.9900 , 840.0000 , 62.6151 , 848.4848 , 2.0000 , 1.1624 , 0.7199 , 0.3182 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 771 , cls_41 , 0.9900 , 660.0000 , 57.6351 , 666.6667 , 1.5714 , 1.1100 , 0.7704 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 780 , cls_41 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 794 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 795 , cls_41 , 1.2600 , 900.0000 , 70.9305 , 714.2857 , 1.8750 , 1.1473 , 0.8476 , 0.4286 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 806 , cls_41 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 808 , cls_41 , 2.1600 , 1320.0000 , 97.6616 , 611.1111 , 2.2000 , 1.1621 , 0.8487 , 0.4861 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 826 , cls_41 , 0.7200 , 600.0000 , 45.6201 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 829 , cls_41 , 0.9900 , 480.0000 , 39.7998 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 832 , cls_41 , 0.7200 , 660.0000 , 48.5598 , 916.6667 , 1.8333 , 1.1497 , 0.7736 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 833 , cls_41 , 7.9200 , 3780.0000 , 154.9660 , 477.2727 , 3.3158 , 1.2148 , 0.6685 , 0.6155 , 7.9200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 834 , cls_41 , 6.0300 , 3000.0000 , 142.5172 , 497.5124 , 2.9412 , 1.2029 , 0.7283 , 0.6070 , 6.0300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 838 , cls_41 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 840 , cls_41 , 1.1700 , 840.0000 , 54.1290 , 717.9487 , 1.7500 , 1.1416 , 0.7763 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 846 , cls_41 , 6.9300 , 3000.0000 , 130.1378 , 432.9004 , 2.7778 , 1.1879 , 0.5792 , 0.6407 , 6.9300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 853 , cls_41 , 14.2200 , 6120.0000 , 252.8621 , 430.3797 , 3.9231 , 1.2361 , 0.8125 , 0.6540 , 14.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 854 , cls_41 , 3.0600 , 1440.0000 , 107.5060 , 470.5882 , 2.0000 , 1.1398 , 0.8134 , 0.6029 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 860 , cls_41 , 13.5000 , 6000.0000 , 222.1171 , 444.4444 , 4.0000 , 1.2382 , 0.8171 , 0.6389 , 13.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 861 , cls_41 , 1.8900 , 1080.0000 , 62.3757 , 571.4286 , 1.8000 , 1.1371 , 0.6387 , 0.5556 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 867 , cls_41 , 2.7000 , 1680.0000 , 89.3907 , 622.2222 , 2.5455 , 1.1839 , 0.6944 , 0.4944 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 874 , cls_41 , 1.2600 , 600.0000 , 45.4783 , 476.1905 , 1.2500 , 1.0614 , 0.5652 , 0.6071 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 884 , cls_41 , 1.9800 , 900.0000 , 68.6099 , 454.5455 , 1.5000 , 1.0949 , 0.6704 , 0.6364 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 888 , cls_41 , 2.7000 , 1620.0000 , 83.8272 , 600.0000 , 2.4545 , 1.1768 , 0.6180 , 0.5056 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 889 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 896 , cls_41 , 1.0800 , 720.0000 , 47.3248 , 666.6667 , 1.7143 , 1.1183 , 0.5506 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 934 , cls_41 , 7.2900 , 2940.0000 , 143.6610 , 403.2922 , 2.7222 , 1.1789 , 0.6827 , 0.6564 , 7.2900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 942 , cls_41 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 948 , cls_41 , 0.6300 , 660.0000 , 48.2711 , 1047.6190 , 1.8333 , 1.1673 , 0.8217 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 949 , cls_41 , 22.9500 , 11820.0000 , 353.6617 , 515.0327 , 6.1563 , 1.2948 , 0.8374 , 0.5895 , 22.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 960 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 967 , cls_41 , 12.7800 , 6060.0000 , 215.6832 , 474.1784 , 4.2083 , 1.2456 , 0.7450 , 0.6221 , 12.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 972 , cls_41 , 1.0800 , 720.0000 , 47.6032 , 666.6667 , 1.7143 , 1.1183 , 0.6605 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 982 , cls_41 , 0.9900 , 660.0000 , 55.4625 , 666.6667 , 1.5714 , 1.1100 , 0.7845 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 988 , cls_41 , 3.8700 , 2760.0000 , 148.7710 , 713.1783 , 3.2857 , 1.2376 , 0.8712 , 0.4690 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 990 , cls_41 , 1.0800 , 660.0000 , 47.6948 , 611.1111 , 1.5714 , 1.0996 , 0.6273 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 991 , cls_41 , 4.5900 , 1800.0000 , 107.0021 , 392.1569 , 2.0000 , 1.1383 , 0.5941 , 0.6830 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 992 , cls_41 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 994 , cls_41 , 0.8100 , 480.0000 , 44.3352 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1002 , cls_41 , 1.0800 , 660.0000 , 49.9121 , 611.1111 , 1.5714 , 1.0996 , 0.6605 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1018 , cls_41 , 4.5900 , 2160.0000 , 108.5919 , 470.5882 , 2.4000 , 1.1722 , 0.7586 , 0.6144 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1022 , cls_41 , 0.6300 , 540.0000 , 47.1220 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1040 , cls_41 , 0.9900 , 660.0000 , 64.8679 , 666.6667 , 1.5714 , 1.1100 , 0.7940 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1043 , cls_41 , 143.3700 , 40800.0000 , 688.2945 , 284.5784 , 8.5000 , 1.3022 , 0.7851 , 0.7664 , 143.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1048 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1049 , cls_41 , 3.6000 , 1440.0000 , 94.2927 , 400.0000 , 1.8462 , 1.1221 , 0.6671 , 0.6792 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1055 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1056 , cls_41 , 3.5100 , 1440.0000 , 101.6565 , 410.2564 , 1.8462 , 1.1248 , 0.7316 , 0.6667 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1063 , cls_41 , 1.1700 , 720.0000 , 58.7925 , 615.3846 , 1.5000 , 1.1087 , 0.7566 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 301.4963 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1070 , cls_41 , 0.8100 , 480.0000 , 35.9838 , 592.5926 , 1.3333 , 1.0639 , 0.4270 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1078 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1085 , cls_41 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1088 , cls_41 , 1.4400 , 1080.0000 , 73.4164 , 750.0000 , 2.2500 , 1.1694 , 0.8502 , 0.4167 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1095 , cls_41 , 6.6600 , 2160.0000 , 105.4661 , 324.3243 , 2.0000 , 1.1330 , 0.5336 , 0.7635 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1098 , cls_41 , 0.8100 , 600.0000 , 54.5435 , 740.7407 , 1.6667 , 1.1135 , 0.7796 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1099 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1102 , cls_41 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1104 , cls_41 , 6.2100 , 2880.0000 , 176.0121 , 463.7681 , 2.8235 , 1.1923 , 0.7933 , 0.6159 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1109 , cls_41 , 6.6600 , 2640.0000 , 127.3087 , 396.3964 , 2.4444 , 1.1691 , 0.7212 , 0.6667 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1122 , cls_41 , 2.1600 , 1260.0000 , 95.2936 , 583.3333 , 2.1000 , 1.1528 , 0.7555 , 0.5139 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1127 , cls_41 , 35.3700 , 9420.0000 , 280.9166 , 266.3274 , 3.9250 , 1.2154 , 0.6192 , 0.7833 , 35.3700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1129 , cls_41 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1130 , cls_41 , 10.8000 , 4920.0000 , 175.2764 , 455.5556 , 3.7273 , 1.2278 , 0.7930 , 0.6417 , 10.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1136 , cls_41 , 1.2600 , 540.0000 , 44.0019 , 428.5714 , 1.1250 , 1.0391 , 0.4757 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1140 , cls_41 , 0.8100 , 540.0000 , 42.8204 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1142 , cls_41 , 0.9900 , 780.0000 , 62.2682 , 787.8788 , 1.8571 , 1.1463 , 0.8081 , 0.3333 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1143 , cls_41 , 5.1300 , 2220.0000 , 123.9802 , 432.7485 , 2.3125 , 1.1653 , 0.6774 , 0.6462 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1144 , cls_41 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1150 , cls_41 , 1.8900 , 1200.0000 , 113.5122 , 634.9206 , 2.0000 , 1.1585 , 0.8847 , 0.4683 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1151 , cls_41 , 2.6100 , 1080.0000 , 75.1933 , 413.7931 , 1.6364 , 1.1010 , 0.6307 , 0.6552 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1154 , cls_41 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1162 , cls_41 , 1.4400 , 660.0000 , 52.7972 , 458.3333 , 1.3750 , 1.0665 , 0.6082 , 0.6042 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1164 , cls_41 , 1.1700 , 660.0000 , 47.7330 , 564.1026 , 1.3750 , 1.0902 , 0.5963 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1165 , cls_41 , 0.4500 , 540.0000 , 43.5141 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1166 , cls_41 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1167 , cls_41 , 2.3400 , 1680.0000 , 114.9176 , 717.9487 , 2.5455 , 1.2008 , 0.8889 , 0.4103 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1171 , cls_41 , 2.2500 , 1080.0000 , 74.8310 , 480.0000 , 1.8000 , 1.1173 , 0.6255 , 0.6000 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1178 , cls_41 , 3.8700 , 1980.0000 , 120.7707 , 511.6279 , 2.3571 , 1.1747 , 0.8256 , 0.5775 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1179 , cls_41 , 4.9500 , 2700.0000 , 181.6857 , 545.4545 , 3.0000 , 1.2053 , 0.8599 , 0.5545 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1194 , cls_41 , 8.5500 , 2760.0000 , 136.4227 , 322.8070 , 2.3000 , 1.1512 , 0.6866 , 0.7351 , 8.5500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1201 , cls_41 , 0.7200 , 600.0000 , 44.2157 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1210 , cls_41 , 75.1500 , 23940.0000 , 466.8379 , 318.5629 , 6.8793 , 1.2856 , 0.7063 , 0.7397 , 75.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1215 , cls_41 , 0.9000 , 720.0000 , 53.6058 , 800.0000 , 1.7143 , 1.1407 , 0.7551 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1230 , cls_41 , 0.7200 , 480.0000 , 37.7396 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1232 , cls_41 , 0.6300 , 540.0000 , 40.4380 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1233 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1235 , cls_41 , 0.9900 , 900.0000 , 51.5154 , 909.0909 , 2.1429 , 1.1774 , 0.6584 , 0.3485 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1236 , cls_41 , 1.3500 , 840.0000 , 52.5370 , 622.2222 , 1.7500 , 1.1245 , 0.6869 , 0.5111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1241 , cls_41 , 3.5100 , 1620.0000 , 101.3623 , 461.5385 , 2.0769 , 1.1473 , 0.7832 , 0.6111 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1245 , cls_41 , 0.7200 , 540.0000 , 51.3072 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 375.8989 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1247 , cls_41 , 0.7200 , 540.0000 , 44.1428 , 750.0000 , 1.5000 , 1.1046 , 0.7247 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1248 , cls_41 , 10.1700 , 4560.0000 , 241.9890 , 448.3776 , 3.4545 , 1.2210 , 0.8492 , 0.6490 , 10.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1250 , cls_41 , 3.5100 , 1440.0000 , 85.5432 , 410.2564 , 1.8462 , 1.1248 , 0.6375 , 0.6667 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1252 , cls_41 , 1.4400 , 1020.0000 , 58.7141 , 708.3333 , 2.1250 , 1.1574 , 0.6488 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1253 , cls_41 , 2.1600 , 960.0000 , 71.8973 , 444.4444 , 1.6000 , 1.0983 , 0.7388 , 0.6181 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1280 , cls_41 , 0.5400 , 540.0000 , 36.6811 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1283 , cls_41 , 44.1900 , 13200.0000 , 362.0888 , 298.7101 , 4.8889 , 1.2465 , 0.7171 , 0.7634 , 44.1900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1314 , cls_41 , 0.4500 , 480.0000 , 38.8161 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1316 , cls_41 , 0.7200 , 480.0000 , 40.4605 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1322 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1326 , cls_41 , 1.4400 , 960.0000 , 56.1649 , 666.6667 , 2.0000 , 1.1448 , 0.5926 , 0.4375 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1330 , cls_41 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1333 , cls_41 , 1.3500 , 960.0000 , 53.9913 , 711.1111 , 2.0000 , 1.1526 , 0.6396 , 0.4444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1334 , cls_41 , 2.0700 , 1080.0000 , 66.4326 , 521.7391 , 1.8000 , 1.1267 , 0.7012 , 0.5797 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1337 , cls_41 , 9.4500 , 3720.0000 , 209.9297 , 393.6508 , 2.9524 , 1.1933 , 0.7833 , 0.6778 , 9.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1338 , cls_41 , 4.6800 , 2520.0000 , 126.5005 , 538.4615 , 2.8000 , 1.1988 , 0.7501 , 0.5769 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1345 , cls_41 , 3.9600 , 1860.0000 , 111.0972 , 469.6970 , 2.2143 , 1.1603 , 0.8088 , 0.6023 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1353 , cls_41 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1354 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1358 , cls_41 , 4.3200 , 1380.0000 , 88.4445 , 319.4444 , 1.6429 , 1.0950 , 0.6005 , 0.7257 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1362 , cls_41 , 0.7200 , 540.0000 , 44.7193 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1380 , cls_41 , 31.4100 , 14100.0000 , 514.1304 , 448.9016 , 6.1842 , 1.2906 , 0.8886 , 0.6375 , 31.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1381 , cls_41 , 0.7200 , 480.0000 , 36.9061 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1382 , cls_41 , 1.0800 , 660.0000 , 48.4493 , 611.1111 , 1.5714 , 1.0996 , 0.6273 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1385 , cls_41 , 2.0700 , 1260.0000 , 102.2173 , 608.6957 , 2.1000 , 1.1577 , 0.8536 , 0.4855 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1388 , cls_41 , 0.7200 , 600.0000 , 44.8641 , 833.3333 , 1.6667 , 1.1283 , 0.6817 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1412 , cls_41 , 0.7200 , 540.0000 , 44.8910 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1416 , cls_41 , 0.8100 , 600.0000 , 48.6575 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1421 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1424 , cls_41 , 5.1300 , 2220.0000 , 106.4705 , 432.7485 , 2.3125 , 1.1653 , 0.7351 , 0.6579 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1427 , cls_41 , 3.3300 , 2220.0000 , 106.2088 , 666.6667 , 2.8462 , 1.2136 , 0.7559 , 0.4910 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1432 , cls_41 , 13.9500 , 3660.0000 , 192.9324 , 262.3656 , 2.4400 , 1.1513 , 0.7014 , 0.7828 , 13.9500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1435 , cls_41 , 3.6000 , 1440.0000 , 82.1910 , 400.0000 , 1.8462 , 1.1221 , 0.5926 , 0.6833 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1440 , cls_41 , 11.7900 , 3660.0000 , 172.9696 , 310.4326 , 2.6522 , 1.1679 , 0.7988 , 0.7443 , 11.7900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1441 , cls_41 , 1.8000 , 1020.0000 , 58.8049 , 566.6667 , 1.8889 , 1.1311 , 0.5825 , 0.5500 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1450 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1451 , cls_41 , 9.4500 , 3300.0000 , 171.8583 , 349.2063 , 2.6190 , 1.1723 , 0.8153 , 0.7190 , 9.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1455 , cls_41 , 2.7900 , 960.0000 , 78.0080 , 344.0860 , 1.3333 , 1.0708 , 0.6597 , 0.7043 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1462 , cls_41 , 2.5200 , 900.0000 , 64.1313 , 357.1429 , 1.3636 , 1.0688 , 0.5182 , 0.7024 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1469 , cls_41 , 6.4800 , 1740.0000 , 119.7317 , 268.5185 , 1.7059 , 1.0967 , 0.6541 , 0.7685 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1470 , cls_41 , 5.3100 , 2040.0000 , 105.4874 , 384.1808 , 2.1250 , 1.1460 , 0.6244 , 0.6864 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1486 , cls_41 , 1.1700 , 660.0000 , 47.3873 , 564.1026 , 1.3750 , 1.0902 , 0.5963 , 0.5385 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1493 , cls_41 , 0.8100 , 480.0000 , 40.2769 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1498 , cls_41 , 1.2600 , 720.0000 , 58.1704 , 571.4286 , 1.5000 , 1.1000 , 0.7258 , 0.5119 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1499 , cls_41 , 12.9600 , 5280.0000 , 208.1165 , 407.4074 , 3.6667 , 1.2207 , 0.7637 , 0.6667 , 12.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1518 , cls_41 , 1.9800 , 1440.0000 , 99.3074 , 727.2727 , 2.4000 , 1.1899 , 0.8486 , 0.4394 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1521 , cls_41 , 54.9900 , 19800.0000 , 579.0028 , 360.0655 , 6.6000 , 1.2873 , 0.8893 , 0.7128 , 54.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1527 , cls_41 , 0.7200 , 600.0000 , 52.6397 , 833.3333 , 1.6667 , 1.1283 , 0.7963 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1551 , cls_41 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1564 , cls_41 , 0.9000 , 600.0000 , 52.2654 , 666.6667 , 1.4286 , 1.1006 , 0.7598 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1576 , cls_41 , 1.6200 , 840.0000 , 55.4466 , 518.5185 , 1.5556 , 1.1033 , 0.5593 , 0.5833 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1586 , cls_41 , 1.5300 , 1020.0000 , 58.1208 , 666.6667 , 1.8889 , 1.1502 , 0.6452 , 0.4804 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1587 , cls_41 , 1.3500 , 900.0000 , 70.4217 , 666.6667 , 1.8750 , 1.1390 , 0.7753 , 0.4667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1593 , cls_41 , 2.1600 , 1200.0000 , 66.9066 , 555.5556 , 2.0000 , 1.1430 , 0.6850 , 0.5694 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1600 , cls_41 , 1.1700 , 660.0000 , 52.3269 , 564.1026 , 1.3750 , 1.0902 , 0.7146 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1602 , cls_41 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1604 , cls_41 , 1.0800 , 780.0000 , 51.9572 , 722.2222 , 1.8571 , 1.1355 , 0.5506 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1605 , cls_41 , 3.6000 , 1440.0000 , 96.5888 , 400.0000 , 1.8462 , 1.1221 , 0.7186 , 0.6667 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1616 , cls_41 , 1.6200 , 660.0000 , 55.5500 , 407.4074 , 1.2222 , 1.0536 , 0.5593 , 0.6481 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1626 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1634 , cls_41 , 0.8100 , 780.0000 , 67.1280 , 962.9630 , 2.1667 , 1.1718 , 0.8430 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1646 , cls_41 , 2.4300 , 1200.0000 , 81.6012 , 493.8272 , 1.8182 , 1.1297 , 0.7629 , 0.6049 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1647 , cls_41 , 6.4800 , 3660.0000 , 188.1934 , 564.8148 , 3.5882 , 1.2310 , 0.8662 , 0.5509 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1654 , cls_41 , 0.5400 , 480.0000 , 41.3948 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 361.2478 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1659 , cls_41 , 1.0800 , 900.0000 , 58.5167 , 833.3333 , 2.1429 , 1.1663 , 0.7062 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1664 , cls_41 , 0.5400 , 540.0000 , 52.9083 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1667 , cls_41 , 53.2800 , 17400.0000 , 405.2762 , 326.5766 , 5.9184 , 1.2707 , 0.7043 , 0.7354 , 53.2800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1669 , cls_41 , 1.4400 , 840.0000 , 59.8482 , 583.3333 , 1.7500 , 1.1169 , 0.6866 , 0.5104 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1674 , cls_41 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1690 , cls_41 , 0.9000 , 540.0000 , 44.6335 , 600.0000 , 1.2857 , 1.0775 , 0.7170 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1700 , cls_41 , 28.1700 , 10620.0000 , 295.6583 , 376.9968 , 4.9167 , 1.2566 , 0.7120 , 0.7045 , 28.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1722 , cls_41 , 0.6300 , 480.0000 , 32.7869 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1725 , cls_41 , 2.1600 , 900.0000 , 73.2437 , 416.6667 , 1.5000 , 1.0853 , 0.7117 , 0.6458 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1731 , cls_41 , 0.4500 , 480.0000 , 38.5203 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1737 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1745 , cls_41 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1748 , cls_41 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1773 , cls_41 , 2.6100 , 960.0000 , 66.6993 , 367.8161 , 1.4545 , 1.0778 , 0.5656 , 0.6782 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1775 , cls_41 , 1.9800 , 1440.0000 , 77.4134 , 727.2727 , 2.4000 , 1.1899 , 0.7307 , 0.4470 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1784 , cls_41 , 0.7200 , 540.0000 , 41.6532 , 750.0000 , 1.5000 , 1.1046 , 0.7247 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1786 , cls_41 , 8.9100 , 4080.0000 , 180.8239 , 457.9125 , 3.4000 , 1.2156 , 0.8170 , 0.6414 , 8.9100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1806 , cls_41 , 17.3700 , 6060.0000 , 269.9545 , 348.8774 , 3.6071 , 1.2139 , 0.7584 , 0.7211 , 17.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1809 , cls_41 , 0.7200 , 540.0000 , 39.6270 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1815 , cls_41 , 35.1900 , 15180.0000 , 412.6089 , 431.3725 , 6.3250 , 1.2906 , 0.8271 , 0.6509 , 35.1900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1816 , cls_41 , 5.4900 , 2460.0000 , 112.0735 , 448.0874 , 2.5625 , 1.1768 , 0.6830 , 0.6503 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1819 , cls_41 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1848 , cls_41 , 1.8900 , 1380.0000 , 80.2614 , 730.1587 , 2.3000 , 1.1869 , 0.7326 , 0.4524 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1854 , cls_41 , 1.7100 , 660.0000 , 52.7464 , 385.9649 , 1.2222 , 1.0477 , 0.5348 , 0.6842 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1859 , cls_41 , 0.9000 , 600.0000 , 46.7590 , 666.6667 , 1.4286 , 1.1006 , 0.7170 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1861 , cls_41 , 0.7200 , 480.0000 , 34.5976 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1876 , cls_41 , 25.8300 , 9360.0000 , 323.5310 , 362.3693 , 4.5882 , 1.2451 , 0.8631 , 0.7038 , 25.8300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1878 , cls_41 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1881 , cls_41 , 2.8800 , 1560.0000 , 102.0985 , 541.6667 , 2.1667 , 1.1621 , 0.7603 , 0.5729 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1882 , cls_41 , 27.9900 , 11880.0000 , 355.2590 , 424.4373 , 5.5000 , 1.2751 , 0.8060 , 0.6629 , 27.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1889 , cls_41 , 2.9700 , 1320.0000 , 91.4001 , 444.4444 , 1.8333 , 1.1262 , 0.7374 , 0.6414 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1891 , cls_41 , 0.7200 , 480.0000 , 37.9511 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1893 , cls_41 , 4.8600 , 2520.0000 , 164.9929 , 518.5185 , 2.8000 , 1.1946 , 0.8281 , 0.5833 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1906 , cls_41 , 33.7500 , 15360.0000 , 400.7475 , 455.1111 , 6.5641 , 1.2967 , 0.8138 , 0.6373 , 33.7500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1910 , cls_41 , 0.7200 , 480.0000 , 37.1256 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1917 , cls_41 , 16.7400 , 4860.0000 , 190.0206 , 290.3226 , 2.8929 , 1.1810 , 0.6300 , 0.7625 , 16.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1942 , cls_41 , 2.6100 , 1860.0000 , 110.3586 , 712.6437 , 2.8182 , 1.2079 , 0.8004 , 0.4425 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1954 , cls_41 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1964 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1977 , cls_41 , 3.5100 , 1500.0000 , 80.9472 , 427.3504 , 1.9231 , 1.1326 , 0.5719 , 0.6624 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1980 , cls_41 , 0.9000 , 420.0000 , 36.2331 , 466.6667 , 1.0000 , 1.0223 , 0.4907 , 0.6000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1982 , cls_41 , 2.2500 , 1200.0000 , 94.0855 , 533.3333 , 2.0000 , 1.1383 , 0.8116 , 0.5667 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1983 , cls_41 , 0.7200 , 540.0000 , 36.1676 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1998 , cls_41 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2003 , cls_41 , 1.3500 , 780.0000 , 54.6605 , 577.7778 , 1.6250 , 1.1089 , 0.6707 , 0.5333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2013 , cls_41 , 1.1700 , 840.0000 , 64.2488 , 717.9487 , 1.7500 , 1.1416 , 0.7566 , 0.4231 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2024 , cls_41 , 232.2900 , 64200.0000 , 1083.4194 , 276.3787 , 10.4902 , 1.3212 , 0.8640 , 0.7780 , 232.2900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2033 , cls_41 , 2.5200 , 1800.0000 , 126.6783 , 714.2857 , 2.7273 , 1.2056 , 0.8521 , 0.4048 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2045 , cls_41 , 3.3300 , 1680.0000 , 92.6317 , 504.5045 , 2.1538 , 1.1601 , 0.7212 , 0.5901 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2056 , cls_41 , 13.5900 , 3960.0000 , 160.4342 , 291.3907 , 2.6400 , 1.1672 , 0.5560 , 0.7594 , 13.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2061 , cls_41 , 110.4300 , 34980.0000 , 706.2601 , 316.7617 , 8.2113 , 1.3046 , 0.8000 , 0.7399 , 110.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2066 , cls_41 , 1.8000 , 1200.0000 , 88.1143 , 666.6667 , 2.2222 , 1.1643 , 0.8128 , 0.4750 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2069 , cls_41 , 0.8100 , 480.0000 , 42.0388 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2070 , cls_41 , 0.6300 , 420.0000 , 33.6998 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2076 , cls_41 , 0.7200 , 600.0000 , 51.8859 , 833.3333 , 1.6667 , 1.1283 , 0.7736 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2084 , cls_41 , 4.1400 , 2400.0000 , 98.3781 , 579.7101 , 2.8571 , 1.2034 , 0.6764 , 0.5543 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2086 , cls_41 , 4.1400 , 1860.0000 , 110.1351 , 449.2754 , 2.2143 , 1.1555 , 0.7657 , 0.6341 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2092 , cls_41 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2104 , cls_41 , 5.8500 , 2340.0000 , 130.5946 , 400.0000 , 2.2941 , 1.1609 , 0.7805 , 0.6769 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2110 , cls_41 , 19.0800 , 6180.0000 , 302.6327 , 323.8994 , 3.4333 , 1.2078 , 0.8159 , 0.7335 , 19.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2117 , cls_41 , 0.6300 , 420.0000 , 35.4324 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2121 , cls_41 , 10.1700 , 2460.0000 , 129.0990 , 241.8879 , 1.8636 , 1.1139 , 0.4651 , 0.8024 , 10.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2128 , cls_41 , 0.6300 , 480.0000 , 35.8654 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2130 , cls_41 , 0.7200 , 420.0000 , 33.6163 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2141 , cls_41 , 1.8000 , 900.0000 , 79.5298 , 500.0000 , 1.6667 , 1.1055 , 0.7805 , 0.5667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2152 , cls_41 , 1.0800 , 960.0000 , 57.7543 , 888.8889 , 2.2857 , 1.1802 , 0.7117 , 0.3472 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2155 , cls_41 , 12.3300 , 3840.0000 , 191.8059 , 311.4355 , 2.6667 , 1.1716 , 0.7540 , 0.7372 , 12.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2157 , cls_41 , 0.9900 , 540.0000 , 44.1753 , 545.4545 , 1.2857 , 1.0663 , 0.6584 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2161 , cls_41 , 0.9000 , 540.0000 , 39.1935 , 600.0000 , 1.2857 , 1.0775 , 0.5609 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2167 , cls_41 , 1.0800 , 600.0000 , 48.8403 , 555.5556 , 1.4286 , 1.0790 , 0.6605 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2172 , cls_41 , 0.7200 , 600.0000 , 41.1043 , 833.3333 , 1.6667 , 1.1283 , 0.5926 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2173 , cls_41 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2174 , cls_41 , 0.9000 , 480.0000 , 38.0028 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2178 , cls_41 , 3.9600 , 1620.0000 , 104.0183 , 409.0909 , 1.9286 , 1.1342 , 0.6853 , 0.6591 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2187 , cls_41 , 14.9400 , 5100.0000 , 235.1684 , 341.3655 , 3.2692 , 1.2003 , 0.7499 , 0.7239 , 14.9400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2188 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2191 , cls_41 , 13.3200 , 4620.0000 , 207.3644 , 346.8468 , 3.0800 , 1.1953 , 0.7212 , 0.7162 , 13.3200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2195 , cls_41 , 1.2600 , 780.0000 , 52.6833 , 619.0476 , 1.6250 , 1.1170 , 0.6927 , 0.5238 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2199 , cls_41 , 0.9000 , 720.0000 , 64.0513 , 800.0000 , 1.7143 , 1.1407 , 0.8279 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2202 , cls_41 , 0.8100 , 540.0000 , 38.3595 , 666.6667 , 1.5000 , 1.0901 , 0.4270 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2207 , cls_41 , 0.9900 , 540.0000 , 42.2468 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2209 , cls_41 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2214 , cls_41 , 0.7200 , 540.0000 , 37.9715 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2223 , cls_41 , 0.7200 , 540.0000 , 49.9341 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2226 , cls_41 , 1.4400 , 840.0000 , 63.0616 , 583.3333 , 1.7500 , 1.1169 , 0.7453 , 0.5208 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2232 , cls_41 , 9.0900 , 4140.0000 , 186.9461 , 455.4455 , 3.2857 , 1.2161 , 0.8186 , 0.6304 , 9.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2234 , cls_41 , 1.5300 , 1140.0000 , 72.3059 , 745.0980 , 2.1111 , 1.1733 , 0.7453 , 0.4216 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2239 , cls_41 , 0.6300 , 480.0000 , 38.9131 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2240 , cls_41 , 1.0800 , 600.0000 , 49.5795 , 555.5556 , 1.4286 , 1.0790 , 0.7062 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2249 , cls_41 , 2.3400 , 1200.0000 , 88.3001 , 512.8205 , 1.8182 , 1.1339 , 0.8041 , 0.5641 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2253 , cls_41 , 0.8100 , 540.0000 , 40.0771 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2258 , cls_41 , 0.6300 , 420.0000 , 32.0129 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2272 , cls_41 , 3.1500 , 1740.0000 , 148.8746 , 552.3810 , 2.4167 , 1.1731 , 0.8629 , 0.5286 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2273 , cls_41 , 1.9800 , 780.0000 , 57.7684 , 393.9394 , 1.3000 , 1.0660 , 0.6215 , 0.6667 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2278 , cls_41 , 12.8700 , 7380.0000 , 244.1809 , 573.4266 , 5.1250 , 1.2784 , 0.8136 , 0.5571 , 12.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2279 , cls_41 , 5.6700 , 2880.0000 , 144.2295 , 507.9365 , 3.0000 , 1.2022 , 0.7370 , 0.5926 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2285 , cls_41 , 1.3500 , 1020.0000 , 66.9449 , 755.5556 , 2.1250 , 1.1653 , 0.7613 , 0.4111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2289 , cls_41 , 0.7200 , 480.0000 , 37.9511 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2291 , cls_41 , 0.9900 , 600.0000 , 48.1183 , 606.0606 , 1.4286 , 1.0892 , 0.7199 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2306 , cls_41 , 1.2600 , 960.0000 , 84.4020 , 761.9048 , 2.0000 , 1.1610 , 0.8629 , 0.3690 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2308 , cls_41 , 0.7200 , 420.0000 , 32.8177 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2310 , cls_41 , 0.7200 , 540.0000 , 38.7217 , 750.0000 , 1.5000 , 1.1046 , 0.6082 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2312 , cls_41 , 0.6300 , 480.0000 , 41.5468 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2315 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2322 , cls_41 , 0.9900 , 720.0000 , 60.9438 , 727.2727 , 1.7143 , 1.1289 , 0.7357 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2330 , cls_41 , 1.3500 , 660.0000 , 56.3288 , 488.8889 , 1.3750 , 1.0738 , 0.7191 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2331 , cls_41 , 1.4400 , 780.0000 , 66.9251 , 541.6667 , 1.6250 , 1.1014 , 0.6866 , 0.5521 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2333 , cls_41 , 1.4400 , 960.0000 , 65.6909 , 666.6667 , 2.0000 , 1.1448 , 0.7603 , 0.4583 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2346 , cls_41 , 4.5900 , 1860.0000 , 107.6855 , 405.2288 , 2.0667 , 1.1444 , 0.6753 , 0.6601 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2349 , cls_41 , 0.6300 , 540.0000 , 46.5440 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2353 , cls_41 , 1.2600 , 660.0000 , 50.9027 , 523.8095 , 1.3750 , 1.0816 , 0.6039 , 0.5595 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2358 , cls_41 , 6.4800 , 2700.0000 , 127.9689 , 416.6667 , 2.6471 , 1.1760 , 0.6860 , 0.6620 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2359 , cls_41 , 4.5000 , 2040.0000 , 99.5331 , 453.3333 , 2.2667 , 1.1637 , 0.6463 , 0.6367 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2363 , cls_41 , 0.9000 , 840.0000 , 71.2044 , 933.3333 , 2.0000 , 1.1745 , 0.8408 , 0.2833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2369 , cls_41 , 0.5400 , 480.0000 , 46.2366 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2371 , cls_41 , 0.7200 , 540.0000 , 56.9370 , 750.0000 , 1.5000 , 1.1046 , 0.8078 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2372 , cls_41 , 1.3500 , 1140.0000 , 81.6200 , 844.4444 , 2.3750 , 1.1887 , 0.8164 , 0.3333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2375 , cls_41 , 0.6300 , 540.0000 , 42.2194 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2377 , cls_41 , 2.7000 , 1440.0000 , 92.8462 , 533.3333 , 2.1818 , 1.1537 , 0.6735 , 0.5500 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2386 , cls_41 , 1.9800 , 1740.0000 , 162.3359 , 878.7879 , 2.9000 , 1.2282 , 0.9341 , 0.3712 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2392 , cls_41 , 1.8900 , 900.0000 , 60.7268 , 476.1905 , 1.5000 , 1.1001 , 0.5617 , 0.6032 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2395 , cls_41 , 9.5400 , 4020.0000 , 173.1325 , 421.3836 , 3.1905 , 1.2058 , 0.7735 , 0.6557 , 9.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2396 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2398 , cls_41 , 1.7100 , 960.0000 , 77.8499 , 561.4035 , 1.7778 , 1.1246 , 0.7718 , 0.5439 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2399 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2408 , cls_41 , 14.4000 , 3300.0000 , 169.8494 , 229.1667 , 2.1154 , 1.1308 , 0.5581 , 0.8052 , 14.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2414 , cls_41 , 1.4400 , 780.0000 , 61.0915 , 541.6667 , 1.6250 , 1.1014 , 0.7209 , 0.5313 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2421 , cls_41 , 1.6200 , 1080.0000 , 60.8451 , 666.6667 , 2.0000 , 1.1552 , 0.6048 , 0.4630 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2436 , cls_41 , 3.6000 , 1440.0000 , 88.8073 , 400.0000 , 1.8462 , 1.1221 , 0.7186 , 0.6667 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2439 , cls_41 , 1.4400 , 960.0000 , 71.1447 , 666.6667 , 2.0000 , 1.1448 , 0.7603 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2444 , cls_41 , 8.4600 , 3120.0000 , 188.1307 , 368.7943 , 2.6000 , 1.1739 , 0.8319 , 0.7004 , 8.4600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2446 , cls_41 , 2.7000 , 1380.0000 , 78.7435 , 511.1111 , 2.0909 , 1.1454 , 0.6735 , 0.5889 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2447 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2449 , cls_41 , 0.6300 , 480.0000 , 34.3594 , 761.9048 , 1.3333 , 1.0945 , 0.5048 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2450 , cls_41 , 1.3500 , 780.0000 , 58.3545 , 577.7778 , 1.6250 , 1.1089 , 0.6396 , 0.5333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2453 , cls_41 , 2.2500 , 1200.0000 , 80.0486 , 533.3333 , 2.0000 , 1.1383 , 0.7551 , 0.5667 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2457 , cls_41 , 3.1500 , 1560.0000 , 82.3930 , 495.2381 , 2.1667 , 1.1520 , 0.5796 , 0.6000 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2461 , cls_41 , 0.7200 , 480.0000 , 36.7346 , 666.6667 , 1.3333 , 1.0780 , 0.6082 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2463 , cls_41 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2465 , cls_41 , 15.6600 , 5700.0000 , 259.0976 , 363.9847 , 3.5185 , 1.2142 , 0.7952 , 0.7021 , 15.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2469 , cls_41 , 3.7800 , 1740.0000 , 97.3315 , 460.3175 , 2.2308 , 1.1528 , 0.6996 , 0.6349 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2472 , cls_41 , 0.9900 , 780.0000 , 58.2215 , 787.8788 , 1.8571 , 1.1463 , 0.8081 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2476 , cls_41 , 11.0700 , 3600.0000 , 194.6473 , 325.2033 , 2.6087 , 1.1714 , 0.8138 , 0.7344 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2493 , cls_41 , 4.7700 , 2520.0000 , 115.5850 , 528.3019 , 2.8000 , 1.1967 , 0.7537 , 0.5849 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2495 , cls_41 , 0.8100 , 420.0000 , 35.4985 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2499 , cls_41 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2502 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2506 , cls_41 , 4.5000 , 2760.0000 , 151.0828 , 613.3333 , 3.0667 , 1.2202 , 0.8363 , 0.5167 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2507 , cls_41 , 10.9800 , 4560.0000 , 189.1133 , 415.3005 , 3.3043 , 1.2129 , 0.7345 , 0.6694 , 10.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2508 , cls_41 , 5.0400 , 3000.0000 , 134.1166 , 595.2381 , 3.3333 , 1.2228 , 0.7859 , 0.5357 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2522 , cls_41 , 3.2400 , 1620.0000 , 99.7467 , 500.0000 , 2.2500 , 1.1562 , 0.7135 , 0.5787 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2528 , cls_41 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2532 , cls_41 , 0.9900 , 780.0000 , 58.2151 , 787.8788 , 1.8571 , 1.1463 , 0.7585 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2534 , cls_41 , 9.4500 , 4080.0000 , 231.5534 , 431.7460 , 3.2381 , 1.2094 , 0.8482 , 0.6429 , 9.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2539 , cls_41 , 2.8800 , 1320.0000 , 76.8657 , 458.3333 , 1.8333 , 1.1295 , 0.6156 , 0.6198 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2544 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2551 , cls_41 , 0.9000 , 480.0000 , 40.1869 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2575 , cls_41 , 1.4400 , 720.0000 , 60.9447 , 500.0000 , 1.5000 , 1.0847 , 0.7209 , 0.5729 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2578 , cls_41 , 2.7900 , 1860.0000 , 103.7789 , 666.6667 , 2.5833 , 1.2000 , 0.8246 , 0.4731 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2580 , cls_41 , 3.3300 , 1500.0000 , 111.2720 , 450.4505 , 1.9231 , 1.1383 , 0.8069 , 0.6306 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2583 , cls_41 , 2.1600 , 1020.0000 , 73.1984 , 472.2222 , 1.7000 , 1.1104 , 0.7296 , 0.6250 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2589 , cls_41 , 1.2600 , 840.0000 , 56.6047 , 666.6667 , 1.7500 , 1.1327 , 0.6572 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2594 , cls_41 , 0.5400 , 480.0000 , 44.0957 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2603 , cls_41 , 0.6300 , 540.0000 , 49.4379 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2605 , cls_41 , 6.0300 , 2040.0000 , 147.9816 , 338.3085 , 2.0000 , 1.1328 , 0.7807 , 0.7239 , 6.0300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2615 , cls_41 , 0.9000 , 780.0000 , 54.6803 , 866.6667 , 1.8571 , 1.1583 , 0.7598 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2618 , cls_41 , 14.2200 , 7260.0000 , 297.7755 , 510.5485 , 4.6538 , 1.2649 , 0.8795 , 0.5907 , 14.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2621 , cls_41 , 11.7900 , 4740.0000 , 203.8227 , 402.0356 , 3.4348 , 1.2122 , 0.7657 , 0.6781 , 11.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2626 , cls_41 , 1.1700 , 540.0000 , 42.2659 , 461.5385 , 1.1250 , 1.0473 , 0.4292 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2627 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2629 , cls_41 , 1.6200 , 1200.0000 , 77.9964 , 740.7407 , 2.2222 , 1.1769 , 0.7796 , 0.4259 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2635 , cls_41 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2643 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2646 , cls_41 , 2.3400 , 1800.0000 , 122.3251 , 769.2308 , 2.7273 , 1.2145 , 0.8792 , 0.3974 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2657 , cls_41 , 2.3400 , 1140.0000 , 87.4748 , 487.1795 , 1.7273 , 1.1237 , 0.7352 , 0.5833 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2658 , cls_41 , 0.7200 , 720.0000 , 48.1112 , 1000.0000 , 2.0000 , 1.1693 , 0.6817 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2664 , cls_41 , 1.5300 , 720.0000 , 51.0857 , 470.5882 , 1.3333 , 1.0779 , 0.5190 , 0.6176 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2667 , cls_41 , 0.9900 , 600.0000 , 46.2475 , 606.0606 , 1.4286 , 1.0892 , 0.7199 , 0.5152 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2671 , cls_41 , 1.3500 , 660.0000 , 50.5193 , 488.8889 , 1.3750 , 1.0738 , 0.5342 , 0.6000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2672 , cls_41 , 5.4000 , 1740.0000 , 109.2510 , 322.2222 , 1.8125 , 1.1151 , 0.6496 , 0.7361 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 318.9044 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2680 , cls_41 , 1.4400 , 900.0000 , 55.1541 , 625.0000 , 1.8750 , 1.1313 , 0.6156 , 0.4896 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2682 , cls_41 , 1.7100 , 840.0000 , 60.9358 , 491.2281 , 1.5556 , 1.0972 , 0.6278 , 0.6053 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2683 , cls_41 , 0.8100 , 540.0000 , 51.1416 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2687 , cls_41 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2689 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2696 , cls_41 , 1.8000 , 840.0000 , 66.1115 , 466.6667 , 1.5556 , 1.0915 , 0.7004 , 0.6167 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2698 , cls_41 , 123.9300 , 28860.0000 , 615.9887 , 232.8734 , 6.4133 , 1.2664 , 0.7185 , 0.8120 , 123.9300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2702 , cls_41 , 0.7200 , 480.0000 , 37.7419 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2705 , cls_41 , 1.0800 , 540.0000 , 45.9566 , 500.0000 , 1.2857 , 1.0563 , 0.6180 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2708 , cls_41 , 0.7200 , 660.0000 , 58.2707 , 916.6667 , 1.8333 , 1.1497 , 0.7736 , 0.2500 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2710 , cls_41 , 2.5200 , 1020.0000 , 73.3822 , 404.7619 , 1.5455 , 1.0935 , 0.6927 , 0.6667 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2713 , cls_41 , 3.5100 , 2220.0000 , 111.6457 , 632.4786 , 2.8462 , 1.2075 , 0.7079 , 0.4915 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2722 , cls_41 , 0.8100 , 420.0000 , 34.3573 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2726 , cls_41 , 2.1600 , 1560.0000 , 111.0797 , 722.2222 , 2.6000 , 1.1956 , 0.8003 , 0.4375 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2731 , cls_41 , 1.9800 , 1080.0000 , 63.3332 , 545.4545 , 1.8000 , 1.1317 , 0.6215 , 0.5682 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2737 , cls_41 , 20.5200 , 8820.0000 , 270.6810 , 429.8246 , 4.7419 , 1.2588 , 0.7727 , 0.6586 , 20.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2742 , cls_41 , 1.6200 , 1140.0000 , 84.1811 , 703.7037 , 2.1111 , 1.1663 , 0.8451 , 0.3981 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2751 , cls_41 , 24.3900 , 7920.0000 , 309.1891 , 324.7232 , 4.0000 , 1.2239 , 0.8008 , 0.7417 , 24.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2756 , cls_41 , 14.1300 , 4680.0000 , 274.8304 , 331.2102 , 3.0000 , 1.1915 , 0.8415 , 0.7197 , 14.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2762 , cls_41 , 1.4400 , 1440.0000 , 109.8447 , 1000.0000 , 3.0000 , 1.2295 , 0.8991 , 0.2708 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2763 , cls_41 , 1.4400 , 720.0000 , 50.1790 , 500.0000 , 1.5000 , 1.0847 , 0.5031 , 0.6042 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2780 , cls_41 , 1.0800 , 540.0000 , 46.1714 , 500.0000 , 1.2857 , 1.0563 , 0.6180 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2784 , cls_41 , 0.9900 , 480.0000 , 39.8399 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2785 , cls_41 , 3.9600 , 1800.0000 , 93.6556 , 454.5455 , 2.1429 , 1.1541 , 0.6853 , 0.6439 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2787 , cls_41 , 2.0700 , 1200.0000 , 84.3248 , 579.7101 , 2.0000 , 1.1479 , 0.7847 , 0.5217 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2791 , cls_41 , 1.9800 , 1200.0000 , 74.5547 , 606.0606 , 2.0000 , 1.1530 , 0.7142 , 0.5303 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2793 , cls_41 , 5.1300 , 1860.0000 , 104.9419 , 362.5731 , 1.9375 , 1.1326 , 0.5464 , 0.7018 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2796 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2797 , cls_41 , 3.4200 , 1560.0000 , 102.2391 , 456.1404 , 2.0000 , 1.1429 , 0.7640 , 0.6272 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2805 , cls_41 , 3.0600 , 1560.0000 , 104.3846 , 509.8039 , 2.1667 , 1.1552 , 0.7802 , 0.5882 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2811 , cls_41 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2816 , cls_41 , 3.7800 , 1560.0000 , 96.2008 , 412.6984 , 2.0000 , 1.1321 , 0.6658 , 0.6706 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2822 , cls_41 , 13.8600 , 5700.0000 , 294.0287 , 411.2554 , 3.8000 , 1.2267 , 0.8608 , 0.6591 , 13.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2823 , cls_41 , 8.6400 , 4500.0000 , 214.6224 , 520.8333 , 3.7500 , 1.2362 , 0.8394 , 0.5729 , 8.6400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2827 , cls_41 , 3.4200 , 1860.0000 , 135.4027 , 543.8596 , 2.3846 , 1.1766 , 0.8614 , 0.5526 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2841 , cls_41 , 11.7000 , 3360.0000 , 155.0408 , 287.1795 , 2.4348 , 1.1540 , 0.6068 , 0.7654 , 11.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2842 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2848 , cls_41 , 0.5400 , 540.0000 , 47.0808 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2855 , cls_41 , 1.3500 , 600.0000 , 47.6719 , 444.4444 , 1.2500 , 1.0537 , 0.5225 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2857 , cls_41 , 6.3900 , 3360.0000 , 183.1552 , 525.8216 , 3.2941 , 1.2171 , 0.8452 , 0.5657 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2864 , cls_41 , 0.8100 , 660.0000 , 65.5015 , 814.8148 , 1.8333 , 1.1347 , 0.8237 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2869 , cls_41 , 3.5100 , 1500.0000 , 110.0492 , 427.3504 , 1.9231 , 1.1326 , 0.8174 , 0.6453 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2871 , cls_41 , 1.1700 , 660.0000 , 54.3969 , 564.1026 , 1.3750 , 1.0902 , 0.7286 , 0.5385 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2880 , cls_41 , 5.2200 , 2940.0000 , 135.9355 , 563.2184 , 3.0625 , 1.2151 , 0.7255 , 0.5776 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2881 , cls_41 , 1.8000 , 960.0000 , 70.7303 , 533.3333 , 1.7778 , 1.1187 , 0.6559 , 0.5667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2897 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2905 , cls_41 , 0.7200 , 540.0000 , 41.1795 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2917 , cls_41 , 5.2200 , 2160.0000 , 128.0331 , 413.7931 , 2.2500 , 1.1584 , 0.7748 , 0.6523 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2924 , cls_41 , 2.2500 , 1200.0000 , 93.0452 , 533.3333 , 2.0000 , 1.1383 , 0.8116 , 0.5467 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2930 , cls_41 , 1.1700 , 540.0000 , 43.1121 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2946 , cls_41 , 10.8000 , 4500.0000 , 187.3426 , 416.6667 , 3.4091 , 1.2124 , 0.7366 , 0.6556 , 10.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2961 , cls_41 , 14.8500 , 5520.0000 , 217.7215 , 371.7172 , 3.5385 , 1.2142 , 0.7974 , 0.6960 , 14.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2969 , cls_41 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2974 , cls_41 , 0.5400 , 600.0000 , 47.6942 , 1111.1111 , 2.0000 , 1.1661 , 0.7753 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2975 , cls_41 , 1.0800 , 660.0000 , 57.2612 , 611.1111 , 1.5714 , 1.0996 , 0.7907 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2981 , cls_41 , 27.6300 , 6300.0000 , 245.2221 , 228.0130 , 2.9167 , 1.1752 , 0.6216 , 0.8138 , 27.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2984 , cls_41 , 0.9900 , 480.0000 , 39.6518 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2985 , cls_41 , 0.6300 , 420.0000 , 32.0129 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2986 , cls_41 , 0.6300 , 540.0000 , 47.7623 , 857.1429 , 1.5000 , 1.1214 , 0.7591 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2987 , cls_41 , 1.0800 , 960.0000 , 78.4947 , 888.8889 , 2.2857 , 1.1802 , 0.8425 , 0.3194 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2991 , cls_41 , 4.6800 , 2760.0000 , 131.0663 , 589.7436 , 3.0667 , 1.2157 , 0.6817 , 0.5385 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2993 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2995 , cls_41 , 14.4000 , 6360.0000 , 259.4674 , 441.6667 , 4.0769 , 1.2412 , 0.8309 , 0.6427 , 14.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3002 , cls_41 , 3.7800 , 1560.0000 , 91.8299 , 412.6984 , 2.0000 , 1.1321 , 0.7285 , 0.6667 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3005 , cls_41 , 2.3400 , 1620.0000 , 89.3080 , 692.3077 , 2.4545 , 1.1936 , 0.7891 , 0.4679 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3009 , cls_41 , 8.9100 , 5160.0000 , 202.3168 , 579.1246 , 4.3000 , 1.2568 , 0.8543 , 0.5438 , 8.9100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3015 , cls_41 , 1.4400 , 1020.0000 , 73.5485 , 708.3333 , 2.1250 , 1.1574 , 0.7711 , 0.4375 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3018 , cls_41 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3040 , cls_41 , 2.9700 , 1200.0000 , 78.3765 , 404.0404 , 1.6667 , 1.1076 , 0.6145 , 0.6667 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3067 , cls_41 , 1.1700 , 540.0000 , 42.1438 , 461.5385 , 1.1250 , 1.0473 , 0.4292 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3068 , cls_41 , 2.5200 , 1200.0000 , 83.6661 , 476.1905 , 1.8182 , 1.1256 , 0.6927 , 0.6190 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3081 , cls_41 , 2.7000 , 1380.0000 , 105.5792 , 511.1111 , 2.0909 , 1.1454 , 0.7740 , 0.5833 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3088 , cls_41 , 1.2600 , 900.0000 , 73.7199 , 714.2857 , 1.8750 , 1.1473 , 0.8019 , 0.3929 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3093 , cls_41 , 0.6300 , 540.0000 , 38.2618 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3104 , cls_41 , 1.0800 , 660.0000 , 43.8606 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3105 , cls_41 , 0.9000 , 600.0000 , 47.4789 , 666.6667 , 1.4286 , 1.1006 , 0.6817 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3108 , cls_41 , 5.9400 , 2760.0000 , 151.1558 , 464.6465 , 2.7059 , 1.1893 , 0.7925 , 0.5934 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3116 , cls_41 , 2.0700 , 1080.0000 , 71.1034 , 521.7391 , 1.8000 , 1.1267 , 0.6339 , 0.5725 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3117 , cls_41 , 0.7200 , 420.0000 , 33.5470 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3120 , cls_41 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3121 , cls_41 , 1.0800 , 720.0000 , 52.8111 , 666.6667 , 1.7143 , 1.1183 , 0.7062 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3127 , cls_41 , 7.5600 , 3660.0000 , 179.5715 , 484.1270 , 3.2105 , 1.2141 , 0.7634 , 0.6071 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3129 , cls_41 , 0.7200 , 480.0000 , 47.8869 , 666.6667 , 1.3333 , 1.0780 , 0.7453 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3133 , cls_41 , 19.1700 , 6660.0000 , 225.3769 , 347.4178 , 3.7000 , 1.2196 , 0.5847 , 0.7167 , 19.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3136 , cls_41 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3140 , cls_41 , 2.3400 , 1140.0000 , 98.9100 , 487.1795 , 1.7273 , 1.1237 , 0.7891 , 0.5897 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3148 , cls_41 , 1.5300 , 1200.0000 , 72.8336 , 784.3137 , 2.2222 , 1.1839 , 0.6670 , 0.4118 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3158 , cls_41 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3173 , cls_41 , 0.6300 , 480.0000 , 35.6654 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3178 , cls_41 , 0.5400 , 480.0000 , 33.6542 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3183 , cls_41 , 0.9900 , 660.0000 , 44.8038 , 666.6667 , 1.5714 , 1.1100 , 0.5881 , 0.4697 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3188 , cls_41 , 1.1700 , 840.0000 , 51.4336 , 717.9487 , 1.7500 , 1.1416 , 0.7146 , 0.4487 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3190 , cls_41 , 14.4900 , 5460.0000 , 205.2148 , 376.8116 , 3.5000 , 1.2149 , 0.7320 , 0.6946 , 14.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3199 , cls_41 , 2.3400 , 1020.0000 , 74.1711 , 435.8974 , 1.5455 , 1.1016 , 0.6105 , 0.6282 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3202 , cls_41 , 1.8900 , 840.0000 , 63.0804 , 444.4444 , 1.4000 , 1.0860 , 0.6658 , 0.6190 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3205 , cls_41 , 2.3400 , 1500.0000 , 110.4943 , 641.0256 , 2.2727 , 1.1783 , 0.7584 , 0.4936 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3206 , cls_41 , 0.5400 , 600.0000 , 39.2951 , 1111.1111 , 2.0000 , 1.1661 , 0.6180 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3221 , cls_41 , 8.9100 , 3060.0000 , 180.3960 , 343.4343 , 2.5500 , 1.1651 , 0.6918 , 0.7155 , 8.9100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3223 , cls_41 , 1.0800 , 600.0000 , 48.7525 , 555.5556 , 1.4286 , 1.0790 , 0.6273 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3235 , cls_41 , 0.4500 , 480.0000 , 38.5203 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3246 , cls_41 , 10.3500 , 3420.0000 , 145.5419 , 330.4348 , 2.5909 , 1.1693 , 0.6710 , 0.7362 , 10.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3276 , cls_41 , 3.4200 , 1980.0000 , 175.9726 , 578.9474 , 2.5385 , 1.1886 , 0.8930 , 0.5351 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3279 , cls_41 , 0.7200 , 480.0000 , 36.3494 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3299 , cls_41 , 22.8600 , 8640.0000 , 313.9285 , 377.9528 , 4.5000 , 1.2444 , 0.8415 , 0.6844 , 22.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3309 , cls_41 , 165.3300 , 54120.0000 , 783.0477 , 327.3453 , 10.4884 , 1.3287 , 0.7502 , 0.7343 , 165.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3313 , cls_41 , 0.9000 , 660.0000 , 49.4362 , 733.3333 , 1.5714 , 1.1216 , 0.7805 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3341 , cls_41 , 7.1100 , 2460.0000 , 139.7266 , 345.9916 , 2.2778 , 1.1496 , 0.7394 , 0.7131 , 7.1100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3344 , cls_41 , 0.9000 , 540.0000 , 44.8947 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3346 , cls_41 , 2.9700 , 1320.0000 , 89.7523 , 444.4444 , 1.8333 , 1.1262 , 0.6910 , 0.6313 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3355 , cls_41 , 4.1400 , 1740.0000 , 121.0845 , 420.2899 , 2.0714 , 1.1429 , 0.7497 , 0.6377 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3367 , cls_41 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3372 , cls_41 , 17.3700 , 5040.0000 , 197.9171 , 290.1554 , 3.0000 , 1.1834 , 0.6142 , 0.7591 , 17.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3375 , cls_41 , 8.8200 , 2760.0000 , 147.3243 , 312.9252 , 2.3000 , 1.1481 , 0.7057 , 0.7262 , 8.8200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3384 , cls_41 , 3.8700 , 1620.0000 , 94.8791 , 418.6047 , 1.9286 , 1.1367 , 0.7329 , 0.6550 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3386 , cls_41 , 25.7400 , 9180.0000 , 338.9556 , 356.6434 , 4.5000 , 1.2423 , 0.7884 , 0.7191 , 25.7400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3403 , cls_41 , 5.6700 , 2160.0000 , 151.6322 , 380.9524 , 2.2500 , 1.1496 , 0.7938 , 0.6878 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3411 , cls_41 , 5.4000 , 2340.0000 , 152.0523 , 433.3333 , 2.4375 , 1.1695 , 0.8137 , 0.6417 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3421 , cls_41 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3424 , cls_41 , 0.4500 , 480.0000 , 41.4290 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3427 , cls_41 , 6.2100 , 2820.0000 , 171.4567 , 454.1063 , 2.7647 , 1.1885 , 0.8445 , 0.6304 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3447 , cls_41 , 1.1700 , 720.0000 , 59.9025 , 615.3846 , 1.5000 , 1.1087 , 0.7566 , 0.4872 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3453 , cls_41 , 1.6200 , 1140.0000 , 98.2173 , 703.7037 , 2.1111 , 1.1663 , 0.8585 , 0.4074 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3456 , cls_41 , 0.9000 , 660.0000 , 53.4805 , 733.3333 , 1.5714 , 1.1216 , 0.7551 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3465 , cls_41 , 1.9800 , 1320.0000 , 77.8271 , 666.6667 , 2.2000 , 1.1723 , 0.7845 , 0.5000 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3490 , cls_41 , 7.7400 , 3420.0000 , 155.2166 , 441.8605 , 3.0000 , 1.1995 , 0.7095 , 0.6492 , 7.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3496 , cls_41 , 4.5900 , 1740.0000 , 103.4378 , 379.0850 , 1.9333 , 1.1320 , 0.6490 , 0.6797 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3505 , cls_41 , 0.5400 , 480.0000 , 37.6942 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3513 , cls_41 , 0.9900 , 480.0000 , 39.5779 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3516 , cls_41 , 1.1700 , 900.0000 , 97.2042 , 769.2308 , 1.8750 , 1.1564 , 0.9043 , 0.2949 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3522 , cls_41 , 3.4200 , 1440.0000 , 90.5233 , 421.0526 , 1.8462 , 1.1276 , 0.6468 , 0.6447 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3530 , cls_41 , 27.9000 , 12420.0000 , 359.3150 , 445.1613 , 5.7500 , 1.2825 , 0.8383 , 0.6446 , 27.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3534 , cls_41 , 4.8600 , 1680.0000 , 90.1532 , 345.6790 , 1.8667 , 1.1195 , 0.5955 , 0.7222 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3540 , cls_41 , 1.8000 , 1260.0000 , 79.4328 , 700.0000 , 2.3333 , 1.1742 , 0.7746 , 0.4333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3544 , cls_41 , 10.4400 , 5640.0000 , 201.6117 , 540.2299 , 4.2727 , 1.2550 , 0.7782 , 0.5776 , 10.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3546 , cls_41 , 9.9000 , 4200.0000 , 204.4492 , 424.2424 , 3.3333 , 1.2095 , 0.8236 , 0.6636 , 9.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3560 , cls_41 , 1.1700 , 540.0000 , 43.5213 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6026 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3561 , cls_41 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3564 , cls_41 , 0.9000 , 540.0000 , 43.4220 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3571 , cls_41 , 3.6000 , 1020.0000 , 77.9590 , 283.3333 , 1.3077 , 1.0564 , 0.5647 , 0.7667 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3576 , cls_41 , 0.4500 , 360.0000 , 32.1688 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3586 , cls_41 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3587 , cls_41 , 11.7000 , 6480.0000 , 208.1255 , 553.8462 , 4.6957 , 1.2665 , 0.7913 , 0.5718 , 11.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3591 , cls_41 , 1.0800 , 780.0000 , 58.4202 , 722.2222 , 1.8571 , 1.1355 , 0.7062 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3606 , cls_41 , 8.4600 , 2820.0000 , 158.8162 , 333.3333 , 2.3500 , 1.1561 , 0.7649 , 0.7234 , 8.4600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3616 , cls_41 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3632 , cls_41 , 5.6700 , 1680.0000 , 110.0268 , 296.2963 , 1.7500 , 1.1037 , 0.6370 , 0.7460 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3638 , cls_41 , 1.1700 , 960.0000 , 67.9814 , 820.5128 , 2.0000 , 1.1702 , 0.7146 , 0.3590 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3640 , cls_41 , 16.2000 , 5280.0000 , 279.3500 , 325.9259 , 3.2593 , 1.1980 , 0.8707 , 0.7278 , 16.2000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3650 , cls_41 , 1.0800 , 480.0000 , 40.5020 , 444.4444 , 1.1429 , 1.0310 , 0.3888 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3654 , cls_41 , 3.0600 , 1740.0000 , 128.0002 , 568.6275 , 2.4167 , 1.1764 , 0.8617 , 0.5490 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3656 , cls_41 , 1.4400 , 660.0000 , 52.6746 , 458.3333 , 1.3750 , 1.0665 , 0.6660 , 0.6250 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3660 , cls_41 , 0.9000 , 540.0000 , 44.3597 , 600.0000 , 1.2857 , 1.0775 , 0.7170 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3665 , cls_41 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3678 , cls_41 , 0.6300 , 420.0000 , 32.7472 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3679 , cls_41 , 1.2600 , 960.0000 , 51.3398 , 761.9048 , 2.0000 , 1.1610 , 0.4757 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3680 , cls_41 , 12.4200 , 5700.0000 , 204.4832 , 458.9372 , 3.9583 , 1.2382 , 0.7933 , 0.6292 , 12.4200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3681 , cls_41 , 1.7100 , 1080.0000 , 73.6051 , 631.5789 , 2.0000 , 1.1488 , 0.6976 , 0.4825 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3686 , cls_41 , 1.3500 , 720.0000 , 57.4507 , 533.3333 , 1.5000 , 1.0921 , 0.7419 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3710 , cls_41 , 0.8100 , 600.0000 , 48.4359 , 740.7407 , 1.6667 , 1.1135 , 0.7708 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3712 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3743 , cls_41 , 1.7100 , 1080.0000 , 111.4999 , 631.5789 , 2.0000 , 1.1488 , 0.8641 , 0.4123 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3744 , cls_41 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3746 , cls_41 , 2.7900 , 1020.0000 , 85.6630 , 365.5914 , 1.4167 , 1.0827 , 0.6842 , 0.6720 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3759 , cls_41 , 2.9700 , 1500.0000 , 96.4430 , 505.0505 , 2.0833 , 1.1510 , 0.7254 , 0.5909 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3773 , cls_41 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3784 , cls_41 , 5.4000 , 2220.0000 , 146.9442 , 411.1111 , 2.3125 , 1.1598 , 0.8036 , 0.6639 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3802 , cls_41 , 17.3700 , 5220.0000 , 223.6171 , 300.5181 , 3.1071 , 1.1892 , 0.7377 , 0.7522 , 17.3700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3803 , cls_41 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3809 , cls_41 , 0.7200 , 420.0000 , 34.4171 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3812 , cls_41 , 4.7700 , 3300.0000 , 191.6651 , 691.8239 , 3.6667 , 1.2467 , 0.8746 , 0.4277 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3815 , cls_41 , 8.0100 , 2280.0000 , 117.3577 , 284.6442 , 2.0000 , 1.1240 , 0.5787 , 0.7659 , 8.0100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3822 , cls_41 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3840 , cls_41 , 0.7200 , 420.0000 , 36.9061 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3841 , cls_41 , 2.7900 , 1800.0000 , 105.4692 , 645.1613 , 2.5000 , 1.1936 , 0.6842 , 0.4892 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3847 , cls_41 , 96.4800 , 31740.0000 , 645.4884 , 328.9801 , 8.0152 , 1.3032 , 0.8149 , 0.7327 , 96.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3859 , cls_41 , 19.7100 , 7320.0000 , 252.6181 , 371.3851 , 4.0667 , 1.2323 , 0.7976 , 0.7009 , 19.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3861 , cls_41 , 4.8600 , 1980.0000 , 107.0399 , 407.4074 , 2.2000 , 1.1499 , 0.7621 , 0.6574 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3864 , cls_41 , 0.8100 , 420.0000 , 34.8518 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3873 , cls_41 , 2.8800 , 1920.0000 , 107.0257 , 666.6667 , 2.6667 , 1.2025 , 0.7190 , 0.4688 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3877 , cls_41 , 0.9000 , 540.0000 , 41.4714 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3880 , cls_41 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3885 , cls_41 , 0.8100 , 480.0000 , 44.3352 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3904 , cls_41 , 1.7100 , 960.0000 , 59.2007 , 561.4035 , 1.7778 , 1.1246 , 0.5435 , 0.5614 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3910 , cls_41 , 3.4200 , 1560.0000 , 103.1236 , 456.1404 , 2.0000 , 1.1429 , 0.7718 , 0.6009 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3914 , cls_41 , 0.6300 , 540.0000 , 37.0513 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3915 , cls_41 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3916 , cls_41 , 14.3100 , 7140.0000 , 255.3481 , 498.9518 , 4.5769 , 1.2614 , 0.7896 , 0.5996 , 14.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3931 , cls_41 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3934 , cls_41 , 0.9900 , 780.0000 , 58.0984 , 787.8788 , 1.8571 , 1.1463 , 0.7307 , 0.3636 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3935 , cls_41 , 0.8100 , 660.0000 , 50.1924 , 814.8148 , 1.8333 , 1.1347 , 0.6630 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3936 , cls_41 , 2.5200 , 1500.0000 , 108.9616 , 595.2381 , 2.2727 , 1.1696 , 0.8235 , 0.5060 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3943 , cls_41 , 1.9800 , 780.0000 , 67.5779 , 393.9394 , 1.3000 , 1.0660 , 0.6853 , 0.6515 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3947 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3961 , cls_41 , 0.8100 , 480.0000 , 36.6658 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3969 , cls_41 , 9.2700 , 3780.0000 , 166.1170 , 407.7670 , 3.0000 , 1.1981 , 0.7198 , 0.6828 , 9.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3972 , cls_41 , 0.6300 , 480.0000 , 38.1979 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3980 , cls_41 , 0.7200 , 480.0000 , 36.7346 , 666.6667 , 1.3333 , 1.0780 , 0.6082 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3986 , cls_41 , 0.7200 , 600.0000 , 42.9130 , 833.3333 , 1.6667 , 1.1283 , 0.6082 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4008 , cls_41 , 3.3300 , 1500.0000 , 94.2453 , 450.4505 , 1.9231 , 1.1383 , 0.7735 , 0.6261 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4013 , cls_41 , 2.0700 , 1020.0000 , 66.0782 , 492.7536 , 1.7000 , 1.1152 , 0.6555 , 0.5870 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4041 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4043 , cls_41 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4057 , cls_41 , 1.0800 , 780.0000 , 61.0040 , 722.2222 , 1.8571 , 1.1355 , 0.7935 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4058 , cls_41 , 147.9600 , 43440.0000 , 650.2774 , 293.5929 , 8.8293 , 1.3082 , 0.7385 , 0.7647 , 147.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4063 , cls_41 , 2.1600 , 1620.0000 , 100.4844 , 750.0000 , 2.7000 , 1.2031 , 0.8054 , 0.4097 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4074 , cls_41 , 0.7200 , 540.0000 , 44.1428 , 750.0000 , 1.5000 , 1.1046 , 0.7247 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4078 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4080 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4085 , cls_41 , 1.2600 , 600.0000 , 44.5679 , 476.1905 , 1.2500 , 1.0614 , 0.5182 , 0.6190 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4086 , cls_41 , 0.6300 , 480.0000 , 45.2901 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4087 , cls_41 , 24.3900 , 6960.0000 , 290.8928 , 285.3629 , 3.5152 , 1.2031 , 0.8565 , 0.7688 , 24.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4097 , cls_41 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4101 , cls_41 , 1.2600 , 780.0000 , 55.8432 , 619.0476 , 1.6250 , 1.1170 , 0.6572 , 0.4881 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4105 , cls_41 , 1.8900 , 1020.0000 , 63.4474 , 539.6825 , 1.7000 , 1.1255 , 0.6854 , 0.5714 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4123 , cls_41 , 1.1700 , 780.0000 , 54.1861 , 666.6667 , 1.6250 , 1.1258 , 0.6322 , 0.4487 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4124 , cls_41 , 2.0700 , 840.0000 , 58.6228 , 405.7971 , 1.4000 , 1.0761 , 0.4474 , 0.6594 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4126 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4146 , cls_41 , 1.9800 , 1320.0000 , 90.1680 , 666.6667 , 2.2000 , 1.1723 , 0.8271 , 0.4697 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4149 , cls_41 , 1.7100 , 1200.0000 , 76.0124 , 701.7544 , 2.2222 , 1.1704 , 0.7781 , 0.4561 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4154 , cls_41 , 6.3000 , 2040.0000 , 104.8608 , 323.8095 , 2.0000 , 1.1283 , 0.5182 , 0.7357 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4157 , cls_41 , 4.0500 , 2400.0000 , 115.3816 , 592.5926 , 2.8571 , 1.2059 , 0.6781 , 0.5370 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4182 , cls_41 , 2.7900 , 1380.0000 , 82.4903 , 494.6237 , 1.9167 , 1.1417 , 0.7119 , 0.5914 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4197 , cls_41 , 1.2600 , 840.0000 , 67.3864 , 666.6667 , 1.7500 , 1.1327 , 0.8019 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4198 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4214 , cls_41 , 3.6000 , 1800.0000 , 95.1389 , 500.0000 , 2.3077 , 1.1646 , 0.7516 , 0.5958 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4240 , cls_41 , 0.8100 , 600.0000 , 44.2562 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4253 , cls_41 , 0.8100 , 480.0000 , 35.4200 , 592.5926 , 1.3333 , 1.0639 , 0.4270 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4257 , cls_41 , 3.8700 , 1140.0000 , 83.2938 , 294.5736 , 1.3571 , 1.0702 , 0.6250 , 0.7481 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4265 , cls_41 , 3.4200 , 1320.0000 , 76.9901 , 385.9649 , 1.6923 , 1.1109 , 0.5012 , 0.7061 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4285 , cls_41 , 11.1600 , 4080.0000 , 200.0288 , 365.5914 , 2.9565 , 1.1921 , 0.8391 , 0.6935 , 11.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4289 , cls_41 , 1.1700 , 540.0000 , 43.7633 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4294 , cls_41 , 0.4500 , 480.0000 , 43.3217 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4310 , cls_41 , 6.3000 , 2880.0000 , 206.5083 , 457.1429 , 2.8235 , 1.1907 , 0.8999 , 0.6167 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4313 , cls_41 , 0.9000 , 480.0000 , 40.1869 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4321 , cls_41 , 5.8500 , 4140.0000 , 202.6456 , 707.6923 , 4.0588 , 1.2649 , 0.8304 , 0.4513 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4322 , cls_41 , 0.8100 , 480.0000 , 35.9962 , 592.5926 , 1.3333 , 1.0639 , 0.4270 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4325 , cls_41 , 3.6000 , 2220.0000 , 121.6258 , 616.6667 , 2.8462 , 1.2046 , 0.8188 , 0.5333 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4328 , cls_41 , 11.9700 , 5580.0000 , 224.9052 , 466.1654 , 3.8750 , 1.2385 , 0.7419 , 0.6216 , 11.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4333 , cls_41 , 12.2400 , 4620.0000 , 201.0956 , 377.4510 , 3.2083 , 1.2039 , 0.7998 , 0.7022 , 12.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4360 , cls_41 , 1.7100 , 840.0000 , 70.9740 , 491.2281 , 1.5556 , 1.0972 , 0.7154 , 0.5614 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4363 , cls_41 , 3.7800 , 2340.0000 , 149.8521 , 619.0476 , 3.0000 , 1.2090 , 0.8156 , 0.5040 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4386 , cls_41 , 0.7200 , 600.0000 , 38.1101 , 833.3333 , 1.6667 , 1.1283 , 0.6082 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4395 , cls_41 , 0.9900 , 660.0000 , 47.5413 , 666.6667 , 1.5714 , 1.1100 , 0.6498 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4402 , cls_41 , 1.5300 , 900.0000 , 56.7032 , 588.2353 , 1.6667 , 1.1242 , 0.6670 , 0.5392 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4406 , cls_41 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4412 , cls_41 , 0.7200 , 600.0000 , 42.4838 , 833.3333 , 1.6667 , 1.1283 , 0.5926 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4422 , cls_41 , 0.6300 , 480.0000 , 34.1942 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4433 , cls_41 , 0.9000 , 540.0000 , 38.2244 , 600.0000 , 1.2857 , 1.0775 , 0.4907 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4444 , cls_41 , 1.6200 , 900.0000 , 60.3023 , 555.5556 , 1.6667 , 1.1176 , 0.7205 , 0.5370 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4452 , cls_41 , 0.9000 , 660.0000 , 44.1899 , 733.3333 , 1.5714 , 1.1216 , 0.6255 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4468 , cls_41 , 1.5300 , 960.0000 , 98.6417 , 627.4510 , 1.7778 , 1.1376 , 0.8420 , 0.4510 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4469 , cls_41 , 1.9800 , 1200.0000 , 76.1677 , 606.0606 , 2.0000 , 1.1530 , 0.6704 , 0.5076 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4481 , cls_41 , 16.0200 , 5460.0000 , 323.6157 , 340.8240 , 3.3704 , 1.2047 , 0.8798 , 0.7200 , 16.0200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4490 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4493 , cls_41 , 2.5200 , 1440.0000 , 71.8352 , 571.4286 , 2.1818 , 1.1616 , 0.5182 , 0.5536 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4503 , cls_41 , 1.3500 , 780.0000 , 53.4373 , 577.7778 , 1.6250 , 1.1089 , 0.7062 , 0.5333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4521 , cls_41 , 33.6600 , 10680.0000 , 340.4544 , 317.2906 , 4.5641 , 1.2399 , 0.7459 , 0.7398 , 33.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4524 , cls_41 , 5.1300 , 1920.0000 , 124.3447 , 374.2690 , 2.0000 , 1.1385 , 0.7380 , 0.6901 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4532 , cls_41 , 2.0700 , 1020.0000 , 69.7057 , 492.7536 , 1.7000 , 1.1152 , 0.6746 , 0.5870 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4533 , cls_41 , 0.4500 , 480.0000 , 38.8161 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4534 , cls_41 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4541 , cls_41 , 1.2600 , 720.0000 , 51.5741 , 571.4286 , 1.5000 , 1.1000 , 0.6572 , 0.5357 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4556 , cls_41 , 2.7000 , 1500.0000 , 83.6754 , 555.5556 , 2.2727 , 1.1617 , 0.7366 , 0.5667 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4559 , cls_41 , 0.8100 , 480.0000 , 37.2049 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4563 , cls_41 , 8.7300 , 4320.0000 , 193.8772 , 494.8454 , 3.6000 , 1.2279 , 0.7917 , 0.5842 , 8.7300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4564 , cls_41 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4572 , cls_41 , 0.4500 , 480.0000 , 43.3217 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4579 , cls_41 , 4.4100 , 2100.0000 , 141.0253 , 476.1905 , 2.5000 , 1.1714 , 0.8309 , 0.6088 , 4.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4582 , cls_41 , 30.9600 , 9180.0000 , 273.7070 , 296.5116 , 4.0263 , 1.2242 , 0.7491 , 0.7621 , 30.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4583 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4584 , cls_41 , 1.0800 , 720.0000 , 51.8518 , 666.6667 , 1.7143 , 1.1183 , 0.7062 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4585 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4610 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4638 , cls_41 , 0.9900 , 720.0000 , 55.6909 , 727.2727 , 1.7143 , 1.1289 , 0.7585 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4643 , cls_41 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4645 , cls_41 , 0.7200 , 840.0000 , 54.9815 , 1166.6667 , 2.3333 , 1.2041 , 0.7453 , 0.1875 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4648 , cls_41 , 0.7200 , 420.0000 , 34.3237 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4651 , cls_41 , 0.8100 , 480.0000 , 44.8842 , 592.5926 , 1.3333 , 1.0639 , 0.7135 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4653 , cls_41 , 2.3400 , 960.0000 , 74.8015 , 410.2564 , 1.4545 , 1.0895 , 0.6322 , 0.6603 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4660 , cls_41 , 0.8100 , 600.0000 , 42.1446 , 740.7407 , 1.6667 , 1.1135 , 0.6903 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4662 , cls_41 , 2.8800 , 1320.0000 , 98.8355 , 458.3333 , 1.8333 , 1.1295 , 0.7247 , 0.6250 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4664 , cls_41 , 9.7200 , 3900.0000 , 166.5575 , 401.2346 , 3.0952 , 1.1986 , 0.6352 , 0.6744 , 9.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4693 , cls_41 , 0.9000 , 600.0000 , 45.6723 , 666.6667 , 1.4286 , 1.1006 , 0.6817 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4694 , cls_41 , 2.2500 , 1200.0000 , 89.3851 , 533.3333 , 2.0000 , 1.1383 , 0.7659 , 0.5733 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4706 , cls_41 , 44.2800 , 14700.0000 , 411.7715 , 331.9783 , 5.4444 , 1.2629 , 0.7995 , 0.7354 , 44.2800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4713 , cls_41 , 8.8200 , 2880.0000 , 164.6081 , 326.5306 , 2.4000 , 1.1555 , 0.8277 , 0.7381 , 8.8200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4716 , cls_41 , 9.0900 , 3600.0000 , 155.9559 , 396.0396 , 2.8571 , 1.1916 , 0.6945 , 0.6832 , 9.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4719 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4720 , cls_41 , 7.7400 , 2820.0000 , 176.8888 , 364.3411 , 2.4737 , 1.1652 , 0.7849 , 0.6938 , 7.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4740 , cls_41 , 0.5400 , 420.0000 , 32.6544 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4742 , cls_41 , 13.3200 , 5880.0000 , 259.4594 , 441.4414 , 3.9200 , 1.2361 , 0.8467 , 0.6430 , 13.3200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4743 , cls_41 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4773 , cls_41 , 0.4500 , 540.0000 , 35.4868 , 1200.0000 , 1.8000 , 1.1663 , 0.6817 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4778 , cls_41 , 16.4700 , 4080.0000 , 199.9676 , 247.7231 , 2.4286 , 1.1535 , 0.7634 , 0.8033 , 16.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4779 , cls_41 , 11.8800 , 4800.0000 , 214.5831 , 404.0404 , 3.4783 , 1.2135 , 0.7826 , 0.6667 , 11.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4787 , cls_41 , 0.5400 , 420.0000 , 35.3225 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4791 , cls_41 , 21.5100 , 7680.0000 , 285.1137 , 357.0432 , 4.1290 , 1.2314 , 0.7858 , 0.7134 , 21.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4799 , cls_41 , 1.8000 , 960.0000 , 59.5405 , 533.3333 , 1.7778 , 1.1187 , 0.6082 , 0.5583 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4800 , cls_41 , 1.7100 , 1080.0000 , 63.1089 , 631.5789 , 2.0000 , 1.1488 , 0.5829 , 0.5000 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4825 , cls_41 , 6.3000 , 2400.0000 , 145.2300 , 380.9524 , 2.3529 , 1.1577 , 0.7363 , 0.6905 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4837 , cls_41 , 0.9900 , 720.0000 , 67.0900 , 727.2727 , 1.7143 , 1.1289 , 0.7845 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4852 , cls_41 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4876 , cls_41 , 4.0500 , 1800.0000 , 102.6381 , 444.4444 , 2.1429 , 1.1517 , 0.6155 , 0.6407 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4887 , cls_41 , 0.7200 , 480.0000 , 37.9511 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 301.4963 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4891 , cls_41 , 0.9000 , 660.0000 , 60.1173 , 733.3333 , 1.5714 , 1.1216 , 0.8041 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4893 , cls_41 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4907 , cls_41 , 0.8100 , 660.0000 , 44.1363 , 814.8148 , 1.8333 , 1.1347 , 0.6048 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4909 , cls_41 , 0.4500 , 480.0000 , 31.1479 , 1066.6667 , 1.6000 , 1.1383 , 0.5103 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4910 , cls_41 , 0.6300 , 480.0000 , 37.4341 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4911 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4915 , cls_41 , 2.1600 , 1200.0000 , 71.1552 , 555.5556 , 2.0000 , 1.1430 , 0.7062 , 0.5486 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4920 , cls_41 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4921 , cls_41 , 80.7300 , 23460.0000 , 540.5010 , 290.5983 , 6.5167 , 1.2759 , 0.7531 , 0.7653 , 80.7300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4928 , cls_41 , 0.6300 , 480.0000 , 43.3299 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4929 , cls_41 , 0.7200 , 540.0000 , 37.2958 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4930 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4937 , cls_41 , 1.0800 , 780.0000 , 62.5074 , 722.2222 , 1.8571 , 1.1355 , 0.7649 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4952 , cls_41 , 0.7200 , 420.0000 , 36.9061 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4965 , cls_41 , 0.5400 , 480.0000 , 34.3237 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4974 , cls_41 , 11.0700 , 3900.0000 , 206.9032 , 352.3035 , 2.8261 , 1.1851 , 0.7248 , 0.7046 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4975 , cls_41 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4977 , cls_41 , 2.2500 , 780.0000 , 59.9712 , 346.6667 , 1.3000 , 1.0524 , 0.3994 , 0.7067 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4983 , cls_41 , 9.0000 , 2580.0000 , 137.0715 , 286.6667 , 2.1500 , 1.1342 , 0.5469 , 0.7533 , 9.0000 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4997 , cls_41 , 0.5400 , 420.0000 , 33.6893 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5004 , cls_41 , 15.8400 , 5160.0000 , 262.9530 , 325.7576 , 3.1852 , 1.1964 , 0.8210 , 0.7292 , 15.8400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5008 , cls_41 , 20.4300 , 7380.0000 , 281.1287 , 361.2335 , 3.9677 , 1.2301 , 0.7530 , 0.6990 , 20.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5010 , cls_41 , 7.5600 , 2760.0000 , 147.4795 , 365.0794 , 2.4211 , 1.1638 , 0.7483 , 0.7024 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5019 , cls_41 , 5.1300 , 2280.0000 , 144.3125 , 444.4444 , 2.3750 , 1.1702 , 0.8075 , 0.6491 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5026 , cls_41 , 6.0300 , 3060.0000 , 183.9292 , 507.4627 , 3.0000 , 1.2065 , 0.8590 , 0.6045 , 6.0300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5043 , cls_41 , 5.4900 , 2280.0000 , 109.5115 , 415.3005 , 2.3750 , 1.1629 , 0.7069 , 0.6639 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5049 , cls_41 , 1.5300 , 900.0000 , 78.1483 , 588.2353 , 1.6667 , 1.1242 , 0.7958 , 0.5000 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5063 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5065 , cls_41 , 0.6300 , 480.0000 , 40.9485 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5076 , cls_41 , 1.0800 , 480.0000 , 39.4856 , 444.4444 , 1.1429 , 1.0310 , 0.3888 , 0.6250 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 301.4963 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5084 , cls_41 , 0.9000 , 540.0000 , 42.3960 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5088 , cls_41 , 0.7200 , 420.0000 , 32.8556 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5089 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5091 , cls_41 , 1.2600 , 480.0000 , 42.7902 , 380.9524 , 1.0000 , 1.0141 , 0.4429 , 0.6548 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5092 , cls_41 , 1.8900 , 1140.0000 , 67.9101 , 603.1746 , 1.9000 , 1.1481 , 0.7326 , 0.5397 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5098 , cls_41 , 2.7000 , 1140.0000 , 81.9876 , 422.2222 , 1.7273 , 1.1079 , 0.6944 , 0.6444 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5101 , cls_41 , 1.0800 , 720.0000 , 47.3743 , 666.6667 , 1.7143 , 1.1183 , 0.6180 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5124 , cls_41 , 3.1500 , 1980.0000 , 109.4885 , 628.5714 , 2.7500 , 1.1981 , 0.7424 , 0.5143 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5139 , cls_41 , 4.2300 , 1560.0000 , 99.2558 , 368.7943 , 1.8571 , 1.1201 , 0.7255 , 0.7057 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5147 , cls_41 , 3.4200 , 1380.0000 , 88.5815 , 403.5088 , 1.7692 , 1.1195 , 0.6686 , 0.6711 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5149 , cls_41 , 1.0800 , 540.0000 , 41.7129 , 500.0000 , 1.2857 , 1.0563 , 0.5225 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5156 , cls_41 , 2.6100 , 1620.0000 , 100.9486 , 620.6897 , 2.4545 , 1.1807 , 0.8087 , 0.5057 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5160 , cls_41 , 2.7900 , 1860.0000 , 91.7442 , 666.6667 , 2.5833 , 1.2000 , 0.7098 , 0.4839 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5163 , cls_41 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5165 , cls_41 , 0.6300 , 480.0000 , 36.9796 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5174 , cls_41 , 0.9900 , 720.0000 , 47.6980 , 727.2727 , 1.7143 , 1.1289 , 0.6584 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5178 , cls_41 , 6.1200 , 2460.0000 , 112.7775 , 401.9608 , 2.4118 , 1.1652 , 0.6537 , 0.6814 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5193 , cls_41 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5194 , cls_41 , 2.7000 , 1320.0000 , 111.4513 , 488.8889 , 2.0000 , 1.1367 , 0.8302 , 0.5889 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5200 , cls_41 , 2.6100 , 1380.0000 , 86.5138 , 528.7356 , 2.0909 , 1.1492 , 0.7522 , 0.5575 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5206 , cls_41 , 13.6800 , 3840.0000 , 164.2162 , 280.7018 , 2.5600 , 1.1613 , 0.6449 , 0.7697 , 13.6800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5214 , cls_41 , 1.8000 , 1020.0000 , 70.1918 , 566.6667 , 1.8889 , 1.1311 , 0.7375 , 0.5500 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5219 , cls_41 , 0.7200 , 480.0000 , 47.8869 , 666.6667 , 1.3333 , 1.0780 , 0.7453 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5233 , cls_41 , 12.6000 , 2880.0000 , 159.1775 , 228.5714 , 2.0000 , 1.1204 , 0.5116 , 0.8071 , 12.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5239 , cls_41 , 18.8100 , 6480.0000 , 292.4777 , 344.4976 , 3.7241 , 1.2170 , 0.7881 , 0.7241 , 18.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5243 , cls_41 , 2.1600 , 1440.0000 , 84.7675 , 666.6667 , 2.4000 , 1.1795 , 0.8054 , 0.4722 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5255 , cls_41 , 1.4400 , 840.0000 , 52.3101 , 583.3333 , 1.7500 , 1.1169 , 0.6156 , 0.5313 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5261 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5269 , cls_41 , 1.4400 , 600.0000 , 49.1209 , 416.6667 , 1.2500 , 1.0466 , 0.5473 , 0.6458 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5279 , cls_41 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5280 , cls_41 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5288 , cls_41 , 9.9000 , 3480.0000 , 197.9826 , 351.5152 , 2.7619 , 1.1768 , 0.8565 , 0.7136 , 9.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5294 , cls_41 , 0.5400 , 480.0000 , 34.1465 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5299 , cls_41 , 41.1300 , 11820.0000 , 381.4923 , 287.3815 , 4.5814 , 1.2364 , 0.6709 , 0.7644 , 41.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5302 , cls_41 , 3.7800 , 2160.0000 , 93.1731 , 571.4286 , 2.7692 , 1.1938 , 0.6739 , 0.5476 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5306 , cls_41 , 1.7100 , 1080.0000 , 89.9993 , 631.5789 , 2.0000 , 1.1488 , 0.8419 , 0.4737 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5307 , cls_41 , 1.2600 , 840.0000 , 68.4130 , 666.6667 , 1.7500 , 1.1327 , 0.7997 , 0.4643 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5328 , cls_41 , 3.8700 , 1620.0000 , 124.4352 , 418.6047 , 1.9286 , 1.1367 , 0.7987 , 0.6434 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5343 , cls_41 , 13.5900 , 5700.0000 , 227.6494 , 419.4260 , 3.8000 , 1.2288 , 0.7725 , 0.6523 , 13.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5344 , cls_41 , 0.6300 , 660.0000 , 44.4535 , 1047.6190 , 1.8333 , 1.1673 , 0.6572 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5345 , cls_41 , 0.8100 , 540.0000 , 48.6039 , 666.6667 , 1.5000 , 1.0901 , 0.7453 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5349 , cls_41 , 0.6300 , 540.0000 , 48.6563 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5352 , cls_41 , 11.5200 , 2760.0000 , 166.5020 , 239.5833 , 2.0000 , 1.1218 , 0.6236 , 0.8060 , 11.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5356 , cls_41 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5364 , cls_41 , 10.5300 , 4020.0000 , 214.5523 , 381.7664 , 3.0455 , 1.1955 , 0.7931 , 0.6809 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5365 , cls_41 , 1.6200 , 720.0000 , 62.2895 , 444.4444 , 1.3333 , 1.0715 , 0.7453 , 0.6111 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5366 , cls_41 , 0.7200 , 480.0000 , 37.9551 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5372 , cls_41 , 3.3300 , 1980.0000 , 138.2751 , 594.5946 , 2.5385 , 1.1917 , 0.8834 , 0.4955 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5374 , cls_41 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5380 , cls_41 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5382 , cls_41 , 0.6300 , 480.0000 , 34.5524 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5385 , cls_41 , 1.5300 , 780.0000 , 55.4755 , 509.8039 , 1.4444 , 1.0945 , 0.5916 , 0.5882 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5386 , cls_41 , 0.7200 , 420.0000 , 35.9030 , 583.3333 , 1.1667 , 1.0480 , 0.6082 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5396 , cls_41 , 0.9000 , 720.0000 , 61.0877 , 800.0000 , 1.7143 , 1.1407 , 0.7805 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5397 , cls_41 , 16.5600 , 6180.0000 , 200.5180 , 373.1884 , 3.6786 , 1.2220 , 0.6322 , 0.6957 , 16.5600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5402 , cls_41 , 1.0800 , 660.0000 , 43.9082 , 611.1111 , 1.5714 , 1.0996 , 0.6180 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5411 , cls_41 , 5.0400 , 1560.0000 , 106.5369 , 309.5238 , 1.7333 , 1.1020 , 0.6325 , 0.7411 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5424 , cls_41 , 2.7000 , 1380.0000 , 94.2282 , 511.1111 , 2.0909 , 1.1454 , 0.7503 , 0.5778 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5433 , cls_41 , 8.5500 , 2940.0000 , 148.3448 , 343.8596 , 2.4500 , 1.1623 , 0.7485 , 0.7140 , 8.5500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5434 , cls_41 , 0.9000 , 540.0000 , 43.3790 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5437 , cls_41 , 0.8100 , 420.0000 , 35.4002 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5439 , cls_41 , 2.4300 , 1200.0000 , 109.8545 , 493.8272 , 1.8182 , 1.1297 , 0.8423 , 0.5802 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5443 , cls_41 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5453 , cls_41 , 0.5400 , 480.0000 , 34.4042 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5456 , cls_41 , 0.6300 , 600.0000 , 37.3931 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5464 , cls_41 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5471 , cls_41 , 4.5000 , 2340.0000 , 120.1709 , 520.0000 , 2.6000 , 1.1894 , 0.7523 , 0.5767 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5475 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5482 , cls_41 , 4.0500 , 1860.0000 , 133.7542 , 459.2593 , 2.2143 , 1.1579 , 0.8175 , 0.6148 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5494 , cls_41 , 0.7200 , 540.0000 , 39.6884 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5495 , cls_41 , 19.1700 , 5880.0000 , 294.6597 , 306.7293 , 3.2667 , 1.1991 , 0.8364 , 0.7426 , 19.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5504 , cls_41 , 0.4500 , 480.0000 , 39.8827 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5508 , cls_41 , 5.9400 , 3960.0000 , 175.1695 , 666.6667 , 3.8824 , 1.2550 , 0.8687 , 0.4874 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5512 , cls_41 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5520 , cls_41 , 3.1500 , 1620.0000 , 79.2099 , 514.2857 , 2.2500 , 1.1593 , 0.6158 , 0.6000 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5525 , cls_41 , 6.9300 , 2820.0000 , 132.2151 , 406.9264 , 2.6111 , 1.1768 , 0.7223 , 0.6732 , 6.9300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5528 , cls_41 , 0.4500 , 420.0000 , 35.2060 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5529 , cls_41 , 7.6500 , 3360.0000 , 161.5002 , 439.2157 , 2.9474 , 1.1976 , 0.6798 , 0.6353 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5531 , cls_41 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5536 , cls_41 , 1.8000 , 660.0000 , 61.3097 , 366.6667 , 1.2222 , 1.0422 , 0.6255 , 0.6667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5547 , cls_41 , 0.6300 , 540.0000 , 43.7441 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5549 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5550 , cls_41 , 0.9000 , 480.0000 , 35.9876 , 533.3333 , 1.1429 , 1.0516 , 0.3634 , 0.5833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5552 , cls_41 , 1.7100 , 780.0000 , 64.4517 , 456.1404 , 1.4444 , 1.0820 , 0.6640 , 0.5877 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5565 , cls_41 , 10.3500 , 2340.0000 , 138.8013 , 226.0870 , 1.7727 , 1.1036 , 0.6522 , 0.8072 , 10.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5571 , cls_41 , 1.7100 , 1200.0000 , 71.2624 , 701.7544 , 2.2222 , 1.1704 , 0.7506 , 0.4561 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5576 , cls_41 , 2.9700 , 1380.0000 , 90.7966 , 464.6465 , 1.9167 , 1.1348 , 0.7122 , 0.6212 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5581 , cls_41 , 2.9700 , 1440.0000 , 80.4217 , 484.8485 , 2.0000 , 1.1431 , 0.6282 , 0.6061 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5584 , cls_41 , 10.6200 , 4560.0000 , 178.4572 , 429.3785 , 3.4545 , 1.2164 , 0.7517 , 0.6398 , 10.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5585 , cls_41 , 4.5900 , 1620.0000 , 97.7324 , 352.9412 , 1.8000 , 1.1186 , 0.6490 , 0.6993 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5590 , cls_41 , 1.9800 , 900.0000 , 61.5562 , 454.5455 , 1.5000 , 1.0949 , 0.5690 , 0.6288 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5611 , cls_41 , 0.5400 , 540.0000 , 45.3655 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5612 , cls_41 , 0.5400 , 600.0000 , 46.5957 , 1111.1111 , 2.0000 , 1.1661 , 0.7753 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5613 , cls_41 , 2.4300 , 840.0000 , 64.9831 , 345.6790 , 1.2727 , 1.0590 , 0.5291 , 0.7037 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5618 , cls_41 , 3.7800 , 1680.0000 , 110.5178 , 444.4444 , 2.1538 , 1.1462 , 0.7951 , 0.6190 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5620 , cls_41 , 0.6300 , 540.0000 , 47.8421 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5633 , cls_41 , 0.7200 , 360.0000 , 34.3237 , 500.0000 , 1.0000 , 1.0133 , 0.4907 , 0.5417 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5635 , cls_41 , 2.8800 , 1920.0000 , 126.4174 , 666.6667 , 2.6667 , 1.2025 , 0.8433 , 0.4740 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5649 , cls_41 , 0.6300 , 480.0000 , 33.5088 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5654 , cls_41 , 6.0300 , 2400.0000 , 122.8835 , 398.0100 , 2.3529 , 1.1623 , 0.7399 , 0.6667 , 6.0300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5657 , cls_41 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5665 , cls_41 , 0.8100 , 420.0000 , 35.4002 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5666 , cls_41 , 0.6300 , 480.0000 , 43.3299 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5681 , cls_41 , 3.3300 , 1860.0000 , 89.9232 , 558.5586 , 2.3846 , 1.1797 , 0.7702 , 0.5676 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5688 , cls_41 , 0.6300 , 540.0000 , 41.0301 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5697 , cls_41 , 5.1300 , 2760.0000 , 174.3910 , 538.0117 , 2.8750 , 1.2054 , 0.8715 , 0.5556 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5701 , cls_41 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5704 , cls_41 , 2.9700 , 1920.0000 , 101.7747 , 646.4646 , 2.6667 , 1.1989 , 0.8257 , 0.4596 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5711 , cls_41 , 3.1500 , 1380.0000 , 80.5459 , 438.0952 , 1.9167 , 1.1283 , 0.5796 , 0.6381 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5713 , cls_41 , 0.7200 , 780.0000 , 51.4928 , 1083.3333 , 2.1667 , 1.1874 , 0.7516 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5724 , cls_41 , 1.9800 , 1200.0000 , 83.9749 , 606.0606 , 2.0000 , 1.1530 , 0.7430 , 0.4924 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5736 , cls_41 , 9.2700 , 3660.0000 , 213.1583 , 394.8220 , 2.9048 , 1.1924 , 0.8933 , 0.6602 , 9.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5737 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 323.1099 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5746 , cls_41 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5750 , cls_41 , 1.3500 , 660.0000 , 52.9934 , 488.8889 , 1.3750 , 1.0738 , 0.6707 , 0.5889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5756 , cls_41 , 1.5300 , 660.0000 , 55.1368 , 431.3725 , 1.2222 , 1.0598 , 0.6817 , 0.6176 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5770 , cls_41 , 3.2400 , 1320.0000 , 106.0388 , 407.4074 , 1.8333 , 1.1167 , 0.8270 , 0.6389 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5797 , cls_41 , 0.8100 , 480.0000 , 39.0222 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5803 , cls_41 , 0.8100 , 540.0000 , 44.8842 , 666.6667 , 1.5000 , 1.0901 , 0.6903 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5816 , cls_41 , 0.7200 , 600.0000 , 51.3342 , 833.3333 , 1.6667 , 1.1283 , 0.8078 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5892 , cls_41 , 70.6500 , 23160.0000 , 575.7530 , 327.8132 , 6.7719 , 1.2866 , 0.7898 , 0.7321 , 70.6500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5903 , cls_41 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5905 , cls_41 , 13.7700 , 6540.0000 , 276.8988 , 474.9455 , 4.3600 , 1.2507 , 0.8362 , 0.6176 , 13.7700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5912 , cls_41 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5923 , cls_41 , 138.7800 , 29400.0000 , 587.3056 , 211.8461 , 6.2025 , 1.2589 , 0.5695 , 0.8273 , 138.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5950 , cls_41 , 6.8400 , 2160.0000 , 116.9369 , 315.7895 , 2.0000 , 1.1302 , 0.7154 , 0.7215 , 6.8400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5957 , cls_41 , 3.8700 , 1200.0000 , 88.2395 , 310.0775 , 1.4286 , 1.0799 , 0.6513 , 0.7326 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5959 , cls_41 , 1.7100 , 1200.0000 , 78.1182 , 701.7544 , 2.2222 , 1.1704 , 0.7914 , 0.4474 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5962 , cls_41 , 2.7000 , 1440.0000 , 80.6212 , 533.3333 , 2.1818 , 1.1537 , 0.6180 , 0.5611 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5968 , cls_41 , 54.9900 , 14040.0000 , 453.4118 , 255.3191 , 4.6800 , 1.2352 , 0.8000 , 0.7916 , 54.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5971 , cls_41 , 3.1500 , 1200.0000 , 113.5636 , 380.9524 , 1.6667 , 1.1014 , 0.7591 , 0.6619 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5976 , cls_41 , 0.8100 , 720.0000 , 50.1962 , 888.8889 , 2.0000 , 1.1540 , 0.7135 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5981 , cls_41 , 9.6300 , 4620.0000 , 291.9342 , 479.7508 , 3.6667 , 1.2291 , 0.9162 , 0.5903 , 9.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5999 , cls_41 , 1.1700 , 660.0000 , 52.5330 , 564.1026 , 1.3750 , 1.0902 , 0.6877 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6001 , cls_41 , 5.3100 , 1680.0000 , 105.3974 , 316.3842 , 1.7500 , 1.1103 , 0.6995 , 0.7373 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6004 , cls_41 , 2.1600 , 1440.0000 , 97.1009 , 666.6667 , 2.4000 , 1.1795 , 0.7893 , 0.4097 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6006 , cls_41 , 15.2100 , 5040.0000 , 233.9312 , 331.3609 , 3.2308 , 1.1966 , 0.8802 , 0.7091 , 15.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6008 , cls_41 , 5.2200 , 2280.0000 , 130.2497 , 436.7816 , 2.3750 , 1.1683 , 0.7445 , 0.6351 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6011 , cls_41 , 106.9200 , 31140.0000 , 710.0140 , 291.2458 , 7.5217 , 1.2908 , 0.8165 , 0.7593 , 106.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6021 , cls_41 , 6.3900 , 2460.0000 , 127.3061 , 384.9765 , 2.4118 , 1.1607 , 0.7868 , 0.6761 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6023 , cls_41 , 0.8100 , 1020.0000 , 55.7903 , 1259.2593 , 2.8333 , 1.2314 , 0.8024 , 0.1852 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6025 , cls_41 , 0.8100 , 720.0000 , 56.1613 , 888.8889 , 2.0000 , 1.1540 , 0.7796 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6036 , cls_41 , 0.9000 , 660.0000 , 75.0000 , 733.3333 , 1.5714 , 1.1216 , 0.8739 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6039 , cls_41 , 1.7100 , 780.0000 , 62.2587 , 456.1404 , 1.4444 , 1.0820 , 0.7154 , 0.6228 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6054 , cls_41 , 0.7200 , 360.0000 , 34.3237 , 500.0000 , 1.0000 , 1.0133 , 0.4907 , 0.5417 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6061 , cls_41 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6069 , cls_41 , 5.9400 , 3000.0000 , 139.0859 , 505.0505 , 2.9412 , 1.2045 , 0.6876 , 0.5909 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6076 , cls_41 , 2.4300 , 1380.0000 , 77.7459 , 567.9012 , 2.0909 , 1.1573 , 0.6562 , 0.5556 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6077 , cls_41 , 0.6300 , 480.0000 , 35.1139 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6091 , cls_41 , 1.7100 , 960.0000 , 67.3977 , 561.4035 , 1.7778 , 1.1246 , 0.7154 , 0.5526 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6092 , cls_41 , 0.7200 , 480.0000 , 40.4605 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6098 , cls_41 , 17.2800 , 5880.0000 , 247.3546 , 340.2778 , 3.5000 , 1.2095 , 0.8332 , 0.7266 , 17.2800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6109 , cls_41 , 1.0800 , 660.0000 , 48.4217 , 611.1111 , 1.5714 , 1.0996 , 0.5870 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6113 , cls_41 , 0.6300 , 480.0000 , 36.8521 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6117 , cls_41 , 1.6200 , 720.0000 , 57.7019 , 444.4444 , 1.3333 , 1.0715 , 0.5676 , 0.6111 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6128 , cls_41 , 0.9000 , 600.0000 , 45.3871 , 666.6667 , 1.4286 , 1.1006 , 0.6255 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6141 , cls_41 , 4.4100 , 1980.0000 , 130.8864 , 448.9796 , 2.3571 , 1.1604 , 0.7906 , 0.6361 , 4.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6142 , cls_41 , 1.1700 , 720.0000 , 55.9914 , 615.3846 , 1.5000 , 1.1087 , 0.6877 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6143 , cls_41 , 3.0600 , 1200.0000 , 98.0873 , 392.1569 , 1.6667 , 1.1044 , 0.7438 , 0.6667 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6158 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6172 , cls_41 , 0.8100 , 540.0000 , 44.7453 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6174 , cls_41 , 4.5900 , 2580.0000 , 116.1588 , 562.0915 , 2.8667 , 1.2054 , 0.7403 , 0.5523 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6176 , cls_41 , 2.5200 , 1620.0000 , 118.0628 , 642.8571 , 2.4545 , 1.1848 , 0.8521 , 0.4940 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6186 , cls_41 , 0.8100 , 540.0000 , 41.5967 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 308.8689 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6192 , cls_41 , 0.6300 , 660.0000 , 46.3964 , 1047.6190 , 1.8333 , 1.1673 , 0.7826 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6193 , cls_41 , 2.7900 , 1200.0000 , 83.7635 , 430.1075 , 1.6667 , 1.1144 , 0.6842 , 0.6452 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6197 , cls_41 , 7.8300 , 3060.0000 , 143.6813 , 390.8046 , 2.6842 , 1.1785 , 0.7030 , 0.6820 , 7.8300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6202 , cls_41 , 6.3900 , 1740.0000 , 105.6619 , 272.3005 , 1.7059 , 1.0981 , 0.4921 , 0.7840 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6204 , cls_41 , 14.0400 , 5220.0000 , 214.8285 , 371.7949 , 3.4800 , 1.2106 , 0.7572 , 0.6934 , 14.0400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6216 , cls_41 , 64.8900 , 15180.0000 , 481.9682 , 233.9344 , 4.6852 , 1.2316 , 0.7783 , 0.8095 , 64.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6221 , cls_41 , 3.0600 , 1740.0000 , 105.3483 , 568.6275 , 2.4167 , 1.1764 , 0.7757 , 0.5539 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6222 , cls_41 , 54.9000 , 20160.0000 , 533.8883 , 367.2131 , 6.7200 , 1.2901 , 0.8678 , 0.7066 , 54.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6229 , cls_41 , 3.5100 , 1980.0000 , 116.7460 , 564.1026 , 2.5385 , 1.1857 , 0.8014 , 0.5299 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6233 , cls_41 , 1.5300 , 840.0000 , 70.5111 , 549.0196 , 1.5556 , 1.1099 , 0.7768 , 0.5196 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6241 , cls_41 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6242 , cls_41 , 18.1800 , 6480.0000 , 267.4518 , 356.4356 , 3.7241 , 1.2204 , 0.7603 , 0.7096 , 18.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6256 , cls_41 , 0.7200 , 420.0000 , 33.5470 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6258 , cls_41 , 1.9800 , 1260.0000 , 80.0248 , 636.3636 , 2.1000 , 1.1629 , 0.8068 , 0.5152 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6270 , cls_41 , 5.5800 , 3240.0000 , 143.2406 , 580.6452 , 3.3750 , 1.2255 , 0.7412 , 0.5457 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6272 , cls_41 , 0.6300 , 540.0000 , 42.4126 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6276 , cls_41 , 0.8100 , 540.0000 , 45.1184 , 666.6667 , 1.5000 , 1.0901 , 0.7453 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6303 , cls_41 , 0.7200 , 600.0000 , 40.1941 , 833.3333 , 1.6667 , 1.1283 , 0.6817 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6304 , cls_41 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6320 , cls_41 , 4.8600 , 2040.0000 , 117.7996 , 419.7531 , 2.2667 , 1.1554 , 0.7472 , 0.6574 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6327 , cls_41 , 1.5300 , 900.0000 , 57.2679 , 588.2353 , 1.6667 , 1.1242 , 0.6268 , 0.5294 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6331 , cls_41 , 29.2500 , 9840.0000 , 306.3933 , 336.4103 , 4.4324 , 1.2407 , 0.7544 , 0.7297 , 29.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6333 , cls_41 , 1.8000 , 900.0000 , 61.3075 , 500.0000 , 1.6667 , 1.1055 , 0.6082 , 0.5833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6350 , cls_41 , 1.3500 , 720.0000 , 50.8267 , 533.3333 , 1.5000 , 1.0921 , 0.6707 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6359 , cls_41 , 4.7700 , 1680.0000 , 91.3122 , 352.2013 , 1.8667 , 1.1214 , 0.6272 , 0.7013 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6372 , cls_41 , 1.8000 , 900.0000 , 59.9281 , 500.0000 , 1.6667 , 1.1055 , 0.7004 , 0.6000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6383 , cls_41 , 3.1500 , 1020.0000 , 71.2811 , 323.8095 , 1.4167 , 1.0700 , 0.4757 , 0.7238 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6413 , cls_41 , 1.4400 , 960.0000 , 63.1851 , 666.6667 , 2.0000 , 1.1448 , 0.7209 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6418 , cls_41 , 2.8800 , 1440.0000 , 85.4530 , 500.0000 , 2.0000 , 1.1465 , 0.7645 , 0.5781 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6423 , cls_41 , 0.6300 , 480.0000 , 36.9796 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6437 , cls_41 , 2.8800 , 1320.0000 , 83.7444 , 458.3333 , 1.8333 , 1.1295 , 0.5926 , 0.6094 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6441 , cls_41 , 2.2500 , 780.0000 , 61.9088 , 346.6667 , 1.3000 , 1.0524 , 0.5103 , 0.7000 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6446 , cls_41 , 19.5300 , 5580.0000 , 227.8282 , 285.7143 , 3.1000 , 1.1887 , 0.6806 , 0.7642 , 19.5300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6447 , cls_41 , 0.8100 , 660.0000 , 44.4512 , 814.8148 , 1.8333 , 1.1347 , 0.6048 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6448 , cls_41 , 0.6300 , 540.0000 , 43.4899 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6456 , cls_41 , 21.5100 , 6420.0000 , 225.9149 , 298.4658 , 3.4516 , 1.2022 , 0.5921 , 0.7545 , 21.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6460 , cls_41 , 2.7900 , 1440.0000 , 96.1907 , 516.1290 , 2.0000 , 1.1500 , 0.8075 , 0.5591 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6465 , cls_41 , 0.6300 , 540.0000 , 43.1336 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6466 , cls_41 , 0.9000 , 780.0000 , 52.5267 , 866.6667 , 1.8571 , 1.1583 , 0.7170 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6472 , cls_41 , 0.7200 , 480.0000 , 37.7396 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6473 , cls_41 , 2.5200 , 1260.0000 , 86.1257 , 500.0000 , 1.9091 , 1.1352 , 0.6927 , 0.5952 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6474 , cls_41 , 2.7900 , 1440.0000 , 90.8353 , 516.1290 , 2.0000 , 1.1500 , 0.5614 , 0.5806 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6489 , cls_41 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6496 , cls_41 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6512 , cls_41 , 1.7100 , 780.0000 , 56.6530 , 456.1404 , 1.4444 , 1.0820 , 0.6034 , 0.6316 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6513 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6523 , cls_41 , 1.0800 , 1380.0000 , 75.5883 , 1277.7778 , 3.2857 , 1.2584 , 0.8648 , 0.2083 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6527 , cls_41 , 0.8100 , 660.0000 , 47.8995 , 814.8148 , 1.8333 , 1.1347 , 0.7453 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6528 , cls_41 , 0.7200 , 600.0000 , 44.8677 , 833.3333 , 1.6667 , 1.1283 , 0.6082 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6535 , cls_41 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 424.2641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6550 , cls_41 , 48.6900 , 21660.0000 , 485.7365 , 444.8552 , 7.6809 , 1.3129 , 0.8603 , 0.6405 , 48.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6579 , cls_41 , 7.9200 , 4440.0000 , 184.5681 , 560.6061 , 3.8947 , 1.2433 , 0.7727 , 0.5549 , 7.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6592 , cls_41 , 0.9000 , 540.0000 , 43.5616 , 600.0000 , 1.2857 , 1.0775 , 0.6894 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6603 , cls_41 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6608 , cls_41 , 0.8100 , 420.0000 , 35.4002 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6621 , cls_41 , 3.7800 , 1560.0000 , 111.8078 , 412.6984 , 2.0000 , 1.1321 , 0.8097 , 0.6587 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6624 , cls_41 , 1.1700 , 660.0000 , 47.1088 , 564.1026 , 1.3750 , 1.0902 , 0.6877 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6632 , cls_41 , 32.9400 , 11820.0000 , 311.8881 , 358.8342 , 5.0513 , 1.2580 , 0.7727 , 0.7072 , 32.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6636 , cls_41 , 2.9700 , 1980.0000 , 106.0746 , 666.6667 , 2.7500 , 1.2049 , 0.7823 , 0.4798 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6650 , cls_41 , 0.9000 , 480.0000 , 40.0216 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6659 , cls_41 , 3.6000 , 1320.0000 , 89.4750 , 366.6667 , 1.6923 , 1.1055 , 0.5493 , 0.6875 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6665 , cls_41 , 16.7400 , 4740.0000 , 220.3606 , 283.1541 , 2.8214 , 1.1768 , 0.7369 , 0.7670 , 16.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6682 , cls_41 , 3.7800 , 1200.0000 , 82.2650 , 317.4603 , 1.5385 , 1.0823 , 0.5722 , 0.7341 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6685 , cls_41 , 0.5400 , 420.0000 , 41.3887 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6689 , cls_41 , 0.4500 , 600.0000 , 43.1137 , 1333.3333 , 2.0000 , 1.1913 , 0.8011 , 0.1333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6696 , cls_41 , 0.9000 , 600.0000 , 43.4530 , 666.6667 , 1.4286 , 1.1006 , 0.6255 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6698 , cls_41 , 0.9000 , 840.0000 , 62.0346 , 933.3333 , 2.0000 , 1.1745 , 0.8232 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6705 , cls_41 , 11.1600 , 4440.0000 , 175.0602 , 397.8495 , 3.2174 , 1.2066 , 0.7098 , 0.6801 , 11.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6719 , cls_41 , 1.8000 , 900.0000 , 66.0363 , 500.0000 , 1.6667 , 1.1055 , 0.6082 , 0.5750 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6731 , cls_41 , 4.0500 , 2220.0000 , 104.0452 , 548.1481 , 2.6429 , 1.1912 , 0.6834 , 0.5667 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6732 , cls_41 , 4.3200 , 2520.0000 , 123.8825 , 583.3333 , 3.0000 , 1.2078 , 0.7753 , 0.5451 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6733 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6756 , cls_41 , 0.9000 , 660.0000 , 48.8057 , 733.3333 , 1.5714 , 1.1216 , 0.6817 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6783 , cls_41 , 1.0800 , 660.0000 , 50.4071 , 611.1111 , 1.5714 , 1.0996 , 0.6605 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6810 , cls_41 , 1.8900 , 780.0000 , 54.4413 , 412.6984 , 1.3000 , 1.0710 , 0.4652 , 0.6587 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6815 , cls_41 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6818 , cls_41 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6837 , cls_41 , 2.0700 , 1140.0000 , 69.6377 , 550.7246 , 1.9000 , 1.1376 , 0.7071 , 0.5652 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6845 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6866 , cls_41 , 3.6900 , 1260.0000 , 76.7632 , 341.4634 , 1.6154 , 1.0941 , 0.3858 , 0.7276 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6871 , cls_41 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6875 , cls_41 , 23.4900 , 7620.0000 , 442.7941 , 324.3934 , 3.8485 , 1.2214 , 0.9048 , 0.7280 , 23.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6879 , cls_41 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6891 , cls_41 , 1.1700 , 540.0000 , 41.1094 , 461.5385 , 1.1250 , 1.0473 , 0.3634 , 0.6282 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6918 , cls_41 , 0.4500 , 540.0000 , 39.1213 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6919 , cls_41 , 1.8900 , 1020.0000 , 65.2793 , 539.6825 , 1.7000 , 1.1255 , 0.6337 , 0.5635 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6927 , cls_41 , 3.9600 , 1320.0000 , 91.1595 , 333.3333 , 1.5714 , 1.0956 , 0.6338 , 0.7273 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6928 , cls_41 , 25.8300 , 8460.0000 , 356.6533 , 327.5261 , 4.1471 , 1.2288 , 0.7624 , 0.7230 , 25.8300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6931 , cls_41 , 0.5400 , 420.0000 , 38.0278 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6932 , cls_41 , 0.7200 , 480.0000 , 42.5542 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6941 , cls_41 , 1.1700 , 1020.0000 , 57.7644 , 871.7949 , 2.1250 , 1.1831 , 0.6322 , 0.3333 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6953 , cls_41 , 0.4500 , 480.0000 , 41.4290 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6956 , cls_41 , 0.9000 , 660.0000 , 53.4792 , 733.3333 , 1.5714 , 1.1216 , 0.7598 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6958 , cls_41 , 1.3500 , 780.0000 , 51.2273 , 577.7778 , 1.6250 , 1.1089 , 0.6707 , 0.5444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6964 , cls_41 , 0.8100 , 720.0000 , 50.2034 , 888.8889 , 2.0000 , 1.1540 , 0.7205 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6970 , cls_41 , 1.9800 , 1560.0000 , 93.8876 , 787.8788 , 2.6000 , 1.2061 , 0.7845 , 0.3864 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6978 , cls_41 , 0.9000 , 720.0000 , 52.2862 , 800.0000 , 1.7143 , 1.1407 , 0.6894 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6988 , cls_41 , 1.0800 , 720.0000 , 51.2809 , 666.6667 , 1.7143 , 1.1183 , 0.7062 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7005 , cls_41 , 1.3500 , 720.0000 , 59.3549 , 533.3333 , 1.5000 , 1.0921 , 0.7191 , 0.5556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7030 , cls_41 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7035 , cls_41 , 104.2200 , 25260.0000 , 656.1275 , 242.3719 , 6.1014 , 1.2630 , 0.7780 , 0.8007 , 104.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7057 , cls_41 , 0.6300 , 600.0000 , 52.4403 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7059 , cls_41 , 2.2500 , 840.0000 , 63.2287 , 373.3333 , 1.4000 , 1.0672 , 0.5639 , 0.6800 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7069 , cls_41 , 6.3900 , 2400.0000 , 158.6903 , 375.5869 , 2.3529 , 1.1562 , 0.7873 , 0.6761 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7074 , cls_41 , 36.0000 , 10740.0000 , 320.6156 , 298.3333 , 4.4750 , 1.2343 , 0.7485 , 0.7512 , 36.0000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7085 , cls_41 , 13.9500 , 5520.0000 , 217.5998 , 395.6989 , 3.6800 , 1.2207 , 0.7383 , 0.6720 , 13.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7091 , cls_41 , 0.7200 , 480.0000 , 43.0580 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7093 , cls_41 , 13.8600 , 4320.0000 , 169.4838 , 311.6883 , 2.8800 , 1.1799 , 0.6608 , 0.7522 , 13.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7097 , cls_41 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7103 , cls_41 , 3.6000 , 1080.0000 , 77.3644 , 300.0000 , 1.3846 , 1.0673 , 0.6255 , 0.7417 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7113 , cls_41 , 1.1700 , 780.0000 , 59.3286 , 666.6667 , 1.6250 , 1.1258 , 0.6817 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7126 , cls_41 , 1.2600 , 720.0000 , 49.7166 , 571.4286 , 1.5000 , 1.1000 , 0.5652 , 0.5238 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7127 , cls_41 , 1.6200 , 600.0000 , 48.7772 , 370.3704 , 1.1111 , 1.0339 , 0.4410 , 0.6852 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7130 , cls_41 , 1.4400 , 600.0000 , 50.2106 , 416.6667 , 1.2500 , 1.0466 , 0.6488 , 0.6354 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7133 , cls_41 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7140 , cls_41 , 17.6400 , 5880.0000 , 203.6318 , 333.3333 , 3.5000 , 1.2074 , 0.6869 , 0.7287 , 17.6400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7145 , cls_41 , 0.4500 , 480.0000 , 41.3902 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7148 , cls_41 , 0.5400 , 480.0000 , 39.6040 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7150 , cls_41 , 6.2100 , 3180.0000 , 151.4050 , 512.0773 , 3.1176 , 1.2102 , 0.7626 , 0.5797 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7153 , cls_41 , 2.6100 , 1080.0000 , 74.5434 , 413.7931 , 1.6364 , 1.1010 , 0.7453 , 0.6494 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7163 , cls_41 , 1.5300 , 900.0000 , 58.3490 , 588.2353 , 1.6667 , 1.1242 , 0.6268 , 0.5294 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7166 , cls_41 , 11.8800 , 3600.0000 , 171.1216 , 303.0303 , 2.6087 , 1.1643 , 0.7180 , 0.7576 , 11.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7167 , cls_41 , 1.0800 , 720.0000 , 50.2848 , 666.6667 , 1.7143 , 1.1183 , 0.7062 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7179 , cls_41 , 14.9400 , 6000.0000 , 215.4861 , 401.6064 , 3.8462 , 1.2276 , 0.6932 , 0.6867 , 14.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7197 , cls_41 , 8.6400 , 1860.0000 , 117.3482 , 215.2778 , 1.5500 , 1.0807 , 0.4123 , 0.8194 , 8.6400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7198 , cls_41 , 0.4500 , 540.0000 , 39.2900 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7199 , cls_41 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7205 , cls_41 , 15.3000 , 5700.0000 , 246.1979 , 372.5490 , 3.5185 , 1.2166 , 0.7670 , 0.6990 , 15.3000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7207 , cls_41 , 0.6300 , 480.0000 , 33.6844 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7209 , cls_41 , 0.7200 , 480.0000 , 37.6263 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7212 , cls_41 , 1.2600 , 600.0000 , 47.0688 , 476.1905 , 1.2500 , 1.0614 , 0.5544 , 0.6071 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7226 , cls_41 , 0.5400 , 540.0000 , 43.0278 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7228 , cls_41 , 3.2400 , 1560.0000 , 104.2893 , 481.4815 , 2.1667 , 1.1489 , 0.8033 , 0.6065 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7230 , cls_41 , 2.8800 , 1200.0000 , 90.0685 , 416.6667 , 1.6667 , 1.1110 , 0.7516 , 0.6510 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7240 , cls_41 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7248 , cls_41 , 1.2600 , 720.0000 , 59.2997 , 571.4286 , 1.5000 , 1.1000 , 0.7591 , 0.4881 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7252 , cls_41 , 1.8000 , 1140.0000 , 82.2155 , 633.3333 , 2.1111 , 1.1538 , 0.8502 , 0.4833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7258 , cls_41 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7261 , cls_41 , 0.6300 , 480.0000 , 40.4183 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7266 , cls_41 , 1.4400 , 840.0000 , 55.1582 , 583.3333 , 1.7500 , 1.1169 , 0.6082 , 0.5313 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7281 , cls_41 , 23.2200 , 4680.0000 , 200.7915 , 201.5504 , 2.3636 , 1.1436 , 0.4777 , 0.8340 , 23.2200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7282 , cls_41 , 5.9400 , 2100.0000 , 121.7213 , 353.5354 , 2.0588 , 1.1396 , 0.7438 , 0.7020 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7294 , cls_41 , 0.6300 , 480.0000 , 36.8521 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7300 , cls_41 , 0.4500 , 360.0000 , 24.0000 , 800.0000 , 1.2000 , 1.0699 , 0.3634 , 0.4000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7309 , cls_41 , 1.0800 , 660.0000 , 55.9028 , 611.1111 , 1.5714 , 1.0996 , 0.7117 , 0.4861 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7320 , cls_41 , 4.5000 , 1920.0000 , 115.5068 , 426.6667 , 2.1333 , 1.1524 , 0.7827 , 0.6433 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7327 , cls_41 , 0.7200 , 600.0000 , 47.3983 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7352 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7361 , cls_41 , 7.8300 , 3540.0000 , 152.7921 , 452.1073 , 3.1053 , 1.2044 , 0.7265 , 0.6533 , 7.8300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7364 , cls_41 , 0.6300 , 540.0000 , 39.7882 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7365 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7382 , cls_41 , 2.0700 , 900.0000 , 72.5062 , 434.7826 , 1.5000 , 1.0900 , 0.6555 , 0.6377 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7385 , cls_41 , 0.4500 , 600.0000 , 33.9411 , 1333.3333 , 2.0000 , 1.1913 , 0.6463 , 0.1333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7389 , cls_41 , 3.3300 , 1200.0000 , 80.8238 , 360.3604 , 1.5385 , 1.0955 , 0.6231 , 0.7027 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7396 , cls_41 , 4.1400 , 1860.0000 , 104.9635 , 449.2754 , 2.2143 , 1.1555 , 0.6834 , 0.6304 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7417 , cls_41 , 0.9000 , 600.0000 , 48.7822 , 666.6667 , 1.4286 , 1.1006 , 0.7170 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7443 , cls_41 , 1.5300 , 780.0000 , 55.9635 , 509.8039 , 1.4444 , 1.0945 , 0.6817 , 0.5686 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7457 , cls_41 , 0.8100 , 600.0000 , 49.4675 , 740.7407 , 1.6667 , 1.1135 , 0.7838 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7471 , cls_41 , 6.2100 , 2700.0000 , 205.0555 , 434.7826 , 2.6471 , 1.1806 , 0.8740 , 0.6353 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7474 , cls_41 , 11.0700 , 5340.0000 , 207.3487 , 482.3848 , 3.8696 , 1.2393 , 0.7987 , 0.6152 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7481 , cls_41 , 0.8100 , 600.0000 , 46.2101 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7484 , cls_41 , 1.3500 , 840.0000 , 69.0713 , 622.2222 , 1.7500 , 1.1245 , 0.7753 , 0.4778 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7491 , cls_41 , 0.6300 , 420.0000 , 39.4421 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7506 , cls_41 , 2.8800 , 1560.0000 , 81.8468 , 541.6667 , 2.1667 , 1.1621 , 0.7190 , 0.5938 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7507 , cls_41 , 0.8100 , 540.0000 , 37.8729 , 666.6667 , 1.5000 , 1.0901 , 0.5416 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7521 , cls_41 , 3.3300 , 1560.0000 , 86.8023 , 468.4685 , 2.0000 , 1.1459 , 0.5973 , 0.6216 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7524 , cls_41 , 4.6800 , 2400.0000 , 132.3578 , 512.8205 , 2.6667 , 1.1897 , 0.7253 , 0.5833 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7541 , cls_41 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7546 , cls_41 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7550 , cls_41 , 0.9900 , 660.0000 , 49.8187 , 666.6667 , 1.5714 , 1.1100 , 0.6888 , 0.4697 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7552 , cls_41 , 1.0800 , 780.0000 , 56.5316 , 722.2222 , 1.8571 , 1.1355 , 0.7062 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7568 , cls_41 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7571 , cls_41 , 1.1700 , 720.0000 , 58.5044 , 615.3846 , 1.5000 , 1.1087 , 0.7733 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7572 , cls_41 , 2.1600 , 1320.0000 , 79.7388 , 611.1111 , 2.2000 , 1.1621 , 0.6405 , 0.5347 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7584 , cls_41 , 4.2300 , 1860.0000 , 115.8179 , 439.7163 , 2.2143 , 1.1532 , 0.7177 , 0.6489 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7587 , cls_41 , 8.3700 , 3540.0000 , 174.3975 , 422.9391 , 2.9500 , 1.1973 , 0.8497 , 0.6434 , 8.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7610 , cls_41 , 0.5400 , 480.0000 , 47.1916 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7619 , cls_41 , 3.3300 , 1140.0000 , 94.1583 , 342.3423 , 1.4615 , 1.0856 , 0.7353 , 0.7027 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7626 , cls_41 , 0.8100 , 480.0000 , 40.4904 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7628 , cls_41 , 2.4300 , 1380.0000 , 76.4274 , 567.9012 , 2.0909 , 1.1573 , 0.7036 , 0.5556 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7639 , cls_41 , 1.1700 , 660.0000 , 43.6399 , 564.1026 , 1.3750 , 1.0902 , 0.4827 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7641 , cls_41 , 0.6300 , 480.0000 , 34.8130 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7642 , cls_41 , 1.4400 , 720.0000 , 54.6434 , 500.0000 , 1.5000 , 1.0847 , 0.6866 , 0.5833 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7643 , cls_41 , 0.9000 , 780.0000 , 53.0961 , 866.6667 , 1.8571 , 1.1583 , 0.6894 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7644 , cls_41 , 1.6200 , 780.0000 , 61.5690 , 481.4815 , 1.4444 , 1.0880 , 0.7425 , 0.5833 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7647 , cls_41 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7648 , cls_41 , 2.2500 , 1320.0000 , 77.3617 , 586.6667 , 2.2000 , 1.1574 , 0.7551 , 0.5333 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7668 , cls_41 , 0.6300 , 480.0000 , 37.2411 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7670 , cls_41 , 0.7200 , 600.0000 , 48.2807 , 833.3333 , 1.6667 , 1.1283 , 0.7736 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7673 , cls_41 , 1.8900 , 840.0000 , 63.5943 , 444.4444 , 1.4000 , 1.0860 , 0.6658 , 0.6111 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7676 , cls_41 , 0.9000 , 600.0000 , 41.0958 , 666.6667 , 1.4286 , 1.1006 , 0.6255 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7681 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7699 , cls_41 , 0.9900 , 780.0000 , 63.0088 , 787.8788 , 1.8571 , 1.1463 , 0.7845 , 0.3636 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7711 , cls_41 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7715 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7716 , cls_41 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7718 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7720 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7721 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7736 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7741 , cls_41 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7745 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7747 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7758 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7769 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 9 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 10 , cls_81 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 17 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 19 , cls_81 , 2.2500 , 960.0000 , 65.7833 , 426.6667 , 1.6000 , 1.0938 , 0.6021 , 0.6533 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 42 , cls_81 , 7.9200 , 3540.0000 , 151.2047 , 446.9697 , 3.1053 , 1.2031 , 0.6704 , 0.6439 , 7.9200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 44 , cls_81 , 0.9000 , 540.0000 , 45.6804 , 600.0000 , 1.2857 , 1.0775 , 0.7170 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 84 , cls_81 , 1.3500 , 540.0000 , 45.1851 , 400.0000 , 1.1250 , 1.0316 , 0.4383 , 0.6556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 483.7355 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 149 , cls_81 , 3.4200 , 960.0000 , 74.1966 , 280.7018 , 1.2308 , 1.0499 , 0.5012 , 0.7588 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 181 , cls_81 , 1.0800 , 600.0000 , 45.2861 , 555.5556 , 1.4286 , 1.0790 , 0.5870 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 254.5584 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 205 , cls_81 , 6.3000 , 2640.0000 , 165.3476 , 419.0476 , 2.5882 , 1.1750 , 0.7799 , 0.6595 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 275 , cls_81 , 2.4300 , 1260.0000 , 88.8633 , 518.5185 , 1.9091 , 1.1393 , 0.6562 , 0.5741 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 313 , cls_81 , 8.7300 , 3420.0000 , 152.3502 , 391.7526 , 2.8500 , 1.1868 , 0.6653 , 0.6821 , 8.7300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 319 , cls_81 , 1.2600 , 540.0000 , 48.7154 , 428.5714 , 1.1250 , 1.0391 , 0.5544 , 0.6190 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 558.0323 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 360 , cls_81 , 1.8900 , 900.0000 , 62.6256 , 476.1905 , 1.5000 , 1.1001 , 0.6068 , 0.6270 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 502.8916 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 364 , cls_81 , 1.1700 , 540.0000 , 49.8851 , 461.5385 , 1.1250 , 1.0473 , 0.6322 , 0.5897 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 429.5346 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 385 , cls_81 , 5.5800 , 2700.0000 , 176.1234 , 483.8710 , 2.8125 , 1.1921 , 0.8246 , 0.6156 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 480.9366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 406 , cls_81 , 1.8000 , 1020.0000 , 70.6588 , 566.6667 , 1.8889 , 1.1311 , 0.7139 , 0.5417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 504 , cls_81 , 7.2000 , 3180.0000 , 148.8430 , 441.6667 , 2.9444 , 1.1942 , 0.7882 , 0.6354 , 7.2000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 525 , cls_81 , 1.2600 , 900.0000 , 71.0023 , 714.2857 , 1.8750 , 1.1473 , 0.7903 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 458.9118 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 528 , cls_81 , 49.6800 , 13440.0000 , 573.8068 , 270.5314 , 4.7660 , 1.2381 , 0.8728 , 0.7835 , 49.6800 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 531 , cls_81 , 3.4200 , 1980.0000 , 133.9712 , 578.9474 , 2.5385 , 1.1886 , 0.8065 , 0.5395 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 538 , cls_81 , 4.9500 , 1980.0000 , 104.8123 , 400.0000 , 2.2000 , 1.1480 , 0.5856 , 0.6667 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 553 , cls_81 , 1.6200 , 1080.0000 , 62.0341 , 666.6667 , 2.0000 , 1.1552 , 0.6474 , 0.4352 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 594 , cls_81 , 1.8000 , 780.0000 , 67.8818 , 433.3333 , 1.4444 , 1.0763 , 0.7004 , 0.6167 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 420.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 604 , cls_81 , 1.1700 , 660.0000 , 50.2356 , 564.1026 , 1.3750 , 1.0902 , 0.6817 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 630 , cls_81 , 7.2000 , 2520.0000 , 127.5215 , 350.0000 , 2.3333 , 1.1526 , 0.5842 , 0.7104 , 7.2000 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 670 , cls_81 , 1.0800 , 540.0000 , 45.5703 , 500.0000 , 1.2857 , 1.0563 , 0.6273 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 502.8916 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 689 , cls_81 , 10.8000 , 4200.0000 , 166.0568 , 388.8889 , 3.1818 , 1.2005 , 0.6974 , 0.6806 , 10.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 775 , cls_81 , 8.9100 , 2220.0000 , 149.8578 , 249.1582 , 1.8500 , 1.1088 , 0.6918 , 0.7828 , 8.9100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 809 , cls_81 , 1.1700 , 1020.0000 , 78.1764 , 871.7949 , 2.1250 , 1.1831 , 0.8535 , 0.3205 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 850 , cls_81 , 4.9500 , 2280.0000 , 120.0414 , 460.6061 , 2.5333 , 1.1741 , 0.6942 , 0.6424 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 855 , cls_81 , 1.8900 , 1020.0000 , 77.4581 , 539.6825 , 1.7000 , 1.1255 , 0.7547 , 0.5556 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 856 , cls_81 , 2.5200 , 1080.0000 , 79.6342 , 428.5714 , 1.6364 , 1.1048 , 0.6729 , 0.6310 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 865 , cls_81 , 8.9100 , 3240.0000 , 161.2704 , 363.6364 , 2.7000 , 1.1752 , 0.6751 , 0.6936 , 8.9100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 868 , cls_81 , 1.3500 , 660.0000 , 56.5780 , 488.8889 , 1.3750 , 1.0738 , 0.7191 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 364.9658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 885 , cls_81 , 19.2600 , 4560.0000 , 203.5469 , 236.7601 , 2.5333 , 1.1569 , 0.5878 , 0.8053 , 19.2600 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 915 , cls_81 , 2.6100 , 1320.0000 , 95.4709 , 505.7471 , 2.0000 , 1.1405 , 0.8097 , 0.5977 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 924 , cls_81 , 2.7900 , 1140.0000 , 80.8165 , 408.6022 , 1.5833 , 1.1044 , 0.7420 , 0.6452 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 978 , cls_81 , 14.4000 , 5160.0000 , 201.3530 , 358.3333 , 3.3077 , 1.2060 , 0.7190 , 0.7083 , 14.4000 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 981 , cls_81 , 2.6100 , 900.0000 , 64.1993 , 344.8276 , 1.3636 , 1.0651 , 0.4570 , 0.7241 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1009 , cls_81 , 4.0500 , 1920.0000 , 93.9957 , 474.0741 , 2.2857 , 1.1639 , 0.6688 , 0.6185 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1089 , cls_81 , 10.9800 , 4440.0000 , 200.8958 , 404.3716 , 3.2174 , 1.2083 , 0.7515 , 0.6790 , 10.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1116 , cls_81 , 4.5000 , 1260.0000 , 86.8728 , 280.0000 , 1.4000 , 1.0738 , 0.5103 , 0.7667 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1126 , cls_81 , 1.9800 , 780.0000 , 57.5031 , 393.9394 , 1.3000 , 1.0660 , 0.5170 , 0.6818 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 296.9848 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1157 , cls_81 , 9.9000 , 3240.0000 , 152.8311 , 327.2727 , 2.5714 , 1.1644 , 0.6498 , 0.7364 , 9.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1174 , cls_81 , 8.8200 , 2280.0000 , 144.4806 , 258.5034 , 1.9000 , 1.1145 , 0.7239 , 0.7840 , 8.8200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1190 , cls_81 , 1.0800 , 660.0000 , 50.2263 , 611.1111 , 1.5714 , 1.0996 , 0.7649 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 540.8327 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1226 , cls_81 , 1.2600 , 1260.0000 , 92.7108 , 1000.0000 , 2.6250 , 1.2186 , 0.8913 , 0.2738 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1229 , cls_81 , 1.5300 , 840.0000 , 63.0942 , 549.0196 , 1.5556 , 1.1099 , 0.7035 , 0.5392 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1237 , cls_81 , 1.8000 , 1260.0000 , 92.2966 , 700.0000 , 2.3333 , 1.1742 , 0.8428 , 0.4500 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 296.9848 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1240 , cls_81 , 16.3800 , 4200.0000 , 183.5669 , 256.4103 , 2.5926 , 1.1588 , 0.6680 , 0.7830 , 16.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1262 , cls_81 , 1.3500 , 720.0000 , 51.0306 , 533.3333 , 1.5000 , 1.0921 , 0.5756 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 589.4065 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1265 , cls_81 , 3.7800 , 2040.0000 , 92.7655 , 539.6825 , 2.6154 , 1.1830 , 0.5886 , 0.5873 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1266 , cls_81 , 1.0800 , 660.0000 , 55.4321 , 611.1111 , 1.5714 , 1.0996 , 0.7366 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1296 , cls_81 , 1.5300 , 840.0000 , 61.3003 , 549.0196 , 1.5556 , 1.1099 , 0.6817 , 0.5392 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1352 , cls_81 , 31.2300 , 8760.0000 , 381.9980 , 280.4995 , 3.8421 , 1.2159 , 0.8247 , 0.7699 , 31.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1383 , cls_81 , 7.0200 , 1980.0000 , 119.5132 , 282.0513 , 1.8333 , 1.1120 , 0.5506 , 0.7607 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1473 , cls_81 , 2.6100 , 1560.0000 , 100.0838 , 597.7011 , 2.3636 , 1.1733 , 0.8329 , 0.5460 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1479 , cls_81 , 2.1600 , 1020.0000 , 79.9206 , 472.2222 , 1.7000 , 1.1104 , 0.6944 , 0.5972 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 458.9118 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1507 , cls_81 , 1.2600 , 780.0000 , 47.6915 , 619.0476 , 1.6250 , 1.1170 , 0.5652 , 0.5357 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 636.3961 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1519 , cls_81 , 1.0800 , 540.0000 , 40.5020 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1541 , cls_81 , 20.6100 , 5220.0000 , 213.9788 , 253.2751 , 2.8065 , 1.1726 , 0.7188 , 0.7969 , 20.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1568 , cls_81 , 1.1700 , 600.0000 , 49.0068 , 512.8205 , 1.2500 , 1.0698 , 0.6877 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1609 , cls_81 , 1.9800 , 780.0000 , 57.2243 , 393.9394 , 1.3000 , 1.0660 , 0.4613 , 0.6742 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1619 , cls_81 , 4.2300 , 1440.0000 , 91.6396 , 340.4255 , 1.7143 , 1.1051 , 0.5397 , 0.7128 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1623 , cls_81 , 2.4300 , 1320.0000 , 87.3485 , 543.2099 , 2.0000 , 1.1485 , 0.7677 , 0.5556 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1636 , cls_81 , 1.3500 , 1320.0000 , 74.7418 , 977.7778 , 2.7500 , 1.2195 , 0.7419 , 0.3000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1638 , cls_81 , 16.2900 , 5400.0000 , 226.4202 , 331.4917 , 3.3333 , 1.2012 , 0.7193 , 0.7385 , 16.2900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1640 , cls_81 , 1.0800 , 660.0000 , 46.6357 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1644 , cls_81 , 5.1300 , 1380.0000 , 92.4372 , 269.0058 , 1.4375 , 1.0776 , 0.5923 , 0.7778 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1662 , cls_81 , 68.7600 , 20100.0000 , 430.7369 , 292.3211 , 5.9821 , 1.2681 , 0.7301 , 0.7685 , 68.7600 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1727 , cls_81 , 3.3300 , 1560.0000 , 84.6250 , 468.4685 , 2.0000 , 1.1459 , 0.6376 , 0.6216 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 402.4922 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1733 , cls_81 , 2.1600 , 900.0000 , 66.3225 , 416.6667 , 1.5000 , 1.0853 , 0.6605 , 0.6528 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1746 , cls_81 , 1.4400 , 1020.0000 , 64.8470 , 708.3333 , 2.1250 , 1.1574 , 0.7900 , 0.4583 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1807 , cls_81 , 8.0100 , 2160.0000 , 122.8192 , 269.6629 , 1.8947 , 1.1144 , 0.5356 , 0.7659 , 8.0100 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1820 , cls_81 , 3.3300 , 1200.0000 , 85.0620 , 360.3604 , 1.5385 , 1.0955 , 0.6231 , 0.6982 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1827 , cls_81 , 7.5600 , 1920.0000 , 163.3555 , 253.9683 , 1.6842 , 1.0992 , 0.7660 , 0.7837 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 458.9118 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1835 , cls_81 , 1.1700 , 540.0000 , 42.9222 , 461.5385 , 1.1250 , 1.0473 , 0.4827 , 0.6026 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1857 , cls_81 , 4.6800 , 1800.0000 , 100.8463 , 384.6154 , 2.0000 , 1.1362 , 0.5556 , 0.6763 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1860 , cls_81 , 10.2600 , 5580.0000 , 201.3741 , 543.8596 , 4.2273 , 1.2550 , 0.7865 , 0.5746 , 10.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1905 , cls_81 , 1.0800 , 660.0000 , 57.9137 , 611.1111 , 1.5714 , 1.0996 , 0.7117 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1940 , cls_81 , 1.5300 , 660.0000 , 54.0248 , 431.3725 , 1.2222 , 1.0598 , 0.6452 , 0.6373 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1999 , cls_81 , 45.9000 , 12360.0000 , 414.7629 , 269.2810 , 4.4783 , 1.2328 , 0.8361 , 0.7778 , 45.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2001 , cls_81 , 2.7900 , 1440.0000 , 81.2019 , 516.1290 , 2.0000 , 1.1500 , 0.6507 , 0.5699 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2022 , cls_81 , 3.7800 , 1800.0000 , 119.7548 , 476.1905 , 2.3077 , 1.1592 , 0.7861 , 0.5952 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 271.6616 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2037 , cls_81 , 5.2200 , 2100.0000 , 113.0793 , 402.2989 , 2.1875 , 1.1532 , 0.6973 , 0.6839 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2109 , cls_81 , 1.8900 , 960.0000 , 73.6103 , 507.9365 , 1.6000 , 1.1132 , 0.6996 , 0.5635 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2143 , cls_81 , 1.4400 , 960.0000 , 71.7222 , 666.6667 , 2.0000 , 1.1448 , 0.7603 , 0.4688 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2145 , cls_81 , 1.0800 , 840.0000 , 59.5743 , 777.7778 , 2.0000 , 1.1515 , 0.7878 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2162 , cls_81 , 1.1700 , 780.0000 , 59.0325 , 666.6667 , 1.6250 , 1.1258 , 0.7453 , 0.4359 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2169 , cls_81 , 5.5800 , 2520.0000 , 118.4169 , 451.6129 , 2.6250 , 1.1795 , 0.6597 , 0.6425 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2175 , cls_81 , 1.1700 , 780.0000 , 62.0247 , 666.6667 , 1.6250 , 1.1258 , 0.7286 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2182 , cls_81 , 43.1100 , 16320.0000 , 544.8001 , 378.5665 , 6.1818 , 1.2816 , 0.8978 , 0.6945 , 43.1100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2183 , cls_81 , 4.7700 , 2280.0000 , 100.1885 , 477.9874 , 2.5333 , 1.1781 , 0.6352 , 0.6195 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2200 , cls_81 , 1.1700 , 600.0000 , 43.1998 , 512.8205 , 1.2500 , 1.0698 , 0.5963 , 0.5897 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2213 , cls_81 , 6.9300 , 3240.0000 , 123.3175 , 467.5325 , 3.0000 , 1.2017 , 0.5375 , 0.6494 , 6.9300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2222 , cls_81 , 2.1600 , 720.0000 , 57.3378 , 333.3333 , 1.2000 , 1.0406 , 0.4990 , 0.7222 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2225 , cls_81 , 2.2500 , 900.0000 , 65.8761 , 400.0000 , 1.5000 , 1.0809 , 0.5639 , 0.6667 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2264 , cls_81 , 5.0400 , 3600.0000 , 137.4020 , 714.2857 , 4.0000 , 1.2565 , 0.8088 , 0.4375 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2323 , cls_81 , 1.0800 , 540.0000 , 43.0150 , 500.0000 , 1.2857 , 1.0563 , 0.6180 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2337 , cls_81 , 4.7700 , 2520.0000 , 112.0183 , 528.3019 , 2.8000 , 1.1967 , 0.7414 , 0.6038 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2339 , cls_81 , 1.1700 , 480.0000 , 41.7161 , 410.2564 , 1.0000 , 1.0222 , 0.4827 , 0.6410 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2344 , cls_81 , 1.8900 , 840.0000 , 54.8229 , 444.4444 , 1.4000 , 1.0860 , 0.4858 , 0.6508 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2362 , cls_81 , 3.0600 , 1380.0000 , 88.8981 , 450.9804 , 1.9167 , 1.1315 , 0.8142 , 0.6225 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2368 , cls_81 , 3.4200 , 1500.0000 , 101.1931 , 438.5965 , 1.9231 , 1.1354 , 0.7674 , 0.6491 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2376 , cls_81 , 5.4000 , 2640.0000 , 170.4547 , 488.8889 , 2.7500 , 1.1916 , 0.8236 , 0.6083 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2380 , cls_81 , 1.3500 , 660.0000 , 51.1641 , 488.8889 , 1.3750 , 1.0738 , 0.6327 , 0.5889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2383 , cls_81 , 1.8900 , 1320.0000 , 65.7060 , 698.4127 , 2.2000 , 1.1778 , 0.6387 , 0.4762 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2407 , cls_81 , 1.1700 , 1020.0000 , 57.8736 , 871.7949 , 2.1250 , 1.1831 , 0.7701 , 0.3718 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2410 , cls_81 , 12.2400 , 2460.0000 , 146.2865 , 200.9804 , 1.7083 , 1.0963 , 0.5671 , 0.8321 , 12.2400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2423 , cls_81 , 1.8000 , 1020.0000 , 67.3904 , 566.6667 , 1.8889 , 1.1311 , 0.7746 , 0.5667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2428 , cls_81 , 1.9800 , 1260.0000 , 78.5365 , 636.3636 , 2.1000 , 1.1629 , 0.7307 , 0.5076 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2430 , cls_81 , 1.2600 , 780.0000 , 52.3611 , 619.0476 , 1.6250 , 1.1170 , 0.6039 , 0.5119 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 362.4914 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2432 , cls_81 , 2.7000 , 2220.0000 , 110.3985 , 822.2222 , 3.3636 , 1.2386 , 0.8090 , 0.3833 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2445 , cls_81 , 1.0800 , 900.0000 , 63.2198 , 833.3333 , 2.1429 , 1.1663 , 0.7117 , 0.3611 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2448 , cls_81 , 1.3500 , 660.0000 , 52.4641 , 488.8889 , 1.3750 , 1.0738 , 0.6869 , 0.5778 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2471 , cls_81 , 10.0800 , 2820.0000 , 145.2376 , 279.7619 , 2.1364 , 1.1385 , 0.6362 , 0.7649 , 10.0800 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2490 , cls_81 , 2.9700 , 840.0000 , 66.4857 , 282.8283 , 1.1667 , 1.0384 , 0.4322 , 0.7525 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2500 , cls_81 , 1.1700 , 720.0000 , 49.6486 , 615.3846 , 1.5000 , 1.1087 , 0.6322 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2512 , cls_81 , 8.1900 , 4200.0000 , 239.2821 , 512.8205 , 3.5000 , 1.2298 , 0.8970 , 0.5824 , 8.1900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2513 , cls_81 , 4.2300 , 1920.0000 , 95.4868 , 453.9007 , 2.2857 , 1.1591 , 0.5984 , 0.6241 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2517 , cls_81 , 8.8200 , 3180.0000 , 142.8093 , 360.5442 , 2.6500 , 1.1729 , 0.7406 , 0.7041 , 8.8200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2531 , cls_81 , 1.9800 , 1440.0000 , 72.8111 , 727.2727 , 2.4000 , 1.1899 , 0.6888 , 0.4394 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2553 , cls_81 , 2.7000 , 840.0000 , 64.4078 , 311.1111 , 1.2727 , 1.0481 , 0.4123 , 0.7444 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2556 , cls_81 , 3.4200 , 1620.0000 , 94.8964 , 473.6842 , 2.0769 , 1.1502 , 0.6753 , 0.6184 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2558 , cls_81 , 10.6200 , 3000.0000 , 158.7728 , 282.4859 , 2.2727 , 1.1440 , 0.7243 , 0.7712 , 10.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2581 , cls_81 , 5.7600 , 1620.0000 , 109.2455 , 281.2500 , 1.6875 , 1.0955 , 0.6619 , 0.7708 , 5.7600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2616 , cls_81 , 2.5200 , 1020.0000 , 70.8034 , 404.7619 , 1.5455 , 1.0935 , 0.5544 , 0.6667 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2634 , cls_81 , 1.8000 , 900.0000 , 56.7131 , 500.0000 , 1.6667 , 1.1055 , 0.5103 , 0.6000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2636 , cls_81 , 6.6600 , 2760.0000 , 153.7180 , 414.4144 , 2.5556 , 1.1771 , 0.7906 , 0.6667 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2662 , cls_81 , 1.6200 , 1320.0000 , 73.8642 , 814.8148 , 2.4444 , 1.1966 , 0.6903 , 0.3796 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2675 , cls_81 , 7.8300 , 3060.0000 , 136.8901 , 390.8046 , 2.6842 , 1.1785 , 0.6461 , 0.6935 , 7.8300 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2681 , cls_81 , 3.3300 , 1380.0000 , 79.5504 , 414.4144 , 1.7692 , 1.1223 , 0.5193 , 0.6757 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2700 , cls_81 , 5.4900 , 2520.0000 , 131.3617 , 459.0164 , 2.6250 , 1.1813 , 0.7196 , 0.6421 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2709 , cls_81 , 6.2100 , 3000.0000 , 163.3717 , 483.0918 , 2.9412 , 1.1997 , 0.8026 , 0.6111 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2715 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2739 , cls_81 , 1.8000 , 600.0000 , 52.1430 , 333.3333 , 1.1111 , 1.0228 , 0.4907 , 0.7000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2745 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2747 , cls_81 , 10.8900 , 2520.0000 , 162.2171 , 231.4050 , 1.9091 , 1.1115 , 0.6708 , 0.8017 , 10.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2748 , cls_81 , 1.1700 , 540.0000 , 42.4964 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2749 , cls_81 , 13.4100 , 4800.0000 , 207.4102 , 357.9418 , 3.2000 , 1.2011 , 0.7484 , 0.7002 , 13.4100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2767 , cls_81 , 3.3300 , 1500.0000 , 96.7591 , 450.4505 , 1.9231 , 1.1383 , 0.7056 , 0.6216 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2768 , cls_81 , 1.7100 , 900.0000 , 70.7215 , 526.3158 , 1.6667 , 1.1114 , 0.7718 , 0.5439 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2770 , cls_81 , 27.9000 , 6540.0000 , 272.4266 , 234.4086 , 3.0278 , 1.1802 , 0.6280 , 0.8038 , 27.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2773 , cls_81 , 3.0600 , 2220.0000 , 92.5477 , 725.4902 , 3.0833 , 1.2236 , 0.7595 , 0.4461 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2774 , cls_81 , 2.3400 , 1140.0000 , 87.8904 , 487.1795 , 1.7273 , 1.1237 , 0.7352 , 0.5833 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2777 , cls_81 , 1.0800 , 600.0000 , 46.6204 , 555.5556 , 1.4286 , 1.0790 , 0.6605 , 0.5556 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2786 , cls_81 , 1.6200 , 900.0000 , 58.7540 , 555.5556 , 1.6667 , 1.1176 , 0.6903 , 0.5463 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2794 , cls_81 , 3.5100 , 1620.0000 , 88.5076 , 461.5385 , 2.0769 , 1.1473 , 0.5756 , 0.6026 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2802 , cls_81 , 2.2500 , 1020.0000 , 71.2570 , 453.3333 , 1.7000 , 1.1059 , 0.6463 , 0.6267 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2808 , cls_81 , 2.8800 , 1200.0000 , 88.3495 , 416.6667 , 1.6667 , 1.1110 , 0.7026 , 0.6615 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2814 , cls_81 , 1.0800 , 540.0000 , 40.9341 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2828 , cls_81 , 8.4600 , 2460.0000 , 164.5867 , 290.7801 , 2.0500 , 1.1320 , 0.7606 , 0.7465 , 8.4600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2829 , cls_81 , 1.2600 , 540.0000 , 43.8599 , 428.5714 , 1.1250 , 1.0391 , 0.4757 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2846 , cls_81 , 2.6100 , 780.0000 , 64.9440 , 298.8506 , 1.1818 , 1.0370 , 0.4872 , 0.7356 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2851 , cls_81 , 5.4000 , 2220.0000 , 124.5691 , 411.1111 , 2.3125 , 1.1598 , 0.6396 , 0.6500 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2852 , cls_81 , 2.0700 , 1020.0000 , 74.3185 , 492.7536 , 1.7000 , 1.1152 , 0.7712 , 0.6014 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2853 , cls_81 , 1.6200 , 1260.0000 , 67.9253 , 777.7778 , 2.3333 , 1.1870 , 0.7205 , 0.4167 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2876 , cls_81 , 1.8000 , 720.0000 , 58.5569 , 400.0000 , 1.3333 , 1.0600 , 0.5609 , 0.6667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2894 , cls_81 , 1.6200 , 840.0000 , 57.0567 , 518.5185 , 1.5556 , 1.1033 , 0.6474 , 0.5741 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2903 , cls_81 , 2.2500 , 1080.0000 , 77.6342 , 480.0000 , 1.8000 , 1.1173 , 0.7256 , 0.6067 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2920 , cls_81 , 6.5700 , 1680.0000 , 106.3499 , 255.7078 , 1.5556 , 1.0890 , 0.4836 , 0.7808 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2931 , cls_81 , 1.0800 , 540.0000 , 40.3971 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2935 , cls_81 , 1.8900 , 780.0000 , 59.9760 , 412.6984 , 1.3000 , 1.0710 , 0.6337 , 0.6429 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2955 , cls_81 , 17.7300 , 4140.0000 , 207.9536 , 233.5025 , 2.3793 , 1.1488 , 0.5935 , 0.8029 , 17.7300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3004 , cls_81 , 21.7800 , 7020.0000 , 321.3056 , 322.3140 , 3.6563 , 1.2155 , 0.8041 , 0.7397 , 21.7800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3007 , cls_81 , 15.0300 , 4020.0000 , 164.9781 , 267.4651 , 2.5769 , 1.1598 , 0.5588 , 0.7904 , 15.0300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3020 , cls_81 , 4.2300 , 1320.0000 , 98.9791 , 312.0567 , 1.5714 , 1.0888 , 0.6915 , 0.7340 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3022 , cls_81 , 1.1700 , 780.0000 , 53.7135 , 666.6667 , 1.6250 , 1.1258 , 0.6877 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3024 , cls_81 , 1.4400 , 1200.0000 , 65.5097 , 833.3333 , 2.5000 , 1.1914 , 0.7004 , 0.3750 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3037 , cls_81 , 2.9700 , 1140.0000 , 72.9524 , 383.8384 , 1.5833 , 1.0977 , 0.6145 , 0.6970 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3047 , cls_81 , 1.1700 , 1080.0000 , 81.7830 , 923.0769 , 2.2500 , 1.1953 , 0.8727 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3085 , cls_81 , 63.9000 , 18480.0000 , 494.3061 , 289.2019 , 5.7037 , 1.2625 , 0.7450 , 0.7690 , 63.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3094 , cls_81 , 1.8900 , 1200.0000 , 84.4370 , 634.9206 , 2.0000 , 1.1585 , 0.7695 , 0.5000 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 331.3608 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3100 , cls_81 , 2.8800 , 1080.0000 , 77.1004 , 375.0000 , 1.5000 , 1.0904 , 0.6488 , 0.6927 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3122 , cls_81 , 1.8000 , 660.0000 , 52.9555 , 366.6667 , 1.2222 , 1.0422 , 0.4907 , 0.6833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3144 , cls_81 , 7.0200 , 2040.0000 , 131.4446 , 290.5983 , 1.8889 , 1.1174 , 0.6944 , 0.7521 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3164 , cls_81 , 3.4200 , 2400.0000 , 122.2095 , 701.7544 , 3.0769 , 1.2255 , 0.8017 , 0.4605 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3169 , cls_81 , 7.2000 , 1980.0000 , 124.6118 , 275.0000 , 1.8333 , 1.1095 , 0.7114 , 0.7771 , 7.2000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3195 , cls_81 , 1.0800 , 720.0000 , 67.5795 , 666.6667 , 1.7143 , 1.1183 , 0.7649 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3226 , cls_81 , 1.8900 , 1320.0000 , 72.5961 , 698.4127 , 2.2000 , 1.1778 , 0.6658 , 0.4444 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3228 , cls_81 , 4.6800 , 2880.0000 , 117.4140 , 615.3846 , 3.2000 , 1.2236 , 0.7170 , 0.4968 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3239 , cls_81 , 0.9000 , 480.0000 , 40.0216 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3264 , cls_81 , 2.7900 , 1080.0000 , 77.2090 , 387.0968 , 1.5000 , 1.0938 , 0.6842 , 0.6774 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3296 , cls_81 , 1.5300 , 1140.0000 , 87.1237 , 745.0980 , 2.1111 , 1.1733 , 0.8507 , 0.4020 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3300 , cls_81 , 4.3200 , 1740.0000 , 150.6431 , 402.7778 , 2.0714 , 1.1384 , 0.8090 , 0.6597 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3302 , cls_81 , 1.1700 , 660.0000 , 47.6390 , 564.1026 , 1.3750 , 1.0902 , 0.5526 , 0.5385 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3318 , cls_81 , 5.6700 , 2220.0000 , 119.2801 , 391.5344 , 2.3125 , 1.1546 , 0.6712 , 0.6640 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3395 , cls_81 , 5.8500 , 1980.0000 , 123.4928 , 338.4615 , 1.9412 , 1.1305 , 0.6689 , 0.7077 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3396 , cls_81 , 16.3800 , 7860.0000 , 244.0639 , 479.8535 , 4.8519 , 1.2632 , 0.8085 , 0.6181 , 16.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3444 , cls_81 , 1.5300 , 660.0000 , 57.5478 , 431.3725 , 1.2222 , 1.0598 , 0.5916 , 0.6078 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 483.7355 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3471 , cls_81 , 1.5300 , 1020.0000 , 62.8953 , 666.6667 , 1.8889 , 1.1502 , 0.6817 , 0.4804 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3485 , cls_81 , 1.1700 , 780.0000 , 67.8852 , 666.6667 , 1.6250 , 1.1258 , 0.8140 , 0.4487 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3528 , cls_81 , 1.5300 , 660.0000 , 48.7359 , 431.3725 , 1.2222 , 1.0598 , 0.4721 , 0.6373 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3545 , cls_81 , 1.0800 , 840.0000 , 53.8768 , 777.7778 , 2.0000 , 1.1515 , 0.7062 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 400.2499 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3559 , cls_81 , 3.5100 , 2580.0000 , 108.9066 , 735.0427 , 3.3077 , 1.2362 , 0.7793 , 0.4658 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3566 , cls_81 , 1.1700 , 480.0000 , 41.7161 , 410.2564 , 1.0000 , 1.0222 , 0.4827 , 0.6410 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3588 , cls_81 , 2.9700 , 1140.0000 , 74.1537 , 383.8384 , 1.5833 , 1.0977 , 0.6036 , 0.6970 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 349.8571 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3589 , cls_81 , 55.1700 , 14640.0000 , 508.0410 , 265.3616 , 4.8800 , 1.2413 , 0.8084 , 0.7798 , 55.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3593 , cls_81 , 3.1500 , 1320.0000 , 82.6367 , 419.0476 , 1.8333 , 1.1198 , 0.6948 , 0.6667 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 270.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3602 , cls_81 , 3.8700 , 1560.0000 , 114.0471 , 403.1008 , 1.8571 , 1.1296 , 0.7756 , 0.6628 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3672 , cls_81 , 68.5800 , 12720.0000 , 384.3006 , 185.4768 , 3.7857 , 1.2002 , 0.7565 , 0.8508 , 68.5800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3694 , cls_81 , 1.7100 , 780.0000 , 62.7268 , 456.1404 , 1.4444 , 1.0820 , 0.6976 , 0.6140 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 426.3801 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3727 , cls_81 , 4.2300 , 1980.0000 , 133.7728 , 468.0851 , 2.3571 , 1.1649 , 0.8305 , 0.6277 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3732 , cls_81 , 29.9700 , 4440.0000 , 271.9346 , 148.1481 , 2.0000 , 1.1121 , 0.7154 , 0.8749 , 29.9700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3748 , cls_81 , 4.2300 , 1380.0000 , 88.8215 , 326.2411 , 1.6429 , 1.0971 , 0.5397 , 0.7270 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3769 , cls_81 , 1.4400 , 960.0000 , 72.0670 , 666.6667 , 2.0000 , 1.1448 , 0.7711 , 0.4271 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3777 , cls_81 , 2.5200 , 720.0000 , 64.5154 , 285.7143 , 1.0909 , 1.0248 , 0.5116 , 0.7381 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3795 , cls_81 , 21.5100 , 3780.0000 , 197.5741 , 175.7322 , 2.0323 , 1.1159 , 0.5396 , 0.8487 , 21.5100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3820 , cls_81 , 1.7100 , 840.0000 , 65.8947 , 491.2281 , 1.5556 , 1.0972 , 0.6686 , 0.5789 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3830 , cls_81 , 1.1700 , 540.0000 , 45.0620 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6026 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3831 , cls_81 , 1.0800 , 840.0000 , 73.6856 , 777.7778 , 2.0000 , 1.1515 , 0.8283 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3832 , cls_81 , 1.7100 , 1320.0000 , 81.8518 , 771.9298 , 2.4444 , 1.1899 , 0.7781 , 0.4035 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3871 , cls_81 , 5.2200 , 1800.0000 , 147.7937 , 344.8276 , 1.8750 , 1.1248 , 0.8262 , 0.7098 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3886 , cls_81 , 1.1700 , 600.0000 , 48.0648 , 512.8205 , 1.2500 , 1.0698 , 0.5862 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3890 , cls_81 , 2.0700 , 960.0000 , 67.8170 , 463.7681 , 1.6000 , 1.1030 , 0.7237 , 0.6087 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3900 , cls_81 , 3.6900 , 1140.0000 , 81.4769 , 308.9431 , 1.4615 , 1.0750 , 0.5984 , 0.7358 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 318.9044 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3929 , cls_81 , 1.0800 , 600.0000 , 55.1828 , 555.5556 , 1.4286 , 1.0790 , 0.7366 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3945 , cls_81 , 1.0800 , 540.0000 , 41.6810 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3953 , cls_81 , 4.8600 , 2340.0000 , 143.6142 , 481.4815 , 2.6000 , 1.1809 , 0.8729 , 0.5864 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3968 , cls_81 , 1.1700 , 780.0000 , 58.8370 , 666.6667 , 1.6250 , 1.1258 , 0.8053 , 0.4872 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4006 , cls_81 , 35.9100 , 9960.0000 , 320.7887 , 277.3601 , 4.1500 , 1.2227 , 0.6520 , 0.7744 , 35.9100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4039 , cls_81 , 1.5300 , 840.0000 , 60.4558 , 549.0196 , 1.5556 , 1.1099 , 0.7568 , 0.5686 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4049 , cls_81 , 1.6200 , 660.0000 , 54.0318 , 407.4074 , 1.2222 , 1.0536 , 0.5593 , 0.6574 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 818.8406 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4108 , cls_81 , 1.8900 , 600.0000 , 52.2591 , 317.4603 , 1.0000 , 1.0177 , 0.3478 , 0.7143 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4119 , cls_81 , 2.1600 , 1440.0000 , 76.4981 , 666.6667 , 2.4000 , 1.1795 , 0.7555 , 0.4792 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 379.4733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4165 , cls_81 , 1.1700 , 720.0000 , 52.5457 , 615.3846 , 1.5000 , 1.1087 , 0.6877 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4168 , cls_81 , 216.9900 , 51840.0000 , 985.0386 , 238.9050 , 8.7273 , 1.2981 , 0.8221 , 0.8044 , 216.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4219 , cls_81 , 1.0800 , 840.0000 , 53.9727 , 777.7778 , 2.0000 , 1.1515 , 0.7495 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4229 , cls_81 , 1.1700 , 780.0000 , 55.2694 , 666.6667 , 1.6250 , 1.1258 , 0.7453 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4277 , cls_81 , 4.2300 , 1620.0000 , 86.2513 , 382.9787 , 1.9286 , 1.1272 , 0.5397 , 0.6950 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4292 , cls_81 , 15.1200 , 5580.0000 , 193.5803 , 369.0476 , 3.5769 , 1.2142 , 0.6970 , 0.6984 , 15.1200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4298 , cls_81 , 1.9800 , 900.0000 , 73.3165 , 454.5455 , 1.5000 , 1.0949 , 0.7521 , 0.6061 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4389 , cls_81 , 6.5700 , 2700.0000 , 137.9299 , 410.9589 , 2.5000 , 1.1746 , 0.6545 , 0.6644 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4443 , cls_81 , 1.1700 , 480.0000 , 40.3966 , 410.2564 , 1.0000 , 1.0222 , 0.3379 , 0.6538 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4475 , cls_81 , 1.2600 , 840.0000 , 58.4076 , 666.6667 , 1.7500 , 1.1327 , 0.6572 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4496 , cls_81 , 6.3000 , 2940.0000 , 142.6840 , 466.6667 , 2.8824 , 1.1945 , 0.8249 , 0.6167 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4507 , cls_81 , 1.1700 , 480.0000 , 40.8086 , 410.2564 , 1.0000 , 1.0222 , 0.3379 , 0.6410 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4515 , cls_81 , 1.1700 , 720.0000 , 51.5751 , 615.3846 , 1.5000 , 1.1087 , 0.6322 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4543 , cls_81 , 1.5300 , 900.0000 , 57.5032 , 588.2353 , 1.6667 , 1.1242 , 0.6670 , 0.5490 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4627 , cls_81 , 2.7900 , 1200.0000 , 74.5178 , 430.1075 , 1.6667 , 1.1144 , 0.6276 , 0.6452 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4650 , cls_81 , 4.8600 , 1560.0000 , 93.0924 , 320.9877 , 1.7333 , 1.1057 , 0.6283 , 0.7500 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4670 , cls_81 , 1.8000 , 780.0000 , 54.7479 , 433.3333 , 1.4444 , 1.0763 , 0.5195 , 0.6417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4685 , cls_81 , 1.0800 , 600.0000 , 49.1649 , 555.5556 , 1.4286 , 1.0790 , 0.7366 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4726 , cls_81 , 1.8900 , 1320.0000 , 83.1480 , 698.4127 , 2.2000 , 1.1778 , 0.7547 , 0.4524 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4728 , cls_81 , 1.1700 , 720.0000 , 49.4207 , 615.3846 , 1.5000 , 1.1087 , 0.5963 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4729 , cls_81 , 6.1200 , 1800.0000 , 115.7810 , 294.1176 , 1.7647 , 1.1086 , 0.6874 , 0.7598 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4739 , cls_81 , 4.5000 , 2160.0000 , 119.9027 , 480.0000 , 2.4000 , 1.1744 , 0.7170 , 0.6100 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4741 , cls_81 , 5.4900 , 1680.0000 , 111.1649 , 306.0109 , 1.7500 , 1.1070 , 0.5802 , 0.7404 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4802 , cls_81 , 1.8000 , 840.0000 , 68.3322 , 466.6667 , 1.5556 , 1.0915 , 0.7170 , 0.6083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4829 , cls_81 , 1.5300 , 600.0000 , 47.3750 , 392.1569 , 1.1111 , 1.0400 , 0.4150 , 0.6765 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4842 , cls_81 , 1.5300 , 840.0000 , 71.0797 , 549.0196 , 1.5556 , 1.1099 , 0.7835 , 0.5490 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4843 , cls_81 , 1.1700 , 660.0000 , 50.0858 , 564.1026 , 1.3750 , 1.0902 , 0.6877 , 0.5385 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4847 , cls_81 , 5.1300 , 1920.0000 , 135.2080 , 374.2690 , 2.0000 , 1.1385 , 0.7548 , 0.7018 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4861 , cls_81 , 2.3400 , 960.0000 , 71.1936 , 410.2564 , 1.4545 , 1.0895 , 0.6280 , 0.6603 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4884 , cls_81 , 10.7100 , 3300.0000 , 193.9824 , 308.1232 , 2.5000 , 1.1597 , 0.7910 , 0.7381 , 10.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4932 , cls_81 , 1.1700 , 780.0000 , 60.4290 , 666.6667 , 1.6250 , 1.1258 , 0.7566 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4934 , cls_81 , 6.7500 , 3120.0000 , 145.4732 , 462.2222 , 2.8889 , 1.1977 , 0.7671 , 0.6333 , 6.7500 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5023 , cls_81 , 7.5600 , 2520.0000 , 136.1253 , 333.3333 , 2.2105 , 1.1476 , 0.7483 , 0.7321 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5028 , cls_81 , 1.4400 , 1020.0000 , 75.1564 , 708.3333 , 2.1250 , 1.1574 , 0.8370 , 0.4063 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5042 , cls_81 , 2.0700 , 900.0000 , 67.5359 , 434.7826 , 1.5000 , 1.0900 , 0.6339 , 0.6304 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5055 , cls_81 , 14.1300 , 3900.0000 , 241.3424 , 276.0085 , 2.5000 , 1.1607 , 0.8324 , 0.7665 , 14.1300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5062 , cls_81 , 31.9500 , 10140.0000 , 392.0228 , 317.3709 , 4.4474 , 1.2368 , 0.8132 , 0.7451 , 31.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5102 , cls_81 , 1.6200 , 720.0000 , 55.3891 , 444.4444 , 1.3333 , 1.0715 , 0.6243 , 0.6204 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5120 , cls_81 , 1.4400 , 540.0000 , 46.0383 , 375.0000 , 1.1250 , 1.0246 , 0.4008 , 0.6771 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5138 , cls_81 , 9.2700 , 2160.0000 , 139.6385 , 233.0097 , 1.7143 , 1.1002 , 0.6285 , 0.7929 , 9.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5164 , cls_81 , 2.2500 , 1020.0000 , 77.5324 , 453.3333 , 1.7000 , 1.1059 , 0.6423 , 0.6267 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5170 , cls_81 , 3.6000 , 1560.0000 , 121.8793 , 433.3333 , 2.0000 , 1.1374 , 0.8279 , 0.6417 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5172 , cls_81 , 13.6800 , 4200.0000 , 241.2762 , 307.0175 , 2.8000 , 1.1765 , 0.8263 , 0.7412 , 13.6800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5213 , cls_81 , 3.7800 , 1080.0000 , 79.7496 , 285.7143 , 1.3846 , 1.0623 , 0.4487 , 0.7579 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5220 , cls_81 , 2.7000 , 1380.0000 , 97.1458 , 511.1111 , 2.0909 , 1.1454 , 0.7671 , 0.5889 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5223 , cls_81 , 2.4300 , 1200.0000 , 71.9197 , 493.8272 , 1.8182 , 1.1297 , 0.6137 , 0.6049 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5237 , cls_81 , 1.3500 , 660.0000 , 47.2778 , 488.8889 , 1.3750 , 1.0738 , 0.5225 , 0.6111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 366.1967 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5274 , cls_81 , 2.0700 , 720.0000 , 56.0841 , 347.8261 , 1.2000 , 1.0451 , 0.4368 , 0.7029 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5297 , cls_81 , 1.8900 , 840.0000 , 57.3073 , 444.4444 , 1.4000 , 1.0860 , 0.4858 , 0.6349 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5301 , cls_81 , 2.7000 , 1200.0000 , 74.2110 , 444.4444 , 1.8182 , 1.1180 , 0.5756 , 0.6222 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5333 , cls_81 , 1.8900 , 1500.0000 , 86.8119 , 793.6508 , 2.5000 , 1.2038 , 0.6658 , 0.3889 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5401 , cls_81 , 3.8700 , 1500.0000 , 114.6591 , 387.5969 , 1.7857 , 1.1221 , 0.7650 , 0.6628 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5417 , cls_81 , 2.6100 , 1140.0000 , 75.4217 , 436.7816 , 1.7273 , 1.1116 , 0.5851 , 0.6379 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5474 , cls_81 , 4.1400 , 2160.0000 , 123.9791 , 521.7391 , 2.5714 , 1.1836 , 0.8152 , 0.5833 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 429.5346 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5476 , cls_81 , 2.4300 , 1440.0000 , 111.7573 , 592.5926 , 2.1818 , 1.1658 , 0.8942 , 0.4938 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5511 , cls_81 , 1.6200 , 720.0000 , 56.4346 , 444.4444 , 1.3333 , 1.0715 , 0.6474 , 0.6204 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5530 , cls_81 , 5.4000 , 1500.0000 , 104.4698 , 277.7778 , 1.5625 , 1.0878 , 0.6721 , 0.7750 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 330.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5544 , cls_81 , 1.3500 , 720.0000 , 49.6313 , 533.3333 , 1.5000 , 1.0921 , 0.5342 , 0.5667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 254.5584 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5554 , cls_81 , 20.9700 , 8280.0000 , 297.2063 , 394.8498 , 4.4516 , 1.2462 , 0.8061 , 0.6774 , 20.9700 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5595 , cls_81 , 1.3500 , 600.0000 , 47.0983 , 444.4444 , 1.2500 , 1.0537 , 0.4383 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 394.5884 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5638 , cls_81 , 3.6900 , 1680.0000 , 95.1514 , 455.2846 , 2.1538 , 1.1488 , 0.7453 , 0.6260 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 318.9044 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5659 , cls_81 , 1.9800 , 720.0000 , 65.3107 , 363.6364 , 1.2000 , 1.0498 , 0.6498 , 0.6742 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5707 , cls_81 , 1.2600 , 1200.0000 , 90.6583 , 952.3810 , 2.5000 , 1.2082 , 0.8835 , 0.2857 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 254.5584 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5710 , cls_81 , 1.8900 , 660.0000 , 55.7271 , 349.2063 , 1.1000 , 1.0371 , 0.5390 , 0.6905 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5718 , cls_81 , 1.3500 , 960.0000 , 69.8493 , 711.1111 , 2.0000 , 1.1526 , 0.7347 , 0.4111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5787 , cls_81 , 2.2500 , 1080.0000 , 91.6014 , 480.0000 , 1.8000 , 1.1173 , 0.7849 , 0.5933 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 603.7384 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5922 , cls_81 , 3.6000 , 1560.0000 , 97.9775 , 433.3333 , 2.0000 , 1.1374 , 0.7247 , 0.6417 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5960 , cls_81 , 1.5300 , 900.0000 , 57.9491 , 588.2353 , 1.6667 , 1.1242 , 0.5916 , 0.5490 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5998 , cls_81 , 8.1900 , 3420.0000 , 142.6476 , 417.5824 , 2.8500 , 1.1935 , 0.6520 , 0.6575 , 8.1900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6026 , cls_81 , 1.0800 , 660.0000 , 45.7121 , 611.1111 , 1.5714 , 1.0996 , 0.6605 , 0.5278 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 530.7542 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6038 , cls_81 , 31.4100 , 8280.0000 , 253.4588 , 263.6103 , 3.6316 , 1.2065 , 0.6146 , 0.7837 , 31.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6041 , cls_81 , 1.0800 , 480.0000 , 40.4470 , 444.4444 , 1.1429 , 1.0310 , 0.5506 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6043 , cls_81 , 4.3200 , 2040.0000 , 118.0065 , 472.2222 , 2.4286 , 1.1682 , 0.7794 , 0.6146 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6051 , cls_81 , 2.2500 , 1980.0000 , 154.6714 , 880.0000 , 3.3000 , 1.2383 , 0.9381 , 0.3667 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 513.5173 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6059 , cls_81 , 1.6200 , 660.0000 , 57.6993 , 407.4074 , 1.2222 , 1.0536 , 0.6243 , 0.6481 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6074 , cls_81 , 4.0500 , 1860.0000 , 100.6945 , 459.2593 , 2.2143 , 1.1579 , 0.6817 , 0.6185 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6126 , cls_81 , 8.5500 , 3000.0000 , 141.1395 , 350.8772 , 2.5000 , 1.1659 , 0.5063 , 0.7140 , 8.5500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6139 , cls_81 , 1.9800 , 1200.0000 , 70.8708 , 606.0606 , 2.0000 , 1.1530 , 0.6498 , 0.5000 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6160 , cls_81 , 4.5000 , 1380.0000 , 88.3161 , 306.6667 , 1.5333 , 1.0908 , 0.6118 , 0.7500 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6218 , cls_81 , 5.7600 , 1500.0000 , 103.2351 , 260.4167 , 1.5625 , 1.0814 , 0.6503 , 0.7813 , 5.7600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6237 , cls_81 , 1.8900 , 1140.0000 , 69.5403 , 603.1746 , 1.9000 , 1.1481 , 0.6658 , 0.5159 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6250 , cls_81 , 12.9600 , 3240.0000 , 177.2224 , 250.0000 , 2.2500 , 1.1378 , 0.6755 , 0.7847 , 12.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6290 , cls_81 , 1.1700 , 720.0000 , 49.2779 , 615.3846 , 1.5000 , 1.1087 , 0.6322 , 0.5128 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6311 , cls_81 , 4.1400 , 1800.0000 , 104.4806 , 434.7826 , 2.1429 , 1.1493 , 0.6764 , 0.6341 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6316 , cls_81 , 38.3400 , 14160.0000 , 560.6769 , 369.3271 , 5.6190 , 1.2712 , 0.8945 , 0.6964 , 38.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6323 , cls_81 , 22.1400 , 4980.0000 , 229.7014 , 224.9322 , 2.5938 , 1.1581 , 0.6457 , 0.8096 , 22.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6342 , cls_81 , 1.0800 , 720.0000 , 52.7184 , 666.6667 , 1.7143 , 1.1183 , 0.7366 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6343 , cls_81 , 17.3700 , 5340.0000 , 202.5405 , 307.4266 , 3.1786 , 1.1930 , 0.6706 , 0.7513 , 17.3700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6358 , cls_81 , 105.1200 , 23340.0000 , 575.9630 , 222.0320 , 5.6377 , 1.2508 , 0.7912 , 0.8193 , 105.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6361 , cls_81 , 4.5900 , 2040.0000 , 105.6216 , 444.4444 , 2.2667 , 1.1616 , 0.6040 , 0.6340 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6370 , cls_81 , 1.0800 , 1020.0000 , 79.9317 , 944.4444 , 2.4286 , 1.1933 , 0.8946 , 0.3194 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6379 , cls_81 , 1.0800 , 540.0000 , 42.3748 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6381 , cls_81 , 1.8900 , 720.0000 , 55.9999 , 380.9524 , 1.2000 , 1.0547 , 0.4955 , 0.6905 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6395 , cls_81 , 2.1600 , 780.0000 , 62.1104 , 361.1111 , 1.3000 , 1.0567 , 0.4990 , 0.6944 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6396 , cls_81 , 4.0500 , 2280.0000 , 159.2924 , 562.9630 , 2.7143 , 1.1963 , 0.8344 , 0.5704 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6491 , cls_81 , 1.4400 , 960.0000 , 57.0496 , 666.6667 , 2.0000 , 1.1448 , 0.6866 , 0.5104 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6493 , cls_81 , 2.5200 , 1080.0000 , 74.1035 , 428.5714 , 1.6364 , 1.1048 , 0.5994 , 0.6548 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6495 , cls_81 , 2.7000 , 1440.0000 , 105.6581 , 533.3333 , 2.1818 , 1.1537 , 0.7613 , 0.5389 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6503 , cls_81 , 4.8600 , 1860.0000 , 98.5027 , 382.7160 , 2.0667 , 1.1383 , 0.5385 , 0.7222 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6521 , cls_81 , 1.2600 , 960.0000 , 56.1708 , 761.9048 , 2.0000 , 1.1610 , 0.6637 , 0.4048 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6524 , cls_81 , 18.9900 , 7980.0000 , 271.3166 , 420.2212 , 4.4333 , 1.2503 , 0.7672 , 0.6588 , 18.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6526 , cls_81 , 1.5300 , 780.0000 , 57.2730 , 509.8039 , 1.4444 , 1.0945 , 0.6994 , 0.5882 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6589 , cls_81 , 1.0800 , 600.0000 , 44.1690 , 555.5556 , 1.4286 , 1.0790 , 0.5870 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6593 , cls_81 , 1.1700 , 540.0000 , 43.1121 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6596 , cls_81 , 1.3500 , 720.0000 , 58.1254 , 533.3333 , 1.5000 , 1.0921 , 0.7347 , 0.5556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6613 , cls_81 , 6.5700 , 1800.0000 , 133.8519 , 273.9726 , 1.6667 , 1.1015 , 0.6952 , 0.7626 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6627 , cls_81 , 4.5900 , 1860.0000 , 105.0064 , 405.2288 , 2.0667 , 1.1444 , 0.6040 , 0.6536 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6629 , cls_81 , 12.3300 , 4920.0000 , 330.7024 , 399.0268 , 3.4167 , 1.2139 , 0.8797 , 0.6727 , 12.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6640 , cls_81 , 5.3100 , 1740.0000 , 97.6287 , 327.6836 , 1.8125 , 1.1168 , 0.5215 , 0.7345 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6669 , cls_81 , 5.1300 , 2160.0000 , 116.7822 , 421.0526 , 2.2500 , 1.1602 , 0.6716 , 0.6550 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6671 , cls_81 , 18.8100 , 5340.0000 , 190.1588 , 283.8915 , 3.0690 , 1.1852 , 0.5451 , 0.7775 , 18.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6695 , cls_81 , 1.9800 , 1560.0000 , 90.6182 , 787.8788 , 2.6000 , 1.2061 , 0.7606 , 0.4318 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6702 , cls_81 , 7.8300 , 3540.0000 , 147.0320 , 452.1073 , 3.1053 , 1.2044 , 0.7292 , 0.6418 , 7.8300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6725 , cls_81 , 1.1700 , 540.0000 , 43.1121 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6750 , cls_81 , 7.1100 , 3180.0000 , 153.2873 , 447.2574 , 2.9444 , 1.1956 , 0.7677 , 0.6329 , 7.1100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6751 , cls_81 , 1.9800 , 1320.0000 , 93.5679 , 666.6667 , 2.2000 , 1.1723 , 0.8081 , 0.4545 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6763 , cls_81 , 80.5500 , 9180.0000 , 387.0019 , 113.9665 , 2.5500 , 1.1381 , 0.6527 , 0.9071 , 80.5500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6770 , cls_81 , 1.2600 , 720.0000 , 57.4102 , 571.4286 , 1.5000 , 1.1000 , 0.6572 , 0.5357 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6786 , cls_81 , 9.6300 , 2940.0000 , 136.6688 , 305.2960 , 2.3333 , 1.1503 , 0.6470 , 0.7570 , 9.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6789 , cls_81 , 8.2800 , 2160.0000 , 126.7510 , 260.8696 , 1.8000 , 1.1112 , 0.6429 , 0.7826 , 8.2800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6816 , cls_81 , 14.3100 , 2760.0000 , 178.4876 , 192.8721 , 1.7692 , 1.1013 , 0.7062 , 0.8354 , 14.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6826 , cls_81 , 4.5900 , 1980.0000 , 102.5234 , 431.3725 , 2.2000 , 1.1560 , 0.5642 , 0.6373 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6828 , cls_81 , 1.1700 , 600.0000 , 48.0648 , 512.8205 , 1.2500 , 1.0698 , 0.6817 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6830 , cls_81 , 2.7000 , 960.0000 , 66.4550 , 355.5556 , 1.4545 , 1.0743 , 0.5506 , 0.7111 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6908 , cls_81 , 1.2600 , 780.0000 , 59.4563 , 619.0476 , 1.6250 , 1.1170 , 0.7558 , 0.4762 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6915 , cls_81 , 2.4300 , 1020.0000 , 79.0957 , 419.7531 , 1.5455 , 1.0975 , 0.6958 , 0.6358 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6921 , cls_81 , 3.8700 , 1320.0000 , 107.0847 , 341.0853 , 1.5714 , 1.0979 , 0.7329 , 0.7054 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6949 , cls_81 , 20.5200 , 9180.0000 , 283.8034 , 447.3684 , 4.9355 , 1.2653 , 0.7482 , 0.6462 , 20.5200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6954 , cls_81 , 1.0800 , 600.0000 , 46.0974 , 555.5556 , 1.4286 , 1.0790 , 0.6180 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 301.4963 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6981 , cls_81 , 3.7800 , 1440.0000 , 83.1152 , 380.9524 , 1.8462 , 1.1169 , 0.6097 , 0.6865 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7001 , cls_81 , 1.0800 , 660.0000 , 47.1285 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7037 , cls_81 , 4.3200 , 1680.0000 , 122.9270 , 388.8889 , 2.0000 , 1.1318 , 0.7694 , 0.6563 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7053 , cls_81 , 10.8900 , 4320.0000 , 166.3757 , 396.6942 , 3.2727 , 1.2044 , 0.7764 , 0.6736 , 10.8900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7055 , cls_81 , 25.7400 , 10260.0000 , 361.3529 , 398.6014 , 5.0294 , 1.2601 , 0.8395 , 0.6690 , 25.7400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7092 , cls_81 , 3.6900 , 1500.0000 , 120.2871 , 406.5041 , 1.9231 , 1.1272 , 0.7769 , 0.6423 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7096 , cls_81 , 2.2500 , 900.0000 , 73.0162 , 400.0000 , 1.5000 , 1.0809 , 0.6463 , 0.6600 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7105 , cls_81 , 1.7100 , 1020.0000 , 68.1288 , 596.4912 , 1.8889 , 1.1370 , 0.6640 , 0.4912 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7123 , cls_81 , 1.4400 , 660.0000 , 49.0002 , 458.3333 , 1.3750 , 1.0665 , 0.4907 , 0.6146 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7139 , cls_81 , 2.4300 , 1680.0000 , 86.5581 , 691.3580 , 2.5455 , 1.1963 , 0.6757 , 0.4321 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7191 , cls_81 , 2.9700 , 1080.0000 , 76.9107 , 363.6364 , 1.5000 , 1.0872 , 0.6036 , 0.6869 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7193 , cls_81 , 1.3500 , 900.0000 , 64.9225 , 666.6667 , 1.8750 , 1.1390 , 0.7062 , 0.4556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7195 , cls_81 , 2.0700 , 720.0000 , 60.8760 , 347.8261 , 1.2000 , 1.0451 , 0.6043 , 0.6957 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7231 , cls_81 , 1.2600 , 840.0000 , 50.0627 , 666.6667 , 1.7500 , 1.1327 , 0.6039 , 0.5000 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7244 , cls_81 , 3.3300 , 1740.0000 , 98.6681 , 522.5225 , 2.2308 , 1.1668 , 0.7229 , 0.5721 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7249 , cls_81 , 1.6200 , 660.0000 , 51.8191 , 407.4074 , 1.2222 , 1.0536 , 0.4907 , 0.6667 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7268 , cls_81 , 4.7700 , 2640.0000 , 150.1034 , 553.4591 , 2.9333 , 1.2053 , 0.7720 , 0.5377 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7276 , cls_81 , 1.0800 , 720.0000 , 53.6665 , 666.6667 , 1.7143 , 1.1183 , 0.7062 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 268.3282 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7287 , cls_81 , 16.5600 , 5700.0000 , 223.4061 , 344.2029 , 3.3929 , 1.2086 , 0.6937 , 0.7129 , 16.5600 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7328 , cls_81 , 2.1600 , 1260.0000 , 79.0489 , 583.3333 , 2.1000 , 1.1528 , 0.7555 , 0.5278 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7339 , cls_81 , 1.4400 , 1140.0000 , 95.9812 , 791.6667 , 2.3750 , 1.1807 , 0.8758 , 0.3542 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 360.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7370 , cls_81 , 1.8000 , 780.0000 , 55.6614 , 433.3333 , 1.4444 , 1.0763 , 0.5609 , 0.6417 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7378 , cls_81 , 6.1200 , 2100.0000 , 135.5975 , 343.1373 , 2.0588 , 1.1365 , 0.8316 , 0.7206 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7434 , cls_81 , 3.6000 , 1260.0000 , 90.1852 , 350.0000 , 1.6154 , 1.0966 , 0.6856 , 0.7167 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7445 , cls_81 , 1.6200 , 600.0000 , 50.6884 , 370.3704 , 1.1111 , 1.0339 , 0.5416 , 0.6759 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7452 , cls_81 , 11.3400 , 4740.0000 , 199.3292 , 417.9894 , 3.4348 , 1.2162 , 0.7682 , 0.6587 , 11.3400 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7462 , cls_81 , 1.1700 , 480.0000 , 41.1105 , 410.2564 , 1.0000 , 1.0222 , 0.3379 , 0.6410 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7479 , cls_81 , 2.0700 , 1200.0000 , 70.9491 , 579.7101 , 2.0000 , 1.1479 , 0.7657 , 0.5362 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7487 , cls_81 , 3.6900 , 1920.0000 , 98.8505 , 520.3252 , 2.4615 , 1.1742 , 0.6737 , 0.5813 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7540 , cls_81 , 2.9700 , 1080.0000 , 83.5876 , 363.6364 , 1.5000 , 1.0872 , 0.6145 , 0.6970 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7566 , cls_81 , 1.5300 , 900.0000 , 69.1307 , 588.2353 , 1.6667 , 1.1242 , 0.7294 , 0.5098 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7593 , cls_81 , 2.7000 , 1440.0000 , 81.6076 , 533.3333 , 2.1818 , 1.1537 , 0.7191 , 0.5722 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 780.5767 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7614 , cls_81 , 1.8000 , 840.0000 , 62.4728 , 466.6667 , 1.5556 , 1.0915 , 0.7004 , 0.6000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7615 , cls_81 , 1.8900 , 960.0000 , 80.5306 , 507.9365 , 1.6000 , 1.1132 , 0.7943 , 0.5556 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7636 , cls_81 , 0.8100 , 720.0000 , 49.6431 , 888.8889 , 2.0000 , 1.1540 , 0.6630 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7645 , cls_81 , 1.0800 , 960.0000 , 62.6859 , 888.8889 , 2.2857 , 1.1802 , 0.7495 , 0.3333 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7655 , cls_81 , 1.1700 , 720.0000 , 56.5439 , 615.3846 , 1.5000 , 1.1087 , 0.7763 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7669 , cls_81 , 1.1700 , 720.0000 , 52.4622 , 615.3846 , 1.5000 , 1.1087 , 0.7146 , 0.5128 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7702 , cls_81 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7706 , cls_81 , 0.7200 , 420.0000 , 35.9030 , 583.3333 , 1.1667 , 1.0480 , 0.6082 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7727 , cls_81 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7735 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7738 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7742 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7 , cls_21 , 13.4100 , 10560.0000 , 646.0736 , 787.4720 , 7.0400 , 1.3346 , 0.9768 , 0.3591 , 13.4100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 32 , cls_21 , 0.7200 , 600.0000 , 56.0353 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 37 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 52 , cls_21 , 2.7900 , 1560.0000 , 122.1231 , 559.1398 , 2.1667 , 1.1657 , 0.8706 , 0.5215 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 59 , cls_21 , 100.1700 , 41940.0000 , 1425.4356 , 418.6882 , 10.4328 , 1.3400 , 0.9530 , 0.6521 , 100.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 83 , cls_21 , 8.1000 , 6660.0000 , 458.8052 , 822.2222 , 5.8421 , 1.3126 , 0.9576 , 0.3204 , 8.1000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 97 , cls_21 , 0.3600 , 480.0000 , 34.3237 , 1333.3333 , 2.0000 , 1.1693 , 0.7170 , 0.1250 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 106 , cls_21 , 1.9800 , 1500.0000 , 91.8509 , 757.5758 , 2.5000 , 1.1982 , 0.8107 , 0.4167 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 108 , cls_21 , 0.6300 , 480.0000 , 42.0998 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 113 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 116 , cls_21 , 2.7900 , 1440.0000 , 90.9265 , 516.1290 , 2.0000 , 1.1500 , 0.7098 , 0.5860 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 121 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 123 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 146 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 152 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 158 , cls_21 , 9.0000 , 7020.0000 , 438.0803 , 780.0000 , 5.8500 , 1.3097 , 0.9549 , 0.3617 , 9.0000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 182 , cls_21 , 3.6900 , 2760.0000 , 244.1881 , 747.9675 , 3.5385 , 1.2432 , 0.9524 , 0.4106 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 206 , cls_21 , 3.8700 , 3420.0000 , 202.5409 , 883.7209 , 4.0714 , 1.2782 , 0.9105 , 0.3295 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 480.9366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 217 , cls_21 , 1.8000 , 1560.0000 , 121.8252 , 866.6667 , 2.8889 , 1.2178 , 0.8943 , 0.3250 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 227 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 228 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 242 , cls_21 , 1.4400 , 960.0000 , 82.1256 , 666.6667 , 2.0000 , 1.1448 , 0.8433 , 0.4271 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 255 , cls_21 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 257 , cls_21 , 13.5000 , 7080.0000 , 398.2339 , 524.4444 , 4.7200 , 1.2662 , 0.9267 , 0.5700 , 13.5000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 314 , cls_21 , 11.6100 , 4080.0000 , 168.5841 , 351.4212 , 2.9565 , 1.1880 , 0.7473 , 0.7067 , 11.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 315 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 346 , cls_21 , 1.6200 , 1320.0000 , 118.1463 , 814.8148 , 2.4444 , 1.1966 , 0.9215 , 0.3333 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 354 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 361 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 367 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 369 , cls_21 , 0.5400 , 480.0000 , 37.6942 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 381 , cls_21 , 7.6500 , 5640.0000 , 364.2116 , 737.2549 , 4.9474 , 1.2897 , 0.9552 , 0.3647 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 395 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 413 , cls_21 , 0.5400 , 540.0000 , 48.0664 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 421 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 427 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 428 , cls_21 , 0.8100 , 600.0000 , 39.0352 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 437 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 457 , cls_21 , 0.8100 , 840.0000 , 75.6795 , 1037.0370 , 2.3333 , 1.1883 , 0.8919 , 0.2222 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 473 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 476 , cls_21 , 1.8900 , 1260.0000 , 78.2092 , 666.6667 , 2.1000 , 1.1684 , 0.6996 , 0.4921 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 487 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 489 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 505 , cls_21 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 519 , cls_21 , 6.5700 , 5220.0000 , 424.8050 , 794.5205 , 4.8333 , 1.2934 , 0.9663 , 0.3356 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 522 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 536 , cls_21 , 0.6300 , 720.0000 , 51.2577 , 1142.8571 , 2.0000 , 1.1872 , 0.7772 , 0.1905 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 537 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 539 , cls_21 , 1.4400 , 1080.0000 , 104.4920 , 750.0000 , 2.2500 , 1.1694 , 0.8822 , 0.3333 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 555 , cls_21 , 5.7600 , 3480.0000 , 177.5801 , 604.1667 , 3.6250 , 1.2350 , 0.8791 , 0.5052 , 5.7600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 572 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 573 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 575 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 582 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 634 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 639 , cls_21 , 0.5400 , 540.0000 , 52.9083 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 361.2478 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 644 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 645 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 648 , cls_21 , 1.1700 , 1080.0000 , 100.6016 , 923.0769 , 2.2500 , 1.1953 , 0.9026 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 656 , cls_21 , 5.5800 , 3840.0000 , 392.0106 , 688.1720 , 4.0000 , 1.2566 , 0.9712 , 0.3683 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 662 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 664 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 676 , cls_21 , 3.3300 , 2400.0000 , 254.3537 , 720.7207 , 3.0769 , 1.2286 , 0.9594 , 0.3423 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 679 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 685 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 694 , cls_21 , 0.8100 , 600.0000 , 61.5843 , 740.7407 , 1.6667 , 1.1135 , 0.8315 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 699 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 719 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 731 , cls_21 , 1.1700 , 840.0000 , 96.9231 , 717.9487 , 1.7500 , 1.1416 , 0.9026 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 737 , cls_21 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 753 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 755 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 758 , cls_21 , 1.2600 , 900.0000 , 68.5265 , 714.2857 , 1.8750 , 1.1473 , 0.7078 , 0.4167 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 766 , cls_21 , 1.8000 , 1080.0000 , 79.2340 , 600.0000 , 2.0000 , 1.1428 , 0.8041 , 0.5333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 767 , cls_21 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 769 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 785 , cls_21 , 0.7200 , 660.0000 , 60.7364 , 916.6667 , 1.8333 , 1.1497 , 0.8433 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 797 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 798 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 799 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 801 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 820 , cls_21 , 1.0800 , 840.0000 , 56.1449 , 777.7778 , 2.0000 , 1.1515 , 0.7117 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 823 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 824 , cls_21 , 2.0700 , 840.0000 , 60.0510 , 405.7971 , 1.4000 , 1.0761 , 0.5199 , 0.6522 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 827 , cls_21 , 10.1700 , 7740.0000 , 416.2078 , 761.0619 , 5.8636 , 1.3128 , 0.9416 , 0.4071 , 10.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 835 , cls_21 , 11.0700 , 5580.0000 , 169.1390 , 504.0650 , 4.0435 , 1.2468 , 0.6639 , 0.6003 , 11.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 836 , cls_21 , 0.5400 , 600.0000 , 41.5595 , 1111.1111 , 2.0000 , 1.1661 , 0.7062 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 851 , cls_21 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 857 , cls_21 , 0.9000 , 960.0000 , 84.4483 , 1066.6667 , 2.2857 , 1.2039 , 0.9021 , 0.2167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 863 , cls_21 , 3.6000 , 3240.0000 , 227.4192 , 900.0000 , 4.1538 , 1.2767 , 0.9325 , 0.2792 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 871 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 872 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 873 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 886 , cls_21 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 906 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 907 , cls_21 , 1.8000 , 1380.0000 , 90.0406 , 766.6667 , 2.5556 , 1.1928 , 0.8128 , 0.4000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 912 , cls_21 , 1.5300 , 1560.0000 , 139.0820 , 1019.6078 , 2.8889 , 1.2384 , 0.9363 , 0.2647 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 917 , cls_21 , 0.9000 , 840.0000 , 65.2126 , 933.3333 , 2.0000 , 1.1745 , 0.8408 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 930 , cls_21 , 0.9900 , 900.0000 , 77.3677 , 909.0909 , 2.1429 , 1.1774 , 0.8761 , 0.3333 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 938 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 952 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 955 , cls_21 , 1.3500 , 1080.0000 , 72.4841 , 800.0000 , 2.2500 , 1.1773 , 0.7878 , 0.3667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 974 , cls_21 , 0.9000 , 660.0000 , 53.7760 , 733.3333 , 1.5714 , 1.1216 , 0.7805 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 975 , cls_21 , 34.2000 , 21060.0000 , 728.7611 , 615.7895 , 9.0000 , 1.3449 , 0.9533 , 0.5096 , 34.2000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 985 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1020 , cls_21 , 21.6000 , 15480.0000 , 856.9145 , 716.6667 , 8.3226 , 1.3451 , 0.9720 , 0.4090 , 21.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1024 , cls_21 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1025 , cls_21 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1026 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1028 , cls_21 , 0.4500 , 480.0000 , 36.7251 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1029 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1060 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1061 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1062 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1080 , cls_21 , 1.9800 , 1980.0000 , 170.3850 , 1000.0000 , 3.3000 , 1.2543 , 0.9521 , 0.2576 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1081 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1087 , cls_21 , 3.1500 , 2520.0000 , 236.5597 , 800.0000 , 3.5000 , 1.2446 , 0.9505 , 0.3381 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1091 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1093 , cls_21 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1106 , cls_21 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1107 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1152 , cls_21 , 0.6300 , 600.0000 , 43.1370 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1180 , cls_21 , 0.6300 , 540.0000 , 53.6363 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1181 , cls_21 , 0.6300 , 600.0000 , 55.4263 , 952.3810 , 1.6667 , 1.1455 , 0.8286 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1189 , cls_21 , 6.0300 , 3300.0000 , 182.0319 , 547.2637 , 3.2353 , 1.2202 , 0.8776 , 0.5299 , 6.0300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1191 , cls_21 , 0.9000 , 840.0000 , 71.3306 , 933.3333 , 2.0000 , 1.1745 , 0.8727 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1198 , cls_21 , 9.0900 , 4140.0000 , 185.1358 , 455.4455 , 3.2857 , 1.2161 , 0.8224 , 0.6271 , 9.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1207 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1218 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1238 , cls_21 , 2.7000 , 1920.0000 , 151.3601 , 711.1111 , 2.9091 , 1.2101 , 0.9068 , 0.4389 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1239 , cls_21 , 1.0800 , 1080.0000 , 96.6071 , 1000.0000 , 2.5714 , 1.2056 , 0.9068 , 0.2917 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1243 , cls_21 , 0.9000 , 660.0000 , 46.6301 , 733.3333 , 1.5714 , 1.1216 , 0.6894 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1258 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1279 , cls_21 , 0.6300 , 780.0000 , 50.6725 , 1238.0952 , 2.1667 , 1.2055 , 0.8019 , 0.1905 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1291 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1300 , cls_21 , 3.9600 , 3300.0000 , 227.3771 , 833.3333 , 3.9286 , 1.2687 , 0.9419 , 0.3371 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1302 , cls_21 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1308 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1329 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1349 , cls_21 , 2.8800 , 2340.0000 , 225.6987 , 812.5000 , 3.2500 , 1.2410 , 0.9525 , 0.3177 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1377 , cls_21 , 5.3100 , 1920.0000 , 116.7679 , 361.5819 , 2.0000 , 1.1349 , 0.7207 , 0.7006 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1400 , cls_21 , 2.4300 , 1920.0000 , 195.2667 , 790.1235 , 2.9091 , 1.2227 , 0.9463 , 0.3333 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1410 , cls_21 , 9.5400 , 7140.0000 , 367.5622 , 748.4277 , 5.6667 , 1.3060 , 0.9493 , 0.4245 , 9.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1414 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1423 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1430 , cls_21 , 5.6700 , 3480.0000 , 165.6031 , 613.7566 , 3.6250 , 1.2368 , 0.8654 , 0.5106 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1446 , cls_21 , 0.4500 , 480.0000 , 40.7346 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 853.8150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1477 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1490 , cls_21 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1491 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1516 , cls_21 , 3.4200 , 1560.0000 , 98.9515 , 456.1404 , 2.0000 , 1.1429 , 0.6442 , 0.6184 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1529 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1534 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1543 , cls_21 , 0.9000 , 600.0000 , 47.6590 , 666.6667 , 1.4286 , 1.1006 , 0.6817 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1558 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1571 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1574 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1585 , cls_21 , 0.7200 , 540.0000 , 47.9810 , 750.0000 , 1.5000 , 1.1046 , 0.7453 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1591 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1613 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1621 , cls_21 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1629 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1630 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1661 , cls_21 , 0.4500 , 480.0000 , 41.4290 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1678 , cls_21 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1681 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1682 , cls_21 , 0.9900 , 840.0000 , 61.7569 , 848.4848 , 2.0000 , 1.1624 , 0.8107 , 0.3485 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1686 , cls_21 , 6.3000 , 5340.0000 , 490.5067 , 847.6190 , 5.2353 , 1.3025 , 0.9770 , 0.3167 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1689 , cls_21 , 0.7200 , 780.0000 , 63.7783 , 1083.3333 , 2.1667 , 1.1874 , 0.8041 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1691 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1692 , cls_21 , 1.5300 , 1200.0000 , 81.1634 , 784.3137 , 2.2222 , 1.1839 , 0.8547 , 0.4020 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1707 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1723 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1726 , cls_21 , 14.3100 , 10860.0000 , 741.1439 , 758.9099 , 6.9615 , 1.3320 , 0.9839 , 0.3648 , 14.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1760 , cls_21 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1762 , cls_21 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1774 , cls_21 , 11.3400 , 9180.0000 , 552.9234 , 809.5238 , 6.6522 , 1.3298 , 0.9532 , 0.3585 , 11.3400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1780 , cls_21 , 0.5400 , 420.0000 , 35.0749 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1781 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1814 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1822 , cls_21 , 1.7100 , 1200.0000 , 61.6705 , 701.7544 , 2.2222 , 1.1704 , 0.5435 , 0.4561 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1842 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1843 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1844 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1845 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1849 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1885 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1896 , cls_21 , 1.0800 , 840.0000 , 66.1937 , 777.7778 , 2.0000 , 1.1515 , 0.8472 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1900 , cls_21 , 2.6100 , 1740.0000 , 103.1510 , 666.6667 , 2.6364 , 1.1948 , 0.8004 , 0.4540 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1901 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1912 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1915 , cls_21 , 0.9900 , 720.0000 , 51.6273 , 727.2727 , 1.7143 , 1.1289 , 0.6888 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1916 , cls_21 , 4.1400 , 1980.0000 , 101.5268 , 478.2609 , 2.3571 , 1.1673 , 0.6981 , 0.5942 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1934 , cls_21 , 0.6300 , 420.0000 , 33.8650 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1968 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1971 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1975 , cls_21 , 1.0800 , 900.0000 , 70.3922 , 833.3333 , 2.1429 , 1.1663 , 0.8487 , 0.3056 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1986 , cls_21 , 0.4500 , 480.0000 , 34.9642 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2006 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2019 , cls_21 , 1.1700 , 1080.0000 , 82.3024 , 923.0769 , 2.2500 , 1.1953 , 0.8535 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2023 , cls_21 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2038 , cls_21 , 1.2600 , 1020.0000 , 88.7637 , 809.5238 , 2.1250 , 1.1738 , 0.8689 , 0.3810 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2039 , cls_21 , 2.7000 , 1560.0000 , 106.7911 , 577.7778 , 2.3636 , 1.1694 , 0.7935 , 0.5056 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2043 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2050 , cls_21 , 1.6200 , 900.0000 , 58.1310 , 555.5556 , 1.6667 , 1.1176 , 0.5676 , 0.5648 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2074 , cls_21 , 0.5400 , 540.0000 , 48.3666 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2089 , cls_21 , 3.8700 , 1680.0000 , 96.8775 , 434.1085 , 2.0000 , 1.1436 , 0.6301 , 0.6202 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2093 , cls_21 , 2.1600 , 1980.0000 , 114.7066 , 916.6667 , 3.3000 , 1.2433 , 0.8688 , 0.3056 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2101 , cls_21 , 90.8100 , 45900.0000 , 933.7608 , 505.4509 , 11.9531 , 1.3628 , 0.9072 , 0.5849 , 90.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2115 , cls_21 , 1.6200 , 1260.0000 , 100.2806 , 777.7778 , 2.3333 , 1.1870 , 0.8734 , 0.3796 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2136 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2151 , cls_21 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2168 , cls_21 , 4.9500 , 3840.0000 , 202.6632 , 775.7576 , 4.2667 , 1.2705 , 0.9167 , 0.3848 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2233 , cls_21 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2241 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2247 , cls_21 , 1.6200 , 1320.0000 , 137.1514 , 814.8148 , 2.4444 , 1.1966 , 0.9301 , 0.2870 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2257 , cls_21 , 1.7100 , 900.0000 , 63.2417 , 526.3158 , 1.6667 , 1.1114 , 0.6278 , 0.5526 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2260 , cls_21 , 0.8100 , 660.0000 , 47.6696 , 814.8148 , 1.8333 , 1.1347 , 0.7796 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2274 , cls_21 , 0.6300 , 540.0000 , 35.6654 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2275 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2298 , cls_21 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2299 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2304 , cls_21 , 8.1000 , 6900.0000 , 464.6146 , 851.8519 , 6.0526 , 1.3189 , 0.9583 , 0.3500 , 8.1000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2307 , cls_21 , 3.6900 , 3300.0000 , 152.4236 , 894.3089 , 4.2308 , 1.2772 , 0.8600 , 0.3252 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2329 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2345 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2401 , cls_21 , 1.2600 , 1200.0000 , 107.8625 , 952.3810 , 2.5000 , 1.2082 , 0.9143 , 0.2738 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2462 , cls_21 , 1.1700 , 1320.0000 , 109.1964 , 1128.2051 , 2.7500 , 1.2382 , 0.9204 , 0.2051 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2478 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2511 , cls_21 , 5.3100 , 4140.0000 , 343.5634 , 779.6610 , 4.3125 , 1.2761 , 0.9452 , 0.3362 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2515 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2520 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2524 , cls_21 , 11.6100 , 8760.0000 , 406.6189 , 754.5220 , 6.3478 , 1.3191 , 0.9321 , 0.4018 , 11.6100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2542 , cls_21 , 3.6900 , 1740.0000 , 87.4750 , 471.5447 , 2.2308 , 1.1555 , 0.5824 , 0.6179 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2571 , cls_21 , 64.5300 , 24900.0000 , 1364.7236 , 385.8670 , 7.6852 , 1.3061 , 0.9709 , 0.6778 , 64.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2587 , cls_21 , 0.9000 , 660.0000 , 53.2526 , 733.3333 , 1.5714 , 1.1216 , 0.7913 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2602 , cls_21 , 0.5400 , 480.0000 , 38.9881 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2609 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2642 , cls_21 , 1.7100 , 1380.0000 , 117.7603 , 807.0175 , 2.5556 , 1.1991 , 0.9070 , 0.3333 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2656 , cls_21 , 0.5400 , 660.0000 , 57.8384 , 1222.2222 , 2.2000 , 1.1882 , 0.8748 , 0.1667 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2733 , cls_21 , 5.1300 , 4380.0000 , 347.7076 , 853.8012 , 4.5625 , 1.2906 , 0.9674 , 0.3275 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2736 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2800 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2858 , cls_21 , 0.4500 , 480.0000 , 38.8328 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2872 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2898 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2919 , cls_21 , 1.5300 , 1620.0000 , 93.7142 , 1058.8235 , 3.0000 , 1.2462 , 0.8719 , 0.2549 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2923 , cls_21 , 1.7100 , 1260.0000 , 131.2905 , 736.8421 , 2.3333 , 1.1804 , 0.9188 , 0.3421 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2934 , cls_21 , 0.7200 , 600.0000 , 61.1818 , 833.3333 , 1.6667 , 1.1283 , 0.8502 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2937 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2952 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2953 , cls_21 , 4.7700 , 4080.0000 , 379.0298 , 855.3459 , 4.5333 , 1.2861 , 0.9740 , 0.3302 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2958 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2970 , cls_21 , 4.7700 , 3480.0000 , 158.7131 , 729.5597 , 3.8667 , 1.2566 , 0.8176 , 0.4434 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2989 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2990 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2999 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3017 , cls_21 , 0.5400 , 480.0000 , 37.0246 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3026 , cls_21 , 5.8500 , 3960.0000 , 229.3467 , 676.9231 , 3.8824 , 1.2568 , 0.9207 , 0.4179 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3049 , cls_21 , 1.8000 , 1380.0000 , 98.0125 , 766.6667 , 2.5556 , 1.1928 , 0.8447 , 0.4333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3050 , cls_21 , 6.8400 , 3240.0000 , 153.3011 , 473.6842 , 3.0000 , 1.2031 , 0.7883 , 0.6294 , 6.8400 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3054 , cls_21 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3078 , cls_21 , 1.6200 , 1440.0000 , 118.5638 , 888.8889 , 2.6667 , 1.2145 , 0.8652 , 0.3056 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3079 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3083 , cls_21 , 0.5400 , 480.0000 , 43.3747 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3084 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3113 , cls_21 , 23.5800 , 11340.0000 , 297.8882 , 480.9160 , 5.7273 , 1.2853 , 0.7851 , 0.6215 , 23.5800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3118 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3126 , cls_21 , 1.2600 , 1020.0000 , 71.5628 , 809.5238 , 2.1250 , 1.1738 , 0.7903 , 0.3810 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3160 , cls_21 , 2.8800 , 2340.0000 , 226.5855 , 812.5000 , 3.2500 , 1.2410 , 0.9503 , 0.3229 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3177 , cls_21 , 25.3800 , 9780.0000 , 319.1713 , 385.3428 , 4.7941 , 1.2539 , 0.8480 , 0.6809 , 25.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3180 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3182 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3217 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3224 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3230 , cls_21 , 5.6700 , 5160.0000 , 372.6211 , 910.0529 , 5.3750 , 1.3087 , 0.9550 , 0.3175 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3231 , cls_21 , 0.9900 , 660.0000 , 60.4768 , 666.6667 , 1.5714 , 1.1100 , 0.7845 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3232 , cls_21 , 5.2200 , 3240.0000 , 209.0174 , 620.6897 , 3.3750 , 1.2330 , 0.8928 , 0.4828 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3250 , cls_21 , 1.5300 , 840.0000 , 67.0038 , 549.0196 , 1.5556 , 1.1099 , 0.8014 , 0.5294 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3257 , cls_21 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3258 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3259 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3262 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3268 , cls_21 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3272 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3273 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3290 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3292 , cls_21 , 1.7100 , 1260.0000 , 89.7888 , 736.8421 , 2.3333 , 1.1804 , 0.7781 , 0.3947 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3293 , cls_21 , 2.7000 , 1860.0000 , 151.4523 , 688.8889 , 2.8182 , 1.2039 , 0.9142 , 0.4111 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3319 , cls_21 , 0.8100 , 600.0000 , 66.6667 , 740.7407 , 1.6667 , 1.1135 , 0.8603 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3329 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3353 , cls_21 , 0.9000 , 660.0000 , 67.6207 , 733.3333 , 1.5714 , 1.1216 , 0.8502 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3354 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3358 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3364 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3377 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3379 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3397 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3398 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3402 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3406 , cls_21 , 1.3500 , 720.0000 , 57.9328 , 533.3333 , 1.5000 , 1.0921 , 0.7613 , 0.5444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3412 , cls_21 , 0.4500 , 480.0000 , 34.4419 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3418 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3419 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3420 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3435 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3442 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3457 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3459 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3468 , cls_21 , 1.8000 , 1380.0000 , 101.1628 , 766.6667 , 2.5556 , 1.1928 , 0.8256 , 0.3917 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3477 , cls_21 , 0.5400 , 540.0000 , 49.9536 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3484 , cls_21 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3487 , cls_21 , 2.1600 , 1980.0000 , 167.2804 , 916.6667 , 3.3000 , 1.2433 , 0.9370 , 0.3403 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3499 , cls_21 , 8.1000 , 4320.0000 , 216.9669 , 533.3333 , 3.7895 , 1.2360 , 0.7731 , 0.5759 , 8.1000 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3501 , cls_21 , 0.8100 , 720.0000 , 59.9557 , 888.8889 , 2.0000 , 1.1540 , 0.8315 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3510 , cls_21 , 0.9000 , 480.0000 , 42.8067 , 533.3333 , 1.1429 , 1.0516 , 0.6559 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3533 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3552 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3554 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3557 , cls_21 , 5.7600 , 3240.0000 , 146.1275 , 562.5000 , 3.3750 , 1.2219 , 0.7603 , 0.5443 , 5.7600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3570 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3575 , cls_21 , 3.6000 , 2760.0000 , 113.9635 , 766.6667 , 3.5385 , 1.2461 , 0.7375 , 0.3958 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3594 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3595 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3597 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3608 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3611 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3636 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3658 , cls_21 , 1.8000 , 1320.0000 , 83.6502 , 733.3333 , 2.4444 , 1.1837 , 0.8041 , 0.4000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3663 , cls_21 , 0.8100 , 720.0000 , 69.6876 , 888.8889 , 2.0000 , 1.1540 , 0.8727 , 0.2593 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3664 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3673 , cls_21 , 0.8100 , 840.0000 , 66.8159 , 1037.0370 , 2.3333 , 1.1883 , 0.8854 , 0.2593 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3684 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3687 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3708 , cls_21 , 1.9800 , 1200.0000 , 91.2369 , 606.0606 , 2.0000 , 1.1530 , 0.8216 , 0.5076 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3723 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3735 , cls_21 , 0.9900 , 900.0000 , 72.7712 , 909.0909 , 2.1429 , 1.1774 , 0.8352 , 0.2879 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3739 , cls_21 , 0.8100 , 600.0000 , 66.6667 , 740.7407 , 1.6667 , 1.1135 , 0.8603 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3754 , cls_21 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3756 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3758 , cls_21 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3789 , cls_21 , 0.8100 , 600.0000 , 53.7499 , 740.7407 , 1.6667 , 1.1135 , 0.7838 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3792 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3798 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3800 , cls_21 , 2.6100 , 1260.0000 , 78.3221 , 482.7586 , 1.9091 , 1.1313 , 0.6732 , 0.6034 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3801 , cls_21 , 4.5900 , 2220.0000 , 107.9135 , 483.6601 , 2.4667 , 1.1774 , 0.6490 , 0.6209 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3804 , cls_21 , 3.5100 , 1980.0000 , 124.0974 , 564.1026 , 2.5385 , 1.1857 , 0.7613 , 0.5214 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3808 , cls_21 , 9.0000 , 5760.0000 , 245.8521 , 640.0000 , 4.8000 , 1.2750 , 0.9140 , 0.4750 , 9.0000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3814 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3834 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3838 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3839 , cls_21 , 0.8100 , 600.0000 , 44.4681 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3848 , cls_21 , 3.0600 , 2520.0000 , 233.5158 , 823.5294 , 3.5000 , 1.2481 , 0.9578 , 0.3235 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3872 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3875 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3878 , cls_21 , 0.6300 , 600.0000 , 46.1402 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3888 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3889 , cls_21 , 3.0600 , 2520.0000 , 121.7304 , 823.5294 , 3.5000 , 1.2481 , 0.8715 , 0.3725 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3892 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3893 , cls_21 , 0.7200 , 660.0000 , 44.7404 , 916.6667 , 1.8333 , 1.1497 , 0.7247 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3907 , cls_21 , 0.9000 , 720.0000 , 56.0494 , 800.0000 , 1.7143 , 1.1407 , 0.6817 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3940 , cls_21 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3942 , cls_21 , 2.7000 , 1680.0000 , 103.2050 , 622.2222 , 2.5455 , 1.1839 , 0.7436 , 0.4944 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3959 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3973 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3974 , cls_21 , 0.8100 , 900.0000 , 49.1768 , 1111.1111 , 2.5000 , 1.2036 , 0.7453 , 0.2407 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3975 , cls_21 , 1.8000 , 900.0000 , 77.7807 , 500.0000 , 1.6667 , 1.1055 , 0.7139 , 0.5667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3977 , cls_21 , 6.2100 , 3060.0000 , 135.7041 , 492.7536 , 3.0000 , 1.2033 , 0.7401 , 0.5821 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3991 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3994 , cls_21 , 2.7000 , 1680.0000 , 121.2351 , 622.2222 , 2.5455 , 1.1839 , 0.8559 , 0.4556 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3997 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4010 , cls_21 , 0.9900 , 780.0000 , 66.6469 , 787.8788 , 1.8571 , 1.1463 , 0.7704 , 0.3333 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4012 , cls_21 , 0.7200 , 660.0000 , 45.8217 , 916.6667 , 1.8333 , 1.1497 , 0.6488 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4015 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4021 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4022 , cls_21 , 2.0700 , 1620.0000 , 114.8715 , 782.6087 , 2.7000 , 1.2083 , 0.8874 , 0.3333 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4029 , cls_21 , 8.9100 , 5640.0000 , 204.3480 , 632.9966 , 4.7000 , 1.2724 , 0.8170 , 0.5101 , 8.9100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4030 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4036 , cls_21 , 6.1200 , 4860.0000 , 350.4960 , 794.1176 , 4.7647 , 1.2888 , 0.9175 , 0.3578 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4044 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4045 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4051 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4056 , cls_21 , 1.1700 , 1200.0000 , 90.7418 , 1025.6410 , 2.5000 , 1.2178 , 0.8866 , 0.2308 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4072 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4083 , cls_21 , 0.9900 , 600.0000 , 44.4070 , 606.0606 , 1.4286 , 1.0892 , 0.6584 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4109 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4116 , cls_21 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4129 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4132 , cls_21 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4136 , cls_21 , 0.4500 , 360.0000 , 24.0000 , 800.0000 , 1.2000 , 1.0699 , 0.3634 , 0.4000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4142 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4150 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4153 , cls_21 , 0.7200 , 600.0000 , 42.8377 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4163 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4174 , cls_21 , 3.3300 , 2160.0000 , 128.7451 , 648.6486 , 2.7692 , 1.2084 , 0.8585 , 0.4595 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4176 , cls_21 , 0.6300 , 420.0000 , 31.6352 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4177 , cls_21 , 4.3200 , 2820.0000 , 167.2178 , 652.7778 , 3.3571 , 1.2289 , 0.8955 , 0.4410 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4191 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4192 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4193 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4200 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4202 , cls_21 , 2.2500 , 1560.0000 , 80.0016 , 693.3333 , 2.6000 , 1.1907 , 0.6817 , 0.4400 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4203 , cls_21 , 7.3800 , 3300.0000 , 151.2747 , 447.1545 , 2.8947 , 1.1982 , 0.7605 , 0.6382 , 7.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4207 , cls_21 , 3.3300 , 2160.0000 , 114.5105 , 648.6486 , 2.7692 , 1.2084 , 0.7092 , 0.4550 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4210 , cls_21 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4213 , cls_21 , 0.6300 , 600.0000 , 56.0622 , 952.3810 , 1.6667 , 1.1455 , 0.8463 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4216 , cls_21 , 0.9000 , 1020.0000 , 93.7748 , 1133.3333 , 2.4286 , 1.2172 , 0.9122 , 0.2333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4225 , cls_21 , 7.4700 , 6360.0000 , 391.1056 , 851.4056 , 5.5789 , 1.3138 , 0.9401 , 0.3213 , 7.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4226 , cls_21 , 0.7200 , 540.0000 , 52.8930 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4227 , cls_21 , 2.6100 , 1680.0000 , 93.1722 , 643.6782 , 2.5455 , 1.1879 , 0.6817 , 0.5000 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4230 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4234 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4241 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4242 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4262 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4286 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4288 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4290 , cls_21 , 5.5800 , 4560.0000 , 234.1455 , 817.2043 , 4.7500 , 1.2880 , 0.9291 , 0.3414 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4302 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4317 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4329 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4340 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4341 , cls_21 , 4.2300 , 2640.0000 , 122.7643 , 624.1135 , 3.1429 , 1.2189 , 0.7936 , 0.5177 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4343 , cls_21 , 0.7200 , 660.0000 , 61.6049 , 916.6667 , 1.8333 , 1.1497 , 0.8433 , 0.2500 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4351 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4352 , cls_21 , 2.4300 , 1800.0000 , 109.2780 , 740.7407 , 2.7273 , 1.2100 , 0.8101 , 0.4012 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4353 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4356 , cls_21 , 4.9500 , 3360.0000 , 261.1989 , 678.7879 , 3.7333 , 1.2458 , 0.9409 , 0.4515 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4377 , cls_21 , 0.5400 , 480.0000 , 41.3948 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4379 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4380 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4390 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4405 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4407 , cls_21 , 0.6300 , 600.0000 , 42.5700 , 952.3810 , 1.6667 , 1.1455 , 0.6572 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4411 , cls_21 , 2.6100 , 2700.0000 , 184.6182 , 1034.4828 , 4.0909 , 1.2812 , 0.9432 , 0.2701 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4423 , cls_21 , 1.0800 , 840.0000 , 72.4059 , 777.7778 , 2.0000 , 1.1515 , 0.8425 , 0.3611 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4446 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4449 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4461 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4462 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4463 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4466 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4478 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4479 , cls_21 , 0.4500 , 480.0000 , 36.4884 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4485 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4486 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4487 , cls_21 , 14.1300 , 6780.0000 , 261.1376 , 479.8301 , 4.3462 , 1.2540 , 0.8294 , 0.6093 , 14.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4488 , cls_21 , 0.8100 , 540.0000 , 47.8619 , 666.6667 , 1.5000 , 1.0901 , 0.7708 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4504 , cls_21 , 2.6100 , 1320.0000 , 92.0453 , 505.7471 , 2.0000 , 1.1405 , 0.7522 , 0.5632 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4511 , cls_21 , 2.9700 , 1680.0000 , 103.3077 , 565.6566 , 2.3333 , 1.1730 , 0.7899 , 0.5303 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4516 , cls_21 , 0.3600 , 420.0000 , 33.8800 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4522 , cls_21 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4526 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4527 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4528 , cls_21 , 6.5700 , 4560.0000 , 220.5931 , 694.0639 , 4.2222 , 1.2691 , 0.8643 , 0.4566 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4545 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4546 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4549 , cls_21 , 0.7200 , 420.0000 , 35.0117 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4550 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4552 , cls_21 , 0.4500 , 480.0000 , 43.3217 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4561 , cls_21 , 6.3000 , 5640.0000 , 430.2728 , 895.2381 , 5.5294 , 1.3124 , 0.9763 , 0.3310 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4567 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4573 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4574 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4578 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4590 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4591 , cls_21 , 1.4400 , 1260.0000 , 90.9223 , 875.0000 , 2.6250 , 1.2016 , 0.8727 , 0.3125 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4592 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4595 , cls_21 , 2.1600 , 1380.0000 , 71.7005 , 638.8889 , 2.3000 , 1.1710 , 0.7555 , 0.5139 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4600 , cls_21 , 1.4400 , 1020.0000 , 66.3036 , 708.3333 , 2.1250 , 1.1574 , 0.7983 , 0.3958 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4601 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4602 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4603 , cls_21 , 0.6300 , 540.0000 , 52.4221 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4609 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4617 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4636 , cls_21 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4640 , cls_21 , 52.9200 , 22620.0000 , 464.2465 , 427.4376 , 7.6939 , 1.3112 , 0.7883 , 0.6488 , 52.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4657 , cls_21 , 2.3400 , 2100.0000 , 177.6373 , 897.4359 , 3.1818 , 1.2451 , 0.9287 , 0.2692 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4665 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4681 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4682 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4689 , cls_21 , 0.7200 , 540.0000 , 54.1246 , 750.0000 , 1.5000 , 1.1046 , 0.8078 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4698 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4700 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4703 , cls_21 , 10.2600 , 3780.0000 , 188.1681 , 368.4211 , 2.8636 , 1.1875 , 0.7417 , 0.7047 , 10.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4704 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4705 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4707 , cls_21 , 0.7200 , 720.0000 , 64.9177 , 1000.0000 , 2.0000 , 1.1693 , 0.8502 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4715 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4717 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4721 , cls_21 , 1.6200 , 1260.0000 , 65.8226 , 777.7778 , 2.3333 , 1.1870 , 0.6817 , 0.4167 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4722 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4733 , cls_21 , 0.6300 , 780.0000 , 53.2534 , 1238.0952 , 2.1667 , 1.2055 , 0.7826 , 0.1667 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4737 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4748 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4751 , cls_21 , 1.5300 , 1260.0000 , 85.3162 , 823.5294 , 2.3333 , 1.1940 , 0.8150 , 0.3627 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4753 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4761 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4763 , cls_21 , 0.5400 , 540.0000 , 48.3666 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4768 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4781 , cls_21 , 60.0300 , 29640.0000 , 1757.3236 , 493.7531 , 9.5000 , 1.3394 , 0.9774 , 0.5705 , 60.0300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4783 , cls_21 , 0.8100 , 780.0000 , 62.4243 , 962.9630 , 2.1667 , 1.1718 , 0.8652 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4786 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4795 , cls_21 , 0.8100 , 540.0000 , 44.3575 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4796 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4803 , cls_21 , 6.2100 , 4860.0000 , 208.0496 , 782.6087 , 4.7647 , 1.2871 , 0.8863 , 0.3913 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4810 , cls_21 , 0.7200 , 480.0000 , 37.7419 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4814 , cls_21 , 58.7700 , 31080.0000 , 676.6897 , 528.8412 , 9.9615 , 1.3487 , 0.9341 , 0.5755 , 58.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4815 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4817 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4827 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4830 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4831 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4834 , cls_21 , 1.7100 , 1380.0000 , 141.1058 , 807.0175 , 2.5556 , 1.1991 , 0.9256 , 0.3158 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4836 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4862 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4874 , cls_21 , 1.3500 , 1260.0000 , 107.8361 , 933.3333 , 2.6250 , 1.2097 , 0.8783 , 0.2556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4875 , cls_21 , 1.9800 , 1560.0000 , 156.1064 , 787.8788 , 2.6000 , 1.2061 , 0.9243 , 0.3182 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4912 , cls_21 , 0.4500 , 600.0000 , 50.9117 , 1333.3333 , 2.0000 , 1.1913 , 0.8727 , 0.1333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4914 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4933 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4936 , cls_21 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4947 , cls_21 , 1.5300 , 1500.0000 , 104.6755 , 980.3922 , 2.7778 , 1.2302 , 0.8585 , 0.2941 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4954 , cls_21 , 1.8900 , 1440.0000 , 139.8245 , 761.9048 , 2.4000 , 1.1955 , 0.9277 , 0.3175 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4956 , cls_21 , 0.8100 , 600.0000 , 60.9299 , 740.7407 , 1.6667 , 1.1135 , 0.8237 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4963 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4987 , cls_21 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4993 , cls_21 , 5.3100 , 4200.0000 , 432.9867 , 790.9605 , 4.3750 , 1.2788 , 0.9762 , 0.3164 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5000 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5009 , cls_21 , 4.8600 , 4380.0000 , 215.2391 , 901.2346 , 4.8667 , 1.2971 , 0.8916 , 0.2901 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5018 , cls_21 , 1.6200 , 1320.0000 , 109.7915 , 814.8148 , 2.4444 , 1.1966 , 0.9016 , 0.3519 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5022 , cls_21 , 0.9900 , 720.0000 , 68.6465 , 727.2727 , 1.7143 , 1.1289 , 0.8444 , 0.3636 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5047 , cls_21 , 4.2300 , 3480.0000 , 303.1492 , 822.6950 , 4.1429 , 1.2708 , 0.9484 , 0.3546 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5061 , cls_21 , 1.3500 , 900.0000 , 52.7275 , 666.6667 , 1.8750 , 1.1390 , 0.5756 , 0.4778 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5070 , cls_21 , 2.5200 , 2040.0000 , 125.8027 , 809.5238 , 3.0909 , 1.2303 , 0.9054 , 0.3988 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5077 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5087 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5131 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5154 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5158 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5177 , cls_21 , 2.4300 , 1800.0000 , 139.8450 , 740.7407 , 2.7273 , 1.2100 , 0.8873 , 0.3704 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5182 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5184 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5192 , cls_21 , 5.6700 , 4440.0000 , 254.4000 , 783.0688 , 4.6250 , 1.2813 , 0.9206 , 0.3545 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5217 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5226 , cls_21 , 3.0600 , 2160.0000 , 118.2069 , 705.8824 , 3.0000 , 1.2183 , 0.8041 , 0.4608 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5228 , cls_21 , 1.1700 , 960.0000 , 69.8561 , 820.5128 , 2.0000 , 1.1702 , 0.8140 , 0.3718 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5236 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5252 , cls_21 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5257 , cls_21 , 1.9800 , 1440.0000 , 139.3740 , 727.2727 , 2.4000 , 1.1899 , 0.9108 , 0.3712 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5259 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5264 , cls_21 , 1.2600 , 1020.0000 , 96.3164 , 809.5238 , 2.1250 , 1.1738 , 0.8951 , 0.3095 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5267 , cls_21 , 6.6600 , 4980.0000 , 311.3842 , 747.7477 , 4.6111 , 1.2834 , 0.9559 , 0.4189 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5295 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5309 , cls_21 , 1.4400 , 1020.0000 , 68.9513 , 708.3333 , 2.1250 , 1.1574 , 0.7963 , 0.4271 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5311 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5321 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5322 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5326 , cls_21 , 0.9900 , 840.0000 , 74.7167 , 848.4848 , 2.0000 , 1.1624 , 0.8715 , 0.3030 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5357 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5359 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5375 , cls_21 , 1.1700 , 840.0000 , 55.2628 , 717.9487 , 1.7500 , 1.1416 , 0.5862 , 0.4359 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5379 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5393 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5444 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5465 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5466 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5468 , cls_21 , 0.7200 , 660.0000 , 40.6395 , 916.6667 , 1.8333 , 1.1497 , 0.6488 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5489 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5500 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5522 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5540 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5546 , cls_21 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5553 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5559 , cls_21 , 1.5300 , 1200.0000 , 76.1257 , 784.3137 , 2.2222 , 1.1839 , 0.7453 , 0.3824 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5567 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5569 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5572 , cls_21 , 1.8000 , 960.0000 , 63.3611 , 533.3333 , 1.7778 , 1.1187 , 0.6512 , 0.5500 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5596 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5601 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5607 , cls_21 , 0.9000 , 840.0000 , 78.7620 , 933.3333 , 2.0000 , 1.1745 , 0.8776 , 0.2500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5609 , cls_21 , 1.0800 , 720.0000 , 43.5027 , 666.6667 , 1.7143 , 1.1183 , 0.5506 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5624 , cls_21 , 1.7100 , 960.0000 , 66.9513 , 561.4035 , 1.7778 , 1.1246 , 0.7154 , 0.5351 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5625 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5626 , cls_21 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5634 , cls_21 , 1.1700 , 960.0000 , 99.2970 , 820.5128 , 2.0000 , 1.1702 , 0.9070 , 0.2821 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5651 , cls_21 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5652 , cls_21 , 6.7500 , 4320.0000 , 245.1138 , 640.0000 , 4.0000 , 1.2563 , 0.9265 , 0.4578 , 6.7500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5664 , cls_21 , 48.2400 , 26040.0000 , 2428.0810 , 539.8010 , 9.2340 , 1.3420 , 0.9926 , 0.5121 , 48.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5671 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5673 , cls_21 , 1.0800 , 780.0000 , 48.9981 , 722.2222 , 1.8571 , 1.1355 , 0.6273 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5674 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5708 , cls_21 , 0.6300 , 420.0000 , 32.0282 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5728 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5729 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5730 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5733 , cls_21 , 0.5400 , 480.0000 , 40.6678 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5744 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5754 , cls_21 , 0.7200 , 600.0000 , 48.5617 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5757 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5759 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5760 , cls_21 , 0.7200 , 600.0000 , 43.8522 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5764 , cls_21 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5773 , cls_21 , 0.5400 , 480.0000 , 34.4042 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5781 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5800 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5804 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5805 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5806 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5807 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5821 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5823 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5824 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5831 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5832 , cls_21 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5834 , cls_21 , 3.0600 , 1980.0000 , 229.6359 , 647.0588 , 2.7500 , 1.2014 , 0.9520 , 0.3824 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5842 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5847 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5851 , cls_21 , 3.1500 , 1680.0000 , 148.8604 , 533.3333 , 2.3333 , 1.1663 , 0.8897 , 0.5333 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5859 , cls_21 , 9.9000 , 5580.0000 , 415.2594 , 563.6364 , 4.4286 , 1.2589 , 0.9543 , 0.5242 , 9.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5870 , cls_21 , 5.4900 , 3480.0000 , 421.6704 , 633.8798 , 3.6250 , 1.2404 , 0.9743 , 0.3825 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5877 , cls_21 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5878 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5879 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5880 , cls_21 , 1.0800 , 720.0000 , 76.1042 , 666.6667 , 1.7143 , 1.1183 , 0.8487 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5881 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5882 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5883 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5884 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5885 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5886 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5887 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5890 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5891 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5893 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5894 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5895 , cls_21 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5896 , cls_21 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5897 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5898 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5899 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5900 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5901 , cls_21 , 0.9000 , 660.0000 , 75.0000 , 733.3333 , 1.5714 , 1.1216 , 0.8739 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5902 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5906 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5907 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5911 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5916 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5919 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5921 , cls_21 , 16.3800 , 8580.0000 , 303.7200 , 523.8095 , 5.2963 , 1.2778 , 0.8865 , 0.5797 , 16.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5936 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5937 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5938 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5939 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5940 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5941 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5942 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5943 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5944 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5947 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5948 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5949 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5952 , cls_21 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5953 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5954 , cls_21 , 44.3700 , 18000.0000 , 674.0286 , 405.6795 , 6.6667 , 1.2938 , 0.9257 , 0.6521 , 44.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5955 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5956 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5961 , cls_21 , 12.0600 , 8700.0000 , 353.2831 , 721.3930 , 6.0417 , 1.3136 , 0.8823 , 0.4167 , 12.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5969 , cls_21 , 6.2100 , 5880.0000 , 490.8089 , 946.8599 , 5.7647 , 1.3216 , 0.9794 , 0.3261 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5974 , cls_21 , 3.9600 , 3540.0000 , 303.1571 , 893.9394 , 4.2143 , 1.2819 , 0.9630 , 0.3144 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5979 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5990 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5991 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5992 , cls_21 , 4.0500 , 3300.0000 , 262.3345 , 814.8148 , 3.9286 , 1.2660 , 0.9379 , 0.3407 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5994 , cls_21 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5995 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5996 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6002 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6029 , cls_21 , 0.7200 , 480.0000 , 34.5976 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6031 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6048 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6060 , cls_21 , 1.7100 , 1440.0000 , 140.3967 , 842.1053 , 2.6667 , 1.2078 , 0.9328 , 0.2982 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6062 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6065 , cls_21 , 1.7100 , 1320.0000 , 143.0690 , 771.9298 , 2.4444 , 1.1899 , 0.9332 , 0.2982 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6070 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6072 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6083 , cls_21 , 6.2100 , 3540.0000 , 203.6501 , 570.0483 , 3.4706 , 1.2297 , 0.9024 , 0.5411 , 6.2100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6103 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6105 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6112 , cls_21 , 6.5700 , 5520.0000 , 336.3246 , 840.1826 , 5.1111 , 1.3035 , 0.9477 , 0.3562 , 6.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6118 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6120 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6125 , cls_21 , 1.4400 , 1080.0000 , 114.5607 , 750.0000 , 2.2500 , 1.1694 , 0.8758 , 0.3021 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6137 , cls_21 , 0.7200 , 540.0000 , 51.8938 , 750.0000 , 1.5000 , 1.1046 , 0.8078 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6150 , cls_21 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6152 , cls_21 , 0.7200 , 600.0000 , 54.9378 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6154 , cls_21 , 1.5300 , 1260.0000 , 80.5216 , 823.5294 , 2.3333 , 1.1940 , 0.8268 , 0.3431 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6170 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6189 , cls_21 , 3.7800 , 2520.0000 , 211.8791 , 666.6667 , 3.2308 , 1.2231 , 0.9429 , 0.4365 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6207 , cls_21 , 0.8100 , 780.0000 , 58.8723 , 962.9630 , 2.1667 , 1.1718 , 0.8652 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6208 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6213 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6231 , cls_21 , 2.2500 , 1740.0000 , 101.2734 , 773.3333 , 2.9000 , 1.2125 , 0.8128 , 0.4333 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6243 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6260 , cls_21 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6264 , cls_21 , 1.8000 , 1560.0000 , 152.8595 , 866.6667 , 2.8889 , 1.2178 , 0.9264 , 0.3000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6287 , cls_21 , 3.5100 , 2640.0000 , 245.6336 , 752.1368 , 3.3846 , 1.2406 , 0.9449 , 0.3376 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6294 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6297 , cls_21 , 9.8100 , 7080.0000 , 250.6739 , 721.7125 , 5.6190 , 1.3014 , 0.8816 , 0.4128 , 9.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6305 , cls_21 , 0.9900 , 960.0000 , 86.8372 , 969.6970 , 2.2857 , 1.1914 , 0.8923 , 0.2879 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6310 , cls_21 , 0.8100 , 840.0000 , 77.3461 , 1037.0370 , 2.3333 , 1.1883 , 0.8919 , 0.2222 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6322 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6332 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6341 , cls_21 , 0.9000 , 780.0000 , 77.9003 , 866.6667 , 1.8571 , 1.1583 , 0.8832 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6352 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6387 , cls_21 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6391 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6393 , cls_21 , 0.9000 , 780.0000 , 59.1367 , 866.6667 , 1.8571 , 1.1583 , 0.8041 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6394 , cls_21 , 3.7800 , 2460.0000 , 143.7255 , 650.7937 , 3.1538 , 1.2185 , 0.8413 , 0.4722 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6398 , cls_21 , 1.4400 , 1020.0000 , 67.1782 , 708.3333 , 2.1250 , 1.1574 , 0.6156 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6415 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6426 , cls_21 , 1.5300 , 1200.0000 , 69.9862 , 784.3137 , 2.2222 , 1.1839 , 0.7568 , 0.3824 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6431 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6458 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6463 , cls_21 , 0.3600 , 480.0000 , 34.3237 , 1333.3333 , 2.0000 , 1.1693 , 0.7170 , 0.1250 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6475 , cls_21 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6477 , cls_21 , 1.8900 , 1500.0000 , 75.7559 , 793.6508 , 2.5000 , 1.2038 , 0.6854 , 0.3968 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6479 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6480 , cls_21 , 4.2300 , 3000.0000 , 166.1323 , 709.2199 , 3.5714 , 1.2429 , 0.8745 , 0.3936 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6482 , cls_21 , 0.5400 , 540.0000 , 48.3666 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6497 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6499 , cls_21 , 0.7200 , 600.0000 , 52.7551 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6500 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6505 , cls_21 , 1.3500 , 1080.0000 , 108.4443 , 800.0000 , 2.2500 , 1.1773 , 0.9030 , 0.3111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6515 , cls_21 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6516 , cls_21 , 1.1700 , 960.0000 , 99.1312 , 820.5128 , 2.0000 , 1.1702 , 0.9026 , 0.2821 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6542 , cls_21 , 2.9700 , 2160.0000 , 134.4748 , 727.2727 , 3.0000 , 1.2218 , 0.8590 , 0.4394 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6543 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6556 , cls_21 , 29.5200 , 15060.0000 , 885.4606 , 510.1626 , 6.7838 , 1.3074 , 0.9733 , 0.5534 , 29.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6560 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6565 , cls_21 , 1.8000 , 1620.0000 , 121.6139 , 900.0000 , 3.0000 , 1.2255 , 0.8981 , 0.3333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6568 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6572 , cls_21 , 0.5400 , 420.0000 , 36.7959 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6587 , cls_21 , 2.5200 , 1800.0000 , 154.6849 , 714.2857 , 2.7273 , 1.2056 , 0.9054 , 0.3810 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6591 , cls_21 , 2.0700 , 1740.0000 , 139.8096 , 840.5797 , 2.9000 , 1.2227 , 0.9099 , 0.2971 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6598 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6599 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6606 , cls_21 , 1.9800 , 1560.0000 , 158.3552 , 787.8788 , 2.6000 , 1.2061 , 0.9387 , 0.3106 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6611 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6622 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6623 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6625 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6628 , cls_21 , 0.5400 , 540.0000 , 48.0664 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6634 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6637 , cls_21 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6638 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6643 , cls_21 , 7.2900 , 5940.0000 , 370.6557 , 814.8148 , 5.5000 , 1.3045 , 0.9513 , 0.3107 , 7.2900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6645 , cls_21 , 1.1700 , 900.0000 , 95.8015 , 769.2308 , 1.8750 , 1.1564 , 0.8918 , 0.3205 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6673 , cls_21 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6674 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6676 , cls_21 , 0.4500 , 480.0000 , 36.7251 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6688 , cls_21 , 1.8000 , 1560.0000 , 136.3826 , 866.6667 , 2.8889 , 1.2178 , 0.9279 , 0.3083 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6715 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6716 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6723 , cls_21 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6726 , cls_21 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6729 , cls_21 , 1.3500 , 1140.0000 , 110.4801 , 844.4444 , 2.3750 , 1.1887 , 0.9136 , 0.3000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6738 , cls_21 , 3.6000 , 1920.0000 , 100.5833 , 533.3333 , 2.4615 , 1.1769 , 0.7516 , 0.5917 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6741 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6754 , cls_21 , 0.5400 , 600.0000 , 50.6913 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6759 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6762 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6769 , cls_21 , 23.3100 , 11940.0000 , 591.5226 , 512.2265 , 6.0303 , 1.2948 , 0.9472 , 0.5650 , 23.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6778 , cls_21 , 1.4400 , 960.0000 , 68.9161 , 666.6667 , 2.0000 , 1.1448 , 0.7900 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6780 , cls_21 , 2.4300 , 1860.0000 , 204.5207 , 765.4321 , 2.8182 , 1.2165 , 0.9531 , 0.3025 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6791 , cls_21 , 0.7200 , 600.0000 , 40.6074 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6793 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6801 , cls_21 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6809 , cls_21 , 0.7200 , 720.0000 , 51.7104 , 1000.0000 , 2.0000 , 1.1693 , 0.7516 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6838 , cls_21 , 0.6300 , 540.0000 , 42.6879 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6840 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6841 , cls_21 , 1.6200 , 1380.0000 , 125.2447 , 851.8519 , 2.5556 , 1.2058 , 0.9184 , 0.2963 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6850 , cls_21 , 1.8000 , 1380.0000 , 101.5243 , 766.6667 , 2.5556 , 1.1928 , 0.8569 , 0.3917 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6852 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6853 , cls_21 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6862 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6864 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6869 , cls_21 , 0.5400 , 480.0000 , 36.6356 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6870 , cls_21 , 0.6300 , 540.0000 , 43.6383 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6872 , cls_21 , 1.5300 , 1560.0000 , 92.1417 , 1019.6078 , 2.8889 , 1.2384 , 0.8408 , 0.2843 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6874 , cls_21 , 1.8000 , 1800.0000 , 114.4677 , 1000.0000 , 3.3333 , 1.2470 , 0.9039 , 0.3167 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6883 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6917 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6926 , cls_21 , 3.7800 , 2340.0000 , 138.8720 , 619.0476 , 3.0000 , 1.2090 , 0.8205 , 0.5119 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6943 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6944 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6951 , cls_21 , 2.2500 , 1800.0000 , 130.7504 , 800.0000 , 3.0000 , 1.2193 , 0.9064 , 0.3800 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6957 , cls_21 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6959 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6961 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6963 , cls_21 , 2.7000 , 1740.0000 , 119.4364 , 644.4444 , 2.6364 , 1.1908 , 0.8021 , 0.4444 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6965 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6966 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6969 , cls_21 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6976 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6984 , cls_21 , 0.7200 , 420.0000 , 34.0413 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6986 , cls_21 , 0.9000 , 660.0000 , 62.1236 , 733.3333 , 1.5714 , 1.1216 , 0.8128 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6998 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7003 , cls_21 , 20.7000 , 12000.0000 , 368.7339 , 579.7101 , 6.4516 , 1.3082 , 0.8768 , 0.5435 , 20.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7022 , cls_21 , 3.9600 , 2520.0000 , 126.2100 , 636.3636 , 3.0000 , 1.2177 , 0.7357 , 0.4773 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7025 , cls_21 , 1.2600 , 1260.0000 , 112.1876 , 1000.0000 , 2.6250 , 1.2186 , 0.9193 , 0.2857 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7027 , cls_21 , 0.6300 , 420.0000 , 32.7472 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7045 , cls_21 , 0.5400 , 420.0000 , 33.6893 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 361.2478 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7049 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7050 , cls_21 , 0.8100 , 660.0000 , 54.6428 , 814.8148 , 1.8333 , 1.1347 , 0.8121 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7082 , cls_21 , 2.4300 , 1260.0000 , 95.1366 , 518.5185 , 1.9091 , 1.1393 , 0.8090 , 0.5741 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7106 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7110 , cls_21 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7115 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7136 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7144 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7154 , cls_21 , 0.8100 , 660.0000 , 64.7935 , 814.8148 , 1.8333 , 1.1347 , 0.8315 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7160 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7161 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7164 , cls_21 , 0.6300 , 540.0000 , 55.0296 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7170 , cls_21 , 2.1600 , 1920.0000 , 164.1424 , 888.8889 , 3.2000 , 1.2372 , 0.9389 , 0.3194 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7180 , cls_21 , 3.4200 , 2820.0000 , 140.6066 , 824.5614 , 3.6154 , 1.2564 , 0.8717 , 0.3684 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7182 , cls_21 , 0.7200 , 600.0000 , 56.1895 , 833.3333 , 1.6667 , 1.1283 , 0.7963 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7187 , cls_21 , 0.9900 , 1020.0000 , 80.2902 , 1030.3030 , 2.4286 , 1.2046 , 0.9060 , 0.2576 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7196 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7202 , cls_21 , 2.1600 , 1680.0000 , 141.4006 , 777.7778 , 2.8000 , 1.2104 , 0.8877 , 0.3056 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7203 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7204 , cls_21 , 2.5200 , 2100.0000 , 133.4912 , 833.3333 , 3.1818 , 1.2360 , 0.8655 , 0.3512 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7233 , cls_21 , 0.9000 , 840.0000 , 75.5077 , 933.3333 , 2.0000 , 1.1745 , 0.8585 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7242 , cls_21 , 1.3500 , 1200.0000 , 106.5002 , 888.8889 , 2.5000 , 1.1995 , 0.9082 , 0.3111 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7245 , cls_21 , 2.9700 , 2280.0000 , 187.9429 , 767.6768 , 3.1667 , 1.2323 , 0.9291 , 0.3586 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7278 , cls_21 , 1.1700 , 780.0000 , 79.6124 , 666.6667 , 1.6250 , 1.1258 , 0.8161 , 0.3974 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7286 , cls_21 , 0.6300 , 540.0000 , 46.9616 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7295 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7305 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7307 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7313 , cls_21 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7317 , cls_21 , 1.8000 , 1500.0000 , 81.7629 , 833.3333 , 2.7778 , 1.2098 , 0.7139 , 0.3583 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7330 , cls_21 , 11.5200 , 4020.0000 , 176.0755 , 348.9583 , 2.9130 , 1.1863 , 0.6465 , 0.7018 , 11.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7335 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7343 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7366 , cls_21 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7373 , cls_21 , 3.9600 , 3360.0000 , 133.6244 , 848.4848 , 4.0000 , 1.2721 , 0.8120 , 0.3902 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7376 , cls_21 , 0.6300 , 600.0000 , 53.0155 , 952.3810 , 1.6667 , 1.1455 , 0.8286 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7381 , cls_21 , 1.8900 , 1620.0000 , 139.6628 , 857.1429 , 2.7000 , 1.2194 , 0.9177 , 0.3492 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7383 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7388 , cls_21 , 1.0800 , 720.0000 , 56.4126 , 666.6667 , 1.7143 , 1.1183 , 0.6605 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7390 , cls_21 , 5.1300 , 2160.0000 , 127.5805 , 421.0526 , 2.2500 , 1.1602 , 0.7689 , 0.6637 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7391 , cls_21 , 0.5400 , 480.0000 , 47.1916 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7397 , cls_21 , 0.9000 , 720.0000 , 72.2744 , 800.0000 , 1.7143 , 1.1407 , 0.8585 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7407 , cls_21 , 1.1700 , 720.0000 , 52.5423 , 615.3846 , 1.5000 , 1.1087 , 0.6877 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7411 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7415 , cls_21 , 2.6100 , 1980.0000 , 136.5109 , 758.6207 , 3.0000 , 1.2202 , 0.8652 , 0.3908 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7425 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7428 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 432.6662 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7435 , cls_21 , 0.9900 , 780.0000 , 82.6703 , 787.8788 , 1.8571 , 1.1463 , 0.8880 , 0.2879 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7437 , cls_21 , 1.0800 , 840.0000 , 82.6200 , 777.7778 , 2.0000 , 1.1515 , 0.8825 , 0.3194 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7463 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7465 , cls_21 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7470 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7475 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7514 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7515 , cls_21 , 3.9600 , 2700.0000 , 123.3780 , 681.8182 , 3.2143 , 1.2307 , 0.8068 , 0.4659 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7517 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7518 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7527 , cls_21 , 0.7200 , 780.0000 , 69.6073 , 1083.3333 , 2.1667 , 1.1874 , 0.8855 , 0.2083 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7537 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7539 , cls_21 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7543 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7554 , cls_21 , 0.4500 , 480.0000 , 40.7346 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7558 , cls_21 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7561 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7575 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7576 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7582 , cls_21 , 0.6300 , 540.0000 , 55.0296 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7586 , cls_21 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7604 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7606 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7607 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7612 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7613 , cls_21 , 0.5400 , 480.0000 , 47.1916 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7618 , cls_21 , 2.4300 , 1800.0000 , 163.1905 , 740.7407 , 2.7273 , 1.2100 , 0.9339 , 0.3704 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7621 , cls_21 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7629 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7630 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7631 , cls_21 , 1.1700 , 720.0000 , 46.9305 , 615.3846 , 1.5000 , 1.1087 , 0.5862 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7632 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7656 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7657 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7659 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7663 , cls_21 , 0.9000 , 720.0000 , 53.7669 , 800.0000 , 1.7143 , 1.1407 , 0.7551 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7679 , cls_21 , 1.9800 , 840.0000 , 67.5757 , 424.2424 , 1.4000 , 1.0809 , 0.6498 , 0.6364 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7680 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7691 , cls_21 , 1.1700 , 960.0000 , 82.7632 , 820.5128 , 2.0000 , 1.1702 , 0.8408 , 0.3333 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7694 , cls_21 , 1.5300 , 1140.0000 , 88.5940 , 745.0980 , 2.1111 , 1.1733 , 0.8268 , 0.4020 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7712 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7714 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7719 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7724 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7726 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7729 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7749 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7755 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7763 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7765 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7766 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7768 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7771 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 16 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 752.3962 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 24 , cls_43 , 0.8100 , 540.0000 , 37.6740 , 666.6667 , 1.5000 , 1.0901 , 0.5593 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 752.3962 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 35 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 630.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 40 , cls_43 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 630.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 57 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 349.8571 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 132 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 139 , cls_43 , 0.5400 , 420.0000 , 36.6787 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 646.2198 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 141 , cls_43 , 0.6300 , 540.0000 , 38.1636 , 857.1429 , 1.5000 , 1.1214 , 0.7215 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 142 , cls_43 , 0.6300 , 480.0000 , 37.5717 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 153 , cls_43 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 934.3447 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 157 , cls_43 , 0.6300 , 540.0000 , 40.8348 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 351.1410 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 164 , cls_43 , 0.4500 , 480.0000 , 38.4853 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 170 , cls_43 , 1.5300 , 1200.0000 , 74.7853 , 784.3137 , 2.2222 , 1.1839 , 0.7075 , 0.3922 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 209 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 349.8571 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 222 , cls_43 , 0.5400 , 480.0000 , 36.9473 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 226 , cls_43 , 0.4500 , 480.0000 , 41.4290 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 262 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 265 , cls_43 , 0.4500 , 480.0000 , 36.4884 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 853.8150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 311 , cls_43 , 0.8100 , 540.0000 , 41.8644 , 666.6667 , 1.5000 , 1.0901 , 0.6419 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 317 , cls_43 , 0.9000 , 960.0000 , 62.3003 , 1066.6667 , 2.2857 , 1.2039 , 0.8041 , 0.2500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 1819.1482 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 323 , cls_43 , 0.5400 , 420.0000 , 32.0363 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 371.0795 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 324 , cls_43 , 0.4500 , 480.0000 , 40.7346 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 326 , cls_43 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 349 , cls_43 , 0.5400 , 540.0000 , 52.9083 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 371.0795 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 384 , cls_43 , 0.5400 , 540.0000 , 48.0278 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 387 , cls_43 , 0.8100 , 720.0000 , 53.7431 , 888.8889 , 2.0000 , 1.1540 , 0.7205 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 397 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 398 , cls_43 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 399 , cls_43 , 1.4400 , 840.0000 , 56.2488 , 583.3333 , 1.7500 , 1.1169 , 0.6156 , 0.5417 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 436 , cls_43 , 1.1700 , 900.0000 , 62.6560 , 769.2308 , 1.8750 , 1.1564 , 0.8345 , 0.4231 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 445 , cls_43 , 0.9000 , 600.0000 , 42.6407 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 449 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 624.2596 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 465 , cls_43 , 0.9000 , 840.0000 , 49.0138 , 933.3333 , 2.0000 , 1.1745 , 0.6255 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 391.1521 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 470 , cls_43 , 0.9000 , 780.0000 , 47.4999 , 866.6667 , 1.8571 , 1.1583 , 0.7170 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 471 , cls_43 , 0.5400 , 480.0000 , 37.6942 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 534 , cls_43 , 0.5400 , 480.0000 , 37.0246 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 548 , cls_43 , 0.4500 , 480.0000 , 39.9473 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 567 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 600 , cls_43 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 611 , cls_43 , 1.7100 , 1320.0000 , 69.1666 , 771.9298 , 2.4444 , 1.1899 , 0.6976 , 0.4298 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 617 , cls_43 , 0.4500 , 480.0000 , 38.4853 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 619 , cls_43 , 0.9000 , 600.0000 , 44.6009 , 666.6667 , 1.4286 , 1.1006 , 0.6021 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 637 , cls_43 , 0.9000 , 540.0000 , 40.8279 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 641 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 655 , cls_43 , 1.6200 , 1140.0000 , 76.7374 , 703.7037 , 2.1111 , 1.1663 , 0.7637 , 0.4259 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 669 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 510.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 700 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 713 , cls_43 , 0.7200 , 360.0000 , 34.3237 , 500.0000 , 1.0000 , 1.0133 , 0.4907 , 0.5417 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 577.0615 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 724 , cls_43 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 391.1521 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 728 , cls_43 , 0.6300 , 600.0000 , 58.3934 , 952.3810 , 1.6667 , 1.1455 , 0.8463 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 736 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 362.4914 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 756 , cls_43 , 0.4500 , 480.0000 , 37.4151 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 814 , cls_43 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 582.4946 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 920 , cls_43 , 0.8100 , 480.0000 , 36.0948 , 592.5926 , 1.3333 , 1.0639 , 0.5593 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 362.4914 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 926 , cls_43 , 3.4200 , 1380.0000 , 83.5321 , 403.5088 , 1.7692 , 1.1195 , 0.6278 , 0.6711 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 931 , cls_43 , 0.6300 , 420.0000 , 33.6998 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 456.9464 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 941 , cls_43 , 0.6300 , 420.0000 , 33.4059 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 510.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 946 , cls_43 , 1.1700 , 540.0000 , 41.3757 , 461.5385 , 1.1250 , 1.0473 , 0.4292 , 0.6282 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 403.6087 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 958 , cls_43 , 0.7200 , 600.0000 , 46.6261 , 833.3333 , 1.6667 , 1.1283 , 0.7963 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 977 , cls_43 , 0.6300 , 420.0000 , 36.7148 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1010 , cls_43 , 0.9000 , 720.0000 , 55.4675 , 800.0000 , 1.7143 , 1.1407 , 0.7598 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1045 , cls_43 , 1.5300 , 1380.0000 , 80.2573 , 901.9608 , 2.5556 , 1.2129 , 0.7919 , 0.3333 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1073 , cls_43 , 0.8100 , 540.0000 , 40.9481 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1084 , cls_43 , 1.1700 , 960.0000 , 58.5259 , 820.5128 , 2.0000 , 1.1702 , 0.6877 , 0.3718 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1101 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1111 , cls_43 , 0.4500 , 600.0000 , 46.6433 , 1333.3333 , 2.0000 , 1.1913 , 0.8128 , 0.1333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1134 , cls_43 , 0.4500 , 480.0000 , 38.6316 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1156 , cls_43 , 0.7200 , 480.0000 , 34.2319 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1163 , cls_43 , 0.8100 , 480.0000 , 37.6685 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1175 , cls_43 , 0.7200 , 480.0000 , 39.9808 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 456.9464 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1182 , cls_43 , 0.6300 , 480.0000 , 36.6240 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1199 , cls_43 , 0.4500 , 480.0000 , 41.3902 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 553.1727 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1234 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1249 , cls_43 , 0.7200 , 600.0000 , 40.0494 , 833.3333 , 1.6667 , 1.1283 , 0.4907 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 657.9514 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1324 , cls_43 , 0.8100 , 660.0000 , 42.1157 , 814.8148 , 1.8333 , 1.1347 , 0.6048 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 457.9301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1343 , cls_43 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 577.0615 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1366 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 569.2100 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1454 , cls_43 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1533.2319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1461 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 626.4184 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1485 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 531.6014 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1508 , cls_43 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1547 , cls_43 , 0.6300 , 540.0000 , 40.7480 , 857.1429 , 1.5000 , 1.1214 , 0.6572 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1580 , cls_43 , 0.9900 , 900.0000 , 54.2730 , 909.0909 , 2.1429 , 1.1774 , 0.7199 , 0.3030 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1590 , cls_43 , 0.8100 , 660.0000 , 50.0106 , 814.8148 , 1.8333 , 1.1347 , 0.7453 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 450.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1594 , cls_43 , 0.4500 , 480.0000 , 36.4884 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 305.9412 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1597 , cls_43 , 0.9900 , 720.0000 , 55.0707 , 727.2727 , 1.7143 , 1.1289 , 0.7307 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 268.3282 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1631 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1632 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 271.6616 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1633 , cls_43 , 0.5400 , 540.0000 , 40.3534 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1656 , cls_43 , 1.2600 , 1020.0000 , 64.6832 , 809.5238 , 2.1250 , 1.1738 , 0.7258 , 0.3929 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1683 , cls_43 , 0.9900 , 840.0000 , 65.2158 , 848.4848 , 2.0000 , 1.1624 , 0.7940 , 0.3485 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1696 , cls_43 , 0.7200 , 660.0000 , 46.6641 , 916.6667 , 1.8333 , 1.1497 , 0.7453 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1729 , cls_43 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1756 , cls_43 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 416.7733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1768 , cls_43 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 523.9275 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1792 , cls_43 , 0.5400 , 480.0000 , 43.3747 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 360.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1825 , cls_43 , 0.6300 , 540.0000 , 41.6567 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1836 , cls_43 , 1.1700 , 660.0000 , 48.2831 , 564.1026 , 1.3750 , 1.0902 , 0.6322 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1847 , cls_43 , 0.5400 , 540.0000 , 40.3225 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1853 , cls_43 , 0.6300 , 600.0000 , 43.9862 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1866 , cls_43 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1870 , cls_43 , 0.9900 , 720.0000 , 53.0421 , 727.2727 , 1.7143 , 1.1289 , 0.6888 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1887 , cls_43 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1922 , cls_43 , 0.4500 , 480.0000 , 34.9123 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 630.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1927 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1938 , cls_43 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 391.1521 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1943 , cls_43 , 0.9900 , 780.0000 , 52.5072 , 787.8788 , 1.8571 , 1.1463 , 0.7199 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 531.6014 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1946 , cls_43 , 0.5400 , 540.0000 , 38.2235 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1981 , cls_43 , 0.6300 , 480.0000 , 33.2209 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1987 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 416.7733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2010 , cls_43 , 0.9000 , 840.0000 , 59.6788 , 933.3333 , 2.0000 , 1.1745 , 0.8232 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 453.9824 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2040 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2041 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2054 , cls_43 , 0.7200 , 540.0000 , 43.2233 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2077 , cls_43 , 0.6300 , 660.0000 , 42.0907 , 1047.6190 , 1.8333 , 1.1673 , 0.6435 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 379.4733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2083 , cls_43 , 1.8000 , 1800.0000 , 78.3031 , 1000.0000 , 3.3333 , 1.2470 , 0.7004 , 0.2833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 301.4963 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2088 , cls_43 , 1.2600 , 720.0000 , 57.4151 , 571.4286 , 1.5000 , 1.1000 , 0.6572 , 0.5119 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2125 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 480.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2132 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 543.3231 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2159 , cls_43 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 301.4963 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2163 , cls_43 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 453.9824 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2216 , cls_43 , 0.7200 , 660.0000 , 47.7428 , 916.6667 , 1.8333 , 1.1497 , 0.7004 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 780.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2270 , cls_43 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2286 , cls_43 , 0.9000 , 720.0000 , 47.3346 , 800.0000 , 1.7143 , 1.1407 , 0.6255 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 379.4733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2302 , cls_43 , 0.7200 , 660.0000 , 51.6602 , 916.6667 , 1.8333 , 1.1497 , 0.8041 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 351.1410 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2328 , cls_43 , 0.9000 , 720.0000 , 54.0102 , 800.0000 , 1.7143 , 1.1407 , 0.7170 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2351 , cls_43 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 573.1492 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2365 , cls_43 , 0.5400 , 540.0000 , 35.5020 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 618.4658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2367 , cls_43 , 1.3500 , 1080.0000 , 75.3531 , 800.0000 , 2.2500 , 1.1773 , 0.8354 , 0.3667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 283.0194 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2404 , cls_43 , 0.9000 , 660.0000 , 42.4849 , 733.3333 , 1.5714 , 1.1216 , 0.6021 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 603.7384 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2406 , cls_43 , 0.7200 , 480.0000 , 37.7419 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 351.1410 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2418 , cls_43 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2431 , cls_43 , 0.7200 , 780.0000 , 50.0170 , 1083.3333 , 2.1667 , 1.1874 , 0.7247 , 0.2083 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 453.9824 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2479 , cls_43 , 0.6300 , 420.0000 , 32.0129 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 256.3201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2521 , cls_43 , 1.6200 , 600.0000 , 51.3014 , 370.3704 , 1.1111 , 1.0339 , 0.4907 , 0.6667 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 697.7822 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2535 , cls_43 , 0.4500 , 480.0000 , 36.7251 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2538 , cls_43 , 0.9000 , 600.0000 , 41.6530 , 666.6667 , 1.4286 , 1.1006 , 0.5609 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 483.7355 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2546 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 948.6833 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2561 , cls_43 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 283.0194 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2568 , cls_43 , 0.5400 , 540.0000 , 43.2437 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2630 , cls_43 , 0.9000 , 600.0000 , 43.0010 , 666.6667 , 1.4286 , 1.1006 , 0.5609 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2637 , cls_43 , 0.9900 , 900.0000 , 71.0164 , 909.0909 , 2.1429 , 1.1774 , 0.8107 , 0.2879 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2638 , cls_43 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 349.8571 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2644 , cls_43 , 2.1600 , 1500.0000 , 104.1954 , 694.4444 , 2.5000 , 1.1877 , 0.8509 , 0.4653 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2685 , cls_43 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2697 , cls_43 , 0.7200 , 480.0000 , 37.7419 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2707 , cls_43 , 0.4500 , 420.0000 , 31.3192 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 531.6014 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2727 , cls_43 , 0.5400 , 600.0000 , 39.2951 , 1111.1111 , 2.0000 , 1.1661 , 0.6180 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 536.6563 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2732 , cls_43 , 0.4500 , 480.0000 , 34.4419 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2753 , cls_43 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2804 , cls_43 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2806 , cls_43 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2839 , cls_43 , 1.3500 , 720.0000 , 51.1934 , 533.3333 , 1.5000 , 1.0921 , 0.6327 , 0.5556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2859 , cls_43 , 0.6300 , 480.0000 , 37.8361 , 761.9048 , 1.3333 , 1.0945 , 0.6572 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 577.0615 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2877 , cls_43 , 0.9000 , 720.0000 , 45.8765 , 800.0000 , 1.7143 , 1.1407 , 0.6817 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 469.5743 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2886 , cls_43 , 0.5400 , 540.0000 , 45.5670 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2908 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2921 , cls_43 , 0.8100 , 420.0000 , 34.7671 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 577.0615 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2929 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2940 , cls_43 , 0.8100 , 480.0000 , 39.7536 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2945 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2957 , cls_43 , 0.5400 , 540.0000 , 46.1179 , 1000.0000 , 1.8000 , 1.1415 , 0.7613 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2988 , cls_43 , 0.9000 , 780.0000 , 45.0873 , 866.6667 , 1.8571 , 1.1583 , 0.6255 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3001 , cls_43 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3027 , cls_43 , 0.7200 , 600.0000 , 49.7824 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3032 , cls_43 , 0.8100 , 660.0000 , 52.4523 , 814.8148 , 1.8333 , 1.1347 , 0.8121 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 391.1521 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3038 , cls_43 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3045 , cls_43 , 0.8100 , 480.0000 , 39.0751 , 592.5926 , 1.3333 , 1.0639 , 0.5593 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 366.1967 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3046 , cls_43 , 0.6300 , 600.0000 , 45.4326 , 952.3810 , 1.6667 , 1.1455 , 0.8019 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3052 , cls_43 , 0.8100 , 660.0000 , 55.2636 , 814.8148 , 1.8333 , 1.1347 , 0.7453 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3057 , cls_43 , 0.7200 , 540.0000 , 42.3868 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3065 , cls_43 , 0.4500 , 480.0000 , 34.9123 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 780.5767 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3075 , cls_43 , 0.9900 , 660.0000 , 46.1038 , 666.6667 , 1.5714 , 1.1100 , 0.5623 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3077 , cls_43 , 0.5400 , 480.0000 , 33.2625 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3090 , cls_43 , 0.5400 , 420.0000 , 36.1803 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 468.6150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3172 , cls_43 , 1.0800 , 660.0000 , 49.2084 , 611.1111 , 1.5714 , 1.0996 , 0.7495 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3189 , cls_43 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3196 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3203 , cls_43 , 0.4500 , 540.0000 , 41.4637 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3212 , cls_43 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 480.9366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3245 , cls_43 , 0.6300 , 540.0000 , 41.4863 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 331.3608 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3294 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 366.1967 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3295 , cls_43 , 1.9800 , 1620.0000 , 120.1019 , 818.1818 , 2.7000 , 1.2137 , 0.8923 , 0.3561 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 426.3801 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3304 , cls_43 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3310 , cls_43 , 0.6300 , 540.0000 , 44.0493 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 420.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3340 , cls_43 , 0.4500 , 480.0000 , 38.4853 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 420.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3374 , cls_43 , 0.6300 , 480.0000 , 38.0309 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 465.7252 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3381 , cls_43 , 0.4500 , 480.0000 , 34.9123 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 421.0701 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3390 , cls_43 , 0.5400 , 540.0000 , 36.6787 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3394 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3422 , cls_43 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 421.0701 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3458 , cls_43 , 0.9900 , 840.0000 , 58.5858 , 848.4848 , 2.0000 , 1.1624 , 0.7307 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3486 , cls_43 , 0.9000 , 540.0000 , 40.4133 , 600.0000 , 1.2857 , 1.0775 , 0.5609 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3488 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3492 , cls_43 , 1.5300 , 1020.0000 , 68.8244 , 666.6667 , 1.8889 , 1.1502 , 0.6268 , 0.4608 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3524 , cls_43 , 0.4500 , 540.0000 , 45.2808 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3562 , cls_43 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3578 , cls_43 , 0.5400 , 480.0000 , 37.0783 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 725.6032 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3582 , cls_43 , 0.5400 , 480.0000 , 39.6040 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3625 , cls_43 , 1.0800 , 780.0000 , 54.5538 , 722.2222 , 1.8571 , 1.1355 , 0.7117 , 0.4444 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 550.7268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3675 , cls_43 , 1.1700 , 840.0000 , 60.7654 , 717.9487 , 1.7500 , 1.1416 , 0.7566 , 0.4103 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3676 , cls_43 , 0.4500 , 480.0000 , 33.6384 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3677 , cls_43 , 0.9000 , 720.0000 , 49.1256 , 800.0000 , 1.7143 , 1.1407 , 0.7170 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3690 , cls_43 , 0.6300 , 480.0000 , 39.2020 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 256.3201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3696 , cls_43 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3720 , cls_43 , 0.9000 , 480.0000 , 39.2093 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 488.3646 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3767 , cls_43 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3827 , cls_43 , 0.9000 , 840.0000 , 58.9026 , 933.3333 , 2.0000 , 1.1745 , 0.7913 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3849 , cls_43 , 0.7200 , 480.0000 , 38.5111 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3860 , cls_43 , 1.3500 , 1260.0000 , 114.7869 , 933.3333 , 2.6250 , 1.2097 , 0.9136 , 0.3000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3863 , cls_43 , 1.2600 , 960.0000 , 58.9336 , 761.9048 , 2.0000 , 1.1610 , 0.6572 , 0.4048 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3898 , cls_43 , 1.9800 , 1080.0000 , 65.1606 , 545.4545 , 1.8000 , 1.1317 , 0.6215 , 0.5606 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3913 , cls_43 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 488.3646 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3919 , cls_43 , 0.6300 , 480.0000 , 38.6744 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 617.7378 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3927 , cls_43 , 0.8100 , 660.0000 , 54.5126 , 814.8148 , 1.8333 , 1.1347 , 0.7205 , 0.2963 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3933 , cls_43 , 0.7200 , 660.0000 , 42.1246 , 916.6667 , 1.8333 , 1.1497 , 0.7004 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3957 , cls_43 , 0.5400 , 600.0000 , 41.3041 , 1111.1111 , 2.0000 , 1.1661 , 0.7366 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 296.9848 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3979 , cls_43 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 550.7268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4003 , cls_43 , 1.6200 , 1080.0000 , 67.7225 , 666.6667 , 2.0000 , 1.1552 , 0.6243 , 0.4630 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4034 , cls_43 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4042 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4062 , cls_43 , 0.8100 , 960.0000 , 51.2118 , 1185.1852 , 2.6667 , 1.2180 , 0.6630 , 0.2222 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 296.9848 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4064 , cls_43 , 2.4300 , 1680.0000 , 85.6618 , 691.3580 , 2.5455 , 1.1963 , 0.8090 , 0.4630 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4079 , cls_43 , 0.9900 , 900.0000 , 66.4136 , 909.0909 , 2.1429 , 1.1774 , 0.7357 , 0.3182 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4082 , cls_43 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4092 , cls_43 , 0.6300 , 540.0000 , 40.8275 , 857.1429 , 1.5000 , 1.1214 , 0.6572 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4122 , cls_43 , 0.7200 , 660.0000 , 40.3591 , 916.6667 , 1.8333 , 1.1497 , 0.5926 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4144 , cls_43 , 0.9900 , 840.0000 , 58.5889 , 848.4848 , 2.0000 , 1.1624 , 0.7704 , 0.3182 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4148 , cls_43 , 1.0800 , 840.0000 , 71.5181 , 777.7778 , 2.0000 , 1.1515 , 0.8425 , 0.3750 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 873.6132 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4186 , cls_43 , 1.1700 , 720.0000 , 50.7417 , 615.3846 , 1.5000 , 1.1087 , 0.6689 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4188 , cls_43 , 0.6300 , 600.0000 , 46.6558 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 429.5346 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4247 , cls_43 , 0.8100 , 480.0000 , 41.0340 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4271 , cls_43 , 0.7200 , 660.0000 , 39.9862 , 916.6667 , 1.8333 , 1.1497 , 0.6488 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4296 , cls_43 , 0.9000 , 660.0000 , 48.1253 , 733.3333 , 1.5714 , 1.1216 , 0.6817 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4306 , cls_43 , 0.9900 , 660.0000 , 47.9703 , 666.6667 , 1.5714 , 1.1100 , 0.6584 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 416.7733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4346 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4348 , cls_43 , 0.6300 , 600.0000 , 45.7815 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4366 , cls_43 , 0.9000 , 840.0000 , 48.6722 , 933.3333 , 2.0000 , 1.1745 , 0.7453 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4370 , cls_43 , 0.6300 , 480.0000 , 35.3331 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4385 , cls_43 , 0.8100 , 660.0000 , 41.3273 , 814.8148 , 1.8333 , 1.1347 , 0.6048 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4396 , cls_43 , 1.1700 , 840.0000 , 49.7482 , 717.9487 , 1.7500 , 1.1416 , 0.6322 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4401 , cls_43 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4427 , cls_43 , 0.6300 , 600.0000 , 46.4074 , 952.3810 , 1.6667 , 1.1455 , 0.7826 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4439 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4441 , cls_43 , 1.0800 , 840.0000 , 57.1469 , 777.7778 , 2.0000 , 1.1515 , 0.6605 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4460 , cls_43 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4470 , cls_43 , 0.6300 , 480.0000 , 40.6416 , 761.9048 , 1.3333 , 1.0945 , 0.6572 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4540 , cls_43 , 1.9800 , 1560.0000 , 85.9709 , 787.8788 , 2.6000 , 1.2061 , 0.7812 , 0.4167 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4586 , cls_43 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4623 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 576.2812 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4625 , cls_43 , 5.4900 , 3540.0000 , 137.1803 , 644.8087 , 3.6875 , 1.2435 , 0.7895 , 0.4973 , 5.4900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4663 , cls_43 , 0.6300 , 420.0000 , 31.6352 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4677 , cls_43 , 0.7200 , 480.0000 , 36.9260 , 666.6667 , 1.3333 , 1.0780 , 0.6082 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4695 , cls_43 , 2.4300 , 1800.0000 , 95.2555 , 740.7407 , 2.7273 , 1.2100 , 0.7677 , 0.4321 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4731 , cls_43 , 0.4500 , 480.0000 , 32.2893 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 603.7384 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4744 , cls_43 , 0.7200 , 480.0000 , 39.9808 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4758 , cls_43 , 1.0800 , 660.0000 , 43.5531 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4759 , cls_43 , 0.7200 , 420.0000 , 33.2471 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4760 , cls_43 , 0.6300 , 540.0000 , 45.9902 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4788 , cls_43 , 0.4500 , 540.0000 , 35.4868 , 1200.0000 , 1.8000 , 1.1663 , 0.6817 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4793 , cls_43 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4794 , cls_43 , 0.6300 , 600.0000 , 38.9314 , 952.3810 , 1.6667 , 1.1455 , 0.5544 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4806 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4846 , cls_43 , 1.5300 , 720.0000 , 49.1291 , 470.5882 , 1.3333 , 1.0779 , 0.5671 , 0.6275 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4865 , cls_43 , 0.5400 , 480.0000 , 32.3607 , 888.8889 , 1.6000 , 1.1141 , 0.4123 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 1129.2918 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4868 , cls_43 , 0.5400 , 420.0000 , 30.7844 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 531.6014 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4882 , cls_43 , 2.0700 , 1440.0000 , 71.7387 , 695.6522 , 2.4000 , 1.1846 , 0.7071 , 0.4855 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4885 , cls_43 , 0.9000 , 720.0000 , 53.8252 , 800.0000 , 1.7143 , 1.1407 , 0.7913 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4905 , cls_43 , 0.7200 , 660.0000 , 49.8974 , 916.6667 , 1.8333 , 1.1497 , 0.7736 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 611.8823 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4941 , cls_43 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4946 , cls_43 , 1.3500 , 780.0000 , 55.2780 , 577.7778 , 1.6250 , 1.1089 , 0.7062 , 0.5333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4958 , cls_43 , 0.7200 , 600.0000 , 39.9212 , 833.3333 , 1.6667 , 1.1283 , 0.5926 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4962 , cls_43 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4970 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4978 , cls_43 , 0.4500 , 420.0000 , 35.2060 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4979 , cls_43 , 1.7100 , 1440.0000 , 82.0793 , 842.1053 , 2.6667 , 1.2078 , 0.7718 , 0.3684 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4980 , cls_43 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4981 , cls_43 , 1.0800 , 1020.0000 , 68.2084 , 944.4444 , 2.4286 , 1.1933 , 0.7753 , 0.3194 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4994 , cls_43 , 2.8800 , 1500.0000 , 78.9049 , 520.8333 , 2.0833 , 1.1544 , 0.6394 , 0.5990 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5017 , cls_43 , 0.8100 , 600.0000 , 49.0185 , 740.7407 , 1.6667 , 1.1135 , 0.7796 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5024 , cls_43 , 1.0800 , 900.0000 , 65.2535 , 833.3333 , 2.1429 , 1.1663 , 0.7753 , 0.3611 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5031 , cls_43 , 0.7200 , 600.0000 , 43.1346 , 833.3333 , 1.6667 , 1.1283 , 0.6817 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5054 , cls_43 , 1.7100 , 1020.0000 , 62.7255 , 596.4912 , 1.8889 , 1.1370 , 0.6442 , 0.5263 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5100 , cls_43 , 0.7200 , 600.0000 , 45.1958 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5108 , cls_43 , 0.9900 , 720.0000 , 46.9068 , 727.2727 , 1.7143 , 1.1289 , 0.6498 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5112 , cls_43 , 0.6300 , 720.0000 , 57.8896 , 1142.8571 , 2.0000 , 1.1872 , 0.8286 , 0.1905 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5144 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1064.0489 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5150 , cls_43 , 0.9900 , 660.0000 , 45.3788 , 666.6667 , 1.5714 , 1.1100 , 0.5623 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5161 , cls_43 , 0.8100 , 480.0000 , 36.2005 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 339.4113 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5162 , cls_43 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5196 , cls_43 , 0.4500 , 540.0000 , 39.2900 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5246 , cls_43 , 0.7200 , 480.0000 , 40.9288 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5262 , cls_43 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5265 , cls_43 , 0.6300 , 600.0000 , 44.4967 , 952.3810 , 1.6667 , 1.1455 , 0.7215 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5312 , cls_43 , 0.7200 , 480.0000 , 43.0580 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5331 , cls_43 , 0.6300 , 480.0000 , 36.6879 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5347 , cls_43 , 2.6100 , 1860.0000 , 94.4726 , 712.6437 , 2.8182 , 1.2079 , 0.7046 , 0.4310 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 632.8507 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5370 , cls_43 , 1.1700 , 960.0000 , 57.3497 , 820.5128 , 2.0000 , 1.1702 , 0.5963 , 0.3590 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5404 , cls_43 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 778.2673 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5450 , cls_43 , 0.9000 , 600.0000 , 42.4730 , 666.6667 , 1.4286 , 1.1006 , 0.5609 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 632.8507 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5491 , cls_43 , 0.6300 , 600.0000 , 46.9503 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 721.2489 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5493 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 674.1662 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5496 , cls_43 , 0.6300 , 600.0000 , 46.4274 , 952.3810 , 1.6667 , 1.1455 , 0.7826 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5502 , cls_43 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 752.3962 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5532 , cls_43 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 268.3282 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5577 , cls_43 , 0.4500 , 540.0000 , 40.1853 , 1200.0000 , 1.8000 , 1.1663 , 0.6817 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 774.2093 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5588 , cls_43 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5598 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 436.8066 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5709 , cls_43 , 0.5400 , 540.0000 , 46.3821 , 1000.0000 , 1.8000 , 1.1415 , 0.7935 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 436.8066 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5771 , cls_43 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 657.9514 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5794 , cls_43 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 840.5355 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5798 , cls_43 , 0.8100 , 780.0000 , 52.4124 , 962.9630 , 2.1667 , 1.1718 , 0.8024 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 318.9044 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5986 , cls_43 , 1.2600 , 960.0000 , 52.3602 , 761.9048 , 2.0000 , 1.1610 , 0.6435 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 408.0441 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6052 , cls_43 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6053 , cls_43 , 0.6300 , 600.0000 , 43.2374 , 952.3810 , 1.6667 , 1.1455 , 0.7215 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6073 , cls_43 , 1.9800 , 1320.0000 , 82.4187 , 666.6667 , 2.2000 , 1.1723 , 0.7430 , 0.4773 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6086 , cls_43 , 1.0800 , 600.0000 , 41.7862 , 555.5556 , 1.4286 , 1.0790 , 0.5506 , 0.5556 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6130 , cls_43 , 1.1700 , 780.0000 , 48.6763 , 666.6667 , 1.6250 , 1.1258 , 0.6322 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6144 , cls_43 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6157 , cls_43 , 0.8100 , 600.0000 , 45.0083 , 740.7407 , 1.6667 , 1.1135 , 0.7453 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 818.8406 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6163 , cls_43 , 0.5400 , 600.0000 , 37.0783 , 1111.1111 , 2.0000 , 1.1661 , 0.6180 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 339.4113 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6165 , cls_43 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6177 , cls_43 , 0.7200 , 780.0000 , 48.3303 , 1083.3333 , 2.1667 , 1.1874 , 0.7247 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6179 , cls_43 , 0.9000 , 780.0000 , 45.0136 , 866.6667 , 1.8571 , 1.1583 , 0.6894 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6181 , cls_43 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 657.9514 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6224 , cls_43 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6246 , cls_43 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6248 , cls_43 , 1.8900 , 900.0000 , 65.9842 , 476.1905 , 1.5000 , 1.1001 , 0.6739 , 0.6111 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6253 , cls_43 , 0.5400 , 540.0000 , 40.2334 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6271 , cls_43 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6274 , cls_43 , 0.6300 , 540.0000 , 45.0693 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 339.4113 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6288 , cls_43 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6306 , cls_43 , 1.0800 , 720.0000 , 48.5874 , 666.6667 , 1.7143 , 1.1183 , 0.6944 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6313 , cls_43 , 0.7200 , 540.0000 , 45.7978 , 750.0000 , 1.5000 , 1.1046 , 0.7453 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6321 , cls_43 , 1.2600 , 900.0000 , 58.2300 , 714.2857 , 1.8750 , 1.1473 , 0.6927 , 0.4286 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6325 , cls_43 , 2.0700 , 1020.0000 , 73.7698 , 492.7536 , 1.7000 , 1.1152 , 0.6981 , 0.6014 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6339 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 825.4090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6376 , cls_43 , 0.9900 , 720.0000 , 48.9457 , 727.2727 , 1.7143 , 1.1289 , 0.6498 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6385 , cls_43 , 5.4000 , 2880.0000 , 157.4150 , 533.3333 , 3.0000 , 1.2076 , 0.8031 , 0.5667 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6386 , cls_43 , 0.8100 , 660.0000 , 51.8004 , 814.8148 , 1.8333 , 1.1347 , 0.7205 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6390 , cls_43 , 1.4400 , 1020.0000 , 63.1943 , 708.3333 , 2.1250 , 1.1574 , 0.7603 , 0.4375 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6414 , cls_43 , 0.7200 , 540.0000 , 38.9051 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6416 , cls_43 , 0.7200 , 540.0000 , 41.5463 , 750.0000 , 1.5000 , 1.1046 , 0.6817 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6427 , cls_43 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 450.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6428 , cls_43 , 0.6300 , 480.0000 , 36.6879 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6435 , cls_43 , 0.6300 , 540.0000 , 49.2219 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6451 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6459 , cls_43 , 0.7200 , 480.0000 , 39.1789 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 474.3416 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6462 , cls_43 , 1.1700 , 780.0000 , 68.1022 , 666.6667 , 1.6250 , 1.1258 , 0.7763 , 0.4615 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6501 , cls_43 , 0.4500 , 480.0000 , 34.9123 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6502 , cls_43 , 0.4500 , 480.0000 , 34.9642 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6510 , cls_43 , 0.8100 , 660.0000 , 57.6376 , 814.8148 , 1.8333 , 1.1347 , 0.7796 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6530 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6536 , cls_43 , 2.4300 , 1560.0000 , 95.0448 , 641.9753 , 2.3636 , 1.1816 , 0.7966 , 0.4877 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6537 , cls_43 , 0.6300 , 540.0000 , 42.4126 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6545 , cls_43 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6563 , cls_43 , 0.6300 , 480.0000 , 34.7715 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6582 , cls_43 , 0.8100 , 840.0000 , 60.1247 , 1037.0370 , 2.3333 , 1.1883 , 0.8237 , 0.2222 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6583 , cls_43 , 0.4500 , 600.0000 , 45.5013 , 1333.3333 , 2.0000 , 1.1913 , 0.7551 , 0.1333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6639 , cls_43 , 0.4500 , 540.0000 , 37.0110 , 1200.0000 , 1.8000 , 1.1663 , 0.6255 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 429.5346 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6647 , cls_43 , 0.5400 , 600.0000 , 42.6942 , 1111.1111 , 2.0000 , 1.1661 , 0.7613 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6649 , cls_43 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6666 , cls_43 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6678 , cls_43 , 2.5200 , 1500.0000 , 79.9728 , 595.2381 , 2.2727 , 1.1696 , 0.6845 , 0.5119 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6680 , cls_43 , 0.5400 , 480.0000 , 35.7844 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6681 , cls_43 , 0.6300 , 600.0000 , 43.5436 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6686 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 488.3646 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6703 , cls_43 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 660.6815 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6709 , cls_43 , 1.0800 , 660.0000 , 46.6795 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6745 , cls_43 , 0.9900 , 840.0000 , 76.7773 , 848.4848 , 2.0000 , 1.1624 , 0.8556 , 0.3333 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6773 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 474.3416 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6795 , cls_43 , 0.8100 , 540.0000 , 41.4799 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6800 , cls_43 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6820 , cls_43 , 0.4500 , 480.0000 , 38.8328 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6827 , cls_43 , 0.6300 , 600.0000 , 53.2139 , 952.3810 , 1.6667 , 1.1455 , 0.7826 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 432.6662 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6836 , cls_43 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 408.0441 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6857 , cls_43 , 2.2500 , 840.0000 , 61.4734 , 373.3333 , 1.4000 , 1.0672 , 0.4782 , 0.6867 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6867 , cls_43 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6895 , cls_43 , 0.9000 , 960.0000 , 61.6037 , 1066.6667 , 2.2857 , 1.2039 , 0.8041 , 0.2333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6939 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 536.6563 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6968 , cls_43 , 1.8900 , 900.0000 , 62.7372 , 476.1905 , 1.5000 , 1.1001 , 0.5617 , 0.6032 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6980 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6987 , cls_43 , 0.4500 , 540.0000 , 45.2808 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6996 , cls_43 , 0.6300 , 480.0000 , 35.3271 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 270.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7019 , cls_43 , 1.8000 , 1320.0000 , 86.2522 , 733.3333 , 2.4444 , 1.1837 , 0.8336 , 0.4333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 351.1410 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7020 , cls_43 , 1.8900 , 1260.0000 , 71.7071 , 666.6667 , 2.1000 , 1.1684 , 0.7272 , 0.4603 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7118 , cls_43 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7135 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7159 , cls_43 , 0.5400 , 420.0000 , 36.6787 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7243 , cls_43 , 0.4500 , 480.0000 , 36.4884 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7264 , cls_43 , 0.6300 , 600.0000 , 48.6138 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 270.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7279 , cls_43 , 0.7200 , 600.0000 , 47.9333 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7311 , cls_43 , 0.4500 , 480.0000 , 38.4853 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7312 , cls_43 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7348 , cls_43 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 453.9824 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7350 , cls_43 , 0.6300 , 600.0000 , 44.8064 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 597.7458 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7357 , cls_43 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7360 , cls_43 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7372 , cls_43 , 0.6300 , 600.0000 , 40.5895 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7406 , cls_43 , 0.9000 , 1080.0000 , 61.2272 , 1200.0000 , 2.5714 , 1.2297 , 0.7598 , 0.2167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7413 , cls_43 , 0.5400 , 480.0000 , 41.3948 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 699.7142 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7436 , cls_43 , 0.5400 , 420.0000 , 39.3630 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7448 , cls_43 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7458 , cls_43 , 1.2600 , 600.0000 , 45.6584 , 476.1905 , 1.2500 , 1.0614 , 0.4757 , 0.5952 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7508 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 597.7458 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7523 , cls_43 , 0.9900 , 780.0000 , 50.6618 , 787.8788 , 1.8571 , 1.1463 , 0.6498 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 1204.8651 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7529 , cls_43 , 0.7200 , 600.0000 , 51.3591 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 465.7252 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7534 , cls_43 , 3.6000 , 2040.0000 , 98.2209 , 566.6667 , 2.6154 , 1.1885 , 0.6856 , 0.5292 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7536 , cls_43 , 0.7200 , 840.0000 , 49.5141 , 1166.6667 , 2.3333 , 1.2041 , 0.7004 , 0.2083 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7544 , cls_43 , 0.5400 , 600.0000 , 50.2074 , 1111.1111 , 2.0000 , 1.1661 , 0.8090 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 330.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7624 , cls_43 , 0.9900 , 840.0000 , 58.0348 , 848.4848 , 2.0000 , 1.1624 , 0.6888 , 0.3333 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7635 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 254.5584 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7640 , cls_43 , 0.6300 , 660.0000 , 43.7605 , 1047.6190 , 1.8333 , 1.1673 , 0.6927 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 947.2592 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7649 , cls_43 , 0.9000 , 660.0000 , 44.5742 , 733.3333 , 1.5714 , 1.1216 , 0.6255 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 577.0615 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7652 , cls_43 , 0.6300 , 660.0000 , 39.6128 , 1047.6190 , 1.8333 , 1.1673 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7653 , cls_43 , 2.3400 , 1560.0000 , 95.5518 , 666.6667 , 2.3636 , 1.1861 , 0.8086 , 0.4679 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7674 , cls_43 , 0.4500 , 480.0000 , 34.6834 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7685 , cls_43 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 453.9824 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7748 , cls_43 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 570.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7760 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7764 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 27 , cls_52 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 29 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 47 , cls_52 , 0.5400 , 600.0000 , 56.0086 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 58 , cls_52 , 1.8000 , 900.0000 , 75.6073 , 500.0000 , 1.6667 , 1.1055 , 0.8244 , 0.5500 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 305.9412 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 82 , cls_52 , 6.4800 , 2460.0000 , 160.3585 , 379.6296 , 2.4118 , 1.1592 , 0.7643 , 0.6852 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 93 , cls_52 , 0.9000 , 540.0000 , 43.6464 , 600.0000 , 1.2857 , 1.0775 , 0.6894 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 94 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 127 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 129 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 140 , cls_52 , 4.5000 , 1980.0000 , 148.7299 , 440.0000 , 2.2000 , 1.1582 , 0.8447 , 0.6267 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 189 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 191 , cls_52 , 1.2600 , 780.0000 , 52.2048 , 619.0476 , 1.6250 , 1.1170 , 0.6572 , 0.5119 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 193 , cls_52 , 0.8100 , 660.0000 , 56.6990 , 814.8148 , 1.8333 , 1.1347 , 0.8237 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 371.0795 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 195 , cls_52 , 2.7900 , 1560.0000 , 109.6601 , 559.1398 , 2.1667 , 1.1657 , 0.8046 , 0.5376 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 1100.2272 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 218 , cls_52 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 233 , cls_52 , 4.0500 , 2100.0000 , 111.2308 , 518.5185 , 2.5000 , 1.1808 , 0.7796 , 0.5815 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 249 , cls_52 , 2.7900 , 1620.0000 , 100.3082 , 580.6452 , 2.2500 , 1.1730 , 0.7486 , 0.5376 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 266 , cls_52 , 2.6100 , 1620.0000 , 87.4788 , 620.6897 , 2.4545 , 1.1807 , 0.7305 , 0.4885 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 268 , cls_52 , 0.7200 , 480.0000 , 39.0707 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 305.9412 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 271 , cls_52 , 1.2600 , 960.0000 , 77.8598 , 761.9048 , 2.0000 , 1.1610 , 0.8463 , 0.3929 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 302 , cls_52 , 2.0700 , 900.0000 , 63.4804 , 434.7826 , 1.5000 , 1.0900 , 0.6339 , 0.6449 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 353 , cls_52 , 1.4400 , 900.0000 , 63.3462 , 625.0000 , 1.8750 , 1.1313 , 0.7453 , 0.4688 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 363 , cls_52 , 0.7200 , 540.0000 , 42.1325 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 366 , cls_52 , 1.1700 , 660.0000 , 56.3332 , 564.1026 , 1.3750 , 1.0902 , 0.7453 , 0.5128 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 382 , cls_52 , 1.5300 , 1140.0000 , 59.7635 , 745.0980 , 2.1111 , 1.1733 , 0.5916 , 0.4412 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 383 , cls_52 , 6.6600 , 2040.0000 , 114.1263 , 306.3063 , 1.8889 , 1.1227 , 0.6090 , 0.7432 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 391 , cls_52 , 8.7300 , 3300.0000 , 155.0171 , 378.0069 , 2.7500 , 1.1805 , 0.7148 , 0.6993 , 8.7300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 396 , cls_52 , 1.8000 , 900.0000 , 63.5085 , 500.0000 , 1.6667 , 1.1055 , 0.7139 , 0.5917 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 403 , cls_52 , 1.2600 , 1080.0000 , 61.1978 , 857.1429 , 2.2500 , 1.1859 , 0.6927 , 0.3571 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 364.9658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 404 , cls_52 , 2.7900 , 780.0000 , 65.2412 , 279.5699 , 1.0833 , 1.0302 , 0.3927 , 0.7527 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 433 , cls_52 , 1.3500 , 900.0000 , 71.1625 , 666.6667 , 1.8750 , 1.1390 , 0.8031 , 0.4556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 442 , cls_52 , 0.8100 , 480.0000 , 37.6685 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 662.7217 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 455 , cls_52 , 0.5400 , 540.0000 , 39.4317 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 456 , cls_52 , 3.7800 , 1440.0000 , 82.8855 , 380.9524 , 1.8462 , 1.1169 , 0.6739 , 0.6944 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 495 , cls_52 , 3.9600 , 1920.0000 , 132.0680 , 484.8485 , 2.2857 , 1.1663 , 0.8249 , 0.6023 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 515 , cls_52 , 0.5400 , 600.0000 , 52.4985 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 551 , cls_52 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 562 , cls_52 , 1.8000 , 1080.0000 , 68.9645 , 600.0000 , 2.0000 , 1.1428 , 0.6082 , 0.5167 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 614 , cls_52 , 0.4500 , 480.0000 , 34.4419 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 631 , cls_52 , 4.5900 , 1140.0000 , 83.3130 , 248.3660 , 1.2667 , 1.0532 , 0.5005 , 0.7908 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 650 , cls_52 , 1.8900 , 840.0000 , 61.0267 , 444.4444 , 1.4000 , 1.0860 , 0.5617 , 0.6190 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 678 , cls_52 , 0.7200 , 660.0000 , 56.4454 , 916.6667 , 1.8333 , 1.1497 , 0.8330 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 706 , cls_52 , 1.8000 , 1560.0000 , 74.3955 , 866.6667 , 2.8889 , 1.2178 , 0.7453 , 0.3750 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 712 , cls_52 , 4.3200 , 1980.0000 , 167.4478 , 458.3333 , 2.3571 , 1.1626 , 0.8955 , 0.5938 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 720 , cls_52 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 417.8516 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 749 , cls_52 , 0.6300 , 480.0000 , 35.8654 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 751 , cls_52 , 4.1400 , 1080.0000 , 84.7702 , 260.8696 , 1.2857 , 1.0532 , 0.5314 , 0.7754 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 765 , cls_52 , 0.5400 , 420.0000 , 32.0711 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 551.5433 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 774 , cls_52 , 1.0800 , 900.0000 , 77.4294 , 833.3333 , 2.1429 , 1.1663 , 0.8648 , 0.3611 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 788 , cls_52 , 7.5600 , 2880.0000 , 141.5460 , 380.9524 , 2.5263 , 1.1714 , 0.6788 , 0.6925 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 305.9412 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 807 , cls_52 , 2.5200 , 1500.0000 , 103.0199 , 595.2381 , 2.2727 , 1.1696 , 0.8162 , 0.5238 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 812 , cls_52 , 2.7900 , 1920.0000 , 110.2786 , 688.1720 , 2.6667 , 1.2062 , 0.7996 , 0.4624 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 828 , cls_52 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 844 , cls_52 , 1.8000 , 1260.0000 , 70.8838 , 700.0000 , 2.3333 , 1.1742 , 0.7004 , 0.4833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 847 , cls_52 , 1.4400 , 900.0000 , 56.3853 , 625.0000 , 1.8750 , 1.1313 , 0.6082 , 0.4896 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 595.4830 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 875 , cls_52 , 1.9800 , 900.0000 , 83.3799 , 454.5455 , 1.5000 , 1.0949 , 0.7845 , 0.5985 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 877 , cls_52 , 2.7000 , 1440.0000 , 96.7840 , 533.3333 , 2.1818 , 1.1537 , 0.8109 , 0.5722 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 881 , cls_52 , 2.5200 , 1380.0000 , 77.8111 , 547.6190 , 2.0909 , 1.1532 , 0.6325 , 0.5595 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 882 , cls_52 , 0.5400 , 480.0000 , 34.1421 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 883 , cls_52 , 1.1700 , 960.0000 , 72.2802 , 820.5128 , 2.0000 , 1.1702 , 0.8053 , 0.3718 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 899 , cls_52 , 10.5300 , 2700.0000 , 138.9413 , 256.4103 , 2.0455 , 1.1267 , 0.6486 , 0.7892 , 10.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 913 , cls_52 , 4.0500 , 3000.0000 , 123.3655 , 740.7407 , 3.5714 , 1.2480 , 0.7838 , 0.4370 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 916 , cls_52 , 22.4100 , 4080.0000 , 199.1568 , 182.0616 , 2.1250 , 1.1246 , 0.5627 , 0.8487 , 22.4100 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 925 , cls_52 , 1.0800 , 720.0000 , 49.7106 , 666.6667 , 1.7143 , 1.1183 , 0.6273 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 540.8327 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 940 , cls_52 , 20.5200 , 6960.0000 , 223.4580 , 339.1813 , 3.7419 , 1.2200 , 0.7261 , 0.7266 , 20.5200 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 963 , cls_52 , 1.1700 , 540.0000 , 44.4060 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 318.9044 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 965 , cls_52 , 3.5100 , 1860.0000 , 101.0704 , 529.9145 , 2.3846 , 1.1737 , 0.7062 , 0.5812 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 971 , cls_52 , 0.8100 , 840.0000 , 67.7921 , 1037.0370 , 2.3333 , 1.1883 , 0.8315 , 0.2222 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 987 , cls_52 , 1.0800 , 540.0000 , 44.2242 , 500.0000 , 1.2857 , 1.0563 , 0.6273 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 996 , cls_52 , 9.7200 , 3900.0000 , 144.0248 , 401.2346 , 3.0952 , 1.1986 , 0.5258 , 0.6929 , 9.7200 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 998 , cls_52 , 23.8500 , 8340.0000 , 252.2016 , 349.6855 , 4.2121 , 1.2344 , 0.6153 , 0.7201 , 23.8500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1068 , cls_52 , 2.1600 , 1620.0000 , 79.4007 , 750.0000 , 2.7000 , 1.2031 , 0.6850 , 0.3889 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1092 , cls_52 , 2.6100 , 1260.0000 , 78.4334 , 482.7586 , 1.9091 , 1.1313 , 0.7160 , 0.6264 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1113 , cls_52 , 3.3300 , 1200.0000 , 85.9535 , 360.3604 , 1.5385 , 1.0955 , 0.6999 , 0.6982 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 254.5584 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1115 , cls_52 , 1.2600 , 900.0000 , 53.0634 , 714.2857 , 1.8750 , 1.1473 , 0.6572 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1128 , cls_52 , 0.9000 , 900.0000 , 80.4193 , 1000.0000 , 2.1429 , 1.1897 , 0.8873 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1131 , cls_52 , 4.5900 , 1380.0000 , 96.2833 , 300.6536 , 1.5333 , 1.0888 , 0.6412 , 0.7353 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1155 , cls_52 , 2.4300 , 900.0000 , 64.1378 , 370.3704 , 1.3636 , 1.0727 , 0.4944 , 0.7037 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1161 , cls_52 , 2.0700 , 1620.0000 , 90.1997 , 782.6087 , 2.7000 , 1.2083 , 0.7862 , 0.3841 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1176 , cls_52 , 1.3500 , 960.0000 , 70.2769 , 711.1111 , 2.0000 , 1.1526 , 0.8031 , 0.4444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 458.9118 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1188 , cls_52 , 2.3400 , 1560.0000 , 88.1823 , 666.6667 , 2.3636 , 1.1861 , 0.6963 , 0.4808 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1202 , cls_52 , 5.2200 , 2400.0000 , 117.3545 , 459.7701 , 2.5000 , 1.1778 , 0.5920 , 0.6207 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1205 , cls_52 , 1.7100 , 1080.0000 , 71.6063 , 631.5789 , 2.0000 , 1.1488 , 0.7506 , 0.5175 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1211 , cls_52 , 2.2500 , 720.0000 , 60.3945 , 320.0000 , 1.2000 , 1.0364 , 0.5698 , 0.7267 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 331.3608 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1222 , cls_52 , 2.4300 , 1620.0000 , 109.9800 , 666.6667 , 2.4545 , 1.1891 , 0.8678 , 0.4938 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1227 , cls_52 , 6.0300 , 2640.0000 , 142.9010 , 437.8109 , 2.5882 , 1.1796 , 0.8030 , 0.6617 , 6.0300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1244 , cls_52 , 2.8800 , 1140.0000 , 89.4229 , 395.8333 , 1.5833 , 1.1010 , 0.7711 , 0.6563 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1254 , cls_52 , 1.5300 , 780.0000 , 51.5295 , 509.8039 , 1.4444 , 1.0945 , 0.5837 , 0.5980 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1260 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 360.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1263 , cls_52 , 2.7000 , 1800.0000 , 88.1282 , 666.6667 , 2.7273 , 1.1975 , 0.6944 , 0.4667 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 271.6616 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1271 , cls_52 , 2.9700 , 1500.0000 , 106.8024 , 505.0505 , 2.0833 , 1.1510 , 0.8141 , 0.5859 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1273 , cls_52 , 1.5300 , 780.0000 , 51.6565 , 509.8039 , 1.4444 , 1.0945 , 0.6452 , 0.5686 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1281 , cls_52 , 4.7700 , 1500.0000 , 92.4597 , 314.4654 , 1.6667 , 1.1004 , 0.6030 , 0.7327 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1284 , cls_52 , 1.6200 , 600.0000 , 49.1590 , 370.3704 , 1.1111 , 1.0339 , 0.4410 , 0.6759 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1312 , cls_52 , 10.3500 , 4440.0000 , 172.8437 , 428.9855 , 3.3636 , 1.2145 , 0.7237 , 0.6551 , 10.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1339 , cls_52 , 4.4100 , 2700.0000 , 123.3024 , 612.2449 , 3.2143 , 1.2184 , 0.7906 , 0.5442 , 4.4100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1346 , cls_52 , 4.0500 , 1680.0000 , 91.4328 , 414.8148 , 2.0000 , 1.1387 , 0.6610 , 0.6556 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1374 , cls_52 , 2.6100 , 960.0000 , 66.5721 , 367.8161 , 1.4545 , 1.0778 , 0.5384 , 0.6897 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1379 , cls_52 , 8.2800 , 1860.0000 , 113.9310 , 224.6377 , 1.5500 , 1.0848 , 0.5159 , 0.8134 , 8.2800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1386 , cls_52 , 3.1500 , 1680.0000 , 91.8019 , 533.3333 , 2.3333 , 1.1663 , 0.7379 , 0.5762 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 360.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1387 , cls_52 , 3.4200 , 2040.0000 , 122.9443 , 596.4912 , 2.6154 , 1.1943 , 0.8569 , 0.5263 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1389 , cls_52 , 0.8100 , 600.0000 , 42.2756 , 740.7407 , 1.6667 , 1.1135 , 0.6419 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1402 , cls_52 , 1.2600 , 1020.0000 , 73.9241 , 809.5238 , 2.1250 , 1.1738 , 0.7903 , 0.3571 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1408 , cls_52 , 1.7100 , 900.0000 , 65.3098 , 526.3158 , 1.6667 , 1.1114 , 0.7506 , 0.5789 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1409 , cls_52 , 10.0800 , 4320.0000 , 235.7390 , 428.5714 , 3.2727 , 1.2125 , 0.8336 , 0.6563 , 10.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1464 , cls_52 , 1.2600 , 540.0000 , 45.4303 , 428.5714 , 1.1250 , 1.0391 , 0.5652 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1467 , cls_52 , 1.4400 , 1260.0000 , 75.7649 , 875.0000 , 2.6250 , 1.2016 , 0.7736 , 0.3333 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1503 , cls_52 , 2.5200 , 1560.0000 , 96.3663 , 619.0476 , 2.3636 , 1.1774 , 0.7772 , 0.5060 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1511 , cls_52 , 9.1800 , 4260.0000 , 180.1391 , 464.0523 , 3.3810 , 1.2200 , 0.7613 , 0.6324 , 9.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1520 , cls_52 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1532 , cls_52 , 1.1700 , 600.0000 , 43.7327 , 512.8205 , 1.2500 , 1.0698 , 0.4827 , 0.5769 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1548 , cls_52 , 1.4400 , 840.0000 , 68.9859 , 583.3333 , 1.7500 , 1.1169 , 0.8041 , 0.5104 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1569 , cls_52 , 1.4400 , 960.0000 , 75.2402 , 666.6667 , 2.0000 , 1.1448 , 0.7603 , 0.4375 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1624 , cls_52 , 3.1500 , 1560.0000 , 87.4190 , 495.2381 , 2.1667 , 1.1520 , 0.7249 , 0.6143 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1641 , cls_52 , 1.2600 , 840.0000 , 63.4251 , 666.6667 , 1.7500 , 1.1327 , 0.7903 , 0.4643 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1645 , cls_52 , 2.3400 , 960.0000 , 66.4959 , 410.2564 , 1.4545 , 1.0895 , 0.6105 , 0.6667 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 690.6519 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1649 , cls_52 , 18.0900 , 4800.0000 , 237.5845 , 265.3400 , 2.7586 , 1.1714 , 0.7233 , 0.7844 , 18.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1672 , cls_52 , 5.5800 , 2880.0000 , 115.2366 , 516.1290 , 3.0000 , 1.2039 , 0.7191 , 0.6102 , 5.5800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1684 , cls_52 , 1.8900 , 1260.0000 , 72.0943 , 666.6667 , 2.1000 , 1.1684 , 0.7477 , 0.4603 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1710 , cls_52 , 1.0800 , 480.0000 , 41.3948 , 444.4444 , 1.1429 , 1.0310 , 0.5225 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1750 , cls_52 , 6.4800 , 2340.0000 , 123.7432 , 361.1111 , 2.2941 , 1.1502 , 0.6690 , 0.7106 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1765 , cls_52 , 0.5400 , 480.0000 , 39.5782 , 888.8889 , 1.6000 , 1.1141 , 0.7062 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1785 , cls_52 , 3.6000 , 1620.0000 , 101.8250 , 450.0000 , 2.0769 , 1.1445 , 0.6986 , 0.6375 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1790 , cls_52 , 4.0500 , 1140.0000 , 78.4652 , 281.4815 , 1.3571 , 1.0656 , 0.3634 , 0.7630 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1823 , cls_52 , 0.7200 , 600.0000 , 50.3737 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1824 , cls_52 , 4.2300 , 1860.0000 , 108.7916 , 439.7163 , 2.2143 , 1.1532 , 0.7123 , 0.6383 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1831 , cls_52 , 1.0800 , 780.0000 , 50.0344 , 722.2222 , 1.8571 , 1.1355 , 0.6180 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1850 , cls_52 , 1.3500 , 540.0000 , 44.5860 , 400.0000 , 1.1250 , 1.0316 , 0.4383 , 0.6667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1950 , cls_52 , 1.1700 , 600.0000 , 47.7047 , 512.8205 , 1.2500 , 1.0698 , 0.6322 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1972 , cls_52 , 2.1600 , 1020.0000 , 76.4287 , 472.2222 , 1.7000 , 1.1104 , 0.7649 , 0.5972 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1984 , cls_52 , 7.4700 , 1740.0000 , 117.9746 , 232.9317 , 1.5263 , 1.0828 , 0.6356 , 0.8072 , 7.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1997 , cls_52 , 2.0700 , 1320.0000 , 75.4138 , 637.6812 , 2.2000 , 1.1671 , 0.6981 , 0.4855 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2009 , cls_52 , 2.3400 , 1200.0000 , 73.4020 , 512.8205 , 1.8182 , 1.1339 , 0.6322 , 0.5833 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2025 , cls_52 , 0.8100 , 660.0000 , 50.1924 , 814.8148 , 1.8333 , 1.1347 , 0.7135 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2042 , cls_52 , 0.6300 , 480.0000 , 33.2209 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2052 , cls_52 , 1.2600 , 1020.0000 , 54.6368 , 809.5238 , 2.1250 , 1.1738 , 0.6927 , 0.3929 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2065 , cls_52 , 1.6200 , 1020.0000 , 72.3958 , 629.6296 , 1.8889 , 1.1434 , 0.7661 , 0.5000 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2080 , cls_52 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2103 , cls_52 , 31.2300 , 9960.0000 , 317.0833 , 318.9241 , 4.3684 , 1.2362 , 0.7933 , 0.7454 , 31.2300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2106 , cls_52 , 7.1100 , 1980.0000 , 109.0916 , 278.4810 , 1.8333 , 1.1107 , 0.5894 , 0.7722 , 7.1100 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2112 , cls_52 , 1.9800 , 1320.0000 , 82.1110 , 666.6667 , 2.2000 , 1.1723 , 0.7357 , 0.4848 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 547.4486 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2122 , cls_52 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 318.9044 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2139 , cls_52 , 5.0400 , 2940.0000 , 118.4459 , 583.3333 , 3.2667 , 1.2191 , 0.6572 , 0.5357 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2147 , cls_52 , 23.2200 , 4560.0000 , 212.7425 , 196.3824 , 2.3030 , 1.1394 , 0.5500 , 0.8404 , 23.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2154 , cls_52 , 1.0800 , 480.0000 , 41.3948 , 444.4444 , 1.1429 , 1.0310 , 0.5225 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2165 , cls_52 , 2.4300 , 840.0000 , 70.7324 , 345.6790 , 1.2727 , 1.0590 , 0.6846 , 0.6852 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2185 , cls_52 , 1.1700 , 1080.0000 , 63.9143 , 923.0769 , 2.2500 , 1.1953 , 0.6817 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2230 , cls_52 , 1.8000 , 1260.0000 , 71.2091 , 700.0000 , 2.3333 , 1.1742 , 0.7004 , 0.4583 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2251 , cls_52 , 0.4500 , 540.0000 , 39.2900 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2296 , cls_52 , 10.2600 , 3060.0000 , 152.2895 , 298.2456 , 2.3182 , 1.1509 , 0.6716 , 0.7588 , 10.2600 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2305 , cls_52 , 2.5200 , 1620.0000 , 128.6593 , 642.8571 , 2.4545 , 1.1848 , 0.8634 , 0.4702 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 606.7125 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2313 , cls_52 , 1.0800 , 660.0000 , 47.5334 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5000 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 416.7733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2326 , cls_52 , 2.1600 , 1140.0000 , 66.4656 , 527.7778 , 1.9000 , 1.1327 , 0.6566 , 0.5903 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2336 , cls_52 , 0.5400 , 540.0000 , 44.6257 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2348 , cls_52 , 2.6100 , 1620.0000 , 101.2040 , 620.6897 , 2.4545 , 1.1807 , 0.7160 , 0.4943 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2379 , cls_52 , 1.9800 , 1260.0000 , 72.6545 , 636.3636 , 2.1000 , 1.1629 , 0.7199 , 0.5227 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2394 , cls_52 , 1.9800 , 1020.0000 , 65.6647 , 515.1515 , 1.7000 , 1.1202 , 0.6498 , 0.5758 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2438 , cls_52 , 1.3500 , 1020.0000 , 63.6539 , 755.5556 , 2.1250 , 1.1653 , 0.6707 , 0.3889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2458 , cls_52 , 3.3300 , 1380.0000 , 75.2907 , 414.4144 , 1.7692 , 1.1223 , 0.4457 , 0.6712 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2473 , cls_52 , 3.7800 , 1320.0000 , 84.1538 , 349.2063 , 1.6923 , 1.1004 , 0.4652 , 0.7103 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2486 , cls_52 , 1.5300 , 720.0000 , 49.5117 , 470.5882 , 1.3333 , 1.0779 , 0.4721 , 0.6275 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2487 , cls_52 , 3.6000 , 1260.0000 , 89.1021 , 350.0000 , 1.6154 , 1.0966 , 0.6255 , 0.7000 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2488 , cls_52 , 36.0000 , 14160.0000 , 347.1839 , 393.3333 , 5.9000 , 1.2775 , 0.7361 , 0.6896 , 36.0000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2489 , cls_52 , 1.8000 , 1200.0000 , 100.1400 , 666.6667 , 2.2222 , 1.1643 , 0.8336 , 0.4500 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2498 , cls_52 , 2.5200 , 1200.0000 , 77.1406 , 476.1905 , 1.8182 , 1.1256 , 0.7398 , 0.6131 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 416.7733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2509 , cls_52 , 5.3100 , 3060.0000 , 156.6504 , 576.2712 , 3.1875 , 1.2206 , 0.8804 , 0.5537 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2525 , cls_52 , 1.5300 , 960.0000 , 66.8784 , 627.4510 , 1.7778 , 1.1376 , 0.7453 , 0.4804 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2586 , cls_52 , 21.6000 , 8400.0000 , 254.6458 , 388.8889 , 4.5161 , 1.2456 , 0.7825 , 0.6958 , 21.6000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2604 , cls_52 , 9.0000 , 3840.0000 , 182.7220 , 426.6667 , 3.2000 , 1.2039 , 0.8173 , 0.6617 , 9.0000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2654 , cls_52 , 1.2600 , 900.0000 , 67.7841 , 714.2857 , 1.8750 , 1.1473 , 0.7997 , 0.4286 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2661 , cls_52 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2665 , cls_52 , 1.0800 , 540.0000 , 41.0233 , 500.0000 , 1.2857 , 1.0563 , 0.5225 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2677 , cls_52 , 2.1600 , 1620.0000 , 94.5528 , 750.0000 , 2.7000 , 1.2031 , 0.7555 , 0.3889 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2693 , cls_52 , 0.6300 , 540.0000 , 42.0510 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 271.6616 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2716 , cls_52 , 0.8100 , 780.0000 , 55.5286 , 962.9630 , 2.1667 , 1.1718 , 0.7838 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2717 , cls_52 , 1.1700 , 600.0000 , 42.5772 , 512.8205 , 1.2500 , 1.0698 , 0.4292 , 0.5897 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2719 , cls_52 , 0.4500 , 480.0000 , 34.9642 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 531.6014 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2724 , cls_52 , 2.8800 , 960.0000 , 67.1065 , 333.3333 , 1.3333 , 1.0675 , 0.5206 , 0.7188 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 450.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2754 , cls_52 , 1.1700 , 840.0000 , 55.5310 , 717.9487 , 1.7500 , 1.1416 , 0.6877 , 0.4487 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2759 , cls_52 , 5.2200 , 2580.0000 , 134.2924 , 494.2529 , 2.6875 , 1.1911 , 0.7046 , 0.6121 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2801 , cls_52 , 2.8800 , 1380.0000 , 98.6284 , 479.1667 , 1.9167 , 1.1382 , 0.8221 , 0.5885 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 416.7733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2844 , cls_52 , 3.6000 , 2220.0000 , 108.5551 , 616.6667 , 2.8462 , 1.2046 , 0.7170 , 0.5125 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 466.6905 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2850 , cls_52 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2874 , cls_52 , 2.3400 , 1320.0000 , 82.4840 , 564.1026 , 2.0000 , 1.1528 , 0.6877 , 0.5449 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2912 , cls_52 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2932 , cls_52 , 3.4200 , 2100.0000 , 118.0904 , 614.0351 , 2.6923 , 1.1999 , 0.7923 , 0.5351 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2933 , cls_52 , 0.9900 , 840.0000 , 58.9978 , 848.4848 , 2.0000 , 1.1624 , 0.7585 , 0.3333 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2938 , cls_52 , 0.9000 , 900.0000 , 60.7500 , 1000.0000 , 2.1429 , 1.1897 , 0.7453 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2966 , cls_52 , 3.7800 , 960.0000 , 75.9821 , 253.9683 , 1.2308 , 1.0400 , 0.3709 , 0.7778 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3000 , cls_52 , 1.3500 , 1080.0000 , 67.7572 , 800.0000 , 2.2500 , 1.1773 , 0.7191 , 0.3889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3013 , cls_52 , 4.1400 , 1860.0000 , 107.4492 , 449.2754 , 2.2143 , 1.1555 , 0.7980 , 0.6304 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 852.7602 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3030 , cls_52 , 2.1600 , 1320.0000 , 96.4162 , 611.1111 , 2.2000 , 1.1621 , 0.7649 , 0.5000 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3072 , cls_52 , 2.7900 , 1380.0000 , 75.7053 , 494.6237 , 1.9167 , 1.1417 , 0.6507 , 0.6022 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3073 , cls_52 , 1.5300 , 780.0000 , 51.0982 , 509.8039 , 1.4444 , 1.0945 , 0.5190 , 0.5882 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3099 , cls_52 , 0.9000 , 840.0000 , 74.0780 , 933.3333 , 2.0000 , 1.1745 , 0.8585 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3128 , cls_52 , 1.6200 , 900.0000 , 72.3209 , 555.5556 , 1.6667 , 1.1176 , 0.7425 , 0.5463 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3142 , cls_52 , 1.3500 , 840.0000 , 58.9846 , 622.2222 , 1.7500 , 1.1245 , 0.6327 , 0.5000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3191 , cls_52 , 7.4700 , 3900.0000 , 224.9375 , 522.0884 , 3.4211 , 1.2267 , 0.8918 , 0.5763 , 7.4700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3225 , cls_52 , 7.4700 , 3540.0000 , 168.7389 , 473.8956 , 3.1053 , 1.2094 , 0.8143 , 0.6145 , 7.4700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3283 , cls_52 , 2.1600 , 1260.0000 , 73.9019 , 583.3333 , 2.1000 , 1.1528 , 0.6405 , 0.5417 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3284 , cls_52 , 4.8600 , 2640.0000 , 117.9669 , 543.2099 , 2.9333 , 1.2032 , 0.6596 , 0.5679 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3307 , cls_52 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 318.9044 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3314 , cls_52 , 9.5400 , 3600.0000 , 158.6721 , 377.3585 , 2.8571 , 1.1866 , 0.7854 , 0.6965 , 9.5400 , 1.0000 , 100.0000 , 0.0000 , 442.9447 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3338 , cls_52 , 27.7200 , 13920.0000 , 342.1640 , 502.1645 , 6.4444 , 1.3014 , 0.7223 , 0.6115 , 27.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3356 , cls_52 , 1.1700 , 780.0000 , 54.3428 , 666.6667 , 1.6250 , 1.1258 , 0.6689 , 0.4487 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 1290.3488 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3369 , cls_52 , 1.7100 , 720.0000 , 52.8412 , 421.0526 , 1.3333 , 1.0656 , 0.5162 , 0.6491 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3385 , cls_52 , 3.1500 , 2280.0000 , 100.5357 , 723.8095 , 3.1667 , 1.2253 , 0.8019 , 0.4571 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3470 , cls_52 , 1.9800 , 1200.0000 , 84.1626 , 606.0606 , 2.0000 , 1.1530 , 0.8169 , 0.4621 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3482 , cls_52 , 2.8800 , 1080.0000 , 85.8347 , 375.0000 , 1.5000 , 1.0904 , 0.7337 , 0.6719 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3493 , cls_52 , 0.6300 , 480.0000 , 40.9485 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 882.3265 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3527 , cls_52 , 1.5300 , 1020.0000 , 56.4361 , 666.6667 , 1.8889 , 1.1502 , 0.6268 , 0.5098 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3581 , cls_52 , 2.1600 , 1440.0000 , 67.4203 , 666.6667 , 2.4000 , 1.1795 , 0.6974 , 0.5417 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3585 , cls_52 , 8.0100 , 1740.0000 , 112.4766 , 217.2285 , 1.5263 , 1.0761 , 0.4655 , 0.8221 , 8.0100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3674 , cls_52 , 4.0500 , 1560.0000 , 89.2937 , 385.1852 , 1.8571 , 1.1247 , 0.7031 , 0.6852 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3716 , cls_52 , 26.9100 , 10740.0000 , 389.9495 , 399.1081 , 5.1143 , 1.2630 , 0.8490 , 0.6817 , 26.9100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3786 , cls_52 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3787 , cls_52 , 3.7800 , 2100.0000 , 105.2155 , 555.5556 , 2.6923 , 1.1885 , 0.6996 , 0.5635 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3821 , cls_52 , 4.2300 , 1740.0000 , 100.8139 , 411.3475 , 2.0714 , 1.1406 , 0.6899 , 0.6525 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3837 , cls_52 , 2.3400 , 960.0000 , 72.5522 , 410.2564 , 1.4545 , 1.0895 , 0.6689 , 0.6538 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3846 , cls_52 , 0.7200 , 540.0000 , 37.9551 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3881 , cls_52 , 3.0600 , 1920.0000 , 92.9614 , 627.4510 , 2.6667 , 1.1955 , 0.7075 , 0.5000 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3882 , cls_52 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3883 , cls_52 , 0.6300 , 600.0000 , 55.5313 , 952.3810 , 1.6667 , 1.1455 , 0.8217 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 349.8571 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3926 , cls_52 , 0.9000 , 600.0000 , 46.8599 , 666.6667 , 1.4286 , 1.1006 , 0.6817 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3938 , cls_52 , 1.5300 , 1200.0000 , 70.5269 , 784.3137 , 2.2222 , 1.1839 , 0.7453 , 0.4118 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3965 , cls_52 , 5.1300 , 1740.0000 , 100.9094 , 339.1813 , 1.8125 , 1.1203 , 0.6460 , 0.7339 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3971 , cls_52 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3983 , cls_52 , 8.5500 , 3840.0000 , 167.1545 , 449.1228 , 3.2000 , 1.2094 , 0.7797 , 0.6351 , 8.5500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4002 , cls_52 , 3.3300 , 960.0000 , 75.6741 , 288.2883 , 1.2308 , 1.0526 , 0.5556 , 0.7432 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4004 , cls_52 , 10.9800 , 3600.0000 , 161.5950 , 327.8689 , 2.6087 , 1.1722 , 0.5790 , 0.7281 , 10.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4005 , cls_52 , 3.7800 , 1800.0000 , 88.0469 , 476.1905 , 2.3077 , 1.1592 , 0.7045 , 0.6230 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4075 , cls_52 , 2.3400 , 720.0000 , 60.5508 , 307.6923 , 1.0909 , 1.0323 , 0.4292 , 0.7308 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4099 , cls_52 , 1.1700 , 660.0000 , 50.7567 , 564.1026 , 1.3750 , 1.0902 , 0.6817 , 0.5128 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4100 , cls_52 , 1.2600 , 840.0000 , 76.9502 , 666.6667 , 1.7500 , 1.1327 , 0.8019 , 0.4405 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4171 , cls_52 , 1.7100 , 1260.0000 , 76.9222 , 736.8421 , 2.3333 , 1.1804 , 0.7282 , 0.4298 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4266 , cls_52 , 2.8800 , 1140.0000 , 75.4163 , 395.8333 , 1.5833 , 1.1010 , 0.6394 , 0.6719 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 1290.3488 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4297 , cls_52 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4300 , cls_52 , 3.8700 , 1860.0000 , 88.3921 , 480.6202 , 2.2143 , 1.1629 , 0.6779 , 0.6395 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4327 , cls_52 , 5.4000 , 2340.0000 , 141.0240 , 433.3333 , 2.4375 , 1.1695 , 0.7706 , 0.6472 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4344 , cls_52 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4347 , cls_52 , 1.4400 , 840.0000 , 52.6859 , 583.3333 , 1.7500 , 1.1169 , 0.6082 , 0.5417 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4382 , cls_52 , 4.5000 , 1800.0000 , 97.4802 , 400.0000 , 2.0000 , 1.1404 , 0.5839 , 0.6833 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 323.1099 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4400 , cls_52 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4416 , cls_52 , 1.2600 , 780.0000 , 46.7238 , 619.0476 , 1.6250 , 1.1170 , 0.5182 , 0.5357 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4418 , cls_52 , 1.8000 , 1380.0000 , 87.9045 , 766.6667 , 2.5556 , 1.1928 , 0.8141 , 0.4333 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 283.0194 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4426 , cls_52 , 13.1400 , 3660.0000 , 203.2833 , 278.5388 , 2.4400 , 1.1571 , 0.7641 , 0.7751 , 13.1400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4453 , cls_52 , 1.9800 , 960.0000 , 63.5422 , 484.8485 , 1.6000 , 1.1079 , 0.6163 , 0.5985 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4482 , cls_52 , 1.5300 , 1440.0000 , 88.9756 , 941.1765 , 2.6667 , 1.2217 , 0.7835 , 0.3137 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4497 , cls_52 , 1.5300 , 780.0000 , 52.1897 , 509.8039 , 1.4444 , 1.0945 , 0.5190 , 0.5686 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4517 , cls_52 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 607.4537 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4525 , cls_52 , 4.2300 , 2160.0000 , 130.0580 , 510.6383 , 2.5714 , 1.1812 , 0.8270 , 0.5957 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 641.3267 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4538 , cls_52 , 1.1700 , 540.0000 , 43.9888 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 296.9848 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4539 , cls_52 , 1.4400 , 900.0000 , 55.9622 , 625.0000 , 1.8750 , 1.1313 , 0.6156 , 0.5000 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4562 , cls_52 , 1.1700 , 780.0000 , 47.4108 , 666.6667 , 1.6250 , 1.1258 , 0.6322 , 0.5256 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4587 , cls_52 , 10.7100 , 2220.0000 , 129.6979 , 207.2829 , 1.6818 , 1.0912 , 0.4195 , 0.8305 , 10.7100 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4621 , cls_52 , 5.4000 , 2520.0000 , 117.9868 , 466.6667 , 2.6250 , 1.1831 , 0.6735 , 0.6361 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4626 , cls_52 , 1.7100 , 1200.0000 , 73.4858 , 701.7544 , 2.2222 , 1.1704 , 0.8065 , 0.4825 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4676 , cls_52 , 1.3500 , 900.0000 , 61.5130 , 666.6667 , 1.8750 , 1.1390 , 0.7419 , 0.4667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4678 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 361.2478 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4730 , cls_52 , 3.0600 , 1560.0000 , 92.5272 , 509.8039 , 2.1667 , 1.1552 , 0.7328 , 0.5980 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4757 , cls_52 , 2.7900 , 1860.0000 , 112.1928 , 666.6667 , 2.5833 , 1.2000 , 0.7420 , 0.4570 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4809 , cls_52 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 361.2478 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4820 , cls_52 , 1.9800 , 1200.0000 , 84.6476 , 606.0606 , 2.0000 , 1.1530 , 0.8342 , 0.5000 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4823 , cls_52 , 1.6200 , 960.0000 , 56.2036 , 592.5926 , 1.7778 , 1.1309 , 0.6860 , 0.5556 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 256.3201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4839 , cls_52 , 13.7700 , 4680.0000 , 168.3966 , 339.8693 , 3.1200 , 1.1941 , 0.6534 , 0.7397 , 13.7700 , 1.0000 , 100.0000 , 0.0000 , 400.2499 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4845 , cls_52 , 1.4400 , 1020.0000 , 72.5529 , 708.3333 , 2.1250 , 1.1574 , 0.7453 , 0.4375 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4858 , cls_52 , 7.5600 , 2100.0000 , 126.3286 , 277.7778 , 1.8421 , 1.1152 , 0.5964 , 0.7679 , 7.5600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4917 , cls_52 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4942 , cls_52 , 1.3500 , 720.0000 , 56.9718 , 533.3333 , 1.5000 , 1.0921 , 0.7191 , 0.5444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4968 , cls_52 , 4.1400 , 1140.0000 , 85.0736 , 275.3623 , 1.3571 , 1.0634 , 0.4474 , 0.7645 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 1060.6602 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4982 , cls_52 , 6.3900 , 2400.0000 , 123.3121 , 375.5869 , 2.3529 , 1.1562 , 0.6103 , 0.6878 , 6.3900 , 1.0000 , 100.0000 , 0.0000 , 690.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5007 , cls_52 , 30.9600 , 5940.0000 , 267.9465 , 191.8605 , 2.6053 , 1.1553 , 0.7010 , 0.8425 , 30.9600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5064 , cls_52 , 8.7300 , 4440.0000 , 184.7155 , 508.5911 , 3.7000 , 1.2327 , 0.8412 , 0.5997 , 8.7300 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5171 , cls_52 , 1.2600 , 720.0000 , 47.6307 , 571.4286 , 1.5000 , 1.1000 , 0.6572 , 0.5595 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5195 , cls_52 , 1.0800 , 1020.0000 , 67.9664 , 944.4444 , 2.4286 , 1.1933 , 0.7366 , 0.2778 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5218 , cls_52 , 3.1500 , 1140.0000 , 74.6100 , 361.9048 , 1.5833 , 1.0915 , 0.5715 , 0.6952 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5240 , cls_52 , 1.2600 , 1200.0000 , 73.3435 , 952.3810 , 2.5000 , 1.2082 , 0.8217 , 0.2976 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5329 , cls_52 , 0.6300 , 540.0000 , 43.8985 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5342 , cls_52 , 0.9900 , 660.0000 , 46.2362 , 666.6667 , 1.5714 , 1.1100 , 0.5170 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 648.9992 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5346 , cls_52 , 17.2800 , 8040.0000 , 216.4981 , 465.2778 , 4.7857 , 1.2614 , 0.5992 , 0.6389 , 17.2800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5377 , cls_52 , 0.9000 , 900.0000 , 55.6178 , 1000.0000 , 2.1429 , 1.1897 , 0.6817 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 417.8516 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5403 , cls_52 , 2.2500 , 1680.0000 , 81.2901 , 746.6667 , 2.8000 , 1.2055 , 0.7391 , 0.4400 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5517 , cls_52 , 0.5400 , 540.0000 , 44.6257 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5533 , cls_52 , 2.5200 , 1380.0000 , 78.6849 , 547.6190 , 2.0909 , 1.1532 , 0.6729 , 0.5595 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5534 , cls_52 , 3.6900 , 1980.0000 , 96.2358 , 536.5854 , 2.5385 , 1.1800 , 0.6424 , 0.5935 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5563 , cls_52 , 1.2600 , 600.0000 , 49.1944 , 476.1905 , 1.2500 , 1.0614 , 0.6435 , 0.5833 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 690.6519 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5617 , cls_52 , 3.8700 , 1380.0000 , 83.9802 , 356.5891 , 1.6429 , 1.1064 , 0.6004 , 0.7016 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 540.8327 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5642 , cls_52 , 1.2600 , 840.0000 , 70.0096 , 666.6667 , 1.7500 , 1.1327 , 0.7903 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 417.8516 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5650 , cls_52 , 11.2500 , 1800.0000 , 129.3446 , 160.0000 , 1.3043 , 1.0505 , 0.3504 , 0.8640 , 11.2500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5660 , cls_52 , 2.1600 , 1260.0000 , 98.9072 , 583.3333 , 2.1000 , 1.1528 , 0.8234 , 0.5208 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5748 , cls_52 , 0.5400 , 420.0000 , 38.0278 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6034 , cls_52 , 9.9000 , 2820.0000 , 165.2632 , 284.8485 , 2.2381 , 1.1403 , 0.7064 , 0.7652 , 9.9000 , 1.0000 , 100.0000 , 0.0000 , 360.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6037 , cls_52 , 1.1700 , 540.0000 , 44.0133 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6026 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 360.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6064 , cls_52 , 24.6600 , 5520.0000 , 250.4716 , 223.8443 , 2.7059 , 1.1646 , 0.7222 , 0.8230 , 24.6600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6079 , cls_52 , 0.6300 , 420.0000 , 33.4059 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 637.8087 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6081 , cls_52 , 1.5300 , 720.0000 , 52.0443 , 470.5882 , 1.3333 , 1.0779 , 0.5837 , 0.6078 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 494.7727 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6110 , cls_52 , 23.7600 , 5040.0000 , 214.1524 , 212.1212 , 2.5455 , 1.1534 , 0.5093 , 0.8245 , 23.7600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6205 , cls_52 , 1.8000 , 780.0000 , 52.7075 , 433.3333 , 1.4444 , 1.0763 , 0.3789 , 0.6583 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 699.7142 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6226 , cls_52 , 1.4400 , 900.0000 , 53.0358 , 625.0000 , 1.8750 , 1.1313 , 0.6082 , 0.5313 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6227 , cls_52 , 0.8100 , 660.0000 , 54.1336 , 814.8148 , 1.8333 , 1.1347 , 0.7453 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6268 , cls_52 , 2.5200 , 1740.0000 , 88.7784 , 690.4762 , 2.6364 , 1.1989 , 0.7258 , 0.4643 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 755.3807 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6319 , cls_52 , 1.8000 , 960.0000 , 64.5865 , 533.3333 , 1.7778 , 1.1187 , 0.5195 , 0.5667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 364.9658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6329 , cls_52 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 637.8087 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6378 , cls_52 , 2.7900 , 1800.0000 , 108.8044 , 645.1613 , 2.5000 , 1.1936 , 0.8276 , 0.4892 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6382 , cls_52 , 1.9800 , 1020.0000 , 62.5006 , 515.1515 , 1.7000 , 1.1202 , 0.5690 , 0.5985 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6397 , cls_52 , 3.7800 , 2220.0000 , 115.0489 , 587.3016 , 2.8462 , 1.1990 , 0.6594 , 0.5397 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6468 , cls_52 , 0.6300 , 600.0000 , 46.6558 , 952.3810 , 1.6667 , 1.1455 , 0.7215 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 960.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6485 , cls_52 , 10.4400 , 3240.0000 , 142.5523 , 310.3448 , 2.4545 , 1.1591 , 0.6589 , 0.7601 , 10.4400 , 1.0000 , 100.0000 , 0.0000 , 699.7142 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6578 , cls_52 , 1.6200 , 1380.0000 , 74.7033 , 851.8519 , 2.5556 , 1.2058 , 0.7637 , 0.3796 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6631 , cls_52 , 2.9700 , 1200.0000 , 87.1907 , 404.0404 , 1.6667 , 1.1076 , 0.7122 , 0.6667 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 684.1053 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6692 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 807.7747 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6813 , cls_52 , 0.9000 , 780.0000 , 51.0017 , 866.6667 , 1.8571 , 1.1583 , 0.7170 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6842 , cls_52 , 1.9800 , 1020.0000 , 76.0180 , 515.1515 , 1.7000 , 1.1202 , 0.7759 , 0.5758 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6844 , cls_52 , 1.0800 , 900.0000 , 52.6694 , 833.3333 , 2.1429 , 1.1663 , 0.7495 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6858 , cls_52 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 466.6905 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6899 , cls_52 , 5.1300 , 3240.0000 , 177.2626 , 631.5789 , 3.3750 , 1.2350 , 0.8255 , 0.5029 , 5.1300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6912 , cls_52 , 1.7100 , 1320.0000 , 80.6391 , 771.9298 , 2.4444 , 1.1899 , 0.8065 , 0.4211 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6933 , cls_52 , 1.7100 , 840.0000 , 54.1977 , 491.2281 , 1.5556 , 1.0972 , 0.4624 , 0.6053 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6934 , cls_52 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7024 , cls_52 , 0.4500 , 540.0000 , 38.5674 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7056 , cls_52 , 2.2500 , 960.0000 , 71.1640 , 426.6667 , 1.6000 , 1.0938 , 0.6255 , 0.6400 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7090 , cls_52 , 13.5900 , 5580.0000 , 199.7587 , 410.5960 , 3.7200 , 1.2252 , 0.7450 , 0.6689 , 13.5900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7094 , cls_52 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7095 , cls_52 , 42.8400 , 14700.0000 , 372.0373 , 343.1373 , 5.5682 , 1.2661 , 0.7357 , 0.7276 , 42.8400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7122 , cls_52 , 2.9700 , 1620.0000 , 75.8438 , 545.4545 , 2.2500 , 1.1659 , 0.5279 , 0.5859 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7132 , cls_52 , 2.6100 , 960.0000 , 67.0921 , 367.8161 , 1.4545 , 1.0778 , 0.5384 , 0.6954 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 984.0732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7137 , cls_52 , 1.6200 , 780.0000 , 60.2604 , 481.4815 , 1.4444 , 1.0880 , 0.6860 , 0.5926 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7138 , cls_52 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7146 , cls_52 , 4.5000 , 1500.0000 , 96.5173 , 333.3333 , 1.6667 , 1.1063 , 0.6559 , 0.7267 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7151 , cls_52 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7185 , cls_52 , 3.0600 , 1740.0000 , 94.0446 , 568.6275 , 2.4167 , 1.1764 , 0.7035 , 0.5441 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7200 , cls_52 , 1.5300 , 1140.0000 , 81.3713 , 745.0980 , 2.1111 , 1.1733 , 0.8335 , 0.4118 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7224 , cls_52 , 0.6300 , 660.0000 , 50.8735 , 1047.6190 , 1.8333 , 1.1673 , 0.8019 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 502.8916 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7229 , cls_52 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7236 , cls_52 , 2.7900 , 1920.0000 , 139.3777 , 688.1720 , 2.6667 , 1.2062 , 0.8511 , 0.4409 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7262 , cls_52 , 11.4300 , 4020.0000 , 170.5243 , 351.7060 , 2.9130 , 1.1871 , 0.7719 , 0.7205 , 11.4300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7289 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7292 , cls_52 , 1.9800 , 780.0000 , 56.4296 , 393.9394 , 1.3000 , 1.0660 , 0.5690 , 0.6667 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 502.8916 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7380 , cls_52 , 1.3500 , 540.0000 , 43.9830 , 400.0000 , 1.1250 , 1.0316 , 0.3414 , 0.6667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7394 , cls_52 , 0.6300 , 540.0000 , 37.6127 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7398 , cls_52 , 2.4300 , 900.0000 , 61.8474 , 370.3704 , 1.3636 , 1.0727 , 0.4364 , 0.6914 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7423 , cls_52 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 330.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7451 , cls_52 , 2.0700 , 1080.0000 , 69.7610 , 521.7391 , 1.8000 , 1.1267 , 0.7237 , 0.5652 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7509 , cls_52 , 3.6900 , 1320.0000 , 93.5006 , 357.7236 , 1.6923 , 1.1029 , 0.6189 , 0.6992 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7547 , cls_52 , 2.1600 , 780.0000 , 59.3674 , 361.1111 , 1.3000 , 1.0567 , 0.5814 , 0.7014 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7569 , cls_52 , 0.6300 , 540.0000 , 50.3451 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 630.7139 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7570 , cls_52 , 2.6100 , 1200.0000 , 72.8864 , 459.7701 , 1.8182 , 1.1217 , 0.6307 , 0.6322 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7583 , cls_52 , 2.1600 , 1140.0000 , 84.2119 , 527.7778 , 1.9000 , 1.1327 , 0.8054 , 0.5694 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7589 , cls_52 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7620 , cls_52 , 0.5400 , 420.0000 , 35.0749 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7664 , cls_52 , 1.0800 , 660.0000 , 44.4875 , 611.1111 , 1.5714 , 1.0996 , 0.6273 , 0.5139 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7697 , cls_52 , 0.5400 , 480.0000 , 38.9881 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7698 , cls_52 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7708 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7737 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7753 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 1477.3287 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 56 , cls_11 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 722.4957 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 73 , cls_11 , 44.1000 , 5880.0000 , 355.5592 , 133.3333 , 2.1778 , 1.1223 , 0.7723 , 0.8854 , 44.1000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 107 , cls_11 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 722.4957 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 134 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 150 , cls_11 , 0.9000 , 420.0000 , 41.1550 , 466.6667 , 1.0000 , 1.0223 , 0.5609 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 618.4658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 151 , cls_11 , 0.9900 , 480.0000 , 37.2152 , 484.8485 , 1.1429 , 1.0407 , 0.2997 , 0.6061 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 630.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 175 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 178 , cls_11 , 1.9800 , 840.0000 , 74.9980 , 424.2424 , 1.4000 , 1.0809 , 0.7112 , 0.6364 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 735.4590 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 190 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1143.5471 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 287 , cls_11 , 4.8600 , 1560.0000 , 124.5999 , 320.9877 , 1.7333 , 1.1057 , 0.7753 , 0.7315 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 1381.9551 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 376 , cls_11 , 2.8800 , 1080.0000 , 88.4751 , 375.0000 , 1.5000 , 1.0904 , 0.7405 , 0.6875 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 402.4922 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 424 , cls_11 , 6.1200 , 1560.0000 , 136.1169 , 254.9020 , 1.5294 , 1.0826 , 0.7400 , 0.7770 , 6.1200 , 1.0000 , 100.0000 , 0.0000 , 632.8507 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 434 , cls_11 , 2.0700 , 840.0000 , 65.8134 , 405.7971 , 1.4000 , 1.0761 , 0.6981 , 0.6594 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 469.5743 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 463 , cls_11 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 618.4658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 474 , cls_11 , 0.7200 , 540.0000 , 48.1110 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 517 , cls_11 , 4.5900 , 1200.0000 , 85.5475 , 261.4379 , 1.3333 , 1.0627 , 0.5642 , 0.7745 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 402.4922 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 574 , cls_11 , 13.1400 , 3000.0000 , 173.4107 , 228.3105 , 2.0000 , 1.1234 , 0.6952 , 0.8082 , 13.1400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 674 , cls_11 , 6.9300 , 2580.0000 , 138.7959 , 372.2944 , 2.3889 , 1.1608 , 0.6796 , 0.6926 , 6.9300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 779 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 813 , cls_11 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 906.9730 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 841 , cls_11 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 1083.7435 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 898 , cls_11 , 1.9800 , 840.0000 , 65.3829 , 424.2424 , 1.4000 , 1.0809 , 0.7112 , 0.6364 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 927 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1381.9551 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1035 , cls_11 , 1.0800 , 480.0000 , 40.1190 , 444.4444 , 1.1429 , 1.0310 , 0.3888 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 658.6350 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1039 , cls_11 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 1140.3947 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1057 , cls_11 , 0.6300 , 420.0000 , 31.6352 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 308.8689 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1066 , cls_11 , 2.4300 , 840.0000 , 68.5101 , 345.6790 , 1.2727 , 1.0590 , 0.5955 , 0.7160 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 1124.4999 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1069 , cls_11 , 5.3100 , 1800.0000 , 132.6369 , 338.9831 , 1.8750 , 1.1230 , 0.7777 , 0.7147 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 865.8522 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1187 , cls_11 , 0.8100 , 600.0000 , 41.6649 , 740.7407 , 1.6667 , 1.1135 , 0.5416 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 432.6662 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1195 , cls_11 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 308.8689 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1213 , cls_11 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 402.4922 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1298 , cls_11 , 0.9900 , 480.0000 , 39.4242 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 402.4922 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1315 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 432.6662 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1422 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1463 , cls_11 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1484 , cls_11 , 2.3400 , 1380.0000 , 98.2461 , 589.7436 , 2.0909 , 1.1617 , 0.7566 , 0.5449 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1505 , cls_11 , 4.5000 , 1560.0000 , 103.9465 , 346.6667 , 1.7333 , 1.1137 , 0.6463 , 0.7100 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 865.8522 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1595 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1452.4462 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1680 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1704 , cls_11 , 1.6200 , 540.0000 , 47.9560 , 333.3333 , 1.0000 , 1.0122 , 0.3259 , 0.7037 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 657.9514 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1754 , cls_11 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1763 , cls_11 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1832 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 582.4946 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1907 , cls_11 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 939.1486 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1928 , cls_11 , 0.7200 , 420.0000 , 33.2471 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1969 , cls_11 , 0.9900 , 480.0000 , 40.6481 , 484.8485 , 1.1429 , 1.0407 , 0.5623 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2028 , cls_11 , 2.5200 , 1080.0000 , 94.9987 , 428.5714 , 1.6364 , 1.1048 , 0.7772 , 0.6310 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 690.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2095 , cls_11 , 2.2500 , 1200.0000 , 88.5511 , 533.3333 , 2.0000 , 1.1383 , 0.8351 , 0.5800 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2105 , cls_11 , 3.8700 , 1380.0000 , 89.1087 , 356.5891 , 1.6429 , 1.1064 , 0.6250 , 0.7093 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 582.4946 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2156 , cls_11 , 1.9800 , 720.0000 , 56.4593 , 363.6364 , 1.2000 , 1.0498 , 0.5170 , 0.6970 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 384.1875 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2228 , cls_11 , 1.1700 , 540.0000 , 42.0052 , 461.5385 , 1.1250 , 1.0473 , 0.4292 , 0.6282 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2283 , cls_11 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 496.5884 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2293 , cls_11 , 1.5300 , 780.0000 , 60.3392 , 509.8039 , 1.4444 , 1.0945 , 0.7075 , 0.5784 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2294 , cls_11 , 3.8700 , 1320.0000 , 90.0650 , 341.0853 , 1.5714 , 1.0979 , 0.4977 , 0.7132 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2314 , cls_11 , 3.1500 , 1260.0000 , 76.6633 , 400.0000 , 1.7500 , 1.1108 , 0.5544 , 0.6762 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2334 , cls_11 , 1.0800 , 480.0000 , 39.4537 , 444.4444 , 1.1429 , 1.0310 , 0.3888 , 0.6250 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 384.1875 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2378 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1130.8846 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2382 , cls_11 , 1.1700 , 540.0000 , 45.2584 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6154 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 496.5884 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2411 , cls_11 , 4.6800 , 1560.0000 , 98.5846 , 333.3333 , 1.7333 , 1.1096 , 0.5526 , 0.7244 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2434 , cls_11 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2451 , cls_11 , 1.0800 , 480.0000 , 41.8529 , 444.4444 , 1.1429 , 1.0310 , 0.4731 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2477 , cls_11 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 735.4590 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2481 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2529 , cls_11 , 6.8400 , 2760.0000 , 182.3393 , 403.5088 , 2.5556 , 1.1743 , 0.8174 , 0.6601 , 6.8400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2547 , cls_11 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 384.1875 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2563 , cls_11 , 1.6200 , 660.0000 , 59.2042 , 407.4074 , 1.2222 , 1.0536 , 0.6048 , 0.6389 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 402.4922 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2573 , cls_11 , 1.6200 , 660.0000 , 55.2863 , 407.4074 , 1.2222 , 1.0536 , 0.6243 , 0.6574 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2619 , cls_11 , 1.6200 , 600.0000 , 52.0418 , 370.3704 , 1.1111 , 1.0339 , 0.5593 , 0.6759 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 510.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2679 , cls_11 , 0.8100 , 480.0000 , 41.1101 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 379.4733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2691 , cls_11 , 1.3500 , 720.0000 , 57.6316 , 533.3333 , 1.5000 , 1.0921 , 0.7384 , 0.5444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2711 , cls_11 , 0.9000 , 480.0000 , 41.4714 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2728 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 402.4922 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2760 , cls_11 , 6.6600 , 1680.0000 , 131.3816 , 252.2523 , 1.5556 , 1.0877 , 0.7028 , 0.7950 , 6.6600 , 1.0000 , 100.0000 , 0.0000 , 550.7268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2761 , cls_11 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2862 , cls_11 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 540.8327 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2884 , cls_11 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 379.4733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2887 , cls_11 , 0.6300 , 480.0000 , 38.5703 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 674.1662 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2895 , cls_11 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2900 , cls_11 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2918 , cls_11 , 1.2600 , 540.0000 , 43.2593 , 428.5714 , 1.1250 , 1.0391 , 0.3853 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2928 , cls_11 , 0.9000 , 480.0000 , 37.6863 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2960 , cls_11 , 0.9000 , 540.0000 , 43.0920 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2968 , cls_11 , 0.9900 , 480.0000 , 40.6481 , 484.8485 , 1.1429 , 1.0407 , 0.5623 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2980 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1651.0905 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3029 , cls_11 , 2.1600 , 900.0000 , 83.2642 , 416.6667 , 1.5000 , 1.0853 , 0.7769 , 0.6250 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3039 , cls_11 , 0.6300 , 480.0000 , 34.7715 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3061 , cls_11 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 632.8507 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3167 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 852.7602 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3179 , cls_11 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 483.7355 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3431 , cls_11 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 939.1486 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3483 , cls_11 , 0.7200 , 420.0000 , 33.5470 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3509 , cls_11 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 632.8507 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3538 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3579 , cls_11 , 0.8100 , 480.0000 , 37.0510 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3689 , cls_11 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3721 , cls_11 , 1.8900 , 660.0000 , 60.5023 , 349.2063 , 1.1000 , 1.0371 , 0.6337 , 0.6825 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 254.5584 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3731 , cls_11 , 0.4500 , 480.0000 , 31.1479 , 1066.6667 , 1.6000 , 1.1383 , 0.5103 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 859.0693 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3742 , cls_11 , 0.7200 , 420.0000 , 35.9822 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3770 , cls_11 , 6.7500 , 1620.0000 , 110.1388 , 240.0000 , 1.5000 , 1.0798 , 0.6988 , 0.7978 , 6.7500 , 1.0000 , 100.0000 , 0.0000 , 254.5584 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3908 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 647.6110 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3920 , cls_11 , 3.4200 , 1140.0000 , 96.3172 , 333.3333 , 1.4615 , 1.0829 , 0.7050 , 0.7193 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 362.4914 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3960 , cls_11 , 0.7200 , 420.0000 , 32.6407 , 583.3333 , 1.1667 , 1.0480 , 0.4341 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 758.9466 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3988 , cls_11 , 0.9900 , 480.0000 , 39.6462 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 1263.2102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4016 , cls_11 , 1.5300 , 720.0000 , 57.0888 , 470.5882 , 1.3333 , 1.0779 , 0.6452 , 0.6176 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4020 , cls_11 , 0.8100 , 660.0000 , 54.2876 , 814.8148 , 1.8333 , 1.1347 , 0.7838 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 902.4965 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4055 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1041.3933 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4066 , cls_11 , 1.2600 , 780.0000 , 63.8912 , 619.0476 , 1.6250 , 1.1170 , 0.7903 , 0.5000 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 737.9024 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4167 , cls_11 , 4.0500 , 1440.0000 , 110.0283 , 355.5556 , 1.7143 , 1.1096 , 0.7909 , 0.7000 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 362.4914 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4215 , cls_11 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4246 , cls_11 , 0.8100 , 420.0000 , 36.2715 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 402.4922 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4299 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 474.3416 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4394 , cls_11 , 0.4500 , 360.0000 , 24.0000 , 800.0000 , 1.2000 , 1.0699 , 0.3634 , 0.4000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 692.6038 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4413 , cls_11 , 0.9900 , 420.0000 , 37.5926 , 424.2424 , 1.0000 , 1.0117 , 0.4398 , 0.6212 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4471 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4474 , cls_11 , 1.2600 , 540.0000 , 43.2593 , 428.5714 , 1.1250 , 1.0391 , 0.3853 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 474.3416 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4536 , cls_11 , 3.5100 , 1020.0000 , 76.1152 , 290.5983 , 1.3077 , 1.0589 , 0.5034 , 0.7521 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4631 , cls_11 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4659 , cls_11 , 2.1600 , 1080.0000 , 61.0031 , 500.0000 , 1.8000 , 1.1219 , 0.4990 , 0.5972 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4680 , cls_11 , 1.7100 , 840.0000 , 69.1712 , 491.2281 , 1.5556 , 1.0972 , 0.7154 , 0.5877 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 737.9024 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4859 , cls_11 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4883 , cls_11 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 577.0615 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4894 , cls_11 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 394.5884 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5066 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 442.9447 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5085 , cls_11 , 1.6200 , 720.0000 , 55.7310 , 444.4444 , 1.3333 , 1.0715 , 0.6243 , 0.6389 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5132 , cls_11 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 394.5884 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5137 , cls_11 , 0.8100 , 420.0000 , 34.8518 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 662.7217 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5180 , cls_11 , 1.9800 , 840.0000 , 67.6169 , 424.2424 , 1.4000 , 1.0809 , 0.6888 , 0.6439 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5203 , cls_11 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 442.9447 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5207 , cls_11 , 0.8100 , 480.0000 , 39.7442 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5238 , cls_11 , 0.9000 , 480.0000 , 39.0917 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 577.0615 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5318 , cls_11 , 1.5300 , 600.0000 , 49.8670 , 392.1569 , 1.1111 , 1.0400 , 0.5671 , 0.6667 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5327 , cls_11 , 1.2600 , 540.0000 , 43.1688 , 428.5714 , 1.1250 , 1.0391 , 0.4757 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5384 , cls_11 , 1.1700 , 600.0000 , 51.4790 , 512.8205 , 1.2500 , 1.0698 , 0.6877 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5405 , cls_11 , 3.7800 , 1500.0000 , 134.6097 , 396.8254 , 1.9231 , 1.1246 , 0.8034 , 0.6548 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 1101.4536 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5418 , cls_11 , 1.3500 , 600.0000 , 46.5398 , 444.4444 , 1.2500 , 1.0537 , 0.5225 , 0.6333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5589 , cls_11 , 1.0800 , 540.0000 , 41.2954 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 800.4998 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5677 , cls_11 , 0.5400 , 540.0000 , 49.3994 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5712 , cls_11 , 1.0800 , 600.0000 , 43.3520 , 555.5556 , 1.4286 , 1.0790 , 0.6273 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5782 , cls_11 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5783 , cls_11 , 0.9000 , 480.0000 , 39.3296 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5784 , cls_11 , 1.3500 , 600.0000 , 46.8199 , 444.4444 , 1.2500 , 1.0537 , 0.5225 , 0.6333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6056 , cls_11 , 0.7200 , 420.0000 , 35.0117 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 990.4544 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6104 , cls_11 , 0.9900 , 480.0000 , 37.2460 , 484.8485 , 1.1429 , 1.0407 , 0.4613 , 0.6061 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 1341.6408 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6140 , cls_11 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6198 , cls_11 , 0.9900 , 600.0000 , 50.6908 , 606.0606 , 1.4286 , 1.0892 , 0.6584 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 339.4113 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6285 , cls_11 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 666.1081 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6307 , cls_11 , 0.7200 , 480.0000 , 38.5111 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6400 , cls_11 , 1.2600 , 540.0000 , 43.1751 , 428.5714 , 1.1250 , 1.0391 , 0.4757 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 339.4113 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6588 , cls_11 , 1.2600 , 600.0000 , 47.0099 , 476.1905 , 1.2500 , 1.0614 , 0.6039 , 0.5952 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6667 , cls_11 , 2.4300 , 900.0000 , 65.2864 , 370.3704 , 1.3636 , 1.0727 , 0.5955 , 0.7037 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 591.6925 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6690 , cls_11 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 942.0191 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6730 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6737 , cls_11 , 0.9000 , 540.0000 , 39.8088 , 600.0000 , 1.2857 , 1.0775 , 0.5609 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 1064.0489 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6744 , cls_11 , 2.5200 , 840.0000 , 72.9465 , 333.3333 , 1.2727 , 1.0552 , 0.6039 , 0.7024 , 2.5200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6761 , cls_11 , 0.8100 , 480.0000 , 38.1857 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 603.7384 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6792 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 296.9848 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6945 , cls_11 , 4.2300 , 1320.0000 , 103.3566 , 312.0567 , 1.5714 , 1.0888 , 0.7255 , 0.7411 , 4.2300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6952 , cls_11 , 0.8100 , 480.0000 , 37.5807 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7054 , cls_11 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7089 , cls_11 , 0.7200 , 420.0000 , 34.0413 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7131 , cls_11 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 591.6925 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7152 , cls_11 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 510.8816 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7178 , cls_11 , 1.3500 , 660.0000 , 48.8976 , 488.8889 , 1.3750 , 1.0738 , 0.5756 , 0.6222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7181 , cls_11 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 603.7384 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7206 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7208 , cls_11 , 0.9900 , 480.0000 , 38.7500 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.5909 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 735.4590 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7259 , cls_11 , 0.6300 , 420.0000 , 33.5934 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7267 , cls_11 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 1854.4271 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7299 , cls_11 , 3.5100 , 1020.0000 , 75.6650 , 290.5983 , 1.3077 , 1.0589 , 0.5083 , 0.7607 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7323 , cls_11 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7345 , cls_11 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7486 , cls_11 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 510.8816 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7503 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7533 , cls_11 , 0.9000 , 540.0000 , 40.9177 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 1064.0489 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 66 , cls_90 , 16.0200 , 6840.0000 , 431.7923 , 426.9663 , 4.2222 , 1.2423 , 0.9434 , 0.6573 , 16.0200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 68 , cls_90 , 1.0800 , 540.0000 , 42.0624 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5833 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 89 , cls_90 , 17.3700 , 5940.0000 , 301.7555 , 341.9689 , 3.5357 , 1.2106 , 0.8546 , 0.7150 , 17.3700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 124 , cls_90 , 16.4700 , 3900.0000 , 207.1632 , 236.7942 , 2.3214 , 1.1459 , 0.7306 , 0.8051 , 16.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 148 , cls_90 , 1.8900 , 1260.0000 , 70.1459 , 666.6667 , 2.1000 , 1.1684 , 0.7477 , 0.5079 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 187 , cls_90 , 0.7200 , 480.0000 , 41.8778 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 763.6753 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 201 , cls_90 , 1.1700 , 780.0000 , 55.9962 , 666.6667 , 1.6250 , 1.1258 , 0.7286 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 216 , cls_90 , 4.5000 , 1320.0000 , 85.6711 , 293.3333 , 1.4667 , 1.0825 , 0.5103 , 0.7567 , 4.5000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 274 , cls_90 , 0.6300 , 420.0000 , 39.4421 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 618.4658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 306 , cls_90 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 660.6815 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 419 , cls_90 , 0.4500 , 480.0000 , 33.1847 , 1066.6667 , 1.6000 , 1.1383 , 0.6255 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 432 , cls_90 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1019.1173 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 446 , cls_90 , 0.9900 , 660.0000 , 43.9572 , 666.6667 , 1.5714 , 1.1100 , 0.5881 , 0.4697 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 466 , cls_90 , 1.1700 , 1080.0000 , 69.0410 , 923.0769 , 2.2500 , 1.1953 , 0.7763 , 0.3205 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 530.7542 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 492 , cls_90 , 0.6300 , 720.0000 , 46.6874 , 1142.8571 , 2.0000 , 1.1872 , 0.6572 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 512 , cls_90 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 513 , cls_90 , 0.9900 , 780.0000 , 54.4881 , 787.8788 , 1.8571 , 1.1463 , 0.7704 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 552 , cls_90 , 2.4300 , 960.0000 , 71.6682 , 395.0617 , 1.4545 , 1.0855 , 0.6562 , 0.6728 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 577 , cls_90 , 56.8800 , 15600.0000 , 947.1762 , 274.2616 , 5.0980 , 1.2480 , 0.9294 , 0.7706 , 56.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 583 , cls_90 , 1.4400 , 1080.0000 , 90.1308 , 750.0000 , 2.2500 , 1.1694 , 0.8605 , 0.3750 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 590 , cls_90 , 0.6300 , 540.0000 , 39.7526 , 857.1429 , 1.5000 , 1.1214 , 0.6572 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 592 , cls_90 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 609 , cls_90 , 38.9700 , 12180.0000 , 636.7763 , 312.5481 , 4.8333 , 1.2462 , 0.9381 , 0.7429 , 38.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 649 , cls_90 , 0.7200 , 420.0000 , 36.9061 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 672 , cls_90 , 0.6300 , 420.0000 , 32.7472 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 693 , cls_90 , 3.9600 , 2820.0000 , 127.8869 , 712.1212 , 3.3571 , 1.2390 , 0.8556 , 0.4508 , 3.9600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 703 , cls_90 , 3.6900 , 1560.0000 , 125.8525 , 422.7642 , 2.0000 , 1.1347 , 0.8353 , 0.6423 , 3.6900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 710 , cls_90 , 13.5000 , 5820.0000 , 368.9354 , 431.1111 , 3.8800 , 1.2330 , 0.9279 , 0.6467 , 13.5000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 746 , cls_90 , 1.3500 , 600.0000 , 45.1157 , 444.4444 , 1.2500 , 1.0537 , 0.4383 , 0.6333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 778 , cls_90 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 364.9658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 810 , cls_90 , 124.7400 , 22680.0000 , 1186.3965 , 181.8182 , 5.0400 , 1.2315 , 0.9307 , 0.8509 , 124.7400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 845 , cls_90 , 0.5400 , 420.0000 , 32.0711 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 902 , cls_90 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 959 , cls_90 , 1.1700 , 660.0000 , 57.9982 , 564.1026 , 1.3750 , 1.0902 , 0.7453 , 0.5128 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 979 , cls_90 , 0.4500 , 480.0000 , 43.3217 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 980 , cls_90 , 4.4100 , 2160.0000 , 129.1771 , 489.7959 , 2.5714 , 1.1766 , 0.8667 , 0.6190 , 4.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 984 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1006 , cls_90 , 1.1700 , 600.0000 , 44.5394 , 512.8205 , 1.2500 , 1.0698 , 0.5963 , 0.5897 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1011 , cls_90 , 1.9800 , 1140.0000 , 65.3380 , 575.7576 , 1.9000 , 1.1427 , 0.6163 , 0.5606 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1015 , cls_90 , 41.1300 , 14640.0000 , 806.1224 , 355.9446 , 5.6744 , 1.2695 , 0.9601 , 0.7104 , 41.1300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1033 , cls_90 , 1.1700 , 600.0000 , 46.2559 , 512.8205 , 1.2500 , 1.0698 , 0.5132 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1036 , cls_90 , 0.7200 , 480.0000 , 47.8869 , 666.6667 , 1.3333 , 1.0780 , 0.7453 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1075 , cls_90 , 0.9900 , 720.0000 , 59.5635 , 727.2727 , 1.7143 , 1.1289 , 0.7704 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1076 , cls_90 , 0.5400 , 480.0000 , 38.9881 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1082 , cls_90 , 1.3500 , 660.0000 , 54.1420 , 488.8889 , 1.3750 , 1.0738 , 0.6707 , 0.5889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 577.0615 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1100 , cls_90 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1103 , cls_90 , 1.4400 , 720.0000 , 67.3865 , 500.0000 , 1.5000 , 1.0847 , 0.8041 , 0.5417 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1138 , cls_90 , 2.0700 , 1740.0000 , 131.5800 , 840.5797 , 2.9000 , 1.2227 , 0.8943 , 0.3696 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1173 , cls_90 , 0.8100 , 540.0000 , 42.0562 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1272 , cls_90 , 0.7200 , 480.0000 , 40.6729 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1304 , cls_90 , 0.5400 , 420.0000 , 30.1379 , 777.7778 , 1.4000 , 1.0831 , 0.5506 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 450.9989 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1347 , cls_90 , 1.1700 , 780.0000 , 65.1239 , 666.6667 , 1.6250 , 1.1258 , 0.8294 , 0.4487 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1361 , cls_90 , 0.9900 , 600.0000 , 43.6373 , 606.0606 , 1.4286 , 1.0892 , 0.6498 , 0.5000 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1378 , cls_90 , 9.7200 , 3060.0000 , 165.2925 , 314.8148 , 2.4286 , 1.1563 , 0.7277 , 0.7392 , 9.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1395 , cls_90 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1398 , cls_90 , 0.8100 , 600.0000 , 45.5297 , 740.7407 , 1.6667 , 1.1135 , 0.7453 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1399 , cls_90 , 0.8100 , 480.0000 , 41.1101 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 408.0441 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1417 , cls_90 , 1.1700 , 600.0000 , 44.4224 , 512.8205 , 1.2500 , 1.0698 , 0.5862 , 0.5769 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1425 , cls_90 , 0.8100 , 600.0000 , 49.5298 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1433 , cls_90 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1465 , cls_90 , 2.7900 , 1500.0000 , 120.8150 , 537.6344 , 2.0833 , 1.1580 , 0.8767 , 0.5484 , 2.7900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1478 , cls_90 , 0.9900 , 660.0000 , 56.0590 , 666.6667 , 1.5714 , 1.1100 , 0.7940 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1517 , cls_90 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1533 , cls_90 , 0.6300 , 480.0000 , 37.7674 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1625 , cls_90 , 4.0500 , 2340.0000 , 153.1031 , 577.7778 , 2.7857 , 1.2012 , 0.8765 , 0.5259 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1657 , cls_90 , 1.6200 , 1200.0000 , 73.2057 , 740.7407 , 2.2222 , 1.1769 , 0.7661 , 0.4074 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1701 , cls_90 , 0.9000 , 720.0000 , 62.5995 , 800.0000 , 1.7143 , 1.1407 , 0.8279 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1702 , cls_90 , 1.8000 , 720.0000 , 56.3419 , 400.0000 , 1.3333 , 1.0600 , 0.6082 , 0.6667 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1791 , cls_90 , 0.6300 , 540.0000 , 37.9840 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1818 , cls_90 , 4.8600 , 2160.0000 , 149.5753 , 444.4444 , 2.4000 , 1.1660 , 0.8736 , 0.6420 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1851 , cls_90 , 0.8100 , 420.0000 , 35.4002 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 1060.6602 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1855 , cls_90 , 4.3200 , 1920.0000 , 123.3237 , 444.4444 , 2.2857 , 1.1568 , 0.7694 , 0.6389 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1925 , cls_90 , 12.1500 , 4320.0000 , 210.8679 , 355.5556 , 3.0000 , 1.1932 , 0.8248 , 0.7136 , 12.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1966 , cls_90 , 0.8100 , 660.0000 , 53.3943 , 814.8148 , 1.8333 , 1.1347 , 0.7838 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1985 , cls_90 , 1.0800 , 780.0000 , 58.2393 , 722.2222 , 1.8571 , 1.1355 , 0.7649 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1994 , cls_90 , 15.5700 , 4500.0000 , 240.3197 , 289.0173 , 2.7778 , 1.1753 , 0.8539 , 0.7611 , 15.5700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2015 , cls_90 , 0.8100 , 660.0000 , 47.6995 , 814.8148 , 1.8333 , 1.1347 , 0.7135 , 0.3148 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2053 , cls_90 , 1.5300 , 1260.0000 , 84.0220 , 823.5294 , 2.3333 , 1.1940 , 0.8517 , 0.3725 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2064 , cls_90 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2138 , cls_90 , 6.8400 , 3660.0000 , 183.9722 , 535.0877 , 3.3889 , 1.2250 , 0.8368 , 0.5789 , 6.8400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2140 , cls_90 , 1.5300 , 1080.0000 , 81.0072 , 705.8824 , 2.0000 , 1.1620 , 0.7835 , 0.4412 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2237 , cls_90 , 1.7100 , 960.0000 , 72.6220 , 561.4035 , 1.7778 , 1.1246 , 0.7506 , 0.5263 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2238 , cls_90 , 0.9900 , 540.0000 , 43.2527 , 545.4545 , 1.2857 , 1.0663 , 0.5170 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 941.5413 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2243 , cls_90 , 1.7100 , 900.0000 , 67.0330 , 526.3158 , 1.6667 , 1.1114 , 0.7312 , 0.5526 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2263 , cls_90 , 1.1700 , 660.0000 , 45.5076 , 564.1026 , 1.3750 , 1.0902 , 0.6322 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2266 , cls_90 , 1.1700 , 840.0000 , 54.9415 , 717.9487 , 1.7500 , 1.1416 , 0.6817 , 0.4103 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2297 , cls_90 , 2.3400 , 1140.0000 , 73.6257 , 487.1795 , 1.7273 , 1.1237 , 0.7414 , 0.6090 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2357 , cls_90 , 5.3100 , 2220.0000 , 115.6657 , 418.0791 , 2.3125 , 1.1616 , 0.7258 , 0.6610 , 5.3100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2381 , cls_90 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2405 , cls_90 , 3.8700 , 2040.0000 , 108.1718 , 527.1318 , 2.4286 , 1.1804 , 0.7523 , 0.5581 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2417 , cls_90 , 0.8100 , 780.0000 , 57.0631 , 962.9630 , 2.1667 , 1.1718 , 0.7135 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2435 , cls_90 , 0.8100 , 480.0000 , 41.7795 , 592.5926 , 1.3333 , 1.0639 , 0.7135 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2443 , cls_90 , 5.9400 , 3180.0000 , 206.3315 , 535.3535 , 3.1176 , 1.2151 , 0.9177 , 0.5707 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2464 , cls_90 , 38.7000 , 10800.0000 , 492.9249 , 279.0698 , 4.2857 , 1.2282 , 0.8766 , 0.7705 , 38.7000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2483 , cls_90 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2527 , cls_90 , 4.0500 , 1380.0000 , 87.3347 , 340.7407 , 1.6429 , 1.1016 , 0.5416 , 0.7074 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2560 , cls_90 , 4.6800 , 1620.0000 , 123.1735 , 346.1538 , 1.8000 , 1.1166 , 0.7709 , 0.7147 , 4.6800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2565 , cls_90 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2584 , cls_90 , 0.6300 , 540.0000 , 43.6383 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2607 , cls_90 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2632 , cls_90 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2639 , cls_90 , 0.6300 , 480.0000 , 36.0298 , 761.9048 , 1.3333 , 1.0945 , 0.6572 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2640 , cls_90 , 1.0800 , 480.0000 , 42.0043 , 444.4444 , 1.1429 , 1.0310 , 0.5506 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2649 , cls_90 , 43.9200 , 10560.0000 , 579.7828 , 240.4372 , 3.9111 , 1.2128 , 0.9055 , 0.8040 , 43.9200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2668 , cls_90 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 566.0389 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2678 , cls_90 , 1.0800 , 780.0000 , 52.9365 , 722.2222 , 1.8571 , 1.1355 , 0.7649 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2721 , cls_90 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2730 , cls_90 , 8.9100 , 2760.0000 , 136.6047 , 309.7643 , 2.3000 , 1.1470 , 0.5514 , 0.7475 , 8.9100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2740 , cls_90 , 0.6300 , 420.0000 , 33.4059 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2746 , cls_90 , 0.8100 , 480.0000 , 42.9107 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2758 , cls_90 , 0.5400 , 480.0000 , 39.1655 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2765 , cls_90 , 1.5300 , 960.0000 , 59.1982 , 627.4510 , 1.7778 , 1.1376 , 0.7035 , 0.5098 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2766 , cls_90 , 2.3400 , 1080.0000 , 89.0716 , 461.5385 , 1.6364 , 1.1130 , 0.7763 , 0.5962 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2779 , cls_90 , 5.8500 , 2400.0000 , 172.1653 , 410.2564 , 2.3529 , 1.1655 , 0.8345 , 0.6667 , 5.8500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2795 , cls_90 , 0.7200 , 660.0000 , 49.6678 , 916.6667 , 1.8333 , 1.1497 , 0.8330 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2843 , cls_90 , 0.6300 , 540.0000 , 41.5274 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2883 , cls_90 , 3.1500 , 1140.0000 , 89.8413 , 361.9048 , 1.5833 , 1.0915 , 0.7591 , 0.7000 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2916 , cls_90 , 1.7100 , 1080.0000 , 61.0464 , 631.5789 , 2.0000 , 1.1488 , 0.6976 , 0.5263 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 566.0389 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2922 , cls_90 , 0.8100 , 540.0000 , 43.5839 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2951 , cls_90 , 10.1700 , 4980.0000 , 268.2021 , 489.6755 , 3.7727 , 1.2363 , 0.9081 , 0.5959 , 10.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2982 , cls_90 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3021 , cls_90 , 12.6000 , 5640.0000 , 351.5969 , 447.6190 , 3.9167 , 1.2349 , 0.9193 , 0.6310 , 12.6000 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3043 , cls_90 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3063 , cls_90 , 1.1700 , 840.0000 , 66.9521 , 717.9487 , 1.7500 , 1.1416 , 0.7566 , 0.3974 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3161 , cls_90 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3194 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3265 , cls_90 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3315 , cls_90 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3330 , cls_90 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3331 , cls_90 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3336 , cls_90 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3361 , cls_90 , 0.6300 , 480.0000 , 32.7869 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3370 , cls_90 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3429 , cls_90 , 4.5900 , 2100.0000 , 160.8361 , 457.5163 , 2.3333 , 1.1670 , 0.8600 , 0.6176 , 4.5900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3567 , cls_90 , 1.2600 , 900.0000 , 62.8255 , 714.2857 , 1.8750 , 1.1473 , 0.7591 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3573 , cls_90 , 0.9000 , 660.0000 , 46.5311 , 733.3333 , 1.5714 , 1.1216 , 0.7170 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 523.9275 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3603 , cls_90 , 2.7000 , 1860.0000 , 103.4689 , 688.8889 , 2.8182 , 1.2039 , 0.8472 , 0.4500 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3631 , cls_90 , 1.2600 , 600.0000 , 46.4775 , 476.1905 , 1.2500 , 1.0614 , 0.6039 , 0.6190 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3651 , cls_90 , 2.7000 , 1500.0000 , 125.5321 , 555.5556 , 2.2727 , 1.1617 , 0.8825 , 0.5167 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3707 , cls_90 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3711 , cls_90 , 1.0800 , 720.0000 , 53.6611 , 666.6667 , 1.7143 , 1.1183 , 0.7495 , 0.4722 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 1141.5779 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3806 , cls_90 , 0.7200 , 480.0000 , 40.5811 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3833 , cls_90 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3855 , cls_90 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3909 , cls_90 , 2.3400 , 960.0000 , 75.0049 , 410.2564 , 1.4545 , 1.0895 , 0.7146 , 0.6538 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3941 , cls_90 , 17.8200 , 6660.0000 , 309.3546 , 373.7374 , 3.8276 , 1.2270 , 0.8722 , 0.6961 , 17.8200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3944 , cls_90 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 331.3608 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3949 , cls_90 , 13.8600 , 5580.0000 , 310.9582 , 402.5974 , 3.7200 , 1.2232 , 0.9155 , 0.6742 , 13.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3966 , cls_90 , 0.9900 , 540.0000 , 44.3266 , 545.4545 , 1.2857 , 1.0663 , 0.6498 , 0.5455 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3967 , cls_90 , 1.8900 , 1380.0000 , 77.2054 , 730.1587 , 2.3000 , 1.1869 , 0.7943 , 0.4444 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4027 , cls_90 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 724.9828 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4076 , cls_90 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4106 , cls_90 , 0.6300 , 480.0000 , 35.9364 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 402.4922 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4117 , cls_90 , 2.1600 , 1380.0000 , 123.1513 , 638.8889 , 2.3000 , 1.1710 , 0.9156 , 0.4236 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4249 , cls_90 , 1.2600 , 1140.0000 , 68.7227 , 904.7619 , 2.3750 , 1.1974 , 0.8463 , 0.3214 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4270 , cls_90 , 0.4500 , 480.0000 , 43.3217 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4273 , cls_90 , 10.2600 , 4500.0000 , 295.6230 , 438.5965 , 3.4091 , 1.2177 , 0.9107 , 0.6389 , 10.2600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4320 , cls_90 , 45.9000 , 9240.0000 , 485.7434 , 201.3072 , 3.3478 , 1.1882 , 0.8669 , 0.8314 , 45.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4381 , cls_90 , 2.4300 , 1440.0000 , 139.0316 , 592.5926 , 2.1818 , 1.1658 , 0.8968 , 0.4753 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4436 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4459 , cls_90 , 2.1600 , 1320.0000 , 120.6396 , 611.1111 , 2.2000 , 1.1621 , 0.8666 , 0.4792 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4472 , cls_90 , 7.3800 , 3600.0000 , 205.0419 , 487.8049 , 3.1579 , 1.2137 , 0.8900 , 0.6016 , 7.3800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4498 , cls_90 , 1.0800 , 780.0000 , 60.2602 , 722.2222 , 1.8571 , 1.1355 , 0.7753 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4555 , cls_90 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4628 , cls_90 , 1.8900 , 1260.0000 , 95.2370 , 666.6667 , 2.1000 , 1.1684 , 0.8418 , 0.4444 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 636.3961 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4687 , cls_90 , 3.3300 , 1920.0000 , 99.5138 , 576.5766 , 2.4615 , 1.1857 , 0.7702 , 0.5225 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4696 , cls_90 , 3.0600 , 1740.0000 , 112.2286 , 568.6275 , 2.4167 , 1.1764 , 0.8581 , 0.5245 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4755 , cls_90 , 1.4400 , 960.0000 , 65.4362 , 666.6667 , 2.0000 , 1.1448 , 0.7603 , 0.4688 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4860 , cls_90 , 1.4400 , 720.0000 , 51.6457 , 500.0000 , 1.5000 , 1.0847 , 0.5926 , 0.5833 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4886 , cls_90 , 1.8900 , 1140.0000 , 82.2253 , 603.1746 , 1.9000 , 1.1481 , 0.6996 , 0.5079 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4900 , cls_90 , 0.9900 , 900.0000 , 54.0441 , 909.0909 , 2.1429 , 1.1774 , 0.7704 , 0.3485 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4901 , cls_90 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4916 , cls_90 , 0.8100 , 600.0000 , 46.4385 , 740.7407 , 1.6667 , 1.1135 , 0.6903 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4943 , cls_90 , 0.9000 , 540.0000 , 45.1026 , 600.0000 , 1.2857 , 1.0775 , 0.6894 , 0.5000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 780.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4961 , cls_90 , 1.1700 , 600.0000 , 48.4565 , 512.8205 , 1.2500 , 1.0698 , 0.5963 , 0.5641 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4985 , cls_90 , 2.1600 , 1080.0000 , 78.2479 , 500.0000 , 1.8000 , 1.1219 , 0.7649 , 0.5833 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5046 , cls_90 , 19.2600 , 5820.0000 , 319.4556 , 302.1807 , 3.2333 , 1.1970 , 0.8746 , 0.7508 , 19.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5053 , cls_90 , 0.9000 , 600.0000 , 39.5679 , 666.6667 , 1.4286 , 1.1006 , 0.3634 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5073 , cls_90 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5136 , cls_90 , 1.3500 , 780.0000 , 56.8273 , 577.7778 , 1.6250 , 1.1089 , 0.7384 , 0.5222 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5143 , cls_90 , 3.8700 , 2400.0000 , 137.1819 , 620.1550 , 2.8571 , 1.2111 , 0.8431 , 0.4922 , 3.8700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5146 , cls_90 , 1.3500 , 960.0000 , 59.9069 , 711.1111 , 2.0000 , 1.1526 , 0.7062 , 0.4333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5179 , cls_90 , 0.9000 , 480.0000 , 37.6957 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 450.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5298 , cls_90 , 0.9000 , 660.0000 , 57.2052 , 733.3333 , 1.5714 , 1.1216 , 0.8041 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 540.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5369 , cls_90 , 0.8100 , 480.0000 , 37.0510 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5394 , cls_90 , 0.7200 , 540.0000 , 43.1947 , 750.0000 , 1.5000 , 1.1046 , 0.7247 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 1092.0165 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5398 , cls_90 , 0.7200 , 660.0000 , 43.9441 , 916.6667 , 1.8333 , 1.1497 , 0.6817 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5420 , cls_90 , 1.0800 , 660.0000 , 60.6533 , 611.1111 , 1.5714 , 1.0996 , 0.7907 , 0.4583 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5425 , cls_90 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 271.6616 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5463 , cls_90 , 0.7200 , 480.0000 , 38.5499 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5492 , cls_90 , 2.3400 , 1620.0000 , 123.8868 , 692.3077 , 2.4545 , 1.1936 , 0.9070 , 0.4487 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5497 , cls_90 , 0.9000 , 660.0000 , 40.7165 , 733.3333 , 1.5714 , 1.1216 , 0.6255 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5505 , cls_90 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5507 , cls_90 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5527 , cls_90 , 13.9500 , 5580.0000 , 396.2766 , 400.0000 , 3.7200 , 1.2225 , 0.9393 , 0.6688 , 13.9500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5555 , cls_90 , 7.0200 , 1680.0000 , 134.2664 , 239.3162 , 1.5556 , 1.0826 , 0.6744 , 0.7906 , 7.0200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5560 , cls_90 , 1.1700 , 780.0000 , 49.3040 , 666.6667 , 1.6250 , 1.1258 , 0.6322 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5575 , cls_90 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5599 , cls_90 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5614 , cls_90 , 1.5300 , 1200.0000 , 101.7894 , 784.3137 , 2.2222 , 1.1839 , 0.8804 , 0.3627 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5616 , cls_90 , 0.5400 , 420.0000 , 30.1379 , 777.7778 , 1.4000 , 1.0831 , 0.5506 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5682 , cls_90 , 1.2600 , 1080.0000 , 76.2569 , 857.1429 , 2.2500 , 1.1859 , 0.7997 , 0.2976 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 655.2099 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5687 , cls_90 , 1.0800 , 540.0000 , 42.6391 , 500.0000 , 1.2857 , 1.0563 , 0.6273 , 0.5694 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5723 , cls_90 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5785 , cls_90 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5786 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5985 , cls_90 , 19.4400 , 6240.0000 , 402.4232 , 320.9877 , 3.4667 , 1.2075 , 0.8820 , 0.7353 , 19.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6014 , cls_90 , 0.8100 , 540.0000 , 39.8365 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6016 , cls_90 , 7.6500 , 1860.0000 , 125.5000 , 243.1373 , 1.6316 , 1.0924 , 0.6344 , 0.7961 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6050 , cls_90 , 3.3300 , 1800.0000 , 127.4279 , 540.5405 , 2.3077 , 1.1734 , 0.8606 , 0.5541 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6093 , cls_90 , 0.6300 , 480.0000 , 38.1273 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6096 , cls_90 , 0.6300 , 480.0000 , 43.9726 , 761.9048 , 1.3333 , 1.0945 , 0.7772 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 436.8066 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6219 , cls_90 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6234 , cls_90 , 3.1500 , 1560.0000 , 112.9340 , 495.2381 , 2.1667 , 1.1520 , 0.8293 , 0.5857 , 3.1500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6277 , cls_90 , 4.0500 , 1860.0000 , 135.6136 , 459.2593 , 2.2143 , 1.1579 , 0.8746 , 0.6185 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 424.2641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6365 , cls_90 , 0.8100 , 480.0000 , 44.8842 , 592.5926 , 1.3333 , 1.0639 , 0.7135 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6380 , cls_90 , 5.7600 , 1980.0000 , 136.0231 , 343.7500 , 2.0625 , 1.1321 , 0.7736 , 0.7109 , 5.7600 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6419 , cls_90 , 2.1600 , 1260.0000 , 93.5476 , 583.3333 , 2.1000 , 1.1528 , 0.8472 , 0.5069 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6421 , cls_90 , 1.1700 , 900.0000 , 56.0697 , 769.2308 , 1.8750 , 1.1564 , 0.6689 , 0.3974 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6464 , cls_90 , 0.9900 , 480.0000 , 42.2139 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 301.4963 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6540 , cls_90 , 1.3500 , 840.0000 , 67.7489 , 622.2222 , 1.7500 , 1.1245 , 0.7419 , 0.5000 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6557 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6617 , cls_90 , 0.7200 , 540.0000 , 38.6692 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6618 , cls_90 , 1.1700 , 780.0000 , 53.5218 , 666.6667 , 1.6250 , 1.1258 , 0.6689 , 0.4744 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6655 , cls_90 , 0.9000 , 600.0000 , 50.2625 , 666.6667 , 1.4286 , 1.1006 , 0.7453 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 424.2641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6774 , cls_90 , 2.1600 , 1200.0000 , 82.6503 , 555.5556 , 2.0000 , 1.1430 , 0.7649 , 0.5417 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6796 , cls_90 , 0.9900 , 720.0000 , 57.3299 , 727.2727 , 1.7143 , 1.1289 , 0.8107 , 0.4394 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6799 , cls_90 , 1.4400 , 1020.0000 , 74.0087 , 708.3333 , 2.1250 , 1.1574 , 0.8078 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6856 , cls_90 , 0.9900 , 720.0000 , 55.1494 , 727.2727 , 1.7143 , 1.1289 , 0.7585 , 0.4242 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6876 , cls_90 , 0.6300 , 540.0000 , 43.1336 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6892 , cls_90 , 1.8000 , 960.0000 , 63.6951 , 533.3333 , 1.7778 , 1.1187 , 0.7004 , 0.5750 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6904 , cls_90 , 1.4400 , 1020.0000 , 82.9782 , 708.3333 , 2.1250 , 1.1574 , 0.8370 , 0.4167 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6913 , cls_90 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6920 , cls_90 , 1.6200 , 900.0000 , 80.1732 , 555.5556 , 1.6667 , 1.1176 , 0.8041 , 0.5185 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 429.5346 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7065 , cls_90 , 1.2600 , 720.0000 , 60.1715 , 571.4286 , 1.5000 , 1.1000 , 0.7524 , 0.5238 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7086 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 810.5554 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7124 , cls_90 , 1.0800 , 780.0000 , 67.5436 , 722.2222 , 1.8571 , 1.1355 , 0.8090 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 617.7378 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7221 , cls_90 , 0.6300 , 420.0000 , 35.6333 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7251 , cls_90 , 0.5400 , 420.0000 , 32.6544 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7257 , cls_90 , 0.9900 , 480.0000 , 42.8900 , 484.8485 , 1.1429 , 1.0407 , 0.5881 , 0.5758 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 474.3416 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7384 , cls_90 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7414 , cls_90 , 4.9500 , 2040.0000 , 128.0513 , 412.1212 , 2.2667 , 1.1535 , 0.7444 , 0.6576 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 1306.9813 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7439 , cls_90 , 0.8100 , 780.0000 , 67.2382 , 962.9630 , 2.1667 , 1.1718 , 0.8712 , 0.2593 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7449 , cls_90 , 0.8100 , 600.0000 , 48.5060 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 674.1662 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7459 , cls_90 , 1.3500 , 900.0000 , 76.8929 , 666.6667 , 1.8750 , 1.1390 , 0.8354 , 0.4333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7519 , cls_90 , 0.5400 , 600.0000 , 44.0957 , 1111.1111 , 2.0000 , 1.1661 , 0.7613 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7556 , cls_90 , 8.3700 , 3060.0000 , 180.8725 , 365.5914 , 2.5500 , 1.1716 , 0.8337 , 0.7097 , 8.3700 , 1.0000 , 100.0000 , 0.0000 , 402.4922 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7588 , cls_90 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 617.7378 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7608 , cls_90 , 2.4300 , 1080.0000 , 69.3930 , 444.4444 , 1.6364 , 1.1088 , 0.6180 , 0.6358 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7625 , cls_90 , 0.6300 , 660.0000 , 48.7968 , 1047.6190 , 1.8333 , 1.1673 , 0.8019 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7661 , cls_90 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7696 , cls_90 , 0.9900 , 540.0000 , 47.4224 , 545.4545 , 1.2857 , 1.0663 , 0.6888 , 0.5303 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7722 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7752 , cls_90 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 98 , cls_22 , 0.7200 , 660.0000 , 49.6678 , 916.6667 , 1.8333 , 1.1497 , 0.8330 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 109 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 111 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 114 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 120 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 122 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 137 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 144 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 162 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 171 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 172 , cls_22 , 0.7200 , 780.0000 , 47.8989 , 1083.3333 , 2.1667 , 1.1874 , 0.7516 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 199 , cls_22 , 0.7200 , 660.0000 , 56.7745 , 916.6667 , 1.8333 , 1.1497 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 200 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 202 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 210 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 236 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 243 , cls_22 , 1.3500 , 900.0000 , 75.0794 , 666.6667 , 1.8750 , 1.1390 , 0.7753 , 0.4667 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 244 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 247 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 254 , cls_22 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 267 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 272 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 273 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 282 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 301.4963 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 283 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 290 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 291 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 298 , cls_22 , 0.8100 , 480.0000 , 44.8842 , 592.5926 , 1.3333 , 1.0639 , 0.7135 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 328 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 329 , cls_22 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 335 , cls_22 , 1.8000 , 1140.0000 , 69.8709 , 633.3333 , 2.1111 , 1.1538 , 0.6559 , 0.4750 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 341 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 357 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 368 , cls_22 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 370 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 371 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 372 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 388 , cls_22 , 1.8900 , 1080.0000 , 70.3189 , 571.4286 , 1.8000 , 1.1371 , 0.7243 , 0.5317 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 394 , cls_22 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 416.7733 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 400 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 401 , cls_22 , 1.5300 , 1140.0000 , 102.7157 , 745.0980 , 2.1111 , 1.1733 , 0.8621 , 0.3725 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 402 , cls_22 , 0.3600 , 480.0000 , 42.4264 , 1333.3333 , 2.0000 , 1.1693 , 0.8408 , 0.1250 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 417 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 1041.3933 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 429 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 430 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 438 , cls_22 , 1.5300 , 1200.0000 , 66.0157 , 784.3137 , 2.2222 , 1.1839 , 0.6994 , 0.3922 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 450 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 458 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 461 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 480 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 488 , cls_22 , 2.9700 , 2040.0000 , 90.1766 , 686.8687 , 2.8333 , 1.2107 , 0.7324 , 0.4646 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 491 , cls_22 , 2.6100 , 1680.0000 , 86.4179 , 643.6782 , 2.5455 , 1.1879 , 0.7471 , 0.5000 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 507 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 523 , cls_22 , 0.9900 , 720.0000 , 51.5750 , 727.2727 , 1.7143 , 1.1289 , 0.6888 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 557 , cls_22 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 558 , cls_22 , 0.8100 , 660.0000 , 44.4586 , 814.8148 , 1.8333 , 1.1347 , 0.6048 , 0.3519 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 579 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 581 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 658.6350 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 622 , cls_22 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 623 , cls_22 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 624 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 633 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 635 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 636 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 643 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 421.0701 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 647 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 657 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 1120.0893 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 668 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 680 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 681 , cls_22 , 46.3500 , 18600.0000 , 389.5811 , 401.2945 , 6.7391 , 1.2945 , 0.7400 , 0.6783 , 46.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 695 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 711 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 714 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 602.9925 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 727 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 729 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 745 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 361.2478 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 748 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 750 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 761 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 773 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 658.6350 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 783 , cls_22 , 0.4500 , 480.0000 , 39.9473 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 802 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 815 , cls_22 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 818 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 837 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 839 , cls_22 , 0.6300 , 480.0000 , 32.7869 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 869 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 870 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 879 , cls_22 , 0.4500 , 480.0000 , 31.1479 , 1066.6667 , 1.6000 , 1.1383 , 0.5103 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 904 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 909 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 914 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 921 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 947 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 956 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 969 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1005 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1016 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 1235.8398 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1034 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1037 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 602.9925 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1042 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1050 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1083 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1094 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 510.8816 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1133 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1196 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 823.7718 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1208 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 254.5584 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1219 , cls_22 , 36.9900 , 20880.0000 , 347.8814 , 564.4769 , 8.4878 , 1.3353 , 0.6903 , 0.5560 , 36.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1231 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1251 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1269 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1290 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1294 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1295 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 301.4963 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1309 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1335 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1336 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1348 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1351 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1363 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1364 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1365 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1375 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1390 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1407 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 301.4963 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1413 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1415 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1438 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1443 , cls_22 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1471 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1475 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1476 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1487 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1488 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1495 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1500 , cls_22 , 1.5300 , 1260.0000 , 79.4588 , 823.5294 , 2.3333 , 1.1940 , 0.7595 , 0.3431 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1501 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1513 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1514 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1526 , cls_22 , 2.8800 , 2160.0000 , 102.3540 , 750.0000 , 3.0000 , 1.2255 , 0.7749 , 0.4167 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1528 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1531 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1538 , cls_22 , 1.7100 , 1200.0000 , 80.0623 , 701.7544 , 2.2222 , 1.1704 , 0.8065 , 0.4386 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1539 , cls_22 , 0.6300 , 540.0000 , 46.5440 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1550 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1554 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1556 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1573 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1581 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1582 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1584 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1606 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1612 , cls_22 , 2.1600 , 1740.0000 , 83.3116 , 805.5556 , 2.9000 , 1.2174 , 0.7296 , 0.4028 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1617 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1620 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 351.1410 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1622 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1627 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1628 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1643 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1650 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1655 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1658 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1663 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1670 , cls_22 , 0.6300 , 600.0000 , 45.3423 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1676 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1679 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1687 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 351.1410 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1688 , cls_22 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1705 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1706 , cls_22 , 0.9000 , 660.0000 , 54.2792 , 733.3333 , 1.5714 , 1.1216 , 0.8128 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1711 , cls_22 , 0.6300 , 660.0000 , 46.4569 , 1047.6190 , 1.8333 , 1.1673 , 0.7379 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1712 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1715 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 296.9848 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1724 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1738 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1740 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1742 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1757 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1766 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 617.7378 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1771 , cls_22 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1777 , cls_22 , 1.1700 , 1020.0000 , 65.7107 , 871.7949 , 2.1250 , 1.1831 , 0.7286 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1782 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1783 , cls_22 , 1.2600 , 1020.0000 , 65.0568 , 809.5238 , 2.1250 , 1.1738 , 0.7078 , 0.4048 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1794 , cls_22 , 0.5400 , 600.0000 , 46.2366 , 1111.1111 , 2.0000 , 1.1661 , 0.7753 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1796 , cls_22 , 0.9900 , 780.0000 , 48.1268 , 787.8788 , 1.8571 , 1.1463 , 0.6498 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1797 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1813 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1829 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 296.9848 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1833 , cls_22 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 939.1486 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1834 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1841 , cls_22 , 1.0800 , 660.0000 , 42.8862 , 611.1111 , 1.5714 , 1.0996 , 0.4731 , 0.5417 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1862 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1863 , cls_22 , 0.8100 , 720.0000 , 58.1031 , 888.8889 , 2.0000 , 1.1540 , 0.7796 , 0.2778 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1872 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1897 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1898 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1908 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1914 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1921 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1930 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1932 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1933 , cls_22 , 0.7200 , 660.0000 , 46.5360 , 916.6667 , 1.8333 , 1.1497 , 0.6488 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1935 , cls_22 , 0.7200 , 420.0000 , 33.6957 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1944 , cls_22 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1948 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 480.9366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1953 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1957 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1959 , cls_22 , 14.9400 , 7500.0000 , 242.2254 , 502.0080 , 4.8077 , 1.2651 , 0.7843 , 0.5894 , 14.9400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1973 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1988 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1989 , cls_22 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1993 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1995 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2007 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2011 , cls_22 , 0.7200 , 540.0000 , 37.6960 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2044 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2047 , cls_22 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2062 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 617.7378 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2068 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2072 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2102 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2108 , cls_22 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2118 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2124 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2129 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2180 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2194 , cls_22 , 0.7200 , 600.0000 , 46.9447 , 833.3333 , 1.6667 , 1.1283 , 0.7247 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2196 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2198 , cls_22 , 0.9900 , 600.0000 , 44.8667 , 606.0606 , 1.4286 , 1.0892 , 0.6498 , 0.4848 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2205 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2212 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2217 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2224 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2227 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2255 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2256 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2261 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2268 , cls_22 , 0.6300 , 480.0000 , 37.2411 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2276 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2280 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2282 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2287 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2320 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2335 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2356 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2361 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2366 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2388 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2442 , cls_22 , 1.1700 , 900.0000 , 57.5453 , 769.2308 , 1.8750 , 1.1564 , 0.7453 , 0.3974 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2455 , cls_22 , 4.0500 , 2340.0000 , 111.7359 , 577.7778 , 2.7857 , 1.2012 , 0.6903 , 0.5296 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2492 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2494 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2514 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2519 , cls_22 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2543 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2569 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2576 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2588 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2596 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2598 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2599 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2601 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2622 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2623 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2650 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 256.3201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2651 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2663 , cls_22 , 0.7200 , 660.0000 , 63.6018 , 916.6667 , 1.8333 , 1.1497 , 0.8605 , 0.2500 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2670 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2686 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2694 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2695 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 271.6616 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2703 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2712 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2714 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2735 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2752 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2755 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 474.3416 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2757 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2764 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2775 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2812 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2820 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2821 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 402.4922 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2824 , cls_22 , 0.9000 , 600.0000 , 42.2204 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2833 , cls_22 , 1.7100 , 1080.0000 , 86.5545 , 631.5789 , 2.0000 , 1.1488 , 0.8065 , 0.4912 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2837 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2838 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2854 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2856 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2866 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2873 , cls_22 , 5.4000 , 3780.0000 , 134.6086 , 700.0000 , 3.9375 , 1.2575 , 0.7733 , 0.4639 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2885 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2901 , cls_22 , 0.6300 , 540.0000 , 45.6441 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2907 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 566.0389 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2927 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2964 , cls_22 , 0.5400 , 480.0000 , 34.2081 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2971 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2977 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 351.1410 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3006 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3023 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3025 , cls_22 , 0.5400 , 480.0000 , 36.1803 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3031 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3041 , cls_22 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3060 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3064 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3074 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3092 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3096 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3101 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 424.2641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3109 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3111 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3119 , cls_22 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3124 , cls_22 , 0.5400 , 480.0000 , 34.1421 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3125 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3131 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3137 , cls_22 , 7.4700 , 4920.0000 , 216.4701 , 658.6345 , 4.3158 , 1.2681 , 0.8532 , 0.4819 , 7.4700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3149 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3150 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3159 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3170 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3181 , cls_22 , 1.9800 , 1380.0000 , 77.3857 , 696.9697 , 2.3000 , 1.1813 , 0.7585 , 0.4242 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3192 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3209 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3215 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3218 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3222 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3233 , cls_22 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3242 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3247 , cls_22 , 1.2600 , 840.0000 , 54.3809 , 666.6667 , 1.7500 , 1.1327 , 0.6637 , 0.4524 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3248 , cls_22 , 0.9000 , 660.0000 , 68.4753 , 733.3333 , 1.5714 , 1.1216 , 0.8256 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3249 , cls_22 , 0.8100 , 540.0000 , 44.8842 , 666.6667 , 1.5000 , 1.0901 , 0.6903 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3251 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3252 , cls_22 , 1.1700 , 960.0000 , 93.6677 , 820.5128 , 2.0000 , 1.1702 , 0.8918 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3261 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 361.2478 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3269 , cls_22 , 0.7200 , 480.0000 , 42.5542 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3270 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3271 , cls_22 , 0.5400 , 480.0000 , 45.9276 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3274 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3285 , cls_22 , 0.9000 , 660.0000 , 75.0000 , 733.3333 , 1.5714 , 1.1216 , 0.8739 , 0.3000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3286 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3287 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3288 , cls_22 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3291 , cls_22 , 1.0800 , 840.0000 , 58.5720 , 777.7778 , 2.0000 , 1.1515 , 0.7649 , 0.4028 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3297 , cls_22 , 1.4400 , 900.0000 , 77.5526 , 625.0000 , 1.8750 , 1.1313 , 0.7963 , 0.4688 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3298 , cls_22 , 1.8900 , 1200.0000 , 96.0792 , 634.9206 , 2.0000 , 1.1585 , 0.8048 , 0.4841 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3320 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3321 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3322 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3323 , cls_22 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3324 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3325 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3334 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3342 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3343 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3349 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3350 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3351 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3352 , cls_22 , 6.8400 , 4020.0000 , 382.1076 , 587.7193 , 3.7222 , 1.2418 , 0.9623 , 0.4825 , 6.8400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3359 , cls_22 , 0.4500 , 480.0000 , 40.7346 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3365 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3383 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3405 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 313.2092 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3425 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3430 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3438 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3440 , cls_22 , 0.6300 , 660.0000 , 43.8829 , 1047.6190 , 1.8333 , 1.1673 , 0.7826 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3463 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3464 , cls_22 , 1.1700 , 840.0000 , 66.2165 , 717.9487 , 1.7500 , 1.1416 , 0.8294 , 0.4231 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3466 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3475 , cls_22 , 0.5400 , 420.0000 , 41.3887 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3478 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 436.8066 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3479 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3500 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3512 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3520 , cls_22 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3526 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3532 , cls_22 , 1.4400 , 960.0000 , 81.2156 , 666.6667 , 2.0000 , 1.1448 , 0.8259 , 0.4375 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3535 , cls_22 , 0.5400 , 540.0000 , 45.5020 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3536 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3537 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3539 , cls_22 , 0.8100 , 600.0000 , 47.3088 , 740.7407 , 1.6667 , 1.1135 , 0.6903 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3574 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3580 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3596 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3598 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3599 , cls_22 , 0.7200 , 600.0000 , 46.0960 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3605 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3610 , cls_22 , 0.9000 , 660.0000 , 47.7468 , 733.3333 , 1.5714 , 1.1216 , 0.6255 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3613 , cls_22 , 1.3500 , 900.0000 , 69.8605 , 666.6667 , 1.8750 , 1.1390 , 0.7384 , 0.4444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3614 , cls_22 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3615 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3617 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3620 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3621 , cls_22 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3623 , cls_22 , 17.0100 , 11640.0000 , 234.6140 , 684.3034 , 6.9286 , 1.3244 , 0.7065 , 0.4594 , 17.0100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3624 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3635 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3639 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3641 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3643 , cls_22 , 2.2500 , 1320.0000 , 72.4483 , 586.6667 , 2.2000 , 1.1574 , 0.6255 , 0.5400 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3659 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3662 , cls_22 , 5.4000 , 3240.0000 , 234.2722 , 600.0000 , 3.3750 , 1.2292 , 0.9337 , 0.4750 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3666 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3667 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3668 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3669 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3688 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3695 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3698 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3701 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3704 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3705 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3706 , cls_22 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3714 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3719 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 270.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3724 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3725 , cls_22 , 1.3500 , 1080.0000 , 100.0332 , 800.0000 , 2.2500 , 1.1773 , 0.8927 , 0.3333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3755 , cls_22 , 5.9400 , 4320.0000 , 400.2876 , 727.2727 , 4.2353 , 1.2709 , 0.9680 , 0.3939 , 5.9400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3757 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3776 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3788 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 510.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3796 , cls_22 , 0.5400 , 480.0000 , 48.3776 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3797 , cls_22 , 1.4400 , 720.0000 , 66.5203 , 500.0000 , 1.5000 , 1.0847 , 0.8041 , 0.5417 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3819 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3842 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3857 , cls_22 , 0.5400 , 480.0000 , 32.3607 , 888.8889 , 1.6000 , 1.1141 , 0.4123 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3868 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3874 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3894 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3905 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3906 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3937 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3987 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3990 , cls_22 , 2.1600 , 1140.0000 , 79.5481 , 527.7778 , 1.9000 , 1.1327 , 0.6850 , 0.5625 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3995 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4009 , cls_22 , 0.9900 , 780.0000 , 59.6467 , 787.8788 , 1.8571 , 1.1463 , 0.7585 , 0.3636 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4026 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4031 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4040 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4046 , cls_22 , 65.8800 , 36540.0000 , 511.4874 , 554.6448 , 11.0727 , 1.3614 , 0.7938 , 0.5767 , 65.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4050 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4052 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4060 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4068 , cls_22 , 3.0600 , 2220.0000 , 107.8375 , 725.4902 , 3.0833 , 1.2236 , 0.6840 , 0.4265 , 3.0600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4094 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4114 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4115 , cls_22 , 1.6200 , 1140.0000 , 80.1693 , 703.7037 , 2.1111 , 1.1663 , 0.8024 , 0.4167 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4120 , cls_22 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 878.2369 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4128 , cls_22 , 4.8600 , 3780.0000 , 129.5850 , 777.7778 , 4.2000 , 1.2698 , 0.7935 , 0.4074 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4133 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4134 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4139 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4151 , cls_22 , 1.4400 , 1020.0000 , 64.0899 , 708.3333 , 2.1250 , 1.1574 , 0.6866 , 0.4479 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4156 , cls_22 , 2.7000 , 1740.0000 , 104.7678 , 644.4444 , 2.6364 , 1.1908 , 0.8332 , 0.4611 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4162 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4164 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4166 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4173 , cls_22 , 0.5400 , 480.0000 , 46.2366 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4194 , cls_22 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4199 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4201 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4206 , cls_22 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4208 , cls_22 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4209 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4211 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4221 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4222 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4223 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4228 , cls_22 , 7.2900 , 5280.0000 , 168.8526 , 724.2798 , 4.8889 , 1.2835 , 0.8270 , 0.4342 , 7.2900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4232 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4237 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4238 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4243 , cls_22 , 0.7200 , 540.0000 , 42.8777 , 750.0000 , 1.5000 , 1.1046 , 0.7453 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4255 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4258 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4261 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4276 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4282 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4284 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4309 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4312 , cls_22 , 0.5400 , 420.0000 , 41.3887 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4316 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4324 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 270.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4330 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 474.3416 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4332 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4335 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4338 , cls_22 , 0.9000 , 840.0000 , 47.3795 , 933.3333 , 2.0000 , 1.1745 , 0.6021 , 0.3167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4358 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4359 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4371 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4375 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4391 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4403 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4428 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4432 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4445 , cls_22 , 1.0800 , 1020.0000 , 56.8274 , 944.4444 , 2.4286 , 1.1933 , 0.6944 , 0.3333 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4447 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4455 , cls_22 , 1.2600 , 660.0000 , 47.0627 , 523.8095 , 1.3750 , 1.0816 , 0.5544 , 0.5714 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4477 , cls_22 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4489 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4495 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4501 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4508 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4510 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4523 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4531 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4547 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4548 , cls_22 , 2.0700 , 1740.0000 , 103.2525 , 840.5797 , 2.9000 , 1.2227 , 0.7184 , 0.3551 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4553 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4554 , cls_22 , 5.6700 , 3720.0000 , 203.5002 , 656.0847 , 3.8750 , 1.2489 , 0.8700 , 0.4577 , 5.6700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4557 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4566 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4568 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4570 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4571 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4580 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4581 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4593 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4597 , cls_22 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4598 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4599 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4615 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4630 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4633 , cls_22 , 0.5400 , 480.0000 , 48.3776 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4635 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4647 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4656 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 335.4102 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4658 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4669 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4671 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4679 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4688 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4690 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4699 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4708 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4710 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4714 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4724 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4725 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4727 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4734 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4735 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4736 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4747 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4752 , cls_22 , 0.6300 , 480.0000 , 39.1923 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4756 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4765 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4769 , cls_22 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4774 , cls_22 , 0.7200 , 600.0000 , 56.8929 , 833.3333 , 1.6667 , 1.1283 , 0.8244 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4775 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4776 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4785 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4789 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4797 , cls_22 , 0.7200 , 600.0000 , 40.2550 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4816 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4818 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4835 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4840 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4853 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4856 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4864 , cls_22 , 4.3200 , 3180.0000 , 155.4522 , 736.1111 , 3.7857 , 1.2514 , 0.8548 , 0.4410 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4866 , cls_22 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4880 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4896 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4899 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4922 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4924 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4925 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4926 , cls_22 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4935 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4949 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4950 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4972 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4986 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4988 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4990 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4992 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4995 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4996 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4998 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4999 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5003 , cls_22 , 0.8100 , 480.0000 , 37.5807 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5012 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5015 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5027 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5032 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5036 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5038 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5039 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5041 , cls_22 , 0.8100 , 480.0000 , 36.6302 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5050 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5051 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5056 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5058 , cls_22 , 0.8100 , 600.0000 , 40.9822 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5067 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5068 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5071 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5074 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5075 , cls_22 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5082 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 577.0615 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5086 , cls_22 , 1.2600 , 1140.0000 , 73.1370 , 904.7619 , 2.3750 , 1.1974 , 0.7772 , 0.2976 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5094 , cls_22 , 0.5400 , 600.0000 , 52.4985 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5097 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5103 , cls_22 , 0.5400 , 540.0000 , 43.2414 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5105 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5110 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5113 , cls_22 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5115 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5117 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5125 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5128 , cls_22 , 0.8100 , 600.0000 , 39.3957 , 740.7407 , 1.6667 , 1.1135 , 0.5593 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5130 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5134 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5135 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5151 , cls_22 , 1.0800 , 960.0000 , 63.5415 , 888.8889 , 2.2857 , 1.1802 , 0.7495 , 0.3194 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5153 , cls_22 , 0.6300 , 540.0000 , 45.0403 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5157 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5166 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5167 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5176 , cls_22 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5187 , cls_22 , 0.8100 , 660.0000 , 42.6275 , 814.8148 , 1.8333 , 1.1347 , 0.6419 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5188 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5189 , cls_22 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5208 , cls_22 , 6.4800 , 2700.0000 , 112.1234 , 416.6667 , 2.6471 , 1.1760 , 0.6474 , 0.6759 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5211 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5212 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5215 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5216 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5227 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5229 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5231 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5234 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5235 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5245 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 364.9658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5247 , cls_22 , 1.2600 , 780.0000 , 64.8000 , 619.0476 , 1.6250 , 1.1170 , 0.7524 , 0.5000 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5248 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5250 , cls_22 , 3.2400 , 2700.0000 , 127.3169 , 833.3333 , 3.7500 , 1.2545 , 0.8345 , 0.3704 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5253 , cls_22 , 1.7100 , 1440.0000 , 84.7296 , 842.1053 , 2.6667 , 1.2078 , 0.7932 , 0.3684 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5256 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5258 , cls_22 , 0.6300 , 540.0000 , 46.6496 , 857.1429 , 1.5000 , 1.1214 , 0.7591 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5260 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5270 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5272 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5275 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5285 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5287 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5293 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5303 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5313 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5314 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5316 , cls_22 , 0.6300 , 480.0000 , 43.9726 , 761.9048 , 1.3333 , 1.0945 , 0.7772 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5317 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5323 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5325 , cls_22 , 0.6300 , 540.0000 , 47.7722 , 857.1429 , 1.5000 , 1.1214 , 0.7591 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5332 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5334 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5335 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5336 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5340 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5361 , cls_22 , 0.6300 , 480.0000 , 37.4341 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5368 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5371 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5376 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5381 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5388 , cls_22 , 0.7200 , 540.0000 , 39.4336 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5389 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5391 , cls_22 , 0.3600 , 480.0000 , 42.4264 , 1333.3333 , 2.0000 , 1.1693 , 0.8408 , 0.1250 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5400 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5407 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5408 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5409 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5410 , cls_22 , 0.7200 , 480.0000 , 35.8918 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5426 , cls_22 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5427 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5429 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5430 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5432 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5435 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5447 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5457 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5458 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5459 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5460 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5461 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5470 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5472 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5478 , cls_22 , 1.2600 , 1140.0000 , 103.3608 , 904.7619 , 2.3750 , 1.1974 , 0.9036 , 0.3214 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5480 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5485 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5486 , cls_22 , 0.6300 , 420.0000 , 31.0908 , 666.6667 , 1.1667 , 1.0640 , 0.4757 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5487 , cls_22 , 0.6300 , 660.0000 , 41.9517 , 1047.6190 , 1.8333 , 1.1673 , 0.6927 , 0.2381 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5488 , cls_22 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5503 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5509 , cls_22 , 0.5400 , 480.0000 , 40.0496 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5514 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5516 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5518 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5524 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5535 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5538 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5543 , cls_22 , 1.4400 , 840.0000 , 76.1715 , 583.3333 , 1.7500 , 1.1169 , 0.7736 , 0.4896 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5551 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5557 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5561 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5566 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5570 , cls_22 , 0.9000 , 600.0000 , 54.4170 , 666.6667 , 1.4286 , 1.1006 , 0.7551 , 0.4333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5573 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5574 , cls_22 , 0.5400 , 540.0000 , 40.9954 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5583 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5597 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5604 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5605 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5627 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5630 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5631 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5636 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5641 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5643 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5646 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5648 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5658 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5667 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5672 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5675 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5691 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5703 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5706 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5715 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5716 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5725 , cls_22 , 27.1800 , 13260.0000 , 1017.6607 , 487.8587 , 6.3143 , 1.2957 , 0.9786 , 0.5684 , 27.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5726 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5731 , cls_22 , 4.4100 , 2940.0000 , 117.4946 , 666.6667 , 3.5000 , 1.2343 , 0.7453 , 0.4558 , 4.4100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5735 , cls_22 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5742 , cls_22 , 81.1800 , 31860.0000 , 2638.5868 , 392.4612 , 8.7049 , 1.3203 , 0.9919 , 0.6447 , 81.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5753 , cls_22 , 1.1700 , 1020.0000 , 65.6601 , 871.7949 , 2.1250 , 1.1831 , 0.7981 , 0.3077 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5758 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5790 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5796 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5799 , cls_22 , 0.6300 , 540.0000 , 52.4221 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5808 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5809 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5810 , cls_22 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5812 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5813 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5819 , cls_22 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5826 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5833 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5835 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5836 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5837 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5838 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5839 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5840 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5841 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5843 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5844 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5845 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5850 , cls_22 , 1.2600 , 960.0000 , 71.3251 , 761.9048 , 2.0000 , 1.1610 , 0.8286 , 0.3214 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5852 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5860 , cls_22 , 20.9700 , 10260.0000 , 851.1317 , 489.2704 , 5.5161 , 1.2812 , 0.9755 , 0.5622 , 20.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5861 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5862 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5863 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5873 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5875 , cls_22 , 5.4000 , 2820.0000 , 258.6317 , 522.2222 , 2.9375 , 1.2037 , 0.9389 , 0.5361 , 5.4000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5876 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5914 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5926 , cls_22 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5988 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5993 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6022 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6024 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6046 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6047 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6055 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6057 , cls_22 , 0.3600 , 420.0000 , 33.8800 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6063 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6080 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 180.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6087 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6088 , cls_22 , 0.5400 , 600.0000 , 57.4390 , 1111.1111 , 2.0000 , 1.1661 , 0.8472 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6101 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6102 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6106 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6129 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6132 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6134 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6136 , cls_22 , 2.3400 , 1260.0000 , 95.2789 , 538.4615 , 1.9091 , 1.1436 , 0.8140 , 0.5449 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6153 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6167 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6168 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6171 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6182 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6183 , cls_22 , 1.8000 , 1320.0000 , 92.0344 , 733.3333 , 2.4444 , 1.1837 , 0.8041 , 0.4000 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6184 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6187 , cls_22 , 0.3600 , 420.0000 , 33.8800 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6188 , cls_22 , 0.6300 , 480.0000 , 36.5605 , 761.9048 , 1.3333 , 1.0945 , 0.6572 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6195 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6199 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6201 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6203 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6211 , cls_22 , 1.4400 , 1320.0000 , 90.9092 , 916.6667 , 2.7500 , 1.2113 , 0.8802 , 0.3229 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6212 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6236 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6244 , cls_22 , 1.1700 , 600.0000 , 48.1588 , 512.8205 , 1.2500 , 1.0698 , 0.5963 , 0.5513 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6247 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6249 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6259 , cls_22 , 1.2600 , 540.0000 , 44.3376 , 428.5714 , 1.1250 , 1.0391 , 0.4757 , 0.6429 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6261 , cls_22 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6263 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6266 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6267 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6279 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6286 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6296 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6299 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6301 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6312 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 169.7056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6315 , cls_22 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6334 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6335 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6336 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6337 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6340 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6344 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6353 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6369 , cls_22 , 0.7200 , 600.0000 , 38.8825 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3750 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6374 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6375 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6392 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6401 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6406 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6411 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6412 , cls_22 , 4.3200 , 2700.0000 , 129.9609 , 625.0000 , 3.2143 , 1.2207 , 0.7996 , 0.4896 , 4.3200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6432 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6438 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6444 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 483.7355 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6452 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6454 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6457 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6469 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6481 , cls_22 , 0.7200 , 540.0000 , 45.4837 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6486 , cls_22 , 1.3500 , 1320.0000 , 74.1926 , 977.7778 , 2.7500 , 1.2195 , 0.7384 , 0.2778 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6494 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6507 , cls_22 , 0.6300 , 540.0000 , 41.1850 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6508 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6514 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 666.1081 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6517 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6518 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6525 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6529 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6544 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6547 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6551 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6561 , cls_22 , 3.7800 , 2040.0000 , 104.2079 , 539.6825 , 2.6154 , 1.1830 , 0.7429 , 0.5833 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6562 , cls_22 , 2.7000 , 1860.0000 , 117.0912 , 688.8889 , 2.8182 , 1.2039 , 0.8137 , 0.4500 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6564 , cls_22 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6569 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6574 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 469.5743 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6580 , cls_22 , 0.7200 , 540.0000 , 36.4335 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6585 , cls_22 , 0.8100 , 600.0000 , 51.8610 , 740.7407 , 1.6667 , 1.1135 , 0.7796 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6586 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6590 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6600 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6612 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6620 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6633 , cls_22 , 0.5400 , 480.0000 , 34.3237 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6635 , cls_22 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6641 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6642 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6644 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 394.5884 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6651 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 600.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6656 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6658 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6664 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 450.9989 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6683 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6687 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6691 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6693 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6697 , cls_22 , 0.9000 , 1140.0000 , 65.0471 , 1266.6667 , 2.7143 , 1.2416 , 0.7598 , 0.1667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6699 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6714 , cls_22 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6717 , cls_22 , 6.7500 , 4320.0000 , 166.1977 , 640.0000 , 4.0000 , 1.2563 , 0.7412 , 0.4889 , 6.7500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6720 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6722 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6728 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6739 , cls_22 , 1.7100 , 1440.0000 , 79.3431 , 842.1053 , 2.6667 , 1.2078 , 0.8065 , 0.3596 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6747 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6752 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6755 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6757 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6766 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6771 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6776 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6787 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6797 , cls_22 , 0.9000 , 600.0000 , 55.2899 , 666.6667 , 1.4286 , 1.1006 , 0.7551 , 0.4167 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6806 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6812 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6814 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6823 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 295.4657 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6825 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6834 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6835 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6848 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6849 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6851 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6855 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6873 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6884 , cls_22 , 0.7200 , 720.0000 , 56.2028 , 1000.0000 , 2.0000 , 1.1693 , 0.7516 , 0.2292 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6886 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6887 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6889 , cls_22 , 0.5400 , 600.0000 , 41.5595 , 1111.1111 , 2.0000 , 1.1661 , 0.7062 , 0.1944 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6890 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6900 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6902 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6903 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6910 , cls_22 , 0.7200 , 540.0000 , 41.2327 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6911 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6922 , cls_22 , 0.8100 , 600.0000 , 48.3090 , 740.7407 , 1.6667 , 1.1135 , 0.7205 , 0.3704 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6930 , cls_22 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6936 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6938 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6947 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6955 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6960 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6967 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6974 , cls_22 , 0.5400 , 420.0000 , 38.0278 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6979 , cls_22 , 1.1700 , 900.0000 , 59.7874 , 769.2308 , 1.8750 , 1.1564 , 0.6689 , 0.3718 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6992 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6993 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6994 , cls_22 , 0.7200 , 600.0000 , 36.3650 , 833.3333 , 1.6667 , 1.1283 , 0.4907 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6999 , cls_22 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7000 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7004 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7006 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7016 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 305.9412 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7017 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7023 , cls_22 , 2.0700 , 1500.0000 , 69.9423 , 724.6377 , 2.5000 , 1.1928 , 0.6981 , 0.4565 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7026 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7031 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7034 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7039 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7040 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7041 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7043 , cls_22 , 13.7700 , 9000.0000 , 211.8043 , 653.5948 , 6.0000 , 1.3046 , 0.7546 , 0.4978 , 13.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7046 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 234.3075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7058 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 483.7355 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7063 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7064 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 318.9044 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7067 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 305.9412 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7068 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7076 , cls_22 , 1.5300 , 900.0000 , 90.2067 , 588.2353 , 1.6667 , 1.1242 , 0.8420 , 0.4608 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7077 , cls_22 , 0.5400 , 480.0000 , 36.1803 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7084 , cls_22 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7087 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7102 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7107 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7108 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7111 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7117 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7141 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7143 , cls_22 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7156 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7157 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7162 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7168 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7174 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7175 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7176 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7189 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7190 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7217 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7219 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7220 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7223 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7232 , cls_22 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7247 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7250 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7253 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7254 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7265 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 318.9044 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7269 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7283 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 216.3331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7291 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7303 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7306 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7310 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7315 , cls_22 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7322 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7324 , cls_22 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7326 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7329 , cls_22 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7331 , cls_22 , 0.8100 , 540.0000 , 47.8619 , 666.6667 , 1.5000 , 1.0901 , 0.7708 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7333 , cls_22 , 0.7200 , 540.0000 , 43.2032 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7338 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7340 , cls_22 , 2.6100 , 1680.0000 , 120.0802 , 643.6782 , 2.5455 , 1.1879 , 0.8722 , 0.4828 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7342 , cls_22 , 9.4500 , 4440.0000 , 166.6492 , 469.8413 , 3.5238 , 1.2241 , 0.8048 , 0.6206 , 9.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7346 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7353 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7367 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7377 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7399 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7403 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 394.5884 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7408 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7409 , cls_22 , 1.1700 , 1020.0000 , 91.5966 , 871.7949 , 2.1250 , 1.1831 , 0.8889 , 0.3333 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7421 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7427 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7429 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7430 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7441 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7444 , cls_22 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7447 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7464 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7466 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7467 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7469 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7477 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7494 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7497 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7513 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7520 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7532 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7559 , cls_22 , 4.0500 , 2520.0000 , 96.3997 , 622.2222 , 3.0000 , 1.2151 , 0.6350 , 0.5259 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7563 , cls_22 , 0.9900 , 660.0000 , 57.5810 , 666.6667 , 1.5714 , 1.1100 , 0.7307 , 0.4545 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7579 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7585 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7597 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7598 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7599 , cls_22 , 0.7200 , 540.0000 , 39.7693 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7600 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7601 , cls_22 , 0.9000 , 780.0000 , 59.7814 , 866.6667 , 1.8571 , 1.1583 , 0.8041 , 0.3333 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7603 , cls_22 , 1.7100 , 1140.0000 , 65.7427 , 666.6667 , 2.1111 , 1.1599 , 0.6731 , 0.4474 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7605 , cls_22 , 2.8800 , 1380.0000 , 79.6086 , 479.1667 , 1.9167 , 1.1382 , 0.6518 , 0.6042 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7611 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7623 , cls_22 , 0.7200 , 660.0000 , 43.2584 , 916.6667 , 1.8333 , 1.1497 , 0.7004 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7637 , cls_22 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 573.1492 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7650 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7654 , cls_22 , 2.0700 , 1140.0000 , 71.6440 , 550.7246 , 1.9000 , 1.1376 , 0.7657 , 0.5580 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7677 , cls_22 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7692 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 570.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7705 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7713 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 757.1658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7725 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 305.9412 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7744 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 888.4256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7756 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7757 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7773 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7774 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 110 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 112 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 115 , cls_23 , 0.5400 , 420.0000 , 30.7844 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 173 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 214 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 215 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 220 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 1261.7845 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 284 , cls_23 , 2.1600 , 1740.0000 , 109.8822 , 805.5556 , 2.9000 , 1.2174 , 0.8598 , 0.3750 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 316 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 330 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 347 , cls_23 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 2117.2860 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 355 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 356 , cls_23 , 0.8100 , 600.0000 , 42.8660 , 740.7407 , 1.6667 , 1.1135 , 0.7205 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 389 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 475 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 478 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 524 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 540 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 554 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 576 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 578 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 599 , cls_23 , 1.2600 , 600.0000 , 46.5757 , 476.1905 , 1.2500 , 1.0614 , 0.4757 , 0.5952 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 646 , cls_23 , 0.4500 , 420.0000 , 31.3192 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 698 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 718 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 738 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 739 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 754 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 768 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 796 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 800 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 803 , cls_23 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 804 , cls_23 , 1.9800 , 1080.0000 , 77.2799 , 545.4545 , 1.8000 , 1.1317 , 0.7585 , 0.5606 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 817 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 897 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 922 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 953 , cls_23 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 954 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 973 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 986 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1001 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1007 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1008 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1041 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1120 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 254.5584 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1259 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1267 , cls_23 , 0.8100 , 480.0000 , 36.1507 , 592.5926 , 1.3333 , 1.0639 , 0.5593 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1277 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1301 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1317 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1318 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1319 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1328 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1341 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1342 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1359 , cls_23 , 1.0800 , 900.0000 , 69.4777 , 833.3333 , 2.1429 , 1.1663 , 0.8202 , 0.3472 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1368 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1376 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1384 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1396 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1397 , cls_23 , 3.2400 , 2160.0000 , 125.0018 , 666.6667 , 3.0000 , 1.2116 , 0.7304 , 0.4630 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1444 , cls_23 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1457 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1466 , cls_23 , 3.7800 , 2400.0000 , 174.6926 , 634.9206 , 3.0769 , 1.2138 , 0.8615 , 0.4921 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1492 , cls_23 , 0.9900 , 720.0000 , 68.3767 , 727.2727 , 1.7143 , 1.1289 , 0.8292 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1515 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1540 , cls_23 , 7.6500 , 3840.0000 , 180.2513 , 501.9608 , 3.3684 , 1.2213 , 0.8029 , 0.5882 , 7.6500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1542 , cls_23 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1555 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 1046.5658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1572 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1618 , cls_23 , 0.6300 , 540.0000 , 45.1887 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1651 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1652 , cls_23 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1677 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1693 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1699 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1709 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1720 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1778 , cls_23 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1795 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1799 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1812 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1821 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1840 , cls_23 , 0.7200 , 480.0000 , 37.2880 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1880 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1913 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1958 , cls_23 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 324.4996 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1970 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1974 , cls_23 , 0.5400 , 480.0000 , 45.6657 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1992 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2027 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 400.2499 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2051 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2073 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 1046.5658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2100 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2116 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2119 , cls_23 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 474.3416 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2171 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2197 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2204 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 474.3416 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2211 , cls_23 , 1.0800 , 900.0000 , 50.0311 , 833.3333 , 2.1429 , 1.1663 , 0.5506 , 0.3611 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2219 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2220 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2236 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2269 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2300 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2424 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2459 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2505 , cls_23 , 0.9000 , 600.0000 , 46.9778 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2562 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2570 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2582 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2610 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2611 , cls_23 , 1.1700 , 720.0000 , 50.0574 , 615.3846 , 1.5000 , 1.1087 , 0.6817 , 0.5000 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2825 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 979.4897 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2889 , cls_23 , 3.3300 , 2160.0000 , 103.7745 , 648.6486 , 2.7692 , 1.2084 , 0.6921 , 0.4820 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2936 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2979 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3053 , cls_23 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3091 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 642.0280 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3135 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 342.0526 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3138 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 254.5584 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3204 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3267 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3277 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 254.5584 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3280 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3281 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3289 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 1113.6427 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3305 , cls_23 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3327 , cls_23 , 0.7200 , 480.0000 , 38.3750 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3373 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 330.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3376 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 300.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3378 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3382 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3404 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3434 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3439 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3443 , cls_23 , 0.6300 , 600.0000 , 49.2510 , 952.3810 , 1.6667 , 1.1455 , 0.8217 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3445 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3480 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3481 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3495 , cls_23 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3497 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3498 , cls_23 , 0.6300 , 420.0000 , 31.0908 , 666.6667 , 1.1667 , 1.0640 , 0.4757 , 0.4762 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3502 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3503 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3517 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3518 , cls_23 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3531 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3541 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3553 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3558 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3572 , cls_23 , 0.7200 , 420.0000 , 32.6407 , 583.3333 , 1.1667 , 1.0480 , 0.4341 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3600 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3607 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3609 , cls_23 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3618 , cls_23 , 2.2500 , 1380.0000 , 78.4133 , 613.3333 , 2.3000 , 1.1662 , 0.5698 , 0.4867 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3622 , cls_23 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3642 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 301.4963 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3644 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 540.8327 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3645 , cls_23 , 3.3300 , 1260.0000 , 78.5432 , 378.3784 , 1.6154 , 1.1048 , 0.5143 , 0.6802 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3646 , cls_23 , 2.6100 , 1200.0000 , 74.3715 , 459.7701 , 1.8182 , 1.1217 , 0.6612 , 0.6149 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3647 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3661 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3685 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 256.3201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3702 , cls_23 , 0.9900 , 780.0000 , 51.7490 , 787.8788 , 1.8571 , 1.1463 , 0.6888 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3709 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3726 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3738 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3741 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3753 , cls_23 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3760 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3761 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3774 , cls_23 , 1.8000 , 900.0000 , 61.7535 , 500.0000 , 1.6667 , 1.1055 , 0.6082 , 0.5917 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3775 , cls_23 , 1.6200 , 1140.0000 , 126.0026 , 703.7037 , 2.1111 , 1.1663 , 0.9218 , 0.3333 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3779 , cls_23 , 1.9800 , 1260.0000 , 78.6529 , 636.3636 , 2.1000 , 1.1629 , 0.7357 , 0.4773 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3805 , cls_23 , 2.1600 , 1020.0000 , 71.8611 , 472.2222 , 1.7000 , 1.1104 , 0.6944 , 0.6042 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3816 , cls_23 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3844 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3845 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3866 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3867 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3869 , cls_23 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3946 , cls_23 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3962 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3963 , cls_23 , 0.5400 , 480.0000 , 47.1916 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3976 , cls_23 , 0.7200 , 600.0000 , 46.2463 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3333 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4014 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4025 , cls_23 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4028 , cls_23 , 0.6300 , 540.0000 , 45.2160 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4032 , cls_23 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4048 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4053 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4067 , cls_23 , 1.5300 , 960.0000 , 56.0468 , 627.4510 , 1.7778 , 1.1376 , 0.5916 , 0.5196 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4069 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4071 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4090 , cls_23 , 3.7800 , 1740.0000 , 91.3337 , 460.3175 , 2.2308 , 1.1528 , 0.5094 , 0.6270 , 3.7800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4093 , cls_23 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4110 , cls_23 , 0.5400 , 540.0000 , 50.7673 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4112 , cls_23 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4137 , cls_23 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4138 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4140 , cls_23 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4152 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4175 , cls_23 , 0.7200 , 540.0000 , 50.6601 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3542 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4178 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4204 , cls_23 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4231 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4235 , cls_23 , 0.3600 , 420.0000 , 33.8800 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4244 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4259 , cls_23 , 2.1600 , 1320.0000 , 78.4165 , 611.1111 , 2.2000 , 1.1621 , 0.6180 , 0.5000 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4268 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4314 , cls_23 , 0.7200 , 480.0000 , 40.1294 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4315 , cls_23 , 2.3400 , 1080.0000 , 75.4758 , 461.5385 , 1.6364 , 1.1130 , 0.6622 , 0.6218 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4318 , cls_23 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4336 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4337 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4339 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4354 , cls_23 , 0.8100 , 540.0000 , 38.3770 , 666.6667 , 1.5000 , 1.0901 , 0.4270 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4355 , cls_23 , 14.6700 , 7500.0000 , 212.6408 , 511.2474 , 4.8077 , 1.2670 , 0.7544 , 0.5777 , 14.6700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4357 , cls_23 , 0.9000 , 660.0000 , 66.0762 , 733.3333 , 1.5714 , 1.1216 , 0.8256 , 0.3500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4376 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4378 , cls_23 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4392 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4408 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4429 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4430 , cls_23 , 0.5400 , 540.0000 , 49.9536 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4431 , cls_23 , 1.0800 , 840.0000 , 56.7334 , 777.7778 , 2.0000 , 1.1515 , 0.6944 , 0.3889 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4448 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4450 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4464 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4465 , cls_23 , 0.7200 , 660.0000 , 52.7889 , 916.6667 , 1.8333 , 1.1497 , 0.8041 , 0.3125 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4467 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4484 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4505 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4506 , cls_23 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4529 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4530 , cls_23 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4551 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4575 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4576 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4577 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4594 , cls_23 , 1.0800 , 840.0000 , 54.5336 , 777.7778 , 2.0000 , 1.1515 , 0.6180 , 0.4167 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4612 , cls_23 , 0.6300 , 540.0000 , 49.3648 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4613 , cls_23 , 0.6300 , 540.0000 , 37.1243 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4614 , cls_23 , 0.6300 , 420.0000 , 35.6454 , 666.6667 , 1.1667 , 1.0640 , 0.6572 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4639 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 523.9275 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4667 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4668 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4701 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4702 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4718 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4732 , cls_23 , 0.9900 , 780.0000 , 53.6565 , 787.8788 , 1.8571 , 1.1463 , 0.8055 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4750 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4766 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4767 , cls_23 , 4.8600 , 2820.0000 , 231.3821 , 580.2469 , 3.1333 , 1.2155 , 0.9234 , 0.5216 , 4.8600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4777 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 1410.3191 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4782 , cls_23 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4784 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4812 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4813 , cls_23 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4849 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4850 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4851 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4863 , cls_23 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4877 , cls_23 , 0.8100 , 660.0000 , 51.8498 , 814.8148 , 1.8333 , 1.1347 , 0.8121 , 0.3889 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4892 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4923 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4927 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 488.3646 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4948 , cls_23 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4989 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5011 , cls_23 , 3.6000 , 3120.0000 , 159.2247 , 866.6667 , 4.0000 , 1.2695 , 0.7805 , 0.3583 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5014 , cls_23 , 0.3600 , 480.0000 , 36.9061 , 1333.3333 , 2.0000 , 1.1693 , 0.7453 , 0.1250 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5037 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5057 , cls_23 , 1.2600 , 1020.0000 , 75.3847 , 809.5238 , 2.1250 , 1.1738 , 0.7772 , 0.3571 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5099 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5114 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5129 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5133 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 394.5884 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5183 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5185 , cls_23 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5209 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5230 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5232 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5251 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5268 , cls_23 , 0.5400 , 420.0000 , 36.6787 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5290 , cls_23 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5291 , cls_23 , 1.0800 , 900.0000 , 69.2055 , 833.3333 , 2.1429 , 1.1663 , 0.8283 , 0.3472 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5292 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5308 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5310 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5320 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 201.2461 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5338 , cls_23 , 0.8100 , 540.0000 , 44.7193 , 666.6667 , 1.5000 , 1.0901 , 0.7135 , 0.4444 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5358 , cls_23 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5378 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 394.5884 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5390 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5392 , cls_23 , 1.2600 , 840.0000 , 69.3316 , 666.6667 , 1.7500 , 1.1327 , 0.8217 , 0.4762 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5423 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 735.4590 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5428 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5445 , cls_23 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5446 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5499 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5501 , cls_23 , 0.7200 , 480.0000 , 38.9141 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5515 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 732.3933 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5519 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 362.4914 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5521 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5537 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5556 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5568 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5580 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 362.4914 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5592 , cls_23 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5594 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5623 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5628 , cls_23 , 2.6100 , 1980.0000 , 125.2444 , 758.6207 , 3.0000 , 1.2202 , 0.8422 , 0.4023 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5645 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5668 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5669 , cls_23 , 0.5400 , 540.0000 , 46.8978 , 1000.0000 , 1.8000 , 1.1415 , 0.7935 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5694 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5696 , cls_23 , 3.2400 , 2040.0000 , 144.9034 , 629.6296 , 2.8333 , 1.2006 , 0.8419 , 0.4491 , 3.2400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5702 , cls_23 , 2.3400 , 1440.0000 , 78.5156 , 615.3846 , 2.1818 , 1.1701 , 0.6105 , 0.5064 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5717 , cls_23 , 0.9000 , 720.0000 , 46.0678 , 800.0000 , 1.7143 , 1.1407 , 0.5609 , 0.3833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5732 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5739 , cls_23 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5741 , cls_23 , 0.5400 , 420.0000 , 41.3887 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5745 , cls_23 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5752 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5777 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5779 , cls_23 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5788 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 174.9286 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5791 , cls_23 , 0.9000 , 720.0000 , 57.4219 , 800.0000 , 1.7143 , 1.1407 , 0.7170 , 0.3667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5793 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5801 , cls_23 , 3.4200 , 1980.0000 , 133.0098 , 578.9474 , 2.5385 , 1.1886 , 0.8278 , 0.5000 , 3.4200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5815 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5822 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5825 , cls_23 , 3.3300 , 1800.0000 , 118.4762 , 540.5405 , 2.3077 , 1.1734 , 0.8650 , 0.5315 , 3.3300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5827 , cls_23 , 0.7200 , 480.0000 , 39.2716 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5828 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5829 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5830 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5846 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5849 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5853 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5854 , cls_23 , 1.7100 , 1080.0000 , 87.2138 , 631.5789 , 2.0000 , 1.1488 , 0.8577 , 0.4561 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5855 , cls_23 , 0.9900 , 720.0000 , 81.8182 , 727.2727 , 1.7143 , 1.1289 , 0.8852 , 0.3030 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5856 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 390.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5857 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5858 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5864 , cls_23 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5865 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5866 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 732.3933 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5867 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 510.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5868 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 510.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5869 , cls_23 , 1.2600 , 720.0000 , 61.8068 , 571.4286 , 1.5000 , 1.1000 , 0.7903 , 0.5000 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5871 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5872 , cls_23 , 0.9900 , 1140.0000 , 68.0562 , 1151.5152 , 2.7143 , 1.2288 , 0.8107 , 0.1970 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5888 , cls_23 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5889 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5913 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5915 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5917 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5918 , cls_23 , 1.3500 , 960.0000 , 57.1751 , 711.1111 , 2.0000 , 1.1526 , 0.6396 , 0.3889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5924 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5927 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5930 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5931 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5932 , cls_23 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5933 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5934 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5935 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 570.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5945 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5946 , cls_23 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5987 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5989 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6018 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6019 , cls_23 , 1.3500 , 960.0000 , 71.7192 , 711.1111 , 2.0000 , 1.1526 , 0.7878 , 0.3889 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6028 , cls_23 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6030 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6058 , cls_23 , 0.9000 , 840.0000 , 85.7712 , 933.3333 , 2.0000 , 1.1745 , 0.8701 , 0.2500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6094 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6100 , cls_23 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6108 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6119 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6166 , cls_23 , 1.9800 , 1080.0000 , 98.7586 , 545.4545 , 1.8000 , 1.1317 , 0.8169 , 0.5303 , 1.9800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6209 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6230 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6245 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 305.9412 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6262 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6278 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6300 , cls_23 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6302 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6429 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6476 , cls_23 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6492 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6553 , cls_23 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 979.4897 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6581 , cls_23 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6601 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6602 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6619 , cls_23 , 1.7100 , 900.0000 , 80.2359 , 526.3158 , 1.6667 , 1.1114 , 0.7859 , 0.5614 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6653 , cls_23 , 1.3500 , 780.0000 , 61.0818 , 577.7778 , 1.6250 , 1.1089 , 0.7347 , 0.5333 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6657 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6675 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6700 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6713 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6721 , cls_23 , 1.3500 , 900.0000 , 72.0856 , 666.6667 , 1.8750 , 1.1390 , 0.7613 , 0.4444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6740 , cls_23 , 5.2200 , 3240.0000 , 130.1725 , 620.6897 , 3.3750 , 1.2330 , 0.7505 , 0.5000 , 5.2200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6742 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6743 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6790 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6833 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6863 , cls_23 , 0.6300 , 540.0000 , 49.5756 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6868 , cls_23 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6885 , cls_23 , 0.8100 , 480.0000 , 37.0332 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6893 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6894 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6929 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6942 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6991 , cls_23 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 1140.3947 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6995 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 979.4897 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7007 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7044 , cls_23 , 1.8000 , 1140.0000 , 68.9972 , 633.3333 , 2.1111 , 1.1538 , 0.7170 , 0.4833 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7048 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7078 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 424.2641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7080 , cls_23 , 0.5400 , 540.0000 , 50.7673 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7081 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7273 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7314 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 576.2812 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7334 , cls_23 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7362 , cls_23 , 0.5400 , 540.0000 , 42.5265 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2500 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7386 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7387 , cls_23 , 0.7200 , 540.0000 , 44.1000 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7393 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7424 , cls_23 , 0.6300 , 600.0000 , 44.2944 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.2619 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7498 , cls_23 , 0.9000 , 540.0000 , 46.8001 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.4833 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7499 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7516 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7557 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7577 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7578 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7580 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7602 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7633 , cls_23 , 1.8000 , 1020.0000 , 62.9568 , 566.6667 , 1.8889 , 1.1311 , 0.6512 , 0.5250 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7634 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7658 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7660 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7678 , cls_23 , 0.8100 , 660.0000 , 54.8370 , 814.8148 , 1.8333 , 1.1347 , 0.7796 , 0.3333 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7701 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7703 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7704 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7728 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7731 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7732 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7743 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 1152.5624 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7767 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7772 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 135 , cls_31 , 0.6300 , 420.0000 , 32.7573 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 1656.5325 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 256 , cls_31 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 960.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 289 , cls_31 , 9.0900 , 3240.0000 , 153.7574 , 356.4356 , 2.5714 , 1.1731 , 0.7304 , 0.7112 , 9.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 375 , cls_31 , 45.6300 , 12600.0000 , 412.8798 , 276.1341 , 4.5652 , 1.2363 , 0.6723 , 0.7758 , 45.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 481 , cls_31 , 0.8100 , 480.0000 , 37.0114 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5185 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 530 , cls_31 , 2.1600 , 1080.0000 , 62.4491 , 500.0000 , 1.8000 , 1.1219 , 0.5506 , 0.5903 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 544 , cls_31 , 0.9900 , 840.0000 , 47.4283 , 848.4848 , 2.0000 , 1.1624 , 0.6498 , 0.3788 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 651 , cls_31 , 1.7100 , 840.0000 , 54.0227 , 491.2281 , 1.5556 , 1.0972 , 0.4624 , 0.6053 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 723 , cls_31 , 1.2600 , 720.0000 , 54.8076 , 571.4286 , 1.5000 , 1.1000 , 0.7078 , 0.5238 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 770 , cls_31 , 1.8900 , 1500.0000 , 82.5154 , 793.6508 , 2.5000 , 1.2038 , 0.7634 , 0.4048 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 870.5171 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 805 , cls_31 , 1.1700 , 1080.0000 , 58.5035 , 923.0769 , 2.2500 , 1.1953 , 0.8053 , 0.3333 , 1.1700 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 911 , cls_31 , 0.4500 , 480.0000 , 34.6834 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 928 , cls_31 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 247.3863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 968 , cls_31 , 1.4400 , 900.0000 , 55.1534 , 625.0000 , 1.8750 , 1.1313 , 0.6488 , 0.5104 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1004 , cls_31 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 308.8689 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1067 , cls_31 , 0.8100 , 480.0000 , 40.7854 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.4815 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1072 , cls_31 , 0.6300 , 480.0000 , 38.1979 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1184 , cls_31 , 1.0800 , 720.0000 , 62.4686 , 666.6667 , 1.7143 , 1.1183 , 0.7753 , 0.4306 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 308.8689 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1220 , cls_31 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 421.0701 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1246 , cls_31 , 0.8100 , 540.0000 , 45.7793 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1268 , cls_31 , 0.7200 , 480.0000 , 36.3494 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4792 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 182.4829 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1278 , cls_31 , 2.1600 , 1020.0000 , 64.6726 , 472.2222 , 1.7000 , 1.1104 , 0.5814 , 0.6111 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1288 , cls_31 , 0.6300 , 480.0000 , 42.4966 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 870.5171 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1303 , cls_31 , 2.0700 , 1020.0000 , 72.6817 , 492.7536 , 1.7000 , 1.1152 , 0.7313 , 0.6014 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1311 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 364.9658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1331 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1340 , cls_31 , 1.8000 , 1140.0000 , 114.9461 , 633.3333 , 2.1111 , 1.1538 , 0.8943 , 0.4250 , 1.8000 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1371 , cls_31 , 0.9900 , 720.0000 , 57.5741 , 727.2727 , 1.7143 , 1.1289 , 0.7845 , 0.4091 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1372 , cls_31 , 0.5400 , 480.0000 , 34.2081 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1403 , cls_31 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1456 , cls_31 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 120.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1474 , cls_31 , 0.5400 , 480.0000 , 37.6942 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 364.9658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1480 , cls_31 , 0.6300 , 600.0000 , 40.5068 , 952.3810 , 1.6667 , 1.1455 , 0.7215 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 469.5743 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1610 , cls_31 , 2.6100 , 780.0000 , 63.8074 , 298.8506 , 1.1818 , 1.0370 , 0.5010 , 0.7414 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1708 , cls_31 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1721 , cls_31 , 1.5300 , 720.0000 , 57.1776 , 470.5882 , 1.3333 , 1.0779 , 0.6817 , 0.6078 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 831.9255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1741 , cls_31 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1759 , cls_31 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1767 , cls_31 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1290.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1769 , cls_31 , 0.8100 , 540.0000 , 37.6907 , 666.6667 , 1.5000 , 1.0901 , 0.4270 , 0.4630 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 1149.8261 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1776 , cls_31 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1779 , cls_31 , 2.9700 , 1860.0000 , 92.6235 , 626.2626 , 2.5833 , 1.1928 , 0.7180 , 0.5101 , 2.9700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1798 , cls_31 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1839 , cls_31 , 1.8900 , 1320.0000 , 73.1288 , 698.4127 , 2.2000 , 1.1778 , 0.7547 , 0.4683 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1879 , cls_31 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1902 , cls_31 , 0.8100 , 600.0000 , 41.3247 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.4259 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1956 , cls_31 , 1.4400 , 1020.0000 , 75.1353 , 708.3333 , 2.1250 , 1.1574 , 0.7603 , 0.4583 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1990 , cls_31 , 3.5100 , 1920.0000 , 133.0811 , 547.0085 , 2.4615 , 1.1798 , 0.8413 , 0.5556 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2004 , cls_31 , 0.6300 , 480.0000 , 36.0298 , 761.9048 , 1.3333 , 1.0945 , 0.6572 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2032 , cls_31 , 0.7200 , 780.0000 , 45.2248 , 1083.3333 , 2.1667 , 1.1874 , 0.6488 , 0.2708 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2046 , cls_31 , 4.7700 , 3120.0000 , 116.7387 , 654.0881 , 3.4667 , 1.2363 , 0.7519 , 0.5126 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2087 , cls_31 , 0.7200 , 420.0000 , 35.9822 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2096 , cls_31 , 1.4400 , 780.0000 , 62.0365 , 541.6667 , 1.6250 , 1.1014 , 0.7711 , 0.5521 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2150 , cls_31 , 1.0800 , 780.0000 , 49.8055 , 722.2222 , 1.8571 , 1.1355 , 0.6273 , 0.4444 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2170 , cls_31 , 2.4300 , 1380.0000 , 88.2835 , 567.9012 , 2.0909 , 1.1573 , 0.6180 , 0.5370 , 2.4300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2192 , cls_31 , 0.6300 , 420.0000 , 35.6454 , 666.6667 , 1.1667 , 1.0640 , 0.6572 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2201 , cls_31 , 0.6300 , 480.0000 , 33.5088 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2229 , cls_31 , 1.4400 , 720.0000 , 56.8755 , 500.0000 , 1.5000 , 1.0847 , 0.6866 , 0.5729 , 1.4400 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2295 , cls_31 , 0.9000 , 660.0000 , 42.8196 , 733.3333 , 1.5714 , 1.1216 , 0.6255 , 0.4500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2309 , cls_31 , 1.3500 , 720.0000 , 49.2901 , 533.3333 , 1.5000 , 1.0921 , 0.5225 , 0.5778 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2343 , cls_31 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2355 , cls_31 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2370 , cls_31 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2415 , cls_31 , 0.7200 , 540.0000 , 38.5499 , 750.0000 , 1.5000 , 1.1046 , 0.6082 , 0.4167 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2452 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2466 , cls_31 , 1.7100 , 1200.0000 , 75.4675 , 701.7544 , 2.2222 , 1.1704 , 0.7859 , 0.4649 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2537 , cls_31 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 993.6297 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2577 , cls_31 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2624 , cls_31 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2803 , cls_31 , 0.9000 , 600.0000 , 44.5379 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2809 , cls_31 , 0.6300 , 660.0000 , 58.9216 , 1047.6190 , 1.8333 , 1.1673 , 0.8629 , 0.2143 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 907.9648 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2810 , cls_31 , 31.0500 , 6720.0000 , 230.2712 , 216.4251 , 2.9474 , 1.1745 , 0.6634 , 0.8285 , 31.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2868 , cls_31 , 0.5400 , 540.0000 , 33.7923 , 1000.0000 , 1.8000 , 1.1415 , 0.5506 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2870 , cls_31 , 0.5400 , 420.0000 , 32.0363 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 1234.3824 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2956 , cls_31 , 0.4500 , 540.0000 , 35.4868 , 1200.0000 , 1.8000 , 1.1663 , 0.6817 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3011 , cls_31 , 0.7200 , 420.0000 , 35.0117 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 540.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3059 , cls_31 , 2.7000 , 1440.0000 , 75.3169 , 533.3333 , 2.1818 , 1.1537 , 0.6396 , 0.5944 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3097 , cls_31 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 1347.6646 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3145 , cls_31 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 494.7727 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3147 , cls_31 , 2.1600 , 1020.0000 , 60.4585 , 472.2222 , 1.7000 , 1.1104 , 0.4990 , 0.6250 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3254 , cls_31 , 2.3400 , 1140.0000 , 67.0604 , 487.1795 , 1.7273 , 1.1237 , 0.5132 , 0.6090 , 2.3400 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3263 , cls_31 , 0.5400 , 480.0000 , 39.2081 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 1376.4084 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3362 , cls_31 , 1.5300 , 1020.0000 , 63.4837 , 666.6667 , 1.8889 , 1.1502 , 0.6268 , 0.4608 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 417.8516 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3400 , cls_31 , 0.8100 , 780.0000 , 52.3501 , 962.9630 , 2.1667 , 1.1718 , 0.6048 , 0.2407 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 540.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3423 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3433 , cls_31 , 4.1400 , 1260.0000 , 92.0631 , 304.3478 , 1.5000 , 1.0822 , 0.6069 , 0.7355 , 4.1400 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3460 , cls_31 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3476 , cls_31 , 4.0500 , 2460.0000 , 113.5758 , 607.4074 , 2.9286 , 1.2106 , 0.6903 , 0.5148 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3494 , cls_31 , 53.4600 , 8760.0000 , 440.0461 , 163.8608 , 2.9796 , 1.1664 , 0.7818 , 0.8664 , 53.4600 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3529 , cls_31 , 0.9000 , 840.0000 , 64.9129 , 933.3333 , 2.0000 , 1.1745 , 0.8128 , 0.2667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3604 , cls_31 , 0.6300 , 600.0000 , 38.9314 , 952.3810 , 1.6667 , 1.1455 , 0.5544 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 480.9366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3626 , cls_31 , 1.6200 , 660.0000 , 51.3952 , 407.4074 , 1.2222 , 1.0536 , 0.4907 , 0.6574 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 1251.7588 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3629 , cls_31 , 1.5300 , 900.0000 , 53.6695 , 588.2353 , 1.6667 , 1.1242 , 0.5671 , 0.5392 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 600.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3729 , cls_31 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 417.8516 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3752 , cls_31 , 0.4500 , 600.0000 , 38.1981 , 1333.3333 , 2.0000 , 1.1913 , 0.6817 , 0.1333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3772 , cls_31 , 2.6100 , 720.0000 , 61.5809 , 275.8621 , 1.0909 , 1.0213 , 0.2899 , 0.7586 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3793 , cls_31 , 4.9500 , 2160.0000 , 108.6757 , 436.3636 , 2.4000 , 1.1641 , 0.7142 , 0.6424 , 4.9500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3813 , cls_31 , 2.2500 , 840.0000 , 63.3875 , 373.3333 , 1.4000 , 1.0672 , 0.5319 , 0.6733 , 2.2500 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3884 , cls_31 , 3.5100 , 1920.0000 , 98.3976 , 547.0085 , 2.4615 , 1.1798 , 0.7130 , 0.5684 , 3.5100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3903 , cls_31 , 2.6100 , 1500.0000 , 84.5305 , 574.7126 , 2.2727 , 1.1656 , 0.6517 , 0.5460 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3922 , cls_31 , 10.3500 , 1920.0000 , 131.4949 , 185.5072 , 1.4545 , 1.0693 , 0.5053 , 0.8464 , 10.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3954 , cls_31 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3955 , cls_31 , 0.9000 , 600.0000 , 49.9454 , 666.6667 , 1.4286 , 1.1006 , 0.7551 , 0.4667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3970 , cls_31 , 2.1600 , 960.0000 , 63.0858 , 444.4444 , 1.6000 , 1.0983 , 0.6566 , 0.6458 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 134.1641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3999 , cls_31 , 0.9000 , 480.0000 , 40.0216 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 469.5743 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4011 , cls_31 , 1.0800 , 540.0000 , 40.8330 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5972 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4196 , cls_31 , 2.1600 , 1380.0000 , 92.9737 , 638.8889 , 2.3000 , 1.1710 , 0.8090 , 0.5000 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4233 , cls_31 , 0.6300 , 480.0000 , 37.7674 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 218.4033 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4272 , cls_31 , 2.8800 , 1620.0000 , 95.6315 , 562.5000 , 2.2500 , 1.1694 , 0.7026 , 0.5625 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 1251.7588 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4278 , cls_31 , 1.0800 , 900.0000 , 65.0233 , 833.3333 , 2.1429 , 1.1663 , 0.8202 , 0.3472 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4387 , cls_31 , 0.5400 , 480.0000 , 36.9473 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 1612.7616 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4686 , cls_31 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 270.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4749 , cls_31 , 1.7100 , 960.0000 , 63.4932 , 561.4035 , 1.7778 , 1.1246 , 0.7154 , 0.5526 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 997.2462 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4764 , cls_31 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 589.4065 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4790 , cls_31 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 1506.2868 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4881 , cls_31 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 270.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5360 , cls_31 , 0.5400 , 480.0000 , 32.3607 , 888.8889 , 1.6000 , 1.1141 , 0.4123 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5413 , cls_31 , 1.5300 , 1200.0000 , 64.8944 , 784.3137 , 2.2222 , 1.1839 , 0.7035 , 0.3824 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5415 , cls_31 , 3.6000 , 1500.0000 , 108.4137 , 416.6667 , 1.9231 , 1.1299 , 0.7361 , 0.6583 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5421 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 593.9697 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5510 , cls_31 , 0.5400 , 540.0000 , 47.7506 , 1000.0000 , 1.8000 , 1.1415 , 0.7935 , 0.2222 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5541 , cls_31 , 0.9000 , 480.0000 , 36.4556 , 533.3333 , 1.1429 , 1.0516 , 0.3634 , 0.5667 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5579 , cls_31 , 1.7100 , 960.0000 , 83.4990 , 561.4035 , 1.7778 , 1.1246 , 0.8332 , 0.5088 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5622 , cls_31 , 4.7700 , 1920.0000 , 96.5457 , 402.5157 , 2.1333 , 1.1462 , 0.5471 , 0.6698 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 192.0937 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5629 , cls_31 , 1.5300 , 960.0000 , 53.7963 , 627.4510 , 1.7778 , 1.1376 , 0.6452 , 0.5196 , 1.5300 , 1.0000 , 100.0000 , 0.0000 , 284.6050 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5639 , cls_31 , 3.6000 , 1080.0000 , 77.2660 , 300.0000 , 1.3846 , 1.0673 , 0.5327 , 0.7375 , 3.6000 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5640 , cls_31 , 0.6300 , 660.0000 , 40.1911 , 1047.6190 , 1.8333 , 1.1673 , 0.6572 , 0.2857 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5685 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5686 , cls_31 , 1.2600 , 840.0000 , 69.3316 , 666.6667 , 1.7500 , 1.1327 , 0.8217 , 0.4762 , 1.2600 , 1.0000 , 100.0000 , 0.0000 , 210.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5689 , cls_31 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 123.6932 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5692 , cls_31 , 4.7700 , 2100.0000 , 109.6413 , 440.2516 , 2.3333 , 1.1628 , 0.7091 , 0.6384 , 4.7700 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5722 , cls_31 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 228.4732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5727 , cls_31 , 0.6300 , 420.0000 , 35.6269 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5743 , cls_31 , 0.7200 , 480.0000 , 37.6263 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4583 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 240.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5929 , cls_31 , 2.8800 , 1260.0000 , 76.0839 , 437.5000 , 1.7500 , 1.1205 , 0.7026 , 0.6563 , 2.8800 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5978 , cls_31 , 1.7100 , 1140.0000 , 93.9303 , 666.6667 , 2.1111 , 1.1599 , 0.8419 , 0.4386 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 331.3608 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6020 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6044 , cls_31 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 752.3962 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6095 , cls_31 , 1.6200 , 600.0000 , 48.8542 , 370.3704 , 1.1111 , 1.0339 , 0.4410 , 0.6852 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 818.8406 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6107 , cls_31 , 0.6300 , 540.0000 , 46.6496 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6214 , cls_31 , 1.7100 , 840.0000 , 59.5320 , 491.2281 , 1.5556 , 1.0972 , 0.6640 , 0.6053 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 127.2792 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6399 , cls_31 , 0.6300 , 480.0000 , 34.3315 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4286 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 646.2198 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6509 , cls_31 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 735.4590 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6736 , cls_31 , 1.6200 , 1320.0000 , 68.4662 , 814.8148 , 2.4444 , 1.1966 , 0.7453 , 0.3889 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 445.9821 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6811 , cls_31 , 0.4500 , 540.0000 , 40.3503 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6847 , cls_31 , 1.7100 , 660.0000 , 52.2768 , 385.9649 , 1.2222 , 1.0477 , 0.5162 , 0.6754 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 1149.8261 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6909 , cls_31 , 6.3000 , 3000.0000 , 209.6455 , 476.1905 , 2.9412 , 1.1981 , 0.8771 , 0.6143 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6924 , cls_31 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 882.8363 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6946 , cls_31 , 0.9900 , 540.0000 , 44.4228 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5303 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 1094.8973 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7073 , cls_31 , 1.3500 , 540.0000 , 45.7296 , 400.0000 , 1.1250 , 1.0316 , 0.5342 , 0.6444 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 882.8363 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7186 , cls_31 , 0.8100 , 1020.0000 , 55.8063 , 1259.2593 , 2.8333 , 1.2314 , 0.8121 , 0.1852 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 1905.1772 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7192 , cls_31 , 0.6300 , 480.0000 , 33.5504 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 445.9821 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7472 , cls_31 , 4.0500 , 1440.0000 , 86.2668 , 355.5556 , 1.7143 , 1.1096 , 0.6419 , 0.7148 , 4.0500 , 1.0000 , 100.0000 , 0.0000 , 2550.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7684 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 2550.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 299 , cls_24 , 2.7000 , 960.0000 , 73.2546 , 355.5556 , 1.4545 , 1.0743 , 0.6620 , 0.6944 , 2.7000 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 460 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 152.9706 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1996 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 3005.3951 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2058 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 2675.8924 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2221 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 725.6032 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2554 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 725.6032 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3401 , cls_24 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3462 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 942.0191 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3556 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 258.0698 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3619 , cls_24 , 0.9000 , 480.0000 , 38.4984 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5500 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 606.7125 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3740 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 276.5863 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3791 , cls_24 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.6300 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3835 , cls_24 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.7200 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 3870 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 540.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4047 , cls_24 , 0.8100 , 420.0000 , 34.7671 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4054 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4070 , cls_24 , 1.6200 , 600.0000 , 48.2171 , 370.3704 , 1.1111 , 1.0339 , 0.3259 , 0.6852 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4111 , cls_24 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4135 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 241.8677 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4155 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 212.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4260 , cls_24 , 1.3500 , 540.0000 , 46.5402 , 400.0000 , 1.1250 , 1.0316 , 0.5225 , 0.6556 , 1.3500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4281 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4374 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4542 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 2075.4277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 4611 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 361.2478 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5035 , cls_24 , 6.3000 , 1380.0000 , 103.1791 , 219.0476 , 1.3529 , 1.0576 , 0.5048 , 0.8238 , 6.3000 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5286 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5289 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 450.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5539 , cls_24 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 349.8571 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5593 , cls_24 , 2.1600 , 720.0000 , 56.3080 , 333.3333 , 1.2000 , 1.0406 , 0.4123 , 0.7222 , 2.1600 , 1.0000 , 100.0000 , 0.0000 , 161.5549 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5644 , cls_24 , 0.9900 , 780.0000 , 49.5651 , 787.8788 , 1.8571 , 1.1463 , 0.5623 , 0.3939 , 0.9900 , 1.0000 , 100.0000 , 0.0000 , 189.7367 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5647 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5690 , cls_24 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5695 , cls_24 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5740 , cls_24 , 0.8100 , 540.0000 , 51.0877 , 666.6667 , 1.5000 , 1.0901 , 0.7838 , 0.4074 , 0.8100 , 1.0000 , 100.0000 , 0.0000 , 576.2812 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5766 , cls_24 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 690.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5772 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5776 , cls_24 , 1.0800 , 480.0000 , 40.4470 , 444.4444 , 1.1429 , 1.0310 , 0.5506 , 0.6111 , 1.0800 , 1.0000 , 100.0000 , 0.0000 , 94.8683 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5792 , cls_24 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 690.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5795 , cls_24 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 900.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5802 , cls_24 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.3600 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5820 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5848 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 67.0820 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5928 , cls_24 , 5.0400 , 1620.0000 , 91.7223 , 321.4286 , 1.8000 , 1.1090 , 0.3906 , 0.7381 , 5.0400 , 1.0000 , 100.0000 , 0.0000 , 488.3646 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5977 , cls_24 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6066 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.1800 , 1.0000 , 100.0000 , 0.0000 , 108.1665 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6075 , cls_24 , 0.9000 , 600.0000 , 55.6539 , 666.6667 , 1.4286 , 1.1006 , 0.8128 , 0.4000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 576.2812 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6679 , cls_24 , 0.9000 , 420.0000 , 35.1126 , 466.6667 , 1.0000 , 1.0223 , 0.3634 , 0.6000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6760 , cls_24 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 60.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6923 , cls_24 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.2700 , 1.0000 , 100.0000 , 0.0000 , 2995.4966 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 7047 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 400.2499 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 521 , cls_95 , 0.4500 , 480.0000 , 34.4419 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.4500 , 1.0000 , 100.0000 , 0.0000 , 3393.3170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1589 , cls_95 , 2.0700 , 1380.0000 , 95.3899 , 666.6667 , 2.3000 , 1.1760 , 0.8267 , 0.4710 , 2.0700 , 1.0000 , 100.0000 , 0.0000 , 2466.5766 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2203 , cls_95 , 1.6200 , 780.0000 , 51.6585 , 481.4815 , 1.4444 , 1.0880 , 0.4907 , 0.6296 , 1.6200 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2231 , cls_95 , 2.6100 , 1440.0000 , 85.6557 , 551.7241 , 2.1818 , 1.1576 , 0.7815 , 0.5805 , 2.6100 , 1.0000 , 100.0000 , 0.0000 , 90.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2265 , cls_95 , 1.8900 , 1380.0000 , 85.2719 , 730.1587 , 2.3000 , 1.1869 , 0.7243 , 0.4127 , 1.8900 , 1.0000 , 100.0000 , 0.0000 , 150.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2729 , cls_95 , 1.7100 , 1140.0000 , 72.5970 , 666.6667 , 2.1111 , 1.1599 , 0.8017 , 0.4649 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2902 , cls_95 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.5400 , 1.0000 , 100.0000 , 0.0000 , 84.8528 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2949 , cls_95 , 1.7100 , 720.0000 , 51.7139 , 421.0526 , 1.3333 , 1.0656 , 0.4099 , 0.6667 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 1159.1807 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 2962 , cls_95 , 0.9000 , 420.0000 , 35.1126 , 466.6667 , 1.0000 , 1.0223 , 0.3634 , 0.6000 , 0.9000 , 1.0000 , 100.0000 , 0.0000 , 2466.5766 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 1899 , cls_82 , 13.0500 , 3180.0000 , 175.8835 , 243.6782 , 2.1200 , 1.1339 , 0.6631 , 0.8023 , 13.0500 , 1.0000 , 100.0000 , 0.0000 , 5550.7297 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5431 , cls_82 , 6.4800 , 2040.0000 , 111.2075 , 314.8148 , 2.0000 , 1.1254 , 0.5795 , 0.7454 , 6.4800 , 1.0000 , 100.0000 , 0.0000 , 1035.7606 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 5564 , cls_82 , 1.7100 , 1200.0000 , 67.7481 , 701.7544 , 2.2222 , 1.1704 , 0.7581 , 0.4474 , 1.7100 , 1.0000 , 100.0000 , 0.0000 , 1035.7606 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\augusta_nlcd.tif , 6388 , cls_82 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0900 , 1.0000 , 100.0000 , 0.0000 , 1914.6018 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 1 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 5 , cls_1 , 0.0148 , 130.0000 , 8.6143 , 8783.7838 , 2.6000 , 1.3933 , 0.7783 , 0.7613 , 0.0071 , 3.0000 , 47.9730 , 2.0625 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 8 , cls_1 , 0.0005 , 12.0000 , 0.9921 , 24000.0000 , 1.2000 , 1.3652 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.2500 , 4.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 16 , cls_1 , 0.0014 , 20.0000 , 1.6339 , 14285.7143 , 1.2500 , 1.2197 , 0.5544 , 0.5952 , 0.0002 , 2.0000 , 14.2857 , 18.5000 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 19 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2778 , 4.2426 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 22 , cls_1 , 0.0005 , 10.0000 , 0.8493 , 20000.0000 , 1.0000 , 1.1386 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.2320 , 4.1231 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 23 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 25 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 26 , cls_1 , 0.0003 , 8.0000 , 0.6667 , 26666.6667 , 1.0000 , 1.2619 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.2941 , 4.1231 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 2 , cls_3 , 0.0009 , 16.0000 , 1.2531 , 17777.7778 , 1.3333 , 1.2619 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 114.2500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 4 , cls_3 , 0.0457 , 348.0000 , 11.2509 , 7614.8796 , 4.0465 , 1.4583 , 0.6658 , 0.7848 , 0.0224 , 10.0000 , 49.0153 , 4.7500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 21 , cls_3 , 0.0010 , 16.0000 , 1.2400 , 16000.0000 , 1.1429 , 1.2041 , 0.4907 , 0.5500 , 0.0001 , 1.0000 , 10.0000 , 115.0000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 27 , cls_3 , 0.0003 , 8.0000 , 0.6667 , 26666.6667 , 1.0000 , 1.2619 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.5000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 3 , cls_2 , 0.0035 , 38.0000 , 2.4917 , 10857.1429 , 1.5833 , 1.2664 , 0.5796 , 0.6905 , 0.0011 , 1.0000 , 31.4286 , 0.1000 , 4.4721 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 6 , cls_2 , 0.0057 , 40.0000 , 3.1784 , 7017.5439 , 1.2500 , 1.1390 , 0.5520 , 0.7924 , 0.0028 , 1.0000 , 49.1228 , 0.0000 , 5.8310 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 7 , cls_2 , 0.0024 , 32.0000 , 2.5116 , 13333.3333 , 1.6000 , 1.3086 , 0.6850 , 0.6250 , 0.0004 , 3.0000 , 16.6667 , 0.3333 , 3.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 9 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4567 , 3.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 10 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.8667 , 3.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 11 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1000 , 4.4721 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 12 , cls_2 , 0.0003 , 8.0000 , 0.6667 , 26666.6667 , 1.0000 , 1.2619 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.8000 , 3.1623 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 13 , cls_2 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.2933 , 3.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 14 , cls_2 , 0.0004 , 8.0000 , 0.7071 , 20000.0000 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 24.5000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 15 , cls_2 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.1200 , 3.1623 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 17 , cls_2 , 0.0098 , 82.0000 , 6.2767 , 8367.3469 , 2.0500 , 1.3175 , 0.8112 , 0.7619 , 0.0044 , 2.0000 , 44.8980 , 3.0000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 18 , cls_2 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.5833 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 20 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 24.7000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape.tif , 24 , cls_2 , 0.0007 , 12.0000 , 0.9779 , 17142.8571 , 1.0000 , 1.1292 , 0.3144 , 0.5238 , 0.0001 , 1.0000 , 14.2857 , 12.2500 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 1 , cls_1 , 0.0788 , 158.0000 , 11.8541 , 2005.0761 , 1.3860 , 1.1024 , 0.5393 , 0.9380 , 0.0656 , 1.0000 , 83.2487 , 10.2500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 3 , cls_1 , 0.0080 , 46.0000 , 3.8460 , 5750.0000 , 1.2778 , 1.1147 , 0.6475 , 0.8250 , 0.0045 , 1.0000 , 56.2500 , 99.2500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 4 , cls_1 , 0.0003 , 8.0000 , 0.6667 , 26666.6667 , 1.0000 , 1.2619 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 20.2500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 5 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 6 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 197.0000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 2 , cls_0 , 0.0215 , 108.0000 , 6.6280 , 5023.2558 , 1.8000 , 1.2274 , 0.6653 , 0.8581 , 0.0142 , 1.0000 , 66.0465 , 0.2000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_1.tif , 7 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 43.0000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 1 , cls_1 , 0.0864 , 356.0000 , 13.3289 , 4120.3704 , 3.0169 , 1.3277 , 0.4949 , 0.8808 , 0.0596 , 2.0000 , 68.9815 , 1.9722 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 3 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 96.0000 , 3.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 7 , cls_1 , 0.0006 , 12.0000 , 0.9118 , 20000.0000 , 1.2000 , 1.2263 , 0.4123 , 0.4722 , 0.0001 , 1.0000 , 16.6667 , 216.2000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 9 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 217.2000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 2 , cls_0 , 0.0190 , 190.0000 , 7.2052 , 10000.0000 , 3.3929 , 1.4716 , 0.7263 , 0.7325 , 0.0077 , 3.0000 , 40.5263 , 2.3815 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 4 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 21.6511 , 3.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 5 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 47.5400 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 6 , cls_0 , 0.0010 , 18.0000 , 1.3628 , 18000.0000 , 1.2857 , 1.3064 , 0.6255 , 0.5000 , 0.0001 , 1.0000 , 10.0000 , 0.0500 , 4.4721 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 8 , cls_0 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 16.2404 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 10 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.9250 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 11 , cls_0 , 0.0006 , 16.0000 , 1.1928 , 26666.6667 , 1.6000 , 1.5474 , 0.5756 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 48.7500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 12 , cls_0 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.6154 , 3.6056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_2.tif , 13 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 12.7265 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 1 , cls_0 , 0.0029 , 32.0000 , 2.6037 , 11034.4828 , 1.4545 , 1.2351 , 0.6844 , 0.6724 , 0.0007 , 1.0000 , 24.1379 , 0.7500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 4 , cls_0 , 0.0112 , 70.0000 , 4.8760 , 6250.0000 , 1.5909 , 1.2132 , 0.6522 , 0.8140 , 0.0061 , 1.0000 , 54.4643 , 3.0500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 6 , cls_0 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.6500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 7 , cls_0 , 0.0012 , 20.0000 , 1.3572 , 16666.6667 , 1.4286 , 1.2954 , 0.4123 , 0.5694 , 0.0003 , 1.0000 , 25.0000 , 28.6000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 8 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.6000 , 4.4721 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 12 , cls_0 , 0.0038 , 38.0000 , 3.0276 , 10000.0000 , 1.4615 , 1.2378 , 0.6686 , 0.7105 , 0.0011 , 1.0000 , 28.9474 , 0.0000 , 13.1529 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 13 , cls_0 , 0.0021 , 22.0000 , 1.8942 , 10476.1905 , 1.1000 , 1.1199 , 0.5886 , 0.6905 , 0.0006 , 1.0000 , 28.5714 , 0.0000 , 16.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 2 , cls_1 , 0.0249 , 216.0000 , 8.4308 , 8674.6988 , 3.3750 , 1.4460 , 0.7214 , 0.7577 , 0.0101 , 6.0000 , 40.5622 , 10.8000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 9 , cls_1 , 0.0054 , 58.0000 , 3.4090 , 10740.7407 , 1.9333 , 1.3408 , 0.6646 , 0.7068 , 0.0018 , 1.0000 , 33.3333 , 49.8000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 10 , cls_1 , 0.0023 , 32.0000 , 2.6589 , 13913.0435 , 1.6000 , 1.3264 , 0.7497 , 0.6232 , 0.0005 , 3.0000 , 21.7391 , 0.2000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 14 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.6000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 3 , cls_2 , 0.0079 , 46.0000 , 4.1065 , 5822.7848 , 1.2778 , 1.1179 , 0.6302 , 0.8270 , 0.0045 , 1.0000 , 56.9620 , 0.0000 , 7.6158 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 5 , cls_2 , 0.0466 , 162.0000 , 9.9772 , 3476.3948 , 1.8409 , 1.2048 , 0.6015 , 0.8995 , 0.0349 , 2.0000 , 74.8927 , 0.1250 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_3.tif , 11 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 58.2500 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 1 , cls_2 , 0.0243 , 158.0000 , 6.9072 , 6502.0576 , 2.4688 , 1.3385 , 0.5992 , 0.8155 , 0.0137 , 3.0000 , 56.3786 , 66.1346 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 4 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.6667 , 3.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 6 , cls_2 , 0.0249 , 236.0000 , 7.6866 , 9477.9116 , 3.6875 , 1.4781 , 0.7587 , 0.7470 , 0.0114 , 8.0000 , 45.7831 , 65.8047 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 15 , cls_2 , 0.0008 , 16.0000 , 1.2542 , 20000.0000 , 1.3333 , 1.3333 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 71.0115 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 18 , cls_2 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 81.6129 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 20 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 112.1500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 27 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 62.4167 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 32 , cls_2 , 0.0015 , 32.0000 , 2.1425 , 21333.3333 , 2.0000 , 1.5357 , 0.6396 , 0.4111 , 0.0000 , 0.0000 , 0.0000 , 19.1034 , 3.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 33 , cls_2 , 0.0015 , 28.0000 , 1.6842 , 18666.6667 , 1.7500 , 1.4371 , 0.6396 , 0.5333 , 0.0003 , 1.0000 , 20.0000 , 49.8000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 38 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 62.3269 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 40 , cls_2 , 0.0006 , 12.0000 , 0.9776 , 20000.0000 , 1.2000 , 1.2263 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.8088 , 4.1231 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 44 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 16.0693 , 3.6056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 2 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 47.3000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 5 , cls_1 , 0.0007 , 14.0000 , 1.2238 , 20000.0000 , 1.1667 , 1.2876 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 15.1765 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 7 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.4500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 8 , cls_1 , 0.0224 , 426.0000 , 9.9294 , 19017.8571 , 7.1000 , 1.7252 , 0.7941 , 0.5156 , 0.0020 , 9.0000 , 8.9286 , 12.0729 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 9 , cls_1 , 0.0019 , 38.0000 , 2.2134 , 20000.0000 , 2.1111 , 1.5292 , 0.6278 , 0.4912 , 0.0001 , 1.0000 , 5.2632 , 26.8889 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 11 , cls_1 , 0.0010 , 24.0000 , 1.6380 , 24000.0000 , 1.7143 , 1.5563 , 0.6894 , 0.4000 , 0.0001 , 1.0000 , 10.0000 , 60.1000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 12 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 56.5000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 13 , cls_1 , 0.0007 , 14.0000 , 1.0676 , 20000.0000 , 1.1667 , 1.2876 , 0.5544 , 0.4524 , 0.0001 , 1.0000 , 14.2857 , 58.1000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 19 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 57.7500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 24 , cls_1 , 0.0021 , 42.0000 , 2.1599 , 20000.0000 , 2.1000 , 1.5447 , 0.6387 , 0.4841 , 0.0002 , 2.0000 , 9.5238 , 4.9400 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 29 , cls_1 , 0.0009 , 22.0000 , 1.5277 , 24444.4444 , 1.8333 , 1.5517 , 0.6048 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 52.4900 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 34 , cls_1 , 0.0008 , 16.0000 , 1.4270 , 20000.0000 , 1.3333 , 1.3333 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 11.1500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 36 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 44.8000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 37 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9712 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 39 , cls_1 , 0.0011 , 26.0000 , 1.6004 , 23636.3636 , 1.8571 , 1.5612 , 0.6498 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 48.6538 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 41 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 45 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 44.8000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 3 , cls_0 , 0.0112 , 112.0000 , 5.2254 , 10000.0000 , 2.5455 , 1.4124 , 0.7258 , 0.7292 , 0.0044 , 3.0000 , 39.2857 , 0.7750 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 10 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3077 , 3.6056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 14 , cls_0 , 0.0004 , 14.0000 , 1.0590 , 35000.0000 , 1.7500 , 1.8074 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0769 , 3.6056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 16 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 22.8000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 17 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 22.7169 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 21 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 14.1538 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 22 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.7569 , 3.6056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 23 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0769 , 3.6056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 25 , cls_0 , 0.0005 , 14.0000 , 1.0440 , 28000.0000 , 1.4000 , 1.5568 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.0154 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 26 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 28 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 18.2500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 30 , cls_0 , 0.0073 , 88.0000 , 3.9650 , 12054.7945 , 2.4444 , 1.4409 , 0.7095 , 0.6758 , 0.0026 , 1.0000 , 35.6164 , 0.5088 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 31 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6000 , 3.1623 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 35 , cls_0 , 0.0008 , 20.0000 , 1.5629 , 25000.0000 , 1.6667 , 1.5480 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 0.6346 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 42 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.5441 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 43 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 14.8500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_4.tif , 46 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.0000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 1 , cls_2 , 0.0243 , 158.0000 , 6.9072 , 6502.0576 , 2.4688 , 1.3385 , 0.5992 , 0.8155 , 0.0137 , 3.0000 , 56.3786 , 66.1346 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 3 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.6667 , 3.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 4 , cls_2 , 0.0249 , 236.0000 , 7.6866 , 9477.9116 , 3.6875 , 1.4781 , 0.7587 , 0.7470 , 0.0114 , 8.0000 , 45.7831 , 65.8047 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 7 , cls_2 , 0.0008 , 16.0000 , 1.2542 , 20000.0000 , 1.3333 , 1.3333 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 71.0115 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 10 , cls_2 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 81.6129 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 11 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 112.1500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 17 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 62.4167 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 21 , cls_2 , 0.0015 , 32.0000 , 2.1425 , 21333.3333 , 2.0000 , 1.5357 , 0.6396 , 0.4111 , 0.0000 , 0.0000 , 0.0000 , 19.1034 , 3.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 22 , cls_2 , 0.0015 , 28.0000 , 1.6842 , 18666.6667 , 1.7500 , 1.4371 , 0.6396 , 0.5333 , 0.0003 , 1.0000 , 20.0000 , 49.8000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 24 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 62.3269 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 25 , cls_2 , 0.0006 , 12.0000 , 0.9776 , 20000.0000 , 1.2000 , 1.2263 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.8088 , 4.1231 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 28 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 16.0693 , 3.6056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 2 , cls_0 , 0.0112 , 112.0000 , 5.2254 , 10000.0000 , 2.5455 , 1.4124 , 0.7258 , 0.7292 , 0.0044 , 3.0000 , 39.2857 , 0.7750 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 5 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3077 , 3.6056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 6 , cls_0 , 0.0004 , 14.0000 , 1.0590 , 35000.0000 , 1.7500 , 1.8074 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0769 , 3.6056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 8 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 22.8000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 9 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 22.7169 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 12 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 14.1538 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 13 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.7569 , 3.6056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 14 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0769 , 3.6056 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 15 , cls_0 , 0.0005 , 14.0000 , 1.0440 , 28000.0000 , 1.4000 , 1.5568 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.0154 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 16 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2000 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 18 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 18.2500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 19 , cls_0 , 0.0073 , 88.0000 , 3.9650 , 12054.7945 , 2.4444 , 1.4409 , 0.7095 , 0.6758 , 0.0026 , 1.0000 , 35.6164 , 0.5088 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 20 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6000 , 3.1623 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 23 , cls_0 , 0.0008 , 20.0000 , 1.5629 , 25000.0000 , 1.6667 , 1.5480 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 0.6346 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 26 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.5441 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 27 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 14.8500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_5.tif , 29 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.0000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 1 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0853 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 3 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.6500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 7 , cls_1 , 0.0005 , 14.0000 , 1.2535 , 28000.0000 , 1.4000 , 1.5568 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.3059 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 9 , cls_1 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6200 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 11 , cls_1 , 0.0012 , 40.0000 , 2.8237 , 33333.3333 , 2.8571 , 1.8533 , 0.8283 , 0.2361 , 0.0000 , 0.0000 , 0.0000 , 4.7010 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 14 , cls_1 , 0.0009 , 28.0000 , 1.5214 , 31111.1111 , 2.3333 , 1.7712 , 0.6630 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.6038 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 16 , cls_1 , 0.0004 , 14.0000 , 1.0590 , 35000.0000 , 1.7500 , 1.8074 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8737 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 17 , cls_1 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.6462 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 18 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.3800 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 22 , cls_1 , 0.0006 , 14.0000 , 1.2883 , 23333.3333 , 1.4000 , 1.3984 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.0996 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 25 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.0808 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 28 , cls_1 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6230 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 33 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.6576 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 35 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4005 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 36 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.6000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 37 , cls_1 , 0.0007 , 22.0000 , 1.7551 , 31428.5714 , 1.8333 , 1.7521 , 0.8019 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 3.6440 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 40 , cls_1 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.0738 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 41 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.5723 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 45 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5192 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 46 , cls_1 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4833 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 47 , cls_1 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9384 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 49 , cls_1 , 0.0004 , 16.0000 , 1.2302 , 40000.0000 , 2.0000 , 2.0000 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 2.5134 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 52 , cls_1 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7154 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 53 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.6033 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 55 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.9896 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 56 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9441 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 57 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.3074 , 3.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 60 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.8715 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 61 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.0883 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 62 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.1994 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 65 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.1353 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 67 , cls_1 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4222 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 68 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.8206 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 70 , cls_1 , 0.0021 , 52.0000 , 2.6900 , 24761.9048 , 2.6000 , 1.6850 , 0.7429 , 0.3730 , 0.0001 , 1.0000 , 4.7619 , 9.0925 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 71 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8492 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 72 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.7538 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 73 , cls_1 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0469 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 74 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.7483 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 76 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.4275 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 77 , cls_1 , 0.0006 , 18.0000 , 1.4987 , 30000.0000 , 1.8000 , 1.6789 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.6500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 78 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3150 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 79 , cls_1 , 0.0013 , 34.0000 , 2.4205 , 26153.8462 , 2.1250 , 1.6687 , 0.7566 , 0.3590 , 0.0000 , 0.0000 , 0.0000 , 13.0726 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 83 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.0910 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 86 , cls_1 , 0.0004 , 10.0000 , 0.7569 , 25000.0000 , 1.2500 , 1.3219 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.8681 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 87 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.3702 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 88 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5050 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 89 , cls_1 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.7138 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 90 , cls_1 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4210 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 92 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.1111 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 94 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.1388 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 95 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.0734 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 96 , cls_1 , 0.0004 , 12.0000 , 0.9802 , 30000.0000 , 1.5000 , 1.5850 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 8.4000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 101 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.3789 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 102 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.6653 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 103 , cls_1 , 0.0003 , 8.0000 , 0.6667 , 26666.6667 , 1.0000 , 1.2619 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.5031 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 104 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.2996 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 108 , cls_1 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6178 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 110 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.7750 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 112 , cls_1 , 0.0012 , 34.0000 , 2.2123 , 28333.3333 , 2.4286 , 1.7225 , 0.8472 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 15.2458 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 114 , cls_1 , 0.0025 , 64.0000 , 3.3630 , 25600.0000 , 3.2000 , 1.7227 , 0.7864 , 0.3400 , 0.0000 , 0.0000 , 0.0000 , 11.9514 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 115 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0720 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 119 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.3988 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 121 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.2094 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 122 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3717 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 125 , cls_1 , 0.0013 , 36.0000 , 2.0561 , 27692.3077 , 2.2500 , 1.7133 , 0.6817 , 0.3205 , 0.0000 , 0.0000 , 0.0000 , 7.8163 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 126 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5769 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 132 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.2486 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 136 , cls_1 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5707 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 138 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.2569 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 140 , cls_1 , 0.0008 , 20.0000 , 1.3687 , 25000.0000 , 1.6667 , 1.5480 , 0.6488 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 7.7500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 145 , cls_1 , 0.0008 , 20.0000 , 1.3418 , 25000.0000 , 1.6667 , 1.5480 , 0.7004 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 3.8376 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 146 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.0366 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 147 , cls_1 , 0.0014 , 50.0000 , 2.7500 , 35714.2857 , 3.1250 , 1.9141 , 0.8162 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 10.0000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 154 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.3250 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 161 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7200 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 162 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.5368 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 163 , cls_1 , 0.0006 , 22.0000 , 1.5828 , 36666.6667 , 2.2000 , 1.9029 , 0.7935 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3088 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 164 , cls_1 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1194 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 2 , cls_2 , 0.0519 , 1012.0000 , 12.1979 , 19499.0366 , 11.0000 , 1.7701 , 0.6873 , 0.5035 , 0.0029 , 19.0000 , 5.5877 , 6.7500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 6 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 129.7500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 13 , cls_2 , 0.0006 , 16.0000 , 1.1468 , 26666.6667 , 1.6000 , 1.5474 , 0.5756 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 129.7500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 50 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 129.7500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 124 , cls_2 , 0.0012 , 32.0000 , 1.8643 , 26666.6667 , 2.2857 , 1.6737 , 0.7062 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 130.5000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 141 , cls_2 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 133.0000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 143 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 130.5000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 169 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 129.7500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 4 , cls_0 , 0.0006 , 16.0000 , 1.4078 , 26666.6667 , 1.6000 , 1.5474 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.8738 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 5 , cls_0 , 0.0010 , 16.0000 , 1.3548 , 16000.0000 , 1.1429 , 1.2041 , 0.6255 , 0.5500 , 0.0001 , 1.0000 , 10.0000 , 3.6000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 8 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5953 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 10 , cls_0 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.3394 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 12 , cls_0 , 0.0005 , 14.0000 , 1.0440 , 28000.0000 , 1.4000 , 1.5568 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 9.8750 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 15 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8271 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 19 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.9306 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 20 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.5925 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 21 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.2917 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 23 , cls_0 , 0.0004 , 10.0000 , 0.8090 , 25000.0000 , 1.2500 , 1.3219 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.9468 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 24 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.2747 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 26 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.7111 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 27 , cls_0 , 0.0005 , 14.0000 , 1.1503 , 28000.0000 , 1.4000 , 1.5568 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.5867 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 29 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.8940 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 30 , cls_0 , 0.0038 , 104.0000 , 5.1362 , 27368.4211 , 4.0000 , 1.7914 , 0.8332 , 0.3289 , 0.0001 , 1.0000 , 2.6316 , 6.9022 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 31 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.1385 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 32 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.1956 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 34 , cls_0 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.5556 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 38 , cls_0 , 0.0007 , 20.0000 , 1.5353 , 28571.4286 , 1.6667 , 1.6542 , 0.7379 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 6.2681 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 39 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.3497 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 42 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9896 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 43 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 44 , cls_0 , 0.0005 , 18.0000 , 1.3548 , 36000.0000 , 1.8000 , 1.8691 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2830 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 48 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.6406 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 51 , cls_0 , 0.0009 , 26.0000 , 1.7049 , 28888.8889 , 2.1667 , 1.7038 , 0.7135 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 6.0213 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 54 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9086 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 58 , cls_0 , 0.0003 , 12.0000 , 0.9428 , 40000.0000 , 1.5000 , 2.0000 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.2775 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 59 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.3694 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 63 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.0697 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 64 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.1638 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 66 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.9608 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 69 , cls_0 , 0.0003 , 8.0000 , 0.6449 , 26666.6667 , 1.0000 , 1.2619 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.0546 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 75 , cls_0 , 0.0008 , 30.0000 , 2.0142 , 37500.0000 , 2.5000 , 1.9379 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9678 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 80 , cls_0 , 0.0004 , 10.0000 , 0.8838 , 25000.0000 , 1.2500 , 1.3219 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.8500 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 81 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.9880 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 82 , cls_0 , 0.0005 , 18.0000 , 1.3821 , 36000.0000 , 1.8000 , 1.8691 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1519 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 84 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.6416 , 3.1623 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 85 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.0786 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 91 , cls_0 , 0.0003 , 12.0000 , 0.9372 , 40000.0000 , 1.5000 , 2.0000 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.8675 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 93 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.4869 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 97 , cls_0 , 0.0005 , 14.0000 , 1.2294 , 28000.0000 , 1.4000 , 1.5568 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 6.3494 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 98 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.6388 , 3.1623 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 99 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1800 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 100 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4659 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 105 , cls_0 , 0.0007 , 26.0000 , 1.5333 , 37142.8571 , 2.1667 , 1.9238 , 0.6927 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 5.3760 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 106 , cls_0 , 0.0006 , 16.0000 , 1.3201 , 26666.6667 , 1.6000 , 1.5474 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.1569 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 107 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.1015 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 109 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.4606 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 111 , cls_0 , 0.0004 , 10.0000 , 0.8838 , 25000.0000 , 1.2500 , 1.3219 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.4675 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 113 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.6403 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 116 , cls_0 , 0.0007 , 12.0000 , 1.0616 , 17142.8571 , 1.0000 , 1.1292 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 10.3154 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 117 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1172 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 118 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.7672 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 120 , cls_0 , 0.0004 , 10.0000 , 0.8838 , 25000.0000 , 1.2500 , 1.3219 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.4032 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 123 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2400 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 127 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.6000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 128 , cls_0 , 0.0004 , 10.0000 , 0.7569 , 25000.0000 , 1.2500 , 1.3219 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.5770 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 129 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.9105 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 130 , cls_0 , 0.0007 , 18.0000 , 1.2743 , 25714.2857 , 1.5000 , 1.5459 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.9847 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 131 , cls_0 , 0.0008 , 20.0000 , 1.3127 , 25000.0000 , 1.6667 , 1.5480 , 0.6488 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 5.5899 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 133 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.2228 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 134 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3483 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 135 , cls_0 , 0.0005 , 14.0000 , 1.0440 , 28000.0000 , 1.4000 , 1.5568 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 6.0734 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 137 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.9163 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 139 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.5639 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 142 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.9756 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 144 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.2489 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 148 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7088 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 149 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3000 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 150 , cls_0 , 0.0002 , 8.0000 , 0.7071 , 40000.0000 , 1.3333 , 2.0000 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.3802 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 151 , cls_0 , 0.0003 , 8.0000 , 0.6667 , 26666.6667 , 1.0000 , 1.2619 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.5522 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 152 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.7975 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 153 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.0400 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 155 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.0606 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 156 , cls_0 , 0.0010 , 28.0000 , 2.3163 , 28000.0000 , 2.0000 , 1.6902 , 0.8408 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.9161 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 157 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.0413 , 2.2361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 158 , cls_0 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4403 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 159 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.3579 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 160 , cls_0 , 0.0009 , 20.0000 , 1.4349 , 22222.2222 , 1.6667 , 1.4650 , 0.7135 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 4.4771 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 165 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2500 , 2.8284 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 166 , cls_0 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6222 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 167 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0288 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\landscape_stack_6.tif , 168 , cls_0 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.6950 , 2.0000 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1 , cls_210 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.4492 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3 , cls_210 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.7017 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7 , cls_210 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.8544 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9 , cls_210 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.4038 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 13 , cls_210 , 0.0000 , 0.1680 , 0.0112 , 3333333.3333 , 1.8667 , 0.8350 , 0.7148 , 0.7173 , 0.0000 , 0.0000 , 0.0000 , 4.3729 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 24 , cls_210 , 0.0000 , 0.4560 , 0.0323 , 2638888.8889 , 2.7143 , 0.6828 , 0.9069 , 0.7726 , 0.0000 , 0.0000 , 0.0000 , 1.4148 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 73 , cls_210 , 0.0000 , 0.2220 , 0.0214 , 3425925.9259 , 2.1765 , 0.7877 , 0.9009 , 0.6875 , 0.0000 , 0.0000 , 0.0000 , 1.0972 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 75 , cls_210 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 20.6088 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 76 , cls_210 , 0.0000 , 0.0480 , 0.0043 , 5333333.3333 , 1.1429 , 0.9495 , 0.6559 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 4.8520 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 95 , cls_210 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.1866 , 0.0534 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 151 , cls_210 , 0.0000 , 0.0540 , 0.0044 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 6.2326 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 250 , cls_210 , 0.0000 , 0.0840 , 0.0074 , 4242424.2424 , 1.4000 , 0.9061 , 0.7430 , 0.6212 , 0.0000 , 0.0000 , 0.0000 , 3.1666 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 253 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6430 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 327 , cls_210 , 0.0000 , 0.0600 , 0.0053 , 6666666.6667 , 1.4286 , 0.9016 , 0.7805 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 17.2175 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 328 , cls_210 , 0.0000 , 0.0660 , 0.0054 , 4583333.3333 , 1.3750 , 0.9280 , 0.6082 , 0.5938 , 0.0000 , 0.0000 , 0.0000 , 5.6250 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 332 , cls_210 , 0.0000 , 0.8940 , 0.0327 , 3193997.8564 , 4.1389 , 0.5098 , 0.7205 , 0.7315 , 0.0000 , 0.0000 , 0.0000 , 2.9806 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 370 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8380 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 530 , cls_210 , 0.0000 , 0.0480 , 0.0040 , 6666666.6667 , 1.3333 , 0.9273 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 8.1648 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 546 , cls_210 , 0.0000 , 0.0960 , 0.0079 , 2601626.0163 , 1.2308 , 0.9437 , 0.5500 , 0.7724 , 0.0000 , 0.0000 , 0.0000 , 0.3500 , 0.0495 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 564 , cls_210 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.4166 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 652 , cls_210 , 0.0000 , 0.0540 , 0.0041 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 41.3577 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 703 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9345 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 759 , cls_210 , 0.0000 , 0.0600 , 0.0049 , 5128205.1282 , 1.2500 , 0.9278 , 0.6817 , 0.5769 , 0.0000 , 0.0000 , 0.0000 , 0.5637 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 887 , cls_210 , 0.0000 , 0.2400 , 0.0173 , 2721088.4354 , 2.0000 , 0.8000 , 0.8210 , 0.7721 , 0.0000 , 0.0000 , 0.0000 , 2.6058 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 953 , cls_210 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.1390 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 980 , cls_210 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 39.2327 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1323 , cls_210 , 0.0000 , 0.1440 , 0.0106 , 4000000.0000 , 1.8462 , 0.8385 , 0.7516 , 0.6625 , 0.0000 , 0.0000 , 0.0000 , 0.3129 , 0.0684 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1380 , cls_210 , 0.0000 , 0.0660 , 0.0050 , 4313725.4902 , 1.2222 , 0.9344 , 0.4721 , 0.6569 , 0.0000 , 0.0000 , 0.0000 , 0.3538 , 0.0418 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1450 , cls_210 , 0.0000 , 0.1140 , 0.0074 , 4871794.8718 , 1.7273 , 0.8511 , 0.7146 , 0.6090 , 0.0000 , 0.0000 , 0.0000 , 1.1140 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1484 , cls_210 , 0.0000 , 0.0540 , 0.0041 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 0.2938 , 0.0751 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1544 , cls_210 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.3328 , 0.0418 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1720 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9115 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1748 , cls_210 , 0.0000 , 0.0540 , 0.0047 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 4.3979 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1779 , cls_210 , 0.0000 , 0.0660 , 0.0055 , 4313725.4902 , 1.2222 , 0.9344 , 0.6452 , 0.6275 , 0.0000 , 0.0000 , 0.0000 , 2.7838 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3760 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0496 , 0.2401 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4215 , cls_210 , 0.0000 , 0.1200 , 0.0103 , 2298850.5747 , 1.2500 , 0.9279 , 0.6398 , 0.7960 , 0.0000 , 0.0000 , 0.0000 , 0.0961 , 0.0510 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4664 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0258 , 0.2147 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4770 , cls_210 , 0.0000 , 0.0540 , 0.0054 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 0.3943 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4955 , cls_210 , 0.0000 , 0.0660 , 0.0055 , 3492063.4921 , 1.1000 , 0.9574 , 0.4955 , 0.7063 , 0.0000 , 0.0000 , 0.0000 , 0.1706 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5015 , cls_210 , 0.0000 , 0.0480 , 0.0033 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 1.5411 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5126 , cls_210 , 0.0000 , 0.0600 , 0.0046 , 5555555.5556 , 1.4286 , 0.9196 , 0.6273 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 0.9165 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5796 , cls_210 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.0457 , 0.1040 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5850 , cls_210 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.0444 , 0.0900 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6427 , cls_210 , 0.0000 , 0.1020 , 0.0076 , 5666666.6667 , 1.8889 , 0.8510 , 0.7805 , 0.5250 , 0.0000 , 0.0000 , 0.0000 , 0.0179 , 0.2147 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6934 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0314 , 0.1718 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8145 , cls_210 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0181 , 0.2170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8712 , cls_210 , 0.0000 , 0.0420 , 0.0035 , 4666666.6667 , 1.0000 , 0.9782 , 0.3634 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 0.0169 , 0.1718 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2 , cls_10 , 0.0000 , 1.2060 , 0.0298 , 5114503.8168 , 6.0909 , 0.3964 , 0.7683 , 0.5827 , 0.0000 , 0.0000 , 0.0000 , 1555.3549 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4 , cls_10 , 0.0000 , 0.0960 , 0.0073 , 4637681.1594 , 1.6000 , 0.8794 , 0.7475 , 0.6232 , 0.0000 , 0.0000 , 0.0000 , 77.6141 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 12 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 13.0466 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 18 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.3329 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 32 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.7810 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 34 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.7860 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 36 , cls_10 , 0.0000 , 0.1500 , 0.0101 , 5376344.0860 , 2.0833 , 0.8024 , 0.8075 , 0.5645 , 0.0000 , 0.0000 , 0.0000 , 43.7438 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 38 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 34.5576 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 43 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 501.2706 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 46 , cls_10 , 0.0000 , 6.8880 , 0.0760 , 3838181.2103 , 12.7556 , -0.2704 , 0.8058 , 0.6895 , 0.0000 , 0.0000 , 0.0000 , 114.4976 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 61 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 402.4055 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 65 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 502.6459 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 68 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 44.3996 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 89 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3361 , 0.0331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 93 , cls_10 , 0.0000 , 0.0540 , 0.0042 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 9.5166 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 101 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 158.1933 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 115 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 64.1180 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 144 , cls_10 , 0.0000 , 0.0540 , 0.0047 , 5454545.4545 , 1.2857 , 0.9338 , 0.6498 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 20.0787 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 148 , cls_10 , 0.0000 , 0.1080 , 0.0081 , 6666666.6667 , 2.0000 , 0.8277 , 0.8419 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 23.2619 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 150 , cls_10 , 0.0000 , 0.4200 , 0.0171 , 3825136.6120 , 3.0435 , 0.6615 , 0.7018 , 0.6844 , 0.0000 , 0.0000 , 0.0000 , 36.6898 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 161 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 82.5719 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 165 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8917 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 177 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 14.2374 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 191 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.2639 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 199 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 12.1495 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 202 , cls_10 , 0.0000 , 0.0840 , 0.0062 , 5833333.3333 , 1.7500 , 0.8735 , 0.7209 , 0.5313 , 0.0000 , 0.0000 , 0.0000 , 13.0090 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 203 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 35.3362 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 214 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 35.7828 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 219 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0521 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 223 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.5848 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 225 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 33.4585 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 229 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 24.8607 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 242 , cls_10 , 0.0000 , 0.4320 , 0.0175 , 3966942.1488 , 3.2727 , 0.6524 , 0.7655 , 0.6791 , 0.0000 , 0.0000 , 0.0000 , 20.9046 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 243 , cls_10 , 0.0000 , 0.0540 , 0.0040 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 35.0832 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 245 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.5139 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 256 , cls_10 , 0.0000 , 0.5400 , 0.0200 , 4081632.6531 , 3.6000 , 0.6043 , 0.7553 , 0.6735 , 0.0000 , 0.0000 , 0.0000 , 49.6820 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 272 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.7255 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 284 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 71.0646 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 292 , cls_10 , 0.0000 , 0.6000 , 0.0183 , 4938271.6049 , 4.1667 , 0.5652 , 0.6914 , 0.6037 , 0.0000 , 0.0000 , 0.0000 , 266.8293 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 295 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 13.3271 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 299 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.4167 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 302 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 14.4522 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 304 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 502.5968 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 340 , cls_10 , 0.0000 , 0.1860 , 0.0091 , 4920634.9206 , 2.3846 , 0.7787 , 0.6337 , 0.6071 , 0.0000 , 0.0000 , 0.0000 , 33.3679 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 345 , cls_10 , 0.0000 , 0.0780 , 0.0053 , 7878787.8788 , 1.8571 , 0.8541 , 0.7585 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 47.9199 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 347 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.7454 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 358 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 520.0818 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 363 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 29.0395 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 375 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 24.0690 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 384 , cls_10 , 0.0000 , 0.8280 , 0.0313 , 3087248.3221 , 3.9429 , 0.5320 , 0.7721 , 0.7483 , 0.0000 , 0.0000 , 0.0000 , 512.8531 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 401 , cls_10 , 0.0000 , 0.1140 , 0.0064 , 5507246.3768 , 1.9000 , 0.8388 , 0.5693 , 0.5797 , 0.0000 , 0.0000 , 0.0000 , 53.8399 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 407 , cls_10 , 0.0000 , 0.0660 , 0.0046 , 6666666.6667 , 1.5714 , 0.8903 , 0.5881 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 202.3687 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 416 , cls_10 , 0.0000 , 0.7560 , 0.0215 , 4590163.9344 , 4.5000 , 0.5199 , 0.7328 , 0.6275 , 0.0000 , 0.0000 , 0.0000 , 13.6703 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 420 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.8041 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 424 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 402.5571 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 428 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 401.8541 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 434 , cls_10 , 0.0000 , 0.0540 , 0.0040 , 12000000.0000 , 1.8000 , 0.8603 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8890 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 436 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.3961 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 462 , cls_10 , 0.0000 , 0.0720 , 0.0046 , 8000000.0000 , 1.7143 , 0.8625 , 0.6817 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 49.7406 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 465 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 50.6192 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 483 , cls_10 , 0.0000 , 0.6540 , 0.0214 , 3333333.3333 , 3.6333 , 0.5810 , 0.5948 , 0.7347 , 0.0000 , 0.0000 , 0.0000 , 81.7974 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 484 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 21.1008 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 501 , cls_10 , 0.0000 , 0.0540 , 0.0044 , 5000000.0000 , 1.2857 , 0.9427 , 0.6273 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 6.2150 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 503 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.2480 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 507 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 32.8002 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 529 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 18.9939 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 540 , cls_10 , 0.0000 , 0.0540 , 0.0037 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 89.1034 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 551 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8908 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 580 , cls_10 , 0.0000 , 0.7860 , 0.0324 , 4906367.0412 , 4.8519 , 0.5056 , 0.8236 , 0.6170 , 0.0000 , 0.0000 , 0.0000 , 1589.3686 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 581 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 61.5515 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 582 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 14.4191 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 585 , cls_10 , 0.0000 , 0.0840 , 0.0056 , 6666666.6667 , 1.7500 , 0.8605 , 0.6572 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 88.9859 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 609 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8450 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 624 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 44.7451 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 625 , cls_10 , 0.0000 , 0.0960 , 0.0078 , 6666666.6667 , 2.0000 , 0.8433 , 0.7516 , 0.4479 , 0.0000 , 0.0000 , 0.0000 , 24.3450 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 643 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5593 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 12.7629 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 645 , cls_10 , 0.0000 , 0.0600 , 0.0046 , 11111111.1111 , 2.0000 , 0.8548 , 0.7753 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 18.0740 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 651 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 67.0048 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 658 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 431.3051 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 663 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.0062 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 670 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 12.8276 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 674 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 42.2745 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 680 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 22.3071 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 681 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 45.1409 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 708 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.8232 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 710 , cls_10 , 0.0000 , 0.0660 , 0.0058 , 8148148.1481 , 1.8333 , 0.8713 , 0.8024 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 62.1572 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 729 , cls_10 , 0.0000 , 0.8640 , 0.0294 , 5189189.1892 , 5.1429 , 0.4791 , 0.8447 , 0.5946 , 0.0000 , 0.0000 , 0.0000 , 90.5968 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 740 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8504 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 744 , cls_10 , 0.0000 , 0.1980 , 0.0129 , 6111111.1111 , 2.7500 , 0.7482 , 0.8644 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 9.7241 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 745 , cls_10 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 15.8102 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 753 , cls_10 , 0.0000 , 0.1320 , 0.0076 , 8148148.1481 , 2.4444 , 0.7817 , 0.7796 , 0.3796 , 0.0000 , 0.0000 , 0.0000 , 28.2904 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 757 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 16.1504 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 768 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 25.0427 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 780 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 13.9612 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 783 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.9667 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 784 , cls_10 , 0.0000 , 0.1620 , 0.0105 , 6000000.0000 , 2.4545 , 0.7804 , 0.7613 , 0.5222 , 0.0000 , 0.0000 , 0.0000 , 17.5258 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 788 , cls_10 , 0.0000 , 0.0660 , 0.0049 , 6666666.6667 , 1.5714 , 0.8903 , 0.6584 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 16.8858 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 791 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 19.9409 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 793 , cls_10 , 0.0000 , 0.1200 , 0.0085 , 8888888.8889 , 2.5000 , 0.7871 , 0.7854 , 0.3222 , 0.0000 , 0.0000 , 0.0000 , 24.3410 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 794 , cls_10 , 0.0000 , 0.0720 , 0.0050 , 10000000.0000 , 2.0000 , 0.8423 , 0.7453 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 15.7660 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 795 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 54.1370 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 797 , cls_10 , 0.0000 , 0.1500 , 0.0086 , 6666666.6667 , 2.5000 , 0.7818 , 0.7820 , 0.4933 , 0.0000 , 0.0000 , 0.0000 , 82.0851 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 801 , cls_10 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6082 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 78.6604 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 814 , cls_10 , 0.0000 , 0.0480 , 0.0036 , 6666666.6667 , 1.3333 , 0.9273 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 9.7137 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 817 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.3568 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 818 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 17.7203 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 824 , cls_10 , 0.0000 , 0.0540 , 0.0043 , 6000000.0000 , 1.2857 , 0.9243 , 0.6021 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 20.9994 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 834 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.6054 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 843 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 71.0622 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 844 , cls_10 , 0.0000 , 0.1200 , 0.0065 , 6349206.3492 , 2.0000 , 0.8180 , 0.6068 , 0.5079 , 0.0000 , 0.0000 , 0.0000 , 72.8101 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 850 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.6695 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 855 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 422.1211 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 856 , cls_10 , 0.0000 , 0.0600 , 0.0038 , 7407407.4074 , 1.6667 , 0.8916 , 0.5416 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 99.1159 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 871 , cls_10 , 0.0000 , 0.1800 , 0.0108 , 6250000.0000 , 2.5000 , 0.7608 , 0.7645 , 0.5052 , 0.0000 , 0.0000 , 0.0000 , 25.9192 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 877 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.8520 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 906 , cls_10 , 0.0000 , 0.0540 , 0.0047 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 15.4339 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 907 , cls_10 , 0.0000 , 22.0440 , 0.1720 , 4056530.8601 , 23.5513 , -1.1720 , 0.8412 , 0.6742 , 0.0000 , 0.0000 , 0.0000 , 435.6893 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 908 , cls_10 , 0.0000 , 0.3300 , 0.0157 , 5392156.8627 , 3.2353 , 0.6744 , 0.8134 , 0.5662 , 0.0000 , 0.0000 , 0.0000 , 214.9613 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 920 , cls_10 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 10.7781 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 927 , cls_10 , 0.0000 , 0.0840 , 0.0065 , 7777777.7778 , 2.0000 , 0.8460 , 0.8090 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 50.0524 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 928 , cls_10 , 0.0000 , 0.0720 , 0.0045 , 10000000.0000 , 2.0000 , 0.8423 , 0.5926 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 22.8985 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 931 , cls_10 , 0.0000 , 0.1560 , 0.0089 , 8666666.6667 , 2.8889 , 0.7525 , 0.7170 , 0.3250 , 0.0000 , 0.0000 , 0.0000 , 48.3448 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 938 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 24.2925 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 941 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 46.4881 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 956 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.6597 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 985 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 501.7143 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 997 , cls_10 , 0.0000 , 0.0840 , 0.0056 , 4666666.6667 , 1.5556 , 0.8961 , 0.5609 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 8.3225 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 999 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.8677 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1032 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 21.7423 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1041 , cls_10 , 0.0000 , 0.0720 , 0.0051 , 5714285.7143 , 1.5000 , 0.8948 , 0.6572 , 0.5476 , 0.0000 , 0.0000 , 0.0000 , 74.2317 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1044 , cls_10 , 0.0000 , 0.0540 , 0.0044 , 4615384.6154 , 1.1250 , 0.9510 , 0.5963 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 24.4933 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1054 , cls_10 , 0.0000 , 0.0660 , 0.0049 , 9166666.6667 , 1.8333 , 0.8606 , 0.7516 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 29.1763 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1060 , cls_10 , 0.0000 , 0.2460 , 0.0139 , 8039215.6863 , 3.4167 , 0.6893 , 0.8507 , 0.3529 , 0.0000 , 0.0000 , 0.0000 , 610.3989 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1061 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.5323 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1071 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 217.7332 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1073 , cls_10 , 0.0000 , 0.1440 , 0.0091 , 6666666.6667 , 2.4000 , 0.7877 , 0.7388 , 0.4653 , 0.0000 , 0.0000 , 0.0000 , 11.2530 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1076 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 20.3302 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1084 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 114.4351 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1086 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 75.6035 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1087 , cls_10 , 0.0000 , 0.0600 , 0.0040 , 8333333.3333 , 1.6667 , 0.8805 , 0.6488 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 28.8126 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1094 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 521.9828 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1096 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 21.2402 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1099 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 33.0600 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1105 , cls_10 , 0.0000 , 0.8820 , 0.0241 , 5505617.9775 , 5.4444 , 0.4698 , 0.7142 , 0.5637 , 0.0000 , 0.0000 , 0.0000 , 625.1589 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1106 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.9428 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1111 , cls_10 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 100.7258 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1114 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 25.0035 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1127 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.0730 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1134 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 44.4906 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1143 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 716.5818 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1154 , cls_10 , 0.0000 , 0.1080 , 0.0069 , 8000000.0000 , 2.2500 , 0.8107 , 0.7753 , 0.3778 , 0.0000 , 0.0000 , 0.0000 , 47.0099 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1161 , cls_10 , 0.0000 , 0.0660 , 0.0042 , 9166666.6667 , 1.8333 , 0.8606 , 0.7004 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 21.7865 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1162 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.2075 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1163 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 24.5268 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1164 , cls_10 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 44.2988 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1166 , cls_10 , 0.0000 , 0.0720 , 0.0065 , 8000000.0000 , 1.7143 , 0.8625 , 0.8279 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 272.3470 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1167 , cls_10 , 0.0000 , 9.8940 , 0.1000 , 4559657.1271 , 16.6566 , -0.4729 , 0.8261 , 0.6328 , 0.0000 , 0.0000 , 0.0000 , 298.4636 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1170 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.0899 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1186 , cls_10 , 0.0000 , 0.3300 , 0.0183 , 4471544.7154 , 2.8947 , 0.6919 , 0.8340 , 0.6301 , 0.0000 , 0.0000 , 0.0000 , 507.1646 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1191 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.4395 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1193 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 23.3598 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1195 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 22.2658 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1198 , cls_10 , 0.0000 , 0.1260 , 0.0075 , 7000000.0000 , 2.3333 , 0.8020 , 0.7004 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 28.6038 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1200 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 33.5402 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1202 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 759.0079 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1221 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.1603 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1222 , cls_10 , 0.0000 , 0.0720 , 0.0054 , 5714285.7143 , 1.5000 , 0.8948 , 0.7558 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 22.4338 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1223 , cls_10 , 0.0000 , 0.0540 , 0.0043 , 4615384.6154 , 1.1250 , 0.9510 , 0.4292 , 0.6154 , 0.0000 , 0.0000 , 0.0000 , 32.5341 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1227 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 52.7906 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1233 , cls_10 , 0.0000 , 0.2760 , 0.0141 , 4577114.4279 , 2.7059 , 0.7213 , 0.7476 , 0.6368 , 0.0000 , 0.0000 , 0.0000 , 20.5499 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1240 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 81.3935 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1247 , cls_10 , 0.0000 , 0.2460 , 0.0119 , 3961352.6570 , 2.4118 , 0.7553 , 0.7573 , 0.6715 , 0.0000 , 0.0000 , 0.0000 , 1557.7706 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1261 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 11.2363 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1268 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 486.7986 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1270 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 191.5437 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1284 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 27.2167 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1286 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 501.8065 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1294 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 16.3839 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1300 , cls_10 , 0.0000 , 0.4020 , 0.0156 , 6118721.4612 , 3.7222 , 0.6271 , 0.7813 , 0.5205 , 0.0000 , 0.0000 , 0.0000 , 21.9098 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1301 , cls_10 , 0.0000 , 0.0480 , 0.0033 , 10666666.6667 , 1.6000 , 0.8838 , 0.6255 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 25.4719 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1311 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 57.1247 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1324 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 63.3279 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1325 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 66.6737 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1329 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.2243 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1340 , cls_10 , 0.0000 , 0.1080 , 0.0065 , 7500000.0000 , 2.2500 , 0.8166 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 607.2997 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1351 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 353.7167 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1366 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.2833 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1369 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 606.9388 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1372 , cls_10 , 0.0000 , 0.0600 , 0.0053 , 8333333.3333 , 1.6667 , 0.8805 , 0.8244 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 606.7607 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1377 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1513.5731 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1392 , cls_10 , 0.0000 , 0.1020 , 0.0064 , 6296296.2963 , 1.8889 , 0.8408 , 0.7304 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 23.9904 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1397 , cls_10 , 0.0000 , 0.2280 , 0.0135 , 5170068.0272 , 2.7143 , 0.7415 , 0.8291 , 0.5816 , 0.0000 , 0.0000 , 0.0000 , 299.1524 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1400 , cls_10 , 0.0000 , 0.2580 , 0.0116 , 6515151.5152 , 3.0714 , 0.6998 , 0.7845 , 0.4962 , 0.0000 , 0.0000 , 0.0000 , 1519.8223 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1405 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 28.4517 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1413 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.6375 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1430 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 504.0303 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1437 , cls_10 , 0.0000 , 0.0600 , 0.0046 , 7407407.4074 , 1.6667 , 0.8916 , 0.7708 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 15.0265 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1449 , cls_10 , 0.0000 , 0.1560 , 0.0091 , 8253968.2540 , 2.6000 , 0.7568 , 0.8156 , 0.3492 , 0.0000 , 0.0000 , 0.0000 , 304.6852 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1457 , cls_10 , 0.0000 , 0.1620 , 0.0099 , 5625000.0000 , 2.2500 , 0.7866 , 0.8012 , 0.5521 , 0.0000 , 0.0000 , 0.0000 , 38.8213 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1461 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 81.8285 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1473 , cls_10 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 33.5599 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1481 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 468.9978 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1486 , cls_10 , 0.0000 , 0.0960 , 0.0067 , 8205128.2051 , 2.0000 , 0.8239 , 0.7981 , 0.3590 , 0.0000 , 0.0000 , 0.0000 , 17.2812 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1488 , cls_10 , 0.0000 , 0.0660 , 0.0055 , 7333333.3333 , 1.5714 , 0.8812 , 0.7551 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 129.8768 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1491 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.8286 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1508 , cls_10 , 0.0000 , 0.0600 , 0.0048 , 7407407.4074 , 1.6667 , 0.8916 , 0.6630 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 115.0357 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1509 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 54.6020 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1512 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 35.0200 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1516 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 274.7219 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1525 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 72.8655 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1528 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 22.4201 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1538 , cls_10 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 81.5120 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1557 , cls_10 , 0.0000 , 0.0780 , 0.0054 , 6190476.1905 , 1.6250 , 0.8770 , 0.6039 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 78.2321 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1559 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 27.9684 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1570 , cls_10 , 0.0000 , 0.0960 , 0.0094 , 7619047.6190 , 2.0000 , 0.8307 , 0.8574 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 17.8033 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1575 , cls_10 , 0.0000 , 0.1980 , 0.0112 , 6111111.1111 , 2.7500 , 0.7482 , 0.7080 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 19.9923 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1584 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 485.8216 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1587 , cls_10 , 0.0000 , 0.1860 , 0.0100 , 5904761.9048 , 2.5833 , 0.7611 , 0.7591 , 0.5429 , 0.0000 , 0.0000 , 0.0000 , 305.8272 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1596 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 43.8156 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1601 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 26.6068 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1620 , cls_10 , 0.0000 , 0.0480 , 0.0040 , 4848484.8485 , 1.1429 , 0.9594 , 0.5170 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 22.7546 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1623 , cls_10 , 0.0000 , 0.0720 , 0.0050 , 8888888.8889 , 2.0000 , 0.8529 , 0.7796 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.6964 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1626 , cls_10 , 0.0000 , 0.3360 , 0.0123 , 6666666.6667 , 3.7333 , 0.6524 , 0.7379 , 0.4851 , 0.0000 , 0.0000 , 0.0000 , 623.0692 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1628 , cls_10 , 0.0000 , 0.2220 , 0.0115 , 4743589.7436 , 2.4667 , 0.7542 , 0.6817 , 0.6282 , 0.0000 , 0.0000 , 0.0000 , 621.6352 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1629 , cls_10 , 0.0000 , 0.0660 , 0.0050 , 7333333.3333 , 1.5714 , 0.8812 , 0.7170 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 535.7092 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1634 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.0370 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1638 , cls_10 , 0.0000 , 0.2220 , 0.0141 , 6166666.6667 , 2.8462 , 0.7293 , 0.8848 , 0.5083 , 0.0000 , 0.0000 , 0.0000 , 14.3439 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1640 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.8816 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1643 , cls_10 , 0.0000 , 0.2700 , 0.0133 , 7317073.1707 , 3.4615 , 0.6820 , 0.8432 , 0.4309 , 0.0000 , 0.0000 , 0.0000 , 22.2672 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1644 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.1958 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1646 , cls_10 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 12.1635 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1647 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.0539 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1649 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 17.1858 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1665 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 24.0560 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1670 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 608.4840 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1682 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 30.9072 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1700 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 247.6350 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1701 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 675.4386 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1705 , cls_10 , 0.0000 , 0.1260 , 0.0084 , 7368421.0526 , 2.3333 , 0.7973 , 0.7914 , 0.4298 , 0.0000 , 0.0000 , 0.0000 , 24.5561 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1713 , cls_10 , 0.0000 , 0.2100 , 0.0110 , 8045977.0115 , 3.1818 , 0.7143 , 0.8154 , 0.3793 , 0.0000 , 0.0000 , 0.0000 , 45.5414 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1718 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 486.0248 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1728 , cls_10 , 0.0000 , 0.1140 , 0.0068 , 8444444.4444 , 2.3750 , 0.7986 , 0.6869 , 0.3444 , 0.0000 , 0.0000 , 0.0000 , 9.6030 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1729 , cls_10 , 0.0000 , 0.0480 , 0.0044 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.2981 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1731 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 19.9854 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1734 , cls_10 , 0.0000 , 0.2940 , 0.0155 , 4666666.6667 , 2.8824 , 0.7084 , 0.7188 , 0.6333 , 0.0000 , 0.0000 , 0.0000 , 101.2005 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1738 , cls_10 , 0.0000 , 0.0840 , 0.0072 , 5185185.1852 , 1.5556 , 0.8853 , 0.8024 , 0.5463 , 0.0000 , 0.0000 , 0.0000 , 20.5297 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1747 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 288.4909 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1756 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 26.5007 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1758 , cls_10 , 0.0000 , 0.0360 , 0.0024 , 8000000.0000 , 1.2000 , 0.9413 , 0.3634 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 10.0676 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1788 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.8635 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1796 , cls_10 , 0.0000 , 0.0600 , 0.0040 , 8333333.3333 , 1.6667 , 0.8805 , 0.6488 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 165.2224 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1798 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1512.1566 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1802 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 20.7404 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1805 , cls_10 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 12.7367 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1808 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.9640 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1811 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.6884 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1825 , cls_10 , 0.0000 , 0.2160 , 0.0116 , 6315789.4737 , 2.7692 , 0.7315 , 0.7923 , 0.5044 , 0.0000 , 0.0000 , 0.0000 , 54.5491 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1829 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.0606 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1846 , cls_10 , 0.0000 , 0.0660 , 0.0047 , 10476190.4762 , 1.8333 , 0.8487 , 0.7826 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 21.0853 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1856 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.9915 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1868 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 141.5061 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1873 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 8.2767 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1876 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.2524 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1878 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 54.3054 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1894 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 41.8654 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1910 , cls_10 , 0.0000 , 0.4320 , 0.0159 , 5274725.2747 , 3.6000 , 0.6263 , 0.7909 , 0.5861 , 0.0000 , 0.0000 , 0.0000 , 633.0468 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1911 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 251.3960 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1912 , cls_10 , 0.0000 , 0.0840 , 0.0059 , 5833333.3333 , 1.7500 , 0.8735 , 0.7247 , 0.5104 , 0.0000 , 0.0000 , 0.0000 , 14.6275 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1919 , cls_10 , 0.0000 , 0.3480 , 0.0183 , 3613707.1651 , 2.7619 , 0.7031 , 0.7275 , 0.6916 , 0.0000 , 0.0000 , 0.0000 , 127.8532 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1921 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 82.5371 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1946 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 121.0803 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1949 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 31.2648 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1961 , cls_10 , 0.0000 , 0.0780 , 0.0053 , 6190476.1905 , 1.6250 , 0.8770 , 0.6637 , 0.5119 , 0.0000 , 0.0000 , 0.0000 , 9.6254 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1966 , cls_10 , 0.0000 , 3.4200 , 0.0609 , 4332953.2497 , 9.5000 , 0.0647 , 0.8636 , 0.6490 , 0.0000 , 0.0000 , 0.0000 , 249.9487 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1982 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 133.0596 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1984 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.9894 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1985 , cls_10 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 10.5425 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1990 , cls_10 , 0.0000 , 0.1740 , 0.0080 , 7435897.4359 , 2.6364 , 0.7500 , 0.6587 , 0.4359 , 0.0000 , 0.0000 , 0.0000 , 502.2769 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1995 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1212.9406 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1996 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 92.0025 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1997 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 21.5204 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2001 , cls_10 , 0.0000 , 0.0540 , 0.0045 , 4285714.2857 , 1.1250 , 0.9589 , 0.5544 , 0.6310 , 0.0000 , 0.0000 , 0.0000 , 16.6889 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2009 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 611.4806 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2010 , cls_10 , 0.0000 , 0.0600 , 0.0052 , 11111111.1111 , 2.0000 , 0.8548 , 0.8472 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 41.6717 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2020 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 46.9664 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2048 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1513.0852 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2049 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1531.8282 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2055 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.5532 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2057 , cls_10 , 0.0000 , 0.0960 , 0.0053 , 7619047.6190 , 2.0000 , 0.8307 , 0.6572 , 0.4405 , 0.0000 , 0.0000 , 0.0000 , 11.7534 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2060 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 7.4349 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2074 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 698.9980 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2078 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8394 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2084 , cls_10 , 0.0000 , 0.2640 , 0.0163 , 6984126.9841 , 3.3846 , 0.6898 , 0.8790 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 95.6176 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2095 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1510.9675 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2104 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 38.0352 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2106 , cls_10 , 0.0000 , 0.1080 , 0.0056 , 9230769.2308 , 2.2500 , 0.7979 , 0.6877 , 0.3462 , 0.0000 , 0.0000 , 0.0000 , 23.0259 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2112 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 7.1388 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2115 , cls_10 , 0.0000 , 0.0840 , 0.0068 , 6666666.6667 , 1.7500 , 0.8605 , 0.7903 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 637.0912 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2133 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 13.2442 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2151 , cls_10 , 0.0000 , 0.4740 , 0.0177 , 5917602.9963 , 4.1579 , 0.5983 , 0.8221 , 0.5337 , 0.0000 , 0.0000 , 0.0000 , 115.2569 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2154 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6178 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2159 , cls_10 , 0.0000 , 0.0960 , 0.0091 , 4444444.4444 , 1.6000 , 0.8838 , 0.8003 , 0.6042 , 0.0000 , 0.0000 , 0.0000 , 69.6452 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2164 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.7966 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2166 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 513.2560 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2171 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 607.5520 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2185 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.4278 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2190 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 43.5488 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2191 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 512.0527 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2194 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 488.6890 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2201 , cls_10 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 212.6007 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2210 , cls_10 , 0.0000 , 0.3060 , 0.0146 , 6666666.6667 , 3.4000 , 0.6688 , 0.7871 , 0.4641 , 0.0000 , 0.0000 , 0.0000 , 75.3471 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2220 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 154.5247 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2223 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 608.9122 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2234 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.6163 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2237 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 23.6698 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2240 , cls_10 , 0.0000 , 0.2460 , 0.0149 , 6666666.6667 , 3.1538 , 0.7056 , 0.8337 , 0.4431 , 0.0000 , 0.0000 , 0.0000 , 1195.6337 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2241 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 558.0800 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2250 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.5035 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2254 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 12.6213 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2260 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 39.8834 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2265 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 122.9233 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2278 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 37.6468 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2288 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 610.1252 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2289 , cls_10 , 0.0000 , 0.0720 , 0.0057 , 6153846.1538 , 1.5000 , 0.8875 , 0.7453 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 307.9114 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2290 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1511.8214 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2296 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 17.9938 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2300 , cls_10 , 0.0000 , 0.0780 , 0.0053 , 9629629.6296 , 2.1667 , 0.8359 , 0.8024 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 233.5589 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2301 , cls_10 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 184.9423 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2321 , cls_10 , 0.0000 , 0.1320 , 0.0081 , 7333333.3333 , 2.4444 , 0.7912 , 0.7746 , 0.4083 , 0.0000 , 0.0000 , 0.0000 , 9.5914 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2328 , cls_10 , 0.0000 , 0.0960 , 0.0079 , 6274509.8039 , 1.7778 , 0.8491 , 0.8014 , 0.4706 , 0.0000 , 0.0000 , 0.0000 , 7.2302 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2332 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 59.1511 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2333 , cls_10 , 0.0000 , 0.1140 , 0.0072 , 7450980.3922 , 2.1111 , 0.8100 , 0.7294 , 0.3922 , 0.0000 , 0.0000 , 0.0000 , 332.5108 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2334 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 520.4895 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2339 , cls_10 , 0.0000 , 0.0480 , 0.0043 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 307.0207 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2341 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 54.5900 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2348 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.7092 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2351 , cls_10 , 0.0000 , 0.2640 , 0.0132 , 4808743.1694 , 2.7500 , 0.7241 , 0.7702 , 0.6093 , 0.0000 , 0.0000 , 0.0000 , 9.7977 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2353 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 187.0473 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2355 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 53.6461 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2357 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 51.5498 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2359 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.8911 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2372 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 382.0546 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2375 , cls_10 , 0.0000 , 0.0780 , 0.0054 , 5777777.7778 , 1.6250 , 0.8838 , 0.6396 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 37.4658 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2386 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 185.8022 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2388 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1074.2101 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2392 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 488.0695 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2406 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.4042 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2408 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 228.8023 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2411 , cls_10 , 0.0000 , 9.7260 , 0.0911 , 4592718.5154 , 16.5408 , -0.4610 , 0.7979 , 0.6282 , 0.0000 , 0.0000 , 0.0000 , 572.8404 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2420 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 79.1006 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2423 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.7083 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2442 , cls_10 , 0.0000 , 0.1440 , 0.0087 , 8421052.6316 , 2.6667 , 0.7665 , 0.7781 , 0.3509 , 0.0000 , 0.0000 , 0.0000 , 49.9539 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2454 , cls_10 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 40.5553 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2458 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 608.8684 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2475 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 184.7889 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2476 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 228.4652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2488 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1513.0594 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2493 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1797 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2495 , cls_10 , 0.0000 , 0.0600 , 0.0055 , 8333333.3333 , 1.6667 , 0.8805 , 0.7963 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.7575 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2497 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 10.6536 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2498 , cls_10 , 0.0000 , 0.0660 , 0.0052 , 7333333.3333 , 1.5714 , 0.8812 , 0.6817 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 13.2027 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2499 , cls_10 , 0.0000 , 0.0840 , 0.0075 , 5490196.0784 , 1.5556 , 0.8795 , 0.7919 , 0.5196 , 0.0000 , 0.0000 , 0.0000 , 13.2519 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2511 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 607.7809 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2532 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 19.1425 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2535 , cls_10 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 132.3491 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2537 , cls_10 , 0.0000 , 0.0540 , 0.0046 , 7500000.0000 , 1.5000 , 0.9026 , 0.7516 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 109.7046 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2548 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 50.2353 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2565 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 61.2125 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2571 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.1488 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2572 , cls_10 , 0.0000 , 0.0540 , 0.0045 , 6666666.6667 , 1.5000 , 0.9139 , 0.6903 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 227.3659 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2574 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 230.1779 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2578 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 43.5098 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2581 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 483.5527 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2586 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 613.3200 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2591 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 16.3755 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2594 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1511.8170 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2595 , cls_10 , 0.0000 , 0.1500 , 0.0092 , 5376344.0860 , 2.0833 , 0.8024 , 0.7119 , 0.5591 , 0.0000 , 0.0000 , 0.0000 , 1521.1909 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2604 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 229.6297 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2608 , cls_10 , 0.0000 , 0.0600 , 0.0047 , 6060606.0606 , 1.4286 , 0.9110 , 0.7357 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 63.1204 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2615 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 30.8704 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2622 , cls_10 , 0.0000 , 0.0720 , 0.0055 , 5714285.7143 , 1.5000 , 0.8948 , 0.6637 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 16.6027 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2625 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.7457 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2629 , cls_10 , 0.0000 , 0.8160 , 0.0215 , 5364891.5187 , 5.2308 , 0.4900 , 0.7646 , 0.5750 , 0.0000 , 0.0000 , 0.0000 , 622.1494 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2633 , cls_10 , 0.0000 , 0.0540 , 0.0040 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 57.3304 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2636 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 610.3413 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2639 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 608.9255 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2641 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 142.3301 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2644 , cls_10 , 0.0000 , 0.0660 , 0.0047 , 6666666.6667 , 1.5714 , 0.8903 , 0.7585 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 26.7194 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2648 , cls_10 , 0.0000 , 0.0600 , 0.0047 , 13333333.3333 , 2.0000 , 0.8392 , 0.8128 , 0.1333 , 0.0000 , 0.0000 , 0.0000 , 46.5408 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2649 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 35.0955 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2651 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 18.6512 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2654 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.9929 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2655 , cls_10 , 0.0000 , 0.0540 , 0.0034 , 8571428.5714 , 1.5000 , 0.8902 , 0.4757 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 10.6032 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2656 , cls_10 , 0.0000 , 0.0540 , 0.0046 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.4772 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2675 , cls_10 , 0.0000 , 0.0600 , 0.0042 , 9523809.5238 , 1.6667 , 0.8684 , 0.6572 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 15.7354 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2683 , cls_10 , 0.0000 , 0.0780 , 0.0059 , 8666666.6667 , 1.8571 , 0.8453 , 0.7598 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 63.5360 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2685 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 271.8145 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2690 , cls_10 , 0.0000 , 0.0420 , 0.0039 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 88.1622 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2692 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 59.4343 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2694 , cls_10 , 0.0000 , 0.2700 , 0.0114 , 5660377.3585 , 3.0000 , 0.7049 , 0.6626 , 0.5440 , 0.0000 , 0.0000 , 0.0000 , 148.9755 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2699 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1513.5324 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2701 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 28.4726 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2706 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 62.2428 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2709 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 597.5461 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2715 , cls_10 , 0.0000 , 0.0600 , 0.0047 , 11111111.1111 , 2.0000 , 0.8548 , 0.7753 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 608.1599 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2716 , cls_10 , 0.0000 , 0.0540 , 0.0042 , 5454545.4545 , 1.2857 , 0.9338 , 0.6584 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 19.6319 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2730 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 304.6998 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2731 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 270.5030 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2736 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 284.5771 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2742 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 61.3355 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2746 , cls_10 , 0.0000 , 0.0660 , 0.0043 , 7333333.3333 , 1.5714 , 0.8812 , 0.6894 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 10.4367 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2747 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.5483 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2750 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 199.5881 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2752 , cls_10 , 0.0000 , 0.0540 , 0.0041 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 138.3845 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2754 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 49.5025 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2760 , cls_10 , 0.0000 , 0.0480 , 0.0034 , 13333333.3333 , 2.0000 , 0.8645 , 0.7170 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 761.5309 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2761 , cls_10 , 0.0000 , 0.0720 , 0.0050 , 8000000.0000 , 1.7143 , 0.8625 , 0.6894 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 43.6303 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2781 , cls_10 , 0.0000 , 0.0780 , 0.0048 , 7222222.2222 , 1.8571 , 0.8622 , 0.5870 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 14.2414 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2785 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 601.1779 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2790 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 614.8170 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2797 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.6411 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2801 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 7.8273 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2803 , cls_10 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 12.7597 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2805 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 284.5411 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2806 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 244.3890 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2808 , cls_10 , 0.0000 , 0.0600 , 0.0049 , 9523809.5238 , 1.6667 , 0.8684 , 0.8019 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 479.8347 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2812 , cls_10 , 0.0000 , 0.0600 , 0.0042 , 11111111.1111 , 2.0000 , 0.8548 , 0.7753 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 285.8412 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2823 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 759.4540 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2824 , cls_10 , 0.0000 , 0.0840 , 0.0074 , 8484848.4848 , 2.0000 , 0.8380 , 0.8653 , 0.3030 , 0.0000 , 0.0000 , 0.0000 , 18.7328 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2843 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 613.6387 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2846 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 278.6911 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2849 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 200.9113 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2853 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 243.5323 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2864 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 610.1130 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2877 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1221.5751 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2883 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.5592 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2885 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 17.1436 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2886 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 20.7574 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2889 , cls_10 , 0.0000 , 0.0600 , 0.0052 , 7407407.4074 , 1.6667 , 0.8916 , 0.7838 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 446.7940 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2902 , cls_10 , 0.0000 , 0.0600 , 0.0040 , 9523809.5238 , 1.6667 , 0.8684 , 0.7379 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 496.9582 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2903 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 199.8062 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2908 , cls_10 , 0.0000 , 0.2100 , 0.0116 , 6481481.4815 , 2.9167 , 0.7335 , 0.8166 , 0.4907 , 0.0000 , 0.0000 , 0.0000 , 477.0069 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2909 , cls_10 , 0.0000 , 0.0840 , 0.0066 , 4912280.7018 , 1.5556 , 0.8908 , 0.6278 , 0.5877 , 0.0000 , 0.0000 , 0.0000 , 23.8934 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2910 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.1331 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2912 , cls_10 , 0.0000 , 2.2740 , 0.0457 , 5375886.5248 , 8.6136 , 0.2067 , 0.7990 , 0.5610 , 0.0000 , 0.0000 , 0.0000 , 360.1792 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2914 , cls_10 , 0.0000 , 0.3660 , 0.0171 , 5980392.1569 , 3.5882 , 0.6464 , 0.8537 , 0.5049 , 0.0000 , 0.0000 , 0.0000 , 451.9173 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2916 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 103.9249 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2925 , cls_10 , 0.0000 , 0.0540 , 0.0049 , 7500000.0000 , 1.5000 , 0.9026 , 0.7516 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 125.0312 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2931 , cls_10 , 0.0000 , 0.0660 , 0.0055 , 8148148.1481 , 1.8333 , 0.8713 , 0.8024 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 1514.4049 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2938 , cls_10 , 0.0000 , 0.1200 , 0.0076 , 7017543.8596 , 2.2222 , 0.8085 , 0.7914 , 0.4386 , 0.0000 , 0.0000 , 0.0000 , 19.3023 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2940 , cls_10 , 0.0000 , 0.2040 , 0.0104 , 6126126.1261 , 2.6154 , 0.7433 , 0.6921 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 35.6046 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2942 , cls_10 , 0.0000 , 0.0540 , 0.0045 , 5000000.0000 , 1.2857 , 0.9427 , 0.6605 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 173.7254 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2944 , cls_10 , 0.0000 , 4.2180 , 0.0617 , 5443283.0043 , 11.9153 , -0.0218 , 0.8098 , 0.5629 , 0.0000 , 0.0000 , 0.0000 , 925.3926 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2947 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 127.8705 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2954 , cls_10 , 0.0000 , 0.1380 , 0.0074 , 6666666.6667 , 2.3000 , 0.7938 , 0.6043 , 0.4638 , 0.0000 , 0.0000 , 0.0000 , 120.5663 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2970 , cls_10 , 0.0000 , 0.0540 , 0.0042 , 6000000.0000 , 1.2857 , 0.9243 , 0.6817 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 458.8857 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2971 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 617.4451 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2973 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 54.8227 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2974 , cls_10 , 0.0000 , 0.6600 , 0.0187 , 5820105.8201 , 4.7826 , 0.5314 , 0.6791 , 0.5450 , 0.0000 , 0.0000 , 0.0000 , 60.1421 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2975 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1511.0841 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2982 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 8.5389 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2984 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.9826 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2996 , cls_10 , 0.0000 , 0.2400 , 0.0123 , 5555555.5556 , 2.8571 , 0.7263 , 0.7284 , 0.5451 , 0.0000 , 0.0000 , 0.0000 , 330.0476 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3016 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 8.3933 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3017 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 26.0961 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3018 , cls_10 , 0.0000 , 0.1140 , 0.0094 , 6666666.6667 , 2.1111 , 0.8204 , 0.8641 , 0.4474 , 0.0000 , 0.0000 , 0.0000 , 134.9848 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3031 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 122.5848 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3040 , cls_10 , 0.0000 , 0.0900 , 0.0063 , 4545454.5455 , 1.5000 , 0.8899 , 0.6704 , 0.6288 , 0.0000 , 0.0000 , 0.0000 , 366.5004 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3042 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 280.1604 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3044 , cls_10 , 0.0000 , 0.0540 , 0.0037 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 593.7707 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3046 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 482.2503 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3048 , cls_10 , 0.0000 , 0.3000 , 0.0151 , 6289308.1761 , 3.3333 , 0.6774 , 0.8171 , 0.5031 , 0.0000 , 0.0000 , 0.0000 , 171.2206 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3053 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 609.8466 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3060 , cls_10 , 0.0000 , 0.1080 , 0.0075 , 7058823.5294 , 2.0000 , 0.8223 , 0.7857 , 0.4118 , 0.0000 , 0.0000 , 0.0000 , 232.3802 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3061 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.2808 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3069 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 117.1533 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3070 , cls_10 , 0.0000 , 0.0540 , 0.0037 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 504.3512 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3072 , cls_10 , 0.0000 , 0.3060 , 0.0115 , 5312500.0000 , 3.1875 , 0.6892 , 0.6503 , 0.5729 , 0.0000 , 0.0000 , 0.0000 , 94.9772 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3078 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 9.2121 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3080 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1628 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3081 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.1434 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3084 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 211.2091 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3092 , cls_10 , 0.0000 , 0.1080 , 0.0064 , 8000000.0000 , 2.2500 , 0.8107 , 0.7191 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 328.9838 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3100 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.7100 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3122 , cls_10 , 0.0000 , 0.1500 , 0.0105 , 6666666.6667 , 2.5000 , 0.7818 , 0.7919 , 0.4867 , 0.0000 , 0.0000 , 0.0000 , 17.2889 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3132 , cls_10 , 0.0000 , 0.0720 , 0.0055 , 8888888.8889 , 2.0000 , 0.8529 , 0.8024 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 298.9434 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3154 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 178.6819 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3160 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 80.8373 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3169 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 224.4059 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3175 , cls_10 , 0.0000 , 0.0600 , 0.0051 , 7407407.4074 , 1.6667 , 0.8916 , 0.7135 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 40.1329 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3183 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.4090 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3200 , cls_10 , 0.0000 , 0.6180 , 0.0213 , 4869976.3593 , 4.2917 , 0.5600 , 0.7905 , 0.6087 , 0.0000 , 0.0000 , 0.0000 , 1528.3604 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3201 , cls_10 , 0.0000 , 0.0780 , 0.0061 , 7222222.2222 , 1.8571 , 0.8622 , 0.7878 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 776.4414 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3202 , cls_10 , 0.0000 , 0.7560 , 0.0224 , 6461538.4615 , 5.4783 , 0.4936 , 0.7859 , 0.4949 , 0.0000 , 0.0000 , 0.0000 , 673.8194 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3229 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 83.6038 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3230 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 69.6414 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3231 , cls_10 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 53.8716 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3245 , cls_10 , 0.0000 , 0.0660 , 0.0051 , 5641025.6410 , 1.3750 , 0.9067 , 0.5963 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 27.0520 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3268 , cls_10 , 0.0000 , 0.1320 , 0.0087 , 8148148.1481 , 2.4444 , 0.7817 , 0.8121 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 698.5986 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3276 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 38.7328 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3282 , cls_10 , 0.0000 , 0.1080 , 0.0089 , 10909090.9091 , 2.5714 , 0.7835 , 0.8653 , 0.2273 , 0.0000 , 0.0000 , 0.0000 , 76.8925 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3288 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.3370 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3298 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 610.8584 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3301 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 594.2781 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3310 , cls_10 , 0.0000 , 0.0720 , 0.0051 , 6666666.6667 , 1.7143 , 0.8797 , 0.7062 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 43.1454 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3314 , cls_10 , 0.0000 , 0.2820 , 0.0140 , 6666666.6667 , 3.3571 , 0.6828 , 0.7840 , 0.4823 , 0.0000 , 0.0000 , 0.0000 , 56.2638 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3316 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 254.8457 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3331 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 39.4664 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3338 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 87.7114 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3345 , cls_10 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 274.4924 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3358 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 21.0984 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3364 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 109.7245 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3366 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.0921 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3380 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1511.2560 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3383 , cls_10 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 414.9518 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3385 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 123.0623 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3387 , cls_10 , 0.0000 , 1.1880 , 0.0292 , 6407766.9903 , 6.8276 , 0.3860 , 0.8004 , 0.4895 , 0.0000 , 0.0000 , 0.0000 , 1553.0333 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3389 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 129.2648 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3398 , cls_10 , 0.0000 , 0.0660 , 0.0046 , 8148148.1481 , 1.8333 , 0.8713 , 0.6419 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 592.5199 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3400 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 475.3436 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3433 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 52.8837 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3440 , cls_10 , 0.0000 , 0.0480 , 0.0036 , 6666666.6667 , 1.3333 , 0.9273 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 181.1427 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3444 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 478.5625 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3451 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 29.2990 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3473 , cls_10 , 0.0000 , 0.0720 , 0.0060 , 7272727.2727 , 1.7143 , 0.8714 , 0.8249 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 32.1688 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3490 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 594.8656 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3493 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.9078 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3498 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.4184 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3509 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 593.2885 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3512 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 477.4496 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3515 , cls_10 , 0.0000 , 0.3420 , 0.0116 , 7600000.0000 , 3.8000 , 0.6382 , 0.6559 , 0.4200 , 0.0000 , 0.0000 , 0.0000 , 27.1835 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3528 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 517.0921 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3554 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.6263 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3556 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 25.2085 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3577 , cls_10 , 0.0000 , 0.0600 , 0.0039 , 8333333.3333 , 1.6667 , 0.8805 , 0.5926 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 22.8241 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3584 , cls_10 , 0.0000 , 0.9000 , 0.0243 , 4830917.8744 , 5.1724 , 0.4746 , 0.6953 , 0.6208 , 0.0000 , 0.0000 , 0.0000 , 180.2679 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3594 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 299.8786 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3602 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 15.8219 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3610 , cls_10 , 0.0000 , 0.1740 , 0.0097 , 5225225.2252 , 2.2308 , 0.7830 , 0.7572 , 0.5721 , 0.0000 , 0.0000 , 0.0000 , 341.6044 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3611 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 190.1913 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3612 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 222.9652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3648 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1246.6445 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3650 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 162.0095 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3652 , cls_10 , 0.0000 , 0.0540 , 0.0042 , 8571428.5714 , 1.5000 , 0.8902 , 0.6927 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 9.1906 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3655 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 111.6268 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3656 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 198.4625 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3659 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 592.7642 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3666 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 41.8104 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3667 , cls_10 , 0.0000 , 0.1620 , 0.0086 , 4736842.1053 , 2.0769 , 0.8036 , 0.6663 , 0.6272 , 0.0000 , 0.0000 , 0.0000 , 43.1692 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3675 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 63.9539 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3679 , cls_10 , 0.0000 , 0.2640 , 0.0120 , 5866666.6667 , 2.9333 , 0.7054 , 0.6997 , 0.5567 , 0.0000 , 0.0000 , 0.0000 , 275.0457 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3681 , cls_10 , 0.0000 , 0.1260 , 0.0075 , 5384615.3846 , 1.9091 , 0.8272 , 0.7566 , 0.5641 , 0.0000 , 0.0000 , 0.0000 , 501.1648 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3703 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 601.2296 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3720 , cls_10 , 0.0000 , 0.1140 , 0.0079 , 7037037.0370 , 2.1111 , 0.8153 , 0.7135 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 81.4102 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3721 , cls_10 , 0.0000 , 0.4740 , 0.0221 , 6053639.8467 , 4.1579 , 0.5964 , 0.8646 , 0.5211 , 0.0000 , 0.0000 , 0.0000 , 719.4651 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3729 , cls_10 , 0.0000 , 0.1740 , 0.0093 , 4957264.9573 , 2.2308 , 0.7882 , 0.7542 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 611.1534 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3730 , cls_10 , 0.0000 , 0.1140 , 0.0066 , 5507246.3768 , 1.9000 , 0.8388 , 0.6043 , 0.5580 , 0.0000 , 0.0000 , 0.0000 , 602.7603 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3734 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 48.3236 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3735 , cls_10 , 0.0000 , 0.8700 , 0.0242 , 6401766.0044 , 5.8000 , 0.4622 , 0.8536 , 0.4890 , 0.0000 , 0.0000 , 0.0000 , 51.3367 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3737 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 22.2318 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3738 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1511.5729 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3750 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 136.7456 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3751 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 224.2864 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3752 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 223.9145 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3756 , cls_10 , 0.0000 , 0.8460 , 0.0216 , 5433526.0116 , 5.2222 , 0.4806 , 0.6727 , 0.5732 , 0.0000 , 0.0000 , 0.0000 , 26.6093 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3763 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 9.1504 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3764 , cls_10 , 0.0000 , 0.0540 , 0.0048 , 5454545.4545 , 1.2857 , 0.9338 , 0.6888 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 10.5669 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3766 , cls_10 , 0.0000 , 0.0780 , 0.0069 , 8666666.6667 , 1.8571 , 0.8453 , 0.8502 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 84.4921 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3773 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 601.1202 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3798 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 20.9131 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3801 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 36.5706 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3812 , cls_10 , 0.0000 , 0.0960 , 0.0065 , 5925925.9259 , 1.7778 , 0.8547 , 0.7637 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 187.7073 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3818 , cls_10 , 0.0000 , 0.5820 , 0.0201 , 4974358.9744 , 4.2174 , 0.5711 , 0.7934 , 0.5987 , 0.0000 , 0.0000 , 0.0000 , 618.3464 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3823 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 592.8739 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3825 , cls_10 , 0.0000 , 0.2340 , 0.0108 , 5777777.7778 , 2.7857 , 0.7268 , 0.7805 , 0.5259 , 0.0000 , 0.0000 , 0.0000 , 605.3406 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3839 , cls_10 , 0.0000 , 0.2040 , 0.0100 , 5151515.1515 , 2.4286 , 0.7597 , 0.7886 , 0.5985 , 0.0000 , 0.0000 , 0.0000 , 68.1034 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3845 , cls_10 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 141.2753 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3846 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 311.2361 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3854 , cls_10 , 0.0000 , 0.1560 , 0.0101 , 7536231.8841 , 2.6000 , 0.7649 , 0.8550 , 0.4203 , 0.0000 , 0.0000 , 0.0000 , 84.5567 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3855 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 47.1809 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3865 , cls_10 , 0.0000 , 0.1260 , 0.0082 , 7368421.0526 , 2.3333 , 0.7973 , 0.8234 , 0.4035 , 0.0000 , 0.0000 , 0.0000 , 239.9586 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3874 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 52.2413 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3886 , cls_10 , 0.0000 , 0.0540 , 0.0042 , 4615384.6154 , 1.1250 , 0.9510 , 0.4292 , 0.6282 , 0.0000 , 0.0000 , 0.0000 , 509.6031 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3907 , cls_10 , 0.0000 , 0.1500 , 0.0090 , 7575757.5758 , 2.5000 , 0.7701 , 0.7606 , 0.4318 , 0.0000 , 0.0000 , 0.0000 , 87.6610 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3910 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 593.1486 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3918 , cls_10 , 0.0000 , 0.0540 , 0.0035 , 7500000.0000 , 1.5000 , 0.9026 , 0.4907 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 57.8339 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3921 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 52.4451 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3937 , cls_10 , 0.0000 , 0.0600 , 0.0048 , 7407407.4074 , 1.6667 , 0.8916 , 0.7796 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 104.7260 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3947 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.4430 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3956 , cls_10 , 0.0000 , 0.1080 , 0.0076 , 7500000.0000 , 2.2500 , 0.8166 , 0.8078 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 126.4419 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3962 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 594.6854 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3963 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 70.5710 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3966 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 28.1665 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3968 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 46.3689 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3974 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 422.2906 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3985 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 758.2559 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3992 , cls_10 , 0.0000 , 0.5460 , 0.0218 , 5321637.4269 , 4.1364 , 0.5787 , 0.7767 , 0.5643 , 0.0000 , 0.0000 , 0.0000 , 99.0318 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3997 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 38.8267 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4000 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 154.2026 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4001 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 52.2310 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4025 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 54.6180 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4033 , cls_10 , 0.0000 , 0.5460 , 0.0173 , 5723270.4403 , 4.3333 , 0.5727 , 0.7404 , 0.5487 , 0.0000 , 0.0000 , 0.0000 , 81.8124 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4034 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 64.1251 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4035 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 161.3730 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4040 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 46.6364 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4055 , cls_10 , 0.0000 , 0.1440 , 0.0075 , 8888888.8889 , 2.6667 , 0.7617 , 0.7838 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 227.8401 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4058 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 45.5605 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4074 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.0246 , 0.0309 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4076 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 110.3463 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4079 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 29.0795 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4082 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 593.6364 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4086 , cls_10 , 0.0000 , 0.2760 , 0.0134 , 6258503.4014 , 3.2857 , 0.6921 , 0.7849 , 0.5068 , 0.0000 , 0.0000 , 0.0000 , 51.9262 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4087 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.5546 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4094 , cls_10 , 0.0000 , 0.6120 , 0.0177 , 5528455.2846 , 4.4348 , 0.5517 , 0.6639 , 0.5664 , 0.0000 , 0.0000 , 0.0000 , 131.9809 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4097 , cls_10 , 0.0000 , 0.0720 , 0.0064 , 8000000.0000 , 1.7143 , 0.8625 , 0.8502 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 592.9589 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4105 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 24.6143 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4106 , cls_10 , 0.0000 , 0.1740 , 0.0097 , 3515151.5152 , 1.9333 , 0.8238 , 0.6371 , 0.7091 , 0.0000 , 0.0000 , 0.0000 , 245.2185 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4107 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1214.3570 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4120 , cls_10 , 0.0000 , 0.1920 , 0.0111 , 7619047.6190 , 2.9091 , 0.7329 , 0.7148 , 0.4107 , 0.0000 , 0.0000 , 0.0000 , 41.1053 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4121 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 48.3685 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4125 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 224.3148 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4126 , cls_10 , 0.0000 , 0.1680 , 0.0104 , 6436781.6092 , 2.5455 , 0.7684 , 0.7522 , 0.4943 , 0.0000 , 0.0000 , 0.0000 , 32.1003 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4131 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 50.5209 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4134 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 34.1207 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4135 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 1514.6228 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4148 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 19.5019 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4151 , cls_10 , 0.0000 , 0.0780 , 0.0058 , 7878787.8788 , 1.8571 , 0.8541 , 0.7307 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 64.4948 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4152 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 593.7169 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4157 , cls_10 , 0.0000 , 0.1200 , 0.0072 , 7407407.4074 , 2.2222 , 0.8035 , 0.6903 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 1515.1045 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4177 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.7117 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4201 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 12.4835 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4219 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 18.2659 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4220 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 31.3196 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4221 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 68.0452 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4226 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 482.7817 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4233 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 5000000.0000 , 1.0000 , 0.9877 , 0.4907 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 55.2826 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4235 , cls_10 , 0.0000 , 0.0900 , 0.0061 , 7142857.1429 , 1.8750 , 0.8451 , 0.6637 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 28.1177 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4245 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.4587 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4247 , cls_10 , 0.0000 , 0.0480 , 0.0038 , 5333333.3333 , 1.1429 , 0.9495 , 0.5609 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 483.1751 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4248 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 594.1327 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4251 , cls_10 , 0.0000 , 0.1800 , 0.0094 , 6060606.0606 , 2.5000 , 0.7636 , 0.7834 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 595.8659 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4257 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 13.0785 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4266 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 70.2885 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4267 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 14.6297 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4293 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 50.0732 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4294 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 72.8778 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4297 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 34.7898 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4307 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 597.6484 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4312 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 46.5122 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4316 , cls_10 , 0.0000 , 0.2640 , 0.0116 , 5866666.6667 , 2.9333 , 0.7054 , 0.7551 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 53.9030 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4320 , cls_10 , 0.0000 , 0.0480 , 0.0040 , 4444444.4444 , 1.1429 , 0.9685 , 0.4731 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 9.4478 , 0.0309 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4327 , cls_10 , 0.0000 , 0.0780 , 0.0076 , 8666666.6667 , 1.8571 , 0.8453 , 0.8739 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 33.0373 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4329 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.1774 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4331 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 16.6367 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4345 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 22.5315 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4348 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.2828 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4354 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1212.2440 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4367 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 594.6603 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4368 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 301.4880 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4372 , cls_10 , 0.0000 , 0.0600 , 0.0040 , 9523809.5238 , 1.6667 , 0.8684 , 0.6927 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 19.2145 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4378 , cls_10 , 0.0000 , 0.2280 , 0.0108 , 6333333.3333 , 2.9231 , 0.7226 , 0.7186 , 0.4708 , 0.0000 , 0.0000 , 0.0000 , 32.4475 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4381 , cls_10 , 0.0000 , 0.0480 , 0.0044 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 36.7250 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4384 , cls_10 , 0.0000 , 0.0540 , 0.0037 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 47.5620 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4386 , cls_10 , 0.0000 , 0.0540 , 0.0042 , 7500000.0000 , 1.5000 , 0.9026 , 0.6817 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 12.3615 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4388 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 155.5341 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4392 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 35.3675 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4398 , cls_10 , 0.0000 , 0.0660 , 0.0043 , 9166666.6667 , 1.8333 , 0.8606 , 0.7516 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 37.7178 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4402 , cls_10 , 0.0000 , 0.6300 , 0.0204 , 6194690.2655 , 4.7727 , 0.5365 , 0.8241 , 0.5103 , 0.0000 , 0.0000 , 0.0000 , 120.5768 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4408 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.1656 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4415 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 124.2235 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4432 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.2295 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4433 , cls_10 , 0.0000 , 0.0780 , 0.0068 , 8666666.6667 , 1.8571 , 0.8453 , 0.8041 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 119.6554 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4436 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 47.3981 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4438 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.5252 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4439 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.4045 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4441 , cls_10 , 0.0000 , 0.0480 , 0.0034 , 10666666.6667 , 1.6000 , 0.8838 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 14.5241 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4442 , cls_10 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 593.7793 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4448 , cls_10 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 6.3256 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4461 , cls_10 , 0.0000 , 0.0840 , 0.0049 , 10370370.3704 , 2.3333 , 0.8201 , 0.6903 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 19.5896 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4465 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 37.2860 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4468 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.8433 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4469 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.5440 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4470 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 9.4372 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4478 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1210.8218 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4479 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1512.9018 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4494 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.9929 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4496 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 33.7732 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4500 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 186.5740 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4508 , cls_10 , 0.0000 , 0.0780 , 0.0057 , 7222222.2222 , 1.8571 , 0.8622 , 0.7117 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 18.1787 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4509 , cls_10 , 0.0000 , 0.0600 , 0.0044 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 1516.2865 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4519 , cls_10 , 0.0000 , 0.2280 , 0.0104 , 5757575.7576 , 2.7143 , 0.7313 , 0.6972 , 0.5265 , 0.0000 , 0.0000 , 0.0000 , 28.0299 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4523 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 47.2740 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4524 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 55.1914 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4532 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.8795 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4535 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 62.6691 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4540 , cls_10 , 0.0000 , 0.1380 , 0.0085 , 8518518.5185 , 2.5556 , 0.7715 , 0.7661 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 22.7740 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4553 , cls_10 , 0.0000 , 1.4460 , 0.0407 , 4426078.9715 , 6.1795 , 0.3555 , 0.8873 , 0.6391 , 0.0000 , 0.0000 , 0.0000 , 96.7536 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4562 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.9629 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4564 , cls_10 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 12.8042 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4566 , cls_10 , 0.0000 , 0.0540 , 0.0035 , 12000000.0000 , 1.8000 , 0.8603 , 0.6255 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 23.9955 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4568 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6484 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4573 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 674.2988 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4576 , cls_10 , 0.0000 , 0.0480 , 0.0035 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 1514.2277 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4577 , cls_10 , 0.0000 , 0.1800 , 0.0090 , 7692307.6923 , 2.7273 , 0.7419 , 0.7352 , 0.4103 , 0.0000 , 0.0000 , 0.0000 , 30.1614 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4580 , cls_10 , 0.0000 , 0.3120 , 0.0156 , 4952380.9524 , 3.0588 , 0.6923 , 0.8192 , 0.5905 , 0.0000 , 0.0000 , 0.0000 , 114.1790 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4589 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8863 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4592 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1211.2353 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4598 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 44.4166 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4601 , cls_10 , 0.0000 , 0.1320 , 0.0076 , 7333333.3333 , 2.4444 , 0.7912 , 0.8291 , 0.4083 , 0.0000 , 0.0000 , 0.0000 , 118.6079 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4604 , cls_10 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 10.9280 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4617 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.4326 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4619 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.7089 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4620 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.2164 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4626 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.5001 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4635 , cls_10 , 0.0000 , 0.0720 , 0.0045 , 8888888.8889 , 2.0000 , 0.8529 , 0.6630 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 21.1418 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4679 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.7098 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4682 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.5057 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4721 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.9297 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4734 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.6370 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4743 , cls_10 , 0.0000 , 0.0900 , 0.0065 , 9090909.0909 , 2.1429 , 0.8230 , 0.8081 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 23.7432 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4744 , cls_10 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 20.1687 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4752 , cls_10 , 0.0000 , 0.0900 , 0.0083 , 7142857.1429 , 1.8750 , 0.8451 , 0.8422 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 16.8535 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4754 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.6268 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4760 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1512.9657 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4771 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 44.7083 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4777 , cls_10 , 0.0000 , 0.1800 , 0.0121 , 6451612.9032 , 2.5000 , 0.7578 , 0.8299 , 0.4516 , 0.0000 , 0.0000 , 0.0000 , 12.4777 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4804 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.3390 , 0.0480 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4817 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 20.1034 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4822 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 109.3826 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4824 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 17.7959 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4826 , cls_10 , 0.0000 , 0.1980 , 0.0116 , 5238095.2381 , 2.5385 , 0.7628 , 0.7477 , 0.5754 , 0.0000 , 0.0000 , 0.0000 , 16.3031 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4830 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 14.3539 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4833 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4182 , 0.0366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4840 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 14.1006 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4861 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 27.9318 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4867 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 12.6489 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4877 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1212.3133 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4883 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 103.7850 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4890 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 11.1594 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4907 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 12.8464 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4917 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.8902 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4953 , cls_10 , 0.0000 , 0.1860 , 0.0090 , 6078431.3725 , 2.5833 , 0.7584 , 0.6169 , 0.5147 , 0.0000 , 0.0000 , 0.0000 , 95.0229 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4956 , cls_10 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 23.8801 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4959 , cls_10 , 0.0000 , 0.0480 , 0.0042 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 7.6210 , 0.0408 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4974 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 46.5856 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4979 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.4293 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4982 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.0836 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4987 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1516.5605 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4991 , cls_10 , 0.0000 , 0.1620 , 0.0087 , 5454545.4545 , 2.2500 , 0.7896 , 0.6910 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 107.9559 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4997 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1512.8312 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4998 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1514.2924 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5003 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.0124 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5007 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 49.0149 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5017 , cls_10 , 0.0000 , 0.0540 , 0.0037 , 7500000.0000 , 1.5000 , 0.9026 , 0.6082 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 27.9649 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5018 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 83.9893 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5019 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 66.2924 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5030 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1513.3344 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5032 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1212.7709 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5036 , cls_10 , 0.0000 , 0.0660 , 0.0039 , 10476190.4762 , 1.8333 , 0.8487 , 0.6927 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 678.2183 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5038 , cls_10 , 0.0000 , 0.1260 , 0.0070 , 5000000.0000 , 1.9091 , 0.8346 , 0.6362 , 0.5893 , 0.0000 , 0.0000 , 0.0000 , 1517.5810 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5039 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1221.8642 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5045 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.3041 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5047 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 29.6060 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5048 , cls_10 , 0.0000 , 0.3960 , 0.0166 , 5569620.2532 , 3.6667 , 0.6381 , 0.7281 , 0.5380 , 0.0000 , 0.0000 , 0.0000 , 43.8452 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5051 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 30.6683 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5055 , cls_10 , 0.0000 , 0.0660 , 0.0050 , 10476190.4762 , 1.8333 , 0.8487 , 0.8019 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 9.9475 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5065 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.2199 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5069 , cls_10 , 0.0000 , 0.0540 , 0.0045 , 8571428.5714 , 1.5000 , 0.8902 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 11.2042 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5083 , cls_10 , 0.0000 , 0.1140 , 0.0084 , 6666666.6667 , 2.1111 , 0.8204 , 0.7932 , 0.4298 , 0.0000 , 0.0000 , 0.0000 , 16.0951 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5086 , cls_10 , 0.0000 , 0.0960 , 0.0076 , 5333333.3333 , 1.7778 , 0.8651 , 0.8141 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 40.4243 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5087 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.3831 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5089 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 46.0005 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5100 , cls_10 , 0.0000 , 0.6300 , 0.0301 , 4000000.0000 , 3.8889 , 0.5728 , 0.8544 , 0.6733 , 0.0000 , 0.0000 , 0.0000 , 1528.3663 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5106 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 26.7649 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5109 , cls_10 , 0.0000 , 0.4320 , 0.0259 , 6400000.0000 , 4.0000 , 0.6097 , 0.9180 , 0.4822 , 0.0000 , 0.0000 , 0.0000 , 36.7690 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5112 , cls_10 , 0.0000 , 0.1320 , 0.0084 , 5641025.6410 , 2.0000 , 0.8161 , 0.7146 , 0.5513 , 0.0000 , 0.0000 , 0.0000 , 34.0542 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5115 , cls_10 , 0.0000 , 0.0840 , 0.0057 , 9333333.3333 , 2.0000 , 0.8294 , 0.7551 , 0.2833 , 0.0000 , 0.0000 , 0.0000 , 17.4744 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5119 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.1651 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5120 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5500 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5124 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1217.4957 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5139 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 30.6649 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5143 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 3.1210 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5146 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1863 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5147 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1514.6310 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5157 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 32.5217 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5162 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.8605 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5174 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.7769 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5176 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 30.2266 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5185 , cls_10 , 0.0000 , 0.0840 , 0.0053 , 10370370.3704 , 2.3333 , 0.8201 , 0.7796 , 0.2407 , 0.0000 , 0.0000 , 0.0000 , 7.7385 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5187 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7290 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5189 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 32.4949 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5191 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 26.3129 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5198 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1214.4650 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5207 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.9817 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5211 , cls_10 , 0.0000 , 0.4740 , 0.0181 , 5486111.1111 , 3.9500 , 0.6047 , 0.8402 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 36.6343 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5215 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.4949 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5218 , cls_10 , 0.0000 , 0.4860 , 0.0193 , 5192307.6923 , 3.8571 , 0.6045 , 0.8385 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 12.9690 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5230 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 762.3601 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5236 , cls_10 , 0.0000 , 0.0900 , 0.0067 , 8333333.3333 , 2.1429 , 0.8309 , 0.7062 , 0.3194 , 0.0000 , 0.0000 , 0.0000 , 43.6754 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5239 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.9572 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5245 , cls_10 , 0.0000 , 0.0780 , 0.0062 , 7878787.8788 , 1.8571 , 0.8541 , 0.7845 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 9.9010 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5248 , cls_10 , 0.0000 , 0.0480 , 0.0042 , 13333333.3333 , 2.0000 , 0.8645 , 0.8408 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 30.3679 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5250 , cls_10 , 0.0000 , 0.0780 , 0.0049 , 9629629.6296 , 2.1667 , 0.8359 , 0.6630 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 2.9594 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5257 , cls_10 , 0.0000 , 0.0780 , 0.0061 , 6666666.6667 , 1.6250 , 0.8698 , 0.7931 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 17.2758 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5262 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.5907 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5277 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.8940 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5284 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 21.2430 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5285 , cls_10 , 0.0000 , 0.0780 , 0.0058 , 5416666.6667 , 1.6250 , 0.8902 , 0.7004 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 41.0584 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5287 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.1209 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5300 , cls_10 , 0.0000 , 0.0780 , 0.0062 , 6666666.6667 , 1.6250 , 0.8698 , 0.6877 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 304.3410 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5301 , cls_10 , 0.0000 , 0.1800 , 0.0090 , 6060606.0606 , 2.5000 , 0.7636 , 0.7406 , 0.5101 , 0.0000 , 0.0000 , 0.0000 , 45.2544 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5303 , cls_10 , 0.0000 , 0.0900 , 0.0074 , 7142857.1429 , 1.8750 , 0.8451 , 0.8463 , 0.3929 , 0.0000 , 0.0000 , 0.0000 , 28.3463 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5309 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 22.7936 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5320 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1518.6817 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5328 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 20.5503 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5331 , cls_10 , 0.0000 , 0.0480 , 0.0043 , 6666666.6667 , 1.3333 , 0.9273 , 0.7247 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 56.1357 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5336 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.1033 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5337 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.0353 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5338 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5352 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5345 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1517.5181 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5348 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1516.7980 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5349 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 75.3690 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5350 , cls_10 , 0.0000 , 0.0780 , 0.0057 , 6666666.6667 , 1.6250 , 0.8698 , 0.7453 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 32.6163 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5353 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 24.7761 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5359 , cls_10 , 0.0000 , 0.2340 , 0.0119 , 6842105.2632 , 3.0000 , 0.7114 , 0.8139 , 0.4649 , 0.0000 , 0.0000 , 0.0000 , 17.4803 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5364 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7699 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5367 , cls_10 , 0.0000 , 0.0960 , 0.0053 , 9696969.6970 , 2.2857 , 0.8090 , 0.6498 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 5.8732 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5373 , cls_10 , 0.0000 , 0.0480 , 0.0035 , 6666666.6667 , 1.3333 , 0.9273 , 0.4907 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 1218.2246 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5376 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1222.7823 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5379 , cls_10 , 0.0000 , 0.1440 , 0.0083 , 5333333.3333 , 2.1818 , 0.8091 , 0.6620 , 0.5444 , 0.0000 , 0.0000 , 0.0000 , 38.3320 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5386 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.5897 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5387 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.4445 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5400 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.0703 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5401 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 20.6094 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5404 , cls_10 , 0.0000 , 0.4140 , 0.0159 , 5679012.3457 , 3.8333 , 0.6280 , 0.7887 , 0.5412 , 0.0000 , 0.0000 , 0.0000 , 55.8657 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5408 , cls_10 , 0.0000 , 0.1800 , 0.0093 , 7692307.6923 , 2.7273 , 0.7419 , 0.7146 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 13.8994 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5414 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6686 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5416 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3619 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5424 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 87.7920 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5427 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 49.8124 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5429 , cls_10 , 0.0000 , 0.1080 , 0.0060 , 7500000.0000 , 2.2500 , 0.8166 , 0.7247 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 15.7092 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5440 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1218.6284 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5445 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 59.8150 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5458 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.1885 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5460 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.7786 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5468 , cls_10 , 0.0000 , 0.0540 , 0.0040 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1519.3840 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5476 , cls_10 , 0.0000 , 0.2220 , 0.0114 , 6491228.0702 , 2.8462 , 0.7246 , 0.7923 , 0.4737 , 0.0000 , 0.0000 , 0.0000 , 77.3479 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5480 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 23.6381 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5487 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 81.3064 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5492 , cls_10 , 0.0000 , 0.0600 , 0.0052 , 9523809.5238 , 1.6667 , 0.8684 , 0.8019 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 36.9049 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5495 , cls_10 , 0.0000 , 0.0660 , 0.0046 , 8148148.1481 , 1.8333 , 0.8713 , 0.6630 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 32.0873 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5504 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6875 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5506 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 679.4588 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5507 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1522.8206 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5508 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1521.2796 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5517 , cls_10 , 0.0000 , 0.0600 , 0.0062 , 8333333.3333 , 1.6667 , 0.8805 , 0.8502 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 32.4577 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5518 , cls_10 , 0.0000 , 0.0540 , 0.0044 , 6000000.0000 , 1.2857 , 0.9243 , 0.6894 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 57.6730 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5519 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 82.6544 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5523 , cls_10 , 0.0000 , 0.0960 , 0.0082 , 6666666.6667 , 2.0000 , 0.8433 , 0.8041 , 0.4271 , 0.0000 , 0.0000 , 0.0000 , 27.1707 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5534 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1215.9644 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5539 , cls_10 , 0.0000 , 0.0540 , 0.0039 , 12000000.0000 , 1.8000 , 0.8603 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 78.8132 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5540 , cls_10 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 56.0533 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5544 , cls_10 , 0.0000 , 2.4780 , 0.0542 , 4763552.4798 , 8.4286 , 0.1821 , 0.8695 , 0.6174 , 0.0000 , 0.0000 , 0.0000 , 149.1921 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5547 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 80.3968 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5549 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 157.1813 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5557 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 12.3447 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5559 , cls_10 , 0.0000 , 0.0480 , 0.0033 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 9.4456 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5561 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9009 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5563 , cls_10 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.2755 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5592 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.9357 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5597 , cls_10 , 0.0000 , 0.0780 , 0.0058 , 5777777.7778 , 1.6250 , 0.8838 , 0.6396 , 0.5222 , 0.0000 , 0.0000 , 0.0000 , 613.0032 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5609 , cls_10 , 0.0000 , 0.0840 , 0.0047 , 7179487.1795 , 1.7500 , 0.8534 , 0.5526 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 19.4589 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5613 , cls_10 , 0.0000 , 0.0660 , 0.0047 , 9166666.6667 , 1.8333 , 0.8606 , 0.6488 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 31.9784 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5616 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.7290 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5622 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 6666666.6667 , 1.3333 , 0.9273 , 0.6082 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 13.9938 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5633 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 388.0201 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5637 , cls_10 , 0.0000 , 0.0900 , 0.0058 , 7692307.6923 , 1.8750 , 0.8382 , 0.7931 , 0.4103 , 0.0000 , 0.0000 , 0.0000 , 157.2960 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5641 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.1994 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5649 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.3180 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5660 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.9791 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5669 , cls_10 , 0.0000 , 0.3300 , 0.0145 , 5314009.6618 , 3.2353 , 0.6758 , 0.8200 , 0.5870 , 0.0000 , 0.0000 , 0.0000 , 92.4335 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5673 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.0708 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5674 , cls_10 , 0.0000 , 0.0540 , 0.0041 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.9007 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5680 , cls_10 , 0.0000 , 0.5460 , 0.0178 , 5321637.4269 , 4.1364 , 0.5787 , 0.7523 , 0.5702 , 0.0000 , 0.0000 , 0.0000 , 2667.2242 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5686 , cls_10 , 0.0000 , 0.0480 , 0.0039 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 132.0939 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5689 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.8009 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5693 , cls_10 , 0.0000 , 0.0780 , 0.0052 , 7878787.8788 , 1.8571 , 0.8541 , 0.7585 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 8.6730 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5694 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.6753 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5706 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 93.4058 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5713 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 154.0117 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5715 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 32.8248 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5716 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.9252 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5719 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.7615 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5721 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 13.0335 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5725 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 8.8977 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5727 , cls_10 , 0.0000 , 0.0780 , 0.0059 , 7878787.8788 , 1.8571 , 0.8541 , 0.6584 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 152.4916 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5728 , cls_10 , 0.0000 , 0.0600 , 0.0040 , 6666666.6667 , 1.4286 , 0.9016 , 0.6255 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 128.1946 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5738 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.6598 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5741 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.5217 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5744 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.2747 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5749 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 105.4074 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5759 , cls_10 , 0.0000 , 0.1500 , 0.0090 , 9803921.5686 , 2.7778 , 0.7475 , 0.7857 , 0.2941 , 0.0000 , 0.0000 , 0.0000 , 9.2174 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5764 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.5951 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5765 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.0431 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5767 , cls_10 , 0.0000 , 0.0660 , 0.0051 , 6111111.1111 , 1.5714 , 0.8988 , 0.7366 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 1520.3646 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5770 , cls_10 , 0.0000 , 0.0840 , 0.0057 , 6222222.2222 , 1.7500 , 0.8671 , 0.7347 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 289.8276 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5780 , cls_10 , 0.0000 , 0.1080 , 0.0061 , 8571428.5714 , 2.2500 , 0.8045 , 0.7258 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 25.1761 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5782 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 16.7258 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5786 , cls_10 , 0.0000 , 0.3540 , 0.0146 , 6555555.5556 , 3.6875 , 0.6445 , 0.7567 , 0.4750 , 0.0000 , 0.0000 , 0.0000 , 22.7862 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5794 , cls_10 , 0.0000 , 0.0540 , 0.0040 , 6666666.6667 , 1.5000 , 0.9139 , 0.5416 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 9.7953 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5799 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 146.1101 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5806 , cls_10 , 0.0000 , 0.1080 , 0.0067 , 8571428.5714 , 2.2500 , 0.8045 , 0.7591 , 0.3452 , 0.0000 , 0.0000 , 0.0000 , 14.6770 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5808 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.5262 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5814 , cls_10 , 0.0000 , 0.0720 , 0.0054 , 6666666.6667 , 1.7143 , 0.8797 , 0.7062 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 7.4484 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5825 , cls_10 , 0.0000 , 0.1260 , 0.0077 , 5384615.3846 , 1.9091 , 0.8272 , 0.6877 , 0.5449 , 0.0000 , 0.0000 , 0.0000 , 154.1562 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5832 , cls_10 , 0.0000 , 0.1260 , 0.0070 , 9333333.3333 , 2.6250 , 0.7761 , 0.7062 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 87.5558 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5833 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.2111 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5836 , cls_10 , 0.0000 , 0.2040 , 0.0100 , 4927536.2319 , 2.4286 , 0.7641 , 0.5961 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 12.6044 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5837 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.5733 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5842 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.5292 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5854 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 115.4532 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5864 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.9048 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5865 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.9818 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5867 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.1367 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5877 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1523.0081 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5915 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.8348 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5926 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4828 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5939 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.2208 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5941 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 14.6669 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5955 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.2404 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5968 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 15.9905 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5970 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 13.3082 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5976 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8496 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5978 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.4536 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5982 , cls_10 , 0.0000 , 0.0720 , 0.0049 , 10000000.0000 , 2.0000 , 0.8423 , 0.7004 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 17.7317 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5987 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 116.5308 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5989 , cls_10 , 0.0000 , 0.1440 , 0.0093 , 4848484.8485 , 2.0000 , 0.8186 , 0.7666 , 0.6212 , 0.0000 , 0.0000 , 0.0000 , 2154.5066 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6001 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.9109 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6015 , cls_10 , 0.0000 , 0.0720 , 0.0046 , 6666666.6667 , 1.7143 , 0.8797 , 0.5225 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 231.1327 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6029 , cls_10 , 0.0000 , 0.0600 , 0.0040 , 9523809.5238 , 1.6667 , 0.8684 , 0.6572 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 6.7633 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6038 , cls_10 , 0.0000 , 0.8940 , 0.0246 , 4556574.9235 , 4.9667 , 0.4807 , 0.7488 , 0.6399 , 0.0000 , 0.0000 , 0.0000 , 955.6815 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6043 , cls_10 , 0.0000 , 0.0420 , 0.0039 , 3888888.8889 , 1.0000 , 0.9977 , 0.3888 , 0.6389 , 0.0000 , 0.0000 , 0.0000 , 125.8948 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6049 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.4313 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6062 , cls_10 , 0.0000 , 0.0840 , 0.0052 , 7179487.1795 , 1.7500 , 0.8534 , 0.6877 , 0.4359 , 0.0000 , 0.0000 , 0.0000 , 2645.1014 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6063 , cls_10 , 0.0000 , 31.5300 , 0.1809 , 3327002.2159 , 25.5097 , -1.7524 , 0.7880 , 0.7313 , 0.0000 , 0.0000 , 0.0000 , 430.8574 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6071 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 61.0100 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6073 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 81.0392 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6076 , cls_10 , 0.0000 , 0.1080 , 0.0067 , 10909090.9091 , 2.5714 , 0.7835 , 0.8249 , 0.2424 , 0.0000 , 0.0000 , 0.0000 , 19.0662 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6077 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.2099 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6079 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 16.5139 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6080 , cls_10 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 16.5814 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6082 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.9134 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6083 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.3088 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6085 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 27.1361 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6088 , cls_10 , 0.0000 , 0.0720 , 0.0049 , 6666666.6667 , 1.7143 , 0.8797 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 17.5331 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6103 , cls_10 , 0.0000 , 0.0840 , 0.0058 , 5490196.0784 , 1.5556 , 0.8795 , 0.7035 , 0.5784 , 0.0000 , 0.0000 , 0.0000 , 31.2309 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6106 , cls_10 , 0.0000 , 0.1440 , 0.0081 , 5925925.9259 , 2.1818 , 0.7989 , 0.6562 , 0.5123 , 0.0000 , 0.0000 , 0.0000 , 155.5808 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6109 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.0555 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6110 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.9990 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6112 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.0735 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6113 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.5218 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6120 , cls_10 , 0.0000 , 0.0600 , 0.0046 , 9523809.5238 , 1.6667 , 0.8684 , 0.7772 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 4.2189 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6123 , cls_10 , 0.0000 , 0.0900 , 0.0058 , 7692307.6923 , 1.8750 , 0.8382 , 0.7286 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 625.1826 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6128 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 829.7967 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6134 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 18.5976 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6143 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7811 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6144 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.8344 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6152 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2662.7368 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6157 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 18.2900 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6159 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 33.1795 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6165 , cls_10 , 0.0000 , 0.0600 , 0.0050 , 7407407.4074 , 1.6667 , 0.8916 , 0.7135 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 8.6772 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6175 , cls_10 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.4715 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6184 , cls_10 , 0.0000 , 0.0720 , 0.0058 , 7272727.2727 , 1.7143 , 0.8714 , 0.8055 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 145.9560 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6192 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.1425 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6200 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.5807 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6209 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 21.5302 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6210 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.3600 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6212 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.5000 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6226 , cls_10 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 4.1290 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6239 , cls_10 , 0.0000 , 0.7920 , 0.0236 , 4631578.9474 , 4.7143 , 0.5084 , 0.7429 , 0.6237 , 0.0000 , 0.0000 , 0.0000 , 37.3037 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6241 , cls_10 , 0.0000 , 0.0600 , 0.0041 , 7407407.4074 , 1.6667 , 0.8916 , 0.6419 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 57.3227 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6246 , cls_10 , 0.0000 , 0.0720 , 0.0051 , 8888888.8889 , 2.0000 , 0.8529 , 0.6630 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 29.0586 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6249 , cls_10 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 11.1600 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6251 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.4872 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6254 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 84.6461 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6262 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 103.5285 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6266 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 18.3247 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6268 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 184.6966 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6275 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.9179 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6295 , cls_10 , 0.0000 , 0.0660 , 0.0056 , 5641025.6410 , 1.3750 , 0.9067 , 0.6877 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 71.9838 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6321 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 18.1568 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6322 , cls_10 , 0.0000 , 0.0720 , 0.0052 , 8888888.8889 , 2.0000 , 0.8529 , 0.7838 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 147.1049 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6323 , cls_10 , 0.0000 , 3.3360 , 0.0503 , 5475135.4013 , 10.4906 , 0.0712 , 0.7950 , 0.5677 , 0.0000 , 0.0000 , 0.0000 , 109.2889 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6335 , cls_10 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 281.4426 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6345 , cls_10 , 0.0000 , 0.2220 , 0.0127 , 6166666.6667 , 2.8462 , 0.7293 , 0.8141 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 183.2529 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6351 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 31.1134 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6352 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.7475 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6361 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 35.9063 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6369 , cls_10 , 0.0000 , 0.1200 , 0.0086 , 8333333.3333 , 2.5000 , 0.7928 , 0.8259 , 0.3646 , 0.0000 , 0.0000 , 0.0000 , 2659.0305 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6376 , cls_10 , 0.0000 , 0.0600 , 0.0049 , 8333333.3333 , 1.6667 , 0.8805 , 0.8041 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 92.4266 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6381 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 62.3484 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6382 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.2215 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6390 , cls_10 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 9.5539 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6393 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7494 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6397 , cls_10 , 0.0000 , 0.0540 , 0.0036 , 8571428.5714 , 1.5000 , 0.8902 , 0.5544 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 5.6953 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6399 , cls_10 , 0.0000 , 0.0600 , 0.0049 , 9523809.5238 , 1.6667 , 0.8684 , 0.7215 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 2136.5249 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6403 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 227.2277 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6418 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 62.1063 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6424 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 8.1973 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6430 , cls_10 , 0.0000 , 0.1200 , 0.0062 , 8333333.3333 , 2.5000 , 0.7928 , 0.6866 , 0.3854 , 0.0000 , 0.0000 , 0.0000 , 70.8291 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6450 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 28.4712 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6452 , cls_10 , 0.0000 , 0.0840 , 0.0061 , 8484848.4848 , 2.0000 , 0.8380 , 0.6888 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 184.1204 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6458 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 9.9120 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6468 , cls_10 , 0.0000 , 0.0660 , 0.0050 , 5641025.6410 , 1.3750 , 0.9067 , 0.5862 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 17.5619 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6470 , cls_10 , 0.0000 , 1.1760 , 0.0309 , 5164690.3821 , 6.1250 , 0.4024 , 0.7969 , 0.5810 , 0.0000 , 0.0000 , 0.0000 , 57.6517 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6475 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 554.9014 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6481 , cls_10 , 0.0000 , 0.2400 , 0.0101 , 5442176.8707 , 2.8571 , 0.7283 , 0.5922 , 0.5544 , 0.0000 , 0.0000 , 0.0000 , 2644.9491 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6491 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.2955 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6495 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.8286 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6499 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.2126 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6506 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2136.8818 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6519 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 179.3821 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6523 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 13.6617 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6529 , cls_10 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 10.6334 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6545 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 52.6769 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6546 , cls_10 , 0.0000 , 0.1920 , 0.0127 , 8888888.8889 , 3.2000 , 0.7195 , 0.8897 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 102.4248 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6556 , cls_10 , 0.0000 , 0.0660 , 0.0052 , 7333333.3333 , 1.5714 , 0.8812 , 0.8041 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 94.1198 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6568 , cls_10 , 0.0000 , 0.2100 , 0.0099 , 6862745.0980 , 2.9167 , 0.7284 , 0.7170 , 0.4559 , 0.0000 , 0.0000 , 0.0000 , 2657.6806 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6571 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2652.3138 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6577 , cls_10 , 0.0000 , 0.1560 , 0.0084 , 5252525.2525 , 2.1667 , 0.7989 , 0.6145 , 0.5707 , 0.0000 , 0.0000 , 0.0000 , 2696.8499 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6583 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 24.4211 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6602 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.2262 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6626 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.1468 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6628 , cls_10 , 0.0000 , 0.1680 , 0.0088 , 6913580.2469 , 2.5455 , 0.7618 , 0.7356 , 0.4568 , 0.0000 , 0.0000 , 0.0000 , 26.0262 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6650 , cls_10 , 0.0000 , 0.0900 , 0.0060 , 6666666.6667 , 1.8750 , 0.8517 , 0.7419 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 38.6086 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6669 , cls_10 , 0.0000 , 0.0900 , 0.0055 , 9090909.0909 , 2.1429 , 0.8230 , 0.7307 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 32.7228 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6677 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 22.0592 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6686 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.3141 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6687 , cls_10 , 0.0000 , 0.0780 , 0.0049 , 7878787.8788 , 1.8571 , 0.8541 , 0.5881 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 27.2691 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6688 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 16.1247 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6690 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 102.2022 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6700 , cls_10 , 0.0000 , 0.2220 , 0.0099 , 5248226.9504 , 2.6429 , 0.7444 , 0.6351 , 0.5887 , 0.0000 , 0.0000 , 0.0000 , 60.7767 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6703 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 25.7524 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6704 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 179.7830 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6708 , cls_10 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 51.7084 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6713 , cls_10 , 0.0000 , 0.1140 , 0.0069 , 5757575.7576 , 1.9000 , 0.8345 , 0.5881 , 0.5379 , 0.0000 , 0.0000 , 0.0000 , 21.5547 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6720 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 55.3416 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6722 , cls_10 , 0.0000 , 0.0960 , 0.0067 , 6274509.8039 , 1.7778 , 0.8491 , 0.7568 , 0.4902 , 0.0000 , 0.0000 , 0.0000 , 2648.2478 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6726 , cls_10 , 0.0000 , 0.0840 , 0.0055 , 7777777.7778 , 2.0000 , 0.8460 , 0.6273 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2638.5103 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6738 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 143.8492 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6742 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 19.0779 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6744 , cls_10 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 24.0152 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6747 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 17.9594 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6750 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.0201 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6759 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 306.7991 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6779 , cls_10 , 0.0000 , 0.0720 , 0.0063 , 7272727.2727 , 1.7143 , 0.8714 , 0.6888 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 40.9169 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6789 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 69.3243 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6797 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 114.2330 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6804 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 30.9777 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6805 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 34.3689 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6809 , cls_10 , 0.0000 , 0.0720 , 0.0064 , 8888888.8889 , 2.0000 , 0.8529 , 0.8315 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 32.5021 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6810 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 20.5298 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6813 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 339.7976 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6829 , cls_10 , 0.0000 , 0.2340 , 0.0112 , 5652173.9130 , 2.7857 , 0.7288 , 0.7350 , 0.5362 , 0.0000 , 0.0000 , 0.0000 , 47.6485 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6835 , cls_10 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 37.8324 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6836 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 30.0881 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6837 , cls_10 , 0.0000 , 0.4380 , 0.0171 , 7053140.0966 , 4.2941 , 0.5991 , 0.8123 , 0.4589 , 0.0000 , 0.0000 , 0.0000 , 83.8632 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6856 , cls_10 , 0.0000 , 0.0900 , 0.0053 , 8333333.3333 , 2.1429 , 0.8309 , 0.6605 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 352.8557 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6863 , cls_10 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 29.9783 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6880 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 32.6962 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6900 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 178.7021 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6904 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 30.7897 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6910 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.3297 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6915 , cls_10 , 0.0000 , 0.1560 , 0.0097 , 9629629.6296 , 2.8889 , 0.7434 , 0.8166 , 0.2870 , 0.0000 , 0.0000 , 0.0000 , 48.1701 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6929 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 217.6999 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6931 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 76.7142 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6937 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 176.9466 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6947 , cls_10 , 0.0000 , 0.0600 , 0.0044 , 8333333.3333 , 1.6667 , 0.8805 , 0.7004 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 31.0674 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6956 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 372.5364 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6959 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2641.8400 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6967 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 196.7202 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6970 , cls_10 , 0.0000 , 0.0720 , 0.0049 , 8000000.0000 , 1.7143 , 0.8625 , 0.7170 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 68.0678 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6971 , cls_10 , 0.0000 , 0.1260 , 0.0073 , 6363636.3636 , 2.1000 , 0.8110 , 0.7606 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 59.6149 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6983 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 135.1576 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6999 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2642.9816 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7000 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 825.5925 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7004 , cls_10 , 0.0000 , 0.1500 , 0.0088 , 5208333.3333 , 2.0833 , 0.8055 , 0.7247 , 0.5781 , 0.0000 , 0.0000 , 0.0000 , 32.8792 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7006 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 21.6606 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7009 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 176.5663 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7031 , cls_10 , 0.0000 , 0.0540 , 0.0044 , 4615384.6154 , 1.1250 , 0.9510 , 0.5132 , 0.5897 , 0.0000 , 0.0000 , 0.0000 , 23.6319 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7046 , cls_10 , 0.0000 , 0.4980 , 0.0198 , 6360153.2567 , 4.3684 , 0.5826 , 0.7878 , 0.5096 , 0.0000 , 0.0000 , 0.0000 , 57.6872 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7055 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 823.4105 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7057 , cls_10 , 0.0000 , 0.0900 , 0.0059 , 10000000.0000 , 2.1429 , 0.8146 , 0.7913 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 31.0921 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7068 , cls_10 , 0.0000 , 2.5560 , 0.0423 , 4797297.2973 , 8.6939 , 0.1711 , 0.7963 , 0.6177 , 0.0000 , 0.0000 , 0.0000 , 114.9733 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7069 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.4498 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7071 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 16.5855 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7072 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.9903 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7078 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 73.6546 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7079 , cls_10 , 0.0000 , 1.5060 , 0.0385 , 4152191.8941 , 6.1220 , 0.3477 , 0.7866 , 0.6671 , 0.0000 , 0.0000 , 0.0000 , 33.6688 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7087 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 5833333.3333 , 1.1667 , 0.9553 , 0.6488 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 2639.2818 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7096 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 39.2479 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7099 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 22.0639 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7112 , cls_10 , 0.0000 , 0.0840 , 0.0053 , 7777777.7778 , 2.0000 , 0.8460 , 0.7117 , 0.4028 , 0.0000 , 0.0000 , 0.0000 , 86.6162 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7117 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 104.5091 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7125 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2636.2458 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7130 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1326.1251 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7145 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 105.8652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7163 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 23.6276 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7175 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.9948 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7177 , cls_10 , 0.0000 , 0.3420 , 0.0144 , 5588235.2941 , 3.3529 , 0.6648 , 0.7453 , 0.5564 , 0.0000 , 0.0000 , 0.0000 , 58.3662 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7189 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2638.0836 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7196 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.1754 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7205 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 146.8801 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7206 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 19.9624 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7228 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 22.8666 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7244 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 102.6657 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7253 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2636.1059 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7259 , cls_10 , 0.0000 , 0.1440 , 0.0074 , 6666666.6667 , 2.4000 , 0.7877 , 0.6850 , 0.4931 , 0.0000 , 0.0000 , 0.0000 , 2691.4339 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7263 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 24.5053 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7266 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 26.8967 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7267 , cls_10 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 29.2917 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7275 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 130.0886 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7279 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 132.3113 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7282 , cls_10 , 0.0000 , 0.0360 , 0.0031 , 5000000.0000 , 1.0000 , 0.9877 , 0.4341 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 2637.2444 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7291 , cls_10 , 0.0000 , 0.2580 , 0.0112 , 5029239.7661 , 2.6875 , 0.7237 , 0.6716 , 0.5965 , 0.0000 , 0.0000 , 0.0000 , 2645.5354 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7293 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2112.1842 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7303 , cls_10 , 0.0000 , 0.1440 , 0.0082 , 7619047.6190 , 2.4000 , 0.7754 , 0.7695 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 48.3827 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7309 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 229.5992 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7337 , cls_10 , 0.0000 , 0.0600 , 0.0053 , 8333333.3333 , 1.6667 , 0.8805 , 0.8244 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 32.1065 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7374 , cls_10 , 0.0000 , 0.0720 , 0.0055 , 5714285.7143 , 1.5000 , 0.8948 , 0.6927 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 144.2810 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7376 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 30.9306 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7377 , cls_10 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 30.1586 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7384 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 42.0780 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7392 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 310.7332 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7398 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 49.9795 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7411 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 88.2093 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7418 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 33.9088 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7433 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 172.7546 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7452 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 41.4036 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7462 , cls_10 , 0.0000 , 0.1020 , 0.0083 , 10303030.3030 , 2.4286 , 0.7959 , 0.8715 , 0.2273 , 0.0000 , 0.0000 , 0.0000 , 2112.2540 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7470 , cls_10 , 0.0000 , 0.8580 , 0.0231 , 4790619.7655 , 4.9310 , 0.4868 , 0.7185 , 0.6147 , 0.0000 , 0.0000 , 0.0000 , 2667.5071 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7472 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 33.4918 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7476 , cls_10 , 0.0000 , 0.1740 , 0.0091 , 6041666.6667 , 2.4167 , 0.7691 , 0.7798 , 0.5469 , 0.0000 , 0.0000 , 0.0000 , 295.6107 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7491 , cls_10 , 0.0000 , 0.5160 , 0.0171 , 5791245.7912 , 4.3000 , 0.5832 , 0.7683 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 1371.2519 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7492 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 34.0652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7496 , cls_10 , 0.0000 , 0.1500 , 0.0081 , 5952380.9524 , 2.2727 , 0.7925 , 0.7258 , 0.5298 , 0.0000 , 0.0000 , 0.0000 , 118.1846 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7498 , cls_10 , 0.0000 , 0.1560 , 0.0110 , 7222222.2222 , 2.6000 , 0.7687 , 0.8302 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 171.5632 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7510 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.0143 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7520 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 101.7360 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7540 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.2765 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7541 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 105.9903 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7577 , cls_10 , 0.0000 , 0.1980 , 0.0098 , 6285714.2857 , 2.7500 , 0.7456 , 0.6572 , 0.4905 , 0.0000 , 0.0000 , 0.0000 , 182.1816 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7601 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 20.4717 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7603 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 114.4839 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7608 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 83.6327 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7617 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 49.9986 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7628 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.0631 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7643 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 49.1527 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7645 , cls_10 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 114.5902 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7656 , cls_10 , 0.0000 , 0.2760 , 0.0118 , 5380116.9591 , 2.8750 , 0.7059 , 0.7176 , 0.5673 , 0.0000 , 0.0000 , 0.0000 , 35.5436 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7657 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 36.8733 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7682 , cls_10 , 0.0000 , 0.2940 , 0.0124 , 6282051.2821 , 3.2667 , 0.6810 , 0.6722 , 0.4968 , 0.0000 , 0.0000 , 0.0000 , 220.0773 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7685 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 72.4912 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7690 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 156.6515 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7693 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 132.9148 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7694 , cls_10 , 0.0000 , 0.0540 , 0.0039 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 31.3068 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7702 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 83.6356 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7713 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 132.4608 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7728 , cls_10 , 0.0000 , 0.0780 , 0.0050 , 5777777.7778 , 1.6250 , 0.8838 , 0.5756 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 26.3141 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7734 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 85.1494 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7739 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 426.4063 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7752 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 113.4163 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7765 , cls_10 , 0.0000 , 0.0960 , 0.0064 , 9696969.6970 , 2.2857 , 0.8090 , 0.8107 , 0.2879 , 0.0000 , 0.0000 , 0.0000 , 157.7980 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7766 , cls_10 , 0.0000 , 0.1380 , 0.0087 , 6969696.9697 , 2.3000 , 0.7897 , 0.7759 , 0.4470 , 0.0000 , 0.0000 , 0.0000 , 61.4870 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7767 , cls_10 , 0.0000 , 0.0780 , 0.0052 , 4814814.8148 , 1.4444 , 0.9022 , 0.4410 , 0.6204 , 0.0000 , 0.0000 , 0.0000 , 34.2739 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7769 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 43.5026 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7771 , cls_10 , 0.0000 , 0.0660 , 0.0041 , 8148148.1481 , 1.8333 , 0.8713 , 0.5416 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 105.9740 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7777 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2637.2345 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7801 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 107.5519 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7820 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2637.5658 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7823 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 207.3131 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7826 , cls_10 , 0.0000 , 0.0540 , 0.0044 , 8571428.5714 , 1.5000 , 0.8902 , 0.7591 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 55.1149 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7827 , cls_10 , 0.0000 , 0.1440 , 0.0067 , 7272727.2727 , 2.4000 , 0.7797 , 0.6853 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 165.0789 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7831 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 144.2039 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7839 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7213 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7846 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 142.9207 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7871 , cls_10 , 0.0000 , 0.1200 , 0.0072 , 5128205.1282 , 1.8182 , 0.8389 , 0.6587 , 0.5897 , 0.0000 , 0.0000 , 0.0000 , 2637.4504 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7884 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 138.3429 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7900 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.3377 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7903 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 12.8507 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7904 , cls_10 , 0.0000 , 0.0600 , 0.0041 , 11111111.1111 , 2.0000 , 0.8548 , 0.6944 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 22.7693 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7910 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1174.1441 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7922 , cls_10 , 0.0000 , 0.0600 , 0.0049 , 9523809.5238 , 1.6667 , 0.8684 , 0.8286 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 190.8756 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7925 , cls_10 , 0.0000 , 0.0480 , 0.0036 , 6666666.6667 , 1.3333 , 0.9273 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 84.8303 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7939 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 424.9180 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7941 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 624.8003 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7956 , cls_10 , 0.0000 , 0.0600 , 0.0036 , 9523809.5238 , 1.6667 , 0.8684 , 0.5544 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 246.9115 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7965 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 17.8505 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7966 , cls_10 , 0.0000 , 0.0960 , 0.0051 , 8205128.2051 , 2.0000 , 0.8239 , 0.6689 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 15.7065 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7978 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 638.0284 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7987 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 46.4381 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8003 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 14.4741 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8019 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 280.0809 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8021 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 142.4570 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8023 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 6666666.6667 , 1.3333 , 0.9273 , 0.4907 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 637.8996 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8025 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 66.1550 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8036 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 15.9012 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8037 , cls_10 , 0.0000 , 0.0660 , 0.0049 , 6666666.6667 , 1.5714 , 0.8903 , 0.7357 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 34.0093 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8041 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 11.1114 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8046 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2637.4311 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8059 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2133.8798 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8068 , cls_10 , 0.0000 , 0.1380 , 0.0077 , 7301587.3016 , 2.3000 , 0.7854 , 0.7243 , 0.4365 , 0.0000 , 0.0000 , 0.0000 , 17.5660 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8072 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 14.6988 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8081 , cls_10 , 0.0000 , 0.0900 , 0.0052 , 9090909.0909 , 2.1429 , 0.8230 , 0.6888 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2635.6900 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8095 , cls_10 , 0.0000 , 0.7680 , 0.0267 , 4467713.7871 , 4.5714 , 0.5185 , 0.8159 , 0.6405 , 0.0000 , 0.0000 , 0.0000 , 111.5248 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8120 , cls_10 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 44.7235 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8121 , cls_10 , 0.0000 , 0.1140 , 0.0067 , 6666666.6667 , 2.1111 , 0.8204 , 0.7154 , 0.4649 , 0.0000 , 0.0000 , 0.0000 , 38.4301 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8122 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 66.5218 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8136 , cls_10 , 0.0000 , 0.4560 , 0.0194 , 5277777.7778 , 3.8000 , 0.6157 , 0.8533 , 0.5677 , 0.0000 , 0.0000 , 0.0000 , 18.6481 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8138 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 29.9281 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8140 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 587.4099 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8142 , cls_10 , 0.0000 , 0.0540 , 0.0039 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1318.8657 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8159 , cls_10 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2112.8663 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8163 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1179.6026 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8176 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 72.7979 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8177 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 75.4073 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8188 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.6240 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8189 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.0483 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8190 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.3627 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8206 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2114.9699 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8207 , cls_10 , 0.0000 , 0.7440 , 0.0286 , 4920634.9206 , 4.7692 , 0.5180 , 0.8946 , 0.5883 , 0.0000 , 0.0000 , 0.0000 , 224.2850 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8215 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 128.3544 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8219 , cls_10 , 0.0000 , 0.0480 , 0.0034 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 14.8896 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8241 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 433.1895 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8244 , cls_10 , 0.0000 , 0.0720 , 0.0052 , 7272727.2727 , 1.7143 , 0.8714 , 0.6584 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 45.0897 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8245 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 45.7820 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8255 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.0222 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8263 , cls_10 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1319.8148 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8275 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 40.3451 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8276 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 50.0185 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8280 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 92.8767 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8282 , cls_10 , 0.0000 , 0.1860 , 0.0105 , 6458333.3333 , 2.5833 , 0.7527 , 0.7736 , 0.4896 , 0.0000 , 0.0000 , 0.0000 , 75.6404 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8292 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.4142 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8295 , cls_10 , 0.0000 , 0.1740 , 0.0088 , 8055555.5556 , 2.9000 , 0.7429 , 0.7769 , 0.3819 , 0.0000 , 0.0000 , 0.0000 , 8.3891 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8306 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2638.0489 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8315 , cls_10 , 0.0000 , 0.2040 , 0.0095 , 8395061.7284 , 3.0909 , 0.7152 , 0.7250 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 24.9082 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8319 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2635.0349 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8333 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1068.0520 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8334 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 333.9354 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8339 , cls_10 , 0.0000 , 0.1860 , 0.0096 , 6888888.8889 , 2.8182 , 0.7468 , 0.7436 , 0.4556 , 0.0000 , 0.0000 , 0.0000 , 57.4306 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8341 , cls_10 , 0.0000 , 0.1680 , 0.0109 , 6666666.6667 , 2.5455 , 0.7652 , 0.8261 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 49.7371 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8345 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.8489 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8346 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.1693 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8352 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.5703 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8353 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 14.0631 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8380 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.1345 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8401 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.1304 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8405 , cls_10 , 0.0000 , 0.0660 , 0.0067 , 9166666.6667 , 1.8333 , 0.8606 , 0.8605 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 26.6578 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8432 , cls_10 , 0.0000 , 0.2340 , 0.0104 , 8666666.6667 , 3.5455 , 0.6909 , 0.7567 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 11.8856 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8449 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.9730 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8450 , cls_10 , 0.0000 , 0.0960 , 0.0079 , 6666666.6667 , 2.0000 , 0.8433 , 0.8131 , 0.4479 , 0.0000 , 0.0000 , 0.0000 , 20.8945 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8453 , cls_10 , 0.0000 , 0.1320 , 0.0087 , 5057471.2644 , 2.0000 , 0.8269 , 0.7692 , 0.5977 , 0.0000 , 0.0000 , 0.0000 , 2634.9293 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8468 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 27.0699 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8475 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.1800 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8476 , cls_10 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 9.4887 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8482 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 423.6550 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8510 , cls_10 , 0.0000 , 0.3000 , 0.0156 , 5649717.5141 , 3.1250 , 0.6870 , 0.8461 , 0.5339 , 0.0000 , 0.0000 , 0.0000 , 81.6117 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8513 , cls_10 , 0.0000 , 0.0780 , 0.0057 , 8666666.6667 , 1.8571 , 0.8453 , 0.7805 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 23.0417 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8514 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 27.8951 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8515 , cls_10 , 0.0000 , 0.1020 , 0.0079 , 5666666.6667 , 1.8889 , 0.8510 , 0.7551 , 0.5250 , 0.0000 , 0.0000 , 0.0000 , 131.2251 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8516 , cls_10 , 0.0000 , 0.1560 , 0.0100 , 7536231.8841 , 2.6000 , 0.7649 , 0.7497 , 0.4275 , 0.0000 , 0.0000 , 0.0000 , 29.2093 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8528 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 660.5299 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8533 , cls_10 , 0.0000 , 0.0960 , 0.0055 , 5925925.9259 , 1.7778 , 0.8547 , 0.5593 , 0.5463 , 0.0000 , 0.0000 , 0.0000 , 2637.4765 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8539 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.3379 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8570 , cls_10 , 0.0000 , 0.1140 , 0.0062 , 6666666.6667 , 2.1111 , 0.8204 , 0.6731 , 0.4561 , 0.0000 , 0.0000 , 0.0000 , 66.2821 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8571 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.1253 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8572 , cls_10 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 25.4643 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8573 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.5527 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8577 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.6550 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8578 , cls_10 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 11.0301 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8579 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2641.3397 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8593 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1327.5353 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8596 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.2126 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8598 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 17.8640 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8600 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 17.0615 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8602 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.9829 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8604 , cls_10 , 0.0000 , 0.0900 , 0.0065 , 5263157.8947 , 1.6667 , 0.8749 , 0.6976 , 0.5526 , 0.0000 , 0.0000 , 0.0000 , 11.1873 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8605 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 8.8661 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8627 , cls_10 , 0.0000 , 0.0480 , 0.0040 , 4848484.8485 , 1.1429 , 0.9594 , 0.5170 , 0.5758 , 0.0000 , 0.0000 , 0.0000 , 20.0876 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8629 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 25.2550 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8638 , cls_10 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 12.6535 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8639 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.1025 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8646 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2634.4833 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8655 , cls_10 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 21.3529 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8656 , cls_10 , 0.0000 , 0.0660 , 0.0048 , 7333333.3333 , 1.5714 , 0.8812 , 0.7170 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 18.3127 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8668 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2108.2957 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8675 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2112.6011 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8678 , cls_10 , 0.0000 , 0.2400 , 0.0100 , 6837606.8376 , 3.0769 , 0.7074 , 0.6972 , 0.4786 , 0.0000 , 0.0000 , 0.0000 , 685.1173 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8683 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 50.0310 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8685 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 59.0380 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8687 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 17.0123 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8692 , cls_10 , 0.0000 , 0.0840 , 0.0059 , 7179487.1795 , 1.7500 , 0.8534 , 0.6877 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 13.8121 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8699 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 2635.0775 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8706 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2639.8020 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8713 , cls_10 , 0.0000 , 0.1260 , 0.0074 , 6666666.6667 , 2.1000 , 0.8066 , 0.6996 , 0.4683 , 0.0000 , 0.0000 , 0.0000 , 13.5145 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8715 , cls_10 , 0.0000 , 0.0600 , 0.0046 , 6060606.0606 , 1.4286 , 0.9110 , 0.6498 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 14.1453 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8732 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 17.6488 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8734 , cls_10 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 17.5984 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8748 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2109.3072 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8750 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1171.7359 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8756 , cls_10 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 20.1903 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8758 , cls_10 , 0.0000 , 0.0600 , 0.0042 , 8333333.3333 , 1.6667 , 0.8805 , 0.5926 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 15.3184 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8759 , cls_10 , 0.0000 , 0.2160 , 0.0091 , 6315789.4737 , 2.7692 , 0.7315 , 0.6278 , 0.5132 , 0.0000 , 0.0000 , 0.0000 , 20.2842 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8764 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 15.7577 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8765 , cls_10 , 0.0000 , 0.0960 , 0.0058 , 8888888.8889 , 2.2857 , 0.8167 , 0.7649 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 15.8695 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8766 , cls_10 , 0.0000 , 0.0660 , 0.0051 , 6111111.1111 , 1.5714 , 0.8988 , 0.7366 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 13.6442 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8768 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.8980 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8770 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7221 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8772 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 10.0023 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8787 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 21.0599 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8789 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 19.0188 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8792 , cls_10 , 0.0000 , 0.0840 , 0.0065 , 10370370.3704 , 2.3333 , 0.8201 , 0.7838 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 21.3916 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8794 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.9995 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8795 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.1163 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8802 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2635.8379 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8813 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.9516 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8816 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.0377 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8823 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.6821 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8825 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.7673 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8827 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.4980 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8847 , cls_10 , 0.0000 , 0.1560 , 0.0085 , 7878787.8788 , 2.6000 , 0.7609 , 0.7955 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 144.3959 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8852 , cls_10 , 0.0000 , 0.0540 , 0.0038 , 8571428.5714 , 1.5000 , 0.8902 , 0.6927 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 26.1471 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8861 , cls_10 , 0.0000 , 0.0840 , 0.0055 , 10370370.3704 , 2.3333 , 0.8201 , 0.7838 , 0.2407 , 0.0000 , 0.0000 , 0.0000 , 25.0368 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8876 , cls_10 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2642.9577 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8880 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.0993 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8884 , cls_10 , 0.0000 , 0.3420 , 0.0181 , 4691358.0247 , 3.1667 , 0.6809 , 0.8083 , 0.6235 , 0.0000 , 0.0000 , 0.0000 , 18.9633 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8889 , cls_10 , 0.0000 , 0.1260 , 0.0093 , 6363636.3636 , 2.1000 , 0.8110 , 0.8444 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 14.1306 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8891 , cls_10 , 0.0000 , 0.2460 , 0.0120 , 6356589.1473 , 2.9286 , 0.7099 , 0.7756 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 17.2515 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8911 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.9620 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8913 , cls_10 , 0.0000 , 0.0540 , 0.0047 , 8571428.5714 , 1.5000 , 0.8902 , 0.8019 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 21.4428 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8914 , cls_10 , 0.0000 , 0.1200 , 0.0080 , 5555555.5556 , 2.0000 , 0.8309 , 0.7296 , 0.5764 , 0.0000 , 0.0000 , 0.0000 , 22.6714 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8919 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.2671 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8935 , cls_10 , 0.0000 , 2.6280 , 0.0695 , 4717285.9451 , 8.7600 , 0.1619 , 0.9146 , 0.6225 , 0.0000 , 0.0000 , 0.0000 , 149.0167 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8937 , cls_10 , 0.0000 , 0.0840 , 0.0054 , 7777777.7778 , 2.0000 , 0.8460 , 0.7366 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 173.5666 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8940 , cls_10 , 0.0000 , 0.2400 , 0.0112 , 7619047.6190 , 3.3333 , 0.6979 , 0.7857 , 0.4143 , 0.0000 , 0.0000 , 0.0000 , 53.8484 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8953 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 13.8025 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8955 , cls_10 , 0.0000 , 0.0600 , 0.0049 , 7407407.4074 , 1.6667 , 0.8916 , 0.6419 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 12.7238 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8971 , cls_10 , 0.0000 , 0.1080 , 0.0064 , 10909090.9091 , 2.5714 , 0.7835 , 0.8055 , 0.2424 , 0.0000 , 0.0000 , 0.0000 , 17.8782 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8972 , cls_10 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 20.4741 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8975 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.9658 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8976 , cls_10 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 15.6254 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8979 , cls_10 , 0.0000 , 1.4280 , 0.0309 , 6055979.6438 , 7.2121 , 0.3405 , 0.8113 , 0.5210 , 0.0000 , 0.0000 , 0.0000 , 72.5535 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8992 , cls_10 , 0.0000 , 0.2340 , 0.0104 , 7647058.8235 , 3.2500 , 0.7016 , 0.8408 , 0.4020 , 0.0000 , 0.0000 , 0.0000 , 2658.6248 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8998 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 174.3063 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9003 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 29.3883 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9012 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2634.1634 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9017 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1065.4174 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9021 , cls_10 , 0.0000 , 0.5880 , 0.0185 , 5536723.1638 , 4.4545 , 0.5600 , 0.7881 , 0.5579 , 0.0000 , 0.0000 , 0.0000 , 412.0298 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9046 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 146.7119 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9064 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.5389 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9088 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.5930 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9091 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 14.1087 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9094 , cls_10 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 32.6327 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9095 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.0560 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9106 , cls_10 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 193.3612 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9140 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.9104 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9141 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.2121 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9150 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2634.0167 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9151 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2634.0331 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9160 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 129.7430 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9167 , cls_10 , 0.0000 , 0.0600 , 0.0047 , 13333333.3333 , 2.0000 , 0.8392 , 0.8128 , 0.1333 , 0.0000 , 0.0000 , 0.0000 , 140.3167 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9168 , cls_10 , 0.0000 , 0.0600 , 0.0045 , 6060606.0606 , 1.4286 , 0.9110 , 0.5623 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 51.2875 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9172 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 19.3946 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9176 , cls_10 , 0.0000 , 0.0600 , 0.0056 , 9523809.5238 , 1.6667 , 0.8684 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 21.5817 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9179 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 19.0455 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9182 , cls_10 , 0.0000 , 0.3720 , 0.0186 , 5585585.5856 , 3.4444 , 0.6495 , 0.8665 , 0.5541 , 0.0000 , 0.0000 , 0.0000 , 99.8345 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9183 , cls_10 , 0.0000 , 0.0540 , 0.0035 , 12000000.0000 , 1.8000 , 0.8603 , 0.6255 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 71.6513 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9195 , cls_10 , 0.0000 , 0.0660 , 0.0047 , 6666666.6667 , 1.5714 , 0.8903 , 0.6584 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 243.3982 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9207 , cls_10 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 24.1036 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9210 , cls_10 , 0.0000 , 0.0600 , 0.0054 , 8333333.3333 , 1.6667 , 0.8805 , 0.8041 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 21.3720 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9213 , cls_10 , 0.0000 , 0.0540 , 0.0041 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 73.7340 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9215 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 72.4152 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9217 , cls_10 , 0.0000 , 0.2940 , 0.0130 , 6282051.2821 , 3.2667 , 0.6810 , 0.7352 , 0.4872 , 0.0000 , 0.0000 , 0.0000 , 94.2893 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9235 , cls_10 , 0.0000 , 0.0480 , 0.0035 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 38.6216 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9238 , cls_10 , 0.0000 , 0.1020 , 0.0071 , 7555555.5556 , 2.1250 , 0.8236 , 0.7191 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 64.5834 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9239 , cls_10 , 0.0000 , 0.3540 , 0.0132 , 5539906.1033 , 3.4706 , 0.6593 , 0.6736 , 0.5704 , 0.0000 , 0.0000 , 0.0000 , 42.7537 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9240 , cls_10 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 35.7262 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9244 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 71.8809 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9245 , cls_10 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 38.0646 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9251 , cls_10 , 0.0000 , 0.0600 , 0.0045 , 5555555.5556 , 1.4286 , 0.9196 , 0.6180 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 2634.2827 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9268 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 57.7309 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9298 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8295 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9301 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 29.6564 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9304 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 32.2856 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9308 , cls_10 , 0.0000 , 0.5160 , 0.0198 , 5308641.9753 , 4.0952 , 0.5905 , 0.8103 , 0.5756 , 0.0000 , 0.0000 , 0.0000 , 62.7035 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9320 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2633.8219 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9325 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1158.0033 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9330 , cls_10 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 166.4437 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9338 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 167.2295 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9339 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 89.3498 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9342 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.1778 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9353 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2635.3286 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9357 , cls_10 , 0.0000 , 2.1900 , 0.0516 , 4724919.0939 , 7.9348 , 0.2242 , 0.8769 , 0.6256 , 0.0000 , 0.0000 , 0.0000 , 2683.4496 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9368 , cls_10 , 0.0000 , 0.1260 , 0.0072 , 7368421.0526 , 2.3333 , 0.7973 , 0.7581 , 0.4035 , 0.0000 , 0.0000 , 0.0000 , 133.6054 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9370 , cls_10 , 0.0000 , 0.3300 , 0.0139 , 4824561.4035 , 3.0556 , 0.6847 , 0.7674 , 0.6096 , 0.0000 , 0.0000 , 0.0000 , 181.2999 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9372 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.1311 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9373 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 33.6180 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9374 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.6662 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9395 , cls_10 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 28.8434 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9402 , cls_10 , 0.0000 , 0.1320 , 0.0076 , 4313725.4902 , 1.8333 , 0.8431 , 0.5583 , 0.6324 , 0.0000 , 0.0000 , 0.0000 , 44.9807 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9418 , cls_10 , 0.0000 , 0.4740 , 0.0154 , 5851851.8519 , 4.1579 , 0.5992 , 0.6754 , 0.5519 , 0.0000 , 0.0000 , 0.0000 , 186.0292 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9425 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 35.4285 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9455 , cls_10 , 0.0000 , 0.4500 , 0.0166 , 4761904.7619 , 3.5714 , 0.6274 , 0.7119 , 0.6175 , 0.0000 , 0.0000 , 0.0000 , 91.6751 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9468 , cls_10 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 158.6396 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9490 , cls_10 , 0.0000 , 0.1260 , 0.0074 , 6086956.5217 , 2.1000 , 0.8152 , 0.7862 , 0.5435 , 0.0000 , 0.0000 , 0.0000 , 308.1972 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9497 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.9255 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9520 , cls_10 , 0.0000 , 0.3660 , 0.0203 , 5147679.3249 , 3.3889 , 0.6598 , 0.8733 , 0.5928 , 0.0000 , 0.0000 , 0.0000 , 75.8319 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9538 , cls_10 , 0.0000 , 0.1620 , 0.0095 , 3333333.3333 , 1.8000 , 0.8406 , 0.5756 , 0.7253 , 0.0000 , 0.0000 , 0.0000 , 94.6152 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9563 , cls_10 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 183.1410 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9572 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 56.3481 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9601 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 24.7683 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9626 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 35.9575 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9654 , cls_10 , 0.0000 , 0.2040 , 0.0113 , 5528455.2846 , 2.6154 , 0.7530 , 0.7869 , 0.5325 , 0.0000 , 0.0000 , 0.0000 , 35.6348 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9655 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 59.9695 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9658 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 35.7005 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9661 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 31.2693 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9681 , cls_10 , 0.0000 , 0.0840 , 0.0061 , 6666666.6667 , 1.7500 , 0.8605 , 0.6927 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 161.3944 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9683 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 39.5222 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9687 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 25.8489 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9710 , cls_10 , 0.0000 , 0.1920 , 0.0151 , 6666666.6667 , 2.6667 , 0.7449 , 0.8833 , 0.4479 , 0.0000 , 0.0000 , 0.0000 , 178.4111 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9714 , cls_10 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 54.3007 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9730 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 662.6445 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9749 , cls_10 , 0.0000 , 0.0600 , 0.0043 , 11111111.1111 , 2.0000 , 0.8548 , 0.6944 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 71.2697 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9750 , cls_10 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 24.5401 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9752 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2106.8625 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9756 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2107.7780 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9760 , cls_10 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2108.8786 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9776 , cls_10 , 0.0000 , 0.0900 , 0.0078 , 7142857.1429 , 1.8750 , 0.8451 , 0.8019 , 0.3929 , 0.0000 , 0.0000 , 0.0000 , 15.9518 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9777 , cls_10 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 17.7397 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9780 , cls_10 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 31.9432 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9819 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 153.5524 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9824 , cls_10 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 122.2451 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9828 , cls_10 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 159.7262 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9843 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 68.5420 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9845 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 23.9751 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9846 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.8413 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9849 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2633.6886 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9854 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 653.0662 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9861 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 140.5115 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9868 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 50.4185 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9872 , cls_10 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 75.1267 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9878 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.2239 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9879 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 11.7977 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9886 , cls_10 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.6057 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9889 , cls_10 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 24.1337 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.6303 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 11 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5563 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 19 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7247 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 28 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.5819 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 31 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6882 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 35 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2773 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 39 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4792 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 42 , cls_30 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.9682 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 44 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4813 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 50 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8247 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 55 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.6146 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 56 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 2.0814 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 58 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6205 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 62 , cls_30 , 0.0000 , 0.0540 , 0.0040 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.5591 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 86 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.2127 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 88 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.1809 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 94 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1962 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 97 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6784 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 108 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.6484 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 110 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.4421 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 112 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5798 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 114 , cls_30 , 0.0000 , 0.0480 , 0.0044 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.6691 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 121 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5799 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 125 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4677 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 129 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5976 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 136 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6016 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 137 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1433 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 138 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.9728 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 140 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8453 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 147 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4592 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 152 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.2293 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 153 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.0041 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 156 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.5103 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 3.5721 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 160 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.7887 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 166 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 7619047.6190 , 1.3333 , 0.9145 , 0.6572 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 1.3818 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 167 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.6751 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 168 , cls_30 , 0.0000 , 0.0780 , 0.0050 , 6666666.6667 , 1.6250 , 0.8698 , 0.6877 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 2.4680 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 170 , cls_30 , 0.0000 , 0.0780 , 0.0068 , 3939393.9394 , 1.3000 , 0.9235 , 0.7307 , 0.6439 , 0.0000 , 0.0000 , 0.0000 , 3.5988 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 172 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2477 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 175 , cls_30 , 0.0000 , 0.2460 , 0.0106 , 6666666.6667 , 3.1538 , 0.7056 , 0.7350 , 0.4756 , 0.0000 , 0.0000 , 0.0000 , 4.4247 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 178 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.6403 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 179 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3119 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 181 , cls_30 , 0.0000 , 0.1260 , 0.0108 , 5833333.3333 , 2.1000 , 0.8194 , 0.8202 , 0.5069 , 0.0000 , 0.0000 , 0.0000 , 3.0548 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 182 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.3143 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 183 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.9199 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 185 , cls_30 , 0.0000 , 0.0540 , 0.0042 , 4615384.6154 , 1.1250 , 0.9510 , 0.4292 , 0.6154 , 0.0000 , 0.0000 , 0.0000 , 8.4083 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 187 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.5530 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 194 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.3727 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 197 , cls_30 , 0.0000 , 0.0600 , 0.0054 , 4444444.4444 , 1.2500 , 0.9427 , 0.6327 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 2.3040 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 204 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3193 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 206 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.4544 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 210 , cls_30 , 0.0000 , 0.0600 , 0.0047 , 6666666.6667 , 1.4286 , 0.9016 , 0.6817 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.5100 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 211 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6777 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 222 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0337 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 228 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6589 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 233 , cls_30 , 0.0000 , 0.0600 , 0.0054 , 9523809.5238 , 1.6667 , 0.8684 , 0.8463 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 2.8567 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 234 , cls_30 , 0.0000 , 0.0660 , 0.0061 , 9166666.6667 , 1.8333 , 0.8606 , 0.8041 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 4.1383 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 235 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9903 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 240 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5590 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 249 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 9.3464 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 252 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 1.5624 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 258 , cls_30 , 0.0000 , 0.0600 , 0.0048 , 7407407.4074 , 1.6667 , 0.8916 , 0.7135 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 3.1479 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 263 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9382 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 267 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6527 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 269 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0387 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 271 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.5371 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 275 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.3092 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 278 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8605 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 281 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6224 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 282 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7854 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 285 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.4781 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 287 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0521 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 294 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.6825 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 303 , cls_30 , 0.0000 , 0.1080 , 0.0073 , 6000000.0000 , 2.0000 , 0.8378 , 0.7664 , 0.4917 , 0.0000 , 0.0000 , 0.0000 , 5.7623 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 305 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4429 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 309 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.8171 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 311 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6443 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 313 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.4956 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 319 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.0323 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 320 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.9210 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 331 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5673 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 333 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7465 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 336 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4068 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 337 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1701 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 338 , cls_30 , 0.0000 , 0.2040 , 0.0104 , 6296296.2963 , 2.8333 , 0.7408 , 0.7764 , 0.4954 , 0.0000 , 0.0000 , 0.0000 , 21.3413 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 339 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.7815 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 346 , cls_30 , 0.0000 , 0.0540 , 0.0043 , 6000000.0000 , 1.2857 , 0.9243 , 0.6255 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 2.7492 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 353 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.5208 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 355 , cls_30 , 0.0000 , 0.0720 , 0.0057 , 6666666.6667 , 1.7143 , 0.8797 , 0.7495 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 9.4170 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 357 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9247 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 359 , cls_30 , 0.0000 , 0.0780 , 0.0048 , 10833333.3333 , 2.1667 , 0.8255 , 0.6488 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.5518 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 369 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.4694 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 371 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 12.9847 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 379 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1292 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 381 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.6721 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 385 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.5494 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 387 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.7499 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 398 , cls_30 , 0.0000 , 0.1380 , 0.0069 , 9583333.3333 , 2.8750 , 0.7612 , 0.7736 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.1053 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 400 , cls_30 , 0.0000 , 0.0660 , 0.0050 , 5238095.2381 , 1.3750 , 0.9142 , 0.6637 , 0.5476 , 0.0000 , 0.0000 , 0.0000 , 7.4957 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 415 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.3614 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 417 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.7545 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 418 , cls_30 , 0.0000 , 0.2700 , 0.0110 , 7142857.1429 , 3.4615 , 0.6841 , 0.7109 , 0.4365 , 0.0000 , 0.0000 , 0.0000 , 13.5611 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 422 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3837 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 425 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7323 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 426 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.0580 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 440 , cls_30 , 0.0000 , 0.0600 , 0.0045 , 6666666.6667 , 1.4286 , 0.9016 , 0.6255 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 3.6011 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 449 , cls_30 , 0.0000 , 0.2280 , 0.0137 , 7916666.6667 , 3.1667 , 0.7028 , 0.8433 , 0.3854 , 0.0000 , 0.0000 , 0.0000 , 5.9546 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 450 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 2.2040 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 452 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.8902 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 454 , cls_30 , 0.0000 , 0.1560 , 0.0088 , 6666666.6667 , 2.3636 , 0.7761 , 0.7352 , 0.4808 , 0.0000 , 0.0000 , 0.0000 , 7.6653 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 457 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.3179 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 458 , cls_30 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 1.0481 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 466 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.1297 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 470 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.8351 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 472 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.1966 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 474 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1774 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 476 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.9675 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 477 , cls_30 , 0.0000 , 0.0540 , 0.0037 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 19.4074 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 479 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3548 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 481 , cls_30 , 0.0000 , 0.0660 , 0.0049 , 8148148.1481 , 1.8333 , 0.8713 , 0.7796 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.4837 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 489 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.5333 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 490 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 12.5654 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 494 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.8289 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 496 , cls_30 , 0.0000 , 0.1740 , 0.0105 , 6444444.4444 , 2.6364 , 0.7630 , 0.8472 , 0.5222 , 0.0000 , 0.0000 , 0.0000 , 5.5282 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 506 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.6578 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 508 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1772 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 513 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5615 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 516 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3570 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 517 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.7392 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 519 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8551 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 522 , cls_30 , 0.0000 , 0.0720 , 0.0057 , 8888888.8889 , 2.0000 , 0.8529 , 0.7838 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 14.5955 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 527 , cls_30 , 0.0000 , 0.0780 , 0.0059 , 6190476.1905 , 1.6250 , 0.8770 , 0.7558 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.9712 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 534 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8908 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 539 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7423 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 545 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9225 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 547 , cls_30 , 0.0000 , 0.1020 , 0.0078 , 6296296.2963 , 1.8889 , 0.8408 , 0.7453 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.8215 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 549 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8705 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 550 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4010 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 552 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3964 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 562 , cls_30 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7516 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 4.4586 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 566 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.7941 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 567 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 2.3008 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 572 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3474 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 578 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2.2246 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 583 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.5740 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 587 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 5.8804 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 592 , cls_30 , 0.0000 , 0.1020 , 0.0061 , 6296296.2963 , 1.8889 , 0.8408 , 0.6243 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 3.9734 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 598 , cls_30 , 0.0000 , 0.3240 , 0.0134 , 5454545.4545 , 3.1765 , 0.6767 , 0.7771 , 0.5783 , 0.0000 , 0.0000 , 0.0000 , 14.8684 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 603 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.2096 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 605 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.2315 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 608 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8907 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 617 , cls_30 , 0.0000 , 0.0840 , 0.0068 , 5490196.0784 , 1.5556 , 0.8795 , 0.7453 , 0.5392 , 0.0000 , 0.0000 , 0.0000 , 2.9728 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 623 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1088 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 631 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 9.2768 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 634 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.5969 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 642 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5823 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 646 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 6000000.0000 , 1.2857 , 0.9243 , 0.6817 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.2609 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 650 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6415 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 654 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 6060606.0606 , 1.4286 , 0.9110 , 0.6498 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 1.8666 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 664 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1346 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 666 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 5000000.0000 , 1.2857 , 0.9427 , 0.5506 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 2.7762 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 673 , cls_30 , 0.0000 , 0.0480 , 0.0043 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 1.0618 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 678 , cls_30 , 0.0000 , 0.1020 , 0.0060 , 6666666.6667 , 1.8889 , 0.8353 , 0.6452 , 0.4314 , 0.0000 , 0.0000 , 0.0000 , 3.6818 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 686 , cls_30 , 0.0000 , 0.2220 , 0.0117 , 6851851.8519 , 3.0833 , 0.7197 , 0.7926 , 0.4491 , 0.0000 , 0.0000 , 0.0000 , 17.6923 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 688 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.8751 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 695 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.9027 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 699 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7367 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 706 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9768 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 709 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0694 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 719 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.4037 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 721 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 10.1634 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 722 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.6763 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 723 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0201 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 725 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 10000000.0000 , 1.8000 , 0.8762 , 0.7062 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.4421 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 726 , cls_30 , 0.0000 , 0.1440 , 0.0095 , 6153846.1538 , 2.1818 , 0.7953 , 0.8041 , 0.4936 , 0.0000 , 0.0000 , 0.0000 , 16.8826 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 730 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.0066 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 732 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.4313 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 733 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.1754 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 735 , cls_30 , 0.0000 , 0.0720 , 0.0055 , 10000000.0000 , 2.0000 , 0.8423 , 0.8433 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.4172 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 749 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.5674 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 760 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.7926 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 765 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.4677 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 767 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 6666666.6667 , 1.3333 , 0.9273 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 2.9005 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 777 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 10666666.6667 , 1.6000 , 0.8838 , 0.6463 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 4.2394 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 778 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7827 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 779 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.4021 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 781 , cls_30 , 0.0000 , 0.2160 , 0.0120 , 7272727.2727 , 3.0000 , 0.7188 , 0.8197 , 0.4343 , 0.0000 , 0.0000 , 0.0000 , 12.2298 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 786 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 2.5956 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 789 , cls_30 , 0.0000 , 0.0660 , 0.0049 , 7333333.3333 , 1.5714 , 0.8812 , 0.7913 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.9368 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 790 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3808 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 803 , cls_30 , 0.0000 , 0.0660 , 0.0047 , 6666666.6667 , 1.5714 , 0.8903 , 0.6584 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 3.7960 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 809 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9324 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 812 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 4.8298 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 813 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.4699 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 816 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1302 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 825 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.6635 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 828 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 2.2623 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 829 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.2227 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 833 , cls_30 , 0.0000 , 0.0600 , 0.0054 , 8333333.3333 , 1.6667 , 0.8805 , 0.8244 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 3.5630 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 839 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.7512 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 840 , cls_30 , 0.0000 , 0.0540 , 0.0042 , 8571428.5714 , 1.5000 , 0.8902 , 0.6927 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 17.6926 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 851 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5048 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 853 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4604 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 861 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8501 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 863 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.2631 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 867 , cls_30 , 0.0000 , 0.0720 , 0.0056 , 11428571.4286 , 2.0000 , 0.8307 , 0.8463 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 6.0116 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 868 , cls_30 , 0.0000 , 0.0960 , 0.0062 , 9696969.6970 , 2.2857 , 0.8090 , 0.8249 , 0.2879 , 0.0000 , 0.0000 , 0.0000 , 4.4481 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 869 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8136 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 879 , cls_30 , 0.0000 , 0.0960 , 0.0068 , 4848484.8485 , 1.6000 , 0.8748 , 0.6704 , 0.6061 , 0.0000 , 0.0000 , 0.0000 , 5.9535 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 881 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 7500000.0000 , 1.5000 , 0.9026 , 0.7516 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 2.9803 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 888 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9980 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 891 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 8.8775 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 893 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.2473 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 894 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.1929 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 909 , cls_30 , 0.0000 , 0.0660 , 0.0052 , 7333333.3333 , 1.5714 , 0.8812 , 0.7598 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 3.1023 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 914 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2643 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 918 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.7682 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 919 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5168 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 921 , cls_30 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 8.1927 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 922 , cls_30 , 0.0000 , 0.1380 , 0.0070 , 7666666.6667 , 2.5556 , 0.7809 , 0.6559 , 0.4250 , 0.0000 , 0.0000 , 0.0000 , 5.7024 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 926 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0633 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 929 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.4958 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 932 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4190 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 942 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.2275 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 943 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.1809 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 949 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.2489 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 957 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8676 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 963 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5990 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 968 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9582 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 969 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6859 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 973 , cls_30 , 0.0000 , 0.0720 , 0.0062 , 7272727.2727 , 1.7143 , 0.8714 , 0.7845 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 10.5706 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 974 , cls_30 , 0.0000 , 0.0600 , 0.0042 , 7407407.4074 , 1.6667 , 0.8916 , 0.6048 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 3.2107 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 978 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6982 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 983 , cls_30 , 0.0000 , 0.0540 , 0.0036 , 8571428.5714 , 1.5000 , 0.8902 , 0.5544 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 2.3702 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 987 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 6.1280 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 988 , cls_30 , 0.0000 , 0.0780 , 0.0068 , 6666666.6667 , 1.6250 , 0.8698 , 0.8140 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 5.2724 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 989 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8733 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 990 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.7762 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 995 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.7737 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 996 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.6208 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1002 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5995 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1006 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1955 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1012 , cls_30 , 0.0000 , 0.0720 , 0.0052 , 7272727.2727 , 1.7143 , 0.8714 , 0.6215 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 3.2306 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1016 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4438 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1021 , cls_30 , 0.0000 , 0.3060 , 0.0158 , 4788732.3944 , 3.0000 , 0.6989 , 0.8022 , 0.6056 , 0.0000 , 0.0000 , 0.0000 , 13.5573 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1022 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 22.1361 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1023 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.3250 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1024 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4703 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1025 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.3886 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1026 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.3951 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1027 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.9393 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1033 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.7385 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1039 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3725 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1046 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9932 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1048 , cls_30 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.6643 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1050 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6309 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1051 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 9.7604 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1055 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.3805 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1056 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0752 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1057 , cls_30 , 0.0000 , 0.0840 , 0.0064 , 7179487.1795 , 1.7500 , 0.8534 , 0.6877 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 4.5766 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1063 , cls_30 , 0.0000 , 0.0600 , 0.0048 , 6666666.6667 , 1.4286 , 0.9016 , 0.7170 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 2.7679 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1066 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4948 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1067 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3653 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1072 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2240 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1074 , cls_30 , 0.0000 , 0.0900 , 0.0065 , 6250000.0000 , 1.8750 , 0.8579 , 0.7247 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.4771 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1080 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1765 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1082 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7312 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1083 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.4919 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1085 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9722 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1088 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0661 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1090 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 4.4996 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1091 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.6370 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1101 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.3695 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1102 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4033 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1103 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.2199 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1112 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.0455 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1113 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7673 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1116 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9263 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1117 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2.2342 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1118 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.5205 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1123 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.4985 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1124 , cls_30 , 0.0000 , 0.0960 , 0.0060 , 5079365.0794 , 1.6000 , 0.8700 , 0.5617 , 0.5794 , 0.0000 , 0.0000 , 0.0000 , 6.8263 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1126 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5975 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1128 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.3915 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1129 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4985 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1131 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2916 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1133 , cls_30 , 0.0000 , 0.1080 , 0.0078 , 5454545.4545 , 1.8000 , 0.8471 , 0.8169 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 12.6811 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1135 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 6.4059 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1138 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 1.1871 , 0.0331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1141 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.6083 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1144 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.8725 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1145 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7614 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1147 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3448 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1150 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4265 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1153 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5961 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1157 , cls_30 , 0.0000 , 0.0900 , 0.0055 , 6666666.6667 , 1.8750 , 0.8517 , 0.5756 , 0.4778 , 0.0000 , 0.0000 , 0.0000 , 21.3804 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1171 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.3380 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1172 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0258 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1173 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.1838 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1176 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.0224 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1178 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4625 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1182 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.6251 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1190 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3756 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1194 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.3934 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1203 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.5570 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1206 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0684 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1208 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9153 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1209 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1707 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1213 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.1234 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1219 , cls_30 , 0.0000 , 0.0660 , 0.0045 , 8148148.1481 , 1.8333 , 0.8713 , 0.7453 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 5.8576 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1220 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.7381 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1225 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.2964 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1230 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8865 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1243 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.0785 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1244 , cls_30 , 0.0000 , 0.0900 , 0.0070 , 7142857.1429 , 1.8750 , 0.8451 , 0.7558 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 1.2881 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1245 , cls_30 , 0.0000 , 0.0960 , 0.0059 , 7111111.1111 , 2.0000 , 0.8372 , 0.7191 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 13.5877 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1248 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.6865 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1256 , cls_30 , 0.0000 , 0.1200 , 0.0079 , 8333333.3333 , 2.5000 , 0.7928 , 0.8370 , 0.3438 , 0.0000 , 0.0000 , 0.0000 , 4.7100 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1257 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.1344 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1259 , cls_30 , 0.0000 , 0.0900 , 0.0064 , 7142857.1429 , 1.8750 , 0.8451 , 0.7558 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 21.2605 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1260 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.5850 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1264 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.1674 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1267 , cls_30 , 0.0000 , 0.0480 , 0.0042 , 5925925.9259 , 1.3333 , 0.9389 , 0.7135 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 9.8516 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1274 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.6530 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1278 , cls_30 , 0.0000 , 0.0660 , 0.0043 , 9166666.6667 , 1.8333 , 0.8606 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.0804 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1280 , cls_30 , 0.0000 , 0.0780 , 0.0059 , 5416666.6667 , 1.6250 , 0.8902 , 0.7247 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 10.3276 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1285 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.0306 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1291 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7227 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1292 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.7266 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1303 , cls_30 , 0.0000 , 0.1380 , 0.0070 , 8070175.4386 , 2.5556 , 0.7763 , 0.6686 , 0.3772 , 0.0000 , 0.0000 , 0.0000 , 4.5759 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1305 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.8322 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1308 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9492 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1310 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.9339 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1313 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5946 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1315 , cls_30 , 0.0000 , 0.2100 , 0.0118 , 5982905.9829 , 2.6923 , 0.7409 , 0.8097 , 0.5256 , 0.0000 , 0.0000 , 0.0000 , 11.4392 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1317 , cls_30 , 0.0000 , 0.1080 , 0.0084 , 8571428.5714 , 2.2500 , 0.8045 , 0.8318 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 6.8948 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1322 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.2107 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1327 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 2.9524 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1330 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.1024 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1333 , cls_30 , 0.0000 , 0.1320 , 0.0091 , 7333333.3333 , 2.4444 , 0.7912 , 0.8279 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.0479 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1335 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1930 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1339 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.8070 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1343 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9043 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1353 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.7634 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1355 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.3720 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1357 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 5.0890 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1359 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8544 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1364 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9243 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1368 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 5.3484 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1371 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.7267 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1373 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9297 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1376 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 14.5579 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1379 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5473 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1381 , cls_30 , 0.0000 , 0.0720 , 0.0054 , 7272727.2727 , 1.7143 , 0.8714 , 0.7704 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 3.3934 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1383 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8267 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1390 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.5454 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1394 , cls_30 , 0.0000 , 0.2340 , 0.0132 , 7222222.2222 , 3.2500 , 0.7066 , 0.8554 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.1832 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1395 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.1089 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1399 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.9349 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1401 , cls_30 , 0.0000 , 0.0720 , 0.0047 , 10000000.0000 , 2.0000 , 0.8423 , 0.7004 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.4772 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1406 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.9939 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1410 , cls_30 , 0.0000 , 0.0720 , 0.0055 , 5333333.3333 , 1.5000 , 0.9017 , 0.7384 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 6.7075 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1411 , cls_30 , 0.0000 , 0.0600 , 0.0048 , 9523809.5238 , 1.6667 , 0.8684 , 0.8019 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 9.6955 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1412 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.0325 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1416 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8390 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1422 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5556 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1428 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2170 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1429 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2806 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1434 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.0231 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1436 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7785 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1441 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 10.2448 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1443 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2546 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1446 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 12000000.0000 , 1.8000 , 0.8603 , 0.8447 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7228 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1447 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1702 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1452 , cls_30 , 0.0000 , 0.0900 , 0.0056 , 5882352.9412 , 1.6667 , 0.8638 , 0.5671 , 0.5294 , 0.0000 , 0.0000 , 0.0000 , 6.2237 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1455 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9692 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1456 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1327 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1459 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8687 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1465 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.1427 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1471 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9757 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1478 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9803 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1479 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.7087 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1489 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.5374 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1495 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.3760 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1500 , cls_30 , 0.0000 , 0.0480 , 0.0043 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 11.5820 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1501 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 1.4626 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1502 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.4210 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1507 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7164 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1513 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 2.9754 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1515 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 7.8623 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1518 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3062 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1520 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.3953 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1523 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5641 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1526 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0529 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1527 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7437 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1531 , cls_30 , 0.0000 , 0.0540 , 0.0042 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 2.8427 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1534 , cls_30 , 0.0000 , 0.0660 , 0.0042 , 9166666.6667 , 1.8333 , 0.8606 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7869 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1535 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1966 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1541 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.1692 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1543 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.5113 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1545 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8341 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1546 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6962 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1552 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4855 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1556 , cls_30 , 0.0000 , 0.0660 , 0.0056 , 10476190.4762 , 1.8333 , 0.8487 , 0.8318 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 5.8550 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1560 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.3813 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1561 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8016 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1563 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.1577 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1564 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5630 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1567 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.3764 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1568 , cls_30 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.3719 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1574 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2568 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1577 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 7.4710 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1578 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6023 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1589 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8831 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1594 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.2965 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1597 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7753 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1604 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0484 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1605 , cls_30 , 0.0000 , 0.0540 , 0.0039 , 7500000.0000 , 1.5000 , 0.9026 , 0.6817 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 5.7048 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1608 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.4917 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1609 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7044 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1610 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6320 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1613 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6716 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1614 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3807 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1615 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.7559 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1616 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.1040 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1619 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2248 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1622 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.7336 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1624 , cls_30 , 0.0000 , 0.0840 , 0.0056 , 10370370.3704 , 2.3333 , 0.8201 , 0.7205 , 0.2407 , 0.0000 , 0.0000 , 0.0000 , 5.6503 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1630 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8472 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1631 , cls_30 , 0.0000 , 0.1500 , 0.0092 , 7936507.9365 , 2.5000 , 0.7659 , 0.8048 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 4.8720 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1632 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.4822 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1633 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9422 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1636 , cls_30 , 0.0000 , 0.0660 , 0.0044 , 12222222.2222 , 2.2000 , 0.8354 , 0.6944 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8217 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1637 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4092 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1641 , cls_30 , 0.0000 , 0.1200 , 0.0080 , 4597701.1494 , 1.8182 , 0.8500 , 0.6844 , 0.6379 , 0.0000 , 0.0000 , 0.0000 , 2.2728 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1645 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7122 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1650 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 5.3274 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1652 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.9500 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1655 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.0045 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1656 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.9387 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1663 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5794 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1666 , cls_30 , 0.0000 , 0.0660 , 0.0046 , 12222222.2222 , 2.2000 , 0.8354 , 0.7366 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1450 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1668 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.2778 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1673 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2702 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1675 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.5935 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1677 , cls_30 , 0.0000 , 0.1080 , 0.0072 , 7500000.0000 , 2.2500 , 0.8166 , 0.8131 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.0354 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1679 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1722 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1684 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6488 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1687 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.9028 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1690 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6342 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1695 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2064 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1696 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.4481 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1697 , cls_30 , 0.0000 , 0.1320 , 0.0081 , 6666666.6667 , 2.2000 , 0.8001 , 0.7845 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 31.8652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1703 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 7500000.0000 , 1.5000 , 0.9026 , 0.7247 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 5.1357 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1707 , cls_30 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.9961 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1711 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.1164 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1712 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.0340 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1719 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6347 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1721 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5602 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1727 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.2985 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1730 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8106 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1732 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 2.3242 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1735 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7378 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1736 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.4484 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1740 , cls_30 , 0.0000 , 0.0840 , 0.0055 , 7777777.7778 , 2.0000 , 0.8460 , 0.7062 , 0.4028 , 0.0000 , 0.0000 , 0.0000 , 13.6278 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1742 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 32.8647 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1744 , cls_30 , 0.0000 , 1.1760 , 0.0330 , 5632183.9080 , 6.3226 , 0.3967 , 0.8078 , 0.5503 , 0.0000 , 0.0000 , 0.0000 , 20.4324 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1745 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.0320 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1753 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.4456 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1755 , cls_30 , 0.0000 , 0.1020 , 0.0064 , 9444444.4444 , 2.4286 , 0.8034 , 0.7649 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 5.2259 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1757 , cls_30 , 0.0000 , 0.0960 , 0.0061 , 8205128.2051 , 2.0000 , 0.8239 , 0.7286 , 0.3718 , 0.0000 , 0.0000 , 0.0000 , 4.3109 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1759 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 3.5356 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1760 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 6666666.6667 , 1.3333 , 0.9273 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 5.5105 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1761 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2076 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1764 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7892 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1771 , cls_30 , 0.0000 , 0.0480 , 0.0042 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 3.8524 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1772 , cls_30 , 0.0000 , 0.0660 , 0.0047 , 12222222.2222 , 2.2000 , 0.8354 , 0.8137 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5634 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1775 , cls_30 , 0.0000 , 0.1500 , 0.0083 , 4504504.5045 , 1.9231 , 0.8201 , 0.6773 , 0.6486 , 0.0000 , 0.0000 , 0.0000 , 12.1011 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1777 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 4.3153 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1778 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.3032 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1782 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4762 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1790 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6245 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1791 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 13333333.3333 , 2.0000 , 0.8645 , 0.7170 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 2.4748 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1797 , cls_30 , 0.0000 , 0.0660 , 0.0056 , 7333333.3333 , 1.5714 , 0.8812 , 0.7598 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 11.6540 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1801 , cls_30 , 0.0000 , 0.1140 , 0.0067 , 8444444.4444 , 2.3750 , 0.7986 , 0.7878 , 0.3556 , 0.0000 , 0.0000 , 0.0000 , 2.9115 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1804 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6817 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1806 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7927 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1809 , cls_30 , 0.0000 , 0.1080 , 0.0064 , 7500000.0000 , 2.2500 , 0.8166 , 0.6866 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 3.6258 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1813 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0272 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1816 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7077 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1817 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9282 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1820 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.8592 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1824 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.6351 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1828 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.3477 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1830 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2127 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1832 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8239 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1833 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.7138 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1835 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 61.4592 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1845 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.4955 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1849 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.1648 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1857 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.3056 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1859 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.6129 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1861 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.9669 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1864 , cls_30 , 0.0000 , 0.1860 , 0.0111 , 7948717.9487 , 2.8182 , 0.7340 , 0.8171 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 10.4555 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1865 , cls_30 , 0.0000 , 0.1140 , 0.0060 , 9047619.0476 , 2.3750 , 0.7925 , 0.5652 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.6685 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1866 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.7920 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1869 , cls_30 , 0.0000 , 0.0840 , 0.0055 , 7777777.7778 , 2.0000 , 0.8460 , 0.7495 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.4621 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1874 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8013 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1879 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 14.9986 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1884 , cls_30 , 0.0000 , 0.0960 , 0.0078 , 8205128.2051 , 2.0000 , 0.8239 , 0.8438 , 0.3718 , 0.0000 , 0.0000 , 0.0000 , 3.1495 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1887 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.4165 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1888 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.8222 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1890 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0471 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1891 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9079 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1896 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1040 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1897 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.4915 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1900 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.9483 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1902 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.0565 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1904 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.7379 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1913 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7766 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1914 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2517 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1918 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1030 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1930 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.5403 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1933 , cls_30 , 0.0000 , 0.0840 , 0.0052 , 8484848.4848 , 2.0000 , 0.8380 , 0.5881 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.9465 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1934 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6894 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1939 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5660 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1951 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.5618 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1956 , cls_30 , 0.0000 , 0.0600 , 0.0048 , 6666666.6667 , 1.4286 , 0.9016 , 0.6817 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 6.6595 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1970 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.7789 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1971 , cls_30 , 0.0000 , 0.0780 , 0.0072 , 10833333.3333 , 2.1667 , 0.8255 , 0.8802 , 0.2292 , 0.0000 , 0.0000 , 0.0000 , 4.9510 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1973 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5899 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1975 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6926 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1978 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1969 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1979 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0833 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1981 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1987 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1983 , cls_30 , 0.0000 , 0.0660 , 0.0050 , 9166666.6667 , 1.8333 , 0.8606 , 0.7247 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 4.6296 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1986 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9518 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1987 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.2374 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1993 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 2.2588 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1998 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8433 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2002 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 48.6355 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2005 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2161 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2008 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9099 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2012 , cls_30 , 0.0000 , 0.1320 , 0.0081 , 9166666.6667 , 2.7500 , 0.7713 , 0.8370 , 0.3438 , 0.0000 , 0.0000 , 0.0000 , 4.3378 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2013 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7919 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2014 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.7308 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2017 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.7036 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2018 , cls_30 , 0.0000 , 0.0480 , 0.0048 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.4086 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2019 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0135 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2021 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 18.2075 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2025 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 9523809.5238 , 1.6667 , 0.8684 , 0.7379 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 2.3115 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2026 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 4444444.4444 , 1.1429 , 0.9685 , 0.5506 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 8.2694 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2029 , cls_30 , 0.0000 , 0.0660 , 0.0061 , 8148148.1481 , 1.8333 , 0.8713 , 0.8024 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 3.3592 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2030 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.0851 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2031 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2958 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2032 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.0383 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2035 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0812 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2036 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.6748 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2039 , cls_30 , 0.0000 , 0.0900 , 0.0063 , 7142857.1429 , 1.8750 , 0.8451 , 0.7078 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 2.0217 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2041 , cls_30 , 0.0000 , 0.0660 , 0.0055 , 8148148.1481 , 1.8333 , 0.8713 , 0.7796 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 29.0730 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2042 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2324 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2052 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1146 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2056 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.1207 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2058 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2134 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2059 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6521 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2064 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2265 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2069 , cls_30 , 0.0000 , 0.1620 , 0.0117 , 3913043.4783 , 1.9286 , 0.8233 , 0.8277 , 0.6630 , 0.0000 , 0.0000 , 0.0000 , 9.4389 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2071 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.3831 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2073 , cls_30 , 0.0000 , 0.0600 , 0.0040 , 9523809.5238 , 1.6667 , 0.8684 , 0.6435 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 4.8911 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2081 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6501 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2086 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.4642 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2087 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.9324 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2090 , cls_30 , 0.0000 , 0.1260 , 0.0075 , 5185185.1852 , 1.9091 , 0.8309 , 0.6456 , 0.5802 , 0.0000 , 0.0000 , 0.0000 , 4.6436 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2094 , cls_30 , 0.0000 , 0.0960 , 0.0062 , 7111111.1111 , 2.0000 , 0.8372 , 0.7191 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 16.2868 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2096 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4311 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2102 , cls_30 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 5.1800 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2105 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.2496 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2108 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4683 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2111 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7265 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2113 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.3192 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2121 , cls_30 , 0.0000 , 0.0960 , 0.0058 , 8205128.2051 , 2.0000 , 0.8239 , 0.6689 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 7.7531 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2123 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.4198 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2125 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8331 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2129 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 5.6509 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2132 , cls_30 , 0.0000 , 0.0840 , 0.0070 , 8484848.4848 , 2.0000 , 0.8380 , 0.8352 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.7198 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2136 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3458 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2141 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.0685 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2144 , cls_30 , 0.0000 , 0.1020 , 0.0065 , 7083333.3333 , 2.1250 , 0.8296 , 0.7963 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 6.8142 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2148 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6579 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2157 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.5268 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2158 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3417 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2161 , cls_30 , 0.0000 , 0.1860 , 0.0107 , 8266666.6667 , 3.1000 , 0.7306 , 0.8498 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 62.8746 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2163 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 50.8657 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2167 , cls_30 , 0.0000 , 0.3180 , 0.0150 , 4472573.8397 , 2.9444 , 0.6986 , 0.7516 , 0.6245 , 0.0000 , 0.0000 , 0.0000 , 13.8133 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2172 , cls_30 , 0.0000 , 0.0720 , 0.0049 , 6666666.6667 , 1.7143 , 0.8797 , 0.6180 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 11.4747 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2179 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2462 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2181 , cls_30 , 0.0000 , 0.0720 , 0.0056 , 8888888.8889 , 2.0000 , 0.8529 , 0.7838 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 4.1666 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2186 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7487 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2187 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3383 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2188 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.3184 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2193 , cls_30 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 8.5883 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2200 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.5873 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2213 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 25.1891 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2222 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 15.8913 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2225 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.2086 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2226 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 3.7850 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2228 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.3883 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2232 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0325 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2243 , cls_30 , 0.0000 , 0.0780 , 0.0060 , 7878787.8788 , 1.8571 , 0.8541 , 0.7585 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 1.7172 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2244 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.3623 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2245 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.3874 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2247 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4351 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2251 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5664 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2258 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 11.1034 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2261 , cls_30 , 0.0000 , 0.2220 , 0.0092 , 6851851.8519 , 3.0833 , 0.7197 , 0.6654 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 5.4405 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2262 , cls_30 , 0.0000 , 0.0480 , 0.0032 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 9.7438 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2264 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.0658 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2272 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.3880 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2274 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 3.4108 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2276 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3384 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2287 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.6514 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2294 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4655 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2295 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.6366 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2297 , cls_30 , 0.0000 , 0.0540 , 0.0039 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.0147 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2298 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.2204 , 0.0391 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2299 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8385 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2304 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.7940 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2307 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.3217 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2308 , cls_30 , 0.0000 , 0.0660 , 0.0049 , 5641025.6410 , 1.3750 , 0.9067 , 0.5963 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 8.9963 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2310 , cls_30 , 0.0000 , 0.0660 , 0.0053 , 12222222.2222 , 2.2000 , 0.8354 , 0.8302 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.7475 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2311 , cls_30 , 0.0000 , 0.1080 , 0.0093 , 6666666.6667 , 2.0000 , 0.8277 , 0.8315 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 17.6074 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2312 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4171 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2316 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4020 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2318 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.4247 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2323 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8706 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2325 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5385 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2327 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2377 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2331 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6990 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2337 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.5049 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2338 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 2.9336 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2344 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.0135 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2345 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.8265 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2352 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3327 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2356 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7941 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2374 , cls_30 , 0.0000 , 0.0540 , 0.0050 , 7500000.0000 , 1.5000 , 0.9026 , 0.8078 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.0064 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2376 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4247 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2380 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 2.9485 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2382 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7911 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2383 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9591 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2384 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2504 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2390 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7695 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2393 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4603 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2399 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.5324 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2400 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4012 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2401 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2383 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2402 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7723 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2405 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8168 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2407 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3021 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2409 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6950 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2410 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7795 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2414 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2549 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2417 , cls_30 , 0.0000 , 0.1620 , 0.0092 , 6000000.0000 , 2.4545 , 0.7804 , 0.7419 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 22.5305 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2426 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.4765 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2427 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.2577 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2429 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.4058 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2432 , cls_30 , 0.0000 , 0.0960 , 0.0072 , 5614035.0877 , 1.7778 , 0.8600 , 0.7581 , 0.5351 , 0.0000 , 0.0000 , 0.0000 , 7.9547 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2433 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.0199 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2434 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 9.8980 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2436 , cls_30 , 0.0000 , 0.0600 , 0.0048 , 7407407.4074 , 1.6667 , 0.8916 , 0.7796 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 22.6591 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2443 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5163 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2445 , cls_30 , 0.0000 , 0.0960 , 0.0058 , 7111111.1111 , 2.0000 , 0.8372 , 0.6396 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.7976 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2448 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5221 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2453 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1552 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2457 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6018 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2460 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 16.1678 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2464 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1706 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2469 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3729 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2471 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.7765 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2473 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1161 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2478 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.7062 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 10.6183 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2480 , cls_30 , 0.0000 , 0.1800 , 0.0122 , 5405405.4054 , 2.3077 , 0.7746 , 0.8268 , 0.5450 , 0.0000 , 0.0000 , 0.0000 , 14.8638 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2485 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.3382 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2489 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1829 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2491 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.0131 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2509 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4611 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2513 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.8411 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2514 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.5396 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2515 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.6982 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2516 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.7199 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2517 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 10.2507 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2523 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.3045 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2525 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 6.8837 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2529 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.4627 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2531 , cls_30 , 0.0000 , 0.0720 , 0.0064 , 10000000.0000 , 2.0000 , 0.8423 , 0.8585 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 17.8393 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2534 , cls_30 , 0.0000 , 0.0720 , 0.0054 , 8000000.0000 , 1.7143 , 0.8625 , 0.7913 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 3.3031 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2536 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.3836 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2538 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.7803 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2539 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6917 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2545 , cls_30 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 2.6937 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2546 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.5309 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2553 , cls_30 , 0.0000 , 0.1020 , 0.0067 , 5666666.6667 , 1.8889 , 0.8510 , 0.7139 , 0.5250 , 0.0000 , 0.0000 , 0.0000 , 7.0107 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2562 , cls_30 , 0.0000 , 0.1080 , 0.0068 , 5454545.4545 , 1.8000 , 0.8471 , 0.6704 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 3.4112 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2566 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 6.3639 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2569 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 6060606.0606 , 1.4286 , 0.9110 , 0.5881 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 2.1309 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2570 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.5853 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2582 , cls_30 , 0.0000 , 0.0840 , 0.0059 , 7777777.7778 , 2.0000 , 0.8460 , 0.7062 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 29.3718 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2584 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 29.2197 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2585 , cls_30 , 0.0000 , 0.1680 , 0.0091 , 8484848.4848 , 2.8000 , 0.7435 , 0.7940 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.8920 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2589 , cls_30 , 0.0000 , 0.3180 , 0.0152 , 6794871.7949 , 3.5333 , 0.6605 , 0.8186 , 0.4647 , 0.0000 , 0.0000 , 0.0000 , 16.8319 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2592 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9374 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2597 , cls_30 , 0.0000 , 0.2100 , 0.0120 , 7777777.7778 , 3.1818 , 0.7173 , 0.8472 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 5.6442 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2598 , cls_30 , 0.0000 , 0.0600 , 0.0047 , 7407407.4074 , 1.6667 , 0.8916 , 0.6630 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 6.8354 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2599 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9119 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2605 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9444 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2606 , cls_30 , 0.0000 , 0.0480 , 0.0051 , 7619047.6190 , 1.3333 , 0.9145 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 10.6570 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2607 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.7626 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2613 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.8387 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2620 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.4584 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2631 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7775 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2638 , cls_30 , 0.0000 , 0.1920 , 0.0099 , 5925925.9259 , 2.6667 , 0.7559 , 0.6839 , 0.5093 , 0.0000 , 0.0000 , 0.0000 , 9.5879 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2643 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 18.7845 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2661 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4456 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2663 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1071 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2664 , cls_30 , 0.0000 , 0.0480 , 0.0044 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 5.6657 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2666 , cls_30 , 0.0000 , 0.0540 , 0.0049 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 10.0281 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2668 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1303 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2671 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.7671 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2677 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4312 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2686 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.9458 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2687 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.4556 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2696 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.9292 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2697 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.1306 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2704 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7326 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2707 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.5685 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2708 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.8422 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2710 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.2574 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2712 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3498 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2713 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.7019 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2714 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9101 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2728 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.5732 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2729 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 7.3749 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2732 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6673 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2737 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 8.5458 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2738 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.3345 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2740 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.5926 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 5.2957 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2744 , cls_30 , 0.0000 , 0.0780 , 0.0054 , 8666666.6667 , 1.8571 , 0.8453 , 0.7805 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 4.6880 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2745 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.4207 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2751 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1119 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2753 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 6.6669 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2755 , cls_30 , 0.0000 , 0.0480 , 0.0044 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.9615 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2757 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3719 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2758 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.8737 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2762 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6601 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2765 , cls_30 , 0.0000 , 0.0480 , 0.0042 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 3.2534 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2767 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.6724 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2768 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.9714 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2770 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7254 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2774 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.9781 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2776 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.9355 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2779 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3695 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2782 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.5625 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2784 , cls_30 , 0.0000 , 0.0720 , 0.0063 , 6666666.6667 , 1.7143 , 0.8797 , 0.7062 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.7039 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2788 , cls_30 , 0.0000 , 0.0600 , 0.0046 , 11111111.1111 , 2.0000 , 0.8548 , 0.7753 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 4.2530 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2789 , cls_30 , 0.0000 , 0.0720 , 0.0060 , 8000000.0000 , 1.7143 , 0.8625 , 0.7913 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 9.2733 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2793 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2140 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2798 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8120 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2800 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4565 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2802 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 2.3632 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2809 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0856 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2811 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4390 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2815 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.7140 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2817 , cls_30 , 0.0000 , 0.1860 , 0.0095 , 6262626.2626 , 2.5833 , 0.7556 , 0.7406 , 0.4949 , 0.0000 , 0.0000 , 0.0000 , 11.8009 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2818 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3722 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2826 , cls_30 , 0.0000 , 0.0660 , 0.0047 , 6111111.1111 , 1.5714 , 0.8988 , 0.6180 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.1773 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2829 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 7.3048 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2831 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.8213 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2833 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0406 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2834 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.6114 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2835 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9681 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2840 , cls_30 , 0.0000 , 0.0660 , 0.0053 , 5641025.6410 , 1.3750 , 0.9067 , 0.6877 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.9581 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2842 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9351 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2852 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.0662 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2854 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.4999 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2858 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.9096 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2860 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 5.1765 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2862 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 8.3165 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2867 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 6.5020 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2870 , cls_30 , 0.0000 , 0.0600 , 0.0053 , 6666666.6667 , 1.4286 , 0.9016 , 0.7598 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.2239 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2875 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1371 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2878 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1593 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2881 , cls_30 , 0.0000 , 0.1440 , 0.0071 , 10666666.6667 , 3.0000 , 0.7462 , 0.7419 , 0.2556 , 0.0000 , 0.0000 , 0.0000 , 2.2214 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2882 , cls_30 , 0.0000 , 0.1140 , 0.0064 , 9047619.0476 , 2.3750 , 0.7925 , 0.6927 , 0.2976 , 0.0000 , 0.0000 , 0.0000 , 4.6157 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2888 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0534 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2890 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9561 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2894 , cls_30 , 0.0000 , 0.0660 , 0.0050 , 7333333.3333 , 1.5714 , 0.8812 , 0.7551 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 12.0295 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2896 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 16.9872 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2898 , cls_30 , 0.0000 , 0.2460 , 0.0121 , 4408602.1505 , 2.5625 , 0.7445 , 0.7098 , 0.6425 , 0.0000 , 0.0000 , 0.0000 , 19.1127 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2900 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.5225 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2913 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5727 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2915 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9629 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2921 , cls_30 , 0.0000 , 0.0540 , 0.0039 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.8155 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2932 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0710 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2936 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.9683 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2937 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.2520 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2943 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7986 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2945 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.9303 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2946 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 4.5667 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2948 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7655 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2949 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5811 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2952 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.7310 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2955 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 14.4727 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2956 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6420 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2958 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.8697 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2962 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.9727 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2965 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.8303 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2968 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9112 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2969 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5924 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2978 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.2226 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2979 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6742 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2980 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.8977 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2985 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9105 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2986 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4121 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2987 , cls_30 , 0.0000 , 0.0540 , 0.0047 , 5454545.4545 , 1.2857 , 0.9338 , 0.6888 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 4.0712 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2994 , cls_30 , 0.0000 , 0.0660 , 0.0047 , 10476190.4762 , 1.8333 , 0.8487 , 0.7591 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 2.7988 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2995 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7250 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2997 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0492 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3001 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 10.2565 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3002 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 24.4691 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3006 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.7161 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3008 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2640 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3010 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4190 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3011 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7700 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3014 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 1.8760 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3020 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.6772 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3021 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7476 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3022 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9053 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3023 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.9810 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3024 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6206 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3026 , cls_30 , 0.0000 , 0.0840 , 0.0057 , 4912280.7018 , 1.5556 , 0.8908 , 0.5348 , 0.5965 , 0.0000 , 0.0000 , 0.0000 , 3.4503 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3027 , cls_30 , 0.0000 , 0.1860 , 0.0097 , 5040650.4065 , 2.3846 , 0.7763 , 0.7178 , 0.5854 , 0.0000 , 0.0000 , 0.0000 , 7.1583 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3028 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 8.1665 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3032 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.9960 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3033 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.7180 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3041 , cls_30 , 0.0000 , 0.0600 , 0.0041 , 8333333.3333 , 1.6667 , 0.8805 , 0.4907 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 4.1166 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3045 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0625 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3047 , cls_30 , 0.0000 , 0.0660 , 0.0052 , 9166666.6667 , 1.8333 , 0.8606 , 0.8330 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 16.2147 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3050 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.4148 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3059 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9880 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3062 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.2849 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3065 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.3314 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3073 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3003 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3085 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 8888888.8889 , 1.6000 , 0.9002 , 0.7062 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 2.8111 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3087 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5280 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3104 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4488 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3109 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6727 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3112 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5785 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3115 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.7698 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3119 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 7.7018 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3130 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.3529 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3131 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.1995 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3133 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.0682 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3136 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.5085 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3143 , cls_30 , 0.0000 , 0.2820 , 0.0159 , 4017094.0171 , 2.6111 , 0.7305 , 0.7753 , 0.6688 , 0.0000 , 0.0000 , 0.0000 , 13.0598 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3144 , cls_30 , 0.0000 , 0.2760 , 0.0130 , 5679012.3457 , 3.0667 , 0.7009 , 0.7693 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 5.1137 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3147 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3803 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3149 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5442 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3151 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0771 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3152 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0069 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3159 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0680 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3162 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.3898 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3173 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 4.5767 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3176 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6943 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3185 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6081 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3187 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6922 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3190 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.4156 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3197 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9028 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3203 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4249 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3211 , cls_30 , 0.0000 , 0.1020 , 0.0072 , 6296296.2963 , 1.8889 , 0.8408 , 0.6903 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.3170 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3216 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.0058 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3218 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 13333333.3333 , 2.0000 , 0.8392 , 0.8011 , 0.1333 , 0.0000 , 0.0000 , 0.0000 , 9.7690 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3219 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2047 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3220 , cls_30 , 0.0000 , 0.1200 , 0.0072 , 6060606.0606 , 2.0000 , 0.8224 , 0.7521 , 0.5379 , 0.0000 , 0.0000 , 0.0000 , 7.4150 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3221 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.2176 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3222 , cls_30 , 0.0000 , 0.0720 , 0.0053 , 6666666.6667 , 1.7143 , 0.8797 , 0.6180 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 7.2918 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3225 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3836 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3228 , cls_30 , 0.0000 , 0.0780 , 0.0064 , 8666666.6667 , 1.8571 , 0.8453 , 0.8408 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 6.0298 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3234 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.8186 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3240 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.9952 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3242 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.5629 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3243 , cls_30 , 0.0000 , 0.0600 , 0.0048 , 9523809.5238 , 1.6667 , 0.8684 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 2.3274 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3244 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.8546 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3248 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4281 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3249 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9088 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3252 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.0944 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3255 , cls_30 , 0.0000 , 0.0540 , 0.0042 , 6666666.6667 , 1.5000 , 0.9139 , 0.7135 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.6298 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3256 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5692 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3270 , cls_30 , 0.0000 , 0.0780 , 0.0056 , 9629629.6296 , 2.1667 , 0.8359 , 0.7838 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 9.0370 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3274 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 13.3466 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3278 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.6278 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3281 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.5258 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3287 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.5943 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3291 , cls_30 , 0.0000 , 0.1380 , 0.0082 , 7301587.3016 , 2.3000 , 0.7854 , 0.7943 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 5.2031 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3293 , cls_30 , 0.0000 , 0.0660 , 0.0045 , 7333333.3333 , 1.5714 , 0.8812 , 0.6021 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 3.7939 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3302 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.7893 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3305 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1392 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3309 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.0114 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3313 , cls_30 , 0.0000 , 0.1320 , 0.0080 , 7719298.2456 , 2.4444 , 0.7866 , 0.7282 , 0.3684 , 0.0000 , 0.0000 , 0.0000 , 9.6866 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3315 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.4986 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3317 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3591 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3320 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4576 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3321 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2303 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3323 , cls_30 , 0.0000 , 0.0780 , 0.0058 , 7222222.2222 , 1.8571 , 0.8622 , 0.8283 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.9701 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3324 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.1594 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3325 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.0046 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3328 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 9.9404 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3335 , cls_30 , 0.0000 , 0.0540 , 0.0049 , 10000000.0000 , 1.8000 , 0.8762 , 0.8302 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.5132 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3344 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.7850 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3346 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.1837 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3347 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 8333333.3333 , 1.6667 , 0.8805 , 0.7004 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 7.1730 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3349 , cls_30 , 0.0000 , 0.0600 , 0.0046 , 6666666.6667 , 1.4286 , 0.9016 , 0.6894 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 5.2938 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3350 , cls_30 , 0.0000 , 0.1500 , 0.0093 , 5555555.5556 , 2.2727 , 0.7992 , 0.6944 , 0.5611 , 0.0000 , 0.0000 , 0.0000 , 4.4635 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3351 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9878 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3353 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5271 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3355 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 6666666.6667 , 1.3333 , 0.9273 , 0.6082 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 9.2311 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3360 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.2163 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3361 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 1.6619 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3365 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4622 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3369 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3473 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3370 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3871 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3371 , cls_30 , 0.0000 , 0.0540 , 0.0046 , 10000000.0000 , 1.8000 , 0.8762 , 0.7613 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.6011 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3372 , cls_30 , 0.0000 , 0.0660 , 0.0041 , 10476190.4762 , 1.8333 , 0.8487 , 0.6927 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 4.5824 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3377 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4694 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3378 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6234 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3382 , cls_30 , 0.0000 , 0.0540 , 0.0040 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.7763 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3384 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6047 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3386 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9506 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3392 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7711 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3393 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.8649 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3394 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 18.3324 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3396 , cls_30 , 0.0000 , 0.2640 , 0.0133 , 5534591.1950 , 2.9333 , 0.7108 , 0.7735 , 0.5503 , 0.0000 , 0.0000 , 0.0000 , 18.6535 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3397 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9426 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3406 , cls_30 , 0.0000 , 0.0960 , 0.0065 , 8205128.2051 , 2.0000 , 0.8239 , 0.6877 , 0.3205 , 0.0000 , 0.0000 , 0.0000 , 1.5414 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3407 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 3.5739 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3410 , cls_30 , 0.0000 , 0.0600 , 0.0057 , 11111111.1111 , 2.0000 , 0.8548 , 0.8472 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 2.6119 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3411 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8931 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3414 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8718 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3415 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.8332 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3416 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.2352 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3417 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 10.5344 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3418 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1536 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3420 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.9829 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3422 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 12000000.0000 , 1.8000 , 0.8603 , 0.8447 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7294 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3423 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 5.0180 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3427 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 8333333.3333 , 1.6667 , 0.8805 , 0.7004 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 7.5527 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3428 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.8136 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3431 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.4079 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3442 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9830 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3448 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.3286 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3450 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.5701 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3456 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6736 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3458 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.6911 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3459 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 7.5623 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3460 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9472 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3464 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.8645 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3470 , cls_30 , 0.0000 , 0.0480 , 0.0048 , 7619047.6190 , 1.3333 , 0.9145 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 4.0815 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3471 , cls_30 , 0.0000 , 0.0600 , 0.0040 , 7407407.4074 , 1.6667 , 0.8916 , 0.6630 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.8849 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3479 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.6204 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3485 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1940 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3497 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8127 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3500 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.5427 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3503 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.8121 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3506 , cls_30 , 0.0000 , 0.0540 , 0.0036 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.1723 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3511 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2723 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3513 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.4295 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3517 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9151 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3524 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7612 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3526 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5502 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3529 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8466 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3538 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3646 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3539 , cls_30 , 0.0000 , 0.0600 , 0.0045 , 11111111.1111 , 2.0000 , 0.8548 , 0.7613 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.0628 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3542 , cls_30 , 0.0000 , 0.1560 , 0.0096 , 5777777.7778 , 2.3636 , 0.7896 , 0.7419 , 0.5278 , 0.0000 , 0.0000 , 0.0000 , 4.6317 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3546 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 16.2664 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3548 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.4845 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3552 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.6235 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3557 , cls_30 , 0.0000 , 0.1020 , 0.0067 , 5666666.6667 , 1.8889 , 0.8510 , 0.7004 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 12.0258 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3558 , cls_30 , 0.0000 , 0.0480 , 0.0042 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.3727 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3561 , cls_30 , 0.0000 , 0.0840 , 0.0047 , 8484848.4848 , 2.0000 , 0.8380 , 0.6498 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 2.3752 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3564 , cls_30 , 0.0000 , 0.0660 , 0.0055 , 9166666.6667 , 1.8333 , 0.8606 , 0.8078 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.5110 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3565 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 6666666.6667 , 1.3333 , 0.9273 , 0.6817 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 6.0218 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3568 , cls_30 , 0.0000 , 0.1140 , 0.0086 , 6666666.6667 , 2.1111 , 0.8204 , 0.8221 , 0.4474 , 0.0000 , 0.0000 , 0.0000 , 4.5981 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3573 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.0939 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3574 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.8520 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3575 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.0695 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3579 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8867 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3581 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4094 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3585 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.6380 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3589 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.7403 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3590 , cls_30 , 0.0000 , 0.2580 , 0.0137 , 6991869.9187 , 3.3077 , 0.6935 , 0.8115 , 0.4593 , 0.0000 , 0.0000 , 0.0000 , 21.2907 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3592 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9063 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3593 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.5780 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3595 , cls_30 , 0.0000 , 0.0360 , 0.0024 , 8000000.0000 , 1.2000 , 0.9413 , 0.3634 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 3.2804 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3603 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.3491 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3604 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.2939 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3609 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1494 , 0.0339 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3620 , cls_30 , 0.0000 , 0.0600 , 0.0041 , 8333333.3333 , 1.6667 , 0.8805 , 0.6082 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 10.7376 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3624 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.6776 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3625 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4302 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3626 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0220 , 0.0421 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3628 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 2.3711 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3631 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.8759 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3635 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2526 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3644 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3008 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3646 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8101 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3658 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.4034 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3661 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1688 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3663 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5941 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3664 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.6388 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3668 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.1009 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3671 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6088 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3674 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 2.1685 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3676 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.7738 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3684 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9016 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3689 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2510 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3695 , cls_30 , 0.0000 , 0.1020 , 0.0090 , 5151515.1515 , 1.7000 , 0.8606 , 0.8081 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 6.0055 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3698 , cls_30 , 0.0000 , 0.0720 , 0.0051 , 7272727.2727 , 1.7143 , 0.8714 , 0.7199 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 3.5281 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3702 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1178 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3708 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.0081 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3710 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.3702 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3713 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7951 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3716 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.7295 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3717 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9837 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3718 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 8.0951 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3722 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5640 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3731 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6016 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3732 , cls_30 , 0.0000 , 0.1260 , 0.0091 , 7000000.0000 , 2.3333 , 0.8020 , 0.7823 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.7197 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3733 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 13.8068 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3736 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 12.0969 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3740 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5374 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3742 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.5481 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3745 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.5005 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3748 , cls_30 , 0.0000 , 0.1320 , 0.0091 , 7333333.3333 , 2.4444 , 0.7912 , 0.7805 , 0.4250 , 0.0000 , 0.0000 , 0.0000 , 9.7550 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3754 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9368 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3758 , cls_30 , 0.0000 , 0.1620 , 0.0079 , 5806451.6129 , 2.2500 , 0.7836 , 0.6092 , 0.5323 , 0.0000 , 0.0000 , 0.0000 , 8.3602 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3759 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8168 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3769 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.6888 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3777 , cls_30 , 0.0000 , 0.0540 , 0.0047 , 10000000.0000 , 1.8000 , 0.8762 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.1500 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3779 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3840 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3782 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.8741 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3785 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.4743 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3789 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.3139 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3791 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.6007 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3792 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.3128 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3795 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.3468 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3799 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.1402 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3802 , cls_30 , 0.0000 , 0.0900 , 0.0053 , 7692307.6923 , 1.8750 , 0.8382 , 0.6817 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 3.3605 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3804 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.9225 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3806 , cls_30 , 0.0000 , 0.0540 , 0.0039 , 12000000.0000 , 1.8000 , 0.8603 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2972 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3811 , cls_30 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 2.9985 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3816 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.0876 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3817 , cls_30 , 0.0000 , 0.1200 , 0.0076 , 5128205.1282 , 1.8182 , 0.8389 , 0.7070 , 0.5769 , 0.0000 , 0.0000 , 0.0000 , 27.2846 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3822 , cls_30 , 0.0000 , 0.1260 , 0.0067 , 7000000.0000 , 2.3333 , 0.8020 , 0.5825 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.3978 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3824 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.3677 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3826 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.4828 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3829 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.3595 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3832 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8531 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3835 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7966 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3838 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 8333333.3333 , 1.6667 , 0.8805 , 0.7453 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 1.8696 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3840 , cls_30 , 0.0000 , 0.0540 , 0.0047 , 8571428.5714 , 1.5000 , 0.8902 , 0.8019 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 5.8587 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3842 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4496 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3847 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.3278 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3850 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7308 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3851 , cls_30 , 0.0000 , 0.0780 , 0.0052 , 5777777.7778 , 1.6250 , 0.8838 , 0.5225 , 0.5444 , 0.0000 , 0.0000 , 0.0000 , 5.9956 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3852 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.3918 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3856 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.2066 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3857 , cls_30 , 0.0000 , 0.1080 , 0.0069 , 10909090.9091 , 2.5714 , 0.7835 , 0.8107 , 0.2424 , 0.0000 , 0.0000 , 0.0000 , 4.2036 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3861 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7318 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3866 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 12.0963 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3867 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 13.8775 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3868 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.7567 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3869 , cls_30 , 0.0000 , 0.0840 , 0.0061 , 5833333.3333 , 1.7500 , 0.8735 , 0.7711 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 13.4784 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3878 , cls_30 , 0.0000 , 0.0480 , 0.0030 , 13333333.3333 , 2.0000 , 0.8645 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9805 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3879 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.8448 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3891 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.7427 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3894 , cls_30 , 0.0000 , 0.2220 , 0.0118 , 5873015.8730 , 2.8462 , 0.7338 , 0.7982 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 6.9061 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3897 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6683 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3901 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8420 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3902 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1550 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3904 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.3883 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3906 , cls_30 , 0.0000 , 0.1680 , 0.0105 , 7179487.1795 , 2.5455 , 0.7584 , 0.7981 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 8.9766 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3912 , cls_30 , 0.0000 , 0.4200 , 0.0255 , 4666666.6667 , 3.5000 , 0.6427 , 0.8848 , 0.6167 , 0.0000 , 0.0000 , 0.0000 , 7.4324 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3913 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 23.4345 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3919 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6647 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3924 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1355 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3926 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 12000000.0000 , 1.8000 , 0.8603 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3877 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3930 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2784 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3931 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7968 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3933 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.6590 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3935 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.6467 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3939 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.3402 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3941 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9436 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3944 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 8333333.3333 , 1.6667 , 0.8805 , 0.7004 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 4.6124 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3946 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.9931 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3953 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.3914 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3955 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.2068 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3957 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1051 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3958 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.2838 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3965 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.9794 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3967 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.2884 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3972 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7365 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3973 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2371 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3983 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2857 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3986 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 3.7826 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3990 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9044 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3993 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3242 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3995 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 14.2824 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4002 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.1821 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4004 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.2520 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4005 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6099 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4010 , cls_30 , 0.0000 , 0.1260 , 0.0072 , 6086956.5217 , 2.1000 , 0.8152 , 0.6555 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.7419 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4011 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 4.7609 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4012 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 3.9091 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4013 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7970 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4015 , cls_30 , 0.0000 , 0.4980 , 0.0225 , 6014492.7536 , 4.1500 , 0.5872 , 0.8940 , 0.5036 , 0.0000 , 0.0000 , 0.0000 , 20.1562 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4019 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.0401 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4020 , cls_30 , 0.0000 , 0.0540 , 0.0042 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 5.6138 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4022 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7515 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4024 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 5.3214 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4026 , cls_30 , 0.0000 , 0.0780 , 0.0058 , 9629629.6296 , 2.1667 , 0.8359 , 0.8121 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 3.8448 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4032 , cls_30 , 0.0000 , 0.1080 , 0.0066 , 8571428.5714 , 2.2500 , 0.8045 , 0.7772 , 0.3452 , 0.0000 , 0.0000 , 0.0000 , 4.6166 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4037 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6949 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4041 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.3354 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4044 , cls_30 , 0.0000 , 0.0900 , 0.0068 , 6666666.6667 , 1.8750 , 0.8517 , 0.7753 , 0.4556 , 0.0000 , 0.0000 , 0.0000 , 9.4592 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4047 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.8405 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4060 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 11.8026 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4069 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.7437 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4070 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2950 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4075 , cls_30 , 0.0000 , 0.0600 , 0.0053 , 6060606.0606 , 1.4286 , 0.9110 , 0.6498 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 5.2206 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4077 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 3.3133 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4089 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.2152 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4090 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1294 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4091 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6266 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4096 , cls_30 , 0.0000 , 0.0720 , 0.0062 , 6153846.1538 , 1.5000 , 0.8875 , 0.8053 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 6.2016 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4099 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8345 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4103 , cls_30 , 0.0000 , 0.1560 , 0.0104 , 6666666.6667 , 2.3636 , 0.7761 , 0.8294 , 0.4808 , 0.0000 , 0.0000 , 0.0000 , 8.0920 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4108 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.8811 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4111 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3540 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4114 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.8002 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4116 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1640 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4123 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.1916 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4128 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.0194 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4129 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.6984 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4132 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.4239 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4136 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.6124 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4141 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4341 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.5189 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4143 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1318 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4144 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.4976 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4145 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.9230 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4146 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.6242 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4150 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.7540 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4158 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.0909 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4160 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8923 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4162 , cls_30 , 0.0000 , 0.0360 , 0.0024 , 8000000.0000 , 1.2000 , 0.9413 , 0.3634 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 5.5115 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4163 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 5925925.9259 , 1.3333 , 0.9389 , 0.4270 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 2.4297 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4164 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8112 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4165 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8768 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4168 , cls_30 , 0.0000 , 0.0540 , 0.0040 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 6.2075 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4171 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.7579 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4173 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.9004 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4175 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.5398 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4176 , cls_30 , 0.0000 , 0.2520 , 0.0146 , 8235294.1176 , 3.5000 , 0.6833 , 0.9007 , 0.3529 , 0.0000 , 0.0000 , 0.0000 , 5.9576 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4179 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.8724 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4186 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.5788 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4190 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8139 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4191 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 7.0701 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4192 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.1417 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4193 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8734 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4196 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 7.7393 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4203 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.0387 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4205 , cls_30 , 0.0000 , 0.0780 , 0.0053 , 7878787.8788 , 1.8571 , 0.8541 , 0.6584 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 6.7772 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4207 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2650 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4208 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7724 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4218 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 21.2966 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4229 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9679 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4232 , cls_30 , 0.0000 , 0.0540 , 0.0051 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 8.7869 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4239 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0404 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4241 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3927 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4242 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1477 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4244 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.2444 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4249 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 8.2798 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4252 , cls_30 , 0.0000 , 0.0720 , 0.0057 , 5714285.7143 , 1.5000 , 0.8948 , 0.7558 , 0.5357 , 0.0000 , 0.0000 , 0.0000 , 16.0579 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4254 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.6758 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4258 , cls_30 , 0.0000 , 0.1020 , 0.0063 , 7083333.3333 , 2.1250 , 0.8296 , 0.7603 , 0.4688 , 0.0000 , 0.0000 , 0.0000 , 15.5526 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4259 , cls_30 , 0.0000 , 0.0840 , 0.0064 , 4666666.6667 , 1.5556 , 0.8961 , 0.6559 , 0.6083 , 0.0000 , 0.0000 , 0.0000 , 4.3444 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4261 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2962 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4264 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1198 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4272 , cls_30 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 13.7190 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4282 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5685 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4290 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0020 , 0.0351 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4295 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9380 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4298 , cls_30 , 0.0000 , 0.1500 , 0.0073 , 5952380.9524 , 2.2727 , 0.7925 , 0.5182 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 7.4156 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4299 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 6.4018 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4300 , cls_30 , 0.0000 , 0.1740 , 0.0094 , 6904761.9048 , 2.6364 , 0.7567 , 0.7903 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 26.1959 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4301 , cls_30 , 0.0000 , 0.1140 , 0.0061 , 6333333.3333 , 2.1111 , 0.8252 , 0.6082 , 0.5250 , 0.0000 , 0.0000 , 0.0000 , 21.0819 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4305 , cls_30 , 0.0000 , 0.4320 , 0.0177 , 6000000.0000 , 4.0000 , 0.6151 , 0.8161 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 4.9794 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4313 , cls_30 , 0.0000 , 0.1500 , 0.0070 , 6944444.4444 , 2.5000 , 0.7780 , 0.6850 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 8.0623 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4318 , cls_30 , 0.0000 , 0.0540 , 0.0046 , 10000000.0000 , 1.8000 , 0.8762 , 0.7613 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.8889 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4319 , cls_30 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 2.2533 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4326 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.8332 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4330 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.8872 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4335 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9232 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4338 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.9617 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4350 , cls_30 , 0.0000 , 0.3660 , 0.0148 , 6455026.4550 , 3.8125 , 0.6398 , 0.7849 , 0.5026 , 0.0000 , 0.0000 , 0.0000 , 14.3006 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4351 , cls_30 , 0.0000 , 0.1020 , 0.0075 , 7083333.3333 , 2.1250 , 0.8296 , 0.8078 , 0.4479 , 0.0000 , 0.0000 , 0.0000 , 6.6690 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4371 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.4670 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4376 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0736 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4390 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7422 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4391 , cls_30 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.5080 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4393 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.9354 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4403 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 6.3247 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4405 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 5.1456 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4407 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2489 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4409 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.0766 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4410 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.5971 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4418 , cls_30 , 0.0000 , 0.3120 , 0.0142 , 7878787.8788 , 3.7143 , 0.6513 , 0.7853 , 0.3712 , 0.0000 , 0.0000 , 0.0000 , 7.1348 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4425 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4349 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4428 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.3257 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4429 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1755 , 0.0351 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4430 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.7755 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4434 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.4909 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4446 , cls_30 , 0.0000 , 0.0600 , 0.0055 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 8.5029 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4447 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2970 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4451 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3822 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4453 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 5454545.4545 , 1.2857 , 0.9338 , 0.5170 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 2.2655 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4454 , cls_30 , 0.0000 , 0.0720 , 0.0060 , 7272727.2727 , 1.7143 , 0.8714 , 0.7199 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 2.9098 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4457 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 5.8493 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4460 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8579 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4473 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 5.0292 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4481 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0400 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4485 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4953 , 0.0295 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4486 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.4474 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4490 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.9971 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4491 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3978 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4492 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.7062 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 4.6373 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4498 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6311 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4515 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 3.9102 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4520 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.6272 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4521 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3013 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4522 , cls_30 , 0.0000 , 0.0900 , 0.0073 , 7692307.6923 , 1.8750 , 0.8382 , 0.7701 , 0.3590 , 0.0000 , 0.0000 , 0.0000 , 13.9666 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4530 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.2698 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4533 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.9932 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4545 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9188 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4552 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7765 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4557 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5101 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4559 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4151 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4563 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6024 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4567 , cls_30 , 0.0000 , 0.0540 , 0.0046 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.1799 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4579 , cls_30 , 0.0000 , 0.0960 , 0.0067 , 8888888.8889 , 2.2857 , 0.8167 , 0.8283 , 0.3194 , 0.0000 , 0.0000 , 0.0000 , 3.9301 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4584 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2395 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4585 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.5025 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4591 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1633 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4599 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 3.2218 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4606 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0719 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4607 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 3.9871 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4611 , cls_30 , 0.0000 , 0.0720 , 0.0059 , 11428571.4286 , 2.0000 , 0.8307 , 0.7772 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 3.5317 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4615 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9059 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4616 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9147 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4621 , cls_30 , 0.0000 , 0.0540 , 0.0038 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 4.9667 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4624 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.3653 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4634 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1040 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4639 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.8385 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4640 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.4951 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4645 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3184 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4651 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0507 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4653 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.0384 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4654 , cls_30 , 0.0000 , 0.0540 , 0.0051 , 6666666.6667 , 1.5000 , 0.9139 , 0.7838 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 3.9090 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4656 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6237 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4659 , cls_30 , 0.0000 , 0.2280 , 0.0129 , 6031746.0317 , 2.9231 , 0.7270 , 0.8692 , 0.4921 , 0.0000 , 0.0000 , 0.0000 , 7.2086 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4660 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.9238 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4671 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 4.4220 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4677 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8030 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4689 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.2243 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4691 , cls_30 , 0.0000 , 0.1680 , 0.0082 , 6222222.2222 , 2.5455 , 0.7716 , 0.6396 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 19.7656 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4696 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4838 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4697 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8895 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4698 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.6346 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4699 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6641 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4700 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2118 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4701 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.3660 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4707 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.5707 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4710 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.4676 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4717 , cls_30 , 0.0000 , 0.0780 , 0.0051 , 6666666.6667 , 1.6250 , 0.8698 , 0.6689 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 4.1316 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4718 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9919 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4719 , cls_30 , 0.0000 , 0.0720 , 0.0053 , 8000000.0000 , 1.7143 , 0.8625 , 0.7598 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 4.8322 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4724 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9065 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4729 , cls_30 , 0.0000 , 0.1140 , 0.0080 , 8444444.4444 , 2.3750 , 0.7986 , 0.7753 , 0.3111 , 0.0000 , 0.0000 , 0.0000 , 14.1481 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4733 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8338 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4749 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4240 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4765 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.9999 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4766 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.9752 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4772 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.5821 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4776 , cls_30 , 0.0000 , 0.0960 , 0.0090 , 5614035.0877 , 1.7778 , 0.8600 , 0.8221 , 0.5175 , 0.0000 , 0.0000 , 0.0000 , 7.3544 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4781 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9771 , 0.0362 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4783 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.0082 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4787 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4435 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4791 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.5349 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4794 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 8333333.3333 , 1.6667 , 0.8805 , 0.7004 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 4.4240 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4796 , cls_30 , 0.0000 , 0.1860 , 0.0093 , 5299145.2991 , 2.3846 , 0.7714 , 0.6599 , 0.5726 , 0.0000 , 0.0000 , 0.0000 , 8.1697 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4799 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.7778 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4805 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5744 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4807 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.1004 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4819 , cls_30 , 0.0000 , 0.0660 , 0.0044 , 7333333.3333 , 1.5714 , 0.8812 , 0.6255 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.6834 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4825 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4566 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4831 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9391 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4832 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9074 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4837 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.9004 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4839 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.5250 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4841 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.8415 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4845 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9935 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4848 , cls_30 , 0.0000 , 0.0600 , 0.0052 , 5555555.5556 , 1.4286 , 0.9196 , 0.7062 , 0.5278 , 0.0000 , 0.0000 , 0.0000 , 7.9286 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4850 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6835 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4855 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.9376 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4856 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 11111111.1111 , 2.0000 , 0.8548 , 0.6944 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 8.1121 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4857 , cls_30 , 0.0000 , 0.0540 , 0.0046 , 8571428.5714 , 1.5000 , 0.8902 , 0.7826 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 5.3773 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4858 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.1350 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4860 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.3008 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4862 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.9948 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4872 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.1577 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4884 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4254 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4885 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4541 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4891 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6254 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4905 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7250 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4910 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.3515 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4913 , cls_30 , 0.0000 , 0.1080 , 0.0068 , 7500000.0000 , 2.2500 , 0.8166 , 0.7453 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 8.4650 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4916 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 5000000.0000 , 1.2857 , 0.9427 , 0.4731 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 3.0736 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4919 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.1919 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4923 , cls_30 , 0.0000 , 0.3300 , 0.0128 , 7801418.4397 , 3.9286 , 0.6424 , 0.7606 , 0.3936 , 0.0000 , 0.0000 , 0.0000 , 8.0493 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4927 , cls_30 , 0.0000 , 0.0540 , 0.0039 , 6000000.0000 , 1.2857 , 0.9243 , 0.6021 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 4.7411 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4928 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.0972 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4933 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.8286 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4937 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.0927 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4942 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 12.8774 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4944 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7890 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4952 , cls_30 , 0.0000 , 0.0660 , 0.0053 , 10476190.4762 , 1.8333 , 0.8487 , 0.8019 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 4.0046 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4954 , cls_30 , 0.0000 , 0.0600 , 0.0039 , 11111111.1111 , 2.0000 , 0.8548 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.3249 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4965 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.9879 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4968 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 10.2164 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4969 , cls_30 , 0.0000 , 0.1200 , 0.0069 , 11111111.1111 , 2.8571 , 0.7679 , 0.8090 , 0.2639 , 0.0000 , 0.0000 , 0.0000 , 5.0175 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4971 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3485 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4973 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8898 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4975 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3792 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4989 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 3.9903 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4999 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2134 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5001 , cls_30 , 0.0000 , 0.2400 , 0.0108 , 5925925.9259 , 2.8571 , 0.7203 , 0.7163 , 0.5407 , 0.0000 , 0.0000 , 0.0000 , 7.4301 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5004 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1793 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5005 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8251 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5006 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8859 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5008 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3017 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5009 , cls_30 , 0.0000 , 0.0540 , 0.0053 , 6000000.0000 , 1.2857 , 0.9243 , 0.7598 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 7.7667 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5010 , cls_30 , 0.0000 , 0.0720 , 0.0055 , 6153846.1538 , 1.5000 , 0.8875 , 0.6322 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.9476 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5014 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.9008 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5016 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.7889 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5022 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4903 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5024 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1829 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5029 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.1586 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5033 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.2340 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5044 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.4220 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5049 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4229 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5050 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.4234 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5056 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.8164 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5062 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 3.9170 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5064 , cls_30 , 0.0000 , 0.0600 , 0.0047 , 6060606.0606 , 1.4286 , 0.9110 , 0.6498 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.7627 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5066 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.7423 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5077 , cls_30 , 0.0000 , 0.0480 , 0.0042 , 13333333.3333 , 2.0000 , 0.8645 , 0.8408 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 1.3160 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5082 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0756 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5084 , cls_30 , 0.0000 , 0.0660 , 0.0050 , 8148148.1481 , 1.8333 , 0.8713 , 0.8121 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 4.2946 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5090 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2598 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5091 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 8571428.5714 , 1.5000 , 0.8902 , 0.6927 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.9238 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5092 , cls_30 , 0.0000 , 0.0780 , 0.0065 , 5098039.2157 , 1.4444 , 0.8964 , 0.7075 , 0.5588 , 0.0000 , 0.0000 , 0.0000 , 3.6965 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5095 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.9242 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5099 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3604 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5114 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.8514 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5117 , cls_30 , 0.0000 , 0.1200 , 0.0078 , 8333333.3333 , 2.5000 , 0.7928 , 0.8370 , 0.3438 , 0.0000 , 0.0000 , 0.0000 , 6.6060 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5129 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.2227 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5132 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7684 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5135 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.2629 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5138 , cls_30 , 0.0000 , 0.0720 , 0.0056 , 8888888.8889 , 2.0000 , 0.8529 , 0.7708 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 3.6530 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5142 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6004 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5148 , cls_30 , 0.0000 , 0.0720 , 0.0047 , 7272727.2727 , 1.7143 , 0.8714 , 0.6498 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 12.3031 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5150 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 8.4953 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5163 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 6666666.6667 , 1.3333 , 0.9273 , 0.4907 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 2.8655 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5164 , cls_30 , 0.0000 , 0.1080 , 0.0079 , 8571428.5714 , 2.2500 , 0.8045 , 0.7903 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 2.5520 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5166 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.4555 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5175 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.8290 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5180 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8680 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5181 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 14.3211 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5183 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 9.1546 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5186 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.3916 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5188 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 12.7401 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5190 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.3328 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5192 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 5.4770 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5199 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.5847 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5200 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3987 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5201 , cls_30 , 0.0000 , 0.0720 , 0.0056 , 10000000.0000 , 2.0000 , 0.8423 , 0.8244 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.0004 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5204 , cls_30 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.8116 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5206 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 10666666.6667 , 1.6000 , 0.8838 , 0.6463 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 4.5007 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5209 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3578 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5210 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7576 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5216 , cls_30 , 0.0000 , 0.1860 , 0.0097 , 6666666.6667 , 2.5833 , 0.7498 , 0.7965 , 0.4677 , 0.0000 , 0.0000 , 0.0000 , 8.9821 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5224 , cls_30 , 0.0000 , 0.0900 , 0.0062 , 9090909.0909 , 2.1429 , 0.8230 , 0.7845 , 0.3030 , 0.0000 , 0.0000 , 0.0000 , 3.0336 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5226 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.8508 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5227 , cls_30 , 0.0000 , 0.0840 , 0.0055 , 10370370.3704 , 2.3333 , 0.8201 , 0.7453 , 0.2407 , 0.0000 , 0.0000 , 0.0000 , 15.6866 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5229 , cls_30 , 0.0000 , 0.0540 , 0.0037 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.6431 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5234 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4481 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5237 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2161 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5240 , cls_30 , 0.0000 , 0.1860 , 0.0105 , 6458333.3333 , 2.5833 , 0.7527 , 0.7900 , 0.4688 , 0.0000 , 0.0000 , 0.0000 , 6.1580 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5242 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 5.6924 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5244 , cls_30 , 0.0000 , 0.3000 , 0.0124 , 5376344.0860 , 3.1250 , 0.6916 , 0.7533 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 5.9906 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5246 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 8.8550 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5256 , cls_30 , 0.0000 , 0.0780 , 0.0053 , 7222222.2222 , 1.8571 , 0.8622 , 0.6273 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.3987 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5258 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9939 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5259 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1361 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5260 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4683 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5261 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.7626 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5266 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 8.9579 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5270 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8378 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5273 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 16.0745 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5274 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.8163 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5276 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.2311 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5279 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.9262 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5282 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3804 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5283 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.5334 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5288 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.2917 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5291 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3959 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5293 , cls_30 , 0.0000 , 0.0960 , 0.0080 , 7619047.6190 , 2.0000 , 0.8307 , 0.8365 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 8.0471 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5295 , cls_30 , 0.0000 , 0.0600 , 0.0038 , 9523809.5238 , 1.6667 , 0.8684 , 0.6435 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 6.2188 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5307 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.9608 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5312 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 19.5646 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5314 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.8190 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5316 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 10000000.0000 , 1.8000 , 0.8762 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.2158 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5325 , cls_30 , 0.0000 , 0.0660 , 0.0052 , 4583333.3333 , 1.3750 , 0.9280 , 0.6488 , 0.6146 , 0.0000 , 0.0000 , 0.0000 , 2.3603 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5327 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.0263 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5329 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6966 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5347 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.7358 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5351 , cls_30 , 0.0000 , 0.1140 , 0.0071 , 7037037.0370 , 2.1111 , 0.8153 , 0.6243 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.5887 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5354 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.9805 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5355 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 3.5948 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5370 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1150 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5381 , cls_30 , 0.0000 , 0.0660 , 0.0044 , 7333333.3333 , 1.5714 , 0.8812 , 0.5609 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.8306 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5383 , cls_30 , 0.0000 , 0.1020 , 0.0075 , 5666666.6667 , 1.8889 , 0.8510 , 0.7139 , 0.5250 , 0.0000 , 0.0000 , 0.0000 , 5.5187 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5385 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.5766 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5389 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.5994 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5396 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2350 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5398 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3985 , 0.0285 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5399 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.7064 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5402 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.0922 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5403 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5543 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5413 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5800 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5415 , cls_30 , 0.0000 , 0.1020 , 0.0058 , 7555555.5556 , 2.1250 , 0.8236 , 0.7062 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.0587 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5418 , cls_30 , 0.0000 , 0.1380 , 0.0099 , 6133333.3333 , 2.3000 , 0.8017 , 0.7659 , 0.5067 , 0.0000 , 0.0000 , 0.0000 , 7.3718 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5419 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6180 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5423 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8808 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5425 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.3741 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5426 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.9633 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5430 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.3799 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5433 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2435 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5437 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.8045 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5443 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7019 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5448 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9602 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5449 , cls_30 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 6.9208 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5450 , cls_30 , 0.0000 , 0.0960 , 0.0078 , 9696969.6970 , 2.2857 , 0.8090 , 0.8679 , 0.2576 , 0.0000 , 0.0000 , 0.0000 , 5.8258 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5453 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.7101 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5465 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5744 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5466 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.9678 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5467 , cls_30 , 0.0000 , 0.1740 , 0.0115 , 8405797.1014 , 2.9000 , 0.7391 , 0.8738 , 0.3986 , 0.0000 , 0.0000 , 0.0000 , 5.4710 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5469 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6918 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5472 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.5605 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5473 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.4353 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5474 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1558 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5477 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0239 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5479 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.6778 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5482 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4720 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5486 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.6603 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5491 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.8988 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5493 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.4865 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5496 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.4230 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5505 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.2228 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5512 , cls_30 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 2.3893 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5513 , cls_30 , 0.0000 , 0.0900 , 0.0054 , 7692307.6923 , 1.8750 , 0.8382 , 0.7286 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 4.5419 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5520 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.4696 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5521 , cls_30 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.7062 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.1624 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5522 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.1590 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5524 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8590 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5526 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 6.0145 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5538 , cls_30 , 0.0000 , 0.0600 , 0.0047 , 9523809.5238 , 1.6667 , 0.8684 , 0.6927 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 1.4858 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5545 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1489 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5552 , cls_30 , 0.0000 , 0.0480 , 0.0047 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.3624 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5554 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4456 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5555 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.4448 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5556 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.1022 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5558 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2035 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5560 , cls_30 , 0.0000 , 0.1140 , 0.0079 , 6333333.3333 , 2.1111 , 0.8252 , 0.7805 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 5.6252 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5567 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.6195 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5573 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3325 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5580 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4465 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5583 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.0722 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5585 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.0674 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5598 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.5694 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5601 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5326 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5602 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2760 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5604 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7321 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5615 , cls_30 , 0.0000 , 0.0660 , 0.0049 , 10476190.4762 , 1.8333 , 0.8487 , 0.7826 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 4.8815 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5618 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.9640 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5620 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3013 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5623 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.9114 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5631 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.0266 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5634 , cls_30 , 0.0000 , 0.1020 , 0.0064 , 5964912.2807 , 1.8889 , 0.8460 , 0.6034 , 0.5263 , 0.0000 , 0.0000 , 0.0000 , 5.8897 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5638 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5328 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5640 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4408 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5642 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1639 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5651 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6868 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5655 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.1240 , 0.0488 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5663 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.1068 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5666 , cls_30 , 0.0000 , 0.1200 , 0.0065 , 6060606.0606 , 2.0000 , 0.8224 , 0.6498 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 6.7891 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5668 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1632 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5671 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.5062 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5672 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.3052 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5675 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.7399 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5681 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9325 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5682 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 4.9106 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5684 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.1713 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5685 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.5431 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5687 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9768 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5690 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.1832 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5692 , cls_30 , 0.0000 , 0.0420 , 0.0037 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.7443 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5695 , cls_30 , 0.0000 , 0.0600 , 0.0045 , 6666666.6667 , 1.4286 , 0.9016 , 0.6817 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 16.2333 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5698 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9376 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5699 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4070 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5704 , cls_30 , 0.0000 , 0.0660 , 0.0053 , 9166666.6667 , 1.8333 , 0.8606 , 0.8041 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.9818 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5707 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.2167 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5708 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6226 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5717 , cls_30 , 0.0000 , 0.0480 , 0.0044 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.9636 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5734 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.6025 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5740 , cls_30 , 0.0000 , 0.1380 , 0.0092 , 5111111.1111 , 2.0909 , 0.8195 , 0.7854 , 0.5778 , 0.0000 , 0.0000 , 0.0000 , 15.8054 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5743 , cls_30 , 0.0000 , 0.2280 , 0.0130 , 6495726.4957 , 2.9231 , 0.7203 , 0.8658 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 14.9417 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5747 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6088 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5748 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.9371 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5751 , cls_30 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.9225 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5752 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5869 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5753 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3685 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5755 , cls_30 , 0.0000 , 0.0660 , 0.0058 , 10476190.4762 , 1.8333 , 0.8487 , 0.8539 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 6.0160 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5756 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.2820 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5757 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 3.8907 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5758 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.3598 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5771 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 11.1872 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5773 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6809 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5777 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 3.2896 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5779 , cls_30 , 0.0000 , 0.0660 , 0.0050 , 5641025.6410 , 1.3750 , 0.9067 , 0.6817 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 4.5016 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5781 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0894 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5787 , cls_30 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.4704 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5788 , cls_30 , 0.0000 , 0.0900 , 0.0066 , 8333333.3333 , 2.1429 , 0.8309 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.4882 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5807 , cls_30 , 0.0000 , 0.0660 , 0.0051 , 6666666.6667 , 1.5714 , 0.8903 , 0.6584 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 4.2516 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5809 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7445 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5820 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 1.6916 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5822 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3763 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5838 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 18.7599 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5848 , cls_30 , 0.0000 , 0.0660 , 0.0055 , 5641025.6410 , 1.3750 , 0.9067 , 0.6689 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 1.4319 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5852 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 5.0511 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5861 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.5961 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5876 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.5631 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5878 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 9.3686 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5880 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0817 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5881 , cls_30 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.9445 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5883 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.5504 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5884 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.5292 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5886 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1025 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5888 , cls_30 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 2.5795 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5891 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.9322 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5897 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 10.2801 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5901 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.4323 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5907 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6552 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5908 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7591 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5913 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8831 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5916 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.0707 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5921 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2410 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5927 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6445 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5936 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9874 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5938 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2560 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5944 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1330 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5948 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.1337 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5951 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.9069 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5959 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7046 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5962 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 4.0301 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5963 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4123 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5965 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6365 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5966 , cls_30 , 0.0000 , 0.0540 , 0.0038 , 7500000.0000 , 1.5000 , 0.9026 , 0.4907 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.3850 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5969 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 5.0015 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5973 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3443 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5986 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.5199 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5994 , cls_30 , 0.0000 , 0.0600 , 0.0046 , 9523809.5238 , 1.6667 , 0.8684 , 0.7591 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 4.2834 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5995 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.1962 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6003 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8868 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6005 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.2232 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6006 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5734 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6020 , cls_30 , 0.0000 , 0.0540 , 0.0046 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.1012 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6021 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6236 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6022 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 6.4479 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6024 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4242 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6025 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.9087 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6027 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9705 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6036 , cls_30 , 0.0000 , 0.1740 , 0.0084 , 11372549.0196 , 3.2222 , 0.7137 , 0.7595 , 0.2353 , 0.0000 , 0.0000 , 0.0000 , 5.6616 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6037 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.4179 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6040 , cls_30 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.7057 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6042 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.8404 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6047 , cls_30 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 6.8482 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6055 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.6466 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6057 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5451 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6059 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4945 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6061 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6836 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6064 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.5536 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6065 , cls_30 , 0.0000 , 0.1140 , 0.0068 , 7916666.6667 , 2.3750 , 0.8044 , 0.7900 , 0.4063 , 0.0000 , 0.0000 , 0.0000 , 7.0092 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6067 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1835 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6068 , cls_30 , 0.0000 , 0.1080 , 0.0074 , 8571428.5714 , 2.2500 , 0.8045 , 0.7772 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 5.0566 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6072 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6332 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6075 , cls_30 , 0.0000 , 0.1920 , 0.0097 , 6881720.4301 , 2.6667 , 0.7420 , 0.7866 , 0.4624 , 0.0000 , 0.0000 , 0.0000 , 9.1397 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6084 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.0427 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6090 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4470 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6096 , cls_30 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 8.2508 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6100 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2544 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6108 , cls_30 , 0.0000 , 0.0780 , 0.0056 , 7222222.2222 , 1.8571 , 0.8622 , 0.7649 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 11.8978 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6119 , cls_30 , 0.0000 , 0.0600 , 0.0037 , 7407407.4074 , 1.6667 , 0.8916 , 0.4270 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 2.3431 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6125 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4358 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6129 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.6723 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6131 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.4336 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6132 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.7330 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6138 , cls_30 , 0.0000 , 0.1140 , 0.0091 , 6333333.3333 , 2.1111 , 0.8252 , 0.8141 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 8.1821 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6147 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4647 , 0.0339 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6167 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.1691 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6168 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.1460 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6170 , cls_30 , 0.0000 , 0.4020 , 0.0170 , 5654008.4388 , 3.7222 , 0.6339 , 0.8431 , 0.5359 , 0.0000 , 0.0000 , 0.0000 , 8.5204 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6177 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.5528 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6180 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.1490 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6182 , cls_30 , 0.0000 , 0.0720 , 0.0062 , 11428571.4286 , 2.0000 , 0.8307 , 0.8286 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 9.3552 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6185 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2388 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6187 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 9523809.5238 , 1.6667 , 0.8684 , 0.6927 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 3.3442 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6193 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5664 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6203 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.0666 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6206 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8650 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6208 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 5.3283 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6216 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 4.8839 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6219 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 24.0356 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6220 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 9.7207 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6223 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.0126 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6227 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2703 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6229 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 7.6004 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6232 , cls_30 , 0.0000 , 0.0480 , 0.0044 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 5.0473 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6235 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.6725 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6237 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0312 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6244 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.0505 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6245 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.5881 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6247 , cls_30 , 0.0000 , 0.0720 , 0.0053 , 5000000.0000 , 1.5000 , 0.9083 , 0.6488 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 8.6394 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6256 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9891 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6261 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.8412 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6267 , cls_30 , 0.0000 , 0.2160 , 0.0131 , 6666666.6667 , 3.0000 , 0.7265 , 0.8451 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 12.6548 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6272 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.8089 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6276 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.6491 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6284 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.1574 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6285 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4319 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6288 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2068 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6290 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.8219 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6292 , cls_30 , 0.0000 , 0.1380 , 0.0080 , 7301587.3016 , 2.3000 , 0.7854 , 0.7634 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 5.2181 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6297 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.9513 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6300 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 22.7479 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6310 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2653 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6312 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.4457 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6316 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0181 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6318 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.1096 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6319 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8131 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6320 , cls_30 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 11.2402 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6327 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.3324 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6333 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.9367 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6336 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2687 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6337 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.4989 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6339 , cls_30 , 0.0000 , 0.0540 , 0.0051 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 6.0093 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6341 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2168 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6343 , cls_30 , 0.0000 , 0.0900 , 0.0067 , 7692307.6923 , 1.8750 , 0.8382 , 0.8345 , 0.4103 , 0.0000 , 0.0000 , 0.0000 , 5.5121 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6348 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 2.0752 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6355 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.2005 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6362 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.6489 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6366 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0543 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6367 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.3208 , 0.0323 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6368 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.8657 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6370 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.5022 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6371 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.7403 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6375 , cls_30 , 0.0000 , 0.1020 , 0.0082 , 7555555.5556 , 2.1250 , 0.8236 , 0.8508 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 9.8676 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6377 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2215 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6378 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.0797 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6379 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2435 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6386 , cls_30 , 0.0000 , 0.0780 , 0.0055 , 6666666.6667 , 1.6250 , 0.8698 , 0.7763 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 15.9788 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6387 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.9012 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6404 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 5.0243 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6407 , cls_30 , 0.0000 , 0.0960 , 0.0080 , 8888888.8889 , 2.2857 , 0.8167 , 0.8806 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 8.4245 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6408 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5308 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6410 , cls_30 , 0.0000 , 0.0720 , 0.0066 , 8888888.8889 , 2.0000 , 0.8529 , 0.8568 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.6142 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6412 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.0703 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6415 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 8.8749 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6416 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3658 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6421 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7724 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6426 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 6.6959 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6432 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 13.5944 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6433 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 1.7421 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6439 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1760 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6440 , cls_30 , 0.0000 , 0.0660 , 0.0051 , 7333333.3333 , 1.5714 , 0.8812 , 0.7170 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 6.0858 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6441 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6075 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6443 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2843 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6445 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 6.0081 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6454 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.1937 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6455 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1790 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6457 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.4136 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6459 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.6651 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6461 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1196 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6474 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.7849 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6476 , cls_30 , 0.0000 , 0.0660 , 0.0046 , 6666666.6667 , 1.5714 , 0.8903 , 0.7357 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 9.6199 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6479 , cls_30 , 0.0000 , 0.0780 , 0.0069 , 8666666.6667 , 1.8571 , 0.8453 , 0.8569 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 7.4393 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6480 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.3809 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6484 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9128 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6487 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2811 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6489 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 5.9363 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6490 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.8320 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6493 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9665 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6501 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6782 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6508 , cls_30 , 0.0000 , 0.0540 , 0.0047 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 7.7952 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6509 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.7311 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6511 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4091 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6521 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3337 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6530 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 7.0995 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6532 , cls_30 , 0.0000 , 0.0780 , 0.0056 , 5098039.2157 , 1.4444 , 0.8964 , 0.7075 , 0.5686 , 0.0000 , 0.0000 , 0.0000 , 11.9186 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6539 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 6.1961 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6542 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5848 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6550 , cls_30 , 0.0000 , 0.0720 , 0.0048 , 10000000.0000 , 2.0000 , 0.8423 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.3004 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6552 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.7031 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6554 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7906 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6561 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.5465 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6564 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 9.6541 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6570 , cls_30 , 0.0000 , 0.0900 , 0.0071 , 6666666.6667 , 1.8750 , 0.8517 , 0.8031 , 0.4778 , 0.0000 , 0.0000 , 0.0000 , 9.7557 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6572 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.0727 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6574 , cls_30 , 0.0000 , 0.1620 , 0.0092 , 7200000.0000 , 2.7000 , 0.7635 , 0.8116 , 0.4467 , 0.0000 , 0.0000 , 0.0000 , 6.2562 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6575 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.1728 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6580 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.6281 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6588 , cls_30 , 0.0000 , 0.0720 , 0.0054 , 7272727.2727 , 1.7143 , 0.8714 , 0.7585 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 9.2411 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6598 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.2537 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6600 , cls_30 , 0.0000 , 0.1740 , 0.0115 , 6444444.4444 , 2.6364 , 0.7630 , 0.8272 , 0.4944 , 0.0000 , 0.0000 , 0.0000 , 11.7560 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6608 , cls_30 , 0.0000 , 0.0660 , 0.0047 , 10476190.4762 , 1.8333 , 0.8487 , 0.7826 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 5.3408 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6617 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.2456 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6619 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.6406 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6620 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5269 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6629 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.5367 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6631 , cls_30 , 0.0000 , 0.1920 , 0.0091 , 7356321.8391 , 2.9091 , 0.7360 , 0.7828 , 0.4368 , 0.0000 , 0.0000 , 0.0000 , 9.5348 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6636 , cls_30 , 0.0000 , 0.2640 , 0.0114 , 6984126.9841 , 3.3846 , 0.6898 , 0.7623 , 0.4563 , 0.0000 , 0.0000 , 0.0000 , 6.5376 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6638 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 6.9951 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6639 , cls_30 , 0.0000 , 0.0600 , 0.0042 , 6060606.0606 , 1.4286 , 0.9110 , 0.5881 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 7.9464 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6640 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8625 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6641 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 5925925.9259 , 1.3333 , 0.9389 , 0.4270 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 6.5965 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6643 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.3424 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6651 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 8571428.5714 , 1.5000 , 0.8902 , 0.7215 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 12.9916 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6657 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.4310 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6664 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8270 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6666 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.1820 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6667 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4570 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6675 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.4429 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6679 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2863 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6683 , cls_30 , 0.0000 , 0.0540 , 0.0046 , 6666666.6667 , 1.5000 , 0.9139 , 0.7453 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 18.0128 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6692 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5499 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6695 , cls_30 , 0.0000 , 0.1260 , 0.0072 , 8235294.1176 , 2.3333 , 0.7872 , 0.7595 , 0.3627 , 0.0000 , 0.0000 , 0.0000 , 8.2833 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6705 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8978 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6706 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7766 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6709 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6122 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6712 , cls_30 , 0.0000 , 0.0660 , 0.0046 , 7333333.3333 , 1.5714 , 0.8812 , 0.6255 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.9762 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6714 , cls_30 , 0.0000 , 0.3420 , 0.0151 , 5588235.2941 , 3.3529 , 0.6648 , 0.7243 , 0.5662 , 0.0000 , 0.0000 , 0.0000 , 12.5237 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6718 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.8847 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6723 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.0054 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6724 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.9794 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6727 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.1488 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6728 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2408 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6734 , cls_30 , 0.0000 , 0.0660 , 0.0049 , 6111111.1111 , 1.5714 , 0.8988 , 0.5506 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 5.5638 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6735 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.8886 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6739 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.8080 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6741 , cls_30 , 0.0000 , 0.0660 , 0.0046 , 6111111.1111 , 1.5714 , 0.8988 , 0.5506 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 6.3493 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6751 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 17.4564 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6753 , cls_30 , 0.0000 , 0.0600 , 0.0052 , 11111111.1111 , 2.0000 , 0.8548 , 0.8472 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 10.2967 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6757 , cls_30 , 0.0000 , 0.0720 , 0.0066 , 8888888.8889 , 2.0000 , 0.8529 , 0.8451 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7633 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6760 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 2.5978 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6766 , cls_30 , 0.0000 , 0.0900 , 0.0059 , 7692307.6923 , 1.8750 , 0.8382 , 0.6877 , 0.3590 , 0.0000 , 0.0000 , 0.0000 , 6.2032 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6768 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.3904 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6769 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4393 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6772 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9378 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6773 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 4.5572 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6776 , cls_30 , 0.0000 , 0.0720 , 0.0048 , 6153846.1538 , 1.5000 , 0.8875 , 0.5862 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 6.1004 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6783 , cls_30 , 0.0000 , 0.1080 , 0.0066 , 6666666.6667 , 2.0000 , 0.8277 , 0.6903 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 9.1370 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6785 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.1451 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6788 , cls_30 , 0.0000 , 0.0420 , 0.0030 , 7777777.7778 , 1.4000 , 0.9274 , 0.5506 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 7.5721 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6793 , cls_30 , 0.0000 , 0.0780 , 0.0049 , 7222222.2222 , 1.8571 , 0.8622 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.0241 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6794 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.4155 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6795 , cls_30 , 0.0000 , 0.0480 , 0.0043 , 7619047.6190 , 1.3333 , 0.9145 , 0.7215 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 6.7895 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6800 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.0772 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6803 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9569 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6806 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 10.1766 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6808 , cls_30 , 0.0000 , 0.0660 , 0.0041 , 10476190.4762 , 1.8333 , 0.8487 , 0.7379 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 7.8864 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6811 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4006 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6814 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5328 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6815 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9732 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6818 , cls_30 , 0.0000 , 0.1200 , 0.0067 , 10256410.2564 , 2.5000 , 0.7746 , 0.7146 , 0.2564 , 0.0000 , 0.0000 , 0.0000 , 7.4394 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6820 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6768 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6821 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0061 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6826 , cls_30 , 0.0000 , 0.0900 , 0.0058 , 7692307.6923 , 1.8750 , 0.8382 , 0.6322 , 0.3718 , 0.0000 , 0.0000 , 0.0000 , 6.2751 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6827 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.4534 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6828 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6205 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6833 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.9619 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6842 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.2444 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6844 , cls_30 , 0.0000 , 0.1920 , 0.0111 , 8205128.2051 , 2.9091 , 0.7264 , 0.8285 , 0.3782 , 0.0000 , 0.0000 , 0.0000 , 9.4691 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6846 , cls_30 , 0.0000 , 0.0600 , 0.0054 , 8333333.3333 , 1.6667 , 0.8805 , 0.7453 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 9.2019 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6848 , cls_30 , 0.0000 , 0.0840 , 0.0069 , 7777777.7778 , 2.0000 , 0.8460 , 0.8283 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 5.0546 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6854 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.1290 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6858 , cls_30 , 0.0000 , 0.0720 , 0.0049 , 6153846.1538 , 1.5000 , 0.8875 , 0.5132 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.2602 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6875 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0915 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6890 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 14.0192 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6892 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.5601 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6894 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.3930 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6896 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.7311 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6897 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 7.9798 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6899 , cls_30 , 0.0000 , 0.1260 , 0.0087 , 6666666.6667 , 2.1000 , 0.8066 , 0.7695 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 15.0030 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6911 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0078 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6914 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8246 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6918 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.9282 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6920 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.8567 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6922 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 6.0027 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6927 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.2860 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6932 , cls_30 , 0.0000 , 0.0600 , 0.0045 , 9523809.5238 , 1.6667 , 0.8684 , 0.7215 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 6.1163 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6933 , cls_30 , 0.0000 , 0.0660 , 0.0045 , 6666666.6667 , 1.5714 , 0.8903 , 0.5881 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 4.9928 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6936 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 6.1505 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6951 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 6666666.6667 , 1.3333 , 0.9273 , 0.5926 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 8.6578 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6954 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4643 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6955 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.5879 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6958 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8470 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6961 , cls_30 , 0.0000 , 0.1140 , 0.0075 , 5066666.6667 , 1.9000 , 0.8472 , 0.6463 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 5.1761 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6964 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.6824 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6965 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 19.0779 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6969 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1781 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6979 , cls_30 , 0.0000 , 0.0900 , 0.0068 , 7692307.6923 , 1.8750 , 0.8382 , 0.7931 , 0.3590 , 0.0000 , 0.0000 , 0.0000 , 8.1440 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6991 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.0452 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6993 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.6363 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7005 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2108 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7007 , cls_30 , 0.0000 , 0.0480 , 0.0048 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.4730 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7022 , cls_30 , 0.0000 , 0.0480 , 0.0036 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 9.4774 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7023 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.5965 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7026 , cls_30 , 0.0000 , 0.2220 , 0.0124 , 5362318.8406 , 2.6429 , 0.7424 , 0.7862 , 0.5580 , 0.0000 , 0.0000 , 0.0000 , 14.1964 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7028 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.7784 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7030 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.0849 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7032 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.2184 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7035 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6848 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7038 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.5788 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7042 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.1395 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7053 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.8137 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7056 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1974 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7058 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4142 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7060 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.5032 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7063 , cls_30 , 0.0000 , 0.1440 , 0.0096 , 4571428.5714 , 2.0000 , 0.8246 , 0.7379 , 0.6190 , 0.0000 , 0.0000 , 0.0000 , 12.2940 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7073 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 12.1750 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7075 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.4195 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7077 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.7001 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7080 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9288 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7089 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.5384 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7093 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0784 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7095 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.5715 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7103 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6340 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7104 , cls_30 , 0.0000 , 0.0780 , 0.0069 , 7222222.2222 , 1.8571 , 0.8622 , 0.8531 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 23.8583 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7109 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.0730 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7111 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.1489 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7113 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 11.8557 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7116 , cls_30 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 6.0474 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7118 , cls_30 , 0.0000 , 0.0900 , 0.0078 , 6250000.0000 , 1.8750 , 0.8579 , 0.8244 , 0.4688 , 0.0000 , 0.0000 , 0.0000 , 3.4275 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7120 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6030 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7122 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9405 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7123 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5308 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7127 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7839 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7129 , cls_30 , 0.0000 , 0.0720 , 0.0046 , 7272727.2727 , 1.7143 , 0.8714 , 0.5170 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 6.5672 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7133 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0061 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7134 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2712 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7139 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 13.9178 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7143 , cls_30 , 0.0000 , 0.1260 , 0.0089 , 8235294.1176 , 2.3333 , 0.7872 , 0.8680 , 0.3627 , 0.0000 , 0.0000 , 0.0000 , 12.0369 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7150 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 4.5294 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7152 , cls_30 , 0.0000 , 0.0780 , 0.0063 , 7878787.8788 , 1.8571 , 0.8541 , 0.7585 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 4.8666 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7155 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.0184 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7156 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.4775 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7158 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.5199 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7159 , cls_30 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 6.1758 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7160 , cls_30 , 0.0000 , 0.0900 , 0.0060 , 9090909.0909 , 2.1429 , 0.8230 , 0.7357 , 0.3030 , 0.0000 , 0.0000 , 0.0000 , 6.1596 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7167 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 6.3826 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7169 , cls_30 , 0.0000 , 0.0840 , 0.0054 , 8484848.4848 , 2.0000 , 0.8380 , 0.7307 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 7.1816 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7178 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 10.8769 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7179 , cls_30 , 0.0000 , 0.1620 , 0.0083 , 6666666.6667 , 2.4545 , 0.7706 , 0.7629 , 0.4938 , 0.0000 , 0.0000 , 0.0000 , 9.6384 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7187 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.1881 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7195 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 5.1648 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7197 , cls_30 , 0.0000 , 0.1740 , 0.0100 , 6041666.6667 , 2.4167 , 0.7691 , 0.7983 , 0.5156 , 0.0000 , 0.0000 , 0.0000 , 4.8023 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7203 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.4023 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7207 , cls_30 , 0.0000 , 0.0600 , 0.0046 , 5555555.5556 , 1.4286 , 0.9196 , 0.6605 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 8.5685 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7212 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.5439 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7213 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.6312 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7218 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 15.5055 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7223 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 9523809.5238 , 1.6667 , 0.8684 , 0.7826 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 4.3057 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7227 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4016 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7229 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.2425 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7230 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 3.9420 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7234 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6332 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7246 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1541 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7250 , cls_30 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 7.6879 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7252 , cls_30 , 0.0000 , 0.0900 , 0.0068 , 7692307.6923 , 1.8750 , 0.8382 , 0.8053 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 6.6888 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7255 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.8422 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7260 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1219 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7261 , cls_30 , 0.0000 , 0.0900 , 0.0087 , 7692307.6923 , 1.8750 , 0.8382 , 0.8676 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.0380 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7264 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9573 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7276 , cls_30 , 0.0000 , 0.0840 , 0.0065 , 9333333.3333 , 2.0000 , 0.8294 , 0.8256 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 11.3924 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7283 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.5801 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7284 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 11.0842 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7286 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.7908 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7287 , cls_30 , 0.0000 , 0.0600 , 0.0054 , 7407407.4074 , 1.6667 , 0.8916 , 0.7796 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.5882 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7289 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.7294 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7290 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9628 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7292 , cls_30 , 0.0000 , 0.1320 , 0.0075 , 5866666.6667 , 2.2000 , 0.8123 , 0.6718 , 0.5133 , 0.0000 , 0.0000 , 0.0000 , 15.0011 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7299 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 6666666.6667 , 1.3333 , 0.9273 , 0.4907 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 3.8411 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7301 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.0220 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7311 , cls_30 , 0.0000 , 0.1200 , 0.0083 , 9523809.5238 , 2.5000 , 0.7810 , 0.8476 , 0.2738 , 0.0000 , 0.0000 , 0.0000 , 11.1136 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7314 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.6410 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7317 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6364 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7322 , cls_30 , 0.0000 , 0.1920 , 0.0119 , 6666666.6667 , 2.6667 , 0.7449 , 0.8502 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 4.2076 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7325 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 7.3913 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7327 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9276 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7329 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6861 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7330 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 6666666.6667 , 1.4286 , 0.9016 , 0.5609 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 4.6045 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7333 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.6383 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7335 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4014 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7336 , cls_30 , 0.0000 , 0.1500 , 0.0091 , 8333333.3333 , 2.7778 , 0.7616 , 0.8141 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 4.3053 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7341 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9990 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7343 , cls_30 , 0.0000 , 0.0540 , 0.0046 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.8549 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7344 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 6666666.6667 , 1.4286 , 0.9016 , 0.4907 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 11.9081 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7345 , cls_30 , 0.0000 , 0.0780 , 0.0051 , 8666666.6667 , 1.8571 , 0.8453 , 0.6817 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 15.8160 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7347 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.3580 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7348 , cls_30 , 0.0000 , 0.0720 , 0.0060 , 5714285.7143 , 1.5000 , 0.8948 , 0.7591 , 0.5119 , 0.0000 , 0.0000 , 0.0000 , 16.8771 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7350 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 9.5092 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7355 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.1202 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7356 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5506 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 7.6191 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7358 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.2353 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7365 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 5.6880 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7390 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1471 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7391 , cls_30 , 0.0000 , 0.0540 , 0.0042 , 8571428.5714 , 1.5000 , 0.8902 , 0.6927 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 6.2259 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7394 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2801 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7395 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1048 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7397 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.8018 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7401 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2486 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7405 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.9406 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7410 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.3371 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7415 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 6.5212 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7421 , cls_30 , 0.0000 , 0.2880 , 0.0137 , 6153846.1538 , 3.2000 , 0.6863 , 0.7891 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 8.7785 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7427 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3223 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7437 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8331 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7440 , cls_30 , 0.0000 , 0.0540 , 0.0037 , 7500000.0000 , 1.5000 , 0.9026 , 0.6082 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.7119 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7441 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9824 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7447 , cls_30 , 0.0000 , 0.0540 , 0.0036 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.9217 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7451 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.2102 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7456 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 2.3545 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7459 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.1075 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7463 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.5983 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7468 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.8773 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7473 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.9878 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7477 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.1699 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7479 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 5.7479 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7481 , cls_30 , 0.0000 , 0.0480 , 0.0032 , 8888888.8889 , 1.6000 , 0.9002 , 0.5506 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.6204 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7483 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.3695 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7487 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2641 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7488 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.9164 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7489 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.8254 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7493 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.5756 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7495 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1717 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7500 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.8234 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7503 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 7.6140 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7521 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.0616 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7524 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3818 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7525 , cls_30 , 0.0000 , 0.0480 , 0.0043 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 7.0459 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7527 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0030 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7530 , cls_30 , 0.0000 , 0.1680 , 0.0102 , 7777777.7778 , 2.8000 , 0.7512 , 0.8283 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 6.4205 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7533 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.0690 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7534 , cls_30 , 0.0000 , 0.3240 , 0.0136 , 5714285.7143 , 3.3750 , 0.6724 , 0.7018 , 0.5529 , 0.0000 , 0.0000 , 0.0000 , 14.4943 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7546 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.5414 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7547 , cls_30 , 0.0000 , 0.0600 , 0.0050 , 9523809.5238 , 1.6667 , 0.8684 , 0.8286 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 8.8195 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7554 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 6666666.6667 , 1.5000 , 0.9139 , 0.5416 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.0406 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7557 , cls_30 , 0.0000 , 0.1020 , 0.0058 , 11333333.3333 , 2.4286 , 0.7877 , 0.7913 , 0.2167 , 0.0000 , 0.0000 , 0.0000 , 7.0118 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7558 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.6113 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7560 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7104 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7564 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.6307 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7567 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6628 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7571 , cls_30 , 0.0000 , 0.0660 , 0.0048 , 8148148.1481 , 1.8333 , 0.8713 , 0.7453 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 2.8360 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7574 , cls_30 , 0.0000 , 0.0660 , 0.0053 , 6666666.6667 , 1.5714 , 0.8903 , 0.7357 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 12.0163 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7575 , cls_30 , 0.0000 , 0.0660 , 0.0043 , 9166666.6667 , 1.8333 , 0.8606 , 0.7516 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 14.1117 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7578 , cls_30 , 0.0000 , 0.0600 , 0.0055 , 8333333.3333 , 1.6667 , 0.8805 , 0.8078 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 8.9115 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7579 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.9560 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7580 , cls_30 , 0.0000 , 0.0600 , 0.0057 , 8333333.3333 , 1.6667 , 0.8805 , 0.8078 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 4.9665 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7589 , cls_30 , 0.0000 , 0.0600 , 0.0049 , 8333333.3333 , 1.6667 , 0.8805 , 0.7453 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 5.1826 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7590 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5111 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7595 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3940 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7599 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5544 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7604 , cls_30 , 0.0000 , 0.0600 , 0.0051 , 6666666.6667 , 1.4286 , 0.9016 , 0.7598 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.9328 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7605 , cls_30 , 0.0000 , 0.1080 , 0.0059 , 9230769.2308 , 2.2500 , 0.7979 , 0.7453 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.3836 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7610 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.1098 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7614 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8365 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7615 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6429 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7616 , cls_30 , 0.0000 , 0.0720 , 0.0060 , 8000000.0000 , 1.7143 , 0.8625 , 0.7805 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 7.3035 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7618 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.9657 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7621 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.7357 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7627 , cls_30 , 0.0000 , 0.0600 , 0.0055 , 11111111.1111 , 2.0000 , 0.8548 , 0.8531 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 6.6060 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7629 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.4283 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7633 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8312 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7636 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.2453 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7638 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.6484 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7647 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6463 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.5965 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7650 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.3914 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7651 , cls_30 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 8.7280 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7652 , cls_30 , 0.0000 , 0.0660 , 0.0056 , 12222222.2222 , 2.2000 , 0.8354 , 0.8137 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6202 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7655 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 8.0829 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7663 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.8602 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7672 , cls_30 , 0.0000 , 0.1800 , 0.0112 , 6666666.6667 , 2.7273 , 0.7548 , 0.8361 , 0.4222 , 0.0000 , 0.0000 , 0.0000 , 12.9255 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7674 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5495 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7677 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 8.3486 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7683 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.4583 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7686 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3224 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7691 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7969 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7697 , cls_30 , 0.0000 , 0.1020 , 0.0077 , 8095238.0952 , 2.1250 , 0.8172 , 0.8019 , 0.3690 , 0.0000 , 0.0000 , 0.0000 , 8.0527 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7703 , cls_30 , 0.0000 , 0.1680 , 0.0086 , 9333333.3333 , 3.1111 , 0.7353 , 0.8128 , 0.3083 , 0.0000 , 0.0000 , 0.0000 , 10.9354 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7706 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3776 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7709 , cls_30 , 0.0000 , 0.0840 , 0.0058 , 8484848.4848 , 2.0000 , 0.8380 , 0.8249 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 7.8838 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7710 , cls_30 , 0.0000 , 0.2280 , 0.0121 , 6846846.8468 , 2.9231 , 0.7155 , 0.7778 , 0.4459 , 0.0000 , 0.0000 , 0.0000 , 6.4031 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7711 , cls_30 , 0.0000 , 0.0540 , 0.0042 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 6.4619 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7712 , cls_30 , 0.0000 , 0.1200 , 0.0082 , 7843137.2549 , 2.2222 , 0.7983 , 0.7595 , 0.3725 , 0.0000 , 0.0000 , 0.0000 , 6.7918 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7716 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.0967 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7721 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.4235 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7722 , cls_30 , 0.0000 , 0.1500 , 0.0128 , 8333333.3333 , 2.7778 , 0.7616 , 0.9024 , 0.3250 , 0.0000 , 0.0000 , 0.0000 , 5.8564 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7724 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.7494 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7725 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.9012 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7730 , cls_30 , 0.0000 , 0.0840 , 0.0055 , 9333333.3333 , 2.0000 , 0.8294 , 0.7598 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 23.2022 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7731 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.9293 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7738 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7592 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7743 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 5.6326 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7744 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.2303 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7746 , cls_30 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.5841 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7755 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.8918 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7761 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6242 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7770 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.5410 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7773 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 10.8187 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7775 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.2066 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7776 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7395 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7778 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7078 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7781 , cls_30 , 0.0000 , 0.1020 , 0.0064 , 8095238.0952 , 2.1250 , 0.8172 , 0.7078 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.5736 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7794 , cls_30 , 0.0000 , 0.2460 , 0.0145 , 6666666.6667 , 3.1538 , 0.7056 , 0.8534 , 0.4797 , 0.0000 , 0.0000 , 0.0000 , 15.2715 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7799 , cls_30 , 0.0000 , 0.0660 , 0.0050 , 6111111.1111 , 1.5714 , 0.8988 , 0.7366 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 8.1520 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7802 , cls_30 , 0.0000 , 0.1020 , 0.0074 , 6296296.2963 , 1.8889 , 0.8408 , 0.8024 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 9.1119 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7804 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1304 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7808 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6263 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7809 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.1304 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7811 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9705 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7813 , cls_30 , 0.0000 , 0.0540 , 0.0047 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.1596 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7818 , cls_30 , 0.0000 , 0.0480 , 0.0032 , 10666666.6667 , 1.6000 , 0.8838 , 0.6463 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 7.2659 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7833 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6994 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7836 , cls_30 , 0.0000 , 0.0480 , 0.0042 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 15.2853 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7840 , cls_30 , 0.0000 , 0.1140 , 0.0074 , 6333333.3333 , 2.1111 , 0.8252 , 0.7004 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 18.8156 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7845 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.4139 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7848 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7082 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7851 , cls_30 , 0.0000 , 0.0720 , 0.0047 , 8000000.0000 , 1.7143 , 0.8625 , 0.6894 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 6.4000 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7856 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 6.2704 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7858 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0802 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7859 , cls_30 , 0.0000 , 0.0960 , 0.0063 , 6274509.8039 , 1.7778 , 0.8491 , 0.7075 , 0.5098 , 0.0000 , 0.0000 , 0.0000 , 5.9149 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7870 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.0376 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7873 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 4.7130 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7880 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3994 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7883 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9765 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7885 , cls_30 , 0.0000 , 0.0840 , 0.0057 , 7777777.7778 , 2.0000 , 0.8460 , 0.7117 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 6.0694 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7889 , cls_30 , 0.0000 , 0.1200 , 0.0071 , 5797101.4493 , 2.0000 , 0.8267 , 0.7012 , 0.5435 , 0.0000 , 0.0000 , 0.0000 , 10.2143 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7891 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 9.4744 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7892 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.4262 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7901 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.9632 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7909 , cls_30 , 0.0000 , 0.0780 , 0.0062 , 7878787.8788 , 1.8571 , 0.8541 , 0.7845 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 10.2363 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7911 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4684 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7912 , cls_30 , 0.0000 , 0.0480 , 0.0033 , 7619047.6190 , 1.3333 , 0.9145 , 0.5048 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 4.4438 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7917 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7000 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7932 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 9.2035 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7936 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7107 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7938 , cls_30 , 0.0000 , 0.0960 , 0.0065 , 7619047.6190 , 2.0000 , 0.8307 , 0.7379 , 0.3929 , 0.0000 , 0.0000 , 0.0000 , 6.8546 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7940 , cls_30 , 0.0000 , 0.0480 , 0.0044 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.6162 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7944 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1893 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7945 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 5.5065 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7952 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9646 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7957 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9225 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7960 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.9830 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7963 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.2490 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7970 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.1182 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7979 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4564 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7982 , cls_30 , 0.0000 , 0.0540 , 0.0048 , 10000000.0000 , 1.8000 , 0.8762 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.0370 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7984 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.7090 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7986 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5831 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7992 , cls_30 , 0.0000 , 0.0780 , 0.0071 , 8666666.6667 , 1.8571 , 0.8453 , 0.8569 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 8.6413 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7994 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4503 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7997 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 8333333.3333 , 1.6667 , 0.8805 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 31.5130 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7999 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.1313 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8001 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1037 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8002 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 10000000.0000 , 1.8000 , 0.8762 , 0.8137 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.5573 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8005 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3723 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8006 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.1599 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8008 , cls_30 , 0.0000 , 0.0720 , 0.0046 , 6666666.6667 , 1.7143 , 0.8797 , 0.5506 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 8.8142 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8011 , cls_30 , 0.0000 , 0.0840 , 0.0062 , 9333333.3333 , 2.0000 , 0.8294 , 0.7598 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 8.2992 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8013 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.0634 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8020 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.6978 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8031 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.4108 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8034 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.9364 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8035 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.5552 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8039 , cls_30 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.3442 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8042 , cls_30 , 0.0000 , 0.1260 , 0.0085 , 5600000.0000 , 2.1000 , 0.8233 , 0.8116 , 0.5533 , 0.0000 , 0.0000 , 0.0000 , 8.8453 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8045 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.2886 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8047 , cls_30 , 0.0000 , 0.0840 , 0.0069 , 5185185.1852 , 1.5556 , 0.8853 , 0.7897 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 7.9859 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8050 , cls_30 , 0.0000 , 0.0780 , 0.0050 , 12380952.3810 , 2.1667 , 0.8141 , 0.7591 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 5.1762 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8051 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9889 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8056 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.4485 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8057 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0651 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8061 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.6431 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8069 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 16.0860 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8076 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0611 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8078 , cls_30 , 0.0000 , 0.0600 , 0.0043 , 8333333.3333 , 1.6667 , 0.8805 , 0.6488 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.1710 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8079 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 7.0040 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8087 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.7515 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8089 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8096 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8101 , cls_30 , 0.0000 , 0.2760 , 0.0151 , 8070175.4386 , 3.5385 , 0.6700 , 0.8547 , 0.3816 , 0.0000 , 0.0000 , 0.0000 , 18.7588 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8111 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.6874 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8115 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0216 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8116 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.0310 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8118 , cls_30 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 10.0015 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8119 , cls_30 , 0.0000 , 0.1440 , 0.0093 , 7272727.2727 , 2.4000 , 0.7797 , 0.7521 , 0.4015 , 0.0000 , 0.0000 , 0.0000 , 6.3401 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8123 , cls_30 , 0.0000 , 0.0960 , 0.0071 , 6666666.6667 , 2.0000 , 0.8433 , 0.8131 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 12.0932 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8125 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.6573 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8127 , cls_30 , 0.0000 , 0.0720 , 0.0076 , 7272727.2727 , 1.7143 , 0.8714 , 0.8444 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 12.3723 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8128 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.3680 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8132 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.2328 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8133 , cls_30 , 0.0000 , 0.1320 , 0.0085 , 7333333.3333 , 2.4444 , 0.7912 , 0.8141 , 0.4250 , 0.0000 , 0.0000 , 0.0000 , 21.5266 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8139 , cls_30 , 0.0000 , 0.0660 , 0.0050 , 7333333.3333 , 1.5714 , 0.8812 , 0.6021 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 7.0804 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8144 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3791 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8148 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.2684 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8150 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4036 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8156 , cls_30 , 0.0000 , 0.0900 , 0.0083 , 7142857.1429 , 1.8750 , 0.8451 , 0.8365 , 0.3690 , 0.0000 , 0.0000 , 0.0000 , 4.1000 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8160 , cls_30 , 0.0000 , 0.0720 , 0.0052 , 8888888.8889 , 2.0000 , 0.8529 , 0.7838 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 7.6419 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8164 , cls_30 , 0.0000 , 0.1380 , 0.0105 , 5476190.4762 , 2.0909 , 0.8126 , 0.8261 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 6.8860 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8167 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.8029 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8168 , cls_30 , 0.0000 , 0.0900 , 0.0068 , 6250000.0000 , 1.8750 , 0.8579 , 0.8131 , 0.4896 , 0.0000 , 0.0000 , 0.0000 , 6.3170 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8169 , cls_30 , 0.0000 , 0.0660 , 0.0052 , 6666666.6667 , 1.5714 , 0.8903 , 0.7845 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 8.3012 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8171 , cls_30 , 0.0000 , 0.1320 , 0.0077 , 6666666.6667 , 2.2000 , 0.8001 , 0.7845 , 0.4470 , 0.0000 , 0.0000 , 0.0000 , 8.5236 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8172 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 11.0703 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8191 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0494 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8194 , cls_30 , 0.0000 , 0.0480 , 0.0051 , 7619047.6190 , 1.3333 , 0.9145 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 2.7199 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8195 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2835 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8197 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.7695 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8199 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3983 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8202 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5812 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8209 , cls_30 , 0.0000 , 0.0480 , 0.0033 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.9775 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8211 , cls_30 , 0.0000 , 0.0720 , 0.0050 , 6153846.1538 , 1.5000 , 0.8875 , 0.5963 , 0.4872 , 0.0000 , 0.0000 , 0.0000 , 12.9455 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8212 , cls_30 , 0.0000 , 0.0900 , 0.0069 , 4000000.0000 , 1.5000 , 0.9035 , 0.6255 , 0.6533 , 0.0000 , 0.0000 , 0.0000 , 11.9186 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8214 , cls_30 , 0.0000 , 0.1740 , 0.0101 , 8405797.1014 , 2.9000 , 0.7391 , 0.7847 , 0.3478 , 0.0000 , 0.0000 , 0.0000 , 18.9020 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8216 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 15.6559 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8218 , cls_30 , 0.0000 , 0.0960 , 0.0067 , 6274509.8039 , 1.7778 , 0.8491 , 0.7595 , 0.4706 , 0.0000 , 0.0000 , 0.0000 , 21.2478 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8222 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.9540 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8223 , cls_30 , 0.0000 , 0.0780 , 0.0052 , 8666666.6667 , 1.8571 , 0.8453 , 0.6894 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 7.2696 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8227 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2462 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8228 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6528 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8231 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 12000000.0000 , 1.8000 , 0.8603 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8039 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8236 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.6127 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8237 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.9100 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8239 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.0775 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8243 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4977 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8246 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.4257 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8259 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9290 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8262 , cls_30 , 0.0000 , 0.0960 , 0.0070 , 8888888.8889 , 2.2857 , 0.8167 , 0.8202 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 7.0502 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8266 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9974 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8268 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.6272 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8269 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9548 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8273 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.8277 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8291 , cls_30 , 0.0000 , 0.1800 , 0.0102 , 5128205.1282 , 2.3077 , 0.7797 , 0.6645 , 0.5726 , 0.0000 , 0.0000 , 0.0000 , 12.1953 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8294 , cls_30 , 0.0000 , 0.0660 , 0.0051 , 5641025.6410 , 1.3750 , 0.9067 , 0.5963 , 0.5256 , 0.0000 , 0.0000 , 0.0000 , 13.2458 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8298 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3608 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8303 , cls_30 , 0.0000 , 0.0600 , 0.0050 , 6060606.0606 , 1.4286 , 0.9110 , 0.7307 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 8.1565 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8310 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.0123 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8312 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 6.5230 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8325 , cls_30 , 0.0000 , 0.1800 , 0.0144 , 8000000.0000 , 3.0000 , 0.7384 , 0.8902 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 5.7855 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8327 , cls_30 , 0.0000 , 0.0960 , 0.0065 , 9696969.6970 , 2.2857 , 0.8090 , 0.7357 , 0.2424 , 0.0000 , 0.0000 , 0.0000 , 3.1437 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8330 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 10.7061 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8331 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.5506 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8332 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1811 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8336 , cls_30 , 0.0000 , 0.0600 , 0.0044 , 11111111.1111 , 2.0000 , 0.8548 , 0.7062 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.3768 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8338 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3556 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8342 , cls_30 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.7040 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8344 , cls_30 , 0.0000 , 0.1560 , 0.0100 , 4814814.8148 , 2.1667 , 0.8075 , 0.7998 , 0.6019 , 0.0000 , 0.0000 , 0.0000 , 13.6136 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8349 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7773 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8355 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4634 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8356 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2645 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8361 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6264 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8362 , cls_30 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.7499 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8372 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 8.5562 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8373 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.0347 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8374 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 5.8017 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8376 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 12.2897 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8377 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8248 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8379 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.1333 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8381 , cls_30 , 0.0000 , 0.0780 , 0.0069 , 7222222.2222 , 1.8571 , 0.8622 , 0.7935 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.8550 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8383 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 2.2605 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8385 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2895 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8387 , cls_30 , 0.0000 , 0.0480 , 0.0045 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 5.1037 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8402 , cls_30 , 0.0000 , 0.1080 , 0.0073 , 6315789.4737 , 2.0000 , 0.8328 , 0.7154 , 0.4912 , 0.0000 , 0.0000 , 0.0000 , 10.9027 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8407 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.3603 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8417 , cls_30 , 0.0000 , 0.1080 , 0.0067 , 5454545.4545 , 1.8000 , 0.8471 , 0.7357 , 0.5530 , 0.0000 , 0.0000 , 0.0000 , 8.5439 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8419 , cls_30 , 0.0000 , 0.0840 , 0.0056 , 6666666.6667 , 1.7500 , 0.8605 , 0.6637 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 4.6029 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8422 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.7215 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 6.8929 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8424 , cls_30 , 0.0000 , 0.1440 , 0.0112 , 6666666.6667 , 2.4000 , 0.7877 , 0.8531 , 0.4653 , 0.0000 , 0.0000 , 0.0000 , 14.9924 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8427 , cls_30 , 0.0000 , 0.1080 , 0.0085 , 4000000.0000 , 1.6364 , 0.8791 , 0.7753 , 0.6500 , 0.0000 , 0.0000 , 0.0000 , 7.0127 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8431 , cls_30 , 0.0000 , 0.0660 , 0.0062 , 5641025.6410 , 1.3750 , 0.9067 , 0.8053 , 0.4872 , 0.0000 , 0.0000 , 0.0000 , 14.0028 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8433 , cls_30 , 0.0000 , 0.0960 , 0.0073 , 7111111.1111 , 2.0000 , 0.8372 , 0.7854 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 10.7365 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8436 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.4319 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8437 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9938 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8440 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.8048 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8447 , cls_30 , 0.0000 , 0.0780 , 0.0065 , 6666666.6667 , 1.6250 , 0.8698 , 0.7453 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 6.0130 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8451 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 5.1998 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8455 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.1807 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8456 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2586 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8457 , cls_30 , 0.0000 , 0.1860 , 0.0110 , 7126436.7816 , 2.8182 , 0.7437 , 0.7587 , 0.4483 , 0.0000 , 0.0000 , 0.0000 , 3.7189 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8458 , cls_30 , 0.0000 , 0.0720 , 0.0052 , 7272727.2727 , 1.7143 , 0.8714 , 0.6888 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 5.4441 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8459 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9180 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8464 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8468 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8467 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.3098 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8470 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5185185.1852 , 1.1667 , 0.9673 , 0.4270 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 7.9608 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8477 , cls_30 , 0.0000 , 0.0840 , 0.0064 , 7777777.7778 , 2.0000 , 0.8460 , 0.7366 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 3.3986 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8480 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7670 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8481 , cls_30 , 0.0000 , 0.0900 , 0.0056 , 10000000.0000 , 2.1429 , 0.8146 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.2169 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8486 , cls_30 , 0.0000 , 0.0420 , 0.0037 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.0870 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8490 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.6771 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8495 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.0914 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8499 , cls_30 , 0.0000 , 0.0720 , 0.0043 , 8888888.8889 , 2.0000 , 0.8529 , 0.6630 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 2.1644 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8501 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 5.1637 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8508 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.2974 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8517 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7542 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8519 , cls_30 , 0.0000 , 0.1380 , 0.0083 , 6969696.9697 , 2.3000 , 0.7897 , 0.7759 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 10.3607 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8521 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 17.6470 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8522 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.1839 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8531 , cls_30 , 0.0000 , 0.1200 , 0.0064 , 8333333.3333 , 2.5000 , 0.7928 , 0.7209 , 0.3646 , 0.0000 , 0.0000 , 0.0000 , 6.4022 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8532 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.6132 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8536 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.2964 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8537 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1908 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8538 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 4285714.2857 , 1.1250 , 0.9589 , 0.4429 , 0.6310 , 0.0000 , 0.0000 , 0.0000 , 10.6667 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8542 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 1.5118 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8545 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3482 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8548 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0576 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8554 , cls_30 , 0.0000 , 0.1140 , 0.0092 , 8444444.4444 , 2.3750 , 0.7986 , 0.8531 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7903 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8557 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 7.7975 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8559 , cls_30 , 0.0000 , 0.0540 , 0.0037 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 11.1700 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8563 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7969 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8564 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9062 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8565 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.1175 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8568 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7008 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8574 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.2159 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8580 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.3633 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8599 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6067 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8606 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6335 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8607 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.6532 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8609 , cls_30 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.4011 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8610 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1547 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8616 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 4848484.8485 , 1.1429 , 0.9594 , 0.4398 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 9.3038 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8618 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 4.6811 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8621 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6405 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8623 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7294 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8625 , cls_30 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 3.4090 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8626 , cls_30 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.7806 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8628 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7940 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8630 , cls_30 , 0.0000 , 0.1800 , 0.0151 , 6896551.7241 , 2.7273 , 0.7517 , 0.8988 , 0.4138 , 0.0000 , 0.0000 , 0.0000 , 5.7242 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8647 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7686 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8651 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.5808 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8654 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3673 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8657 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1056 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8659 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4130 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8661 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5785 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8662 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1153 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8665 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3549 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8666 , cls_30 , 0.0000 , 0.0900 , 0.0057 , 8333333.3333 , 2.1429 , 0.8309 , 0.7117 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 5.6903 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8667 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1216 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8670 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 9.0961 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8672 , cls_30 , 0.0000 , 0.0720 , 0.0053 , 4444444.4444 , 1.3333 , 0.9206 , 0.6474 , 0.6296 , 0.0000 , 0.0000 , 0.0000 , 6.0161 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8674 , cls_30 , 0.0000 , 0.0540 , 0.0051 , 6666666.6667 , 1.5000 , 0.9139 , 0.7708 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 4.2129 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8676 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.6227 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8677 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8236 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8679 , cls_30 , 0.0000 , 0.0600 , 0.0049 , 7407407.4074 , 1.6667 , 0.8916 , 0.7453 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.0590 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8684 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.6954 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8688 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0678 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8691 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4121 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8693 , cls_30 , 0.0000 , 0.0720 , 0.0069 , 8888888.8889 , 2.0000 , 0.8529 , 0.8430 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.1727 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8696 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 4.2946 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8701 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.7635 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8703 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3959 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8708 , cls_30 , 0.0000 , 0.0600 , 0.0051 , 9523809.5238 , 1.6667 , 0.8684 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 9.2607 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8709 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.2676 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8716 , cls_30 , 0.0000 , 0.0540 , 0.0041 , 6000000.0000 , 1.2857 , 0.9243 , 0.6255 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 3.5816 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8717 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5876 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8722 , cls_30 , 0.0000 , 0.0840 , 0.0058 , 6666666.6667 , 1.7500 , 0.8605 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 4.6653 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8724 , cls_30 , 0.0000 , 0.0480 , 0.0043 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 7.8920 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8726 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.1078 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8730 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7834 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8731 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4975 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8737 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 6.3744 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8746 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.0403 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8752 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.0076 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8773 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8569 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8774 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7013 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8775 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3767 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8777 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.3593 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8779 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0997 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8785 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.2634 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8786 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2878 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8788 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4161 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8790 , cls_30 , 0.0000 , 0.0840 , 0.0058 , 8484848.4848 , 2.0000 , 0.8380 , 0.7585 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 4.3179 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8797 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7968 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8799 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1376 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8800 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.4030 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8804 , cls_30 , 0.0000 , 0.0780 , 0.0047 , 10833333.3333 , 2.1667 , 0.8255 , 0.6817 , 0.2292 , 0.0000 , 0.0000 , 0.0000 , 7.5923 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8808 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0517 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8812 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 7.6313 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8818 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2915 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8820 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.8040 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8822 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.7363 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8829 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.5118 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8831 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.2149 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8832 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.7617 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8837 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.7454 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8838 , cls_30 , 0.0000 , 0.0600 , 0.0041 , 6666666.6667 , 1.4286 , 0.9016 , 0.6255 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 5.8475 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8839 , cls_30 , 0.0000 , 0.0600 , 0.0046 , 11111111.1111 , 2.0000 , 0.8548 , 0.7753 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 4.3315 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8846 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.3059 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8848 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9639 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8855 , cls_30 , 0.0000 , 0.1680 , 0.0122 , 6436781.6092 , 2.5455 , 0.7684 , 0.8761 , 0.4713 , 0.0000 , 0.0000 , 0.0000 , 7.8423 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8867 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.4565 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8873 , cls_30 , 0.0000 , 0.0900 , 0.0061 , 8333333.3333 , 2.1429 , 0.8309 , 0.7907 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 4.5146 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8874 , cls_30 , 0.0000 , 0.0540 , 0.0040 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7063 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8877 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3147 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8879 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.6483 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8890 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9953 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8892 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.3773 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8893 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.0464 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8899 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.6238 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8902 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6608 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8905 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5780 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8906 , cls_30 , 0.0000 , 0.0540 , 0.0040 , 12000000.0000 , 1.8000 , 0.8603 , 0.6817 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7446 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8907 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5305 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8910 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.2740 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8915 , cls_30 , 0.0000 , 0.0720 , 0.0049 , 10000000.0000 , 2.0000 , 0.8423 , 0.7516 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 3.6998 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8916 , cls_30 , 0.0000 , 0.0540 , 0.0038 , 12000000.0000 , 1.8000 , 0.8603 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6311 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8918 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4852 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8920 , cls_30 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.8656 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8924 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.5900 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8925 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 4.1236 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8926 , cls_30 , 0.0000 , 0.0600 , 0.0050 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 6.9220 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8927 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4505 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8939 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7782 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8941 , cls_30 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.7613 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.7647 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8942 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 11.0450 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8958 , cls_30 , 0.0000 , 0.0660 , 0.0051 , 6666666.6667 , 1.5714 , 0.8903 , 0.7585 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 6.8821 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8964 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6068 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8968 , cls_30 , 0.0000 , 0.0960 , 0.0058 , 13333333.3333 , 2.6667 , 0.7820 , 0.7963 , 0.1458 , 0.0000 , 0.0000 , 0.0000 , 4.9476 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8973 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6770 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8977 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2516 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8982 , cls_30 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.8904 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8985 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4588 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8986 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5404 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8989 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0909 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8994 , cls_30 , 0.0000 , 0.0840 , 0.0063 , 11666666.6667 , 2.3333 , 0.8100 , 0.8623 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.6677 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8995 , cls_30 , 0.0000 , 0.0960 , 0.0078 , 9696969.6970 , 2.2857 , 0.8090 , 0.8653 , 0.2576 , 0.0000 , 0.0000 , 0.0000 , 4.6648 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8999 , cls_30 , 0.0000 , 0.0780 , 0.0075 , 7878787.8788 , 1.8571 , 0.8541 , 0.8653 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 5.1116 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9000 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6013 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9004 , cls_30 , 0.0000 , 0.0600 , 0.0057 , 9523809.5238 , 1.6667 , 0.8684 , 0.8463 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 10.7692 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9006 , cls_30 , 0.0000 , 0.0540 , 0.0047 , 6666666.6667 , 1.5000 , 0.9139 , 0.7205 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.0944 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9007 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4857 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9009 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5302 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9010 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.5779 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9011 , cls_30 , 0.0000 , 0.1080 , 0.0077 , 10000000.0000 , 2.5714 , 0.7909 , 0.8302 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.6705 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9013 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9527 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9015 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.6131 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9018 , cls_30 , 0.0000 , 0.0960 , 0.0070 , 5925925.9259 , 1.7778 , 0.8547 , 0.7731 , 0.4907 , 0.0000 , 0.0000 , 0.0000 , 4.6944 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9022 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8887 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9024 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8970 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9031 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.9342 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9035 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2136 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9036 , cls_30 , 0.0000 , 0.0600 , 0.0049 , 5128205.1282 , 1.2500 , 0.9278 , 0.6322 , 0.5769 , 0.0000 , 0.0000 , 0.0000 , 6.8276 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9050 , cls_30 , 0.0000 , 0.1020 , 0.0057 , 11333333.3333 , 2.4286 , 0.7877 , 0.7170 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 5.4538 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9052 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5474 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9067 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.4861 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9069 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4672 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9071 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.9308 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9072 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5048 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9083 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.9328 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9085 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 6.2301 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9089 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5000 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9090 , cls_30 , 0.0000 , 0.1020 , 0.0072 , 5151515.1515 , 1.7000 , 0.8606 , 0.6888 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 2.8676 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9092 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.6687 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9099 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8502 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9102 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1849 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9103 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 5.5739 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9104 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.7034 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9105 , cls_30 , 0.0000 , 0.0720 , 0.0063 , 8888888.8889 , 2.0000 , 0.8529 , 0.8237 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 5.7491 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9108 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.5915 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9113 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.2633 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9117 , cls_30 , 0.0000 , 0.0660 , 0.0049 , 9166666.6667 , 1.8333 , 0.8606 , 0.7516 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 5.6661 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9122 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5002 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9123 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.6375 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9124 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.8398 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9129 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.6497 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9132 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.0822 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9136 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0806 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9137 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 5.1675 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9143 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0617 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9144 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 2.6831 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9145 , cls_30 , 0.0000 , 0.0780 , 0.0063 , 8666666.6667 , 1.8571 , 0.8453 , 0.8232 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 1.4724 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9146 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7214 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9147 , cls_30 , 0.0000 , 0.0720 , 0.0060 , 8888888.8889 , 2.0000 , 0.8529 , 0.8430 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 5.1285 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9152 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.1961 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9154 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1238 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9155 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2487 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9157 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3335 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9161 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.8359 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9162 , cls_30 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.2362 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9163 , cls_30 , 0.0000 , 0.1200 , 0.0072 , 8888888.8889 , 2.5000 , 0.7871 , 0.7753 , 0.3222 , 0.0000 , 0.0000 , 0.0000 , 3.8586 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9166 , cls_30 , 0.0000 , 0.0660 , 0.0045 , 10476190.4762 , 1.8333 , 0.8487 , 0.6927 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 3.3375 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9175 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4601 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9180 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0197 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9181 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6276 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9184 , cls_30 , 0.0000 , 0.0720 , 0.0046 , 8000000.0000 , 1.7143 , 0.8625 , 0.6817 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.7907 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9189 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8831 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9194 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5231 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9202 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.1687 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9204 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2322 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9206 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0390 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9219 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.0493 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9221 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6662 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9225 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.0342 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9228 , cls_30 , 0.0000 , 0.0780 , 0.0063 , 7878787.8788 , 1.8571 , 0.8541 , 0.8107 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 8.2930 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9232 , cls_30 , 0.0000 , 0.0540 , 0.0038 , 6000000.0000 , 1.2857 , 0.9243 , 0.4907 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 3.9497 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9236 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4706 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9250 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.6938 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9252 , cls_30 , 0.0000 , 0.0660 , 0.0054 , 8148148.1481 , 1.8333 , 0.8713 , 0.7838 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.2739 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9254 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0951 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9255 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2544 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9256 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.4176 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9263 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.2848 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9265 , cls_30 , 0.0000 , 0.0660 , 0.0051 , 5641025.6410 , 1.3750 , 0.9067 , 0.6817 , 0.5256 , 0.0000 , 0.0000 , 0.0000 , 6.2010 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9270 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2362 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9272 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9787 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9273 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.6076 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9275 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2535 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9281 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.9508 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9283 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 5.9383 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9286 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.3115 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9287 , cls_30 , 0.0000 , 0.1020 , 0.0074 , 7555555.5556 , 2.1250 , 0.8236 , 0.7878 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 8.6606 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9290 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4715 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9291 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.5694 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9294 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.3645 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9296 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.7609 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9297 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2850 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9299 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.6027 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9303 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.8059 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9306 , cls_30 , 0.0000 , 0.1200 , 0.0085 , 6349206.3492 , 2.0000 , 0.8180 , 0.7861 , 0.4921 , 0.0000 , 0.0000 , 0.0000 , 2.6850 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9309 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.2804 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9310 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2896 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9312 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1855 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9317 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1653 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9319 , cls_30 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.7247 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 6.6587 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9322 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4120 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9326 , cls_30 , 0.0000 , 0.0480 , 0.0040 , 5925925.9259 , 1.3333 , 0.9389 , 0.6630 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 4.4512 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9333 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1039 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9343 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5036 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9345 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 4.2718 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9349 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9959 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9352 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6887 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9361 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7422 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9362 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 3.7191 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9365 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9369 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9367 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.4937 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9369 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5727 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9377 , cls_30 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 2.5462 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9384 , cls_30 , 0.0000 , 0.1200 , 0.0084 , 7843137.2549 , 2.2222 , 0.7983 , 0.8268 , 0.3725 , 0.0000 , 0.0000 , 0.0000 , 5.4257 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9387 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4659 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9388 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4756 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9389 , cls_30 , 0.0000 , 0.1140 , 0.0069 , 7037037.0370 , 2.1111 , 0.8153 , 0.6903 , 0.4352 , 0.0000 , 0.0000 , 0.0000 , 3.2176 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9396 , cls_30 , 0.0000 , 0.0540 , 0.0050 , 10000000.0000 , 1.8000 , 0.8762 , 0.8302 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.1877 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9397 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9153 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9398 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.9770 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9400 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3289 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9404 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6743 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9405 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.0591 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9407 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.2038 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9412 , cls_30 , 0.0000 , 0.0480 , 0.0045 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 5.9165 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9416 , cls_30 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 5.0727 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9419 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4596 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9420 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8881 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9430 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8201 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9431 , cls_30 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 1.3035 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9437 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.5153 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9439 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.5267 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9445 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.9356 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9449 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.4253 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9451 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0169 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9452 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1413 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9454 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.1687 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9460 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.1402 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9462 , cls_30 , 0.0000 , 0.0600 , 0.0054 , 6666666.6667 , 1.4286 , 0.9016 , 0.7598 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.7469 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9467 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.0063 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9469 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.5896 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9474 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.6453 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9475 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.4768 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9480 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5405 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9481 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.2010 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9491 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6559 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9493 , cls_30 , 0.0000 , 0.0720 , 0.0052 , 6666666.6667 , 1.7143 , 0.8797 , 0.6605 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.4358 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9495 , cls_30 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2269 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9498 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5411 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9499 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0983 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9502 , cls_30 , 0.0000 , 0.0540 , 0.0050 , 8571428.5714 , 1.5000 , 0.8902 , 0.8019 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 3.2155 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9506 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.7803 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9507 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4476 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9508 , cls_30 , 0.0000 , 0.0720 , 0.0057 , 6666666.6667 , 1.7143 , 0.8797 , 0.7366 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.3981 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9511 , cls_30 , 0.0000 , 0.0600 , 0.0045 , 8333333.3333 , 1.6667 , 0.8805 , 0.6488 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 5.2312 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9512 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.4917 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9515 , cls_30 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.8994 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9517 , cls_30 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2.4853 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9521 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5727 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9526 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0317 , 0.0272 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9529 , cls_30 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.9284 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9530 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4193 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9531 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8568 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9543 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2816 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9544 , cls_30 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.5593 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 8.2960 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9551 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.5759 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9554 , cls_30 , 0.0000 , 0.0540 , 0.0044 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 1.8477 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9559 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 3.7685 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9561 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.6161 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9562 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6756 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9564 , cls_30 , 0.0000 , 0.0600 , 0.0039 , 7407407.4074 , 1.6667 , 0.8916 , 0.6048 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 2.4933 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9570 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.8077 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9573 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.7502 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9576 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.7573 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9579 , cls_30 , 0.0000 , 0.0600 , 0.0048 , 6666666.6667 , 1.4286 , 0.9016 , 0.7170 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 2.9219 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9580 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.6057 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9583 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.0347 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9584 , cls_30 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7813 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9585 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7435 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9587 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3704 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9589 , cls_30 , 0.0000 , 0.1260 , 0.0065 , 8750000.0000 , 2.6250 , 0.7818 , 0.7247 , 0.3854 , 0.0000 , 0.0000 , 0.0000 , 2.2108 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9594 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.8986 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9597 , cls_30 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 8.7260 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9600 , cls_30 , 0.0000 , 0.0720 , 0.0049 , 4705882.3529 , 1.3333 , 0.9146 , 0.4721 , 0.6176 , 0.0000 , 0.0000 , 0.0000 , 2.6614 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9609 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.2615 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9611 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4992 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9613 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7144 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9618 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.8157 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9623 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.4487 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9624 , cls_30 , 0.0000 , 0.0540 , 0.0045 , 5000000.0000 , 1.2857 , 0.9427 , 0.6605 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 4.1647 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9627 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6434 , 0.0417 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9629 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7503 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9635 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2249 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9637 , cls_30 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.3187 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9646 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4393 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9647 , cls_30 , 0.0000 , 0.1320 , 0.0077 , 5238095.2381 , 2.0000 , 0.8234 , 0.6845 , 0.5774 , 0.0000 , 0.0000 , 0.0000 , 5.9935 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9651 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8373 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9652 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8803 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9656 , cls_30 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.6377 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9657 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9584 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9672 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6847 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9674 , cls_30 , 0.0000 , 0.1200 , 0.0072 , 7017543.8596 , 2.2222 , 0.8085 , 0.6731 , 0.4386 , 0.0000 , 0.0000 , 0.0000 , 2.0807 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9676 , cls_30 , 0.0000 , 0.0600 , 0.0046 , 7407407.4074 , 1.6667 , 0.8916 , 0.6630 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.4732 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9678 , cls_30 , 0.0000 , 0.1020 , 0.0068 , 8095238.0952 , 2.1250 , 0.8172 , 0.7591 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 4.4708 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9679 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.7869 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9688 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8292 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9690 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.6461 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9691 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7338 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9693 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.4357 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9694 , cls_30 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.5740 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9695 , cls_30 , 0.0000 , 0.0480 , 0.0039 , 4848484.8485 , 1.1429 , 0.9594 , 0.4613 , 0.5758 , 0.0000 , 0.0000 , 0.0000 , 3.2717 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9697 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9556 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9703 , cls_30 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 2.9329 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9706 , cls_30 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 5.7854 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9708 , cls_30 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.2309 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9713 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.1942 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9716 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.2892 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9720 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6061 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9725 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 5000000.0000 , 1.0000 , 0.9877 , 0.4341 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 2.2062 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9729 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9646 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9735 , cls_30 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.5351 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9740 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8338 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9748 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.2691 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9755 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9038 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9762 , cls_30 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7295 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9771 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9518 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9778 , cls_30 , 0.0000 , 0.0420 , 0.0036 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.2108 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9781 , cls_30 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.7804 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9787 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9997 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9792 , cls_30 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3489 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9793 , cls_30 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 3.8248 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9796 , cls_30 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.3302 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9798 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.2897 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9799 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.8765 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9801 , cls_30 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.7060 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9804 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.5784 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9807 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.8371 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9808 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2772 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9813 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.4803 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9815 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7709 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9820 , cls_30 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.6688 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9822 , cls_30 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.9295 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9829 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2179 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9832 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0375 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9833 , cls_30 , 0.0000 , 0.0480 , 0.0041 , 6666666.6667 , 1.3333 , 0.9273 , 0.7247 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.5833 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9836 , cls_30 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8962 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9840 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8079 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9841 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3419 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9844 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7973 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9848 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3139 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9850 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4849 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9855 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.7879 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9860 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.8474 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9864 , cls_30 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5463 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9867 , cls_30 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.0075 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9870 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8848 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9887 , cls_30 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4655 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9896 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8 , cls_70 , 0.0000 , 0.0660 , 0.0054 , 8148148.1481 , 1.8333 , 0.8713 , 0.7708 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 3.4419 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 17 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 21.0898 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 20 , cls_70 , 0.0000 , 0.1380 , 0.0087 , 4380952.3810 , 1.9167 , 0.8351 , 0.7009 , 0.6381 , 0.0000 , 0.0000 , 0.0000 , 164.3456 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 27 , cls_70 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.6419 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 3.8737 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 29 , cls_70 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.5414 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 41 , cls_70 , 0.0000 , 0.2820 , 0.0165 , 2191142.1911 , 1.9583 , 0.7970 , 0.5675 , 0.8124 , 0.0000 , 0.0000 , 0.0000 , 7.5642 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 51 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9780 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 53 , cls_70 , 0.0000 , 0.1020 , 0.0074 , 4533333.3333 , 1.7000 , 0.8737 , 0.6997 , 0.6400 , 0.0000 , 0.0000 , 0.0000 , 1.8145 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 71 , cls_70 , 0.0000 , 0.1500 , 0.0132 , 5747126.4368 , 2.2727 , 0.7959 , 0.8914 , 0.4885 , 0.0000 , 0.0000 , 0.0000 , 311.4212 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 74 , cls_70 , 0.0000 , 2.1300 , 0.0708 , 1913230.9351 , 5.0000 , 0.2802 , 0.8954 , 0.8378 , 0.0000 , 0.0000 , 0.0000 , 107.2564 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 79 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 252.8600 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 80 , cls_70 , 0.0000 , 1.6260 , 0.0663 , 1636473.4300 , 4.0448 , 0.3904 , 0.8301 , 0.8590 , 0.0000 , 0.0000 , 0.0000 , 87.6225 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 92 , cls_70 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 12.1168 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 102 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 58.2469 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 119 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.1972 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 146 , cls_70 , 0.0000 , 0.8100 , 0.0331 , 1386748.8444 , 2.6471 , 0.6211 , 0.5786 , 0.8855 , 0.0000 , 0.0000 , 0.0000 , 39.1357 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 196 , cls_70 , 0.0000 , 0.0840 , 0.0059 , 5185185.1852 , 1.5556 , 0.8853 , 0.5676 , 0.5741 , 0.0000 , 0.0000 , 0.0000 , 51.0614 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 230 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 20.3234 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 251 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 163.6194 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 270 , cls_70 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 9.6199 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 274 , cls_70 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 39.0197 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 296 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 163.9561 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 301 , cls_70 , 0.0000 , 0.1620 , 0.0116 , 5142857.1429 , 2.2500 , 0.7954 , 0.8293 , 0.5857 , 0.0000 , 0.0000 , 0.0000 , 4.1614 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 325 , cls_70 , 0.0000 , 0.2100 , 0.0200 , 2745098.0392 , 1.8421 , 0.8214 , 0.8507 , 0.7510 , 0.0000 , 0.0000 , 0.0000 , 146.2225 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 414 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.9962 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 437 , cls_70 , 0.0000 , 0.0780 , 0.0061 , 7222222.2222 , 1.8571 , 0.8622 , 0.8137 , 0.4028 , 0.0000 , 0.0000 , 0.0000 , 222.8204 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 444 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7896 , 0.0446 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 456 , cls_70 , 0.0000 , 0.0900 , 0.0077 , 5263157.8947 , 1.6667 , 0.8749 , 0.7506 , 0.5614 , 0.0000 , 0.0000 , 0.0000 , 318.4506 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 473 , cls_70 , 0.0000 , 0.1260 , 0.0090 , 2800000.0000 , 1.4000 , 0.8974 , 0.6483 , 0.7700 , 0.0000 , 0.0000 , 0.0000 , 19.2379 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 485 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.2976 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 487 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 38.1454 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 515 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 254.4499 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 518 , cls_70 , 0.0000 , 0.1080 , 0.0094 , 4137931.0345 , 1.6364 , 0.8755 , 0.7866 , 0.6379 , 0.0000 , 0.0000 , 0.0000 , 39.4088 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 571 , cls_70 , 0.0000 , 0.0600 , 0.0049 , 4444444.4444 , 1.2500 , 0.9427 , 0.5225 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 61.6805 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 600 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 318.6527 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 601 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 260.8886 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 656 , cls_70 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.6339 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 692 , cls_70 , 0.0000 , 0.0600 , 0.0047 , 4444444.4444 , 1.2500 , 0.9427 , 0.5225 , 0.6333 , 0.0000 , 0.0000 , 0.0000 , 270.7034 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 715 , cls_70 , 0.0000 , 0.2460 , 0.0176 , 1798245.6140 , 1.6400 , 0.8458 , 0.7385 , 0.8454 , 0.0000 , 0.0000 , 0.0000 , 47.0788 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 720 , cls_70 , 0.0000 , 0.9540 , 0.0571 , 1763727.1215 , 3.1800 , 0.5492 , 0.8767 , 0.8500 , 0.0000 , 0.0000 , 0.0000 , 56.7801 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 731 , cls_70 , 0.0000 , 0.1080 , 0.0077 , 2790697.6744 , 1.2857 , 0.9194 , 0.4356 , 0.7674 , 0.0000 , 0.0000 , 0.0000 , 20.0364 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 737 , cls_70 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 3.0052 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 769 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.4855 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 775 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.4164 , 0.0362 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 804 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.4583 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 831 , cls_70 , 0.0000 , 0.4740 , 0.0219 , 1803652.9680 , 2.2571 , 0.7179 , 0.5600 , 0.8527 , 0.0000 , 0.0000 , 0.0000 , 61.5457 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 852 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6207 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 885 , cls_70 , 0.0000 , 0.0600 , 0.0048 , 6060606.0606 , 1.4286 , 0.9110 , 0.7199 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 131.9805 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 951 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.1266 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 979 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 52.7578 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 981 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 131.3927 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1003 , cls_70 , 0.0000 , 0.0600 , 0.0048 , 4444444.4444 , 1.2500 , 0.9427 , 0.5756 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 15.0446 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1010 , cls_70 , 0.0000 , 0.1440 , 0.0109 , 4324324.3243 , 1.8462 , 0.8303 , 0.7978 , 0.6441 , 0.0000 , 0.0000 , 0.0000 , 140.7734 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1014 , cls_70 , 0.0000 , 0.7200 , 0.0327 , 1587301.5873 , 2.6667 , 0.6356 , 0.7079 , 0.8661 , 0.0000 , 0.0000 , 0.0000 , 7.8670 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1089 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.1525 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1098 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.1521 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1120 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7647 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1189 , cls_70 , 0.0000 , 0.1500 , 0.0099 , 4504504.5045 , 1.9231 , 0.8201 , 0.7397 , 0.6441 , 0.0000 , 0.0000 , 0.0000 , 6.2061 , 0.0443 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1246 , cls_70 , 0.0000 , 0.1020 , 0.0083 , 3655913.9785 , 1.4167 , 0.8966 , 0.7278 , 0.6935 , 0.0000 , 0.0000 , 0.0000 , 3.6080 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1254 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 14.0411 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1262 , cls_70 , 0.0000 , 0.0900 , 0.0071 , 5000000.0000 , 1.6667 , 0.8801 , 0.7551 , 0.5750 , 0.0000 , 0.0000 , 0.0000 , 80.0717 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1299 , cls_70 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 41.2564 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1304 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 9.4617 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1307 , cls_70 , 0.0000 , 0.0540 , 0.0047 , 4615384.6154 , 1.1250 , 0.9510 , 0.5862 , 0.5897 , 0.0000 , 0.0000 , 0.0000 , 5.5866 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1334 , cls_70 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 38.1026 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1342 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.5718 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1347 , cls_70 , 0.0000 , 0.1020 , 0.0081 , 2982456.1404 , 1.3077 , 0.9195 , 0.6731 , 0.7368 , 0.0000 , 0.0000 , 0.0000 , 2.9707 , 0.0532 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1367 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.5187 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1403 , cls_70 , 0.0000 , 0.0540 , 0.0046 , 6666666.6667 , 1.5000 , 0.9139 , 0.7453 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 61.1706 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1415 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 21.8630 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1418 , cls_70 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 6.3734 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1419 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1078 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1423 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.9534 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1431 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.1710 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1470 , cls_70 , 0.0000 , 0.1500 , 0.0099 , 3875968.9922 , 1.7857 , 0.8358 , 0.7040 , 0.6744 , 0.0000 , 0.0000 , 0.0000 , 36.5103 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1482 , cls_70 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 12.5176 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1496 , cls_70 , 0.0000 , 0.0840 , 0.0076 , 5185185.1852 , 1.5556 , 0.8853 , 0.8166 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 6.6083 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1511 , cls_70 , 0.0000 , 0.1860 , 0.0121 , 3039215.6863 , 1.8235 , 0.8294 , 0.7360 , 0.7525 , 0.0000 , 0.0000 , 0.0000 , 34.4262 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1532 , cls_70 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 22.9160 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1542 , cls_70 , 0.0000 , 0.4560 , 0.0182 , 2598290.5983 , 2.7143 , 0.6845 , 0.5834 , 0.7812 , 0.0000 , 0.0000 , 0.0000 , 1.7201 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1566 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 4444444.4444 , 1.0000 , 1.0000 , 0.3634 , 0.5926 , 0.0000 , 0.0000 , 0.0000 , 14.6896 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1581 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.5502 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1595 , cls_70 , 0.0000 , 0.0600 , 0.0052 , 4761904.7619 , 1.2500 , 0.9354 , 0.6637 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 9.1593 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1606 , cls_70 , 0.0000 , 0.0660 , 0.0053 , 3859649.1228 , 1.2222 , 0.9464 , 0.5435 , 0.6754 , 0.0000 , 0.0000 , 0.0000 , 5.2309 , 0.0268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1683 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5094 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1689 , cls_70 , 0.0000 , 0.2160 , 0.0133 , 2033898.3051 , 1.6364 , 0.8525 , 0.5780 , 0.8291 , 0.0000 , 0.0000 , 0.0000 , 20.9697 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1694 , cls_70 , 0.0000 , 0.1080 , 0.0076 , 3333333.3333 , 1.5000 , 0.8991 , 0.4850 , 0.7269 , 0.0000 , 0.0000 , 0.0000 , 23.7232 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1702 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.0472 , 0.0309 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1739 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 42.8622 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1741 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.7416 , 0.0268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1749 , cls_70 , 0.0000 , 0.0540 , 0.0048 , 6666666.6667 , 1.5000 , 0.9139 , 0.7838 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 5.2573 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1752 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9704 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1767 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 39.3632 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1800 , cls_70 , 0.0000 , 0.0600 , 0.0050 , 6666666.6667 , 1.4286 , 0.9016 , 0.6817 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.6431 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1803 , cls_70 , 0.0000 , 0.0600 , 0.0048 , 4444444.4444 , 1.2500 , 0.9427 , 0.5756 , 0.6333 , 0.0000 , 0.0000 , 0.0000 , 5.3815 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1807 , cls_70 , 0.0000 , 0.0540 , 0.0049 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 5.8969 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1841 , cls_70 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 3.9292 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1870 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.5641 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1937 , cls_70 , 0.0000 , 0.1380 , 0.0084 , 3407407.4074 , 1.6429 , 0.8620 , 0.6506 , 0.7222 , 0.0000 , 0.0000 , 0.0000 , 10.7371 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1938 , cls_70 , 0.0000 , 0.0540 , 0.0046 , 5000000.0000 , 1.2857 , 0.9427 , 0.6180 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 6.9818 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1940 , cls_70 , 0.0000 , 0.0480 , 0.0037 , 4848484.8485 , 1.1429 , 0.9594 , 0.2997 , 0.6061 , 0.0000 , 0.0000 , 0.0000 , 4.2358 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1977 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7322 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2000 , cls_70 , 0.0000 , 0.0840 , 0.0067 , 2828282.8283 , 1.1667 , 0.9513 , 0.3536 , 0.7626 , 0.0000 , 0.0000 , 0.0000 , 6.4715 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2034 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.6138 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2040 , cls_70 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 3.9924 , 0.0362 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2050 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0699 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2093 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 2.6315 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2103 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.4750 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2146 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.4255 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2153 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9469 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2162 , cls_70 , 0.0000 , 0.0540 , 0.0045 , 4615384.6154 , 1.1250 , 0.9510 , 0.5963 , 0.6154 , 0.0000 , 0.0000 , 0.0000 , 4.6056 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2174 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.5473 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2189 , cls_70 , 0.0000 , 0.0480 , 0.0038 , 5333333.3333 , 1.1429 , 0.9495 , 0.4907 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 3.0489 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2202 , cls_70 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 15.5785 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2203 , cls_70 , 0.0000 , 0.3780 , 0.0212 , 1516245.4874 , 1.8529 , 0.7871 , 0.5746 , 0.8700 , 0.0000 , 0.0000 , 0.0000 , 28.5438 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2211 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.1870 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2239 , cls_70 , 0.0000 , 0.0840 , 0.0075 , 2916666.6667 , 1.1667 , 0.9477 , 0.6262 , 0.7396 , 0.0000 , 0.0000 , 0.0000 , 3.5396 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2246 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6782 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2248 , cls_70 , 0.0000 , 0.3240 , 0.0202 , 2208588.9571 , 2.0769 , 0.7704 , 0.7332 , 0.8139 , 0.0000 , 0.0000 , 0.0000 , 5.0562 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2269 , cls_70 , 0.0000 , 0.0540 , 0.0048 , 3529411.7647 , 1.0000 , 0.9801 , 0.4721 , 0.6863 , 0.0000 , 0.0000 , 0.0000 , 5.8030 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2270 , cls_70 , 0.0000 , 0.0600 , 0.0045 , 5555555.5556 , 1.4286 , 0.9196 , 0.5506 , 0.5278 , 0.0000 , 0.0000 , 0.0000 , 8.9181 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2275 , cls_70 , 0.0000 , 0.0720 , 0.0062 , 3200000.0000 , 1.2000 , 0.9566 , 0.5639 , 0.7133 , 0.0000 , 0.0000 , 0.0000 , 14.6307 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2302 , cls_70 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 11.9028 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2342 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7032 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2354 , cls_70 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.9186 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2387 , cls_70 , 0.0000 , 0.2280 , 0.0140 , 2945736.4341 , 2.0000 , 0.7998 , 0.7423 , 0.7422 , 0.0000 , 0.0000 , 0.0000 , 3.6187 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2389 , cls_70 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 2.0901 , 0.0618 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2391 , cls_70 , 0.0000 , 0.0660 , 0.0052 , 7333333.3333 , 1.5714 , 0.8812 , 0.6255 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 12.1971 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2403 , cls_70 , 0.0000 , 0.1080 , 0.0083 , 3157894.7368 , 1.3846 , 0.9052 , 0.6442 , 0.7368 , 0.0000 , 0.0000 , 0.0000 , 77.5451 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2416 , cls_70 , 0.0000 , 0.0840 , 0.0057 , 4666666.6667 , 1.5556 , 0.8961 , 0.5609 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 8.0206 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2425 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 16.4021 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2430 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 3.2044 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2461 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.3814 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2465 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.4206 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2520 , cls_70 , 0.0000 , 0.3780 , 0.0208 , 2142857.1429 , 2.2500 , 0.7442 , 0.7469 , 0.8180 , 0.0000 , 0.0000 , 0.0000 , 24.9703 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2530 , cls_70 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.0076 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2611 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9105 , 0.0618 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2640 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7634 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2650 , cls_70 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 19.2574 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2741 , cls_70 , 0.0000 , 0.0600 , 0.0050 , 4166666.6667 , 1.2500 , 0.9495 , 0.5473 , 0.6458 , 0.0000 , 0.0000 , 0.0000 , 4.2071 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2743 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.5528 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2756 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.0434 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2777 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.2932 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2791 , cls_70 , 0.0000 , 0.0540 , 0.0044 , 4615384.6154 , 1.1250 , 0.9510 , 0.5862 , 0.6154 , 0.0000 , 0.0000 , 0.0000 , 1.7806 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2796 , cls_70 , 0.0000 , 0.4500 , 0.0198 , 2645502.6455 , 2.6786 , 0.6853 , 0.6022 , 0.7769 , 0.0000 , 0.0000 , 0.0000 , 45.8465 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2836 , cls_70 , 0.0000 , 0.1020 , 0.0072 , 3777777.7778 , 1.5455 , 0.8930 , 0.6707 , 0.6889 , 0.0000 , 0.0000 , 0.0000 , 2.4564 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2839 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.3089 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2901 , cls_70 , 0.0000 , 0.2220 , 0.0100 , 5736434.1085 , 2.6429 , 0.7360 , 0.6513 , 0.5426 , 0.0000 , 0.0000 , 0.0000 , 2.3606 , 0.0360 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2906 , cls_70 , 0.0000 , 0.0420 , 0.0034 , 5185185.1852 , 1.1667 , 0.9673 , 0.4270 , 0.5741 , 0.0000 , 0.0000 , 0.0000 , 6.1047 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2911 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7885 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2957 , cls_70 , 0.0000 , 0.2280 , 0.0164 , 1481481.4815 , 1.4074 , 0.8846 , 0.5473 , 0.8743 , 0.0000 , 0.0000 , 0.0000 , 51.3571 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2989 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5525 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3012 , cls_70 , 0.0000 , 0.3000 , 0.0260 , 3333333.3333 , 2.5000 , 0.7387 , 0.8830 , 0.7150 , 0.0000 , 0.0000 , 0.0000 , 5.6297 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3155 , cls_70 , 0.0000 , 0.0840 , 0.0072 , 4666666.6667 , 1.5556 , 0.8961 , 0.7598 , 0.6083 , 0.0000 , 0.0000 , 0.0000 , 8.7074 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3157 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 14.6238 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3170 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.4232 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3171 , cls_70 , 0.0000 , 0.0480 , 0.0039 , 5333333.3333 , 1.1429 , 0.9495 , 0.6021 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 5.2874 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3179 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.6014 , 0.0418 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3196 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0042 , 0.0272 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3206 , cls_70 , 0.0000 , 0.5880 , 0.0349 , 1666666.6667 , 2.4500 , 0.6791 , 0.7969 , 0.8605 , 0.0000 , 0.0000 , 0.0000 , 15.9389 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3209 , cls_70 , 0.0000 , 0.0600 , 0.0053 , 4761904.7619 , 1.2500 , 0.9354 , 0.6927 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 50.4399 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3266 , cls_70 , 0.0000 , 0.0660 , 0.0054 , 4074074.0741 , 1.2222 , 0.9405 , 0.5593 , 0.6574 , 0.0000 , 0.0000 , 0.0000 , 4.4276 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3295 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.4657 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3311 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2282 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3326 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3587 , 0.0362 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3330 , cls_70 , 0.0000 , 0.0960 , 0.0089 , 8205128.2051 , 2.0000 , 0.8239 , 0.8783 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.5841 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3363 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7124 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3368 , cls_70 , 0.0000 , 0.2460 , 0.0169 , 2507645.2599 , 1.9524 , 0.8052 , 0.7628 , 0.7875 , 0.0000 , 0.0000 , 0.0000 , 20.2355 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3374 , cls_70 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.5255 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3395 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.3535 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3429 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.1336 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3432 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9597 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3439 , cls_70 , 0.0000 , 0.0360 , 0.0031 , 5000000.0000 , 1.0000 , 0.9877 , 0.4341 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 2.6598 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3465 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.0221 , 0.0760 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3474 , cls_70 , 0.0000 , 0.0600 , 0.0052 , 3703703.7037 , 1.1111 , 0.9624 , 0.5416 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 1.9315 , 0.0626 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3480 , cls_70 , 0.0000 , 0.0540 , 0.0044 , 4285714.2857 , 1.1250 , 0.9589 , 0.4429 , 0.6310 , 0.0000 , 0.0000 , 0.0000 , 2.8032 , 0.0297 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3483 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9461 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3492 , cls_70 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.7187 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3519 , cls_70 , 0.0000 , 0.1020 , 0.0060 , 8095238.0952 , 2.1250 , 0.8172 , 0.6927 , 0.3452 , 0.0000 , 0.0000 , 0.0000 , 1.2130 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3532 , cls_70 , 0.0000 , 0.0780 , 0.0063 , 2988505.7471 , 1.1818 , 0.9544 , 0.4942 , 0.7471 , 0.0000 , 0.0000 , 0.0000 , 3.5259 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3543 , cls_70 , 0.0000 , 0.0720 , 0.0054 , 4444444.4444 , 1.3333 , 0.9206 , 0.6048 , 0.6296 , 0.0000 , 0.0000 , 0.0000 , 2.7056 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3580 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3935 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3588 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.4441 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3598 , cls_70 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0598 , 0.0395 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3599 , cls_70 , 0.0000 , 0.0780 , 0.0054 , 5098039.2157 , 1.4444 , 0.8964 , 0.6268 , 0.5784 , 0.0000 , 0.0000 , 0.0000 , 5.0380 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3605 , cls_70 , 0.0000 , 0.0660 , 0.0040 , 6666666.6667 , 1.5714 , 0.8903 , 0.5170 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 1.0111 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3615 , cls_70 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.3160 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3630 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.1673 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3639 , cls_70 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.2709 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3654 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.4672 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3657 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.6565 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3678 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 12.7894 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3694 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 33.4301 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3723 , cls_70 , 0.0000 , 0.1080 , 0.0072 , 4137931.0345 , 1.6364 , 0.8755 , 0.6193 , 0.6494 , 0.0000 , 0.0000 , 0.0000 , 7.3118 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3757 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0886 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3787 , cls_70 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.6729 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3814 , cls_70 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.9153 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3834 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7429 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3864 , cls_70 , 0.0000 , 0.0840 , 0.0060 , 5490196.0784 , 1.5556 , 0.8795 , 0.7075 , 0.5588 , 0.0000 , 0.0000 , 0.0000 , 8.2622 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3873 , cls_70 , 0.0000 , 0.0900 , 0.0064 , 3448275.8621 , 1.3636 , 0.9197 , 0.4942 , 0.7184 , 0.0000 , 0.0000 , 0.0000 , 5.6904 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3883 , cls_70 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 10.4032 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3900 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7135 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3914 , cls_70 , 0.0000 , 0.0540 , 0.0045 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 13.3491 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3916 , cls_70 , 0.0000 , 0.0780 , 0.0069 , 7878787.8788 , 1.8571 , 0.8541 , 0.8426 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.9464 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3949 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6419 , 0.0446 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4046 , cls_70 , 0.0000 , 0.0540 , 0.0044 , 6000000.0000 , 1.2857 , 0.9243 , 0.6894 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.1701 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4052 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.2637 , 0.0454 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4062 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 42.4849 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4063 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 32.4722 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4095 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.8881 , 0.0268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4101 , cls_70 , 0.0000 , 0.1380 , 0.0087 , 4646464.6465 , 1.9167 , 0.8291 , 0.6933 , 0.6162 , 0.0000 , 0.0000 , 0.0000 , 178.7865 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4130 , cls_70 , 0.0000 , 0.0540 , 0.0047 , 6000000.0000 , 1.2857 , 0.9243 , 0.7170 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 20.3247 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4139 , cls_70 , 0.0000 , 0.2940 , 0.0146 , 2401960.7843 , 2.0417 , 0.7786 , 0.3465 , 0.8064 , 0.0000 , 0.0000 , 0.0000 , 17.9747 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4142 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9182 , 0.0297 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4156 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 1.8174 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4170 , cls_70 , 0.0000 , 0.0600 , 0.0050 , 4444444.4444 , 1.2500 , 0.9427 , 0.5225 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 44.5856 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4199 , cls_70 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.0448 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4212 , cls_70 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.3513 , 0.0285 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4237 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.2338 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4255 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6981 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4270 , cls_70 , 0.0000 , 5.6700 , 0.1151 , 1801029.1595 , 7.9412 , -0.2018 , 0.8782 , 0.8504 , 0.0000 , 0.0000 , 0.0000 , 453.0094 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4273 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 886.3652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4277 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 22.3807 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4288 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.2675 , 0.0285 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4309 , cls_70 , 0.0000 , 0.3360 , 0.0167 , 2986666.6667 , 2.4348 , 0.7296 , 0.6455 , 0.7507 , 0.0000 , 0.0000 , 0.0000 , 59.1595 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4324 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8488 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4328 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 17.8000 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4336 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 35.8257 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4340 , cls_70 , 0.0000 , 0.1020 , 0.0073 , 4047619.0476 , 1.5455 , 0.8856 , 0.5806 , 0.6488 , 0.0000 , 0.0000 , 0.0000 , 353.0305 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4342 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 47.8173 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4362 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.8507 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4373 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.5616 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4389 , cls_70 , 0.0000 , 0.3180 , 0.0163 , 3642611.6838 , 2.6500 , 0.7190 , 0.6988 , 0.6993 , 0.0000 , 0.0000 , 0.0000 , 428.1605 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4400 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9596 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4406 , cls_70 , 0.0000 , 0.1320 , 0.0103 , 4190476.1905 , 1.8333 , 0.8462 , 0.7826 , 0.6381 , 0.0000 , 0.0000 , 0.0000 , 18.2620 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4422 , cls_70 , 0.0000 , 0.0960 , 0.0087 , 4266666.6667 , 1.6000 , 0.8881 , 0.8011 , 0.6200 , 0.0000 , 0.0000 , 0.0000 , 113.8244 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4424 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 37.7534 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4427 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3367 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4435 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.9101 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4449 , cls_70 , 0.0000 , 0.0600 , 0.0047 , 4444444.4444 , 1.2500 , 0.9427 , 0.5756 , 0.6333 , 0.0000 , 0.0000 , 0.0000 , 3.4564 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4458 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.2039 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4459 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 17.6982 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4466 , cls_70 , 0.0000 , 0.0600 , 0.0047 , 6666666.6667 , 1.4286 , 0.9016 , 0.7598 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 883.9293 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4488 , cls_70 , 0.0000 , 0.1320 , 0.0109 , 4190476.1905 , 1.8333 , 0.8462 , 0.8079 , 0.6381 , 0.0000 , 0.0000 , 0.0000 , 5.9924 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4507 , cls_70 , 0.0000 , 0.9960 , 0.0444 , 2157244.9643 , 3.6087 , 0.5170 , 0.8086 , 0.8164 , 0.0000 , 0.0000 , 0.0000 , 171.4581 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4511 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.5346 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4525 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 17.2513 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4538 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 876.3504 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4550 , cls_70 , 0.0000 , 0.0540 , 0.0046 , 3750000.0000 , 1.1250 , 0.9734 , 0.4008 , 0.6771 , 0.0000 , 0.0000 , 0.0000 , 30.1917 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4583 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 6.0475 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4594 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5881 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4608 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.6021 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 3.4182 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4629 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 132.2735 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4641 , cls_70 , 0.0000 , 0.0480 , 0.0045 , 5925925.9259 , 1.3333 , 0.9389 , 0.7135 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 702.2781 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4649 , cls_70 , 0.0000 , 0.2580 , 0.0142 , 4623655.9140 , 2.6875 , 0.7318 , 0.8595 , 0.6425 , 0.0000 , 0.0000 , 0.0000 , 161.2588 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4672 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2779 , 0.0351 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4713 , cls_70 , 0.0000 , 0.0660 , 0.0044 , 7333333.3333 , 1.5714 , 0.8812 , 0.6021 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 79.3692 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4715 , cls_70 , 0.0000 , 0.1440 , 0.0097 , 2352941.1765 , 1.4118 , 0.8986 , 0.4589 , 0.8039 , 0.0000 , 0.0000 , 0.0000 , 1.6114 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4716 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1161 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4722 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.2967 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4732 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 881.3067 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4737 , cls_70 , 0.0000 , 0.2040 , 0.0113 , 5151515.1515 , 2.4286 , 0.7597 , 0.7357 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 127.9364 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4748 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 68.7908 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4763 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.8459 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4803 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 1.6951 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4827 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 875.7868 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4842 , cls_70 , 0.0000 , 0.6060 , 0.0295 , 1614708.2334 , 2.4634 , 0.6758 , 0.6572 , 0.8669 , 0.0000 , 0.0000 , 0.0000 , 5.7757 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4853 , cls_70 , 0.0000 , 0.1440 , 0.0111 , 3333333.3333 , 1.7143 , 0.8582 , 0.7235 , 0.7188 , 0.0000 , 0.0000 , 0.0000 , 91.7246 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4897 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 883.4859 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4940 , cls_70 , 0.0000 , 0.0960 , 0.0077 , 5925925.9259 , 1.7778 , 0.8547 , 0.8121 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 728.3027 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4943 , cls_70 , 0.0000 , 0.0540 , 0.0044 , 4285714.2857 , 1.1250 , 0.9589 , 0.4757 , 0.6429 , 0.0000 , 0.0000 , 0.0000 , 5.4266 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4984 , cls_70 , 0.0000 , 0.2280 , 0.0135 , 3127572.0165 , 2.1111 , 0.7931 , 0.7708 , 0.7366 , 0.0000 , 0.0000 , 0.0000 , 922.1003 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4990 , cls_70 , 0.0000 , 0.0660 , 0.0059 , 3859649.1228 , 1.2222 , 0.9464 , 0.6278 , 0.6579 , 0.0000 , 0.0000 , 0.0000 , 6.3629 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5000 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 4666666.6667 , 1.0000 , 0.9782 , 0.4907 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 3.6607 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5020 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.9775 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5026 , cls_70 , 0.0000 , 0.2580 , 0.0136 , 2606060.6061 , 2.0476 , 0.7925 , 0.6163 , 0.7864 , 0.0000 , 0.0000 , 0.0000 , 833.9084 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5031 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8657 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5037 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2740 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5046 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2399 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5059 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0605 , 0.0474 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5072 , cls_70 , 0.0000 , 0.0780 , 0.0068 , 3333333.3333 , 1.1818 , 0.9419 , 0.6322 , 0.7051 , 0.0000 , 0.0000 , 0.0000 , 3.8386 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5108 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.7966 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5113 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 270.5242 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5122 , cls_70 , 0.0000 , 0.0960 , 0.0074 , 3232323.2323 , 1.3333 , 0.9184 , 0.6145 , 0.7323 , 0.0000 , 0.0000 , 0.0000 , 4.4246 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5123 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7756 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5154 , cls_70 , 0.0000 , 0.1260 , 0.0101 , 2857142.8571 , 1.5000 , 0.8950 , 0.6495 , 0.7585 , 0.0000 , 0.0000 , 0.0000 , 7.0201 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5155 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0223 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5156 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 141.4247 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5167 , cls_70 , 0.0000 , 0.0600 , 0.0053 , 5555555.5556 , 1.4286 , 0.9196 , 0.7117 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 8.7292 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5173 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 13.3553 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5223 , cls_70 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.1099 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5238 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 271.0139 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5267 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 704.0129 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5292 , cls_70 , 0.0000 , 0.0600 , 0.0050 , 6060606.0606 , 1.4286 , 0.9110 , 0.6498 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 2.2900 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5313 , cls_70 , 0.0000 , 0.2460 , 0.0114 , 4019607.8431 , 2.4118 , 0.7538 , 0.6028 , 0.6740 , 0.0000 , 0.0000 , 0.0000 , 400.7938 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5319 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 720.5295 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5333 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 100.1459 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5340 , cls_70 , 0.0000 , 2.1780 , 0.0598 , 1510611.7353 , 4.4815 , 0.2868 , 0.7111 , 0.8748 , 0.0000 , 0.0000 , 0.0000 , 827.8822 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5358 , cls_70 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 51.5480 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5372 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.7902 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5421 , cls_70 , 0.0000 , 0.2700 , 0.0141 , 2439024.3902 , 1.9565 , 0.7921 , 0.6520 , 0.7886 , 0.0000 , 0.0000 , 0.0000 , 12.6592 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5457 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 72.0378 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5488 , cls_70 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 55.9796 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5498 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 578.1996 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5499 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 422.2168 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5514 , cls_70 , 0.0000 , 0.2100 , 0.0147 , 2160493.8272 , 1.6667 , 0.8497 , 0.6437 , 0.8148 , 0.0000 , 0.0000 , 0.0000 , 12.0659 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5533 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5034 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5537 , cls_70 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.5284 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5571 , cls_70 , 0.0000 , 0.6840 , 0.0299 , 2846441.9476 , 3.4545 , 0.5857 , 0.7621 , 0.7640 , 0.0000 , 0.0000 , 0.0000 , 961.1448 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5586 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.0979 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5603 , cls_70 , 0.0000 , 0.1260 , 0.0106 , 3181818.1818 , 1.5000 , 0.8827 , 0.7853 , 0.7197 , 0.0000 , 0.0000 , 0.0000 , 69.9257 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5702 , cls_70 , 0.0000 , 0.0480 , 0.0044 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 2.1614 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5705 , cls_70 , 0.0000 , 0.5280 , 0.0247 , 2256410.2564 , 2.6667 , 0.6686 , 0.6530 , 0.8115 , 0.0000 , 0.0000 , 0.0000 , 21.8073 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5722 , cls_70 , 0.0000 , 0.1620 , 0.0132 , 5142857.1429 , 2.2500 , 0.7954 , 0.8458 , 0.5571 , 0.0000 , 0.0000 , 0.0000 , 70.2997 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5737 , cls_70 , 0.0000 , 0.3000 , 0.0184 , 2645502.6455 , 2.1739 , 0.7639 , 0.7258 , 0.7817 , 0.0000 , 0.0000 , 0.0000 , 87.2531 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5742 , cls_70 , 0.0000 , 0.0840 , 0.0060 , 5833333.3333 , 1.7500 , 0.8735 , 0.7004 , 0.5313 , 0.0000 , 0.0000 , 0.0000 , 61.1771 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5783 , cls_70 , 0.0000 , 0.2460 , 0.0164 , 3549783.5498 , 2.2778 , 0.7667 , 0.8118 , 0.6991 , 0.0000 , 0.0000 , 0.0000 , 16.4940 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5817 , cls_70 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 184.6002 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5826 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 26.5394 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5840 , cls_70 , 0.0000 , 0.1440 , 0.0081 , 5161290.3226 , 2.0000 , 0.8123 , 0.6842 , 0.5860 , 0.0000 , 0.0000 , 0.0000 , 414.5630 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5874 , cls_70 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8130 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5899 , cls_70 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 409.4249 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5902 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 112.9018 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5929 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.5019 , 0.0361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5934 , cls_70 , 0.0000 , 0.0780 , 0.0059 , 5098039.2157 , 1.4444 , 0.8964 , 0.7453 , 0.5882 , 0.0000 , 0.0000 , 0.0000 , 6.6288 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5950 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 46.9113 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5961 , cls_70 , 0.0000 , 0.1260 , 0.0091 , 3111111.1111 , 1.5000 , 0.8853 , 0.6129 , 0.7407 , 0.0000 , 0.0000 , 0.0000 , 9.7098 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5980 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.3553 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6051 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 23.5824 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6058 , cls_70 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.1132 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6069 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.8894 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6092 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1816 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6097 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 33.3802 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6105 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3097 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6140 , cls_70 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 13.7527 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6151 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 4444444.4444 , 1.1429 , 0.9685 , 0.4731 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 35.2320 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6154 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9979 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6188 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.0812 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6190 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 17.8572 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6217 , cls_70 , 0.0000 , 0.0540 , 0.0047 , 6000000.0000 , 1.2857 , 0.9243 , 0.6817 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 96.4394 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6231 , cls_70 , 0.0000 , 0.0660 , 0.0052 , 5238095.2381 , 1.3750 , 0.9142 , 0.7379 , 0.5476 , 0.0000 , 0.0000 , 0.0000 , 3.4272 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6234 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7954 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6236 , cls_70 , 0.0000 , 0.0540 , 0.0051 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 3.3959 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6242 , cls_70 , 0.0000 , 0.0720 , 0.0057 , 3636363.6364 , 1.2000 , 0.9422 , 0.5881 , 0.6970 , 0.0000 , 0.0000 , 0.0000 , 5.2820 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6243 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6938 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6265 , cls_70 , 0.0000 , 0.0660 , 0.0047 , 5238095.2381 , 1.3750 , 0.9142 , 0.5544 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 3.3877 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6296 , cls_70 , 0.0000 , 0.1140 , 0.0077 , 3619047.6190 , 1.5833 , 0.8825 , 0.6572 , 0.7000 , 0.0000 , 0.0000 , 0.0000 , 13.5314 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6298 , cls_70 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 18.4725 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6331 , cls_70 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 52.8326 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6353 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.2253 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6356 , cls_70 , 0.0000 , 0.6120 , 0.0255 , 3090909.0909 , 3.4000 , 0.6032 , 0.7743 , 0.7462 , 0.0000 , 0.0000 , 0.0000 , 16.8585 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6384 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4535 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6402 , cls_70 , 0.0000 , 0.0480 , 0.0042 , 4102564.1026 , 1.0000 , 0.9771 , 0.4827 , 0.6410 , 0.0000 , 0.0000 , 0.0000 , 3.7538 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6406 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3008 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6411 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0063 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6413 , cls_70 , 0.0000 , 0.0600 , 0.0048 , 4761904.7619 , 1.2500 , 0.9354 , 0.5652 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 9.9604 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6428 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 30.2761 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6429 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.8252 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6436 , cls_70 , 0.0000 , 0.7380 , 0.0360 , 1240544.6293 , 2.3654 , 0.6596 , 0.6655 , 0.8921 , 0.0000 , 0.0000 , 0.0000 , 115.4602 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6438 , cls_70 , 0.0000 , 0.0540 , 0.0045 , 5454545.4545 , 1.2857 , 0.9338 , 0.6498 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 4.1006 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6444 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4987 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6477 , cls_70 , 0.0000 , 0.0780 , 0.0060 , 4561403.5088 , 1.4444 , 0.9079 , 0.6442 , 0.6228 , 0.0000 , 0.0000 , 0.0000 , 4.5181 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6483 , cls_70 , 0.0000 , 0.0540 , 0.0051 , 7500000.0000 , 1.5000 , 0.9026 , 0.7963 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.3072 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6496 , cls_70 , 0.0000 , 0.0540 , 0.0046 , 6666666.6667 , 1.5000 , 0.9139 , 0.7135 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 20.2188 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6527 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 19.2769 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6540 , cls_70 , 0.0000 , 0.0840 , 0.0053 , 6666666.6667 , 1.7500 , 0.8605 , 0.7078 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 8.2355 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6549 , cls_70 , 0.0000 , 0.0540 , 0.0045 , 4615384.6154 , 1.1250 , 0.9510 , 0.5132 , 0.6154 , 0.0000 , 0.0000 , 0.0000 , 3.2601 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6553 , cls_70 , 0.0000 , 0.1200 , 0.0086 , 3508771.9298 , 1.5385 , 0.8788 , 0.6976 , 0.6974 , 0.0000 , 0.0000 , 0.0000 , 13.8502 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6559 , cls_70 , 0.0000 , 0.1500 , 0.0098 , 2976190.4762 , 1.6667 , 0.8649 , 0.6522 , 0.7649 , 0.0000 , 0.0000 , 0.0000 , 24.9070 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6562 , cls_70 , 0.0000 , 0.1140 , 0.0077 , 5066666.6667 , 1.9000 , 0.8472 , 0.6021 , 0.5733 , 0.0000 , 0.0000 , 0.0000 , 11.8793 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6582 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.6224 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6601 , cls_70 , 0.0000 , 0.1440 , 0.0089 , 5517241.3793 , 2.1818 , 0.8058 , 0.7522 , 0.5402 , 0.0000 , 0.0000 , 0.0000 , 46.8023 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6633 , cls_70 , 0.0000 , 0.0660 , 0.0057 , 3333333.3333 , 1.1000 , 0.9627 , 0.5170 , 0.7045 , 0.0000 , 0.0000 , 0.0000 , 2.0408 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6634 , cls_70 , 0.0000 , 0.1140 , 0.0082 , 4871794.8718 , 1.7273 , 0.8511 , 0.7763 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 3.7260 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6642 , cls_70 , 0.0000 , 0.0960 , 0.0067 , 3555555.5556 , 1.4545 , 0.9078 , 0.4838 , 0.7111 , 0.0000 , 0.0000 , 0.0000 , 7.2136 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6659 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.1768 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6673 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 17.9802 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6689 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 347.2931 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6754 , cls_70 , 0.0000 , 0.0540 , 0.0043 , 4615384.6154 , 1.1250 , 0.9510 , 0.5132 , 0.6282 , 0.0000 , 0.0000 , 0.0000 , 104.3579 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6765 , cls_70 , 0.0000 , 0.0780 , 0.0068 , 5777777.7778 , 1.6250 , 0.8838 , 0.8164 , 0.4889 , 0.0000 , 0.0000 , 0.0000 , 7.1130 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6767 , cls_70 , 0.0000 , 0.0420 , 0.0038 , 4242424.2424 , 1.0000 , 0.9883 , 0.4398 , 0.6212 , 0.0000 , 0.0000 , 0.0000 , 7.2007 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6801 , cls_70 , 0.0000 , 0.0420 , 0.0038 , 4242424.2424 , 1.0000 , 0.9883 , 0.4398 , 0.6212 , 0.0000 , 0.0000 , 0.0000 , 14.3911 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6802 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.9875 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6816 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.5439 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6841 , cls_70 , 0.0000 , 0.0420 , 0.0035 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 10.1907 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6845 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 8.4278 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6847 , cls_70 , 0.0000 , 0.2760 , 0.0187 , 4200913.2420 , 2.5556 , 0.7297 , 0.8643 , 0.6393 , 0.0000 , 0.0000 , 0.0000 , 8.2269 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6850 , cls_70 , 0.0000 , 0.0540 , 0.0041 , 5454545.4545 , 1.2857 , 0.9338 , 0.5170 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 6.9395 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6859 , cls_70 , 0.0000 , 0.0720 , 0.0062 , 4210526.3158 , 1.3333 , 0.9263 , 0.6442 , 0.6316 , 0.0000 , 0.0000 , 0.0000 , 36.4451 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6865 , cls_70 , 0.0000 , 0.0540 , 0.0035 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.2185 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6871 , cls_70 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 19.3084 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6888 , cls_70 , 0.0000 , 0.0900 , 0.0064 , 4166666.6667 , 1.5000 , 0.8991 , 0.5870 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 52.6984 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6891 , cls_70 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 4.6357 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6902 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 14.0924 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6905 , cls_70 , 0.0000 , 0.1500 , 0.0080 , 6172839.5062 , 2.2727 , 0.7891 , 0.6846 , 0.5309 , 0.0000 , 0.0000 , 0.0000 , 10.7887 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6909 , cls_70 , 0.0000 , 0.1860 , 0.0098 , 4052287.5817 , 2.0667 , 0.7984 , 0.6392 , 0.6699 , 0.0000 , 0.0000 , 0.0000 , 18.9342 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6917 , cls_70 , 0.0000 , 0.0900 , 0.0067 , 3225806.4516 , 1.2500 , 0.9272 , 0.5565 , 0.7312 , 0.0000 , 0.0000 , 0.0000 , 22.8212 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6940 , cls_70 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 50.1318 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6977 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 31.1094 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6980 , cls_70 , 0.0000 , 0.0840 , 0.0069 , 4057971.0145 , 1.4000 , 0.9108 , 0.7313 , 0.6449 , 0.0000 , 0.0000 , 0.0000 , 10.1616 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6995 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.8507 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6996 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.7957 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7002 , cls_70 , 0.0000 , 0.2880 , 0.0169 , 2406015.0376 , 2.0000 , 0.7821 , 0.7295 , 0.7920 , 0.0000 , 0.0000 , 0.0000 , 13.1681 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7018 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 175.3232 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7021 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9584 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7025 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.5779 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7029 , cls_70 , 0.0000 , 0.0480 , 0.0043 , 5333333.3333 , 1.1429 , 0.9495 , 0.6559 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 3.9363 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7036 , cls_70 , 0.0000 , 0.0660 , 0.0043 , 10476190.4762 , 1.8333 , 0.8487 , 0.5544 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 15.5013 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7037 , cls_70 , 0.0000 , 0.0540 , 0.0038 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 13.2448 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7083 , cls_70 , 0.0000 , 0.0780 , 0.0060 , 4814814.8148 , 1.4444 , 0.9022 , 0.6474 , 0.5741 , 0.0000 , 0.0000 , 0.0000 , 6.2244 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7084 , cls_70 , 0.0000 , 0.3660 , 0.0194 , 2074829.9320 , 2.1786 , 0.7544 , 0.6703 , 0.8223 , 0.0000 , 0.0000 , 0.0000 , 18.2003 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7097 , cls_70 , 0.0000 , 0.0720 , 0.0058 , 4000000.0000 , 1.3333 , 0.9318 , 0.6082 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 3.0467 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7106 , cls_70 , 0.0000 , 0.0840 , 0.0057 , 5185185.1852 , 1.5556 , 0.8853 , 0.5593 , 0.5926 , 0.0000 , 0.0000 , 0.0000 , 16.8541 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7114 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.6668 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7121 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2854 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7153 , cls_70 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 51.9379 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7157 , cls_70 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 21.9364 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7162 , cls_70 , 0.0000 , 0.1560 , 0.0124 , 3270440.2516 , 1.7333 , 0.8484 , 0.7200 , 0.7201 , 0.0000 , 0.0000 , 0.0000 , 9.6783 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7174 , cls_70 , 0.0000 , 0.0600 , 0.0038 , 13333333.3333 , 2.0000 , 0.8392 , 0.6817 , 0.1333 , 0.0000 , 0.0000 , 0.0000 , 12.3932 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7190 , cls_70 , 0.0000 , 0.0840 , 0.0075 , 4666666.6667 , 1.5556 , 0.8961 , 0.7551 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 21.9911 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7201 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.0008 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7220 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.6618 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7222 , cls_70 , 0.0000 , 0.0480 , 0.0037 , 5333333.3333 , 1.1429 , 0.9495 , 0.4907 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 36.5917 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7231 , cls_70 , 0.0000 , 0.0480 , 0.0039 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 4.5693 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7235 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 6.5246 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7237 , cls_70 , 0.0000 , 0.0540 , 0.0040 , 5000000.0000 , 1.2857 , 0.9427 , 0.4123 , 0.5972 , 0.0000 , 0.0000 , 0.0000 , 18.3677 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7239 , cls_70 , 0.0000 , 0.0540 , 0.0046 , 4000000.0000 , 1.1250 , 0.9663 , 0.5342 , 0.6556 , 0.0000 , 0.0000 , 0.0000 , 14.9728 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7247 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.2106 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7265 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.9006 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7274 , cls_70 , 0.0000 , 0.0600 , 0.0046 , 5128205.1282 , 1.2500 , 0.9278 , 0.6322 , 0.5769 , 0.0000 , 0.0000 , 0.0000 , 9.5831 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7277 , cls_70 , 0.0000 , 0.2700 , 0.0139 , 3896103.8961 , 2.5000 , 0.7411 , 0.7056 , 0.6818 , 0.0000 , 0.0000 , 0.0000 , 18.5714 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7285 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1626 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7328 , cls_70 , 0.0000 , 0.0600 , 0.0048 , 5555555.5556 , 1.4286 , 0.9196 , 0.6273 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.7355 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7332 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.5581 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7340 , cls_70 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.4642 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7349 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.5989 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7354 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.0361 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7360 , cls_70 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 2.5823 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7369 , cls_70 , 0.0000 , 0.0780 , 0.0061 , 4126984.1270 , 1.3000 , 0.9185 , 0.6337 , 0.6508 , 0.0000 , 0.0000 , 0.0000 , 3.5041 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7375 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.9161 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7380 , cls_70 , 0.0000 , 0.0720 , 0.0057 , 3809523.8095 , 1.2000 , 0.9371 , 0.5886 , 0.6746 , 0.0000 , 0.0000 , 0.0000 , 6.9678 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7382 , cls_70 , 0.0000 , 0.0840 , 0.0069 , 3589743.5897 , 1.2727 , 0.9242 , 0.6105 , 0.6923 , 0.0000 , 0.0000 , 0.0000 , 16.0371 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7404 , cls_70 , 0.0000 , 0.0480 , 0.0039 , 4848484.8485 , 1.1429 , 0.9594 , 0.4398 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 14.0390 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7408 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3870 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7419 , cls_70 , 0.0000 , 0.0960 , 0.0076 , 4637681.1594 , 1.6000 , 0.8794 , 0.6710 , 0.6087 , 0.0000 , 0.0000 , 0.0000 , 9.1077 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7429 , cls_70 , 0.0000 , 0.0840 , 0.0070 , 4444444.4444 , 1.4000 , 0.9012 , 0.7243 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 2.8521 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7434 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 33.5586 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7435 , cls_70 , 0.0000 , 0.1380 , 0.0092 , 3650793.6508 , 1.7692 , 0.8544 , 0.6505 , 0.6905 , 0.0000 , 0.0000 , 0.0000 , 36.7247 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7442 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.4413 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7443 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 9.6409 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7448 , cls_70 , 0.0000 , 0.0600 , 0.0044 , 6060606.0606 , 1.4286 , 0.9110 , 0.5170 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 8.2094 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7469 , cls_70 , 0.0000 , 0.1920 , 0.0128 , 2424242.4242 , 1.6842 , 0.8505 , 0.5835 , 0.7973 , 0.0000 , 0.0000 , 0.0000 , 3.2261 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7474 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.6255 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 6.3369 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7511 , cls_70 , 0.0000 , 0.0480 , 0.0041 , 4444444.4444 , 1.1429 , 0.9685 , 0.5506 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 14.6576 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7528 , cls_70 , 0.0000 , 0.0540 , 0.0043 , 5454545.4545 , 1.2857 , 0.9338 , 0.6215 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 2.8062 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7552 , cls_70 , 0.0000 , 0.1560 , 0.0103 , 3333333.3333 , 1.7333 , 0.8463 , 0.6817 , 0.7083 , 0.0000 , 0.0000 , 0.0000 , 6.9419 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7553 , cls_70 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 6.2023 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7562 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 7.0127 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7563 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 18.5907 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7566 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.6800 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7569 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 20.4563 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7576 , cls_70 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 18.3886 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7593 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.4172 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7607 , cls_70 , 0.0000 , 0.1320 , 0.0136 , 5866666.6667 , 2.2000 , 0.8123 , 0.9044 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 78.1576 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7626 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.4888 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7630 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.6731 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7634 , cls_70 , 0.0000 , 0.3900 , 0.0209 , 2888888.8889 , 2.6000 , 0.7046 , 0.7075 , 0.7511 , 0.0000 , 0.0000 , 0.0000 , 48.6541 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7660 , cls_70 , 0.0000 , 0.1440 , 0.0088 , 3265306.1224 , 1.7143 , 0.8605 , 0.5201 , 0.7347 , 0.0000 , 0.0000 , 0.0000 , 47.6582 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7665 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.7959 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7688 , cls_70 , 0.0000 , 0.0780 , 0.0059 , 3939393.9394 , 1.3000 , 0.9235 , 0.5690 , 0.6742 , 0.0000 , 0.0000 , 0.0000 , 5.6080 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7695 , cls_70 , 0.0000 , 0.1320 , 0.0081 , 4313725.4902 , 1.8333 , 0.8431 , 0.5916 , 0.6422 , 0.0000 , 0.0000 , 0.0000 , 8.1276 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7698 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.7971 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7701 , cls_70 , 0.0000 , 0.3000 , 0.0153 , 3174603.1746 , 2.3810 , 0.7439 , 0.6739 , 0.7270 , 0.0000 , 0.0000 , 0.0000 , 49.1640 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7704 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1174 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7705 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 4666666.6667 , 1.0000 , 0.9782 , 0.3634 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 3.3590 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7735 , cls_70 , 0.0000 , 0.4440 , 0.0199 , 2582897.0332 , 2.6429 , 0.6906 , 0.6247 , 0.7775 , 0.0000 , 0.0000 , 0.0000 , 56.5883 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7745 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.8569 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7751 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7652 , 0.0309 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7772 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.0730 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7803 , cls_70 , 0.0000 , 0.3840 , 0.0182 , 3069544.3645 , 2.6667 , 0.7012 , 0.6975 , 0.7434 , 0.0000 , 0.0000 , 0.0000 , 19.2967 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7817 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.6652 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7829 , cls_70 , 0.0000 , 0.0600 , 0.0047 , 9523809.5238 , 1.6667 , 0.8684 , 0.7379 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 5.8899 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7838 , cls_70 , 0.0000 , 0.1320 , 0.0083 , 5238095.2381 , 2.0000 , 0.8234 , 0.7558 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 10.3876 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7853 , cls_70 , 0.0000 , 0.0660 , 0.0050 , 4313725.4902 , 1.2222 , 0.9344 , 0.5190 , 0.6373 , 0.0000 , 0.0000 , 0.0000 , 3.6506 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7860 , cls_70 , 0.0000 , 0.0840 , 0.0061 , 5490196.0784 , 1.5556 , 0.8795 , 0.6268 , 0.5490 , 0.0000 , 0.0000 , 0.0000 , 6.4419 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7864 , cls_70 , 0.0000 , 0.0660 , 0.0063 , 6666666.6667 , 1.5714 , 0.8903 , 0.7845 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 25.5875 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7875 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6210 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7893 , cls_70 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 12.1615 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7897 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.3978 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7921 , cls_70 , 0.0000 , 0.2280 , 0.0119 , 3619047.6190 , 2.2353 , 0.7774 , 0.6532 , 0.6976 , 0.0000 , 0.0000 , 0.0000 , 4.4136 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7927 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.9078 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7942 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.5153 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8026 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 16.6922 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8028 , cls_70 , 0.0000 , 0.0480 , 0.0037 , 6666666.6667 , 1.3333 , 0.9273 , 0.4907 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 8.0432 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8033 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.6526 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8054 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5891 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8062 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 6.6945 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8071 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.6219 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8080 , cls_70 , 0.0000 , 0.0780 , 0.0059 , 3466666.6667 , 1.3000 , 0.9375 , 0.3878 , 0.7133 , 0.0000 , 0.0000 , 0.0000 , 21.0129 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8086 , cls_70 , 0.0000 , 0.0840 , 0.0078 , 4912280.7018 , 1.5556 , 0.8908 , 0.7312 , 0.5614 , 0.0000 , 0.0000 , 0.0000 , 6.1017 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8088 , cls_70 , 0.0000 , 0.1260 , 0.0090 , 2916666.6667 , 1.5000 , 0.8927 , 0.5814 , 0.7535 , 0.0000 , 0.0000 , 0.0000 , 2.3637 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8091 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.4012 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8131 , cls_70 , 0.0000 , 0.1380 , 0.0126 , 3262411.3475 , 1.6429 , 0.8668 , 0.7951 , 0.7092 , 0.0000 , 0.0000 , 0.0000 , 15.0160 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8152 , cls_70 , 0.0000 , 0.1320 , 0.0093 , 3859649.1228 , 1.6923 , 0.8549 , 0.6753 , 0.6711 , 0.0000 , 0.0000 , 0.0000 , 2.1437 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8153 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1591 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8162 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.3360 , 0.0330 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8166 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.5850 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8173 , cls_70 , 0.0000 , 0.1200 , 0.0121 , 3174603.1746 , 1.5385 , 0.8899 , 0.7781 , 0.7143 , 0.0000 , 0.0000 , 0.0000 , 3.9417 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8178 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.4279 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8180 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.1855 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8183 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 19.2531 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8203 , cls_70 , 0.0000 , 0.0840 , 0.0077 , 3733333.3333 , 1.4000 , 0.9199 , 0.7453 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 4.3493 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8277 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8451 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8285 , cls_70 , 0.0000 , 0.0780 , 0.0063 , 3768115.9420 , 1.3000 , 0.9283 , 0.6339 , 0.6739 , 0.0000 , 0.0000 , 0.0000 , 22.8023 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8288 , cls_70 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 20.3839 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8296 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.8172 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8367 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1511 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8388 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.4561 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8390 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.2672 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8409 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.5609 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 0.8207 , 0.0379 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8418 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1308 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8423 , cls_70 , 0.0000 , 0.0960 , 0.0091 , 6666666.6667 , 2.0000 , 0.8433 , 0.8370 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 4.8243 , 0.0268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8426 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 19.2073 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8430 , cls_70 , 0.0000 , 0.6540 , 0.0358 , 2195367.5730 , 2.9459 , 0.6227 , 0.8749 , 0.8112 , 0.0000 , 0.0000 , 0.0000 , 41.0391 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8472 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 46.5552 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8493 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 4848484.8485 , 1.1429 , 0.9594 , 0.5170 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 35.0722 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8504 , cls_70 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.5529 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8524 , cls_70 , 0.0000 , 0.0780 , 0.0059 , 4333333.3333 , 1.4444 , 0.9133 , 0.6559 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 1.0479 , 0.0350 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8541 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 12.2982 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8588 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2263 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8624 , cls_70 , 0.0000 , 0.1560 , 0.0124 , 2795698.9247 , 1.6250 , 0.8661 , 0.7351 , 0.7527 , 0.0000 , 0.0000 , 0.0000 , 8.2176 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8637 , cls_70 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 48.6205 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8640 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.6840 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8643 , cls_70 , 0.0000 , 0.0660 , 0.0059 , 5641025.6410 , 1.3750 , 0.9067 , 0.7453 , 0.5256 , 0.0000 , 0.0000 , 0.0000 , 2.0217 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8658 , cls_70 , 0.0000 , 0.1680 , 0.0120 , 3456790.1235 , 1.8667 , 0.8310 , 0.8176 , 0.7006 , 0.0000 , 0.0000 , 0.0000 , 57.1444 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8710 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1820 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8728 , cls_70 , 0.0000 , 0.1320 , 0.0105 , 4190476.1905 , 1.8333 , 0.8462 , 0.7983 , 0.6429 , 0.0000 , 0.0000 , 0.0000 , 7.1102 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8744 , cls_70 , 0.0000 , 0.1260 , 0.0077 , 4375000.0000 , 1.7500 , 0.8483 , 0.5799 , 0.6406 , 0.0000 , 0.0000 , 0.0000 , 4.7133 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8747 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6068 , 0.0351 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8769 , cls_70 , 0.0000 , 0.0540 , 0.0051 , 6666666.6667 , 1.5000 , 0.9139 , 0.7708 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 8.1913 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8781 , cls_70 , 0.0000 , 0.0660 , 0.0057 , 4074074.0741 , 1.2222 , 0.9405 , 0.5676 , 0.6481 , 0.0000 , 0.0000 , 0.0000 , 2.4660 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8796 , cls_70 , 0.0000 , 0.2280 , 0.0137 , 2911877.3946 , 2.0000 , 0.8010 , 0.7459 , 0.7471 , 0.0000 , 0.0000 , 0.0000 , 19.7951 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8814 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.1888 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8819 , cls_70 , 0.0000 , 0.2820 , 0.0240 , 3966244.7257 , 2.6111 , 0.7317 , 0.8792 , 0.6624 , 0.0000 , 0.0000 , 0.0000 , 61.2257 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8843 , cls_70 , 0.0000 , 0.2100 , 0.0148 , 2713178.2946 , 1.8421 , 0.8227 , 0.8292 , 0.7636 , 0.0000 , 0.0000 , 0.0000 , 5.3277 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8851 , cls_70 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 11.4210 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8854 , cls_70 , 0.0000 , 0.2880 , 0.0167 , 4324324.3243 , 2.6667 , 0.7194 , 0.8249 , 0.6419 , 0.0000 , 0.0000 , 0.0000 , 14.1692 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8856 , cls_70 , 0.0000 , 0.0600 , 0.0053 , 4166666.6667 , 1.2500 , 0.9495 , 0.6082 , 0.6354 , 0.0000 , 0.0000 , 0.0000 , 11.7920 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8858 , cls_70 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 26.7130 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8872 , cls_70 , 0.0000 , 0.0540 , 0.0042 , 6666666.6667 , 1.5000 , 0.9139 , 0.6419 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 2.1480 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8886 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.3536 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8921 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 2.9411 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8943 , cls_70 , 0.0000 , 0.2760 , 0.0154 , 2598870.0565 , 2.0909 , 0.7809 , 0.6326 , 0.7754 , 0.0000 , 0.0000 , 0.0000 , 7.3151 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8948 , cls_70 , 0.0000 , 0.1320 , 0.0102 , 2065727.6995 , 1.2941 , 0.9275 , 0.4921 , 0.8263 , 0.0000 , 0.0000 , 0.0000 , 16.1232 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8951 , cls_70 , 0.0000 , 0.0840 , 0.0065 , 3456790.1235 , 1.2727 , 0.9284 , 0.5955 , 0.7160 , 0.0000 , 0.0000 , 0.0000 , 26.2497 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8965 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0764 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8978 , cls_70 , 0.0000 , 0.1800 , 0.0129 , 2857142.8571 , 1.7647 , 0.8416 , 0.6916 , 0.7548 , 0.0000 , 0.0000 , 0.0000 , 22.1045 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8991 , cls_70 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5506 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 3.9306 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9002 , cls_70 , 0.0000 , 0.0780 , 0.0067 , 3611111.1111 , 1.3000 , 0.9330 , 0.6605 , 0.6875 , 0.0000 , 0.0000 , 0.0000 , 8.8577 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9023 , cls_70 , 0.0000 , 0.0660 , 0.0056 , 6666666.6667 , 1.5714 , 0.8903 , 0.7357 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 5.3509 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9026 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 7.1628 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9039 , cls_70 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 2.3459 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9044 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2800 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9059 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.8442 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9066 , cls_70 , 0.0000 , 0.0540 , 0.0047 , 4000000.0000 , 1.1250 , 0.9663 , 0.5225 , 0.6556 , 0.0000 , 0.0000 , 0.0000 , 34.8212 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9070 , cls_70 , 0.0000 , 0.0780 , 0.0056 , 3939393.9394 , 1.3000 , 0.9235 , 0.4715 , 0.6818 , 0.0000 , 0.0000 , 0.0000 , 2.0099 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9084 , cls_70 , 0.0000 , 0.0660 , 0.0053 , 4888888.8889 , 1.3750 , 0.9213 , 0.6707 , 0.5778 , 0.0000 , 0.0000 , 0.0000 , 23.1231 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9107 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.9448 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9112 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 26.5296 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9115 , cls_70 , 0.0000 , 0.1140 , 0.0092 , 2585034.0136 , 1.3571 , 0.9210 , 0.6101 , 0.7789 , 0.0000 , 0.0000 , 0.0000 , 26.3564 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9125 , cls_70 , 0.0000 , 0.0960 , 0.0078 , 2807017.5439 , 1.2308 , 0.9347 , 0.5348 , 0.7588 , 0.0000 , 0.0000 , 0.0000 , 3.2330 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9134 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.0392 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9171 , cls_70 , 0.0000 , 0.0480 , 0.0045 , 7619047.6190 , 1.3333 , 0.9145 , 0.7591 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.4062 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9178 , cls_70 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.7220 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9186 , cls_70 , 0.0000 , 0.1140 , 0.0096 , 5277777.7778 , 1.9000 , 0.8431 , 0.8348 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 6.5733 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9191 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9312 , 0.0828 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9197 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9808 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9203 , cls_70 , 0.0000 , 0.1680 , 0.0123 , 4786324.7863 , 2.1538 , 0.7970 , 0.8472 , 0.5855 , 0.0000 , 0.0000 , 0.0000 , 10.9132 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9211 , cls_70 , 0.0000 , 0.0720 , 0.0058 , 4444444.4444 , 1.3333 , 0.9206 , 0.6860 , 0.6296 , 0.0000 , 0.0000 , 0.0000 , 18.2592 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9227 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.6353 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9229 , cls_70 , 0.0000 , 0.0960 , 0.0081 , 5333333.3333 , 1.7778 , 0.8651 , 0.8041 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 3.3773 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9246 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 4848484.8485 , 1.1429 , 0.9594 , 0.5881 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 2.6227 , 0.0272 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9247 , cls_70 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.4921 , 0.0859 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9249 , cls_70 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.0867 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9266 , cls_70 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 6.1088 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9295 , cls_70 , 0.0000 , 0.1320 , 0.0104 , 2573099.4152 , 1.3750 , 0.9006 , 0.6989 , 0.7778 , 0.0000 , 0.0000 , 0.0000 , 4.9566 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9328 , cls_70 , 0.0000 , 0.1260 , 0.0094 , 5384615.3846 , 1.9091 , 0.8272 , 0.8294 , 0.5577 , 0.0000 , 0.0000 , 0.0000 , 7.6407 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9332 , cls_70 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1840 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9348 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.8291 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9358 , cls_70 , 0.0000 , 0.0720 , 0.0059 , 5714285.7143 , 1.5000 , 0.8948 , 0.7258 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 10.3416 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9363 , cls_70 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.1127 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9415 , cls_70 , 0.0000 , 0.1200 , 0.0082 , 5555555.5556 , 2.0000 , 0.8309 , 0.7935 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 4.2910 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9426 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8777 , 0.0285 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9433 , cls_70 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.9321 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9436 , cls_70 , 0.0000 , 0.0600 , 0.0051 , 4166666.6667 , 1.2500 , 0.9495 , 0.6082 , 0.6354 , 0.0000 , 0.0000 , 0.0000 , 8.0826 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9444 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2063 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9453 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.0672 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9518 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5125 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9527 , cls_70 , 0.0000 , 0.0360 , 0.0034 , 5000000.0000 , 1.0000 , 0.9877 , 0.4907 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 1.2052 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9532 , cls_70 , 0.0000 , 0.1380 , 0.0104 , 4380952.3810 , 1.9167 , 0.8351 , 0.7087 , 0.6333 , 0.0000 , 0.0000 , 0.0000 , 4.8561 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9545 , cls_70 , 0.0000 , 0.0480 , 0.0039 , 4444444.4444 , 1.1429 , 0.9685 , 0.3888 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 3.7001 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9547 , cls_70 , 0.0000 , 0.0420 , 0.0036 , 4666666.6667 , 1.0000 , 0.9782 , 0.3634 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 3.3258 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9568 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4514 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9575 , cls_70 , 0.0000 , 0.0540 , 0.0043 , 5454545.4545 , 1.2857 , 0.9338 , 0.6498 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 3.8684 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9598 , cls_70 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.8065 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9617 , cls_70 , 0.0000 , 0.0660 , 0.0046 , 5641025.6410 , 1.3750 , 0.9067 , 0.5132 , 0.5513 , 0.0000 , 0.0000 , 0.0000 , 6.3088 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9644 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5391 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9682 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2157 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9701 , cls_70 , 0.0000 , 0.0480 , 0.0040 , 4848484.8485 , 1.1429 , 0.9594 , 0.5170 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 2.0219 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9718 , cls_70 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.5380 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9722 , cls_70 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.4756 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9741 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4270 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9764 , cls_70 , 0.0000 , 0.0660 , 0.0055 , 6111111.1111 , 1.5714 , 0.8988 , 0.7117 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 1.3004 , 0.0362 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9772 , cls_70 , 0.0000 , 0.0780 , 0.0070 , 3095238.0952 , 1.1818 , 0.9504 , 0.6325 , 0.7202 , 0.0000 , 0.0000 , 0.0000 , 2.7832 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9773 , cls_70 , 0.0000 , 0.0540 , 0.0046 , 5454545.4545 , 1.2857 , 0.9338 , 0.6584 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 1.9914 , 0.0330 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9790 , cls_70 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.8859 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9791 , cls_70 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.6882 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9809 , cls_70 , 0.0000 , 0.0780 , 0.0078 , 5098039.2157 , 1.4444 , 0.8964 , 0.7919 , 0.5392 , 0.0000 , 0.0000 , 0.0000 , 1.8064 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9837 , cls_70 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.5084 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9839 , cls_70 , 0.0000 , 0.0840 , 0.0086 , 5833333.3333 , 1.7500 , 0.8735 , 0.8595 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 3.9063 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9885 , cls_70 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.9419 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 10 , cls_11 , 0.0000 , 0.0840 , 0.0060 , 4242424.2424 , 1.4000 , 0.9061 , 0.6163 , 0.6591 , 0.0000 , 0.0000 , 0.0000 , 6.6854 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 15 , cls_11 , 0.0000 , 0.1140 , 0.0085 , 4367816.0920 , 1.7273 , 0.8624 , 0.7305 , 0.6207 , 0.0000 , 0.0000 , 0.0000 , 4.5622 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 23 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5636 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 25 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 74.2526 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 33 , cls_11 , 0.0000 , 2.3460 , 0.0506 , 3590449.9541 , 7.2407 , 0.2121 , 0.8108 , 0.7094 , 0.0000 , 0.0000 , 0.0000 , 28.7732 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 37 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 183.0658 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 45 , cls_11 , 0.0000 , 0.1440 , 0.0099 , 4324324.3243 , 1.8462 , 0.8303 , 0.7056 , 0.6396 , 0.0000 , 0.0000 , 0.0000 , 35.5611 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 47 , cls_11 , 0.0000 , 0.2100 , 0.0138 , 2140672.7829 , 1.6667 , 0.8509 , 0.6423 , 0.8119 , 0.0000 , 0.0000 , 0.0000 , 19.1471 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 48 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 17.2441 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 49 , cls_11 , 0.0000 , 0.0720 , 0.0052 , 7272727.2727 , 1.7143 , 0.8714 , 0.7845 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 7.0135 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 57 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4783 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 60 , cls_11 , 0.0000 , 0.1980 , 0.0131 , 6111111.1111 , 2.7500 , 0.7482 , 0.8744 , 0.4954 , 0.0000 , 0.0000 , 0.0000 , 4.4401 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 63 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.0800 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 64 , cls_11 , 0.0000 , 0.0840 , 0.0066 , 9333333.3333 , 2.0000 , 0.8294 , 0.8041 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 6.6402 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 66 , cls_11 , 0.0000 , 0.0900 , 0.0066 , 7692307.6923 , 1.8750 , 0.8382 , 0.8053 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 3.7398 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 70 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.4338 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 85 , cls_11 , 0.0000 , 0.0600 , 0.0051 , 5555555.5556 , 1.4286 , 0.9196 , 0.7062 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 24.3268 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 99 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.2597 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 103 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.1889 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 107 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.9752 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 109 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7887 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 113 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 183.2941 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 128 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 25.0981 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 134 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4656 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 135 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.4959 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 158 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7041 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 159 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5713 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 169 , cls_11 , 0.0000 , 0.4680 , 0.0183 , 4952380.9524 , 3.7143 , 0.6162 , 0.8022 , 0.5984 , 0.0000 , 0.0000 , 0.0000 , 14.3451 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 173 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.3041 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 174 , cls_11 , 0.0000 , 0.0360 , 0.0024 , 8000000.0000 , 1.2000 , 0.9413 , 0.3634 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 16.6687 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 176 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 183.7286 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 180 , cls_11 , 0.0000 , 0.3600 , 0.0144 , 4938271.6049 , 3.3333 , 0.6667 , 0.6330 , 0.5947 , 0.0000 , 0.0000 , 0.0000 , 25.9420 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 186 , cls_11 , 0.0000 , 0.0540 , 0.0041 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 5.5063 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 192 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 2.3553 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 195 , cls_11 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 12.8192 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 198 , cls_11 , 0.0000 , 0.1440 , 0.0088 , 5517241.3793 , 2.1818 , 0.8058 , 0.7285 , 0.5460 , 0.0000 , 0.0000 , 0.0000 , 12.1975 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 200 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.1638 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 237 , cls_11 , 0.0000 , 0.0780 , 0.0065 , 6190476.1905 , 1.6250 , 0.8770 , 0.8019 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 6.4742 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 241 , cls_11 , 0.0000 , 0.0900 , 0.0070 , 8333333.3333 , 2.1429 , 0.8309 , 0.8202 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.9249 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 259 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.8621 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 276 , cls_11 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 38.5483 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 277 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 33.6096 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 279 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4717 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 318 , cls_11 , 0.0000 , 0.1740 , 0.0130 , 3452380.9524 , 1.9333 , 0.8258 , 0.8153 , 0.7083 , 0.0000 , 0.0000 , 0.0000 , 5.7352 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 322 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3523 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 326 , cls_11 , 0.0000 , 0.1260 , 0.0066 , 6363636.3636 , 2.1000 , 0.8110 , 0.6215 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 156.3899 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 351 , cls_11 , 0.0000 , 0.0840 , 0.0050 , 8484848.4848 , 2.0000 , 0.8380 , 0.6888 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 10.4774 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 352 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.5154 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 354 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 4.3107 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 356 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4254 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 362 , cls_11 , 0.0000 , 0.0960 , 0.0077 , 2735042.7350 , 1.2308 , 0.9377 , 0.4482 , 0.7650 , 0.0000 , 0.0000 , 0.0000 , 4.8691 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 373 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 147.2565 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 377 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.5248 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 378 , cls_11 , 0.0000 , 0.1500 , 0.0090 , 5952380.9524 , 2.2727 , 0.7925 , 0.7258 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 11.2303 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 382 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6332 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 383 , cls_11 , 0.0000 , 0.0900 , 0.0078 , 7142857.1429 , 1.8750 , 0.8451 , 0.8476 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.4659 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 386 , cls_11 , 0.0000 , 0.0720 , 0.0053 , 4210526.3158 , 1.3333 , 0.9263 , 0.5435 , 0.6579 , 0.0000 , 0.0000 , 0.0000 , 5.3221 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 396 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.7245 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 399 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 44.0559 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 403 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.7550 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 408 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6205 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 423 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 148.0308 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 435 , cls_11 , 0.0000 , 0.0720 , 0.0059 , 4444444.4444 , 1.3333 , 0.9206 , 0.6860 , 0.6204 , 0.0000 , 0.0000 , 0.0000 , 2.3967 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 439 , cls_11 , 0.0000 , 0.0780 , 0.0055 , 6190476.1905 , 1.6250 , 0.8770 , 0.6039 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 6.2265 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 442 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 32.1685 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 443 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 29.1164 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 447 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.3177 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 453 , cls_11 , 0.0000 , 0.0480 , 0.0041 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 4.5776 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 460 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.8745 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 475 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.2509 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 480 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7426 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 482 , cls_11 , 0.0000 , 0.0600 , 0.0046 , 6666666.6667 , 1.4286 , 0.9016 , 0.7453 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.7982 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 486 , cls_11 , 0.0000 , 0.1140 , 0.0078 , 5277777.7778 , 1.9000 , 0.8431 , 0.7366 , 0.5764 , 0.0000 , 0.0000 , 0.0000 , 32.6682 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 493 , cls_11 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 18.6844 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 505 , cls_11 , 0.0000 , 2.1540 , 0.0531 , 3955922.8650 , 7.1800 , 0.2375 , 0.8645 , 0.6873 , 0.0000 , 0.0000 , 0.0000 , 89.1631 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 509 , cls_11 , 0.0000 , 0.0720 , 0.0060 , 7272727.2727 , 1.7143 , 0.8714 , 0.7845 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 9.3798 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 510 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.3197 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 520 , cls_11 , 0.0000 , 0.0600 , 0.0038 , 8333333.3333 , 1.6667 , 0.8805 , 0.6082 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 16.8616 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 528 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.3184 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 535 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.6682 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 538 , cls_11 , 0.0000 , 0.0600 , 0.0050 , 7407407.4074 , 1.6667 , 0.8916 , 0.8024 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 5.0233 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 553 , cls_11 , 0.0000 , 0.5640 , 0.0193 , 3405797.1014 , 3.3571 , 0.6119 , 0.7027 , 0.7310 , 0.0000 , 0.0000 , 0.0000 , 18.1997 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 555 , cls_11 , 0.0000 , 0.1200 , 0.0087 , 5797101.4493 , 2.0000 , 0.8267 , 0.7847 , 0.5217 , 0.0000 , 0.0000 , 0.0000 , 54.7471 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 570 , cls_11 , 0.0000 , 0.0780 , 0.0064 , 6190476.1905 , 1.6250 , 0.8770 , 0.8162 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 2.9158 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 591 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 37.5304 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 594 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5506 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 596 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5904 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 597 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 6.8619 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 602 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.7263 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 606 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.7708 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 611 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7418 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 615 , cls_11 , 0.0000 , 0.1140 , 0.0072 , 5066666.6667 , 1.9000 , 0.8472 , 0.7080 , 0.5800 , 0.0000 , 0.0000 , 0.0000 , 55.2116 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 627 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 11.2820 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 628 , cls_11 , 0.0000 , 0.0900 , 0.0056 , 6250000.0000 , 1.8750 , 0.8579 , 0.6082 , 0.5104 , 0.0000 , 0.0000 , 0.0000 , 8.6443 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 629 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6113 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 632 , cls_11 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 6.5395 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 649 , cls_11 , 0.0000 , 0.1200 , 0.0071 , 7843137.2549 , 2.2222 , 0.7983 , 0.7835 , 0.3922 , 0.0000 , 0.0000 , 0.0000 , 42.0433 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 655 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 9.1430 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 659 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.4160 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 675 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 16.7263 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 682 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.7399 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 684 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1242 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 685 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.8901 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 689 , cls_11 , 0.0000 , 0.0720 , 0.0056 , 6666666.6667 , 1.7143 , 0.8797 , 0.7366 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.3571 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 696 , cls_11 , 0.0000 , 0.0900 , 0.0082 , 5882352.9412 , 1.6667 , 0.8638 , 0.8335 , 0.4902 , 0.0000 , 0.0000 , 0.0000 , 3.8737 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 702 , cls_11 , 0.0000 , 0.2100 , 0.0113 , 4575163.3987 , 2.3333 , 0.7668 , 0.6180 , 0.6046 , 0.0000 , 0.0000 , 0.0000 , 18.3662 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 704 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 44.0264 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 712 , cls_11 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 7.7198 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 724 , cls_11 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 8.3270 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 736 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.2652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 748 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.9528 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 758 , cls_11 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 15.8928 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 761 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 69.8785 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 762 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 123.2824 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 766 , cls_11 , 0.0000 , 0.0720 , 0.0051 , 6153846.1538 , 1.5000 , 0.8875 , 0.6689 , 0.4872 , 0.0000 , 0.0000 , 0.0000 , 33.9743 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 770 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8898 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 776 , cls_11 , 0.0000 , 0.0840 , 0.0058 , 7777777.7778 , 2.0000 , 0.8460 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 3.1507 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 787 , cls_11 , 0.0000 , 0.1140 , 0.0086 , 3958333.3333 , 1.5833 , 0.8728 , 0.7603 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 9.6409 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 796 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 56.2289 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 806 , cls_11 , 0.0000 , 0.0540 , 0.0053 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 10.6013 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 808 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.6839 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 811 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.2838 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 815 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 4761904.7619 , 1.2500 , 0.9354 , 0.5544 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 4.0391 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 819 , cls_11 , 0.0000 , 0.0780 , 0.0049 , 8666666.6667 , 1.8571 , 0.8453 , 0.6559 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.0157 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 823 , cls_11 , 0.0000 , 0.0600 , 0.0054 , 7407407.4074 , 1.6667 , 0.8916 , 0.7838 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 19.2258 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 832 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.0839 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 835 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.4397 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 841 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2644 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 846 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.2528 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 859 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 24.8392 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 860 , cls_11 , 0.0000 , 0.0900 , 0.0056 , 5000000.0000 , 1.6667 , 0.8801 , 0.5103 , 0.6167 , 0.0000 , 0.0000 , 0.0000 , 186.4900 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 862 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7887 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 875 , cls_11 , 0.0000 , 0.0720 , 0.0049 , 4705882.3529 , 1.3333 , 0.9146 , 0.4721 , 0.6176 , 0.0000 , 0.0000 , 0.0000 , 4.9419 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 883 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.8925 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 886 , cls_11 , 0.0000 , 0.0900 , 0.0068 , 8333333.3333 , 2.1429 , 0.8309 , 0.8090 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.7078 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 890 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8412 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 899 , cls_11 , 0.0000 , 0.1380 , 0.0080 , 4144144.1441 , 1.7692 , 0.8409 , 0.6138 , 0.6802 , 0.0000 , 0.0000 , 0.0000 , 9.1241 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 912 , cls_11 , 0.0000 , 0.0840 , 0.0053 , 8484848.4848 , 2.0000 , 0.8380 , 0.7845 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 27.8380 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 915 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 7.9636 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 916 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2673 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 952 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2532 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 955 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8958 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 959 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3307 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 962 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6525 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 970 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.3787 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 984 , cls_11 , 0.0000 , 0.0900 , 0.0058 , 6666666.6667 , 1.8750 , 0.8517 , 0.7062 , 0.4889 , 0.0000 , 0.0000 , 0.0000 , 9.6405 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 993 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.6115 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 998 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4486 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1015 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 9.1755 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1017 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3741 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1028 , cls_11 , 0.0000 , 0.0660 , 0.0051 , 8148148.1481 , 1.8333 , 0.8713 , 0.7796 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 16.1740 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1029 , cls_11 , 0.0000 , 0.1740 , 0.0115 , 3276836.1582 , 1.8125 , 0.8315 , 0.7401 , 0.7316 , 0.0000 , 0.0000 , 0.0000 , 7.4698 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1034 , cls_11 , 0.0000 , 0.0660 , 0.0048 , 5238095.2381 , 1.3750 , 0.9142 , 0.6927 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 8.9720 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1036 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 51.4154 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1042 , cls_11 , 0.0000 , 0.2220 , 0.0099 , 4654088.0503 , 2.4667 , 0.7561 , 0.6007 , 0.6415 , 0.0000 , 0.0000 , 0.0000 , 32.2144 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1045 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 7.6061 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1062 , cls_11 , 0.0000 , 0.1800 , 0.0109 , 3921568.6275 , 2.0000 , 0.8069 , 0.7339 , 0.6765 , 0.0000 , 0.0000 , 0.0000 , 8.2923 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1069 , cls_11 , 0.0000 , 0.0720 , 0.0052 , 6666666.6667 , 1.7143 , 0.8797 , 0.7117 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 2.7118 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1079 , cls_11 , 0.0000 , 0.0540 , 0.0050 , 5000000.0000 , 1.2857 , 0.9427 , 0.7117 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 12.9421 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1081 , cls_11 , 0.0000 , 0.1560 , 0.0115 , 4444444.4444 , 2.0000 , 0.8157 , 0.8282 , 0.6368 , 0.0000 , 0.0000 , 0.0000 , 22.3989 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1092 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.1899 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1097 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.5266 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1100 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 9.3130 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1107 , cls_11 , 0.0000 , 0.0660 , 0.0047 , 8148148.1481 , 1.8333 , 0.8713 , 0.7135 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 54.0044 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1121 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 6.1782 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1125 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5222 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1130 , cls_11 , 0.0000 , 0.2880 , 0.0139 , 5079365.0794 , 3.0000 , 0.7040 , 0.7445 , 0.5820 , 0.0000 , 0.0000 , 0.0000 , 7.4232 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1151 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 36.3645 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1152 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 156.8381 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1155 , cls_11 , 0.0000 , 0.0480 , 0.0040 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 5.1496 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1174 , cls_11 , 0.0000 , 0.0600 , 0.0049 , 3703703.7037 , 1.1111 , 0.9624 , 0.4907 , 0.6759 , 0.0000 , 0.0000 , 0.0000 , 65.8599 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1184 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0420 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1197 , cls_11 , 0.0000 , 0.0840 , 0.0060 , 4057971.0145 , 1.4000 , 0.9108 , 0.4474 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 20.7268 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1201 , cls_11 , 0.0000 , 0.1020 , 0.0091 , 5666666.6667 , 1.8889 , 0.8510 , 0.7913 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 24.7719 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1204 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 154.3066 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1210 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 184.5343 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1212 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1117 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1217 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5871 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1226 , cls_11 , 0.0000 , 0.1500 , 0.0085 , 3703703.7037 , 1.7857 , 0.8406 , 0.6155 , 0.7000 , 0.0000 , 0.0000 , 0.0000 , 47.9986 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1229 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.9515 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1231 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 154.8574 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1232 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 50.4450 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1237 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5191 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1238 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 15.5425 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1242 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 15.5678 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1249 , cls_11 , 0.0000 , 0.5280 , 0.0200 , 5101449.2754 , 4.0000 , 0.5892 , 0.7899 , 0.5928 , 0.0000 , 0.0000 , 0.0000 , 45.2098 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1255 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6429 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1258 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4826 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1269 , cls_11 , 0.0000 , 0.0960 , 0.0078 , 4444444.4444 , 1.6000 , 0.8838 , 0.7495 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 11.6375 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1289 , cls_11 , 0.0000 , 0.0480 , 0.0040 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 4.8714 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1290 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1123 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1316 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 12.5008 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1331 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8036 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1341 , cls_11 , 0.0000 , 0.2160 , 0.0156 , 5581395.3488 , 2.5714 , 0.7430 , 0.8864 , 0.5155 , 0.0000 , 0.0000 , 0.0000 , 103.0602 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1358 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5567 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1361 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6321 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1374 , cls_11 , 0.0000 , 0.3900 , 0.0187 , 3209876.5432 , 2.7083 , 0.6935 , 0.7629 , 0.7346 , 0.0000 , 0.0000 , 0.0000 , 45.2738 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1382 , cls_11 , 0.0000 , 0.0780 , 0.0057 , 4126984.1270 , 1.3000 , 0.9185 , 0.5886 , 0.6508 , 0.0000 , 0.0000 , 0.0000 , 213.5781 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1389 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0578 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1391 , cls_11 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 18.5874 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1396 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 66.3862 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1404 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 36.7008 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1408 , cls_11 , 0.0000 , 0.2280 , 0.0153 , 3206751.0549 , 2.1111 , 0.7904 , 0.8164 , 0.7300 , 0.0000 , 0.0000 , 0.0000 , 3.8766 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1409 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.6907 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1414 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9618 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1421 , cls_11 , 0.0000 , 1.3980 , 0.0394 , 3256464.0112 , 5.2955 , 0.3857 , 0.8135 , 0.7334 , 0.0000 , 0.0000 , 0.0000 , 52.6031 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1426 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.4161 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1435 , cls_11 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.4445 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1442 , cls_11 , 0.0000 , 0.0600 , 0.0044 , 5555555.5556 , 1.4286 , 0.9196 , 0.6273 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 9.2512 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1444 , cls_11 , 0.0000 , 0.0660 , 0.0046 , 7333333.3333 , 1.5714 , 0.8812 , 0.6894 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 16.1814 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1448 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 43.2618 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1458 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 80.2658 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1467 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 5.1418 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1469 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.9041 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1472 , cls_11 , 0.0000 , 0.0660 , 0.0064 , 9166666.6667 , 1.8333 , 0.8606 , 0.8605 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.3666 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1476 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2491 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1480 , cls_11 , 0.0000 , 0.0960 , 0.0069 , 3809523.8095 , 1.4545 , 0.9002 , 0.6729 , 0.6726 , 0.0000 , 0.0000 , 0.0000 , 125.0889 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1483 , cls_11 , 0.0000 , 0.2760 , 0.0124 , 6814814.8148 , 3.2857 , 0.6845 , 0.7838 , 0.4556 , 0.0000 , 0.0000 , 0.0000 , 164.5103 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1485 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.9309 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1494 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2703 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1498 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5653 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1499 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.6491 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1505 , cls_11 , 0.0000 , 0.0660 , 0.0052 , 3666666.6667 , 1.2222 , 0.9520 , 0.4341 , 0.6917 , 0.0000 , 0.0000 , 0.0000 , 34.8995 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1514 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5937 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1517 , cls_11 , 0.0000 , 0.1620 , 0.0115 , 4864864.8649 , 2.0769 , 0.8009 , 0.8167 , 0.6081 , 0.0000 , 0.0000 , 0.0000 , 9.8294 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1519 , cls_11 , 0.0000 , 0.1200 , 0.0083 , 7017543.8596 , 2.2222 , 0.8085 , 0.8017 , 0.4474 , 0.0000 , 0.0000 , 0.0000 , 16.2247 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1521 , cls_11 , 0.0000 , 0.0840 , 0.0064 , 7777777.7778 , 2.0000 , 0.8460 , 0.7907 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 4.2379 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1524 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 158.7431 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1529 , cls_11 , 0.0000 , 0.0780 , 0.0049 , 6190476.1905 , 1.6250 , 0.8770 , 0.6435 , 0.5476 , 0.0000 , 0.0000 , 0.0000 , 26.2067 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1540 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.7041 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1547 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.1016 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1551 , cls_11 , 0.0000 , 0.1260 , 0.0078 , 6666666.6667 , 2.1000 , 0.8066 , 0.6658 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 8.1496 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1565 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 162.1444 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1569 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 40.6001 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1579 , cls_11 , 0.0000 , 0.1980 , 0.0116 , 5945945.9459 , 2.5385 , 0.7508 , 0.8323 , 0.5225 , 0.0000 , 0.0000 , 0.0000 , 16.6836 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1590 , cls_11 , 0.0000 , 0.1140 , 0.0084 , 4871794.8718 , 1.7273 , 0.8511 , 0.7836 , 0.5962 , 0.0000 , 0.0000 , 0.0000 , 21.0500 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1591 , cls_11 , 0.0000 , 0.0660 , 0.0042 , 10476190.4762 , 1.8333 , 0.8487 , 0.5544 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 56.6759 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1592 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.5603 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1598 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2055 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1611 , cls_11 , 0.0000 , 0.0900 , 0.0056 , 7142857.1429 , 1.8750 , 0.8451 , 0.6572 , 0.4405 , 0.0000 , 0.0000 , 0.0000 , 39.8019 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1621 , cls_11 , 0.0000 , 0.2460 , 0.0127 , 4632768.3616 , 2.5625 , 0.7396 , 0.7942 , 0.6356 , 0.0000 , 0.0000 , 0.0000 , 4.7769 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1625 , cls_11 , 0.0000 , 0.0660 , 0.0050 , 6111111.1111 , 1.5714 , 0.8988 , 0.6605 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.3102 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1627 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.0643 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1635 , cls_11 , 0.0000 , 0.3480 , 0.0144 , 4833333.3333 , 3.2222 , 0.6749 , 0.6156 , 0.6125 , 0.0000 , 0.0000 , 0.0000 , 69.0003 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1648 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 9.0297 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1653 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.7787 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1654 , cls_11 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 9.4905 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1662 , cls_11 , 0.0000 , 0.0660 , 0.0048 , 6111111.1111 , 1.5714 , 0.8988 , 0.6273 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.3002 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1669 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 6666666.6667 , 1.5000 , 0.9139 , 0.7453 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 11.7565 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1671 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 10.2948 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1672 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 19.1351 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1674 , cls_11 , 0.0000 , 0.3660 , 0.0155 , 4107744.1077 , 3.0500 , 0.6810 , 0.7548 , 0.6768 , 0.0000 , 0.0000 , 0.0000 , 47.1710 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1681 , cls_11 , 0.0000 , 0.0540 , 0.0034 , 10000000.0000 , 1.8000 , 0.8762 , 0.5756 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 187.9857 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1686 , cls_11 , 0.0000 , 0.1980 , 0.0129 , 4313725.4902 , 2.2000 , 0.7821 , 0.7689 , 0.6340 , 0.0000 , 0.0000 , 0.0000 , 8.1169 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1692 , cls_11 , 0.0000 , 0.0540 , 0.0047 , 5000000.0000 , 1.2857 , 0.9427 , 0.6180 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 11.9397 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1704 , cls_11 , 0.0000 , 1.3920 , 0.0428 , 3580246.9136 , 5.5238 , 0.3804 , 0.8813 , 0.7095 , 0.0000 , 0.0000 , 0.0000 , 127.1832 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1714 , cls_11 , 0.0000 , 0.1860 , 0.0093 , 4592592.5926 , 2.2143 , 0.7856 , 0.5787 , 0.6370 , 0.0000 , 0.0000 , 0.0000 , 6.8574 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1725 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 26.5027 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1726 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.9184 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1751 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 13.5780 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1765 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.1111 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1773 , cls_11 , 0.0000 , 0.0780 , 0.0047 , 8666666.6667 , 1.8571 , 0.8453 , 0.6255 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 9.8637 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1774 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 14.2869 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1776 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 5333333.3333 , 1.1429 , 0.9495 , 0.4907 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 7.3573 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1783 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 82.1488 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1785 , cls_11 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 3.9968 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1814 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.3693 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1815 , cls_11 , 0.0000 , 0.0540 , 0.0040 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 14.3797 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1823 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 34.0791 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1836 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 14.7161 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1837 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.0613 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1838 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.3651 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1858 , cls_11 , 0.0000 , 0.0540 , 0.0038 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 15.3449 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1860 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 9.3327 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1871 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 20.2275 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1880 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.9042 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1881 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 6.7638 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1885 , cls_11 , 0.0000 , 0.1200 , 0.0073 , 4301075.2688 , 1.6667 , 0.8569 , 0.5356 , 0.6559 , 0.0000 , 0.0000 , 0.0000 , 21.2018 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1886 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0951 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1899 , cls_11 , 0.0000 , 0.2700 , 0.0136 , 5172413.7931 , 2.8125 , 0.7133 , 0.7285 , 0.5862 , 0.0000 , 0.0000 , 0.0000 , 18.5867 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1901 , cls_11 , 0.0000 , 0.0480 , 0.0043 , 5925925.9259 , 1.3333 , 0.9389 , 0.6630 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 67.5246 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1906 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 91.9896 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1908 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 31.0422 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1909 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.5934 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1920 , cls_11 , 0.0000 , 0.0660 , 0.0044 , 5641025.6410 , 1.3750 , 0.9067 , 0.5132 , 0.5641 , 0.0000 , 0.0000 , 0.0000 , 9.1135 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1922 , cls_11 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 11.9135 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1928 , cls_11 , 0.0000 , 0.0600 , 0.0056 , 8333333.3333 , 1.6667 , 0.8805 , 0.8244 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 21.4206 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1929 , cls_11 , 0.0000 , 0.1740 , 0.0086 , 6041666.6667 , 2.4167 , 0.7691 , 0.6740 , 0.5156 , 0.0000 , 0.0000 , 0.0000 , 67.7352 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1931 , cls_11 , 0.0000 , 0.0780 , 0.0055 , 7878787.8788 , 1.8571 , 0.8541 , 0.7357 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 5.7194 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1932 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 10.0498 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1947 , cls_11 , 0.0000 , 0.0840 , 0.0054 , 6666666.6667 , 1.7500 , 0.8605 , 0.7258 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 3.5929 , 0.0295 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1952 , cls_11 , 0.0000 , 0.1620 , 0.0095 , 4615384.6154 , 2.0769 , 0.8062 , 0.6599 , 0.6197 , 0.0000 , 0.0000 , 0.0000 , 116.5855 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1958 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 92.8386 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1962 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.6911 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1967 , cls_11 , 0.0000 , 0.0720 , 0.0051 , 8000000.0000 , 1.7143 , 0.8625 , 0.6894 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 18.5805 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1968 , cls_11 , 0.0000 , 0.0600 , 0.0046 , 7407407.4074 , 1.6667 , 0.8916 , 0.5416 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 21.9284 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1969 , cls_11 , 0.0000 , 0.1020 , 0.0079 , 4358974.3590 , 1.5455 , 0.8777 , 0.7352 , 0.6346 , 0.0000 , 0.0000 , 0.0000 , 8.8611 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1989 , cls_11 , 0.0000 , 0.0840 , 0.0071 , 3111111.1111 , 1.2727 , 0.9403 , 0.6327 , 0.7278 , 0.0000 , 0.0000 , 0.0000 , 5.2029 , 0.0313 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1992 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 15.2410 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2003 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.7384 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2004 , cls_11 , 0.0000 , 0.1080 , 0.0077 , 8000000.0000 , 2.2500 , 0.8107 , 0.8198 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 105.7681 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2006 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.3173 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2007 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2036 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2027 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.5710 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2051 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 115.4578 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2067 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 20.7248 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2070 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 28.8889 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2075 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.3581 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2077 , cls_11 , 0.0000 , 0.0780 , 0.0053 , 5777777.7778 , 1.6250 , 0.8838 , 0.6707 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 10.8833 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2085 , cls_11 , 0.0000 , 0.0660 , 0.0048 , 6111111.1111 , 1.5714 , 0.8988 , 0.7117 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 8.3014 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2089 , cls_11 , 0.0000 , 0.0720 , 0.0052 , 5000000.0000 , 1.5000 , 0.9083 , 0.6156 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 18.7664 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2092 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 46.8120 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2098 , cls_11 , 0.0000 , 0.1080 , 0.0081 , 4615384.6154 , 1.6364 , 0.8641 , 0.6817 , 0.6154 , 0.0000 , 0.0000 , 0.0000 , 7.7961 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2099 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 22.9120 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2101 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 65.1401 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2114 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.3868 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2117 , cls_11 , 0.0000 , 0.0900 , 0.0080 , 4166666.6667 , 1.5000 , 0.8991 , 0.7769 , 0.6319 , 0.0000 , 0.0000 , 0.0000 , 16.2458 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2119 , cls_11 , 0.0000 , 0.2100 , 0.0131 , 4575163.3987 , 2.3333 , 0.7668 , 0.8397 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 43.0586 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2124 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 3.7926 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2131 , cls_11 , 0.0000 , 0.0720 , 0.0054 , 8888888.8889 , 2.0000 , 0.8529 , 0.7453 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 123.9336 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2134 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 22.3684 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2140 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.1808 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2145 , cls_11 , 0.0000 , 0.0720 , 0.0050 , 8888888.8889 , 2.0000 , 0.8529 , 0.7708 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 15.2934 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2150 , cls_11 , 0.0000 , 0.0840 , 0.0057 , 6666666.6667 , 1.7500 , 0.8605 , 0.6927 , 0.4405 , 0.0000 , 0.0000 , 0.0000 , 100.6800 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2152 , cls_11 , 0.0000 , 0.0960 , 0.0063 , 4102564.1026 , 1.4545 , 0.8923 , 0.5862 , 0.6603 , 0.0000 , 0.0000 , 0.0000 , 125.9634 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2160 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.1299 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2168 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7246 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2169 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.1514 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2170 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.8595 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2177 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.4128 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2180 , cls_11 , 0.0000 , 0.0900 , 0.0063 , 4545454.5455 , 1.5000 , 0.8899 , 0.6704 , 0.6136 , 0.0000 , 0.0000 , 0.0000 , 123.8086 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2192 , cls_11 , 0.0000 , 0.0660 , 0.0053 , 6111111.1111 , 1.5714 , 0.8988 , 0.6944 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 21.8069 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2195 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 31.3026 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2198 , cls_11 , 0.0000 , 0.2040 , 0.0104 , 5666666.6667 , 2.6154 , 0.7506 , 0.7247 , 0.5292 , 0.0000 , 0.0000 , 0.0000 , 25.0321 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2199 , cls_11 , 0.0000 , 0.0540 , 0.0041 , 6666666.6667 , 1.5000 , 0.9139 , 0.7205 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 40.6423 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2207 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8756 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2208 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.5591 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2215 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.1439 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2216 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.6008 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2219 , cls_11 , 0.0000 , 0.1800 , 0.0100 , 5555555.5556 , 2.5000 , 0.7719 , 0.7926 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 21.4449 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2221 , cls_11 , 0.0000 , 0.2820 , 0.0135 , 5310734.4633 , 2.9375 , 0.7034 , 0.8300 , 0.5565 , 0.0000 , 0.0000 , 0.0000 , 8.4234 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2249 , cls_11 , 0.0000 , 0.1440 , 0.0090 , 7619047.6190 , 2.4000 , 0.7754 , 0.8252 , 0.4206 , 0.0000 , 0.0000 , 0.0000 , 127.0312 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2257 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.4578 , 0.0331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2263 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 21.1540 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2266 , cls_11 , 0.0000 , 0.0540 , 0.0048 , 4285714.2857 , 1.1250 , 0.9589 , 0.6039 , 0.6190 , 0.0000 , 0.0000 , 0.0000 , 29.4884 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2267 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 10.4596 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2277 , cls_11 , 0.0000 , 0.8100 , 0.0284 , 4545454.5455 , 4.6552 , 0.5046 , 0.8126 , 0.6237 , 0.0000 , 0.0000 , 0.0000 , 91.3034 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2279 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 5000000.0000 , 1.2857 , 0.9427 , 0.4731 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 20.0879 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2281 , cls_11 , 0.0000 , 0.1800 , 0.0110 , 2941176.4706 , 1.7647 , 0.8383 , 0.7004 , 0.7574 , 0.0000 , 0.0000 , 0.0000 , 14.4553 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2283 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 15.0447 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2286 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.6114 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2291 , cls_11 , 0.0000 , 0.1980 , 0.0126 , 4888888.8889 , 2.3571 , 0.7696 , 0.8121 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 77.2181 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2303 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4066 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2313 , cls_11 , 0.0000 , 0.0660 , 0.0053 , 9166666.6667 , 1.8333 , 0.8606 , 0.8041 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.3410 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2319 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 29.2998 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2335 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 25.8513 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2336 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.2901 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2347 , cls_11 , 0.0000 , 0.0480 , 0.0041 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 4.8504 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2349 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 5833333.3333 , 1.1667 , 0.9553 , 0.6488 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 4.0239 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2362 , cls_11 , 0.0000 , 0.3300 , 0.0204 , 4471544.7154 , 2.8947 , 0.6919 , 0.8675 , 0.6220 , 0.0000 , 0.0000 , 0.0000 , 39.1872 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2370 , cls_11 , 0.0000 , 0.2100 , 0.0115 , 5691056.9106 , 2.6923 , 0.7456 , 0.7116 , 0.5244 , 0.0000 , 0.0000 , 0.0000 , 4.9562 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2373 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 24.2999 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2404 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5949 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2412 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 5000000.0000 , 1.2857 , 0.9427 , 0.5506 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 54.4068 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2419 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.4160 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2421 , cls_11 , 0.0000 , 0.5040 , 0.0251 , 3236994.2197 , 3.1111 , 0.6408 , 0.7766 , 0.7360 , 0.0000 , 0.0000 , 0.0000 , 25.1151 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2438 , cls_11 , 0.0000 , 0.2400 , 0.0127 , 6504065.0407 , 3.0769 , 0.7118 , 0.8059 , 0.4715 , 0.0000 , 0.0000 , 0.0000 , 59.1468 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2444 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.4303 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2456 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 34.4723 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2459 , cls_11 , 0.0000 , 0.0480 , 0.0048 , 7619047.6190 , 1.3333 , 0.9145 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 11.4434 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2463 , cls_11 , 0.0000 , 0.0540 , 0.0038 , 12000000.0000 , 1.8000 , 0.8603 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.8229 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2468 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.1013 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2470 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7816 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2472 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.8032 , 0.0297 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2477 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.0675 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2479 , cls_11 , 0.0000 , 0.0780 , 0.0074 , 6190476.1905 , 1.6250 , 0.8770 , 0.8162 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 20.2213 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2482 , cls_11 , 0.0000 , 0.0540 , 0.0038 , 6000000.0000 , 1.2857 , 0.9243 , 0.4907 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 5.6311 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2483 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 9.0372 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2484 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.9076 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2487 , cls_11 , 0.0000 , 1.0680 , 0.0319 , 4512040.5577 , 5.3939 , 0.4368 , 0.7889 , 0.6331 , 0.0000 , 0.0000 , 0.0000 , 69.7806 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2492 , cls_11 , 0.0000 , 0.0840 , 0.0059 , 4242424.2424 , 1.4000 , 0.9061 , 0.5881 , 0.6439 , 0.0000 , 0.0000 , 0.0000 , 49.4741 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2496 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1278 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2503 , cls_11 , 0.0000 , 0.8280 , 0.0249 , 3650793.6508 , 4.3125 , 0.5174 , 0.7370 , 0.7004 , 0.0000 , 0.0000 , 0.0000 , 69.7569 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2505 , cls_11 , 0.0000 , 0.0840 , 0.0065 , 7777777.7778 , 2.0000 , 0.8460 , 0.7935 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.1652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2510 , cls_11 , 0.0000 , 0.7320 , 0.0291 , 4046434.4942 , 4.2069 , 0.5379 , 0.8008 , 0.6675 , 0.0000 , 0.0000 , 0.0000 , 27.4546 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2512 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.0089 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2518 , cls_11 , 0.0000 , 0.0780 , 0.0069 , 7878787.8788 , 1.8571 , 0.8541 , 0.8249 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 4.6648 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2519 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9542 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2528 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 53.9162 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2533 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1356 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2547 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 27.4738 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2550 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 25.7841 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2552 , cls_11 , 0.0000 , 0.1080 , 0.0081 , 4800000.0000 , 1.8000 , 0.8600 , 0.8128 , 0.5733 , 0.0000 , 0.0000 , 0.0000 , 33.0506 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2556 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8777 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2558 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.4434 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2561 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1586 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2563 , cls_11 , 0.0000 , 0.3660 , 0.0145 , 3800623.0530 , 2.9048 , 0.6886 , 0.6470 , 0.6994 , 0.0000 , 0.0000 , 0.0000 , 93.8344 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2564 , cls_11 , 0.0000 , 0.0840 , 0.0055 , 6666666.6667 , 1.7500 , 0.8605 , 0.6927 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 69.5333 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2577 , cls_11 , 0.0000 , 0.1740 , 0.0097 , 4296296.2963 , 2.0714 , 0.8026 , 0.7031 , 0.6444 , 0.0000 , 0.0000 , 0.0000 , 62.6803 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2583 , cls_11 , 0.0000 , 0.5940 , 0.0275 , 4177215.1899 , 3.8077 , 0.5818 , 0.8719 , 0.6561 , 0.0000 , 0.0000 , 0.0000 , 39.9276 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2609 , cls_11 , 0.0000 , 0.0540 , 0.0049 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 48.6479 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2610 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 31.1226 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2612 , cls_11 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 17.3601 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2614 , cls_11 , 0.0000 , 0.0540 , 0.0041 , 7500000.0000 , 1.5000 , 0.9026 , 0.7516 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 8.4562 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2617 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.6311 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2618 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 7.6112 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2628 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 70.0506 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2630 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 24.8292 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2632 , cls_11 , 0.0000 , 0.0660 , 0.0046 , 6111111.1111 , 1.5714 , 0.8988 , 0.6180 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 67.9610 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2635 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 4666666.6667 , 1.0000 , 0.9782 , 0.4907 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 33.4997 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2642 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 8.0105 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2645 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 6.1458 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2647 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.7196 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2659 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.0052 , 0.0297 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2667 , cls_11 , 0.0000 , 0.0960 , 0.0063 , 5614035.0877 , 1.7778 , 0.8600 , 0.6976 , 0.5439 , 0.0000 , 0.0000 , 0.0000 , 17.5105 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2672 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 5333333.3333 , 1.1429 , 0.9495 , 0.3634 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 11.0619 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2676 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0186 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2693 , cls_11 , 0.0000 , 0.0840 , 0.0057 , 5185185.1852 , 1.5556 , 0.8853 , 0.5676 , 0.5741 , 0.0000 , 0.0000 , 0.0000 , 9.2146 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2695 , cls_11 , 0.0000 , 0.0720 , 0.0053 , 5000000.0000 , 1.5000 , 0.9083 , 0.6082 , 0.5729 , 0.0000 , 0.0000 , 0.0000 , 6.5428 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2703 , cls_11 , 0.0000 , 0.8940 , 0.0299 , 4071038.2514 , 4.6563 , 0.4896 , 0.8191 , 0.6571 , 0.0000 , 0.0000 , 0.0000 , 57.2967 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2717 , cls_11 , 0.0000 , 0.0660 , 0.0046 , 8148148.1481 , 1.8333 , 0.8713 , 0.7205 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 15.7513 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2718 , cls_11 , 0.0000 , 0.1020 , 0.0055 , 7555555.5556 , 2.1250 , 0.8236 , 0.6707 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.3964 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2725 , cls_11 , 0.0000 , 0.0600 , 0.0067 , 7407407.4074 , 1.6667 , 0.8916 , 0.8603 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 33.5926 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2726 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 22.5419 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2759 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 81.1224 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2771 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2094 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2772 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.7943 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2773 , cls_11 , 0.0000 , 0.0600 , 0.0053 , 4761904.7619 , 1.2500 , 0.9354 , 0.6637 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 10.8625 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2775 , cls_11 , 0.0000 , 0.0540 , 0.0040 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 14.3267 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2783 , cls_11 , 0.0000 , 0.0960 , 0.0078 , 3137254.9020 , 1.3333 , 0.9218 , 0.6268 , 0.7255 , 0.0000 , 0.0000 , 0.0000 , 13.5364 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2786 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 37.6713 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2792 , cls_11 , 0.0000 , 0.0540 , 0.0040 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 24.8122 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2807 , cls_11 , 0.0000 , 0.1020 , 0.0075 , 4197530.8642 , 1.5455 , 0.8817 , 0.7182 , 0.6420 , 0.0000 , 0.0000 , 0.0000 , 89.4390 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2810 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.3187 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2816 , cls_11 , 0.0000 , 0.4140 , 0.0152 , 5000000.0000 , 3.4500 , 0.6392 , 0.7244 , 0.5906 , 0.0000 , 0.0000 , 0.0000 , 46.5495 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2819 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 4615384.6154 , 1.1250 , 0.9510 , 0.5963 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 11.1983 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2822 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 39.5878 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2828 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.0661 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2830 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 18.9333 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2837 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.7256 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2841 , cls_11 , 0.0000 , 0.1620 , 0.0100 , 4090909.0909 , 1.9286 , 0.8186 , 0.7267 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 96.7485 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2847 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 28.3432 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2857 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 4444444.4444 , 1.2500 , 0.9427 , 0.5756 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 35.5870 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2859 , cls_11 , 0.0000 , 0.0660 , 0.0051 , 6111111.1111 , 1.5714 , 0.8988 , 0.7062 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 24.2651 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2861 , cls_11 , 0.0000 , 0.0600 , 0.0044 , 7407407.4074 , 1.6667 , 0.8916 , 0.6903 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 44.5122 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2865 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 30.4889 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2866 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 13.7289 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2868 , cls_11 , 0.0000 , 0.0660 , 0.0049 , 5641025.6410 , 1.3750 , 0.9067 , 0.6817 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 9.2612 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2872 , cls_11 , 0.0000 , 0.0900 , 0.0061 , 4000000.0000 , 1.5000 , 0.9035 , 0.5698 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 12.5905 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2874 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 59.1123 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2884 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.6669 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2899 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.0957 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2904 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5209 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2918 , cls_11 , 0.0000 , 0.4320 , 0.0178 , 3076923.0769 , 2.8800 , 0.6777 , 0.6754 , 0.7425 , 0.0000 , 0.0000 , 0.0000 , 21.3081 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2920 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 56.6992 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2924 , cls_11 , 0.0000 , 0.1500 , 0.0079 , 7575757.5758 , 2.5000 , 0.7701 , 0.7357 , 0.4318 , 0.0000 , 0.0000 , 0.0000 , 23.1829 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2928 , cls_11 , 0.0000 , 0.1260 , 0.0092 , 6363636.3636 , 2.1000 , 0.8110 , 0.7845 , 0.4773 , 0.0000 , 0.0000 , 0.0000 , 14.2124 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2929 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 4615384.6154 , 1.1250 , 0.9510 , 0.4827 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 5.9756 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2934 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 47.4395 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2939 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3218 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2950 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.7620 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2959 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9402 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2961 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1504 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2966 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 26.3968 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2967 , cls_11 , 0.0000 , 0.1080 , 0.0069 , 6666666.6667 , 2.0000 , 0.8277 , 0.6048 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 28.7337 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2977 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.1082 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2983 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1308 , 0.0360 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2991 , cls_11 , 0.0000 , 0.0600 , 0.0064 , 6666666.6667 , 1.4286 , 0.9016 , 0.8128 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 9.4158 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2992 , cls_11 , 0.0000 , 0.1560 , 0.0112 , 3537414.9660 , 1.8571 , 0.8398 , 0.7600 , 0.6905 , 0.0000 , 0.0000 , 0.0000 , 30.9808 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3013 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 16.3752 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3036 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.2752 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3037 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2455 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3039 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 40.3025 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3049 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.6908 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3071 , cls_11 , 0.0000 , 0.1020 , 0.0098 , 8717948.7179 , 2.1250 , 0.8105 , 0.8918 , 0.2949 , 0.0000 , 0.0000 , 0.0000 , 71.1923 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3074 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 30.9727 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3075 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 8.3560 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3083 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.9691 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3086 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 86.3660 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3088 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 71.6382 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3089 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 41.7060 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3093 , cls_11 , 0.0000 , 0.4980 , 0.0175 , 4160401.0025 , 3.4583 , 0.6193 , 0.7105 , 0.6704 , 0.0000 , 0.0000 , 0.0000 , 37.3467 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3094 , cls_11 , 0.0000 , 0.0600 , 0.0053 , 6666666.6667 , 1.4286 , 0.9016 , 0.7598 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.9897 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3108 , cls_11 , 0.0000 , 0.1560 , 0.0111 , 4126984.1270 , 2.0000 , 0.8233 , 0.8069 , 0.6468 , 0.0000 , 0.0000 , 0.0000 , 19.1222 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3111 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 80.1244 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3116 , cls_11 , 0.0000 , 0.0780 , 0.0060 , 6190476.1905 , 1.6250 , 0.8770 , 0.7903 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 93.6699 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3118 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 35.1593 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3127 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 14.2785 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3128 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 45.3785 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3129 , cls_11 , 0.0000 , 1.2780 , 0.0368 , 4717607.9734 , 6.0857 , 0.3860 , 0.8410 , 0.6218 , 0.0000 , 0.0000 , 0.0000 , 109.0710 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3134 , cls_11 , 0.0000 , 0.3120 , 0.0166 , 3209876.5432 , 2.4762 , 0.7356 , 0.7444 , 0.7361 , 0.0000 , 0.0000 , 0.0000 , 81.6224 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3137 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 40.8356 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3138 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 24.2746 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3141 , cls_11 , 0.0000 , 0.2820 , 0.0121 , 5310734.4633 , 2.9375 , 0.7034 , 0.6934 , 0.5678 , 0.0000 , 0.0000 , 0.0000 , 43.2502 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3148 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.4338 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3161 , cls_11 , 0.0000 , 0.1080 , 0.0072 , 4800000.0000 , 1.8000 , 0.8600 , 0.7256 , 0.6133 , 0.0000 , 0.0000 , 0.0000 , 53.9541 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3165 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 22.7200 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3166 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 21.6085 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3167 , cls_11 , 0.0000 , 0.0420 , 0.0039 , 5185185.1852 , 1.1667 , 0.9673 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 56.5124 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3168 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.2468 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3174 , cls_11 , 0.0000 , 0.1320 , 0.0081 , 8148148.1481 , 2.4444 , 0.7817 , 0.7425 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 36.1394 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3184 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.9604 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3186 , cls_11 , 0.0000 , 0.7620 , 0.0258 , 4810606.0606 , 4.7037 , 0.5143 , 0.8679 , 0.6165 , 0.0000 , 0.0000 , 0.0000 , 112.9136 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3192 , cls_11 , 0.0000 , 0.1620 , 0.0088 , 7826086.9565 , 2.7000 , 0.7560 , 0.7497 , 0.4058 , 0.0000 , 0.0000 , 0.0000 , 17.3103 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3194 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 39.7067 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3195 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.4357 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3212 , cls_11 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 15.6692 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3213 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 20.2961 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3223 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 39.6243 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3226 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.2926 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3232 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 14.8306 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3233 , cls_11 , 0.0000 , 0.2460 , 0.0137 , 5694444.4444 , 2.9286 , 0.7199 , 0.7825 , 0.5313 , 0.0000 , 0.0000 , 0.0000 , 17.5281 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3237 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.8688 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3246 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 15.9129 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3253 , cls_11 , 0.0000 , 0.0660 , 0.0044 , 6111111.1111 , 1.5714 , 0.8988 , 0.5506 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 15.7554 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3258 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7353 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3259 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.5829 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3260 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.3252 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3261 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 47.4196 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3265 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.1403 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3267 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 21.4602 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3279 , cls_11 , 0.0000 , 0.2220 , 0.0153 , 4043715.8470 , 2.3125 , 0.7703 , 0.7800 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 31.7440 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3280 , cls_11 , 0.0000 , 0.1980 , 0.0115 , 3055555.5556 , 1.9412 , 0.8188 , 0.5852 , 0.7477 , 0.0000 , 0.0000 , 0.0000 , 39.0825 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3283 , cls_11 , 0.0000 , 0.6540 , 0.0244 , 3460317.4603 , 3.7586 , 0.5775 , 0.6229 , 0.7246 , 0.0000 , 0.0000 , 0.0000 , 24.0414 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3289 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 23.4262 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3290 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 24.8773 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3292 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 58.9074 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3294 , cls_11 , 0.0000 , 0.0840 , 0.0066 , 6666666.6667 , 1.7500 , 0.8605 , 0.7772 , 0.4405 , 0.0000 , 0.0000 , 0.0000 , 48.0339 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3303 , cls_11 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 40.8284 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3304 , cls_11 , 0.0000 , 0.3360 , 0.0150 , 3971631.2057 , 2.8000 , 0.7002 , 0.7081 , 0.6720 , 0.0000 , 0.0000 , 0.0000 , 24.3198 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3307 , cls_11 , 0.0000 , 0.1320 , 0.0091 , 3859649.1228 , 1.6923 , 0.8549 , 0.7154 , 0.6842 , 0.0000 , 0.0000 , 0.0000 , 42.8127 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3318 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 68.7410 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3319 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 36.8549 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3329 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 19.7091 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3332 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 54.8981 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3337 , cls_11 , 0.0000 , 0.0600 , 0.0051 , 6060606.0606 , 1.4286 , 0.9110 , 0.7357 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 14.2199 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3342 , cls_11 , 0.0000 , 0.2280 , 0.0123 , 5507246.3768 , 2.7143 , 0.7355 , 0.7790 , 0.5507 , 0.0000 , 0.0000 , 0.0000 , 76.3663 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3348 , cls_11 , 0.0000 , 0.1080 , 0.0070 , 3750000.0000 , 1.5000 , 0.8861 , 0.5206 , 0.6927 , 0.0000 , 0.0000 , 0.0000 , 39.7730 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3357 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.6488 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.2538 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3362 , cls_11 , 0.0000 , 0.1800 , 0.0104 , 5405405.4054 , 2.3077 , 0.7746 , 0.6921 , 0.5676 , 0.0000 , 0.0000 , 0.0000 , 97.8595 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3373 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 40.8656 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3379 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 21.5120 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3381 , cls_11 , 0.0000 , 0.0600 , 0.0044 , 7407407.4074 , 1.6667 , 0.8916 , 0.6630 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 30.8361 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3390 , cls_11 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 56.1010 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3403 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.7017 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3404 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.6107 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3405 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.9622 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3412 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 130.1764 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3426 , cls_11 , 0.0000 , 0.0720 , 0.0067 , 6153846.1538 , 1.5000 , 0.8875 , 0.7566 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 17.9429 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3437 , cls_11 , 0.0000 , 0.0960 , 0.0061 , 7619047.6190 , 2.0000 , 0.8307 , 0.7078 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 143.0644 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3438 , cls_11 , 0.0000 , 0.0600 , 0.0054 , 7407407.4074 , 1.6667 , 0.8916 , 0.7838 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.7386 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3441 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7604 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3445 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 25.3129 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3452 , cls_11 , 0.0000 , 0.0840 , 0.0058 , 5185185.1852 , 1.5556 , 0.8853 , 0.6474 , 0.5463 , 0.0000 , 0.0000 , 0.0000 , 18.3608 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3463 , cls_11 , 0.0000 , 0.6060 , 0.0222 , 3400673.4007 , 3.4828 , 0.5963 , 0.7034 , 0.7189 , 0.0000 , 0.0000 , 0.0000 , 257.0134 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3466 , cls_11 , 0.0000 , 0.3900 , 0.0186 , 3359173.1266 , 2.8261 , 0.6889 , 0.7385 , 0.7222 , 0.0000 , 0.0000 , 0.0000 , 31.0486 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3468 , cls_11 , 0.0000 , 0.1140 , 0.0083 , 6031746.0317 , 1.9000 , 0.8299 , 0.8498 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 65.3015 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3472 , cls_11 , 0.0000 , 0.4320 , 0.0194 , 4752475.2475 , 3.4286 , 0.6356 , 0.8238 , 0.6155 , 0.0000 , 0.0000 , 0.0000 , 51.6295 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3475 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.3366 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3482 , cls_11 , 0.0000 , 0.0660 , 0.0057 , 3859649.1228 , 1.2222 , 0.9464 , 0.6442 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 98.2333 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3487 , cls_11 , 0.0000 , 0.1020 , 0.0069 , 7083333.3333 , 2.1250 , 0.8296 , 0.7247 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 25.1716 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3488 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.9919 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3495 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 49.0410 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3496 , cls_11 , 0.0000 , 0.1920 , 0.0114 , 3742690.0585 , 2.0000 , 0.8017 , 0.7261 , 0.6813 , 0.0000 , 0.0000 , 0.0000 , 22.3086 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3501 , cls_11 , 0.0000 , 4.3500 , 0.0714 , 4037872.4589 , 10.3571 , -0.0370 , 0.7934 , 0.6739 , 0.0000 , 0.0000 , 0.0000 , 81.2152 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3504 , cls_11 , 0.0000 , 0.5040 , 0.0192 , 5233644.8598 , 4.0000 , 0.5965 , 0.7019 , 0.5810 , 0.0000 , 0.0000 , 0.0000 , 32.4125 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3510 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.5845 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3514 , cls_11 , 0.0000 , 0.0540 , 0.0047 , 5000000.0000 , 1.2857 , 0.9427 , 0.6180 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 12.1502 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3520 , cls_11 , 0.0000 , 0.0720 , 0.0058 , 4705882.3529 , 1.3333 , 0.9146 , 0.7035 , 0.5980 , 0.0000 , 0.0000 , 0.0000 , 30.5348 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3527 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 21.3741 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3535 , cls_11 , 0.0000 , 0.2700 , 0.0133 , 3092783.5052 , 2.2500 , 0.7654 , 0.4722 , 0.7440 , 0.0000 , 0.0000 , 0.0000 , 23.4210 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3540 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 83.5418 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3545 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 43.2356 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3551 , cls_11 , 0.0000 , 0.1080 , 0.0093 , 6666666.6667 , 2.0000 , 0.8277 , 0.8430 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 40.6847 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3555 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.9682 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3559 , cls_11 , 0.0000 , 0.8040 , 0.0261 , 3952802.3599 , 4.3226 , 0.5178 , 0.8069 , 0.6799 , 0.0000 , 0.0000 , 0.0000 , 41.1527 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3560 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.5855 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3566 , cls_11 , 0.0000 , 0.0600 , 0.0045 , 6666666.6667 , 1.4286 , 0.9016 , 0.6817 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 45.3599 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3569 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 86.8502 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3571 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 82.7702 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3572 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 50.0151 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3586 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 309.0186 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3587 , cls_11 , 0.0000 , 0.1260 , 0.0076 , 7368421.0526 , 2.3333 , 0.7973 , 0.7914 , 0.4298 , 0.0000 , 0.0000 , 0.0000 , 387.9034 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3596 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.5646 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3601 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 10.8961 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3607 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.4424 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3616 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 83.1113 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3619 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.2095 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3627 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4615 , 0.0331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3629 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 307.2682 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3633 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 21.5949 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3634 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 22.3153 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3636 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.4046 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3640 , cls_11 , 0.0000 , 0.1140 , 0.0075 , 5066666.6667 , 1.9000 , 0.8472 , 0.7256 , 0.5800 , 0.0000 , 0.0000 , 0.0000 , 12.5145 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3641 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 48.8148 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3645 , cls_11 , 0.0000 , 0.1320 , 0.0075 , 7719298.2456 , 2.4444 , 0.7866 , 0.6442 , 0.4123 , 0.0000 , 0.0000 , 0.0000 , 24.9732 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3647 , cls_11 , 0.0000 , 0.1320 , 0.0082 , 6376811.5942 , 2.2000 , 0.8043 , 0.6746 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 13.5818 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3669 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 12.2457 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3670 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.1695 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3673 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8181 , 0.0331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3677 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 53.9636 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3682 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 33.3255 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3683 , cls_11 , 0.0000 , 0.0960 , 0.0073 , 4637681.1594 , 1.6000 , 0.8794 , 0.7600 , 0.6014 , 0.0000 , 0.0000 , 0.0000 , 25.4349 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3701 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.9433 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3711 , cls_11 , 0.0000 , 0.1260 , 0.0105 , 5185185.1852 , 1.9091 , 0.8309 , 0.8255 , 0.5679 , 0.0000 , 0.0000 , 0.0000 , 18.7448 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3712 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 14.0074 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3724 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 43.8989 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3728 , cls_11 , 0.0000 , 0.6300 , 0.0192 , 5691056.9106 , 4.5652 , 0.5431 , 0.7898 , 0.5285 , 0.0000 , 0.0000 , 0.0000 , 45.7351 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3739 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 19.8553 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3743 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.4498 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3744 , cls_11 , 0.0000 , 0.1380 , 0.0108 , 3333333.3333 , 1.6429 , 0.8644 , 0.6965 , 0.7138 , 0.0000 , 0.0000 , 0.0000 , 22.5268 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3749 , cls_11 , 0.0000 , 0.0960 , 0.0071 , 6666666.6667 , 2.0000 , 0.8433 , 0.7453 , 0.4479 , 0.0000 , 0.0000 , 0.0000 , 307.9646 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3753 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 20.5915 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3761 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.8068 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3765 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 125.3922 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3770 , cls_11 , 0.0000 , 0.1860 , 0.0116 , 6262626.2626 , 2.5833 , 0.7556 , 0.8204 , 0.4596 , 0.0000 , 0.0000 , 0.0000 , 51.1770 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3771 , cls_11 , 0.0000 , 0.0720 , 0.0061 , 6666666.6667 , 1.7143 , 0.8797 , 0.7907 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 42.3635 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3774 , cls_11 , 0.0000 , 0.1020 , 0.0077 , 6296296.2963 , 1.8889 , 0.8408 , 0.7304 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 9.2391 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3775 , cls_11 , 0.0000 , 0.1980 , 0.0104 , 4888888.8889 , 2.3571 , 0.7696 , 0.7372 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 19.5267 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3781 , cls_11 , 0.0000 , 0.1740 , 0.0092 , 3866666.6667 , 1.9333 , 0.8136 , 0.5026 , 0.6800 , 0.0000 , 0.0000 , 0.0000 , 302.0846 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3788 , cls_11 , 0.0000 , 0.1140 , 0.0067 , 6333333.3333 , 2.1111 , 0.8252 , 0.6559 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 307.4163 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3807 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 11.2227 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3813 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 304.1938 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3820 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.5593 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 13.5783 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3830 , cls_11 , 0.0000 , 0.0660 , 0.0055 , 6666666.6667 , 1.5714 , 0.8903 , 0.8081 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 35.2360 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3831 , cls_11 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 11.0315 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3836 , cls_11 , 0.0000 , 0.0480 , 0.0042 , 4848484.8485 , 1.1429 , 0.9594 , 0.5881 , 0.5758 , 0.0000 , 0.0000 , 0.0000 , 12.6155 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3859 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 11.2329 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3860 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1973 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3877 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 8.5417 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3884 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.1889 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3889 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 42.5917 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3895 , cls_11 , 0.0000 , 0.8100 , 0.0297 , 3846153.8462 , 4.3548 , 0.5183 , 0.7544 , 0.6902 , 0.0000 , 0.0000 , 0.0000 , 12.2913 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3898 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 33.1958 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3899 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 12.1464 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3905 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 73.4059 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3909 , cls_11 , 0.0000 , 0.1320 , 0.0090 , 4313725.4902 , 1.8333 , 0.8431 , 0.7075 , 0.6471 , 0.0000 , 0.0000 , 0.0000 , 31.4466 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3922 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 31.5669 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3928 , cls_11 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.8920 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3932 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.7886 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3936 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 151.3268 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3945 , cls_11 , 0.0000 , 0.2640 , 0.0164 , 5432098.7654 , 2.9333 , 0.7125 , 0.8916 , 0.5463 , 0.0000 , 0.0000 , 0.0000 , 22.7216 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3959 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 308.8854 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3960 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.6996 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3961 , cls_11 , 0.0000 , 0.6240 , 0.0261 , 4917257.6832 , 4.3333 , 0.5571 , 0.8747 , 0.5910 , 0.0000 , 0.0000 , 0.0000 , 27.7898 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3964 , cls_11 , 0.0000 , 0.0600 , 0.0043 , 5128205.1282 , 1.2500 , 0.9278 , 0.4292 , 0.5897 , 0.0000 , 0.0000 , 0.0000 , 20.5682 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3970 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 15.6436 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3982 , cls_11 , 0.0000 , 0.1020 , 0.0070 , 3777777.7778 , 1.5455 , 0.8930 , 0.6180 , 0.6889 , 0.0000 , 0.0000 , 0.0000 , 120.3198 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3987 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 9.5903 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3988 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5485 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3989 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.7180 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3994 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 74.2876 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3996 , cls_11 , 0.0000 , 0.0840 , 0.0051 , 9333333.3333 , 2.0000 , 0.8294 , 0.7170 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 92.4958 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3998 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 36.5709 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4003 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 34.5600 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4006 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.9638 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4017 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.9842 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4018 , cls_11 , 0.0000 , 0.0480 , 0.0042 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 18.8160 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4021 , cls_11 , 0.0000 , 0.1800 , 0.0096 , 6060606.0606 , 2.5000 , 0.7636 , 0.7571 , 0.5202 , 0.0000 , 0.0000 , 0.0000 , 14.3981 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4029 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.8979 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4038 , cls_11 , 0.0000 , 0.0720 , 0.0054 , 5714285.7143 , 1.5000 , 0.8948 , 0.6927 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 48.3146 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4042 , cls_11 , 0.0000 , 0.1140 , 0.0064 , 7037037.0370 , 2.1111 , 0.8153 , 0.7135 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 29.6255 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4045 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 64.2758 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4048 , cls_11 , 0.0000 , 0.1560 , 0.0108 , 6190476.1905 , 2.3636 , 0.7830 , 0.8261 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 14.7954 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4049 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 17.4143 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4053 , cls_11 , 0.0000 , 0.1020 , 0.0067 , 4197530.8642 , 1.5455 , 0.8817 , 0.6846 , 0.6420 , 0.0000 , 0.0000 , 0.0000 , 302.5762 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4056 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 313.6532 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4057 , cls_11 , 0.0000 , 0.1800 , 0.0115 , 4651162.7907 , 2.1429 , 0.7894 , 0.8331 , 0.6124 , 0.0000 , 0.0000 , 0.0000 , 81.3341 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4067 , cls_11 , 0.0000 , 0.1560 , 0.0083 , 5591397.8495 , 2.1667 , 0.7928 , 0.6053 , 0.5538 , 0.0000 , 0.0000 , 0.0000 , 12.5345 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4068 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 48.6490 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4072 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.7355 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4078 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 35.0589 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4100 , cls_11 , 0.0000 , 0.0660 , 0.0044 , 8148148.1481 , 1.8333 , 0.8713 , 0.6903 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 42.3631 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4104 , cls_11 , 0.0000 , 0.2640 , 0.0118 , 3809523.8095 , 2.4444 , 0.7473 , 0.6596 , 0.6797 , 0.0000 , 0.0000 , 0.0000 , 66.9213 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4110 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.3715 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4112 , cls_11 , 0.0000 , 0.2280 , 0.0107 , 3377777.7778 , 2.1111 , 0.7848 , 0.5679 , 0.7267 , 0.0000 , 0.0000 , 0.0000 , 11.2654 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4133 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 64.9673 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4149 , cls_11 , 0.0000 , 0.0840 , 0.0055 , 5490196.0784 , 1.5556 , 0.8795 , 0.5916 , 0.5490 , 0.0000 , 0.0000 , 0.0000 , 48.6099 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4153 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 22.8910 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4155 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.9501 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4159 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 8.9462 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4166 , cls_11 , 0.0000 , 0.1620 , 0.0096 , 3461538.4615 , 1.8000 , 0.8364 , 0.6280 , 0.7179 , 0.0000 , 0.0000 , 0.0000 , 28.5743 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4167 , cls_11 , 0.0000 , 0.4620 , 0.0187 , 4207650.2732 , 3.3478 , 0.6335 , 0.7610 , 0.6475 , 0.0000 , 0.0000 , 0.0000 , 45.0887 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4174 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 10.6652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4180 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 4615384.6154 , 1.1250 , 0.9510 , 0.5132 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 18.4023 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4181 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 7.6752 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4183 , cls_11 , 0.0000 , 0.0720 , 0.0064 , 4444444.4444 , 1.3333 , 0.9206 , 0.6903 , 0.6204 , 0.0000 , 0.0000 , 0.0000 , 26.4322 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4187 , cls_11 , 0.0000 , 0.0540 , 0.0037 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 304.1265 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4194 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 24.5962 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4195 , cls_11 , 0.0000 , 0.1320 , 0.0103 , 7719298.2456 , 2.4444 , 0.7866 , 0.8365 , 0.3947 , 0.0000 , 0.0000 , 0.0000 , 34.5788 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4198 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.7419 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4204 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 50.0774 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4209 , cls_11 , 0.0000 , 0.0540 , 0.0038 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 11.6664 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4210 , cls_11 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 12.3207 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4211 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 13.5563 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4222 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.8066 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4224 , cls_11 , 0.0000 , 0.0600 , 0.0051 , 5555555.5556 , 1.4286 , 0.9196 , 0.7062 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 13.6057 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4225 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.3639 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4246 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.6802 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4256 , cls_11 , 0.0000 , 0.4080 , 0.0186 , 3976608.1871 , 3.0909 , 0.6634 , 0.7514 , 0.6827 , 0.0000 , 0.0000 , 0.0000 , 29.4118 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4260 , cls_11 , 0.0000 , 0.0960 , 0.0049 , 7619047.6190 , 2.0000 , 0.8307 , 0.4757 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 22.3337 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4265 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 82.8421 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4268 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 43.1360 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4269 , cls_11 , 0.0000 , 0.0840 , 0.0062 , 6222222.2222 , 1.7500 , 0.8671 , 0.7671 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 16.2657 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4271 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.5460 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4280 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 32.5185 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4285 , cls_11 , 0.0000 , 0.0960 , 0.0072 , 5614035.0877 , 1.7778 , 0.8600 , 0.7718 , 0.5526 , 0.0000 , 0.0000 , 0.0000 , 18.4407 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4287 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.0187 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4296 , cls_11 , 0.0000 , 0.1020 , 0.0083 , 4722222.2222 , 1.7000 , 0.8694 , 0.8234 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 48.8719 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4339 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 39.3751 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4347 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 37.6594 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4353 , cls_11 , 0.0000 , 0.1500 , 0.0096 , 4629629.6296 , 2.0833 , 0.8173 , 0.6082 , 0.6204 , 0.0000 , 0.0000 , 0.0000 , 15.1768 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4365 , cls_11 , 0.0000 , 0.0720 , 0.0053 , 8888888.8889 , 2.0000 , 0.8529 , 0.7453 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 19.1951 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4366 , cls_11 , 0.0000 , 0.1080 , 0.0063 , 6315789.4737 , 2.0000 , 0.8328 , 0.5829 , 0.4649 , 0.0000 , 0.0000 , 0.0000 , 11.0041 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4369 , cls_11 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 50.1906 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4382 , cls_11 , 0.0000 , 0.0480 , 0.0051 , 7619047.6190 , 1.3333 , 0.9145 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 14.5810 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4385 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 23.6518 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4387 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2955 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4411 , cls_11 , 0.0000 , 0.0720 , 0.0047 , 6666666.6667 , 1.7143 , 0.8797 , 0.5225 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 11.6096 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4414 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 10.5244 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4416 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5593 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 6.6970 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4417 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.2543 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4426 , cls_11 , 0.0000 , 0.1260 , 0.0078 , 4242424.2424 , 1.7500 , 0.8515 , 0.6409 , 0.6515 , 0.0000 , 0.0000 , 0.0000 , 11.6229 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4450 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 18.2532 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4452 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 16.9458 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4455 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 243.8568 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4456 , cls_11 , 0.0000 , 0.0720 , 0.0063 , 8000000.0000 , 1.7143 , 0.8625 , 0.8128 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 46.6519 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4462 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5248 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4476 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 31.6171 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4477 , cls_11 , 0.0000 , 0.1140 , 0.0084 , 8444444.4444 , 2.3750 , 0.7986 , 0.8606 , 0.3556 , 0.0000 , 0.0000 , 0.0000 , 19.7261 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4489 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.5268 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4510 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.8059 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4512 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 19.5322 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4527 , cls_11 , 0.0000 , 0.0720 , 0.0053 , 5714285.7143 , 1.5000 , 0.8948 , 0.6927 , 0.5357 , 0.0000 , 0.0000 , 0.0000 , 13.8923 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4528 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.6723 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4534 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4820 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4541 , cls_11 , 0.0000 , 0.0480 , 0.0044 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.0458 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4548 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 8571428.5714 , 1.5000 , 0.8902 , 0.7591 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 12.4220 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4561 , cls_11 , 0.0000 , 0.1560 , 0.0096 , 5252525.2525 , 2.1667 , 0.7989 , 0.6378 , 0.5758 , 0.0000 , 0.0000 , 0.0000 , 12.2373 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4575 , cls_11 , 0.0000 , 0.1140 , 0.0084 , 6666666.6667 , 2.1111 , 0.8204 , 0.7932 , 0.4649 , 0.0000 , 0.0000 , 0.0000 , 13.0359 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4578 , cls_11 , 0.0000 , 0.0780 , 0.0059 , 6190476.1905 , 1.6250 , 0.8770 , 0.7078 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 243.0199 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4600 , cls_11 , 0.0000 , 0.0600 , 0.0048 , 5555555.5556 , 1.4286 , 0.9196 , 0.6944 , 0.5278 , 0.0000 , 0.0000 , 0.0000 , 27.5415 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4603 , cls_11 , 0.0000 , 0.0540 , 0.0036 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.1029 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4605 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.8267 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4609 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 14.3792 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4612 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.3228 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4613 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 19.4086 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4614 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.1223 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4618 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 30.4709 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4631 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 8571428.5714 , 1.5000 , 0.8902 , 0.7591 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 22.6010 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4638 , cls_11 , 0.0000 , 0.0480 , 0.0046 , 7619047.6190 , 1.3333 , 0.9145 , 0.7772 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 18.3461 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4644 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.8838 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4667 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.0974 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4670 , cls_11 , 0.0000 , 0.2460 , 0.0136 , 3961352.6570 , 2.4118 , 0.7553 , 0.7511 , 0.6812 , 0.0000 , 0.0000 , 0.0000 , 13.3741 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4673 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 4615384.6154 , 1.1250 , 0.9510 , 0.5132 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 20.2341 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4674 , cls_11 , 0.0000 , 0.0420 , 0.0039 , 5185185.1852 , 1.1667 , 0.9673 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 21.5609 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4675 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 15.9248 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4678 , cls_11 , 0.0000 , 0.1380 , 0.0104 , 4791666.6667 , 1.9167 , 0.8259 , 0.7798 , 0.5938 , 0.0000 , 0.0000 , 0.0000 , 37.8074 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4680 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 6000000.0000 , 1.2857 , 0.9243 , 0.7170 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 4.4730 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4681 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1557 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4683 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.9330 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4690 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 61.8969 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4692 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.8161 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4693 , cls_11 , 0.0000 , 0.1860 , 0.0088 , 4305555.5556 , 2.2143 , 0.7921 , 0.6405 , 0.6458 , 0.0000 , 0.0000 , 0.0000 , 15.8809 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4703 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 9.2955 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4705 , cls_11 , 0.0000 , 0.0900 , 0.0062 , 5000000.0000 , 1.6667 , 0.8801 , 0.6894 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 11.3885 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4739 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 6000000.0000 , 1.2857 , 0.9243 , 0.6894 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 18.7241 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4741 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 14.9354 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4742 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 5333333.3333 , 1.1429 , 0.9495 , 0.4907 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 11.0137 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4745 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 33.7479 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4753 , cls_11 , 0.0000 , 0.1260 , 0.0090 , 5600000.0000 , 2.1000 , 0.8233 , 0.7864 , 0.5267 , 0.0000 , 0.0000 , 0.0000 , 3.9329 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4755 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.5735 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4762 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.2207 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4785 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.0506 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4788 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.9444 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4789 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.2301 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4790 , cls_11 , 0.0000 , 0.0900 , 0.0056 , 5555555.5556 , 1.6667 , 0.8694 , 0.6474 , 0.5463 , 0.0000 , 0.0000 , 0.0000 , 26.2397 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4792 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.2524 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4795 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.2273 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4809 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.8201 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4814 , cls_11 , 0.0000 , 0.1080 , 0.0076 , 5714285.7143 , 1.8000 , 0.8426 , 0.7353 , 0.5159 , 0.0000 , 0.0000 , 0.0000 , 16.9108 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4816 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.9476 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4818 , cls_11 , 0.0000 , 0.1380 , 0.0081 , 5287356.3218 , 2.0909 , 0.8161 , 0.7748 , 0.5747 , 0.0000 , 0.0000 , 0.0000 , 15.6765 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4821 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5093 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4836 , cls_11 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 21.0391 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4838 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.5416 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 45.8743 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4843 , cls_11 , 0.0000 , 0.0900 , 0.0063 , 5263157.8947 , 1.6667 , 0.8749 , 0.7312 , 0.5702 , 0.0000 , 0.0000 , 0.0000 , 17.3183 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4851 , cls_11 , 0.0000 , 0.0600 , 0.0053 , 6060606.0606 , 1.4286 , 0.9110 , 0.7357 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 3.3213 , 0.0421 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4854 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.9736 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4865 , cls_11 , 0.0000 , 0.1320 , 0.0077 , 6376811.5942 , 2.2000 , 0.8043 , 0.7184 , 0.5217 , 0.0000 , 0.0000 , 0.0000 , 21.2795 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4874 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 22.1020 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4882 , cls_11 , 0.0000 , 0.2160 , 0.0110 , 4285714.2857 , 2.4000 , 0.7688 , 0.7041 , 0.6458 , 0.0000 , 0.0000 , 0.0000 , 20.8003 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4896 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.8868 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4901 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.0900 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4906 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 16.7342 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4908 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4879 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4918 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 5333333.3333 , 1.1429 , 0.9495 , 0.5609 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 2.9286 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4924 , cls_11 , 0.0000 , 0.0720 , 0.0050 , 6153846.1538 , 1.5000 , 0.8875 , 0.6877 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 13.8193 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4926 , cls_11 , 0.0000 , 0.0720 , 0.0065 , 8888888.8889 , 2.0000 , 0.8529 , 0.8430 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.3034 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4930 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.6869 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4946 , cls_11 , 0.0000 , 0.0840 , 0.0053 , 7777777.7778 , 2.0000 , 0.8460 , 0.7117 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 47.9455 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4948 , cls_11 , 0.0000 , 0.6960 , 0.0267 , 5087719.2982 , 4.6400 , 0.5304 , 0.8134 , 0.5855 , 0.0000 , 0.0000 , 0.0000 , 20.5153 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4951 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 27.4717 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4957 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5850 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4964 , cls_11 , 0.0000 , 0.6360 , 0.0225 , 6253687.3156 , 4.8182 , 0.5337 , 0.8509 , 0.5029 , 0.0000 , 0.0000 , 0.0000 , 45.4294 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4966 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 15.3542 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4977 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 6.7200 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4980 , cls_11 , 0.0000 , 0.0480 , 0.0045 , 7619047.6190 , 1.3333 , 0.9145 , 0.7591 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7777 , 0.0469 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4993 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.2798 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5002 , cls_11 , 0.0000 , 0.1440 , 0.0090 , 5517241.3793 , 2.1818 , 0.8058 , 0.7046 , 0.5402 , 0.0000 , 0.0000 , 0.0000 , 20.9426 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5011 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.2230 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5012 , cls_11 , 0.0000 , 0.0720 , 0.0051 , 5000000.0000 , 1.5000 , 0.9083 , 0.6488 , 0.5938 , 0.0000 , 0.0000 , 0.0000 , 9.3802 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5021 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.5711 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5027 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8224 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5042 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 9.7121 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5067 , cls_11 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 5.2415 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5068 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1843 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5085 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.6048 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 10.2212 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5107 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9154 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5111 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4700 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5121 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.0436 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5127 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.4244 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5131 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.7003 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5134 , cls_11 , 0.0000 , 0.1560 , 0.0093 , 4952380.9524 , 2.1667 , 0.8047 , 0.7703 , 0.6048 , 0.0000 , 0.0000 , 0.0000 , 9.2665 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5136 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 6.4150 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5144 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.4861 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5149 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.9153 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5169 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.5223 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5172 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 10.9119 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5178 , cls_11 , 0.0000 , 0.1320 , 0.0102 , 5866666.6667 , 2.2000 , 0.8123 , 0.8498 , 0.5067 , 0.0000 , 0.0000 , 0.0000 , 8.9638 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5182 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.7368 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5193 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 9.6662 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5202 , cls_11 , 0.0000 , 0.0660 , 0.0042 , 8148148.1481 , 1.8333 , 0.8713 , 0.5593 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.7403 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5212 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.6792 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5214 , cls_11 , 0.0000 , 0.0540 , 0.0040 , 6666666.6667 , 1.5000 , 0.9139 , 0.6419 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 3.3552 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5217 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.6337 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5219 , cls_11 , 0.0000 , 0.1080 , 0.0073 , 4285714.2857 , 1.6364 , 0.8718 , 0.6572 , 0.6310 , 0.0000 , 0.0000 , 0.0000 , 4.7350 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5221 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6610 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5225 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 39.9158 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5253 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 35.8467 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5254 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 38.0148 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5268 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8879 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5278 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.2356 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5280 , cls_11 , 0.0000 , 0.0660 , 0.0053 , 7333333.3333 , 1.5714 , 0.8812 , 0.7170 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 10.5182 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5281 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.6154 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5294 , cls_11 , 0.0000 , 0.1980 , 0.0099 , 5641025.6410 , 2.5385 , 0.7557 , 0.6837 , 0.5299 , 0.0000 , 0.0000 , 0.0000 , 35.4255 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5296 , cls_11 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 16.3860 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5297 , cls_11 , 0.0000 , 0.1500 , 0.0088 , 5747126.4368 , 2.2727 , 0.7959 , 0.7160 , 0.5115 , 0.0000 , 0.0000 , 0.0000 , 23.0335 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5298 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.6951 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5299 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6231 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5308 , cls_11 , 0.0000 , 0.1020 , 0.0065 , 6666666.6667 , 1.8889 , 0.8353 , 0.7075 , 0.4608 , 0.0000 , 0.0000 , 0.0000 , 12.7116 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5332 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 14.1085 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5335 , cls_11 , 0.0000 , 0.0480 , 0.0043 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.8990 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5339 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8765 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5346 , cls_11 , 0.0000 , 0.0720 , 0.0054 , 8000000.0000 , 1.7143 , 0.8625 , 0.7598 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 15.7872 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5356 , cls_11 , 0.0000 , 0.1320 , 0.0111 , 5641025.6410 , 2.0000 , 0.8161 , 0.8554 , 0.5192 , 0.0000 , 0.0000 , 0.0000 , 23.4562 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5357 , cls_11 , 0.0000 , 0.1980 , 0.0110 , 3928571.4286 , 2.2000 , 0.7917 , 0.7148 , 0.6726 , 0.0000 , 0.0000 , 0.0000 , 18.5726 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5361 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1041 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5366 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 7619047.6190 , 1.3333 , 0.9145 , 0.6572 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 8.4494 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5371 , cls_11 , 0.0000 , 0.6360 , 0.0230 , 3113069.0162 , 3.4194 , 0.5938 , 0.6838 , 0.7401 , 0.0000 , 0.0000 , 0.0000 , 52.1422 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5377 , cls_11 , 0.0000 , 0.0660 , 0.0046 , 5238095.2381 , 1.3750 , 0.9142 , 0.4757 , 0.5595 , 0.0000 , 0.0000 , 0.0000 , 3.6773 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5378 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 6.6080 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5388 , cls_11 , 0.0000 , 0.0660 , 0.0046 , 6111111.1111 , 1.5714 , 0.8988 , 0.5506 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.2972 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5397 , cls_11 , 0.0000 , 0.0540 , 0.0042 , 6666666.6667 , 1.5000 , 0.9139 , 0.7205 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 4.5498 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5407 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.0408 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5417 , cls_11 , 0.0000 , 0.1920 , 0.0119 , 4637681.1594 , 2.2857 , 0.7796 , 0.7756 , 0.6123 , 0.0000 , 0.0000 , 0.0000 , 98.4303 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5431 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.1720 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5435 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.0055 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5438 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2559 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5447 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 53.0543 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5456 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.1093 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5459 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.4468 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5475 , cls_11 , 0.0000 , 0.0900 , 0.0064 , 5000000.0000 , 1.6667 , 0.8801 , 0.7170 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 8.8717 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5478 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.2119 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5483 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 43.6112 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5485 , cls_11 , 0.0000 , 0.1620 , 0.0116 , 3272727.2727 , 1.8000 , 0.8426 , 0.7704 , 0.7242 , 0.0000 , 0.0000 , 0.0000 , 56.8164 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5489 , cls_11 , 0.0000 , 0.0900 , 0.0064 , 5263157.8947 , 1.6667 , 0.8749 , 0.6686 , 0.5614 , 0.0000 , 0.0000 , 0.0000 , 11.4141 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5494 , cls_11 , 0.0000 , 0.0720 , 0.0051 , 10000000.0000 , 2.0000 , 0.8423 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.3358 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5509 , cls_11 , 0.0000 , 0.1140 , 0.0091 , 5757575.7576 , 1.9000 , 0.8345 , 0.8342 , 0.5076 , 0.0000 , 0.0000 , 0.0000 , 43.8825 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5516 , cls_11 , 0.0000 , 0.4680 , 0.0197 , 3537414.9660 , 3.1200 , 0.6474 , 0.7625 , 0.7075 , 0.0000 , 0.0000 , 0.0000 , 36.1684 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5525 , cls_11 , 0.0000 , 0.1260 , 0.0080 , 4375000.0000 , 1.7500 , 0.8483 , 0.6740 , 0.6406 , 0.0000 , 0.0000 , 0.0000 , 10.1710 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5535 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.6109 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5536 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.3699 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5541 , cls_11 , 0.0000 , 0.2160 , 0.0125 , 4615384.6154 , 2.4000 , 0.7614 , 0.7963 , 0.6186 , 0.0000 , 0.0000 , 0.0000 , 17.7945 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5546 , cls_11 , 0.0000 , 0.1620 , 0.0095 , 3600000.0000 , 1.8000 , 0.8322 , 0.5026 , 0.6967 , 0.0000 , 0.0000 , 0.0000 , 66.3364 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5553 , cls_11 , 0.0000 , 0.0480 , 0.0035 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 24.4546 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5562 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 3.5470 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5564 , cls_11 , 0.0000 , 0.0480 , 0.0032 , 8888888.8889 , 1.6000 , 0.9002 , 0.5506 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.3570 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5565 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8796 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5566 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1425 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5579 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 9.0481 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5582 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.0341 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5590 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3021 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5599 , cls_11 , 0.0000 , 0.0540 , 0.0037 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.4835 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5607 , cls_11 , 0.0000 , 0.6720 , 0.0241 , 4080145.7195 , 4.0000 , 0.5567 , 0.8110 , 0.6794 , 0.0000 , 0.0000 , 0.0000 , 33.5380 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5611 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 15.7618 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5614 , cls_11 , 0.0000 , 0.0540 , 0.0041 , 5454545.4545 , 1.2857 , 0.9338 , 0.5170 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 6.6179 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5619 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.7634 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5621 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.7645 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5632 , cls_11 , 0.0000 , 0.3180 , 0.0174 , 3099415.2047 , 2.4091 , 0.7358 , 0.7881 , 0.7442 , 0.0000 , 0.0000 , 0.0000 , 32.3507 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5635 , cls_11 , 0.0000 , 0.1800 , 0.0119 , 3636363.6364 , 2.0000 , 0.8149 , 0.7940 , 0.6909 , 0.0000 , 0.0000 , 0.0000 , 9.9200 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5648 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.2627 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5653 , cls_11 , 0.0000 , 0.1140 , 0.0081 , 6333333.3333 , 2.1111 , 0.8252 , 0.7963 , 0.4917 , 0.0000 , 0.0000 , 0.0000 , 3.4780 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5661 , cls_11 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 68.4619 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5662 , cls_11 , 0.0000 , 0.2160 , 0.0107 , 5581395.3488 , 2.5714 , 0.7430 , 0.7329 , 0.5504 , 0.0000 , 0.0000 , 0.0000 , 49.0672 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5665 , cls_11 , 0.0000 , 0.1260 , 0.0087 , 3500000.0000 , 1.6154 , 0.8721 , 0.6512 , 0.7083 , 0.0000 , 0.0000 , 0.0000 , 3.6197 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5667 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 19.0338 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5712 , cls_11 , 0.0000 , 0.2040 , 0.0093 , 7083333.3333 , 2.8333 , 0.7301 , 0.7026 , 0.4427 , 0.0000 , 0.0000 , 0.0000 , 65.1966 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5718 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5744 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5720 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6257 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5736 , cls_11 , 0.0000 , 0.0540 , 0.0042 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 5.1764 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5754 , cls_11 , 0.0000 , 0.1200 , 0.0073 , 7017543.8596 , 2.2222 , 0.8085 , 0.7282 , 0.4561 , 0.0000 , 0.0000 , 0.0000 , 70.2529 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5766 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5888 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5778 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 55.5748 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5785 , cls_11 , 0.0000 , 0.0540 , 0.0052 , 7500000.0000 , 1.5000 , 0.9026 , 0.8078 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 23.5724 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5797 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.6681 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5798 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.9762 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5802 , cls_11 , 0.0000 , 0.0720 , 0.0066 , 7272727.2727 , 1.7143 , 0.8714 , 0.8352 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 48.0288 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5810 , cls_11 , 0.0000 , 0.3660 , 0.0185 , 5495495.4955 , 3.3889 , 0.6539 , 0.8723 , 0.5338 , 0.0000 , 0.0000 , 0.0000 , 22.2171 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5823 , cls_11 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 16.8779 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5830 , cls_11 , 0.0000 , 0.1560 , 0.0092 , 4561403.5088 , 2.0000 , 0.8130 , 0.6220 , 0.6009 , 0.0000 , 0.0000 , 0.0000 , 25.6793 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5835 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 11.7490 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5859 , cls_11 , 0.0000 , 0.0660 , 0.0048 , 4313725.4902 , 1.2222 , 0.9344 , 0.4589 , 0.6471 , 0.0000 , 0.0000 , 0.0000 , 31.1104 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5863 , cls_11 , 0.0000 , 0.2520 , 0.0120 , 5714285.7143 , 3.0000 , 0.7156 , 0.7177 , 0.5272 , 0.0000 , 0.0000 , 0.0000 , 25.8796 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5866 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 22.9228 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5868 , cls_11 , 0.0000 , 0.0480 , 0.0034 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 4.4753 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5872 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.2969 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5879 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.4432 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5882 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 13.0374 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5887 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 21.5213 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5903 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.4107 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5905 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.1153 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5909 , cls_11 , 0.0000 , 0.2220 , 0.0115 , 4743589.7436 , 2.4667 , 0.7542 , 0.7644 , 0.6058 , 0.0000 , 0.0000 , 0.0000 , 16.8322 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5910 , cls_11 , 0.0000 , 0.0660 , 0.0039 , 9166666.6667 , 1.8333 , 0.8606 , 0.5926 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 39.8178 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5911 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 18.8437 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5914 , cls_11 , 0.0000 , 0.0660 , 0.0045 , 5238095.2381 , 1.3750 , 0.9142 , 0.4757 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 25.5061 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5919 , cls_11 , 0.0000 , 0.0600 , 0.0040 , 8333333.3333 , 1.6667 , 0.8805 , 0.6082 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 21.0138 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5928 , cls_11 , 0.0000 , 0.1380 , 0.0078 , 6969696.9697 , 2.3000 , 0.7897 , 0.7585 , 0.4924 , 0.0000 , 0.0000 , 0.0000 , 62.2860 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5943 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 32.4209 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5945 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.2429 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5946 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2612 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5956 , cls_11 , 0.0000 , 0.1560 , 0.0101 , 2587064.6766 , 1.5294 , 0.8752 , 0.5580 , 0.7761 , 0.0000 , 0.0000 , 0.0000 , 60.9770 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5957 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 73.0745 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5960 , cls_11 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.7215 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 9.8079 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5964 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 43.4142 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5967 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 12.4978 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5972 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.9384 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5974 , cls_11 , 0.0000 , 0.1500 , 0.0096 , 6172839.5062 , 2.2727 , 0.7891 , 0.7851 , 0.4938 , 0.0000 , 0.0000 , 0.0000 , 28.4317 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5977 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.0684 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5992 , cls_11 , 0.0000 , 0.9240 , 0.0296 , 4156545.2092 , 4.8125 , 0.4797 , 0.8255 , 0.6572 , 0.0000 , 0.0000 , 0.0000 , 31.7556 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5993 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 69.2227 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5996 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 22.5553 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6000 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 16.0498 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6002 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 9523809.5238 , 1.6667 , 0.8684 , 0.8019 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 15.0663 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6007 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.2492 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6008 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.3396 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6010 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.8901 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6016 , cls_11 , 0.0000 , 0.0840 , 0.0070 , 3333333.3333 , 1.2727 , 0.9325 , 0.5806 , 0.7143 , 0.0000 , 0.0000 , 0.0000 , 5.4571 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6018 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.7036 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6031 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.8985 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6033 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0311 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6035 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.7382 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6041 , cls_11 , 0.0000 , 0.0600 , 0.0042 , 6666666.6667 , 1.4286 , 0.9016 , 0.6255 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 12.8130 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6048 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 38.1869 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6052 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.1351 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6053 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2924 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6066 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 41.8007 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6070 , cls_11 , 0.0000 , 0.0480 , 0.0041 , 6666666.6667 , 1.3333 , 0.9273 , 0.7247 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 39.5205 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6078 , cls_11 , 0.0000 , 0.3540 , 0.0163 , 3608562.6911 , 2.8095 , 0.7001 , 0.7732 , 0.7064 , 0.0000 , 0.0000 , 0.0000 , 41.0603 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6086 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.5477 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6098 , cls_11 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 9.9369 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6104 , cls_11 , 0.0000 , 0.4080 , 0.0191 , 5528455.2846 , 3.5789 , 0.6331 , 0.8504 , 0.5528 , 0.0000 , 0.0000 , 0.0000 , 27.9146 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6111 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 30.4885 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6114 , cls_11 , 0.0000 , 0.1260 , 0.0085 , 7777777.7778 , 2.3333 , 0.7923 , 0.8166 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.4519 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6127 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 7.7685 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6135 , cls_11 , 0.0000 , 0.2640 , 0.0131 , 5751633.9869 , 2.9333 , 0.7072 , 0.7871 , 0.5425 , 0.0000 , 0.0000 , 0.0000 , 42.9548 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6139 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 13.4311 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6142 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7740 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6150 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.6254 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6153 , cls_11 , 0.0000 , 0.0780 , 0.0051 , 6666666.6667 , 1.6250 , 0.8698 , 0.6322 , 0.4744 , 0.0000 , 0.0000 , 0.0000 , 18.1033 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6160 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 11.8829 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6164 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0329 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6166 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.7873 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6181 , cls_11 , 0.0000 , 0.0600 , 0.0046 , 5555555.5556 , 1.4286 , 0.9196 , 0.6180 , 0.5278 , 0.0000 , 0.0000 , 0.0000 , 7.1399 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6183 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 20.5393 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6194 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.3419 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6213 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 16.9011 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6215 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5107 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6218 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.2176 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6230 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 57.3776 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6240 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 22.6431 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6255 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.7844 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6257 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.1978 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6271 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.9317 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6273 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.5194 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6274 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.8284 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6277 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.4241 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6279 , cls_11 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 6.1103 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6280 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7247 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 5.0045 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6289 , cls_11 , 0.0000 , 0.1200 , 0.0067 , 8333333.3333 , 2.5000 , 0.7928 , 0.7921 , 0.3854 , 0.0000 , 0.0000 , 0.0000 , 12.3413 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6291 , cls_11 , 0.0000 , 0.1020 , 0.0082 , 5396825.3968 , 1.7000 , 0.8559 , 0.7911 , 0.5476 , 0.0000 , 0.0000 , 0.0000 , 21.7419 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6293 , cls_11 , 0.0000 , 0.0900 , 0.0060 , 8333333.3333 , 2.1429 , 0.8309 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 40.2703 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6294 , cls_11 , 0.0000 , 0.1200 , 0.0069 , 5555555.5556 , 2.0000 , 0.8309 , 0.6566 , 0.5486 , 0.0000 , 0.0000 , 0.0000 , 72.9727 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6299 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.4081 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6301 , cls_11 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.5137 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6311 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.5066 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6313 , cls_11 , 0.0000 , 0.1080 , 0.0081 , 8000000.0000 , 2.2500 , 0.8107 , 0.8164 , 0.3222 , 0.0000 , 0.0000 , 0.0000 , 9.1815 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6315 , cls_11 , 0.0000 , 0.1020 , 0.0063 , 6296296.2963 , 1.8889 , 0.8408 , 0.6243 , 0.4907 , 0.0000 , 0.0000 , 0.0000 , 30.8902 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6324 , cls_11 , 0.0000 , 0.0780 , 0.0060 , 7878787.8788 , 1.8571 , 0.8541 , 0.7199 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 7.2427 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6325 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.6242 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6328 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.5097 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6329 , cls_11 , 0.0000 , 0.0660 , 0.0046 , 10476190.4762 , 1.8333 , 0.8487 , 0.6927 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 8.6533 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6347 , cls_11 , 0.0000 , 0.0900 , 0.0069 , 5263157.8947 , 1.6667 , 0.8749 , 0.7312 , 0.5351 , 0.0000 , 0.0000 , 0.0000 , 12.4133 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6372 , cls_11 , 0.0000 , 0.0840 , 0.0075 , 3733333.3333 , 1.4000 , 0.9199 , 0.6718 , 0.6733 , 0.0000 , 0.0000 , 0.0000 , 15.8292 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6373 , cls_11 , 0.0000 , 0.0720 , 0.0045 , 7272727.2727 , 1.7143 , 0.8714 , 0.5170 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 11.0139 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6389 , cls_11 , 0.0000 , 0.0660 , 0.0058 , 10476190.4762 , 1.8333 , 0.8487 , 0.8318 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 7.3613 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6391 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.6400 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6392 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.4534 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6395 , cls_11 , 0.0000 , 0.0960 , 0.0057 , 5925925.9259 , 1.7778 , 0.8547 , 0.6243 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 6.9883 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6400 , cls_11 , 0.0000 , 0.0660 , 0.0053 , 4583333.3333 , 1.3750 , 0.9280 , 0.6156 , 0.6146 , 0.0000 , 0.0000 , 0.0000 , 11.6943 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6401 , cls_11 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 26.5804 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6414 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.1182 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6417 , cls_11 , 0.0000 , 0.0600 , 0.0042 , 6666666.6667 , 1.4286 , 0.9016 , 0.6021 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 23.6085 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6422 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.3903 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6425 , cls_11 , 0.0000 , 0.1260 , 0.0066 , 7000000.0000 , 2.3333 , 0.8020 , 0.7375 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 5.9358 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6431 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1051 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6451 , cls_11 , 0.0000 , 0.0600 , 0.0041 , 7407407.4074 , 1.6667 , 0.8916 , 0.6048 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 13.8329 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6453 , cls_11 , 0.0000 , 0.0540 , 0.0048 , 8571428.5714 , 1.5000 , 0.8902 , 0.7591 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 16.1276 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6460 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.0201 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6465 , cls_11 , 0.0000 , 0.0720 , 0.0049 , 6153846.1538 , 1.5000 , 0.8875 , 0.6322 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 14.5221 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6486 , cls_11 , 0.0000 , 0.0780 , 0.0052 , 6190476.1905 , 1.6250 , 0.8770 , 0.5652 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 29.6542 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6494 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2771 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6498 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5786 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6507 , cls_11 , 0.0000 , 0.1980 , 0.0172 , 4583333.3333 , 2.3571 , 0.7760 , 0.8897 , 0.6042 , 0.0000 , 0.0000 , 0.0000 , 17.4123 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6512 , cls_11 , 0.0000 , 0.1200 , 0.0095 , 4761904.7619 , 1.8182 , 0.8464 , 0.7890 , 0.6071 , 0.0000 , 0.0000 , 0.0000 , 9.7705 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6513 , cls_11 , 0.0000 , 0.1200 , 0.0100 , 4761904.7619 , 1.8182 , 0.8464 , 0.8162 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 9.1833 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6518 , cls_11 , 0.0000 , 0.0720 , 0.0050 , 8888888.8889 , 2.0000 , 0.8529 , 0.7135 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 9.1250 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6520 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 8.6168 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6526 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.2002 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6537 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 26.3990 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6538 , cls_11 , 0.0000 , 0.3960 , 0.0189 , 4230769.2308 , 3.1429 , 0.6632 , 0.8320 , 0.6474 , 0.0000 , 0.0000 , 0.0000 , 26.6743 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6541 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.2338 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6543 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.6962 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6544 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 5454545.4545 , 1.2857 , 0.9338 , 0.4398 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 18.1689 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6547 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.5090 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6573 , cls_11 , 0.0000 , 0.3240 , 0.0125 , 5142857.1429 , 3.1765 , 0.6821 , 0.6347 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 10.8638 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6586 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.6299 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6596 , cls_11 , 0.0000 , 0.1740 , 0.0095 , 6666666.6667 , 2.6364 , 0.7599 , 0.7692 , 0.4885 , 0.0000 , 0.0000 , 0.0000 , 14.3047 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6599 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 15.6756 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6609 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 24.2637 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6610 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 32.1714 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6611 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.0894 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6612 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.7115 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6613 , cls_11 , 0.0000 , 0.2460 , 0.0148 , 3904761.9048 , 2.4118 , 0.7568 , 0.7883 , 0.6714 , 0.0000 , 0.0000 , 0.0000 , 22.4507 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6614 , cls_11 , 0.0000 , 0.1320 , 0.0083 , 5641025.6410 , 2.0000 , 0.8161 , 0.6587 , 0.5256 , 0.0000 , 0.0000 , 0.0000 , 23.2815 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6618 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.6128 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6635 , cls_11 , 0.0000 , 0.0780 , 0.0049 , 6666666.6667 , 1.6250 , 0.8698 , 0.6322 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 36.1248 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6646 , cls_11 , 0.0000 , 0.0780 , 0.0049 , 6666666.6667 , 1.6250 , 0.8698 , 0.5963 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 4.8553 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6648 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 11.8821 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6649 , cls_11 , 0.0000 , 0.0960 , 0.0059 , 8205128.2051 , 2.0000 , 0.8239 , 0.6689 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.9697 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6652 , cls_11 , 0.0000 , 0.0900 , 0.0071 , 4347826.0870 , 1.5000 , 0.8946 , 0.6746 , 0.6304 , 0.0000 , 0.0000 , 0.0000 , 3.9040 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6655 , cls_11 , 0.0000 , 0.4380 , 0.0150 , 5347985.3480 , 3.6500 , 0.6224 , 0.7014 , 0.5788 , 0.0000 , 0.0000 , 0.0000 , 11.8721 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6668 , cls_11 , 0.0000 , 0.0720 , 0.0059 , 7272727.2727 , 1.7143 , 0.8714 , 0.7585 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 13.1094 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6671 , cls_11 , 0.0000 , 0.0540 , 0.0045 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 8.7329 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6672 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6907 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6681 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.4372 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6693 , cls_11 , 0.0000 , 0.1920 , 0.0111 , 5925925.9259 , 2.6667 , 0.7559 , 0.8041 , 0.5093 , 0.0000 , 0.0000 , 0.0000 , 38.9044 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6702 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.9239 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6721 , cls_11 , 0.0000 , 0.0480 , 0.0041 , 4444444.4444 , 1.1429 , 0.9685 , 0.5506 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 3.9874 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6731 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.1212 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6733 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 6060606.0606 , 1.4286 , 0.9110 , 0.7357 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 10.7849 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6737 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.3850 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6740 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.3691 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6752 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 5185185.1852 , 1.1667 , 0.9673 , 0.4270 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 13.0685 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6761 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 32.4185 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6762 , cls_11 , 0.0000 , 0.0780 , 0.0062 , 7878787.8788 , 1.8571 , 0.8541 , 0.8352 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 8.8704 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6764 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.7004 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6770 , cls_11 , 0.0000 , 0.0840 , 0.0072 , 6666666.6667 , 1.7500 , 0.8605 , 0.7826 , 0.4405 , 0.0000 , 0.0000 , 0.0000 , 37.2521 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6778 , cls_11 , 0.0000 , 0.0720 , 0.0054 , 6666666.6667 , 1.7143 , 0.8797 , 0.6605 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 4.5275 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6781 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.2594 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6782 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4714 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6787 , cls_11 , 0.0000 , 0.0480 , 0.0042 , 6666666.6667 , 1.3333 , 0.9273 , 0.6817 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.6022 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6798 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 48.5413 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6799 , cls_11 , 0.0000 , 1.0620 , 0.0462 , 3699059.5611 , 4.9167 , 0.4531 , 0.9011 , 0.6949 , 0.0000 , 0.0000 , 0.0000 , 56.3247 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6830 , cls_11 , 0.0000 , 0.0540 , 0.0051 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 12.9491 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6831 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6000 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6838 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5600 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6839 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 6000000.0000 , 1.2857 , 0.9243 , 0.6817 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 10.1596 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6843 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 31.8053 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6849 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 21.6664 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6851 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 5454545.4545 , 1.2857 , 0.9338 , 0.6584 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 6.9821 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6853 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 28.0339 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6857 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 25.2124 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6861 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 70.0396 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6870 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.2167 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6878 , cls_11 , 0.0000 , 0.1500 , 0.0085 , 7246376.8116 , 2.5000 , 0.7741 , 0.6981 , 0.4275 , 0.0000 , 0.0000 , 0.0000 , 8.4430 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6879 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.7028 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6881 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.0211 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6886 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 21.8052 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6889 , cls_11 , 0.0000 , 0.0720 , 0.0046 , 8000000.0000 , 1.7143 , 0.8625 , 0.6255 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 16.9430 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6893 , cls_11 , 0.0000 , 0.3840 , 0.0162 , 6095238.0952 , 3.7647 , 0.6359 , 0.8576 , 0.5310 , 0.0000 , 0.0000 , 0.0000 , 22.0794 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6898 , cls_11 , 0.0000 , 0.0720 , 0.0069 , 8888888.8889 , 2.0000 , 0.8529 , 0.8603 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 5.3405 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6916 , cls_11 , 0.0000 , 0.0780 , 0.0047 , 7878787.8788 , 1.8571 , 0.8541 , 0.6498 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 4.9802 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6919 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0622 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6923 , cls_11 , 0.0000 , 0.0780 , 0.0056 , 7878787.8788 , 1.8571 , 0.8541 , 0.5881 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 14.0729 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6924 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 10.3127 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6925 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.9788 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6926 , cls_11 , 0.0000 , 0.3120 , 0.0157 , 4502164.5022 , 2.8889 , 0.7014 , 0.7999 , 0.6234 , 0.0000 , 0.0000 , 0.0000 , 24.9465 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6943 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.5844 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6960 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.7426 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6963 , cls_11 , 0.0000 , 0.0900 , 0.0068 , 9090909.0909 , 2.1429 , 0.8230 , 0.8081 , 0.3030 , 0.0000 , 0.0000 , 0.0000 , 15.3735 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6966 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.4434 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6968 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.2078 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6982 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2811 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6986 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9481 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6990 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 26.9269 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6997 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.3073 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7016 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6279 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7017 , cls_11 , 0.0000 , 0.1380 , 0.0082 , 4791666.6667 , 1.9167 , 0.8259 , 0.6082 , 0.5990 , 0.0000 , 0.0000 , 0.0000 , 35.1879 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7024 , cls_11 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 9.9531 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7039 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.9747 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7041 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8216 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7045 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.9641 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7048 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 8.5908 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7049 , cls_11 , 0.0000 , 0.3840 , 0.0208 , 3440860.2151 , 2.7826 , 0.6894 , 0.8075 , 0.7177 , 0.0000 , 0.0000 , 0.0000 , 28.3011 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7081 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.3718 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7085 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.9249 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7086 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.8073 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7091 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0999 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7092 , cls_11 , 0.0000 , 0.1860 , 0.0102 , 5585585.5856 , 2.3846 , 0.7664 , 0.7839 , 0.5495 , 0.0000 , 0.0000 , 0.0000 , 12.2828 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7100 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.6001 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7101 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 5.9365 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7105 , cls_11 , 0.0000 , 0.0600 , 0.0045 , 5128205.1282 , 1.2500 , 0.9278 , 0.5862 , 0.5897 , 0.0000 , 0.0000 , 0.0000 , 5.1961 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7108 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.2030 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7110 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9593 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7126 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8084 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7144 , cls_11 , 0.0000 , 0.0720 , 0.0066 , 8888888.8889 , 2.0000 , 0.8529 , 0.8430 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 7.1172 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7146 , cls_11 , 0.0000 , 0.1260 , 0.0080 , 6666666.6667 , 2.1000 , 0.8066 , 0.7695 , 0.4683 , 0.0000 , 0.0000 , 0.0000 , 19.1927 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7147 , cls_11 , 0.0000 , 0.0840 , 0.0059 , 4666666.6667 , 1.5556 , 0.8961 , 0.6817 , 0.6083 , 0.0000 , 0.0000 , 0.0000 , 7.8725 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7151 , cls_11 , 0.0000 , 0.0600 , 0.0040 , 6666666.6667 , 1.4286 , 0.9016 , 0.4907 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 8.3669 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7154 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.2318 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7165 , cls_11 , 0.0000 , 0.0540 , 0.0041 , 6666666.6667 , 1.5000 , 0.9139 , 0.6903 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 21.5430 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7171 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 5.6699 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7181 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 19.8385 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7185 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.0133 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7186 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.2329 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7191 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 5.9281 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7199 , cls_11 , 0.0000 , 0.0720 , 0.0054 , 4210526.3158 , 1.3333 , 0.9263 , 0.6731 , 0.6491 , 0.0000 , 0.0000 , 0.0000 , 26.6507 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7200 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.9900 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7208 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7660 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7210 , cls_11 , 0.0000 , 0.0720 , 0.0058 , 5714285.7143 , 1.5000 , 0.8948 , 0.6637 , 0.5119 , 0.0000 , 0.0000 , 0.0000 , 31.2856 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7211 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.4755 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7216 , cls_11 , 0.0000 , 0.1560 , 0.0100 , 5416666.6667 , 2.1667 , 0.7959 , 0.8012 , 0.5677 , 0.0000 , 0.0000 , 0.0000 , 13.2510 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7217 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.0456 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7219 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.0595 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7221 , cls_11 , 0.0000 , 0.1500 , 0.0089 , 6944444.4444 , 2.5000 , 0.7780 , 0.7555 , 0.4514 , 0.0000 , 0.0000 , 0.0000 , 22.1446 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7238 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.1523 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7243 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 37.0247 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7251 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4120 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7256 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.3208 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7257 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8029 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7258 , cls_11 , 0.0000 , 0.8400 , 0.0297 , 5333333.3333 , 5.1852 , 0.4837 , 0.8363 , 0.5648 , 0.0000 , 0.0000 , 0.0000 , 90.0799 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7268 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.3923 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7269 , cls_11 , 0.0000 , 0.1920 , 0.0093 , 5765765.7658 , 2.4615 , 0.7584 , 0.6561 , 0.5450 , 0.0000 , 0.0000 , 0.0000 , 34.0414 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7271 , cls_11 , 0.0000 , 0.0960 , 0.0063 , 6274509.8039 , 1.7778 , 0.8491 , 0.6994 , 0.4902 , 0.0000 , 0.0000 , 0.0000 , 13.6947 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7280 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 37.7733 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7300 , cls_11 , 0.0000 , 0.8580 , 0.0290 , 3310185.1852 , 4.2059 , 0.5170 , 0.6924 , 0.7228 , 0.0000 , 0.0000 , 0.0000 , 89.2441 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7313 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.7721 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7323 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.8627 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7324 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.8437 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7334 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4446 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7351 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.3379 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7357 , cls_11 , 0.0000 , 0.1320 , 0.0082 , 3859649.1228 , 1.6923 , 0.8549 , 0.5435 , 0.6842 , 0.0000 , 0.0000 , 0.0000 , 31.3105 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7359 , cls_11 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 6.1091 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7361 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5609 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7362 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.7363 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7363 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 11.5099 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7366 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.6419 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 7.7537 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7367 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7488 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7372 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 43.2305 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7379 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 17.2496 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7381 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 31.6406 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7386 , cls_11 , 0.0000 , 0.0480 , 0.0040 , 4848484.8485 , 1.1429 , 0.9594 , 0.5881 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 12.3581 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7389 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.8439 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7393 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0033 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7396 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 12.1681 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7412 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 27.0280 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7417 , cls_11 , 0.0000 , 0.0480 , 0.0033 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.6239 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7431 , cls_11 , 0.0000 , 0.1260 , 0.0088 , 6086956.5217 , 2.1000 , 0.8152 , 0.8170 , 0.5217 , 0.0000 , 0.0000 , 0.0000 , 13.9365 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7432 , cls_11 , 0.0000 , 0.2580 , 0.0151 , 4154589.3720 , 2.5294 , 0.7424 , 0.8012 , 0.6498 , 0.0000 , 0.0000 , 0.0000 , 8.8980 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7436 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4518 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7438 , cls_11 , 0.0000 , 0.0900 , 0.0075 , 6250000.0000 , 1.8750 , 0.8579 , 0.7736 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 11.1985 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7439 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 14.7466 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7449 , cls_11 , 0.0000 , 0.4380 , 0.0193 , 4506172.8395 , 3.4762 , 0.6378 , 0.8116 , 0.6265 , 0.0000 , 0.0000 , 0.0000 , 17.2171 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7450 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 16.6627 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7455 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.4749 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7457 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.7120 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7460 , cls_11 , 0.0000 , 0.0480 , 0.0039 , 5925925.9259 , 1.3333 , 0.9389 , 0.6630 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 13.9669 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7466 , cls_11 , 0.0000 , 0.0600 , 0.0064 , 6666666.6667 , 1.4286 , 0.9016 , 0.8128 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 8.4064 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7467 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.3074 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7480 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 11.7367 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7482 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6184 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7484 , cls_11 , 0.0000 , 0.0540 , 0.0051 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 17.8412 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7501 , cls_11 , 0.0000 , 0.2580 , 0.0142 , 5972222.2222 , 3.0714 , 0.7076 , 0.8302 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 27.4322 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7506 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.0372 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7508 , cls_11 , 0.0000 , 0.2280 , 0.0138 , 5390070.9220 , 2.7143 , 0.7376 , 0.7870 , 0.5638 , 0.0000 , 0.0000 , 0.0000 , 30.6384 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7515 , cls_11 , 0.0000 , 0.2280 , 0.0119 , 7676767.6768 , 3.1667 , 0.7054 , 0.8099 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 21.7351 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7516 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.6359 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7517 , cls_11 , 0.0000 , 0.1020 , 0.0067 , 6666666.6667 , 1.8889 , 0.8353 , 0.7857 , 0.4510 , 0.0000 , 0.0000 , 0.0000 , 16.8454 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7518 , cls_11 , 0.0000 , 0.1260 , 0.0078 , 4117647.0588 , 1.7500 , 0.8546 , 0.6618 , 0.6569 , 0.0000 , 0.0000 , 0.0000 , 11.0969 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7522 , cls_11 , 0.0000 , 0.1320 , 0.0112 , 6376811.5942 , 2.2000 , 0.8043 , 0.8895 , 0.4638 , 0.0000 , 0.0000 , 0.0000 , 7.5544 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7523 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7217 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7531 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 11.8331 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7532 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 26.9956 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7535 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.3921 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7536 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.1341 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7539 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 27.6124 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7542 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.4779 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7543 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.2952 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7544 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 12.8553 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7545 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 16.0250 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7549 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.9653 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7550 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 14.2025 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7551 , cls_11 , 0.0000 , 0.1200 , 0.0073 , 4938271.6049 , 1.8182 , 0.8427 , 0.5703 , 0.5864 , 0.0000 , 0.0000 , 0.0000 , 12.6484 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7570 , cls_11 , 0.0000 , 0.0960 , 0.0065 , 5079365.0794 , 1.6000 , 0.8700 , 0.6739 , 0.5794 , 0.0000 , 0.0000 , 0.0000 , 22.4579 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7572 , cls_11 , 0.0000 , 0.0900 , 0.0064 , 7692307.6923 , 1.8750 , 0.8382 , 0.7146 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 29.7542 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7581 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.6048 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 5.7355 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7583 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.9944 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7586 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 54.9896 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7591 , cls_11 , 0.0000 , 0.1560 , 0.0117 , 4952380.9524 , 2.1667 , 0.8047 , 0.8318 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 36.3052 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7597 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.4317 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7598 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0478 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7602 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.6989 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7609 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.7041 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7613 , cls_11 , 0.0000 , 0.0960 , 0.0059 , 8205128.2051 , 2.0000 , 0.8239 , 0.7146 , 0.3462 , 0.0000 , 0.0000 , 0.0000 , 15.1597 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7619 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 4444444.4444 , 1.2500 , 0.9427 , 0.5342 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 22.5558 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7620 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.2547 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7622 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 12000000.0000 , 1.8000 , 0.8603 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5442 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7623 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.0867 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7624 , cls_11 , 0.0000 , 0.0720 , 0.0046 , 6666666.6667 , 1.7143 , 0.8797 , 0.7062 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 6.8096 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7631 , cls_11 , 0.0000 , 0.1680 , 0.0132 , 4912280.7018 , 2.1538 , 0.7944 , 0.8278 , 0.5789 , 0.0000 , 0.0000 , 0.0000 , 24.4334 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7632 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 21.7660 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7639 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.4117 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7666 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.7816 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7667 , cls_11 , 0.0000 , 0.1980 , 0.0126 , 4680851.0638 , 2.3571 , 0.7739 , 0.8383 , 0.6099 , 0.0000 , 0.0000 , 0.0000 , 80.5810 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7668 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 19.5221 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7669 , cls_11 , 0.0000 , 0.0840 , 0.0050 , 9333333.3333 , 2.0000 , 0.8294 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 17.2434 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7670 , cls_11 , 0.0000 , 0.1080 , 0.0068 , 8000000.0000 , 2.2500 , 0.8107 , 0.7419 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 9.8554 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7671 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.5253 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7675 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.5816 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7679 , cls_11 , 0.0000 , 0.1500 , 0.0101 , 6944444.4444 , 2.5000 , 0.7780 , 0.8487 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.5083 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7680 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 49.2101 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7684 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 15.2921 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7687 , cls_11 , 0.0000 , 0.3540 , 0.0163 , 5462962.9630 , 3.4706 , 0.6605 , 0.7731 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 17.9129 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7692 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 10.5176 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7700 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 16.7320 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7707 , cls_11 , 0.0000 , 0.0480 , 0.0046 , 7619047.6190 , 1.3333 , 0.9145 , 0.7772 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.2324 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7708 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.1443 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7717 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 39.0992 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7718 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 14.5927 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7740 , cls_11 , 0.0000 , 0.0480 , 0.0041 , 6666666.6667 , 1.3333 , 0.9273 , 0.7247 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 12.5030 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7741 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7890 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7742 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.4345 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7748 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 77.5026 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7749 , cls_11 , 0.0000 , 0.4800 , 0.0171 , 4134366.9251 , 3.4783 , 0.6274 , 0.6773 , 0.6537 , 0.0000 , 0.0000 , 0.0000 , 39.2556 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7762 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 27.9907 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7764 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 10.2210 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7779 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.2280 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7795 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.2325 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7798 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.8847 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7807 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 48.3251 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7810 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 16.1760 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7812 , cls_11 , 0.0000 , 0.0540 , 0.0044 , 4285714.2857 , 1.1250 , 0.9589 , 0.4757 , 0.6310 , 0.0000 , 0.0000 , 0.0000 , 6.5279 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7819 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.0289 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7822 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 39.3974 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7832 , cls_11 , 0.0000 , 0.0780 , 0.0055 , 5777777.7778 , 1.6250 , 0.8838 , 0.6707 , 0.5444 , 0.0000 , 0.0000 , 0.0000 , 35.3165 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7834 , cls_11 , 0.0000 , 0.1080 , 0.0081 , 6000000.0000 , 2.0000 , 0.8378 , 0.7963 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 16.2813 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7849 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 10.0899 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7855 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.8732 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7862 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.8378 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7868 , cls_11 , 0.0000 , 0.0600 , 0.0056 , 7407407.4074 , 1.6667 , 0.8916 , 0.7708 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 70.2782 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7869 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.6967 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7872 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.8765 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7881 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 17.1488 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7894 , cls_11 , 0.0000 , 0.0480 , 0.0040 , 5925925.9259 , 1.3333 , 0.9389 , 0.6630 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.8806 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7899 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 5.7862 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7902 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.6478 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7905 , cls_11 , 0.0000 , 1.1820 , 0.0293 , 4741275.5716 , 5.7941 , 0.4068 , 0.6808 , 0.6209 , 0.0000 , 0.0000 , 0.0000 , 29.6601 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7906 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.6933 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7907 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 8.6886 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7908 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.2045 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7913 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.8406 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7914 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.5374 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7915 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.3287 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7916 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.8595 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7928 , cls_11 , 0.0000 , 0.0780 , 0.0071 , 3939393.9394 , 1.3000 , 0.9235 , 0.6888 , 0.6439 , 0.0000 , 0.0000 , 0.0000 , 34.1775 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7929 , cls_11 , 0.0000 , 0.3600 , 0.0160 , 4597701.1494 , 3.1579 , 0.6733 , 0.8431 , 0.6322 , 0.0000 , 0.0000 , 0.0000 , 64.8396 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7937 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.6327 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7948 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.7799 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7949 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3199 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7950 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 8.6581 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7955 , cls_11 , 0.0000 , 0.2220 , 0.0107 , 4484848.4848 , 2.4667 , 0.7598 , 0.6697 , 0.6515 , 0.0000 , 0.0000 , 0.0000 , 29.9751 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7958 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.4732 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7974 , cls_11 , 0.0000 , 0.0720 , 0.0069 , 7272727.2727 , 1.7143 , 0.8714 , 0.8292 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 14.2009 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7976 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 10.9191 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7980 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.2907 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7981 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 64.5853 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7983 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 62.5286 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7998 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 5.6545 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8012 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.2721 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8018 , cls_11 , 0.0000 , 0.0600 , 0.0041 , 9523809.5238 , 1.6667 , 0.8684 , 0.6927 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 23.9253 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8029 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.2173 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8030 , cls_11 , 0.0000 , 0.0720 , 0.0058 , 6153846.1538 , 1.5000 , 0.8875 , 0.7733 , 0.4872 , 0.0000 , 0.0000 , 0.0000 , 15.6232 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8032 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 33.7865 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8038 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3937 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8052 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.4302 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8053 , cls_11 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 8.3692 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8058 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 17.1572 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8066 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.1245 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8073 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.1104 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8077 , cls_11 , 0.0000 , 0.0960 , 0.0063 , 4444444.4444 , 1.6000 , 0.8838 , 0.5506 , 0.6458 , 0.0000 , 0.0000 , 0.0000 , 10.7279 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8084 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6783 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8085 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.1644 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8099 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 17.9615 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8106 , cls_11 , 0.0000 , 0.0420 , 0.0039 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 10.9255 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8107 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.5546 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8108 , cls_11 , 0.0000 , 0.0540 , 0.0040 , 6000000.0000 , 1.2857 , 0.9243 , 0.6021 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 7.6655 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8109 , cls_11 , 0.0000 , 0.0540 , 0.0038 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 15.4588 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8110 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.1923 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8112 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1637 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8113 , cls_11 , 0.0000 , 0.0480 , 0.0045 , 5925925.9259 , 1.3333 , 0.9389 , 0.7135 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 6.7893 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8114 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.3938 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8117 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 6666666.6667 , 1.4286 , 0.9016 , 0.7598 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 26.6098 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8149 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3509 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8157 , cls_11 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 8.5130 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8170 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 16.9379 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8201 , cls_11 , 0.0000 , 0.1500 , 0.0087 , 6666666.6667 , 2.5000 , 0.7818 , 0.8011 , 0.4733 , 0.0000 , 0.0000 , 0.0000 , 22.7823 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8210 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.3854 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8217 , cls_11 , 0.0000 , 0.0660 , 0.0053 , 10476190.4762 , 1.8333 , 0.8487 , 0.8019 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 24.7288 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8221 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5993 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8226 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 26.8255 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8229 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.4019 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8230 , cls_11 , 0.0000 , 0.3540 , 0.0183 , 4682539.6825 , 3.1053 , 0.6747 , 0.8355 , 0.6171 , 0.0000 , 0.0000 , 0.0000 , 12.9307 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8232 , cls_11 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.0218 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8235 , cls_11 , 0.0000 , 0.0720 , 0.0049 , 6153846.1538 , 1.5000 , 0.8875 , 0.6322 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.2850 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8238 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 65.8125 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8240 , cls_11 , 0.0000 , 0.1500 , 0.0123 , 3623188.4058 , 1.7857 , 0.8430 , 0.8241 , 0.6812 , 0.0000 , 0.0000 , 0.0000 , 46.5810 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8247 , cls_11 , 0.0000 , 0.7500 , 0.0229 , 4105090.3120 , 4.3103 , 0.5310 , 0.7468 , 0.6700 , 0.0000 , 0.0000 , 0.0000 , 39.0455 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8249 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.4602 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8251 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.8925 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8260 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.5251 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8261 , cls_11 , 0.0000 , 0.0660 , 0.0050 , 7333333.3333 , 1.5714 , 0.8812 , 0.7170 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 22.1825 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8267 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 87.4161 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8272 , cls_11 , 0.0000 , 0.5220 , 0.0306 , 4496124.0310 , 3.7826 , 0.6026 , 0.8945 , 0.6292 , 0.0000 , 0.0000 , 0.0000 , 27.7352 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8274 , cls_11 , 0.0000 , 0.0900 , 0.0077 , 5263157.8947 , 1.6667 , 0.8749 , 0.7914 , 0.5439 , 0.0000 , 0.0000 , 0.0000 , 21.9496 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8287 , cls_11 , 0.0000 , 0.1800 , 0.0098 , 5000000.0000 , 2.3077 , 0.7822 , 0.6817 , 0.6125 , 0.0000 , 0.0000 , 0.0000 , 14.6869 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8289 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2843 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8290 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.2055 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8301 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 16.5866 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8302 , cls_11 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.3684 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8304 , cls_11 , 0.0000 , 0.0600 , 0.0052 , 7407407.4074 , 1.6667 , 0.8916 , 0.7796 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 14.7404 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8305 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 41.4744 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8307 , cls_11 , 0.0000 , 0.1260 , 0.0102 , 4375000.0000 , 1.7500 , 0.8483 , 0.8012 , 0.6302 , 0.0000 , 0.0000 , 0.0000 , 32.8187 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8308 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 43.1601 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8309 , cls_11 , 0.0000 , 0.1320 , 0.0092 , 3188405.7971 , 1.5714 , 0.8758 , 0.6981 , 0.7246 , 0.0000 , 0.0000 , 0.0000 , 45.9995 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8311 , cls_11 , 0.0000 , 0.5220 , 0.0231 , 3333333.3333 , 3.2222 , 0.6305 , 0.8239 , 0.7270 , 0.0000 , 0.0000 , 0.0000 , 34.8670 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8313 , cls_11 , 0.0000 , 0.1260 , 0.0097 , 4666666.6667 , 1.9091 , 0.8416 , 0.7935 , 0.5944 , 0.0000 , 0.0000 , 0.0000 , 52.8828 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8320 , cls_11 , 0.0000 , 0.0780 , 0.0055 , 5777777.7778 , 1.6250 , 0.8838 , 0.6707 , 0.5111 , 0.0000 , 0.0000 , 0.0000 , 15.3593 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8321 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 12.6878 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8323 , cls_11 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 21.4634 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8324 , cls_11 , 0.0000 , 0.0720 , 0.0050 , 10000000.0000 , 2.0000 , 0.8423 , 0.7453 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 23.5936 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8328 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5055 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8340 , cls_11 , 0.0000 , 0.1020 , 0.0066 , 8717948.7179 , 2.1250 , 0.8105 , 0.7453 , 0.3077 , 0.0000 , 0.0000 , 0.0000 , 76.3825 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8351 , cls_11 , 0.0000 , 0.1320 , 0.0113 , 6111111.1111 , 2.2000 , 0.8083 , 0.8348 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 5.7052 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8354 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3747 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8357 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 71.6365 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8358 , cls_11 , 0.0000 , 0.1140 , 0.0096 , 7037037.0370 , 2.1111 , 0.8153 , 0.8502 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 36.5858 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8359 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.1843 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8360 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.8503 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8365 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.4369 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8366 , cls_11 , 0.0000 , 0.0720 , 0.0070 , 8000000.0000 , 1.7143 , 0.8625 , 0.8408 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 20.6264 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8368 , cls_11 , 0.0000 , 0.0780 , 0.0051 , 7878787.8788 , 1.8571 , 0.8541 , 0.7199 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 28.4185 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8370 , cls_11 , 0.0000 , 0.0540 , 0.0042 , 6666666.6667 , 1.5000 , 0.9139 , 0.6419 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 39.2719 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8378 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.3274 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8386 , cls_11 , 0.0000 , 0.3000 , 0.0144 , 5747126.4368 , 3.1250 , 0.6855 , 0.8502 , 0.5345 , 0.0000 , 0.0000 , 0.0000 , 28.3386 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8392 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2888 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8395 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 21.6141 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8399 , cls_11 , 0.0000 , 0.0540 , 0.0052 , 5454545.4545 , 1.2857 , 0.9338 , 0.6888 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 63.4172 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8415 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 15.4148 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8416 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.4148 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8420 , cls_11 , 0.0000 , 0.2100 , 0.0142 , 3589743.5897 , 2.0588 , 0.7918 , 0.8304 , 0.6974 , 0.0000 , 0.0000 , 0.0000 , 45.7755 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8425 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.9082 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8429 , cls_11 , 0.0000 , 0.0480 , 0.0042 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.1007 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8435 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.6090 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8438 , cls_11 , 0.0000 , 0.0600 , 0.0046 , 4166666.6667 , 1.2500 , 0.9495 , 0.4008 , 0.6563 , 0.0000 , 0.0000 , 0.0000 , 8.5992 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8443 , cls_11 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 15.7414 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8444 , cls_11 , 0.0000 , 0.0960 , 0.0063 , 5614035.0877 , 1.7778 , 0.8600 , 0.6731 , 0.5439 , 0.0000 , 0.0000 , 0.0000 , 20.1087 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8446 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 30.9811 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8460 , cls_11 , 0.0000 , 0.0720 , 0.0064 , 6666666.6667 , 1.7143 , 0.8797 , 0.7753 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 7.8829 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8462 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.9520 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8463 , cls_11 , 0.0000 , 0.1500 , 0.0097 , 3787878.7879 , 1.7857 , 0.8382 , 0.6972 , 0.6742 , 0.0000 , 0.0000 , 0.0000 , 67.0653 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8473 , cls_11 , 0.0000 , 0.0840 , 0.0055 , 9333333.3333 , 2.0000 , 0.8294 , 0.8041 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.0501 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8474 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.1290 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8479 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.5088 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8484 , cls_11 , 0.0000 , 0.0900 , 0.0057 , 7692307.6923 , 1.8750 , 0.8382 , 0.6877 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 15.9850 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8485 , cls_11 , 0.0000 , 0.0540 , 0.0051 , 5000000.0000 , 1.2857 , 0.9427 , 0.7117 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 23.5958 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8489 , cls_11 , 0.0000 , 0.1260 , 0.0089 , 5185185.1852 , 1.9091 , 0.8309 , 0.7472 , 0.5679 , 0.0000 , 0.0000 , 0.0000 , 56.4860 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8491 , cls_11 , 0.0000 , 0.1740 , 0.0112 , 3790849.6732 , 1.9333 , 0.8157 , 0.7761 , 0.6863 , 0.0000 , 0.0000 , 0.0000 , 52.2981 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8494 , cls_11 , 0.0000 , 0.0840 , 0.0061 , 4666666.6667 , 1.5556 , 0.8961 , 0.5825 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 2.4009 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8498 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 9.6692 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8505 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.0513 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8506 , cls_11 , 0.0000 , 0.0660 , 0.0050 , 6666666.6667 , 1.5714 , 0.8903 , 0.7199 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 10.7264 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8507 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5825 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8511 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.3947 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8520 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 3.6084 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8526 , cls_11 , 0.0000 , 0.2040 , 0.0090 , 7311827.9570 , 2.8333 , 0.7272 , 0.7593 , 0.4462 , 0.0000 , 0.0000 , 0.0000 , 27.4285 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8546 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 20.3043 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8547 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 22.1486 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8549 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.8333 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8550 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.4101 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8555 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9672 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8556 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4683 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8560 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.6223 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8562 , cls_11 , 0.0000 , 0.0840 , 0.0059 , 10370370.3704 , 2.3333 , 0.8201 , 0.7838 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 63.8661 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8569 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 40.7530 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8581 , cls_11 , 0.0000 , 0.0840 , 0.0069 , 6666666.6667 , 1.7500 , 0.8605 , 0.8162 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 29.2967 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8582 , cls_11 , 0.0000 , 0.2220 , 0.0132 , 4404761.9048 , 2.4667 , 0.7616 , 0.6831 , 0.6369 , 0.0000 , 0.0000 , 0.0000 , 32.3259 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8584 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.5186 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8585 , cls_11 , 0.0000 , 0.3000 , 0.0154 , 5128205.1282 , 2.9412 , 0.6959 , 0.8294 , 0.5692 , 0.0000 , 0.0000 , 0.0000 , 23.6575 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8587 , cls_11 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 14.5897 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8608 , cls_11 , 0.0000 , 0.1140 , 0.0074 , 6666666.6667 , 2.1111 , 0.8204 , 0.7674 , 0.4474 , 0.0000 , 0.0000 , 0.0000 , 22.4418 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8612 , cls_11 , 0.0000 , 0.1080 , 0.0074 , 6666666.6667 , 2.0000 , 0.8277 , 0.7796 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 18.5552 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8614 , cls_11 , 0.0000 , 0.0480 , 0.0043 , 6666666.6667 , 1.3333 , 0.9273 , 0.7453 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 14.1892 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8615 , cls_11 , 0.0000 , 0.2160 , 0.0112 , 6857142.8571 , 3.0000 , 0.7240 , 0.7983 , 0.4619 , 0.0000 , 0.0000 , 0.0000 , 19.2802 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8617 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.9653 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8620 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.4800 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8641 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 22.9159 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8642 , cls_11 , 0.0000 , 0.5520 , 0.0222 , 5027322.4044 , 4.0000 , 0.5813 , 0.8399 , 0.5792 , 0.0000 , 0.0000 , 0.0000 , 30.0434 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8644 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.4187 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8645 , cls_11 , 0.0000 , 0.1740 , 0.0095 , 6236559.1398 , 2.4167 , 0.7661 , 0.7351 , 0.5054 , 0.0000 , 0.0000 , 0.0000 , 28.6735 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8650 , cls_11 , 0.0000 , 0.6480 , 0.0318 , 3789473.6842 , 3.8571 , 0.5714 , 0.8569 , 0.6886 , 0.0000 , 0.0000 , 0.0000 , 46.1881 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8663 , cls_11 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 76.9656 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8664 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 38.3554 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8669 , cls_11 , 0.0000 , 0.0660 , 0.0054 , 10476190.4762 , 1.8333 , 0.8487 , 0.8019 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 22.1234 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8671 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.4591 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8686 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 48.8257 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8695 , cls_11 , 0.0000 , 0.1200 , 0.0081 , 6060606.0606 , 2.0000 , 0.8224 , 0.8107 , 0.5076 , 0.0000 , 0.0000 , 0.0000 , 75.4640 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8705 , cls_11 , 0.0000 , 0.1140 , 0.0066 , 6333333.3333 , 2.1111 , 0.8252 , 0.6817 , 0.5250 , 0.0000 , 0.0000 , 0.0000 , 10.6349 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8711 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.5593 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 50.8369 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8721 , cls_11 , 0.0000 , 0.1440 , 0.0084 , 4848484.8485 , 2.0000 , 0.8186 , 0.6409 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 25.1887 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8725 , cls_11 , 0.0000 , 0.0780 , 0.0056 , 6190476.1905 , 1.6250 , 0.8770 , 0.7078 , 0.5119 , 0.0000 , 0.0000 , 0.0000 , 64.6636 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8727 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 41.3130 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8739 , cls_11 , 0.0000 , 0.1080 , 0.0107 , 7500000.0000 , 2.2500 , 0.8166 , 0.8855 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 3.5690 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8745 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 22.8999 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8753 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.1871 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8755 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 7619047.6190 , 1.3333 , 0.9145 , 0.6572 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 55.1388 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8757 , cls_11 , 0.0000 , 0.0720 , 0.0056 , 6153846.1538 , 1.5000 , 0.8875 , 0.6877 , 0.4872 , 0.0000 , 0.0000 , 0.0000 , 16.1001 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8763 , cls_11 , 0.0000 , 0.0600 , 0.0050 , 6666666.6667 , 1.4286 , 0.9016 , 0.7170 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.2806 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8776 , cls_11 , 0.0000 , 0.0900 , 0.0068 , 4761904.7619 , 1.5000 , 0.8851 , 0.7429 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 45.9812 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8798 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.1459 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8803 , cls_11 , 0.0000 , 0.2760 , 0.0121 , 5897435.8974 , 3.0667 , 0.6974 , 0.7057 , 0.5449 , 0.0000 , 0.0000 , 0.0000 , 19.8680 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8815 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 10.2728 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8824 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.0648 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8828 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 21.2164 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8834 , cls_11 , 0.0000 , 0.4920 , 0.0172 , 5412541.2541 , 3.9048 , 0.5985 , 0.7473 , 0.5545 , 0.0000 , 0.0000 , 0.0000 , 38.9811 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8835 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.0955 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8836 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8816 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8849 , cls_11 , 0.0000 , 0.0480 , 0.0034 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 8.9053 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8862 , cls_11 , 0.0000 , 0.0780 , 0.0063 , 5777777.7778 , 1.6250 , 0.8838 , 0.7384 , 0.5222 , 0.0000 , 0.0000 , 0.0000 , 9.9791 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8866 , cls_11 , 0.0000 , 0.0660 , 0.0052 , 6666666.6667 , 1.5714 , 0.8903 , 0.7357 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 4.2053 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8869 , cls_11 , 0.0000 , 0.0480 , 0.0042 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 16.7184 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8870 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.9116 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8871 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 10.5936 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8882 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 11.4936 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8894 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 37.8267 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8895 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.4606 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8896 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 22.3887 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8897 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.8271 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8898 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.4834 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8900 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.4178 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8908 , cls_11 , 0.0000 , 0.1140 , 0.0074 , 5757575.7576 , 1.9000 , 0.8345 , 0.7845 , 0.5227 , 0.0000 , 0.0000 , 0.0000 , 7.3193 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8922 , cls_11 , 0.0000 , 0.2100 , 0.0096 , 6481481.4815 , 2.9167 , 0.7335 , 0.6860 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 39.6207 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8923 , cls_11 , 0.0000 , 0.4500 , 0.0183 , 4098360.6557 , 3.2609 , 0.6412 , 0.6924 , 0.6612 , 0.0000 , 0.0000 , 0.0000 , 54.1662 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8936 , cls_11 , 0.0000 , 0.1020 , 0.0059 , 5964912.2807 , 1.8889 , 0.8460 , 0.5435 , 0.5351 , 0.0000 , 0.0000 , 0.0000 , 7.1784 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8938 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 7.8523 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8944 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 8.2292 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8945 , cls_11 , 0.0000 , 0.1020 , 0.0056 , 8717948.7179 , 2.1250 , 0.8105 , 0.7453 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 13.4652 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8946 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.9278 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8947 , cls_11 , 0.0000 , 0.0480 , 0.0042 , 4444444.4444 , 1.1429 , 0.9685 , 0.5506 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 12.6105 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8956 , cls_11 , 0.0000 , 0.1140 , 0.0074 , 4871794.8718 , 1.7273 , 0.8511 , 0.6322 , 0.5962 , 0.0000 , 0.0000 , 0.0000 , 8.7153 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8957 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 8.1591 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8960 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 39.3523 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8963 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 17.7859 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8980 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.6051 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8981 , cls_11 , 0.0000 , 0.0600 , 0.0043 , 6666666.6667 , 1.4286 , 0.9016 , 0.6894 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 3.4981 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8983 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 10.0209 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8987 , cls_11 , 0.0000 , 0.5400 , 0.0255 , 4651162.7907 , 3.9130 , 0.5926 , 0.8579 , 0.6176 , 0.0000 , 0.0000 , 0.0000 , 60.3346 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8988 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 16.5339 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9005 , cls_11 , 0.0000 , 0.1320 , 0.0105 , 4731182.7957 , 1.8333 , 0.8336 , 0.8026 , 0.5914 , 0.0000 , 0.0000 , 0.0000 , 10.1501 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9008 , cls_11 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 5.8856 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9014 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 14.7222 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9016 , cls_11 , 0.0000 , 0.1380 , 0.0086 , 7666666.6667 , 2.5556 , 0.7809 , 0.8256 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 54.2236 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9020 , cls_11 , 0.0000 , 0.2160 , 0.0114 , 4705882.3529 , 2.4000 , 0.7595 , 0.7306 , 0.6340 , 0.0000 , 0.0000 , 0.0000 , 30.5883 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9041 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 19.8079 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9043 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 19.8170 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9062 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.9048 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9063 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.9324 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9065 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0229 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9068 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 8.0581 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9073 , cls_11 , 0.0000 , 0.0840 , 0.0058 , 5185185.1852 , 1.5556 , 0.8853 , 0.6048 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 40.1913 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9074 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 5185185.1852 , 1.1667 , 0.9673 , 0.4270 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 8.4629 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9075 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 9.8937 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9077 , cls_11 , 0.0000 , 0.1320 , 0.0094 , 4190476.1905 , 1.8333 , 0.8462 , 0.7691 , 0.6429 , 0.0000 , 0.0000 , 0.0000 , 31.7214 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9078 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 30.1949 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9079 , cls_11 , 0.0000 , 0.1140 , 0.0098 , 9743589.7436 , 2.3750 , 0.7860 , 0.9105 , 0.2692 , 0.0000 , 0.0000 , 0.0000 , 9.3130 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9097 , cls_11 , 0.0000 , 0.0540 , 0.0052 , 8571428.5714 , 1.5000 , 0.8902 , 0.8318 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 17.7649 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9100 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1753 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9101 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.8139 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9109 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.3433 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9119 , cls_11 , 0.0000 , 0.0480 , 0.0035 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 7.4913 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9126 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 31.9215 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9131 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.1212 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9135 , cls_11 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 9.7997 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9148 , cls_11 , 0.0000 , 0.1200 , 0.0068 , 8888888.8889 , 2.5000 , 0.7871 , 0.7062 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 20.6844 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9158 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 23.0320 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9159 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.6519 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9177 , cls_11 , 0.0000 , 0.4680 , 0.0193 , 3795620.4380 , 3.2500 , 0.6406 , 0.8081 , 0.6910 , 0.0000 , 0.0000 , 0.0000 , 68.1065 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9192 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5578 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9193 , cls_11 , 0.0000 , 0.0420 , 0.0030 , 7777777.7778 , 1.4000 , 0.9274 , 0.5506 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 12.2418 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9205 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.6442 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9214 , cls_11 , 0.0000 , 0.0540 , 0.0039 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.4566 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9218 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 6.1598 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9220 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.1205 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9222 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.2863 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9223 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.3610 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9224 , cls_11 , 0.0000 , 0.1560 , 0.0105 , 8253968.2540 , 2.6000 , 0.7568 , 0.8773 , 0.3492 , 0.0000 , 0.0000 , 0.0000 , 45.2279 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9231 , cls_11 , 0.0000 , 0.2460 , 0.0106 , 5815602.8369 , 2.9286 , 0.7180 , 0.6480 , 0.5284 , 0.0000 , 0.0000 , 0.0000 , 25.1831 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9233 , cls_11 , 0.0000 , 0.0840 , 0.0062 , 6666666.6667 , 1.7500 , 0.8605 , 0.6927 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 10.5813 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9237 , cls_11 , 0.0000 , 0.2400 , 0.0132 , 3137254.9020 , 2.1053 , 0.7842 , 0.7075 , 0.7412 , 0.0000 , 0.0000 , 0.0000 , 33.5518 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9260 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 5.1816 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9267 , cls_11 , 0.0000 , 0.6120 , 0.0251 , 3756906.0773 , 3.7778 , 0.5849 , 0.7784 , 0.6851 , 0.0000 , 0.0000 , 0.0000 , 22.6513 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9269 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.9769 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9271 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 17.2121 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9277 , cls_11 , 0.0000 , 0.1980 , 0.0122 , 5641025.6410 , 2.5385 , 0.7557 , 0.8282 , 0.5214 , 0.0000 , 0.0000 , 0.0000 , 18.7495 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9278 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.9178 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9279 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.6651 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9282 , cls_11 , 0.0000 , 0.0420 , 0.0035 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 21.6698 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9311 , cls_11 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 16.5778 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9314 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7990 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9315 , cls_11 , 0.0000 , 0.0540 , 0.0041 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 5.7380 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9316 , cls_11 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.5103 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 10.7856 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9318 , cls_11 , 0.0000 , 0.3480 , 0.0229 , 5771144.2786 , 3.4118 , 0.6587 , 0.8836 , 0.5249 , 0.0000 , 0.0000 , 0.0000 , 29.5427 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9323 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1611 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9324 , cls_11 , 0.0000 , 0.5820 , 0.0245 , 5173333.3333 , 4.2174 , 0.5678 , 0.7949 , 0.5933 , 0.0000 , 0.0000 , 0.0000 , 22.1978 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9329 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 12.0891 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9337 , cls_11 , 0.0000 , 0.0600 , 0.0044 , 6060606.0606 , 1.4286 , 0.9110 , 0.6584 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 9.5396 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9340 , cls_11 , 0.0000 , 0.7620 , 0.0324 , 4212271.9735 , 4.3793 , 0.5251 , 0.8562 , 0.6526 , 0.0000 , 0.0000 , 0.0000 , 34.0296 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9346 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.9518 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9347 , cls_11 , 0.0000 , 0.0660 , 0.0051 , 4888888.8889 , 1.3750 , 0.9213 , 0.6327 , 0.5889 , 0.0000 , 0.0000 , 0.0000 , 13.1697 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9355 , cls_11 , 0.0000 , 0.1920 , 0.0135 , 7619047.6190 , 2.9091 , 0.7329 , 0.8804 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 25.7144 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9356 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 23.0248 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9360 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.7876 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9364 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.4122 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9371 , cls_11 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 53.3426 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9376 , cls_11 , 0.0000 , 0.4800 , 0.0200 , 2424242.4242 , 2.6667 , 0.6812 , 0.5736 , 0.7970 , 0.0000 , 0.0000 , 0.0000 , 40.2900 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9379 , cls_11 , 0.0000 , 0.0660 , 0.0066 , 7333333.3333 , 1.5714 , 0.8812 , 0.8256 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 6.4354 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9381 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.0436 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9382 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.5906 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9386 , cls_11 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 16.4352 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9393 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.5502 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9394 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.6082 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9399 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.0516 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9401 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 20.7603 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9406 , cls_11 , 0.0000 , 0.0960 , 0.0070 , 6274509.8039 , 1.7778 , 0.8491 , 0.7294 , 0.4804 , 0.0000 , 0.0000 , 0.0000 , 16.3213 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9410 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.8222 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9417 , cls_11 , 0.0000 , 0.0960 , 0.0082 , 5925925.9259 , 1.7778 , 0.8547 , 0.7972 , 0.5093 , 0.0000 , 0.0000 , 0.0000 , 6.1392 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9421 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9294 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9423 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.3950 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9424 , cls_11 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 54.4855 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9427 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 48.5566 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9429 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 38.9737 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9432 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.7168 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9434 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 17.0318 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9435 , cls_11 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.3267 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9440 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 13.9773 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9441 , cls_11 , 0.0000 , 0.1140 , 0.0083 , 5277777.7778 , 1.9000 , 0.8431 , 0.7555 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 17.2135 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9447 , cls_11 , 0.0000 , 0.0660 , 0.0053 , 4888888.8889 , 1.3750 , 0.9213 , 0.6327 , 0.5889 , 0.0000 , 0.0000 , 0.0000 , 25.5367 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9448 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 55.2627 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9456 , cls_11 , 0.0000 , 0.2280 , 0.0131 , 4293785.3107 , 2.3750 , 0.7598 , 0.7537 , 0.6497 , 0.0000 , 0.0000 , 0.0000 , 20.8765 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9457 , cls_11 , 0.0000 , 0.1500 , 0.0078 , 5555555.5556 , 2.2727 , 0.7992 , 0.6062 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 18.6941 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9459 , cls_11 , 0.0000 , 0.0720 , 0.0045 , 7272727.2727 , 1.7143 , 0.8714 , 0.6498 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 35.0919 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9464 , cls_11 , 0.0000 , 0.0540 , 0.0038 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 8.4492 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9465 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7086 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9472 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8295 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9478 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0765 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9479 , cls_11 , 0.0000 , 0.0540 , 0.0041 , 5000000.0000 , 1.2857 , 0.9427 , 0.4731 , 0.5972 , 0.0000 , 0.0000 , 0.0000 , 16.7200 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9482 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.8497 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9484 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 37.4277 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9485 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 15.6859 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9486 , cls_11 , 0.0000 , 0.0900 , 0.0065 , 5263157.8947 , 1.6667 , 0.8749 , 0.6640 , 0.5526 , 0.0000 , 0.0000 , 0.0000 , 13.7663 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9500 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 25.9064 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9501 , cls_11 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.9109 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9503 , cls_11 , 0.0000 , 0.0480 , 0.0044 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 40.8939 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9504 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 39.6678 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9505 , cls_11 , 0.0000 , 0.1320 , 0.0105 , 7333333.3333 , 2.4444 , 0.7912 , 0.8569 , 0.4083 , 0.0000 , 0.0000 , 0.0000 , 12.5596 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9513 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.8424 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9516 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 42.6003 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9524 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.5727 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9525 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.6569 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9542 , cls_11 , 0.0000 , 0.1020 , 0.0075 , 4927536.2319 , 1.7000 , 0.8651 , 0.7712 , 0.6014 , 0.0000 , 0.0000 , 0.0000 , 5.5234 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9549 , cls_11 , 0.0000 , 0.2040 , 0.0113 , 2943722.9437 , 1.8889 , 0.8182 , 0.6229 , 0.7662 , 0.0000 , 0.0000 , 0.0000 , 53.7803 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9550 , cls_11 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 21.3033 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9553 , cls_11 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 15.9564 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9555 , cls_11 , 0.0000 , 0.0840 , 0.0053 , 6222222.2222 , 1.7500 , 0.8671 , 0.6327 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 13.0629 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9560 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.6332 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9566 , cls_11 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0394 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9571 , cls_11 , 0.0000 , 0.1140 , 0.0074 , 5507246.3768 , 1.9000 , 0.8388 , 0.7237 , 0.5507 , 0.0000 , 0.0000 , 0.0000 , 49.9683 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9578 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.3136 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9581 , cls_11 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.2940 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9582 , cls_11 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 11.9761 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9588 , cls_11 , 0.0000 , 0.1020 , 0.0072 , 7083333.3333 , 2.1250 , 0.8296 , 0.7983 , 0.4063 , 0.0000 , 0.0000 , 0.0000 , 16.7220 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9590 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.9478 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9592 , cls_11 , 0.0000 , 0.1080 , 0.0065 , 6315789.4737 , 2.0000 , 0.8328 , 0.6731 , 0.4912 , 0.0000 , 0.0000 , 0.0000 , 13.0472 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9593 , cls_11 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 10.0255 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9595 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.4538 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9599 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.4583 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9602 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6532 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9603 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 9.3733 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9604 , cls_11 , 0.0000 , 0.0780 , 0.0058 , 6666666.6667 , 1.6250 , 0.8698 , 0.7453 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 21.0868 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9606 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.4484 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9610 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.2878 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9619 , cls_11 , 0.0000 , 0.0660 , 0.0050 , 4888888.8889 , 1.3750 , 0.9213 , 0.6396 , 0.5889 , 0.0000 , 0.0000 , 0.0000 , 10.5974 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9628 , cls_11 , 0.0000 , 0.0660 , 0.0060 , 5238095.2381 , 1.3750 , 0.9142 , 0.7903 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 8.5163 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9630 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.6281 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9632 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.0331 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9633 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.2861 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9638 , cls_11 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.7843 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9642 , cls_11 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.0635 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9645 , cls_11 , 0.0000 , 0.0720 , 0.0049 , 10000000.0000 , 2.0000 , 0.8423 , 0.7004 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 7.7053 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9653 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 52.4976 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9659 , cls_11 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 43.3768 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9660 , cls_11 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 27.9392 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9662 , cls_11 , 0.0000 , 0.2340 , 0.0111 , 4406779.6610 , 2.4375 , 0.7529 , 0.7537 , 0.6525 , 0.0000 , 0.0000 , 0.0000 , 5.6247 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9663 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 17.8249 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9664 , cls_11 , 0.0000 , 0.0780 , 0.0050 , 6190476.1905 , 1.6250 , 0.8770 , 0.5652 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 14.0262 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9665 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 15.0380 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9666 , cls_11 , 0.0000 , 0.1860 , 0.0104 , 5904761.9048 , 2.5833 , 0.7611 , 0.7772 , 0.5143 , 0.0000 , 0.0000 , 0.0000 , 12.1611 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9667 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.5019 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9668 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.2648 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9670 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.7754 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9675 , cls_11 , 0.0000 , 0.1560 , 0.0080 , 5252525.2525 , 2.1667 , 0.7989 , 0.7180 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 19.3967 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9689 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.3468 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9692 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 18.2501 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9696 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.3453 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9700 , cls_11 , 0.0000 , 0.1200 , 0.0073 , 6349206.3492 , 2.0000 , 0.8180 , 0.6854 , 0.4603 , 0.0000 , 0.0000 , 0.0000 , 9.3629 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9712 , cls_11 , 0.0000 , 0.1380 , 0.0071 , 5897435.8974 , 2.0909 , 0.8054 , 0.6322 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 5.4632 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9717 , cls_11 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.7004 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 53.0652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9724 , cls_11 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 13.6994 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9726 , cls_11 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 9.6327 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9727 , cls_11 , 0.0000 , 0.1020 , 0.0067 , 4927536.2319 , 1.7000 , 0.8651 , 0.5988 , 0.5870 , 0.0000 , 0.0000 , 0.0000 , 5.2539 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9728 , cls_11 , 0.0000 , 0.1020 , 0.0067 , 4722222.2222 , 1.7000 , 0.8694 , 0.6974 , 0.5972 , 0.0000 , 0.0000 , 0.0000 , 6.4654 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9731 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.3199 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9733 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 19.0553 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9734 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 12.0557 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9737 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8823 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9738 , cls_11 , 0.0000 , 0.0720 , 0.0045 , 7272727.2727 , 1.7143 , 0.8714 , 0.5623 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 4.8576 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9739 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.0119 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9742 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5703 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9745 , cls_11 , 0.0000 , 0.0840 , 0.0057 , 5490196.0784 , 1.5556 , 0.8795 , 0.6268 , 0.5588 , 0.0000 , 0.0000 , 0.0000 , 44.0522 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9747 , cls_11 , 0.0000 , 0.0540 , 0.0046 , 4615384.6154 , 1.1250 , 0.9510 , 0.5862 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 13.8341 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9751 , cls_11 , 0.0000 , 0.1920 , 0.0116 , 4740740.7407 , 2.2857 , 0.7774 , 0.7623 , 0.5926 , 0.0000 , 0.0000 , 0.0000 , 25.0053 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9753 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.4435 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9754 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1545 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9767 , cls_11 , 0.0000 , 0.1080 , 0.0069 , 6000000.0000 , 2.0000 , 0.8378 , 0.6817 , 0.4917 , 0.0000 , 0.0000 , 0.0000 , 7.2762 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9769 , cls_11 , 0.0000 , 0.1620 , 0.0127 , 6923076.9231 , 2.4545 , 0.7671 , 0.8870 , 0.4423 , 0.0000 , 0.0000 , 0.0000 , 5.3910 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9783 , cls_11 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.6064 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9784 , cls_11 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 6.4646 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9785 , cls_11 , 0.0000 , 0.0420 , 0.0037 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.2670 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9786 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.2124 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9788 , cls_11 , 0.0000 , 0.0540 , 0.0034 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 6.8319 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9794 , cls_11 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 9.0007 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9795 , cls_11 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.6296 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9797 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.8889 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9802 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.6909 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9803 , cls_11 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 43.2897 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9811 , cls_11 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 11.2629 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9826 , cls_11 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 9.4255 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9838 , cls_11 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 39.8696 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9851 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 8.0107 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9853 , cls_11 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 10.8797 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9865 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9133 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9873 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 9.9363 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9876 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 15.4544 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9880 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.6039 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9881 , cls_11 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2697 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9883 , cls_11 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 27.7247 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 14 , cls_190 , 0.0000 , 0.2760 , 0.0129 , 3297491.0394 , 2.3000 , 0.7547 , 0.6497 , 0.7240 , 0.0000 , 0.0000 , 0.0000 , 0.5448 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 16 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4278 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 67 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2097 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 69 , cls_190 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.5262 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 90 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.4174 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 116 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0142 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 124 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0681 , 0.1320 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 145 , cls_190 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.5712 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 155 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0536 , 0.0930 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 227 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.9458 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 261 , cls_190 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.2007 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 525 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6128 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 536 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2503 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 557 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4510 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 558 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3485 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 569 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1511 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 827 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0828 , 0.0598 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 905 , cls_190 , 0.0000 , 0.0780 , 0.0061 , 5777777.7778 , 1.6250 , 0.8838 , 0.7384 , 0.5111 , 0.0000 , 0.0000 , 0.0000 , 0.0738 , 0.0598 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 986 , cls_190 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.0618 , 0.0858 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1283 , cls_190 , 0.0000 , 0.0540 , 0.0047 , 8571428.5714 , 1.5000 , 0.8902 , 0.8019 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 0.4962 , 0.0430 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1474 , cls_190 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0731 , 0.1024 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1487 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0880 , 0.0858 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1660 , cls_190 , 0.0000 , 0.2520 , 0.0126 , 3414634.1463 , 2.2105 , 0.7667 , 0.6284 , 0.7215 , 0.0000 , 0.0000 , 0.0000 , 0.1141 , 0.0430 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1698 , cls_190 , 0.0000 , 0.0960 , 0.0063 , 4102564.1026 , 1.4545 , 0.8923 , 0.5862 , 0.6603 , 0.0000 , 0.0000 , 0.0000 , 0.8298 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1699 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.6000 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1746 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.5821 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1883 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1771 , 0.0474 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2023 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0949 , 0.1025 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2100 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1475 , 0.0531 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2178 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1856 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2184 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2562 , 0.0564 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2280 , cls_190 , 0.0000 , 0.0660 , 0.0053 , 4313725.4902 , 1.2222 , 0.9344 , 0.6268 , 0.6176 , 0.0000 , 0.0000 , 0.0000 , 0.0915 , 0.0552 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2314 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9211 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2381 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1319 , 0.0457 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2397 , cls_190 , 0.0000 , 0.0660 , 0.0051 , 4888888.8889 , 1.3750 , 0.9213 , 0.6327 , 0.5778 , 0.0000 , 0.0000 , 0.0000 , 0.1484 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2447 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2982 , 0.0570 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2452 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0938 , 0.0663 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2504 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1141 , 0.0663 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2557 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0879 , 0.0979 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2602 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0937 , 0.0742 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2719 , cls_190 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.1331 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2778 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1741 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2820 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5885 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2821 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.8799 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2832 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1561 , 0.0552 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2873 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7719 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2876 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1245 , 0.0272 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2907 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1297 , 0.0272 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2933 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1389 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2960 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1075 , 0.0391 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3015 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1140 , 0.0391 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3107 , cls_190 , 0.0000 , 0.0480 , 0.0044 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 0.1219 , 0.0819 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3217 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1247 , 0.0713 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3236 , cls_190 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.0886 , 0.0541 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3284 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2272 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3306 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.1448 , 0.0607 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3340 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2239 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3376 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1410 , 0.0713 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3484 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7511 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3507 , cls_190 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3555 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3621 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7221 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3642 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.1710 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3741 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0727 , 0.0655 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3762 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.1045 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3767 , cls_190 , 0.0000 , 0.1320 , 0.0083 , 3577235.7724 , 1.6923 , 0.8631 , 0.6588 , 0.7033 , 0.0000 , 0.0000 , 0.0000 , 0.1306 , 0.0499 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3776 , cls_190 , 0.0000 , 0.1200 , 0.0079 , 3603603.6036 , 1.5385 , 0.8758 , 0.6319 , 0.7027 , 0.0000 , 0.0000 , 0.0000 , 0.3368 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3778 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1518 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3793 , cls_190 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.2062 , 0.0607 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3885 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3908 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3908 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3923 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3923 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.4970 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3980 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1985 , 0.0693 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4036 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2924 , 0.0499 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4202 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0583 , 0.0912 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4323 , cls_190 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 0.2893 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4359 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5120 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4431 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2153 , 0.0696 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4518 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4124 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4560 , cls_190 , 0.0000 , 0.0720 , 0.0048 , 5714285.7143 , 1.5000 , 0.8948 , 0.5652 , 0.5476 , 0.0000 , 0.0000 , 0.0000 , 0.2658 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4570 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1921 , 0.0845 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4586 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.6999 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4623 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6513 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4643 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.6641 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4666 , cls_190 , 0.0000 , 0.1020 , 0.0059 , 5396825.3968 , 1.7000 , 0.8559 , 0.5617 , 0.5635 , 0.0000 , 0.0000 , 0.0000 , 0.8544 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4702 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2578 , 0.0361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4747 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4879 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4756 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5168 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4764 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2021 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4779 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.3760 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4802 , cls_190 , 0.0000 , 0.0540 , 0.0043 , 6000000.0000 , 1.2857 , 0.9243 , 0.6894 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.0683 , 0.0285 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4806 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1658 , 0.0408 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4866 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5377 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4879 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0718 , 0.1149 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4881 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1642 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4895 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7812 , 0.0371 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4909 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2238 , 0.0424 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4929 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5146 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5035 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1733 , 0.0285 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5043 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1995 , 0.0391 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5160 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4248 , 0.0361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5306 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2804 , 0.0297 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5321 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1578 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5365 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.0690 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5374 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1489 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5384 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.8727 , 0.0268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5409 , cls_190 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.9161 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5434 , cls_190 , 0.0000 , 0.1140 , 0.0091 , 5757575.7576 , 1.9000 , 0.8345 , 0.7759 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 1.1466 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5436 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.1689 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5455 , cls_190 , 0.0000 , 0.1080 , 0.0071 , 3870967.7419 , 1.5000 , 0.8826 , 0.5186 , 0.6720 , 0.0000 , 0.0000 , 0.0000 , 14.7854 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5484 , cls_190 , 0.0000 , 0.0720 , 0.0064 , 6153846.1538 , 1.5000 , 0.8875 , 0.8053 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 0.1844 , 0.0297 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5490 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4446 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5575 , cls_190 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 0.0784 , 0.0382 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5588 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.9451 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5589 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.7647 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5591 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.6204 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5606 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2924 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5608 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3490 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5647 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 28.3168 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5652 , cls_190 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.5296 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5688 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.7979 , 0.0268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5696 , cls_190 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.2477 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5733 , cls_190 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.6861 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5750 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1123 , 0.0426 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5776 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2032 , 0.0424 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5791 , cls_190 , 0.0000 , 1.8120 , 0.0464 , 2300952.3810 , 5.0333 , 0.3269 , 0.7941 , 0.8109 , 0.0000 , 0.0000 , 0.0000 , 9.4461 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5792 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 35.7096 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5813 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.1717 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5834 , cls_190 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 219.0034 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5844 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.6812 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5855 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0850 , 0.0569 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5858 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2978 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5862 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7380 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5889 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9455 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5890 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0336 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5893 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 19.8839 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5904 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2242 , 0.1262 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5918 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 175.4622 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5940 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.2309 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5971 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.1569 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5990 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1270 , 0.0426 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5997 , cls_190 , 0.0000 , 0.0840 , 0.0056 , 4666666.6667 , 1.5556 , 0.8961 , 0.5609 , 0.6083 , 0.0000 , 0.0000 , 0.0000 , 2.2580 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5999 , cls_190 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 14.1550 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6009 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 14.1932 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6019 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1014 , 0.0469 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6028 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 25.3648 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6032 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 175.9879 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6050 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 98.0437 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6089 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 88.0269 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6115 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 220.6923 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6137 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 68.0368 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6145 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 88.4844 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6158 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.1621 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6189 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.3514 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6195 , cls_190 , 0.0000 , 0.0480 , 0.0045 , 7619047.6190 , 1.3333 , 0.9145 , 0.7591 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 219.4248 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6214 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 219.2969 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6302 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 23.9781 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6394 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 44.0898 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6578 , cls_190 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.1251 , 0.0541 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6595 , cls_190 , 0.0000 , 0.0960 , 0.0063 , 7111111.1111 , 2.0000 , 0.8372 , 0.7191 , 0.4111 , 0.0000 , 0.0000 , 0.0000 , 98.0015 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6597 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.3231 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6627 , cls_190 , 0.0000 , 0.0480 , 0.0034 , 10666666.6667 , 1.6000 , 0.8838 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 23.3446 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6656 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1930 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6658 , cls_190 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.0782 , 0.0997 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6680 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 220.8887 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6691 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2303 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6711 , cls_190 , 0.0000 , 0.0480 , 0.0036 , 5925925.9259 , 1.3333 , 0.9389 , 0.4270 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 68.3786 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6715 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.3713 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6717 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1979 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6748 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.1635 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6771 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1598 , 0.0534 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6777 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 68.3264 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6792 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1824 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6807 , cls_190 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 26.5074 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6872 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.9002 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6873 , cls_190 , 0.0000 , 0.0420 , 0.0039 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 10.0016 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6882 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4602 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6887 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1942 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6906 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.6190 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6938 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.0428 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6942 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 12.3021 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6946 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.1372 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6948 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.2463 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6950 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.1042 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6957 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1889 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6981 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.8183 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7034 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8622 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7040 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4048 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7054 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1112 , 0.0524 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7102 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.5947 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7128 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1563 , 0.0443 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7170 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.9840 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7304 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4418 , 0.0443 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7320 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.5938 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7321 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.5785 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7373 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1772 , 0.0443 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7383 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4281 , 0.0408 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7446 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0879 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7486 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1015 , 0.0751 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7499 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.6766 , 0.0484 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7509 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4509 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7538 , cls_190 , 0.0000 , 0.0420 , 0.0035 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.6162 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7555 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9439 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7559 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4140 , 0.0433 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7582 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1227 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7642 , cls_190 , 0.0000 , 0.0600 , 0.0054 , 8333333.3333 , 1.6667 , 0.8805 , 0.7736 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 3.4820 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7646 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.1096 , 0.0430 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7699 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9471 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7714 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7214 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7737 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 12.1244 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7747 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.8664 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7750 , cls_190 , 0.0000 , 0.1500 , 0.0102 , 2976190.4762 , 1.6667 , 0.8649 , 0.6774 , 0.7470 , 0.0000 , 0.0000 , 0.0000 , 3.4302 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7783 , cls_190 , 0.0000 , 0.0480 , 0.0032 , 8888888.8889 , 1.6000 , 0.9002 , 0.5506 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.4339 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7784 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7552 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7806 , cls_190 , 0.0000 , 0.1980 , 0.0099 , 3666666.6667 , 2.0625 , 0.7990 , 0.4873 , 0.7083 , 0.0000 , 0.0000 , 0.0000 , 2.0628 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7850 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.3454 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7920 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 11.8298 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7947 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1362 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7951 , cls_190 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 14.5598 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7962 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.5050 , 0.0382 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7985 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.0355 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8022 , cls_190 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.2668 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8060 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1572 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8141 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9153 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8174 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.5601 , 0.0426 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8192 , cls_190 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 15.1905 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8193 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.8355 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8271 , cls_190 , 0.0000 , 0.0480 , 0.0037 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 0.4459 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8281 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4077 , 0.0323 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8297 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4268 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8322 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1077 , 0.0751 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8369 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.6767 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8434 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9165 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8488 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3676 , 0.0426 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8509 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4130 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8530 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2593 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8540 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3217 , 0.0323 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8544 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3775 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8583 , cls_190 , 0.0000 , 0.1500 , 0.0088 , 3703703.7037 , 1.7857 , 0.8406 , 0.6781 , 0.6963 , 0.0000 , 0.0000 , 0.0000 , 0.1189 , 0.0474 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8589 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2546 , 0.0430 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8613 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2923 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8622 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2747 , 0.0659 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8631 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2752 , 0.0400 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8702 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3679 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8723 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1318 , 0.0495 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8783 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2516 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8784 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2734 , 0.0537 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8793 , cls_190 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.1574 , 0.1165 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8993 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1817 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9030 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2240 , 0.0537 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9032 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2700 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9033 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2652 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9120 , cls_190 , 0.0000 , 0.0720 , 0.0055 , 6153846.1538 , 1.5000 , 0.8875 , 0.6322 , 0.4872 , 0.0000 , 0.0000 , 0.0000 , 0.2740 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9127 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1580 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9253 , cls_190 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1147 , 0.0589 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9280 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1089 , 0.0495 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9307 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1791 , 0.0272 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9385 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.5229 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9413 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1425 , 0.0641 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9422 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1587 , 0.0815 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9458 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1735 , 0.0430 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9704 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1011 , 0.0391 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9732 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0948 , 0.0391 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9746 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1317 , 0.0752 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9814 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1085 , 0.0537 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9818 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0984 , 0.0495 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9847 , cls_190 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0531 , 0.1490 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 21 , cls_90 , 0.0000 , 0.0540 , 0.0040 , 8571428.5714 , 1.5000 , 0.8902 , 0.6572 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 0.3269 , 0.0323 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 52 , cls_90 , 0.0000 , 0.0480 , 0.0042 , 5925925.9259 , 1.3333 , 0.9389 , 0.6903 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 0.2798 , 0.0499 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 72 , cls_90 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.4625 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 77 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.1292 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 78 , cls_90 , 0.0000 , 0.5820 , 0.0234 , 2672176.3085 , 3.0313 , 0.6290 , 0.7596 , 0.7727 , 0.0000 , 0.0000 , 0.0000 , 14.1066 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 81 , cls_90 , 0.0000 , 0.0660 , 0.0055 , 4583333.3333 , 1.3750 , 0.9280 , 0.6488 , 0.6042 , 0.0000 , 0.0000 , 0.0000 , 7.0490 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 82 , cls_90 , 0.0000 , 0.1020 , 0.0079 , 3655913.9785 , 1.4167 , 0.8966 , 0.7420 , 0.6882 , 0.0000 , 0.0000 , 0.0000 , 4.4470 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 84 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.7674 , 0.0404 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 87 , cls_90 , 0.0000 , 0.0540 , 0.0047 , 4000000.0000 , 1.1250 , 0.9663 , 0.5756 , 0.6444 , 0.0000 , 0.0000 , 0.0000 , 1.5696 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 105 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0867 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 106 , cls_90 , 0.0000 , 0.2580 , 0.0132 , 3150183.1502 , 2.1500 , 0.7713 , 0.6592 , 0.7399 , 0.0000 , 0.0000 , 0.0000 , 4.5772 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 117 , cls_90 , 0.0000 , 0.0840 , 0.0064 , 7179487.1795 , 1.7500 , 0.8534 , 0.7453 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 1.3100 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 123 , cls_90 , 0.0000 , 0.0660 , 0.0044 , 6666666.6667 , 1.5714 , 0.8903 , 0.5170 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 0.5553 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 139 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.4870 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 163 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.8097 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 164 , cls_90 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 15.7523 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 171 , cls_90 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 3.2193 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 189 , cls_90 , 0.0000 , 0.0960 , 0.0063 , 6274509.8039 , 1.7778 , 0.8491 , 0.7075 , 0.4804 , 0.0000 , 0.0000 , 0.0000 , 3.4801 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 205 , cls_90 , 0.0000 , 0.0780 , 0.0056 , 4561403.5088 , 1.4444 , 0.9079 , 0.4624 , 0.6228 , 0.0000 , 0.0000 , 0.0000 , 1.2088 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 221 , cls_90 , 0.0000 , 0.1860 , 0.0129 , 3563218.3908 , 1.9375 , 0.8120 , 0.7748 , 0.6983 , 0.0000 , 0.0000 , 0.0000 , 10.1004 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 244 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.8061 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 264 , cls_90 , 0.0000 , 0.2880 , 0.0147 , 3764705.8824 , 2.5263 , 0.7333 , 0.7453 , 0.7039 , 0.0000 , 0.0000 , 0.0000 , 32.8302 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 288 , cls_90 , 0.0000 , 0.0660 , 0.0061 , 6111111.1111 , 1.5714 , 0.8988 , 0.8137 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.3637 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 289 , cls_90 , 0.0000 , 0.0960 , 0.0080 , 3232323.2323 , 1.3333 , 0.9184 , 0.6910 , 0.7172 , 0.0000 , 0.0000 , 0.0000 , 11.5301 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 290 , cls_90 , 0.0000 , 0.0540 , 0.0043 , 4615384.6154 , 1.1250 , 0.9510 , 0.5963 , 0.6026 , 0.0000 , 0.0000 , 0.0000 , 19.9891 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 291 , cls_90 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.8958 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 297 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4901 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 300 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3204 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 317 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3299 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 349 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.3449 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 365 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 53.2552 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 376 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1991 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 388 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5501 , 0.0446 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 395 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8539 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 402 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7577 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 411 , cls_90 , 0.0000 , 0.1740 , 0.0131 , 2648401.8265 , 1.6111 , 0.8556 , 0.7418 , 0.7740 , 0.0000 , 0.0000 , 0.0000 , 21.9514 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 413 , cls_90 , 0.0000 , 0.0600 , 0.0053 , 8333333.3333 , 1.6667 , 0.8805 , 0.7453 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 24.4172 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 427 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3962 , 0.0499 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 438 , cls_90 , 0.0000 , 0.2280 , 0.0114 , 6178861.7886 , 2.9231 , 0.7248 , 0.7350 , 0.5041 , 0.0000 , 0.0000 , 0.0000 , 12.8145 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 446 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.3743 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 448 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7836 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 469 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2611 , 0.0469 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 478 , cls_90 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.5489 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 495 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 35.2741 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 514 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.6944 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 526 , cls_90 , 0.0000 , 0.0540 , 0.0049 , 8571428.5714 , 1.5000 , 0.8902 , 0.8019 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 1.2019 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 531 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6426 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 541 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3346 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 548 , cls_90 , 0.0000 , 0.2940 , 0.0166 , 4242424.2424 , 2.7222 , 0.7177 , 0.8398 , 0.6450 , 0.0000 , 0.0000 , 0.0000 , 18.3028 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 561 , cls_90 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6488 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.0928 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 573 , cls_90 , 0.0000 , 0.0840 , 0.0058 , 5490196.0784 , 1.5556 , 0.8795 , 0.6670 , 0.5588 , 0.0000 , 0.0000 , 0.0000 , 1.4330 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 588 , cls_90 , 0.0000 , 0.0540 , 0.0040 , 6666666.6667 , 1.5000 , 0.9139 , 0.5416 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.3517 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 590 , cls_90 , 0.0000 , 0.0420 , 0.0039 , 5185185.1852 , 1.1667 , 0.9673 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 0.9361 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 613 , cls_90 , 0.0000 , 0.0780 , 0.0056 , 8666666.6667 , 1.8571 , 0.8453 , 0.6817 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 12.0789 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 648 , cls_90 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 2.0266 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 668 , cls_90 , 0.0000 , 0.1320 , 0.0099 , 3055555.5556 , 1.5714 , 0.8807 , 0.6696 , 0.7431 , 0.0000 , 0.0000 , 0.0000 , 5.8022 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 671 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 18.4076 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 694 , cls_90 , 0.0000 , 0.0480 , 0.0041 , 5333333.3333 , 1.1429 , 0.9495 , 0.6255 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 13.2778 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 697 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.1931 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 700 , cls_90 , 0.0000 , 0.1920 , 0.0109 , 5079365.0794 , 2.4615 , 0.7706 , 0.7808 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 6.9424 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 707 , cls_90 , 0.0000 , 0.0540 , 0.0042 , 5454545.4545 , 1.2857 , 0.9338 , 0.5623 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 1.3388 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 743 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 20.3645 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 755 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5894 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 764 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.1308 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 821 , cls_90 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 7.2861 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 847 , cls_90 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 12.3955 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 865 , cls_90 , 0.0000 , 0.0420 , 0.0035 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 1.1057 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 898 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1975 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 924 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.7195 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 947 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5458 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 948 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5184 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 950 , cls_90 , 0.0000 , 0.1140 , 0.0076 , 8444444.4444 , 2.3750 , 0.7986 , 0.7671 , 0.3111 , 0.0000 , 0.0000 , 0.0000 , 0.5831 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 960 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.1081 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 992 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1599 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1008 , cls_90 , 0.0000 , 0.0660 , 0.0051 , 5641025.6410 , 1.3750 , 0.9067 , 0.6877 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 0.1621 , 0.0569 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1043 , cls_90 , 0.0000 , 0.0540 , 0.0046 , 5454545.4545 , 1.2857 , 0.9338 , 0.6888 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 0.7285 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1077 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6607 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1095 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9349 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1110 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.4718 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1159 , cls_90 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3965 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1215 , cls_90 , 0.0000 , 0.1020 , 0.0063 , 8095238.0952 , 2.1250 , 0.8172 , 0.6927 , 0.3929 , 0.0000 , 0.0000 , 0.0000 , 4.2298 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1224 , cls_90 , 0.0000 , 0.1620 , 0.0090 , 5142857.1429 , 2.2500 , 0.7954 , 0.7424 , 0.5762 , 0.0000 , 0.0000 , 0.0000 , 5.3907 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1235 , cls_90 , 0.0000 , 0.0780 , 0.0061 , 4333333.3333 , 1.4444 , 0.9133 , 0.5609 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 1.0444 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1250 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.8544 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1295 , cls_90 , 0.0000 , 0.3000 , 0.0179 , 6944444.4444 , 3.5714 , 0.6687 , 0.8877 , 0.4479 , 0.0000 , 0.0000 , 0.0000 , 1.4712 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1318 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3792 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1363 , cls_90 , 0.0000 , 0.0540 , 0.0042 , 4615384.6154 , 1.1250 , 0.9510 , 0.5132 , 0.6154 , 0.0000 , 0.0000 , 0.0000 , 4.4870 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1370 , cls_90 , 0.0000 , 0.0840 , 0.0060 , 5833333.3333 , 1.7500 , 0.8735 , 0.6866 , 0.5313 , 0.0000 , 0.0000 , 0.0000 , 9.8124 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1384 , cls_90 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5728 , 0.0323 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1432 , cls_90 , 0.0000 , 0.0660 , 0.0048 , 9166666.6667 , 1.8333 , 0.8606 , 0.7453 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 32.5458 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1468 , cls_90 , 0.0000 , 0.0780 , 0.0058 , 4814814.8148 , 1.4444 , 0.9022 , 0.6474 , 0.6019 , 0.0000 , 0.0000 , 0.0000 , 2.0376 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1493 , cls_90 , 0.0000 , 0.0540 , 0.0038 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.3311 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1533 , cls_90 , 0.0000 , 0.4740 , 0.0269 , 4146981.6273 , 3.4348 , 0.6297 , 0.8588 , 0.6509 , 0.0000 , 0.0000 , 0.0000 , 4.8932 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1548 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 26.3824 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1562 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2253 , 0.0446 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1572 , cls_90 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.8408 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1599 , cls_90 , 0.0000 , 0.0660 , 0.0049 , 7333333.3333 , 1.5714 , 0.8812 , 0.6255 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 6.9267 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1617 , cls_90 , 0.0000 , 0.0780 , 0.0060 , 4561403.5088 , 1.4444 , 0.9079 , 0.6686 , 0.6053 , 0.0000 , 0.0000 , 0.0000 , 5.0072 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1664 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6867 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1762 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.7439 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1768 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.0124 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1770 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.9969 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1786 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.1024 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1789 , cls_90 , 0.0000 , 0.0540 , 0.0044 , 6000000.0000 , 1.2857 , 0.9243 , 0.6894 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 6.4650 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1810 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.9002 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1819 , cls_90 , 0.0000 , 0.0420 , 0.0035 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 0.1704 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1822 , cls_90 , 0.0000 , 0.0540 , 0.0042 , 6000000.0000 , 1.2857 , 0.9243 , 0.5609 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.2311 , 0.0626 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1848 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3824 , 0.0553 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1852 , cls_90 , 0.0000 , 0.0660 , 0.0041 , 9166666.6667 , 1.8333 , 0.8606 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.9955 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1892 , cls_90 , 0.0000 , 0.2280 , 0.0150 , 3781094.5274 , 2.2353 , 0.7728 , 0.8149 , 0.6915 , 0.0000 , 0.0000 , 0.0000 , 3.8328 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1916 , cls_90 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 7.3961 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1957 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.2253 , 0.0371 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1972 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8821 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2037 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.9062 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2046 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2476 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2142 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9723 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2229 , cls_90 , 0.0000 , 0.1860 , 0.0104 , 4133333.3333 , 2.0667 , 0.7963 , 0.6718 , 0.6633 , 0.0000 , 0.0000 , 0.0000 , 1.0655 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2230 , cls_90 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.5237 , 0.0480 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2292 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3244 , 0.0658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2368 , cls_90 , 0.0000 , 0.0840 , 0.0064 , 6222222.2222 , 1.7500 , 0.8671 , 0.7419 , 0.4778 , 0.0000 , 0.0000 , 0.0000 , 0.7498 , 0.0600 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2396 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.5415 , 0.0600 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2422 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3720 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2467 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.3145 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2506 , cls_90 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.8687 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2555 , cls_90 , 0.0000 , 0.0780 , 0.0059 , 4126984.1270 , 1.3000 , 0.9185 , 0.6658 , 0.6429 , 0.0000 , 0.0000 , 0.0000 , 2.0002 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2580 , cls_90 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.6580 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2657 , cls_90 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.4334 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2711 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5842 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2825 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5151 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2880 , cls_90 , 0.0000 , 0.2640 , 0.0143 , 5751633.9869 , 2.9333 , 0.7072 , 0.8002 , 0.5425 , 0.0000 , 0.0000 , 0.0000 , 1.6487 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2895 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4144 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2951 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.4124 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2981 , cls_90 , 0.0000 , 0.0540 , 0.0044 , 6000000.0000 , 1.2857 , 0.9243 , 0.6894 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 6.7168 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3030 , cls_90 , 0.0000 , 0.0480 , 0.0037 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 2.4411 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3034 , cls_90 , 0.0000 , 0.1920 , 0.0130 , 4183006.5359 , 2.1333 , 0.7901 , 0.8079 , 0.6601 , 0.0000 , 0.0000 , 0.0000 , 5.0964 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3054 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2423 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3068 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.8697 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3098 , cls_90 , 0.0000 , 0.0900 , 0.0057 , 5263157.8947 , 1.6667 , 0.8749 , 0.6278 , 0.5877 , 0.0000 , 0.0000 , 0.0000 , 13.5092 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3121 , cls_90 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.4769 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3142 , cls_90 , 0.0000 , 0.9000 , 0.0319 , 2320185.6148 , 3.5714 , 0.5373 , 0.6965 , 0.8090 , 0.0000 , 0.0000 , 0.0000 , 7.2591 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3198 , cls_90 , 0.0000 , 0.0540 , 0.0048 , 4000000.0000 , 1.1250 , 0.9663 , 0.5342 , 0.6444 , 0.0000 , 0.0000 , 0.0000 , 0.8411 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3388 , cls_90 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.8812 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3434 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7165 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3435 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.4357 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3461 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.3741 , 0.1222 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3478 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.3371 , 0.0451 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3518 , cls_90 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 1.3247 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3533 , cls_90 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.8328 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3582 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5503 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3643 , cls_90 , 0.0000 , 0.0720 , 0.0047 , 5714285.7143 , 1.5000 , 0.8948 , 0.5182 , 0.5595 , 0.0000 , 0.0000 , 0.0000 , 0.1714 , 0.0485 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3755 , cls_90 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 114.3032 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3780 , cls_90 , 0.0000 , 0.0540 , 0.0050 , 7500000.0000 , 1.5000 , 0.9026 , 0.8078 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.8935 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3790 , cls_90 , 0.0000 , 0.0660 , 0.0054 , 5641025.6410 , 1.3750 , 0.9067 , 0.6817 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 0.6021 , 0.1101 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3837 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6203 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3863 , cls_90 , 0.0000 , 0.0900 , 0.0055 , 6666666.6667 , 1.8750 , 0.8517 , 0.7753 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.5959 , 0.0306 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3880 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4113 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3943 , cls_90 , 0.0000 , 0.1560 , 0.0111 , 3466666.6667 , 1.7333 , 0.8420 , 0.6894 , 0.7033 , 0.0000 , 0.0000 , 0.0000 , 68.3669 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3952 , cls_90 , 0.0000 , 0.0660 , 0.0050 , 6666666.6667 , 1.5714 , 0.8903 , 0.7307 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 1.5542 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4065 , cls_90 , 0.0000 , 1.3680 , 0.0351 , 3213530.6554 , 5.1818 , 0.3931 , 0.7707 , 0.7347 , 0.0000 , 0.0000 , 0.0000 , 168.1071 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4084 , cls_90 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5506 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 97.2296 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4085 , cls_90 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 108.2050 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4138 , cls_90 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.2316 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4184 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0666 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4213 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.8837 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4291 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9075 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4311 , cls_90 , 0.0000 , 0.0540 , 0.0044 , 5454545.4545 , 1.2857 , 0.9338 , 0.6498 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 44.0924 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4321 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1474 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4357 , cls_90 , 0.0000 , 0.0660 , 0.0050 , 12222222.2222 , 2.2000 , 0.8354 , 0.8302 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5842 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4358 , cls_90 , 0.0000 , 0.0480 , 0.0043 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 2.3341 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4397 , cls_90 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.7789 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4420 , cls_90 , 0.0000 , 3.0840 , 0.0575 , 2811047.3065 , 7.3429 , 0.1153 , 0.7811 , 0.7718 , 0.0000 , 0.0000 , 0.0000 , 90.4954 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4421 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 146.1608 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4463 , cls_90 , 0.0000 , 0.0840 , 0.0056 , 7777777.7778 , 2.0000 , 0.8460 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 34.3398 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4472 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 137.9827 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4484 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4406 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4502 , cls_90 , 0.0000 , 0.2040 , 0.0128 , 4358974.3590 , 2.2667 , 0.7763 , 0.8161 , 0.6410 , 0.0000 , 0.0000 , 0.0000 , 46.5699 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4506 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 96.6219 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4546 , cls_90 , 0.0000 , 0.1680 , 0.0094 , 4148148.1481 , 2.0000 , 0.8116 , 0.6419 , 0.6556 , 0.0000 , 0.0000 , 0.0000 , 95.5432 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4549 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7107 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4551 , cls_90 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 1.2327 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4569 , cls_90 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 49.5028 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4596 , cls_90 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 2.0407 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4597 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.9247 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4622 , cls_90 , 0.0000 , 0.1680 , 0.0103 , 3333333.3333 , 1.8667 , 0.8350 , 0.6774 , 0.7202 , 0.0000 , 0.0000 , 0.0000 , 53.3904 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4648 , cls_90 , 0.0000 , 0.0780 , 0.0058 , 4126984.1270 , 1.3000 , 0.9185 , 0.6068 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 273.6561 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4662 , cls_90 , 0.0000 , 0.1080 , 0.0067 , 5454545.4545 , 1.8000 , 0.8471 , 0.6215 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 61.3961 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4663 , cls_90 , 0.0000 , 0.6300 , 0.0395 , 2953586.4979 , 3.3871 , 0.6011 , 0.8626 , 0.7518 , 0.0000 , 0.0000 , 0.0000 , 27.9798 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4687 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1040 , 0.1140 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4695 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2033 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4708 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.9337 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4714 , cls_90 , 0.0000 , 0.0540 , 0.0039 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 310.8817 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4725 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.8795 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4726 , cls_90 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 19.5094 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4727 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 24.8787 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4731 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 79.9704 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4750 , cls_90 , 0.0000 , 0.0540 , 0.0044 , 6000000.0000 , 1.2857 , 0.9243 , 0.6255 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.3317 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4757 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 316.0280 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4773 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2612 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4774 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 71.0703 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4797 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 161.3734 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4813 , cls_90 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 80.3613 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4828 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4836 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4829 , cls_90 , 0.0000 , 0.0960 , 0.0064 , 7111111.1111 , 2.0000 , 0.8372 , 0.7347 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.1238 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4847 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9790 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4887 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.3326 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4893 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 66.0783 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4921 , cls_90 , 0.0000 , 0.0720 , 0.0059 , 8000000.0000 , 1.7143 , 0.8625 , 0.7805 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 246.3475 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4934 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 61.2683 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4960 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.5573 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4963 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 153.6715 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4992 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.1437 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4995 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 247.8643 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4996 , cls_90 , 0.0000 , 0.1020 , 0.0074 , 4927536.2319 , 1.7000 , 0.8651 , 0.7747 , 0.5725 , 0.0000 , 0.0000 , 0.0000 , 155.4466 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5054 , cls_90 , 0.0000 , 0.0480 , 0.0042 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.6994 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5070 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.5661 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5104 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2752 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5141 , cls_90 , 0.0000 , 0.0540 , 0.0046 , 5454545.4545 , 1.2857 , 0.9338 , 0.6584 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 246.6803 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5159 , cls_90 , 0.0000 , 0.0600 , 0.0053 , 4761904.7619 , 1.2500 , 0.9354 , 0.6637 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 4.5098 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5165 , cls_90 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 13.3959 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5171 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2887 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5184 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1447 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5249 , cls_90 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 97.5735 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5263 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.8683 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5305 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2987 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5310 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.9103 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5318 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 45.8015 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5341 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 32.9779 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5342 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 52.0590 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5344 , cls_90 , 0.0000 , 0.0660 , 0.0051 , 7333333.3333 , 1.5714 , 0.8812 , 0.7598 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 96.2310 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5360 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5318 , 0.0430 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5391 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.4066 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5395 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 21.1895 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5411 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.1492 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5412 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 19.9100 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5463 , cls_90 , 0.0000 , 0.0600 , 0.0045 , 8333333.3333 , 1.6667 , 0.8805 , 0.6817 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 31.4130 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5527 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8198 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5528 , cls_90 , 0.0000 , 0.0540 , 0.0039 , 6000000.0000 , 1.2857 , 0.9243 , 0.5609 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 8.0387 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5530 , cls_90 , 0.0000 , 0.1140 , 0.0079 , 7037037.0370 , 2.1111 , 0.8153 , 0.8237 , 0.4352 , 0.0000 , 0.0000 , 0.0000 , 62.5907 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5531 , cls_90 , 0.0000 , 0.0900 , 0.0066 , 6250000.0000 , 1.8750 , 0.8579 , 0.7603 , 0.4896 , 0.0000 , 0.0000 , 0.0000 , 321.5823 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5596 , cls_90 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.0953 , 0.0330 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5624 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7486 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5627 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 27.3660 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5629 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 15.2224 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5630 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 10.1363 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5644 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.4467 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5657 , cls_90 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 34.2028 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5658 , cls_90 , 0.0000 , 0.3120 , 0.0146 , 4561403.5088 , 2.8889 , 0.7001 , 0.7901 , 0.6272 , 0.0000 , 0.0000 , 0.0000 , 15.8471 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5677 , cls_90 , 0.0000 , 0.1800 , 0.0120 , 4545454.5455 , 2.1429 , 0.7917 , 0.8163 , 0.6326 , 0.0000 , 0.0000 , 0.0000 , 56.4511 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5697 , cls_90 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 42.2096 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5724 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4296 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5730 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.1671 , 0.1158 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5745 , cls_90 , 0.0000 , 0.4560 , 0.0185 , 2753623.1884 , 2.7143 , 0.6783 , 0.6682 , 0.7790 , 0.0000 , 0.0000 , 0.0000 , 18.5785 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5746 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 62.6776 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5761 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 3.1613 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5774 , cls_90 , 0.0000 , 0.0780 , 0.0046 , 9629629.6296 , 2.1667 , 0.8359 , 0.6048 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 0.7360 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5789 , cls_90 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.9042 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5839 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.7663 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5846 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 24.8656 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5857 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2662 , 0.0631 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5873 , cls_90 , 0.0000 , 0.0480 , 0.0042 , 13333333.3333 , 2.0000 , 0.8645 , 0.8408 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 15.0395 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5895 , cls_90 , 0.0000 , 0.0480 , 0.0045 , 4848484.8485 , 1.1429 , 0.9594 , 0.6498 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 2.4989 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5906 , cls_90 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1370 , 0.0330 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5920 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8574 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5922 , cls_90 , 0.0000 , 0.1020 , 0.0090 , 4927536.2319 , 1.7000 , 0.8651 , 0.8021 , 0.5725 , 0.0000 , 0.0000 , 0.0000 , 8.3088 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5935 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4795 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5953 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 18.2539 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5954 , cls_90 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 8.7880 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5983 , cls_90 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 25.9460 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5985 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.2584 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6030 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1986 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6034 , cls_90 , 0.0000 , 0.0780 , 0.0053 , 4561403.5088 , 1.4444 , 0.9079 , 0.5829 , 0.6228 , 0.0000 , 0.0000 , 0.0000 , 8.3984 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6056 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 10.9417 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6094 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0991 , 0.0497 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6117 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 49.1356 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6118 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1927 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6122 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.8979 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6146 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5288 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6169 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8084 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6172 , cls_90 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.8745 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6173 , cls_90 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 8.0081 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6178 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 19.1960 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6225 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 12.6953 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6252 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5061 , 0.0285 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6253 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.2715 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6281 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.5833 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6282 , cls_90 , 0.0000 , 0.1560 , 0.0117 , 5416666.6667 , 2.1667 , 0.7959 , 0.8433 , 0.5521 , 0.0000 , 0.0000 , 0.0000 , 18.2774 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6303 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3749 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6364 , cls_90 , 0.0000 , 0.1980 , 0.0150 , 4888888.8889 , 2.3571 , 0.7696 , 0.8408 , 0.5778 , 0.0000 , 0.0000 , 0.0000 , 17.9998 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6383 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.4702 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6398 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5041 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6419 , cls_90 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.2773 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6434 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5750 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6435 , cls_90 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 13.9870 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6462 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7336 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6466 , cls_90 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4418 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6516 , cls_90 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 0.2469 , 0.0618 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6522 , cls_90 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.1207 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6534 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.3903 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6535 , cls_90 , 0.0000 , 0.3000 , 0.0198 , 5847953.2164 , 3.1250 , 0.6839 , 0.8940 , 0.5292 , 0.0000 , 0.0000 , 0.0000 , 6.2492 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6560 , cls_90 , 0.0000 , 0.0900 , 0.0058 , 5882352.9412 , 1.6667 , 0.8638 , 0.7294 , 0.5392 , 0.0000 , 0.0000 , 0.0000 , 6.9893 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6591 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0450 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6592 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.9830 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6594 , cls_90 , 0.0000 , 0.0900 , 0.0075 , 4761904.7619 , 1.5000 , 0.8851 , 0.7429 , 0.5952 , 0.0000 , 0.0000 , 0.0000 , 5.4146 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6606 , cls_90 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.7891 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6616 , cls_90 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 0.5939 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6644 , cls_90 , 0.0000 , 0.0600 , 0.0047 , 4166666.6667 , 1.2500 , 0.9495 , 0.4008 , 0.6563 , 0.0000 , 0.0000 , 0.0000 , 1.1180 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6654 , cls_90 , 0.0000 , 0.1140 , 0.0082 , 4523809.5238 , 1.7273 , 0.8588 , 0.7379 , 0.6310 , 0.0000 , 0.0000 , 0.0000 , 11.4957 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6660 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.9886 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6661 , cls_90 , 0.0000 , 0.0720 , 0.0049 , 8888888.8889 , 2.0000 , 0.8529 , 0.7708 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.7992 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6774 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8537 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6812 , cls_90 , 0.0000 , 0.1440 , 0.0081 , 4848484.8485 , 2.0000 , 0.8186 , 0.5798 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 8.4209 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6885 , cls_90 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.7631 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6941 , cls_90 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4611 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6952 , cls_90 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.4076 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6985 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.8781 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7013 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9152 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7020 , cls_90 , 0.0000 , 0.0600 , 0.0053 , 4761904.7619 , 1.2500 , 0.9354 , 0.6927 , 0.5714 , 0.0000 , 0.0000 , 0.0000 , 10.1579 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7043 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4000 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7051 , cls_90 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.1811 , 0.0765 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7061 , cls_90 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 0.8653 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7065 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9292 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7074 , cls_90 , 0.0000 , 0.0480 , 0.0041 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 1.1696 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7098 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3047 , 0.0778 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7137 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8484 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7173 , cls_90 , 0.0000 , 0.0720 , 0.0047 , 7272727.2727 , 1.7143 , 0.8714 , 0.6888 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 1.1257 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7183 , cls_90 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.4696 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7224 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9894 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7226 , cls_90 , 0.0000 , 0.0420 , 0.0039 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 0.7491 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7273 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8219 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7318 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0714 , 0.1254 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7403 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3943 , 0.0481 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7425 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6202 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7426 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5979 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7659 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8650 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7789 , cls_90 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 4.1266 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7793 , cls_90 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.8040 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7828 , cls_90 , 0.0000 , 0.0720 , 0.0045 , 8000000.0000 , 1.7143 , 0.8625 , 0.6255 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 4.1135 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7854 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2544 , 0.0560 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7861 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3780 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7923 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.3740 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7953 , cls_90 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 0.4411 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7990 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5493 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8000 , cls_90 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.6191 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8004 , cls_90 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.6268 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8016 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2683 , 0.0560 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8027 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6216 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8044 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8367 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8075 , cls_90 , 0.0000 , 0.0540 , 0.0047 , 7500000.0000 , 1.5000 , 0.9026 , 0.7247 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 0.6203 , 0.0361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8092 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.0442 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8093 , cls_90 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.5054 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8200 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.5865 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8205 , cls_90 , 0.0000 , 0.0480 , 0.0043 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 0.3477 , 0.0433 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8234 , cls_90 , 0.0000 , 0.2460 , 0.0119 , 3796296.2963 , 2.4118 , 0.7597 , 0.6541 , 0.6991 , 0.0000 , 0.0000 , 0.0000 , 1.6699 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8284 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4863 , 0.0390 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8529 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 15.1999 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8552 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7708 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8591 , cls_90 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 0.6623 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8611 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4929 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8634 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5434 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8652 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7981 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8682 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5545 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8690 , cls_90 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.4442 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8718 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.1938 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8751 , cls_90 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.2956 , 0.0513 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8810 , cls_90 , 0.0000 , 0.0840 , 0.0056 , 8484848.4848 , 2.0000 , 0.8380 , 0.7357 , 0.3030 , 0.0000 , 0.0000 , 0.0000 , 0.7138 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8840 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0689 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8904 , cls_90 , 0.0000 , 0.0840 , 0.0070 , 5185185.1852 , 1.5556 , 0.8853 , 0.8024 , 0.5463 , 0.0000 , 0.0000 , 0.0000 , 4.4458 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8930 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.6380 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8933 , cls_90 , 0.0000 , 0.1080 , 0.0093 , 5714285.7143 , 1.8000 , 0.8426 , 0.8454 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.7995 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8966 , cls_90 , 0.0000 , 0.0480 , 0.0043 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 1.3897 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9038 , cls_90 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0896 , 0.0883 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9040 , cls_90 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.5573 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9048 , cls_90 , 0.0000 , 0.0600 , 0.0047 , 5128205.1282 , 1.2500 , 0.9278 , 0.5132 , 0.5641 , 0.0000 , 0.0000 , 0.0000 , 9.8228 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9056 , cls_90 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.4083 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9057 , cls_90 , 0.0000 , 0.0480 , 0.0038 , 7619047.6190 , 1.3333 , 0.9145 , 0.6572 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 1.1597 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9081 , cls_90 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 0.5066 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9130 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2327 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9149 , cls_90 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 1.1296 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9209 , cls_90 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.3803 , 0.0466 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9230 , cls_90 , 0.0000 , 0.1500 , 0.0104 , 5376344.0860 , 2.0833 , 0.8024 , 0.8026 , 0.5591 , 0.0000 , 0.0000 , 0.0000 , 0.8619 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9359 , cls_90 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3379 , 0.0532 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9442 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4305 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9535 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5966 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9569 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3082 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9605 , cls_90 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.1354 , 0.0516 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9620 , cls_90 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.3447 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9648 , cls_90 , 0.0000 , 0.0480 , 0.0040 , 4444444.4444 , 1.1429 , 0.9685 , 0.4731 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 1.3995 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9650 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7080 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9789 , cls_90 , 0.0000 , 0.1020 , 0.0091 , 4927536.2319 , 1.7000 , 0.8651 , 0.8355 , 0.5507 , 0.0000 , 0.0000 , 0.0000 , 0.1598 , 0.1075 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9830 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3932 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9835 , cls_90 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.2726 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9862 , cls_90 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3286 , 0.0424 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 22 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4653 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 26 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2972 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 30 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3114 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 40 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3010 , 0.0313 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 54 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.8908 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 91 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4874 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 118 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.3909 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 120 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3549 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 122 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3932 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 126 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.5775 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 130 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9433 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 132 , cls_100 , 0.0000 , 0.1140 , 0.0070 , 7450980.3922 , 2.1111 , 0.8100 , 0.7919 , 0.4216 , 0.0000 , 0.0000 , 0.0000 , 2.6410 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 143 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.4579 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 157 , cls_100 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.2929 , 0.0497 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 201 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.5366 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 212 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 2.0242 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 220 , cls_100 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1882 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 224 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.1873 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 226 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4100 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 239 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9628 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 255 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5949 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 257 , cls_100 , 0.0000 , 0.0840 , 0.0055 , 8484848.4848 , 2.0000 , 0.8380 , 0.7585 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.5987 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 260 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1836 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 262 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8400 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 265 , cls_100 , 0.0000 , 0.0540 , 0.0052 , 8571428.5714 , 1.5000 , 0.8902 , 0.8318 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 4.0853 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 266 , cls_100 , 0.0000 , 0.0360 , 0.0031 , 5000000.0000 , 1.0000 , 0.9877 , 0.4341 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 6.6784 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 268 , cls_100 , 0.0000 , 0.0780 , 0.0056 , 5777777.7778 , 1.6250 , 0.8838 , 0.6396 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 0.6075 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 273 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7824 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 283 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3887 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 298 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.6383 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 315 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9593 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 316 , cls_100 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7234 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 323 , cls_100 , 0.0000 , 0.1200 , 0.0083 , 5128205.1282 , 1.8182 , 0.8389 , 0.7453 , 0.5897 , 0.0000 , 0.0000 , 0.0000 , 5.6031 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 329 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.2084 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 330 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4310 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 341 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.3444 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 343 , cls_100 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.9886 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 344 , cls_100 , 0.0000 , 0.1080 , 0.0076 , 7500000.0000 , 2.2500 , 0.8166 , 0.8370 , 0.3646 , 0.0000 , 0.0000 , 0.0000 , 4.0610 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 348 , cls_100 , 0.0000 , 0.0480 , 0.0037 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 0.6029 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 360 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0637 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 364 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3650 , 0.0350 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 368 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7336 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 389 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4378 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 391 , cls_100 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 3.2514 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 394 , cls_100 , 0.0000 , 0.0600 , 0.0053 , 6666666.6667 , 1.4286 , 0.9016 , 0.7598 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.1242 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 397 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9902 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 405 , cls_100 , 0.0000 , 0.0660 , 0.0041 , 9166666.6667 , 1.8333 , 0.8606 , 0.5926 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 3.9508 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 419 , cls_100 , 0.0000 , 0.0780 , 0.0050 , 10833333.3333 , 2.1667 , 0.8255 , 0.6817 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.5636 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 421 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7278 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 429 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3661 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 451 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.9485 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 459 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.7385 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 463 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5785 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 467 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.3593 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 468 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.2591 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 471 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5302 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 491 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.9126 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 498 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8864 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 499 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7646 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 502 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9970 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 504 , cls_100 , 0.0000 , 0.0780 , 0.0060 , 6666666.6667 , 1.6250 , 0.8698 , 0.8053 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 7.1049 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 532 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2688 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 533 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.1469 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 542 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5890 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 544 , cls_100 , 0.0000 , 0.0540 , 0.0047 , 8571428.5714 , 1.5000 , 0.8902 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 2.9927 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 554 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.1703 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 560 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0456 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 574 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.8755 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 576 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4742 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 577 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.2622 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 579 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2175 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 589 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.2933 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 612 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3179 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 614 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.4990 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 618 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.9784 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 619 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5826 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 620 , cls_100 , 0.0000 , 0.0720 , 0.0058 , 8000000.0000 , 1.7143 , 0.8625 , 0.7805 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.8655 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 622 , cls_100 , 0.0000 , 0.0600 , 0.0043 , 7407407.4074 , 1.6667 , 0.8916 , 0.5416 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 1.2379 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 630 , cls_100 , 0.0000 , 0.0840 , 0.0052 , 8484848.4848 , 2.0000 , 0.8380 , 0.6584 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 0.6144 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 635 , cls_100 , 0.0000 , 0.0840 , 0.0053 , 7179487.1795 , 1.7500 , 0.8534 , 0.6322 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 2.8651 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 637 , cls_100 , 0.0000 , 0.1020 , 0.0074 , 7083333.3333 , 2.1250 , 0.8296 , 0.8041 , 0.4271 , 0.0000 , 0.0000 , 0.0000 , 0.4571 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 639 , cls_100 , 0.0000 , 0.0540 , 0.0047 , 12000000.0000 , 1.8000 , 0.8603 , 0.8447 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0845 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 647 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4694 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 653 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1417 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 661 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0612 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 662 , cls_100 , 0.0000 , 0.0600 , 0.0048 , 7407407.4074 , 1.6667 , 0.8916 , 0.7135 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 5.0245 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 665 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9132 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 667 , cls_100 , 0.0000 , 0.0540 , 0.0044 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.6878 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 669 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6590 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 672 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6846 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 701 , cls_100 , 0.0000 , 0.0840 , 0.0059 , 5185185.1852 , 1.5556 , 0.8853 , 0.7205 , 0.5741 , 0.0000 , 0.0000 , 0.0000 , 1.5598 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 705 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3610 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 711 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4303 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 716 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6910 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 746 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8118 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 752 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7233 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 763 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2987 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 771 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4253 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 774 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3148 , 0.0484 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 782 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5257 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 785 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0647 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 798 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.4473 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 800 , cls_100 , 0.0000 , 0.1140 , 0.0080 , 7037037.0370 , 2.1111 , 0.8153 , 0.8041 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 4.4009 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 820 , cls_100 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 1.1234 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 848 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.4613 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 858 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9873 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 866 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 0.9738 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 873 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2679 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 889 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.3094 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 895 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0140 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 902 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8812 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 911 , cls_100 , 0.0000 , 0.0540 , 0.0046 , 6666666.6667 , 1.5000 , 0.9139 , 0.7205 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 5.3893 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 913 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.6292 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 923 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6437 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 936 , cls_100 , 0.0000 , 0.0600 , 0.0040 , 6060606.0606 , 1.4286 , 0.9110 , 0.4613 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 0.5503 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 939 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2214 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 945 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.1303 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 946 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5545 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 961 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5784 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 965 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1212 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 975 , cls_100 , 0.0000 , 0.0600 , 0.0043 , 9523809.5238 , 1.6667 , 0.8684 , 0.7215 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 2.5757 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 982 , cls_100 , 0.0000 , 0.0540 , 0.0040 , 6000000.0000 , 1.2857 , 0.9243 , 0.6255 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 0.7584 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 991 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.4283 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1004 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1070 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1007 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5980 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1009 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5270 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1013 , cls_100 , 0.0000 , 0.1080 , 0.0074 , 7058823.5294 , 2.0000 , 0.8223 , 0.7768 , 0.4412 , 0.0000 , 0.0000 , 0.0000 , 1.3875 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1020 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7227 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1031 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6438 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1038 , cls_100 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.6544 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1040 , cls_100 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.5750 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1053 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5281 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1075 , cls_100 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.6231 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1109 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.9856 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1115 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4054 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1140 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6267 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1142 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 1.6518 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1169 , cls_100 , 0.0000 , 0.0600 , 0.0052 , 9523809.5238 , 1.6667 , 0.8684 , 0.7826 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 0.9412 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1205 , cls_100 , 0.0000 , 0.0840 , 0.0061 , 7777777.7778 , 2.0000 , 0.8460 , 0.7935 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 1.8088 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1211 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5535 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1216 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.4113 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1218 , cls_100 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 0.3815 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1241 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6484 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1252 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5957 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1263 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6372 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1281 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2208 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1282 , cls_100 , 0.0000 , 0.0540 , 0.0047 , 10000000.0000 , 1.8000 , 0.8762 , 0.8302 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.3972 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1287 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6320 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1306 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4655 , 0.0323 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1309 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4361 , 0.0350 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1312 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5444 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1319 , cls_100 , 0.0000 , 0.0480 , 0.0042 , 13333333.3333 , 2.0000 , 0.8645 , 0.8408 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 0.3947 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1337 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9259 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1346 , cls_100 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9106 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1352 , cls_100 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1929 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1375 , cls_100 , 0.0000 , 0.0600 , 0.0040 , 8333333.3333 , 1.6667 , 0.8805 , 0.5926 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 0.5647 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1386 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.4664 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1388 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.8704 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1393 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7732 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1402 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.9873 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1417 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0507 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1425 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1237 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1433 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4736 , 0.0331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1438 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.7623 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1466 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4140 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1490 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.6483 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1497 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9120 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1510 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.6535 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1522 , cls_100 , 0.0000 , 0.0480 , 0.0036 , 5925925.9259 , 1.3333 , 0.9389 , 0.4270 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 0.6592 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1530 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3691 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1536 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7096 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1549 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4065 , 0.0295 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1553 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.9542 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1555 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0758 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1558 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.6030 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1571 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3584 , 0.0339 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1573 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4494 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1602 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.7700 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1658 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3551 , 0.0382 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1676 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5710 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1688 , cls_100 , 0.0000 , 0.0660 , 0.0055 , 12222222.2222 , 2.2000 , 0.8354 , 0.8748 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3482 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1693 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6692 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1710 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3771 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1724 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4578 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1733 , cls_100 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.0312 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1750 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5743 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1766 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6381 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1780 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2650 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1781 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7656 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1812 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6501 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1827 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3423 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1834 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5472 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1842 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.2668 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1844 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.0269 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1850 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3499 , 0.0283 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1853 , cls_100 , 0.0000 , 0.1080 , 0.0074 , 3870967.7419 , 1.5000 , 0.8826 , 0.6842 , 0.6774 , 0.0000 , 0.0000 , 0.0000 , 1.8063 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1863 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4075 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1867 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4726 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1875 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2853 , 0.0454 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1907 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.0596 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1915 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9076 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1924 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.7969 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1926 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7294 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1936 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3120 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1941 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3433 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1954 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2359 , 0.0351 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1959 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5789 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1960 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.8229 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1964 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3961 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1976 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5306 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1991 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.1113 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2054 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3835 , 0.0268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2118 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.4719 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2126 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8360 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2128 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8471 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2143 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.1363 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2147 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.9857 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2173 , cls_100 , 0.0000 , 0.0600 , 0.0046 , 5555555.5556 , 1.4286 , 0.9196 , 0.5870 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 1.2690 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2175 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.9490 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2204 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3312 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2212 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.4733 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2217 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2151 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2218 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.1357 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2227 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.5905 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2235 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4207 , 0.0379 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2238 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4696 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2252 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6246 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2259 , cls_100 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 0.2582 , 0.0600 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2273 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7411 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2282 , cls_100 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.9296 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2306 , cls_100 , 0.0000 , 0.0660 , 0.0051 , 8148148.1481 , 1.8333 , 0.8713 , 0.7838 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.7393 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2309 , cls_100 , 0.0000 , 0.0600 , 0.0057 , 8333333.3333 , 1.6667 , 0.8805 , 0.8041 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 2.6307 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2317 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.1494 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2322 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3430 , 0.0402 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2340 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3457 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2346 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7009 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2358 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6412 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2360 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.4558 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2363 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1161 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2369 , cls_100 , 0.0000 , 0.0600 , 0.0055 , 9523809.5238 , 1.6667 , 0.8684 , 0.8217 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 2.9413 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2371 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1812 , 0.0514 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2378 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9989 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2394 , cls_100 , 0.0000 , 0.0540 , 0.0045 , 5000000.0000 , 1.2857 , 0.9427 , 0.5870 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 1.6937 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2395 , cls_100 , 0.0000 , 0.0600 , 0.0048 , 11111111.1111 , 2.0000 , 0.8548 , 0.7613 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 1.9809 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2424 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.3401 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2437 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8394 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2441 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.5202 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2451 , cls_100 , 0.0000 , 0.0960 , 0.0059 , 5614035.0877 , 1.7778 , 0.8600 , 0.5829 , 0.5614 , 0.0000 , 0.0000 , 0.0000 , 0.6630 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2466 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.8683 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2481 , cls_100 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.4145 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2501 , cls_100 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 1.3473 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2507 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4416 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2508 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 3.0645 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2527 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4506 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2554 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.5037 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2560 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.3842 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2568 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.4392 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2575 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2523 , 0.0600 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2579 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4320 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2587 , cls_100 , 0.0000 , 0.1020 , 0.0080 , 7555555.5556 , 2.1250 , 0.8236 , 0.8164 , 0.3556 , 0.0000 , 0.0000 , 0.0000 , 3.8456 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2596 , cls_100 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.5119 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2600 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.8419 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2616 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8451 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2624 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.9819 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2637 , cls_100 , 0.0000 , 0.0540 , 0.0043 , 6000000.0000 , 1.2857 , 0.9243 , 0.6817 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.5291 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2658 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.5750 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2678 , cls_100 , 0.0000 , 0.0600 , 0.0053 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.6875 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2689 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2769 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2691 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.8129 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2720 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4171 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2722 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9382 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2735 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9933 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2769 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9076 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2780 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8130 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2795 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4143 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2838 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.1940 , 0.0433 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2845 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3988 , 0.0331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2927 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.8892 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2972 , cls_100 , 0.0000 , 0.0480 , 0.0047 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.5043 , 0.0324 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2999 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5049 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3005 , cls_100 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.5926 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 0.5952 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3029 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.8124 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3035 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.2559 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3063 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 0.2904 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3090 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.7412 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3091 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0032 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3095 , cls_100 , 0.0000 , 0.0960 , 0.0060 , 8888888.8889 , 2.2857 , 0.8167 , 0.7117 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.8232 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3105 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7728 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3120 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6162 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3123 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8304 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3125 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9335 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3177 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.1779 , 0.0433 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3181 , cls_100 , 0.0000 , 0.0840 , 0.0076 , 9333333.3333 , 2.0000 , 0.8294 , 0.8799 , 0.2833 , 0.0000 , 0.0000 , 0.0000 , 0.6146 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3182 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4635 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3199 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9164 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3205 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.0385 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3208 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7834 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3210 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7272 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3241 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2544 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3257 , cls_100 , 0.0000 , 0.1080 , 0.0080 , 10909090.9091 , 2.5714 , 0.7835 , 0.8426 , 0.2121 , 0.0000 , 0.0000 , 0.0000 , 1.2432 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3262 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 0.8227 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3264 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 3.2756 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3269 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.3877 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3275 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8618 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3286 , cls_100 , 0.0000 , 0.0480 , 0.0041 , 5333333.3333 , 1.1429 , 0.9495 , 0.6255 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 3.1055 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3300 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3543 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3312 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6270 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3327 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2847 , 0.0361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3334 , cls_100 , 0.0000 , 0.1260 , 0.0076 , 7368421.0526 , 2.3333 , 0.7973 , 0.8065 , 0.4123 , 0.0000 , 0.0000 , 0.0000 , 0.7538 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3359 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9826 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3409 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.3304 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3443 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.3092 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3455 , cls_100 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 2.3310 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3462 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2511 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3491 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 2.8399 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3523 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0960 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3531 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6687 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3562 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2610 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3563 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.7137 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3570 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3632 , 0.0285 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3578 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.2614 , 0.0735 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3583 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7155 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3597 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.8010 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3600 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5866 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3606 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6461 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3614 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.4602 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3617 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.3496 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3622 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6564 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3632 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4604 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3637 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 1.4890 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3653 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 1.3359 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3665 , cls_100 , 0.0000 , 0.0660 , 0.0061 , 9166666.6667 , 1.8333 , 0.8606 , 0.8041 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 2.0712 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3685 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6251 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3690 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7084 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3691 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4702 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3704 , cls_100 , 0.0000 , 0.0600 , 0.0046 , 11111111.1111 , 2.0000 , 0.8548 , 0.7753 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 1.7088 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3706 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1068 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3715 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5055 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3786 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2772 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3796 , cls_100 , 0.0000 , 0.0660 , 0.0056 , 9166666.6667 , 1.8333 , 0.8606 , 0.8078 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.9869 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3809 , cls_100 , 0.0000 , 0.0960 , 0.0068 , 9696969.6970 , 2.2857 , 0.8090 , 0.8081 , 0.2879 , 0.0000 , 0.0000 , 0.0000 , 0.5727 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3828 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.7472 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3833 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2041 , 0.0564 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3841 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2580 , 0.0570 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3844 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.4066 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3853 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.3294 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3871 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.6326 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3872 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.9395 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3892 , cls_100 , 0.0000 , 0.0480 , 0.0043 , 6666666.6667 , 1.3333 , 0.9273 , 0.7247 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.6999 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3896 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2752 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3917 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3250 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3942 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.8125 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3978 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.2846 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3984 , cls_100 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 1.5690 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3999 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.5160 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4009 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.8742 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4031 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5020 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4051 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3119 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4064 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 1.1787 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4066 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8975 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4071 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2958 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4080 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3896 , 0.0366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4083 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6093 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4102 , cls_100 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 0.7696 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4118 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6813 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4127 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.3678 , 0.0330 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4140 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.6016 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4169 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4489 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4178 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5705 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4206 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8389 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4227 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5619 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4234 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8910 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4253 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8624 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4263 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.6831 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4274 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8045 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4276 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.8435 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4278 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.8753 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4279 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1998 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4286 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0105 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4302 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.3076 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4304 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9154 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4310 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0717 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4322 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3770 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4333 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.2057 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4334 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.3708 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4337 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9420 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4349 , cls_100 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.3607 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4361 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0695 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4370 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6617 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4375 , cls_100 , 0.0000 , 0.0720 , 0.0055 , 8000000.0000 , 1.7143 , 0.8625 , 0.7913 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 0.4605 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4399 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1308 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4401 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.3440 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4412 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8269 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4419 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5833 , 0.0313 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4423 , cls_100 , 0.0000 , 0.0960 , 0.0058 , 7111111.1111 , 2.0000 , 0.8372 , 0.6707 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.2002 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4437 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9729 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4443 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.5796 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4445 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0260 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4487 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2591 , 0.0601 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4497 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7143 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4503 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9091 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4504 , cls_100 , 0.0000 , 0.0600 , 0.0044 , 6666666.6667 , 1.4286 , 0.9016 , 0.6817 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 1.6519 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4516 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3562 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4517 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.3574 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4526 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1447 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4537 , cls_100 , 0.0000 , 0.0720 , 0.0067 , 8888888.8889 , 2.0000 , 0.8529 , 0.8727 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 0.5152 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4539 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5909 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4544 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9528 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4556 , cls_100 , 0.0000 , 0.0900 , 0.0058 , 8333333.3333 , 2.1429 , 0.8309 , 0.7495 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 1.0645 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4565 , cls_100 , 0.0000 , 0.0660 , 0.0075 , 7333333.3333 , 1.5714 , 0.8812 , 0.8739 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.4780 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4582 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.8188 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4587 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.2041 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4590 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5426 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4593 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6531 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4627 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.1948 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4646 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8572 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4652 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.3852 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4665 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7181 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4668 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 1.5398 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4669 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5598 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4684 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7406 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4688 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3272 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4706 , cls_100 , 0.0000 , 0.0600 , 0.0055 , 8333333.3333 , 1.6667 , 0.8805 , 0.8078 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 1.4220 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4709 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1082 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4728 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8059 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4730 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8291 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4758 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2620 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4759 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7437 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4775 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8631 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4778 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9329 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4782 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.3490 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4793 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9083 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4798 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7468 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4800 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.4657 , 0.0323 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4810 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.6893 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4812 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 1.0216 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4823 , cls_100 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.0448 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4849 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7830 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4852 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.5990 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4868 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.4964 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4871 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.0658 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4875 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.9821 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4878 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.7209 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4889 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.4515 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4894 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.0273 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4899 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8881 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4900 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2746 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4911 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.1165 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4914 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.6738 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4932 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2341 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4935 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4691 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4939 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4668 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4981 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9542 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4983 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4202 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4985 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.5814 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4986 , cls_100 , 0.0000 , 0.0540 , 0.0051 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 0.9771 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4994 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3335 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5013 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3872 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5023 , cls_100 , 0.0000 , 0.0660 , 0.0047 , 7333333.3333 , 1.5714 , 0.8812 , 0.6894 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.7460 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5025 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.2782 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5028 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1297 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5041 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5961 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5053 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4378 , 0.0366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5060 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3079 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5061 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3028 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5076 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3303 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5080 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5431 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5081 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.7860 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5088 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3072 , 0.0426 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5093 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9757 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5094 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8404 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5096 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3941 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5098 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.2904 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5116 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9093 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5140 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6066 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5151 , cls_100 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.2891 , 0.0324 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5161 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1013 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5194 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.2006 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5195 , cls_100 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.0786 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5196 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.2788 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5205 , cls_100 , 0.0000 , 0.0540 , 0.0038 , 10000000.0000 , 1.8000 , 0.8762 , 0.7062 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.3982 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5251 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3900 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5252 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2677 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5255 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.8594 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5264 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.9205 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5269 , cls_100 , 0.0000 , 0.0960 , 0.0070 , 5925925.9259 , 1.7778 , 0.8547 , 0.6817 , 0.4907 , 0.0000 , 0.0000 , 0.0000 , 0.8451 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5272 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3200 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5302 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3670 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5311 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5588 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5334 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4389 , 0.0582 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5352 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3750 , 0.0324 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5362 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.7237 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5368 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0164 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5369 , cls_100 , 0.0000 , 0.0480 , 0.0035 , 10666666.6667 , 1.6000 , 0.8838 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.5308 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5382 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3185 , 0.0426 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5390 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8668 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5394 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5854 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5422 , cls_100 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.7052 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5462 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7744 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5471 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1349 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5481 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.4546 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5497 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0453 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5501 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7799 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5503 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.1447 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5510 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1308 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5532 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.9319 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5551 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3896 , 0.0313 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5572 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1981 , 0.0313 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5574 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.1816 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5576 , cls_100 , 0.0000 , 0.0480 , 0.0038 , 10666666.6667 , 1.6000 , 0.8838 , 0.6463 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 0.6074 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5578 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.5459 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5587 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4316 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5594 , cls_100 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 1.2482 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5625 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8475 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5636 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3779 , 0.0376 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5654 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.1104 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5659 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6078 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5676 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2700 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5683 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9128 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5726 , cls_100 , 0.0000 , 0.0540 , 0.0045 , 6000000.0000 , 1.2857 , 0.9243 , 0.6817 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 0.4869 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5731 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4765 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5739 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.6934 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5760 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0036 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5762 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9313 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5763 , cls_100 , 0.0000 , 0.0600 , 0.0046 , 6666666.6667 , 1.4286 , 0.9016 , 0.7453 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 2.0491 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5775 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6621 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5784 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4873 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5790 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9840 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5793 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3155 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5800 , cls_100 , 0.0000 , 0.0660 , 0.0049 , 6666666.6667 , 1.5714 , 0.8903 , 0.6584 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 0.8354 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5804 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4073 , 0.0313 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5811 , cls_100 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 2.0071 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5812 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9129 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5815 , cls_100 , 0.0000 , 0.1020 , 0.0065 , 7555555.5556 , 2.1250 , 0.8236 , 0.7419 , 0.3778 , 0.0000 , 0.0000 , 0.0000 , 1.6424 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5819 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0408 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5827 , cls_100 , 0.0000 , 0.0480 , 0.0051 , 7619047.6190 , 1.3333 , 0.9145 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 0.4317 , 0.0330 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5841 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 10.4261 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5853 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.8387 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5870 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.1579 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5875 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1696 , 0.0339 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5892 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1362 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5898 , cls_100 , 0.0000 , 0.1440 , 0.0088 , 4444444.4444 , 2.0000 , 0.8275 , 0.6419 , 0.6296 , 0.0000 , 0.0000 , 0.0000 , 4.5606 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5900 , cls_100 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 11.0383 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5930 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.3985 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5932 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0402 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5942 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7156 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5947 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1280 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5949 , cls_100 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.0721 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5991 , cls_100 , 0.0000 , 0.0540 , 0.0038 , 12000000.0000 , 1.8000 , 0.8603 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9219 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6011 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5004 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6013 , cls_100 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.6021 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 3.4472 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6014 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1333 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6026 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8657 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6091 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1698 , 0.0339 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6095 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6673 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6107 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8062 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6116 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.7740 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6121 , cls_100 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 8.4919 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6130 , cls_100 , 0.0000 , 0.0660 , 0.0049 , 9166666.6667 , 1.8333 , 0.8606 , 0.7736 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.4995 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6148 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.6853 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6171 , cls_100 , 0.0000 , 0.0540 , 0.0040 , 6666666.6667 , 1.5000 , 0.9139 , 0.5593 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 4.4989 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6174 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6415 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6197 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4274 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6198 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5782 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6202 , cls_100 , 0.0000 , 0.1920 , 0.0083 , 7111111.1111 , 2.9091 , 0.7391 , 0.6735 , 0.4556 , 0.0000 , 0.0000 , 0.0000 , 1.8942 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6205 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8105 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6222 , cls_100 , 0.0000 , 0.0780 , 0.0055 , 5777777.7778 , 1.6250 , 0.8838 , 0.7419 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 2.5463 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6264 , cls_100 , 0.0000 , 0.0720 , 0.0055 , 10000000.0000 , 2.0000 , 0.8423 , 0.7736 , 0.2292 , 0.0000 , 0.0000 , 0.0000 , 0.4094 , 0.0541 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6317 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.7265 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6326 , cls_100 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.4132 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6350 , cls_100 , 0.0000 , 0.0840 , 0.0064 , 7179487.1795 , 1.7500 , 0.8534 , 0.7566 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 1.0542 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6354 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6629 , 0.0404 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6359 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.9138 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6363 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4784 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6396 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 4.2335 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6420 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.0801 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6423 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 1.6123 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6471 , cls_100 , 0.0000 , 0.0540 , 0.0039 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.6509 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6473 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8922 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6485 , cls_100 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.6630 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 0.4090 , 0.0366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6492 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4847 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6497 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.8181 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6515 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7351 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6517 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.2807 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6525 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.8689 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6533 , cls_100 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.3338 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6536 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1959 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6558 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.9602 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6563 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2068 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6566 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3752 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6567 , cls_100 , 0.0000 , 0.0780 , 0.0048 , 12380952.3810 , 2.1667 , 0.8141 , 0.8019 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 2.7093 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6581 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7546 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6584 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3435 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6590 , cls_100 , 0.0000 , 0.0540 , 0.0037 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.2156 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6604 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0913 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6615 , cls_100 , 0.0000 , 0.1080 , 0.0081 , 8571428.5714 , 2.2500 , 0.8045 , 0.8422 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.5706 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6622 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.7143 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6625 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.3404 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6630 , cls_100 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.0592 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6637 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.8325 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6645 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.5978 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6653 , cls_100 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.2588 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6662 , cls_100 , 0.0000 , 0.0600 , 0.0048 , 9523809.5238 , 1.6667 , 0.8684 , 0.8217 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 2.1087 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6670 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.7517 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6674 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0834 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6682 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.2831 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6684 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.0559 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6685 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6732 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6694 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.2720 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6697 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 2.6180 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6710 , cls_100 , 0.0000 , 0.2520 , 0.0108 , 7000000.0000 , 3.2308 , 0.6973 , 0.6582 , 0.4417 , 0.0000 , 0.0000 , 0.0000 , 3.4834 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6719 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.8906 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6725 , cls_100 , 0.0000 , 0.0540 , 0.0047 , 8571428.5714 , 1.5000 , 0.8902 , 0.8019 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 0.2856 , 0.0430 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6745 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5216 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6746 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2869 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6749 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0379 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6791 , cls_100 , 0.0000 , 0.0780 , 0.0057 , 8666666.6667 , 1.8571 , 0.8453 , 0.6559 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1334 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6824 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.7533 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6834 , cls_100 , 0.0000 , 0.1920 , 0.0105 , 6881720.4301 , 2.6667 , 0.7420 , 0.8214 , 0.4409 , 0.0000 , 0.0000 , 0.0000 , 3.3868 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6840 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.2838 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6855 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5046 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6866 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.1618 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6868 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9125 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6877 , cls_100 , 0.0000 , 0.1380 , 0.0097 , 7301587.3016 , 2.3000 , 0.7854 , 0.8297 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 4.8044 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6901 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.2263 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6913 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 1.1260 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6930 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7731 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6978 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.5016 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6988 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2207 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6992 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2432 , 0.0408 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7001 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.8465 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7008 , cls_100 , 0.0000 , 0.1200 , 0.0070 , 7017543.8596 , 2.2222 , 0.8085 , 0.6731 , 0.4386 , 0.0000 , 0.0000 , 0.0000 , 3.8959 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7014 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 3.5888 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7027 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3674 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7047 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 1.4936 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7050 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.9149 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7052 , cls_100 , 0.0000 , 0.0660 , 0.0044 , 10476190.4762 , 1.8333 , 0.8487 , 0.6927 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 1.7763 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7067 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.0633 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7070 , cls_100 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 7.4243 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7076 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5138 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7094 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9147 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7107 , cls_100 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.4469 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7119 , cls_100 , 0.0000 , 0.0480 , 0.0048 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.6984 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7124 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1697 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7135 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 6.2140 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7136 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9291 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7138 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5694 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7140 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 8.5770 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7141 , cls_100 , 0.0000 , 0.1320 , 0.0068 , 9166666.6667 , 2.7500 , 0.7713 , 0.7711 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 5.3064 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7149 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5241 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7161 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3363 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7176 , cls_100 , 0.0000 , 0.0600 , 0.0048 , 9523809.5238 , 1.6667 , 0.8684 , 0.7379 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 3.3727 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7188 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5159 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7193 , cls_100 , 0.0000 , 0.0720 , 0.0045 , 8888888.8889 , 2.0000 , 0.8529 , 0.6048 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 1.2658 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7194 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.0373 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7198 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8371 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7202 , cls_100 , 0.0000 , 0.1080 , 0.0062 , 5714285.7143 , 1.8000 , 0.8426 , 0.4955 , 0.5397 , 0.0000 , 0.0000 , 0.0000 , 4.3305 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7204 , cls_100 , 0.0000 , 0.0660 , 0.0048 , 9166666.6667 , 1.8333 , 0.8606 , 0.7004 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 7.1009 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7209 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1387 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7215 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4701 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7225 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4860 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7232 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.1709 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7233 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3622 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7236 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5440 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7240 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.2680 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7248 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3109 , 0.0430 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7249 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.9317 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7262 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7654 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7270 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.7410 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7281 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1517 , 0.0466 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7297 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6184 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7302 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4237 , 0.0351 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7312 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.1998 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7331 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4753 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7353 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0735 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7370 , cls_100 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.7453 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 1.2551 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7371 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.3257 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7385 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.9372 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7387 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7343 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7388 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 0.3105 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7402 , cls_100 , 0.0000 , 0.1260 , 0.0068 , 5833333.3333 , 2.1000 , 0.8194 , 0.6850 , 0.5347 , 0.0000 , 0.0000 , 0.0000 , 1.3682 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7407 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.1445 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7409 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 5185185.1852 , 1.1667 , 0.9673 , 0.4270 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 2.2979 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7414 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.3831 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7416 , cls_100 , 0.0000 , 0.1200 , 0.0089 , 7843137.2549 , 2.2222 , 0.7983 , 0.8268 , 0.4020 , 0.0000 , 0.0000 , 0.0000 , 2.1588 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7423 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.7560 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7428 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7085 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7430 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.0368 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7444 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.9509 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7445 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.0171 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7453 , cls_100 , 0.0000 , 0.0660 , 0.0049 , 6666666.6667 , 1.5714 , 0.8903 , 0.6498 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 1.9527 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7461 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5307 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7465 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0376 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7475 , cls_100 , 0.0000 , 0.0540 , 0.0042 , 6666666.6667 , 1.5000 , 0.9139 , 0.6419 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 2.1944 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7485 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3562 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7507 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1083 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7512 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.4031 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7513 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.0889 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7519 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5373 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7529 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9132 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7561 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8380 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7587 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5392 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7594 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6722 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7596 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7775 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7653 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.9126 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7658 , cls_100 , 0.0000 , 0.0840 , 0.0056 , 7777777.7778 , 2.0000 , 0.8460 , 0.7366 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.1364 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7661 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.1525 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7664 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8849 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7689 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1829 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7723 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.9558 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7727 , cls_100 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 2.1872 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7736 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2311 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7754 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7675 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7768 , cls_100 , 0.0000 , 0.0720 , 0.0055 , 8888888.8889 , 2.0000 , 0.8529 , 0.7796 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 2.4454 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7782 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6044 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7785 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8899 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7790 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.6848 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7792 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 2.4597 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7796 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0583 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7797 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1719 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7816 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5093 , 0.0295 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7825 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5171 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7830 , cls_100 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.5619 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7837 , cls_100 , 0.0000 , 0.0480 , 0.0042 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 2.5042 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7842 , cls_100 , 0.0000 , 0.0480 , 0.0034 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 4.0588 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7843 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2772 , 0.0331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7852 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7532 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7865 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.2789 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7866 , cls_100 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.2171 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7877 , cls_100 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.5256 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7878 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9388 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7879 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7613 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7886 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.5862 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7888 , cls_100 , 0.0000 , 0.1080 , 0.0062 , 8000000.0000 , 2.2500 , 0.8107 , 0.6327 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 1.4722 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7890 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.1331 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7896 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.7481 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7926 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6574 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7930 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.5997 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7931 , cls_100 , 0.0000 , 0.0480 , 0.0042 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 3.2945 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7943 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.5436 , 0.0268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7954 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 2.3310 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7967 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6609 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7968 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.8659 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7969 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6286 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7972 , cls_100 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.7453 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 5.2511 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7973 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 5333333.3333 , 1.1429 , 0.9495 , 0.6021 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 1.3504 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7977 , cls_100 , 0.0000 , 0.0480 , 0.0037 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 2.3528 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7996 , cls_100 , 0.0000 , 0.0480 , 0.0042 , 5925925.9259 , 1.3333 , 0.9389 , 0.7135 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 2.4572 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8007 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2913 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8017 , cls_100 , 0.0000 , 0.0540 , 0.0041 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.5773 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8024 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9598 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8040 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4444 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8043 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.8984 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8048 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0245 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8049 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9118 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8063 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.9837 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8064 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.3785 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8067 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 3.0318 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8090 , cls_100 , 0.0000 , 0.0540 , 0.0048 , 10000000.0000 , 1.8000 , 0.8762 , 0.7935 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.9284 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8096 , cls_100 , 0.0000 , 0.0600 , 0.0050 , 8333333.3333 , 1.6667 , 0.8805 , 0.7736 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.2212 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8100 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.1000 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8102 , cls_100 , 0.0000 , 0.1200 , 0.0071 , 7407407.4074 , 2.2222 , 0.8035 , 0.7304 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 2.5731 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8104 , cls_100 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.5072 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8105 , cls_100 , 0.0000 , 0.0480 , 0.0032 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 3.2698 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8126 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0857 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8129 , cls_100 , 0.0000 , 0.0660 , 0.0052 , 12222222.2222 , 2.2000 , 0.8354 , 0.8302 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5800 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8143 , cls_100 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.3055 , 0.0323 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8151 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9881 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8155 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.7084 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8161 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6319 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8165 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9317 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8179 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.9835 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8181 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.9238 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8186 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.7005 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8204 , cls_100 , 0.0000 , 0.0540 , 0.0049 , 7500000.0000 , 1.5000 , 0.9026 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 0.6142 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8208 , cls_100 , 0.0000 , 0.1140 , 0.0063 , 7037037.0370 , 2.1111 , 0.8153 , 0.7425 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 1.9729 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8213 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7341 , 0.0272 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8220 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4509 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8224 , cls_100 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0624 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8242 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.8519 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8248 , cls_100 , 0.0000 , 0.0480 , 0.0046 , 7619047.6190 , 1.3333 , 0.9145 , 0.7772 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3384 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8256 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.8005 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8257 , cls_100 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2128 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8264 , cls_100 , 0.0000 , 0.0540 , 0.0037 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.1573 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8270 , cls_100 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 0.8872 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8278 , cls_100 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.0648 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8279 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7592 , 0.0272 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8283 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2212 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8286 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.6140 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8293 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3624 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8299 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2914 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8314 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9839 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8316 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.4747 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8318 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.0065 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8326 , cls_100 , 0.0000 , 0.0660 , 0.0049 , 6111111.1111 , 1.5714 , 0.8988 , 0.6273 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 1.7967 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8347 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8803 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8350 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5891 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8364 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3602 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8384 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8142 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8389 , cls_100 , 0.0000 , 0.0900 , 0.0066 , 6666666.6667 , 1.8750 , 0.8517 , 0.7753 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 1.3077 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8394 , cls_100 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.5603 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8400 , cls_100 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.8509 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8408 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9679 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8412 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.3564 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8439 , cls_100 , 0.0000 , 0.0480 , 0.0043 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.5416 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8452 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.5539 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8454 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8074 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8461 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.4370 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8471 , cls_100 , 0.0000 , 0.0480 , 0.0042 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 1.2536 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8478 , cls_100 , 0.0000 , 0.0480 , 0.0036 , 8888888.8889 , 1.6000 , 0.9002 , 0.5756 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3475 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8496 , cls_100 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.3547 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8500 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6068 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8518 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1966 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8523 , cls_100 , 0.0000 , 0.0660 , 0.0055 , 5238095.2381 , 1.3750 , 0.9142 , 0.7078 , 0.5357 , 0.0000 , 0.0000 , 0.0000 , 1.3646 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8527 , cls_100 , 0.0000 , 0.0420 , 0.0035 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 1.2619 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8553 , cls_100 , 0.0000 , 0.0960 , 0.0080 , 7619047.6190 , 2.0000 , 0.8307 , 0.8286 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 1.2857 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8558 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5572 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8566 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8280 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8576 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6058 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8586 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5397 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8592 , cls_100 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.8032 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8594 , cls_100 , 0.0000 , 0.0480 , 0.0034 , 13333333.3333 , 2.0000 , 0.8645 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 2.1719 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8601 , cls_100 , 0.0000 , 0.0600 , 0.0040 , 8333333.3333 , 1.6667 , 0.8805 , 0.5926 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 3.2412 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8603 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0758 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8619 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8317 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8632 , cls_100 , 0.0000 , 0.1020 , 0.0070 , 7555555.5556 , 2.1250 , 0.8236 , 0.7419 , 0.4111 , 0.0000 , 0.0000 , 0.0000 , 2.1886 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8633 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.8556 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8635 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.1538 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8636 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1713 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8649 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9992 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8653 , cls_100 , 0.0000 , 0.0600 , 0.0041 , 9523809.5238 , 1.6667 , 0.8684 , 0.5544 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 2.4670 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8681 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.8857 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8689 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.3970 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8697 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0257 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8707 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5588 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8714 , cls_100 , 0.0000 , 0.0540 , 0.0038 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 2.9053 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8719 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0948 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8720 , cls_100 , 0.0000 , 0.1080 , 0.0071 , 8571428.5714 , 2.2500 , 0.8045 , 0.7772 , 0.3214 , 0.0000 , 0.0000 , 0.0000 , 2.5275 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8733 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.5289 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8735 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7041 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8740 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.3383 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8760 , cls_100 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.4471 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8791 , cls_100 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.8310 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8801 , cls_100 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.4476 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8805 , cls_100 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.3156 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8807 , cls_100 , 0.0000 , 0.0540 , 0.0046 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.7057 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8811 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4378 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8826 , cls_100 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 0.8384 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8830 , cls_100 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 0.7127 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8833 , cls_100 , 0.0000 , 0.0480 , 0.0043 , 6666666.6667 , 1.3333 , 0.9273 , 0.7247 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.9372 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8841 , cls_100 , 0.0000 , 0.0720 , 0.0059 , 7272727.2727 , 1.7143 , 0.8714 , 0.7940 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 3.3713 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8844 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0530 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8845 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.6954 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8850 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0918 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8853 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1662 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8859 , cls_100 , 0.0000 , 0.0480 , 0.0051 , 7619047.6190 , 1.3333 , 0.9145 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 1.4786 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8860 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4147 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8863 , cls_100 , 0.0000 , 0.0420 , 0.0035 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.5541 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8865 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.7410 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8868 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9605 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8878 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5905 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8881 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.4036 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8883 , cls_100 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.3208 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8888 , cls_100 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 1.9951 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8909 , cls_100 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.2115 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8912 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.9863 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8928 , cls_100 , 0.0000 , 0.0720 , 0.0047 , 8000000.0000 , 1.7143 , 0.8625 , 0.5609 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 1.5968 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8931 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.3397 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8934 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8021 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8950 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2523 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8952 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.5229 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8954 , cls_100 , 0.0000 , 0.0600 , 0.0053 , 6060606.0606 , 1.4286 , 0.9110 , 0.7357 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 2.8930 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8959 , cls_100 , 0.0000 , 0.0600 , 0.0043 , 7407407.4074 , 1.6667 , 0.8916 , 0.6048 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 0.7514 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8962 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.5461 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8967 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0821 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8970 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2499 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8984 , cls_100 , 0.0000 , 0.1260 , 0.0093 , 7000000.0000 , 2.3333 , 0.8020 , 0.7805 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 1.3551 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8997 , cls_100 , 0.0000 , 0.1020 , 0.0073 , 7555555.5556 , 2.1250 , 0.8236 , 0.7613 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2.1507 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9001 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.1203 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9027 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 1.8377 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9029 , cls_100 , 0.0000 , 0.0720 , 0.0055 , 8888888.8889 , 2.0000 , 0.8529 , 0.7453 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.2113 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9037 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4579 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9047 , cls_100 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9724 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9053 , cls_100 , 0.0000 , 0.0840 , 0.0058 , 7777777.7778 , 2.0000 , 0.8460 , 0.7753 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 1.3866 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9054 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7771 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9060 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.4300 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9061 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.2637 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9086 , cls_100 , 0.0000 , 0.0480 , 0.0037 , 5333333.3333 , 1.1429 , 0.9495 , 0.4907 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 2.0010 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9093 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.7720 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9111 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8388 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9114 , cls_100 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.0871 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9153 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.3589 , 0.0390 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9174 , cls_100 , 0.0000 , 0.0660 , 0.0065 , 7333333.3333 , 1.5714 , 0.8812 , 0.8041 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 0.8434 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9185 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5796 , 0.0350 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9188 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.3002 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9190 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4041 , 0.0390 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9196 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.3457 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9198 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.6315 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9199 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9962 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9208 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2511 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9212 , cls_100 , 0.0000 , 0.0480 , 0.0038 , 7619047.6190 , 1.3333 , 0.9145 , 0.6572 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.1474 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9226 , cls_100 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.6295 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9234 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.4444 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9241 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6582 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9242 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.6853 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9248 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6224 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9257 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6734 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9258 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.2702 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9261 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.1874 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9285 , cls_100 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2.7095 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9288 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8022 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9302 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.7107 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9313 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6187 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9321 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.0763 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9327 , cls_100 , 0.0000 , 0.0600 , 0.0047 , 6060606.0606 , 1.4286 , 0.9110 , 0.6584 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 2.0944 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9331 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4171 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9336 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1308 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9350 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.1385 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9383 , cls_100 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 1.8680 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9408 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6739 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9409 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8622 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9411 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2879 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9414 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.7491 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9428 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8149 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9443 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7116 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9463 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7920 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9473 , cls_100 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 0.7346 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9487 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0914 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9494 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.7224 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9519 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5119 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9522 , cls_100 , 0.0000 , 0.0720 , 0.0052 , 6666666.6667 , 1.7143 , 0.8797 , 0.7366 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 1.9902 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9528 , cls_100 , 0.0000 , 0.0600 , 0.0050 , 4761904.7619 , 1.2500 , 0.9354 , 0.6039 , 0.5714 , 0.0000 , 0.0000 , 0.0000 , 0.5116 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9533 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4376 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9534 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7043 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9536 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8976 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9540 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0336 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9596 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9108 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9607 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2931 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9608 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.2618 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9615 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.7555 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9622 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.4141 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9625 , cls_100 , 0.0000 , 0.0540 , 0.0037 , 8571428.5714 , 1.5000 , 0.8902 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 3.1941 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9639 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.9447 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9641 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5679 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9649 , cls_100 , 0.0000 , 0.0720 , 0.0060 , 8888888.8889 , 2.0000 , 0.8529 , 0.7838 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 1.2100 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9671 , cls_100 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.9741 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9673 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.7037 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9677 , cls_100 , 0.0000 , 0.0480 , 0.0045 , 4848484.8485 , 1.1429 , 0.9594 , 0.6498 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 0.8987 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9685 , cls_100 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.8301 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9698 , cls_100 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.2727 , 0.0430 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9705 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8300 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9719 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1953 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9744 , cls_100 , 0.0000 , 0.0600 , 0.0042 , 11111111.1111 , 2.0000 , 0.8548 , 0.8137 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.4611 , 0.0339 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9757 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2275 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9758 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4195 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9763 , cls_100 , 0.0000 , 0.0420 , 0.0039 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 1.7153 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9765 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6378 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9779 , cls_100 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.4618 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9816 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4542 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9817 , cls_100 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.8530 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9821 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2648 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9823 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2090 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9825 , cls_100 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4208 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9834 , cls_100 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1959 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9842 , cls_100 , 0.0000 , 0.0600 , 0.0057 , 6060606.0606 , 1.4286 , 0.9110 , 0.7357 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 0.5512 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9852 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0714 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9858 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8312 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9869 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4190 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9871 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4459 , 0.0361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9882 , cls_100 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3930 , 0.0268 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9884 , cls_100 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.0583 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 59 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.9138 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 96 , cls_130 , 0.0000 , 0.0540 , 0.0047 , 5000000.0000 , 1.2857 , 0.9427 , 0.6605 , 0.5694 , 0.0000 , 0.0000 , 0.0000 , 4.0494 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 98 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.2492 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 100 , cls_130 , 0.0000 , 0.1140 , 0.0082 , 5277777.7778 , 1.9000 , 0.8431 , 0.7196 , 0.5486 , 0.0000 , 0.0000 , 0.0000 , 15.4017 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 127 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.3583 , 0.0360 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 133 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.3047 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 149 , cls_130 , 0.0000 , 0.1140 , 0.0079 , 3333333.3333 , 1.4615 , 0.8916 , 0.6129 , 0.7325 , 0.0000 , 0.0000 , 0.0000 , 2.2892 , 0.0570 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 154 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4207 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 184 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 9.7740 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 207 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.2730 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 208 , cls_130 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 11.0211 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 209 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.6898 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 215 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.4721 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 216 , cls_130 , 0.0000 , 0.1140 , 0.0088 , 5066666.6667 , 1.9000 , 0.8472 , 0.7513 , 0.5733 , 0.0000 , 0.0000 , 0.0000 , 6.5897 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 218 , cls_130 , 0.0000 , 0.2160 , 0.0150 , 3809523.8095 , 2.2500 , 0.7809 , 0.7979 , 0.6825 , 0.0000 , 0.0000 , 0.0000 , 4.1723 , 0.0255 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 231 , cls_130 , 0.0000 , 0.0960 , 0.0059 , 8205128.2051 , 2.0000 , 0.8239 , 0.7763 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 2.4180 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 232 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3424 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 236 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5175 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 238 , cls_130 , 0.0000 , 0.1440 , 0.0113 , 4571428.5714 , 2.0000 , 0.8246 , 0.8293 , 0.6095 , 0.0000 , 0.0000 , 0.0000 , 26.4417 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 247 , cls_130 , 0.0000 , 0.1320 , 0.0100 , 2444444.4444 , 1.3750 , 0.9068 , 0.6396 , 0.7917 , 0.0000 , 0.0000 , 0.0000 , 6.8706 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 280 , cls_130 , 0.0000 , 0.0780 , 0.0056 , 6190476.1905 , 1.6250 , 0.8770 , 0.6572 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 16.5061 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 286 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.2103 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 307 , cls_130 , 0.0000 , 0.0540 , 0.0044 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.5164 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 308 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 14.1722 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 310 , cls_130 , 0.0000 , 0.1200 , 0.0079 , 6349206.3492 , 2.0000 , 0.8180 , 0.7547 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 13.4150 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 312 , cls_130 , 0.0000 , 0.0540 , 0.0039 , 6000000.0000 , 1.2857 , 0.9243 , 0.5609 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 20.7485 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 314 , cls_130 , 0.0000 , 0.0420 , 0.0037 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 29.6150 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 335 , cls_130 , 0.0000 , 0.2160 , 0.0131 , 5581395.3488 , 2.5714 , 0.7430 , 0.8112 , 0.5543 , 0.0000 , 0.0000 , 0.0000 , 11.1911 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 350 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.9845 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 361 , cls_130 , 0.0000 , 0.0480 , 0.0042 , 4444444.4444 , 1.1429 , 0.9685 , 0.4731 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 10.8678 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 367 , cls_130 , 0.0000 , 0.2880 , 0.0149 , 3516483.5165 , 2.4000 , 0.7404 , 0.8395 , 0.7125 , 0.0000 , 0.0000 , 0.0000 , 9.2760 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 372 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.8824 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 380 , cls_130 , 0.0000 , 0.0480 , 0.0039 , 5333333.3333 , 1.1429 , 0.9495 , 0.4907 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 9.3864 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 390 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.4163 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 392 , cls_130 , 0.0000 , 0.0720 , 0.0050 , 5000000.0000 , 1.5000 , 0.9083 , 0.4907 , 0.5938 , 0.0000 , 0.0000 , 0.0000 , 17.4629 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 404 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1162 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 406 , cls_130 , 0.0000 , 0.0540 , 0.0039 , 10000000.0000 , 1.8000 , 0.8762 , 0.6180 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 20.0473 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 409 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 30.1105 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 431 , cls_130 , 0.0000 , 0.3780 , 0.0167 , 2658227.8481 , 2.4231 , 0.7197 , 0.5636 , 0.7869 , 0.0000 , 0.0000 , 0.0000 , 634.8057 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 441 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9302 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 455 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 33.8951 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 488 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.7490 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 492 , cls_130 , 0.0000 , 0.1020 , 0.0090 , 5666666.6667 , 1.8889 , 0.8510 , 0.8727 , 0.4917 , 0.0000 , 0.0000 , 0.0000 , 18.9455 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 497 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.4448 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 511 , cls_130 , 0.0000 , 0.0540 , 0.0039 , 5000000.0000 , 1.2857 , 0.9427 , 0.4123 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 633.0512 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 512 , cls_130 , 0.0000 , 0.0540 , 0.0041 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 197.0267 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 521 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6642 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 523 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.6721 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 524 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2255 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 537 , cls_130 , 0.0000 , 0.0660 , 0.0050 , 9166666.6667 , 1.8333 , 0.8606 , 0.7516 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 22.3524 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 543 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 22.1984 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 568 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.2104 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 586 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4071 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 593 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.9743 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 595 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9605 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 610 , cls_130 , 0.0000 , 0.2100 , 0.0135 , 3645833.3333 , 2.1875 , 0.7901 , 0.7889 , 0.7083 , 0.0000 , 0.0000 , 0.0000 , 22.4791 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 616 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.3946 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 621 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.2166 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 633 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.9760 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 638 , cls_130 , 0.0000 , 0.4500 , 0.0188 , 3496503.4965 , 3.1250 , 0.6565 , 0.8008 , 0.7203 , 0.0000 , 0.0000 , 0.0000 , 161.6794 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 657 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.4266 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 660 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 78.8852 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 677 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0413 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 683 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.5921 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 687 , cls_130 , 0.0000 , 5.4540 , 0.1126 , 2405716.5542 , 9.0000 , -0.1638 , 0.8393 , 0.8025 , 0.0000 , 0.0000 , 0.0000 , 114.3489 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 691 , cls_130 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 34.9218 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 713 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 11.0773 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 714 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 30.9476 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 728 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8941 , 0.0395 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 734 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.3679 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 738 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.0034 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 739 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 71.5275 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 741 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 167.5937 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 750 , cls_130 , 0.0000 , 0.0480 , 0.0043 , 7619047.6190 , 1.3333 , 0.9145 , 0.7591 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 21.2254 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 773 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.9945 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 802 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 7.3110 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 807 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.5741 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 810 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.8206 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 830 , cls_130 , 0.0000 , 0.1140 , 0.0073 , 4871794.8718 , 1.7273 , 0.8511 , 0.6963 , 0.6090 , 0.0000 , 0.0000 , 0.0000 , 7.2470 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 836 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 6.2952 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 837 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2537 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 838 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 9.5277 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 842 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 631.9568 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 870 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 16.5999 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 872 , cls_130 , 0.0000 , 0.0660 , 0.0045 , 5641025.6410 , 1.3750 , 0.9067 , 0.5963 , 0.5513 , 0.0000 , 0.0000 , 0.0000 , 79.5016 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 874 , cls_130 , 0.0000 , 0.0540 , 0.0051 , 5454545.4545 , 1.2857 , 0.9338 , 0.7357 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 138.5489 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 878 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.9676 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 880 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.2284 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 900 , cls_130 , 0.0000 , 0.0480 , 0.0047 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 43.6095 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 917 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.7127 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 925 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 31.4037 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 940 , cls_130 , 0.0000 , 0.3420 , 0.0247 , 2345679.0123 , 2.1923 , 0.7531 , 0.8166 , 0.7984 , 0.0000 , 0.0000 , 0.0000 , 7.5082 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 944 , cls_130 , 0.0000 , 0.0420 , 0.0037 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 4.3283 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 954 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 22.9758 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 964 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 638.1583 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 967 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 101.7220 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 994 , cls_130 , 0.0000 , 0.1020 , 0.0058 , 8717948.7179 , 2.1250 , 0.8105 , 0.6322 , 0.3462 , 0.0000 , 0.0000 , 0.0000 , 633.8538 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1000 , cls_130 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 48.3351 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1001 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 59.1455 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1018 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.2330 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1019 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 10.8892 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1035 , cls_130 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 48.2241 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1047 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 7.4721 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1049 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.5581 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1052 , cls_130 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 14.9563 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1058 , cls_130 , 0.0000 , 0.0600 , 0.0041 , 6060606.0606 , 1.4286 , 0.9110 , 0.5170 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 66.1749 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1065 , cls_130 , 0.0000 , 0.3900 , 0.0187 , 2813852.8139 , 2.6000 , 0.7074 , 0.7154 , 0.7706 , 0.0000 , 0.0000 , 0.0000 , 109.2185 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1070 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.5369 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1093 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.5468 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1108 , cls_130 , 0.0000 , 0.0960 , 0.0077 , 3232323.2323 , 1.3333 , 0.9184 , 0.6639 , 0.7222 , 0.0000 , 0.0000 , 0.0000 , 3.8719 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1119 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.0279 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1122 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.5076 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1132 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 128.5236 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1136 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 633.0630 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1146 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 16.7244 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1148 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.3286 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1156 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 14.3966 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1158 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.6124 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1177 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.1874 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1179 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 117.3997 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1181 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0608 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1183 , cls_130 , 0.0000 , 0.0900 , 0.0053 , 7692307.6923 , 1.8750 , 0.8382 , 0.6877 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 26.1794 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1185 , cls_130 , 0.0000 , 0.2760 , 0.0116 , 6258503.4014 , 3.2857 , 0.6921 , 0.7138 , 0.5102 , 0.0000 , 0.0000 , 0.0000 , 32.4758 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1187 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.5805 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1188 , cls_130 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 75.2005 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1192 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 23.9477 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1207 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.7492 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1214 , cls_130 , 0.0000 , 0.1380 , 0.0100 , 5679012.3457 , 2.0909 , 0.8091 , 0.7851 , 0.5247 , 0.0000 , 0.0000 , 0.0000 , 32.3571 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1228 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.6084 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1234 , cls_130 , 0.0000 , 3.8760 , 0.0705 , 2528870.6205 , 7.7831 , 0.0151 , 0.7975 , 0.7925 , 0.0000 , 0.0000 , 0.0000 , 114.4783 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1253 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.0432 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1266 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.9367 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1273 , cls_130 , 0.0000 , 0.2460 , 0.0128 , 3744292.2374 , 2.2778 , 0.7611 , 0.6952 , 0.6986 , 0.0000 , 0.0000 , 0.0000 , 24.9765 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1275 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 11.5387 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1279 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.5641 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1288 , cls_130 , 0.0000 , 0.2220 , 0.0151 , 3474178.4038 , 2.1765 , 0.7862 , 0.8155 , 0.7089 , 0.0000 , 0.0000 , 0.0000 , 36.1813 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1293 , cls_130 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 59.9164 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1297 , cls_130 , 0.0000 , 0.0600 , 0.0046 , 5128205.1282 , 1.2500 , 0.9278 , 0.5132 , 0.5769 , 0.0000 , 0.0000 , 0.0000 , 61.2100 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1298 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.9580 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1321 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.7883 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1332 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 55.0592 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1344 , cls_130 , 0.0000 , 0.5760 , 0.0333 , 3368421.0526 , 3.4286 , 0.6083 , 0.8361 , 0.7211 , 0.0000 , 0.0000 , 0.0000 , 12.4177 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1348 , cls_130 , 0.0000 , 0.0720 , 0.0059 , 6666666.6667 , 1.7143 , 0.8797 , 0.7366 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 8.4601 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1349 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.0506 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1354 , cls_130 , 0.0000 , 0.1080 , 0.0075 , 5000000.0000 , 1.8000 , 0.8559 , 0.7649 , 0.5972 , 0.0000 , 0.0000 , 0.0000 , 140.9617 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1356 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.0488 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1378 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.9096 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1398 , cls_130 , 0.0000 , 0.0720 , 0.0046 , 6666666.6667 , 1.7143 , 0.8797 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 1.8000 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1427 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 175.0921 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1439 , cls_130 , 0.0000 , 0.0540 , 0.0038 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 34.0275 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1440 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 159.9813 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1445 , cls_130 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 196.0055 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1453 , cls_130 , 0.0000 , 0.0420 , 0.0039 , 5185185.1852 , 1.1667 , 0.9673 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 4.0642 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1454 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1509 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1460 , cls_130 , 0.0000 , 0.0540 , 0.0045 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 13.4313 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1464 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 506.7388 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1477 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 32.3281 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1492 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 63.2133 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1503 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.8233 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1504 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 70.8211 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1506 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 163.6503 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1539 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 20.8981 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1554 , cls_130 , 0.0000 , 0.0660 , 0.0053 , 4074074.0741 , 1.2222 , 0.9405 , 0.5676 , 0.6574 , 0.0000 , 0.0000 , 0.0000 , 76.9239 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1580 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.2636 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1582 , cls_130 , 0.0000 , 0.0780 , 0.0057 , 5416666.6667 , 1.6250 , 0.8902 , 0.6866 , 0.5521 , 0.0000 , 0.0000 , 0.0000 , 24.0047 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1583 , cls_130 , 0.0000 , 0.3780 , 0.0193 , 4200000.0000 , 3.1500 , 0.6728 , 0.8412 , 0.6567 , 0.0000 , 0.0000 , 0.0000 , 20.9726 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1585 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.1993 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1586 , cls_130 , 0.0000 , 0.0720 , 0.0059 , 7272727.2727 , 1.7143 , 0.8714 , 0.7845 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 5.7020 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1593 , cls_130 , 0.0000 , 0.3540 , 0.0151 , 3420289.8551 , 2.6818 , 0.7056 , 0.8163 , 0.7290 , 0.0000 , 0.0000 , 0.0000 , 110.0854 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1600 , cls_130 , 0.0000 , 0.5580 , 0.0333 , 3734939.7590 , 3.5769 , 0.6055 , 0.8813 , 0.6918 , 0.0000 , 0.0000 , 0.0000 , 365.2462 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1607 , cls_130 , 0.0000 , 0.0660 , 0.0049 , 5238095.2381 , 1.3750 , 0.9142 , 0.6039 , 0.5714 , 0.0000 , 0.0000 , 0.0000 , 106.8856 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1612 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.7400 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1651 , cls_130 , 0.0000 , 0.0900 , 0.0070 , 5263157.8947 , 1.6667 , 0.8749 , 0.7312 , 0.5526 , 0.0000 , 0.0000 , 0.0000 , 105.5361 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1657 , cls_130 , 0.0000 , 0.1860 , 0.0112 , 6078431.3725 , 2.5833 , 0.7584 , 0.8335 , 0.4951 , 0.0000 , 0.0000 , 0.0000 , 5.1102 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1659 , cls_130 , 0.0000 , 0.0660 , 0.0047 , 4888888.8889 , 1.3750 , 0.9213 , 0.4383 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 8.2279 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1667 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 509.1437 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1678 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9656 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1680 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.7835 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1691 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 103.3461 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1708 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 139.9680 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1715 , cls_130 , 0.0000 , 0.0480 , 0.0040 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 21.3199 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1716 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.2695 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1717 , cls_130 , 0.0000 , 0.0480 , 0.0034 , 6666666.6667 , 1.3333 , 0.9273 , 0.4907 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 15.3115 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1723 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.8683 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1737 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 506.0546 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1743 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 24.7460 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1754 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.2385 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1793 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 27.5941 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1794 , cls_130 , 0.0000 , 0.0660 , 0.0056 , 4583333.3333 , 1.3750 , 0.9280 , 0.6660 , 0.6146 , 0.0000 , 0.0000 , 0.0000 , 10.6080 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1799 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6809 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1839 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 10.8962 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1840 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.7020 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1843 , cls_130 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 2.3815 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1854 , cls_130 , 0.0000 , 0.1320 , 0.0083 , 3666666.6667 , 1.6923 , 0.8604 , 0.5647 , 0.7042 , 0.0000 , 0.0000 , 0.0000 , 329.3958 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1862 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.3235 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1877 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 505.3690 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1882 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.9146 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1889 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 192.3032 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1898 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 102.8247 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1903 , cls_130 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.6740 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1905 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.2787 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1923 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 12.3620 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1927 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 8.8054 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1944 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 64.2721 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1953 , cls_130 , 0.0000 , 0.0480 , 0.0043 , 6666666.6667 , 1.3333 , 0.9273 , 0.7453 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.4798 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1955 , cls_130 , 0.0000 , 0.0600 , 0.0055 , 7407407.4074 , 1.6667 , 0.8916 , 0.7708 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 2.9609 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1974 , cls_130 , 0.0000 , 0.0480 , 0.0043 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 4.7988 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1980 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.8864 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1988 , cls_130 , 0.0000 , 0.1860 , 0.0099 , 3333333.3333 , 1.9375 , 0.8192 , 0.5066 , 0.7285 , 0.0000 , 0.0000 , 0.0000 , 640.3324 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2022 , cls_130 , 0.0000 , 0.1380 , 0.0079 , 6133333.3333 , 2.3000 , 0.8017 , 0.7080 , 0.4933 , 0.0000 , 0.0000 , 0.0000 , 6.6458 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2024 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.9685 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2028 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.3094 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2043 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6222 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2044 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 14.0750 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2045 , cls_130 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 3.9616 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2053 , cls_130 , 0.0000 , 0.0840 , 0.0060 , 6666666.6667 , 1.7500 , 0.8605 , 0.7772 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 9.1268 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2065 , cls_130 , 0.0000 , 0.0780 , 0.0077 , 7878787.8788 , 1.8571 , 0.8541 , 0.8715 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 8.8288 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2066 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.4699 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2068 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.7414 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2072 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.7939 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2091 , cls_130 , 0.0000 , 0.1620 , 0.0092 , 4736842.1053 , 2.0769 , 0.8036 , 0.6753 , 0.6096 , 0.0000 , 0.0000 , 0.0000 , 27.3690 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2097 , cls_130 , 0.0000 , 0.0540 , 0.0041 , 5454545.4545 , 1.2857 , 0.9338 , 0.6215 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 6.7171 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2107 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 431.5541 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2116 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.3069 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2120 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4150 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2122 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.4262 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2130 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 4.3757 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2149 , cls_130 , 0.0000 , 0.0480 , 0.0042 , 5925925.9259 , 1.3333 , 0.9389 , 0.7135 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 4.2051 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2156 , cls_130 , 0.0000 , 0.1920 , 0.0131 , 3232323.2323 , 1.8824 , 0.8175 , 0.7980 , 0.7298 , 0.0000 , 0.0000 , 0.0000 , 385.1573 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2165 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 15.7980 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2176 , cls_130 , 0.0000 , 0.1020 , 0.0082 , 4197530.8642 , 1.5455 , 0.8817 , 0.6846 , 0.6358 , 0.0000 , 0.0000 , 0.0000 , 4.2380 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2182 , cls_130 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 15.5523 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2183 , cls_130 , 0.0000 , 0.0540 , 0.0048 , 5454545.4545 , 1.2857 , 0.9338 , 0.7199 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 72.6500 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2196 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.3162 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2197 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1483 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2214 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6052 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2224 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.4010 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2236 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 158.2719 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2242 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4337 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2268 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.4784 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2271 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5149 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2284 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.8585 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2293 , cls_130 , 0.0000 , 0.1080 , 0.0082 , 4800000.0000 , 1.8000 , 0.8600 , 0.7279 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 12.5386 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2305 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8287 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2315 , cls_130 , 0.0000 , 0.1020 , 0.0080 , 5666666.6667 , 1.8889 , 0.8510 , 0.7375 , 0.5250 , 0.0000 , 0.0000 , 0.0000 , 11.6157 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2329 , cls_130 , 0.0000 , 0.0660 , 0.0052 , 5641025.6410 , 1.3750 , 0.9067 , 0.6817 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 7.5371 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2343 , cls_130 , 0.0000 , 0.0480 , 0.0044 , 7619047.6190 , 1.3333 , 0.9145 , 0.7772 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.7574 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2361 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.2124 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2364 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.6052 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2365 , cls_130 , 0.0000 , 0.0900 , 0.0062 , 3846153.8462 , 1.3636 , 0.9077 , 0.4292 , 0.6795 , 0.0000 , 0.0000 , 0.0000 , 14.6779 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2366 , cls_130 , 0.0000 , 0.0660 , 0.0054 , 3859649.1228 , 1.2222 , 0.9464 , 0.5435 , 0.6754 , 0.0000 , 0.0000 , 0.0000 , 10.6965 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2377 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 14.2988 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2385 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.5865 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2398 , cls_130 , 0.0000 , 0.1080 , 0.0075 , 3333333.3333 , 1.5000 , 0.8991 , 0.5274 , 0.7130 , 0.0000 , 0.0000 , 0.0000 , 8.8732 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2413 , cls_130 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.0574 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2415 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.3613 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2428 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 9.5959 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2431 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 631.5293 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2435 , cls_130 , 0.0000 , 0.0480 , 0.0039 , 4848484.8485 , 1.1429 , 0.9594 , 0.4398 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 7.6300 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2440 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7642 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2455 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 7.9752 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2462 , cls_130 , 0.0000 , 0.0720 , 0.0057 , 5714285.7143 , 1.5000 , 0.8948 , 0.6927 , 0.5119 , 0.0000 , 0.0000 , 0.0000 , 3.4968 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2474 , cls_130 , 0.0000 , 0.0720 , 0.0056 , 4444444.4444 , 1.3333 , 0.9206 , 0.6630 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 506.6361 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2486 , cls_130 , 0.0000 , 0.0900 , 0.0062 , 4545454.5455 , 1.5000 , 0.8899 , 0.5170 , 0.6288 , 0.0000 , 0.0000 , 0.0000 , 6.9875 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2500 , cls_130 , 0.0000 , 0.0780 , 0.0047 , 6666666.6667 , 1.6250 , 0.8698 , 0.6322 , 0.4744 , 0.0000 , 0.0000 , 0.0000 , 430.4453 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2524 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 284.1308 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2549 , cls_130 , 0.0000 , 0.0540 , 0.0046 , 6000000.0000 , 1.2857 , 0.9243 , 0.7170 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 41.6366 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2551 , cls_130 , 0.0000 , 0.1140 , 0.0082 , 5507246.3768 , 1.9000 , 0.8388 , 0.7980 , 0.5362 , 0.0000 , 0.0000 , 0.0000 , 9.9139 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2559 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 1.8718 , 0.0391 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2567 , cls_130 , 0.0000 , 0.1380 , 0.0068 , 6133333.3333 , 2.3000 , 0.8017 , 0.5639 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 22.4609 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2573 , cls_130 , 0.0000 , 0.1440 , 0.0102 , 6153846.1538 , 2.1818 , 0.7953 , 0.8585 , 0.4808 , 0.0000 , 0.0000 , 0.0000 , 34.4347 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2593 , cls_130 , 0.0000 , 0.0540 , 0.0042 , 10000000.0000 , 1.8000 , 0.8762 , 0.6944 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.5176 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2603 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 73.5301 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2619 , cls_130 , 0.0000 , 0.6360 , 0.0281 , 2066276.8031 , 2.8649 , 0.6359 , 0.7058 , 0.8333 , 0.0000 , 0.0000 , 0.0000 , 24.7357 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2621 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.3890 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2634 , cls_130 , 0.0000 , 0.3960 , 0.0149 , 5057471.2644 , 3.4737 , 0.6467 , 0.7030 , 0.5920 , 0.0000 , 0.0000 , 0.0000 , 9.9046 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2646 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.6822 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2653 , cls_130 , 0.0000 , 0.1440 , 0.0082 , 5714285.7143 , 2.1818 , 0.8024 , 0.6845 , 0.5298 , 0.0000 , 0.0000 , 0.0000 , 137.9989 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2660 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 8.0965 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2662 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 24.4182 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2665 , cls_130 , 0.0000 , 0.0600 , 0.0047 , 4166666.6667 , 1.2500 , 0.9495 , 0.5031 , 0.6563 , 0.0000 , 0.0000 , 0.0000 , 14.3902 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2669 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.4900 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2670 , cls_130 , 0.0000 , 0.1020 , 0.0075 , 8095238.0952 , 2.1250 , 0.8172 , 0.8162 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 3.7487 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2673 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.5036 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2674 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 34.4358 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2681 , cls_130 , 0.0000 , 0.0600 , 0.0046 , 6060606.0606 , 1.4286 , 0.9110 , 0.6498 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 17.0881 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2688 , cls_130 , 0.0000 , 0.1020 , 0.0089 , 4722222.2222 , 1.7000 , 0.8694 , 0.8234 , 0.5764 , 0.0000 , 0.0000 , 0.0000 , 7.9655 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2698 , cls_130 , 0.0000 , 0.0600 , 0.0048 , 4761904.7619 , 1.2500 , 0.9354 , 0.5544 , 0.6071 , 0.0000 , 0.0000 , 0.0000 , 5.5952 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2700 , cls_130 , 0.0000 , 0.0540 , 0.0043 , 6666666.6667 , 1.5000 , 0.9139 , 0.7205 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 10.8916 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2705 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 38.3970 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2721 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 71.1152 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2727 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 22.6937 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2734 , cls_130 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.0807 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2739 , cls_130 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 8.5849 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2748 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.0544 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2749 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 12.4732 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2766 , cls_130 , 0.0000 , 0.0720 , 0.0069 , 8888888.8889 , 2.0000 , 0.8529 , 0.8603 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 508.2862 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2787 , cls_130 , 0.0000 , 0.0660 , 0.0042 , 8148148.1481 , 1.8333 , 0.8713 , 0.6630 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 7.1668 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2794 , cls_130 , 0.0000 , 0.0480 , 0.0041 , 4102564.1026 , 1.0000 , 0.9771 , 0.3379 , 0.6410 , 0.0000 , 0.0000 , 0.0000 , 15.0568 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2804 , cls_130 , 0.0000 , 0.5940 , 0.0250 , 4285714.2857 , 3.9600 , 0.5796 , 0.8317 , 0.6418 , 0.0000 , 0.0000 , 0.0000 , 23.0357 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2813 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4116 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2814 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 6.0918 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2827 , cls_130 , 0.0000 , 0.0660 , 0.0047 , 6111111.1111 , 1.5714 , 0.8988 , 0.5506 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 231.5699 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2848 , cls_130 , 0.0000 , 0.3240 , 0.0164 , 4000000.0000 , 2.8421 , 0.7061 , 0.7514 , 0.6611 , 0.0000 , 0.0000 , 0.0000 , 33.7706 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2850 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.3725 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2851 , cls_130 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 16.2578 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2855 , cls_130 , 0.0000 , 0.0540 , 0.0050 , 8571428.5714 , 1.5000 , 0.8902 , 0.8019 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 515.4450 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2856 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 128.2361 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2863 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 4.4591 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2869 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6836 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2871 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.2609 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2879 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.7596 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2887 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 5925925.9259 , 1.3333 , 0.9389 , 0.5593 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 34.5153 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2891 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 41.2106 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2892 , cls_130 , 0.0000 , 0.0480 , 0.0034 , 13333333.3333 , 2.0000 , 0.8645 , 0.7170 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 13.5306 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2893 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 13.9257 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2897 , cls_130 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 3.7364 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2905 , cls_130 , 0.0000 , 0.1380 , 0.0102 , 2395833.3333 , 1.4375 , 0.9027 , 0.5595 , 0.8021 , 0.0000 , 0.0000 , 0.0000 , 41.9947 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2917 , cls_130 , 0.0000 , 0.3180 , 0.0153 , 5608465.6085 , 3.3125 , 0.6774 , 0.7554 , 0.5423 , 0.0000 , 0.0000 , 0.0000 , 35.4621 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2922 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 9.4715 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2923 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.7024 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2926 , cls_130 , 0.0000 , 0.0540 , 0.0042 , 5454545.4545 , 1.2857 , 0.9338 , 0.6498 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 4.9456 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2930 , cls_130 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.5799 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2941 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 17.6861 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2953 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.5098 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2963 , cls_130 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 148.5919 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2976 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.5561 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2988 , cls_130 , 0.0000 , 0.0540 , 0.0048 , 10000000.0000 , 1.8000 , 0.8762 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 513.5244 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2990 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 46.0018 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2993 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 28.8369 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2998 , cls_130 , 0.0000 , 0.0840 , 0.0056 , 5185185.1852 , 1.5556 , 0.8853 , 0.5676 , 0.5926 , 0.0000 , 0.0000 , 0.0000 , 6.6608 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3000 , cls_130 , 0.0000 , 0.0780 , 0.0058 , 6190476.1905 , 1.6250 , 0.8770 , 0.6572 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 3.3677 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3003 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.2732 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3004 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.8047 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3007 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.4565 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3009 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 10.6074 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3019 , cls_130 , 0.0000 , 0.0900 , 0.0072 , 4545454.5455 , 1.5000 , 0.8899 , 0.7307 , 0.6136 , 0.0000 , 0.0000 , 0.0000 , 32.0126 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3025 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.1561 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3038 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 24.3815 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3043 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 16.0611 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3052 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 30.4085 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3058 , cls_130 , 0.0000 , 0.9420 , 0.0422 , 3105835.8061 , 4.2432 , 0.4988 , 0.8660 , 0.7453 , 0.0000 , 0.0000 , 0.0000 , 194.8511 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3064 , cls_130 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 14.3915 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3066 , cls_130 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.6021 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 9.3710 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3067 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 2.8884 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3076 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0780 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3077 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5423 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3082 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 21.1323 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3110 , cls_130 , 0.0000 , 0.0480 , 0.0043 , 8888888.8889 , 1.6000 , 0.9002 , 0.7613 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 16.0846 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3114 , cls_130 , 0.0000 , 0.1320 , 0.0083 , 3760683.7607 , 1.6923 , 0.8577 , 0.6027 , 0.7009 , 0.0000 , 0.0000 , 0.0000 , 31.2903 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3117 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.4700 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3135 , cls_130 , 0.0000 , 0.0840 , 0.0062 , 6222222.2222 , 1.7500 , 0.8671 , 0.7753 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 13.2805 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3139 , cls_130 , 0.0000 , 0.0600 , 0.0051 , 3703703.7037 , 1.1111 , 0.9624 , 0.4907 , 0.6759 , 0.0000 , 0.0000 , 0.0000 , 5.8692 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3140 , cls_130 , 0.0000 , 0.0540 , 0.0041 , 6666666.6667 , 1.5000 , 0.9139 , 0.5416 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.3951 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3145 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.2369 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3146 , cls_130 , 0.0000 , 0.0540 , 0.0040 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.7732 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3153 , cls_130 , 0.0000 , 0.5400 , 0.0264 , 3243243.2432 , 3.2143 , 0.6260 , 0.7969 , 0.7315 , 0.0000 , 0.0000 , 0.0000 , 64.6186 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3172 , cls_130 , 0.0000 , 0.0840 , 0.0069 , 4666666.6667 , 1.5556 , 0.8961 , 0.7453 , 0.6167 , 0.0000 , 0.0000 , 0.0000 , 39.7491 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3178 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.5416 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3188 , cls_130 , 0.0000 , 0.0780 , 0.0058 , 9629629.6296 , 2.1667 , 0.8359 , 0.7838 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 21.1125 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3191 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.4140 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3193 , cls_130 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.0779 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3204 , cls_130 , 0.0000 , 0.0900 , 0.0071 , 4000000.0000 , 1.5000 , 0.9035 , 0.6423 , 0.6600 , 0.0000 , 0.0000 , 0.0000 , 25.5070 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3215 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 44.5760 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3224 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.0432 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3227 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.9004 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3235 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7990 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3238 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.0822 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3247 , cls_130 , 0.0000 , 0.2700 , 0.0172 , 2586206.8966 , 2.0455 , 0.7854 , 0.7075 , 0.7845 , 0.0000 , 0.0000 , 0.0000 , 58.9614 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3250 , cls_130 , 0.0000 , 0.1680 , 0.0108 , 6222222.2222 , 2.5455 , 0.7716 , 0.8021 , 0.4778 , 0.0000 , 0.0000 , 0.0000 , 13.0946 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3251 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 17.1038 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3254 , cls_130 , 0.0000 , 0.0600 , 0.0050 , 7407407.4074 , 1.6667 , 0.8916 , 0.7135 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 38.7070 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3271 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.8166 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3272 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8486 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3273 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9200 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3277 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4591 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3296 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.7437 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3297 , cls_130 , 0.0000 , 0.1140 , 0.0066 , 6031746.0317 , 1.9000 , 0.8299 , 0.5390 , 0.5159 , 0.0000 , 0.0000 , 0.0000 , 162.2828 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3308 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.1403 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3322 , cls_130 , 0.0000 , 0.1200 , 0.0097 , 4444444.4444 , 1.8182 , 0.8535 , 0.8272 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 33.5102 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3333 , cls_130 , 0.0000 , 0.0540 , 0.0041 , 5000000.0000 , 1.2857 , 0.9427 , 0.4731 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 2.7757 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3336 , cls_130 , 0.0000 , 0.0780 , 0.0047 , 8666666.6667 , 1.8571 , 0.8453 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1655 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3339 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.5490 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3343 , cls_130 , 0.0000 , 0.2280 , 0.0135 , 4021164.0212 , 2.3750 , 0.7665 , 0.7922 , 0.6640 , 0.0000 , 0.0000 , 0.0000 , 11.4434 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3352 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.7233 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3354 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.2592 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3356 , cls_130 , 0.0000 , 0.4200 , 0.0191 , 2456140.3509 , 2.5000 , 0.7075 , 0.6340 , 0.7991 , 0.0000 , 0.0000 , 0.0000 , 9.2998 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3375 , cls_130 , 0.0000 , 0.0600 , 0.0046 , 5128205.1282 , 1.2500 , 0.9278 , 0.5963 , 0.5769 , 0.0000 , 0.0000 , 0.0000 , 14.4260 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3399 , cls_130 , 0.0000 , 0.0540 , 0.0042 , 6666666.6667 , 1.5000 , 0.9139 , 0.7205 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 6.4246 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3401 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.2568 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3413 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.8185 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3419 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 23.8443 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3421 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.3101 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3424 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 18.4329 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3430 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 26.0756 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3436 , cls_130 , 0.0000 , 0.2520 , 0.0170 , 4912280.7018 , 2.6250 , 0.7299 , 0.8443 , 0.5906 , 0.0000 , 0.0000 , 0.0000 , 21.2236 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3446 , cls_130 , 0.0000 , 0.1800 , 0.0128 , 3389830.5085 , 1.8750 , 0.8225 , 0.7537 , 0.7119 , 0.0000 , 0.0000 , 0.0000 , 7.4424 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3447 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.5483 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3453 , cls_130 , 0.0000 , 0.0600 , 0.0048 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 18.2630 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3454 , cls_130 , 0.0000 , 0.0540 , 0.0047 , 8571428.5714 , 1.5000 , 0.8902 , 0.7826 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 18.5215 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3457 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 14.1216 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3467 , cls_130 , 0.0000 , 0.0480 , 0.0044 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 632.8054 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3469 , cls_130 , 0.0000 , 0.0480 , 0.0039 , 10666666.6667 , 1.6000 , 0.8838 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 13.5396 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3476 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 30.7473 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3477 , cls_130 , 0.0000 , 0.0780 , 0.0056 , 5777777.7778 , 1.6250 , 0.8838 , 0.7384 , 0.5111 , 0.0000 , 0.0000 , 0.0000 , 30.6488 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3481 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.0646 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3486 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.5363 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3489 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2927 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3494 , cls_130 , 0.0000 , 0.1260 , 0.0098 , 4117647.0588 , 1.7500 , 0.8546 , 0.7595 , 0.6520 , 0.0000 , 0.0000 , 0.0000 , 5.9364 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3505 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 75.8899 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3508 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9363 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3516 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8962 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3521 , cls_130 , 0.0000 , 0.8460 , 0.0301 , 4497607.6555 , 4.8621 , 0.4951 , 0.8505 , 0.6316 , 0.0000 , 0.0000 , 0.0000 , 98.7885 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3522 , cls_130 , 0.0000 , 0.1800 , 0.0091 , 6060606.0606 , 2.5000 , 0.7636 , 0.7374 , 0.5354 , 0.0000 , 0.0000 , 0.0000 , 16.0220 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3525 , cls_130 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 8.4857 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3530 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 7.4147 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3536 , cls_130 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 20.4816 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3541 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.0963 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3544 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.8919 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3547 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 74.8431 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3549 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.7776 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3550 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 27.2421 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3567 , cls_130 , 0.0000 , 0.0600 , 0.0050 , 8333333.3333 , 1.6667 , 0.8805 , 0.8078 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 12.9814 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3591 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 152.5169 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3608 , cls_130 , 0.0000 , 0.0600 , 0.0064 , 6666666.6667 , 1.4286 , 0.9016 , 0.8128 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 49.4878 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3613 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 8.3157 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3618 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.2185 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3660 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.4600 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3662 , cls_130 , 0.0000 , 0.1020 , 0.0068 , 6666666.6667 , 1.8889 , 0.8353 , 0.6994 , 0.4510 , 0.0000 , 0.0000 , 0.0000 , 8.3442 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3672 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 35.6354 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3680 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.4972 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3692 , cls_130 , 0.0000 , 0.0600 , 0.0050 , 6060606.0606 , 1.4286 , 0.9110 , 0.7585 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 3.2614 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3696 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7855 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3697 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.8494 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3699 , cls_130 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 6.3813 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3700 , cls_130 , 0.0000 , 0.0900 , 0.0057 , 8333333.3333 , 2.1429 , 0.8309 , 0.7117 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 129.6009 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3705 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.7039 , 0.0283 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3714 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 30.5567 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3719 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.4253 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3725 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 635.5766 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3726 , cls_130 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 20.9214 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3727 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.6614 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3768 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.5972 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3772 , cls_130 , 0.0000 , 0.0960 , 0.0075 , 7111111.1111 , 2.0000 , 0.8372 , 0.8368 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.1038 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3783 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 27.1125 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3784 , cls_130 , 0.0000 , 0.2220 , 0.0145 , 4743589.7436 , 2.4667 , 0.7542 , 0.8381 , 0.6058 , 0.0000 , 0.0000 , 0.0000 , 15.8199 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3794 , cls_130 , 0.0000 , 0.1200 , 0.0087 , 4166666.6667 , 1.6667 , 0.8602 , 0.7209 , 0.6510 , 0.0000 , 0.0000 , 0.0000 , 4.2599 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3800 , cls_130 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.6021 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 48.8702 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3803 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0425 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3805 , cls_130 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 6.0124 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3810 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 75.6659 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3819 , cls_130 , 0.0000 , 0.0480 , 0.0043 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 27.7469 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3821 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 199.0541 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3843 , cls_130 , 0.0000 , 0.0660 , 0.0050 , 7333333.3333 , 1.5714 , 0.8812 , 0.7551 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 12.3017 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3848 , cls_130 , 0.0000 , 0.1800 , 0.0098 , 4444444.4444 , 2.1429 , 0.7940 , 0.6688 , 0.6370 , 0.0000 , 0.0000 , 0.0000 , 289.5402 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3849 , cls_130 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 10.5770 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3862 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 16.0048 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3870 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8417 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3875 , cls_130 , 0.0000 , 0.0540 , 0.0047 , 5454545.4545 , 1.2857 , 0.9338 , 0.6584 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 2.7884 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3876 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 3.5814 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3881 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 8.1389 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3882 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.5390 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3887 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 78.1868 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3888 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 5333333.3333 , 1.1429 , 0.9495 , 0.3634 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 12.1354 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3890 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.2505 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3893 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.4611 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3903 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 59.8418 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3911 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.0111 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3920 , cls_130 , 0.0000 , 0.0720 , 0.0066 , 4705882.3529 , 1.3333 , 0.9146 , 0.7595 , 0.5784 , 0.0000 , 0.0000 , 0.0000 , 9.2314 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3927 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 2.9381 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3929 , cls_130 , 0.0000 , 0.2940 , 0.0154 , 4666666.6667 , 2.8824 , 0.7084 , 0.7903 , 0.6095 , 0.0000 , 0.0000 , 0.0000 , 20.3737 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3934 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5506 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 10.5923 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3938 , cls_130 , 0.0000 , 0.3000 , 0.0155 , 4115226.3374 , 2.7778 , 0.7171 , 0.7402 , 0.6605 , 0.0000 , 0.0000 , 0.0000 , 25.3206 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3940 , cls_130 , 0.0000 , 0.0540 , 0.0043 , 5000000.0000 , 1.2857 , 0.9427 , 0.6180 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 16.4153 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3948 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0344 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3951 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.5701 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3954 , cls_130 , 0.0000 , 0.1020 , 0.0062 , 5964912.2807 , 1.8889 , 0.8460 , 0.7312 , 0.5088 , 0.0000 , 0.0000 , 0.0000 , 13.9145 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3969 , cls_130 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 4.2462 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3971 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 23.7418 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3975 , cls_130 , 0.0000 , 0.0540 , 0.0041 , 8571428.5714 , 1.5000 , 0.8902 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 16.1355 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3977 , cls_130 , 0.0000 , 0.2460 , 0.0167 , 3141762.4521 , 2.1579 , 0.7798 , 0.8039 , 0.7299 , 0.0000 , 0.0000 , 0.0000 , 96.7397 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3979 , cls_130 , 0.0000 , 0.0420 , 0.0035 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 13.0393 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3981 , cls_130 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 16.5354 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3991 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 39.1288 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4007 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 43.2221 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4008 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.3007 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4014 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.5790 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4016 , cls_130 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.7530 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4023 , cls_130 , 0.0000 , 0.0660 , 0.0062 , 6111111.1111 , 1.5714 , 0.8988 , 0.7907 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 23.5734 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4027 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2480 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4028 , cls_130 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 27.0458 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4030 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 55.0850 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4043 , cls_130 , 0.0000 , 0.3960 , 0.0201 , 4888888.8889 , 3.4737 , 0.6498 , 0.8121 , 0.6056 , 0.0000 , 0.0000 , 0.0000 , 7.3135 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4054 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.9870 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4059 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.2339 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4061 , cls_130 , 0.0000 , 0.2220 , 0.0127 , 4654088.0503 , 2.4667 , 0.7561 , 0.7519 , 0.6321 , 0.0000 , 0.0000 , 0.0000 , 26.9923 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4073 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 14.0136 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4081 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 16.7403 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4088 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7349 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4092 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 29.2709 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4093 , cls_130 , 0.0000 , 0.6900 , 0.0354 , 4056437.3898 , 4.1071 , 0.5512 , 0.8780 , 0.6684 , 0.0000 , 0.0000 , 0.0000 , 85.1630 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4098 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3050 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4109 , cls_130 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6490 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4113 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 72.7319 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4115 , cls_130 , 0.0000 , 0.0600 , 0.0048 , 7407407.4074 , 1.6667 , 0.8916 , 0.7796 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 32.0167 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4119 , cls_130 , 0.0000 , 0.5040 , 0.0304 , 3128491.6201 , 3.1111 , 0.6442 , 0.8688 , 0.7412 , 0.0000 , 0.0000 , 0.0000 , 48.4424 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4122 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 19.7983 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4124 , cls_130 , 0.0000 , 0.2220 , 0.0166 , 2090395.4802 , 1.6818 , 0.8445 , 0.7964 , 0.8136 , 0.0000 , 0.0000 , 0.0000 , 58.0534 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4147 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 53.3965 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4154 , cls_130 , 0.0000 , 0.1140 , 0.0101 , 6333333.3333 , 2.1111 , 0.8252 , 0.8727 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 8.7322 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4172 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4106 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4182 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 11.4661 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4189 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 41.2354 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4197 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8158 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4200 , cls_130 , 0.0000 , 0.0660 , 0.0060 , 4888888.8889 , 1.3750 , 0.9213 , 0.7191 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 1.8620 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4214 , cls_130 , 0.0000 , 0.1320 , 0.0088 , 4444444.4444 , 1.8333 , 0.8400 , 0.7180 , 0.6313 , 0.0000 , 0.0000 , 0.0000 , 243.1056 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4217 , cls_130 , 0.0000 , 0.5280 , 0.0240 , 3492063.4921 , 3.3846 , 0.6236 , 0.8064 , 0.7143 , 0.0000 , 0.0000 , 0.0000 , 204.3960 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4223 , cls_130 , 0.0000 , 0.0900 , 0.0059 , 5882352.9412 , 1.6667 , 0.8638 , 0.5916 , 0.5196 , 0.0000 , 0.0000 , 0.0000 , 14.7158 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4230 , cls_130 , 0.0000 , 0.0540 , 0.0053 , 6666666.6667 , 1.5000 , 0.9139 , 0.7453 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 2.4696 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4231 , cls_130 , 0.0000 , 0.0480 , 0.0035 , 7619047.6190 , 1.3333 , 0.9145 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 7.5899 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4238 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.8512 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4240 , cls_130 , 0.0000 , 0.1020 , 0.0060 , 5666666.6667 , 1.8889 , 0.8510 , 0.5825 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 13.1148 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4250 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 10.6761 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4262 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 489.4928 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4281 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 5833333.3333 , 1.1667 , 0.9553 , 0.6488 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 2.6377 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4284 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7584 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4289 , cls_130 , 0.0000 , 0.1020 , 0.0074 , 3434343.4343 , 1.4167 , 0.9035 , 0.5057 , 0.7020 , 0.0000 , 0.0000 , 0.0000 , 8.3000 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4292 , cls_130 , 0.0000 , 0.0480 , 0.0046 , 7619047.6190 , 1.3333 , 0.9145 , 0.7772 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 34.1176 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4303 , cls_130 , 0.0000 , 0.1140 , 0.0087 , 5507246.3768 , 1.9000 , 0.8388 , 0.7747 , 0.5435 , 0.0000 , 0.0000 , 0.0000 , 8.3467 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4306 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2532 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4308 , cls_130 , 0.0000 , 0.0960 , 0.0071 , 5925925.9259 , 1.7778 , 0.8547 , 0.7453 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 6.7724 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4314 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 24.4721 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4315 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 3.1098 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4317 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3901 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4325 , cls_130 , 0.0000 , 0.1020 , 0.0085 , 4197530.8642 , 1.5455 , 0.8817 , 0.7491 , 0.6481 , 0.0000 , 0.0000 , 0.0000 , 505.1390 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4332 , cls_130 , 0.0000 , 0.0780 , 0.0066 , 3333333.3333 , 1.1818 , 0.9419 , 0.6322 , 0.7115 , 0.0000 , 0.0000 , 0.0000 , 20.2591 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4346 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4650 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4352 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8866 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4356 , cls_130 , 0.0000 , 0.0540 , 0.0044 , 6666666.6667 , 1.5000 , 0.9139 , 0.6903 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 10.5063 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4360 , cls_130 , 0.0000 , 4.9800 , 0.1072 , 2901590.6310 , 9.4318 , -0.1078 , 0.9047 , 0.7639 , 0.0000 , 0.0000 , 0.0000 , 382.3045 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4363 , cls_130 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 36.1544 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4377 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 53.4847 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4383 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 23.5800 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4394 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.9942 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4395 , cls_130 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 3.5290 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4396 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.3874 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4404 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.4166 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4413 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 9.3993 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4440 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 44.6471 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4444 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.9841 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4475 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 2.1424 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4493 , cls_130 , 0.0000 , 0.0780 , 0.0066 , 6190476.1905 , 1.6250 , 0.8770 , 0.8286 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 27.4836 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4495 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.9916 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4499 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3305 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4513 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.2866 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4529 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 52.8248 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4531 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.8394 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4542 , cls_130 , 0.0000 , 0.0720 , 0.0064 , 8000000.0000 , 1.7143 , 0.8625 , 0.8256 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 3.8585 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4547 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2972 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4558 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 50.5233 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4571 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5249 , 0.0272 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4574 , cls_130 , 0.0000 , 0.0600 , 0.0043 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 10.3795 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4595 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7470 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4610 , cls_130 , 0.0000 , 0.0600 , 0.0049 , 4444444.4444 , 1.2500 , 0.9427 , 0.6396 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 3.3057 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4633 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.1138 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4636 , cls_130 , 0.0000 , 0.0780 , 0.0055 , 5416666.6667 , 1.6250 , 0.8902 , 0.6660 , 0.5521 , 0.0000 , 0.0000 , 0.0000 , 391.5887 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4637 , cls_130 , 0.0000 , 0.0420 , 0.0035 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 25.4737 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4642 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.3960 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4650 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 9.9611 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4655 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7097 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4657 , cls_130 , 0.0000 , 0.1140 , 0.0073 , 6333333.3333 , 2.1111 , 0.8252 , 0.7963 , 0.4750 , 0.0000 , 0.0000 , 0.0000 , 82.7138 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4658 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 29.2088 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4694 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.2513 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4704 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 48.5277 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4711 , cls_130 , 0.0000 , 0.0780 , 0.0057 , 6190476.1905 , 1.6250 , 0.8770 , 0.6927 , 0.5119 , 0.0000 , 0.0000 , 0.0000 , 4.6989 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4723 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 108.8507 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4740 , cls_130 , 0.0000 , 0.0420 , 0.0039 , 5185185.1852 , 1.1667 , 0.9673 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 6.1355 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4746 , cls_130 , 0.0000 , 0.1140 , 0.0063 , 5507246.3768 , 1.9000 , 0.8388 , 0.6339 , 0.5797 , 0.0000 , 0.0000 , 0.0000 , 199.7150 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4761 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 7777777.7778 , 1.4000 , 0.9274 , 0.5756 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 5.3406 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4767 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 43.5730 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4768 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 44.9653 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4769 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 5000000.0000 , 1.0000 , 0.9877 , 0.4341 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 197.0585 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4786 , cls_130 , 0.0000 , 0.0540 , 0.0051 , 6666666.6667 , 1.5000 , 0.9139 , 0.7838 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 7.8147 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4801 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4533 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4811 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 3.8922 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4815 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8597 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4820 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 387.9784 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4834 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 7.4400 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4835 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.7067 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4844 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 44.1455 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4846 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 51.5006 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4859 , cls_130 , 0.0000 , 0.0600 , 0.0046 , 6666666.6667 , 1.4286 , 0.9016 , 0.6559 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 11.8639 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4863 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 216.8997 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4864 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 61.2245 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4870 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.5135 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4873 , cls_130 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.9105 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4888 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 22.3982 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4903 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.4885 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4904 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.4760 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4922 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.1662 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4925 , cls_130 , 0.0000 , 0.0660 , 0.0062 , 5238095.2381 , 1.3750 , 0.9142 , 0.7379 , 0.5357 , 0.0000 , 0.0000 , 0.0000 , 6.7693 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4936 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3094 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4938 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.7583 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4945 , cls_130 , 0.0000 , 0.0600 , 0.0048 , 4444444.4444 , 1.2500 , 0.9427 , 0.5225 , 0.6222 , 0.0000 , 0.0000 , 0.0000 , 5.0603 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4947 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 15.4168 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4958 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 8.3214 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4962 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8893 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4967 , cls_130 , 0.0000 , 0.0780 , 0.0070 , 7878787.8788 , 1.8571 , 0.8541 , 0.8292 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 8.4868 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4972 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 385.9245 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4976 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 480.4744 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5034 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.1175 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5040 , cls_130 , 0.0000 , 0.0540 , 0.0037 , 7500000.0000 , 1.5000 , 0.9026 , 0.6817 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 9.7457 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5052 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 9.9992 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5057 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3751 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5058 , cls_130 , 0.0000 , 0.0540 , 0.0043 , 5454545.4545 , 1.2857 , 0.9338 , 0.6498 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 22.4858 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5063 , cls_130 , 0.0000 , 0.0660 , 0.0045 , 6666666.6667 , 1.5714 , 0.8903 , 0.5881 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 481.4048 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5073 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.3036 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5074 , cls_130 , 0.0000 , 0.0600 , 0.0046 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 302.7926 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5101 , cls_130 , 0.0000 , 0.0900 , 0.0067 , 6250000.0000 , 1.8750 , 0.8579 , 0.7603 , 0.4896 , 0.0000 , 0.0000 , 0.0000 , 533.0655 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5102 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 109.8551 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5105 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 75.6843 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5110 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 479.6943 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5118 , cls_130 , 0.0000 , 0.0840 , 0.0060 , 5185185.1852 , 1.5556 , 0.8853 , 0.6048 , 0.5741 , 0.0000 , 0.0000 , 0.0000 , 30.7737 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5130 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 267.7210 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5137 , cls_130 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 30.3024 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5145 , cls_130 , 0.0000 , 0.1140 , 0.0086 , 6031746.0317 , 1.9000 , 0.8299 , 0.7715 , 0.5159 , 0.0000 , 0.0000 , 0.0000 , 2.4863 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5152 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 137.9152 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5158 , cls_130 , 0.0000 , 0.1260 , 0.0074 , 5384615.3846 , 1.9091 , 0.8272 , 0.6689 , 0.5513 , 0.0000 , 0.0000 , 0.0000 , 88.4015 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5168 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.3858 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5177 , cls_130 , 0.0000 , 0.0660 , 0.0061 , 7333333.3333 , 1.5714 , 0.8812 , 0.8128 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 481.0652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5203 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 336.1154 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5220 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0816 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5228 , cls_130 , 0.0000 , 0.1560 , 0.0102 , 5416666.6667 , 2.1667 , 0.7959 , 0.8370 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 14.0602 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5232 , cls_130 , 0.0000 , 4.4100 , 0.1157 , 1850453.1722 , 7.1359 , -0.0522 , 0.8872 , 0.8464 , 0.0000 , 0.0000 , 0.0000 , 237.6598 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5235 , cls_130 , 0.0000 , 0.0420 , 0.0033 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 562.7669 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5241 , cls_130 , 0.0000 , 0.1200 , 0.0076 , 6666666.6667 , 2.2222 , 0.8133 , 0.7401 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 247.5826 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5243 , cls_130 , 0.0000 , 0.0540 , 0.0040 , 7500000.0000 , 1.5000 , 0.9026 , 0.5926 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 9.2470 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5247 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.1184 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5265 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.6970 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5275 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 13.9746 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5286 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 36.5105 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5289 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1331 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5315 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.1942 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5317 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.2802 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5322 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 108.2794 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5330 , cls_130 , 0.0000 , 0.0480 , 0.0045 , 5925925.9259 , 1.3333 , 0.9389 , 0.7135 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 384.8756 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5363 , cls_130 , 0.0000 , 0.1200 , 0.0068 , 6666666.6667 , 2.2222 , 0.8133 , 0.7375 , 0.4917 , 0.0000 , 0.0000 , 0.0000 , 20.7828 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5375 , cls_130 , 0.0000 , 0.0480 , 0.0041 , 5925925.9259 , 1.3333 , 0.9389 , 0.6630 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 26.4051 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5393 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.4144 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5405 , cls_130 , 0.0000 , 0.0600 , 0.0045 , 6666666.6667 , 1.4286 , 0.9016 , 0.6817 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 149.7714 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5406 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 150.0275 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5410 , cls_130 , 0.0000 , 0.3420 , 0.0219 , 3518518.5185 , 2.7143 , 0.7091 , 0.8571 , 0.7037 , 0.0000 , 0.0000 , 0.0000 , 14.8075 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5420 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 66.7163 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5439 , cls_130 , 0.0000 , 0.1080 , 0.0068 , 5217391.3043 , 1.8000 , 0.8516 , 0.6981 , 0.5942 , 0.0000 , 0.0000 , 0.0000 , 2.4372 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5441 , cls_130 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.6021 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 18.8036 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5451 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 98.6634 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5452 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 80.3648 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5461 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 1.7370 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5584 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 479.6977 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5605 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 102.1641 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5612 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 479.3253 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5617 , cls_130 , 0.0000 , 0.1080 , 0.0066 , 4800000.0000 , 1.8000 , 0.8600 , 0.5698 , 0.6133 , 0.0000 , 0.0000 , 0.0000 , 385.9664 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5639 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 194.6216 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5646 , cls_130 , 0.0000 , 0.1500 , 0.0096 , 4504504.5045 , 1.9231 , 0.8201 , 0.7229 , 0.6261 , 0.0000 , 0.0000 , 0.0000 , 48.4600 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5664 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 663.7720 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5670 , cls_130 , 0.0000 , 0.0600 , 0.0050 , 5555555.5556 , 1.4286 , 0.9196 , 0.7117 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 56.8552 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5678 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5773 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5679 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 12.7739 , 0.0450 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5700 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 23.5246 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5710 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 41.5845 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5711 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 26.5802 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5714 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 42.7601 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5732 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 33.8753 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5772 , cls_130 , 0.0000 , 0.1500 , 0.0082 , 4629629.6296 , 2.0833 , 0.8173 , 0.6839 , 0.6157 , 0.0000 , 0.0000 , 0.0000 , 668.0771 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5803 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 23.9761 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5805 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 81.8108 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5828 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.9545 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5829 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 20.2136 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5831 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 19.0740 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5843 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1941 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5847 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 1.3060 , 0.0309 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5860 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 34.2049 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5885 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 21.6841 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5894 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 383.7991 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5912 , cls_130 , 0.0000 , 0.0480 , 0.0038 , 8888888.8889 , 1.6000 , 0.9002 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 14.0266 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5917 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 115.3837 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5923 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7695 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5933 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.3245 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5937 , cls_130 , 0.0000 , 0.2820 , 0.0152 , 4017094.0171 , 2.6111 , 0.7305 , 0.8178 , 0.6688 , 0.0000 , 0.0000 , 0.0000 , 389.4586 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5975 , cls_130 , 0.0000 , 0.0600 , 0.0047 , 6666666.6667 , 1.4286 , 0.9016 , 0.6559 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 79.5261 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5981 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.7537 , 0.0306 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5998 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 49.9458 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6039 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.8751 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6044 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 4242424.2424 , 1.0000 , 0.9883 , 0.4398 , 0.6212 , 0.0000 , 0.0000 , 0.0000 , 17.1668 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6074 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 29.5979 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6081 , cls_130 , 0.0000 , 0.0960 , 0.0076 , 6666666.6667 , 2.0000 , 0.8433 , 0.8433 , 0.4271 , 0.0000 , 0.0000 , 0.0000 , 242.9414 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6087 , cls_130 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.6630 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 44.7109 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6099 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 151.4820 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6101 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 19.2444 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6102 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 9.4045 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6126 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 45.8569 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6133 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.2474 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6136 , cls_130 , 0.0000 , 0.0840 , 0.0069 , 7179487.1795 , 1.7500 , 0.8534 , 0.8161 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 20.4840 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6149 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 85.1368 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6155 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 12.8189 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6156 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.1796 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6186 , cls_130 , 0.0000 , 0.1080 , 0.0097 , 6315789.4737 , 2.0000 , 0.8328 , 0.8234 , 0.4737 , 0.0000 , 0.0000 , 0.0000 , 11.7593 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6191 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 17.9507 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6207 , cls_130 , 0.0000 , 0.0660 , 0.0049 , 9166666.6667 , 1.8333 , 0.8606 , 0.7453 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 20.6285 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6211 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 36.6409 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6221 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0753 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6248 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 13.5856 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6258 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 24.0738 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6259 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 109.1819 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6269 , cls_130 , 0.0000 , 0.0840 , 0.0065 , 3456790.1235 , 1.2727 , 0.9284 , 0.6137 , 0.7160 , 0.0000 , 0.0000 , 0.0000 , 14.5621 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6270 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 12.0696 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6305 , cls_130 , 0.0000 , 0.0420 , 0.0035 , 6666666.6667 , 1.1667 , 0.9421 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 1.0072 , 0.0541 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6314 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 13.7753 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6330 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 3.5432 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6332 , cls_130 , 0.0000 , 0.0960 , 0.0080 , 4848484.8485 , 1.6000 , 0.8748 , 0.7606 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 3.2802 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6338 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 333.8298 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6340 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 29.8536 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6342 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 25.9567 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6344 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 159.2402 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6349 , cls_130 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 27.1193 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6374 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 533.6095 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6380 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.1363 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6388 , cls_130 , 0.0000 , 0.0540 , 0.0034 , 10000000.0000 , 1.8000 , 0.8762 , 0.5506 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 8.5806 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6405 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 21.3552 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6442 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.9849 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6446 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.9741 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6447 , cls_130 , 0.0000 , 0.0480 , 0.0037 , 5925925.9259 , 1.3333 , 0.9389 , 0.5416 , 0.5185 , 0.0000 , 0.0000 , 0.0000 , 20.6334 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6448 , cls_130 , 0.0000 , 0.1080 , 0.0080 , 6000000.0000 , 2.0000 , 0.8378 , 0.7551 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.5782 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6449 , cls_130 , 0.0000 , 0.2640 , 0.0125 , 4731182.7957 , 2.7500 , 0.7257 , 0.6724 , 0.6237 , 0.0000 , 0.0000 , 0.0000 , 12.2936 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6456 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 5333333.3333 , 1.1429 , 0.9495 , 0.3634 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 7.4949 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6464 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.8581 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6467 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.4228 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6469 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6734 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6482 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 135.1989 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6488 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 17.2071 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6500 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.7500 , 0.0283 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6510 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 73.5755 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6514 , cls_130 , 0.0000 , 0.0480 , 0.0039 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 298.3597 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6524 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.8880 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6528 , cls_130 , 0.0000 , 0.0540 , 0.0041 , 5454545.4545 , 1.2857 , 0.9338 , 0.6215 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 4.9269 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6531 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.8822 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6555 , cls_130 , 0.0000 , 0.0840 , 0.0067 , 7179487.1795 , 1.7500 , 0.8534 , 0.8161 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 10.8742 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6565 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 5.9837 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6569 , cls_130 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 662.9799 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6576 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.5581 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6579 , cls_130 , 0.0000 , 0.2460 , 0.0157 , 4079601.9900 , 2.4118 , 0.7523 , 0.8501 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 12.4651 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6587 , cls_130 , 0.0000 , 0.0540 , 0.0043 , 8571428.5714 , 1.5000 , 0.8902 , 0.6927 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 12.6201 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6632 , cls_130 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 4.6995 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6663 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 17.2862 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6676 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.5876 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6698 , cls_130 , 0.0000 , 0.0840 , 0.0054 , 7777777.7778 , 2.0000 , 0.8460 , 0.6273 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 37.1406 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6699 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 23.3931 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6701 , cls_130 , 0.0000 , 0.0780 , 0.0074 , 8666666.6667 , 1.8571 , 0.8453 , 0.8687 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 20.1071 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6707 , cls_130 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9945 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6716 , cls_130 , 0.0000 , 0.1620 , 0.0097 , 6206896.5517 , 2.4545 , 0.7772 , 0.7692 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 8.3122 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6729 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 27.9106 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6730 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 6.7819 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6732 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 12.4215 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6736 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.3280 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6743 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.6675 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6755 , cls_130 , 0.0000 , 0.0660 , 0.0047 , 12222222.2222 , 2.2000 , 0.8354 , 0.7366 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4688 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6756 , cls_130 , 0.0000 , 0.1140 , 0.0070 , 6666666.6667 , 2.1111 , 0.8204 , 0.6976 , 0.4561 , 0.0000 , 0.0000 , 0.0000 , 9.4908 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6758 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3902 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6763 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 11.1240 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6775 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 5833333.3333 , 1.1667 , 0.9553 , 0.6488 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 8.6741 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6780 , cls_130 , 0.0000 , 0.1200 , 0.0085 , 6349206.3492 , 2.0000 , 0.8180 , 0.7547 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.2059 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6784 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 10.8810 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6786 , cls_130 , 0.0000 , 0.1140 , 0.0065 , 6333333.3333 , 2.1111 , 0.8252 , 0.6082 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 13.7041 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6796 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 9.2025 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6817 , cls_130 , 0.0000 , 0.1440 , 0.0123 , 5000000.0000 , 2.0000 , 0.8155 , 0.8550 , 0.5781 , 0.0000 , 0.0000 , 0.0000 , 57.1763 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6822 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.4723 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6823 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.3146 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6825 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7121 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6852 , cls_130 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 15.7063 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6860 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 10.1316 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6862 , cls_130 , 0.0000 , 0.1200 , 0.0073 , 6666666.6667 , 2.2222 , 0.8133 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 6.7473 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6869 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 6.3184 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6884 , cls_130 , 0.0000 , 0.1140 , 0.0068 , 5507246.3768 , 1.9000 , 0.8388 , 0.6429 , 0.5290 , 0.0000 , 0.0000 , 0.0000 , 6.6621 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6907 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.1834 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6921 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.4877 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6928 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.0091 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6935 , cls_130 , 0.0000 , 0.0840 , 0.0053 , 6222222.2222 , 1.7500 , 0.8671 , 0.6396 , 0.5222 , 0.0000 , 0.0000 , 0.0000 , 7.9809 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6939 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5221 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6949 , cls_130 , 0.0000 , 0.0540 , 0.0040 , 5454545.4545 , 1.2857 , 0.9338 , 0.5170 , 0.5758 , 0.0000 , 0.0000 , 0.0000 , 7.1500 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6953 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.5809 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6962 , cls_130 , 0.0000 , 0.0600 , 0.0039 , 9523809.5238 , 1.6667 , 0.8684 , 0.6435 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 27.1032 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6973 , cls_130 , 0.0000 , 0.0720 , 0.0053 , 6153846.1538 , 1.5000 , 0.8875 , 0.6322 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 7.7240 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6975 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.5709 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6976 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.6985 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6987 , cls_130 , 0.0000 , 0.1680 , 0.0087 , 5333333.3333 , 2.3333 , 0.7863 , 0.6723 , 0.5762 , 0.0000 , 0.0000 , 0.0000 , 8.2112 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6989 , cls_130 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 8.7935 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6994 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.5811 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6998 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.5381 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7003 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5683 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7010 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.8050 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7012 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.9179 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7033 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.3154 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7044 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7844 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7059 , cls_130 , 0.0000 , 0.0600 , 0.0043 , 9523809.5238 , 1.6667 , 0.8684 , 0.7379 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 7.1051 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7062 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.5031 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7082 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 11.3141 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7090 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.7695 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7115 , cls_130 , 0.0000 , 0.0660 , 0.0052 , 5641025.6410 , 1.3750 , 0.9067 , 0.7286 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 2.4189 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7131 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.1617 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7142 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 6.0054 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7148 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5250 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7164 , cls_130 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.3287 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7166 , cls_130 , 0.0000 , 0.0540 , 0.0046 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 5.8195 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7168 , cls_130 , 0.0000 , 0.0480 , 0.0040 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 3.4414 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7172 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.0073 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7180 , cls_130 , 0.0000 , 0.0540 , 0.0053 , 6000000.0000 , 1.2857 , 0.9243 , 0.7598 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 5.2399 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7192 , cls_130 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.7004 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.8249 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7242 , cls_130 , 0.0000 , 0.0480 , 0.0036 , 7619047.6190 , 1.3333 , 0.9145 , 0.6435 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 7.1902 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7245 , cls_130 , 0.0000 , 0.0840 , 0.0070 , 5833333.3333 , 1.7500 , 0.8735 , 0.7736 , 0.4896 , 0.0000 , 0.0000 , 0.0000 , 1.2882 , 0.0400 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7254 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5676 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7278 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.7351 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7288 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.5761 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7294 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.2037 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7295 , cls_130 , 0.0000 , 0.0660 , 0.0047 , 5238095.2381 , 1.3750 , 0.9142 , 0.6435 , 0.5714 , 0.0000 , 0.0000 , 0.0000 , 6.4272 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7296 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.5045 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7298 , cls_130 , 0.0000 , 0.1020 , 0.0064 , 5666666.6667 , 1.8889 , 0.8510 , 0.7004 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 5.7662 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7308 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2576 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7310 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.5827 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7315 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6863 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7316 , cls_130 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0763 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7326 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9301 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7342 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.3539 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7346 , cls_130 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.0731 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7352 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.7050 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7368 , cls_130 , 0.0000 , 0.0540 , 0.0040 , 7500000.0000 , 1.5000 , 0.9026 , 0.6488 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 6.2600 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7378 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.3525 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7399 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 7.2117 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7400 , cls_130 , 0.0000 , 0.2460 , 0.0133 , 3596491.2281 , 2.2778 , 0.7653 , 0.7506 , 0.6996 , 0.0000 , 0.0000 , 0.0000 , 15.8349 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7406 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 6.7796 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7413 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.6840 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7420 , cls_130 , 0.0000 , 0.1140 , 0.0072 , 9047619.0476 , 2.3750 , 0.7925 , 0.8365 , 0.3214 , 0.0000 , 0.0000 , 0.0000 , 8.4025 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7422 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1639 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7454 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.2855 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7458 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 106.3806 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7464 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.7883 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7471 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 8.0186 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7478 , cls_130 , 0.0000 , 0.0780 , 0.0060 , 7222222.2222 , 1.8571 , 0.8622 , 0.7366 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.7150 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7490 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.1514 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7494 , cls_130 , 0.0000 , 0.0600 , 0.0058 , 8333333.3333 , 1.6667 , 0.8805 , 0.8078 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 34.1218 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7497 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.6488 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 10.2638 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7502 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.2864 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7504 , cls_130 , 0.0000 , 0.0960 , 0.0068 , 5925925.9259 , 1.7778 , 0.8547 , 0.6474 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 6.4377 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7514 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.6066 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7526 , cls_130 , 0.0000 , 0.1140 , 0.0076 , 5757575.7576 , 1.9000 , 0.8345 , 0.7759 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 19.2352 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7537 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.8231 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7548 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.2385 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7556 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.4933 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7565 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.4560 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7573 , cls_130 , 0.0000 , 0.0480 , 0.0038 , 5333333.3333 , 1.1429 , 0.9495 , 0.5609 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 3.2249 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7584 , cls_130 , 0.0000 , 0.0780 , 0.0046 , 7878787.8788 , 1.8571 , 0.8541 , 0.6584 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 4.5657 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7585 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.1290 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7592 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.0908 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7600 , cls_130 , 0.0000 , 0.1380 , 0.0088 , 5111111.1111 , 2.0909 , 0.8195 , 0.7436 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 15.1269 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7606 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.6746 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7611 , cls_130 , 0.0000 , 0.1740 , 0.0083 , 4715447.1545 , 2.2308 , 0.7932 , 0.4673 , 0.6423 , 0.0000 , 0.0000 , 0.0000 , 3.8459 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7625 , cls_130 , 0.0000 , 0.1260 , 0.0081 , 4516129.0323 , 1.7500 , 0.8450 , 0.6597 , 0.6237 , 0.0000 , 0.0000 , 0.0000 , 8.0528 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7635 , cls_130 , 0.0000 , 0.0540 , 0.0038 , 6666666.6667 , 1.5000 , 0.9139 , 0.5416 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 5.4045 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7640 , cls_130 , 0.0000 , 0.2880 , 0.0136 , 5818181.8182 , 3.2000 , 0.6914 , 0.7791 , 0.5212 , 0.0000 , 0.0000 , 0.0000 , 11.2598 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7641 , cls_130 , 0.0000 , 0.0480 , 0.0038 , 5333333.3333 , 1.1429 , 0.9495 , 0.5609 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 6.9666 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7644 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 6.9496 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7648 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.4954 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7649 , cls_130 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 10.6204 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7654 , cls_130 , 0.0000 , 0.0540 , 0.0044 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 5.4486 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7662 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.4752 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7673 , cls_130 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 15.9409 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7676 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.8644 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7681 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 12.6804 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7715 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 13.4939 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7726 , cls_130 , 0.0000 , 0.0600 , 0.0049 , 5555555.5556 , 1.4286 , 0.9196 , 0.7062 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 6.5143 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7732 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9200 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7753 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 184.4570 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7756 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 22.8669 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7759 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 14.2291 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7760 , cls_130 , 0.0000 , 0.0540 , 0.0046 , 6666666.6667 , 1.5000 , 0.9139 , 0.7205 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 4.7128 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7763 , cls_130 , 0.0000 , 0.1260 , 0.0094 , 7777777.7778 , 2.3333 , 0.7923 , 0.8327 , 0.3796 , 0.0000 , 0.0000 , 0.0000 , 9.3442 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7780 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.2037 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7786 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.2874 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7787 , cls_130 , 0.0000 , 1.7400 , 0.0938 , 2164986.9354 , 4.8333 , 0.3451 , 0.9327 , 0.8143 , 0.0000 , 0.0000 , 0.0000 , 60.0412 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7800 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2145 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7805 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.6921 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7814 , cls_130 , 0.0000 , 0.1980 , 0.0128 , 4400000.0000 , 2.2000 , 0.7801 , 0.7919 , 0.6400 , 0.0000 , 0.0000 , 0.0000 , 4.7260 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7815 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.3690 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7821 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.7352 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7824 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 183.5412 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7835 , cls_130 , 0.0000 , 0.0780 , 0.0052 , 7222222.2222 , 1.8571 , 0.8622 , 0.7062 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 9.7353 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7841 , cls_130 , 0.0000 , 0.3720 , 0.0155 , 4305555.5556 , 3.1000 , 0.6734 , 0.7555 , 0.6597 , 0.0000 , 0.0000 , 0.0000 , 24.8216 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7863 , cls_130 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 5.3449 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7867 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2270 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7874 , cls_130 , 0.0000 , 0.1140 , 0.0072 , 6666666.6667 , 2.1111 , 0.8204 , 0.6976 , 0.4298 , 0.0000 , 0.0000 , 0.0000 , 4.5946 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7876 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2220 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7882 , cls_130 , 0.0000 , 0.0480 , 0.0046 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 17.4056 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7898 , cls_130 , 0.0000 , 0.2340 , 0.0110 , 4642857.1429 , 2.6000 , 0.7477 , 0.6572 , 0.6518 , 0.0000 , 0.0000 , 0.0000 , 35.7649 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7918 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.9614 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7919 , cls_130 , 0.0000 , 0.0480 , 0.0031 , 10666666.6667 , 1.6000 , 0.8838 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 7.9232 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7935 , cls_130 , 0.0000 , 0.0900 , 0.0065 , 6250000.0000 , 1.8750 , 0.8579 , 0.7736 , 0.4688 , 0.0000 , 0.0000 , 0.0000 , 4.5589 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7946 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6067 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7959 , cls_130 , 0.0000 , 0.0780 , 0.0062 , 6190476.1905 , 1.6250 , 0.8770 , 0.8019 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 7.2070 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7964 , cls_130 , 0.0000 , 0.1080 , 0.0083 , 6666666.6667 , 2.0000 , 0.8277 , 0.8502 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 6.0902 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7975 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.2265 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7988 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 4.7101 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7993 , cls_130 , 0.0000 , 0.0780 , 0.0068 , 7878787.8788 , 1.8571 , 0.8541 , 0.8107 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 4.0301 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7995 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.6637 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8014 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5952 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8065 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5883 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8082 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7578 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8083 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.7467 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8097 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1271 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8098 , cls_130 , 0.0000 , 0.0600 , 0.0037 , 11111111.1111 , 2.0000 , 0.8548 , 0.5506 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 5.6156 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8124 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.1896 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8134 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1354 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8135 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 17.2429 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8137 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.5903 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8158 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3929 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8175 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 5.8303 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8182 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.7367 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8185 , cls_130 , 0.0000 , 0.0600 , 0.0049 , 7407407.4074 , 1.6667 , 0.8916 , 0.7453 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 9.2040 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8187 , cls_130 , 0.0000 , 0.0840 , 0.0074 , 5833333.3333 , 1.7500 , 0.8735 , 0.7453 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 5.1302 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8198 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6313 , 0.0495 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8225 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 3.7258 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8250 , cls_130 , 0.0000 , 0.0600 , 0.0051 , 7407407.4074 , 1.6667 , 0.8916 , 0.7453 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 18.3326 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8252 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 22.3921 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8253 , cls_130 , 0.0000 , 0.0840 , 0.0052 , 5490196.0784 , 1.5556 , 0.8795 , 0.6452 , 0.5784 , 0.0000 , 0.0000 , 0.0000 , 25.1937 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8258 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.6836 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8265 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 2.2796 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8329 , cls_130 , 0.0000 , 0.0480 , 0.0040 , 6666666.6667 , 1.3333 , 0.9273 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 2.5655 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8335 , cls_130 , 0.0000 , 0.0540 , 0.0039 , 6666666.6667 , 1.5000 , 0.9139 , 0.6048 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 19.7661 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8343 , cls_130 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 6.7319 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8348 , cls_130 , 0.0000 , 0.0600 , 0.0053 , 6060606.0606 , 1.4286 , 0.9110 , 0.7940 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 26.2794 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8375 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.5915 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8396 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 9.1324 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8398 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.1077 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8403 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.3694 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8404 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 6.6864 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8406 , cls_130 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 7.0660 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8421 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 13.3802 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8428 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.5849 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8441 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1287 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8442 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1338 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8448 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 13.7368 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8465 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 10.8537 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8466 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 15.7274 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8469 , cls_130 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 11.5903 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8483 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1985 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8487 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 26.1290 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8492 , cls_130 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 7.4069 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8512 , cls_130 , 0.0000 , 0.0780 , 0.0056 , 7878787.8788 , 1.8571 , 0.8541 , 0.7307 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 57.7577 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8561 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.9640 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8567 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 113.2511 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8575 , cls_130 , 0.0000 , 0.2220 , 0.0215 , 3474178.4038 , 2.1765 , 0.7862 , 0.8632 , 0.6925 , 0.0000 , 0.0000 , 0.0000 , 52.4073 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8597 , cls_130 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.7366 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 181.2141 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8660 , cls_130 , 0.0000 , 0.3360 , 0.0263 , 4341085.2713 , 2.9474 , 0.6915 , 0.9158 , 0.6279 , 0.0000 , 0.0000 , 0.0000 , 119.6026 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8673 , cls_130 , 0.0000 , 0.0480 , 0.0045 , 7619047.6190 , 1.3333 , 0.9145 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 2.5604 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8704 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 8000000.0000 , 1.2000 , 0.9413 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 1.6003 , 0.0433 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8738 , cls_130 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 31.2617 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8761 , cls_130 , 0.0000 , 0.6660 , 0.0293 , 3523809.5238 , 3.8276 , 0.5717 , 0.7751 , 0.7040 , 0.0000 , 0.0000 , 0.0000 , 126.7940 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8767 , cls_130 , 0.0000 , 0.7440 , 0.0271 , 2821387.9408 , 3.5429 , 0.5665 , 0.7681 , 0.7622 , 0.0000 , 0.0000 , 0.0000 , 48.6548 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8771 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 28.3337 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8780 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.3265 , 0.0481 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8782 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.2868 , 0.0283 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8821 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 44.0094 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8901 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9720 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8961 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.7734 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8974 , cls_130 , 0.0000 , 0.1620 , 0.0104 , 6428571.4286 , 2.4545 , 0.7739 , 0.8190 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 80.5732 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9025 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 27.6657 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9034 , cls_130 , 0.0000 , 0.1260 , 0.0089 , 2800000.0000 , 1.4000 , 0.8974 , 0.5319 , 0.7600 , 0.0000 , 0.0000 , 0.0000 , 75.8699 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9045 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4992 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9049 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 19.5813 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9051 , cls_130 , 0.0000 , 0.1320 , 0.0068 , 9777777.7778 , 2.7500 , 0.7657 , 0.7419 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 21.9478 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9055 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 20.6101 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9058 , cls_130 , 0.0000 , 0.1080 , 0.0060 , 6666666.6667 , 2.0000 , 0.8277 , 0.5593 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 16.7486 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9076 , cls_130 , 0.0000 , 0.1080 , 0.0069 , 5000000.0000 , 1.8000 , 0.8559 , 0.6405 , 0.5764 , 0.0000 , 0.0000 , 0.0000 , 1.9329 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9133 , cls_130 , 0.0000 , 0.0540 , 0.0043 , 4285714.2857 , 1.1250 , 0.9589 , 0.4757 , 0.6429 , 0.0000 , 0.0000 , 0.0000 , 17.9077 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9164 , cls_130 , 0.0000 , 0.0780 , 0.0048 , 10833333.3333 , 2.1667 , 0.8255 , 0.7453 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 13.0880 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9165 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 21.6852 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9169 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 10.6076 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9173 , cls_130 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 15.2290 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9187 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.0034 , 0.0630 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9200 , cls_130 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 14.7654 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9201 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.4374 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9243 , cls_130 , 0.0000 , 0.1500 , 0.0085 , 4504504.5045 , 1.9231 , 0.8201 , 0.6231 , 0.6441 , 0.0000 , 0.0000 , 0.0000 , 46.7290 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9259 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.5737 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9262 , cls_130 , 0.0000 , 0.1080 , 0.0089 , 6666666.6667 , 2.0000 , 0.8277 , 0.7897 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 12.8905 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9264 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 47.9844 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9274 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.2913 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9276 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.2963 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9292 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6689 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9293 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 8.0081 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9300 , cls_130 , 0.0000 , 0.0780 , 0.0062 , 6190476.1905 , 1.6250 , 0.8770 , 0.7379 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 8.0145 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9305 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 55.5119 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9334 , cls_130 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 8.6662 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9335 , cls_130 , 0.0000 , 0.0420 , 0.0034 , 9333333.3333 , 1.4000 , 0.9105 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 10.2970 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9341 , cls_130 , 0.0000 , 0.4020 , 0.0233 , 3602150.5376 , 2.9130 , 0.6760 , 0.8214 , 0.7003 , 0.0000 , 0.0000 , 0.0000 , 195.1471 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9344 , cls_130 , 0.0000 , 0.0480 , 0.0042 , 8888888.8889 , 1.6000 , 0.9002 , 0.7753 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 14.5689 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9354 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1744 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9366 , cls_130 , 0.0000 , 0.0540 , 0.0041 , 5454545.4545 , 1.2857 , 0.9338 , 0.5881 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 18.8942 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9375 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 19.4233 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9378 , cls_130 , 0.0000 , 0.1080 , 0.0075 , 5454545.4545 , 1.8000 , 0.8471 , 0.7112 , 0.5379 , 0.0000 , 0.0000 , 0.0000 , 32.4720 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9380 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 8.3440 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9391 , cls_130 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 6.5561 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9392 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 5.9068 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9403 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.8519 , 0.0721 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9446 , cls_130 , 0.0000 , 0.2640 , 0.0130 , 5751633.9869 , 2.9333 , 0.7072 , 0.7776 , 0.5425 , 0.0000 , 0.0000 , 0.0000 , 10.5501 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9450 , cls_130 , 0.0000 , 0.0600 , 0.0046 , 9523809.5238 , 1.6667 , 0.8684 , 0.7826 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 14.8930 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9466 , cls_130 , 0.0000 , 0.0780 , 0.0052 , 7222222.2222 , 1.8571 , 0.8622 , 0.6944 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 3.6726 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9470 , cls_130 , 0.0000 , 0.0480 , 0.0039 , 7619047.6190 , 1.3333 , 0.9145 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 6.6796 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9471 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 19.3485 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9476 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 10.8983 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9477 , cls_130 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 11.4220 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9483 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1241 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9492 , cls_130 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 6.0218 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9496 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 47.8349 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9509 , cls_130 , 0.0000 , 0.1260 , 0.0079 , 5185185.1852 , 1.9091 , 0.8309 , 0.7314 , 0.5617 , 0.0000 , 0.0000 , 0.0000 , 5.6229 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9510 , cls_130 , 0.0000 , 0.0720 , 0.0050 , 6666666.6667 , 1.7143 , 0.8797 , 0.6273 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 9.0152 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9523 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.2320 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9541 , cls_130 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.4091 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9546 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 17.6196 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9548 , cls_130 , 0.0000 , 0.0780 , 0.0051 , 7878787.8788 , 1.8571 , 0.8541 , 0.5881 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 15.3003 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9556 , cls_130 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.3220 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9557 , cls_130 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 1.5451 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9558 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7858 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9565 , cls_130 , 0.0000 , 0.1560 , 0.0111 , 5098039.2157 , 2.1667 , 0.8018 , 0.8233 , 0.5882 , 0.0000 , 0.0000 , 0.0000 , 8.3753 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9574 , cls_130 , 0.0000 , 0.0900 , 0.0070 , 4000000.0000 , 1.5000 , 0.9035 , 0.6817 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 7.5760 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9577 , cls_130 , 0.0000 , 0.0660 , 0.0052 , 5238095.2381 , 1.3750 , 0.9142 , 0.7258 , 0.5595 , 0.0000 , 0.0000 , 0.0000 , 16.4530 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9591 , cls_130 , 0.0000 , 0.0420 , 0.0032 , 11666666.6667 , 1.7500 , 0.8906 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9898 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9612 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.7819 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9614 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.8222 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9621 , cls_130 , 0.0000 , 0.0660 , 0.0049 , 5641025.6410 , 1.3750 , 0.9067 , 0.5963 , 0.5256 , 0.0000 , 0.0000 , 0.0000 , 5.0778 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9634 , cls_130 , 0.0000 , 0.0540 , 0.0038 , 6666666.6667 , 1.5000 , 0.9139 , 0.6419 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 1.7076 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9643 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.0234 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9680 , cls_130 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.1472 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9684 , cls_130 , 0.0000 , 0.0420 , 0.0038 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 16.7351 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9686 , cls_130 , 0.0000 , 0.1740 , 0.0100 , 3717948.7179 , 1.9333 , 0.8178 , 0.6105 , 0.6827 , 0.0000 , 0.0000 , 0.0000 , 28.5367 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9707 , cls_130 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 3.8942 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9709 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.6240 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9711 , cls_130 , 0.0000 , 0.0420 , 0.0030 , 9333333.3333 , 1.4000 , 0.9105 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 9.6023 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9715 , cls_130 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 3.8967 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9723 , cls_130 , 0.0000 , 0.0480 , 0.0047 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 5.4826 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9736 , cls_130 , 0.0000 , 0.0600 , 0.0049 , 7407407.4074 , 1.6667 , 0.8916 , 0.7838 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2.6451 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9759 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.6604 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9761 , cls_130 , 0.0000 , 0.1080 , 0.0090 , 6666666.6667 , 2.0000 , 0.8277 , 0.8121 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 1.5477 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9768 , cls_130 , 0.0000 , 0.0540 , 0.0045 , 5454545.4545 , 1.2857 , 0.9338 , 0.6498 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 9.9412 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9770 , cls_130 , 0.0000 , 0.0780 , 0.0056 , 7222222.2222 , 1.8571 , 0.8622 , 0.6944 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 3.6249 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9775 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 13.5115 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9800 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.8609 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9805 , cls_130 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 8.5745 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9806 , cls_130 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 5.5099 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9810 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6707 , 0.0630 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9831 , cls_130 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7797 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9856 , cls_130 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2649 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9866 , cls_130 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 4.1421 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9874 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1588 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9877 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 18.3420 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9888 , cls_130 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2665 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 83 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.4546 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 104 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1301 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 131 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9657 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 141 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.2930 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 162 , cls_60 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 0.9268 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 188 , cls_60 , 0.0000 , 0.0960 , 0.0084 , 10666666.6667 , 2.2857 , 0.8007 , 0.9021 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 0.6104 , 0.0390 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 190 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.5694 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 193 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3329 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 248 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3122 , 0.0560 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 254 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3667 , 0.0418 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 324 , cls_60 , 0.0000 , 0.0420 , 0.0033 , 9333333.3333 , 1.4000 , 0.9105 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.7110 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 334 , cls_60 , 0.0000 , 0.0600 , 0.0040 , 6060606.0606 , 1.4286 , 0.9110 , 0.4398 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 0.9788 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 342 , cls_60 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 0.9716 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 393 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8828 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 410 , cls_60 , 0.0000 , 0.0600 , 0.0045 , 7407407.4074 , 1.6667 , 0.8916 , 0.7135 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 1.0533 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 412 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.1613 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 430 , cls_60 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.6124 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 432 , cls_60 , 0.0000 , 0.0480 , 0.0043 , 10666666.6667 , 1.6000 , 0.8838 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 1.8382 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 445 , cls_60 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.4354 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 500 , cls_60 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.0933 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 556 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5697 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 559 , cls_60 , 0.0000 , 0.1320 , 0.0097 , 7719298.2456 , 2.4444 , 0.7866 , 0.8139 , 0.3772 , 0.0000 , 0.0000 , 0.0000 , 0.5474 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 565 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.6652 , 0.0711 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 575 , cls_60 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.7716 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 584 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2341 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 599 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.9550 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 607 , cls_60 , 0.0000 , 0.0420 , 0.0035 , 5185185.1852 , 1.1667 , 0.9673 , 0.4270 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 0.7431 , 0.0240 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 636 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.6404 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 641 , cls_60 , 0.0000 , 0.1320 , 0.0084 , 4888888.8889 , 2.0000 , 0.8303 , 0.7613 , 0.5944 , 0.0000 , 0.0000 , 0.0000 , 1.4251 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 644 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.3998 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 679 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.4906 , 0.0424 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 690 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.2872 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 693 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9257 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 717 , cls_60 , 0.0000 , 0.0720 , 0.0056 , 5333333.3333 , 1.5000 , 0.9017 , 0.6396 , 0.5444 , 0.0000 , 0.0000 , 0.0000 , 2.7773 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 718 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.9634 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 727 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.4896 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 742 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.5516 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 747 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.9994 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 751 , cls_60 , 0.0000 , 0.1020 , 0.0071 , 6666666.6667 , 1.8889 , 0.8353 , 0.7453 , 0.4706 , 0.0000 , 0.0000 , 0.0000 , 2.2295 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 754 , cls_60 , 0.0000 , 0.0600 , 0.0046 , 6060606.0606 , 1.4286 , 0.9110 , 0.6498 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.8571 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 756 , cls_60 , 0.0000 , 0.0540 , 0.0041 , 6000000.0000 , 1.2857 , 0.9243 , 0.5609 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 9.2130 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 799 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.6083 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 805 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0097 , 0.0503 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 822 , cls_60 , 0.0000 , 0.0540 , 0.0040 , 12000000.0000 , 1.8000 , 0.8603 , 0.6817 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0645 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 826 , cls_60 , 0.0000 , 0.1740 , 0.0092 , 5225225.2252 , 2.2308 , 0.7830 , 0.6999 , 0.5721 , 0.0000 , 0.0000 , 0.0000 , 10.0932 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 854 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.1353 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 864 , cls_60 , 0.0000 , 0.0900 , 0.0071 , 5263157.8947 , 1.6667 , 0.8749 , 0.7282 , 0.5614 , 0.0000 , 0.0000 , 0.0000 , 2.7789 , 0.0390 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 884 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.7297 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 892 , cls_60 , 0.0000 , 0.2460 , 0.0149 , 2679738.5621 , 1.9524 , 0.7975 , 0.7300 , 0.7794 , 0.0000 , 0.0000 , 0.0000 , 39.8424 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 897 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9070 , 0.0313 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 903 , cls_60 , 0.0000 , 0.0600 , 0.0044 , 5555555.5556 , 1.4286 , 0.9196 , 0.5506 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 7.8530 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 934 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.3111 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 966 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.2050 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 971 , cls_60 , 0.0000 , 0.0600 , 0.0048 , 4166666.6667 , 1.2500 , 0.9495 , 0.5473 , 0.6458 , 0.0000 , 0.0000 , 0.0000 , 0.4580 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 972 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.1551 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 976 , cls_60 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 1.7534 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1011 , cls_60 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5457 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1037 , cls_60 , 0.0000 , 0.2820 , 0.0147 , 5310734.4633 , 2.9375 , 0.7034 , 0.8331 , 0.5650 , 0.0000 , 0.0000 , 0.0000 , 12.7619 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1059 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.6252 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1064 , cls_60 , 0.0000 , 0.0420 , 0.0036 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 1.0687 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1078 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.6696 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1104 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 15.4451 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1137 , cls_60 , 0.0000 , 0.0660 , 0.0055 , 4583333.3333 , 1.3750 , 0.9280 , 0.7004 , 0.5938 , 0.0000 , 0.0000 , 0.0000 , 2.6904 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1139 , cls_60 , 0.0000 , 0.1500 , 0.0104 , 4166666.6667 , 1.9231 , 0.8282 , 0.7805 , 0.6417 , 0.0000 , 0.0000 , 0.0000 , 17.8577 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1160 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.7995 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1165 , cls_60 , 0.0000 , 0.1560 , 0.0105 , 6933333.3333 , 2.6000 , 0.7725 , 0.8408 , 0.4600 , 0.0000 , 0.0000 , 0.0000 , 4.5147 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1175 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3703 , 0.0541 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1196 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.1138 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1236 , cls_60 , 0.0000 , 0.0480 , 0.0031 , 10666666.6667 , 1.6000 , 0.8838 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 3.1830 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1239 , cls_60 , 0.0000 , 0.0780 , 0.0070 , 4333333.3333 , 1.4444 , 0.9133 , 0.7139 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 2.4329 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1251 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5624 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1271 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.2557 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1272 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8444 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1277 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1294 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1296 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 3.2015 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1314 , cls_60 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.8847 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1320 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.7629 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1326 , cls_60 , 0.0000 , 0.0600 , 0.0049 , 6060606.0606 , 1.4286 , 0.9110 , 0.6888 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 44.4415 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1328 , cls_60 , 0.0000 , 0.1260 , 0.0100 , 2745098.0392 , 1.4000 , 0.8997 , 0.6040 , 0.7680 , 0.0000 , 0.0000 , 0.0000 , 4.2856 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1336 , cls_60 , 0.0000 , 0.0420 , 0.0037 , 4666666.6667 , 1.0000 , 0.9782 , 0.4907 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 4.1602 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1338 , cls_60 , 0.0000 , 0.1200 , 0.0084 , 5128205.1282 , 1.8182 , 0.8389 , 0.7170 , 0.5577 , 0.0000 , 0.0000 , 0.0000 , 4.0810 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1360 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 15.1580 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1362 , cls_60 , 0.0000 , 0.5040 , 0.0200 , 3010752.6882 , 3.0000 , 0.6481 , 0.6563 , 0.7527 , 0.0000 , 0.0000 , 0.0000 , 39.7054 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1365 , cls_60 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 3.6716 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1385 , cls_60 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 7.7418 , 0.0330 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1407 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2328 , 0.0454 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1424 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3577 , 0.0390 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1462 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.2140 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1475 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0075 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1550 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.6301 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1603 , cls_60 , 0.0000 , 0.0480 , 0.0051 , 7619047.6190 , 1.3333 , 0.9145 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 7.7590 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1618 , cls_60 , 0.0000 , 0.0960 , 0.0059 , 5333333.3333 , 1.7778 , 0.8651 , 0.5103 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 99.5029 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1642 , cls_60 , 0.0000 , 1.4280 , 0.0405 , 2044673.5395 , 4.2500 , 0.4150 , 0.7132 , 0.8316 , 0.0000 , 0.0000 , 0.0000 , 48.6771 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1685 , cls_60 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.7685 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1709 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 16.0994 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1769 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.2125 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1784 , cls_60 , 0.0000 , 0.2580 , 0.0172 , 1493055.5556 , 1.5357 , 0.8619 , 0.6113 , 0.8724 , 0.0000 , 0.0000 , 0.0000 , 94.3760 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1787 , cls_60 , 0.0000 , 0.0660 , 0.0045 , 5238095.2381 , 1.3750 , 0.9142 , 0.4757 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 198.2878 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1792 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2239 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1795 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.7965 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1821 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3942 , 0.0537 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1826 , cls_60 , 0.0000 , 0.0540 , 0.0045 , 4285714.2857 , 1.1250 , 0.9589 , 0.5652 , 0.6310 , 0.0000 , 0.0000 , 0.0000 , 3.6764 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1847 , cls_60 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.0143 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1855 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2355 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1895 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8523 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1925 , cls_60 , 0.0000 , 0.0900 , 0.0070 , 3448275.8621 , 1.3636 , 0.9197 , 0.6193 , 0.7126 , 0.0000 , 0.0000 , 0.0000 , 38.9461 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1942 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.6214 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1948 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7201 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1994 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.8746 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2015 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 25.6707 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2038 , cls_60 , 0.0000 , 0.0540 , 0.0038 , 6666666.6667 , 1.5000 , 0.9139 , 0.5416 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 14.1029 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2047 , cls_60 , 0.0000 , 0.0420 , 0.0033 , 5833333.3333 , 1.1667 , 0.9553 , 0.4907 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 0.4800 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2076 , cls_60 , 0.0000 , 0.1620 , 0.0096 , 6206896.5517 , 2.4545 , 0.7772 , 0.7587 , 0.4885 , 0.0000 , 0.0000 , 0.0000 , 2.7742 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2079 , cls_60 , 0.0000 , 0.0420 , 0.0045 , 7777777.7778 , 1.4000 , 0.9274 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 5.1006 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2080 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 171.0616 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2088 , cls_60 , 0.0000 , 0.6360 , 0.0325 , 1845082.6806 , 2.6500 , 0.6486 , 0.7949 , 0.8477 , 0.0000 , 0.0000 , 0.0000 , 4.3362 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2127 , cls_60 , 0.0000 , 0.0480 , 0.0033 , 7619047.6190 , 1.3333 , 0.9145 , 0.5048 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 0.8164 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2135 , cls_60 , 0.0000 , 0.1800 , 0.0115 , 4166666.6667 , 2.1429 , 0.8006 , 0.7019 , 0.6458 , 0.0000 , 0.0000 , 0.0000 , 2.9253 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2137 , cls_60 , 0.0000 , 0.0720 , 0.0061 , 4210526.3158 , 1.3333 , 0.9263 , 0.7154 , 0.6316 , 0.0000 , 0.0000 , 0.0000 , 8.6649 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2138 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 15.7425 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2206 , cls_60 , 0.0000 , 0.1080 , 0.0074 , 4444444.4444 , 1.6364 , 0.8680 , 0.7062 , 0.6235 , 0.0000 , 0.0000 , 0.0000 , 77.0162 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2209 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 196.6609 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2253 , cls_60 , 0.0000 , 0.0420 , 0.0036 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 11.9461 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2255 , cls_60 , 0.0000 , 0.0780 , 0.0059 , 4333333.3333 , 1.4444 , 0.9133 , 0.6894 , 0.6333 , 0.0000 , 0.0000 , 0.0000 , 19.5903 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2320 , cls_60 , 0.0000 , 0.0600 , 0.0042 , 8333333.3333 , 1.6667 , 0.8805 , 0.7453 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 4.2636 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2324 , cls_60 , 0.0000 , 0.9780 , 0.0411 , 2173333.3333 , 3.6222 , 0.5213 , 0.8041 , 0.8177 , 0.0000 , 0.0000 , 0.0000 , 28.4961 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2330 , cls_60 , 0.0000 , 0.0420 , 0.0031 , 6666666.6667 , 1.1667 , 0.9421 , 0.4757 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 6.4236 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2367 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6762 , 0.0516 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2379 , cls_60 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.7253 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2418 , cls_60 , 0.0000 , 0.0420 , 0.0034 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 0.5674 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2502 , cls_60 , 0.0000 , 0.0720 , 0.0058 , 4444444.4444 , 1.3333 , 0.9206 , 0.6817 , 0.6296 , 0.0000 , 0.0000 , 0.0000 , 18.2882 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2526 , cls_60 , 0.0000 , 0.0480 , 0.0040 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 0.6306 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2544 , cls_60 , 0.0000 , 0.2100 , 0.0133 , 2621722.8464 , 1.8421 , 0.8267 , 0.6637 , 0.7734 , 0.0000 , 0.0000 , 0.0000 , 15.6219 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2576 , cls_60 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 1.3647 , 0.0607 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2588 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.6391 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2590 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.8127 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2652 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5665 , 0.0384 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2684 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7359 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2733 , cls_60 , 0.0000 , 0.0600 , 0.0044 , 5128205.1282 , 1.2500 , 0.9278 , 0.5526 , 0.5769 , 0.0000 , 0.0000 , 0.0000 , 2.3712 , 0.0437 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2935 , cls_60 , 0.0000 , 0.0600 , 0.0049 , 4761904.7619 , 1.2500 , 0.9354 , 0.5652 , 0.6071 , 0.0000 , 0.0000 , 0.0000 , 3.5056 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2964 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 12.7743 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3051 , cls_60 , 0.0000 , 0.0660 , 0.0046 , 5238095.2381 , 1.3750 , 0.9142 , 0.5652 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 2.6820 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3055 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.8773 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3079 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.2727 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3096 , cls_60 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.8856 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3097 , cls_60 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.5632 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3106 , cls_60 , 0.0000 , 0.2100 , 0.0176 , 4242424.2424 , 2.3333 , 0.7744 , 0.8761 , 0.6485 , 0.0000 , 0.0000 , 0.0000 , 11.1758 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3113 , cls_60 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.3105 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3124 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0242 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3150 , cls_60 , 0.0000 , 0.0600 , 0.0055 , 8333333.3333 , 1.6667 , 0.8805 , 0.7963 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 2.5686 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3156 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6346 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3158 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.9703 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3163 , cls_60 , 0.0000 , 0.0600 , 0.0055 , 8333333.3333 , 1.6667 , 0.8805 , 0.7736 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 4.5189 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3164 , cls_60 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.1882 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3180 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0194 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3189 , cls_60 , 0.0000 , 0.0420 , 0.0035 , 5833333.3333 , 1.1667 , 0.9553 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.7168 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3207 , cls_60 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 5.6286 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3214 , cls_60 , 0.0000 , 0.0660 , 0.0057 , 5641025.6410 , 1.3750 , 0.9067 , 0.7453 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.5718 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3239 , cls_60 , 0.0000 , 0.1020 , 0.0055 , 5964912.2807 , 1.8889 , 0.8460 , 0.5829 , 0.5614 , 0.0000 , 0.0000 , 0.0000 , 2.8486 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3263 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.6918 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3285 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.5336 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3341 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.3606 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3367 , cls_60 , 0.0000 , 0.0780 , 0.0061 , 3939393.9394 , 1.3000 , 0.9235 , 0.6498 , 0.6667 , 0.0000 , 0.0000 , 0.0000 , 3.5111 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3391 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.2425 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3402 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 11.8438 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3408 , cls_60 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 4.8446 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3425 , cls_60 , 0.0000 , 0.1080 , 0.0071 , 4444444.4444 , 1.6364 , 0.8680 , 0.6456 , 0.6358 , 0.0000 , 0.0000 , 0.0000 , 8.5568 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3449 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.9742 , 0.0258 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3534 , cls_60 , 0.0000 , 0.0720 , 0.0056 , 3636363.6364 , 1.2000 , 0.9422 , 0.5170 , 0.7045 , 0.0000 , 0.0000 , 0.0000 , 0.9217 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3537 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 12.4603 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3553 , cls_60 , 0.0000 , 0.0480 , 0.0038 , 6666666.6667 , 1.3333 , 0.9273 , 0.6488 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 25.9891 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3576 , cls_60 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 14.4098 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3623 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 0.6890 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3638 , cls_60 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 74.4148 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3651 , cls_60 , 0.0000 , 0.2220 , 0.0156 , 2569444.4444 , 1.8500 , 0.8198 , 0.7521 , 0.7795 , 0.0000 , 0.0000 , 0.0000 , 9.2047 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3686 , cls_60 , 0.0000 , 0.9420 , 0.0313 , 2907407.4074 , 4.1316 , 0.5045 , 0.7526 , 0.7574 , 0.0000 , 0.0000 , 0.0000 , 9.4710 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3687 , cls_60 , 0.0000 , 0.0960 , 0.0063 , 3809523.8095 , 1.4545 , 0.9002 , 0.5116 , 0.6905 , 0.0000 , 0.0000 , 0.0000 , 24.8115 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3688 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 7.5324 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3693 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 1.3447 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3707 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 3.8510 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3709 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8037 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3746 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 9.0765 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3747 , cls_60 , 0.0000 , 0.0900 , 0.0067 , 4761904.7619 , 1.5000 , 0.8851 , 0.7243 , 0.6032 , 0.0000 , 0.0000 , 0.0000 , 5.2860 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3797 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.4329 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3808 , cls_60 , 0.0000 , 0.2160 , 0.0123 , 4528301.8868 , 2.4000 , 0.7633 , 0.7104 , 0.6258 , 0.0000 , 0.0000 , 0.0000 , 7.9911 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3827 , cls_60 , 0.0000 , 0.0600 , 0.0051 , 5128205.1282 , 1.2500 , 0.9278 , 0.6877 , 0.5641 , 0.0000 , 0.0000 , 0.0000 , 7.8797 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3858 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.6222 , 0.0384 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3915 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 23.1877 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3925 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4135 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3950 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2876 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4039 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5520 , 0.1077 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4050 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.3355 , 0.0323 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4117 , cls_60 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 11.9858 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4137 , cls_60 , 0.0000 , 0.0540 , 0.0040 , 6000000.0000 , 1.2857 , 0.9243 , 0.5609 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 43.4095 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4161 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.6945 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4185 , cls_60 , 0.0000 , 0.6600 , 0.0270 , 2864583.3333 , 3.4375 , 0.5934 , 0.7183 , 0.7598 , 0.0000 , 0.0000 , 0.0000 , 9.7429 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4228 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 4.7506 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4236 , cls_60 , 0.0000 , 0.0420 , 0.0036 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 1.3987 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4275 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 10.8925 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4283 , cls_60 , 0.0000 , 0.0540 , 0.0036 , 7500000.0000 , 1.5000 , 0.9026 , 0.4907 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 1.1747 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4341 , cls_60 , 0.0000 , 0.0600 , 0.0047 , 5128205.1282 , 1.2500 , 0.9278 , 0.6877 , 0.5641 , 0.0000 , 0.0000 , 0.0000 , 90.8603 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4343 , cls_60 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 73.0850 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4344 , cls_60 , 0.0000 , 0.0600 , 0.0043 , 9523809.5238 , 1.6667 , 0.8684 , 0.7215 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 2.4423 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4355 , cls_60 , 0.0000 , 0.1680 , 0.0106 , 2666666.6667 , 1.6471 , 0.8603 , 0.6723 , 0.7643 , 0.0000 , 0.0000 , 0.0000 , 7.9251 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4374 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4614 , 0.0573 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4464 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.9170 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4467 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.6122 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4471 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.3894 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4480 , cls_60 , 0.0000 , 0.0540 , 0.0044 , 5454545.4545 , 1.2857 , 0.9338 , 0.6888 , 0.5455 , 0.0000 , 0.0000 , 0.0000 , 1.2893 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4482 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0873 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4483 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 19.7432 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4501 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6682 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4514 , cls_60 , 0.0000 , 0.0540 , 0.0044 , 8571428.5714 , 1.5000 , 0.8902 , 0.7215 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 1.2629 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4543 , cls_60 , 0.0000 , 0.0600 , 0.0047 , 5555555.5556 , 1.4286 , 0.9196 , 0.6605 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 16.1367 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4572 , cls_60 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 0.4857 , 0.0497 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4581 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8341 , 0.0421 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4588 , cls_60 , 0.0000 , 0.1140 , 0.0086 , 7037037.0370 , 2.1111 , 0.8153 , 0.8462 , 0.4537 , 0.0000 , 0.0000 , 0.0000 , 4.3902 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4602 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6843 , 0.0421 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4625 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.2546 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4628 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1452 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4632 , cls_60 , 0.0000 , 0.1020 , 0.0073 , 6296296.2963 , 1.8889 , 0.8408 , 0.6630 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.0150 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4647 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.8682 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4676 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 8.5646 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4685 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5673 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4686 , cls_60 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 1.2688 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4712 , cls_60 , 0.0000 , 0.0540 , 0.0038 , 7500000.0000 , 1.5000 , 0.9026 , 0.4907 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 5.3710 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4720 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.7529 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4736 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.7431 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4751 , cls_60 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 0.4963 , 0.0417 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4780 , cls_60 , 0.0000 , 0.0780 , 0.0066 , 5777777.7778 , 1.6250 , 0.8838 , 0.7384 , 0.5111 , 0.0000 , 0.0000 , 0.0000 , 4.8588 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4784 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.4503 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4869 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7739 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4876 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.0963 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4880 , cls_60 , 0.0000 , 0.8940 , 0.0463 , 1888466.4132 , 3.2391 , 0.5598 , 0.8720 , 0.8409 , 0.0000 , 0.0000 , 0.0000 , 3.1677 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4886 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9255 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4892 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8522 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4898 , cls_60 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 1.3202 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4902 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.0705 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4912 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5128 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4915 , cls_60 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.5713 , 0.0395 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4920 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1621 , 0.0306 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4931 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7342 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4941 , cls_60 , 0.0000 , 0.0960 , 0.0078 , 5614035.0877 , 1.7778 , 0.8600 , 0.8234 , 0.5351 , 0.0000 , 0.0000 , 0.0000 , 1.6118 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4949 , cls_60 , 0.0000 , 0.0780 , 0.0049 , 6666666.6667 , 1.6250 , 0.8698 , 0.6877 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 2.1443 , 0.0484 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4950 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0765 , 0.0350 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4961 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.8744 , 0.0306 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5097 , cls_60 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.9927 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5125 , cls_60 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.9293 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5133 , cls_60 , 0.0000 , 0.0480 , 0.0038 , 5925925.9259 , 1.3333 , 0.9389 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.9728 , 0.0350 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5213 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.5514 , 0.0404 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5222 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.7851 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5231 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.0068 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5233 , cls_60 , 0.0000 , 0.0600 , 0.0047 , 8333333.3333 , 1.6667 , 0.8805 , 0.8041 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 11.6133 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5271 , cls_60 , 0.0000 , 0.0600 , 0.0049 , 7407407.4074 , 1.6667 , 0.8916 , 0.7135 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 1.8010 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5343 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.6139 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5392 , cls_60 , 0.0000 , 0.0360 , 0.0031 , 5714285.7143 , 1.0000 , 0.9740 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.2075 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5442 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8727 , 0.0577 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5446 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 2.2787 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5454 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.5882 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5464 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.5439 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5470 , cls_60 , 0.0000 , 0.0600 , 0.0057 , 4444444.4444 , 1.2500 , 0.9427 , 0.6396 , 0.6000 , 0.0000 , 0.0000 , 0.0000 , 5.5362 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5500 , cls_60 , 0.0000 , 0.0420 , 0.0038 , 7777777.7778 , 1.4000 , 0.9274 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.7528 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5502 , cls_60 , 0.0000 , 0.0480 , 0.0044 , 5333333.3333 , 1.1429 , 0.9495 , 0.6817 , 0.5167 , 0.0000 , 0.0000 , 0.0000 , 1.4626 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5515 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6236 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5529 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3153 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5548 , cls_60 , 0.0000 , 0.0780 , 0.0075 , 5416666.6667 , 1.6250 , 0.8902 , 0.8330 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.9102 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5550 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8005 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5568 , cls_60 , 0.0000 , 0.0360 , 0.0031 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.6029 , 0.0390 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5569 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.9524 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5570 , cls_60 , 0.0000 , 0.0480 , 0.0039 , 6666666.6667 , 1.3333 , 0.9273 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 2.3013 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5577 , cls_60 , 0.0000 , 0.0660 , 0.0052 , 3666666.6667 , 1.2222 , 0.9520 , 0.3634 , 0.6917 , 0.0000 , 0.0000 , 0.0000 , 4.0761 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5595 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.2077 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5600 , cls_60 , 0.0000 , 0.0660 , 0.0054 , 4074074.0741 , 1.2222 , 0.9405 , 0.5676 , 0.6574 , 0.0000 , 0.0000 , 0.0000 , 2.9125 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5610 , cls_60 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.5048 , 0.0577 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5628 , cls_60 , 0.0000 , 0.1200 , 0.0098 , 4301075.2688 , 1.6667 , 0.8569 , 0.7678 , 0.6452 , 0.0000 , 0.0000 , 0.0000 , 0.8435 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5643 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.9174 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5645 , cls_60 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.8659 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5656 , cls_60 , 0.0000 , 0.0600 , 0.0043 , 6060606.0606 , 1.4286 , 0.9110 , 0.5623 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 2.0246 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5703 , cls_60 , 0.0000 , 0.0780 , 0.0062 , 4561403.5088 , 1.4444 , 0.9079 , 0.7154 , 0.6140 , 0.0000 , 0.0000 , 0.0000 , 2.6656 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5729 , cls_60 , 0.0000 , 0.0540 , 0.0054 , 7500000.0000 , 1.5000 , 0.9026 , 0.8078 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.3463 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5769 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1233 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5801 , cls_60 , 0.0000 , 0.3180 , 0.0268 , 2849462.3656 , 2.3043 , 0.7449 , 0.8437 , 0.7554 , 0.0000 , 0.0000 , 0.0000 , 1.2393 , 0.0331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5816 , cls_60 , 0.0000 , 0.0480 , 0.0034 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.2929 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5818 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.1137 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5821 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.6042 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5824 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.1809 , 0.0570 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5924 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.6261 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5925 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.5990 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5931 , cls_60 , 0.0000 , 0.1860 , 0.0115 , 3333333.3333 , 1.9375 , 0.8192 , 0.6612 , 0.7204 , 0.0000 , 0.0000 , 0.0000 , 1.0268 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5952 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.5519 , 0.0272 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5958 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.7129 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5984 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4687 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6012 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.6323 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6017 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.4626 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6045 , cls_60 , 0.0000 , 0.0780 , 0.0084 , 6666666.6667 , 1.6250 , 0.8698 , 0.8643 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 1.1582 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6093 , cls_60 , 0.0000 , 0.1020 , 0.0083 , 3655913.9785 , 1.4167 , 0.8966 , 0.7782 , 0.6774 , 0.0000 , 0.0000 , 0.0000 , 1.6136 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6141 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.4526 , 0.0404 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6176 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 4.0496 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6179 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1679 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6201 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5919 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6228 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.8762 , 0.0540 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6238 , cls_60 , 0.0000 , 0.0960 , 0.0078 , 4848484.8485 , 1.6000 , 0.8748 , 0.8169 , 0.5758 , 0.0000 , 0.0000 , 0.0000 , 1.3493 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6250 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1189 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6263 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4252 , 0.0376 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6283 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 9.8320 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6286 , cls_60 , 0.0000 , 0.0600 , 0.0048 , 4166666.6667 , 1.2500 , 0.9495 , 0.5031 , 0.6354 , 0.0000 , 0.0000 , 0.0000 , 1.9499 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6304 , cls_60 , 0.0000 , 0.1560 , 0.0110 , 5252525.2525 , 2.1667 , 0.7989 , 0.7950 , 0.5707 , 0.0000 , 0.0000 , 0.0000 , 6.8120 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6307 , cls_60 , 0.0000 , 0.0360 , 0.0034 , 5000000.0000 , 1.0000 , 0.9877 , 0.4907 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 6.4050 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6309 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5697 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6334 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.4257 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6346 , cls_60 , 0.0000 , 0.0480 , 0.0038 , 5333333.3333 , 1.1429 , 0.9495 , 0.6255 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 1.6601 , 0.0331 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6357 , cls_60 , 0.0000 , 0.0480 , 0.0041 , 10666666.6667 , 1.6000 , 0.8838 , 0.8011 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 0.4820 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6358 , cls_60 , 0.0000 , 0.0660 , 0.0050 , 4313725.4902 , 1.2222 , 0.9344 , 0.5916 , 0.6471 , 0.0000 , 0.0000 , 0.0000 , 0.8659 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6360 , cls_60 , 0.0000 , 0.0360 , 0.0026 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.5892 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6365 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9837 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6409 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1612 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6437 , cls_60 , 0.0000 , 0.1200 , 0.0097 , 1904761.9048 , 1.1765 , 0.9516 , 0.3895 , 0.8357 , 0.0000 , 0.0000 , 0.0000 , 1.8154 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6472 , cls_60 , 0.0000 , 0.2160 , 0.0177 , 5853658.5366 , 2.7692 , 0.7385 , 0.9095 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 4.8626 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6503 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.7856 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6505 , cls_60 , 0.0000 , 0.1020 , 0.0082 , 5151515.1515 , 1.7000 , 0.8606 , 0.7845 , 0.5758 , 0.0000 , 0.0000 , 0.0000 , 2.3105 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6551 , cls_60 , 0.0000 , 0.0540 , 0.0040 , 5000000.0000 , 1.2857 , 0.9427 , 0.5506 , 0.5833 , 0.0000 , 0.0000 , 0.0000 , 0.9397 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6603 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8753 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6605 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 2.5471 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6607 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1470 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6624 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4326 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6647 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.5418 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6678 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5814 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6696 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6481 , 0.0576 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6790 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1.3525 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6832 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5338 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6864 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.9278 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6867 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 5714285.7143 , 1.0000 , 0.9740 , 0.3144 , 0.5238 , 0.0000 , 0.0000 , 0.0000 , 1.2244 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6874 , cls_60 , 0.0000 , 0.0540 , 0.0040 , 8571428.5714 , 1.5000 , 0.8902 , 0.6572 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.2965 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6876 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6225 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6883 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.5225 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6912 , cls_60 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3573 , 0.0638 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6944 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.4250 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6972 , cls_60 , 0.0000 , 0.0960 , 0.0070 , 3440860.2151 , 1.3333 , 0.9114 , 0.6597 , 0.7151 , 0.0000 , 0.0000 , 0.0000 , 2.1279 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6974 , cls_60 , 0.0000 , 0.1080 , 0.0100 , 4800000.0000 , 1.8000 , 0.8600 , 0.8640 , 0.5600 , 0.0000 , 0.0000 , 0.0000 , 2.9447 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6984 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6354 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7011 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2.7717 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7019 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.6348 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7066 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.0638 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7088 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5442 , 0.0576 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7182 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6494 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7214 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5486 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7272 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5263 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7305 , cls_60 , 0.0000 , 0.1560 , 0.0095 , 4684684.6847 , 2.0000 , 0.8103 , 0.6999 , 0.6171 , 0.0000 , 0.0000 , 0.0000 , 4.1194 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7306 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 5.4100 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7319 , cls_60 , 0.0000 , 0.0420 , 0.0036 , 5185185.1852 , 1.1667 , 0.9673 , 0.5416 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 0.6515 , 0.0571 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7338 , cls_60 , 0.0000 , 0.0780 , 0.0063 , 6666666.6667 , 1.6250 , 0.8698 , 0.7733 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 8.6985 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7339 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 13.3763 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7364 , cls_60 , 0.0000 , 0.0600 , 0.0049 , 3703703.7037 , 1.1111 , 0.9624 , 0.4410 , 0.6852 , 0.0000 , 0.0000 , 0.0000 , 0.7783 , 0.0511 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7424 , cls_60 , 0.0000 , 0.0600 , 0.0054 , 6666666.6667 , 1.4286 , 0.9016 , 0.8128 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 0.4122 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7588 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.8008 , 0.0437 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7637 , cls_60 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.5899 , 0.0525 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7729 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2748 , 0.0450 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7788 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.2563 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7791 , cls_60 , 0.0000 , 0.0660 , 0.0047 , 7333333.3333 , 1.5714 , 0.8812 , 0.6559 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.0567 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7844 , cls_60 , 0.0000 , 0.1740 , 0.0134 , 1914191.4191 , 1.3810 , 0.8953 , 0.5797 , 0.8251 , 0.0000 , 0.0000 , 0.0000 , 0.6626 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7887 , cls_60 , 0.0000 , 0.0780 , 0.0055 , 7222222.2222 , 1.8571 , 0.8622 , 0.7649 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.7894 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7924 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2283 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7934 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.6408 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7971 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.6379 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7991 , cls_60 , 0.0000 , 0.0360 , 0.0027 , 6666666.6667 , 1.2000 , 0.9587 , 0.4123 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 1.7253 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8010 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.7607 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8015 , cls_60 , 0.0000 , 0.0660 , 0.0052 , 10476190.4762 , 1.8333 , 0.8487 , 0.7826 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 0.5164 , 0.0518 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8074 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.4231 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8094 , cls_60 , 0.0000 , 0.1260 , 0.0083 , 6666666.6667 , 2.1000 , 0.8066 , 0.7547 , 0.4603 , 0.0000 , 0.0000 , 0.0000 , 2.0951 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8103 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.5485 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8130 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 13333333.3333 , 1.5000 , 0.8956 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 0.2449 , 0.0450 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8147 , cls_60 , 0.0000 , 0.0540 , 0.0042 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 0.7471 , 0.0175 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8154 , cls_60 , 0.0000 , 0.0780 , 0.0053 , 5416666.6667 , 1.6250 , 0.8902 , 0.5031 , 0.5625 , 0.0000 , 0.0000 , 0.0000 , 2.3291 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8184 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6009 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8196 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 6.3152 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8254 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3308 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8300 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 4.0813 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8337 , cls_60 , 0.0000 , 0.0480 , 0.0032 , 8888888.8889 , 1.6000 , 0.9002 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 4.7212 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8363 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.6639 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8382 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 1.0437 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8391 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.3808 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8393 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.0351 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8410 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1.2655 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8411 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.9440 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8413 , cls_60 , 0.0000 , 0.0840 , 0.0061 , 5185185.1852 , 1.5556 , 0.8853 , 0.7135 , 0.5926 , 0.0000 , 0.0000 , 0.0000 , 5.5931 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8414 , cls_60 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 3.2025 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8445 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6150 , 0.0484 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8497 , cls_60 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 1.0390 , 0.0360 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8502 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.0502 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8503 , cls_60 , 0.0000 , 0.0660 , 0.0047 , 5238095.2381 , 1.3750 , 0.9142 , 0.5652 , 0.5595 , 0.0000 , 0.0000 , 0.0000 , 2.4669 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8525 , cls_60 , 0.0000 , 0.0540 , 0.0045 , 5454545.4545 , 1.2857 , 0.9338 , 0.5881 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 1.2478 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8535 , cls_60 , 0.0000 , 0.2640 , 0.0175 , 4731182.7957 , 2.7500 , 0.7257 , 0.8603 , 0.6210 , 0.0000 , 0.0000 , 0.0000 , 6.5636 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8543 , cls_60 , 0.0000 , 0.0840 , 0.0059 , 3888888.8889 , 1.4000 , 0.9154 , 0.4731 , 0.6736 , 0.0000 , 0.0000 , 0.0000 , 0.5543 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8551 , cls_60 , 0.0000 , 0.0540 , 0.0047 , 4000000.0000 , 1.1250 , 0.9663 , 0.5225 , 0.6556 , 0.0000 , 0.0000 , 0.0000 , 5.7670 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8590 , cls_60 , 0.0000 , 0.0420 , 0.0033 , 6666666.6667 , 1.1667 , 0.9421 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 8.4816 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8595 , cls_60 , 0.0000 , 0.1080 , 0.0066 , 8571428.5714 , 2.2500 , 0.8045 , 0.8181 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 20.2182 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8648 , cls_60 , 0.0000 , 0.0600 , 0.0056 , 7407407.4074 , 1.6667 , 0.8916 , 0.8024 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 0.8582 , 0.0182 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8698 , cls_60 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 0.8190 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8700 , cls_60 , 0.0000 , 0.0480 , 0.0037 , 8888888.8889 , 1.6000 , 0.9002 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 1.8303 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8736 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2194 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8742 , cls_60 , 0.0000 , 0.0420 , 0.0036 , 6666666.6667 , 1.1667 , 0.9421 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 0.1514 , 0.0726 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8749 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.4843 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8754 , cls_60 , 0.0000 , 0.0360 , 0.0030 , 6666666.6667 , 1.2000 , 0.9587 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 0.7448 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8762 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2321 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8778 , cls_60 , 0.0000 , 0.0600 , 0.0051 , 5128205.1282 , 1.2500 , 0.9278 , 0.6689 , 0.5641 , 0.0000 , 0.0000 , 0.0000 , 1.1042 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8806 , cls_60 , 0.0000 , 0.1740 , 0.0092 , 5370370.3704 , 2.4167 , 0.7804 , 0.7838 , 0.5509 , 0.0000 , 0.0000 , 0.0000 , 8.1066 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8842 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 4.9268 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8875 , cls_60 , 0.0000 , 0.0480 , 0.0041 , 5333333.3333 , 1.1429 , 0.9495 , 0.6255 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 1.7844 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8885 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1980 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8903 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.7704 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8929 , cls_60 , 0.0000 , 0.0360 , 0.0034 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 5.5616 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8932 , cls_60 , 0.0000 , 0.0360 , 0.0032 , 10000000.0000 , 1.5000 , 0.9207 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 7.3666 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8990 , cls_60 , 0.0000 , 0.0420 , 0.0034 , 11666666.6667 , 1.7500 , 0.8906 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0688 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8996 , cls_60 , 0.0000 , 0.0540 , 0.0045 , 6000000.0000 , 1.2857 , 0.9243 , 0.6817 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 7.0318 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9019 , cls_60 , 0.0000 , 0.0420 , 0.0041 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 2.9119 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9028 , cls_60 , 0.0000 , 0.0480 , 0.0041 , 5925925.9259 , 1.3333 , 0.9389 , 0.6630 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.3091 , 0.0330 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9042 , cls_60 , 0.0000 , 0.0480 , 0.0041 , 4444444.4444 , 1.1429 , 0.9685 , 0.5225 , 0.6250 , 0.0000 , 0.0000 , 0.0000 , 0.5162 , 0.0395 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9080 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5125 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9082 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.6946 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9087 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2564 , 0.0511 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9096 , cls_60 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.3414 , 0.0633 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9098 , cls_60 , 0.0000 , 0.1140 , 0.0095 , 2945736.4341 , 1.3571 , 0.9056 , 0.7329 , 0.7287 , 0.0000 , 0.0000 , 0.0000 , 0.8031 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9110 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.7265 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9118 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1551 , 0.0759 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9121 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9282 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9128 , cls_60 , 0.0000 , 0.0480 , 0.0040 , 4848484.8485 , 1.1429 , 0.9594 , 0.5170 , 0.5909 , 0.0000 , 0.0000 , 0.0000 , 1.3794 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9156 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.6188 , 0.0300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9284 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.5401 , 0.0408 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9289 , cls_60 , 0.0000 , 0.0360 , 0.0028 , 10000000.0000 , 1.5000 , 0.9207 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 2.1456 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9351 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.5889 , 0.0484 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9390 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.7612 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9488 , cls_60 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 1.4192 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9489 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 1.2740 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9537 , cls_60 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 2.4834 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9539 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3712 , 0.0722 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9552 , cls_60 , 0.0000 , 0.0600 , 0.0057 , 3333333.3333 , 1.1111 , 0.9741 , 0.5609 , 0.6917 , 0.0000 , 0.0000 , 0.0000 , 1.1889 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9586 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.0169 , 0.0210 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9631 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.1165 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9636 , cls_60 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.7146 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9640 , cls_60 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.9388 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9699 , cls_60 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2.4049 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9702 , cls_60 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.3217 , 0.0726 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9743 , cls_60 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.2322 , 0.0633 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9766 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4247 , 0.0306 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9774 , cls_60 , 0.0000 , 0.0540 , 0.0042 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 0.6652 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9812 , cls_60 , 0.0000 , 0.0480 , 0.0047 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.3956 , 0.0391 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9857 , cls_60 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.6392 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9859 , cls_60 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.0443 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9863 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6200 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9875 , cls_60 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1568 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 111 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0110 , 0.0930 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 246 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0301 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 321 , cls_40 , 0.0000 , 0.0420 , 0.0039 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0634 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 433 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.3124 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 461 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0690 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 464 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0607 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 882 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0554 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 896 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0256 , 0.0603 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 910 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0543 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 958 , cls_40 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.0521 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 977 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0914 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1149 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0928 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1265 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0737 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1420 , cls_40 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.0163 , 0.1061 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1537 , cls_40 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.0496 , 0.0306 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1588 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0192 , 0.0376 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1639 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0145 , 0.1140 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1722 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0269 , 0.0376 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1818 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0260 , 0.0658 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1935 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0861 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2011 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1029 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2033 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0478 , 0.0247 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2285 , cls_40 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 0.0478 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2350 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0393 , 0.0433 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2439 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1323 , 0.0228 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2446 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0170 , 0.0811 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2490 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0312 , 0.0603 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2494 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0590 , 0.0309 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2540 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0307 , 0.0433 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2623 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0560 , 0.0309 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2702 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0250 , 0.0525 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2799 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0643 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2844 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0760 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2919 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0312 , 0.0497 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3103 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0431 , 0.0306 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3299 , cls_40 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0253 , 0.0497 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3499 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0208 , 0.0960 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3502 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0220 , 0.0886 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3815 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0313 , 0.0693 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4379 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.1589 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4380 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0992 , 0.0270 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4474 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0233 , 0.0361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4505 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0324 , 0.0361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4536 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0246 , 0.1300 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4554 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6225 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4555 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6289 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4630 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0100 , 0.0836 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4661 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0341 , 0.0366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4735 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0321 , 0.0755 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4808 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0436 , 0.0366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5071 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0173 , 0.0892 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5153 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1946 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5179 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0328 , 0.0890 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5197 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0116 , 0.0836 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5208 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1921 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5290 , cls_40 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0537 , 0.0446 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5304 , cls_40 , 0.0000 , 0.0420 , 0.0032 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 0.0615 , 0.0382 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5428 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0465 , 0.0781 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5432 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0997 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5511 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0443 , 0.0390 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5542 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.3609 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5543 , cls_40 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.2385 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5581 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0583 , 0.0551 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5593 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.1131 , 0.0342 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5709 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1986 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5723 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1603 , 0.0297 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5845 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0930 , 0.0361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5856 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0410 , 0.0390 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5869 , cls_40 , 0.0000 , 0.0420 , 0.0032 , 7777777.7778 , 1.4000 , 0.9274 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 0.2495 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5871 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.1800 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5896 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2002 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5979 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2012 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5988 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0295 , 0.0518 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6004 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.0914 , 0.0361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6054 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5941 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6161 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2044 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6162 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.1588 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6196 , cls_40 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6489 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6233 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0456 , 0.0534 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6278 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7430 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6385 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0887 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6463 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2248 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6478 , cls_40 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0337 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6548 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0362 , 0.0840 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6557 , cls_40 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2151 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6585 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0846 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6589 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0758 , 0.0324 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6593 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2263 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6621 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1668 , 0.0190 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6623 , cls_40 , 0.0000 , 0.0420 , 0.0038 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1634 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6665 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0350 , 0.0534 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6819 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0484 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6895 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0853 , 0.0324 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6903 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.1061 , 0.0313 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6908 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0684 , 0.0612 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6945 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1587 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7015 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0435 , 0.0785 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7064 , cls_40 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.1322 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7307 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0649 , 0.0552 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7505 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0595 , 0.0418 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7568 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0791 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7612 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0578 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7678 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0608 , 0.0242 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7719 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.1912 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7720 , cls_40 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.0982 , 0.0366 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7733 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0841 , 0.0192 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7774 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0213 , 0.0841 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7847 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2371 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7857 , cls_40 , 0.0000 , 0.0600 , 0.0054 , 8333333.3333 , 1.6667 , 0.8805 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 0.0931 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7895 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1029 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7961 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0534 , 0.0418 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7989 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0497 , 0.0674 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8009 , cls_40 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.3654 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8055 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0292 , 0.0700 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8070 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0998 , 0.0170 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8146 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3813 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8233 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0342 , 0.0466 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8317 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0372 , 0.0566 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8397 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0367 , 0.0741 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8534 , cls_40 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.0221 , 0.0700 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8743 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0221 , 0.0789 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8864 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0464 , 0.0371 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8969 , cls_40 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0363 , 0.0671 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9139 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0267 , 0.0949 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9142 , cls_40 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0296 , 0.0607 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9170 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0296 , 0.0779 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9216 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0454 , 0.0371 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9567 , cls_40 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0324 , 0.0484 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9616 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0674 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9669 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0129 , 0.1513 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9721 , cls_40 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0313 , 0.0607 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9782 , cls_40 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 0.0213 , 0.0589 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9827 , cls_40 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0579 , 0.0234 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 142 , cls_180 , 0.0000 , 0.0720 , 0.0050 , 7272727.2727 , 1.7143 , 0.8714 , 0.7307 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 1.0295 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 213 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 0.4833 , 0.1295 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 293 , cls_180 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.0421 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 306 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6376 , 0.0503 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 374 , cls_180 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.4661 , 0.0618 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 563 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.7132 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 626 , cls_180 , 0.0000 , 0.0360 , 0.0029 , 10000000.0000 , 1.5000 , 0.9207 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 0.7667 , 0.0216 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 676 , cls_180 , 0.0000 , 0.0960 , 0.0068 , 3678160.9195 , 1.4545 , 0.9041 , 0.5656 , 0.6954 , 0.0000 , 0.0000 , 0.0000 , 0.7782 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 772 , cls_180 , 0.0000 , 0.0600 , 0.0046 , 7407407.4074 , 1.6667 , 0.8916 , 0.7796 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 1.0781 , 0.0319 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 849 , cls_180 , 0.0000 , 0.2820 , 0.0133 , 5136612.0219 , 2.9375 , 0.7065 , 0.7462 , 0.5710 , 0.0000 , 0.0000 , 0.0000 , 12.7824 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 857 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.1773 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 901 , cls_180 , 0.0000 , 0.4140 , 0.0241 , 1982758.6207 , 2.2258 , 0.7350 , 0.8292 , 0.8297 , 0.0000 , 0.0000 , 0.0000 , 6.9162 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 930 , cls_180 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 4.1742 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 933 , cls_180 , 0.0000 , 0.0660 , 0.0051 , 5641025.6410 , 1.3750 , 0.9067 , 0.7146 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 47.0041 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1030 , cls_180 , 0.0000 , 0.1320 , 0.0088 , 3333333.3333 , 1.5714 , 0.8709 , 0.6685 , 0.7235 , 0.0000 , 0.0000 , 0.0000 , 5.6732 , 0.0201 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1068 , cls_180 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2.2139 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1168 , cls_180 , 0.0000 , 0.0420 , 0.0037 , 7777777.7778 , 1.4000 , 0.9274 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 8.6374 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1180 , cls_180 , 0.0000 , 0.0660 , 0.0048 , 4888888.8889 , 1.3750 , 0.9213 , 0.5225 , 0.6111 , 0.0000 , 0.0000 , 0.0000 , 1.8091 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1276 , cls_180 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.8323 , 0.0256 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1302 , cls_180 , 0.0000 , 0.0540 , 0.0041 , 7500000.0000 , 1.5000 , 0.9026 , 0.7453 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 1.6157 , 0.0218 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1345 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 8.5898 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1350 , cls_180 , 0.0000 , 0.0420 , 0.0031 , 6666666.6667 , 1.1667 , 0.9421 , 0.4757 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 0.4206 , 0.0295 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1387 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.8412 , 0.0671 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1451 , cls_180 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.4140 , 0.0295 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1463 , cls_180 , 0.0000 , 0.0300 , 0.0027 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 3.4253 , 0.0618 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1661 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.8448 , 0.1396 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1763 , cls_180 , 0.0000 , 0.0600 , 0.0046 , 8333333.3333 , 1.6667 , 0.8805 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 99.8383 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1851 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 5.6439 , 0.0492 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1893 , cls_180 , 0.0000 , 0.0840 , 0.0062 , 3888888.8889 , 1.4000 , 0.9154 , 0.5299 , 0.6806 , 0.0000 , 0.0000 , 0.0000 , 15.2800 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1917 , cls_180 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 7.5273 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1945 , cls_180 , 0.0000 , 1.8120 , 0.0610 , 1564361.5644 , 4.1944 , 0.3552 , 0.7614 , 0.8691 , 0.0000 , 0.0000 , 0.0000 , 21.3218 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1950 , cls_180 , 0.0000 , 0.3120 , 0.0206 , 1456582.6331 , 1.6774 , 0.8301 , 0.5932 , 0.8725 , 0.0000 , 0.0000 , 0.0000 , 1.5787 , 0.0480 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1999 , cls_180 , 0.0000 , 0.0660 , 0.0048 , 4583333.3333 , 1.3750 , 0.9280 , 0.5031 , 0.6354 , 0.0000 , 0.0000 , 0.0000 , 261.1901 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2016 , cls_180 , 0.0000 , 0.0540 , 0.0043 , 10000000.0000 , 1.8000 , 0.8762 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 326.9056 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2061 , cls_180 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 80.5512 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2083 , cls_180 , 0.0000 , 0.1080 , 0.0082 , 2666666.6667 , 1.2857 , 0.9248 , 0.5593 , 0.7667 , 0.0000 , 0.0000 , 0.0000 , 13.5231 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2109 , cls_180 , 0.0000 , 0.0600 , 0.0047 , 4166666.6667 , 1.2500 , 0.9495 , 0.5031 , 0.6458 , 0.0000 , 0.0000 , 0.0000 , 4.4456 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2110 , cls_180 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 6.0923 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2155 , cls_180 , 0.0000 , 0.0600 , 0.0050 , 6060606.0606 , 1.4286 , 0.9110 , 0.7357 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 263.6568 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2205 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 7.9976 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2231 , cls_180 , 0.0000 , 0.0360 , 0.0029 , 8000000.0000 , 1.2000 , 0.9413 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 12.2287 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2233 , cls_180 , 0.0000 , 0.0720 , 0.0059 , 5714285.7143 , 1.5000 , 0.8948 , 0.7903 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 44.9606 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2256 , cls_180 , 0.0000 , 0.0600 , 0.0055 , 5128205.1282 , 1.2500 , 0.9278 , 0.7453 , 0.5385 , 0.0000 , 0.0000 , 0.0000 , 322.9694 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2326 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 85.7863 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2449 , cls_180 , 0.0000 , 0.0300 , 0.0027 , 5555555.5556 , 1.0000 , 0.9958 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 25.8846 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2450 , cls_180 , 0.0000 , 0.1560 , 0.0097 , 2751322.7513 , 1.6250 , 0.8680 , 0.5664 , 0.7672 , 0.0000 , 0.0000 , 0.0000 , 48.2356 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2521 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 17.6096 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2543 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 162.9280 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2601 , cls_180 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 28.7447 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2626 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 14.5763 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2679 , cls_180 , 0.0000 , 0.0540 , 0.0040 , 6666666.6667 , 1.5000 , 0.9139 , 0.6048 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 16.9314 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2682 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 161.6137 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2723 , cls_180 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 21.2866 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2764 , cls_180 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 20.5898 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3056 , cls_180 , 0.0000 , 0.0900 , 0.0064 , 3846153.8462 , 1.3636 , 0.9077 , 0.5132 , 0.6795 , 0.0000 , 0.0000 , 0.0000 , 713.0124 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3057 , cls_180 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 88.8630 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3099 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.6311 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3101 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 17.1998 , 0.0124 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3102 , cls_180 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 27.7133 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3126 , cls_180 , 0.0000 , 3.2040 , 0.0799 , 1261516.6549 , 4.9907 , 0.1208 , 0.7515 , 0.8958 , 0.0000 , 0.0000 , 0.0000 , 14.4231 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3649 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 2.6751 , 0.1006 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 3976 , cls_180 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 15.9211 , 0.0408 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4188 , cls_180 , 0.0000 , 0.0360 , 0.0032 , 6666666.6667 , 1.2000 , 0.9587 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1.2468 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4216 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.3132 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4243 , cls_180 , 0.0000 , 0.0300 , 0.0023 , 8333333.3333 , 1.2500 , 0.9564 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 1.6156 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4364 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.5401 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4978 , cls_180 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.9147 , 0.0886 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5075 , cls_180 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 282.7857 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5103 , cls_180 , 0.0000 , 0.0300 , 0.0030 , 8333333.3333 , 1.2500 , 0.9564 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 113.6831 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5128 , cls_180 , 0.0000 , 0.0480 , 0.0048 , 8888888.8889 , 1.6000 , 0.9002 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 217.4896 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5170 , cls_180 , 0.0000 , 0.1140 , 0.0085 , 2695035.4610 , 1.3571 , 0.9160 , 0.5632 , 0.7730 , 0.0000 , 0.0000 , 0.0000 , 28.6011 , 0.0295 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5323 , cls_180 , 0.0000 , 0.0540 , 0.0043 , 4615384.6154 , 1.1250 , 0.9510 , 0.5132 , 0.6282 , 0.0000 , 0.0000 , 0.0000 , 706.0154 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5324 , cls_180 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 353.5950 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5380 , cls_180 , 0.0000 , 0.0420 , 0.0034 , 7777777.7778 , 1.4000 , 0.9274 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 2.3415 , 0.0924 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5444 , cls_180 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 29.9184 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5650 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.2400 , 0.0962 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5691 , cls_180 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.4068 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5701 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 9.2222 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5735 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4895 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5768 , cls_180 , 0.0000 , 0.0780 , 0.0067 , 5098039.2157 , 1.4444 , 0.8964 , 0.7360 , 0.5588 , 0.0000 , 0.0000 , 0.0000 , 8.0841 , 0.0085 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5795 , cls_180 , 0.0000 , 0.0600 , 0.0044 , 6666666.6667 , 1.4286 , 0.9016 , 0.6559 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 3.8398 , 0.0771 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5849 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 6.3402 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5851 , cls_180 , 0.0000 , 0.0420 , 0.0034 , 6666666.6667 , 1.1667 , 0.9421 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 6.6389 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6023 , cls_180 , 0.0000 , 0.0840 , 0.0073 , 5833333.3333 , 1.7500 , 0.8735 , 0.8330 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 33.6460 , 0.0150 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6046 , cls_180 , 0.0000 , 1.2780 , 0.0625 , 1708784.5969 , 3.6724 , 0.4661 , 0.7855 , 0.8508 , 0.0000 , 0.0000 , 0.0000 , 4.5817 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6060 , cls_180 , 0.0000 , 0.0360 , 0.0033 , 8000000.0000 , 1.2000 , 0.9413 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 2.4280 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6124 , cls_180 , 0.0000 , 0.0360 , 0.0029 , 6666666.6667 , 1.2000 , 0.9587 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 2.5588 , 0.0134 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6163 , cls_180 , 0.0000 , 0.0240 , 0.0021 , 6666666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 0.5246 , 0.0450 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6204 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.1140 , 0.0437 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6287 , cls_180 , 0.0000 , 0.0720 , 0.0049 , 8000000.0000 , 1.7143 , 0.8625 , 0.6894 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 0.6145 , 0.0573 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6308 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2.1141 , 0.0589 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7132 , cls_180 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1.9662 , 0.0732 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7757 , cls_180 , 0.0000 , 0.1800 , 0.0119 , 3921568.6275 , 2.0000 , 0.8069 , 0.6937 , 0.6699 , 0.0000 , 0.0000 , 0.0000 , 52.1747 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8694 , cls_180 , 0.0000 , 0.1740 , 0.0160 , 4296296.2963 , 2.0714 , 0.8026 , 0.8925 , 0.6185 , 0.0000 , 0.0000 , 0.0000 , 0.5184 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8729 , cls_180 , 0.0000 , 0.0360 , 0.0032 , 5714285.7143 , 1.0000 , 0.9740 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1.0843 , 0.0780 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8741 , cls_180 , 0.0000 , 0.0300 , 0.0025 , 6666666.6667 , 1.0000 , 0.9777 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3.6426 , 0.0108 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8817 , cls_180 , 0.0000 , 0.0360 , 0.0036 , 8000000.0000 , 1.2000 , 0.9413 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.1901 , 0.0908 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8887 , cls_180 , 0.0000 , 0.0660 , 0.0055 , 6111111.1111 , 1.5714 , 0.8988 , 0.7753 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 0.3525 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8917 , cls_180 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.5323 , 0.0180 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8949 , cls_180 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.2166 , 0.0301 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 217 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0057 , 0.2126 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 366 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0560 , 0.0618 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 698 , cls_61 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0454 , 0.0384 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 792 , cls_61 , 0.0000 , 0.0480 , 0.0040 , 5333333.3333 , 1.1429 , 0.9495 , 0.6255 , 0.5500 , 0.0000 , 0.0000 , 0.0000 , 1.0376 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 876 , cls_61 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.2300 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 904 , cls_61 , 0.0000 , 0.0420 , 0.0040 , 9333333.3333 , 1.4000 , 0.9105 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 0.7241 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 935 , cls_61 , 0.0000 , 0.0240 , 0.0019 , 8888888.8889 , 1.0000 , 0.9727 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 0.2715 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 937 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.3925 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1005 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1.2398 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1199 , cls_61 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0430 , 0.0642 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1831 , cls_61 , 0.0000 , 0.0420 , 0.0032 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.0681 , 0.0335 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1965 , cls_61 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.3816 , 0.0095 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2062 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1752 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2063 , cls_61 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1.5911 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2082 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1738 , 0.0120 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2139 , cls_61 , 0.0000 , 0.0420 , 0.0031 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 0.6113 , 0.0060 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2522 , cls_61 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.5311 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2541 , cls_61 , 0.0000 , 0.0540 , 0.0043 , 7500000.0000 , 1.5000 , 0.9026 , 0.6817 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 0.1624 , 0.0127 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2542 , cls_61 , 0.0000 , 0.0120 , 0.0015 , 13333333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.2356 , 0.0153 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2627 , cls_61 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4428 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2680 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.6374 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2724 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1346 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4970 , cls_61 , 0.0000 , 0.0420 , 0.0036 , 9333333.3333 , 1.4000 , 0.9105 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 0.1436 , 0.0162 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4988 , cls_61 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0195 , 0.0618 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5078 , cls_61 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4250 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5079 , cls_61 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.4023 , 0.0090 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 604 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0082 , 0.0874 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 640 , cls_110 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0042 , 0.1052 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 845 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0079 , 0.0874 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1576 , cls_110 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0062 , 0.0886 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1706 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0604 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1872 , cls_110 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0912 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1943 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0746 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 1963 , cls_110 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0802 , 0.0212 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 2763 , cls_110 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0078 , 0.1024 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 4738 , cls_110 , 0.0000 , 0.0420 , 0.0035 , 11666666.6667 , 1.7500 , 0.8906 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0088 , 0.1084 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5326 , cls_110 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0043 , 0.1036 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 5626 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0303 , 0.0853 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6199 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0154 , 0.0990 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6224 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.1779 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6260 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0045 , 0.1036 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6306 , cls_110 , 0.0000 , 0.0300 , 0.0024 , 8333333.3333 , 1.2500 , 0.9564 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0803 , 0.0277 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6502 , cls_110 , 0.0000 , 0.1020 , 0.0097 , 6296296.2963 , 1.8889 , 0.8408 , 0.8451 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 0.0336 , 0.0361 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 6504 , cls_110 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0064 , 0.0711 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7184 , cls_110 , 0.0000 , 0.0300 , 0.0025 , 11111111.1111 , 1.2500 , 0.9302 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0045 , 0.0711 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7241 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0155 , 0.0990 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7696 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0305 , 0.0391 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7758 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0118 , 0.0633 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 7933 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0273 , 0.0391 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8371 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0151 , 0.0633 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8680 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0099 , 0.0914 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8809 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.0230 , 0.0601 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 8857 , cls_110 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0211 , 0.0592 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9116 , cls_110 , 0.0000 , 0.0240 , 0.0020 , 8888888.8889 , 1.0000 , 0.9727 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 0.0181 , 0.0454 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9138 , cls_110 , 0.0000 , 0.0240 , 0.0021 , 13333333.3333 , 1.3333 , 0.9366 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 0.0285 , 0.0454 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9438 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4036 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9461 , cls_110 , 0.0000 , 0.0180 , 0.0015 , 10000000.0000 , 1.0000 , 0.9892 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 0.4034 , 0.0067 -C:\Users\Maximilian\ownCloud\09_Packages\landscapemetrics_test_data\podlasie_ccilc.tif , 9514 , cls_110 , 0.0000 , 0.0360 , 0.0030 , 8000000.0000 , 1.2000 , 0.9413 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 0.0111 , 0.0769 diff --git a/data/fragstats_class_augusta_nlcd.rda b/data/fragstats_class_augusta_nlcd.rda deleted file mode 100644 index b5bdad8aa22ad5eae3f1e125b9960b089b275036..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5041 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 HaR1r>E7NT} diff --git a/data/fragstats_class_landscape.rda b/data/fragstats_class_landscape.rda deleted file mode 100644 index 222ebca71a882634c7a4492564bf2bbfc63de5a6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2276 zcmZ9Idpy$%AIE>QnM-RH_p$Y5Ss2^+5IuZ)%Jsbf z<)(yh|H=R0+n@i&Pyc<4!@rpip+mfipw6TwfG3gg%Ox~+BfL<;1vPPSup0na8-Z>n z0Ox}J@I*dDLcQXFcY;g%5z@il7&CZodVekm=Q%QMN*xNzOPTO=DS0!7%<5;CNL!gq zBenhvGNc6Rp~woBfc-|i+K`&Oo-x37c-P&na={X z1nXI9(mgg=ROv<)R~C!R>M6p&slSp3r5JMTzGo(}9MysE`#0dQVE z`OA~r*UE0*8BP{nA)MbjayR=~_7(i|Gr5MOxnAYVDLQAvRO!|<<^F>ob`_CKKpXAr zS}L$M;E|#u!VVy@M|e@6^gfb&SktcWG`;udx`;CVAr_3t8;f*l1Ev9EH9nEvOO^EK z{BundO866|o6Y=F8shx*&!5vOdq_Y=P5eGU?PX!;1*_1~>*jYy` zrF-<+LXipxFhbUrg2Z}1#ep13#DqszCYJJDT^x~94HjCZCeba~JIk~cJCnXI%IRZg;hMj`LgHuV^yMzGJbY+v41FS@_LIqNcd zZ`HEdUE@Y(J}h?e#L>mP0p__)s<|?*?ZDLEy44lOX5R6!lL6Dn{CGlz9_&cV`Y+W( zbx7ufW?TBE{r9v+8ZE9b2Y0G{NiBX<0NRQ1PCATIn7mR-fYGe_p`Hginxd5Gj^Zj= z7y&sQyOLTw^DIaS6)Xt5xNUZEMvhOYwchv*{&oM?BN!AF)VzaI*lwVFs`BaUk4AGZ z3{#v0gW~pcUT5dv_J&m6Op8>8?<5kG9q6ksPRh2G^$ev=pYcU>XzU4@u|R4N+)^`E ztLN7B*chlU<&5RnT72Y-*7pyrZm;qaK3J0L{IgG$qa!?R#let5lCcWr1uy3*#oCuvwsDq!E?}Hqt66SYtOkPOtxvT_7ix+@Uolldh%o95{n*&X zuE%(cB9=pwV#=_=9i`|N$}9SmJZe0EhjX!ZMb|rfJU~u&s8)z5%Y7VuIB-cmkD{3R zjhOEcn24%W78dvlrL1GWu8dQI?b5VA@PWvsCo$a zHisecHC*EY0h|vDNumPdO-&cuBZ>?h6P8@Pp>o^ptJljk>@SpEv7q>-L7i25b;SqO zuXDv;YMc|cix1kj)o{wyDTO->&mZ0(r*A;yT<*a2#Ge2v_$QW|DZ}m&^D*C>yKk#=}x6F_8A44$Y1=8jT9_PvVwn#)SrE z%5&qwv$Jv8=cZT7R-Ru*i#eVh`N!ZTT}7G5b+&Ek>r~I}d%{OonztIr#T#Ays>fz?@QyiVc`;Ax9_X@g6&f_1EG ziTgwF3m=AC=F3|LNj@Kjp=QG(=9-7)%o)42XCFf=kL)7qKmfI5j*bmXaYV7AmDD>q z;>J$SjM6hZ-_+COaT=JjyTu_?RbT6FN)b9`R_8U6K;&dd6rO(z`K#J7)9rhYi-=wa z+@Z{O!K%-bB6LNK#4Zqh>)*f)FH&HT8&Ryc`D1>U-VU{l zDAN}MuPu)5j2WuRSn@w39ms_A7Z6*`ETj=l3u%3>5BHHos;bYPg+$gajkpmmHM?9i zAM~s_ok+*9MStSr%e1hJJ`;l^gO9n(5)5kib98vu8tn3dOOs$-iEza zdK2%^%t3Tc)T}vClB(n~Pg>Dwti+NVhO<{^XO_*|hbH=Q}_ZwYw83 z_Zj7|;mG}SHEfIHewE>#wzNUp@FK53bZX+6n5=X)M(dp|Ew_oyLBf0L$jV| zNqT;eS-oiEhl&t{ipQbZqiIZe|EW<}dX!xVGIl4vs_W8ayn7(ywt!f5jOXBP7wWTO zsuJe*8^V#dC$+#|LoR!(AoMhM3qf{0YS)qR9Ny9n&p&#b78<`!WZFYAs>k{7+e6Xg z9xovCrGHh?xy62GaS6D^lTkT@z8pvU7_i)*u~x^g9qxDse_FU0f2)b3Ft`C<{d@g8 zBU7^$uRy5svIJrZn%)MF0)(|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0 z|NsC0|Nr0)e|@7WfX@2@SyVo~(DVY>_taGzXKU$4)tSDHyEu-0;i4i#)X_Xp2cik+ zG@c-2CTK&-U=z?y88JLW!esO#)M=VDG>=A&PeL@n0Mki?%uO`KGfYfLi1be;hNjRm zCd6dPHlBz!DiBE%)i#Y&{YpPn*%_r8Y|5Ji9-*LQ^%Kf|nn$Dw8a92A-*!K+)ndgT*|jiZ*}|nrLX$@RP(gr1d>dB=H7PB2URN zPft@&dPdZGk5GDzG&E`H9-sz~P#OR<01W^D4^RLAXaE2J13{nw4Kx4;s0{!EO#lI) z#EB%Is$|n@c%kT088-{Dq6E!SS`x31PRH>2X^3Lx?6X&cN*D64EwEM*rGfs-#0US2df$-*g+fmYrSN;8pK8CjJ5Cg$bn%mjJ=Y^BOo~eir5nfh8!GX zA;%nX#~j?~h=_=R#~hae1P2^(#~im&h_MtW^b|!|DI=uU3JJ2RfIy0enE~8d-6i3` zbO#4fb6U8NAe-6c?6q#ANGz~F0~>`BBV+)DRpATxB&>y!0WP2)Rzgpf_h8OjxM|`6 z@OWdSWotGy`<;h{AOZqw10f{AbzoH%{r5p`>jJ+`EhLrklyeVEfH1)fcRZkNyu0ft zBo)+|!(i};P+wXyk30&V{~Syi)`mT0>VkkANp(GbB49 z*_d{yWQf@TU@%N!*_a7^P&Ylh1XLO#$3eDUhP~tj1<5i(R-);*p{c(+YQTH;Hzam8 zXfR*^x+Zc@Jbxgfe93n_xY9X%M5O|M3c{hxJ4`a013cK?c_(5DO!k~zM z-rxloZZXDt5ksR8np}k(j`}(z-_5k5YxIv+#^SMuH6q%JtxEvu4Xr{s0Dsx@2Dbo1 z46$OuHmMWfYo(;AqUzi^fEkSEUoVY1O0TzEK;rbMyz#j&R>uQ@>axms9C(1c| z6OI)MshDp+UOdK9HQ9Z=qj{Sk^(d%ItO4)@?Exo}L9wMNC?gW3x`;qmmdB<+=3u43 zIlT`F0B$O>U$PwpIws2GWt{N9WWg5xm=~eWE(G~TT_rnX!v%W}Z0W%g;Gn&2?>@v3 z{n0c*^8d6p3JYljS9=knFtS3v06{?at*|8AKKyh~GLr2LFq^>3KCgeMB;YLd79c^m zpQ7tf0voC+w$I26lnAM=A!gy`$WiRfTk`7_7{6&OQeaD-WD^X4qns`5BN*^dodnju z^yrQ0I;=Fiqk^$gE${&1)WYj82AhRB| zef8Db4_6t51p$il;_3{~DDD>Rs!$?$J&$k?7QBnc}N7at;qt-(U0jM%|@kIFSD4=E!)3#fuzc?+rWZfNF#V zHYoQEXThCuAxVo3z-tFEs%U1Pbk^7JJ&210$J?SpZq+h;{#p9Dw&II-q498{6;I1rch#^-&t`0kZ!I+9KekUIXPeFm zzDms{exlx|^jwFVh(^@pC!aX(@T-?qN2s@Vhhq%%@_hgXvEU6aDe0p1PBl$pS1h#_2g0K5bpa( z7XdQ|@H2}J?+F)mxT7!)*cc5R6J5lh706Jh1DFt8(4<%lJ*87G>OF>3PdrbQxVGTY(3<>+%<@oj#p2ZMK)zBFVqIqDQd4YMzb90EAMD#JbZ?CE|%Nml!4J ziAunmT&s{X7F@FswnlcQo2hzXgt3M! z;7CA-jB-K(kYfHNAt5M;ka9u-kYm-)iFIR`z)smP2{3P9fPh|rOBTqB$dc(@f+xWN z<5Y)egeuY#S`-OI)0F>K`{UYRe-vk}Yh)$}J4p zYd}ezx>&Phf(yCdrsU;tkoahs1}_~DoG~TDkWNeoY0Je0={K=i!tIb!pNTVseHLQt zqS@hKT4K^xn7$ysxq;NcQ7L3`k`c%T^tt78XhNLCvk@&NiPt;V26&o(~kS$_z`3a+dQwyG_lwwhSAA(^E14jwD-F;7}k2}d+aW^FDW zNM(aD4kXX8d$O;BNnK7?3FeTv5=%j16JSb|^+7!urw*WYQ@1T7rA=EtXqL(1zNFaU@mve)+m6b zv}F4>T`>eSXFH`(dXYe)?~)A8&iQ^W!So$KzO^>5LuUuP@W9Na(t;Ly3&eu!7>~H zD>#KW?a7X^VdAsuFuP>jolIwpz=w`!K)K=<76(f24208wj;hlC-L?94k_f>Svw{me znFwJVTn_j46XZE^*|coX1_m3hirkaL!yt_w^9#ghNYzA1#kC~yB<@#7TKk>lq8kfY}jIERkbDVMz#mZHfwHt;7lhCQ@aBn7R@_VWlqNjDI0lAMS2gF5p<72zdJ>bqpxgjls1Z*LeTVJ=?}}O#gfX}xrnMFcn}|W=O8dJP#{M!U44RRNV-g_))CpZ(nIhxoO;BMx)Ff~gYB=pu4DL3> zkaMfwqgr!^@Q-FLRr}^j3kP~40othGYs9J)g>^V9RtC3=%4A2*fa;}&WW$8c(j4BO z^@7%IGFx677SeBB~BXX&{H?0#6UD&cV)J+gJ!A@ z%ZWa0&mLk+1CU`MSw&h0_=1C|5m>@#li_^}G4ii12rEP27+fTnI5_kXnvQo$2fULu@gTAkBfbYN(2=`+y(X;h z=off+0~P(p4;T|rh-}~xf%a$G7YD)?d|TruLNxK&IY|qq95lEmopE5vmDioHLs?lp z($H^IpLqn?e#i|~@^Z|A5iSA(Amor$1u>KmJWv`&b9?jP;gcMO zvkXT=x?gLEo+O)Z7M8UntKU3AN@D3!2XOAWQld{C1oQ86&Zr5 z$?i-u5n>K03MuO*#3wn3&go?)Kyi6G@5U8`rny`rv6fQM_K&W&&Vt!kct;YV3&46w zEb2Ii&~e$=Uv^EcI5!XMiMfr{x#9`HQ9B#LJfn+nSPx&YP=PK(^+;~VaG27T-MQNq zvqWmjG199WR9q^l+d_OdG6_0p4{|x{9CG9GQ8639J-({F8pyH_O-o63AiiWs9%Idr zMB;$Vayzaz*1nlG5v!6xQ~=kOXePNsB$8bkl08=h7jkp1b?Q4|ELx}tjB6zY79h#+ zy1Qsv8m$BzJ5Esi3_vm(Eu(~5k2RzaC!^ZFJs8k6=(x3PVL)vZiGMw4yap<%#cQw8 ziNR}U3}&?PD*Fz;tw}@}dpvm-k&D#DZqE@Z*=V~`COpP4+Ag|qr3|>K7&NggK2TtO zh|$+^r%xQ@X_;v3MUthjV{bDw>}7ddMyn!hC;^YlPQRKc@^UvexXkPdvHwsZokN=j S8dboT$S&lHaG@c^pBjpPe1WC_ diff --git a/data/fragstats_landscape_augusta_nlcd.rda b/data/fragstats_landscape_augusta_nlcd.rda deleted file mode 100644 index 24da4e53850af4c990a7701c2e7a0bdc9626501c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1367 zcmV-d1*rN$T4*^jL0KkKS$eHUp#Tbe|NsB{-v4d)(SQH{|Lwp3-`D=+y8rh5@x}bV z@;iU;w*Sxso=^n<0*D5ZCZt1 z000Jn$kCtx000^?GGxTi44N?pfuI=%L7-?FF)}m_02qJ`0|;o)Gynhq&>0#u00003 zMn+7SngNqWAkZ`eAjmWg14brBfuI8r0ia02%`$Mt}eS0BFd`lM_HPXuzpL zKus|t(LGF*@-mt*)Xb1H^qK+b8f`-+ngD6)dWMF`nLSNCAZTbjkQoC_00w{n9-}}2 z9;bBMNFVFzb`HOPg)p=xIk816B20UG5MGcr={4L~@t8n^wu(o4h~s^95r@9eCSUQ$94N;jN-Wt-Rsw$ z$(du?DD2y;PSr)`6xHF>_HNN;H*mzFsw$(0W(CSBRYl6Gs;a81d7X0Q#Z^^;%Pgv@ zs;aHlm<$*Dy;%aSge2>dAf%EaQYl1&kdU<`i0~*06_6G%r~VQAHgY{9S9ClRAnzMD$68I82L|CFP1Jqfy_9jXV!N z&b-uj;`)KP+HjeZ6J14E7=CUYv#*yXHsy(pMuhK{UuRK?w5erQShCAMHdexAtFW3= zRWvctA1V61-WHYi(Nz>+dRBEtbn6v7E%J6N>`g?YGx}}!G|a@A6;S2r=bO~X7Rjzm zHzr1)n+}aMnj0#pqayQNlT-U%Y_=ONn=;HPa(?OLx1Wk)6PKv>PpO-k;`UO`ojJTN z^Q-cnd#tZh+;N;9d9w42t2YgWP11@gzN*WWUs*4x{{)p9uXK+mkT zcNdNQ{tX%)V+*!@dhS@b9S3dGWnO)#4+;Ogj=MuulV7Lt{ak_E_b?wXsMCicK+@Lf zb$Y5GZ8|Mz0I4GaAOOgnj>VuhvWyRwV=HW)Q%2BB$_bQ=@! zKx9Z7a3l@|Hr|2T>&=`TTWs_-XLvcp8wmq<0iRBeXY`&rwUpe{UOL~HluzL>DNIh1g(11r(gR=kt diff --git a/data/fragstats_landscape_landscape.rda b/data/fragstats_landscape_landscape.rda deleted file mode 100644 index fce61a73f796a75a25998172ff7de041569910b4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1447 zcmV;Y1z7q*T4*^jL0KkKSF)mP_j~{U|NZ~}|M~s*@7quQ+x%~* z|NsA9fA`P?zK{g~01$?vnH0hr8f0mRHlS#Ffs+K$p`dA_OpP|6$Y!UgVsAu^8x+WT znFo{`AZmJsfM_y$2yH_q)X}DDAE-lU$>l@<0MGy#00w{oqb7g=G6O&W00Te+O*GIN zXahqbkjbC`4Ff<1gGMGn001-q20#Iz0BFge01SZ80002c0Mku02ATlS$Ye5T00ThK z0ie-|kU#(p00EEyXaE{AXaEBsGynhqGypWyO#!BWG%^_sng9UMGyrHcVq^lT5F#-& z)Y(m@lT#y8+NYErPf$VXJx!#@&<{o_r=-aB1Ju*h4XAp7riRoqG#VI#K=m~Anlv7v z=rs>S^%(&4gVcIM)WHxNekVW00jV`5CRGm zxGFt<*;_by|K;YTOruQ8co@ZNrk=U$+}2S^H}lcd<>}p7Zer!4s+mJFa*@gSevU;; z#}ks!Tj=Q(MF4;a0+hlK18Vb$_3qLjJf}Ce+ae%(Swsg*Af*9zy-H#tq6Ftx{hw_@ zV5umA2ueaA%X^0Xz;IsaQ?Oo8d*q#ir?%WAsc9E?GdK-;hEw1zq?$>j^;9fUl4R0S znrWt*X|%7YQly$`tf4}L(@iwfWY2(EUukwACdCMZb!dbMLJv=Bq9!>Dx`=+ zB2fV%9DWbG!Ac_Rq7GYyDZp1K8}FIRpol~%>b!pogH2pspO^IMD44_91?p5#zD*zo z&5MCBBB&F1m=C*X5=V6~9o~lNrVHGIr?g0H@pt|Acj^Q6$|56rk`2svf`B}sX-)?Ty-RAh4fO5DytD=@OSk1`+b%qPrT!`=1BHFp~!ca z{S>8LFbn8_&#e$1Zdp6LQI5X%gHDFhXN!11&_oA00L;Yc}ItMH)kN#V{~u1lbS( BvAzHR diff --git a/data/fragstats_landscape_podlasie.rda b/data/fragstats_landscape_podlasie.rda deleted file mode 100644 index 4349617371add1ce783e35886b61b57cdfb7dc1c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1362 zcmcJJ{Xf$Q0LNEm5^2!n|0sVjzO%a*q^-ob6Z*O5ON*^o ziC{hWQ9b%qC$7<;jIah8Ndv9n2_Q%!LHge{wesO#JNK2s1rlRPxp4=!-1`Vk)|3do zF64SI)ZC8{qnk`U5w2#?@T=d{&V6iS9{Boa%QtU8#GN)KDiV8aE>$@8&=^|su%{Q{ zq3I!o53>5RtBRJZh9oX;A8Y|>2knlzp#@K9H0aL2JKB}Z4meHD6O?8eQme@|n>Q9v zUxn?S^}UC5&U+m-tk8k=S--bM58b;yEUK}oh(e=@2(l(4yX^6Bt4pt>A<(mn>LL7y znD-H7SBbh&qTXkS1$h=V*gP9e4f@Wo98Di~tVop)y&uVddfoUjuBcPA`zBe7Unca1;2JgwEIIjB1&8y#Y;!#8d6I99aZXsXQv*{Wh0 zWO`E}sN~#hK6%WkX%F1s&r?8aZLG zcB!thdWs2GfBSnqEC==}3nQP21+I&ujYg2k7Z6J>;Y`=?kb3b-QcLug5$tIF1EDtr z!EcZp#s?>#<-5!gz^ReCS+()zF(H4D^M9m0ntxArTvBdbUB{`CddaBBn^0Pwwf-uD zM~f*zy%fzXSk#csn2#+jY6GZA;Q^HP%k21bfjjIzH`r_4-U-RA;ltlJ)C*_0+5I7l zzf2PtmP#CXvl`GS&#+6MQkh=HF3*q-94E#AZ#mh5EwGW}7Ko>Z@OER{dRWPWOHVe?e{W_<}A{bF1Ub?sr8MjeCU@NTm7 zMZ-a-{Crl+TZtVq)L1j;*=gS)LSI|wV%(w@8^Yv$wv0=Uw(KcaxS6vOGQ28b@pl|{ zJQ=PIbKJWf(GnRU^3y<#q3>{yqoQZsY4*sfJ;K97ybS=3eR})MhuV5NN0}I@pDPc| zn{w!`NV=aO_kTH1$IR>^MlFt;hsJ#}7|e|ETkcAWS`y#F5zBPv3yO+R`#b}1C`+99 qb&~)$eTbRTY+<{>g0e^?+&|B2inq_6Z39x84f9M$t_#jSoPPn*pNgXZ diff --git a/data/fragstats_patch_augusta_nlcd.rda b/data/fragstats_patch_augusta_nlcd.rda deleted file mode 100644 index 8bba26f3473fa121957c476fe275b39db78a3167..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 123594 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 z%0A5wm1xw_IbpU3y9k+7GTW`hp95 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 Z0W^K(&I4(|1qJ`b+>uTcBo^XRqd)@(&$a*n diff --git a/data/fragstats_patch_landscape.rda b/data/fragstats_patch_landscape.rda deleted file mode 100644 index ed9880b42b928f48a0d471b03e340c301a3cf924..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2091 zcmV+`2-NpNT4*^jL0KkKSsF6^o&W~^fB*mg|NsC0|NH;{|NQ^||NsBr`~F-1KmYgt z{{R2}|Nr0yzkB7i7B;L1cK`@zP{~Lpqd;gH82|tc28{p%5M*Qx00Te(Xbl=-0iYQJ z)Hc-9NN5?P&}pMVlhF+ZfuqzK88(v|jSv6;0iXte0000D0000oXbgY=0MGyc00000 z000000004#K!5-M4FEI%0001J0004#Kx6;_27mwn0000000000000b{0j8#rG^0~v zN^et4nwwJ(P?*pFGy@;|K>Y8~>nWB1wX*34Z zHlWA=2dF(y3O1%q8W=+vN2%z8Oqx8S)D5L=t9WcuzIAyehnks_G~xm!=hA)Pe!+Uk z3N``F1R7-(QAjRAZGuVIrnu0`>nG|RTD`57vjNwq$cP}!*Q!T%H-)0lWF-xH6=_0@ zDb>o_|2esAZzCJo_1M;|3z1Ep(<4|RF%WhcWRX)OgzKpgBo^u{K$0<9kjTR&1qq3t z)YJ^MS058jtA12C*(^sQi&~5M1Og<-mPkjmhY%zqTv`f=I?L?FUPKB=qMM|M_y~f4 zkhEud0jF#XoCJUz#?lxEFdaCQ47D+gjF_3BbS1>DeFG` z=V#qTngojr&kbIEq zRuF{YkRR$XnfhBg=7dm?t_6gOLA42H5xQos8c>lG z1VX4FssvQF79UeM0a2R<(vSesDXt*ndk(%`w@^dTlL)}84T`dG+B5(OrT`_15`+>! z-+UyW`wM5F@tcF~nzx2^j<0lzYPRmtlc>_g{(y#&Y6pXxj#NN8lD(JKFo!u!y81}H zUwRrsvPXeWbu4=63&&XNBg@ck@%SoD%MZo=X^T8NWR^Cw4ifm&{9tG4;6^Yb7ba?2 z|AJVm9~&{C=ZZ4I>#DdS$!E^WO*tPgIQjVg z&_Q!}|uBBSaPj8Uo}U#4oyO3Qb3ZCWJUMFGnCh;t1e!D$w* zKaRN2`2hBmBtg8jQRwKo7!`R}o&-o4@lAmfuh{S3Clb^L=!kdB+C-D*9e$zEtVAxg za{1yacLtTz0JxPxHQ#0)Rg%t26GA%{Y7Mm4wvOThhyz!7*Hq0JN! z(J4>mNoEZ-xR$vgP#Xde$1+4I(idMQC#Vmlf02$rH)D-SAaO1~A`qwHltno(VaOfv z`;IVVQXv?MXD5&TTCa_KAMwMKBbH^Pa&^tlBq_^~!Yq zb>KnJLs7?I1{gaXD3SOQ5143Fa|${I7^vPT?6}T9Asoj!O-FVy$~@Fn(N{?Y969z< z=0*xT5{&aqqXNXtsMe}FHAaaVfW3VWUy4zp7FHODUrK#w_ogLLlPX%M?HC)v2S89q zJ>2bBr5WWB11FX&6mGE!Jxm3+RCP9&7U=ZSBE&$&)saRAZ)T$@6&f=XWKq=8odFzW zC>zZmr*N{)%TyN=tA1;iw9~Z|b_E)0G}LtpG&DG61sjKj!Im}Cw^2q}h|v%+N;5M*0=dv5kd_jKvvgDAH7Xg&J8(`9W^0w6s)f0b$2;a%Cu$sy6B| z5Gzz`J<`YoqbAqzh$dhfJ4&R8j&*+3mImN z2$mPxiD5jtf?t>@>zZTaYy{95Ubwz30}H|BFYXJ|wi|O`!O}q|PdQr(nzLT3jOjUe zRY0H@Bh7ALc+1CV4coh8WnEz(>gk^bOwmXIt}G#^!kl+fgN6JL%UnI9q-!<78jkPC zFQ^E-)oWCW0iawm>uNd52?k?w&1(l8xe&*w7ZET+rBC-qE*8m6unN5{0LOx#v^1^} zP_U|v)G8_oOE9bw$Sfg~l>>ApnFjipH#1d1ajGa4R0S{mph}91;zd({BIRL8Pn9wd zTVQhXJr6}O-In)q6f33~k#;gGMoOW*F}4gYZdNQA#QhAMfmo?Qpp#S>hF>{}QV3^q V*dYKThp@Z;F64@Ep&&G6`#b^*gU$c| diff --git a/data/fragstats_patch_podlasie.rda b/data/fragstats_patch_podlasie.rda deleted file mode 100644 index 47f3ab1e6a91c676cfbedb927e83fad52b7976c6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 139248 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�!?@Aw?y_)2eWmrVdaHUx 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

Rk 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

UT;(pFDmk3d9+p=@A^Z=Pb_|n$2YtuI%RMF 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 J!Wo*H{tsg`@NWPB diff --git a/data/irregular_areas.rda b/data/irregular_areas.rda deleted file mode 100644 index 14f2519d8b784e50366de5dd599ce056ac5206df..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3557 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 diff --git a/data/lsm_abbreviations_names.rda b/data/lsm_abbreviations_names.rda index 9fc9b2a854f21aa0417c6fc8b8ca91fa3da35caf..8d85b3210746ce086f2f29cf30121df7bcdfb92b 100644 GIT binary patch delta 1764 zcmVLO&JXg0$_|xGMfJT~aOeTX(28bstaFZMB$s5AP_e|M}!z!$rSXV>K(o8(@%GJF^lonHyirGt;PK4%u#u z2pe7r*fk+hQy~Nv3>ZCw1`*hZL7Pe8>wjxGx1`>-W(F~v$%y`#1#-oP1ONt?#9az2 z>bRQf>Qk<)(vjDfCGv|HqM*%e)W+(TuC<#3w?i57U{ch~+8LV|rSyV8(RZ1$NxU~^ z%QvHTyq~jEcRSsUvA4G-<_$!QUgAx*-p1o^P0Sf4goL%CfwxADl~rKWm6(wjOMh0x z6kge8W{VagER3H**SKkXZAGID3%A0>M#awH_~HVdq(KrYiok#rr36(6_xYe8hKMK` zuQGt>P<#Oc-9_*UfTvpZE(MO{J{h6Wb2Ah%JC^PSU^6||bTVFs#_d9zhB#W`cv*uJ z)L~-Q#Z3*PK_eBAUEo8Eh@fO3h=0Ljz3L!)&g%H-e7g0M9=TPZef|pxPWDAfnB7a&gHAUowv4A4k6|R@ zZBPMWx!yvJZc#HFz9K7(17W^_Bob_g>BI_7HGPsy`41Y0TbO^!Oc6@+gEM4d>#&&$~>d(FzAp z1Ar}qVgMFifC4UjIS4`!hT`$)kw`=cAQ=_~9U~h0{0ca6gn!{7drOpF@P*sJd^P|> zwQ>&92BwFAx~yLlk(r^25KP06gR!=Of#S4V-csTONI--kB1jPc;0v(ofw(SJ6u(Nq z{1~!JEp3r78-@g;fPTBD9krL_HZu zs+DSoC#>ug1Jd}XLu4cJ9FDTWPh127pi^$kwWdahXSPbXZ*i-3LJq{N*7CLKuU>yXO(S zaZWC(8Vk)QOb`Q-&8FqGI4&lz(`jjqB`Ql7DTZq&H7yNN8QoHgL2egHkC|t9UDbI Gi_nNhG!_y7 delta 1747 zcmV;^1}ypN4cQG2LRx4!F+o`-Q&~J@NOqA99Dgu(w|$OKt_lTE0LVI!5as}k6A%mn zV45--7zDu>m`MTWVr%H|02-v1M_`A1EN45J6n* zK?9ky+4Pxs+{!ji3l2Eu#&M2vz|=`5NPhs?IvKdnp4`jZZ!_P1(HD1H`@5O$m{iWj ztZHpDcEz{fR!gMHweDn{_QXc?L}^W)!64qwZuzhQpjaZo_$`W8q;VrQ#s~rd2}*|2 zIFD0anhPY7Z^>kvoK0rNB8$6*1d|QP1eAt^EDXdrM6KooRNn>|l1O4$yX~7;Gk>-h z(R^WXX4hU+Z!B;`Q-UCg6-8hm0`w@V5685D1TVm#RdBij$Z+8X54)8B>@e`;FoBSQ zBZ`<=X(fyhQ7T3?#EfxqvWVCU)PI!-;<=nG&K~w~vnU*q@Lx-glc`ybNGyf%&omh4 z*UQ`Ra`E-HalBQzm}IS0k}9f_MOh+=);Ol|zG@*1<_V^Ys_6+N!$e!HRYhHrD6&Oa zBC4BA0FhT|wAySmAq?6knl7uPB$Evhb>^IH%d;K8$t;Si8O97NT@J@MjwLU3;ynP9Y#bbg%F|? zLrUpg1nEPKLz!#}S#O+379e0mzAhC-q=lr7rShU$^}I$t6dTNra(@tnA=bNAz>U~~ z_Slf}Fhklup-5%5Y3D;xsQgO~3W3Mz@OC3+`EB5lzynbw?W3+j|7bKnrXVf`0)7P) zi6H_qGD1Q^F$hQu$_cRAT&rr(r73c)tCp59xR)1EAgJ~(rKWiwalFZPbsXp9Kp(Ww z0O4XoQtrJ@Q{At)gnuCjS?EKNa+p2tpdq^1i>Oc*&X+4uA&0Tf=bx3)hqYi^E^IgdqrQU*p*# zkcbdKF<2CH3~R@*qh{Dmk`}&LqSk~g+5_3R0S=|aI*1w>oqvMpv3pJCMrH^>G7aJm z<91s`wnCmG$JRKDNBJvrH->hwuwg{cBI|a=S|{uDm>B^3RNv?%Bqw4 z3#POZsa;wk6Mw77RVz}mcVgEm?DU>mtk+ixsc3tTQm?3QdJd65JD$|#Z$dr>^Ps#* z?SOz>3VL|u_NFZ%!wD|#&Rw65N7e8efIeDSz|*&!J`BW&x-?Y$c>hVHAqX zB2yNEAyV^+WC)l1j8A~!cya^SL!x`gLJ)`44|4OK2Pxq^G047LFdlFq2K4`iRTDI= zWr2c%g1JPdN!IC2Q^y3T3^4`g3`t}yv2ZButY{0Iu(O8{T#SJeAO-ROJJ-{z6<5>~@F64@Ep&)q3knE}S7;yjq diff --git a/man/fragstats_class_augusta_nlcd.Rd b/man/fragstats_class_augusta_nlcd.Rd deleted file mode 100644 index 88ed95902..000000000 --- a/man/fragstats_class_augusta_nlcd.Rd +++ /dev/null @@ -1,18 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/data.R -\docType{data} -\name{fragstats_class_augusta_nlcd} -\alias{fragstats_class_augusta_nlcd} -\title{Fragstats results for landscapemetrics::augusta_nlcd (class level)} -\format{ -A tibble object. -} -\usage{ -fragstats_class_augusta_nlcd -} -\description{ -A single tibble for every spatial dataset included in landscapemetrics -that contains the FRAGSTAT results for every implemented metric on class -level. -} -\keyword{datasets} diff --git a/man/fragstats_class_landscape.Rd b/man/fragstats_class_landscape.Rd deleted file mode 100644 index eceb89a37..000000000 --- a/man/fragstats_class_landscape.Rd +++ /dev/null @@ -1,18 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/data.R -\docType{data} -\name{fragstats_class_landscape} -\alias{fragstats_class_landscape} -\title{Fragstats results for landscapemetrics::landscape (class level)} -\format{ -A tibble object. -} -\usage{ -fragstats_class_landscape -} -\description{ -A single tibble for every spatial dataset included in landscapemetrics -that contains the FRAGSTAT results for every implemented metric on class -level. -} -\keyword{datasets} diff --git a/man/fragstats_class_podlasie.Rd b/man/fragstats_class_podlasie.Rd deleted file mode 100644 index c7031eb7a..000000000 --- a/man/fragstats_class_podlasie.Rd +++ /dev/null @@ -1,18 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/data.R -\docType{data} -\name{fragstats_class_podlasie} -\alias{fragstats_class_podlasie} -\title{Fragstats results for landscapemetrics::podlasie (class level)} -\format{ -A tibble object. -} -\usage{ -fragstats_class_podlasie -} -\description{ -A single tibble for every spatial dataset included in landscapemetrics -that contains the FRAGSTAT results for every implemented metric on class -level. -} -\keyword{datasets} diff --git a/man/fragstats_landscape_augusta_nlcd.Rd b/man/fragstats_landscape_augusta_nlcd.Rd deleted file mode 100644 index 222f2dfea..000000000 --- a/man/fragstats_landscape_augusta_nlcd.Rd +++ /dev/null @@ -1,18 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/data.R -\docType{data} -\name{fragstats_landscape_augusta_nlcd} -\alias{fragstats_landscape_augusta_nlcd} -\title{Fragstats results for landscapemetrics::augusta_nlcd (landscape level)} -\format{ -A tibble object. -} -\usage{ -fragstats_landscape_augusta_nlcd -} -\description{ -A single tibble for every spatial dataset included in landscapemetrics -that contains the FRAGSTAT results for every implemented metric on landscape -level. -} -\keyword{datasets} diff --git a/man/fragstats_landscape_landscape.Rd b/man/fragstats_landscape_landscape.Rd deleted file mode 100644 index 69ca44e7d..000000000 --- a/man/fragstats_landscape_landscape.Rd +++ /dev/null @@ -1,18 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/data.R -\docType{data} -\name{fragstats_landscape_landscape} -\alias{fragstats_landscape_landscape} -\title{Fragstats results for landscapemetrics::landscape (landscape level)} -\format{ -A tibble object. -} -\usage{ -fragstats_landscape_landscape -} -\description{ -A single tibble for every spatial dataset included in landscapemetrics -that contains the FRAGSTAT results for every implemented metric on landscape -level. -} -\keyword{datasets} diff --git a/man/fragstats_landscape_podlasie.Rd b/man/fragstats_landscape_podlasie.Rd deleted file mode 100644 index 602e41002..000000000 --- a/man/fragstats_landscape_podlasie.Rd +++ /dev/null @@ -1,18 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/data.R -\docType{data} -\name{fragstats_landscape_podlasie} -\alias{fragstats_landscape_podlasie} -\title{Fragstats results for landscapemetrics::podlasie_ccilc (landscape level)} -\format{ -A tibble object. -} -\usage{ -fragstats_landscape_podlasie -} -\description{ -A single tibble for every spatial dataset included in landscapemetrics -that contains the FRAGSTAT results for every implemented metric on landscape -level. -} -\keyword{datasets} diff --git a/man/fragstats_patch_augusta_nlcd.Rd b/man/fragstats_patch_augusta_nlcd.Rd deleted file mode 100644 index b323d1094..000000000 --- a/man/fragstats_patch_augusta_nlcd.Rd +++ /dev/null @@ -1,18 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/data.R -\docType{data} -\name{fragstats_patch_augusta_nlcd} -\alias{fragstats_patch_augusta_nlcd} -\title{Fragstats results for landscapemetrics::augusta_nlcd (patch level)} -\format{ -A tibble object. -} -\usage{ -fragstats_patch_augusta_nlcd -} -\description{ -A single tibble for every spatial dataset included in landscapemetrics -that contains the FRAGSTAT results for every implemented metric on patch -level. -} -\keyword{datasets} diff --git a/man/fragstats_patch_landscape.Rd b/man/fragstats_patch_landscape.Rd deleted file mode 100644 index 1b87b40a9..000000000 --- a/man/fragstats_patch_landscape.Rd +++ /dev/null @@ -1,18 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/data.R -\docType{data} -\name{fragstats_patch_landscape} -\alias{fragstats_patch_landscape} -\title{Fragstats results for landscapemetrics::landscape (patch level)} -\format{ -A tibble object. -} -\usage{ -fragstats_patch_landscape -} -\description{ -A single tibble for every spatial dataset included in landscapemetrics -that contains the FRAGSTAT results for every implemented metric on patch -level. -} -\keyword{datasets} diff --git a/man/fragstats_patch_podlasie.Rd b/man/fragstats_patch_podlasie.Rd deleted file mode 100644 index cd5e28e50..000000000 --- a/man/fragstats_patch_podlasie.Rd +++ /dev/null @@ -1,18 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/data.R -\docType{data} -\name{fragstats_patch_podlasie} -\alias{fragstats_patch_podlasie} -\title{Fragstats results for landscapemetrics::podlasie (patch level)} -\format{ -A tibble object. -} -\usage{ -fragstats_patch_podlasie -} -\description{ -A single tibble for every spatial dataset included in landscapemetrics -that contains the FRAGSTAT results for every implemented metric on patch -level. -} -\keyword{datasets} diff --git a/man/irregular_areas.Rd b/man/irregular_areas.Rd deleted file mode 100644 index 4790bfd71..000000000 --- a/man/irregular_areas.Rd +++ /dev/null @@ -1,16 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/data.R -\docType{data} -\name{irregular_areas} -\alias{irregular_areas} -\title{Irregular polygons} -\format{ -An sf object. -} -\usage{ -irregular_areas -} -\description{ -An example irregular polygons for the area in \code{augusta_nlcd} -} -\keyword{datasets} diff --git a/tests/testthat.R b/tests/testthat.R index 39955bcb1..52d631371 100644 --- a/tests/testthat.R +++ b/tests/testthat.R @@ -2,4 +2,8 @@ library(testthat) library(landscapemetrics) library(terra) +library(dplyr) +library(stringr) +library(tidyr) + test_check("landscapemetrics") diff --git a/tests/testthat/fragstats/augusta_nlcd.class b/tests/testthat/fragstats/augusta_nlcd.class new file mode 100644 index 000000000..ebc095a0b --- /dev/null +++ b/tests/testthat/fragstats/augusta_nlcd.class @@ -0,0 +1,16 @@ +LID , TYPE , CA , PLAND , NP , PD , LPI , TE , ED , LSI , AREA_MN , AREA_SD , AREA_CV , GYRATE_MN , GYRATE_SD , GYRATE_CV , SHAPE_MN , SHAPE_SD , SHAPE_CV , FRAC_MN , FRAC_SD , FRAC_CV , PARA_MN , PARA_SD , PARA_CV , CIRCLE_MN , CIRCLE_SD , CIRCLE_CV , CONTIG_MN , CONTIG_SD , CONTIG_CV , PAFRAC , TCA , CPLAND , NDCA , DCAD , CORE_MN , CORE_SD , CORE_CV , DCORE_MN , DCORE_SD , DCORE_CV , CAI_MN , CAI_SD , CAI_CV , ENN_MN , ENN_SD , ENN_CV , CLUMPY , PLADJ , IJI , COHESION , DIVISION , MESH , SPLIT , AI , NLSI +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , cls_42 , 9991.2600 , 37.2131 , 1795.0000 , 6.6856 , 1.6077 , 2555730.0000 , 95.1897 , 64.4198 , 5.5662 , 24.3067 , 436.6878 , 66.5731 , 98.2551 , 147.5898 , 1.5750 , 0.8402 , 53.3474 , 1.0797 , 0.0681 , 6.3085 , 821.0568 , 374.4047 , 45.6003 , 0.5000 , 0.2684 , 53.6760 , 0.3562 , 0.2703 , 75.8781 , 1.4268 , 5460.9300 , 20.3396 , 1522.0000 , 5.6688 , 3.0423 , 17.0639 , 560.8871 , 3.5880 , 15.4904 , 431.7277 , 11.0059 , 18.4315 , 167.4685 , 78.6065 , 37.8173 , 48.1096 , 0.6956 , 80.6475 , 71.6888 , 95.3640 , 0.9985 , 41.5710 , 645.8541 , 80.8905 , 0.1911 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , cls_43 , 2133.0900 , 7.9448 , 2402.0000 , 8.9464 , 0.0825 , 1500510.0000 , 55.8874 , 81.5422 , 0.8880 , 1.3140 , 147.9622 , 43.5465 , 29.9874 , 68.8628 , 1.5475 , 0.5551 , 35.8688 , 1.0964 , 0.0638 , 5.8236 , 887.8085 , 251.4575 , 28.3234 , 0.5874 , 0.2371 , 40.3628 , 0.3074 , 0.1696 , 55.1791 , 1.6077 , 169.8300 , 0.6325 , 639.0000 , 2.3800 , 0.0707 , 0.3812 , 539.1578 , 0.2658 , 0.5495 , 206.7544 , 2.4802 , 6.0065 , 242.1803 , 99.5510 , 62.4996 , 62.7815 , 0.4278 , 47.0170 , 55.3298 , 76.5460 , 1.0000 , 0.2250 , 119319.5206 , 47.3245 , 0.5268 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , cls_81 , 2280.6000 , 8.4942 , 828.0000 , 3.0839 , 0.3731 , 796350.0000 , 29.6605 , 41.8746 , 2.7543 , 7.4397 , 270.1077 , 59.6209 , 67.0624 , 112.4813 , 1.5062 , 0.5807 , 38.5560 , 1.0808 , 0.0600 , 5.5507 , 788.2459 , 357.5737 , 45.3632 , 0.5379 , 0.2502 , 46.5105 , 0.3770 , 0.2578 , 68.3759 , 1.3971 , 912.3300 , 3.3980 , 564.0000 , 2.1007 , 1.1018 , 4.4989 , 408.3027 , 1.6176 , 4.5550 , 281.5890 , 10.6070 , 16.5546 , 156.0720 , 116.8239 , 112.6219 , 96.4031 , 0.7171 , 73.6425 , 79.3690 , 90.0824 , 0.9999 , 1.9409 , 13833.2014 , 74.1089 , 0.2589 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , cls_21 , 1397.7000 , 5.2058 , 3757.0000 , 13.9932 , 0.0801 , 1185990.0000 , 44.1729 , 79.3520 , 0.3720 , 0.9662 , 259.7219 , 27.4611 , 37.3185 , 135.8958 , 1.2128 , 0.5022 , 41.4059 , 1.0381 , 0.0619 , 5.9626 , 1175.0529 , 230.5190 , 19.6178 , 0.2754 , 0.3390 , 123.1250 , 0.1027 , 0.1445 , 140.6639 , 1.6015 , 41.3100 , 0.1539 , 158.0000 , 0.5885 , 0.0110 , 0.1388 , 1262.2731 , 0.2615 , 0.3518 , 134.5384 , 0.2436 , 1.8940 , 777.5078 , 80.9421 , 40.3710 , 49.8764 , 0.3293 , 36.1301 , 74.6725 , 73.8368 , 1.0000 , 0.1500 , 178982.6405 , 36.4232 , 0.6358 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , cls_22 , 1070.7300 , 3.9880 , 2322.0000 , 8.6484 , 0.1669 , 872670.0000 , 32.5031 , 66.6941 , 0.4611 , 1.6366 , 354.9136 , 28.5423 , 38.1470 , 133.6508 , 1.2538 , 0.6212 , 49.5488 , 1.0433 , 0.0656 , 6.2885 , 1146.4422 , 234.7386 , 20.4754 , 0.3138 , 0.3414 , 108.8023 , 0.1203 , 0.1480 , 122.9959 , 1.6272 , 37.0800 , 0.1381 , 202.0000 , 0.7524 , 0.0160 , 0.1760 , 1101.8325 , 0.1836 , 0.1833 , 99.8432 , 0.2675 , 1.6482 , 616.1406 , 90.7157 , 61.6829 , 67.9958 , 0.3644 , 38.6148 , 71.8290 , 80.9534 , 1.0000 , 0.2500 , 107381.4210 , 38.9735 , 0.6103 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , cls_41 , 5035.8600 , 18.7564 , 1880.0000 , 7.0022 , 1.2658 , 1942080.0000 , 72.3340 , 68.7046 , 2.6786 , 11.5571 , 431.4515 , 57.9794 , 75.9209 , 130.9446 , 1.5325 , 0.7570 , 49.3962 , 1.0809 , 0.0641 , 5.9272 , 817.2481 , 340.3515 , 41.6460 , 0.5357 , 0.2646 , 49.3853 , 0.3559 , 0.2416 , 67.8895 , 1.4617 , 1795.4100 , 6.6871 , 1431.0000 , 5.3298 , 0.9550 , 6.2097 , 650.2286 , 1.2547 , 4.6034 , 366.9023 , 8.4322 , 13.8427 , 164.1652 , 90.3626 , 50.4963 , 55.8818 , 0.6455 , 70.8993 , 67.4353 , 92.7819 , 0.9996 , 9.8549 , 2724.4016 , 71.2009 , 0.2880 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , cls_52 , 941.5800 , 3.5070 , 930.0000 , 3.4638 , 0.3060 , 418200.0000 , 15.5761 , 34.1805 , 1.0125 , 4.0158 , 396.6394 , 33.5852 , 35.7859 , 106.5528 , 1.2523 , 0.3815 , 30.4645 , 1.0515 , 0.0538 , 5.1200 , 987.5994 , 327.6893 , 33.1804 , 0.4103 , 0.3033 , 73.9291 , 0.2300 , 0.2242 , 97.4706 , 1.3913 , 324.1800 , 1.2074 , 183.0000 , 0.6816 , 0.3486 , 2.4772 , 710.6632 , 1.7715 , 4.2447 , 239.6144 , 3.6937 , 11.3360 , 306.8990 , 156.4642 , 129.2406 , 82.6007 , 0.6598 , 66.5121 , 71.2731 , 84.4603 , 1.0000 , 0.5941 , 45192.1501 , 67.1702 , 0.3283 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , cls_23 , 459.7200 , 1.7123 , 832.0000 , 3.0988 , 0.0489 , 330780.0000 , 12.3201 , 38.7622 , 0.5525 , 1.3357 , 241.7377 , 30.2100 , 40.6297 , 134.4908 , 1.2540 , 0.5487 , 43.7568 , 1.0455 , 0.0624 , 5.9720 , 1080.3221 , 281.7479 , 26.0800 , 0.3416 , 0.3232 , 94.6201 , 0.1661 , 0.1857 , 111.8004 , 1.5449 , 25.5600 , 0.0952 , 126.0000 , 0.4693 , 0.0307 , 0.1521 , 494.9717 , 0.2029 , 0.2354 , 116.0349 , 0.9670 , 3.9522 , 408.6989 , 133.1089 , 178.9474 , 134.4369 , 0.4546 , 45.7420 , 56.8068 , 78.5831 , 1.0000 , 0.0647 , 414662.2980 , 46.3913 , 0.5361 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , cls_71 , 1693.4400 , 6.3073 , 1300.0000 , 4.8419 , 0.3060 , 718500.0000 , 26.7610 , 43.7636 , 1.3026 , 4.3756 , 335.8987 , 39.8231 , 40.3854 , 101.4120 , 1.3362 , 0.4408 , 32.9871 , 1.0637 , 0.0575 , 5.4069 , 916.8499 , 333.3556 , 36.3588 , 0.4668 , 0.2879 , 61.6686 , 0.2822 , 0.2321 , 82.2507 , 1.4020 , 605.6100 , 2.2556 , 392.0000 , 1.4600 , 0.4659 , 3.0266 , 649.6816 , 1.5449 , 4.9652 , 321.3895 , 5.2100 , 12.6815 , 243.4094 , 124.8520 , 98.5724 , 78.9514 , 0.6640 , 68.0192 , 79.3037 , 84.5637 , 1.0000 , 1.0092 , 26604.5804 , 68.5200 , 0.3148 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , cls_11 , 321.7500 , 1.1984 , 412.0000 , 1.5345 , 0.1579 , 148800.0000 , 5.5421 , 20.7667 , 0.7809 , 2.3975 , 306.9952 , 30.0601 , 28.0929 , 93.4557 , 1.1185 , 0.2064 , 18.4540 , 1.0326 , 0.0326 , 3.1523 , 882.5380 , 339.7002 , 38.4913 , 0.3981 , 0.2579 , 64.8006 , 0.2972 , 0.2405 , 80.9166 , 1.2567 , 96.2100 , 0.3583 , 114.0000 , 0.4246 , 0.2335 , 1.5837 , 678.1891 , 0.8439 , 2.9182 , 345.7849 , 5.9413 , 12.2789 , 206.6700 , 283.6310 , 226.4871 , 79.8527 , 0.6585 , 65.1469 , 72.8985 , 77.7737 , 1.0000 , 0.0976 , 275201.1479 , 66.2589 , 0.3374 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , cls_90 , 1191.6000 , 4.4382 , 243.0000 , 0.9051 , 0.6855 , 347100.0000 , 12.9280 , 25.3723 , 4.9037 , 19.3409 , 394.4149 , 94.0674 , 195.4764 , 207.8046 , 1.6325 , 0.8218 , 50.3433 , 1.0938 , 0.0591 , 5.4051 , 731.2176 , 295.0450 , 40.3498 , 0.6571 , 0.1955 , 29.7570 , 0.4112 , 0.2160 , 52.5263 , 1.4522 , 566.0100 , 2.1081 , 211.0000 , 0.7859 , 2.3293 , 12.0462 , 517.1674 , 2.6825 , 9.8678 , 367.8551 , 9.6739 , 16.6883 , 172.5079 , 176.4939 , 220.8105 , 125.1094 , 0.7756 , 77.8663 , 59.0060 , 94.8883 , 0.9999 , 3.6032 , 7451.2898 , 78.5516 , 0.2145 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , cls_95 , 26.3700 , 0.0982 , 93.0000 , 0.3464 , 0.0077 , 23190.0000 , 0.8637 , 11.0571 , 0.2835 , 0.3735 , 131.7318 , 22.5735 , 16.3280 , 72.3326 , 1.1327 , 0.2838 , 25.0586 , 1.0327 , 0.0481 , 4.6551 , 1129.0365 , 253.2391 , 22.4297 , 0.2942 , 0.3136 , 106.6044 , 0.1311 , 0.1645 , 125.4775 , 1.4863 , 0.8100 , 0.0030 , 6.0000 , 0.0223 , 0.0087 , 0.0375 , 430.3315 , 0.1350 , 0.0687 , 50.9175 , 0.7434 , 3.2506 , 437.2622 , 520.8388 , 858.4802 , 164.8265 , 0.3605 , 33.9590 , 69.5211 , 57.5684 , 1.0000 , 0.0008 , 35245474.2178 , 36.1162 , 0.6388 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , cls_24 , 61.0200 , 0.2273 , 126.0000 , 0.4693 , 0.0221 , 36240.0000 , 1.3498 , 11.5283 , 0.4843 , 0.8306 , 171.5103 , 24.9230 , 17.2453 , 69.1944 , 1.1067 , 0.2250 , 20.3287 , 1.0277 , 0.0400 , 3.8897 , 1015.1986 , 344.7339 , 33.9573 , 0.2981 , 0.2798 , 93.8717 , 0.2093 , 0.2361 , 112.7988 , 1.2950 , 10.8900 , 0.0406 , 23.0000 , 0.0857 , 0.0864 , 0.3577 , 413.9176 , 0.4735 , 0.7063 , 149.1684 , 3.5487 , 9.7032 , 273.4327 , 344.6401 , 590.4190 , 171.3147 , 0.5708 , 54.9410 , 42.7874 , 68.2626 , 1.0000 , 0.0043 , 6188791.5438 , 57.1757 , 0.4282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , cls_31 , 214.5600 , 0.7991 , 188.0000 , 0.7002 , 0.2544 , 77520.0000 , 2.8873 , 13.1837 , 1.1413 , 5.9468 , 521.0678 , 30.6851 , 42.1420 , 137.3368 , 1.2046 , 0.3952 , 32.8059 , 1.0406 , 0.0532 , 5.1078 , 1054.4477 , 315.1326 , 29.8860 , 0.3392 , 0.3164 , 93.2593 , 0.1816 , 0.2129 , 117.2188 , 1.3974 , 105.5700 , 0.3932 , 28.0000 , 0.1043 , 0.5615 , 4.3751 , 779.1203 , 3.7704 , 10.5945 , 280.9934 , 2.6292 , 10.9425 , 416.2004 , 280.7303 , 470.7532 , 167.6888 , 0.7423 , 72.9027 , 82.3275 , 87.7990 , 1.0000 , 0.2568 , 104571.5986 , 74.4325 , 0.2557 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , cls_82 , 29.5200 , 0.1099 , 33.0000 , 0.1229 , 0.0329 , 17280.0000 , 0.6436 , 7.7838 , 0.8945 , 1.7604 , 196.7949 , 37.7676 , 37.0860 , 98.1952 , 1.3209 , 0.5262 , 39.8334 , 1.0536 , 0.0660 , 6.2656 , 1034.6067 , 343.3910 , 33.1905 , 0.3355 , 0.3545 , 105.6604 , 0.1992 , 0.2347 , 117.7864 , 1.4749 , 4.5900 , 0.0171 , 10.0000 , 0.0372 , 0.1391 , 0.4622 , 332.2705 , 0.4590 , 0.6607 , 143.9408 , 3.0353 , 7.0731 , 233.0259 , 665.7998 , 886.4288 , 133.1374 , 0.5941 , 56.0976 , 68.5660 , 81.5520 , 1.0000 , 0.0048 , 5602091.3005 , 59.4507 , 0.4055 diff --git a/tests/testthat/fragstats/augusta_nlcd.land b/tests/testthat/fragstats/augusta_nlcd.land new file mode 100644 index 000000000..a85cf2754 --- /dev/null +++ b/tests/testthat/fragstats/augusta_nlcd.land @@ -0,0 +1,2 @@ +LID , TA , NP , PD , LPI , TE , ED , LSI , AREA_MN , AREA_SD , AREA_CV , GYRATE_MN , GYRATE_SD , GYRATE_CV , SHAPE_MN , SHAPE_SD , SHAPE_CV , FRAC_MN , FRAC_SD , FRAC_CV , PARA_MN , PARA_SD , PARA_CV , CIRCLE_MN , CIRCLE_SD , CIRCLE_CV , CONTIG_MN , CONTIG_SD , CONTIG_CV , PAFRAC , TCA , NDCA , DCAD , CORE_MN , CORE_SD , CORE_CV , DCORE_MN , DCORE_SD , DCORE_CV , CAI_MN , CAI_SD , CAI_CV , ENN_MN , ENN_SD , ENN_CV , CONTAG , PLADJ , IJI , COHESION , DIVISION , MESH , SPLIT , PR , PRD , SHDI , SIDI , MSIDI , SHEI , SIEI , MSIEI , AI +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 26848.8000 , 17141.0000 , 63.8427 , 1.6077 , 5485470.0000 , 204.3097 , 84.6683 , 1.5663 , 9.5364 , 608.8327 , 41.2781 , 59.8655 , 145.0295 , 1.3685 , 0.6162 , 45.0245 , 1.0617 , 0.0659 , 6.2053 , 985.2345 , 329.9450 , 33.4890 , 0.4236 , 0.3201 , 75.5650 , 0.2360 , 0.2281 , 96.6604 , 1.4714 , 10156.3200 , 5609.0000 , 20.8911 , 0.5925 , 6.3220 , 1066.9738 , 1.8107 , 8.9929 , 496.6468 , 4.0141 , 11.0271 , 274.7053 , 111.2242 , 147.1976 , 132.3431 , 42.2671 , 69.1662 , 71.6988 , 91.0088 , 0.9978 , 59.6274 , 450.2765 , 15.0000 , 0.0559 , 1.9942 , 0.8008 , 1.6136 , 0.7364 , 0.8580 , 0.5958 , 69.5394 diff --git a/tests/testthat/fragstats/augusta_nlcd.patch b/tests/testthat/fragstats/augusta_nlcd.patch new file mode 100644 index 000000000..56393bf6d --- /dev/null +++ b/tests/testthat/fragstats/augusta_nlcd.patch @@ -0,0 +1,17142 @@ +LID , PID , TYPE , AREA , PERIM , GYRATE , PARA , SHAPE , FRAC , CIRCLE , CONTIG , CORE , NCORE , CAI , ENN +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1 , cls_42 , 37.4400 , 8880.0000 , 317.6646 , 237.1795 , 3.6098 , 1.2008 , 0.6082 , 0.8005 , 19.8900 , 4.0000 , 53.1250 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12 , cls_42 , 7.9200 , 2880.0000 , 182.4417 , 363.6364 , 2.5263 , 1.1666 , 0.8342 , 0.6951 , 2.6100 , 2.0000 , 32.9545 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 26 , cls_42 , 2.9700 , 1740.0000 , 100.5193 , 585.8586 , 2.4167 , 1.1798 , 0.7528 , 0.5202 , 0.1800 , 2.0000 , 6.0606 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 29 , cls_42 , 1.1700 , 660.0000 , 50.9112 , 564.1026 , 1.3750 , 1.0902 , 0.6322 , 0.5128 , 0.0900 , 1.0000 , 7.6923 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 34 , cls_42 , 1.0800 , 480.0000 , 40.9072 , 444.4444 , 1.1429 , 1.0310 , 0.4731 , 0.6111 , 0.1800 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 36 , cls_42 , 1.3500 , 660.0000 , 52.8557 , 488.8889 , 1.3750 , 1.0738 , 0.7062 , 0.5667 , 0.1800 , 1.0000 , 13.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 38 , cls_42 , 431.6400 , 50400.0000 , 1021.5251 , 116.7640 , 6.0432 , 1.2360 , 0.6759 , 0.9034 , 328.2300 , 14.0000 , 76.0425 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 41 , cls_42 , 1.1700 , 720.0000 , 51.0145 , 615.3846 , 1.5000 , 1.1087 , 0.6689 , 0.4872 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 44 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 45 , cls_42 , 15.7500 , 3840.0000 , 184.3012 , 243.8095 , 2.3704 , 1.1476 , 0.6292 , 0.8029 , 8.8200 , 1.0000 , 56.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 48 , cls_42 , 1.0800 , 540.0000 , 44.7686 , 500.0000 , 1.2857 , 1.0563 , 0.6273 , 0.5694 , 0.0900 , 1.0000 , 8.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 53 , cls_42 , 16.2000 , 3360.0000 , 168.6630 , 207.4074 , 2.0741 , 1.1227 , 0.5740 , 0.8287 , 9.9900 , 2.0000 , 61.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 56 , cls_42 , 54.2700 , 8520.0000 , 375.3697 , 156.9928 , 2.8400 , 1.1608 , 0.7246 , 0.8676 , 36.9900 , 2.0000 , 68.1592 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 61 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 63 , cls_42 , 136.0800 , 23700.0000 , 567.2317 , 174.1623 , 5.0641 , 1.2301 , 0.6607 , 0.8588 , 88.6500 , 8.0000 , 65.1455 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 71 , cls_42 , 40.6800 , 6300.0000 , 274.5924 , 154.8673 , 2.4419 , 1.1400 , 0.6510 , 0.8746 , 28.8000 , 2.0000 , 70.7965 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 78 , cls_42 , 4.4100 , 1140.0000 , 86.3991 , 258.5034 , 1.3571 , 1.0571 , 0.5697 , 0.7755 , 2.0700 , 1.0000 , 46.9388 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 82 , cls_42 , 143.4600 , 18960.0000 , 568.6987 , 132.1623 , 3.9500 , 1.1941 , 0.6186 , 0.8901 , 103.7700 , 5.0000 , 72.3338 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 84 , cls_42 , 1.8000 , 660.0000 , 55.0910 , 366.6667 , 1.2222 , 1.0422 , 0.5825 , 0.6833 , 0.5400 , 1.0000 , 30.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 86 , cls_42 , 309.8700 , 56160.0000 , 931.3701 , 181.2373 , 7.9322 , 1.2778 , 0.6582 , 0.8511 , 200.0700 , 25.0000 , 64.5658 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 99 , cls_42 , 0.9900 , 720.0000 , 52.8778 , 727.2727 , 1.7143 , 1.1289 , 0.6888 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 105 , cls_42 , 23.5800 , 5040.0000 , 224.4951 , 213.7405 , 2.5455 , 1.1542 , 0.6148 , 0.8251 , 14.2200 , 3.0000 , 60.3053 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 111 , cls_42 , 15.6600 , 2640.0000 , 161.7236 , 168.5824 , 1.6296 , 1.0855 , 0.5506 , 0.8592 , 10.7100 , 1.0000 , 68.3908 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 115 , cls_42 , 1.6200 , 600.0000 , 50.5387 , 370.3704 , 1.1111 , 1.0339 , 0.4907 , 0.6759 , 0.4500 , 1.0000 , 27.7778 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 119 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 122 , cls_42 , 1.2600 , 900.0000 , 64.0438 , 714.2857 , 1.8750 , 1.1473 , 0.7558 , 0.4286 , 0.0900 , 1.0000 , 7.1429 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 126 , cls_42 , 6.5700 , 2940.0000 , 126.7943 , 447.4886 , 2.7222 , 1.1899 , 0.6817 , 0.6347 , 1.5300 , 2.0000 , 23.2877 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 135 , cls_42 , 2.7900 , 1320.0000 , 74.9125 , 473.1183 , 1.8333 , 1.1330 , 0.6379 , 0.6290 , 0.7200 , 1.0000 , 25.8065 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 144 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 146 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 160 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 163 , cls_42 , 0.9000 , 660.0000 , 50.8049 , 733.3333 , 1.5714 , 1.1216 , 0.7170 , 0.4167 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 164 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 165 , cls_42 , 3.9600 , 1200.0000 , 79.8135 , 303.0303 , 1.4286 , 1.0775 , 0.4715 , 0.7538 , 1.8000 , 1.0000 , 45.4545 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 176 , cls_42 , 23.4000 , 5640.0000 , 214.7052 , 241.0256 , 2.8485 , 1.1731 , 0.6137 , 0.8077 , 13.5900 , 3.0000 , 58.0769 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 180 , cls_42 , 0.7200 , 540.0000 , 36.9713 , 750.0000 , 1.5000 , 1.1046 , 0.4907 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 191 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 202 , cls_42 , 0.4500 , 540.0000 , 43.5141 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 224 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 226 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 228 , cls_42 , 5.4000 , 1740.0000 , 107.8256 , 322.2222 , 1.8125 , 1.1151 , 0.6735 , 0.7389 , 2.4300 , 1.0000 , 45.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 233 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 272 , cls_42 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 278 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 290 , cls_42 , 141.0300 , 13020.0000 , 555.6964 , 92.3208 , 2.7125 , 1.1424 , 0.7295 , 0.9230 , 114.5700 , 4.0000 , 81.2380 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 327 , cls_42 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 328 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 339 , cls_42 , 3.6900 , 1560.0000 , 105.7635 , 422.7642 , 2.0000 , 1.1347 , 0.6424 , 0.6585 , 1.1700 , 2.0000 , 31.7073 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 340 , cls_42 , 7.5600 , 3060.0000 , 139.4247 , 404.7619 , 2.6842 , 1.1822 , 0.7163 , 0.6726 , 2.1600 , 4.0000 , 28.5714 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 345 , cls_42 , 1.4400 , 840.0000 , 55.7328 , 583.3333 , 1.7500 , 1.1169 , 0.6488 , 0.5417 , 0.1800 , 1.0000 , 12.5000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 354 , cls_42 , 0.8100 , 600.0000 , 47.6164 , 740.7407 , 1.6667 , 1.1135 , 0.7205 , 0.4259 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 366 , cls_42 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 375 , cls_42 , 7.3800 , 2040.0000 , 117.7604 , 276.4228 , 1.7895 , 1.1124 , 0.5721 , 0.7642 , 3.3300 , 2.0000 , 45.1220 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 423 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 427 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 435 , cls_42 , 2.7000 , 1680.0000 , 104.9319 , 622.2222 , 2.5455 , 1.1839 , 0.7671 , 0.5222 , 0.3600 , 1.0000 , 13.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 463 , cls_42 , 0.7200 , 540.0000 , 48.5782 , 750.0000 , 1.5000 , 1.1046 , 0.7247 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 479 , cls_42 , 14.0400 , 2340.0000 , 162.5102 , 166.6667 , 1.5600 , 1.0752 , 0.6027 , 0.8611 , 9.5400 , 1.0000 , 67.9487 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 486 , cls_42 , 2.9700 , 1260.0000 , 85.7425 , 424.2424 , 1.7500 , 1.1171 , 0.7528 , 0.6515 , 0.8100 , 1.0000 , 27.2727 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 497 , cls_42 , 4.9500 , 1920.0000 , 94.7988 , 387.8788 , 2.1333 , 1.1423 , 0.5952 , 0.6939 , 1.9800 , 1.0000 , 40.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 500 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 510 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 511 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 514 , cls_42 , 1.7100 , 960.0000 , 65.4416 , 561.4035 , 1.7778 , 1.1246 , 0.6976 , 0.5526 , 0.1800 , 2.0000 , 10.5263 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 526 , cls_42 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 531 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 538 , cls_42 , 0.7200 , 480.0000 , 40.9288 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 542 , cls_42 , 6.8400 , 2400.0000 , 112.6181 , 350.8772 , 2.2222 , 1.1492 , 0.5699 , 0.7325 , 3.0600 , 1.0000 , 44.7368 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 545 , cls_42 , 290.4300 , 52080.0000 , 831.5660 , 179.3203 , 7.6140 , 1.2733 , 0.6140 , 0.8525 , 185.1300 , 17.0000 , 63.7434 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 591 , cls_42 , 21.6000 , 3660.0000 , 195.0162 , 169.4444 , 1.9677 , 1.1103 , 0.5225 , 0.8618 , 14.9400 , 2.0000 , 69.1667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 593 , cls_42 , 6.4800 , 2760.0000 , 114.7908 , 425.9259 , 2.7059 , 1.1800 , 0.6258 , 0.6644 , 1.8900 , 3.0000 , 29.1667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 595 , cls_42 , 47.7000 , 10920.0000 , 350.5440 , 228.9308 , 3.8723 , 1.2102 , 0.7663 , 0.8160 , 28.1700 , 9.0000 , 59.0566 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 609 , cls_42 , 0.6300 , 480.0000 , 32.7869 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4286 , 0.0900 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 624 , cls_42 , 7.7400 , 3420.0000 , 136.6661 , 441.8605 , 3.0000 , 1.1995 , 0.6263 , 0.6531 , 2.1600 , 3.0000 , 27.9070 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 634 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 692 , cls_42 , 0.9000 , 480.0000 , 38.5663 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5500 , 0.0900 , 1.0000 , 10.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 695 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 696 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 728 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 730 , cls_42 , 1.6200 , 1080.0000 , 75.8774 , 666.6667 , 2.0000 , 1.1552 , 0.8237 , 0.4630 , 0.1800 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 736 , cls_42 , 2.4300 , 1140.0000 , 65.5159 , 469.1358 , 1.7273 , 1.1195 , 0.5955 , 0.6296 , 0.6300 , 1.0000 , 25.9259 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 769 , cls_42 , 2.9700 , 1740.0000 , 98.1419 , 585.8586 , 2.4167 , 1.1798 , 0.7666 , 0.5556 , 0.7200 , 1.0000 , 24.2424 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 770 , cls_42 , 1.0800 , 1260.0000 , 63.3750 , 1166.6667 , 3.0000 , 1.2388 , 0.7062 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 771 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 781 , cls_42 , 4.2300 , 1860.0000 , 109.5896 , 439.7163 , 2.2143 , 1.1532 , 0.7177 , 0.6525 , 1.3500 , 2.0000 , 31.9149 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 786 , cls_42 , 1.2600 , 720.0000 , 49.3797 , 571.4286 , 1.5000 , 1.1000 , 0.5544 , 0.5476 , 0.2700 , 2.0000 , 21.4286 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 799 , cls_42 , 2.7900 , 1200.0000 , 70.4268 , 430.1075 , 1.6667 , 1.1144 , 0.5972 , 0.6505 , 0.8100 , 1.0000 , 29.0323 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 802 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 806 , cls_42 , 28.0800 , 4140.0000 , 219.1119 , 147.4359 , 1.9167 , 1.1067 , 0.4807 , 0.8766 , 19.8000 , 1.0000 , 70.5128 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 812 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 815 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 819 , cls_42 , 0.7200 , 420.0000 , 33.6163 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.0900 , 1.0000 , 12.5000 , 349.8571 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 836 , cls_42 , 0.5400 , 480.0000 , 38.6938 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 851 , cls_42 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 858 , cls_42 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 868 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 879 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 898 , cls_42 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 903 , cls_42 , 0.7200 , 540.0000 , 38.7036 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 928 , cls_42 , 1.1700 , 900.0000 , 60.0159 , 769.2308 , 1.8750 , 1.1564 , 0.6817 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 938 , cls_42 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 964 , cls_42 , 1.0800 , 600.0000 , 60.1232 , 555.5556 , 1.4286 , 1.0790 , 0.7117 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 966 , cls_42 , 7.9200 , 1680.0000 , 115.3318 , 212.1212 , 1.4737 , 1.0710 , 0.5427 , 0.8220 , 4.7700 , 1.0000 , 60.2273 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 968 , cls_42 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 993 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1005 , cls_42 , 24.3900 , 11100.0000 , 251.1453 , 455.1046 , 5.6061 , 1.2783 , 0.6413 , 0.6402 , 5.1300 , 10.0000 , 21.0332 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1024 , cls_42 , 1.6200 , 720.0000 , 52.9984 , 444.4444 , 1.3333 , 1.0715 , 0.6048 , 0.6389 , 0.4500 , 1.0000 , 27.7778 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1031 , cls_42 , 6.3000 , 2100.0000 , 119.7377 , 333.3333 , 2.0588 , 1.1336 , 0.5967 , 0.7214 , 2.2500 , 2.0000 , 35.7143 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1033 , cls_42 , 0.9900 , 600.0000 , 42.3906 , 606.0606 , 1.4286 , 1.0892 , 0.6584 , 0.5000 , 0.0900 , 1.0000 , 9.0909 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1045 , cls_42 , 6.6600 , 3000.0000 , 138.2985 , 450.4505 , 2.7778 , 1.1921 , 0.7987 , 0.6441 , 1.7100 , 2.0000 , 25.6757 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1048 , cls_42 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1060 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1077 , cls_42 , 2.8800 , 1020.0000 , 72.3821 , 354.1667 , 1.4167 , 1.0793 , 0.5473 , 0.7031 , 0.9900 , 1.0000 , 34.3750 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1086 , cls_42 , 10.8900 , 5040.0000 , 187.2854 , 462.8099 , 3.8182 , 1.2310 , 0.7415 , 0.6198 , 1.9800 , 6.0000 , 18.1818 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1097 , cls_42 , 2.6100 , 1380.0000 , 94.5142 , 528.7356 , 2.0909 , 1.1492 , 0.8487 , 0.5805 , 0.5400 , 1.0000 , 20.6897 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1098 , cls_42 , 2.1600 , 1200.0000 , 63.1010 , 555.5556 , 2.0000 , 1.1430 , 0.6180 , 0.6042 , 0.7200 , 1.0000 , 33.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1116 , cls_42 , 2.5200 , 840.0000 , 66.3164 , 333.3333 , 1.2727 , 1.0552 , 0.5994 , 0.7202 , 0.9900 , 1.0000 , 39.2857 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1157 , cls_42 , 1.8900 , 900.0000 , 64.6013 , 476.1905 , 1.5000 , 1.1001 , 0.7029 , 0.5952 , 0.2700 , 1.0000 , 14.2857 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1180 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1183 , cls_42 , 1.1700 , 720.0000 , 45.5596 , 615.3846 , 1.5000 , 1.1087 , 0.5963 , 0.5256 , 0.1800 , 1.0000 , 15.3846 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1207 , cls_42 , 405.9900 , 48840.0000 , 868.0866 , 120.2985 , 6.0296 , 1.2368 , 0.5305 , 0.9001 , 303.7500 , 8.0000 , 74.8171 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1211 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1214 , cls_42 , 6.6600 , 2400.0000 , 110.5324 , 360.3604 , 2.2222 , 1.1519 , 0.5470 , 0.7117 , 2.3400 , 3.0000 , 35.1351 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1257 , cls_42 , 14.9400 , 3840.0000 , 217.5049 , 257.0281 , 2.4615 , 1.1527 , 0.7208 , 0.7851 , 7.4700 , 2.0000 , 50.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1308 , cls_42 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1328 , cls_42 , 1.8000 , 1020.0000 , 70.6782 , 566.6667 , 1.8889 , 1.1311 , 0.7375 , 0.5333 , 0.1800 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1331 , cls_42 , 2.7000 , 1140.0000 , 89.8804 , 422.2222 , 1.7273 , 1.1079 , 0.7753 , 0.6333 , 0.4500 , 2.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1356 , cls_42 , 0.4500 , 420.0000 , 35.2060 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1363 , cls_42 , 1.0800 , 720.0000 , 49.6426 , 666.6667 , 1.7143 , 1.1183 , 0.6605 , 0.4583 , 0.0900 , 1.0000 , 8.3333 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1372 , cls_42 , 4.7700 , 2100.0000 , 100.9294 , 440.2516 , 2.3333 , 1.1628 , 0.5378 , 0.6415 , 1.1700 , 2.0000 , 24.5283 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1425 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1427 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1433 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1442 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1449 , cls_42 , 0.5400 , 420.0000 , 32.0783 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1459 , cls_42 , 26.9100 , 4920.0000 , 270.3365 , 182.8317 , 2.3429 , 1.1381 , 0.7650 , 0.8439 , 16.6500 , 3.0000 , 61.8729 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1461 , cls_42 , 1.9800 , 1320.0000 , 68.7895 , 666.6667 , 2.2000 , 1.1723 , 0.5170 , 0.4924 , 0.1800 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1487 , cls_42 , 7.4700 , 2640.0000 , 190.6586 , 353.4137 , 2.3158 , 1.1571 , 0.7886 , 0.7068 , 2.3400 , 3.0000 , 31.3253 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1489 , cls_42 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1490 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1501 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1512 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1519 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1537 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1552 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1564 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1567 , cls_42 , 0.7200 , 480.0000 , 38.5111 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1569 , cls_42 , 7.8300 , 2340.0000 , 124.0894 , 298.8506 , 2.0526 , 1.1309 , 0.5460 , 0.7529 , 3.2400 , 2.0000 , 41.3793 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1593 , cls_42 , 0.7200 , 420.0000 , 33.6163 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1606 , cls_42 , 0.5400 , 480.0000 , 42.0808 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1612 , cls_42 , 13.2300 , 4020.0000 , 160.7404 , 303.8549 , 2.6800 , 1.1724 , 0.6359 , 0.7608 , 6.8400 , 2.0000 , 51.7007 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1622 , cls_42 , 2.3400 , 1080.0000 , 64.9388 , 461.5385 , 1.6364 , 1.1130 , 0.5526 , 0.6154 , 0.1800 , 1.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1626 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1627 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1638 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1642 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1661 , cls_42 , 27.7200 , 6720.0000 , 293.9087 , 242.4242 , 3.1111 , 1.1852 , 0.7314 , 0.8036 , 15.4800 , 5.0000 , 55.8442 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1663 , cls_42 , 0.8100 , 480.0000 , 39.1326 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1683 , cls_42 , 1.1700 , 780.0000 , 50.0538 , 666.6667 , 1.6250 , 1.1258 , 0.6689 , 0.4872 , 0.0900 , 1.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1691 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1694 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1702 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1714 , cls_42 , 6.0300 , 1980.0000 , 106.1829 , 328.3582 , 1.9412 , 1.1274 , 0.4668 , 0.7413 , 2.7000 , 2.0000 , 44.7761 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1735 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1740 , cls_42 , 5.8500 , 2520.0000 , 178.9434 , 430.7692 , 2.4706 , 1.1744 , 0.8783 , 0.6410 , 1.5300 , 1.0000 , 26.1538 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1750 , cls_42 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1753 , cls_42 , 1.4400 , 1200.0000 , 97.4018 , 833.3333 , 2.5000 , 1.1914 , 0.8802 , 0.3646 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1765 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1772 , cls_42 , 1.7100 , 600.0000 , 51.9363 , 350.8772 , 1.1111 , 1.0282 , 0.4624 , 0.6930 , 0.5400 , 1.0000 , 31.5789 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1788 , cls_42 , 1.9800 , 1080.0000 , 73.9226 , 545.4545 , 1.8000 , 1.1317 , 0.6853 , 0.5455 , 0.1800 , 2.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1804 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1814 , cls_42 , 13.8600 , 3120.0000 , 152.6368 , 225.1082 , 2.0800 , 1.1249 , 0.4628 , 0.8193 , 8.4600 , 1.0000 , 61.0390 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1830 , cls_42 , 0.9900 , 720.0000 , 45.0272 , 727.2727 , 1.7143 , 1.1289 , 0.6584 , 0.4394 , 0.0900 , 1.0000 , 9.0909 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1833 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1862 , cls_42 , 0.7200 , 720.0000 , 51.8393 , 1000.0000 , 2.0000 , 1.1693 , 0.7247 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1866 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1878 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1880 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1909 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1912 , cls_42 , 0.7200 , 420.0000 , 35.9030 , 583.3333 , 1.1667 , 1.0480 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1914 , cls_42 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1917 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1921 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1927 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1939 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1953 , cls_42 , 168.2100 , 15900.0000 , 535.7494 , 94.5247 , 3.0460 , 1.1563 , 0.5846 , 0.9213 , 135.3600 , 3.0000 , 80.4708 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1963 , cls_42 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1965 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1969 , cls_42 , 0.9000 , 600.0000 , 44.0584 , 666.6667 , 1.4286 , 1.1006 , 0.6021 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1994 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1997 , cls_42 , 1.4400 , 780.0000 , 51.9360 , 541.6667 , 1.6250 , 1.1014 , 0.6082 , 0.5833 , 0.3600 , 1.0000 , 25.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2001 , cls_42 , 11.3400 , 2760.0000 , 148.5324 , 243.3862 , 2.0000 , 1.1233 , 0.6542 , 0.7963 , 5.8500 , 1.0000 , 51.5873 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2002 , cls_42 , 90.7200 , 9720.0000 , 409.2015 , 107.1429 , 2.5312 , 1.1365 , 0.4451 , 0.9114 , 71.6400 , 1.0000 , 78.9683 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2012 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2013 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2014 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2027 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2041 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2042 , cls_42 , 1.6200 , 960.0000 , 56.6428 , 592.5926 , 1.7778 , 1.1309 , 0.6474 , 0.5185 , 0.1800 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2048 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2056 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2073 , cls_42 , 0.9900 , 480.0000 , 39.5779 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5758 , 0.1800 , 1.0000 , 18.1818 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2075 , cls_42 , 3.6000 , 1560.0000 , 99.6056 , 433.3333 , 2.0000 , 1.1374 , 0.7247 , 0.6375 , 0.8100 , 2.0000 , 22.5000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2080 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2085 , cls_42 , 3.6000 , 1320.0000 , 82.4511 , 366.6667 , 1.6923 , 1.1055 , 0.6021 , 0.7042 , 1.4400 , 1.0000 , 40.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2087 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2089 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2094 , cls_42 , 0.9900 , 660.0000 , 53.6012 , 666.6667 , 1.5714 , 1.1100 , 0.7585 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2106 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2108 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2115 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2117 , cls_42 , 2.3400 , 1200.0000 , 70.1887 , 512.8205 , 1.8182 , 1.1339 , 0.6689 , 0.6026 , 0.4500 , 2.0000 , 19.2308 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2122 , cls_42 , 1.1700 , 720.0000 , 48.7123 , 615.3846 , 1.5000 , 1.1087 , 0.5963 , 0.5128 , 0.1800 , 1.0000 , 15.3846 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2124 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2135 , cls_42 , 1.7100 , 840.0000 , 70.4754 , 491.2281 , 1.5556 , 1.0972 , 0.7282 , 0.5789 , 0.0900 , 1.0000 , 5.2632 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2136 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2145 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2146 , cls_42 , 9.9000 , 2520.0000 , 162.6274 , 254.5455 , 2.0000 , 1.1207 , 0.7007 , 0.7864 , 4.9500 , 2.0000 , 50.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2158 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2161 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2162 , cls_42 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2163 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2164 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2171 , cls_42 , 0.9000 , 480.0000 , 37.0094 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5667 , 0.1800 , 1.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2191 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2203 , cls_42 , 3.0600 , 1200.0000 , 85.2401 , 392.1569 , 1.6667 , 1.1044 , 0.6268 , 0.6667 , 0.8100 , 2.0000 , 26.4706 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2209 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2221 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2230 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2231 , cls_42 , 0.8100 , 480.0000 , 37.7092 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2238 , cls_42 , 1.8000 , 720.0000 , 56.5108 , 400.0000 , 1.3333 , 1.0600 , 0.6255 , 0.6583 , 0.5400 , 1.0000 , 30.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2244 , cls_42 , 0.3600 , 480.0000 , 42.4264 , 1333.3333 , 2.0000 , 1.1693 , 0.8408 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2247 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2252 , cls_42 , 15.4800 , 6060.0000 , 219.4810 , 391.4729 , 3.7407 , 1.2256 , 0.7423 , 0.6928 , 5.1300 , 5.0000 , 33.1395 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2258 , cls_42 , 0.6300 , 480.0000 , 39.8415 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2277 , cls_42 , 1.9800 , 1500.0000 , 78.9905 , 757.5758 , 2.5000 , 1.1982 , 0.7357 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2285 , cls_42 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2301 , cls_42 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2337 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2339 , cls_42 , 18.4500 , 5580.0000 , 199.7810 , 302.4390 , 3.2069 , 1.1943 , 0.5824 , 0.7610 , 8.8200 , 4.0000 , 47.8049 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2341 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2353 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2374 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2377 , cls_42 , 242.9100 , 34440.0000 , 709.3046 , 141.7809 , 5.5192 , 1.2325 , 0.6379 , 0.8835 , 175.2300 , 8.0000 , 72.1378 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2379 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2380 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2387 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 258.0698 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2395 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2401 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2403 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2406 , cls_42 , 0.9000 , 840.0000 , 49.2772 , 933.3333 , 2.0000 , 1.1745 , 0.6817 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2410 , cls_42 , 0.5400 , 600.0000 , 41.8664 , 1111.1111 , 2.0000 , 1.1661 , 0.7753 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2411 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2426 , cls_42 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2430 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2434 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2451 , cls_42 , 74.3400 , 13080.0000 , 467.0972 , 175.9483 , 3.7586 , 1.1972 , 0.7868 , 0.8535 , 48.2400 , 5.0000 , 64.8910 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2455 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2457 , cls_42 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2465 , cls_42 , 1.5300 , 720.0000 , 53.9655 , 470.5882 , 1.3333 , 1.0779 , 0.5671 , 0.6176 , 0.3600 , 2.0000 , 23.5294 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2471 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2476 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2493 , cls_42 , 27.4500 , 5400.0000 , 240.8441 , 196.7213 , 2.5714 , 1.1512 , 0.7340 , 0.8393 , 17.3700 , 2.0000 , 63.2787 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2504 , cls_42 , 0.9000 , 720.0000 , 56.1446 , 800.0000 , 1.7143 , 1.1407 , 0.7170 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2537 , cls_42 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2540 , cls_42 , 14.9400 , 3600.0000 , 192.3362 , 240.9639 , 2.3077 , 1.1419 , 0.7365 , 0.7992 , 8.1900 , 3.0000 , 54.8193 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2550 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2552 , cls_42 , 2.0700 , 840.0000 , 85.4765 , 405.7971 , 1.4000 , 1.0761 , 0.7657 , 0.6232 , 0.0900 , 1.0000 , 4.3478 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2561 , cls_42 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2578 , cls_42 , 0.9000 , 600.0000 , 44.7187 , 666.6667 , 1.4286 , 1.1006 , 0.6817 , 0.4667 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2585 , cls_42 , 1.2600 , 1260.0000 , 80.3144 , 1000.0000 , 2.6250 , 1.2186 , 0.8019 , 0.2738 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2589 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2590 , cls_42 , 2.5200 , 1620.0000 , 103.9961 , 642.8571 , 2.4545 , 1.1848 , 0.7939 , 0.5179 , 0.2700 , 2.0000 , 10.7143 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2591 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2597 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2641 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2644 , cls_42 , 0.7200 , 540.0000 , 39.6270 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2645 , cls_42 , 0.7200 , 540.0000 , 39.3274 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.4375 , 0.0900 , 1.0000 , 12.5000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2651 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2652 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2654 , cls_42 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2657 , cls_42 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2671 , cls_42 , 0.9900 , 540.0000 , 43.5781 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5455 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2681 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2683 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2705 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2708 , cls_42 , 3.8700 , 1920.0000 , 89.4506 , 496.1240 , 2.2857 , 1.1689 , 0.6325 , 0.6163 , 0.9900 , 1.0000 , 25.5814 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2734 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2735 , cls_42 , 190.4400 , 24660.0000 , 844.6975 , 129.4896 , 4.4674 , 1.2070 , 0.7619 , 0.8904 , 138.9600 , 4.0000 , 72.9679 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2737 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2740 , cls_42 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2741 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2760 , cls_42 , 123.0300 , 31380.0000 , 617.8680 , 255.0597 , 7.0676 , 1.2790 , 0.7161 , 0.7942 , 64.2600 , 23.0000 , 52.2312 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2783 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2784 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2802 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2815 , cls_42 , 1.5300 , 600.0000 , 48.3001 , 392.1569 , 1.1111 , 1.0400 , 0.4721 , 0.6667 , 0.4500 , 1.0000 , 29.4118 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2823 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2827 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2850 , cls_42 , 4.9500 , 1560.0000 , 97.4055 , 315.1515 , 1.7333 , 1.1038 , 0.6215 , 0.7394 , 2.1600 , 1.0000 , 43.6364 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2853 , cls_42 , 155.7000 , 18180.0000 , 531.1939 , 116.7630 , 3.6071 , 1.1813 , 0.6254 , 0.9044 , 120.6900 , 4.0000 , 77.5145 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2856 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2858 , cls_42 , 6.3900 , 3360.0000 , 151.6507 , 525.8216 , 3.2941 , 1.2171 , 0.7827 , 0.5822 , 0.9000 , 4.0000 , 14.0845 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2860 , cls_42 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2869 , cls_42 , 1.6200 , 780.0000 , 57.9340 , 481.4815 , 1.4444 , 1.0880 , 0.7304 , 0.5926 , 0.4500 , 1.0000 , 27.7778 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2871 , cls_42 , 15.3000 , 6180.0000 , 224.5730 , 403.9216 , 3.8148 , 1.2301 , 0.7667 , 0.6755 , 4.5000 , 5.0000 , 29.4118 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2873 , cls_42 , 9.2700 , 3600.0000 , 162.1078 , 388.3495 , 2.8571 , 1.1895 , 0.7079 , 0.6861 , 3.0600 , 3.0000 , 33.0097 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2878 , cls_42 , 1.1700 , 540.0000 , 45.2246 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6026 , 0.1800 , 1.0000 , 15.3846 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2885 , cls_42 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2894 , cls_42 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 342.0526 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2897 , cls_42 , 5.6700 , 1800.0000 , 105.3021 , 317.4603 , 1.8750 , 1.1163 , 0.6216 , 0.7328 , 2.3400 , 1.0000 , 41.2698 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2909 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2912 , cls_42 , 1.3500 , 780.0000 , 56.8833 , 577.7778 , 1.6250 , 1.1089 , 0.6327 , 0.5222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2925 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2926 , cls_42 , 4.9500 , 2220.0000 , 109.9754 , 448.4848 , 2.4667 , 1.1691 , 0.5623 , 0.6303 , 1.0800 , 3.0000 , 21.8182 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2942 , cls_42 , 4.2300 , 2040.0000 , 113.9478 , 482.2695 , 2.4286 , 1.1705 , 0.6915 , 0.6028 , 0.5400 , 2.0000 , 12.7660 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2945 , cls_42 , 0.5400 , 540.0000 , 36.6787 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2952 , cls_42 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2961 , cls_42 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2981 , cls_42 , 1.3500 , 600.0000 , 55.4805 , 444.4444 , 1.2500 , 1.0537 , 0.6396 , 0.6000 , 0.0900 , 1.0000 , 6.6667 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2986 , cls_42 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2996 , cls_42 , 1.1700 , 780.0000 , 48.9885 , 666.6667 , 1.6250 , 1.1258 , 0.5862 , 0.4872 , 0.0900 , 1.0000 , 7.6923 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3000 , cls_42 , 4.9500 , 2400.0000 , 124.7620 , 484.8485 , 2.6667 , 1.1836 , 0.6697 , 0.6030 , 0.5400 , 2.0000 , 10.9091 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3028 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3029 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3051 , cls_42 , 0.7200 , 540.0000 , 47.4067 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3069 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3085 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3091 , cls_42 , 12.7800 , 2700.0000 , 147.8153 , 211.2676 , 1.8750 , 1.1081 , 0.5446 , 0.8239 , 7.1100 , 1.0000 , 55.6338 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3099 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3103 , cls_42 , 1.2600 , 660.0000 , 45.2237 , 523.8095 , 1.3750 , 1.0816 , 0.5652 , 0.5833 , 0.2700 , 1.0000 , 21.4286 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3118 , cls_42 , 21.5100 , 6600.0000 , 224.3517 , 306.8340 , 3.5484 , 1.2067 , 0.6581 , 0.7559 , 9.2700 , 6.0000 , 43.0962 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3145 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3164 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3173 , cls_42 , 1.8900 , 1080.0000 , 65.2302 , 571.4286 , 1.8000 , 1.1371 , 0.6854 , 0.5397 , 0.2700 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3178 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3182 , cls_42 , 2.7900 , 1200.0000 , 102.2061 , 430.1075 , 1.6667 , 1.1144 , 0.8313 , 0.6237 , 0.3600 , 1.0000 , 12.9032 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3184 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3195 , cls_42 , 2.2500 , 1440.0000 , 94.0856 , 640.0000 , 2.4000 , 1.1747 , 0.8059 , 0.5000 , 0.1800 , 2.0000 , 8.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3196 , cls_42 , 1.4400 , 900.0000 , 51.8537 , 625.0000 , 1.8750 , 1.1313 , 0.4907 , 0.5104 , 0.1800 , 2.0000 , 12.5000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3203 , cls_42 , 0.7200 , 480.0000 , 38.8780 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3225 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3251 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3255 , cls_42 , 1.4400 , 600.0000 , 47.5309 , 416.6667 , 1.2500 , 1.0466 , 0.5031 , 0.6458 , 0.3600 , 1.0000 , 25.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3259 , cls_42 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3318 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3324 , cls_42 , 0.7200 , 540.0000 , 41.2713 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3338 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3349 , cls_42 , 5.6700 , 2640.0000 , 131.3765 , 465.6085 , 2.7500 , 1.1863 , 0.7627 , 0.6190 , 1.3500 , 3.0000 , 23.8095 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3354 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3356 , cls_42 , 0.9900 , 780.0000 , 64.0974 , 787.8788 , 1.8571 , 1.1463 , 0.8055 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3383 , cls_42 , 1.0800 , 540.0000 , 45.8586 , 500.0000 , 1.2857 , 1.0563 , 0.6273 , 0.5694 , 0.0900 , 1.0000 , 8.3333 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3384 , cls_42 , 1.5300 , 840.0000 , 57.6770 , 549.0196 , 1.5556 , 1.1099 , 0.7075 , 0.5588 , 0.2700 , 1.0000 , 17.6471 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3395 , cls_42 , 2.9700 , 1260.0000 , 97.1063 , 424.2424 , 1.7500 , 1.1171 , 0.8133 , 0.6566 , 0.8100 , 2.0000 , 27.2727 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3425 , cls_42 , 5.2200 , 2700.0000 , 137.0165 , 517.2414 , 2.8125 , 1.1994 , 0.7884 , 0.5718 , 0.6300 , 3.0000 , 12.0690 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3429 , cls_42 , 0.8100 , 480.0000 , 40.4904 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3442 , cls_42 , 0.8100 , 420.0000 , 34.8518 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3472 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3479 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3489 , cls_42 , 8.1900 , 4260.0000 , 147.6311 , 520.1465 , 3.5500 , 1.2323 , 0.6005 , 0.5916 , 1.4400 , 4.0000 , 17.5824 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3519 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3521 , cls_42 , 14.0400 , 2880.0000 , 163.1158 , 205.1282 , 1.9200 , 1.1102 , 0.6355 , 0.8269 , 7.8300 , 2.0000 , 55.7692 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3533 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3538 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3554 , cls_42 , 19.8000 , 7440.0000 , 235.4358 , 375.7576 , 4.1333 , 1.2346 , 0.6935 , 0.7015 , 6.5700 , 8.0000 , 33.1818 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3584 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3599 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3600 , cls_42 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3629 , cls_42 , 184.5000 , 29580.0000 , 736.3227 , 160.3252 , 5.4176 , 1.2349 , 0.7735 , 0.8679 , 124.9200 , 10.0000 , 67.7073 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3631 , cls_42 , 9.3600 , 3600.0000 , 174.7638 , 384.6154 , 2.8571 , 1.1885 , 0.7570 , 0.6971 , 3.4200 , 2.0000 , 36.5385 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3633 , cls_42 , 6.0300 , 2820.0000 , 126.8183 , 467.6617 , 2.7647 , 1.1916 , 0.6920 , 0.6368 , 1.5300 , 2.0000 , 25.3731 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3636 , cls_42 , 2.0700 , 720.0000 , 66.8260 , 347.8261 , 1.2000 , 1.0451 , 0.6746 , 0.6812 , 0.4500 , 1.0000 , 21.7391 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3639 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3641 , cls_42 , 1.5300 , 780.0000 , 51.7233 , 509.8039 , 1.4444 , 1.0945 , 0.4721 , 0.5882 , 0.2700 , 2.0000 , 17.6471 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3656 , cls_42 , 0.9900 , 600.0000 , 46.7187 , 606.0606 , 1.4286 , 1.0892 , 0.6498 , 0.5000 , 0.0900 , 1.0000 , 9.0909 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3670 , cls_42 , 6.1200 , 2460.0000 , 131.2003 , 401.9608 , 2.4118 , 1.1652 , 0.7014 , 0.6789 , 1.8000 , 3.0000 , 29.4118 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3675 , cls_42 , 41.2200 , 8160.0000 , 336.9399 , 197.9622 , 3.1628 , 1.1788 , 0.7618 , 0.8381 , 25.3800 , 3.0000 , 61.5721 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3687 , cls_42 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3699 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3716 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3728 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3741 , cls_42 , 9.7200 , 2220.0000 , 143.1268 , 228.3951 , 1.7619 , 1.1004 , 0.6283 , 0.8148 , 5.6700 , 1.0000 , 58.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3771 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3777 , cls_42 , 9.3600 , 2460.0000 , 129.6602 , 262.8205 , 1.9524 , 1.1220 , 0.7146 , 0.7804 , 4.9500 , 1.0000 , 52.8846 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3779 , cls_42 , 16.9200 , 4200.0000 , 191.5876 , 248.2270 , 2.5000 , 1.1557 , 0.6541 , 0.7952 , 9.1800 , 2.0000 , 54.2553 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3803 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3804 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3814 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3824 , cls_42 , 28.8900 , 7440.0000 , 248.5899 , 257.5286 , 3.4444 , 1.1975 , 0.6856 , 0.7913 , 14.3100 , 4.0000 , 49.5327 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3853 , cls_42 , 23.4900 , 5820.0000 , 234.9748 , 247.7650 , 2.9394 , 1.1778 , 0.6324 , 0.7982 , 12.4200 , 5.0000 , 52.8736 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3854 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3856 , cls_42 , 81.5400 , 16380.0000 , 440.9552 , 200.8830 , 4.4754 , 1.2221 , 0.6218 , 0.8324 , 49.2300 , 9.0000 , 60.3753 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3874 , cls_42 , 4.7700 , 2340.0000 , 134.8006 , 490.5660 , 2.6000 , 1.1829 , 0.7689 , 0.6006 , 0.8100 , 4.0000 , 16.9811 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3884 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3897 , cls_42 , 0.9000 , 600.0000 , 43.8539 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3908 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 284.6050 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4011 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4050 , cls_42 , 0.9000 , 540.0000 , 44.1899 , 600.0000 , 1.2857 , 1.0775 , 0.6894 , 0.5167 , 0.0900 , 1.0000 , 10.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4051 , cls_42 , 1.1700 , 900.0000 , 75.4639 , 769.2308 , 1.8750 , 1.1564 , 0.8535 , 0.4103 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4077 , cls_42 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4094 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4102 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4121 , cls_42 , 11.5200 , 4440.0000 , 191.5577 , 385.4167 , 3.2174 , 1.2033 , 0.7219 , 0.6810 , 3.0600 , 6.0000 , 26.5625 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4123 , cls_42 , 2.1600 , 780.0000 , 58.3332 , 361.1111 , 1.3000 , 1.0567 , 0.4234 , 0.7014 , 0.8100 , 1.0000 , 37.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4129 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4137 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4168 , cls_42 , 23.2200 , 4260.0000 , 219.2065 , 183.4625 , 2.1515 , 1.1284 , 0.5469 , 0.8495 , 14.9400 , 1.0000 , 64.3411 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4179 , cls_42 , 5.4000 , 1860.0000 , 110.1567 , 344.4444 , 1.9375 , 1.1273 , 0.6944 , 0.7139 , 1.9800 , 2.0000 , 36.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4180 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4193 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4213 , cls_42 , 3.4200 , 2160.0000 , 102.2225 , 631.5789 , 2.7692 , 1.2053 , 0.6753 , 0.4868 , 0.0900 , 1.0000 , 2.6316 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4236 , cls_42 , 0.6300 , 480.0000 , 37.2533 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4257 , cls_42 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4314 , cls_42 , 0.9900 , 660.0000 , 46.0980 , 666.6667 , 1.5714 , 1.1100 , 0.7199 , 0.4848 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4357 , cls_42 , 3.0600 , 2040.0000 , 94.1587 , 666.6667 , 2.8333 , 1.2072 , 0.7438 , 0.4804 , 0.1800 , 1.0000 , 5.8824 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4363 , cls_42 , 155.1600 , 24540.0000 , 587.2643 , 158.1593 , 4.8690 , 1.2237 , 0.6401 , 0.8710 , 108.6300 , 7.0000 , 70.0116 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4372 , cls_42 , 0.8100 , 420.0000 , 35.4002 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4387 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4392 , cls_42 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4399 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4402 , cls_42 , 0.4500 , 480.0000 , 34.8693 , 1066.6667 , 1.6000 , 1.1383 , 0.5103 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4406 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4409 , cls_42 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4424 , cls_42 , 1.4400 , 1020.0000 , 68.3127 , 708.3333 , 2.1250 , 1.1574 , 0.7247 , 0.4583 , 0.0900 , 1.0000 , 6.2500 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4434 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4435 , cls_42 , 2.0700 , 900.0000 , 62.9712 , 434.7826 , 1.5000 , 1.0900 , 0.6339 , 0.6449 , 0.5400 , 1.0000 , 26.0870 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4454 , cls_42 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4466 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4467 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4495 , cls_42 , 7.0200 , 3720.0000 , 147.5289 , 529.9145 , 3.4444 , 1.2250 , 0.6645 , 0.5705 , 0.7200 , 5.0000 , 10.2564 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4528 , cls_42 , 5.3100 , 2460.0000 , 112.6794 , 463.2768 , 2.5625 , 1.1805 , 0.5215 , 0.6356 , 1.0800 , 2.0000 , 20.3390 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4531 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4539 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4540 , cls_42 , 2.2500 , 1200.0000 , 84.4494 , 533.3333 , 2.0000 , 1.1383 , 0.7805 , 0.5867 , 0.5400 , 2.0000 , 24.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4556 , cls_42 , 1.6200 , 840.0000 , 63.2616 , 518.5185 , 1.5556 , 1.1033 , 0.7304 , 0.5741 , 0.1800 , 1.0000 , 11.1111 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4569 , cls_42 , 104.3100 , 20940.0000 , 547.0001 , 200.7478 , 5.0580 , 1.2359 , 0.6753 , 0.8326 , 63.5400 , 8.0000 , 60.9146 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4570 , cls_42 , 0.6300 , 480.0000 , 35.6023 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4575 , cls_42 , 5.2200 , 1980.0000 , 121.1124 , 379.3103 , 2.0625 , 1.1423 , 0.8154 , 0.6695 , 1.3500 , 2.0000 , 25.8621 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4577 , cls_42 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4583 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4599 , cls_42 , 3.3300 , 960.0000 , 73.9377 , 288.2883 , 1.2308 , 1.0526 , 0.4707 , 0.7568 , 1.5300 , 1.0000 , 45.9459 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4604 , cls_42 , 1.3500 , 840.0000 , 66.8583 , 622.2222 , 1.7500 , 1.1245 , 0.7878 , 0.4889 , 0.0900 , 1.0000 , 6.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4606 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4608 , cls_42 , 6.4800 , 2640.0000 , 127.1446 , 407.4074 , 2.5882 , 1.1720 , 0.6333 , 0.6690 , 2.0700 , 2.0000 , 31.9444 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4648 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4656 , cls_42 , 13.1400 , 2880.0000 , 153.6091 , 219.1781 , 1.9200 , 1.1165 , 0.6135 , 0.8231 , 8.1900 , 2.0000 , 62.3288 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4666 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4667 , cls_42 , 2.9700 , 1620.0000 , 77.6648 , 545.4545 , 2.2500 , 1.1659 , 0.4748 , 0.5707 , 0.3600 , 2.0000 , 12.1212 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4676 , cls_42 , 2.7900 , 900.0000 , 70.6134 , 322.5806 , 1.2500 , 1.0582 , 0.5931 , 0.7258 , 1.0800 , 1.0000 , 38.7097 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4679 , cls_42 , 3.8700 , 1740.0000 , 104.8210 , 449.6124 , 2.0714 , 1.1502 , 0.7178 , 0.6279 , 0.9900 , 1.0000 , 25.5814 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4693 , cls_42 , 0.7200 , 480.0000 , 41.1518 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4713 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4725 , cls_42 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4743 , cls_42 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4745 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4756 , cls_42 , 1.0800 , 660.0000 , 54.7851 , 611.1111 , 1.5714 , 1.0996 , 0.7366 , 0.4861 , 0.0900 , 1.0000 , 8.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4773 , cls_42 , 5.1300 , 1740.0000 , 100.3710 , 339.1813 , 1.8125 , 1.1203 , 0.6077 , 0.7193 , 2.0700 , 1.0000 , 40.3509 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4782 , cls_42 , 32.8500 , 10260.0000 , 349.8597 , 312.3288 , 4.3846 , 1.2360 , 0.7785 , 0.7452 , 13.5000 , 9.0000 , 41.0959 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4785 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4793 , cls_42 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4800 , cls_42 , 0.6300 , 600.0000 , 40.1377 , 952.3810 , 1.6667 , 1.1455 , 0.6572 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4807 , cls_42 , 2.0700 , 1020.0000 , 71.7531 , 492.7536 , 1.7000 , 1.1152 , 0.7313 , 0.5870 , 0.4500 , 1.0000 , 21.7391 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4821 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4824 , cls_42 , 5.4000 , 1320.0000 , 99.5262 , 244.4444 , 1.3750 , 1.0644 , 0.5506 , 0.7917 , 2.7900 , 1.0000 , 51.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4826 , cls_42 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4829 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4836 , cls_42 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4847 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4853 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4854 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4861 , cls_42 , 4.4100 , 1140.0000 , 88.8591 , 258.5034 , 1.3571 , 1.0571 , 0.5201 , 0.7755 , 2.0700 , 1.0000 , 46.9388 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4870 , cls_42 , 11.4300 , 4500.0000 , 191.7298 , 393.7008 , 3.2609 , 1.2065 , 0.7639 , 0.6798 , 3.6900 , 2.0000 , 32.2835 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4872 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4877 , cls_42 , 2.3400 , 1020.0000 , 65.9723 , 435.8974 , 1.5455 , 1.1016 , 0.6105 , 0.6538 , 0.7200 , 1.0000 , 30.7692 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4880 , cls_42 , 1.0800 , 540.0000 , 42.3279 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5694 , 0.1800 , 1.0000 , 16.6667 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4921 , cls_42 , 20.4300 , 4560.0000 , 195.8454 , 223.2012 , 2.4516 , 1.1513 , 0.6530 , 0.8201 , 12.3300 , 3.0000 , 60.3524 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4928 , cls_42 , 3.2400 , 1260.0000 , 90.3572 , 388.8889 , 1.7500 , 1.1078 , 0.6924 , 0.6667 , 0.9900 , 1.0000 , 30.5556 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4937 , cls_42 , 1.5300 , 720.0000 , 57.7144 , 470.5882 , 1.3333 , 1.0779 , 0.6670 , 0.5980 , 0.1800 , 1.0000 , 11.7647 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4956 , cls_42 , 0.6300 , 600.0000 , 51.7050 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4957 , cls_42 , 1.5300 , 660.0000 , 52.1645 , 431.3725 , 1.2222 , 1.0598 , 0.6452 , 0.6373 , 0.3600 , 1.0000 , 23.5294 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4971 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4973 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4977 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4982 , cls_42 , 11.3400 , 2880.0000 , 150.0609 , 253.9683 , 2.0870 , 1.1306 , 0.5363 , 0.7857 , 5.4900 , 1.0000 , 48.4127 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4996 , cls_42 , 1.4400 , 900.0000 , 52.0788 , 625.0000 , 1.8750 , 1.1313 , 0.5031 , 0.5104 , 0.0900 , 1.0000 , 6.2500 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4998 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5003 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5012 , cls_42 , 13.6800 , 2940.0000 , 161.9321 , 214.9123 , 1.9600 , 1.1161 , 0.6129 , 0.8246 , 8.3700 , 1.0000 , 61.1842 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5024 , cls_42 , 0.9000 , 660.0000 , 52.1175 , 733.3333 , 1.5714 , 1.1216 , 0.6817 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5037 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5043 , cls_42 , 1.4400 , 840.0000 , 56.7815 , 583.3333 , 1.7500 , 1.1169 , 0.7004 , 0.5000 , 0.0900 , 1.0000 , 6.2500 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5047 , cls_42 , 3.3300 , 1380.0000 , 84.7242 , 414.4144 , 1.7692 , 1.1223 , 0.6838 , 0.6577 , 1.0800 , 1.0000 , 32.4324 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5049 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5066 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5068 , cls_42 , 3.0600 , 2160.0000 , 93.2516 , 705.8824 , 3.0000 , 1.2183 , 0.7438 , 0.4755 , 0.3600 , 2.0000 , 11.7647 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5091 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5098 , cls_42 , 2.5200 , 1560.0000 , 102.2633 , 619.0476 , 2.3636 , 1.1774 , 0.8387 , 0.5179 , 0.3600 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5100 , cls_42 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5113 , cls_42 , 7.4700 , 2400.0000 , 145.1416 , 321.2851 , 2.1053 , 1.1401 , 0.6748 , 0.7369 , 3.1500 , 3.0000 , 42.1687 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5115 , cls_42 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5117 , cls_42 , 22.7700 , 7080.0000 , 247.5297 , 310.9354 , 3.6875 , 1.2125 , 0.6998 , 0.7484 , 9.6300 , 4.0000 , 42.2925 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5119 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5122 , cls_42 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5131 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5164 , cls_42 , 0.6300 , 540.0000 , 49.1353 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5165 , cls_42 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5167 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5170 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5176 , cls_42 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5177 , cls_42 , 42.3000 , 7020.0000 , 307.0844 , 165.9574 , 2.6591 , 1.1532 , 0.6756 , 0.8635 , 28.5300 , 2.0000 , 67.4468 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5180 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5191 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5192 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5199 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5211 , cls_42 , 1.0800 , 600.0000 , 46.2366 , 555.5556 , 1.4286 , 1.0790 , 0.5506 , 0.5278 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5215 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5221 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5226 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 256.3201 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5229 , cls_42 , 0.5400 , 480.0000 , 37.0783 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5235 , cls_42 , 84.3300 , 19320.0000 , 462.4050 , 229.1000 , 5.1935 , 1.2433 , 0.6061 , 0.8131 , 48.0600 , 7.0000 , 56.9904 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5264 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5265 , cls_42 , 74.5200 , 21660.0000 , 459.0477 , 290.6602 , 6.2241 , 1.2716 , 0.7143 , 0.7651 , 33.2100 , 16.0000 , 44.5652 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5266 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5281 , cls_42 , 2.2500 , 1320.0000 , 83.6038 , 586.6667 , 2.2000 , 1.1574 , 0.7453 , 0.5133 , 0.0900 , 1.0000 , 4.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5291 , cls_42 , 58.2300 , 9000.0000 , 341.5492 , 154.5595 , 2.9412 , 1.1629 , 0.5580 , 0.8712 , 39.8700 , 2.0000 , 68.4699 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5293 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5300 , cls_42 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5311 , cls_42 , 1.5300 , 780.0000 , 55.3648 , 509.8039 , 1.4444 , 1.0945 , 0.5837 , 0.5784 , 0.1800 , 1.0000 , 11.7647 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5313 , cls_42 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5330 , cls_42 , 0.9900 , 540.0000 , 45.2344 , 545.4545 , 1.2857 , 1.0663 , 0.6498 , 0.5303 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5335 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5339 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5343 , cls_42 , 0.9900 , 540.0000 , 41.1881 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5606 , 0.1800 , 1.0000 , 18.1818 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5344 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5347 , cls_42 , 0.7200 , 600.0000 , 53.0150 , 833.3333 , 1.6667 , 1.1283 , 0.7736 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5350 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5359 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5360 , cls_42 , 3.9600 , 1740.0000 , 92.7989 , 439.3939 , 2.0714 , 1.1477 , 0.6432 , 0.6515 , 0.9900 , 1.0000 , 25.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5361 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5363 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5364 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5370 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5376 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5380 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5381 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5398 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5402 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5410 , cls_42 , 1.2600 , 660.0000 , 56.3478 , 523.8095 , 1.3750 , 1.0816 , 0.6927 , 0.5595 , 0.0900 , 1.0000 , 7.1429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5415 , cls_42 , 17.6400 , 6240.0000 , 204.5395 , 353.7415 , 3.7143 , 1.2172 , 0.5614 , 0.7245 , 6.4800 , 5.0000 , 36.7347 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5421 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5424 , cls_42 , 2.9700 , 1920.0000 , 102.2464 , 646.4646 , 2.6667 , 1.1989 , 0.7639 , 0.4949 , 0.0900 , 1.0000 , 3.0303 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5431 , cls_42 , 1.3500 , 840.0000 , 56.6007 , 622.2222 , 1.7500 , 1.1245 , 0.7419 , 0.5111 , 0.1800 , 1.0000 , 13.3333 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5446 , cls_42 , 30.6900 , 5580.0000 , 228.6834 , 181.8182 , 2.5135 , 1.1462 , 0.4354 , 0.8495 , 19.8900 , 3.0000 , 64.8094 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5464 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5475 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5481 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5497 , cls_42 , 1.2600 , 960.0000 , 68.1686 , 761.9048 , 2.0000 , 1.1610 , 0.7903 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5510 , cls_42 , 0.5400 , 540.0000 , 40.5020 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5516 , cls_42 , 0.8100 , 600.0000 , 57.8233 , 740.7407 , 1.6667 , 1.1135 , 0.8024 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5519 , cls_42 , 1.4400 , 960.0000 , 67.5599 , 666.6667 , 2.0000 , 1.1448 , 0.7209 , 0.4271 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5520 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5532 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5549 , cls_42 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5561 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5568 , cls_42 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5569 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5573 , cls_42 , 7.1100 , 2700.0000 , 130.5016 , 379.7468 , 2.5000 , 1.1663 , 0.6797 , 0.6920 , 2.1600 , 3.0000 , 30.3797 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5575 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5594 , cls_42 , 1.3500 , 960.0000 , 68.9096 , 711.1111 , 2.0000 , 1.1526 , 0.7878 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5598 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5607 , cls_42 , 0.9000 , 540.0000 , 40.4518 , 600.0000 , 1.2857 , 1.0775 , 0.4907 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5632 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5636 , cls_42 , 3.7800 , 1800.0000 , 106.7857 , 476.1905 , 2.3077 , 1.1592 , 0.6854 , 0.5992 , 0.7200 , 2.0000 , 19.0476 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5648 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5655 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5711 , cls_42 , 0.5400 , 540.0000 , 48.3666 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5723 , cls_42 , 5.3100 , 2100.0000 , 109.7618 , 395.4802 , 2.1875 , 1.1514 , 0.5850 , 0.6610 , 1.0800 , 4.0000 , 20.3390 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5725 , cls_42 , 3.6000 , 1860.0000 , 118.8914 , 516.6667 , 2.3846 , 1.1709 , 0.7814 , 0.5875 , 0.7200 , 2.0000 , 20.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5734 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5737 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5740 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5745 , cls_42 , 1.4400 , 780.0000 , 55.0721 , 541.6667 , 1.6250 , 1.1014 , 0.5473 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5773 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5774 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5784 , cls_42 , 0.4500 , 480.0000 , 37.7592 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5798 , cls_42 , 1.0800 , 780.0000 , 67.4791 , 722.2222 , 1.8571 , 1.1355 , 0.8090 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5814 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5830 , cls_42 , 7.2000 , 2280.0000 , 119.1605 , 316.6667 , 2.1111 , 1.1347 , 0.5926 , 0.7438 , 3.1500 , 3.0000 , 43.7500 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5838 , cls_42 , 77.2200 , 8880.0000 , 411.9500 , 114.9961 , 2.5085 , 1.1367 , 0.6504 , 0.9040 , 59.4000 , 1.0000 , 76.9231 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5839 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5840 , cls_42 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5857 , cls_42 , 0.6300 , 480.0000 , 37.6065 , 761.9048 , 1.3333 , 1.0945 , 0.6572 , 0.3810 , 0.0900 , 1.0000 , 14.2857 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5892 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5893 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5908 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5911 , cls_42 , 0.5400 , 480.0000 , 35.7844 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5928 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5930 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5938 , cls_42 , 19.8900 , 5940.0000 , 218.0605 , 298.6425 , 3.3000 , 1.1972 , 0.7236 , 0.7534 , 8.6400 , 8.0000 , 43.4389 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5949 , cls_42 , 14.4900 , 4320.0000 , 216.1010 , 298.1366 , 2.7692 , 1.1755 , 0.7633 , 0.7536 , 6.0300 , 3.0000 , 41.6149 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5972 , cls_42 , 4.6800 , 1800.0000 , 106.8773 , 384.6154 , 2.0000 , 1.1362 , 0.5963 , 0.6955 , 1.6200 , 2.0000 , 34.6154 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5981 , cls_42 , 3.5100 , 1920.0000 , 97.0197 , 547.0085 , 2.4615 , 1.1798 , 0.6935 , 0.5641 , 0.5400 , 2.0000 , 15.3846 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5987 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5990 , cls_42 , 0.3600 , 480.0000 , 36.9061 , 1333.3333 , 2.0000 , 1.1693 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5994 , cls_42 , 2.0700 , 1080.0000 , 73.6402 , 521.7391 , 1.8000 , 1.1267 , 0.7657 , 0.5725 , 0.4500 , 1.0000 , 21.7391 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5995 , cls_42 , 24.0300 , 7140.0000 , 263.0072 , 297.1286 , 3.6061 , 1.2086 , 0.7411 , 0.7578 , 11.4300 , 5.0000 , 47.5655 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6009 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6013 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6014 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6024 , cls_42 , 1.4400 , 780.0000 , 69.8763 , 541.6667 , 1.6250 , 1.1014 , 0.7711 , 0.5417 , 0.0900 , 1.0000 , 6.2500 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6027 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6033 , cls_42 , 0.6300 , 540.0000 , 46.6930 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6045 , cls_42 , 0.7200 , 660.0000 , 41.4596 , 916.6667 , 1.8333 , 1.1497 , 0.7004 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6050 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6056 , cls_42 , 0.7200 , 540.0000 , 41.6527 , 750.0000 , 1.5000 , 1.1046 , 0.6817 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6059 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6076 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6109 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6120 , cls_42 , 3.5100 , 1620.0000 , 83.6497 , 461.5385 , 2.0769 , 1.1473 , 0.6599 , 0.6368 , 1.0800 , 1.0000 , 30.7692 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6129 , cls_42 , 18.3600 , 5040.0000 , 201.2494 , 274.5098 , 2.8966 , 1.1780 , 0.6046 , 0.7770 , 8.8200 , 4.0000 , 48.0392 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6133 , cls_42 , 2.8800 , 1680.0000 , 89.2419 , 583.3333 , 2.3333 , 1.1765 , 0.7190 , 0.5521 , 0.4500 , 2.0000 , 15.6250 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6157 , cls_42 , 0.5400 , 480.0000 , 32.3098 , 888.8889 , 1.6000 , 1.1141 , 0.5506 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6158 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6164 , cls_42 , 0.3600 , 480.0000 , 36.9061 , 1333.3333 , 2.0000 , 1.1693 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6173 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6177 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6186 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6197 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6201 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6204 , cls_42 , 8.2800 , 3000.0000 , 138.6043 , 362.3188 , 2.5000 , 1.1692 , 0.7408 , 0.7065 , 2.8800 , 3.0000 , 34.7826 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6227 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6230 , cls_42 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.0900 , 1.0000 , 14.2857 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6239 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6241 , cls_42 , 23.1300 , 5940.0000 , 226.2204 , 256.8093 , 3.0000 , 1.1826 , 0.6217 , 0.7866 , 10.7100 , 3.0000 , 46.3035 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6244 , cls_42 , 5.9400 , 1920.0000 , 126.7588 , 323.2323 , 1.8824 , 1.1233 , 0.6933 , 0.7348 , 2.3400 , 2.0000 , 39.3939 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6251 , cls_42 , 1.8900 , 1140.0000 , 65.6870 , 603.1746 , 1.9000 , 1.1481 , 0.6854 , 0.5476 , 0.3600 , 1.0000 , 19.0476 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6254 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6255 , cls_42 , 0.8100 , 480.0000 , 39.2019 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6260 , cls_42 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6262 , cls_42 , 0.5400 , 420.0000 , 32.0711 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6267 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6276 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6288 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6300 , cls_42 , 0.8100 , 660.0000 , 42.0411 , 814.8148 , 1.8333 , 1.1347 , 0.6903 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6303 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6327 , cls_42 , 0.5400 , 480.0000 , 41.1179 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6330 , cls_42 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6336 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6351 , cls_42 , 8.4600 , 3120.0000 , 176.3442 , 368.7943 , 2.6000 , 1.1739 , 0.7292 , 0.6968 , 2.6100 , 3.0000 , 30.8511 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6359 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 296.9848 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6367 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6372 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6379 , cls_42 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6389 , cls_42 , 0.8100 , 600.0000 , 40.7503 , 740.7407 , 1.6667 , 1.1135 , 0.7205 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6414 , cls_42 , 7.7400 , 4740.0000 , 165.0180 , 612.4031 , 4.1579 , 1.2575 , 0.6513 , 0.5174 , 0.3600 , 3.0000 , 4.6512 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6415 , cls_42 , 1.3500 , 720.0000 , 47.8590 , 533.3333 , 1.5000 , 1.0921 , 0.5225 , 0.5667 , 0.1800 , 1.0000 , 13.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6427 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6429 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6451 , cls_42 , 79.5600 , 17820.0000 , 482.0134 , 223.9819 , 4.9500 , 1.2368 , 0.7253 , 0.8179 , 44.8200 , 9.0000 , 56.3348 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6452 , cls_42 , 1.5300 , 1200.0000 , 64.5203 , 784.3137 , 2.2222 , 1.1839 , 0.7453 , 0.3824 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6455 , cls_42 , 8.3700 , 4200.0000 , 148.1151 , 501.7921 , 3.5000 , 1.2274 , 0.6674 , 0.5968 , 1.0800 , 4.0000 , 12.9032 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6460 , cls_42 , 0.7200 , 540.0000 , 45.2030 , 750.0000 , 1.5000 , 1.1046 , 0.7247 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6464 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6486 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6492 , cls_42 , 4.1400 , 1500.0000 , 104.1057 , 362.3188 , 1.7857 , 1.1150 , 0.7847 , 0.6993 , 1.3500 , 1.0000 , 32.6087 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6499 , cls_42 , 0.8100 , 600.0000 , 43.3093 , 740.7407 , 1.6667 , 1.1135 , 0.5416 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6502 , cls_42 , 5.0400 , 2160.0000 , 113.1763 , 428.5714 , 2.4000 , 1.1621 , 0.7148 , 0.6577 , 1.5300 , 3.0000 , 30.3571 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6507 , cls_42 , 3.0600 , 1080.0000 , 74.7767 , 352.9412 , 1.5000 , 1.0840 , 0.6300 , 0.7010 , 0.9900 , 1.0000 , 32.3529 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6508 , cls_42 , 2.2500 , 900.0000 , 67.2291 , 400.0000 , 1.5000 , 1.0809 , 0.6021 , 0.6800 , 0.8100 , 1.0000 , 36.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6529 , cls_42 , 7.5600 , 2700.0000 , 146.9638 , 357.1429 , 2.3684 , 1.1599 , 0.7459 , 0.7123 , 2.9700 , 2.0000 , 39.2857 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6530 , cls_42 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6565 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6611 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6614 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6633 , cls_42 , 10.2600 , 3000.0000 , 148.0090 , 292.3977 , 2.2727 , 1.1475 , 0.5968 , 0.7617 , 4.7700 , 2.0000 , 46.4912 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6635 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6640 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6641 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6644 , cls_42 , 1.4400 , 840.0000 , 55.2799 , 583.3333 , 1.7500 , 1.1169 , 0.6156 , 0.5521 , 0.1800 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6662 , cls_42 , 1.4400 , 960.0000 , 56.4893 , 666.6667 , 2.0000 , 1.1448 , 0.6082 , 0.4896 , 0.1800 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6663 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6676 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6685 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6686 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6697 , cls_42 , 1.8900 , 1080.0000 , 66.2656 , 571.4286 , 1.8000 , 1.1371 , 0.6739 , 0.5714 , 0.3600 , 2.0000 , 19.0476 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6710 , cls_42 , 1.8000 , 780.0000 , 54.4864 , 433.3333 , 1.4444 , 1.0763 , 0.4907 , 0.6500 , 0.5400 , 1.0000 , 30.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6719 , cls_42 , 1.6200 , 780.0000 , 58.2089 , 481.4815 , 1.4444 , 1.0880 , 0.6474 , 0.5926 , 0.2700 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6729 , cls_42 , 0.6300 , 420.0000 , 31.0908 , 666.6667 , 1.1667 , 1.0640 , 0.4757 , 0.4762 , 0.0900 , 1.0000 , 14.2857 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6760 , cls_42 , 25.2900 , 7740.0000 , 275.3553 , 306.0498 , 3.7941 , 1.2166 , 0.7142 , 0.7544 , 11.8800 , 4.0000 , 46.9751 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6774 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6777 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6778 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6784 , cls_42 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6802 , cls_42 , 0.7200 , 780.0000 , 50.2285 , 1083.3333 , 2.1667 , 1.1874 , 0.7004 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6806 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6807 , cls_42 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6814 , cls_42 , 1.6200 , 900.0000 , 56.1113 , 555.5556 , 1.6667 , 1.1176 , 0.5593 , 0.5556 , 0.2700 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6816 , cls_42 , 0.9900 , 780.0000 , 44.3844 , 787.8788 , 1.8571 , 1.1463 , 0.5170 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6829 , cls_42 , 0.8100 , 480.0000 , 40.4187 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6839 , cls_42 , 152.9100 , 40620.0000 , 652.2837 , 265.6465 , 8.1566 , 1.2957 , 0.6762 , 0.7886 , 79.9200 , 24.0000 , 52.2660 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6853 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6869 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6871 , cls_42 , 5.7600 , 2340.0000 , 110.8671 , 406.2500 , 2.4375 , 1.1626 , 0.7100 , 0.6953 , 2.4300 , 1.0000 , 42.1875 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6873 , cls_42 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6878 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6897 , cls_42 , 12.0600 , 4860.0000 , 250.4405 , 402.9851 , 3.3750 , 1.2141 , 0.8443 , 0.6654 , 3.1500 , 6.0000 , 26.1194 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6899 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6912 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6923 , cls_42 , 1.1700 , 840.0000 , 59.9292 , 717.9487 , 1.7500 , 1.1416 , 0.7763 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6936 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6937 , cls_42 , 2.2500 , 780.0000 , 64.9065 , 346.6667 , 1.3000 , 1.0524 , 0.6423 , 0.7000 , 0.7200 , 1.0000 , 32.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6940 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6942 , cls_42 , 4.2300 , 1920.0000 , 105.0688 , 453.9007 , 2.2857 , 1.1591 , 0.7255 , 0.6241 , 0.6300 , 2.0000 , 14.8936 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6945 , cls_42 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6947 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6956 , cls_42 , 23.4900 , 8520.0000 , 233.6349 , 362.7075 , 4.3030 , 1.2394 , 0.6805 , 0.7120 , 8.0100 , 6.0000 , 34.0996 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6993 , cls_42 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7007 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7010 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7011 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7026 , cls_42 , 6.8400 , 3660.0000 , 160.2649 , 535.0877 , 3.3889 , 1.2250 , 0.7825 , 0.5789 , 1.1700 , 5.0000 , 17.1053 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7027 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7032 , cls_42 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7035 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7045 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7048 , cls_42 , 0.8100 , 420.0000 , 36.2715 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7050 , cls_42 , 6.5700 , 1260.0000 , 105.5600 , 191.7808 , 1.1667 , 1.0372 , 0.5399 , 0.8311 , 3.8700 , 1.0000 , 58.9041 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7064 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7076 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7095 , cls_42 , 19.0800 , 3420.0000 , 178.8292 , 179.2453 , 1.9000 , 1.1105 , 0.4748 , 0.8491 , 12.1500 , 1.0000 , 63.6792 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7096 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7100 , cls_42 , 11.3400 , 3000.0000 , 201.1158 , 264.5503 , 2.1739 , 1.1376 , 0.8072 , 0.7738 , 5.1300 , 1.0000 , 45.2381 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7103 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7112 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7154 , cls_42 , 2.6100 , 1020.0000 , 63.9140 , 390.8046 , 1.5455 , 1.0898 , 0.4319 , 0.6954 , 1.0800 , 1.0000 , 41.3793 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7156 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7164 , cls_42 , 0.6300 , 540.0000 , 38.1053 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7167 , cls_42 , 4.0500 , 1500.0000 , 96.0250 , 370.3704 , 1.7857 , 1.1173 , 0.7297 , 0.6926 , 1.2600 , 1.0000 , 31.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7170 , cls_42 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7174 , cls_42 , 58.2300 , 11700.0000 , 396.0784 , 200.9274 , 3.8235 , 1.2024 , 0.7187 , 0.8333 , 35.1900 , 5.0000 , 60.4328 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7192 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7195 , cls_42 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7204 , cls_42 , 2.0700 , 1260.0000 , 83.8964 , 608.6957 , 2.1000 , 1.1577 , 0.7657 , 0.5217 , 0.0900 , 1.0000 , 4.3478 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7208 , cls_42 , 1.1700 , 480.0000 , 41.7589 , 410.2564 , 1.0000 , 1.0222 , 0.4827 , 0.6282 , 0.1800 , 1.0000 , 15.3846 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7210 , cls_42 , 0.7200 , 540.0000 , 38.7617 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7230 , cls_42 , 21.3300 , 6600.0000 , 244.4913 , 309.4233 , 3.5484 , 1.2075 , 0.6666 , 0.7560 , 10.0800 , 3.0000 , 47.2574 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7248 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7273 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7274 , cls_42 , 0.6300 , 540.0000 , 42.9499 , 857.1429 , 1.5000 , 1.1214 , 0.7215 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7275 , cls_42 , 4.4100 , 1740.0000 , 105.3159 , 394.5578 , 2.0714 , 1.1362 , 0.6957 , 0.6803 , 1.3500 , 3.0000 , 30.6122 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7279 , cls_42 , 17.6400 , 4140.0000 , 182.7899 , 234.6939 , 2.4643 , 1.1493 , 0.6196 , 0.8078 , 9.9000 , 2.0000 , 56.1224 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7304 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7313 , cls_42 , 16.9200 , 2340.0000 , 181.6292 , 138.2979 , 1.3929 , 1.0585 , 0.6188 , 0.8777 , 11.7000 , 1.0000 , 69.1489 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7339 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7340 , cls_42 , 1.2600 , 660.0000 , 53.1725 , 523.8095 , 1.3750 , 1.0816 , 0.7078 , 0.5714 , 0.1800 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7342 , cls_42 , 0.6300 , 420.0000 , 36.7148 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7344 , cls_42 , 0.5400 , 420.0000 , 32.0363 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7356 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7363 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7402 , cls_42 , 1.8900 , 1200.0000 , 65.6930 , 634.9206 , 2.0000 , 1.1585 , 0.5886 , 0.5000 , 0.0900 , 1.0000 , 4.7619 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7409 , cls_42 , 0.6300 , 540.0000 , 38.7134 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7418 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7428 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7446 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7451 , cls_42 , 37.8900 , 14520.0000 , 435.7140 , 383.2146 , 5.7619 , 1.2763 , 0.8462 , 0.6880 , 11.9700 , 12.0000 , 31.5914 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7455 , cls_42 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7456 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7458 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7480 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7502 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7513 , cls_42 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7516 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7517 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7520 , cls_42 , 0.9000 , 420.0000 , 35.1126 , 466.6667 , 1.0000 , 1.0223 , 0.3634 , 0.6000 , 0.1800 , 1.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7527 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7548 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7555 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7559 , cls_42 , 0.5400 , 540.0000 , 46.8398 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7569 , cls_42 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7570 , cls_42 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7571 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7587 , cls_42 , 1.1700 , 540.0000 , 44.0823 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6154 , 0.2700 , 1.0000 , 23.0769 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7609 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7623 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7628 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7641 , cls_42 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7644 , cls_42 , 20.4300 , 6900.0000 , 292.5660 , 337.7386 , 3.7097 , 1.2191 , 0.7812 , 0.7261 , 8.4600 , 4.0000 , 41.4097 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7669 , cls_42 , 1.8000 , 1140.0000 , 100.8014 , 633.3333 , 2.1111 , 1.1538 , 0.8493 , 0.4750 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7682 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7689 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7690 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7713 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7720 , cls_42 , 43.3800 , 6900.0000 , 305.6331 , 159.0595 , 2.6136 , 1.1483 , 0.4838 , 0.8655 , 29.2500 , 4.0000 , 67.4274 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7745 , cls_42 , 10.3500 , 2340.0000 , 141.6500 , 226.0870 , 1.7727 , 1.1036 , 0.6555 , 0.8159 , 6.2100 , 2.0000 , 60.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7778 , cls_42 , 3.6000 , 1200.0000 , 80.6312 , 333.3333 , 1.5385 , 1.0873 , 0.5327 , 0.7333 , 1.6200 , 1.0000 , 45.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7782 , cls_42 , 0.4500 , 540.0000 , 37.0110 , 1200.0000 , 1.8000 , 1.1663 , 0.6255 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7789 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7793 , cls_42 , 1.5300 , 660.0000 , 52.9025 , 431.3725 , 1.2222 , 1.0598 , 0.6268 , 0.6275 , 0.2700 , 1.0000 , 17.6471 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7814 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7819 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7822 , cls_42 , 1.8900 , 840.0000 , 58.0491 , 444.4444 , 1.4000 , 1.0860 , 0.5617 , 0.6349 , 0.4500 , 1.0000 , 23.8095 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7839 , cls_42 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7851 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 313.2092 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7863 , cls_42 , 0.5400 , 600.0000 , 39.2951 , 1111.1111 , 2.0000 , 1.1661 , 0.6180 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7866 , cls_42 , 6.9300 , 2100.0000 , 123.1192 , 303.0303 , 1.9444 , 1.1239 , 0.6983 , 0.7424 , 2.9700 , 1.0000 , 42.8571 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7877 , cls_42 , 6.8400 , 2760.0000 , 172.4197 , 403.5088 , 2.5556 , 1.1743 , 0.8562 , 0.6645 , 1.6200 , 1.0000 , 23.6842 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7912 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7922 , cls_42 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7929 , cls_42 , 0.8100 , 480.0000 , 37.0980 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5370 , 0.1800 , 1.0000 , 22.2222 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7942 , cls_42 , 38.0700 , 9060.0000 , 285.5949 , 237.9827 , 3.5952 , 1.2024 , 0.7126 , 0.8105 , 21.6000 , 7.0000 , 56.7376 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7947 , cls_42 , 20.3400 , 6180.0000 , 248.8412 , 303.8348 , 3.3226 , 1.2015 , 0.7233 , 0.7507 , 8.6400 , 6.0000 , 42.4779 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7949 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7969 , cls_42 , 2.3400 , 720.0000 , 60.0625 , 307.6923 , 1.0909 , 1.0323 , 0.4292 , 0.7372 , 0.9900 , 1.0000 , 42.3077 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7979 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7989 , cls_42 , 0.6300 , 540.0000 , 42.0219 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7995 , cls_42 , 2.7900 , 960.0000 , 69.6769 , 344.0860 , 1.3333 , 1.0708 , 0.6053 , 0.7151 , 1.0800 , 1.0000 , 38.7097 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8002 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8015 , cls_42 , 3.6000 , 1080.0000 , 75.9082 , 300.0000 , 1.3846 , 1.0673 , 0.4749 , 0.7500 , 1.6200 , 1.0000 , 45.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8031 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8033 , cls_42 , 4.6800 , 2040.0000 , 98.0119 , 435.8974 , 2.2667 , 1.1595 , 0.6082 , 0.6442 , 1.0800 , 3.0000 , 23.0769 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8063 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8067 , cls_42 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8071 , cls_42 , 4.1400 , 1620.0000 , 95.6685 , 391.3043 , 1.9286 , 1.1295 , 0.7100 , 0.6739 , 1.3500 , 1.0000 , 32.6087 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8079 , cls_42 , 0.7200 , 420.0000 , 35.9030 , 583.3333 , 1.1667 , 1.0480 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8097 , cls_42 , 6.2100 , 2160.0000 , 113.8975 , 347.8261 , 2.1176 , 1.1401 , 0.7032 , 0.7198 , 2.6100 , 2.0000 , 42.0290 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8101 , cls_42 , 0.8100 , 420.0000 , 34.7671 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8102 , cls_42 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8106 , cls_42 , 15.9300 , 5700.0000 , 264.2346 , 357.8154 , 3.5185 , 1.2125 , 0.8567 , 0.7081 , 5.4000 , 7.0000 , 33.8983 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8112 , cls_42 , 4.4100 , 1980.0000 , 101.8501 , 448.9796 , 2.3571 , 1.1604 , 0.6880 , 0.6429 , 1.0800 , 1.0000 , 24.4898 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8122 , cls_42 , 0.8100 , 600.0000 , 48.0474 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.4074 , 0.0900 , 1.0000 , 11.1111 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8128 , cls_42 , 6.6600 , 2340.0000 , 153.9868 , 351.3514 , 2.1667 , 1.1474 , 0.7170 , 0.7050 , 2.1600 , 4.0000 , 32.4324 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8150 , cls_42 , 7.1100 , 2160.0000 , 121.2458 , 303.7975 , 2.0000 , 1.1263 , 0.7042 , 0.7532 , 3.4200 , 1.0000 , 48.1013 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8156 , cls_42 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8186 , cls_42 , 0.9000 , 660.0000 , 50.2851 , 733.3333 , 1.5714 , 1.1216 , 0.7913 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8196 , cls_42 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8202 , cls_42 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8204 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8226 , cls_42 , 1.8900 , 780.0000 , 56.5171 , 412.6984 , 1.3000 , 1.0710 , 0.5390 , 0.6508 , 0.4500 , 1.0000 , 23.8095 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8242 , cls_42 , 3.1500 , 1020.0000 , 72.9355 , 323.8095 , 1.4167 , 1.0700 , 0.4993 , 0.7238 , 1.1700 , 1.0000 , 37.1429 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8251 , cls_42 , 1.1700 , 600.0000 , 50.9395 , 512.8205 , 1.2500 , 1.0698 , 0.7146 , 0.5641 , 0.0900 , 1.0000 , 7.6923 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8254 , cls_42 , 4.4100 , 1560.0000 , 91.9564 , 353.7415 , 1.8571 , 1.1158 , 0.5446 , 0.7075 , 1.6200 , 2.0000 , 36.7347 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8266 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8271 , cls_42 , 19.4400 , 5640.0000 , 220.0997 , 290.1235 , 3.1333 , 1.1909 , 0.6008 , 0.7647 , 8.7300 , 2.0000 , 44.9074 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8282 , cls_42 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8308 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8337 , cls_42 , 0.5400 , 540.0000 , 47.0808 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8339 , cls_42 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8345 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8358 , cls_42 , 2.7000 , 1080.0000 , 88.8890 , 400.0000 , 1.6364 , 1.0973 , 0.7191 , 0.6611 , 0.6300 , 2.0000 , 23.3333 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8367 , cls_42 , 4.1400 , 1860.0000 , 150.5240 , 449.2754 , 2.2143 , 1.1555 , 0.8277 , 0.6232 , 0.7200 , 2.0000 , 17.3913 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8370 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8413 , cls_42 , 0.7200 , 420.0000 , 33.6163 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.0900 , 1.0000 , 12.5000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8415 , cls_42 , 0.5400 , 480.0000 , 42.2327 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8420 , cls_42 , 0.9900 , 420.0000 , 37.5926 , 424.2424 , 1.0000 , 1.0117 , 0.4398 , 0.6212 , 0.1800 , 1.0000 , 18.1818 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8441 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8448 , cls_42 , 0.8100 , 420.0000 , 35.4002 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8489 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8490 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8492 , cls_42 , 4.5000 , 1500.0000 , 93.6040 , 333.3333 , 1.6667 , 1.1063 , 0.5945 , 0.7267 , 1.8900 , 1.0000 , 42.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8523 , cls_42 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8525 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8554 , cls_42 , 18.1800 , 4800.0000 , 220.7361 , 264.0264 , 2.7586 , 1.1709 , 0.6315 , 0.7789 , 8.4600 , 2.0000 , 46.5347 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8561 , cls_42 , 1.0800 , 660.0000 , 52.3711 , 611.1111 , 1.5714 , 1.0996 , 0.6944 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8577 , cls_42 , 4.8600 , 3000.0000 , 125.7315 , 617.2840 , 3.3333 , 1.2269 , 0.7366 , 0.4969 , 0.2700 , 2.0000 , 5.5556 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8595 , cls_42 , 3.5100 , 1680.0000 , 92.4869 , 478.6325 , 2.1538 , 1.1543 , 0.7793 , 0.6111 , 0.6300 , 1.0000 , 17.9487 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8600 , cls_42 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8602 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8606 , cls_42 , 35.8200 , 8400.0000 , 314.3259 , 234.5059 , 3.5000 , 1.1963 , 0.7001 , 0.8036 , 18.7200 , 3.0000 , 52.2613 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8608 , cls_42 , 1.5300 , 1080.0000 , 73.6734 , 705.8824 , 2.0000 , 1.1620 , 0.6670 , 0.4314 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8614 , cls_42 , 0.7200 , 540.0000 , 46.7723 , 750.0000 , 1.5000 , 1.1046 , 0.7453 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8640 , cls_42 , 11.2500 , 3360.0000 , 187.9020 , 298.6667 , 2.4348 , 1.1579 , 0.7659 , 0.7507 , 4.7700 , 2.0000 , 42.4000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8654 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8655 , cls_42 , 0.9900 , 600.0000 , 47.8791 , 606.0606 , 1.4286 , 1.0892 , 0.6584 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8672 , cls_42 , 2.9700 , 1500.0000 , 90.5510 , 505.0505 , 2.0833 , 1.1510 , 0.7438 , 0.5909 , 0.5400 , 2.0000 , 18.1818 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8688 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8700 , cls_42 , 1.8000 , 780.0000 , 54.6266 , 433.3333 , 1.4444 , 1.0763 , 0.5609 , 0.6500 , 0.5400 , 1.0000 , 30.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8705 , cls_42 , 0.8100 , 480.0000 , 40.4187 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8711 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8715 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8725 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8731 , cls_42 , 1.0800 , 660.0000 , 50.4136 , 611.1111 , 1.5714 , 1.0996 , 0.7495 , 0.5139 , 0.0900 , 1.0000 , 8.3333 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8732 , cls_42 , 16.3800 , 3960.0000 , 230.1076 , 241.7582 , 2.4444 , 1.1490 , 0.7558 , 0.7995 , 8.6400 , 3.0000 , 52.7473 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8762 , cls_42 , 0.9000 , 540.0000 , 41.6285 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5000 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8769 , cls_42 , 3.3300 , 1200.0000 , 80.8445 , 360.3604 , 1.5385 , 1.0955 , 0.6751 , 0.6937 , 0.9900 , 1.0000 , 29.7297 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8776 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8777 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8794 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8797 , cls_42 , 4.9500 , 2220.0000 , 203.1438 , 448.4848 , 2.4667 , 1.1691 , 0.9223 , 0.5909 , 0.1800 , 2.0000 , 3.6364 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8809 , cls_42 , 23.9400 , 10440.0000 , 274.9594 , 436.0902 , 5.2727 , 1.2703 , 0.7000 , 0.6554 , 7.0200 , 6.0000 , 29.3233 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8859 , cls_42 , 1.2600 , 600.0000 , 45.2082 , 476.1905 , 1.2500 , 1.0614 , 0.5652 , 0.6071 , 0.2700 , 1.0000 , 21.4286 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8866 , cls_42 , 1.8900 , 1140.0000 , 71.6573 , 603.1746 , 1.9000 , 1.1481 , 0.7243 , 0.5159 , 0.2700 , 1.0000 , 14.2857 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8883 , cls_42 , 133.5600 , 31620.0000 , 834.1392 , 236.7475 , 6.7564 , 1.2726 , 0.8324 , 0.8063 , 72.9000 , 23.0000 , 54.5822 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8891 , cls_42 , 0.5400 , 480.0000 , 44.0957 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8896 , cls_42 , 0.8100 , 600.0000 , 39.6130 , 740.7407 , 1.6667 , 1.1135 , 0.5416 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8915 , cls_42 , 1.2600 , 780.0000 , 49.5741 , 619.0476 , 1.6250 , 1.1170 , 0.4757 , 0.5119 , 0.0900 , 1.0000 , 7.1429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8916 , cls_42 , 0.9900 , 840.0000 , 55.6805 , 848.4848 , 2.0000 , 1.1624 , 0.7704 , 0.3333 , 0.0900 , 1.0000 , 9.0909 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8919 , cls_42 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8923 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8924 , cls_42 , 31.8600 , 9840.0000 , 292.6208 , 308.8512 , 4.3158 , 1.2323 , 0.7125 , 0.7481 , 13.5900 , 7.0000 , 42.6554 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8949 , cls_42 , 1.8900 , 1140.0000 , 60.8363 , 603.1746 , 1.9000 , 1.1481 , 0.5886 , 0.5238 , 0.3600 , 1.0000 , 19.0476 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8968 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8977 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8996 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8998 , cls_42 , 1.5300 , 780.0000 , 51.8613 , 509.8039 , 1.4444 , 1.0945 , 0.5916 , 0.5882 , 0.2700 , 1.0000 , 17.6471 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9011 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9029 , cls_42 , 3.6000 , 960.0000 , 75.5161 , 266.6667 , 1.2308 , 1.0448 , 0.4008 , 0.7667 , 1.6200 , 1.0000 , 45.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9030 , cls_42 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9032 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9046 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9051 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9075 , cls_42 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9076 , cls_42 , 1.8900 , 1080.0000 , 99.1998 , 571.4286 , 1.8000 , 1.1371 , 0.8169 , 0.5159 , 0.0900 , 1.0000 , 4.7619 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9111 , cls_42 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9120 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9135 , cls_42 , 1.5300 , 1080.0000 , 64.3678 , 705.8824 , 2.0000 , 1.1620 , 0.7035 , 0.4510 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9144 , cls_42 , 0.7200 , 480.0000 , 40.9825 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9145 , cls_42 , 1.3500 , 780.0000 , 71.3831 , 577.7778 , 1.6250 , 1.1089 , 0.7753 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9149 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9158 , cls_42 , 0.8100 , 660.0000 , 48.1827 , 814.8148 , 1.8333 , 1.1347 , 0.7453 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9168 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9178 , cls_42 , 1.8900 , 1080.0000 , 59.7339 , 571.4286 , 1.8000 , 1.1371 , 0.5886 , 0.5714 , 0.4500 , 1.0000 , 23.8095 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9195 , cls_42 , 6.4800 , 2820.0000 , 127.5831 , 435.1852 , 2.7647 , 1.1839 , 0.6592 , 0.6597 , 1.9800 , 2.0000 , 30.5556 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9201 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9204 , cls_42 , 28.3500 , 10560.0000 , 311.0530 , 372.4868 , 4.8889 , 1.2550 , 0.8042 , 0.7021 , 8.7300 , 9.0000 , 30.7937 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9222 , cls_42 , 20.1600 , 7680.0000 , 275.9947 , 380.9524 , 4.2667 , 1.2379 , 0.7993 , 0.6830 , 5.1300 , 12.0000 , 25.4464 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9224 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9225 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9226 , cls_42 , 27.4500 , 7860.0000 , 262.6833 , 286.3388 , 3.7429 , 1.2111 , 0.7196 , 0.7617 , 11.7900 , 6.0000 , 42.9508 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9230 , cls_42 , 3.7800 , 1920.0000 , 104.8291 , 507.9365 , 2.4615 , 1.1715 , 0.7109 , 0.5952 , 0.6300 , 5.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9234 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9237 , cls_42 , 8.4600 , 2640.0000 , 173.1770 , 312.0567 , 2.2000 , 1.1444 , 0.7177 , 0.7394 , 3.4200 , 2.0000 , 40.4255 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9238 , cls_42 , 0.7200 , 480.0000 , 38.7036 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9260 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9266 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9273 , cls_42 , 1.0800 , 960.0000 , 67.7451 , 888.8889 , 2.2857 , 1.1802 , 0.8137 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9275 , cls_42 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9276 , cls_42 , 0.7200 , 420.0000 , 34.3237 , 583.3333 , 1.1667 , 1.0480 , 0.4341 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9287 , cls_42 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9315 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9351 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9352 , cls_42 , 0.9900 , 600.0000 , 51.5171 , 606.0606 , 1.4286 , 1.0892 , 0.7357 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9362 , cls_42 , 0.8100 , 480.0000 , 39.0222 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9372 , cls_42 , 0.7200 , 420.0000 , 33.5470 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9388 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9390 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9410 , cls_42 , 1.8000 , 720.0000 , 55.8211 , 400.0000 , 1.3333 , 1.0600 , 0.5195 , 0.6667 , 0.5400 , 1.0000 , 30.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9452 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9456 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9477 , cls_42 , 5.4000 , 2460.0000 , 109.3442 , 455.5556 , 2.5625 , 1.1786 , 0.5870 , 0.6417 , 1.0800 , 4.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9484 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9497 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9500 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9521 , cls_42 , 3.3300 , 2040.0000 , 107.0136 , 612.6126 , 2.6154 , 1.1974 , 0.7969 , 0.5225 , 0.2700 , 1.0000 , 8.1081 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9524 , cls_42 , 0.6300 , 600.0000 , 44.2024 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9528 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9529 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9531 , cls_42 , 0.7200 , 600.0000 , 39.9161 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9539 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9551 , cls_42 , 0.6300 , 420.0000 , 31.0908 , 666.6667 , 1.1667 , 1.0640 , 0.4757 , 0.4762 , 0.0900 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9555 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9558 , cls_42 , 22.8600 , 4920.0000 , 206.7875 , 215.2231 , 2.5625 , 1.1531 , 0.5997 , 0.8222 , 13.2300 , 2.0000 , 57.8740 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9572 , cls_42 , 0.9000 , 660.0000 , 57.4686 , 733.3333 , 1.5714 , 1.1216 , 0.7805 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9577 , cls_42 , 7.0200 , 3600.0000 , 146.7479 , 512.8205 , 3.3333 , 1.2192 , 0.6944 , 0.5919 , 1.3500 , 3.0000 , 19.2308 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9578 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9601 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9605 , cls_42 , 0.9000 , 540.0000 , 39.0636 , 600.0000 , 1.2857 , 1.0775 , 0.4907 , 0.5167 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9612 , cls_42 , 1.5300 , 1140.0000 , 70.4871 , 745.0980 , 2.1111 , 1.1733 , 0.7453 , 0.4020 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9620 , cls_42 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9632 , cls_42 , 0.9900 , 600.0000 , 43.8846 , 606.0606 , 1.4286 , 1.0892 , 0.6584 , 0.5152 , 0.0900 , 1.0000 , 9.0909 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9644 , cls_42 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9645 , cls_42 , 5.7600 , 2820.0000 , 113.5251 , 489.5833 , 2.9375 , 1.1966 , 0.6262 , 0.5938 , 0.9000 , 5.0000 , 15.6250 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9654 , cls_42 , 1.0800 , 600.0000 , 46.8715 , 555.5556 , 1.4286 , 1.0790 , 0.6273 , 0.5278 , 0.0900 , 1.0000 , 8.3333 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9663 , cls_42 , 5.0400 , 2280.0000 , 135.3943 , 452.3810 , 2.5333 , 1.1721 , 0.7398 , 0.6310 , 1.2600 , 3.0000 , 25.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9669 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9674 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9675 , cls_42 , 0.7200 , 420.0000 , 33.5470 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9697 , cls_42 , 1.2600 , 960.0000 , 76.6740 , 761.9048 , 2.0000 , 1.1610 , 0.7772 , 0.3929 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9702 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9746 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9750 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9757 , cls_42 , 2.4300 , 780.0000 , 61.1312 , 320.9877 , 1.1818 , 1.0443 , 0.4711 , 0.7284 , 0.9900 , 1.0000 , 40.7407 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9758 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 371.0795 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9785 , cls_42 , 127.2600 , 20640.0000 , 529.1253 , 162.1876 , 4.5263 , 1.2163 , 0.5404 , 0.8681 , 88.6500 , 8.0000 , 69.6605 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9799 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9800 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9816 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9824 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9830 , cls_42 , 4.9500 , 1980.0000 , 105.0304 , 400.0000 , 2.2000 , 1.1480 , 0.6066 , 0.6818 , 1.7100 , 2.0000 , 34.5455 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9848 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9853 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9879 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9882 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9888 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9897 , cls_42 , 0.5400 , 600.0000 , 48.1217 , 1111.1111 , 2.0000 , 1.1661 , 0.8090 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9902 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9915 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9932 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9943 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9947 , cls_42 , 0.5400 , 480.0000 , 47.1916 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9948 , cls_42 , 3.4200 , 1320.0000 , 75.8843 , 385.9649 , 1.6923 , 1.1109 , 0.4308 , 0.6754 , 0.9000 , 2.0000 , 26.3158 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9950 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 391.1521 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9955 , cls_42 , 1.4400 , 600.0000 , 53.1915 , 416.6667 , 1.2500 , 1.0466 , 0.6156 , 0.6250 , 0.1800 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9960 , cls_42 , 2.7000 , 1260.0000 , 77.8574 , 466.6667 , 1.9091 , 1.1276 , 0.7212 , 0.6111 , 0.5400 , 1.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9965 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9967 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9969 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9977 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9985 , cls_42 , 23.0400 , 6480.0000 , 293.3351 , 281.2500 , 3.3750 , 1.1970 , 0.7183 , 0.7682 , 11.1600 , 5.0000 , 48.4375 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9992 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9993 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10000 , cls_42 , 8.7300 , 4200.0000 , 182.0783 , 481.0997 , 3.5000 , 1.2229 , 0.8386 , 0.6151 , 1.7100 , 5.0000 , 19.5876 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10012 , cls_42 , 0.6300 , 480.0000 , 45.8183 , 761.9048 , 1.3333 , 1.0945 , 0.7772 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10013 , cls_42 , 1.5300 , 720.0000 , 54.8926 , 470.5882 , 1.3333 , 1.0779 , 0.5916 , 0.6078 , 0.2700 , 1.0000 , 17.6471 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10019 , cls_42 , 11.9700 , 4740.0000 , 161.5208 , 395.9900 , 3.2917 , 1.2106 , 0.6565 , 0.6905 , 4.5900 , 2.0000 , 38.3459 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10025 , cls_42 , 0.9900 , 540.0000 , 44.1728 , 545.4545 , 1.2857 , 1.0663 , 0.6584 , 0.5455 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10039 , cls_42 , 0.9900 , 660.0000 , 52.8793 , 666.6667 , 1.5714 , 1.1100 , 0.7357 , 0.4394 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10041 , cls_42 , 7.5600 , 2520.0000 , 132.5023 , 333.3333 , 2.2105 , 1.1476 , 0.6505 , 0.7242 , 2.7900 , 3.0000 , 36.9048 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10051 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10055 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10059 , cls_42 , 2.8800 , 1680.0000 , 106.2296 , 583.3333 , 2.3333 , 1.1765 , 0.8221 , 0.5417 , 0.3600 , 2.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10079 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10114 , cls_42 , 0.9900 , 720.0000 , 54.3142 , 727.2727 , 1.7143 , 1.1289 , 0.7199 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10121 , cls_42 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10125 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10127 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10135 , cls_42 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10139 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10146 , cls_42 , 0.5400 , 480.0000 , 41.3948 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 331.3608 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10161 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10166 , cls_42 , 3.1500 , 1620.0000 , 86.2909 , 514.2857 , 2.2500 , 1.1593 , 0.7283 , 0.5952 , 0.6300 , 1.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10172 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10179 , cls_42 , 1.8900 , 1200.0000 , 66.4016 , 634.9206 , 2.0000 , 1.1585 , 0.6996 , 0.5000 , 0.1800 , 1.0000 , 9.5238 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10186 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10201 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10230 , cls_42 , 1.6200 , 1080.0000 , 59.2958 , 666.6667 , 2.0000 , 1.1552 , 0.5676 , 0.4815 , 0.0900 , 1.0000 , 5.5556 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10237 , cls_42 , 0.5400 , 540.0000 , 41.2399 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10241 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10246 , cls_42 , 0.8100 , 480.0000 , 38.9712 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.0900 , 1.0000 , 11.1111 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10247 , cls_42 , 6.9300 , 2760.0000 , 132.0227 , 398.2684 , 2.5556 , 1.1729 , 0.7116 , 0.6710 , 2.1600 , 3.0000 , 31.1688 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10257 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10272 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10281 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10286 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10296 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10298 , cls_42 , 10.0800 , 3300.0000 , 167.1875 , 327.3810 , 2.5000 , 1.1658 , 0.7562 , 0.7351 , 4.2300 , 1.0000 , 41.9643 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10307 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10313 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10340 , cls_42 , 28.7100 , 4500.0000 , 236.3253 , 156.7398 , 2.0833 , 1.1180 , 0.6514 , 0.8689 , 20.0700 , 2.0000 , 69.9060 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10351 , cls_42 , 18.9000 , 5220.0000 , 225.5137 , 276.1905 , 3.0000 , 1.1809 , 0.7081 , 0.7746 , 9.1800 , 3.0000 , 48.5714 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10353 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10362 , cls_42 , 6.3000 , 1980.0000 , 115.2883 , 314.2857 , 1.9412 , 1.1229 , 0.6435 , 0.7524 , 3.0600 , 1.0000 , 48.5714 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10363 , cls_42 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.1800 , 1.0000 , 22.2222 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10368 , cls_42 , 3.5100 , 1200.0000 , 74.3882 , 341.8803 , 1.5385 , 1.0900 , 0.4158 , 0.7393 , 1.7100 , 1.0000 , 48.7179 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10373 , cls_42 , 0.5400 , 420.0000 , 32.6544 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10374 , cls_42 , 17.1900 , 7080.0000 , 282.0512 , 411.8674 , 4.2143 , 1.2408 , 0.8160 , 0.6684 , 5.2200 , 7.0000 , 30.3665 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10385 , cls_42 , 1.0800 , 600.0000 , 44.9296 , 555.5556 , 1.4286 , 1.0790 , 0.7062 , 0.5556 , 0.1800 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10402 , cls_42 , 0.9000 , 480.0000 , 36.9458 , 533.3333 , 1.1429 , 1.0516 , 0.3634 , 0.5667 , 0.1800 , 1.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10405 , cls_42 , 21.6000 , 5460.0000 , 220.1137 , 252.7778 , 2.9355 , 1.1754 , 0.6898 , 0.7896 , 10.8900 , 2.0000 , 50.4167 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10406 , cls_42 , 1.8000 , 900.0000 , 60.1571 , 500.0000 , 1.6667 , 1.1055 , 0.6512 , 0.6000 , 0.3600 , 1.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10413 , cls_42 , 2.9700 , 1140.0000 , 72.8160 , 383.8384 , 1.5833 , 1.0977 , 0.6556 , 0.7020 , 1.2600 , 1.0000 , 42.4242 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10431 , cls_42 , 0.6300 , 420.0000 , 34.1318 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10438 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10447 , cls_42 , 11.0700 , 5820.0000 , 210.5765 , 525.7453 , 4.2174 , 1.2541 , 0.8307 , 0.5867 , 1.8900 , 8.0000 , 17.0732 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10462 , cls_42 , 1.8000 , 900.0000 , 59.5791 , 500.0000 , 1.6667 , 1.1055 , 0.6559 , 0.6167 , 0.5400 , 1.0000 , 30.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10464 , cls_42 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10471 , cls_42 , 1.1700 , 960.0000 , 59.9752 , 820.5128 , 2.0000 , 1.1702 , 0.7566 , 0.3718 , 0.0900 , 1.0000 , 7.6923 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10484 , cls_42 , 33.8400 , 3900.0000 , 231.5765 , 115.2482 , 1.6667 , 1.0811 , 0.4824 , 0.9051 , 26.0100 , 1.0000 , 76.8617 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10490 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10496 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10500 , cls_42 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10511 , cls_42 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10515 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10517 , cls_42 , 3.5100 , 1440.0000 , 85.5666 , 410.2564 , 1.8462 , 1.1248 , 0.6667 , 0.6624 , 0.9900 , 1.0000 , 28.2051 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10533 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10550 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10551 , cls_42 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10552 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10564 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10570 , cls_42 , 1.3500 , 840.0000 , 51.6788 , 622.2222 , 1.7500 , 1.1245 , 0.6327 , 0.5000 , 0.1800 , 1.0000 , 13.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10574 , cls_42 , 5.8500 , 2820.0000 , 167.9123 , 482.0513 , 2.7647 , 1.1949 , 0.7551 , 0.6179 , 1.5300 , 2.0000 , 26.1538 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10576 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10583 , cls_42 , 0.9000 , 600.0000 , 48.0292 , 666.6667 , 1.4286 , 1.1006 , 0.7453 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10585 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10586 , cls_42 , 2.6100 , 1320.0000 , 105.8402 , 505.7471 , 2.0000 , 1.1405 , 0.8225 , 0.5805 , 0.3600 , 1.0000 , 13.7931 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10591 , cls_42 , 7.0200 , 2220.0000 , 127.9253 , 316.2393 , 2.0556 , 1.1325 , 0.6754 , 0.7436 , 2.8800 , 2.0000 , 41.0256 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10601 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10615 , cls_42 , 1.6200 , 1140.0000 , 71.4895 , 703.7037 , 2.1111 , 1.1663 , 0.6474 , 0.4352 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10637 , cls_42 , 0.7200 , 480.0000 , 37.7396 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10644 , cls_42 , 4.7700 , 1980.0000 , 107.2019 , 415.0943 , 2.2000 , 1.1519 , 0.7091 , 0.6604 , 1.5300 , 2.0000 , 32.0755 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10645 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10646 , cls_42 , 21.0600 , 4020.0000 , 186.6366 , 190.8832 , 2.1613 , 1.1279 , 0.4916 , 0.8447 , 13.5000 , 1.0000 , 64.1026 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10649 , cls_42 , 3.4200 , 1020.0000 , 72.4144 , 298.2456 , 1.3077 , 1.0615 , 0.4308 , 0.7544 , 1.6200 , 1.0000 , 47.3684 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10656 , cls_42 , 3.0600 , 1740.0000 , 102.2772 , 568.6275 , 2.4167 , 1.1764 , 0.7014 , 0.5441 , 0.4500 , 2.0000 , 14.7059 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10662 , cls_42 , 17.1900 , 4260.0000 , 192.8121 , 247.8185 , 2.5357 , 1.1565 , 0.6555 , 0.7976 , 8.1000 , 3.0000 , 47.1204 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10670 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10671 , cls_42 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10675 , cls_42 , 1.0800 , 900.0000 , 64.5547 , 833.3333 , 2.1429 , 1.1663 , 0.8090 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10697 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10700 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10701 , cls_42 , 1.9800 , 660.0000 , 57.0215 , 333.3333 , 1.1000 , 1.0322 , 0.4715 , 0.7045 , 0.6300 , 1.0000 , 31.8182 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10710 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10714 , cls_42 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10715 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10733 , cls_42 , 0.7200 , 600.0000 , 46.0886 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10770 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10775 , cls_42 , 2.8800 , 1440.0000 , 100.3773 , 500.0000 , 2.0000 , 1.1465 , 0.7963 , 0.5885 , 0.3600 , 1.0000 , 12.5000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10779 , cls_42 , 4.2300 , 1380.0000 , 92.7000 , 326.2411 , 1.6429 , 1.0971 , 0.7340 , 0.7411 , 1.9800 , 1.0000 , 46.8085 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10786 , cls_42 , 6.3000 , 2520.0000 , 116.8643 , 400.0000 , 2.4706 , 1.1666 , 0.6175 , 0.6714 , 1.6200 , 3.0000 , 25.7143 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10799 , cls_42 , 80.3700 , 14220.0000 , 426.6532 , 176.9317 , 3.9500 , 1.2026 , 0.6305 , 0.8578 , 53.3700 , 6.0000 , 66.4054 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10820 , cls_42 , 0.8100 , 540.0000 , 41.7542 , 666.6667 , 1.5000 , 1.0901 , 0.7135 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10824 , cls_42 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10825 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10826 , cls_42 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10868 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10869 , cls_42 , 140.1300 , 17820.0000 , 516.4930 , 127.1676 , 3.7595 , 1.1873 , 0.6805 , 0.8938 , 103.5900 , 3.0000 , 73.9242 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10870 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10871 , cls_42 , 3.4200 , 1440.0000 , 89.8853 , 421.0526 , 1.8462 , 1.1276 , 0.6278 , 0.6579 , 0.9900 , 2.0000 , 28.9474 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10875 , cls_42 , 0.9000 , 420.0000 , 36.0266 , 466.6667 , 1.0000 , 1.0223 , 0.3634 , 0.6000 , 0.1800 , 1.0000 , 20.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10876 , cls_42 , 1.7100 , 720.0000 , 53.2556 , 421.0526 , 1.3333 , 1.0656 , 0.5829 , 0.6316 , 0.3600 , 1.0000 , 21.0526 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10882 , cls_42 , 1.3500 , 600.0000 , 45.9471 , 444.4444 , 1.2500 , 1.0537 , 0.5342 , 0.6333 , 0.3600 , 1.0000 , 26.6667 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10888 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10900 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10903 , cls_42 , 109.6200 , 21240.0000 , 532.9304 , 193.7603 , 5.0571 , 1.2335 , 0.7045 , 0.8406 , 68.1300 , 8.0000 , 62.1511 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10904 , cls_42 , 1.9800 , 960.0000 , 72.2788 , 484.8485 , 1.6000 , 1.1079 , 0.6704 , 0.5758 , 0.2700 , 1.0000 , 13.6364 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10906 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10909 , cls_42 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10910 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10911 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10912 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10920 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10925 , cls_42 , 0.8100 , 720.0000 , 48.5852 , 888.8889 , 2.0000 , 1.1540 , 0.7453 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10927 , cls_42 , 0.9000 , 780.0000 , 63.9692 , 866.6667 , 1.8571 , 1.1583 , 0.8041 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10932 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10939 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10959 , cls_42 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10963 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10967 , cls_42 , 0.5400 , 540.0000 , 40.2334 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10973 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10974 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10976 , cls_42 , 1.1700 , 780.0000 , 46.1314 , 666.6667 , 1.6250 , 1.1258 , 0.5862 , 0.5000 , 0.1800 , 2.0000 , 15.3846 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11000 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11001 , cls_42 , 0.9000 , 600.0000 , 46.5442 , 666.6667 , 1.4286 , 1.1006 , 0.7170 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11004 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11006 , cls_42 , 5.3100 , 2040.0000 , 153.3510 , 384.1808 , 2.1250 , 1.1460 , 0.8122 , 0.6864 , 1.7100 , 3.0000 , 32.2034 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11011 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11015 , cls_42 , 0.5400 , 420.0000 , 35.0749 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11018 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11025 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11038 , cls_42 , 3.1500 , 1620.0000 , 104.2426 , 514.2857 , 2.2500 , 1.1593 , 0.7772 , 0.5667 , 0.2700 , 1.0000 , 8.5714 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11043 , cls_42 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11046 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11055 , cls_42 , 7.3800 , 2280.0000 , 141.6512 , 308.9431 , 2.0000 , 1.1322 , 0.6119 , 0.7358 , 2.6100 , 3.0000 , 35.3659 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11076 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11080 , cls_42 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11088 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11105 , cls_42 , 10.5300 , 3360.0000 , 175.2208 , 319.0883 , 2.5455 , 1.1645 , 0.6978 , 0.7336 , 3.6000 , 3.0000 , 34.1880 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11111 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11113 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11115 , cls_42 , 59.4900 , 7440.0000 , 337.7451 , 125.0630 , 2.3846 , 1.1324 , 0.5584 , 0.8944 , 44.5500 , 1.0000 , 74.8865 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11116 , cls_42 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11126 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11141 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11142 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11143 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11144 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11145 , cls_42 , 0.6300 , 540.0000 , 37.8673 , 857.1429 , 1.5000 , 1.1214 , 0.6572 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11166 , cls_42 , 61.9200 , 21960.0000 , 616.1639 , 354.6512 , 6.9057 , 1.2913 , 0.8667 , 0.7105 , 22.5000 , 14.0000 , 36.3372 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11167 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11170 , cls_42 , 0.7200 , 420.0000 , 35.0117 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11177 , cls_42 , 14.2200 , 3180.0000 , 159.7037 , 223.6287 , 2.0385 , 1.1257 , 0.6309 , 0.8207 , 8.3700 , 1.0000 , 58.8608 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11193 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11207 , cls_42 , 4.6800 , 1440.0000 , 98.3922 , 307.6923 , 1.6000 , 1.0947 , 0.5673 , 0.7468 , 2.1600 , 1.0000 , 46.1538 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11211 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11240 , cls_42 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11244 , cls_42 , 3.2400 , 1200.0000 , 75.4178 , 370.3704 , 1.6667 , 1.0984 , 0.5593 , 0.6991 , 0.9900 , 1.0000 , 30.5556 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11253 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11260 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11269 , cls_42 , 1.6200 , 1020.0000 , 69.4610 , 629.6296 , 1.8889 , 1.1434 , 0.7708 , 0.4907 , 0.0900 , 1.0000 , 5.5556 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11271 , cls_42 , 3.3300 , 1620.0000 , 99.0300 , 486.4865 , 2.0769 , 1.1531 , 0.6921 , 0.6171 , 0.7200 , 3.0000 , 21.6216 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11282 , cls_42 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11286 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11324 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11325 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11326 , cls_42 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11328 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11329 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11337 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11340 , cls_42 , 1.0800 , 540.0000 , 43.1914 , 500.0000 , 1.2857 , 1.0563 , 0.5225 , 0.5694 , 0.0900 , 1.0000 , 8.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11344 , cls_42 , 3.0600 , 1200.0000 , 76.0327 , 392.1569 , 1.6667 , 1.1044 , 0.6670 , 0.6863 , 0.9900 , 1.0000 , 32.3529 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11346 , cls_42 , 0.7200 , 600.0000 , 41.0380 , 833.3333 , 1.6667 , 1.1283 , 0.5926 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11349 , cls_42 , 2.5200 , 1620.0000 , 100.7520 , 642.8571 , 2.4545 , 1.1848 , 0.7772 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11362 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11381 , cls_42 , 1.0800 , 660.0000 , 47.9483 , 611.1111 , 1.5714 , 1.0996 , 0.6605 , 0.5139 , 0.0900 , 1.0000 , 8.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11386 , cls_42 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11388 , cls_42 , 1.1700 , 840.0000 , 56.1520 , 717.9487 , 1.7500 , 1.1416 , 0.6322 , 0.4359 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11401 , cls_42 , 0.8100 , 420.0000 , 34.3573 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11406 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11408 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11431 , cls_42 , 4.2300 , 2340.0000 , 127.1980 , 553.1915 , 2.7857 , 1.1963 , 0.7992 , 0.5638 , 0.7200 , 2.0000 , 17.0213 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11433 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11461 , cls_42 , 1.9800 , 780.0000 , 62.1393 , 393.9394 , 1.3000 , 1.0660 , 0.6215 , 0.6591 , 0.5400 , 1.0000 , 27.2727 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11469 , cls_42 , 1.3500 , 900.0000 , 52.4904 , 666.6667 , 1.8750 , 1.1390 , 0.6180 , 0.4889 , 0.1800 , 1.0000 , 13.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11473 , cls_42 , 1.6200 , 960.0000 , 65.1932 , 592.5926 , 1.7778 , 1.1309 , 0.6903 , 0.5463 , 0.1800 , 1.0000 , 11.1111 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11474 , cls_42 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11476 , cls_42 , 0.5400 , 480.0000 , 34.3237 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11496 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11504 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11509 , cls_42 , 3.0600 , 1200.0000 , 84.7038 , 392.1569 , 1.6667 , 1.1044 , 0.7095 , 0.6814 , 0.9900 , 2.0000 , 32.3529 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11512 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11518 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11530 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11533 , cls_42 , 4.1400 , 2340.0000 , 115.3592 , 565.2174 , 2.7857 , 1.1987 , 0.7350 , 0.5435 , 0.5400 , 1.0000 , 13.0435 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11535 , cls_42 , 28.4400 , 6540.0000 , 256.7092 , 229.9578 , 3.0278 , 1.1784 , 0.7255 , 0.8112 , 15.8400 , 1.0000 , 55.6962 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11542 , cls_42 , 1.7100 , 900.0000 , 68.5751 , 526.3158 , 1.6667 , 1.1114 , 0.7531 , 0.5526 , 0.0900 , 1.0000 , 5.2632 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11564 , cls_42 , 8.4600 , 3600.0000 , 177.0624 , 425.5319 , 3.0000 , 1.1991 , 0.8159 , 0.6578 , 2.2500 , 4.0000 , 26.5957 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11588 , cls_42 , 0.4500 , 360.0000 , 24.0000 , 800.0000 , 1.2000 , 1.0699 , 0.3634 , 0.4000 , 0.0900 , 1.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11592 , cls_42 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11605 , cls_42 , 0.5400 , 660.0000 , 50.4263 , 1222.2222 , 2.2000 , 1.1882 , 0.7935 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11607 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11633 , cls_42 , 8.3700 , 3600.0000 , 147.2127 , 430.1075 , 3.0000 , 1.2002 , 0.6130 , 0.6541 , 2.7000 , 2.0000 , 32.2581 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11638 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11647 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11657 , cls_42 , 4.5900 , 1800.0000 , 90.5824 , 392.1569 , 2.0000 , 1.1383 , 0.5864 , 0.6895 , 1.7100 , 1.0000 , 37.2549 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11658 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11680 , cls_42 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11690 , cls_42 , 42.8400 , 9360.0000 , 293.6995 , 218.4874 , 3.5455 , 1.1965 , 0.6205 , 0.8207 , 25.0200 , 6.0000 , 58.4034 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11706 , cls_42 , 6.7500 , 2820.0000 , 121.8104 , 417.7778 , 2.6111 , 1.1795 , 0.5901 , 0.6689 , 2.1600 , 3.0000 , 32.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11710 , cls_42 , 5.1300 , 1860.0000 , 95.7077 , 362.5731 , 1.9375 , 1.1326 , 0.6371 , 0.7105 , 2.0700 , 1.0000 , 40.3509 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11724 , cls_42 , 4.5900 , 1740.0000 , 104.6036 , 379.0850 , 1.9333 , 1.1320 , 0.7630 , 0.6928 , 1.4400 , 2.0000 , 31.3725 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11726 , cls_42 , 2.9700 , 1260.0000 , 72.7382 , 424.2424 , 1.7500 , 1.1171 , 0.5331 , 0.6818 , 1.1700 , 1.0000 , 39.3939 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11729 , cls_42 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11733 , cls_42 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11737 , cls_42 , 3.0600 , 1260.0000 , 74.7214 , 411.7647 , 1.7500 , 1.1139 , 0.5671 , 0.6667 , 0.9900 , 1.0000 , 32.3529 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11777 , cls_42 , 1.9800 , 780.0000 , 61.2005 , 393.9394 , 1.3000 , 1.0660 , 0.6109 , 0.6515 , 0.3600 , 1.0000 , 18.1818 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11798 , cls_42 , 0.7200 , 540.0000 , 43.2947 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11829 , cls_42 , 16.3800 , 4500.0000 , 227.3796 , 274.7253 , 2.7778 , 1.1703 , 0.7739 , 0.7738 , 8.1900 , 4.0000 , 50.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11857 , cls_42 , 1.0800 , 600.0000 , 48.7334 , 555.5556 , 1.4286 , 1.0790 , 0.7062 , 0.5278 , 0.0900 , 1.0000 , 8.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11873 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11874 , cls_42 , 3.0600 , 1260.0000 , 83.3512 , 411.7647 , 1.7500 , 1.1139 , 0.7757 , 0.6618 , 0.9000 , 1.0000 , 29.4118 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11886 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11895 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 364.9658 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11898 , cls_42 , 3.1500 , 1320.0000 , 82.2530 , 419.0476 , 1.8333 , 1.1198 , 0.5715 , 0.6476 , 0.8100 , 1.0000 , 25.7143 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11900 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11921 , cls_42 , 34.3800 , 8160.0000 , 270.0675 , 237.3473 , 3.4000 , 1.1956 , 0.6470 , 0.8072 , 17.9100 , 2.0000 , 52.0942 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11927 , cls_42 , 22.6800 , 6300.0000 , 265.4630 , 277.7778 , 3.2812 , 1.1940 , 0.7711 , 0.7652 , 9.4500 , 2.0000 , 41.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11929 , cls_42 , 5.9400 , 1560.0000 , 102.8926 , 262.6263 , 1.5294 , 1.0855 , 0.5457 , 0.7778 , 2.8800 , 1.0000 , 48.4848 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11948 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11955 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11984 , cls_42 , 1.2600 , 780.0000 , 56.8364 , 619.0476 , 1.6250 , 1.1170 , 0.6637 , 0.5000 , 0.0900 , 1.0000 , 7.1429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12016 , cls_42 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12047 , cls_42 , 0.5400 , 540.0000 , 44.6040 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12060 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12073 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12079 , cls_42 , 6.3900 , 2100.0000 , 112.1598 , 328.6385 , 2.0588 , 1.1321 , 0.6701 , 0.7394 , 2.8800 , 1.0000 , 45.0704 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12081 , cls_42 , 23.2200 , 3660.0000 , 205.2443 , 157.6227 , 1.8485 , 1.1038 , 0.4867 , 0.8669 , 15.7500 , 1.0000 , 67.8295 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12160 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12178 , cls_42 , 2.2500 , 1680.0000 , 90.7254 , 746.6667 , 2.8000 , 1.2055 , 0.7551 , 0.4133 , 0.0900 , 1.0000 , 4.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12202 , cls_42 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12208 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12213 , cls_42 , 0.5400 , 420.0000 , 32.0363 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12221 , cls_42 , 2.1600 , 1260.0000 , 67.1153 , 583.3333 , 2.1000 , 1.1528 , 0.5756 , 0.5417 , 0.3600 , 1.0000 , 16.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12233 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12235 , cls_42 , 0.6300 , 600.0000 , 38.1972 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12244 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12257 , cls_42 , 1.6200 , 600.0000 , 53.7650 , 370.3704 , 1.1111 , 1.0339 , 0.5676 , 0.6667 , 0.3600 , 1.0000 , 22.2222 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12258 , cls_42 , 10.1700 , 3240.0000 , 171.9704 , 318.5841 , 2.4545 , 1.1617 , 0.7900 , 0.7389 , 4.1400 , 4.0000 , 40.7080 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12266 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12289 , cls_42 , 0.9000 , 600.0000 , 43.1204 , 666.6667 , 1.4286 , 1.1006 , 0.7170 , 0.4667 , 0.0900 , 1.0000 , 10.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12290 , cls_42 , 9.3600 , 3120.0000 , 152.1304 , 333.3333 , 2.4762 , 1.1635 , 0.7057 , 0.7244 , 3.5100 , 4.0000 , 37.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12293 , cls_42 , 10.1700 , 1740.0000 , 134.2616 , 171.0914 , 1.3182 , 1.0539 , 0.6403 , 0.8466 , 6.3000 , 1.0000 , 61.9469 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12300 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12307 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12333 , cls_42 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12342 , cls_42 , 1.0800 , 840.0000 , 71.9685 , 777.7778 , 2.0000 , 1.1515 , 0.8202 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12351 , cls_42 , 0.7200 , 600.0000 , 37.1739 , 833.3333 , 1.6667 , 1.1283 , 0.5926 , 0.3958 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12371 , cls_42 , 0.6300 , 540.0000 , 41.9451 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12384 , cls_42 , 5.1300 , 1200.0000 , 88.0451 , 233.9181 , 1.2500 , 1.0518 , 0.4663 , 0.7982 , 2.7000 , 1.0000 , 52.6316 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12391 , cls_42 , 3.1500 , 1380.0000 , 79.5761 , 438.0952 , 1.9167 , 1.1283 , 0.5406 , 0.6429 , 0.8100 , 1.0000 , 25.7143 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12394 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12399 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12401 , cls_42 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12403 , cls_42 , 1.6200 , 900.0000 , 58.5267 , 555.5556 , 1.6667 , 1.1176 , 0.6474 , 0.5556 , 0.2700 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12410 , cls_42 , 9.1800 , 2100.0000 , 177.9513 , 228.7582 , 1.6667 , 1.0962 , 0.7617 , 0.7974 , 4.5000 , 2.0000 , 49.0196 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12414 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12425 , cls_42 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12433 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12444 , cls_42 , 1.4400 , 960.0000 , 68.4342 , 666.6667 , 2.0000 , 1.1448 , 0.8041 , 0.4375 , 0.0900 , 1.0000 , 6.2500 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12453 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12480 , cls_42 , 2.5200 , 1380.0000 , 71.6745 , 547.6190 , 2.0909 , 1.1532 , 0.5806 , 0.5595 , 0.3600 , 1.0000 , 14.2857 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12484 , cls_42 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.0900 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12485 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12499 , cls_42 , 5.7600 , 2100.0000 , 123.3534 , 364.5833 , 2.1875 , 1.1428 , 0.7493 , 0.6771 , 1.4400 , 2.0000 , 25.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12551 , cls_42 , 0.8100 , 480.0000 , 36.9298 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12554 , cls_42 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12579 , cls_42 , 1.0800 , 540.0000 , 42.5367 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5833 , 0.1800 , 2.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12584 , cls_42 , 1.8000 , 840.0000 , 63.7963 , 466.6667 , 1.5556 , 1.0915 , 0.6894 , 0.6083 , 0.2700 , 1.0000 , 15.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12586 , cls_42 , 1.2600 , 780.0000 , 71.8292 , 619.0476 , 1.6250 , 1.1170 , 0.8365 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12597 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12601 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12602 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12642 , cls_42 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12648 , cls_42 , 0.9900 , 720.0000 , 58.4073 , 727.2727 , 1.7143 , 1.1289 , 0.7845 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12650 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12651 , cls_42 , 1.2600 , 840.0000 , 66.0713 , 666.6667 , 1.7500 , 1.1327 , 0.7903 , 0.4524 , 0.0900 , 1.0000 , 7.1429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12665 , cls_42 , 0.9900 , 540.0000 , 48.1510 , 545.4545 , 1.2857 , 1.0663 , 0.7199 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12667 , cls_42 , 0.9000 , 420.0000 , 41.1550 , 466.6667 , 1.0000 , 1.0223 , 0.5609 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12670 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12674 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12685 , cls_42 , 0.8100 , 600.0000 , 56.6198 , 740.7407 , 1.6667 , 1.1135 , 0.8237 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12707 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12725 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12732 , cls_42 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12782 , cls_42 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12783 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12838 , cls_42 , 23.5800 , 5460.0000 , 252.9355 , 231.5522 , 2.7576 , 1.1671 , 0.6891 , 0.8053 , 13.0500 , 3.0000 , 55.3435 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12841 , cls_42 , 4.3200 , 2340.0000 , 138.4624 , 541.6667 , 2.7857 , 1.1939 , 0.8072 , 0.5660 , 0.7200 , 2.0000 , 16.6667 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12858 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12863 , cls_42 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12875 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12887 , cls_42 , 5.2200 , 1980.0000 , 104.4608 , 379.3103 , 2.0625 , 1.1423 , 0.4570 , 0.6983 , 1.7100 , 2.0000 , 32.7586 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12894 , cls_42 , 0.9000 , 720.0000 , 43.9737 , 800.0000 , 1.7143 , 1.1407 , 0.6255 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12897 , cls_42 , 71.3700 , 9660.0000 , 340.1700 , 135.3510 , 2.8246 , 1.1559 , 0.4848 , 0.8911 , 53.1900 , 4.0000 , 74.5271 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12900 , cls_42 , 8.8200 , 1560.0000 , 122.7358 , 176.8707 , 1.3000 , 1.0479 , 0.5291 , 0.8486 , 5.6700 , 1.0000 , 64.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12903 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12924 , cls_42 , 6.7500 , 2220.0000 , 177.5890 , 328.8889 , 2.0556 , 1.1365 , 0.8697 , 0.7133 , 1.9800 , 1.0000 , 29.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12976 , cls_42 , 176.1300 , 21120.0000 , 566.9884 , 119.9114 , 3.9551 , 1.1920 , 0.5399 , 0.9005 , 132.0300 , 6.0000 , 74.9617 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12990 , cls_42 , 78.1200 , 21060.0000 , 546.8699 , 269.5853 , 5.9492 , 1.2630 , 0.7140 , 0.7798 , 39.7800 , 16.0000 , 50.9217 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12994 , cls_42 , 9.6300 , 2520.0000 , 147.6085 , 261.6822 , 2.0000 , 1.1234 , 0.6938 , 0.7819 , 4.6800 , 2.0000 , 48.5981 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12996 , cls_42 , 0.9000 , 720.0000 , 46.3363 , 800.0000 , 1.7143 , 1.1407 , 0.6817 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12998 , cls_42 , 13.9500 , 2520.0000 , 147.0209 , 180.6452 , 1.6800 , 1.0883 , 0.3833 , 0.8505 , 9.0900 , 1.0000 , 65.1613 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13008 , cls_42 , 7.4700 , 3720.0000 , 141.8485 , 497.9920 , 3.2632 , 1.2183 , 0.7006 , 0.6165 , 1.3500 , 1.0000 , 18.0723 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13010 , cls_42 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13012 , cls_42 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13036 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13037 , cls_42 , 6.3000 , 1740.0000 , 109.6119 , 276.1905 , 1.7059 , 1.0995 , 0.5382 , 0.7667 , 2.9700 , 1.0000 , 47.1429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13040 , cls_42 , 28.4400 , 7500.0000 , 327.3853 , 263.7131 , 3.4722 , 1.2002 , 0.8243 , 0.7869 , 14.9400 , 5.0000 , 52.5316 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13050 , cls_42 , 76.4100 , 13860.0000 , 436.2887 , 181.3899 , 3.9153 , 1.2033 , 0.7959 , 0.8498 , 50.2200 , 7.0000 , 65.7244 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13060 , cls_42 , 5.1300 , 2040.0000 , 115.5796 , 397.6608 , 2.1250 , 1.1497 , 0.7380 , 0.6813 , 1.7100 , 2.0000 , 33.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13062 , cls_42 , 1.5300 , 1140.0000 , 94.6499 , 745.0980 , 2.1111 , 1.1733 , 0.8804 , 0.4314 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13064 , cls_42 , 3.2400 , 1140.0000 , 75.1110 , 351.8519 , 1.5833 , 1.0885 , 0.6474 , 0.7176 , 1.3500 , 1.0000 , 41.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13066 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13069 , cls_42 , 4.8600 , 1680.0000 , 119.7883 , 345.6790 , 1.8667 , 1.1195 , 0.7250 , 0.7037 , 1.6200 , 2.0000 , 33.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13072 , cls_42 , 80.9100 , 7920.0000 , 415.4947 , 97.8865 , 2.2000 , 1.1160 , 0.6247 , 0.9166 , 64.5300 , 3.0000 , 79.7553 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13083 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13088 , cls_42 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13100 , cls_42 , 1.5300 , 780.0000 , 57.3092 , 509.8039 , 1.4444 , 1.0945 , 0.5671 , 0.5588 , 0.0900 , 1.0000 , 5.8824 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13116 , cls_42 , 6.3000 , 3120.0000 , 144.8971 , 495.2381 , 3.0588 , 1.2052 , 0.7826 , 0.6119 , 1.1700 , 2.0000 , 18.5714 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13118 , cls_42 , 0.7200 , 600.0000 , 53.9606 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13120 , cls_42 , 0.7200 , 540.0000 , 37.7396 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13143 , cls_42 , 5.3100 , 2340.0000 , 139.4299 , 440.6780 , 2.4375 , 1.1713 , 0.7970 , 0.6299 , 0.9000 , 3.0000 , 16.9492 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13151 , cls_42 , 49.4100 , 9540.0000 , 295.3168 , 193.0783 , 3.3830 , 1.1864 , 0.5508 , 0.8397 , 30.6000 , 4.0000 , 61.9308 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13162 , cls_42 , 0.6300 , 660.0000 , 43.8987 , 1047.6190 , 1.8333 , 1.1673 , 0.6572 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13167 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13188 , cls_42 , 2.8800 , 1260.0000 , 106.7709 , 437.5000 , 1.7500 , 1.1205 , 0.8156 , 0.6250 , 0.4500 , 2.0000 , 15.6250 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13232 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13234 , cls_42 , 4.2300 , 2040.0000 , 124.6662 , 482.2695 , 2.4286 , 1.1705 , 0.7698 , 0.5993 , 0.7200 , 3.0000 , 17.0213 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13238 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13240 , cls_42 , 1.7100 , 660.0000 , 57.2374 , 385.9649 , 1.2222 , 1.0477 , 0.5829 , 0.6579 , 0.3600 , 1.0000 , 21.0526 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13247 , cls_42 , 2.1600 , 720.0000 , 57.8832 , 333.3333 , 1.2000 , 1.0406 , 0.4731 , 0.7153 , 0.8100 , 1.0000 , 37.5000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13258 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13268 , cls_42 , 1.9800 , 1380.0000 , 96.8213 , 696.9697 , 2.3000 , 1.1813 , 0.8169 , 0.4621 , 0.1800 , 2.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13270 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13274 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13281 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13282 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13298 , cls_42 , 0.9000 , 660.0000 , 56.4831 , 733.3333 , 1.5714 , 1.1216 , 0.7551 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13303 , cls_42 , 8.7300 , 4440.0000 , 186.9738 , 508.5911 , 3.7000 , 1.2327 , 0.8184 , 0.5928 , 1.2600 , 4.0000 , 14.4330 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13306 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13307 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13320 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13342 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13348 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13363 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13368 , cls_42 , 11.2500 , 4560.0000 , 201.3962 , 405.3333 , 3.3043 , 1.2104 , 0.7592 , 0.6747 , 3.3300 , 6.0000 , 29.6000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13374 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13380 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13383 , cls_42 , 1.0800 , 600.0000 , 48.3183 , 555.5556 , 1.4286 , 1.0790 , 0.7062 , 0.5417 , 0.0900 , 1.0000 , 8.3333 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13388 , cls_42 , 1.0800 , 780.0000 , 55.7517 , 722.2222 , 1.8571 , 1.1355 , 0.7495 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13397 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13407 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13410 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13414 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13423 , cls_42 , 1.7100 , 960.0000 , 81.2499 , 561.4035 , 1.7778 , 1.1246 , 0.7674 , 0.5263 , 0.0900 , 1.0000 , 5.2632 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13436 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13452 , cls_42 , 0.8100 , 540.0000 , 41.1627 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13476 , cls_42 , 24.0300 , 8520.0000 , 403.1419 , 354.5568 , 4.3030 , 1.2371 , 0.8889 , 0.7091 , 8.6400 , 7.0000 , 35.9551 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13486 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13488 , cls_42 , 0.9000 , 960.0000 , 68.6069 , 1066.6667 , 2.2857 , 1.2039 , 0.8447 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13496 , cls_42 , 3.3300 , 1740.0000 , 89.3711 , 522.5225 , 2.2308 , 1.1668 , 0.6231 , 0.5946 , 0.7200 , 2.0000 , 21.6216 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13512 , cls_42 , 3.3300 , 1500.0000 , 81.8292 , 450.4505 , 1.9231 , 1.1383 , 0.6536 , 0.6441 , 1.0800 , 2.0000 , 32.4324 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13520 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13538 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13539 , cls_42 , 1.6200 , 1200.0000 , 61.1838 , 740.7407 , 2.2222 , 1.1769 , 0.6860 , 0.4444 , 0.1800 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13541 , cls_42 , 0.5400 , 420.0000 , 30.7844 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13568 , cls_42 , 1.1700 , 540.0000 , 42.1409 , 461.5385 , 1.1250 , 1.0473 , 0.4292 , 0.6154 , 0.2700 , 1.0000 , 23.0769 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13571 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13572 , cls_42 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13577 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13585 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13589 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13605 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13616 , cls_42 , 3.5100 , 1560.0000 , 86.2152 , 444.4444 , 2.0000 , 1.1401 , 0.6180 , 0.6453 , 0.9000 , 2.0000 , 25.6410 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13624 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13626 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13634 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 256.3201 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13643 , cls_42 , 0.6300 , 480.0000 , 34.5524 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13645 , cls_42 , 4.5000 , 1020.0000 , 81.9291 , 226.6667 , 1.1333 , 1.0344 , 0.4366 , 0.7933 , 2.1600 , 1.0000 , 48.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13648 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13671 , cls_42 , 10.5300 , 3180.0000 , 148.8197 , 301.9943 , 2.4091 , 1.1550 , 0.6630 , 0.7564 , 4.8600 , 2.0000 , 46.1538 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13673 , cls_42 , 0.6300 , 600.0000 , 46.1474 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13688 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13695 , cls_42 , 0.9000 , 540.0000 , 45.4744 , 600.0000 , 1.2857 , 1.0775 , 0.6894 , 0.5000 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13697 , cls_42 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13700 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13709 , cls_42 , 0.9000 , 660.0000 , 52.0614 , 733.3333 , 1.5714 , 1.1216 , 0.6894 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13721 , cls_42 , 3.2400 , 1920.0000 , 91.4234 , 592.5926 , 2.6667 , 1.1889 , 0.6048 , 0.5463 , 0.2700 , 1.0000 , 8.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13733 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13748 , cls_42 , 1.3500 , 840.0000 , 49.6987 , 622.2222 , 1.7500 , 1.1245 , 0.4838 , 0.5222 , 0.0900 , 1.0000 , 6.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13764 , cls_42 , 0.6300 , 480.0000 , 38.1754 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13769 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13785 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13788 , cls_42 , 4.1400 , 1140.0000 , 80.8254 , 275.3623 , 1.3571 , 1.0634 , 0.4627 , 0.7681 , 1.9800 , 1.0000 , 47.8261 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13800 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13801 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13809 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13811 , cls_42 , 0.6300 , 600.0000 , 42.2243 , 952.3810 , 1.6667 , 1.1455 , 0.7826 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13818 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13831 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13834 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13835 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13838 , cls_42 , 0.3600 , 480.0000 , 34.3237 , 1333.3333 , 2.0000 , 1.1693 , 0.7170 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13845 , cls_42 , 0.6300 , 660.0000 , 47.1435 , 1047.6190 , 1.8333 , 1.1673 , 0.7772 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13846 , cls_42 , 1.2600 , 780.0000 , 52.6708 , 619.0476 , 1.6250 , 1.1170 , 0.6435 , 0.5119 , 0.0900 , 1.0000 , 7.1429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13849 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13861 , cls_42 , 0.7200 , 600.0000 , 60.0051 , 833.3333 , 1.6667 , 1.1283 , 0.8244 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13872 , cls_42 , 0.9900 , 540.0000 , 45.4131 , 545.4545 , 1.2857 , 1.0663 , 0.6584 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13888 , cls_42 , 2.3400 , 1080.0000 , 66.3239 , 461.5385 , 1.6364 , 1.1130 , 0.5132 , 0.6282 , 0.6300 , 2.0000 , 26.9231 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13890 , cls_42 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13891 , cls_42 , 3.3300 , 1260.0000 , 75.6673 , 378.3784 , 1.6154 , 1.1048 , 0.4765 , 0.6937 , 1.1700 , 1.0000 , 35.1351 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13912 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13915 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13916 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13919 , cls_42 , 3.8700 , 1800.0000 , 100.2339 , 465.1163 , 2.1429 , 1.1567 , 0.5974 , 0.6357 , 1.1700 , 2.0000 , 30.2326 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13926 , cls_42 , 3.2400 , 1980.0000 , 108.7186 , 611.1111 , 2.7500 , 1.1948 , 0.7963 , 0.5231 , 0.1800 , 1.0000 , 5.5556 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13928 , cls_42 , 0.9000 , 600.0000 , 41.5816 , 666.6667 , 1.4286 , 1.1006 , 0.5609 , 0.4667 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13941 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13944 , cls_42 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13951 , cls_42 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13958 , cls_42 , 5.4900 , 2820.0000 , 120.1836 , 513.6612 , 2.9375 , 1.2019 , 0.6117 , 0.5956 , 1.0800 , 5.0000 , 19.6721 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13963 , cls_42 , 2.9700 , 1620.0000 , 83.5900 , 545.4545 , 2.2500 , 1.1659 , 0.6910 , 0.5606 , 0.3600 , 2.0000 , 12.1212 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13964 , cls_42 , 0.7200 , 480.0000 , 38.7769 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13973 , cls_42 , 47.9700 , 11280.0000 , 350.0542 , 235.1470 , 4.0000 , 1.2147 , 0.7018 , 0.8093 , 27.3600 , 7.0000 , 57.0356 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13988 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13993 , cls_42 , 2.6100 , 1140.0000 , 76.6380 , 436.7816 , 1.7273 , 1.1116 , 0.7046 , 0.6379 , 0.7200 , 1.0000 , 27.5862 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13997 , cls_42 , 6.0300 , 1620.0000 , 131.9310 , 268.6567 , 1.5882 , 1.0909 , 0.7491 , 0.7761 , 2.9700 , 2.0000 , 49.2537 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13998 , cls_42 , 52.4700 , 12660.0000 , 404.1348 , 241.2807 , 4.3061 , 1.2239 , 0.7296 , 0.8019 , 28.2600 , 9.0000 , 53.8593 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14002 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14003 , cls_42 , 0.8100 , 780.0000 , 47.1842 , 962.9630 , 2.1667 , 1.1718 , 0.6630 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14010 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14017 , cls_42 , 0.5400 , 480.0000 , 36.6356 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14018 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14041 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14049 , cls_42 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14051 , cls_42 , 11.2500 , 4800.0000 , 187.6160 , 426.6667 , 3.4783 , 1.2192 , 0.6691 , 0.6600 , 3.2400 , 4.0000 , 28.8000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14066 , cls_42 , 2.5200 , 1260.0000 , 80.0681 , 500.0000 , 1.9091 , 1.1352 , 0.7729 , 0.5952 , 0.3600 , 1.0000 , 14.2857 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14079 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14082 , cls_42 , 1.3500 , 900.0000 , 60.0149 , 666.6667 , 1.8750 , 1.1390 , 0.7191 , 0.4778 , 0.0900 , 1.0000 , 6.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14088 , cls_42 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14089 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14099 , cls_42 , 49.5000 , 10740.0000 , 308.7483 , 216.9697 , 3.8085 , 1.2043 , 0.5584 , 0.8239 , 28.7100 , 4.0000 , 58.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14115 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14117 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14119 , cls_42 , 4.6800 , 1860.0000 , 95.5312 , 397.4359 , 2.0667 , 1.1423 , 0.6322 , 0.6859 , 1.8900 , 1.0000 , 40.3846 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14120 , cls_42 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14125 , cls_42 , 0.4500 , 360.0000 , 32.1688 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14126 , cls_42 , 0.7200 , 660.0000 , 42.9737 , 916.6667 , 1.8333 , 1.1497 , 0.6817 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14143 , cls_42 , 1.3500 , 960.0000 , 53.9858 , 711.1111 , 2.0000 , 1.1526 , 0.6396 , 0.4667 , 0.1800 , 2.0000 , 13.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14147 , cls_42 , 0.5400 , 480.0000 , 35.7844 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14162 , cls_42 , 1.4400 , 720.0000 , 55.9366 , 500.0000 , 1.5000 , 1.0847 , 0.6488 , 0.5833 , 0.1800 , 1.0000 , 12.5000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14172 , cls_42 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14177 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14179 , cls_42 , 6.8400 , 1680.0000 , 119.3712 , 245.6140 , 1.5556 , 1.0851 , 0.6348 , 0.7873 , 3.4200 , 1.0000 , 50.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14184 , cls_42 , 1.6200 , 840.0000 , 55.0006 , 518.5185 , 1.5556 , 1.1033 , 0.5593 , 0.5741 , 0.1800 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14192 , cls_42 , 1.8000 , 780.0000 , 57.4021 , 433.3333 , 1.4444 , 1.0763 , 0.6082 , 0.6250 , 0.3600 , 1.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14196 , cls_42 , 1.3500 , 720.0000 , 59.4524 , 533.3333 , 1.5000 , 1.0921 , 0.7419 , 0.5556 , 0.1800 , 1.0000 , 13.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14205 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14206 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14246 , cls_42 , 7.2000 , 2580.0000 , 120.0719 , 358.3333 , 2.3889 , 1.1568 , 0.5842 , 0.7167 , 2.7000 , 1.0000 , 37.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14248 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14249 , cls_42 , 1.9800 , 1020.0000 , 79.6278 , 515.1515 , 1.7000 , 1.1202 , 0.6888 , 0.5682 , 0.2700 , 2.0000 , 13.6364 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14256 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14267 , cls_42 , 1.1700 , 660.0000 , 54.9178 , 564.1026 , 1.3750 , 1.0902 , 0.7286 , 0.5256 , 0.0900 , 1.0000 , 7.6923 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14281 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14289 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14300 , cls_42 , 2.5200 , 1500.0000 , 92.8710 , 595.2381 , 2.2727 , 1.1696 , 0.7607 , 0.5119 , 0.2700 , 1.0000 , 10.7143 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14313 , cls_42 , 2.5200 , 1680.0000 , 88.9845 , 666.6667 , 2.5455 , 1.1920 , 0.6845 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14314 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14315 , cls_42 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14323 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14324 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14336 , cls_42 , 4.5900 , 1380.0000 , 96.0429 , 300.6536 , 1.5333 , 1.0888 , 0.4805 , 0.7451 , 1.8900 , 1.0000 , 41.1765 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14353 , cls_42 , 1.1700 , 1140.0000 , 57.7644 , 974.3590 , 2.3750 , 1.2068 , 0.6322 , 0.2821 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14357 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14363 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14366 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14386 , cls_42 , 2.1600 , 1080.0000 , 71.5877 , 500.0000 , 1.8000 , 1.1219 , 0.7388 , 0.5903 , 0.3600 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14399 , cls_42 , 2.6100 , 1380.0000 , 75.4986 , 528.7356 , 2.0909 , 1.1492 , 0.5897 , 0.5920 , 0.6300 , 1.0000 , 24.1379 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14413 , cls_42 , 6.3000 , 2460.0000 , 132.3731 , 390.4762 , 2.4118 , 1.1622 , 0.7379 , 0.6810 , 2.0700 , 4.0000 , 32.8571 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14468 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14470 , cls_42 , 28.3500 , 9600.0000 , 287.7109 , 338.6243 , 4.4444 , 1.2399 , 0.7123 , 0.7270 , 10.8000 , 7.0000 , 38.0952 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14503 , cls_42 , 9.1800 , 1920.0000 , 127.4079 , 209.1503 , 1.5238 , 1.0805 , 0.5941 , 0.8252 , 5.5800 , 1.0000 , 60.7843 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14510 , cls_42 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14513 , cls_42 , 1.6200 , 720.0000 , 60.8487 , 444.4444 , 1.3333 , 1.0715 , 0.6048 , 0.6111 , 0.1800 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14523 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14529 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14538 , cls_42 , 1.3500 , 780.0000 , 54.4157 , 577.7778 , 1.6250 , 1.1089 , 0.6707 , 0.5111 , 0.1800 , 1.0000 , 13.3333 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14550 , cls_42 , 1.6200 , 1080.0000 , 88.7900 , 666.6667 , 2.0000 , 1.1552 , 0.7708 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14554 , cls_42 , 5.4000 , 1800.0000 , 106.2019 , 333.3333 , 1.8750 , 1.1213 , 0.6218 , 0.7250 , 2.2500 , 1.0000 , 41.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14567 , cls_42 , 0.6300 , 480.0000 , 37.6675 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14568 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14573 , cls_42 , 9.8100 , 4860.0000 , 182.5338 , 495.4128 , 3.8571 , 1.2359 , 0.8176 , 0.6055 , 2.3400 , 4.0000 , 23.8532 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14581 , cls_42 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14587 , cls_42 , 0.8100 , 600.0000 , 44.5441 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14591 , cls_42 , 3.5100 , 1380.0000 , 94.3205 , 393.1624 , 1.7692 , 1.1167 , 0.6645 , 0.6838 , 1.1700 , 1.0000 , 33.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14600 , cls_42 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14607 , cls_42 , 0.8100 , 660.0000 , 48.1373 , 814.8148 , 1.8333 , 1.1347 , 0.6419 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14611 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14622 , cls_42 , 0.9900 , 840.0000 , 51.6488 , 848.4848 , 2.0000 , 1.1624 , 0.7199 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14633 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14656 , cls_42 , 3.6900 , 2040.0000 , 123.5411 , 552.8455 , 2.6154 , 1.1857 , 0.8248 , 0.5528 , 0.3600 , 4.0000 , 9.7561 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14690 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14697 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14706 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14728 , cls_42 , 15.8400 , 4260.0000 , 177.3406 , 268.9394 , 2.6296 , 1.1644 , 0.7639 , 0.7746 , 7.8300 , 1.0000 , 49.4318 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14743 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14746 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14747 , cls_42 , 0.9900 , 840.0000 , 63.8778 , 848.4848 , 2.0000 , 1.1624 , 0.7845 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14759 , cls_42 , 22.8600 , 8280.0000 , 246.9625 , 362.2047 , 4.3125 , 1.2375 , 0.7307 , 0.7100 , 8.1000 , 5.0000 , 35.4331 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14763 , cls_42 , 1.1700 , 720.0000 , 47.6100 , 615.3846 , 1.5000 , 1.1087 , 0.5132 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14768 , cls_42 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14770 , cls_42 , 1.3500 , 780.0000 , 56.5775 , 577.7778 , 1.6250 , 1.1089 , 0.7419 , 0.5333 , 0.1800 , 1.0000 , 13.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14777 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14802 , cls_42 , 22.4100 , 7980.0000 , 246.4148 , 356.0910 , 4.1562 , 1.2335 , 0.6497 , 0.7189 , 8.8200 , 5.0000 , 39.3574 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14804 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14820 , cls_42 , 0.5400 , 480.0000 , 34.4042 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14842 , cls_42 , 5.8500 , 2520.0000 , 122.4593 , 430.7692 , 2.4706 , 1.1744 , 0.5963 , 0.6359 , 1.3500 , 3.0000 , 23.0769 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14850 , cls_42 , 2.6100 , 1500.0000 , 85.9947 , 574.7126 , 2.2727 , 1.1656 , 0.7046 , 0.5690 , 0.5400 , 1.0000 , 20.6897 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14861 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14869 , cls_42 , 27.0000 , 7380.0000 , 259.3180 , 273.3333 , 3.5143 , 1.2026 , 0.6302 , 0.7739 , 13.3200 , 5.0000 , 49.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14882 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14883 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14898 , cls_42 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14910 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14921 , cls_42 , 26.3700 , 7380.0000 , 266.8923 , 279.8635 , 3.5143 , 1.2049 , 0.7161 , 0.7736 , 12.7800 , 5.0000 , 48.4642 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14922 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14932 , cls_42 , 0.7200 , 600.0000 , 39.5964 , 833.3333 , 1.6667 , 1.1283 , 0.4907 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14966 , cls_42 , 4.4100 , 1320.0000 , 85.4750 , 299.3197 , 1.5714 , 1.0845 , 0.5201 , 0.7449 , 1.8900 , 1.0000 , 42.8571 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14978 , cls_42 , 8.2800 , 2880.0000 , 125.3417 , 347.8261 , 2.4000 , 1.1620 , 0.5199 , 0.7192 , 2.7900 , 4.0000 , 33.6957 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14991 , cls_42 , 0.3600 , 480.0000 , 36.9061 , 1333.3333 , 2.0000 , 1.1693 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14995 , cls_42 , 1.3500 , 600.0000 , 44.1263 , 444.4444 , 1.2500 , 1.0537 , 0.3414 , 0.6444 , 0.4500 , 1.0000 , 33.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15004 , cls_42 , 4.4100 , 1740.0000 , 95.7622 , 394.5578 , 2.0714 , 1.1362 , 0.6308 , 0.6871 , 1.4400 , 1.0000 , 32.6531 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15010 , cls_42 , 2.9700 , 1260.0000 , 76.5278 , 424.2424 , 1.7500 , 1.1171 , 0.5279 , 0.6414 , 0.4500 , 2.0000 , 15.1515 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15024 , cls_42 , 0.8100 , 540.0000 , 41.8179 , 666.6667 , 1.5000 , 1.0901 , 0.6903 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15035 , cls_42 , 11.9700 , 3240.0000 , 259.4673 , 270.6767 , 2.2500 , 1.1455 , 0.8386 , 0.7682 , 5.3100 , 2.0000 , 44.3609 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15070 , cls_42 , 0.6300 , 420.0000 , 33.5934 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15091 , cls_42 , 2.3400 , 1080.0000 , 67.7595 , 461.5385 , 1.6364 , 1.1130 , 0.5862 , 0.6218 , 0.6300 , 1.0000 , 26.9231 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15100 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15118 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15130 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15160 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15183 , cls_42 , 0.5400 , 480.0000 , 34.1465 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15209 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15210 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15213 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15223 , cls_42 , 0.9900 , 540.0000 , 46.8930 , 545.4545 , 1.2857 , 1.0663 , 0.6888 , 0.5152 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15224 , cls_42 , 2.0700 , 900.0000 , 69.7384 , 434.7826 , 1.5000 , 1.0900 , 0.7475 , 0.6232 , 0.3600 , 1.0000 , 17.3913 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15231 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15236 , cls_42 , 0.6300 , 540.0000 , 40.8348 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15246 , cls_42 , 0.9000 , 900.0000 , 53.5541 , 1000.0000 , 2.1429 , 1.1897 , 0.7598 , 0.2833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15253 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15255 , cls_42 , 2.5200 , 1260.0000 , 80.9817 , 500.0000 , 1.9091 , 1.1352 , 0.7258 , 0.6071 , 0.5400 , 2.0000 , 21.4286 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15263 , cls_42 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15268 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15283 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15300 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15316 , cls_42 , 17.1000 , 4800.0000 , 211.4495 , 280.7018 , 2.8571 , 1.1768 , 0.7241 , 0.7728 , 8.4600 , 3.0000 , 49.4737 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15321 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15331 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15341 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15357 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15377 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15380 , cls_42 , 0.7200 , 540.0000 , 36.4907 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4167 , 0.0900 , 1.0000 , 12.5000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15384 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15389 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15404 , cls_42 , 4.2300 , 2040.0000 , 114.1690 , 482.2695 , 2.4286 , 1.1705 , 0.7081 , 0.6064 , 0.7200 , 3.0000 , 17.0213 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15427 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15435 , cls_42 , 6.3000 , 2160.0000 , 134.6419 , 342.8571 , 2.1176 , 1.1387 , 0.7446 , 0.7095 , 1.9800 , 2.0000 , 31.4286 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15438 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15439 , cls_42 , 1.1700 , 720.0000 , 50.0025 , 615.3846 , 1.5000 , 1.1087 , 0.7286 , 0.5256 , 0.1800 , 1.0000 , 15.3846 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15442 , cls_42 , 3.1500 , 1500.0000 , 89.0517 , 476.1905 , 2.0833 , 1.1444 , 0.6572 , 0.6000 , 0.3600 , 2.0000 , 11.4286 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15445 , cls_42 , 11.2500 , 2820.0000 , 156.5372 , 250.6667 , 2.0435 , 1.1277 , 0.6848 , 0.7933 , 6.1200 , 1.0000 , 54.4000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15446 , cls_42 , 7.6500 , 2340.0000 , 129.9164 , 305.8824 , 2.0526 , 1.1332 , 0.6899 , 0.7392 , 2.7900 , 2.0000 , 36.4706 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15453 , cls_42 , 5.4900 , 3180.0000 , 167.1600 , 579.2350 , 3.3125 , 1.2239 , 0.8172 , 0.5191 , 0.5400 , 1.0000 , 9.8361 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15460 , cls_42 , 15.1200 , 3600.0000 , 188.8937 , 238.0952 , 2.3077 , 1.1407 , 0.7251 , 0.8036 , 8.3700 , 2.0000 , 55.3571 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15484 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15497 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15498 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15499 , cls_42 , 0.4500 , 420.0000 , 31.3192 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15500 , cls_42 , 1.5300 , 1200.0000 , 81.1795 , 784.3137 , 2.2222 , 1.1839 , 0.8335 , 0.3725 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15502 , cls_42 , 9.3600 , 2700.0000 , 152.9309 , 288.4615 , 2.1429 , 1.1383 , 0.6450 , 0.7612 , 4.2300 , 2.0000 , 45.1923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15517 , cls_42 , 8.9100 , 2520.0000 , 130.8955 , 282.8283 , 2.1000 , 1.1311 , 0.6293 , 0.7694 , 4.5000 , 1.0000 , 50.5051 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15521 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15559 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15566 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15585 , cls_42 , 0.8100 , 480.0000 , 36.0948 , 592.5926 , 1.3333 , 1.0639 , 0.5593 , 0.5185 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15589 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15597 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15606 , cls_42 , 7.0200 , 3060.0000 , 146.3658 , 435.8974 , 2.8333 , 1.1900 , 0.7366 , 0.6453 , 1.4400 , 3.0000 , 20.5128 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15609 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15614 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15622 , cls_42 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15624 , cls_42 , 0.7200 , 420.0000 , 34.4171 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15630 , cls_42 , 0.5400 , 420.0000 , 32.0711 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15645 , cls_42 , 0.9900 , 480.0000 , 40.3508 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5758 , 0.0900 , 1.0000 , 9.0909 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15651 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15653 , cls_42 , 47.1600 , 8220.0000 , 305.4184 , 174.3003 , 2.9783 , 1.1678 , 0.6617 , 0.8550 , 30.6900 , 4.0000 , 65.0763 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15654 , cls_42 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15661 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15663 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15665 , cls_42 , 29.5200 , 5940.0000 , 237.3153 , 201.2195 , 2.6757 , 1.1597 , 0.5764 , 0.8354 , 17.7300 , 3.0000 , 60.0610 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15667 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15669 , cls_42 , 1.6200 , 960.0000 , 61.3019 , 592.5926 , 1.7778 , 1.1309 , 0.6860 , 0.5370 , 0.1800 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15676 , cls_42 , 1.3500 , 660.0000 , 47.8915 , 488.8889 , 1.3750 , 1.0738 , 0.6327 , 0.5889 , 0.1800 , 1.0000 , 13.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15693 , cls_42 , 0.4500 , 540.0000 , 34.8693 , 1200.0000 , 1.8000 , 1.1663 , 0.6255 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15694 , cls_42 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15697 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15703 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15717 , cls_42 , 1.2600 , 1080.0000 , 68.7384 , 857.1429 , 2.2500 , 1.1859 , 0.8162 , 0.3690 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15724 , cls_42 , 9.1800 , 2820.0000 , 122.9962 , 307.1895 , 2.2381 , 1.1478 , 0.5311 , 0.7614 , 4.5000 , 1.0000 , 49.0196 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15737 , cls_42 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 308.8689 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15749 , cls_42 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15757 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15760 , cls_42 , 0.9000 , 540.0000 , 39.2267 , 600.0000 , 1.2857 , 1.0775 , 0.5609 , 0.5167 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15767 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15768 , cls_42 , 0.3600 , 420.0000 , 34.3237 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15769 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15777 , cls_42 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15780 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15796 , cls_42 , 4.0500 , 1920.0000 , 90.6035 , 474.0741 , 2.2857 , 1.1639 , 0.5818 , 0.6185 , 1.0800 , 1.0000 , 26.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15807 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15822 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15835 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15836 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15850 , cls_42 , 1.4400 , 540.0000 , 46.2263 , 375.0000 , 1.1250 , 1.0246 , 0.5031 , 0.6667 , 0.3600 , 1.0000 , 25.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15863 , cls_42 , 0.7200 , 420.0000 , 32.6407 , 583.3333 , 1.1667 , 1.0480 , 0.4341 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15865 , cls_42 , 1.3500 , 780.0000 , 52.0437 , 577.7778 , 1.6250 , 1.1089 , 0.5342 , 0.5333 , 0.0900 , 1.0000 , 6.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15876 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15878 , cls_42 , 4.7700 , 2040.0000 , 113.7494 , 427.6730 , 2.2667 , 1.1574 , 0.6521 , 0.6509 , 1.3500 , 2.0000 , 28.3019 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15890 , cls_42 , 16.4700 , 2940.0000 , 193.4764 , 178.5064 , 1.7500 , 1.0989 , 0.6432 , 0.8461 , 10.2600 , 2.0000 , 62.2951 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15891 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15896 , cls_42 , 0.9000 , 660.0000 , 45.3374 , 733.3333 , 1.5714 , 1.1216 , 0.6021 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15901 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15925 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15945 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15946 , cls_42 , 0.8100 , 540.0000 , 50.1167 , 666.6667 , 1.5000 , 1.0901 , 0.7135 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15950 , cls_42 , 2.9700 , 1620.0000 , 85.7782 , 545.4545 , 2.2500 , 1.1659 , 0.6768 , 0.5657 , 0.4500 , 2.0000 , 15.1515 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15961 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15975 , cls_42 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15980 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15989 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15996 , cls_42 , 2.7900 , 1380.0000 , 82.3849 , 494.6237 , 1.9167 , 1.1417 , 0.6842 , 0.6129 , 0.5400 , 1.0000 , 19.3548 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15998 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16019 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16024 , cls_42 , 2.2500 , 1260.0000 , 73.0172 , 560.0000 , 2.1000 , 1.1481 , 0.5639 , 0.5267 , 0.0900 , 1.0000 , 4.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16037 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16051 , cls_42 , 1.4400 , 840.0000 , 59.1377 , 583.3333 , 1.7500 , 1.1169 , 0.6866 , 0.5208 , 0.0900 , 1.0000 , 6.2500 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16052 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16055 , cls_42 , 3.6900 , 2100.0000 , 100.4522 , 569.1057 , 2.6923 , 1.1912 , 0.5984 , 0.5366 , 0.1800 , 1.0000 , 4.8780 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16072 , cls_42 , 13.5900 , 5280.0000 , 188.8706 , 388.5210 , 3.5200 , 1.2158 , 0.6466 , 0.6854 , 4.3200 , 4.0000 , 31.7881 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16076 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16079 , cls_42 , 2.3400 , 1500.0000 , 81.1530 , 641.0256 , 2.2727 , 1.1783 , 0.6689 , 0.5000 , 0.1800 , 2.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16082 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16097 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16098 , cls_42 , 1.4400 , 840.0000 , 54.3785 , 583.3333 , 1.7500 , 1.1169 , 0.5473 , 0.5000 , 0.0900 , 1.0000 , 6.2500 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16102 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16120 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16129 , cls_42 , 1.0800 , 600.0000 , 44.4549 , 555.5556 , 1.4286 , 1.0790 , 0.6180 , 0.5556 , 0.1800 , 1.0000 , 16.6667 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16132 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16134 , cls_42 , 4.2300 , 2160.0000 , 112.8237 , 510.6383 , 2.5714 , 1.1812 , 0.7340 , 0.5957 , 0.7200 , 2.0000 , 17.0213 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16139 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16145 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16150 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16152 , cls_42 , 0.6300 , 420.0000 , 35.4324 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16168 , cls_42 , 14.1300 , 2520.0000 , 153.7489 , 178.3439 , 1.6154 , 1.0871 , 0.4926 , 0.8493 , 9.1800 , 1.0000 , 64.9682 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16184 , cls_42 , 10.0800 , 3540.0000 , 166.3000 , 351.1905 , 2.6818 , 1.1780 , 0.6907 , 0.7098 , 3.4200 , 2.0000 , 33.9286 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16204 , cls_42 , 2.7000 , 1260.0000 , 77.2586 , 466.6667 , 1.9091 , 1.1276 , 0.6944 , 0.6222 , 0.5400 , 2.0000 , 20.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16209 , cls_42 , 6.5700 , 2400.0000 , 112.9306 , 365.2968 , 2.2222 , 1.1533 , 0.6011 , 0.7032 , 1.9800 , 3.0000 , 30.1370 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16219 , cls_42 , 1.0800 , 600.0000 , 44.7638 , 555.5556 , 1.4286 , 1.0790 , 0.6273 , 0.5417 , 0.1800 , 1.0000 , 16.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16226 , cls_42 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16266 , cls_42 , 0.8100 , 420.0000 , 34.3573 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16268 , cls_42 , 0.4500 , 480.0000 , 33.6384 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16272 , cls_42 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16276 , cls_42 , 4.7700 , 1380.0000 , 87.1005 , 289.3082 , 1.5333 , 1.0849 , 0.5346 , 0.7610 , 2.3400 , 1.0000 , 49.0566 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16277 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16283 , cls_42 , 1.8000 , 1080.0000 , 68.6071 , 600.0000 , 2.0000 , 1.1428 , 0.7139 , 0.5167 , 0.0900 , 1.0000 , 5.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16287 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16288 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16289 , cls_42 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16295 , cls_42 , 1.5300 , 1200.0000 , 62.8508 , 784.3137 , 2.2222 , 1.1839 , 0.5916 , 0.4314 , 0.0900 , 1.0000 , 5.8824 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16298 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16306 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16308 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16310 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16311 , cls_42 , 0.8100 , 540.0000 , 40.2830 , 666.6667 , 1.5000 , 1.0901 , 0.5416 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16315 , cls_42 , 0.9900 , 600.0000 , 42.3908 , 606.0606 , 1.4286 , 1.0892 , 0.6888 , 0.5303 , 0.1800 , 1.0000 , 18.1818 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16329 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16347 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16368 , cls_42 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16373 , cls_42 , 15.8400 , 4320.0000 , 233.3484 , 272.7273 , 2.6667 , 1.1668 , 0.7781 , 0.7775 , 8.0100 , 2.0000 , 50.5682 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16397 , cls_42 , 0.9000 , 540.0000 , 40.0094 , 600.0000 , 1.2857 , 1.0775 , 0.5609 , 0.5000 , 0.0900 , 1.0000 , 10.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16409 , cls_42 , 1.1700 , 900.0000 , 57.3850 , 769.2308 , 1.8750 , 1.1564 , 0.7146 , 0.3846 , 0.0900 , 1.0000 , 7.6923 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16420 , cls_42 , 5.4000 , 2100.0000 , 103.7228 , 388.8889 , 2.1875 , 1.1496 , 0.5870 , 0.6833 , 2.0700 , 1.0000 , 38.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16421 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16439 , cls_42 , 0.9900 , 720.0000 , 46.9656 , 727.2727 , 1.7143 , 1.1289 , 0.6584 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16461 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16470 , cls_42 , 1.6200 , 720.0000 , 63.1658 , 444.4444 , 1.3333 , 1.0715 , 0.6903 , 0.6204 , 0.2700 , 2.0000 , 16.6667 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16471 , cls_42 , 4.7700 , 2100.0000 , 103.6512 , 440.2516 , 2.3333 , 1.1628 , 0.6503 , 0.6321 , 0.9900 , 3.0000 , 20.7547 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16473 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16476 , cls_42 , 4.5000 , 2040.0000 , 110.3778 , 453.3333 , 2.2667 , 1.1637 , 0.7080 , 0.6367 , 1.2600 , 2.0000 , 28.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16495 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16497 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16505 , cls_42 , 0.8100 , 780.0000 , 52.3802 , 962.9630 , 2.1667 , 1.1718 , 0.7708 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16514 , cls_42 , 3.9600 , 2400.0000 , 146.2597 , 606.0606 , 2.8571 , 1.2085 , 0.8486 , 0.5152 , 0.4500 , 1.0000 , 11.3636 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16537 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16538 , cls_42 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16545 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16557 , cls_42 , 0.7200 , 480.0000 , 35.9597 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16562 , cls_42 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16566 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16576 , cls_42 , 0.8100 , 420.0000 , 34.3573 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16582 , cls_42 , 0.6300 , 600.0000 , 43.6386 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16584 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16590 , cls_42 , 0.8100 , 720.0000 , 49.1130 , 888.8889 , 2.0000 , 1.1540 , 0.7135 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16625 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16646 , cls_42 , 3.4200 , 1500.0000 , 78.6926 , 438.5965 , 1.9231 , 1.1354 , 0.5718 , 0.6623 , 1.0800 , 1.0000 , 31.5789 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16662 , cls_42 , 1.3500 , 720.0000 , 57.8823 , 533.3333 , 1.5000 , 1.0921 , 0.7191 , 0.5444 , 0.0900 , 1.0000 , 6.6667 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16667 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16695 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16700 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16718 , cls_42 , 0.7200 , 720.0000 , 44.1559 , 1000.0000 , 2.0000 , 1.1693 , 0.6817 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16733 , cls_42 , 0.8100 , 540.0000 , 37.3245 , 666.6667 , 1.5000 , 1.0901 , 0.5416 , 0.4815 , 0.0900 , 1.0000 , 11.1111 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16741 , cls_42 , 0.6300 , 420.0000 , 35.6269 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16747 , cls_42 , 1.0800 , 900.0000 , 55.8498 , 833.3333 , 2.1429 , 1.1663 , 0.7062 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16750 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16756 , cls_42 , 1.5300 , 720.0000 , 52.0221 , 470.5882 , 1.3333 , 1.0779 , 0.5916 , 0.6176 , 0.3600 , 1.0000 , 23.5294 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16757 , cls_42 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16766 , cls_42 , 2.5200 , 1500.0000 , 91.9463 , 595.2381 , 2.2727 , 1.1696 , 0.7379 , 0.5476 , 0.3600 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16773 , cls_42 , 4.5000 , 1620.0000 , 121.2330 , 360.0000 , 1.8000 , 1.1207 , 0.7551 , 0.6900 , 1.2600 , 3.0000 , 28.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16801 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16823 , cls_42 , 0.9900 , 480.0000 , 40.4694 , 484.8485 , 1.1429 , 1.0407 , 0.5623 , 0.5758 , 0.0900 , 1.0000 , 9.0909 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16825 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16843 , cls_42 , 0.7200 , 660.0000 , 48.4074 , 916.6667 , 1.8333 , 1.1497 , 0.7963 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16847 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16849 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16875 , cls_42 , 1.1700 , 600.0000 , 47.3586 , 512.8205 , 1.2500 , 1.0698 , 0.6877 , 0.5641 , 0.1800 , 1.0000 , 15.3846 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16887 , cls_42 , 0.5400 , 480.0000 , 35.7844 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16890 , cls_42 , 0.9900 , 540.0000 , 39.4439 , 545.4545 , 1.2857 , 1.0663 , 0.4398 , 0.5606 , 0.1800 , 1.0000 , 18.1818 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16891 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16892 , cls_42 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16895 , cls_42 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16907 , cls_42 , 1.0800 , 480.0000 , 40.2698 , 444.4444 , 1.1429 , 1.0310 , 0.5225 , 0.6111 , 0.1800 , 1.0000 , 16.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16924 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16933 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16949 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16953 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16956 , cls_42 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16959 , cls_42 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16969 , cls_42 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16974 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16977 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16981 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17008 , cls_42 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17009 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17015 , cls_42 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17020 , cls_42 , 0.6300 , 540.0000 , 43.8293 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17025 , cls_42 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17069 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17075 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17084 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17090 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17105 , cls_42 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17106 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17118 , cls_42 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17137 , cls_42 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2 , cls_43 , 2.3400 , 1020.0000 , 70.3427 , 435.8974 , 1.5455 , 1.1016 , 0.6280 , 0.6346 , 0.4500 , 1.0000 , 19.2308 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9 , cls_43 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 27 , cls_43 , 3.6000 , 2100.0000 , 93.7673 , 583.3333 , 2.6923 , 1.1940 , 0.5647 , 0.5417 , 0.2700 , 3.0000 , 7.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 30 , cls_43 , 0.6300 , 480.0000 , 35.9986 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 32 , cls_43 , 0.7200 , 540.0000 , 46.7357 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 33 , cls_43 , 0.7200 , 540.0000 , 41.2327 , 750.0000 , 1.5000 , 1.1046 , 0.6082 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 40 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 42 , cls_43 , 4.6800 , 3780.0000 , 143.9055 , 807.6923 , 4.2000 , 1.2742 , 0.7836 , 0.3878 , 0.0900 , 1.0000 , 1.9231 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 52 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 54 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 360.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 57 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 58 , cls_43 , 0.9900 , 660.0000 , 49.3734 , 666.6667 , 1.5714 , 1.1100 , 0.6888 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 60 , cls_43 , 3.2400 , 1560.0000 , 92.5530 , 481.4815 , 2.1667 , 1.1489 , 0.7004 , 0.6019 , 0.6300 , 2.0000 , 19.4444 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 73 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 75 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 87 , cls_43 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 98 , cls_43 , 13.9500 , 6900.0000 , 210.4685 , 494.6237 , 4.6000 , 1.2583 , 0.6626 , 0.6032 , 2.6100 , 8.0000 , 18.7097 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 102 , cls_43 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 103 , cls_43 , 0.6300 , 480.0000 , 39.1923 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 107 , cls_43 , 1.0800 , 840.0000 , 60.7569 , 777.7778 , 2.0000 , 1.1515 , 0.7649 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 110 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 117 , cls_43 , 0.6300 , 480.0000 , 35.0995 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 124 , cls_43 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 125 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 136 , cls_43 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 362.4914 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 150 , cls_43 , 2.4300 , 1800.0000 , 117.6408 , 740.7407 , 2.7273 , 1.2100 , 0.8378 , 0.4506 , 0.1800 , 1.0000 , 7.4074 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 157 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 158 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 166 , cls_43 , 1.0800 , 960.0000 , 69.7756 , 888.8889 , 2.2857 , 1.1802 , 0.8202 , 0.3194 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 169 , cls_43 , 0.4500 , 480.0000 , 38.5203 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 183 , cls_43 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 185 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 187 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 189 , cls_43 , 0.7200 , 480.0000 , 38.3750 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 207 , cls_43 , 0.7200 , 420.0000 , 34.4171 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 212 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 214 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 215 , cls_43 , 0.4500 , 480.0000 , 38.8161 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 220 , cls_43 , 1.5300 , 1080.0000 , 66.7240 , 705.8824 , 2.0000 , 1.1620 , 0.7835 , 0.4608 , 0.0900 , 1.0000 , 5.8824 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 221 , cls_43 , 0.7200 , 420.0000 , 35.9822 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 225 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 229 , cls_43 , 0.5400 , 540.0000 , 38.6938 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 230 , cls_43 , 1.3500 , 660.0000 , 50.1210 , 488.8889 , 1.3750 , 1.0738 , 0.5756 , 0.5889 , 0.2700 , 1.0000 , 20.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 242 , cls_43 , 0.8100 , 720.0000 , 43.6010 , 888.8889 , 2.0000 , 1.1540 , 0.6630 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 245 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 246 , cls_43 , 1.8900 , 1260.0000 , 76.9940 , 666.6667 , 2.1000 , 1.1684 , 0.7547 , 0.4841 , 0.1800 , 2.0000 , 9.5238 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 248 , cls_43 , 0.9900 , 600.0000 , 43.4232 , 606.0606 , 1.4286 , 1.0892 , 0.5881 , 0.5000 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 256 , cls_43 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 260 , cls_43 , 0.8100 , 720.0000 , 47.1670 , 888.8889 , 2.0000 , 1.1540 , 0.7205 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 262 , cls_43 , 0.8100 , 780.0000 , 65.8406 , 962.9630 , 2.1667 , 1.1718 , 0.8451 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 263 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 266 , cls_43 , 0.6300 , 600.0000 , 40.6995 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 267 , cls_43 , 0.7200 , 540.0000 , 41.7115 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 268 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 269 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 288 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 297 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 308 , cls_43 , 1.3500 , 840.0000 , 63.2581 , 622.2222 , 1.7500 , 1.1245 , 0.7191 , 0.4556 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 312 , cls_43 , 16.1100 , 8160.0000 , 256.3368 , 506.5177 , 5.0370 , 1.2712 , 0.7264 , 0.6061 , 3.2400 , 7.0000 , 20.1117 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 325 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 333 , cls_43 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 337 , cls_43 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 338 , cls_43 , 0.5400 , 480.0000 , 39.1122 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 346 , cls_43 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 350 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 361 , cls_43 , 0.6300 , 480.0000 , 42.6470 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 377 , cls_43 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 378 , cls_43 , 0.6300 , 480.0000 , 42.7536 , 761.9048 , 1.3333 , 1.0945 , 0.7591 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 387 , cls_43 , 0.7200 , 540.0000 , 39.6270 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 390 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 393 , cls_43 , 1.3500 , 1020.0000 , 85.7810 , 755.5556 , 2.1250 , 1.1653 , 0.8354 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 396 , cls_43 , 0.9900 , 600.0000 , 44.8787 , 606.0606 , 1.4286 , 1.0892 , 0.6498 , 0.5000 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 397 , cls_43 , 0.6300 , 660.0000 , 40.8161 , 1047.6190 , 1.8333 , 1.1673 , 0.6927 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 405 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 408 , cls_43 , 0.5400 , 540.0000 , 48.0664 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 416 , cls_43 , 2.1600 , 1500.0000 , 87.8941 , 694.4444 , 2.5000 , 1.1877 , 0.7388 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 425 , cls_43 , 0.5400 , 480.0000 , 39.5867 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 426 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 428 , cls_43 , 0.6300 , 720.0000 , 45.6272 , 1142.8571 , 2.0000 , 1.1872 , 0.7379 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 431 , cls_43 , 0.9900 , 1020.0000 , 78.1784 , 1030.3030 , 2.4286 , 1.2046 , 0.8613 , 0.2273 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 436 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 451 , cls_43 , 1.2600 , 720.0000 , 52.4480 , 571.4286 , 1.5000 , 1.1000 , 0.7078 , 0.5476 , 0.1800 , 1.0000 , 14.2857 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 481 , cls_43 , 1.1700 , 840.0000 , 63.3834 , 717.9487 , 1.7500 , 1.1416 , 0.7146 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 482 , cls_43 , 0.8100 , 720.0000 , 57.7640 , 888.8889 , 2.0000 , 1.1540 , 0.7796 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 483 , cls_43 , 0.9000 , 840.0000 , 56.4467 , 933.3333 , 2.0000 , 1.1745 , 0.7551 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 484 , cls_43 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 485 , cls_43 , 1.5300 , 1140.0000 , 66.5084 , 745.0980 , 2.1111 , 1.1733 , 0.7453 , 0.4020 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 488 , cls_43 , 1.8900 , 840.0000 , 68.5558 , 444.4444 , 1.4000 , 1.0860 , 0.7477 , 0.6270 , 0.3600 , 2.0000 , 19.0476 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 508 , cls_43 , 2.5200 , 1500.0000 , 81.9721 , 595.2381 , 2.2727 , 1.1696 , 0.7607 , 0.5357 , 0.1800 , 1.0000 , 7.1429 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 515 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 516 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 384.1875 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 522 , cls_43 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 533 , cls_43 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 535 , cls_43 , 0.8100 , 480.0000 , 37.6685 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.0900 , 1.0000 , 11.1111 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 536 , cls_43 , 2.3400 , 1260.0000 , 71.7666 , 538.4615 , 1.9091 , 1.1436 , 0.7146 , 0.6026 , 0.7200 , 1.0000 , 30.7692 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 552 , cls_43 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 559 , cls_43 , 1.0800 , 900.0000 , 59.7226 , 833.3333 , 2.1429 , 1.1663 , 0.7495 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 561 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 565 , cls_43 , 0.5400 , 540.0000 , 50.2074 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 574 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 588 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 589 , cls_43 , 0.9000 , 600.0000 , 43.6099 , 666.6667 , 1.4286 , 1.1006 , 0.6255 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 590 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 318.9044 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 597 , cls_43 , 0.6300 , 600.0000 , 43.7921 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 605 , cls_43 , 0.9000 , 780.0000 , 43.5382 , 866.6667 , 1.8571 , 1.1583 , 0.5609 , 0.4000 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 606 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 608 , cls_43 , 0.7200 , 780.0000 , 44.9303 , 1083.3333 , 2.1667 , 1.1874 , 0.5926 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 612 , cls_43 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 621 , cls_43 , 1.8900 , 1260.0000 , 70.7358 , 666.6667 , 2.1000 , 1.1684 , 0.7029 , 0.4683 , 0.1800 , 2.0000 , 9.5238 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 630 , cls_43 , 0.6300 , 660.0000 , 50.7957 , 1047.6190 , 1.8333 , 1.1673 , 0.7591 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 633 , cls_43 , 0.8100 , 660.0000 , 53.4596 , 814.8148 , 1.8333 , 1.1347 , 0.8024 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 635 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 641 , cls_43 , 0.6300 , 540.0000 , 40.3681 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 643 , cls_43 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 646 , cls_43 , 0.5400 , 480.0000 , 35.7844 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 647 , cls_43 , 1.1700 , 960.0000 , 58.3721 , 820.5128 , 2.0000 , 1.1702 , 0.7453 , 0.4103 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 658 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 659 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 667 , cls_43 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 671 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 678 , cls_43 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 680 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 687 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 688 , cls_43 , 0.8100 , 780.0000 , 70.4523 , 962.9630 , 2.1667 , 1.1718 , 0.8652 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 693 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 707 , cls_43 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 710 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 712 , cls_43 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 713 , cls_43 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 715 , cls_43 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 718 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 724 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 725 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 727 , cls_43 , 3.3300 , 2760.0000 , 128.8304 , 828.8288 , 3.5385 , 1.2554 , 0.8268 , 0.3784 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 731 , cls_43 , 2.7000 , 1860.0000 , 104.9488 , 688.8889 , 2.8182 , 1.2039 , 0.8164 , 0.4556 , 0.0900 , 1.0000 , 3.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 732 , cls_43 , 3.6900 , 1980.0000 , 128.8507 , 536.5854 , 2.5385 , 1.1800 , 0.7992 , 0.5691 , 0.4500 , 2.0000 , 12.1951 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 733 , cls_43 , 1.5300 , 960.0000 , 56.1420 , 627.4510 , 1.7778 , 1.1376 , 0.6452 , 0.5000 , 0.1800 , 1.0000 , 11.7647 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 745 , cls_43 , 1.1700 , 720.0000 , 55.5329 , 615.3846 , 1.5000 , 1.1087 , 0.7566 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 747 , cls_43 , 2.8800 , 1920.0000 , 155.9298 , 666.6667 , 2.6667 , 1.2025 , 0.8899 , 0.4635 , 0.0900 , 1.0000 , 3.1250 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 749 , cls_43 , 0.3600 , 480.0000 , 36.9061 , 1333.3333 , 2.0000 , 1.1693 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 258.0698 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 755 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 758 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 759 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 761 , cls_43 , 1.0800 , 720.0000 , 46.2445 , 666.6667 , 1.7143 , 1.1183 , 0.6180 , 0.4861 , 0.1800 , 2.0000 , 16.6667 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 766 , cls_43 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 767 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 774 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 783 , cls_43 , 0.9000 , 720.0000 , 48.1522 , 800.0000 , 1.7143 , 1.1407 , 0.6894 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 785 , cls_43 , 0.7200 , 540.0000 , 41.3531 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.4167 , 0.0900 , 1.0000 , 12.5000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 798 , cls_43 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 805 , cls_43 , 0.8100 , 480.0000 , 37.6685 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.0900 , 1.0000 , 11.1111 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 814 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 816 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 821 , cls_43 , 0.6300 , 420.0000 , 35.6269 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 823 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 824 , cls_43 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 826 , cls_43 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 827 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 842 , cls_43 , 1.9800 , 1020.0000 , 67.6568 , 515.1515 , 1.7000 , 1.1202 , 0.6163 , 0.5833 , 0.3600 , 1.0000 , 18.1818 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 847 , cls_43 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 849 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 854 , cls_43 , 0.6300 , 660.0000 , 48.2358 , 1047.6190 , 1.8333 , 1.1673 , 0.6572 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 857 , cls_43 , 0.6300 , 480.0000 , 33.5088 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 861 , cls_43 , 0.5400 , 480.0000 , 40.0496 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 871 , cls_43 , 0.7200 , 540.0000 , 51.8938 , 750.0000 , 1.5000 , 1.1046 , 0.8078 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 874 , cls_43 , 3.2400 , 1740.0000 , 103.6466 , 537.0370 , 2.4167 , 1.1699 , 0.7425 , 0.5741 , 0.5400 , 2.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 875 , cls_43 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 882 , cls_43 , 1.2600 , 960.0000 , 56.0743 , 761.9048 , 2.0000 , 1.1610 , 0.6039 , 0.4286 , 0.0900 , 1.0000 , 7.1429 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 895 , cls_43 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 900 , cls_43 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 902 , cls_43 , 2.1600 , 1140.0000 , 74.5708 , 527.7778 , 1.9000 , 1.1327 , 0.7062 , 0.5694 , 0.2700 , 2.0000 , 12.5000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 905 , cls_43 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 921 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 305.9412 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 922 , cls_43 , 0.8100 , 780.0000 , 48.4513 , 962.9630 , 2.1667 , 1.1718 , 0.7135 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 923 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 926 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 927 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 931 , cls_43 , 0.7200 , 660.0000 , 46.8370 , 916.6667 , 1.8333 , 1.1497 , 0.7453 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 937 , cls_43 , 1.0800 , 900.0000 , 70.1302 , 833.3333 , 2.1429 , 1.1663 , 0.8202 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 942 , cls_43 , 3.6000 , 2220.0000 , 101.7389 , 616.6667 , 2.8462 , 1.2046 , 0.6021 , 0.5167 , 0.0900 , 1.0000 , 2.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 948 , cls_43 , 0.8100 , 600.0000 , 50.9026 , 740.7407 , 1.6667 , 1.1135 , 0.7205 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 957 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 959 , cls_43 , 1.6200 , 900.0000 , 54.5648 , 555.5556 , 1.6667 , 1.1176 , 0.5593 , 0.5648 , 0.1800 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 960 , cls_43 , 0.9900 , 540.0000 , 47.7954 , 545.4545 , 1.2857 , 1.0663 , 0.6888 , 0.5152 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 962 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 979 , cls_43 , 1.1700 , 1080.0000 , 63.7065 , 923.0769 , 2.2500 , 1.1953 , 0.7733 , 0.3077 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 989 , cls_43 , 2.7000 , 2100.0000 , 105.0288 , 777.7778 , 3.1818 , 1.2277 , 0.8090 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1000 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1003 , cls_43 , 0.9000 , 540.0000 , 42.4704 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1007 , cls_43 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1009 , cls_43 , 0.5400 , 540.0000 , 38.6938 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1018 , cls_43 , 1.0800 , 720.0000 , 55.3865 , 666.6667 , 1.7143 , 1.1183 , 0.6944 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1039 , cls_43 , 2.7000 , 2220.0000 , 103.2973 , 822.2222 , 3.3636 , 1.2386 , 0.8248 , 0.3556 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1052 , cls_43 , 0.6300 , 420.0000 , 35.6333 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1055 , cls_43 , 0.6300 , 480.0000 , 35.1139 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1058 , cls_43 , 0.9000 , 780.0000 , 64.9887 , 866.6667 , 1.8571 , 1.1583 , 0.8279 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1064 , cls_43 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1066 , cls_43 , 1.3500 , 1140.0000 , 68.1000 , 844.4444 , 2.3750 , 1.1887 , 0.8031 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1067 , cls_43 , 1.6200 , 780.0000 , 58.3346 , 481.4815 , 1.4444 , 1.0880 , 0.6474 , 0.5833 , 0.1800 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1070 , cls_43 , 1.6200 , 840.0000 , 51.3390 , 518.5185 , 1.5556 , 1.1033 , 0.5593 , 0.6019 , 0.4500 , 1.0000 , 27.7778 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1071 , cls_43 , 1.1700 , 540.0000 , 45.0888 , 461.5385 , 1.1250 , 1.0473 , 0.5862 , 0.6026 , 0.1800 , 1.0000 , 15.3846 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1079 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1101 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1117 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1130 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1134 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1136 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1138 , cls_43 , 1.4400 , 1200.0000 , 70.2175 , 833.3333 , 2.5000 , 1.1914 , 0.7453 , 0.3854 , 0.0900 , 1.0000 , 6.2500 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1143 , cls_43 , 2.6100 , 1320.0000 , 90.5398 , 505.7471 , 2.0000 , 1.1405 , 0.7285 , 0.5862 , 0.4500 , 2.0000 , 17.2414 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1148 , cls_43 , 0.4500 , 360.0000 , 24.0000 , 800.0000 , 1.2000 , 1.0699 , 0.3634 , 0.4000 , 0.0900 , 1.0000 , 20.0000 , 283.0194 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1152 , cls_43 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1155 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1163 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1177 , cls_43 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1181 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1182 , cls_43 , 0.5400 , 480.0000 , 34.2951 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1184 , cls_43 , 0.6300 , 600.0000 , 43.9843 , 952.3810 , 1.6667 , 1.1455 , 0.7215 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1198 , cls_43 , 1.4400 , 1320.0000 , 89.7656 , 916.6667 , 2.7500 , 1.2113 , 0.8244 , 0.3229 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1200 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1205 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1212 , cls_43 , 0.9000 , 720.0000 , 59.6275 , 800.0000 , 1.7143 , 1.1407 , 0.8041 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1215 , cls_43 , 0.7200 , 840.0000 , 54.2357 , 1166.6667 , 2.3333 , 1.2041 , 0.8041 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 436.8066 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1220 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1224 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1225 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1226 , cls_43 , 0.7200 , 480.0000 , 38.8049 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1228 , cls_43 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1230 , cls_43 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1231 , cls_43 , 1.7100 , 1620.0000 , 101.6953 , 947.3684 , 3.0000 , 1.2320 , 0.8569 , 0.3070 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1241 , cls_43 , 1.6200 , 1200.0000 , 65.0720 , 740.7407 , 2.2222 , 1.1769 , 0.6474 , 0.4352 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1252 , cls_43 , 0.5400 , 660.0000 , 46.2366 , 1222.2222 , 2.2000 , 1.1882 , 0.7366 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 283.0194 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1255 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1256 , cls_43 , 0.7200 , 600.0000 , 58.2844 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1264 , cls_43 , 3.7800 , 2040.0000 , 106.6374 , 539.6825 , 2.6154 , 1.1830 , 0.7781 , 0.5675 , 0.7200 , 1.0000 , 19.0476 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1275 , cls_43 , 1.0800 , 600.0000 , 47.7881 , 555.5556 , 1.4286 , 1.0790 , 0.6273 , 0.5417 , 0.0900 , 1.0000 , 8.3333 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1287 , cls_43 , 0.9000 , 960.0000 , 62.6231 , 1066.6667 , 2.2857 , 1.2039 , 0.8279 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1288 , cls_43 , 1.8900 , 1380.0000 , 76.4915 , 730.1587 , 2.3000 , 1.1869 , 0.6854 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1299 , cls_43 , 1.3500 , 1140.0000 , 95.5605 , 844.4444 , 2.3750 , 1.1887 , 0.8472 , 0.3111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1304 , cls_43 , 0.8100 , 420.0000 , 34.7671 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1309 , cls_43 , 0.8100 , 660.0000 , 58.8490 , 814.8148 , 1.8333 , 1.1347 , 0.8430 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1313 , cls_43 , 0.9000 , 660.0000 , 57.1488 , 733.3333 , 1.5714 , 1.1216 , 0.8041 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1322 , cls_43 , 0.8100 , 600.0000 , 54.0232 , 740.7407 , 1.6667 , 1.1135 , 0.7838 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1349 , cls_43 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1350 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1364 , cls_43 , 1.0800 , 900.0000 , 70.4213 , 833.3333 , 2.1429 , 1.1663 , 0.8648 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1365 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1370 , cls_43 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1371 , cls_43 , 2.0700 , 1500.0000 , 82.9427 , 724.6377 , 2.5000 , 1.1928 , 0.8035 , 0.4493 , 0.1800 , 2.0000 , 8.6957 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1374 , cls_43 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1379 , cls_43 , 2.3400 , 1740.0000 , 89.7744 , 743.5897 , 2.6364 , 1.2078 , 0.7352 , 0.4231 , 0.0900 , 1.0000 , 3.8462 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1386 , cls_43 , 0.6300 , 600.0000 , 43.0619 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1389 , cls_43 , 4.2300 , 1980.0000 , 107.0833 , 468.0851 , 2.3571 , 1.1649 , 0.6915 , 0.6206 , 0.9900 , 2.0000 , 23.4043 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1391 , cls_43 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1393 , cls_43 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1396 , cls_43 , 0.7200 , 600.0000 , 39.5073 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1403 , cls_43 , 0.8100 , 660.0000 , 61.8022 , 814.8148 , 1.8333 , 1.1347 , 0.7838 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1409 , cls_43 , 1.0800 , 960.0000 , 60.3050 , 888.8889 , 2.2857 , 1.1802 , 0.7117 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1411 , cls_43 , 0.6300 , 540.0000 , 43.4576 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1412 , cls_43 , 0.9900 , 540.0000 , 42.0376 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5455 , 0.1800 , 1.0000 , 18.1818 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1413 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1424 , cls_43 , 0.7200 , 600.0000 , 48.5794 , 833.3333 , 1.6667 , 1.1283 , 0.7736 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1431 , cls_43 , 1.0800 , 1080.0000 , 58.8751 , 1000.0000 , 2.5714 , 1.2056 , 0.7366 , 0.2639 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1441 , cls_43 , 0.8100 , 720.0000 , 58.6828 , 888.8889 , 2.0000 , 1.1540 , 0.7838 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1453 , cls_43 , 0.5400 , 420.0000 , 32.0783 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1454 , cls_43 , 1.0800 , 780.0000 , 58.3354 , 722.2222 , 1.8571 , 1.1355 , 0.7649 , 0.4306 , 0.0900 , 1.0000 , 8.3333 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1455 , cls_43 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1456 , cls_43 , 0.6300 , 540.0000 , 42.6470 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1464 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1471 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1483 , cls_43 , 0.5400 , 600.0000 , 48.3776 , 1111.1111 , 2.0000 , 1.1661 , 0.8090 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1485 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1520 , cls_43 , 0.5400 , 480.0000 , 37.0246 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1530 , cls_43 , 1.0800 , 900.0000 , 67.2062 , 833.3333 , 2.1429 , 1.1663 , 0.8202 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1536 , cls_43 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1544 , cls_43 , 2.5200 , 1320.0000 , 88.0777 , 523.8095 , 2.0000 , 1.1444 , 0.7997 , 0.5833 , 0.6300 , 1.0000 , 25.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1566 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1568 , cls_43 , 0.6300 , 480.0000 , 40.5326 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1570 , cls_43 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1575 , cls_43 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1577 , cls_43 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1578 , cls_43 , 0.6300 , 420.0000 , 31.6352 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1580 , cls_43 , 0.4500 , 540.0000 , 44.4290 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1589 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1613 , cls_43 , 0.6300 , 540.0000 , 37.9844 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1615 , cls_43 , 0.8100 , 540.0000 , 39.9170 , 666.6667 , 1.5000 , 1.0901 , 0.5593 , 0.4444 , 0.0900 , 1.0000 , 11.1111 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1621 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1624 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1636 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1637 , cls_43 , 0.6300 , 480.0000 , 42.3983 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1644 , cls_43 , 0.8100 , 720.0000 , 64.8385 , 888.8889 , 2.0000 , 1.1540 , 0.8408 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1645 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1651 , cls_43 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1657 , cls_43 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1658 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1676 , cls_43 , 0.9000 , 480.0000 , 40.6445 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5500 , 0.0900 , 1.0000 , 10.0000 , 256.3201 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1680 , cls_43 , 0.7200 , 600.0000 , 42.6051 , 833.3333 , 1.6667 , 1.1283 , 0.6817 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1684 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1693 , cls_43 , 1.5300 , 1140.0000 , 63.3085 , 745.0980 , 2.1111 , 1.1733 , 0.7294 , 0.4216 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1696 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1713 , cls_43 , 2.5200 , 1320.0000 , 79.3296 , 523.8095 , 2.0000 , 1.1444 , 0.6927 , 0.5893 , 0.6300 , 1.0000 , 25.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1717 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1728 , cls_43 , 0.4500 , 480.0000 , 37.4151 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1731 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1747 , cls_43 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1749 , cls_43 , 2.0700 , 1020.0000 , 59.8337 , 492.7536 , 1.7000 , 1.1152 , 0.5988 , 0.6304 , 0.7200 , 1.0000 , 34.7826 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1773 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1775 , cls_43 , 2.8800 , 1740.0000 , 93.7201 , 604.1667 , 2.4167 , 1.1833 , 0.7516 , 0.5208 , 0.2700 , 1.0000 , 9.3750 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1776 , cls_43 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1780 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1782 , cls_43 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1790 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1803 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1805 , cls_43 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1807 , cls_43 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1808 , cls_43 , 1.3500 , 900.0000 , 58.9209 , 666.6667 , 1.8750 , 1.1390 , 0.7384 , 0.4778 , 0.0900 , 1.0000 , 6.6667 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1812 , cls_43 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1818 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1820 , cls_43 , 0.9900 , 1080.0000 , 61.9272 , 1090.9091 , 2.5714 , 1.2170 , 0.7357 , 0.2273 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1841 , cls_43 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1844 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1852 , cls_43 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1863 , cls_43 , 0.4500 , 480.0000 , 43.3217 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1868 , cls_43 , 0.5400 , 660.0000 , 43.5357 , 1222.2222 , 2.2000 , 1.1882 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1871 , cls_43 , 0.7200 , 600.0000 , 48.0073 , 833.3333 , 1.6667 , 1.1283 , 0.7963 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1881 , cls_43 , 1.7100 , 1020.0000 , 76.7148 , 596.4912 , 1.8889 , 1.1370 , 0.8139 , 0.5351 , 0.1800 , 1.0000 , 10.5263 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1891 , cls_43 , 1.1700 , 900.0000 , 61.8782 , 769.2308 , 1.8750 , 1.1564 , 0.7286 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1895 , cls_43 , 1.3500 , 1020.0000 , 60.6703 , 755.5556 , 2.1250 , 1.1653 , 0.6707 , 0.4111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1896 , cls_43 , 0.6300 , 480.0000 , 36.3894 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1897 , cls_43 , 0.9000 , 660.0000 , 46.3787 , 733.3333 , 1.5714 , 1.1216 , 0.6894 , 0.4333 , 0.0900 , 1.0000 , 10.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1898 , cls_43 , 0.7200 , 720.0000 , 56.9635 , 1000.0000 , 2.0000 , 1.1693 , 0.8330 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1902 , cls_43 , 2.6100 , 1260.0000 , 80.9272 , 482.7586 , 1.9091 , 1.1313 , 0.7046 , 0.6264 , 0.8100 , 1.0000 , 31.0345 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1915 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1929 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1930 , cls_43 , 0.5400 , 540.0000 , 44.2081 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1932 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1941 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1943 , cls_43 , 0.5400 , 480.0000 , 40.0496 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1947 , cls_43 , 0.6300 , 420.0000 , 36.7148 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1957 , cls_43 , 2.7900 , 1440.0000 , 91.0457 , 516.1290 , 2.0000 , 1.1500 , 0.6842 , 0.5699 , 0.3600 , 2.0000 , 12.9032 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1962 , cls_43 , 0.8100 , 720.0000 , 52.6029 , 888.8889 , 2.0000 , 1.1540 , 0.7708 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1977 , cls_43 , 0.7200 , 540.0000 , 43.8794 , 750.0000 , 1.5000 , 1.1046 , 0.6817 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1982 , cls_43 , 0.7200 , 480.0000 , 35.2219 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2024 , cls_43 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2025 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2028 , cls_43 , 0.6300 , 600.0000 , 49.9298 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2029 , cls_43 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2036 , cls_43 , 0.7200 , 540.0000 , 41.3531 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2046 , cls_43 , 0.7200 , 600.0000 , 56.5435 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2055 , cls_43 , 1.3500 , 780.0000 , 55.5414 , 577.7778 , 1.6250 , 1.1089 , 0.6327 , 0.5111 , 0.0900 , 1.0000 , 6.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2058 , cls_43 , 1.1700 , 660.0000 , 52.1989 , 564.1026 , 1.3750 , 1.0902 , 0.6817 , 0.5256 , 0.0900 , 1.0000 , 7.6923 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2061 , cls_43 , 1.8000 , 960.0000 , 68.3762 , 533.3333 , 1.7778 , 1.1187 , 0.7004 , 0.5500 , 0.0900 , 1.0000 , 5.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2064 , cls_43 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2069 , cls_43 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2072 , cls_43 , 1.1700 , 900.0000 , 65.0719 , 769.2308 , 1.8750 , 1.1564 , 0.7733 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2074 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2095 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2096 , cls_43 , 3.0600 , 1620.0000 , 92.8187 , 529.4118 , 2.2500 , 1.1626 , 0.7768 , 0.5833 , 0.5400 , 2.0000 , 17.6471 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2098 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2112 , cls_43 , 3.0600 , 1800.0000 , 97.5984 , 588.2353 , 2.5000 , 1.1830 , 0.7095 , 0.5196 , 0.1800 , 1.0000 , 5.8824 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2123 , cls_43 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2130 , cls_43 , 0.5400 , 420.0000 , 33.7008 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2149 , cls_43 , 2.4300 , 1980.0000 , 122.9849 , 814.8148 , 3.0000 , 1.2288 , 0.8472 , 0.3765 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2176 , cls_43 , 0.4500 , 480.0000 , 39.9473 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2178 , cls_43 , 0.9000 , 480.0000 , 40.0216 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5500 , 0.0900 , 1.0000 , 10.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2180 , cls_43 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2182 , cls_43 , 0.7200 , 660.0000 , 41.0123 , 916.6667 , 1.8333 , 1.1497 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2187 , cls_43 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2194 , cls_43 , 1.0800 , 600.0000 , 44.5565 , 555.5556 , 1.4286 , 1.0790 , 0.5506 , 0.5694 , 0.2700 , 1.0000 , 25.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2204 , cls_43 , 0.6300 , 540.0000 , 39.6250 , 857.1429 , 1.5000 , 1.1214 , 0.6572 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2206 , cls_43 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2213 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2214 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2216 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2217 , cls_43 , 0.9000 , 660.0000 , 60.4786 , 733.3333 , 1.5714 , 1.1216 , 0.8041 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2224 , cls_43 , 0.7200 , 660.0000 , 40.1175 , 916.6667 , 1.8333 , 1.1497 , 0.5926 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2226 , cls_43 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2227 , cls_43 , 0.7200 , 720.0000 , 51.0929 , 1000.0000 , 2.0000 , 1.1693 , 0.7736 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2234 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2237 , cls_43 , 0.9900 , 660.0000 , 49.4614 , 666.6667 , 1.5714 , 1.1100 , 0.7704 , 0.4697 , 0.0900 , 1.0000 , 9.0909 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2239 , cls_43 , 1.1700 , 780.0000 , 75.1831 , 666.6667 , 1.6250 , 1.1258 , 0.8294 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2246 , cls_43 , 0.6300 , 420.0000 , 33.5934 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2262 , cls_43 , 0.7200 , 660.0000 , 44.5103 , 916.6667 , 1.8333 , 1.1497 , 0.6488 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2263 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2276 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2278 , cls_43 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2281 , cls_43 , 0.4500 , 480.0000 , 33.1847 , 1066.6667 , 1.6000 , 1.1383 , 0.6255 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2290 , cls_43 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 420.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2294 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2303 , cls_43 , 0.6300 , 540.0000 , 44.1357 , 857.1429 , 1.5000 , 1.1214 , 0.7591 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2306 , cls_43 , 0.5400 , 600.0000 , 50.6913 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2317 , cls_43 , 0.8100 , 840.0000 , 58.6436 , 1037.0370 , 2.3333 , 1.1883 , 0.8024 , 0.2407 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2318 , cls_43 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2319 , cls_43 , 0.9000 , 720.0000 , 56.9186 , 800.0000 , 1.7143 , 1.1407 , 0.7598 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2320 , cls_43 , 1.8900 , 1380.0000 , 74.2608 , 730.1587 , 2.3000 , 1.1869 , 0.6854 , 0.4206 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2323 , cls_43 , 1.2600 , 840.0000 , 52.8961 , 666.6667 , 1.7500 , 1.1327 , 0.6039 , 0.4643 , 0.0900 , 1.0000 , 7.1429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2324 , cls_43 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2325 , cls_43 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2329 , cls_43 , 2.1600 , 900.0000 , 59.9535 , 416.6667 , 1.5000 , 1.0853 , 0.4234 , 0.6667 , 0.5400 , 2.0000 , 25.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2334 , cls_43 , 1.5300 , 660.0000 , 53.6039 , 431.3725 , 1.2222 , 1.0598 , 0.5837 , 0.6275 , 0.2700 , 1.0000 , 17.6471 , 432.6662 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2342 , cls_43 , 1.0800 , 1080.0000 , 84.0206 , 1000.0000 , 2.5714 , 1.2056 , 0.8648 , 0.2639 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2346 , cls_43 , 1.1700 , 900.0000 , 65.6754 , 769.2308 , 1.8750 , 1.1564 , 0.8140 , 0.3718 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2354 , cls_43 , 0.5400 , 540.0000 , 38.4346 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2373 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2381 , cls_43 , 0.8100 , 780.0000 , 60.9175 , 962.9630 , 2.1667 , 1.1718 , 0.8451 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2382 , cls_43 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2389 , cls_43 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2391 , cls_43 , 0.8100 , 480.0000 , 38.9712 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.0900 , 1.0000 , 11.1111 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2396 , cls_43 , 3.6000 , 2160.0000 , 143.5336 , 600.0000 , 2.7692 , 1.1994 , 0.8620 , 0.5167 , 0.3600 , 2.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2397 , cls_43 , 0.9000 , 540.0000 , 48.2832 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2399 , cls_43 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2402 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2419 , cls_43 , 5.6700 , 3840.0000 , 165.4223 , 677.2487 , 4.0000 , 1.2547 , 0.7772 , 0.4683 , 0.2700 , 1.0000 , 4.7619 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2420 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2421 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2423 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2428 , cls_43 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2429 , cls_43 , 0.4500 , 480.0000 , 38.5203 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2431 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2433 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2435 , cls_43 , 3.6000 , 2400.0000 , 142.1518 , 666.6667 , 3.0769 , 1.2195 , 0.8502 , 0.4667 , 0.1800 , 2.0000 , 5.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2441 , cls_43 , 1.0800 , 960.0000 , 78.7517 , 888.8889 , 2.2857 , 1.1802 , 0.8778 , 0.3194 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2442 , cls_43 , 0.5400 , 600.0000 , 48.1217 , 1111.1111 , 2.0000 , 1.1661 , 0.8090 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2445 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2452 , cls_43 , 0.6300 , 660.0000 , 50.0905 , 1047.6190 , 1.8333 , 1.1673 , 0.6927 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2454 , cls_43 , 0.7200 , 660.0000 , 45.8827 , 916.6667 , 1.8333 , 1.1497 , 0.6817 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2464 , cls_43 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2468 , cls_43 , 2.1600 , 1440.0000 , 88.8363 , 666.6667 , 2.4000 , 1.1795 , 0.8192 , 0.4653 , 0.0900 , 1.0000 , 4.1667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2470 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2473 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2474 , cls_43 , 0.6300 , 600.0000 , 44.4967 , 952.3810 , 1.6667 , 1.1455 , 0.7215 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2477 , cls_43 , 1.1700 , 780.0000 , 80.5522 , 666.6667 , 1.6250 , 1.1258 , 0.8676 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2490 , cls_43 , 0.6300 , 540.0000 , 37.8002 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2505 , cls_43 , 0.9900 , 720.0000 , 58.9191 , 727.2727 , 1.7143 , 1.1289 , 0.7199 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2513 , cls_43 , 1.3500 , 960.0000 , 63.1055 , 711.1111 , 2.0000 , 1.1526 , 0.7062 , 0.4111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2516 , cls_43 , 0.6300 , 540.0000 , 43.4745 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2523 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2527 , cls_43 , 0.6300 , 540.0000 , 43.1671 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2535 , cls_43 , 0.5400 , 540.0000 , 43.3138 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2549 , cls_43 , 0.9900 , 780.0000 , 58.1031 , 787.8788 , 1.8571 , 1.1463 , 0.7704 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2555 , cls_43 , 1.0800 , 660.0000 , 43.7254 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5278 , 0.0900 , 1.0000 , 8.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2567 , cls_43 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2570 , cls_43 , 0.7200 , 480.0000 , 40.4605 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2579 , cls_43 , 0.6300 , 420.0000 , 39.4421 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2587 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2596 , cls_43 , 0.7200 , 480.0000 , 35.8918 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2607 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2610 , cls_43 , 5.2200 , 3480.0000 , 162.7209 , 666.6667 , 3.6250 , 1.2462 , 0.8004 , 0.4770 , 0.3600 , 3.0000 , 6.8966 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2611 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2615 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 284.6050 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2619 , cls_43 , 1.5300 , 1260.0000 , 93.7275 , 823.5294 , 2.3333 , 1.1940 , 0.8507 , 0.3431 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2630 , cls_43 , 0.8100 , 720.0000 , 54.9553 , 888.8889 , 2.0000 , 1.1540 , 0.8024 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2640 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2646 , cls_43 , 0.9900 , 720.0000 , 60.0642 , 727.2727 , 1.7143 , 1.1289 , 0.8107 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2658 , cls_43 , 3.7800 , 1620.0000 , 84.9036 , 428.5714 , 2.0769 , 1.1393 , 0.6387 , 0.6389 , 0.9000 , 2.0000 , 23.8095 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2676 , cls_43 , 0.4500 , 480.0000 , 31.1479 , 1066.6667 , 1.6000 , 1.1383 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2678 , cls_43 , 0.6300 , 600.0000 , 50.6360 , 952.3810 , 1.6667 , 1.1455 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2689 , cls_43 , 1.1700 , 780.0000 , 59.1373 , 666.6667 , 1.6250 , 1.1258 , 0.7566 , 0.4487 , 0.0900 , 1.0000 , 7.6923 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2694 , cls_43 , 0.7200 , 540.0000 , 39.3274 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.4375 , 0.0900 , 1.0000 , 12.5000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2696 , cls_43 , 0.9000 , 540.0000 , 38.2991 , 600.0000 , 1.2857 , 1.0775 , 0.5103 , 0.5167 , 0.1800 , 1.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2703 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2704 , cls_43 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2722 , cls_43 , 0.9900 , 600.0000 , 46.9813 , 606.0606 , 1.4286 , 1.0892 , 0.6498 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2733 , cls_43 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2736 , cls_43 , 1.8900 , 1500.0000 , 107.5389 , 793.6508 , 2.5000 , 1.2038 , 0.7943 , 0.4127 , 0.1800 , 1.0000 , 9.5238 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2742 , cls_43 , 2.6100 , 2160.0000 , 96.2228 , 827.5862 , 3.2727 , 1.2373 , 0.7648 , 0.3793 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2744 , cls_43 , 1.5300 , 1200.0000 , 72.7616 , 784.3137 , 2.2222 , 1.1839 , 0.7835 , 0.3824 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2749 , cls_43 , 0.6300 , 600.0000 , 45.3315 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2750 , cls_43 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2751 , cls_43 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.0900 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2753 , cls_43 , 0.5400 , 480.0000 , 43.4565 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2755 , cls_43 , 0.9900 , 540.0000 , 43.9248 , 545.4545 , 1.2857 , 1.0663 , 0.6498 , 0.5303 , 0.1800 , 1.0000 , 18.1818 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2758 , cls_43 , 0.7200 , 540.0000 , 43.0121 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2766 , cls_43 , 1.8000 , 1080.0000 , 72.5148 , 600.0000 , 2.0000 , 1.1428 , 0.7453 , 0.5250 , 0.0900 , 1.0000 , 5.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2776 , cls_43 , 0.7200 , 600.0000 , 57.4964 , 833.3333 , 1.6667 , 1.1283 , 0.7736 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2779 , cls_43 , 2.4300 , 1320.0000 , 72.4342 , 543.2099 , 2.0000 , 1.1485 , 0.6456 , 0.5679 , 0.3600 , 2.0000 , 14.8148 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2789 , cls_43 , 0.5400 , 480.0000 , 42.0808 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2790 , cls_43 , 0.6300 , 660.0000 , 49.9564 , 1047.6190 , 1.8333 , 1.1673 , 0.8019 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2792 , cls_43 , 0.3600 , 480.0000 , 36.9061 , 1333.3333 , 2.0000 , 1.1693 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2794 , cls_43 , 0.8100 , 660.0000 , 48.9735 , 814.8148 , 1.8333 , 1.1347 , 0.6903 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2800 , cls_43 , 1.5300 , 840.0000 , 62.2878 , 549.0196 , 1.5556 , 1.1099 , 0.7568 , 0.5392 , 0.1800 , 1.0000 , 11.7647 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2812 , cls_43 , 0.5400 , 540.0000 , 38.6938 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2813 , cls_43 , 0.6300 , 480.0000 , 35.3271 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2819 , cls_43 , 5.8500 , 3000.0000 , 163.3555 , 512.8205 , 2.9412 , 1.2062 , 0.8311 , 0.5769 , 0.9900 , 2.0000 , 16.9231 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2825 , cls_43 , 1.3500 , 1260.0000 , 81.4607 , 933.3333 , 2.6250 , 1.2097 , 0.8109 , 0.3222 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2826 , cls_43 , 0.7200 , 660.0000 , 47.5592 , 916.6667 , 1.8333 , 1.1497 , 0.7453 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2833 , cls_43 , 0.7200 , 600.0000 , 45.5994 , 833.3333 , 1.6667 , 1.1283 , 0.7736 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 256.3201 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2841 , cls_43 , 1.7100 , 1380.0000 , 72.7661 , 807.0175 , 2.5556 , 1.1991 , 0.7506 , 0.4123 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2846 , cls_43 , 2.1600 , 1260.0000 , 73.8725 , 583.3333 , 2.1000 , 1.1528 , 0.6605 , 0.5417 , 0.3600 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2848 , cls_43 , 1.3500 , 1020.0000 , 57.3489 , 755.5556 , 2.1250 , 1.1653 , 0.5342 , 0.4222 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2851 , cls_43 , 1.4400 , 660.0000 , 50.5661 , 458.3333 , 1.3750 , 1.0665 , 0.5031 , 0.6146 , 0.2700 , 2.0000 , 18.7500 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2854 , cls_43 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2862 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 617.7378 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2870 , cls_43 , 1.7100 , 1260.0000 , 82.9338 , 736.8421 , 2.3333 , 1.1804 , 0.8017 , 0.4123 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2879 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2884 , cls_43 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2887 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2889 , cls_43 , 0.9000 , 660.0000 , 49.0289 , 733.3333 , 1.5714 , 1.1216 , 0.6021 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2896 , cls_43 , 1.2600 , 1260.0000 , 90.2645 , 1000.0000 , 2.6250 , 1.2186 , 0.8689 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2900 , cls_43 , 0.4500 , 480.0000 , 36.4884 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2901 , cls_43 , 1.6200 , 1320.0000 , 85.2194 , 814.8148 , 2.4444 , 1.1966 , 0.8315 , 0.3981 , 0.1800 , 1.0000 , 11.1111 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2916 , cls_43 , 0.7200 , 600.0000 , 42.6780 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2928 , cls_43 , 0.6300 , 540.0000 , 43.2201 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2936 , cls_43 , 1.4400 , 1080.0000 , 77.6847 , 750.0000 , 2.2500 , 1.1694 , 0.8244 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2938 , cls_43 , 1.1700 , 660.0000 , 47.7666 , 564.1026 , 1.3750 , 1.0902 , 0.5963 , 0.5256 , 0.0900 , 1.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2953 , cls_43 , 0.7200 , 420.0000 , 33.5470 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2954 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2958 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2978 , cls_43 , 2.3400 , 1980.0000 , 98.2724 , 846.1538 , 3.0000 , 1.2335 , 0.8086 , 0.3718 , 0.0900 , 1.0000 , 3.8462 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2984 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2988 , cls_43 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3010 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 684.1053 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3011 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3012 , cls_43 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3018 , cls_43 , 0.5400 , 540.0000 , 40.5020 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3037 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3048 , cls_43 , 2.4300 , 1620.0000 , 107.6469 , 666.6667 , 2.4545 , 1.1891 , 0.7966 , 0.4815 , 0.1800 , 1.0000 , 7.4074 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3053 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3063 , cls_43 , 1.8900 , 1260.0000 , 82.1789 , 666.6667 , 2.1000 , 1.1684 , 0.7477 , 0.4603 , 0.0900 , 1.0000 , 4.7619 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3064 , cls_43 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 331.3608 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3065 , cls_43 , 0.6300 , 540.0000 , 46.3471 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3067 , cls_43 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3068 , cls_43 , 0.5400 , 480.0000 , 46.2366 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3071 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3075 , cls_43 , 0.6300 , 420.0000 , 33.5934 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3090 , cls_43 , 4.6800 , 1920.0000 , 107.4182 , 410.2564 , 2.1333 , 1.1482 , 0.7253 , 0.6667 , 1.3500 , 1.0000 , 28.8462 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3092 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3093 , cls_43 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3095 , cls_43 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3097 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3100 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3101 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3105 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3130 , cls_43 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3133 , cls_43 , 2.7900 , 1380.0000 , 98.8262 , 494.6237 , 1.9167 , 1.1417 , 0.7866 , 0.6075 , 0.6300 , 2.0000 , 22.5806 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3138 , cls_43 , 0.4500 , 420.0000 , 31.3192 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3144 , cls_43 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3153 , cls_43 , 1.1700 , 840.0000 , 55.1796 , 717.9487 , 1.7500 , 1.1416 , 0.6877 , 0.4487 , 0.0900 , 1.0000 , 7.6923 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3158 , cls_43 , 1.8000 , 1260.0000 , 86.4411 , 700.0000 , 2.3333 , 1.1742 , 0.8041 , 0.4500 , 0.0900 , 1.0000 , 5.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3159 , cls_43 , 1.3500 , 1200.0000 , 72.9562 , 888.8889 , 2.5000 , 1.1995 , 0.7613 , 0.3111 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3161 , cls_43 , 0.6300 , 660.0000 , 52.4568 , 1047.6190 , 1.8333 , 1.1673 , 0.8019 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3165 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3177 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3189 , cls_43 , 0.9000 , 600.0000 , 43.1111 , 666.6667 , 1.4286 , 1.1006 , 0.5609 , 0.4667 , 0.0900 , 1.0000 , 10.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3197 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3201 , cls_43 , 0.5400 , 420.0000 , 35.0749 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3211 , cls_43 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3220 , cls_43 , 1.6200 , 840.0000 , 66.4218 , 518.5185 , 1.5556 , 1.1033 , 0.7425 , 0.5648 , 0.2700 , 1.0000 , 16.6667 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3256 , cls_43 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3257 , cls_43 , 0.9900 , 840.0000 , 54.7546 , 848.4848 , 2.0000 , 1.1624 , 0.6888 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3279 , cls_43 , 0.8100 , 420.0000 , 35.4002 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3293 , cls_43 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3294 , cls_43 , 0.7200 , 540.0000 , 43.0452 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3295 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3296 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3298 , cls_43 , 0.8100 , 480.0000 , 38.8112 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.0900 , 1.0000 , 11.1111 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3311 , cls_43 , 0.9900 , 660.0000 , 46.8085 , 666.6667 , 1.5714 , 1.1100 , 0.6498 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3316 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3319 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3326 , cls_43 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3331 , cls_43 , 0.8100 , 780.0000 , 57.5132 , 962.9630 , 2.1667 , 1.1718 , 0.8121 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3352 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3363 , cls_43 , 2.0700 , 1860.0000 , 89.2483 , 898.5507 , 3.1000 , 1.2361 , 0.7408 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3367 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3368 , cls_43 , 1.7100 , 1080.0000 , 66.9393 , 631.5789 , 2.0000 , 1.1488 , 0.7154 , 0.5175 , 0.1800 , 1.0000 , 10.5263 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3387 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3388 , cls_43 , 1.4400 , 720.0000 , 54.3718 , 500.0000 , 1.5000 , 1.0847 , 0.6488 , 0.5729 , 0.1800 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3389 , cls_43 , 0.6300 , 540.0000 , 43.5293 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3392 , cls_43 , 1.0800 , 960.0000 , 68.1209 , 888.8889 , 2.2857 , 1.1802 , 0.7649 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3394 , cls_43 , 1.8000 , 1140.0000 , 72.9062 , 633.3333 , 2.1111 , 1.1538 , 0.6559 , 0.4833 , 0.1800 , 1.0000 , 10.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3396 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3406 , cls_43 , 0.8100 , 540.0000 , 37.0114 , 666.6667 , 1.5000 , 1.0901 , 0.5416 , 0.4815 , 0.0900 , 1.0000 , 11.1111 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3418 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3419 , cls_43 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3420 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3421 , cls_43 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3423 , cls_43 , 0.6300 , 600.0000 , 49.1481 , 952.3810 , 1.6667 , 1.1455 , 0.8286 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3432 , cls_43 , 1.9800 , 1560.0000 , 109.1679 , 787.8788 , 2.6000 , 1.2061 , 0.8578 , 0.3864 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3433 , cls_43 , 0.9000 , 660.0000 , 57.6213 , 733.3333 , 1.5714 , 1.1216 , 0.7913 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3460 , cls_43 , 0.3600 , 420.0000 , 33.8800 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3461 , cls_43 , 0.8100 , 720.0000 , 45.7612 , 888.8889 , 2.0000 , 1.1540 , 0.6048 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3462 , cls_43 , 2.2500 , 1500.0000 , 104.9427 , 666.6667 , 2.5000 , 1.1829 , 0.8560 , 0.4667 , 0.0900 , 1.0000 , 4.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3464 , cls_43 , 1.9800 , 1500.0000 , 87.0802 , 757.5758 , 2.5000 , 1.1982 , 0.8381 , 0.4091 , 0.0900 , 1.0000 , 4.5455 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3475 , cls_43 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3481 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3482 , cls_43 , 9.1800 , 5820.0000 , 202.1345 , 633.9869 , 4.6190 , 1.2746 , 0.8139 , 0.5049 , 0.6300 , 5.0000 , 6.8627 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3485 , cls_43 , 0.7200 , 420.0000 , 33.5470 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3501 , cls_43 , 0.9000 , 780.0000 , 65.8920 , 866.6667 , 1.8571 , 1.1583 , 0.8502 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3525 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3531 , cls_43 , 2.1600 , 1800.0000 , 88.1402 , 833.3333 , 3.0000 , 1.2242 , 0.7649 , 0.4028 , 0.1800 , 1.0000 , 8.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3549 , cls_43 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3558 , cls_43 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3577 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3587 , cls_43 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3594 , cls_43 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3598 , cls_43 , 0.5400 , 540.0000 , 37.5835 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3601 , cls_43 , 1.7100 , 1440.0000 , 71.8796 , 842.1053 , 2.6667 , 1.2078 , 0.6686 , 0.3684 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3603 , cls_43 , 0.4500 , 480.0000 , 31.1479 , 1066.6667 , 1.6000 , 1.1383 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3609 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3612 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3632 , cls_43 , 0.9000 , 540.0000 , 48.5978 , 600.0000 , 1.2857 , 1.0775 , 0.7453 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3640 , cls_43 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3643 , cls_43 , 1.9800 , 960.0000 , 61.4542 , 484.8485 , 1.6000 , 1.1079 , 0.6163 , 0.5985 , 0.3600 , 1.0000 , 18.1818 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3648 , cls_43 , 2.7900 , 1740.0000 , 81.1697 , 623.6559 , 2.4167 , 1.1870 , 0.7486 , 0.5161 , 0.3600 , 1.0000 , 12.9032 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3667 , cls_43 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 258.0698 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3672 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3678 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3680 , cls_43 , 0.7200 , 600.0000 , 43.0580 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3686 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3688 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3690 , cls_43 , 4.4100 , 2220.0000 , 108.1082 , 503.4014 , 2.6429 , 1.1818 , 0.7443 , 0.5986 , 0.6300 , 3.0000 , 14.2857 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3696 , cls_43 , 0.6300 , 420.0000 , 32.0129 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3697 , cls_43 , 1.1700 , 900.0000 , 64.5700 , 769.2308 , 1.8750 , 1.1564 , 0.7733 , 0.3590 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3730 , cls_43 , 0.9900 , 540.0000 , 40.6095 , 545.4545 , 1.2857 , 1.0663 , 0.5623 , 0.5455 , 0.0900 , 1.0000 , 9.0909 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3732 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3733 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3737 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3739 , cls_43 , 2.7000 , 1620.0000 , 97.6636 , 600.0000 , 2.4545 , 1.1768 , 0.7671 , 0.5167 , 0.2700 , 2.0000 , 10.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3740 , cls_43 , 0.7200 , 780.0000 , 57.7381 , 1083.3333 , 2.1667 , 1.1874 , 0.8078 , 0.2292 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3742 , cls_43 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3760 , cls_43 , 2.1600 , 1020.0000 , 68.0551 , 472.2222 , 1.7000 , 1.1104 , 0.5814 , 0.6111 , 0.4500 , 2.0000 , 20.8333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3762 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3766 , cls_43 , 0.7200 , 600.0000 , 43.3970 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3768 , cls_43 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3797 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 558.0323 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3805 , cls_43 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3806 , cls_43 , 0.7200 , 540.0000 , 41.1152 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3816 , cls_43 , 0.4500 , 540.0000 , 43.4164 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3819 , cls_43 , 1.4400 , 960.0000 , 63.9980 , 666.6667 , 2.0000 , 1.1448 , 0.7209 , 0.4583 , 0.0900 , 1.0000 , 6.2500 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3820 , cls_43 , 0.5400 , 480.0000 , 36.0656 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3845 , cls_43 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3848 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3867 , cls_43 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3885 , cls_43 , 0.7200 , 660.0000 , 49.6984 , 916.6667 , 1.8333 , 1.1497 , 0.7736 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3886 , cls_43 , 0.7200 , 480.0000 , 36.2535 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3887 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3889 , cls_43 , 0.6300 , 540.0000 , 38.6081 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3909 , cls_43 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3920 , cls_43 , 0.6300 , 540.0000 , 41.3583 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3923 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3931 , cls_43 , 1.0800 , 600.0000 , 48.6386 , 555.5556 , 1.4286 , 1.0790 , 0.7117 , 0.5139 , 0.0900 , 1.0000 , 8.3333 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3944 , cls_43 , 0.6300 , 480.0000 , 33.5088 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3945 , cls_43 , 0.9000 , 900.0000 , 80.6969 , 1000.0000 , 2.1429 , 1.1897 , 0.8912 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3946 , cls_43 , 0.8100 , 660.0000 , 52.3297 , 814.8148 , 1.8333 , 1.1347 , 0.7453 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3948 , cls_43 , 0.5400 , 540.0000 , 35.3225 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3951 , cls_43 , 1.0800 , 1020.0000 , 62.1109 , 944.4444 , 2.4286 , 1.1933 , 0.7753 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3953 , cls_43 , 0.5400 , 480.0000 , 35.8661 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3954 , cls_43 , 1.3500 , 1500.0000 , 71.2166 , 1111.1111 , 3.1250 , 1.2464 , 0.7753 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3959 , cls_43 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3973 , cls_43 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3982 , cls_43 , 2.0700 , 1200.0000 , 76.0058 , 579.7101 , 2.0000 , 1.1479 , 0.7657 , 0.5290 , 0.1800 , 1.0000 , 8.6957 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3985 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3986 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 284.6050 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3989 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3990 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4003 , cls_43 , 0.5400 , 540.0000 , 40.2334 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4005 , cls_43 , 0.7200 , 420.0000 , 35.0117 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4013 , cls_43 , 2.2500 , 1440.0000 , 72.2275 , 640.0000 , 2.4000 , 1.1747 , 0.6939 , 0.5200 , 0.4500 , 1.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4020 , cls_43 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4039 , cls_43 , 0.6300 , 540.0000 , 55.0296 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4061 , cls_43 , 1.4400 , 780.0000 , 58.9993 , 541.6667 , 1.6250 , 1.1014 , 0.7247 , 0.5417 , 0.1800 , 1.0000 , 12.5000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4063 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4064 , cls_43 , 1.7100 , 1200.0000 , 71.6605 , 701.7544 , 2.2222 , 1.1704 , 0.8065 , 0.4649 , 0.0900 , 1.0000 , 5.2632 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4065 , cls_43 , 2.7000 , 1800.0000 , 94.1669 , 666.6667 , 2.7273 , 1.1975 , 0.6735 , 0.4889 , 0.1800 , 2.0000 , 6.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4068 , cls_43 , 0.8100 , 540.0000 , 43.5250 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4069 , cls_43 , 1.8000 , 1020.0000 , 59.4508 , 566.6667 , 1.8889 , 1.1311 , 0.6512 , 0.5583 , 0.2700 , 1.0000 , 15.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4071 , cls_43 , 1.1700 , 1020.0000 , 65.7924 , 871.7949 , 2.1250 , 1.1831 , 0.7733 , 0.3462 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4075 , cls_43 , 0.6300 , 420.0000 , 33.4059 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4078 , cls_43 , 1.0800 , 720.0000 , 47.2143 , 666.6667 , 1.7143 , 1.1183 , 0.6273 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4079 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4110 , cls_43 , 0.9000 , 420.0000 , 37.3261 , 466.6667 , 1.0000 , 1.0223 , 0.4907 , 0.5833 , 0.0900 , 1.0000 , 10.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4119 , cls_43 , 0.8100 , 840.0000 , 54.5965 , 1037.0370 , 2.3333 , 1.1883 , 0.7205 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4130 , cls_43 , 1.7100 , 1260.0000 , 88.7867 , 736.8421 , 2.3333 , 1.1804 , 0.8488 , 0.3947 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4134 , cls_43 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4136 , cls_43 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4142 , cls_43 , 0.9900 , 840.0000 , 50.7272 , 848.4848 , 2.0000 , 1.1624 , 0.6888 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4146 , cls_43 , 1.7100 , 1500.0000 , 131.5592 , 877.1930 , 2.7778 , 1.2162 , 0.9087 , 0.3596 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4147 , cls_43 , 3.1500 , 1440.0000 , 85.9218 , 457.1429 , 2.0000 , 1.1366 , 0.6927 , 0.6286 , 0.9000 , 1.0000 , 28.5714 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4153 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4160 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4172 , cls_43 , 1.2600 , 1020.0000 , 80.7475 , 809.5238 , 2.1250 , 1.1738 , 0.8181 , 0.3452 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4187 , cls_43 , 1.8000 , 1020.0000 , 72.1778 , 566.6667 , 1.8889 , 1.1311 , 0.7598 , 0.5083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4195 , cls_43 , 3.4200 , 2220.0000 , 95.2226 , 649.1228 , 2.8462 , 1.2105 , 0.6220 , 0.4912 , 0.2700 , 1.0000 , 7.8947 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4199 , cls_43 , 0.6300 , 480.0000 , 34.7715 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4204 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4215 , cls_43 , 0.7200 , 720.0000 , 47.4898 , 1000.0000 , 2.0000 , 1.1693 , 0.7736 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4216 , cls_43 , 0.9000 , 660.0000 , 58.2654 , 733.3333 , 1.5714 , 1.1216 , 0.7170 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4219 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4220 , cls_43 , 0.8100 , 660.0000 , 54.4230 , 814.8148 , 1.8333 , 1.1347 , 0.8121 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4228 , cls_43 , 2.7000 , 1140.0000 , 75.4148 , 422.2222 , 1.7273 , 1.1079 , 0.7062 , 0.6500 , 0.8100 , 1.0000 , 30.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4230 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4243 , cls_43 , 0.4500 , 480.0000 , 39.9473 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4244 , cls_43 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 258.0698 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4245 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4247 , cls_43 , 0.9000 , 840.0000 , 66.7584 , 933.3333 , 2.0000 , 1.1745 , 0.8279 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4248 , cls_43 , 7.7400 , 3420.0000 , 148.4090 , 441.8605 , 3.0000 , 1.1995 , 0.6631 , 0.6512 , 2.2500 , 3.0000 , 29.0698 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4252 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4259 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4268 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4278 , cls_43 , 1.2600 , 840.0000 , 60.6908 , 666.6667 , 1.7500 , 1.1327 , 0.6572 , 0.4762 , 0.0900 , 1.0000 , 7.1429 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4281 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4282 , cls_43 , 0.9900 , 600.0000 , 49.4043 , 606.0606 , 1.4286 , 1.0892 , 0.6498 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4283 , cls_43 , 0.5400 , 540.0000 , 48.3776 , 1000.0000 , 1.8000 , 1.1415 , 0.7935 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4291 , cls_43 , 0.9000 , 660.0000 , 48.5190 , 733.3333 , 1.5714 , 1.1216 , 0.6894 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 256.3201 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4292 , cls_43 , 0.7200 , 660.0000 , 61.4681 , 916.6667 , 1.8333 , 1.1497 , 0.8330 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4294 , cls_43 , 0.5400 , 480.0000 , 35.7844 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4312 , cls_43 , 0.7200 , 480.0000 , 42.8106 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4313 , cls_43 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4325 , cls_43 , 0.6300 , 480.0000 , 40.4183 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4328 , cls_43 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4335 , cls_43 , 0.5400 , 420.0000 , 32.0783 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4337 , cls_43 , 0.6300 , 540.0000 , 41.1153 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4350 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4356 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4358 , cls_43 , 2.5200 , 1080.0000 , 68.8708 , 428.5714 , 1.6364 , 1.1048 , 0.5182 , 0.6488 , 0.5400 , 2.0000 , 21.4286 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4362 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4366 , cls_43 , 0.6300 , 600.0000 , 43.6386 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4373 , cls_43 , 4.0500 , 1380.0000 , 102.3941 , 340.7407 , 1.6429 , 1.1016 , 0.7407 , 0.7074 , 1.3500 , 1.0000 , 33.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4384 , cls_43 , 0.6300 , 480.0000 , 33.7768 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4389 , cls_43 , 0.6300 , 600.0000 , 46.1474 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4398 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4401 , cls_43 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4404 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4405 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4420 , cls_43 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4422 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4428 , cls_43 , 0.6300 , 480.0000 , 36.6879 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4450 , cls_43 , 0.5400 , 420.0000 , 38.0278 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4455 , cls_43 , 0.8100 , 540.0000 , 40.0771 , 666.6667 , 1.5000 , 1.0901 , 0.5416 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4459 , cls_43 , 0.8100 , 480.0000 , 39.1446 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4461 , cls_43 , 1.1700 , 900.0000 , 57.6710 , 769.2308 , 1.8750 , 1.1564 , 0.7453 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 296.9848 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4470 , cls_43 , 0.4500 , 600.0000 , 45.5013 , 1333.3333 , 2.0000 , 1.1913 , 0.7551 , 0.1333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4471 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4484 , cls_43 , 1.3500 , 900.0000 , 55.1483 , 666.6667 , 1.8750 , 1.1390 , 0.7062 , 0.5000 , 0.0900 , 1.0000 , 6.6667 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4485 , cls_43 , 0.9000 , 660.0000 , 50.7186 , 733.3333 , 1.5714 , 1.1216 , 0.6817 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4486 , cls_43 , 0.4500 , 480.0000 , 31.1479 , 1066.6667 , 1.6000 , 1.1383 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4490 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4496 , cls_43 , 0.6300 , 600.0000 , 39.8085 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4507 , cls_43 , 5.1300 , 2400.0000 , 124.1579 , 467.8363 , 2.5000 , 1.1797 , 0.6511 , 0.6082 , 1.1700 , 2.0000 , 22.8070 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4511 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4515 , cls_43 , 1.0800 , 960.0000 , 67.9120 , 888.8889 , 2.2857 , 1.1802 , 0.8472 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4526 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4532 , cls_43 , 0.5400 , 480.0000 , 39.1655 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4547 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4558 , cls_43 , 4.0500 , 1980.0000 , 105.1099 , 488.8889 , 2.3571 , 1.1697 , 0.7909 , 0.5963 , 1.0800 , 2.0000 , 26.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4559 , cls_43 , 1.0800 , 900.0000 , 80.2755 , 833.3333 , 2.1429 , 1.1663 , 0.8559 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4561 , cls_43 , 0.6300 , 480.0000 , 35.0310 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4562 , cls_43 , 1.0800 , 840.0000 , 74.2763 , 777.7778 , 2.0000 , 1.1515 , 0.8472 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4568 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 360.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4582 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4594 , cls_43 , 0.6300 , 420.0000 , 31.0908 , 666.6667 , 1.1667 , 1.0640 , 0.4757 , 0.4762 , 0.0900 , 1.0000 , 14.2857 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4595 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4596 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4617 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4621 , cls_43 , 0.9900 , 780.0000 , 57.3416 , 787.8788 , 1.8571 , 1.1463 , 0.7307 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4623 , cls_43 , 0.8100 , 840.0000 , 57.3294 , 1037.0370 , 2.3333 , 1.1883 , 0.8121 , 0.2407 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4629 , cls_43 , 0.9900 , 540.0000 , 41.8474 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5303 , 0.0900 , 1.0000 , 9.0909 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4635 , cls_43 , 1.7100 , 1320.0000 , 97.4397 , 771.9298 , 2.4444 , 1.1899 , 0.8790 , 0.3596 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4636 , cls_43 , 0.5400 , 660.0000 , 43.0640 , 1222.2222 , 2.2000 , 1.1882 , 0.6180 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4639 , cls_43 , 0.7200 , 780.0000 , 51.5204 , 1083.3333 , 2.1667 , 1.1874 , 0.8244 , 0.2292 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4645 , cls_43 , 0.6300 , 480.0000 , 33.2209 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4286 , 0.0900 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4647 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4661 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4672 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4677 , cls_43 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4682 , cls_43 , 0.5400 , 480.0000 , 43.3747 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4690 , cls_43 , 0.8100 , 660.0000 , 50.3421 , 814.8148 , 1.8333 , 1.1347 , 0.7838 , 0.3519 , 0.0900 , 1.0000 , 11.1111 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4702 , cls_43 , 1.8000 , 1140.0000 , 63.0726 , 633.3333 , 2.1111 , 1.1538 , 0.6512 , 0.4917 , 0.1800 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4708 , cls_43 , 0.6300 , 720.0000 , 47.7082 , 1142.8571 , 2.0000 , 1.1872 , 0.6927 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4709 , cls_43 , 0.5400 , 540.0000 , 50.2074 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4716 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4719 , cls_43 , 0.5400 , 540.0000 , 48.9907 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4721 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4739 , cls_43 , 4.4100 , 3060.0000 , 112.7384 , 693.8776 , 3.6429 , 1.2418 , 0.6628 , 0.4694 , 0.2700 , 2.0000 , 6.1224 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4741 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4755 , cls_43 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4764 , cls_43 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4766 , cls_43 , 0.8100 , 540.0000 , 37.9684 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4630 , 0.0900 , 1.0000 , 11.1111 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4767 , cls_43 , 4.3200 , 3060.0000 , 160.9277 , 708.3333 , 3.6429 , 1.2442 , 0.8642 , 0.4618 , 0.1800 , 2.0000 , 4.1667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4768 , cls_43 , 1.1700 , 1140.0000 , 78.4919 , 974.3590 , 2.3750 , 1.2068 , 0.8294 , 0.2821 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4771 , cls_43 , 0.9000 , 780.0000 , 47.7330 , 866.6667 , 1.8571 , 1.1583 , 0.6817 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4775 , cls_43 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4779 , cls_43 , 1.3500 , 840.0000 , 51.8153 , 622.2222 , 1.7500 , 1.1245 , 0.5342 , 0.4889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4780 , cls_43 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4803 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4813 , cls_43 , 1.6200 , 1080.0000 , 63.6908 , 666.6667 , 2.0000 , 1.1552 , 0.6817 , 0.4722 , 0.0900 , 1.0000 , 5.5556 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4820 , cls_43 , 0.9900 , 720.0000 , 50.9159 , 727.2727 , 1.7143 , 1.1289 , 0.7307 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4841 , cls_43 , 1.0800 , 660.0000 , 43.0275 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5417 , 0.1800 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4843 , cls_43 , 0.7200 , 660.0000 , 40.4605 , 916.6667 , 1.8333 , 1.1497 , 0.5926 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4844 , cls_43 , 0.8100 , 600.0000 , 51.6132 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4845 , cls_43 , 0.8100 , 660.0000 , 47.3568 , 814.8148 , 1.8333 , 1.1347 , 0.7453 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4846 , cls_43 , 0.9900 , 660.0000 , 53.7622 , 666.6667 , 1.5714 , 1.1100 , 0.7585 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4851 , cls_43 , 1.4400 , 720.0000 , 57.7151 , 500.0000 , 1.5000 , 1.0847 , 0.7004 , 0.5833 , 0.1800 , 2.0000 , 12.5000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4859 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4879 , cls_43 , 0.7200 , 600.0000 , 39.5073 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4881 , cls_43 , 1.6200 , 1020.0000 , 77.6607 , 629.6296 , 1.8889 , 1.1434 , 0.7637 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4883 , cls_43 , 0.9900 , 840.0000 , 45.9431 , 848.4848 , 2.0000 , 1.1624 , 0.5170 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4887 , cls_43 , 0.5400 , 540.0000 , 40.9954 , 1000.0000 , 1.8000 , 1.1415 , 0.7613 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4891 , cls_43 , 1.1700 , 840.0000 , 67.6556 , 717.9487 , 1.7500 , 1.1416 , 0.8161 , 0.4359 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4895 , cls_43 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4912 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4919 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4924 , cls_43 , 1.5300 , 1500.0000 , 99.6071 , 980.3922 , 2.7778 , 1.2302 , 0.8784 , 0.2843 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4925 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4931 , cls_43 , 0.5400 , 480.0000 , 43.3747 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4935 , cls_43 , 0.9900 , 660.0000 , 55.8077 , 666.6667 , 1.5714 , 1.1100 , 0.6888 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4938 , cls_43 , 0.9900 , 780.0000 , 67.7292 , 787.8788 , 1.8571 , 1.1463 , 0.8426 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4947 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4955 , cls_43 , 0.8100 , 780.0000 , 56.2578 , 962.9630 , 2.1667 , 1.1718 , 0.7453 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4958 , cls_43 , 0.5400 , 480.0000 , 42.2327 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4962 , cls_43 , 0.9900 , 1020.0000 , 67.1182 , 1030.3030 , 2.4286 , 1.2046 , 0.7585 , 0.2576 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4963 , cls_43 , 4.5900 , 2340.0000 , 157.8813 , 509.8039 , 2.6000 , 1.1872 , 0.8245 , 0.5719 , 0.8100 , 2.0000 , 17.6471 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4970 , cls_43 , 0.8100 , 480.0000 , 38.9712 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4974 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4979 , cls_43 , 1.8000 , 720.0000 , 58.2016 , 400.0000 , 1.3333 , 1.0600 , 0.6082 , 0.6583 , 0.4500 , 1.0000 , 25.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4983 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4986 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4997 , cls_43 , 0.6300 , 420.0000 , 36.7148 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5014 , cls_43 , 0.5400 , 540.0000 , 39.1421 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5017 , cls_43 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5019 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5021 , cls_43 , 0.6300 , 540.0000 , 38.2618 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5033 , cls_43 , 0.4500 , 480.0000 , 34.9123 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5053 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5057 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5062 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5072 , cls_43 , 0.7200 , 660.0000 , 44.1091 , 916.6667 , 1.8333 , 1.1497 , 0.6488 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5077 , cls_43 , 0.9900 , 780.0000 , 57.9988 , 787.8788 , 1.8571 , 1.1463 , 0.6888 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5078 , cls_43 , 1.1700 , 840.0000 , 55.0641 , 717.9487 , 1.7500 , 1.1416 , 0.5963 , 0.4359 , 0.0900 , 1.0000 , 7.6923 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5079 , cls_43 , 0.6300 , 660.0000 , 45.5432 , 1047.6190 , 1.8333 , 1.1673 , 0.7379 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5088 , cls_43 , 1.2600 , 1020.0000 , 62.8099 , 809.5238 , 2.1250 , 1.1738 , 0.7591 , 0.3690 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5090 , cls_43 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5104 , cls_43 , 3.2400 , 1680.0000 , 109.2681 , 518.5185 , 2.3333 , 1.1632 , 0.7304 , 0.5648 , 0.3600 , 2.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5106 , cls_43 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5107 , cls_43 , 6.5700 , 3000.0000 , 131.9305 , 456.6210 , 2.7778 , 1.1936 , 0.7508 , 0.6416 , 2.1600 , 2.0000 , 32.8767 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5108 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5110 , cls_43 , 0.5400 , 540.0000 , 36.6787 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5111 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5116 , cls_43 , 1.5300 , 960.0000 , 66.6971 , 627.4510 , 1.7778 , 1.1376 , 0.7568 , 0.4804 , 0.0900 , 1.0000 , 5.8824 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5125 , cls_43 , 0.5400 , 420.0000 , 39.3630 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5126 , cls_43 , 2.2500 , 1680.0000 , 92.5932 , 746.6667 , 2.8000 , 1.2055 , 0.7279 , 0.4133 , 0.0900 , 1.0000 , 4.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5134 , cls_43 , 2.2500 , 1740.0000 , 124.4180 , 773.3333 , 2.9000 , 1.2125 , 0.8585 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5141 , cls_43 , 2.2500 , 1500.0000 , 81.2159 , 666.6667 , 2.5000 , 1.1829 , 0.7677 , 0.4933 , 0.1800 , 1.0000 , 8.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5157 , cls_43 , 3.5100 , 2220.0000 , 100.3018 , 632.4786 , 2.8462 , 1.2075 , 0.7427 , 0.5000 , 0.3600 , 2.0000 , 10.2564 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5160 , cls_43 , 2.4300 , 1620.0000 , 129.7461 , 666.6667 , 2.4545 , 1.1891 , 0.8703 , 0.4691 , 0.0900 , 1.0000 , 3.7037 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5172 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5179 , cls_43 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5181 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5189 , cls_43 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5195 , cls_43 , 0.4500 , 420.0000 , 35.2060 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5216 , cls_43 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5224 , cls_43 , 3.6900 , 1800.0000 , 86.7004 , 487.8049 , 2.3077 , 1.1619 , 0.5380 , 0.6260 , 1.0800 , 1.0000 , 29.2683 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5228 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5233 , cls_43 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5237 , cls_43 , 2.2500 , 1320.0000 , 68.9877 , 586.6667 , 2.2000 , 1.1574 , 0.5639 , 0.5400 , 0.2700 , 2.0000 , 12.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5247 , cls_43 , 0.6300 , 600.0000 , 51.8874 , 952.3810 , 1.6667 , 1.1455 , 0.8286 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5248 , cls_43 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5250 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5263 , cls_43 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 364.9658 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5268 , cls_43 , 1.7100 , 660.0000 , 54.3281 , 385.9649 , 1.2222 , 1.0477 , 0.5348 , 0.6754 , 0.5400 , 1.0000 , 31.5789 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5279 , cls_43 , 0.6300 , 600.0000 , 35.9210 , 952.3810 , 1.6667 , 1.1455 , 0.5544 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5285 , cls_43 , 0.6300 , 480.0000 , 48.4070 , 761.9048 , 1.3333 , 1.0945 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5286 , cls_43 , 1.5300 , 1020.0000 , 73.4957 , 666.6667 , 1.8889 , 1.1502 , 0.8268 , 0.4804 , 0.0900 , 1.0000 , 5.8824 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5289 , cls_43 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5305 , cls_43 , 1.0800 , 840.0000 , 62.3139 , 777.7778 , 2.0000 , 1.1515 , 0.8472 , 0.4028 , 0.0000 , 0.0000 , 0.0000 , 375.8989 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5310 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5334 , cls_43 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5349 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5351 , cls_43 , 0.7200 , 840.0000 , 51.2586 , 1166.6667 , 2.3333 , 1.2041 , 0.7004 , 0.1875 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5362 , cls_43 , 1.9800 , 1620.0000 , 109.2371 , 818.1818 , 2.7000 , 1.2137 , 0.8107 , 0.3561 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5366 , cls_43 , 0.5400 , 420.0000 , 36.6787 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5394 , cls_43 , 0.9000 , 840.0000 , 65.9932 , 933.3333 , 2.0000 , 1.1745 , 0.8256 , 0.2833 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5399 , cls_43 , 0.7200 , 540.0000 , 36.6091 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5467 , cls_43 , 0.9900 , 660.0000 , 50.6655 , 666.6667 , 1.5714 , 1.1100 , 0.7357 , 0.4545 , 0.0900 , 1.0000 , 9.0909 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5482 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5489 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5496 , cls_43 , 0.3600 , 480.0000 , 36.9061 , 1333.3333 , 2.0000 , 1.1693 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5505 , cls_43 , 1.0800 , 840.0000 , 50.5011 , 777.7778 , 2.0000 , 1.1515 , 0.6180 , 0.4167 , 0.0900 , 1.0000 , 8.3333 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5506 , cls_43 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5518 , cls_43 , 1.2600 , 1380.0000 , 97.9927 , 1095.2381 , 2.8750 , 1.2378 , 0.8162 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5522 , cls_43 , 0.7200 , 480.0000 , 37.4823 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5530 , cls_43 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5546 , cls_43 , 2.1600 , 1740.0000 , 107.4677 , 805.5556 , 2.9000 , 1.2174 , 0.8666 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5547 , cls_43 , 2.5200 , 1560.0000 , 90.1210 , 619.0476 , 2.3636 , 1.1774 , 0.6953 , 0.4881 , 0.1800 , 2.0000 , 7.1429 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5552 , cls_43 , 1.5300 , 780.0000 , 63.0786 , 509.8039 , 1.4444 , 1.0945 , 0.7453 , 0.5686 , 0.0900 , 1.0000 , 5.8824 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5553 , cls_43 , 0.5400 , 420.0000 , 38.0278 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5555 , cls_43 , 1.7100 , 1320.0000 , 83.9577 , 771.9298 , 2.4444 , 1.1899 , 0.8419 , 0.3684 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5556 , cls_43 , 2.5200 , 1800.0000 , 94.1475 , 714.2857 , 2.7273 , 1.2056 , 0.6953 , 0.4583 , 0.1800 , 2.0000 , 7.1429 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5558 , cls_43 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5562 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5572 , cls_43 , 0.5400 , 480.0000 , 40.6678 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5590 , cls_43 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5593 , cls_43 , 0.8100 , 720.0000 , 47.3383 , 888.8889 , 2.0000 , 1.1540 , 0.6048 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5600 , cls_43 , 1.7100 , 840.0000 , 57.8538 , 491.2281 , 1.5556 , 1.0972 , 0.4624 , 0.5789 , 0.0900 , 1.0000 , 5.2632 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5620 , cls_43 , 0.9000 , 780.0000 , 51.4466 , 866.6667 , 1.8571 , 1.1583 , 0.7598 , 0.3667 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5628 , cls_43 , 1.3500 , 780.0000 , 62.1299 , 577.7778 , 1.6250 , 1.1089 , 0.7419 , 0.5111 , 0.0900 , 1.0000 , 6.6667 , 371.0795 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5631 , cls_43 , 1.2600 , 720.0000 , 44.5850 , 571.4286 , 1.5000 , 1.1000 , 0.3853 , 0.5714 , 0.2700 , 1.0000 , 21.4286 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5637 , cls_43 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5651 , cls_43 , 0.8100 , 780.0000 , 66.6716 , 962.9630 , 2.1667 , 1.1718 , 0.8121 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5665 , cls_43 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5667 , cls_43 , 0.5400 , 480.0000 , 34.2951 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5668 , cls_43 , 0.8100 , 600.0000 , 41.4263 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5670 , cls_43 , 1.5300 , 1200.0000 , 89.2249 , 784.3137 , 2.2222 , 1.1839 , 0.8309 , 0.4020 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5673 , cls_43 , 1.1700 , 840.0000 , 48.2542 , 717.9487 , 1.7500 , 1.1416 , 0.5132 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 492.0366 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5678 , cls_43 , 0.6300 , 480.0000 , 39.1923 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5680 , cls_43 , 0.4500 , 480.0000 , 34.4419 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5682 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5686 , cls_43 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5702 , cls_43 , 0.8100 , 420.0000 , 36.2715 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5704 , cls_43 , 0.4500 , 540.0000 , 41.4637 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 318.9044 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5710 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5721 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5767 , cls_43 , 0.5400 , 420.0000 , 41.3887 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5785 , cls_43 , 1.0800 , 600.0000 , 45.1998 , 555.5556 , 1.4286 , 1.0790 , 0.6273 , 0.5417 , 0.0900 , 1.0000 , 8.3333 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5790 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5793 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5794 , cls_43 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5801 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5807 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5811 , cls_43 , 0.8100 , 720.0000 , 61.7496 , 888.8889 , 2.0000 , 1.1540 , 0.8451 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5816 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5824 , cls_43 , 1.4400 , 1320.0000 , 77.2993 , 916.6667 , 2.7500 , 1.2113 , 0.8131 , 0.3229 , 0.0900 , 1.0000 , 6.2500 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5834 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5849 , cls_43 , 1.0800 , 600.0000 , 50.0855 , 555.5556 , 1.4286 , 1.0790 , 0.6273 , 0.5278 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5855 , cls_43 , 0.6300 , 420.0000 , 35.6333 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5873 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5891 , cls_43 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5894 , cls_43 , 0.7200 , 600.0000 , 54.1785 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5899 , cls_43 , 0.7200 , 720.0000 , 49.1428 , 1000.0000 , 2.0000 , 1.1693 , 0.7516 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5905 , cls_43 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5916 , cls_43 , 2.4300 , 1680.0000 , 88.6522 , 691.3580 , 2.5455 , 1.1963 , 0.7062 , 0.4815 , 0.1800 , 1.0000 , 7.4074 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5934 , cls_43 , 0.9900 , 840.0000 , 48.8981 , 848.4848 , 2.0000 , 1.1624 , 0.6888 , 0.4091 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5937 , cls_43 , 0.7200 , 540.0000 , 56.9370 , 750.0000 , 1.5000 , 1.1046 , 0.8078 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5939 , cls_43 , 0.9000 , 660.0000 , 48.0002 , 733.3333 , 1.5714 , 1.1216 , 0.5609 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5958 , cls_43 , 0.7200 , 540.0000 , 37.7913 , 750.0000 , 1.5000 , 1.1046 , 0.4907 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5969 , cls_43 , 0.8100 , 660.0000 , 57.4939 , 814.8148 , 1.8333 , 1.1347 , 0.8121 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5980 , cls_43 , 6.1200 , 3060.0000 , 145.1835 , 500.0000 , 3.0000 , 1.2049 , 0.7943 , 0.6103 , 1.6200 , 2.0000 , 26.4706 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5993 , cls_43 , 1.2600 , 660.0000 , 49.6713 , 523.8095 , 1.3750 , 1.0816 , 0.6572 , 0.5714 , 0.1800 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5999 , cls_43 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.0900 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6025 , cls_43 , 0.9900 , 780.0000 , 73.0787 , 787.8788 , 1.8571 , 1.1463 , 0.8055 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6028 , cls_43 , 1.3500 , 840.0000 , 54.6332 , 622.2222 , 1.7500 , 1.1245 , 0.6180 , 0.5111 , 0.0900 , 1.0000 , 6.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6032 , cls_43 , 1.3500 , 780.0000 , 49.3532 , 577.7778 , 1.6250 , 1.1089 , 0.5756 , 0.5444 , 0.2700 , 1.0000 , 20.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6034 , cls_43 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6039 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6041 , cls_43 , 18.6300 , 8220.0000 , 231.0962 , 441.2238 , 4.7241 , 1.2572 , 0.8277 , 0.6538 , 5.2200 , 5.0000 , 28.0193 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6048 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6051 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6057 , cls_43 , 0.9900 , 720.0000 , 46.6250 , 727.2727 , 1.7143 , 1.1289 , 0.5170 , 0.4394 , 0.0900 , 1.0000 , 9.0909 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6058 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6070 , cls_43 , 1.1700 , 960.0000 , 59.5100 , 820.5128 , 2.0000 , 1.1702 , 0.6877 , 0.3846 , 0.0900 , 1.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6071 , cls_43 , 3.6000 , 1680.0000 , 108.4227 , 466.6667 , 2.1538 , 1.1515 , 0.7963 , 0.6250 , 0.9000 , 3.0000 , 25.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6072 , cls_43 , 1.1700 , 780.0000 , 46.9646 , 666.6667 , 1.6250 , 1.1258 , 0.5132 , 0.4872 , 0.0900 , 1.0000 , 7.6923 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6073 , cls_43 , 0.6300 , 600.0000 , 38.5382 , 952.3810 , 1.6667 , 1.1455 , 0.6572 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6080 , cls_43 , 1.4400 , 1140.0000 , 70.0764 , 791.6667 , 2.3750 , 1.1807 , 0.7004 , 0.3646 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6081 , cls_43 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6083 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6085 , cls_43 , 2.0700 , 1560.0000 , 79.2916 , 753.6232 , 2.6000 , 1.2007 , 0.6555 , 0.4058 , 0.0900 , 1.0000 , 4.3478 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6099 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6103 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6104 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6105 , cls_43 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6113 , cls_43 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6114 , cls_43 , 1.0800 , 540.0000 , 40.0443 , 500.0000 , 1.2857 , 1.0563 , 0.3888 , 0.5972 , 0.2700 , 1.0000 , 25.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6148 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6150 , cls_43 , 0.9000 , 780.0000 , 58.0570 , 866.6667 , 1.8571 , 1.1583 , 0.6894 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6153 , cls_43 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6160 , cls_43 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6163 , cls_43 , 0.9900 , 840.0000 , 51.4798 , 848.4848 , 2.0000 , 1.1624 , 0.7704 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6176 , cls_43 , 1.0800 , 960.0000 , 57.7828 , 888.8889 , 2.2857 , 1.1802 , 0.7117 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6199 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6200 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6205 , cls_43 , 1.1700 , 1020.0000 , 61.1580 , 871.7949 , 2.1250 , 1.1831 , 0.6877 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6209 , cls_43 , 3.8700 , 2220.0000 , 110.6228 , 573.6434 , 2.6429 , 1.1964 , 0.7738 , 0.5349 , 0.4500 , 2.0000 , 11.6279 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6212 , cls_43 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6214 , cls_43 , 0.5400 , 600.0000 , 54.7381 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6220 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6222 , cls_43 , 0.5400 , 480.0000 , 40.5020 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6223 , cls_43 , 0.9000 , 720.0000 , 48.8789 , 800.0000 , 1.7143 , 1.1407 , 0.6894 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6224 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6242 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6243 , cls_43 , 0.7200 , 480.0000 , 42.9938 , 666.6667 , 1.3333 , 1.0780 , 0.7453 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6257 , cls_43 , 1.2600 , 780.0000 , 57.7156 , 619.0476 , 1.6250 , 1.1170 , 0.7558 , 0.4881 , 0.0900 , 1.0000 , 7.1429 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6269 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6281 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6289 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6333 , cls_43 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6337 , cls_43 , 2.0700 , 1260.0000 , 72.6721 , 608.6957 , 2.1000 , 1.1577 , 0.6981 , 0.5217 , 0.2700 , 3.0000 , 13.0435 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6338 , cls_43 , 1.9800 , 1140.0000 , 82.1181 , 575.7576 , 1.9000 , 1.1427 , 0.7521 , 0.5379 , 0.2700 , 1.0000 , 13.6364 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6340 , cls_43 , 0.6300 , 540.0000 , 38.6797 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6349 , cls_43 , 0.8100 , 600.0000 , 49.1034 , 740.7407 , 1.6667 , 1.1135 , 0.7205 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6355 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6361 , cls_43 , 0.5400 , 600.0000 , 47.4118 , 1111.1111 , 2.0000 , 1.1661 , 0.7753 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6369 , cls_43 , 0.7200 , 420.0000 , 32.8177 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6376 , cls_43 , 1.2600 , 1020.0000 , 64.5632 , 809.5238 , 2.1250 , 1.1738 , 0.7591 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6388 , cls_43 , 0.4500 , 480.0000 , 39.8827 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6396 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6404 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6409 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6411 , cls_43 , 0.6300 , 540.0000 , 46.4450 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6419 , cls_43 , 0.5400 , 480.0000 , 33.6542 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6421 , cls_43 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6422 , cls_43 , 0.6300 , 540.0000 , 52.2940 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6426 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6431 , cls_43 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.0900 , 1.0000 , 14.2857 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6433 , cls_43 , 0.6300 , 420.0000 , 32.0282 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.0900 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6439 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6463 , cls_43 , 1.7100 , 1380.0000 , 88.3734 , 807.0175 , 2.5556 , 1.1991 , 0.8017 , 0.3772 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6465 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6466 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6472 , cls_43 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6474 , cls_43 , 0.5400 , 420.0000 , 32.0363 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6483 , cls_43 , 0.3600 , 420.0000 , 33.8800 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6506 , cls_43 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6513 , cls_43 , 1.7100 , 1200.0000 , 83.9206 , 701.7544 , 2.2222 , 1.1704 , 0.8065 , 0.4123 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6528 , cls_43 , 0.6300 , 480.0000 , 40.9485 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6533 , cls_43 , 0.6300 , 540.0000 , 42.2543 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6538 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6543 , cls_43 , 0.6300 , 600.0000 , 44.9996 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6545 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6547 , cls_43 , 1.2600 , 960.0000 , 71.4356 , 761.9048 , 2.0000 , 1.1610 , 0.7591 , 0.3690 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6548 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6551 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6552 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6557 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6559 , cls_43 , 0.6300 , 480.0000 , 41.6937 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6560 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6561 , cls_43 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6563 , cls_43 , 0.4500 , 360.0000 , 32.1688 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6569 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6586 , cls_43 , 1.1700 , 960.0000 , 56.9033 , 820.5128 , 2.0000 , 1.1702 , 0.7701 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6590 , cls_43 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6603 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6605 , cls_43 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6616 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6617 , cls_43 , 0.9900 , 780.0000 , 53.8258 , 787.8788 , 1.8571 , 1.1463 , 0.6584 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6620 , cls_43 , 0.9000 , 660.0000 , 55.5482 , 733.3333 , 1.5714 , 1.1216 , 0.7551 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6621 , cls_43 , 1.5300 , 840.0000 , 54.9994 , 549.0196 , 1.5556 , 1.1099 , 0.6452 , 0.5588 , 0.1800 , 1.0000 , 11.7647 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6636 , cls_43 , 2.6100 , 1800.0000 , 110.3908 , 689.6552 , 2.7273 , 1.2015 , 0.8225 , 0.4655 , 0.1800 , 2.0000 , 6.8966 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6642 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6646 , cls_43 , 2.0700 , 1200.0000 , 102.9177 , 579.7101 , 2.0000 , 1.1479 , 0.7994 , 0.5000 , 0.0900 , 1.0000 , 4.3478 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6650 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6653 , cls_43 , 1.1700 , 960.0000 , 64.2819 , 820.5128 , 2.0000 , 1.1702 , 0.7566 , 0.3462 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6670 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6671 , cls_43 , 1.0800 , 900.0000 , 81.3756 , 833.3333 , 2.1429 , 1.1663 , 0.8283 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6675 , cls_43 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6693 , cls_43 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6703 , cls_43 , 0.6300 , 720.0000 , 45.6272 , 1142.8571 , 2.0000 , 1.1872 , 0.7215 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6723 , cls_43 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6726 , cls_43 , 0.3600 , 420.0000 , 33.8800 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6728 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6730 , cls_43 , 8.1000 , 4080.0000 , 176.8306 , 503.7037 , 3.5789 , 1.2259 , 0.8245 , 0.6074 , 1.8000 , 3.0000 , 22.2222 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6733 , cls_43 , 2.5200 , 1380.0000 , 90.9044 , 547.6190 , 2.0909 , 1.1532 , 0.7379 , 0.5476 , 0.2700 , 2.0000 , 10.7143 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6735 , cls_43 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6737 , cls_43 , 0.6300 , 600.0000 , 48.5363 , 952.3810 , 1.6667 , 1.1455 , 0.7215 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6757 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6775 , cls_43 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6780 , cls_43 , 2.1600 , 1680.0000 , 79.9041 , 777.7778 , 2.8000 , 1.2104 , 0.6405 , 0.4028 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6790 , cls_43 , 1.8900 , 1020.0000 , 58.8581 , 539.6825 , 1.7000 , 1.1255 , 0.6068 , 0.5714 , 0.3600 , 1.0000 , 19.0476 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6795 , cls_43 , 0.8100 , 480.0000 , 37.7746 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5185 , 0.0900 , 1.0000 , 11.1111 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6798 , cls_43 , 0.9900 , 780.0000 , 52.6393 , 787.8788 , 1.8571 , 1.1463 , 0.6498 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6810 , cls_43 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6813 , cls_43 , 1.5300 , 1140.0000 , 91.9605 , 745.0980 , 2.1111 , 1.1733 , 0.7835 , 0.4118 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6826 , cls_43 , 0.7200 , 540.0000 , 37.7913 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6828 , cls_43 , 2.4300 , 1620.0000 , 123.1524 , 666.6667 , 2.4545 , 1.1891 , 0.8142 , 0.4568 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6847 , cls_43 , 1.0800 , 720.0000 , 50.8150 , 666.6667 , 1.7143 , 1.1183 , 0.6273 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6852 , cls_43 , 0.4500 , 540.0000 , 42.7915 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6863 , cls_43 , 1.3500 , 900.0000 , 62.7697 , 666.6667 , 1.8750 , 1.1390 , 0.7191 , 0.4444 , 0.0900 , 1.0000 , 6.6667 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6865 , cls_43 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6872 , cls_43 , 1.8000 , 1080.0000 , 75.5606 , 600.0000 , 2.0000 , 1.1428 , 0.7139 , 0.4917 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6920 , cls_43 , 2.5200 , 1980.0000 , 125.6256 , 785.7143 , 3.0000 , 1.2244 , 0.8689 , 0.4226 , 0.0900 , 1.0000 , 3.5714 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6931 , cls_43 , 0.5400 , 540.0000 , 34.3237 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6934 , cls_43 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6939 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6941 , cls_43 , 3.1500 , 1500.0000 , 94.9780 , 476.1905 , 2.0833 , 1.1444 , 0.7424 , 0.6238 , 0.8100 , 1.0000 , 25.7143 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6950 , cls_43 , 0.6300 , 600.0000 , 42.1724 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6959 , cls_43 , 0.7200 , 600.0000 , 45.8384 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6960 , cls_43 , 0.4500 , 480.0000 , 39.8827 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6966 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6967 , cls_43 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6968 , cls_43 , 0.7200 , 480.0000 , 36.3494 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6977 , cls_43 , 0.5400 , 540.0000 , 46.9258 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6994 , cls_43 , 0.8100 , 600.0000 , 45.4721 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7015 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7039 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7041 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7069 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7071 , cls_43 , 0.5400 , 600.0000 , 46.2366 , 1111.1111 , 2.0000 , 1.1661 , 0.7753 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7073 , cls_43 , 1.1700 , 780.0000 , 51.5119 , 666.6667 , 1.6250 , 1.1258 , 0.5963 , 0.4744 , 0.0900 , 1.0000 , 7.6923 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7084 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7101 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7107 , cls_43 , 1.7100 , 1260.0000 , 74.9242 , 736.8421 , 2.3333 , 1.1804 , 0.7312 , 0.4386 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7116 , cls_43 , 0.5400 , 480.0000 , 35.4634 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7119 , cls_43 , 0.8100 , 540.0000 , 39.4261 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4815 , 0.0900 , 1.0000 , 11.1111 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7125 , cls_43 , 0.6300 , 420.0000 , 35.4324 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7144 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7148 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 402.4922 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7159 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7162 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7171 , cls_43 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7175 , cls_43 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7177 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7185 , cls_43 , 0.5400 , 480.0000 , 36.9473 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7201 , cls_43 , 0.8100 , 780.0000 , 53.4307 , 962.9630 , 2.1667 , 1.1718 , 0.7135 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7215 , cls_43 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7217 , cls_43 , 1.3500 , 1200.0000 , 67.0831 , 888.8889 , 2.5000 , 1.1995 , 0.8031 , 0.3889 , 0.0900 , 1.0000 , 6.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7222 , cls_43 , 2.6100 , 1440.0000 , 89.3788 , 551.7241 , 2.1818 , 1.1576 , 0.7046 , 0.5575 , 0.2700 , 2.0000 , 10.3448 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7229 , cls_43 , 0.8100 , 600.0000 , 41.1020 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7231 , cls_43 , 2.5200 , 1860.0000 , 103.6727 , 738.0952 , 2.8182 , 1.2121 , 0.7729 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7244 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7260 , cls_43 , 1.7100 , 1140.0000 , 67.5498 , 666.6667 , 2.1111 , 1.1599 , 0.6976 , 0.4649 , 0.2700 , 1.0000 , 15.7895 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7266 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7268 , cls_43 , 1.8000 , 1200.0000 , 80.2839 , 666.6667 , 2.2222 , 1.1643 , 0.7823 , 0.4833 , 0.0900 , 1.0000 , 5.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7272 , cls_43 , 1.0800 , 840.0000 , 50.7150 , 777.7778 , 2.0000 , 1.1515 , 0.5870 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7296 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7301 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7310 , cls_43 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7331 , cls_43 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7343 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7348 , cls_43 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7349 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7352 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7364 , cls_43 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7373 , cls_43 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7381 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7394 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7412 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7445 , cls_43 , 1.8000 , 1320.0000 , 101.6293 , 733.3333 , 2.4444 , 1.1837 , 0.8528 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7452 , cls_43 , 1.3500 , 960.0000 , 72.8893 , 711.1111 , 2.0000 , 1.1526 , 0.8090 , 0.4556 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7457 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7460 , cls_43 , 0.9000 , 960.0000 , 50.4565 , 1066.6667 , 2.2857 , 1.2039 , 0.7170 , 0.2833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7461 , cls_43 , 0.5400 , 480.0000 , 42.2327 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7466 , cls_43 , 0.9900 , 660.0000 , 46.1098 , 666.6667 , 1.5714 , 1.1100 , 0.6584 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7473 , cls_43 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7475 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7491 , cls_43 , 0.5400 , 420.0000 , 38.0278 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7495 , cls_43 , 0.6300 , 600.0000 , 55.3238 , 952.3810 , 1.6667 , 1.1455 , 0.8463 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7496 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7509 , cls_43 , 7.1100 , 4980.0000 , 308.6713 , 700.4219 , 4.6111 , 1.2759 , 0.9466 , 0.4662 , 0.5400 , 3.0000 , 7.5949 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7523 , cls_43 , 1.0800 , 660.0000 , 47.8498 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5000 , 0.0900 , 1.0000 , 8.3333 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7539 , cls_43 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7552 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7553 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7567 , cls_43 , 0.8100 , 600.0000 , 46.4890 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7572 , cls_43 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7596 , cls_43 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7606 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7615 , cls_43 , 0.4500 , 480.0000 , 41.4290 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7617 , cls_43 , 2.3400 , 1680.0000 , 83.5011 , 717.9487 , 2.5455 , 1.2008 , 0.6877 , 0.4551 , 0.0900 , 1.0000 , 3.8462 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7624 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7651 , cls_43 , 1.3500 , 900.0000 , 64.1112 , 666.6667 , 1.8750 , 1.1390 , 0.8031 , 0.4556 , 0.0900 , 1.0000 , 6.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7654 , cls_43 , 0.8100 , 660.0000 , 49.3245 , 814.8148 , 1.8333 , 1.1347 , 0.7796 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7656 , cls_43 , 0.5400 , 480.0000 , 37.0783 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7667 , cls_43 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7668 , cls_43 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7680 , cls_43 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7684 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7693 , cls_43 , 6.3000 , 3900.0000 , 151.4378 , 619.0476 , 3.8235 , 1.2456 , 0.7636 , 0.5095 , 0.6300 , 3.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7721 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7733 , cls_43 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7752 , cls_43 , 1.1700 , 600.0000 , 47.4852 , 512.8205 , 1.2500 , 1.0698 , 0.6322 , 0.5769 , 0.1800 , 1.0000 , 15.3846 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7755 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7769 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7773 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7775 , cls_43 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7777 , cls_43 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7794 , cls_43 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 371.0795 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7805 , cls_43 , 0.9900 , 960.0000 , 55.6579 , 969.6970 , 2.2857 , 1.1914 , 0.7307 , 0.3030 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7807 , cls_43 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7810 , cls_43 , 1.7100 , 840.0000 , 68.3052 , 491.2281 , 1.5556 , 1.0972 , 0.7506 , 0.5965 , 0.2700 , 1.0000 , 15.7895 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7820 , cls_43 , 0.7200 , 660.0000 , 51.7164 , 916.6667 , 1.8333 , 1.1497 , 0.7453 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7829 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7834 , cls_43 , 1.4400 , 780.0000 , 51.3969 , 541.6667 , 1.6250 , 1.1014 , 0.5473 , 0.5833 , 0.3600 , 2.0000 , 25.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7837 , cls_43 , 0.7200 , 660.0000 , 46.2512 , 916.6667 , 1.8333 , 1.1497 , 0.7004 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7852 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 468.6150 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7853 , cls_43 , 4.3200 , 3300.0000 , 157.6870 , 763.8889 , 3.9286 , 1.2583 , 0.8429 , 0.4132 , 0.0900 , 1.0000 , 2.0833 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7858 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7883 , cls_43 , 1.7100 , 1020.0000 , 76.9772 , 596.4912 , 1.8889 , 1.1370 , 0.7859 , 0.5175 , 0.1800 , 2.0000 , 10.5263 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7899 , cls_43 , 1.5300 , 1260.0000 , 86.3485 , 823.5294 , 2.3333 , 1.1940 , 0.8408 , 0.3431 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7900 , cls_43 , 0.8100 , 540.0000 , 45.6046 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7905 , cls_43 , 1.4400 , 660.0000 , 52.1111 , 458.3333 , 1.3750 , 1.0665 , 0.6866 , 0.6042 , 0.2700 , 1.0000 , 18.7500 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7906 , cls_43 , 22.1400 , 6960.0000 , 248.9478 , 314.3631 , 3.6250 , 1.2125 , 0.7530 , 0.7507 , 10.3500 , 2.0000 , 46.7480 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7910 , cls_43 , 1.2600 , 900.0000 , 64.4528 , 714.2857 , 1.8750 , 1.1473 , 0.7591 , 0.4048 , 0.0900 , 1.0000 , 7.1429 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7913 , cls_43 , 1.4400 , 1320.0000 , 74.0560 , 916.6667 , 2.7500 , 1.2113 , 0.7736 , 0.3021 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7925 , cls_43 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7944 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7952 , cls_43 , 0.7200 , 540.0000 , 41.4989 , 750.0000 , 1.5000 , 1.1046 , 0.6817 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7956 , cls_43 , 0.8100 , 720.0000 , 45.0102 , 888.8889 , 2.0000 , 1.1540 , 0.6630 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7978 , cls_43 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7985 , cls_43 , 1.8000 , 1320.0000 , 71.3097 , 733.3333 , 2.4444 , 1.1837 , 0.6894 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7988 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7990 , cls_43 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 330.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7991 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8000 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8008 , cls_43 , 0.7200 , 720.0000 , 57.4715 , 1000.0000 , 2.0000 , 1.1693 , 0.8078 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8028 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8032 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8060 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8061 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8068 , cls_43 , 1.1700 , 1200.0000 , 62.6706 , 1025.6410 , 2.5000 , 1.2178 , 0.7701 , 0.2949 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8078 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8108 , cls_43 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8114 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8117 , cls_43 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8119 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8125 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 305.9412 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8137 , cls_43 , 0.6300 , 480.0000 , 40.1481 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8144 , cls_43 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8146 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8149 , cls_43 , 0.9900 , 720.0000 , 55.7100 , 727.2727 , 1.7143 , 1.1289 , 0.7585 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8153 , cls_43 , 0.6300 , 660.0000 , 48.3582 , 1047.6190 , 1.8333 , 1.1673 , 0.7826 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8154 , cls_43 , 1.3500 , 960.0000 , 64.1917 , 711.1111 , 2.0000 , 1.1526 , 0.7419 , 0.4222 , 0.0900 , 1.0000 , 6.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8175 , cls_43 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8185 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8193 , cls_43 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8194 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8221 , cls_43 , 0.9000 , 720.0000 , 60.8642 , 800.0000 , 1.7143 , 1.1407 , 0.7805 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8233 , cls_43 , 15.4800 , 4380.0000 , 224.0351 , 282.9457 , 2.7037 , 1.1713 , 0.7471 , 0.7645 , 6.7500 , 4.0000 , 43.6047 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8240 , cls_43 , 2.2500 , 1500.0000 , 92.4510 , 666.6667 , 2.5000 , 1.1829 , 0.7919 , 0.4600 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8249 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8252 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8263 , cls_43 , 0.9900 , 600.0000 , 46.6776 , 606.0606 , 1.4286 , 1.0892 , 0.6584 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8270 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8273 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8279 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8286 , cls_43 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8314 , cls_43 , 0.8100 , 480.0000 , 41.7360 , 592.5926 , 1.3333 , 1.0639 , 0.6903 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8326 , cls_43 , 0.6300 , 540.0000 , 43.9738 , 857.1429 , 1.5000 , 1.1214 , 0.7215 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8333 , cls_43 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.0900 , 1.0000 , 14.2857 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8341 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8342 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8348 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8364 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8376 , cls_43 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8386 , cls_43 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8402 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8403 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8404 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8424 , cls_43 , 2.2500 , 1440.0000 , 83.1347 , 640.0000 , 2.4000 , 1.1747 , 0.7659 , 0.4733 , 0.1800 , 1.0000 , 8.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8430 , cls_43 , 0.5400 , 480.0000 , 35.8661 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8439 , cls_43 , 2.0700 , 1140.0000 , 69.3662 , 550.7246 , 1.9000 , 1.1376 , 0.7237 , 0.5507 , 0.2700 , 1.0000 , 13.0435 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8442 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8443 , cls_43 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8446 , cls_43 , 3.4200 , 1740.0000 , 97.1850 , 508.7719 , 2.2308 , 1.1639 , 0.7385 , 0.5965 , 0.6300 , 2.0000 , 18.4211 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8449 , cls_43 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8453 , cls_43 , 0.7200 , 480.0000 , 34.9984 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8461 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8466 , cls_43 , 0.8100 , 480.0000 , 38.0031 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8481 , cls_43 , 0.5400 , 540.0000 , 43.2437 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8485 , cls_43 , 0.8100 , 540.0000 , 38.5454 , 666.6667 , 1.5000 , 1.0901 , 0.5416 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 256.3201 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8488 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8493 , cls_43 , 0.9900 , 840.0000 , 56.0773 , 848.4848 , 2.0000 , 1.1624 , 0.6888 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8500 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8513 , cls_43 , 0.8100 , 660.0000 , 50.5946 , 814.8148 , 1.8333 , 1.1347 , 0.7135 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8514 , cls_43 , 1.5300 , 1020.0000 , 67.4928 , 666.6667 , 1.8889 , 1.1502 , 0.8408 , 0.5000 , 0.2700 , 1.0000 , 17.6471 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8515 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8519 , cls_43 , 10.8900 , 4680.0000 , 211.5484 , 429.7521 , 3.5455 , 1.2183 , 0.8509 , 0.6474 , 2.9700 , 5.0000 , 27.2727 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8531 , cls_43 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8532 , cls_43 , 0.8100 , 600.0000 , 44.0526 , 740.7407 , 1.6667 , 1.1135 , 0.6903 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8536 , cls_43 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8550 , cls_43 , 1.2600 , 960.0000 , 57.4548 , 761.9048 , 2.0000 , 1.1610 , 0.7591 , 0.3929 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8552 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8555 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8560 , cls_43 , 1.5300 , 1320.0000 , 95.0937 , 862.7451 , 2.4444 , 1.2037 , 0.8797 , 0.3529 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8584 , cls_43 , 0.9900 , 660.0000 , 48.0086 , 666.6667 , 1.5714 , 1.1100 , 0.6498 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8588 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8592 , cls_43 , 0.7200 , 540.0000 , 39.1327 , 750.0000 , 1.5000 , 1.1046 , 0.6817 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8603 , cls_43 , 0.5400 , 540.0000 , 48.9907 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8605 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8612 , cls_43 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8616 , cls_43 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8619 , cls_43 , 0.9900 , 540.0000 , 40.4506 , 545.4545 , 1.2857 , 1.0663 , 0.4398 , 0.5455 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8627 , cls_43 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8629 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8631 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8637 , cls_43 , 0.5400 , 420.0000 , 33.7008 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8650 , cls_43 , 0.5400 , 540.0000 , 38.6938 , 1000.0000 , 1.8000 , 1.1415 , 0.5756 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8653 , cls_43 , 0.8100 , 480.0000 , 39.9687 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8660 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8665 , cls_43 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8667 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8681 , cls_43 , 0.7200 , 480.0000 , 37.1256 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8689 , cls_43 , 2.0700 , 1680.0000 , 83.0114 , 811.5942 , 2.8000 , 1.2156 , 0.7847 , 0.3986 , 0.0900 , 1.0000 , 4.3478 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8702 , cls_43 , 0.9000 , 1020.0000 , 60.8087 , 1133.3333 , 2.4286 , 1.2172 , 0.7913 , 0.2167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8703 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8712 , cls_43 , 2.1600 , 1560.0000 , 114.9758 , 722.2222 , 2.6000 , 1.1956 , 0.8487 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8724 , cls_43 , 0.6300 , 480.0000 , 35.3331 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8728 , cls_43 , 0.6300 , 660.0000 , 51.3879 , 1047.6190 , 1.8333 , 1.1673 , 0.7772 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8730 , cls_43 , 0.9000 , 660.0000 , 43.8712 , 733.3333 , 1.5714 , 1.1216 , 0.5609 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8734 , cls_43 , 0.9000 , 720.0000 , 52.2812 , 800.0000 , 1.7143 , 1.1407 , 0.6817 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8748 , cls_43 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8760 , cls_43 , 0.6300 , 660.0000 , 58.9216 , 1047.6190 , 1.8333 , 1.1673 , 0.8629 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8766 , cls_43 , 0.5400 , 480.0000 , 40.9713 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8773 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8775 , cls_43 , 2.5200 , 1740.0000 , 119.6672 , 690.4762 , 2.6364 , 1.1989 , 0.8629 , 0.4226 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8782 , cls_43 , 0.7200 , 420.0000 , 34.0413 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8798 , cls_43 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8800 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8806 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8807 , cls_43 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8810 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8812 , cls_43 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8814 , cls_43 , 1.5300 , 1260.0000 , 69.9728 , 823.5294 , 2.3333 , 1.1940 , 0.7075 , 0.3725 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8819 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8820 , cls_43 , 0.9900 , 600.0000 , 41.6267 , 606.0606 , 1.4286 , 1.0892 , 0.5170 , 0.5152 , 0.0900 , 1.0000 , 9.0909 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8821 , cls_43 , 0.8100 , 720.0000 , 62.3655 , 888.8889 , 2.0000 , 1.1540 , 0.8237 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8830 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8848 , cls_43 , 6.9300 , 3060.0000 , 130.5394 , 441.5584 , 2.8333 , 1.1914 , 0.5810 , 0.6537 , 2.2500 , 3.0000 , 32.4675 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8857 , cls_43 , 3.1500 , 1980.0000 , 111.7703 , 628.5714 , 2.7500 , 1.1981 , 0.7983 , 0.4905 , 0.0900 , 1.0000 , 2.8571 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8861 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8884 , cls_43 , 1.6200 , 1260.0000 , 68.3763 , 777.7778 , 2.3333 , 1.1870 , 0.7135 , 0.3981 , 0.0900 , 1.0000 , 5.5556 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8886 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8898 , cls_43 , 1.0800 , 900.0000 , 78.9775 , 833.3333 , 2.1429 , 1.1663 , 0.7907 , 0.3194 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8899 , cls_43 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8908 , cls_43 , 0.6300 , 540.0000 , 40.8275 , 857.1429 , 1.5000 , 1.1214 , 0.6572 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8912 , cls_43 , 0.9000 , 660.0000 , 43.7873 , 733.3333 , 1.5714 , 1.1216 , 0.6255 , 0.4333 , 0.0900 , 1.0000 , 10.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8920 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8926 , cls_43 , 1.1700 , 960.0000 , 54.8511 , 820.5128 , 2.0000 , 1.1702 , 0.7286 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8930 , cls_43 , 2.1600 , 1260.0000 , 71.6637 , 583.3333 , 2.1000 , 1.1528 , 0.6850 , 0.5417 , 0.2700 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8936 , cls_43 , 0.6300 , 540.0000 , 42.0510 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8942 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8951 , cls_43 , 0.8100 , 720.0000 , 50.1817 , 888.8889 , 2.0000 , 1.1540 , 0.7205 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8967 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8976 , cls_43 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8984 , cls_43 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8993 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9002 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9006 , cls_43 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9007 , cls_43 , 1.5300 , 1080.0000 , 60.7202 , 705.8824 , 2.0000 , 1.1620 , 0.7453 , 0.4902 , 0.1800 , 1.0000 , 11.7647 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9028 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9033 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9034 , cls_43 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9037 , cls_43 , 0.5400 , 420.0000 , 36.1803 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9043 , cls_43 , 1.0800 , 660.0000 , 45.3789 , 611.1111 , 1.5714 , 1.0996 , 0.6605 , 0.5139 , 0.0900 , 1.0000 , 8.3333 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9047 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9060 , cls_43 , 2.9700 , 1740.0000 , 90.6969 , 585.8586 , 2.4167 , 1.1798 , 0.5331 , 0.5404 , 0.2700 , 2.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9069 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9081 , cls_43 , 10.9800 , 5520.0000 , 204.4468 , 502.7322 , 4.0000 , 1.2458 , 0.7695 , 0.6216 , 3.0600 , 4.0000 , 27.8689 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9083 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9087 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9101 , cls_43 , 0.5400 , 600.0000 , 44.1714 , 1111.1111 , 2.0000 , 1.1661 , 0.7062 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9113 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9132 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9177 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9186 , cls_43 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9191 , cls_43 , 5.6700 , 2460.0000 , 124.3077 , 433.8624 , 2.5625 , 1.1734 , 0.6542 , 0.6376 , 1.1700 , 6.0000 , 20.6349 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9193 , cls_43 , 0.6300 , 480.0000 , 35.8654 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9200 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9205 , cls_43 , 2.0700 , 1020.0000 , 69.3895 , 492.7536 , 1.7000 , 1.1152 , 0.6746 , 0.5942 , 0.3600 , 2.0000 , 17.3913 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9212 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 296.9848 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9219 , cls_43 , 1.0800 , 600.0000 , 50.3326 , 555.5556 , 1.4286 , 1.0790 , 0.7117 , 0.5139 , 0.0900 , 1.0000 , 8.3333 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9236 , cls_43 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9248 , cls_43 , 0.4500 , 480.0000 , 41.8667 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9257 , cls_43 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9258 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9262 , cls_43 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9267 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9277 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9297 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9303 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9320 , cls_43 , 0.9900 , 660.0000 , 50.4576 , 666.6667 , 1.5714 , 1.1100 , 0.6584 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9321 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9328 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9329 , cls_43 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9330 , cls_43 , 2.6100 , 1380.0000 , 79.7930 , 528.7356 , 2.0909 , 1.1492 , 0.5656 , 0.5690 , 0.3600 , 3.0000 , 13.7931 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9338 , cls_43 , 1.8900 , 1380.0000 , 80.4379 , 730.1587 , 2.3000 , 1.1869 , 0.8297 , 0.4365 , 0.1800 , 1.0000 , 9.5238 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9349 , cls_43 , 0.9000 , 720.0000 , 50.1943 , 800.0000 , 1.7143 , 1.1407 , 0.7453 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9355 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9373 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9375 , cls_43 , 1.0800 , 840.0000 , 58.3292 , 777.7778 , 2.0000 , 1.1515 , 0.7753 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9377 , cls_43 , 0.9900 , 480.0000 , 39.9814 , 484.8485 , 1.1429 , 1.0407 , 0.5881 , 0.5909 , 0.1800 , 1.0000 , 18.1818 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9392 , cls_43 , 0.6300 , 420.0000 , 34.1790 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9395 , cls_43 , 1.2600 , 1320.0000 , 78.6324 , 1047.6190 , 2.7500 , 1.2284 , 0.7997 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9421 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9424 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9443 , cls_43 , 0.6300 , 420.0000 , 35.6269 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9444 , cls_43 , 0.6300 , 480.0000 , 37.3024 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9461 , cls_43 , 6.0300 , 2460.0000 , 111.5625 , 407.9602 , 2.4118 , 1.1668 , 0.6323 , 0.6816 , 2.3400 , 2.0000 , 38.8060 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9468 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9470 , cls_43 , 0.5400 , 480.0000 , 41.7873 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9478 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9486 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9490 , cls_43 , 1.0800 , 480.0000 , 40.9072 , 444.4444 , 1.1429 , 1.0310 , 0.4731 , 0.6111 , 0.1800 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9495 , cls_43 , 0.6300 , 420.0000 , 34.1318 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9515 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9525 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9526 , cls_43 , 0.8100 , 660.0000 , 60.2759 , 814.8148 , 1.8333 , 1.1347 , 0.8237 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9535 , cls_43 , 0.4500 , 540.0000 , 39.2900 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9541 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9552 , cls_43 , 1.6200 , 1200.0000 , 71.6105 , 740.7407 , 2.2222 , 1.1769 , 0.6860 , 0.4259 , 0.0900 , 1.0000 , 5.5556 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9576 , cls_43 , 0.9900 , 660.0000 , 48.6927 , 666.6667 , 1.5714 , 1.1100 , 0.6888 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9581 , cls_43 , 1.9800 , 1140.0000 , 67.6172 , 575.7576 , 1.9000 , 1.1427 , 0.7430 , 0.5455 , 0.3600 , 1.0000 , 18.1818 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9585 , cls_43 , 5.3100 , 3180.0000 , 137.5909 , 598.8701 , 3.3125 , 1.2276 , 0.7436 , 0.5198 , 0.2700 , 2.0000 , 5.0847 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9596 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9607 , cls_43 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9616 , cls_43 , 0.6300 , 540.0000 , 35.9210 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9619 , cls_43 , 0.7200 , 600.0000 , 46.5119 , 833.3333 , 1.6667 , 1.1283 , 0.6817 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9622 , cls_43 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 258.0698 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9626 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9628 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9629 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9633 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9636 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9637 , cls_43 , 0.6300 , 540.0000 , 36.9294 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9643 , cls_43 , 0.6300 , 480.0000 , 35.9160 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9647 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9660 , cls_43 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9662 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9664 , cls_43 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9672 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9673 , cls_43 , 0.7200 , 420.0000 , 35.9030 , 583.3333 , 1.1667 , 1.0480 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9695 , cls_43 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9707 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9708 , cls_43 , 0.7200 , 600.0000 , 41.4255 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3542 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9722 , cls_43 , 1.3500 , 1140.0000 , 91.2966 , 844.4444 , 2.3750 , 1.1887 , 0.8752 , 0.3222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9734 , cls_43 , 0.5400 , 480.0000 , 39.1655 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9736 , cls_43 , 0.6300 , 480.0000 , 40.1677 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9739 , cls_43 , 0.7200 , 480.0000 , 42.5542 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9762 , cls_43 , 1.4400 , 780.0000 , 59.6602 , 541.6667 , 1.6250 , 1.1014 , 0.7453 , 0.5521 , 0.0900 , 1.0000 , 6.2500 , 305.9412 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9768 , cls_43 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9822 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9828 , cls_43 , 0.8100 , 600.0000 , 54.9067 , 740.7407 , 1.6667 , 1.1135 , 0.7453 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9831 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9834 , cls_43 , 0.8100 , 420.0000 , 34.8518 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9880 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9881 , cls_43 , 1.8000 , 1200.0000 , 78.3823 , 666.6667 , 2.2222 , 1.1643 , 0.7598 , 0.4417 , 0.0900 , 1.0000 , 5.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9887 , cls_43 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9910 , cls_43 , 0.9000 , 660.0000 , 48.6843 , 733.3333 , 1.5714 , 1.1216 , 0.7551 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9917 , cls_43 , 0.9000 , 840.0000 , 53.5267 , 933.3333 , 2.0000 , 1.1745 , 0.7551 , 0.2833 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9919 , cls_43 , 0.9000 , 780.0000 , 72.3296 , 866.6667 , 1.8571 , 1.1583 , 0.8256 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9924 , cls_43 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9931 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9942 , cls_43 , 0.9000 , 600.0000 , 45.1914 , 666.6667 , 1.4286 , 1.1006 , 0.6255 , 0.4500 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9968 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9970 , cls_43 , 2.1600 , 1620.0000 , 95.1573 , 750.0000 , 2.7000 , 1.2031 , 0.7753 , 0.4097 , 0.0900 , 1.0000 , 4.1667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9972 , cls_43 , 0.4500 , 480.0000 , 41.8667 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9973 , cls_43 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9979 , cls_43 , 0.9000 , 660.0000 , 45.6768 , 733.3333 , 1.5714 , 1.1216 , 0.6255 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9988 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9990 , cls_43 , 2.4300 , 1920.0000 , 93.4213 , 790.1235 , 2.9091 , 1.2227 , 0.7062 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10018 , cls_43 , 2.4300 , 1800.0000 , 91.5243 , 740.7407 , 2.7273 , 1.2100 , 0.7314 , 0.4383 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10020 , cls_43 , 0.5400 , 540.0000 , 49.3455 , 1000.0000 , 1.8000 , 1.1415 , 0.7935 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10021 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10026 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10031 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10046 , cls_43 , 0.6300 , 540.0000 , 37.6798 , 857.1429 , 1.5000 , 1.1214 , 0.6572 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10050 , cls_43 , 0.8100 , 600.0000 , 44.5329 , 740.7407 , 1.6667 , 1.1135 , 0.7453 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10064 , cls_43 , 0.8100 , 600.0000 , 40.7242 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10065 , cls_43 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10069 , cls_43 , 0.6300 , 480.0000 , 36.0130 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10078 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10080 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10088 , cls_43 , 0.9000 , 600.0000 , 53.6919 , 666.6667 , 1.4286 , 1.1006 , 0.7805 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10090 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10100 , cls_43 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10109 , cls_43 , 0.7200 , 600.0000 , 60.5153 , 833.3333 , 1.6667 , 1.1283 , 0.8502 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10115 , cls_43 , 1.5300 , 780.0000 , 55.6300 , 509.8039 , 1.4444 , 1.0945 , 0.6452 , 0.5980 , 0.3600 , 1.0000 , 23.5294 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10116 , cls_43 , 1.1700 , 720.0000 , 47.8510 , 615.3846 , 1.5000 , 1.1087 , 0.7286 , 0.5128 , 0.0900 , 1.0000 , 7.6923 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10117 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10122 , cls_43 , 1.9800 , 960.0000 , 63.9528 , 484.8485 , 1.6000 , 1.1079 , 0.6853 , 0.6212 , 0.6300 , 1.0000 , 31.8182 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10124 , cls_43 , 2.0700 , 1320.0000 , 73.7136 , 637.6812 , 2.2000 , 1.1671 , 0.6555 , 0.5000 , 0.0900 , 1.0000 , 4.3478 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10126 , cls_43 , 1.8900 , 1680.0000 , 124.6114 , 888.8889 , 2.8000 , 1.2268 , 0.8676 , 0.3175 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10128 , cls_43 , 1.9800 , 960.0000 , 62.7265 , 484.8485 , 1.6000 , 1.1079 , 0.6888 , 0.6061 , 0.4500 , 1.0000 , 22.7273 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10147 , cls_43 , 1.8000 , 1200.0000 , 67.1189 , 666.6667 , 2.2222 , 1.1643 , 0.5609 , 0.4750 , 0.1800 , 1.0000 , 10.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10148 , cls_43 , 0.7200 , 600.0000 , 41.6265 , 833.3333 , 1.6667 , 1.1283 , 0.6082 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10152 , cls_43 , 1.7100 , 900.0000 , 71.6845 , 526.3158 , 1.6667 , 1.1114 , 0.7154 , 0.5526 , 0.0900 , 1.0000 , 5.2632 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10159 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10160 , cls_43 , 2.7000 , 1440.0000 , 101.1640 , 533.3333 , 2.1818 , 1.1537 , 0.7935 , 0.5611 , 0.4500 , 2.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10162 , cls_43 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10171 , cls_43 , 0.9900 , 1020.0000 , 83.2051 , 1030.3030 , 2.4286 , 1.2046 , 0.8803 , 0.2424 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10199 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10203 , cls_43 , 0.8100 , 420.0000 , 37.1582 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10204 , cls_43 , 0.7200 , 600.0000 , 40.8598 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10225 , cls_43 , 0.6300 , 720.0000 , 58.1846 , 1142.8571 , 2.0000 , 1.1872 , 0.8463 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10259 , cls_43 , 0.8100 , 720.0000 , 54.9679 , 888.8889 , 2.0000 , 1.1540 , 0.8024 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10263 , cls_43 , 0.8100 , 600.0000 , 46.3780 , 740.7407 , 1.6667 , 1.1135 , 0.7796 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10278 , cls_43 , 1.3500 , 960.0000 , 54.1225 , 711.1111 , 2.0000 , 1.1526 , 0.6869 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10280 , cls_43 , 1.1700 , 780.0000 , 61.6534 , 666.6667 , 1.6250 , 1.1258 , 0.7286 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10282 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10284 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10285 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10293 , cls_43 , 4.5000 , 2460.0000 , 144.3384 , 546.6667 , 2.7333 , 1.1987 , 0.8293 , 0.5467 , 0.4500 , 4.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10300 , cls_43 , 0.7200 , 660.0000 , 43.7323 , 916.6667 , 1.8333 , 1.1497 , 0.6817 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10308 , cls_43 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.0900 , 1.0000 , 16.6667 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10319 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10320 , cls_43 , 1.2600 , 960.0000 , 74.2231 , 761.9048 , 2.0000 , 1.1610 , 0.8422 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10321 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10334 , cls_43 , 4.9500 , 3120.0000 , 153.8457 , 630.3030 , 3.4667 , 1.2321 , 0.8613 , 0.5030 , 0.7200 , 2.0000 , 14.5455 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10335 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10337 , cls_43 , 1.6200 , 1080.0000 , 69.1831 , 666.6667 , 2.0000 , 1.1552 , 0.6474 , 0.4815 , 0.1800 , 1.0000 , 11.1111 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10338 , cls_43 , 0.6300 , 420.0000 , 33.5934 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10346 , cls_43 , 0.5400 , 660.0000 , 55.6092 , 1222.2222 , 2.2000 , 1.1882 , 0.8302 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10349 , cls_43 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10350 , cls_43 , 3.9600 , 2280.0000 , 125.0301 , 575.7576 , 2.7143 , 1.1988 , 0.8163 , 0.5417 , 0.4500 , 3.0000 , 11.3636 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10356 , cls_43 , 1.7100 , 1320.0000 , 100.1754 , 771.9298 , 2.4444 , 1.1899 , 0.8525 , 0.4123 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10376 , cls_43 , 0.4500 , 540.0000 , 45.2808 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10387 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10388 , cls_43 , 0.7200 , 600.0000 , 41.0380 , 833.3333 , 1.6667 , 1.1283 , 0.5926 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10392 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10393 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10394 , cls_43 , 1.0800 , 1080.0000 , 83.7801 , 1000.0000 , 2.5714 , 1.2056 , 0.8202 , 0.2639 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10396 , cls_43 , 0.9900 , 780.0000 , 52.6657 , 787.8788 , 1.8571 , 1.1463 , 0.7845 , 0.4242 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10399 , cls_43 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10408 , cls_43 , 1.7100 , 1020.0000 , 64.1344 , 596.4912 , 1.8889 , 1.1370 , 0.7674 , 0.5088 , 0.2700 , 1.0000 , 15.7895 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10409 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10420 , cls_43 , 0.4500 , 540.0000 , 43.5141 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10421 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10422 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10426 , cls_43 , 0.5400 , 420.0000 , 41.3887 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10427 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10428 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10434 , cls_43 , 1.3500 , 900.0000 , 62.6924 , 666.6667 , 1.8750 , 1.1390 , 0.7191 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10446 , cls_43 , 0.5400 , 480.0000 , 40.0496 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10455 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10456 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10461 , cls_43 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10465 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10466 , cls_43 , 0.6300 , 600.0000 , 42.4916 , 952.3810 , 1.6667 , 1.1455 , 0.7215 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10469 , cls_43 , 1.2600 , 600.0000 , 49.3794 , 476.1905 , 1.2500 , 1.0614 , 0.5652 , 0.5714 , 0.0900 , 1.0000 , 7.1429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10472 , cls_43 , 1.0800 , 960.0000 , 66.2804 , 888.8889 , 2.2857 , 1.1802 , 0.7907 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10476 , cls_43 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10478 , cls_43 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10493 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10495 , cls_43 , 1.2600 , 1080.0000 , 108.1629 , 857.1429 , 2.2500 , 1.1859 , 0.8913 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10514 , cls_43 , 0.3600 , 420.0000 , 33.8800 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10520 , cls_43 , 0.9900 , 660.0000 , 50.7939 , 666.6667 , 1.5714 , 1.1100 , 0.7307 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10524 , cls_43 , 2.5200 , 1500.0000 , 91.2392 , 595.2381 , 2.2727 , 1.1696 , 0.7258 , 0.5298 , 0.2700 , 2.0000 , 10.7143 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10525 , cls_43 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10527 , cls_43 , 1.8000 , 1260.0000 , 76.2129 , 700.0000 , 2.3333 , 1.1742 , 0.8291 , 0.4667 , 0.0900 , 1.0000 , 5.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10530 , cls_43 , 2.2500 , 1620.0000 , 104.7472 , 720.0000 , 2.7000 , 1.1982 , 0.8279 , 0.4133 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10537 , cls_43 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10540 , cls_43 , 0.6300 , 600.0000 , 38.5913 , 952.3810 , 1.6667 , 1.1455 , 0.5544 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10543 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10546 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10548 , cls_43 , 0.6300 , 480.0000 , 38.1754 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10549 , cls_43 , 1.1700 , 720.0000 , 61.1278 , 615.3846 , 1.5000 , 1.1087 , 0.7701 , 0.4744 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10553 , cls_43 , 0.9000 , 780.0000 , 51.2148 , 866.6667 , 1.8571 , 1.1583 , 0.6817 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10554 , cls_43 , 0.7200 , 480.0000 , 39.0587 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10559 , cls_43 , 1.3500 , 900.0000 , 60.9782 , 666.6667 , 1.8750 , 1.1390 , 0.7347 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10566 , cls_43 , 0.8100 , 720.0000 , 43.3052 , 888.8889 , 2.0000 , 1.1540 , 0.6048 , 0.3704 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10569 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10573 , cls_43 , 4.2300 , 2520.0000 , 110.2015 , 595.7447 , 3.0000 , 1.2102 , 0.6899 , 0.5355 , 0.7200 , 1.0000 , 17.0213 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10587 , cls_43 , 0.6300 , 480.0000 , 39.0147 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10590 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10598 , cls_43 , 1.5300 , 840.0000 , 60.6284 , 549.0196 , 1.5556 , 1.1099 , 0.7294 , 0.5392 , 0.1800 , 1.0000 , 11.7647 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10606 , cls_43 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10616 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10619 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10624 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10627 , cls_43 , 0.4500 , 540.0000 , 43.4164 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10628 , cls_43 , 1.1700 , 780.0000 , 47.6162 , 666.6667 , 1.6250 , 1.1258 , 0.5132 , 0.4872 , 0.0900 , 1.0000 , 7.6923 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10630 , cls_43 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10641 , cls_43 , 1.6200 , 1140.0000 , 69.1502 , 703.7037 , 2.1111 , 1.1663 , 0.6474 , 0.4352 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10642 , cls_43 , 0.5400 , 420.0000 , 38.0278 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10651 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10658 , cls_43 , 0.9000 , 780.0000 , 45.4311 , 866.6667 , 1.8571 , 1.1583 , 0.4907 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10659 , cls_43 , 1.1700 , 1080.0000 , 60.9210 , 923.0769 , 2.2500 , 1.1953 , 0.6877 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10667 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10668 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10672 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10674 , cls_43 , 1.3500 , 1380.0000 , 80.5920 , 1022.2222 , 2.8750 , 1.2289 , 0.8248 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10694 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10696 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10698 , cls_43 , 1.1700 , 720.0000 , 61.3307 , 615.3846 , 1.5000 , 1.1087 , 0.7733 , 0.4872 , 0.0900 , 1.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10705 , cls_43 , 0.9000 , 600.0000 , 43.4021 , 666.6667 , 1.4286 , 1.1006 , 0.5609 , 0.4667 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10713 , cls_43 , 0.7200 , 600.0000 , 46.2775 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10721 , cls_43 , 0.9900 , 720.0000 , 48.9342 , 727.2727 , 1.7143 , 1.1289 , 0.6498 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10729 , cls_43 , 0.5400 , 420.0000 , 32.0783 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10730 , cls_43 , 0.7200 , 660.0000 , 41.6611 , 916.6667 , 1.8333 , 1.1497 , 0.6817 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10738 , cls_43 , 0.5400 , 540.0000 , 43.2414 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10747 , cls_43 , 1.0800 , 1080.0000 , 60.0546 , 1000.0000 , 2.5714 , 1.2056 , 0.6180 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10751 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10752 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10753 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10754 , cls_43 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10762 , cls_43 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10777 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10792 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10797 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10800 , cls_43 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10805 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10831 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10835 , cls_43 , 0.8100 , 480.0000 , 37.6685 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10838 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10845 , cls_43 , 1.0800 , 840.0000 , 68.2112 , 777.7778 , 2.0000 , 1.1515 , 0.7753 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10872 , cls_43 , 0.9000 , 660.0000 , 44.0327 , 733.3333 , 1.5714 , 1.1216 , 0.6817 , 0.4167 , 0.0900 , 1.0000 , 10.0000 , 284.6050 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10873 , cls_43 , 0.4500 , 480.0000 , 36.4884 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10880 , cls_43 , 0.6300 , 600.0000 , 42.7470 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10883 , cls_43 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10907 , cls_43 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10916 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10917 , cls_43 , 0.5400 , 540.0000 , 39.1421 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10919 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10938 , cls_43 , 0.6300 , 540.0000 , 41.0101 , 857.1429 , 1.5000 , 1.1214 , 0.6572 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10946 , cls_43 , 0.8100 , 540.0000 , 45.0788 , 666.6667 , 1.5000 , 1.0901 , 0.7135 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10952 , cls_43 , 1.6200 , 960.0000 , 64.6257 , 592.5926 , 1.7778 , 1.1309 , 0.6630 , 0.5278 , 0.0900 , 1.0000 , 5.5556 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10954 , cls_43 , 0.9000 , 840.0000 , 63.5810 , 933.3333 , 2.0000 , 1.1745 , 0.7805 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10970 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 284.6050 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10978 , cls_43 , 1.5300 , 1140.0000 , 83.3216 , 745.0980 , 2.1111 , 1.1733 , 0.8226 , 0.4020 , 0.0900 , 1.0000 , 5.8824 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10988 , cls_43 , 1.0800 , 840.0000 , 53.5612 , 777.7778 , 2.0000 , 1.1515 , 0.6605 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10994 , cls_43 , 0.5400 , 480.0000 , 37.0783 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 313.2092 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11010 , cls_43 , 1.5300 , 1020.0000 , 62.2830 , 666.6667 , 1.8889 , 1.1502 , 0.7453 , 0.5000 , 0.2700 , 1.0000 , 17.6471 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11016 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11042 , cls_43 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11045 , cls_43 , 0.7200 , 660.0000 , 62.8681 , 916.6667 , 1.8333 , 1.1497 , 0.8433 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 308.8689 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11047 , cls_43 , 0.9900 , 720.0000 , 50.7643 , 727.2727 , 1.7143 , 1.1289 , 0.6584 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11060 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11070 , cls_43 , 0.6300 , 480.0000 , 34.5524 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11072 , cls_43 , 1.5300 , 1200.0000 , 75.0526 , 784.3137 , 2.2222 , 1.1839 , 0.7919 , 0.4118 , 0.0900 , 1.0000 , 5.8824 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11083 , cls_43 , 0.9900 , 720.0000 , 46.9068 , 727.2727 , 1.7143 , 1.1289 , 0.6498 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11084 , cls_43 , 1.5300 , 1200.0000 , 77.8221 , 784.3137 , 2.2222 , 1.1839 , 0.7919 , 0.4216 , 0.1800 , 1.0000 , 11.7647 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11085 , cls_43 , 1.9800 , 1500.0000 , 74.6993 , 757.5758 , 2.5000 , 1.1982 , 0.6704 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11094 , cls_43 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11102 , cls_43 , 0.6300 , 600.0000 , 46.6840 , 952.3810 , 1.6667 , 1.1455 , 0.8019 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11119 , cls_43 , 0.7200 , 660.0000 , 48.2621 , 916.6667 , 1.8333 , 1.1497 , 0.7516 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11122 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11135 , cls_43 , 2.1600 , 1020.0000 , 75.8759 , 472.2222 , 1.7000 , 1.1104 , 0.7366 , 0.6181 , 0.5400 , 2.0000 , 25.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11153 , cls_43 , 3.0600 , 2100.0000 , 143.5436 , 686.2745 , 2.9167 , 1.2128 , 0.8537 , 0.4608 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11158 , cls_43 , 0.5400 , 540.0000 , 46.8978 , 1000.0000 , 1.8000 , 1.1415 , 0.7935 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11161 , cls_43 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11164 , cls_43 , 1.9800 , 1140.0000 , 80.7836 , 575.7576 , 1.9000 , 1.1427 , 0.7759 , 0.5303 , 0.1800 , 1.0000 , 9.0909 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11186 , cls_43 , 0.8100 , 660.0000 , 45.0044 , 814.8148 , 1.8333 , 1.1347 , 0.6630 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11216 , cls_43 , 0.5400 , 480.0000 , 42.7417 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11218 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11221 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11222 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11230 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11232 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11234 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11237 , cls_43 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11239 , cls_43 , 0.6300 , 420.0000 , 35.6333 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11245 , cls_43 , 3.8700 , 2520.0000 , 137.4391 , 651.1628 , 3.0000 , 1.2204 , 0.7965 , 0.4884 , 0.0900 , 1.0000 , 2.3256 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11251 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11255 , cls_43 , 2.5200 , 1800.0000 , 96.0690 , 714.2857 , 2.7273 , 1.2056 , 0.7903 , 0.4226 , 0.0900 , 1.0000 , 3.5714 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11280 , cls_43 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11287 , cls_43 , 0.9900 , 600.0000 , 42.6889 , 606.0606 , 1.4286 , 1.0892 , 0.5881 , 0.5152 , 0.1800 , 1.0000 , 18.1818 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11311 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11316 , cls_43 , 1.6200 , 1200.0000 , 71.6649 , 740.7407 , 2.2222 , 1.1769 , 0.7135 , 0.4074 , 0.0900 , 1.0000 , 5.5556 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11320 , cls_43 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11322 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11323 , cls_43 , 1.6200 , 1440.0000 , 81.1078 , 888.8889 , 2.6667 , 1.2145 , 0.7453 , 0.3241 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11327 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11343 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11345 , cls_43 , 0.8100 , 540.0000 , 39.6431 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4815 , 0.0900 , 1.0000 , 11.1111 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11382 , cls_43 , 1.8000 , 1080.0000 , 72.6846 , 600.0000 , 2.0000 , 1.1428 , 0.6512 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11387 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11403 , cls_43 , 0.6300 , 480.0000 , 39.7492 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11405 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11409 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11420 , cls_43 , 0.6300 , 420.0000 , 33.6998 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11426 , cls_43 , 1.8000 , 1140.0000 , 68.4811 , 633.3333 , 2.1111 , 1.1538 , 0.6817 , 0.5000 , 0.0900 , 1.0000 , 5.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11448 , cls_43 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11449 , cls_43 , 0.6300 , 480.0000 , 37.6675 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11456 , cls_43 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11467 , cls_43 , 1.4400 , 840.0000 , 59.4651 , 583.3333 , 1.7500 , 1.1169 , 0.6488 , 0.5208 , 0.0900 , 1.0000 , 6.2500 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11468 , cls_43 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11475 , cls_43 , 0.7200 , 600.0000 , 44.6307 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11482 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11483 , cls_43 , 1.4400 , 960.0000 , 61.0843 , 666.6667 , 2.0000 , 1.1448 , 0.6156 , 0.4479 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11486 , cls_43 , 0.9000 , 720.0000 , 63.9468 , 800.0000 , 1.7143 , 1.1407 , 0.8128 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11502 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11519 , cls_43 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11531 , cls_43 , 0.9000 , 600.0000 , 51.8669 , 666.6667 , 1.4286 , 1.1006 , 0.7551 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11534 , cls_43 , 1.0800 , 1020.0000 , 68.9846 , 944.4444 , 2.4286 , 1.1933 , 0.8202 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11536 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11545 , cls_43 , 1.3500 , 1080.0000 , 71.5460 , 800.0000 , 2.2500 , 1.1773 , 0.7062 , 0.3778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11547 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11559 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11578 , cls_43 , 1.2600 , 840.0000 , 89.1314 , 666.6667 , 1.7500 , 1.1327 , 0.8539 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11593 , cls_43 , 0.7200 , 600.0000 , 41.2119 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11596 , cls_43 , 0.5400 , 480.0000 , 41.1179 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11604 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11606 , cls_43 , 1.5300 , 1080.0000 , 64.9949 , 705.8824 , 2.0000 , 1.1620 , 0.7035 , 0.4608 , 0.1800 , 1.0000 , 11.7647 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11619 , cls_43 , 1.1700 , 1020.0000 , 64.2819 , 871.7949 , 2.1250 , 1.1831 , 0.7763 , 0.3718 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11621 , cls_43 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11623 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11629 , cls_43 , 1.0800 , 780.0000 , 51.2343 , 722.2222 , 1.8571 , 1.1355 , 0.6273 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11630 , cls_43 , 0.4500 , 480.0000 , 34.8693 , 1066.6667 , 1.6000 , 1.1383 , 0.5103 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11634 , cls_43 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.0900 , 1.0000 , 16.6667 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11644 , cls_43 , 2.7900 , 1500.0000 , 88.2802 , 537.6344 , 2.0833 , 1.1580 , 0.7278 , 0.5538 , 0.2700 , 1.0000 , 9.6774 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11648 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 403.6087 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11666 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11671 , cls_43 , 1.3500 , 840.0000 , 61.9037 , 622.2222 , 1.7500 , 1.1245 , 0.6707 , 0.5000 , 0.1800 , 2.0000 , 13.3333 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11674 , cls_43 , 0.6300 , 480.0000 , 39.8596 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11676 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11679 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11683 , cls_43 , 0.9000 , 600.0000 , 43.9334 , 666.6667 , 1.4286 , 1.1006 , 0.6255 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11689 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11691 , cls_43 , 0.9000 , 720.0000 , 61.7698 , 800.0000 , 1.7143 , 1.1407 , 0.8041 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11692 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11701 , cls_43 , 0.5400 , 480.0000 , 43.4565 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11704 , cls_43 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11717 , cls_43 , 7.8300 , 4380.0000 , 172.8090 , 559.3870 , 3.8421 , 1.2422 , 0.7845 , 0.5575 , 1.3500 , 6.0000 , 17.2414 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11727 , cls_43 , 1.3500 , 1140.0000 , 74.1803 , 844.4444 , 2.3750 , 1.1887 , 0.7419 , 0.3444 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11742 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11752 , cls_43 , 0.6300 , 720.0000 , 47.9659 , 1142.8571 , 2.0000 , 1.1872 , 0.7379 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11757 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11767 , cls_43 , 0.6300 , 480.0000 , 40.8830 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11779 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11781 , cls_43 , 0.5400 , 540.0000 , 50.2074 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11782 , cls_43 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11820 , cls_43 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11827 , cls_43 , 0.9900 , 780.0000 , 47.0784 , 787.8788 , 1.8571 , 1.1463 , 0.5170 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11830 , cls_43 , 0.6300 , 540.0000 , 38.3227 , 857.1429 , 1.5000 , 1.1214 , 0.6572 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11832 , cls_43 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11838 , cls_43 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11869 , cls_43 , 0.6300 , 600.0000 , 54.0887 , 952.3810 , 1.6667 , 1.1455 , 0.8286 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11871 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 496.5884 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11872 , cls_43 , 1.0800 , 720.0000 , 48.1103 , 666.6667 , 1.7143 , 1.1183 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11901 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11907 , cls_43 , 0.4500 , 480.0000 , 36.4884 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11914 , cls_43 , 1.3500 , 840.0000 , 57.4944 , 622.2222 , 1.7500 , 1.1245 , 0.7062 , 0.5222 , 0.2700 , 1.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11930 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11941 , cls_43 , 0.7200 , 660.0000 , 52.8618 , 916.6667 , 1.8333 , 1.1497 , 0.7736 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11942 , cls_43 , 0.7200 , 600.0000 , 47.3097 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11945 , cls_43 , 2.2500 , 1620.0000 , 90.1689 , 720.0000 , 2.7000 , 1.1982 , 0.8116 , 0.4467 , 0.1800 , 1.0000 , 8.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11947 , cls_43 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11951 , cls_43 , 2.3400 , 1680.0000 , 105.1152 , 717.9487 , 2.5455 , 1.2008 , 0.7891 , 0.4423 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11952 , cls_43 , 0.6300 , 480.0000 , 33.6844 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11953 , cls_43 , 1.1700 , 1080.0000 , 70.4530 , 923.0769 , 2.2500 , 1.1953 , 0.7733 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11956 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11958 , cls_43 , 0.6300 , 480.0000 , 37.2533 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11962 , cls_43 , 0.6300 , 420.0000 , 31.0908 , 666.6667 , 1.1667 , 1.0640 , 0.4757 , 0.4762 , 0.0900 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11963 , cls_43 , 1.8000 , 1020.0000 , 73.1480 , 566.6667 , 1.8889 , 1.1311 , 0.7963 , 0.5250 , 0.1800 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11968 , cls_43 , 1.4400 , 1020.0000 , 63.4106 , 708.3333 , 2.1250 , 1.1574 , 0.7900 , 0.4375 , 0.0900 , 1.0000 , 6.2500 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11977 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11980 , cls_43 , 0.5400 , 480.0000 , 42.7417 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11988 , cls_43 , 2.7900 , 1860.0000 , 83.1764 , 666.6667 , 2.5833 , 1.2000 , 0.6053 , 0.4892 , 0.1800 , 2.0000 , 6.4516 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12010 , cls_43 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12018 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12030 , cls_43 , 0.6300 , 600.0000 , 39.2629 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12036 , cls_43 , 1.0800 , 780.0000 , 48.6845 , 722.2222 , 1.8571 , 1.1355 , 0.6605 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12037 , cls_43 , 1.0800 , 540.0000 , 43.4197 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5833 , 0.1800 , 1.0000 , 16.6667 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12039 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12045 , cls_43 , 0.6300 , 480.0000 , 37.4341 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12051 , cls_43 , 8.0100 , 4020.0000 , 209.5966 , 501.8727 , 3.5263 , 1.2245 , 0.8334 , 0.5787 , 1.2600 , 3.0000 , 15.7303 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12071 , cls_43 , 0.9000 , 480.0000 , 36.4556 , 533.3333 , 1.1429 , 1.0516 , 0.3634 , 0.5667 , 0.1800 , 1.0000 , 20.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12072 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12077 , cls_43 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12080 , cls_43 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12083 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12094 , cls_43 , 0.6300 , 420.0000 , 39.4421 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12097 , cls_43 , 0.6300 , 480.0000 , 37.8172 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 258.0698 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12098 , cls_43 , 0.8100 , 420.0000 , 34.3573 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12113 , cls_43 , 0.5400 , 540.0000 , 50.7673 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12118 , cls_43 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12127 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12128 , cls_43 , 2.2500 , 1380.0000 , 82.9367 , 613.3333 , 2.3000 , 1.1662 , 0.7279 , 0.5067 , 0.0900 , 1.0000 , 4.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12136 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12153 , cls_43 , 0.4500 , 540.0000 , 40.4765 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12155 , cls_43 , 0.6300 , 480.0000 , 32.7869 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4286 , 0.0900 , 1.0000 , 14.2857 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12161 , cls_43 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12165 , cls_43 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12168 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12196 , cls_43 , 1.9800 , 1380.0000 , 83.8068 , 696.9697 , 2.3000 , 1.1813 , 0.7606 , 0.4621 , 0.0900 , 1.0000 , 4.5455 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12203 , cls_43 , 0.9900 , 840.0000 , 56.4707 , 848.4848 , 2.0000 , 1.1624 , 0.6888 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12207 , cls_43 , 1.4400 , 1020.0000 , 56.5653 , 708.3333 , 2.1250 , 1.1574 , 0.6488 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12218 , cls_43 , 0.6300 , 600.0000 , 48.9373 , 952.3810 , 1.6667 , 1.1455 , 0.8286 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12227 , cls_43 , 0.7200 , 540.0000 , 38.0942 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4167 , 0.0900 , 1.0000 , 12.5000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12230 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12234 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12253 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12255 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12256 , cls_43 , 1.4400 , 780.0000 , 60.0899 , 541.6667 , 1.6250 , 1.1014 , 0.7004 , 0.5521 , 0.1800 , 2.0000 , 12.5000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12260 , cls_43 , 0.6300 , 480.0000 , 34.7434 , 761.9048 , 1.3333 , 1.0945 , 0.5048 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12261 , cls_43 , 0.8100 , 540.0000 , 41.9252 , 666.6667 , 1.5000 , 1.0901 , 0.6048 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 313.2092 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12265 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12269 , cls_43 , 0.8100 , 540.0000 , 44.2229 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12292 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12296 , cls_43 , 0.4500 , 480.0000 , 36.7251 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12297 , cls_43 , 1.1700 , 780.0000 , 50.7618 , 666.6667 , 1.6250 , 1.1258 , 0.5862 , 0.4744 , 0.0900 , 1.0000 , 7.6923 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12299 , cls_43 , 1.2600 , 660.0000 , 47.2876 , 523.8095 , 1.3750 , 1.0816 , 0.6039 , 0.5595 , 0.1800 , 1.0000 , 14.2857 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12303 , cls_43 , 1.1700 , 660.0000 , 58.1890 , 564.1026 , 1.3750 , 1.0902 , 0.7286 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12306 , cls_43 , 1.4400 , 1260.0000 , 81.3099 , 875.0000 , 2.6250 , 1.2016 , 0.8197 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12308 , cls_43 , 0.5400 , 480.0000 , 32.3098 , 888.8889 , 1.6000 , 1.1141 , 0.5506 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12310 , cls_43 , 2.7900 , 1980.0000 , 103.1940 , 709.6774 , 2.7500 , 1.2123 , 0.7664 , 0.4570 , 0.1800 , 1.0000 , 6.4516 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12313 , cls_43 , 4.2300 , 1980.0000 , 102.3264 , 468.0851 , 2.3571 , 1.1649 , 0.6459 , 0.6064 , 0.4500 , 4.0000 , 10.6383 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12323 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12328 , cls_43 , 0.9900 , 600.0000 , 43.2494 , 606.0606 , 1.4286 , 1.0892 , 0.6215 , 0.4848 , 0.0900 , 1.0000 , 9.0909 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12331 , cls_43 , 1.8900 , 1200.0000 , 89.3568 , 634.9206 , 2.0000 , 1.1585 , 0.8048 , 0.4921 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12335 , cls_43 , 0.9900 , 540.0000 , 47.9796 , 545.4545 , 1.2857 , 1.0663 , 0.6584 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12341 , cls_43 , 0.9900 , 600.0000 , 50.4781 , 606.0606 , 1.4286 , 1.0892 , 0.6498 , 0.4848 , 0.0900 , 1.0000 , 9.0909 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12347 , cls_43 , 0.9900 , 480.0000 , 39.5102 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.5758 , 0.0900 , 1.0000 , 9.0909 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12348 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12353 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12366 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12377 , cls_43 , 0.5400 , 480.0000 , 36.9473 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12379 , cls_43 , 0.8100 , 540.0000 , 46.3617 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12381 , cls_43 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12385 , cls_43 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12392 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12396 , cls_43 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12397 , cls_43 , 0.6300 , 540.0000 , 40.9887 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12405 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12412 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12415 , cls_43 , 0.3600 , 480.0000 , 36.9061 , 1333.3333 , 2.0000 , 1.1693 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12416 , cls_43 , 0.6300 , 480.0000 , 33.2209 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4286 , 0.0900 , 1.0000 , 14.2857 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12419 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12431 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12445 , cls_43 , 0.9900 , 780.0000 , 57.2441 , 787.8788 , 1.8571 , 1.1463 , 0.8081 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12446 , cls_43 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12456 , cls_43 , 2.4300 , 1800.0000 , 138.3643 , 740.7407 , 2.7273 , 1.2100 , 0.8823 , 0.3827 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12462 , cls_43 , 1.7100 , 1620.0000 , 82.2846 , 947.3684 , 3.0000 , 1.2320 , 0.7718 , 0.3246 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12469 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12470 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12472 , cls_43 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12473 , cls_43 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12481 , cls_43 , 0.4500 , 480.0000 , 40.7346 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12482 , cls_43 , 0.7200 , 540.0000 , 39.5514 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12483 , cls_43 , 0.8100 , 360.0000 , 32.1895 , 444.4444 , 1.0000 , 1.0000 , 0.3634 , 0.5926 , 0.0900 , 1.0000 , 11.1111 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12486 , cls_43 , 1.1700 , 600.0000 , 47.4896 , 512.8205 , 1.2500 , 1.0698 , 0.5963 , 0.5641 , 0.0900 , 1.0000 , 7.6923 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12497 , cls_43 , 1.0800 , 720.0000 , 54.6694 , 666.6667 , 1.7143 , 1.1183 , 0.8090 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12500 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12508 , cls_43 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12521 , cls_43 , 2.4300 , 1200.0000 , 73.6299 , 493.8272 , 1.8182 , 1.1297 , 0.5703 , 0.6049 , 0.4500 , 1.0000 , 18.5185 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12523 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12532 , cls_43 , 0.9000 , 660.0000 , 52.8614 , 733.3333 , 1.5714 , 1.1216 , 0.7453 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12533 , cls_43 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12535 , cls_43 , 1.3500 , 960.0000 , 71.7672 , 711.1111 , 2.0000 , 1.1526 , 0.8031 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12561 , cls_43 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12619 , cls_43 , 0.8100 , 540.0000 , 40.3390 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4630 , 0.0900 , 1.0000 , 11.1111 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12621 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12623 , cls_43 , 1.3500 , 1020.0000 , 69.5970 , 755.5556 , 2.1250 , 1.1653 , 0.7191 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12645 , cls_43 , 1.7100 , 1080.0000 , 83.9643 , 631.5789 , 2.0000 , 1.1488 , 0.8488 , 0.4474 , 0.0900 , 1.0000 , 5.2632 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12649 , cls_43 , 0.6300 , 420.0000 , 35.6333 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12653 , cls_43 , 1.0800 , 900.0000 , 60.3244 , 833.3333 , 2.1429 , 1.1663 , 0.7907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12660 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12677 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12681 , cls_43 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12730 , cls_43 , 0.9000 , 660.0000 , 66.8497 , 733.3333 , 1.5714 , 1.1216 , 0.8447 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12737 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12842 , cls_43 , 0.9900 , 720.0000 , 48.9792 , 727.2727 , 1.7143 , 1.1289 , 0.6215 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12843 , cls_43 , 1.8900 , 1260.0000 , 79.3559 , 666.6667 , 2.1000 , 1.1684 , 0.6996 , 0.4683 , 0.0900 , 1.0000 , 4.7619 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12864 , cls_43 , 0.8100 , 600.0000 , 66.6667 , 740.7407 , 1.6667 , 1.1135 , 0.8603 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12866 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12872 , cls_43 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12881 , cls_43 , 0.9900 , 720.0000 , 46.8994 , 727.2727 , 1.7143 , 1.1289 , 0.6498 , 0.4545 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12898 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12902 , cls_43 , 10.0800 , 5220.0000 , 202.3824 , 517.8571 , 3.9545 , 1.2454 , 0.8387 , 0.5967 , 1.9800 , 5.0000 , 19.6429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12907 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12927 , cls_43 , 0.5400 , 480.0000 , 45.9276 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12930 , cls_43 , 0.5400 , 480.0000 , 45.6657 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12973 , cls_43 , 1.4400 , 720.0000 , 55.5370 , 500.0000 , 1.5000 , 1.0847 , 0.6082 , 0.5729 , 0.0900 , 1.0000 , 6.2500 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12992 , cls_43 , 1.6200 , 660.0000 , 55.2335 , 407.4074 , 1.2222 , 1.0536 , 0.6860 , 0.6296 , 0.2700 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12995 , cls_43 , 3.3300 , 1800.0000 , 142.5816 , 540.5405 , 2.3077 , 1.1734 , 0.8750 , 0.5360 , 0.2700 , 2.0000 , 8.1081 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12999 , cls_43 , 6.5700 , 3960.0000 , 149.4316 , 602.7397 , 3.6667 , 1.2436 , 0.7030 , 0.5320 , 0.9000 , 3.0000 , 13.6986 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13000 , cls_43 , 1.3500 , 1200.0000 , 78.5398 , 888.8889 , 2.5000 , 1.1995 , 0.7419 , 0.3222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13005 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13006 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13039 , cls_43 , 2.8800 , 1500.0000 , 100.5998 , 520.8333 , 2.0833 , 1.1544 , 0.7405 , 0.5729 , 0.3600 , 2.0000 , 12.5000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13044 , cls_43 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13047 , cls_43 , 0.5400 , 480.0000 , 32.6019 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13056 , cls_43 , 0.9900 , 780.0000 , 52.5920 , 787.8788 , 1.8571 , 1.1463 , 0.6215 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13058 , cls_43 , 0.9000 , 600.0000 , 40.5977 , 666.6667 , 1.4286 , 1.1006 , 0.5103 , 0.4833 , 0.0900 , 1.0000 , 10.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13067 , cls_43 , 0.6300 , 420.0000 , 32.7472 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13074 , cls_43 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13089 , cls_43 , 0.8100 , 660.0000 , 52.6294 , 814.8148 , 1.8333 , 1.1347 , 0.7453 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13090 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13095 , cls_43 , 1.7100 , 1200.0000 , 142.1053 , 701.7544 , 2.2222 , 1.1704 , 0.9332 , 0.3158 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13097 , cls_43 , 0.7200 , 480.0000 , 42.4439 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13099 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13108 , cls_43 , 0.9900 , 720.0000 , 57.3265 , 727.2727 , 1.7143 , 1.1289 , 0.8107 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13109 , cls_43 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13113 , cls_43 , 0.9000 , 600.0000 , 39.8446 , 666.6667 , 1.4286 , 1.1006 , 0.5609 , 0.4667 , 0.0900 , 1.0000 , 10.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13117 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13134 , cls_43 , 0.7200 , 660.0000 , 55.5911 , 916.6667 , 1.8333 , 1.1497 , 0.8244 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13136 , cls_43 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13137 , cls_43 , 0.7200 , 840.0000 , 49.5125 , 1166.6667 , 2.3333 , 1.2041 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13141 , cls_43 , 1.4400 , 1200.0000 , 69.7498 , 833.3333 , 2.5000 , 1.1914 , 0.6866 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13145 , cls_43 , 9.1800 , 5820.0000 , 177.7931 , 633.9869 , 4.6190 , 1.2746 , 0.7277 , 0.5033 , 0.7200 , 3.0000 , 7.8431 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13146 , cls_43 , 0.6300 , 540.0000 , 46.8973 , 857.1429 , 1.5000 , 1.1214 , 0.7215 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13149 , cls_43 , 0.9900 , 960.0000 , 50.6258 , 969.6970 , 2.2857 , 1.1914 , 0.6888 , 0.3030 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13153 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13154 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13155 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13159 , cls_43 , 0.5400 , 480.0000 , 43.5357 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13168 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13172 , cls_43 , 0.9900 , 720.0000 , 58.4720 , 727.2727 , 1.7143 , 1.1289 , 0.7704 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13175 , cls_43 , 0.4500 , 480.0000 , 33.1847 , 1066.6667 , 1.6000 , 1.1383 , 0.6255 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13177 , cls_43 , 0.9900 , 420.0000 , 37.5926 , 424.2424 , 1.0000 , 1.0117 , 0.4398 , 0.6212 , 0.1800 , 1.0000 , 18.1818 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13178 , cls_43 , 0.7200 , 660.0000 , 58.2010 , 916.6667 , 1.8333 , 1.1497 , 0.7736 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13184 , cls_43 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.0900 , 1.0000 , 16.6667 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13193 , cls_43 , 0.9900 , 600.0000 , 40.8077 , 606.0606 , 1.4286 , 1.0892 , 0.5881 , 0.5303 , 0.1800 , 1.0000 , 18.1818 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13196 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13203 , cls_43 , 0.7200 , 480.0000 , 35.9132 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13205 , cls_43 , 1.0800 , 660.0000 , 45.6232 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5139 , 0.1800 , 1.0000 , 16.6667 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13208 , cls_43 , 0.9000 , 480.0000 , 39.3296 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5500 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13223 , cls_43 , 3.1500 , 1860.0000 , 97.1164 , 590.4762 , 2.5833 , 1.1860 , 0.7591 , 0.5238 , 0.3600 , 2.0000 , 11.4286 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13224 , cls_43 , 0.9900 , 540.0000 , 41.3824 , 545.4545 , 1.2857 , 1.0663 , 0.5170 , 0.5606 , 0.1800 , 1.0000 , 18.1818 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13226 , cls_43 , 0.8100 , 660.0000 , 53.4954 , 814.8148 , 1.8333 , 1.1347 , 0.7838 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13235 , cls_43 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13236 , cls_43 , 0.9900 , 1080.0000 , 74.4277 , 1090.9091 , 2.5714 , 1.2170 , 0.8352 , 0.2424 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13242 , cls_43 , 1.2600 , 600.0000 , 48.9854 , 476.1905 , 1.2500 , 1.0614 , 0.6637 , 0.5952 , 0.1800 , 1.0000 , 14.2857 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13249 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13251 , cls_43 , 1.2600 , 900.0000 , 62.3541 , 714.2857 , 1.8750 , 1.1473 , 0.6927 , 0.4524 , 0.0900 , 1.0000 , 7.1429 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13256 , cls_43 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13259 , cls_43 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13280 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13296 , cls_43 , 0.8100 , 660.0000 , 49.6335 , 814.8148 , 1.8333 , 1.1347 , 0.7135 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13299 , cls_43 , 0.7200 , 600.0000 , 40.4685 , 833.3333 , 1.6667 , 1.1283 , 0.5926 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13300 , cls_43 , 0.7200 , 660.0000 , 40.4605 , 916.6667 , 1.8333 , 1.1497 , 0.5926 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13305 , cls_43 , 1.2600 , 900.0000 , 53.3815 , 714.2857 , 1.8750 , 1.1473 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13308 , cls_43 , 1.8000 , 1020.0000 , 68.4394 , 566.6667 , 1.8889 , 1.1311 , 0.7004 , 0.5167 , 0.0900 , 1.0000 , 5.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13326 , cls_43 , 1.0800 , 900.0000 , 55.8996 , 833.3333 , 2.1429 , 1.1663 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13327 , cls_43 , 0.5400 , 600.0000 , 48.1119 , 1111.1111 , 2.0000 , 1.1661 , 0.8472 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13334 , cls_43 , 1.5300 , 1260.0000 , 67.8589 , 823.5294 , 2.3333 , 1.1940 , 0.7294 , 0.4020 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13336 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13339 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13347 , cls_43 , 0.7200 , 540.0000 , 37.5795 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13365 , cls_43 , 3.0600 , 1740.0000 , 96.1673 , 568.6275 , 2.4167 , 1.1764 , 0.7568 , 0.5490 , 0.3600 , 1.0000 , 11.7647 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13366 , cls_43 , 1.6200 , 1200.0000 , 86.0760 , 740.7407 , 2.2222 , 1.1769 , 0.8462 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13376 , cls_43 , 2.8800 , 1800.0000 , 118.0239 , 625.0000 , 2.5000 , 1.1899 , 0.7711 , 0.4844 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13398 , cls_43 , 0.9000 , 780.0000 , 51.8415 , 866.6667 , 1.8571 , 1.1583 , 0.6255 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13405 , cls_43 , 1.1700 , 960.0000 , 84.2991 , 820.5128 , 2.0000 , 1.1702 , 0.8727 , 0.3718 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13406 , cls_43 , 0.6300 , 540.0000 , 46.7421 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13411 , cls_43 , 0.9900 , 900.0000 , 75.3049 , 909.0909 , 2.1429 , 1.1774 , 0.8444 , 0.2879 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13412 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13440 , cls_43 , 0.9900 , 900.0000 , 82.5012 , 909.0909 , 2.1429 , 1.1774 , 0.8793 , 0.2879 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13443 , cls_43 , 0.7200 , 600.0000 , 49.7922 , 833.3333 , 1.6667 , 1.1283 , 0.7736 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13450 , cls_43 , 0.5400 , 480.0000 , 34.1465 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13455 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13484 , cls_43 , 5.2200 , 3000.0000 , 141.5285 , 574.7126 , 3.1250 , 1.2188 , 0.7828 , 0.5316 , 0.5400 , 3.0000 , 10.3448 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13487 , cls_43 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13489 , cls_43 , 0.6300 , 420.0000 , 33.4059 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13497 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13503 , cls_43 , 0.7200 , 540.0000 , 43.4841 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13516 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13547 , cls_43 , 0.7200 , 660.0000 , 61.7937 , 916.6667 , 1.8333 , 1.1497 , 0.8433 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13550 , cls_43 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13564 , cls_43 , 0.4500 , 540.0000 , 43.4164 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13567 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13570 , cls_43 , 0.7200 , 720.0000 , 51.9597 , 1000.0000 , 2.0000 , 1.1693 , 0.7736 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13575 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13588 , cls_43 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13595 , cls_43 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13599 , cls_43 , 3.8700 , 1860.0000 , 106.5128 , 480.6202 , 2.2143 , 1.1629 , 0.7765 , 0.6202 , 0.8100 , 3.0000 , 20.9302 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13603 , cls_43 , 1.2600 , 840.0000 , 50.6183 , 666.6667 , 1.7500 , 1.1327 , 0.6637 , 0.5000 , 0.1800 , 1.0000 , 14.2857 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13607 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 349.8571 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13610 , cls_43 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13629 , cls_43 , 0.8100 , 480.0000 , 35.4200 , 592.5926 , 1.3333 , 1.0639 , 0.4270 , 0.5185 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13630 , cls_43 , 1.1700 , 1020.0000 , 66.5618 , 871.7949 , 2.1250 , 1.1831 , 0.7146 , 0.3462 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13633 , cls_43 , 4.4100 , 2700.0000 , 119.6335 , 612.2449 , 3.2143 , 1.2184 , 0.7311 , 0.5238 , 0.6300 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13636 , cls_43 , 0.7200 , 480.0000 , 38.8049 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13658 , cls_43 , 0.6300 , 600.0000 , 50.0812 , 952.3810 , 1.6667 , 1.1455 , 0.7826 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13662 , cls_43 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13667 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13682 , cls_43 , 0.5400 , 480.0000 , 39.2081 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13684 , cls_43 , 0.5400 , 480.0000 , 47.1916 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13687 , cls_43 , 2.5200 , 1320.0000 , 74.1095 , 523.8095 , 2.0000 , 1.1444 , 0.6953 , 0.5893 , 0.6300 , 1.0000 , 25.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13689 , cls_43 , 0.5400 , 540.0000 , 42.6942 , 1000.0000 , 1.8000 , 1.1415 , 0.7613 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 361.2478 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13690 , cls_43 , 0.5400 , 480.0000 , 34.1465 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13692 , cls_43 , 1.2600 , 1020.0000 , 61.8212 , 809.5238 , 2.1250 , 1.1738 , 0.6927 , 0.3690 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13714 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13732 , cls_43 , 0.9000 , 540.0000 , 41.4714 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13734 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13745 , cls_43 , 2.0700 , 840.0000 , 61.6492 , 405.7971 , 1.4000 , 1.0761 , 0.5693 , 0.6594 , 0.6300 , 1.0000 , 30.4348 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13749 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13750 , cls_43 , 0.8100 , 600.0000 , 41.3584 , 740.7407 , 1.6667 , 1.1135 , 0.7205 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13751 , cls_43 , 0.6300 , 480.0000 , 40.0303 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13753 , cls_43 , 1.3500 , 840.0000 , 65.4779 , 622.2222 , 1.7500 , 1.1245 , 0.7191 , 0.5000 , 0.0900 , 1.0000 , 6.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13763 , cls_43 , 6.2100 , 3780.0000 , 152.4245 , 608.6957 , 3.7059 , 1.2416 , 0.7511 , 0.5362 , 1.1700 , 2.0000 , 18.8406 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13771 , cls_43 , 0.4500 , 480.0000 , 38.4853 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13773 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13776 , cls_43 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13780 , cls_43 , 7.3800 , 3480.0000 , 135.2575 , 471.5447 , 3.0526 , 1.2077 , 0.7008 , 0.6159 , 1.7100 , 5.0000 , 23.1707 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13791 , cls_43 , 1.4400 , 900.0000 , 54.9457 , 625.0000 , 1.8750 , 1.1313 , 0.6488 , 0.5208 , 0.1800 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13798 , cls_43 , 1.7100 , 1020.0000 , 68.0316 , 596.4912 , 1.8889 , 1.1370 , 0.6976 , 0.5088 , 0.0900 , 1.0000 , 5.2632 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13799 , cls_43 , 2.3400 , 1680.0000 , 144.2185 , 717.9487 , 2.5455 , 1.2008 , 0.8727 , 0.4038 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13812 , cls_43 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13821 , cls_43 , 2.5200 , 1560.0000 , 84.8229 , 619.0476 , 2.3636 , 1.1774 , 0.6325 , 0.4940 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13825 , cls_43 , 7.8300 , 4620.0000 , 220.3765 , 590.0383 , 4.0526 , 1.2516 , 0.8747 , 0.5402 , 0.9900 , 3.0000 , 12.6437 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13839 , cls_43 , 0.4500 , 600.0000 , 50.9117 , 1333.3333 , 2.0000 , 1.1913 , 0.8727 , 0.1333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13843 , cls_43 , 1.9800 , 960.0000 , 63.4708 , 484.8485 , 1.6000 , 1.1079 , 0.6215 , 0.5909 , 0.2700 , 1.0000 , 13.6364 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13860 , cls_43 , 0.6300 , 420.0000 , 33.5934 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13866 , cls_43 , 0.7200 , 600.0000 , 48.5794 , 833.3333 , 1.6667 , 1.1283 , 0.7736 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13868 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13871 , cls_43 , 0.5400 , 480.0000 , 48.3776 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13881 , cls_43 , 0.7200 , 540.0000 , 38.9051 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13886 , cls_43 , 0.8100 , 720.0000 , 54.3919 , 888.8889 , 2.0000 , 1.1540 , 0.7205 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13907 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13913 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13923 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13938 , cls_43 , 7.5600 , 3000.0000 , 154.9785 , 396.8254 , 2.6316 , 1.1787 , 0.7705 , 0.6845 , 2.7900 , 3.0000 , 36.9048 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13939 , cls_43 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13946 , cls_43 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13954 , cls_43 , 3.0600 , 2400.0000 , 109.1368 , 784.3137 , 3.3333 , 1.2387 , 0.7660 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13957 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13961 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13965 , cls_43 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13968 , cls_43 , 2.6100 , 1440.0000 , 89.5847 , 551.7241 , 2.1818 , 1.1576 , 0.7160 , 0.5517 , 0.2700 , 2.0000 , 10.3448 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13971 , cls_43 , 2.1600 , 900.0000 , 63.4200 , 416.6667 , 1.5000 , 1.0853 , 0.6405 , 0.6528 , 0.5400 , 1.0000 , 25.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13978 , cls_43 , 0.6300 , 420.0000 , 35.4324 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13987 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13990 , cls_43 , 1.8900 , 1440.0000 , 69.8799 , 761.9048 , 2.4000 , 1.1955 , 0.6658 , 0.4206 , 0.0900 , 1.0000 , 4.7619 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13999 , cls_43 , 0.8100 , 780.0000 , 62.4516 , 962.9630 , 2.1667 , 1.1718 , 0.8430 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14001 , cls_43 , 1.4400 , 1020.0000 , 54.9943 , 708.3333 , 2.1250 , 1.1574 , 0.6488 , 0.4896 , 0.1800 , 1.0000 , 12.5000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14005 , cls_43 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14006 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14007 , cls_43 , 0.6300 , 480.0000 , 37.2533 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 324.4996 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14028 , cls_43 , 1.7100 , 1020.0000 , 67.1811 , 596.4912 , 1.8889 , 1.1370 , 0.7859 , 0.5263 , 0.1800 , 1.0000 , 10.5263 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14029 , cls_43 , 0.6300 , 540.0000 , 43.4899 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14031 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14037 , cls_43 , 0.9000 , 600.0000 , 41.1443 , 666.6667 , 1.4286 , 1.1006 , 0.6021 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14039 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14042 , cls_43 , 0.8100 , 780.0000 , 57.5489 , 962.9630 , 2.1667 , 1.1718 , 0.8024 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14043 , cls_43 , 0.7200 , 720.0000 , 54.3693 , 1000.0000 , 2.0000 , 1.1693 , 0.8041 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14052 , cls_43 , 0.7200 , 420.0000 , 34.0413 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14059 , cls_43 , 0.5400 , 480.0000 , 34.3294 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14067 , cls_43 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 360.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14070 , cls_43 , 0.8100 , 540.0000 , 47.8619 , 666.6667 , 1.5000 , 1.0901 , 0.7708 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14075 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14076 , cls_43 , 2.7900 , 1860.0000 , 98.9264 , 666.6667 , 2.5833 , 1.2000 , 0.8075 , 0.4839 , 0.0900 , 1.0000 , 3.2258 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14078 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14081 , cls_43 , 0.4500 , 480.0000 , 34.6834 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14095 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14096 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14103 , cls_43 , 0.9000 , 540.0000 , 41.8930 , 600.0000 , 1.2857 , 1.0775 , 0.6559 , 0.5000 , 0.1800 , 1.0000 , 20.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14114 , cls_43 , 1.5300 , 1020.0000 , 55.3449 , 666.6667 , 1.8889 , 1.1502 , 0.5190 , 0.5000 , 0.0900 , 1.0000 , 5.8824 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14116 , cls_43 , 0.9000 , 780.0000 , 59.7979 , 866.6667 , 1.8571 , 1.1583 , 0.7598 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14118 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14124 , cls_43 , 0.8100 , 660.0000 , 57.6376 , 814.8148 , 1.8333 , 1.1347 , 0.7796 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14128 , cls_43 , 0.5400 , 540.0000 , 44.1714 , 1000.0000 , 1.8000 , 1.1415 , 0.7062 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14149 , cls_43 , 0.7200 , 540.0000 , 45.1283 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14151 , cls_43 , 0.6300 , 480.0000 , 37.5457 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14153 , cls_43 , 1.4400 , 720.0000 , 51.4870 , 500.0000 , 1.5000 , 1.0847 , 0.6156 , 0.5833 , 0.3600 , 1.0000 , 25.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14158 , cls_43 , 0.7200 , 480.0000 , 36.0414 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4583 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14171 , cls_43 , 0.8100 , 600.0000 , 49.3068 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14190 , cls_43 , 2.0700 , 1080.0000 , 65.9022 , 521.7391 , 1.8000 , 1.1267 , 0.6555 , 0.5725 , 0.1800 , 1.0000 , 8.6957 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14194 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14203 , cls_43 , 0.6300 , 720.0000 , 44.0791 , 1142.8571 , 2.0000 , 1.1872 , 0.6572 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14204 , cls_43 , 5.8500 , 3120.0000 , 136.3787 , 533.3333 , 3.0588 , 1.2133 , 0.7856 , 0.5846 , 1.0800 , 2.0000 , 18.4615 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14218 , cls_43 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14222 , cls_43 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14229 , cls_43 , 0.7200 , 540.0000 , 39.0460 , 750.0000 , 1.5000 , 1.1046 , 0.6082 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14233 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14238 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14240 , cls_43 , 1.9800 , 1020.0000 , 63.7510 , 515.1515 , 1.7000 , 1.1202 , 0.6853 , 0.5758 , 0.4500 , 1.0000 , 22.7273 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14255 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14257 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14258 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14264 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14273 , cls_43 , 1.8900 , 1320.0000 , 69.3532 , 698.4127 , 2.2000 , 1.1778 , 0.6854 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14274 , cls_43 , 3.2400 , 1980.0000 , 98.3657 , 611.1111 , 2.7500 , 1.1948 , 0.6474 , 0.5093 , 0.3600 , 3.0000 , 11.1111 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14277 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14279 , cls_43 , 2.1600 , 1200.0000 , 87.9842 , 555.5556 , 2.0000 , 1.1430 , 0.6566 , 0.5347 , 0.1800 , 1.0000 , 8.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14282 , cls_43 , 2.2500 , 1680.0000 , 87.9892 , 746.6667 , 2.8000 , 1.2055 , 0.7551 , 0.4533 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14291 , cls_43 , 0.5400 , 660.0000 , 45.2334 , 1222.2222 , 2.2000 , 1.1882 , 0.7366 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14296 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14297 , cls_43 , 2.6100 , 1740.0000 , 92.6637 , 666.6667 , 2.6364 , 1.1948 , 0.7522 , 0.4828 , 0.1800 , 1.0000 , 6.8966 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14311 , cls_43 , 4.1400 , 2520.0000 , 139.4614 , 608.6957 , 3.0000 , 1.2126 , 0.7847 , 0.5109 , 0.2700 , 2.0000 , 6.5217 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14317 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14318 , cls_43 , 0.6300 , 480.0000 , 34.9162 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14337 , cls_43 , 2.7000 , 1440.0000 , 77.6303 , 533.3333 , 2.1818 , 1.1537 , 0.7191 , 0.5722 , 0.5400 , 1.0000 , 20.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14343 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14345 , cls_43 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14349 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14360 , cls_43 , 0.6300 , 720.0000 , 54.4812 , 1142.8571 , 2.0000 , 1.1872 , 0.8019 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14365 , cls_43 , 0.6300 , 540.0000 , 45.6215 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14367 , cls_43 , 2.1600 , 1620.0000 , 89.4318 , 750.0000 , 2.7000 , 1.2031 , 0.7196 , 0.4097 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14369 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14381 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14385 , cls_43 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14390 , cls_43 , 0.6300 , 420.0000 , 33.4059 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14397 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14405 , cls_43 , 0.7200 , 540.0000 , 39.5583 , 750.0000 , 1.5000 , 1.1046 , 0.6817 , 0.4167 , 0.0900 , 1.0000 , 12.5000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14409 , cls_43 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14411 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14430 , cls_43 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14459 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14469 , cls_43 , 0.7200 , 540.0000 , 42.6721 , 750.0000 , 1.5000 , 1.1046 , 0.6817 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14483 , cls_43 , 1.0800 , 660.0000 , 55.0946 , 611.1111 , 1.5714 , 1.0996 , 0.7366 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14486 , cls_43 , 0.8100 , 540.0000 , 38.3591 , 666.6667 , 1.5000 , 1.0901 , 0.6419 , 0.4815 , 0.0900 , 1.0000 , 11.1111 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14487 , cls_43 , 0.4500 , 480.0000 , 37.4151 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14492 , cls_43 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14493 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14494 , cls_43 , 0.7200 , 600.0000 , 41.6601 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14511 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14525 , cls_43 , 1.0800 , 1020.0000 , 56.9085 , 944.4444 , 2.4286 , 1.1933 , 0.6605 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14527 , cls_43 , 1.8900 , 1680.0000 , 94.0961 , 888.8889 , 2.8000 , 1.2268 , 0.8523 , 0.3254 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14541 , cls_43 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14542 , cls_43 , 0.9000 , 600.0000 , 46.4223 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4333 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14546 , cls_43 , 0.9900 , 600.0000 , 44.5859 , 606.0606 , 1.4286 , 1.0892 , 0.5881 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14552 , cls_43 , 1.4400 , 1020.0000 , 88.2364 , 708.3333 , 2.1250 , 1.1574 , 0.8041 , 0.4062 , 0.0900 , 1.0000 , 6.2500 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14559 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14562 , cls_43 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14579 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14588 , cls_43 , 2.3400 , 1320.0000 , 79.5481 , 564.1026 , 2.0000 , 1.1528 , 0.7584 , 0.5577 , 0.2700 , 1.0000 , 11.5385 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14589 , cls_43 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14624 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14632 , cls_43 , 0.8100 , 600.0000 , 61.4008 , 740.7407 , 1.6667 , 1.1135 , 0.7838 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14635 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14637 , cls_43 , 1.6200 , 1260.0000 , 97.3279 , 777.7778 , 2.3333 , 1.1870 , 0.8419 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14639 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14641 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14644 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14650 , cls_43 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14653 , cls_43 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14660 , cls_43 , 1.6200 , 1020.0000 , 77.6333 , 629.6296 , 1.8889 , 1.1434 , 0.8315 , 0.5000 , 0.0900 , 1.0000 , 5.5556 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14664 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14677 , cls_43 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14682 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14683 , cls_43 , 0.7200 , 540.0000 , 39.6884 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14684 , cls_43 , 1.5300 , 960.0000 , 56.4748 , 627.4510 , 1.7778 , 1.1376 , 0.6268 , 0.5000 , 0.1800 , 1.0000 , 11.7647 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14685 , cls_43 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14687 , cls_43 , 15.4800 , 5160.0000 , 229.5066 , 333.3333 , 3.1852 , 1.1987 , 0.8484 , 0.7326 , 6.9300 , 2.0000 , 44.7674 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14693 , cls_43 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14696 , cls_43 , 2.2500 , 1500.0000 , 78.3564 , 666.6667 , 2.5000 , 1.1829 , 0.6997 , 0.4733 , 0.0900 , 1.0000 , 4.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14707 , cls_43 , 0.9900 , 720.0000 , 46.3579 , 727.2727 , 1.7143 , 1.1289 , 0.6498 , 0.4545 , 0.0900 , 1.0000 , 9.0909 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14708 , cls_43 , 0.5400 , 420.0000 , 38.0278 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14748 , cls_43 , 1.8000 , 1320.0000 , 65.8590 , 733.3333 , 2.4444 , 1.1837 , 0.6255 , 0.4583 , 0.2700 , 1.0000 , 15.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14765 , cls_43 , 2.5200 , 1560.0000 , 90.8228 , 619.0476 , 2.3636 , 1.1774 , 0.7398 , 0.5119 , 0.1800 , 1.0000 , 7.1429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14774 , cls_43 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14782 , cls_43 , 0.6300 , 420.0000 , 35.4324 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14794 , cls_43 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14803 , cls_43 , 0.8100 , 540.0000 , 41.4799 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14805 , cls_43 , 0.7200 , 600.0000 , 46.8898 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14807 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14843 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14845 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14846 , cls_43 , 0.7200 , 480.0000 , 35.9132 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14851 , cls_43 , 0.8100 , 480.0000 , 37.7878 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14854 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14860 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14863 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14864 , cls_43 , 2.8800 , 1500.0000 , 82.9653 , 520.8333 , 2.0833 , 1.1544 , 0.6866 , 0.5833 , 0.5400 , 1.0000 , 18.7500 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14870 , cls_43 , 2.0700 , 1560.0000 , 83.3505 , 753.6232 , 2.6000 , 1.2007 , 0.7497 , 0.4058 , 0.0900 , 1.0000 , 4.3478 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14889 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14890 , cls_43 , 0.8100 , 780.0000 , 58.8794 , 962.9630 , 2.1667 , 1.1718 , 0.7205 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14902 , cls_43 , 1.8900 , 1200.0000 , 88.1139 , 634.9206 , 2.0000 , 1.1585 , 0.7943 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14903 , cls_43 , 1.0800 , 900.0000 , 72.4187 , 833.3333 , 2.1429 , 1.1663 , 0.8202 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14904 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14912 , cls_43 , 1.4400 , 1020.0000 , 55.3017 , 708.3333 , 2.1250 , 1.1574 , 0.6866 , 0.4583 , 0.0900 , 1.0000 , 6.2500 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14914 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14923 , cls_43 , 4.6800 , 2880.0000 , 150.0848 , 615.3846 , 3.2000 , 1.2236 , 0.7836 , 0.4968 , 0.2700 , 3.0000 , 5.7692 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14927 , cls_43 , 0.5400 , 540.0000 , 45.6494 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14931 , cls_43 , 1.0800 , 840.0000 , 66.3439 , 777.7778 , 2.0000 , 1.1515 , 0.7935 , 0.4028 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14935 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14936 , cls_43 , 1.6200 , 1140.0000 , 90.7956 , 703.7037 , 2.1111 , 1.1663 , 0.8237 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14942 , cls_43 , 1.1700 , 960.0000 , 52.6614 , 820.5128 , 2.0000 , 1.1702 , 0.5963 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14956 , cls_43 , 0.4500 , 360.0000 , 24.0000 , 800.0000 , 1.2000 , 1.0699 , 0.3634 , 0.4000 , 0.0900 , 1.0000 , 20.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14970 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14982 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14990 , cls_43 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15000 , cls_43 , 0.8100 , 600.0000 , 48.5780 , 740.7407 , 1.6667 , 1.1135 , 0.7708 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15013 , cls_43 , 0.9900 , 840.0000 , 51.4856 , 848.4848 , 2.0000 , 1.1624 , 0.6584 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15018 , cls_43 , 0.9000 , 960.0000 , 61.6037 , 1066.6667 , 2.2857 , 1.2039 , 0.8041 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15022 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15029 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15030 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15039 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15044 , cls_43 , 1.8000 , 1140.0000 , 60.8554 , 633.3333 , 2.1111 , 1.1538 , 0.6082 , 0.5250 , 0.1800 , 1.0000 , 10.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15048 , cls_43 , 0.3600 , 420.0000 , 33.8800 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15058 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15066 , cls_43 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15068 , cls_43 , 3.3300 , 2340.0000 , 100.8763 , 702.7027 , 3.0000 , 1.2237 , 0.7127 , 0.4459 , 0.0900 , 1.0000 , 2.7027 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15077 , cls_43 , 0.9000 , 900.0000 , 62.5123 , 1000.0000 , 2.1429 , 1.1897 , 0.7805 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15110 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15113 , cls_43 , 0.7200 , 480.0000 , 37.9551 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4583 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15119 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15138 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15141 , cls_43 , 0.5400 , 660.0000 , 48.0664 , 1222.2222 , 2.2000 , 1.1882 , 0.8137 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15150 , cls_43 , 0.5400 , 480.0000 , 39.5782 , 888.8889 , 1.6000 , 1.1141 , 0.7062 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15151 , cls_43 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15158 , cls_43 , 3.5100 , 2160.0000 , 116.2417 , 615.3846 , 2.7692 , 1.2023 , 0.7722 , 0.5043 , 0.2700 , 2.0000 , 7.6923 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15162 , cls_43 , 0.5400 , 480.0000 , 39.2081 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15164 , cls_43 , 0.5400 , 540.0000 , 40.9954 , 1000.0000 , 1.8000 , 1.1415 , 0.7613 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15168 , cls_43 , 0.7200 , 660.0000 , 50.6076 , 916.6667 , 1.8333 , 1.1497 , 0.7516 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15179 , cls_43 , 0.6300 , 540.0000 , 42.9246 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15198 , cls_43 , 0.9000 , 660.0000 , 39.9186 , 733.3333 , 1.5714 , 1.1216 , 0.4907 , 0.4667 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15222 , cls_43 , 1.5300 , 1080.0000 , 71.1202 , 705.8824 , 2.0000 , 1.1620 , 0.7958 , 0.4118 , 0.0900 , 1.0000 , 5.8824 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15239 , cls_43 , 2.4300 , 1260.0000 , 71.8877 , 518.5185 , 1.9091 , 1.1393 , 0.5703 , 0.5802 , 0.3600 , 1.0000 , 14.8148 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15245 , cls_43 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15258 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15260 , cls_43 , 0.8100 , 600.0000 , 44.0292 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.4259 , 0.0900 , 1.0000 , 11.1111 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15261 , cls_43 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15293 , cls_43 , 1.1700 , 600.0000 , 44.8903 , 512.8205 , 1.2500 , 1.0698 , 0.6322 , 0.5513 , 0.0900 , 1.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15294 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15296 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15302 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15310 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15323 , cls_43 , 0.9900 , 480.0000 , 38.6630 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.5909 , 0.1800 , 1.0000 , 18.1818 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15374 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15379 , cls_43 , 0.9000 , 540.0000 , 41.6892 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.5000 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15388 , cls_43 , 1.9800 , 1500.0000 , 88.5208 , 757.5758 , 2.5000 , 1.1982 , 0.8068 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15414 , cls_43 , 1.7100 , 1140.0000 , 62.9788 , 666.6667 , 2.1111 , 1.1599 , 0.6640 , 0.4561 , 0.0900 , 1.0000 , 5.2632 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15421 , cls_43 , 0.5400 , 420.0000 , 31.1803 , 777.7778 , 1.4000 , 1.0831 , 0.5506 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15426 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15440 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15452 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15454 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15458 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15469 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 416.7733 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15481 , cls_43 , 0.8100 , 540.0000 , 35.5228 , 666.6667 , 1.5000 , 1.0901 , 0.4270 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15489 , cls_43 , 0.4500 , 480.0000 , 33.1847 , 1066.6667 , 1.6000 , 1.1383 , 0.6255 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15490 , cls_43 , 0.5400 , 480.0000 , 32.3607 , 888.8889 , 1.6000 , 1.1141 , 0.4123 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15494 , cls_43 , 0.9000 , 480.0000 , 39.2093 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5500 , 0.0900 , 1.0000 , 10.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15504 , cls_43 , 1.4400 , 1140.0000 , 94.9067 , 791.6667 , 2.3750 , 1.1807 , 0.8822 , 0.3438 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15512 , cls_43 , 0.8100 , 540.0000 , 37.9482 , 666.6667 , 1.5000 , 1.0901 , 0.4270 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15514 , cls_43 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15518 , cls_43 , 4.6800 , 3900.0000 , 135.1371 , 833.3333 , 4.3333 , 1.2800 , 0.7453 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15541 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15557 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15560 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15563 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15565 , cls_43 , 1.0800 , 1020.0000 , 60.6471 , 944.4444 , 2.4286 , 1.1933 , 0.7117 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15568 , cls_43 , 2.1600 , 1560.0000 , 117.7115 , 722.2222 , 2.6000 , 1.1956 , 0.8694 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15572 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15579 , cls_43 , 2.2500 , 1320.0000 , 83.4397 , 586.6667 , 2.2000 , 1.1574 , 0.6817 , 0.5333 , 0.2700 , 2.0000 , 12.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15584 , cls_43 , 0.9000 , 720.0000 , 52.3392 , 800.0000 , 1.7143 , 1.1407 , 0.6894 , 0.3833 , 0.0900 , 1.0000 , 10.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15591 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15605 , cls_43 , 1.3500 , 840.0000 , 70.6315 , 622.2222 , 1.7500 , 1.1245 , 0.8164 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15610 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15615 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15618 , cls_43 , 2.7900 , 1800.0000 , 92.2777 , 645.1613 , 2.5000 , 1.1936 , 0.6276 , 0.4839 , 0.1800 , 1.0000 , 6.4516 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15629 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15652 , cls_43 , 1.2600 , 1020.0000 , 75.8716 , 809.5238 , 2.1250 , 1.1738 , 0.8217 , 0.3452 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15660 , cls_43 , 0.5400 , 480.0000 , 33.6542 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15666 , cls_43 , 0.7200 , 600.0000 , 43.2584 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15670 , cls_43 , 0.6300 , 540.0000 , 45.9205 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15708 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15715 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15719 , cls_43 , 0.6300 , 600.0000 , 44.1515 , 952.3810 , 1.6667 , 1.1455 , 0.6927 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15722 , cls_43 , 2.1600 , 1740.0000 , 81.1961 , 805.5556 , 2.9000 , 1.2174 , 0.6944 , 0.4236 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15725 , cls_43 , 0.9000 , 600.0000 , 41.9307 , 666.6667 , 1.4286 , 1.1006 , 0.6817 , 0.4833 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15735 , cls_43 , 0.8100 , 420.0000 , 34.3573 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15743 , cls_43 , 0.8100 , 720.0000 , 50.1064 , 888.8889 , 2.0000 , 1.1540 , 0.7838 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15750 , cls_43 , 1.7100 , 1140.0000 , 84.7726 , 666.6667 , 2.1111 , 1.1599 , 0.8332 , 0.4737 , 0.0900 , 1.0000 , 5.2632 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15756 , cls_43 , 0.4500 , 540.0000 , 43.5141 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15770 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15778 , cls_43 , 2.9700 , 2040.0000 , 115.7626 , 686.8687 , 2.8333 , 1.2107 , 0.8018 , 0.4646 , 0.0900 , 1.0000 , 3.0303 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15779 , cls_43 , 2.7900 , 1980.0000 , 124.6274 , 709.6774 , 2.7500 , 1.2123 , 0.7866 , 0.4462 , 0.0900 , 1.0000 , 3.2258 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15805 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15808 , cls_43 , 0.7200 , 540.0000 , 37.9551 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15817 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15821 , cls_43 , 0.9900 , 780.0000 , 61.7099 , 787.8788 , 1.8571 , 1.1463 , 0.8249 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15824 , cls_43 , 1.3500 , 1080.0000 , 88.4647 , 800.0000 , 2.2500 , 1.1773 , 0.8596 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15825 , cls_43 , 1.1700 , 1020.0000 , 70.8833 , 871.7949 , 2.1250 , 1.1831 , 0.7931 , 0.3462 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15862 , cls_43 , 0.7200 , 420.0000 , 34.3237 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15868 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15877 , cls_43 , 1.0800 , 960.0000 , 80.0161 , 888.8889 , 2.2857 , 1.1802 , 0.8472 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15881 , cls_43 , 0.5400 , 420.0000 , 32.0711 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15882 , cls_43 , 0.6300 , 660.0000 , 42.4216 , 1047.6190 , 1.8333 , 1.1673 , 0.6572 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15883 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15913 , cls_43 , 0.8100 , 480.0000 , 36.2005 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5185 , 0.0900 , 1.0000 , 11.1111 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15915 , cls_43 , 1.2600 , 840.0000 , 57.8978 , 666.6667 , 1.7500 , 1.1327 , 0.7078 , 0.4881 , 0.0900 , 1.0000 , 7.1429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15916 , cls_43 , 0.6300 , 660.0000 , 44.6258 , 1047.6190 , 1.8333 , 1.1673 , 0.6435 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15929 , cls_43 , 0.8100 , 720.0000 , 68.8312 , 888.8889 , 2.0000 , 1.1540 , 0.8430 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15937 , cls_43 , 2.4300 , 900.0000 , 74.1017 , 370.3704 , 1.3636 , 1.0727 , 0.6694 , 0.6790 , 0.6300 , 1.0000 , 25.9259 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15943 , cls_43 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15951 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15959 , cls_43 , 1.3500 , 720.0000 , 62.6614 , 533.3333 , 1.5000 , 1.0921 , 0.7384 , 0.5222 , 0.0900 , 1.0000 , 6.6667 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15976 , cls_43 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15981 , cls_43 , 0.6300 , 480.0000 , 34.5524 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15983 , cls_43 , 0.8100 , 600.0000 , 43.9687 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16001 , cls_43 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16050 , cls_43 , 1.3500 , 720.0000 , 47.6497 , 533.3333 , 1.5000 , 1.0921 , 0.5342 , 0.5667 , 0.1800 , 1.0000 , 13.3333 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16062 , cls_43 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16067 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16109 , cls_43 , 0.6300 , 480.0000 , 39.8415 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16130 , cls_43 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16136 , cls_43 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16141 , cls_43 , 0.8100 , 600.0000 , 45.7424 , 740.7407 , 1.6667 , 1.1135 , 0.7453 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16143 , cls_43 , 0.8100 , 540.0000 , 42.4845 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16153 , cls_43 , 1.0800 , 720.0000 , 48.7076 , 666.6667 , 1.7143 , 1.1183 , 0.6273 , 0.4722 , 0.0900 , 1.0000 , 8.3333 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16156 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16159 , cls_43 , 1.1700 , 1020.0000 , 61.6555 , 871.7949 , 2.1250 , 1.1831 , 0.7286 , 0.3205 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16185 , cls_43 , 0.6300 , 540.0000 , 35.2815 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16191 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16192 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16200 , cls_43 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16205 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16206 , cls_43 , 0.5400 , 540.0000 , 34.7874 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16210 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16211 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16213 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16221 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16222 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16224 , cls_43 , 1.4400 , 1020.0000 , 60.6426 , 708.3333 , 2.1250 , 1.1574 , 0.7209 , 0.4375 , 0.0900 , 1.0000 , 6.2500 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16233 , cls_43 , 0.7200 , 780.0000 , 52.5278 , 1083.3333 , 2.1667 , 1.1874 , 0.7516 , 0.2292 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16244 , cls_43 , 1.0800 , 780.0000 , 54.4111 , 722.2222 , 1.8571 , 1.1355 , 0.5506 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16258 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16259 , cls_43 , 0.9900 , 600.0000 , 47.6395 , 606.0606 , 1.4286 , 1.0892 , 0.6498 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16274 , cls_43 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16279 , cls_43 , 2.2500 , 1380.0000 , 85.0961 , 613.3333 , 2.3000 , 1.1662 , 0.7677 , 0.5000 , 0.1800 , 1.0000 , 8.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16291 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16297 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16299 , cls_43 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16300 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16305 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16321 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16325 , cls_43 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16327 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16331 , cls_43 , 2.7000 , 2520.0000 , 108.9117 , 933.3333 , 3.8182 , 1.2634 , 0.8109 , 0.3222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16336 , cls_43 , 0.6300 , 480.0000 , 40.5326 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16345 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16363 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16365 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16370 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16376 , cls_43 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16415 , cls_43 , 1.7100 , 1500.0000 , 80.5064 , 877.1930 , 2.7778 , 1.2162 , 0.7506 , 0.3596 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16426 , cls_43 , 0.9000 , 600.0000 , 46.9174 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4333 , 0.0900 , 1.0000 , 10.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16440 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16446 , cls_43 , 2.8800 , 1980.0000 , 92.2185 , 687.5000 , 2.7500 , 1.2085 , 0.7026 , 0.4635 , 0.1800 , 2.0000 , 6.2500 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16447 , cls_43 , 2.3400 , 960.0000 , 67.1881 , 410.2564 , 1.4545 , 1.0895 , 0.5526 , 0.6538 , 0.5400 , 2.0000 , 23.0769 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16452 , cls_43 , 1.3500 , 720.0000 , 59.6373 , 533.3333 , 1.5000 , 1.0921 , 0.7384 , 0.5556 , 0.0900 , 1.0000 , 6.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16453 , cls_43 , 2.6100 , 960.0000 , 65.0384 , 367.8161 , 1.4545 , 1.0778 , 0.6193 , 0.7011 , 0.9900 , 1.0000 , 37.9310 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16456 , cls_43 , 1.3500 , 840.0000 , 61.0827 , 622.2222 , 1.7500 , 1.1245 , 0.6396 , 0.4778 , 0.0900 , 1.0000 , 6.6667 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16487 , cls_43 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16494 , cls_43 , 0.9000 , 840.0000 , 59.7290 , 933.3333 , 2.0000 , 1.1745 , 0.6894 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16500 , cls_43 , 0.5400 , 540.0000 , 48.0664 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16508 , cls_43 , 6.5700 , 2460.0000 , 115.4826 , 374.4292 , 2.2778 , 1.1578 , 0.6206 , 0.6918 , 2.2500 , 2.0000 , 34.2466 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16517 , cls_43 , 0.8100 , 600.0000 , 43.1558 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16535 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16542 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16554 , cls_43 , 1.8900 , 1560.0000 , 81.9772 , 825.3968 , 2.6000 , 1.2118 , 0.7861 , 0.4048 , 0.0900 , 1.0000 , 4.7619 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16556 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16568 , cls_43 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16578 , cls_43 , 0.7200 , 480.0000 , 36.3494 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4792 , 0.0900 , 1.0000 , 12.5000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16579 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16591 , cls_43 , 0.5400 , 540.0000 , 38.6938 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16594 , cls_43 , 0.6300 , 480.0000 , 39.2634 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16597 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16598 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16601 , cls_43 , 1.0800 , 780.0000 , 57.7192 , 722.2222 , 1.8571 , 1.1355 , 0.7117 , 0.4028 , 0.0000 , 0.0000 , 0.0000 , 331.3608 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16604 , cls_43 , 0.9900 , 900.0000 , 54.0146 , 909.0909 , 2.1429 , 1.1774 , 0.7199 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16605 , cls_43 , 0.6300 , 480.0000 , 41.5469 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16609 , cls_43 , 2.6100 , 1380.0000 , 89.9955 , 528.7356 , 2.0909 , 1.1492 , 0.7046 , 0.5690 , 0.3600 , 2.0000 , 13.7931 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16614 , cls_43 , 0.5400 , 600.0000 , 43.2843 , 1111.1111 , 2.0000 , 1.1661 , 0.7753 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16622 , cls_43 , 1.3500 , 720.0000 , 57.5084 , 533.3333 , 1.5000 , 1.0921 , 0.6396 , 0.5556 , 0.0900 , 1.0000 , 6.6667 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16623 , cls_43 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16624 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16628 , cls_43 , 1.2600 , 660.0000 , 51.1083 , 523.8095 , 1.3750 , 1.0816 , 0.6927 , 0.5595 , 0.1800 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16647 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16649 , cls_43 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16650 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16670 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16671 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16672 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16681 , cls_43 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16686 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16689 , cls_43 , 1.8000 , 720.0000 , 54.2992 , 400.0000 , 1.3333 , 1.0600 , 0.5103 , 0.6583 , 0.4500 , 1.0000 , 25.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16702 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16708 , cls_43 , 2.1600 , 1320.0000 , 70.2189 , 611.1111 , 2.2000 , 1.1621 , 0.5870 , 0.5069 , 0.1800 , 2.0000 , 8.3333 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16711 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16714 , cls_43 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16732 , cls_43 , 1.9800 , 960.0000 , 66.9580 , 484.8485 , 1.6000 , 1.1079 , 0.7142 , 0.5909 , 0.3600 , 1.0000 , 18.1818 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16734 , cls_43 , 0.7200 , 720.0000 , 56.5211 , 1000.0000 , 2.0000 , 1.1693 , 0.8078 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16788 , cls_43 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16789 , cls_43 , 1.8900 , 1200.0000 , 66.2456 , 634.9206 , 2.0000 , 1.1585 , 0.6854 , 0.5079 , 0.2700 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16797 , cls_43 , 0.7200 , 600.0000 , 44.8149 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16807 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16821 , cls_43 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16827 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16831 , cls_43 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16836 , cls_43 , 2.0700 , 720.0000 , 56.6253 , 347.8261 , 1.2000 , 1.0451 , 0.5495 , 0.6957 , 0.7200 , 1.0000 , 34.7826 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16842 , cls_43 , 1.4400 , 960.0000 , 60.0165 , 666.6667 , 2.0000 , 1.1448 , 0.7209 , 0.4583 , 0.0900 , 1.0000 , 6.2500 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16852 , cls_43 , 1.0800 , 660.0000 , 43.5357 , 611.1111 , 1.5714 , 1.0996 , 0.5225 , 0.5278 , 0.1800 , 1.0000 , 16.6667 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16857 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16862 , cls_43 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16868 , cls_43 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16873 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16874 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16877 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16878 , cls_43 , 0.8100 , 600.0000 , 43.3619 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16882 , cls_43 , 0.9000 , 600.0000 , 40.5535 , 666.6667 , 1.4286 , 1.1006 , 0.5609 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16905 , cls_43 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16908 , cls_43 , 2.0700 , 960.0000 , 64.9403 , 463.7681 , 1.6000 , 1.1030 , 0.5693 , 0.6159 , 0.1800 , 1.0000 , 8.6957 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16911 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16916 , cls_43 , 0.4500 , 480.0000 , 33.6384 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16923 , cls_43 , 0.4500 , 480.0000 , 34.4419 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16931 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16932 , cls_43 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16935 , cls_43 , 0.5400 , 480.0000 , 39.0211 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16937 , cls_43 , 0.4500 , 480.0000 , 34.6834 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16938 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16945 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16946 , cls_43 , 0.4500 , 540.0000 , 37.0835 , 1200.0000 , 1.8000 , 1.1663 , 0.6463 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16947 , cls_43 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16952 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16973 , cls_43 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 331.3608 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16978 , cls_43 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16984 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17002 , cls_43 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17007 , cls_43 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17038 , cls_43 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17047 , cls_43 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17066 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17071 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17076 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17079 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17082 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17086 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17087 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17091 , cls_43 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17092 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17093 , cls_43 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17102 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17111 , cls_43 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17116 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17120 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17122 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17125 , cls_43 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4 , cls_81 , 1.1700 , 540.0000 , 49.3011 , 461.5385 , 1.1250 , 1.0473 , 0.5862 , 0.5897 , 0.0900 , 1.0000 , 7.6923 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7 , cls_81 , 4.6800 , 1740.0000 , 98.1841 , 371.7949 , 1.9333 , 1.1299 , 0.6105 , 0.6891 , 1.4400 , 1.0000 , 30.7692 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 18 , cls_81 , 3.2400 , 1380.0000 , 77.6555 , 425.9259 , 1.9167 , 1.1253 , 0.5416 , 0.6620 , 0.9000 , 1.0000 , 27.7778 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 23 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 49 , cls_81 , 2.5200 , 1080.0000 , 74.2562 , 428.5714 , 1.6364 , 1.1048 , 0.6845 , 0.6548 , 0.7200 , 1.0000 , 28.5714 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 51 , cls_81 , 0.9900 , 600.0000 , 49.7266 , 606.0606 , 1.4286 , 1.0892 , 0.7307 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 97 , cls_81 , 0.5400 , 660.0000 , 41.3948 , 1222.2222 , 2.2000 , 1.1882 , 0.6944 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 499.2995 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 236 , cls_81 , 0.9900 , 840.0000 , 55.9234 , 848.4848 , 2.0000 , 1.1624 , 0.7585 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 258 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 265 , cls_81 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 357 , cls_81 , 1.3500 , 780.0000 , 55.5626 , 577.7778 , 1.6250 , 1.1089 , 0.6707 , 0.5222 , 0.0900 , 1.0000 , 6.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 401 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 432.6662 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 407 , cls_81 , 1.0800 , 600.0000 , 45.9024 , 555.5556 , 1.4286 , 1.0790 , 0.6944 , 0.5417 , 0.0900 , 1.0000 , 8.3333 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 473 , cls_81 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 490 , cls_81 , 3.3300 , 1680.0000 , 111.9508 , 504.5045 , 2.1538 , 1.1601 , 0.7943 , 0.5856 , 0.4500 , 3.0000 , 13.5135 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 501 , cls_81 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 525 , cls_81 , 0.9000 , 540.0000 , 41.7841 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5167 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 530 , cls_81 , 2.3400 , 1200.0000 , 70.8310 , 512.8205 , 1.8182 , 1.1339 , 0.6322 , 0.6026 , 0.7200 , 1.0000 , 30.7692 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 572 , cls_81 , 5.4000 , 2040.0000 , 117.2727 , 377.7778 , 2.1250 , 1.1443 , 0.7073 , 0.6972 , 1.8900 , 2.0000 , 35.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 575 , cls_81 , 1.3500 , 720.0000 , 56.8196 , 533.3333 , 1.5000 , 1.0921 , 0.6327 , 0.5556 , 0.1800 , 1.0000 , 13.3333 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 578 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 622 , cls_81 , 1.0800 , 540.0000 , 46.6704 , 500.0000 , 1.2857 , 1.0563 , 0.6180 , 0.5694 , 0.0900 , 1.0000 , 8.3333 , 465.7252 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 636 , cls_81 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 650 , cls_81 , 3.3300 , 1800.0000 , 87.0198 , 540.5405 , 2.3077 , 1.1734 , 0.5939 , 0.5676 , 0.4500 , 1.0000 , 13.5135 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 690 , cls_81 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 445.9821 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 839 , cls_81 , 0.6300 , 540.0000 , 35.4324 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 853 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 884 , cls_81 , 0.6300 , 480.0000 , 34.7434 , 761.9048 , 1.3333 , 1.0945 , 0.5048 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 909 , cls_81 , 1.1700 , 840.0000 , 53.2428 , 717.9487 , 1.7500 , 1.1416 , 0.6689 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 911 , cls_81 , 4.3200 , 1620.0000 , 100.7590 , 375.0000 , 1.9286 , 1.1250 , 0.6273 , 0.6771 , 1.1700 , 2.0000 , 27.0833 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 913 , cls_81 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 445.9821 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 919 , cls_81 , 6.5700 , 2580.0000 , 170.5870 , 392.6941 , 2.3889 , 1.1664 , 0.8219 , 0.6849 , 2.3400 , 2.0000 , 35.6164 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 939 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 952 , cls_81 , 0.9900 , 720.0000 , 50.9359 , 727.2727 , 1.7143 , 1.1289 , 0.6888 , 0.4394 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 984 , cls_81 , 13.0500 , 3120.0000 , 174.0143 , 239.0805 , 2.0800 , 1.1307 , 0.6612 , 0.8000 , 6.8400 , 1.0000 , 52.4138 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 994 , cls_81 , 1.8000 , 960.0000 , 59.5967 , 533.3333 , 1.7778 , 1.1187 , 0.6082 , 0.5500 , 0.1800 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1002 , cls_81 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1029 , cls_81 , 1.0800 , 780.0000 , 68.4926 , 722.2222 , 1.8571 , 1.1355 , 0.8283 , 0.4028 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1037 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1046 , cls_81 , 1.5300 , 840.0000 , 67.6495 , 549.0196 , 1.5556 , 1.1099 , 0.7595 , 0.5490 , 0.1800 , 2.0000 , 11.7647 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1075 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 957.1834 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1082 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1094 , cls_81 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1104 , cls_81 , 0.6300 , 540.0000 , 46.5440 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1132 , cls_81 , 1.7100 , 780.0000 , 60.8167 , 456.1404 , 1.4444 , 1.0820 , 0.6976 , 0.6053 , 0.2700 , 1.0000 , 15.7895 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1149 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1185 , cls_81 , 2.3400 , 1320.0000 , 75.8969 , 564.1026 , 2.0000 , 1.1528 , 0.6877 , 0.5385 , 0.1800 , 1.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1209 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 391.1521 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1227 , cls_81 , 1.1700 , 660.0000 , 45.9552 , 564.1026 , 1.3750 , 1.0902 , 0.5862 , 0.5513 , 0.1800 , 1.0000 , 15.3846 , 517.8803 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1258 , cls_81 , 14.5800 , 5340.0000 , 247.2692 , 366.2551 , 3.4231 , 1.2105 , 0.7547 , 0.6996 , 4.8600 , 4.0000 , 33.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1297 , cls_81 , 1.1700 , 960.0000 , 59.2617 , 820.5128 , 2.0000 , 1.1702 , 0.7146 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1306 , cls_81 , 3.5100 , 1200.0000 , 76.0940 , 341.8803 , 1.5385 , 1.0900 , 0.5315 , 0.7179 , 1.2600 , 1.0000 , 35.8974 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1321 , cls_81 , 12.7800 , 3780.0000 , 238.7303 , 295.7746 , 2.6250 , 1.1653 , 0.8147 , 0.7570 , 5.5800 , 4.0000 , 43.6620 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1362 , cls_81 , 1.3500 , 720.0000 , 53.6364 , 533.3333 , 1.5000 , 1.0921 , 0.7419 , 0.5667 , 0.1800 , 1.0000 , 13.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1419 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1494 , cls_81 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1511 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1571 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 424.2641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1574 , cls_81 , 4.0500 , 1980.0000 , 150.0701 , 488.8889 , 2.3571 , 1.1697 , 0.8623 , 0.5815 , 0.5400 , 2.0000 , 13.3333 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1592 , cls_81 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 323.1099 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1605 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1609 , cls_81 , 4.8600 , 1740.0000 , 109.2367 , 358.0247 , 1.9333 , 1.1260 , 0.6998 , 0.7068 , 1.7100 , 2.0000 , 35.1852 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1617 , cls_81 , 9.1800 , 3720.0000 , 172.4591 , 405.2288 , 2.9524 , 1.1963 , 0.7062 , 0.6618 , 2.1600 , 5.0000 , 23.5294 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1632 , cls_81 , 3.1500 , 1140.0000 , 83.8683 , 361.9048 , 1.5833 , 1.0915 , 0.6572 , 0.6905 , 0.8100 , 2.0000 , 25.7143 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1639 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1699 , cls_81 , 14.3100 , 2460.0000 , 177.9884 , 171.9078 , 1.5769 , 1.0819 , 0.6023 , 0.8501 , 9.0000 , 1.0000 , 62.8931 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1705 , cls_81 , 1.1700 , 660.0000 , 56.2363 , 564.1026 , 1.3750 , 1.0902 , 0.6817 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1724 , cls_81 , 1.6200 , 720.0000 , 59.7911 , 444.4444 , 1.3333 , 1.0715 , 0.6817 , 0.6204 , 0.2700 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1769 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1779 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1816 , cls_81 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1864 , cls_81 , 8.3700 , 3840.0000 , 149.7585 , 458.7814 , 3.2000 , 1.2116 , 0.7214 , 0.6380 , 2.0700 , 4.0000 , 24.7312 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1887 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1938 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1952 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1956 , cls_81 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1958 , cls_81 , 7.0200 , 2460.0000 , 199.1973 , 350.4274 , 2.2778 , 1.1509 , 0.8599 , 0.7115 , 2.4300 , 3.0000 , 34.6154 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2006 , cls_81 , 0.5400 , 420.0000 , 32.0783 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2011 , cls_81 , 1.0800 , 540.0000 , 41.5466 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5833 , 0.1800 , 1.0000 , 16.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2017 , cls_81 , 1.8000 , 840.0000 , 55.7810 , 466.6667 , 1.5556 , 1.0915 , 0.4907 , 0.6083 , 0.1800 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2023 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2049 , cls_81 , 13.5000 , 3420.0000 , 182.7504 , 253.3333 , 2.2800 , 1.1430 , 0.5884 , 0.7844 , 6.4800 , 2.0000 , 48.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2078 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2102 , cls_81 , 5.4000 , 1200.0000 , 91.6458 , 222.2222 , 1.2500 , 1.0469 , 0.3888 , 0.8111 , 3.0600 , 1.0000 , 56.6667 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2175 , cls_81 , 1.4400 , 660.0000 , 49.2908 , 458.3333 , 1.3750 , 1.0665 , 0.5031 , 0.6042 , 0.0900 , 1.0000 , 6.2500 , 722.4957 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2183 , cls_81 , 6.6600 , 2700.0000 , 133.3925 , 405.4054 , 2.5000 , 1.1731 , 0.7170 , 0.6847 , 2.4300 , 2.0000 , 36.4865 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2193 , cls_81 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2235 , cls_81 , 9.0000 , 1920.0000 , 134.5134 , 213.3333 , 1.6000 , 1.0824 , 0.6549 , 0.8183 , 5.1300 , 1.0000 , 57.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2249 , cls_81 , 0.9900 , 720.0000 , 60.5531 , 727.2727 , 1.7143 , 1.1289 , 0.8249 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2265 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2269 , cls_81 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2298 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 706.1161 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2299 , cls_81 , 2.5200 , 1080.0000 , 66.2727 , 428.5714 , 1.6364 , 1.1048 , 0.5806 , 0.6548 , 0.7200 , 1.0000 , 28.5714 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2315 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2358 , cls_81 , 1.4400 , 780.0000 , 56.3948 , 541.6667 , 1.6250 , 1.1014 , 0.6488 , 0.5417 , 0.1800 , 1.0000 , 12.5000 , 256.3201 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2371 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2386 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2408 , cls_81 , 16.1100 , 4740.0000 , 190.3578 , 294.2272 , 2.9259 , 1.1806 , 0.7063 , 0.7551 , 6.6600 , 3.0000 , 41.3408 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2427 , cls_81 , 1.4400 , 600.0000 , 48.2312 , 416.6667 , 1.2500 , 1.0466 , 0.5031 , 0.6458 , 0.3600 , 1.0000 , 25.0000 , 780.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2463 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2497 , cls_81 , 1.4400 , 780.0000 , 57.9376 , 541.6667 , 1.6250 , 1.1014 , 0.6866 , 0.5625 , 0.1800 , 1.0000 , 12.5000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2543 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2618 , cls_81 , 0.6300 , 480.0000 , 39.3823 , 761.9048 , 1.3333 , 1.0945 , 0.6572 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2635 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2687 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2698 , cls_81 , 10.2600 , 2700.0000 , 190.8617 , 263.1579 , 2.0455 , 1.1292 , 0.8292 , 0.7749 , 4.5900 , 1.0000 , 44.7368 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2711 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 536.6563 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2729 , cls_81 , 5.1300 , 1740.0000 , 101.6394 , 339.1813 , 1.8125 , 1.1203 , 0.4663 , 0.7164 , 1.8000 , 1.0000 , 35.0877 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2876 , cls_81 , 20.7000 , 4560.0000 , 319.5513 , 220.2899 , 2.4516 , 1.1501 , 0.7562 , 0.8159 , 11.6100 , 3.0000 , 56.0870 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2944 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2957 , cls_81 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2966 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 569.2100 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3022 , cls_81 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3050 , cls_81 , 0.9000 , 600.0000 , 45.4485 , 666.6667 , 1.4286 , 1.1006 , 0.6817 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3059 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3061 , cls_81 , 0.7200 , 600.0000 , 50.9457 , 833.3333 , 1.6667 , 1.1283 , 0.7963 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3082 , cls_81 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3084 , cls_81 , 2.2500 , 1020.0000 , 75.2400 , 453.3333 , 1.7000 , 1.1059 , 0.6752 , 0.6133 , 0.1800 , 1.0000 , 8.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3108 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3109 , cls_81 , 0.5400 , 480.0000 , 36.1803 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3115 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 457.9301 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3125 , cls_81 , 1.4400 , 1020.0000 , 83.8461 , 708.3333 , 2.1250 , 1.1574 , 0.8244 , 0.4271 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3143 , cls_81 , 0.9900 , 960.0000 , 55.0363 , 969.6970 , 2.2857 , 1.1914 , 0.7307 , 0.3030 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3198 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3206 , cls_81 , 4.8600 , 2280.0000 , 109.8597 , 469.1358 , 2.5333 , 1.1761 , 0.6998 , 0.6358 , 1.6200 , 2.0000 , 33.3333 , 349.8571 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3223 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3236 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3246 , cls_81 , 6.1200 , 2220.0000 , 130.8816 , 362.7451 , 2.1765 , 1.1466 , 0.7568 , 0.6961 , 1.8000 , 2.0000 , 29.4118 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3248 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3249 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3263 , cls_81 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3281 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3283 , cls_81 , 7.0200 , 2460.0000 , 116.0296 , 350.4274 , 2.2778 , 1.1509 , 0.6180 , 0.7329 , 2.9700 , 1.0000 , 42.3077 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3285 , cls_81 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3309 , cls_81 , 1.2600 , 900.0000 , 55.4860 , 714.2857 , 1.8750 , 1.1473 , 0.7078 , 0.4524 , 0.0900 , 1.0000 , 7.1429 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3323 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3340 , cls_81 , 4.6800 , 2340.0000 , 105.6887 , 500.0000 , 2.6000 , 1.1850 , 0.7253 , 0.6090 , 1.3500 , 1.0000 , 28.8462 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3353 , cls_81 , 1.4400 , 600.0000 , 47.9551 , 416.6667 , 1.2500 , 1.0466 , 0.5473 , 0.6458 , 0.3600 , 1.0000 , 25.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3379 , cls_81 , 7.3800 , 2580.0000 , 124.1572 , 349.5935 , 2.2632 , 1.1543 , 0.7309 , 0.7317 , 3.4200 , 1.0000 , 46.3415 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3492 , cls_81 , 1.8900 , 1080.0000 , 68.3175 , 571.4286 , 1.8000 , 1.1371 , 0.6854 , 0.5397 , 0.2700 , 1.0000 , 14.2857 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3494 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3497 , cls_81 , 0.5400 , 540.0000 , 37.0246 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3502 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3508 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3551 , cls_81 , 0.8100 , 900.0000 , 49.3317 , 1111.1111 , 2.5000 , 1.2036 , 0.6630 , 0.2407 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3557 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3593 , cls_81 , 2.1600 , 1380.0000 , 83.2195 , 638.8889 , 2.3000 , 1.1710 , 0.6405 , 0.4931 , 0.0900 , 1.0000 , 4.1667 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3605 , cls_81 , 1.4400 , 780.0000 , 60.5614 , 541.6667 , 1.6250 , 1.1014 , 0.7209 , 0.5625 , 0.1800 , 2.0000 , 12.5000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3616 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 450.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3642 , cls_81 , 2.5200 , 1260.0000 , 97.6125 , 500.0000 , 1.9091 , 1.1352 , 0.7903 , 0.5952 , 0.3600 , 1.0000 , 14.2857 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3653 , cls_81 , 5.1300 , 1200.0000 , 99.0559 , 233.9181 , 1.2500 , 1.0518 , 0.5968 , 0.7924 , 2.5200 , 1.0000 , 49.1228 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3668 , cls_81 , 1.4400 , 660.0000 , 51.3749 , 458.3333 , 1.3750 , 1.0665 , 0.5473 , 0.6146 , 0.2700 , 2.0000 , 18.7500 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3685 , cls_81 , 2.0700 , 960.0000 , 77.7502 , 463.7681 , 1.6000 , 1.1030 , 0.7313 , 0.6087 , 0.3600 , 2.0000 , 17.3913 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3704 , cls_81 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3711 , cls_81 , 6.3900 , 1980.0000 , 162.9664 , 309.8592 , 1.9412 , 1.1215 , 0.8022 , 0.7347 , 2.3400 , 2.0000 , 36.6197 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3735 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3747 , cls_81 , 69.3900 , 13440.0000 , 360.0024 , 193.6879 , 4.0000 , 1.2074 , 0.5748 , 0.8457 , 44.9100 , 3.0000 , 64.7211 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3784 , cls_81 , 5.4900 , 1860.0000 , 95.6797 , 338.7978 , 1.9375 , 1.1256 , 0.4025 , 0.7350 , 2.3400 , 1.0000 , 42.6230 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3793 , cls_81 , 0.5400 , 480.0000 , 39.5782 , 888.8889 , 1.6000 , 1.1141 , 0.7062 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3813 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3821 , cls_81 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3830 , cls_81 , 0.9900 , 660.0000 , 55.6309 , 666.6667 , 1.5714 , 1.1100 , 0.7585 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3837 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3888 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 258.0698 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3902 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3932 , cls_81 , 0.7200 , 540.0000 , 36.5388 , 750.0000 , 1.5000 , 1.1046 , 0.4907 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3955 , cls_81 , 2.3400 , 1080.0000 , 76.3186 , 461.5385 , 1.6364 , 1.1130 , 0.6817 , 0.6154 , 0.4500 , 2.0000 , 19.2308 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3980 , cls_81 , 1.3500 , 600.0000 , 49.7634 , 444.4444 , 1.2500 , 1.0537 , 0.6180 , 0.6333 , 0.3600 , 1.0000 , 26.6667 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3992 , cls_81 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4009 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4053 , cls_81 , 2.5200 , 1320.0000 , 93.6436 , 523.8095 , 2.0000 , 1.1444 , 0.7729 , 0.5774 , 0.5400 , 2.0000 , 21.4286 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4081 , cls_81 , 1.9800 , 1140.0000 , 76.3012 , 575.7576 , 1.9000 , 1.1427 , 0.6163 , 0.5076 , 0.1800 , 1.0000 , 9.0909 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4101 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 258.0698 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4106 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4108 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4109 , cls_81 , 17.4600 , 4140.0000 , 202.4955 , 237.1134 , 2.4643 , 1.1503 , 0.5366 , 0.8041 , 9.3600 , 2.0000 , 53.6082 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4111 , cls_81 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4125 , cls_81 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.0900 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4141 , cls_81 , 2.7900 , 960.0000 , 68.7531 , 344.0860 , 1.3333 , 1.0708 , 0.5614 , 0.7258 , 1.2600 , 1.0000 , 45.1613 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4167 , cls_81 , 3.7800 , 1440.0000 , 101.1215 , 380.9524 , 1.8462 , 1.1169 , 0.7705 , 0.6905 , 1.3500 , 1.0000 , 35.7143 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4184 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4284 , cls_81 , 1.4400 , 900.0000 , 62.1796 , 625.0000 , 1.8750 , 1.1313 , 0.7209 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4293 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4301 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4338 , cls_81 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4369 , cls_81 , 0.9900 , 780.0000 , 60.5222 , 787.8788 , 1.8571 , 1.1463 , 0.8055 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4383 , cls_81 , 1.0800 , 540.0000 , 40.9341 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5972 , 0.2700 , 1.0000 , 25.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4388 , cls_81 , 0.7200 , 720.0000 , 59.8999 , 1000.0000 , 2.0000 , 1.1693 , 0.8041 , 0.2292 , 0.0000 , 0.0000 , 0.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4423 , cls_81 , 3.9600 , 1740.0000 , 99.9448 , 439.3939 , 2.0714 , 1.1477 , 0.7307 , 0.6591 , 1.0800 , 2.0000 , 27.2727 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4436 , cls_81 , 1.7100 , 660.0000 , 52.4304 , 385.9649 , 1.2222 , 1.0477 , 0.4099 , 0.6754 , 0.5400 , 1.0000 , 31.5789 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4438 , cls_81 , 25.6500 , 5700.0000 , 279.6665 , 222.2222 , 2.7941 , 1.1661 , 0.6127 , 0.8129 , 14.3100 , 2.0000 , 55.7895 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4443 , cls_81 , 1.1700 , 660.0000 , 45.9897 , 564.1026 , 1.3750 , 1.0902 , 0.6689 , 0.5513 , 0.1800 , 1.0000 , 15.3846 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4469 , cls_81 , 0.9000 , 780.0000 , 58.0499 , 866.6667 , 1.8571 , 1.1583 , 0.8041 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4479 , cls_81 , 5.2200 , 2280.0000 , 105.4008 , 436.7816 , 2.3750 , 1.1683 , 0.5656 , 0.6466 , 1.0800 , 4.0000 , 20.6897 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4498 , cls_81 , 7.5600 , 2280.0000 , 135.2325 , 301.5873 , 2.0000 , 1.1298 , 0.6909 , 0.7579 , 3.5100 , 1.0000 , 46.4286 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4510 , cls_81 , 15.4800 , 4320.0000 , 273.1494 , 279.0698 , 2.6667 , 1.1690 , 0.7946 , 0.7674 , 6.9300 , 8.0000 , 44.7674 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4523 , cls_81 , 0.8100 , 480.0000 , 38.3984 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 349.8571 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4538 , cls_81 , 22.2300 , 4080.0000 , 239.2397 , 183.5358 , 2.1250 , 1.1254 , 0.6330 , 0.8502 , 14.6700 , 2.0000 , 65.9919 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4566 , cls_81 , 1.6200 , 840.0000 , 61.8659 , 518.5185 , 1.5556 , 1.1033 , 0.6474 , 0.5741 , 0.1800 , 1.0000 , 11.1111 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4580 , cls_81 , 0.7200 , 480.0000 , 47.8869 , 666.6667 , 1.3333 , 1.0780 , 0.7453 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4692 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4750 , cls_81 , 0.9000 , 480.0000 , 39.8509 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5333 , 0.0900 , 1.0000 , 10.0000 , 342.0526 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4765 , cls_81 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4781 , cls_81 , 0.9900 , 840.0000 , 52.5439 , 848.4848 , 2.0000 , 1.1624 , 0.7585 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 331.3608 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4786 , cls_81 , 1.2600 , 540.0000 , 45.0523 , 428.5714 , 1.1250 , 1.0391 , 0.5652 , 0.6310 , 0.2700 , 1.0000 , 21.4286 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4790 , cls_81 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4799 , cls_81 , 1.5300 , 780.0000 , 52.8885 , 509.8039 , 1.4444 , 1.0945 , 0.5671 , 0.5882 , 0.2700 , 2.0000 , 17.6471 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4811 , cls_81 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4822 , cls_81 , 1.1700 , 900.0000 , 61.0509 , 769.2308 , 1.8750 , 1.1564 , 0.7453 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4831 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4860 , cls_81 , 3.0600 , 1200.0000 , 89.4366 , 392.1569 , 1.6667 , 1.1044 , 0.7035 , 0.6814 , 0.9000 , 2.0000 , 29.4118 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4863 , cls_81 , 1.2600 , 720.0000 , 53.0839 , 571.4286 , 1.5000 , 1.1000 , 0.6572 , 0.5357 , 0.1800 , 1.0000 , 14.2857 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4888 , cls_81 , 1.1700 , 720.0000 , 49.8261 , 615.3846 , 1.5000 , 1.1087 , 0.5963 , 0.5128 , 0.0900 , 1.0000 , 7.6923 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4890 , cls_81 , 4.6800 , 1440.0000 , 117.8063 , 307.6923 , 1.6000 , 1.0947 , 0.7709 , 0.7308 , 1.6200 , 2.0000 , 34.6154 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4896 , cls_81 , 1.6200 , 600.0000 , 49.9602 , 370.3704 , 1.1111 , 1.0339 , 0.5416 , 0.6759 , 0.4500 , 1.0000 , 27.7778 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4897 , cls_81 , 1.2600 , 600.0000 , 49.0676 , 476.1905 , 1.2500 , 1.0614 , 0.6435 , 0.5833 , 0.1800 , 1.0000 , 14.2857 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4949 , cls_81 , 1.3500 , 720.0000 , 50.4864 , 533.3333 , 1.5000 , 1.0921 , 0.5756 , 0.5667 , 0.2700 , 1.0000 , 20.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4968 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4988 , cls_81 , 12.0600 , 4680.0000 , 232.8535 , 388.0597 , 3.2500 , 1.2076 , 0.8161 , 0.6915 , 3.6900 , 5.0000 , 30.5970 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4990 , cls_81 , 0.9000 , 660.0000 , 58.0048 , 733.3333 , 1.5714 , 1.1216 , 0.8041 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5002 , cls_81 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5022 , cls_81 , 1.6200 , 1380.0000 , 69.9502 , 851.8519 , 2.5556 , 1.2058 , 0.6860 , 0.3796 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5035 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5041 , cls_81 , 1.2600 , 780.0000 , 56.3741 , 619.0476 , 1.6250 , 1.1170 , 0.6572 , 0.4762 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5097 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5128 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5139 , cls_81 , 8.7300 , 2820.0000 , 153.3148 , 323.0241 , 2.3500 , 1.1529 , 0.7066 , 0.7285 , 3.4200 , 5.0000 , 39.1753 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5143 , cls_81 , 2.3400 , 840.0000 , 61.4420 , 358.9744 , 1.2727 , 1.0630 , 0.5526 , 0.6923 , 0.7200 , 1.0000 , 30.7692 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5158 , cls_81 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5206 , cls_81 , 3.9600 , 2100.0000 , 128.4961 , 530.3030 , 2.5000 , 1.1833 , 0.8682 , 0.5682 , 0.5400 , 3.0000 , 13.6364 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5209 , cls_81 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5217 , cls_81 , 9.3600 , 3660.0000 , 162.7540 , 391.0256 , 2.9048 , 1.1914 , 0.6963 , 0.6859 , 2.9700 , 4.0000 , 31.7308 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5223 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5258 , cls_81 , 0.9000 , 600.0000 , 40.4284 , 666.6667 , 1.4286 , 1.1006 , 0.5609 , 0.4667 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5296 , cls_81 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5312 , cls_81 , 4.4100 , 1320.0000 , 87.7507 , 299.3197 , 1.5714 , 1.0845 , 0.6026 , 0.7551 , 2.0700 , 1.0000 , 46.9388 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5314 , cls_81 , 1.6200 , 840.0000 , 68.7772 , 518.5185 , 1.5556 , 1.1033 , 0.8024 , 0.5556 , 0.1800 , 1.0000 , 11.1111 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5325 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5329 , cls_81 , 1.0800 , 660.0000 , 49.7071 , 611.1111 , 1.5714 , 1.0996 , 0.6273 , 0.4861 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5345 , cls_81 , 2.9700 , 1260.0000 , 68.7396 , 424.2424 , 1.7500 , 1.1171 , 0.4322 , 0.6768 , 1.0800 , 1.0000 , 36.3636 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5378 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5487 , cls_81 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5492 , cls_81 , 1.8900 , 960.0000 , 63.5902 , 507.9365 , 1.6000 , 1.1132 , 0.5886 , 0.5794 , 0.1800 , 2.0000 , 9.5238 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5495 , cls_81 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5500 , cls_81 , 4.2300 , 2520.0000 , 163.9724 , 595.7447 , 3.0000 , 1.2102 , 0.8592 , 0.5284 , 0.4500 , 2.0000 , 10.6383 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5507 , cls_81 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5536 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5606 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5618 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5635 , cls_81 , 4.8600 , 2160.0000 , 118.5829 , 444.4444 , 2.4000 , 1.1660 , 0.7444 , 0.6265 , 0.8100 , 3.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5672 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5694 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5697 , cls_81 , 1.4400 , 1020.0000 , 66.2749 , 708.3333 , 2.1250 , 1.1574 , 0.7209 , 0.4479 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5700 , cls_81 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5707 , cls_81 , 14.9400 , 6420.0000 , 231.6386 , 429.7189 , 4.1154 , 1.2390 , 0.7609 , 0.6586 , 3.5100 , 9.0000 , 23.4940 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5714 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5733 , cls_81 , 2.2500 , 900.0000 , 63.5835 , 400.0000 , 1.5000 , 1.0809 , 0.6255 , 0.6600 , 0.7200 , 1.0000 , 32.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5751 , cls_81 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5759 , cls_81 , 3.1500 , 1560.0000 , 121.7301 , 495.2381 , 2.1667 , 1.1520 , 0.8096 , 0.5857 , 0.3600 , 2.0000 , 11.4286 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5761 , cls_81 , 0.7200 , 720.0000 , 56.9397 , 1000.0000 , 2.0000 , 1.1693 , 0.7963 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5780 , cls_81 , 0.7200 , 480.0000 , 39.0707 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5787 , cls_81 , 9.5400 , 2760.0000 , 156.0605 , 289.3082 , 2.1905 , 1.1402 , 0.6967 , 0.7594 , 4.0500 , 2.0000 , 42.4528 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5788 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5789 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5791 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5803 , cls_81 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5809 , cls_81 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5828 , cls_81 , 2.9700 , 1620.0000 , 96.1152 , 545.4545 , 2.2500 , 1.1659 , 0.7122 , 0.5657 , 0.3600 , 1.0000 , 12.1212 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5842 , cls_81 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5854 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5864 , cls_81 , 4.0500 , 1620.0000 , 111.2689 , 400.0000 , 1.9286 , 1.1318 , 0.7372 , 0.6704 , 0.9900 , 2.0000 , 24.4444 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5880 , cls_81 , 0.6300 , 540.0000 , 39.8417 , 857.1429 , 1.5000 , 1.1214 , 0.6572 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5885 , cls_81 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5909 , cls_81 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5933 , cls_81 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5953 , cls_81 , 1.9800 , 900.0000 , 60.5915 , 454.5455 , 1.5000 , 1.0949 , 0.6888 , 0.6288 , 0.5400 , 1.0000 , 27.2727 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5961 , cls_81 , 0.9000 , 660.0000 , 48.9902 , 733.3333 , 1.5714 , 1.1216 , 0.6817 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5965 , cls_81 , 2.1600 , 1080.0000 , 76.3654 , 500.0000 , 1.8000 , 1.1219 , 0.6850 , 0.5833 , 0.2700 , 1.0000 , 12.5000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5970 , cls_81 , 0.6300 , 540.0000 , 41.5274 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5971 , cls_81 , 1.1700 , 780.0000 , 62.2938 , 666.6667 , 1.6250 , 1.1258 , 0.7453 , 0.4103 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5975 , cls_81 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5986 , cls_81 , 1.6200 , 600.0000 , 50.9467 , 370.3704 , 1.1111 , 1.0339 , 0.5593 , 0.6759 , 0.4500 , 1.0000 , 27.7778 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6030 , cls_81 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.0900 , 1.0000 , 14.2857 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6040 , cls_81 , 1.2600 , 780.0000 , 47.9364 , 619.0476 , 1.6250 , 1.1170 , 0.4757 , 0.5238 , 0.1800 , 2.0000 , 14.2857 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6091 , cls_81 , 0.8100 , 660.0000 , 46.0877 , 814.8148 , 1.8333 , 1.1347 , 0.6903 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6094 , cls_81 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6101 , cls_81 , 0.7200 , 420.0000 , 32.8177 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6110 , cls_81 , 0.9900 , 960.0000 , 67.0344 , 969.6970 , 2.2857 , 1.1914 , 0.8249 , 0.2879 , 0.0000 , 0.0000 , 0.0000 , 403.6087 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6126 , cls_81 , 1.5300 , 840.0000 , 65.7724 , 549.0196 , 1.5556 , 1.1099 , 0.6817 , 0.5490 , 0.1800 , 2.0000 , 11.7647 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6171 , cls_81 , 6.3900 , 2040.0000 , 124.3845 , 319.2488 , 2.0000 , 1.1269 , 0.6295 , 0.7371 , 2.5200 , 2.0000 , 39.4366 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6185 , cls_81 , 0.9000 , 720.0000 , 45.9729 , 800.0000 , 1.7143 , 1.1407 , 0.6559 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6231 , cls_81 , 2.6100 , 1080.0000 , 75.5747 , 413.7931 , 1.6364 , 1.1010 , 0.7160 , 0.6494 , 0.7200 , 1.0000 , 27.5862 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6238 , cls_81 , 1.4400 , 840.0000 , 70.8402 , 583.3333 , 1.7500 , 1.1169 , 0.7603 , 0.5208 , 0.0900 , 1.0000 , 6.2500 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6247 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6263 , cls_81 , 1.4400 , 660.0000 , 47.2530 , 458.3333 , 1.3750 , 1.0665 , 0.4008 , 0.6250 , 0.2700 , 1.0000 , 18.7500 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6286 , cls_81 , 3.2400 , 1320.0000 , 107.3561 , 407.4074 , 1.8333 , 1.1167 , 0.8216 , 0.6389 , 0.5400 , 3.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6287 , cls_81 , 5.4000 , 1560.0000 , 102.6621 , 288.8889 , 1.6250 , 1.0950 , 0.5134 , 0.7583 , 2.4300 , 1.0000 , 45.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6312 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6321 , cls_81 , 0.6300 , 660.0000 , 45.6548 , 1047.6190 , 1.8333 , 1.1673 , 0.7379 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6325 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6341 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6356 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6383 , cls_81 , 18.8100 , 4980.0000 , 267.8550 , 264.7528 , 2.8621 , 1.1737 , 0.6851 , 0.7711 , 7.7400 , 3.0000 , 41.1483 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6401 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6410 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6468 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6479 , cls_81 , 11.7000 , 4380.0000 , 176.7576 , 374.3590 , 3.1739 , 1.1994 , 0.6689 , 0.6936 , 3.3300 , 4.0000 , 28.4615 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6494 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6520 , cls_81 , 0.5400 , 480.0000 , 39.5867 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6570 , cls_81 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6581 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 611.8823 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6587 , cls_81 , 15.2100 , 3600.0000 , 181.8490 , 236.6864 , 2.3077 , 1.1402 , 0.7546 , 0.7968 , 7.7400 , 1.0000 , 50.8876 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6610 , cls_81 , 1.4400 , 960.0000 , 59.4060 , 666.6667 , 2.0000 , 1.1448 , 0.7209 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6624 , cls_81 , 0.9000 , 540.0000 , 43.2095 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 371.0795 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6745 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6758 , cls_81 , 14.1300 , 4560.0000 , 206.0927 , 322.7176 , 2.9231 , 1.1871 , 0.8034 , 0.7367 , 5.6700 , 4.0000 , 40.1274 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6761 , cls_81 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6771 , cls_81 , 4.7700 , 1800.0000 , 107.3989 , 377.3585 , 2.0000 , 1.1342 , 0.6659 , 0.6855 , 1.4400 , 1.0000 , 30.1887 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6782 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6785 , cls_81 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6812 , cls_81 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6815 , cls_81 , 0.8100 , 420.0000 , 34.3573 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 403.6087 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6833 , cls_81 , 5.9400 , 1680.0000 , 112.8051 , 282.8283 , 1.6471 , 1.0990 , 0.7254 , 0.7551 , 2.5200 , 2.0000 , 42.4242 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6904 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6918 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6919 , cls_81 , 0.5400 , 420.0000 , 32.0783 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6922 , cls_81 , 1.0800 , 420.0000 , 39.2081 , 388.8889 , 1.0000 , 1.0022 , 0.3888 , 0.6389 , 0.1800 , 1.0000 , 16.6667 , 361.2478 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6933 , cls_81 , 0.9000 , 600.0000 , 50.6321 , 666.6667 , 1.4286 , 1.1006 , 0.7170 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6953 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6963 , cls_81 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6964 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6976 , cls_81 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6984 , cls_81 , 0.7200 , 480.0000 , 36.6045 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6989 , cls_81 , 1.1700 , 540.0000 , 42.6304 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6026 , 0.1800 , 1.0000 , 15.3846 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7005 , cls_81 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7014 , cls_81 , 67.2300 , 13200.0000 , 405.7694 , 196.3409 , 4.0000 , 1.2075 , 0.7251 , 0.8347 , 40.1400 , 6.0000 , 59.7055 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7034 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7075 , cls_81 , 5.2200 , 1920.0000 , 131.4749 , 367.8161 , 2.0000 , 1.1367 , 0.7213 , 0.6983 , 1.6200 , 2.0000 , 31.0345 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7078 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7109 , cls_81 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7114 , cls_81 , 1.5300 , 780.0000 , 60.8028 , 509.8039 , 1.4444 , 1.0945 , 0.7294 , 0.5784 , 0.2700 , 1.0000 , 17.6471 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7122 , cls_81 , 1.1700 , 540.0000 , 41.1094 , 461.5385 , 1.1250 , 1.0473 , 0.3634 , 0.6282 , 0.3600 , 1.0000 , 30.7692 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7129 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7146 , cls_81 , 0.3600 , 480.0000 , 42.4264 , 1333.3333 , 2.0000 , 1.1693 , 0.8408 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7157 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7178 , cls_81 , 11.0700 , 3000.0000 , 168.5255 , 271.0027 , 2.1739 , 1.1400 , 0.7323 , 0.7588 , 4.6800 , 3.0000 , 42.2764 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7191 , cls_81 , 0.9900 , 840.0000 , 67.8458 , 848.4848 , 2.0000 , 1.1624 , 0.8055 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7193 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7202 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7211 , cls_81 , 4.5900 , 1800.0000 , 117.5409 , 392.1569 , 2.0000 , 1.1383 , 0.8020 , 0.6569 , 0.9000 , 2.0000 , 19.6078 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7214 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7232 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7265 , cls_81 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7267 , cls_81 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7287 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7289 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7297 , cls_81 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7302 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7334 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 706.1161 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7362 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7378 , cls_81 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7389 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7438 , cls_81 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7454 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7530 , cls_81 , 2.3400 , 1920.0000 , 116.8720 , 820.5128 , 2.9091 , 1.2273 , 0.8171 , 0.4167 , 0.2700 , 1.0000 , 11.5385 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7546 , cls_81 , 1.1700 , 660.0000 , 50.5208 , 564.1026 , 1.3750 , 1.0902 , 0.6322 , 0.5256 , 0.0900 , 1.0000 , 7.6923 , 484.6648 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7611 , cls_81 , 1.5300 , 660.0000 , 50.5725 , 431.3725 , 1.2222 , 1.0598 , 0.4721 , 0.6373 , 0.3600 , 1.0000 , 23.5294 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7653 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 323.1099 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7662 , cls_81 , 0.6300 , 480.0000 , 39.6042 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7664 , cls_81 , 1.7100 , 1440.0000 , 68.3233 , 842.1053 , 2.6667 , 1.2078 , 0.6686 , 0.3509 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7672 , cls_81 , 0.7200 , 600.0000 , 50.9113 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7727 , cls_81 , 2.1600 , 1200.0000 , 75.2556 , 555.5556 , 2.0000 , 1.1430 , 0.7196 , 0.5486 , 0.1800 , 1.0000 , 8.3333 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7741 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7799 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7803 , cls_81 , 3.4200 , 840.0000 , 70.7985 , 245.6140 , 1.0769 , 1.0244 , 0.3952 , 0.7851 , 1.7100 , 1.0000 , 50.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7816 , cls_81 , 4.5900 , 1320.0000 , 99.3739 , 287.5817 , 1.4667 , 1.0805 , 0.6832 , 0.7484 , 1.8900 , 1.0000 , 41.1765 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7817 , cls_81 , 1.1700 , 540.0000 , 45.9731 , 461.5385 , 1.1250 , 1.0473 , 0.5862 , 0.6026 , 0.1800 , 1.0000 , 15.3846 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7821 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7823 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7825 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7843 , cls_81 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 402.4922 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7845 , cls_81 , 0.5400 , 420.0000 , 32.0711 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7875 , cls_81 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7915 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7940 , cls_81 , 10.9800 , 3180.0000 , 217.1001 , 289.6175 , 2.3043 , 1.1508 , 0.7784 , 0.7623 , 5.1300 , 3.0000 , 46.7213 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7948 , cls_81 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7954 , cls_81 , 12.8700 , 4020.0000 , 176.8807 , 312.3543 , 2.7917 , 1.1751 , 0.7245 , 0.7471 , 5.4000 , 2.0000 , 41.9580 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7987 , cls_81 , 2.0700 , 1200.0000 , 71.7105 , 579.7101 , 2.0000 , 1.1479 , 0.7313 , 0.5652 , 0.2700 , 2.0000 , 13.0435 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8011 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8022 , cls_81 , 22.2300 , 4260.0000 , 222.4873 , 191.6329 , 2.2188 , 1.1324 , 0.6313 , 0.8475 , 14.4900 , 1.0000 , 65.1822 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8024 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 324.4996 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8026 , cls_81 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8047 , cls_81 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8052 , cls_81 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8075 , cls_81 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8077 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8090 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8100 , cls_81 , 1.2600 , 840.0000 , 48.7522 , 666.6667 , 1.7500 , 1.1327 , 0.6039 , 0.5000 , 0.1800 , 1.0000 , 14.2857 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8121 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 402.4922 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8127 , cls_81 , 0.7200 , 540.0000 , 43.2584 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8140 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8143 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 364.9658 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8148 , cls_81 , 36.2700 , 4380.0000 , 289.9121 , 120.7610 , 1.7805 , 1.0934 , 0.6617 , 0.8974 , 26.7300 , 1.0000 , 73.6973 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8152 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8176 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8197 , cls_81 , 1.8000 , 720.0000 , 54.6133 , 400.0000 , 1.3333 , 1.0600 , 0.5195 , 0.6750 , 0.6300 , 1.0000 , 35.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8201 , cls_81 , 7.0200 , 1740.0000 , 117.3948 , 247.8632 , 1.6111 , 1.0889 , 0.5930 , 0.7885 , 3.2400 , 2.0000 , 46.1538 , 360.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8218 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8219 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8245 , cls_81 , 24.9300 , 6000.0000 , 266.8101 , 240.6739 , 2.9412 , 1.1770 , 0.7518 , 0.8045 , 12.6000 , 4.0000 , 50.5415 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8267 , cls_81 , 2.1600 , 1020.0000 , 72.9081 , 472.2222 , 1.7000 , 1.1104 , 0.6850 , 0.6181 , 0.5400 , 2.0000 , 25.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8310 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8331 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8349 , cls_81 , 3.1500 , 1560.0000 , 100.7275 , 495.2381 , 2.1667 , 1.1520 , 0.7379 , 0.5905 , 0.4500 , 3.0000 , 14.2857 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8361 , cls_81 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8362 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8365 , cls_81 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8422 , cls_81 , 4.3200 , 1560.0000 , 93.2995 , 361.1111 , 1.8571 , 1.1179 , 0.6696 , 0.7014 , 1.5300 , 1.0000 , 35.4167 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8426 , cls_81 , 0.9900 , 780.0000 , 65.6521 , 787.8788 , 1.8571 , 1.1463 , 0.8081 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8436 , cls_81 , 21.4200 , 5400.0000 , 197.4526 , 252.1008 , 2.9032 , 1.1744 , 0.5504 , 0.8018 , 11.6100 , 2.0000 , 54.2017 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8452 , cls_81 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 360.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8467 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8504 , cls_81 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8521 , cls_81 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8539 , cls_81 , 1.3500 , 1380.0000 , 75.3143 , 1022.2222 , 2.8750 , 1.2289 , 0.8310 , 0.2556 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8563 , cls_81 , 3.5100 , 1500.0000 , 83.1502 , 427.3504 , 1.9231 , 1.1326 , 0.5719 , 0.6581 , 0.9900 , 1.0000 , 28.2051 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8644 , cls_81 , 1.3500 , 780.0000 , 51.8345 , 577.7778 , 1.6250 , 1.1089 , 0.6869 , 0.5333 , 0.0900 , 1.0000 , 6.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8647 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8719 , cls_81 , 1.7100 , 1020.0000 , 59.5312 , 596.4912 , 1.8889 , 1.1370 , 0.5829 , 0.5439 , 0.1800 , 1.0000 , 10.5263 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8747 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8753 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 977.1898 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8767 , cls_81 , 40.5000 , 9240.0000 , 318.9965 , 228.1481 , 3.5814 , 1.1997 , 0.6089 , 0.8104 , 21.7800 , 3.0000 , 53.7778 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8824 , cls_81 , 2.6100 , 1380.0000 , 82.5326 , 528.7356 , 2.0909 , 1.1492 , 0.7285 , 0.5690 , 0.4500 , 2.0000 , 17.2414 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8832 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8862 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8871 , cls_81 , 1.1700 , 660.0000 , 48.0946 , 564.1026 , 1.3750 , 1.0902 , 0.5963 , 0.5128 , 0.0900 , 1.0000 , 7.6923 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8897 , cls_81 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8903 , cls_81 , 0.6300 , 540.0000 , 41.4364 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8918 , cls_81 , 0.7200 , 420.0000 , 33.2471 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8939 , cls_81 , 1.1700 , 600.0000 , 44.7523 , 512.8205 , 1.2500 , 1.0698 , 0.5132 , 0.5769 , 0.1800 , 1.0000 , 15.3846 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8960 , cls_81 , 0.7200 , 480.0000 , 41.1518 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8981 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9019 , cls_81 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9020 , cls_81 , 1.4400 , 720.0000 , 51.9775 , 500.0000 , 1.5000 , 1.0847 , 0.5926 , 0.5833 , 0.1800 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9023 , cls_81 , 3.6900 , 1620.0000 , 104.5163 , 439.0244 , 2.0769 , 1.1419 , 0.6817 , 0.6504 , 1.1700 , 2.0000 , 31.7073 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9025 , cls_81 , 6.0300 , 1620.0000 , 107.8146 , 268.6567 , 1.5882 , 1.0909 , 0.5580 , 0.7861 , 3.3300 , 1.0000 , 55.2239 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9050 , cls_81 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9066 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9086 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9096 , cls_81 , 6.8400 , 2640.0000 , 113.9750 , 385.9649 , 2.4444 , 1.1663 , 0.6050 , 0.6974 , 2.0700 , 4.0000 , 30.2632 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9102 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9138 , cls_81 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9142 , cls_81 , 67.4100 , 12120.0000 , 415.8503 , 179.7953 , 3.6727 , 1.1946 , 0.7178 , 0.8509 , 42.2100 , 4.0000 , 62.6168 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9184 , cls_81 , 3.6900 , 1380.0000 , 84.7559 , 373.9837 , 1.7692 , 1.1114 , 0.6400 , 0.6951 , 1.3500 , 1.0000 , 36.5854 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9202 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9215 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9242 , cls_81 , 0.9000 , 540.0000 , 37.4490 , 600.0000 , 1.2857 , 1.0775 , 0.4907 , 0.5333 , 0.1800 , 1.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9251 , cls_81 , 6.1200 , 1620.0000 , 100.3567 , 264.7059 , 1.5882 , 1.0894 , 0.5190 , 0.7770 , 3.0600 , 1.0000 , 50.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9270 , cls_81 , 0.9000 , 600.0000 , 41.5455 , 666.6667 , 1.4286 , 1.1006 , 0.5609 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9272 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9296 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9301 , cls_81 , 3.6000 , 1980.0000 , 119.4965 , 550.0000 , 2.5385 , 1.1828 , 0.7805 , 0.5500 , 0.1800 , 2.0000 , 5.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9304 , cls_81 , 1.1700 , 780.0000 , 63.7079 , 666.6667 , 1.6250 , 1.1258 , 0.7566 , 0.4359 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9334 , cls_81 , 4.9500 , 1560.0000 , 102.3693 , 315.1515 , 1.7333 , 1.1038 , 0.7508 , 0.7364 , 2.1600 , 1.0000 , 43.6364 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9339 , cls_81 , 1.8000 , 840.0000 , 67.7344 , 466.6667 , 1.5556 , 1.0915 , 0.7453 , 0.6000 , 0.3600 , 1.0000 , 20.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9354 , cls_81 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9385 , cls_81 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9488 , cls_81 , 2.0700 , 960.0000 , 59.1795 , 463.7681 , 1.6000 , 1.1030 , 0.4474 , 0.6232 , 0.3600 , 1.0000 , 17.3913 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9493 , cls_81 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9510 , cls_81 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9544 , cls_81 , 4.2300 , 1800.0000 , 112.0256 , 425.5319 , 2.1429 , 1.1470 , 0.5901 , 0.6489 , 0.9900 , 3.0000 , 23.4043 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9593 , cls_81 , 3.1500 , 1500.0000 , 94.1815 , 476.1905 , 2.0833 , 1.1444 , 0.7424 , 0.6143 , 0.7200 , 2.0000 , 22.8571 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9611 , cls_81 , 3.7800 , 1620.0000 , 96.6370 , 428.5714 , 2.0769 , 1.1393 , 0.6505 , 0.6389 , 0.8100 , 2.0000 , 21.4286 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9638 , cls_81 , 0.7200 , 540.0000 , 37.2958 , 750.0000 , 1.5000 , 1.1046 , 0.6817 , 0.4375 , 0.0900 , 1.0000 , 12.5000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9671 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9696 , cls_81 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9705 , cls_81 , 0.9900 , 900.0000 , 55.2791 , 909.0909 , 2.1429 , 1.1774 , 0.6888 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9715 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 492.0366 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9724 , cls_81 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9749 , cls_81 , 7.2900 , 3000.0000 , 153.2593 , 411.5226 , 2.7778 , 1.1825 , 0.7974 , 0.6481 , 1.4400 , 5.0000 , 19.7531 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9751 , cls_81 , 2.8800 , 1380.0000 , 82.6064 , 479.1667 , 1.9167 , 1.1382 , 0.7209 , 0.6042 , 0.3600 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9769 , cls_81 , 0.9000 , 540.0000 , 40.8610 , 600.0000 , 1.2857 , 1.0775 , 0.6021 , 0.5000 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9775 , cls_81 , 1.1700 , 780.0000 , 64.5123 , 666.6667 , 1.6250 , 1.1258 , 0.8053 , 0.4487 , 0.0900 , 1.0000 , 7.6923 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9780 , cls_81 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9813 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9819 , cls_81 , 1.8900 , 1140.0000 , 71.8291 , 603.1746 , 1.9000 , 1.1481 , 0.7326 , 0.5079 , 0.0900 , 1.0000 , 4.7619 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9820 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9823 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9840 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9842 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9863 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9878 , cls_81 , 3.6000 , 1380.0000 , 102.6083 , 383.3333 , 1.7692 , 1.1140 , 0.7375 , 0.6792 , 0.7200 , 1.0000 , 20.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9885 , cls_81 , 3.9600 , 1440.0000 , 100.7508 , 363.6364 , 1.7143 , 1.1120 , 0.6888 , 0.6932 , 1.2600 , 1.0000 , 31.8182 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9891 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9901 , cls_81 , 100.1700 , 22380.0000 , 863.6634 , 223.4202 , 5.5672 , 1.2491 , 0.7912 , 0.8148 , 55.3500 , 11.0000 , 55.2561 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9984 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10002 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10004 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10062 , cls_81 , 0.8100 , 480.0000 , 42.0388 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10103 , cls_81 , 0.6300 , 480.0000 , 37.4341 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10106 , cls_81 , 1.6200 , 960.0000 , 58.7462 , 592.5926 , 1.7778 , 1.1309 , 0.6048 , 0.5093 , 0.0900 , 1.0000 , 5.5556 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10184 , cls_81 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10193 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10197 , cls_81 , 2.6100 , 840.0000 , 65.5485 , 321.8391 , 1.2727 , 1.0516 , 0.5010 , 0.7184 , 0.9000 , 1.0000 , 34.4828 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10205 , cls_81 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10274 , cls_81 , 6.0300 , 2340.0000 , 127.5978 , 388.0597 , 2.2941 , 1.1577 , 0.6829 , 0.6791 , 1.3500 , 3.0000 , 22.3881 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10288 , cls_81 , 1.0800 , 600.0000 , 45.3589 , 555.5556 , 1.4286 , 1.0790 , 0.5506 , 0.5278 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10290 , cls_81 , 3.6900 , 1140.0000 , 99.8405 , 308.9431 , 1.4615 , 1.0750 , 0.6982 , 0.7276 , 1.2600 , 1.0000 , 34.1463 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10291 , cls_81 , 0.7200 , 660.0000 , 39.3493 , 916.6667 , 1.8333 , 1.1497 , 0.6488 , 0.3542 , 0.0900 , 1.0000 , 12.5000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10292 , cls_81 , 5.4000 , 1860.0000 , 110.2738 , 344.4444 , 1.9375 , 1.1273 , 0.6721 , 0.7083 , 1.7100 , 2.0000 , 31.6667 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10458 , cls_81 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10459 , cls_81 , 0.9900 , 600.0000 , 39.9701 , 606.0606 , 1.4286 , 1.0892 , 0.5881 , 0.5303 , 0.1800 , 1.0000 , 18.1818 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10460 , cls_81 , 1.8900 , 1140.0000 , 104.6498 , 603.1746 , 1.9000 , 1.1481 , 0.8454 , 0.4603 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10470 , cls_81 , 5.9400 , 1920.0000 , 131.1647 , 323.2323 , 1.8824 , 1.1233 , 0.7254 , 0.7298 , 2.2500 , 2.0000 , 37.8788 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10479 , cls_81 , 1.4400 , 540.0000 , 47.1853 , 375.0000 , 1.1250 , 1.0246 , 0.4008 , 0.6667 , 0.3600 , 1.0000 , 25.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10481 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 660.6815 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10561 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 361.2478 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10581 , cls_81 , 7.5600 , 2280.0000 , 141.3366 , 301.5873 , 2.0000 , 1.1298 , 0.7385 , 0.7460 , 3.1500 , 2.0000 , 41.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10666 , cls_81 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10703 , cls_81 , 14.5800 , 5460.0000 , 210.3603 , 374.4856 , 3.5000 , 1.2143 , 0.7573 , 0.6975 , 4.5000 , 5.0000 , 30.8642 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10709 , cls_81 , 1.9800 , 1200.0000 , 72.0318 , 606.0606 , 2.0000 , 1.1530 , 0.6704 , 0.5227 , 0.0900 , 1.0000 , 4.5455 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10758 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10790 , cls_81 , 0.9000 , 780.0000 , 49.0905 , 866.6667 , 1.8571 , 1.1583 , 0.7170 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10794 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10796 , cls_81 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10829 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10843 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10867 , cls_81 , 11.1600 , 3300.0000 , 241.6622 , 295.6989 , 2.3913 , 1.1556 , 0.8255 , 0.7446 , 4.0500 , 3.0000 , 36.2903 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10905 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 436.8066 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10931 , cls_81 , 3.1500 , 1740.0000 , 95.9410 , 552.3810 , 2.4167 , 1.1731 , 0.6572 , 0.5333 , 0.1800 , 2.0000 , 5.7143 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10950 , cls_81 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10985 , cls_81 , 1.8900 , 900.0000 , 60.8366 , 476.1905 , 1.5000 , 1.1001 , 0.6658 , 0.6111 , 0.4500 , 1.0000 , 23.8095 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10990 , cls_81 , 13.1400 , 3720.0000 , 240.6169 , 283.1050 , 2.4800 , 1.1599 , 0.8282 , 0.7671 , 6.3900 , 2.0000 , 48.6301 , 361.2478 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11020 , cls_81 , 0.5400 , 600.0000 , 38.2514 , 1111.1111 , 2.0000 , 1.1661 , 0.6944 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11032 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11067 , cls_81 , 1.1700 , 600.0000 , 47.1875 , 512.8205 , 1.2500 , 1.0698 , 0.5132 , 0.5513 , 0.0900 , 1.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11078 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11091 , cls_81 , 3.3300 , 2280.0000 , 126.1199 , 684.6847 , 2.9231 , 1.2188 , 0.8387 , 0.4820 , 0.1800 , 1.0000 , 5.4054 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11114 , cls_81 , 5.7600 , 1680.0000 , 111.3483 , 291.6667 , 1.7500 , 1.1021 , 0.7100 , 0.7526 , 2.1600 , 2.0000 , 37.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11148 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11151 , cls_81 , 9.5400 , 3240.0000 , 172.4545 , 339.6226 , 2.5714 , 1.1682 , 0.7414 , 0.7123 , 3.0600 , 3.0000 , 32.0755 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11162 , cls_81 , 10.4400 , 2460.0000 , 149.2967 , 235.6322 , 1.8636 , 1.1114 , 0.5816 , 0.7989 , 5.2200 , 2.0000 , 50.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11194 , cls_81 , 1.9800 , 1080.0000 , 72.1880 , 545.4545 , 1.8000 , 1.1317 , 0.6853 , 0.5455 , 0.0900 , 1.0000 , 4.5455 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11246 , cls_81 , 4.3200 , 1740.0000 , 100.8609 , 402.7778 , 2.0714 , 1.1384 , 0.7505 , 0.6771 , 1.4400 , 1.0000 , 33.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11261 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11283 , cls_81 , 17.6400 , 3780.0000 , 239.0252 , 214.2857 , 2.2500 , 1.1343 , 0.7906 , 0.8155 , 9.2700 , 2.0000 , 52.5510 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11288 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11290 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11299 , cls_81 , 0.7200 , 480.0000 , 39.9808 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 390.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11321 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11358 , cls_81 , 0.8100 , 660.0000 , 39.9930 , 814.8148 , 1.8333 , 1.1347 , 0.6048 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11374 , cls_81 , 1.3500 , 600.0000 , 44.5170 , 444.4444 , 1.2500 , 1.0537 , 0.3414 , 0.6444 , 0.4500 , 1.0000 , 33.3333 , 366.1967 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11377 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11380 , cls_81 , 1.3500 , 720.0000 , 56.9827 , 533.3333 , 1.5000 , 1.0921 , 0.6327 , 0.5667 , 0.1800 , 2.0000 , 13.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11384 , cls_81 , 0.6300 , 480.0000 , 45.8183 , 761.9048 , 1.3333 , 1.0945 , 0.7772 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11396 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11429 , cls_81 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11458 , cls_81 , 1.9800 , 1500.0000 , 82.9041 , 757.5758 , 2.5000 , 1.1982 , 0.8068 , 0.4318 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11459 , cls_81 , 2.6100 , 1680.0000 , 99.3827 , 643.6782 , 2.5455 , 1.1879 , 0.7960 , 0.4885 , 0.1800 , 1.0000 , 6.8966 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11464 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11553 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11554 , cls_81 , 1.3500 , 900.0000 , 68.1820 , 666.6667 , 1.8750 , 1.1390 , 0.7854 , 0.4556 , 0.0900 , 1.0000 , 6.6667 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11566 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11583 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11603 , cls_81 , 1.4400 , 780.0000 , 54.7605 , 541.6667 , 1.6250 , 1.1014 , 0.6082 , 0.5417 , 0.1800 , 1.0000 , 12.5000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11608 , cls_81 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11637 , cls_81 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11649 , cls_81 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11668 , cls_81 , 7.3800 , 2520.0000 , 163.6399 , 341.4634 , 2.2105 , 1.1501 , 0.7416 , 0.7175 , 2.7000 , 2.0000 , 36.5854 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11678 , cls_81 , 1.7100 , 960.0000 , 58.8525 , 561.4035 , 1.7778 , 1.1246 , 0.5435 , 0.5702 , 0.2700 , 1.0000 , 15.7895 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11712 , cls_81 , 1.9800 , 1020.0000 , 70.9371 , 515.1515 , 1.7000 , 1.1202 , 0.5408 , 0.5606 , 0.1800 , 2.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11778 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 391.1521 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11804 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11812 , cls_81 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11877 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11909 , cls_81 , 2.0700 , 840.0000 , 59.4845 , 405.7971 , 1.4000 , 1.0761 , 0.5199 , 0.6667 , 0.6300 , 1.0000 , 30.4348 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11973 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11995 , cls_81 , 1.1700 , 660.0000 , 51.9799 , 564.1026 , 1.3750 , 1.0902 , 0.7146 , 0.5256 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12031 , cls_81 , 10.8000 , 2520.0000 , 161.1135 , 233.3333 , 1.9091 , 1.1123 , 0.6496 , 0.8069 , 5.8500 , 2.0000 , 54.1667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12040 , cls_81 , 5.2200 , 1380.0000 , 105.6305 , 264.3678 , 1.4375 , 1.0759 , 0.6658 , 0.7845 , 2.7900 , 1.0000 , 53.4483 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12105 , cls_81 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12117 , cls_81 , 0.6300 , 600.0000 , 41.8881 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12130 , cls_81 , 1.4400 , 1020.0000 , 100.8039 , 708.3333 , 2.1250 , 1.1574 , 0.8855 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12134 , cls_81 , 0.4500 , 420.0000 , 31.3192 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12169 , cls_81 , 24.1200 , 7920.0000 , 265.1897 , 328.3582 , 4.0000 , 1.2250 , 0.7847 , 0.7307 , 9.4500 , 2.0000 , 39.1791 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12224 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12267 , cls_81 , 1.3500 , 660.0000 , 46.3823 , 488.8889 , 1.3750 , 1.0738 , 0.4032 , 0.5889 , 0.1800 , 1.0000 , 13.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12277 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12301 , cls_81 , 2.2500 , 1080.0000 , 67.9989 , 480.0000 , 1.8000 , 1.1173 , 0.6817 , 0.6200 , 0.6300 , 1.0000 , 28.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12327 , cls_81 , 1.8900 , 780.0000 , 66.6988 , 412.6984 , 1.3000 , 1.0710 , 0.7029 , 0.6270 , 0.3600 , 1.0000 , 19.0476 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12346 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12428 , cls_81 , 0.6300 , 660.0000 , 54.1475 , 1047.6190 , 1.8333 , 1.1673 , 0.8019 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12464 , cls_81 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12476 , cls_81 , 1.8000 , 780.0000 , 55.1832 , 433.3333 , 1.4444 , 1.0763 , 0.4341 , 0.6333 , 0.3600 , 1.0000 , 20.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12522 , cls_81 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12566 , cls_81 , 1.1700 , 780.0000 , 63.9060 , 666.6667 , 1.6250 , 1.1258 , 0.8053 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 502.8916 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12593 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12614 , cls_81 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12659 , cls_81 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12740 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12744 , cls_81 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12747 , cls_81 , 1.0800 , 780.0000 , 90.0000 , 722.2222 , 1.8571 , 1.1355 , 0.8946 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12775 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12840 , cls_81 , 5.0400 , 1380.0000 , 105.0641 , 273.8095 , 1.5333 , 1.0794 , 0.6637 , 0.7649 , 2.3400 , 1.0000 , 46.4286 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12861 , cls_81 , 1.1700 , 840.0000 , 96.9231 , 717.9487 , 1.7500 , 1.1416 , 0.9026 , 0.3077 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12865 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12867 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12871 , cls_81 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12977 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12991 , cls_81 , 2.0700 , 1080.0000 , 68.5433 , 521.7391 , 1.8000 , 1.1267 , 0.5933 , 0.5797 , 0.3600 , 1.0000 , 17.3913 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13013 , cls_81 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13029 , cls_81 , 2.5200 , 900.0000 , 67.7606 , 357.1429 , 1.3636 , 1.0688 , 0.5806 , 0.7024 , 0.9000 , 1.0000 , 35.7143 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13030 , cls_81 , 4.1400 , 1800.0000 , 96.7528 , 434.7826 , 2.1429 , 1.1493 , 0.6429 , 0.6486 , 0.8100 , 3.0000 , 19.5652 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13035 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13049 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13054 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13103 , cls_81 , 0.9000 , 420.0000 , 36.2331 , 466.6667 , 1.0000 , 1.0223 , 0.4907 , 0.6000 , 0.1800 , 1.0000 , 20.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13104 , cls_81 , 1.4400 , 660.0000 , 59.6473 , 458.3333 , 1.3750 , 1.0665 , 0.6488 , 0.5938 , 0.0900 , 1.0000 , 6.2500 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13110 , cls_81 , 2.7000 , 2040.0000 , 157.9076 , 755.5556 , 3.0909 , 1.2220 , 0.9341 , 0.4389 , 0.0900 , 1.0000 , 3.3333 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13125 , cls_81 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13133 , cls_81 , 1.2600 , 660.0000 , 53.7371 , 523.8095 , 1.3750 , 1.0816 , 0.7078 , 0.5714 , 0.1800 , 1.0000 , 14.2857 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13199 , cls_81 , 23.6700 , 4560.0000 , 219.1407 , 192.6489 , 2.3030 , 1.1376 , 0.6279 , 0.8390 , 14.3100 , 2.0000 , 60.4563 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13201 , cls_81 , 3.3300 , 1680.0000 , 93.7485 , 504.5045 , 2.1538 , 1.1601 , 0.6536 , 0.5991 , 0.5400 , 3.0000 , 16.2162 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13202 , cls_81 , 4.0500 , 1860.0000 , 99.3688 , 459.2593 , 2.2143 , 1.1579 , 0.6630 , 0.6259 , 0.9900 , 2.0000 , 24.4444 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13225 , cls_81 , 4.4100 , 1380.0000 , 91.4282 , 312.9252 , 1.6429 , 1.0928 , 0.5922 , 0.7347 , 1.7100 , 1.0000 , 38.7755 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13250 , cls_81 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13279 , cls_81 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13285 , cls_81 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13287 , cls_81 , 1.0800 , 720.0000 , 44.6709 , 666.6667 , 1.7143 , 1.1183 , 0.6605 , 0.4861 , 0.1800 , 1.0000 , 16.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13294 , cls_81 , 13.6800 , 3120.0000 , 158.4887 , 228.0702 , 2.0800 , 1.1262 , 0.5561 , 0.8103 , 7.6500 , 3.0000 , 55.9211 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13317 , cls_81 , 0.7200 , 540.0000 , 43.1947 , 750.0000 , 1.5000 , 1.1046 , 0.7247 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13323 , cls_81 , 1.1700 , 600.0000 , 42.8860 , 512.8205 , 1.2500 , 1.0698 , 0.4827 , 0.5769 , 0.1800 , 1.0000 , 15.3846 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13361 , cls_81 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13390 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13409 , cls_81 , 3.4200 , 1560.0000 , 86.0415 , 456.1404 , 2.0000 , 1.1429 , 0.6129 , 0.6316 , 0.6300 , 3.0000 , 18.4211 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13477 , cls_81 , 5.2200 , 1380.0000 , 101.1033 , 264.3678 , 1.4375 , 1.0759 , 0.6830 , 0.7787 , 2.6100 , 1.0000 , 50.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13519 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13551 , cls_81 , 2.5200 , 1320.0000 , 88.1528 , 523.8095 , 2.0000 , 1.1444 , 0.8030 , 0.6012 , 0.6300 , 1.0000 , 25.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13560 , cls_81 , 0.9000 , 600.0000 , 55.5510 , 666.6667 , 1.4286 , 1.1006 , 0.7598 , 0.4167 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13573 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 657.9514 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13582 , cls_81 , 1.4400 , 660.0000 , 54.7902 , 458.3333 , 1.3750 , 1.0665 , 0.5926 , 0.5938 , 0.0900 , 1.0000 , 6.2500 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13590 , cls_81 , 9.4500 , 3000.0000 , 158.2650 , 317.4603 , 2.3810 , 1.1557 , 0.7075 , 0.7365 , 3.0600 , 3.0000 , 32.3810 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13601 , cls_81 , 0.9000 , 780.0000 , 55.6658 , 866.6667 , 1.8571 , 1.1583 , 0.6255 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13641 , cls_81 , 1.4400 , 900.0000 , 57.2733 , 625.0000 , 1.8750 , 1.1313 , 0.6660 , 0.5104 , 0.0900 , 1.0000 , 6.2500 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13659 , cls_81 , 5.8500 , 3180.0000 , 211.0310 , 543.5897 , 3.1176 , 1.2168 , 0.8819 , 0.5513 , 0.5400 , 2.0000 , 9.2308 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13668 , cls_81 , 1.2600 , 840.0000 , 51.5402 , 666.6667 , 1.7500 , 1.1327 , 0.6637 , 0.5000 , 0.1800 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13719 , cls_81 , 7.1100 , 2100.0000 , 117.1768 , 295.3586 , 1.9444 , 1.1213 , 0.5826 , 0.7574 , 3.2400 , 2.0000 , 45.5696 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13723 , cls_81 , 23.1300 , 5700.0000 , 219.5864 , 246.4332 , 2.8788 , 1.1759 , 0.6462 , 0.8003 , 11.7900 , 3.0000 , 50.9728 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13766 , cls_81 , 3.3300 , 1440.0000 , 88.4502 , 432.4324 , 1.8462 , 1.1305 , 0.6751 , 0.6486 , 0.8100 , 2.0000 , 24.3243 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13782 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13786 , cls_81 , 5.4000 , 1560.0000 , 93.6533 , 288.8889 , 1.6250 , 1.0950 , 0.4424 , 0.7639 , 2.6100 , 1.0000 , 48.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13795 , cls_81 , 1.0800 , 840.0000 , 51.7586 , 777.7778 , 2.0000 , 1.1515 , 0.6273 , 0.3889 , 0.0900 , 1.0000 , 8.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13805 , cls_81 , 4.9500 , 2220.0000 , 113.7804 , 448.4848 , 2.4667 , 1.1691 , 0.6533 , 0.6212 , 0.8100 , 2.0000 , 16.3636 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13823 , cls_81 , 4.2300 , 1920.0000 , 106.6602 , 453.9007 , 2.2857 , 1.1591 , 0.6260 , 0.6135 , 0.7200 , 3.0000 , 17.0213 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13826 , cls_81 , 1.9800 , 960.0000 , 63.0030 , 484.8485 , 1.6000 , 1.1079 , 0.5881 , 0.6061 , 0.5400 , 1.0000 , 27.2727 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13847 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13879 , cls_81 , 17.6400 , 7560.0000 , 373.5149 , 428.5714 , 4.5000 , 1.2490 , 0.8981 , 0.6556 , 4.5900 , 8.0000 , 26.0204 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13932 , cls_81 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13947 , cls_81 , 10.4400 , 3120.0000 , 133.0607 , 298.8506 , 2.3636 , 1.1525 , 0.5173 , 0.7672 , 5.0400 , 1.0000 , 48.2759 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13969 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13976 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14050 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14055 , cls_81 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14085 , cls_81 , 0.7200 , 540.0000 , 38.7855 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4167 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14090 , cls_81 , 34.0200 , 8280.0000 , 443.4905 , 243.3862 , 3.5385 , 1.1989 , 0.8701 , 0.8042 , 18.0000 , 5.0000 , 52.9101 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14112 , cls_81 , 3.3300 , 1260.0000 , 92.4683 , 378.3784 , 1.6154 , 1.1048 , 0.6838 , 0.6802 , 0.9900 , 1.0000 , 29.7297 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14131 , cls_81 , 18.6300 , 4980.0000 , 218.8111 , 267.3108 , 2.8621 , 1.1746 , 0.6555 , 0.7786 , 8.4600 , 4.0000 , 45.4106 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14154 , cls_81 , 1.9800 , 840.0000 , 77.2918 , 424.2424 , 1.4000 , 1.0809 , 0.7759 , 0.6136 , 0.2700 , 1.0000 , 13.6364 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14231 , cls_81 , 0.6300 , 540.0000 , 34.9162 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14271 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14272 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14276 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14310 , cls_81 , 10.2600 , 2760.0000 , 164.2869 , 269.0058 , 2.0909 , 1.1330 , 0.7337 , 0.7705 , 4.5000 , 4.0000 , 43.8596 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14319 , cls_81 , 1.5300 , 720.0000 , 55.7056 , 470.5882 , 1.3333 , 1.0779 , 0.6452 , 0.6176 , 0.3600 , 1.0000 , 23.5294 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14352 , cls_81 , 2.1600 , 780.0000 , 67.4346 , 361.1111 , 1.3000 , 1.0567 , 0.6605 , 0.6806 , 0.5400 , 1.0000 , 25.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14356 , cls_81 , 2.4300 , 1380.0000 , 76.8221 , 567.9012 , 2.0909 , 1.1573 , 0.6694 , 0.5432 , 0.1800 , 1.0000 , 7.4074 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14412 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14439 , cls_81 , 18.6300 , 5040.0000 , 210.6078 , 270.5314 , 2.8966 , 1.1766 , 0.6881 , 0.7778 , 8.2800 , 1.0000 , 44.4444 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14461 , cls_81 , 5.0400 , 1380.0000 , 94.2586 , 273.8095 , 1.5333 , 1.0794 , 0.5340 , 0.7708 , 2.3400 , 1.0000 , 46.4286 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14489 , cls_81 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14519 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14520 , cls_81 , 4.5000 , 1920.0000 , 105.8738 , 426.6667 , 2.1333 , 1.1524 , 0.6118 , 0.6500 , 1.0800 , 2.0000 , 24.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14570 , cls_81 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14606 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14609 , cls_81 , 0.5400 , 420.0000 , 37.5676 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14612 , cls_81 , 5.9400 , 2220.0000 , 106.6614 , 373.7374 , 2.1765 , 1.1497 , 0.7161 , 0.6995 , 2.4300 , 1.0000 , 40.9091 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14627 , cls_81 , 42.3900 , 8820.0000 , 323.3273 , 208.0679 , 3.3409 , 1.1883 , 0.6633 , 0.8312 , 25.3800 , 5.0000 , 59.8726 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14631 , cls_81 , 17.5500 , 2700.0000 , 194.4831 , 153.8462 , 1.6071 , 1.0790 , 0.6498 , 0.8667 , 11.7000 , 1.0000 , 66.6667 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14658 , cls_81 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14668 , cls_81 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14680 , cls_81 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14691 , cls_81 , 2.6100 , 1200.0000 , 73.3693 , 459.7701 , 1.8182 , 1.1217 , 0.5384 , 0.6149 , 0.6300 , 1.0000 , 24.1379 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14694 , cls_81 , 16.4700 , 2940.0000 , 177.4736 , 178.5064 , 1.7500 , 1.0989 , 0.6123 , 0.8488 , 10.5300 , 1.0000 , 63.9344 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14702 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14704 , cls_81 , 1.1700 , 780.0000 , 65.5603 , 666.6667 , 1.6250 , 1.1258 , 0.7701 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14736 , cls_81 , 1.9800 , 960.0000 , 65.2797 , 484.8485 , 1.6000 , 1.1079 , 0.7142 , 0.5985 , 0.3600 , 1.0000 , 18.1818 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14739 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 323.1099 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14740 , cls_81 , 4.5000 , 1860.0000 , 147.9599 , 413.3333 , 2.0667 , 1.1465 , 0.8488 , 0.6633 , 1.1700 , 2.0000 , 26.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14772 , cls_81 , 78.9300 , 9900.0000 , 393.7143 , 125.4276 , 2.7500 , 1.1509 , 0.6952 , 0.8976 , 60.1200 , 5.0000 , 76.1688 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14836 , cls_81 , 1.7100 , 1200.0000 , 75.3649 , 701.7544 , 2.2222 , 1.1704 , 0.7282 , 0.4737 , 0.2700 , 2.0000 , 15.7895 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14849 , cls_81 , 6.3900 , 1680.0000 , 102.8335 , 262.9108 , 1.6471 , 1.0918 , 0.5113 , 0.7840 , 3.4200 , 1.0000 , 53.5211 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14852 , cls_81 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14857 , cls_81 , 0.7200 , 540.0000 , 45.3765 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14875 , cls_81 , 2.7000 , 900.0000 , 67.2566 , 333.3333 , 1.3636 , 1.0616 , 0.4838 , 0.7222 , 1.0800 , 1.0000 , 40.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14879 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14887 , cls_81 , 1.5300 , 1080.0000 , 67.7420 , 705.8824 , 2.0000 , 1.1620 , 0.6452 , 0.4412 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14892 , cls_81 , 6.7500 , 2520.0000 , 147.8865 , 373.3333 , 2.3333 , 1.1593 , 0.7467 , 0.6844 , 1.8000 , 2.0000 , 26.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14894 , cls_81 , 2.4300 , 780.0000 , 62.1191 , 320.9877 , 1.1818 , 1.0443 , 0.4944 , 0.7284 , 0.9900 , 1.0000 , 40.7407 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14969 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14984 , cls_81 , 2.2500 , 1140.0000 , 91.4912 , 506.6667 , 1.9000 , 1.1281 , 0.7864 , 0.5533 , 0.0900 , 1.0000 , 4.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14987 , cls_81 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15007 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15023 , cls_81 , 2.1600 , 900.0000 , 68.0268 , 416.6667 , 1.5000 , 1.0853 , 0.6180 , 0.6458 , 0.4500 , 1.0000 , 20.8333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15051 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 342.0526 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15054 , cls_81 , 2.1600 , 780.0000 , 61.5090 , 361.1111 , 1.3000 , 1.0567 , 0.4990 , 0.6875 , 0.6300 , 1.0000 , 29.1667 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15060 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15093 , cls_81 , 1.1700 , 660.0000 , 51.3343 , 564.1026 , 1.3750 , 1.0902 , 0.6689 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15099 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15122 , cls_81 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15136 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15142 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15167 , cls_81 , 5.7600 , 1620.0000 , 112.2562 , 281.2500 , 1.6875 , 1.0955 , 0.5799 , 0.7578 , 2.4300 , 1.0000 , 42.1875 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15174 , cls_81 , 2.6100 , 780.0000 , 68.1429 , 298.8506 , 1.1818 , 1.0370 , 0.5656 , 0.7356 , 0.9900 , 1.0000 , 37.9310 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15176 , cls_81 , 1.2600 , 780.0000 , 57.5937 , 619.0476 , 1.6250 , 1.1170 , 0.7379 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15186 , cls_81 , 1.3500 , 660.0000 , 46.7860 , 488.8889 , 1.3750 , 1.0738 , 0.5342 , 0.6000 , 0.2700 , 1.0000 , 20.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15216 , cls_81 , 0.9000 , 540.0000 , 39.8911 , 600.0000 , 1.2857 , 1.0775 , 0.6021 , 0.5167 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15227 , cls_81 , 1.6200 , 960.0000 , 57.7600 , 592.5926 , 1.7778 , 1.1309 , 0.6474 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15233 , cls_81 , 2.8800 , 1620.0000 , 81.3779 , 562.5000 , 2.2500 , 1.1694 , 0.6488 , 0.5312 , 0.0900 , 1.0000 , 3.1250 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15250 , cls_81 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15251 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15270 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15282 , cls_81 , 1.8000 , 840.0000 , 66.9484 , 466.6667 , 1.5556 , 1.0915 , 0.6512 , 0.6000 , 0.1800 , 2.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15308 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15339 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15355 , cls_81 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15381 , cls_81 , 2.4300 , 1380.0000 , 95.9342 , 567.9012 , 2.0909 , 1.1573 , 0.7753 , 0.5185 , 0.0900 , 1.0000 , 3.7037 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15397 , cls_81 , 3.6900 , 1260.0000 , 90.5630 , 341.4634 , 1.6154 , 1.0941 , 0.6400 , 0.7073 , 1.1700 , 1.0000 , 31.7073 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15424 , cls_81 , 5.4900 , 2340.0000 , 113.7052 , 426.2295 , 2.4375 , 1.1677 , 0.5996 , 0.6530 , 1.3500 , 1.0000 , 24.5902 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15475 , cls_81 , 0.7200 , 600.0000 , 49.7023 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15477 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15493 , cls_81 , 2.1600 , 780.0000 , 62.5058 , 361.1111 , 1.3000 , 1.0567 , 0.5814 , 0.6875 , 0.6300 , 1.0000 , 29.1667 , 445.9821 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15507 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15508 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15547 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15558 , cls_81 , 3.3300 , 1800.0000 , 97.1560 , 540.5405 , 2.3077 , 1.1734 , 0.6536 , 0.5631 , 0.3600 , 4.0000 , 10.8108 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15577 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15588 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15607 , cls_81 , 4.8600 , 2040.0000 , 114.6758 , 419.7531 , 2.2667 , 1.1554 , 0.7978 , 0.6543 , 1.2600 , 1.0000 , 25.9259 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15641 , cls_81 , 1.3500 , 660.0000 , 61.0801 , 488.8889 , 1.3750 , 1.0738 , 0.6707 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15664 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15671 , cls_81 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15677 , cls_81 , 2.7000 , 1320.0000 , 80.3545 , 488.8889 , 2.0000 , 1.1367 , 0.6062 , 0.5944 , 0.4500 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15679 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15681 , cls_81 , 0.9000 , 600.0000 , 44.3766 , 666.6667 , 1.4286 , 1.1006 , 0.6559 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15702 , cls_81 , 16.0200 , 5040.0000 , 193.7988 , 314.6067 , 3.1111 , 1.1914 , 0.5834 , 0.7500 , 6.9300 , 4.0000 , 43.2584 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15705 , cls_81 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15741 , cls_81 , 1.9800 , 840.0000 , 64.9151 , 424.2424 , 1.4000 , 1.0809 , 0.6215 , 0.6364 , 0.3600 , 2.0000 , 18.1818 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15752 , cls_81 , 5.2200 , 1500.0000 , 100.6831 , 287.3563 , 1.5625 , 1.0912 , 0.6830 , 0.7557 , 2.2500 , 2.0000 , 43.1034 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15791 , cls_81 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15856 , cls_81 , 1.5300 , 900.0000 , 56.5589 , 588.2353 , 1.6667 , 1.1242 , 0.6452 , 0.5196 , 0.1800 , 1.0000 , 11.7647 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15903 , cls_81 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15930 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15964 , cls_81 , 0.5400 , 420.0000 , 39.3630 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15988 , cls_81 , 13.2300 , 4080.0000 , 257.2319 , 308.3900 , 2.7200 , 1.1749 , 0.8642 , 0.7426 , 5.2200 , 4.0000 , 39.4558 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15991 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16059 , cls_81 , 11.9700 , 3900.0000 , 180.5843 , 325.8145 , 2.7083 , 1.1772 , 0.6089 , 0.7381 , 4.8600 , 3.0000 , 40.6015 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16103 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16121 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16128 , cls_81 , 12.6000 , 2760.0000 , 143.7700 , 219.0476 , 1.9167 , 1.1132 , 0.5182 , 0.8167 , 6.6600 , 1.0000 , 52.8571 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16155 , cls_81 , 1.1700 , 840.0000 , 62.5685 , 717.9487 , 1.7500 , 1.1416 , 0.7733 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16160 , cls_81 , 0.7200 , 600.0000 , 46.6436 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16164 , cls_81 , 0.5400 , 600.0000 , 42.1093 , 1111.1111 , 2.0000 , 1.1661 , 0.7366 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16177 , cls_81 , 6.6600 , 2400.0000 , 125.7806 , 360.3604 , 2.2222 , 1.1519 , 0.6784 , 0.7050 , 2.0700 , 2.0000 , 31.0811 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16179 , cls_81 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16217 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16253 , cls_81 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16269 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16344 , cls_81 , 0.9000 , 660.0000 , 56.7300 , 733.3333 , 1.5714 , 1.1216 , 0.8256 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16352 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16362 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16390 , cls_81 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16407 , cls_81 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16412 , cls_81 , 2.1600 , 1560.0000 , 93.1628 , 722.2222 , 2.6000 , 1.1956 , 0.7949 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16414 , cls_81 , 1.2600 , 720.0000 , 48.2806 , 571.4286 , 1.5000 , 1.1000 , 0.4757 , 0.5357 , 0.0900 , 1.0000 , 7.1429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16430 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 510.8816 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16438 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16441 , cls_81 , 3.6900 , 1800.0000 , 102.0703 , 487.8049 , 2.3077 , 1.1619 , 0.7720 , 0.6057 , 0.5400 , 1.0000 , 14.6341 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16442 , cls_81 , 1.4400 , 720.0000 , 56.2868 , 500.0000 , 1.5000 , 1.0847 , 0.6660 , 0.5938 , 0.2700 , 1.0000 , 18.7500 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16445 , cls_81 , 8.2800 , 2460.0000 , 149.4432 , 297.1014 , 2.0500 , 1.1341 , 0.7752 , 0.7428 , 3.1500 , 2.0000 , 38.0435 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16450 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16506 , cls_81 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16510 , cls_81 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16543 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16547 , cls_81 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 666.1081 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16569 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16617 , cls_81 , 0.7200 , 600.0000 , 41.0212 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 283.0194 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16643 , cls_81 , 0.9000 , 660.0000 , 45.2517 , 733.3333 , 1.5714 , 1.1216 , 0.5609 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16644 , cls_81 , 3.2400 , 1020.0000 , 83.0638 , 314.8148 , 1.4167 , 1.0671 , 0.6474 , 0.7269 , 1.1700 , 1.0000 , 36.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16652 , cls_81 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16653 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16664 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16673 , cls_81 , 1.8900 , 1140.0000 , 76.7535 , 603.1746 , 1.9000 , 1.1481 , 0.7326 , 0.5079 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16704 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16706 , cls_81 , 2.7000 , 1620.0000 , 87.8096 , 600.0000 , 2.4545 , 1.1768 , 0.6620 , 0.5167 , 0.0900 , 1.0000 , 3.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16744 , cls_81 , 1.4400 , 720.0000 , 59.6579 , 500.0000 , 1.5000 , 1.0847 , 0.7170 , 0.5833 , 0.1800 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16765 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16850 , cls_81 , 1.4400 , 660.0000 , 50.0430 , 458.3333 , 1.3750 , 1.0665 , 0.5926 , 0.6146 , 0.2700 , 1.0000 , 18.7500 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16856 , cls_81 , 1.3500 , 840.0000 , 57.4562 , 622.2222 , 1.7500 , 1.1245 , 0.7384 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16871 , cls_81 , 0.7200 , 660.0000 , 47.5305 , 916.6667 , 1.8333 , 1.1497 , 0.7516 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16914 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16955 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16982 , cls_81 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16992 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16995 , cls_81 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17001 , cls_81 , 0.6300 , 420.0000 , 35.6454 , 666.6667 , 1.1667 , 1.0640 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17004 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17012 , cls_81 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17029 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17041 , cls_81 , 0.6300 , 540.0000 , 44.1357 , 857.1429 , 1.5000 , 1.1214 , 0.7591 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17046 , cls_81 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 361.2478 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17057 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17065 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17073 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17077 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17104 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17134 , cls_81 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17136 , cls_81 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5 , cls_21 , 1.2600 , 1020.0000 , 88.9494 , 809.5238 , 2.1250 , 1.1738 , 0.8945 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 19 , cls_21 , 1.2600 , 1080.0000 , 83.5241 , 857.1429 , 2.2500 , 1.1859 , 0.8804 , 0.3452 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 35 , cls_21 , 3.3300 , 2400.0000 , 174.1991 , 720.7207 , 3.0769 , 1.2286 , 0.9111 , 0.4009 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 47 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 59 , cls_21 , 2.3400 , 2100.0000 , 186.5580 , 897.4359 , 3.1818 , 1.2451 , 0.9282 , 0.2821 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 95 , cls_21 , 3.4200 , 2460.0000 , 219.5272 , 719.2982 , 3.1538 , 1.2302 , 0.9490 , 0.3728 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 120 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 127 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 129 , cls_21 , 1.2600 , 960.0000 , 74.1713 , 761.9048 , 2.0000 , 1.1610 , 0.8181 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 133 , cls_21 , 1.2600 , 660.0000 , 51.7350 , 523.8095 , 1.3750 , 1.0816 , 0.6039 , 0.5714 , 0.1800 , 2.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 138 , cls_21 , 0.4500 , 480.0000 , 38.5203 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 140 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 153 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 156 , cls_21 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 161 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 171 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 182 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 194 , cls_21 , 0.6300 , 540.0000 , 38.5307 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 199 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 206 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 208 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 209 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 210 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 211 , cls_21 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 234 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 240 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 257 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 261 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 274 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 279 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 280 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 286 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 291 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 292 , cls_21 , 0.7200 , 540.0000 , 48.1110 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 293 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 295 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 296 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 298 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 299 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 301 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 303 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 310 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 313 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 314 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 318 , cls_21 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 330 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 341 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 343 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 344 , cls_21 , 0.8100 , 540.0000 , 44.4342 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 353 , cls_21 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 356 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 359 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 360 , cls_21 , 0.6300 , 540.0000 , 46.6496 , 857.1429 , 1.5000 , 1.1214 , 0.7591 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 363 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 367 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 372 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 380 , cls_21 , 0.8100 , 600.0000 , 57.9629 , 740.7407 , 1.6667 , 1.1135 , 0.8024 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 382 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 389 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 394 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 399 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 402 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 406 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 415 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 419 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 429 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 430 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 432 , cls_21 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 442 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 444 , cls_21 , 0.7200 , 600.0000 , 48.5304 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 446 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 449 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 450 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 459 , cls_21 , 3.3300 , 2700.0000 , 247.9217 , 810.8108 , 3.4615 , 1.2512 , 0.9553 , 0.3739 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 467 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 471 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 477 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 480 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 489 , cls_21 , 0.5400 , 480.0000 , 41.3948 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 493 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 496 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 517 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 520 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 521 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 523 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 528 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 540 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 553 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 554 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 555 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 560 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 563 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 720.6247 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 568 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 571 , cls_21 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 573 , cls_21 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 583 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 598 , cls_21 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 599 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 610 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 611 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 613 , cls_21 , 0.5400 , 420.0000 , 36.7959 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 625 , cls_21 , 1.9800 , 1380.0000 , 133.4125 , 696.9697 , 2.3000 , 1.1813 , 0.9044 , 0.3864 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 626 , cls_21 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 627 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 639 , cls_21 , 1.6200 , 1200.0000 , 112.4718 , 740.7407 , 2.2222 , 1.1769 , 0.9083 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 642 , cls_21 , 1.2600 , 840.0000 , 70.4257 , 666.6667 , 1.7500 , 1.1327 , 0.8181 , 0.4643 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 651 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 652 , cls_21 , 4.5000 , 2460.0000 , 113.4052 , 546.6667 , 2.7333 , 1.1987 , 0.6848 , 0.5400 , 0.5400 , 2.0000 , 12.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 656 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 662 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 675 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 684 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 685 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 686 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 698 , cls_21 , 1.5300 , 1320.0000 , 109.4215 , 862.7451 , 2.4444 , 1.2037 , 0.9113 , 0.3431 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 699 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 704 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 721 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 722 , cls_21 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 737 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 742 , cls_21 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 763 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 777 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 778 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 787 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 789 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 792 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 796 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 807 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 817 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 818 , cls_21 , 0.7200 , 780.0000 , 59.7150 , 1083.3333 , 2.1667 , 1.1874 , 0.8078 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 822 , cls_21 , 4.5900 , 2280.0000 , 143.6545 , 496.7320 , 2.5333 , 1.1823 , 0.7656 , 0.5915 , 0.8100 , 2.0000 , 17.6471 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 829 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 832 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 838 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 841 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 845 , cls_21 , 1.0800 , 840.0000 , 80.3864 , 777.7778 , 2.0000 , 1.1515 , 0.8683 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 852 , cls_21 , 0.5400 , 480.0000 , 36.6356 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 862 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 866 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 873 , cls_21 , 2.3400 , 1620.0000 , 189.5409 , 692.3077 , 2.4545 , 1.1936 , 0.9474 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 880 , cls_21 , 2.4300 , 1980.0000 , 140.8527 , 814.8148 , 3.0000 , 1.2288 , 0.9045 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 887 , cls_21 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 888 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 892 , cls_21 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 906 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 907 , cls_21 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 910 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 915 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 916 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 933 , cls_21 , 0.7200 , 600.0000 , 61.1818 , 833.3333 , 1.6667 , 1.1283 , 0.8502 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 941 , cls_21 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 944 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 946 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 951 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 954 , cls_21 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 955 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 956 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 961 , cls_21 , 3.8700 , 2760.0000 , 264.5894 , 713.1783 , 3.2857 , 1.2376 , 0.9564 , 0.3760 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 969 , cls_21 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 970 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 972 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 973 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 974 , cls_21 , 0.8100 , 780.0000 , 55.7818 , 962.9630 , 2.1667 , 1.1718 , 0.8121 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 977 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 982 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 986 , cls_21 , 1.0800 , 840.0000 , 69.8860 , 777.7778 , 2.0000 , 1.1515 , 0.8472 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 991 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 992 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 996 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 997 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1004 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1011 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1021 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1027 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1028 , cls_21 , 3.7800 , 2700.0000 , 154.4383 , 714.2857 , 3.4615 , 1.2362 , 0.8765 , 0.4484 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1034 , cls_21 , 1.8900 , 1440.0000 , 101.5696 , 761.9048 , 2.4000 , 1.1955 , 0.8156 , 0.3730 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1035 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1036 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1041 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1050 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1051 , cls_21 , 0.5400 , 480.0000 , 36.5595 , 888.8889 , 1.6000 , 1.1141 , 0.7062 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1056 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1059 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1061 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1063 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1065 , cls_21 , 1.0800 , 900.0000 , 68.6723 , 833.3333 , 2.1429 , 1.1663 , 0.7935 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1073 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1078 , cls_21 , 1.8900 , 1320.0000 , 119.2873 , 698.4127 , 2.2000 , 1.1778 , 0.8930 , 0.4127 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1081 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1083 , cls_21 , 0.7200 , 660.0000 , 47.5310 , 916.6667 , 1.8333 , 1.1497 , 0.7453 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1084 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1089 , cls_21 , 5.4900 , 3660.0000 , 209.3241 , 666.6667 , 3.8125 , 1.2497 , 0.9287 , 0.4563 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1091 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1093 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1095 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1096 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1100 , cls_21 , 1.7100 , 1140.0000 , 97.3693 , 666.6667 , 2.1111 , 1.1599 , 0.8507 , 0.4649 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1106 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1107 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1108 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1109 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1124 , cls_21 , 0.5400 , 420.0000 , 36.7959 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1131 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1133 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1137 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1140 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1141 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1144 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1146 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1151 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1154 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1159 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1164 , cls_21 , 2.8800 , 2160.0000 , 211.9743 , 750.0000 , 3.0000 , 1.2255 , 0.9542 , 0.3385 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1166 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1168 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1172 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1174 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1176 , cls_21 , 1.6200 , 1140.0000 , 121.4690 , 703.7037 , 2.1111 , 1.1663 , 0.9135 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1179 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1195 , cls_21 , 1.4400 , 900.0000 , 77.0675 , 625.0000 , 1.8750 , 1.1313 , 0.8259 , 0.4896 , 0.0900 , 1.0000 , 6.2500 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1208 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1210 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1217 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1219 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1229 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1233 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1234 , cls_21 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1236 , cls_21 , 1.2600 , 900.0000 , 105.0000 , 714.2857 , 1.8750 , 1.1473 , 0.9095 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1238 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1240 , cls_21 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1242 , cls_21 , 1.3500 , 960.0000 , 66.6846 , 711.1111 , 2.0000 , 1.1526 , 0.7191 , 0.4222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1243 , cls_21 , 1.2600 , 960.0000 , 88.0740 , 761.9048 , 2.0000 , 1.1610 , 0.8796 , 0.3452 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1244 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1250 , cls_21 , 0.5400 , 420.0000 , 35.0749 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1260 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1261 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1268 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1270 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1277 , cls_21 , 0.9000 , 660.0000 , 75.0000 , 733.3333 , 1.5714 , 1.1216 , 0.8739 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1279 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1280 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1281 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1282 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1286 , cls_21 , 3.7800 , 2220.0000 , 146.7597 , 587.3016 , 2.8462 , 1.1990 , 0.8291 , 0.5079 , 0.2700 , 1.0000 , 7.1429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1291 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1292 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1298 , cls_21 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1301 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1311 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1316 , cls_21 , 2.9700 , 2220.0000 , 165.2280 , 747.4747 , 3.0833 , 1.2271 , 0.9148 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1325 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1326 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1329 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1333 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1335 , cls_21 , 0.5400 , 420.0000 , 36.7959 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1338 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1340 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1341 , cls_21 , 0.8100 , 540.0000 , 48.4725 , 666.6667 , 1.5000 , 1.0901 , 0.7453 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1343 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1344 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1346 , cls_21 , 0.6300 , 660.0000 , 44.2944 , 1047.6190 , 1.8333 , 1.1673 , 0.6927 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1348 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1351 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1353 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1354 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1360 , cls_21 , 1.3500 , 960.0000 , 70.6317 , 711.1111 , 2.0000 , 1.1526 , 0.7419 , 0.4222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1361 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1369 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1377 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1378 , cls_21 , 1.4400 , 1020.0000 , 95.0607 , 708.3333 , 2.1250 , 1.1574 , 0.8702 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1382 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1384 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1400 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1410 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1423 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1429 , cls_21 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1430 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1435 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1437 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1440 , cls_21 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1443 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1445 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1446 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1447 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1448 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1457 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1460 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1462 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1468 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1474 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1477 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1481 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1498 , cls_21 , 0.5400 , 480.0000 , 40.9189 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1499 , cls_21 , 0.6300 , 480.0000 , 39.0147 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1502 , cls_21 , 1.0800 , 900.0000 , 79.1102 , 833.3333 , 2.1429 , 1.1663 , 0.8472 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1505 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1518 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1522 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1523 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1529 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1534 , cls_21 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1535 , cls_21 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1539 , cls_21 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1548 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1559 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1563 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1565 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1572 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1576 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1581 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1591 , cls_21 , 1.8900 , 1380.0000 , 120.1070 , 730.1587 , 2.3000 , 1.1869 , 0.9024 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1595 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1596 , cls_21 , 1.8900 , 960.0000 , 68.3747 , 507.9365 , 1.6000 , 1.1132 , 0.6854 , 0.5714 , 0.2700 , 2.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1601 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1608 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1611 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1618 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1625 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1628 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1629 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1635 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1646 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1647 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1653 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1656 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1659 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1664 , cls_21 , 0.6300 , 480.0000 , 48.4070 , 761.9048 , 1.3333 , 1.0945 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1666 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1668 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1669 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1671 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1673 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1677 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1682 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 371.0795 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1686 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1692 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1701 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1704 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1719 , cls_21 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1720 , cls_21 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1722 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1727 , cls_21 , 0.7200 , 600.0000 , 59.2982 , 833.3333 , 1.6667 , 1.1283 , 0.8244 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1733 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1736 , cls_21 , 1.4400 , 960.0000 , 82.5440 , 666.6667 , 2.0000 , 1.1448 , 0.7900 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1737 , cls_21 , 0.8100 , 600.0000 , 49.4533 , 740.7407 , 1.6667 , 1.1135 , 0.8024 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1745 , cls_21 , 15.3000 , 11220.0000 , 701.1642 , 733.3333 , 6.9259 , 1.3300 , 0.9699 , 0.4078 , 0.0900 , 1.0000 , 0.5882 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1746 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1748 , cls_21 , 7.1100 , 4980.0000 , 289.4811 , 700.4219 , 4.6111 , 1.2759 , 0.8884 , 0.4325 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1751 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1752 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1754 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1755 , cls_21 , 0.9000 , 720.0000 , 63.0955 , 800.0000 , 1.7143 , 1.1407 , 0.8232 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1760 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1768 , cls_21 , 1.2600 , 1080.0000 , 92.0583 , 857.1429 , 2.2500 , 1.1859 , 0.8771 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1770 , cls_21 , 2.1600 , 1680.0000 , 144.1576 , 777.7778 , 2.8000 , 1.2104 , 0.9068 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1774 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1786 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1794 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1795 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1799 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1800 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1810 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1813 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1815 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1823 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1825 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1835 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1836 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1839 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1842 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1846 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1850 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1854 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1855 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1860 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1873 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1874 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1882 , cls_21 , 2.5200 , 1740.0000 , 165.0055 , 690.4762 , 2.6364 , 1.1989 , 0.9161 , 0.4286 , 0.0900 , 1.0000 , 3.5714 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1893 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1904 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1907 , cls_21 , 1.6200 , 1140.0000 , 73.0026 , 703.7037 , 2.1111 , 1.1663 , 0.7425 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1911 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1913 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1918 , cls_21 , 0.6300 , 480.0000 , 40.1677 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1919 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1920 , cls_21 , 0.5400 , 480.0000 , 45.9276 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1923 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1924 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1926 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1928 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1931 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1933 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1934 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1961 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1972 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1978 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1984 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1986 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1987 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1988 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1991 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1995 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1998 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2005 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2009 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2015 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2021 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2030 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2031 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2032 , cls_21 , 0.5400 , 600.0000 , 42.6942 , 1111.1111 , 2.0000 , 1.1661 , 0.7613 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2038 , cls_21 , 2.9700 , 2100.0000 , 200.2394 , 707.0707 , 2.9167 , 1.2163 , 0.9445 , 0.3838 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2039 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2044 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2047 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2059 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2066 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2081 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2083 , cls_21 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2092 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2097 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2105 , cls_21 , 1.0800 , 840.0000 , 73.3512 , 777.7778 , 2.0000 , 1.1515 , 0.8683 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2110 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2120 , cls_21 , 0.5400 , 480.0000 , 31.2132 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2125 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2127 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2137 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2139 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2141 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2173 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2184 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2185 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2189 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2192 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2195 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2201 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2205 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2220 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2232 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2233 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2240 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2242 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2243 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2248 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2251 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2253 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2266 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2268 , cls_21 , 2.4300 , 1440.0000 , 98.5083 , 592.5926 , 2.1818 , 1.1658 , 0.7250 , 0.5123 , 0.0900 , 1.0000 , 3.7037 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2272 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2273 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2282 , cls_21 , 2.4300 , 1740.0000 , 162.5101 , 716.0494 , 2.6364 , 1.2032 , 0.9236 , 0.3827 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2287 , cls_21 , 5.6700 , 3900.0000 , 273.5665 , 687.8307 , 4.0625 , 1.2576 , 0.9498 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2289 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2291 , cls_21 , 1.2600 , 840.0000 , 61.4813 , 666.6667 , 1.7500 , 1.1327 , 0.7903 , 0.4643 , 0.0900 , 1.0000 , 7.1429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2295 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2296 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2302 , cls_21 , 0.4500 , 480.0000 , 38.8328 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2309 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2311 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2312 , cls_21 , 5.3100 , 3120.0000 , 136.6006 , 587.5706 , 3.2500 , 1.2241 , 0.7771 , 0.5395 , 0.9000 , 2.0000 , 16.9492 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2316 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2322 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2326 , cls_21 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2327 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2345 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2351 , cls_21 , 0.9900 , 720.0000 , 71.9884 , 727.2727 , 1.7143 , 1.1289 , 0.8653 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2355 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2357 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2367 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2368 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2388 , cls_21 , 0.5400 , 540.0000 , 40.2196 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2393 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2394 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2409 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2414 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2415 , cls_21 , 1.8000 , 900.0000 , 74.1325 , 500.0000 , 1.6667 , 1.1055 , 0.7004 , 0.5667 , 0.1800 , 2.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2416 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2422 , cls_21 , 2.5200 , 2220.0000 , 132.7129 , 880.9524 , 3.3636 , 1.2470 , 0.9095 , 0.3631 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2425 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2436 , cls_21 , 1.2600 , 840.0000 , 60.4401 , 666.6667 , 1.7500 , 1.1327 , 0.6637 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2438 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2444 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2446 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2449 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2453 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2461 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2478 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2479 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2480 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2482 , cls_21 , 0.9000 , 480.0000 , 41.0172 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2486 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2488 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2489 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2495 , cls_21 , 1.8000 , 1380.0000 , 92.9803 , 766.6667 , 2.5556 , 1.1928 , 0.8378 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2501 , cls_21 , 2.7000 , 1920.0000 , 155.9869 , 711.1111 , 2.9091 , 1.2101 , 0.9208 , 0.4111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2506 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2507 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2510 , cls_21 , 0.7200 , 480.0000 , 42.5542 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2517 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2525 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2529 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2532 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2545 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2559 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2562 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2580 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2581 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2583 , cls_21 , 0.7200 , 540.0000 , 51.8938 , 750.0000 , 1.5000 , 1.1046 , 0.8078 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2584 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2586 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2595 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2598 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2600 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2602 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2603 , cls_21 , 13.5900 , 7440.0000 , 270.0138 , 547.4614 , 4.9600 , 1.2739 , 0.8260 , 0.5684 , 2.1600 , 5.0000 , 15.8940 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2604 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2612 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2613 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2622 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2624 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2629 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2631 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2632 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2638 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2642 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2643 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2648 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2655 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2659 , cls_21 , 2.1600 , 1140.0000 , 85.8484 , 527.7778 , 1.9000 , 1.1327 , 0.7649 , 0.5625 , 0.3600 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2666 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2667 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2668 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2670 , cls_21 , 4.2300 , 3180.0000 , 230.8374 , 751.7730 , 3.7857 , 1.2538 , 0.9364 , 0.4113 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2674 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2679 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2682 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2685 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2691 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2692 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2697 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2699 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2701 , cls_21 , 1.9800 , 1380.0000 , 110.7900 , 696.9697 , 2.3000 , 1.1813 , 0.8803 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2709 , cls_21 , 2.6100 , 2100.0000 , 117.3729 , 804.5977 , 3.1818 , 1.2318 , 0.7471 , 0.3793 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2710 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2712 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2713 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2719 , cls_21 , 0.6300 , 480.0000 , 48.4070 , 761.9048 , 1.3333 , 1.0945 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2721 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2743 , cls_21 , 5.2200 , 3660.0000 , 190.2775 , 701.1494 , 3.8125 , 1.2555 , 0.9051 , 0.4109 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2747 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2759 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2761 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2765 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2771 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2775 , cls_21 , 1.0800 , 840.0000 , 81.5301 , 777.7778 , 2.0000 , 1.1515 , 0.8683 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2799 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2804 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2808 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2814 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2817 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2818 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2821 , cls_21 , 0.6300 , 660.0000 , 60.2931 , 1047.6190 , 1.8333 , 1.1673 , 0.8629 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2832 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2834 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2836 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2837 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2838 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2861 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2863 , cls_21 , 1.5300 , 1140.0000 , 87.9766 , 745.0980 , 2.1111 , 1.1733 , 0.8878 , 0.4118 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2864 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2866 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2867 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2868 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2874 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2881 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2886 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2891 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2899 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2902 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2908 , cls_21 , 0.6300 , 540.0000 , 46.8663 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2913 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2920 , cls_21 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2929 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2931 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2939 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2940 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2941 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2948 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2951 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2963 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2965 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2969 , cls_21 , 1.5300 , 1080.0000 , 68.0603 , 705.8824 , 2.0000 , 1.1620 , 0.7568 , 0.4510 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2970 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2977 , cls_21 , 2.8800 , 1680.0000 , 98.6400 , 583.3333 , 2.3333 , 1.1765 , 0.7026 , 0.5365 , 0.2700 , 2.0000 , 9.3750 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2985 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2994 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2995 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2997 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2999 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3003 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3005 , cls_21 , 1.9800 , 1620.0000 , 97.5336 , 818.1818 , 2.7000 , 1.2137 , 0.7940 , 0.3864 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3013 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3014 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3015 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3020 , cls_21 , 0.5400 , 600.0000 , 51.5356 , 1111.1111 , 2.0000 , 1.1661 , 0.8472 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3021 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3025 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3026 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3027 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3034 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3036 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3041 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3044 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3047 , cls_21 , 0.5400 , 540.0000 , 48.4154 , 1000.0000 , 1.8000 , 1.1415 , 0.7935 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3055 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3057 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3058 , cls_21 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3060 , cls_21 , 0.7200 , 540.0000 , 40.2904 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3062 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3073 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3078 , cls_21 , 0.5400 , 540.0000 , 49.3994 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3080 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3083 , cls_21 , 1.5300 , 1140.0000 , 101.3038 , 745.0980 , 2.1111 , 1.1733 , 0.8727 , 0.3725 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3088 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3096 , cls_21 , 4.2300 , 3120.0000 , 243.4547 , 737.5887 , 3.7143 , 1.2503 , 0.9407 , 0.3794 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3106 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3120 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3123 , cls_21 , 0.9900 , 900.0000 , 52.3575 , 909.0909 , 2.1429 , 1.1774 , 0.7307 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3129 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3131 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 324.4996 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3136 , cls_21 , 0.5400 , 540.0000 , 45.5020 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3141 , cls_21 , 0.8100 , 900.0000 , 66.4939 , 1111.1111 , 2.5000 , 1.2036 , 0.8712 , 0.2037 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3146 , cls_21 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3149 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3151 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3152 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3154 , cls_21 , 0.9900 , 840.0000 , 66.6448 , 848.4848 , 2.0000 , 1.1624 , 0.8352 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3162 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3163 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3166 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3169 , cls_21 , 0.7200 , 600.0000 , 53.4954 , 833.3333 , 1.6667 , 1.1283 , 0.8244 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3171 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3187 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3188 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3190 , cls_21 , 0.8100 , 720.0000 , 54.1792 , 888.8889 , 2.0000 , 1.1540 , 0.7796 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3204 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3210 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3215 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3216 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3217 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3221 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3227 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3229 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3232 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3242 , cls_21 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3245 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3258 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3264 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3266 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3268 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3277 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3278 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3280 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3284 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3288 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3290 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3291 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3300 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3301 , cls_21 , 0.9900 , 840.0000 , 71.2062 , 848.4848 , 2.0000 , 1.1624 , 0.8249 , 0.3030 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3302 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3306 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3312 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3314 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3315 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3325 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3332 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3336 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3343 , cls_21 , 0.6300 , 480.0000 , 37.2411 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3346 , cls_21 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3355 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3357 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3362 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3364 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3370 , cls_21 , 1.9800 , 1440.0000 , 130.3795 , 727.2727 , 2.4000 , 1.1899 , 0.9085 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3376 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3377 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3382 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3385 , cls_21 , 8.0100 , 5700.0000 , 220.9684 , 711.6105 , 5.0000 , 1.2863 , 0.8232 , 0.4288 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3386 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3398 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3405 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3413 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3415 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3417 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3424 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3427 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3428 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3430 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3431 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3434 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3437 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3444 , cls_21 , 0.5400 , 480.0000 , 47.1916 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3447 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3449 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3451 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3457 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3459 , cls_21 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3470 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3471 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 394.5884 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3473 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3476 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3477 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3480 , cls_21 , 0.5400 , 480.0000 , 41.7873 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3487 , cls_21 , 1.3500 , 1200.0000 , 96.5679 , 888.8889 , 2.5000 , 1.1995 , 0.8939 , 0.3111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3491 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3495 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3500 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3505 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3506 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3507 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3511 , cls_21 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3516 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3527 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3529 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3535 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3537 , cls_21 , 1.2600 , 960.0000 , 57.2018 , 761.9048 , 2.0000 , 1.1610 , 0.6572 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3539 , cls_21 , 0.5400 , 420.0000 , 32.0711 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3542 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3545 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3548 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3553 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3555 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3556 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3560 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3562 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3564 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3566 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3569 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3573 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3578 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3579 , cls_21 , 10.8000 , 7380.0000 , 743.8411 , 683.3333 , 5.5909 , 1.2977 , 0.9846 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3585 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3589 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3604 , cls_21 , 2.0700 , 1740.0000 , 138.2804 , 840.5797 , 2.9000 , 1.2227 , 0.9257 , 0.3696 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3613 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3621 , cls_21 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3624 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3625 , cls_21 , 0.8100 , 780.0000 , 56.1709 , 962.9630 , 2.1667 , 1.1718 , 0.7205 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3627 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3635 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3644 , cls_21 , 1.1700 , 900.0000 , 70.4637 , 769.2308 , 1.8750 , 1.1564 , 0.8140 , 0.4103 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3649 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3651 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3652 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3655 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3657 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3661 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3662 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3664 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3683 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3691 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3698 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3700 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3701 , cls_21 , 0.3600 , 480.0000 , 36.9061 , 1333.3333 , 2.0000 , 1.1693 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3714 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3719 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3724 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3726 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3731 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3736 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3743 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3750 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3751 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3753 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3756 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3764 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3769 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3773 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3774 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3776 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3780 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3781 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3785 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3787 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3789 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3795 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3801 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3802 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3809 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3812 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3822 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3827 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3828 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3834 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3846 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3847 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3849 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3851 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3857 , cls_21 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3860 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3861 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3864 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3869 , cls_21 , 1.1700 , 900.0000 , 88.8533 , 769.2308 , 1.8750 , 1.1564 , 0.8918 , 0.3205 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3875 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3876 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3879 , cls_21 , 0.7200 , 600.0000 , 38.9051 , 833.3333 , 1.6667 , 1.1283 , 0.5926 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3880 , cls_21 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3882 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3896 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3900 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3904 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3905 , cls_21 , 4.6800 , 2700.0000 , 143.1499 , 576.9231 , 3.0000 , 1.2116 , 0.8211 , 0.5481 , 0.4500 , 3.0000 , 9.6154 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3906 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3910 , cls_21 , 0.9000 , 720.0000 , 54.1935 , 800.0000 , 1.7143 , 1.1407 , 0.7598 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3912 , cls_21 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3918 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3924 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3927 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3928 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3930 , cls_21 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3934 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3935 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3941 , cls_21 , 0.5400 , 540.0000 , 45.3655 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3943 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3950 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3957 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3958 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3966 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3967 , cls_21 , 5.4900 , 3240.0000 , 129.8222 , 590.1639 , 3.3750 , 1.2273 , 0.6266 , 0.5219 , 0.6300 , 3.0000 , 11.4754 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3975 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3981 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3983 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3987 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3991 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3993 , cls_21 , 1.8900 , 1380.0000 , 121.5263 , 730.1587 , 2.3000 , 1.1869 , 0.9075 , 0.4127 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3994 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3998 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3999 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4007 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4010 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4017 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 540.8327 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4032 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4036 , cls_21 , 1.1700 , 840.0000 , 58.8742 , 717.9487 , 1.7500 , 1.1416 , 0.7146 , 0.4359 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4044 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4048 , cls_21 , 2.6100 , 2100.0000 , 168.7810 , 804.5977 , 3.1818 , 1.2318 , 0.9232 , 0.3851 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4056 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4074 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4083 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4086 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4098 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4103 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4105 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4124 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4127 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4140 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4143 , cls_21 , 1.2600 , 960.0000 , 80.0002 , 761.9048 , 2.0000 , 1.1610 , 0.8689 , 0.3929 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4144 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4149 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4155 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4158 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4166 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4176 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4177 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4185 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4186 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4188 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4196 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4201 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4202 , cls_21 , 0.6300 , 540.0000 , 46.5440 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4203 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4206 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4210 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4214 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4223 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4229 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4234 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4237 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4242 , cls_21 , 2.6100 , 1380.0000 , 85.2243 , 528.7356 , 2.0909 , 1.1492 , 0.6517 , 0.5517 , 0.1800 , 1.0000 , 6.8966 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4251 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4253 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4254 , cls_21 , 0.8100 , 660.0000 , 68.8112 , 814.8148 , 1.8333 , 1.1347 , 0.8652 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4261 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4265 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4266 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4267 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4269 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4272 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4279 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4285 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4286 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4289 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4295 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4296 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4297 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4304 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4305 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4307 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4315 , cls_21 , 2.9700 , 2100.0000 , 168.7695 , 707.0707 , 2.9167 , 1.2163 , 0.9207 , 0.4293 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4326 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4329 , cls_21 , 1.4400 , 1140.0000 , 78.1999 , 791.6667 , 2.3750 , 1.1807 , 0.8131 , 0.4167 , 0.0900 , 1.0000 , 6.2500 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4331 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4332 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4333 , cls_21 , 2.4300 , 1440.0000 , 99.7324 , 592.5926 , 2.1818 , 1.1658 , 0.7810 , 0.5185 , 0.0900 , 1.0000 , 3.7037 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4340 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4341 , cls_21 , 1.9800 , 1380.0000 , 80.8840 , 696.9697 , 2.3000 , 1.1813 , 0.7845 , 0.4621 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4349 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4370 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4371 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4374 , cls_21 , 2.1600 , 1800.0000 , 135.5167 , 833.3333 , 3.0000 , 1.2242 , 0.8897 , 0.3403 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4377 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4382 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4386 , cls_21 , 3.3300 , 2700.0000 , 188.5735 , 810.8108 , 3.4615 , 1.2512 , 0.9111 , 0.3784 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4395 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4412 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4413 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4414 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4415 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4416 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4418 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4427 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4439 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4440 , cls_21 , 0.6300 , 600.0000 , 39.1368 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4441 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4442 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4447 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4460 , cls_21 , 0.9900 , 720.0000 , 59.8869 , 727.2727 , 1.7143 , 1.1289 , 0.8055 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4463 , cls_21 , 0.4500 , 480.0000 , 34.6834 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4482 , cls_21 , 7.1100 , 4320.0000 , 215.4721 , 607.5949 , 4.0000 , 1.2504 , 0.8232 , 0.5148 , 0.8100 , 2.0000 , 11.3924 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4489 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4491 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4503 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4505 , cls_21 , 3.9600 , 2280.0000 , 127.1041 , 575.7576 , 2.7143 , 1.1988 , 0.7465 , 0.5265 , 0.1800 , 1.0000 , 4.5455 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4509 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4513 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4520 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4521 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4537 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4553 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4554 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4555 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4557 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4565 , cls_21 , 1.3500 , 900.0000 , 72.5149 , 666.6667 , 1.8750 , 1.1390 , 0.7419 , 0.4111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4572 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4574 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4576 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4586 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4593 , cls_21 , 1.5300 , 900.0000 , 64.9195 , 588.2353 , 1.6667 , 1.1242 , 0.6670 , 0.4902 , 0.0900 , 1.0000 , 5.8824 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4600 , cls_21 , 1.1700 , 1020.0000 , 75.9514 , 871.7949 , 2.1250 , 1.1831 , 0.8053 , 0.3205 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4601 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4607 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4611 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4612 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4613 , cls_21 , 8.7300 , 7080.0000 , 431.1125 , 810.9966 , 5.9000 , 1.3147 , 0.9572 , 0.3625 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4615 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4616 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4618 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4619 , cls_21 , 1.2600 , 900.0000 , 86.2176 , 714.2857 , 1.8750 , 1.1473 , 0.8796 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4627 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4628 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4630 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4650 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4658 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4665 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4668 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4669 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4673 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4680 , cls_21 , 4.4100 , 3300.0000 , 174.5320 , 748.2993 , 3.9286 , 1.2559 , 0.8291 , 0.4116 , 0.0900 , 1.0000 , 2.0408 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4684 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4688 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4689 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4695 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4698 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4711 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4712 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4723 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4732 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4736 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4740 , cls_21 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4747 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4748 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4751 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4758 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4760 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4763 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4774 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4787 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4789 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4792 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4796 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4804 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4806 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4809 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4818 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4827 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4830 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4834 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4839 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4842 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4849 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4850 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4875 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4889 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4898 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4901 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4907 , cls_21 , 2.5200 , 2100.0000 , 139.6360 , 833.3333 , 3.1818 , 1.2360 , 0.8796 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4909 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4914 , cls_21 , 1.2600 , 960.0000 , 82.0161 , 761.9048 , 2.0000 , 1.1610 , 0.8629 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4915 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4920 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4939 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4946 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4948 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4951 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4960 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4964 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4967 , cls_21 , 1.7100 , 1260.0000 , 122.8952 , 736.8421 , 2.3333 , 1.1804 , 0.9070 , 0.3509 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4989 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5006 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5008 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5009 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5010 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5016 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5018 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5023 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5027 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5028 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5029 , cls_21 , 0.6300 , 480.0000 , 42.7536 , 761.9048 , 1.3333 , 1.0945 , 0.7591 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5034 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5039 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5042 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5056 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5058 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5059 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5063 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5073 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5082 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5084 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5085 , cls_21 , 0.6300 , 540.0000 , 52.4221 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5089 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5092 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5094 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5101 , cls_21 , 1.9800 , 1260.0000 , 121.6330 , 636.3636 , 2.1000 , 1.1629 , 0.9003 , 0.4318 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5112 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5127 , cls_21 , 0.7200 , 480.0000 , 41.5865 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5129 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5135 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5144 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5154 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5155 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5166 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5168 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5173 , cls_21 , 1.8000 , 1260.0000 , 120.9881 , 700.0000 , 2.3333 , 1.1742 , 0.8912 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5182 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5193 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5197 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5198 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5200 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5202 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5210 , cls_21 , 2.2500 , 1260.0000 , 91.8083 , 560.0000 , 2.1000 , 1.1481 , 0.8160 , 0.5267 , 0.1800 , 1.0000 , 8.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5212 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5213 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5219 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5227 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5230 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5240 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5257 , cls_21 , 0.6300 , 480.0000 , 39.2634 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5259 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5261 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5262 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5274 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5275 , cls_21 , 2.1600 , 1440.0000 , 71.8144 , 666.6667 , 2.4000 , 1.1795 , 0.5870 , 0.4583 , 0.0900 , 1.0000 , 4.1667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5278 , cls_21 , 0.4500 , 420.0000 , 31.3192 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5292 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5298 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5301 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5306 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5318 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5320 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5326 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5332 , cls_21 , 0.7200 , 540.0000 , 40.8238 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5358 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5369 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5371 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5382 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5393 , cls_21 , 0.7200 , 540.0000 , 50.4073 , 750.0000 , 1.5000 , 1.1046 , 0.8078 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5401 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5403 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5408 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5413 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5420 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5425 , cls_21 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5426 , cls_21 , 0.9000 , 660.0000 , 56.6275 , 733.3333 , 1.5714 , 1.1216 , 0.8041 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5436 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5440 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5441 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5445 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5447 , cls_21 , 4.1400 , 2880.0000 , 142.3019 , 695.6522 , 3.4286 , 1.2377 , 0.8490 , 0.4638 , 0.2700 , 1.0000 , 6.5217 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5450 , cls_21 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5455 , cls_21 , 1.9800 , 1560.0000 , 107.7527 , 787.8788 , 2.6000 , 1.2061 , 0.8444 , 0.3409 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5456 , cls_21 , 1.8900 , 1560.0000 , 123.2055 , 825.3968 , 2.6000 , 1.2118 , 0.8812 , 0.3492 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5458 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5460 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5465 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5470 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5473 , cls_21 , 0.9900 , 720.0000 , 50.3641 , 727.2727 , 1.7143 , 1.1289 , 0.6888 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5479 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5480 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5485 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5502 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5524 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5525 , cls_21 , 0.5400 , 540.0000 , 50.2074 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5529 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5534 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5541 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5542 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5545 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5557 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5559 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5565 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5571 , cls_21 , 0.7200 , 600.0000 , 57.4974 , 833.3333 , 1.6667 , 1.1283 , 0.8244 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5576 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5580 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5582 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5588 , cls_21 , 0.4500 , 480.0000 , 36.4884 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5602 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5605 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5611 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5614 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5619 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5622 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5623 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5624 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5626 , cls_21 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5640 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5643 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5645 , cls_21 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5647 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5652 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5657 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5658 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5661 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5662 , cls_21 , 0.7200 , 540.0000 , 54.1246 , 750.0000 , 1.5000 , 1.1046 , 0.8078 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5666 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5675 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5691 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5699 , cls_21 , 1.1700 , 960.0000 , 86.1404 , 820.5128 , 2.0000 , 1.1702 , 0.8783 , 0.3205 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5701 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5705 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5706 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5722 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5728 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5730 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5741 , cls_21 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5747 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5749 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5755 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5757 , cls_21 , 0.7200 , 600.0000 , 44.3636 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5758 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5762 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5763 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5765 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5775 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5782 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5786 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5810 , cls_21 , 1.8000 , 1260.0000 , 64.7009 , 700.0000 , 2.3333 , 1.1742 , 0.7401 , 0.4833 , 0.1800 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5815 , cls_21 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5818 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5820 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5823 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5829 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5831 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5833 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5837 , cls_21 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5841 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5843 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5845 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5846 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5848 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5856 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5859 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5870 , cls_21 , 2.3400 , 1800.0000 , 125.3397 , 769.2308 , 2.7273 , 1.2145 , 0.8481 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5872 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5876 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5878 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5879 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5883 , cls_21 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5898 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5902 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5910 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5914 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5917 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5922 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5925 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5935 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5940 , cls_21 , 1.9800 , 1620.0000 , 114.0727 , 818.1818 , 2.7000 , 1.2137 , 0.8798 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5941 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5942 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5943 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5945 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5947 , cls_21 , 0.7200 , 600.0000 , 61.1818 , 833.3333 , 1.6667 , 1.1283 , 0.8502 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5951 , cls_21 , 0.6300 , 540.0000 , 55.0296 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5952 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5960 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5974 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5983 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5985 , cls_21 , 0.9000 , 660.0000 , 57.2021 , 733.3333 , 1.5714 , 1.1216 , 0.8041 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5992 , cls_21 , 1.0800 , 660.0000 , 60.6356 , 611.1111 , 1.5714 , 1.0996 , 0.8137 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5996 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5998 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6008 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6011 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6018 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6019 , cls_21 , 2.1600 , 1800.0000 , 74.7538 , 833.3333 , 3.0000 , 1.2242 , 0.7296 , 0.4097 , 0.1800 , 1.0000 , 8.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6037 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6038 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6043 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6052 , cls_21 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6053 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6054 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6055 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6061 , cls_21 , 0.7200 , 540.0000 , 37.7396 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6065 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6069 , cls_21 , 0.4500 , 480.0000 , 41.4290 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6074 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6077 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6079 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6084 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6100 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6102 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6116 , cls_21 , 0.5400 , 540.0000 , 52.9083 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6123 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6131 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6135 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6137 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6139 , cls_21 , 1.4400 , 1200.0000 , 110.9387 , 833.3333 , 2.5000 , 1.1914 , 0.8433 , 0.3021 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6142 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6143 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6152 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6156 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6172 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6183 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6196 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6202 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6206 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6208 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6210 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6215 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6216 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6217 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6218 , cls_21 , 1.0800 , 720.0000 , 66.6581 , 666.6667 , 1.7143 , 1.1183 , 0.8090 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6232 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6233 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6234 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6235 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6246 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6250 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6256 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6259 , cls_21 , 0.6300 , 600.0000 , 44.1453 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6264 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6266 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6278 , cls_21 , 1.8000 , 1020.0000 , 78.1735 , 566.6667 , 1.8889 , 1.1311 , 0.7963 , 0.5417 , 0.1800 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6279 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6280 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6282 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6290 , cls_21 , 3.6000 , 2520.0000 , 247.4388 , 700.0000 , 3.2308 , 1.2288 , 0.9547 , 0.3875 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6295 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6298 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6299 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6304 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6305 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6306 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6307 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6309 , cls_21 , 0.8100 , 780.0000 , 55.6223 , 962.9630 , 2.1667 , 1.1718 , 0.7838 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6310 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6319 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6320 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6324 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6326 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6328 , cls_21 , 1.8000 , 1440.0000 , 112.1480 , 800.0000 , 2.6667 , 1.2015 , 0.8848 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6331 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6332 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6339 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6343 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6344 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6345 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6346 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6348 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6352 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6363 , cls_21 , 0.9900 , 660.0000 , 42.8377 , 666.6667 , 1.5714 , 1.1100 , 0.5170 , 0.4697 , 0.0900 , 1.0000 , 9.0909 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6364 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6365 , cls_21 , 0.6300 , 540.0000 , 53.6363 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6366 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6370 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6371 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6380 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6381 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6393 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6394 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6395 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6397 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6416 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6417 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6424 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6425 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6428 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6432 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6434 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6444 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6448 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6450 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6456 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6459 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6469 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6471 , cls_21 , 0.7200 , 540.0000 , 41.3295 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6473 , cls_21 , 0.8100 , 780.0000 , 47.7894 , 962.9630 , 2.1667 , 1.1718 , 0.7205 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6476 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6481 , cls_21 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6490 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6493 , cls_21 , 2.9700 , 2280.0000 , 126.1971 , 767.6768 , 3.1667 , 1.2323 , 0.8719 , 0.4091 , 0.0900 , 1.0000 , 3.0303 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6496 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6497 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6498 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6501 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6510 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6512 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6518 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6519 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6521 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6523 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6525 , cls_21 , 0.6300 , 480.0000 , 40.9485 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6531 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6535 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6536 , cls_21 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6537 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6546 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6549 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 339.4113 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6554 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6555 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6558 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6562 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6571 , cls_21 , 13.7700 , 6300.0000 , 316.8053 , 457.5163 , 4.2000 , 1.2443 , 0.8847 , 0.6373 , 3.5100 , 6.0000 , 25.4902 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6579 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6580 , cls_21 , 2.4300 , 1740.0000 , 140.9090 , 716.0494 , 2.6364 , 1.2032 , 0.8989 , 0.4012 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6582 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6585 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6589 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6596 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6604 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6606 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6609 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6622 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6627 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6628 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6631 , cls_21 , 0.8100 , 780.0000 , 56.6105 , 962.9630 , 2.1667 , 1.1718 , 0.8121 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6638 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6645 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6647 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6648 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6654 , cls_21 , 1.2600 , 1080.0000 , 79.7749 , 857.1429 , 2.2500 , 1.1859 , 0.7826 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6656 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6657 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6659 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6661 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6667 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6669 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6672 , cls_21 , 0.7200 , 480.0000 , 38.5111 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6673 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6678 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6681 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6692 , cls_21 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6694 , cls_21 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6696 , cls_21 , 0.4500 , 480.0000 , 38.6316 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6698 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6699 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6700 , cls_21 , 1.8000 , 1380.0000 , 91.7892 , 766.6667 , 2.5556 , 1.1928 , 0.7664 , 0.3917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6705 , cls_21 , 0.5400 , 480.0000 , 33.6542 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6709 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6711 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6714 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6715 , cls_21 , 1.6200 , 1500.0000 , 124.4635 , 925.9259 , 2.7778 , 1.2230 , 0.9119 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6717 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6721 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6725 , cls_21 , 1.7100 , 1200.0000 , 105.7793 , 701.7544 , 2.2222 , 1.1704 , 0.8837 , 0.4211 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6734 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6736 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6738 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6742 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6744 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6748 , cls_21 , 7.3800 , 5460.0000 , 210.6532 , 739.8374 , 4.7895 , 1.2880 , 0.8759 , 0.4228 , 0.1800 , 2.0000 , 2.4390 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6749 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6754 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6762 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6763 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6764 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6767 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6768 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6770 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6773 , cls_21 , 0.6300 , 540.0000 , 40.6173 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6783 , cls_21 , 1.3500 , 960.0000 , 70.4041 , 711.1111 , 2.0000 , 1.1526 , 0.7753 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6787 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6788 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6789 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6793 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6796 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 301.4963 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6799 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6800 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6801 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6809 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6811 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6822 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6823 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6824 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6838 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6841 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6845 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6848 , cls_21 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6849 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6850 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6851 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6855 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6864 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6870 , cls_21 , 1.4400 , 1020.0000 , 83.5559 , 708.3333 , 2.1250 , 1.1574 , 0.8513 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6874 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6879 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6883 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6885 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6886 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6887 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6888 , cls_21 , 0.4500 , 480.0000 , 43.3217 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6889 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6890 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6893 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6895 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6896 , cls_21 , 0.7200 , 780.0000 , 57.2630 , 1083.3333 , 2.1667 , 1.1874 , 0.8330 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6909 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6910 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6924 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6928 , cls_21 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6932 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6935 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6938 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6951 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6952 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6954 , cls_21 , 1.1700 , 780.0000 , 57.4550 , 666.6667 , 1.6250 , 1.1258 , 0.6689 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6955 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6961 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6970 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6971 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6972 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6979 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6981 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6983 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6987 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6999 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7009 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7017 , cls_21 , 1.8000 , 1440.0000 , 123.3323 , 800.0000 , 2.6667 , 1.2015 , 0.8981 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7018 , cls_21 , 0.8100 , 720.0000 , 62.2550 , 888.8889 , 2.0000 , 1.1540 , 0.8408 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7028 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7031 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7037 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7038 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7040 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7042 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7044 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7056 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7058 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7059 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7060 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7061 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7074 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7079 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7080 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7081 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7082 , cls_21 , 2.1600 , 1500.0000 , 178.8094 , 694.4444 , 2.5000 , 1.1877 , 0.9427 , 0.3264 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7083 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7087 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7088 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7093 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7104 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7105 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7108 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7120 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7126 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7127 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7130 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7132 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7133 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7139 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7153 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7155 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7166 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7179 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7181 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7190 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7196 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7198 , cls_21 , 0.9000 , 720.0000 , 67.2651 , 800.0000 , 1.7143 , 1.1407 , 0.8279 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7212 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7213 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7218 , cls_21 , 1.8000 , 1260.0000 , 111.9046 , 700.0000 , 2.3333 , 1.1742 , 0.8799 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7224 , cls_21 , 0.9000 , 780.0000 , 54.6740 , 866.6667 , 1.8571 , 1.1583 , 0.7598 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7226 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7228 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7235 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7237 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7239 , cls_21 , 0.8100 , 600.0000 , 66.6667 , 740.7407 , 1.6667 , 1.1135 , 0.8603 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7243 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7249 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7251 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7252 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7253 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7263 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7281 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7283 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7285 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7290 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7291 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7292 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7294 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7312 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7315 , cls_21 , 5.3100 , 2040.0000 , 113.3865 , 384.1808 , 2.1250 , 1.1460 , 0.5555 , 0.6864 , 1.6200 , 3.0000 , 30.5085 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7317 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7319 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7320 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7322 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7327 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7328 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7330 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7332 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7333 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7346 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7347 , cls_21 , 5.1300 , 4020.0000 , 313.4111 , 783.6257 , 4.1875 , 1.2748 , 0.9597 , 0.3947 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7360 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7365 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7368 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7370 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7371 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7374 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7380 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7384 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7387 , cls_21 , 21.5100 , 10080.0000 , 277.1796 , 468.6192 , 5.4194 , 1.2757 , 0.7854 , 0.6255 , 5.0400 , 9.0000 , 23.4310 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7403 , cls_21 , 1.7100 , 1320.0000 , 115.1684 , 771.9298 , 2.4444 , 1.1899 , 0.8905 , 0.3860 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7410 , cls_21 , 1.5300 , 840.0000 , 60.3092 , 549.0196 , 1.5556 , 1.1099 , 0.6268 , 0.5490 , 0.2700 , 2.0000 , 17.6471 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7415 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7417 , cls_21 , 0.7200 , 540.0000 , 48.7850 , 750.0000 , 1.5000 , 1.1046 , 0.7963 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7425 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7429 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7434 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7435 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7439 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7441 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7447 , cls_21 , 7.6500 , 3720.0000 , 195.7378 , 486.2745 , 3.2632 , 1.2157 , 0.8408 , 0.5941 , 1.0800 , 5.0000 , 14.1176 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7449 , cls_21 , 6.6600 , 4020.0000 , 187.7028 , 603.6036 , 3.7222 , 1.2448 , 0.8077 , 0.5045 , 0.3600 , 3.0000 , 5.4054 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7463 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7464 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7469 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7476 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7479 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7482 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7483 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7490 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7497 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7498 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7504 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7505 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7510 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7518 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7529 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7541 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7543 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7545 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7551 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7556 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7563 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7574 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7576 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7577 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7579 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7582 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7586 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7588 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7590 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7593 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7595 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7597 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7598 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7599 , cls_21 , 0.9000 , 780.0000 , 51.1425 , 866.6667 , 1.8571 , 1.1583 , 0.7598 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7600 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7605 , cls_21 , 2.6100 , 1800.0000 , 120.7690 , 689.6552 , 2.7273 , 1.2015 , 0.8306 , 0.4310 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7610 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7618 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7631 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7632 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7637 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7639 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7645 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7647 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7648 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7650 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7658 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7670 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7673 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7675 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7691 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7692 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7694 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7696 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7697 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7707 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7709 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7711 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7712 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7717 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7732 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7738 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7751 , cls_21 , 3.5100 , 1200.0000 , 81.4063 , 341.8803 , 1.5385 , 1.0900 , 0.5719 , 0.7094 , 1.1700 , 2.0000 , 33.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7756 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7759 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7762 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7763 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7767 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7770 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7771 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7779 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7783 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7785 , cls_21 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7796 , cls_21 , 1.0800 , 720.0000 , 53.8660 , 666.6667 , 1.7143 , 1.1183 , 0.7062 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7800 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7806 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7830 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7832 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7836 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7846 , cls_21 , 0.6300 , 540.0000 , 42.6470 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7847 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7849 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7864 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7867 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7873 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7876 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7880 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7884 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7887 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7895 , cls_21 , 1.5300 , 780.0000 , 60.8400 , 509.8039 , 1.4444 , 1.0945 , 0.7035 , 0.5588 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7901 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7909 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7911 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7918 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7920 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7931 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7943 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7950 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7953 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7957 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7959 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7960 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7970 , cls_21 , 0.3600 , 480.0000 , 36.9061 , 1333.3333 , 2.0000 , 1.1693 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7976 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7980 , cls_21 , 2.6100 , 1620.0000 , 111.6313 , 620.6897 , 2.4545 , 1.1807 , 0.8199 , 0.4943 , 0.2700 , 2.0000 , 10.3448 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7984 , cls_21 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7994 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8007 , cls_21 , 5.4000 , 2220.0000 , 103.6617 , 411.1111 , 2.3125 , 1.1598 , 0.5479 , 0.6639 , 0.9900 , 3.0000 , 18.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8009 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8021 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8025 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8035 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8036 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8037 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8043 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8054 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8069 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8073 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8084 , cls_21 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8099 , cls_21 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8110 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8113 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8134 , cls_21 , 4.9500 , 2940.0000 , 153.7661 , 593.9394 , 3.2667 , 1.2211 , 0.7199 , 0.5030 , 0.3600 , 3.0000 , 7.2727 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8135 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8147 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8155 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8162 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8168 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8173 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8177 , cls_21 , 3.1500 , 1860.0000 , 115.0406 , 590.4762 , 2.5833 , 1.1860 , 0.7591 , 0.5190 , 0.3600 , 2.0000 , 11.4286 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8187 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8191 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8198 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8199 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8206 , cls_21 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8208 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8214 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8220 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8225 , cls_21 , 0.9900 , 720.0000 , 68.1300 , 727.2727 , 1.7143 , 1.1289 , 0.8249 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8228 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8232 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8239 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8243 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8244 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8246 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8248 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8265 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8269 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8272 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8274 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8276 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8283 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8288 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8290 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8291 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8304 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8305 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8311 , cls_21 , 1.9800 , 1200.0000 , 70.8949 , 606.0606 , 2.0000 , 1.1530 , 0.7112 , 0.5076 , 0.1800 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8329 , cls_21 , 2.7900 , 2340.0000 , 185.8156 , 838.7097 , 3.2500 , 1.2449 , 0.9281 , 0.3817 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8340 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8372 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8373 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8381 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8387 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8392 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8393 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8397 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 283.0194 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8400 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8408 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8409 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8410 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8428 , cls_21 , 1.1700 , 960.0000 , 80.5553 , 820.5128 , 2.0000 , 1.1702 , 0.8408 , 0.3590 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8433 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8444 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8447 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8450 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8456 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8463 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8470 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8475 , cls_21 , 1.3500 , 840.0000 , 55.3071 , 622.2222 , 1.7500 , 1.1245 , 0.6869 , 0.5111 , 0.0900 , 1.0000 , 6.6667 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8483 , cls_21 , 0.5400 , 540.0000 , 41.2399 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8484 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8487 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8503 , cls_21 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8518 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8520 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8522 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8535 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8547 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8565 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8568 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8569 , cls_21 , 0.9900 , 780.0000 , 65.3981 , 787.8788 , 1.8571 , 1.1463 , 0.8444 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8580 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8582 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8586 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8589 , cls_21 , 0.7200 , 600.0000 , 50.9113 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8596 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8597 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8598 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8599 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8611 , cls_21 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8615 , cls_21 , 1.0800 , 1140.0000 , 68.6693 , 1055.5556 , 2.7143 , 1.2173 , 0.8425 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8625 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8632 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8633 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8635 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8639 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8646 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8652 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8656 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8657 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8658 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8661 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8662 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8663 , cls_21 , 5.4900 , 3000.0000 , 119.9904 , 546.4481 , 3.1250 , 1.2132 , 0.6893 , 0.5574 , 0.7200 , 4.0000 , 13.1148 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8670 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8673 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8678 , cls_21 , 1.8900 , 1020.0000 , 84.3097 , 539.6825 , 1.7000 , 1.1255 , 0.7477 , 0.5317 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8692 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8695 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8696 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8698 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8699 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8708 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8709 , cls_21 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8710 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8718 , cls_21 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8720 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8722 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8727 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8729 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8736 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8737 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8738 , cls_21 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8742 , cls_21 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8746 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8754 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8756 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8768 , cls_21 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8770 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8771 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8784 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8787 , cls_21 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8790 , cls_21 , 0.6300 , 600.0000 , 51.4702 , 952.3810 , 1.6667 , 1.1455 , 0.8286 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8792 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8793 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8799 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8801 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8803 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8805 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8811 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8815 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8817 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8831 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8835 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8839 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8841 , cls_21 , 2.6100 , 1440.0000 , 88.0072 , 551.7241 , 2.1818 , 1.1576 , 0.8004 , 0.5345 , 0.1800 , 2.0000 , 6.8966 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8846 , cls_21 , 0.6300 , 540.0000 , 47.3513 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8847 , cls_21 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8853 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8855 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8856 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8865 , cls_21 , 0.7200 , 660.0000 , 51.7731 , 916.6667 , 1.8333 , 1.1497 , 0.6817 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8880 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8882 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8893 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8894 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8900 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8906 , cls_21 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8911 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8917 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8921 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8922 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8927 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8929 , cls_21 , 1.7100 , 1140.0000 , 86.9001 , 666.6667 , 2.1111 , 1.1599 , 0.8221 , 0.4386 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8932 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8933 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8940 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8947 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8948 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8950 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8952 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8953 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8955 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8957 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8959 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8965 , cls_21 , 0.8100 , 660.0000 , 69.7385 , 814.8148 , 1.8333 , 1.1347 , 0.8652 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8970 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8972 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8974 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8975 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8979 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8980 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8989 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8991 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8992 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8995 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9000 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9005 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9008 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9010 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9024 , cls_21 , 5.0400 , 4200.0000 , 305.1286 , 833.3333 , 4.6667 , 1.2849 , 0.9532 , 0.3720 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9027 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9038 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9049 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9056 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9057 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9061 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9064 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9068 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9071 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9072 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9077 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9080 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9085 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9088 , cls_21 , 1.0800 , 960.0000 , 77.8361 , 888.8889 , 2.2857 , 1.1802 , 0.8425 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9090 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9092 , cls_21 , 0.7200 , 660.0000 , 53.7402 , 916.6667 , 1.8333 , 1.1497 , 0.7736 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9093 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9094 , cls_21 , 0.5400 , 540.0000 , 43.2414 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9103 , cls_21 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9105 , cls_21 , 1.8000 , 1440.0000 , 137.0791 , 800.0000 , 2.6667 , 1.2015 , 0.9189 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9110 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9115 , cls_21 , 0.9000 , 600.0000 , 43.7454 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4667 , 0.0900 , 1.0000 , 10.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9116 , cls_21 , 0.5400 , 480.0000 , 34.3237 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9117 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9121 , cls_21 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9122 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9123 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9124 , cls_21 , 0.5400 , 600.0000 , 37.0246 , 1111.1111 , 2.0000 , 1.1661 , 0.6944 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9128 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9130 , cls_21 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9131 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9137 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9139 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9141 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9148 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9151 , cls_21 , 1.5300 , 1260.0000 , 67.4154 , 823.5294 , 2.3333 , 1.1940 , 0.6994 , 0.3627 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9152 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9154 , cls_21 , 0.4500 , 420.0000 , 31.3192 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9156 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9160 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9162 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9163 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9167 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9169 , cls_21 , 0.5400 , 480.0000 , 47.1916 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9170 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9182 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9188 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 465.7252 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9190 , cls_21 , 1.0800 , 840.0000 , 91.7377 , 777.7778 , 2.0000 , 1.1515 , 0.8968 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9197 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9199 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9206 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9211 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9213 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9239 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9244 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9245 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9255 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9256 , cls_21 , 0.9900 , 840.0000 , 59.2764 , 848.4848 , 2.0000 , 1.1624 , 0.8081 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9259 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9268 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9269 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9271 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9274 , cls_21 , 0.7200 , 600.0000 , 40.9809 , 833.3333 , 1.6667 , 1.1283 , 0.6082 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9278 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9280 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9281 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9283 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9284 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9285 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9292 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9293 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9294 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9298 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9299 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9300 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9307 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9308 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9311 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9313 , cls_21 , 2.1600 , 840.0000 , 64.2171 , 388.8889 , 1.4000 , 1.0715 , 0.5814 , 0.6736 , 0.6300 , 1.0000 , 29.1667 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9317 , cls_21 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9322 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9323 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9325 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9326 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9327 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9331 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9332 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9335 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9336 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9346 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9350 , cls_21 , 1.9800 , 1500.0000 , 142.4836 , 757.5758 , 2.5000 , 1.1982 , 0.8732 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9358 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9359 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9365 , cls_21 , 3.4200 , 2280.0000 , 184.8705 , 666.6667 , 2.9231 , 1.2156 , 0.9281 , 0.4561 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9369 , cls_21 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9370 , cls_21 , 1.3500 , 1140.0000 , 81.6711 , 844.4444 , 2.3750 , 1.1887 , 0.8472 , 0.3556 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9371 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9378 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9379 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9380 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9384 , cls_21 , 1.0800 , 840.0000 , 60.7975 , 777.7778 , 2.0000 , 1.1515 , 0.7878 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9394 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9396 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9397 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9398 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9399 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9400 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9402 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9403 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9404 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9406 , cls_21 , 2.3400 , 1740.0000 , 85.3920 , 743.5897 , 2.6364 , 1.2078 , 0.7352 , 0.4231 , 0.0900 , 1.0000 , 3.8462 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9412 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9415 , cls_21 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9417 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9419 , cls_21 , 0.3600 , 480.0000 , 36.9061 , 1333.3333 , 2.0000 , 1.1693 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9420 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9423 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9425 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9426 , cls_21 , 0.5400 , 420.0000 , 41.3887 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9437 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9438 , cls_21 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9439 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9445 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9447 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9449 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9454 , cls_21 , 1.2600 , 960.0000 , 90.1019 , 761.9048 , 2.0000 , 1.1610 , 0.8779 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9455 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9459 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9462 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9471 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9472 , cls_21 , 1.3500 , 900.0000 , 64.9618 , 666.6667 , 1.8750 , 1.1390 , 0.7753 , 0.4778 , 0.0900 , 1.0000 , 6.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9475 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9476 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9481 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9483 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9485 , cls_21 , 0.5400 , 480.0000 , 35.4634 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9492 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9501 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9506 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9508 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9511 , cls_21 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9512 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9517 , cls_21 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9532 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9533 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9542 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9545 , cls_21 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9547 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9548 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9549 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9553 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9554 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9560 , cls_21 , 0.7200 , 600.0000 , 49.0671 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9561 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9564 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9591 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9594 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9595 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9597 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9600 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9604 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9614 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9627 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9631 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9634 , cls_21 , 0.8100 , 840.0000 , 50.6462 , 1037.0370 , 2.3333 , 1.1883 , 0.6903 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9639 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9641 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9646 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9648 , cls_21 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9649 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9661 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9666 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9668 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9670 , cls_21 , 0.4500 , 360.0000 , 32.1688 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9679 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9681 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9682 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9683 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9684 , cls_21 , 0.4500 , 540.0000 , 37.0110 , 1200.0000 , 1.8000 , 1.1663 , 0.6255 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9685 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9688 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9689 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9691 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9694 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9704 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9711 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9717 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9721 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9723 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9726 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9727 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9728 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9733 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9735 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9737 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9748 , cls_21 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9752 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9754 , cls_21 , 0.5400 , 480.0000 , 45.6657 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9755 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9756 , cls_21 , 1.0800 , 900.0000 , 61.8883 , 833.3333 , 2.1429 , 1.1663 , 0.8202 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9759 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9760 , cls_21 , 0.6300 , 600.0000 , 42.5057 , 952.3810 , 1.6667 , 1.1455 , 0.6572 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9761 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9763 , cls_21 , 2.5200 , 1320.0000 , 102.2434 , 523.8095 , 2.0000 , 1.1444 , 0.7903 , 0.5595 , 0.2700 , 2.0000 , 10.7143 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9765 , cls_21 , 3.5100 , 2520.0000 , 143.9267 , 717.9487 , 3.2308 , 1.2317 , 0.7793 , 0.3932 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9766 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9767 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9772 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9777 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9782 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9786 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9787 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9789 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9790 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9802 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9805 , cls_21 , 0.7200 , 540.0000 , 48.5782 , 750.0000 , 1.5000 , 1.1046 , 0.7247 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9806 , cls_21 , 1.5300 , 1080.0000 , 81.9714 , 705.8824 , 2.0000 , 1.1620 , 0.8408 , 0.4314 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9807 , cls_21 , 0.9000 , 840.0000 , 74.0191 , 933.3333 , 2.0000 , 1.1745 , 0.8502 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9810 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9811 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9812 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9815 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9821 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9825 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9827 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9836 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9839 , cls_21 , 0.6300 , 660.0000 , 52.9815 , 1047.6190 , 1.8333 , 1.1673 , 0.8019 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9843 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9844 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9845 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9849 , cls_21 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9850 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9859 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9861 , cls_21 , 1.8900 , 1380.0000 , 79.2936 , 730.1587 , 2.3000 , 1.1869 , 0.8297 , 0.4444 , 0.1800 , 1.0000 , 9.5238 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9864 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9866 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9867 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9869 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9870 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9871 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9872 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9875 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9876 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9890 , cls_21 , 2.4300 , 1620.0000 , 116.6395 , 666.6667 , 2.4545 , 1.1891 , 0.7851 , 0.4506 , 0.0900 , 1.0000 , 3.7037 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9892 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9894 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9896 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9898 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9903 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9904 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9906 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9907 , cls_21 , 0.8100 , 840.0000 , 63.4787 , 1037.0370 , 2.3333 , 1.1883 , 0.8408 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9908 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9911 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9912 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9914 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9916 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9920 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9928 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9937 , cls_21 , 7.4700 , 5220.0000 , 303.1360 , 698.7952 , 4.5789 , 1.2786 , 0.9148 , 0.4337 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9938 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9939 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9940 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9949 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9953 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9954 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9956 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9957 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9958 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9961 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9962 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9963 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9964 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9966 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9974 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9976 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9983 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9991 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9994 , cls_21 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9997 , cls_21 , 0.6300 , 480.0000 , 42.7510 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9998 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10001 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10003 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10007 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10008 , cls_21 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10010 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10016 , cls_21 , 1.7100 , 1380.0000 , 106.6359 , 807.0175 , 2.5556 , 1.1991 , 0.8925 , 0.3596 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10032 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10033 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10037 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10043 , cls_21 , 0.4500 , 360.0000 , 32.1688 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10044 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10047 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10049 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10053 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10054 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10061 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10068 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10081 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10083 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10085 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10095 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10097 , cls_21 , 0.9000 , 600.0000 , 46.7176 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10101 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10102 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10104 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10105 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10108 , cls_21 , 1.0800 , 840.0000 , 72.6898 , 777.7778 , 2.0000 , 1.1515 , 0.8425 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10110 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10111 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10112 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10119 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 456.9464 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10129 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10136 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10144 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10149 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10150 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10151 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10153 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10155 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10157 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10169 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10173 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10174 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10175 , cls_21 , 11.9700 , 5520.0000 , 286.1861 , 461.1529 , 3.8333 , 1.2366 , 0.8657 , 0.6278 , 2.8800 , 4.0000 , 24.0602 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10177 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10180 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10181 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10182 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10183 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10185 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10187 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10188 , cls_21 , 0.4500 , 540.0000 , 42.7915 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10191 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10200 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10206 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10207 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10211 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10214 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10216 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10217 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10219 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10224 , cls_21 , 2.4300 , 1800.0000 , 119.0236 , 740.7407 , 2.7273 , 1.2100 , 0.8531 , 0.4198 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10226 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10227 , cls_21 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10228 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10232 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10233 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10234 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10235 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10238 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10240 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10245 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10249 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10250 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10254 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10255 , cls_21 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10261 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10262 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10266 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10269 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10270 , cls_21 , 0.4500 , 480.0000 , 38.6316 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10271 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10275 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10276 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10277 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10279 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10287 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10289 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10297 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10299 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10303 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10306 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10309 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10311 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10312 , cls_21 , 0.9000 , 720.0000 , 54.4366 , 800.0000 , 1.7143 , 1.1407 , 0.7913 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10316 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10317 , cls_21 , 1.0800 , 1020.0000 , 67.4580 , 944.4444 , 2.4286 , 1.1933 , 0.7907 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10318 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10322 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10329 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10332 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10341 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10345 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10359 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10361 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10367 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10370 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10377 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10378 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10379 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10382 , cls_21 , 0.8100 , 780.0000 , 60.3674 , 962.9630 , 2.1667 , 1.1718 , 0.8652 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10383 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10384 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10389 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10404 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10407 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10416 , cls_21 , 1.7100 , 840.0000 , 68.6150 , 491.2281 , 1.5556 , 1.0972 , 0.7312 , 0.5789 , 0.1800 , 1.0000 , 10.5263 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10417 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10418 , cls_21 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10423 , cls_21 , 4.8600 , 3600.0000 , 258.3312 , 740.7407 , 4.0000 , 1.2607 , 0.9412 , 0.3951 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10433 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10436 , cls_21 , 1.4400 , 1140.0000 , 103.1010 , 791.6667 , 2.3750 , 1.1807 , 0.9078 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10437 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10440 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10443 , cls_21 , 1.2600 , 960.0000 , 68.8574 , 761.9048 , 2.0000 , 1.1610 , 0.8217 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10444 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10448 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10450 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10454 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10457 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10473 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10474 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10475 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10485 , cls_21 , 15.3000 , 9000.0000 , 324.5022 , 588.2353 , 5.5556 , 1.2931 , 0.9079 , 0.5392 , 1.8900 , 6.0000 , 12.3529 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10487 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10498 , cls_21 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10499 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10502 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10503 , cls_21 , 0.7200 , 720.0000 , 55.2736 , 1000.0000 , 2.0000 , 1.1693 , 0.8041 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10512 , cls_21 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10513 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10516 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10521 , cls_21 , 1.5300 , 1260.0000 , 87.1375 , 823.5294 , 2.3333 , 1.1940 , 0.7835 , 0.3431 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10522 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10532 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10538 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10539 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10541 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10542 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10544 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10555 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10567 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10568 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10571 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10589 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10594 , cls_21 , 1.0800 , 840.0000 , 69.5334 , 777.7778 , 2.0000 , 1.1515 , 0.7753 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10596 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10608 , cls_21 , 1.1700 , 900.0000 , 60.0111 , 769.2308 , 1.8750 , 1.1564 , 0.7286 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10609 , cls_21 , 0.4500 , 420.0000 , 35.2060 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10633 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10634 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10653 , cls_21 , 0.3600 , 480.0000 , 42.4264 , 1333.3333 , 2.0000 , 1.1693 , 0.8408 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10657 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10660 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10663 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10664 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10665 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10680 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 384.1875 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10690 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10699 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10704 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10711 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10716 , cls_21 , 1.8900 , 1440.0000 , 123.3946 , 761.9048 , 2.4000 , 1.1955 , 0.9072 , 0.4127 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10722 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10727 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10736 , cls_21 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10740 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10741 , cls_21 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10743 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10746 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10748 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10749 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10755 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10756 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10757 , cls_21 , 1.5300 , 1140.0000 , 105.2239 , 745.0980 , 2.1111 , 1.1733 , 0.9055 , 0.3235 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10764 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10765 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10767 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10768 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10769 , cls_21 , 1.0800 , 1020.0000 , 71.2025 , 944.4444 , 2.4286 , 1.1933 , 0.7907 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10773 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10778 , cls_21 , 1.2600 , 600.0000 , 47.3780 , 476.1905 , 1.2500 , 1.0614 , 0.5544 , 0.5952 , 0.1800 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10782 , cls_21 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10784 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10788 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10793 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10795 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10803 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10810 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10812 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10813 , cls_21 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10814 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10819 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10830 , cls_21 , 6.3000 , 4260.0000 , 435.1292 , 676.1905 , 4.1765 , 1.2616 , 0.9728 , 0.3881 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10833 , cls_21 , 0.9900 , 720.0000 , 71.9884 , 727.2727 , 1.7143 , 1.1289 , 0.8653 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10839 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10841 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10842 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10846 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10848 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10850 , cls_21 , 1.0800 , 1020.0000 , 62.7777 , 944.4444 , 2.4286 , 1.1933 , 0.7495 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10854 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10855 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10857 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10858 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10861 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10865 , cls_21 , 1.5300 , 1140.0000 , 106.0326 , 745.0980 , 2.1111 , 1.1733 , 0.8944 , 0.3725 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10881 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10886 , cls_21 , 0.6300 , 420.0000 , 39.4421 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10887 , cls_21 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10889 , cls_21 , 0.3600 , 480.0000 , 42.4264 , 1333.3333 , 2.0000 , 1.1693 , 0.8408 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10890 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10893 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10894 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10898 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10899 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10908 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10913 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10914 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10915 , cls_21 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10926 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10928 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10929 , cls_21 , 1.1700 , 1020.0000 , 62.1021 , 871.7949 , 2.1250 , 1.1831 , 0.7146 , 0.3205 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10930 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10933 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10935 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10947 , cls_21 , 2.1600 , 1980.0000 , 145.6843 , 916.6667 , 3.3000 , 1.2433 , 0.9255 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10951 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10956 , cls_21 , 0.4500 , 480.0000 , 34.4419 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10965 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10966 , cls_21 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10968 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10980 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10982 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10986 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10996 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11002 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11007 , cls_21 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11013 , cls_21 , 3.8700 , 3180.0000 , 222.1152 , 821.7054 , 3.7857 , 1.2644 , 0.9379 , 0.3876 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11014 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11019 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11022 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11023 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11033 , cls_21 , 2.6100 , 1500.0000 , 96.3515 , 574.7126 , 2.2727 , 1.1656 , 0.8097 , 0.5230 , 0.0900 , 1.0000 , 3.4483 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11035 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11049 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11050 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11054 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11056 , cls_21 , 1.4400 , 1260.0000 , 64.9659 , 875.0000 , 2.6250 , 1.2016 , 0.7247 , 0.3438 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11061 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11063 , cls_21 , 2.7900 , 2100.0000 , 108.4720 , 752.6882 , 2.9167 , 1.2238 , 0.7351 , 0.4194 , 0.0900 , 1.0000 , 3.2258 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11069 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11071 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11082 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11086 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11087 , cls_21 , 1.6200 , 1260.0000 , 99.0610 , 777.7778 , 2.3333 , 1.1870 , 0.8761 , 0.3981 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11092 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11095 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11106 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11107 , cls_21 , 0.5400 , 420.0000 , 41.3887 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11117 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11118 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11120 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11121 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11127 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11131 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11140 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11149 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11165 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11168 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11173 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11174 , cls_21 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11175 , cls_21 , 0.9000 , 780.0000 , 53.3030 , 866.6667 , 1.8571 , 1.1583 , 0.7170 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11179 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11180 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11183 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11184 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11192 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11196 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11199 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11200 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11202 , cls_21 , 0.6300 , 480.0000 , 45.8183 , 761.9048 , 1.3333 , 1.0945 , 0.7772 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11203 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11204 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11209 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11213 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11214 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11215 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11220 , cls_21 , 1.2600 , 900.0000 , 56.2454 , 714.2857 , 1.8750 , 1.1473 , 0.6572 , 0.4167 , 0.0900 , 1.0000 , 7.1429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11227 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11228 , cls_21 , 0.8100 , 660.0000 , 56.5616 , 814.8148 , 1.8333 , 1.1347 , 0.8237 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11238 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11248 , cls_21 , 1.2600 , 1020.0000 , 88.1931 , 809.5238 , 2.1250 , 1.1738 , 0.8629 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11256 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11258 , cls_21 , 0.9900 , 600.0000 , 44.4634 , 606.0606 , 1.4286 , 1.0892 , 0.6584 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11266 , cls_21 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11272 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11273 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11279 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11284 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11291 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11292 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11302 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11303 , cls_21 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11307 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11310 , cls_21 , 6.4800 , 4380.0000 , 230.5834 , 675.9259 , 4.2941 , 1.2634 , 0.8981 , 0.4583 , 0.1800 , 1.0000 , 2.7778 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11312 , cls_21 , 3.7800 , 3120.0000 , 190.4547 , 825.3968 , 4.0000 , 1.2636 , 0.9012 , 0.3651 , 0.0900 , 1.0000 , 2.3810 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11313 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11315 , cls_21 , 1.7100 , 1020.0000 , 62.7895 , 596.4912 , 1.8889 , 1.1370 , 0.6278 , 0.5000 , 0.0900 , 1.0000 , 5.2632 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11317 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11319 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11335 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11338 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11348 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11352 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11368 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11369 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11372 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11378 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11383 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11390 , cls_21 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11391 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11392 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11393 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11398 , cls_21 , 1.7100 , 1260.0000 , 107.3151 , 736.8421 , 2.3333 , 1.1804 , 0.8488 , 0.4123 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11399 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11412 , cls_21 , 0.9000 , 900.0000 , 67.6621 , 1000.0000 , 2.1429 , 1.1897 , 0.8041 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11421 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11422 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11423 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11428 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11435 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11438 , cls_21 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11440 , cls_21 , 0.9000 , 660.0000 , 42.6271 , 733.3333 , 1.5714 , 1.1216 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11441 , cls_21 , 0.5400 , 420.0000 , 39.3630 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11446 , cls_21 , 1.8900 , 1140.0000 , 69.3777 , 603.1746 , 1.9000 , 1.1481 , 0.7243 , 0.5476 , 0.3600 , 2.0000 , 19.0476 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11452 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11454 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11455 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11462 , cls_21 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11484 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11498 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11499 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11503 , cls_21 , 1.7100 , 840.0000 , 70.7379 , 491.2281 , 1.5556 , 1.0972 , 0.7282 , 0.5702 , 0.0900 , 1.0000 , 5.2632 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11508 , cls_21 , 0.6300 , 480.0000 , 39.2200 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11510 , cls_21 , 1.1700 , 1080.0000 , 58.0030 , 923.0769 , 2.2500 , 1.1953 , 0.7453 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11524 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11527 , cls_21 , 0.5400 , 480.0000 , 43.5357 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11537 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11548 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11550 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11551 , cls_21 , 3.5100 , 1440.0000 , 116.8326 , 410.2564 , 1.8462 , 1.1248 , 0.8126 , 0.6453 , 0.5400 , 2.0000 , 15.3846 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11561 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 547.4486 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11563 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11567 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11570 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11575 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11576 , cls_21 , 1.8000 , 1440.0000 , 93.1380 , 800.0000 , 2.6667 , 1.2015 , 0.8244 , 0.3583 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11577 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11581 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11587 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11589 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11598 , cls_21 , 1.1700 , 840.0000 , 59.9249 , 717.9487 , 1.7500 , 1.1416 , 0.7763 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11601 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11614 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11615 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11617 , cls_21 , 2.7000 , 1680.0000 , 94.1267 , 622.2222 , 2.5455 , 1.1839 , 0.7935 , 0.5278 , 0.5400 , 1.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11622 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11624 , cls_21 , 0.9900 , 720.0000 , 69.6427 , 727.2727 , 1.7143 , 1.1289 , 0.8107 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11626 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11628 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11635 , cls_21 , 0.3600 , 420.0000 , 34.3237 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11636 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11640 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11642 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11645 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11646 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11650 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11661 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11663 , cls_21 , 1.1700 , 780.0000 , 75.8372 , 666.6667 , 1.6250 , 1.1258 , 0.8161 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11673 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11677 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11681 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11685 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11694 , cls_21 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11713 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11725 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11734 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11738 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11739 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11741 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11743 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11744 , cls_21 , 0.5400 , 480.0000 , 33.2625 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11748 , cls_21 , 1.0800 , 840.0000 , 80.7994 , 777.7778 , 2.0000 , 1.1515 , 0.8683 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11755 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11756 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11760 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11761 , cls_21 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11769 , cls_21 , 1.9800 , 1440.0000 , 119.5817 , 727.2727 , 2.4000 , 1.1899 , 0.9082 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11775 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11791 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11793 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11795 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11796 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11797 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11799 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11802 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11807 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11809 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11813 , cls_21 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11817 , cls_21 , 1.9800 , 1500.0000 , 75.2595 , 757.5758 , 2.5000 , 1.1982 , 0.6704 , 0.4318 , 0.0900 , 1.0000 , 4.5455 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11822 , cls_21 , 1.2600 , 720.0000 , 60.1083 , 571.4286 , 1.5000 , 1.1000 , 0.7258 , 0.5119 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11825 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11831 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11841 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11843 , cls_21 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11844 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11848 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11850 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11852 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11855 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11861 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11867 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11878 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11879 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11880 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11882 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11887 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11894 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11899 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11908 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11910 , cls_21 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11911 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11918 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11920 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11926 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11943 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11944 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11946 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11950 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11960 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11965 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11974 , cls_21 , 3.7800 , 2640.0000 , 153.9515 , 698.4127 , 3.3846 , 1.2319 , 0.8636 , 0.4484 , 0.2700 , 2.0000 , 7.1429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11976 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11978 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11979 , cls_21 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11983 , cls_21 , 0.9000 , 720.0000 , 59.0159 , 800.0000 , 1.7143 , 1.1407 , 0.8128 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11990 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11991 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11993 , cls_21 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11998 , cls_21 , 0.6300 , 660.0000 , 44.3642 , 1047.6190 , 1.8333 , 1.1673 , 0.7215 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12004 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12005 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12006 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12008 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12012 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12027 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12028 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12029 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12032 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12042 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12044 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12046 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12050 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12054 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12069 , cls_21 , 2.7000 , 1620.0000 , 92.0011 , 600.0000 , 2.4545 , 1.1768 , 0.7642 , 0.5111 , 0.1800 , 1.0000 , 6.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12082 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12087 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12088 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12091 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12092 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12095 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12106 , cls_21 , 2.1600 , 1500.0000 , 106.7759 , 694.4444 , 2.5000 , 1.1877 , 0.8302 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12107 , cls_21 , 0.8100 , 600.0000 , 66.6667 , 740.7407 , 1.6667 , 1.1135 , 0.8603 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12109 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12114 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12115 , cls_21 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12119 , cls_21 , 0.8100 , 600.0000 , 59.4122 , 740.7407 , 1.6667 , 1.1135 , 0.8315 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12121 , cls_21 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12147 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12151 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12158 , cls_21 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12159 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12162 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12166 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12167 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12185 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12195 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12197 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 284.6050 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12205 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12210 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12212 , cls_21 , 0.9000 , 720.0000 , 41.2497 , 800.0000 , 1.7143 , 1.1407 , 0.5103 , 0.4333 , 0.0900 , 1.0000 , 10.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12214 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12215 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12216 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12231 , cls_21 , 0.4500 , 540.0000 , 37.6054 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12239 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12240 , cls_21 , 0.7200 , 720.0000 , 50.7728 , 1000.0000 , 2.0000 , 1.1693 , 0.8078 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12246 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12251 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12262 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12263 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12268 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12270 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12282 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12302 , cls_21 , 1.0800 , 900.0000 , 68.4450 , 833.3333 , 2.1429 , 1.1663 , 0.8441 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12309 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12320 , cls_21 , 0.9900 , 840.0000 , 52.9031 , 848.4848 , 2.0000 , 1.1624 , 0.7307 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12339 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12344 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12349 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12386 , cls_21 , 1.0800 , 720.0000 , 49.2021 , 666.6667 , 1.7143 , 1.1183 , 0.7062 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12395 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12408 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12421 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12424 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12432 , cls_21 , 2.0700 , 1560.0000 , 96.9023 , 753.6232 , 2.6000 , 1.2007 , 0.7980 , 0.4203 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12442 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12449 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12452 , cls_21 , 2.3400 , 1620.0000 , 176.4874 , 692.3077 , 2.4545 , 1.1936 , 0.9328 , 0.3718 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12454 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12455 , cls_21 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12460 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12467 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12468 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12471 , cls_21 , 1.5300 , 1260.0000 , 85.9148 , 823.5294 , 2.3333 , 1.1940 , 0.8268 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12475 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12502 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12504 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12506 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12511 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12517 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12526 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12528 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12538 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12543 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12546 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12582 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12590 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12592 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12599 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12600 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12609 , cls_21 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12611 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12613 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12620 , cls_21 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12624 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12625 , cls_21 , 2.0700 , 1440.0000 , 160.1229 , 695.6522 , 2.4000 , 1.1846 , 0.9284 , 0.3478 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12631 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12633 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12639 , cls_21 , 0.8100 , 660.0000 , 58.2150 , 814.8148 , 1.8333 , 1.1347 , 0.7838 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12640 , cls_21 , 0.6300 , 540.0000 , 51.8616 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12643 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12655 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12656 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12663 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12668 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12669 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12675 , cls_21 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12679 , cls_21 , 1.5300 , 1200.0000 , 112.3356 , 784.3137 , 2.2222 , 1.1839 , 0.9042 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12684 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12686 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12687 , cls_21 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12689 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12691 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12693 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12695 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12696 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12698 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12700 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12703 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12705 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12715 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12722 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12728 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12741 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12748 , cls_21 , 2.0700 , 1440.0000 , 172.1739 , 695.6522 , 2.4000 , 1.1846 , 0.9447 , 0.3188 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12750 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12752 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12753 , cls_21 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12754 , cls_21 , 1.4400 , 1020.0000 , 120.0000 , 708.3333 , 2.1250 , 1.1574 , 0.9207 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12755 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12757 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12759 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 360.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12779 , cls_21 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12784 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12786 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12788 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12790 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12792 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12794 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12796 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12800 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12802 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12805 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12850 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12851 , cls_21 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12876 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12928 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12931 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12932 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12935 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12949 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12982 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13002 , cls_21 , 1.5300 , 1320.0000 , 109.5593 , 862.7451 , 2.4444 , 1.2037 , 0.8804 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13009 , cls_21 , 4.6800 , 3420.0000 , 296.8150 , 730.7692 , 3.8000 , 1.2556 , 0.9596 , 0.4006 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13017 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13019 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13021 , cls_21 , 1.9800 , 1380.0000 , 71.9602 , 696.9697 , 2.3000 , 1.1813 , 0.7357 , 0.4621 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13078 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13079 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13080 , cls_21 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13082 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13102 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13114 , cls_21 , 2.2500 , 1680.0000 , 136.9514 , 746.6667 , 2.8000 , 1.2055 , 0.8960 , 0.3800 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13126 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13127 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13128 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13138 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13157 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13160 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13161 , cls_21 , 1.6200 , 1380.0000 , 78.1692 , 851.8519 , 2.5556 , 1.2058 , 0.7453 , 0.3426 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13166 , cls_21 , 4.2300 , 3300.0000 , 305.4315 , 780.1418 , 3.9286 , 1.2608 , 0.9615 , 0.3546 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13174 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13176 , cls_21 , 2.0700 , 1440.0000 , 168.3701 , 695.6522 , 2.4000 , 1.1846 , 0.9396 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13183 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 301.4963 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13187 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13191 , cls_21 , 1.3500 , 1020.0000 , 82.4432 , 755.5556 , 2.1250 , 1.1653 , 0.8472 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13194 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13204 , cls_21 , 1.3500 , 1020.0000 , 98.2154 , 755.5556 , 2.1250 , 1.1653 , 0.8927 , 0.3444 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13210 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13216 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13218 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13222 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13243 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13244 , cls_21 , 0.8100 , 660.0000 , 46.9525 , 814.8148 , 1.8333 , 1.1347 , 0.6630 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13248 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13261 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13263 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13276 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13278 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13286 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13288 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13291 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13295 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 474.3416 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13302 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13309 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13312 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13316 , cls_21 , 0.6300 , 480.0000 , 42.6470 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13321 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13322 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13325 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13337 , cls_21 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13341 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13351 , cls_21 , 0.6300 , 420.0000 , 35.6333 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13352 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13353 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13354 , cls_21 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13356 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13358 , cls_21 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13359 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13367 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13369 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13379 , cls_21 , 1.1700 , 780.0000 , 64.0144 , 666.6667 , 1.6250 , 1.1258 , 0.8294 , 0.4487 , 0.0900 , 1.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13382 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13386 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13392 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13394 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13396 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13400 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13401 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13408 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13418 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 339.4113 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13425 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13427 , cls_21 , 1.1700 , 720.0000 , 50.9604 , 615.3846 , 1.5000 , 1.1087 , 0.5963 , 0.5000 , 0.0900 , 1.0000 , 7.6923 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13430 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13431 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13435 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13445 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13447 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13448 , cls_21 , 1.0800 , 1020.0000 , 57.3039 , 944.4444 , 2.4286 , 1.1933 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13458 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13466 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13473 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13474 , cls_21 , 0.5400 , 600.0000 , 54.7381 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13479 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13481 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13482 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13493 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13495 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13500 , cls_21 , 1.3500 , 1080.0000 , 91.5558 , 800.0000 , 2.2500 , 1.1773 , 0.8835 , 0.3778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13508 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13510 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13511 , cls_21 , 2.0700 , 1440.0000 , 77.4162 , 695.6522 , 2.4000 , 1.1846 , 0.8021 , 0.4565 , 0.0900 , 1.0000 , 4.3478 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13513 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13518 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13526 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13527 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13531 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13535 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13542 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13544 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13548 , cls_21 , 0.8100 , 540.0000 , 44.7446 , 666.6667 , 1.5000 , 1.0901 , 0.7135 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13556 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13558 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13559 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13566 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13576 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13584 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13592 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13598 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13600 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13612 , cls_21 , 0.7200 , 480.0000 , 41.4596 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13618 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13623 , cls_21 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13627 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13639 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13649 , cls_21 , 0.6300 , 540.0000 , 42.2194 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13650 , cls_21 , 0.4500 , 480.0000 , 39.8827 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13654 , cls_21 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13660 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13669 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13674 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13676 , cls_21 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13677 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13678 , cls_21 , 1.0800 , 780.0000 , 64.5854 , 722.2222 , 1.8571 , 1.1355 , 0.7366 , 0.4306 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13679 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13693 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13694 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13698 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13704 , cls_21 , 1.0800 , 720.0000 , 72.0355 , 666.6667 , 1.7143 , 1.1183 , 0.8487 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13707 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13710 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13712 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13713 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13715 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13717 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13718 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13725 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13726 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13728 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13730 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13736 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13739 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13744 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13746 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13747 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13754 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13755 , cls_21 , 0.8100 , 660.0000 , 57.4189 , 814.8148 , 1.8333 , 1.1347 , 0.8024 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13761 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13765 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13774 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13777 , cls_21 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13781 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13783 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13787 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13790 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13792 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13803 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13808 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13810 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13814 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13816 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13819 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13840 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13851 , cls_21 , 0.8100 , 780.0000 , 62.7945 , 962.9630 , 2.1667 , 1.1718 , 0.8121 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13855 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13856 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13858 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13859 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13862 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13863 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13867 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13869 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13873 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 313.2092 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13874 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13877 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13880 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13882 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13887 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13889 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13892 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13893 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13897 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13906 , cls_21 , 2.9700 , 2400.0000 , 189.9826 , 808.0808 , 3.3333 , 1.2423 , 0.9407 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13908 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13910 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13914 , cls_21 , 0.5400 , 660.0000 , 45.8822 , 1222.2222 , 2.2000 , 1.1882 , 0.7613 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13922 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13924 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13925 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13929 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13930 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13943 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13949 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13950 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13952 , cls_21 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13959 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13966 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13979 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13980 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13981 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13983 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13984 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13985 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13986 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13992 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14008 , cls_21 , 0.6300 , 600.0000 , 56.2873 , 952.3810 , 1.6667 , 1.1455 , 0.8217 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14013 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14014 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14020 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14023 , cls_21 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14026 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14027 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14035 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14040 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14046 , cls_21 , 0.5400 , 480.0000 , 38.9881 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14047 , cls_21 , 1.4400 , 1020.0000 , 73.3694 , 708.3333 , 2.1250 , 1.1574 , 0.6866 , 0.3958 , 0.0900 , 1.0000 , 6.2500 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14054 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14057 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14060 , cls_21 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14063 , cls_21 , 0.6300 , 600.0000 , 46.3856 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14065 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14068 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14072 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14073 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14077 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14086 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14091 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14093 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14097 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14098 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14102 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14104 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14108 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14111 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14122 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14129 , cls_21 , 0.4500 , 480.0000 , 38.4853 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14130 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14132 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14134 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14136 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14141 , cls_21 , 0.7200 , 540.0000 , 47.4067 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14150 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14157 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14160 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14163 , cls_21 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14167 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14174 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14175 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14176 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14178 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14180 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14183 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14186 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14187 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14188 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14191 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14195 , cls_21 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14197 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14198 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14200 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14214 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14215 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14219 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14221 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14228 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14235 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14237 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14243 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14245 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14250 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14251 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14253 , cls_21 , 0.3600 , 480.0000 , 36.9061 , 1333.3333 , 2.0000 , 1.1693 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14261 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14263 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14265 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14269 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14270 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14278 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14283 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14285 , cls_21 , 0.5400 , 540.0000 , 36.6787 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14288 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14294 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14298 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14301 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14302 , cls_21 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14303 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14304 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14305 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14320 , cls_21 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14321 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14331 , cls_21 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14334 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14335 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14338 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14346 , cls_21 , 0.6300 , 540.0000 , 42.9246 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14347 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14354 , cls_21 , 0.8100 , 600.0000 , 55.4814 , 740.7407 , 1.6667 , 1.1135 , 0.8024 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14355 , cls_21 , 1.1700 , 840.0000 , 96.9231 , 717.9487 , 1.7500 , 1.1416 , 0.9026 , 0.3077 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14364 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14377 , cls_21 , 0.4500 , 540.0000 , 37.0110 , 1200.0000 , 1.8000 , 1.1663 , 0.6255 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14379 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14384 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14387 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14389 , cls_21 , 2.1600 , 1620.0000 , 135.4646 , 750.0000 , 2.7000 , 1.2031 , 0.9068 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14391 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14393 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14395 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14398 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14400 , cls_21 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14401 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14402 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14404 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14408 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14416 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14418 , cls_21 , 1.0800 , 1080.0000 , 55.6680 , 1000.0000 , 2.5714 , 1.2056 , 0.6273 , 0.2639 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14419 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14422 , cls_21 , 0.7200 , 780.0000 , 44.1966 , 1083.3333 , 2.1667 , 1.1874 , 0.7004 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14423 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14424 , cls_21 , 0.9000 , 660.0000 , 57.6407 , 733.3333 , 1.5714 , 1.1216 , 0.8041 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14425 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14426 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14427 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14428 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14429 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14431 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14434 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14441 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14443 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14445 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14446 , cls_21 , 2.1600 , 1560.0000 , 142.7718 , 722.2222 , 2.6000 , 1.1956 , 0.9174 , 0.4028 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14448 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14449 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14452 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14454 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14456 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14457 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14464 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14467 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14471 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14474 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14475 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14476 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14478 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14488 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14496 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14498 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14500 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14501 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14502 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14505 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14524 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14526 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14530 , cls_21 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14532 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14534 , cls_21 , 0.4500 , 480.0000 , 36.7251 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14537 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14543 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14544 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14547 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14548 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14549 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14553 , cls_21 , 3.1500 , 2100.0000 , 190.5028 , 666.6667 , 2.9167 , 1.2094 , 0.9318 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14555 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14558 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14561 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14563 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14564 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14571 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14572 , cls_21 , 1.4400 , 1020.0000 , 99.2654 , 708.3333 , 2.1250 , 1.1574 , 0.8502 , 0.3438 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14574 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14575 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14576 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14580 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14583 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14584 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14586 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14592 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14594 , cls_21 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14595 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14596 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14597 , cls_21 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14599 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14602 , cls_21 , 0.8100 , 660.0000 , 52.7889 , 814.8148 , 1.8333 , 1.1347 , 0.8121 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14603 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14605 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14608 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14617 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14618 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14619 , cls_21 , 0.7200 , 540.0000 , 44.2894 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14620 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14621 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14625 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14628 , cls_21 , 0.5400 , 480.0000 , 44.0739 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14629 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14630 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14636 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14640 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14646 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14647 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14649 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14662 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14663 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14672 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14678 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14679 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14681 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14688 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14692 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14700 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14701 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14709 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14715 , cls_21 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14717 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14721 , cls_21 , 1.0800 , 900.0000 , 75.2154 , 833.3333 , 2.1429 , 1.1663 , 0.8694 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14723 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14724 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14726 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14727 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14732 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14735 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14738 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14744 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14750 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14752 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14764 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14771 , cls_21 , 1.0800 , 780.0000 , 83.5070 , 722.2222 , 1.8571 , 1.1355 , 0.8778 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14773 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14776 , cls_21 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14778 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14786 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14789 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14790 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14793 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14796 , cls_21 , 1.0800 , 600.0000 , 54.2928 , 555.5556 , 1.4286 , 1.0790 , 0.7062 , 0.5278 , 0.0900 , 1.0000 , 8.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14801 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14811 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14812 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14814 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14815 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14817 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 256.3201 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14821 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14828 , cls_21 , 1.0800 , 900.0000 , 68.7794 , 833.3333 , 2.1429 , 1.1663 , 0.8302 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14830 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14837 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14839 , cls_21 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14841 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14855 , cls_21 , 0.6300 , 600.0000 , 49.5451 , 952.3810 , 1.6667 , 1.1455 , 0.7826 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14859 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14867 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14868 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14873 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14877 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14881 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14884 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14888 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14897 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14899 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14901 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14911 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14913 , cls_21 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14915 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14916 , cls_21 , 3.5100 , 2700.0000 , 141.5670 , 769.2308 , 3.4615 , 1.2449 , 0.8531 , 0.3718 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14924 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14926 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14928 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14933 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14934 , cls_21 , 4.2300 , 3180.0000 , 200.7573 , 751.7730 , 3.7857 , 1.2538 , 0.9120 , 0.3617 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14938 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14939 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14944 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14947 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14948 , cls_21 , 7.8300 , 3900.0000 , 150.1166 , 498.0843 , 3.4211 , 1.2216 , 0.7145 , 0.6015 , 1.6200 , 3.0000 , 20.6897 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14949 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14950 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14951 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14952 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14957 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14960 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14961 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14963 , cls_21 , 0.5400 , 480.0000 , 42.2327 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14968 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14977 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14985 , cls_21 , 0.5400 , 480.0000 , 42.4768 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14993 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14994 , cls_21 , 6.7500 , 5100.0000 , 330.9104 , 755.5556 , 4.7222 , 1.2861 , 0.9534 , 0.3822 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14996 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14997 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14999 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15008 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15009 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15014 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15016 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15017 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15021 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15025 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15026 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15037 , cls_21 , 0.7200 , 660.0000 , 63.6018 , 916.6667 , 1.8333 , 1.1497 , 0.8605 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15040 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15046 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15047 , cls_21 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15049 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15050 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15053 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15064 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15073 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15074 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15080 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15081 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15083 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15085 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15092 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15097 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15098 , cls_21 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15111 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 271.6616 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15121 , cls_21 , 0.6300 , 540.0000 , 40.0884 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15125 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15127 , cls_21 , 0.4500 , 480.0000 , 38.4853 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15132 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15134 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15140 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15145 , cls_21 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15149 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15152 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15155 , cls_21 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15156 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15163 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15165 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15181 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15184 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15187 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15188 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15192 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15194 , cls_21 , 0.8100 , 600.0000 , 39.0951 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.4259 , 0.0900 , 1.0000 , 11.1111 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15195 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15196 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15206 , cls_21 , 1.8900 , 1260.0000 , 97.3659 , 666.6667 , 2.1000 , 1.1684 , 0.8205 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15214 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15217 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15219 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15220 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15225 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15229 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15230 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15232 , cls_21 , 1.4400 , 1140.0000 , 84.1251 , 791.6667 , 2.3750 , 1.1807 , 0.8197 , 0.3438 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15234 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15235 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15237 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15243 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15252 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15256 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15262 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15266 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15267 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15269 , cls_21 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15271 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15276 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15279 , cls_21 , 0.9000 , 720.0000 , 60.8831 , 800.0000 , 1.7143 , 1.1407 , 0.8256 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15280 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15285 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15287 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15288 , cls_21 , 0.6300 , 480.0000 , 44.7920 , 761.9048 , 1.3333 , 1.0945 , 0.7591 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15289 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15297 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15303 , cls_21 , 1.0800 , 720.0000 , 53.8537 , 666.6667 , 1.7143 , 1.1183 , 0.7753 , 0.4444 , 0.0900 , 1.0000 , 8.3333 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15311 , cls_21 , 1.1700 , 1200.0000 , 103.9853 , 1025.6410 , 2.5000 , 1.2178 , 0.9172 , 0.2692 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15312 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15313 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15317 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15318 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15330 , cls_21 , 0.6300 , 480.0000 , 42.6470 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15333 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15336 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15337 , cls_21 , 0.8100 , 720.0000 , 58.8898 , 888.8889 , 2.0000 , 1.1540 , 0.7838 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15342 , cls_21 , 2.3400 , 1620.0000 , 120.5047 , 692.3077 , 2.4545 , 1.1936 , 0.8385 , 0.3718 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15344 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15346 , cls_21 , 0.8100 , 720.0000 , 56.6546 , 888.8889 , 2.0000 , 1.1540 , 0.7838 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15347 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15349 , cls_21 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15350 , cls_21 , 0.8100 , 660.0000 , 56.4174 , 814.8148 , 1.8333 , 1.1347 , 0.7838 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15351 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15352 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15356 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15360 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15362 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15368 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15372 , cls_21 , 2.3400 , 1680.0000 , 155.4942 , 717.9487 , 2.5455 , 1.2008 , 0.9324 , 0.3782 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15383 , cls_21 , 1.1700 , 900.0000 , 83.0268 , 769.2308 , 1.8750 , 1.1564 , 0.8727 , 0.3462 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15390 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15391 , cls_21 , 1.0800 , 780.0000 , 87.7692 , 722.2222 , 1.8571 , 1.1355 , 0.8778 , 0.3194 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15392 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15393 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15394 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15395 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15399 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15400 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15401 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15403 , cls_21 , 1.3500 , 960.0000 , 62.2855 , 711.1111 , 2.0000 , 1.1526 , 0.7419 , 0.4222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15405 , cls_21 , 1.0800 , 960.0000 , 82.8365 , 888.8889 , 2.2857 , 1.1802 , 0.8825 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15407 , cls_21 , 5.9400 , 3660.0000 , 144.9763 , 616.1616 , 3.5882 , 1.2407 , 0.8336 , 0.5101 , 0.3600 , 3.0000 , 6.0606 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15412 , cls_21 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15416 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15419 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15420 , cls_21 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15422 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15425 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15429 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15431 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15437 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15455 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15462 , cls_21 , 2.7900 , 1560.0000 , 108.1594 , 559.1398 , 2.1667 , 1.1657 , 0.7533 , 0.5484 , 0.3600 , 1.0000 , 12.9032 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15465 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15466 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15467 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15474 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15485 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15488 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15495 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15506 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15516 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15522 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15523 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15525 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15529 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15533 , cls_21 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15535 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15550 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15555 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 271.6616 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15567 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15569 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15570 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15573 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15574 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15575 , cls_21 , 2.6100 , 1740.0000 , 156.2677 , 666.6667 , 2.6364 , 1.1948 , 0.9199 , 0.4425 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15578 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15582 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15587 , cls_21 , 0.5400 , 480.0000 , 45.9276 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15594 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15595 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15599 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15600 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15601 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15603 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15611 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15627 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15628 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15640 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15647 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15648 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15656 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15673 , cls_21 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15674 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15683 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15686 , cls_21 , 1.0800 , 720.0000 , 46.1101 , 666.6667 , 1.7143 , 1.1183 , 0.6180 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15688 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15689 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15690 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15691 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15698 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15699 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15700 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15701 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15704 , cls_21 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15706 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15707 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15709 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15713 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15716 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15729 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15731 , cls_21 , 0.3600 , 480.0000 , 30.0000 , 1333.3333 , 2.0000 , 1.1693 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15732 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15734 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15736 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15742 , cls_21 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15744 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15745 , cls_21 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15762 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15763 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15776 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15781 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15783 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15786 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15789 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15795 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15797 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15798 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15800 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15803 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15810 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15813 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15814 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15818 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15823 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15826 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15828 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15830 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15832 , cls_21 , 1.5300 , 1200.0000 , 103.4928 , 784.3137 , 2.2222 , 1.1839 , 0.8537 , 0.3431 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15833 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15837 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15841 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15844 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15845 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15846 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15847 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15852 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15855 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15857 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15871 , cls_21 , 0.9900 , 960.0000 , 81.6187 , 969.6970 , 2.2857 , 1.1914 , 0.8923 , 0.2879 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15872 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15875 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15885 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15887 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15895 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15897 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15902 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15906 , cls_21 , 1.4400 , 1020.0000 , 71.4601 , 708.3333 , 2.1250 , 1.1574 , 0.7603 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15908 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15910 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15912 , cls_21 , 1.7100 , 1320.0000 , 97.4187 , 771.9298 , 2.4444 , 1.1899 , 0.8663 , 0.3947 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15918 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15921 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15922 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15926 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15933 , cls_21 , 0.8100 , 600.0000 , 59.4122 , 740.7407 , 1.6667 , 1.1135 , 0.8315 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15934 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15935 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15936 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15941 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15944 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15947 , cls_21 , 1.3500 , 960.0000 , 77.2270 , 711.1111 , 2.0000 , 1.1526 , 0.7419 , 0.3778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15948 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15949 , cls_21 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15954 , cls_21 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15956 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15965 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15967 , cls_21 , 0.7200 , 600.0000 , 55.4045 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15969 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15972 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15974 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15977 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15978 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15985 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15986 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15994 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15997 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15999 , cls_21 , 1.3500 , 1080.0000 , 89.8786 , 800.0000 , 2.2500 , 1.1773 , 0.8531 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16000 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16002 , cls_21 , 1.8000 , 1380.0000 , 99.4733 , 766.6667 , 2.5556 , 1.1928 , 0.8502 , 0.3583 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16007 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16008 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16010 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16012 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16014 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16017 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16018 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16021 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16022 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16027 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16031 , cls_21 , 2.7000 , 2400.0000 , 125.8263 , 888.8889 , 3.6364 , 1.2539 , 0.8361 , 0.3333 , 0.0900 , 1.0000 , 3.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16032 , cls_21 , 0.6300 , 540.0000 , 42.4750 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16036 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16038 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16039 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16041 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16043 , cls_21 , 0.8100 , 720.0000 , 48.4451 , 888.8889 , 2.0000 , 1.1540 , 0.7205 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16049 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16053 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16054 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16058 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16060 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16063 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16064 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16066 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16070 , cls_21 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16075 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16086 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16087 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16089 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16099 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16101 , cls_21 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16112 , cls_21 , 1.2600 , 900.0000 , 71.3009 , 714.2857 , 1.8750 , 1.1473 , 0.8286 , 0.3929 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16117 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16119 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16122 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16123 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16124 , cls_21 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16133 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16135 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16142 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16146 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16147 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16149 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16154 , cls_21 , 0.7200 , 660.0000 , 41.1177 , 916.6667 , 1.8333 , 1.1497 , 0.6082 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16161 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16162 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16163 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16169 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16170 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16174 , cls_21 , 0.7200 , 600.0000 , 53.3824 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16181 , cls_21 , 6.3000 , 3060.0000 , 129.3801 , 485.7143 , 3.0000 , 1.2017 , 0.7161 , 0.6214 , 1.7100 , 3.0000 , 27.1429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16186 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16190 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16196 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16198 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16199 , cls_21 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16215 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16216 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16223 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16229 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16235 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16237 , cls_21 , 5.1300 , 3240.0000 , 129.7451 , 631.5789 , 3.3750 , 1.2350 , 0.7417 , 0.4942 , 0.1800 , 2.0000 , 3.5088 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16239 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16241 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16242 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16248 , cls_21 , 0.9900 , 660.0000 , 52.6016 , 666.6667 , 1.5714 , 1.1100 , 0.7307 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16250 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16257 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16262 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16265 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16267 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16284 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16285 , cls_21 , 1.6200 , 1260.0000 , 112.9116 , 777.7778 , 2.3333 , 1.1870 , 0.9083 , 0.3426 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16304 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16313 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16314 , cls_21 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16316 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16318 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16332 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16343 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16350 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16354 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16358 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16360 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16361 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16364 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16366 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16367 , cls_21 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16371 , cls_21 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16377 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16380 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16385 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16386 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16391 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 305.9412 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16394 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16402 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16404 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16411 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16418 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16423 , cls_21 , 0.7200 , 420.0000 , 34.3237 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16424 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16427 , cls_21 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16449 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16472 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16475 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16478 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16486 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16489 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16490 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16501 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16502 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16503 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16512 , cls_21 , 0.9900 , 840.0000 , 74.6292 , 848.4848 , 2.0000 , 1.1624 , 0.8653 , 0.2727 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16515 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16516 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16518 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16520 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16522 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16525 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16527 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16531 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16544 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16548 , cls_21 , 0.9000 , 720.0000 , 55.2176 , 800.0000 , 1.7143 , 1.1407 , 0.7551 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16549 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16550 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16551 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16558 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16559 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16570 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16583 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16585 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16592 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16593 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16599 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16606 , cls_21 , 1.2600 , 1080.0000 , 95.3104 , 857.1429 , 2.2500 , 1.1859 , 0.8913 , 0.3214 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16615 , cls_21 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16616 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16618 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16619 , cls_21 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16620 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16626 , cls_21 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16627 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16637 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16651 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16657 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16658 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16661 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16663 , cls_21 , 1.5300 , 1260.0000 , 79.4553 , 823.5294 , 2.3333 , 1.1940 , 0.7958 , 0.3529 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16665 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16666 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16668 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16669 , cls_21 , 0.3600 , 480.0000 , 36.9061 , 1333.3333 , 2.0000 , 1.1693 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16675 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16677 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16680 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16685 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16687 , cls_21 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16688 , cls_21 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16692 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16693 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16698 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16703 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16707 , cls_21 , 0.9900 , 720.0000 , 63.9695 , 727.2727 , 1.7143 , 1.1289 , 0.7704 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16720 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16731 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16735 , cls_21 , 0.7200 , 660.0000 , 49.8014 , 916.6667 , 1.8333 , 1.1497 , 0.7736 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16740 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 305.9412 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16743 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16746 , cls_21 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16751 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16753 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16755 , cls_21 , 0.3600 , 420.0000 , 34.3237 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16764 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16768 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16770 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16776 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16777 , cls_21 , 1.1700 , 900.0000 , 54.9000 , 769.2308 , 1.8750 , 1.1564 , 0.6877 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16782 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16784 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16785 , cls_21 , 0.9900 , 660.0000 , 44.1938 , 666.6667 , 1.5714 , 1.1100 , 0.6888 , 0.5000 , 0.1800 , 1.0000 , 18.1818 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16786 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16790 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16792 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16793 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16805 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16809 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16812 , cls_21 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16814 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16816 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16818 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16819 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16822 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16824 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16830 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16832 , cls_21 , 0.3600 , 480.0000 , 34.3237 , 1333.3333 , 2.0000 , 1.1693 , 0.7170 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16837 , cls_21 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16839 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16840 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16841 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16844 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16851 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16854 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16863 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16879 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16883 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16884 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16888 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16889 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16893 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16894 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16898 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16900 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16901 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16915 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16917 , cls_21 , 0.4500 , 540.0000 , 39.2900 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16918 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16920 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16921 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16928 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16930 , cls_21 , 1.2600 , 900.0000 , 67.5418 , 714.2857 , 1.8750 , 1.1473 , 0.7826 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16940 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16941 , cls_21 , 0.8100 , 660.0000 , 65.1308 , 814.8148 , 1.8333 , 1.1347 , 0.8237 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16942 , cls_21 , 1.7100 , 960.0000 , 70.6342 , 561.4035 , 1.7778 , 1.1246 , 0.6976 , 0.5351 , 0.1800 , 2.0000 , 10.5263 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16950 , cls_21 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16963 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16968 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16970 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16976 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16983 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16989 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16991 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17000 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17003 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17005 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17006 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17011 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17017 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17032 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17033 , cls_21 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17034 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17035 , cls_21 , 0.9000 , 600.0000 , 49.8646 , 666.6667 , 1.4286 , 1.1006 , 0.7598 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17036 , cls_21 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17040 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17042 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17053 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17059 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17064 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17072 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17074 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17096 , cls_21 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17098 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17100 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17108 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17112 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17119 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17124 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17126 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17127 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17131 , cls_21 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17140 , cls_21 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 46 , cls_22 , 1.0800 , 1020.0000 , 89.5863 , 944.4444 , 2.4286 , 1.1933 , 0.8975 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 69 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 118 , cls_22 , 3.3300 , 2460.0000 , 221.2165 , 738.7387 , 3.1538 , 1.2333 , 0.9460 , 0.3964 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 130 , cls_22 , 1.1700 , 840.0000 , 72.7943 , 717.9487 , 1.7500 , 1.1416 , 0.7981 , 0.4103 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 134 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 137 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 139 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 155 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 167 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 168 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 177 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 195 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 198 , cls_22 , 0.7200 , 600.0000 , 50.3737 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 219 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 241 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 244 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 249 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 253 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 275 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 277 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 305 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 315 , cls_22 , 2.2500 , 1920.0000 , 93.9640 , 853.3333 , 3.2000 , 1.2321 , 0.7864 , 0.3600 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 326 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 329 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 332 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 358 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 368 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 373 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 376 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 381 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 383 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 388 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 392 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 395 , cls_22 , 0.5400 , 540.0000 , 43.2414 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 403 , cls_22 , 0.6300 , 600.0000 , 47.1590 , 952.3810 , 1.6667 , 1.1455 , 0.8286 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 418 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 420 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 422 , cls_22 , 1.3500 , 1080.0000 , 84.2263 , 800.0000 , 2.2500 , 1.1773 , 0.8606 , 0.3556 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 433 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 437 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 441 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 443 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 445 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 452 , cls_22 , 1.2600 , 1020.0000 , 88.9827 , 809.5238 , 2.1250 , 1.1738 , 0.8865 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 457 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 460 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 461 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 470 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 472 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 750.5998 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 487 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 492 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 513 , cls_22 , 8.2800 , 4920.0000 , 170.5296 , 594.2029 , 4.1000 , 1.2566 , 0.7680 , 0.5181 , 0.7200 , 4.0000 , 8.6957 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 534 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 539 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 546 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 547 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 556 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 557 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 566 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 581 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 592 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 421.0701 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 596 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 601 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 615 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 616 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 618 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 645 , cls_22 , 0.3600 , 480.0000 , 42.4264 , 1333.3333 , 2.0000 , 1.1693 , 0.8408 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 649 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 657 , cls_22 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 661 , cls_22 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 663 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 664 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 673 , cls_22 , 6.0300 , 3660.0000 , 145.4682 , 606.9652 , 3.5882 , 1.2390 , 0.7949 , 0.5299 , 0.6300 , 3.0000 , 10.4478 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 676 , cls_22 , 4.0500 , 2640.0000 , 119.9509 , 651.8519 , 3.1429 , 1.2239 , 0.6903 , 0.4741 , 0.4500 , 2.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 677 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 700 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 313.2092 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 708 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 741 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 744 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 746 , cls_22 , 0.9900 , 840.0000 , 67.7454 , 848.4848 , 2.0000 , 1.1624 , 0.8081 , 0.2879 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 788 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 795 , cls_22 , 2.3400 , 1620.0000 , 98.7962 , 692.3077 , 2.4545 , 1.1936 , 0.8502 , 0.4359 , 0.1800 , 1.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 800 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 810 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 828 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 844 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 859 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 876 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 881 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 889 , cls_22 , 1.0800 , 960.0000 , 51.1502 , 888.8889 , 2.2857 , 1.1802 , 0.6180 , 0.3750 , 0.0900 , 1.0000 , 8.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 893 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 908 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 914 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 918 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 924 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 930 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 932 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 935 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 943 , cls_22 , 0.8100 , 660.0000 , 60.4682 , 814.8148 , 1.8333 , 1.1347 , 0.8430 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 945 , cls_22 , 1.8000 , 1380.0000 , 87.9421 , 766.6667 , 2.5556 , 1.1928 , 0.8041 , 0.4083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 947 , cls_22 , 0.5400 , 420.0000 , 30.7844 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 953 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 958 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 963 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 967 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 985 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 995 , cls_22 , 0.8100 , 720.0000 , 70.1049 , 888.8889 , 2.0000 , 1.1540 , 0.8568 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1010 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1022 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1023 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1030 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1038 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1040 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1042 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1043 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1047 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1080 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1085 , cls_22 , 1.1700 , 1080.0000 , 63.5559 , 923.0769 , 2.2500 , 1.1953 , 0.7286 , 0.2821 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1087 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1099 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1105 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1110 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1115 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1123 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1139 , cls_22 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1147 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1150 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1153 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1156 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1158 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1161 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1165 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1167 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1169 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1171 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1173 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1175 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1178 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1189 , cls_22 , 44.8200 , 23880.0000 , 386.4278 , 532.7979 , 8.8444 , 1.3363 , 0.7764 , 0.5847 , 6.2100 , 19.0000 , 13.8554 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1194 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1201 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1235 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1237 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1239 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1248 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1263 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1267 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1269 , cls_22 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1271 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1276 , cls_22 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1278 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1284 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1300 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1305 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1307 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1312 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1315 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1327 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1332 , cls_22 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1334 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1336 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1337 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1339 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1345 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1347 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1355 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1357 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1366 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1373 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1380 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 379.4733 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1388 , cls_22 , 0.5400 , 600.0000 , 52.0372 , 1111.1111 , 2.0000 , 1.1661 , 0.8531 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1398 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1399 , cls_22 , 2.1600 , 1680.0000 , 152.2005 , 777.7778 , 2.8000 , 1.2104 , 0.9255 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1407 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1421 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1438 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1439 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1466 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1469 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1470 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1475 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1510 , cls_22 , 0.4500 , 480.0000 , 42.1516 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1524 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1525 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1528 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1550 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1556 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1561 , cls_22 , 0.8100 , 720.0000 , 52.8557 , 888.8889 , 2.0000 , 1.1540 , 0.7708 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1586 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1587 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1599 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1619 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1631 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1633 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1641 , cls_22 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1649 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1654 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1655 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1660 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1685 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1703 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1706 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1723 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1730 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1732 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1741 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1759 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1783 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1784 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 342.0526 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1789 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1791 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1793 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1806 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1817 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1821 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1828 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1834 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1838 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 394.5884 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1847 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1853 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1879 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1900 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1905 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1908 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1937 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1955 , cls_22 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1964 , cls_22 , 0.9900 , 720.0000 , 52.1590 , 727.2727 , 1.7143 , 1.1289 , 0.7357 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1970 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1975 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 408.0441 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2016 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2022 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2065 , cls_22 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2084 , cls_22 , 15.2100 , 9000.0000 , 297.4232 , 591.7160 , 5.7692 , 1.2937 , 0.8371 , 0.5256 , 1.2600 , 7.0000 , 8.2840 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2104 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2132 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2133 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2147 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2166 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2167 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2172 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 324.4996 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2174 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2212 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2218 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2228 , cls_22 , 0.9900 , 1080.0000 , 97.7304 , 1090.9091 , 2.5714 , 1.2170 , 0.9146 , 0.2121 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2229 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2236 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2241 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2271 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2275 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2286 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2292 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2293 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2304 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2310 , cls_22 , 7.2000 , 4980.0000 , 178.7880 , 691.6667 , 4.6111 , 1.2744 , 0.7648 , 0.4604 , 0.1800 , 1.0000 , 2.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2314 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2321 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2331 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2335 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2352 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2375 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2385 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2390 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2392 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2404 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2413 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2448 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2450 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2459 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2475 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2483 , cls_22 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2485 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2487 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2494 , cls_22 , 2.7000 , 2280.0000 , 155.9252 , 844.4444 , 3.4545 , 1.2438 , 0.8870 , 0.3389 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2496 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 258.0698 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2518 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2519 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2521 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2524 , cls_22 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2542 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2554 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2568 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2569 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2574 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2593 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 664.0783 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2625 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2626 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2627 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2636 , cls_22 , 8.8200 , 5340.0000 , 168.2039 , 605.4422 , 4.4500 , 1.2640 , 0.7605 , 0.5476 , 1.1700 , 4.0000 , 13.2653 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2649 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2650 , cls_22 , 0.6300 , 480.0000 , 44.7920 , 761.9048 , 1.3333 , 1.0945 , 0.7591 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2665 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2669 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2677 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2680 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2684 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2693 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2700 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2706 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2718 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2720 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2725 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2739 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2746 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2754 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2764 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2767 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2769 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2772 , cls_22 , 0.5400 , 540.0000 , 41.2399 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2787 , cls_22 , 0.5400 , 540.0000 , 43.2414 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2803 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2805 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2809 , cls_22 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2820 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 301.4963 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2830 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2839 , cls_22 , 9.3600 , 6540.0000 , 181.6520 , 698.7179 , 5.1905 , 1.2928 , 0.7378 , 0.4647 , 0.0900 , 1.0000 , 0.9615 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2844 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2859 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2872 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2880 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2888 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2890 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2903 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 271.6616 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2915 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2917 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2918 , cls_22 , 2.8800 , 2400.0000 , 123.3718 , 833.3333 , 3.3333 , 1.2460 , 0.8822 , 0.3698 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2921 , cls_22 , 0.7200 , 780.0000 , 53.8961 , 1083.3333 , 2.1667 , 1.1874 , 0.8078 , 0.2292 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2923 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2930 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2933 , cls_22 , 0.8100 , 840.0000 , 74.4670 , 1037.0370 , 2.3333 , 1.1883 , 0.8854 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2934 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2946 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2967 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2971 , cls_22 , 0.7200 , 600.0000 , 51.1940 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2973 , cls_22 , 0.5400 , 540.0000 , 38.6938 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2975 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2989 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2993 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2998 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3004 , cls_22 , 5.3100 , 3900.0000 , 127.1721 , 734.4633 , 4.0625 , 1.2652 , 0.6883 , 0.4435 , 0.1800 , 2.0000 , 3.3898 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3006 , cls_22 , 0.9000 , 780.0000 , 63.5162 , 866.6667 , 1.8571 , 1.1583 , 0.7805 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3008 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3016 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3023 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3024 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3032 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3035 , cls_22 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3040 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3042 , cls_22 , 1.9800 , 1500.0000 , 78.3044 , 757.5758 , 2.5000 , 1.1982 , 0.7227 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3054 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3077 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3079 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3089 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 402.4922 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3107 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3116 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3121 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3126 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3137 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3139 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3142 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3147 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3150 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3155 , cls_22 , 0.5400 , 480.0000 , 32.3607 , 888.8889 , 1.6000 , 1.1141 , 0.4123 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3156 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3168 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3172 , cls_22 , 2.2500 , 2100.0000 , 186.0064 , 933.3333 , 3.5000 , 1.2500 , 0.9420 , 0.3133 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3174 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3176 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3181 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3185 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3191 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3192 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3205 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3208 , cls_22 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3212 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3213 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3222 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3228 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3230 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3238 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3239 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3240 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3241 , cls_22 , 1.1700 , 960.0000 , 73.4944 , 820.5128 , 2.0000 , 1.1702 , 0.8535 , 0.3846 , 0.0900 , 1.0000 , 7.6923 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3243 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3247 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3250 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3265 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3269 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3275 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3292 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3297 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3299 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3304 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3307 , cls_22 , 0.4500 , 540.0000 , 45.2808 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3327 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3333 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3334 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3359 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3366 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3372 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3373 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3375 , cls_22 , 0.4500 , 480.0000 , 32.2893 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3378 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3380 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3381 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3399 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3401 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3410 , cls_22 , 0.7200 , 480.0000 , 34.5635 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3411 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3412 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3426 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3446 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3448 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3450 , cls_22 , 5.7600 , 3420.0000 , 156.9484 , 593.7500 , 3.5625 , 1.2318 , 0.8217 , 0.5208 , 0.9000 , 3.0000 , 15.6250 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3452 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3454 , cls_22 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3455 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3458 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3466 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3467 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3469 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3474 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3478 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3488 , cls_22 , 0.4500 , 480.0000 , 38.8328 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3510 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3513 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3517 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3522 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3528 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3534 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3540 , cls_22 , 2.4300 , 2400.0000 , 132.6154 , 987.6543 , 3.6364 , 1.2669 , 0.8810 , 0.2716 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3546 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3547 , cls_22 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3552 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3563 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3565 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3567 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3574 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3576 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3580 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3581 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3586 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3590 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3595 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3596 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3602 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3619 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3623 , cls_22 , 1.1700 , 900.0000 , 58.5112 , 769.2308 , 1.8750 , 1.1564 , 0.6322 , 0.4103 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3628 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3647 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3650 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3654 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3658 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3659 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3666 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3677 , cls_22 , 0.8100 , 840.0000 , 63.5112 , 1037.0370 , 2.3333 , 1.1883 , 0.8451 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3681 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3689 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3694 , cls_22 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3695 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3706 , cls_22 , 1.5300 , 1320.0000 , 69.9576 , 862.7451 , 2.4444 , 1.2037 , 0.7294 , 0.3431 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3708 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3713 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3715 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3717 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3720 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3723 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3738 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3744 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3763 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3765 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3770 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3786 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3796 , cls_22 , 0.9000 , 780.0000 , 54.1994 , 866.6667 , 1.8571 , 1.1583 , 0.7551 , 0.3667 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3808 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3817 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3823 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3825 , cls_22 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3826 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3829 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3835 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3836 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3842 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3863 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3871 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 258.0698 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3872 , cls_22 , 0.8100 , 720.0000 , 68.9071 , 888.8889 , 2.0000 , 1.1540 , 0.8568 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3873 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3878 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3891 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3898 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3901 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3903 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3911 , cls_22 , 0.9000 , 840.0000 , 50.3714 , 933.3333 , 2.0000 , 1.1745 , 0.6817 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3916 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3921 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3922 , cls_22 , 0.8100 , 660.0000 , 58.4577 , 814.8148 , 1.8333 , 1.1347 , 0.8315 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3929 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3956 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3961 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3964 , cls_22 , 0.5400 , 600.0000 , 38.6938 , 1111.1111 , 2.0000 , 1.1661 , 0.6180 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3968 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3971 , cls_22 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3977 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3978 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4015 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4022 , cls_22 , 2.1600 , 1680.0000 , 119.2714 , 777.7778 , 2.8000 , 1.2104 , 0.9024 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4029 , cls_22 , 1.4400 , 1320.0000 , 108.4681 , 916.6667 , 2.7500 , 1.2113 , 0.8950 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4033 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4034 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4037 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4040 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4041 , cls_22 , 0.6300 , 720.0000 , 55.2925 , 1142.8571 , 2.0000 , 1.1872 , 0.8539 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4043 , cls_22 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4045 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4054 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4058 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4059 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4066 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4067 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4073 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4087 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4090 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4092 , cls_22 , 0.9900 , 720.0000 , 53.7086 , 727.2727 , 1.7143 , 1.1289 , 0.7585 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4112 , cls_22 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4116 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4132 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4152 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4154 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4156 , cls_22 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4157 , cls_22 , 0.5400 , 600.0000 , 51.0785 , 1111.1111 , 2.0000 , 1.1661 , 0.8090 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4162 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4164 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4165 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4169 , cls_22 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4178 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4189 , cls_22 , 1.4400 , 1020.0000 , 66.5453 , 708.3333 , 2.1250 , 1.1574 , 0.7516 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4190 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4192 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4208 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4212 , cls_22 , 0.8100 , 840.0000 , 67.2373 , 1037.0370 , 2.3333 , 1.1883 , 0.8024 , 0.2407 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4222 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4232 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4235 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4240 , cls_22 , 16.0200 , 8160.0000 , 217.2765 , 509.3633 , 5.0370 , 1.2718 , 0.7305 , 0.5871 , 2.5200 , 8.0000 , 15.7303 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4241 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4258 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4260 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4271 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4277 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4280 , cls_22 , 0.5400 , 420.0000 , 33.7008 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4290 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4303 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4316 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 308.8689 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4318 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4322 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4330 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4342 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4344 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4347 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4355 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4361 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4364 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4365 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4375 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4380 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4396 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4403 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4407 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4411 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4446 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4453 , cls_22 , 2.0700 , 1500.0000 , 77.7952 , 724.6377 , 2.5000 , 1.1928 , 0.7497 , 0.4638 , 0.1800 , 1.0000 , 8.6957 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4468 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4472 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4477 , cls_22 , 1.5300 , 1080.0000 , 91.1197 , 705.8824 , 2.0000 , 1.1620 , 0.8664 , 0.4412 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4480 , cls_22 , 1.3500 , 1260.0000 , 90.6776 , 933.3333 , 2.6250 , 1.2097 , 0.8692 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4487 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4508 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4514 , cls_22 , 0.8100 , 540.0000 , 46.3528 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4522 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4524 , cls_22 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4529 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4542 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4545 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4549 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4552 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4573 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4587 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4588 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4602 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4614 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4637 , cls_22 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4640 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4644 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4646 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4653 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4659 , cls_22 , 0.5400 , 480.0000 , 39.6040 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4674 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4675 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4696 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4724 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4733 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4744 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4749 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4752 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4759 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4762 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4770 , cls_22 , 0.6300 , 600.0000 , 55.5318 , 952.3810 , 1.6667 , 1.1455 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4772 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4776 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4788 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4791 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4797 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4808 , cls_22 , 0.7200 , 540.0000 , 44.2740 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4814 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4828 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4840 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4856 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4865 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4876 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4884 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4892 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4894 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4899 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4900 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4926 , cls_22 , 1.5300 , 1320.0000 , 84.1740 , 862.7451 , 2.4444 , 1.2037 , 0.8014 , 0.3235 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4940 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4941 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4944 , cls_22 , 0.8100 , 660.0000 , 59.1292 , 814.8148 , 1.8333 , 1.1347 , 0.8237 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4950 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4952 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4985 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 655.2099 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4987 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4991 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5004 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5036 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5045 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5055 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5065 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5071 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5074 , cls_22 , 6.6600 , 4860.0000 , 167.2001 , 729.7297 , 4.5000 , 1.2790 , 0.7943 , 0.4459 , 0.5400 , 4.0000 , 8.1081 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5080 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5087 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5093 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5095 , cls_22 , 0.5400 , 540.0000 , 40.7385 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5102 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5120 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5137 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5149 , cls_22 , 0.6300 , 480.0000 , 33.5504 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5156 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5159 , cls_22 , 0.3600 , 420.0000 , 34.3237 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5161 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5174 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5183 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5186 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5205 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5220 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5225 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5239 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5244 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5246 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5256 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5273 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5297 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5303 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5315 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5321 , cls_22 , 0.7200 , 900.0000 , 60.2063 , 1250.0000 , 2.5000 , 1.2196 , 0.7736 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5323 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5327 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5331 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5341 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5354 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5356 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5368 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5373 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5377 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5383 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5384 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5385 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5390 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5404 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5406 , cls_22 , 0.6300 , 540.0000 , 34.9985 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5411 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5414 , cls_22 , 0.4500 , 540.0000 , 45.2808 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5417 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5422 , cls_22 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5427 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5433 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5435 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5459 , cls_22 , 1.5300 , 960.0000 , 77.4934 , 627.4510 , 1.7778 , 1.1376 , 0.8420 , 0.4706 , 0.0900 , 1.0000 , 5.8824 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5463 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5469 , cls_22 , 0.7200 , 540.0000 , 43.2233 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5471 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5474 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5483 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5498 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5517 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5521 , cls_22 , 0.8100 , 660.0000 , 58.8222 , 814.8148 , 1.8333 , 1.1347 , 0.8121 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5535 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5540 , cls_22 , 1.0800 , 660.0000 , 53.6188 , 611.1111 , 1.5714 , 1.0996 , 0.7062 , 0.4861 , 0.0900 , 1.0000 , 8.3333 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5543 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5563 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 284.6050 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5579 , cls_22 , 0.4500 , 540.0000 , 39.2900 , 1200.0000 , 1.8000 , 1.1663 , 0.7453 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5583 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5597 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5599 , cls_22 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5613 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5627 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5634 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5641 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5659 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5660 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5663 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5674 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5677 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5688 , cls_22 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5689 , cls_22 , 1.0800 , 840.0000 , 73.3355 , 777.7778 , 2.0000 , 1.1515 , 0.8202 , 0.4167 , 0.0900 , 1.0000 , 8.3333 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5690 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5692 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5693 , cls_22 , 0.9000 , 780.0000 , 74.6838 , 866.6667 , 1.8571 , 1.1583 , 0.8569 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5695 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5696 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5698 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5703 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5727 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5732 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5750 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5754 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5764 , cls_22 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5766 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5772 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5778 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5779 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5792 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5795 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5799 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5808 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5813 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5817 , cls_22 , 0.8100 , 720.0000 , 62.1953 , 888.8889 , 2.0000 , 1.1540 , 0.8451 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5819 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5826 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5836 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 390.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5860 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5862 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5863 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5865 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5867 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5896 , cls_22 , 0.5400 , 540.0000 , 48.0664 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5897 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5903 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5921 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5923 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5926 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5927 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5931 , cls_22 , 1.7100 , 1440.0000 , 122.6493 , 842.1053 , 2.6667 , 1.2078 , 0.8962 , 0.3421 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5932 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5936 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5944 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5946 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5948 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5954 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5956 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5962 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5977 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5979 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5997 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6000 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6004 , cls_22 , 3.1500 , 2220.0000 , 176.9610 , 704.7619 , 3.0833 , 1.2201 , 0.9248 , 0.4333 , 0.0900 , 1.0000 , 2.8571 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6006 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6007 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6012 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 390.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6017 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6020 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6022 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6036 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6042 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6044 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6049 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6062 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6066 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6078 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6095 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6096 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6097 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6112 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6117 , cls_22 , 3.8700 , 2820.0000 , 122.1054 , 728.6822 , 3.3571 , 1.2417 , 0.8289 , 0.4612 , 0.2700 , 2.0000 , 6.9767 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6121 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 308.8689 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6124 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6125 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6130 , cls_22 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6136 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6149 , cls_22 , 0.9000 , 780.0000 , 56.8083 , 866.6667 , 1.8571 , 1.1583 , 0.7805 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6167 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6168 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6178 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6179 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6189 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6193 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6194 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6207 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6219 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6248 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6265 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6274 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6284 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6285 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6291 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6297 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6302 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6308 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6313 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6329 , cls_22 , 0.7200 , 660.0000 , 61.7356 , 916.6667 , 1.8333 , 1.1497 , 0.8433 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6334 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 296.9848 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6347 , cls_22 , 1.0800 , 600.0000 , 42.2138 , 555.5556 , 1.4286 , 1.0790 , 0.4731 , 0.5556 , 0.1800 , 1.0000 , 16.6667 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6350 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6362 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6382 , cls_22 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6386 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6387 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6390 , cls_22 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6391 , cls_22 , 4.1400 , 2460.0000 , 143.0438 , 594.2029 , 2.9286 , 1.2081 , 0.8262 , 0.5254 , 0.3600 , 4.0000 , 8.6957 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6398 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6399 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6400 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6403 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6405 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6412 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6413 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6435 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6438 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6441 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6442 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6458 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6461 , cls_22 , 2.3400 , 1380.0000 , 70.6951 , 589.7436 , 2.0909 , 1.1617 , 0.7170 , 0.5385 , 0.4500 , 1.0000 , 19.2308 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6478 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6488 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6489 , cls_22 , 1.0800 , 960.0000 , 68.5620 , 888.8889 , 2.2857 , 1.1802 , 0.7649 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6515 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6517 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6539 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6541 , cls_22 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6550 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 301.4963 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6553 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6556 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6577 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6588 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6608 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6612 , cls_22 , 0.6300 , 480.0000 , 40.1677 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6625 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6649 , cls_22 , 1.3500 , 1080.0000 , 70.1300 , 800.0000 , 2.2500 , 1.1773 , 0.7384 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6668 , cls_22 , 0.6300 , 540.0000 , 55.0296 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6679 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6683 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6684 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6688 , cls_22 , 2.6100 , 1740.0000 , 167.7111 , 666.6667 , 2.6364 , 1.1948 , 0.9192 , 0.4080 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6691 , cls_22 , 1.4400 , 1140.0000 , 68.1227 , 791.6667 , 2.3750 , 1.1807 , 0.6488 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6695 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6706 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 648.9992 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6716 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6718 , cls_22 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6722 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6740 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6743 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6747 , cls_22 , 0.9000 , 960.0000 , 60.2050 , 1066.6667 , 2.2857 , 1.2039 , 0.7598 , 0.2167 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6750 , cls_22 , 2.9700 , 2160.0000 , 113.4020 , 727.2727 , 3.0000 , 1.2218 , 0.8278 , 0.4495 , 0.1800 , 1.0000 , 6.0606 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6753 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6755 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6756 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6769 , cls_22 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6772 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6797 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6803 , cls_22 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6805 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6818 , cls_22 , 0.3600 , 480.0000 , 36.9061 , 1333.3333 , 2.0000 , 1.1693 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6820 , cls_22 , 0.9000 , 780.0000 , 52.5259 , 866.6667 , 1.8571 , 1.1583 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6825 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6834 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6835 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6836 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6846 , cls_22 , 3.1500 , 1440.0000 , 108.2743 , 457.1429 , 2.0000 , 1.1366 , 0.7379 , 0.5952 , 0.4500 , 4.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6854 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6860 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6866 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6867 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6868 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6908 , cls_22 , 22.7700 , 14040.0000 , 360.4747 , 616.6008 , 7.3125 , 1.3235 , 0.8782 , 0.5112 , 1.8900 , 10.0000 , 8.3004 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6914 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6962 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6973 , cls_22 , 2.3400 , 1620.0000 , 137.0017 , 692.3077 , 2.4545 , 1.1936 , 0.9174 , 0.3718 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6975 , cls_22 , 1.4400 , 960.0000 , 56.7658 , 666.6667 , 2.0000 , 1.1448 , 0.6082 , 0.4792 , 0.0900 , 1.0000 , 6.2500 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6978 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6980 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6982 , cls_22 , 1.8000 , 1140.0000 , 109.2994 , 633.3333 , 2.1111 , 1.1538 , 0.8623 , 0.4250 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6985 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7000 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7001 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7004 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7008 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7019 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7021 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7030 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7033 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7036 , cls_22 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7057 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7066 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7067 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7068 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7077 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7085 , cls_22 , 1.5300 , 1260.0000 , 121.7095 , 823.5294 , 2.3333 , 1.1940 , 0.9158 , 0.2941 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7089 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7090 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7091 , cls_22 , 0.7200 , 540.0000 , 52.8930 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7092 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7098 , cls_22 , 0.8100 , 600.0000 , 38.0968 , 740.7407 , 1.6667 , 1.1135 , 0.5416 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7099 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7106 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7113 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7115 , cls_22 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7121 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7131 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7143 , cls_22 , 1.9800 , 1380.0000 , 87.6290 , 696.9697 , 2.3000 , 1.1813 , 0.8578 , 0.4394 , 0.1800 , 1.0000 , 9.0909 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7149 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7150 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7161 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7168 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7180 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7183 , cls_22 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7188 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7200 , cls_22 , 0.5400 , 540.0000 , 46.3987 , 1000.0000 , 1.8000 , 1.1415 , 0.8137 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7234 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7238 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7247 , cls_22 , 7.2000 , 5340.0000 , 159.8063 , 741.6667 , 4.9444 , 1.2869 , 0.7983 , 0.4438 , 0.2700 , 3.0000 , 3.7500 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7254 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7270 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7278 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7286 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7288 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7293 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7303 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7306 , cls_22 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7308 , cls_22 , 3.4200 , 2160.0000 , 174.1318 , 631.5789 , 2.7692 , 1.2053 , 0.9344 , 0.4254 , 0.0900 , 1.0000 , 2.6316 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7318 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7326 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7329 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7341 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7358 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7366 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7377 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7382 , cls_22 , 0.9900 , 900.0000 , 49.9777 , 909.0909 , 2.1429 , 1.1774 , 0.6498 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7383 , cls_22 , 2.0700 , 1560.0000 , 101.2456 , 753.6232 , 2.6000 , 1.2007 , 0.8483 , 0.4130 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7385 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7401 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7404 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7413 , cls_22 , 0.7200 , 480.0000 , 36.1255 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4583 , 0.0900 , 1.0000 , 12.5000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7426 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7430 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7433 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7436 , cls_22 , 1.4400 , 1200.0000 , 122.2304 , 833.3333 , 2.5000 , 1.1914 , 0.9185 , 0.2812 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7443 , cls_22 , 0.9000 , 720.0000 , 66.4828 , 800.0000 , 1.7143 , 1.1407 , 0.8502 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7444 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7465 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7472 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7474 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7477 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7487 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7488 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7532 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7536 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7540 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7544 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7554 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7558 , cls_22 , 1.3500 , 1020.0000 , 89.8360 , 755.5556 , 2.1250 , 1.1653 , 0.8596 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7575 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7580 , cls_22 , 0.8100 , 780.0000 , 64.2256 , 962.9630 , 2.1667 , 1.1718 , 0.8451 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7585 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7592 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7602 , cls_22 , 0.6300 , 660.0000 , 55.9989 , 1047.6190 , 1.8333 , 1.1673 , 0.8019 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7616 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7621 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7622 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7625 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7626 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7630 , cls_22 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7633 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7634 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7649 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7659 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7660 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7663 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7671 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7674 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7676 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7678 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7685 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7686 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7700 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7703 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7708 , cls_22 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7725 , cls_22 , 0.5400 , 420.0000 , 36.1803 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7728 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7730 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7734 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7735 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7736 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7740 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7744 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7747 , cls_22 , 0.8100 , 600.0000 , 55.9770 , 740.7407 , 1.6667 , 1.1135 , 0.8024 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7748 , cls_22 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7757 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7761 , cls_22 , 0.9000 , 840.0000 , 60.2528 , 933.3333 , 2.0000 , 1.1745 , 0.7805 , 0.2833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7787 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7792 , cls_22 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7798 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7801 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7804 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7826 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7828 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7833 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7835 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7841 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7848 , cls_22 , 0.9000 , 540.0000 , 43.7772 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7850 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7855 , cls_22 , 0.6300 , 600.0000 , 48.8171 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7857 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7871 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7881 , cls_22 , 2.8800 , 2220.0000 , 116.1455 , 770.8333 , 3.0833 , 1.2308 , 0.8156 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7889 , cls_22 , 3.5100 , 1980.0000 , 97.7093 , 564.1026 , 2.5385 , 1.1857 , 0.6645 , 0.5513 , 0.5400 , 3.0000 , 15.3846 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7890 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7892 , cls_22 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7896 , cls_22 , 1.8900 , 1560.0000 , 116.2035 , 825.3968 , 2.6000 , 1.2118 , 0.8370 , 0.3413 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7897 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7898 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7908 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7914 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7919 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7921 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7927 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7930 , cls_22 , 1.3500 , 1080.0000 , 66.7704 , 800.0000 , 2.2500 , 1.1773 , 0.7062 , 0.3778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7933 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7934 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7939 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7965 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7982 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7983 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7997 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7998 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8005 , cls_22 , 0.8100 , 660.0000 , 54.9331 , 814.8148 , 1.8333 , 1.1347 , 0.7838 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8006 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8012 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8017 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8023 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8027 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8038 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8053 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8057 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8058 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8059 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8062 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8064 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8070 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8083 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8085 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8087 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8092 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8093 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8095 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8104 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8115 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8124 , cls_22 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8126 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8131 , cls_22 , 0.6300 , 480.0000 , 34.7434 , 761.9048 , 1.3333 , 1.0945 , 0.5048 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8132 , cls_22 , 1.6200 , 1140.0000 , 77.1858 , 703.7037 , 2.1111 , 1.1663 , 0.7897 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8136 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8138 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 256.3201 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8165 , cls_22 , 0.6300 , 480.0000 , 40.5326 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8167 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8171 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8172 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8174 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8180 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8188 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8189 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8207 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8209 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8210 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8213 , cls_22 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8217 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8222 , cls_22 , 1.6200 , 1260.0000 , 65.9071 , 777.7778 , 2.3333 , 1.1870 , 0.6630 , 0.3981 , 0.0900 , 1.0000 , 5.5556 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8230 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8238 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8247 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8256 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8257 , cls_22 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8258 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8261 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8262 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8277 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8287 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8289 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8306 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8307 , cls_22 , 0.9000 , 600.0000 , 64.3099 , 666.6667 , 1.4286 , 1.1006 , 0.8128 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8318 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8319 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8321 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8332 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8336 , cls_22 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8347 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8353 , cls_22 , 1.5300 , 1200.0000 , 97.2648 , 784.3137 , 2.2222 , 1.1839 , 0.8547 , 0.3529 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8357 , cls_22 , 0.9900 , 600.0000 , 60.9963 , 606.0606 , 1.4286 , 1.0892 , 0.7940 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8360 , cls_22 , 0.4500 , 480.0000 , 33.1847 , 1066.6667 , 1.6000 , 1.1383 , 0.6255 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8363 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8374 , cls_22 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8384 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8388 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8391 , cls_22 , 1.1700 , 960.0000 , 95.5336 , 820.5128 , 2.0000 , 1.1702 , 0.8965 , 0.3077 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8396 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8412 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8417 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8418 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8419 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8432 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8434 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8454 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8457 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8464 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8471 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8472 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8473 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8496 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8498 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8507 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8508 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8529 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8530 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8540 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8541 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8546 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8553 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8562 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 513.5173 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8567 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8579 , cls_22 , 2.7000 , 1920.0000 , 145.9683 , 711.1111 , 2.9091 , 1.2101 , 0.9018 , 0.4389 , 0.0900 , 1.0000 , 3.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8583 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8587 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8593 , cls_22 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8607 , cls_22 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8610 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8626 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8638 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8666 , cls_22 , 6.9300 , 5220.0000 , 165.8274 , 753.2468 , 4.8333 , 1.2872 , 0.7609 , 0.4177 , 0.2700 , 2.0000 , 3.8961 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8674 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8675 , cls_22 , 0.6300 , 480.0000 , 38.5703 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8684 , cls_22 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8685 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8714 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8740 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8741 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8744 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8757 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8772 , cls_22 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8774 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8778 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8779 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8781 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8796 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8804 , cls_22 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8823 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8827 , cls_22 , 0.3600 , 420.0000 , 34.3237 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8834 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8838 , cls_22 , 0.9000 , 600.0000 , 64.3099 , 666.6667 , 1.4286 , 1.1006 , 0.8128 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8840 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8844 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8860 , cls_22 , 0.9000 , 840.0000 , 73.9344 , 933.3333 , 2.0000 , 1.1745 , 0.8727 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8873 , cls_22 , 0.7200 , 600.0000 , 53.7988 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8876 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8879 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8881 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8890 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8895 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8902 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8913 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8931 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8944 , cls_22 , 2.3400 , 1440.0000 , 85.0090 , 615.3846 , 2.1818 , 1.1701 , 0.7453 , 0.5064 , 0.0900 , 1.0000 , 3.8462 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8946 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8956 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8958 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8963 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8964 , cls_22 , 0.8100 , 840.0000 , 57.2837 , 1037.0370 , 2.3333 , 1.1883 , 0.7838 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8971 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8978 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8990 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8994 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8999 , cls_22 , 17.6400 , 10860.0000 , 248.2206 , 615.6463 , 6.4643 , 1.3090 , 0.7901 , 0.5264 , 1.9800 , 11.0000 , 11.2245 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9004 , cls_22 , 0.6300 , 660.0000 , 57.5995 , 1047.6190 , 1.8333 , 1.1673 , 0.8629 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9013 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9016 , cls_22 , 2.7900 , 1740.0000 , 88.2545 , 623.6559 , 2.4167 , 1.1870 , 0.7278 , 0.5000 , 0.1800 , 1.0000 , 6.4516 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9021 , cls_22 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9031 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9035 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9039 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9054 , cls_22 , 4.1400 , 2880.0000 , 123.0662 , 695.6522 , 3.4286 , 1.2377 , 0.7994 , 0.4746 , 0.1800 , 2.0000 , 4.3478 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9058 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9063 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9065 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9067 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9074 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9078 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9079 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9089 , cls_22 , 0.9000 , 600.0000 , 52.2002 , 666.6667 , 1.4286 , 1.1006 , 0.7453 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9091 , cls_22 , 1.2600 , 960.0000 , 67.8418 , 761.9048 , 2.0000 , 1.1610 , 0.8286 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9097 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9104 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9106 , cls_22 , 1.7100 , 1260.0000 , 114.9367 , 736.8421 , 2.3333 , 1.1804 , 0.8488 , 0.3860 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9119 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9125 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9127 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9147 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9150 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9153 , cls_22 , 24.2100 , 14760.0000 , 346.5070 , 609.6654 , 7.4545 , 1.3250 , 0.8198 , 0.5266 , 2.3400 , 10.0000 , 9.6654 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9157 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9161 , cls_22 , 2.0700 , 1500.0000 , 151.8055 , 724.6377 , 2.5000 , 1.1928 , 0.9275 , 0.3551 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9164 , cls_22 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9165 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9166 , cls_22 , 1.1700 , 900.0000 , 84.3674 , 769.2308 , 1.8750 , 1.1564 , 0.8676 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9172 , cls_22 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9175 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9179 , cls_22 , 0.6300 , 480.0000 , 38.1979 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9181 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9189 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9196 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9198 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9203 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9214 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9220 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9229 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9232 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9240 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9249 , cls_22 , 0.7200 , 660.0000 , 51.2810 , 916.6667 , 1.8333 , 1.1497 , 0.7247 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9250 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9265 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9286 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9295 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9302 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9318 , cls_22 , 4.6800 , 3120.0000 , 134.6026 , 666.6667 , 3.4667 , 1.2385 , 0.7931 , 0.5000 , 0.3600 , 4.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9324 , cls_22 , 8.7300 , 5460.0000 , 264.8212 , 625.4296 , 4.5500 , 1.2690 , 0.9188 , 0.4811 , 0.1800 , 2.0000 , 2.0619 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9342 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9343 , cls_22 , 0.5400 , 480.0000 , 42.0808 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9361 , cls_22 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9363 , cls_22 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9367 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9381 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9386 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9393 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9405 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9413 , cls_22 , 2.4300 , 1980.0000 , 94.3592 , 814.8148 , 3.0000 , 1.2288 , 0.7645 , 0.4074 , 0.0900 , 1.0000 , 3.7037 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9414 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9427 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9430 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 318.9044 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9431 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9435 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9446 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9465 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9466 , cls_22 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9473 , cls_22 , 3.0600 , 2280.0000 , 104.7987 , 745.0980 , 3.1667 , 1.2287 , 0.7498 , 0.4069 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9474 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9489 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9498 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9499 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9505 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9527 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9540 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9559 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9562 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9563 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9565 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9566 , cls_22 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9603 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9608 , cls_22 , 0.5400 , 540.0000 , 39.2705 , 1000.0000 , 1.8000 , 1.1415 , 0.6944 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9610 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9613 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9615 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9652 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9658 , cls_22 , 0.7200 , 540.0000 , 48.7850 , 750.0000 , 1.5000 , 1.1046 , 0.7963 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9667 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9677 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9678 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9693 , cls_22 , 4.0500 , 3060.0000 , 213.3573 , 755.5556 , 3.6429 , 1.2517 , 0.8865 , 0.3815 , 0.0900 , 1.0000 , 2.2222 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9709 , cls_22 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9710 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9712 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9716 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9720 , cls_22 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9730 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9738 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 318.9044 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9743 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9753 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9764 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9770 , cls_22 , 6.3900 , 4200.0000 , 225.7793 , 657.2770 , 4.1176 , 1.2574 , 0.8787 , 0.4812 , 0.4500 , 4.0000 , 7.0423 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9773 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9776 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9781 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9797 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9801 , cls_22 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9803 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9804 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9817 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9841 , cls_22 , 0.9000 , 660.0000 , 72.4076 , 733.3333 , 1.5714 , 1.1216 , 0.8502 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9846 , cls_22 , 0.6300 , 540.0000 , 38.8519 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9851 , cls_22 , 2.4300 , 1620.0000 , 119.1612 , 666.6667 , 2.4545 , 1.1891 , 0.8499 , 0.4568 , 0.0900 , 1.0000 , 3.7037 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9852 , cls_22 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9856 , cls_22 , 1.2600 , 840.0000 , 56.2764 , 666.6667 , 1.7500 , 1.1327 , 0.6572 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9857 , cls_22 , 1.1700 , 720.0000 , 57.8794 , 615.3846 , 1.5000 , 1.1087 , 0.7146 , 0.4744 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9858 , cls_22 , 0.5400 , 420.0000 , 39.3630 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9862 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9865 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9877 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9893 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9895 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9899 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9900 , cls_22 , 0.9000 , 600.0000 , 48.6192 , 666.6667 , 1.4286 , 1.1006 , 0.7453 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9905 , cls_22 , 0.9900 , 720.0000 , 56.6592 , 727.2727 , 1.7143 , 1.1289 , 0.7585 , 0.4242 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9909 , cls_22 , 0.7200 , 660.0000 , 66.1977 , 916.6667 , 1.8333 , 1.1497 , 0.8433 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9913 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9918 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9921 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9927 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9935 , cls_22 , 0.7200 , 600.0000 , 61.1818 , 833.3333 , 1.6667 , 1.1283 , 0.8502 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9941 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9945 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9946 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9951 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9986 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9996 , cls_22 , 3.2400 , 2580.0000 , 114.3227 , 796.2963 , 3.5833 , 1.2458 , 0.7708 , 0.3843 , 0.0900 , 1.0000 , 2.7778 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9999 , cls_22 , 0.5400 , 480.0000 , 46.2366 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10005 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10006 , cls_22 , 0.8100 , 660.0000 , 45.8672 , 814.8148 , 1.8333 , 1.1347 , 0.7135 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10017 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10036 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10048 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10056 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10067 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10076 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 313.2092 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10086 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10094 , cls_22 , 0.5400 , 480.0000 , 40.0496 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10118 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 593.9697 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10123 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 318.9044 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10130 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10145 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10154 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10158 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10178 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10189 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10195 , cls_22 , 0.4500 , 480.0000 , 41.8667 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10198 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 403.6087 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10213 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10215 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10239 , cls_22 , 0.7200 , 660.0000 , 52.2899 , 916.6667 , 1.8333 , 1.1497 , 0.8330 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10258 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10267 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10268 , cls_22 , 0.8100 , 660.0000 , 46.8655 , 814.8148 , 1.8333 , 1.1347 , 0.7135 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10304 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10305 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10310 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10323 , cls_22 , 0.7200 , 540.0000 , 48.4530 , 750.0000 , 1.5000 , 1.1046 , 0.7453 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10324 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10330 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10336 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10339 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10354 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10369 , cls_22 , 0.7200 , 600.0000 , 56.8929 , 833.3333 , 1.6667 , 1.1283 , 0.8244 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10371 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10386 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10390 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10397 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10401 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10403 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 318.9044 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10412 , cls_22 , 4.8600 , 4260.0000 , 161.2045 , 876.5432 , 4.7333 , 1.2919 , 0.8228 , 0.3796 , 0.0900 , 1.0000 , 1.8519 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10419 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10441 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10445 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10449 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10467 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10477 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10482 , cls_22 , 0.8100 , 480.0000 , 38.3984 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10488 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10491 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 371.0795 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10492 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10505 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10506 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10507 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10510 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10535 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10545 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10557 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10558 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10563 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10565 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10572 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10575 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10578 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 371.0795 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10595 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10599 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10605 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10607 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10612 , cls_22 , 0.8100 , 780.0000 , 62.4923 , 962.9630 , 2.1667 , 1.1718 , 0.8237 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10621 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10629 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10635 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10652 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10654 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10655 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10683 , cls_22 , 4.4100 , 2820.0000 , 117.5827 , 639.4558 , 3.3571 , 1.2265 , 0.7057 , 0.5000 , 0.0900 , 1.0000 , 2.0408 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10684 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10685 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10691 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10695 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10702 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10717 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10718 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10739 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10745 , cls_22 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10750 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10771 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10776 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10780 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10781 , cls_22 , 1.5300 , 1080.0000 , 64.4714 , 705.8824 , 2.0000 , 1.1620 , 0.6670 , 0.4608 , 0.1800 , 2.0000 , 11.7647 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10785 , cls_22 , 2.4300 , 1320.0000 , 99.9435 , 543.2099 , 2.0000 , 1.1485 , 0.7851 , 0.5309 , 0.1800 , 1.0000 , 7.4074 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10789 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10806 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10807 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10809 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10811 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10816 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10821 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10822 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10828 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10834 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10837 , cls_22 , 1.2600 , 960.0000 , 106.8980 , 761.9048 , 2.0000 , 1.1610 , 0.9109 , 0.2976 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10840 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10844 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10849 , cls_22 , 7.7400 , 5040.0000 , 145.3291 , 651.1628 , 4.4211 , 1.2684 , 0.7723 , 0.5019 , 0.5400 , 3.0000 , 6.9767 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10860 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10862 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10863 , cls_22 , 0.9900 , 540.0000 , 42.0743 , 545.4545 , 1.2857 , 1.0663 , 0.5170 , 0.5455 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10866 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 284.6050 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10885 , cls_22 , 1.9800 , 1800.0000 , 106.7531 , 909.0909 , 3.0000 , 1.2350 , 0.8292 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10895 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10896 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10918 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10921 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10924 , cls_22 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10941 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10942 , cls_22 , 2.1600 , 1620.0000 , 108.9003 , 750.0000 , 2.7000 , 1.2031 , 0.8348 , 0.4236 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10943 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10944 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10949 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10971 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10979 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10984 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10993 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10999 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11003 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11009 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11024 , cls_22 , 0.7200 , 540.0000 , 38.5499 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11037 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11041 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11052 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11053 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11066 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11068 , cls_22 , 0.7200 , 600.0000 , 48.6515 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11081 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11090 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11093 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11097 , cls_22 , 0.9900 , 1140.0000 , 73.1929 , 1151.5152 , 2.7143 , 1.2288 , 0.8055 , 0.2273 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11101 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11103 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11104 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11108 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11109 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11110 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11137 , cls_22 , 0.9900 , 720.0000 , 55.4455 , 727.2727 , 1.7143 , 1.1289 , 0.7307 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11138 , cls_22 , 0.5400 , 420.0000 , 32.6544 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11139 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11152 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11169 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11171 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11176 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11178 , cls_22 , 1.5300 , 1380.0000 , 84.7346 , 901.9608 , 2.5556 , 1.2129 , 0.8621 , 0.3431 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11182 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11185 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11195 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11198 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11201 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11205 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11206 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11223 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11242 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11247 , cls_22 , 0.5400 , 480.0000 , 47.1916 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11267 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11268 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11270 , cls_22 , 2.6100 , 1800.0000 , 141.8080 , 689.6552 , 2.7273 , 1.2015 , 0.8523 , 0.4195 , 0.0900 , 1.0000 , 3.4483 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11274 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11289 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11293 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11295 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11297 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11301 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11305 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11308 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11314 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11341 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11342 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11350 , cls_22 , 1.6200 , 1200.0000 , 64.8390 , 740.7407 , 2.2222 , 1.1769 , 0.6243 , 0.4259 , 0.0900 , 1.0000 , 5.5556 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11354 , cls_22 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11356 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11360 , cls_22 , 4.7700 , 3780.0000 , 138.8937 , 792.4528 , 4.2000 , 1.2720 , 0.7453 , 0.4025 , 0.1800 , 2.0000 , 3.7736 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11361 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11364 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11366 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11367 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11370 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11371 , cls_22 , 1.4400 , 960.0000 , 82.1908 , 666.6667 , 2.0000 , 1.1448 , 0.8131 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11385 , cls_22 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11389 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11394 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11400 , cls_22 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11404 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11413 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11414 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11439 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11445 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11451 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11460 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11471 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 331.3608 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11472 , cls_22 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11477 , cls_22 , 0.4500 , 480.0000 , 37.7592 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11481 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11485 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11487 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11490 , cls_22 , 0.8100 , 660.0000 , 58.5859 , 814.8148 , 1.8333 , 1.1347 , 0.8024 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11493 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11495 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11497 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11500 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11511 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11513 , cls_22 , 0.8100 , 660.0000 , 50.4535 , 814.8148 , 1.8333 , 1.1347 , 0.8024 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11520 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 331.3608 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11522 , cls_22 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11544 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11549 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11562 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11582 , cls_22 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11584 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11585 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11591 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11600 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11610 , cls_22 , 0.9000 , 720.0000 , 62.5995 , 800.0000 , 1.7143 , 1.1407 , 0.8279 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11611 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11618 , cls_22 , 0.7200 , 480.0000 , 36.4258 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4792 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11620 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11625 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11652 , cls_22 , 2.7000 , 2460.0000 , 102.1432 , 911.1111 , 3.7273 , 1.2587 , 0.7753 , 0.3722 , 0.0900 , 1.0000 , 3.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11653 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11654 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11656 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11662 , cls_22 , 0.5400 , 540.0000 , 40.9954 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11684 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11686 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11688 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11693 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11696 , cls_22 , 0.4500 , 480.0000 , 33.6384 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11702 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11708 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11711 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11716 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11721 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11731 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11736 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11746 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11764 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11773 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11780 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11789 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11792 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11800 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11810 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11811 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11819 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11826 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11835 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11837 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11847 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11849 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11851 , cls_22 , 2.0700 , 1440.0000 , 74.0867 , 695.6522 , 2.4000 , 1.1846 , 0.6981 , 0.4565 , 0.0900 , 1.0000 , 4.3478 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11856 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11859 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11865 , cls_22 , 0.7200 , 600.0000 , 46.6074 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11875 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11881 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11883 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11884 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11885 , cls_22 , 1.6200 , 1320.0000 , 103.7744 , 814.8148 , 2.4444 , 1.1966 , 0.8761 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11893 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11896 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11902 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11904 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11905 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11919 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11935 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11938 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11940 , cls_22 , 0.7200 , 660.0000 , 46.0960 , 916.6667 , 1.8333 , 1.1497 , 0.7453 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11959 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11961 , cls_22 , 0.5400 , 420.0000 , 41.3887 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11970 , cls_22 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11972 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11981 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11982 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11992 , cls_22 , 1.0800 , 1140.0000 , 84.0041 , 1055.5556 , 2.7143 , 1.2173 , 0.8946 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12000 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12002 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12003 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12011 , cls_22 , 0.9000 , 600.0000 , 53.6655 , 666.6667 , 1.4286 , 1.1006 , 0.7598 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12020 , cls_22 , 0.5400 , 480.0000 , 35.6392 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12025 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12038 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12043 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12048 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12059 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12061 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12063 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12068 , cls_22 , 1.1700 , 780.0000 , 62.1970 , 666.6667 , 1.6250 , 1.1258 , 0.7733 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12070 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12089 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12090 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12101 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12102 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12104 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12110 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12116 , cls_22 , 1.0800 , 840.0000 , 78.6300 , 777.7778 , 2.0000 , 1.1515 , 0.8302 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12122 , cls_22 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12124 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12133 , cls_22 , 0.9900 , 780.0000 , 57.0456 , 787.8788 , 1.8571 , 1.1463 , 0.7357 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12142 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12145 , cls_22 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12149 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12150 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12163 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12164 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12181 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12189 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12192 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12201 , cls_22 , 0.4500 , 540.0000 , 47.3575 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12204 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12206 , cls_22 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12222 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12241 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12243 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12245 , cls_22 , 0.5400 , 600.0000 , 43.6571 , 1111.1111 , 2.0000 , 1.1661 , 0.7753 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12248 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12250 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12264 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12274 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12276 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12278 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12305 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12315 , cls_22 , 4.5000 , 3360.0000 , 190.5536 , 746.6667 , 3.7333 , 1.2569 , 0.9128 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12318 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12321 , cls_22 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12340 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12345 , cls_22 , 0.9900 , 960.0000 , 86.2952 , 969.6970 , 2.2857 , 1.1914 , 0.8906 , 0.2727 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12358 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12362 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12363 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12374 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12382 , cls_22 , 0.5400 , 480.0000 , 39.0531 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12383 , cls_22 , 0.5400 , 420.0000 , 41.3887 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12387 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12400 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12404 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12407 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12409 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12420 , cls_22 , 1.0800 , 840.0000 , 62.1287 , 777.7778 , 2.0000 , 1.1515 , 0.7495 , 0.3472 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12426 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12427 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12429 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12434 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12435 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12443 , cls_22 , 8.4600 , 4980.0000 , 248.5383 , 588.6525 , 4.1500 , 1.2563 , 0.9354 , 0.4911 , 0.6300 , 3.0000 , 7.4468 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12463 , cls_22 , 2.7000 , 1860.0000 , 166.9136 , 688.8889 , 2.8182 , 1.2039 , 0.9010 , 0.4222 , 0.0900 , 1.0000 , 3.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12466 , cls_22 , 2.2500 , 1320.0000 , 107.6009 , 586.6667 , 2.2000 , 1.1574 , 0.8498 , 0.5067 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12474 , cls_22 , 11.4300 , 7740.0000 , 321.6957 , 677.1654 , 5.6087 , 1.2996 , 0.9237 , 0.4318 , 0.2700 , 1.0000 , 2.3622 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12493 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12501 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12503 , cls_22 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12505 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12507 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12513 , cls_22 , 1.9800 , 1500.0000 , 100.3586 , 757.5758 , 2.5000 , 1.1982 , 0.8486 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12515 , cls_22 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12518 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12519 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12527 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12537 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12552 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12556 , cls_22 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12568 , cls_22 , 19.9800 , 12000.0000 , 847.6644 , 600.6006 , 6.6667 , 1.3120 , 0.9843 , 0.4392 , 0.8100 , 5.0000 , 4.0541 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12573 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12580 , cls_22 , 0.5400 , 480.0000 , 37.1984 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12581 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12583 , cls_22 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12588 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12595 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12603 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12628 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12638 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12644 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12672 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12673 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12676 , cls_22 , 1.3500 , 660.0000 , 56.1204 , 488.8889 , 1.3750 , 1.0738 , 0.7062 , 0.5778 , 0.0900 , 1.0000 , 6.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12683 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12690 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12692 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12694 , cls_22 , 5.7600 , 3000.0000 , 237.2141 , 520.8333 , 3.1250 , 1.2079 , 0.9254 , 0.5547 , 0.1800 , 1.0000 , 3.1250 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12697 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12699 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12702 , cls_22 , 1.1700 , 900.0000 , 92.8127 , 769.2308 , 1.8750 , 1.1564 , 0.8882 , 0.3205 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12704 , cls_22 , 4.9500 , 3240.0000 , 358.0590 , 654.5455 , 3.6000 , 1.2391 , 0.9684 , 0.3879 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12709 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12717 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12718 , cls_22 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12720 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12721 , cls_22 , 1.8000 , 1320.0000 , 69.1364 , 733.3333 , 2.4444 , 1.1837 , 0.7375 , 0.4250 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12723 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12724 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12731 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12734 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12738 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12749 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12751 , cls_22 , 2.7900 , 1620.0000 , 161.8268 , 580.6452 , 2.2500 , 1.1730 , 0.9191 , 0.4731 , 0.1800 , 1.0000 , 6.4516 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12756 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12758 , cls_22 , 1.4400 , 960.0000 , 80.7960 , 666.6667 , 2.0000 , 1.1448 , 0.8370 , 0.4271 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12760 , cls_22 , 0.9000 , 420.0000 , 41.1550 , 466.6667 , 1.0000 , 1.0223 , 0.5609 , 0.5667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12762 , cls_22 , 1.8000 , 1260.0000 , 150.0000 , 700.0000 , 2.3333 , 1.1742 , 0.9365 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12763 , cls_22 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12764 , cls_22 , 1.1700 , 840.0000 , 96.9231 , 717.9487 , 1.7500 , 1.1416 , 0.9026 , 0.3077 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12765 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12766 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12768 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12770 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12772 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12777 , cls_22 , 0.6300 , 540.0000 , 47.5450 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12781 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12785 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12787 , cls_22 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12789 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12791 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12793 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12795 , cls_22 , 0.8100 , 600.0000 , 66.6667 , 740.7407 , 1.6667 , 1.1135 , 0.8603 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12797 , cls_22 , 1.3500 , 960.0000 , 112.0000 , 711.1111 , 2.0000 , 1.1526 , 0.9155 , 0.3111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12799 , cls_22 , 1.1700 , 840.0000 , 96.9231 , 717.9487 , 1.7500 , 1.1416 , 0.9026 , 0.3077 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12801 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12808 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12813 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12814 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12816 , cls_22 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12817 , cls_22 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12819 , cls_22 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12831 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12832 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12845 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12847 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12849 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12853 , cls_22 , 2.1600 , 1500.0000 , 148.2871 , 694.4444 , 2.5000 , 1.1877 , 0.9253 , 0.3681 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12877 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12890 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12910 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12914 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12916 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12917 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12919 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12921 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12929 , cls_22 , 0.9000 , 780.0000 , 74.3641 , 866.6667 , 1.8571 , 1.1583 , 0.8585 , 0.2833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12936 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12939 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12940 , cls_22 , 1.9800 , 1380.0000 , 130.1227 , 696.9697 , 2.3000 , 1.1813 , 0.9044 , 0.3864 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12951 , cls_22 , 2.7900 , 1680.0000 , 175.8517 , 602.1505 , 2.3333 , 1.1802 , 0.9319 , 0.4355 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12953 , cls_22 , 3.6900 , 2520.0000 , 307.3171 , 682.9268 , 3.2308 , 1.2259 , 0.9690 , 0.3252 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12955 , cls_22 , 0.9000 , 660.0000 , 75.0000 , 733.3333 , 1.5714 , 1.1216 , 0.8739 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12957 , cls_22 , 2.0700 , 1440.0000 , 172.1739 , 695.6522 , 2.4000 , 1.1846 , 0.9447 , 0.3188 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12959 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12961 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12963 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12974 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12979 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12981 , cls_22 , 0.8100 , 720.0000 , 70.3225 , 888.8889 , 2.0000 , 1.1540 , 0.8603 , 0.2593 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12985 , cls_22 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12986 , cls_22 , 0.8100 , 540.0000 , 50.7828 , 666.6667 , 1.5000 , 1.0901 , 0.7708 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12988 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13031 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13071 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13073 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13086 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13091 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13092 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13094 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13121 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13129 , cls_22 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13139 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13142 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13148 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13163 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13164 , cls_22 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13165 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13182 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13186 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13192 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13200 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13237 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13260 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13265 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13269 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13271 , cls_22 , 0.4500 , 420.0000 , 31.3192 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13272 , cls_22 , 0.8100 , 540.0000 , 38.2710 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4815 , 0.0900 , 1.0000 , 11.1111 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13275 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13283 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13314 , cls_22 , 0.5400 , 480.0000 , 34.2951 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13315 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13318 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13324 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13335 , cls_22 , 0.8100 , 720.0000 , 55.3894 , 888.8889 , 2.0000 , 1.1540 , 0.8451 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13345 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13346 , cls_22 , 7.8300 , 5280.0000 , 181.4589 , 674.3295 , 4.6316 , 1.2753 , 0.8314 , 0.4828 , 0.3600 , 2.0000 , 4.5977 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13355 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13357 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13373 , cls_22 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13378 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13385 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13393 , cls_22 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13395 , cls_22 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13422 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13429 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13463 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13467 , cls_22 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13470 , cls_22 , 0.9000 , 600.0000 , 42.2204 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4833 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13471 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13472 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13475 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13478 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13480 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13492 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13499 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13507 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13515 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13522 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13525 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13533 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13537 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13543 , cls_22 , 1.4400 , 720.0000 , 49.4417 , 500.0000 , 1.5000 , 1.0847 , 0.5473 , 0.5938 , 0.3600 , 1.0000 , 25.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13545 , cls_22 , 2.2500 , 1560.0000 , 96.5393 , 693.3333 , 2.6000 , 1.1907 , 0.8011 , 0.4667 , 0.0900 , 1.0000 , 4.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13546 , cls_22 , 0.9000 , 660.0000 , 66.8276 , 733.3333 , 1.5714 , 1.1216 , 0.7913 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13552 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13555 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13557 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13574 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13580 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13586 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13591 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13606 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13617 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13622 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13632 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13642 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13647 , cls_22 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13651 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13652 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13653 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13657 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13663 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13664 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13666 , cls_22 , 0.5400 , 420.0000 , 35.3225 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13681 , cls_22 , 1.2600 , 1380.0000 , 121.6652 , 1095.2381 , 2.8750 , 1.2378 , 0.9327 , 0.2262 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13685 , cls_22 , 0.7200 , 480.0000 , 42.9938 , 666.6667 , 1.3333 , 1.0780 , 0.7453 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13716 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13722 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 496.5884 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13740 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13759 , cls_22 , 0.7200 , 540.0000 , 44.8641 , 750.0000 , 1.5000 , 1.1046 , 0.7453 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13772 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13775 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13778 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13784 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13796 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13807 , cls_22 , 0.5400 , 600.0000 , 38.6938 , 1111.1111 , 2.0000 , 1.1661 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13824 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13828 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13829 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13830 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13833 , cls_22 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13837 , cls_22 , 1.2600 , 1200.0000 , 112.7461 , 952.3810 , 2.5000 , 1.2082 , 0.9118 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13850 , cls_22 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13854 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13857 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13864 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13875 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13876 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13884 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13903 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13931 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 403.6087 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13936 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13937 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13942 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13948 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13955 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13962 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13967 , cls_22 , 1.8900 , 1200.0000 , 64.5093 , 634.9206 , 2.0000 , 1.1585 , 0.6387 , 0.4921 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13977 , cls_22 , 1.3500 , 1140.0000 , 70.5093 , 844.4444 , 2.3750 , 1.1887 , 0.7753 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13989 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13995 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14011 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14025 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14044 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14048 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14056 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14062 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14071 , cls_22 , 1.5300 , 1380.0000 , 80.1425 , 901.9608 , 2.5556 , 1.2129 , 0.7835 , 0.3137 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14084 , cls_22 , 0.8100 , 480.0000 , 38.6111 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14087 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14092 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14094 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14101 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14105 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14106 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14109 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14123 , cls_22 , 13.6800 , 8940.0000 , 218.7805 , 653.5088 , 5.9600 , 1.3042 , 0.7803 , 0.4912 , 0.8100 , 5.0000 , 5.9211 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14133 , cls_22 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14135 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14137 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 301.4963 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14142 , cls_22 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14146 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14152 , cls_22 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14155 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14164 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14170 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14182 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14201 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14202 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14210 , cls_22 , 7.2000 , 5400.0000 , 200.0454 , 750.0000 , 5.0000 , 1.2889 , 0.8370 , 0.4312 , 0.1800 , 2.0000 , 2.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14212 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14217 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14220 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14225 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14232 , cls_22 , 0.8100 , 780.0000 , 73.2986 , 962.9630 , 2.1667 , 1.1718 , 0.8819 , 0.2407 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14247 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14260 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14275 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14284 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14286 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14293 , cls_22 , 2.0700 , 1560.0000 , 90.4588 , 753.6232 , 2.6000 , 1.2007 , 0.8277 , 0.4130 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14316 , cls_22 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14325 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14333 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14340 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14392 , cls_22 , 0.5400 , 480.0000 , 39.6040 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14394 , cls_22 , 2.6100 , 2160.0000 , 206.0696 , 827.5862 , 3.2727 , 1.2373 , 0.9524 , 0.3218 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14407 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14421 , cls_22 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14432 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14436 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 308.8689 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14440 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14442 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14444 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14455 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14458 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14466 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14480 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14484 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14495 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14497 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14499 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14506 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14508 , cls_22 , 1.0800 , 840.0000 , 79.6160 , 777.7778 , 2.0000 , 1.1515 , 0.8778 , 0.3194 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14512 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14514 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14515 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14518 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14531 , cls_22 , 0.8100 , 540.0000 , 43.2631 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14551 , cls_22 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14557 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14565 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14569 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14577 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14593 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14598 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14638 , cls_22 , 0.9900 , 720.0000 , 69.0914 , 727.2727 , 1.7143 , 1.1289 , 0.8081 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14648 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14657 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14665 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14669 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14703 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14711 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14712 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14714 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14716 , cls_22 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14718 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14722 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14737 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14741 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14745 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14756 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14761 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 420.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14769 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14775 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14781 , cls_22 , 0.6300 , 780.0000 , 67.4619 , 1238.0952 , 2.1667 , 1.2055 , 0.8951 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14783 , cls_22 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14788 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14791 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14792 , cls_22 , 0.9000 , 720.0000 , 53.8634 , 800.0000 , 1.7143 , 1.1407 , 0.7598 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14809 , cls_22 , 0.9000 , 600.0000 , 54.3844 , 666.6667 , 1.4286 , 1.1006 , 0.7551 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14813 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14824 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14829 , cls_22 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14831 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14858 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14862 , cls_22 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14872 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14874 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14878 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14880 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14886 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14896 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14925 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14929 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14930 , cls_22 , 1.1700 , 780.0000 , 82.1418 , 666.6667 , 1.6250 , 1.1258 , 0.8408 , 0.3846 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14937 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14958 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14967 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14973 , cls_22 , 0.7200 , 720.0000 , 46.6313 , 1000.0000 , 2.0000 , 1.1693 , 0.7453 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14974 , cls_22 , 0.9900 , 780.0000 , 53.4140 , 787.8788 , 1.8571 , 1.1463 , 0.5881 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14983 , cls_22 , 1.3500 , 960.0000 , 68.5043 , 711.1111 , 2.0000 , 1.1526 , 0.7062 , 0.4111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14986 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15011 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15012 , cls_22 , 0.5400 , 600.0000 , 41.5595 , 1111.1111 , 2.0000 , 1.1661 , 0.7062 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15033 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15036 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15038 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15041 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15065 , cls_22 , 0.3600 , 480.0000 , 42.4264 , 1333.3333 , 2.0000 , 1.1693 , 0.8408 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15076 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15079 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15088 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15094 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15095 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15102 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15103 , cls_22 , 0.6300 , 540.0000 , 37.3905 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15105 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15107 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15112 , cls_22 , 0.6300 , 660.0000 , 58.8623 , 1047.6190 , 1.8333 , 1.1673 , 0.8539 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15126 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15135 , cls_22 , 1.6200 , 1140.0000 , 65.6435 , 703.7037 , 2.1111 , 1.1663 , 0.7135 , 0.4444 , 0.0900 , 1.0000 , 5.5556 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15137 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15139 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15144 , cls_22 , 1.1700 , 1080.0000 , 69.1856 , 923.0769 , 2.2500 , 1.1953 , 0.8438 , 0.3205 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15153 , cls_22 , 0.9900 , 900.0000 , 57.5917 , 909.0909 , 2.1429 , 1.1774 , 0.7307 , 0.3030 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15169 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15175 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15177 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15178 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15189 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15190 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15197 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15204 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15208 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15215 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15218 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15226 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15228 , cls_22 , 1.4400 , 960.0000 , 57.5053 , 666.6667 , 2.0000 , 1.1448 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15248 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15254 , cls_22 , 1.2600 , 1140.0000 , 92.7367 , 904.7619 , 2.3750 , 1.1974 , 0.9015 , 0.3452 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15275 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15284 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15290 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15305 , cls_22 , 0.3600 , 420.0000 , 33.8800 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15306 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15307 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15320 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15322 , cls_22 , 1.0800 , 840.0000 , 78.6652 , 777.7778 , 2.0000 , 1.1515 , 0.8559 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15326 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15328 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15329 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15332 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15334 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15335 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15343 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15345 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15348 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15359 , cls_22 , 8.1900 , 5700.0000 , 188.8513 , 695.9707 , 4.7500 , 1.2838 , 0.7889 , 0.4780 , 0.4500 , 2.0000 , 5.4945 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15364 , cls_22 , 1.9800 , 1680.0000 , 76.9822 , 848.4848 , 2.8000 , 1.2211 , 0.7940 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15382 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15398 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15402 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15409 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15411 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15413 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15418 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 301.4963 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15423 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15433 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15434 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15441 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 313.2092 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15444 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15447 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15448 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15449 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15450 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15451 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15461 , cls_22 , 1.8000 , 1140.0000 , 92.2157 , 633.3333 , 2.1111 , 1.1538 , 0.8502 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15463 , cls_22 , 0.9900 , 720.0000 , 71.9884 , 727.2727 , 1.7143 , 1.1289 , 0.8653 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15472 , cls_22 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15473 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15482 , cls_22 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15483 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15513 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15515 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15531 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15534 , cls_22 , 9.7200 , 6420.0000 , 231.4576 , 660.4938 , 5.0952 , 1.2854 , 0.8820 , 0.4846 , 0.6300 , 6.0000 , 6.4815 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15536 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15537 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15539 , cls_22 , 0.6300 , 720.0000 , 56.5186 , 1142.8571 , 2.0000 , 1.1872 , 0.8463 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15540 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15545 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15549 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 256.3201 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15581 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15586 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15590 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15602 , cls_22 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15613 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15617 , cls_22 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15625 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15633 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15636 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15637 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15638 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15643 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15668 , cls_22 , 0.8100 , 660.0000 , 67.2618 , 814.8148 , 1.8333 , 1.1347 , 0.8652 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15680 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15682 , cls_22 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15695 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15696 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15721 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15726 , cls_22 , 0.5400 , 420.0000 , 35.3225 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15728 , cls_22 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15733 , cls_22 , 1.0800 , 960.0000 , 79.7005 , 888.8889 , 2.2857 , 1.1802 , 0.8559 , 0.3194 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15738 , cls_22 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15740 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15785 , cls_22 , 0.7200 , 600.0000 , 39.6086 , 833.3333 , 1.6667 , 1.1283 , 0.5926 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15787 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15799 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15806 , cls_22 , 0.6300 , 540.0000 , 42.2194 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15812 , cls_22 , 2.9700 , 2820.0000 , 252.2411 , 949.4949 , 3.9167 , 1.2736 , 0.9590 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15829 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15834 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15853 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15858 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15861 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15864 , cls_22 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15866 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15900 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15909 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15931 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15932 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15938 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15939 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15953 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15955 , cls_22 , 0.8100 , 660.0000 , 54.6041 , 814.8148 , 1.8333 , 1.1347 , 0.7796 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15957 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15958 , cls_22 , 0.6300 , 480.0000 , 42.7536 , 761.9048 , 1.3333 , 1.0945 , 0.7591 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15963 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15971 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15990 , cls_22 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15995 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16006 , cls_22 , 0.8100 , 660.0000 , 44.6681 , 814.8148 , 1.8333 , 1.1347 , 0.6419 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16009 , cls_22 , 0.7200 , 660.0000 , 48.2928 , 916.6667 , 1.8333 , 1.1497 , 0.6488 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16011 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16016 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16026 , cls_22 , 0.4500 , 540.0000 , 37.0835 , 1200.0000 , 1.8000 , 1.1663 , 0.6463 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16028 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16034 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16047 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16048 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16061 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16065 , cls_22 , 0.7200 , 540.0000 , 44.0725 , 750.0000 , 1.5000 , 1.1046 , 0.7453 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16069 , cls_22 , 0.6300 , 600.0000 , 39.0699 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16071 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16073 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16078 , cls_22 , 3.7800 , 2220.0000 , 137.0692 , 587.3016 , 2.8462 , 1.1990 , 0.8696 , 0.5159 , 0.1800 , 1.0000 , 4.7619 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16084 , cls_22 , 10.5300 , 4680.0000 , 163.5820 , 444.4444 , 3.5455 , 1.2218 , 0.7050 , 0.6382 , 2.0700 , 5.0000 , 19.6581 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16085 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16100 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16104 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16110 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16115 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16127 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16148 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16158 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16176 , cls_22 , 2.0700 , 1560.0000 , 133.1761 , 753.6232 , 2.6000 , 1.2007 , 0.9134 , 0.4058 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16193 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16218 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16232 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16236 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16243 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16249 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16251 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16256 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16263 , cls_22 , 0.6300 , 660.0000 , 60.1299 , 1047.6190 , 1.8333 , 1.1673 , 0.8539 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16270 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16309 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16312 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16317 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16319 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16320 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16323 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16330 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16334 , cls_22 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16338 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16348 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16351 , cls_22 , 0.9000 , 780.0000 , 62.1701 , 866.6667 , 1.8571 , 1.1583 , 0.8502 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16369 , cls_22 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16382 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16392 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16400 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16403 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16410 , cls_22 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16416 , cls_22 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16417 , cls_22 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16419 , cls_22 , 0.7200 , 720.0000 , 46.8898 , 1000.0000 , 2.0000 , 1.1693 , 0.7247 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16422 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16428 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16444 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16458 , cls_22 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16460 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16464 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16465 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16474 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16479 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16491 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16492 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16496 , cls_22 , 1.0800 , 900.0000 , 79.6567 , 833.3333 , 2.1429 , 1.1663 , 0.8683 , 0.3194 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16523 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16524 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16526 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16528 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16530 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16533 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16536 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16572 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16580 , cls_22 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16600 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16603 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16608 , cls_22 , 1.3500 , 1020.0000 , 78.9965 , 755.5556 , 2.1250 , 1.1653 , 0.8090 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16621 , cls_22 , 1.4400 , 1380.0000 , 79.1556 , 958.3333 , 2.8750 , 1.2206 , 0.8041 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16632 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16633 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16645 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16654 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16660 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16674 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16676 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16683 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16697 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 305.9412 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16699 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16705 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16710 , cls_22 , 1.2600 , 1020.0000 , 61.0630 , 809.5238 , 2.1250 , 1.1738 , 0.7379 , 0.3929 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16722 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16723 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16737 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16748 , cls_22 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16754 , cls_22 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16769 , cls_22 , 0.7200 , 480.0000 , 37.0287 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16771 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16779 , cls_22 , 0.5400 , 480.0000 , 34.2951 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16781 , cls_22 , 1.6200 , 1260.0000 , 71.0841 , 777.7778 , 2.3333 , 1.1870 , 0.7304 , 0.3796 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16783 , cls_22 , 1.9800 , 1440.0000 , 80.8095 , 727.2727 , 2.4000 , 1.1899 , 0.7199 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16803 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16808 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16811 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16846 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16859 , cls_22 , 0.5400 , 540.0000 , 42.4944 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16860 , cls_22 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16865 , cls_22 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16869 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16902 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16904 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16919 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16929 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16957 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16965 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16966 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16971 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16975 , cls_22 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16980 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16996 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17010 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17013 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17014 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17016 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 900.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17024 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17028 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17031 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17043 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17044 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17054 , cls_22 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17055 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17056 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17060 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17063 , cls_22 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17067 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17081 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17085 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17095 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17097 , cls_22 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17101 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17107 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17113 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17130 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17135 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17139 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17141 , cls_22 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10 , cls_41 , 0.9000 , 600.0000 , 41.7164 , 666.6667 , 1.4286 , 1.1006 , 0.5609 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15 , cls_41 , 42.1200 , 13740.0000 , 432.9044 , 326.2108 , 5.2045 , 1.2573 , 0.8426 , 0.7358 , 17.5500 , 10.0000 , 41.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 22 , cls_41 , 2.5200 , 1560.0000 , 97.2057 , 619.0476 , 2.3636 , 1.1774 , 0.8261 , 0.5000 , 0.0900 , 1.0000 , 3.5714 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 28 , cls_41 , 18.9000 , 6900.0000 , 216.5964 , 365.0794 , 3.9655 , 1.2269 , 0.6786 , 0.7016 , 6.6600 , 5.0000 , 35.2381 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 31 , cls_41 , 9.9000 , 4080.0000 , 176.4184 , 412.1212 , 3.2381 , 1.2045 , 0.7430 , 0.6561 , 2.2500 , 5.0000 , 22.7273 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 37 , cls_41 , 7.2900 , 1860.0000 , 134.1696 , 255.1440 , 1.7222 , 1.0971 , 0.7205 , 0.7901 , 3.9600 , 1.0000 , 54.3210 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 39 , cls_41 , 2.0700 , 720.0000 , 56.6212 , 347.8261 , 1.2000 , 1.0451 , 0.5199 , 0.7029 , 0.7200 , 1.0000 , 34.7826 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 43 , cls_41 , 1.7100 , 780.0000 , 56.9238 , 456.1404 , 1.4444 , 1.0820 , 0.6442 , 0.6228 , 0.4500 , 1.0000 , 26.3158 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 50 , cls_41 , 2.6100 , 960.0000 , 71.2118 , 367.8161 , 1.4545 , 1.0778 , 0.5656 , 0.6954 , 0.9000 , 1.0000 , 34.4828 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 55 , cls_41 , 22.3200 , 6420.0000 , 299.3463 , 287.6344 , 3.3438 , 1.1986 , 0.8356 , 0.7574 , 9.9000 , 4.0000 , 44.3548 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 62 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 64 , cls_41 , 8.6400 , 3900.0000 , 209.7849 , 451.3889 , 3.2500 , 1.2110 , 0.8216 , 0.6424 , 2.4300 , 5.0000 , 28.1250 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 66 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 67 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 70 , cls_41 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 72 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 74 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 77 , cls_41 , 0.9900 , 780.0000 , 60.7673 , 787.8788 , 1.8571 , 1.1463 , 0.8352 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 79 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 81 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 83 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 89 , cls_41 , 0.9000 , 660.0000 , 45.3952 , 733.3333 , 1.5714 , 1.1216 , 0.5609 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 91 , cls_41 , 1.3500 , 780.0000 , 65.6028 , 577.7778 , 1.6250 , 1.1089 , 0.7384 , 0.5222 , 0.1800 , 1.0000 , 13.3333 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 92 , cls_41 , 2.8800 , 1380.0000 , 126.7933 , 479.1667 , 1.9167 , 1.1382 , 0.8337 , 0.5990 , 0.4500 , 2.0000 , 15.6250 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 100 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 101 , cls_41 , 25.9200 , 8700.0000 , 289.6723 , 335.6481 , 4.2647 , 1.2330 , 0.7026 , 0.7263 , 9.9000 , 5.0000 , 38.1944 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 104 , cls_41 , 0.9900 , 540.0000 , 42.9936 , 545.4545 , 1.2857 , 1.0663 , 0.6498 , 0.5455 , 0.1800 , 1.0000 , 18.1818 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 109 , cls_41 , 0.6300 , 480.0000 , 37.4341 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 112 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 114 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 116 , cls_41 , 3.9600 , 1380.0000 , 97.3032 , 348.4848 , 1.6429 , 1.1040 , 0.6163 , 0.7008 , 1.1700 , 1.0000 , 29.5455 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 121 , cls_41 , 0.5400 , 420.0000 , 39.3630 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 123 , cls_41 , 4.1400 , 1740.0000 , 105.2018 , 420.2899 , 2.0714 , 1.1429 , 0.7350 , 0.6449 , 1.0800 , 1.0000 , 26.0870 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 132 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 145 , cls_41 , 32.1300 , 11400.0000 , 357.6548 , 354.8086 , 5.0000 , 1.2547 , 0.8114 , 0.7040 , 11.5200 , 12.0000 , 35.8543 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 147 , cls_41 , 1.4400 , 660.0000 , 48.6422 , 458.3333 , 1.3750 , 1.0665 , 0.5473 , 0.6250 , 0.3600 , 1.0000 , 25.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 149 , cls_41 , 0.6300 , 480.0000 , 40.1677 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 151 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 162 , cls_41 , 0.5400 , 540.0000 , 43.2437 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 170 , cls_41 , 1.5300 , 900.0000 , 83.0803 , 588.2353 , 1.6667 , 1.1242 , 0.8420 , 0.4804 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 173 , cls_41 , 0.8100 , 480.0000 , 44.8842 , 592.5926 , 1.3333 , 1.0639 , 0.7135 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 186 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 192 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 196 , cls_41 , 0.6300 , 480.0000 , 32.9083 , 761.9048 , 1.3333 , 1.0945 , 0.5048 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 200 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 216 , cls_41 , 0.6300 , 480.0000 , 34.7715 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 218 , cls_41 , 0.7200 , 540.0000 , 36.2146 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.4375 , 0.0900 , 1.0000 , 12.5000 , 371.0795 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 222 , cls_41 , 0.9900 , 600.0000 , 50.3467 , 606.0606 , 1.4286 , 1.0892 , 0.7307 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 235 , cls_41 , 3.4200 , 1560.0000 , 90.6498 , 456.1404 , 2.0000 , 1.1429 , 0.6976 , 0.6404 , 0.9900 , 1.0000 , 28.9474 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 237 , cls_41 , 1.8000 , 780.0000 , 64.2487 , 433.3333 , 1.4444 , 1.0763 , 0.6559 , 0.6167 , 0.1800 , 2.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 243 , cls_41 , 1.0800 , 840.0000 , 55.9612 , 777.7778 , 2.0000 , 1.1515 , 0.7935 , 0.4028 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 247 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 259 , cls_41 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 270 , cls_41 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 273 , cls_41 , 3.5100 , 1560.0000 , 97.8571 , 444.4444 , 2.0000 , 1.1401 , 0.8126 , 0.6453 , 0.9900 , 1.0000 , 28.2051 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 276 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 284 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 289 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 306 , cls_41 , 6.4800 , 3180.0000 , 202.6906 , 490.7407 , 3.1176 , 1.2056 , 0.9069 , 0.5926 , 1.1700 , 3.0000 , 18.0556 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 307 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 321 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 322 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 331 , cls_41 , 1.3500 , 660.0000 , 49.9404 , 488.8889 , 1.3750 , 1.0738 , 0.6327 , 0.6111 , 0.3600 , 1.0000 , 26.6667 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 334 , cls_41 , 1.7100 , 780.0000 , 53.4826 , 456.1404 , 1.4444 , 1.0820 , 0.5348 , 0.6404 , 0.5400 , 1.0000 , 31.5789 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 335 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 342 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 351 , cls_41 , 0.9900 , 540.0000 , 42.3203 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5455 , 0.0900 , 1.0000 , 9.0909 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 362 , cls_41 , 5.3100 , 2340.0000 , 154.4566 , 440.6780 , 2.4375 , 1.1713 , 0.8774 , 0.6412 , 1.3500 , 2.0000 , 25.4237 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 364 , cls_41 , 0.7200 , 600.0000 , 48.1561 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 365 , cls_41 , 12.9600 , 5880.0000 , 216.7533 , 453.7037 , 4.0833 , 1.2390 , 0.8166 , 0.6262 , 3.2400 , 4.0000 , 25.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 371 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 386 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 391 , cls_41 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 404 , cls_41 , 5.5800 , 2700.0000 , 138.5185 , 483.8710 , 2.8125 , 1.1921 , 0.7333 , 0.6183 , 1.3500 , 4.0000 , 24.1935 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 413 , cls_41 , 2.7000 , 1320.0000 , 92.9317 , 488.8889 , 2.0000 , 1.1367 , 0.8137 , 0.6000 , 0.4500 , 2.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 424 , cls_41 , 0.8100 , 720.0000 , 66.4245 , 888.8889 , 2.0000 , 1.1540 , 0.8451 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 447 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 448 , cls_41 , 0.7200 , 420.0000 , 33.5470 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 454 , cls_41 , 1.5300 , 900.0000 , 61.4943 , 588.2353 , 1.6667 , 1.1242 , 0.6268 , 0.5098 , 0.0900 , 1.0000 , 5.8824 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 462 , cls_41 , 21.9600 , 6600.0000 , 273.2734 , 300.5464 , 3.4375 , 1.2047 , 0.6509 , 0.7534 , 9.4500 , 4.0000 , 43.0328 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 464 , cls_41 , 23.4000 , 4920.0000 , 231.8871 , 210.2564 , 2.4848 , 1.1510 , 0.6082 , 0.8256 , 13.9500 , 2.0000 , 59.6154 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 494 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 504 , cls_41 , 2.4300 , 1500.0000 , 81.3898 , 617.2840 , 2.2727 , 1.1739 , 0.7472 , 0.5185 , 0.2700 , 2.0000 , 11.1111 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 532 , cls_41 , 2.7900 , 1680.0000 , 103.1527 , 602.1505 , 2.3333 , 1.1802 , 0.8246 , 0.5323 , 0.3600 , 2.0000 , 12.9032 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 537 , cls_41 , 0.8100 , 480.0000 , 39.9691 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 543 , cls_41 , 4.8600 , 1800.0000 , 115.9515 , 370.3704 , 2.0000 , 1.1322 , 0.8137 , 0.6883 , 1.5300 , 2.0000 , 31.4815 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 544 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 548 , cls_41 , 0.6300 , 480.0000 , 37.7674 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 550 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 551 , cls_41 , 1.7100 , 840.0000 , 58.6946 , 491.2281 , 1.5556 , 1.0972 , 0.6034 , 0.5877 , 0.2700 , 1.0000 , 15.7895 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 564 , cls_41 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 584 , cls_41 , 0.6300 , 600.0000 , 50.6725 , 952.3810 , 1.6667 , 1.1455 , 0.8019 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 585 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 587 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 594 , cls_41 , 1.0800 , 720.0000 , 51.3660 , 666.6667 , 1.7143 , 1.1183 , 0.7062 , 0.4583 , 0.0900 , 1.0000 , 8.3333 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 602 , cls_41 , 4.7700 , 1920.0000 , 102.1311 , 402.5157 , 2.1333 , 1.1462 , 0.5834 , 0.6698 , 1.6200 , 2.0000 , 33.9623 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 619 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 620 , cls_41 , 0.7200 , 660.0000 , 55.5791 , 916.6667 , 1.8333 , 1.1497 , 0.8244 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 271.6616 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 623 , cls_41 , 2.8800 , 1620.0000 , 92.1750 , 562.5000 , 2.2500 , 1.1694 , 0.7645 , 0.5521 , 0.3600 , 1.0000 , 12.5000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 638 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 644 , cls_41 , 0.6300 , 540.0000 , 39.7181 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 660 , cls_41 , 1.8900 , 840.0000 , 66.3156 , 444.4444 , 1.4000 , 1.0860 , 0.6658 , 0.6270 , 0.3600 , 1.0000 , 19.0476 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 668 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 669 , cls_41 , 1.2600 , 660.0000 , 52.3801 , 523.8095 , 1.3750 , 1.0816 , 0.6572 , 0.5476 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 670 , cls_41 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 672 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 679 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 681 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 691 , cls_41 , 0.9000 , 540.0000 , 39.8524 , 600.0000 , 1.2857 , 1.0775 , 0.5609 , 0.5000 , 0.0900 , 1.0000 , 10.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 697 , cls_41 , 3.3300 , 1560.0000 , 139.1459 , 468.4685 , 2.0000 , 1.1459 , 0.8514 , 0.6081 , 0.5400 , 3.0000 , 16.2162 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 702 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 705 , cls_41 , 2.1600 , 1560.0000 , 80.8371 , 722.2222 , 2.6000 , 1.1956 , 0.6850 , 0.4514 , 0.1800 , 1.0000 , 8.3333 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 709 , cls_41 , 1.7100 , 960.0000 , 60.8874 , 561.4035 , 1.7778 , 1.1246 , 0.7531 , 0.5439 , 0.2700 , 1.0000 , 15.7895 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 711 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 716 , cls_41 , 0.8100 , 420.0000 , 37.1582 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 717 , cls_41 , 1.1700 , 480.0000 , 41.7589 , 410.2564 , 1.0000 , 1.0222 , 0.4827 , 0.6282 , 0.1800 , 1.0000 , 15.3846 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 719 , cls_41 , 0.4500 , 480.0000 , 37.7592 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 726 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 743 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 748 , cls_41 , 0.6300 , 600.0000 , 52.1140 , 952.3810 , 1.6667 , 1.1455 , 0.8286 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 750 , cls_41 , 4.6800 , 1740.0000 , 118.5517 , 371.7949 , 1.9333 , 1.1299 , 0.8186 , 0.6923 , 1.7100 , 1.0000 , 36.5385 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 754 , cls_41 , 4.6800 , 2760.0000 , 125.5022 , 589.7436 , 3.0667 , 1.2157 , 0.7501 , 0.5128 , 0.2700 , 1.0000 , 5.7692 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 760 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 768 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 773 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 779 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 794 , cls_41 , 13.8600 , 3420.0000 , 230.9748 , 246.7532 , 2.2800 , 1.1405 , 0.8214 , 0.7900 , 7.2900 , 1.0000 , 52.5974 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 797 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 830 , cls_41 , 2.7000 , 1560.0000 , 82.9476 , 577.7778 , 2.3636 , 1.1694 , 0.7890 , 0.5556 , 0.2700 , 2.0000 , 10.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 831 , cls_41 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 833 , cls_41 , 0.5400 , 420.0000 , 32.6544 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 840 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 408.0441 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 843 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 846 , cls_41 , 0.6300 , 600.0000 , 45.0128 , 952.3810 , 1.6667 , 1.1455 , 0.7591 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 848 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 855 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 860 , cls_41 , 27.1800 , 8640.0000 , 264.2400 , 317.8808 , 4.1143 , 1.2272 , 0.7750 , 0.7395 , 11.7000 , 7.0000 , 43.0464 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 870 , cls_41 , 3.2400 , 1680.0000 , 115.6525 , 518.5185 , 2.3333 , 1.1632 , 0.8315 , 0.5741 , 0.3600 , 3.0000 , 11.1111 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 872 , cls_41 , 2.8800 , 1140.0000 , 89.3092 , 395.8333 , 1.5833 , 1.1010 , 0.6740 , 0.6615 , 0.8100 , 2.0000 , 28.1250 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 877 , cls_41 , 1.0800 , 480.0000 , 39.4856 , 444.4444 , 1.1429 , 1.0310 , 0.3888 , 0.6250 , 0.2700 , 1.0000 , 25.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 878 , cls_41 , 0.9000 , 480.0000 , 36.5337 , 533.3333 , 1.1429 , 1.0516 , 0.3634 , 0.5667 , 0.1800 , 1.0000 , 20.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 894 , cls_41 , 2.0700 , 720.0000 , 57.5987 , 347.8261 , 1.2000 , 1.0451 , 0.5495 , 0.6957 , 0.6300 , 1.0000 , 30.4348 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 896 , cls_41 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 899 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 901 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 917 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 920 , cls_41 , 0.7200 , 540.0000 , 36.4335 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.4375 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 925 , cls_41 , 3.2400 , 1380.0000 , 98.4188 , 425.9259 , 1.9167 , 1.1253 , 0.7004 , 0.6389 , 0.7200 , 2.0000 , 22.2222 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 975 , cls_41 , 0.6300 , 420.0000 , 33.8650 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 980 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 981 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 999 , cls_41 , 0.9900 , 540.0000 , 42.2147 , 545.4545 , 1.2857 , 1.0663 , 0.6498 , 0.5303 , 0.0900 , 1.0000 , 9.0909 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1008 , cls_41 , 0.7200 , 540.0000 , 46.0478 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1020 , cls_41 , 8.1900 , 2880.0000 , 161.8012 , 351.6484 , 2.4000 , 1.1631 , 0.7772 , 0.7161 , 3.2400 , 2.0000 , 39.5604 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1054 , cls_41 , 1.1700 , 540.0000 , 45.5930 , 461.5385 , 1.1250 , 1.0473 , 0.5862 , 0.6026 , 0.1800 , 1.0000 , 15.3846 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1057 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1069 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1076 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1088 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1092 , cls_41 , 1.4400 , 1020.0000 , 63.6107 , 708.3333 , 2.1250 , 1.1574 , 0.6156 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1103 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1111 , cls_41 , 1.3500 , 660.0000 , 57.7926 , 488.8889 , 1.3750 , 1.0738 , 0.6869 , 0.5778 , 0.0900 , 1.0000 , 6.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1113 , cls_41 , 2.0700 , 1680.0000 , 91.9220 , 811.5942 , 2.8000 , 1.2156 , 0.8214 , 0.3841 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1118 , cls_41 , 37.8000 , 5820.0000 , 264.2046 , 153.9683 , 2.3659 , 1.1342 , 0.5502 , 0.8722 , 26.3700 , 2.0000 , 69.7619 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1119 , cls_41 , 1.1700 , 660.0000 , 45.7301 , 564.1026 , 1.3750 , 1.0902 , 0.5963 , 0.5385 , 0.1800 , 1.0000 , 15.3846 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1120 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1121 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1125 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1126 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1128 , cls_41 , 1.1700 , 720.0000 , 52.6360 , 615.3846 , 1.5000 , 1.1087 , 0.7286 , 0.4872 , 0.0900 , 1.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1135 , cls_41 , 1.6200 , 1020.0000 , 63.2881 , 629.6296 , 1.8889 , 1.1434 , 0.7838 , 0.5185 , 0.1800 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1162 , cls_41 , 1.7100 , 840.0000 , 60.4421 , 491.2281 , 1.5556 , 1.0972 , 0.6278 , 0.5965 , 0.1800 , 2.0000 , 10.5263 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1193 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1197 , cls_41 , 0.9000 , 660.0000 , 46.0024 , 733.3333 , 1.5714 , 1.1216 , 0.7170 , 0.4500 , 0.1800 , 1.0000 , 20.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1199 , cls_41 , 2.2500 , 1080.0000 , 70.8365 , 480.0000 , 1.8000 , 1.1173 , 0.6817 , 0.5933 , 0.2700 , 2.0000 , 12.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1202 , cls_41 , 0.9900 , 480.0000 , 41.7376 , 484.8485 , 1.1429 , 1.0407 , 0.5881 , 0.5758 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1213 , cls_41 , 3.6900 , 1680.0000 , 99.4128 , 455.2846 , 2.1538 , 1.1488 , 0.7309 , 0.6220 , 0.7200 , 2.0000 , 19.5122 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1222 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1253 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1265 , cls_41 , 1.8900 , 720.0000 , 53.6864 , 380.9524 , 1.2000 , 1.0547 , 0.5617 , 0.6905 , 0.7200 , 1.0000 , 38.0952 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1266 , cls_41 , 4.4100 , 2340.0000 , 129.0395 , 530.6122 , 2.7857 , 1.1916 , 0.8610 , 0.5578 , 0.7200 , 1.0000 , 16.3265 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1289 , cls_41 , 1.0800 , 720.0000 , 50.0649 , 666.6667 , 1.7143 , 1.1183 , 0.6273 , 0.4861 , 0.0900 , 1.0000 , 8.3333 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1290 , cls_41 , 0.9900 , 900.0000 , 55.3546 , 909.0909 , 2.1429 , 1.1774 , 0.6498 , 0.3030 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1293 , cls_41 , 0.9000 , 540.0000 , 41.6334 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5167 , 0.0900 , 1.0000 , 10.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1295 , cls_41 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1296 , cls_41 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1314 , cls_41 , 42.8400 , 14460.0000 , 406.5771 , 337.5350 , 5.4773 , 1.2636 , 0.8396 , 0.7213 , 15.1200 , 11.0000 , 35.2941 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1319 , cls_41 , 1.6200 , 720.0000 , 55.1252 , 444.4444 , 1.3333 , 1.0715 , 0.5416 , 0.6204 , 0.3600 , 1.0000 , 22.2222 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1323 , cls_41 , 0.7200 , 540.0000 , 38.9051 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1330 , cls_41 , 2.3400 , 1320.0000 , 85.9310 , 564.1026 , 2.0000 , 1.1528 , 0.7733 , 0.5577 , 0.2700 , 2.0000 , 11.5385 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1342 , cls_41 , 3.1500 , 960.0000 , 71.5585 , 304.7619 , 1.3333 , 1.0583 , 0.5453 , 0.7429 , 1.3500 , 1.0000 , 42.8571 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1358 , cls_41 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1368 , cls_41 , 2.0700 , 1080.0000 , 63.6508 , 521.7391 , 1.8000 , 1.1267 , 0.5199 , 0.5870 , 0.3600 , 1.0000 , 17.3913 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1383 , cls_41 , 2.6100 , 1140.0000 , 68.2701 , 436.7816 , 1.7273 , 1.1116 , 0.5384 , 0.6552 , 0.7200 , 2.0000 , 27.5862 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1387 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1390 , cls_41 , 3.4200 , 1680.0000 , 95.6949 , 491.2281 , 2.1538 , 1.1571 , 0.7506 , 0.6009 , 0.8100 , 2.0000 , 23.6842 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1392 , cls_41 , 0.6300 , 660.0000 , 60.2931 , 1047.6190 , 1.8333 , 1.1673 , 0.8629 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1395 , cls_41 , 3.9600 , 1440.0000 , 89.0246 , 363.6364 , 1.7143 , 1.1120 , 0.6240 , 0.6970 , 1.3500 , 1.0000 , 34.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1397 , cls_41 , 0.9000 , 480.0000 , 37.8454 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5500 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1401 , cls_41 , 0.7200 , 420.0000 , 32.8177 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1404 , cls_41 , 1.5300 , 840.0000 , 75.8346 , 549.0196 , 1.5556 , 1.1099 , 0.8134 , 0.5196 , 0.0900 , 1.0000 , 5.8824 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1406 , cls_41 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 284.6050 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1408 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1426 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1428 , cls_41 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1436 , cls_41 , 0.8100 , 540.0000 , 40.8841 , 666.6667 , 1.5000 , 1.0901 , 0.6903 , 0.4444 , 0.0900 , 1.0000 , 11.1111 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1452 , cls_41 , 0.4500 , 360.0000 , 24.0000 , 800.0000 , 1.2000 , 1.0699 , 0.3634 , 0.4000 , 0.0900 , 1.0000 , 20.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1458 , cls_41 , 9.0000 , 4020.0000 , 290.8978 , 446.6667 , 3.3500 , 1.2120 , 0.8990 , 0.6283 , 1.7100 , 6.0000 , 19.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1467 , cls_41 , 2.6100 , 1080.0000 , 69.0773 , 413.7931 , 1.6364 , 1.1010 , 0.6517 , 0.6609 , 0.8100 , 1.0000 , 31.0345 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1472 , cls_41 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1486 , cls_41 , 0.8100 , 480.0000 , 37.1678 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1495 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1496 , cls_41 , 1.2600 , 840.0000 , 55.0203 , 666.6667 , 1.7500 , 1.1327 , 0.6637 , 0.4881 , 0.0900 , 1.0000 , 7.1429 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1497 , cls_41 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1500 , cls_41 , 9.7200 , 2640.0000 , 133.0324 , 271.6049 , 2.0952 , 1.1306 , 0.5491 , 0.7809 , 5.2200 , 1.0000 , 53.7037 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1513 , cls_41 , 1.9800 , 960.0000 , 80.2978 , 484.8485 , 1.6000 , 1.1079 , 0.7845 , 0.6136 , 0.4500 , 1.0000 , 22.7273 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1514 , cls_41 , 13.4100 , 3180.0000 , 258.8630 , 237.1365 , 2.1200 , 1.1313 , 0.8589 , 0.7931 , 6.4800 , 1.0000 , 48.3221 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1515 , cls_41 , 13.5900 , 4380.0000 , 189.3913 , 322.2958 , 2.9200 , 1.1842 , 0.6848 , 0.7384 , 5.7600 , 3.0000 , 42.3841 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1517 , cls_41 , 8.6400 , 3060.0000 , 141.0185 , 354.1667 , 2.5500 , 1.1683 , 0.7124 , 0.7188 , 3.6000 , 1.0000 , 41.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1542 , cls_41 , 0.7200 , 420.0000 , 33.2471 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1545 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1547 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1549 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1554 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1555 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1557 , cls_41 , 6.0300 , 2400.0000 , 154.9036 , 398.0100 , 2.3529 , 1.1623 , 0.7663 , 0.6741 , 1.5300 , 3.0000 , 25.3731 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1558 , cls_41 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1579 , cls_41 , 5.6700 , 1560.0000 , 122.0221 , 275.1323 , 1.6250 , 1.0902 , 0.7224 , 0.7646 , 2.5200 , 2.0000 , 44.4444 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1590 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1604 , cls_41 , 2.7900 , 960.0000 , 71.8183 , 344.0860 , 1.3333 , 1.0708 , 0.5614 , 0.7097 , 0.9900 , 1.0000 , 35.4839 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1607 , cls_41 , 9.8100 , 3780.0000 , 251.0976 , 385.3211 , 3.0000 , 1.1922 , 0.8641 , 0.6713 , 2.3400 , 4.0000 , 23.8532 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1614 , cls_41 , 0.4500 , 540.0000 , 35.4868 , 1200.0000 , 1.8000 , 1.1663 , 0.6817 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1623 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1643 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1672 , cls_41 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1675 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1678 , cls_41 , 0.9000 , 480.0000 , 38.7602 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5500 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1679 , cls_41 , 7.7400 , 2400.0000 , 126.4752 , 310.0775 , 2.1053 , 1.1366 , 0.6760 , 0.7461 , 3.4200 , 1.0000 , 44.1860 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1688 , cls_41 , 71.2800 , 20700.0000 , 584.4527 , 290.4040 , 6.0526 , 1.2691 , 0.8468 , 0.7607 , 32.4900 , 14.0000 , 45.5808 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1689 , cls_41 , 1.9800 , 900.0000 , 72.0445 , 454.5455 , 1.5000 , 1.0949 , 0.7606 , 0.6212 , 0.3600 , 2.0000 , 18.1818 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1698 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1707 , cls_41 , 5.9400 , 3540.0000 , 166.3828 , 595.9596 , 3.4706 , 1.2346 , 0.8253 , 0.5152 , 0.3600 , 3.0000 , 6.0606 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1709 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1715 , cls_41 , 5.8500 , 2700.0000 , 128.7204 , 461.5385 , 2.6471 , 1.1870 , 0.6877 , 0.6231 , 1.2600 , 3.0000 , 21.5385 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1726 , cls_41 , 1.7100 , 1080.0000 , 58.0324 , 631.5789 , 2.0000 , 1.1488 , 0.6278 , 0.5351 , 0.3600 , 1.0000 , 21.0526 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1756 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 283.0194 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1758 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1762 , cls_41 , 1.5300 , 960.0000 , 69.4843 , 627.4510 , 1.7778 , 1.1376 , 0.7035 , 0.4902 , 0.0900 , 1.0000 , 5.8824 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1763 , cls_41 , 5.5800 , 2040.0000 , 123.2178 , 365.5914 , 2.1250 , 1.1408 , 0.6553 , 0.6989 , 1.8900 , 2.0000 , 33.8710 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1764 , cls_41 , 2.6100 , 1200.0000 , 96.5910 , 459.7701 , 1.8182 , 1.1217 , 0.7471 , 0.6092 , 0.3600 , 3.0000 , 13.7931 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1771 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1785 , cls_41 , 1.6200 , 780.0000 , 53.6728 , 481.4815 , 1.4444 , 1.0880 , 0.6048 , 0.6111 , 0.3600 , 1.0000 , 22.2222 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1822 , cls_41 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1837 , cls_41 , 0.9000 , 480.0000 , 41.1698 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5333 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1840 , cls_41 , 1.9800 , 840.0000 , 65.6413 , 424.2424 , 1.4000 , 1.0809 , 0.6215 , 0.6439 , 0.4500 , 2.0000 , 22.7273 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1849 , cls_41 , 1.9800 , 1380.0000 , 101.6454 , 696.9697 , 2.3000 , 1.1813 , 0.7845 , 0.4015 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1872 , cls_41 , 3.8700 , 2160.0000 , 122.1845 , 558.1395 , 2.5714 , 1.1912 , 0.7640 , 0.5543 , 0.4500 , 2.0000 , 11.6279 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1876 , cls_41 , 0.9000 , 540.0000 , 47.4896 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1892 , cls_41 , 0.5400 , 420.0000 , 32.6544 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1903 , cls_41 , 3.3300 , 1800.0000 , 118.0084 , 540.5405 , 2.3077 , 1.1734 , 0.8195 , 0.5586 , 0.2700 , 2.0000 , 8.1081 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1906 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1910 , cls_41 , 5.4000 , 1920.0000 , 115.4340 , 355.5556 , 2.0000 , 1.1331 , 0.7366 , 0.7083 , 1.9800 , 1.0000 , 36.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1936 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1946 , cls_41 , 0.9900 , 480.0000 , 39.2274 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5909 , 0.1800 , 1.0000 , 18.1818 , 283.0194 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1950 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1954 , cls_41 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1959 , cls_41 , 0.7200 , 600.0000 , 48.3656 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1966 , cls_41 , 3.3300 , 1680.0000 , 120.2806 , 504.5045 , 2.1538 , 1.1601 , 0.7906 , 0.5586 , 0.3600 , 1.0000 , 10.8108 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1967 , cls_41 , 1.7100 , 1440.0000 , 116.5644 , 842.1053 , 2.6667 , 1.2078 , 0.8890 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1985 , cls_41 , 0.9900 , 540.0000 , 46.3600 , 545.4545 , 1.2857 , 1.0663 , 0.6498 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1989 , cls_41 , 10.6200 , 3060.0000 , 158.1564 , 288.1356 , 2.3182 , 1.1475 , 0.7479 , 0.7641 , 5.0400 , 2.0000 , 47.4576 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2008 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2010 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2033 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2037 , cls_41 , 11.1600 , 3840.0000 , 190.7083 , 344.0860 , 2.7826 , 1.1816 , 0.7881 , 0.7191 , 4.4100 , 2.0000 , 39.5161 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2040 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2057 , cls_41 , 10.7100 , 3420.0000 , 164.7108 , 319.3277 , 2.5909 , 1.1658 , 0.7621 , 0.7465 , 5.1300 , 3.0000 , 47.8992 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2060 , cls_41 , 7.9200 , 2700.0000 , 164.3574 , 340.9091 , 2.3684 , 1.1551 , 0.7845 , 0.7235 , 2.9700 , 2.0000 , 37.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2062 , cls_41 , 0.9000 , 660.0000 , 50.9435 , 733.3333 , 1.5714 , 1.1216 , 0.7453 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2063 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2079 , cls_41 , 4.3200 , 1620.0000 , 132.8716 , 375.0000 , 1.9286 , 1.1250 , 0.8054 , 0.6875 , 1.3500 , 2.0000 , 31.2500 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2090 , cls_41 , 1.3500 , 660.0000 , 52.4864 , 488.8889 , 1.3750 , 1.0738 , 0.6396 , 0.5778 , 0.1800 , 1.0000 , 13.3333 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2091 , cls_41 , 1.3500 , 780.0000 , 57.1324 , 577.7778 , 1.6250 , 1.1089 , 0.6707 , 0.5222 , 0.0900 , 1.0000 , 6.6667 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2100 , cls_41 , 86.0400 , 24540.0000 , 580.2468 , 285.2162 , 6.5968 , 1.2765 , 0.8046 , 0.7695 , 41.3100 , 21.0000 , 48.0126 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2107 , cls_41 , 9.7200 , 5160.0000 , 223.1440 , 530.8642 , 4.0952 , 1.2473 , 0.8382 , 0.5710 , 1.5300 , 5.0000 , 15.7407 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2116 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2118 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2121 , cls_41 , 5.3100 , 2520.0000 , 113.6586 , 474.5763 , 2.6250 , 1.1849 , 0.6921 , 0.6356 , 1.3500 , 2.0000 , 25.4237 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2128 , cls_41 , 2.7000 , 960.0000 , 65.5779 , 355.5556 , 1.4545 , 1.0743 , 0.4838 , 0.7056 , 0.9900 , 1.0000 , 36.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2129 , cls_41 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2131 , cls_41 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2148 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2151 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2152 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2153 , cls_41 , 3.2400 , 1200.0000 , 102.3559 , 370.3704 , 1.6667 , 1.0984 , 0.7425 , 0.6806 , 0.8100 , 3.0000 , 25.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2157 , cls_41 , 9.9000 , 3840.0000 , 207.3935 , 387.8788 , 3.0476 , 1.1940 , 0.8186 , 0.6803 , 2.8800 , 5.0000 , 29.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2159 , cls_41 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2169 , cls_41 , 1.7100 , 780.0000 , 62.8678 , 456.1404 , 1.4444 , 1.0820 , 0.6976 , 0.6140 , 0.3600 , 1.0000 , 21.0526 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2177 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2179 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2196 , cls_41 , 2.4300 , 840.0000 , 64.2908 , 345.6790 , 1.2727 , 1.0590 , 0.5703 , 0.7099 , 0.9000 , 1.0000 , 37.0370 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2198 , cls_41 , 0.9000 , 660.0000 , 53.5345 , 733.3333 , 1.5714 , 1.1216 , 0.6894 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2210 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2215 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2219 , cls_41 , 3.2400 , 2100.0000 , 166.4636 , 648.1481 , 2.9167 , 1.2061 , 0.9092 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2225 , cls_41 , 1.8900 , 1560.0000 , 97.5382 , 825.3968 , 2.6000 , 1.2118 , 0.8252 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2259 , cls_41 , 4.1400 , 2820.0000 , 200.1063 , 681.1594 , 3.3571 , 1.2338 , 0.8999 , 0.4420 , 0.1800 , 2.0000 , 4.3478 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2260 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2264 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2270 , cls_41 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2279 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2305 , cls_41 , 3.0600 , 1620.0000 , 116.6992 , 529.4118 , 2.2500 , 1.1626 , 0.8830 , 0.5441 , 0.3600 , 2.0000 , 11.7647 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2307 , cls_41 , 1.0800 , 540.0000 , 46.2366 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5556 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2340 , cls_41 , 0.6300 , 480.0000 , 34.7715 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2344 , cls_41 , 0.9900 , 600.0000 , 44.9332 , 606.0606 , 1.4286 , 1.0892 , 0.6584 , 0.5000 , 0.0900 , 1.0000 , 9.0909 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2350 , cls_41 , 1.5300 , 1140.0000 , 98.6400 , 745.0980 , 2.1111 , 1.1733 , 0.8878 , 0.4118 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2361 , cls_41 , 0.8100 , 480.0000 , 38.5678 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2365 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2366 , cls_41 , 1.5300 , 900.0000 , 56.9159 , 588.2353 , 1.6667 , 1.1242 , 0.6670 , 0.5490 , 0.1800 , 2.0000 , 11.7647 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2370 , cls_41 , 3.7800 , 2400.0000 , 171.6886 , 634.9206 , 3.0769 , 1.2138 , 0.9185 , 0.5079 , 0.2700 , 1.0000 , 7.1429 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2372 , cls_41 , 1.1700 , 540.0000 , 42.9929 , 461.5385 , 1.1250 , 1.0473 , 0.4292 , 0.6154 , 0.2700 , 1.0000 , 23.0769 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2378 , cls_41 , 1.8000 , 780.0000 , 63.8418 , 433.3333 , 1.4444 , 1.0763 , 0.7004 , 0.6250 , 0.2700 , 1.0000 , 15.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2384 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2398 , cls_41 , 2.4300 , 1260.0000 , 70.5079 , 518.5185 , 1.9091 , 1.1393 , 0.5354 , 0.5802 , 0.3600 , 2.0000 , 14.8148 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2400 , cls_41 , 3.6900 , 1080.0000 , 93.0949 , 292.6829 , 1.3846 , 1.0647 , 0.6737 , 0.7398 , 1.3500 , 1.0000 , 36.5854 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2405 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2407 , cls_41 , 1.1700 , 780.0000 , 50.3063 , 666.6667 , 1.6250 , 1.1258 , 0.5963 , 0.4744 , 0.0900 , 1.0000 , 7.6923 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2412 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2424 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2437 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2443 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2447 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2458 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2469 , cls_41 , 1.2600 , 660.0000 , 49.7186 , 523.8095 , 1.3750 , 1.0816 , 0.6039 , 0.5833 , 0.2700 , 1.0000 , 21.4286 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2472 , cls_41 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2484 , cls_41 , 2.1600 , 1080.0000 , 66.6557 , 500.0000 , 1.8000 , 1.1219 , 0.5870 , 0.5903 , 0.3600 , 1.0000 , 16.6667 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2492 , cls_41 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2500 , cls_41 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2509 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2512 , cls_41 , 1.5300 , 600.0000 , 50.0640 , 392.1569 , 1.1111 , 1.0400 , 0.4721 , 0.6569 , 0.3600 , 1.0000 , 23.5294 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2515 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2520 , cls_41 , 1.0800 , 480.0000 , 39.4537 , 444.4444 , 1.1429 , 1.0310 , 0.3888 , 0.6250 , 0.2700 , 1.0000 , 25.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2522 , cls_41 , 3.4200 , 1800.0000 , 117.9003 , 526.3158 , 2.3077 , 1.1704 , 0.7781 , 0.5877 , 0.6300 , 2.0000 , 18.4211 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2528 , cls_41 , 0.5400 , 480.0000 , 34.3237 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2530 , cls_41 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2539 , cls_41 , 26.4600 , 7440.0000 , 285.7196 , 281.1791 , 3.5429 , 1.2059 , 0.8128 , 0.7670 , 12.2400 , 4.0000 , 46.2585 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2551 , cls_41 , 13.0500 , 4560.0000 , 182.3810 , 349.4253 , 3.0400 , 1.1951 , 0.6344 , 0.7103 , 4.3200 , 5.0000 , 33.1034 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2553 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2563 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2576 , cls_41 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2577 , cls_41 , 1.6200 , 780.0000 , 58.2528 , 481.4815 , 1.4444 , 1.0880 , 0.7135 , 0.5833 , 0.1800 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2606 , cls_41 , 0.8100 , 540.0000 , 41.9029 , 666.6667 , 1.5000 , 1.0901 , 0.7135 , 0.4444 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2608 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2609 , cls_41 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2616 , cls_41 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2620 , cls_41 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2647 , cls_41 , 0.9000 , 660.0000 , 53.9797 , 733.3333 , 1.5714 , 1.1216 , 0.7805 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2656 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2663 , cls_41 , 29.8800 , 7080.0000 , 286.5247 , 236.9478 , 3.1892 , 1.1864 , 0.7722 , 0.8042 , 16.4700 , 4.0000 , 55.1205 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2664 , cls_41 , 6.7500 , 2400.0000 , 117.0350 , 355.5556 , 2.2222 , 1.1505 , 0.5078 , 0.7067 , 2.4300 , 2.0000 , 36.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2675 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2688 , cls_41 , 1.8900 , 1260.0000 , 113.5325 , 666.6667 , 2.1000 , 1.1684 , 0.8960 , 0.4127 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2690 , cls_41 , 0.8100 , 660.0000 , 49.3502 , 814.8148 , 1.8333 , 1.1347 , 0.7135 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2695 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2702 , cls_41 , 2.8800 , 1800.0000 , 100.6751 , 625.0000 , 2.5000 , 1.1899 , 0.8012 , 0.5052 , 0.3600 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2714 , cls_41 , 18.0900 , 5400.0000 , 360.9836 , 298.5075 , 3.1034 , 1.1908 , 0.8352 , 0.7454 , 7.0200 , 4.0000 , 38.8060 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2716 , cls_41 , 0.9900 , 600.0000 , 50.4781 , 606.0606 , 1.4286 , 1.0892 , 0.6498 , 0.4848 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2723 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2724 , cls_41 , 1.1700 , 660.0000 , 55.7665 , 564.1026 , 1.3750 , 1.0902 , 0.7146 , 0.5256 , 0.0900 , 1.0000 , 7.6923 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2726 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2728 , cls_41 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2738 , cls_41 , 6.9300 , 2640.0000 , 176.9282 , 380.9524 , 2.4444 , 1.1649 , 0.8265 , 0.6775 , 1.6200 , 4.0000 , 23.3766 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2756 , cls_41 , 1.0800 , 540.0000 , 40.3971 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5972 , 0.2700 , 1.0000 , 25.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2768 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2773 , cls_41 , 2.5200 , 1020.0000 , 81.4614 , 404.7619 , 1.5455 , 1.0935 , 0.7148 , 0.6488 , 0.4500 , 1.0000 , 17.8571 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2780 , cls_41 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2781 , cls_41 , 2.3400 , 2040.0000 , 101.6211 , 871.7949 , 3.0909 , 1.2394 , 0.7146 , 0.3397 , 0.1800 , 2.0000 , 7.6923 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2782 , cls_41 , 3.6000 , 1260.0000 , 78.7890 , 350.0000 , 1.6154 , 1.0966 , 0.5609 , 0.7208 , 1.5300 , 1.0000 , 42.5000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2785 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2786 , cls_41 , 0.5400 , 540.0000 , 44.6040 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2793 , cls_41 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2795 , cls_41 , 0.9000 , 420.0000 , 35.1126 , 466.6667 , 1.0000 , 1.0223 , 0.3634 , 0.6000 , 0.1800 , 1.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2796 , cls_41 , 2.1600 , 1140.0000 , 84.9935 , 527.7778 , 1.9000 , 1.1327 , 0.6944 , 0.5694 , 0.3600 , 2.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2798 , cls_41 , 0.6300 , 420.0000 , 32.0129 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2801 , cls_41 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2824 , cls_41 , 10.7100 , 4320.0000 , 257.0645 , 403.3613 , 3.2727 , 1.2062 , 0.8629 , 0.6723 , 3.0600 , 5.0000 , 28.5714 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2842 , cls_41 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2852 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2855 , cls_41 , 0.8100 , 480.0000 , 39.7536 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2857 , cls_41 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2875 , cls_41 , 0.5400 , 480.0000 , 38.3544 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2883 , cls_41 , 8.4600 , 3000.0000 , 137.4215 , 354.6099 , 2.5000 , 1.1670 , 0.6791 , 0.7145 , 3.2400 , 3.0000 , 38.2979 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2905 , cls_41 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2906 , cls_41 , 0.5400 , 420.0000 , 32.6544 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2910 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2911 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2924 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2927 , cls_41 , 0.5400 , 480.0000 , 38.9881 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2937 , cls_41 , 46.8000 , 16140.0000 , 380.6529 , 344.8718 , 5.8478 , 1.2718 , 0.7989 , 0.7199 , 17.5500 , 13.0000 , 37.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2955 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2960 , cls_41 , 0.6300 , 480.0000 , 43.9726 , 761.9048 , 1.3333 , 1.0945 , 0.7772 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2962 , cls_41 , 0.9000 , 600.0000 , 38.9900 , 666.6667 , 1.4286 , 1.1006 , 0.4907 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2980 , cls_41 , 0.9900 , 540.0000 , 42.2147 , 545.4545 , 1.2857 , 1.0663 , 0.6498 , 0.5303 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2987 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3017 , cls_41 , 2.9700 , 1020.0000 , 74.3022 , 343.4343 , 1.4167 , 1.0761 , 0.5331 , 0.7121 , 0.9900 , 1.0000 , 33.3333 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3031 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3039 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3043 , cls_41 , 0.7200 , 360.0000 , 34.3237 , 500.0000 , 1.0000 , 1.0133 , 0.4907 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 364.9658 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3052 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3056 , cls_41 , 1.6200 , 900.0000 , 58.6408 , 555.5556 , 1.6667 , 1.1176 , 0.6048 , 0.5370 , 0.1800 , 1.0000 , 11.1111 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3094 , cls_41 , 1.4400 , 840.0000 , 57.2501 , 583.3333 , 1.7500 , 1.1169 , 0.5926 , 0.5312 , 0.0900 , 1.0000 , 6.2500 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3098 , cls_41 , 6.6600 , 3540.0000 , 151.2930 , 531.5315 , 3.2778 , 1.2219 , 0.7056 , 0.5833 , 1.4400 , 3.0000 , 21.6216 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3110 , cls_41 , 1.6200 , 1020.0000 , 83.5404 , 629.6296 , 1.8889 , 1.1434 , 0.8237 , 0.4907 , 0.0900 , 1.0000 , 5.5556 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3111 , cls_41 , 0.8100 , 660.0000 , 56.1320 , 814.8148 , 1.8333 , 1.1347 , 0.7796 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3132 , cls_41 , 11.3400 , 3720.0000 , 177.8171 , 328.0423 , 2.6957 , 1.1746 , 0.6915 , 0.7235 , 4.5000 , 3.0000 , 39.6825 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3134 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3135 , cls_41 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3148 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3180 , cls_41 , 0.8100 , 480.0000 , 38.0031 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3200 , cls_41 , 0.4500 , 480.0000 , 32.2893 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3218 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3219 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3234 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3261 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3310 , cls_41 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3321 , cls_41 , 14.4000 , 4320.0000 , 274.7057 , 300.0000 , 2.7692 , 1.1761 , 0.8405 , 0.7542 , 6.3900 , 3.0000 , 44.3750 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3329 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3330 , cls_41 , 2.7900 , 1500.0000 , 81.9834 , 537.6344 , 2.0833 , 1.1580 , 0.6053 , 0.5699 , 0.5400 , 1.0000 , 19.3548 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3345 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3347 , cls_41 , 9.7200 , 3540.0000 , 279.5586 , 364.1975 , 2.8095 , 1.1817 , 0.8499 , 0.6960 , 3.3300 , 4.0000 , 34.2593 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3360 , cls_41 , 5.5800 , 2460.0000 , 146.5249 , 440.8602 , 2.5625 , 1.1751 , 0.8253 , 0.6398 , 1.2600 , 4.0000 , 22.5806 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3369 , cls_41 , 0.7200 , 660.0000 , 51.8477 , 916.6667 , 1.8333 , 1.1497 , 0.7736 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 390.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3371 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3391 , cls_41 , 2.8800 , 1260.0000 , 80.8564 , 437.5000 , 1.7500 , 1.1205 , 0.6488 , 0.6406 , 0.7200 , 2.0000 , 25.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3397 , cls_41 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3422 , cls_41 , 0.9900 , 720.0000 , 48.6838 , 727.2727 , 1.7143 , 1.1289 , 0.6498 , 0.4242 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3435 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3438 , cls_41 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3443 , cls_41 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3468 , cls_41 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3484 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3499 , cls_41 , 1.8000 , 780.0000 , 56.0851 , 433.3333 , 1.4444 , 1.0763 , 0.6463 , 0.6417 , 0.4500 , 1.0000 , 25.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3514 , cls_41 , 2.4300 , 1020.0000 , 79.2961 , 419.7531 , 1.5455 , 1.0975 , 0.7062 , 0.6481 , 0.5400 , 2.0000 , 22.2222 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3559 , cls_41 , 1.8900 , 1020.0000 , 63.5452 , 539.6825 , 1.7000 , 1.1255 , 0.5886 , 0.5397 , 0.0900 , 1.0000 , 4.7619 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3588 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3591 , cls_41 , 1.2600 , 720.0000 , 50.2341 , 571.4286 , 1.5000 , 1.1000 , 0.6435 , 0.5238 , 0.0900 , 1.0000 , 7.1429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3608 , cls_41 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3626 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3630 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3638 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3671 , cls_41 , 5.4900 , 2160.0000 , 131.3090 , 393.4426 , 2.2500 , 1.1530 , 0.7349 , 0.6803 , 1.7100 , 2.0000 , 31.1475 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3684 , cls_41 , 3.5100 , 1620.0000 , 106.6461 , 461.5385 , 2.0769 , 1.1473 , 0.7316 , 0.6239 , 0.8100 , 3.0000 , 23.0769 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3692 , cls_41 , 0.5400 , 600.0000 , 50.2074 , 1111.1111 , 2.0000 , 1.1661 , 0.8090 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3721 , cls_41 , 1.3500 , 900.0000 , 69.6507 , 666.6667 , 1.8750 , 1.1390 , 0.8310 , 0.4667 , 0.0900 , 1.0000 , 6.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3727 , cls_41 , 1.5300 , 660.0000 , 53.1420 , 431.3725 , 1.2222 , 1.0598 , 0.5837 , 0.6471 , 0.4500 , 1.0000 , 29.4118 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3729 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3757 , cls_41 , 3.6900 , 2100.0000 , 119.1036 , 569.1057 , 2.6923 , 1.1912 , 0.7390 , 0.5325 , 0.1800 , 1.0000 , 4.8780 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3758 , cls_41 , 2.2500 , 1140.0000 , 85.0048 , 506.6667 , 1.9000 , 1.1281 , 0.7659 , 0.5867 , 0.3600 , 2.0000 , 16.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3790 , cls_41 , 0.5400 , 420.0000 , 34.6040 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3807 , cls_41 , 0.6300 , 540.0000 , 36.9294 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3811 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3815 , cls_41 , 2.7900 , 900.0000 , 69.9186 , 322.5806 , 1.2500 , 1.0582 , 0.5931 , 0.7258 , 1.0800 , 1.0000 , 38.7097 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3818 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3844 , cls_41 , 1.4400 , 780.0000 , 54.9142 , 541.6667 , 1.6250 , 1.1014 , 0.7170 , 0.5729 , 0.3600 , 1.0000 , 25.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3850 , cls_41 , 200.6100 , 32880.0000 , 836.6629 , 163.9001 , 5.7684 , 1.2424 , 0.7999 , 0.8661 , 136.5300 , 12.0000 , 68.0574 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3852 , cls_41 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3862 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3865 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3866 , cls_41 , 7.5600 , 2760.0000 , 169.6251 , 365.0794 , 2.4211 , 1.1638 , 0.8172 , 0.7024 , 2.7900 , 2.0000 , 36.9048 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3870 , cls_41 , 3.2400 , 1620.0000 , 139.7004 , 500.0000 , 2.2500 , 1.1562 , 0.8590 , 0.5972 , 0.4500 , 3.0000 , 13.8889 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3883 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3899 , cls_41 , 14.5800 , 5280.0000 , 335.2642 , 362.1399 , 3.3846 , 1.2086 , 0.9167 , 0.6903 , 4.1400 , 6.0000 , 28.3951 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3914 , cls_41 , 0.8100 , 540.0000 , 40.3795 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4815 , 0.0900 , 1.0000 , 11.1111 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3919 , cls_41 , 0.8100 , 720.0000 , 59.9240 , 888.8889 , 2.0000 , 1.1540 , 0.8121 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3926 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3947 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3949 , cls_41 , 7.2000 , 2940.0000 , 144.8070 , 408.3333 , 2.7222 , 1.1802 , 0.8128 , 0.6604 , 2.2500 , 1.0000 , 31.2500 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3952 , cls_41 , 1.3500 , 600.0000 , 47.3674 , 444.4444 , 1.2500 , 1.0537 , 0.5756 , 0.6111 , 0.1800 , 1.0000 , 13.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4001 , cls_41 , 1.0800 , 720.0000 , 47.9861 , 666.6667 , 1.7143 , 1.1183 , 0.6273 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4004 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4008 , cls_41 , 0.9900 , 720.0000 , 41.9408 , 727.2727 , 1.7143 , 1.1289 , 0.5623 , 0.4697 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4014 , cls_41 , 1.1700 , 720.0000 , 53.5000 , 615.3846 , 1.5000 , 1.1087 , 0.7701 , 0.5128 , 0.0900 , 1.0000 , 7.6923 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4035 , cls_41 , 3.1500 , 1560.0000 , 97.7672 , 495.2381 , 2.1667 , 1.1520 , 0.7826 , 0.5952 , 0.4500 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4046 , cls_41 , 0.6300 , 540.0000 , 43.4745 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4060 , cls_41 , 1.9800 , 1320.0000 , 74.3296 , 666.6667 , 2.2000 , 1.1723 , 0.6853 , 0.4470 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4072 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4076 , cls_41 , 0.7200 , 480.0000 , 42.5542 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4080 , cls_41 , 6.2100 , 2700.0000 , 136.4701 , 434.7826 , 2.6471 , 1.1806 , 0.6970 , 0.6401 , 1.1700 , 2.0000 , 18.8406 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4096 , cls_41 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4099 , cls_41 , 3.8700 , 1620.0000 , 111.1491 , 418.6047 , 1.9286 , 1.1367 , 0.7810 , 0.6512 , 0.9000 , 1.0000 , 23.2558 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4115 , cls_41 , 0.6300 , 480.0000 , 39.6042 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4145 , cls_41 , 0.9900 , 600.0000 , 43.7111 , 606.0606 , 1.4286 , 1.0892 , 0.6584 , 0.5303 , 0.1800 , 1.0000 , 18.1818 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4159 , cls_41 , 4.1400 , 2460.0000 , 126.1480 , 594.2029 , 2.9286 , 1.2081 , 0.8446 , 0.5145 , 0.0900 , 1.0000 , 2.1739 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4170 , cls_41 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4191 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4194 , cls_41 , 5.3100 , 1440.0000 , 107.2157 , 271.1864 , 1.5000 , 1.0820 , 0.7401 , 0.7655 , 2.4300 , 1.0000 , 45.7627 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4198 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4200 , cls_41 , 7.6500 , 1980.0000 , 116.2374 , 258.8235 , 1.7368 , 1.1035 , 0.6344 , 0.7843 , 3.8700 , 1.0000 , 50.5882 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4205 , cls_41 , 9.0000 , 2700.0000 , 132.4085 , 300.0000 , 2.2500 , 1.1422 , 0.5932 , 0.7550 , 4.1400 , 3.0000 , 46.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4221 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4224 , cls_41 , 2.6100 , 1080.0000 , 70.8709 , 413.7931 , 1.6364 , 1.1010 , 0.6193 , 0.6724 , 0.9000 , 1.0000 , 34.4828 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4225 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4226 , cls_41 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.1800 , 1.0000 , 22.2222 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4227 , cls_41 , 1.0800 , 540.0000 , 41.9403 , 500.0000 , 1.2857 , 1.0563 , 0.5225 , 0.5833 , 0.1800 , 1.0000 , 16.6667 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4238 , cls_41 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4256 , cls_41 , 1.2600 , 600.0000 , 47.3897 , 476.1905 , 1.2500 , 1.0614 , 0.5544 , 0.5952 , 0.2700 , 1.0000 , 21.4286 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4274 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4275 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4276 , cls_41 , 0.9900 , 780.0000 , 67.9567 , 787.8788 , 1.8571 , 1.1463 , 0.8107 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4300 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4334 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4339 , cls_41 , 1.6200 , 840.0000 , 57.0354 , 518.5185 , 1.5556 , 1.1033 , 0.5593 , 0.5833 , 0.2700 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4348 , cls_41 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.0900 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4376 , cls_41 , 6.7500 , 2520.0000 , 114.3995 , 373.3333 , 2.3333 , 1.1593 , 0.4695 , 0.7022 , 2.0700 , 3.0000 , 30.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4378 , cls_41 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4385 , cls_41 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4391 , cls_41 , 68.8500 , 18120.0000 , 437.2738 , 263.1808 , 5.3929 , 1.2525 , 0.6987 , 0.7854 , 34.5600 , 13.0000 , 50.1961 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4394 , cls_41 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4421 , cls_41 , 0.9000 , 480.0000 , 37.0094 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5667 , 0.1800 , 1.0000 , 20.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4430 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4431 , cls_41 , 21.3300 , 4560.0000 , 284.9699 , 213.7834 , 2.4516 , 1.1473 , 0.7688 , 0.8193 , 12.3300 , 2.0000 , 57.8059 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4449 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4451 , cls_41 , 49.9500 , 12540.0000 , 451.2660 , 251.0511 , 4.3542 , 1.2271 , 0.8198 , 0.7898 , 25.3800 , 12.0000 , 50.8108 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4456 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4478 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4497 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4504 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4512 , cls_41 , 15.4800 , 3960.0000 , 250.9860 , 255.8140 , 2.4444 , 1.1544 , 0.7567 , 0.7859 , 7.7400 , 2.0000 , 50.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4516 , cls_41 , 7.6500 , 2700.0000 , 162.6169 , 352.9412 , 2.3684 , 1.1587 , 0.8184 , 0.7118 , 2.7900 , 2.0000 , 36.4706 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4517 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4518 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4519 , cls_41 , 1.6200 , 600.0000 , 48.1509 , 370.3704 , 1.1111 , 1.0339 , 0.3259 , 0.6944 , 0.6300 , 1.0000 , 38.8889 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4527 , cls_41 , 3.2400 , 1860.0000 , 142.8506 , 574.0741 , 2.5833 , 1.1828 , 0.8327 , 0.5231 , 0.2700 , 1.0000 , 8.3333 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4530 , cls_41 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4535 , cls_41 , 0.5400 , 480.0000 , 40.0496 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4548 , cls_41 , 1.3500 , 780.0000 , 68.0041 , 577.7778 , 1.6250 , 1.1089 , 0.7878 , 0.5111 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4563 , cls_41 , 0.7200 , 600.0000 , 49.5498 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4564 , cls_41 , 2.8800 , 1320.0000 , 79.4726 , 458.3333 , 1.8333 , 1.1295 , 0.6518 , 0.6302 , 0.7200 , 1.0000 , 25.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4567 , cls_41 , 0.7200 , 600.0000 , 41.6409 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4578 , cls_41 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4581 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4597 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4622 , cls_41 , 13.7700 , 4380.0000 , 248.4444 , 318.0828 , 2.9200 , 1.1829 , 0.7811 , 0.7364 , 5.6700 , 3.0000 , 41.1765 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4642 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4643 , cls_41 , 1.0800 , 720.0000 , 49.6745 , 666.6667 , 1.7143 , 1.1183 , 0.7117 , 0.4583 , 0.0900 , 1.0000 , 8.3333 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4652 , cls_41 , 1.6200 , 840.0000 , 55.2982 , 518.5185 , 1.5556 , 1.1033 , 0.5676 , 0.5741 , 0.2700 , 1.0000 , 16.6667 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4657 , cls_41 , 9.2700 , 3900.0000 , 151.8073 , 420.7120 , 3.0952 , 1.2035 , 0.6914 , 0.6634 , 2.7000 , 4.0000 , 29.1262 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4660 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4670 , cls_41 , 0.6300 , 540.0000 , 47.8421 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4683 , cls_41 , 1.8000 , 900.0000 , 59.1361 , 500.0000 , 1.6667 , 1.1055 , 0.5195 , 0.5917 , 0.2700 , 1.0000 , 15.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4685 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4687 , cls_41 , 1.7100 , 900.0000 , 64.7801 , 526.3158 , 1.6667 , 1.1114 , 0.6686 , 0.5789 , 0.4500 , 2.0000 , 26.3158 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4697 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4706 , cls_41 , 1.6200 , 780.0000 , 62.8851 , 481.4815 , 1.4444 , 1.0880 , 0.7453 , 0.5648 , 0.1800 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4707 , cls_41 , 0.9900 , 780.0000 , 72.5408 , 787.8788 , 1.8571 , 1.1463 , 0.8653 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4714 , cls_41 , 0.8100 , 600.0000 , 50.3336 , 740.7407 , 1.6667 , 1.1135 , 0.7838 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4722 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4735 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4746 , cls_41 , 3.2400 , 1740.0000 , 91.7702 , 537.0370 , 2.4167 , 1.1699 , 0.6630 , 0.5787 , 0.3600 , 2.0000 , 11.1111 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4757 , cls_41 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4802 , cls_41 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4805 , cls_41 , 1.9800 , 840.0000 , 65.4096 , 424.2424 , 1.4000 , 1.0809 , 0.6704 , 0.6364 , 0.4500 , 1.0000 , 22.7273 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4866 , cls_41 , 0.8100 , 480.0000 , 34.9290 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5185 , 0.0900 , 1.0000 , 11.1111 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4868 , cls_41 , 6.3000 , 3300.0000 , 145.9086 , 523.8095 , 3.2353 , 1.2154 , 0.7591 , 0.5857 , 1.2600 , 2.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4871 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4874 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4882 , cls_41 , 1.0800 , 540.0000 , 40.5335 , 500.0000 , 1.2857 , 1.0563 , 0.4731 , 0.5972 , 0.2700 , 1.0000 , 25.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4910 , cls_41 , 0.7200 , 600.0000 , 46.0462 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4911 , cls_41 , 1.3500 , 900.0000 , 74.3967 , 666.6667 , 1.8750 , 1.1390 , 0.7753 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4913 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4916 , cls_41 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4922 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4933 , cls_41 , 1.8000 , 1020.0000 , 79.6716 , 566.6667 , 1.8889 , 1.1311 , 0.7664 , 0.5250 , 0.1800 , 1.0000 , 10.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4936 , cls_41 , 0.3600 , 420.0000 , 33.8800 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4954 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4966 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4972 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4975 , cls_41 , 1.1700 , 540.0000 , 43.9888 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6154 , 0.2700 , 1.0000 , 23.0769 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4976 , cls_41 , 5.0400 , 2400.0000 , 129.0525 , 476.1905 , 2.6667 , 1.1816 , 0.7463 , 0.5952 , 0.9900 , 2.0000 , 19.6429 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4980 , cls_41 , 1.3500 , 720.0000 , 53.4454 , 533.3333 , 1.5000 , 1.0921 , 0.6707 , 0.5556 , 0.2700 , 1.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4981 , cls_41 , 5.3100 , 2160.0000 , 114.9190 , 406.7797 , 2.2500 , 1.1565 , 0.6554 , 0.6554 , 1.3500 , 2.0000 , 25.4237 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4993 , cls_41 , 1.1700 , 780.0000 , 76.6115 , 666.6667 , 1.6250 , 1.1258 , 0.8161 , 0.4103 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5001 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5005 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5007 , cls_41 , 10.8000 , 2700.0000 , 147.2632 , 250.0000 , 2.0455 , 1.1242 , 0.6072 , 0.7875 , 5.4000 , 1.0000 , 50.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5013 , cls_41 , 1.0800 , 600.0000 , 50.8761 , 555.5556 , 1.4286 , 1.0790 , 0.6605 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5026 , cls_41 , 1.2600 , 660.0000 , 51.2485 , 523.8095 , 1.3750 , 1.0816 , 0.6927 , 0.5595 , 0.1800 , 1.0000 , 14.2857 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5030 , cls_41 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5038 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5044 , cls_41 , 13.4100 , 6360.0000 , 240.2676 , 474.2729 , 4.2400 , 1.2487 , 0.8103 , 0.6242 , 2.8800 , 5.0000 , 21.4765 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5048 , cls_41 , 3.4200 , 1380.0000 , 84.9740 , 403.5088 , 1.7692 , 1.1195 , 0.7154 , 0.6798 , 1.1700 , 1.0000 , 34.2105 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5050 , cls_41 , 4.6800 , 2520.0000 , 128.9492 , 538.4615 , 2.8000 , 1.1988 , 0.7701 , 0.5737 , 0.5400 , 5.0000 , 11.5385 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5052 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5075 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5081 , cls_41 , 3.4200 , 1800.0000 , 114.8489 , 526.3158 , 2.3077 , 1.1704 , 0.8025 , 0.6009 , 0.8100 , 1.0000 , 23.6842 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5105 , cls_41 , 2.5200 , 1260.0000 , 89.5748 , 500.0000 , 1.9091 , 1.1352 , 0.6845 , 0.5893 , 0.3600 , 2.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5130 , cls_41 , 0.9900 , 600.0000 , 44.6356 , 606.0606 , 1.4286 , 1.0892 , 0.6215 , 0.5152 , 0.0900 , 1.0000 , 9.0909 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5136 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5146 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5153 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5162 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5178 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5194 , cls_41 , 1.8900 , 1320.0000 , 100.9143 , 698.4127 , 2.2000 , 1.1778 , 0.8169 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5196 , cls_41 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5204 , cls_41 , 15.2100 , 4920.0000 , 240.6514 , 323.4714 , 3.1538 , 1.1925 , 0.8011 , 0.7278 , 5.6700 , 4.0000 , 37.2781 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5207 , cls_41 , 1.5300 , 960.0000 , 66.9492 , 627.4510 , 1.7778 , 1.1376 , 0.7294 , 0.4804 , 0.0900 , 1.0000 , 5.8824 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5214 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5232 , cls_41 , 1.1700 , 540.0000 , 45.9731 , 461.5385 , 1.1250 , 1.0473 , 0.5862 , 0.6026 , 0.1800 , 1.0000 , 15.3846 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5234 , cls_41 , 2.8800 , 1740.0000 , 113.6977 , 604.1667 , 2.4167 , 1.1833 , 0.7589 , 0.5260 , 0.2700 , 1.0000 , 9.3750 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5236 , cls_41 , 6.6600 , 2760.0000 , 158.9443 , 414.4144 , 2.5556 , 1.1771 , 0.8308 , 0.6622 , 1.8900 , 3.0000 , 28.3784 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5238 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5249 , cls_41 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5253 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5260 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5270 , cls_41 , 1.7100 , 780.0000 , 55.6495 , 456.1404 , 1.4444 , 1.0820 , 0.6034 , 0.6228 , 0.3600 , 1.0000 , 21.0526 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5271 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5288 , cls_41 , 0.7200 , 660.0000 , 42.5985 , 916.6667 , 1.8333 , 1.1497 , 0.7004 , 0.3333 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5290 , cls_41 , 6.0300 , 1920.0000 , 118.4788 , 318.4080 , 1.8824 , 1.1218 , 0.7058 , 0.7264 , 2.3400 , 2.0000 , 38.8060 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5295 , cls_41 , 0.6300 , 420.0000 , 33.5934 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5304 , cls_41 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5316 , cls_41 , 1.2600 , 720.0000 , 59.8277 , 571.4286 , 1.5000 , 1.1000 , 0.7772 , 0.5238 , 0.0900 , 1.0000 , 7.1429 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5337 , cls_41 , 4.2300 , 1800.0000 , 136.4121 , 425.5319 , 2.1429 , 1.1470 , 0.8240 , 0.6525 , 1.0800 , 2.0000 , 25.5319 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5338 , cls_41 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 391.1521 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5346 , cls_41 , 0.9900 , 720.0000 , 52.5000 , 727.2727 , 1.7143 , 1.1289 , 0.7585 , 0.4545 , 0.1800 , 1.0000 , 18.1818 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5352 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5355 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5386 , cls_41 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5396 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5397 , cls_41 , 5.9400 , 2160.0000 , 148.9518 , 363.6364 , 2.1176 , 1.1447 , 0.8141 , 0.7071 , 2.1600 , 1.0000 , 36.3636 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5400 , cls_41 , 1.3500 , 660.0000 , 51.6222 , 488.8889 , 1.3750 , 1.0738 , 0.5756 , 0.5889 , 0.1800 , 2.0000 , 13.3333 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5409 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5419 , cls_41 , 2.2500 , 960.0000 , 71.8608 , 426.6667 , 1.6000 , 1.0938 , 0.7256 , 0.6467 , 0.5400 , 1.0000 , 24.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5428 , cls_41 , 1.8900 , 1140.0000 , 74.1173 , 603.1746 , 1.9000 , 1.1481 , 0.7029 , 0.5317 , 0.2700 , 1.0000 , 14.2857 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5429 , cls_41 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5430 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5432 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5437 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5452 , cls_41 , 1.5300 , 720.0000 , 59.2968 , 470.5882 , 1.3333 , 1.0779 , 0.6994 , 0.6176 , 0.3600 , 1.0000 , 23.5294 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5453 , cls_41 , 46.8000 , 10800.0000 , 369.1567 , 230.7692 , 3.9130 , 1.2103 , 0.7742 , 0.8087 , 25.9200 , 5.0000 , 55.3846 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5454 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5457 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5466 , cls_41 , 17.9100 , 6660.0000 , 322.7271 , 371.8593 , 3.8276 , 1.2265 , 0.8599 , 0.6935 , 5.4900 , 7.0000 , 30.6533 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5478 , cls_41 , 1.6200 , 1200.0000 , 76.8430 , 740.7407 , 2.2222 , 1.1769 , 0.8237 , 0.4074 , 0.0900 , 1.0000 , 5.5556 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5484 , cls_41 , 0.7200 , 480.0000 , 38.5111 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5486 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5491 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5499 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5508 , cls_41 , 2.4300 , 1200.0000 , 77.4742 , 493.8272 , 1.8182 , 1.1297 , 0.7250 , 0.5926 , 0.3600 , 1.0000 , 14.8148 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5515 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5527 , cls_41 , 0.7200 , 600.0000 , 42.4909 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3958 , 0.0900 , 1.0000 , 12.5000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5531 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5537 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5538 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5539 , cls_41 , 1.9800 , 1140.0000 , 67.8639 , 575.7576 , 1.9000 , 1.1427 , 0.6163 , 0.5682 , 0.3600 , 1.0000 , 18.1818 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5550 , cls_41 , 339.8400 , 87240.0000 , 1271.8370 , 256.7090 , 11.8211 , 1.3286 , 0.8484 , 0.7898 , 173.7900 , 54.0000 , 51.1388 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5564 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5567 , cls_41 , 1.3500 , 840.0000 , 52.4418 , 622.2222 , 1.7500 , 1.1245 , 0.6707 , 0.5111 , 0.0900 , 1.0000 , 6.6667 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5570 , cls_41 , 0.6300 , 420.0000 , 36.7148 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5574 , cls_41 , 1.2600 , 840.0000 , 57.2402 , 666.6667 , 1.7500 , 1.1327 , 0.6927 , 0.4881 , 0.0900 , 1.0000 , 7.1429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5577 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5587 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5592 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5617 , cls_41 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5638 , cls_41 , 0.5400 , 600.0000 , 39.4317 , 1111.1111 , 2.0000 , 1.1661 , 0.7613 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5650 , cls_41 , 6.1200 , 2040.0000 , 112.1915 , 333.3333 , 2.0000 , 1.1313 , 0.6169 , 0.7157 , 2.0700 , 2.0000 , 33.8235 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5664 , cls_41 , 1.9800 , 1020.0000 , 68.2592 , 515.1515 , 1.7000 , 1.1202 , 0.6704 , 0.5682 , 0.1800 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5671 , cls_41 , 4.8600 , 1260.0000 , 108.4509 , 259.2593 , 1.4000 , 1.0661 , 0.6757 , 0.7716 , 2.1600 , 1.0000 , 44.4444 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5676 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5681 , cls_41 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5683 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5684 , cls_41 , 5.0400 , 2460.0000 , 125.6051 , 488.0952 , 2.7333 , 1.1861 , 0.7268 , 0.6161 , 0.9900 , 3.0000 , 19.6429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5685 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5717 , cls_41 , 2.2500 , 1140.0000 , 71.3088 , 506.6667 , 1.9000 , 1.1281 , 0.6423 , 0.5733 , 0.4500 , 1.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5724 , cls_41 , 2.2500 , 1080.0000 , 65.6517 , 480.0000 , 1.8000 , 1.1173 , 0.5698 , 0.6067 , 0.3600 , 1.0000 , 16.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5735 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5739 , cls_41 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5743 , cls_41 , 0.8100 , 540.0000 , 42.8118 , 666.6667 , 1.5000 , 1.0901 , 0.6903 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5744 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5752 , cls_41 , 0.5400 , 480.0000 , 35.3553 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5753 , cls_41 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5768 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5771 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5777 , cls_41 , 6.3000 , 2160.0000 , 108.6372 , 342.8571 , 2.1176 , 1.1387 , 0.6158 , 0.7286 , 2.8800 , 1.0000 , 45.7143 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5796 , cls_41 , 1.8900 , 1620.0000 , 81.7500 , 857.1429 , 2.7000 , 1.2194 , 0.7943 , 0.3730 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5797 , cls_41 , 0.7200 , 600.0000 , 48.0073 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5802 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5822 , cls_41 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5827 , cls_41 , 1.8000 , 960.0000 , 67.6016 , 533.3333 , 1.7778 , 1.1187 , 0.7453 , 0.5667 , 0.1800 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5832 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5851 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5866 , cls_41 , 1.0800 , 660.0000 , 55.4134 , 611.1111 , 1.5714 , 1.0996 , 0.7117 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5875 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5877 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5881 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5882 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5886 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5890 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5895 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5906 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5918 , cls_41 , 1.6200 , 780.0000 , 55.0321 , 481.4815 , 1.4444 , 1.0880 , 0.5593 , 0.5926 , 0.3600 , 1.0000 , 22.2222 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5919 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5959 , cls_41 , 1.3500 , 900.0000 , 64.5952 , 666.6667 , 1.8750 , 1.1390 , 0.8090 , 0.4667 , 0.0900 , 1.0000 , 6.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5966 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5973 , cls_41 , 7.2000 , 3780.0000 , 207.2059 , 525.0000 , 3.5000 , 1.2251 , 0.8541 , 0.5812 , 1.2600 , 6.0000 , 17.5000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5978 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5988 , cls_41 , 0.8100 , 420.0000 , 34.3573 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6001 , cls_41 , 1.8000 , 840.0000 , 57.3777 , 466.6667 , 1.5556 , 1.0915 , 0.5609 , 0.6167 , 0.4500 , 1.0000 , 25.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6010 , cls_41 , 0.5400 , 480.0000 , 38.9881 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6015 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6016 , cls_41 , 1.9800 , 1140.0000 , 83.3308 , 575.7576 , 1.9000 , 1.1427 , 0.7112 , 0.5227 , 0.1800 , 1.0000 , 9.0909 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6029 , cls_41 , 0.6300 , 420.0000 , 35.6454 , 666.6667 , 1.1667 , 1.0640 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6047 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6063 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6064 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6067 , cls_41 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6068 , cls_41 , 3.6000 , 2160.0000 , 148.7058 , 600.0000 , 2.7692 , 1.1994 , 0.8078 , 0.5083 , 0.1800 , 2.0000 , 5.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6075 , cls_41 , 0.7200 , 480.0000 , 37.4823 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6106 , cls_41 , 7.7400 , 2580.0000 , 183.0831 , 333.3333 , 2.2632 , 1.1494 , 0.8323 , 0.7209 , 2.7900 , 3.0000 , 36.0465 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6115 , cls_41 , 0.8100 , 600.0000 , 49.9208 , 740.7407 , 1.6667 , 1.1135 , 0.7453 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6128 , cls_41 , 4.2300 , 2100.0000 , 102.1869 , 496.4539 , 2.5000 , 1.1759 , 0.7340 , 0.5887 , 0.8100 , 3.0000 , 19.1489 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6151 , cls_41 , 0.6300 , 660.0000 , 58.7057 , 1047.6190 , 1.8333 , 1.1673 , 0.8318 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6154 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6162 , cls_41 , 2.0700 , 1020.0000 , 63.6960 , 492.7536 , 1.7000 , 1.1152 , 0.6555 , 0.6087 , 0.5400 , 1.0000 , 26.0870 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6166 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6170 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6175 , cls_41 , 0.8100 , 660.0000 , 59.3882 , 814.8148 , 1.8333 , 1.1347 , 0.8237 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6182 , cls_41 , 1.8900 , 960.0000 , 68.3740 , 507.9365 , 1.6000 , 1.1132 , 0.6387 , 0.5794 , 0.1800 , 2.0000 , 9.5238 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6184 , cls_41 , 1.5300 , 780.0000 , 57.7352 , 509.8039 , 1.4444 , 1.0945 , 0.7075 , 0.5882 , 0.2700 , 1.0000 , 17.6471 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6187 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6190 , cls_41 , 22.1400 , 9180.0000 , 292.0967 , 414.6341 , 4.7812 , 1.2575 , 0.7825 , 0.6633 , 6.0300 , 12.0000 , 27.2358 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6191 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6195 , cls_41 , 7.4700 , 3060.0000 , 143.7640 , 409.6386 , 2.6842 , 1.1834 , 0.7490 , 0.6747 , 2.5200 , 3.0000 , 33.7349 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6198 , cls_41 , 19.5300 , 5580.0000 , 266.7609 , 285.7143 , 3.1000 , 1.1887 , 0.8088 , 0.7642 , 9.0000 , 5.0000 , 46.0829 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6213 , cls_41 , 1.2600 , 720.0000 , 49.1896 , 571.4286 , 1.5000 , 1.1000 , 0.6435 , 0.5476 , 0.1800 , 1.0000 , 14.2857 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6221 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6229 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6258 , cls_41 , 1.8900 , 720.0000 , 54.7406 , 380.9524 , 1.2000 , 1.0547 , 0.4652 , 0.6825 , 0.6300 , 1.0000 , 33.3333 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6268 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6293 , cls_41 , 0.9900 , 600.0000 , 58.3798 , 606.0606 , 1.4286 , 1.0892 , 0.7357 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6296 , cls_41 , 5.8500 , 2400.0000 , 109.6243 , 410.2564 , 2.3529 , 1.1655 , 0.5712 , 0.6641 , 1.6200 , 2.0000 , 27.6923 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6315 , cls_41 , 4.1400 , 1440.0000 , 117.9172 , 347.8261 , 1.7143 , 1.1073 , 0.7609 , 0.6993 , 1.1700 , 2.0000 , 28.2609 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6318 , cls_41 , 2.4300 , 1140.0000 , 81.4060 , 469.1358 , 1.7273 , 1.1195 , 0.7677 , 0.6049 , 0.4500 , 1.0000 , 18.5185 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6360 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6420 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6423 , cls_41 , 9.2700 , 3600.0000 , 194.6332 , 388.3495 , 2.8571 , 1.1895 , 0.7785 , 0.6764 , 2.7000 , 5.0000 , 29.1262 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6430 , cls_41 , 0.6300 , 480.0000 , 40.4183 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6443 , cls_41 , 10.5300 , 3840.0000 , 157.9837 , 364.6724 , 2.9091 , 1.1876 , 0.7135 , 0.7151 , 4.2300 , 1.0000 , 40.1709 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6445 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6446 , cls_41 , 1.2600 , 660.0000 , 52.3149 , 523.8095 , 1.3750 , 1.0816 , 0.7379 , 0.5476 , 0.1800 , 1.0000 , 14.2857 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6454 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6457 , cls_41 , 1.3500 , 900.0000 , 70.2122 , 666.6667 , 1.8750 , 1.1390 , 0.7753 , 0.4556 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6470 , cls_41 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6475 , cls_41 , 1.3500 , 660.0000 , 51.0247 , 488.8889 , 1.3750 , 1.0738 , 0.5342 , 0.5778 , 0.1800 , 2.0000 , 13.3333 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6480 , cls_41 , 1.4400 , 720.0000 , 53.2079 , 500.0000 , 1.5000 , 1.0847 , 0.6082 , 0.5833 , 0.1800 , 2.0000 , 12.5000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6487 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6500 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6504 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6509 , cls_41 , 2.0700 , 1140.0000 , 58.4011 , 550.7246 , 1.9000 , 1.1376 , 0.4951 , 0.5942 , 0.5400 , 1.0000 , 26.0870 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6511 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6516 , cls_41 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6524 , cls_41 , 1.2600 , 660.0000 , 54.9985 , 523.8095 , 1.3750 , 1.0816 , 0.6927 , 0.5476 , 0.0900 , 1.0000 , 7.1429 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6566 , cls_41 , 0.9900 , 540.0000 , 45.2213 , 545.4545 , 1.2857 , 1.0663 , 0.6888 , 0.5303 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6576 , cls_41 , 1.3500 , 840.0000 , 51.8179 , 622.2222 , 1.7500 , 1.1245 , 0.6327 , 0.5111 , 0.1800 , 1.0000 , 13.3333 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6591 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6593 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6595 , cls_41 , 3.7800 , 2040.0000 , 124.3619 , 539.6825 , 2.6154 , 1.1830 , 0.8247 , 0.5675 , 0.6300 , 3.0000 , 16.6667 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6607 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6619 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6629 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6634 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6637 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6643 , cls_41 , 3.0600 , 1320.0000 , 92.7634 , 431.3725 , 1.8333 , 1.1229 , 0.7768 , 0.6422 , 0.7200 , 1.0000 , 23.5294 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6660 , cls_41 , 1.5300 , 720.0000 , 52.6963 , 470.5882 , 1.3333 , 1.0779 , 0.5837 , 0.6275 , 0.4500 , 1.0000 , 29.4118 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6664 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6665 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6680 , cls_41 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6689 , cls_41 , 1.8900 , 720.0000 , 55.9089 , 380.9524 , 1.2000 , 1.0547 , 0.5390 , 0.6825 , 0.6300 , 1.0000 , 33.3333 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6707 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6712 , cls_41 , 0.9000 , 480.0000 , 37.6863 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5500 , 0.0900 , 1.0000 , 10.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6720 , cls_41 , 2.6100 , 1140.0000 , 79.2578 , 436.7816 , 1.7273 , 1.1116 , 0.6450 , 0.6494 , 0.7200 , 1.0000 , 27.5862 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6731 , cls_41 , 43.0200 , 11460.0000 , 393.3622 , 266.3877 , 4.3409 , 1.2273 , 0.7945 , 0.7810 , 21.1500 , 7.0000 , 49.1632 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6732 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6741 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6752 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6765 , cls_41 , 0.7200 , 600.0000 , 53.0296 , 833.3333 , 1.6667 , 1.1283 , 0.8078 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6766 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6776 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6779 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6791 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6792 , cls_41 , 0.7200 , 660.0000 , 53.9391 , 916.6667 , 1.8333 , 1.1497 , 0.7516 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6794 , cls_41 , 5.6700 , 2940.0000 , 142.1937 , 518.5185 , 3.0625 , 1.2059 , 0.8225 , 0.5767 , 0.9900 , 3.0000 , 17.4603 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6804 , cls_41 , 0.8100 , 780.0000 , 58.8718 , 962.9630 , 2.1667 , 1.1718 , 0.7838 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6827 , cls_41 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6831 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 296.9848 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6840 , cls_41 , 0.7200 , 480.0000 , 38.8780 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6844 , cls_41 , 2.9700 , 1680.0000 , 92.3201 , 565.6566 , 2.3333 , 1.1730 , 0.7514 , 0.5101 , 0.0900 , 1.0000 , 3.0303 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6856 , cls_41 , 3.4200 , 1260.0000 , 81.1065 , 368.4211 , 1.6154 , 1.1020 , 0.6838 , 0.6974 , 1.2600 , 1.0000 , 36.8421 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6857 , cls_41 , 1.2600 , 720.0000 , 54.2621 , 571.4286 , 1.5000 , 1.1000 , 0.6572 , 0.5476 , 0.1800 , 1.0000 , 14.2857 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6858 , cls_41 , 2.9700 , 1740.0000 , 79.7320 , 585.8586 , 2.4167 , 1.1798 , 0.6933 , 0.5556 , 0.3600 , 2.0000 , 12.1212 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6862 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6891 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6901 , cls_41 , 0.5400 , 480.0000 , 33.6542 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6905 , cls_41 , 0.4500 , 360.0000 , 32.1688 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6906 , cls_41 , 0.6300 , 420.0000 , 39.4421 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6913 , cls_41 , 2.7000 , 1140.0000 , 87.8158 , 422.2222 , 1.7273 , 1.1079 , 0.7366 , 0.6389 , 0.4500 , 3.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6916 , cls_41 , 1.2600 , 780.0000 , 50.5542 , 619.0476 , 1.6250 , 1.1170 , 0.7078 , 0.5238 , 0.1800 , 1.0000 , 14.2857 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6917 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6921 , cls_41 , 1.0800 , 540.0000 , 42.9479 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5694 , 0.1800 , 1.0000 , 16.6667 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6929 , cls_41 , 0.7200 , 600.0000 , 56.0353 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6949 , cls_41 , 1.1700 , 600.0000 , 46.3833 , 512.8205 , 1.2500 , 1.0698 , 0.6322 , 0.5641 , 0.0900 , 1.0000 , 7.6923 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6957 , cls_41 , 1.3500 , 780.0000 , 54.8359 , 577.7778 , 1.6250 , 1.1089 , 0.7062 , 0.5333 , 0.2700 , 1.0000 , 20.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6990 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6991 , cls_41 , 1.4400 , 720.0000 , 52.2171 , 500.0000 , 1.5000 , 1.0847 , 0.5473 , 0.5833 , 0.1800 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6992 , cls_41 , 6.6600 , 3000.0000 , 187.9347 , 450.4505 , 2.7778 , 1.1921 , 0.7824 , 0.6284 , 1.5300 , 4.0000 , 22.9730 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6995 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7013 , cls_41 , 0.9000 , 480.0000 , 37.1986 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5500 , 0.0900 , 1.0000 , 10.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7022 , cls_41 , 0.6300 , 420.0000 , 33.4059 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7023 , cls_41 , 0.4500 , 360.0000 , 32.1688 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7046 , cls_41 , 0.4500 , 480.0000 , 38.5203 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7047 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7049 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7051 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7053 , cls_41 , 0.9900 , 1020.0000 , 89.0749 , 1030.3030 , 2.4286 , 1.2046 , 0.9060 , 0.2576 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7054 , cls_41 , 4.6800 , 1800.0000 , 116.6126 , 384.6154 , 2.0000 , 1.1362 , 0.7463 , 0.6827 , 1.1700 , 4.0000 , 25.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7055 , cls_41 , 1.3500 , 720.0000 , 59.6001 , 533.3333 , 1.5000 , 1.0921 , 0.6707 , 0.5444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7072 , cls_41 , 1.4400 , 600.0000 , 50.3854 , 416.6667 , 1.2500 , 1.0466 , 0.6156 , 0.6354 , 0.3600 , 1.0000 , 25.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7086 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7118 , cls_41 , 8.1900 , 3900.0000 , 225.1052 , 476.1905 , 3.2500 , 1.2167 , 0.8841 , 0.6062 , 1.8000 , 4.0000 , 21.9780 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7123 , cls_41 , 1.5300 , 1020.0000 , 59.9961 , 666.6667 , 1.8889 , 1.1502 , 0.6268 , 0.5000 , 0.1800 , 1.0000 , 11.7647 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7137 , cls_41 , 1.0800 , 540.0000 , 45.9566 , 500.0000 , 1.2857 , 1.0563 , 0.6180 , 0.5694 , 0.0900 , 1.0000 , 8.3333 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7138 , cls_41 , 0.9900 , 540.0000 , 47.7954 , 545.4545 , 1.2857 , 1.0663 , 0.6888 , 0.5152 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7145 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7158 , cls_41 , 0.7200 , 420.0000 , 33.6957 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7172 , cls_41 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7176 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7184 , cls_41 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7186 , cls_41 , 18.7200 , 6180.0000 , 252.7871 , 330.1282 , 3.5517 , 1.2097 , 0.8136 , 0.7276 , 7.5600 , 5.0000 , 40.3846 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7187 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7205 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7206 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7221 , cls_41 , 0.7200 , 480.0000 , 39.9808 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7223 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7242 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7245 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7250 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7258 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7259 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7282 , cls_41 , 6.1200 , 2520.0000 , 148.1919 , 411.7647 , 2.4706 , 1.1696 , 0.7888 , 0.6520 , 1.2600 , 3.0000 , 20.5882 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7300 , cls_41 , 10.2600 , 2820.0000 , 166.3544 , 274.8538 , 2.1364 , 1.1367 , 0.7356 , 0.7719 , 4.8600 , 1.0000 , 47.3684 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7323 , cls_41 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7325 , cls_41 , 2.6100 , 1500.0000 , 94.6449 , 574.7126 , 2.2727 , 1.1656 , 0.7115 , 0.5345 , 0.1800 , 1.0000 , 6.8966 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7335 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7336 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7338 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7345 , cls_41 , 23.8500 , 6900.0000 , 267.6231 , 289.3082 , 3.4848 , 1.2038 , 0.7873 , 0.7541 , 10.2600 , 6.0000 , 43.0189 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7355 , cls_41 , 10.5300 , 2100.0000 , 128.3362 , 199.4302 , 1.5909 , 1.0832 , 0.4698 , 0.8390 , 6.9300 , 1.0000 , 65.8120 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7359 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7367 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 283.0194 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7372 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7390 , cls_41 , 0.8100 , 420.0000 , 37.1582 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7393 , cls_41 , 20.7900 , 7140.0000 , 490.0395 , 343.4343 , 3.8387 , 1.2229 , 0.9369 , 0.7100 , 6.7500 , 8.0000 , 32.4675 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7395 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7407 , cls_41 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7411 , cls_41 , 0.5400 , 540.0000 , 42.4944 , 1000.0000 , 1.8000 , 1.1415 , 0.7062 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 271.6616 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7419 , cls_41 , 3.6900 , 1680.0000 , 100.9237 , 455.2846 , 2.1538 , 1.1488 , 0.6496 , 0.6301 , 0.8100 , 3.0000 , 21.9512 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7421 , cls_41 , 0.6300 , 600.0000 , 42.8294 , 952.3810 , 1.6667 , 1.1455 , 0.6435 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7431 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7437 , cls_41 , 2.0700 , 840.0000 , 64.9135 , 405.7971 , 1.4000 , 1.0761 , 0.7071 , 0.6522 , 0.4500 , 1.0000 , 21.7391 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7440 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7471 , cls_41 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7501 , cls_41 , 7.2000 , 1920.0000 , 126.3760 , 266.6667 , 1.7778 , 1.1040 , 0.6866 , 0.7750 , 3.5100 , 1.0000 , 48.7500 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7503 , cls_41 , 3.3300 , 1380.0000 , 77.9472 , 414.4144 , 1.7692 , 1.1223 , 0.5831 , 0.6712 , 0.9000 , 1.0000 , 27.0270 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7542 , cls_41 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7549 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7557 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7561 , cls_41 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7562 , cls_41 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7564 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7573 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7578 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7604 , cls_41 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7619 , cls_41 , 12.2400 , 4860.0000 , 253.3321 , 397.0588 , 3.3750 , 1.2125 , 0.8585 , 0.6740 , 3.0600 , 6.0000 , 25.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7638 , cls_41 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7640 , cls_41 , 0.5400 , 480.0000 , 45.9276 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7677 , cls_41 , 0.8100 , 480.0000 , 40.4187 , 592.5926 , 1.3333 , 1.0639 , 0.6630 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7679 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7704 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7710 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7716 , cls_41 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7718 , cls_41 , 38.7000 , 10380.0000 , 489.1980 , 268.2171 , 4.1190 , 1.2220 , 0.8787 , 0.7771 , 18.5400 , 8.0000 , 47.9070 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7719 , cls_41 , 0.7200 , 600.0000 , 44.3636 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7729 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7742 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7753 , cls_41 , 2.3400 , 1380.0000 , 93.7186 , 589.7436 , 2.0909 , 1.1617 , 0.7763 , 0.5321 , 0.3600 , 2.0000 , 15.3846 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7758 , cls_41 , 1.0800 , 720.0000 , 52.5211 , 666.6667 , 1.7143 , 1.1183 , 0.6605 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7760 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7768 , cls_41 , 1.3500 , 600.0000 , 48.7000 , 444.4444 , 1.2500 , 1.0537 , 0.6180 , 0.6222 , 0.2700 , 1.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7772 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7774 , cls_41 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7781 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7784 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7790 , cls_41 , 2.4300 , 780.0000 , 65.2733 , 320.9877 , 1.1818 , 1.0443 , 0.5955 , 0.7222 , 0.9000 , 1.0000 , 37.0370 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7797 , cls_41 , 0.9900 , 480.0000 , 40.3508 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5758 , 0.0900 , 1.0000 , 9.0909 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7802 , cls_41 , 0.9000 , 660.0000 , 64.3236 , 733.3333 , 1.5714 , 1.1216 , 0.7805 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7809 , cls_41 , 2.4300 , 780.0000 , 60.7780 , 320.9877 , 1.1818 , 1.0443 , 0.3513 , 0.7346 , 1.0800 , 1.0000 , 44.4444 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7811 , cls_41 , 1.5300 , 720.0000 , 51.1752 , 470.5882 , 1.3333 , 1.0779 , 0.5916 , 0.6176 , 0.4500 , 1.0000 , 29.4118 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7812 , cls_41 , 13.2300 , 5820.0000 , 260.3451 , 439.9093 , 3.8800 , 1.2351 , 0.8810 , 0.6576 , 3.8700 , 5.0000 , 29.2517 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7818 , cls_41 , 3.3300 , 1860.0000 , 142.6206 , 558.5586 , 2.3846 , 1.1797 , 0.8408 , 0.5495 , 0.2700 , 2.0000 , 8.1081 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7824 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7870 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7882 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7885 , cls_41 , 3.2400 , 1260.0000 , 78.5232 , 388.8889 , 1.7500 , 1.1078 , 0.6048 , 0.6759 , 1.1700 , 1.0000 , 36.1111 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7902 , cls_41 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7907 , cls_41 , 0.5400 , 600.0000 , 43.6571 , 1111.1111 , 2.0000 , 1.1661 , 0.7753 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7916 , cls_41 , 0.9000 , 720.0000 , 50.4031 , 800.0000 , 1.7143 , 1.1407 , 0.6817 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7926 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7941 , cls_41 , 0.5400 , 480.0000 , 35.6392 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7958 , cls_41 , 4.0500 , 2160.0000 , 110.2656 , 533.3333 , 2.5714 , 1.1861 , 0.7205 , 0.5556 , 0.4500 , 3.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7962 , cls_41 , 6.5700 , 2400.0000 , 146.2375 , 365.2968 , 2.2222 , 1.1533 , 0.8115 , 0.7009 , 2.3400 , 2.0000 , 35.6164 , 258.0698 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7966 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7971 , cls_41 , 8.5500 , 3060.0000 , 193.1642 , 357.8947 , 2.5500 , 1.1694 , 0.8697 , 0.7070 , 2.9700 , 3.0000 , 34.7368 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7992 , cls_41 , 2.1600 , 900.0000 , 66.0630 , 416.6667 , 1.5000 , 1.0853 , 0.6944 , 0.6597 , 0.6300 , 1.0000 , 29.1667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7996 , cls_41 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8014 , cls_41 , 0.7200 , 660.0000 , 54.8577 , 916.6667 , 1.8333 , 1.1497 , 0.8330 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8020 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8044 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8045 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8049 , cls_41 , 1.4400 , 1140.0000 , 66.8898 , 791.6667 , 2.3750 , 1.1807 , 0.6866 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8051 , cls_41 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8056 , cls_41 , 9.0000 , 3360.0000 , 177.8104 , 373.3333 , 2.8000 , 1.1805 , 0.7895 , 0.7033 , 3.6000 , 3.0000 , 40.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8065 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8066 , cls_41 , 5.1300 , 2160.0000 , 127.2023 , 421.0526 , 2.2500 , 1.1602 , 0.6885 , 0.6520 , 1.4400 , 1.0000 , 28.0702 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8080 , cls_41 , 0.3600 , 480.0000 , 34.3237 , 1333.3333 , 2.0000 , 1.1693 , 0.7170 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8089 , cls_41 , 0.9000 , 660.0000 , 50.8027 , 733.3333 , 1.5714 , 1.1216 , 0.7805 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8091 , cls_41 , 0.9900 , 780.0000 , 56.3997 , 787.8788 , 1.8571 , 1.1463 , 0.7307 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8111 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8145 , cls_41 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.0900 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8164 , cls_41 , 4.6800 , 2100.0000 , 127.0985 , 448.7179 , 2.3333 , 1.1649 , 0.7717 , 0.6410 , 1.2600 , 2.0000 , 26.9231 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8179 , cls_41 , 5.7600 , 2340.0000 , 154.4330 , 406.2500 , 2.4375 , 1.1626 , 0.8041 , 0.6458 , 1.3500 , 3.0000 , 23.4375 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8195 , cls_41 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8224 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8227 , cls_41 , 0.6300 , 420.0000 , 33.8650 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8253 , cls_41 , 1.9800 , 1260.0000 , 99.1906 , 636.3636 , 2.1000 , 1.1629 , 0.8107 , 0.4848 , 0.0900 , 1.0000 , 4.5455 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8292 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8295 , cls_41 , 1.9800 , 1020.0000 , 60.2108 , 515.1515 , 1.7000 , 1.1202 , 0.5690 , 0.5909 , 0.4500 , 1.0000 , 22.7273 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8301 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8315 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8317 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8320 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8324 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8325 , cls_41 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8338 , cls_41 , 0.6300 , 420.0000 , 34.1790 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8354 , cls_41 , 5.0400 , 1680.0000 , 91.8240 , 333.3333 , 1.8667 , 1.1157 , 0.5116 , 0.7232 , 2.0700 , 1.0000 , 41.0714 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8359 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8369 , cls_41 , 2.4300 , 1320.0000 , 75.9129 , 543.2099 , 2.0000 , 1.1485 , 0.7062 , 0.5556 , 0.4500 , 1.0000 , 18.5185 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8395 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8398 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8399 , cls_41 , 0.8100 , 960.0000 , 60.8700 , 1185.1852 , 2.6667 , 1.2180 , 0.7453 , 0.1852 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8423 , cls_41 , 17.6400 , 7500.0000 , 253.7472 , 425.1701 , 4.4643 , 1.2477 , 0.7954 , 0.6565 , 5.2200 , 5.0000 , 29.5918 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8437 , cls_41 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 331.3608 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8438 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8451 , cls_41 , 0.7200 , 480.0000 , 39.5204 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8465 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8468 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8469 , cls_41 , 1.1700 , 660.0000 , 56.4056 , 564.1026 , 1.3750 , 1.0902 , 0.6877 , 0.5256 , 0.0900 , 1.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8479 , cls_41 , 0.6300 , 480.0000 , 36.9432 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8486 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8491 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8497 , cls_41 , 5.6700 , 2220.0000 , 130.8189 , 391.5344 , 2.3125 , 1.1546 , 0.7308 , 0.6720 , 1.6200 , 1.0000 , 28.5714 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8505 , cls_41 , 12.1500 , 4020.0000 , 233.3240 , 330.8642 , 2.7917 , 1.1809 , 0.8298 , 0.7210 , 4.8600 , 3.0000 , 40.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8506 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8510 , cls_41 , 0.8100 , 660.0000 , 51.6483 , 814.8148 , 1.8333 , 1.1347 , 0.7453 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8512 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8516 , cls_41 , 2.4300 , 960.0000 , 64.6916 , 395.0617 , 1.4545 , 1.0855 , 0.5354 , 0.6728 , 0.7200 , 1.0000 , 29.6296 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8533 , cls_41 , 1.2600 , 720.0000 , 49.1802 , 571.4286 , 1.5000 , 1.1000 , 0.5544 , 0.5238 , 0.0900 , 1.0000 , 7.1429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8538 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8542 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8543 , cls_41 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8544 , cls_41 , 0.8100 , 600.0000 , 43.5627 , 740.7407 , 1.6667 , 1.1135 , 0.6419 , 0.4074 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8551 , cls_41 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8557 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8559 , cls_41 , 4.5900 , 1560.0000 , 99.2458 , 339.8693 , 1.7333 , 1.1116 , 0.6753 , 0.7157 , 1.5300 , 3.0000 , 33.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8564 , cls_41 , 7.2900 , 2160.0000 , 130.8542 , 296.2963 , 2.0000 , 1.1238 , 0.6108 , 0.7490 , 3.0600 , 2.0000 , 41.9753 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8566 , cls_41 , 0.7200 , 480.0000 , 34.5635 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8594 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8609 , cls_41 , 0.8100 , 660.0000 , 42.9371 , 814.8148 , 1.8333 , 1.1347 , 0.5593 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8617 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8618 , cls_41 , 4.3200 , 1980.0000 , 106.7169 , 458.3333 , 2.3571 , 1.1626 , 0.7235 , 0.6250 , 1.0800 , 1.0000 , 25.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8624 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8645 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8659 , cls_41 , 0.5400 , 420.0000 , 32.0363 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8669 , cls_41 , 0.6300 , 480.0000 , 38.1979 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8676 , cls_41 , 0.7200 , 540.0000 , 50.6601 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8677 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8680 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8682 , cls_41 , 0.9000 , 480.0000 , 38.6562 , 533.3333 , 1.1429 , 1.0516 , 0.5103 , 0.5500 , 0.0900 , 1.0000 , 10.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8687 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8690 , cls_41 , 1.1700 , 780.0000 , 66.1462 , 666.6667 , 1.6250 , 1.1258 , 0.7931 , 0.4359 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8693 , cls_41 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8694 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8697 , cls_41 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8701 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8707 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8723 , cls_41 , 3.4200 , 1500.0000 , 104.7426 , 438.5965 , 1.9231 , 1.1354 , 0.7385 , 0.6447 , 0.9000 , 4.0000 , 26.3158 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8726 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8733 , cls_41 , 1.3500 , 840.0000 , 54.0923 , 622.2222 , 1.7500 , 1.1245 , 0.6396 , 0.5333 , 0.1800 , 1.0000 , 13.3333 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8735 , cls_41 , 32.4000 , 8340.0000 , 288.3916 , 257.4074 , 3.6579 , 1.2046 , 0.7220 , 0.7912 , 17.1900 , 6.0000 , 53.0556 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8749 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8759 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8763 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8765 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8791 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8795 , cls_41 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8816 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8822 , cls_41 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8826 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8850 , cls_41 , 0.6300 , 420.0000 , 32.7472 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8851 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8852 , cls_41 , 0.8100 , 480.0000 , 41.7360 , 592.5926 , 1.3333 , 1.0639 , 0.6903 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8854 , cls_41 , 0.7200 , 480.0000 , 37.9779 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8864 , cls_41 , 1.3500 , 900.0000 , 58.8372 , 666.6667 , 1.8750 , 1.1390 , 0.7062 , 0.4778 , 0.1800 , 1.0000 , 13.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8868 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8875 , cls_41 , 0.8100 , 540.0000 , 44.5469 , 666.6667 , 1.5000 , 1.0901 , 0.6903 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8885 , cls_41 , 20.9700 , 6300.0000 , 247.6004 , 300.4292 , 3.3871 , 1.2016 , 0.7217 , 0.7561 , 9.3600 , 4.0000 , 44.6352 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8888 , cls_41 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8889 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8892 , cls_41 , 0.6300 , 480.0000 , 36.4594 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8907 , cls_41 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8928 , cls_41 , 0.9900 , 600.0000 , 47.3742 , 606.0606 , 1.4286 , 1.0892 , 0.6584 , 0.4848 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8934 , cls_41 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8935 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8943 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8945 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8962 , cls_41 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8966 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8973 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8983 , cls_41 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8987 , cls_41 , 0.7200 , 600.0000 , 41.4255 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3542 , 0.0900 , 1.0000 , 12.5000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9009 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9015 , cls_41 , 1.0800 , 600.0000 , 44.8653 , 555.5556 , 1.4286 , 1.0790 , 0.6273 , 0.5417 , 0.1800 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9036 , cls_41 , 5.9400 , 2460.0000 , 150.2035 , 414.1414 , 2.4118 , 1.1684 , 0.8023 , 0.6490 , 1.4400 , 1.0000 , 24.2424 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9040 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9042 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9044 , cls_41 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9045 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 305.9412 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9059 , cls_41 , 2.8800 , 1500.0000 , 84.2211 , 520.8333 , 2.0833 , 1.1544 , 0.6156 , 0.5833 , 0.4500 , 3.0000 , 15.6250 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9062 , cls_41 , 0.8100 , 540.0000 , 36.9127 , 666.6667 , 1.5000 , 1.0901 , 0.5416 , 0.4815 , 0.0900 , 1.0000 , 11.1111 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9070 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9082 , cls_41 , 3.6000 , 1560.0000 , 110.5334 , 433.3333 , 2.0000 , 1.1374 , 0.7695 , 0.6375 , 0.8100 , 2.0000 , 22.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9112 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9118 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9126 , cls_41 , 1.5300 , 1020.0000 , 62.2833 , 666.6667 , 1.8889 , 1.1502 , 0.6817 , 0.4804 , 0.0900 , 1.0000 , 5.8824 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9134 , cls_41 , 0.8100 , 480.0000 , 37.5807 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5185 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9185 , cls_41 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9187 , cls_41 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9216 , cls_41 , 22.4100 , 5760.0000 , 255.2179 , 257.0281 , 3.0000 , 1.1806 , 0.7340 , 0.7878 , 11.8800 , 3.0000 , 53.0120 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9223 , cls_41 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9233 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9243 , cls_41 , 1.1700 , 600.0000 , 44.4465 , 512.8205 , 1.2500 , 1.0698 , 0.5963 , 0.5769 , 0.1800 , 1.0000 , 15.3846 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9247 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9261 , cls_41 , 1.0800 , 780.0000 , 54.6121 , 722.2222 , 1.8571 , 1.1355 , 0.7649 , 0.4583 , 0.0900 , 1.0000 , 8.3333 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9290 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9291 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9314 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9383 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9391 , cls_41 , 12.7800 , 4560.0000 , 203.0475 , 356.8075 , 3.1667 , 1.1973 , 0.6883 , 0.7160 , 4.9500 , 5.0000 , 38.7324 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9401 , cls_41 , 0.7200 , 420.0000 , 34.3237 , 583.3333 , 1.1667 , 1.0480 , 0.4341 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9408 , cls_41 , 0.5400 , 480.0000 , 42.0808 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9418 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9422 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9432 , cls_41 , 11.0700 , 3960.0000 , 206.9014 , 357.7236 , 2.8696 , 1.1878 , 0.7727 , 0.7019 , 3.6900 , 4.0000 , 33.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9434 , cls_41 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9440 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9448 , cls_41 , 0.6300 , 540.0000 , 39.7181 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9450 , cls_41 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9464 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9479 , cls_41 , 1.8900 , 840.0000 , 61.7136 , 444.4444 , 1.4000 , 1.0860 , 0.6387 , 0.6349 , 0.4500 , 1.0000 , 23.8095 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9482 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9487 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9502 , cls_41 , 2.6100 , 1440.0000 , 109.4754 , 551.7241 , 2.1818 , 1.1576 , 0.8585 , 0.5345 , 0.1800 , 1.0000 , 6.8966 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9504 , cls_41 , 54.8100 , 15600.0000 , 408.0347 , 284.6196 , 5.2000 , 1.2515 , 0.6802 , 0.7649 , 25.8300 , 10.0000 , 47.1264 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9509 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9516 , cls_41 , 1.2600 , 720.0000 , 53.8227 , 571.4286 , 1.5000 , 1.1000 , 0.7258 , 0.5476 , 0.1800 , 2.0000 , 14.2857 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9518 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9520 , cls_41 , 1.1700 , 840.0000 , 62.7294 , 717.9487 , 1.7500 , 1.1416 , 0.7931 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9523 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9534 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9536 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9546 , cls_41 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9556 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9571 , cls_41 , 5.6700 , 2460.0000 , 123.0913 , 433.8624 , 2.5625 , 1.1734 , 0.6791 , 0.6455 , 1.6200 , 2.0000 , 28.5714 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9575 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9582 , cls_41 , 0.4500 , 420.0000 , 31.2437 , 933.3333 , 1.4000 , 1.1065 , 0.6255 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9583 , cls_41 , 0.8100 , 660.0000 , 50.2275 , 814.8148 , 1.8333 , 1.1347 , 0.7205 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9587 , cls_41 , 1.7100 , 840.0000 , 59.4108 , 491.2281 , 1.5556 , 1.0972 , 0.6731 , 0.6053 , 0.3600 , 2.0000 , 21.0526 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9588 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9606 , cls_41 , 0.6300 , 540.0000 , 45.9902 , 857.1429 , 1.5000 , 1.1214 , 0.6927 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9617 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9618 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9630 , cls_41 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9635 , cls_41 , 1.5300 , 960.0000 , 60.7386 , 627.4510 , 1.7778 , 1.1376 , 0.5916 , 0.5098 , 0.1800 , 1.0000 , 11.7647 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9650 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 284.6050 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9653 , cls_41 , 2.1600 , 1080.0000 , 72.1606 , 500.0000 , 1.8000 , 1.1219 , 0.6850 , 0.5972 , 0.4500 , 2.0000 , 20.8333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9657 , cls_41 , 1.0800 , 480.0000 , 39.4537 , 444.4444 , 1.1429 , 1.0310 , 0.3888 , 0.6250 , 0.2700 , 1.0000 , 25.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9665 , cls_41 , 0.6300 , 420.0000 , 34.1318 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9690 , cls_41 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9692 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9700 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9714 , cls_41 , 13.1400 , 4440.0000 , 307.2389 , 337.8995 , 2.9600 , 1.1899 , 0.8975 , 0.7100 , 4.0500 , 4.0000 , 30.8219 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9725 , cls_41 , 0.9000 , 720.0000 , 46.9852 , 800.0000 , 1.7143 , 1.1407 , 0.6894 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9729 , cls_41 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9783 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9793 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9794 , cls_41 , 43.3800 , 12540.0000 , 330.3059 , 289.0733 , 4.7500 , 1.2404 , 0.6637 , 0.7690 , 21.0600 , 8.0000 , 48.5477 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9796 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9808 , cls_41 , 0.9000 , 600.0000 , 48.3603 , 666.6667 , 1.4286 , 1.1006 , 0.7551 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9809 , cls_41 , 2.6100 , 1260.0000 , 90.3340 , 482.7586 , 1.9091 , 1.1313 , 0.6612 , 0.6034 , 0.3600 , 2.0000 , 13.7931 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9818 , cls_41 , 1.4400 , 780.0000 , 55.1891 , 541.6667 , 1.6250 , 1.1014 , 0.5031 , 0.5312 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9874 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9922 , cls_41 , 0.9000 , 780.0000 , 53.2036 , 866.6667 , 1.8571 , 1.1583 , 0.7913 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9926 , cls_41 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9936 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9978 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9982 , cls_41 , 2.3400 , 1200.0000 , 73.3191 , 512.8205 , 1.8182 , 1.1339 , 0.6877 , 0.5705 , 0.3600 , 1.0000 , 15.3846 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9987 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9989 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10029 , cls_41 , 1.3500 , 960.0000 , 61.2669 , 711.1111 , 2.0000 , 1.1526 , 0.7419 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10045 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10058 , cls_41 , 0.6300 , 420.0000 , 31.6352 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10060 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10063 , cls_41 , 4.7700 , 1380.0000 , 94.2563 , 289.3082 , 1.5333 , 1.0849 , 0.6209 , 0.7673 , 2.3400 , 1.0000 , 49.0566 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10066 , cls_41 , 13.0500 , 4080.0000 , 197.7742 , 312.6437 , 2.7200 , 1.1762 , 0.7715 , 0.7448 , 5.4000 , 2.0000 , 41.3793 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10071 , cls_41 , 4.5900 , 1680.0000 , 96.8140 , 366.0131 , 1.8667 , 1.1254 , 0.4805 , 0.6993 , 1.5300 , 1.0000 , 33.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10073 , cls_41 , 4.6800 , 2100.0000 , 130.1908 , 448.7179 , 2.3333 , 1.1649 , 0.8211 , 0.6506 , 1.3500 , 4.0000 , 28.8462 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10084 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10089 , cls_41 , 1.7100 , 900.0000 , 72.2725 , 526.3158 , 1.6667 , 1.1114 , 0.7718 , 0.5702 , 0.2700 , 1.0000 , 15.7895 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10091 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10093 , cls_41 , 0.8100 , 540.0000 , 40.8919 , 666.6667 , 1.5000 , 1.0901 , 0.5593 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10099 , cls_41 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 324.4996 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10113 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10120 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10133 , cls_41 , 0.8100 , 480.0000 , 36.8245 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5185 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10163 , cls_41 , 0.9000 , 720.0000 , 44.5695 , 800.0000 , 1.7143 , 1.1407 , 0.6255 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10165 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10202 , cls_41 , 1.1700 , 720.0000 , 46.1766 , 615.3846 , 1.5000 , 1.1087 , 0.4292 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10208 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10231 , cls_41 , 3.5100 , 1500.0000 , 96.5131 , 427.3504 , 1.9231 , 1.1326 , 0.6837 , 0.6581 , 0.9900 , 2.0000 , 28.2051 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10244 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10252 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10253 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10264 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10273 , cls_41 , 0.9900 , 480.0000 , 40.0167 , 484.8485 , 1.1429 , 1.0407 , 0.5623 , 0.5758 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10283 , cls_41 , 1.3500 , 1020.0000 , 56.6664 , 755.5556 , 2.1250 , 1.1653 , 0.5342 , 0.4111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10301 , cls_41 , 1.8900 , 780.0000 , 53.8662 , 412.6984 , 1.3000 , 1.0710 , 0.4652 , 0.6587 , 0.5400 , 1.0000 , 28.5714 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10325 , cls_41 , 21.3300 , 5820.0000 , 215.0690 , 272.8551 , 3.1290 , 1.1870 , 0.6111 , 0.7743 , 11.0700 , 4.0000 , 51.8987 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10331 , cls_41 , 2.9700 , 1620.0000 , 90.1171 , 545.4545 , 2.2500 , 1.1659 , 0.6639 , 0.5657 , 0.4500 , 2.0000 , 15.1515 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10342 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10344 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10348 , cls_41 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10355 , cls_41 , 7.0200 , 3300.0000 , 137.0963 , 470.0855 , 3.0556 , 1.2036 , 0.7053 , 0.6346 , 1.9800 , 2.0000 , 28.2051 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10357 , cls_41 , 5.4900 , 2340.0000 , 169.3271 , 426.2295 , 2.4375 , 1.1677 , 0.8447 , 0.6530 , 1.3500 , 3.0000 , 24.5902 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10358 , cls_41 , 18.8100 , 6480.0000 , 281.1531 , 344.4976 , 3.7241 , 1.2170 , 0.8279 , 0.7153 , 6.7500 , 3.0000 , 35.8852 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10364 , cls_41 , 4.4100 , 2220.0000 , 135.7061 , 503.4014 , 2.6429 , 1.1818 , 0.7780 , 0.5986 , 0.9000 , 2.0000 , 20.4082 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10375 , cls_41 , 2.3400 , 900.0000 , 68.7430 , 384.6154 , 1.3636 , 1.0767 , 0.6322 , 0.6731 , 0.7200 , 1.0000 , 30.7692 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10380 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 513.5173 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10391 , cls_41 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10395 , cls_41 , 4.7700 , 1560.0000 , 112.6999 , 327.0440 , 1.7333 , 1.1076 , 0.6817 , 0.7264 , 1.8000 , 3.0000 , 37.7358 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10400 , cls_41 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10451 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10452 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10453 , cls_41 , 0.9000 , 540.0000 , 41.5192 , 600.0000 , 1.2857 , 1.0775 , 0.5609 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10480 , cls_41 , 2.0700 , 840.0000 , 65.7935 , 405.7971 , 1.4000 , 1.0761 , 0.6981 , 0.6449 , 0.4500 , 1.0000 , 21.7391 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10494 , cls_41 , 3.4200 , 1440.0000 , 107.4783 , 421.0526 , 1.8462 , 1.1276 , 0.7605 , 0.6623 , 0.9900 , 1.0000 , 28.9474 , 284.6050 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10497 , cls_41 , 1.2600 , 840.0000 , 56.8001 , 666.6667 , 1.7500 , 1.1327 , 0.7903 , 0.5119 , 0.2700 , 1.0000 , 21.4286 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10508 , cls_41 , 1.3500 , 960.0000 , 63.5565 , 711.1111 , 2.0000 , 1.1526 , 0.7613 , 0.4222 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10509 , cls_41 , 0.8100 , 540.0000 , 37.1685 , 666.6667 , 1.5000 , 1.0901 , 0.5416 , 0.4815 , 0.0900 , 1.0000 , 11.1111 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10518 , cls_41 , 0.9000 , 480.0000 , 35.9876 , 533.3333 , 1.1429 , 1.0516 , 0.3634 , 0.5833 , 0.2700 , 1.0000 , 30.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10519 , cls_41 , 0.7200 , 420.0000 , 33.6957 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10523 , cls_41 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.0900 , 1.0000 , 16.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10528 , cls_41 , 5.1300 , 2040.0000 , 106.6901 , 397.6608 , 2.1250 , 1.1497 , 0.6460 , 0.6784 , 1.8000 , 2.0000 , 35.0877 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10582 , cls_41 , 1.1700 , 660.0000 , 59.1492 , 564.1026 , 1.3750 , 1.0902 , 0.7453 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10588 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10600 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10602 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10617 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10625 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10626 , cls_41 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10638 , cls_41 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10650 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10669 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10676 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 361.2478 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10678 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10679 , cls_41 , 64.7100 , 22140.0000 , 590.7254 , 342.1419 , 6.8333 , 1.2883 , 0.8125 , 0.7174 , 23.9400 , 17.0000 , 36.9958 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10686 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10693 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10706 , cls_41 , 8.0100 , 2340.0000 , 135.2304 , 292.1348 , 2.0526 , 1.1286 , 0.6513 , 0.7622 , 3.9600 , 1.0000 , 49.4382 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10707 , cls_41 , 1.1700 , 540.0000 , 42.4711 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6154 , 0.2700 , 1.0000 , 23.0769 , 296.9848 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10720 , cls_41 , 1.2600 , 1020.0000 , 78.5007 , 809.5238 , 2.1250 , 1.1738 , 0.8539 , 0.3214 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10724 , cls_41 , 1.1700 , 660.0000 , 52.7211 , 564.1026 , 1.3750 , 1.0902 , 0.7286 , 0.5385 , 0.0900 , 1.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10725 , cls_41 , 0.7200 , 480.0000 , 37.4823 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10732 , cls_41 , 1.0800 , 780.0000 , 48.8195 , 722.2222 , 1.8571 , 1.1355 , 0.7062 , 0.4583 , 0.0900 , 1.0000 , 8.3333 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10760 , cls_41 , 1.8900 , 1260.0000 , 78.8040 , 666.6667 , 2.1000 , 1.1684 , 0.7429 , 0.4762 , 0.0900 , 1.0000 , 4.7619 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10774 , cls_41 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10791 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10802 , cls_41 , 27.1800 , 6960.0000 , 247.0191 , 256.0706 , 3.3143 , 1.1926 , 0.6901 , 0.7886 , 14.1300 , 3.0000 , 51.9868 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10827 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10836 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10847 , cls_41 , 6.6600 , 1740.0000 , 111.6113 , 261.2613 , 1.6111 , 1.0940 , 0.6444 , 0.7860 , 3.5100 , 1.0000 , 52.7027 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10864 , cls_41 , 6.1200 , 1800.0000 , 118.7304 , 294.1176 , 1.7647 , 1.1086 , 0.6537 , 0.7549 , 2.7900 , 1.0000 , 45.5882 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10874 , cls_41 , 1.8900 , 780.0000 , 57.3279 , 412.6984 , 1.3000 , 1.0710 , 0.5390 , 0.6587 , 0.5400 , 1.0000 , 28.5714 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10877 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10892 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10897 , cls_41 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10902 , cls_41 , 8.6400 , 3000.0000 , 162.7561 , 347.2222 , 2.5000 , 1.1648 , 0.7753 , 0.7135 , 3.2400 , 2.0000 , 37.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10937 , cls_41 , 2.0700 , 720.0000 , 60.9830 , 347.8261 , 1.2000 , 1.0451 , 0.5933 , 0.7029 , 0.7200 , 1.0000 , 34.7826 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10962 , cls_41 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10964 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10972 , cls_41 , 10.5300 , 3000.0000 , 139.7553 , 284.9003 , 2.2727 , 1.1449 , 0.6006 , 0.7707 , 5.2200 , 2.0000 , 49.5726 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10998 , cls_41 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11027 , cls_41 , 0.9000 , 540.0000 , 38.2244 , 600.0000 , 1.2857 , 1.0775 , 0.4907 , 0.5167 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11031 , cls_41 , 1.2600 , 900.0000 , 54.5019 , 714.2857 , 1.8750 , 1.1473 , 0.6637 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11034 , cls_41 , 0.8100 , 720.0000 , 55.9805 , 888.8889 , 2.0000 , 1.1540 , 0.8024 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11048 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11064 , cls_41 , 0.8100 , 660.0000 , 44.6256 , 814.8148 , 1.8333 , 1.1347 , 0.6048 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11065 , cls_41 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11074 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11075 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11089 , cls_41 , 6.3000 , 2100.0000 , 136.3359 , 333.3333 , 2.0588 , 1.1336 , 0.7496 , 0.7167 , 2.2500 , 2.0000 , 35.7143 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11125 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11128 , cls_41 , 10.8000 , 3900.0000 , 157.9183 , 361.1111 , 2.9545 , 1.1877 , 0.6657 , 0.7083 , 3.8700 , 4.0000 , 35.8333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11150 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11156 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11157 , cls_41 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11160 , cls_41 , 1.1700 , 600.0000 , 43.4186 , 512.8205 , 1.2500 , 1.0698 , 0.5132 , 0.5769 , 0.1800 , 1.0000 , 15.3846 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11163 , cls_41 , 3.2400 , 1380.0000 , 92.4657 , 425.9259 , 1.9167 , 1.1253 , 0.6839 , 0.6343 , 0.6300 , 3.0000 , 19.4444 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11187 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11188 , cls_41 , 2.8800 , 1440.0000 , 89.2588 , 500.0000 , 2.0000 , 1.1465 , 0.7516 , 0.5885 , 0.5400 , 1.0000 , 18.7500 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11190 , cls_41 , 2.7900 , 1140.0000 , 103.5984 , 408.6022 , 1.5833 , 1.1044 , 0.8253 , 0.6398 , 0.3600 , 1.0000 , 12.9032 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11208 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11210 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11217 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11219 , cls_41 , 1.3500 , 1020.0000 , 67.9376 , 755.5556 , 2.1250 , 1.1653 , 0.7384 , 0.4111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11225 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11231 , cls_41 , 0.7200 , 480.0000 , 42.5542 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11233 , cls_41 , 3.2400 , 1440.0000 , 100.8489 , 444.4444 , 2.0000 , 1.1335 , 0.7522 , 0.6296 , 0.6300 , 1.0000 , 19.4444 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11243 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11250 , cls_41 , 2.3400 , 1200.0000 , 68.9477 , 512.8205 , 1.8182 , 1.1339 , 0.6280 , 0.6026 , 0.7200 , 1.0000 , 30.7692 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11275 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 256.3201 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11278 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11306 , cls_41 , 1.2600 , 780.0000 , 51.1262 , 619.0476 , 1.6250 , 1.1170 , 0.6927 , 0.5119 , 0.0900 , 1.0000 , 7.1429 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11318 , cls_41 , 0.8100 , 720.0000 , 66.3588 , 888.8889 , 2.0000 , 1.1540 , 0.8237 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11334 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11336 , cls_41 , 0.8100 , 540.0000 , 41.0019 , 666.6667 , 1.5000 , 1.0901 , 0.6419 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11359 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11363 , cls_41 , 8.6400 , 3780.0000 , 154.5936 , 437.5000 , 3.1500 , 1.2055 , 0.6405 , 0.6476 , 2.0700 , 5.0000 , 23.9583 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11373 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11375 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11379 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11410 , cls_41 , 1.1700 , 660.0000 , 51.0637 , 564.1026 , 1.3750 , 1.0902 , 0.7286 , 0.5385 , 0.1800 , 1.0000 , 15.3846 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11417 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11427 , cls_41 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11444 , cls_41 , 0.7200 , 480.0000 , 40.5811 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11450 , cls_41 , 0.7200 , 600.0000 , 57.3189 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11457 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11470 , cls_41 , 1.2600 , 660.0000 , 49.8340 , 523.8095 , 1.3750 , 1.0816 , 0.4757 , 0.5476 , 0.0900 , 1.0000 , 7.1429 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11491 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11492 , cls_41 , 10.0800 , 3540.0000 , 192.8023 , 351.1905 , 2.6818 , 1.1780 , 0.8539 , 0.7143 , 3.7800 , 2.0000 , 37.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11507 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11514 , cls_41 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11515 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11525 , cls_41 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.0900 , 1.0000 , 16.6667 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11529 , cls_41 , 1.5300 , 1200.0000 , 70.3337 , 784.3137 , 2.2222 , 1.1839 , 0.7595 , 0.4020 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11532 , cls_41 , 0.6300 , 420.0000 , 33.8650 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11546 , cls_41 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11555 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11556 , cls_41 , 3.7800 , 1140.0000 , 84.2532 , 301.5873 , 1.4615 , 1.0726 , 0.6068 , 0.7500 , 1.7100 , 1.0000 , 45.2381 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11557 , cls_41 , 10.9800 , 3060.0000 , 146.5880 , 278.6885 , 2.2174 , 1.1442 , 0.4907 , 0.7650 , 4.8600 , 3.0000 , 44.2623 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11558 , cls_41 , 0.8100 , 480.0000 , 40.1084 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11560 , cls_41 , 45.7200 , 11520.0000 , 409.8133 , 251.9685 , 4.1739 , 1.2224 , 0.6633 , 0.7943 , 24.5700 , 4.0000 , 53.7402 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11572 , cls_41 , 5.4900 , 2760.0000 , 121.0143 , 502.7322 , 2.8750 , 1.1979 , 0.7376 , 0.6011 , 0.9900 , 2.0000 , 18.0328 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11586 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11590 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11594 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11595 , cls_41 , 0.9900 , 720.0000 , 67.5544 , 727.2727 , 1.7143 , 1.1289 , 0.8081 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11599 , cls_41 , 16.9200 , 6000.0000 , 224.4665 , 354.6099 , 3.5714 , 1.2149 , 0.7286 , 0.7074 , 3.6900 , 6.0000 , 21.8085 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11609 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11612 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11631 , cls_41 , 1.3500 , 900.0000 , 64.0841 , 666.6667 , 1.8750 , 1.1390 , 0.7191 , 0.4778 , 0.0900 , 1.0000 , 6.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11639 , cls_41 , 4.9500 , 2100.0000 , 107.1820 , 424.2424 , 2.3333 , 1.1588 , 0.5881 , 0.6576 , 1.1700 , 3.0000 , 23.6364 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11659 , cls_41 , 7.4700 , 2820.0000 , 175.0157 , 377.5100 , 2.4737 , 1.1689 , 0.7856 , 0.6867 , 2.3400 , 3.0000 , 31.3253 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11664 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11665 , cls_41 , 0.5400 , 480.0000 , 38.9881 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11667 , cls_41 , 7.0200 , 2160.0000 , 138.7482 , 307.6923 , 2.0000 , 1.1276 , 0.7130 , 0.7457 , 3.0600 , 1.0000 , 43.5897 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11670 , cls_41 , 2.3400 , 1080.0000 , 75.8984 , 461.5385 , 1.6364 , 1.1130 , 0.6280 , 0.6090 , 0.4500 , 1.0000 , 19.2308 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11672 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11675 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11695 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11700 , cls_41 , 4.4100 , 2640.0000 , 170.7969 , 598.6395 , 3.1429 , 1.2142 , 0.8765 , 0.5170 , 0.2700 , 2.0000 , 6.1224 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11705 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11707 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11714 , cls_41 , 2.2500 , 1080.0000 , 102.4996 , 480.0000 , 1.8000 , 1.1173 , 0.8011 , 0.5733 , 0.1800 , 1.0000 , 8.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11715 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11728 , cls_41 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11749 , cls_41 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11751 , cls_41 , 2.3400 , 1200.0000 , 71.3643 , 512.8205 , 1.8182 , 1.1339 , 0.7170 , 0.5962 , 0.4500 , 1.0000 , 19.2308 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11754 , cls_41 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11768 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11770 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11784 , cls_41 , 1.1700 , 1080.0000 , 82.4513 , 923.0769 , 2.2500 , 1.1953 , 0.8140 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11786 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11790 , cls_41 , 7.2000 , 4620.0000 , 175.6197 , 641.6667 , 4.2778 , 1.2610 , 0.8141 , 0.5208 , 0.9900 , 6.0000 , 13.7500 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11794 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11801 , cls_41 , 0.9900 , 660.0000 , 50.4806 , 666.6667 , 1.5714 , 1.1100 , 0.7199 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11803 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11821 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11823 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11824 , cls_41 , 6.8400 , 3900.0000 , 159.4263 , 570.1754 , 3.6111 , 1.2364 , 0.7611 , 0.5570 , 1.0800 , 4.0000 , 15.7895 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11842 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11845 , cls_41 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11854 , cls_41 , 0.6300 , 480.0000 , 37.2533 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11858 , cls_41 , 4.0500 , 1260.0000 , 91.6365 , 311.1111 , 1.5000 , 1.0845 , 0.6506 , 0.7407 , 1.7100 , 1.0000 , 42.2222 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11868 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11870 , cls_41 , 18.3600 , 5820.0000 , 262.8461 , 316.9935 , 3.3448 , 1.2017 , 0.6926 , 0.7361 , 6.7500 , 4.0000 , 36.7647 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11889 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11897 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11903 , cls_41 , 1.0800 , 600.0000 , 44.7235 , 555.5556 , 1.4286 , 1.0790 , 0.6273 , 0.5556 , 0.1800 , 1.0000 , 16.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11916 , cls_41 , 0.9000 , 600.0000 , 43.7426 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11917 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11936 , cls_41 , 0.6300 , 540.0000 , 40.1146 , 857.1429 , 1.5000 , 1.1214 , 0.7215 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11949 , cls_41 , 0.7200 , 480.0000 , 40.6729 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11964 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11966 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11967 , cls_41 , 2.3400 , 1140.0000 , 88.4354 , 487.1795 , 1.7273 , 1.1237 , 0.7891 , 0.5897 , 0.1800 , 2.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12009 , cls_41 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12013 , cls_41 , 1.0800 , 540.0000 , 42.9445 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5694 , 0.0900 , 1.0000 , 8.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12015 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12017 , cls_41 , 2.5200 , 1140.0000 , 70.6232 , 452.3810 , 1.7273 , 1.1155 , 0.6927 , 0.6369 , 0.8100 , 1.0000 , 32.1429 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12052 , cls_41 , 1.8900 , 1140.0000 , 78.5060 , 603.1746 , 1.9000 , 1.1481 , 0.7243 , 0.4921 , 0.0900 , 1.0000 , 4.7619 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12057 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12062 , cls_41 , 1.1700 , 840.0000 , 58.6669 , 717.9487 , 1.7500 , 1.1416 , 0.6322 , 0.4231 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12074 , cls_41 , 5.5800 , 2460.0000 , 124.5657 , 440.8602 , 2.5625 , 1.1751 , 0.6778 , 0.6317 , 0.9900 , 2.0000 , 17.7419 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12078 , cls_41 , 4.8600 , 2460.0000 , 118.9916 , 506.1728 , 2.7333 , 1.1901 , 0.8030 , 0.5864 , 0.9900 , 1.0000 , 20.3704 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12096 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12099 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12126 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12129 , cls_41 , 6.5700 , 1920.0000 , 110.1037 , 292.2374 , 1.7778 , 1.1131 , 0.5869 , 0.7489 , 2.5200 , 3.0000 , 38.3562 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12137 , cls_41 , 2.2500 , 1080.0000 , 68.9382 , 480.0000 , 1.8000 , 1.1173 , 0.5698 , 0.6067 , 0.3600 , 2.0000 , 16.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12138 , cls_41 , 0.5400 , 420.0000 , 32.0363 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12141 , cls_41 , 4.5000 , 1800.0000 , 107.2974 , 400.0000 , 2.0000 , 1.1404 , 0.6894 , 0.6700 , 1.1700 , 2.0000 , 26.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12144 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12146 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12148 , cls_41 , 2.1600 , 1020.0000 , 71.5916 , 472.2222 , 1.7000 , 1.1104 , 0.6605 , 0.5972 , 0.2700 , 1.0000 , 12.5000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12152 , cls_41 , 20.0700 , 7080.0000 , 289.0600 , 352.7653 , 3.9333 , 1.2251 , 0.7996 , 0.7040 , 6.3000 , 6.0000 , 31.3901 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12180 , cls_41 , 0.6300 , 480.0000 , 43.4445 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12182 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12183 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12186 , cls_41 , 1.5300 , 900.0000 , 66.1958 , 588.2353 , 1.6667 , 1.1242 , 0.7294 , 0.4902 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12190 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12193 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12219 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12225 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12228 , cls_41 , 0.8100 , 600.0000 , 38.3832 , 740.7407 , 1.6667 , 1.1135 , 0.5416 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12237 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12252 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12254 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12259 , cls_41 , 0.7200 , 540.0000 , 53.5518 , 750.0000 , 1.5000 , 1.1046 , 0.7963 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12275 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12279 , cls_41 , 5.4900 , 1380.0000 , 93.4697 , 251.3661 , 1.4375 , 1.0709 , 0.4025 , 0.7896 , 2.8800 , 1.0000 , 52.4590 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12287 , cls_41 , 1.8900 , 1020.0000 , 66.6474 , 539.6825 , 1.7000 , 1.1255 , 0.6854 , 0.5635 , 0.1800 , 1.0000 , 9.5238 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12288 , cls_41 , 0.9900 , 840.0000 , 52.4440 , 848.4848 , 2.0000 , 1.1624 , 0.6888 , 0.3485 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12294 , cls_41 , 2.0700 , 1020.0000 , 64.6462 , 492.7536 , 1.7000 , 1.1152 , 0.6043 , 0.6014 , 0.3600 , 1.0000 , 17.3913 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12295 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12298 , cls_41 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12311 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12314 , cls_41 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12325 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12329 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12334 , cls_41 , 1.4400 , 840.0000 , 58.1903 , 583.3333 , 1.7500 , 1.1169 , 0.6866 , 0.5312 , 0.1800 , 2.0000 , 12.5000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12336 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12350 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12356 , cls_41 , 0.8100 , 420.0000 , 35.4002 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12365 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12368 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12369 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12372 , cls_41 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12373 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12376 , cls_41 , 1.3500 , 840.0000 , 64.2697 , 622.2222 , 1.7500 , 1.1245 , 0.7753 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12378 , cls_41 , 0.7200 , 720.0000 , 46.5360 , 1000.0000 , 2.0000 , 1.1693 , 0.7004 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12402 , cls_41 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12413 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12418 , cls_41 , 0.8100 , 540.0000 , 44.6575 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12439 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12447 , cls_41 , 1.5300 , 600.0000 , 46.9432 , 392.1569 , 1.1111 , 1.0400 , 0.3236 , 0.6667 , 0.4500 , 1.0000 , 29.4118 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12458 , cls_41 , 2.3400 , 1080.0000 , 65.2768 , 461.5385 , 1.6364 , 1.1130 , 0.6105 , 0.6090 , 0.4500 , 1.0000 , 19.2308 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12459 , cls_41 , 1.8900 , 900.0000 , 64.6425 , 476.1905 , 1.5000 , 1.1001 , 0.7326 , 0.5952 , 0.2700 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12461 , cls_41 , 1.2600 , 1140.0000 , 55.7913 , 904.7619 , 2.3750 , 1.1974 , 0.7258 , 0.3690 , 0.0900 , 1.0000 , 7.1429 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12465 , cls_41 , 1.8000 , 840.0000 , 60.8160 , 466.6667 , 1.5556 , 1.0915 , 0.6894 , 0.6167 , 0.4500 , 1.0000 , 25.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12478 , cls_41 , 2.9700 , 1380.0000 , 84.6840 , 464.6465 , 1.9167 , 1.1348 , 0.6145 , 0.6162 , 0.5400 , 2.0000 , 18.1818 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12492 , cls_41 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12496 , cls_41 , 4.2300 , 1920.0000 , 103.2148 , 453.9007 , 2.2857 , 1.1591 , 0.7387 , 0.6241 , 0.9000 , 1.0000 , 21.2766 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12524 , cls_41 , 0.9000 , 540.0000 , 42.7560 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12529 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12534 , cls_41 , 2.7900 , 780.0000 , 65.5704 , 279.5699 , 1.0833 , 1.0302 , 0.5565 , 0.7527 , 1.1700 , 1.0000 , 41.9355 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12536 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12539 , cls_41 , 1.3500 , 780.0000 , 55.8109 , 577.7778 , 1.6250 , 1.1089 , 0.7062 , 0.5111 , 0.0900 , 1.0000 , 6.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12557 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12565 , cls_41 , 1.1700 , 660.0000 , 45.2554 , 564.1026 , 1.3750 , 1.0902 , 0.5132 , 0.5256 , 0.0900 , 1.0000 , 7.6923 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12585 , cls_41 , 1.1700 , 540.0000 , 45.2251 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6026 , 0.1800 , 1.0000 , 15.3846 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12587 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12598 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12604 , cls_41 , 1.6200 , 780.0000 , 57.0565 , 481.4815 , 1.4444 , 1.0880 , 0.6243 , 0.6111 , 0.3600 , 1.0000 , 22.2222 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12608 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12618 , cls_41 , 0.6300 , 480.0000 , 35.8654 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12622 , cls_41 , 0.5400 , 420.0000 , 39.3630 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12646 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12647 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12654 , cls_41 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12664 , cls_41 , 1.5300 , 660.0000 , 66.8479 , 431.3725 , 1.2222 , 1.0598 , 0.7453 , 0.5980 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12714 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12727 , cls_41 , 2.0700 , 720.0000 , 65.5036 , 347.8261 , 1.2000 , 1.0451 , 0.5988 , 0.6812 , 0.4500 , 1.0000 , 21.7391 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12733 , cls_41 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12736 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12776 , cls_41 , 151.8300 , 35040.0000 , 616.9342 , 230.7844 , 7.0361 , 1.2756 , 0.6631 , 0.8131 , 86.4900 , 17.0000 , 56.9650 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12856 , cls_41 , 0.8100 , 600.0000 , 66.6667 , 740.7407 , 1.6667 , 1.1135 , 0.8603 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12862 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12888 , cls_41 , 1.0800 , 600.0000 , 49.5317 , 555.5556 , 1.4286 , 1.0790 , 0.7117 , 0.5278 , 0.1800 , 1.0000 , 16.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12896 , cls_41 , 2.7900 , 1620.0000 , 76.7436 , 580.6452 , 2.2500 , 1.1730 , 0.5614 , 0.5484 , 0.2700 , 2.0000 , 9.6774 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12899 , cls_41 , 6.4800 , 2100.0000 , 128.8569 , 324.0741 , 2.0588 , 1.1307 , 0.6903 , 0.7222 , 2.6100 , 1.0000 , 40.2778 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12904 , cls_41 , 0.6300 , 420.0000 , 31.0908 , 666.6667 , 1.1667 , 1.0640 , 0.4757 , 0.4762 , 0.0900 , 1.0000 , 14.2857 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12906 , cls_41 , 1.3500 , 1020.0000 , 66.1515 , 755.5556 , 2.1250 , 1.1653 , 0.8368 , 0.4111 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12909 , cls_41 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12920 , cls_41 , 8.5500 , 5040.0000 , 244.9826 , 589.4737 , 4.2000 , 1.2573 , 0.9013 , 0.5158 , 0.5400 , 2.0000 , 6.3158 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12926 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12967 , cls_41 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12975 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12978 , cls_41 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12987 , cls_41 , 0.7200 , 600.0000 , 44.2971 , 833.3333 , 1.6667 , 1.1283 , 0.7736 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12989 , cls_41 , 3.2400 , 1320.0000 , 85.6200 , 407.4074 , 1.8333 , 1.1167 , 0.7764 , 0.6528 , 0.9000 , 1.0000 , 27.7778 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12993 , cls_41 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12997 , cls_41 , 2.8800 , 1380.0000 , 80.2239 , 479.1667 , 1.9167 , 1.1382 , 0.6866 , 0.6302 , 0.9000 , 1.0000 , 31.2500 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13001 , cls_41 , 60.6600 , 20280.0000 , 534.1541 , 334.3225 , 6.5000 , 1.2814 , 0.7959 , 0.7250 , 21.6000 , 16.0000 , 35.6083 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13003 , cls_41 , 0.4500 , 480.0000 , 34.9123 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13007 , cls_41 , 1.2600 , 960.0000 , 85.7499 , 761.9048 , 2.0000 , 1.1610 , 0.8217 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13034 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13038 , cls_41 , 0.4500 , 420.0000 , 31.3192 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13043 , cls_41 , 2.8800 , 1620.0000 , 125.6223 , 562.5000 , 2.2500 , 1.1694 , 0.8370 , 0.5365 , 0.3600 , 2.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13046 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13053 , cls_41 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13055 , cls_41 , 4.4100 , 1980.0000 , 127.5163 , 448.9796 , 2.3571 , 1.1604 , 0.7610 , 0.6361 , 1.0800 , 2.0000 , 24.4898 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13057 , cls_41 , 0.7200 , 480.0000 , 42.5542 , 666.6667 , 1.3333 , 1.0780 , 0.7247 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13065 , cls_41 , 1.7100 , 780.0000 , 55.7308 , 456.1404 , 1.4444 , 1.0820 , 0.5348 , 0.6228 , 0.3600 , 1.0000 , 21.0526 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13068 , cls_41 , 1.0800 , 480.0000 , 41.7869 , 444.4444 , 1.1429 , 1.0310 , 0.5225 , 0.5972 , 0.0900 , 1.0000 , 8.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13070 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13076 , cls_41 , 3.2400 , 1620.0000 , 87.0724 , 500.0000 , 2.2500 , 1.1562 , 0.5676 , 0.5741 , 0.1800 , 1.0000 , 5.5556 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13077 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13081 , cls_41 , 2.5200 , 1200.0000 , 71.1285 , 476.1905 , 1.8182 , 1.1256 , 0.5806 , 0.5952 , 0.4500 , 1.0000 , 17.8571 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13084 , cls_41 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13096 , cls_41 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13098 , cls_41 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13107 , cls_41 , 4.3200 , 1380.0000 , 91.8799 , 319.4444 , 1.6429 , 1.0950 , 0.5299 , 0.7326 , 1.7100 , 1.0000 , 39.5833 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13115 , cls_41 , 0.6300 , 420.0000 , 32.0129 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13119 , cls_41 , 1.8000 , 1200.0000 , 79.3479 , 666.6667 , 2.2222 , 1.1643 , 0.7805 , 0.4833 , 0.0900 , 1.0000 , 5.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13147 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13152 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13158 , cls_41 , 0.7200 , 540.0000 , 53.5518 , 750.0000 , 1.5000 , 1.1046 , 0.7963 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13169 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13171 , cls_41 , 36.9000 , 13200.0000 , 475.7923 , 357.7236 , 5.3659 , 1.2641 , 0.8632 , 0.7012 , 12.0600 , 14.0000 , 32.6829 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13173 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13180 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13190 , cls_41 , 1.8000 , 780.0000 , 53.6075 , 433.3333 , 1.4444 , 1.0763 , 0.5103 , 0.6417 , 0.5400 , 1.0000 , 30.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13206 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13209 , cls_41 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13213 , cls_41 , 2.3400 , 1020.0000 , 65.7186 , 435.8974 , 1.5455 , 1.1016 , 0.5465 , 0.6410 , 0.6300 , 1.0000 , 26.9231 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13239 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13257 , cls_41 , 1.5300 , 660.0000 , 48.6090 , 431.3725 , 1.2222 , 1.0598 , 0.4721 , 0.6471 , 0.4500 , 1.0000 , 29.4118 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13262 , cls_41 , 1.4400 , 1020.0000 , 62.7989 , 708.3333 , 2.1250 , 1.1574 , 0.7004 , 0.4271 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13264 , cls_41 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13267 , cls_41 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13290 , cls_41 , 1.3500 , 720.0000 , 51.8845 , 533.3333 , 1.5000 , 1.0921 , 0.6396 , 0.5778 , 0.2700 , 2.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13293 , cls_41 , 1.4400 , 780.0000 , 58.8403 , 541.6667 , 1.6250 , 1.1014 , 0.6660 , 0.5521 , 0.1800 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13329 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13330 , cls_41 , 0.7200 , 480.0000 , 37.7419 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13331 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13333 , cls_41 , 0.7200 , 540.0000 , 39.5207 , 750.0000 , 1.5000 , 1.1046 , 0.6817 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13340 , cls_41 , 2.0700 , 1140.0000 , 91.2335 , 550.7246 , 1.9000 , 1.1376 , 0.8170 , 0.5290 , 0.0900 , 1.0000 , 4.3478 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13364 , cls_41 , 2.8800 , 1380.0000 , 74.5332 , 479.1667 , 1.9167 , 1.1382 , 0.7004 , 0.6250 , 0.8100 , 1.0000 , 28.1250 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13370 , cls_41 , 1.6200 , 660.0000 , 49.4541 , 407.4074 , 1.2222 , 1.0536 , 0.4907 , 0.6667 , 0.5400 , 1.0000 , 33.3333 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13371 , cls_41 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13387 , cls_41 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 360.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13391 , cls_41 , 7.0200 , 1500.0000 , 103.0989 , 213.6752 , 1.3889 , 1.0623 , 0.3674 , 0.8248 , 4.3200 , 1.0000 , 61.5385 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13402 , cls_41 , 1.6200 , 780.0000 , 57.3544 , 481.4815 , 1.4444 , 1.0880 , 0.6474 , 0.6204 , 0.4500 , 1.0000 , 27.7778 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13403 , cls_41 , 2.3400 , 1440.0000 , 112.1881 , 615.3846 , 2.1818 , 1.1701 , 0.8385 , 0.4936 , 0.1800 , 1.0000 , 7.6923 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13415 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13416 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13420 , cls_41 , 0.9900 , 540.0000 , 50.7933 , 545.4545 , 1.2857 , 1.0663 , 0.7357 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13441 , cls_41 , 11.8800 , 3660.0000 , 177.9159 , 308.0808 , 2.6522 , 1.1671 , 0.7245 , 0.7475 , 5.3100 , 2.0000 , 44.6970 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13442 , cls_41 , 0.8100 , 480.0000 , 37.0611 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13444 , cls_41 , 1.6200 , 840.0000 , 61.1807 , 518.5185 , 1.5556 , 1.1033 , 0.6903 , 0.5741 , 0.2700 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13451 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13457 , cls_41 , 1.0800 , 720.0000 , 58.6328 , 666.6667 , 1.7143 , 1.1183 , 0.7366 , 0.4583 , 0.0900 , 1.0000 , 8.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13460 , cls_41 , 0.6300 , 540.0000 , 41.7777 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13462 , cls_41 , 5.7600 , 1560.0000 , 107.9982 , 270.8333 , 1.6250 , 1.0886 , 0.6082 , 0.7708 , 2.7000 , 1.0000 , 46.8750 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13464 , cls_41 , 3.2400 , 2160.0000 , 109.9323 , 666.6667 , 3.0000 , 1.2116 , 0.7637 , 0.4769 , 0.2700 , 2.0000 , 8.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13491 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13501 , cls_41 , 4.5000 , 1620.0000 , 111.2396 , 360.0000 , 1.8000 , 1.1207 , 0.7598 , 0.7167 , 1.8900 , 1.0000 , 42.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13502 , cls_41 , 16.0200 , 6780.0000 , 267.3787 , 423.2210 , 4.1852 , 1.2409 , 0.8066 , 0.6507 , 3.9600 , 8.0000 , 24.7191 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13504 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13506 , cls_41 , 0.8100 , 660.0000 , 60.7136 , 814.8148 , 1.8333 , 1.1347 , 0.8237 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13521 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13523 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13524 , cls_41 , 1.8900 , 960.0000 , 82.3805 , 507.9365 , 1.6000 , 1.1132 , 0.8329 , 0.5556 , 0.0900 , 1.0000 , 4.7619 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13530 , cls_41 , 1.8000 , 960.0000 , 61.8988 , 533.3333 , 1.7778 , 1.1187 , 0.5103 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13561 , cls_41 , 1.0800 , 660.0000 , 51.5931 , 611.1111 , 1.5714 , 1.0996 , 0.7062 , 0.4861 , 0.0900 , 1.0000 , 8.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13563 , cls_41 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13596 , cls_41 , 1.4400 , 840.0000 , 57.9157 , 583.3333 , 1.7500 , 1.1169 , 0.6866 , 0.5521 , 0.2700 , 1.0000 , 18.7500 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13604 , cls_41 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13608 , cls_41 , 0.9000 , 600.0000 , 40.9838 , 666.6667 , 1.4286 , 1.1006 , 0.6817 , 0.4833 , 0.1800 , 1.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13609 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13619 , cls_41 , 30.9600 , 7740.0000 , 442.4816 , 250.0000 , 3.3947 , 1.1972 , 0.8744 , 0.7912 , 15.9300 , 3.0000 , 51.4535 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13628 , cls_41 , 0.9900 , 780.0000 , 55.7385 , 787.8788 , 1.8571 , 1.1463 , 0.6498 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13635 , cls_41 , 5.4000 , 2460.0000 , 168.1744 , 455.5556 , 2.5625 , 1.1786 , 0.8368 , 0.6194 , 1.1700 , 2.0000 , 21.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13637 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13646 , cls_41 , 4.7700 , 1980.0000 , 109.9873 , 415.0943 , 2.2000 , 1.1519 , 0.6030 , 0.6447 , 0.9900 , 2.0000 , 20.7547 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13675 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13680 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13691 , cls_41 , 1.0800 , 660.0000 , 47.2884 , 611.1111 , 1.5714 , 1.0996 , 0.6273 , 0.5000 , 0.0900 , 1.0000 , 8.3333 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13696 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13701 , cls_41 , 17.8200 , 4920.0000 , 234.2725 , 276.0943 , 2.8276 , 1.1769 , 0.7125 , 0.7710 , 8.6400 , 4.0000 , 48.4848 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13702 , cls_41 , 0.8100 , 480.0000 , 37.0114 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5185 , 0.0900 , 1.0000 , 11.1111 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13711 , cls_41 , 0.8100 , 480.0000 , 37.9570 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13729 , cls_41 , 0.8100 , 720.0000 , 47.5804 , 888.8889 , 2.0000 , 1.1540 , 0.6630 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13737 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13742 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13760 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13794 , cls_41 , 2.2500 , 1140.0000 , 74.4132 , 506.6667 , 1.9000 , 1.1281 , 0.6997 , 0.5933 , 0.3600 , 1.0000 , 16.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13802 , cls_41 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13820 , cls_41 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13848 , cls_41 , 1.7100 , 780.0000 , 54.3023 , 456.1404 , 1.4444 , 1.0820 , 0.5435 , 0.6316 , 0.4500 , 1.0000 , 26.3158 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13852 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13853 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13883 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13894 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13896 , cls_41 , 1.7100 , 720.0000 , 52.6896 , 421.0526 , 1.3333 , 1.0656 , 0.5162 , 0.6579 , 0.5400 , 1.0000 , 31.5789 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13899 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13901 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13902 , cls_41 , 0.7200 , 780.0000 , 49.8487 , 1083.3333 , 2.1667 , 1.1874 , 0.6817 , 0.2292 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13909 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13911 , cls_41 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13917 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13918 , cls_41 , 4.4100 , 1860.0000 , 126.0789 , 421.7687 , 2.2143 , 1.1487 , 0.8247 , 0.6531 , 1.2600 , 1.0000 , 28.5714 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13920 , cls_41 , 1.5300 , 1020.0000 , 57.1846 , 666.6667 , 1.8889 , 1.1502 , 0.5916 , 0.4902 , 0.1800 , 1.0000 , 11.7647 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13945 , cls_41 , 3.4200 , 1500.0000 , 84.2332 , 438.5965 , 1.9231 , 1.1354 , 0.6278 , 0.6491 , 1.1700 , 1.0000 , 34.2105 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13956 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13960 , cls_41 , 1.8900 , 1140.0000 , 67.1420 , 603.1746 , 1.9000 , 1.1481 , 0.6068 , 0.5238 , 0.2700 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13970 , cls_41 , 1.8000 , 780.0000 , 59.1844 , 433.3333 , 1.4444 , 1.0763 , 0.6512 , 0.6250 , 0.4500 , 1.0000 , 25.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13972 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13975 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13994 , cls_41 , 27.3600 , 7080.0000 , 268.0408 , 258.7719 , 3.3714 , 1.1947 , 0.7253 , 0.7939 , 14.1300 , 1.0000 , 51.6447 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14004 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14009 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14015 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14016 , cls_41 , 0.9900 , 720.0000 , 49.9891 , 727.2727 , 1.7143 , 1.1289 , 0.6888 , 0.4394 , 0.0900 , 1.0000 , 9.0909 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14021 , cls_41 , 0.6300 , 480.0000 , 35.3331 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14030 , cls_41 , 1.6200 , 1020.0000 , 63.0345 , 629.6296 , 1.8889 , 1.1434 , 0.7838 , 0.5278 , 0.3600 , 1.0000 , 22.2222 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14032 , cls_41 , 0.8100 , 480.0000 , 35.4722 , 592.5926 , 1.3333 , 1.0639 , 0.4270 , 0.5370 , 0.1800 , 1.0000 , 22.2222 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14038 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14053 , cls_41 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14064 , cls_41 , 6.3000 , 2760.0000 , 139.2556 , 438.0952 , 2.7059 , 1.1830 , 0.7636 , 0.6429 , 1.3500 , 7.0000 , 21.4286 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14069 , cls_41 , 0.9000 , 540.0000 , 44.6335 , 600.0000 , 1.2857 , 1.0775 , 0.7170 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 283.0194 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14080 , cls_41 , 22.0500 , 7920.0000 , 287.1255 , 359.1837 , 4.1250 , 1.2339 , 0.7892 , 0.7095 , 8.5500 , 7.0000 , 38.7755 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14083 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14107 , cls_41 , 1.4400 , 540.0000 , 45.6400 , 375.0000 , 1.1250 , 1.0246 , 0.4008 , 0.6771 , 0.4500 , 1.0000 , 31.2500 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14127 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14144 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14145 , cls_41 , 9.4500 , 2700.0000 , 138.7035 , 285.7143 , 2.1429 , 1.1373 , 0.6563 , 0.7635 , 4.3200 , 1.0000 , 45.7143 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14148 , cls_41 , 6.2100 , 1980.0000 , 145.7778 , 318.8406 , 1.9412 , 1.1244 , 0.7913 , 0.7271 , 2.1600 , 3.0000 , 34.7826 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14159 , cls_41 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14168 , cls_41 , 0.9000 , 660.0000 , 51.8790 , 733.3333 , 1.5714 , 1.1216 , 0.7453 , 0.4167 , 0.0900 , 1.0000 , 10.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14193 , cls_41 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14199 , cls_41 , 1.5300 , 720.0000 , 49.8487 , 470.5882 , 1.3333 , 1.0779 , 0.5837 , 0.6373 , 0.5400 , 1.0000 , 35.2941 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14236 , cls_41 , 0.5400 , 480.0000 , 36.0656 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14239 , cls_41 , 0.6300 , 480.0000 , 37.6675 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14242 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14262 , cls_41 , 10.4400 , 2940.0000 , 141.6419 , 281.6092 , 2.2273 , 1.1422 , 0.6492 , 0.7629 , 4.9500 , 1.0000 , 47.4138 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14268 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14306 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14308 , cls_41 , 3.6000 , 1140.0000 , 78.5862 , 316.6667 , 1.4615 , 1.0776 , 0.4803 , 0.7250 , 1.2600 , 1.0000 , 35.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14327 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14339 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14342 , cls_41 , 0.5400 , 420.0000 , 32.0783 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14348 , cls_41 , 0.7200 , 480.0000 , 37.8765 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14358 , cls_41 , 0.5400 , 600.0000 , 37.5128 , 1111.1111 , 2.0000 , 1.1661 , 0.6180 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14361 , cls_41 , 0.9000 , 780.0000 , 58.6165 , 866.6667 , 1.8571 , 1.1583 , 0.7598 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14362 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14370 , cls_41 , 0.7200 , 420.0000 , 34.3237 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14372 , cls_41 , 1.1700 , 720.0000 , 46.6260 , 615.3846 , 1.5000 , 1.1087 , 0.5963 , 0.5256 , 0.1800 , 1.0000 , 15.3846 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14376 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14380 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14403 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14410 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14420 , cls_41 , 0.9900 , 960.0000 , 67.7611 , 969.6970 , 2.2857 , 1.1914 , 0.8081 , 0.2879 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14435 , cls_41 , 1.0800 , 720.0000 , 55.8184 , 666.6667 , 1.7143 , 1.1183 , 0.7495 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14438 , cls_41 , 1.5300 , 780.0000 , 62.4853 , 509.8039 , 1.4444 , 1.0945 , 0.7075 , 0.5686 , 0.1800 , 2.0000 , 11.7647 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14447 , cls_41 , 5.5800 , 2400.0000 , 127.8221 , 430.1075 , 2.5000 , 1.1706 , 0.7278 , 0.6640 , 1.6200 , 3.0000 , 29.0323 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14450 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14463 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14465 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14491 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14507 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14509 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14521 , cls_41 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14522 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14533 , cls_41 , 0.8100 , 600.0000 , 45.1588 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14585 , cls_41 , 2.3400 , 900.0000 , 68.8015 , 384.6154 , 1.3636 , 1.0767 , 0.6322 , 0.6667 , 0.6300 , 1.0000 , 26.9231 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14590 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14601 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14604 , cls_41 , 1.4400 , 780.0000 , 51.6017 , 541.6667 , 1.6250 , 1.1014 , 0.5473 , 0.5833 , 0.3600 , 1.0000 , 25.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14626 , cls_41 , 2.2500 , 1140.0000 , 70.1756 , 506.6667 , 1.9000 , 1.1281 , 0.6255 , 0.5933 , 0.2700 , 2.0000 , 12.0000 , 339.4113 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14634 , cls_41 , 28.4400 , 9780.0000 , 279.9817 , 343.8819 , 4.5278 , 1.2425 , 0.7130 , 0.7231 , 11.1600 , 6.0000 , 39.2405 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14643 , cls_41 , 1.4400 , 780.0000 , 51.4509 , 541.6667 , 1.6250 , 1.1014 , 0.5926 , 0.5625 , 0.2700 , 1.0000 , 18.7500 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14651 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14652 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14659 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14671 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14676 , cls_41 , 0.9000 , 600.0000 , 39.1917 , 666.6667 , 1.4286 , 1.1006 , 0.5609 , 0.4833 , 0.0900 , 1.0000 , 10.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14689 , cls_41 , 4.0500 , 1860.0000 , 132.3985 , 459.2593 , 2.2143 , 1.1579 , 0.8237 , 0.6259 , 0.7200 , 2.0000 , 17.7778 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14695 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14705 , cls_41 , 1.2600 , 600.0000 , 47.7793 , 476.1905 , 1.2500 , 1.0614 , 0.5544 , 0.5952 , 0.1800 , 1.0000 , 14.2857 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14733 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14734 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14749 , cls_41 , 3.5100 , 2160.0000 , 122.8749 , 615.3846 , 2.7692 , 1.2023 , 0.8288 , 0.4915 , 0.1800 , 2.0000 , 5.1282 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14751 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14757 , cls_41 , 0.6300 , 600.0000 , 41.5490 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14779 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14784 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14806 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14810 , cls_41 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 351.1410 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14834 , cls_41 , 0.8100 , 420.0000 , 36.2715 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14844 , cls_41 , 0.9900 , 720.0000 , 46.4407 , 727.2727 , 1.7143 , 1.1289 , 0.6888 , 0.4697 , 0.1800 , 1.0000 , 18.1818 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14865 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14866 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14871 , cls_41 , 6.3000 , 2100.0000 , 103.9745 , 333.3333 , 2.0588 , 1.1336 , 0.5382 , 0.7381 , 2.8800 , 1.0000 , 45.7143 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14876 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14891 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14900 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14905 , cls_41 , 0.9900 , 900.0000 , 56.3697 , 909.0909 , 2.1429 , 1.1774 , 0.7307 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14906 , cls_41 , 9.5400 , 2040.0000 , 127.7962 , 213.8365 , 1.6190 , 1.0875 , 0.6030 , 0.8208 , 5.5800 , 1.0000 , 58.4906 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14919 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14945 , cls_41 , 0.5400 , 480.0000 , 41.1179 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14953 , cls_41 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14954 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14965 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 371.0795 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14976 , cls_41 , 0.7200 , 420.0000 , 35.2219 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14980 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14981 , cls_41 , 0.9900 , 720.0000 , 61.1355 , 727.2727 , 1.7143 , 1.1289 , 0.7307 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15001 , cls_41 , 1.3500 , 900.0000 , 83.4563 , 666.6667 , 1.8750 , 1.1390 , 0.8031 , 0.4556 , 0.0900 , 1.0000 , 6.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15002 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15019 , cls_41 , 1.8900 , 1020.0000 , 69.3973 , 539.6825 , 1.7000 , 1.1255 , 0.7243 , 0.5635 , 0.2700 , 3.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15028 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15032 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15055 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15059 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15067 , cls_41 , 12.0600 , 5400.0000 , 353.8266 , 447.7612 , 3.7500 , 1.2321 , 0.9085 , 0.6356 , 2.6100 , 5.0000 , 21.6418 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15069 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15075 , cls_41 , 2.2500 , 1440.0000 , 88.1514 , 640.0000 , 2.4000 , 1.1747 , 0.7864 , 0.4733 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15078 , cls_41 , 0.5400 , 660.0000 , 45.5020 , 1222.2222 , 2.2000 , 1.1882 , 0.6944 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15104 , cls_41 , 5.3100 , 1260.0000 , 108.0285 , 237.2881 , 1.3125 , 1.0575 , 0.6934 , 0.7853 , 2.4300 , 1.0000 , 45.7627 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15109 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15114 , cls_41 , 1.7100 , 960.0000 , 60.4258 , 561.4035 , 1.7778 , 1.1246 , 0.6686 , 0.5614 , 0.2700 , 1.0000 , 15.7895 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15146 , cls_41 , 2.0700 , 1020.0000 , 62.1464 , 492.7536 , 1.7000 , 1.1152 , 0.5495 , 0.6014 , 0.2700 , 1.0000 , 13.0435 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15148 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15154 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15161 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15170 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15171 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15172 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15182 , cls_41 , 0.6300 , 480.0000 , 38.1979 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15185 , cls_41 , 1.2600 , 600.0000 , 47.4313 , 476.1905 , 1.2500 , 1.0614 , 0.5652 , 0.5952 , 0.1800 , 1.0000 , 14.2857 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15191 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15199 , cls_41 , 1.8900 , 1140.0000 , 83.9570 , 603.1746 , 1.9000 , 1.1481 , 0.7715 , 0.5079 , 0.0900 , 1.0000 , 4.7619 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15205 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15221 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15238 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15247 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15277 , cls_41 , 1.4400 , 960.0000 , 75.7871 , 666.6667 , 2.0000 , 1.1448 , 0.8131 , 0.4479 , 0.0900 , 1.0000 , 6.2500 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15281 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15292 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15298 , cls_41 , 0.6300 , 540.0000 , 38.6797 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15301 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15309 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15314 , cls_41 , 0.9900 , 660.0000 , 46.8957 , 666.6667 , 1.5714 , 1.1100 , 0.6498 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15354 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15361 , cls_41 , 1.2600 , 780.0000 , 58.0343 , 619.0476 , 1.6250 , 1.1170 , 0.7258 , 0.5000 , 0.0900 , 1.0000 , 7.1429 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15367 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15375 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15385 , cls_41 , 0.8100 , 420.0000 , 34.8518 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15387 , cls_41 , 38.7900 , 10680.0000 , 288.0140 , 275.3287 , 4.2381 , 1.2262 , 0.5729 , 0.7784 , 18.5400 , 5.0000 , 47.7958 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15415 , cls_41 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15417 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15432 , cls_41 , 2.0700 , 1200.0000 , 66.6893 , 579.7101 , 2.0000 , 1.1479 , 0.6981 , 0.5507 , 0.3600 , 1.0000 , 17.3913 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15436 , cls_41 , 2.4300 , 1020.0000 , 68.8022 , 419.7531 , 1.5455 , 1.0975 , 0.5291 , 0.6543 , 0.6300 , 2.0000 , 25.9259 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15443 , cls_41 , 61.5600 , 9420.0000 , 334.4315 , 153.0214 , 2.9623 , 1.1649 , 0.5733 , 0.8704 , 41.4000 , 5.0000 , 67.2515 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15459 , cls_41 , 23.6700 , 6900.0000 , 272.2484 , 291.5082 , 3.4848 , 1.2046 , 0.7232 , 0.7630 , 10.6200 , 3.0000 , 44.8669 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15470 , cls_41 , 8.5500 , 4200.0000 , 252.5041 , 491.2281 , 3.5000 , 1.2251 , 0.8925 , 0.6158 , 1.8000 , 7.0000 , 21.0526 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15486 , cls_41 , 2.5200 , 1200.0000 , 79.1898 , 476.1905 , 1.8182 , 1.1256 , 0.5806 , 0.5952 , 0.2700 , 2.0000 , 10.7143 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15503 , cls_41 , 0.9900 , 540.0000 , 41.0168 , 545.4545 , 1.2857 , 1.0663 , 0.4613 , 0.5455 , 0.0900 , 1.0000 , 9.0909 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15509 , cls_41 , 0.5400 , 480.0000 , 34.3237 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15519 , cls_41 , 1.9800 , 720.0000 , 55.0333 , 363.6364 , 1.2000 , 1.0498 , 0.4398 , 0.6894 , 0.6300 , 1.0000 , 31.8182 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15542 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15544 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15548 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15551 , cls_41 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15561 , cls_41 , 0.6300 , 540.0000 , 44.2282 , 857.1429 , 1.5000 , 1.1214 , 0.7591 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15562 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15564 , cls_41 , 0.8100 , 660.0000 , 51.4617 , 814.8148 , 1.8333 , 1.1347 , 0.7838 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15576 , cls_41 , 0.8100 , 720.0000 , 61.9259 , 888.8889 , 2.0000 , 1.1540 , 0.8451 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15598 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15612 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15616 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15621 , cls_41 , 1.2600 , 780.0000 , 55.8461 , 619.0476 , 1.6250 , 1.1170 , 0.7772 , 0.5000 , 0.1800 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15623 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15631 , cls_41 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15634 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15639 , cls_41 , 0.7200 , 480.0000 , 34.5976 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4792 , 0.0900 , 1.0000 , 12.5000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15655 , cls_41 , 6.8400 , 3000.0000 , 123.2985 , 438.5965 , 2.7778 , 1.1893 , 0.5985 , 0.6491 , 1.8900 , 3.0000 , 27.6316 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15659 , cls_41 , 1.5300 , 840.0000 , 62.7373 , 549.0196 , 1.5556 , 1.1099 , 0.7075 , 0.5392 , 0.2700 , 2.0000 , 17.6471 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15662 , cls_41 , 1.2600 , 660.0000 , 52.7264 , 523.8095 , 1.3750 , 1.0816 , 0.6637 , 0.5476 , 0.0900 , 1.0000 , 7.1429 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15675 , cls_41 , 13.4100 , 4380.0000 , 162.1019 , 326.6219 , 2.9200 , 1.1856 , 0.5803 , 0.7349 , 5.4900 , 1.0000 , 40.9396 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15710 , cls_41 , 7.4700 , 2280.0000 , 131.3207 , 305.2209 , 2.0000 , 1.1310 , 0.6546 , 0.7510 , 3.3300 , 1.0000 , 44.5783 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15718 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15723 , cls_41 , 0.9900 , 600.0000 , 44.6213 , 606.0606 , 1.4286 , 1.0892 , 0.6498 , 0.5152 , 0.1800 , 1.0000 , 18.1818 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15747 , cls_41 , 5.5800 , 2160.0000 , 193.4935 , 387.0968 , 2.2500 , 1.1513 , 0.8651 , 0.6640 , 1.3500 , 4.0000 , 24.1935 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15761 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15772 , cls_41 , 2.5200 , 1500.0000 , 83.8674 , 595.2381 , 2.2727 , 1.1696 , 0.7890 , 0.5357 , 0.3600 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15773 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15790 , cls_41 , 1.0800 , 660.0000 , 60.5343 , 611.1111 , 1.5714 , 1.0996 , 0.7366 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15792 , cls_41 , 5.8500 , 2700.0000 , 149.7114 , 461.5385 , 2.6471 , 1.1870 , 0.7763 , 0.6179 , 1.1700 , 3.0000 , 20.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15793 , cls_41 , 0.6300 , 540.0000 , 46.8663 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15804 , cls_41 , 0.6300 , 540.0000 , 48.1183 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15811 , cls_41 , 0.8100 , 600.0000 , 43.6781 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15815 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15816 , cls_41 , 1.7100 , 720.0000 , 54.6496 , 421.0526 , 1.3333 , 1.0656 , 0.5829 , 0.6579 , 0.5400 , 1.0000 , 31.5789 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15820 , cls_41 , 4.7700 , 1680.0000 , 114.0414 , 352.2013 , 1.8667 , 1.1214 , 0.7598 , 0.7044 , 1.5300 , 2.0000 , 32.0755 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15839 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15842 , cls_41 , 0.7200 , 660.0000 , 55.2905 , 916.6667 , 1.8333 , 1.1497 , 0.8433 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15848 , cls_41 , 1.6200 , 1200.0000 , 68.1709 , 740.7407 , 2.2222 , 1.1769 , 0.7304 , 0.4444 , 0.1800 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15860 , cls_41 , 0.7200 , 600.0000 , 49.5692 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15867 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15869 , cls_41 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15873 , cls_41 , 1.5300 , 780.0000 , 54.2124 , 509.8039 , 1.4444 , 1.0945 , 0.5837 , 0.5882 , 0.3600 , 1.0000 , 23.5294 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15884 , cls_41 , 3.9600 , 1560.0000 , 84.7070 , 393.9394 , 1.8571 , 1.1271 , 0.5690 , 0.6932 , 1.3500 , 1.0000 , 34.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15892 , cls_41 , 2.3400 , 780.0000 , 60.7023 , 333.3333 , 1.1818 , 1.0483 , 0.3754 , 0.7179 , 0.9000 , 1.0000 , 38.4615 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15893 , cls_41 , 0.5400 , 420.0000 , 41.3887 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15894 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15905 , cls_41 , 0.5400 , 420.0000 , 35.3225 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15907 , cls_41 , 1.0800 , 480.0000 , 39.9084 , 444.4444 , 1.1429 , 1.0310 , 0.4731 , 0.6250 , 0.2700 , 1.0000 , 25.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15917 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15919 , cls_41 , 2.3400 , 960.0000 , 67.9927 , 410.2564 , 1.4545 , 1.0895 , 0.5862 , 0.6667 , 0.8100 , 1.0000 , 34.6154 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15924 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15927 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15928 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15942 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15960 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15984 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15992 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15993 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16003 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16013 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16025 , cls_41 , 0.6300 , 480.0000 , 39.2634 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16030 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16045 , cls_41 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16094 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16107 , cls_41 , 1.1700 , 660.0000 , 47.9609 , 564.1026 , 1.3750 , 1.0902 , 0.6322 , 0.5128 , 0.0900 , 1.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16111 , cls_41 , 3.3300 , 1200.0000 , 74.4284 , 360.3604 , 1.5385 , 1.0955 , 0.5143 , 0.7072 , 1.1700 , 1.0000 , 35.1351 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16116 , cls_41 , 1.4400 , 660.0000 , 51.9341 , 458.3333 , 1.3750 , 1.0665 , 0.5926 , 0.6146 , 0.2700 , 2.0000 , 18.7500 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16126 , cls_41 , 0.5400 , 420.0000 , 35.3225 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16138 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16140 , cls_41 , 15.3900 , 4920.0000 , 210.2276 , 319.6881 , 3.0370 , 1.1913 , 0.7529 , 0.7349 , 6.2100 , 3.0000 , 40.3509 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16194 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16202 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16207 , cls_41 , 1.5300 , 600.0000 , 49.4073 , 392.1569 , 1.1111 , 1.0400 , 0.5190 , 0.6667 , 0.4500 , 1.0000 , 29.4118 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16227 , cls_41 , 0.8100 , 480.0000 , 38.5678 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16228 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16245 , cls_41 , 4.6800 , 2220.0000 , 145.4922 , 474.3590 , 2.4667 , 1.1752 , 0.8086 , 0.6154 , 1.0800 , 3.0000 , 23.0769 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16252 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16255 , cls_41 , 1.9800 , 1140.0000 , 68.2573 , 575.7576 , 1.9000 , 1.1427 , 0.6888 , 0.5455 , 0.2700 , 1.0000 , 13.6364 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16260 , cls_41 , 2.2500 , 1140.0000 , 76.5681 , 506.6667 , 1.9000 , 1.1281 , 0.6997 , 0.5867 , 0.5400 , 1.0000 , 24.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16264 , cls_41 , 2.1600 , 840.0000 , 60.6040 , 388.8889 , 1.4000 , 1.0715 , 0.5506 , 0.6736 , 0.7200 , 1.0000 , 33.3333 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16271 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16278 , cls_41 , 0.9000 , 420.0000 , 36.0063 , 466.6667 , 1.0000 , 1.0223 , 0.4907 , 0.5833 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16282 , cls_41 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16293 , cls_41 , 0.9900 , 780.0000 , 48.5609 , 787.8788 , 1.8571 , 1.1463 , 0.7307 , 0.3939 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16294 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16302 , cls_41 , 0.8100 , 480.0000 , 37.5941 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16307 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16335 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16337 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16349 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16375 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16378 , cls_41 , 0.4500 , 480.0000 , 32.2893 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16395 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16398 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16399 , cls_41 , 1.5300 , 600.0000 , 48.9102 , 392.1569 , 1.1111 , 1.0400 , 0.4589 , 0.6667 , 0.4500 , 1.0000 , 29.4118 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16406 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16425 , cls_41 , 0.7200 , 420.0000 , 35.2219 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16429 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16432 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16435 , cls_41 , 5.2200 , 3360.0000 , 145.5725 , 643.6782 , 3.5000 , 1.2397 , 0.7372 , 0.4914 , 0.4500 , 4.0000 , 8.6207 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16443 , cls_41 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16448 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16451 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16459 , cls_41 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16463 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16468 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16477 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16485 , cls_41 , 0.6300 , 780.0000 , 53.1578 , 1238.0952 , 2.1667 , 1.2055 , 0.8019 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16539 , cls_41 , 0.5400 , 420.0000 , 32.0783 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16574 , cls_41 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16577 , cls_41 , 6.1200 , 1560.0000 , 102.8276 , 254.9020 , 1.5294 , 1.0826 , 0.4877 , 0.7819 , 3.0600 , 1.0000 , 50.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16586 , cls_41 , 0.9900 , 840.0000 , 52.5773 , 848.4848 , 2.0000 , 1.1624 , 0.7199 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16595 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16596 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16631 , cls_41 , 0.6300 , 420.0000 , 35.6454 , 666.6667 , 1.1667 , 1.0640 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16634 , cls_41 , 4.1400 , 1740.0000 , 91.7050 , 420.2899 , 2.0714 , 1.1429 , 0.4994 , 0.6522 , 1.0800 , 2.0000 , 26.0870 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16636 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16642 , cls_41 , 1.1700 , 660.0000 , 50.0378 , 564.1026 , 1.3750 , 1.0902 , 0.6689 , 0.5385 , 0.0900 , 1.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16655 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16656 , cls_41 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16682 , cls_41 , 3.2400 , 1380.0000 , 82.7598 , 425.9259 , 1.9167 , 1.1253 , 0.5416 , 0.6435 , 0.8100 , 1.0000 , 25.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16690 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16713 , cls_41 , 1.7100 , 1200.0000 , 75.1917 , 701.7544 , 2.2222 , 1.1704 , 0.7581 , 0.4123 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16715 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16716 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16719 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16724 , cls_41 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16727 , cls_41 , 1.8900 , 1020.0000 , 68.2384 , 539.6825 , 1.7000 , 1.1255 , 0.6068 , 0.5317 , 0.1800 , 2.0000 , 9.5238 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16728 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16739 , cls_41 , 6.5700 , 2220.0000 , 139.9993 , 337.8995 , 2.0556 , 1.1393 , 0.7337 , 0.7146 , 2.0700 , 3.0000 , 31.5068 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16742 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16749 , cls_41 , 3.4200 , 1800.0000 , 93.1948 , 526.3158 , 2.3077 , 1.1704 , 0.7640 , 0.5965 , 0.7200 , 1.0000 , 21.0526 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16752 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16760 , cls_41 , 1.3500 , 960.0000 , 68.9824 , 711.1111 , 2.0000 , 1.1526 , 0.7419 , 0.4222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16761 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16762 , cls_41 , 1.6200 , 1080.0000 , 70.0471 , 666.6667 , 2.0000 , 1.1552 , 0.6474 , 0.4815 , 0.0900 , 1.0000 , 5.5556 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16774 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16791 , cls_41 , 0.5400 , 420.0000 , 29.8217 , 777.7778 , 1.4000 , 1.0831 , 0.4123 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16796 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16799 , cls_41 , 0.8100 , 540.0000 , 50.3507 , 666.6667 , 1.5000 , 1.0901 , 0.7453 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16800 , cls_41 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16802 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16826 , cls_41 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16828 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16853 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16866 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16885 , cls_41 , 0.5400 , 480.0000 , 39.0211 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16896 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16897 , cls_41 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16906 , cls_41 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16912 , cls_41 , 0.4500 , 480.0000 , 37.4151 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16927 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16934 , cls_41 , 1.3500 , 660.0000 , 53.0046 , 488.8889 , 1.3750 , 1.0738 , 0.6707 , 0.5889 , 0.1800 , 2.0000 , 13.3333 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16936 , cls_41 , 1.3500 , 720.0000 , 49.1325 , 533.3333 , 1.5000 , 1.0921 , 0.5756 , 0.5556 , 0.1800 , 1.0000 , 13.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16943 , cls_41 , 1.2600 , 900.0000 , 78.2266 , 714.2857 , 1.8750 , 1.1473 , 0.8365 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16979 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16985 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16986 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16988 , cls_41 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17018 , cls_41 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17021 , cls_41 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17022 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17030 , cls_41 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17039 , cls_41 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17045 , cls_41 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17049 , cls_41 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17052 , cls_41 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17070 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17083 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17109 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17115 , cls_41 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17117 , cls_41 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 68 , cls_52 , 1.8900 , 840.0000 , 82.8645 , 444.4444 , 1.4000 , 1.0860 , 0.8156 , 0.5873 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 88 , cls_52 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 757.1658 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 93 , cls_52 , 0.6300 , 480.0000 , 44.9395 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 143 , cls_52 , 1.9800 , 840.0000 , 61.0672 , 424.2424 , 1.4000 , 1.0809 , 0.6163 , 0.6364 , 0.4500 , 1.0000 , 22.7273 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 152 , cls_52 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 184 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 474.3416 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 190 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 201 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 213 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 252 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 255 , cls_52 , 0.9900 , 480.0000 , 37.2152 , 484.8485 , 1.1429 , 1.0407 , 0.2997 , 0.6061 , 0.2700 , 1.0000 , 27.2727 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 282 , cls_52 , 1.8900 , 960.0000 , 56.5722 , 507.9365 , 1.6000 , 1.1132 , 0.4955 , 0.6111 , 0.5400 , 1.0000 , 28.5714 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 287 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 304 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 323 , cls_52 , 0.8100 , 600.0000 , 38.5635 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.4444 , 0.0900 , 1.0000 , 11.1111 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 352 , cls_52 , 1.2600 , 960.0000 , 60.4588 , 761.9048 , 2.0000 , 1.1610 , 0.6927 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 402.4922 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 385 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 409 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 421 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 296.9848 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 453 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 456 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 271.6616 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 468 , cls_52 , 1.6200 , 720.0000 , 61.4590 , 444.4444 , 1.3333 , 1.0715 , 0.6860 , 0.6019 , 0.2700 , 1.0000 , 16.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 474 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 475 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 478 , cls_52 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 491 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 495 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 509 , cls_52 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 519 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 524 , cls_52 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 529 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 541 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 562 , cls_52 , 0.5400 , 600.0000 , 45.6494 , 1111.1111 , 2.0000 , 1.1661 , 0.7366 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 577 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 579 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 580 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 614 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 296.9848 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 628 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 256.3201 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 631 , cls_52 , 0.4500 , 540.0000 , 44.4290 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 683 , cls_52 , 9.2700 , 3000.0000 , 180.7599 , 323.6246 , 2.3810 , 1.1576 , 0.8268 , 0.7314 , 3.6000 , 2.0000 , 38.8350 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 689 , cls_52 , 9.7200 , 4260.0000 , 166.7333 , 438.2716 , 3.3810 , 1.2139 , 0.7062 , 0.6435 , 2.6100 , 2.0000 , 26.8519 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 729 , cls_52 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 764 , cls_52 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 271.6616 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 776 , cls_52 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 803 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 804 , cls_52 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 825 , cls_52 , 2.3400 , 900.0000 , 64.8130 , 384.6154 , 1.3636 , 1.0767 , 0.5963 , 0.6667 , 0.6300 , 1.0000 , 26.9231 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 950 , cls_52 , 1.4400 , 780.0000 , 54.0935 , 541.6667 , 1.6250 , 1.1014 , 0.6156 , 0.5417 , 0.1800 , 1.0000 , 12.5000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 983 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1006 , cls_52 , 1.8900 , 1560.0000 , 83.8014 , 825.3968 , 2.6000 , 1.2118 , 0.7326 , 0.3730 , 0.0000 , 0.0000 , 0.0000 , 432.6662 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1025 , cls_52 , 0.5400 , 600.0000 , 47.7233 , 1111.1111 , 2.0000 , 1.1661 , 0.7753 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1112 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 695.8448 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1114 , cls_52 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1186 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1192 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 400.2499 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1196 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1254 , cls_52 , 0.8100 , 480.0000 , 37.0510 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.0900 , 1.0000 , 11.1111 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1273 , cls_52 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1274 , cls_52 , 1.0800 , 780.0000 , 90.0000 , 722.2222 , 1.8571 , 1.1355 , 0.8946 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1294 , cls_52 , 2.4300 , 1140.0000 , 85.6676 , 469.1358 , 1.7273 , 1.1195 , 0.7851 , 0.6049 , 0.3600 , 1.0000 , 14.8148 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1302 , cls_52 , 1.9800 , 1200.0000 , 89.1622 , 606.0606 , 2.0000 , 1.1530 , 0.8634 , 0.5000 , 0.1800 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1310 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 543.3231 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1317 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1318 , cls_52 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1320 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1376 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1394 , cls_52 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 426.3801 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1465 , cls_52 , 0.6300 , 420.0000 , 32.7472 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1480 , cls_52 , 22.7700 , 5580.0000 , 223.5795 , 245.0593 , 2.9062 , 1.1739 , 0.7327 , 0.7945 , 11.1600 , 2.0000 , 49.0119 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1482 , cls_52 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 573.1492 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1491 , cls_52 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1516 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1526 , cls_52 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1527 , cls_52 , 1.4400 , 1020.0000 , 72.7505 , 708.3333 , 2.1250 , 1.1574 , 0.8078 , 0.4375 , 0.0900 , 1.0000 , 6.2500 , 408.0441 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1531 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 318.9044 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1585 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1600 , cls_52 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1602 , cls_52 , 7.4700 , 3060.0000 , 144.7590 , 409.6386 , 2.6842 , 1.1834 , 0.6864 , 0.6566 , 1.6200 , 3.0000 , 21.6867 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1603 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1620 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1648 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1725 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1729 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 330.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1734 , cls_52 , 21.2400 , 5160.0000 , 222.3345 , 242.9379 , 2.7742 , 1.1678 , 0.5215 , 0.7966 , 11.0700 , 2.0000 , 52.1186 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1744 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1761 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1781 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1787 , cls_52 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1809 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1819 , cls_52 , 20.4300 , 2580.0000 , 179.2809 , 126.2849 , 1.3871 , 1.0582 , 0.3991 , 0.8979 , 15.8400 , 1.0000 , 77.5330 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1829 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1843 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1848 , cls_52 , 4.5900 , 1380.0000 , 89.3453 , 300.6536 , 1.5333 , 1.0888 , 0.5005 , 0.7353 , 1.8000 , 1.0000 , 39.2157 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1875 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1890 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1916 , cls_52 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 408.0441 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1925 , cls_52 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1960 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 308.8689 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2003 , cls_52 , 1.3500 , 840.0000 , 87.1584 , 622.2222 , 1.7500 , 1.1245 , 0.8354 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2026 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2035 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2053 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 536.6563 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2067 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2068 , cls_52 , 2.8800 , 960.0000 , 66.6804 , 333.3333 , 1.3333 , 1.0675 , 0.4419 , 0.7292 , 1.3500 , 1.0000 , 46.8750 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2114 , cls_52 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 724.9828 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2119 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 308.8689 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2144 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2150 , cls_52 , 0.5400 , 480.0000 , 39.1655 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2154 , cls_52 , 9.9000 , 2760.0000 , 149.0484 , 278.7879 , 2.1905 , 1.1365 , 0.5987 , 0.7697 , 4.5900 , 3.0000 , 46.3636 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2160 , cls_52 , 16.1100 , 4200.0000 , 189.9256 , 260.7076 , 2.5926 , 1.1604 , 0.6104 , 0.7812 , 8.1900 , 3.0000 , 50.8380 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2170 , cls_52 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2188 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2199 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2223 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2280 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2288 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2297 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2300 , cls_52 , 2.3400 , 900.0000 , 69.9066 , 384.6154 , 1.3636 , 1.0767 , 0.6322 , 0.6859 , 0.8100 , 2.0000 , 34.6154 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2338 , cls_52 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 429.5346 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2349 , cls_52 , 0.7200 , 720.0000 , 63.1122 , 1000.0000 , 2.0000 , 1.1693 , 0.8623 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2364 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2369 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2376 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2383 , cls_52 , 10.8000 , 2520.0000 , 146.1019 , 233.3333 , 1.9091 , 1.1123 , 0.5859 , 0.8139 , 6.4800 , 2.0000 , 60.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2418 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2432 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 284.6050 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2491 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2502 , cls_52 , 11.7900 , 3120.0000 , 171.0393 , 264.6310 , 2.2609 , 1.1405 , 0.7788 , 0.7774 , 5.6700 , 2.0000 , 48.0916 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2503 , cls_52 , 0.9000 , 540.0000 , 39.2331 , 600.0000 , 1.2857 , 1.0775 , 0.5609 , 0.5000 , 0.0900 , 1.0000 , 10.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2511 , cls_52 , 0.9900 , 480.0000 , 39.7998 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5909 , 0.1800 , 1.0000 , 18.1818 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2547 , cls_52 , 2.5200 , 1380.0000 , 78.9422 , 547.6190 , 2.0909 , 1.1532 , 0.6845 , 0.5714 , 0.5400 , 1.0000 , 21.4286 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2548 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2556 , cls_52 , 0.7200 , 600.0000 , 39.3293 , 833.3333 , 1.6667 , 1.1283 , 0.4907 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 551.5433 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2557 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2564 , cls_52 , 0.5400 , 420.0000 , 32.0783 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2566 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2614 , cls_52 , 1.2600 , 600.0000 , 53.5728 , 476.1905 , 1.2500 , 1.0614 , 0.6927 , 0.5833 , 0.0900 , 1.0000 , 7.1429 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2617 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2623 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2639 , cls_52 , 0.9000 , 660.0000 , 65.0356 , 733.3333 , 1.5714 , 1.1216 , 0.8041 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2653 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2672 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2715 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2732 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2748 , cls_52 , 0.8100 , 540.0000 , 42.4440 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2762 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2770 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2797 , cls_52 , 0.9900 , 660.0000 , 48.7598 , 666.6667 , 1.5714 , 1.1100 , 0.6888 , 0.4545 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2847 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2877 , cls_52 , 3.6900 , 1260.0000 , 84.7857 , 341.4634 , 1.6154 , 1.0941 , 0.5984 , 0.7195 , 1.3500 , 1.0000 , 36.5854 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2882 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2895 , cls_52 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2935 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2983 , cls_52 , 1.5300 , 840.0000 , 54.3376 , 549.0196 , 1.5556 , 1.1099 , 0.5916 , 0.5588 , 0.2700 , 1.0000 , 17.6471 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2990 , cls_52 , 0.8100 , 660.0000 , 51.3912 , 814.8148 , 1.8333 , 1.1347 , 0.7796 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3002 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 318.9044 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3033 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3072 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3074 , cls_52 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3104 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3117 , cls_52 , 1.8000 , 840.0000 , 60.1970 , 466.6667 , 1.5556 , 1.0915 , 0.6082 , 0.6000 , 0.3600 , 1.0000 , 20.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3127 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3128 , cls_52 , 0.7200 , 420.0000 , 32.8177 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 536.6563 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3170 , cls_52 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3179 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3186 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3202 , cls_52 , 0.8100 , 660.0000 , 50.0285 , 814.8148 , 1.8333 , 1.1347 , 0.7135 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3214 , cls_52 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3253 , cls_52 , 7.6500 , 2220.0000 , 137.4811 , 290.1961 , 1.9474 , 1.1239 , 0.7360 , 0.7588 , 3.6000 , 1.0000 , 47.0588 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3254 , cls_52 , 1.5300 , 780.0000 , 58.6938 , 509.8039 , 1.4444 , 1.0945 , 0.6670 , 0.5784 , 0.2700 , 1.0000 , 17.6471 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3260 , cls_52 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3270 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 301.4963 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3274 , cls_52 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3287 , cls_52 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3320 , cls_52 , 0.6300 , 600.0000 , 39.6592 , 952.3810 , 1.6667 , 1.1455 , 0.5544 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3322 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3328 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3335 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3337 , cls_52 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3358 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3361 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3365 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3390 , cls_52 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3393 , cls_52 , 0.7200 , 540.0000 , 43.7323 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3402 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3407 , cls_52 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3414 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3439 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3453 , cls_52 , 1.0800 , 600.0000 , 45.4593 , 555.5556 , 1.4286 , 1.0790 , 0.6180 , 0.5278 , 0.0900 , 1.0000 , 8.3333 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3463 , cls_52 , 0.5400 , 480.0000 , 40.6678 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3465 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3504 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3520 , cls_52 , 8.7300 , 1740.0000 , 122.3382 , 199.3127 , 1.4500 , 1.0680 , 0.3975 , 0.8247 , 4.9500 , 1.0000 , 56.7010 , 480.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3523 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3524 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3582 , cls_52 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3611 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3617 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3634 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3645 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 296.9848 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3665 , cls_52 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3669 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3673 , cls_52 , 1.5300 , 1020.0000 , 70.8046 , 666.6667 , 1.8889 , 1.1502 , 0.6670 , 0.4608 , 0.0900 , 1.0000 , 5.8824 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3693 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3703 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 301.4963 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3718 , cls_52 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3745 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3755 , cls_52 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3759 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3772 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3775 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3788 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 494.7727 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3859 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3868 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3890 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3892 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3893 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3936 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3939 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3960 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3976 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3984 , cls_52 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 284.6050 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4000 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4019 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4021 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4024 , cls_52 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.0900 , 1.0000 , 16.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4031 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4049 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4062 , cls_52 , 1.3500 , 660.0000 , 50.9842 , 488.8889 , 1.3750 , 1.0738 , 0.6327 , 0.6000 , 0.2700 , 1.0000 , 20.0000 , 391.1521 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4085 , cls_52 , 9.6300 , 4140.0000 , 223.6758 , 429.9065 , 3.2857 , 1.2099 , 0.8056 , 0.6511 , 2.7900 , 3.0000 , 28.9720 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4093 , cls_52 , 0.7200 , 420.0000 , 35.9693 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4100 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4104 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4122 , cls_52 , 1.7100 , 960.0000 , 70.9964 , 561.4035 , 1.7778 , 1.1246 , 0.7581 , 0.5175 , 0.0900 , 1.0000 , 5.2632 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4126 , cls_52 , 2.2500 , 1500.0000 , 91.7997 , 666.6667 , 2.5000 , 1.1829 , 0.8241 , 0.4533 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4135 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 360.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4138 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4173 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4250 , cls_52 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4263 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4264 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 361.2478 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4288 , cls_52 , 0.8100 , 660.0000 , 41.2169 , 814.8148 , 1.8333 , 1.1347 , 0.6048 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4302 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 284.6050 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4311 , cls_52 , 2.5200 , 1080.0000 , 82.4371 , 428.5714 , 1.6364 , 1.1048 , 0.7148 , 0.6250 , 0.4500 , 2.0000 , 17.8571 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4320 , cls_52 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4345 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4346 , cls_52 , 0.7200 , 540.0000 , 51.2479 , 750.0000 , 1.5000 , 1.1046 , 0.7736 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4360 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 657.9514 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4397 , cls_52 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4400 , cls_52 , 23.6700 , 3540.0000 , 229.7239 , 149.5564 , 1.7879 , 1.0967 , 0.7510 , 0.8701 , 16.1100 , 3.0000 , 68.0608 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4429 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4433 , cls_52 , 0.9900 , 720.0000 , 51.3266 , 727.2727 , 1.7143 , 1.1289 , 0.5881 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4452 , cls_52 , 0.9000 , 540.0000 , 49.6951 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4462 , cls_52 , 0.5400 , 420.0000 , 29.8217 , 777.7778 , 1.4000 , 1.0831 , 0.4123 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4483 , cls_52 , 0.4500 , 420.0000 , 33.9740 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 403.6087 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4492 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4494 , cls_52 , 1.2600 , 960.0000 , 75.2823 , 761.9048 , 2.0000 , 1.1610 , 0.7258 , 0.3452 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4506 , cls_52 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 400.2499 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4541 , cls_52 , 1.9800 , 1260.0000 , 80.8009 , 636.3636 , 2.1000 , 1.1629 , 0.7606 , 0.4848 , 0.0900 , 1.0000 , 4.5455 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4543 , cls_52 , 1.1700 , 780.0000 , 50.1599 , 666.6667 , 1.6250 , 1.1258 , 0.6322 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4571 , cls_52 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4579 , cls_52 , 1.4400 , 960.0000 , 62.7661 , 666.6667 , 2.0000 , 1.1448 , 0.7209 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4610 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4678 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4686 , cls_52 , 4.4100 , 1440.0000 , 87.0173 , 326.5306 , 1.7143 , 1.1008 , 0.6196 , 0.7483 , 2.1600 , 1.0000 , 48.9796 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4717 , cls_52 , 2.0700 , 1200.0000 , 94.8947 , 579.7101 , 2.0000 , 1.1479 , 0.7847 , 0.5145 , 0.0900 , 1.0000 , 4.3478 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4720 , cls_52 , 2.3400 , 960.0000 , 63.9936 , 410.2564 , 1.4545 , 1.0895 , 0.6280 , 0.6731 , 0.7200 , 1.0000 , 30.7692 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4727 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4783 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4819 , cls_52 , 0.6300 , 540.0000 , 37.1243 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4823 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4852 , cls_52 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4857 , cls_52 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4862 , cls_52 , 10.7100 , 4740.0000 , 184.0970 , 442.5770 , 3.5909 , 1.2222 , 0.7220 , 0.6401 , 2.4300 , 4.0000 , 22.6891 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4867 , cls_52 , 4.7700 , 2040.0000 , 156.8005 , 427.6730 , 2.2667 , 1.1574 , 0.8397 , 0.6509 , 1.1700 , 3.0000 , 24.5283 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4869 , cls_52 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4873 , cls_52 , 0.6300 , 480.0000 , 42.3983 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4923 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 636.3961 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4927 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4929 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4930 , cls_52 , 4.8600 , 1800.0000 , 100.4437 , 370.3704 , 2.0000 , 1.1322 , 0.5703 , 0.6821 , 1.3500 , 2.0000 , 27.7778 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4934 , cls_52 , 0.7200 , 480.0000 , 42.8106 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4959 , cls_52 , 1.8000 , 1200.0000 , 71.0603 , 666.6667 , 2.2222 , 1.1643 , 0.6512 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4969 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5031 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5032 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5040 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5054 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5069 , cls_52 , 0.7200 , 480.0000 , 36.3494 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5070 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5076 , cls_52 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5083 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5086 , cls_52 , 1.0800 , 600.0000 , 41.3948 , 555.5556 , 1.4286 , 1.0790 , 0.5225 , 0.5556 , 0.1800 , 1.0000 , 16.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5109 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5114 , cls_52 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 349.8571 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5123 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5142 , cls_52 , 1.0800 , 540.0000 , 44.9505 , 500.0000 , 1.2857 , 1.0563 , 0.6605 , 0.5556 , 0.0900 , 1.0000 , 8.3333 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5152 , cls_52 , 0.6300 , 600.0000 , 53.7770 , 952.3810 , 1.6667 , 1.1455 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5163 , cls_52 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5185 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5187 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5201 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5251 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5252 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5254 , cls_52 , 1.1700 , 960.0000 , 60.2062 , 820.5128 , 2.0000 , 1.1702 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5255 , cls_52 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5272 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 313.2092 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5308 , cls_52 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5372 , cls_52 , 0.9000 , 720.0000 , 63.0571 , 800.0000 , 1.7143 , 1.1407 , 0.8408 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5387 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5395 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5405 , cls_52 , 0.5400 , 480.0000 , 47.1916 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5412 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5438 , cls_52 , 26.9100 , 7320.0000 , 290.4240 , 272.0178 , 3.4857 , 1.2017 , 0.6339 , 0.7720 , 12.9600 , 5.0000 , 48.1605 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5448 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 429.5346 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5462 , cls_52 , 0.9900 , 600.0000 , 45.6864 , 606.0606 , 1.4286 , 1.0892 , 0.5881 , 0.5152 , 0.0900 , 1.0000 , 9.0909 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5472 , cls_52 , 3.6000 , 1440.0000 , 91.3325 , 400.0000 , 1.8462 , 1.1221 , 0.6512 , 0.6542 , 0.9000 , 2.0000 , 25.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5494 , cls_52 , 0.7200 , 540.0000 , 41.8778 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5511 , cls_52 , 0.4500 , 420.0000 , 37.6054 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 362.4914 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5512 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5514 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5551 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5566 , cls_52 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5578 , cls_52 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5595 , cls_52 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5601 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5609 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 349.8571 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5708 , cls_52 , 1.6200 , 1080.0000 , 71.2719 , 666.6667 , 2.0000 , 1.1552 , 0.6048 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5713 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5716 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5731 , cls_52 , 0.6300 , 420.0000 , 34.1318 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5742 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5776 , cls_52 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 330.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5825 , cls_52 , 0.9900 , 660.0000 , 49.1483 , 666.6667 , 1.5714 , 1.1100 , 0.6584 , 0.4848 , 0.0900 , 1.0000 , 9.0909 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5858 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5889 , cls_52 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5901 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5912 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5913 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5950 , cls_52 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5963 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5967 , cls_52 , 1.5300 , 1020.0000 , 96.8998 , 666.6667 , 1.8889 , 1.1502 , 0.8585 , 0.4216 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5982 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6002 , cls_52 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 305.9412 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6005 , cls_52 , 0.8100 , 600.0000 , 38.6452 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6023 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6031 , cls_52 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6093 , cls_52 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6098 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6122 , cls_52 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 713.0919 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6138 , cls_52 , 0.5400 , 540.0000 , 38.6482 , 1000.0000 , 1.8000 , 1.1415 , 0.7062 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6228 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6252 , cls_52 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6253 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6277 , cls_52 , 1.8900 , 1380.0000 , 98.9473 , 730.1587 , 2.3000 , 1.1869 , 0.8676 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6283 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6342 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6357 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6375 , cls_52 , 0.6300 , 480.0000 , 35.3271 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6384 , cls_52 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6436 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6462 , cls_52 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6485 , cls_52 , 1.4400 , 1260.0000 , 92.2552 , 875.0000 , 2.6250 , 1.2016 , 0.8259 , 0.3229 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6532 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6542 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6544 , cls_52 , 2.7900 , 1080.0000 , 87.6021 , 387.0968 , 1.5000 , 1.0938 , 0.7278 , 0.6720 , 0.7200 , 2.0000 , 25.8065 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6564 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6572 , cls_52 , 1.4400 , 780.0000 , 60.5798 , 541.6667 , 1.6250 , 1.1014 , 0.6488 , 0.5521 , 0.1800 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6574 , cls_52 , 0.4500 , 480.0000 , 38.8328 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6578 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6592 , cls_52 , 3.9600 , 1620.0000 , 99.7842 , 409.0909 , 1.9286 , 1.1342 , 0.7596 , 0.6629 , 1.4400 , 1.0000 , 36.3636 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6602 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 450.9989 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6615 , cls_52 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6626 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6630 , cls_52 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6632 , cls_52 , 0.5400 , 420.0000 , 39.3630 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6658 , cls_52 , 2.0700 , 1080.0000 , 70.0805 , 521.7391 , 1.8000 , 1.1267 , 0.7184 , 0.5797 , 0.4500 , 2.0000 , 21.7391 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6701 , cls_52 , 0.5400 , 540.0000 , 35.5020 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6708 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6727 , cls_52 , 0.9000 , 600.0000 , 42.0383 , 666.6667 , 1.4286 , 1.1006 , 0.6021 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6808 , cls_52 , 1.7100 , 1140.0000 , 77.4976 , 666.6667 , 2.1111 , 1.1599 , 0.7581 , 0.4474 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6875 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 648.9992 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6877 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6892 , cls_52 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6894 , cls_52 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6903 , cls_52 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6948 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 408.0441 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6969 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6988 , cls_52 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7002 , cls_52 , 1.9800 , 1020.0000 , 77.3243 , 515.1515 , 1.7000 , 1.1202 , 0.7845 , 0.5455 , 0.1800 , 1.0000 , 9.0909 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7012 , cls_52 , 1.3500 , 840.0000 , 54.1623 , 622.2222 , 1.7500 , 1.1245 , 0.6327 , 0.5111 , 0.1800 , 1.0000 , 13.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7024 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7025 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7043 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7063 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7065 , cls_52 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7070 , cls_52 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7110 , cls_52 , 1.4400 , 960.0000 , 64.2223 , 666.6667 , 2.0000 , 1.1448 , 0.6866 , 0.4583 , 0.0900 , 1.0000 , 6.2500 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7142 , cls_52 , 0.6300 , 480.0000 , 37.4341 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 570.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7163 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7182 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7203 , cls_52 , 0.9000 , 780.0000 , 51.8765 , 866.6667 , 1.8571 , 1.1583 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7207 , cls_52 , 1.1700 , 840.0000 , 63.9620 , 717.9487 , 1.7500 , 1.1416 , 0.7733 , 0.4359 , 0.0900 , 1.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7209 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7219 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7220 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7227 , cls_52 , 0.7200 , 540.0000 , 45.7978 , 750.0000 , 1.5000 , 1.1046 , 0.7453 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 400.2499 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7233 , cls_52 , 0.4500 , 480.0000 , 36.4884 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7261 , cls_52 , 8.6400 , 2400.0000 , 116.4185 , 277.7778 , 2.0000 , 1.1256 , 0.4234 , 0.7778 , 4.8600 , 1.0000 , 56.2500 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7271 , cls_52 , 0.9000 , 660.0000 , 51.7534 , 733.3333 , 1.5714 , 1.1216 , 0.6817 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7284 , cls_52 , 8.7300 , 2520.0000 , 133.4509 , 288.6598 , 2.1000 , 1.1331 , 0.6200 , 0.7663 , 3.9600 , 2.0000 , 45.3608 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7295 , cls_52 , 2.0700 , 1020.0000 , 85.7927 , 492.7536 , 1.7000 , 1.1152 , 0.8135 , 0.5652 , 0.1800 , 1.0000 , 8.6957 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7298 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7309 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7337 , cls_52 , 0.9000 , 540.0000 , 42.0376 , 600.0000 , 1.2857 , 1.0775 , 0.6559 , 0.5000 , 0.0900 , 1.0000 , 10.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7353 , cls_52 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7397 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7398 , cls_52 , 0.6300 , 480.0000 , 38.1273 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7399 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7414 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7416 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7420 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7427 , cls_52 , 1.8000 , 960.0000 , 82.2600 , 533.3333 , 1.7778 , 1.1187 , 0.8279 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7442 , cls_52 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7453 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7462 , cls_52 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7467 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7468 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7470 , cls_52 , 0.9900 , 660.0000 , 46.3388 , 666.6667 , 1.5714 , 1.1100 , 0.5881 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 324.4996 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7494 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 457.9301 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7506 , cls_52 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7507 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7550 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7565 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7566 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7613 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7614 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7620 , cls_52 , 0.7200 , 540.0000 , 40.1053 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 305.9412 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7627 , cls_52 , 0.8100 , 600.0000 , 52.4288 , 740.7407 , 1.6667 , 1.1135 , 0.8024 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7635 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 408.0441 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7643 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7652 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7665 , cls_52 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7683 , cls_52 , 0.9900 , 780.0000 , 49.8713 , 787.8788 , 1.8571 , 1.1463 , 0.5881 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7687 , cls_52 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7688 , cls_52 , 1.9800 , 1140.0000 , 72.5029 , 575.7576 , 1.9000 , 1.1427 , 0.7606 , 0.5455 , 0.2700 , 1.0000 , 13.6364 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7724 , cls_52 , 0.9000 , 600.0000 , 46.0216 , 666.6667 , 1.4286 , 1.1006 , 0.6817 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7726 , cls_52 , 0.9000 , 720.0000 , 48.8056 , 800.0000 , 1.7143 , 1.1407 , 0.7598 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7750 , cls_52 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 360.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7813 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7815 , cls_52 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7859 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7860 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7861 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7924 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7945 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7946 , cls_52 , 1.9800 , 960.0000 , 60.5086 , 484.8485 , 1.6000 , 1.1079 , 0.6163 , 0.6061 , 0.4500 , 1.0000 , 22.7273 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7951 , cls_52 , 0.8100 , 600.0000 , 54.5703 , 740.7407 , 1.6667 , 1.1135 , 0.7708 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7964 , cls_52 , 0.6300 , 540.0000 , 45.1903 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7967 , cls_52 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7999 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8029 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8034 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8040 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8072 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8105 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8109 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8139 , cls_52 , 0.5400 , 480.0000 , 32.3607 , 888.8889 , 1.6000 , 1.1141 , 0.4123 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8141 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8151 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8159 , cls_52 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8161 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8169 , cls_52 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8184 , cls_52 , 0.8100 , 540.0000 , 39.5311 , 666.6667 , 1.5000 , 1.0901 , 0.5593 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8216 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 271.6616 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8229 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8234 , cls_52 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8235 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8236 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8237 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8241 , cls_52 , 0.8100 , 600.0000 , 66.6667 , 740.7407 , 1.6667 , 1.1135 , 0.8603 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8268 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 361.2478 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8275 , cls_52 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8278 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8281 , cls_52 , 0.9000 , 600.0000 , 40.1839 , 666.6667 , 1.4286 , 1.1006 , 0.5609 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8284 , cls_52 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8303 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8309 , cls_52 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8312 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8316 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 361.2478 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8334 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8335 , cls_52 , 0.9000 , 1080.0000 , 59.5994 , 1200.0000 , 2.5714 , 1.2297 , 0.7598 , 0.1833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8368 , cls_52 , 0.4500 , 480.0000 , 41.4290 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8371 , cls_52 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8377 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8380 , cls_52 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8405 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8411 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8414 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8429 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8440 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8462 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8478 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8494 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8517 , cls_52 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8526 , cls_52 , 0.4500 , 480.0000 , 38.8161 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8527 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8556 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8558 , cls_52 , 0.6300 , 600.0000 , 44.8493 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8574 , cls_52 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8628 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8683 , cls_52 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8706 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 296.9848 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8752 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 700.3571 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8755 , cls_52 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8808 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8849 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8858 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 391.1521 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8878 , cls_52 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8887 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8925 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8986 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9052 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 296.9848 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9098 , cls_52 , 1.7100 , 660.0000 , 51.7500 , 385.9649 , 1.2222 , 1.0477 , 0.4099 , 0.6667 , 0.4500 , 1.0000 , 26.3158 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9099 , cls_52 , 2.3400 , 1560.0000 , 98.7871 , 666.6667 , 2.3636 , 1.1861 , 0.8211 , 0.4615 , 0.0900 , 1.0000 , 3.8462 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9129 , cls_52 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9194 , cls_52 , 0.9900 , 780.0000 , 51.7069 , 787.8788 , 1.8571 , 1.1463 , 0.6584 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9252 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9253 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9254 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9312 , cls_52 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9333 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 400.2499 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9345 , cls_52 , 0.9000 , 660.0000 , 45.1914 , 733.3333 , 1.5714 , 1.1216 , 0.6894 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9347 , cls_52 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9353 , cls_52 , 0.9900 , 540.0000 , 44.0171 , 545.4545 , 1.2857 , 1.0663 , 0.6584 , 0.5455 , 0.0900 , 1.0000 , 9.0909 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9356 , cls_52 , 0.9000 , 720.0000 , 46.8365 , 800.0000 , 1.7143 , 1.1407 , 0.6255 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9364 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9409 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9429 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9441 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9460 , cls_52 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9469 , cls_52 , 1.5300 , 1140.0000 , 108.2928 , 745.0980 , 2.1111 , 1.1733 , 0.8749 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9480 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9491 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9494 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9496 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9513 , cls_52 , 0.9000 , 540.0000 , 40.7857 , 600.0000 , 1.2857 , 1.0775 , 0.5103 , 0.5000 , 0.0900 , 1.0000 , 10.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9538 , cls_52 , 5.8500 , 1980.0000 , 120.9191 , 338.4615 , 1.9412 , 1.1305 , 0.5350 , 0.7077 , 1.7100 , 3.0000 , 29.2308 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9574 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 364.9658 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9584 , cls_52 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9590 , cls_52 , 0.5400 , 420.0000 , 39.3630 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9655 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9686 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9713 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9731 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 384.1875 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9740 , cls_52 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9741 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9778 , cls_52 , 0.9000 , 720.0000 , 45.4825 , 800.0000 , 1.7143 , 1.1407 , 0.5609 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9784 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9798 , cls_52 , 0.9900 , 720.0000 , 63.8922 , 727.2727 , 1.7143 , 1.1289 , 0.8249 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9814 , cls_52 , 0.7200 , 660.0000 , 42.1246 , 916.6667 , 1.8333 , 1.1497 , 0.7004 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9832 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9833 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9847 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9883 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9889 , cls_52 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9923 , cls_52 , 0.5400 , 480.0000 , 35.4634 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9925 , cls_52 , 0.9000 , 480.0000 , 42.7560 , 533.3333 , 1.1429 , 1.0516 , 0.6817 , 0.5333 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9929 , cls_52 , 0.9000 , 540.0000 , 48.6255 , 600.0000 , 1.2857 , 1.0775 , 0.7598 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9930 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9933 , cls_52 , 12.5100 , 2340.0000 , 141.7833 , 187.0504 , 1.6250 , 1.0857 , 0.4197 , 0.8465 , 8.1000 , 1.0000 , 64.7482 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9944 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9971 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10015 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 560.4463 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10022 , cls_52 , 1.1700 , 660.0000 , 54.1236 , 564.1026 , 1.3750 , 1.0902 , 0.6817 , 0.5385 , 0.0900 , 1.0000 , 7.6923 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10028 , cls_52 , 0.6300 , 540.0000 , 39.7181 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10030 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10034 , cls_52 , 1.4400 , 660.0000 , 47.6879 , 458.3333 , 1.3750 , 1.0665 , 0.5031 , 0.6146 , 0.2700 , 1.0000 , 18.7500 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10042 , cls_52 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10070 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10074 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10082 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10209 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10210 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10220 , cls_52 , 0.6300 , 420.0000 , 35.6333 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 540.8327 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10236 , cls_52 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10242 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10243 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10256 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10294 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10295 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10302 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10326 , cls_52 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10343 , cls_52 , 0.9900 , 480.0000 , 39.7998 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5909 , 0.1800 , 1.0000 , 18.1818 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10414 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10424 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10425 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10429 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10430 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10432 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10463 , cls_52 , 0.7200 , 420.0000 , 37.9474 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 271.6616 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10486 , cls_52 , 18.9000 , 4560.0000 , 193.7262 , 241.2698 , 2.6207 , 1.1587 , 0.5802 , 0.8040 , 10.2600 , 4.0000 , 54.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10489 , cls_52 , 5.1300 , 1440.0000 , 88.7530 , 280.7018 , 1.5000 , 1.0855 , 0.4417 , 0.7807 , 2.7900 , 1.0000 , 54.3860 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10526 , cls_52 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10560 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 429.5346 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10577 , cls_52 , 2.2500 , 1140.0000 , 64.8636 , 506.6667 , 1.9000 , 1.1281 , 0.5639 , 0.6200 , 0.6300 , 1.0000 , 28.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10584 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 400.2499 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10639 , cls_52 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10643 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10689 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10708 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10723 , cls_52 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10728 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 313.2092 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10734 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10735 , cls_52 , 0.5400 , 480.0000 , 34.4042 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10772 , cls_52 , 0.4500 , 480.0000 , 33.1847 , 1066.6667 , 1.6000 , 1.1383 , 0.6255 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10783 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10787 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10804 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10818 , cls_52 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 379.4733 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10832 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 313.2092 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10853 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10879 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10934 , cls_52 , 0.9900 , 840.0000 , 68.3416 , 848.4848 , 2.0000 , 1.1624 , 0.8571 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10936 , cls_52 , 3.8700 , 1020.0000 , 87.9524 , 263.5659 , 1.2143 , 1.0491 , 0.6224 , 0.7674 , 1.7100 , 1.0000 , 44.1860 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10955 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 540.8327 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10969 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10975 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 657.9514 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10981 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10983 , cls_52 , 0.5400 , 480.0000 , 34.3294 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11008 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 563.6488 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11017 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11029 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11030 , cls_52 , 1.9800 , 1080.0000 , 89.7272 , 545.4545 , 1.8000 , 1.1317 , 0.8342 , 0.5227 , 0.0900 , 1.0000 , 4.5455 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11036 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11079 , cls_52 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11096 , cls_52 , 0.3600 , 480.0000 , 36.9061 , 1333.3333 , 2.0000 , 1.1693 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11112 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11124 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11154 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11226 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11229 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11277 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 258.0698 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11330 , cls_52 , 10.8000 , 1740.0000 , 132.9278 , 161.1111 , 1.3182 , 1.0484 , 0.4146 , 0.8597 , 7.1100 , 1.0000 , 65.8333 , 457.9301 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11407 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11415 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11416 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11425 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11432 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11463 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11466 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11479 , cls_52 , 1.1700 , 660.0000 , 48.0794 , 564.1026 , 1.3750 , 1.0902 , 0.5963 , 0.5256 , 0.0900 , 1.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11501 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11516 , cls_52 , 0.9000 , 600.0000 , 44.2577 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4667 , 0.0900 , 1.0000 , 10.0000 , 258.0698 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11523 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11526 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11565 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11568 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11571 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 323.1099 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11602 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11632 , cls_52 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 814.9847 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11682 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11722 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11750 , cls_52 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11771 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 600.7495 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11783 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11860 , cls_52 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11863 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 308.8689 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11866 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11906 , cls_52 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11915 , cls_52 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11922 , cls_52 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.0900 , 1.0000 , 16.6667 , 547.4486 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11934 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11997 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12026 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12053 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12055 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12056 , cls_52 , 0.7200 , 480.0000 , 37.9551 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12103 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12131 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12179 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12184 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12198 , cls_52 , 0.9000 , 420.0000 , 36.2331 , 466.6667 , 1.0000 , 1.0223 , 0.4907 , 0.6000 , 0.1800 , 1.0000 , 20.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12209 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12217 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 284.6050 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12223 , cls_52 , 5.3100 , 1620.0000 , 100.5297 , 305.0847 , 1.6875 , 1.1037 , 0.6790 , 0.7429 , 2.3400 , 1.0000 , 44.0678 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12280 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 284.6050 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12285 , cls_52 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12286 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12291 , cls_52 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12304 , cls_52 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 450.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12324 , cls_52 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12326 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12330 , cls_52 , 10.8000 , 1740.0000 , 130.4928 , 161.1111 , 1.3182 , 1.0484 , 0.4234 , 0.8514 , 6.3900 , 1.0000 , 59.1667 , 330.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12332 , cls_52 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12337 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12390 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12393 , cls_52 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12520 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12545 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12547 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12548 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12576 , cls_52 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12662 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 510.8816 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12666 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 323.1099 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12688 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12710 , cls_52 , 0.9000 , 660.0000 , 75.0000 , 733.3333 , 1.5714 , 1.1216 , 0.8739 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12712 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12746 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12846 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 318.9044 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12869 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12892 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 569.2100 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12923 , cls_52 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12925 , cls_52 , 0.9900 , 720.0000 , 81.8182 , 727.2727 , 1.7143 , 1.1289 , 0.8852 , 0.3030 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12933 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 331.3608 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13027 , cls_52 , 3.8700 , 1260.0000 , 80.4250 , 325.5814 , 1.5000 , 1.0891 , 0.4977 , 0.7248 , 1.4400 , 1.0000 , 37.2093 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13048 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13051 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13101 , cls_52 , 5.3100 , 2220.0000 , 102.7892 , 418.0791 , 2.3125 , 1.1616 , 0.5581 , 0.6610 , 1.6200 , 1.0000 , 30.5085 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13135 , cls_52 , 0.7200 , 480.0000 , 34.2319 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4792 , 0.0900 , 1.0000 , 12.5000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13150 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13181 , cls_52 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 566.0389 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13197 , cls_52 , 1.5300 , 720.0000 , 54.4624 , 470.5882 , 1.3333 , 1.0779 , 0.6817 , 0.5980 , 0.2700 , 1.0000 , 17.6471 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13207 , cls_52 , 30.6900 , 3540.0000 , 217.9327 , 115.3470 , 1.5946 , 1.0742 , 0.3615 , 0.9003 , 23.1300 , 1.0000 , 75.3666 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13214 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 256.3201 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13217 , cls_52 , 50.6700 , 8160.0000 , 323.5296 , 161.0420 , 2.8333 , 1.1603 , 0.6425 , 0.8659 , 34.3800 , 2.0000 , 67.8508 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13253 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13284 , cls_52 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13292 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13343 , cls_52 , 1.7100 , 900.0000 , 76.2414 , 526.3158 , 1.6667 , 1.1114 , 0.8332 , 0.5263 , 0.0900 , 1.0000 , 5.2632 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13350 , cls_52 , 7.4700 , 1800.0000 , 118.2121 , 240.9639 , 1.5789 , 1.0889 , 0.5615 , 0.7912 , 3.6900 , 1.0000 , 49.3976 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13360 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13362 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13375 , cls_52 , 2.9700 , 1560.0000 , 95.3270 , 525.2525 , 2.1667 , 1.1586 , 0.7374 , 0.5606 , 0.3600 , 1.0000 , 12.1212 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13377 , cls_52 , 0.9000 , 540.0000 , 45.0198 , 600.0000 , 1.2857 , 1.0775 , 0.6894 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13399 , cls_52 , 1.5300 , 1020.0000 , 56.4845 , 666.6667 , 1.8889 , 1.1502 , 0.6452 , 0.4902 , 0.1800 , 1.0000 , 11.7647 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13437 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13438 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13456 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13532 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13581 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13587 , cls_52 , 1.5300 , 660.0000 , 50.1216 , 431.3725 , 1.2222 , 1.0598 , 0.5190 , 0.6471 , 0.4500 , 1.0000 , 29.4118 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13593 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 737.9024 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13615 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13625 , cls_52 , 7.6500 , 1380.0000 , 110.7136 , 180.3922 , 1.2105 , 1.0393 , 0.4721 , 0.8451 , 4.8600 , 1.0000 , 63.5294 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13670 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 390.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13683 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13699 , cls_52 , 4.6800 , 1560.0000 , 95.7601 , 333.3333 , 1.7333 , 1.1096 , 0.7004 , 0.7244 , 1.8000 , 1.0000 , 38.4615 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13708 , cls_52 , 2.4300 , 1200.0000 , 84.5272 , 493.8272 , 1.8182 , 1.1297 , 0.8142 , 0.5988 , 0.4500 , 1.0000 , 18.5185 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13727 , cls_52 , 0.9900 , 840.0000 , 64.4967 , 848.4848 , 2.0000 , 1.1624 , 0.7845 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13752 , cls_52 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13757 , cls_52 , 0.5400 , 420.0000 , 33.7008 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13770 , cls_52 , 8.4600 , 2400.0000 , 133.4131 , 283.6879 , 2.0000 , 1.1276 , 0.6675 , 0.7589 , 3.8700 , 3.0000 , 45.7447 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13789 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13793 , cls_52 , 0.9900 , 540.0000 , 42.9875 , 545.4545 , 1.2857 , 1.0663 , 0.6584 , 0.5455 , 0.0900 , 1.0000 , 9.0909 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13813 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13885 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13898 , cls_52 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13927 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13940 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13953 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13996 , cls_52 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 349.8571 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14012 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14058 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14074 , cls_52 , 0.5400 , 540.0000 , 33.7923 , 1000.0000 , 1.8000 , 1.1415 , 0.5506 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14139 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14140 , cls_52 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14161 , cls_52 , 0.7200 , 480.0000 , 40.5811 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 390.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14223 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14254 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14259 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14280 , cls_52 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14290 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 271.6616 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14322 , cls_52 , 0.5400 , 480.0000 , 33.5237 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 271.6616 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14351 , cls_52 , 0.6300 , 480.0000 , 39.7947 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 630.7139 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14359 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14388 , cls_52 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14451 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14453 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14460 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14472 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14490 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14516 , cls_52 , 2.2500 , 960.0000 , 61.2536 , 426.6667 , 1.6000 , 1.0938 , 0.4782 , 0.6533 , 0.5400 , 1.0000 , 24.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14545 , cls_52 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14566 , cls_52 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14654 , cls_52 , 1.0800 , 480.0000 , 40.9072 , 444.4444 , 1.1429 , 1.0310 , 0.4731 , 0.6111 , 0.1800 , 1.0000 , 16.6667 , 534.1348 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14673 , cls_52 , 0.8100 , 480.0000 , 35.4722 , 592.5926 , 1.3333 , 1.0639 , 0.4270 , 0.5370 , 0.1800 , 1.0000 , 22.2222 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14729 , cls_52 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14742 , cls_52 , 0.4500 , 420.0000 , 31.3192 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14754 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14760 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 408.0441 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14795 , cls_52 , 0.9000 , 600.0000 , 43.0010 , 666.6667 , 1.4286 , 1.1006 , 0.6255 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14822 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14826 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14827 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14840 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14847 , cls_52 , 0.9000 , 540.0000 , 45.0480 , 600.0000 , 1.2857 , 1.0775 , 0.6559 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14848 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14917 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14943 , cls_52 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14946 , cls_52 , 0.4500 , 480.0000 , 34.4419 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14959 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15003 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15015 , cls_52 , 0.7200 , 600.0000 , 46.8898 , 833.3333 , 1.6667 , 1.1283 , 0.7247 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15042 , cls_52 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15071 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15082 , cls_52 , 0.9000 , 600.0000 , 51.3747 , 666.6667 , 1.4286 , 1.1006 , 0.6894 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15087 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 391.1521 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15096 , cls_52 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15120 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15124 , cls_52 , 0.5400 , 540.0000 , 40.3534 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15128 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 420.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15131 , cls_52 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15133 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15173 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15180 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15211 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15242 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 713.0919 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15259 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15273 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15278 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15291 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 256.3201 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15295 , cls_52 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 283.0194 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15299 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15319 , cls_52 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 313.2092 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15325 , cls_52 , 82.1700 , 14340.0000 , 453.5987 , 174.5162 , 3.9180 , 1.2019 , 0.6606 , 0.8501 , 50.3100 , 6.0000 , 61.2267 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15338 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15363 , cls_52 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15366 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 403.6087 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15373 , cls_52 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15456 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15510 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15520 , cls_52 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15543 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15552 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15553 , cls_52 , 3.4200 , 1500.0000 , 96.6651 , 438.5965 , 1.9231 , 1.1354 , 0.7312 , 0.6272 , 0.8100 , 2.0000 , 23.6842 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15580 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15657 , cls_52 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 364.9658 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15672 , cls_52 , 0.6300 , 480.0000 , 44.7920 , 761.9048 , 1.3333 , 1.0945 , 0.7591 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15678 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15687 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 560.4463 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15692 , cls_52 , 1.1700 , 540.0000 , 42.1907 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6154 , 0.2700 , 1.0000 , 23.0769 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15754 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15758 , cls_52 , 3.0600 , 840.0000 , 69.1621 , 274.5098 , 1.1667 , 1.0354 , 0.5190 , 0.7647 , 1.4400 , 1.0000 , 47.0588 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15784 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15819 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 308.8689 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15899 , cls_52 , 3.0600 , 1920.0000 , 114.2191 , 627.4510 , 2.6667 , 1.1955 , 0.8150 , 0.4951 , 0.0900 , 1.0000 , 2.9412 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15979 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15987 , cls_52 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16005 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16033 , cls_52 , 0.6300 , 540.0000 , 35.9339 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16040 , cls_52 , 0.6300 , 540.0000 , 37.6420 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16056 , cls_52 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16081 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16088 , cls_52 , 0.6300 , 480.0000 , 38.9131 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16090 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16096 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16106 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16108 , cls_52 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.0900 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16131 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16144 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16151 , cls_52 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16203 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16273 , cls_52 , 0.7200 , 660.0000 , 44.9280 , 916.6667 , 1.8333 , 1.1497 , 0.7516 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16280 , cls_52 , 2.4300 , 780.0000 , 61.3756 , 320.9877 , 1.1818 , 1.0443 , 0.4073 , 0.7284 , 0.9900 , 1.0000 , 40.7407 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16303 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16328 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16340 , cls_52 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16346 , cls_52 , 3.1500 , 1440.0000 , 110.3043 , 457.1429 , 2.0000 , 1.1366 , 0.8286 , 0.6095 , 0.5400 , 2.0000 , 17.1429 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16355 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 429.5346 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16357 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16359 , cls_52 , 1.9800 , 1200.0000 , 63.1351 , 606.0606 , 2.0000 , 1.1530 , 0.5170 , 0.5152 , 0.0900 , 1.0000 , 4.5455 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16379 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 432.6662 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16383 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16384 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16387 , cls_52 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16388 , cls_52 , 0.9000 , 720.0000 , 52.1767 , 800.0000 , 1.7143 , 1.1407 , 0.6894 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16413 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16434 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16462 , cls_52 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 429.5346 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16481 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16488 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16534 , cls_52 , 1.7100 , 780.0000 , 62.4591 , 456.1404 , 1.4444 , 1.0820 , 0.7154 , 0.6140 , 0.2700 , 1.0000 , 15.7895 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16541 , cls_52 , 1.3500 , 960.0000 , 54.3157 , 711.1111 , 2.0000 , 1.1526 , 0.6180 , 0.4667 , 0.2700 , 1.0000 , 20.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16553 , cls_52 , 3.0600 , 1260.0000 , 91.6760 , 411.7647 , 1.7500 , 1.1139 , 0.7568 , 0.6422 , 0.4500 , 2.0000 , 14.7059 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16581 , cls_52 , 1.7100 , 840.0000 , 55.7238 , 491.2281 , 1.5556 , 1.0972 , 0.5348 , 0.5877 , 0.3600 , 1.0000 , 21.0526 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16587 , cls_52 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16589 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16611 , cls_52 , 1.0800 , 600.0000 , 50.4151 , 555.5556 , 1.4286 , 1.0790 , 0.6605 , 0.5278 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16629 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16630 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16638 , cls_52 , 2.3400 , 780.0000 , 60.4269 , 333.3333 , 1.1818 , 1.0483 , 0.4907 , 0.7179 , 0.9000 , 1.0000 , 38.4615 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16639 , cls_52 , 1.5300 , 960.0000 , 73.3065 , 627.4510 , 1.7778 , 1.1376 , 0.7453 , 0.4608 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16659 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16679 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 284.6050 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16729 , cls_52 , 3.0600 , 1440.0000 , 118.6553 , 470.5882 , 2.0000 , 1.1398 , 0.8268 , 0.6029 , 0.3600 , 1.0000 , 11.7647 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16730 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16758 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16759 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16775 , cls_52 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16798 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16804 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16810 , cls_52 , 0.5400 , 600.0000 , 44.1714 , 1111.1111 , 2.0000 , 1.1661 , 0.7062 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16813 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16815 , cls_52 , 0.7200 , 480.0000 , 44.4571 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16817 , cls_52 , 0.4500 , 420.0000 , 35.2060 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16829 , cls_52 , 0.7200 , 360.0000 , 34.3237 , 500.0000 , 1.0000 , 1.0133 , 0.4907 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 420.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16855 , cls_52 , 3.2400 , 1320.0000 , 95.3241 , 407.4074 , 1.8333 , 1.1167 , 0.7004 , 0.6389 , 0.5400 , 2.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16861 , cls_52 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16864 , cls_52 , 2.5200 , 1440.0000 , 103.1048 , 571.4286 , 2.1818 , 1.1616 , 0.7997 , 0.5357 , 0.0900 , 1.0000 , 3.5714 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16867 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16876 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16881 , cls_52 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16909 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16922 , cls_52 , 0.5400 , 420.0000 , 32.6544 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16925 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16926 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16939 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16948 , cls_52 , 1.0800 , 660.0000 , 50.2109 , 611.1111 , 1.5714 , 1.0996 , 0.6944 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16954 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 391.1521 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16961 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16967 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17019 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17023 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17026 , cls_52 , 0.5400 , 420.0000 , 38.6482 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17058 , cls_52 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17088 , cls_52 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17128 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17132 , cls_52 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 20 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 96 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1317.9530 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 131 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 193 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 283.0194 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 197 , cls_23 , 1.0800 , 840.0000 , 56.9035 , 777.7778 , 2.0000 , 1.1515 , 0.7062 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 239 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 300 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 316 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 319 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 336 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1233.2883 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 347 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 400 , cls_23 , 5.6700 , 4020.0000 , 158.8406 , 708.9947 , 4.1875 , 1.2631 , 0.7290 , 0.4497 , 0.2700 , 2.0000 , 4.7619 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 411 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 434 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 283.0194 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 465 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 512 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 567 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 617 , cls_23 , 0.6300 , 420.0000 , 33.4059 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 665 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 674 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 738 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 740 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 790 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 820 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 865 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 885 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 886 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 890 , cls_23 , 1.8900 , 1380.0000 , 76.0715 , 730.1587 , 2.3000 , 1.1869 , 0.7943 , 0.4444 , 0.0900 , 1.0000 , 4.7619 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 912 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 940 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 949 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1408.7228 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 978 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1013 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1014 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1017 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1145 , cls_23 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1170 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1266.0569 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1188 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1191 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1245 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1246 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1247 , cls_23 , 0.7200 , 480.0000 , 34.2319 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4792 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1249 , cls_23 , 2.1600 , 1740.0000 , 93.1367 , 805.5556 , 2.9000 , 1.2174 , 0.7907 , 0.4097 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1283 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1352 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1367 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1176.1377 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1381 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 551.5433 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1415 , cls_23 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1417 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1418 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1422 , cls_23 , 1.7100 , 1320.0000 , 73.3575 , 771.9298 , 2.4444 , 1.1899 , 0.7154 , 0.4386 , 0.1800 , 1.0000 , 10.5263 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1444 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1450 , cls_23 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1473 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1493 , cls_23 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1504 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1506 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1507 , cls_23 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1508 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1533 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1573 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1588 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 551.5433 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1594 , cls_23 , 3.1500 , 1800.0000 , 94.9359 , 571.4286 , 2.5000 , 1.1796 , 0.7283 , 0.5286 , 0.1800 , 2.0000 , 5.7143 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1597 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1598 , cls_23 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1610 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1634 , cls_23 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1665 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1667 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1670 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1738 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1739 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1742 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1743 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1766 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1767 , cls_23 , 0.8100 , 780.0000 , 70.1080 , 962.9630 , 2.1667 , 1.1718 , 0.8652 , 0.2407 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1796 , cls_23 , 0.8100 , 600.0000 , 45.4214 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1827 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1856 , cls_23 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1857 , cls_23 , 1.0800 , 960.0000 , 71.5859 , 888.8889 , 2.2857 , 1.1802 , 0.8137 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1858 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1859 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1883 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1884 , cls_23 , 1.0800 , 600.0000 , 54.0219 , 555.5556 , 1.4286 , 1.0790 , 0.6605 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1885 , cls_23 , 0.5400 , 420.0000 , 31.1803 , 777.7778 , 1.4000 , 1.0831 , 0.5506 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1886 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1948 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1968 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 390.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1971 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 390.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2018 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2019 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2050 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2051 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2052 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2267 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 296.9848 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2343 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2359 , cls_23 , 0.8100 , 600.0000 , 47.0438 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2360 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2362 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2417 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2439 , cls_23 , 0.5400 , 540.0000 , 34.7874 , 1000.0000 , 1.8000 , 1.1415 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2440 , cls_23 , 3.6900 , 1860.0000 , 101.9021 , 504.0650 , 2.3846 , 1.1681 , 0.6189 , 0.5691 , 0.2700 , 1.0000 , 7.3171 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2462 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2508 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2531 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1018.2338 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2541 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2544 , cls_23 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2573 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2575 , cls_23 , 0.9000 , 780.0000 , 54.0071 , 866.6667 , 1.8571 , 1.1583 , 0.7170 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2592 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1164.9893 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2601 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2605 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2634 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2637 , cls_23 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2660 , cls_23 , 2.4300 , 1440.0000 , 81.6175 , 592.5926 , 2.1818 , 1.1658 , 0.5955 , 0.5247 , 0.2700 , 3.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2686 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2730 , cls_23 , 0.8100 , 900.0000 , 58.4756 , 1111.1111 , 2.5000 , 1.2036 , 0.8121 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2731 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2810 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2811 , cls_23 , 1.7100 , 1020.0000 , 77.8045 , 596.4912 , 1.8889 , 1.1370 , 0.7859 , 0.4825 , 0.0900 , 1.0000 , 5.2632 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2835 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2865 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2892 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2893 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2922 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2947 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2949 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2950 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2972 , cls_23 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2974 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2976 , cls_23 , 0.8100 , 600.0000 , 46.5327 , 740.7407 , 1.6667 , 1.1135 , 0.7205 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3007 , cls_23 , 9.0900 , 4140.0000 , 191.8825 , 455.4455 , 3.2857 , 1.2161 , 0.8109 , 0.6238 , 1.4400 , 6.0000 , 15.8416 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3009 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3046 , cls_23 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3076 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 417.8516 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3087 , cls_23 , 1.7100 , 1200.0000 , 105.7285 , 701.7544 , 2.2222 , 1.1704 , 0.8837 , 0.4386 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3124 , cls_23 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3157 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3193 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3194 , cls_23 , 0.8100 , 540.0000 , 39.3521 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4815 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3199 , cls_23 , 0.7200 , 480.0000 , 38.5111 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3209 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 720.6247 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3224 , cls_23 , 1.4400 , 1080.0000 , 62.3955 , 750.0000 , 2.2500 , 1.1694 , 0.6866 , 0.4271 , 0.1800 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3237 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 730.5477 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3273 , cls_23 , 1.3500 , 780.0000 , 62.4453 , 577.7778 , 1.6250 , 1.1089 , 0.6869 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3400 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3416 , cls_23 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3440 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3445 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3493 , cls_23 , 1.7100 , 900.0000 , 57.9910 , 526.3158 , 1.6667 , 1.1114 , 0.5348 , 0.5614 , 0.1800 , 1.0000 , 10.5263 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3530 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 408.0441 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3561 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3572 , cls_23 , 1.3500 , 900.0000 , 78.7018 , 666.6667 , 1.8750 , 1.1390 , 0.8310 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3615 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3618 , cls_23 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3620 , cls_23 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3622 , cls_23 , 1.4400 , 1320.0000 , 72.9793 , 916.6667 , 2.7500 , 1.2113 , 0.7209 , 0.2812 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3705 , cls_23 , 2.3400 , 1200.0000 , 71.5018 , 512.8205 , 1.8182 , 1.1339 , 0.5526 , 0.5833 , 0.2700 , 3.0000 , 11.5385 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3749 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3754 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3794 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3843 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3881 , cls_23 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3942 , cls_23 , 1.0800 , 600.0000 , 43.6137 , 555.5556 , 1.4286 , 1.0790 , 0.4731 , 0.5417 , 0.0900 , 1.0000 , 8.3333 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3963 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3969 , cls_23 , 1.2600 , 780.0000 , 55.2138 , 619.0476 , 1.6250 , 1.1170 , 0.6039 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3970 , cls_23 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3997 , cls_23 , 5.1300 , 2160.0000 , 106.2760 , 421.0526 , 2.2500 , 1.1602 , 0.6716 , 0.6754 , 1.4400 , 1.0000 , 28.0702 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4016 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 804.9845 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4025 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4026 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4028 , cls_23 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4030 , cls_23 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4038 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4057 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4091 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4107 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 730.5477 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4113 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 364.9658 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4133 , cls_23 , 1.1700 , 960.0000 , 75.7874 , 820.5128 , 2.0000 , 1.1702 , 0.8585 , 0.3846 , 0.0900 , 1.0000 , 7.6923 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4161 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4207 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 577.0615 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4239 , cls_23 , 1.2600 , 960.0000 , 67.1259 , 761.9048 , 2.0000 , 1.1610 , 0.7078 , 0.3690 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4308 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4309 , cls_23 , 0.5400 , 480.0000 , 45.9276 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4319 , cls_23 , 0.7200 , 420.0000 , 32.6407 , 583.3333 , 1.1667 , 1.0480 , 0.4341 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 432.6662 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4379 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 331.3608 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4410 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4417 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4488 , cls_23 , 1.7100 , 1260.0000 , 66.2187 , 736.8421 , 2.3333 , 1.1804 , 0.6278 , 0.4474 , 0.1800 , 1.0000 , 10.5263 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4499 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4500 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4534 , cls_23 , 0.4500 , 420.0000 , 36.0257 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4591 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4592 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4603 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4633 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4634 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4705 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4734 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4737 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4738 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4754 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 720.6247 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4848 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 457.9301 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4864 , cls_23 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4908 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4945 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4953 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5011 , cls_23 , 0.6300 , 540.0000 , 48.3582 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5064 , cls_23 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5132 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5138 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5148 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5175 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5190 , cls_23 , 1.8900 , 960.0000 , 62.4499 , 507.9365 , 1.6000 , 1.1132 , 0.5390 , 0.5714 , 0.2700 , 1.0000 , 14.2857 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5276 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5283 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5284 , cls_23 , 0.5400 , 420.0000 , 35.3225 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5322 , cls_23 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5342 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5367 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 780.5767 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5416 , cls_23 , 0.9000 , 780.0000 , 47.3250 , 866.6667 , 1.8571 , 1.1583 , 0.7170 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5423 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 474.3416 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5434 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 597.7458 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5443 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5444 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5451 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5501 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5544 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5581 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5584 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5642 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5646 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 484.6648 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5746 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5783 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 258.0698 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5835 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 484.6648 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5915 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5920 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5924 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5955 , cls_23 , 1.3500 , 600.0000 , 44.4324 , 444.4444 , 1.2500 , 1.0537 , 0.3414 , 0.6444 , 0.4500 , 1.0000 , 33.3333 , 450.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5976 , cls_23 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6021 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6086 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 647.6110 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6111 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6134 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 308.8689 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6161 , cls_23 , 2.9700 , 1560.0000 , 84.9731 , 525.2525 , 2.1667 , 1.1586 , 0.7528 , 0.5909 , 0.7200 , 1.0000 , 24.2424 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6236 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6271 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6273 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6294 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 647.6110 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6374 , cls_23 , 1.4400 , 1140.0000 , 81.9606 , 791.6667 , 2.3750 , 1.1807 , 0.7736 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6378 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 618.4658 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6526 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6540 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6597 , cls_23 , 7.9200 , 4800.0000 , 150.5460 , 606.0606 , 4.2105 , 1.2571 , 0.6675 , 0.5360 , 0.9000 , 4.0000 , 11.3636 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6599 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6601 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6759 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 632.8507 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6781 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6817 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6819 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6821 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6837 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 632.8507 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6843 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6859 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6861 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6882 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6898 , cls_23 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6900 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6902 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 530.7542 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6946 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6958 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6997 , cls_23 , 1.8900 , 1260.0000 , 90.7939 , 666.6667 , 2.1000 , 1.1684 , 0.7429 , 0.4762 , 0.1800 , 2.0000 , 9.5238 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7029 , cls_23 , 0.9900 , 720.0000 , 54.8259 , 727.2727 , 1.7143 , 1.1289 , 0.7357 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7097 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7134 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7135 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7141 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7147 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7151 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7152 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7236 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7241 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7246 , cls_23 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7255 , cls_23 , 0.9000 , 540.0000 , 44.8785 , 600.0000 , 1.2857 , 1.0775 , 0.6894 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7269 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 618.4658 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7280 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7307 , cls_23 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7316 , cls_23 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7321 , cls_23 , 2.2500 , 2040.0000 , 128.3518 , 906.6667 , 3.4000 , 1.2442 , 0.9055 , 0.3267 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7369 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 400.2499 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7375 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7379 , cls_23 , 4.0500 , 2280.0000 , 108.9451 , 562.9630 , 2.7143 , 1.1963 , 0.7661 , 0.5222 , 0.2700 , 2.0000 , 6.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7391 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7400 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7432 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7448 , cls_23 , 0.6300 , 480.0000 , 40.1481 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7485 , cls_23 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7492 , cls_23 , 1.6200 , 1260.0000 , 96.5520 , 777.7778 , 2.3333 , 1.1870 , 0.8430 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7499 , cls_23 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7525 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7531 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7533 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7537 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7538 , cls_23 , 0.5400 , 420.0000 , 33.2235 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7584 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7591 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7601 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7607 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7608 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7629 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7636 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7642 , cls_23 , 0.6300 , 540.0000 , 46.8663 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7666 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7698 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7702 , cls_23 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7706 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7714 , cls_23 , 0.5400 , 420.0000 , 32.0363 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7715 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 517.8803 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7739 , cls_23 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7765 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7766 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7786 , cls_23 , 0.6300 , 540.0000 , 45.3278 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7791 , cls_23 , 4.1400 , 2820.0000 , 129.5666 , 681.1594 , 3.3571 , 1.2338 , 0.8152 , 0.4529 , 0.0900 , 1.0000 , 2.1739 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7840 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7844 , cls_23 , 0.8100 , 540.0000 , 37.4188 , 666.6667 , 1.5000 , 1.0901 , 0.4270 , 0.4630 , 0.0900 , 1.0000 , 11.1111 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7879 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7891 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7893 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7894 , cls_23 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7932 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7937 , cls_23 , 3.4200 , 1320.0000 , 83.4758 , 385.9649 , 1.6923 , 1.1109 , 0.6129 , 0.6754 , 0.8100 , 2.0000 , 23.6842 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7938 , cls_23 , 1.1700 , 720.0000 , 56.5609 , 615.3846 , 1.5000 , 1.1087 , 0.6322 , 0.4744 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7972 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7973 , cls_23 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7975 , cls_23 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7977 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7981 , cls_23 , 3.4200 , 1200.0000 , 80.2251 , 350.8772 , 1.5385 , 1.0927 , 0.5435 , 0.7018 , 1.0800 , 2.0000 , 31.5789 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8001 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8010 , cls_23 , 0.6300 , 420.0000 , 32.0282 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.0900 , 1.0000 , 14.2857 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8018 , cls_23 , 1.2600 , 840.0000 , 54.1471 , 666.6667 , 1.7500 , 1.1327 , 0.6039 , 0.4881 , 0.1800 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8019 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8050 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8082 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8086 , cls_23 , 1.5300 , 840.0000 , 59.5300 , 549.0196 , 1.5556 , 1.1099 , 0.6452 , 0.5588 , 0.1800 , 2.0000 , 11.7647 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8088 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8096 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8120 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8123 , cls_23 , 8.2800 , 5460.0000 , 183.6911 , 659.4203 , 4.5500 , 1.2750 , 0.8329 , 0.4692 , 0.0900 , 1.0000 , 1.0870 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8158 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 523.9275 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8178 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8181 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8182 , cls_23 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8223 , cls_23 , 2.9700 , 1920.0000 , 94.2295 , 646.4646 , 2.6667 , 1.1989 , 0.6910 , 0.4697 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8260 , cls_23 , 7.4700 , 3000.0000 , 130.8266 , 401.6064 , 2.6316 , 1.1799 , 0.6748 , 0.6566 , 1.7100 , 4.0000 , 22.8916 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8322 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8356 , cls_23 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8382 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8390 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 271.6616 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8401 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8427 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 284.6050 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8455 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8474 , cls_23 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8495 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8502 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8534 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8545 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8578 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8620 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8622 , cls_23 , 0.6300 , 480.0000 , 48.4070 , 761.9048 , 1.3333 , 1.0945 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8651 , cls_23 , 0.6300 , 540.0000 , 46.9161 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8664 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8679 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8713 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8717 , cls_23 , 0.8100 , 480.0000 , 37.3881 , 592.5926 , 1.3333 , 1.0639 , 0.5593 , 0.5185 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8739 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8743 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8750 , cls_23 , 0.5400 , 480.0000 , 36.0656 , 888.8889 , 1.6000 , 1.1141 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8751 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8783 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8785 , cls_23 , 1.0800 , 540.0000 , 50.8894 , 500.0000 , 1.2857 , 1.0563 , 0.7117 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8788 , cls_23 , 1.4400 , 1080.0000 , 92.2274 , 750.0000 , 2.2500 , 1.1694 , 0.8502 , 0.3854 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8825 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8829 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8836 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8837 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8863 , cls_23 , 3.6900 , 1560.0000 , 87.1533 , 422.7642 , 2.0000 , 1.1347 , 0.5824 , 0.6545 , 0.8100 , 2.0000 , 21.9512 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8869 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8872 , cls_23 , 5.4900 , 2580.0000 , 115.9491 , 469.9454 , 2.6875 , 1.1856 , 0.6486 , 0.6093 , 0.7200 , 1.0000 , 13.1148 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8901 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8904 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8909 , cls_23 , 13.1400 , 7440.0000 , 258.6607 , 566.2100 , 4.9600 , 1.2775 , 0.8430 , 0.5434 , 0.9000 , 8.0000 , 6.8493 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8941 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8954 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9001 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9003 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9017 , cls_23 , 0.6300 , 600.0000 , 40.7053 , 952.3810 , 1.6667 , 1.1455 , 0.5544 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9018 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9026 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1050.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9055 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9107 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9109 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9114 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9155 , cls_23 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9159 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9171 , cls_23 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9174 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9180 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 566.0389 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9207 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9208 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9210 , cls_23 , 1.4400 , 1020.0000 , 64.8135 , 708.3333 , 2.1250 , 1.1574 , 0.7711 , 0.4688 , 0.0900 , 1.0000 , 6.2500 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9263 , cls_23 , 1.5300 , 1080.0000 , 66.4304 , 705.8824 , 2.0000 , 1.1620 , 0.7035 , 0.4118 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9309 , cls_23 , 10.6200 , 5640.0000 , 220.0120 , 531.0734 , 4.2727 , 1.2531 , 0.7596 , 0.5692 , 0.9000 , 4.0000 , 8.4746 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9310 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9366 , cls_23 , 4.2300 , 2880.0000 , 142.0503 , 680.8511 , 3.4286 , 1.2352 , 0.7992 , 0.4752 , 0.2700 , 1.0000 , 6.3830 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9368 , cls_23 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9416 , cls_23 , 10.6200 , 6720.0000 , 188.8531 , 632.7684 , 5.0909 , 1.2834 , 0.7462 , 0.5141 , 0.7200 , 5.0000 , 6.7797 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9507 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9598 , cls_23 , 2.7900 , 1260.0000 , 80.9149 , 451.6129 , 1.7500 , 1.1239 , 0.6276 , 0.6075 , 0.1800 , 2.0000 , 6.4516 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9599 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9609 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9640 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9680 , cls_23 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9687 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9718 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9719 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9747 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9771 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9788 , cls_23 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 939.1486 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9792 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9854 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9855 , cls_23 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9952 , cls_23 , 3.4200 , 1740.0000 , 94.4799 , 508.7719 , 2.2308 , 1.1639 , 0.6753 , 0.5877 , 0.3600 , 2.0000 , 10.5263 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9959 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9995 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10052 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 394.5884 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10096 , cls_23 , 0.9900 , 660.0000 , 50.7404 , 666.6667 , 1.5714 , 1.1100 , 0.6584 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10140 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10141 , cls_23 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10143 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10176 , cls_23 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10221 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10223 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10251 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10260 , cls_23 , 4.5000 , 3000.0000 , 130.8366 , 666.6667 , 3.3333 , 1.2357 , 0.8176 , 0.4733 , 0.1800 , 2.0000 , 4.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10314 , cls_23 , 0.7200 , 420.0000 , 35.9693 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10315 , cls_23 , 5.2200 , 2940.0000 , 242.1247 , 563.2184 , 3.0625 , 1.2151 , 0.9225 , 0.5287 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10372 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10381 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10410 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10439 , cls_23 , 0.5400 , 420.0000 , 30.7844 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10442 , cls_23 , 1.3500 , 1080.0000 , 95.2129 , 800.0000 , 2.2500 , 1.1773 , 0.8835 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10468 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10504 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10531 , cls_23 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10536 , cls_23 , 3.2400 , 960.0000 , 70.2264 , 296.2963 , 1.3333 , 1.0554 , 0.3721 , 0.7500 , 1.5300 , 1.0000 , 47.2222 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10597 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10611 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10613 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 301.4963 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10636 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10682 , cls_23 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10687 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10688 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10742 , cls_23 , 1.3500 , 1320.0000 , 84.9092 , 977.7778 , 2.7500 , 1.2195 , 0.8718 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10798 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1594.2396 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10851 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10859 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10884 , cls_23 , 2.8800 , 2640.0000 , 150.8406 , 916.6667 , 3.6667 , 1.2645 , 0.8221 , 0.3438 , 0.0900 , 1.0000 , 3.1250 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10948 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 646.2198 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10957 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10958 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10960 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10961 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10995 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11012 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 375.8989 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11057 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11058 , cls_23 , 0.7200 , 420.0000 , 33.6957 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11059 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11062 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11099 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11100 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11129 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11133 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11134 , cls_23 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11136 , cls_23 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11147 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 384.1875 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11212 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11224 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 313.2092 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11257 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11262 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11263 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11264 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11296 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11300 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11304 , cls_23 , 1.2600 , 780.0000 , 63.2791 , 619.0476 , 1.6250 , 1.1170 , 0.7558 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11309 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 331.3608 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11351 , cls_23 , 4.0500 , 2340.0000 , 101.4855 , 577.7778 , 2.7857 , 1.2012 , 0.6350 , 0.5593 , 0.8100 , 3.0000 , 20.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11353 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11355 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11365 , cls_23 , 1.9800 , 1020.0000 , 101.2759 , 515.1515 , 1.7000 , 1.1202 , 0.8426 , 0.5303 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11395 , cls_23 , 0.8100 , 720.0000 , 50.8721 , 888.8889 , 2.0000 , 1.1540 , 0.7205 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11397 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11424 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 891.9641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11437 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11443 , cls_23 , 6.1200 , 4440.0000 , 170.3823 , 725.4902 , 4.3529 , 1.2724 , 0.8615 , 0.4436 , 0.0900 , 1.0000 , 1.4706 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11494 , cls_23 , 1.5300 , 960.0000 , 71.6938 , 627.4510 , 1.7778 , 1.1376 , 0.7453 , 0.4804 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11540 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11543 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11552 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 502.8916 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11580 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11613 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11651 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11699 , cls_23 , 1.8000 , 1020.0000 , 81.4992 , 566.6667 , 1.8889 , 1.1311 , 0.8291 , 0.5500 , 0.1800 , 2.0000 , 10.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11703 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 384.1875 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11732 , cls_23 , 1.1700 , 780.0000 , 60.4479 , 666.6667 , 1.6250 , 1.1258 , 0.8053 , 0.4615 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11747 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 502.8916 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11765 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 646.2198 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11814 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11816 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11888 , cls_23 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11924 , cls_23 , 1.2600 , 720.0000 , 54.1495 , 571.4286 , 1.5000 , 1.1000 , 0.5652 , 0.5000 , 0.0900 , 1.0000 , 7.1429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11925 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12001 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12019 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12021 , cls_23 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12023 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12086 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12108 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12123 , cls_23 , 1.7100 , 1080.0000 , 66.8049 , 631.5789 , 2.0000 , 1.1488 , 0.6686 , 0.4649 , 0.1800 , 1.0000 , 10.5263 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12143 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12157 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12173 , cls_23 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12177 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12232 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12238 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12242 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12247 , cls_23 , 12.8700 , 6960.0000 , 300.8847 , 540.7925 , 4.8333 , 1.2684 , 0.8973 , 0.5466 , 0.9000 , 5.0000 , 6.9930 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12316 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12317 , cls_23 , 0.7200 , 720.0000 , 63.6236 , 1000.0000 , 2.0000 , 1.1693 , 0.8502 , 0.2292 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12423 , cls_23 , 1.9800 , 1260.0000 , 71.0658 , 636.3636 , 2.1000 , 1.1629 , 0.6853 , 0.5152 , 0.2700 , 2.0000 , 13.6364 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12430 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12438 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12441 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12487 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12489 , cls_23 , 0.3600 , 480.0000 , 34.3237 , 1333.3333 , 2.0000 , 1.1693 , 0.7170 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12490 , cls_23 , 1.2600 , 600.0000 , 46.4077 , 476.1905 , 1.2500 , 1.0614 , 0.4757 , 0.5952 , 0.1800 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12494 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12512 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12514 , cls_23 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12516 , cls_23 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12530 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12540 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12553 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12555 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12567 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12570 , cls_23 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12575 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12594 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12610 , cls_23 , 0.9900 , 720.0000 , 67.4505 , 727.2727 , 1.7143 , 1.1289 , 0.8081 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12612 , cls_23 , 0.9900 , 720.0000 , 61.8278 , 727.2727 , 1.7143 , 1.1289 , 0.8081 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12615 , cls_23 , 0.9900 , 660.0000 , 45.3218 , 666.6667 , 1.5714 , 1.1100 , 0.6888 , 0.4848 , 0.1800 , 1.0000 , 18.1818 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12626 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12627 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12630 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12632 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12635 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12636 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12657 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12658 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12671 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12680 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12706 , cls_23 , 12.6900 , 6360.0000 , 650.2807 , 501.1820 , 4.4167 , 1.2546 , 0.9773 , 0.5355 , 0.3600 , 4.0000 , 2.8369 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12716 , cls_23 , 2.0700 , 1320.0000 , 135.7162 , 637.6812 , 2.2000 , 1.1671 , 0.9107 , 0.4203 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12719 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12729 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12742 , cls_23 , 10.4400 , 5460.0000 , 513.5067 , 522.9885 , 4.1364 , 1.2494 , 0.9751 , 0.5115 , 0.3600 , 3.0000 , 3.4483 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12743 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12761 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12767 , cls_23 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12769 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12771 , cls_23 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12773 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12798 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 364.9658 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12803 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12804 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12806 , cls_23 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12807 , cls_23 , 0.9000 , 660.0000 , 75.0000 , 733.3333 , 1.5714 , 1.1216 , 0.8739 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12809 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12810 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12811 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12812 , cls_23 , 0.5400 , 420.0000 , 33.6893 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12815 , cls_23 , 1.2600 , 900.0000 , 87.7538 , 714.2857 , 1.8750 , 1.1473 , 0.8574 , 0.3929 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12818 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12820 , cls_23 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12821 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12822 , cls_23 , 0.6300 , 480.0000 , 44.7920 , 761.9048 , 1.3333 , 1.0945 , 0.7591 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12823 , cls_23 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12824 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12825 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12826 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12827 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12828 , cls_23 , 1.1700 , 840.0000 , 96.9231 , 717.9487 , 1.7500 , 1.1416 , 0.9026 , 0.3077 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12829 , cls_23 , 1.0800 , 780.0000 , 90.0000 , 722.2222 , 1.8571 , 1.1355 , 0.8946 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12830 , cls_23 , 0.6300 , 480.0000 , 51.4286 , 761.9048 , 1.3333 , 1.0945 , 0.8217 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12844 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12848 , cls_23 , 0.9900 , 960.0000 , 64.9136 , 969.6970 , 2.2857 , 1.1914 , 0.8107 , 0.2576 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12852 , cls_23 , 0.9900 , 720.0000 , 74.3717 , 727.2727 , 1.7143 , 1.1289 , 0.8613 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12878 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12879 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12880 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12882 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12934 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12941 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12942 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12943 , cls_23 , 0.9900 , 660.0000 , 61.0544 , 666.6667 , 1.5714 , 1.1100 , 0.8292 , 0.3939 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12944 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12945 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12946 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12947 , cls_23 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12948 , cls_23 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12950 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 379.4733 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12952 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 364.9658 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12954 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 330.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12956 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 330.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12958 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12960 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12962 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12964 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12968 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12969 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12970 , cls_23 , 3.7800 , 2400.0000 , 138.9102 , 634.9206 , 3.0769 , 1.2138 , 0.8852 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12972 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13018 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13020 , cls_23 , 0.7200 , 480.0000 , 35.4903 , 666.6667 , 1.3333 , 1.0780 , 0.6082 , 0.4583 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13022 , cls_23 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13023 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13024 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13025 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13085 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13087 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13093 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13122 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13131 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13185 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13215 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13219 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13220 , cls_23 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13227 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13245 , cls_23 , 0.6300 , 660.0000 , 52.3618 , 1047.6190 , 1.8333 , 1.1673 , 0.8019 , 0.2143 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13246 , cls_23 , 1.0800 , 840.0000 , 59.7420 , 777.7778 , 2.0000 , 1.1515 , 0.7495 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13273 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13277 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13297 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13310 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13313 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13319 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13381 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13384 , cls_23 , 1.3500 , 960.0000 , 59.3461 , 711.1111 , 2.0000 , 1.1526 , 0.6869 , 0.4222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13389 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13424 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13432 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13433 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13434 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13453 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13454 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13465 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13517 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 424.2641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13549 , cls_23 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13579 , cls_23 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13583 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13611 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13613 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13614 , cls_23 , 0.9900 , 780.0000 , 68.9516 , 787.8788 , 1.8571 , 1.1463 , 0.8352 , 0.3636 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13621 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 453.9824 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13638 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13640 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13644 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13672 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13703 , cls_23 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13706 , cls_23 , 0.4500 , 360.0000 , 32.8394 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13738 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13743 , cls_23 , 0.8100 , 600.0000 , 40.3735 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.4444 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13804 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13806 , cls_23 , 0.7200 , 360.0000 , 34.3237 , 500.0000 , 1.0000 , 1.0133 , 0.4907 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13815 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 331.3608 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13878 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13921 , cls_23 , 0.6300 , 600.0000 , 49.1254 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14024 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14045 , cls_23 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14100 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14121 , cls_23 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14169 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14181 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 453.9824 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14211 , cls_23 , 4.1400 , 2340.0000 , 104.3339 , 565.2174 , 2.7857 , 1.1987 , 0.7184 , 0.5580 , 0.6300 , 3.0000 , 15.2174 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14213 , cls_23 , 0.9000 , 660.0000 , 43.9796 , 733.3333 , 1.5714 , 1.1216 , 0.6817 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14216 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14241 , cls_23 , 0.7200 , 480.0000 , 37.8765 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14252 , cls_23 , 0.3600 , 480.0000 , 34.3237 , 1333.3333 , 2.0000 , 1.1693 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14287 , cls_23 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14326 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14328 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14330 , cls_23 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14332 , cls_23 , 0.4500 , 420.0000 , 31.3192 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14374 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14375 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14382 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14383 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14473 , cls_23 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14477 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14479 , cls_23 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14485 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14536 , cls_23 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14539 , cls_23 , 1.6200 , 1080.0000 , 84.9459 , 666.6667 , 2.0000 , 1.1552 , 0.8327 , 0.4352 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14560 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14615 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14645 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14674 , cls_23 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14675 , cls_23 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14698 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14753 , cls_23 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14758 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14797 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14798 , cls_23 , 0.9000 , 540.0000 , 53.3309 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14799 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14825 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14832 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14833 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14907 , cls_23 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14908 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14909 , cls_23 , 4.1400 , 2220.0000 , 118.2919 , 536.2319 , 2.6429 , 1.1888 , 0.7237 , 0.5543 , 0.3600 , 3.0000 , 8.6957 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14920 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14940 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14941 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14972 , cls_23 , 1.5300 , 1020.0000 , 72.5208 , 666.6667 , 1.8889 , 1.1502 , 0.7075 , 0.4510 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15006 , cls_23 , 0.9900 , 780.0000 , 46.8869 , 787.8788 , 1.8571 , 1.1463 , 0.6584 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15084 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15106 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15108 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15240 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15241 , cls_23 , 2.4300 , 1320.0000 , 87.4686 , 543.2099 , 2.0000 , 1.1485 , 0.7062 , 0.5432 , 0.0900 , 1.0000 , 3.7037 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15249 , cls_23 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15265 , cls_23 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15274 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15286 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15378 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15396 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15408 , cls_23 , 1.6200 , 1020.0000 , 66.9678 , 629.6296 , 1.8889 , 1.1434 , 0.7425 , 0.4815 , 0.0900 , 1.0000 , 5.5556 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15410 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15464 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15468 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15471 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15478 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15479 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15526 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15528 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15530 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15592 , cls_23 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15649 , cls_23 , 0.4500 , 540.0000 , 40.3503 , 1200.0000 , 1.8000 , 1.1663 , 0.7805 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15684 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15685 , cls_23 , 0.7200 , 600.0000 , 51.7127 , 833.3333 , 1.6667 , 1.1283 , 0.7453 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15714 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 845.3402 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15727 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15739 , cls_23 , 2.5200 , 1920.0000 , 121.2743 , 761.9048 , 2.9091 , 1.2184 , 0.8235 , 0.4226 , 0.0900 , 1.0000 , 3.5714 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15788 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15794 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15831 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 305.9412 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15849 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15859 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15904 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15952 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16015 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16020 , cls_23 , 2.5200 , 1740.0000 , 84.8328 , 690.4762 , 2.6364 , 1.1989 , 0.7903 , 0.4821 , 0.3600 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16023 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 361.2478 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16042 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16068 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16077 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16093 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 283.0194 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16113 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16114 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16118 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16125 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 258.0698 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16165 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16166 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16172 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16189 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16201 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 391.1521 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16238 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16246 , cls_23 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16333 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16374 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16389 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1233.2883 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16401 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16405 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16408 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16437 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16455 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16482 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16483 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16484 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16493 , cls_23 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16504 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16521 , cls_23 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16529 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16532 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16560 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16561 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16563 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16564 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16607 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16701 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16726 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16736 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16772 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16780 , cls_23 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16806 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16833 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16834 , cls_23 , 2.0700 , 1380.0000 , 72.9366 , 666.6667 , 2.3000 , 1.1760 , 0.7071 , 0.4783 , 0.0900 , 1.0000 , 4.3478 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16835 , cls_23 , 2.9700 , 1620.0000 , 88.3208 , 545.4545 , 2.2500 , 1.1659 , 0.7639 , 0.5657 , 0.4500 , 1.0000 , 15.1515 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16838 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16872 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 785.1751 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16886 , cls_23 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16903 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16913 , cls_23 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16951 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 391.1521 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16990 , cls_23 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16993 , cls_23 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16998 , cls_23 , 0.6300 , 540.0000 , 38.5624 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16999 , cls_23 , 0.4500 , 420.0000 , 31.3192 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17027 , cls_23 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17061 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17062 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17099 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 360.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17129 , cls_23 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 21 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 25 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 90 , cls_71 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 256.3201 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 94 , cls_71 , 16.0200 , 2460.0000 , 166.0368 , 153.5581 , 1.5185 , 1.0717 , 0.4667 , 0.8680 , 11.0700 , 1.0000 , 69.1011 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 113 , cls_71 , 3.1500 , 1440.0000 , 84.5841 , 457.1429 , 2.0000 , 1.1366 , 0.6747 , 0.6286 , 0.6300 , 2.0000 , 20.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 142 , cls_71 , 20.1600 , 6120.0000 , 245.6559 , 303.5714 , 3.4000 , 1.2008 , 0.7562 , 0.7411 , 8.4600 , 5.0000 , 41.9643 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 159 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 172 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 175 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 178 , cls_71 , 0.9900 , 480.0000 , 38.3497 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.6061 , 0.2700 , 1.0000 , 27.2727 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 204 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 217 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 223 , cls_71 , 7.9200 , 1740.0000 , 120.6848 , 219.6970 , 1.5263 , 1.0772 , 0.6498 , 0.8125 , 4.6800 , 1.0000 , 59.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 231 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 258.0698 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 238 , cls_71 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 254 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 264 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 281 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 285 , cls_71 , 1.8900 , 780.0000 , 58.4924 , 412.6984 , 1.3000 , 1.0710 , 0.6068 , 0.6349 , 0.4500 , 1.0000 , 23.8095 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 294 , cls_71 , 0.7200 , 660.0000 , 42.8194 , 916.6667 , 1.8333 , 1.1497 , 0.7736 , 0.3333 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 309 , cls_71 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 311 , cls_71 , 0.8100 , 540.0000 , 45.2705 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 320 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 324 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 348 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 349 , cls_71 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 355 , cls_71 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 369 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 370 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 374 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 384 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 410 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 412 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 414 , cls_71 , 1.0800 , 780.0000 , 55.6980 , 722.2222 , 1.8571 , 1.1355 , 0.7366 , 0.4028 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 417 , cls_71 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 438 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 455 , cls_71 , 1.4400 , 1080.0000 , 62.6226 , 750.0000 , 2.2500 , 1.1694 , 0.6488 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 256.3201 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 458 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 469 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 498 , cls_71 , 3.6000 , 1320.0000 , 110.8949 , 366.6667 , 1.6923 , 1.1055 , 0.7823 , 0.6792 , 0.9900 , 2.0000 , 27.5000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 502 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 503 , cls_71 , 0.9900 , 660.0000 , 44.1568 , 666.6667 , 1.5714 , 1.1100 , 0.5623 , 0.4697 , 0.0900 , 1.0000 , 9.0909 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 505 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 506 , cls_71 , 2.4300 , 1320.0000 , 86.3323 , 543.2099 , 2.0000 , 1.1485 , 0.7472 , 0.5432 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 518 , cls_71 , 0.6300 , 480.0000 , 33.2209 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4286 , 0.0900 , 1.0000 , 14.2857 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 549 , cls_71 , 1.6200 , 840.0000 , 54.7478 , 518.5185 , 1.5556 , 1.1033 , 0.4410 , 0.5648 , 0.2700 , 1.0000 , 16.6667 , 283.0194 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 603 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 604 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 629 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 632 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 637 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 256.3201 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 640 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 402.4922 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 682 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 694 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 701 , cls_71 , 1.8900 , 780.0000 , 60.9059 , 412.6984 , 1.3000 , 1.0710 , 0.6387 , 0.6587 , 0.5400 , 1.0000 , 28.5714 , 330.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 703 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 787.4643 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 706 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 256.3201 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 720 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 734 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 735 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.0900 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 739 , cls_71 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 751 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 757 , cls_71 , 1.1700 , 900.0000 , 68.3288 , 769.2308 , 1.8750 , 1.1564 , 0.7453 , 0.3205 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 765 , cls_71 , 2.6100 , 1680.0000 , 127.3600 , 643.6782 , 2.5455 , 1.1879 , 0.8891 , 0.4770 , 0.0900 , 1.0000 , 3.4483 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 775 , cls_71 , 6.3900 , 1320.0000 , 99.8762 , 206.5728 , 1.2941 , 1.0482 , 0.4242 , 0.8216 , 3.6900 , 1.0000 , 57.7465 , 323.1099 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 780 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 782 , cls_71 , 0.6300 , 480.0000 , 38.5703 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 402.4922 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 784 , cls_71 , 3.1500 , 1560.0000 , 89.2295 , 495.2381 , 2.1667 , 1.1520 , 0.6927 , 0.5952 , 0.6300 , 2.0000 , 20.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 791 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 811 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 837 , cls_71 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 850 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 863 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 864 , cls_71 , 0.4500 , 480.0000 , 33.6384 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 867 , cls_71 , 0.6300 , 600.0000 , 37.1052 , 952.3810 , 1.6667 , 1.1455 , 0.6572 , 0.3333 , 0.0900 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 883 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 891 , cls_71 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 929 , cls_71 , 0.6300 , 480.0000 , 37.3931 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 375.8989 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 934 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 988 , cls_71 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 301.4963 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 990 , cls_71 , 0.7200 , 480.0000 , 38.7036 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 998 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1015 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1016 , cls_71 , 0.7200 , 600.0000 , 60.5153 , 833.3333 , 1.6667 , 1.1283 , 0.8502 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1019 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1044 , cls_71 , 0.8100 , 660.0000 , 42.2266 , 814.8148 , 1.8333 , 1.1347 , 0.6419 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1053 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1062 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1068 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1072 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1074 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 436.8066 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1090 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 313.2092 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1122 , cls_71 , 0.5400 , 600.0000 , 49.4792 , 1111.1111 , 2.0000 , 1.1661 , 0.7753 , 0.1944 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1127 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1142 , cls_71 , 0.5400 , 540.0000 , 43.2437 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1160 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1187 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1190 , cls_71 , 0.9000 , 660.0000 , 54.2811 , 733.3333 , 1.5714 , 1.1216 , 0.7170 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1206 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1216 , cls_71 , 0.3600 , 480.0000 , 34.3237 , 1333.3333 , 2.0000 , 1.1693 , 0.7170 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1223 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1259 , cls_71 , 1.5300 , 840.0000 , 70.5511 , 549.0196 , 1.5556 , 1.1099 , 0.7075 , 0.5490 , 0.1800 , 2.0000 , 11.7647 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1272 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 488.3646 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1285 , cls_71 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1324 , cls_71 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1359 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1375 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 465.7252 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1414 , cls_71 , 0.7200 , 600.0000 , 53.2241 , 833.3333 , 1.6667 , 1.1283 , 0.8244 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1416 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1432 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1434 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1451 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1463 , cls_71 , 3.3300 , 1860.0000 , 164.7384 , 558.5586 , 2.3846 , 1.1797 , 0.8822 , 0.5541 , 0.2700 , 1.0000 , 8.1081 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1479 , cls_71 , 1.2600 , 600.0000 , 48.3379 , 476.1905 , 1.2500 , 1.0614 , 0.5652 , 0.6071 , 0.2700 , 1.0000 , 21.4286 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1488 , cls_71 , 4.8600 , 1320.0000 , 95.1654 , 271.6049 , 1.4667 , 1.0748 , 0.6694 , 0.7716 , 2.4300 , 1.0000 , 50.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1503 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1532 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1540 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 711.1962 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1546 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1551 , cls_71 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1562 , cls_71 , 0.6300 , 480.0000 , 34.8130 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1583 , cls_71 , 0.6300 , 540.0000 , 52.2940 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1616 , cls_71 , 2.0700 , 1140.0000 , 66.4993 , 550.7246 , 1.9000 , 1.1376 , 0.7071 , 0.5652 , 0.4500 , 1.0000 , 21.7391 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1630 , cls_71 , 1.3500 , 840.0000 , 75.3621 , 622.2222 , 1.7500 , 1.1245 , 0.7878 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1640 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1681 , cls_71 , 1.1700 , 720.0000 , 45.5939 , 615.3846 , 1.5000 , 1.1087 , 0.5862 , 0.5385 , 0.2700 , 1.0000 , 23.0769 , 426.3801 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1690 , cls_71 , 0.5400 , 480.0000 , 44.0739 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1700 , cls_71 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1708 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1710 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1711 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1712 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1721 , cls_71 , 1.1700 , 660.0000 , 44.1290 , 564.1026 , 1.3750 , 1.0902 , 0.4292 , 0.5513 , 0.1800 , 1.0000 , 15.3846 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1778 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1801 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1811 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 442.9447 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1831 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1851 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1861 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1865 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1867 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1869 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1870 , cls_71 , 2.0700 , 1020.0000 , 71.7898 , 492.7536 , 1.7000 , 1.1152 , 0.6555 , 0.5942 , 0.2700 , 1.0000 , 13.0435 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1877 , cls_71 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 318.9044 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1888 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1889 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1894 , cls_71 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1940 , cls_71 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1942 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1944 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1979 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1981 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1990 , cls_71 , 0.7200 , 480.0000 , 37.2585 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1992 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1996 , cls_71 , 0.4500 , 540.0000 , 34.8693 , 1200.0000 , 1.8000 , 1.1663 , 0.6255 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1999 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2004 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2007 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2034 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2043 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2054 , cls_71 , 0.5400 , 420.0000 , 34.3237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2071 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2082 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 391.1521 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2086 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2088 , cls_71 , 0.5400 , 660.0000 , 43.0640 , 1222.2222 , 2.2000 , 1.1882 , 0.6180 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2093 , cls_71 , 0.6300 , 600.0000 , 46.9537 , 952.3810 , 1.6667 , 1.1455 , 0.7215 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2099 , cls_71 , 0.6300 , 540.0000 , 39.6250 , 857.1429 , 1.5000 , 1.1214 , 0.6572 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 283.0194 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2101 , cls_71 , 9.7200 , 1980.0000 , 130.1860 , 203.7037 , 1.5714 , 1.0805 , 0.5506 , 0.8349 , 6.3000 , 1.0000 , 64.8148 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2103 , cls_71 , 6.8400 , 2880.0000 , 146.3333 , 421.0526 , 2.6667 , 1.1819 , 0.7137 , 0.6579 , 1.9800 , 2.0000 , 28.9474 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2111 , cls_71 , 3.5100 , 1920.0000 , 150.2502 , 547.0085 , 2.4615 , 1.1798 , 0.8621 , 0.5427 , 0.1800 , 2.0000 , 5.1282 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2126 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2134 , cls_71 , 9.9900 , 1800.0000 , 143.5740 , 180.1802 , 1.3636 , 1.0614 , 0.6758 , 0.8423 , 6.1200 , 1.0000 , 61.2613 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2138 , cls_71 , 1.7100 , 780.0000 , 60.3461 , 456.1404 , 1.4444 , 1.0820 , 0.6976 , 0.6228 , 0.3600 , 1.0000 , 21.0526 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2140 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2142 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2155 , cls_71 , 0.5400 , 480.0000 , 39.2081 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2156 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2165 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2168 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2181 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2186 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2190 , cls_71 , 0.7200 , 420.0000 , 33.6957 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2197 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2200 , cls_71 , 0.8100 , 420.0000 , 37.1582 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2202 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2245 , cls_71 , 0.8100 , 480.0000 , 39.1446 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 313.2092 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2250 , cls_71 , 2.6100 , 960.0000 , 71.7807 , 367.8161 , 1.4545 , 1.0778 , 0.6612 , 0.6897 , 0.8100 , 1.0000 , 31.0345 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2255 , cls_71 , 0.6300 , 540.0000 , 48.3582 , 857.1429 , 1.5000 , 1.1214 , 0.7826 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2256 , cls_71 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2257 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2261 , cls_71 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2274 , cls_71 , 0.6300 , 660.0000 , 45.6548 , 1047.6190 , 1.8333 , 1.1673 , 0.7379 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2283 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2308 , cls_71 , 1.5300 , 840.0000 , 55.3875 , 549.0196 , 1.5556 , 1.1099 , 0.5671 , 0.5392 , 0.0900 , 1.0000 , 5.8824 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2313 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2328 , cls_71 , 1.1700 , 1020.0000 , 57.7805 , 871.7949 , 2.1250 , 1.1831 , 0.7453 , 0.3974 , 0.1800 , 1.0000 , 15.3846 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2330 , cls_71 , 1.9800 , 1380.0000 , 82.0575 , 696.9697 , 2.3000 , 1.1813 , 0.7585 , 0.5000 , 0.2700 , 1.0000 , 13.6364 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2332 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2333 , cls_71 , 6.6600 , 2460.0000 , 132.4176 , 369.3694 , 2.2778 , 1.1564 , 0.6598 , 0.6937 , 1.9800 , 2.0000 , 29.7297 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2336 , cls_71 , 9.2700 , 1860.0000 , 150.0045 , 200.6472 , 1.4762 , 1.0741 , 0.7539 , 0.8220 , 5.1300 , 1.0000 , 55.3398 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2347 , cls_71 , 0.7200 , 420.0000 , 34.3237 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2363 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2460 , cls_71 , 2.0700 , 1200.0000 , 71.3093 , 579.7101 , 2.0000 , 1.1479 , 0.6555 , 0.5217 , 0.0900 , 1.0000 , 4.3478 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2467 , cls_71 , 2.3400 , 1080.0000 , 74.0413 , 461.5385 , 1.6364 , 1.1130 , 0.6587 , 0.6410 , 0.6300 , 2.0000 , 26.9231 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2499 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2526 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 635.6886 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2533 , cls_71 , 0.9900 , 600.0000 , 44.3624 , 606.0606 , 1.4286 , 1.0892 , 0.5623 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2536 , cls_71 , 4.5900 , 1200.0000 , 92.1527 , 261.4379 , 1.3333 , 1.0627 , 0.6412 , 0.7810 , 2.3400 , 1.0000 , 50.9804 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2558 , cls_71 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2560 , cls_71 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2565 , cls_71 , 16.1100 , 2340.0000 , 168.4487 , 145.2514 , 1.4444 , 1.0628 , 0.5262 , 0.8724 , 10.8000 , 1.0000 , 67.0391 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2571 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2588 , cls_71 , 0.8100 , 600.0000 , 49.2495 , 740.7407 , 1.6667 , 1.1135 , 0.7708 , 0.3704 , 0.0900 , 1.0000 , 11.1111 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2594 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2599 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2633 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2661 , cls_71 , 0.9900 , 660.0000 , 48.4788 , 666.6667 , 1.5714 , 1.1100 , 0.6584 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 305.9412 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2673 , cls_71 , 0.8100 , 660.0000 , 45.0940 , 814.8148 , 1.8333 , 1.1347 , 0.6630 , 0.3704 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2707 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2757 , cls_71 , 3.8700 , 1620.0000 , 84.2879 , 418.6047 , 1.9286 , 1.1367 , 0.4835 , 0.6705 , 0.9900 , 2.0000 , 25.5814 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2777 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2788 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2806 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2807 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2822 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2840 , cls_71 , 0.9000 , 420.0000 , 36.0063 , 466.6667 , 1.0000 , 1.0223 , 0.4907 , 0.5833 , 0.0900 , 1.0000 , 10.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2843 , cls_71 , 1.1700 , 600.0000 , 48.7287 , 512.8205 , 1.2500 , 1.0698 , 0.6817 , 0.5769 , 0.1800 , 1.0000 , 15.3846 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2845 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2898 , cls_71 , 2.1600 , 720.0000 , 56.8746 , 333.3333 , 1.2000 , 1.0406 , 0.4123 , 0.7292 , 0.9900 , 1.0000 , 45.8333 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2904 , cls_71 , 2.7000 , 1140.0000 , 80.2138 , 422.2222 , 1.7273 , 1.1079 , 0.6620 , 0.6667 , 0.8100 , 1.0000 , 30.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2914 , cls_71 , 10.8900 , 1980.0000 , 141.7515 , 181.8182 , 1.5000 , 1.0699 , 0.5469 , 0.8416 , 6.3000 , 1.0000 , 57.8512 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2932 , cls_71 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2943 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2956 , cls_71 , 0.6300 , 480.0000 , 35.0310 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2964 , cls_71 , 0.9900 , 960.0000 , 51.4829 , 969.6970 , 2.2857 , 1.1914 , 0.6498 , 0.3182 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2968 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2982 , cls_71 , 1.4400 , 960.0000 , 64.2511 , 666.6667 , 2.0000 , 1.1448 , 0.6660 , 0.4792 , 0.1800 , 1.0000 , 12.5000 , 256.3201 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2991 , cls_71 , 1.3500 , 780.0000 , 51.6464 , 577.7778 , 1.6250 , 1.1089 , 0.6180 , 0.5556 , 0.1800 , 1.0000 , 13.3333 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3001 , cls_71 , 0.6300 , 420.0000 , 34.9162 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3038 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3049 , cls_71 , 0.4500 , 480.0000 , 38.4853 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3066 , cls_71 , 0.5400 , 480.0000 , 40.0496 , 888.8889 , 1.6000 , 1.1141 , 0.7753 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3081 , cls_71 , 0.9000 , 420.0000 , 37.3261 , 466.6667 , 1.0000 , 1.0223 , 0.4907 , 0.5833 , 0.0900 , 1.0000 , 10.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3102 , cls_71 , 0.5400 , 480.0000 , 45.9276 , 888.8889 , 1.6000 , 1.1141 , 0.8090 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3119 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 323.1099 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3122 , cls_71 , 1.6200 , 720.0000 , 54.3162 , 444.4444 , 1.3333 , 1.0715 , 0.4907 , 0.6204 , 0.2700 , 1.0000 , 16.6667 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3140 , cls_71 , 1.0800 , 720.0000 , 46.4211 , 666.6667 , 1.7143 , 1.1183 , 0.6273 , 0.4722 , 0.0900 , 1.0000 , 8.3333 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3167 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3175 , cls_71 , 3.5100 , 1860.0000 , 94.7035 , 529.9145 , 2.3846 , 1.1737 , 0.6180 , 0.5769 , 0.4500 , 4.0000 , 12.8205 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3207 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3231 , cls_71 , 4.2300 , 2340.0000 , 116.8859 , 553.1915 , 2.7857 , 1.1963 , 0.7177 , 0.5674 , 0.7200 , 3.0000 , 17.0213 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3244 , cls_71 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3262 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3267 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3271 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3282 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3286 , cls_71 , 0.8100 , 720.0000 , 48.8656 , 888.8889 , 2.0000 , 1.1540 , 0.7205 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3289 , cls_71 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3303 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3313 , cls_71 , 0.5400 , 420.0000 , 36.1803 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3339 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3341 , cls_71 , 0.7200 , 600.0000 , 46.8864 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3342 , cls_71 , 1.3500 , 1200.0000 , 63.4869 , 888.8889 , 2.5000 , 1.1995 , 0.7419 , 0.3444 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3350 , cls_71 , 0.6300 , 600.0000 , 41.3448 , 952.3810 , 1.6667 , 1.1455 , 0.5544 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3351 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3374 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3408 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3441 , cls_71 , 0.8100 , 480.0000 , 37.7746 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5185 , 0.0900 , 1.0000 , 11.1111 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3486 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3490 , cls_71 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3496 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3498 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3503 , cls_71 , 0.7200 , 480.0000 , 38.3750 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3509 , cls_71 , 0.9900 , 960.0000 , 57.9133 , 969.6970 , 2.2857 , 1.1914 , 0.6498 , 0.2879 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3512 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3515 , cls_71 , 1.8000 , 1020.0000 , 65.3921 , 566.6667 , 1.8889 , 1.1311 , 0.6559 , 0.5250 , 0.1800 , 1.0000 , 10.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3518 , cls_71 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3526 , cls_71 , 1.5300 , 840.0000 , 55.2415 , 549.0196 , 1.5556 , 1.1099 , 0.4721 , 0.5490 , 0.0900 , 1.0000 , 5.8824 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3532 , cls_71 , 0.5400 , 540.0000 , 48.3666 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3544 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 403.6087 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3570 , cls_71 , 1.2600 , 1020.0000 , 69.1652 , 809.5238 , 2.1250 , 1.1738 , 0.8162 , 0.3810 , 0.0900 , 1.0000 , 7.1429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3571 , cls_71 , 2.1600 , 1380.0000 , 86.2818 , 638.8889 , 2.3000 , 1.1710 , 0.8137 , 0.5000 , 0.1800 , 1.0000 , 8.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3575 , cls_71 , 0.7200 , 420.0000 , 34.2550 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3583 , cls_71 , 6.4800 , 1740.0000 , 123.8885 , 268.5185 , 1.7059 , 1.0967 , 0.7205 , 0.7731 , 3.1500 , 1.0000 , 48.6111 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3592 , cls_71 , 1.1700 , 1020.0000 , 62.2949 , 871.7949 , 2.1250 , 1.1831 , 0.7286 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3607 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3614 , cls_71 , 2.1600 , 1140.0000 , 70.4864 , 527.7778 , 1.9000 , 1.1327 , 0.6180 , 0.5764 , 0.2700 , 2.0000 , 12.5000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3646 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3676 , cls_71 , 0.9900 , 600.0000 , 41.4263 , 606.0606 , 1.4286 , 1.0892 , 0.5170 , 0.5303 , 0.1800 , 1.0000 , 18.1818 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3682 , cls_71 , 0.7200 , 720.0000 , 46.3775 , 1000.0000 , 2.0000 , 1.1693 , 0.7247 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3709 , cls_71 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3712 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3725 , cls_71 , 0.7200 , 600.0000 , 44.6307 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3542 , 0.0900 , 1.0000 , 12.5000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3752 , cls_71 , 0.8100 , 480.0000 , 35.4722 , 592.5926 , 1.3333 , 1.0639 , 0.4270 , 0.5370 , 0.1800 , 1.0000 , 22.2222 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3761 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1020.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3767 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3783 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3798 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3810 , cls_71 , 0.5400 , 420.0000 , 33.5237 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3831 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3840 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3841 , cls_71 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3855 , cls_71 , 0.8100 , 420.0000 , 34.8518 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3858 , cls_71 , 1.6200 , 1140.0000 , 70.1814 , 703.7037 , 2.1111 , 1.1663 , 0.7708 , 0.4537 , 0.0900 , 1.0000 , 5.5556 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3895 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 400.2499 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3913 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3915 , cls_71 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3917 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3933 , cls_71 , 0.6300 , 480.0000 , 33.5504 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3938 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3940 , cls_71 , 0.3600 , 360.0000 , 25.6066 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3965 , cls_71 , 0.4500 , 420.0000 , 34.5093 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3972 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3979 , cls_71 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3988 , cls_71 , 0.5400 , 600.0000 , 37.0783 , 1111.1111 , 2.0000 , 1.1661 , 0.6180 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4006 , cls_71 , 1.2600 , 540.0000 , 43.4759 , 428.5714 , 1.1250 , 1.0391 , 0.4757 , 0.6429 , 0.3600 , 1.0000 , 28.5714 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4012 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 305.9412 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4023 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4042 , cls_71 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4047 , cls_71 , 1.4400 , 840.0000 , 61.4221 , 583.3333 , 1.7500 , 1.1169 , 0.7453 , 0.5312 , 0.0900 , 1.0000 , 6.2500 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4052 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4070 , cls_71 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4084 , cls_71 , 0.6300 , 540.0000 , 43.7921 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4088 , cls_71 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4117 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 391.1521 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4118 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4120 , cls_71 , 0.8100 , 540.0000 , 46.0737 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4128 , cls_71 , 0.8100 , 540.0000 , 44.7193 , 666.6667 , 1.5000 , 1.0901 , 0.7135 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4131 , cls_71 , 0.9900 , 600.0000 , 46.6403 , 606.0606 , 1.4286 , 1.0892 , 0.6888 , 0.4848 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4148 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4151 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4163 , cls_71 , 0.9000 , 660.0000 , 53.3861 , 733.3333 , 1.5714 , 1.1216 , 0.8041 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4181 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4183 , cls_71 , 0.8100 , 660.0000 , 66.0849 , 814.8148 , 1.8333 , 1.1347 , 0.8430 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4218 , cls_71 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4231 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4233 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4249 , cls_71 , 0.8100 , 840.0000 , 70.0541 , 1037.0370 , 2.3333 , 1.1883 , 0.8237 , 0.2407 , 0.0000 , 0.0000 , 0.0000 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4255 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4273 , cls_71 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4287 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4298 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4306 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4317 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 400.2499 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4321 , cls_71 , 4.6800 , 2100.0000 , 101.8397 , 448.7179 , 2.3333 , 1.1649 , 0.6322 , 0.6314 , 0.8100 , 2.0000 , 17.3077 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4323 , cls_71 , 0.9000 , 720.0000 , 69.8546 , 800.0000 , 1.7143 , 1.1407 , 0.8502 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4324 , cls_71 , 1.0800 , 780.0000 , 44.4834 , 722.2222 , 1.8571 , 1.1355 , 0.6273 , 0.4583 , 0.1800 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4327 , cls_71 , 3.6900 , 1500.0000 , 91.2055 , 406.5041 , 1.9231 , 1.1272 , 0.6161 , 0.6707 , 1.1700 , 1.0000 , 31.7073 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4351 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4352 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4353 , cls_71 , 0.8100 , 660.0000 , 56.1823 , 814.8148 , 1.8333 , 1.1347 , 0.7708 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4359 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4367 , cls_71 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4368 , cls_71 , 0.5400 , 420.0000 , 32.0783 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4393 , cls_71 , 0.7200 , 840.0000 , 72.2205 , 1166.6667 , 2.3333 , 1.2041 , 0.8961 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4432 , cls_71 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4437 , cls_71 , 1.4400 , 900.0000 , 58.6405 , 625.0000 , 1.8750 , 1.1313 , 0.6156 , 0.4896 , 0.1800 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4457 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4458 , cls_71 , 0.5400 , 540.0000 , 43.0278 , 1000.0000 , 1.8000 , 1.1415 , 0.7366 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4464 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4465 , cls_71 , 3.4200 , 1440.0000 , 79.3572 , 421.0526 , 1.8462 , 1.1276 , 0.4624 , 0.6623 , 0.9000 , 2.0000 , 26.3158 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4473 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4476 , cls_71 , 1.4400 , 1020.0000 , 69.6756 , 708.3333 , 2.1250 , 1.1574 , 0.8078 , 0.4479 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4493 , cls_71 , 0.5400 , 420.0000 , 37.5676 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4501 , cls_71 , 0.5400 , 420.0000 , 41.3887 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4525 , cls_71 , 0.9000 , 420.0000 , 36.0266 , 466.6667 , 1.0000 , 1.0223 , 0.3634 , 0.6000 , 0.1800 , 1.0000 , 20.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4544 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4590 , cls_71 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4605 , cls_71 , 0.7200 , 420.0000 , 36.9061 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4609 , cls_71 , 1.0800 , 600.0000 , 45.4864 , 555.5556 , 1.4286 , 1.0790 , 0.6605 , 0.5417 , 0.1800 , 1.0000 , 16.6667 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4620 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4624 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4625 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4626 , cls_71 , 0.8100 , 720.0000 , 49.4135 , 888.8889 , 2.0000 , 1.1540 , 0.7453 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4631 , cls_71 , 1.0800 , 720.0000 , 48.0228 , 666.6667 , 1.7143 , 1.1183 , 0.6273 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4638 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4641 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4649 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4651 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4654 , cls_71 , 2.3400 , 1020.0000 , 66.8478 , 435.8974 , 1.5455 , 1.1016 , 0.6322 , 0.6410 , 0.6300 , 1.0000 , 26.9231 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4655 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4662 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4671 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4681 , cls_71 , 0.9000 , 960.0000 , 77.8570 , 1066.6667 , 2.2857 , 1.2039 , 0.9005 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4691 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4694 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4699 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4710 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4715 , cls_71 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4718 , cls_71 , 8.7300 , 4260.0000 , 149.8348 , 487.9725 , 3.5500 , 1.2254 , 0.6335 , 0.6186 , 2.2500 , 4.0000 , 25.7732 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4729 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4742 , cls_71 , 1.3500 , 720.0000 , 60.8304 , 533.3333 , 1.5000 , 1.0921 , 0.7384 , 0.5333 , 0.0900 , 1.0000 , 6.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4753 , cls_71 , 6.0300 , 3000.0000 , 121.4092 , 497.5124 , 2.9412 , 1.2029 , 0.6864 , 0.5896 , 1.1700 , 1.0000 , 19.4030 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4761 , cls_71 , 1.7100 , 1140.0000 , 86.1080 , 666.6667 , 2.1111 , 1.1599 , 0.8139 , 0.4474 , 0.0900 , 1.0000 , 5.2632 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4769 , cls_71 , 6.3000 , 2640.0000 , 156.3862 , 419.0476 , 2.5882 , 1.1750 , 0.7883 , 0.6667 , 1.9800 , 2.0000 , 31.4286 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4778 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4784 , cls_71 , 1.1700 , 540.0000 , 42.4964 , 461.5385 , 1.1250 , 1.0473 , 0.5132 , 0.6154 , 0.2700 , 1.0000 , 23.0769 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4801 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 429.5346 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4810 , cls_71 , 0.6300 , 420.0000 , 32.0282 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.0900 , 1.0000 , 14.2857 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4812 , cls_71 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4815 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4816 , cls_71 , 0.7200 , 480.0000 , 40.4605 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4817 , cls_71 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4825 , cls_71 , 0.6300 , 480.0000 , 40.8830 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4833 , cls_71 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4835 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4838 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4855 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4886 , cls_71 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4902 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4917 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4932 , cls_71 , 0.7200 , 600.0000 , 46.9199 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4942 , cls_71 , 4.4100 , 1800.0000 , 96.3640 , 408.1633 , 2.1429 , 1.1425 , 0.5922 , 0.6837 , 1.6200 , 1.0000 , 36.7347 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4961 , cls_71 , 1.0800 , 900.0000 , 75.5804 , 833.3333 , 2.1429 , 1.1663 , 0.8472 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4965 , cls_71 , 0.6300 , 600.0000 , 57.2897 , 952.3810 , 1.6667 , 1.1455 , 0.8463 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4984 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4995 , cls_71 , 0.6300 , 420.0000 , 32.0282 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.0900 , 1.0000 , 14.2857 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4999 , cls_71 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5000 , cls_71 , 0.8100 , 480.0000 , 37.0510 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5015 , cls_71 , 1.9800 , 1620.0000 , 151.8959 , 818.1818 , 2.7000 , 1.2137 , 0.9233 , 0.3864 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5020 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5046 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5051 , cls_71 , 0.7200 , 600.0000 , 42.5291 , 833.3333 , 1.6667 , 1.1283 , 0.7004 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5060 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5067 , cls_71 , 0.9000 , 600.0000 , 48.1929 , 666.6667 , 1.4286 , 1.1006 , 0.7551 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5099 , cls_71 , 2.3400 , 1080.0000 , 64.7777 , 461.5385 , 1.6364 , 1.1130 , 0.4573 , 0.6218 , 0.4500 , 1.0000 , 19.2308 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5121 , cls_71 , 0.4500 , 480.0000 , 43.8034 , 1066.6667 , 1.6000 , 1.1383 , 0.8128 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5145 , cls_71 , 1.0800 , 720.0000 , 52.2206 , 666.6667 , 1.7143 , 1.1183 , 0.6944 , 0.4583 , 0.0900 , 1.0000 , 8.3333 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5169 , cls_71 , 0.6300 , 720.0000 , 47.1143 , 1142.8571 , 2.0000 , 1.1872 , 0.6927 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5218 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5222 , cls_71 , 5.6700 , 2100.0000 , 111.3173 , 370.3704 , 2.1875 , 1.1445 , 0.6143 , 0.6984 , 1.8000 , 2.0000 , 31.7460 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5231 , cls_71 , 15.9300 , 3000.0000 , 164.1560 , 188.3239 , 1.8519 , 1.1053 , 0.5143 , 0.8418 , 10.1700 , 1.0000 , 63.8418 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5241 , cls_71 , 0.7200 , 360.0000 , 34.3237 , 500.0000 , 1.0000 , 1.0133 , 0.4907 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5243 , cls_71 , 0.9900 , 540.0000 , 41.2502 , 545.4545 , 1.2857 , 1.0663 , 0.4398 , 0.5303 , 0.0900 , 1.0000 , 9.0909 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5267 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5269 , cls_71 , 6.7500 , 2760.0000 , 153.1243 , 408.8889 , 2.5556 , 1.1757 , 0.8063 , 0.6556 , 1.8000 , 1.0000 , 26.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5282 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5287 , cls_71 , 62.9100 , 7980.0000 , 381.1490 , 126.8479 , 2.5094 , 1.1382 , 0.6475 , 0.8903 , 45.7200 , 2.0000 , 72.6753 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5299 , cls_71 , 1.7100 , 900.0000 , 62.7554 , 526.3158 , 1.6667 , 1.1114 , 0.6686 , 0.5614 , 0.2700 , 1.0000 , 15.7895 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5307 , cls_71 , 0.5400 , 420.0000 , 30.7844 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5309 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5319 , cls_71 , 1.0800 , 600.0000 , 45.8412 , 555.5556 , 1.4286 , 1.0790 , 0.6180 , 0.5278 , 0.1800 , 1.0000 , 16.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5340 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5348 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 296.9848 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5375 , cls_71 , 0.3600 , 420.0000 , 38.3750 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5388 , cls_71 , 0.9000 , 540.0000 , 40.9177 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5167 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5389 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5391 , cls_71 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5392 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5407 , cls_71 , 1.4400 , 1020.0000 , 56.6437 , 708.3333 , 2.1250 , 1.1574 , 0.6660 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5418 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5439 , cls_71 , 0.8100 , 540.0000 , 39.1854 , 666.6667 , 1.5000 , 1.0901 , 0.6419 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5442 , cls_71 , 1.2600 , 660.0000 , 51.2700 , 523.8095 , 1.3750 , 1.0816 , 0.5652 , 0.5357 , 0.0900 , 1.0000 , 7.1429 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5461 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5477 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5488 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5490 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5503 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5504 , cls_71 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5509 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5523 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5526 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5528 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5548 , cls_71 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5554 , cls_71 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5560 , cls_71 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5589 , cls_71 , 0.9000 , 660.0000 , 51.5843 , 733.3333 , 1.5714 , 1.1216 , 0.7551 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5596 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5603 , cls_71 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5608 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 296.9848 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5610 , cls_71 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5612 , cls_71 , 1.8900 , 1080.0000 , 81.7500 , 571.4286 , 1.8000 , 1.1371 , 0.7861 , 0.5317 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5615 , cls_71 , 21.5100 , 3900.0000 , 216.0987 , 181.3110 , 2.0968 , 1.1210 , 0.6530 , 0.8438 , 13.2300 , 2.0000 , 61.5063 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5629 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5630 , cls_71 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5639 , cls_71 , 0.8100 , 600.0000 , 43.9871 , 740.7407 , 1.6667 , 1.1135 , 0.7453 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5644 , cls_71 , 2.6100 , 1680.0000 , 78.6541 , 643.6782 , 2.5455 , 1.1879 , 0.6517 , 0.5000 , 0.0900 , 1.0000 , 3.4483 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5653 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5656 , cls_71 , 14.5800 , 7260.0000 , 229.3969 , 497.9424 , 4.6538 , 1.2622 , 0.8327 , 0.6142 , 2.9700 , 7.0000 , 20.3704 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5669 , cls_71 , 0.6300 , 420.0000 , 33.8650 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5712 , cls_71 , 3.1500 , 1680.0000 , 93.3564 , 533.3333 , 2.3333 , 1.1663 , 0.7161 , 0.5619 , 0.3600 , 2.0000 , 11.4286 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5719 , cls_71 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5729 , cls_71 , 0.5400 , 480.0000 , 37.0246 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5738 , cls_71 , 1.6200 , 900.0000 , 71.8506 , 555.5556 , 1.6667 , 1.1176 , 0.7661 , 0.5370 , 0.1800 , 2.0000 , 11.1111 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5781 , cls_71 , 0.5400 , 420.0000 , 32.0783 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5805 , cls_71 , 0.7200 , 420.0000 , 35.9693 , 583.3333 , 1.1667 , 1.0480 , 0.5926 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5806 , cls_71 , 0.7200 , 540.0000 , 36.9713 , 750.0000 , 1.5000 , 1.1046 , 0.4907 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5844 , cls_71 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5861 , cls_71 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5868 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5869 , cls_71 , 0.9900 , 840.0000 , 53.1303 , 848.4848 , 2.0000 , 1.1624 , 0.6584 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5871 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5874 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5884 , cls_71 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5887 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5900 , cls_71 , 0.7200 , 480.0000 , 34.2319 , 666.6667 , 1.3333 , 1.0780 , 0.4907 , 0.4792 , 0.0900 , 1.0000 , 12.5000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5904 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5929 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5957 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 543.3231 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5964 , cls_71 , 0.6300 , 540.0000 , 55.0296 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5968 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5989 , cls_71 , 0.8100 , 540.0000 , 39.0910 , 666.6667 , 1.5000 , 1.0901 , 0.6630 , 0.4815 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6026 , cls_71 , 1.3500 , 660.0000 , 45.9444 , 488.8889 , 1.3750 , 1.0738 , 0.4383 , 0.6111 , 0.3600 , 1.0000 , 26.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6060 , cls_71 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6082 , cls_71 , 3.6900 , 1800.0000 , 104.8583 , 487.8049 , 2.3077 , 1.1619 , 0.7309 , 0.6057 , 0.7200 , 2.0000 , 19.5122 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6088 , cls_71 , 2.3400 , 1500.0000 , 72.5487 , 641.0256 , 2.2727 , 1.1783 , 0.6280 , 0.5256 , 0.3600 , 2.0000 , 15.3846 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6089 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6118 , cls_71 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6119 , cls_71 , 0.6300 , 720.0000 , 59.4336 , 1142.8571 , 2.0000 , 1.1872 , 0.8463 , 0.1905 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6127 , cls_71 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6132 , cls_71 , 0.6300 , 420.0000 , 34.0581 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6140 , cls_71 , 1.3500 , 660.0000 , 48.0267 , 488.8889 , 1.3750 , 1.0738 , 0.5225 , 0.6000 , 0.2700 , 1.0000 , 20.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6141 , cls_71 , 1.3500 , 720.0000 , 50.0563 , 533.3333 , 1.5000 , 1.0921 , 0.5756 , 0.5667 , 0.1800 , 1.0000 , 13.3333 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6144 , cls_71 , 0.6300 , 480.0000 , 37.6065 , 761.9048 , 1.3333 , 1.0945 , 0.6572 , 0.3810 , 0.0900 , 1.0000 , 14.2857 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6159 , cls_71 , 5.2200 , 2040.0000 , 96.7504 , 390.8046 , 2.1250 , 1.1478 , 0.5296 , 0.6983 , 1.7100 , 3.0000 , 32.7586 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6165 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6180 , cls_71 , 1.3500 , 660.0000 , 52.3079 , 488.8889 , 1.3750 , 1.0738 , 0.6327 , 0.5889 , 0.1800 , 1.0000 , 13.3333 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6188 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6203 , cls_71 , 0.9000 , 480.0000 , 41.1698 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5333 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6211 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6225 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6237 , cls_71 , 0.6300 , 420.0000 , 32.7472 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6245 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6249 , cls_71 , 0.9000 , 420.0000 , 36.2331 , 466.6667 , 1.0000 , 1.0223 , 0.4907 , 0.6000 , 0.1800 , 1.0000 , 20.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6261 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6270 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6272 , cls_71 , 5.4000 , 1920.0000 , 101.0034 , 355.5556 , 2.0000 , 1.1331 , 0.5779 , 0.7139 , 1.6200 , 3.0000 , 30.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6275 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6292 , cls_71 , 1.0800 , 600.0000 , 47.1057 , 555.5556 , 1.4286 , 1.0790 , 0.6180 , 0.5417 , 0.0900 , 1.0000 , 8.3333 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6311 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6314 , cls_71 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6323 , cls_71 , 1.5300 , 660.0000 , 54.4775 , 431.3725 , 1.2222 , 1.0598 , 0.6452 , 0.6275 , 0.2700 , 1.0000 , 17.6471 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6335 , cls_71 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6354 , cls_71 , 0.6300 , 540.0000 , 43.1336 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6358 , cls_71 , 0.8100 , 720.0000 , 50.3551 , 888.8889 , 2.0000 , 1.1540 , 0.8024 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6368 , cls_71 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6377 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6402 , cls_71 , 1.0800 , 900.0000 , 63.1290 , 833.3333 , 2.1429 , 1.1663 , 0.8202 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6406 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6440 , cls_71 , 1.1700 , 720.0000 , 56.0343 , 615.3846 , 1.5000 , 1.1087 , 0.7566 , 0.4872 , 0.0900 , 1.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6449 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6477 , cls_71 , 0.8100 , 600.0000 , 42.7726 , 740.7407 , 1.6667 , 1.1135 , 0.5416 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6482 , cls_71 , 0.7200 , 780.0000 , 52.3098 , 1083.3333 , 2.1667 , 1.1874 , 0.7736 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6484 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6491 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6503 , cls_71 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6527 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6534 , cls_71 , 0.6300 , 540.0000 , 52.4221 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6567 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6573 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6618 , cls_71 , 2.4300 , 1260.0000 , 76.8034 , 518.5185 , 1.9091 , 1.1393 , 0.7062 , 0.5432 , 0.1800 , 1.0000 , 7.4074 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6623 , cls_71 , 0.9900 , 840.0000 , 61.8839 , 848.4848 , 2.0000 , 1.1624 , 0.8352 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6639 , cls_71 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6652 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 271.6616 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6655 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6666 , cls_71 , 3.6900 , 1500.0000 , 99.0700 , 406.5041 , 1.9231 , 1.1272 , 0.6817 , 0.6626 , 0.9900 , 3.0000 , 26.8293 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6674 , cls_71 , 5.4900 , 1860.0000 , 119.4299 , 338.7978 , 1.9375 , 1.1256 , 0.6893 , 0.7077 , 1.6200 , 3.0000 , 29.5082 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6677 , cls_71 , 1.1700 , 780.0000 , 47.2368 , 666.6667 , 1.6250 , 1.1258 , 0.5132 , 0.4872 , 0.0900 , 1.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6682 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6687 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6702 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6704 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6713 , cls_71 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6739 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6746 , cls_71 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6751 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6786 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6830 , cls_71 , 0.7200 , 540.0000 , 44.4061 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 258.0698 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6832 , cls_71 , 1.6200 , 1140.0000 , 102.8478 , 703.7037 , 2.1111 , 1.1663 , 0.8462 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6876 , cls_71 , 0.9000 , 720.0000 , 60.8266 , 800.0000 , 1.7143 , 1.1407 , 0.7805 , 0.3500 , 0.0000 , 0.0000 , 0.0000 , 390.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6915 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6926 , cls_71 , 1.7100 , 1080.0000 , 63.9520 , 631.5789 , 2.0000 , 1.1488 , 0.6034 , 0.4825 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6927 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6944 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6965 , cls_71 , 2.1600 , 960.0000 , 68.9115 , 444.4444 , 1.6000 , 1.0983 , 0.7117 , 0.6319 , 0.4500 , 1.0000 , 20.8333 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6986 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 318.9044 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6998 , cls_71 , 0.6300 , 480.0000 , 37.5457 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7003 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7016 , cls_71 , 0.5400 , 420.0000 , 33.7008 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7020 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7052 , cls_71 , 4.2300 , 1380.0000 , 92.3065 , 326.2411 , 1.6429 , 1.0971 , 0.6480 , 0.7270 , 1.6200 , 1.0000 , 38.2979 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7094 , cls_71 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7111 , cls_71 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7128 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7136 , cls_71 , 0.7200 , 360.0000 , 34.3237 , 500.0000 , 1.0000 , 1.0133 , 0.4907 , 0.5417 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7160 , cls_71 , 1.1700 , 660.0000 , 46.4777 , 564.1026 , 1.3750 , 1.0902 , 0.5862 , 0.5256 , 0.0900 , 1.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7169 , cls_71 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7189 , cls_71 , 1.8000 , 1200.0000 , 94.1636 , 666.6667 , 2.2222 , 1.1643 , 0.8291 , 0.4833 , 0.0900 , 1.0000 , 5.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7197 , cls_71 , 0.9000 , 480.0000 , 37.0708 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5667 , 0.1800 , 1.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7199 , cls_71 , 1.0800 , 720.0000 , 52.3233 , 666.6667 , 1.7143 , 1.1183 , 0.6605 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7216 , cls_71 , 0.8100 , 600.0000 , 41.9900 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7225 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7240 , cls_71 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7256 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7262 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7264 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7299 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7305 , cls_71 , 0.7200 , 480.0000 , 47.8869 , 666.6667 , 1.3333 , 1.0780 , 0.7453 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7311 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7350 , cls_71 , 1.5300 , 660.0000 , 52.9739 , 431.3725 , 1.2222 , 1.0598 , 0.5837 , 0.6275 , 0.2700 , 1.0000 , 17.6471 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7357 , cls_71 , 6.1200 , 3180.0000 , 161.4793 , 519.6078 , 3.1176 , 1.2118 , 0.8668 , 0.5637 , 0.8100 , 2.0000 , 13.2353 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7361 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7376 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7388 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 366.1967 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7392 , cls_71 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7396 , cls_71 , 0.8100 , 600.0000 , 55.3962 , 740.7407 , 1.6667 , 1.1135 , 0.7796 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 258.0698 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7406 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7408 , cls_71 , 2.6100 , 1200.0000 , 97.5310 , 459.7701 , 1.8182 , 1.1217 , 0.7505 , 0.6149 , 0.5400 , 2.0000 , 20.6897 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7423 , cls_71 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7459 , cls_71 , 2.0700 , 1020.0000 , 69.9485 , 492.7536 , 1.7000 , 1.1152 , 0.6555 , 0.6087 , 0.4500 , 2.0000 , 21.7391 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7508 , cls_71 , 0.9000 , 600.0000 , 41.6334 , 666.6667 , 1.4286 , 1.1006 , 0.5609 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7512 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7514 , cls_71 , 5.6700 , 1620.0000 , 112.7195 , 285.7143 , 1.6875 , 1.0970 , 0.6915 , 0.7513 , 2.5200 , 1.0000 , 44.4444 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7519 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7521 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7522 , cls_71 , 0.9000 , 660.0000 , 44.7401 , 733.3333 , 1.5714 , 1.1216 , 0.6255 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7528 , cls_71 , 0.5400 , 540.0000 , 46.8978 , 1000.0000 , 1.8000 , 1.1415 , 0.7935 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 308.8689 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7535 , cls_71 , 0.9000 , 600.0000 , 47.0493 , 666.6667 , 1.4286 , 1.1006 , 0.6817 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7547 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7560 , cls_71 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7568 , cls_71 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7589 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7594 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7612 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7657 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7661 , cls_71 , 1.0800 , 660.0000 , 43.0402 , 611.1111 , 1.5714 , 1.0996 , 0.5506 , 0.5278 , 0.1800 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7681 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7695 , cls_71 , 0.5400 , 480.0000 , 32.3607 , 888.8889 , 1.6000 , 1.1141 , 0.4123 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7705 , cls_71 , 0.6300 , 480.0000 , 39.8596 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.3810 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7723 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7746 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7754 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7776 , cls_71 , 4.9500 , 1680.0000 , 97.8824 , 339.3939 , 1.8667 , 1.1176 , 0.5203 , 0.7182 , 1.7100 , 2.0000 , 34.5455 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7827 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7842 , cls_71 , 0.5400 , 420.0000 , 32.0711 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7856 , cls_71 , 2.2500 , 1200.0000 , 91.0970 , 533.3333 , 2.0000 , 1.1383 , 0.7820 , 0.5733 , 0.3600 , 2.0000 , 16.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7862 , cls_71 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7865 , cls_71 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7869 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7872 , cls_71 , 4.1400 , 2040.0000 , 107.7669 , 492.7536 , 2.4286 , 1.1729 , 0.7313 , 0.5870 , 0.4500 , 4.0000 , 10.8696 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7874 , cls_71 , 2.0700 , 1200.0000 , 69.2161 , 579.7101 , 2.0000 , 1.1479 , 0.6981 , 0.5507 , 0.2700 , 2.0000 , 13.0435 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7878 , cls_71 , 0.6300 , 540.0000 , 45.5981 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7903 , cls_71 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7904 , cls_71 , 0.9900 , 660.0000 , 51.6399 , 666.6667 , 1.5714 , 1.1100 , 0.6584 , 0.4091 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7963 , cls_71 , 1.0800 , 840.0000 , 51.3066 , 777.7778 , 2.0000 , 1.1515 , 0.7117 , 0.3889 , 0.0900 , 1.0000 , 8.3333 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7968 , cls_71 , 1.0800 , 840.0000 , 61.4620 , 777.7778 , 2.0000 , 1.1515 , 0.7907 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7993 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8030 , cls_71 , 3.1500 , 900.0000 , 72.7698 , 285.7143 , 1.2500 , 1.0458 , 0.5544 , 0.7571 , 1.4400 , 1.0000 , 45.7143 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8041 , cls_71 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8042 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8046 , cls_71 , 0.6300 , 420.0000 , 39.4421 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8074 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8081 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8103 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 283.0194 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8116 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8142 , cls_71 , 0.5400 , 480.0000 , 35.6392 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8160 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8163 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8166 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8190 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8200 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8203 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8205 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8215 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8231 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8255 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8280 , cls_71 , 8.1000 , 2820.0000 , 154.6094 , 348.1481 , 2.4737 , 1.1605 , 0.6960 , 0.7093 , 2.7900 , 3.0000 , 34.4444 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8285 , cls_71 , 12.7800 , 2820.0000 , 158.9811 , 220.6573 , 1.9583 , 1.1155 , 0.5100 , 0.8087 , 6.5700 , 1.0000 , 51.4085 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8293 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8294 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8296 , cls_71 , 18.1800 , 8940.0000 , 327.3312 , 491.7492 , 5.1379 , 1.2736 , 0.8546 , 0.5916 , 3.1500 , 8.0000 , 17.3267 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8297 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8302 , cls_71 , 2.5200 , 1200.0000 , 81.8623 , 476.1905 , 1.8182 , 1.1256 , 0.6845 , 0.5893 , 0.2700 , 2.0000 , 10.7143 , 305.9412 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8313 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 381.8377 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8327 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 450.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8330 , cls_71 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8343 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8344 , cls_71 , 0.7200 , 480.0000 , 38.8049 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8355 , cls_71 , 1.1700 , 720.0000 , 63.8884 , 615.3846 , 1.5000 , 1.1087 , 0.8053 , 0.4487 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8366 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8379 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8406 , cls_71 , 1.8000 , 780.0000 , 57.7829 , 433.3333 , 1.4444 , 1.0763 , 0.6082 , 0.6417 , 0.4500 , 1.0000 , 25.0000 , 566.0389 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8416 , cls_71 , 12.4200 , 4440.0000 , 205.2346 , 357.4879 , 3.0833 , 1.1956 , 0.7189 , 0.7114 , 4.6800 , 4.0000 , 37.6812 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8431 , cls_71 , 4.3200 , 1980.0000 , 111.8886 , 458.3333 , 2.3571 , 1.1626 , 0.7555 , 0.6389 , 1.2600 , 2.0000 , 29.1667 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8476 , cls_71 , 1.1700 , 660.0000 , 47.9476 , 564.1026 , 1.3750 , 1.0902 , 0.6817 , 0.5385 , 0.0900 , 1.0000 , 7.6923 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8477 , cls_71 , 0.6300 , 600.0000 , 53.0155 , 952.3810 , 1.6667 , 1.1455 , 0.8286 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8480 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8482 , cls_71 , 1.5300 , 1020.0000 , 66.7699 , 666.6667 , 1.8889 , 1.1502 , 0.7035 , 0.4412 , 0.0900 , 1.0000 , 5.8824 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8509 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 607.4537 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8511 , cls_71 , 0.8100 , 660.0000 , 50.7416 , 814.8148 , 1.8333 , 1.1347 , 0.7708 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 408.0441 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8524 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8528 , cls_71 , 2.6100 , 1440.0000 , 110.3111 , 551.7241 , 2.1818 , 1.1576 , 0.8359 , 0.5632 , 0.3600 , 3.0000 , 13.7931 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8537 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8570 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8581 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8585 , cls_71 , 0.3600 , 420.0000 , 34.3237 , 1166.6667 , 1.7500 , 1.1367 , 0.7004 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8590 , cls_71 , 7.6500 , 3000.0000 , 164.4480 , 392.1569 , 2.6316 , 1.1774 , 0.7835 , 0.6686 , 1.8000 , 3.0000 , 23.5294 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8634 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8636 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8643 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8649 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 381.8377 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8671 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8691 , cls_71 , 1.1700 , 540.0000 , 42.2230 , 461.5385 , 1.1250 , 1.0473 , 0.4292 , 0.6154 , 0.2700 , 1.0000 , 23.0769 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8716 , cls_71 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8745 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8758 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8761 , cls_71 , 17.3700 , 2760.0000 , 205.0244 , 158.8946 , 1.6429 , 1.0836 , 0.6959 , 0.8558 , 10.8000 , 1.0000 , 62.1762 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8764 , cls_71 , 14.5800 , 2820.0000 , 167.1519 , 193.4156 , 1.8077 , 1.1031 , 0.6860 , 0.8385 , 9.2700 , 1.0000 , 63.5802 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8780 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8789 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8818 , cls_71 , 2.6100 , 900.0000 , 71.3847 , 344.8276 , 1.3636 , 1.0651 , 0.6193 , 0.7011 , 0.8100 , 1.0000 , 31.0345 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8833 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8845 , cls_71 , 3.4200 , 1920.0000 , 109.3269 , 561.4035 , 2.4615 , 1.1827 , 0.7914 , 0.5702 , 0.6300 , 1.0000 , 18.4211 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8905 , cls_71 , 0.6300 , 540.0000 , 37.3905 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8914 , cls_71 , 0.9900 , 660.0000 , 46.0283 , 666.6667 , 1.5714 , 1.1100 , 0.5881 , 0.4545 , 0.0900 , 1.0000 , 9.0909 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8937 , cls_71 , 3.6000 , 1020.0000 , 74.9834 , 283.3333 , 1.3077 , 1.0564 , 0.4749 , 0.7667 , 1.8000 , 1.0000 , 50.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8938 , cls_71 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8961 , cls_71 , 1.1700 , 900.0000 , 59.0424 , 769.2308 , 1.8750 , 1.1564 , 0.6817 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8985 , cls_71 , 1.8000 , 1260.0000 , 101.9425 , 700.0000 , 2.3333 , 1.1742 , 0.8408 , 0.3917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8997 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9014 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.0900 , 1.0000 , 16.6667 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9053 , cls_71 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9084 , cls_71 , 0.9900 , 600.0000 , 40.7483 , 606.0606 , 1.4286 , 1.0892 , 0.5881 , 0.5455 , 0.2700 , 1.0000 , 27.2727 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9095 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9100 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9108 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9133 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9136 , cls_71 , 0.6300 , 480.0000 , 33.7768 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9143 , cls_71 , 1.9800 , 720.0000 , 60.3493 , 363.6364 , 1.2000 , 1.0498 , 0.5881 , 0.6894 , 0.6300 , 1.0000 , 31.8182 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9146 , cls_71 , 0.7200 , 540.0000 , 34.9853 , 750.0000 , 1.5000 , 1.1046 , 0.4907 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9192 , cls_71 , 0.3600 , 420.0000 , 31.7705 , 1166.6667 , 1.7500 , 1.1367 , 0.6082 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9209 , cls_71 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9221 , cls_71 , 0.8100 , 600.0000 , 43.2152 , 740.7407 , 1.6667 , 1.1135 , 0.6419 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9227 , cls_71 , 1.1700 , 780.0000 , 52.4427 , 666.6667 , 1.6250 , 1.1258 , 0.5862 , 0.4359 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9241 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9246 , cls_71 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9279 , cls_71 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9282 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9289 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9305 , cls_71 , 28.3500 , 4320.0000 , 232.2058 , 152.3810 , 2.0000 , 1.1127 , 0.6712 , 0.8704 , 19.5300 , 2.0000 , 68.8889 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9306 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9316 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 484.6648 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9337 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9340 , cls_71 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 313.2092 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9344 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9348 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9387 , cls_71 , 7.1100 , 2280.0000 , 121.8688 , 320.6751 , 2.1111 , 1.1360 , 0.6131 , 0.7384 , 3.0600 , 2.0000 , 43.0380 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9389 , cls_71 , 2.7000 , 1080.0000 , 83.3148 , 400.0000 , 1.6364 , 1.0973 , 0.7503 , 0.6556 , 0.6300 , 1.0000 , 23.3333 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9407 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9411 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9428 , cls_71 , 0.4500 , 360.0000 , 32.1688 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9436 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9442 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9451 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9453 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9457 , cls_71 , 0.6300 , 480.0000 , 37.4341 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9458 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9463 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9467 , cls_71 , 9.7200 , 2040.0000 , 161.2750 , 209.8765 , 1.6190 , 1.0857 , 0.7361 , 0.8164 , 5.3100 , 1.0000 , 54.6296 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9514 , cls_71 , 0.9000 , 480.0000 , 40.1869 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5667 , 0.1800 , 1.0000 , 20.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9537 , cls_71 , 1.0800 , 900.0000 , 67.6515 , 833.3333 , 2.1429 , 1.1663 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9543 , cls_71 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 408.0441 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9568 , cls_71 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9569 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9570 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9579 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9586 , cls_71 , 0.9000 , 720.0000 , 42.4037 , 800.0000 , 1.7143 , 1.1407 , 0.6021 , 0.4000 , 0.0900 , 1.0000 , 10.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9592 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 375.8989 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9623 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9624 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9651 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9659 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9698 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9699 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9701 , cls_71 , 0.9000 , 600.0000 , 38.9795 , 666.6667 , 1.4286 , 1.1006 , 0.4907 , 0.4833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9703 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9706 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9732 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9744 , cls_71 , 0.7200 , 540.0000 , 45.2820 , 750.0000 , 1.5000 , 1.1046 , 0.7004 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9779 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9791 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9829 , cls_71 , 1.4400 , 600.0000 , 49.9370 , 416.6667 , 1.2500 , 1.0466 , 0.5031 , 0.6354 , 0.2700 , 1.0000 , 18.7500 , 426.3801 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9838 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9860 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 496.5884 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9868 , cls_71 , 1.5300 , 840.0000 , 64.8883 , 549.0196 , 1.5556 , 1.1099 , 0.7453 , 0.5490 , 0.0900 , 1.0000 , 5.8824 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9884 , cls_71 , 16.2900 , 3840.0000 , 202.4728 , 235.7274 , 2.3704 , 1.1444 , 0.6240 , 0.8011 , 8.4600 , 2.0000 , 51.9337 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9886 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9975 , cls_71 , 1.0800 , 600.0000 , 41.3662 , 555.5556 , 1.4286 , 1.0790 , 0.4731 , 0.5556 , 0.1800 , 1.0000 , 16.6667 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9980 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9981 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10009 , cls_71 , 0.5400 , 480.0000 , 39.2081 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10011 , cls_71 , 1.0800 , 660.0000 , 57.2059 , 611.1111 , 1.5714 , 1.0996 , 0.7649 , 0.4722 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10014 , cls_71 , 16.0200 , 2640.0000 , 173.3852 , 164.7940 , 1.6296 , 1.0835 , 0.5989 , 0.8586 , 10.6200 , 1.0000 , 66.2921 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10024 , cls_71 , 0.7200 , 480.0000 , 47.8869 , 666.6667 , 1.3333 , 1.0780 , 0.7453 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10040 , cls_71 , 53.3700 , 6480.0000 , 342.2980 , 121.4165 , 2.2041 , 1.1208 , 0.7119 , 0.8980 , 40.2300 , 2.0000 , 75.3794 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10057 , cls_71 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 420.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10072 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10075 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10077 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10087 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10098 , cls_71 , 0.6300 , 600.0000 , 55.3238 , 952.3810 , 1.6667 , 1.1455 , 0.8463 , 0.2381 , 0.0000 , 0.0000 , 0.0000 , 457.9301 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10107 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10131 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10134 , cls_71 , 1.5300 , 780.0000 , 63.3097 , 509.8039 , 1.4444 , 1.0945 , 0.7453 , 0.5588 , 0.1800 , 1.0000 , 11.7647 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10167 , cls_71 , 0.6300 , 540.0000 , 41.4124 , 857.1429 , 1.5000 , 1.1214 , 0.7215 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10168 , cls_71 , 3.2400 , 1560.0000 , 96.5615 , 481.4815 , 2.1667 , 1.1489 , 0.7080 , 0.5926 , 0.1800 , 2.0000 , 5.5556 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10170 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10190 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10192 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10194 , cls_71 , 0.6300 , 540.0000 , 38.2294 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10196 , cls_71 , 0.7200 , 420.0000 , 33.6957 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10248 , cls_71 , 0.7200 , 480.0000 , 36.3494 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10327 , cls_71 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10328 , cls_71 , 0.5400 , 480.0000 , 38.6938 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10352 , cls_71 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10365 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10366 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10398 , cls_71 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10411 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 457.9301 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10415 , cls_71 , 2.8800 , 1440.0000 , 88.2931 , 500.0000 , 2.0000 , 1.1465 , 0.7453 , 0.5885 , 0.2700 , 1.0000 , 9.3750 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10547 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10562 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10580 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10603 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10604 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10614 , cls_71 , 0.6300 , 540.0000 , 36.0083 , 857.1429 , 1.5000 , 1.1214 , 0.5544 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 450.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10618 , cls_71 , 2.5200 , 1020.0000 , 76.9706 , 404.7619 , 1.5455 , 1.0935 , 0.7258 , 0.6667 , 0.7200 , 1.0000 , 28.5714 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10620 , cls_71 , 0.8100 , 600.0000 , 43.1458 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10640 , cls_71 , 0.6300 , 420.0000 , 33.6998 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10647 , cls_71 , 2.8800 , 1080.0000 , 75.4343 , 375.0000 , 1.5000 , 1.0904 , 0.6394 , 0.6771 , 0.6300 , 1.0000 , 21.8750 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10648 , cls_71 , 0.4500 , 540.0000 , 45.2808 , 1200.0000 , 1.8000 , 1.1663 , 0.8447 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10673 , cls_71 , 15.0300 , 2040.0000 , 151.2118 , 135.7285 , 1.3077 , 1.0460 , 0.3976 , 0.8812 , 10.5300 , 2.0000 , 70.0599 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10681 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10712 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10719 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10726 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10744 , cls_71 , 6.3000 , 2400.0000 , 117.3601 , 380.9524 , 2.3529 , 1.1577 , 0.6302 , 0.7000 , 2.4300 , 1.0000 , 38.5714 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10759 , cls_71 , 10.6200 , 2880.0000 , 154.5329 , 271.1864 , 2.1818 , 1.1370 , 0.5939 , 0.7726 , 4.8600 , 1.0000 , 45.7627 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10766 , cls_71 , 3.0600 , 900.0000 , 69.0686 , 294.1176 , 1.2500 , 1.0487 , 0.4589 , 0.7451 , 1.2600 , 1.0000 , 41.1765 , 305.9412 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10815 , cls_71 , 1.8900 , 1440.0000 , 72.8825 , 761.9048 , 2.4000 , 1.1955 , 0.6658 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10817 , cls_71 , 0.6300 , 480.0000 , 33.5088 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10823 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10852 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10856 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10901 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10923 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10940 , cls_71 , 2.4300 , 960.0000 , 61.1903 , 395.0617 , 1.4545 , 1.0855 , 0.4711 , 0.6852 , 0.9000 , 1.0000 , 37.0370 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10945 , cls_71 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10987 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10992 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11005 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 429.5346 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11026 , cls_71 , 9.5400 , 3660.0000 , 189.7921 , 383.6478 , 2.9048 , 1.1894 , 0.7564 , 0.6887 , 2.9700 , 1.0000 , 31.1321 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11028 , cls_71 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11039 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11040 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11077 , cls_71 , 0.7200 , 420.0000 , 34.4171 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11098 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11123 , cls_71 , 1.2600 , 840.0000 , 63.7861 , 666.6667 , 1.7500 , 1.1327 , 0.7558 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11130 , cls_71 , 5.0400 , 1560.0000 , 106.7125 , 309.5238 , 1.7333 , 1.1020 , 0.6953 , 0.7411 , 2.1600 , 1.0000 , 42.8571 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11181 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11189 , cls_71 , 5.8500 , 2580.0000 , 103.1888 , 441.0256 , 2.5294 , 1.1787 , 0.4953 , 0.6385 , 1.2600 , 2.0000 , 21.5385 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11191 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 416.7733 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11197 , cls_71 , 0.8100 , 660.0000 , 41.6597 , 814.8148 , 1.8333 , 1.1347 , 0.4270 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11235 , cls_71 , 82.1700 , 8880.0000 , 368.4687 , 108.0686 , 2.4262 , 1.1315 , 0.4155 , 0.9107 , 64.5300 , 1.0000 , 78.5323 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11249 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11276 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 305.9412 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11298 , cls_71 , 28.0800 , 8040.0000 , 353.1591 , 286.3248 , 3.7222 , 1.2125 , 0.8141 , 0.7660 , 12.6900 , 5.0000 , 45.1923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11332 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 301.4963 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11339 , cls_71 , 0.5400 , 420.0000 , 32.0363 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11347 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11376 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 450.9989 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11402 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11411 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11419 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 450.9989 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11434 , cls_71 , 0.9000 , 660.0000 , 46.3139 , 733.3333 , 1.5714 , 1.1216 , 0.6021 , 0.3833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11436 , cls_71 , 5.0400 , 2340.0000 , 102.8069 , 464.2857 , 2.6000 , 1.1769 , 0.6470 , 0.6369 , 1.4400 , 1.0000 , 28.5714 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11442 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11453 , cls_71 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11465 , cls_71 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 468.6150 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11478 , cls_71 , 0.3600 , 480.0000 , 34.3237 , 1333.3333 , 2.0000 , 1.1693 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11480 , cls_71 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11521 , cls_71 , 0.9900 , 660.0000 , 46.5945 , 666.6667 , 1.5714 , 1.1100 , 0.6215 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 416.7733 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11538 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11541 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 283.0194 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11569 , cls_71 , 1.3500 , 840.0000 , 55.6522 , 622.2222 , 1.7500 , 1.1245 , 0.6396 , 0.5111 , 0.1800 , 1.0000 , 13.3333 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11573 , cls_71 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11579 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11597 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11643 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11660 , cls_71 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11718 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11719 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11720 , cls_71 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11730 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11735 , cls_71 , 3.2400 , 1440.0000 , 108.2350 , 444.4444 , 2.0000 , 1.1335 , 0.7304 , 0.6204 , 0.5400 , 2.0000 , 16.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11740 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 256.3201 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11759 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11766 , cls_71 , 0.4500 , 480.0000 , 32.2893 , 1066.6667 , 1.6000 , 1.1383 , 0.6463 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11774 , cls_71 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11776 , cls_71 , 6.3900 , 2640.0000 , 125.6918 , 413.1455 , 2.5882 , 1.1735 , 0.6966 , 0.6761 , 2.1600 , 2.0000 , 33.8028 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11818 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11828 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11833 , cls_71 , 5.4000 , 2940.0000 , 158.3094 , 544.4444 , 3.0625 , 1.2113 , 0.8718 , 0.5806 , 0.8100 , 1.0000 , 15.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11834 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11836 , cls_71 , 0.5400 , 540.0000 , 43.2437 , 1000.0000 , 1.8000 , 1.1415 , 0.7753 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11846 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11853 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11862 , cls_71 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11864 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11876 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11891 , cls_71 , 0.6300 , 540.0000 , 53.6363 , 857.1429 , 1.5000 , 1.1214 , 0.8318 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11912 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 271.6616 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11923 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11928 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11932 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11933 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11957 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11969 , cls_71 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11971 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11985 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11996 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11999 , cls_71 , 0.7200 , 600.0000 , 39.7322 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12007 , cls_71 , 0.9900 , 780.0000 , 47.2434 , 787.8788 , 1.8571 , 1.1463 , 0.5170 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12014 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12024 , cls_71 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12033 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 283.0194 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12034 , cls_71 , 0.6300 , 600.0000 , 47.1590 , 952.3810 , 1.6667 , 1.1455 , 0.8286 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12041 , cls_71 , 1.8000 , 960.0000 , 83.4664 , 533.3333 , 1.7778 , 1.1187 , 0.7963 , 0.5417 , 0.0900 , 1.0000 , 5.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12049 , cls_71 , 0.5400 , 420.0000 , 30.7844 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12066 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12067 , cls_71 , 3.6900 , 2100.0000 , 129.7734 , 569.1057 , 2.6923 , 1.1912 , 0.8081 , 0.5325 , 0.5400 , 1.0000 , 14.6341 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12085 , cls_71 , 3.8700 , 1200.0000 , 78.5437 , 310.0775 , 1.4286 , 1.0799 , 0.4356 , 0.7403 , 1.4400 , 1.0000 , 37.2093 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12093 , cls_71 , 5.8500 , 2280.0000 , 142.6355 , 389.7436 , 2.2353 , 1.1562 , 0.7608 , 0.6872 , 2.0700 , 3.0000 , 35.3846 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12120 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12132 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12135 , cls_71 , 1.9800 , 1200.0000 , 67.2093 , 606.0606 , 2.0000 , 1.1530 , 0.6215 , 0.5227 , 0.1800 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12139 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12140 , cls_71 , 0.7200 , 780.0000 , 48.3303 , 1083.3333 , 2.1667 , 1.1874 , 0.7247 , 0.2292 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12154 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12170 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12171 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12191 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12194 , cls_71 , 1.3500 , 600.0000 , 46.7448 , 444.4444 , 1.2500 , 1.0537 , 0.5342 , 0.6222 , 0.2700 , 1.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12226 , cls_71 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12229 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12236 , cls_71 , 0.4500 , 420.0000 , 30.4244 , 933.3333 , 1.4000 , 1.1065 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12273 , cls_71 , 1.7100 , 960.0000 , 54.2680 , 561.4035 , 1.7778 , 1.1246 , 0.5348 , 0.5702 , 0.3600 , 1.0000 , 21.0526 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12319 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12322 , cls_71 , 0.8100 , 600.0000 , 42.3826 , 740.7407 , 1.6667 , 1.1135 , 0.7205 , 0.4259 , 0.0900 , 1.0000 , 11.1111 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12343 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12352 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12359 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12360 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12367 , cls_71 , 0.6300 , 420.0000 , 31.6352 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12380 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12389 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12398 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12406 , cls_71 , 0.8100 , 600.0000 , 60.9299 , 740.7407 , 1.6667 , 1.1135 , 0.8237 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12440 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12448 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12450 , cls_71 , 0.4500 , 420.0000 , 39.3631 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12477 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12495 , cls_71 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12498 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12509 , cls_71 , 0.5400 , 420.0000 , 33.6893 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12510 , cls_71 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12541 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12560 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12564 , cls_71 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12572 , cls_71 , 0.6300 , 420.0000 , 34.1318 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12577 , cls_71 , 1.7100 , 900.0000 , 75.4232 , 526.3158 , 1.6667 , 1.1114 , 0.8065 , 0.5351 , 0.0900 , 1.0000 , 5.2632 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12589 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12605 , cls_71 , 0.7200 , 480.0000 , 38.5111 , 666.6667 , 1.3333 , 1.0780 , 0.6817 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12616 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12617 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12629 , cls_71 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12637 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12661 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12678 , cls_71 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12682 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 818.8406 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12701 , cls_71 , 0.6300 , 480.0000 , 48.4070 , 761.9048 , 1.3333 , 1.0945 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12726 , cls_71 , 1.9800 , 720.0000 , 57.7873 , 363.6364 , 1.2000 , 1.0498 , 0.5408 , 0.6742 , 0.4500 , 1.0000 , 22.7273 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12745 , cls_71 , 0.9900 , 720.0000 , 81.8182 , 727.2727 , 1.7143 , 1.1289 , 0.8852 , 0.3030 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12833 , cls_71 , 0.9000 , 540.0000 , 48.5978 , 600.0000 , 1.2857 , 1.0775 , 0.7453 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12854 , cls_71 , 1.1700 , 840.0000 , 96.9231 , 717.9487 , 1.7500 , 1.1416 , 0.9026 , 0.3077 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12857 , cls_71 , 0.7200 , 540.0000 , 60.0000 , 750.0000 , 1.5000 , 1.1046 , 0.8433 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12860 , cls_71 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12868 , cls_71 , 2.1600 , 1500.0000 , 180.0000 , 694.4444 , 2.5000 , 1.1877 , 0.9470 , 0.3194 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12884 , cls_71 , 1.0800 , 780.0000 , 90.0000 , 722.2222 , 1.8571 , 1.1355 , 0.8946 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12886 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12891 , cls_71 , 12.9600 , 2520.0000 , 151.6560 , 194.4444 , 1.7500 , 1.0951 , 0.5795 , 0.8356 , 7.7400 , 3.0000 , 59.7222 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12901 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12905 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12908 , cls_71 , 13.4100 , 2280.0000 , 161.2415 , 170.0224 , 1.5200 , 1.0750 , 0.6817 , 0.8568 , 9.0000 , 1.0000 , 67.1141 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12937 , cls_71 , 0.4500 , 480.0000 , 33.6384 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13011 , cls_71 , 9.0000 , 2340.0000 , 161.5580 , 260.0000 , 1.9500 , 1.1171 , 0.7080 , 0.7783 , 4.2300 , 2.0000 , 47.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13016 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 361.2478 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13028 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13033 , cls_71 , 0.8100 , 600.0000 , 56.6198 , 740.7407 , 1.6667 , 1.1135 , 0.8237 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13042 , cls_71 , 1.0800 , 600.0000 , 48.7292 , 555.5556 , 1.4286 , 1.0790 , 0.6944 , 0.5278 , 0.0900 , 1.0000 , 8.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13045 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13052 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13059 , cls_71 , 1.1700 , 600.0000 , 47.2013 , 512.8205 , 1.2500 , 1.0698 , 0.5862 , 0.5513 , 0.0900 , 1.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13061 , cls_71 , 0.8100 , 660.0000 , 60.1817 , 814.8148 , 1.8333 , 1.1347 , 0.8024 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13130 , cls_71 , 9.7200 , 2340.0000 , 137.1613 , 240.7407 , 1.8571 , 1.1096 , 0.5932 , 0.7809 , 4.2300 , 1.0000 , 43.5185 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13132 , cls_71 , 1.0800 , 600.0000 , 53.1353 , 555.5556 , 1.4286 , 1.0790 , 0.7366 , 0.5139 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13144 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13170 , cls_71 , 0.7200 , 780.0000 , 51.9597 , 1083.3333 , 2.1667 , 1.1874 , 0.8330 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13179 , cls_71 , 3.4200 , 1500.0000 , 80.9021 , 438.5965 , 1.9231 , 1.1354 , 0.5718 , 0.6447 , 0.9000 , 1.0000 , 26.3158 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13189 , cls_71 , 41.6700 , 7920.0000 , 294.4157 , 190.0648 , 3.0000 , 1.1732 , 0.5665 , 0.8398 , 25.2000 , 6.0000 , 60.4752 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13198 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13211 , cls_71 , 2.7000 , 1080.0000 , 96.5519 , 400.0000 , 1.6364 , 1.0973 , 0.7436 , 0.6333 , 0.2700 , 1.0000 , 10.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13221 , cls_71 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13231 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13266 , cls_71 , 2.9700 , 1020.0000 , 71.0247 , 343.4343 , 1.4167 , 1.0761 , 0.5712 , 0.7172 , 1.1700 , 1.0000 , 39.3939 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13289 , cls_71 , 0.5400 , 420.0000 , 39.3630 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13301 , cls_71 , 0.7200 , 420.0000 , 34.4171 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13311 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13332 , cls_71 , 0.7200 , 540.0000 , 40.3591 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13338 , cls_71 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13344 , cls_71 , 1.0800 , 600.0000 , 45.1705 , 555.5556 , 1.4286 , 1.0790 , 0.4731 , 0.5417 , 0.0900 , 1.0000 , 8.3333 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13372 , cls_71 , 0.7200 , 540.0000 , 46.0462 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13404 , cls_71 , 0.9000 , 600.0000 , 59.4840 , 666.6667 , 1.4286 , 1.1006 , 0.7805 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 362.4914 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13413 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13421 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13428 , cls_71 , 2.7900 , 1140.0000 , 89.7387 , 408.6022 , 1.5833 , 1.1044 , 0.6964 , 0.6667 , 0.8100 , 1.0000 , 29.0323 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13439 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13446 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13449 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13459 , cls_71 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13461 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13483 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 271.6616 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13485 , cls_71 , 0.5400 , 420.0000 , 33.6893 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13494 , cls_71 , 0.9000 , 780.0000 , 49.6178 , 866.6667 , 1.8571 , 1.1583 , 0.6021 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13498 , cls_71 , 1.1700 , 660.0000 , 59.2202 , 564.1026 , 1.3750 , 1.0902 , 0.7146 , 0.5128 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13505 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13509 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13514 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13534 , cls_71 , 1.5300 , 960.0000 , 60.8314 , 627.4510 , 1.7778 , 1.1376 , 0.7075 , 0.5098 , 0.1800 , 1.0000 , 11.7647 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13540 , cls_71 , 27.9000 , 4920.0000 , 267.7562 , 176.3441 , 2.2778 , 1.1348 , 0.6632 , 0.8527 , 18.3600 , 1.0000 , 65.8065 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13553 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13554 , cls_71 , 3.3300 , 1020.0000 , 79.0304 , 306.3063 , 1.3077 , 1.0643 , 0.6319 , 0.7387 , 1.3500 , 1.0000 , 40.5405 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13565 , cls_71 , 2.2500 , 1440.0000 , 108.9993 , 640.0000 , 2.4000 , 1.1747 , 0.8470 , 0.4933 , 0.0900 , 1.0000 , 4.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13569 , cls_71 , 0.8100 , 720.0000 , 53.2705 , 888.8889 , 2.0000 , 1.1540 , 0.7205 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13594 , cls_71 , 1.8900 , 780.0000 , 56.8825 , 412.6984 , 1.3000 , 1.0710 , 0.4858 , 0.6429 , 0.3600 , 1.0000 , 19.0476 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13597 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13631 , cls_71 , 1.8000 , 720.0000 , 54.5767 , 400.0000 , 1.3333 , 1.0600 , 0.5195 , 0.6750 , 0.6300 , 1.0000 , 35.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13656 , cls_71 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13661 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13665 , cls_71 , 0.4500 , 540.0000 , 37.0835 , 1200.0000 , 1.8000 , 1.1663 , 0.6463 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13686 , cls_71 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13705 , cls_71 , 0.5400 , 540.0000 , 49.3994 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13720 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 270.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13724 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13731 , cls_71 , 0.4500 , 420.0000 , 33.9017 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13735 , cls_71 , 0.4500 , 480.0000 , 38.5203 , 1066.6667 , 1.6000 , 1.1383 , 0.7453 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13741 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13756 , cls_71 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13758 , cls_71 , 0.6300 , 480.0000 , 34.7715 , 761.9048 , 1.3333 , 1.0945 , 0.6435 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13762 , cls_71 , 31.5900 , 3300.0000 , 223.1395 , 104.4634 , 1.4474 , 1.0606 , 0.3836 , 0.9112 , 24.7500 , 1.0000 , 78.3476 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13779 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13797 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13817 , cls_71 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.1800 , 1.0000 , 22.2222 , 456.9464 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13822 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13827 , cls_71 , 2.0700 , 1440.0000 , 121.8314 , 695.6522 , 2.4000 , 1.1846 , 0.8983 , 0.4710 , 0.1800 , 1.0000 , 8.6957 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13832 , cls_71 , 0.4500 , 480.0000 , 34.8693 , 1066.6667 , 1.6000 , 1.1383 , 0.5103 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13842 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13900 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13904 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13905 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13982 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13991 , cls_71 , 1.1700 , 660.0000 , 57.1240 , 564.1026 , 1.3750 , 1.0902 , 0.6877 , 0.5256 , 0.1800 , 1.0000 , 15.3846 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14000 , cls_71 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 456.9464 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14019 , cls_71 , 0.9000 , 660.0000 , 44.6627 , 733.3333 , 1.5714 , 1.1216 , 0.6894 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14022 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14034 , cls_71 , 2.1600 , 1200.0000 , 91.8495 , 555.5556 , 2.0000 , 1.1430 , 0.8137 , 0.5625 , 0.2700 , 1.0000 , 12.5000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14061 , cls_71 , 5.0400 , 2160.0000 , 142.4664 , 428.5714 , 2.4000 , 1.1621 , 0.8190 , 0.6607 , 1.5300 , 2.0000 , 30.3571 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14110 , cls_71 , 1.0800 , 660.0000 , 52.3312 , 611.1111 , 1.5714 , 1.0996 , 0.7366 , 0.5000 , 0.1800 , 1.0000 , 16.6667 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14138 , cls_71 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14156 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14166 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14185 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14189 , cls_71 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14208 , cls_71 , 6.2100 , 1860.0000 , 117.1016 , 299.5169 , 1.8235 , 1.1130 , 0.6970 , 0.7536 , 2.8800 , 1.0000 , 46.3768 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14209 , cls_71 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14224 , cls_71 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14226 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14227 , cls_71 , 0.8100 , 600.0000 , 44.7410 , 740.7407 , 1.6667 , 1.1135 , 0.7135 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14230 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14234 , cls_71 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14266 , cls_71 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14292 , cls_71 , 2.5200 , 660.0000 , 60.6361 , 261.9048 , 1.0000 , 1.0076 , 0.4155 , 0.7560 , 0.9900 , 1.0000 , 39.2857 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14295 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14299 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14312 , cls_71 , 1.5300 , 960.0000 , 59.4627 , 627.4510 , 1.7778 , 1.1376 , 0.6817 , 0.4804 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14329 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14341 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14344 , cls_71 , 1.4400 , 900.0000 , 80.3245 , 625.0000 , 1.8750 , 1.1313 , 0.7963 , 0.4792 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14350 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14406 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14433 , cls_71 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14437 , cls_71 , 1.4400 , 840.0000 , 55.7828 , 583.3333 , 1.7500 , 1.1169 , 0.6866 , 0.5417 , 0.1800 , 1.0000 , 12.5000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14462 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14504 , cls_71 , 0.5400 , 420.0000 , 32.0363 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14528 , cls_71 , 12.9600 , 4020.0000 , 161.8249 , 310.1852 , 2.7917 , 1.1744 , 0.6156 , 0.7465 , 5.7600 , 1.0000 , 44.4444 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14582 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14661 , cls_71 , 2.0700 , 900.0000 , 65.1554 , 434.7826 , 1.5000 , 1.0900 , 0.6555 , 0.6304 , 0.3600 , 1.0000 , 17.3913 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14667 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14670 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14686 , cls_71 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14699 , cls_71 , 1.2600 , 780.0000 , 47.1919 , 619.0476 , 1.6250 , 1.1170 , 0.5652 , 0.5238 , 0.1800 , 1.0000 , 14.2857 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14720 , cls_71 , 1.2600 , 660.0000 , 49.9146 , 523.8095 , 1.3750 , 1.0816 , 0.6572 , 0.5714 , 0.2700 , 1.0000 , 21.4286 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14725 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14730 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14755 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14762 , cls_71 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14766 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14767 , cls_71 , 0.7200 , 540.0000 , 37.7913 , 750.0000 , 1.5000 , 1.1046 , 0.5926 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14780 , cls_71 , 1.5300 , 840.0000 , 55.2135 , 549.0196 , 1.5556 , 1.1099 , 0.6670 , 0.5392 , 0.1800 , 1.0000 , 11.7647 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14785 , cls_71 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14787 , cls_71 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14816 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14823 , cls_71 , 0.8100 , 420.0000 , 35.4985 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 256.3201 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14835 , cls_71 , 0.9000 , 540.0000 , 42.7555 , 600.0000 , 1.2857 , 1.0775 , 0.6255 , 0.5000 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14838 , cls_71 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14885 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14918 , cls_71 , 3.0600 , 1560.0000 , 108.2095 , 509.8039 , 2.1667 , 1.1552 , 0.8204 , 0.5735 , 0.4500 , 1.0000 , 14.7059 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14955 , cls_71 , 0.6300 , 600.0000 , 55.9537 , 952.3810 , 1.6667 , 1.1455 , 0.8286 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14964 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14975 , cls_71 , 0.6300 , 420.0000 , 33.8650 , 666.6667 , 1.1667 , 1.0640 , 0.6435 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14989 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14992 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14998 , cls_71 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.0900 , 1.0000 , 16.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15031 , cls_71 , 8.3700 , 3420.0000 , 163.8472 , 408.6022 , 2.8500 , 1.1912 , 0.7339 , 0.6649 , 2.3400 , 3.0000 , 27.9570 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15034 , cls_71 , 0.5400 , 480.0000 , 35.6392 , 888.8889 , 1.6000 , 1.1141 , 0.6944 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15061 , cls_71 , 0.6300 , 600.0000 , 44.3557 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15072 , cls_71 , 0.6300 , 600.0000 , 48.4310 , 952.3810 , 1.6667 , 1.1455 , 0.7379 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15101 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15129 , cls_71 , 1.7100 , 840.0000 , 57.4868 , 491.2281 , 1.5556 , 1.0972 , 0.6034 , 0.5965 , 0.2700 , 2.0000 , 15.7895 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15147 , cls_71 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15166 , cls_71 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15200 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15201 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15203 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15207 , cls_71 , 0.8100 , 600.0000 , 66.6667 , 740.7407 , 1.6667 , 1.1135 , 0.8603 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15244 , cls_71 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15257 , cls_71 , 3.4200 , 1620.0000 , 96.4094 , 473.6842 , 2.0769 , 1.1502 , 0.7493 , 0.6096 , 0.6300 , 1.0000 , 18.4211 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15272 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15315 , cls_71 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15324 , cls_71 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 416.7733 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15353 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15358 , cls_71 , 1.8000 , 840.0000 , 65.2480 , 466.6667 , 1.5556 , 1.0915 , 0.6512 , 0.6000 , 0.1800 , 1.0000 , 10.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15369 , cls_71 , 0.4500 , 420.0000 , 34.8852 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15371 , cls_71 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15376 , cls_71 , 3.2400 , 1440.0000 , 97.1883 , 444.4444 , 2.0000 , 1.1335 , 0.7135 , 0.6204 , 0.4500 , 1.0000 , 13.8889 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15428 , cls_71 , 5.2200 , 1620.0000 , 109.0505 , 310.3448 , 1.6875 , 1.1054 , 0.6817 , 0.7328 , 1.9800 , 1.0000 , 37.9310 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15430 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15457 , cls_71 , 2.0700 , 720.0000 , 58.5072 , 347.8261 , 1.2000 , 1.0451 , 0.6339 , 0.6812 , 0.5400 , 1.0000 , 26.0870 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15476 , cls_71 , 0.4500 , 480.0000 , 36.4884 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15491 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15492 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15501 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 390.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15505 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15511 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 362.4914 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15524 , cls_71 , 1.7100 , 1020.0000 , 60.2083 , 596.4912 , 1.8889 , 1.1370 , 0.6278 , 0.5351 , 0.2700 , 1.0000 , 15.7895 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15532 , cls_71 , 4.0500 , 1320.0000 , 80.9153 , 325.9259 , 1.5714 , 1.0932 , 0.4595 , 0.7296 , 1.6200 , 1.0000 , 40.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15538 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15554 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15593 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15604 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15608 , cls_71 , 0.5400 , 420.0000 , 34.2081 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15626 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 510.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15632 , cls_71 , 0.5400 , 420.0000 , 41.3887 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15635 , cls_71 , 1.8000 , 900.0000 , 58.7024 , 500.0000 , 1.6667 , 1.1055 , 0.5825 , 0.5750 , 0.2700 , 1.0000 , 15.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15642 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15644 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15646 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15711 , cls_71 , 0.8100 , 540.0000 , 41.2658 , 666.6667 , 1.5000 , 1.0901 , 0.6419 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15720 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15755 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15759 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15764 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 416.7733 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15771 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15774 , cls_71 , 0.9000 , 720.0000 , 55.2443 , 800.0000 , 1.7143 , 1.1407 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15782 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15809 , cls_71 , 4.7700 , 1380.0000 , 95.0970 , 289.3082 , 1.5333 , 1.0849 , 0.6503 , 0.7610 , 2.2500 , 1.0000 , 47.1698 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15827 , cls_71 , 0.7200 , 660.0000 , 64.0683 , 916.6667 , 1.8333 , 1.1497 , 0.8433 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15838 , cls_71 , 28.3500 , 3960.0000 , 215.9827 , 139.6825 , 1.8333 , 1.0988 , 0.5891 , 0.8810 , 19.3500 , 4.0000 , 68.2540 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15840 , cls_71 , 0.9900 , 600.0000 , 46.1298 , 606.0606 , 1.4286 , 1.0892 , 0.5881 , 0.5000 , 0.0900 , 1.0000 , 9.0909 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15843 , cls_71 , 0.9000 , 600.0000 , 46.0216 , 666.6667 , 1.4286 , 1.1006 , 0.6817 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15854 , cls_71 , 7.6500 , 2520.0000 , 129.6279 , 329.4118 , 2.2105 , 1.1464 , 0.6255 , 0.7373 , 3.2400 , 2.0000 , 42.3529 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15870 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15879 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15880 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15886 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15889 , cls_71 , 2.5200 , 1080.0000 , 79.1162 , 428.5714 , 1.6364 , 1.1048 , 0.6637 , 0.6369 , 0.4500 , 1.0000 , 17.8571 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15911 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15914 , cls_71 , 4.4100 , 2340.0000 , 109.1131 , 530.6122 , 2.7857 , 1.1916 , 0.7504 , 0.5578 , 0.4500 , 2.0000 , 10.2041 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15940 , cls_71 , 0.8100 , 780.0000 , 50.3156 , 962.9630 , 2.1667 , 1.1718 , 0.7135 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15966 , cls_71 , 0.6300 , 420.0000 , 33.5934 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15968 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15970 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15982 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16029 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16035 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16044 , cls_71 , 1.4400 , 660.0000 , 50.2971 , 458.3333 , 1.3750 , 1.0665 , 0.5031 , 0.6042 , 0.1800 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16046 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16057 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16080 , cls_71 , 0.6300 , 600.0000 , 43.8712 , 952.3810 , 1.6667 , 1.1455 , 0.6572 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16083 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16092 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16105 , cls_71 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16167 , cls_71 , 1.7100 , 1080.0000 , 83.0542 , 631.5789 , 2.0000 , 1.1488 , 0.8139 , 0.4737 , 0.0900 , 1.0000 , 5.2632 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16173 , cls_71 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16175 , cls_71 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16180 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16187 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16188 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16214 , cls_71 , 1.8000 , 840.0000 , 64.2782 , 466.6667 , 1.5556 , 1.0915 , 0.6894 , 0.6083 , 0.2700 , 2.0000 , 15.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16220 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16225 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16230 , cls_71 , 0.6300 , 480.0000 , 45.5434 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16231 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16247 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16254 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16261 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16275 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16281 , cls_71 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16286 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 283.0194 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16290 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16292 , cls_71 , 1.1700 , 840.0000 , 46.8536 , 717.9487 , 1.7500 , 1.1416 , 0.5862 , 0.4744 , 0.1800 , 1.0000 , 15.3846 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16296 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16301 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16324 , cls_71 , 0.6300 , 420.0000 , 35.6269 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16326 , cls_71 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16341 , cls_71 , 0.9900 , 780.0000 , 55.8513 , 787.8788 , 1.8571 , 1.1463 , 0.7357 , 0.3788 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16342 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16353 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16381 , cls_71 , 0.6300 , 600.0000 , 50.5437 , 952.3810 , 1.6667 , 1.1455 , 0.7826 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16393 , cls_71 , 2.7000 , 1320.0000 , 85.2391 , 488.8889 , 2.0000 , 1.1367 , 0.6944 , 0.5889 , 0.3600 , 1.0000 , 13.3333 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16396 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16431 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16433 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16436 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16454 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16457 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16466 , cls_71 , 0.8100 , 660.0000 , 44.1399 , 814.8148 , 1.8333 , 1.1347 , 0.6048 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16469 , cls_71 , 0.9000 , 480.0000 , 38.1032 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5500 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16480 , cls_71 , 1.3500 , 840.0000 , 57.5950 , 622.2222 , 1.7500 , 1.1245 , 0.6396 , 0.5111 , 0.1800 , 1.0000 , 13.3333 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16507 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16511 , cls_71 , 0.8100 , 660.0000 , 49.0310 , 814.8148 , 1.8333 , 1.1347 , 0.7135 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16519 , cls_71 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16540 , cls_71 , 1.3500 , 960.0000 , 60.1671 , 711.1111 , 2.0000 , 1.1526 , 0.6396 , 0.4667 , 0.0900 , 1.0000 , 6.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16546 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16552 , cls_71 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16573 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16575 , cls_71 , 3.8700 , 1320.0000 , 94.4759 , 341.0853 , 1.5714 , 1.0979 , 0.7262 , 0.7248 , 1.7100 , 1.0000 , 44.1860 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16588 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16602 , cls_71 , 1.6200 , 660.0000 , 50.8285 , 407.4074 , 1.2222 , 1.0536 , 0.5593 , 0.6389 , 0.3600 , 1.0000 , 22.2222 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16635 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16640 , cls_71 , 1.1700 , 960.0000 , 64.9187 , 820.5128 , 2.0000 , 1.1702 , 0.7453 , 0.3590 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16641 , cls_71 , 1.0800 , 720.0000 , 50.2590 , 666.6667 , 1.7143 , 1.1183 , 0.6273 , 0.4444 , 0.0900 , 1.0000 , 8.3333 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16648 , cls_71 , 1.0800 , 780.0000 , 52.9773 , 722.2222 , 1.8571 , 1.1355 , 0.7935 , 0.4444 , 0.0900 , 1.0000 , 8.3333 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16678 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16684 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16691 , cls_71 , 1.8000 , 1020.0000 , 62.8303 , 566.6667 , 1.8889 , 1.1311 , 0.6512 , 0.5583 , 0.1800 , 2.0000 , 10.0000 , 361.2478 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16694 , cls_71 , 0.9000 , 540.0000 , 42.5583 , 600.0000 , 1.2857 , 1.0775 , 0.6559 , 0.5000 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16709 , cls_71 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16712 , cls_71 , 0.8100 , 480.0000 , 37.0980 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5370 , 0.1800 , 1.0000 , 22.2222 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16717 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16725 , cls_71 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16738 , cls_71 , 1.6200 , 840.0000 , 59.1821 , 518.5185 , 1.5556 , 1.1033 , 0.6860 , 0.5556 , 0.2700 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16745 , cls_71 , 1.3500 , 780.0000 , 76.5564 , 577.7778 , 1.6250 , 1.1089 , 0.7753 , 0.4889 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16763 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16767 , cls_71 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16778 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16787 , cls_71 , 0.7200 , 540.0000 , 41.3665 , 750.0000 , 1.5000 , 1.1046 , 0.6488 , 0.3750 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16794 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16795 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16845 , cls_71 , 1.1700 , 960.0000 , 58.1670 , 820.5128 , 2.0000 , 1.1702 , 0.7286 , 0.3462 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16848 , cls_71 , 0.6300 , 480.0000 , 42.3983 , 761.9048 , 1.3333 , 1.0945 , 0.7215 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16870 , cls_71 , 0.8100 , 720.0000 , 43.2836 , 888.8889 , 2.0000 , 1.1540 , 0.6630 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16880 , cls_71 , 0.7200 , 720.0000 , 65.1379 , 1000.0000 , 2.0000 , 1.1693 , 0.8623 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16899 , cls_71 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16910 , cls_71 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16958 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16960 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16962 , cls_71 , 0.9900 , 480.0000 , 43.9944 , 484.8485 , 1.1429 , 1.0407 , 0.5881 , 0.5606 , 0.0000 , 0.0000 , 0.0000 , 301.4963 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16964 , cls_71 , 1.5300 , 600.0000 , 52.5139 , 392.1569 , 1.1111 , 1.0400 , 0.6268 , 0.6471 , 0.2700 , 1.0000 , 17.6471 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16972 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 339.4113 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16987 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 400.2499 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16994 , cls_71 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17037 , cls_71 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 390.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17068 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17078 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17080 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17089 , cls_71 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17094 , cls_71 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17103 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17133 , cls_71 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 24 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 65 , cls_11 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 764.8529 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 85 , cls_11 , 42.3900 , 5940.0000 , 355.6103 , 140.1274 , 2.2500 , 1.1273 , 0.7868 , 0.8786 , 29.8800 , 1.0000 , 70.4883 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 106 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1033.1505 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 128 , cls_11 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 579.3962 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 148 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.0900 , 1.0000 , 16.6667 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 154 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 179 , cls_11 , 0.9000 , 420.0000 , 35.1126 , 466.6667 , 1.0000 , 1.0223 , 0.3634 , 0.6000 , 0.1800 , 1.0000 , 20.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 181 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 205 , cls_11 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 483.7355 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 227 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 232 , cls_11 , 1.8000 , 780.0000 , 69.5050 , 433.3333 , 1.4444 , 1.0763 , 0.7375 , 0.6250 , 0.2700 , 1.0000 , 15.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 302 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 408.0441 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 379 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 476 , cls_11 , 4.6800 , 1500.0000 , 124.0355 , 320.5128 , 1.6667 , 1.1023 , 0.7836 , 0.7308 , 1.8000 , 1.0000 , 38.4615 , 408.0441 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 499 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 527 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 576.2812 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 576 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 648 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 666 , cls_11 , 2.6100 , 960.0000 , 81.4302 , 367.8161 , 1.4545 , 1.0778 , 0.7046 , 0.6897 , 0.8100 , 1.0000 , 31.0345 , 429.5346 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 714 , cls_11 , 4.5900 , 1320.0000 , 108.7355 , 287.5817 , 1.4667 , 1.0805 , 0.7225 , 0.7451 , 1.7100 , 1.0000 , 37.2549 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 756 , cls_11 , 1.8900 , 840.0000 , 62.5148 , 444.4444 , 1.4000 , 1.0860 , 0.6658 , 0.6349 , 0.5400 , 1.0000 , 28.5714 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 762 , cls_11 , 14.6700 , 3720.0000 , 183.5252 , 253.5787 , 2.3846 , 1.1491 , 0.6500 , 0.7914 , 7.7400 , 1.0000 , 52.7607 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 801 , cls_11 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 618.4658 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 813 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 856 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 897 , cls_11 , 5.3100 , 1200.0000 , 92.0932 , 225.9887 , 1.2500 , 1.0485 , 0.5581 , 0.8079 , 2.9700 , 1.0000 , 55.9322 , 429.5346 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 965 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 724.9828 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1012 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1204 , cls_11 , 8.0100 , 1740.0000 , 124.1741 , 217.2285 , 1.5263 , 1.0761 , 0.5834 , 0.8127 , 4.3200 , 2.0000 , 53.9326 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1221 , cls_11 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 566.0389 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1405 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.0900 , 1.0000 , 16.6667 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1484 , cls_11 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 391.1521 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1492 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 496.5884 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1538 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 566.0389 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1541 , cls_11 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1060.2358 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1560 , cls_11 , 0.7200 , 420.0000 , 35.9030 , 583.3333 , 1.1667 , 1.0480 , 0.6082 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1582 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1584 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1652 , cls_11 , 1.4400 , 660.0000 , 51.9778 , 458.3333 , 1.3750 , 1.0665 , 0.6082 , 0.6250 , 0.3600 , 1.0000 , 25.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1695 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1697 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1716 , cls_11 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 1190.9660 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1757 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1792 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1935 , cls_11 , 0.9000 , 540.0000 , 39.9724 , 600.0000 , 1.2857 , 1.0775 , 0.5609 , 0.5333 , 0.1800 , 1.0000 , 20.0000 , 254.5584 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1973 , cls_11 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1976 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1980 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 670.8204 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1993 , cls_11 , 2.6100 , 960.0000 , 71.9918 , 367.8161 , 1.4545 , 1.0778 , 0.6307 , 0.7126 , 1.1700 , 1.0000 , 44.8276 , 1035.7606 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2000 , cls_11 , 3.3300 , 1260.0000 , 98.5477 , 378.3784 , 1.6154 , 1.1048 , 0.7702 , 0.6802 , 0.9900 , 1.0000 , 29.7297 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2076 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2077 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2109 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2207 , cls_11 , 0.9000 , 420.0000 , 36.0266 , 466.6667 , 1.0000 , 1.0223 , 0.3634 , 0.6000 , 0.1800 , 1.0000 , 20.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2208 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 657.9514 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2211 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 436.8066 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2284 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 308.8689 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2348 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2498 , cls_11 , 1.0800 , 480.0000 , 39.9084 , 444.4444 , 1.1429 , 1.0310 , 0.4731 , 0.6250 , 0.2700 , 1.0000 , 25.0000 , 416.7733 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2534 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2538 , cls_11 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 445.9821 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2582 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 606.7125 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2621 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 313.2092 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2763 , cls_11 , 0.7200 , 480.0000 , 36.3494 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4792 , 0.0900 , 1.0000 , 12.5000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2831 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 445.9821 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2849 , cls_11 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2907 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2959 , cls_11 , 3.7800 , 1320.0000 , 96.9682 , 349.2063 , 1.6923 , 1.1004 , 0.6836 , 0.7024 , 1.1700 , 2.0000 , 30.9524 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2992 , cls_11 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3019 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3086 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3113 , cls_11 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3160 , cls_11 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3233 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3252 , cls_11 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 366.1967 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3276 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3344 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3348 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3409 , cls_11 , 1.5300 , 600.0000 , 48.9224 , 392.1569 , 1.1111 , 1.0400 , 0.5190 , 0.6569 , 0.3600 , 1.0000 , 23.5294 , 523.9275 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3436 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 547.4486 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3541 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3543 , cls_11 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3597 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3606 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 436.8066 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3674 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 271.6616 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3679 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3722 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 271.6616 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3734 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3782 , cls_11 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3791 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3894 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3925 , cls_11 , 0.5400 , 420.0000 , 34.6040 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3937 , cls_11 , 0.7200 , 420.0000 , 34.4171 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3974 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3995 , cls_11 , 0.9000 , 540.0000 , 44.1899 , 600.0000 , 1.2857 , 1.0775 , 0.6894 , 0.5167 , 0.0900 , 1.0000 , 10.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3996 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4002 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4095 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4097 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4114 , cls_11 , 2.1600 , 1020.0000 , 91.9942 , 472.2222 , 1.7000 , 1.1104 , 0.7907 , 0.5833 , 0.1800 , 1.0000 , 8.3333 , 301.4963 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4150 , cls_11 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 301.4963 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4209 , cls_11 , 3.6900 , 1500.0000 , 111.6688 , 406.5041 , 1.9231 , 1.1272 , 0.8095 , 0.6667 , 1.0800 , 2.0000 , 29.2683 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4217 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4246 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4270 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4310 , cls_11 , 5.8500 , 1320.0000 , 101.3289 , 225.6410 , 1.2941 , 1.0566 , 0.4827 , 0.8103 , 3.3300 , 1.0000 , 56.9231 , 360.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4336 , cls_11 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4381 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4390 , cls_11 , 1.8900 , 720.0000 , 56.0509 , 380.9524 , 1.2000 , 1.0547 , 0.5390 , 0.6825 , 0.6300 , 1.0000 , 33.3333 , 510.8816 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4425 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 530.7542 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4426 , cls_11 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 670.8204 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4445 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 256.3201 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4448 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4481 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4502 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4533 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4550 , cls_11 , 0.9000 , 480.0000 , 37.0708 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5667 , 0.1800 , 1.0000 , 20.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4551 , cls_11 , 1.4400 , 600.0000 , 47.0723 , 416.6667 , 1.2500 , 1.0466 , 0.4907 , 0.6562 , 0.4500 , 1.0000 , 31.2500 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4589 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4598 , cls_11 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4700 , cls_11 , 3.8700 , 1500.0000 , 94.2610 , 387.5969 , 1.7857 , 1.1221 , 0.5280 , 0.6822 , 1.1700 , 1.0000 , 30.2326 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4703 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4704 , cls_11 , 0.4500 , 360.0000 , 29.0713 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4726 , cls_11 , 1.2600 , 720.0000 , 51.9635 , 571.4286 , 1.5000 , 1.1000 , 0.7258 , 0.5476 , 0.1800 , 2.0000 , 14.2857 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4730 , cls_11 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4731 , cls_11 , 2.9700 , 960.0000 , 77.4254 , 323.2323 , 1.3333 , 1.0643 , 0.5798 , 0.7172 , 0.9900 , 1.0000 , 33.3333 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4798 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4885 , cls_11 , 0.7200 , 420.0000 , 32.8556 , 583.3333 , 1.1667 , 1.0480 , 0.4907 , 0.5208 , 0.0900 , 1.0000 , 12.5000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4893 , cls_11 , 0.5400 , 360.0000 , 29.3294 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 939.6276 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4906 , cls_11 , 1.5300 , 780.0000 , 60.5453 , 509.8039 , 1.4444 , 1.0945 , 0.7453 , 0.5882 , 0.3600 , 1.0000 , 23.5294 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4918 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4978 , cls_11 , 4.0500 , 1380.0000 , 92.4295 , 340.7407 , 1.6429 , 1.1016 , 0.5593 , 0.7111 , 1.3500 , 1.0000 , 33.3333 , 271.6616 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4994 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5025 , cls_11 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5061 , cls_11 , 0.9000 , 480.0000 , 39.5023 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5500 , 0.0900 , 1.0000 , 10.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5103 , cls_11 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 318.9044 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5118 , cls_11 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5147 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5151 , cls_11 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 648.9992 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5171 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5184 , cls_11 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5188 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 456.9464 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5208 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5242 , cls_11 , 2.6100 , 1140.0000 , 97.3089 , 436.7816 , 1.7273 , 1.1116 , 0.8087 , 0.6322 , 0.4500 , 1.0000 , 17.2414 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5277 , cls_11 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 283.0194 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5280 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5294 , cls_11 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5317 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 391.1521 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5328 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5333 , cls_11 , 1.1700 , 540.0000 , 52.4931 , 461.5385 , 1.1250 , 1.0473 , 0.6877 , 0.5769 , 0.0000 , 0.0000 , 0.0000 , 375.8989 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5357 , cls_11 , 1.6200 , 660.0000 , 52.7038 , 407.4074 , 1.2222 , 1.0536 , 0.6243 , 0.6574 , 0.4500 , 1.0000 , 27.7778 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5365 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 379.4733 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5449 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5468 , cls_11 , 1.5300 , 600.0000 , 52.9639 , 392.1569 , 1.1111 , 1.0400 , 0.5837 , 0.6471 , 0.2700 , 1.0000 , 17.6471 , 400.2499 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5476 , cls_11 , 3.2400 , 1500.0000 , 91.7234 , 462.9630 , 2.0833 , 1.1413 , 0.7304 , 0.6157 , 0.7200 , 2.0000 , 22.2222 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5604 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5616 , cls_11 , 0.5400 , 420.0000 , 35.5020 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 342.0526 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5633 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5654 , cls_11 , 1.0800 , 600.0000 , 47.7912 , 555.5556 , 1.4286 , 1.0790 , 0.6605 , 0.5417 , 0.0900 , 1.0000 , 8.3333 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5687 , cls_11 , 0.9000 , 480.0000 , 40.6445 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5500 , 0.0900 , 1.0000 , 10.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5715 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5718 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.0900 , 1.0000 , 16.6667 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5726 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5770 , cls_11 , 6.1200 , 1680.0000 , 131.3514 , 274.5098 , 1.6471 , 1.0960 , 0.7269 , 0.7770 , 3.1500 , 2.0000 , 51.4706 , 379.4733 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5804 , cls_11 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5852 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 600.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5853 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 510.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5888 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5991 , cls_11 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6046 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6087 , cls_11 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6092 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 384.1875 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6107 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6147 , cls_11 , 0.9000 , 480.0000 , 40.6445 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5500 , 0.0900 , 1.0000 , 10.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6155 , cls_11 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6169 , cls_11 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.0900 , 1.0000 , 14.2857 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6181 , cls_11 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6192 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6226 , cls_11 , 1.2600 , 600.0000 , 44.1094 , 476.1905 , 1.2500 , 1.0614 , 0.4429 , 0.6071 , 0.2700 , 1.0000 , 21.4286 , 324.4996 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6301 , cls_11 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6353 , cls_11 , 0.8100 , 480.0000 , 38.9712 , 592.5926 , 1.3333 , 1.0639 , 0.6419 , 0.5185 , 0.0900 , 1.0000 , 11.1111 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6385 , cls_11 , 0.9000 , 480.0000 , 38.2744 , 533.3333 , 1.1429 , 1.0516 , 0.4907 , 0.5667 , 0.1800 , 1.0000 , 20.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6407 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 488.3646 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6418 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 933.3810 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6437 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 384.1875 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6447 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6453 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6514 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6522 , cls_11 , 2.1600 , 960.0000 , 79.7551 , 444.4444 , 1.6000 , 1.0983 , 0.7366 , 0.6250 , 0.4500 , 1.0000 , 20.8333 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6568 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6575 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6594 , cls_11 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6651 , cls_11 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 417.8516 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6724 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 644.1273 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6880 , cls_11 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 849.5881 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6881 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6907 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 483.7355 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7006 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7062 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 283.0194 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7117 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 534.1348 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7165 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7277 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7354 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7500 , cls_11 , 1.6200 , 720.0000 , 55.1063 , 444.4444 , 1.3333 , 1.0715 , 0.6243 , 0.6296 , 0.3600 , 1.0000 , 22.2222 , 283.0194 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7511 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7515 , cls_11 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 618.4658 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7646 , cls_11 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.0900 , 1.0000 , 14.2857 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7722 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 300.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7731 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 660.6815 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7764 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 483.7355 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7808 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 534.1348 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7854 , cls_11 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8016 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 458.9118 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8048 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 630.7139 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8055 , cls_11 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 323.1099 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8107 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 445.9821 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8118 , cls_11 , 1.1700 , 660.0000 , 58.8345 , 564.1026 , 1.3750 , 1.0902 , 0.6877 , 0.5128 , 0.0900 , 1.0000 , 7.6923 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8130 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 458.9118 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8157 , cls_11 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8183 , cls_11 , 0.5400 , 420.0000 , 31.1803 , 777.7778 , 1.4000 , 1.0831 , 0.5506 , 0.3889 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8192 , cls_11 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8250 , cls_11 , 6.7500 , 1620.0000 , 109.3640 , 240.0000 , 1.5000 , 1.0798 , 0.6450 , 0.7978 , 3.7800 , 1.0000 , 56.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8328 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8407 , cls_11 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8435 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8445 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 618.4658 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8548 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 713.0919 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8571 , cls_11 , 3.0600 , 1200.0000 , 88.3715 , 392.1569 , 1.6667 , 1.1044 , 0.7014 , 0.6814 , 0.9900 , 1.0000 , 32.3529 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8572 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8613 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8623 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 308.8689 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8648 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 502.8916 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8686 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 466.6905 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8704 , cls_11 , 0.9900 , 480.0000 , 39.6462 , 484.8485 , 1.1429 , 1.0407 , 0.5170 , 0.5909 , 0.1800 , 1.0000 , 18.1818 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8802 , cls_11 , 1.3500 , 660.0000 , 53.4691 , 488.8889 , 1.3750 , 1.0738 , 0.6869 , 0.6000 , 0.2700 , 1.0000 , 20.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8813 , cls_11 , 0.9000 , 600.0000 , 49.9567 , 666.6667 , 1.4286 , 1.1006 , 0.7170 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 509.1169 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8843 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8867 , cls_11 , 1.2600 , 720.0000 , 57.4907 , 571.4286 , 1.5000 , 1.1000 , 0.7258 , 0.5476 , 0.1800 , 2.0000 , 14.2857 , 725.6032 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8877 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8969 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 403.6087 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9022 , cls_11 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9048 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 590.9315 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9140 , cls_11 , 3.7800 , 1200.0000 , 98.7807 , 317.4603 , 1.5385 , 1.0823 , 0.7229 , 0.7302 , 1.4400 , 2.0000 , 38.0952 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9183 , cls_11 , 0.6300 , 420.0000 , 31.9231 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4762 , 0.0900 , 1.0000 , 14.2857 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9228 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9231 , cls_11 , 0.8100 , 420.0000 , 36.2715 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9341 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9374 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 618.4658 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9382 , cls_11 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9433 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9503 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 595.4830 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9519 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9522 , cls_11 , 3.1500 , 1140.0000 , 77.8547 , 361.9048 , 1.5833 , 1.0915 , 0.5544 , 0.6952 , 0.9900 , 2.0000 , 31.4286 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9530 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9550 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9557 , cls_11 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 618.4658 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9567 , cls_11 , 0.9000 , 420.0000 , 37.3261 , 466.6667 , 1.0000 , 1.0223 , 0.4907 , 0.5833 , 0.0900 , 1.0000 , 10.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9573 , cls_11 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9580 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9589 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 456.9464 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9602 , cls_11 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9625 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9745 , cls_11 , 1.2600 , 480.0000 , 41.9015 , 380.9524 , 1.0000 , 1.0141 , 0.2870 , 0.6667 , 0.3600 , 1.0000 , 28.5714 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9774 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9795 , cls_11 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9826 , cls_11 , 3.1500 , 960.0000 , 73.8328 , 304.7619 , 1.3333 , 1.0583 , 0.5544 , 0.7333 , 1.2600 , 1.0000 , 40.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9837 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 456.9464 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10023 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10035 , cls_11 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10038 , cls_11 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10092 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10132 , cls_11 , 2.5200 , 780.0000 , 64.9802 , 309.5238 , 1.1818 , 1.0406 , 0.5806 , 0.7381 , 1.0800 , 1.0000 , 42.8571 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10137 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10142 , cls_11 , 1.8000 , 840.0000 , 70.9052 , 466.6667 , 1.5556 , 1.0915 , 0.7004 , 0.6000 , 0.2700 , 1.0000 , 15.0000 , 737.9024 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10229 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 450.9989 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10265 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 450.9989 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10333 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 384.1875 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10360 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 381.8377 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10435 , cls_11 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10556 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10579 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.0900 , 1.0000 , 16.6667 , 331.3608 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10593 , cls_11 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10610 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 381.8377 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10677 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 258.0698 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10692 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 331.3608 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10737 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 488.3646 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10878 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10977 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 442.9447 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11051 , cls_11 , 1.5300 , 660.0000 , 52.0394 , 431.3725 , 1.2222 , 1.0598 , 0.5837 , 0.6471 , 0.4500 , 1.0000 , 29.4118 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11146 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 474.3416 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11159 , cls_11 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 636.3961 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11172 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11254 , cls_11 , 1.3500 , 660.0000 , 51.5629 , 488.8889 , 1.3750 , 1.0738 , 0.6707 , 0.5889 , 0.2700 , 1.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11285 , cls_11 , 0.9000 , 480.0000 , 39.9996 , 533.3333 , 1.1429 , 1.0516 , 0.5609 , 0.5500 , 0.0900 , 1.0000 , 10.0000 , 442.9447 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11294 , cls_11 , 0.8100 , 480.0000 , 39.7442 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11331 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 480.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11333 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 330.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11418 , cls_11 , 0.8100 , 420.0000 , 36.2715 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 590.9315 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11430 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11528 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11574 , cls_11 , 1.2600 , 600.0000 , 47.2567 , 476.1905 , 1.2500 , 1.0614 , 0.5652 , 0.6190 , 0.3600 , 1.0000 , 28.5714 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11627 , cls_11 , 1.1700 , 480.0000 , 40.3966 , 410.2564 , 1.0000 , 1.0222 , 0.3379 , 0.6538 , 0.3600 , 1.0000 , 30.7692 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11641 , cls_11 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11723 , cls_11 , 0.8100 , 420.0000 , 38.5385 , 518.5185 , 1.1667 , 1.0343 , 0.6048 , 0.5370 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11745 , cls_11 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 699.7142 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11758 , cls_11 , 3.4200 , 1620.0000 , 125.8345 , 473.6842 , 2.0769 , 1.1502 , 0.8221 , 0.6053 , 0.5400 , 2.0000 , 15.7895 , 391.1521 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11762 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11763 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11785 , cls_11 , 1.2600 , 540.0000 , 44.2366 , 428.5714 , 1.1250 , 1.0391 , 0.4757 , 0.6310 , 0.2700 , 1.0000 , 21.4286 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11913 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11954 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12075 , cls_11 , 5.0400 , 1380.0000 , 96.4733 , 273.8095 , 1.5333 , 1.0794 , 0.6774 , 0.7738 , 2.7900 , 1.0000 , 55.3571 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12125 , cls_11 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12172 , cls_11 , 1.0800 , 540.0000 , 41.2954 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5972 , 0.2700 , 1.0000 , 25.0000 , 807.7747 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12249 , cls_11 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1256.0653 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12338 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 458.9118 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12417 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1243.1010 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12479 , cls_11 , 0.9000 , 420.0000 , 36.2331 , 466.6667 , 1.0000 , 1.0223 , 0.4907 , 0.6000 , 0.1800 , 1.0000 , 20.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12558 , cls_11 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.5756 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12559 , cls_11 , 0.9000 , 540.0000 , 44.1012 , 600.0000 , 1.2857 , 1.0775 , 0.6817 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12562 , cls_11 , 1.1700 , 540.0000 , 41.4330 , 461.5385 , 1.1250 , 1.0473 , 0.4292 , 0.6282 , 0.3600 , 1.0000 , 30.7692 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12563 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12578 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 331.3608 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12607 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12652 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13111 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13112 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13156 , cls_11 , 0.7200 , 420.0000 , 35.9822 , 583.3333 , 1.1667 , 1.0480 , 0.6488 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1002.6465 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13230 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 692.6038 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13233 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13252 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 488.3646 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13255 , cls_11 , 0.6300 , 360.0000 , 29.2647 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 692.6038 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13304 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13328 , cls_11 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13419 , cls_11 , 0.9000 , 600.0000 , 46.3143 , 666.6667 , 1.4286 , 1.1006 , 0.6255 , 0.4500 , 0.0000 , 0.0000 , 0.0000 , 342.0526 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13490 , cls_11 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 429.5346 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13602 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 835.7033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13620 , cls_11 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 666.1081 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13655 , cls_11 , 1.0800 , 720.0000 , 54.1560 , 666.6667 , 1.7143 , 1.1183 , 0.7062 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13841 , cls_11 , 0.9900 , 480.0000 , 37.6899 , 484.8485 , 1.1429 , 1.0407 , 0.2997 , 0.6061 , 0.2700 , 1.0000 , 27.2727 , 342.0526 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13895 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14033 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 379.4733 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14113 , cls_11 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 351.1410 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14165 , cls_11 , 0.5400 , 360.0000 , 29.9535 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 915.8603 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14173 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1157.6269 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14244 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14307 , cls_11 , 1.0800 , 540.0000 , 43.9077 , 500.0000 , 1.2857 , 1.0563 , 0.6273 , 0.5694 , 0.1800 , 1.0000 , 16.6667 , 408.0441 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14396 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 606.7125 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14517 , cls_11 , 2.5200 , 900.0000 , 66.5202 , 357.1429 , 1.3636 , 1.0688 , 0.5806 , 0.7143 , 1.0800 , 1.0000 , 42.8571 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14556 , cls_11 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 606.7125 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14616 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 394.5884 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14623 , cls_11 , 2.7000 , 1020.0000 , 74.6816 , 377.7778 , 1.5455 , 1.0861 , 0.6496 , 0.6889 , 0.8100 , 2.0000 , 30.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14642 , cls_11 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 408.0441 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14655 , cls_11 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 318.9044 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14666 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14710 , cls_11 , 0.8100 , 420.0000 , 34.7671 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14731 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14800 , cls_11 , 0.7200 , 420.0000 , 31.7705 , 583.3333 , 1.1667 , 1.0480 , 0.4008 , 0.5417 , 0.1800 , 1.0000 , 25.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14893 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14895 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 494.7727 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14962 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 523.9275 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14971 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 755.3807 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15045 , cls_11 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15056 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15057 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15115 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15123 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 394.5884 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15157 , cls_11 , 3.4200 , 1140.0000 , 98.0605 , 333.3333 , 1.4615 , 1.0829 , 0.7312 , 0.7105 , 1.0800 , 1.0000 , 31.5789 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15202 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 258.0698 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15212 , cls_11 , 0.8100 , 420.0000 , 36.2715 , 518.5185 , 1.1667 , 1.0343 , 0.5416 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15370 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15406 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15487 , cls_11 , 0.9900 , 480.0000 , 41.7376 , 484.8485 , 1.1429 , 1.0407 , 0.5881 , 0.5758 , 0.0900 , 1.0000 , 9.0909 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15496 , cls_11 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.0900 , 1.0000 , 16.6667 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15571 , cls_11 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 582.4946 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15619 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15620 , cls_11 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15712 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 499.2995 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15746 , cls_11 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15748 , cls_11 , 0.9900 , 540.0000 , 43.1767 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5606 , 0.1800 , 1.0000 , 18.1818 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15751 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 390.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15753 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 394.5884 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15765 , cls_11 , 0.9900 , 540.0000 , 42.1139 , 545.4545 , 1.2857 , 1.0663 , 0.5881 , 0.5455 , 0.0900 , 1.0000 , 9.0909 , 577.0615 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15775 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 313.2092 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15898 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 553.1727 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15920 , cls_11 , 3.0600 , 1020.0000 , 72.5430 , 333.3333 , 1.4167 , 1.0730 , 0.6028 , 0.7255 , 1.3500 , 1.0000 , 44.1176 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15923 , cls_11 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 394.5884 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15962 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16091 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16095 , cls_11 , 0.6300 , 360.0000 , 29.3367 , 571.4286 , 1.0000 , 1.0287 , 0.3144 , 0.5238 , 0.0900 , 1.0000 , 14.2857 , 296.9848 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16178 , cls_11 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16182 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16183 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16212 , cls_11 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 381.8377 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16234 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 553.1727 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16322 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 483.7355 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16356 , cls_11 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16372 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16467 , cls_11 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16498 , cls_11 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16499 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16509 , cls_11 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16513 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16555 , cls_11 , 1.4400 , 720.0000 , 57.0865 , 500.0000 , 1.5000 , 1.0847 , 0.6866 , 0.5938 , 0.2700 , 2.0000 , 18.7500 , 424.2641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16571 , cls_11 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 390.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16610 , cls_11 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 379.4733 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16612 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16696 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 381.8377 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16721 , cls_11 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16944 , cls_11 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 381.8377 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17114 , cls_11 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 573.1492 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 76 , cls_90 , 21.6000 , 6600.0000 , 448.4659 , 305.5556 , 3.5484 , 1.2063 , 0.9273 , 0.7493 , 9.1800 , 5.0000 , 42.5000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 80 , cls_90 , 1.8000 , 660.0000 , 56.7729 , 366.6667 , 1.2222 , 1.0422 , 0.5195 , 0.6750 , 0.4500 , 1.0000 , 25.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 108 , cls_90 , 144.6300 , 35280.0000 , 1792.6918 , 243.9328 , 7.2593 , 1.2809 , 0.9622 , 0.7952 , 75.0600 , 22.0000 , 51.8979 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 141 , cls_90 , 39.6000 , 4680.0000 , 282.7131 , 118.1818 , 1.8571 , 1.0962 , 0.6157 , 0.8985 , 29.6100 , 1.0000 , 74.7727 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 188 , cls_90 , 0.9900 , 660.0000 , 44.9715 , 666.6667 , 1.5714 , 1.1100 , 0.6584 , 0.4848 , 0.0900 , 1.0000 , 9.0909 , 600.7495 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 203 , cls_90 , 0.8100 , 540.0000 , 41.7542 , 666.6667 , 1.5000 , 1.0901 , 0.7135 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 250 , cls_90 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 283 , cls_90 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 317 , cls_90 , 1.3500 , 960.0000 , 56.4661 , 711.1111 , 2.0000 , 1.1526 , 0.6327 , 0.4556 , 0.0900 , 1.0000 , 6.6667 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 586 , cls_90 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 457.9301 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 607 , cls_90 , 20.4300 , 7620.0000 , 550.7059 , 372.9809 , 4.0968 , 1.2353 , 0.9515 , 0.6982 , 6.6600 , 5.0000 , 32.5991 , 603.7384 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 752 , cls_90 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 753 , cls_90 , 1.5300 , 780.0000 , 60.2194 , 509.8039 , 1.4444 , 1.0945 , 0.7075 , 0.5588 , 0.0900 , 1.0000 , 5.8824 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 772 , cls_90 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 808 , cls_90 , 0.9000 , 840.0000 , 57.9347 , 933.3333 , 2.0000 , 1.1745 , 0.8279 , 0.3167 , 0.0000 , 0.0000 , 0.0000 , 457.9301 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 834 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 540.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 869 , cls_90 , 0.4500 , 420.0000 , 36.8827 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 936 , cls_90 , 2.7900 , 960.0000 , 71.6032 , 344.0860 , 1.3333 , 1.0708 , 0.6053 , 0.7204 , 1.1700 , 1.0000 , 41.9355 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 976 , cls_90 , 184.0500 , 35100.0000 , 1762.8163 , 190.7090 , 6.4286 , 1.2588 , 0.9522 , 0.8414 , 114.2100 , 10.0000 , 62.0538 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 987 , cls_90 , 0.6300 , 600.0000 , 51.6370 , 952.3810 , 1.6667 , 1.1455 , 0.8019 , 0.2619 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1001 , cls_90 , 0.6300 , 420.0000 , 39.4421 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1026 , cls_90 , 1.2600 , 780.0000 , 61.8013 , 619.0476 , 1.6250 , 1.1170 , 0.7078 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1032 , cls_90 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1102 , cls_90 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 271.6616 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1129 , cls_90 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1203 , cls_90 , 172.4400 , 27240.0000 , 1214.0371 , 157.9680 , 5.1591 , 1.2292 , 0.9145 , 0.8693 , 119.6100 , 9.0000 , 69.3633 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1232 , cls_90 , 5.4000 , 2580.0000 , 133.3365 , 477.7778 , 2.6875 , 1.1874 , 0.8031 , 0.6194 , 1.1700 , 2.0000 , 21.6667 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1251 , cls_90 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1262 , cls_90 , 17.6400 , 5760.0000 , 400.6124 , 326.5306 , 3.4286 , 1.2040 , 0.9104 , 0.7304 , 6.4800 , 5.0000 , 36.7347 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1402 , cls_90 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1543 , cls_90 , 0.8100 , 480.0000 , 40.1084 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.4815 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1662 , cls_90 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1718 , cls_90 , 0.9000 , 480.0000 , 39.6448 , 533.3333 , 1.1429 , 1.0516 , 0.6021 , 0.5500 , 0.0900 , 1.0000 , 10.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1777 , cls_90 , 1.1700 , 660.0000 , 57.9982 , 564.1026 , 1.3750 , 1.0902 , 0.7453 , 0.5128 , 0.0900 , 1.0000 , 7.6923 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1824 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1845 , cls_90 , 5.6700 , 2520.0000 , 199.2468 , 444.4444 , 2.6250 , 1.1778 , 0.8936 , 0.6296 , 0.9000 , 3.0000 , 15.8730 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1899 , cls_90 , 16.1100 , 3780.0000 , 258.3880 , 234.6369 , 2.3333 , 1.1428 , 0.8052 , 0.8082 , 9.0000 , 2.0000 , 55.8659 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1901 , cls_90 , 1.9800 , 660.0000 , 54.5794 , 333.3333 , 1.1000 , 1.0322 , 0.4613 , 0.7121 , 0.7200 , 1.0000 , 36.3636 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1951 , cls_90 , 2.4300 , 1320.0000 , 101.8087 , 543.2099 , 2.0000 , 1.1485 , 0.8281 , 0.5617 , 0.2700 , 2.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1974 , cls_90 , 0.5400 , 480.0000 , 44.0957 , 888.8889 , 1.6000 , 1.1141 , 0.7613 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2045 , cls_90 , 3.8700 , 2280.0000 , 211.5909 , 589.1473 , 2.7143 , 1.2014 , 0.9214 , 0.5155 , 0.1800 , 1.0000 , 4.6512 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2070 , cls_90 , 1.9800 , 1080.0000 , 89.7802 , 545.4545 , 1.8000 , 1.1317 , 0.7845 , 0.5227 , 0.0900 , 1.0000 , 4.5455 , 342.0526 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2356 , cls_90 , 0.9000 , 780.0000 , 74.1406 , 866.6667 , 1.8571 , 1.1583 , 0.8569 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2456 , cls_90 , 0.7200 , 480.0000 , 40.6729 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2466 , cls_90 , 36.0000 , 10500.0000 , 583.8905 , 291.6667 , 4.3750 , 1.2307 , 0.9337 , 0.7612 , 15.3000 , 4.0000 , 42.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2514 , cls_90 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 450.9989 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2572 , cls_90 , 1.6200 , 960.0000 , 75.6869 , 592.5926 , 1.7778 , 1.1309 , 0.8315 , 0.5093 , 0.0900 , 1.0000 , 5.5556 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2662 , cls_90 , 0.9900 , 600.0000 , 42.4429 , 606.0606 , 1.4286 , 1.0892 , 0.6498 , 0.5152 , 0.1800 , 1.0000 , 18.1818 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2717 , cls_90 , 11.0700 , 2880.0000 , 164.0428 , 260.1626 , 2.0870 , 1.1329 , 0.6899 , 0.7846 , 5.6700 , 1.0000 , 51.2195 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2727 , cls_90 , 0.8100 , 660.0000 , 54.2035 , 814.8148 , 1.8333 , 1.1347 , 0.8237 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2752 , cls_90 , 1.3500 , 840.0000 , 57.5850 , 622.2222 , 1.7500 , 1.1245 , 0.7854 , 0.5111 , 0.0900 , 1.0000 , 6.6667 , 305.9412 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2774 , cls_90 , 0.6300 , 540.0000 , 45.6215 , 857.1429 , 1.5000 , 1.1214 , 0.7772 , 0.3095 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2778 , cls_90 , 0.9000 , 720.0000 , 61.7838 , 800.0000 , 1.7143 , 1.1407 , 0.8041 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2791 , cls_90 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 283.0194 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2816 , cls_90 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2979 , cls_90 , 0.4500 , 420.0000 , 31.7780 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 450.9989 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3070 , cls_90 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3317 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3403 , cls_90 , 0.8100 , 660.0000 , 58.3921 , 814.8148 , 1.8333 , 1.1347 , 0.8237 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3404 , cls_90 , 1.8900 , 780.0000 , 56.7992 , 412.6984 , 1.3000 , 1.0710 , 0.5886 , 0.6667 , 0.6300 , 1.0000 , 33.3333 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3610 , cls_90 , 5.9400 , 2520.0000 , 162.6256 , 424.2424 , 2.4706 , 1.1728 , 0.8365 , 0.6540 , 1.5300 , 2.0000 , 25.7576 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3637 , cls_90 , 6.5700 , 2340.0000 , 171.4711 , 356.1644 , 2.1667 , 1.1488 , 0.8476 , 0.7100 , 2.4300 , 1.0000 , 36.9863 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3778 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1060.6602 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3839 , cls_90 , 0.8100 , 660.0000 , 49.8175 , 814.8148 , 1.8333 , 1.1347 , 0.7205 , 0.3519 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4018 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4082 , cls_90 , 0.6300 , 480.0000 , 45.8183 , 761.9048 , 1.3333 , 1.0945 , 0.7772 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4139 , cls_90 , 21.5100 , 8040.0000 , 362.9835 , 373.7796 , 4.3226 , 1.2389 , 0.8704 , 0.6932 , 6.6600 , 8.0000 , 30.9623 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4197 , cls_90 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 283.0194 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4419 , cls_90 , 7.2000 , 1860.0000 , 148.8081 , 258.3333 , 1.7222 , 1.0983 , 0.8041 , 0.7687 , 3.2400 , 1.0000 , 45.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4560 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1053.4230 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4878 , cls_90 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5124 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 216.3331 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5336 , cls_90 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5379 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5493 , cls_90 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5533 , cls_90 , 0.7200 , 540.0000 , 44.8196 , 750.0000 , 1.5000 , 1.1046 , 0.7516 , 0.3958 , 0.0000 , 0.0000 , 0.0000 , 590.9315 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5591 , cls_90 , 0.5400 , 480.0000 , 34.1421 , 888.8889 , 1.6000 , 1.1141 , 0.5756 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5709 , cls_90 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5720 , cls_90 , 8.8200 , 1980.0000 , 130.5160 , 224.4898 , 1.6500 , 1.0897 , 0.5559 , 0.8095 , 4.8600 , 2.0000 , 55.1020 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5736 , cls_90 , 0.6300 , 420.0000 , 33.4059 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5756 , cls_90 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 465.7252 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5760 , cls_90 , 3.2400 , 1320.0000 , 100.1773 , 407.4074 , 1.8333 , 1.1167 , 0.8024 , 0.6481 , 0.9000 , 1.0000 , 27.7778 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5800 , cls_90 , 0.5400 , 480.0000 , 39.1655 , 888.8889 , 1.6000 , 1.1141 , 0.6180 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5812 , cls_90 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5821 , cls_90 , 2.3400 , 1440.0000 , 82.3944 , 615.3846 , 2.1818 , 1.1701 , 0.7931 , 0.5192 , 0.2700 , 1.0000 , 11.5385 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5850 , cls_90 , 5.0400 , 1920.0000 , 143.3331 , 380.9524 , 2.1333 , 1.1404 , 0.8286 , 0.6815 , 1.6200 , 3.0000 , 32.1429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5984 , cls_90 , 1.4400 , 600.0000 , 48.1288 , 416.6667 , 1.2500 , 1.0466 , 0.5031 , 0.6458 , 0.3600 , 1.0000 , 25.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6003 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6035 , cls_90 , 0.6300 , 540.0000 , 41.5274 , 857.1429 , 1.5000 , 1.1214 , 0.6435 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6145 , cls_90 , 2.4300 , 1140.0000 , 87.6483 , 469.1358 , 1.7273 , 1.1195 , 0.8142 , 0.6049 , 0.3600 , 1.0000 , 14.8148 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6240 , cls_90 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 349.8571 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6317 , cls_90 , 1.3500 , 900.0000 , 51.9678 , 666.6667 , 1.8750 , 1.1390 , 0.5342 , 0.4667 , 0.0000 , 0.0000 , 0.0000 , 590.9315 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6322 , cls_90 , 0.7200 , 600.0000 , 40.0494 , 833.3333 , 1.6667 , 1.1283 , 0.4907 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6373 , cls_90 , 11.7900 , 4680.0000 , 275.3072 , 396.9466 , 3.3913 , 1.2100 , 0.8898 , 0.6730 , 3.3300 , 7.0000 , 28.2443 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6467 , cls_90 , 15.3000 , 5340.0000 , 361.3303 , 349.0196 , 3.2963 , 1.2057 , 0.9042 , 0.7108 , 5.1300 , 5.0000 , 33.5294 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6505 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 465.7252 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6613 , cls_90 , 1.1700 , 780.0000 , 57.8881 , 666.6667 , 1.6250 , 1.1258 , 0.7146 , 0.4487 , 0.0900 , 1.0000 , 7.6923 , 424.2641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6911 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 305.9412 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6930 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7124 , cls_90 , 0.5400 , 360.0000 , 29.8110 , 666.6667 , 1.2000 , 1.0472 , 0.5506 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 313.2092 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7173 , cls_90 , 0.9000 , 420.0000 , 36.0063 , 466.6667 , 1.0000 , 1.0223 , 0.4907 , 0.5833 , 0.0900 , 1.0000 , 10.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7257 , cls_90 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7351 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 313.2092 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7405 , cls_90 , 5.4900 , 2220.0000 , 170.5583 , 404.3716 , 2.3125 , 1.1580 , 0.8315 , 0.6612 , 1.0800 , 4.0000 , 19.6721 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7450 , cls_90 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7603 , cls_90 , 0.7200 , 720.0000 , 52.1931 , 1000.0000 , 2.0000 , 1.1693 , 0.7963 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7655 , cls_90 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7780 , cls_90 , 5.5800 , 3060.0000 , 268.2635 , 548.3871 , 3.1875 , 1.2150 , 0.9345 , 0.5430 , 0.6300 , 4.0000 , 11.2903 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7831 , cls_90 , 1.2600 , 900.0000 , 62.8255 , 714.2857 , 1.8750 , 1.1473 , 0.7591 , 0.4524 , 0.0900 , 1.0000 , 7.1429 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7888 , cls_90 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 577.0615 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7917 , cls_90 , 1.3500 , 720.0000 , 54.5049 , 533.3333 , 1.5000 , 1.0921 , 0.7419 , 0.5667 , 0.1800 , 1.0000 , 13.3333 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7986 , cls_90 , 2.5200 , 1260.0000 , 104.6189 , 500.0000 , 1.9091 , 1.1352 , 0.8443 , 0.5655 , 0.1800 , 2.0000 , 7.1429 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8076 , cls_90 , 0.5400 , 420.0000 , 41.3887 , 777.7778 , 1.4000 , 1.0831 , 0.7366 , 0.3056 , 0.0000 , 0.0000 , 0.0000 , 713.0919 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8094 , cls_90 , 0.9000 , 660.0000 , 53.0671 , 733.3333 , 1.5714 , 1.1216 , 0.7453 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8098 , cls_90 , 1.1700 , 540.0000 , 44.4060 , 461.5385 , 1.1250 , 1.0473 , 0.5963 , 0.6154 , 0.2700 , 1.0000 , 23.0769 , 1170.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8323 , cls_90 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8375 , cls_90 , 0.9000 , 660.0000 , 44.3844 , 733.3333 , 1.5714 , 1.1216 , 0.5609 , 0.4167 , 0.0900 , 1.0000 , 10.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8378 , cls_90 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8549 , cls_90 , 2.7000 , 1200.0000 , 92.6731 , 444.4444 , 1.8182 , 1.1180 , 0.8198 , 0.6167 , 0.5400 , 1.0000 , 20.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8591 , cls_90 , 17.1900 , 5400.0000 , 311.5175 , 314.1361 , 3.2143 , 1.1959 , 0.8952 , 0.7426 , 7.3800 , 2.0000 , 42.9319 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8604 , cls_90 , 20.8800 , 6240.0000 , 305.3290 , 298.8506 , 3.3548 , 1.2005 , 0.8502 , 0.7601 , 9.9000 , 4.0000 , 47.4138 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8621 , cls_90 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8630 , cls_90 , 1.5300 , 600.0000 , 50.4726 , 392.1569 , 1.1111 , 1.0400 , 0.5671 , 0.6667 , 0.4500 , 1.0000 , 29.4118 , 152.9706 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8786 , cls_90 , 0.6300 , 420.0000 , 35.6454 , 666.6667 , 1.1667 , 1.0640 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 751.7978 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8982 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 371.0795 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9176 , cls_90 , 2.5200 , 1260.0000 , 119.2051 , 500.0000 , 1.9091 , 1.1352 , 0.8443 , 0.5595 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9235 , cls_90 , 1.2600 , 1140.0000 , 68.7227 , 904.7619 , 2.3750 , 1.1974 , 0.8463 , 0.3214 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9288 , cls_90 , 14.6700 , 4020.0000 , 293.2716 , 274.0286 , 2.5769 , 1.1622 , 0.8723 , 0.7740 , 7.0200 , 1.0000 , 47.8528 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9319 , cls_90 , 54.2700 , 9540.0000 , 505.2337 , 175.7877 , 3.1800 , 1.1779 , 0.8427 , 0.8543 , 35.4600 , 2.0000 , 65.3400 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9376 , cls_90 , 5.9400 , 2520.0000 , 232.2937 , 424.2424 , 2.4706 , 1.1728 , 0.9168 , 0.6263 , 0.9000 , 4.0000 , 15.1515 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9656 , cls_90 , 9.6300 , 3180.0000 , 206.4670 , 330.2181 , 2.5238 , 1.1640 , 0.8564 , 0.7181 , 3.6000 , 2.0000 , 37.3832 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9676 , cls_90 , 2.1600 , 1140.0000 , 97.1460 , 527.7778 , 1.9000 , 1.1327 , 0.8283 , 0.5417 , 0.2700 , 1.0000 , 12.5000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9742 , cls_90 , 1.0800 , 780.0000 , 60.2602 , 722.2222 , 1.8571 , 1.1355 , 0.7753 , 0.4167 , 0.0900 , 1.0000 , 8.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9873 , cls_90 , 0.6300 , 480.0000 , 42.4966 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10027 , cls_90 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10156 , cls_90 , 3.7800 , 1080.0000 , 81.6474 , 285.7143 , 1.3846 , 1.0623 , 0.6337 , 0.7460 , 1.6200 , 1.0000 , 42.8571 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10164 , cls_90 , 0.6300 , 480.0000 , 37.4341 , 761.9048 , 1.3333 , 1.0945 , 0.7379 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10212 , cls_90 , 0.9900 , 660.0000 , 52.3452 , 666.6667 , 1.5714 , 1.1100 , 0.7357 , 0.4545 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10501 , cls_90 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10529 , cls_90 , 1.4400 , 720.0000 , 51.6457 , 500.0000 , 1.5000 , 1.0847 , 0.5926 , 0.5833 , 0.2700 , 1.0000 , 18.7500 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10592 , cls_90 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10622 , cls_90 , 0.7200 , 600.0000 , 44.0698 , 833.3333 , 1.6667 , 1.1283 , 0.7516 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10623 , cls_90 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10631 , cls_90 , 2.0700 , 1020.0000 , 72.7685 , 492.7536 , 1.7000 , 1.1152 , 0.7747 , 0.5942 , 0.3600 , 1.0000 , 17.3913 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10632 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10661 , cls_90 , 1.8000 , 960.0000 , 73.7005 , 533.3333 , 1.7778 , 1.1187 , 0.7963 , 0.5500 , 0.2700 , 2.0000 , 15.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10731 , cls_90 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10761 , cls_90 , 25.2900 , 5940.0000 , 362.3903 , 234.8754 , 2.9118 , 1.1741 , 0.8792 , 0.8013 , 13.1400 , 6.0000 , 51.9573 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10763 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10801 , cls_90 , 1.5300 , 840.0000 , 62.6829 , 549.0196 , 1.5556 , 1.1099 , 0.7453 , 0.5490 , 0.1800 , 2.0000 , 11.7647 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10953 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10989 , cls_90 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11021 , cls_90 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11073 , cls_90 , 1.3500 , 1020.0000 , 93.7984 , 755.5556 , 2.1250 , 1.1653 , 0.8896 , 0.3444 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11155 , cls_90 , 1.2600 , 720.0000 , 57.3679 , 571.4286 , 1.5000 , 1.1000 , 0.7558 , 0.5119 , 0.0900 , 1.0000 , 7.1429 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11241 , cls_90 , 1.3500 , 840.0000 , 79.6871 , 622.2222 , 1.7500 , 1.1245 , 0.8531 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11252 , cls_90 , 0.8100 , 420.0000 , 33.8568 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5741 , 0.1800 , 1.0000 , 22.2222 , 457.9301 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11447 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11517 , cls_90 , 0.8100 , 540.0000 , 45.8693 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 577.0615 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11655 , cls_90 , 1.6200 , 720.0000 , 63.4082 , 444.4444 , 1.3333 , 1.0715 , 0.6630 , 0.6111 , 0.1800 , 2.0000 , 11.1111 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11687 , cls_90 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11709 , cls_90 , 3.8700 , 2160.0000 , 185.8301 , 558.1395 , 2.5714 , 1.1912 , 0.9162 , 0.5465 , 0.2700 , 2.0000 , 6.9767 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11753 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11839 , cls_90 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11840 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11890 , cls_90 , 0.7200 , 480.0000 , 38.5499 , 666.6667 , 1.3333 , 1.0780 , 0.5926 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11931 , cls_90 , 0.8100 , 600.0000 , 39.7706 , 740.7407 , 1.6667 , 1.1135 , 0.6630 , 0.4630 , 0.1800 , 1.0000 , 22.2222 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11987 , cls_90 , 0.4500 , 420.0000 , 33.2581 , 933.3333 , 1.4000 , 1.1065 , 0.7453 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11989 , cls_90 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 258.0698 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12035 , cls_90 , 16.6500 , 6120.0000 , 468.1203 , 367.5676 , 3.6429 , 1.2199 , 0.9497 , 0.6919 , 4.7700 , 5.0000 , 28.6486 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12058 , cls_90 , 9.0900 , 1920.0000 , 148.3389 , 211.2211 , 1.5238 , 1.0815 , 0.6694 , 0.8185 , 5.1300 , 1.0000 , 56.4356 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12076 , cls_90 , 1.2600 , 720.0000 , 57.0871 , 571.4286 , 1.5000 , 1.1000 , 0.7558 , 0.5119 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12188 , cls_90 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12220 , cls_90 , 0.7200 , 660.0000 , 54.6957 , 916.6667 , 1.8333 , 1.1497 , 0.7963 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12370 , cls_90 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12375 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12411 , cls_90 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12457 , cls_90 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12525 , cls_90 , 0.9900 , 480.0000 , 41.7288 , 484.8485 , 1.1429 , 1.0407 , 0.5881 , 0.5758 , 0.0900 , 1.0000 , 9.0909 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12606 , cls_90 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 391.1521 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12835 , cls_90 , 21.2400 , 4620.0000 , 338.3598 , 217.5141 , 2.4839 , 1.1498 , 0.8436 , 0.8136 , 11.8800 , 1.0000 , 55.9322 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12965 , cls_90 , 8.2800 , 1920.0000 , 129.2808 , 231.8841 , 1.6000 , 1.0904 , 0.6396 , 0.8062 , 4.5000 , 2.0000 , 54.3478 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13004 , cls_90 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13063 , cls_90 , 0.7200 , 480.0000 , 37.6263 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13075 , cls_90 , 4.4100 , 1680.0000 , 137.0559 , 380.9524 , 2.0000 , 1.1296 , 0.8267 , 0.6735 , 1.0800 , 3.0000 , 24.4898 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13212 , cls_90 , 0.6300 , 480.0000 , 43.9726 , 761.9048 , 1.3333 , 1.0945 , 0.7772 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13254 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 134.1641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13528 , cls_90 , 0.3600 , 300.0000 , 22.7069 , 833.3333 , 1.2500 , 1.0545 , 0.4907 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13529 , cls_90 , 3.1500 , 1560.0000 , 112.9340 , 495.2381 , 2.1667 , 1.1520 , 0.8293 , 0.5857 , 0.5400 , 1.0000 , 17.1429 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13562 , cls_90 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13578 , cls_90 , 5.2200 , 1980.0000 , 145.5560 , 379.3103 , 2.0625 , 1.1423 , 0.8580 , 0.6695 , 1.2600 , 3.0000 , 24.1379 , 424.2641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13767 , cls_90 , 0.8100 , 480.0000 , 44.8842 , 592.5926 , 1.3333 , 1.0639 , 0.7135 , 0.4630 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13768 , cls_90 , 2.7000 , 1380.0000 , 91.6392 , 511.1111 , 2.0909 , 1.1454 , 0.8061 , 0.5611 , 0.4500 , 2.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13836 , cls_90 , 0.6300 , 600.0000 , 45.7887 , 952.3810 , 1.6667 , 1.1455 , 0.7772 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13870 , cls_90 , 0.4500 , 480.0000 , 34.9706 , 1066.6667 , 1.6000 , 1.1383 , 0.6817 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13933 , cls_90 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13934 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13935 , cls_90 , 1.3500 , 780.0000 , 64.9740 , 577.7778 , 1.6250 , 1.1089 , 0.7753 , 0.4889 , 0.0900 , 1.0000 , 6.6667 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13974 , cls_90 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14036 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14207 , cls_90 , 0.4500 , 420.0000 , 40.3503 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14368 , cls_90 , 0.8100 , 540.0000 , 50.1621 , 666.6667 , 1.5000 , 1.0901 , 0.7453 , 0.4259 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14371 , cls_90 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.0900 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14414 , cls_90 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14482 , cls_90 , 0.7200 , 480.0000 , 38.8049 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 424.2641 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14535 , cls_90 , 23.5800 , 5220.0000 , 306.9846 , 221.3740 , 2.6364 , 1.1598 , 0.8211 , 0.8149 , 13.0500 , 2.0000 , 55.3435 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14808 , cls_90 , 1.2600 , 720.0000 , 60.0678 , 571.4286 , 1.5000 , 1.1000 , 0.7591 , 0.5357 , 0.0900 , 1.0000 , 7.1429 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14819 , cls_90 , 0.9900 , 660.0000 , 59.6731 , 666.6667 , 1.5714 , 1.1100 , 0.7307 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14988 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 240.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15027 , cls_90 , 0.9000 , 660.0000 , 52.8373 , 733.3333 , 1.5714 , 1.1216 , 0.7598 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15043 , cls_90 , 1.9800 , 900.0000 , 75.6241 , 454.5455 , 1.5000 , 1.0949 , 0.7307 , 0.6136 , 0.2700 , 2.0000 , 13.6364 , 308.8689 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15062 , cls_90 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15086 , cls_90 , 2.1600 , 1020.0000 , 80.1928 , 472.2222 , 1.7000 , 1.1104 , 0.7649 , 0.5972 , 0.2700 , 2.0000 , 12.5000 , 458.9118 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15116 , cls_90 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15159 , cls_90 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15193 , cls_90 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15304 , cls_90 , 1.5300 , 1080.0000 , 82.4679 , 705.8824 , 2.0000 , 1.1620 , 0.8727 , 0.4510 , 0.0900 , 1.0000 , 5.8824 , 323.1099 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15386 , cls_90 , 1.4400 , 720.0000 , 59.2776 , 500.0000 , 1.5000 , 1.0847 , 0.7247 , 0.5833 , 0.1800 , 2.0000 , 12.5000 , 308.8689 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15480 , cls_90 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 829.7590 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15546 , cls_90 , 0.4500 , 480.0000 , 41.4290 , 1066.6667 , 1.6000 , 1.1383 , 0.8011 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15556 , cls_90 , 0.7200 , 600.0000 , 52.9415 , 833.3333 , 1.6667 , 1.1283 , 0.8041 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 296.9848 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15583 , cls_90 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15802 , cls_90 , 0.6300 , 480.0000 , 35.0592 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15851 , cls_90 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15874 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15973 , cls_90 , 0.6300 , 480.0000 , 34.5524 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16004 , cls_90 , 0.4500 , 360.0000 , 29.7634 , 800.0000 , 1.2000 , 1.0699 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 840.5355 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16074 , cls_90 , 0.9900 , 660.0000 , 57.2348 , 666.6667 , 1.5714 , 1.1100 , 0.8081 , 0.4394 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16157 , cls_90 , 1.4400 , 960.0000 , 74.9057 , 666.6667 , 2.0000 , 1.1448 , 0.8370 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16195 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16197 , cls_90 , 1.7100 , 1200.0000 , 71.8145 , 701.7544 , 2.2222 , 1.1704 , 0.7674 , 0.4561 , 0.0900 , 1.0000 , 5.2632 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16208 , cls_90 , 7.8300 , 2340.0000 , 136.1336 , 298.8506 , 2.0526 , 1.1309 , 0.6713 , 0.7452 , 2.9700 , 2.0000 , 37.9310 , 296.9848 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16240 , cls_90 , 0.8100 , 660.0000 , 53.5613 , 814.8148 , 1.8333 , 1.1347 , 0.8121 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16567 , cls_90 , 4.8600 , 1920.0000 , 116.0565 , 395.0617 , 2.1333 , 1.1442 , 0.7753 , 0.6698 , 1.5300 , 1.0000 , 31.4815 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16613 , cls_90 , 10.3500 , 3060.0000 , 195.6280 , 295.6522 , 2.3182 , 1.1500 , 0.8118 , 0.7565 , 4.6800 , 3.0000 , 45.2174 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16820 , cls_90 , 0.4500 , 360.0000 , 29.1010 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16858 , cls_90 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2117.2860 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17048 , cls_90 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17050 , cls_90 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17051 , cls_90 , 0.5400 , 420.0000 , 37.7901 , 777.7778 , 1.4000 , 1.0831 , 0.7062 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 271.6616 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17110 , cls_90 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17121 , cls_90 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17123 , cls_90 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 174 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 964.2095 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 251 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 271 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 914.3850 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 439 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 440 , cls_95 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 809 , cls_95 , 1.3500 , 840.0000 , 54.2658 , 622.2222 , 1.7500 , 1.1245 , 0.7854 , 0.5333 , 0.2700 , 1.0000 , 20.0000 , 517.8803 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 904 , cls_95 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2100.2143 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 971 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1049 , cls_95 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1218 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1420 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 335.4102 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1553 , cls_95 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1650 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1687 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1802 , cls_95 , 1.5300 , 1260.0000 , 66.3131 , 823.5294 , 2.3333 , 1.1940 , 0.6670 , 0.4020 , 0.0900 , 1.0000 , 5.8824 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2113 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 169.7056 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2143 , cls_95 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2222 , cls_95 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2254 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2730.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2546 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 371.0795 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2828 , cls_95 , 0.9000 , 660.0000 , 57.1045 , 733.3333 , 1.5714 , 1.1216 , 0.7598 , 0.4000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3030 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3112 , cls_95 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3114 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3183 , cls_95 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3710 , cls_95 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 977.1898 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3799 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3800 , cls_95 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4055 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4089 , cls_95 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4171 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2584.8791 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4444 , cls_95 , 0.3600 , 360.0000 , 34.3237 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4584 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4585 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4632 , cls_95 , 1.8000 , 1200.0000 , 98.2249 , 666.6667 , 2.2222 , 1.1643 , 0.8408 , 0.4667 , 0.0900 , 1.0000 , 5.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4663 , cls_95 , 0.8100 , 480.0000 , 38.3139 , 592.5926 , 1.3333 , 1.0639 , 0.6048 , 0.5000 , 0.0900 , 1.0000 , 11.1111 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4664 , cls_95 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4777 , cls_95 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 2590.4440 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4794 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4795 , cls_95 , 0.8100 , 480.0000 , 36.9298 , 592.5926 , 1.3333 , 1.0639 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4904 , cls_95 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4905 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4992 , cls_95 , 0.9000 , 480.0000 , 36.5337 , 533.3333 , 1.1429 , 1.0516 , 0.3634 , 0.5667 , 0.1800 , 1.0000 , 20.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5140 , cls_95 , 2.0700 , 1440.0000 , 107.6017 , 695.6522 , 2.4000 , 1.1846 , 0.8536 , 0.4420 , 0.0000 , 0.0000 , 0.0000 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5150 , cls_95 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 2730.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5245 , cls_95 , 1.2600 , 780.0000 , 68.4743 , 619.0476 , 1.6250 , 1.1170 , 0.7558 , 0.4762 , 0.0900 , 1.0000 , 7.1429 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5513 , cls_95 , 0.2700 , 360.0000 , 28.1155 , 1333.3333 , 1.5000 , 1.1390 , 0.6180 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 5075.6773 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5585 , cls_95 , 0.4500 , 360.0000 , 28.9706 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5586 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5649 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5679 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5847 , cls_95 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 247.3863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6108 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6146 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6316 , cls_95 , 0.7200 , 660.0000 , 47.7428 , 916.6667 , 1.8333 , 1.1497 , 0.7004 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 1090.3669 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6408 , cls_95 , 0.5400 , 420.0000 , 32.6019 , 777.7778 , 1.4000 , 1.0831 , 0.5756 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 560.4463 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7194 , cls_95 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 930.4837 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7324 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7493 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7868 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7955 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8264 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 543.3231 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9621 , cls_95 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1451.2064 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10483 , cls_95 , 0.5400 , 360.0000 , 31.6356 , 666.6667 , 1.2000 , 1.0472 , 0.6180 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 324.4996 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10891 , cls_95 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10997 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11236 , cls_95 , 0.4500 , 420.0000 , 30.6946 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11265 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11281 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11505 , cls_95 , 0.3600 , 300.0000 , 26.5136 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.2917 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11506 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11669 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11787 , cls_95 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11788 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11815 , cls_95 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 417.8516 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11986 , cls_95 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12064 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 417.8516 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12084 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3225.5232 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12187 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12364 , cls_95 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 635.6886 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12873 , cls_95 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 536.6563 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13032 , cls_95 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2171.0136 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13241 , cls_95 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 902.4965 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14417 , cls_95 , 0.4500 , 420.0000 , 37.9650 , 933.3333 , 1.4000 , 1.1065 , 0.7805 , 0.2333 , 0.0000 , 0.0000 , 0.0000 , 902.4965 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14818 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15020 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15052 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2431.4810 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15063 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15117 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15596 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15801 , cls_95 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16137 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1041.3933 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16565 , cls_95 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1041.3933 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 398 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 466 , cls_24 , 2.7000 , 900.0000 , 64.5823 , 333.3333 , 1.3636 , 1.0616 , 0.5708 , 0.7278 , 1.1700 , 1.0000 , 43.3333 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 654 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 655 , cls_24 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 723 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 793 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1476 , cls_24 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 737.9024 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1478 , cls_24 , 0.7200 , 720.0000 , 49.5141 , 1000.0000 , 2.0000 , 1.1693 , 0.7516 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1521 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3159.2721 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1674 , cls_24 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1797 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1949 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3305 , cls_24 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 1647.5436 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3456 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1744.1330 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4174 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1690.9465 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4343 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 523.9275 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4536 , cls_24 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 523.9275 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5203 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1647.5436 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5302 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 715.6116 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6583 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6584 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6598 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6600 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6690 , cls_24 , 1.1700 , 480.0000 , 43.6241 , 410.2564 , 1.0000 , 1.0222 , 0.5132 , 0.6282 , 0.1800 , 1.0000 , 15.3846 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6842 , cls_24 , 0.2700 , 360.0000 , 28.2843 , 1333.3333 , 1.5000 , 1.1390 , 0.7878 , 0.1111 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6884 , cls_24 , 1.5300 , 600.0000 , 48.6927 , 392.1569 , 1.1111 , 1.0400 , 0.4721 , 0.6667 , 0.4500 , 1.0000 , 29.4118 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6925 , cls_24 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6943 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6974 , cls_24 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6996 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7140 , cls_24 , 1.7100 , 600.0000 , 49.6684 , 350.8772 , 1.1111 , 1.0282 , 0.2885 , 0.7018 , 0.6300 , 1.0000 , 36.8421 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7276 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 180.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7422 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7478 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7486 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7489 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7526 , cls_24 , 0.6300 , 420.0000 , 32.0129 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7581 , cls_24 , 2.3400 , 1140.0000 , 78.4323 , 487.1795 , 1.7273 , 1.1237 , 0.7170 , 0.5833 , 0.2700 , 1.0000 , 11.5385 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7699 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 417.8516 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7795 , cls_24 , 0.5400 , 360.0000 , 28.8813 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7923 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 305.9412 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7936 , cls_24 , 1.2600 , 720.0000 , 49.7707 , 571.4286 , 1.5000 , 1.1000 , 0.6435 , 0.5476 , 0.1800 , 2.0000 , 14.2857 , 301.4963 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7974 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 488.3646 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8003 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8004 , cls_24 , 0.8100 , 420.0000 , 34.7671 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8013 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 711.1962 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8133 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 301.4963 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8170 , cls_24 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8298 , cls_24 , 2.0700 , 1200.0000 , 68.8099 , 579.7101 , 2.0000 , 1.1479 , 0.6555 , 0.5217 , 0.0900 , 1.0000 , 4.3478 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8299 , cls_24 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8300 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8346 , cls_24 , 1.4400 , 780.0000 , 56.2906 , 541.6667 , 1.6250 , 1.1014 , 0.6156 , 0.5521 , 0.1800 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8351 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8383 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8458 , cls_24 , 0.6300 , 420.0000 , 35.9271 , 666.6667 , 1.1667 , 1.0640 , 0.6927 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8575 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8828 , cls_24 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8874 , cls_24 , 1.3500 , 600.0000 , 45.0880 , 444.4444 , 1.2500 , 1.0537 , 0.4383 , 0.6333 , 0.3600 , 1.0000 , 26.6667 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8910 , cls_24 , 0.4500 , 420.0000 , 29.6237 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9012 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9073 , cls_24 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 692.6038 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9264 , cls_24 , 2.1600 , 900.0000 , 67.1545 , 416.6667 , 1.5000 , 1.0853 , 0.6180 , 0.6389 , 0.4500 , 1.0000 , 20.8333 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9360 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9642 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 421.0701 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9835 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1760.8237 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10138 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10218 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10222 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 450.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10534 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 450.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10922 , cls_24 , 5.9400 , 1800.0000 , 101.6768 , 303.0303 , 1.7647 , 1.1116 , 0.5901 , 0.7576 , 2.7900 , 1.0000 , 46.9697 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11488 , cls_24 , 1.1700 , 960.0000 , 54.0452 , 820.5128 , 2.0000 , 1.1702 , 0.7286 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11489 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11806 , cls_24 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11892 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12022 , cls_24 , 0.7200 , 480.0000 , 37.7396 , 666.6667 , 1.3333 , 1.0780 , 0.6488 , 0.4583 , 0.0000 , 0.0000 , 0.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12156 , cls_24 , 0.9000 , 600.0000 , 59.0952 , 666.6667 , 1.4286 , 1.1006 , 0.7598 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12174 , cls_24 , 2.1600 , 720.0000 , 56.2210 , 333.3333 , 1.2000 , 1.0406 , 0.3209 , 0.7222 , 0.9000 , 1.0000 , 41.6667 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12281 , cls_24 , 0.8100 , 540.0000 , 43.3427 , 666.6667 , 1.5000 , 1.0901 , 0.7205 , 0.4444 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12283 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12357 , cls_24 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12361 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12388 , cls_24 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12437 , cls_24 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12488 , cls_24 , 1.4400 , 660.0000 , 61.1140 , 458.3333 , 1.3750 , 1.0665 , 0.7004 , 0.5938 , 0.0900 , 1.0000 , 6.2500 , 540.8327 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12491 , cls_24 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12531 , cls_24 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 797.1198 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12542 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12549 , cls_24 , 1.0800 , 540.0000 , 41.9745 , 500.0000 , 1.2857 , 1.0563 , 0.5506 , 0.5833 , 0.1800 , 1.0000 , 16.6667 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12569 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12571 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 218.4033 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12574 , cls_24 , 0.7200 , 360.0000 , 31.2688 , 500.0000 , 1.0000 , 1.0133 , 0.4341 , 0.5625 , 0.0900 , 1.0000 , 12.5000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12596 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12634 , cls_24 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12708 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12918 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12938 , cls_24 , 5.0400 , 1380.0000 , 90.5684 , 273.8095 , 1.5333 , 1.0794 , 0.4515 , 0.7708 , 2.4300 , 2.0000 , 48.2143 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12980 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 318.9044 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13014 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13015 , cls_24 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13041 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4002.1619 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13105 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13123 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13124 , cls_24 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13140 , cls_24 , 1.4400 , 780.0000 , 67.5127 , 541.6667 , 1.6250 , 1.1014 , 0.7736 , 0.5208 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13426 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13468 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13469 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13844 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 872.0665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13865 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 930.4837 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14309 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 930.4837 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14373 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14415 , cls_24 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14540 , cls_24 , 0.8100 , 360.0000 , 32.1895 , 444.4444 , 1.0000 , 1.0000 , 0.3634 , 0.5926 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14578 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 342.0526 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14614 , cls_24 , 0.4500 , 360.0000 , 27.1847 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 1146.2984 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14713 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14719 , cls_24 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15005 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15089 , cls_24 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15143 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15327 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1189.8319 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15650 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 510.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16171 , cls_24 , 0.3600 , 240.0000 , 21.2132 , 666.6667 , 1.0000 , 1.0000 , 0.3634 , 0.4167 , 0.0000 , 0.0000 , 0.0000 , 902.4965 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16339 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2403.9343 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 16997 , cls_24 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 17138 , cls_24 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 507 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 558 , cls_31 , 0.6300 , 420.0000 , 32.0129 , 666.6667 , 1.1667 , 1.0640 , 0.5544 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 570 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 258.0698 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 582 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1410.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 600 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 653 , cls_31 , 0.8100 , 600.0000 , 56.4522 , 740.7407 , 1.6667 , 1.1135 , 0.8024 , 0.3704 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 835 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2089.0428 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1303 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2089.0428 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1385 , cls_31 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1509 , cls_31 , 0.7200 , 780.0000 , 47.4288 , 1083.3333 , 2.1667 , 1.1874 , 0.7453 , 0.2708 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1798 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1826 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1945 , cls_31 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1110.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1983 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2481 , cls_31 , 1.0800 , 600.0000 , 45.4172 , 555.5556 , 1.4286 , 1.0790 , 0.5506 , 0.5278 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2628 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 271.6616 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2745 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2829 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 271.6616 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2919 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 488.3646 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3226 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 241.8677 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3272 , cls_31 , 8.9100 , 3840.0000 , 174.3860 , 430.9764 , 3.2000 , 1.2050 , 0.7417 , 0.6582 , 2.7900 , 4.0000 , 31.3131 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3308 , cls_31 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 295.4657 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3483 , cls_31 , 0.6300 , 360.0000 , 31.8469 , 571.4286 , 1.0000 , 1.0287 , 0.5544 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1008.4642 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3536 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3550 , cls_31 , 0.6300 , 480.0000 , 35.0592 , 761.9048 , 1.3333 , 1.0945 , 0.5544 , 0.4048 , 0.0000 , 0.0000 , 0.0000 , 3159.1296 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3568 , cls_31 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3660 , cls_31 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3663 , cls_31 , 0.4500 , 360.0000 , 28.6491 , 800.0000 , 1.2000 , 1.0699 , 0.5103 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3702 , cls_31 , 0.4500 , 360.0000 , 32.1688 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3707 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3746 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3748 , cls_31 , 0.8100 , 720.0000 , 56.0006 , 888.8889 , 2.0000 , 1.1540 , 0.7453 , 0.3148 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3792 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 323.1099 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3832 , cls_31 , 2.3400 , 1320.0000 , 74.1275 , 564.1026 , 2.0000 , 1.1528 , 0.6622 , 0.5385 , 0.2700 , 2.0000 , 11.5385 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3833 , cls_31 , 0.6300 , 540.0000 , 43.4745 , 857.1429 , 1.5000 , 1.1214 , 0.7379 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3838 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3877 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3907 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3962 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4027 , cls_31 , 0.5400 , 360.0000 , 27.3545 , 666.6667 , 1.2000 , 1.0472 , 0.4123 , 0.4722 , 0.0900 , 1.0000 , 16.6667 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4182 , cls_31 , 3.0600 , 2280.0000 , 106.4411 , 745.0980 , 3.1667 , 1.2287 , 0.7660 , 0.4559 , 0.1800 , 2.0000 , 5.8824 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4211 , cls_31 , 1.2600 , 780.0000 , 56.1667 , 619.0476 , 1.6250 , 1.1170 , 0.6572 , 0.4881 , 0.0000 , 0.0000 , 0.0000 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4262 , cls_31 , 2.2500 , 1080.0000 , 66.2371 , 480.0000 , 1.8000 , 1.1173 , 0.6255 , 0.6200 , 0.4500 , 1.0000 , 20.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4299 , cls_31 , 0.5400 , 420.0000 , 35.7569 , 777.7778 , 1.4000 , 1.0831 , 0.6944 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4354 , cls_31 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4408 , cls_31 , 0.7200 , 600.0000 , 41.4919 , 833.3333 , 1.6667 , 1.1283 , 0.6488 , 0.3542 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4474 , cls_31 , 1.0800 , 720.0000 , 48.7020 , 666.6667 , 1.7143 , 1.1183 , 0.6273 , 0.4861 , 0.0900 , 1.0000 , 8.3333 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4475 , cls_31 , 0.6300 , 420.0000 , 35.6454 , 666.6667 , 1.1667 , 1.0640 , 0.6572 , 0.4286 , 0.0000 , 0.0000 , 0.0000 , 192.0937 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4546 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 381.8377 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4701 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4728 , cls_31 , 0.3600 , 360.0000 , 27.7684 , 1000.0000 , 1.5000 , 1.0990 , 0.6082 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4832 , cls_31 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4837 , cls_31 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4858 , cls_31 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 381.8377 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4903 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4943 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5096 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5133 , cls_31 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5324 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5374 , cls_31 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 375.8989 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5621 , cls_31 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 268.3282 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5748 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 684.1053 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5769 , cls_31 , 40.8600 , 4920.0000 , 253.8539 , 120.4112 , 1.9070 , 1.1013 , 0.6000 , 0.8994 , 31.3200 , 2.0000 , 76.6520 , 271.6616 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5907 , cls_31 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6090 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6174 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6392 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 258.0698 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 6495 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 684.1053 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7102 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7314 , cls_31 , 1.1700 , 900.0000 , 57.2456 , 769.2308 , 1.8750 , 1.1564 , 0.6877 , 0.3974 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7386 , cls_31 , 0.5400 , 300.0000 , 27.3607 , 555.5556 , 1.0000 , 1.0047 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7481 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7484 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7534 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7583 , cls_31 , 16.6500 , 3540.0000 , 172.1504 , 212.6126 , 2.1071 , 1.1288 , 0.5831 , 0.8306 , 10.2600 , 1.0000 , 61.6216 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7701 , cls_31 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7743 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7749 , cls_31 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7788 , cls_31 , 68.3100 , 9420.0000 , 435.8074 , 137.9007 , 2.8036 , 1.1559 , 0.7437 , 0.8852 , 50.2200 , 4.0000 , 73.5178 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7838 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7961 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 189.7367 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8039 , cls_31 , 0.7200 , 480.0000 , 40.5811 , 666.6667 , 1.3333 , 1.0780 , 0.7004 , 0.4375 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8211 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8212 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8259 , cls_31 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8352 , cls_31 , 0.2700 , 240.0000 , 19.3469 , 888.8889 , 1.0000 , 1.0364 , 0.5225 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8385 , cls_31 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8389 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 301.4963 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8425 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 301.4963 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8499 , cls_31 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 210.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8573 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8601 , cls_31 , 7.9200 , 1680.0000 , 121.7899 , 212.1212 , 1.4737 , 1.0710 , 0.5370 , 0.8144 , 4.3200 , 1.0000 , 54.5455 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8641 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8642 , cls_31 , 0.9900 , 660.0000 , 51.8884 , 666.6667 , 1.5714 , 1.1100 , 0.7307 , 0.4848 , 0.0900 , 1.0000 , 9.0909 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8721 , cls_31 , 0.9000 , 480.0000 , 40.0216 , 533.3333 , 1.1429 , 1.0516 , 0.6255 , 0.5500 , 0.0900 , 1.0000 , 10.0000 , 3152.4276 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8842 , cls_31 , 0.3600 , 300.0000 , 24.2705 , 833.3333 , 1.2500 , 1.0545 , 0.6082 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8870 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 941.5413 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8988 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 150.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9173 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 174.9286 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9217 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9218 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9357 , cls_31 , 0.6300 , 480.0000 , 41.3583 , 761.9048 , 1.3333 , 1.0945 , 0.6927 , 0.3571 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9934 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 907.9648 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10347 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 655.2099 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10808 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 676.8309 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 10991 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 676.8309 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11044 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 907.9648 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11132 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11259 , cls_31 , 0.5400 , 420.0000 , 31.9425 , 777.7778 , 1.4000 , 1.0831 , 0.6180 , 0.3611 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11357 , cls_31 , 0.3600 , 420.0000 , 34.5416 , 1166.6667 , 1.7500 , 1.1367 , 0.7963 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11616 , cls_31 , 0.3600 , 360.0000 , 29.4061 , 1000.0000 , 1.5000 , 1.0990 , 0.7170 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11697 , cls_31 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11698 , cls_31 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11772 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11805 , cls_31 , 0.5400 , 540.0000 , 49.9536 , 1000.0000 , 1.8000 , 1.1415 , 0.8302 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11808 , cls_31 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11937 , cls_31 , 0.4500 , 360.0000 , 28.5787 , 800.0000 , 1.2000 , 1.0699 , 0.6463 , 0.3667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11939 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11975 , cls_31 , 0.4500 , 420.0000 , 31.3192 , 933.3333 , 1.4000 , 1.1065 , 0.5103 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 84.8528 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11994 , cls_31 , 0.3600 , 360.0000 , 32.0945 , 1000.0000 , 1.5000 , 1.0990 , 0.7453 , 0.2083 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12065 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 212.1320 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12100 , cls_31 , 8.7300 , 2400.0000 , 123.3665 , 274.9141 , 2.0000 , 1.1245 , 0.5492 , 0.7852 , 4.7700 , 1.0000 , 54.6392 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12111 , cls_31 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12112 , cls_31 , 0.8100 , 420.0000 , 35.4985 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12176 , cls_31 , 1.0800 , 600.0000 , 47.3512 , 555.5556 , 1.4286 , 1.0790 , 0.6605 , 0.5139 , 0.0900 , 1.0000 , 8.3333 , 123.6932 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12211 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12272 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 120.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12284 , cls_31 , 0.8100 , 420.0000 , 35.4985 , 518.5185 , 1.1667 , 1.0343 , 0.4270 , 0.5556 , 0.0900 , 1.0000 , 11.1111 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12354 , cls_31 , 1.0800 , 480.0000 , 40.2698 , 444.4444 , 1.1429 , 1.0310 , 0.5225 , 0.6111 , 0.1800 , 1.0000 , 16.6667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12422 , cls_31 , 0.6300 , 540.0000 , 48.1183 , 857.1429 , 1.5000 , 1.1214 , 0.8019 , 0.2857 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12436 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 301.4963 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12451 , cls_31 , 0.4500 , 420.0000 , 32.2893 , 933.3333 , 1.4000 , 1.1065 , 0.6817 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12544 , cls_31 , 2.9700 , 2220.0000 , 119.1644 , 747.4747 , 3.0833 , 1.2271 , 0.8707 , 0.3838 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12550 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12591 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 201.2461 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12641 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12711 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12713 , cls_31 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12735 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12739 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 228.4732 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12774 , cls_31 , 0.8100 , 600.0000 , 66.6667 , 740.7407 , 1.6667 , 1.1135 , 0.8603 , 0.2963 , 0.0000 , 0.0000 , 0.0000 , 360.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12778 , cls_31 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 276.5863 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12780 , cls_31 , 0.4500 , 360.0000 , 30.8852 , 800.0000 , 1.2000 , 1.0699 , 0.6817 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 234.3075 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12834 , cls_31 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12836 , cls_31 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12837 , cls_31 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12839 , cls_31 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12855 , cls_31 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 600.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12859 , cls_31 , 1.4400 , 1020.0000 , 120.0000 , 708.3333 , 2.1250 , 1.1574 , 0.9207 , 0.3125 , 0.0000 , 0.0000 , 0.0000 , 600.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12870 , cls_31 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 540.8327 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12874 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12883 , cls_31 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 570.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12885 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 390.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12889 , cls_31 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 390.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12893 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12895 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12911 , cls_31 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12912 , cls_31 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12913 , cls_31 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12915 , cls_31 , 2.1600 , 1260.0000 , 82.2777 , 583.3333 , 2.1000 , 1.1528 , 0.7893 , 0.5000 , 0.0900 , 1.0000 , 4.1667 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12922 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12966 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 182.4829 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12971 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12983 , cls_31 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12984 , cls_31 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13026 , cls_31 , 0.2700 , 240.0000 , 20.0000 , 888.8889 , 1.0000 , 1.0364 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 2040.8822 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13106 , cls_31 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 127.2792 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13195 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13228 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13229 , cls_31 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 90.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13349 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 161.5549 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13417 , cls_31 , 0.9900 , 480.0000 , 38.8102 , 484.8485 , 1.1429 , 1.0407 , 0.4398 , 0.5758 , 0.0900 , 1.0000 , 9.0909 , 450.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14378 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14481 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14610 , cls_31 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 301.4963 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14613 , cls_31 , 0.8100 , 600.0000 , 41.8924 , 740.7407 , 1.6667 , 1.1135 , 0.6048 , 0.4074 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14853 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 833.5466 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14856 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 14979 , cls_31 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 94.8683 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15090 , cls_31 , 0.6300 , 360.0000 , 30.8272 , 571.4286 , 1.0000 , 1.0287 , 0.5048 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 1006.2306 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15264 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1166.9190 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15340 , cls_31 , 0.1800 , 240.0000 , 21.2132 , 1333.3333 , 1.3333 , 1.0925 , 0.6817 , 0.0833 , 0.0000 , 0.0000 , 0.0000 , 1821.8672 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15365 , cls_31 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 1484.3180 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15527 , cls_31 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 523.9275 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15658 , cls_31 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15730 , cls_31 , 0.1800 , 180.0000 , 15.0000 , 1000.0000 , 1.0000 , 1.0157 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 445.9821 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15766 , cls_31 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 15888 , cls_31 , 0.3600 , 480.0000 , 34.3237 , 1333.3333 , 2.0000 , 1.1693 , 0.7453 , 0.1250 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 569 , cls_82 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1376.7353 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1832 , cls_82 , 1.5300 , 1140.0000 , 66.6226 , 745.0980 , 2.1111 , 1.1733 , 0.7453 , 0.4314 , 0.0000 , 0.0000 , 0.0000 , 1050.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 1922 , cls_82 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 666.1081 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 2020 , cls_82 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 666.1081 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3045 , cls_82 , 0.6300 , 420.0000 , 32.7472 , 666.6667 , 1.1667 , 1.0640 , 0.5048 , 0.4524 , 0.0000 , 0.0000 , 0.0000 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 3235 , cls_82 , 8.8200 , 3720.0000 , 138.2271 , 421.7687 , 3.1000 , 1.2005 , 0.6957 , 0.6616 , 2.5200 , 3.0000 , 28.5714 , 108.1665 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 4175 , cls_82 , 1.4400 , 600.0000 , 48.2471 , 416.6667 , 1.2500 , 1.0466 , 0.4907 , 0.6354 , 0.2700 , 1.0000 , 18.7500 , 2858.1987 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5353 , cls_82 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 2514.4582 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 5625 , cls_82 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1632.1765 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7424 , cls_82 , 0.3600 , 300.0000 , 30.0000 , 833.3333 , 1.2500 , 1.0545 , 0.7004 , 0.2500 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7524 , cls_82 , 0.4500 , 360.0000 , 36.0000 , 800.0000 , 1.2000 , 1.0699 , 0.7551 , 0.2667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7737 , cls_82 , 1.5300 , 900.0000 , 64.0004 , 588.2353 , 1.6667 , 1.1242 , 0.6817 , 0.5098 , 0.0900 , 1.0000 , 5.8824 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7886 , cls_82 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7928 , cls_82 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 7935 , cls_82 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1239.1126 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8129 , cls_82 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 375.8989 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8350 , cls_82 , 5.4000 , 2640.0000 , 147.1483 , 488.8889 , 2.7500 , 1.1916 , 0.8202 , 0.5944 , 0.9900 , 2.0000 , 18.3333 , 618.4658 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8394 , cls_82 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 318.9044 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8421 , cls_82 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8459 , cls_82 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8460 , cls_82 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8501 , cls_82 , 2.7900 , 1560.0000 , 138.0448 , 559.1398 , 2.1667 , 1.1657 , 0.8559 , 0.5538 , 0.4500 , 2.0000 , 16.1290 , 305.9412 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8576 , cls_82 , 0.2700 , 300.0000 , 25.3078 , 1111.1111 , 1.2500 , 1.0929 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 8668 , cls_82 , 0.4500 , 480.0000 , 41.8667 , 1066.6667 , 1.6000 , 1.1383 , 0.7551 , 0.2000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 9041 , cls_82 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 1812.4569 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 11539 , cls_82 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 510.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12175 , cls_82 , 0.9000 , 600.0000 , 42.7864 , 666.6667 , 1.4286 , 1.1006 , 0.5609 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 1440.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12199 , cls_82 , 2.1600 , 1200.0000 , 84.5465 , 555.5556 , 2.0000 , 1.1430 , 0.7893 , 0.5417 , 0.2700 , 1.0000 , 12.5000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12200 , cls_82 , 0.5400 , 420.0000 , 45.0000 , 777.7778 , 1.4000 , 1.0831 , 0.7935 , 0.2778 , 0.0000 , 0.0000 , 0.0000 , 60.0000 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12271 , cls_82 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12312 , cls_82 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 12355 , cls_82 , 0.0900 , 120.0000 , 15.0000 , 1333.3333 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 67.0820 +C:\Users\hesselbarth\Desktop\augusta_nlcd.tif , 13536 , cls_82 , 0.4500 , 300.0000 , 25.4793 , 666.6667 , 1.0000 , 1.0265 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 3399.6765 diff --git a/tests/testthat/fragstats/landscape.class b/tests/testthat/fragstats/landscape.class new file mode 100644 index 000000000..b045ceed7 --- /dev/null +++ b/tests/testthat/fragstats/landscape.class @@ -0,0 +1,4 @@ +LID , TYPE , CA , PLAND , NP , PD , LPI , TE , ED , LSI , AREA_MN , AREA_SD , AREA_CV , GYRATE_MN , GYRATE_SD , GYRATE_CV , SHAPE_MN , SHAPE_SD , SHAPE_CV , FRAC_MN , FRAC_SD , FRAC_CV , PARA_MN , PARA_SD , PARA_CV , CIRCLE_MN , CIRCLE_SD , CIRCLE_CV , CONTIG_MN , CONTIG_SD , CONTIG_CV , PAFRAC , TCA , CPLAND , NDCA , DCAD , CORE_MN , CORE_SD , CORE_CV , DCORE_MN , DCORE_SD , DCORE_CV , CAI_MN , CAI_SD , CAI_CV , ENN_MN , ENN_SD , ENN_CV , CLUMPY , PLADJ , IJI , COHESION , DIVISION , MESH , SPLIT , AI , NLSI +C:\Users\hesselbarth\Desktop\landscape.tif , cls_1 , 0.0184 , 20.4444 , 9.0000 , 10000.0000 , 8.8889 , 181.0000 , 2011.1111 , 3.4643 , 0.0020 , 0.0030 , 147.1030 , 1.5593 , 1.3807 , 88.5500 , 1.2754 , 0.3224 , 25.2776 , 1.2179 , 0.2058 , 16.8991 , 25324.0741 , 12675.8279 , 50.0545 , 0.4019 , 0.2887 , 71.8446 , 0.3426 , 0.3031 , 88.4723 , N/A , 0.0076 , 8.4444 , 5.0000 , 5555.5556 , 0.0008 , 0.0015 , 178.1231 , 0.0015 , 0.0016 , 106.4408 , 12.7623 , 19.7342 , 154.6285 , 4.0896 , 1.7151 , 41.9367 , 0.7449 , 73.6413 , 80.0148 , 87.8163 , 0.9853 , 0.0013 , 68.0558 , 79.7059 , 0.2029 +C:\Users\hesselbarth\Desktop\landscape.tif , cls_3 , 0.0482 , 53.5556 , 6.0000 , 6666.6667 , 17.6667 , 296.0000 , 3288.8889 , 4.1591 , 0.0080 , 0.0062 , 77.2108 , 3.8371 , 1.9490 , 50.7945 , 1.6833 , 0.3798 , 22.5656 , 1.2743 , 0.0668 , 5.2460 , 10789.6361 , 4759.6583 , 44.1132 , 0.6322 , 0.0984 , 15.5596 , 0.6899 , 0.1375 , 19.9251 , N/A , 0.0234 , 26.0000 , 8.0000 , 8888.8889 , 0.0039 , 0.0036 , 93.5107 , 0.0029 , 0.0033 , 113.2696 , 33.2656 , 21.8915 , 65.8083 , 2.0000 , 0.0000 , 0.0000 , 0.6747 , 81.0166 , 99.6012 , 93.4988 , 0.9237 , 0.0069 , 13.1059 , 84.8913 , 0.1631 +C:\Users\hesselbarth\Desktop\landscape.tif , cls_2 , 0.0234 , 26.0000 , 13.0000 , 14444.4444 , 7.5556 , 203.0000 , 2255.5556 , 3.8710 , 0.0018 , 0.0022 , 124.4360 , 1.4524 , 1.1406 , 78.5358 , 1.1843 , 0.2455 , 20.7311 , 1.1341 , 0.1125 , 9.9173 , 23987.9793 , 13028.0459 , 54.3107 , 0.3917 , 0.2694 , 68.7785 , 0.3587 , 0.3167 , 88.2875 , 1.2208 , 0.0089 , 9.8889 , 6.0000 , 6666.6667 , 0.0007 , 0.0011 , 163.9449 , 0.0015 , 0.0012 , 83.2447 , 14.1253 , 19.3796 , 137.1978 , 3.6081 , 1.0657 , 29.5377 , 0.7248 , 74.3590 , 75.4186 , 85.2500 , 0.9867 , 0.0012 , 75.4612 , 79.6339 , 0.2037 diff --git a/tests/testthat/fragstats/landscape.land b/tests/testthat/fragstats/landscape.land new file mode 100644 index 000000000..5f3aad549 --- /dev/null +++ b/tests/testthat/fragstats/landscape.land @@ -0,0 +1,2 @@ +LID , TA , NP , PD , LPI , TE , ED , LSI , AREA_MN , AREA_SD , AREA_CV , GYRATE_MN , GYRATE_SD , GYRATE_CV , SHAPE_MN , SHAPE_SD , SHAPE_CV , FRAC_MN , FRAC_SD , FRAC_CV , PARA_MN , PARA_SD , PARA_CV , CIRCLE_MN , CIRCLE_SD , CIRCLE_CV , CONTIG_MN , CONTIG_SD , CONTIG_CV , PAFRAC , TCA , NDCA , DCAD , CORE_MN , CORE_SD , CORE_CV , DCORE_MN , DCORE_SD , DCORE_CV , CAI_MN , CAI_SD , CAI_CV , ENN_MN , ENN_SD , ENN_CV , CONTAG , PLADJ , IJI , COHESION , DIVISION , MESH , SPLIT , PR , PRD , SHDI , SIDI , MSIDI , SHEI , SIEI , MSIEI , AI +C:\Users\hesselbarth\Desktop\landscape.tif , 0.0900 , 28.0000 , 31111.1111 , 17.6667 , 340.0000 , 3777.7778 , 3.8333 , 0.0032 , 0.0045 , 138.5249 , 1.9977 , 1.7192 , 86.0585 , 1.3205 , 0.3602 , 27.2806 , 1.1911 , 0.1538 , 12.9160 , 21589.2220 , 12940.2973 , 59.9387 , 0.4465 , 0.2683 , 60.0915 , 0.4245 , 0.3153 , 74.2720 , 1.2683 , 0.0399 , 19.0000 , 21111.1111 , 0.0014 , 0.0024 , 169.5516 , 0.0021 , 0.0025 , 119.4030 , 17.7887 , 21.6315 , 121.6026 , 3.4183 , 1.4372 , 42.0436 , 26.4538 , 77.7778 , 89.7774 , 90.6246 , 0.8958 , 0.0094 , 9.5926 , 3.0000 , 3333.3333 , 1.0092 , 0.6038 , 0.9258 , 0.9186 , 0.9057 , 0.8427 , 82.4642 diff --git a/tests/testthat/fragstats/landscape.patch b/tests/testthat/fragstats/landscape.patch new file mode 100644 index 000000000..df9e04ed9 --- /dev/null +++ b/tests/testthat/fragstats/landscape.patch @@ -0,0 +1,29 @@ +LID , PID , TYPE , AREA , PERIM , GYRATE , PARA , SHAPE , FRAC , CIRCLE , CONTIG , CORE , NCORE , CAI , ENN +C:\Users\hesselbarth\Desktop\landscape.tif , 1 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 7.0000 +C:\Users\hesselbarth\Desktop\landscape.tif , 5 , cls_1 , 0.0080 , 68.0000 , 4.0079 , 8500.0000 , 1.8889 , 1.2931 , 0.6282 , 0.7646 , 0.0038 , 2.0000 , 47.5000 , 2.2361 +C:\Users\hesselbarth\Desktop\landscape.tif , 9 , cls_1 , 0.0005 , 12.0000 , 0.9921 , 24000.0000 , 1.2000 , 1.3652 , 0.6255 , 0.3333 , 0.0000 , 0.0000 , 0.0000 , 4.0000 +C:\Users\hesselbarth\Desktop\landscape.tif , 12 , cls_1 , 0.0072 , 60.0000 , 4.0935 , 8333.3333 , 1.7647 , 1.2664 , 0.5997 , 0.7708 , 0.0035 , 1.0000 , 48.6111 , 2.0000 +C:\Users\hesselbarth\Desktop\landscape.tif , 19 , cls_1 , 0.0016 , 22.0000 , 1.7469 , 13750.0000 , 1.3750 , 1.2297 , 0.5473 , 0.6146 , 0.0003 , 2.0000 , 18.7500 , 2.0000 +C:\Users\hesselbarth\Desktop\landscape.tif , 24 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.0000 +C:\Users\hesselbarth\Desktop\landscape.tif , 25 , cls_1 , 0.0005 , 10.0000 , 0.8493 , 20000.0000 , 1.0000 , 1.1386 , 0.5103 , 0.4333 , 0.0000 , 0.0000 , 0.0000 , 4.1231 +C:\Users\hesselbarth\Desktop\landscape.tif , 27 , cls_1 , 0.0003 , 10.0000 , 0.8436 , 33333.3333 , 1.2500 , 1.6681 , 0.7062 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 4.1231 +C:\Users\hesselbarth\Desktop\landscape.tif , 28 , cls_1 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 6.3246 +C:\Users\hesselbarth\Desktop\landscape.tif , 2 , cls_3 , 0.0009 , 16.0000 , 1.2531 , 17777.7778 , 1.3333 , 1.2619 , 0.5416 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.0000 +C:\Users\hesselbarth\Desktop\landscape.tif , 4 , cls_3 , 0.0159 , 90.0000 , 6.0046 , 5660.3774 , 1.7308 , 1.2285 , 0.7023 , 0.8365 , 0.0093 , 1.0000 , 58.4906 , 2.0000 +C:\Users\hesselbarth\Desktop\landscape.tif , 6 , cls_3 , 0.0040 , 34.0000 , 2.6680 , 8500.0000 , 1.3077 , 1.1603 , 0.4907 , 0.7500 , 0.0016 , 1.0000 , 40.0000 , 2.0000 +C:\Users\hesselbarth\Desktop\landscape.tif , 10 , cls_3 , 0.0148 , 104.0000 , 5.4001 , 7027.0270 , 2.0800 , 1.3040 , 0.5831 , 0.8007 , 0.0078 , 2.0000 , 52.7027 , 2.0000 +C:\Users\hesselbarth\Desktop\landscape.tif , 14 , cls_3 , 0.0113 , 100.0000 , 5.7988 , 8849.5575 , 2.2727 , 1.3618 , 0.7471 , 0.7522 , 0.0046 , 3.0000 , 40.7080 , 2.0000 +C:\Users\hesselbarth\Desktop\landscape.tif , 22 , cls_3 , 0.0013 , 22.0000 , 1.8981 , 16923.0769 , 1.3750 , 1.3293 , 0.7286 , 0.5000 , 0.0001 , 1.0000 , 7.6923 , 2.0000 +C:\Users\hesselbarth\Desktop\landscape.tif , 3 , cls_2 , 0.0034 , 38.0000 , 2.5286 , 11176.4706 , 1.5833 , 1.2768 , 0.6268 , 0.6765 , 0.0009 , 1.0000 , 26.4706 , 4.4721 +C:\Users\hesselbarth\Desktop\landscape.tif , 7 , cls_2 , 0.0055 , 38.0000 , 3.1187 , 6909.0909 , 1.2667 , 1.1236 , 0.5677 , 0.7909 , 0.0026 , 1.0000 , 47.2727 , 5.8310 +C:\Users\hesselbarth\Desktop\landscape.tif , 8 , cls_2 , 0.0024 , 32.0000 , 2.4646 , 13333.3333 , 1.6000 , 1.3086 , 0.6605 , 0.6319 , 0.0005 , 2.0000 , 20.8333 , 3.0000 +C:\Users\hesselbarth\Desktop\landscape.tif , 11 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0000 +C:\Users\hesselbarth\Desktop\landscape.tif , 13 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.1623 +C:\Users\hesselbarth\Desktop\landscape.tif , 15 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 5.8310 +C:\Users\hesselbarth\Desktop\landscape.tif , 16 , cls_2 , 0.0003 , 8.0000 , 0.6667 , 26666.6667 , 1.0000 , 1.2619 , 0.6180 , 0.2222 , 0.0000 , 0.0000 , 0.0000 , 3.0000 +C:\Users\hesselbarth\Desktop\landscape.tif , 17 , cls_2 , 0.0068 , 52.0000 , 3.4157 , 7647.0588 , 1.5294 , 1.2158 , 0.5776 , 0.7819 , 0.0036 , 1.0000 , 52.9412 , 2.8284 +C:\Users\hesselbarth\Desktop\landscape.tif , 18 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 3.0000 +C:\Users\hesselbarth\Desktop\landscape.tif , 20 , cls_2 , 0.0001 , 4.0000 , 0.5000 , 40000.0000 , 1.0000 , 1.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 4.1231 +C:\Users\hesselbarth\Desktop\landscape.tif , 21 , cls_2 , 0.0002 , 6.0000 , 0.5000 , 30000.0000 , 1.0000 , 1.1699 , 0.4907 , 0.1667 , 0.0000 , 0.0000 , 0.0000 , 3.0000 +C:\Users\hesselbarth\Desktop\landscape.tif , 23 , cls_2 , 0.0036 , 34.0000 , 2.7743 , 9444.4444 , 1.4167 , 1.1944 , 0.6474 , 0.7269 , 0.0013 , 1.0000 , 36.1111 , 2.8284 +C:\Users\hesselbarth\Desktop\landscape.tif , 26 , cls_2 , 0.0006 , 10.0000 , 0.9120 , 16666.6667 , 1.0000 , 1.0228 , 0.4123 , 0.5000 , 0.0000 , 0.0000 , 0.0000 , 2.8284 diff --git a/tests/testthat/helper-fragstats.R b/tests/testthat/helper-fragstats.R new file mode 100644 index 000000000..fcd6627df --- /dev/null +++ b/tests/testthat/helper-fragstats.R @@ -0,0 +1,26 @@ +# import and reshape FRAGSTATS v2.0 results + +fragstats_patch <- c(landscape = testthat::test_path("fragstats", "landscape.patch"), + augusta_nlcd = testthat::test_path("fragstats", "augusta_nlcd.patch")) |> + lapply(read.table, sep = ",", header = TRUE, na.strings = " N/A ") |> + dplyr::bind_rows(.id = "LID") |> + tidyr::pivot_longer(cols = -c("LID", "PID", "TYPE"), names_to = "metric") |> + dplyr::mutate(TYPE = stringr::str_remove_all(TYPE, pattern = " "), + TYPE = as.integer(stringr::str_remove(TYPE, pattern = "cls_")), + metric = stringr::str_to_lower(metric)) + +fragstats_class <- c(landscape = testthat::test_path("fragstats", "landscape.class"), + augusta_nlcd = testthat::test_path("fragstats", "augusta_nlcd.class")) |> + lapply(read.table, sep = ",", header = TRUE, na.strings = " N/A ") |> + dplyr::bind_rows(.id = "LID") |> + tidyr::pivot_longer(cols = -c("LID", "TYPE"), names_to = "metric") |> + dplyr::mutate(TYPE = stringr::str_remove_all(TYPE, pattern = " "), + TYPE = as.integer(stringr::str_remove(TYPE, pattern = "cls_")), + metric = stringr::str_to_lower(metric)) + +fragstats_landscape <- c(landscape = testthat::test_path("fragstats", "landscape.land"), + augusta_nlcd = testthat::test_path("fragstats", "augusta_nlcd.land")) |> + lapply(read.table, sep = ",", header = TRUE, na.strings = " N/A ") |> + dplyr::bind_rows(.id = "LID") |> + tidyr::pivot_longer(cols = -c("LID"), names_to = "metric") |> + dplyr::mutate(metric = stringr::str_to_lower(metric)) diff --git a/tests/testthat/test-fragstats.R b/tests/testthat/test-fragstats.R index bc8ab8937..5db22d1ad 100644 --- a/tests/testthat/test-fragstats.R +++ b/tests/testthat/test-fragstats.R @@ -1,1942 +1,51 @@ -# #### Class level #### -# -# context("class level lsm_c_ai cv metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, AI) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_ai(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_ai results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_area_cv cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(AREA)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_area_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_area_cv results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_area_mn metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, AREA_MN) -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_area_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_area_mn results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_area_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(AREA)) -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_area_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_area_sd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_ca metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, CA) -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_ca(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_ca results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_cai_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(CAI)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_cai_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_cai_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(CAI)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_cai_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_cai_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(CAI)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_cai_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_circle_cv metric") -# -# landscapemetrics_class_landscape_value <- lsm_c_circle_cv(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test missing -# -# -# context("class level lsm_c_circle_mn metric") -# -# landscapemetrics_class_landscape_value <- lsm_c_circle_mn(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test missing -# -# -# context("class level lsm_c_circle_mn metric") -# -# landscapemetrics_class_landscape_value <- lsm_c_circle_sd(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test missing -# -# -# context("class level lsm_c_clumpy metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, CLUMPY) -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_clumpy(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_clumpy results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_cohesion metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, COHESION) -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_cohesion(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_cohesion results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_contig_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(CONTIG)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_contig_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_contig_cv results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_contig_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(CONTIG)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_contig_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_contig_mn results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_contig_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(CONTIG)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_contig_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_contig_sd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_core_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(CORE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_core_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_core_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(CORE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_core_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_core_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(CORE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_core_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_cpland metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, CPLAND) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_cpland(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_dcad metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, DCAD) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_dcad(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_cdore_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(NCORE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_dcore_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_dore_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(NCORE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_dcore_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_dore_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(NCORE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_dcore_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_cai_cv results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_division metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, DIVISION) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_division(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_division results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_ed metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, ED) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_ed(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_ed results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_enn_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(ENN)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_enn_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_enn_cv results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_enn_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(ENN)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_enn_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_enn_mn results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_enn_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(ENN)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_enn_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_enn_sd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_lsm_c_frac_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(FRAC)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_frac_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_frac_cv results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_frac_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(FRAC)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_frac_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_frac_mn results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level frac_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(FRAC)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_frac_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_frac_sd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_gyrate_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(GYRATE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_gyrate_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_gyrate_cv results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_gyrate_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(GYRATE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_gyrate_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_gyrate_mn results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_gyrate_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(GYRATE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_gyrate_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_gyrate_sd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_iji metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, IJI) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_iji(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_iji results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_lpi metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, LPI) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_lpi(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_lpi results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_lsi metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, LSI) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_lsi(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_lsi results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_mesh metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, MESH) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_mesh(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_mesh results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_ndca metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, NDCA) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_ndca(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_c_ndca results are equal to fragstats", { -# # expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# # }) -# -# -# context("class level lsm_c_nlsi metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, NLSI) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_nlsi(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_nlsi results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_np metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, NP) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_np(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_np results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_pafrac metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, PAFRAC) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_pafrac(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_pafrac results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_para_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(PARA)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_para_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_para_cv results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_para_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(PARA)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_para_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_para_mn results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_para_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(PARA)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_para_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_para_sd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_pd metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, PD) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_pd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_pd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_pladj metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, PLADJ) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_pladj(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_pladj results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_pland metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, PLAND) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_pland(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_pland results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_shape_cv metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = function(x) sd(x) / mean(x) * 100)(SHAPE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_shape_cv(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_shape_cv results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_shape_mn metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = mean(SHAPE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_shape_mn(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_shape_mn results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_shape_sd metric") -# -# fragstats_class_landscape_value <- fragstats_patch_landscape %>% -# dplyr::group_by(TYPE) %>% -# dplyr::summarize(metric = sd(SHAPE)) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_shape_sd(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_shape_sd results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_split metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, SPLIT) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_split(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_split results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_tca metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, TCA) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_tca(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_tca results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# context("class level lsm_c_te metric") -# -# fragstats_class_landscape_value <- dplyr::select(fragstats_class_landscape, -# TYPE, TE) -# -# names(fragstats_class_landscape_value) <- c("class", "value") -# -# landscapemetrics_class_landscape_value <- lsm_c_te(landscape) -# -# comparison <- dplyr::full_join(x = fragstats_class_landscape_value, -# y = landscapemetrics_class_landscape_value, -# by = "class", -# suffix = c(".fs", ".lsm")) -# -# test_that("lsm_c_te results are equal to fragstats", { -# expect_true(all(round(comparison$value.fs, 4) == round(comparison$value.lsm, 4))) -# }) -# -# -# #### Landscape level #### -# -# -# context("landscape level lsm_l_ai metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$AI -# landscapemetrics_landscape_landscape_value <- lsm_l_ai(landscape) -# -# test_that("lsm_l_ai results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level area_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(AREA)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_area_cv(landscape) -# -# test_that("lsm_l_area_cv results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level area_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(AREA)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_area_cv(landscape) -# -# test_that("lsm_l_area_mn results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level area_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(AREA)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_area_sd(landscape) -# -# test_that("lsm_l_area_sd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_cai_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(CAI)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_cai_cv(landscape) -# -# # Different core algorithm -# # test_that("lsm_l_cai_cv results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_cai_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(CAI)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_cai_mn(landscape) -# -# # Different core algorithm -# # test_that("lsm_l_cai_mn results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_cai_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(CAI)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_cai_sd(landscape) -# -# # Different core algorithm -# # test_that("lsm_l_cai_sd results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_circle_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(CIRCLE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_circle_cv(landscape) -# -# # see https://r-spatialecology.github.io/landscapemetrics/ for more information -# # test_that("lsm_l_circle_cv results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_circle_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(CIRCLE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_circle_mn(landscape) -# -# # see https://r-spatialecology.github.io/landscapemetrics/ for more information -# # test_that("lsm_l_circle_mn results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_circle_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(CIRCLE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_circle_sd(landscape) -# -# # see https://r-spatialecology.github.io/landscapemetrics/ for more information -# # test_that("lsm_l_circle_sd results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_cohesion metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$COHESION -# landscapemetrics_landscape_landscape_value <- lsm_l_cohesion(landscape) -# -# test_that("lsm_l_cohesion results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_contag metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$CONTAG -# landscapemetrics_landscape_landscape_value <- lsm_l_contag(landscape) -# -# test_that("lsm_l_contag results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_contig_cv metric") -# -# # FRAGSTATS already rounds on patch level -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(CONTIG)) -# -# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_contig(landscape), value = round(value, 4)), value = function(x) sd(x) / mean(x) * 100)(value)) -# -# test_that("lsm_l_contig_cv results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_contig_mn metric") -# -# # FRAGSTATS already rounds on patch level -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(CONTIG)) -# -# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_contig(landscape), value = round(value, 4)), value = mean(value)) -# -# test_that("lsm_l_contig_mn results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_contig_sd metric") -# -# # FRAGSTATS already rounds on patch level -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(CONTIG)) -# -# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_contig(landscape), value = round(value, 4)), value = sd(value)) -# -# test_that("lsm_l_contig_sd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_core_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(CORE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_core_cv(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/ -# # test_that("lsm_l_core_cv results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_core_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(CORE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_core_mn(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/ -# # test_that("lsm_l_core_mn results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_core_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(CORE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_core_sd(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/ -# # test_that("lsm_l_core_sd results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level _lsm_l_dcad metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$DCAD -# landscapemetrics_landscape_landscape_value <- lsm_l_dcad(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/ -# # test_that("lsm_l_dcad results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_dcore_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(NCORE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_dcore_cv(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/ -# # test_that("lsm_l_dcore_cv results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_dcore_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(NCORE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_dcore_mn(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/ -# # test_that("lsm_l_dcore_mn results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_dcore_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(NCORE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_dcore_sd(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/ -# # test_that("lsm_l_dcore_sd results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_division metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$DIVISION -# landscapemetrics_landscape_landscape_value <- lsm_l_division(landscape) -# -# test_that("lsm_l_division results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_ed metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$ED -# landscapemetrics_landscape_landscape_value <- lsm_l_ed(landscape) -# -# test_that("lsm_l_ed results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_enn_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(ENN)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_enn_cv(landscape) -# -# test_that("lsm_l_enn_cv results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_enn_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(ENN)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_enn_mn(landscape) -# -# test_that("lsm_l_enn_mn results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_enn_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(ENN)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_enn_sd(landscape) -# -# test_that("lsm_l_enn_sd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_frac_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(FRAC)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_frac_cv(landscape) -# -# test_that("lsm_l_frac_cv results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_frac_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(FRAC)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_frac_mn(landscape) -# -# test_that("lsm_l_frac_mn results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_frac_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(FRAC)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_frac_sd(landscape) -# -# test_that("lsm_l_frac_sd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_gyrate_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(GYRATE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_cv(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_l_gyrate_cv results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_gyrate_mn metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(GYRATE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_mn(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_l_gyrate_mn results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_gyrate_sd metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(GYRATE)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_gyrate_sd(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_l_gyrate_sd results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_lpi metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$LPI -# landscapemetrics_landscape_landscape_value <- lsm_l_lpi(landscape) -# -# test_that("lsm_l_lpi results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_lsi metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$LSI -# landscapemetrics_landscape_landscape_value <- lsm_l_lsi(landscape) -# -# test_that("lsm_l_lsi results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_mesh metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$MESH -# landscapemetrics_landscape_landscape_value <- lsm_l_mesh(landscape) -# -# test_that("lsm_l_mesh results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_msidi metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$MSIDI -# landscapemetrics_landscape_landscape_value <- lsm_l_msidi(landscape) -# -# test_that("lsm_l_msidi results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_msiei metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$MSIEI -# landscapemetrics_landscape_landscape_value <- lsm_l_msiei(landscape) -# -# test_that("lsm_l_msiei results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_ndca metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$NDCA -# landscapemetrics_landscape_landscape_value <- lsm_l_ndca(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_l_ndca results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_np metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$NP -# landscapemetrics_landscape_landscape_value <- lsm_l_np(landscape) -# -# test_that("lsm_l_np results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_pafrac metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$PAFRAC -# landscapemetrics_landscape_landscape_value <- lsm_l_pafrac(landscape) -# -# test_that("lsm_l_pafrac results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_para_cv metric") -# -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(PARA)) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_para_cv(landscape) -# -# test_that("lsm_l_para_cv results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_para_mn metric") -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(PARA) / 10000) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_para_mn(landscape) -# -# test_that("lsm_l_para_mn results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_para_sd metric") -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(PARA) / 10000) -# -# landscapemetrics_landscape_landscape_value <- lsm_l_para_sd(landscape) -# -# test_that("lsm_l_para_sd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_pd metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$PD -# landscapemetrics_landscape_landscape_value <- lsm_l_pd(landscape) -# -# test_that("lsm_l_pd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_pladj metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$PLADJ -# landscapemetrics_landscape_landscape_value <- lsm_l_pladj(landscape) -# -# test_that("lsm_l_pladj results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_pr metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$PR -# landscapemetrics_landscape_landscape_value <- lsm_l_pr(landscape) -# -# test_that("lsm_l_pr results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_prd metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$NP -# landscapemetrics_landscape_landscape_value <- lsm_l_prd(landscape) -# -# test_that("lsm_l_prd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_rpr metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$RPR -# landscapemetrics_landscape_landscape_value <- lsm_l_rpr(landscape, classes_max = 5) -# -# test_that("lsm_l_rpr results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_shape_cv metric") -# -# # FRAGSTATS already rounds on patch level -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = function(x) sd(x) / mean(x) * 100)(SHAPE)) -# -# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_shape(landscape), value = round(value, 4)), value = function(x) sd(x) / mean(x) * 100)(value)) -# -# test_that("lsm_l_shape_cv results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_shape_mn metric") -# -# # FRAGSTATS already rounds on patch level -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = mean(SHAPE)) -# -# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_shape(landscape), value = round(value, 4)), value = mean(value)) -# -# test_that("lsm_l_shape_mn results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_shape_sd metric") -# -# # FRAGSTATS already rounds on patch level -# fragstats_landscape_landscape_area_value <- fragstats_patch_landscape %>% -# dplyr::summarize(value = sd(SHAPE)) -# -# landscapemetrics_landscape_landscape_value <- dplyr::summarize(dplyr::dplyr::mutate(lsm_p_shape(landscape), value = round(value, 4)), value = sd(value)) -# -# test_that("lsm_l_shape_sd results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_area_value$value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_shdi metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SHDI -# landscapemetrics_landscape_landscape_value <- lsm_l_shdi(landscape) -# -# test_that("lsm_l_shdi results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_shei metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SHEI -# landscapemetrics_landscape_landscape_value <- lsm_l_shei(landscape) -# -# test_that("lsm_l_shei results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_sidi metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SIDI -# landscapemetrics_landscape_landscape_value <- lsm_l_sidi(landscape) -# -# test_that("lsm_l_sidi results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_siei metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SIEI -# landscapemetrics_landscape_landscape_value <- lsm_l_siei(landscape) -# -# test_that("lsm_l_siei results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_split metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$SPLIT -# landscapemetrics_landscape_landscape_value <- lsm_l_split(landscape) -# -# test_that("lsm_l_split results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_ta metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$TA -# landscapemetrics_landscape_landscape_value <- lsm_l_ta(landscape) -# -# test_that("lsm_l_ta results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# context("landscape level lsm_l_tca metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$TCA -# landscapemetrics_landscape_landscape_value <- lsm_l_tca(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_l_tca results are equal to fragstats", { -# # expect_true(round(fragstats_landscape_landscape_value, 4) == -# # round(landscapemetrics_landscape_landscape_value$value, 4)) -# # }) -# -# -# context("landscape level lsm_l_te metric") -# -# fragstats_landscape_landscape_value <- fragstats_landscape_landscape$TE -# landscapemetrics_landscape_landscape_value <- lsm_l_te(landscape) -# -# test_that("lsm_l_te results are equal to fragstats", { -# expect_true(round(fragstats_landscape_landscape_value, 4) == -# round(landscapemetrics_landscape_landscape_value$value, 4)) -# }) -# -# -# #### Patch level #### -# -# -# context("patch level lsm_p_area metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$AREA -# landscapemetrics_patch_landscape_value <- lsm_p_area(landscape) -# -# test_that("lsm_p_area results are equal to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_cai metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$CAI -# landscapemetrics_patch_landscape_value <- lsm_p_cai(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_p_cai results are equal to fragstats", { -# # expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# # round(landscapemetrics_patch_landscape_value$value, 4))) -# # }) -# -# -# context("patch level lsm_p_circle metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$CIRCLE -# landscapemetrics_patch_landscape_value <- lsm_p_circle(landscape) -# -# test_that("lsm_p_circle results are equal to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_contig metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$CONTIG -# landscapemetrics_patch_landscape_value <- lsm_p_contig(landscape) -# -# test_that("lsm_p_contig results are equal to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_core metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$CORE -# landscapemetrics_patch_landscape_value <- lsm_p_core(landscape) -# -# # See https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html -# # test_that("lsm_p_core results are equal to fragstats", { -# # expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# # round(landscapemetrics_patch_landscape_value$value, 4))) -# # }) -# -# -# context("patch level lsm_p_enn metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$ENN -# landscapemetrics_patch_landscape_value <- lsm_p_enn(landscape) -# -# test_that("lsm_p_enn results are comparable to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_frac metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$FRAC -# landscapemetrics_patch_landscape_value <- lsm_p_frac(landscape) -# -# test_that("lsm_p_frac results are comparable to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_gyrate metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$GYRATE -# landscapemetrics_patch_landscape_value <- lsm_p_gyrate(landscape) -# -# test_that("lsm_p_gyrate results are comparable to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_nca metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$NCORE -# landscapemetrics_patch_landscape_value <- lsm_p_ncore(landscape) -# -# test_that("lsm_p_ncore results are comparable to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_para metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$PARA -# landscapemetrics_patch_landscape_value <- lsm_p_para(landscape) -# -# test_that("lsm_p_para results are equal to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_perim metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$PERIM -# landscapemetrics_patch_landscape_value <- lsm_p_perim(landscape) -# -# test_that("lsm_p_perim results are equal to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# -# context("patch level lsm_p_shape metric") -# -# fragstats_patch_landscape_value <- fragstats_patch_landscape$SHAPE -# landscapemetrics_patch_landscape_value <- lsm_p_shape(landscape) -# -# test_that("lsm_p_shape results are equal to fragstats", { -# expect_true(all(round(fragstats_patch_landscape_value, 4) %in% -# round(landscapemetrics_patch_landscape_value$value, 4))) -# }) -# -# #### END #### +# calculate lsm results +lsm_landscape <- calculate_lsm(landscape = landscape) + +lsm_augusta <- calculate_lsm(landscape = augusta_nlcd) + +lsm_full <- dplyr::bind_rows(landscape = lsm_landscape, augusta_nlcd = lsm_augusta, + .id = "LID") +# dcore is really off? + +test_that("class level", { + + above_thres <- dplyr::filter(lsm_full, level == "class") |> + dplyr::left_join(y = fragstats_class, by = c("LID" = "LID", "class" = "TYPE", "metric" = "metric"), + suffix = c(".lsm", ".fs")) |> + # gyrate is just on different scales + dplyr::mutate(value.lsm = dplyr::case_when(metric == "para_mn" | metric == "para_sd" ~ value.lsm * 10000, + TRUE ~ value.lsm)) |> + # gyrate and circle are different due to an error propagation based on 1-cell patches + dplyr::filter(!metric %in% c("gyrate_mn", "gyrate_sd", "gyrate_cv", + "circle_mn", "circle_sd", "circle_cv")) |> + # not sure whats going on with dcore + dplyr::filter(!metric %in% c("dcore_mn", "dcore_sd", "dcore_cv")) |> + dplyr::mutate(value.diff = abs((value.lsm - value.fs) / value.fs * 100)) |> + dplyr::filter(value.diff > 10) |> + nrow() + + + expect_lt(object = above_thres, expected = 5) + +}) + +test_that("landscape level", { + + above_thres <- dplyr::filter(lsm_full, level == "landscape") |> + dplyr::left_join(y = fragstats_landscape, by = c("LID" = "LID", "metric" = "metric"), + suffix = c(".lsm", ".fs")) |> + # gyrate is just on different scales + dplyr::mutate(value.lsm = dplyr::case_when(metric == "para_mn" | metric == "para_sd" ~ value.lsm * 10000, + TRUE ~ value.lsm)) |> + # gyrate and circle are different due to an error propagation based on 1-cell patches + dplyr::filter(!metric %in% c("gyrate_mn", "gyrate_sd", "gyrate_cv", + "circle_mn", "circle_sd", "circle_cv")) |> + # not sure whats going on with dcore + dplyr::filter(!metric %in% c("dcore_mn", "dcore_sd", "dcore_cv")) |> + dplyr::mutate(value.diff = abs((value.lsm - value.fs) / value.fs * 100)) |> + dplyr::filter(value.diff > 5.0) |> + nrow() + + expect_lt(object = above_thres, expected = 1) + +}) diff --git a/vignettes/articles/irregular_areas.Rmd b/vignettes/articles/irregular_areas.Rmd index a7406b1b1..2426af8d0 100644 --- a/vignettes/articles/irregular_areas.Rmd +++ b/vignettes/articles/irregular_areas.Rmd @@ -29,7 +29,7 @@ In this case, we will use the Augusta NLCD dataset and an example set of irregul ```{r} # read example data ---------------------------------------------------- augusta_nlcd = rast(landscapemetrics::augusta_nlcd) -data("irregular_areas", package = "landscapemetrics") +irregular_areas <- landscapemetrics:::irregular_areas plot(augusta_nlcd, type = "classes") plot(st_geometry(irregular_areas), add = TRUE) From 5c00d222b736f2c86eb612a7e0d256f0596d2e06 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Mon, 22 May 2023 14:42:11 +0000 Subject: [PATCH 060/101] Re-write codemeta.json --- codemeta.json | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/codemeta.json b/codemeta.json index 7207e9c1d..2bdef6001 100644 --- a/codemeta.json +++ b/codemeta.json @@ -13,7 +13,7 @@ "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.2.3 (2023-03-15)", + "runtimePlatform": "R version 4.3.0 (2023-04-21)", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -186,6 +186,18 @@ }, "sameAs": "https://CRAN.R-project.org/package=stars" }, + { + "@type": "SoftwareApplication", + "identifier": "stringr", + "name": "stringr", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=stringr" + }, { "@type": "SoftwareApplication", "identifier": "testthat", @@ -197,6 +209,18 @@ "url": "https://cran.r-project.org" }, "sameAs": "https://CRAN.R-project.org/package=testthat" + }, + { + "@type": "SoftwareApplication", + "identifier": "tidyr", + "name": "tidyr", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=tidyr" } ], "softwareRequirements": { @@ -279,7 +303,7 @@ }, "SystemRequirements": null }, - "fileSize": "1853.488KB", + "fileSize": "5728.043KB", "citation": [ { "@type": "ScholarlyArticle", From 7db3cd42b082d779aa7c124d945243e8fb25ab9f Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Tue, 23 May 2023 07:59:45 +0200 Subject: [PATCH 061/101] Fix pkgdown --- _pkgdown.yml | 15 +++++++-------- vignettes/articles/comparing_tools.Rmd | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index 7054309f9..98f10db53 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -11,7 +11,6 @@ reference: - landscape - augusta_nlcd - podlasie_ccilc - - irregular_areas - title: Options for landscapemetrics contents: @@ -81,25 +80,25 @@ navbar: icon: fa-book href: articles/general_background.html - text: "Differences FRAGSTATS|landscapemetrics" - icon: fa-edit + icon: fa-book href: articles/comparing_tools.html - text: "Landscape distribution statistics" - icon: fa-comment + icon: fa-book href: articles/landscape_distribution_statistics.html - text: "New Metrics outside FRAGSTATS" - icon: fa-sticky-note + icon: fa-book href: articles/new_metrics.html - text: "Sample metrics" - icon: fa-comment + icon: fa-book href: articles/guide_sample_lsm.html - text: "Moving window" - icon: fa-comment + icon: fa-book href: articles/guide_moving_window.html - text: "Calculating landscape metrics for irregular areas" - icon: fa-comment + icon: fa-book href: articles/irregular_areas.html - text: "Utility functions" - icon: fa-comment + icon: fa-book href: articles/utility.html - text: "Publication Record" icon: fa-file-text-o diff --git a/vignettes/articles/comparing_tools.Rmd b/vignettes/articles/comparing_tools.Rmd index e36ff6429..2dd3b1164 100644 --- a/vignettes/articles/comparing_tools.Rmd +++ b/vignettes/articles/comparing_tools.Rmd @@ -25,7 +25,7 @@ library(purrr) landscape <- terra::rast(landscapemetrics::landscape) ``` -> The comparison is currently outdated because the example landscape slightly changed and we trying to re-calculate the FRAGSTATS results currently. Additionally, we cant install `SDMTools` anymore (R > 4.0). +> **The comparison is currently outdated because the example landscape slightly changed and we trying to re-calculate the FRAGSTATS results currently. Additionally, we cant install `SDMTools` anymore (R > 4.0).** # Comparison with FRAGSTATS From 501202c600f78ddada36ba69ccec22f8d596a66c Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Tue, 23 May 2023 08:52:14 +0200 Subject: [PATCH 062/101] Fixes pkgdown and internal data --- R/sysdata.rda | Bin 3566 -> 81476 bytes data-raw/01_example_landscape.R | 21 +------------- data-raw/03_internal_data.R | 33 ++++++++++++++++++++++ data-raw/03_irregular_polygons.R | 18 ------------ vignettes/articles/general_background.Rmd | 9 ++++-- 5 files changed, 40 insertions(+), 41 deletions(-) create mode 100644 data-raw/03_internal_data.R delete mode 100644 data-raw/03_irregular_polygons.R diff --git a/R/sysdata.rda b/R/sysdata.rda index 5bd3f835d5bf77e0793b3c2d1aafd2ee2a2a49ae..3909addd6754a43b9619f5b21b963ebb454c4849 100644 GIT binary patch literal 81476 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 A>Hq)$ literal 3566 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 oLpB9{}8PliXs48>D`5I`U?!umu6A_M*| Date: Tue, 23 May 2023 09:10:44 +0200 Subject: [PATCH 063/101] [skip-ci] Remove terra version message from homepage --- vignettes/articles/comparing_tools.Rmd | 2 +- vignettes/articles/general_background.Rmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vignettes/articles/comparing_tools.Rmd b/vignettes/articles/comparing_tools.Rmd index 2dd3b1164..fe9dd11fa 100644 --- a/vignettes/articles/comparing_tools.Rmd +++ b/vignettes/articles/comparing_tools.Rmd @@ -25,7 +25,7 @@ library(purrr) landscape <- terra::rast(landscapemetrics::landscape) ``` -> **The comparison is currently outdated because the example landscape slightly changed and we trying to re-calculate the FRAGSTATS results currently. Additionally, we cant install `SDMTools` anymore (R > 4.0).** +**The comparison is currently outdated because the example landscape slightly changed and we trying to re-calculate the FRAGSTATS results currently. Additionally, we cant install `SDMTools` anymore (R > 4.0).** # Comparison with FRAGSTATS diff --git a/vignettes/articles/general_background.Rmd b/vignettes/articles/general_background.Rmd index 7ecad7503..8874438ab 100644 --- a/vignettes/articles/general_background.Rmd +++ b/vignettes/articles/general_background.Rmd @@ -10,7 +10,7 @@ editor_options: chunk_output_type: console --- -```{r, echo = FALSE} +```{r, echo = FALSE, message = FALSE, warning = FALSE} library(terra) ``` From 74d6af9bb74c6dd56a3bdda56954ab06913179c0 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Tue, 23 May 2023 07:17:15 +0000 Subject: [PATCH 064/101] Re-build README.md --- README.md | 12 ++++++------ man/figures/README-unnamed-chunk-2-1.png | Bin 5434 -> 5451 bytes 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 113ea70ee..e016b2497 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ -README last updated: 2023-03-30 +README last updated: 2023-05-23 | CI | Development | CRAN | License | |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------| @@ -23,7 +23,7 @@ README last updated: 2023-03-30 **landscapemetrics** is a `R` package for calculating landscape metrics for categorical landscape patterns in a tidy workflow. The package can be used as a drop-in replacement for FRAGSTATS (McGarigal *et al.* -2012), as it offers a reproducible workflow for landscape analysis in a +2023), as it offers a reproducible workflow for landscape analysis in a single environment. It also allows for calculations of four theoretical metrics of landscape complexity: a marginal entropy, a conditional entropy, a joint entropy, and a mutual information (Nowosad and @@ -212,10 +212,10 @@ CONDUCT](CODE_OF_CONDUCT.md). ### References -McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial -Pattern Analysis Program for Categorical Maps. Computer software -program produced by the authors; available at the following web -site: +McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern +Analysis Program for Categorical Maps. Computer software program +produced by the authors; available at the following web site: + Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework for quantification and classification of landscape patterns. diff --git a/man/figures/README-unnamed-chunk-2-1.png b/man/figures/README-unnamed-chunk-2-1.png index 029d299f6bf1a3c4aac060910454db125fd5a46c..1fa51caa06f0f6482753f0cba6bb351e45d26b2a 100644 GIT binary patch delta 3807 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 delta 3771 zcmbVPc~}$KvOk@$3JC}TDh5VJ2_qOpL3ZdF^^VFGRux1>P>3Li680r=8F5g|Kr0Fg zL{ZrkMG=M|po4%ImS$A~0TkIcSqy97b#T6S=gs@;-hAKrQm3}Au2a9N)7-6`t-o(p z&!Sp6?giM-6aW|iO8~q8@CSeaz^?%O9={uwBNB=7^74v`ifh)aQBnf&SG6G!U!buH zP$(1~9i8nuAiifOe$Spgh%&T=Xb0Kb+dDWoI5{~vJ3Av*&<30jgm^gwv6nwr|$+Pb@XH3=i*}mON(cKeUymC1r%D zM8?+l49-QEb*jxUe=d*yK3(Q69iEZx&^PAzRg4{1xi8xLI>c2C-l(SRQ~7C-NwH`R zH7(L;6CeCZlZ57#zW(^JJ#oXn;2$~i2WB^&^yqpkh)4??tR+_tm;64~sCU{@YC6ZW zUVZ+RMSXLZG3SwUj*$1RxP4wR#=J9?E0N47Zl7t(8|Ldg#CJOyv(*RPm-~H#bA<~Y z!cHd#zij~nS%M?G(2ncl&pqF3*^=?y&c^J6sXNBQUftnv4&n2CfnOq#)|DUD9nsg^ z=s`epq5Q+f?B!75M$gi)a#F>5wi}-I{Gv{R+R`Om&opyaZHTAO+{K-#*aSw`GvM2h z<4NErL45$_uY+$$pkBaf{R(sNT=cMTZ-j~M(C3LadOUn)V*_vmj!_xXe`Gq5yvtL&*ssJEI1+n98xd?KbC~LKdeoOC7z~-b>z*1zB|nP7`+Dx|5oM zki^$AuCE(dR-=UPP>oghGsnk;oT^T+cIh*LRZ)J~QbcX^Fln@ZdbF@i5He<&o2~>u ze<(dbUJe$72|X6NHm8L1bG^%+ercFC_rlX!r}09T@30&r?|UQGCZ?CQ1)9}Ux%hP4 zcQC3(0(~?n=`!Aax-(Qm_u3Ss=Q{-kmiO>WkB_r99OZyyeIZ<58Yny-zM&s;

Fd zWxj%gqwsQ6^+ZNm^nA=WCns_9T_&+=J|+)YZjF}@PJmh>QZBxgVNTTwXDk?*ZU2%y zJSlWCg-hPm?i?WxF&4d(g^mm4Ay%n?s~A$|Z(PD^149n}smIPOy&0(&(oN9a!*NN` zb0G;+nz&5cqA(5MQ!~Yio_?Hl=8hcOytgk&Y#=YBbl#!gewZdsO*=bfg=@a0u00>_ zqUr}VXLOh<0tP=QLimxx*k6|}B{Es3Jisb>)Mi_N7xH}7=3nXnrZh&!ahPW<&dF9-jNfoF@vCyXMM;0Ivn z7Iz!SpZVuM^T=ItxlH&y|>Df$n>NX0(6M7(~HJ0y*;ko3W92Sm4S;JY2cIe z&M@nLYv_B8Ug?{D=0TuV9r1_QEnnU9hK5qS{W}~VK`U`I-wU)gpPa23t7KfcpU(Ap z!TYldWIC+)e^^M2&RQy`_KcD%tE%1$b3NFk_to2Wyb4Li(}FG-jFv1#dnzmWwy1xC zvLDc472725CuR_pDZoI>wOt$7wXGklLXRGhoPK`#WyaE(=+RybdEkZS$DG-6&&oSy zvmZUAsZ5tQDpwrU88rV?P^$n#KC9szIXwegrk6CPE5&Y+OukKqpNnCNV(1XQwpNjS zIN1W8@+CybfETM)bj(sIaFYb8W~;(JiKnqLWYBylzp6=`#sj>bL7bi+7@eR)$-9_> zP!6zGg(FPem=6i;zniK3Wp_f1lP#3$BcNgFO6*i<4Ona$Nx#@3o~UW*usE6Q;S0;f8&g3EZK}qF6^)ae)^$Jox|e>UUqq7 zi}LC&x4cDS2`Xcz5ppvxBJWX(p=L8?qDERK*B=DQu^&{Ehn}gzd_3*s zx97~PWbyy2seRMqN=++G>??Z7vYc#9)F{8!BM(=IP>F=dm|%+}G30?CI(r!zmC-`l zW%Snuy#_)1%?-E&?R74=+A}gw#4^{2>JTxN-Gacfvc!{fHi5@jwOdZxuU=OvgG3Xs zYR&l@9xnmj&<@W_t)s`gas&Z)B#9cOWcN z^XJ7An+A()M?U0v_U>?#Tt&TcVot9qP`y3>q(hl(b9?NGQamludmUWCiM;%sB<&e+ zq5FJo^s2B0j=QlVG1?yd(hh_EB@kX3Uyf`e=u0jRZ&%5vzJ}PzZ$!)q>IhR-T$U60 z{gbCIB_T**>N4U_fR#EI9tw1{heBKbOjzZrv2UXFMpx zBb3&^IQhF;Lhl?s{0K5OU?yVKFzFdrh4{wm!~GIyLL)>PR^6ah>Q{XZ8`nip{{4$O zj06oq+^Mpeq)JyE(?1x?ONEOs`AtcpW{}w1WYrbbb%~&wJ8u-zze@%sY9-Qp`6Jz8 zyM8z-$@VBv|6~$tm1oNI(q4x;lI zfNDO#hiB>fy6a`!Z0Rx;UAVR_wrz;rlvtg5osR;)7Dh#OPDpCe8HYUL;>OO80l1se z_e2u2t|GE}Sfp3TBNeIr#2CdttmGdchgSd00P78k??PK8&_CJ;1gb8XO^NZGGhe-I zmf>jBfy3ao-jsPsmi-z}d;4FK9yn{KrL2rMBO2YRVOS#efH-A%w-`zjktTnm|06PS zxePg=V8fV`)f=&M?K7d@bPXs{=MG;Um!s-3>q^9#iDIbQ6p166(VLlqTjQu3HaNFn z(@g*0Bt`Q)$O`ljJ>WUj>eiJ@Fa4I3GI+ZFwfezHiJ-7y<{f@tRpg_I=J3m4U1d{O{InO!E)!?Z_}M zPUE1r+9&q~cMHRmpz|z&+g$vjq@5jwtr%6MvA{ac2`yp7pL-A%WB79V&1Y-ZK$|aL zzBbi=W$4fR=y*eBp!7%20{?3IM0iY9Vjsz4M9ot`?7P#g8guoqMdHGD+3&>Z$3NU^ zh)be$4$L-=?6z8LxDZA*3~j2d_qMnkdluq%h914N!|kOVp4Pc>tW2;}qZm2#nM5@=W1&_c$+NUf#{RefgP z29HytMo7qc+pg_KMZva$3z?ej8A*aChbOX*y!USg$$^(mDDL^R25OyjUGxAUO8riC qw7inr%e2glu+_*pyn*tvoI~#myS?sKQ=(7Q{d;Zp Date: Tue, 23 May 2023 09:20:40 +0200 Subject: [PATCH 065/101] [skip-ci] Update NEWS --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 81cc84aa2..767e78e98 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,8 @@ * `points_as_mat()` helper function * Bugfixes * There was a bug introduced previoulsy in the calculation of SHEI +* Various + * Updated FRAGSTATS reference (thanks to Oto Kaláb @kalab-oto) # landscapemetrics 1.5.6 * Bugfixes From b2e3f9934277e60839ee7ca24fc0d60871bb8036 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Tue, 6 Jun 2023 15:24:09 +0200 Subject: [PATCH 066/101] fix #296 --- NEWS.md | 4 +++- R/show_correlation.R | 16 ++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/NEWS.md b/NEWS.md index 767e78e98..20c75ff4c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,12 @@ # landscapemetrics 2.0.0 * Improvements * `terra` and `sf` instead of `raster` and `sp` as underlying frameworks + * Adjust all `show_*` functions to avoid `ggplot2` warning + * Update color palette of `show_correlation` * New functions * `points_as_mat()` helper function * Bugfixes - * There was a bug introduced previoulsy in the calculation of SHEI + * There was a bug introduced previously in the calculation of SHEI * Various * Updated FRAGSTATS reference (thanks to Oto Kaláb @kalab-oto) diff --git a/R/show_correlation.R b/R/show_correlation.R index fcc67e263..d727df3ec 100644 --- a/R/show_correlation.R +++ b/R/show_correlation.R @@ -188,11 +188,11 @@ show_correlation <- function(data, method = "pearson", plot_corrs <- ggplot2::ggplot(data = plot_list[[present_levels]], ggplot2::aes( x = metric_1, y = metric_2, fill = value)) + ggplot2::geom_tile() + - ggplot2::geom_tile(color = "white") + + ggplot2::geom_tile(color = "#FBFEF9") + ggplot2::scale_fill_gradient2( - low = "blue", - high = "red", - mid = "white", + low = "#0C6291", + mid = "#FBFEF9", + high = "#A63446", midpoint = 0, limit = c(-1, 1), name = paste0("Correlation\n(Method: ", @@ -253,11 +253,11 @@ show_correlation <- function(data, method = "pearson", )) + ggplot2::facet_wrap(id ~ ., scales = "free") + ggplot2::geom_tile() + - ggplot2::geom_tile(color = "white") + + ggplot2::geom_tile(color = "#FBFEF9") + ggplot2::scale_fill_gradient2( - low = "blue", - high = "red", - mid = "white", + low = "#0C6291", + mid = "#FBFEF9", + high = "#A63446", midpoint = 0, limit = c(-1, 1), name = paste0("Correlation\n(Method: ", From 38f6af192817ccb08ada6bbff867a6639ada1a3d Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Tue, 6 Jun 2023 15:51:03 +0200 Subject: [PATCH 067/101] [skip-ci] Change some palettes --- R/show_cores.R | 17 ++++++----------- R/show_correlation.R | 27 ++++++++------------------- R/show_patches.R | 35 ++++++++++++++++++----------------- 3 files changed, 32 insertions(+), 47 deletions(-) diff --git a/R/show_cores.R b/R/show_cores.R index 2befe341a..56571f40e 100644 --- a/R/show_cores.R +++ b/R/show_cores.R @@ -140,26 +140,21 @@ show_cores_internal <- function(landscape, directions, class, labels, nrow, ncol } plot <- ggplot2::ggplot(boundary_labeled_stack, ggplot2::aes(x, y)) + - ggplot2::coord_fixed() + ggplot2::geom_raster(ggplot2::aes(fill = factor(values))) + ggplot2::geom_text(ggplot2::aes_string(x = "x", y = "y", label = "core_label"), colour = "white", na.rm = TRUE) + ggplot2::facet_wrap(~ class, nrow = nrow, ncol = ncol) + - ggplot2::scale_fill_manual(values = c("grey60", "#E17C05"), - na.value = "grey85") + + ggplot2::scale_fill_manual(values = c("grey60", "#E17C05"), na.value = "grey85") + ggplot2::scale_x_continuous(expand = c(0, 0)) + ggplot2::scale_y_continuous(expand = c(0, 0)) + + ggplot2::coord_fixed() + ggplot2::guides(fill = "none") + ggplot2::labs(titel = NULL, x = NULL, y = NULL) + ggplot2::theme( - axis.title = ggplot2::element_blank(), - axis.ticks = ggplot2::element_blank(), - axis.text = ggplot2::element_blank(), - panel.grid = ggplot2::element_blank(), - axis.line = ggplot2::element_blank(), - strip.background = ggplot2::element_rect(fill = "grey80"), - strip.text = ggplot2::element_text(hjust = 0), - panel.background = ggplot2::element_rect(fill = "grey85"), + axis.title = ggplot2::element_blank(), axis.ticks = ggplot2::element_blank(), + axis.text = ggplot2::element_blank(), axis.line = ggplot2::element_blank(), + panel.grid = ggplot2::element_blank(), panel.background = ggplot2::element_rect(fill = "grey85"), + strip.background = ggplot2::element_rect(fill = "grey80"), strip.text = ggplot2::element_text(hjust = 0), plot.margin = ggplot2::unit(c(0, 0, 0, 0), "lines")) return(plot) diff --git a/R/show_correlation.R b/R/show_correlation.R index d727df3ec..624b11749 100644 --- a/R/show_correlation.R +++ b/R/show_correlation.R @@ -186,21 +186,15 @@ show_correlation <- function(data, method = "pearson", if (length(present_levels) == 1) { plot_corrs <- ggplot2::ggplot(data = plot_list[[present_levels]], - ggplot2::aes( x = metric_1, y = metric_2, fill = value)) + - ggplot2::geom_tile() + + ggplot2::aes(x = metric_1, y = metric_2, fill = value)) + ggplot2::geom_tile(color = "#FBFEF9") + ggplot2::scale_fill_gradient2( - low = "#0C6291", - mid = "#FBFEF9", - high = "#A63446", - midpoint = 0, - limit = c(-1, 1), - name = paste0("Correlation\n(Method: ", - method, ")") + low = "#0C6291", mid = "#FBFEF9", high = "#A63446", + midpoint = 0, limit = c(-1, 1), + name = paste0("Correlation\n(Method: ", method, ")") ) + ggplot2::theme_minimal() + - ggplot2::labs(x = "", - y = "", + ggplot2::labs(x = "", y = "", title = paste(toupper(substr(present_levels, 1, 1)), substr(present_levels, 2, nchar(present_levels)) , " Level", sep = "")) + @@ -252,16 +246,11 @@ show_correlation <- function(data, method = "pearson", ggplot2::aes(x = metric_1, y = metric_2, fill = value )) + ggplot2::facet_wrap(id ~ ., scales = "free") + - ggplot2::geom_tile() + ggplot2::geom_tile(color = "#FBFEF9") + ggplot2::scale_fill_gradient2( - low = "#0C6291", - mid = "#FBFEF9", - high = "#A63446", - midpoint = 0, - limit = c(-1, 1), - name = paste0("Correlation\n(Method: ", - method, ")") + low = "#0C6291", mid = "#FBFEF9", high = "#A63446", + midpoint = 0, limit = c(-1, 1), + name = paste0("Correlation\n(Method: ", method, ")") ) + ggplot2::theme_minimal() + ggplot2::labs(x = "", y = "") + diff --git a/R/show_patches.R b/R/show_patches.R index 1f2cec72c..38022de27 100644 --- a/R/show_patches.R +++ b/R/show_patches.R @@ -105,25 +105,26 @@ show_patches_internal <- function(landscape, class, directions, labels, nrow, nc plot <- ggplot2::ggplot(patches_tibble, ggplot2::aes(x, y)) + ggplot2::coord_fixed() + - ggplot2::geom_raster(ggplot2::aes(fill = value)) + + ggplot2::geom_raster(ggplot2::aes(fill = factor(value))) + ggplot2::geom_text(ggplot2::aes(label = labels), colour = "white", na.rm = TRUE) + - ggplot2::scale_fill_gradientn( - colours = c( - "#5F4690", - "#1D6996", - "#38A6A5", - "#0F8554", - "#73AF48", - "#EDAD08", - "#E17C05", - "#CC503E", - "#94346E", - "#6F4070", - "#994E95" - ), - na.value = "grey85" - ) + + # ggplot2::scale_fill_gradientn( + # colours = c( + # "#5F4690", + # "#1D6996", + # "#38A6A5", + # "#0F8554", + # "#73AF48", + # "#EDAD08", + # "#E17C05", + # "#CC503E", + # "#94346E", + # "#6F4070", + # "#994E95" + # ), + # na.value = "grey85" + # ) + + ggplot2::scale_fill_viridis_d(option = "F", na.value = "grey85") + ggplot2::facet_wrap(~class, nrow = nrow, ncol = ncol) + ggplot2::scale_x_continuous(expand = c(0, 0)) + ggplot2::scale_y_continuous(expand = c(0, 0)) + From ce920dc7784c2be116e8bb7bbc566144be73dcb2 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Tue, 20 Jun 2023 11:16:38 +0200 Subject: [PATCH 068/101] Use same.crs in test of spatialize_lsm --- tests/testthat/test-spatialize-lsm.R | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/testthat/test-spatialize-lsm.R b/tests/testthat/test-spatialize-lsm.R index 41b45bd80..8e8b6239c 100644 --- a/tests/testthat/test-spatialize-lsm.R +++ b/tests/testthat/test-spatialize-lsm.R @@ -35,8 +35,11 @@ test_that("spatialize_lsm returns CRS", { result <- spatialize_lsm(podlasie_ccilc, what = "lsm_p_area", verbose = FALSE) - expect_equal(object = terra::crs(result[[1]][[1]], proj = TRUE), - expected = terra::crs(podlasie_ccilc, proj = TRUE)) + # CRS(Raster*) before comparing, or terra::same.crs(x, y). + + expect_true(object = terra::same.crs(x = result[[1]][[1]], + y = podlasie_ccilc)) + }) test_that("spatialize_lsm forwards arguments to calculate_lsm", { From f62882948c77f5383b29fdd206b04a2352f5cfdf Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Thu, 6 Jul 2023 13:52:19 +0200 Subject: [PATCH 069/101] Fix extract_lsm() warning --- NEWS.md | 1 + R/extract_lsm.R | 5 ++++- tests/testthat/test-check-landscape.R | 5 ++--- tests/testthat/test-extract-lsm.R | 12 +++++++++--- tests/testthat/test-fragstats.R | 6 ++++-- 5 files changed, 20 insertions(+), 9 deletions(-) diff --git a/NEWS.md b/NEWS.md index 20c75ff4c..ee9ebcb07 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,6 +7,7 @@ * `points_as_mat()` helper function * Bugfixes * There was a bug introduced previously in the calculation of SHEI + * `extract_lsm` returned an unneeded warning message * Various * Updated FRAGSTATS reference (thanks to Oto Kaláb @kalab-oto) diff --git a/R/extract_lsm.R b/R/extract_lsm.R index 8663dea57..df08cf25a 100644 --- a/R/extract_lsm.R +++ b/R/extract_lsm.R @@ -87,8 +87,11 @@ extract_lsm <- function(landscape, y, extract_lsm_internal <- function(landscape, y, extract_id, metric, name, type, what, directions, progress, verbose, ...) { + # check if all selection options are NULL and return level patch + level <- switch(is.null(what), "patch", NULL) + # get list of metrics to calculate - metrics_list <- list_lsm(level = "patch", metric = metric, name = name, + metrics_list <- list_lsm(level = level, metric = metric, name = name, type = type, what = what, simplify = TRUE, verbose = verbose) # check if only patch level metrics are selected diff --git a/tests/testthat/test-check-landscape.R b/tests/testthat/test-check-landscape.R index 75b4d8f4a..1aef20a99 100644 --- a/tests/testthat/test-check-landscape.R +++ b/tests/testthat/test-check-landscape.R @@ -50,10 +50,9 @@ test_that("check_landscape works does not work for double values", { test_that("check_landscape works return warning for > 30 classes", { - augusta_nlcd[] <- sample(1:35, size = 298760, replace = TRUE) + augusta_nlcd[] <- sample(1:35, size = terra::ncell(augusta_nlcd), replace = TRUE) - check_tibble <- check_landscape(augusta_nlcd, - verbose = FALSE) + check_tibble <- check_landscape(augusta_nlcd, verbose = FALSE) expect_true(all(check_tibble$OK == cli::symbol$fancy_question_mark)) }) diff --git a/tests/testthat/test-extract-lsm.R b/tests/testthat/test-extract-lsm.R index 1a4f44d47..6777b35cd 100644 --- a/tests/testthat/test-extract-lsm.R +++ b/tests/testthat/test-extract-lsm.R @@ -11,10 +11,17 @@ test_that("extract_lsm returns correct metrics", { expect_true(all(patch_core$type == "core area metric")) + patch_shape <- extract_lsm(landscape, y = sample_points, name = "shape index", + verbose = FALSE) + + expect_true(all(patch_shape$metric == "shape")) + patch_all <- extract_lsm(landscape, y = sample_points, verbose = FALSE) expect_true(all(unique(patch_all$metric) == list_lsm(level = "patch")[,1])) + + }) # test_that("extract_lsm works for lines", { @@ -74,10 +81,9 @@ test_that("extract_lsm works for all data types", { test_that("extract_lsm returns warnings", { - expect_warning(extract_lsm(landscape, y = sample_points, + expect_warning(extract_lsm(augusta_nlcd, y = sample_points, extract_id = c(15, 25, 5, 1), what = "lsm_p_area"), - regexp = "Length of extract_id is not identical to length of y. Using 1...n as extract_id.", - fixed = TRUE) + regexp = "Length of extract_id is not identical to length of y. Using 1...n as extract_id.") }) test_that("extract_lsm throws errors", { diff --git a/tests/testthat/test-fragstats.R b/tests/testthat/test-fragstats.R index 5db22d1ad..40bdd0417 100644 --- a/tests/testthat/test-fragstats.R +++ b/tests/testthat/test-fragstats.R @@ -1,7 +1,9 @@ # calculate lsm results -lsm_landscape <- calculate_lsm(landscape = landscape) +lsm_landscape <- calculate_lsm(landscape = landscape, level = c("class", "landscape"), + classes_max = 3) -lsm_augusta <- calculate_lsm(landscape = augusta_nlcd) +lsm_augusta <- calculate_lsm(landscape = augusta_nlcd, level = c("class", "landscape"), + classes_max = 15) lsm_full <- dplyr::bind_rows(landscape = lsm_landscape, augusta_nlcd = lsm_augusta, .id = "LID") From 7d2aa82c0b7f2de063a6c3ad239b43d5c2416993 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Thu, 6 Jul 2023 14:02:38 +0200 Subject: [PATCH 070/101] Suppress Warning about buffer size (they might not have a crs) --- R/sample_lsm.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/sample_lsm.R b/R/sample_lsm.R index d399303f0..8a401c918 100644 --- a/R/sample_lsm.R +++ b/R/sample_lsm.R @@ -148,7 +148,7 @@ sample_lsm_int <- function(landscape, y, plot_id, shape, size, } # get area of all polygons - maximum_area <- terra::expanse(y) / 10000 + maximum_area <- suppressWarnings(terra::expanse(y)) / 10000 number_plots <- nrow(y) From df3144b51f96f81e30f5756a98d24fe3f744a5b5 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Mon, 25 Sep 2023 10:28:38 +0200 Subject: [PATCH 071/101] Tiny update to startup (gh only) --- R/zzz.R | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/R/zzz.R b/R/zzz.R index 3182f24e1..a34a0ec62 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -1,7 +1,8 @@ .onAttach <- function(libname, pkgname){ - packageStartupMessage("Starting from v2.0.0, landscapemetrics does not support the 'raster' or 'sp' packages. - They are replaced by 'terra' and 'sf', respectively. More information - about the 'terra' package can be found here: https://rspatial.org/index.html.") - + packageStartupMessage( + "Starting from v2.0, landscapemetrics uses the 'terra' and 'sf' instead of 'raster' and 'sp'. + This might results in a slightly different behavior of the code. + More information about the 'terra' package can be found here: https://rspatial.org/index.html." + ) } From 557d77009dc9d6a27d0a1ff234b6dee816a1e701 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Mon, 25 Sep 2023 16:00:00 +0200 Subject: [PATCH 072/101] [skip-ci] Update gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index aa1926bcc..92d9e6b00 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ src/*.o src/*.so src/*.dll ^CRAN-SUBMISSION$ +tests/testthat/results-fragstats/FS-metrics.fca From 28ca2360398b1f36a4a901f33dd36a5ebebc5e1c Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Mon, 25 Sep 2023 16:00:47 +0200 Subject: [PATCH 073/101] Update tests including fragstats --- tests/testthat/helper-fragstats.R | 12 ++--- .../augusta_nlcd.class | 0 .../augusta_nlcd.land | 0 .../augusta_nlcd.patch | 0 .../landscape.class | 0 .../landscape.land | 0 .../landscape.patch | 0 tests/testthat/test-fragstats.R | 53 ------------------- tests/testthat/test-lsm-c-ai.R | 12 ++++- tests/testthat/test-lsm-c-area-mn.R | 2 - tests/testthat/test-lsm-c-ca.R | 8 +++ tests/testthat/test-lsm-c-clumpy.R | 10 ++++ tests/testthat/test-lsm-c-cohesion.R | 9 ++++ tests/testthat/test-lsm-c-cpland.R | 10 ++++ tests/testthat/test-lsm-c-dcad.R | 11 ++++ tests/testthat/test-lsm-c-division.R | 10 ++++ tests/testthat/test-lsm-c-ed.R | 10 ++++ tests/testthat/test-lsm-c-iji.R | 11 ++++ tests/testthat/test-lsm-c-lpi.R | 10 ++++ tests/testthat/test-lsm-c-lsi.R | 10 ++++ tests/testthat/test-lsm-c-mesh.R | 10 ++++ tests/testthat/test-lsm-c-ndca.R | 10 ++++ tests/testthat/test-lsm-c-nlsi.R | 11 ++++ tests/testthat/test-lsm-c-np.R | 10 ++++ tests/testthat/test-lsm-c-pafrac.R | 11 ++++ tests/testthat/test-lsm-c-pd.R | 10 ++++ tests/testthat/test-lsm-c-pladj.R | 10 ++++ tests/testthat/test-lsm-c-pland.R | 10 ++++ tests/testthat/test-lsm-c-split.R | 10 ++++ tests/testthat/test-lsm-c-tca.R | 11 ++++ tests/testthat/test-lsm-c-te.R | 22 ++++++++ tests/testthat/test-lsm-l-ai.R | 10 ++++ tests/testthat/test-lsm-l-cohesion.R | 11 ++++ tests/testthat/test-lsm-l-condent.R | 1 - tests/testthat/test-lsm-l-contag.R | 12 +++++ tests/testthat/test-lsm-l-dcad.R | 10 ++++ tests/testthat/test-lsm-l-division.R | 10 ++++ tests/testthat/test-lsm-l-ed.R | 10 ++++ tests/testthat/test-lsm-l-iji.R | 11 ++++ tests/testthat/test-lsm-l-lpi.R | 11 ++++ tests/testthat/test-lsm-l-lsi.R | 10 ++++ tests/testthat/test-lsm-l-mesh.R | 11 ++++ tests/testthat/test-lsm-l-msidi.R | 12 +++++ tests/testthat/test-lsm-l-msiei.R | 11 ++++ tests/testthat/test-lsm-l-ndca.R | 10 ++++ tests/testthat/test-lsm-l-np.R | 10 ++++ tests/testthat/test-lsm-l-pafrac.R | 11 ++++ tests/testthat/test-lsm-l-pd.R | 10 ++++ tests/testthat/test-lsm-l-pladj.R | 11 ++++ tests/testthat/test-lsm-l-pr.R | 10 ++++ tests/testthat/test-lsm-l-prd.R | 10 ++++ tests/testthat/test-lsm-l-relmutinf.R | 1 - tests/testthat/test-lsm-l-rpr.R | 1 - tests/testthat/test-lsm-l-shdi.R | 10 ++++ tests/testthat/test-lsm-l-shei.R | 10 ++++ tests/testthat/test-lsm-l-sidi.R | 10 ++++ tests/testthat/test-lsm-l-siei.R | 10 ++++ tests/testthat/test-lsm-l-split.R | 10 ++++ tests/testthat/test-lsm-l-ta.R | 10 ++++ tests/testthat/test-lsm-l-tca.R | 10 ++++ tests/testthat/test-lsm-l-te.R | 11 ++++ tests/testthat/test-lsm-p-area.R | 9 ++++ tests/testthat/test-lsm-p-cai.R | 11 ++++ tests/testthat/test-lsm-p-circle.R | 17 ++++++ tests/testthat/test-lsm-p-contig.R | 9 ++++ tests/testthat/test-lsm-p-core.R | 11 ++++ tests/testthat/test-lsm-p-enn.R | 9 ++++ tests/testthat/test-lsm-p-frac.R | 9 ++++ tests/testthat/test-lsm-p-gyrate.R | 14 +++++ .../{test-lsm-p-nca.R => test-lsm-p-ncore.R} | 11 ++++ tests/testthat/test-lsm-p-para.R | 12 +++++ tests/testthat/test-lsm-p-perim.R | 11 ++++ tests/testthat/test-lsm-p-shape.R | 10 ++++ 73 files changed, 656 insertions(+), 65 deletions(-) rename tests/testthat/{fragstats => results-fragstats}/augusta_nlcd.class (100%) rename tests/testthat/{fragstats => results-fragstats}/augusta_nlcd.land (100%) rename tests/testthat/{fragstats => results-fragstats}/augusta_nlcd.patch (100%) rename tests/testthat/{fragstats => results-fragstats}/landscape.class (100%) rename tests/testthat/{fragstats => results-fragstats}/landscape.land (100%) rename tests/testthat/{fragstats => results-fragstats}/landscape.patch (100%) delete mode 100644 tests/testthat/test-fragstats.R rename tests/testthat/{test-lsm-p-nca.R => test-lsm-p-ncore.R} (61%) diff --git a/tests/testthat/helper-fragstats.R b/tests/testthat/helper-fragstats.R index fcd6627df..fa87d3a23 100644 --- a/tests/testthat/helper-fragstats.R +++ b/tests/testthat/helper-fragstats.R @@ -1,7 +1,7 @@ # import and reshape FRAGSTATS v2.0 results -fragstats_patch <- c(landscape = testthat::test_path("fragstats", "landscape.patch"), - augusta_nlcd = testthat::test_path("fragstats", "augusta_nlcd.patch")) |> +fragstats_patch <- c(landscape = testthat::test_path("results-fragstats", "landscape.patch"), + augusta_nlcd = testthat::test_path("results-fragstats", "augusta_nlcd.patch")) |> lapply(read.table, sep = ",", header = TRUE, na.strings = " N/A ") |> dplyr::bind_rows(.id = "LID") |> tidyr::pivot_longer(cols = -c("LID", "PID", "TYPE"), names_to = "metric") |> @@ -9,8 +9,8 @@ fragstats_patch <- c(landscape = testthat::test_path("fragstats", "landscape.pat TYPE = as.integer(stringr::str_remove(TYPE, pattern = "cls_")), metric = stringr::str_to_lower(metric)) -fragstats_class <- c(landscape = testthat::test_path("fragstats", "landscape.class"), - augusta_nlcd = testthat::test_path("fragstats", "augusta_nlcd.class")) |> +fragstats_class <- c(landscape = testthat::test_path("results-fragstats", "landscape.class"), + augusta_nlcd = testthat::test_path("results-fragstats", "augusta_nlcd.class")) |> lapply(read.table, sep = ",", header = TRUE, na.strings = " N/A ") |> dplyr::bind_rows(.id = "LID") |> tidyr::pivot_longer(cols = -c("LID", "TYPE"), names_to = "metric") |> @@ -18,8 +18,8 @@ fragstats_class <- c(landscape = testthat::test_path("fragstats", "landscape.cla TYPE = as.integer(stringr::str_remove(TYPE, pattern = "cls_")), metric = stringr::str_to_lower(metric)) -fragstats_landscape <- c(landscape = testthat::test_path("fragstats", "landscape.land"), - augusta_nlcd = testthat::test_path("fragstats", "augusta_nlcd.land")) |> +fragstats_landscape <- c(landscape = testthat::test_path("results-fragstats", "landscape.land"), + augusta_nlcd = testthat::test_path("results-fragstats", "augusta_nlcd.land")) |> lapply(read.table, sep = ",", header = TRUE, na.strings = " N/A ") |> dplyr::bind_rows(.id = "LID") |> tidyr::pivot_longer(cols = -c("LID"), names_to = "metric") |> diff --git a/tests/testthat/fragstats/augusta_nlcd.class b/tests/testthat/results-fragstats/augusta_nlcd.class similarity index 100% rename from tests/testthat/fragstats/augusta_nlcd.class rename to tests/testthat/results-fragstats/augusta_nlcd.class diff --git a/tests/testthat/fragstats/augusta_nlcd.land b/tests/testthat/results-fragstats/augusta_nlcd.land similarity index 100% rename from tests/testthat/fragstats/augusta_nlcd.land rename to tests/testthat/results-fragstats/augusta_nlcd.land diff --git a/tests/testthat/fragstats/augusta_nlcd.patch b/tests/testthat/results-fragstats/augusta_nlcd.patch similarity index 100% rename from tests/testthat/fragstats/augusta_nlcd.patch rename to tests/testthat/results-fragstats/augusta_nlcd.patch diff --git a/tests/testthat/fragstats/landscape.class b/tests/testthat/results-fragstats/landscape.class similarity index 100% rename from tests/testthat/fragstats/landscape.class rename to tests/testthat/results-fragstats/landscape.class diff --git a/tests/testthat/fragstats/landscape.land b/tests/testthat/results-fragstats/landscape.land similarity index 100% rename from tests/testthat/fragstats/landscape.land rename to tests/testthat/results-fragstats/landscape.land diff --git a/tests/testthat/fragstats/landscape.patch b/tests/testthat/results-fragstats/landscape.patch similarity index 100% rename from tests/testthat/fragstats/landscape.patch rename to tests/testthat/results-fragstats/landscape.patch diff --git a/tests/testthat/test-fragstats.R b/tests/testthat/test-fragstats.R deleted file mode 100644 index 40bdd0417..000000000 --- a/tests/testthat/test-fragstats.R +++ /dev/null @@ -1,53 +0,0 @@ -# calculate lsm results -lsm_landscape <- calculate_lsm(landscape = landscape, level = c("class", "landscape"), - classes_max = 3) - -lsm_augusta <- calculate_lsm(landscape = augusta_nlcd, level = c("class", "landscape"), - classes_max = 15) - -lsm_full <- dplyr::bind_rows(landscape = lsm_landscape, augusta_nlcd = lsm_augusta, - .id = "LID") -# dcore is really off? - -test_that("class level", { - - above_thres <- dplyr::filter(lsm_full, level == "class") |> - dplyr::left_join(y = fragstats_class, by = c("LID" = "LID", "class" = "TYPE", "metric" = "metric"), - suffix = c(".lsm", ".fs")) |> - # gyrate is just on different scales - dplyr::mutate(value.lsm = dplyr::case_when(metric == "para_mn" | metric == "para_sd" ~ value.lsm * 10000, - TRUE ~ value.lsm)) |> - # gyrate and circle are different due to an error propagation based on 1-cell patches - dplyr::filter(!metric %in% c("gyrate_mn", "gyrate_sd", "gyrate_cv", - "circle_mn", "circle_sd", "circle_cv")) |> - # not sure whats going on with dcore - dplyr::filter(!metric %in% c("dcore_mn", "dcore_sd", "dcore_cv")) |> - dplyr::mutate(value.diff = abs((value.lsm - value.fs) / value.fs * 100)) |> - dplyr::filter(value.diff > 10) |> - nrow() - - - expect_lt(object = above_thres, expected = 5) - -}) - -test_that("landscape level", { - - above_thres <- dplyr::filter(lsm_full, level == "landscape") |> - dplyr::left_join(y = fragstats_landscape, by = c("LID" = "LID", "metric" = "metric"), - suffix = c(".lsm", ".fs")) |> - # gyrate is just on different scales - dplyr::mutate(value.lsm = dplyr::case_when(metric == "para_mn" | metric == "para_sd" ~ value.lsm * 10000, - TRUE ~ value.lsm)) |> - # gyrate and circle are different due to an error propagation based on 1-cell patches - dplyr::filter(!metric %in% c("gyrate_mn", "gyrate_sd", "gyrate_cv", - "circle_mn", "circle_sd", "circle_cv")) |> - # not sure whats going on with dcore - dplyr::filter(!metric %in% c("dcore_mn", "dcore_sd", "dcore_cv")) |> - dplyr::mutate(value.diff = abs((value.lsm - value.fs) / value.fs * 100)) |> - dplyr::filter(value.diff > 5.0) |> - nrow() - - expect_lt(object = above_thres, expected = 1) - -}) diff --git a/tests/testthat/test-lsm-c-ai.R b/tests/testthat/test-lsm-c-ai.R index 244b810e2..f831a8d2d 100644 --- a/tests/testthat/test-lsm-c-ai.R +++ b/tests/testthat/test-lsm-c-ai.R @@ -17,7 +17,7 @@ test_that("lsm_c_ai handles NAs correctly", { r[1, 1] <- NA expect_equal(lsm_c_ai(r)$value, 100) r[2, 5] <- NA - expect_equal(lsm_c_ai(r)$value, 98.86364, tolerance = .00001) + expect_equal(lsm_c_ai(r)$value, 98.86364, tolerance = 0.00001) }) test_that("lsm_c_ai returns in every column the correct type", { @@ -29,3 +29,13 @@ test_that("lsm_c_ai returns in every column the correct type", { expect_type(landscapemetrics_class_landscape_value$value, "double") }) +test_that("lsm_c_ai equals FRAGSTATS", { + lsm_landscape <- lsm_c_ai(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_c_ai(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "ai") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "ai") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-c-area-mn.R b/tests/testthat/test-lsm-c-area-mn.R index c4a81eb35..757e21e55 100644 --- a/tests/testthat/test-lsm-c-area-mn.R +++ b/tests/testthat/test-lsm-c-area-mn.R @@ -18,5 +18,3 @@ test_that("lsm_c_area_mn returns in every column the correct type", { expect_type(landscapemetrics_class_landscape_value$metric, "character") expect_type(landscapemetrics_class_landscape_value$value, "double") }) - - diff --git a/tests/testthat/test-lsm-c-ca.R b/tests/testthat/test-lsm-c-ca.R index 7e0eeab77..7ad648c0f 100644 --- a/tests/testthat/test-lsm-c-ca.R +++ b/tests/testthat/test-lsm-c-ca.R @@ -19,5 +19,13 @@ test_that("lsm_c_ca returns in every column the correct type", { expect_type(landscapemetrics_class_landscape_value$value, "double") }) +test_that("lsm_c_ca equals FRAGSTATS", { + lsm_landscape <- lsm_c_ca(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_c_ca(augusta_nlcd) |> dplyr::pull(value) + fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "ca") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "ca") |> dplyr::pull(value) + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape)) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-c-clumpy.R b/tests/testthat/test-lsm-c-clumpy.R index 2d9974499..46d41ec76 100644 --- a/tests/testthat/test-lsm-c-clumpy.R +++ b/tests/testthat/test-lsm-c-clumpy.R @@ -19,3 +19,13 @@ test_that("lsm_c_clumpy returns in every column the correct type", { expect_type(landscapemetrics_class_landscape_value$value, "double") }) +test_that("lsm_c_clumpy equals FRAGSTATS", { + lsm_landscape <- lsm_c_clumpy(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_c_clumpy(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "clumpy") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "clumpy") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-c-cohesion.R b/tests/testthat/test-lsm-c-cohesion.R index 7f0bba9e8..fdcb738b5 100644 --- a/tests/testthat/test-lsm-c-cohesion.R +++ b/tests/testthat/test-lsm-c-cohesion.R @@ -19,4 +19,13 @@ test_that("lsm_c_cohesion returns in every column the correct type", { expect_type(landscapemetrics_class_landscape_value$value, "double") }) +test_that("lsm_c_cohesion equals FRAGSTATS", { + lsm_landscape <- lsm_c_cohesion(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_c_cohesion(augusta_nlcd) |> dplyr::pull(value) + fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "cohesion") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "cohesion") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-c-cpland.R b/tests/testthat/test-lsm-c-cpland.R index bb58878c9..a633e83f0 100644 --- a/tests/testthat/test-lsm-c-cpland.R +++ b/tests/testthat/test-lsm-c-cpland.R @@ -19,3 +19,13 @@ test_that("lsm_c_cpland returns in every column the correct type", { expect_type(landscapemetrics_class_landscape_value$value, "double") }) +test_that("lsm_c_cpland equals FRAGSTATS", { + lsm_landscape <- lsm_c_cpland(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_c_cpland(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "cpland") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "cpland") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-c-dcad.R b/tests/testthat/test-lsm-c-dcad.R index f40f2a083..84811ccb7 100644 --- a/tests/testthat/test-lsm-c-dcad.R +++ b/tests/testthat/test-lsm-c-dcad.R @@ -19,3 +19,14 @@ test_that("lsm_c_dcad returns in every column the correct type", { expect_type(landscapemetrics_class_landscape_value$value, "double") }) +test_that("lsm_c_dcad equals FRAGSTATS", { + lsm_landscape <- lsm_c_dcad(landscape) |> dplyr::pull(value) + # lsm_augusta <- lsm_c_dcad(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "dcad") |> dplyr::pull(value) + # fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "dcad") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + # expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) + diff --git a/tests/testthat/test-lsm-c-division.R b/tests/testthat/test-lsm-c-division.R index f49b3c8f1..982dba50c 100644 --- a/tests/testthat/test-lsm-c-division.R +++ b/tests/testthat/test-lsm-c-division.R @@ -19,3 +19,13 @@ test_that("lsm_c_division returns in every column the correct type", { expect_type(landscapemetrics_class_landscape_value$value, "double") }) +test_that("lsm_c_division equals FRAGSTATS", { + lsm_landscape <- lsm_c_division(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_c_division(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "division") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "division") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-c-ed.R b/tests/testthat/test-lsm-c-ed.R index 550a2ccc5..0db0f2e77 100644 --- a/tests/testthat/test-lsm-c-ed.R +++ b/tests/testthat/test-lsm-c-ed.R @@ -19,3 +19,13 @@ test_that("lsm_c_ed returns in every column the correct type", { expect_type(landscapemetrics_class_landscape_value$value, "double") }) +test_that("lsm_c_ed equals FRAGSTATS", { + lsm_landscape <- lsm_c_ed(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_c_ed(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "ed") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "ed") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape)) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-c-iji.R b/tests/testthat/test-lsm-c-iji.R index 4b97890cd..c3230974d 100644 --- a/tests/testthat/test-lsm-c-iji.R +++ b/tests/testthat/test-lsm-c-iji.R @@ -29,3 +29,14 @@ test_that("lsm_c_iji returns warning for less than 3 classes", { fixed = TRUE) }) +test_that("lsm_c_iji equals FRAGSTATS", { + lsm_landscape <- lsm_c_iji(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_c_iji(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "iji") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "iji") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) + diff --git a/tests/testthat/test-lsm-c-lpi.R b/tests/testthat/test-lsm-c-lpi.R index c20c03170..512677f78 100644 --- a/tests/testthat/test-lsm-c-lpi.R +++ b/tests/testthat/test-lsm-c-lpi.R @@ -19,3 +19,13 @@ test_that("lsm_c_lpi returns in every column the correct type", { expect_type(landscapemetrics_class_landscape_value$value, "double") }) +test_that("lsm_c_lpi equals FRAGSTATS", { + lsm_landscape <- lsm_c_lpi(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_c_lpi(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "lpi") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "lpi") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-c-lsi.R b/tests/testthat/test-lsm-c-lsi.R index 04a1e4725..a0cf76cb2 100644 --- a/tests/testthat/test-lsm-c-lsi.R +++ b/tests/testthat/test-lsm-c-lsi.R @@ -19,3 +19,13 @@ test_that("lsm_c_lsi returns in every column the correct type", { expect_type(landscapemetrics_class_landscape_value$value, "double") }) +test_that("lsm_c_lsi equals FRAGSTATS", { + lsm_landscape <- lsm_c_lsi(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_c_lsi(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "lsi") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "lsi") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-c-mesh.R b/tests/testthat/test-lsm-c-mesh.R index 14a555bb9..49658856a 100644 --- a/tests/testthat/test-lsm-c-mesh.R +++ b/tests/testthat/test-lsm-c-mesh.R @@ -19,3 +19,13 @@ test_that("lsm_c_mesh returns in every column the correct type", { expect_type(landscapemetrics_class_landscape_value$value, "double") }) +test_that("lsm_c_mesh equals FRAGSTATS", { + lsm_landscape <- lsm_c_mesh(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_c_mesh(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "mesh") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "mesh") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-c-ndca.R b/tests/testthat/test-lsm-c-ndca.R index 3045c758a..be3e27d5b 100644 --- a/tests/testthat/test-lsm-c-ndca.R +++ b/tests/testthat/test-lsm-c-ndca.R @@ -19,3 +19,13 @@ test_that("lsm_c_ndca returns in every column the correct type", { expect_type(landscapemetrics_class_landscape_value$value, "double") }) +test_that("lsm_c_ndca equals FRAGSTATS", { + lsm_landscape <- lsm_c_ndca(landscape) |> dplyr::pull(value) + # lsm_augusta <- lsm_c_ndca(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "ndca") |> dplyr::pull(value) + # fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "ndca") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape)) + # expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta)) +}) diff --git a/tests/testthat/test-lsm-c-nlsi.R b/tests/testthat/test-lsm-c-nlsi.R index d1094569a..5b0e47c14 100644 --- a/tests/testthat/test-lsm-c-nlsi.R +++ b/tests/testthat/test-lsm-c-nlsi.R @@ -26,3 +26,14 @@ test_that("lsm_c_nlsi returns NA if not defined", { expect_warning(lsm_c_nlsi(landscape_na), regexp = "NAs introduced by lsm_c_nlsi.") }) + +test_that("lsm_c_nlsi equals FRAGSTATS", { + lsm_landscape <- lsm_c_nlsi(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_c_nlsi(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "nlsi") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "nlsi") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-c-np.R b/tests/testthat/test-lsm-c-np.R index 3ea4020fd..6a55bff3e 100644 --- a/tests/testthat/test-lsm-c-np.R +++ b/tests/testthat/test-lsm-c-np.R @@ -19,3 +19,13 @@ test_that("lsm_c_np returns in every column the correct type", { expect_type(landscapemetrics_class_landscape_value$value, "double") }) +test_that("lsm_c_np equals FRAGSTATS", { + lsm_landscape <- lsm_c_np(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_c_np(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "np") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "np") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape)) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta)) +}) diff --git a/tests/testthat/test-lsm-c-pafrac.R b/tests/testthat/test-lsm-c-pafrac.R index 6fa2f6612..9d7503fb7 100644 --- a/tests/testthat/test-lsm-c-pafrac.R +++ b/tests/testthat/test-lsm-c-pafrac.R @@ -31,3 +31,14 @@ test_that("lsm_c_pafrac throws warning for less than 10 patches", { regexp = "Class 1: PAFRAC = NA for class with < 10 patches", fixed = TRUE) }) + +test_that("lsm_c_pafrac equals FRAGSTATS", { + lsm_landscape <- lsm_c_pafrac(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_c_pafrac(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "pafrac") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "pafrac") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-c-pd.R b/tests/testthat/test-lsm-c-pd.R index e5b6405b8..80510ee53 100644 --- a/tests/testthat/test-lsm-c-pd.R +++ b/tests/testthat/test-lsm-c-pd.R @@ -19,3 +19,13 @@ test_that("lsm_c_pd returns in every column the correct type", { expect_type(landscapemetrics_class_landscape_value$value, "double") }) +test_that("lsm_c_pd equals FRAGSTATS", { + lsm_landscape <- lsm_c_pd(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_c_pd(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "pd") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "pd") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-c-pladj.R b/tests/testthat/test-lsm-c-pladj.R index 09b6a18e4..8ae0e138a 100644 --- a/tests/testthat/test-lsm-c-pladj.R +++ b/tests/testthat/test-lsm-c-pladj.R @@ -19,3 +19,13 @@ test_that("lsm_c_pladj returns in every column the correct type", { expect_type(landscapemetrics_class_landscape_value$value, "double") }) +test_that("lsm_c_pladj equals FRAGSTATS", { + lsm_landscape <- lsm_c_pladj(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_c_pladj(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "pladj") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "pladj") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-c-pland.R b/tests/testthat/test-lsm-c-pland.R index 0de5d2a57..25923f426 100644 --- a/tests/testthat/test-lsm-c-pland.R +++ b/tests/testthat/test-lsm-c-pland.R @@ -19,3 +19,13 @@ test_that("lsm_c_pland returns in every column the correct type", { expect_type(landscapemetrics_class_landscape_value$value, "double") }) +test_that("lsm_c_pland equals FRAGSTATS", { + lsm_landscape <- lsm_c_pland(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_c_pland(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "pland") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "pland") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.001) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.001) +}) diff --git a/tests/testthat/test-lsm-c-split.R b/tests/testthat/test-lsm-c-split.R index b91ed2309..d44eb0b36 100644 --- a/tests/testthat/test-lsm-c-split.R +++ b/tests/testthat/test-lsm-c-split.R @@ -19,3 +19,13 @@ test_that("lsm_c_split returns in every column the correct type", { expect_type(landscapemetrics_class_landscape_value$value, "double") }) +test_that("lsm_c_split equals FRAGSTATS", { + lsm_landscape <- lsm_c_split(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_c_split(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "split") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "split") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-c-tca.R b/tests/testthat/test-lsm-c-tca.R index aa5879564..bb88e2291 100644 --- a/tests/testthat/test-lsm-c-tca.R +++ b/tests/testthat/test-lsm-c-tca.R @@ -19,3 +19,14 @@ test_that("lsm_c_tca returns in every column the correct type", { expect_type(landscapemetrics_class_landscape_value$value, "double") }) +test_that("lsm_c_tca equals FRAGSTATS", { + lsm_landscape <- lsm_c_tca(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_c_tca(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "tca") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "tca") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) + diff --git a/tests/testthat/test-lsm-c-te.R b/tests/testthat/test-lsm-c-te.R index a37e7a248..4214bb4a8 100644 --- a/tests/testthat/test-lsm-c-te.R +++ b/tests/testthat/test-lsm-c-te.R @@ -47,3 +47,25 @@ test_that("lsm_c_te is the same if count_boundary = FALSE and vice versa", { expect_true(result_cbF$value[[1]] == result_cbF$value[[2]]) expect_true(result_cbT$value[[1]] != result_cbF$value[[2]]) }) + +test_that("lsm_c_te equals FRAGSTATS", { + lsm_landscape <- lsm_c_te(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_c_te(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "te") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "te") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape)) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta)) +}) + +test_that("lsm_c_te equals FRAGSTATS", { + lsm_landscape <- lsm_c_te(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_c_te(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "te") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "te") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-l-ai.R b/tests/testthat/test-lsm-l-ai.R index 41e800e2f..68c0a6295 100644 --- a/tests/testthat/test-lsm-l-ai.R +++ b/tests/testthat/test-lsm-l-ai.R @@ -19,3 +19,13 @@ test_that("lsm_l_ai returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) +test_that("lsm_l_ai equals FRAGSTATS", { + lsm_landscape <- lsm_l_ai(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_ai(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "ai") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "ai") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) + expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-l-cohesion.R b/tests/testthat/test-lsm-l-cohesion.R index e11e6c2bc..88e9cb8e2 100644 --- a/tests/testthat/test-lsm-l-cohesion.R +++ b/tests/testthat/test-lsm-l-cohesion.R @@ -19,3 +19,14 @@ test_that("lsm_l_cohesion returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) +test_that("lsm_l_cohesion equals FRAGSTATS", { + lsm_landscape <- lsm_l_cohesion(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_cohesion(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "cohesion") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "cohesion") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) + expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) +}) + diff --git a/tests/testthat/test-lsm-l-condent.R b/tests/testthat/test-lsm-l-condent.R index db6079fd8..5f32b1272 100644 --- a/tests/testthat/test-lsm-l-condent.R +++ b/tests/testthat/test-lsm-l-condent.R @@ -18,4 +18,3 @@ test_that("lsm_l_condent returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$metric, "character") expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) - diff --git a/tests/testthat/test-lsm-l-contag.R b/tests/testthat/test-lsm-l-contag.R index 94da59fdc..3a9b11093 100644 --- a/tests/testthat/test-lsm-l-contag.R +++ b/tests/testthat/test-lsm-l-contag.R @@ -28,3 +28,15 @@ test_that("lsm_l_contag returns warning for less than 2 classes", { regexp = "Number of classes must be >= 2: CONTAG = NA.", fixed = TRUE) }) + +test_that("lsm_l_contag equals FRAGSTATS", { + lsm_landscape <- lsm_l_contag(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_contag(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "contag") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "contag") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) + expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) +}) + diff --git a/tests/testthat/test-lsm-l-dcad.R b/tests/testthat/test-lsm-l-dcad.R index c9614af72..1debf2c30 100644 --- a/tests/testthat/test-lsm-l-dcad.R +++ b/tests/testthat/test-lsm-l-dcad.R @@ -19,3 +19,13 @@ test_that("lsm_l_dcad returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) +test_that("lsm_l_dcad equals FRAGSTATS", { + lsm_landscape <- lsm_l_dcad(landscape) |> dplyr::pull(value) + # lsm_augusta <- lsm_l_dcad(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "dcad") |> dplyr::pull(value) + # fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "dcad") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) + # expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-l-division.R b/tests/testthat/test-lsm-l-division.R index 42e1e2fd3..54f1bab6e 100644 --- a/tests/testthat/test-lsm-l-division.R +++ b/tests/testthat/test-lsm-l-division.R @@ -19,3 +19,13 @@ test_that("lsm_l_division returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) +test_that("lsm_l_division equals FRAGSTATS", { + lsm_landscape <- lsm_l_division(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_division(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "division") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "division") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) + expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-l-ed.R b/tests/testthat/test-lsm-l-ed.R index 2668016b8..bc30a4052 100644 --- a/tests/testthat/test-lsm-l-ed.R +++ b/tests/testthat/test-lsm-l-ed.R @@ -19,3 +19,13 @@ test_that("lsm_l_ed returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) +test_that("lsm_l_ed equals FRAGSTATS", { + lsm_landscape <- lsm_l_ed(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_ed(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "ed") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "ed") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) + expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-l-iji.R b/tests/testthat/test-lsm-l-iji.R index 4179b290b..712d34a88 100644 --- a/tests/testthat/test-lsm-l-iji.R +++ b/tests/testthat/test-lsm-l-iji.R @@ -29,3 +29,14 @@ test_that("lsm_l_iji returns warning for less than 3 classes", { fixed = TRUE) }) +test_that("lsm_l_iji equals FRAGSTATS", { + lsm_landscape <- lsm_l_iji(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_iji(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "iji") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "iji") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) + expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) +}) + diff --git a/tests/testthat/test-lsm-l-lpi.R b/tests/testthat/test-lsm-l-lpi.R index 30e6ae2ce..c6b19fee5 100644 --- a/tests/testthat/test-lsm-l-lpi.R +++ b/tests/testthat/test-lsm-l-lpi.R @@ -19,3 +19,14 @@ test_that("lsm_l_lpi returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) +test_that("lsm_l_lpi equals FRAGSTATS", { + lsm_landscape <- lsm_l_lpi(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_lpi(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "lpi") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "lpi") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) + expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) +}) + diff --git a/tests/testthat/test-lsm-l-lsi.R b/tests/testthat/test-lsm-l-lsi.R index faf9c2e75..68ead1927 100644 --- a/tests/testthat/test-lsm-l-lsi.R +++ b/tests/testthat/test-lsm-l-lsi.R @@ -19,3 +19,13 @@ test_that("lsm_l_lsi returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) +test_that("lsm_l_lsi equals FRAGSTATS", { + lsm_landscape <- lsm_l_lsi(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_lsi(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "lsi") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "lsi") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) + expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-l-mesh.R b/tests/testthat/test-lsm-l-mesh.R index 252208195..a51e355c3 100644 --- a/tests/testthat/test-lsm-l-mesh.R +++ b/tests/testthat/test-lsm-l-mesh.R @@ -19,3 +19,14 @@ test_that("lsm_l_mesh returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) +test_that("lsm_l_mesh equals FRAGSTATS", { + lsm_landscape <- lsm_l_mesh(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_mesh(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "mesh") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "mesh") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) + expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) +}) + diff --git a/tests/testthat/test-lsm-l-msidi.R b/tests/testthat/test-lsm-l-msidi.R index e7e985fe4..5bfa0e562 100644 --- a/tests/testthat/test-lsm-l-msidi.R +++ b/tests/testthat/test-lsm-l-msidi.R @@ -19,3 +19,15 @@ test_that("lsm_l_msidi returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) +test_that("lsm_l_msidi equals FRAGSTATS", { + lsm_landscape <- lsm_l_msidi(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_msidi(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "msidi") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "msidi") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) + expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) +}) + + diff --git a/tests/testthat/test-lsm-l-msiei.R b/tests/testthat/test-lsm-l-msiei.R index c4985162b..1dc0efe21 100644 --- a/tests/testthat/test-lsm-l-msiei.R +++ b/tests/testthat/test-lsm-l-msiei.R @@ -19,3 +19,14 @@ test_that("lsm_l_msiei returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) +test_that("lsm_l_msiei equals FRAGSTATS", { + lsm_landscape <- lsm_l_msiei(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_msiei(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "msiei") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "msiei") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) + expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) +}) + diff --git a/tests/testthat/test-lsm-l-ndca.R b/tests/testthat/test-lsm-l-ndca.R index a11a578b4..8c291b117 100644 --- a/tests/testthat/test-lsm-l-ndca.R +++ b/tests/testthat/test-lsm-l-ndca.R @@ -19,3 +19,13 @@ test_that("lsm_l_ndca returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) +test_that("lsm_l_ndca equals FRAGSTATS", { + lsm_landscape <- lsm_l_ndca(landscape) |> dplyr::pull(value) + # lsm_augusta <- lsm_l_ndca(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "ndca") |> dplyr::pull(value) + # fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "ndca") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape) + # expect_equal(object = lsm_augusta, expected = fs_augusta) +}) diff --git a/tests/testthat/test-lsm-l-np.R b/tests/testthat/test-lsm-l-np.R index 9b52465f0..77e7e9548 100644 --- a/tests/testthat/test-lsm-l-np.R +++ b/tests/testthat/test-lsm-l-np.R @@ -19,3 +19,13 @@ test_that("lsm_l_np returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) +test_that("lsm_l_np equals FRAGSTATS", { + lsm_landscape <- lsm_l_np(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_np(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "np") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "np") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape) + expect_equal(object = lsm_augusta, expected = fs_augusta) +}) diff --git a/tests/testthat/test-lsm-l-pafrac.R b/tests/testthat/test-lsm-l-pafrac.R index 0f20a4e3c..55337bfd2 100644 --- a/tests/testthat/test-lsm-l-pafrac.R +++ b/tests/testthat/test-lsm-l-pafrac.R @@ -28,3 +28,14 @@ test_that("lsm_l_pafrac throws error for less than 10 patches", { regexp = "PAFRAC = NA for NP < 10", fixed = TRUE) }) + +test_that("lsm_l_pafrac equals FRAGSTATS", { + lsm_landscape <- lsm_l_pafrac(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_pafrac(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "pafrac") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "pafrac") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) + expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-l-pd.R b/tests/testthat/test-lsm-l-pd.R index a307fa976..ed97bcf1c 100644 --- a/tests/testthat/test-lsm-l-pd.R +++ b/tests/testthat/test-lsm-l-pd.R @@ -19,3 +19,13 @@ test_that("lsm_l_pd returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) +test_that("lsm_l_pd equals FRAGSTATS", { + lsm_landscape <- lsm_l_pd(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_pd(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "pd") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "pd") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape) + expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-l-pladj.R b/tests/testthat/test-lsm-l-pladj.R index d5b5c6d07..c4fd0c3eb 100644 --- a/tests/testthat/test-lsm-l-pladj.R +++ b/tests/testthat/test-lsm-l-pladj.R @@ -19,3 +19,14 @@ test_that("lsm_l_pladj returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) +test_that("lsm_l_pladj equals FRAGSTATS", { + lsm_landscape <- lsm_l_pladj(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_pladj(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "pladj") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "pladj") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) + expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) +}) + diff --git a/tests/testthat/test-lsm-l-pr.R b/tests/testthat/test-lsm-l-pr.R index eedf2a972..2cb52e325 100644 --- a/tests/testthat/test-lsm-l-pr.R +++ b/tests/testthat/test-lsm-l-pr.R @@ -19,3 +19,13 @@ test_that("lsm_l_pr returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) +test_that("lsm_l_pr equals FRAGSTATS", { + lsm_landscape <- lsm_l_pr(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_pr(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "pr") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "pr") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape) + expect_equal(object = lsm_augusta, expected = fs_augusta) +}) diff --git a/tests/testthat/test-lsm-l-prd.R b/tests/testthat/test-lsm-l-prd.R index fa90508b5..f4bdb60d6 100644 --- a/tests/testthat/test-lsm-l-prd.R +++ b/tests/testthat/test-lsm-l-prd.R @@ -19,3 +19,13 @@ test_that("lsm_l_prd returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) +test_that("lsm_l_prd equals FRAGSTATS", { + lsm_landscape <- lsm_l_prd(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_prd(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "prd") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "prd") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape) + expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-l-relmutinf.R b/tests/testthat/test-lsm-l-relmutinf.R index 29a19d18e..fdfd0c71f 100644 --- a/tests/testthat/test-lsm-l-relmutinf.R +++ b/tests/testthat/test-lsm-l-relmutinf.R @@ -18,4 +18,3 @@ test_that("lsm_l_relmutinf returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$metric, "character") expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) - diff --git a/tests/testthat/test-lsm-l-rpr.R b/tests/testthat/test-lsm-l-rpr.R index 29cad4ef7..d4b4e6fc3 100644 --- a/tests/testthat/test-lsm-l-rpr.R +++ b/tests/testthat/test-lsm-l-rpr.R @@ -18,4 +18,3 @@ test_that("lsm_l_rpr returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$metric, "character") expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) - diff --git a/tests/testthat/test-lsm-l-shdi.R b/tests/testthat/test-lsm-l-shdi.R index 5e565754a..f34621660 100644 --- a/tests/testthat/test-lsm-l-shdi.R +++ b/tests/testthat/test-lsm-l-shdi.R @@ -19,3 +19,13 @@ test_that("lsm_l_shdi returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) +test_that("lsm_l_shdi equals FRAGSTATS", { + lsm_landscape <- lsm_l_shdi(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_shdi(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "shdi") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "shdi") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) + expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-l-shei.R b/tests/testthat/test-lsm-l-shei.R index 9928c4166..10b670416 100644 --- a/tests/testthat/test-lsm-l-shei.R +++ b/tests/testthat/test-lsm-l-shei.R @@ -24,3 +24,13 @@ test_that("lsm_l_shei returns 0 when only one patch present", { expect_equal(lsm_l_shei(landscape)$value, 0) }) +test_that("lsm_l_shei equals FRAGSTATS", { + lsm_landscape <- lsm_l_shei(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_shei(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "shei") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "shei") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) + expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-l-sidi.R b/tests/testthat/test-lsm-l-sidi.R index c7e2297aa..35b411f22 100644 --- a/tests/testthat/test-lsm-l-sidi.R +++ b/tests/testthat/test-lsm-l-sidi.R @@ -19,3 +19,13 @@ test_that("lsm_l_sidi returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) +test_that("lsm_l_sidi equals FRAGSTATS", { + lsm_landscape <- lsm_l_sidi(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_sidi(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "sidi") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "sidi") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) + expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-l-siei.R b/tests/testthat/test-lsm-l-siei.R index 622407ce2..29d28e0e0 100644 --- a/tests/testthat/test-lsm-l-siei.R +++ b/tests/testthat/test-lsm-l-siei.R @@ -19,3 +19,13 @@ test_that("lsm_l_siei returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) +test_that("lsm_l_siei equals FRAGSTATS", { + lsm_landscape <- lsm_l_siei(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_siei(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "siei") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "siei") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) + expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-l-split.R b/tests/testthat/test-lsm-l-split.R index 1659920f4..f86ba7ed6 100644 --- a/tests/testthat/test-lsm-l-split.R +++ b/tests/testthat/test-lsm-l-split.R @@ -19,3 +19,13 @@ test_that("lsm_l_split returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) +test_that("lsm_l_split equals FRAGSTATS", { + lsm_landscape <- lsm_l_split(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_split(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "split") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "split") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) + expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-l-ta.R b/tests/testthat/test-lsm-l-ta.R index cc05cf1eb..2f94a0fee 100644 --- a/tests/testthat/test-lsm-l-ta.R +++ b/tests/testthat/test-lsm-l-ta.R @@ -19,3 +19,13 @@ test_that("lsm_l_ta returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) +test_that("lsm_l_ta equals FRAGSTATS", { + lsm_landscape <- lsm_l_ta(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_ta(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "ta") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "ta") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape) + expect_equal(object = lsm_augusta, expected = fs_augusta) +}) diff --git a/tests/testthat/test-lsm-l-tca.R b/tests/testthat/test-lsm-l-tca.R index edc99ab81..7a749d631 100644 --- a/tests/testthat/test-lsm-l-tca.R +++ b/tests/testthat/test-lsm-l-tca.R @@ -19,3 +19,13 @@ test_that("lsm_l_tca returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) +test_that("lsm_l_tca equals FRAGSTATS", { + lsm_landscape <- lsm_l_tca(landscape) |> dplyr::pull(value) + # lsm_augusta <- lsm_l_tca(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "tca") |> dplyr::pull(value) + # fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "tca") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape) + # expect_equal(object = lsm_augusta, expected = fs_augusta) +}) diff --git a/tests/testthat/test-lsm-l-te.R b/tests/testthat/test-lsm-l-te.R index ace3e4297..f6247e888 100644 --- a/tests/testthat/test-lsm-l-te.R +++ b/tests/testthat/test-lsm-l-te.R @@ -52,3 +52,14 @@ test_that("lsm_l_te is the same if count_boundary = FALSE", { expect_true(all(result_l_cbF$value == result_cbF$value)) expect_true(all(result_l_cbT$value == max(result_cbT$value))) }) + +test_that("lsm_l_te equals FRAGSTATS", { + lsm_landscape <- lsm_l_te(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_l_te(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "te") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "te") |> dplyr::pull(value) + + expect_equal(object = lsm_landscape, expected = fs_landcape) + expect_equal(object = lsm_augusta, expected = fs_augusta) +}) diff --git a/tests/testthat/test-lsm-p-area.R b/tests/testthat/test-lsm-p-area.R index 3ddafb2f8..042d76195 100644 --- a/tests/testthat/test-lsm-p-area.R +++ b/tests/testthat/test-lsm-p-area.R @@ -19,4 +19,13 @@ test_that("lsm_p_area returns in every column the correct type", { expect_type(landscapemetrics_patch_landscape_value$value, "double") }) +test_that("lsm_p_area equals FRAGSTATS", { + lsm_landscape <- lsm_p_area(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_p_area(augusta_nlcd) |> dplyr::pull(value) + fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "area") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "area") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape)) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta)) +}) diff --git a/tests/testthat/test-lsm-p-cai.R b/tests/testthat/test-lsm-p-cai.R index 8cfcb6e03..03932e755 100644 --- a/tests/testthat/test-lsm-p-cai.R +++ b/tests/testthat/test-lsm-p-cai.R @@ -18,3 +18,14 @@ test_that("lsm_p_cai returns in every column the correct type", { expect_type(landscapemetrics_patch_landscape_value$metric, "character") expect_type(landscapemetrics_patch_landscape_value$value, "double") }) + +test_that("lsm_p_cai equals FRAGSTATS", { + lsm_landscape <- lsm_p_cai(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_p_cai(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "cai") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "cai") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-p-circle.R b/tests/testthat/test-lsm-p-circle.R index 7c5e11301..cf5eabad2 100644 --- a/tests/testthat/test-lsm-p-circle.R +++ b/tests/testthat/test-lsm-p-circle.R @@ -23,3 +23,20 @@ test_that("lsm_p_circle can also handle irregular sized cells", { expect_error(object = lsm_p_circle(landscape_diff_res), regexp = "The area of the circumscribing circle is currently only implemented for equal resolutions.") }) + +# https://fragstats.org/index.php/fragstats-metrics/shape-metrics/p4-related-circumscribing-circle +# In addition, the index never quite equals 0 because the grid data format doesn't allow patches to be perfectly circular + +# MH: Augusta is off quite a bit for smaller patches + +test_that("lsm_p_circle equals FRAGSTATS", { + + lsm_landscape <- lsm_p_circle(landscape) |> dplyr::filter(value != min(value)) |> dplyr::pull(value) + # lsm_augusta <- lsm_p_circle(augusta_nlcd) |> dplyr::filter(value != min(value)) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "circle") |> dplyr::filter(value != min(value)) |> dplyr::pull(value) + # fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "circle") |> dplyr::filter(value != min(value)) |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + # expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-p-contig.R b/tests/testthat/test-lsm-p-contig.R index b72837f28..8acfe0620 100644 --- a/tests/testthat/test-lsm-p-contig.R +++ b/tests/testthat/test-lsm-p-contig.R @@ -19,4 +19,13 @@ test_that("lsm_p_contig returns in every column the correct type", { expect_type(landscapemetrics_patch_landscape_value$value, "double") }) +test_that("lsm_p_contig equals FRAGSTATS", { + lsm_landscape <- lsm_p_contig(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_p_contig(augusta_nlcd) |> dplyr::pull(value) + fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "contig") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "contig") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-p-core.R b/tests/testthat/test-lsm-p-core.R index 2d82f8c4f..0b5c1916a 100644 --- a/tests/testthat/test-lsm-p-core.R +++ b/tests/testthat/test-lsm-p-core.R @@ -29,3 +29,14 @@ test_that("lsm_p_core returns in every column the correct type", { test_that("lsm_p_core can set edge depth typestable", { expect_s3_class(lsm_p_core(landscape, edge_depth = 3), "tbl_df") }) + +test_that("lsm_p_core equals FRAGSTATS", { + lsm_landscape <- lsm_p_core(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_p_core(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "core") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "core") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-p-enn.R b/tests/testthat/test-lsm-p-enn.R index f101842fc..bb9bb71c7 100644 --- a/tests/testthat/test-lsm-p-enn.R +++ b/tests/testthat/test-lsm-p-enn.R @@ -19,4 +19,13 @@ test_that("lsm_p_enn returns in every column the correct type", { expect_type(landscapemetrics_patch_landscape_value$value, "double") }) +test_that("lsm_p_area equals FRAGSTATS", { + lsm_landscape <- lsm_p_enn(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_p_enn(augusta_nlcd) |> dplyr::pull(value) + fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "enn") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "enn") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-p-frac.R b/tests/testthat/test-lsm-p-frac.R index 6c5d6ec27..2de0a3b6f 100644 --- a/tests/testthat/test-lsm-p-frac.R +++ b/tests/testthat/test-lsm-p-frac.R @@ -19,4 +19,13 @@ test_that("lsm_p_frac returns in every column the correct type", { expect_type(landscapemetrics_patch_landscape_value$value, "double") }) +test_that("lsm_p_frac equals FRAGSTATS", { + lsm_landscape <- lsm_p_frac(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_p_frac(augusta_nlcd) |> dplyr::pull(value) + fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "frac") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "frac") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-p-gyrate.R b/tests/testthat/test-lsm-p-gyrate.R index 06c29515c..790e65fdf 100644 --- a/tests/testthat/test-lsm-p-gyrate.R +++ b/tests/testthat/test-lsm-p-gyrate.R @@ -26,3 +26,17 @@ test_that("lsm_p_gyrate returns in every column the correct type", { expect_type(landscapemetrics_patch_landscape_value$metric, "character") expect_type(landscapemetrics_patch_landscape_value$value, "double") }) + +# https://fragstats.org/index.php/fragstats-metrics/area-and-edge-metrics/p3-radius-of-gyration +# GYRATE = 0 when the patch consists of a single cell and increases without limit as the patch increases in extent + +# test_that("lsm_p_frac equals FRAGSTATS", { +# lsm_landscape <- lsm_p_gyrate(landscape) |> dplyr::filter(value != min(value)) |> dplyr::pull(value) +# lsm_augusta <- lsm_p_gyrate(augusta_nlcd) |> dplyr::filter(value != min(value)) |> dplyr::pull(value) +# +# fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "gyrate") |> dplyr::filter(value != min(value)) |> dplyr::pull(value) +# fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "gyrate") |> dplyr::filter(value != min(value)) |> dplyr::pull(value) +# +# expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) +# expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +# }) diff --git a/tests/testthat/test-lsm-p-nca.R b/tests/testthat/test-lsm-p-ncore.R similarity index 61% rename from tests/testthat/test-lsm-p-nca.R rename to tests/testthat/test-lsm-p-ncore.R index e02b6b913..30e22e295 100644 --- a/tests/testthat/test-lsm-p-nca.R +++ b/tests/testthat/test-lsm-p-ncore.R @@ -19,4 +19,15 @@ test_that("lsm_p_ncore returns in every column the correct type", { expect_type(landscapemetrics_patch_landscape_value$value, "double") }) +# MH: augusta_nlcd is a bit off +test_that("lsm_p_ncore equals FRAGSTATS", { + lsm_landscape <- lsm_p_ncore(landscape) |> dplyr::pull(value) + # lsm_augusta <- lsm_p_ncore(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "ncore") |> dplyr::pull(value) + # fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "ncore") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape)) + # expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta)) +}) diff --git a/tests/testthat/test-lsm-p-para.R b/tests/testthat/test-lsm-p-para.R index 6e3c31a2e..9708ac192 100644 --- a/tests/testthat/test-lsm-p-para.R +++ b/tests/testthat/test-lsm-p-para.R @@ -19,4 +19,16 @@ test_that("lsm_p_para returns in every column the correct type", { expect_type(landscapemetrics_patch_landscape_value$value, "double") }) +# https://fragstats.org/index.php/fragstats-metrics/shape-metrics/p1-perimeter-area-ratio +# PARA equals the ratio of the patch perimeter (m) to area (m2). +test_that("lsm_p_para equals FRAGSTATS", { + lsm_landscape <- lsm_p_para(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_p_para(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "para") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "para") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape / 10000)) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta / 10000), tolerance = 0.01) +}) diff --git a/tests/testthat/test-lsm-p-perim.R b/tests/testthat/test-lsm-p-perim.R index 6cf792606..8ef21ae6f 100644 --- a/tests/testthat/test-lsm-p-perim.R +++ b/tests/testthat/test-lsm-p-perim.R @@ -22,3 +22,14 @@ test_that("lsm_p_perim returns in every column the correct type", { test_that("lsm_p_perim can also handle irregular sized cells", { expect_s3_class(lsm_p_perim(landscape_diff_res), "tbl_df") }) + +test_that("lsm_p_perim equals FRAGSTATS", { + lsm_landscape <- lsm_p_perim(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_p_perim(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "perim") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "perim") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape)) + expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta)) +}) diff --git a/tests/testthat/test-lsm-p-shape.R b/tests/testthat/test-lsm-p-shape.R index dc79afb91..1716c23dc 100644 --- a/tests/testthat/test-lsm-p-shape.R +++ b/tests/testthat/test-lsm-p-shape.R @@ -19,3 +19,13 @@ test_that("lsm_p_shape returns in every column the correct type", { expect_type(landscapemetrics_patch_landscape_value$value, "double") }) +test_that("lsm_p_shape equals FRAGSTATS", { + lsm_landscape <- lsm_p_shape(landscape) |> dplyr::pull(value) + # lsm_augusta <- lsm_p_shape(augusta_nlcd) |> dplyr::pull(value) + + fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "shape") |> dplyr::pull(value) + # fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "shape") |> dplyr::pull(value) + + expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) + # expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) +}) From b3364c218cf1441f0fb2da9fa9f7f2d900483435 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Mon, 25 Sep 2023 16:08:41 +0200 Subject: [PATCH 074/101] Trigger CI --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index ee9ebcb07..7cfb6ed7f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,6 +10,7 @@ * `extract_lsm` returned an unneeded warning message * Various * Updated FRAGSTATS reference (thanks to Oto Kaláb @kalab-oto) + * Update FRAGSTATS tests # landscapemetrics 1.5.6 * Bugfixes From 8c5fc923b3d7106b83fc81660be82fba70f184a4 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Mon, 25 Sep 2023 16:57:31 +0200 Subject: [PATCH 075/101] Fix failing lsm_l_shei test --- tests/testthat/test-lsm-l-shei.R | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/testthat/test-lsm-l-shei.R b/tests/testthat/test-lsm-l-shei.R index 10b670416..bc8733930 100644 --- a/tests/testthat/test-lsm-l-shei.R +++ b/tests/testthat/test-lsm-l-shei.R @@ -19,9 +19,10 @@ test_that("lsm_l_shei returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) -landscape[] = 1 test_that("lsm_l_shei returns 0 when only one patch present", { - expect_equal(lsm_l_shei(landscape)$value, 0) + landscape_simple <- landscape + landscape_simple[] = 1 + expect_equal(lsm_l_shei(landscape_simple)$value, 0) }) test_that("lsm_l_shei equals FRAGSTATS", { From 7b68e22a114f35e387c632d05c0d754f3eb68d66 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Mon, 25 Sep 2023 17:47:27 +0200 Subject: [PATCH 076/101] Update Vignette comparison --- vignettes/articles/comparing_tools.Rmd | 197 ++++++++++++------------- 1 file changed, 98 insertions(+), 99 deletions(-) diff --git a/vignettes/articles/comparing_tools.Rmd b/vignettes/articles/comparing_tools.Rmd index aa8437bab..2d7934d90 100644 --- a/vignettes/articles/comparing_tools.Rmd +++ b/vignettes/articles/comparing_tools.Rmd @@ -11,21 +11,38 @@ editor_options: --- ```{r setup, include=FALSE} -knitr::opts_chunk$set(echo = FALSE, eval = FALSE) +knitr::opts_chunk$set(echo = FALSE, eval = TRUE) ``` ```{r load_libraries_hidden, message = FALSE, warning = FALSE, include = FALSE} library(landscapemetrics) -library(terra) -library(SDMTools) # remotes::install_version("SDMTools", version = "1.1-221.2") + library(dplyr) library(purrr) +library(raster) +library(SDMTools) # remotes::install_version("SDMTools", version = "1.1-221.2") +library(stringr) +library(terra) +library(tidyr) # internal data needs to be read landscape <- terra::rast(landscapemetrics::landscape) + +fs_patch_landscape <- read.table(file = "tests/testthat/results-fragstats/landscape.patch", + sep = ",", header = TRUE, na.strings = " N/A ") |> + dplyr::select(-LID) |> + dplyr::mutate(TYPE = stringr::str_remove_all(TYPE, pattern = " "), + TYPE = as.integer(stringr::str_remove(TYPE, pattern = "cls_"))) + +fs_class_landscape <- read.table(file = "tests/testthat/results-fragstats/landscape.class", + sep = ",", header = TRUE, na.strings = " N/A ") |> + dplyr::select(-LID) |> + dplyr::mutate(TYPE = stringr::str_remove_all(TYPE, pattern = " "), + TYPE = as.integer(stringr::str_remove(TYPE, pattern = "cls_"))) + ``` -**The comparison is currently outdated because the example landscape slightly changed and we trying to re-calculate the FRAGSTATS results currently. Additionally, we cant install `SDMTools` anymore (R > 4.0).** +**The comparison is currently outdated because the example landscape slightly changed and we trying to re-calculate the FRAGSTATS results currently.** # Comparison with FRAGSTATS @@ -64,25 +81,33 @@ cv <- function(x) { } # CV calculated from patch values of FRAGSTATS -fragstats_calculated <- fragstats_patch_landscape |> +fs_calculated <- fs_patch_landscape |> dplyr::group_by(TYPE) |> dplyr::summarise(cv = cv(AREA)) |> - purrr::set_names("class", "fragstats_calculated") + purrr::set_names("class", "fs_calc") # Output of FRAGSTATS -fragstats_output <- fragstats_class_landscape |> +fs_output <- fs_class_landscape |> dplyr::select(TYPE, AREA_CV) |> - purrr::set_names("class", "fragstats_output") + purrr::set_names("class", "fs_output") # Output of landscapemetrics -landscapemetrics_output <- lsm_c_area_cv(landscape) |> +lsm_calc <- lsm_p_area(landscape) |> + dplyr::group_by(class) |> + dplyr::summarise(value = cv(value)) |> + purrr::set_names("class", "lsm_calc") + +lsm_output <- lsm_c_area_cv(landscape) |> dplyr::select(class, value) |> - purrr::set_names("class", "landscapemetrics") + purrr::set_names("class", "lsm_fun") -fragstats <- dplyr::full_join(x = fragstats_output, y = fragstats_calculated, +fragstats <- dplyr::full_join(x = fs_output, y = fs_calculated, by = "class") -cv_full <- dplyr::full_join(x = fragstats, y = landscapemetrics_output, +lsm <- dplyr::full_join(x = lsm_calc, y = lsm_output, + by = "class") + +cv_full <- dplyr::full_join(x = fragstats, y = lsm, by = "class") ``` @@ -100,25 +125,33 @@ The result calculated from all patch areas of FRAGSTATS is identical to the resu ```{r} # SD calculated from patch values of FRAGSTATS -fragstats_calculated <- fragstats_patch_landscape |> +fs_calculated <- fs_patch_landscape |> dplyr::group_by(TYPE) |> dplyr::summarise(sd = sd(AREA)) |> - purrr::set_names("class", "fragstats_calculated") + purrr::set_names("class", "fs_calculated") # Output of FRAGSTATS -fragstats_output <- fragstats_class_landscape |> +fs_output <- fs_class_landscape |> dplyr::select(TYPE, AREA_SD) |> - purrr::set_names("class", "fragstats_output") + purrr::set_names("class", "fs_output") # Output of landscapemetrics -landscapemetrics_output <- lsm_c_area_sd(landscape) |> +lsm_calc <- lsm_p_area(landscape) |> + dplyr::group_by(class) |> + dplyr::summarise(value = sd(value)) |> + purrr::set_names("class", "lsm_calculated") + +lsm_output <- lsm_c_area_sd(landscape) |> dplyr::select(class, value) |> - purrr::set_names("class", "landscapemetrics") + purrr::set_names("class", "lsm_output") -fragstats <- dplyr::full_join(x = fragstats_output, y = fragstats_calculated, +fragstats <- dplyr::full_join(x = fs_output, y = fs_calculated, by = "class") -sd_full <- dplyr::full_join(x = fragstats, y = landscapemetrics_output, +lsm <- dplyr::full_join(x = lsm_calc, y = lsm_output, + by = "class") + +sd_full <- dplyr::full_join(x = fragstats, y = lsm, by = "class") ``` @@ -126,7 +159,7 @@ sd_full <- dplyr::full_join(x = fragstats, y = landscapemetrics_output,

```{r} -knitr::kable(cbind(cv_full)) +knitr::kable(cbind(sd_full)) ```
@@ -144,37 +177,24 @@ In the following table, patches with an area of *area = 0.0001* consist of only ```{r} # Calculate patch area -fragstats_area <- fragstats_patch_landscape |> - dplyr::select(PID, AREA) |> - purrr::set_names("id", "fragstats_area") - -landscapemetrics_area <- lsm_p_area(landscape) |> - dplyr::select(id, value) |> - purrr::set_names("id", "landscapemetrics_area") - # Calculate GYRATE -fragstats_gyrate <- fragstats_patch_landscape |> - dplyr::select(PID, GYRATE) |> - purrr::set_names("id", "fragstats_gyrate") - -landscapemetrics_gyrate <- lsm_p_gyrate(landscape) |> - dplyr::select(id, value) |> - purrr::set_names("id", "landscapemetrics_gyrate") - -fragstats <- dplyr::full_join(x = fragstats_area, y = fragstats_gyrate, - by = "id") |> - dplyr::filter(fragstats_area == 0.0001) - -landscapemetrics <- dplyr::full_join(x = landscapemetrics_area, - y = landscapemetrics_gyrate, by = "id") |> - dplyr::filter(landscapemetrics_area == 0.0001) +fs <- fs_patch_landscape |> + dplyr::select(PID, AREA, GYRATE) |> + purrr::set_names("fs_id", "fs_area", "fs_gyrate") |> + dplyr::filter(fs_area == 0.0001) + +lsm <- calculate_lsm(landscape, what = c("lsm_p_area", "lsm_p_gyrate")) |> + tidyr::pivot_wider(names_from = "metric", values_from = "value") |> + dplyr::select(id, area, gyrate) |> + purrr::set_names("lsm_id", "lsm_area", "lsm_gyrate") |> + dplyr::filter(lsm_area == 0.0001) ```
```{r} -knitr::kable(cbind(fragstats, landscapemetrics)) +knitr::kable(cbind(fs, lsm)) ```
@@ -209,40 +229,25 @@ Nevertheless, the differences between the softwares are only based on different ```{r} # Output of FRAGSTATS -fragstats <- fragstats_patch_landscape |> +fs <- fs_patch_landscape |> dplyr::select(PID, AREA, PERIM, PARA) |> - purrr::set_names("id", "area", "perim", "para") |> - dplyr::mutate(para_calculated_ha = perim / area, - para_calculated_m = perim / (area * 10000)) |> - dplyr::arrange(area) - -# Output of landscapemetrics -area_landscapmetrics <- lsm_p_area(landscape) |> - dplyr::select(id, value) |> - purrr::set_names("id", "area") - -perim_landscapmetrics <- lsm_p_perim(landscape) |> - dplyr::select(id, value) |> - purrr::set_names("id", "perim") - -para_landscapemetrics <- lsm_p_para(landscape) |> - dplyr::select(id, value) |> - purrr::set_names("id", "para") - -landscapemetrics <- dplyr::full_join(x = area_landscapmetrics, - y = perim_landscapmetrics, - by = "id") |> - dplyr::full_join(para_landscapemetrics, by = "id") |> - dplyr::mutate(para_calculated_ha = perim / area, - para_calculated_m = perim / (area * 10000)) |> - dplyr::arrange(area) + purrr::set_names("fs_id", "fs_area", "fs_perim", "fs_para") |> + dplyr::arrange(fs_area) + +lsm <- calculate_lsm(landscape, what = c("lsm_p_area", "lsm_p_perim", "lsm_p_para")) |> + dplyr::select(-layer, -level, -class) |> + tidyr::pivot_wider(names_from = "metric", values_from = "value") |> + dplyr::mutate(lsm_para_ha = perim / area, lsm_para_m = perim / (area * 10000)) |> + dplyr::select(id, area, perim, para, lsm_para_ha, lsm_para_m) |> + purrr::set_names("lsm_id", "lsm_area", "lsm_perim", "lsm_para", "lsm_para_ha", "lsm_para_m") |> + dplyr::arrange(lsm_area) ```
```{r} -knitr::kable(cbind(fragstats, landscapemetrics)) +knitr::kable(cbind(fs, lsm)) ```
@@ -263,31 +268,25 @@ According to FRAGSTATS, for patches with only one cell CIRCLE = 0. Nevertheless, because also patches with only one cell have a dimension in the raster context, we decided to calculate the CIRCLE metric for such patches. ```{r} -# Output of FRAGSTATS -fragstats <- fragstats_patch_landscape |> +# Calculate patch area +# Calculate GYRATE +fs <- fs_patch_landscape |> dplyr::select(PID, AREA, CIRCLE) |> - purrr::set_names("id_fs", "area_fs", "circle_fs") |> - dplyr::filter(area_fs == 0.0001) - -# Output of landscapemetrics -area_landscapmetrics <- lsm_p_area(landscape) |> - dplyr::select(id, value) |> - purrr::set_names("id_lsm", "area_lsm") - -circle_landscapmetrics <- lsm_p_circle(landscape) |> - dplyr::select(id, value) |> - purrr::set_names("id_lsm", "circle_lsm") - -landscapemetrics <- dplyr::full_join(x = area_landscapmetrics, y = circle_landscapmetrics, - by = "id_lsm") |> - dplyr::filter(area_lsm == 0.0001) + purrr::set_names("fs_id", "fs_area", "fs_circle") |> + dplyr::filter(fs_area == 0.0001) + +lsm <- calculate_lsm(landscape, what = c("lsm_p_area", "lsm_p_circle")) |> + tidyr::pivot_wider(names_from = "metric", values_from = "value") |> + dplyr::select(id, area, circle) |> + purrr::set_names("lsm_id", "lsm_area", "lsm_circle") |> + dplyr::filter(lsm_area == 0.0001) ```
```{r} -knitr::kable(cbind(fragstats, landscapemetrics)) +knitr::kable(cbind(fs, lsm)) ```
@@ -307,7 +306,7 @@ mat[4:9, 7] <- 1 mat[4, 4:10] <- 1 # convert to terra -ras <- terra::rast(mat, xmin = 0, xmax = 13, ymin = 0, ymax = 13) +ras <- terra::rast(mat, extent = c(0, 13, 0, 13)) # get circumscribing circle circle_lsm <- get_circumscribingcircle(ras) @@ -317,15 +316,15 @@ circle_lsm <- construct_buffer(coords = matrix(c(circle_lsm$center_x, circle_lsm$center_y), nrow = 1, ncol = 2), shape = "circle", size = circle_lsm$value / 2, - return_sp = FALSE) + return_vec = FALSE) # calculate max distance between corner points of cells circle_max_dist <- dist(matrix(data = c(3, 10, 7, 4), byrow = TRUE, nrow = 2, ncol = 2)) -# construct circle using diamter /2 +# construct circle using diameter /2 circle_max_dist <- construct_buffer(coords = matrix(c(6.5, 7.5), nrow = 1, ncol = 2), shape = "circle", size = circle_max_dist / 2, - return_sp = FALSE) + return_vec = FALSE) # plot results plot(ras, col = "#D5B528", legend = FALSE) @@ -348,11 +347,11 @@ To get all available metrics on, e.g., patch level with `SDMTools`, you have to ```{r} # binarize every class in the landscape and calculate patch metrics -sdmtools_result <- lapply(raster::unique(landscape), FUN = function(x){ +sdmtools_result <- lapply(terra::unique(landscape), FUN = function(x){ tmp_land <- landscape - raster::values(tmp_land)[raster::values(tmp_land) != x] <- NA - raster::values(tmp_land)[raster::values(tmp_land) == x] <- 1 - ccl <- SDMTools::ConnCompLabel(tmp_land) + terra::values(tmp_land)[terra::values(tmp_land) != x] <- NA + terra::values(tmp_land)[terra::values(tmp_land) == x] <- 1 + ccl <- SDMTools::ConnCompLabel(raster::raster(tmp_land)) PatchStat(ccl) }) @@ -371,7 +370,7 @@ patch_metrics <- calculate_lsm(landscape, what = "patch")
```{r} -knitr::kable(bind_rows(sdmtools_result)) +knitr::kable(sdmtools_result) ```
From 6fefe692a87c6632d87b8d0356ba9b51daad5d45 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Tue, 26 Sep 2023 08:16:00 +0200 Subject: [PATCH 077/101] Move Fragstats data to internal --- .gitignore | 2 +- R/sysdata.rda | Bin 81476 -> 300857 bytes data-raw/03_internal_data.R | 27 +++++++++++++++++- .../augusta_nlcd.class | 0 .../augusta_nlcd.land | 0 .../augusta_nlcd.patch | 0 .../landscape.class | 0 .../landscape.land | 0 .../landscape.patch | 0 tests/testthat/helper-fragstats.R | 15 ++-------- 10 files changed, 30 insertions(+), 14 deletions(-) rename {tests/testthat/results-fragstats => data-raw}/augusta_nlcd.class (100%) rename {tests/testthat/results-fragstats => data-raw}/augusta_nlcd.land (100%) rename {tests/testthat/results-fragstats => data-raw}/augusta_nlcd.patch (100%) rename {tests/testthat/results-fragstats => data-raw}/landscape.class (100%) rename {tests/testthat/results-fragstats => data-raw}/landscape.land (100%) rename {tests/testthat/results-fragstats => data-raw}/landscape.patch (100%) diff --git a/.gitignore b/.gitignore index 92d9e6b00..af04397a0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,4 @@ src/*.o src/*.so src/*.dll ^CRAN-SUBMISSION$ -tests/testthat/results-fragstats/FS-metrics.fca +data-raw/FS-metrics.fca diff --git a/R/sysdata.rda b/R/sysdata.rda index 3909addd6754a43b9619f5b21b963ebb454c4849..2398eae4bc07683c72747970ce62682c27421b2c 100644 GIT binary patch literal 300857 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�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 A>Hq)$ diff --git a/data-raw/03_internal_data.R b/data-raw/03_internal_data.R index 853c049ad..ced7374bf 100644 --- a/data-raw/03_internal_data.R +++ b/data-raw/03_internal_data.R @@ -6,6 +6,7 @@ library(sf) library(supercells) library(terra) library(usethis) + #### Example landscape background #### set.seed(2023-05-23) @@ -30,4 +31,28 @@ irregular_areas = supercells(my_cat_raster2[[-c(1, 2)]], k = 30, irregular_areas = irregular_areas[1] -usethis::use_data(landscape_background, irregular_areas, overwrite = TRUE, internal = TRUE) +#### Fragstats data #### + +# import and reshape FRAGSTATS v2.0 results + +fragstats_patch <- c(landscape = "data-raw/landscape.patch", augusta_nlcd = "data-raw/augusta_nlcd.patch") |> + lapply(read.table, sep = ",", header = TRUE, na.strings = " N/A ") |> + dplyr::bind_rows(.id = "LID") + +fragstats_class <- c(landscape = "data-raw/landscape.class", augusta_nlcd = "data-raw/augusta_nlcd.class") |> + lapply(read.table, sep = ",", header = TRUE, na.strings = " N/A ") |> + dplyr::bind_rows(.id = "LID") + +fragstats_landscape <- c(landscape = "data-raw/landscape.land", augusta_nlcd = "data-raw/augusta_nlcd.land") |> + lapply(read.table, sep = ",", header = TRUE, na.strings = " N/A ") |> + dplyr::bind_rows(.id = "LID") + +fs_data <- list(patch = fragstats_patch, class = fragstats_class, landscape = fragstats_landscape) + +#### Combine data + +internal_data <- list(landscape_background = landscape_background, + irregular_areas = irregular_areas, + fs_data = fs_data) + +usethis::use_data(internal_data, overwrite = TRUE, internal = TRUE) diff --git a/tests/testthat/results-fragstats/augusta_nlcd.class b/data-raw/augusta_nlcd.class similarity index 100% rename from tests/testthat/results-fragstats/augusta_nlcd.class rename to data-raw/augusta_nlcd.class diff --git a/tests/testthat/results-fragstats/augusta_nlcd.land b/data-raw/augusta_nlcd.land similarity index 100% rename from tests/testthat/results-fragstats/augusta_nlcd.land rename to data-raw/augusta_nlcd.land diff --git a/tests/testthat/results-fragstats/augusta_nlcd.patch b/data-raw/augusta_nlcd.patch similarity index 100% rename from tests/testthat/results-fragstats/augusta_nlcd.patch rename to data-raw/augusta_nlcd.patch diff --git a/tests/testthat/results-fragstats/landscape.class b/data-raw/landscape.class similarity index 100% rename from tests/testthat/results-fragstats/landscape.class rename to data-raw/landscape.class diff --git a/tests/testthat/results-fragstats/landscape.land b/data-raw/landscape.land similarity index 100% rename from tests/testthat/results-fragstats/landscape.land rename to data-raw/landscape.land diff --git a/tests/testthat/results-fragstats/landscape.patch b/data-raw/landscape.patch similarity index 100% rename from tests/testthat/results-fragstats/landscape.patch rename to data-raw/landscape.patch diff --git a/tests/testthat/helper-fragstats.R b/tests/testthat/helper-fragstats.R index fa87d3a23..d4a03cc41 100644 --- a/tests/testthat/helper-fragstats.R +++ b/tests/testthat/helper-fragstats.R @@ -1,26 +1,17 @@ # import and reshape FRAGSTATS v2.0 results -fragstats_patch <- c(landscape = testthat::test_path("results-fragstats", "landscape.patch"), - augusta_nlcd = testthat::test_path("results-fragstats", "augusta_nlcd.patch")) |> - lapply(read.table, sep = ",", header = TRUE, na.strings = " N/A ") |> - dplyr::bind_rows(.id = "LID") |> +fragstats_patch <- landscapemetrics:::internal_data$fs_data$patch |> tidyr::pivot_longer(cols = -c("LID", "PID", "TYPE"), names_to = "metric") |> dplyr::mutate(TYPE = stringr::str_remove_all(TYPE, pattern = " "), TYPE = as.integer(stringr::str_remove(TYPE, pattern = "cls_")), metric = stringr::str_to_lower(metric)) -fragstats_class <- c(landscape = testthat::test_path("results-fragstats", "landscape.class"), - augusta_nlcd = testthat::test_path("results-fragstats", "augusta_nlcd.class")) |> - lapply(read.table, sep = ",", header = TRUE, na.strings = " N/A ") |> - dplyr::bind_rows(.id = "LID") |> +fragstats_class <- landscapemetrics:::internal_data$fs_data$class |> tidyr::pivot_longer(cols = -c("LID", "TYPE"), names_to = "metric") |> dplyr::mutate(TYPE = stringr::str_remove_all(TYPE, pattern = " "), TYPE = as.integer(stringr::str_remove(TYPE, pattern = "cls_")), metric = stringr::str_to_lower(metric)) -fragstats_landscape <- c(landscape = testthat::test_path("results-fragstats", "landscape.land"), - augusta_nlcd = testthat::test_path("results-fragstats", "augusta_nlcd.land")) |> - lapply(read.table, sep = ",", header = TRUE, na.strings = " N/A ") |> - dplyr::bind_rows(.id = "LID") |> +fragstats_landscape <- landscapemetrics:::internal_data$fs_data$landscape |> tidyr::pivot_longer(cols = -c("LID"), names_to = "metric") |> dplyr::mutate(metric = stringr::str_to_lower(metric)) From c9a265a8d90df484355fefaa12f472ccaeb670c9 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Tue, 26 Sep 2023 08:16:09 +0200 Subject: [PATCH 078/101] Update vignettes internal data --- vignettes/articles/comparing_tools.Rmd | 8 ++++---- vignettes/articles/general_background.Rmd | 4 ++-- vignettes/articles/irregular_areas.Rmd | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/vignettes/articles/comparing_tools.Rmd b/vignettes/articles/comparing_tools.Rmd index 2d7934d90..9732234a1 100644 --- a/vignettes/articles/comparing_tools.Rmd +++ b/vignettes/articles/comparing_tools.Rmd @@ -28,14 +28,14 @@ library(tidyr) # internal data needs to be read landscape <- terra::rast(landscapemetrics::landscape) -fs_patch_landscape <- read.table(file = "tests/testthat/results-fragstats/landscape.patch", - sep = ",", header = TRUE, na.strings = " N/A ") |> +fs_patch_landscape <- landscapemetrics:::internal_data$fs_data$patch |> + dplyr::filter(LID == "landscape") |> dplyr::select(-LID) |> dplyr::mutate(TYPE = stringr::str_remove_all(TYPE, pattern = " "), TYPE = as.integer(stringr::str_remove(TYPE, pattern = "cls_"))) -fs_class_landscape <- read.table(file = "tests/testthat/results-fragstats/landscape.class", - sep = ",", header = TRUE, na.strings = " N/A ") |> +fs_class_landscape <- landscapemetrics:::internal_data$fs_data$class |> + dplyr::filter(LID == "landscape") |> dplyr::select(-LID) |> dplyr::mutate(TYPE = stringr::str_remove_all(TYPE, pattern = " "), TYPE = as.integer(stringr::str_remove(TYPE, pattern = "cls_"))) diff --git a/vignettes/articles/general_background.Rmd b/vignettes/articles/general_background.Rmd index d8e9f0453..5f4f53872 100644 --- a/vignettes/articles/general_background.Rmd +++ b/vignettes/articles/general_background.Rmd @@ -32,8 +32,8 @@ Because **landscapemetrics** deals with categorical data, each cell has to be as These classes must be positive integer numbers. ```{r fig.height=4, fig.align="center", fig.cap="Fig 1.: a) and b) are the same landscape, but with a continous (a) and categorical (b) representation. A continuous landscape would typically be expected from remote sensing imagery or interpolated enviromental data. Categorical landscapes are mostly classified as percieved by humans, e.g. in land cover and use classes.", echo = FALSE, results = TRUE, message = FALSE, warning = FALSE, error = FALSE} -lsm_a <- terra::rast(landscapemetrics:::landscape_background$continous) -lsm_b <- terra::rast(landscapemetrics:::landscape_background$categorical) +lsm_a <- terra::rast(landscapemetrics:::internal_data$landscape_background$continous) +lsm_b <- terra::rast(landscapemetrics:::internal_data$landscape_background$categorical) par(mfrow = c(1, 2)) plot(lsm_a, col = grDevices::terrain.colors(n = 255), axes = FALSE, main = "a) Continous ") diff --git a/vignettes/articles/irregular_areas.Rmd b/vignettes/articles/irregular_areas.Rmd index 2426af8d0..b45a0f70b 100644 --- a/vignettes/articles/irregular_areas.Rmd +++ b/vignettes/articles/irregular_areas.Rmd @@ -29,7 +29,7 @@ In this case, we will use the Augusta NLCD dataset and an example set of irregul ```{r} # read example data ---------------------------------------------------- augusta_nlcd = rast(landscapemetrics::augusta_nlcd) -irregular_areas <- landscapemetrics:::irregular_areas +irregular_areas <- landscapemetrics:::internal_data$irregular_areas plot(augusta_nlcd, type = "classes") plot(st_geometry(irregular_areas), add = TRUE) From 797bc51502758891f742c1d1ab177cdce80c670e Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Tue, 26 Sep 2023 08:36:22 +0200 Subject: [PATCH 079/101] [skip-ci] Work on vignettes --- vignettes/articles/comparing_tools.Rmd | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/vignettes/articles/comparing_tools.Rmd b/vignettes/articles/comparing_tools.Rmd index 9732234a1..1fa7a9651 100644 --- a/vignettes/articles/comparing_tools.Rmd +++ b/vignettes/articles/comparing_tools.Rmd @@ -10,11 +10,11 @@ editor_options: chunk_output_type: console --- -```{r setup, include=FALSE} -knitr::opts_chunk$set(echo = FALSE, eval = TRUE) +```{r setup, include = FALSE} +# knitr::opts_chunk$set(echo = FALSE) ``` -```{r load_libraries_hidden, message = FALSE, warning = FALSE, include = FALSE} +```{r load_libraries_hidden, message = FALSE, warning = FALSE} library(landscapemetrics) library(dplyr) @@ -42,8 +42,6 @@ fs_class_landscape <- landscapemetrics:::internal_data$fs_data$class |> ``` -**The comparison is currently outdated because the example landscape slightly changed and we trying to re-calculate the FRAGSTATS results currently.** - # Comparison with FRAGSTATS **landscapemetrics** re-implements landscape metrics as they are mostly described in the FRAGSTATS software (McGarigal *et al.* 2023). @@ -114,7 +112,7 @@ cv_full <- dplyr::full_join(x = fragstats, y = lsm,
-```{r} +```{r, } knitr::kable(cbind(cv_full)) ``` From ca7bb2e7169365905113a0c7e9cf90d16d50b19f Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Tue, 26 Sep 2023 12:05:28 +0200 Subject: [PATCH 080/101] Update comparison vignette --- vignettes/articles/comparing_tools.Rmd | 85 +++++++++++--------------- 1 file changed, 36 insertions(+), 49 deletions(-) diff --git a/vignettes/articles/comparing_tools.Rmd b/vignettes/articles/comparing_tools.Rmd index 1fa7a9651..9e2ad6fd3 100644 --- a/vignettes/articles/comparing_tools.Rmd +++ b/vignettes/articles/comparing_tools.Rmd @@ -1,20 +1,23 @@ --- -title: "Differences FRAGSTATS|landscapemetrics|SDMTools" +title: "Differences to FRAGSTATS" date: "`r Sys.Date()`" output: rmarkdown::html_vignette vignette: > - %\VignetteIndexEntry{Differences FRAGSTATS|landscapemetrics|SDMTools} + %\VignetteIndexEntry{Differences to FRAGSTATS} %\VignetteEncoding{UTF-8} %\VignetteEngine{knitr::rmarkdown} editor_options: chunk_output_type: console --- + + + ```{r setup, include = FALSE} -# knitr::opts_chunk$set(echo = FALSE) +knitr::opts_chunk$set(message = FALSE, warning = FALSE, include = FALSE) ``` -```{r load_libraries_hidden, message = FALSE, warning = FALSE} +```{r load_libraries_hidden} library(landscapemetrics) library(dplyr) @@ -45,38 +48,41 @@ fs_class_landscape <- landscapemetrics:::internal_data$fs_data$class |> # Comparison with FRAGSTATS **landscapemetrics** re-implements landscape metrics as they are mostly described in the FRAGSTATS software (McGarigal *et al.* 2023). -Therefore, we compared our results with the results of FRAGSTATS. +Therefore, we compare our results with the results of FRAGSTATS. In the process, we recognized a few differences between the results. - Some metrics in FRAGSTATS are interdependent across scales. Thus, if there is a deviation at the patch level, it propagates through the class- and landscape-level. -We list the metrics with deviations at the lowest level. - +In this document, we list the metrics with deviations at the lowest level only. Unfortunately, we do not have access to the source code of FRAGSTATS. -Therefore, we are not able to finally explain the present differences between the results, nevertheless, we try to guess the most likely reasons. +Therefore, we are not able to finally explain all present differences of results. ## General differences Firstly, the patch ID is ordered in a different way, due to technical reasons (how connected patches are specified). Therefore, one has to pay attention comparing the results on patch level for FRAGSTATS and **landscapemetrics**. -All double precision floating point numbers are rounded after the 4th decimal place in FRAGSTATS. +All double precision floating point numbers are rounded in FRAGSTATS. Contrastingly, we do not round the numbers. Naturally, this can lead to small deviations between the results. +However, these small differences should have no influence on any interpretation of the results. -There are quite a few metrics on class- and landscape-level that summarise patch level metrics (e.g., the mean, standard deviation (*sd*) or coefficient of variation (*cv*) of all values belonging to class *i*). -While the results are identical for single patches and the mean of all patches, there are some slight differences between **lanscapemetrics** and FRAGSTATS for the standard deviation and the coefficient of variation. -**landscapemetrics** uses base `R` functions for that, so we should assume that the calculation of such indices is correct. +There are quite a few metrics on class- and landscape-level that summarize patch level metrics (e.g., the mean, standard deviation (*sd*) or coefficient of variation (*cv*) of all values belonging to class *i*). +While the results are identical for single patches and the mean of all patches, there are some slight differences between **lanscapemetrics** and FRAGSTATS for the *sd* and the *cv*. +**landscapemetrics** uses base `R` functions and standard statistical definitions to summarize the patch level metrics. +Again, difference are only very minor and should not affect interpretation of the results. +In the following, we are comparing the *cv* and *sd* for the patch area. -In the following, we are comparing the *cv* for the patch area. We are including the *cv* calculated from all patch areas and the actual output of FRAGSTATS as well as the output of **landscapemetrics**. -Interestingly, the *cv* calculated from all patches of FRAGSTATS is identical to the cv of **landscapemetrics**, but the actual result of FRAGSTATS is slightly different. +Interestingly, the *cv* calculated from all patches of FRAGSTATS is identical to the *cv* of **landscapemetrics**, but the already summarized result of FRAGSTATS is slightly different. -```{r} +```{r, include = TRUE} # function to calculate coefficient of variation cv <- function(x) { (sd(x) / mean(x)) * 100 } +``` + +```{r} # CV calculated from patch values of FRAGSTATS fs_calculated <- fs_patch_landscape |> @@ -112,14 +118,14 @@ cv_full <- dplyr::full_join(x = fragstats, y = lsm,
-```{r, } +```{r, include = TRUE} knitr::kable(cbind(cv_full)) ```
-As for the *cv*, the results for the *sd* are similar. -The result calculated from all patch areas of FRAGSTATS is identical to the result of **landscapemetrics**, but not the actual result of FRAGSTATS. +As for the *cv*, there are also minor differences for the *sd*. +The result calculated from all patch areas of FRAGSTATS is identical to the result of **landscapemetrics**, but not the summarized result of FRAGSTATS. ```{r} # SD calculated from patch values of FRAGSTATS @@ -156,7 +162,7 @@ sd_full <- dplyr::full_join(x = fragstats, y = lsm,
-```{r} +```{r, include = TRUE} knitr::kable(cbind(sd_full)) ``` @@ -200,20 +206,6 @@ knitr::kable(cbind(fs, lsm)) Additionally, we recognized small differences for all other patches as well. However, we could not find an explanation for this difference, yet. -#### Error propagation (for metrics based on *GYRATE* metric) - -##### Class level - -- GYRATE_CV (`lsm_c_gyrate_cv`) -- GYRATE_MN (`lsm_c_gyrate_mn`) -- GYRATE_SD (`lsm_c_gyrate_sd`) - -##### Landscape level - -- GYRATE_CV (`lsm_l_gyrate_cv`) -- GYRATE_MN (`lsm_l_gyrate_mn`) -- GYRATE_SD (`lsm_l_gyrate_sd`) - ### PARA metric The documentation of FRAGSTATS defines the perimeter-area ratio the following: @@ -235,28 +227,21 @@ fs <- fs_patch_landscape |> lsm <- calculate_lsm(landscape, what = c("lsm_p_area", "lsm_p_perim", "lsm_p_para")) |> dplyr::select(-layer, -level, -class) |> tidyr::pivot_wider(names_from = "metric", values_from = "value") |> - dplyr::mutate(lsm_para_ha = perim / area, lsm_para_m = perim / (area * 10000)) |> - dplyr::select(id, area, perim, para, lsm_para_ha, lsm_para_m) |> - purrr::set_names("lsm_id", "lsm_area", "lsm_perim", "lsm_para", "lsm_para_ha", "lsm_para_m") |> + dplyr::mutate(lsm_para_ha = perim / area) |> + dplyr::select(id, area, perim, para, lsm_para_ha) |> + purrr::set_names("lsm_id", "lsm_area", "lsm_perim", "lsm_para", "lsm_para_ha") |> dplyr::arrange(lsm_area) ```
-```{r} +```{r, include = TRUE} knitr::kable(cbind(fs, lsm)) ```
-#### Error propagation (for metrics based on **PARA** metric) - -##### Class level - -- PARA_MN (`lsm_c_para_mn`) -- PARA_SD (`lsm_c_para_sd`) - ### CIRCLE metric According to FRAGSTATS, for patches with only one cell CIRCLE = 0. @@ -283,7 +268,7 @@ lsm <- calculate_lsm(landscape, what = c("lsm_p_area", "lsm_p_circle")) |>
-```{r} +```{r, include = TRUE} knitr::kable(cbind(fs, lsm)) ``` @@ -324,11 +309,13 @@ circle_max_dist <- construct_buffer(coords = matrix(c(6.5, 7.5), nrow = 1, ncol shape = "circle", size = circle_max_dist / 2, return_vec = FALSE) +``` + +```{r, include = TRUE, echo = FALSE, fig.align = "center"} # plot results plot(ras, col = "#D5B528", legend = FALSE) polygon(circle_lsm, border = "#84A98E", lwd = 2.5) # green circle polygon(circle_max_dist, border = "#922418", lwd = 2.5) # red circle - ``` # Comparison with SDMTools @@ -367,13 +354,13 @@ patch_metrics <- calculate_lsm(landscape, what = "patch")
-```{r} +```{r, include = TRUE} knitr::kable(sdmtools_result) ```
-## References +### References - McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical Maps. Computer software program produced by the authors; available at the following web site: https://www.fragstats.org - Jeremy VanDerWal, Lorena Falconi, Stephanie Januchowski, Luke Shoo and Collin Storlie (2014). SDMTools: Species Distribution Modelling Tools: Tools for processing data associated with species distribution modelling exercises. R package version 1.1-221. https://CRAN.R-project.org/package=SDMTools From 237fda5b453e15c0a26cd1f01fbb8709197048a5 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Tue, 26 Sep 2023 14:58:44 +0200 Subject: [PATCH 081/101] Try to fix buttons --- vignettes/articles/comparing_tools.Rmd | 84 +++++++++++--------------- 1 file changed, 36 insertions(+), 48 deletions(-) diff --git a/vignettes/articles/comparing_tools.Rmd b/vignettes/articles/comparing_tools.Rmd index 9e2ad6fd3..5c9bd4b44 100644 --- a/vignettes/articles/comparing_tools.Rmd +++ b/vignettes/articles/comparing_tools.Rmd @@ -115,14 +115,12 @@ cv_full <- dplyr::full_join(x = fragstats, y = lsm, by = "class") ``` - -
- -```{r, include = TRUE} -knitr::kable(cbind(cv_full)) -``` - -
+
+ Click for details + ```{r, echo = FALSE, eval = TRUE} + knitr::kable(cv_full) + ``` +
As for the *cv*, there are also minor differences for the *sd*. The result calculated from all patch areas of FRAGSTATS is identical to the result of **landscapemetrics**, but not the summarized result of FRAGSTATS. @@ -159,14 +157,12 @@ sd_full <- dplyr::full_join(x = fragstats, y = lsm, by = "class") ``` - -
- -```{r, include = TRUE} -knitr::kable(cbind(sd_full)) -``` - -
+
+ Click for details + ```{r, echo = FALSE, eval = TRUE} + knitr::kable(sd_full) + ``` +
## Specific differences @@ -194,14 +190,12 @@ lsm <- calculate_lsm(landscape, what = c("lsm_p_area", "lsm_p_gyrate")) |> dplyr::filter(lsm_area == 0.0001) ``` - -
- -```{r} -knitr::kable(cbind(fs, lsm)) -``` - -
+
+ Click for details + ```{r, echo = FALSE, eval = TRUE} + knitr::kable(cbind(fs, lsm)) + ``` +
Additionally, we recognized small differences for all other patches as well. However, we could not find an explanation for this difference, yet. @@ -233,14 +227,12 @@ lsm <- calculate_lsm(landscape, what = c("lsm_p_area", "lsm_p_perim", "lsm_p_par dplyr::arrange(lsm_area) ``` - -
- -```{r, include = TRUE} -knitr::kable(cbind(fs, lsm)) -``` - -
+
+ Click for details + ```{r, echo = FALSE, eval = TRUE} + knitr::kable(cbind(fs, lsm)) + ``` +
### CIRCLE metric @@ -265,14 +257,12 @@ lsm <- calculate_lsm(landscape, what = c("lsm_p_area", "lsm_p_circle")) |> dplyr::filter(lsm_area == 0.0001) ``` - -
- -```{r, include = TRUE} -knitr::kable(cbind(fs, lsm)) -``` - -
+
+ Click for details + ```{r, echo = FALSE, eval = TRUE} + knitr::kable(cbind(fs, lsm)) + ``` +
It seems like FRAGSTATS uses the largest distance between the corner points of the cells to calculate the diameter of the circumscribing circle. However, this does not necessarily result in the correct circumscribing circle. @@ -351,14 +341,12 @@ To get all metrics on patch level with **landscapemetrics** you could for exampl patch_metrics <- calculate_lsm(landscape, what = "patch") ``` - -
- -```{r, include = TRUE} -knitr::kable(sdmtools_result) -``` - -
+
+ Click for details + ```{r, echo = FALSE, eval = TRUE} + knitr::kable(sdmtools_result) + ``` +
### References From b26fe8cff79f25827a97b9ead18067bca4345c8b Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Tue, 26 Sep 2023 15:17:13 +0200 Subject: [PATCH 082/101] Final vignette push for now hopefully --- vignettes/articles/comparing_tools.Rmd | 60 +++++++++++++++----------- 1 file changed, 35 insertions(+), 25 deletions(-) diff --git a/vignettes/articles/comparing_tools.Rmd b/vignettes/articles/comparing_tools.Rmd index 5c9bd4b44..5e5ecbea7 100644 --- a/vignettes/articles/comparing_tools.Rmd +++ b/vignettes/articles/comparing_tools.Rmd @@ -83,7 +83,6 @@ cv <- function(x) { ``` ```{r} - # CV calculated from patch values of FRAGSTATS fs_calculated <- fs_patch_landscape |> dplyr::group_by(TYPE) |> @@ -116,10 +115,12 @@ cv_full <- dplyr::full_join(x = fragstats, y = lsm, ```
- Click for details - ```{r, echo = FALSE, eval = TRUE} - knitr::kable(cv_full) - ``` +Click for details + +```{r, include = TRUE, echo = FALSE} +knitr::kable(cv_full) +``` +
As for the *cv*, there are also minor differences for the *sd*. @@ -158,10 +159,12 @@ sd_full <- dplyr::full_join(x = fragstats, y = lsm, ```
- Click for details - ```{r, echo = FALSE, eval = TRUE} - knitr::kable(sd_full) - ``` +Click for details + +```{r, include = TRUE, echo = FALSE}} +knitr::kable(sd_full) +``` +
## Specific differences @@ -191,10 +194,12 @@ lsm <- calculate_lsm(landscape, what = c("lsm_p_area", "lsm_p_gyrate")) |> ```
- Click for details - ```{r, echo = FALSE, eval = TRUE} - knitr::kable(cbind(fs, lsm)) - ``` +Click for details + +```{r, include = TRUE, echo = FALSE} +knitr::kable(cbind(fs, lsm)) +``` +
Additionally, we recognized small differences for all other patches as well. @@ -228,10 +233,12 @@ lsm <- calculate_lsm(landscape, what = c("lsm_p_area", "lsm_p_perim", "lsm_p_par ```
- Click for details - ```{r, echo = FALSE, eval = TRUE} - knitr::kable(cbind(fs, lsm)) - ``` +Click for details + +```{r, include = TRUE, echo = FALSE} +knitr::kable(cbind(fs, lsm)) +``` +
### CIRCLE metric @@ -258,10 +265,12 @@ lsm <- calculate_lsm(landscape, what = c("lsm_p_area", "lsm_p_circle")) |> ```
- Click for details - ```{r, echo = FALSE, eval = TRUE} - knitr::kable(cbind(fs, lsm)) - ``` +Click for details + +```{r, include = TRUE, echo = FALSE} +knitr::kable(cbind(fs, lsm)) +``` +
It seems like FRAGSTATS uses the largest distance between the corner points of the cells to calculate the diameter of the circumscribing circle. @@ -342,10 +351,11 @@ patch_metrics <- calculate_lsm(landscape, what = "patch") ```
- Click for details - ```{r, echo = FALSE, eval = TRUE} - knitr::kable(sdmtools_result) - ``` +Click for details + +```{r, include = TRUE, echo = FALSE} +knitr::kable(sdmtools_result) +```
### References From 9e93f2dacea66c04e385bd3fefc604043b944332 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Tue, 26 Sep 2023 15:24:07 +0200 Subject: [PATCH 083/101] Typo sorry vignettes...lol --- vignettes/articles/comparing_tools.Rmd | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/vignettes/articles/comparing_tools.Rmd b/vignettes/articles/comparing_tools.Rmd index 5e5ecbea7..90c791eeb 100644 --- a/vignettes/articles/comparing_tools.Rmd +++ b/vignettes/articles/comparing_tools.Rmd @@ -116,11 +116,9 @@ cv_full <- dplyr::full_join(x = fragstats, y = lsm,
Click for details - ```{r, include = TRUE, echo = FALSE} knitr::kable(cv_full) ``` -
As for the *cv*, there are also minor differences for the *sd*. @@ -160,11 +158,9 @@ sd_full <- dplyr::full_join(x = fragstats, y = lsm,
Click for details - -```{r, include = TRUE, echo = FALSE}} +```{r, include = TRUE, echo = FALSE} knitr::kable(sd_full) ``` -
## Specific differences @@ -195,11 +191,9 @@ lsm <- calculate_lsm(landscape, what = c("lsm_p_area", "lsm_p_gyrate")) |>
Click for details - ```{r, include = TRUE, echo = FALSE} knitr::kable(cbind(fs, lsm)) ``` -
Additionally, we recognized small differences for all other patches as well. @@ -234,11 +228,9 @@ lsm <- calculate_lsm(landscape, what = c("lsm_p_area", "lsm_p_perim", "lsm_p_par
Click for details - ```{r, include = TRUE, echo = FALSE} knitr::kable(cbind(fs, lsm)) ``` -
### CIRCLE metric @@ -266,11 +258,9 @@ lsm <- calculate_lsm(landscape, what = c("lsm_p_area", "lsm_p_circle")) |>
Click for details - ```{r, include = TRUE, echo = FALSE} knitr::kable(cbind(fs, lsm)) ``` -
It seems like FRAGSTATS uses the largest distance between the corner points of the cells to calculate the diameter of the circumscribing circle. @@ -352,7 +342,6 @@ patch_metrics <- calculate_lsm(landscape, what = "patch")
Click for details - ```{r, include = TRUE, echo = FALSE} knitr::kable(sdmtools_result) ``` From 8c088c7b181fe987ef5ed2ad3ad4e5e37e2a3def Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Tue, 26 Sep 2023 16:07:17 +0200 Subject: [PATCH 084/101] Update docs --- R/lsm_l_contag.R | 4 ++-- man/lsm_l_contag.Rd | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/R/lsm_l_contag.R b/R/lsm_l_contag.R index 2ebf02f4f..9a929dbd0 100644 --- a/R/lsm_l_contag.R +++ b/R/lsm_l_contag.R @@ -40,8 +40,8 @@ #' Program for Categorical Maps. Computer software program produced by the authors; #' available at the following web site: https://www.fragstats.org #' -#' Riitters, K.H., O’Neill, R.V., Wickham, J.D. & Jones, K.B. (1996). A note on -#' contagion indices for landscape analysis. Landscape ecology, 11, 197–202. +#' Riitters, K.H., O'Neill, R.V., Wickham, J.D. & Jones, K.B. (1996). A note on +#' contagion indices for landscape analysis. Landscape ecology, 11, 197-202. #' #' @export lsm_l_contag <- function(landscape, verbose = TRUE) { diff --git a/man/lsm_l_contag.Rd b/man/lsm_l_contag.Rd index 5e542c522..dd275313b 100644 --- a/man/lsm_l_contag.Rd +++ b/man/lsm_l_contag.Rd @@ -48,6 +48,6 @@ McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysi Program for Categorical Maps. Computer software program produced by the authors; available at the following web site: https://www.fragstats.org -Riitters, K.H., O’Neill, R.V., Wickham, J.D. & Jones, K.B. (1996). A note on -contagion indices for landscape analysis. Landscape ecology, 11, 197–202. +Riitters, K.H., O'Neill, R.V., Wickham, J.D. & Jones, K.B. (1996). A note on +contagion indices for landscape analysis. Landscape ecology, 11, 197-202. } From 474766c972ef26dc34625a42237bf5ef130c828f Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Tue, 26 Sep 2023 16:29:48 +0200 Subject: [PATCH 085/101] Adding core difference explanation --- vignettes/articles/comparing_tools.Rmd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vignettes/articles/comparing_tools.Rmd b/vignettes/articles/comparing_tools.Rmd index 90c791eeb..84848899c 100644 --- a/vignettes/articles/comparing_tools.Rmd +++ b/vignettes/articles/comparing_tools.Rmd @@ -165,6 +165,11 @@ knitr::kable(sd_full) ## Specific differences +### All core-related metrics + +Different definitions of the core area of a patch result in differences for all metrics that somehow related on the core area or number of disjunct core areas. **landscapemetrics** uses a cell-centered definition of the core area, namely "a cell is defined as core area if the cell has no neighbour with a different value than itself (rook's case)." +Contrastingly, FRAGSTATS uses "[...] a method involving the use of a variably-sized masked placed on cells on the perimeter of a patch [...]". Especially for patches with rather complicated shapes this seem to result in different core-metric values. + ### GYRATE metric According to FRAGSTATS the radius of gyration for a patch consisting of only a single cell should equal GYRATE = 0. From 1c52f4f6875ac83f35bb3fcd53027b18c822ef6d Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Wed, 27 Sep 2023 10:01:03 +0200 Subject: [PATCH 086/101] Tiny bug fix in perim resolution check --- R/lsm_p_perim.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/lsm_p_perim.R b/R/lsm_p_perim.R index bee62a82e..022dd740b 100644 --- a/R/lsm_p_perim.R +++ b/R/lsm_p_perim.R @@ -75,7 +75,7 @@ lsm_p_perim_calc <- function(landscape, directions, resolution = NULL) { classes <- get_unique_values_int(landscape, verbose = FALSE) # raster resolution not identical in x-y directions - if (!resolution_x == resolution_y) { + if (!all.equal(resolution_x, resolution_y)) { top_bottom_matrix <- matrix(c(NA, NA, NA, 1, 0, 1, @@ -107,7 +107,7 @@ lsm_p_perim_calc <- function(landscape, directions, resolution = NULL) { landscape_labeled[target_na] <- -999 # x-y resolution is identical - if (resolution_x == resolution_y) { + if (all.equal(resolution_x, resolution_y)) { # get coocurrence matrix neighbour_matrix <- rcpp_get_coocurrence_matrix_single(landscape_labeled, From 42c9aa1ee891b3aea413d6c4e50605cebd31e2fc Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Wed, 27 Sep 2023 13:13:26 +0200 Subject: [PATCH 087/101] Update shape index --- R/lsm_p_shape.R | 38 ++++++-------------------- man/lsm_p_shape.Rd | 9 +++--- vignettes/articles/comparing_tools.Rmd | 8 ++++-- 3 files changed, 18 insertions(+), 37 deletions(-) diff --git a/R/lsm_p_shape.R b/R/lsm_p_shape.R index 4b810ff86..7529307a8 100644 --- a/R/lsm_p_shape.R +++ b/R/lsm_p_shape.R @@ -7,13 +7,12 @@ #' connected: 4 (rook's case) or 8 (queen's case). #' #' @details -#' \deqn{SHAPE = \frac{p_{ij}} {\min p_{ij}}} -#' where \eqn{p_{ij}} is the perimeter in terms of cell surfaces and \eqn{\min p_{ij}} -#' is the minimum perimeter of the patch in terms of cell surfaces. +#' \deqn{SHAPE = \frac{0.25 * p_{ij}} {\sqrt a_{ij}}} +#' where \eqn{p_{ij}} is the perimeter (m) and \eqn{a_{ij}} is the area (m2). #' #' SHAPE is a 'Shape metric'. It describes the ratio between the actual perimeter of -#' the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -#' equals the perimeter if the patch would be maximally compact. +#' the patch and the square root of patch area and thus adjusting for a square standard. +#' Thus, it is a simple measure of shape complexity. #' #' \subsection{Units}{None} #' \subsection{Range}{SHAPE >= 1} @@ -81,42 +80,21 @@ lsm_p_shape_calc <- function(landscape, directions, resolution = NULL){ } # get perimeter of patches - perimeter_patch <- lsm_p_perim_calc(landscape, - directions = directions, + perimeter_patch <- lsm_p_perim_calc(landscape, directions = directions, resolution = resolution) # get area of patches - area_patch <- lsm_p_area_calc(landscape, - directions = directions, + area_patch <- lsm_p_area_calc(landscape, directions = directions, resolution = resolution) # calculate shape index - area_patch$value <- area_patch$value * 10000 - - area_patch$n <- trunc(sqrt(area_patch$value)) - - area_patch$m <- area_patch$value - area_patch$n ^ 2 - - # m should be 0 but is not due to some integer/double numerical issues - area_patch$m[area_patch$m < 0] <- 0 - - area_patch$minp <- ifelse(test = area_patch$m == 0, yes = area_patch$n * 4, - no = ifelse(test = area_patch$n ^ 2 < area_patch$value & area_patch$value <= area_patch$n * (1 + area_patch$n), - yes = 4 * area_patch$n + 2, - no = ifelse(test = area_patch$value > area_patch$n * (1 + area_patch$n), - yes = 4 * area_patch$n + 4, - no = NA))) - # this should not be possible anymore - # # Throw warning that ifelse didn't work - # if (anyNA(area_patch$minp)) { - # warning("Calculation of shape index produced NA", call. = FALSE) - # } + shape_patch <- (0.25 * perimeter_patch$value) / sqrt(area_patch$value * 10000) tibble::tibble( level = "patch", class = as.integer(perimeter_patch$class), id = as.integer(perimeter_patch$id), metric = "shape", - value = as.double(perimeter_patch$value / area_patch$minp) + value = as.double(shape_patch) ) } diff --git a/man/lsm_p_shape.Rd b/man/lsm_p_shape.Rd index 2f00e7301..8dae22176 100644 --- a/man/lsm_p_shape.Rd +++ b/man/lsm_p_shape.Rd @@ -19,13 +19,12 @@ tibble Shape index (Shape metric) } \details{ -\deqn{SHAPE = \frac{p_{ij}} {\min p_{ij}}} -where \eqn{p_{ij}} is the perimeter in terms of cell surfaces and \eqn{\min p_{ij}} -is the minimum perimeter of the patch in terms of cell surfaces. +\deqn{SHAPE = \frac{0.25 * p_{ij}} {\sqrt a_{ij}}} +where \eqn{p_{ij}} is the perimeter (m) and \eqn{a_{ij}} is the area (m2). SHAPE is a 'Shape metric'. It describes the ratio between the actual perimeter of -the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -equals the perimeter if the patch would be maximally compact. +the patch and the square root of patch area and thus adjusting for a square standard. +Thus, it is a simple measure of shape complexity. \subsection{Units}{None} \subsection{Range}{SHAPE >= 1} diff --git a/vignettes/articles/comparing_tools.Rmd b/vignettes/articles/comparing_tools.Rmd index 84848899c..d2c498343 100644 --- a/vignettes/articles/comparing_tools.Rmd +++ b/vignettes/articles/comparing_tools.Rmd @@ -238,6 +238,10 @@ knitr::kable(cbind(fs, lsm)) ```
+### SHAPE metric + +We are following the definition provided in the latest version of the [FRAGSTATS manual](https://fragstats.org/index.php/fragstats-metrics/shape-metrics/p2-shape-index), in which the shape index is defined as the perimeter (m) divided by the square root of the area (m2) of patch *ij*, adjusted by a constant to adjust for a square standard. Yet, for some patches there are minor differences between **landscapemetrics** and FRAGSTATS. + ### CIRCLE metric According to FRAGSTATS, for patches with only one cell CIRCLE = 0. @@ -324,7 +328,7 @@ The main reason for this are different standard defaults (e.g., `SDMTools` alway To get all available metrics on, e.g., patch level with `SDMTools`, you have to make a binary landscape for every class in your landscape, perform connected components labelling on it and then calculate the patch metrics. -```{r} +```{r, include = TRUE} # binarize every class in the landscape and calculate patch metrics sdmtools_result <- lapply(terra::unique(landscape), FUN = function(x){ tmp_land <- landscape @@ -341,7 +345,7 @@ sdmtools_result <- dplyr::bind_rows(sdmtools_result, .id = "Class") **landscapemetrics** offers for such tasks the function `get_patches()` and for the metrics itself all of that is done internally. To get all metrics on patch level with **landscapemetrics** you could for example do: -```{r} +```{r, include = TRUE, eval = FALSE} patch_metrics <- calculate_lsm(landscape, what = "patch") ``` From ab2149ee9f5542246d673e2d8609dfb7699258fe Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Wed, 27 Sep 2023 14:34:14 +0200 Subject: [PATCH 088/101] Fix resolution bug in perim --- R/lsm_p_perim.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/lsm_p_perim.R b/R/lsm_p_perim.R index 022dd740b..6c6b7bcc5 100644 --- a/R/lsm_p_perim.R +++ b/R/lsm_p_perim.R @@ -75,7 +75,7 @@ lsm_p_perim_calc <- function(landscape, directions, resolution = NULL) { classes <- get_unique_values_int(landscape, verbose = FALSE) # raster resolution not identical in x-y directions - if (!all.equal(resolution_x, resolution_y)) { + if (!isTRUE(all.equal(resolution_x, resolution_y))) { top_bottom_matrix <- matrix(c(NA, NA, NA, 1, 0, 1, @@ -107,7 +107,7 @@ lsm_p_perim_calc <- function(landscape, directions, resolution = NULL) { landscape_labeled[target_na] <- -999 # x-y resolution is identical - if (all.equal(resolution_x, resolution_y)) { + if (isTRUE(all.equal(resolution_x, resolution_y))) { # get coocurrence matrix neighbour_matrix <- rcpp_get_coocurrence_matrix_single(landscape_labeled, From 9ed7e7dad58cee85c77c81d56f00150b6a998efe Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Thu, 28 Sep 2023 12:00:22 +0200 Subject: [PATCH 089/101] Some improvements in the FRAGSTATS tests --- tests/testthat/helper-fragstats.R | 17 ----- tests/testthat/helper-landscapes.R | 26 ------- tests/testthat/helper-points.R | 28 -------- tests/testthat/helper-testthat.R | 103 +++++++++++++++++++++++++++ tests/testthat/test-lsm-c-ai.R | 6 +- tests/testthat/test-lsm-c-ca.R | 6 +- tests/testthat/test-lsm-c-clumpy.R | 6 +- tests/testthat/test-lsm-c-cohesion.R | 6 +- tests/testthat/test-lsm-c-cpland.R | 6 +- tests/testthat/test-lsm-c-dcad.R | 10 +-- tests/testthat/test-lsm-c-division.R | 6 +- tests/testthat/test-lsm-c-ed.R | 6 +- tests/testthat/test-lsm-c-iji.R | 6 +- tests/testthat/test-lsm-c-lpi.R | 6 +- tests/testthat/test-lsm-c-lsi.R | 6 +- tests/testthat/test-lsm-c-mesh.R | 6 +- tests/testthat/test-lsm-c-ndca.R | 10 +-- tests/testthat/test-lsm-c-nlsi.R | 6 +- tests/testthat/test-lsm-c-np.R | 6 +- tests/testthat/test-lsm-c-pafrac.R | 6 +- tests/testthat/test-lsm-c-pd.R | 6 +- tests/testthat/test-lsm-c-pladj.R | 6 +- tests/testthat/test-lsm-c-pland.R | 6 +- tests/testthat/test-lsm-c-split.R | 6 +- tests/testthat/test-lsm-c-tca.R | 6 +- tests/testthat/test-lsm-c-te.R | 17 +---- tests/testthat/test-lsm-l-ai.R | 6 +- tests/testthat/test-lsm-l-cohesion.R | 6 +- tests/testthat/test-lsm-l-contag.R | 6 +- tests/testthat/test-lsm-l-dcad.R | 10 +-- tests/testthat/test-lsm-l-division.R | 6 +- tests/testthat/test-lsm-l-ed.R | 6 +- tests/testthat/test-lsm-l-iji.R | 6 +- tests/testthat/test-lsm-l-lpi.R | 6 +- tests/testthat/test-lsm-l-lsi.R | 6 +- tests/testthat/test-lsm-l-mesh.R | 6 +- tests/testthat/test-lsm-l-msidi.R | 6 +- tests/testthat/test-lsm-l-msiei.R | 6 +- tests/testthat/test-lsm-l-ndca.R | 6 +- tests/testthat/test-lsm-l-np.R | 6 +- tests/testthat/test-lsm-l-pafrac.R | 6 +- tests/testthat/test-lsm-l-pd.R | 6 +- tests/testthat/test-lsm-l-pladj.R | 6 +- tests/testthat/test-lsm-l-pr.R | 6 +- tests/testthat/test-lsm-l-prd.R | 6 +- tests/testthat/test-lsm-l-shdi.R | 6 +- tests/testthat/test-lsm-l-shei.R | 6 +- tests/testthat/test-lsm-l-sidi.R | 6 +- tests/testthat/test-lsm-l-siei.R | 6 +- tests/testthat/test-lsm-l-split.R | 6 +- tests/testthat/test-lsm-l-ta.R | 6 +- tests/testthat/test-lsm-l-tca.R | 10 +-- tests/testthat/test-lsm-l-te.R | 6 +- tests/testthat/test-lsm-p-area.R | 6 +- tests/testthat/test-lsm-p-cai.R | 6 +- tests/testthat/test-lsm-p-circle.R | 33 ++++++--- tests/testthat/test-lsm-p-contig.R | 6 +- tests/testthat/test-lsm-p-core.R | 6 +- tests/testthat/test-lsm-p-enn.R | 6 +- tests/testthat/test-lsm-p-frac.R | 6 +- tests/testthat/test-lsm-p-gyrate.R | 35 ++++++--- tests/testthat/test-lsm-p-ncore.R | 8 +-- tests/testthat/test-lsm-p-para.R | 6 +- tests/testthat/test-lsm-p-perim.R | 8 ++- tests/testthat/test-lsm-p-shape.R | 14 ++-- 65 files changed, 345 insertions(+), 290 deletions(-) delete mode 100644 tests/testthat/helper-fragstats.R delete mode 100644 tests/testthat/helper-landscapes.R delete mode 100644 tests/testthat/helper-points.R create mode 100644 tests/testthat/helper-testthat.R diff --git a/tests/testthat/helper-fragstats.R b/tests/testthat/helper-fragstats.R deleted file mode 100644 index d4a03cc41..000000000 --- a/tests/testthat/helper-fragstats.R +++ /dev/null @@ -1,17 +0,0 @@ -# import and reshape FRAGSTATS v2.0 results - -fragstats_patch <- landscapemetrics:::internal_data$fs_data$patch |> - tidyr::pivot_longer(cols = -c("LID", "PID", "TYPE"), names_to = "metric") |> - dplyr::mutate(TYPE = stringr::str_remove_all(TYPE, pattern = " "), - TYPE = as.integer(stringr::str_remove(TYPE, pattern = "cls_")), - metric = stringr::str_to_lower(metric)) - -fragstats_class <- landscapemetrics:::internal_data$fs_data$class |> - tidyr::pivot_longer(cols = -c("LID", "TYPE"), names_to = "metric") |> - dplyr::mutate(TYPE = stringr::str_remove_all(TYPE, pattern = " "), - TYPE = as.integer(stringr::str_remove(TYPE, pattern = "cls_")), - metric = stringr::str_to_lower(metric)) - -fragstats_landscape <- landscapemetrics:::internal_data$fs_data$landscape |> - tidyr::pivot_longer(cols = -c("LID"), names_to = "metric") |> - dplyr::mutate(metric = stringr::str_to_lower(metric)) diff --git a/tests/testthat/helper-landscapes.R b/tests/testthat/helper-landscapes.R deleted file mode 100644 index e4cbc089c..000000000 --- a/tests/testthat/helper-landscapes.R +++ /dev/null @@ -1,26 +0,0 @@ -# create landscapes - -landscape <- terra::rast(landscapemetrics::landscape) -augusta_nlcd <- terra::rast(landscapemetrics::augusta_nlcd) -podlasie_ccilc <- terra::rast(landscapemetrics::podlasie_ccilc) - -# landscape_ras <- raster::raster(landscape) - -landscape_matrix <- terra::as.matrix(landscape, wide = TRUE) - -landscape_stack <- c(landscape, landscape) - -landscape_list <- list(landscape, landscape) - -landscape_simple <- landscape -landscape_simple[terra::values(landscape_simple, mat = FALSE) == 2] <- 1 - -landscape_uniform <- landscape -terra::values(landscape_uniform) <- 1 - -landscape_diff_res <- terra::aggregate(landscape, fact = c(1,2)) - -landscape_NA <- landscape -terra::values(landscape_NA) <- NA - -# augusta_nlcd_stars <- stars::st_as_stars(augusta_nlcd) diff --git a/tests/testthat/helper-points.R b/tests/testthat/helper-points.R deleted file mode 100644 index 08f0ebe4f..000000000 --- a/tests/testthat/helper-points.R +++ /dev/null @@ -1,28 +0,0 @@ -sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) - -# points_multi <- sf::st_multipoint(sample_points) -# -# points_sp <- sp::SpatialPoints(sample_points) -# -# points_spdf <- sp::SpatialPointsDataFrame(sample_points, data = data.frame(ID = rep(1,3))) -# -# points_sf <- sf::st_sfc(points_multi, points_multi) -# -# points_sfc <- sf::st_sf(geometry = sf::st_sfc(points_multi), -# ID = 3) - -points_terra <- terra::vect(sample_points) - -# wrong plots -sample_points_wrong <- cbind(sample_points, 1) - -# # use polygons -# poly_1 <- sf::st_polygon(list(cbind(c(2.5, 2.5, 17.5, 17.5, 2.5), -# c(-2.5, 12.5, 12.5, -2.5, -2.5))), "p1") -# -# poly_2 <- sf::st_polygon(list(cbind(c(7.5, 7.5, 23.5, 23.5, 7.5), -# c(-7.5, 23.5, 23.5, -7.5, -7.5))), "p2") -# -# sample_plots <- sf::st_sfc(poly_1, poly_2) - -# sample_plots_sp <- as(sample_plots, "Spatial") diff --git a/tests/testthat/helper-testthat.R b/tests/testthat/helper-testthat.R new file mode 100644 index 000000000..94db29dd8 --- /dev/null +++ b/tests/testthat/helper-testthat.R @@ -0,0 +1,103 @@ + +#### Create landscapes #### + +landscape <- terra::rast(landscapemetrics::landscape) +augusta_nlcd <- terra::rast(landscapemetrics::augusta_nlcd) +podlasie_ccilc <- terra::rast(landscapemetrics::podlasie_ccilc) + +# landscape_ras <- raster::raster(landscape) + +landscape_matrix <- terra::as.matrix(landscape, wide = TRUE) + +landscape_stack <- c(landscape, landscape) + +landscape_list <- list(landscape, landscape) + +landscape_simple <- landscape +landscape_simple[terra::values(landscape_simple, mat = FALSE) == 2] <- 1 + +landscape_uniform <- landscape +terra::values(landscape_uniform) <- 1 + +landscape_diff_res <- terra::aggregate(landscape, fact = c(1,2)) + +landscape_NA <- landscape +terra::values(landscape_NA) <- NA + +# augusta_nlcd_stars <- stars::st_as_stars(augusta_nlcd) + + +#### Create points #### +sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) + +# points_multi <- sf::st_multipoint(sample_points) +# +# points_sf <- sf::st_sfc(points_multi, points_multi) +# +# points_sfc <- sf::st_sf(geometry = sf::st_sfc(points_multi), +# ID = 3) + +points_terra <- terra::vect(sample_points) + +# wrong plots +sample_points_wrong <- cbind(sample_points, 1) + +# # use polygons +# poly_1 <- sf::st_polygon(list(cbind(c(2.5, 2.5, 17.5, 17.5, 2.5), +# c(-2.5, 12.5, 12.5, -2.5, -2.5))), "p1") +# +# poly_2 <- sf::st_polygon(list(cbind(c(7.5, 7.5, 23.5, 23.5, 7.5), +# c(-7.5, 23.5, 23.5, -7.5, -7.5))), "p2") +# +# sample_plots <- sf::st_sfc(poly_1, poly_2) + +# sample_plots_sp <- as(sample_plots, "Spatial") + +#### import and reshape FRAGSTATS v2.0 results #### + +tolerance <- 5.0 + +fragstats_patch <- landscapemetrics:::internal_data$fs_data$patch |> + tidyr::pivot_longer(cols = -c("LID", "PID", "TYPE"), names_to = "metric") |> + dplyr::mutate(TYPE = stringr::str_remove_all(TYPE, pattern = " "), + TYPE = as.integer(stringr::str_remove(TYPE, pattern = "cls_")), + metric = stringr::str_to_lower(metric)) + +fragstats_class <- landscapemetrics:::internal_data$fs_data$class |> + tidyr::pivot_longer(cols = -c("LID", "TYPE"), names_to = "metric") |> + dplyr::mutate(TYPE = stringr::str_remove_all(TYPE, pattern = " "), + TYPE = as.integer(stringr::str_remove(TYPE, pattern = "cls_")), + metric = stringr::str_to_lower(metric)) + +fragstats_landscape <- landscapemetrics:::internal_data$fs_data$landscape |> + tidyr::pivot_longer(cols = -c("LID"), names_to = "metric") |> + dplyr::mutate(metric = stringr::str_to_lower(metric)) + +test_diff <- function(obs, exp, tol) { + + # remove all NA values which could be present + obs <- obs[!is.na(obs)] + exp <- exp[!is.na(exp)] + + # check if vectors have the same length + if (length(obs) != length(exp)) stop() + + # get id of closest value for each obs in exp + id <- sapply(obs, function(x) which.min(abs(exp - x))) + # MH: What if two values are equally min? + + # calculate relative differencce between now ordered vectors + d <- ((obs - exp[id]) / exp[id]) * 100 + + # value will be NaN if divided by zero + d[obs == 0 & exp[id] == 0] <- 0 + + # check if all values are below tolerance + flag <- all(abs(d) <= tol) + + # throw warning if not + if(!flag) warning(paste0("Largest diff=", max(round(d, 2)), "%")) + + return(flag) + +} diff --git a/tests/testthat/test-lsm-c-ai.R b/tests/testthat/test-lsm-c-ai.R index f831a8d2d..e74a39ba9 100644 --- a/tests/testthat/test-lsm-c-ai.R +++ b/tests/testthat/test-lsm-c-ai.R @@ -33,9 +33,9 @@ test_that("lsm_c_ai equals FRAGSTATS", { lsm_landscape <- lsm_c_ai(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_c_ai(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "ai") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "ai") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "ai") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-c-ca.R b/tests/testthat/test-lsm-c-ca.R index 7ad648c0f..71c673345 100644 --- a/tests/testthat/test-lsm-c-ca.R +++ b/tests/testthat/test-lsm-c-ca.R @@ -23,9 +23,9 @@ test_that("lsm_c_ca equals FRAGSTATS", { lsm_landscape <- lsm_c_ca(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_c_ca(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "ca") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "ca") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "ca") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape)) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-c-clumpy.R b/tests/testthat/test-lsm-c-clumpy.R index 46d41ec76..a7940bbad 100644 --- a/tests/testthat/test-lsm-c-clumpy.R +++ b/tests/testthat/test-lsm-c-clumpy.R @@ -23,9 +23,9 @@ test_that("lsm_c_clumpy equals FRAGSTATS", { lsm_landscape <- lsm_c_clumpy(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_c_clumpy(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "clumpy") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "clumpy") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "clumpy") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-c-cohesion.R b/tests/testthat/test-lsm-c-cohesion.R index fdcb738b5..d3a93bf5c 100644 --- a/tests/testthat/test-lsm-c-cohesion.R +++ b/tests/testthat/test-lsm-c-cohesion.R @@ -23,9 +23,9 @@ test_that("lsm_c_cohesion equals FRAGSTATS", { lsm_landscape <- lsm_c_cohesion(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_c_cohesion(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "cohesion") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "cohesion") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "cohesion") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-c-cpland.R b/tests/testthat/test-lsm-c-cpland.R index a633e83f0..d2dcc1b3f 100644 --- a/tests/testthat/test-lsm-c-cpland.R +++ b/tests/testthat/test-lsm-c-cpland.R @@ -23,9 +23,9 @@ test_that("lsm_c_cpland equals FRAGSTATS", { lsm_landscape <- lsm_c_cpland(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_c_cpland(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "cpland") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "cpland") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "cpland") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-c-dcad.R b/tests/testthat/test-lsm-c-dcad.R index 84811ccb7..19ee3d198 100644 --- a/tests/testthat/test-lsm-c-dcad.R +++ b/tests/testthat/test-lsm-c-dcad.R @@ -21,12 +21,12 @@ test_that("lsm_c_dcad returns in every column the correct type", { test_that("lsm_c_dcad equals FRAGSTATS", { lsm_landscape <- lsm_c_dcad(landscape) |> dplyr::pull(value) - # lsm_augusta <- lsm_c_dcad(augusta_nlcd) |> dplyr::pull(value) + lsm_augusta <- lsm_c_dcad(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "dcad") |> dplyr::pull(value) - # fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "dcad") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "dcad") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "dcad") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - # expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-c-division.R b/tests/testthat/test-lsm-c-division.R index 982dba50c..76d816193 100644 --- a/tests/testthat/test-lsm-c-division.R +++ b/tests/testthat/test-lsm-c-division.R @@ -23,9 +23,9 @@ test_that("lsm_c_division equals FRAGSTATS", { lsm_landscape <- lsm_c_division(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_c_division(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "division") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "division") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "division") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-c-ed.R b/tests/testthat/test-lsm-c-ed.R index 0db0f2e77..d8a4978a5 100644 --- a/tests/testthat/test-lsm-c-ed.R +++ b/tests/testthat/test-lsm-c-ed.R @@ -23,9 +23,9 @@ test_that("lsm_c_ed equals FRAGSTATS", { lsm_landscape <- lsm_c_ed(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_c_ed(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "ed") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "ed") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "ed") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape)) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-c-iji.R b/tests/testthat/test-lsm-c-iji.R index c3230974d..3850915f5 100644 --- a/tests/testthat/test-lsm-c-iji.R +++ b/tests/testthat/test-lsm-c-iji.R @@ -33,10 +33,10 @@ test_that("lsm_c_iji equals FRAGSTATS", { lsm_landscape <- lsm_c_iji(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_c_iji(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "iji") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "iji") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "iji") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-c-lpi.R b/tests/testthat/test-lsm-c-lpi.R index 512677f78..c9ed7ccb8 100644 --- a/tests/testthat/test-lsm-c-lpi.R +++ b/tests/testthat/test-lsm-c-lpi.R @@ -23,9 +23,9 @@ test_that("lsm_c_lpi equals FRAGSTATS", { lsm_landscape <- lsm_c_lpi(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_c_lpi(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "lpi") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "lpi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "lpi") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-c-lsi.R b/tests/testthat/test-lsm-c-lsi.R index a0cf76cb2..b4a45ad60 100644 --- a/tests/testthat/test-lsm-c-lsi.R +++ b/tests/testthat/test-lsm-c-lsi.R @@ -23,9 +23,9 @@ test_that("lsm_c_lsi equals FRAGSTATS", { lsm_landscape <- lsm_c_lsi(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_c_lsi(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "lsi") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "lsi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "lsi") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-c-mesh.R b/tests/testthat/test-lsm-c-mesh.R index 49658856a..7dc303dd4 100644 --- a/tests/testthat/test-lsm-c-mesh.R +++ b/tests/testthat/test-lsm-c-mesh.R @@ -23,9 +23,9 @@ test_that("lsm_c_mesh equals FRAGSTATS", { lsm_landscape <- lsm_c_mesh(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_c_mesh(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "mesh") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "mesh") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "mesh") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-c-ndca.R b/tests/testthat/test-lsm-c-ndca.R index be3e27d5b..8e73ea874 100644 --- a/tests/testthat/test-lsm-c-ndca.R +++ b/tests/testthat/test-lsm-c-ndca.R @@ -21,11 +21,11 @@ test_that("lsm_c_ndca returns in every column the correct type", { test_that("lsm_c_ndca equals FRAGSTATS", { lsm_landscape <- lsm_c_ndca(landscape) |> dplyr::pull(value) - # lsm_augusta <- lsm_c_ndca(augusta_nlcd) |> dplyr::pull(value) + lsm_augusta <- lsm_c_ndca(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "ndca") |> dplyr::pull(value) - # fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "ndca") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "ndca") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "ndca") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape)) - # expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta)) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-c-nlsi.R b/tests/testthat/test-lsm-c-nlsi.R index 5b0e47c14..63b2e3ae3 100644 --- a/tests/testthat/test-lsm-c-nlsi.R +++ b/tests/testthat/test-lsm-c-nlsi.R @@ -31,9 +31,9 @@ test_that("lsm_c_nlsi equals FRAGSTATS", { lsm_landscape <- lsm_c_nlsi(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_c_nlsi(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "nlsi") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "nlsi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "nlsi") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-c-np.R b/tests/testthat/test-lsm-c-np.R index 6a55bff3e..1ea8dc7a6 100644 --- a/tests/testthat/test-lsm-c-np.R +++ b/tests/testthat/test-lsm-c-np.R @@ -23,9 +23,9 @@ test_that("lsm_c_np equals FRAGSTATS", { lsm_landscape <- lsm_c_np(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_c_np(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "np") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "np") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "np") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape)) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta)) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-c-pafrac.R b/tests/testthat/test-lsm-c-pafrac.R index 9d7503fb7..5a0d6cccf 100644 --- a/tests/testthat/test-lsm-c-pafrac.R +++ b/tests/testthat/test-lsm-c-pafrac.R @@ -36,9 +36,9 @@ test_that("lsm_c_pafrac equals FRAGSTATS", { lsm_landscape <- lsm_c_pafrac(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_c_pafrac(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "pafrac") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "pafrac") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "pafrac") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-c-pd.R b/tests/testthat/test-lsm-c-pd.R index 80510ee53..3b9e71e99 100644 --- a/tests/testthat/test-lsm-c-pd.R +++ b/tests/testthat/test-lsm-c-pd.R @@ -23,9 +23,9 @@ test_that("lsm_c_pd equals FRAGSTATS", { lsm_landscape <- lsm_c_pd(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_c_pd(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "pd") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "pd") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "pd") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-c-pladj.R b/tests/testthat/test-lsm-c-pladj.R index 8ae0e138a..bc4c85255 100644 --- a/tests/testthat/test-lsm-c-pladj.R +++ b/tests/testthat/test-lsm-c-pladj.R @@ -23,9 +23,9 @@ test_that("lsm_c_pladj equals FRAGSTATS", { lsm_landscape <- lsm_c_pladj(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_c_pladj(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "pladj") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "pladj") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "pladj") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-c-pland.R b/tests/testthat/test-lsm-c-pland.R index 25923f426..524147859 100644 --- a/tests/testthat/test-lsm-c-pland.R +++ b/tests/testthat/test-lsm-c-pland.R @@ -23,9 +23,9 @@ test_that("lsm_c_pland equals FRAGSTATS", { lsm_landscape <- lsm_c_pland(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_c_pland(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "pland") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "pland") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "pland") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.001) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.001) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-c-split.R b/tests/testthat/test-lsm-c-split.R index d44eb0b36..7e4b18cb7 100644 --- a/tests/testthat/test-lsm-c-split.R +++ b/tests/testthat/test-lsm-c-split.R @@ -23,9 +23,9 @@ test_that("lsm_c_split equals FRAGSTATS", { lsm_landscape <- lsm_c_split(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_c_split(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "split") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "split") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "split") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-c-tca.R b/tests/testthat/test-lsm-c-tca.R index bb88e2291..ae681934d 100644 --- a/tests/testthat/test-lsm-c-tca.R +++ b/tests/testthat/test-lsm-c-tca.R @@ -23,10 +23,10 @@ test_that("lsm_c_tca equals FRAGSTATS", { lsm_landscape <- lsm_c_tca(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_c_tca(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "tca") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "tca") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "tca") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-c-te.R b/tests/testthat/test-lsm-c-te.R index 4214bb4a8..657d06c5c 100644 --- a/tests/testthat/test-lsm-c-te.R +++ b/tests/testthat/test-lsm-c-te.R @@ -52,20 +52,9 @@ test_that("lsm_c_te equals FRAGSTATS", { lsm_landscape <- lsm_c_te(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_c_te(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "te") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "te") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "te") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape)) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta)) -}) - -test_that("lsm_c_te equals FRAGSTATS", { - lsm_landscape <- lsm_c_te(landscape) |> dplyr::pull(value) - lsm_augusta <- lsm_c_te(augusta_nlcd) |> dplyr::pull(value) - - fs_landcape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "te") |> dplyr::pull(value) - fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "te") |> dplyr::pull(value) - - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-ai.R b/tests/testthat/test-lsm-l-ai.R index 68c0a6295..3216a844b 100644 --- a/tests/testthat/test-lsm-l-ai.R +++ b/tests/testthat/test-lsm-l-ai.R @@ -23,9 +23,9 @@ test_that("lsm_l_ai equals FRAGSTATS", { lsm_landscape <- lsm_l_ai(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_ai(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "ai") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "ai") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "ai") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) - expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-cohesion.R b/tests/testthat/test-lsm-l-cohesion.R index 88e9cb8e2..1b6977031 100644 --- a/tests/testthat/test-lsm-l-cohesion.R +++ b/tests/testthat/test-lsm-l-cohesion.R @@ -23,10 +23,10 @@ test_that("lsm_l_cohesion equals FRAGSTATS", { lsm_landscape <- lsm_l_cohesion(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_cohesion(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "cohesion") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "cohesion") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "cohesion") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) - expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-contag.R b/tests/testthat/test-lsm-l-contag.R index 3a9b11093..a3b6aecfb 100644 --- a/tests/testthat/test-lsm-l-contag.R +++ b/tests/testthat/test-lsm-l-contag.R @@ -33,10 +33,10 @@ test_that("lsm_l_contag equals FRAGSTATS", { lsm_landscape <- lsm_l_contag(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_contag(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "contag") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "contag") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "contag") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) - expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-dcad.R b/tests/testthat/test-lsm-l-dcad.R index 1debf2c30..42fc5be1c 100644 --- a/tests/testthat/test-lsm-l-dcad.R +++ b/tests/testthat/test-lsm-l-dcad.R @@ -21,11 +21,11 @@ test_that("lsm_l_dcad returns in every column the correct type", { test_that("lsm_l_dcad equals FRAGSTATS", { lsm_landscape <- lsm_l_dcad(landscape) |> dplyr::pull(value) - # lsm_augusta <- lsm_l_dcad(augusta_nlcd) |> dplyr::pull(value) + lsm_augusta <- lsm_l_dcad(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "dcad") |> dplyr::pull(value) - # fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "dcad") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "dcad") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "dcad") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) - # expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-division.R b/tests/testthat/test-lsm-l-division.R index 54f1bab6e..7a2415cac 100644 --- a/tests/testthat/test-lsm-l-division.R +++ b/tests/testthat/test-lsm-l-division.R @@ -23,9 +23,9 @@ test_that("lsm_l_division equals FRAGSTATS", { lsm_landscape <- lsm_l_division(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_division(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "division") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "division") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "division") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) - expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-ed.R b/tests/testthat/test-lsm-l-ed.R index bc30a4052..7b5374783 100644 --- a/tests/testthat/test-lsm-l-ed.R +++ b/tests/testthat/test-lsm-l-ed.R @@ -23,9 +23,9 @@ test_that("lsm_l_ed equals FRAGSTATS", { lsm_landscape <- lsm_l_ed(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_ed(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "ed") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "ed") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "ed") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) - expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-iji.R b/tests/testthat/test-lsm-l-iji.R index 712d34a88..38d585d81 100644 --- a/tests/testthat/test-lsm-l-iji.R +++ b/tests/testthat/test-lsm-l-iji.R @@ -33,10 +33,10 @@ test_that("lsm_l_iji equals FRAGSTATS", { lsm_landscape <- lsm_l_iji(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_iji(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "iji") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "iji") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "iji") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) - expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-lpi.R b/tests/testthat/test-lsm-l-lpi.R index c6b19fee5..b7c1ed251 100644 --- a/tests/testthat/test-lsm-l-lpi.R +++ b/tests/testthat/test-lsm-l-lpi.R @@ -23,10 +23,10 @@ test_that("lsm_l_lpi equals FRAGSTATS", { lsm_landscape <- lsm_l_lpi(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_lpi(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "lpi") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "lpi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "lpi") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) - expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-lsi.R b/tests/testthat/test-lsm-l-lsi.R index 68ead1927..b57227423 100644 --- a/tests/testthat/test-lsm-l-lsi.R +++ b/tests/testthat/test-lsm-l-lsi.R @@ -23,9 +23,9 @@ test_that("lsm_l_lsi equals FRAGSTATS", { lsm_landscape <- lsm_l_lsi(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_lsi(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "lsi") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "lsi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "lsi") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) - expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-mesh.R b/tests/testthat/test-lsm-l-mesh.R index a51e355c3..347fa0e2a 100644 --- a/tests/testthat/test-lsm-l-mesh.R +++ b/tests/testthat/test-lsm-l-mesh.R @@ -23,10 +23,10 @@ test_that("lsm_l_mesh equals FRAGSTATS", { lsm_landscape <- lsm_l_mesh(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_mesh(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "mesh") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "mesh") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "mesh") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) - expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-msidi.R b/tests/testthat/test-lsm-l-msidi.R index 5bfa0e562..5d1a5a530 100644 --- a/tests/testthat/test-lsm-l-msidi.R +++ b/tests/testthat/test-lsm-l-msidi.R @@ -23,11 +23,11 @@ test_that("lsm_l_msidi equals FRAGSTATS", { lsm_landscape <- lsm_l_msidi(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_msidi(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "msidi") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "msidi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "msidi") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) - expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-msiei.R b/tests/testthat/test-lsm-l-msiei.R index 1dc0efe21..7559be81f 100644 --- a/tests/testthat/test-lsm-l-msiei.R +++ b/tests/testthat/test-lsm-l-msiei.R @@ -23,10 +23,10 @@ test_that("lsm_l_msiei equals FRAGSTATS", { lsm_landscape <- lsm_l_msiei(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_msiei(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "msiei") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "msiei") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "msiei") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) - expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-ndca.R b/tests/testthat/test-lsm-l-ndca.R index 8c291b117..e14997f26 100644 --- a/tests/testthat/test-lsm-l-ndca.R +++ b/tests/testthat/test-lsm-l-ndca.R @@ -19,13 +19,15 @@ test_that("lsm_l_ndca returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) +# MH: Something wrong here + test_that("lsm_l_ndca equals FRAGSTATS", { lsm_landscape <- lsm_l_ndca(landscape) |> dplyr::pull(value) # lsm_augusta <- lsm_l_ndca(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "ndca") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "ndca") |> dplyr::pull(value) # fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "ndca") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape) + expect_equal(object = lsm_landscape, expected = fs_landscape) # expect_equal(object = lsm_augusta, expected = fs_augusta) }) diff --git a/tests/testthat/test-lsm-l-np.R b/tests/testthat/test-lsm-l-np.R index 77e7e9548..c6fe97e34 100644 --- a/tests/testthat/test-lsm-l-np.R +++ b/tests/testthat/test-lsm-l-np.R @@ -23,9 +23,9 @@ test_that("lsm_l_np equals FRAGSTATS", { lsm_landscape <- lsm_l_np(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_np(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "np") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "np") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "np") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape) - expect_equal(object = lsm_augusta, expected = fs_augusta) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-pafrac.R b/tests/testthat/test-lsm-l-pafrac.R index 55337bfd2..9b3406fb1 100644 --- a/tests/testthat/test-lsm-l-pafrac.R +++ b/tests/testthat/test-lsm-l-pafrac.R @@ -33,9 +33,9 @@ test_that("lsm_l_pafrac equals FRAGSTATS", { lsm_landscape <- lsm_l_pafrac(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_pafrac(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "pafrac") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "pafrac") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "pafrac") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) - expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-pd.R b/tests/testthat/test-lsm-l-pd.R index ed97bcf1c..b971af932 100644 --- a/tests/testthat/test-lsm-l-pd.R +++ b/tests/testthat/test-lsm-l-pd.R @@ -23,9 +23,9 @@ test_that("lsm_l_pd equals FRAGSTATS", { lsm_landscape <- lsm_l_pd(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_pd(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "pd") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "pd") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "pd") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape) - expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-pladj.R b/tests/testthat/test-lsm-l-pladj.R index c4fd0c3eb..db832cbbe 100644 --- a/tests/testthat/test-lsm-l-pladj.R +++ b/tests/testthat/test-lsm-l-pladj.R @@ -23,10 +23,10 @@ test_that("lsm_l_pladj equals FRAGSTATS", { lsm_landscape <- lsm_l_pladj(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_pladj(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "pladj") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "pladj") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "pladj") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) - expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-pr.R b/tests/testthat/test-lsm-l-pr.R index 2cb52e325..c76fc87ea 100644 --- a/tests/testthat/test-lsm-l-pr.R +++ b/tests/testthat/test-lsm-l-pr.R @@ -23,9 +23,9 @@ test_that("lsm_l_pr equals FRAGSTATS", { lsm_landscape <- lsm_l_pr(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_pr(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "pr") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "pr") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "pr") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape) - expect_equal(object = lsm_augusta, expected = fs_augusta) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-prd.R b/tests/testthat/test-lsm-l-prd.R index f4bdb60d6..12b90e351 100644 --- a/tests/testthat/test-lsm-l-prd.R +++ b/tests/testthat/test-lsm-l-prd.R @@ -23,9 +23,9 @@ test_that("lsm_l_prd equals FRAGSTATS", { lsm_landscape <- lsm_l_prd(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_prd(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "prd") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "prd") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "prd") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape) - expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-shdi.R b/tests/testthat/test-lsm-l-shdi.R index f34621660..d8ccae621 100644 --- a/tests/testthat/test-lsm-l-shdi.R +++ b/tests/testthat/test-lsm-l-shdi.R @@ -23,9 +23,9 @@ test_that("lsm_l_shdi equals FRAGSTATS", { lsm_landscape <- lsm_l_shdi(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_shdi(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "shdi") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "shdi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "shdi") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) - expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-shei.R b/tests/testthat/test-lsm-l-shei.R index bc8733930..73b1407a7 100644 --- a/tests/testthat/test-lsm-l-shei.R +++ b/tests/testthat/test-lsm-l-shei.R @@ -29,9 +29,9 @@ test_that("lsm_l_shei equals FRAGSTATS", { lsm_landscape <- lsm_l_shei(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_shei(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "shei") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "shei") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "shei") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) - expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-sidi.R b/tests/testthat/test-lsm-l-sidi.R index 35b411f22..439f1e488 100644 --- a/tests/testthat/test-lsm-l-sidi.R +++ b/tests/testthat/test-lsm-l-sidi.R @@ -23,9 +23,9 @@ test_that("lsm_l_sidi equals FRAGSTATS", { lsm_landscape <- lsm_l_sidi(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_sidi(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "sidi") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "sidi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "sidi") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) - expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-siei.R b/tests/testthat/test-lsm-l-siei.R index 29d28e0e0..f31aec1a1 100644 --- a/tests/testthat/test-lsm-l-siei.R +++ b/tests/testthat/test-lsm-l-siei.R @@ -23,9 +23,9 @@ test_that("lsm_l_siei equals FRAGSTATS", { lsm_landscape <- lsm_l_siei(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_siei(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "siei") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "siei") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "siei") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) - expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-split.R b/tests/testthat/test-lsm-l-split.R index f86ba7ed6..0fdbf32b3 100644 --- a/tests/testthat/test-lsm-l-split.R +++ b/tests/testthat/test-lsm-l-split.R @@ -23,9 +23,9 @@ test_that("lsm_l_split equals FRAGSTATS", { lsm_landscape <- lsm_l_split(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_split(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "split") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "split") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "split") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape, tolerance = 0.01) - expect_equal(object = lsm_augusta, expected = fs_augusta, tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-ta.R b/tests/testthat/test-lsm-l-ta.R index 2f94a0fee..6a8a3ec49 100644 --- a/tests/testthat/test-lsm-l-ta.R +++ b/tests/testthat/test-lsm-l-ta.R @@ -23,9 +23,9 @@ test_that("lsm_l_ta equals FRAGSTATS", { lsm_landscape <- lsm_l_ta(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_ta(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "ta") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "ta") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "ta") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape) - expect_equal(object = lsm_augusta, expected = fs_augusta) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-tca.R b/tests/testthat/test-lsm-l-tca.R index 7a749d631..210713edf 100644 --- a/tests/testthat/test-lsm-l-tca.R +++ b/tests/testthat/test-lsm-l-tca.R @@ -21,11 +21,11 @@ test_that("lsm_l_tca returns in every column the correct type", { test_that("lsm_l_tca equals FRAGSTATS", { lsm_landscape <- lsm_l_tca(landscape) |> dplyr::pull(value) - # lsm_augusta <- lsm_l_tca(augusta_nlcd) |> dplyr::pull(value) + lsm_augusta <- lsm_l_tca(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "tca") |> dplyr::pull(value) - # fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "tca") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "tca") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "tca") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape) - # expect_equal(object = lsm_augusta, expected = fs_augusta) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-l-te.R b/tests/testthat/test-lsm-l-te.R index f6247e888..405797933 100644 --- a/tests/testthat/test-lsm-l-te.R +++ b/tests/testthat/test-lsm-l-te.R @@ -57,9 +57,9 @@ test_that("lsm_l_te equals FRAGSTATS", { lsm_landscape <- lsm_l_te(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_l_te(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "te") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "te") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "te") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landcape) - expect_equal(object = lsm_augusta, expected = fs_augusta) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-p-area.R b/tests/testthat/test-lsm-p-area.R index 042d76195..747031b2e 100644 --- a/tests/testthat/test-lsm-p-area.R +++ b/tests/testthat/test-lsm-p-area.R @@ -23,9 +23,9 @@ test_that("lsm_p_area equals FRAGSTATS", { lsm_landscape <- lsm_p_area(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_p_area(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "area") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "area") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "area") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape)) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta)) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-p-cai.R b/tests/testthat/test-lsm-p-cai.R index 03932e755..8cb7cfc4a 100644 --- a/tests/testthat/test-lsm-p-cai.R +++ b/tests/testthat/test-lsm-p-cai.R @@ -23,9 +23,9 @@ test_that("lsm_p_cai equals FRAGSTATS", { lsm_landscape <- lsm_p_cai(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_p_cai(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "cai") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "cai") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "cai") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-p-circle.R b/tests/testthat/test-lsm-p-circle.R index cf5eabad2..bd28b20af 100644 --- a/tests/testthat/test-lsm-p-circle.R +++ b/tests/testthat/test-lsm-p-circle.R @@ -27,16 +27,29 @@ test_that("lsm_p_circle can also handle irregular sized cells", { # https://fragstats.org/index.php/fragstats-metrics/shape-metrics/p4-related-circumscribing-circle # In addition, the index never quite equals 0 because the grid data format doesn't allow patches to be perfectly circular -# MH: Augusta is off quite a bit for smaller patches +# MH: Something is wrong here test_that("lsm_p_circle equals FRAGSTATS", { - - lsm_landscape <- lsm_p_circle(landscape) |> dplyr::filter(value != min(value)) |> dplyr::pull(value) - # lsm_augusta <- lsm_p_circle(augusta_nlcd) |> dplyr::filter(value != min(value)) |> dplyr::pull(value) - - fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "circle") |> dplyr::filter(value != min(value)) |> dplyr::pull(value) - # fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "circle") |> dplyr::filter(value != min(value)) |> dplyr::pull(value) - - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - # expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + lsm_landscape <- calculate_lsm(landscape, what = c("lsm_p_area", "lsm_p_circle")) |> + tidyr::pivot_wider(names_from = metric, values_from = value) |> + dplyr::filter(area != min(area)) |> + dplyr::pull(circle) + + lsm_augusta <- calculate_lsm(augusta_nlcd, what = c("lsm_p_area", "lsm_p_circle")) |> + tidyr::pivot_wider(names_from = metric, values_from = value) |> + dplyr::filter(area != min(area)) |> + dplyr::pull(circle) + + fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric %in% c("area", "circle")) |> + tidyr::pivot_wider(names_from = metric, values_from = value) |> + dplyr::filter(area != min(area)) |> + dplyr::pull(circle) + + fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric %in% c("area", "circle")) |> + tidyr::pivot_wider(names_from = metric, values_from = value) |> + dplyr::filter(area != min(area)) |> + dplyr::pull(circle) + + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-p-contig.R b/tests/testthat/test-lsm-p-contig.R index 8acfe0620..64c134f0f 100644 --- a/tests/testthat/test-lsm-p-contig.R +++ b/tests/testthat/test-lsm-p-contig.R @@ -23,9 +23,9 @@ test_that("lsm_p_contig equals FRAGSTATS", { lsm_landscape <- lsm_p_contig(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_p_contig(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "contig") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "contig") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "contig") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-p-core.R b/tests/testthat/test-lsm-p-core.R index 0b5c1916a..587dc3689 100644 --- a/tests/testthat/test-lsm-p-core.R +++ b/tests/testthat/test-lsm-p-core.R @@ -34,9 +34,9 @@ test_that("lsm_p_core equals FRAGSTATS", { lsm_landscape <- lsm_p_core(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_p_core(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "core") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "core") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "core") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-p-enn.R b/tests/testthat/test-lsm-p-enn.R index bb9bb71c7..fe094f956 100644 --- a/tests/testthat/test-lsm-p-enn.R +++ b/tests/testthat/test-lsm-p-enn.R @@ -23,9 +23,9 @@ test_that("lsm_p_area equals FRAGSTATS", { lsm_landscape <- lsm_p_enn(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_p_enn(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "enn") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "enn") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "enn") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-p-frac.R b/tests/testthat/test-lsm-p-frac.R index 2de0a3b6f..795ee8235 100644 --- a/tests/testthat/test-lsm-p-frac.R +++ b/tests/testthat/test-lsm-p-frac.R @@ -23,9 +23,9 @@ test_that("lsm_p_frac equals FRAGSTATS", { lsm_landscape <- lsm_p_frac(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_p_frac(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "frac") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "frac") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "frac") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-p-gyrate.R b/tests/testthat/test-lsm-p-gyrate.R index 790e65fdf..cb0c49b30 100644 --- a/tests/testthat/test-lsm-p-gyrate.R +++ b/tests/testthat/test-lsm-p-gyrate.R @@ -30,13 +30,28 @@ test_that("lsm_p_gyrate returns in every column the correct type", { # https://fragstats.org/index.php/fragstats-metrics/area-and-edge-metrics/p3-radius-of-gyration # GYRATE = 0 when the patch consists of a single cell and increases without limit as the patch increases in extent -# test_that("lsm_p_frac equals FRAGSTATS", { -# lsm_landscape <- lsm_p_gyrate(landscape) |> dplyr::filter(value != min(value)) |> dplyr::pull(value) -# lsm_augusta <- lsm_p_gyrate(augusta_nlcd) |> dplyr::filter(value != min(value)) |> dplyr::pull(value) -# -# fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "gyrate") |> dplyr::filter(value != min(value)) |> dplyr::pull(value) -# fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "gyrate") |> dplyr::filter(value != min(value)) |> dplyr::pull(value) -# -# expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) -# expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) -# }) +test_that("lsm_p_frac equals FRAGSTATS", { + + lsm_landscape <- calculate_lsm(landscape, what = c("lsm_p_area", "lsm_p_gyrate")) |> + tidyr::pivot_wider(names_from = metric, values_from = value) |> + dplyr::filter(area != min(area)) |> + dplyr::pull(gyrate) + + lsm_augusta <- calculate_lsm(augusta_nlcd, what = c("lsm_p_area", "lsm_p_gyrate")) |> + tidyr::pivot_wider(names_from = metric, values_from = value) |> + dplyr::filter(area != min(area)) |> + dplyr::pull(gyrate) + + fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric %in% c("area", "gyrate")) |> + tidyr::pivot_wider(names_from = metric, values_from = value) |> + dplyr::filter(area != min(area)) |> + dplyr::pull(gyrate) + + fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric %in% c("area", "gyrate")) |> + tidyr::pivot_wider(names_from = metric, values_from = value) |> + dplyr::filter(area != min(area)) |> + dplyr::pull(gyrate) + + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) +}) diff --git a/tests/testthat/test-lsm-p-ncore.R b/tests/testthat/test-lsm-p-ncore.R index 30e22e295..95de551e8 100644 --- a/tests/testthat/test-lsm-p-ncore.R +++ b/tests/testthat/test-lsm-p-ncore.R @@ -19,15 +19,15 @@ test_that("lsm_p_ncore returns in every column the correct type", { expect_type(landscapemetrics_patch_landscape_value$value, "double") }) -# MH: augusta_nlcd is a bit off +# MH: Something wrong here test_that("lsm_p_ncore equals FRAGSTATS", { lsm_landscape <- lsm_p_ncore(landscape) |> dplyr::pull(value) # lsm_augusta <- lsm_p_ncore(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "ncore") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "ncore") |> dplyr::pull(value) # fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "ncore") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape)) - # expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta)) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + # expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-p-para.R b/tests/testthat/test-lsm-p-para.R index 9708ac192..381aa67fd 100644 --- a/tests/testthat/test-lsm-p-para.R +++ b/tests/testthat/test-lsm-p-para.R @@ -26,9 +26,9 @@ test_that("lsm_p_para equals FRAGSTATS", { lsm_landscape <- lsm_p_para(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_p_para(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "para") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "para") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "para") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape / 10000)) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta / 10000), tolerance = 0.01) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape / 10000, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta / 10000, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-p-perim.R b/tests/testthat/test-lsm-p-perim.R index 8ef21ae6f..fed8a9bae 100644 --- a/tests/testthat/test-lsm-p-perim.R +++ b/tests/testthat/test-lsm-p-perim.R @@ -23,13 +23,15 @@ test_that("lsm_p_perim can also handle irregular sized cells", { expect_s3_class(lsm_p_perim(landscape_diff_res), "tbl_df") }) +# MH: Something is wrong here + test_that("lsm_p_perim equals FRAGSTATS", { lsm_landscape <- lsm_p_perim(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_p_perim(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "perim") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "perim") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "perim") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape)) - expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta)) + expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) diff --git a/tests/testthat/test-lsm-p-shape.R b/tests/testthat/test-lsm-p-shape.R index 1716c23dc..de407bc15 100644 --- a/tests/testthat/test-lsm-p-shape.R +++ b/tests/testthat/test-lsm-p-shape.R @@ -19,13 +19,15 @@ test_that("lsm_p_shape returns in every column the correct type", { expect_type(landscapemetrics_patch_landscape_value$value, "double") }) +# MH: Something wrong + test_that("lsm_p_shape equals FRAGSTATS", { - lsm_landscape <- lsm_p_shape(landscape) |> dplyr::pull(value) - # lsm_augusta <- lsm_p_shape(augusta_nlcd) |> dplyr::pull(value) + # lsm_landscape <- lsm_p_shape(landscape) |> dplyr::pull(value) + lsm_augusta <- lsm_p_shape(augusta_nlcd) |> dplyr::pull(value) - fs_landcape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "shape") |> dplyr::pull(value) - # fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "shape") |> dplyr::pull(value) + # fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "shape") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "shape") |> dplyr::pull(value) - expect_equal(object = sort(lsm_landscape), expected = sort(fs_landcape), tolerance = 0.01) - # expect_equal(object = sort(lsm_augusta), expected = sort(fs_augusta), tolerance = 0.01) + # expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) + expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) }) From ba0327cb0a9601a198e4af898f2687157e9c7eaa Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Fri, 29 Sep 2023 10:12:47 +0200 Subject: [PATCH 090/101] Update all FRAGSTATS test final push hopefully --- tests/testthat/helper-testthat.R | 43 ++++++++++++++++++---------- tests/testthat/test-lsm-c-ai.R | 4 +-- tests/testthat/test-lsm-c-ca.R | 4 +-- tests/testthat/test-lsm-c-clumpy.R | 4 +-- tests/testthat/test-lsm-c-cohesion.R | 4 +-- tests/testthat/test-lsm-c-cpland.R | 4 +-- tests/testthat/test-lsm-c-dcad.R | 4 +-- tests/testthat/test-lsm-c-division.R | 4 +-- tests/testthat/test-lsm-c-ed.R | 4 +-- tests/testthat/test-lsm-c-iji.R | 4 +-- tests/testthat/test-lsm-c-lpi.R | 4 +-- tests/testthat/test-lsm-c-lsi.R | 4 +-- tests/testthat/test-lsm-c-mesh.R | 4 +-- tests/testthat/test-lsm-c-ndca.R | 4 +-- tests/testthat/test-lsm-c-nlsi.R | 4 +-- tests/testthat/test-lsm-c-np.R | 4 +-- tests/testthat/test-lsm-c-pafrac.R | 4 +-- tests/testthat/test-lsm-c-pd.R | 4 +-- tests/testthat/test-lsm-c-pladj.R | 4 +-- tests/testthat/test-lsm-c-pland.R | 4 +-- tests/testthat/test-lsm-c-split.R | 4 +-- tests/testthat/test-lsm-c-tca.R | 4 +-- tests/testthat/test-lsm-c-te.R | 4 +-- tests/testthat/test-lsm-l-ai.R | 4 +-- tests/testthat/test-lsm-l-cohesion.R | 4 +-- tests/testthat/test-lsm-l-contag.R | 4 +-- tests/testthat/test-lsm-l-dcad.R | 4 +-- tests/testthat/test-lsm-l-division.R | 4 +-- tests/testthat/test-lsm-l-ed.R | 4 +-- tests/testthat/test-lsm-l-iji.R | 4 +-- tests/testthat/test-lsm-l-lpi.R | 4 +-- tests/testthat/test-lsm-l-lsi.R | 4 +-- tests/testthat/test-lsm-l-mesh.R | 4 +-- tests/testthat/test-lsm-l-msidi.R | 4 +-- tests/testthat/test-lsm-l-msiei.R | 4 +-- tests/testthat/test-lsm-l-ndca.R | 10 +++---- tests/testthat/test-lsm-l-np.R | 4 +-- tests/testthat/test-lsm-l-pafrac.R | 4 +-- tests/testthat/test-lsm-l-pd.R | 4 +-- tests/testthat/test-lsm-l-pladj.R | 4 +-- tests/testthat/test-lsm-l-pr.R | 4 +-- tests/testthat/test-lsm-l-prd.R | 4 +-- tests/testthat/test-lsm-l-shdi.R | 4 +-- tests/testthat/test-lsm-l-shei.R | 4 +-- tests/testthat/test-lsm-l-sidi.R | 4 +-- tests/testthat/test-lsm-l-siei.R | 4 +-- tests/testthat/test-lsm-l-split.R | 4 +-- tests/testthat/test-lsm-l-ta.R | 4 +-- tests/testthat/test-lsm-l-tca.R | 4 +-- tests/testthat/test-lsm-l-te.R | 4 +-- tests/testthat/test-lsm-p-area.R | 4 +-- tests/testthat/test-lsm-p-cai.R | 4 +-- tests/testthat/test-lsm-p-circle.R | 7 ++--- tests/testthat/test-lsm-p-contig.R | 4 +-- tests/testthat/test-lsm-p-core.R | 4 +-- tests/testthat/test-lsm-p-enn.R | 4 +-- tests/testthat/test-lsm-p-frac.R | 4 +-- tests/testthat/test-lsm-p-gyrate.R | 5 ++-- tests/testthat/test-lsm-p-ncore.R | 10 +++---- tests/testthat/test-lsm-p-para.R | 4 +-- tests/testthat/test-lsm-p-perim.R | 6 ++-- tests/testthat/test-lsm-p-shape.R | 10 +++---- 62 files changed, 157 insertions(+), 154 deletions(-) diff --git a/tests/testthat/helper-testthat.R b/tests/testthat/helper-testthat.R index 94db29dd8..f8e93364c 100644 --- a/tests/testthat/helper-testthat.R +++ b/tests/testthat/helper-testthat.R @@ -55,7 +55,8 @@ sample_points_wrong <- cbind(sample_points, 1) #### import and reshape FRAGSTATS v2.0 results #### -tolerance <- 5.0 +tol_cor <- 0.975 +tol_rel <- 0.05 fragstats_patch <- landscapemetrics:::internal_data$fs_data$patch |> tidyr::pivot_longer(cols = -c("LID", "PID", "TYPE"), names_to = "metric") |> @@ -67,37 +68,49 @@ fragstats_class <- landscapemetrics:::internal_data$fs_data$class |> tidyr::pivot_longer(cols = -c("LID", "TYPE"), names_to = "metric") |> dplyr::mutate(TYPE = stringr::str_remove_all(TYPE, pattern = " "), TYPE = as.integer(stringr::str_remove(TYPE, pattern = "cls_")), - metric = stringr::str_to_lower(metric)) + metric = stringr::str_to_lower(metric)) |> + dplyr::arrange(LID, TYPE) fragstats_landscape <- landscapemetrics:::internal_data$fs_data$landscape |> tidyr::pivot_longer(cols = -c("LID"), names_to = "metric") |> dplyr::mutate(metric = stringr::str_to_lower(metric)) -test_diff <- function(obs, exp, tol) { +test_correlation <- function(obs, exp, tolerance) { - # remove all NA values which could be present obs <- obs[!is.na(obs)] exp <- exp[!is.na(exp)] - # check if vectors have the same length - if (length(obs) != length(exp)) stop() + if (length(obs) != length(exp)) stop("Vectors have different length.") + + cor_vals <- cor(sort(obs), sort(exp)) + + flag <- ifelse(test = cor_vals >= tolerance, yes = TRUE, no = FALSE) - # get id of closest value for each obs in exp - id <- sapply(obs, function(x) which.min(abs(exp - x))) - # MH: What if two values are equally min? + if(!flag) warning(paste0("Correlation=", round(cor_vals, 4))) - # calculate relative differencce between now ordered vectors - d <- ((obs - exp[id]) / exp[id]) * 100 + return(flag) +} + +test_relative <- function(obs, exp, tolerance){ + + # remove all NA values which could be present + obs <- obs[!is.na(obs)] + exp <- exp[!is.na(exp)] + + if (length(obs) != length(exp)) stop("Vectors have different length.") + + # calculate relative difference between elements + d <- abs((obs - exp) / exp) # value will be NaN if divided by zero - d[obs == 0 & exp[id] == 0] <- 0 + d[obs == 0 & exp == 0] <- 0 # check if all values are below tolerance - flag <- all(abs(d) <= tol) + flag <- all(d <= tolerance) # throw warning if not - if(!flag) warning(paste0("Largest diff=", max(round(d, 2)), "%")) + if(!flag) warning(paste0("Largest diff=", max(round(d * 100, 2)), "%")) return(flag) - } + diff --git a/tests/testthat/test-lsm-c-ai.R b/tests/testthat/test-lsm-c-ai.R index e74a39ba9..57593069a 100644 --- a/tests/testthat/test-lsm-c-ai.R +++ b/tests/testthat/test-lsm-c-ai.R @@ -36,6 +36,6 @@ test_that("lsm_c_ai equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "ai") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "ai") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-ca.R b/tests/testthat/test-lsm-c-ca.R index 71c673345..e01d69e59 100644 --- a/tests/testthat/test-lsm-c-ca.R +++ b/tests/testthat/test-lsm-c-ca.R @@ -26,6 +26,6 @@ test_that("lsm_c_ca equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "ca") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "ca") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-clumpy.R b/tests/testthat/test-lsm-c-clumpy.R index a7940bbad..f54ea418e 100644 --- a/tests/testthat/test-lsm-c-clumpy.R +++ b/tests/testthat/test-lsm-c-clumpy.R @@ -26,6 +26,6 @@ test_that("lsm_c_clumpy equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "clumpy") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "clumpy") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-cohesion.R b/tests/testthat/test-lsm-c-cohesion.R index d3a93bf5c..e201addb1 100644 --- a/tests/testthat/test-lsm-c-cohesion.R +++ b/tests/testthat/test-lsm-c-cohesion.R @@ -26,6 +26,6 @@ test_that("lsm_c_cohesion equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "cohesion") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "cohesion") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-cpland.R b/tests/testthat/test-lsm-c-cpland.R index d2dcc1b3f..ad6308763 100644 --- a/tests/testthat/test-lsm-c-cpland.R +++ b/tests/testthat/test-lsm-c-cpland.R @@ -26,6 +26,6 @@ test_that("lsm_c_cpland equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "cpland") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "cpland") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-dcad.R b/tests/testthat/test-lsm-c-dcad.R index 19ee3d198..4c275caad 100644 --- a/tests/testthat/test-lsm-c-dcad.R +++ b/tests/testthat/test-lsm-c-dcad.R @@ -26,7 +26,7 @@ test_that("lsm_c_dcad equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "dcad") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "dcad") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-division.R b/tests/testthat/test-lsm-c-division.R index 76d816193..e3edaa943 100644 --- a/tests/testthat/test-lsm-c-division.R +++ b/tests/testthat/test-lsm-c-division.R @@ -26,6 +26,6 @@ test_that("lsm_c_division equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "division") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "division") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-ed.R b/tests/testthat/test-lsm-c-ed.R index d8a4978a5..0c8e25b84 100644 --- a/tests/testthat/test-lsm-c-ed.R +++ b/tests/testthat/test-lsm-c-ed.R @@ -26,6 +26,6 @@ test_that("lsm_c_ed equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "ed") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "ed") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-iji.R b/tests/testthat/test-lsm-c-iji.R index 3850915f5..155c65061 100644 --- a/tests/testthat/test-lsm-c-iji.R +++ b/tests/testthat/test-lsm-c-iji.R @@ -36,7 +36,7 @@ test_that("lsm_c_iji equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "iji") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "iji") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-lpi.R b/tests/testthat/test-lsm-c-lpi.R index c9ed7ccb8..3d7b18b9d 100644 --- a/tests/testthat/test-lsm-c-lpi.R +++ b/tests/testthat/test-lsm-c-lpi.R @@ -26,6 +26,6 @@ test_that("lsm_c_lpi equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "lpi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "lpi") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-lsi.R b/tests/testthat/test-lsm-c-lsi.R index b4a45ad60..6f7d2076f 100644 --- a/tests/testthat/test-lsm-c-lsi.R +++ b/tests/testthat/test-lsm-c-lsi.R @@ -26,6 +26,6 @@ test_that("lsm_c_lsi equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "lsi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "lsi") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-mesh.R b/tests/testthat/test-lsm-c-mesh.R index 7dc303dd4..06b5ea77f 100644 --- a/tests/testthat/test-lsm-c-mesh.R +++ b/tests/testthat/test-lsm-c-mesh.R @@ -26,6 +26,6 @@ test_that("lsm_c_mesh equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "mesh") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "mesh") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-ndca.R b/tests/testthat/test-lsm-c-ndca.R index 8e73ea874..7fa8c3983 100644 --- a/tests/testthat/test-lsm-c-ndca.R +++ b/tests/testthat/test-lsm-c-ndca.R @@ -26,6 +26,6 @@ test_that("lsm_c_ndca equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "ndca") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "ndca") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-nlsi.R b/tests/testthat/test-lsm-c-nlsi.R index 63b2e3ae3..d984c9031 100644 --- a/tests/testthat/test-lsm-c-nlsi.R +++ b/tests/testthat/test-lsm-c-nlsi.R @@ -34,6 +34,6 @@ test_that("lsm_c_nlsi equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "nlsi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "nlsi") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-np.R b/tests/testthat/test-lsm-c-np.R index 1ea8dc7a6..f9c2095dd 100644 --- a/tests/testthat/test-lsm-c-np.R +++ b/tests/testthat/test-lsm-c-np.R @@ -26,6 +26,6 @@ test_that("lsm_c_np equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "np") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "np") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-pafrac.R b/tests/testthat/test-lsm-c-pafrac.R index 5a0d6cccf..f4bcaa518 100644 --- a/tests/testthat/test-lsm-c-pafrac.R +++ b/tests/testthat/test-lsm-c-pafrac.R @@ -39,6 +39,6 @@ test_that("lsm_c_pafrac equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "pafrac") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "pafrac") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-pd.R b/tests/testthat/test-lsm-c-pd.R index 3b9e71e99..c73b6edd2 100644 --- a/tests/testthat/test-lsm-c-pd.R +++ b/tests/testthat/test-lsm-c-pd.R @@ -26,6 +26,6 @@ test_that("lsm_c_pd equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "pd") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "pd") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-pladj.R b/tests/testthat/test-lsm-c-pladj.R index bc4c85255..d71fb7b0d 100644 --- a/tests/testthat/test-lsm-c-pladj.R +++ b/tests/testthat/test-lsm-c-pladj.R @@ -26,6 +26,6 @@ test_that("lsm_c_pladj equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "pladj") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "pladj") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-pland.R b/tests/testthat/test-lsm-c-pland.R index 524147859..876e2025c 100644 --- a/tests/testthat/test-lsm-c-pland.R +++ b/tests/testthat/test-lsm-c-pland.R @@ -26,6 +26,6 @@ test_that("lsm_c_pland equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "pland") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "pland") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-split.R b/tests/testthat/test-lsm-c-split.R index 7e4b18cb7..1ae272335 100644 --- a/tests/testthat/test-lsm-c-split.R +++ b/tests/testthat/test-lsm-c-split.R @@ -26,6 +26,6 @@ test_that("lsm_c_split equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "split") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "split") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-tca.R b/tests/testthat/test-lsm-c-tca.R index ae681934d..7824adab9 100644 --- a/tests/testthat/test-lsm-c-tca.R +++ b/tests/testthat/test-lsm-c-tca.R @@ -26,7 +26,7 @@ test_that("lsm_c_tca equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "tca") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "tca") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-te.R b/tests/testthat/test-lsm-c-te.R index 657d06c5c..c3a313128 100644 --- a/tests/testthat/test-lsm-c-te.R +++ b/tests/testthat/test-lsm-c-te.R @@ -55,6 +55,6 @@ test_that("lsm_c_te equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "te") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "te") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-ai.R b/tests/testthat/test-lsm-l-ai.R index 3216a844b..5cd8b284c 100644 --- a/tests/testthat/test-lsm-l-ai.R +++ b/tests/testthat/test-lsm-l-ai.R @@ -26,6 +26,6 @@ test_that("lsm_l_ai equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "ai") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "ai") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-cohesion.R b/tests/testthat/test-lsm-l-cohesion.R index 1b6977031..008a8f244 100644 --- a/tests/testthat/test-lsm-l-cohesion.R +++ b/tests/testthat/test-lsm-l-cohesion.R @@ -26,7 +26,7 @@ test_that("lsm_l_cohesion equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "cohesion") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "cohesion") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-contag.R b/tests/testthat/test-lsm-l-contag.R index a3b6aecfb..a8a30d975 100644 --- a/tests/testthat/test-lsm-l-contag.R +++ b/tests/testthat/test-lsm-l-contag.R @@ -36,7 +36,7 @@ test_that("lsm_l_contag equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "contag") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "contag") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-dcad.R b/tests/testthat/test-lsm-l-dcad.R index 42fc5be1c..a4e2a6e10 100644 --- a/tests/testthat/test-lsm-l-dcad.R +++ b/tests/testthat/test-lsm-l-dcad.R @@ -26,6 +26,6 @@ test_that("lsm_l_dcad equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "dcad") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "dcad") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-division.R b/tests/testthat/test-lsm-l-division.R index 7a2415cac..9e4234e52 100644 --- a/tests/testthat/test-lsm-l-division.R +++ b/tests/testthat/test-lsm-l-division.R @@ -26,6 +26,6 @@ test_that("lsm_l_division equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "division") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "division") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-ed.R b/tests/testthat/test-lsm-l-ed.R index 7b5374783..1dbc54691 100644 --- a/tests/testthat/test-lsm-l-ed.R +++ b/tests/testthat/test-lsm-l-ed.R @@ -26,6 +26,6 @@ test_that("lsm_l_ed equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "ed") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "ed") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-iji.R b/tests/testthat/test-lsm-l-iji.R index 38d585d81..1424ac3cf 100644 --- a/tests/testthat/test-lsm-l-iji.R +++ b/tests/testthat/test-lsm-l-iji.R @@ -36,7 +36,7 @@ test_that("lsm_l_iji equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "iji") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "iji") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-lpi.R b/tests/testthat/test-lsm-l-lpi.R index b7c1ed251..ed897108b 100644 --- a/tests/testthat/test-lsm-l-lpi.R +++ b/tests/testthat/test-lsm-l-lpi.R @@ -26,7 +26,7 @@ test_that("lsm_l_lpi equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "lpi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "lpi") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-lsi.R b/tests/testthat/test-lsm-l-lsi.R index b57227423..7a263e687 100644 --- a/tests/testthat/test-lsm-l-lsi.R +++ b/tests/testthat/test-lsm-l-lsi.R @@ -26,6 +26,6 @@ test_that("lsm_l_lsi equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "lsi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "lsi") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-mesh.R b/tests/testthat/test-lsm-l-mesh.R index 347fa0e2a..de83154de 100644 --- a/tests/testthat/test-lsm-l-mesh.R +++ b/tests/testthat/test-lsm-l-mesh.R @@ -26,7 +26,7 @@ test_that("lsm_l_mesh equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "mesh") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "mesh") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-msidi.R b/tests/testthat/test-lsm-l-msidi.R index 5d1a5a530..acd3af2c7 100644 --- a/tests/testthat/test-lsm-l-msidi.R +++ b/tests/testthat/test-lsm-l-msidi.R @@ -26,8 +26,8 @@ test_that("lsm_l_msidi equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "msidi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "msidi") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-msiei.R b/tests/testthat/test-lsm-l-msiei.R index 7559be81f..a86db49cd 100644 --- a/tests/testthat/test-lsm-l-msiei.R +++ b/tests/testthat/test-lsm-l-msiei.R @@ -26,7 +26,7 @@ test_that("lsm_l_msiei equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "msiei") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "msiei") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-ndca.R b/tests/testthat/test-lsm-l-ndca.R index e14997f26..aaf3ffee1 100644 --- a/tests/testthat/test-lsm-l-ndca.R +++ b/tests/testthat/test-lsm-l-ndca.R @@ -19,15 +19,13 @@ test_that("lsm_l_ndca returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) -# MH: Something wrong here - test_that("lsm_l_ndca equals FRAGSTATS", { lsm_landscape <- lsm_l_ndca(landscape) |> dplyr::pull(value) - # lsm_augusta <- lsm_l_ndca(augusta_nlcd) |> dplyr::pull(value) + lsm_augusta <- lsm_l_ndca(augusta_nlcd) |> dplyr::pull(value) fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "ndca") |> dplyr::pull(value) - # fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "ndca") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "ndca") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landscape) - # expect_equal(object = lsm_augusta, expected = fs_augusta) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-np.R b/tests/testthat/test-lsm-l-np.R index c6fe97e34..c92f3b22a 100644 --- a/tests/testthat/test-lsm-l-np.R +++ b/tests/testthat/test-lsm-l-np.R @@ -26,6 +26,6 @@ test_that("lsm_l_np equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "np") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "np") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-pafrac.R b/tests/testthat/test-lsm-l-pafrac.R index 9b3406fb1..dfcf57d9d 100644 --- a/tests/testthat/test-lsm-l-pafrac.R +++ b/tests/testthat/test-lsm-l-pafrac.R @@ -36,6 +36,6 @@ test_that("lsm_l_pafrac equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "pafrac") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "pafrac") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-pd.R b/tests/testthat/test-lsm-l-pd.R index b971af932..5df0f26b0 100644 --- a/tests/testthat/test-lsm-l-pd.R +++ b/tests/testthat/test-lsm-l-pd.R @@ -26,6 +26,6 @@ test_that("lsm_l_pd equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "pd") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "pd") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-pladj.R b/tests/testthat/test-lsm-l-pladj.R index db832cbbe..fafa12ac1 100644 --- a/tests/testthat/test-lsm-l-pladj.R +++ b/tests/testthat/test-lsm-l-pladj.R @@ -26,7 +26,7 @@ test_that("lsm_l_pladj equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "pladj") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "pladj") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-pr.R b/tests/testthat/test-lsm-l-pr.R index c76fc87ea..1672cfcf0 100644 --- a/tests/testthat/test-lsm-l-pr.R +++ b/tests/testthat/test-lsm-l-pr.R @@ -26,6 +26,6 @@ test_that("lsm_l_pr equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "pr") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "pr") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-prd.R b/tests/testthat/test-lsm-l-prd.R index 12b90e351..fcce46755 100644 --- a/tests/testthat/test-lsm-l-prd.R +++ b/tests/testthat/test-lsm-l-prd.R @@ -26,6 +26,6 @@ test_that("lsm_l_prd equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "prd") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "prd") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-shdi.R b/tests/testthat/test-lsm-l-shdi.R index d8ccae621..ac69e5453 100644 --- a/tests/testthat/test-lsm-l-shdi.R +++ b/tests/testthat/test-lsm-l-shdi.R @@ -26,6 +26,6 @@ test_that("lsm_l_shdi equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "shdi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "shdi") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-shei.R b/tests/testthat/test-lsm-l-shei.R index 73b1407a7..ecf829d61 100644 --- a/tests/testthat/test-lsm-l-shei.R +++ b/tests/testthat/test-lsm-l-shei.R @@ -32,6 +32,6 @@ test_that("lsm_l_shei equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "shei") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "shei") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-sidi.R b/tests/testthat/test-lsm-l-sidi.R index 439f1e488..c3db3f3fc 100644 --- a/tests/testthat/test-lsm-l-sidi.R +++ b/tests/testthat/test-lsm-l-sidi.R @@ -26,6 +26,6 @@ test_that("lsm_l_sidi equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "sidi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "sidi") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-siei.R b/tests/testthat/test-lsm-l-siei.R index f31aec1a1..b1249629b 100644 --- a/tests/testthat/test-lsm-l-siei.R +++ b/tests/testthat/test-lsm-l-siei.R @@ -26,6 +26,6 @@ test_that("lsm_l_siei equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "siei") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "siei") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-split.R b/tests/testthat/test-lsm-l-split.R index 0fdbf32b3..822092474 100644 --- a/tests/testthat/test-lsm-l-split.R +++ b/tests/testthat/test-lsm-l-split.R @@ -26,6 +26,6 @@ test_that("lsm_l_split equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "split") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "split") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-ta.R b/tests/testthat/test-lsm-l-ta.R index 6a8a3ec49..ac8ee1619 100644 --- a/tests/testthat/test-lsm-l-ta.R +++ b/tests/testthat/test-lsm-l-ta.R @@ -26,6 +26,6 @@ test_that("lsm_l_ta equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "ta") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "ta") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-tca.R b/tests/testthat/test-lsm-l-tca.R index 210713edf..0202a766c 100644 --- a/tests/testthat/test-lsm-l-tca.R +++ b/tests/testthat/test-lsm-l-tca.R @@ -26,6 +26,6 @@ test_that("lsm_l_tca equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "tca") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "tca") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-te.R b/tests/testthat/test-lsm-l-te.R index 405797933..c0b473455 100644 --- a/tests/testthat/test-lsm-l-te.R +++ b/tests/testthat/test-lsm-l-te.R @@ -60,6 +60,6 @@ test_that("lsm_l_te equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "te") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "te") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-p-area.R b/tests/testthat/test-lsm-p-area.R index 747031b2e..ca0c919cc 100644 --- a/tests/testthat/test-lsm-p-area.R +++ b/tests/testthat/test-lsm-p-area.R @@ -26,6 +26,6 @@ test_that("lsm_p_area equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "area") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "area") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) diff --git a/tests/testthat/test-lsm-p-cai.R b/tests/testthat/test-lsm-p-cai.R index 8cb7cfc4a..545750460 100644 --- a/tests/testthat/test-lsm-p-cai.R +++ b/tests/testthat/test-lsm-p-cai.R @@ -26,6 +26,6 @@ test_that("lsm_p_cai equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "cai") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "cai") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) diff --git a/tests/testthat/test-lsm-p-circle.R b/tests/testthat/test-lsm-p-circle.R index bd28b20af..42b45f6ce 100644 --- a/tests/testthat/test-lsm-p-circle.R +++ b/tests/testthat/test-lsm-p-circle.R @@ -27,9 +27,8 @@ test_that("lsm_p_circle can also handle irregular sized cells", { # https://fragstats.org/index.php/fragstats-metrics/shape-metrics/p4-related-circumscribing-circle # In addition, the index never quite equals 0 because the grid data format doesn't allow patches to be perfectly circular -# MH: Something is wrong here - test_that("lsm_p_circle equals FRAGSTATS", { + lsm_landscape <- calculate_lsm(landscape, what = c("lsm_p_area", "lsm_p_circle")) |> tidyr::pivot_wider(names_from = metric, values_from = value) |> dplyr::filter(area != min(area)) |> @@ -50,6 +49,6 @@ test_that("lsm_p_circle equals FRAGSTATS", { dplyr::filter(area != min(area)) |> dplyr::pull(circle) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) diff --git a/tests/testthat/test-lsm-p-contig.R b/tests/testthat/test-lsm-p-contig.R index 64c134f0f..36c24b7f5 100644 --- a/tests/testthat/test-lsm-p-contig.R +++ b/tests/testthat/test-lsm-p-contig.R @@ -26,6 +26,6 @@ test_that("lsm_p_contig equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "contig") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "contig") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) diff --git a/tests/testthat/test-lsm-p-core.R b/tests/testthat/test-lsm-p-core.R index 587dc3689..ed79f654f 100644 --- a/tests/testthat/test-lsm-p-core.R +++ b/tests/testthat/test-lsm-p-core.R @@ -37,6 +37,6 @@ test_that("lsm_p_core equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "core") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "core") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) diff --git a/tests/testthat/test-lsm-p-enn.R b/tests/testthat/test-lsm-p-enn.R index fe094f956..c8799efd5 100644 --- a/tests/testthat/test-lsm-p-enn.R +++ b/tests/testthat/test-lsm-p-enn.R @@ -26,6 +26,6 @@ test_that("lsm_p_area equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "enn") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "enn") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) diff --git a/tests/testthat/test-lsm-p-frac.R b/tests/testthat/test-lsm-p-frac.R index 795ee8235..51359f4c0 100644 --- a/tests/testthat/test-lsm-p-frac.R +++ b/tests/testthat/test-lsm-p-frac.R @@ -26,6 +26,6 @@ test_that("lsm_p_frac equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "frac") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "frac") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) diff --git a/tests/testthat/test-lsm-p-gyrate.R b/tests/testthat/test-lsm-p-gyrate.R index cb0c49b30..c7ecee9ab 100644 --- a/tests/testthat/test-lsm-p-gyrate.R +++ b/tests/testthat/test-lsm-p-gyrate.R @@ -31,7 +31,6 @@ test_that("lsm_p_gyrate returns in every column the correct type", { # GYRATE = 0 when the patch consists of a single cell and increases without limit as the patch increases in extent test_that("lsm_p_frac equals FRAGSTATS", { - lsm_landscape <- calculate_lsm(landscape, what = c("lsm_p_area", "lsm_p_gyrate")) |> tidyr::pivot_wider(names_from = metric, values_from = value) |> dplyr::filter(area != min(area)) |> @@ -52,6 +51,6 @@ test_that("lsm_p_frac equals FRAGSTATS", { dplyr::filter(area != min(area)) |> dplyr::pull(gyrate) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) diff --git a/tests/testthat/test-lsm-p-ncore.R b/tests/testthat/test-lsm-p-ncore.R index 95de551e8..05311e93e 100644 --- a/tests/testthat/test-lsm-p-ncore.R +++ b/tests/testthat/test-lsm-p-ncore.R @@ -19,15 +19,13 @@ test_that("lsm_p_ncore returns in every column the correct type", { expect_type(landscapemetrics_patch_landscape_value$value, "double") }) -# MH: Something wrong here - test_that("lsm_p_ncore equals FRAGSTATS", { lsm_landscape <- lsm_p_ncore(landscape) |> dplyr::pull(value) - # lsm_augusta <- lsm_p_ncore(augusta_nlcd) |> dplyr::pull(value) + lsm_augusta <- lsm_p_ncore(augusta_nlcd) |> dplyr::pull(value) fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "ncore") |> dplyr::pull(value) - # fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "ncore") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "ncore") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - # expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) diff --git a/tests/testthat/test-lsm-p-para.R b/tests/testthat/test-lsm-p-para.R index 381aa67fd..380b2daf6 100644 --- a/tests/testthat/test-lsm-p-para.R +++ b/tests/testthat/test-lsm-p-para.R @@ -29,6 +29,6 @@ test_that("lsm_p_para equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "para") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "para") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape / 10000, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta / 10000, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) diff --git a/tests/testthat/test-lsm-p-perim.R b/tests/testthat/test-lsm-p-perim.R index fed8a9bae..3c6382a6f 100644 --- a/tests/testthat/test-lsm-p-perim.R +++ b/tests/testthat/test-lsm-p-perim.R @@ -23,8 +23,6 @@ test_that("lsm_p_perim can also handle irregular sized cells", { expect_s3_class(lsm_p_perim(landscape_diff_res), "tbl_df") }) -# MH: Something is wrong here - test_that("lsm_p_perim equals FRAGSTATS", { lsm_landscape <- lsm_p_perim(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_p_perim(augusta_nlcd) |> dplyr::pull(value) @@ -32,6 +30,6 @@ test_that("lsm_p_perim equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "perim") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "perim") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) diff --git a/tests/testthat/test-lsm-p-shape.R b/tests/testthat/test-lsm-p-shape.R index de407bc15..ea7cfa099 100644 --- a/tests/testthat/test-lsm-p-shape.R +++ b/tests/testthat/test-lsm-p-shape.R @@ -19,15 +19,13 @@ test_that("lsm_p_shape returns in every column the correct type", { expect_type(landscapemetrics_patch_landscape_value$value, "double") }) -# MH: Something wrong - test_that("lsm_p_shape equals FRAGSTATS", { - # lsm_landscape <- lsm_p_shape(landscape) |> dplyr::pull(value) + lsm_landscape <- lsm_p_shape(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_p_shape(augusta_nlcd) |> dplyr::pull(value) - # fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "shape") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "shape") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "shape") |> dplyr::pull(value) - # expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) From 9de5a3f1f65958ae848ec6da6a0572ea9f6d01a5 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Fri, 29 Sep 2023 10:12:47 +0200 Subject: [PATCH 091/101] Update all FRAGSTATS test final push hopefully --- tests/testthat/helper-testthat.R | 43 +++++++++++++++++--------- tests/testthat/test-lsm-c-ai.R | 4 +-- tests/testthat/test-lsm-c-ca.R | 4 +-- tests/testthat/test-lsm-c-clumpy.R | 4 +-- tests/testthat/test-lsm-c-cohesion.R | 4 +-- tests/testthat/test-lsm-c-cpland.R | 4 +-- tests/testthat/test-lsm-c-dcad.R | 4 +-- tests/testthat/test-lsm-c-division.R | 4 +-- tests/testthat/test-lsm-c-ed.R | 4 +-- tests/testthat/test-lsm-c-iji.R | 4 +-- tests/testthat/test-lsm-c-lpi.R | 4 +-- tests/testthat/test-lsm-c-lsi.R | 4 +-- tests/testthat/test-lsm-c-mesh.R | 4 +-- tests/testthat/test-lsm-c-ndca.R | 4 +-- tests/testthat/test-lsm-c-nlsi.R | 4 +-- tests/testthat/test-lsm-c-np.R | 4 +-- tests/testthat/test-lsm-c-pafrac.R | 4 +-- tests/testthat/test-lsm-c-pd.R | 4 +-- tests/testthat/test-lsm-c-pladj.R | 4 +-- tests/testthat/test-lsm-c-pland.R | 4 +-- tests/testthat/test-lsm-c-split.R | 4 +-- tests/testthat/test-lsm-c-tca.R | 4 +-- tests/testthat/test-lsm-c-te.R | 4 +-- tests/testthat/test-lsm-l-ai.R | 4 +-- tests/testthat/test-lsm-l-cohesion.R | 4 +-- tests/testthat/test-lsm-l-contag.R | 4 +-- tests/testthat/test-lsm-l-dcad.R | 4 +-- tests/testthat/test-lsm-l-division.R | 4 +-- tests/testthat/test-lsm-l-ed.R | 4 +-- tests/testthat/test-lsm-l-iji.R | 4 +-- tests/testthat/test-lsm-l-lpi.R | 4 +-- tests/testthat/test-lsm-l-lsi.R | 4 +-- tests/testthat/test-lsm-l-mesh.R | 4 +-- tests/testthat/test-lsm-l-msidi.R | 4 +-- tests/testthat/test-lsm-l-msiei.R | 4 +-- tests/testthat/test-lsm-l-ndca.R | 10 +++--- tests/testthat/test-lsm-l-np.R | 4 +-- tests/testthat/test-lsm-l-pafrac.R | 4 +-- tests/testthat/test-lsm-l-pd.R | 4 +-- tests/testthat/test-lsm-l-pladj.R | 4 +-- tests/testthat/test-lsm-l-pr.R | 4 +-- tests/testthat/test-lsm-l-prd.R | 4 +-- tests/testthat/test-lsm-l-shdi.R | 4 +-- tests/testthat/test-lsm-l-shei.R | 4 +-- tests/testthat/test-lsm-l-sidi.R | 4 +-- tests/testthat/test-lsm-l-siei.R | 4 +-- tests/testthat/test-lsm-l-split.R | 4 +-- tests/testthat/test-lsm-l-ta.R | 4 +-- tests/testthat/test-lsm-l-tca.R | 4 +-- tests/testthat/test-lsm-l-te.R | 4 +-- tests/testthat/test-lsm-p-area.R | 4 +-- tests/testthat/test-lsm-p-cai.R | 4 +-- tests/testthat/test-lsm-p-circle.R | 7 ++--- tests/testthat/test-lsm-p-contig.R | 4 +-- tests/testthat/test-lsm-p-core.R | 4 +-- tests/testthat/test-lsm-p-enn.R | 4 +-- tests/testthat/test-lsm-p-frac.R | 4 +-- tests/testthat/test-lsm-p-gyrate.R | 5 ++- tests/testthat/test-lsm-p-ncore.R | 10 +++--- tests/testthat/test-lsm-p-para.R | 4 +-- tests/testthat/test-lsm-p-perim.R | 6 ++-- tests/testthat/test-lsm-p-shape.R | 10 +++--- vignettes/articles/comparing_tools.Rmd | 2 ++ 63 files changed, 159 insertions(+), 154 deletions(-) diff --git a/tests/testthat/helper-testthat.R b/tests/testthat/helper-testthat.R index 94db29dd8..f8e93364c 100644 --- a/tests/testthat/helper-testthat.R +++ b/tests/testthat/helper-testthat.R @@ -55,7 +55,8 @@ sample_points_wrong <- cbind(sample_points, 1) #### import and reshape FRAGSTATS v2.0 results #### -tolerance <- 5.0 +tol_cor <- 0.975 +tol_rel <- 0.05 fragstats_patch <- landscapemetrics:::internal_data$fs_data$patch |> tidyr::pivot_longer(cols = -c("LID", "PID", "TYPE"), names_to = "metric") |> @@ -67,37 +68,49 @@ fragstats_class <- landscapemetrics:::internal_data$fs_data$class |> tidyr::pivot_longer(cols = -c("LID", "TYPE"), names_to = "metric") |> dplyr::mutate(TYPE = stringr::str_remove_all(TYPE, pattern = " "), TYPE = as.integer(stringr::str_remove(TYPE, pattern = "cls_")), - metric = stringr::str_to_lower(metric)) + metric = stringr::str_to_lower(metric)) |> + dplyr::arrange(LID, TYPE) fragstats_landscape <- landscapemetrics:::internal_data$fs_data$landscape |> tidyr::pivot_longer(cols = -c("LID"), names_to = "metric") |> dplyr::mutate(metric = stringr::str_to_lower(metric)) -test_diff <- function(obs, exp, tol) { +test_correlation <- function(obs, exp, tolerance) { - # remove all NA values which could be present obs <- obs[!is.na(obs)] exp <- exp[!is.na(exp)] - # check if vectors have the same length - if (length(obs) != length(exp)) stop() + if (length(obs) != length(exp)) stop("Vectors have different length.") + + cor_vals <- cor(sort(obs), sort(exp)) + + flag <- ifelse(test = cor_vals >= tolerance, yes = TRUE, no = FALSE) - # get id of closest value for each obs in exp - id <- sapply(obs, function(x) which.min(abs(exp - x))) - # MH: What if two values are equally min? + if(!flag) warning(paste0("Correlation=", round(cor_vals, 4))) - # calculate relative differencce between now ordered vectors - d <- ((obs - exp[id]) / exp[id]) * 100 + return(flag) +} + +test_relative <- function(obs, exp, tolerance){ + + # remove all NA values which could be present + obs <- obs[!is.na(obs)] + exp <- exp[!is.na(exp)] + + if (length(obs) != length(exp)) stop("Vectors have different length.") + + # calculate relative difference between elements + d <- abs((obs - exp) / exp) # value will be NaN if divided by zero - d[obs == 0 & exp[id] == 0] <- 0 + d[obs == 0 & exp == 0] <- 0 # check if all values are below tolerance - flag <- all(abs(d) <= tol) + flag <- all(d <= tolerance) # throw warning if not - if(!flag) warning(paste0("Largest diff=", max(round(d, 2)), "%")) + if(!flag) warning(paste0("Largest diff=", max(round(d * 100, 2)), "%")) return(flag) - } + diff --git a/tests/testthat/test-lsm-c-ai.R b/tests/testthat/test-lsm-c-ai.R index e74a39ba9..57593069a 100644 --- a/tests/testthat/test-lsm-c-ai.R +++ b/tests/testthat/test-lsm-c-ai.R @@ -36,6 +36,6 @@ test_that("lsm_c_ai equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "ai") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "ai") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-ca.R b/tests/testthat/test-lsm-c-ca.R index 71c673345..e01d69e59 100644 --- a/tests/testthat/test-lsm-c-ca.R +++ b/tests/testthat/test-lsm-c-ca.R @@ -26,6 +26,6 @@ test_that("lsm_c_ca equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "ca") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "ca") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-clumpy.R b/tests/testthat/test-lsm-c-clumpy.R index a7940bbad..f54ea418e 100644 --- a/tests/testthat/test-lsm-c-clumpy.R +++ b/tests/testthat/test-lsm-c-clumpy.R @@ -26,6 +26,6 @@ test_that("lsm_c_clumpy equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "clumpy") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "clumpy") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-cohesion.R b/tests/testthat/test-lsm-c-cohesion.R index d3a93bf5c..e201addb1 100644 --- a/tests/testthat/test-lsm-c-cohesion.R +++ b/tests/testthat/test-lsm-c-cohesion.R @@ -26,6 +26,6 @@ test_that("lsm_c_cohesion equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "cohesion") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "cohesion") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-cpland.R b/tests/testthat/test-lsm-c-cpland.R index d2dcc1b3f..ad6308763 100644 --- a/tests/testthat/test-lsm-c-cpland.R +++ b/tests/testthat/test-lsm-c-cpland.R @@ -26,6 +26,6 @@ test_that("lsm_c_cpland equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "cpland") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "cpland") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-dcad.R b/tests/testthat/test-lsm-c-dcad.R index 19ee3d198..4c275caad 100644 --- a/tests/testthat/test-lsm-c-dcad.R +++ b/tests/testthat/test-lsm-c-dcad.R @@ -26,7 +26,7 @@ test_that("lsm_c_dcad equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "dcad") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "dcad") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-division.R b/tests/testthat/test-lsm-c-division.R index 76d816193..e3edaa943 100644 --- a/tests/testthat/test-lsm-c-division.R +++ b/tests/testthat/test-lsm-c-division.R @@ -26,6 +26,6 @@ test_that("lsm_c_division equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "division") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "division") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-ed.R b/tests/testthat/test-lsm-c-ed.R index d8a4978a5..0c8e25b84 100644 --- a/tests/testthat/test-lsm-c-ed.R +++ b/tests/testthat/test-lsm-c-ed.R @@ -26,6 +26,6 @@ test_that("lsm_c_ed equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "ed") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "ed") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-iji.R b/tests/testthat/test-lsm-c-iji.R index 3850915f5..155c65061 100644 --- a/tests/testthat/test-lsm-c-iji.R +++ b/tests/testthat/test-lsm-c-iji.R @@ -36,7 +36,7 @@ test_that("lsm_c_iji equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "iji") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "iji") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-lpi.R b/tests/testthat/test-lsm-c-lpi.R index c9ed7ccb8..3d7b18b9d 100644 --- a/tests/testthat/test-lsm-c-lpi.R +++ b/tests/testthat/test-lsm-c-lpi.R @@ -26,6 +26,6 @@ test_that("lsm_c_lpi equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "lpi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "lpi") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-lsi.R b/tests/testthat/test-lsm-c-lsi.R index b4a45ad60..6f7d2076f 100644 --- a/tests/testthat/test-lsm-c-lsi.R +++ b/tests/testthat/test-lsm-c-lsi.R @@ -26,6 +26,6 @@ test_that("lsm_c_lsi equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "lsi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "lsi") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-mesh.R b/tests/testthat/test-lsm-c-mesh.R index 7dc303dd4..06b5ea77f 100644 --- a/tests/testthat/test-lsm-c-mesh.R +++ b/tests/testthat/test-lsm-c-mesh.R @@ -26,6 +26,6 @@ test_that("lsm_c_mesh equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "mesh") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "mesh") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-ndca.R b/tests/testthat/test-lsm-c-ndca.R index 8e73ea874..7fa8c3983 100644 --- a/tests/testthat/test-lsm-c-ndca.R +++ b/tests/testthat/test-lsm-c-ndca.R @@ -26,6 +26,6 @@ test_that("lsm_c_ndca equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "ndca") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "ndca") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-nlsi.R b/tests/testthat/test-lsm-c-nlsi.R index 63b2e3ae3..d984c9031 100644 --- a/tests/testthat/test-lsm-c-nlsi.R +++ b/tests/testthat/test-lsm-c-nlsi.R @@ -34,6 +34,6 @@ test_that("lsm_c_nlsi equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "nlsi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "nlsi") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-np.R b/tests/testthat/test-lsm-c-np.R index 1ea8dc7a6..f9c2095dd 100644 --- a/tests/testthat/test-lsm-c-np.R +++ b/tests/testthat/test-lsm-c-np.R @@ -26,6 +26,6 @@ test_that("lsm_c_np equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "np") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "np") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-pafrac.R b/tests/testthat/test-lsm-c-pafrac.R index 5a0d6cccf..f4bcaa518 100644 --- a/tests/testthat/test-lsm-c-pafrac.R +++ b/tests/testthat/test-lsm-c-pafrac.R @@ -39,6 +39,6 @@ test_that("lsm_c_pafrac equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "pafrac") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "pafrac") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-pd.R b/tests/testthat/test-lsm-c-pd.R index 3b9e71e99..c73b6edd2 100644 --- a/tests/testthat/test-lsm-c-pd.R +++ b/tests/testthat/test-lsm-c-pd.R @@ -26,6 +26,6 @@ test_that("lsm_c_pd equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "pd") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "pd") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-pladj.R b/tests/testthat/test-lsm-c-pladj.R index bc4c85255..d71fb7b0d 100644 --- a/tests/testthat/test-lsm-c-pladj.R +++ b/tests/testthat/test-lsm-c-pladj.R @@ -26,6 +26,6 @@ test_that("lsm_c_pladj equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "pladj") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "pladj") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-pland.R b/tests/testthat/test-lsm-c-pland.R index 524147859..876e2025c 100644 --- a/tests/testthat/test-lsm-c-pland.R +++ b/tests/testthat/test-lsm-c-pland.R @@ -26,6 +26,6 @@ test_that("lsm_c_pland equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "pland") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "pland") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-split.R b/tests/testthat/test-lsm-c-split.R index 7e4b18cb7..1ae272335 100644 --- a/tests/testthat/test-lsm-c-split.R +++ b/tests/testthat/test-lsm-c-split.R @@ -26,6 +26,6 @@ test_that("lsm_c_split equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "split") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "split") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-tca.R b/tests/testthat/test-lsm-c-tca.R index ae681934d..7824adab9 100644 --- a/tests/testthat/test-lsm-c-tca.R +++ b/tests/testthat/test-lsm-c-tca.R @@ -26,7 +26,7 @@ test_that("lsm_c_tca equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "tca") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "tca") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-c-te.R b/tests/testthat/test-lsm-c-te.R index 657d06c5c..c3a313128 100644 --- a/tests/testthat/test-lsm-c-te.R +++ b/tests/testthat/test-lsm-c-te.R @@ -55,6 +55,6 @@ test_that("lsm_c_te equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_class, LID == "landscape", metric == "te") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_class, LID == "augusta_nlcd", metric == "te") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-ai.R b/tests/testthat/test-lsm-l-ai.R index 3216a844b..5cd8b284c 100644 --- a/tests/testthat/test-lsm-l-ai.R +++ b/tests/testthat/test-lsm-l-ai.R @@ -26,6 +26,6 @@ test_that("lsm_l_ai equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "ai") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "ai") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-cohesion.R b/tests/testthat/test-lsm-l-cohesion.R index 1b6977031..008a8f244 100644 --- a/tests/testthat/test-lsm-l-cohesion.R +++ b/tests/testthat/test-lsm-l-cohesion.R @@ -26,7 +26,7 @@ test_that("lsm_l_cohesion equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "cohesion") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "cohesion") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-contag.R b/tests/testthat/test-lsm-l-contag.R index a3b6aecfb..a8a30d975 100644 --- a/tests/testthat/test-lsm-l-contag.R +++ b/tests/testthat/test-lsm-l-contag.R @@ -36,7 +36,7 @@ test_that("lsm_l_contag equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "contag") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "contag") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-dcad.R b/tests/testthat/test-lsm-l-dcad.R index 42fc5be1c..a4e2a6e10 100644 --- a/tests/testthat/test-lsm-l-dcad.R +++ b/tests/testthat/test-lsm-l-dcad.R @@ -26,6 +26,6 @@ test_that("lsm_l_dcad equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "dcad") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "dcad") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-division.R b/tests/testthat/test-lsm-l-division.R index 7a2415cac..9e4234e52 100644 --- a/tests/testthat/test-lsm-l-division.R +++ b/tests/testthat/test-lsm-l-division.R @@ -26,6 +26,6 @@ test_that("lsm_l_division equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "division") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "division") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-ed.R b/tests/testthat/test-lsm-l-ed.R index 7b5374783..1dbc54691 100644 --- a/tests/testthat/test-lsm-l-ed.R +++ b/tests/testthat/test-lsm-l-ed.R @@ -26,6 +26,6 @@ test_that("lsm_l_ed equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "ed") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "ed") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-iji.R b/tests/testthat/test-lsm-l-iji.R index 38d585d81..1424ac3cf 100644 --- a/tests/testthat/test-lsm-l-iji.R +++ b/tests/testthat/test-lsm-l-iji.R @@ -36,7 +36,7 @@ test_that("lsm_l_iji equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "iji") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "iji") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-lpi.R b/tests/testthat/test-lsm-l-lpi.R index b7c1ed251..ed897108b 100644 --- a/tests/testthat/test-lsm-l-lpi.R +++ b/tests/testthat/test-lsm-l-lpi.R @@ -26,7 +26,7 @@ test_that("lsm_l_lpi equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "lpi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "lpi") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-lsi.R b/tests/testthat/test-lsm-l-lsi.R index b57227423..7a263e687 100644 --- a/tests/testthat/test-lsm-l-lsi.R +++ b/tests/testthat/test-lsm-l-lsi.R @@ -26,6 +26,6 @@ test_that("lsm_l_lsi equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "lsi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "lsi") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-mesh.R b/tests/testthat/test-lsm-l-mesh.R index 347fa0e2a..de83154de 100644 --- a/tests/testthat/test-lsm-l-mesh.R +++ b/tests/testthat/test-lsm-l-mesh.R @@ -26,7 +26,7 @@ test_that("lsm_l_mesh equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "mesh") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "mesh") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-msidi.R b/tests/testthat/test-lsm-l-msidi.R index 5d1a5a530..acd3af2c7 100644 --- a/tests/testthat/test-lsm-l-msidi.R +++ b/tests/testthat/test-lsm-l-msidi.R @@ -26,8 +26,8 @@ test_that("lsm_l_msidi equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "msidi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "msidi") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-msiei.R b/tests/testthat/test-lsm-l-msiei.R index 7559be81f..a86db49cd 100644 --- a/tests/testthat/test-lsm-l-msiei.R +++ b/tests/testthat/test-lsm-l-msiei.R @@ -26,7 +26,7 @@ test_that("lsm_l_msiei equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "msiei") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "msiei") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-ndca.R b/tests/testthat/test-lsm-l-ndca.R index e14997f26..aaf3ffee1 100644 --- a/tests/testthat/test-lsm-l-ndca.R +++ b/tests/testthat/test-lsm-l-ndca.R @@ -19,15 +19,13 @@ test_that("lsm_l_ndca returns in every column the correct type", { expect_type(landscapemetrics_landscape_landscape_value$value, "double") }) -# MH: Something wrong here - test_that("lsm_l_ndca equals FRAGSTATS", { lsm_landscape <- lsm_l_ndca(landscape) |> dplyr::pull(value) - # lsm_augusta <- lsm_l_ndca(augusta_nlcd) |> dplyr::pull(value) + lsm_augusta <- lsm_l_ndca(augusta_nlcd) |> dplyr::pull(value) fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "ndca") |> dplyr::pull(value) - # fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "ndca") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "ndca") |> dplyr::pull(value) - expect_equal(object = lsm_landscape, expected = fs_landscape) - # expect_equal(object = lsm_augusta, expected = fs_augusta) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-np.R b/tests/testthat/test-lsm-l-np.R index c6fe97e34..c92f3b22a 100644 --- a/tests/testthat/test-lsm-l-np.R +++ b/tests/testthat/test-lsm-l-np.R @@ -26,6 +26,6 @@ test_that("lsm_l_np equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "np") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "np") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-pafrac.R b/tests/testthat/test-lsm-l-pafrac.R index 9b3406fb1..dfcf57d9d 100644 --- a/tests/testthat/test-lsm-l-pafrac.R +++ b/tests/testthat/test-lsm-l-pafrac.R @@ -36,6 +36,6 @@ test_that("lsm_l_pafrac equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "pafrac") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "pafrac") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-pd.R b/tests/testthat/test-lsm-l-pd.R index b971af932..5df0f26b0 100644 --- a/tests/testthat/test-lsm-l-pd.R +++ b/tests/testthat/test-lsm-l-pd.R @@ -26,6 +26,6 @@ test_that("lsm_l_pd equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "pd") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "pd") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-pladj.R b/tests/testthat/test-lsm-l-pladj.R index db832cbbe..fafa12ac1 100644 --- a/tests/testthat/test-lsm-l-pladj.R +++ b/tests/testthat/test-lsm-l-pladj.R @@ -26,7 +26,7 @@ test_that("lsm_l_pladj equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "pladj") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "pladj") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-pr.R b/tests/testthat/test-lsm-l-pr.R index c76fc87ea..1672cfcf0 100644 --- a/tests/testthat/test-lsm-l-pr.R +++ b/tests/testthat/test-lsm-l-pr.R @@ -26,6 +26,6 @@ test_that("lsm_l_pr equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "pr") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "pr") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-prd.R b/tests/testthat/test-lsm-l-prd.R index 12b90e351..fcce46755 100644 --- a/tests/testthat/test-lsm-l-prd.R +++ b/tests/testthat/test-lsm-l-prd.R @@ -26,6 +26,6 @@ test_that("lsm_l_prd equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "prd") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "prd") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-shdi.R b/tests/testthat/test-lsm-l-shdi.R index d8ccae621..ac69e5453 100644 --- a/tests/testthat/test-lsm-l-shdi.R +++ b/tests/testthat/test-lsm-l-shdi.R @@ -26,6 +26,6 @@ test_that("lsm_l_shdi equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "shdi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "shdi") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-shei.R b/tests/testthat/test-lsm-l-shei.R index 73b1407a7..ecf829d61 100644 --- a/tests/testthat/test-lsm-l-shei.R +++ b/tests/testthat/test-lsm-l-shei.R @@ -32,6 +32,6 @@ test_that("lsm_l_shei equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "shei") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "shei") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-sidi.R b/tests/testthat/test-lsm-l-sidi.R index 439f1e488..c3db3f3fc 100644 --- a/tests/testthat/test-lsm-l-sidi.R +++ b/tests/testthat/test-lsm-l-sidi.R @@ -26,6 +26,6 @@ test_that("lsm_l_sidi equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "sidi") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "sidi") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-siei.R b/tests/testthat/test-lsm-l-siei.R index f31aec1a1..b1249629b 100644 --- a/tests/testthat/test-lsm-l-siei.R +++ b/tests/testthat/test-lsm-l-siei.R @@ -26,6 +26,6 @@ test_that("lsm_l_siei equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "siei") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "siei") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-split.R b/tests/testthat/test-lsm-l-split.R index 0fdbf32b3..822092474 100644 --- a/tests/testthat/test-lsm-l-split.R +++ b/tests/testthat/test-lsm-l-split.R @@ -26,6 +26,6 @@ test_that("lsm_l_split equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "split") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "split") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-ta.R b/tests/testthat/test-lsm-l-ta.R index 6a8a3ec49..ac8ee1619 100644 --- a/tests/testthat/test-lsm-l-ta.R +++ b/tests/testthat/test-lsm-l-ta.R @@ -26,6 +26,6 @@ test_that("lsm_l_ta equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "ta") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "ta") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-tca.R b/tests/testthat/test-lsm-l-tca.R index 210713edf..0202a766c 100644 --- a/tests/testthat/test-lsm-l-tca.R +++ b/tests/testthat/test-lsm-l-tca.R @@ -26,6 +26,6 @@ test_that("lsm_l_tca equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "tca") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "tca") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-l-te.R b/tests/testthat/test-lsm-l-te.R index 405797933..c0b473455 100644 --- a/tests/testthat/test-lsm-l-te.R +++ b/tests/testthat/test-lsm-l-te.R @@ -60,6 +60,6 @@ test_that("lsm_l_te equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_landscape, LID == "landscape", metric == "te") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_landscape, LID == "augusta_nlcd", metric == "te") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_relative(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_rel)) + expect_true(test_relative(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_rel)) }) diff --git a/tests/testthat/test-lsm-p-area.R b/tests/testthat/test-lsm-p-area.R index 747031b2e..ca0c919cc 100644 --- a/tests/testthat/test-lsm-p-area.R +++ b/tests/testthat/test-lsm-p-area.R @@ -26,6 +26,6 @@ test_that("lsm_p_area equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "area") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "area") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) diff --git a/tests/testthat/test-lsm-p-cai.R b/tests/testthat/test-lsm-p-cai.R index 8cb7cfc4a..545750460 100644 --- a/tests/testthat/test-lsm-p-cai.R +++ b/tests/testthat/test-lsm-p-cai.R @@ -26,6 +26,6 @@ test_that("lsm_p_cai equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "cai") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "cai") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) diff --git a/tests/testthat/test-lsm-p-circle.R b/tests/testthat/test-lsm-p-circle.R index bd28b20af..42b45f6ce 100644 --- a/tests/testthat/test-lsm-p-circle.R +++ b/tests/testthat/test-lsm-p-circle.R @@ -27,9 +27,8 @@ test_that("lsm_p_circle can also handle irregular sized cells", { # https://fragstats.org/index.php/fragstats-metrics/shape-metrics/p4-related-circumscribing-circle # In addition, the index never quite equals 0 because the grid data format doesn't allow patches to be perfectly circular -# MH: Something is wrong here - test_that("lsm_p_circle equals FRAGSTATS", { + lsm_landscape <- calculate_lsm(landscape, what = c("lsm_p_area", "lsm_p_circle")) |> tidyr::pivot_wider(names_from = metric, values_from = value) |> dplyr::filter(area != min(area)) |> @@ -50,6 +49,6 @@ test_that("lsm_p_circle equals FRAGSTATS", { dplyr::filter(area != min(area)) |> dplyr::pull(circle) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) diff --git a/tests/testthat/test-lsm-p-contig.R b/tests/testthat/test-lsm-p-contig.R index 64c134f0f..36c24b7f5 100644 --- a/tests/testthat/test-lsm-p-contig.R +++ b/tests/testthat/test-lsm-p-contig.R @@ -26,6 +26,6 @@ test_that("lsm_p_contig equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "contig") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "contig") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) diff --git a/tests/testthat/test-lsm-p-core.R b/tests/testthat/test-lsm-p-core.R index 587dc3689..ed79f654f 100644 --- a/tests/testthat/test-lsm-p-core.R +++ b/tests/testthat/test-lsm-p-core.R @@ -37,6 +37,6 @@ test_that("lsm_p_core equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "core") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "core") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) diff --git a/tests/testthat/test-lsm-p-enn.R b/tests/testthat/test-lsm-p-enn.R index fe094f956..c8799efd5 100644 --- a/tests/testthat/test-lsm-p-enn.R +++ b/tests/testthat/test-lsm-p-enn.R @@ -26,6 +26,6 @@ test_that("lsm_p_area equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "enn") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "enn") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) diff --git a/tests/testthat/test-lsm-p-frac.R b/tests/testthat/test-lsm-p-frac.R index 795ee8235..51359f4c0 100644 --- a/tests/testthat/test-lsm-p-frac.R +++ b/tests/testthat/test-lsm-p-frac.R @@ -26,6 +26,6 @@ test_that("lsm_p_frac equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "frac") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "frac") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) diff --git a/tests/testthat/test-lsm-p-gyrate.R b/tests/testthat/test-lsm-p-gyrate.R index cb0c49b30..c7ecee9ab 100644 --- a/tests/testthat/test-lsm-p-gyrate.R +++ b/tests/testthat/test-lsm-p-gyrate.R @@ -31,7 +31,6 @@ test_that("lsm_p_gyrate returns in every column the correct type", { # GYRATE = 0 when the patch consists of a single cell and increases without limit as the patch increases in extent test_that("lsm_p_frac equals FRAGSTATS", { - lsm_landscape <- calculate_lsm(landscape, what = c("lsm_p_area", "lsm_p_gyrate")) |> tidyr::pivot_wider(names_from = metric, values_from = value) |> dplyr::filter(area != min(area)) |> @@ -52,6 +51,6 @@ test_that("lsm_p_frac equals FRAGSTATS", { dplyr::filter(area != min(area)) |> dplyr::pull(gyrate) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) diff --git a/tests/testthat/test-lsm-p-ncore.R b/tests/testthat/test-lsm-p-ncore.R index 95de551e8..05311e93e 100644 --- a/tests/testthat/test-lsm-p-ncore.R +++ b/tests/testthat/test-lsm-p-ncore.R @@ -19,15 +19,13 @@ test_that("lsm_p_ncore returns in every column the correct type", { expect_type(landscapemetrics_patch_landscape_value$value, "double") }) -# MH: Something wrong here - test_that("lsm_p_ncore equals FRAGSTATS", { lsm_landscape <- lsm_p_ncore(landscape) |> dplyr::pull(value) - # lsm_augusta <- lsm_p_ncore(augusta_nlcd) |> dplyr::pull(value) + lsm_augusta <- lsm_p_ncore(augusta_nlcd) |> dplyr::pull(value) fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "ncore") |> dplyr::pull(value) - # fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "ncore") |> dplyr::pull(value) + fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "ncore") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - # expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) diff --git a/tests/testthat/test-lsm-p-para.R b/tests/testthat/test-lsm-p-para.R index 381aa67fd..380b2daf6 100644 --- a/tests/testthat/test-lsm-p-para.R +++ b/tests/testthat/test-lsm-p-para.R @@ -29,6 +29,6 @@ test_that("lsm_p_para equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "para") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "para") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape / 10000, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta / 10000, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) diff --git a/tests/testthat/test-lsm-p-perim.R b/tests/testthat/test-lsm-p-perim.R index fed8a9bae..3c6382a6f 100644 --- a/tests/testthat/test-lsm-p-perim.R +++ b/tests/testthat/test-lsm-p-perim.R @@ -23,8 +23,6 @@ test_that("lsm_p_perim can also handle irregular sized cells", { expect_s3_class(lsm_p_perim(landscape_diff_res), "tbl_df") }) -# MH: Something is wrong here - test_that("lsm_p_perim equals FRAGSTATS", { lsm_landscape <- lsm_p_perim(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_p_perim(augusta_nlcd) |> dplyr::pull(value) @@ -32,6 +30,6 @@ test_that("lsm_p_perim equals FRAGSTATS", { fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "perim") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "perim") |> dplyr::pull(value) - expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) diff --git a/tests/testthat/test-lsm-p-shape.R b/tests/testthat/test-lsm-p-shape.R index de407bc15..ea7cfa099 100644 --- a/tests/testthat/test-lsm-p-shape.R +++ b/tests/testthat/test-lsm-p-shape.R @@ -19,15 +19,13 @@ test_that("lsm_p_shape returns in every column the correct type", { expect_type(landscapemetrics_patch_landscape_value$value, "double") }) -# MH: Something wrong - test_that("lsm_p_shape equals FRAGSTATS", { - # lsm_landscape <- lsm_p_shape(landscape) |> dplyr::pull(value) + lsm_landscape <- lsm_p_shape(landscape) |> dplyr::pull(value) lsm_augusta <- lsm_p_shape(augusta_nlcd) |> dplyr::pull(value) - # fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "shape") |> dplyr::pull(value) + fs_landscape <- dplyr::filter(fragstats_patch, LID == "landscape", metric == "shape") |> dplyr::pull(value) fs_augusta <- dplyr::filter(fragstats_patch, LID == "augusta_nlcd", metric == "shape") |> dplyr::pull(value) - # expect_true(test_diff(obs = lsm_landscape, exp = fs_landscape, tol = tolerance)) - expect_true(test_diff(obs = lsm_augusta, exp = fs_augusta, tol = tolerance)) + expect_true(test_correlation(obs = lsm_landscape, exp = fs_landscape, tolerance = tol_cor)) + expect_true(test_correlation(obs = lsm_augusta, exp = fs_augusta, tolerance = tol_cor)) }) diff --git a/vignettes/articles/comparing_tools.Rmd b/vignettes/articles/comparing_tools.Rmd index d2c498343..255a13810 100644 --- a/vignettes/articles/comparing_tools.Rmd +++ b/vignettes/articles/comparing_tools.Rmd @@ -49,6 +49,8 @@ fs_class_landscape <- landscapemetrics:::internal_data$fs_data$class |> **landscapemetrics** re-implements landscape metrics as they are mostly described in the FRAGSTATS software (McGarigal *et al.* 2023). Therefore, we compare our results with the results of FRAGSTATS. +On patch-level we use a correlation approach testing values calculated by **landscapemetrics** and FRAGSTATS have at least a correlation of *p>=0.975* because we are not able to exactly match patches. +On class- and landscape-level we can match individual values and test if no deviation is larger than 5%. In the process, we recognized a few differences between the results. Some metrics in FRAGSTATS are interdependent across scales. Thus, if there is a deviation at the patch level, it propagates through the class- and landscape-level. From d2499c7e93c09da7a653f98bc978c1b7ea9ae934 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Fri, 29 Sep 2023 10:42:11 +0200 Subject: [PATCH 092/101] Update shape index docs --- R/lsm_c_shape_cv.R | 5 ++--- R/lsm_c_shape_mn.R | 7 +++---- R/lsm_c_shape_sd.R | 5 ++--- R/lsm_l_shape_cv.R | 5 ++--- R/lsm_l_shape_mn.R | 7 +++---- R/lsm_l_shape_sd.R | 5 ++--- man/lsm_c_shape_cv.Rd | 5 ++--- man/lsm_c_shape_mn.Rd | 7 +++---- man/lsm_c_shape_sd.Rd | 5 ++--- man/lsm_l_shape_cv.Rd | 5 ++--- man/lsm_l_shape_mn.Rd | 7 +++---- man/lsm_l_shape_sd.Rd | 5 ++--- 12 files changed, 28 insertions(+), 40 deletions(-) diff --git a/R/lsm_c_shape_cv.R b/R/lsm_c_shape_cv.R index 349918ef2..63333493f 100644 --- a/R/lsm_c_shape_cv.R +++ b/R/lsm_c_shape_cv.R @@ -11,9 +11,8 @@ #' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. #' #' SHAPE_CV is a 'Shape metric'. Each class is summarised as the Coefficient of variation -#' of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter -#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -#' equals the perimeter if the patch would be maximally compact. +#' of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter of +#' the patch and the square root of patch area. #' #' \subsection{Units}{None} #' \subsection{Range}{SHAPE_CV >= 0} diff --git a/R/lsm_c_shape_mn.R b/R/lsm_c_shape_mn.R index 1921d80ce..b49226dfe 100644 --- a/R/lsm_c_shape_mn.R +++ b/R/lsm_c_shape_mn.R @@ -11,13 +11,12 @@ #' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. #' #' SHAPE_MN is a 'Shape metric'. Each class is summarised as the mean -#' of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter -#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -#' equals the perimeter if the patch would be maximally compact. +#' of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter of +#' the patch and the square root of patch area. #' #' \subsection{Units}{None} #' \subsection{Range}{SHAPE_SD >= 1} -#' \subsection{Behaviour}{Equals SHAPE_MN = 0 if all patches are squares. +#' \subsection{Behaviour}{Equals SHAPE_MN = 1 if all patches are squares. #' Increases, without limit, as the shapes of patches become more complex.} #' #' @seealso diff --git a/R/lsm_c_shape_sd.R b/R/lsm_c_shape_sd.R index fd96d84c0..9b08cbbdd 100644 --- a/R/lsm_c_shape_sd.R +++ b/R/lsm_c_shape_sd.R @@ -11,9 +11,8 @@ #' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. #' #' SHAPE_SD is a 'Shape metric'. Each class is summarised as the standard deviation -#' of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter -#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -#' equals the perimeter if the patch would be maximally compact. +#' of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter of +#' the patch and the square root of patch area. #' #' \subsection{Units}{None} #' \subsection{Range}{SHAPE_SD >= 0} diff --git a/R/lsm_l_shape_cv.R b/R/lsm_l_shape_cv.R index 3c1f474aa..d6ecc1f1c 100644 --- a/R/lsm_l_shape_cv.R +++ b/R/lsm_l_shape_cv.R @@ -11,9 +11,8 @@ #' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. #' #' SHAPE_CV is a 'Shape metric'. The landscape is summarised as the Coefficient of variation -#' of all patches in the landscape. SHAPE describes the ratio between the actual perimeter -#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -#' equals the perimeter if the patch would be maximally compact. +#' of all patches in the landscape. SHAPE describes the ratio between the actual perimeter of +#' the patch and the square root of patch area. #' #' \subsection{Units}{None} #' \subsection{Range}{SHAPE_CV >= 0} diff --git a/R/lsm_l_shape_mn.R b/R/lsm_l_shape_mn.R index 165c241f6..7c22c1252 100644 --- a/R/lsm_l_shape_mn.R +++ b/R/lsm_l_shape_mn.R @@ -11,13 +11,12 @@ #' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. #' #' SHAPE_MN is a 'Shape metric'. The landscape is summarised as the mean -#' of all patches in the landscape. SHAPE describes the ratio between the actual perimeter -#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -#' equals the perimeter if the patch would be maximally compact. +#' of all patches in the landscape. SHAPE describes the ratio between the actual perimeter of +#' the patch and the square root of patch area. #' #' \subsection{Units}{None} #' \subsection{Range}{SHAPE_SD >= 1} -#' \subsection{Behaviour}{Equals SHAPE_MN = 0 if all patches are squares. +#' \subsection{Behaviour}{Equals SHAPE_MN = 1 if all patches are squares. #' Increases, without limit, as the shapes of patches become more complex.} #' #' @seealso diff --git a/R/lsm_l_shape_sd.R b/R/lsm_l_shape_sd.R index 91e0ba186..62d5f6264 100644 --- a/R/lsm_l_shape_sd.R +++ b/R/lsm_l_shape_sd.R @@ -11,9 +11,8 @@ #' where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. #' #' SHAPE_SD is a 'Shape metric'. The landscape summarised as the standard deviation -#' of all patches in the landscape. SHAPE describes the ratio between the actual perimeter -#' of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -#' equals the perimeter if the patch would be maximally compact. +#' of all patches in the landscape. SHAPE describes the ratio between the actual perimeter of +#' the patch and the square root of patch area. #' #' \subsection{Units}{None} #' \subsection{Range}{SHAPE_SD >= 0} diff --git a/man/lsm_c_shape_cv.Rd b/man/lsm_c_shape_cv.Rd index d4201f27b..725c7c08c 100644 --- a/man/lsm_c_shape_cv.Rd +++ b/man/lsm_c_shape_cv.Rd @@ -23,9 +23,8 @@ Covariance of variation shape index (Shape metric) where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. SHAPE_CV is a 'Shape metric'. Each class is summarised as the Coefficient of variation -of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter -of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -equals the perimeter if the patch would be maximally compact. +of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter of +the patch and the square root of patch area. \subsection{Units}{None} \subsection{Range}{SHAPE_CV >= 0} diff --git a/man/lsm_c_shape_mn.Rd b/man/lsm_c_shape_mn.Rd index ee2b46070..74d25fb76 100644 --- a/man/lsm_c_shape_mn.Rd +++ b/man/lsm_c_shape_mn.Rd @@ -23,13 +23,12 @@ Mean shape index (Shape metric) where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. SHAPE_MN is a 'Shape metric'. Each class is summarised as the mean -of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter -of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -equals the perimeter if the patch would be maximally compact. +of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter of +the patch and the square root of patch area. \subsection{Units}{None} \subsection{Range}{SHAPE_SD >= 1} -\subsection{Behaviour}{Equals SHAPE_MN = 0 if all patches are squares. +\subsection{Behaviour}{Equals SHAPE_MN = 1 if all patches are squares. Increases, without limit, as the shapes of patches become more complex.} } \examples{ diff --git a/man/lsm_c_shape_sd.Rd b/man/lsm_c_shape_sd.Rd index 18556cc09..32697443c 100644 --- a/man/lsm_c_shape_sd.Rd +++ b/man/lsm_c_shape_sd.Rd @@ -23,9 +23,8 @@ Standard deviation shape index (Shape metric) where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. SHAPE_SD is a 'Shape metric'. Each class is summarised as the standard deviation -of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter -of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -equals the perimeter if the patch would be maximally compact. +of each patch belonging to class i. SHAPE describes the ratio between the actual perimeter of +the patch and the square root of patch area. \subsection{Units}{None} \subsection{Range}{SHAPE_SD >= 0} diff --git a/man/lsm_l_shape_cv.Rd b/man/lsm_l_shape_cv.Rd index 0bb2e2b19..d614664c3 100644 --- a/man/lsm_l_shape_cv.Rd +++ b/man/lsm_l_shape_cv.Rd @@ -23,9 +23,8 @@ Coefficient of variation shape index (Shape metric) where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. SHAPE_CV is a 'Shape metric'. The landscape is summarised as the Coefficient of variation -of all patches in the landscape. SHAPE describes the ratio between the actual perimeter -of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -equals the perimeter if the patch would be maximally compact. +of all patches in the landscape. SHAPE describes the ratio between the actual perimeter of +the patch and the square root of patch area. \subsection{Units}{None} \subsection{Range}{SHAPE_CV >= 0} diff --git a/man/lsm_l_shape_mn.Rd b/man/lsm_l_shape_mn.Rd index 8039908b9..8f8ecdac3 100644 --- a/man/lsm_l_shape_mn.Rd +++ b/man/lsm_l_shape_mn.Rd @@ -23,13 +23,12 @@ Mean shape index (Shape metric) where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. SHAPE_MN is a 'Shape metric'. The landscape is summarised as the mean -of all patches in the landscape. SHAPE describes the ratio between the actual perimeter -of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -equals the perimeter if the patch would be maximally compact. +of all patches in the landscape. SHAPE describes the ratio between the actual perimeter of +the patch and the square root of patch area. \subsection{Units}{None} \subsection{Range}{SHAPE_SD >= 1} -\subsection{Behaviour}{Equals SHAPE_MN = 0 if all patches are squares. +\subsection{Behaviour}{Equals SHAPE_MN = 1 if all patches are squares. Increases, without limit, as the shapes of patches become more complex.} } \examples{ diff --git a/man/lsm_l_shape_sd.Rd b/man/lsm_l_shape_sd.Rd index 1536cbcda..7db90eff4 100644 --- a/man/lsm_l_shape_sd.Rd +++ b/man/lsm_l_shape_sd.Rd @@ -23,9 +23,8 @@ Standard deviation shape index (Shape metric) where \eqn{SHAPE[patch_{ij}]} is the shape index of each patch. SHAPE_SD is a 'Shape metric'. The landscape summarised as the standard deviation -of all patches in the landscape. SHAPE describes the ratio between the actual perimeter -of the patch and the hypothetical minimum perimeter of the patch. The minimum perimeter -equals the perimeter if the patch would be maximally compact. +of all patches in the landscape. SHAPE describes the ratio between the actual perimeter of +the patch and the square root of patch area. \subsection{Units}{None} \subsection{Range}{SHAPE_SD >= 0} From 543f6d7be0b4e2213e70d1dc878fc2d11dace7c7 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Fri, 29 Sep 2023 15:38:03 +0200 Subject: [PATCH 093/101] Not sure how but this fixes 232 --- R/lsm_c_clumpy.R | 6 ++++-- R/lsm_c_pladj.R | 19 +++++++------------ man/lsm_c_clumpy.Rd | 2 +- 3 files changed, 12 insertions(+), 15 deletions(-) diff --git a/R/lsm_c_clumpy.R b/R/lsm_c_clumpy.R index 807a13cc1..3cbf1c474 100644 --- a/R/lsm_c_clumpy.R +++ b/R/lsm_c_clumpy.R @@ -60,6 +60,8 @@ lsm_c_clumpy_calc <- function(landscape, resolution = NULL){ pad_raster_cells = 1, global = FALSE) + landscape_padded[!is.finite(landscape_padded)] <- -999 + # all values NA if (all(landscape_padded %in% c(NA, -999))) { return(tibble::tibble(level = "class", @@ -82,7 +84,7 @@ lsm_c_clumpy_calc <- function(landscape, resolution = NULL){ # number cells in each class without -999 lansdcape boundary cells_class <- rcpp_get_composition_vector(landscape_padded)[-1] - # conver to tibble + # convert to tibble cells_class <- tibble::tibble(class = names(cells_class), value = cells_class) @@ -99,7 +101,7 @@ lsm_c_clumpy_calc <- function(landscape, resolution = NULL){ # test if any NAs introduced if (anyNA(cells_class$min_e)) { - warning("NAs introduced by lsm_c_clumpy", ccall. = FALSE) + warning("NAs introduced by lsm_c_clumpy", call. = FALSE) } # calculate g_i diff --git a/R/lsm_c_pladj.R b/R/lsm_c_pladj.R index 4bc17759d..6a04098a7 100644 --- a/R/lsm_c_pladj.R +++ b/R/lsm_c_pladj.R @@ -65,24 +65,19 @@ lsm_c_pladj_calc <- function(landscape) { } landscape_padded <- pad_raster_internal(landscape, pad_raster_value = -999, - pad_raster_cells = 1, global = FALSE) + pad_raster_cells = 1, global = FALSE) + + landscape_padded[!is.finite(landscape_padded)] <- -999 tb <- rcpp_get_coocurrence_matrix(landscape_padded, directions = as.matrix(4)) - pladj <- vapply(X = seq_len(nrow(tb)), FUN = function(x) { - like_adjacencies <- tb[x, x] - total_adjacencies <- sum(tb[x, ]) - - like_adjacencies / total_adjacencies * 100 - }, FUN.VALUE = numeric(1)) - - pladj <- pladj[-1] - names <- row.names(tb)[-1] + pladj <- diag(tb) / colSums(tb) * 100 + names <- row.names(tb) return(tibble::tibble(level = "class", - class = as.integer(names), + class = as.integer(names[-1]), id = as.integer(NA), metric = "pladj", - value = as.double(pladj))) + value = as.double(pladj[-1]))) } diff --git a/man/lsm_c_clumpy.Rd b/man/lsm_c_clumpy.Rd index 30218910e..6d93e78dd 100644 --- a/man/lsm_c_clumpy.Rd +++ b/man/lsm_c_clumpy.Rd @@ -29,7 +29,7 @@ the proportion of like adjacencies involving the corresponding class from that e under a spatially random distribution. The metric is based on he adjacency matrix and the the double-count method. -\subsection{Units}{None}, directions = directions +\subsection{Units}{None} \subsection{Range}{-1 <= CLUMPY <= 1} \subsection{Behaviour}{Equals -1 for maximally disaggregated, 0 for randomly distributed and 1 for maximally aggregated classes.} From b310f21e93a1561dac1d676facaa37142d65cd5e Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Fri, 29 Sep 2023 15:41:39 +0200 Subject: [PATCH 094/101] Weird behavior of my git --- R/lsm_c_clumpy.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/lsm_c_clumpy.R b/R/lsm_c_clumpy.R index 3cbf1c474..35043f6d5 100644 --- a/R/lsm_c_clumpy.R +++ b/R/lsm_c_clumpy.R @@ -18,7 +18,7 @@ #' under a spatially random distribution. The metric is based on he adjacency matrix and the #' the double-count method. #' -#' \subsection{Units}{None}, directions = directions +#' \subsection{Units}{None} #' \subsection{Range}{-1 <= CLUMPY <= 1} #' \subsection{Behaviour}{Equals -1 for maximally disaggregated, 0 for randomly distributed #' and 1 for maximally aggregated classes.} From bd152b84e79db88e58c4d1840200f7213318b527 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Fri, 29 Sep 2023 15:52:07 +0200 Subject: [PATCH 095/101] Update padding raster docs --- R/lsm_c_clumpy.R | 4 +--- R/lsm_c_pladj.R | 4 +--- R/pad_raster.R | 3 ++- man/pad_raster.Rd | 3 ++- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/R/lsm_c_clumpy.R b/R/lsm_c_clumpy.R index 35043f6d5..1727a1c4f 100644 --- a/R/lsm_c_clumpy.R +++ b/R/lsm_c_clumpy.R @@ -58,9 +58,7 @@ lsm_c_clumpy_calc <- function(landscape, resolution = NULL){ landscape_padded <- pad_raster_internal(landscape, pad_raster_value = -999, pad_raster_cells = 1, - global = FALSE) - - landscape_padded[!is.finite(landscape_padded)] <- -999 + global = TRUE) # all values NA if (all(landscape_padded %in% c(NA, -999))) { diff --git a/R/lsm_c_pladj.R b/R/lsm_c_pladj.R index 6a04098a7..2c69376df 100644 --- a/R/lsm_c_pladj.R +++ b/R/lsm_c_pladj.R @@ -65,9 +65,7 @@ lsm_c_pladj_calc <- function(landscape) { } landscape_padded <- pad_raster_internal(landscape, pad_raster_value = -999, - pad_raster_cells = 1, global = FALSE) - - landscape_padded[!is.finite(landscape_padded)] <- -999 + pad_raster_cells = 1, global = TRUE) tb <- rcpp_get_coocurrence_matrix(landscape_padded, directions = as.matrix(4)) diff --git a/R/pad_raster.R b/R/pad_raster.R index 97d0ed1d8..16d67c2e4 100644 --- a/R/pad_raster.R +++ b/R/pad_raster.R @@ -5,7 +5,8 @@ #' @param landscape A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. #' @param pad_raster_value Value of cells added #' @param pad_raster_cells Number of rows and columns added -#' @param global Only pad around the raster extent or also NA holes "inside" +#' @param global If TRUE, NAs within the landscape are replace with the value; if FALSE only +#' padding around the raster is added. #' @param return_raster If false, matrix is returned #' @param to_disk Logical argument, if FALSE results of get_patches are hold #' in memory. If true, pad_raster writes temporary files and hence, does not hold diff --git a/man/pad_raster.Rd b/man/pad_raster.Rd index c50ae0b62..6cd37e5f0 100644 --- a/man/pad_raster.Rd +++ b/man/pad_raster.Rd @@ -20,7 +20,8 @@ pad_raster( \item{pad_raster_cells}{Number of rows and columns added} -\item{global}{Only pad around the raster extent or also NA holes "inside"} +\item{global}{If TRUE, NAs within the landscape are replace with the value; if FALSE only +padding around the raster is added.} \item{return_raster}{If false, matrix is returned} From a1626e24fcba48290fff18668a12d1904f47520e Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Fri, 29 Sep 2023 16:25:38 +0200 Subject: [PATCH 096/101] Clean ifelse for minium perimeter etc in some functions --- R/lsm_c_ai.R | 26 ++++++------------- R/lsm_c_clumpy.R | 66 ++++++++++++++++++------------------------------ R/lsm_c_lsi.R | 23 ++++++----------- R/lsm_c_nlsi.R | 5 ++++ R/lsm_l_lsi.R | 11 +++----- 5 files changed, 50 insertions(+), 81 deletions(-) diff --git a/R/lsm_c_ai.R b/R/lsm_c_ai.R index 067c60a06..7d8a965d0 100644 --- a/R/lsm_c_ai.R +++ b/R/lsm_c_ai.R @@ -77,29 +77,19 @@ lsm_c_ai_calc <- function(landscape) { # get number of cells each class cells_class <- rcpp_get_composition_vector(landscape) - # save to tibble - cells_class <- tibble::tibble(class = names(cells_class), - value = cells_class) - # calculate maximum adjacencies - cells_class$n <- trunc(sqrt(cells_class$value)) - cells_class$m <- cells_class$value - cells_class$n ^ 2 - cells_class$max_adj <- ifelse(test = cells_class$m == 0, - yes = 2 * cells_class$n * (cells_class$n - 1), - no = ifelse(test = cells_class$m <= cells_class$n, - yes = 2 * cells_class$n * (cells_class$n - 1) + 2 * cells_class$m - 1, - no = ifelse(test = cells_class$m > cells_class$n, - yes = 2 * cells_class$n * (cells_class$n - 1) + 2 * cells_class$m - 2, - no = NA))) + n <- trunc(sqrt(cells_class)) + m <- cells_class - n ^ 2 + max_adj <- ifelse(test = m == 0, yes = 2 * n * (n - 1), + no = ifelse(test = m <= n, yes = 2 * n * (n - 1) + 2 * m - 1, + no = ifelse(test = m > n, yes = 2 * n * (n - 1) + 2 * m - 2, + no = NA))) # warning if NAs are introduced by ifelse - if (anyNA(cells_class$max_adj)) { - warning("NAs introduced by lsm_c_ai", call. = FALSE) + if (anyNA(max_adj)) { + stop("NAs introduced by lsm_c_ai", call. = FALSE) } - # get only max_adj as vector - max_adj <- cells_class$max_adj - # calculate aggregation index ai <- (like_adjacencies / max_adj) * 100 diff --git a/R/lsm_c_clumpy.R b/R/lsm_c_clumpy.R index 1727a1c4f..594afe941 100644 --- a/R/lsm_c_clumpy.R +++ b/R/lsm_c_clumpy.R @@ -70,63 +70,47 @@ lsm_c_clumpy_calc <- function(landscape, resolution = NULL){ } # get coocurrence - tb <- rcpp_get_coocurrence_matrix(landscape_padded, - directions = as.matrix(4)) + adj_matrix <- rcpp_get_coocurrence_matrix(landscape_padded, directions = as.matrix(4)) - # like adacencies are on the diagonal and remove adjacencies to boundary - like_adjacencies <- diag(tb)[2:length(diag(tb))] + # like adjacencies are on the diagonal + like_adjacencies <- diag(adj_matrix) # all other adjacencies - other_adjacencies <- as.matrix(tb[, 2:ncol(tb)]) + other_adjacencies <- colSums(adj_matrix) # number cells in each class without -999 lansdcape boundary - cells_class <- rcpp_get_composition_vector(landscape_padded)[-1] - - # convert to tibble - cells_class <- tibble::tibble(class = names(cells_class), - value = cells_class) + cells_class <- rcpp_get_composition_vector(landscape_padded) # calculate minimum perimeter - cells_class$n <- trunc(sqrt(cells_class$value)) - cells_class$m <- cells_class$value - cells_class$n ^ 2 - cells_class$min_e <- ifelse(test = cells_class$m == 0, - yes = cells_class$n * 4, - no = ifelse(test = cells_class$n ^ 2 < cells_class$value & cells_class$value <= cells_class$n * (1 + cells_class$n), - yes = 4 * cells_class$n + 2, - no = ifelse(test = cells_class$value > cells_class$n * (1 + cells_class$n), - yes = 4 * cells_class$n + 4, - no = NA))) - - # test if any NAs introduced - if (anyNA(cells_class$min_e)) { - warning("NAs introduced by lsm_c_clumpy", call. = FALSE) + n <- trunc(sqrt(cells_class)) + m <- cells_class - n ^ 2 + min_e <- ifelse(test = m == 0, yes = n * 4, + no = ifelse(test = n ^ 2 < cells_class & cells_class <= n * (1 + n), + yes = 4 * n + 2, + no = ifelse(test = cells_class > n * (1 + n), yes = 4 * n + 4, + no = NA))) + + # warning if NAs are introduced by ifelse + if (anyNA(min_e)) { + stop("NAs introduced by lsm_c_clumpy", call. = FALSE) } - # calculate g_i - g_i <- like_adjacencies / (colSums(other_adjacencies) - cells_class$min_e) - # proportional class area - direction has no influence on PLAND - prop_class <- lsm_c_pland_calc(landscape, - directions = 8, - resolution = resolution) + # p_i <- lsm_c_pland_calc(landscape, directions = 8, resolution = resolution)$value / 100 + p_i <- cells_class[-1] / sum(cells_class[-1]) - prop_class <- prop_class$value / 100 + g_i <- like_adjacencies[-1] / (other_adjacencies[-1] - min_e[-1]) # calculate clumpy - clumpy <- vapply(seq_along(g_i), FUN = function(row_ind) { + clumpy <- vapply(seq_along(g_i), FUN = function(i) { # set to NA if mathematical not possible - if (is.nan(g_i[row_ind]) || is.na(g_i[row_ind]) || prop_class[row_ind] == 1) { - clumpy <- NA - } - - else if (g_i[row_ind] < (prop_class[row_ind]) & prop_class[row_ind] < .5) { - clumpy <- (g_i[row_ind] - prop_class[row_ind]) / prop_class[row_ind] - } + if (is.nan(g_i[i]) || is.na(g_i[i]) || p_i[i] == 1) numeric(NA) + # calc clumpy + else if (g_i[i] >= p_i[i]) (g_i[i] - p_i[i]) / (1 - p_i[i]) + else if (g_i[i] < p_i[i] && p_i[i] >= 0.5) (g_i[i] - p_i[i]) / (1 - p_i[i]) + else if (g_i[i] < p_i[i] && p_i[i] < 0.5) (g_i[i] - p_i[i]) / -p_i[i] - else { - clumpy <- (g_i[row_ind] - prop_class[row_ind]) / (1 - prop_class[row_ind]) - } }, FUN.VALUE = numeric(1)) return(tibble::tibble(level = "class", diff --git a/R/lsm_c_lsi.R b/R/lsm_c_lsi.R index bedbf6581..1da2d8e80 100644 --- a/R/lsm_c_lsi.R +++ b/R/lsm_c_lsi.R @@ -103,26 +103,19 @@ lsm_c_lsi_calc <- function(landscape) { class_m <- class_area - class_n ^ 2 # calculate min_edge - class_perim_min <- ifelse(test = class_m == 0, - yes = class_n * 4, - no = ifelse(test = class_n ^ 2 < class_area & class_area <= class_n * (1 + class_n), - yes = 4 * class_n + 2, - no = ifelse(test = class_area > class_n * (1 + class_n), - yes = 4 * class_n + 4, + class_perim_min <- ifelse(test = class_m == 0, yes = class_n * 4, + no = ifelse(test = class_n ^ 2 < class_area & class_area <= class_n * (1 + class_n), yes = 4 * class_n + 2, + no = ifelse(test = class_area > class_n * (1 + class_n), yes = 4 * class_n + 4, no = NA))) - # calculate LSI - lsi <- class_perim / class_perim_min - # test if any NAs introduced - if (!all(is.finite(lsi))) { - - warning("NAs introduced by lsm_c_lsi.", call. = FALSE) - - lsi[!is.finite(lsi)] <- NA - + if (anyNA(class_perim_min)) { + stop("NAs introduced by lsm_c_lsi.", call. = FALSE) } + # calculate LSI + lsi <- class_perim / class_perim_min + return(tibble::tibble(level = "class", class = as.integer(names(lsi)), id = as.integer(NA), diff --git a/R/lsm_c_nlsi.R b/R/lsm_c_nlsi.R index f86fe0bf8..ccfe136fd 100644 --- a/R/lsm_c_nlsi.R +++ b/R/lsm_c_nlsi.R @@ -137,6 +137,11 @@ lsm_c_nlsi_calc <- function(landscape) { yes = class_perim + 4 * (total_area - class_area), no = NA)))) + # test if any NAs introduced + if (anyNA(class_perim_max)) { + stop("NAs introduced by lsm_c_nlsi", call. = FALSE) + } + # calculate denominator denominator <- class_perim_max - class_perim_min diff --git a/R/lsm_l_lsi.R b/R/lsm_l_lsi.R index 79b599162..fb6a4be39 100644 --- a/R/lsm_l_lsi.R +++ b/R/lsm_l_lsi.R @@ -107,16 +107,13 @@ lsm_l_lsi_calc <- function(landscape) { yes = 4 * total_n + 4, no = NA))) - lsi <- total_perim / total_perim_min - # test if any NAs introduced - if (!is.finite(lsi)) { - - warning("NAs introduced by lsm_l_lsi.", call. = FALSE) - - lsi <- NA + if (is.na(lsi)) { + stop("NAs introduced by lsm_l_lsi.", call. = FALSE) } + lsi <- total_perim / total_perim_min + return(tibble::tibble(level = "landscape", class = as.integer(NA), id = as.integer(NA), From 5413c91ab8f26e100a3b0272a91936695f5e9a1b Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Fri, 29 Sep 2023 16:48:10 +0200 Subject: [PATCH 097/101] fix #260 --- R/sample_lsm.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/R/sample_lsm.R b/R/sample_lsm.R index 8a401c918..d0a9c4b24 100644 --- a/R/sample_lsm.R +++ b/R/sample_lsm.R @@ -94,9 +94,9 @@ sample_lsm_int <- function(landscape, y, plot_id, shape, size, all_classes, verbose, progress, ...) { # check if size argument is only one number - if ((length(size) != 1 | any(size <= 0)) & !is.null(size)) { + if (!is.null(size) & (length(size) != 1 | any(size < 0))) { - stop("Please provide only one value as size argument (size > 0).", call. = FALSE) + stop("Please provide only one value as size argument.", call. = FALSE) } @@ -109,7 +109,7 @@ sample_lsm_int <- function(landscape, y, plot_id, shape, size, if (terra::geomtype(y) == "points") { - if (is.null(size)) stop("Please provide size argument.", call. = FALSE) + if (is.null(size) | size == 0) stop("Please provide size argument size > 0.", call. = FALSE) y <- construct_buffer(coords = y, shape = shape, size = size, return_vec = TRUE, verbose = verbose) From 13047a77590e606aefc606ea8bd5a1a316d8d5f3 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Fri, 29 Sep 2023 16:50:15 +0200 Subject: [PATCH 098/101] update sample_lsm docs --- R/sample_lsm.R | 4 ++++ man/sample_lsm.Rd | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/R/sample_lsm.R b/R/sample_lsm.R index d0a9c4b24..5f0f91d9b 100644 --- a/R/sample_lsm.R +++ b/R/sample_lsm.R @@ -27,6 +27,10 @@ #' within the landscape will have a `percentage_inside = 50`. Please be aware that the #' output is slightly different to all other `lsm`-function of `landscapemetrics`. #' +#' Please be aware that the function behaves differently for POLYGONS and MULTIPOLYGONS. +#' In the first case, each polygon is used as a singular sample area, while in the second +#' case all polygons are used as one sample area. +#' #' The metrics can be specified by the arguments `what`, `level`, `metric`, `name` #' and/or `type` (combinations of different arguments are possible (e.g. #' `level = "class", type = "aggregation metric"`). If an argument is not provided, diff --git a/man/sample_lsm.Rd b/man/sample_lsm.Rd index 44ad92786..53142b94e 100644 --- a/man/sample_lsm.Rd +++ b/man/sample_lsm.Rd @@ -58,6 +58,10 @@ in relation to the theoretical, maximum sample plot area e.g. a sample plot only within the landscape will have a \code{percentage_inside = 50}. Please be aware that the output is slightly different to all other \code{lsm}-function of \code{landscapemetrics}. +Please be aware that the function behaves differently for POLYGONS and MULTIPOLYGONS. +In the first case, each polygon is used as a singular sample area, while in the second +case all polygons are used as one sample area. + The metrics can be specified by the arguments \code{what}, \code{level}, \code{metric}, \code{name} and/or \code{type} (combinations of different arguments are possible (e.g. \verb{level = "class", type = "aggregation metric"}). If an argument is not provided, From 7cc986297f8010dfa625052d135c7a5e38cd1554 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Mon, 2 Oct 2023 09:37:13 +0200 Subject: [PATCH 099/101] Remove startup message --- R/zzz.R | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 R/zzz.R diff --git a/R/zzz.R b/R/zzz.R deleted file mode 100644 index a34a0ec62..000000000 --- a/R/zzz.R +++ /dev/null @@ -1,8 +0,0 @@ -.onAttach <- function(libname, pkgname){ - - packageStartupMessage( - "Starting from v2.0, landscapemetrics uses the 'terra' and 'sf' instead of 'raster' and 'sp'. - This might results in a slightly different behavior of the code. - More information about the 'terra' package can be found here: https://rspatial.org/index.html." - ) -} From 15262c555a62a33d17a8a2e211f23e0eb05de529 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Mon, 2 Oct 2023 09:37:21 +0200 Subject: [PATCH 100/101] Fix CI tests --- R/lsm_c_nlsi.R | 3 --- R/lsm_l_lsi.R | 2 +- tests/testthat/helper-testthat.R | 28 +++++++++---------- tests/testthat/test-sample-lsm.R | 46 ++++++++++++++++---------------- 4 files changed, 38 insertions(+), 41 deletions(-) diff --git a/R/lsm_c_nlsi.R b/R/lsm_c_nlsi.R index ccfe136fd..320cf4ea1 100644 --- a/R/lsm_c_nlsi.R +++ b/R/lsm_c_nlsi.R @@ -150,11 +150,8 @@ lsm_c_nlsi_calc <- function(landscape) { # test if any NAs introduced if (!all(is.finite(nlsi))) { - warning("NAs introduced by lsm_c_nlsi.", call. = FALSE) - nlsi[!is.finite(nlsi)] <- NA - } return(tibble::tibble(level = "class", diff --git a/R/lsm_l_lsi.R b/R/lsm_l_lsi.R index fb6a4be39..19ae362cb 100644 --- a/R/lsm_l_lsi.R +++ b/R/lsm_l_lsi.R @@ -108,7 +108,7 @@ lsm_l_lsi_calc <- function(landscape) { no = NA))) # test if any NAs introduced - if (is.na(lsi)) { + if (is.na(total_perim_min)) { stop("NAs introduced by lsm_l_lsi.", call. = FALSE) } diff --git a/tests/testthat/helper-testthat.R b/tests/testthat/helper-testthat.R index f8e93364c..d9ae02ec8 100644 --- a/tests/testthat/helper-testthat.R +++ b/tests/testthat/helper-testthat.R @@ -30,26 +30,26 @@ terra::values(landscape_NA) <- NA #### Create points #### sample_points <- matrix(c(10, 5, 25, 15, 5, 25), ncol = 2, byrow = TRUE) -# points_multi <- sf::st_multipoint(sample_points) -# -# points_sf <- sf::st_sfc(points_multi, points_multi) -# -# points_sfc <- sf::st_sf(geometry = sf::st_sfc(points_multi), -# ID = 3) +points_multi <- sf::st_multipoint(sample_points) + +points_sf <- sf::st_sfc(points_multi, points_multi) + +points_sfc <- sf::st_sf(geometry = sf::st_sfc(points_multi), + ID = 3) points_terra <- terra::vect(sample_points) # wrong plots sample_points_wrong <- cbind(sample_points, 1) -# # use polygons -# poly_1 <- sf::st_polygon(list(cbind(c(2.5, 2.5, 17.5, 17.5, 2.5), -# c(-2.5, 12.5, 12.5, -2.5, -2.5))), "p1") -# -# poly_2 <- sf::st_polygon(list(cbind(c(7.5, 7.5, 23.5, 23.5, 7.5), -# c(-7.5, 23.5, 23.5, -7.5, -7.5))), "p2") -# -# sample_plots <- sf::st_sfc(poly_1, poly_2) +# use polygons +poly_1 <- sf::st_polygon(list(cbind(c(2.5, 2.5, 17.5, 17.5, 2.5), + c(-2.5, 12.5, 12.5, -2.5, -2.5))), "p1") + +poly_2 <- sf::st_polygon(list(cbind(c(7.5, 7.5, 23.5, 23.5, 7.5), + c(-7.5, 23.5, 23.5, -7.5, -7.5))), "p2") + +sample_plots <- sf::st_sfc(poly_1, poly_2) # sample_plots_sp <- as(sample_plots, "Spatial") diff --git a/tests/testthat/test-sample-lsm.R b/tests/testthat/test-sample-lsm.R index df3636631..c9fc7c5fc 100644 --- a/tests/testthat/test-sample-lsm.R +++ b/tests/testthat/test-sample-lsm.R @@ -9,29 +9,29 @@ test_that("sample_lsm works for a matrix", { expect_true(all(c("np", "ta") %in% result_mat$metric)) }) -# test_that("sample_lsm works for sf points", { -# -# result_sp <- sample_lsm(landscape, y = points_sf, size = 5, -# shape = "square", what = "lsm_l_np", -# verbose = FALSE) -# -# expect_s3_class(object = result_sp, class = "tbl_df") -# -# expect_true(all(c("np") %in% result_sp$metric)) -# }) +test_that("sample_lsm works for sf points", { -# test_that("sample_lsm works for polygons ", { -# -# result_sf <- sample_lsm(landscape, y = sample_plots, size = 5, level = "patch", verbose = FALSE) -# result_sp <- sample_lsm(landscape, y = sample_plots_sp, size = 5, level = "patch", verbose = FALSE) -# -# expect_s3_class(object = result_sf, class = "tbl_df") -# expect_s3_class(object = result_sp, class = "tbl_df") -# -# expect_true(all("patch" %in% result_sf$level)) -# expect_true(all("patch" %in% result_sp$level)) -# -# }) + result_sp <- sample_lsm(landscape, y = points_sf, size = 5, + shape = "square", what = "lsm_l_np", + verbose = FALSE) + + expect_s3_class(object = result_sp, class = "tbl_df") + + expect_true(all(c("np") %in% result_sp$metric)) +}) + +test_that("sample_lsm works for polygons ", { + + result_sf <- sample_lsm(landscape, y = sample_plots, size = 5, level = "patch", verbose = FALSE) + # result_sp <- sample_lsm(landscape, y = sample_plots_sp, size = 5, level = "patch", verbose = FALSE) + + expect_s3_class(object = result_sf, class = "tbl_df") + # expect_s3_class(object = result_sp, class = "tbl_df") + + expect_true(all("patch" %in% result_sf$level)) + # expect_true(all("patch" %in% result_sp$level)) + +}) # test_that("sample_lsm works for lines ", { # @@ -118,7 +118,7 @@ test_that("sample_lsm returns errors", { expect_error(sample_lsm(landscape, y = sample_points, size = c(5, 15), what = "lsm_l_ta"), - regexp = "Please provide only one value as size argument (size > 0).", + regexp = "Please provide only one value as size argument.", fixed = TRUE) }) From 7291eb9dc9899d8ff30594df5406076965e18bbe Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Mon, 2 Oct 2023 10:37:44 +0200 Subject: [PATCH 101/101] Update NEWS --- NEWS.md | 4 +++- cran-comments.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 7cfb6ed7f..684c5efde 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,7 +7,9 @@ * `points_as_mat()` helper function * Bugfixes * There was a bug introduced previously in the calculation of SHEI - * `extract_lsm` returned an unneeded warning message + * `extract_lsm` returned an no-needed warning message + * Minor bug in shape index fixed + * Minor bug in clumpy index fixed * Various * Updated FRAGSTATS reference (thanks to Oto Kaláb @kalab-oto) * Update FRAGSTATS tests diff --git a/cran-comments.md b/cran-comments.md index 9fad30d7d..184ea51c8 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,5 @@ # landscapemetrics 2.0.0 -Remove dependencies +Major update removing dependency to raster and sp package # landscapemetrics 1.5.6 This is a re-submission. The below error has now been fixed

Hesselbarth, M.H.K., Sciaini, M., With, K.A., Wiegand, K., Nowosad, J. 2019. landscapemetrics: an open‐source R tool to calculate landscape -metrics. Ecography, 42: 1648-1657 (ver. 0). +metrics. Ecography, 42: 1648-1657 (v0.0).